@colletdev/docs 0.2.8 → 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 +2 -1
  2. package/package.json +1 -1
package/components.md CHANGED
@@ -733,6 +733,7 @@ Calendar-based date input with keyboard navigation and locale support.
733
733
  | name | `string` | — | |
734
734
  | onChange | `string` | — | |
735
735
  | viewing | `string` | — | |
736
+ | weekNumbers | `boolean` | `false` | |
736
737
 
737
738
  #### Events
738
739
 
@@ -1753,7 +1754,7 @@ Indeterminate loading indicator (spinning circle).
1753
1754
  | Prop | Type | Default | Description |
1754
1755
  |------|------|---------|-------------|
1755
1756
  | id | `string` | — | |
1756
- | variant | `'circle' \| 'square'` | — | |
1757
+ | variant | `'circle' \| 'square' \| 'morph'` | — | |
1757
1758
  | label | `string` | — | |
1758
1759
  | size | `'xs' \| 'sm' \| 'md' \| 'lg' \| 'xl'` | — | |
1759
1760
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colletdev/docs",
3
- "version": "0.2.8",
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": {