Skip to content

Commit

Permalink
Merge pull request #87 from kunai-consulting/publish-qwik
Browse files Browse the repository at this point in the history
publish new package
  • Loading branch information
thejackshelton-kunaico authored Jan 8, 2025
2 parents 858a1ad + 9a4a6eb commit 5d3f608
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 33 deletions.
47 changes: 47 additions & 0 deletions .changeset/angry-chicken-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
"@kunai-consulting/qwik": patch
---

• 🔢 OTP (One-Time Password)
- Hidden native input for mobile keyboards
- Paste support from password managers
- Keyboard navigation (Left/Right/Up/Down)
- Customizable caret indicator
- onChange$ and onComplete$ callbacks
- Disabled state support

• ✅ Checkbox
- Mixed/indeterminate state support
- Form binding with hidden native input
- Error message handling
- Custom description text
- Two-way data binding
- Custom indicator support
- WAI-ARIA compliant

• 📋 Checklist
- Select all functionality
- Individual item selection
- Nested checkbox structure
- Context-based state management
- Mixed state propagation
- Form validation support
- Error message handling

• 📄 Pagination
- Dynamic page calculation
- Customizable sibling count
- First/Last page navigation
- Custom ellipsis support
- Controlled and uncontrolled modes
- Page range customization
- WAI-ARIA compliant navigation

• 📜 Scroll Area
- Both vertical and horizontal scrolling
- Smooth thumb dragging
- Click-to-scroll track support
- Auto-hiding scrollbars
- Dynamic thumb sizing
- Custom scrollbar styling
- Native keyboard shortcuts support
5 changes: 0 additions & 5 deletions .changeset/brave-carpets-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-ants-sparkle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-spoons-type.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-coats-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-impalas-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-grapes-crash.md

This file was deleted.

2 changes: 1 addition & 1 deletion libs/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kunai-consulting/qwik",
"version": "0.0.1",
"version": "0.0.0",
"description": "Create a Qwik library",
"main": "./lib/index.qwik.mjs",
"qwik": "./lib/index.qwik.mjs",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "qwik-design-system",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "pnpm --filter ./apps/docs dev",
Expand Down

0 comments on commit 5d3f608

Please sign in to comment.