@colletdev/docs 0.2.5 → 0.2.8

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 -0
  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,7 @@ 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` | — | |
734
736
 
735
737
  #### Events
736
738
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colletdev/docs",
3
- "version": "0.2.5",
3
+ "version": "0.2.8",
4
4
  "description": "Collet component library documentation — API reference, framework guides, and AI agent setup",
5
5
  "type": "module",
6
6
  "bin": {