@colletdev/docs 0.2.5 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/components.md +4 -1
  2. package/package.json +1 -1
package/components.md CHANGED
@@ -527,6 +527,7 @@ Multi-line text area optimized for chat message composition.
527
527
  | actionLabel | `string` | — | |
528
528
  | submitLabel | `string` | — | |
529
529
  | label | `string` | — | |
530
+ | maxLength | `number` | `0` | |
530
531
  | slotted | `boolean` | `false` | |
531
532
 
532
533
  #### Events
@@ -731,6 +732,8 @@ Calendar-based date input with keyboard navigation and locale support.
731
732
  | readonly | `boolean` | `false` | |
732
733
  | name | `string` | — | |
733
734
  | onChange | `string` | — | |
735
+ | viewing | `string` | — | |
736
+ | weekNumbers | `boolean` | `false` | |
734
737
 
735
738
  #### Events
736
739
 
@@ -1751,7 +1754,7 @@ Indeterminate loading indicator (spinning circle).
1751
1754
  | Prop | Type | Default | Description |
1752
1755
  |------|------|---------|-------------|
1753
1756
  | id | `string` | — | |
1754
- | variant | `'circle' \| 'square'` | — | |
1757
+ | variant | `'circle' \| 'square' \| 'morph'` | — | |
1755
1758
  | label | `string` | — | |
1756
1759
  | size | `'xs' \| 'sm' \| 'md' \| 'lg' \| 'xl'` | — | |
1757
1760
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colletdev/docs",
3
- "version": "0.2.5",
3
+ "version": "0.2.10",
4
4
  "description": "Collet component library documentation — API reference, framework guides, and AI agent setup",
5
5
  "type": "module",
6
6
  "bin": {