tembro 3.0.0 → 3.1.5

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 (2735) hide show
  1. package/CHANGELOG.md +91 -36
  2. package/README.md +91 -58
  3. package/dist/components/actions/action-menu.cjs +1 -1
  4. package/dist/components/actions/action-menu.js +1 -97
  5. package/dist/components/actions/button-group.cjs +1 -1
  6. package/dist/components/actions/button-group.js +1 -66
  7. package/dist/components/actions/copy-button.cjs +1 -1
  8. package/dist/components/actions/copy-button.js +1 -56
  9. package/dist/components/actions/demo.cjs +1 -1
  10. package/dist/components/actions/demo.js +1 -9
  11. package/dist/components/actions/index.cjs +1 -1
  12. package/dist/components/actions/index.d.ts +0 -1
  13. package/dist/components/actions/index.js +1 -6
  14. package/dist/components/actions/public.cjs +1 -1
  15. package/dist/components/actions/public.d.ts +0 -1
  16. package/dist/components/actions/public.js +1 -6
  17. package/dist/components/actions/quick-action-grid.cjs +1 -1
  18. package/dist/components/actions/quick-action-grid.js +1 -99
  19. package/dist/components/calendar/calendar.cjs +1 -1
  20. package/dist/components/calendar/calendar.js +1 -282
  21. package/dist/components/calendar/date-picker.cjs +1 -1
  22. package/dist/components/calendar/date-picker.js +1 -80
  23. package/dist/components/calendar/date-range-picker.cjs +1 -1
  24. package/dist/components/calendar/date-range-picker.js +1 -183
  25. package/dist/components/calendar/date-utils.cjs +1 -1
  26. package/dist/components/calendar/date-utils.js +1 -53
  27. package/dist/components/calendar/demo.cjs +1 -1
  28. package/dist/components/calendar/demo.js +1 -5
  29. package/dist/components/calendar/index.cjs +1 -1
  30. package/dist/components/calendar/index.js +1 -5
  31. package/dist/components/charts/charts.cjs +1 -1
  32. package/dist/components/charts/charts.js +1 -301
  33. package/dist/components/charts/index.cjs +1 -1
  34. package/dist/components/charts/index.d.ts +1 -3
  35. package/dist/components/charts/index.js +1 -5
  36. package/dist/components/charts/progress-circle.cjs +1 -0
  37. package/dist/components/charts/progress-circle.d.ts +4 -0
  38. package/dist/components/charts/progress-circle.js +1 -0
  39. package/dist/components/charts/progress-ring.cjs +1 -1
  40. package/dist/components/charts/progress-ring.js +1 -57
  41. package/dist/components/charts/public.cjs +1 -1
  42. package/dist/components/charts/public.js +1 -2
  43. package/dist/components/command/command-palette.cjs +1 -1
  44. package/dist/components/command/command-palette.js +1 -219
  45. package/dist/components/command/index.cjs +1 -1
  46. package/dist/components/command/index.js +1 -2
  47. package/dist/components/data-table/data-table-actions-column.cjs +1 -1
  48. package/dist/components/data-table/data-table-actions-column.js +1 -32
  49. package/dist/components/data-table/data-table-bulk-actions.cjs +1 -1
  50. package/dist/components/data-table/data-table-bulk-actions.js +1 -41
  51. package/dist/components/data-table/data-table-column-visibility-menu.cjs +1 -1
  52. package/dist/components/data-table/data-table-column-visibility-menu.js +1 -65
  53. package/dist/components/data-table/data-table-pagination.cjs +1 -1
  54. package/dist/components/data-table/data-table-pagination.js +1 -50
  55. package/dist/components/data-table/data-table-row-actions.cjs +1 -1
  56. package/dist/components/data-table/data-table-row-actions.js +1 -17
  57. package/dist/components/data-table/data-table-saved-filters.cjs +1 -1
  58. package/dist/components/data-table/data-table-saved-filters.js +1 -126
  59. package/dist/components/data-table/data-table-select-column.cjs +1 -1
  60. package/dist/components/data-table/data-table-select-column.js +1 -33
  61. package/dist/components/data-table/data-table-sortable-header.cjs +1 -1
  62. package/dist/components/data-table/data-table-sortable-header.js +1 -24
  63. package/dist/components/data-table/data-table-toolbar.cjs +1 -1
  64. package/dist/components/data-table/data-table-toolbar.js +1 -83
  65. package/dist/components/data-table/data-table-view-presets.cjs +1 -1
  66. package/dist/components/data-table/data-table-view-presets.js +1 -62
  67. package/dist/components/data-table/data-table.cjs +1 -1
  68. package/dist/components/data-table/data-table.d.ts +14 -1
  69. package/dist/components/data-table/data-table.js +1 -251
  70. package/dist/components/data-table/demo.cjs +1 -1
  71. package/dist/components/data-table/demo.js +1 -29
  72. package/dist/components/data-table/index.cjs +1 -1
  73. package/dist/components/data-table/index.js +1 -14
  74. package/dist/components/data-table/public.cjs +1 -1
  75. package/dist/components/data-table/public.d.ts +0 -5
  76. package/dist/components/data-table/public.js +1 -7
  77. package/dist/components/data-table/table-export-menu.cjs +1 -1
  78. package/dist/components/data-table/table-export-menu.js +1 -47
  79. package/dist/components/data-table/table-import-button.cjs +1 -1
  80. package/dist/components/data-table/table-import-button.js +1 -32
  81. package/dist/components/display/activity-feed.cjs +1 -1
  82. package/dist/components/display/activity-feed.js +1 -94
  83. package/dist/components/display/avatar.cjs +1 -1
  84. package/dist/components/display/avatar.js +1 -73
  85. package/dist/components/display/carousel.cjs +1 -1
  86. package/dist/components/display/carousel.js +1 -164
  87. package/dist/components/display/code-block.cjs +1 -2
  88. package/dist/components/display/code-block.js +1 -56
  89. package/dist/components/display/data-state.cjs +1 -1
  90. package/dist/components/display/data-state.js +1 -113
  91. package/dist/components/display/demo.cjs +1 -1
  92. package/dist/components/display/demo.js +1 -17
  93. package/dist/components/display/description-list.cjs +1 -1
  94. package/dist/components/display/description-list.js +1 -68
  95. package/dist/components/display/index.cjs +1 -1
  96. package/dist/components/display/index.d.ts +6 -11
  97. package/dist/components/display/index.js +1 -25
  98. package/dist/components/display/info-card.cjs +1 -0
  99. package/dist/components/display/info-card.d.ts +51 -0
  100. package/dist/components/display/info-card.js +1 -0
  101. package/dist/components/display/kanban.cjs +1 -1
  102. package/dist/components/display/kanban.d.ts +25 -6
  103. package/dist/components/display/kanban.js +1 -91
  104. package/dist/components/display/list.cjs +1 -1
  105. package/dist/components/display/list.js +1 -62
  106. package/dist/components/display/progress.cjs +1 -1
  107. package/dist/components/display/progress.js +1 -86
  108. package/dist/components/display/qr-code.cjs +1 -1
  109. package/dist/components/display/qr-code.d.ts +11 -9
  110. package/dist/components/display/qr-code.js +1 -103
  111. package/dist/components/display/statistic.cjs +1 -1
  112. package/dist/components/display/statistic.js +1 -79
  113. package/dist/components/display/status-dot.cjs +1 -1
  114. package/dist/components/display/status-dot.js +1 -36
  115. package/dist/components/display/status-legend.cjs +1 -1
  116. package/dist/components/display/status-legend.js +1 -74
  117. package/dist/components/display/tag.cjs +1 -1
  118. package/dist/components/display/tag.js +1 -53
  119. package/dist/components/display/timeline.cjs +1 -1
  120. package/dist/components/display/timeline.js +1 -141
  121. package/dist/components/display/tree-view.cjs +1 -1
  122. package/dist/components/display/tree-view.js +1 -134
  123. package/dist/components/display/typography.cjs +1 -1
  124. package/dist/components/display/typography.js +1 -43
  125. package/dist/components/display/virtual-list.cjs +1 -0
  126. package/dist/components/display/virtual-list.d.ts +28 -0
  127. package/dist/components/display/virtual-list.js +1 -0
  128. package/dist/components/dnd/index.cjs +1 -0
  129. package/dist/components/dnd/index.d.ts +1 -0
  130. package/dist/components/dnd/index.js +1 -0
  131. package/dist/components/dnd/sortable-list.cjs +1 -0
  132. package/dist/components/dnd/sortable-list.d.ts +30 -0
  133. package/dist/components/dnd/sortable-list.js +1 -0
  134. package/dist/components/feedback/alert.cjs +1 -1
  135. package/dist/components/feedback/alert.js +1 -90
  136. package/dist/components/feedback/demo.cjs +1 -1
  137. package/dist/components/feedback/demo.js +1 -5
  138. package/dist/components/feedback/index.cjs +1 -1
  139. package/dist/components/feedback/index.js +1 -4
  140. package/dist/components/feedback/loading-state.cjs +1 -1
  141. package/dist/components/feedback/loading-state.js +1 -40
  142. package/dist/components/feedback/page-state.cjs +1 -1
  143. package/dist/components/feedback/page-state.js +1 -59
  144. package/dist/components/filters/demo.cjs +1 -1
  145. package/dist/components/filters/demo.js +1 -5
  146. package/dist/components/filters/filter-bar.cjs +1 -1
  147. package/dist/components/filters/filter-bar.js +1 -103
  148. package/dist/components/filters/index.cjs +1 -1
  149. package/dist/components/filters/index.js +1 -3
  150. package/dist/components/filters/saved-filter-select.cjs +1 -1
  151. package/dist/components/filters/saved-filter-select.js +1 -107
  152. package/dist/components/form/demo.cjs +1 -1
  153. package/dist/components/form/demo.js +1 -12
  154. package/dist/components/form/form-date-picker.cjs +1 -1
  155. package/dist/components/form/form-date-picker.js +1 -28
  156. package/dist/components/form/form-date-range-input.cjs +1 -1
  157. package/dist/components/form/form-date-range-input.js +1 -34
  158. package/dist/components/form/form-date-range-picker.cjs +1 -1
  159. package/dist/components/form/form-date-range-picker.js +1 -37
  160. package/dist/components/form/form-field-shell.cjs +1 -1
  161. package/dist/components/form/form-field-shell.js +1 -114
  162. package/dist/components/form/form-input.cjs +1 -1
  163. package/dist/components/form/form-input.js +1 -402
  164. package/dist/components/form/form-select.cjs +1 -1
  165. package/dist/components/form/form-select.js +1 -85
  166. package/dist/components/form/form-switch.cjs +1 -1
  167. package/dist/components/form/form-switch.js +1 -102
  168. package/dist/components/form/form-textarea.cjs +1 -1
  169. package/dist/components/form/form-textarea.js +1 -67
  170. package/dist/components/form/index.cjs +1 -1
  171. package/dist/components/form/index.d.ts +0 -6
  172. package/dist/components/form/index.js +1 -15
  173. package/dist/components/form/public.cjs +1 -1
  174. package/dist/components/form/public.d.ts +3 -1
  175. package/dist/components/form/public.js +1 -7
  176. package/dist/components/inputs/async-select.cjs +1 -1
  177. package/dist/components/inputs/async-select.d.ts +1 -1
  178. package/dist/components/inputs/async-select.js +1 -580
  179. package/dist/components/inputs/color-picker.cjs +1 -0
  180. package/dist/components/inputs/color-picker.d.ts +20 -0
  181. package/dist/components/inputs/color-picker.js +1 -0
  182. package/dist/components/inputs/demo.cjs +1 -1
  183. package/dist/components/inputs/demo.js +1 -22
  184. package/dist/components/inputs/index.cjs +1 -1
  185. package/dist/components/inputs/index.d.ts +2 -0
  186. package/dist/components/inputs/index.js +1 -9
  187. package/dist/components/inputs/inline-editable.cjs +1 -1
  188. package/dist/components/inputs/inline-editable.js +1 -53
  189. package/dist/components/inputs/json-input.cjs +1 -1
  190. package/dist/components/inputs/json-input.d.ts +3 -2
  191. package/dist/components/inputs/json-input.js +1 -48
  192. package/dist/components/inputs/otp-input.cjs +1 -1
  193. package/dist/components/inputs/otp-input.js +1 -51
  194. package/dist/components/inputs/public.cjs +1 -1
  195. package/dist/components/inputs/public.d.ts +2 -0
  196. package/dist/components/inputs/public.js +1 -9
  197. package/dist/components/inputs/rating.cjs +1 -1
  198. package/dist/components/inputs/rating.js +1 -46
  199. package/dist/components/inputs/signature-pad.cjs +1 -0
  200. package/dist/components/inputs/signature-pad.d.ts +36 -0
  201. package/dist/components/inputs/signature-pad.js +1 -0
  202. package/dist/components/inputs/slider.cjs +1 -1
  203. package/dist/components/inputs/slider.js +1 -119
  204. package/dist/components/inputs/tag-input.cjs +1 -1
  205. package/dist/components/inputs/tag-input.js +1 -69
  206. package/dist/components/inputs/time-picker.cjs +1 -1
  207. package/dist/components/inputs/time-picker.js +1 -51
  208. package/dist/components/layout/app-header.cjs +1 -1
  209. package/dist/components/layout/app-header.js +1 -28
  210. package/dist/components/layout/app-sidebar.cjs +1 -1
  211. package/dist/components/layout/app-sidebar.d.ts +11 -11
  212. package/dist/components/layout/app-sidebar.js +1 -473
  213. package/dist/components/layout/breadcrumbs.cjs +1 -1
  214. package/dist/components/layout/breadcrumbs.js +1 -86
  215. package/dist/components/layout/controllable-details.cjs +1 -0
  216. package/dist/components/layout/controllable-details.d.ts +9 -0
  217. package/dist/components/layout/controllable-details.js +1 -0
  218. package/dist/components/layout/demo.cjs +1 -1
  219. package/dist/components/layout/demo.js +1 -9
  220. package/dist/components/layout/index.cjs +1 -1
  221. package/dist/components/layout/index.d.ts +0 -4
  222. package/dist/components/layout/index.js +1 -9
  223. package/dist/components/layout/page-container.cjs +1 -1
  224. package/dist/components/layout/page-container.js +1 -21
  225. package/dist/components/layout/page-header.cjs +1 -1
  226. package/dist/components/layout/page-header.js +1 -92
  227. package/dist/components/layout/public.cjs +1 -1
  228. package/dist/components/layout/public.d.ts +0 -4
  229. package/dist/components/layout/public.js +1 -8
  230. package/dist/components/layout/section-header.cjs +1 -1
  231. package/dist/components/layout/section-header.js +1 -44
  232. package/dist/components/layout/section.cjs +1 -1
  233. package/dist/components/layout/section.js +1 -74
  234. package/dist/components/layout/sidebar-nav.cjs +1 -1
  235. package/dist/components/layout/sidebar-nav.d.ts +6 -1
  236. package/dist/components/layout/sidebar-nav.js +1 -199
  237. package/dist/components/layout/sticky-footer-bar.cjs +1 -1
  238. package/dist/components/layout/sticky-footer-bar.js +1 -20
  239. package/dist/components/modern/calendar-scheduler.cjs +1 -1
  240. package/dist/components/modern/calendar-scheduler.js +1 -67
  241. package/dist/components/modern/dual-list-picker.cjs +1 -1
  242. package/dist/components/modern/dual-list-picker.d.ts +2 -1
  243. package/dist/components/modern/dual-list-picker.js +1 -97
  244. package/dist/components/modern/image-cropper.cjs +1 -0
  245. package/dist/components/modern/image-cropper.d.ts +39 -0
  246. package/dist/components/modern/image-cropper.js +1 -0
  247. package/dist/components/modern/index.cjs +1 -1
  248. package/dist/components/modern/index.d.ts +1 -7
  249. package/dist/components/modern/index.js +1 -12
  250. package/dist/components/modern/resizable-panel.cjs +1 -1
  251. package/dist/components/modern/resizable-panel.js +1 -113
  252. package/dist/components/modern/rich-text-editor.cjs +1 -1
  253. package/dist/components/modern/rich-text-editor.d.ts +19 -5
  254. package/dist/components/modern/rich-text-editor.js +1 -39
  255. package/dist/components/navigation/demo.cjs +1 -1
  256. package/dist/components/navigation/demo.js +1 -10
  257. package/dist/components/navigation/index.cjs +1 -1
  258. package/dist/components/navigation/index.d.ts +0 -5
  259. package/dist/components/navigation/index.js +1 -7
  260. package/dist/components/navigation/pagination.cjs +1 -1
  261. package/dist/components/navigation/pagination.js +1 -122
  262. package/dist/components/notifications/index.cjs +1 -1
  263. package/dist/components/notifications/index.js +1 -3
  264. package/dist/components/notifications/notification-center.cjs +1 -1
  265. package/dist/components/notifications/notification-center.js +1 -99
  266. package/dist/components/notifications/toast.cjs +1 -1
  267. package/dist/components/notifications/toast.js +1 -198
  268. package/dist/components/overlay/alert-dialog.cjs +1 -1
  269. package/dist/components/overlay/alert-dialog.js +1 -108
  270. package/dist/components/overlay/confirm-dialog.cjs +1 -1
  271. package/dist/components/overlay/confirm-dialog.d.ts +17 -5
  272. package/dist/components/overlay/confirm-dialog.js +1 -42
  273. package/dist/components/overlay/demo.cjs +1 -1
  274. package/dist/components/overlay/demo.js +1 -9
  275. package/dist/components/overlay/drawer.cjs +1 -1
  276. package/dist/components/overlay/drawer.js +1 -58
  277. package/dist/components/overlay/index.cjs +1 -1
  278. package/dist/components/overlay/index.d.ts +0 -3
  279. package/dist/components/overlay/index.js +1 -7
  280. package/dist/components/patterns/bulk-action-bar.cjs +1 -0
  281. package/dist/components/patterns/bulk-action-bar.d.ts +10 -0
  282. package/dist/components/patterns/bulk-action-bar.js +1 -0
  283. package/dist/components/patterns/data-view.cjs +1 -0
  284. package/dist/components/patterns/data-view.d.ts +17 -0
  285. package/dist/components/patterns/data-view.js +1 -0
  286. package/dist/components/patterns/demo.cjs +1 -1
  287. package/dist/components/patterns/demo.js +1 -5
  288. package/dist/components/patterns/detail-layout.cjs +1 -0
  289. package/dist/components/patterns/detail-layout.d.ts +16 -0
  290. package/dist/components/patterns/detail-layout.js +1 -0
  291. package/dist/components/patterns/empty-state.cjs +1 -0
  292. package/dist/components/patterns/empty-state.d.ts +22 -0
  293. package/dist/components/patterns/empty-state.js +1 -0
  294. package/dist/components/patterns/form-builder.cjs +1 -0
  295. package/dist/components/patterns/form-builder.d.ts +105 -0
  296. package/dist/components/patterns/form-builder.js +1 -0
  297. package/dist/components/patterns/index.cjs +1 -1
  298. package/dist/components/patterns/index.d.ts +7 -0
  299. package/dist/components/patterns/index.js +1 -3
  300. package/dist/components/patterns/page-toolbar.cjs +1 -0
  301. package/dist/components/patterns/page-toolbar.d.ts +11 -0
  302. package/dist/components/patterns/page-toolbar.js +1 -0
  303. package/dist/components/patterns/public.cjs +1 -1
  304. package/dist/components/patterns/public.d.ts +7 -0
  305. package/dist/components/patterns/public.js +1 -3
  306. package/dist/components/patterns/resource-detail-page.cjs +1 -1
  307. package/dist/components/patterns/resource-detail-page.js +1 -100
  308. package/dist/components/patterns/resource-page.cjs +1 -1
  309. package/dist/components/patterns/resource-page.js +1 -97
  310. package/dist/components/patterns/settings-page.cjs +1 -0
  311. package/dist/components/patterns/settings-page.d.ts +21 -0
  312. package/dist/components/patterns/settings-page.js +1 -0
  313. package/dist/components/theme-provider.cjs +1 -1
  314. package/dist/components/theme-provider.d.ts +4 -1
  315. package/dist/components/theme-provider.js +1 -41
  316. package/dist/components/ui/accordion/index.cjs +1 -1
  317. package/dist/components/ui/accordion/index.d.ts +8 -12
  318. package/dist/components/ui/accordion/index.js +1 -30
  319. package/dist/components/ui/badge/index.cjs +1 -1
  320. package/dist/components/ui/badge/index.js +1 -110
  321. package/dist/components/ui/button/index.cjs +1 -1
  322. package/dist/components/ui/button/index.js +1 -80
  323. package/dist/components/ui/button.cjs +1 -1
  324. package/dist/components/ui/button.js +1 -2
  325. package/dist/components/ui/card/index.cjs +1 -1
  326. package/dist/components/ui/card/index.js +1 -196
  327. package/dist/components/ui/checkbox/index.cjs +1 -1
  328. package/dist/components/ui/checkbox/index.d.ts +8 -2
  329. package/dist/components/ui/checkbox/index.js +1 -36
  330. package/dist/components/ui/collapse/index.cjs +1 -1
  331. package/dist/components/ui/collapse/index.js +1 -126
  332. package/dist/components/ui/command/index.cjs +1 -1
  333. package/dist/components/ui/command/index.js +1 -87
  334. package/dist/components/ui/dialog/index.cjs +1 -1
  335. package/dist/components/ui/dialog/index.js +1 -95
  336. package/dist/components/ui/divider/index.cjs +1 -1
  337. package/dist/components/ui/divider/index.js +1 -35
  338. package/dist/components/ui/dropdown-menu/index.cjs +1 -1
  339. package/dist/components/ui/dropdown-menu/index.js +1 -161
  340. package/dist/components/ui/input/chrome.cjs +1 -1
  341. package/dist/components/ui/input/chrome.js +1 -24
  342. package/dist/components/ui/input/clearable.cjs +1 -1
  343. package/dist/components/ui/input/clearable.js +1 -48
  344. package/dist/components/ui/input/date-range.cjs +1 -1
  345. package/dist/components/ui/input/date-range.js +1 -41
  346. package/dist/components/ui/input/date.cjs +1 -1
  347. package/dist/components/ui/input/date.js +1 -23
  348. package/dist/components/ui/input/decorator.cjs +1 -1
  349. package/dist/components/ui/input/decorator.d.ts +1 -1
  350. package/dist/components/ui/input/decorator.js +1 -63
  351. package/dist/components/ui/input/group.cjs +1 -1
  352. package/dist/components/ui/input/group.js +1 -78
  353. package/dist/components/ui/input/index.cjs +1 -1
  354. package/dist/components/ui/input/index.js +1 -165
  355. package/dist/components/ui/input/masked.cjs +1 -1
  356. package/dist/components/ui/input/masked.js +1 -23
  357. package/dist/components/ui/input/money.cjs +1 -1
  358. package/dist/components/ui/input/money.js +1 -36
  359. package/dist/components/ui/input/number.cjs +1 -1
  360. package/dist/components/ui/input/number.js +1 -43
  361. package/dist/components/ui/input/numeric-value.cjs +1 -1
  362. package/dist/components/ui/input/numeric-value.js +1 -21
  363. package/dist/components/ui/input/password.cjs +1 -1
  364. package/dist/components/ui/input/password.js +1 -51
  365. package/dist/components/ui/input/phone.cjs +1 -1
  366. package/dist/components/ui/input/phone.js +1 -33
  367. package/dist/components/ui/input/primitive.cjs +1 -1
  368. package/dist/components/ui/input/primitive.js +1 -15
  369. package/dist/components/ui/input/quantity.cjs +1 -1
  370. package/dist/components/ui/input/quantity.js +1 -59
  371. package/dist/components/ui/input/search.cjs +1 -1
  372. package/dist/components/ui/input/search.js +1 -55
  373. package/dist/components/ui/input/value.cjs +1 -1
  374. package/dist/components/ui/input/value.js +1 -16
  375. package/dist/components/ui/input.cjs +1 -1
  376. package/dist/components/ui/input.js +1 -3
  377. package/dist/components/ui/kbd/index.cjs +1 -1
  378. package/dist/components/ui/kbd/index.js +1 -23
  379. package/dist/components/ui/popover/index.cjs +1 -1
  380. package/dist/components/ui/popover/index.js +1 -56
  381. package/dist/components/ui/radio-group/index.cjs +1 -1
  382. package/dist/components/ui/radio-group/index.js +1 -92
  383. package/dist/components/ui/right-click-menu/index.cjs +1 -1
  384. package/dist/components/ui/right-click-menu/index.js +1 -98
  385. package/dist/components/ui/scroll-box/index.cjs +1 -1
  386. package/dist/components/ui/scroll-box/index.js +1 -17
  387. package/dist/components/ui/segmented-control/index.cjs +1 -1
  388. package/dist/components/ui/segmented-control/index.js +1 -48
  389. package/dist/components/ui/select/index.cjs +1 -1
  390. package/dist/components/ui/select/index.js +1 -209
  391. package/dist/components/ui/skeleton/index.cjs +1 -1
  392. package/dist/components/ui/skeleton/index.js +1 -48
  393. package/dist/components/ui/spinner/index.cjs +1 -1
  394. package/dist/components/ui/spinner/index.js +1 -34
  395. package/dist/components/ui/switch/index.cjs +1 -1
  396. package/dist/components/ui/switch/index.js +1 -61
  397. package/dist/components/ui/table/index.cjs +1 -1
  398. package/dist/components/ui/table/index.d.ts +4 -2
  399. package/dist/components/ui/table/index.js +1 -66
  400. package/dist/components/ui/tabs/index.cjs +1 -1
  401. package/dist/components/ui/tabs/index.js +1 -31
  402. package/dist/components/ui/textarea/index.cjs +1 -1
  403. package/dist/components/ui/textarea/index.js +1 -43
  404. package/dist/components/ui/textarea.cjs +1 -1
  405. package/dist/components/ui/textarea.js +1 -2
  406. package/dist/components/ui/tooltip/index.cjs +1 -1
  407. package/dist/components/ui/tooltip/index.js +1 -46
  408. package/dist/components/upload/demo.cjs +1 -1
  409. package/dist/components/upload/demo.js +1 -9
  410. package/dist/components/upload/file-upload.cjs +1 -1
  411. package/dist/components/upload/file-upload.js +1 -344
  412. package/dist/components/upload/image-upload.cjs +1 -1
  413. package/dist/components/upload/image-upload.js +1 -120
  414. package/dist/components/upload/index.cjs +1 -1
  415. package/dist/components/upload/index.d.ts +0 -2
  416. package/dist/components/upload/index.js +1 -4
  417. package/dist/components/wizard/demo.cjs +1 -1
  418. package/dist/components/wizard/demo.js +1 -5
  419. package/dist/components/wizard/index.cjs +1 -1
  420. package/dist/components/wizard/index.js +1 -3
  421. package/dist/components/wizard/stepper.cjs +1 -1
  422. package/dist/components/wizard/stepper.js +1 -38
  423. package/dist/components/wizard/wizard.cjs +1 -1
  424. package/dist/components/wizard/wizard.js +1 -43
  425. package/dist/hooks/index.cjs +1 -1
  426. package/dist/hooks/index.js +1 -7
  427. package/dist/hooks/use-before-unload-when-dirty.cjs +1 -1
  428. package/dist/hooks/use-before-unload-when-dirty.js +1 -13
  429. package/dist/hooks/use-data-table-view-state.cjs +1 -1
  430. package/dist/hooks/use-data-table-view-state.js +1 -63
  431. package/dist/hooks/use-debounce.cjs +1 -1
  432. package/dist/hooks/use-debounce.js +1 -27
  433. package/dist/hooks/use-disclosure.cjs +1 -1
  434. package/dist/hooks/use-disclosure.js +1 -16
  435. package/dist/hooks/use-is-mobile.cjs +1 -1
  436. package/dist/hooks/use-is-mobile.js +1 -17
  437. package/dist/hooks/use-session-storage-state.cjs +1 -1
  438. package/dist/hooks/use-session-storage-state.js +1 -44
  439. package/dist/index.cjs +1 -1
  440. package/dist/index.d.ts +3 -2
  441. package/dist/index.js +1 -134
  442. package/dist/lib/utils.cjs +1 -1
  443. package/dist/lib/utils.js +1 -11
  444. package/dist/node_modules/@dnd-kit/abstract/index.cjs +1 -0
  445. package/dist/node_modules/@dnd-kit/abstract/index.js +673 -0
  446. package/dist/node_modules/@dnd-kit/collision/dist/index.cjs +1 -0
  447. package/dist/node_modules/@dnd-kit/collision/dist/index.js +40 -0
  448. package/dist/node_modules/@dnd-kit/dom/index.cjs +60 -0
  449. package/dist/node_modules/@dnd-kit/dom/index.js +1339 -0
  450. package/dist/node_modules/@dnd-kit/dom/sortable.cjs +1 -0
  451. package/dist/node_modules/@dnd-kit/dom/sortable.js +544 -0
  452. package/dist/node_modules/@dnd-kit/dom/utilities.cjs +8 -0
  453. package/dist/node_modules/@dnd-kit/dom/utilities.js +781 -0
  454. package/dist/node_modules/@dnd-kit/geometry/dist/index.cjs +1 -0
  455. package/dist/node_modules/@dnd-kit/geometry/dist/index.js +232 -0
  456. package/dist/node_modules/@dnd-kit/helpers/dist/index.cjs +1 -0
  457. package/dist/node_modules/@dnd-kit/helpers/dist/index.js +104 -0
  458. package/dist/node_modules/@dnd-kit/react/hooks.cjs +1 -0
  459. package/dist/node_modules/@dnd-kit/react/hooks.js +78 -0
  460. package/dist/node_modules/@dnd-kit/react/index.cjs +1 -0
  461. package/dist/node_modules/@dnd-kit/react/index.js +278 -0
  462. package/dist/node_modules/@dnd-kit/react/sortable.cjs +1 -0
  463. package/dist/node_modules/@dnd-kit/react/sortable.js +69 -0
  464. package/dist/node_modules/@dnd-kit/react/utilities.cjs +1 -0
  465. package/dist/node_modules/@dnd-kit/react/utilities.js +9 -0
  466. package/dist/node_modules/@dnd-kit/state/dist/index.cjs +1 -0
  467. package/dist/node_modules/@dnd-kit/state/dist/index.js +166 -0
  468. package/dist/node_modules/@preact/signals-core/dist/signals-core.module.cjs +1 -0
  469. package/dist/node_modules/@preact/signals-core/dist/signals-core.module.js +250 -0
  470. package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.cjs +1 -0
  471. package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +72 -0
  472. package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.cjs +1 -0
  473. package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +627 -0
  474. package/dist/node_modules/@tanstack/virtual-core/dist/esm/lazy-measurements.cjs +1 -0
  475. package/dist/node_modules/@tanstack/virtual-core/dist/esm/lazy-measurements.js +31 -0
  476. package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.cjs +4 -0
  477. package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +38 -0
  478. package/dist/public-component-surface.cjs +1 -1
  479. package/dist/public-component-surface.js +1 -248
  480. package/dist/showcase/component-api-schema.cjs +1 -1
  481. package/dist/showcase/component-api-schema.js +1 -903
  482. package/dist/showcase/component-route-data.cjs +1 -1
  483. package/dist/showcase/component-route-data.js +1 -68
  484. package/dist/showcase/create-demo.cjs +1 -25
  485. package/dist/showcase/create-demo.js +1 -193
  486. package/dist/showcase/demo-snippets/actions/index.cjs +1 -64
  487. package/dist/showcase/demo-snippets/actions/index.js +1 -10
  488. package/dist/showcase/demo-snippets/forms/index.cjs +1 -26
  489. package/dist/showcase/demo-snippets/forms/index.js +1 -9
  490. package/dist/showcase/demo-snippets/index.cjs +1 -1
  491. package/dist/showcase/demo-snippets/index.js +1 -13
  492. package/dist/showcase/demo-snippets/layout/index.cjs +1 -45
  493. package/dist/showcase/demo-snippets/layout/index.js +1 -9
  494. package/dist/showcase/demo-snippets/upload/index.cjs +1 -5
  495. package/dist/showcase/demo-snippets/upload/index.js +1 -4
  496. package/dist/showcase/fallback.cjs +1 -5
  497. package/dist/showcase/fallback.js +1 -988
  498. package/dist/showcase/index.cjs +1 -1
  499. package/dist/showcase/index.js +1 -50
  500. package/dist/showcase/package-meta.cjs +1 -1
  501. package/dist/showcase/package-meta.d.ts +3 -3
  502. package/dist/showcase/package-meta.js +1 -4
  503. package/dist/showcase/premium/action-menu/index.cjs +1 -1
  504. package/dist/showcase/premium/action-menu/index.js +1 -3
  505. package/dist/showcase/premium/action-menu/mock.cjs +1 -14
  506. package/dist/showcase/premium/action-menu/mock.js +1 -31
  507. package/dist/showcase/premium/action-menu/showcase.cjs +1 -1
  508. package/dist/showcase/premium/action-menu/showcase.js +1 -124
  509. package/dist/showcase/premium/activity-feed/index.cjs +1 -1
  510. package/dist/showcase/premium/activity-feed/index.js +1 -3
  511. package/dist/showcase/premium/activity-feed/mock.cjs +1 -11
  512. package/dist/showcase/premium/activity-feed/mock.js +1 -36
  513. package/dist/showcase/premium/activity-feed/showcase.cjs +1 -1
  514. package/dist/showcase/premium/activity-feed/showcase.js +1 -101
  515. package/dist/showcase/premium/alert/index.cjs +1 -1
  516. package/dist/showcase/premium/alert/index.js +1 -3
  517. package/dist/showcase/premium/alert/mock.cjs +1 -12
  518. package/dist/showcase/premium/alert/mock.js +1 -31
  519. package/dist/showcase/premium/alert/showcase.cjs +1 -1
  520. package/dist/showcase/premium/alert/showcase.js +1 -137
  521. package/dist/showcase/premium/alert-dialog/index.cjs +1 -1
  522. package/dist/showcase/premium/alert-dialog/index.js +1 -3
  523. package/dist/showcase/premium/alert-dialog/mock.cjs +1 -19
  524. package/dist/showcase/premium/alert-dialog/mock.js +1 -31
  525. package/dist/showcase/premium/alert-dialog/showcase.cjs +1 -1
  526. package/dist/showcase/premium/alert-dialog/showcase.js +1 -138
  527. package/dist/showcase/premium/app-sidebar/index.cjs +1 -1
  528. package/dist/showcase/premium/app-sidebar/index.js +1 -3
  529. package/dist/showcase/premium/app-sidebar/mock.cjs +1 -18
  530. package/dist/showcase/premium/app-sidebar/mock.js +1 -32
  531. package/dist/showcase/premium/app-sidebar/showcase.cjs +1 -1
  532. package/dist/showcase/premium/app-sidebar/showcase.js +1 -204
  533. package/dist/showcase/premium/async-multi-select/index.cjs +1 -1
  534. package/dist/showcase/premium/async-multi-select/index.js +1 -3
  535. package/dist/showcase/premium/async-multi-select/mock.cjs +1 -41
  536. package/dist/showcase/premium/async-multi-select/mock.js +1 -43
  537. package/dist/showcase/premium/async-multi-select/showcase.cjs +1 -1
  538. package/dist/showcase/premium/async-multi-select/showcase.js +1 -54
  539. package/dist/showcase/premium/async-select/index.cjs +1 -1
  540. package/dist/showcase/premium/async-select/index.js +1 -3
  541. package/dist/showcase/premium/async-select/mock.cjs +1 -55
  542. package/dist/showcase/premium/async-select/mock.js +1 -43
  543. package/dist/showcase/premium/async-select/showcase.cjs +1 -1
  544. package/dist/showcase/premium/async-select/showcase.js +1 -204
  545. package/dist/showcase/premium/avatar/index.cjs +1 -1
  546. package/dist/showcase/premium/avatar/index.js +1 -3
  547. package/dist/showcase/premium/avatar/mock.cjs +1 -16
  548. package/dist/showcase/premium/avatar/mock.js +1 -26
  549. package/dist/showcase/premium/avatar/showcase.cjs +1 -1
  550. package/dist/showcase/premium/avatar/showcase.js +1 -149
  551. package/dist/showcase/premium/badge/data.cjs +1 -1
  552. package/dist/showcase/premium/badge/data.js +1 -35
  553. package/dist/showcase/premium/badge/index.cjs +1 -1
  554. package/dist/showcase/premium/badge/index.js +1 -4
  555. package/dist/showcase/premium/badge/mock.cjs +1 -13
  556. package/dist/showcase/premium/badge/mock.js +1 -43
  557. package/dist/showcase/premium/badge/showcase.cjs +1 -1
  558. package/dist/showcase/premium/badge/showcase.js +1 -221
  559. package/dist/showcase/premium/badge/types.cjs +1 -1
  560. package/dist/showcase/premium/badge/types.js +1 -0
  561. package/dist/showcase/premium/breadcrumbs/index.cjs +1 -1
  562. package/dist/showcase/premium/breadcrumbs/index.js +1 -3
  563. package/dist/showcase/premium/breadcrumbs/mock.cjs +1 -11
  564. package/dist/showcase/premium/breadcrumbs/mock.js +1 -31
  565. package/dist/showcase/premium/breadcrumbs/showcase.cjs +1 -1
  566. package/dist/showcase/premium/breadcrumbs/showcase.js +1 -115
  567. package/dist/showcase/premium/button/data.cjs +1 -1
  568. package/dist/showcase/premium/button/data.js +1 -100
  569. package/dist/showcase/premium/button/index.cjs +1 -1
  570. package/dist/showcase/premium/button/index.js +1 -4
  571. package/dist/showcase/premium/button/mock.cjs +1 -65
  572. package/dist/showcase/premium/button/mock.js +1 -48
  573. package/dist/showcase/premium/button/showcase.cjs +1 -1
  574. package/dist/showcase/premium/button/showcase.js +1 -331
  575. package/dist/showcase/premium/button/types.cjs +1 -1
  576. package/dist/showcase/premium/button/types.js +1 -0
  577. package/dist/showcase/premium/button-group/index.cjs +1 -1
  578. package/dist/showcase/premium/button-group/index.js +1 -3
  579. package/dist/showcase/premium/button-group/mock.cjs +1 -16
  580. package/dist/showcase/premium/button-group/mock.js +1 -31
  581. package/dist/showcase/premium/button-group/showcase.cjs +1 -1
  582. package/dist/showcase/premium/button-group/showcase.js +1 -116
  583. package/dist/showcase/premium/calendar/index.cjs +1 -1
  584. package/dist/showcase/premium/calendar/index.js +1 -3
  585. package/dist/showcase/premium/calendar/mock.cjs +1 -18
  586. package/dist/showcase/premium/calendar/mock.js +1 -31
  587. package/dist/showcase/premium/calendar/showcase.cjs +1 -1
  588. package/dist/showcase/premium/calendar/showcase.js +1 -158
  589. package/dist/showcase/premium/calendar-scheduler/index.cjs +1 -1
  590. package/dist/showcase/premium/calendar-scheduler/index.js +1 -3
  591. package/dist/showcase/premium/calendar-scheduler/mock.cjs +1 -13
  592. package/dist/showcase/premium/calendar-scheduler/mock.js +1 -19
  593. package/dist/showcase/premium/calendar-scheduler/showcase.cjs +1 -1
  594. package/dist/showcase/premium/calendar-scheduler/showcase.js +1 -58
  595. package/dist/showcase/premium/card/data.cjs +1 -1
  596. package/dist/showcase/premium/card/data.js +1 -24
  597. package/dist/showcase/premium/card/index.cjs +1 -1
  598. package/dist/showcase/premium/card/index.js +1 -4
  599. package/dist/showcase/premium/card/mock.cjs +1 -18
  600. package/dist/showcase/premium/card/mock.js +1 -43
  601. package/dist/showcase/premium/card/showcase.cjs +1 -1
  602. package/dist/showcase/premium/card/showcase.js +1 -154
  603. package/dist/showcase/premium/card/types.cjs +1 -1
  604. package/dist/showcase/premium/card/types.js +1 -0
  605. package/dist/showcase/premium/carousel/index.cjs +1 -1
  606. package/dist/showcase/premium/carousel/index.js +1 -3
  607. package/dist/showcase/premium/carousel/mock.cjs +1 -11
  608. package/dist/showcase/premium/carousel/mock.js +1 -26
  609. package/dist/showcase/premium/carousel/showcase.cjs +1 -1
  610. package/dist/showcase/premium/carousel/showcase.js +1 -147
  611. package/dist/showcase/premium/checkbox/data.cjs +1 -1
  612. package/dist/showcase/premium/checkbox/data.js +1 -28
  613. package/dist/showcase/premium/checkbox/index.cjs +1 -1
  614. package/dist/showcase/premium/checkbox/index.js +1 -4
  615. package/dist/showcase/premium/checkbox/mock.cjs +1 -27
  616. package/dist/showcase/premium/checkbox/mock.js +1 -42
  617. package/dist/showcase/premium/checkbox/showcase.cjs +1 -1
  618. package/dist/showcase/premium/checkbox/showcase.js +1 -184
  619. package/dist/showcase/premium/checkbox/types.cjs +1 -1
  620. package/dist/showcase/premium/checkbox/types.js +1 -0
  621. package/dist/showcase/premium/code-block/index.cjs +1 -1
  622. package/dist/showcase/premium/code-block/index.js +1 -3
  623. package/dist/showcase/premium/code-block/mock.cjs +1 -7
  624. package/dist/showcase/premium/code-block/mock.js +1 -26
  625. package/dist/showcase/premium/code-block/showcase.cjs +1 -5
  626. package/dist/showcase/premium/code-block/showcase.js +1 -62
  627. package/dist/showcase/premium/collapse/index.cjs +1 -1
  628. package/dist/showcase/premium/collapse/index.js +1 -3
  629. package/dist/showcase/premium/collapse/mock.cjs +1 -20
  630. package/dist/showcase/premium/collapse/mock.js +1 -39
  631. package/dist/showcase/premium/collapse/showcase.cjs +1 -1
  632. package/dist/showcase/premium/collapse/showcase.js +1 -161
  633. package/dist/showcase/premium/color-picker/index.cjs +1 -0
  634. package/dist/showcase/premium/color-picker/index.d.ts +2 -0
  635. package/dist/showcase/premium/color-picker/index.js +1 -0
  636. package/dist/showcase/premium/color-picker/mock.cjs +1 -0
  637. package/dist/showcase/premium/color-picker/mock.d.ts +2 -0
  638. package/dist/showcase/premium/color-picker/mock.js +1 -0
  639. package/dist/showcase/premium/color-picker/showcase.cjs +1 -0
  640. package/dist/showcase/premium/color-picker/showcase.d.ts +2 -0
  641. package/dist/showcase/premium/color-picker/showcase.js +1 -0
  642. package/dist/showcase/premium/command-palette/index.cjs +1 -1
  643. package/dist/showcase/premium/command-palette/index.js +1 -3
  644. package/dist/showcase/premium/command-palette/mock.cjs +1 -24
  645. package/dist/showcase/premium/command-palette/mock.js +1 -31
  646. package/dist/showcase/premium/command-palette/showcase.cjs +1 -1
  647. package/dist/showcase/premium/command-palette/showcase.js +1 -208
  648. package/dist/showcase/premium/confirm-dialog/index.cjs +1 -1
  649. package/dist/showcase/premium/confirm-dialog/index.js +1 -3
  650. package/dist/showcase/premium/confirm-dialog/mock.cjs +1 -33
  651. package/dist/showcase/premium/confirm-dialog/mock.js +1 -43
  652. package/dist/showcase/premium/confirm-dialog/showcase.cjs +1 -1
  653. package/dist/showcase/premium/confirm-dialog/showcase.js +1 -132
  654. package/dist/showcase/premium/copy-button/index.cjs +1 -1
  655. package/dist/showcase/premium/copy-button/index.js +1 -3
  656. package/dist/showcase/premium/copy-button/mock.cjs +1 -13
  657. package/dist/showcase/premium/copy-button/mock.js +1 -26
  658. package/dist/showcase/premium/copy-button/showcase.cjs +1 -1
  659. package/dist/showcase/premium/copy-button/showcase.js +1 -106
  660. package/dist/showcase/premium/data-state/index.cjs +1 -1
  661. package/dist/showcase/premium/data-state/index.js +1 -3
  662. package/dist/showcase/premium/data-state/mock.cjs +1 -12
  663. package/dist/showcase/premium/data-state/mock.js +1 -26
  664. package/dist/showcase/premium/data-state/showcase.cjs +1 -1
  665. package/dist/showcase/premium/data-state/showcase.js +1 -60
  666. package/dist/showcase/premium/data-table/data.cjs +1 -1
  667. package/dist/showcase/premium/data-table/data.js +1 -127
  668. package/dist/showcase/premium/data-table/index.cjs +1 -1
  669. package/dist/showcase/premium/data-table/index.js +1 -4
  670. package/dist/showcase/premium/data-table/mock.cjs +1 -25
  671. package/dist/showcase/premium/data-table/mock.js +1 -34
  672. package/dist/showcase/premium/data-table/showcase.cjs +1 -1
  673. package/dist/showcase/premium/data-table/showcase.js +1 -300
  674. package/dist/showcase/premium/data-table/types.cjs +1 -1
  675. package/dist/showcase/premium/data-table/types.js +1 -0
  676. package/dist/showcase/premium/date-picker/index.cjs +1 -1
  677. package/dist/showcase/premium/date-picker/index.js +1 -3
  678. package/dist/showcase/premium/date-picker/mock.cjs +1 -16
  679. package/dist/showcase/premium/date-picker/mock.js +1 -43
  680. package/dist/showcase/premium/date-picker/showcase.cjs +1 -1
  681. package/dist/showcase/premium/date-picker/showcase.js +1 -29
  682. package/dist/showcase/premium/date-range-picker/index.cjs +1 -1
  683. package/dist/showcase/premium/date-range-picker/index.js +1 -3
  684. package/dist/showcase/premium/date-range-picker/mock.cjs +1 -16
  685. package/dist/showcase/premium/date-range-picker/mock.js +1 -43
  686. package/dist/showcase/premium/date-range-picker/showcase.cjs +1 -1
  687. package/dist/showcase/premium/date-range-picker/showcase.js +1 -71
  688. package/dist/showcase/premium/description-list/index.cjs +1 -1
  689. package/dist/showcase/premium/description-list/index.js +1 -3
  690. package/dist/showcase/premium/description-list/mock.cjs +1 -14
  691. package/dist/showcase/premium/description-list/mock.js +1 -31
  692. package/dist/showcase/premium/description-list/showcase.cjs +1 -1
  693. package/dist/showcase/premium/description-list/showcase.js +1 -99
  694. package/dist/showcase/premium/dialog/data.cjs +1 -1
  695. package/dist/showcase/premium/dialog/data.js +1 -29
  696. package/dist/showcase/premium/dialog/index.cjs +1 -1
  697. package/dist/showcase/premium/dialog/index.js +1 -4
  698. package/dist/showcase/premium/dialog/mock.cjs +1 -24
  699. package/dist/showcase/premium/dialog/mock.js +1 -43
  700. package/dist/showcase/premium/dialog/showcase.cjs +1 -1
  701. package/dist/showcase/premium/dialog/showcase.js +1 -84
  702. package/dist/showcase/premium/dialog/types.cjs +1 -1
  703. package/dist/showcase/premium/dialog/types.js +1 -0
  704. package/dist/showcase/premium/divider/index.cjs +1 -1
  705. package/dist/showcase/premium/divider/index.js +1 -3
  706. package/dist/showcase/premium/divider/mock.cjs +1 -11
  707. package/dist/showcase/premium/divider/mock.js +1 -26
  708. package/dist/showcase/premium/divider/showcase.cjs +1 -1
  709. package/dist/showcase/premium/divider/showcase.js +1 -86
  710. package/dist/showcase/premium/drawer/index.cjs +1 -1
  711. package/dist/showcase/premium/drawer/index.js +1 -3
  712. package/dist/showcase/premium/drawer/mock.cjs +1 -21
  713. package/dist/showcase/premium/drawer/mock.js +1 -31
  714. package/dist/showcase/premium/drawer/showcase.cjs +1 -1
  715. package/dist/showcase/premium/drawer/showcase.js +1 -103
  716. package/dist/showcase/premium/dropdown-menu/index.cjs +1 -1
  717. package/dist/showcase/premium/dropdown-menu/index.js +1 -3
  718. package/dist/showcase/premium/dropdown-menu/mock.cjs +1 -48
  719. package/dist/showcase/premium/dropdown-menu/mock.js +1 -43
  720. package/dist/showcase/premium/dropdown-menu/showcase.cjs +1 -1
  721. package/dist/showcase/premium/dropdown-menu/showcase.js +1 -166
  722. package/dist/showcase/premium/dual-list-picker/index.cjs +1 -1
  723. package/dist/showcase/premium/dual-list-picker/index.js +1 -3
  724. package/dist/showcase/premium/dual-list-picker/mock.cjs +1 -20
  725. package/dist/showcase/premium/dual-list-picker/mock.js +1 -19
  726. package/dist/showcase/premium/dual-list-picker/showcase.cjs +1 -1
  727. package/dist/showcase/premium/dual-list-picker/showcase.js +1 -54
  728. package/dist/showcase/premium/file-upload/index.cjs +1 -1
  729. package/dist/showcase/premium/file-upload/index.js +1 -3
  730. package/dist/showcase/premium/file-upload/mock.cjs +1 -17
  731. package/dist/showcase/premium/file-upload/mock.js +1 -32
  732. package/dist/showcase/premium/file-upload/showcase.cjs +1 -1
  733. package/dist/showcase/premium/file-upload/showcase.js +1 -111
  734. package/dist/showcase/premium/form-wrapper/index.cjs +1 -1
  735. package/dist/showcase/premium/form-wrapper/index.d.ts +1 -1
  736. package/dist/showcase/premium/form-wrapper/index.js +1 -3
  737. package/dist/showcase/premium/form-wrapper/mock.cjs +1 -166
  738. package/dist/showcase/premium/form-wrapper/mock.d.ts +0 -1
  739. package/dist/showcase/premium/form-wrapper/mock.js +1 -110
  740. package/dist/showcase/premium/form-wrapper/showcase.cjs +1 -1
  741. package/dist/showcase/premium/form-wrapper/showcase.d.ts +1 -2
  742. package/dist/showcase/premium/form-wrapper/showcase.js +1 -207
  743. package/dist/showcase/premium/image-cropper/index.cjs +1 -0
  744. package/dist/showcase/premium/image-cropper/index.d.ts +2 -0
  745. package/dist/showcase/premium/image-cropper/index.js +1 -0
  746. package/dist/showcase/premium/image-cropper/mock.cjs +1 -0
  747. package/dist/showcase/premium/image-cropper/mock.d.ts +2 -0
  748. package/dist/showcase/premium/image-cropper/mock.js +1 -0
  749. package/dist/showcase/premium/image-cropper/showcase.cjs +1 -0
  750. package/dist/showcase/premium/image-cropper/showcase.d.ts +2 -0
  751. package/dist/showcase/premium/image-cropper/showcase.js +1 -0
  752. package/dist/showcase/premium/image-upload/index.cjs +1 -1
  753. package/dist/showcase/premium/image-upload/index.js +1 -3
  754. package/dist/showcase/premium/image-upload/mock.cjs +1 -15
  755. package/dist/showcase/premium/image-upload/mock.js +1 -32
  756. package/dist/showcase/premium/image-upload/showcase.cjs +1 -1
  757. package/dist/showcase/premium/image-upload/showcase.js +1 -89
  758. package/dist/showcase/premium/index.cjs +1 -1
  759. package/dist/showcase/premium/index.js +1 -712
  760. package/dist/showcase/premium/info-card/index.cjs +1 -1
  761. package/dist/showcase/premium/info-card/index.js +1 -3
  762. package/dist/showcase/premium/info-card/mock.cjs +1 -14
  763. package/dist/showcase/premium/info-card/mock.js +1 -31
  764. package/dist/showcase/premium/info-card/showcase.cjs +1 -1
  765. package/dist/showcase/premium/info-card/showcase.js +1 -107
  766. package/dist/showcase/premium/input/data.cjs +1 -1
  767. package/dist/showcase/premium/input/data.js +1 -30
  768. package/dist/showcase/premium/input/index.cjs +1 -1
  769. package/dist/showcase/premium/input/index.js +1 -4
  770. package/dist/showcase/premium/input/mock.cjs +1 -45
  771. package/dist/showcase/premium/input/mock.js +1 -44
  772. package/dist/showcase/premium/input/showcase.cjs +1 -1
  773. package/dist/showcase/premium/input/showcase.js +1 -207
  774. package/dist/showcase/premium/input/types.cjs +1 -1
  775. package/dist/showcase/premium/input/types.js +1 -0
  776. package/dist/showcase/premium/json-input/index.cjs +1 -1
  777. package/dist/showcase/premium/json-input/index.js +1 -3
  778. package/dist/showcase/premium/json-input/mock.cjs +1 -5
  779. package/dist/showcase/premium/json-input/mock.js +1 -19
  780. package/dist/showcase/premium/json-input/showcase.cjs +1 -4
  781. package/dist/showcase/premium/json-input/showcase.js +1 -22
  782. package/dist/showcase/premium/kanban-board/index.cjs +1 -1
  783. package/dist/showcase/premium/kanban-board/index.js +1 -3
  784. package/dist/showcase/premium/kanban-board/mock.cjs +1 -23
  785. package/dist/showcase/premium/kanban-board/mock.js +1 -19
  786. package/dist/showcase/premium/kanban-board/showcase.cjs +1 -1
  787. package/dist/showcase/premium/kanban-board/showcase.js +1 -84
  788. package/dist/showcase/premium/kbd/index.cjs +1 -1
  789. package/dist/showcase/premium/kbd/index.js +1 -3
  790. package/dist/showcase/premium/kbd/mock.cjs +1 -9
  791. package/dist/showcase/premium/kbd/mock.js +1 -39
  792. package/dist/showcase/premium/kbd/showcase.cjs +1 -1
  793. package/dist/showcase/premium/kbd/showcase.js +1 -134
  794. package/dist/showcase/premium/list/index.cjs +1 -1
  795. package/dist/showcase/premium/list/index.js +1 -3
  796. package/dist/showcase/premium/list/mock.cjs +1 -17
  797. package/dist/showcase/premium/list/mock.js +1 -26
  798. package/dist/showcase/premium/list/showcase.cjs +1 -1
  799. package/dist/showcase/premium/list/showcase.js +1 -103
  800. package/dist/showcase/premium/loading-state/index.cjs +1 -1
  801. package/dist/showcase/premium/loading-state/index.js +1 -3
  802. package/dist/showcase/premium/loading-state/mock.cjs +1 -5
  803. package/dist/showcase/premium/loading-state/mock.js +1 -31
  804. package/dist/showcase/premium/loading-state/showcase.cjs +1 -1
  805. package/dist/showcase/premium/loading-state/showcase.js +1 -85
  806. package/dist/showcase/premium/notification-center/index.cjs +1 -1
  807. package/dist/showcase/premium/notification-center/index.js +1 -3
  808. package/dist/showcase/premium/notification-center/mock.cjs +1 -16
  809. package/dist/showcase/premium/notification-center/mock.js +1 -31
  810. package/dist/showcase/premium/notification-center/showcase.cjs +1 -1
  811. package/dist/showcase/premium/notification-center/showcase.js +1 -128
  812. package/dist/showcase/premium/otp-input/index.cjs +1 -1
  813. package/dist/showcase/premium/otp-input/index.js +1 -3
  814. package/dist/showcase/premium/otp-input/mock.cjs +1 -14
  815. package/dist/showcase/premium/otp-input/mock.js +1 -31
  816. package/dist/showcase/premium/otp-input/showcase.cjs +1 -1
  817. package/dist/showcase/premium/otp-input/showcase.js +1 -87
  818. package/dist/showcase/premium/page-state/index.cjs +1 -1
  819. package/dist/showcase/premium/page-state/index.js +1 -3
  820. package/dist/showcase/premium/page-state/mock.cjs +1 -12
  821. package/dist/showcase/premium/page-state/mock.js +1 -31
  822. package/dist/showcase/premium/page-state/showcase.cjs +1 -1
  823. package/dist/showcase/premium/page-state/showcase.js +1 -82
  824. package/dist/showcase/premium/pagination/index.cjs +1 -1
  825. package/dist/showcase/premium/pagination/index.js +1 -3
  826. package/dist/showcase/premium/pagination/mock.cjs +1 -15
  827. package/dist/showcase/premium/pagination/mock.js +1 -31
  828. package/dist/showcase/premium/pagination/showcase.cjs +1 -1
  829. package/dist/showcase/premium/pagination/showcase.js +1 -160
  830. package/dist/showcase/premium/popover/data.cjs +1 -1
  831. package/dist/showcase/premium/popover/data.js +1 -23
  832. package/dist/showcase/premium/popover/index.cjs +1 -1
  833. package/dist/showcase/premium/popover/index.js +1 -4
  834. package/dist/showcase/premium/popover/mock.cjs +1 -24
  835. package/dist/showcase/premium/popover/mock.js +1 -43
  836. package/dist/showcase/premium/popover/showcase.cjs +1 -1
  837. package/dist/showcase/premium/popover/showcase.js +1 -143
  838. package/dist/showcase/premium/popover/types.cjs +1 -1
  839. package/dist/showcase/premium/popover/types.js +1 -0
  840. package/dist/showcase/premium/progress/index.cjs +1 -1
  841. package/dist/showcase/premium/progress/index.js +1 -3
  842. package/dist/showcase/premium/progress/mock.cjs +1 -15
  843. package/dist/showcase/premium/progress/mock.js +1 -31
  844. package/dist/showcase/premium/progress/showcase.cjs +1 -1
  845. package/dist/showcase/premium/progress/showcase.js +1 -100
  846. package/dist/showcase/premium/qr-code/index.cjs +1 -1
  847. package/dist/showcase/premium/qr-code/index.d.ts +2 -2
  848. package/dist/showcase/premium/qr-code/index.js +1 -3
  849. package/dist/showcase/premium/qr-code/mock.cjs +1 -5
  850. package/dist/showcase/premium/qr-code/mock.js +1 -19
  851. package/dist/showcase/premium/qr-code/showcase.cjs +1 -1
  852. package/dist/showcase/premium/qr-code/showcase.js +1 -37
  853. package/dist/showcase/premium/radio-group/index.cjs +1 -1
  854. package/dist/showcase/premium/radio-group/index.js +1 -3
  855. package/dist/showcase/premium/radio-group/mock.cjs +1 -14
  856. package/dist/showcase/premium/radio-group/mock.js +1 -39
  857. package/dist/showcase/premium/radio-group/showcase.cjs +1 -1
  858. package/dist/showcase/premium/radio-group/showcase.js +1 -149
  859. package/dist/showcase/premium/rating/index.cjs +1 -1
  860. package/dist/showcase/premium/rating/index.js +1 -3
  861. package/dist/showcase/premium/rating/mock.cjs +1 -14
  862. package/dist/showcase/premium/rating/mock.js +1 -31
  863. package/dist/showcase/premium/rating/showcase.cjs +1 -1
  864. package/dist/showcase/premium/rating/showcase.js +1 -90
  865. package/dist/showcase/premium/resizable-panel/index.cjs +1 -1
  866. package/dist/showcase/premium/resizable-panel/index.js +1 -3
  867. package/dist/showcase/premium/resizable-panel/mock.cjs +1 -11
  868. package/dist/showcase/premium/resizable-panel/mock.js +1 -19
  869. package/dist/showcase/premium/resizable-panel/showcase.cjs +1 -1
  870. package/dist/showcase/premium/resizable-panel/showcase.js +1 -40
  871. package/dist/showcase/premium/rich-text-editor/index.cjs +1 -1
  872. package/dist/showcase/premium/rich-text-editor/index.d.ts +2 -2
  873. package/dist/showcase/premium/rich-text-editor/index.js +1 -3
  874. package/dist/showcase/premium/rich-text-editor/mock.cjs +1 -7
  875. package/dist/showcase/premium/rich-text-editor/mock.js +1 -19
  876. package/dist/showcase/premium/rich-text-editor/showcase.cjs +1 -1
  877. package/dist/showcase/premium/rich-text-editor/showcase.js +1 -20
  878. package/dist/showcase/premium/right-click-menu/index.cjs +1 -1
  879. package/dist/showcase/premium/right-click-menu/index.js +1 -3
  880. package/dist/showcase/premium/right-click-menu/mock.cjs +1 -17
  881. package/dist/showcase/premium/right-click-menu/mock.js +1 -39
  882. package/dist/showcase/premium/right-click-menu/showcase.cjs +1 -1
  883. package/dist/showcase/premium/right-click-menu/showcase.js +1 -142
  884. package/dist/showcase/premium/saved-filter-select/index.cjs +1 -1
  885. package/dist/showcase/premium/saved-filter-select/index.js +1 -3
  886. package/dist/showcase/premium/saved-filter-select/mock.cjs +1 -22
  887. package/dist/showcase/premium/saved-filter-select/mock.js +1 -32
  888. package/dist/showcase/premium/saved-filter-select/showcase.cjs +1 -1
  889. package/dist/showcase/premium/saved-filter-select/showcase.js +1 -88
  890. package/dist/showcase/premium/scroll-box/index.cjs +1 -1
  891. package/dist/showcase/premium/scroll-box/index.js +1 -3
  892. package/dist/showcase/premium/scroll-box/mock.cjs +1 -13
  893. package/dist/showcase/premium/scroll-box/mock.js +1 -39
  894. package/dist/showcase/premium/scroll-box/showcase.cjs +1 -1
  895. package/dist/showcase/premium/scroll-box/showcase.js +1 -127
  896. package/dist/showcase/premium/section/index.cjs +1 -1
  897. package/dist/showcase/premium/section/index.js +1 -3
  898. package/dist/showcase/premium/section/mock.cjs +1 -14
  899. package/dist/showcase/premium/section/mock.js +1 -26
  900. package/dist/showcase/premium/section/showcase.cjs +1 -1
  901. package/dist/showcase/premium/section/showcase.js +1 -34
  902. package/dist/showcase/premium/segmented-control/index.cjs +1 -1
  903. package/dist/showcase/premium/segmented-control/index.js +1 -3
  904. package/dist/showcase/premium/segmented-control/mock.cjs +1 -18
  905. package/dist/showcase/premium/segmented-control/mock.js +1 -27
  906. package/dist/showcase/premium/segmented-control/showcase.cjs +1 -1
  907. package/dist/showcase/premium/segmented-control/showcase.js +1 -157
  908. package/dist/showcase/premium/select/data.cjs +1 -1
  909. package/dist/showcase/premium/select/data.js +1 -72
  910. package/dist/showcase/premium/select/index.cjs +1 -1
  911. package/dist/showcase/premium/select/index.js +1 -4
  912. package/dist/showcase/premium/select/mock.cjs +1 -24
  913. package/dist/showcase/premium/select/mock.js +1 -43
  914. package/dist/showcase/premium/select/showcase.cjs +1 -1
  915. package/dist/showcase/premium/select/showcase.js +1 -217
  916. package/dist/showcase/premium/select/types.cjs +1 -1
  917. package/dist/showcase/premium/select/types.js +1 -0
  918. package/dist/showcase/premium/signature-pad/index.cjs +1 -0
  919. package/dist/showcase/premium/signature-pad/index.d.ts +2 -0
  920. package/dist/showcase/premium/signature-pad/index.js +1 -0
  921. package/dist/showcase/premium/signature-pad/mock.cjs +1 -0
  922. package/dist/showcase/premium/signature-pad/mock.d.ts +2 -0
  923. package/dist/showcase/premium/signature-pad/mock.js +1 -0
  924. package/dist/showcase/premium/signature-pad/showcase.cjs +1 -0
  925. package/dist/showcase/premium/signature-pad/showcase.d.ts +2 -0
  926. package/dist/showcase/premium/signature-pad/showcase.js +1 -0
  927. package/dist/showcase/premium/skeleton/index.cjs +1 -1
  928. package/dist/showcase/premium/skeleton/index.js +1 -3
  929. package/dist/showcase/premium/skeleton/mock.cjs +1 -11
  930. package/dist/showcase/premium/skeleton/mock.js +1 -26
  931. package/dist/showcase/premium/skeleton/showcase.cjs +1 -1
  932. package/dist/showcase/premium/skeleton/showcase.js +1 -116
  933. package/dist/showcase/premium/slider/index.cjs +1 -1
  934. package/dist/showcase/premium/slider/index.js +1 -3
  935. package/dist/showcase/premium/slider/mock.cjs +1 -14
  936. package/dist/showcase/premium/slider/mock.js +1 -31
  937. package/dist/showcase/premium/slider/showcase.cjs +1 -1
  938. package/dist/showcase/premium/slider/showcase.js +1 -108
  939. package/dist/showcase/premium/sortable-list/index.cjs +1 -0
  940. package/dist/showcase/premium/sortable-list/index.d.ts +2 -0
  941. package/dist/showcase/premium/sortable-list/index.js +1 -0
  942. package/dist/showcase/premium/sortable-list/mock.cjs +1 -0
  943. package/dist/showcase/premium/sortable-list/mock.d.ts +2 -0
  944. package/dist/showcase/premium/sortable-list/mock.js +1 -0
  945. package/dist/showcase/premium/sortable-list/showcase.cjs +1 -0
  946. package/dist/showcase/premium/sortable-list/showcase.d.ts +2 -0
  947. package/dist/showcase/premium/sortable-list/showcase.js +1 -0
  948. package/dist/showcase/premium/spinner/index.cjs +1 -1
  949. package/dist/showcase/premium/spinner/index.js +1 -3
  950. package/dist/showcase/premium/spinner/mock.cjs +1 -13
  951. package/dist/showcase/premium/spinner/mock.js +1 -26
  952. package/dist/showcase/premium/spinner/showcase.cjs +1 -1
  953. package/dist/showcase/premium/spinner/showcase.js +1 -113
  954. package/dist/showcase/premium/statistic/index.cjs +1 -1
  955. package/dist/showcase/premium/statistic/index.js +1 -3
  956. package/dist/showcase/premium/statistic/mock.cjs +1 -11
  957. package/dist/showcase/premium/statistic/mock.js +1 -26
  958. package/dist/showcase/premium/statistic/showcase.cjs +1 -1
  959. package/dist/showcase/premium/statistic/showcase.d.ts +2 -1
  960. package/dist/showcase/premium/statistic/showcase.js +1 -120
  961. package/dist/showcase/premium/switch/data.cjs +1 -1
  962. package/dist/showcase/premium/switch/data.js +1 -19
  963. package/dist/showcase/premium/switch/index.cjs +1 -1
  964. package/dist/showcase/premium/switch/index.js +1 -4
  965. package/dist/showcase/premium/switch/mock.cjs +1 -18
  966. package/dist/showcase/premium/switch/mock.js +1 -42
  967. package/dist/showcase/premium/switch/showcase.cjs +1 -1
  968. package/dist/showcase/premium/switch/showcase.js +1 -116
  969. package/dist/showcase/premium/switch/types.cjs +1 -1
  970. package/dist/showcase/premium/switch/types.js +1 -0
  971. package/dist/showcase/premium/table/data.cjs +1 -1
  972. package/dist/showcase/premium/table/data.js +1 -53
  973. package/dist/showcase/premium/table/index.cjs +1 -1
  974. package/dist/showcase/premium/table/index.js +1 -4
  975. package/dist/showcase/premium/table/mock.cjs +1 -13
  976. package/dist/showcase/premium/table/mock.js +1 -43
  977. package/dist/showcase/premium/table/showcase.cjs +1 -1
  978. package/dist/showcase/premium/table/showcase.js +1 -228
  979. package/dist/showcase/premium/table/types.cjs +1 -1
  980. package/dist/showcase/premium/table/types.js +1 -0
  981. package/dist/showcase/premium/tabs/data.cjs +1 -1
  982. package/dist/showcase/premium/tabs/data.js +1 -20
  983. package/dist/showcase/premium/tabs/index.cjs +1 -1
  984. package/dist/showcase/premium/tabs/index.js +1 -4
  985. package/dist/showcase/premium/tabs/mock.cjs +1 -22
  986. package/dist/showcase/premium/tabs/mock.js +1 -43
  987. package/dist/showcase/premium/tabs/showcase.cjs +1 -1
  988. package/dist/showcase/premium/tabs/showcase.js +1 -256
  989. package/dist/showcase/premium/tabs/types.cjs +1 -1
  990. package/dist/showcase/premium/tabs/types.js +1 -0
  991. package/dist/showcase/premium/tag/index.cjs +1 -1
  992. package/dist/showcase/premium/tag/index.js +1 -3
  993. package/dist/showcase/premium/tag/mock.cjs +1 -13
  994. package/dist/showcase/premium/tag/mock.js +1 -26
  995. package/dist/showcase/premium/tag/showcase.cjs +1 -1
  996. package/dist/showcase/premium/tag/showcase.js +1 -60
  997. package/dist/showcase/premium/tag-input/index.cjs +1 -1
  998. package/dist/showcase/premium/tag-input/index.js +1 -3
  999. package/dist/showcase/premium/tag-input/mock.cjs +1 -14
  1000. package/dist/showcase/premium/tag-input/mock.js +1 -31
  1001. package/dist/showcase/premium/tag-input/showcase.cjs +1 -1
  1002. package/dist/showcase/premium/tag-input/showcase.js +1 -87
  1003. package/dist/showcase/premium/textarea/data.cjs +1 -1
  1004. package/dist/showcase/premium/textarea/data.js +1 -24
  1005. package/dist/showcase/premium/textarea/index.cjs +1 -1
  1006. package/dist/showcase/premium/textarea/index.js +1 -4
  1007. package/dist/showcase/premium/textarea/mock.cjs +1 -30
  1008. package/dist/showcase/premium/textarea/mock.js +1 -43
  1009. package/dist/showcase/premium/textarea/showcase.cjs +1 -1
  1010. package/dist/showcase/premium/textarea/showcase.js +1 -169
  1011. package/dist/showcase/premium/textarea/types.cjs +1 -1
  1012. package/dist/showcase/premium/textarea/types.js +1 -0
  1013. package/dist/showcase/premium/time-picker/index.cjs +1 -1
  1014. package/dist/showcase/premium/time-picker/index.js +1 -3
  1015. package/dist/showcase/premium/time-picker/mock.cjs +1 -11
  1016. package/dist/showcase/premium/time-picker/mock.js +1 -15
  1017. package/dist/showcase/premium/time-picker/showcase.cjs +1 -1
  1018. package/dist/showcase/premium/time-picker/showcase.js +1 -52
  1019. package/dist/showcase/premium/timeline/index.cjs +1 -1
  1020. package/dist/showcase/premium/timeline/index.js +1 -3
  1021. package/dist/showcase/premium/timeline/mock.cjs +1 -13
  1022. package/dist/showcase/premium/timeline/mock.js +1 -31
  1023. package/dist/showcase/premium/timeline/showcase.cjs +1 -1
  1024. package/dist/showcase/premium/timeline/showcase.js +1 -91
  1025. package/dist/showcase/premium/toast/index.cjs +1 -1
  1026. package/dist/showcase/premium/toast/index.js +1 -3
  1027. package/dist/showcase/premium/toast/mock.cjs +1 -28
  1028. package/dist/showcase/premium/toast/mock.js +1 -31
  1029. package/dist/showcase/premium/toast/showcase.cjs +1 -1
  1030. package/dist/showcase/premium/toast/showcase.js +1 -174
  1031. package/dist/showcase/premium/tooltip/index.cjs +1 -1
  1032. package/dist/showcase/premium/tooltip/index.js +1 -3
  1033. package/dist/showcase/premium/tooltip/mock.cjs +1 -15
  1034. package/dist/showcase/premium/tooltip/mock.js +1 -39
  1035. package/dist/showcase/premium/tooltip/showcase.cjs +1 -1
  1036. package/dist/showcase/premium/tooltip/showcase.js +1 -113
  1037. package/dist/showcase/premium/tree-view/index.cjs +1 -1
  1038. package/dist/showcase/premium/tree-view/index.js +1 -3
  1039. package/dist/showcase/premium/tree-view/mock.cjs +1 -19
  1040. package/dist/showcase/premium/tree-view/mock.js +1 -19
  1041. package/dist/showcase/premium/tree-view/showcase.cjs +1 -1
  1042. package/dist/showcase/premium/tree-view/showcase.js +1 -57
  1043. package/dist/showcase/premium/types.cjs +1 -1
  1044. package/dist/showcase/premium/types.js +1 -13
  1045. package/dist/showcase/premium/typography/index.cjs +1 -1
  1046. package/dist/showcase/premium/typography/index.js +1 -3
  1047. package/dist/showcase/premium/typography/mock.cjs +1 -13
  1048. package/dist/showcase/premium/typography/mock.js +1 -26
  1049. package/dist/showcase/premium/typography/showcase.cjs +1 -1
  1050. package/dist/showcase/premium/typography/showcase.js +1 -38
  1051. package/dist/showcase/premium/virtual-list/index.cjs +1 -0
  1052. package/dist/showcase/premium/virtual-list/index.d.ts +2 -0
  1053. package/dist/showcase/premium/virtual-list/index.js +1 -0
  1054. package/dist/showcase/premium/virtual-list/mock.cjs +1 -0
  1055. package/dist/showcase/premium/virtual-list/mock.d.ts +2 -0
  1056. package/dist/showcase/premium/virtual-list/mock.js +1 -0
  1057. package/dist/showcase/premium/virtual-list/showcase.cjs +1 -0
  1058. package/dist/showcase/premium/virtual-list/showcase.d.ts +2 -0
  1059. package/dist/showcase/premium/virtual-list/showcase.js +1 -0
  1060. package/dist/showcase/preview-catalog.cjs +1 -42
  1061. package/dist/showcase/preview-catalog.js +1 -57
  1062. package/dist/showcase/preview-compositions.cjs +1 -0
  1063. package/dist/showcase/preview-compositions.d.ts +30 -0
  1064. package/dist/showcase/preview-compositions.js +1 -0
  1065. package/dist/showcase/preview-registry.cjs +1 -1
  1066. package/dist/showcase/preview-registry.js +1 -841
  1067. package/dist/showcase/registry-quality.cjs +1 -1
  1068. package/dist/showcase/registry-quality.js +1 -64
  1069. package/dist/showcase/registry-specific.cjs +1 -1
  1070. package/dist/showcase/registry-specific.js +1 -1121
  1071. package/dist/showcase/render-registry-preview.cjs +1 -1
  1072. package/dist/showcase/render-registry-preview.js +1 -939
  1073. package/dist/showcase/search-utils.cjs +1 -1
  1074. package/dist/showcase/search-utils.js +1 -44
  1075. package/dist/showcase/site-data.cjs +1 -1
  1076. package/dist/showcase/site-data.js +1 -4902
  1077. package/dist/showcase/supplemental.cjs +1 -1
  1078. package/dist/showcase/supplemental.js +1 -22
  1079. package/dist/showcase/tembro-registry.json.cjs +1 -1
  1080. package/dist/showcase/tembro-registry.json.js +1 -251
  1081. package/dist/showcase/types.cjs +1 -1
  1082. package/dist/showcase/types.js +1 -13
  1083. package/dist/src/components/actions/action-menu.cjs +1 -0
  1084. package/dist/src/components/actions/action-menu.js +97 -0
  1085. package/dist/src/components/actions/button-group.cjs +1 -0
  1086. package/dist/src/components/actions/button-group.js +66 -0
  1087. package/dist/src/components/actions/copy-button.cjs +1 -0
  1088. package/dist/src/components/actions/copy-button.js +56 -0
  1089. package/dist/src/components/actions/demo.cjs +1 -0
  1090. package/dist/src/components/actions/demo.js +9 -0
  1091. package/dist/src/components/actions/index.cjs +1 -0
  1092. package/dist/src/components/actions/index.js +5 -0
  1093. package/dist/src/components/actions/public.cjs +1 -0
  1094. package/dist/src/components/actions/public.js +5 -0
  1095. package/dist/src/components/actions/quick-action-grid.cjs +1 -0
  1096. package/dist/src/components/actions/quick-action-grid.js +99 -0
  1097. package/dist/src/components/calendar/calendar.cjs +1 -0
  1098. package/dist/src/components/calendar/calendar.js +283 -0
  1099. package/dist/src/components/calendar/date-picker.cjs +1 -0
  1100. package/dist/src/components/calendar/date-picker.js +80 -0
  1101. package/dist/src/components/calendar/date-range-picker.cjs +1 -0
  1102. package/dist/src/components/calendar/date-range-picker.js +183 -0
  1103. package/dist/src/components/calendar/date-utils.cjs +1 -0
  1104. package/dist/src/components/calendar/date-utils.js +53 -0
  1105. package/dist/src/components/calendar/demo.cjs +1 -0
  1106. package/dist/src/components/calendar/demo.js +5 -0
  1107. package/dist/src/components/calendar/index.cjs +1 -0
  1108. package/dist/src/components/calendar/index.js +5 -0
  1109. package/dist/src/components/charts/charts.cjs +1 -0
  1110. package/dist/src/components/charts/charts.js +301 -0
  1111. package/dist/src/components/charts/index.cjs +1 -0
  1112. package/dist/src/components/charts/index.js +3 -0
  1113. package/dist/src/components/charts/progress-circle.cjs +1 -0
  1114. package/dist/src/components/charts/progress-circle.js +5 -0
  1115. package/dist/src/components/charts/progress-ring.cjs +1 -0
  1116. package/dist/src/components/charts/progress-ring.js +57 -0
  1117. package/dist/src/components/charts/public.cjs +1 -0
  1118. package/dist/src/components/charts/public.js +2 -0
  1119. package/dist/src/components/command/command-palette.cjs +1 -0
  1120. package/dist/src/components/command/command-palette.js +219 -0
  1121. package/dist/src/components/command/index.cjs +1 -0
  1122. package/dist/src/components/command/index.js +2 -0
  1123. package/dist/src/components/data-table/data-table-actions-column.cjs +1 -0
  1124. package/dist/src/components/data-table/data-table-actions-column.js +32 -0
  1125. package/dist/src/components/data-table/data-table-bulk-actions.cjs +1 -0
  1126. package/dist/src/components/data-table/data-table-bulk-actions.js +41 -0
  1127. package/dist/src/components/data-table/data-table-column-visibility-menu.cjs +1 -0
  1128. package/dist/src/components/data-table/data-table-column-visibility-menu.js +65 -0
  1129. package/dist/src/components/data-table/data-table-pagination.cjs +1 -0
  1130. package/dist/src/components/data-table/data-table-pagination.js +50 -0
  1131. package/dist/src/components/data-table/data-table-row-actions.cjs +1 -0
  1132. package/dist/src/components/data-table/data-table-row-actions.js +17 -0
  1133. package/dist/src/components/data-table/data-table-saved-filters.cjs +1 -0
  1134. package/dist/src/components/data-table/data-table-saved-filters.js +126 -0
  1135. package/dist/src/components/data-table/data-table-select-column.cjs +1 -0
  1136. package/dist/src/components/data-table/data-table-select-column.js +33 -0
  1137. package/dist/src/components/data-table/data-table-sortable-header.cjs +1 -0
  1138. package/dist/src/components/data-table/data-table-sortable-header.js +24 -0
  1139. package/dist/src/components/data-table/data-table-toolbar.cjs +1 -0
  1140. package/dist/src/components/data-table/data-table-toolbar.js +83 -0
  1141. package/dist/src/components/data-table/data-table-view-presets.cjs +1 -0
  1142. package/dist/src/components/data-table/data-table-view-presets.js +62 -0
  1143. package/dist/src/components/data-table/data-table.cjs +1 -0
  1144. package/dist/src/components/data-table/data-table.js +298 -0
  1145. package/dist/src/components/data-table/demo.cjs +1 -0
  1146. package/dist/src/components/data-table/demo.js +9 -0
  1147. package/dist/src/components/data-table/index.cjs +1 -0
  1148. package/dist/src/components/data-table/index.js +14 -0
  1149. package/dist/src/components/data-table/public.cjs +1 -0
  1150. package/dist/src/components/data-table/public.js +2 -0
  1151. package/dist/src/components/data-table/table-export-menu.cjs +1 -0
  1152. package/dist/src/components/data-table/table-export-menu.js +47 -0
  1153. package/dist/src/components/data-table/table-import-button.cjs +1 -0
  1154. package/dist/src/components/data-table/table-import-button.js +32 -0
  1155. package/dist/src/components/display/activity-feed.cjs +1 -0
  1156. package/dist/src/components/display/activity-feed.js +94 -0
  1157. package/dist/src/components/display/avatar.cjs +1 -0
  1158. package/dist/src/components/display/avatar.js +73 -0
  1159. package/dist/src/components/display/carousel.cjs +1 -0
  1160. package/dist/src/components/display/carousel.js +172 -0
  1161. package/dist/src/components/display/code-block.cjs +2 -0
  1162. package/dist/src/components/display/code-block.js +56 -0
  1163. package/dist/src/components/display/data-state.cjs +1 -0
  1164. package/dist/src/components/display/data-state.js +113 -0
  1165. package/dist/src/components/display/demo.cjs +1 -0
  1166. package/dist/src/components/display/demo.js +12 -0
  1167. package/dist/src/components/display/description-list.cjs +1 -0
  1168. package/dist/src/components/display/description-list.js +68 -0
  1169. package/dist/src/components/display/index.cjs +1 -0
  1170. package/dist/src/components/display/index.js +20 -0
  1171. package/dist/src/components/display/info-card.cjs +1 -0
  1172. package/dist/src/components/display/info-card.js +129 -0
  1173. package/dist/src/components/display/kanban.cjs +1 -0
  1174. package/dist/src/components/display/kanban.js +242 -0
  1175. package/dist/src/components/display/list.cjs +1 -0
  1176. package/dist/src/components/display/list.js +62 -0
  1177. package/dist/src/components/display/progress.cjs +1 -0
  1178. package/dist/src/components/display/progress.js +86 -0
  1179. package/dist/src/components/display/qr-code.cjs +1 -0
  1180. package/dist/src/components/display/qr-code.js +74 -0
  1181. package/dist/src/components/display/statistic.cjs +1 -0
  1182. package/dist/src/components/display/statistic.js +100 -0
  1183. package/dist/src/components/display/status-dot.cjs +1 -0
  1184. package/dist/src/components/display/status-dot.js +36 -0
  1185. package/dist/src/components/display/status-legend.cjs +1 -0
  1186. package/dist/src/components/display/status-legend.js +74 -0
  1187. package/dist/src/components/display/tag.cjs +1 -0
  1188. package/dist/src/components/display/tag.js +58 -0
  1189. package/dist/src/components/display/timeline.cjs +1 -0
  1190. package/dist/src/components/display/timeline.js +141 -0
  1191. package/dist/src/components/display/tree-view.cjs +1 -0
  1192. package/dist/src/components/display/tree-view.js +134 -0
  1193. package/dist/src/components/display/typography.cjs +1 -0
  1194. package/dist/src/components/display/typography.js +51 -0
  1195. package/dist/src/components/display/virtual-list.cjs +1 -0
  1196. package/dist/src/components/display/virtual-list.js +91 -0
  1197. package/dist/src/components/dnd/index.cjs +1 -0
  1198. package/dist/src/components/dnd/index.js +2 -0
  1199. package/dist/src/components/dnd/sortable-list.cjs +1 -0
  1200. package/dist/src/components/dnd/sortable-list.js +124 -0
  1201. package/dist/src/components/feedback/alert.cjs +1 -0
  1202. package/dist/src/components/feedback/alert.js +90 -0
  1203. package/dist/src/components/feedback/demo.cjs +1 -0
  1204. package/dist/src/components/feedback/demo.js +5 -0
  1205. package/dist/src/components/feedback/index.cjs +1 -0
  1206. package/dist/src/components/feedback/index.js +4 -0
  1207. package/dist/src/components/feedback/loading-state.cjs +1 -0
  1208. package/dist/src/components/feedback/loading-state.js +40 -0
  1209. package/dist/src/components/feedback/page-state.cjs +1 -0
  1210. package/dist/src/components/feedback/page-state.js +68 -0
  1211. package/dist/src/components/filters/demo.cjs +1 -0
  1212. package/dist/src/components/filters/demo.js +5 -0
  1213. package/dist/src/components/filters/filter-bar.cjs +1 -0
  1214. package/dist/src/components/filters/filter-bar.js +103 -0
  1215. package/dist/src/components/filters/index.cjs +1 -0
  1216. package/dist/src/components/filters/index.js +3 -0
  1217. package/dist/src/components/filters/saved-filter-select.cjs +1 -0
  1218. package/dist/src/components/filters/saved-filter-select.js +107 -0
  1219. package/dist/src/components/form/demo.cjs +1 -0
  1220. package/dist/src/components/form/demo.js +12 -0
  1221. package/dist/src/components/form/form-date-picker.cjs +1 -0
  1222. package/dist/src/components/form/form-date-picker.js +28 -0
  1223. package/dist/src/components/form/form-date-range-input.cjs +1 -0
  1224. package/dist/src/components/form/form-date-range-input.js +34 -0
  1225. package/dist/src/components/form/form-date-range-picker.cjs +1 -0
  1226. package/dist/src/components/form/form-date-range-picker.js +37 -0
  1227. package/dist/src/components/form/form-field-shell.cjs +1 -0
  1228. package/dist/src/components/form/form-field-shell.js +113 -0
  1229. package/dist/src/components/form/form-input.cjs +1 -0
  1230. package/dist/src/components/form/form-input.js +403 -0
  1231. package/dist/src/components/form/form-select.cjs +1 -0
  1232. package/dist/src/components/form/form-select.js +85 -0
  1233. package/dist/src/components/form/form-switch.cjs +1 -0
  1234. package/dist/src/components/form/form-switch.js +102 -0
  1235. package/dist/src/components/form/form-textarea.cjs +1 -0
  1236. package/dist/src/components/form/form-textarea.js +67 -0
  1237. package/dist/src/components/form/index.cjs +1 -0
  1238. package/dist/src/components/form/index.js +9 -0
  1239. package/dist/src/components/form/public.cjs +1 -0
  1240. package/dist/src/components/form/public.js +9 -0
  1241. package/dist/src/components/inputs/async-select.cjs +1 -0
  1242. package/dist/src/components/inputs/async-select.js +585 -0
  1243. package/dist/src/components/inputs/color-picker.cjs +1 -0
  1244. package/dist/src/components/inputs/color-picker.js +124 -0
  1245. package/dist/src/components/inputs/demo.cjs +1 -0
  1246. package/dist/src/components/inputs/demo.js +14 -0
  1247. package/dist/src/components/inputs/index.cjs +1 -0
  1248. package/dist/src/components/inputs/index.js +11 -0
  1249. package/dist/src/components/inputs/inline-editable.cjs +1 -0
  1250. package/dist/src/components/inputs/inline-editable.js +53 -0
  1251. package/dist/src/components/inputs/json-input.cjs +1 -0
  1252. package/dist/src/components/inputs/json-input.js +47 -0
  1253. package/dist/src/components/inputs/otp-input.cjs +1 -0
  1254. package/dist/src/components/inputs/otp-input.js +51 -0
  1255. package/dist/src/components/inputs/public.cjs +1 -0
  1256. package/dist/src/components/inputs/public.js +11 -0
  1257. package/dist/src/components/inputs/rating.cjs +1 -0
  1258. package/dist/src/components/inputs/rating.js +46 -0
  1259. package/dist/src/components/inputs/signature-pad.cjs +1 -0
  1260. package/dist/src/components/inputs/signature-pad.js +118 -0
  1261. package/dist/src/components/inputs/slider.cjs +1 -0
  1262. package/dist/src/components/inputs/slider.js +119 -0
  1263. package/dist/src/components/inputs/tag-input.cjs +1 -0
  1264. package/dist/src/components/inputs/tag-input.js +69 -0
  1265. package/dist/src/components/inputs/time-picker.cjs +1 -0
  1266. package/dist/src/components/inputs/time-picker.js +51 -0
  1267. package/dist/src/components/layout/app-header.cjs +1 -0
  1268. package/dist/src/components/layout/app-header.js +28 -0
  1269. package/dist/src/components/layout/app-sidebar.cjs +1 -0
  1270. package/dist/src/components/layout/app-sidebar.js +493 -0
  1271. package/dist/src/components/layout/breadcrumbs.cjs +1 -0
  1272. package/dist/src/components/layout/breadcrumbs.js +86 -0
  1273. package/dist/src/components/layout/controllable-details.cjs +1 -0
  1274. package/dist/src/components/layout/controllable-details.js +18 -0
  1275. package/dist/src/components/layout/demo.cjs +1 -0
  1276. package/dist/src/components/layout/demo.js +5 -0
  1277. package/dist/src/components/layout/index.cjs +1 -0
  1278. package/dist/src/components/layout/index.js +5 -0
  1279. package/dist/src/components/layout/page-container.cjs +1 -0
  1280. package/dist/src/components/layout/page-container.js +21 -0
  1281. package/dist/src/components/layout/page-header.cjs +1 -0
  1282. package/dist/src/components/layout/page-header.js +92 -0
  1283. package/dist/src/components/layout/public.cjs +1 -0
  1284. package/dist/src/components/layout/public.js +4 -0
  1285. package/dist/src/components/layout/section-header.cjs +1 -0
  1286. package/dist/src/components/layout/section-header.js +44 -0
  1287. package/dist/src/components/layout/section.cjs +1 -0
  1288. package/dist/src/components/layout/section.js +74 -0
  1289. package/dist/src/components/layout/sidebar-nav.cjs +1 -0
  1290. package/dist/src/components/layout/sidebar-nav.js +220 -0
  1291. package/dist/src/components/layout/sticky-footer-bar.cjs +1 -0
  1292. package/dist/src/components/layout/sticky-footer-bar.js +20 -0
  1293. package/dist/src/components/modern/calendar-scheduler.cjs +1 -0
  1294. package/dist/src/components/modern/calendar-scheduler.js +91 -0
  1295. package/dist/src/components/modern/dual-list-picker.cjs +1 -0
  1296. package/dist/src/components/modern/dual-list-picker.js +108 -0
  1297. package/dist/src/components/modern/image-cropper.cjs +1 -0
  1298. package/dist/src/components/modern/image-cropper.js +143 -0
  1299. package/dist/src/components/modern/index.cjs +1 -0
  1300. package/dist/src/components/modern/index.js +6 -0
  1301. package/dist/src/components/modern/resizable-panel.cjs +1 -0
  1302. package/dist/src/components/modern/resizable-panel.js +113 -0
  1303. package/dist/src/components/modern/rich-text-editor.cjs +1 -0
  1304. package/dist/src/components/modern/rich-text-editor.js +172 -0
  1305. package/dist/src/components/navigation/demo.cjs +1 -0
  1306. package/dist/src/components/navigation/demo.js +5 -0
  1307. package/dist/src/components/navigation/index.cjs +1 -0
  1308. package/dist/src/components/navigation/index.js +2 -0
  1309. package/dist/src/components/navigation/pagination.cjs +1 -0
  1310. package/dist/src/components/navigation/pagination.js +122 -0
  1311. package/dist/src/components/notifications/index.cjs +1 -0
  1312. package/dist/src/components/notifications/index.js +3 -0
  1313. package/dist/src/components/notifications/notification-center.cjs +1 -0
  1314. package/dist/src/components/notifications/notification-center.js +99 -0
  1315. package/dist/src/components/notifications/toast.cjs +1 -0
  1316. package/dist/src/components/notifications/toast.js +198 -0
  1317. package/dist/src/components/overlay/alert-dialog.cjs +1 -0
  1318. package/dist/src/components/overlay/alert-dialog.js +108 -0
  1319. package/dist/src/components/overlay/confirm-dialog.cjs +1 -0
  1320. package/dist/src/components/overlay/confirm-dialog.js +63 -0
  1321. package/dist/src/components/overlay/demo.cjs +1 -0
  1322. package/dist/src/components/overlay/demo.js +9 -0
  1323. package/dist/src/components/overlay/drawer.cjs +1 -0
  1324. package/dist/src/components/overlay/drawer.js +58 -0
  1325. package/dist/src/components/overlay/index.cjs +1 -0
  1326. package/dist/src/components/overlay/index.js +4 -0
  1327. package/dist/src/components/patterns/bulk-action-bar.cjs +1 -0
  1328. package/dist/src/components/patterns/bulk-action-bar.js +34 -0
  1329. package/dist/src/components/patterns/data-view.cjs +1 -0
  1330. package/dist/src/components/patterns/data-view.js +47 -0
  1331. package/dist/src/components/patterns/demo.cjs +1 -0
  1332. package/dist/src/components/patterns/demo.js +5 -0
  1333. package/dist/src/components/patterns/detail-layout.cjs +1 -0
  1334. package/dist/src/components/patterns/detail-layout.js +65 -0
  1335. package/dist/src/components/patterns/empty-state.cjs +1 -0
  1336. package/dist/src/components/patterns/empty-state.js +62 -0
  1337. package/dist/src/components/patterns/form-builder.cjs +1 -0
  1338. package/dist/src/components/patterns/form-builder.js +263 -0
  1339. package/dist/src/components/patterns/index.cjs +1 -0
  1340. package/dist/src/components/patterns/index.js +10 -0
  1341. package/dist/src/components/patterns/page-toolbar.cjs +1 -0
  1342. package/dist/src/components/patterns/page-toolbar.js +41 -0
  1343. package/dist/src/components/patterns/public.cjs +1 -0
  1344. package/dist/src/components/patterns/public.js +10 -0
  1345. package/dist/src/components/patterns/resource-detail-page.cjs +1 -0
  1346. package/dist/src/components/patterns/resource-detail-page.js +100 -0
  1347. package/dist/src/components/patterns/resource-page.cjs +1 -0
  1348. package/dist/src/components/patterns/resource-page.js +97 -0
  1349. package/dist/src/components/patterns/settings-page.cjs +1 -0
  1350. package/dist/src/components/patterns/settings-page.js +64 -0
  1351. package/dist/src/components/theme-provider.cjs +1 -0
  1352. package/dist/src/components/theme-provider.js +53 -0
  1353. package/dist/src/components/ui/accordion/index.cjs +1 -0
  1354. package/dist/src/components/ui/accordion/index.js +6 -0
  1355. package/dist/src/components/ui/badge/index.cjs +1 -0
  1356. package/dist/src/components/ui/badge/index.js +105 -0
  1357. package/dist/src/components/ui/button/index.cjs +1 -0
  1358. package/dist/src/components/ui/button/index.js +79 -0
  1359. package/dist/src/components/ui/button.cjs +1 -0
  1360. package/dist/src/components/ui/button.js +2 -0
  1361. package/dist/src/components/ui/card/index.cjs +1 -0
  1362. package/dist/src/components/ui/card/index.js +197 -0
  1363. package/dist/src/components/ui/checkbox/index.cjs +1 -0
  1364. package/dist/src/components/ui/checkbox/index.js +47 -0
  1365. package/dist/src/components/ui/collapse/index.cjs +1 -0
  1366. package/dist/src/components/ui/collapse/index.js +126 -0
  1367. package/dist/src/components/ui/command/index.cjs +1 -0
  1368. package/dist/src/components/ui/command/index.js +87 -0
  1369. package/dist/src/components/ui/dialog/index.cjs +1 -0
  1370. package/dist/src/components/ui/dialog/index.js +95 -0
  1371. package/dist/src/components/ui/divider/index.cjs +1 -0
  1372. package/dist/src/components/ui/divider/index.js +35 -0
  1373. package/dist/src/components/ui/dropdown-menu/index.cjs +1 -0
  1374. package/dist/src/components/ui/dropdown-menu/index.js +159 -0
  1375. package/dist/src/components/ui/input/chrome.cjs +1 -0
  1376. package/dist/src/components/ui/input/chrome.js +24 -0
  1377. package/dist/src/components/ui/input/clearable.cjs +1 -0
  1378. package/dist/src/components/ui/input/clearable.js +48 -0
  1379. package/dist/src/components/ui/input/date-range.cjs +1 -0
  1380. package/dist/src/components/ui/input/date-range.js +41 -0
  1381. package/dist/src/components/ui/input/date.cjs +1 -0
  1382. package/dist/src/components/ui/input/date.js +23 -0
  1383. package/dist/src/components/ui/input/decorator.cjs +1 -0
  1384. package/dist/src/components/ui/input/decorator.js +63 -0
  1385. package/dist/src/components/ui/input/group.cjs +1 -0
  1386. package/dist/src/components/ui/input/group.js +79 -0
  1387. package/dist/src/components/ui/input/index.cjs +1 -0
  1388. package/dist/src/components/ui/input/index.js +169 -0
  1389. package/dist/src/components/ui/input/masked.cjs +1 -0
  1390. package/dist/src/components/ui/input/masked.js +23 -0
  1391. package/dist/src/components/ui/input/money.cjs +1 -0
  1392. package/dist/src/components/ui/input/money.js +36 -0
  1393. package/dist/src/components/ui/input/number.cjs +1 -0
  1394. package/dist/src/components/ui/input/number.js +43 -0
  1395. package/dist/src/components/ui/input/numeric-value.cjs +1 -0
  1396. package/dist/src/components/ui/input/numeric-value.js +21 -0
  1397. package/dist/src/components/ui/input/password.cjs +1 -0
  1398. package/dist/src/components/ui/input/password.js +50 -0
  1399. package/dist/src/components/ui/input/phone.cjs +1 -0
  1400. package/dist/src/components/ui/input/phone.js +33 -0
  1401. package/dist/src/components/ui/input/primitive.cjs +1 -0
  1402. package/dist/src/components/ui/input/primitive.js +15 -0
  1403. package/dist/src/components/ui/input/quantity.cjs +1 -0
  1404. package/dist/src/components/ui/input/quantity.js +59 -0
  1405. package/dist/src/components/ui/input/search.cjs +1 -0
  1406. package/dist/src/components/ui/input/search.js +55 -0
  1407. package/dist/src/components/ui/input/value.cjs +1 -0
  1408. package/dist/src/components/ui/input/value.js +16 -0
  1409. package/dist/src/components/ui/input.cjs +1 -0
  1410. package/dist/src/components/ui/input.js +3 -0
  1411. package/dist/src/components/ui/kbd/index.cjs +1 -0
  1412. package/dist/src/components/ui/kbd/index.js +23 -0
  1413. package/dist/src/components/ui/popover/index.cjs +1 -0
  1414. package/dist/src/components/ui/popover/index.js +56 -0
  1415. package/dist/src/components/ui/radio-group/index.cjs +1 -0
  1416. package/dist/src/components/ui/radio-group/index.js +92 -0
  1417. package/dist/src/components/ui/right-click-menu/index.cjs +1 -0
  1418. package/dist/src/components/ui/right-click-menu/index.js +98 -0
  1419. package/dist/src/components/ui/scroll-box/index.cjs +1 -0
  1420. package/dist/src/components/ui/scroll-box/index.js +17 -0
  1421. package/dist/src/components/ui/segmented-control/index.cjs +1 -0
  1422. package/dist/src/components/ui/segmented-control/index.js +48 -0
  1423. package/dist/src/components/ui/select/index.cjs +1 -0
  1424. package/dist/src/components/ui/select/index.js +215 -0
  1425. package/dist/src/components/ui/skeleton/index.cjs +1 -0
  1426. package/dist/src/components/ui/skeleton/index.js +48 -0
  1427. package/dist/src/components/ui/spinner/index.cjs +1 -0
  1428. package/dist/src/components/ui/spinner/index.js +34 -0
  1429. package/dist/src/components/ui/switch/index.cjs +1 -0
  1430. package/dist/src/components/ui/switch/index.js +61 -0
  1431. package/dist/src/components/ui/table/index.cjs +1 -0
  1432. package/dist/src/components/ui/table/index.js +69 -0
  1433. package/dist/src/components/ui/tabs/index.cjs +1 -0
  1434. package/dist/src/components/ui/tabs/index.js +31 -0
  1435. package/dist/src/components/ui/textarea/index.cjs +1 -0
  1436. package/dist/src/components/ui/textarea/index.js +43 -0
  1437. package/dist/src/components/ui/textarea.cjs +1 -0
  1438. package/dist/src/components/ui/textarea.js +2 -0
  1439. package/dist/src/components/ui/tooltip/index.cjs +1 -0
  1440. package/dist/src/components/ui/tooltip/index.js +46 -0
  1441. package/dist/src/components/upload/demo.cjs +1 -0
  1442. package/dist/src/components/upload/demo.js +5 -0
  1443. package/dist/src/components/upload/file-upload.cjs +1 -0
  1444. package/dist/src/components/upload/file-upload.js +362 -0
  1445. package/dist/src/components/upload/image-upload.cjs +1 -0
  1446. package/dist/src/components/upload/image-upload.js +120 -0
  1447. package/dist/src/components/upload/index.cjs +1 -0
  1448. package/dist/src/components/upload/index.js +3 -0
  1449. package/dist/src/components/wizard/demo.cjs +1 -0
  1450. package/dist/src/components/wizard/demo.js +5 -0
  1451. package/dist/src/components/wizard/index.cjs +1 -0
  1452. package/dist/src/components/wizard/index.js +3 -0
  1453. package/dist/src/components/wizard/stepper.cjs +1 -0
  1454. package/dist/src/components/wizard/stepper.js +38 -0
  1455. package/dist/src/components/wizard/wizard.cjs +1 -0
  1456. package/dist/src/components/wizard/wizard.js +43 -0
  1457. package/dist/src/hooks/index.cjs +1 -0
  1458. package/dist/src/hooks/index.js +7 -0
  1459. package/dist/src/hooks/use-before-unload-when-dirty.cjs +1 -0
  1460. package/dist/src/hooks/use-before-unload-when-dirty.js +13 -0
  1461. package/dist/src/hooks/use-data-table-view-state.cjs +1 -0
  1462. package/dist/src/hooks/use-data-table-view-state.js +63 -0
  1463. package/dist/src/hooks/use-debounce.cjs +1 -0
  1464. package/dist/src/hooks/use-debounce.js +27 -0
  1465. package/dist/src/hooks/use-disclosure.cjs +1 -0
  1466. package/dist/src/hooks/use-disclosure.js +16 -0
  1467. package/dist/src/hooks/use-is-mobile.cjs +1 -0
  1468. package/dist/src/hooks/use-is-mobile.js +17 -0
  1469. package/dist/src/hooks/use-session-storage-state.cjs +1 -0
  1470. package/dist/src/hooks/use-session-storage-state.js +44 -0
  1471. package/dist/src/index.cjs +1 -0
  1472. package/dist/src/index.js +115 -0
  1473. package/dist/src/lib/utils.cjs +1 -0
  1474. package/dist/src/lib/utils.js +11 -0
  1475. package/dist/src/public-component-surface.cjs +1 -0
  1476. package/dist/src/public-component-surface.js +303 -0
  1477. package/dist/src/showcase/component-api-schema.cjs +1 -0
  1478. package/dist/src/showcase/component-api-schema.js +903 -0
  1479. package/dist/src/showcase/component-route-data.cjs +1 -0
  1480. package/dist/src/showcase/component-route-data.js +68 -0
  1481. package/dist/src/showcase/create-demo.cjs +25 -0
  1482. package/dist/src/showcase/create-demo.js +193 -0
  1483. package/dist/src/showcase/demo-snippets/actions/index.cjs +64 -0
  1484. package/dist/src/showcase/demo-snippets/actions/index.js +10 -0
  1485. package/dist/src/showcase/demo-snippets/forms/index.cjs +26 -0
  1486. package/dist/src/showcase/demo-snippets/forms/index.js +9 -0
  1487. package/dist/src/showcase/demo-snippets/index.cjs +1 -0
  1488. package/dist/src/showcase/demo-snippets/index.js +13 -0
  1489. package/dist/src/showcase/demo-snippets/layout/index.cjs +45 -0
  1490. package/dist/src/showcase/demo-snippets/layout/index.js +9 -0
  1491. package/dist/src/showcase/demo-snippets/upload/index.cjs +5 -0
  1492. package/dist/src/showcase/demo-snippets/upload/index.js +4 -0
  1493. package/dist/src/showcase/fallback.cjs +5 -0
  1494. package/dist/src/showcase/fallback.js +783 -0
  1495. package/dist/src/showcase/index.cjs +1 -0
  1496. package/dist/src/showcase/index.js +50 -0
  1497. package/dist/src/showcase/package-meta.cjs +1 -0
  1498. package/dist/src/showcase/package-meta.js +4 -0
  1499. package/dist/src/showcase/premium/action-menu/index.cjs +1 -0
  1500. package/dist/src/showcase/premium/action-menu/index.js +3 -0
  1501. package/dist/src/showcase/premium/action-menu/mock.cjs +14 -0
  1502. package/dist/src/showcase/premium/action-menu/mock.js +31 -0
  1503. package/dist/src/showcase/premium/action-menu/showcase.cjs +1 -0
  1504. package/dist/src/showcase/premium/action-menu/showcase.js +124 -0
  1505. package/dist/src/showcase/premium/activity-feed/index.cjs +1 -0
  1506. package/dist/src/showcase/premium/activity-feed/index.js +3 -0
  1507. package/dist/src/showcase/premium/activity-feed/mock.cjs +11 -0
  1508. package/dist/src/showcase/premium/activity-feed/mock.js +36 -0
  1509. package/dist/src/showcase/premium/activity-feed/showcase.cjs +1 -0
  1510. package/dist/src/showcase/premium/activity-feed/showcase.js +101 -0
  1511. package/dist/src/showcase/premium/alert/index.cjs +1 -0
  1512. package/dist/src/showcase/premium/alert/index.js +3 -0
  1513. package/dist/src/showcase/premium/alert/mock.cjs +12 -0
  1514. package/dist/src/showcase/premium/alert/mock.js +31 -0
  1515. package/dist/src/showcase/premium/alert/showcase.cjs +1 -0
  1516. package/dist/src/showcase/premium/alert/showcase.js +137 -0
  1517. package/dist/src/showcase/premium/alert-dialog/index.cjs +1 -0
  1518. package/dist/src/showcase/premium/alert-dialog/index.js +3 -0
  1519. package/dist/src/showcase/premium/alert-dialog/mock.cjs +19 -0
  1520. package/dist/src/showcase/premium/alert-dialog/mock.js +31 -0
  1521. package/dist/src/showcase/premium/alert-dialog/showcase.cjs +1 -0
  1522. package/dist/src/showcase/premium/alert-dialog/showcase.js +138 -0
  1523. package/dist/src/showcase/premium/app-sidebar/index.cjs +1 -0
  1524. package/dist/src/showcase/premium/app-sidebar/index.js +3 -0
  1525. package/dist/src/showcase/premium/app-sidebar/mock.cjs +37 -0
  1526. package/dist/src/showcase/premium/app-sidebar/mock.js +34 -0
  1527. package/dist/src/showcase/premium/app-sidebar/showcase.cjs +1 -0
  1528. package/dist/src/showcase/premium/app-sidebar/showcase.js +288 -0
  1529. package/dist/src/showcase/premium/async-multi-select/index.cjs +1 -0
  1530. package/dist/src/showcase/premium/async-multi-select/index.js +3 -0
  1531. package/dist/src/showcase/premium/async-multi-select/mock.cjs +41 -0
  1532. package/dist/src/showcase/premium/async-multi-select/mock.js +43 -0
  1533. package/dist/src/showcase/premium/async-multi-select/showcase.cjs +1 -0
  1534. package/dist/src/showcase/premium/async-multi-select/showcase.js +54 -0
  1535. package/dist/src/showcase/premium/async-select/index.cjs +1 -0
  1536. package/dist/src/showcase/premium/async-select/index.js +3 -0
  1537. package/dist/src/showcase/premium/async-select/mock.cjs +55 -0
  1538. package/dist/src/showcase/premium/async-select/mock.js +43 -0
  1539. package/dist/src/showcase/premium/async-select/showcase.cjs +1 -0
  1540. package/dist/src/showcase/premium/async-select/showcase.js +204 -0
  1541. package/dist/src/showcase/premium/avatar/index.cjs +1 -0
  1542. package/dist/src/showcase/premium/avatar/index.js +3 -0
  1543. package/dist/src/showcase/premium/avatar/mock.cjs +16 -0
  1544. package/dist/src/showcase/premium/avatar/mock.js +26 -0
  1545. package/dist/src/showcase/premium/avatar/showcase.cjs +1 -0
  1546. package/dist/src/showcase/premium/avatar/showcase.js +149 -0
  1547. package/dist/src/showcase/premium/badge/data.cjs +1 -0
  1548. package/dist/src/showcase/premium/badge/data.js +35 -0
  1549. package/dist/src/showcase/premium/badge/index.cjs +1 -0
  1550. package/dist/src/showcase/premium/badge/index.js +4 -0
  1551. package/dist/src/showcase/premium/badge/mock.cjs +13 -0
  1552. package/dist/src/showcase/premium/badge/mock.js +43 -0
  1553. package/dist/src/showcase/premium/badge/showcase.cjs +1 -0
  1554. package/dist/src/showcase/premium/badge/showcase.js +221 -0
  1555. package/dist/src/showcase/premium/badge/types.cjs +1 -0
  1556. package/dist/src/showcase/premium/badge/types.js +0 -0
  1557. package/dist/src/showcase/premium/breadcrumbs/index.cjs +1 -0
  1558. package/dist/src/showcase/premium/breadcrumbs/index.js +3 -0
  1559. package/dist/src/showcase/premium/breadcrumbs/mock.cjs +11 -0
  1560. package/dist/src/showcase/premium/breadcrumbs/mock.js +31 -0
  1561. package/dist/src/showcase/premium/breadcrumbs/showcase.cjs +1 -0
  1562. package/dist/src/showcase/premium/breadcrumbs/showcase.js +115 -0
  1563. package/dist/src/showcase/premium/button/data.cjs +1 -0
  1564. package/dist/src/showcase/premium/button/data.js +100 -0
  1565. package/dist/src/showcase/premium/button/index.cjs +1 -0
  1566. package/dist/src/showcase/premium/button/index.js +4 -0
  1567. package/dist/src/showcase/premium/button/mock.cjs +65 -0
  1568. package/dist/src/showcase/premium/button/mock.js +48 -0
  1569. package/dist/src/showcase/premium/button/showcase.cjs +1 -0
  1570. package/dist/src/showcase/premium/button/showcase.js +331 -0
  1571. package/dist/src/showcase/premium/button/types.cjs +1 -0
  1572. package/dist/src/showcase/premium/button/types.js +0 -0
  1573. package/dist/src/showcase/premium/button-group/index.cjs +1 -0
  1574. package/dist/src/showcase/premium/button-group/index.js +3 -0
  1575. package/dist/src/showcase/premium/button-group/mock.cjs +16 -0
  1576. package/dist/src/showcase/premium/button-group/mock.js +31 -0
  1577. package/dist/src/showcase/premium/button-group/showcase.cjs +1 -0
  1578. package/dist/src/showcase/premium/button-group/showcase.js +116 -0
  1579. package/dist/src/showcase/premium/calendar/index.cjs +1 -0
  1580. package/dist/src/showcase/premium/calendar/index.js +3 -0
  1581. package/dist/src/showcase/premium/calendar/mock.cjs +18 -0
  1582. package/dist/src/showcase/premium/calendar/mock.js +31 -0
  1583. package/dist/src/showcase/premium/calendar/showcase.cjs +1 -0
  1584. package/dist/src/showcase/premium/calendar/showcase.js +158 -0
  1585. package/dist/src/showcase/premium/calendar-scheduler/index.cjs +1 -0
  1586. package/dist/src/showcase/premium/calendar-scheduler/index.js +3 -0
  1587. package/dist/src/showcase/premium/calendar-scheduler/mock.cjs +13 -0
  1588. package/dist/src/showcase/premium/calendar-scheduler/mock.js +19 -0
  1589. package/dist/src/showcase/premium/calendar-scheduler/showcase.cjs +1 -0
  1590. package/dist/src/showcase/premium/calendar-scheduler/showcase.js +58 -0
  1591. package/dist/src/showcase/premium/card/data.cjs +1 -0
  1592. package/dist/src/showcase/premium/card/data.js +24 -0
  1593. package/dist/src/showcase/premium/card/index.cjs +1 -0
  1594. package/dist/src/showcase/premium/card/index.js +4 -0
  1595. package/dist/src/showcase/premium/card/mock.cjs +18 -0
  1596. package/dist/src/showcase/premium/card/mock.js +43 -0
  1597. package/dist/src/showcase/premium/card/showcase.cjs +1 -0
  1598. package/dist/src/showcase/premium/card/showcase.js +154 -0
  1599. package/dist/src/showcase/premium/card/types.cjs +1 -0
  1600. package/dist/src/showcase/premium/card/types.js +0 -0
  1601. package/dist/src/showcase/premium/carousel/index.cjs +1 -0
  1602. package/dist/src/showcase/premium/carousel/index.js +3 -0
  1603. package/dist/src/showcase/premium/carousel/mock.cjs +11 -0
  1604. package/dist/src/showcase/premium/carousel/mock.js +26 -0
  1605. package/dist/src/showcase/premium/carousel/showcase.cjs +1 -0
  1606. package/dist/src/showcase/premium/carousel/showcase.js +147 -0
  1607. package/dist/src/showcase/premium/checkbox/data.cjs +1 -0
  1608. package/dist/src/showcase/premium/checkbox/data.js +28 -0
  1609. package/dist/src/showcase/premium/checkbox/index.cjs +1 -0
  1610. package/dist/src/showcase/premium/checkbox/index.js +4 -0
  1611. package/dist/src/showcase/premium/checkbox/mock.cjs +27 -0
  1612. package/dist/src/showcase/premium/checkbox/mock.js +42 -0
  1613. package/dist/src/showcase/premium/checkbox/showcase.cjs +1 -0
  1614. package/dist/src/showcase/premium/checkbox/showcase.js +184 -0
  1615. package/dist/src/showcase/premium/checkbox/types.cjs +1 -0
  1616. package/dist/src/showcase/premium/checkbox/types.js +0 -0
  1617. package/dist/src/showcase/premium/code-block/index.cjs +1 -0
  1618. package/dist/src/showcase/premium/code-block/index.js +3 -0
  1619. package/dist/src/showcase/premium/code-block/mock.cjs +7 -0
  1620. package/dist/src/showcase/premium/code-block/mock.js +26 -0
  1621. package/dist/src/showcase/premium/code-block/showcase.cjs +5 -0
  1622. package/dist/src/showcase/premium/code-block/showcase.js +62 -0
  1623. package/dist/src/showcase/premium/collapse/index.cjs +1 -0
  1624. package/dist/src/showcase/premium/collapse/index.js +3 -0
  1625. package/dist/src/showcase/premium/collapse/mock.cjs +20 -0
  1626. package/dist/src/showcase/premium/collapse/mock.js +39 -0
  1627. package/dist/src/showcase/premium/collapse/showcase.cjs +1 -0
  1628. package/dist/src/showcase/premium/collapse/showcase.js +161 -0
  1629. package/dist/src/showcase/premium/color-picker/index.cjs +1 -0
  1630. package/dist/src/showcase/premium/color-picker/index.js +3 -0
  1631. package/dist/src/showcase/premium/color-picker/mock.cjs +11 -0
  1632. package/dist/src/showcase/premium/color-picker/mock.js +15 -0
  1633. package/dist/src/showcase/premium/color-picker/showcase.cjs +1 -0
  1634. package/dist/src/showcase/premium/color-picker/showcase.js +21 -0
  1635. package/dist/src/showcase/premium/command-palette/index.cjs +1 -0
  1636. package/dist/src/showcase/premium/command-palette/index.js +3 -0
  1637. package/dist/src/showcase/premium/command-palette/mock.cjs +24 -0
  1638. package/dist/src/showcase/premium/command-palette/mock.js +31 -0
  1639. package/dist/src/showcase/premium/command-palette/showcase.cjs +1 -0
  1640. package/dist/src/showcase/premium/command-palette/showcase.js +208 -0
  1641. package/dist/src/showcase/premium/confirm-dialog/index.cjs +1 -0
  1642. package/dist/src/showcase/premium/confirm-dialog/index.js +3 -0
  1643. package/dist/src/showcase/premium/confirm-dialog/mock.cjs +33 -0
  1644. package/dist/src/showcase/premium/confirm-dialog/mock.js +43 -0
  1645. package/dist/src/showcase/premium/confirm-dialog/showcase.cjs +1 -0
  1646. package/dist/src/showcase/premium/confirm-dialog/showcase.js +132 -0
  1647. package/dist/src/showcase/premium/copy-button/index.cjs +1 -0
  1648. package/dist/src/showcase/premium/copy-button/index.js +3 -0
  1649. package/dist/src/showcase/premium/copy-button/mock.cjs +13 -0
  1650. package/dist/src/showcase/premium/copy-button/mock.js +26 -0
  1651. package/dist/src/showcase/premium/copy-button/showcase.cjs +1 -0
  1652. package/dist/src/showcase/premium/copy-button/showcase.js +106 -0
  1653. package/dist/src/showcase/premium/data-state/index.cjs +1 -0
  1654. package/dist/src/showcase/premium/data-state/index.js +3 -0
  1655. package/dist/src/showcase/premium/data-state/mock.cjs +12 -0
  1656. package/dist/src/showcase/premium/data-state/mock.js +26 -0
  1657. package/dist/src/showcase/premium/data-state/showcase.cjs +1 -0
  1658. package/dist/src/showcase/premium/data-state/showcase.js +60 -0
  1659. package/dist/src/showcase/premium/data-table/data.js +127 -0
  1660. package/dist/src/showcase/premium/data-table/index.cjs +1 -0
  1661. package/dist/src/showcase/premium/data-table/index.js +4 -0
  1662. package/dist/src/showcase/premium/data-table/mock.cjs +28 -0
  1663. package/dist/src/showcase/premium/data-table/mock.js +35 -0
  1664. package/dist/src/showcase/premium/data-table/showcase.cjs +1 -0
  1665. package/dist/src/showcase/premium/data-table/showcase.js +300 -0
  1666. package/dist/src/showcase/premium/data-table/types.cjs +1 -0
  1667. package/dist/src/showcase/premium/data-table/types.js +0 -0
  1668. package/dist/src/showcase/premium/date-picker/index.cjs +1 -0
  1669. package/dist/src/showcase/premium/date-picker/index.js +3 -0
  1670. package/dist/src/showcase/premium/date-picker/mock.cjs +16 -0
  1671. package/dist/src/showcase/premium/date-picker/mock.js +43 -0
  1672. package/dist/src/showcase/premium/date-picker/showcase.cjs +1 -0
  1673. package/dist/src/showcase/premium/date-picker/showcase.js +29 -0
  1674. package/dist/src/showcase/premium/date-range-picker/index.cjs +1 -0
  1675. package/dist/src/showcase/premium/date-range-picker/index.js +3 -0
  1676. package/dist/src/showcase/premium/date-range-picker/mock.cjs +16 -0
  1677. package/dist/src/showcase/premium/date-range-picker/mock.js +43 -0
  1678. package/dist/src/showcase/premium/date-range-picker/showcase.cjs +1 -0
  1679. package/dist/src/showcase/premium/date-range-picker/showcase.js +71 -0
  1680. package/dist/src/showcase/premium/description-list/index.cjs +1 -0
  1681. package/dist/src/showcase/premium/description-list/index.js +3 -0
  1682. package/dist/src/showcase/premium/description-list/mock.cjs +14 -0
  1683. package/dist/src/showcase/premium/description-list/mock.js +31 -0
  1684. package/dist/src/showcase/premium/description-list/showcase.cjs +1 -0
  1685. package/dist/src/showcase/premium/description-list/showcase.js +99 -0
  1686. package/dist/src/showcase/premium/dialog/data.cjs +1 -0
  1687. package/dist/src/showcase/premium/dialog/data.js +29 -0
  1688. package/dist/src/showcase/premium/dialog/index.cjs +1 -0
  1689. package/dist/src/showcase/premium/dialog/index.js +4 -0
  1690. package/dist/src/showcase/premium/dialog/mock.cjs +24 -0
  1691. package/dist/src/showcase/premium/dialog/mock.js +43 -0
  1692. package/dist/src/showcase/premium/dialog/showcase.cjs +1 -0
  1693. package/dist/src/showcase/premium/dialog/showcase.js +84 -0
  1694. package/dist/src/showcase/premium/dialog/types.cjs +1 -0
  1695. package/dist/src/showcase/premium/dialog/types.js +0 -0
  1696. package/dist/src/showcase/premium/divider/index.cjs +1 -0
  1697. package/dist/src/showcase/premium/divider/index.js +3 -0
  1698. package/dist/src/showcase/premium/divider/mock.cjs +11 -0
  1699. package/dist/src/showcase/premium/divider/mock.js +26 -0
  1700. package/dist/src/showcase/premium/divider/showcase.cjs +1 -0
  1701. package/dist/src/showcase/premium/divider/showcase.js +86 -0
  1702. package/dist/src/showcase/premium/drawer/index.cjs +1 -0
  1703. package/dist/src/showcase/premium/drawer/index.js +3 -0
  1704. package/dist/src/showcase/premium/drawer/mock.cjs +21 -0
  1705. package/dist/src/showcase/premium/drawer/mock.js +31 -0
  1706. package/dist/src/showcase/premium/drawer/showcase.cjs +1 -0
  1707. package/dist/src/showcase/premium/drawer/showcase.js +103 -0
  1708. package/dist/src/showcase/premium/dropdown-menu/index.cjs +1 -0
  1709. package/dist/src/showcase/premium/dropdown-menu/index.js +3 -0
  1710. package/dist/src/showcase/premium/dropdown-menu/mock.cjs +48 -0
  1711. package/dist/src/showcase/premium/dropdown-menu/mock.js +43 -0
  1712. package/dist/src/showcase/premium/dropdown-menu/showcase.cjs +1 -0
  1713. package/dist/src/showcase/premium/dropdown-menu/showcase.js +166 -0
  1714. package/dist/src/showcase/premium/dual-list-picker/index.cjs +1 -0
  1715. package/dist/src/showcase/premium/dual-list-picker/index.js +3 -0
  1716. package/dist/src/showcase/premium/dual-list-picker/mock.cjs +20 -0
  1717. package/dist/src/showcase/premium/dual-list-picker/mock.js +19 -0
  1718. package/dist/src/showcase/premium/dual-list-picker/showcase.cjs +1 -0
  1719. package/dist/src/showcase/premium/dual-list-picker/showcase.js +54 -0
  1720. package/dist/src/showcase/premium/file-upload/index.cjs +1 -0
  1721. package/dist/src/showcase/premium/file-upload/index.js +3 -0
  1722. package/dist/src/showcase/premium/file-upload/mock.cjs +22 -0
  1723. package/dist/src/showcase/premium/file-upload/mock.js +33 -0
  1724. package/dist/src/showcase/premium/file-upload/showcase.cjs +1 -0
  1725. package/dist/src/showcase/premium/file-upload/showcase.js +164 -0
  1726. package/dist/src/showcase/premium/form-wrapper/index.cjs +1 -0
  1727. package/dist/src/showcase/premium/form-wrapper/index.js +3 -0
  1728. package/dist/src/showcase/premium/form-wrapper/mock.cjs +126 -0
  1729. package/dist/src/showcase/premium/form-wrapper/mock.js +77 -0
  1730. package/dist/src/showcase/premium/form-wrapper/showcase.cjs +1 -0
  1731. package/dist/src/showcase/premium/form-wrapper/showcase.js +149 -0
  1732. package/dist/src/showcase/premium/image-cropper/index.cjs +1 -0
  1733. package/dist/src/showcase/premium/image-cropper/index.js +3 -0
  1734. package/dist/src/showcase/premium/image-cropper/mock.cjs +5 -0
  1735. package/dist/src/showcase/premium/image-cropper/mock.js +15 -0
  1736. package/dist/src/showcase/premium/image-cropper/showcase.cjs +1 -0
  1737. package/dist/src/showcase/premium/image-cropper/showcase.js +21 -0
  1738. package/dist/src/showcase/premium/image-upload/index.cjs +1 -0
  1739. package/dist/src/showcase/premium/image-upload/index.js +3 -0
  1740. package/dist/src/showcase/premium/image-upload/mock.cjs +15 -0
  1741. package/dist/src/showcase/premium/image-upload/mock.js +32 -0
  1742. package/dist/src/showcase/premium/image-upload/showcase.cjs +1 -0
  1743. package/dist/src/showcase/premium/image-upload/showcase.js +89 -0
  1744. package/dist/src/showcase/premium/index.cjs +1 -0
  1745. package/dist/src/showcase/premium/index.js +526 -0
  1746. package/dist/src/showcase/premium/info-card/index.cjs +1 -0
  1747. package/dist/src/showcase/premium/info-card/index.js +3 -0
  1748. package/dist/src/showcase/premium/info-card/mock.cjs +14 -0
  1749. package/dist/src/showcase/premium/info-card/mock.js +31 -0
  1750. package/dist/src/showcase/premium/info-card/showcase.cjs +1 -0
  1751. package/dist/src/showcase/premium/info-card/showcase.js +107 -0
  1752. package/dist/src/showcase/premium/input/data.cjs +1 -0
  1753. package/dist/src/showcase/premium/input/data.js +30 -0
  1754. package/dist/src/showcase/premium/input/index.cjs +1 -0
  1755. package/dist/src/showcase/premium/input/index.js +4 -0
  1756. package/dist/src/showcase/premium/input/mock.cjs +26 -0
  1757. package/dist/src/showcase/premium/input/mock.js +45 -0
  1758. package/dist/src/showcase/premium/input/showcase.cjs +1 -0
  1759. package/dist/src/showcase/premium/input/showcase.js +358 -0
  1760. package/dist/src/showcase/premium/input/types.cjs +1 -0
  1761. package/dist/src/showcase/premium/input/types.js +0 -0
  1762. package/dist/src/showcase/premium/json-input/index.cjs +1 -0
  1763. package/dist/src/showcase/premium/json-input/index.js +3 -0
  1764. package/dist/src/showcase/premium/json-input/mock.cjs +5 -0
  1765. package/dist/src/showcase/premium/json-input/mock.js +19 -0
  1766. package/dist/src/showcase/premium/json-input/showcase.cjs +4 -0
  1767. package/dist/src/showcase/premium/json-input/showcase.js +22 -0
  1768. package/dist/src/showcase/premium/kanban-board/index.cjs +1 -0
  1769. package/dist/src/showcase/premium/kanban-board/index.js +3 -0
  1770. package/dist/src/showcase/premium/kanban-board/mock.cjs +29 -0
  1771. package/dist/src/showcase/premium/kanban-board/mock.js +19 -0
  1772. package/dist/src/showcase/premium/kanban-board/showcase.cjs +1 -0
  1773. package/dist/src/showcase/premium/kanban-board/showcase.js +91 -0
  1774. package/dist/src/showcase/premium/kbd/index.cjs +1 -0
  1775. package/dist/src/showcase/premium/kbd/index.js +3 -0
  1776. package/dist/src/showcase/premium/kbd/mock.cjs +9 -0
  1777. package/dist/src/showcase/premium/kbd/mock.js +39 -0
  1778. package/dist/src/showcase/premium/kbd/showcase.cjs +1 -0
  1779. package/dist/src/showcase/premium/kbd/showcase.js +134 -0
  1780. package/dist/src/showcase/premium/list/index.cjs +1 -0
  1781. package/dist/src/showcase/premium/list/index.js +3 -0
  1782. package/dist/src/showcase/premium/list/mock.cjs +17 -0
  1783. package/dist/src/showcase/premium/list/mock.js +26 -0
  1784. package/dist/src/showcase/premium/list/showcase.cjs +1 -0
  1785. package/dist/src/showcase/premium/list/showcase.js +103 -0
  1786. package/dist/src/showcase/premium/loading-state/index.cjs +1 -0
  1787. package/dist/src/showcase/premium/loading-state/index.js +3 -0
  1788. package/dist/src/showcase/premium/loading-state/mock.cjs +5 -0
  1789. package/dist/src/showcase/premium/loading-state/mock.js +31 -0
  1790. package/dist/src/showcase/premium/loading-state/showcase.cjs +1 -0
  1791. package/dist/src/showcase/premium/loading-state/showcase.js +85 -0
  1792. package/dist/src/showcase/premium/notification-center/index.cjs +1 -0
  1793. package/dist/src/showcase/premium/notification-center/index.js +3 -0
  1794. package/dist/src/showcase/premium/notification-center/mock.cjs +16 -0
  1795. package/dist/src/showcase/premium/notification-center/mock.js +31 -0
  1796. package/dist/src/showcase/premium/notification-center/showcase.cjs +1 -0
  1797. package/dist/src/showcase/premium/notification-center/showcase.js +128 -0
  1798. package/dist/src/showcase/premium/otp-input/index.cjs +1 -0
  1799. package/dist/src/showcase/premium/otp-input/index.js +3 -0
  1800. package/dist/src/showcase/premium/otp-input/mock.cjs +14 -0
  1801. package/dist/src/showcase/premium/otp-input/mock.js +31 -0
  1802. package/dist/src/showcase/premium/otp-input/showcase.cjs +1 -0
  1803. package/dist/src/showcase/premium/otp-input/showcase.js +87 -0
  1804. package/dist/src/showcase/premium/page-state/index.cjs +1 -0
  1805. package/dist/src/showcase/premium/page-state/index.js +3 -0
  1806. package/dist/src/showcase/premium/page-state/mock.cjs +15 -0
  1807. package/dist/src/showcase/premium/page-state/mock.js +31 -0
  1808. package/dist/src/showcase/premium/page-state/showcase.cjs +1 -0
  1809. package/dist/src/showcase/premium/page-state/showcase.js +110 -0
  1810. package/dist/src/showcase/premium/pagination/index.cjs +1 -0
  1811. package/dist/src/showcase/premium/pagination/index.js +3 -0
  1812. package/dist/src/showcase/premium/pagination/mock.cjs +15 -0
  1813. package/dist/src/showcase/premium/pagination/mock.js +31 -0
  1814. package/dist/src/showcase/premium/pagination/showcase.cjs +1 -0
  1815. package/dist/src/showcase/premium/pagination/showcase.js +160 -0
  1816. package/dist/src/showcase/premium/popover/data.cjs +1 -0
  1817. package/dist/src/showcase/premium/popover/data.js +23 -0
  1818. package/dist/src/showcase/premium/popover/index.cjs +1 -0
  1819. package/dist/src/showcase/premium/popover/index.js +4 -0
  1820. package/dist/src/showcase/premium/popover/mock.cjs +24 -0
  1821. package/dist/src/showcase/premium/popover/mock.js +43 -0
  1822. package/dist/src/showcase/premium/popover/showcase.cjs +1 -0
  1823. package/dist/src/showcase/premium/popover/showcase.js +143 -0
  1824. package/dist/src/showcase/premium/popover/types.cjs +1 -0
  1825. package/dist/src/showcase/premium/popover/types.js +0 -0
  1826. package/dist/src/showcase/premium/progress/index.cjs +1 -0
  1827. package/dist/src/showcase/premium/progress/index.js +3 -0
  1828. package/dist/src/showcase/premium/progress/mock.cjs +15 -0
  1829. package/dist/src/showcase/premium/progress/mock.js +31 -0
  1830. package/dist/src/showcase/premium/progress/showcase.cjs +1 -0
  1831. package/dist/src/showcase/premium/progress/showcase.js +100 -0
  1832. package/dist/src/showcase/premium/qr-code/index.cjs +1 -0
  1833. package/dist/src/showcase/premium/qr-code/index.js +3 -0
  1834. package/dist/src/showcase/premium/qr-code/mock.cjs +5 -0
  1835. package/dist/src/showcase/premium/qr-code/mock.js +15 -0
  1836. package/dist/src/showcase/premium/qr-code/showcase.cjs +1 -0
  1837. package/dist/src/showcase/premium/qr-code/showcase.js +22 -0
  1838. package/dist/src/showcase/premium/radio-group/index.cjs +1 -0
  1839. package/dist/src/showcase/premium/radio-group/index.js +3 -0
  1840. package/dist/src/showcase/premium/radio-group/mock.cjs +14 -0
  1841. package/dist/src/showcase/premium/radio-group/mock.js +39 -0
  1842. package/dist/src/showcase/premium/radio-group/showcase.cjs +1 -0
  1843. package/dist/src/showcase/premium/radio-group/showcase.js +149 -0
  1844. package/dist/src/showcase/premium/rating/index.cjs +1 -0
  1845. package/dist/src/showcase/premium/rating/index.js +3 -0
  1846. package/dist/src/showcase/premium/rating/mock.cjs +14 -0
  1847. package/dist/src/showcase/premium/rating/mock.js +31 -0
  1848. package/dist/src/showcase/premium/rating/showcase.cjs +1 -0
  1849. package/dist/src/showcase/premium/rating/showcase.js +90 -0
  1850. package/dist/src/showcase/premium/resizable-panel/index.cjs +1 -0
  1851. package/dist/src/showcase/premium/resizable-panel/index.js +3 -0
  1852. package/dist/src/showcase/premium/resizable-panel/mock.cjs +11 -0
  1853. package/dist/src/showcase/premium/resizable-panel/mock.js +19 -0
  1854. package/dist/src/showcase/premium/resizable-panel/showcase.cjs +1 -0
  1855. package/dist/src/showcase/premium/resizable-panel/showcase.js +40 -0
  1856. package/dist/src/showcase/premium/rich-text-editor/index.cjs +1 -0
  1857. package/dist/src/showcase/premium/rich-text-editor/index.js +3 -0
  1858. package/dist/src/showcase/premium/rich-text-editor/mock.cjs +5 -0
  1859. package/dist/src/showcase/premium/rich-text-editor/mock.js +15 -0
  1860. package/dist/src/showcase/premium/rich-text-editor/showcase.cjs +1 -0
  1861. package/dist/src/showcase/premium/rich-text-editor/showcase.js +20 -0
  1862. package/dist/src/showcase/premium/right-click-menu/index.cjs +1 -0
  1863. package/dist/src/showcase/premium/right-click-menu/index.js +3 -0
  1864. package/dist/src/showcase/premium/right-click-menu/mock.cjs +17 -0
  1865. package/dist/src/showcase/premium/right-click-menu/mock.js +39 -0
  1866. package/dist/src/showcase/premium/right-click-menu/showcase.cjs +1 -0
  1867. package/dist/src/showcase/premium/right-click-menu/showcase.js +142 -0
  1868. package/dist/src/showcase/premium/saved-filter-select/index.cjs +1 -0
  1869. package/dist/src/showcase/premium/saved-filter-select/index.js +3 -0
  1870. package/dist/src/showcase/premium/saved-filter-select/mock.cjs +22 -0
  1871. package/dist/src/showcase/premium/saved-filter-select/mock.js +32 -0
  1872. package/dist/src/showcase/premium/saved-filter-select/showcase.cjs +1 -0
  1873. package/dist/src/showcase/premium/saved-filter-select/showcase.js +88 -0
  1874. package/dist/src/showcase/premium/scroll-box/index.cjs +1 -0
  1875. package/dist/src/showcase/premium/scroll-box/index.js +3 -0
  1876. package/dist/src/showcase/premium/scroll-box/mock.cjs +13 -0
  1877. package/dist/src/showcase/premium/scroll-box/mock.js +39 -0
  1878. package/dist/src/showcase/premium/scroll-box/showcase.cjs +1 -0
  1879. package/dist/src/showcase/premium/scroll-box/showcase.js +127 -0
  1880. package/dist/src/showcase/premium/section/index.cjs +1 -0
  1881. package/dist/src/showcase/premium/section/index.js +3 -0
  1882. package/dist/src/showcase/premium/section/mock.cjs +14 -0
  1883. package/dist/src/showcase/premium/section/mock.js +26 -0
  1884. package/dist/src/showcase/premium/section/showcase.cjs +1 -0
  1885. package/dist/src/showcase/premium/section/showcase.js +34 -0
  1886. package/dist/src/showcase/premium/segmented-control/index.cjs +1 -0
  1887. package/dist/src/showcase/premium/segmented-control/index.js +3 -0
  1888. package/dist/src/showcase/premium/segmented-control/mock.cjs +18 -0
  1889. package/dist/src/showcase/premium/segmented-control/mock.js +27 -0
  1890. package/dist/src/showcase/premium/segmented-control/showcase.cjs +1 -0
  1891. package/dist/src/showcase/premium/segmented-control/showcase.js +157 -0
  1892. package/dist/src/showcase/premium/select/data.cjs +1 -0
  1893. package/dist/src/showcase/premium/select/data.js +72 -0
  1894. package/dist/src/showcase/premium/select/index.cjs +1 -0
  1895. package/dist/src/showcase/premium/select/index.js +4 -0
  1896. package/dist/src/showcase/premium/select/mock.cjs +24 -0
  1897. package/dist/src/showcase/premium/select/mock.js +43 -0
  1898. package/dist/src/showcase/premium/select/showcase.cjs +1 -0
  1899. package/dist/src/showcase/premium/select/showcase.js +217 -0
  1900. package/dist/src/showcase/premium/select/types.cjs +1 -0
  1901. package/dist/src/showcase/premium/select/types.js +0 -0
  1902. package/dist/src/showcase/premium/signature-pad/index.cjs +1 -0
  1903. package/dist/src/showcase/premium/signature-pad/index.js +3 -0
  1904. package/dist/src/showcase/premium/signature-pad/mock.cjs +10 -0
  1905. package/dist/src/showcase/premium/signature-pad/mock.js +15 -0
  1906. package/dist/src/showcase/premium/signature-pad/showcase.cjs +1 -0
  1907. package/dist/src/showcase/premium/signature-pad/showcase.js +24 -0
  1908. package/dist/src/showcase/premium/skeleton/index.cjs +1 -0
  1909. package/dist/src/showcase/premium/skeleton/index.js +3 -0
  1910. package/dist/src/showcase/premium/skeleton/mock.cjs +11 -0
  1911. package/dist/src/showcase/premium/skeleton/mock.js +26 -0
  1912. package/dist/src/showcase/premium/skeleton/showcase.cjs +1 -0
  1913. package/dist/src/showcase/premium/skeleton/showcase.js +116 -0
  1914. package/dist/src/showcase/premium/slider/index.cjs +1 -0
  1915. package/dist/src/showcase/premium/slider/index.js +3 -0
  1916. package/dist/src/showcase/premium/slider/mock.cjs +14 -0
  1917. package/dist/src/showcase/premium/slider/mock.js +31 -0
  1918. package/dist/src/showcase/premium/slider/showcase.cjs +1 -0
  1919. package/dist/src/showcase/premium/slider/showcase.js +108 -0
  1920. package/dist/src/showcase/premium/sortable-list/index.cjs +1 -0
  1921. package/dist/src/showcase/premium/sortable-list/index.js +3 -0
  1922. package/dist/src/showcase/premium/sortable-list/mock.cjs +22 -0
  1923. package/dist/src/showcase/premium/sortable-list/mock.js +19 -0
  1924. package/dist/src/showcase/premium/sortable-list/showcase.cjs +1 -0
  1925. package/dist/src/showcase/premium/sortable-list/showcase.js +76 -0
  1926. package/dist/src/showcase/premium/spinner/index.cjs +1 -0
  1927. package/dist/src/showcase/premium/spinner/index.js +3 -0
  1928. package/dist/src/showcase/premium/spinner/mock.cjs +13 -0
  1929. package/dist/src/showcase/premium/spinner/mock.js +26 -0
  1930. package/dist/src/showcase/premium/spinner/showcase.cjs +1 -0
  1931. package/dist/src/showcase/premium/spinner/showcase.js +113 -0
  1932. package/dist/src/showcase/premium/statistic/index.cjs +1 -0
  1933. package/dist/src/showcase/premium/statistic/index.js +3 -0
  1934. package/dist/src/showcase/premium/statistic/mock.cjs +11 -0
  1935. package/dist/src/showcase/premium/statistic/mock.js +26 -0
  1936. package/dist/src/showcase/premium/statistic/showcase.cjs +1 -0
  1937. package/dist/src/showcase/premium/statistic/showcase.js +142 -0
  1938. package/dist/src/showcase/premium/switch/data.cjs +1 -0
  1939. package/dist/src/showcase/premium/switch/data.js +19 -0
  1940. package/dist/src/showcase/premium/switch/index.cjs +1 -0
  1941. package/dist/src/showcase/premium/switch/index.js +4 -0
  1942. package/dist/src/showcase/premium/switch/mock.cjs +18 -0
  1943. package/dist/src/showcase/premium/switch/mock.js +42 -0
  1944. package/dist/src/showcase/premium/switch/showcase.cjs +1 -0
  1945. package/dist/src/showcase/premium/switch/showcase.js +116 -0
  1946. package/dist/src/showcase/premium/switch/types.cjs +1 -0
  1947. package/dist/src/showcase/premium/switch/types.js +0 -0
  1948. package/dist/src/showcase/premium/table/data.cjs +1 -0
  1949. package/dist/src/showcase/premium/table/data.js +53 -0
  1950. package/dist/src/showcase/premium/table/index.cjs +1 -0
  1951. package/dist/src/showcase/premium/table/index.js +4 -0
  1952. package/dist/src/showcase/premium/table/mock.cjs +13 -0
  1953. package/dist/src/showcase/premium/table/mock.js +43 -0
  1954. package/dist/src/showcase/premium/table/showcase.cjs +1 -0
  1955. package/dist/src/showcase/premium/table/showcase.js +228 -0
  1956. package/dist/src/showcase/premium/table/types.cjs +1 -0
  1957. package/dist/src/showcase/premium/table/types.js +0 -0
  1958. package/dist/src/showcase/premium/tabs/data.cjs +1 -0
  1959. package/dist/src/showcase/premium/tabs/data.js +20 -0
  1960. package/dist/src/showcase/premium/tabs/index.cjs +1 -0
  1961. package/dist/src/showcase/premium/tabs/index.js +4 -0
  1962. package/dist/src/showcase/premium/tabs/mock.cjs +22 -0
  1963. package/dist/src/showcase/premium/tabs/mock.js +43 -0
  1964. package/dist/src/showcase/premium/tabs/showcase.cjs +1 -0
  1965. package/dist/src/showcase/premium/tabs/showcase.js +256 -0
  1966. package/dist/src/showcase/premium/tabs/types.cjs +1 -0
  1967. package/dist/src/showcase/premium/tabs/types.js +0 -0
  1968. package/dist/src/showcase/premium/tag/index.cjs +1 -0
  1969. package/dist/src/showcase/premium/tag/index.js +3 -0
  1970. package/dist/src/showcase/premium/tag/mock.cjs +13 -0
  1971. package/dist/src/showcase/premium/tag/mock.js +26 -0
  1972. package/dist/src/showcase/premium/tag/showcase.cjs +1 -0
  1973. package/dist/src/showcase/premium/tag/showcase.js +129 -0
  1974. package/dist/src/showcase/premium/tag-input/index.cjs +1 -0
  1975. package/dist/src/showcase/premium/tag-input/index.js +3 -0
  1976. package/dist/src/showcase/premium/tag-input/mock.cjs +14 -0
  1977. package/dist/src/showcase/premium/tag-input/mock.js +31 -0
  1978. package/dist/src/showcase/premium/tag-input/showcase.cjs +1 -0
  1979. package/dist/src/showcase/premium/tag-input/showcase.js +87 -0
  1980. package/dist/src/showcase/premium/textarea/data.cjs +1 -0
  1981. package/dist/src/showcase/premium/textarea/data.js +24 -0
  1982. package/dist/src/showcase/premium/textarea/index.cjs +1 -0
  1983. package/dist/src/showcase/premium/textarea/index.js +4 -0
  1984. package/dist/src/showcase/premium/textarea/mock.cjs +30 -0
  1985. package/dist/src/showcase/premium/textarea/mock.js +43 -0
  1986. package/dist/src/showcase/premium/textarea/showcase.cjs +1 -0
  1987. package/dist/src/showcase/premium/textarea/showcase.js +169 -0
  1988. package/dist/src/showcase/premium/textarea/types.cjs +1 -0
  1989. package/dist/src/showcase/premium/textarea/types.js +0 -0
  1990. package/dist/src/showcase/premium/time-picker/index.cjs +1 -0
  1991. package/dist/src/showcase/premium/time-picker/index.js +3 -0
  1992. package/dist/src/showcase/premium/time-picker/mock.cjs +11 -0
  1993. package/dist/src/showcase/premium/time-picker/mock.js +15 -0
  1994. package/dist/src/showcase/premium/time-picker/showcase.cjs +1 -0
  1995. package/dist/src/showcase/premium/time-picker/showcase.js +52 -0
  1996. package/dist/src/showcase/premium/timeline/index.cjs +1 -0
  1997. package/dist/src/showcase/premium/timeline/index.js +3 -0
  1998. package/dist/src/showcase/premium/timeline/mock.cjs +13 -0
  1999. package/dist/src/showcase/premium/timeline/mock.js +31 -0
  2000. package/dist/src/showcase/premium/timeline/showcase.cjs +1 -0
  2001. package/dist/src/showcase/premium/timeline/showcase.js +91 -0
  2002. package/dist/src/showcase/premium/toast/index.cjs +1 -0
  2003. package/dist/src/showcase/premium/toast/index.js +3 -0
  2004. package/dist/src/showcase/premium/toast/mock.cjs +28 -0
  2005. package/dist/src/showcase/premium/toast/mock.js +31 -0
  2006. package/dist/src/showcase/premium/toast/showcase.cjs +1 -0
  2007. package/dist/src/showcase/premium/toast/showcase.js +174 -0
  2008. package/dist/src/showcase/premium/tooltip/index.cjs +1 -0
  2009. package/dist/src/showcase/premium/tooltip/index.js +3 -0
  2010. package/dist/src/showcase/premium/tooltip/mock.cjs +15 -0
  2011. package/dist/src/showcase/premium/tooltip/mock.js +39 -0
  2012. package/dist/src/showcase/premium/tooltip/showcase.cjs +1 -0
  2013. package/dist/src/showcase/premium/tooltip/showcase.js +113 -0
  2014. package/dist/src/showcase/premium/tree-view/index.cjs +1 -0
  2015. package/dist/src/showcase/premium/tree-view/index.js +3 -0
  2016. package/dist/src/showcase/premium/tree-view/mock.cjs +19 -0
  2017. package/dist/src/showcase/premium/tree-view/mock.js +19 -0
  2018. package/dist/src/showcase/premium/tree-view/showcase.cjs +1 -0
  2019. package/dist/src/showcase/premium/tree-view/showcase.js +57 -0
  2020. package/dist/src/showcase/premium/types.cjs +1 -0
  2021. package/dist/src/showcase/premium/types.js +13 -0
  2022. package/dist/src/showcase/premium/typography/index.cjs +1 -0
  2023. package/dist/src/showcase/premium/typography/index.js +3 -0
  2024. package/dist/src/showcase/premium/typography/mock.cjs +13 -0
  2025. package/dist/src/showcase/premium/typography/mock.js +26 -0
  2026. package/dist/src/showcase/premium/typography/showcase.cjs +1 -0
  2027. package/dist/src/showcase/premium/typography/showcase.js +38 -0
  2028. package/dist/src/showcase/premium/virtual-list/index.cjs +1 -0
  2029. package/dist/src/showcase/premium/virtual-list/index.js +3 -0
  2030. package/dist/src/showcase/premium/virtual-list/mock.cjs +18 -0
  2031. package/dist/src/showcase/premium/virtual-list/mock.js +19 -0
  2032. package/dist/src/showcase/premium/virtual-list/showcase.cjs +1 -0
  2033. package/dist/src/showcase/premium/virtual-list/showcase.js +52 -0
  2034. package/dist/src/showcase/preview-catalog.cjs +42 -0
  2035. package/dist/src/showcase/preview-catalog.js +57 -0
  2036. package/dist/src/showcase/preview-compositions.cjs +1 -0
  2037. package/dist/src/showcase/preview-compositions.js +50 -0
  2038. package/dist/src/showcase/preview-registry.cjs +1 -0
  2039. package/dist/src/showcase/preview-registry.js +841 -0
  2040. package/dist/src/showcase/registry-quality.cjs +1 -0
  2041. package/dist/src/showcase/registry-quality.js +49 -0
  2042. package/dist/src/showcase/registry-specific.cjs +1 -0
  2043. package/dist/src/showcase/registry-specific.js +1013 -0
  2044. package/dist/src/showcase/render-registry-preview.cjs +1 -0
  2045. package/dist/src/showcase/render-registry-preview.js +834 -0
  2046. package/dist/src/showcase/search-utils.cjs +1 -0
  2047. package/dist/src/showcase/search-utils.js +44 -0
  2048. package/dist/src/showcase/site-data.cjs +1 -0
  2049. package/dist/src/showcase/site-data.js +4086 -0
  2050. package/dist/src/showcase/supplemental.cjs +1 -0
  2051. package/dist/src/showcase/supplemental.js +21 -0
  2052. package/dist/src/showcase/tembro-registry.json.cjs +1 -0
  2053. package/dist/src/showcase/tembro-registry.json.js +276 -0
  2054. package/dist/src/showcase/types.cjs +1 -0
  2055. package/dist/src/showcase/types.js +13 -0
  2056. package/package.json +207 -190
  2057. package/packages/cli/dist/index.cjs +941 -133
  2058. package/packages/cli/vendor/src/components/actions/index.ts +0 -1
  2059. package/packages/cli/vendor/src/components/actions/public.ts +0 -1
  2060. package/packages/cli/vendor/src/components/calendar/calendar.tsx +284 -282
  2061. package/packages/cli/vendor/src/components/charts/index.ts +2 -4
  2062. package/packages/cli/vendor/src/components/charts/progress-circle.tsx +7 -0
  2063. package/packages/cli/vendor/src/components/data-table/data-table.tsx +282 -171
  2064. package/packages/cli/vendor/src/components/data-table/demo.tsx +0 -25
  2065. package/packages/cli/vendor/src/components/data-table/public.ts +0 -5
  2066. package/packages/cli/vendor/src/components/display/carousel.tsx +288 -279
  2067. package/packages/cli/vendor/src/components/display/demo.tsx +0 -5
  2068. package/packages/cli/vendor/src/components/display/index.ts +13 -35
  2069. package/packages/cli/vendor/src/components/display/info-card.tsx +203 -0
  2070. package/packages/cli/vendor/src/components/display/kanban.tsx +420 -119
  2071. package/packages/cli/vendor/src/components/display/qr-code.tsx +92 -63
  2072. package/packages/cli/vendor/src/components/display/statistic.tsx +14 -12
  2073. package/packages/cli/vendor/src/components/display/tag.tsx +18 -11
  2074. package/packages/cli/vendor/src/components/display/typography.tsx +12 -14
  2075. package/packages/cli/vendor/src/components/display/virtual-list.tsx +186 -0
  2076. package/packages/cli/vendor/src/components/dnd/index.ts +1 -0
  2077. package/packages/cli/vendor/src/components/dnd/sortable-list.tsx +257 -0
  2078. package/packages/cli/vendor/src/components/feedback/page-state.tsx +9 -5
  2079. package/packages/cli/vendor/src/components/form/form-field-shell.tsx +9 -12
  2080. package/packages/cli/vendor/src/components/form/form-input.tsx +970 -970
  2081. package/packages/cli/vendor/src/components/form/form-select.tsx +219 -220
  2082. package/packages/cli/vendor/src/components/form/index.ts +3 -9
  2083. package/packages/cli/vendor/src/components/form/public.ts +9 -7
  2084. package/packages/cli/vendor/src/components/inputs/async-select.tsx +226 -246
  2085. package/packages/cli/vendor/src/components/inputs/color-picker.tsx +154 -0
  2086. package/packages/cli/vendor/src/components/inputs/demo.tsx +0 -8
  2087. package/packages/cli/vendor/src/components/inputs/index.ts +2 -0
  2088. package/packages/cli/vendor/src/components/inputs/json-input.tsx +44 -38
  2089. package/packages/cli/vendor/src/components/inputs/public.ts +2 -0
  2090. package/packages/cli/vendor/src/components/inputs/signature-pad.tsx +192 -0
  2091. package/packages/cli/vendor/src/components/layout/app-sidebar.tsx +715 -667
  2092. package/packages/cli/vendor/src/components/layout/controllable-details.tsx +37 -0
  2093. package/packages/cli/vendor/src/components/layout/demo.tsx +0 -2
  2094. package/packages/cli/vendor/src/components/layout/index.ts +0 -4
  2095. package/packages/cli/vendor/src/components/layout/public.ts +0 -4
  2096. package/packages/cli/vendor/src/components/layout/sidebar-nav.tsx +45 -5
  2097. package/packages/cli/vendor/src/components/modern/calendar-scheduler.tsx +109 -50
  2098. package/packages/cli/vendor/src/components/modern/dual-list-picker.tsx +111 -58
  2099. package/packages/cli/vendor/src/components/modern/image-cropper.tsx +226 -0
  2100. package/packages/cli/vendor/src/components/modern/index.ts +3 -9
  2101. package/packages/cli/vendor/src/components/modern/rich-text-editor.tsx +188 -38
  2102. package/packages/cli/vendor/src/components/navigation/demo.tsx +0 -3
  2103. package/packages/cli/vendor/src/components/navigation/index.ts +0 -5
  2104. package/packages/cli/vendor/src/components/overlay/confirm-dialog.tsx +84 -30
  2105. package/packages/cli/vendor/src/components/overlay/index.ts +0 -3
  2106. package/packages/cli/vendor/src/components/patterns/bulk-action-bar.tsx +53 -0
  2107. package/packages/cli/vendor/src/components/patterns/data-view.tsx +64 -0
  2108. package/packages/cli/vendor/src/components/patterns/detail-layout.tsx +75 -0
  2109. package/packages/cli/vendor/src/components/patterns/empty-state.tsx +99 -0
  2110. package/packages/cli/vendor/src/components/patterns/form-builder.tsx +472 -0
  2111. package/packages/cli/vendor/src/components/patterns/index.ts +7 -0
  2112. package/packages/cli/vendor/src/components/patterns/page-toolbar.tsx +61 -0
  2113. package/packages/cli/vendor/src/components/patterns/public.ts +7 -0
  2114. package/packages/cli/vendor/src/components/patterns/resource-detail-page.tsx +59 -55
  2115. package/packages/cli/vendor/src/components/patterns/resource-page.tsx +5 -5
  2116. package/packages/cli/vendor/src/components/patterns/settings-page.tsx +84 -0
  2117. package/packages/cli/vendor/src/components/theme-provider.tsx +36 -9
  2118. package/packages/cli/vendor/src/components/ui/accordion/index.tsx +10 -28
  2119. package/packages/cli/vendor/src/components/ui/badge/index.tsx +20 -29
  2120. package/packages/cli/vendor/src/components/ui/button/index.tsx +19 -23
  2121. package/packages/cli/vendor/src/components/ui/card/index.tsx +16 -21
  2122. package/packages/cli/vendor/src/components/ui/checkbox/index.tsx +50 -28
  2123. package/packages/cli/vendor/src/components/ui/command/index.tsx +1 -1
  2124. package/packages/cli/vendor/src/components/ui/dialog/index.tsx +7 -13
  2125. package/packages/cli/vendor/src/components/ui/dropdown-menu/index.tsx +14 -26
  2126. package/packages/cli/vendor/src/components/ui/input/decorator.tsx +1 -1
  2127. package/packages/cli/vendor/src/components/ui/input/group.tsx +2 -1
  2128. package/packages/cli/vendor/src/components/ui/input/index.tsx +445 -448
  2129. package/packages/cli/vendor/src/components/ui/input/money.tsx +1 -1
  2130. package/packages/cli/vendor/src/components/ui/input/password.tsx +8 -8
  2131. package/packages/cli/vendor/src/components/ui/input/quantity.tsx +1 -1
  2132. package/packages/cli/vendor/src/components/ui/popover/index.tsx +5 -5
  2133. package/packages/cli/vendor/src/components/ui/select/index.tsx +32 -29
  2134. package/packages/cli/vendor/src/components/ui/table/index.tsx +129 -121
  2135. package/packages/cli/vendor/src/components/ui/tabs/index.tsx +3 -12
  2136. package/packages/cli/vendor/src/components/upload/demo.tsx +0 -1
  2137. package/packages/cli/vendor/src/components/upload/file-upload.tsx +16 -14
  2138. package/packages/cli/vendor/src/components/upload/index.ts +0 -2
  2139. package/packages/cli/vendor/src/index.ts +15 -14
  2140. package/packages/cli/vendor/src/public-component-surface.ts +93 -82
  2141. package/packages/cli/vendor/src/showcase/demo-snippets/actions/index.ts +6 -6
  2142. package/packages/cli/vendor/src/showcase/fallback.tsx +99 -282
  2143. package/packages/cli/vendor/src/showcase/package-meta.ts +2 -2
  2144. package/packages/cli/vendor/src/showcase/premium/app-sidebar/mock.ts +51 -31
  2145. package/packages/cli/vendor/src/showcase/premium/app-sidebar/showcase.tsx +146 -103
  2146. package/packages/cli/vendor/src/showcase/premium/carousel/showcase.tsx +2 -1
  2147. package/packages/cli/vendor/src/showcase/premium/color-picker/index.ts +2 -0
  2148. package/packages/cli/vendor/src/showcase/premium/color-picker/mock.ts +21 -0
  2149. package/packages/cli/vendor/src/showcase/premium/color-picker/showcase.tsx +14 -0
  2150. package/packages/cli/vendor/src/showcase/premium/data-table/mock.ts +30 -28
  2151. package/packages/cli/vendor/src/showcase/premium/data-table/showcase.tsx +2 -2
  2152. package/packages/cli/vendor/src/showcase/premium/file-upload/mock.ts +7 -1
  2153. package/packages/cli/vendor/src/showcase/premium/file-upload/showcase.tsx +33 -2
  2154. package/packages/cli/vendor/src/showcase/premium/form-wrapper/index.ts +2 -2
  2155. package/packages/cli/vendor/src/showcase/premium/form-wrapper/mock.ts +51 -109
  2156. package/packages/cli/vendor/src/showcase/premium/form-wrapper/showcase.tsx +119 -234
  2157. package/packages/cli/vendor/src/showcase/premium/image-cropper/index.ts +2 -0
  2158. package/packages/cli/vendor/src/showcase/premium/image-cropper/mock.ts +15 -0
  2159. package/packages/cli/vendor/src/showcase/premium/image-cropper/showcase.tsx +14 -0
  2160. package/packages/cli/vendor/src/showcase/premium/index.ts +157 -216
  2161. package/packages/cli/vendor/src/showcase/premium/input/mock.ts +3 -2
  2162. package/packages/cli/vendor/src/showcase/premium/input/showcase.tsx +67 -0
  2163. package/packages/cli/vendor/src/showcase/premium/kanban-board/mock.ts +43 -38
  2164. package/packages/cli/vendor/src/showcase/premium/kanban-board/showcase.tsx +61 -58
  2165. package/packages/cli/vendor/src/showcase/premium/page-state/mock.ts +11 -8
  2166. package/packages/cli/vendor/src/showcase/premium/page-state/showcase.tsx +24 -3
  2167. package/packages/cli/vendor/src/showcase/premium/qr-code/index.ts +2 -3
  2168. package/packages/cli/vendor/src/showcase/premium/qr-code/mock.ts +4 -9
  2169. package/packages/cli/vendor/src/showcase/premium/qr-code/showcase.tsx +5 -16
  2170. package/packages/cli/vendor/src/showcase/premium/rich-text-editor/index.ts +2 -3
  2171. package/packages/cli/vendor/src/showcase/premium/rich-text-editor/mock.ts +4 -11
  2172. package/packages/cli/vendor/src/showcase/premium/rich-text-editor/showcase.tsx +4 -7
  2173. package/packages/cli/vendor/src/showcase/premium/signature-pad/index.ts +2 -0
  2174. package/packages/cli/vendor/src/showcase/premium/signature-pad/mock.ts +20 -0
  2175. package/packages/cli/vendor/src/showcase/premium/signature-pad/showcase.tsx +14 -0
  2176. package/packages/cli/vendor/src/showcase/premium/sortable-list/index.ts +2 -0
  2177. package/packages/cli/vendor/src/showcase/premium/sortable-list/mock.ts +36 -0
  2178. package/packages/cli/vendor/src/showcase/premium/sortable-list/showcase.tsx +44 -0
  2179. package/packages/cli/vendor/src/showcase/premium/statistic/mock.ts +2 -2
  2180. package/packages/cli/vendor/src/showcase/premium/statistic/showcase.tsx +22 -7
  2181. package/packages/cli/vendor/src/showcase/premium/tag/showcase.tsx +41 -10
  2182. package/packages/cli/vendor/src/showcase/premium/typography/showcase.tsx +1 -1
  2183. package/packages/cli/vendor/src/showcase/premium/virtual-list/index.ts +2 -0
  2184. package/packages/cli/vendor/src/showcase/premium/virtual-list/mock.ts +32 -0
  2185. package/packages/cli/vendor/src/showcase/premium/virtual-list/showcase.tsx +41 -0
  2186. package/packages/cli/vendor/src/showcase/preview-catalog.tsx +65 -65
  2187. package/packages/cli/vendor/src/showcase/preview-compositions.tsx +37 -0
  2188. package/packages/cli/vendor/src/showcase/registry-quality.ts +8 -25
  2189. package/packages/cli/vendor/src/showcase/registry-specific.tsx +94 -127
  2190. package/packages/cli/vendor/src/showcase/render-registry-preview.tsx +37 -117
  2191. package/packages/cli/vendor/src/showcase/site-data.tsx +2378 -2692
  2192. package/packages/cli/vendor/src/showcase/supplemental.tsx +37 -41
  2193. package/packages/cli/vendor/src/showcase/tembro-registry.json +99 -61
  2194. package/packages/cli/vendor/templates/styles/globals.css +793 -12
  2195. package/registry.json +99 -61
  2196. package/dist/components/actions/copy-field.cjs +0 -1
  2197. package/dist/components/actions/copy-field.d.ts +0 -11
  2198. package/dist/components/actions/copy-field.js +0 -35
  2199. package/dist/components/charts/horizontal-bar-chart.cjs +0 -1
  2200. package/dist/components/charts/horizontal-bar-chart.d.ts +0 -17
  2201. package/dist/components/charts/horizontal-bar-chart.js +0 -50
  2202. package/dist/components/charts/kpi.cjs +0 -1
  2203. package/dist/components/charts/kpi.d.ts +0 -18
  2204. package/dist/components/charts/kpi.js +0 -59
  2205. package/dist/components/display/comparison-card.cjs +0 -1
  2206. package/dist/components/display/comparison-card.d.ts +0 -15
  2207. package/dist/components/display/comparison-card.js +0 -20
  2208. package/dist/components/display/data-list.cjs +0 -1
  2209. package/dist/components/display/data-list.d.ts +0 -25
  2210. package/dist/components/display/data-list.js +0 -68
  2211. package/dist/components/display/delta-badge.cjs +0 -1
  2212. package/dist/components/display/delta-badge.d.ts +0 -10
  2213. package/dist/components/display/delta-badge.js +0 -20
  2214. package/dist/components/display/descriptions.cjs +0 -1
  2215. package/dist/components/display/descriptions.d.ts +0 -19
  2216. package/dist/components/display/descriptions.js +0 -38
  2217. package/dist/components/display/metric-grid.cjs +0 -1
  2218. package/dist/components/display/metric-grid.d.ts +0 -23
  2219. package/dist/components/display/metric-grid.js +0 -58
  2220. package/dist/components/display/progress-circle.cjs +0 -1
  2221. package/dist/components/display/progress-circle.d.ts +0 -8
  2222. package/dist/components/display/progress-circle.js +0 -21
  2223. package/dist/components/display/property-grid.cjs +0 -1
  2224. package/dist/components/display/property-grid.d.ts +0 -15
  2225. package/dist/components/display/property-grid.js +0 -31
  2226. package/dist/components/display/result.cjs +0 -1
  2227. package/dist/components/display/result.d.ts +0 -18
  2228. package/dist/components/display/result.js +0 -71
  2229. package/dist/components/display/smart-card.cjs +0 -1
  2230. package/dist/components/display/smart-card.d.ts +0 -67
  2231. package/dist/components/display/smart-card.js +0 -121
  2232. package/dist/components/display/trend-card.cjs +0 -1
  2233. package/dist/components/display/trend-card.d.ts +0 -13
  2234. package/dist/components/display/trend-card.js +0 -48
  2235. package/dist/components/display/user-card.cjs +0 -1
  2236. package/dist/components/display/user-card.d.ts +0 -12
  2237. package/dist/components/display/user-card.js +0 -42
  2238. package/dist/components/form/deprecated-compat.cjs +0 -1
  2239. package/dist/components/form/deprecated-compat.d.ts +0 -17
  2240. package/dist/components/form/deprecated-compat.js +0 -20
  2241. package/dist/components/form/form-async-select.cjs +0 -1
  2242. package/dist/components/form/form-async-select.d.ts +0 -9
  2243. package/dist/components/form/form-async-select.js +0 -12
  2244. package/dist/components/form/form-date-input.cjs +0 -1
  2245. package/dist/components/form/form-date-input.d.ts +0 -8
  2246. package/dist/components/form/form-date-input.js +0 -12
  2247. package/dist/components/form/form-number-input.cjs +0 -1
  2248. package/dist/components/form/form-number-input.d.ts +0 -12
  2249. package/dist/components/form/form-number-input.js +0 -12
  2250. package/dist/components/form/form-password-input.cjs +0 -1
  2251. package/dist/components/form/form-password-input.d.ts +0 -8
  2252. package/dist/components/form/form-password-input.js +0 -12
  2253. package/dist/components/form/form-phone-input.cjs +0 -1
  2254. package/dist/components/form/form-phone-input.d.ts +0 -12
  2255. package/dist/components/form/form-phone-input.js +0 -14
  2256. package/dist/components/form/form-search-input.cjs +0 -1
  2257. package/dist/components/form/form-search-input.d.ts +0 -8
  2258. package/dist/components/form/form-search-input.js +0 -12
  2259. package/dist/components/layout/stat-card.cjs +0 -1
  2260. package/dist/components/layout/stat-card.d.ts +0 -32
  2261. package/dist/components/layout/stat-card.js +0 -113
  2262. package/dist/components/modern/menubar.cjs +0 -1
  2263. package/dist/components/modern/menubar.d.ts +0 -12
  2264. package/dist/components/modern/menubar.js +0 -43
  2265. package/dist/components/modern/navigation-menu.cjs +0 -1
  2266. package/dist/components/modern/navigation-menu.d.ts +0 -12
  2267. package/dist/components/modern/navigation-menu.js +0 -34
  2268. package/dist/components/modern/tour.cjs +0 -1
  2269. package/dist/components/modern/tour.d.ts +0 -17
  2270. package/dist/components/modern/tour.js +0 -80
  2271. package/dist/components/navigation/anchor-nav.cjs +0 -1
  2272. package/dist/components/navigation/anchor-nav.d.ts +0 -15
  2273. package/dist/components/navigation/anchor-nav.js +0 -26
  2274. package/dist/components/navigation/command-bar.cjs +0 -1
  2275. package/dist/components/navigation/command-bar.d.ts +0 -10
  2276. package/dist/components/navigation/command-bar.js +0 -17
  2277. package/dist/components/navigation/nav-tabs.cjs +0 -1
  2278. package/dist/components/navigation/nav-tabs.d.ts +0 -17
  2279. package/dist/components/navigation/nav-tabs.js +0 -51
  2280. package/dist/components/navigation/page-tabs.cjs +0 -1
  2281. package/dist/components/navigation/page-tabs.d.ts +0 -18
  2282. package/dist/components/navigation/page-tabs.js +0 -50
  2283. package/dist/components/navigation/stepper-tabs.cjs +0 -1
  2284. package/dist/components/navigation/stepper-tabs.d.ts +0 -19
  2285. package/dist/components/navigation/stepper-tabs.js +0 -41
  2286. package/dist/components/overlay/dialog-actions.cjs +0 -1
  2287. package/dist/components/overlay/dialog-actions.d.ts +0 -14
  2288. package/dist/components/overlay/dialog-actions.js +0 -33
  2289. package/dist/components/overlay/modal-shell.cjs +0 -1
  2290. package/dist/components/overlay/modal-shell.d.ts +0 -20
  2291. package/dist/components/overlay/modal-shell.js +0 -44
  2292. package/dist/components/overlay/sheet-shell.cjs +0 -1
  2293. package/dist/components/overlay/sheet-shell.d.ts +0 -34
  2294. package/dist/components/overlay/sheet-shell.js +0 -116
  2295. package/dist/components/ui/hover-card.cjs +0 -1
  2296. package/dist/components/ui/hover-card.d.ts +0 -17
  2297. package/dist/components/ui/hover-card.js +0 -37
  2298. package/dist/components/ui/input-group/index.cjs +0 -1
  2299. package/dist/components/ui/input-group/index.d.ts +0 -1
  2300. package/dist/components/ui/input-group/index.js +0 -2
  2301. package/dist/components/ui/input-primitive/index.cjs +0 -1
  2302. package/dist/components/ui/input-primitive/index.d.ts +0 -2
  2303. package/dist/components/ui/input-primitive/index.js +0 -2
  2304. package/dist/components/upload/file-dropzone.cjs +0 -1
  2305. package/dist/components/upload/file-dropzone.d.ts +0 -10
  2306. package/dist/components/upload/file-dropzone.js +0 -36
  2307. package/dist/lib/deprecated-warning.cjs +0 -1
  2308. package/dist/lib/deprecated-warning.d.ts +0 -1
  2309. package/dist/lib/deprecated-warning.js +0 -7
  2310. package/dist/showcase/premium/accordion/index.cjs +0 -1
  2311. package/dist/showcase/premium/accordion/index.d.ts +0 -2
  2312. package/dist/showcase/premium/accordion/index.js +0 -3
  2313. package/dist/showcase/premium/accordion/mock.cjs +0 -23
  2314. package/dist/showcase/premium/accordion/mock.d.ts +0 -2
  2315. package/dist/showcase/premium/accordion/mock.js +0 -28
  2316. package/dist/showcase/premium/accordion/showcase.cjs +0 -1
  2317. package/dist/showcase/premium/accordion/showcase.d.ts +0 -2
  2318. package/dist/showcase/premium/accordion/showcase.js +0 -172
  2319. package/dist/showcase/premium/app-shell/index.cjs +0 -1
  2320. package/dist/showcase/premium/app-shell/index.d.ts +0 -2
  2321. package/dist/showcase/premium/app-shell/index.js +0 -3
  2322. package/dist/showcase/premium/app-shell/mock.cjs +0 -48
  2323. package/dist/showcase/premium/app-shell/mock.d.ts +0 -2
  2324. package/dist/showcase/premium/app-shell/mock.js +0 -38
  2325. package/dist/showcase/premium/app-shell/showcase.cjs +0 -1
  2326. package/dist/showcase/premium/app-shell/showcase.d.ts +0 -3
  2327. package/dist/showcase/premium/app-shell/showcase.js +0 -208
  2328. package/dist/showcase/premium/clearable-input/index.cjs +0 -1
  2329. package/dist/showcase/premium/clearable-input/index.d.ts +0 -2
  2330. package/dist/showcase/premium/clearable-input/index.js +0 -3
  2331. package/dist/showcase/premium/clearable-input/mock.cjs +0 -16
  2332. package/dist/showcase/premium/clearable-input/mock.d.ts +0 -2
  2333. package/dist/showcase/premium/clearable-input/mock.js +0 -32
  2334. package/dist/showcase/premium/clearable-input/showcase.cjs +0 -1
  2335. package/dist/showcase/premium/clearable-input/showcase.d.ts +0 -3
  2336. package/dist/showcase/premium/clearable-input/showcase.js +0 -94
  2337. package/dist/showcase/premium/combobox/index.cjs +0 -1
  2338. package/dist/showcase/premium/combobox/index.d.ts +0 -2
  2339. package/dist/showcase/premium/combobox/index.js +0 -3
  2340. package/dist/showcase/premium/combobox/mock.cjs +0 -29
  2341. package/dist/showcase/premium/combobox/mock.d.ts +0 -2
  2342. package/dist/showcase/premium/combobox/mock.js +0 -39
  2343. package/dist/showcase/premium/combobox/showcase.cjs +0 -1
  2344. package/dist/showcase/premium/combobox/showcase.d.ts +0 -3
  2345. package/dist/showcase/premium/combobox/showcase.js +0 -157
  2346. package/dist/showcase/premium/command-bar/index.cjs +0 -1
  2347. package/dist/showcase/premium/command-bar/index.d.ts +0 -2
  2348. package/dist/showcase/premium/command-bar/index.js +0 -3
  2349. package/dist/showcase/premium/command-bar/mock.cjs +0 -11
  2350. package/dist/showcase/premium/command-bar/mock.d.ts +0 -2
  2351. package/dist/showcase/premium/command-bar/mock.js +0 -26
  2352. package/dist/showcase/premium/command-bar/showcase.cjs +0 -1
  2353. package/dist/showcase/premium/command-bar/showcase.d.ts +0 -2
  2354. package/dist/showcase/premium/command-bar/showcase.js +0 -107
  2355. package/dist/showcase/premium/copy-field/index.cjs +0 -1
  2356. package/dist/showcase/premium/copy-field/index.d.ts +0 -2
  2357. package/dist/showcase/premium/copy-field/index.js +0 -3
  2358. package/dist/showcase/premium/copy-field/mock.cjs +0 -11
  2359. package/dist/showcase/premium/copy-field/mock.d.ts +0 -2
  2360. package/dist/showcase/premium/copy-field/mock.js +0 -26
  2361. package/dist/showcase/premium/copy-field/showcase.cjs +0 -1
  2362. package/dist/showcase/premium/copy-field/showcase.d.ts +0 -2
  2363. package/dist/showcase/premium/copy-field/showcase.js +0 -85
  2364. package/dist/showcase/premium/data-table-parts/data.d.ts +0 -27
  2365. package/dist/showcase/premium/data-table-parts/data.js +0 -127
  2366. package/dist/showcase/premium/data-table-parts/index.cjs +0 -1
  2367. package/dist/showcase/premium/data-table-parts/index.d.ts +0 -2
  2368. package/dist/showcase/premium/data-table-parts/index.js +0 -3
  2369. package/dist/showcase/premium/data-table-parts/mock.cjs +0 -1
  2370. package/dist/showcase/premium/data-table-parts/mock.d.ts +0 -7
  2371. package/dist/showcase/premium/data-table-parts/mock.js +0 -30
  2372. package/dist/showcase/premium/data-table-parts/showcase.cjs +0 -1
  2373. package/dist/showcase/premium/data-table-parts/showcase.d.ts +0 -6
  2374. package/dist/showcase/premium/data-table-parts/showcase.js +0 -256
  2375. package/dist/showcase/premium/date-input/index.cjs +0 -1
  2376. package/dist/showcase/premium/date-input/index.d.ts +0 -2
  2377. package/dist/showcase/premium/date-input/index.js +0 -3
  2378. package/dist/showcase/premium/date-input/mock.cjs +0 -17
  2379. package/dist/showcase/premium/date-input/mock.d.ts +0 -2
  2380. package/dist/showcase/premium/date-input/mock.js +0 -43
  2381. package/dist/showcase/premium/date-input/showcase.cjs +0 -1
  2382. package/dist/showcase/premium/date-input/showcase.d.ts +0 -2
  2383. package/dist/showcase/premium/date-input/showcase.js +0 -29
  2384. package/dist/showcase/premium/date-range-input/index.cjs +0 -1
  2385. package/dist/showcase/premium/date-range-input/index.d.ts +0 -2
  2386. package/dist/showcase/premium/date-range-input/index.js +0 -3
  2387. package/dist/showcase/premium/date-range-input/mock.cjs +0 -17
  2388. package/dist/showcase/premium/date-range-input/mock.d.ts +0 -2
  2389. package/dist/showcase/premium/date-range-input/mock.js +0 -43
  2390. package/dist/showcase/premium/date-range-input/showcase.cjs +0 -1
  2391. package/dist/showcase/premium/date-range-input/showcase.d.ts +0 -2
  2392. package/dist/showcase/premium/date-range-input/showcase.js +0 -40
  2393. package/dist/showcase/premium/descriptions/index.cjs +0 -1
  2394. package/dist/showcase/premium/descriptions/index.d.ts +0 -2
  2395. package/dist/showcase/premium/descriptions/index.js +0 -3
  2396. package/dist/showcase/premium/descriptions/mock.cjs +0 -16
  2397. package/dist/showcase/premium/descriptions/mock.d.ts +0 -2
  2398. package/dist/showcase/premium/descriptions/mock.js +0 -19
  2399. package/dist/showcase/premium/descriptions/showcase.cjs +0 -1
  2400. package/dist/showcase/premium/descriptions/showcase.d.ts +0 -2
  2401. package/dist/showcase/premium/descriptions/showcase.js +0 -85
  2402. package/dist/showcase/premium/hover-card/index.cjs +0 -1
  2403. package/dist/showcase/premium/hover-card/index.d.ts +0 -2
  2404. package/dist/showcase/premium/hover-card/index.js +0 -3
  2405. package/dist/showcase/premium/hover-card/mock.cjs +0 -10
  2406. package/dist/showcase/premium/hover-card/mock.d.ts +0 -2
  2407. package/dist/showcase/premium/hover-card/mock.js +0 -39
  2408. package/dist/showcase/premium/hover-card/showcase.cjs +0 -1
  2409. package/dist/showcase/premium/hover-card/showcase.d.ts +0 -2
  2410. package/dist/showcase/premium/hover-card/showcase.js +0 -123
  2411. package/dist/showcase/premium/masked-input/index.cjs +0 -1
  2412. package/dist/showcase/premium/masked-input/index.d.ts +0 -2
  2413. package/dist/showcase/premium/masked-input/index.js +0 -3
  2414. package/dist/showcase/premium/masked-input/mock.cjs +0 -17
  2415. package/dist/showcase/premium/masked-input/mock.d.ts +0 -2
  2416. package/dist/showcase/premium/masked-input/mock.js +0 -43
  2417. package/dist/showcase/premium/masked-input/showcase.cjs +0 -1
  2418. package/dist/showcase/premium/masked-input/showcase.d.ts +0 -2
  2419. package/dist/showcase/premium/masked-input/showcase.js +0 -33
  2420. package/dist/showcase/premium/menubar/index.cjs +0 -1
  2421. package/dist/showcase/premium/menubar/index.d.ts +0 -2
  2422. package/dist/showcase/premium/menubar/index.js +0 -3
  2423. package/dist/showcase/premium/menubar/mock.cjs +0 -15
  2424. package/dist/showcase/premium/menubar/mock.d.ts +0 -2
  2425. package/dist/showcase/premium/menubar/mock.js +0 -15
  2426. package/dist/showcase/premium/menubar/showcase.cjs +0 -1
  2427. package/dist/showcase/premium/menubar/showcase.d.ts +0 -1
  2428. package/dist/showcase/premium/menubar/showcase.js +0 -25
  2429. package/dist/showcase/premium/metric-grid/index.cjs +0 -1
  2430. package/dist/showcase/premium/metric-grid/index.d.ts +0 -2
  2431. package/dist/showcase/premium/metric-grid/index.js +0 -3
  2432. package/dist/showcase/premium/metric-grid/mock.cjs +0 -11
  2433. package/dist/showcase/premium/metric-grid/mock.d.ts +0 -2
  2434. package/dist/showcase/premium/metric-grid/mock.js +0 -36
  2435. package/dist/showcase/premium/metric-grid/showcase.cjs +0 -1
  2436. package/dist/showcase/premium/metric-grid/showcase.d.ts +0 -3
  2437. package/dist/showcase/premium/metric-grid/showcase.js +0 -133
  2438. package/dist/showcase/premium/modal-shell/index.cjs +0 -1
  2439. package/dist/showcase/premium/modal-shell/index.d.ts +0 -2
  2440. package/dist/showcase/premium/modal-shell/index.js +0 -3
  2441. package/dist/showcase/premium/modal-shell/mock.cjs +0 -30
  2442. package/dist/showcase/premium/modal-shell/mock.d.ts +0 -2
  2443. package/dist/showcase/premium/modal-shell/mock.js +0 -43
  2444. package/dist/showcase/premium/modal-shell/showcase.cjs +0 -1
  2445. package/dist/showcase/premium/modal-shell/showcase.d.ts +0 -3
  2446. package/dist/showcase/premium/modal-shell/showcase.js +0 -148
  2447. package/dist/showcase/premium/money-input/index.cjs +0 -1
  2448. package/dist/showcase/premium/money-input/index.d.ts +0 -2
  2449. package/dist/showcase/premium/money-input/index.js +0 -3
  2450. package/dist/showcase/premium/money-input/mock.cjs +0 -28
  2451. package/dist/showcase/premium/money-input/mock.d.ts +0 -2
  2452. package/dist/showcase/premium/money-input/mock.js +0 -43
  2453. package/dist/showcase/premium/money-input/showcase.cjs +0 -1
  2454. package/dist/showcase/premium/money-input/showcase.d.ts +0 -1
  2455. package/dist/showcase/premium/money-input/showcase.js +0 -21
  2456. package/dist/showcase/premium/navigation-menu/index.cjs +0 -1
  2457. package/dist/showcase/premium/navigation-menu/index.d.ts +0 -2
  2458. package/dist/showcase/premium/navigation-menu/index.js +0 -3
  2459. package/dist/showcase/premium/navigation-menu/mock.cjs +0 -13
  2460. package/dist/showcase/premium/navigation-menu/mock.d.ts +0 -2
  2461. package/dist/showcase/premium/navigation-menu/mock.js +0 -19
  2462. package/dist/showcase/premium/navigation-menu/showcase.cjs +0 -1
  2463. package/dist/showcase/premium/navigation-menu/showcase.d.ts +0 -2
  2464. package/dist/showcase/premium/navigation-menu/showcase.js +0 -29
  2465. package/dist/showcase/premium/number-input/index.cjs +0 -1
  2466. package/dist/showcase/premium/number-input/index.d.ts +0 -2
  2467. package/dist/showcase/premium/number-input/index.js +0 -3
  2468. package/dist/showcase/premium/number-input/mock.cjs +0 -32
  2469. package/dist/showcase/premium/number-input/mock.d.ts +0 -2
  2470. package/dist/showcase/premium/number-input/mock.js +0 -43
  2471. package/dist/showcase/premium/number-input/showcase.cjs +0 -1
  2472. package/dist/showcase/premium/number-input/showcase.d.ts +0 -1
  2473. package/dist/showcase/premium/number-input/showcase.js +0 -23
  2474. package/dist/showcase/premium/page-container/index.cjs +0 -1
  2475. package/dist/showcase/premium/page-container/index.d.ts +0 -2
  2476. package/dist/showcase/premium/page-container/index.js +0 -3
  2477. package/dist/showcase/premium/page-container/mock.cjs +0 -9
  2478. package/dist/showcase/premium/page-container/mock.d.ts +0 -2
  2479. package/dist/showcase/premium/page-container/mock.js +0 -31
  2480. package/dist/showcase/premium/page-container/showcase.cjs +0 -1
  2481. package/dist/showcase/premium/page-container/showcase.d.ts +0 -3
  2482. package/dist/showcase/premium/page-container/showcase.js +0 -79
  2483. package/dist/showcase/premium/page-header/index.cjs +0 -1
  2484. package/dist/showcase/premium/page-header/index.d.ts +0 -2
  2485. package/dist/showcase/premium/page-header/index.js +0 -3
  2486. package/dist/showcase/premium/page-header/mock.cjs +0 -14
  2487. package/dist/showcase/premium/page-header/mock.d.ts +0 -2
  2488. package/dist/showcase/premium/page-header/mock.js +0 -36
  2489. package/dist/showcase/premium/page-header/showcase.cjs +0 -1
  2490. package/dist/showcase/premium/page-header/showcase.d.ts +0 -3
  2491. package/dist/showcase/premium/page-header/showcase.js +0 -70
  2492. package/dist/showcase/premium/page-tabs/index.cjs +0 -1
  2493. package/dist/showcase/premium/page-tabs/index.d.ts +0 -2
  2494. package/dist/showcase/premium/page-tabs/index.js +0 -3
  2495. package/dist/showcase/premium/page-tabs/mock.cjs +0 -18
  2496. package/dist/showcase/premium/page-tabs/mock.d.ts +0 -2
  2497. package/dist/showcase/premium/page-tabs/mock.js +0 -31
  2498. package/dist/showcase/premium/page-tabs/showcase.cjs +0 -1
  2499. package/dist/showcase/premium/page-tabs/showcase.d.ts +0 -3
  2500. package/dist/showcase/premium/page-tabs/showcase.js +0 -121
  2501. package/dist/showcase/premium/password-input/index.cjs +0 -1
  2502. package/dist/showcase/premium/password-input/index.d.ts +0 -2
  2503. package/dist/showcase/premium/password-input/index.js +0 -3
  2504. package/dist/showcase/premium/password-input/mock.cjs +0 -16
  2505. package/dist/showcase/premium/password-input/mock.d.ts +0 -2
  2506. package/dist/showcase/premium/password-input/mock.js +0 -31
  2507. package/dist/showcase/premium/password-input/showcase.cjs +0 -1
  2508. package/dist/showcase/premium/password-input/showcase.d.ts +0 -3
  2509. package/dist/showcase/premium/password-input/showcase.js +0 -104
  2510. package/dist/showcase/premium/phone-input/index.cjs +0 -1
  2511. package/dist/showcase/premium/phone-input/index.d.ts +0 -2
  2512. package/dist/showcase/premium/phone-input/index.js +0 -3
  2513. package/dist/showcase/premium/phone-input/mock.cjs +0 -17
  2514. package/dist/showcase/premium/phone-input/mock.d.ts +0 -2
  2515. package/dist/showcase/premium/phone-input/mock.js +0 -43
  2516. package/dist/showcase/premium/phone-input/showcase.cjs +0 -1
  2517. package/dist/showcase/premium/phone-input/showcase.d.ts +0 -2
  2518. package/dist/showcase/premium/phone-input/showcase.js +0 -33
  2519. package/dist/showcase/premium/property-grid/index.cjs +0 -1
  2520. package/dist/showcase/premium/property-grid/index.d.ts +0 -2
  2521. package/dist/showcase/premium/property-grid/index.js +0 -3
  2522. package/dist/showcase/premium/property-grid/mock.cjs +0 -14
  2523. package/dist/showcase/premium/property-grid/mock.d.ts +0 -2
  2524. package/dist/showcase/premium/property-grid/mock.js +0 -26
  2525. package/dist/showcase/premium/property-grid/showcase.cjs +0 -1
  2526. package/dist/showcase/premium/property-grid/showcase.d.ts +0 -1
  2527. package/dist/showcase/premium/property-grid/showcase.js +0 -93
  2528. package/dist/showcase/premium/quantity-input/index.cjs +0 -1
  2529. package/dist/showcase/premium/quantity-input/index.d.ts +0 -2
  2530. package/dist/showcase/premium/quantity-input/index.js +0 -3
  2531. package/dist/showcase/premium/quantity-input/mock.cjs +0 -29
  2532. package/dist/showcase/premium/quantity-input/mock.d.ts +0 -2
  2533. package/dist/showcase/premium/quantity-input/mock.js +0 -43
  2534. package/dist/showcase/premium/quantity-input/showcase.cjs +0 -1
  2535. package/dist/showcase/premium/quantity-input/showcase.d.ts +0 -1
  2536. package/dist/showcase/premium/quantity-input/showcase.js +0 -23
  2537. package/dist/showcase/premium/result/index.cjs +0 -1
  2538. package/dist/showcase/premium/result/index.d.ts +0 -2
  2539. package/dist/showcase/premium/result/index.js +0 -3
  2540. package/dist/showcase/premium/result/mock.cjs +0 -12
  2541. package/dist/showcase/premium/result/mock.d.ts +0 -2
  2542. package/dist/showcase/premium/result/mock.js +0 -31
  2543. package/dist/showcase/premium/result/showcase.cjs +0 -1
  2544. package/dist/showcase/premium/result/showcase.d.ts +0 -3
  2545. package/dist/showcase/premium/result/showcase.js +0 -98
  2546. package/dist/showcase/premium/search-input/index.cjs +0 -1
  2547. package/dist/showcase/premium/search-input/index.d.ts +0 -2
  2548. package/dist/showcase/premium/search-input/index.js +0 -3
  2549. package/dist/showcase/premium/search-input/mock.cjs +0 -18
  2550. package/dist/showcase/premium/search-input/mock.d.ts +0 -2
  2551. package/dist/showcase/premium/search-input/mock.js +0 -31
  2552. package/dist/showcase/premium/search-input/showcase.cjs +0 -1
  2553. package/dist/showcase/premium/search-input/showcase.d.ts +0 -3
  2554. package/dist/showcase/premium/search-input/showcase.js +0 -113
  2555. package/dist/showcase/premium/sheet-shell/index.cjs +0 -1
  2556. package/dist/showcase/premium/sheet-shell/index.d.ts +0 -2
  2557. package/dist/showcase/premium/sheet-shell/index.js +0 -3
  2558. package/dist/showcase/premium/sheet-shell/mock.cjs +0 -34
  2559. package/dist/showcase/premium/sheet-shell/mock.d.ts +0 -2
  2560. package/dist/showcase/premium/sheet-shell/mock.js +0 -43
  2561. package/dist/showcase/premium/sheet-shell/showcase.cjs +0 -1
  2562. package/dist/showcase/premium/sheet-shell/showcase.d.ts +0 -2
  2563. package/dist/showcase/premium/sheet-shell/showcase.js +0 -137
  2564. package/dist/showcase/premium/sidebar-nav/index.cjs +0 -1
  2565. package/dist/showcase/premium/sidebar-nav/index.d.ts +0 -2
  2566. package/dist/showcase/premium/sidebar-nav/index.js +0 -3
  2567. package/dist/showcase/premium/sidebar-nav/mock.cjs +0 -11
  2568. package/dist/showcase/premium/sidebar-nav/mock.d.ts +0 -2
  2569. package/dist/showcase/premium/sidebar-nav/mock.js +0 -32
  2570. package/dist/showcase/premium/sidebar-nav/showcase.cjs +0 -1
  2571. package/dist/showcase/premium/sidebar-nav/showcase.d.ts +0 -3
  2572. package/dist/showcase/premium/sidebar-nav/showcase.js +0 -113
  2573. package/dist/showcase/premium/simple-select/index.cjs +0 -1
  2574. package/dist/showcase/premium/simple-select/index.d.ts +0 -2
  2575. package/dist/showcase/premium/simple-select/index.js +0 -3
  2576. package/dist/showcase/premium/simple-select/mock.cjs +0 -29
  2577. package/dist/showcase/premium/simple-select/mock.d.ts +0 -2
  2578. package/dist/showcase/premium/simple-select/mock.js +0 -43
  2579. package/dist/showcase/premium/simple-select/showcase.cjs +0 -1
  2580. package/dist/showcase/premium/simple-select/showcase.d.ts +0 -2
  2581. package/dist/showcase/premium/simple-select/showcase.js +0 -114
  2582. package/dist/showcase/premium/sticky-footer-bar/index.cjs +0 -1
  2583. package/dist/showcase/premium/sticky-footer-bar/index.d.ts +0 -2
  2584. package/dist/showcase/premium/sticky-footer-bar/index.js +0 -3
  2585. package/dist/showcase/premium/sticky-footer-bar/mock.cjs +0 -15
  2586. package/dist/showcase/premium/sticky-footer-bar/mock.d.ts +0 -2
  2587. package/dist/showcase/premium/sticky-footer-bar/mock.js +0 -19
  2588. package/dist/showcase/premium/sticky-footer-bar/showcase.cjs +0 -1
  2589. package/dist/showcase/premium/sticky-footer-bar/showcase.d.ts +0 -1
  2590. package/dist/showcase/premium/sticky-footer-bar/showcase.js +0 -37
  2591. package/dist/showcase/premium/tour/index.cjs +0 -1
  2592. package/dist/showcase/premium/tour/index.d.ts +0 -2
  2593. package/dist/showcase/premium/tour/index.js +0 -3
  2594. package/dist/showcase/premium/tour/mock.cjs +0 -19
  2595. package/dist/showcase/premium/tour/mock.d.ts +0 -2
  2596. package/dist/showcase/premium/tour/mock.js +0 -15
  2597. package/dist/showcase/premium/tour/showcase.cjs +0 -1
  2598. package/dist/showcase/premium/tour/showcase.d.ts +0 -2
  2599. package/dist/showcase/premium/tour/showcase.js +0 -45
  2600. package/packages/cli/vendor/src/components/actions/copy-field.tsx +0 -31
  2601. package/packages/cli/vendor/src/components/charts/horizontal-bar-chart.tsx +0 -60
  2602. package/packages/cli/vendor/src/components/charts/kpi.tsx +0 -68
  2603. package/packages/cli/vendor/src/components/display/comparison-card.tsx +0 -35
  2604. package/packages/cli/vendor/src/components/display/data-list.tsx +0 -97
  2605. package/packages/cli/vendor/src/components/display/delta-badge.tsx +0 -42
  2606. package/packages/cli/vendor/src/components/display/descriptions.tsx +0 -83
  2607. package/packages/cli/vendor/src/components/display/metric-grid.tsx +0 -89
  2608. package/packages/cli/vendor/src/components/display/progress-circle.tsx +0 -24
  2609. package/packages/cli/vendor/src/components/display/property-grid.tsx +0 -54
  2610. package/packages/cli/vendor/src/components/display/result.tsx +0 -90
  2611. package/packages/cli/vendor/src/components/display/smart-card.tsx +0 -215
  2612. package/packages/cli/vendor/src/components/display/trend-card.tsx +0 -57
  2613. package/packages/cli/vendor/src/components/display/user-card.tsx +0 -30
  2614. package/packages/cli/vendor/src/components/form/deprecated-compat.tsx +0 -45
  2615. package/packages/cli/vendor/src/components/form/form-async-select.tsx +0 -32
  2616. package/packages/cli/vendor/src/components/form/form-date-input.tsx +0 -25
  2617. package/packages/cli/vendor/src/components/form/form-number-input.tsx +0 -29
  2618. package/packages/cli/vendor/src/components/form/form-password-input.tsx +0 -25
  2619. package/packages/cli/vendor/src/components/form/form-phone-input.tsx +0 -32
  2620. package/packages/cli/vendor/src/components/form/form-search-input.tsx +0 -25
  2621. package/packages/cli/vendor/src/components/layout/stat-card.tsx +0 -165
  2622. package/packages/cli/vendor/src/components/modern/menubar.tsx +0 -31
  2623. package/packages/cli/vendor/src/components/modern/navigation-menu.tsx +0 -26
  2624. package/packages/cli/vendor/src/components/modern/tour.tsx +0 -62
  2625. package/packages/cli/vendor/src/components/navigation/anchor-nav.tsx +0 -44
  2626. package/packages/cli/vendor/src/components/navigation/command-bar.tsx +0 -40
  2627. package/packages/cli/vendor/src/components/navigation/nav-tabs.tsx +0 -69
  2628. package/packages/cli/vendor/src/components/navigation/page-tabs.tsx +0 -94
  2629. package/packages/cli/vendor/src/components/navigation/stepper-tabs.tsx +0 -67
  2630. package/packages/cli/vendor/src/components/overlay/dialog-actions.tsx +0 -68
  2631. package/packages/cli/vendor/src/components/overlay/modal-shell.tsx +0 -93
  2632. package/packages/cli/vendor/src/components/overlay/sheet-shell.tsx +0 -212
  2633. package/packages/cli/vendor/src/components/ui/hover-card.tsx +0 -78
  2634. package/packages/cli/vendor/src/components/ui/input-group/index.tsx +0 -8
  2635. package/packages/cli/vendor/src/components/ui/input-primitive/index.tsx +0 -2
  2636. package/packages/cli/vendor/src/components/upload/file-dropzone.tsx +0 -38
  2637. package/packages/cli/vendor/src/lib/deprecated-warning.ts +0 -15
  2638. package/packages/cli/vendor/src/showcase/premium/accordion/index.ts +0 -2
  2639. package/packages/cli/vendor/src/showcase/premium/accordion/mock.ts +0 -43
  2640. package/packages/cli/vendor/src/showcase/premium/accordion/showcase.tsx +0 -138
  2641. package/packages/cli/vendor/src/showcase/premium/app-shell/index.ts +0 -2
  2642. package/packages/cli/vendor/src/showcase/premium/app-shell/mock.ts +0 -67
  2643. package/packages/cli/vendor/src/showcase/premium/app-shell/showcase.tsx +0 -114
  2644. package/packages/cli/vendor/src/showcase/premium/clearable-input/index.ts +0 -2
  2645. package/packages/cli/vendor/src/showcase/premium/clearable-input/mock.ts +0 -32
  2646. package/packages/cli/vendor/src/showcase/premium/clearable-input/showcase.tsx +0 -63
  2647. package/packages/cli/vendor/src/showcase/premium/combobox/index.ts +0 -2
  2648. package/packages/cli/vendor/src/showcase/premium/combobox/mock.ts +0 -48
  2649. package/packages/cli/vendor/src/showcase/premium/combobox/showcase.tsx +0 -92
  2650. package/packages/cli/vendor/src/showcase/premium/command-bar/index.ts +0 -2
  2651. package/packages/cli/vendor/src/showcase/premium/command-bar/mock.ts +0 -26
  2652. package/packages/cli/vendor/src/showcase/premium/command-bar/showcase.tsx +0 -69
  2653. package/packages/cli/vendor/src/showcase/premium/copy-field/index.ts +0 -2
  2654. package/packages/cli/vendor/src/showcase/premium/copy-field/mock.ts +0 -26
  2655. package/packages/cli/vendor/src/showcase/premium/copy-field/showcase.tsx +0 -64
  2656. package/packages/cli/vendor/src/showcase/premium/data-table-parts/data.ts +0 -90
  2657. package/packages/cli/vendor/src/showcase/premium/data-table-parts/index.ts +0 -9
  2658. package/packages/cli/vendor/src/showcase/premium/data-table-parts/mock.ts +0 -63
  2659. package/packages/cli/vendor/src/showcase/premium/data-table-parts/showcase.tsx +0 -218
  2660. package/packages/cli/vendor/src/showcase/premium/date-input/index.ts +0 -2
  2661. package/packages/cli/vendor/src/showcase/premium/date-input/mock.ts +0 -37
  2662. package/packages/cli/vendor/src/showcase/premium/date-input/showcase.tsx +0 -24
  2663. package/packages/cli/vendor/src/showcase/premium/date-range-input/index.ts +0 -2
  2664. package/packages/cli/vendor/src/showcase/premium/date-range-input/mock.ts +0 -37
  2665. package/packages/cli/vendor/src/showcase/premium/date-range-input/showcase.tsx +0 -24
  2666. package/packages/cli/vendor/src/showcase/premium/descriptions/index.ts +0 -3
  2667. package/packages/cli/vendor/src/showcase/premium/descriptions/mock.ts +0 -31
  2668. package/packages/cli/vendor/src/showcase/premium/descriptions/showcase.tsx +0 -45
  2669. package/packages/cli/vendor/src/showcase/premium/hover-card/index.ts +0 -2
  2670. package/packages/cli/vendor/src/showcase/premium/hover-card/mock.ts +0 -30
  2671. package/packages/cli/vendor/src/showcase/premium/hover-card/showcase.tsx +0 -59
  2672. package/packages/cli/vendor/src/showcase/premium/masked-input/index.ts +0 -2
  2673. package/packages/cli/vendor/src/showcase/premium/masked-input/mock.ts +0 -42
  2674. package/packages/cli/vendor/src/showcase/premium/masked-input/showcase.tsx +0 -25
  2675. package/packages/cli/vendor/src/showcase/premium/menubar/index.ts +0 -3
  2676. package/packages/cli/vendor/src/showcase/premium/menubar/mock.ts +0 -29
  2677. package/packages/cli/vendor/src/showcase/premium/menubar/showcase.tsx +0 -30
  2678. package/packages/cli/vendor/src/showcase/premium/metric-grid/index.ts +0 -2
  2679. package/packages/cli/vendor/src/showcase/premium/metric-grid/mock.ts +0 -28
  2680. package/packages/cli/vendor/src/showcase/premium/metric-grid/showcase.tsx +0 -70
  2681. package/packages/cli/vendor/src/showcase/premium/modal-shell/index.ts +0 -3
  2682. package/packages/cli/vendor/src/showcase/premium/modal-shell/mock.ts +0 -55
  2683. package/packages/cli/vendor/src/showcase/premium/modal-shell/showcase.tsx +0 -93
  2684. package/packages/cli/vendor/src/showcase/premium/money-input/index.ts +0 -2
  2685. package/packages/cli/vendor/src/showcase/premium/money-input/mock.ts +0 -48
  2686. package/packages/cli/vendor/src/showcase/premium/money-input/showcase.tsx +0 -21
  2687. package/packages/cli/vendor/src/showcase/premium/navigation-menu/index.ts +0 -3
  2688. package/packages/cli/vendor/src/showcase/premium/navigation-menu/mock.ts +0 -27
  2689. package/packages/cli/vendor/src/showcase/premium/navigation-menu/showcase.tsx +0 -34
  2690. package/packages/cli/vendor/src/showcase/premium/number-input/index.ts +0 -2
  2691. package/packages/cli/vendor/src/showcase/premium/number-input/mock.ts +0 -52
  2692. package/packages/cli/vendor/src/showcase/premium/number-input/showcase.tsx +0 -14
  2693. package/packages/cli/vendor/src/showcase/premium/page-container/index.ts +0 -2
  2694. package/packages/cli/vendor/src/showcase/premium/page-container/mock.ts +0 -25
  2695. package/packages/cli/vendor/src/showcase/premium/page-container/showcase.tsx +0 -50
  2696. package/packages/cli/vendor/src/showcase/premium/page-header/index.ts +0 -2
  2697. package/packages/cli/vendor/src/showcase/premium/page-header/mock.ts +0 -31
  2698. package/packages/cli/vendor/src/showcase/premium/page-header/showcase.tsx +0 -44
  2699. package/packages/cli/vendor/src/showcase/premium/page-tabs/index.ts +0 -2
  2700. package/packages/cli/vendor/src/showcase/premium/page-tabs/mock.ts +0 -33
  2701. package/packages/cli/vendor/src/showcase/premium/page-tabs/showcase.tsx +0 -67
  2702. package/packages/cli/vendor/src/showcase/premium/password-input/index.ts +0 -2
  2703. package/packages/cli/vendor/src/showcase/premium/password-input/mock.ts +0 -31
  2704. package/packages/cli/vendor/src/showcase/premium/password-input/showcase.tsx +0 -74
  2705. package/packages/cli/vendor/src/showcase/premium/phone-input/index.ts +0 -2
  2706. package/packages/cli/vendor/src/showcase/premium/phone-input/mock.ts +0 -37
  2707. package/packages/cli/vendor/src/showcase/premium/phone-input/showcase.tsx +0 -27
  2708. package/packages/cli/vendor/src/showcase/premium/property-grid/index.ts +0 -2
  2709. package/packages/cli/vendor/src/showcase/premium/property-grid/mock.ts +0 -29
  2710. package/packages/cli/vendor/src/showcase/premium/property-grid/showcase.tsx +0 -48
  2711. package/packages/cli/vendor/src/showcase/premium/quantity-input/index.ts +0 -2
  2712. package/packages/cli/vendor/src/showcase/premium/quantity-input/mock.ts +0 -49
  2713. package/packages/cli/vendor/src/showcase/premium/quantity-input/showcase.tsx +0 -21
  2714. package/packages/cli/vendor/src/showcase/premium/result/index.ts +0 -2
  2715. package/packages/cli/vendor/src/showcase/premium/result/mock.ts +0 -28
  2716. package/packages/cli/vendor/src/showcase/premium/result/showcase.tsx +0 -67
  2717. package/packages/cli/vendor/src/showcase/premium/search-input/index.ts +0 -2
  2718. package/packages/cli/vendor/src/showcase/premium/search-input/mock.ts +0 -33
  2719. package/packages/cli/vendor/src/showcase/premium/search-input/showcase.tsx +0 -85
  2720. package/packages/cli/vendor/src/showcase/premium/sheet-shell/index.ts +0 -3
  2721. package/packages/cli/vendor/src/showcase/premium/sheet-shell/mock.ts +0 -59
  2722. package/packages/cli/vendor/src/showcase/premium/sheet-shell/showcase.tsx +0 -87
  2723. package/packages/cli/vendor/src/showcase/premium/sidebar-nav/index.ts +0 -2
  2724. package/packages/cli/vendor/src/showcase/premium/sidebar-nav/mock.ts +0 -28
  2725. package/packages/cli/vendor/src/showcase/premium/sidebar-nav/showcase.tsx +0 -78
  2726. package/packages/cli/vendor/src/showcase/premium/simple-select/index.ts +0 -2
  2727. package/packages/cli/vendor/src/showcase/premium/simple-select/mock.ts +0 -49
  2728. package/packages/cli/vendor/src/showcase/premium/simple-select/showcase.tsx +0 -66
  2729. package/packages/cli/vendor/src/showcase/premium/sticky-footer-bar/index.ts +0 -3
  2730. package/packages/cli/vendor/src/showcase/premium/sticky-footer-bar/mock.ts +0 -30
  2731. package/packages/cli/vendor/src/showcase/premium/sticky-footer-bar/showcase.tsx +0 -33
  2732. package/packages/cli/vendor/src/showcase/premium/tour/index.ts +0 -3
  2733. package/packages/cli/vendor/src/showcase/premium/tour/mock.ts +0 -33
  2734. package/packages/cli/vendor/src/showcase/premium/tour/showcase.tsx +0 -29
  2735. /package/dist/{showcase/premium/data-table-parts → src/showcase/premium/data-table}/data.cjs +0 -0
@@ -0,0 +1,4086 @@
1
+ import { comparePublicComponentSurfaceOrder as e, isPublicComponentSurfaceSlug as t } from "../public-component-surface.js";
2
+ import n from "./tembro-registry.json.js";
3
+ import { PACKAGE_LATEST_RELEASE_DATE as r, PACKAGE_LATEST_VERSION as i } from "./package-meta.js";
4
+ import { AlertCircleIcon as a, BadgeIcon as o, BellIcon as ee, BlocksIcon as te, BookOpenIcon as s, BoxIcon as ne, CalendarClockIcon as c, ChevronRightIcon as l, ComponentIcon as u, CreditCardIcon as re, DatabaseIcon as ie, FileTextIcon as d, FormInputIcon as f, Grid2x2Icon as ae, Layers3Icon as oe, LayoutDashboardIcon as p, MousePointerClickIcon as m, PanelTopIcon as h, ShieldCheckIcon as se, SlidersHorizontalIcon as g, SmartphoneIcon as ce, SparklesIcon as _, Table2Icon as v, TerminalSquareIcon as y, ToggleLeftIcon as b, WalletIcon as le, WorkflowIcon as x } from "lucide-react";
5
+ //#region src/showcase/site-data.tsx
6
+ var S = [
7
+ [
8
+ "control",
9
+ "Control<TFieldValues>",
10
+ "-",
11
+ "RHF control instance from `useForm()`."
12
+ ],
13
+ [
14
+ "name",
15
+ "FieldPath<TFieldValues>",
16
+ "-",
17
+ "Field path used for registration and value lookup."
18
+ ],
19
+ [
20
+ "rules",
21
+ "Omit<UseControllerProps['rules'], 'value' | 'name'>",
22
+ "-",
23
+ "Validation rules and constraints for the field."
24
+ ],
25
+ [
26
+ "required",
27
+ "boolean | \"*\" | FieldError",
28
+ "false",
29
+ "Marks field required in shell and optional validation path."
30
+ ],
31
+ [
32
+ "disabled",
33
+ "boolean",
34
+ "false",
35
+ "Disables input and blocks interaction."
36
+ ],
37
+ [
38
+ "readOnly",
39
+ "boolean",
40
+ "false",
41
+ "Allows viewing without edit; value remains controlled."
42
+ ],
43
+ [
44
+ "success",
45
+ "ReactNode",
46
+ "-",
47
+ "Optional success message rendered by the shared field shell."
48
+ ],
49
+ [
50
+ "loading",
51
+ "boolean",
52
+ "false",
53
+ "Shows a consistent loading message inside the shared field shell."
54
+ ],
55
+ [
56
+ "error",
57
+ "string | FieldError | null",
58
+ "-",
59
+ "Optional error override instead of default form state message."
60
+ ]
61
+ ], C = [
62
+ "RHF control wiring",
63
+ "name-based field registration",
64
+ "error and required visual states",
65
+ "validation contract",
66
+ "label/description consistency",
67
+ "disabled/readOnly handling"
68
+ ], ue = "tembro", w = "tembro", de = "tembro", fe = "azamat-ui", pe = `npx ${w} init --template next --defaults`, me = `npx ${w} init --template vite --defaults`, he = `npx ${w} add button input`, T = `${pe}\n${he}`, ge = `npx ${w} --help`, _e = `npx ${w} theme`, ve = "https://www.npmjs.com/package/tembro", E = "https://github.com/AzamatJurayev-dev/tembro", ye = `${E}/releases`, be = "https://github.com/AzamatJurayev-dev/azamat-ui", xe = ye, Se = `${be}/releases`, D = "/docs", O = [{
69
+ version: i,
70
+ date: r,
71
+ status: "Published",
72
+ summary: "Expanded the registry with newer dashboard, input, badge, sidebar, and notification primitives.",
73
+ notes: [
74
+ "Registry truth now includes `collapse`, `sidebar`, `statistic`, `badge`, `notification-center`, and `command-palette`.",
75
+ "Component metadata was refreshed so docs can keep canonical surfaces and related helpers accurate.",
76
+ "CLI-first local component setup remains the default path for Next.js and Vite users."
77
+ ]
78
+ }, {
79
+ version: "0.3.18",
80
+ date: "June 30, 2026",
81
+ status: "Published",
82
+ summary: "Refined grouped docs and related-surface mapping.",
83
+ notes: [
84
+ "Input, Select, Card, Badge, Overlay, Form, and Data Table components were aligned with the latest public exports.",
85
+ "Deprecated route-level names stayed aliased for compatibility while primary docs move toward simpler canonical surfaces.",
86
+ "Docs app metadata now prefers current package registry vocabulary over older showcase-only names."
87
+ ]
88
+ }], Ce = O[0]?.version ?? "3.1.5", we = O[0]?.date ?? "July 13, 2026", k = (e) => `/components/${e}`, A = (e) => `/playground/${e}`, j = (e) => `/components/${e}`, Te = (e) => e.replace(/([a-z])([A-Z])/g, "$1-$2").replace(/\s+/g, "-").toLowerCase(), Ee = (e, t) => `/components/${e}/${Te(t)}`, De = (e) => `/templates/${e}`, M = (e) => `/blocks/${e}`, N = [
89
+ "Primitives",
90
+ "Form Controls",
91
+ "Overlay",
92
+ "Data Display",
93
+ "Layout",
94
+ "Feedback",
95
+ "Patterns"
96
+ ], P = {
97
+ Primitives: {
98
+ title: "Primitives",
99
+ description: "Foundation components for actions, text entry, compact layout and small state changes.",
100
+ whenToUse: "Use when you need a small reusable UI unit with minimal product opinion.",
101
+ whenNotToUse: "Do not start here when the page needs full form orchestration, route structure, or async flows."
102
+ },
103
+ "Form Controls": {
104
+ title: "Form Controls",
105
+ description: "Fields, wrappers and input flows for validation, selection, formatting and data entry.",
106
+ whenToUse: "Use for user input, validation, RHF wiring and constrained value contracts.",
107
+ whenNotToUse: "Do not use for read-only summaries or large page layout composition."
108
+ },
109
+ Overlay: {
110
+ title: "Overlay",
111
+ description: "Dialog, popover, menu and confirmation surfaces that appear above the current screen.",
112
+ whenToUse: "Use for contextual actions, confirmations and short focused tasks.",
113
+ whenNotToUse: "Do not hide long multi-step flows inside overlays when a full page works better."
114
+ },
115
+ "Data Display": {
116
+ title: "Data Display",
117
+ description: "Metrics, tables, empty states and read-oriented surfaces for operational screens.",
118
+ whenToUse: "Use when the main job is reading, comparing or scanning product data.",
119
+ whenNotToUse: "Do not use these as the first layer for input-heavy forms or route-level navigation."
120
+ },
121
+ Layout: {
122
+ title: "Layout",
123
+ description: "Shell, breadcrumbs, side navigation and page framing for structured application routes.",
124
+ whenToUse: "Use when the route needs hierarchy, section framing and navigation continuity.",
125
+ whenNotToUse: "Do not pull layout components into tiny isolated widgets or inline forms."
126
+ },
127
+ Feedback: {
128
+ title: "Feedback",
129
+ description: "Loading, result and toast patterns for status communication and short response loops.",
130
+ whenToUse: "Use when the UI needs clear success, error, pending or completion feedback.",
131
+ whenNotToUse: "Do not use feedback components as a substitute for missing page structure or field validation."
132
+ },
133
+ Patterns: {
134
+ title: "Patterns",
135
+ description: "Composed flows and builders that connect multiple primitives.",
136
+ whenToUse: "Use when the screen needs a repeatable workflow instead of one atomic control.",
137
+ whenNotToUse: "Do not start here when a primitive or one wrapper solves the need cleanly."
138
+ }
139
+ }, Oe = new Set([
140
+ "button",
141
+ "input",
142
+ "textarea",
143
+ "checkbox",
144
+ "switch",
145
+ "badge",
146
+ "card",
147
+ "tabs",
148
+ "collapse",
149
+ "kbd"
150
+ ]), ke = new Set([
151
+ "select",
152
+ "async-select",
153
+ "async-multi-select",
154
+ "radio-group",
155
+ "date-picker",
156
+ "date-range-picker",
157
+ "form-field-shell",
158
+ "form-input",
159
+ "form-select",
160
+ "form-textarea",
161
+ "form-switch",
162
+ "form-date-range-input",
163
+ "form-date-picker",
164
+ "form-date-range-picker"
165
+ ]), Ae = new Set([
166
+ "dialog",
167
+ "popover",
168
+ "dropdown-menu",
169
+ "tooltip",
170
+ "right-click-menu",
171
+ "confirm-dialog",
172
+ "alert-dialog",
173
+ "drawer"
174
+ ]), je = new Set([
175
+ "sidebar",
176
+ "breadcrumbs",
177
+ "section"
178
+ ]), Me = new Set([
179
+ "toast",
180
+ "loading-state",
181
+ "empty-state"
182
+ ]), Ne = new Set([
183
+ "form-builder",
184
+ "resource-page",
185
+ "resource-detail-page",
186
+ "page-toolbar",
187
+ "bulk-action-bar",
188
+ "detail-layout",
189
+ "settings-page",
190
+ "data-view"
191
+ ]), F = new Map([
192
+ ["app-sidebar", "sidebar"],
193
+ ["form-async-select", "form-select"],
194
+ ["form-search-input", "form-input"],
195
+ ["form-password-input", "form-input"],
196
+ ["form-number-input", "form-input"],
197
+ ["form-phone-input", "form-input"],
198
+ ["form-date-input", "form-input"],
199
+ ["confirm-action", "confirm-dialog"],
200
+ ["file-dropzone", "file-upload"],
201
+ ["hover-card", "popover"],
202
+ ["metric-card", "statistic"],
203
+ ["nav-tabs", "tabs"],
204
+ ["section-header", "section"],
205
+ ["side-panel", "sidebar"],
206
+ ["status-dot", "status-legend"]
207
+ ]);
208
+ function I(e) {
209
+ return F.get(e) ?? e;
210
+ }
211
+ function L(e) {
212
+ return Oe.has(e) ? "Primitives" : ke.has(e) ? "Form Controls" : Ae.has(e) ? "Overlay" : je.has(e) ? "Layout" : Me.has(e) ? "Feedback" : Ne.has(e) ? "Patterns" : "Data Display";
213
+ }
214
+ function Pe(e) {
215
+ return P[L(e)];
216
+ }
217
+ function R(e, t) {
218
+ return K.filter((t) => L(t.slug) === e).map((e) => ({
219
+ label: e.title,
220
+ href: t(e.slug),
221
+ icon: e.icon,
222
+ badge: e.status
223
+ }));
224
+ }
225
+ var z = [
226
+ {
227
+ slug: "button",
228
+ title: "Button",
229
+ description: "Trigger actions with multiple variants, sizes, icon positions and loading states.",
230
+ icon: m,
231
+ category: "Components",
232
+ status: "Stable",
233
+ installCommand: T,
234
+ propsRows: [
235
+ [
236
+ "variant",
237
+ "'default' | 'secondary' | ...",
238
+ "'default'",
239
+ "The visual style of the button."
240
+ ],
241
+ [
242
+ "size",
243
+ "'xs' | 'sm' | 'md' | 'lg' | 'xl'",
244
+ "'md'",
245
+ "The size of the button."
246
+ ],
247
+ [
248
+ "asChild",
249
+ "boolean",
250
+ "false",
251
+ "Render as a child element using Slot."
252
+ ],
253
+ [
254
+ "disabled",
255
+ "boolean",
256
+ "false",
257
+ "Disables the button."
258
+ ],
259
+ [
260
+ "className",
261
+ "string",
262
+ "-",
263
+ "Additional CSS classes."
264
+ ],
265
+ [
266
+ "onClick",
267
+ "(e: MouseEvent) => void",
268
+ "-",
269
+ "Click event handler."
270
+ ]
271
+ ],
272
+ features: [
273
+ "Variants",
274
+ "Sizes",
275
+ "Icon support",
276
+ "Loading state"
277
+ ]
278
+ },
279
+ {
280
+ slug: "input",
281
+ title: "Input",
282
+ description: "Primary text-entry surface for forms, filters, and compact editor layouts before moving into presets.",
283
+ icon: f,
284
+ category: "Forms",
285
+ status: "Stable",
286
+ installCommand: T,
287
+ propsRows: [
288
+ [
289
+ "value",
290
+ "string",
291
+ "-",
292
+ "Controlled value."
293
+ ],
294
+ [
295
+ "onValueChange",
296
+ "(value) => void",
297
+ "-",
298
+ "Direct text callback for controlled string flows."
299
+ ],
300
+ [
301
+ "type",
302
+ "'text' | 'email' | 'password' | ...",
303
+ "'text'",
304
+ "Input HTML type before moving to a preset."
305
+ ],
306
+ [
307
+ "clearable",
308
+ "boolean",
309
+ "false",
310
+ "Adds a built-in clear action when value exists."
311
+ ],
312
+ [
313
+ "trailingAction",
314
+ "ReactNode",
315
+ "-",
316
+ "Interactive trailing slot for counters, shortcuts, or actions."
317
+ ],
318
+ [
319
+ "replaceTrailingWhenClear",
320
+ "boolean",
321
+ "true",
322
+ "Keep or replace trailing content when clear is visible."
323
+ ],
324
+ [
325
+ "disabled",
326
+ "boolean",
327
+ "false",
328
+ "Disables the field."
329
+ ]
330
+ ],
331
+ features: [
332
+ "Primary text field",
333
+ "Built-in clear action",
334
+ "Trailing action slot",
335
+ "Preset-friendly API"
336
+ ]
337
+ },
338
+ {
339
+ slug: "textarea",
340
+ title: "Textarea",
341
+ description: "Multi-line input with autosizing-friendly layout for notes, messages and long-form data.",
342
+ icon: d,
343
+ category: "Forms",
344
+ status: "Stable",
345
+ installCommand: T,
346
+ propsRows: [
347
+ [
348
+ "placeholder",
349
+ "string",
350
+ "-",
351
+ "Placeholder text."
352
+ ],
353
+ [
354
+ "disabled",
355
+ "boolean",
356
+ "false",
357
+ "Disables the textarea."
358
+ ],
359
+ [
360
+ "rows",
361
+ "number",
362
+ "-",
363
+ "Preferred visible rows."
364
+ ],
365
+ [
366
+ "value",
367
+ "string",
368
+ "-",
369
+ "Controlled value."
370
+ ],
371
+ [
372
+ "onChange",
373
+ "(event) => void",
374
+ "-",
375
+ "Change handler."
376
+ ]
377
+ ],
378
+ features: [
379
+ "Long-form input",
380
+ "Disabled state",
381
+ "Resizable content",
382
+ "Controlled value"
383
+ ]
384
+ },
385
+ {
386
+ slug: "select",
387
+ title: "Select",
388
+ description: "Primary selection surface for lists, status filters, and compact forms before moving into members.",
389
+ icon: u,
390
+ category: "Forms",
391
+ status: "Stable",
392
+ installCommand: T,
393
+ propsRows: [
394
+ [
395
+ "value",
396
+ "string",
397
+ "-",
398
+ "Controlled selected value."
399
+ ],
400
+ [
401
+ "defaultValue",
402
+ "string",
403
+ "-",
404
+ "Initial selected value."
405
+ ],
406
+ [
407
+ "onValueChange",
408
+ "(value) => void",
409
+ "-",
410
+ "Selection change callback."
411
+ ],
412
+ [
413
+ "searchable",
414
+ "boolean",
415
+ "false",
416
+ "Enables local filtering on the main surface."
417
+ ],
418
+ [
419
+ "multiple",
420
+ "boolean",
421
+ "false",
422
+ "Allows multiple values when the active member supports it."
423
+ ],
424
+ [
425
+ "size",
426
+ "'sm' | 'default'",
427
+ "'default'",
428
+ "Trigger size."
429
+ ],
430
+ [
431
+ "disabled",
432
+ "boolean",
433
+ "false",
434
+ "Disables the trigger."
435
+ ]
436
+ ],
437
+ features: [
438
+ "Primary choice input",
439
+ "Local filtering",
440
+ "Compact trigger",
441
+ "Preset-friendly API"
442
+ ]
443
+ },
444
+ {
445
+ slug: "async-select",
446
+ title: "Async Select",
447
+ description: "Remote-aware select for search-driven datasets, edit hydration, and production loading or empty states.",
448
+ icon: u,
449
+ category: "Forms",
450
+ status: "Stable",
451
+ installCommand: T,
452
+ propsRows: [
453
+ [
454
+ "value",
455
+ "string",
456
+ "-",
457
+ "Controlled selected value."
458
+ ],
459
+ [
460
+ "selectedOption",
461
+ "AsyncSelectOption",
462
+ "-",
463
+ "Hydrated selected option for controlled edit modes."
464
+ ],
465
+ [
466
+ "onValueChange",
467
+ "(value, option?) => void",
468
+ "-",
469
+ "Selection callback with optional option payload."
470
+ ],
471
+ [
472
+ "loadOptions",
473
+ "(search) => Promise<AsyncSelectOption[]>",
474
+ "-",
475
+ "Async option fetcher."
476
+ ],
477
+ [
478
+ "loadSelectedOption",
479
+ "(value) => Promise<AsyncSelectOption | null>",
480
+ "-",
481
+ "Fetch selected option for controlled edit."
482
+ ],
483
+ [
484
+ "defaultOptions",
485
+ "AsyncSelectOption[]",
486
+ "-",
487
+ "Initial static options."
488
+ ],
489
+ [
490
+ "clearable",
491
+ "boolean",
492
+ "true",
493
+ "Allows clearing the selected value."
494
+ ],
495
+ [
496
+ "cacheOptions",
497
+ "boolean",
498
+ "false",
499
+ "Reuse options cache across repeated queries."
500
+ ],
501
+ [
502
+ "minSearchLength",
503
+ "number",
504
+ "1",
505
+ "Minimum query length for request."
506
+ ],
507
+ [
508
+ "debounceMs",
509
+ "number",
510
+ "250",
511
+ "Delay before calling remote search."
512
+ ],
513
+ [
514
+ "labels",
515
+ "AsyncSelectLabels",
516
+ "-",
517
+ "Copy and state copy labels."
518
+ ],
519
+ [
520
+ "renderLoading",
521
+ "AsyncSelectStateRenderer",
522
+ "-",
523
+ "Custom loading content renderer."
524
+ ]
525
+ ],
526
+ features: [
527
+ "Remote option loading",
528
+ "Debounced search",
529
+ "Hydrated edit state",
530
+ "Clearable controlled output"
531
+ ]
532
+ },
533
+ {
534
+ slug: "async-multi-select",
535
+ title: "Async Select",
536
+ description: "Legacy alias for Async Select multi mode. Use `isMulti` on AsyncSelect instead of installing a separate component.",
537
+ icon: u,
538
+ category: "Forms",
539
+ status: "Preview",
540
+ installCommand: T,
541
+ propsRows: [
542
+ [
543
+ "isMulti",
544
+ "boolean",
545
+ "true",
546
+ "Turns AsyncSelect into multi mode with tag selection."
547
+ ],
548
+ [
549
+ "value",
550
+ "string[]",
551
+ "-",
552
+ "Controlled selected values in multi mode."
553
+ ],
554
+ [
555
+ "onValueChange",
556
+ "(values, options) => void",
557
+ "-",
558
+ "Bulk selection callback in multi mode."
559
+ ],
560
+ [
561
+ "maxSelected",
562
+ "number",
563
+ "-",
564
+ "Upper cap for total selected items."
565
+ ],
566
+ [
567
+ "showSelectAll",
568
+ "boolean",
569
+ "false",
570
+ "Allow select-all shortcut."
571
+ ]
572
+ ],
573
+ features: [
574
+ "Legacy alias",
575
+ "Multi selection",
576
+ "Select-all helpers",
577
+ "Use AsyncSelect as the canonical API"
578
+ ]
579
+ },
580
+ {
581
+ slug: "number-input",
582
+ title: "Number Input",
583
+ description: "Numeric entry with parsing, constraints, and precise change semantics.",
584
+ icon: b,
585
+ category: "Forms",
586
+ status: "Stable",
587
+ installCommand: T,
588
+ propsRows: [
589
+ [
590
+ "value",
591
+ "number | string",
592
+ "-",
593
+ "Controlled value."
594
+ ],
595
+ [
596
+ "defaultValue",
597
+ "number | string",
598
+ "-",
599
+ "Initial uncontrolled value."
600
+ ],
601
+ [
602
+ "onChange",
603
+ "React.ChangeEventHandler<HTMLInputElement>",
604
+ "-",
605
+ "Native change event."
606
+ ],
607
+ [
608
+ "onNumberChange",
609
+ "(value) => void",
610
+ "-",
611
+ "Parsed numeric callback."
612
+ ],
613
+ [
614
+ "onValueChange",
615
+ "(value) => void",
616
+ "-",
617
+ "String-based callback for raw typed value."
618
+ ],
619
+ [
620
+ "min",
621
+ "number",
622
+ "-",
623
+ "Lower bound."
624
+ ],
625
+ [
626
+ "max",
627
+ "number",
628
+ "-",
629
+ "Upper bound."
630
+ ],
631
+ [
632
+ "step",
633
+ "number",
634
+ "1",
635
+ "Step size for changes."
636
+ ],
637
+ [
638
+ "allowEmpty",
639
+ "boolean",
640
+ "false",
641
+ "Allows clearing the input without forcing zero."
642
+ ]
643
+ ],
644
+ features: [
645
+ "Parsing",
646
+ "min/max",
647
+ "Step semantics",
648
+ "Invalid number handling"
649
+ ]
650
+ },
651
+ {
652
+ slug: "date-picker",
653
+ title: "Date Picker",
654
+ description: "Popover-based date picker optimized for form fields and action buttons.",
655
+ icon: c,
656
+ category: "Forms",
657
+ status: "Preview",
658
+ installCommand: T,
659
+ propsRows: [
660
+ [
661
+ "value",
662
+ "string",
663
+ "-",
664
+ "Controlled picker value."
665
+ ],
666
+ [
667
+ "defaultValue",
668
+ "string",
669
+ "-",
670
+ "Initial uncontrolled value."
671
+ ],
672
+ [
673
+ "onValueChange",
674
+ "(value) => void",
675
+ "-",
676
+ "Picker change callback."
677
+ ],
678
+ [
679
+ "disabled",
680
+ "boolean",
681
+ "false",
682
+ "Disables the popover trigger."
683
+ ],
684
+ [
685
+ "min",
686
+ "string",
687
+ "-",
688
+ "Minimum selectable date string."
689
+ ],
690
+ [
691
+ "max",
692
+ "string",
693
+ "-",
694
+ "Maximum selectable date string."
695
+ ],
696
+ [
697
+ "disabledDates",
698
+ "string[]",
699
+ "-",
700
+ "Date literals that are blocked."
701
+ ],
702
+ [
703
+ "className",
704
+ "string",
705
+ "-",
706
+ "Wrapper style class."
707
+ ]
708
+ ],
709
+ features: [
710
+ "Popover selection",
711
+ "Date formatting",
712
+ "min/max",
713
+ "disabledDates"
714
+ ]
715
+ },
716
+ {
717
+ slug: "date-range-picker",
718
+ title: "Date Range Picker",
719
+ description: "Popover date-range picker for period selection with constrained windows.",
720
+ icon: c,
721
+ category: "Forms",
722
+ status: "Preview",
723
+ installCommand: T,
724
+ propsRows: [
725
+ [
726
+ "value",
727
+ "{ from: string; to: string }",
728
+ "-",
729
+ "Controlled range value."
730
+ ],
731
+ [
732
+ "defaultValue",
733
+ "{ from: string; to: string }",
734
+ "-",
735
+ "Initial uncontrolled range value."
736
+ ],
737
+ [
738
+ "onValueChange",
739
+ "(value) => void",
740
+ "-",
741
+ "Range callback with from/to."
742
+ ],
743
+ [
744
+ "disabled",
745
+ "boolean",
746
+ "false",
747
+ "Disables all picker interactions."
748
+ ],
749
+ [
750
+ "min",
751
+ "string",
752
+ "-",
753
+ "Earliest allowed date."
754
+ ],
755
+ [
756
+ "max",
757
+ "string",
758
+ "-",
759
+ "Latest allowed date."
760
+ ],
761
+ [
762
+ "disabledDates",
763
+ "string[]",
764
+ "-",
765
+ "Date literals blocked from selection."
766
+ ],
767
+ [
768
+ "className",
769
+ "string",
770
+ "-",
771
+ "Wrapper style class."
772
+ ]
773
+ ],
774
+ features: [
775
+ "Range picker",
776
+ "Range windows",
777
+ "disabledDates",
778
+ "Boundary guards"
779
+ ]
780
+ },
781
+ {
782
+ slug: "form-field-shell",
783
+ title: "Form Field Shell",
784
+ description: "Composable field shell that standardizes label, description, layout, errors and required markers.",
785
+ icon: d,
786
+ category: "Forms",
787
+ status: "Stable",
788
+ installCommand: T,
789
+ propsRows: [
790
+ [
791
+ "label",
792
+ "string",
793
+ "-",
794
+ "Field shell label text."
795
+ ],
796
+ [
797
+ "description",
798
+ "string",
799
+ "-",
800
+ "Supporting helper text."
801
+ ],
802
+ [
803
+ "descriptionPosition",
804
+ "'top' | 'bottom'",
805
+ "'bottom'",
806
+ "Description location relative to control."
807
+ ],
808
+ [
809
+ "layout",
810
+ "'vertical' | 'horizontal' | 'inline'",
811
+ "'vertical'",
812
+ "Visual layout mode of label and field."
813
+ ],
814
+ [
815
+ "required",
816
+ "boolean",
817
+ "false",
818
+ "Renders required marker and forwards required metadata."
819
+ ],
820
+ [
821
+ "error",
822
+ "string | FieldError",
823
+ "-",
824
+ "Explicit error message shown in helper area."
825
+ ],
826
+ [
827
+ "labelAction",
828
+ "ReactNode",
829
+ "-",
830
+ "Optional action in label area."
831
+ ],
832
+ [
833
+ "readOnly",
834
+ "boolean",
835
+ "false",
836
+ "Read-only shell state."
837
+ ],
838
+ [
839
+ "disabled",
840
+ "boolean",
841
+ "false",
842
+ "Disables shell state visuals."
843
+ ],
844
+ [
845
+ "className",
846
+ "string",
847
+ "-",
848
+ "Custom wrapper class."
849
+ ]
850
+ ],
851
+ features: [
852
+ "Label contract",
853
+ "Inline description",
854
+ "Horizontal/inline layout",
855
+ "ReadOnly + disabled states",
856
+ "Required indicator"
857
+ ]
858
+ },
859
+ {
860
+ slug: "form-input",
861
+ title: "Form Input",
862
+ description: "Primary RHF field wrapper for text-like inputs. Use `kind` to cover search, password, number, phone, and date flows from one surface.",
863
+ icon: f,
864
+ category: "Forms",
865
+ status: "Preview",
866
+ installCommand: T,
867
+ propsRows: [
868
+ ...S,
869
+ [
870
+ "kind",
871
+ "'text' | 'search' | 'password' | 'number' | 'phone' | 'date'",
872
+ "'text'",
873
+ "Selects the field variant without changing wrapper-level API."
874
+ ],
875
+ [
876
+ "type",
877
+ "'text' | 'email' | 'search' | ...",
878
+ "'text'",
879
+ "Rendered input type for base behavior when using the text variant."
880
+ ],
881
+ [
882
+ "placeholder",
883
+ "string",
884
+ "-",
885
+ "Input placeholder."
886
+ ],
887
+ [
888
+ "onValueChange",
889
+ "(value: string) => void",
890
+ "-",
891
+ "Change callback with parsed display value."
892
+ ],
893
+ [
894
+ "defaultValue",
895
+ "string",
896
+ "-",
897
+ "Uncontrolled initial value in hybrid modes."
898
+ ]
899
+ ],
900
+ features: [
901
+ ...C,
902
+ "Universal `kind` variants",
903
+ "Error text and message flow",
904
+ "Single wrapper migration path"
905
+ ]
906
+ },
907
+ {
908
+ slug: "form-select",
909
+ title: "Form Select",
910
+ description: "Primary RHF select wrapper. Start with the default simple mode and switch to `kind=\"async\"` when option loading or hydration is remote.",
911
+ icon: u,
912
+ category: "Forms",
913
+ status: "Stable",
914
+ installCommand: T,
915
+ propsRows: [
916
+ ...S,
917
+ [
918
+ "kind",
919
+ "'simple' | 'async'",
920
+ "'simple'",
921
+ "Chooses the select surface while keeping the same form wrapper contract."
922
+ ],
923
+ [
924
+ "options",
925
+ "SimpleSelectOption[]",
926
+ "-",
927
+ "Flat option set for select rendering."
928
+ ],
929
+ [
930
+ "placeholder",
931
+ "string",
932
+ "-",
933
+ "Default label when empty."
934
+ ],
935
+ [
936
+ "onValueChange",
937
+ "(value: string) => void",
938
+ "-",
939
+ "Selection change callback."
940
+ ]
941
+ ],
942
+ features: [
943
+ ...C,
944
+ "Simple + async under one API",
945
+ "Form-driven value control",
946
+ "Clear/empty handling"
947
+ ]
948
+ },
949
+ {
950
+ slug: "form-textarea",
951
+ title: "Form Textarea",
952
+ description: "RHF textarea wrapper with shell-level validation messages and descriptions.",
953
+ icon: d,
954
+ category: "Forms",
955
+ status: "Stable",
956
+ installCommand: T,
957
+ propsRows: [
958
+ ...S,
959
+ [
960
+ "rows",
961
+ "number",
962
+ "-",
963
+ "Visible row count."
964
+ ],
965
+ [
966
+ "minHeight",
967
+ "number",
968
+ "-",
969
+ "Optional minimum height in rem/px."
970
+ ],
971
+ [
972
+ "maxLength",
973
+ "number",
974
+ "-",
975
+ "Input length safety guard."
976
+ ],
977
+ [
978
+ "onValueChange",
979
+ "(value: string) => void",
980
+ "-",
981
+ "Raw text callback from field."
982
+ ]
983
+ ],
984
+ features: [
985
+ ...C,
986
+ "Long text support",
987
+ "Error placement",
988
+ "Description + helper states"
989
+ ]
990
+ },
991
+ {
992
+ slug: "form-switch",
993
+ title: "Form Switch",
994
+ description: "RHF switch wrapper with binary payload and shell-level feedback.",
995
+ icon: b,
996
+ category: "Forms",
997
+ status: "Stable",
998
+ installCommand: T,
999
+ propsRows: [
1000
+ ...S,
1001
+ [
1002
+ "checked",
1003
+ "boolean",
1004
+ "-",
1005
+ "Controlled checked value when controlled by wrapper."
1006
+ ],
1007
+ [
1008
+ "defaultChecked",
1009
+ "boolean",
1010
+ "false",
1011
+ "Uncontrolled initial value in mixed modes."
1012
+ ],
1013
+ [
1014
+ "onCheckedChange",
1015
+ "(value: boolean) => void",
1016
+ "-",
1017
+ "Boolean callback from switch state change."
1018
+ ]
1019
+ ],
1020
+ features: [
1021
+ ...C,
1022
+ "Boolean value contract",
1023
+ "Readable shell errors",
1024
+ "Disabled states"
1025
+ ]
1026
+ },
1027
+ {
1028
+ slug: "form-date-range-input",
1029
+ title: "Form Date Range Input",
1030
+ description: "RHF range input wrapper supporting from/to bounds and required range validation.",
1031
+ icon: c,
1032
+ category: "Forms",
1033
+ status: "Preview",
1034
+ installCommand: T,
1035
+ propsRows: [
1036
+ ...S,
1037
+ [
1038
+ "value",
1039
+ "{ from: string; to: string }",
1040
+ "-",
1041
+ "RHF controlled date range value."
1042
+ ],
1043
+ [
1044
+ "min",
1045
+ "string",
1046
+ "-",
1047
+ "Earliest valid date for start boundary."
1048
+ ],
1049
+ [
1050
+ "max",
1051
+ "string",
1052
+ "-",
1053
+ "Latest valid date for end boundary."
1054
+ ],
1055
+ [
1056
+ "required",
1057
+ "boolean | { from: boolean; to: boolean }",
1058
+ "false",
1059
+ "Require one or both bounds."
1060
+ ],
1061
+ [
1062
+ "onValueChange",
1063
+ "(value: { from: string; to: string }) => void",
1064
+ "-",
1065
+ "Range update callback."
1066
+ ]
1067
+ ],
1068
+ features: [
1069
+ ...C,
1070
+ "Range required validation",
1071
+ "from/to coordination",
1072
+ "Filter-ready contract"
1073
+ ]
1074
+ },
1075
+ {
1076
+ slug: "form-date-picker",
1077
+ title: "Form Date Picker",
1078
+ description: "RHF popover date picker wrapper with shared validation and controlled submit flow.",
1079
+ icon: c,
1080
+ category: "Forms",
1081
+ status: "Preview",
1082
+ installCommand: T,
1083
+ propsRows: [
1084
+ ...S,
1085
+ [
1086
+ "value",
1087
+ "string",
1088
+ "-",
1089
+ "Controlled popover date value."
1090
+ ],
1091
+ [
1092
+ "disabledDates",
1093
+ "string[]",
1094
+ "-",
1095
+ "Calendar date blacklist."
1096
+ ],
1097
+ [
1098
+ "min",
1099
+ "string",
1100
+ "-",
1101
+ "Earliest selectable date string."
1102
+ ],
1103
+ [
1104
+ "max",
1105
+ "string",
1106
+ "-",
1107
+ "Latest selectable date string."
1108
+ ],
1109
+ [
1110
+ "onValueChange",
1111
+ "(value: string | null) => void",
1112
+ "-",
1113
+ "Normalized picker value callback."
1114
+ ]
1115
+ ],
1116
+ features: [
1117
+ ...C,
1118
+ "Popover interaction",
1119
+ "Range of disabled dates",
1120
+ "Controlled popover state"
1121
+ ]
1122
+ },
1123
+ {
1124
+ slug: "form-date-range-picker",
1125
+ title: "Form Date Range Picker",
1126
+ description: "RHF wrapper over popover date-range picker with required range and block-out support.",
1127
+ icon: c,
1128
+ category: "Forms",
1129
+ status: "Preview",
1130
+ installCommand: T,
1131
+ propsRows: [
1132
+ ...S,
1133
+ [
1134
+ "value",
1135
+ "{ from: string; to: string }",
1136
+ "-",
1137
+ "Controlled range value object."
1138
+ ],
1139
+ [
1140
+ "fromLabel",
1141
+ "string",
1142
+ "\"From\"",
1143
+ "Label text for start field."
1144
+ ],
1145
+ [
1146
+ "toLabel",
1147
+ "string",
1148
+ "\"To\"",
1149
+ "Label text for end field."
1150
+ ],
1151
+ [
1152
+ "disabledDates",
1153
+ "string[]",
1154
+ "-",
1155
+ "Date literals blocked from selection."
1156
+ ],
1157
+ [
1158
+ "onValueChange",
1159
+ "(value: { from: string; to: string }) => void",
1160
+ "-",
1161
+ "Range callback for form state updates."
1162
+ ]
1163
+ ],
1164
+ features: [
1165
+ ...C,
1166
+ "Range-specific validation",
1167
+ "Date range constraints",
1168
+ "Accessible error mapping"
1169
+ ]
1170
+ },
1171
+ {
1172
+ slug: "form-builder",
1173
+ title: "Form Builder",
1174
+ description: "RHF section builder for schema-driven forms with submit/reset and disabled/read-only modes.",
1175
+ icon: d,
1176
+ category: "Forms",
1177
+ status: "Stable",
1178
+ installCommand: T,
1179
+ propsRows: [
1180
+ [
1181
+ "control",
1182
+ "Control<TFieldValues>",
1183
+ "-",
1184
+ "RHF control passed to all generated sections."
1185
+ ],
1186
+ [
1187
+ "fields",
1188
+ "FormBuilderField<TFieldValues, string>[]",
1189
+ "-",
1190
+ "Explicit field descriptors for full control."
1191
+ ],
1192
+ [
1193
+ "sections",
1194
+ "FormBuilderSection<TFieldValues>[]",
1195
+ "-",
1196
+ "Form section descriptors with grouped presets."
1197
+ ],
1198
+ [
1199
+ "submitLabel",
1200
+ "string",
1201
+ "\"Save\"",
1202
+ "Submit button text."
1203
+ ],
1204
+ [
1205
+ "resetLabel",
1206
+ "string",
1207
+ "\"Reset\"",
1208
+ "Reset button text."
1209
+ ],
1210
+ [
1211
+ "disabled",
1212
+ "boolean",
1213
+ "false",
1214
+ "Disables all controls and actions in builder."
1215
+ ],
1216
+ [
1217
+ "readOnly",
1218
+ "boolean",
1219
+ "false",
1220
+ "Read-only state for generated field controls."
1221
+ ],
1222
+ [
1223
+ "columns",
1224
+ "1 | 2 | 3",
1225
+ "1",
1226
+ "Grid column count for generated sections."
1227
+ ],
1228
+ [
1229
+ "onSubmit",
1230
+ "(values) => Promise<void> | void",
1231
+ "-",
1232
+ "Submit handler for generated `<form>` events."
1233
+ ]
1234
+ ],
1235
+ features: [
1236
+ "Field schema",
1237
+ "Section composition",
1238
+ "Custom render hooks",
1239
+ "Submit and reset control",
1240
+ "Disabled/readOnly pass-through",
1241
+ "Preset factories (inputField, phoneField, ...)"
1242
+ ]
1243
+ },
1244
+ {
1245
+ slug: "radio-group",
1246
+ title: "Radio Group",
1247
+ description: "Single-choice grouped control for plans, density modes, and mutually exclusive settings.",
1248
+ icon: b,
1249
+ category: "Forms",
1250
+ status: "Stable",
1251
+ installCommand: T,
1252
+ propsRows: [
1253
+ [
1254
+ "options",
1255
+ "RadioGroupOption[]",
1256
+ "-",
1257
+ "Options with label, value and optional description."
1258
+ ],
1259
+ [
1260
+ "value",
1261
+ "string",
1262
+ "-",
1263
+ "Controlled selected value."
1264
+ ],
1265
+ [
1266
+ "defaultValue",
1267
+ "string",
1268
+ "-",
1269
+ "Initial uncontrolled value."
1270
+ ],
1271
+ [
1272
+ "onValueChange",
1273
+ "(value) => void",
1274
+ "-",
1275
+ "Selection callback."
1276
+ ],
1277
+ [
1278
+ "orientation",
1279
+ "'vertical' | 'horizontal'",
1280
+ "'vertical'",
1281
+ "Layout direction."
1282
+ ],
1283
+ [
1284
+ "size",
1285
+ "'sm' | 'default' | 'lg'",
1286
+ "'default'",
1287
+ "Control density."
1288
+ ]
1289
+ ],
1290
+ features: [
1291
+ "Single selection",
1292
+ "Descriptions",
1293
+ "Horizontal or vertical layout",
1294
+ "Controlled plans"
1295
+ ]
1296
+ },
1297
+ {
1298
+ slug: "checkbox",
1299
+ title: "Checkbox",
1300
+ description: "Binary selection control for permissions, tasks and grouped form actions.",
1301
+ icon: ne,
1302
+ category: "Forms",
1303
+ status: "Stable",
1304
+ installCommand: T,
1305
+ propsRows: [
1306
+ [
1307
+ "checked",
1308
+ "boolean | 'indeterminate'",
1309
+ "false",
1310
+ "Controlled checked state."
1311
+ ],
1312
+ [
1313
+ "defaultChecked",
1314
+ "boolean | 'indeterminate'",
1315
+ "false",
1316
+ "Initial state."
1317
+ ],
1318
+ [
1319
+ "disabled",
1320
+ "boolean",
1321
+ "false",
1322
+ "Disables the control."
1323
+ ],
1324
+ [
1325
+ "onCheckedChange",
1326
+ "(checked) => void",
1327
+ "-",
1328
+ "Checked state callback."
1329
+ ]
1330
+ ],
1331
+ features: [
1332
+ "Checked state",
1333
+ "Indeterminate state",
1334
+ "Disabled state",
1335
+ "Task lists"
1336
+ ]
1337
+ },
1338
+ {
1339
+ slug: "switch",
1340
+ title: "Switch",
1341
+ description: "On/off control for preferences, settings and lightweight toggles.",
1342
+ icon: b,
1343
+ category: "Forms",
1344
+ status: "Stable",
1345
+ installCommand: T,
1346
+ propsRows: [
1347
+ [
1348
+ "checked",
1349
+ "boolean",
1350
+ "false",
1351
+ "Controlled on/off state."
1352
+ ],
1353
+ [
1354
+ "defaultChecked",
1355
+ "boolean",
1356
+ "false",
1357
+ "Initial state."
1358
+ ],
1359
+ [
1360
+ "disabled",
1361
+ "boolean",
1362
+ "false",
1363
+ "Disables the switch."
1364
+ ],
1365
+ [
1366
+ "onCheckedChange",
1367
+ "(checked) => void",
1368
+ "-",
1369
+ "State change callback."
1370
+ ]
1371
+ ],
1372
+ features: [
1373
+ "Checked state",
1374
+ "Settings toggles",
1375
+ "Disabled state",
1376
+ "Compact interaction"
1377
+ ]
1378
+ },
1379
+ {
1380
+ slug: "badge",
1381
+ title: "Badge",
1382
+ description: "Small status surface for counts, labels, intents and inline metadata.",
1383
+ icon: o,
1384
+ category: "Components",
1385
+ status: "Stable",
1386
+ installCommand: T,
1387
+ propsRows: [
1388
+ [
1389
+ "variant",
1390
+ "'default' | 'secondary' | 'destructive' | 'outline' | 'ghost' | 'link'",
1391
+ "'default'",
1392
+ "Visual style."
1393
+ ],
1394
+ [
1395
+ "render",
1396
+ "ReactNode",
1397
+ "-",
1398
+ "Optional custom render target."
1399
+ ],
1400
+ [
1401
+ "className",
1402
+ "string",
1403
+ "-",
1404
+ "Additional CSS classes."
1405
+ ]
1406
+ ],
1407
+ features: [
1408
+ "Status labels",
1409
+ "Variants",
1410
+ "Inline metadata",
1411
+ "Compact counters"
1412
+ ]
1413
+ },
1414
+ {
1415
+ slug: "card",
1416
+ title: "Card",
1417
+ description: "Structured content container with header, content and footer slots.",
1418
+ icon: p,
1419
+ category: "Components",
1420
+ status: "Stable",
1421
+ installCommand: T,
1422
+ propsRows: [
1423
+ [
1424
+ "size",
1425
+ "'default' | 'sm'",
1426
+ "'default'",
1427
+ "Card density."
1428
+ ],
1429
+ [
1430
+ "className",
1431
+ "string",
1432
+ "-",
1433
+ "Additional CSS classes."
1434
+ ],
1435
+ [
1436
+ "children",
1437
+ "ReactNode",
1438
+ "-",
1439
+ "Composed card content."
1440
+ ]
1441
+ ],
1442
+ features: [
1443
+ "Header/footer slots",
1444
+ "Compact size",
1445
+ "Dashboard modules",
1446
+ "Composed content"
1447
+ ]
1448
+ },
1449
+ {
1450
+ slug: "tabs",
1451
+ title: "Tabs",
1452
+ description: "Segmented navigation for switching views without leaving the current route.",
1453
+ icon: oe,
1454
+ category: "Components",
1455
+ status: "Stable",
1456
+ installCommand: T,
1457
+ propsRows: [
1458
+ [
1459
+ "value",
1460
+ "string",
1461
+ "-",
1462
+ "Controlled active tab."
1463
+ ],
1464
+ [
1465
+ "defaultValue",
1466
+ "string",
1467
+ "-",
1468
+ "Initial tab."
1469
+ ],
1470
+ [
1471
+ "orientation",
1472
+ "'horizontal' | 'vertical'",
1473
+ "'horizontal'",
1474
+ "Tab list direction."
1475
+ ],
1476
+ [
1477
+ "disabled",
1478
+ "boolean",
1479
+ "false",
1480
+ "Disables a trigger."
1481
+ ]
1482
+ ],
1483
+ features: [
1484
+ "Segmented nav",
1485
+ "Panel switching",
1486
+ "Controlled state",
1487
+ "Settings sections"
1488
+ ]
1489
+ },
1490
+ {
1491
+ slug: "collapse",
1492
+ title: "Collapse",
1493
+ description: "Expandable disclosure surface for FAQs, dense settings, and progressive detail blocks.",
1494
+ icon: x,
1495
+ category: "Components",
1496
+ status: "Stable",
1497
+ installCommand: T,
1498
+ propsRows: [
1499
+ [
1500
+ "open",
1501
+ "boolean",
1502
+ "-",
1503
+ "Controlled open state for a single collapse item."
1504
+ ],
1505
+ [
1506
+ "defaultOpen",
1507
+ "boolean",
1508
+ "false",
1509
+ "Initial uncontrolled open state."
1510
+ ],
1511
+ [
1512
+ "onOpenChange",
1513
+ "(open) => void",
1514
+ "-",
1515
+ "Open state callback."
1516
+ ],
1517
+ [
1518
+ "items",
1519
+ "CollapseItem[]",
1520
+ "-",
1521
+ "Grouped disclosure items for `CollapseGroup`."
1522
+ ],
1523
+ [
1524
+ "type",
1525
+ "'single' | 'multiple'",
1526
+ "'multiple'",
1527
+ "Whether one or many group items can stay open."
1528
+ ]
1529
+ ],
1530
+ features: [
1531
+ "Disclosure sections",
1532
+ "Controlled state",
1533
+ "Grouped items",
1534
+ "Dense content reveal"
1535
+ ]
1536
+ },
1537
+ {
1538
+ slug: "dialog",
1539
+ title: "Dialog",
1540
+ description: "Focused modal surface for confirmation flows, forms and destructive actions.",
1541
+ icon: a,
1542
+ category: "Overlay",
1543
+ status: "Stable",
1544
+ installCommand: T,
1545
+ propsRows: [
1546
+ [
1547
+ "open",
1548
+ "boolean",
1549
+ "-",
1550
+ "Controlled open state."
1551
+ ],
1552
+ [
1553
+ "defaultOpen",
1554
+ "boolean",
1555
+ "false",
1556
+ "Initial open state."
1557
+ ],
1558
+ [
1559
+ "onOpenChange",
1560
+ "(open) => void",
1561
+ "-",
1562
+ "Open state callback."
1563
+ ],
1564
+ [
1565
+ "showCloseButton",
1566
+ "boolean",
1567
+ "true",
1568
+ "Toggles the close affordance."
1569
+ ]
1570
+ ],
1571
+ features: [
1572
+ "Modal trigger",
1573
+ "Overlay",
1574
+ "Header/footer slots",
1575
+ "Close actions"
1576
+ ]
1577
+ },
1578
+ {
1579
+ slug: "popover",
1580
+ title: "Popover",
1581
+ description: "Lightweight anchored overlay for context actions and compact helper content.",
1582
+ icon: _,
1583
+ category: "Overlay",
1584
+ status: "Stable",
1585
+ installCommand: T,
1586
+ propsRows: [
1587
+ [
1588
+ "side",
1589
+ "'top' | 'right' | 'bottom' | 'left'",
1590
+ "'bottom'",
1591
+ "Popup side."
1592
+ ],
1593
+ [
1594
+ "align",
1595
+ "'start' | 'center' | 'end'",
1596
+ "'center'",
1597
+ "Popup alignment."
1598
+ ],
1599
+ [
1600
+ "sideOffset",
1601
+ "number",
1602
+ "4",
1603
+ "Distance from trigger."
1604
+ ],
1605
+ [
1606
+ "children",
1607
+ "ReactNode",
1608
+ "-",
1609
+ "Trigger and content composition."
1610
+ ]
1611
+ ],
1612
+ features: [
1613
+ "Anchored overlay",
1614
+ "Title/description",
1615
+ "Action menus",
1616
+ "Compact help content"
1617
+ ]
1618
+ },
1619
+ {
1620
+ slug: "dropdown-menu",
1621
+ title: "Dropdown Menu",
1622
+ description: "Menu overlays with action, checkbox and radio items for dense navigation.",
1623
+ icon: u,
1624
+ category: "Overlay",
1625
+ status: "Stable",
1626
+ installCommand: T,
1627
+ propsRows: [
1628
+ [
1629
+ "open",
1630
+ "boolean",
1631
+ "-",
1632
+ "Controlled open state."
1633
+ ],
1634
+ [
1635
+ "onOpenChange",
1636
+ "(open) => void",
1637
+ "-",
1638
+ "Open state callback."
1639
+ ],
1640
+ [
1641
+ "children",
1642
+ "ReactNode",
1643
+ "-",
1644
+ "Trigger and content composition."
1645
+ ],
1646
+ [
1647
+ "side",
1648
+ "'top' | 'right' | 'bottom' | 'left'",
1649
+ "'bottom'",
1650
+ "Popup side."
1651
+ ],
1652
+ [
1653
+ "align",
1654
+ "'start' | 'center' | 'end'",
1655
+ "'start'",
1656
+ "Popup alignment."
1657
+ ],
1658
+ [
1659
+ "sideOffset",
1660
+ "number",
1661
+ "4",
1662
+ "Distance from trigger."
1663
+ ],
1664
+ [
1665
+ "disabled",
1666
+ "boolean",
1667
+ "false",
1668
+ "Disable menu interaction."
1669
+ ]
1670
+ ],
1671
+ features: [
1672
+ "Dropdown patterns",
1673
+ "Checkbox items",
1674
+ "Radio groups",
1675
+ "Shortcut labels"
1676
+ ]
1677
+ },
1678
+ {
1679
+ slug: "tooltip",
1680
+ title: "Tooltip",
1681
+ description: "Compact hover and focus hint for controls that need one short piece of guidance.",
1682
+ icon: _,
1683
+ category: "Overlay",
1684
+ status: "Stable",
1685
+ installCommand: T,
1686
+ propsRows: [
1687
+ [
1688
+ "content",
1689
+ "ReactNode",
1690
+ "-",
1691
+ "Tooltip label or helper content."
1692
+ ],
1693
+ [
1694
+ "side",
1695
+ "'top' | 'bottom' | 'left' | 'right'",
1696
+ "'top'",
1697
+ "Placement around the trigger."
1698
+ ],
1699
+ [
1700
+ "disabled",
1701
+ "boolean",
1702
+ "false",
1703
+ "Disables tooltip rendering."
1704
+ ],
1705
+ [
1706
+ "children",
1707
+ "ReactNode",
1708
+ "-",
1709
+ "Trigger content wrapped by the tooltip."
1710
+ ]
1711
+ ],
1712
+ features: [
1713
+ "Short helper copy",
1714
+ "Hover + focus",
1715
+ "Side placement",
1716
+ "Low-noise guidance"
1717
+ ]
1718
+ },
1719
+ {
1720
+ slug: "right-click-menu",
1721
+ title: "Right Click Menu",
1722
+ description: "Context menu surface for dense workspaces that need pointer-driven secondary actions.",
1723
+ icon: m,
1724
+ category: "Overlay",
1725
+ status: "Stable",
1726
+ installCommand: T,
1727
+ propsRows: [
1728
+ [
1729
+ "items",
1730
+ "RightClickMenuItem[]",
1731
+ "-",
1732
+ "Context actions shown after right click."
1733
+ ],
1734
+ [
1735
+ "children",
1736
+ "ReactNode",
1737
+ "-",
1738
+ "Target area that owns the right-click interaction."
1739
+ ],
1740
+ [
1741
+ "className",
1742
+ "string",
1743
+ "-",
1744
+ "Wrapper classes for the interaction zone."
1745
+ ]
1746
+ ],
1747
+ features: [
1748
+ "Context actions",
1749
+ "Pointer workflow",
1750
+ "Compact menus",
1751
+ "Workspace interactions"
1752
+ ]
1753
+ },
1754
+ {
1755
+ slug: "confirm-dialog",
1756
+ title: "Confirm Dialog",
1757
+ description: "Clear confirm overlays for safe destructive and irreversible actions.",
1758
+ icon: a,
1759
+ category: "Overlay",
1760
+ status: "Stable",
1761
+ installCommand: T,
1762
+ propsRows: [
1763
+ [
1764
+ "open",
1765
+ "boolean",
1766
+ "-",
1767
+ "Controlled open state."
1768
+ ],
1769
+ [
1770
+ "onOpenChange",
1771
+ "(open) => void",
1772
+ "-",
1773
+ "Open state callback for parent-driven flow."
1774
+ ],
1775
+ [
1776
+ "title",
1777
+ "string",
1778
+ "-",
1779
+ "Dialog title text."
1780
+ ],
1781
+ [
1782
+ "description",
1783
+ "string",
1784
+ "-",
1785
+ "Secondary context and scope text."
1786
+ ],
1787
+ [
1788
+ "confirmText",
1789
+ "string",
1790
+ "'Confirm'",
1791
+ "Primary action label."
1792
+ ],
1793
+ [
1794
+ "confirmVariant",
1795
+ "'default' | 'destructive'",
1796
+ "'default'",
1797
+ "Primary button emphasis."
1798
+ ],
1799
+ [
1800
+ "isLoading",
1801
+ "boolean",
1802
+ "false",
1803
+ "Disables actions while async action runs."
1804
+ ],
1805
+ [
1806
+ "onConfirm",
1807
+ "() => void | Promise<void>",
1808
+ "-",
1809
+ "Required confirm handler."
1810
+ ]
1811
+ ],
1812
+ features: [
1813
+ "Destructive confirmations",
1814
+ "Controlled usage",
1815
+ "Async confirm",
1816
+ "Clear copy guidance"
1817
+ ]
1818
+ },
1819
+ {
1820
+ slug: "sidebar",
1821
+ title: "Sidebar",
1822
+ description: "Reusable application sidebar with header, footer, active states, collapsed mode and custom link rendering.",
1823
+ icon: p,
1824
+ category: "Components",
1825
+ status: "Stable",
1826
+ installCommand: T,
1827
+ propsRows: [
1828
+ [
1829
+ "items",
1830
+ "AppSidebarNavItem[]",
1831
+ "[]",
1832
+ "Sidebar entries with active, disabled, badge and callback state."
1833
+ ],
1834
+ [
1835
+ "header",
1836
+ "ReactNode",
1837
+ "-",
1838
+ "Optional content rendered above navigation items."
1839
+ ],
1840
+ [
1841
+ "footer",
1842
+ "ReactNode",
1843
+ "-",
1844
+ "Optional footer actions or account area."
1845
+ ],
1846
+ [
1847
+ "collapsed",
1848
+ "boolean",
1849
+ "false",
1850
+ "Compact sidebar mode for dense layouts."
1851
+ ],
1852
+ [
1853
+ "onItemSelect",
1854
+ "(item) => void",
1855
+ "-",
1856
+ "Called when a sidebar item is selected."
1857
+ ],
1858
+ [
1859
+ "renderItem",
1860
+ "(item, state) => ReactNode",
1861
+ "-",
1862
+ "Override full item rendering."
1863
+ ],
1864
+ [
1865
+ "renderLink",
1866
+ "(props) => ReactNode",
1867
+ "-",
1868
+ "Override anchor rendering for router integration."
1869
+ ]
1870
+ ],
1871
+ features: [
1872
+ "Navigation sidebar",
1873
+ "Collapsed state",
1874
+ "Header and footer slots",
1875
+ "Router-friendly rendering"
1876
+ ]
1877
+ },
1878
+ {
1879
+ slug: "breadcrumbs",
1880
+ title: "Breadcrumbs",
1881
+ description: "Navigation breadcrumbs with current context, overflow collapse, and custom link rendering.",
1882
+ icon: l,
1883
+ category: "Components",
1884
+ status: "Stable",
1885
+ installCommand: T,
1886
+ propsRows: [
1887
+ [
1888
+ "items",
1889
+ "BreadcrumbItem[]",
1890
+ "-",
1891
+ "Breadcrumb sequence for navigation context."
1892
+ ],
1893
+ [
1894
+ "separator",
1895
+ "ReactNode",
1896
+ "-",
1897
+ "Custom separator between items."
1898
+ ],
1899
+ [
1900
+ "maxItems",
1901
+ "number",
1902
+ "-",
1903
+ "Collapses middle items when the path gets too long."
1904
+ ],
1905
+ [
1906
+ "renderLink",
1907
+ "(props) => ReactNode",
1908
+ "-",
1909
+ "Custom link renderer for each item."
1910
+ ],
1911
+ [
1912
+ "currentItemLabel",
1913
+ "string",
1914
+ "-",
1915
+ "Accessible label for the current page item."
1916
+ ]
1917
+ ],
1918
+ features: [
1919
+ "Navigation context",
1920
+ "Custom separators",
1921
+ "Custom links",
1922
+ "Current state support"
1923
+ ]
1924
+ },
1925
+ {
1926
+ slug: "page-header",
1927
+ title: "Page Header",
1928
+ description: "Top-level page heading block with breadcrumbs, actions and optional meta area.",
1929
+ icon: re,
1930
+ category: "Components",
1931
+ status: "Stable",
1932
+ installCommand: T,
1933
+ propsRows: [
1934
+ [
1935
+ "title",
1936
+ "ReactNode",
1937
+ "-",
1938
+ "Primary heading text."
1939
+ ],
1940
+ [
1941
+ "description",
1942
+ "ReactNode",
1943
+ "-",
1944
+ "Subtext explanation for current page."
1945
+ ],
1946
+ [
1947
+ "eyebrow",
1948
+ "ReactNode",
1949
+ "-",
1950
+ "Small uppercase lead text."
1951
+ ],
1952
+ [
1953
+ "breadcrumbs",
1954
+ "ReactNode",
1955
+ "-",
1956
+ "Optional breadcrumb trail."
1957
+ ],
1958
+ [
1959
+ "actions",
1960
+ "ReactNode",
1961
+ "-",
1962
+ "Actions rendered on the right side."
1963
+ ],
1964
+ [
1965
+ "meta",
1966
+ "ReactNode",
1967
+ "-",
1968
+ "Secondary metadata block."
1969
+ ],
1970
+ [
1971
+ "sticky",
1972
+ "boolean",
1973
+ "false",
1974
+ "Enable sticky positioning in scroll containers."
1975
+ ]
1976
+ ],
1977
+ features: [
1978
+ "Page context",
1979
+ "Action areas",
1980
+ "Breadcrumb composition",
1981
+ "Sticky header option"
1982
+ ]
1983
+ },
1984
+ {
1985
+ slug: "info-card",
1986
+ title: "Info Card",
1987
+ description: "Flexible context card for summaries, metadata, quick actions, and supporting media inside real product surfaces.",
1988
+ icon: d,
1989
+ category: "Data Display",
1990
+ status: "Stable",
1991
+ installCommand: T,
1992
+ propsRows: [
1993
+ [
1994
+ "eyebrow",
1995
+ "ReactNode",
1996
+ "-",
1997
+ "Small label above card title."
1998
+ ],
1999
+ [
2000
+ "title",
2001
+ "ReactNode",
2002
+ "-",
2003
+ "Main card title."
2004
+ ],
2005
+ [
2006
+ "description",
2007
+ "ReactNode",
2008
+ "-",
2009
+ "Supporting description text."
2010
+ ],
2011
+ [
2012
+ "icon",
2013
+ "ReactNode",
2014
+ "-",
2015
+ "Optional leading icon."
2016
+ ],
2017
+ [
2018
+ "actions",
2019
+ "ReactNode",
2020
+ "-",
2021
+ "Card action area."
2022
+ ],
2023
+ [
2024
+ "media",
2025
+ "ReactNode",
2026
+ "-",
2027
+ "Optional media block."
2028
+ ],
2029
+ [
2030
+ "compact",
2031
+ "boolean",
2032
+ "false",
2033
+ "Compact card density."
2034
+ ],
2035
+ [
2036
+ "orientation",
2037
+ "'vertical' | 'horizontal'",
2038
+ "'vertical'",
2039
+ "Content layout direction."
2040
+ ]
2041
+ ],
2042
+ features: [
2043
+ "Metadata summaries",
2044
+ "Action regions",
2045
+ "Media slots",
2046
+ "Vertical or horizontal layout"
2047
+ ]
2048
+ },
2049
+ {
2050
+ slug: "activity-feed",
2051
+ title: "Activity Feed",
2052
+ description: "Timeline-like feed list for events, audits and recent activity surfaces.",
2053
+ icon: o,
2054
+ category: "Data Display",
2055
+ status: "Stable",
2056
+ installCommand: T,
2057
+ propsRows: [
2058
+ [
2059
+ "items",
2060
+ "ActivityFeedItem[]",
2061
+ "-",
2062
+ "List of timeline-like activity rows."
2063
+ ],
2064
+ [
2065
+ "title",
2066
+ "ReactNode",
2067
+ "-",
2068
+ "Feed title."
2069
+ ],
2070
+ [
2071
+ "description",
2072
+ "ReactNode",
2073
+ "-",
2074
+ "Supporting card description."
2075
+ ],
2076
+ [
2077
+ "actions",
2078
+ "ReactNode",
2079
+ "-",
2080
+ "Optional header actions."
2081
+ ],
2082
+ [
2083
+ "empty",
2084
+ "ReactNode",
2085
+ "-",
2086
+ "Fallback when there are no items."
2087
+ ],
2088
+ [
2089
+ "compact",
2090
+ "boolean",
2091
+ "false",
2092
+ "Compact feed density."
2093
+ ],
2094
+ [
2095
+ "itemClassName",
2096
+ "string",
2097
+ "-",
2098
+ "Class for each feed item."
2099
+ ]
2100
+ ],
2101
+ features: [
2102
+ "Audit timeline",
2103
+ "Empty state handling",
2104
+ "Compact mode",
2105
+ "Action rows"
2106
+ ]
2107
+ },
2108
+ {
2109
+ slug: "data-state",
2110
+ title: "Data State",
2111
+ description: "Unified data state block for empty, search-empty, loading, error and success surfaces.",
2112
+ icon: a,
2113
+ category: "Data Display",
2114
+ status: "Stable",
2115
+ installCommand: T,
2116
+ propsRows: [
2117
+ [
2118
+ "status",
2119
+ "\"idle\" | \"loading\" | \"empty\" | \"error\" | \"success\"",
2120
+ "-",
2121
+ "State preset that controls default copy and icon."
2122
+ ],
2123
+ [
2124
+ "title",
2125
+ "ReactNode",
2126
+ "-",
2127
+ "Primary state title."
2128
+ ],
2129
+ [
2130
+ "description",
2131
+ "ReactNode",
2132
+ "-",
2133
+ "Short explanation for the current state."
2134
+ ],
2135
+ [
2136
+ "variant",
2137
+ "\"card\" | \"plain\" | \"inline\"",
2138
+ "\"card\"",
2139
+ "Container style for page, table and inline usage."
2140
+ ],
2141
+ [
2142
+ "query",
2143
+ "ReactNode",
2144
+ "-",
2145
+ "Optional searched value for empty search results."
2146
+ ],
2147
+ [
2148
+ "actions",
2149
+ "ReactNode",
2150
+ "-",
2151
+ "Custom action elements."
2152
+ ],
2153
+ [
2154
+ "onRetry",
2155
+ "() => void",
2156
+ "-",
2157
+ "Retry callback for error/loading recovery."
2158
+ ],
2159
+ [
2160
+ "onClear",
2161
+ "() => void",
2162
+ "-",
2163
+ "Clear callback for search-empty states."
2164
+ ]
2165
+ ],
2166
+ features: [
2167
+ "Empty/search-empty states",
2168
+ "Error retry",
2169
+ "Plain table fallback",
2170
+ "Inline state rows"
2171
+ ]
2172
+ },
2173
+ {
2174
+ slug: "loading-state",
2175
+ title: "Loading State",
2176
+ description: "Scoped loading block with spinner, skeleton, or progress variants for real route and panel states.",
2177
+ icon: _,
2178
+ category: "Data Display",
2179
+ status: "Stable",
2180
+ installCommand: T,
2181
+ propsRows: [
2182
+ [
2183
+ "label",
2184
+ "ReactNode",
2185
+ "-",
2186
+ "Loading heading."
2187
+ ],
2188
+ [
2189
+ "description",
2190
+ "ReactNode",
2191
+ "-",
2192
+ "Loading explanation text."
2193
+ ],
2194
+ [
2195
+ "icon",
2196
+ "ReactNode",
2197
+ "-",
2198
+ "Optional loading icon."
2199
+ ],
2200
+ [
2201
+ "variant",
2202
+ "'spinner' | 'skeleton' | 'progress'",
2203
+ "'spinner'",
2204
+ "Visual loading style."
2205
+ ],
2206
+ [
2207
+ "progress",
2208
+ "number",
2209
+ "-",
2210
+ "Progress amount when `variant` is `progress`."
2211
+ ],
2212
+ [
2213
+ "className",
2214
+ "string",
2215
+ "-",
2216
+ "Container class override."
2217
+ ]
2218
+ ],
2219
+ features: [
2220
+ "Spinner, skeleton and progress",
2221
+ "Section loading labels",
2222
+ "Scoped placeholders",
2223
+ "Custom icon"
2224
+ ]
2225
+ },
2226
+ {
2227
+ slug: "scroll-box",
2228
+ title: "Scroll Box",
2229
+ description: "Scoped scrolling surface for dense lists, side panels, and bounded data regions.",
2230
+ icon: h,
2231
+ category: "Data Display",
2232
+ status: "Stable",
2233
+ installCommand: T,
2234
+ propsRows: [
2235
+ [
2236
+ "maxHeight",
2237
+ "string | number",
2238
+ "-",
2239
+ "Maximum rendered height before scroll starts."
2240
+ ],
2241
+ [
2242
+ "axis",
2243
+ "'y' | 'x' | 'both'",
2244
+ "'y'",
2245
+ "Allowed scroll direction."
2246
+ ],
2247
+ [
2248
+ "children",
2249
+ "ReactNode",
2250
+ "-",
2251
+ "Scrollable content."
2252
+ ],
2253
+ [
2254
+ "className",
2255
+ "string",
2256
+ "-",
2257
+ "Container classes."
2258
+ ]
2259
+ ],
2260
+ features: [
2261
+ "Bounded scroll",
2262
+ "Axis control",
2263
+ "Dense lists",
2264
+ "Panel content"
2265
+ ]
2266
+ },
2267
+ {
2268
+ slug: "toast",
2269
+ title: "Toast",
2270
+ description: "Global transient messaging system with provider, stacking, promise states, placement and dismiss behavior.",
2271
+ icon: se,
2272
+ category: "Components",
2273
+ status: "Stable",
2274
+ installCommand: T,
2275
+ propsRows: [
2276
+ [
2277
+ "children",
2278
+ "ReactNode",
2279
+ "-",
2280
+ "Application children wrapped by provider."
2281
+ ],
2282
+ [
2283
+ "position",
2284
+ "'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' | 'top-center' | 'bottom-center'",
2285
+ "'top-right'",
2286
+ "Toast container placement."
2287
+ ],
2288
+ [
2289
+ "defaultDuration",
2290
+ "number",
2291
+ "3000",
2292
+ "Default auto-dismiss duration in ms."
2293
+ ],
2294
+ [
2295
+ "maxToasts",
2296
+ "number",
2297
+ "5",
2298
+ "Maximum number of visible toasts."
2299
+ ],
2300
+ [
2301
+ "pauseOnHover",
2302
+ "boolean",
2303
+ "true",
2304
+ "Pause dismiss timer when hovered."
2305
+ ],
2306
+ [
2307
+ "addToast",
2308
+ "(input) => string",
2309
+ "-",
2310
+ "API to push a toast from context."
2311
+ ],
2312
+ [
2313
+ "success/info/warning/error/loading",
2314
+ "(input) => string",
2315
+ "-",
2316
+ "Tone helpers for common outcomes."
2317
+ ],
2318
+ [
2319
+ "promise",
2320
+ "(promise, messages) => Promise<T>",
2321
+ "-",
2322
+ "Tracks loading/success/error from async work."
2323
+ ]
2324
+ ],
2325
+ features: [
2326
+ "Provider setup",
2327
+ "Stacking and duration",
2328
+ "Promise states",
2329
+ "Placement options"
2330
+ ]
2331
+ },
2332
+ {
2333
+ slug: "table",
2334
+ title: "Table primitive",
2335
+ description: "Low-level semantic table pieces for internal composition, not the primary public data-grid showcase.",
2336
+ icon: v,
2337
+ category: "Data Display",
2338
+ status: "Preview",
2339
+ installCommand: T,
2340
+ propsRows: [
2341
+ [
2342
+ "className",
2343
+ "string",
2344
+ "-",
2345
+ "Additional table styling."
2346
+ ],
2347
+ [
2348
+ "children",
2349
+ "ReactNode",
2350
+ "-",
2351
+ "Header, body and row markup."
2352
+ ],
2353
+ [
2354
+ "caption",
2355
+ "ReactNode",
2356
+ "-",
2357
+ "Optional table caption."
2358
+ ]
2359
+ ],
2360
+ features: [
2361
+ "Semantic rows",
2362
+ "Header/body slots",
2363
+ "Internal composition",
2364
+ "Primitive markup"
2365
+ ]
2366
+ },
2367
+ {
2368
+ slug: "kbd",
2369
+ title: "Kbd",
2370
+ description: "Keyboard hint token for shortcuts, command palettes, and focused action labels.",
2371
+ icon: y,
2372
+ category: "Components",
2373
+ status: "Stable",
2374
+ installCommand: T,
2375
+ propsRows: [
2376
+ [
2377
+ "size",
2378
+ "'sm' | 'default' | 'lg'",
2379
+ "'default'",
2380
+ "Visual size for the key token."
2381
+ ],
2382
+ [
2383
+ "variant",
2384
+ "'default' | 'outline' | 'ghost'",
2385
+ "'default'",
2386
+ "Surface treatment."
2387
+ ],
2388
+ [
2389
+ "children",
2390
+ "ReactNode",
2391
+ "-",
2392
+ "Rendered key label."
2393
+ ],
2394
+ [
2395
+ "className",
2396
+ "string",
2397
+ "-",
2398
+ "Extra classes for the token."
2399
+ ]
2400
+ ],
2401
+ features: [
2402
+ "Shortcut tokens",
2403
+ "Size variants",
2404
+ "Outline or ghost style",
2405
+ "Command labels"
2406
+ ]
2407
+ },
2408
+ {
2409
+ slug: "data-table",
2410
+ title: "Data Table",
2411
+ description: "Primary reusable admin data grid with sorting, row selection, bulk actions, saved views, mobile cards, and server-aware pagination.",
2412
+ icon: v,
2413
+ category: "Data Display",
2414
+ status: "Preview",
2415
+ installCommand: T,
2416
+ propsRows: [
2417
+ [
2418
+ "columns",
2419
+ "ColumnDef<RowData>[]",
2420
+ "-",
2421
+ "Table column definitions."
2422
+ ],
2423
+ [
2424
+ "data",
2425
+ "Array<RowData>",
2426
+ "-",
2427
+ "Row data at current page in server mode."
2428
+ ],
2429
+ [
2430
+ "getRowId",
2431
+ "(row) => string",
2432
+ "-",
2433
+ "Stable row identifier function."
2434
+ ],
2435
+ [
2436
+ "sorting",
2437
+ "SortingState",
2438
+ "[]",
2439
+ "Controlled sort state."
2440
+ ],
2441
+ [
2442
+ "rowSelection",
2443
+ "RowSelectionState",
2444
+ "{}",
2445
+ "Controlled row selection state."
2446
+ ],
2447
+ [
2448
+ "enableRowSelection",
2449
+ "boolean",
2450
+ "false",
2451
+ "Turns row selection on."
2452
+ ],
2453
+ [
2454
+ "pagination",
2455
+ "PaginationStateProps",
2456
+ "-",
2457
+ "Page controls, counts and page size."
2458
+ ],
2459
+ [
2460
+ "toolbarProps",
2461
+ "ToolbarProps",
2462
+ "-",
2463
+ "Header actions, search and contextual controls."
2464
+ ],
2465
+ [
2466
+ "onRowClick",
2467
+ "(row) => void",
2468
+ "-",
2469
+ "Row click callback."
2470
+ ],
2471
+ [
2472
+ "isLoading",
2473
+ "boolean",
2474
+ "false",
2475
+ "Loading indicator state."
2476
+ ],
2477
+ [
2478
+ "isError",
2479
+ "boolean",
2480
+ "false",
2481
+ "Error state flag for fallback."
2482
+ ],
2483
+ [
2484
+ "loadingState",
2485
+ "LoadingState",
2486
+ "-",
2487
+ "Loading UI when `isLoading` is true."
2488
+ ],
2489
+ [
2490
+ "emptyState",
2491
+ "Omit<DataStateProps, \"status\">",
2492
+ "-",
2493
+ "State shown when no rows are present."
2494
+ ],
2495
+ [
2496
+ "errorState",
2497
+ "ErrorState",
2498
+ "-",
2499
+ "State shown when `isError` is true."
2500
+ ]
2501
+ ],
2502
+ features: [
2503
+ "Column-based API",
2504
+ "Sorting and pagination",
2505
+ "Row selection and bulk actions",
2506
+ "Toolbar, visibility and saved views",
2507
+ "Mobile cards and server mode",
2508
+ "Empty/loading/error states"
2509
+ ]
2510
+ }
2511
+ ], Fe = {
2512
+ button: {
2513
+ groupSlugs: [
2514
+ "actions",
2515
+ "navigation",
2516
+ "layout"
2517
+ ],
2518
+ componentSlugs: [
2519
+ "badge",
2520
+ "card",
2521
+ "tabs"
2522
+ ]
2523
+ },
2524
+ input: {
2525
+ groupSlugs: ["form", "filters"],
2526
+ componentSlugs: [
2527
+ "textarea",
2528
+ "select",
2529
+ "switch"
2530
+ ]
2531
+ },
2532
+ textarea: {
2533
+ groupSlugs: ["form", "layout"],
2534
+ componentSlugs: [
2535
+ "input",
2536
+ "card",
2537
+ "badge"
2538
+ ]
2539
+ },
2540
+ select: {
2541
+ groupSlugs: ["filters", "overlay"],
2542
+ componentSlugs: [
2543
+ "select",
2544
+ "async-select",
2545
+ "form-select"
2546
+ ]
2547
+ },
2548
+ "radio-group": {
2549
+ groupSlugs: ["form"],
2550
+ componentSlugs: [
2551
+ "checkbox",
2552
+ "switch",
2553
+ "select"
2554
+ ]
2555
+ },
2556
+ "async-select": {
2557
+ groupSlugs: ["form", "filters"],
2558
+ componentSlugs: [
2559
+ "select",
2560
+ "async-select",
2561
+ "form-select"
2562
+ ]
2563
+ },
2564
+ "async-multi-select": {
2565
+ groupSlugs: ["form"],
2566
+ componentSlugs: [
2567
+ "select",
2568
+ "async-select",
2569
+ "form-select"
2570
+ ]
2571
+ },
2572
+ "date-picker": {
2573
+ groupSlugs: ["form", "display"],
2574
+ componentSlugs: ["calendar", "date-range-picker"]
2575
+ },
2576
+ "date-range-picker": {
2577
+ groupSlugs: ["form", "filters"],
2578
+ componentSlugs: [
2579
+ "date-picker",
2580
+ "calendar",
2581
+ "data-table"
2582
+ ]
2583
+ },
2584
+ "form-field-shell": {
2585
+ groupSlugs: ["form"],
2586
+ componentSlugs: [
2587
+ "form-input",
2588
+ "form-select",
2589
+ "form-textarea",
2590
+ "form-switch",
2591
+ "input",
2592
+ "textarea",
2593
+ "switch"
2594
+ ]
2595
+ },
2596
+ "form-input": {
2597
+ groupSlugs: ["form"],
2598
+ componentSlugs: [
2599
+ "form-field-shell",
2600
+ "form-textarea",
2601
+ "input"
2602
+ ]
2603
+ },
2604
+ "form-select": {
2605
+ groupSlugs: ["form"],
2606
+ componentSlugs: [
2607
+ "async-select",
2608
+ "select",
2609
+ "form-field-shell"
2610
+ ]
2611
+ },
2612
+ "form-textarea": {
2613
+ groupSlugs: ["form"],
2614
+ componentSlugs: [
2615
+ "form-input",
2616
+ "textarea",
2617
+ "form-field-shell"
2618
+ ]
2619
+ },
2620
+ "form-switch": {
2621
+ groupSlugs: ["form"],
2622
+ componentSlugs: [
2623
+ "form-field-shell",
2624
+ "switch",
2625
+ "checkbox",
2626
+ "form-builder"
2627
+ ]
2628
+ },
2629
+ "form-date-range-input": {
2630
+ groupSlugs: ["form", "filters"],
2631
+ componentSlugs: [
2632
+ "date-range-picker",
2633
+ "form-date-range-picker",
2634
+ "form-field-shell"
2635
+ ]
2636
+ },
2637
+ "form-date-picker": {
2638
+ groupSlugs: ["form"],
2639
+ componentSlugs: [
2640
+ "date-picker",
2641
+ "calendar",
2642
+ "form-field-shell"
2643
+ ]
2644
+ },
2645
+ "form-date-range-picker": {
2646
+ groupSlugs: ["form", "filters"],
2647
+ componentSlugs: [
2648
+ "date-range-picker",
2649
+ "form-date-range-input",
2650
+ "calendar",
2651
+ "form-field-shell"
2652
+ ]
2653
+ },
2654
+ "form-builder": {
2655
+ groupSlugs: ["patterns", "form"],
2656
+ componentSlugs: [
2657
+ "form-field-shell",
2658
+ "form-input",
2659
+ "form-switch",
2660
+ "form-textarea",
2661
+ "form-select"
2662
+ ]
2663
+ },
2664
+ checkbox: {
2665
+ groupSlugs: ["form"],
2666
+ componentSlugs: [
2667
+ "switch",
2668
+ "button",
2669
+ "card"
2670
+ ]
2671
+ },
2672
+ switch: {
2673
+ groupSlugs: ["layout"],
2674
+ componentSlugs: [
2675
+ "checkbox",
2676
+ "tabs",
2677
+ "badge"
2678
+ ]
2679
+ },
2680
+ badge: {
2681
+ groupSlugs: ["actions", "display"],
2682
+ componentSlugs: [
2683
+ "button",
2684
+ "card",
2685
+ "tabs"
2686
+ ]
2687
+ },
2688
+ card: {
2689
+ groupSlugs: [
2690
+ "layout",
2691
+ "display",
2692
+ "actions"
2693
+ ],
2694
+ componentSlugs: [
2695
+ "tabs",
2696
+ "badge",
2697
+ "button"
2698
+ ]
2699
+ },
2700
+ tabs: {
2701
+ groupSlugs: ["navigation", "layout"],
2702
+ componentSlugs: [
2703
+ "dialog",
2704
+ "card",
2705
+ "button"
2706
+ ]
2707
+ },
2708
+ collapse: {
2709
+ groupSlugs: [
2710
+ "layout",
2711
+ "display",
2712
+ "form"
2713
+ ],
2714
+ componentSlugs: ["tabs", "card"]
2715
+ },
2716
+ dialog: {
2717
+ groupSlugs: ["overlay", "notifications"],
2718
+ componentSlugs: ["popover", "confirm-dialog"]
2719
+ },
2720
+ popover: {
2721
+ groupSlugs: ["overlay", "navigation"],
2722
+ componentSlugs: [
2723
+ "dropdown-menu",
2724
+ "dialog",
2725
+ "confirm-dialog"
2726
+ ]
2727
+ },
2728
+ "dropdown-menu": {
2729
+ groupSlugs: [
2730
+ "overlay",
2731
+ "navigation",
2732
+ "actions"
2733
+ ],
2734
+ componentSlugs: [
2735
+ "popover",
2736
+ "dialog",
2737
+ "confirm-dialog"
2738
+ ]
2739
+ },
2740
+ tooltip: {
2741
+ groupSlugs: [
2742
+ "overlay",
2743
+ "actions",
2744
+ "form"
2745
+ ],
2746
+ componentSlugs: [
2747
+ "popover",
2748
+ "button",
2749
+ "input"
2750
+ ]
2751
+ },
2752
+ "right-click-menu": {
2753
+ groupSlugs: [
2754
+ "overlay",
2755
+ "actions",
2756
+ "navigation"
2757
+ ],
2758
+ componentSlugs: [
2759
+ "dropdown-menu",
2760
+ "popover",
2761
+ "data-table"
2762
+ ]
2763
+ },
2764
+ "confirm-dialog": {
2765
+ groupSlugs: ["overlay", "notifications"],
2766
+ componentSlugs: ["dialog", "alert-dialog"]
2767
+ },
2768
+ table: {
2769
+ groupSlugs: [
2770
+ "data-table",
2771
+ "display",
2772
+ "filters"
2773
+ ],
2774
+ componentSlugs: [
2775
+ "card",
2776
+ "tabs",
2777
+ "badge"
2778
+ ]
2779
+ },
2780
+ "data-table": {
2781
+ groupSlugs: [
2782
+ "data-table",
2783
+ "layout",
2784
+ "filters"
2785
+ ],
2786
+ componentSlugs: [
2787
+ "table",
2788
+ "card",
2789
+ "tabs"
2790
+ ]
2791
+ },
2792
+ sidebar: {
2793
+ groupSlugs: ["layout", "navigation"],
2794
+ componentSlugs: ["breadcrumbs"]
2795
+ },
2796
+ breadcrumbs: {
2797
+ groupSlugs: ["layout", "navigation"],
2798
+ componentSlugs: ["section", "sidebar"]
2799
+ },
2800
+ "info-card": {
2801
+ groupSlugs: ["display", "layout"],
2802
+ componentSlugs: ["activity-feed", "card"]
2803
+ },
2804
+ "activity-feed": {
2805
+ groupSlugs: ["display"],
2806
+ componentSlugs: ["info-card"]
2807
+ },
2808
+ "data-state": {
2809
+ groupSlugs: ["display"],
2810
+ componentSlugs: ["loading-state", "data-table"]
2811
+ },
2812
+ "loading-state": {
2813
+ groupSlugs: ["display"],
2814
+ componentSlugs: ["data-state", "data-table"]
2815
+ },
2816
+ "scroll-box": {
2817
+ groupSlugs: ["display", "layout"],
2818
+ componentSlugs: ["table", "data-table"]
2819
+ },
2820
+ toast: {
2821
+ groupSlugs: ["notifications", "overlay"],
2822
+ componentSlugs: ["confirm-dialog", "dialog"]
2823
+ },
2824
+ kbd: {
2825
+ groupSlugs: ["command", "actions"],
2826
+ componentSlugs: [
2827
+ "button",
2828
+ "tooltip",
2829
+ "input"
2830
+ ]
2831
+ }
2832
+ }, Ie = new Set([
2833
+ "button",
2834
+ "input",
2835
+ "select",
2836
+ "date-picker",
2837
+ "checkbox",
2838
+ "switch",
2839
+ "badge",
2840
+ "card",
2841
+ "tabs",
2842
+ "dialog",
2843
+ "popover",
2844
+ "dropdown-menu",
2845
+ "sidebar",
2846
+ "breadcrumbs",
2847
+ "data-table",
2848
+ "info-card",
2849
+ "activity-feed",
2850
+ "loading-state",
2851
+ "toast",
2852
+ "notification-center",
2853
+ "progress"
2854
+ ]), Le = {
2855
+ textarea: "input",
2856
+ "tag-input": "input",
2857
+ "otp-input": "input",
2858
+ "form-input": "input",
2859
+ "form-textarea": "input",
2860
+ "async-select": "select",
2861
+ "async-multi-select": "select",
2862
+ "form-select": "select",
2863
+ calendar: "date-picker",
2864
+ "date-range-picker": "date-picker",
2865
+ "form-date-range-input": "date-picker",
2866
+ "form-date-picker": "date-picker",
2867
+ "form-date-range-picker": "date-picker",
2868
+ "confirm-dialog": "dialog",
2869
+ "app-header": "sidebar",
2870
+ section: "sidebar",
2871
+ toolbar: "sidebar",
2872
+ "split-layout": "sidebar",
2873
+ "page-header": "breadcrumbs",
2874
+ table: "data-table"
2875
+ }, B = {
2876
+ input: [
2877
+ {
2878
+ key: "core",
2879
+ title: "Core input surfaces",
2880
+ description: "Start with the default text field and move outward only when the workflow demands specialization.",
2881
+ slugs: ["input", "textarea"]
2882
+ },
2883
+ {
2884
+ key: "related",
2885
+ title: "Related input patterns",
2886
+ description: "Specialized input types for search, masking, numeric entry, and compact structured values.",
2887
+ slugs: ["tag-input", "otp-input"]
2888
+ },
2889
+ {
2890
+ key: "integrations",
2891
+ title: "Form integrations",
2892
+ description: "Use these wrappers when the field needs to plug directly into shared form shells or React Hook Form.",
2893
+ slugs: ["form-input", "form-textarea"]
2894
+ }
2895
+ ],
2896
+ select: [
2897
+ {
2898
+ key: "core",
2899
+ title: "Core select surfaces",
2900
+ description: "Use the base selection control first, then expand only when the interaction model truly changes.",
2901
+ slugs: ["select"]
2902
+ },
2903
+ {
2904
+ key: "related",
2905
+ title: "Related select members",
2906
+ description: "These members add real behavior such as remote loading or keyboard-first local filtering.",
2907
+ slugs: ["async-select"]
2908
+ },
2909
+ {
2910
+ key: "integrations",
2911
+ title: "Form integrations",
2912
+ description: "Use wrapped selects when you need consistent form-level validation, labels, and shell behavior.",
2913
+ slugs: ["form-select"]
2914
+ }
2915
+ ],
2916
+ "date-picker": [{
2917
+ key: "core",
2918
+ title: "Core date surfaces",
2919
+ description: "Choose the popover picker or range picker when visual selection matters more than raw text entry.",
2920
+ slugs: [
2921
+ "date-picker",
2922
+ "date-range-picker",
2923
+ "calendar"
2924
+ ]
2925
+ }, {
2926
+ key: "integrations",
2927
+ title: "Form integrations",
2928
+ description: "Use wrapped date fields when validation, labels, and form shell behavior should stay standardized.",
2929
+ slugs: [
2930
+ "form-input",
2931
+ "form-date-range-input",
2932
+ "form-date-picker",
2933
+ "form-date-range-picker"
2934
+ ]
2935
+ }],
2936
+ dialog: [{
2937
+ key: "core",
2938
+ title: "Core overlay surfaces",
2939
+ description: "Use the lightest overlay that still matches the interaction. Do not default every action to a full modal.",
2940
+ slugs: [
2941
+ "dialog",
2942
+ "popover",
2943
+ "dropdown-menu"
2944
+ ]
2945
+ }, {
2946
+ key: "advanced",
2947
+ title: "Confirmation and shell patterns",
2948
+ description: "These composed overlays handle destructive confirmation and side-drawer editing flows.",
2949
+ slugs: ["confirm-dialog", "drawer"]
2950
+ }],
2951
+ sidebar: [{
2952
+ key: "core",
2953
+ title: "Sidebar surfaces",
2954
+ description: "These pieces define the reusable sidebar surface first, then layer shell framing around it only when the route really needs it.",
2955
+ slugs: ["sidebar", "breadcrumbs"]
2956
+ }, {
2957
+ key: "related",
2958
+ title: "Route-level patterns",
2959
+ description: "Use these patterns only after the sidebar and navigation contract are already clear.",
2960
+ slugs: [
2961
+ "section",
2962
+ "toolbar",
2963
+ "split-layout"
2964
+ ]
2965
+ }],
2966
+ "data-table": [{
2967
+ key: "core",
2968
+ title: "Primary data table surface",
2969
+ description: "Start with the full DataTable route first. It demonstrates the reusable grid the way product teams actually consume it.",
2970
+ slugs: ["data-table"]
2971
+ }, {
2972
+ key: "related",
2973
+ title: "Supporting primitive",
2974
+ description: "Drop down to the semantic table primitive only when you do not need the full DataTable workflow.",
2975
+ slugs: ["table"]
2976
+ }],
2977
+ toast: [{
2978
+ key: "core",
2979
+ title: "Global feedback surface",
2980
+ description: "Use toast messaging for transient global feedback, not for critical form validation or persistent page states.",
2981
+ slugs: ["toast"]
2982
+ }]
2983
+ }, V = n, Re = V?.groups ?? {}, ze = new Set((V?.recommended ?? []).map((e) => e)), H = V?.migrationAliases ?? {}, U = new Set(Object.values(H)), W = new Set([
2984
+ "app-header",
2985
+ "async-multi-select",
2986
+ "form",
2987
+ "form-field",
2988
+ "form-field-shell",
2989
+ "form-input",
2990
+ "form-select",
2991
+ "form-switch",
2992
+ "form-textarea",
2993
+ "page-header"
2994
+ ]), Be = new Set(["kits"]), Ve = new Set([
2995
+ "all",
2996
+ "dashboard",
2997
+ "calendar-kit",
2998
+ "wizard-kit",
2999
+ ...W
3000
+ ]), He = new Set(["hooks"]), Ue = {
3001
+ ui: "Components",
3002
+ actions: "Components",
3003
+ layout: "Components",
3004
+ feedback: "Data Display",
3005
+ display: "Data Display",
3006
+ overlay: "Overlay",
3007
+ form: "Forms",
3008
+ dataTable: "Data Display",
3009
+ data_table: "Data Display",
3010
+ navigation: "Data Display",
3011
+ filters: "Data Display",
3012
+ calendar: "Data Display",
3013
+ upload: "Data Display",
3014
+ wizard: "Data Display",
3015
+ notifications: "Data Display",
3016
+ command: "Data Display",
3017
+ patterns: "Patterns"
3018
+ }, We = {
3019
+ ui: u,
3020
+ actions: _,
3021
+ feedback: le,
3022
+ display: ie,
3023
+ overlay: h,
3024
+ inputs: f,
3025
+ form: f,
3026
+ dataTable: v,
3027
+ data_table: v,
3028
+ layout: p,
3029
+ navigation: ne,
3030
+ filters: g,
3031
+ calendar: c,
3032
+ upload: d,
3033
+ wizard: x,
3034
+ notifications: ee,
3035
+ command: y,
3036
+ patterns: te,
3037
+ hooks: ce
3038
+ };
3039
+ function Ge(e) {
3040
+ return e.split("-").filter(Boolean).map((e) => e.charAt(0).toUpperCase() + e.slice(1)).join(" ");
3041
+ }
3042
+ var Ke = new Set(z.map((e) => e.slug)), G = /* @__PURE__ */ new Map();
3043
+ for (let [e, n] of Object.entries(Re)) if (!(Be.has(e) || He.has(e))) for (let r of n) {
3044
+ let n = H[r], i = n ?? r;
3045
+ if (!r || Ve.has(r) || Ve.has(i) || U.has(i) && !t(i) || U.has(r) && !t(r) || Ke.has(i) || G.has(i)) continue;
3046
+ let a = Ue[e] ?? "Data Display", o = We[e] ?? _;
3047
+ G.set(i, {
3048
+ slug: i,
3049
+ title: Ge(n || i),
3050
+ description: `${Ge(i)} surfaced from package registry group "${e}".`,
3051
+ icon: o,
3052
+ category: a,
3053
+ status: ze.has(i) ? "Stable" : "Preview",
3054
+ installCommand: T,
3055
+ propsRows: [[
3056
+ "className",
3057
+ "string",
3058
+ "-",
3059
+ "Additional classes for wrapper element."
3060
+ ]],
3061
+ features: [e]
3062
+ });
3063
+ }
3064
+ var qe = [...G.values()], K = [...z, ...qe].filter((e) => !W.has(e.slug)), q = [], J = new Map(q.map((e) => [e.slug, e])), Je = new Set([
3065
+ ...W,
3066
+ "app-header",
3067
+ "page-header",
3068
+ "resource-page",
3069
+ "resource-detail-page"
3070
+ ]), Ye = new Set([...Je, ...F.keys()]);
3071
+ function Y(e) {
3072
+ if (!e) return;
3073
+ let t = I(e), n = X(t);
3074
+ return t === n ? J.get(t) ?? K.find((e) => e.slug === t) : J.get(n) ?? K.find((e) => e.slug === n);
3075
+ }
3076
+ function Xe(e) {
3077
+ return J.has(I(e)) || Ie.has(I(e));
3078
+ }
3079
+ function X(e) {
3080
+ let t = I(e);
3081
+ return Xe(t) ? t : Le[t] ?? t;
3082
+ }
3083
+ function Ze(e) {
3084
+ return Y(X(e))?.title ?? e;
3085
+ }
3086
+ function Z() {
3087
+ let n = K.filter((e) => X(e.slug) === e.slug), r = /* @__PURE__ */ new Map();
3088
+ for (let e of n) r.set(e.slug, e);
3089
+ for (let e of q) r.set(e.slug, e);
3090
+ return Array.from(r.values()).filter((e) => !Je.has(e.slug)).filter((e) => t(e.slug)).sort((t, n) => {
3091
+ let r = e(t.slug, n.slug);
3092
+ return r === 0 ? t.title.localeCompare(n.title) : r;
3093
+ });
3094
+ }
3095
+ function Qe() {
3096
+ let e = /* @__PURE__ */ new Map();
3097
+ for (let t of K) e.set(t.slug, t);
3098
+ for (let t of q) e.set(t.slug, t);
3099
+ return Array.from(e.values()).filter((e) => !Ye.has(e.slug)).sort((e, t) => e.title.localeCompare(t.title));
3100
+ }
3101
+ function $e(e) {
3102
+ let t = e ? X(e) : void 0;
3103
+ return Z().map((e) => ({
3104
+ slug: e.slug,
3105
+ title: e.title,
3106
+ href: k(e.slug),
3107
+ status: e.status,
3108
+ group: L(e.slug),
3109
+ active: t ? X(e.slug) === t : !1
3110
+ })).sort((e, t) => e.title.localeCompare(t.title));
3111
+ }
3112
+ function et(e) {
3113
+ let t = /* @__PURE__ */ new Map();
3114
+ for (let n of $e(e)) {
3115
+ let e = n.title[0]?.toUpperCase() ?? "#", r = `${e} - ${n.group}`;
3116
+ t.has(r) || t.set(r, {
3117
+ key: r,
3118
+ label: `${e} • ${n.group}`,
3119
+ items: []
3120
+ }), t.get(r)?.items.push(n);
3121
+ }
3122
+ return Array.from(t.values());
3123
+ }
3124
+ function tt(e) {
3125
+ return (B[X(e)] ?? []).map((e) => ({
3126
+ ...e,
3127
+ slugs: e.slugs.filter((e) => !W.has(e))
3128
+ })).filter((e) => e.slugs.length > 0);
3129
+ }
3130
+ function Q(e) {
3131
+ return (e ? [X(e)] : Object.keys(B)).flatMap((e) => {
3132
+ let t = Y(e);
3133
+ return tt(e).flatMap((n) => {
3134
+ let r = [];
3135
+ for (let i of n.slugs) {
3136
+ let a = K.find((e) => e.slug === i);
3137
+ a && r.push({
3138
+ component: a.title,
3139
+ slug: a.slug,
3140
+ title: a.title,
3141
+ surfaceSlug: e,
3142
+ surfaceTitle: t?.title ?? e,
3143
+ sectionId: n.key,
3144
+ sectionLabel: n.title,
3145
+ sectionKey: n.key,
3146
+ summary: a.description,
3147
+ useWhen: n.description,
3148
+ maturity: n.key === "core" ? "core" : n.key === "compatibility" ? "compatibility" : "helper",
3149
+ status: a.status,
3150
+ href: k(a.slug)
3151
+ });
3152
+ }
3153
+ return r;
3154
+ });
3155
+ });
3156
+ }
3157
+ function nt(e) {
3158
+ return Q().find((t) => t.component === e);
3159
+ }
3160
+ function rt(e) {
3161
+ let t = new Set(e);
3162
+ return Q().filter((e) => t.has(e.component));
3163
+ }
3164
+ var $ = [
3165
+ {
3166
+ slug: "actions",
3167
+ title: "Actions",
3168
+ description: "Context actions, copy controls and quick grids for dense product surfaces.",
3169
+ icon: m,
3170
+ category: "Actions",
3171
+ exports: [
3172
+ "ActionMenu",
3173
+ "CopyButton",
3174
+ "QuickActionGrid"
3175
+ ],
3176
+ href: j("actions"),
3177
+ status: "Stable",
3178
+ features: [
3179
+ "Quick actions",
3180
+ "Copy affordances",
3181
+ "Dense command blocks"
3182
+ ]
3183
+ },
3184
+ {
3185
+ slug: "layout",
3186
+ title: "Application layout",
3187
+ description: "Route-level sidebars, breadcrumbs and page framing helpers that support real reusable components instead of replacing them.",
3188
+ icon: p,
3189
+ category: "Layout",
3190
+ exports: [
3191
+ "Sidebar",
3192
+ "Breadcrumbs",
3193
+ "Section"
3194
+ ],
3195
+ href: j("layout"),
3196
+ status: "Stable",
3197
+ features: [
3198
+ "Sidebar navigation",
3199
+ "Page framing",
3200
+ "Section structure",
3201
+ "Sticky actions"
3202
+ ]
3203
+ },
3204
+ {
3205
+ slug: "filters",
3206
+ title: "Filters",
3207
+ description: "Filter bars and chip patterns for narrowing data without leaving the current view.",
3208
+ icon: g,
3209
+ category: "Data",
3210
+ exports: ["FilterBar", "SavedFilterSelect"],
3211
+ href: j("filters"),
3212
+ status: "Stable",
3213
+ features: [
3214
+ "Filter bars",
3215
+ "Chips",
3216
+ "Search + filter pairing"
3217
+ ]
3218
+ },
3219
+ {
3220
+ slug: "overlay",
3221
+ title: "Overlay patterns",
3222
+ description: "Confirm flows, modal shells, sheet layouts and dialog actions.",
3223
+ icon: a,
3224
+ category: "Overlay",
3225
+ exports: [
3226
+ "AlertDialog",
3227
+ "ConfirmDialog",
3228
+ "Drawer",
3229
+ "Tooltip",
3230
+ "Popover",
3231
+ "RightClickMenu"
3232
+ ],
3233
+ href: j("overlay"),
3234
+ status: "Stable",
3235
+ features: [
3236
+ "Confirm flows",
3237
+ "Sheet layouts",
3238
+ "Modal actions",
3239
+ "Lightweight helper hints"
3240
+ ]
3241
+ },
3242
+ {
3243
+ slug: "navigation",
3244
+ title: "Navigation",
3245
+ description: "Pagination and tabbed navigation patterns for sectioned or paginated interfaces.",
3246
+ icon: l,
3247
+ category: "Layout",
3248
+ exports: ["Pagination"],
3249
+ href: j("navigation"),
3250
+ status: "Stable",
3251
+ features: [
3252
+ "Pagination",
3253
+ "Page tabs",
3254
+ "Stepper tabs"
3255
+ ]
3256
+ },
3257
+ {
3258
+ slug: "form",
3259
+ title: "Form",
3260
+ description: "Form shell and wrapper layer for labels, validation, and repeatable field composition.",
3261
+ icon: d,
3262
+ category: "Forms",
3263
+ exports: [
3264
+ "FormFieldShell",
3265
+ "FormInput",
3266
+ "FormSelect",
3267
+ "FormTextarea",
3268
+ "FormSwitch",
3269
+ "FormDatePicker"
3270
+ ],
3271
+ href: j("form"),
3272
+ status: "Stable",
3273
+ features: [
3274
+ "Field shell",
3275
+ "Wrapped controls",
3276
+ "Date helpers",
3277
+ "Consistent validation"
3278
+ ]
3279
+ },
3280
+ {
3281
+ slug: "display",
3282
+ title: "Display",
3283
+ description: "Metrics, activity, avatars, timelines and descriptive content surfaces.",
3284
+ icon: ie,
3285
+ category: "Data",
3286
+ exports: [
3287
+ "DescriptionList",
3288
+ "Progress",
3289
+ "PageState",
3290
+ "Timeline",
3291
+ "Statistic",
3292
+ "InfoCard",
3293
+ "ActivityFeed",
3294
+ "StatusLegend",
3295
+ "Avatar",
3296
+ "DataState",
3297
+ "ScrollBox"
3298
+ ],
3299
+ href: j("display"),
3300
+ status: "Stable",
3301
+ features: [
3302
+ "Metric grids",
3303
+ "Timelines",
3304
+ "Activity feeds",
3305
+ "Status legends"
3306
+ ]
3307
+ },
3308
+ {
3309
+ slug: "data-table",
3310
+ title: "DataTable",
3311
+ description: "Primary reusable data-grid system. Helper pieces stay secondary to the main table route.",
3312
+ icon: v,
3313
+ category: "Data",
3314
+ exports: ["DataTable"],
3315
+ href: j("data-table"),
3316
+ status: "Stable",
3317
+ features: [
3318
+ "Toolbar",
3319
+ "Selection",
3320
+ "Row actions",
3321
+ "Saved views",
3322
+ "Pagination"
3323
+ ]
3324
+ },
3325
+ {
3326
+ slug: "notifications",
3327
+ title: "Notifications",
3328
+ description: "Toast and notification surfaces for transient feedback, async completion, and unread activity.",
3329
+ icon: o,
3330
+ category: "Overlay",
3331
+ exports: ["Toast", "NotificationCenter"],
3332
+ href: j("notifications"),
3333
+ status: "Preview",
3334
+ features: [
3335
+ "Toasts",
3336
+ "Promise feedback",
3337
+ "Unread activity",
3338
+ "Status messaging"
3339
+ ]
3340
+ },
3341
+ {
3342
+ slug: "command",
3343
+ title: "Command",
3344
+ description: "Command palette patterns for keyboard-driven discovery, search, grouped actions and async navigation.",
3345
+ icon: y,
3346
+ category: "Workflow",
3347
+ exports: ["CommandPalette"],
3348
+ href: j("command"),
3349
+ status: "Preview",
3350
+ features: [
3351
+ "Command palette",
3352
+ "Grouped actions",
3353
+ "Async search",
3354
+ "Keyboard discovery"
3355
+ ]
3356
+ },
3357
+ {
3358
+ slug: "calendar",
3359
+ title: "Calendar",
3360
+ description: "Calendar, date picker and range picker flows for scheduling and reporting.",
3361
+ icon: ae,
3362
+ category: "Workflow",
3363
+ exports: [
3364
+ "DateUtils",
3365
+ "Calendar",
3366
+ "DatePicker",
3367
+ "DateRangePicker"
3368
+ ],
3369
+ href: j("calendar"),
3370
+ status: "Stable",
3371
+ features: [
3372
+ "Date picker",
3373
+ "Range picker",
3374
+ "Scheduling flows"
3375
+ ]
3376
+ },
3377
+ {
3378
+ slug: "upload",
3379
+ title: "Upload",
3380
+ description: "File and image upload surfaces with preview-friendly interaction patterns.",
3381
+ icon: te,
3382
+ category: "Workflow",
3383
+ exports: ["FileUpload", "ImageUpload"],
3384
+ href: j("upload"),
3385
+ status: "Preview",
3386
+ features: [
3387
+ "File upload",
3388
+ "Image upload",
3389
+ "Attachment flows"
3390
+ ]
3391
+ },
3392
+ {
3393
+ slug: "wizard",
3394
+ title: "Wizard",
3395
+ description: "Stepper and multi-step workflow patterns for onboarding and guided flows.",
3396
+ icon: x,
3397
+ category: "Workflow",
3398
+ exports: ["Stepper", "Wizard"],
3399
+ href: j("wizard"),
3400
+ status: "Stable",
3401
+ features: [
3402
+ "Step flow",
3403
+ "Guided forms",
3404
+ "Progress state"
3405
+ ]
3406
+ }
3407
+ ], it = [
3408
+ {
3409
+ label: "Docs",
3410
+ href: D
3411
+ },
3412
+ {
3413
+ label: "Installation",
3414
+ href: "/docs/installation"
3415
+ },
3416
+ {
3417
+ label: "Components",
3418
+ href: "/components"
3419
+ },
3420
+ {
3421
+ label: "Search",
3422
+ href: "/search"
3423
+ },
3424
+ {
3425
+ label: "Changelog",
3426
+ href: "/changelog"
3427
+ }
3428
+ ], at = [{
3429
+ title: "Getting Started",
3430
+ items: [
3431
+ {
3432
+ label: "Overview",
3433
+ href: D,
3434
+ icon: s
3435
+ },
3436
+ {
3437
+ label: "Installation",
3438
+ href: "/docs/installation",
3439
+ icon: l
3440
+ },
3441
+ {
3442
+ label: "Components catalog",
3443
+ href: "/components",
3444
+ icon: u
3445
+ },
3446
+ {
3447
+ label: "Changelog",
3448
+ href: "/changelog",
3449
+ icon: d
3450
+ }
3451
+ ]
3452
+ }, ...N.map((e) => ({
3453
+ title: e,
3454
+ items: R(e, k)
3455
+ })).filter((e) => e.items.length > 0)], ot = [{
3456
+ title: "Getting Started",
3457
+ items: [
3458
+ {
3459
+ label: "Introduction",
3460
+ href: "/playground/button",
3461
+ icon: s
3462
+ },
3463
+ {
3464
+ label: "Installation",
3465
+ href: A("button"),
3466
+ icon: l
3467
+ },
3468
+ {
3469
+ label: "Theming",
3470
+ href: A("button"),
3471
+ icon: _
3472
+ },
3473
+ {
3474
+ label: "Tokens",
3475
+ href: A("badge"),
3476
+ icon: oe
3477
+ },
3478
+ {
3479
+ label: "Icon Library",
3480
+ href: A("popover"),
3481
+ icon: ae
3482
+ }
3483
+ ]
3484
+ }, ...N.map((e) => ({
3485
+ title: e,
3486
+ items: R(e, A)
3487
+ })).filter((e) => e.items.length > 0)], st = [
3488
+ "All blocks",
3489
+ "Dashboard",
3490
+ "Auth",
3491
+ "Table",
3492
+ "Settings",
3493
+ "Pricing",
3494
+ "Product",
3495
+ "Marketing"
3496
+ ], ct = [
3497
+ "All layouts",
3498
+ "Application",
3499
+ "Marketing"
3500
+ ], lt = [
3501
+ "All themes",
3502
+ "Light",
3503
+ "Soft"
3504
+ ], ut = ["Popular", "A-Z"], dt = [
3505
+ {
3506
+ title: "Application blocks",
3507
+ text: "Dashboard, table and settings blocks should show route structure, visible actions and realistic operational density.",
3508
+ items: [
3509
+ "Sidebar shell",
3510
+ "Toolbar actions",
3511
+ "Table states",
3512
+ "Settings surfaces"
3513
+ ]
3514
+ },
3515
+ {
3516
+ title: "Entry and conversion blocks",
3517
+ text: "Auth, pricing, product and marketing blocks should explain trust, conversion hierarchy and where the section fits in a larger page flow.",
3518
+ items: [
3519
+ "Form blocks",
3520
+ "CTA hierarchy",
3521
+ "Proof points",
3522
+ "Responsive sections"
3523
+ ]
3524
+ },
3525
+ {
3526
+ title: "Reusable block library",
3527
+ text: "Every block card should show its category, where it fits, and which route opens the richer preview or template detail view.",
3528
+ items: [
3529
+ "Category label",
3530
+ "Usage notes",
3531
+ "Preview action",
3532
+ "Install path"
3533
+ ]
3534
+ }
3535
+ ], ft = {
3536
+ slug: "dashboard-starter",
3537
+ title: "Modern Dashboard",
3538
+ description: "Clean dashboard with analytics, charts, and activity tables.",
3539
+ bestFor: "Dashboard entry sections, KPI headers, recent activity, and operational overview surfaces.",
3540
+ category: "Dashboard",
3541
+ tags: [
3542
+ "Dashboard",
3543
+ "Analytics",
3544
+ "Charts",
3545
+ "Overview"
3546
+ ],
3547
+ uses: [
3548
+ "Sidebar",
3549
+ "Section",
3550
+ "Statistic",
3551
+ "DataTable"
3552
+ ],
3553
+ tone: "from-emerald-50 via-white to-sky-50",
3554
+ href: M("dashboard-starter"),
3555
+ previewHref: "/preview/blocks/dashboard-01",
3556
+ previewTone: "dashboard",
3557
+ layout: "Application",
3558
+ theme: "Soft",
3559
+ relatedTemplateSlug: "dashboard-starter",
3560
+ installSteps: [
3561
+ "Run `npx tembro init` and make sure the dashboard route already has theme tokens loaded.",
3562
+ "Copy the shell section into an authenticated page and connect it to live KPI and activity data.",
3563
+ "Keep the block focused on one overview slice instead of turning it into a full page shell."
3564
+ ],
3565
+ dependencyGroups: [
3566
+ "Layout shell",
3567
+ "Metric cards",
3568
+ "Table primitives",
3569
+ "Action buttons"
3570
+ ],
3571
+ copyTargets: [
3572
+ "components/blocks/dashboard/overview-shell.tsx",
3573
+ "components/blocks/dashboard/metric-row.tsx",
3574
+ "components/blocks/dashboard/activity-table.tsx"
3575
+ ],
3576
+ notes: ["Use this block when one dashboard section is enough; move to the template when navigation and multiple zones are required.", "Primary actions should stay tied to one operational area, not a full application workflow."]
3577
+ }, pt = [
3578
+ {
3579
+ slug: "sidebar-layout",
3580
+ title: "Sidebar Layout",
3581
+ description: "Application shell with responsive sidebar.",
3582
+ bestFor: "Route-level shells that need stable navigation, app header actions, and one main content zone.",
3583
+ category: "Dashboard",
3584
+ tags: [
3585
+ "Navigation",
3586
+ "Shell",
3587
+ "Analytics"
3588
+ ],
3589
+ uses: [
3590
+ "Sidebar",
3591
+ "Section",
3592
+ "Button"
3593
+ ],
3594
+ tone: "from-[color:var(--aui-page-bg-alt)] to-[color:var(--aui-page-bg)]",
3595
+ href: M("sidebar-layout"),
3596
+ previewHref: "/preview/blocks/dashboard-01",
3597
+ previewTone: "dashboard",
3598
+ layout: "Application",
3599
+ theme: "Light",
3600
+ relatedTemplateSlug: "dashboard-starter",
3601
+ installSteps: [
3602
+ "Run `npx tembro init` and mount the shell inside an authenticated route group.",
3603
+ "Wire navigation items and header actions before copying child content zones into the shell.",
3604
+ "Keep the shell generic enough to reuse across more than one application page."
3605
+ ],
3606
+ dependencyGroups: [
3607
+ "App shell",
3608
+ "Sidebar navigation",
3609
+ "Page header",
3610
+ "Action controls"
3611
+ ],
3612
+ copyTargets: ["components/blocks/layout/sidebar-layout.tsx", "components/navigation/app-sidebar.tsx"],
3613
+ notes: ["Do not use this block for a whole admin app export; it is one shell slice, not the full template.", "Navigation depth and section order should come from the app route model, not from hardcoded demo labels."]
3614
+ },
3615
+ {
3616
+ slug: "crm-dashboard",
3617
+ title: "CRM Dashboard",
3618
+ description: "Sales pipeline and deals management.",
3619
+ bestFor: "Pipeline snapshots, team handoff sections, and account-focused operational dashboards.",
3620
+ category: "Product",
3621
+ tags: [
3622
+ "CRM",
3623
+ "Pipeline",
3624
+ "Kanban"
3625
+ ],
3626
+ uses: [
3627
+ "ResourcePage",
3628
+ "Badge",
3629
+ "Tabs",
3630
+ "ActivityFeed"
3631
+ ],
3632
+ tone: "from-[color:color-mix(in_oklch,var(--aui-accent)_10%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
3633
+ href: M("crm-dashboard"),
3634
+ previewTone: "crm",
3635
+ layout: "Application",
3636
+ theme: "Soft",
3637
+ relatedTemplateSlug: "crm-dashboard",
3638
+ installSteps: [
3639
+ "Run `npx tembro init` and reuse the CRM block inside an existing workspace route.",
3640
+ "Connect stage counts, owners, and next actions to live CRM entities before release.",
3641
+ "Escalate to the CRM template only when the page needs reports, settings, and multiple sections together."
3642
+ ],
3643
+ dependencyGroups: [
3644
+ "Stage summaries",
3645
+ "Owner badges",
3646
+ "Activity feed",
3647
+ "Tabs and headers"
3648
+ ],
3649
+ copyTargets: ["components/blocks/crm/pipeline-summary.tsx", "components/blocks/crm/account-activity.tsx"],
3650
+ notes: ["CRM sections lose clarity when actions are hidden; keep stage, owner, and next-step signals visible.", "This block should stay narrower than the full CRM workspace template."]
3651
+ },
3652
+ {
3653
+ slug: "users-table",
3654
+ title: "Users Table",
3655
+ description: "Advanced table with filters and actions.",
3656
+ bestFor: "Management tables with filters, row actions, bulk actions, and compact result scanning.",
3657
+ category: "Table",
3658
+ tags: [
3659
+ "Data",
3660
+ "Filters",
3661
+ "Bulk actions"
3662
+ ],
3663
+ uses: [
3664
+ "DataTable",
3665
+ "PageToolbar",
3666
+ "Button",
3667
+ "Badge"
3668
+ ],
3669
+ tone: "from-[color:var(--aui-page-bg-alt)] to-[color:var(--aui-page-bg)]",
3670
+ href: M("users-table"),
3671
+ previewHref: "/preview/blocks/table-01",
3672
+ previewTone: "table",
3673
+ layout: "Application",
3674
+ theme: "Light",
3675
+ relatedTemplateSlug: "dashboard-starter",
3676
+ installSteps: [
3677
+ "Run `npx tembro init` and move the table block into the target resource page.",
3678
+ "Map columns, row identifiers, and action callbacks to your real API contract.",
3679
+ "Keep pagination, filters, and bulk actions aligned with backend capabilities."
3680
+ ],
3681
+ dependencyGroups: [
3682
+ "Data table",
3683
+ "Toolbar filters",
3684
+ "Bulk actions",
3685
+ "Status badges"
3686
+ ],
3687
+ copyTargets: ["components/blocks/tables/users-table.tsx", "components/blocks/tables/table-toolbar.tsx"],
3688
+ notes: ["Prefer this block for one resource section; use a template when the whole page needs navigation and surrounding analytics.", "Do not treat demo filters as final product logic; they are only structural placeholders."]
3689
+ },
3690
+ {
3691
+ slug: "auth-sign-in",
3692
+ title: "Auth Sign In",
3693
+ description: "Minimal sign in form with social login.",
3694
+ bestFor: "Entry flows that need one focused sign-in surface, trust copy, and a compact auth action stack.",
3695
+ category: "Auth",
3696
+ tags: [
3697
+ "Sign in",
3698
+ "Form",
3699
+ "Trust"
3700
+ ],
3701
+ uses: [
3702
+ "Card",
3703
+ "Input",
3704
+ "Button",
3705
+ "Badge"
3706
+ ],
3707
+ tone: "from-[color:color-mix(in_oklch,var(--aui-warning)_12%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
3708
+ href: M("auth-sign-in"),
3709
+ previewHref: "/preview/blocks/auth-01",
3710
+ previewTone: "auth",
3711
+ layout: "Marketing",
3712
+ theme: "Light",
3713
+ relatedTemplateSlug: "dashboard-starter",
3714
+ installSteps: [
3715
+ "Run `npx tembro init` and mount the auth block on a public or gated entry route.",
3716
+ "Replace demo trust copy, OAuth providers, and field labels with your real auth contract.",
3717
+ "Use the wider auth or app template only when onboarding needs multiple steps or side content."
3718
+ ],
3719
+ dependencyGroups: [
3720
+ "Form fields",
3721
+ "Card shell",
3722
+ "Primary CTA",
3723
+ "Trust badges"
3724
+ ],
3725
+ copyTargets: ["components/blocks/auth/sign-in-card.tsx", "components/blocks/auth/social-auth-row.tsx"],
3726
+ notes: ["Keep this block conversion-focused; avoid adding unrelated settings or dashboard content to the same surface.", "Auth blocks should show trust and hierarchy clearly on mobile before they are shipped."]
3727
+ },
3728
+ {
3729
+ slug: "settings-form",
3730
+ title: "Settings Form",
3731
+ description: "Profile and preferences settings form.",
3732
+ bestFor: "One bounded settings section with fields, toggles, save actions, and light explanatory copy.",
3733
+ category: "Settings",
3734
+ tags: [
3735
+ "Profile",
3736
+ "Preferences",
3737
+ "Form"
3738
+ ],
3739
+ uses: [
3740
+ "FormFieldShell",
3741
+ "Input",
3742
+ "Switch",
3743
+ "Button"
3744
+ ],
3745
+ tone: "from-[color:color-mix(in_oklch,var(--aui-surface-muted)_70%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
3746
+ href: M("settings-form"),
3747
+ previewTone: "settings",
3748
+ layout: "Application",
3749
+ theme: "Light",
3750
+ relatedTemplateSlug: "dashboard-starter",
3751
+ installSteps: [
3752
+ "Run `npx tembro init` and place the settings block inside an existing account or workspace page.",
3753
+ "Wire field state, validation, and save feedback to your app settings contract.",
3754
+ "Only move to a larger settings template when multiple settings areas need shared navigation."
3755
+ ],
3756
+ dependencyGroups: [
3757
+ "Form wrappers",
3758
+ "Inputs and switches",
3759
+ "Save actions",
3760
+ "Inline helper text"
3761
+ ],
3762
+ copyTargets: ["components/blocks/settings/profile-form.tsx", "components/blocks/settings/preferences-section.tsx"],
3763
+ notes: ["This block is for one settings slice, not an entire account management surface.", "Keep destructive account actions separate from routine preference editing."]
3764
+ },
3765
+ {
3766
+ slug: "invoices-page",
3767
+ title: "Invoices Page",
3768
+ description: "Invoices list with status and actions.",
3769
+ bestFor: "Billing or finance tables that need status columns, invoice actions, and readable operational totals.",
3770
+ category: "Table",
3771
+ tags: [
3772
+ "Finance",
3773
+ "Invoices",
3774
+ "Status"
3775
+ ],
3776
+ uses: [
3777
+ "DataTable",
3778
+ "Badge",
3779
+ "Button",
3780
+ "ResourcePage"
3781
+ ],
3782
+ tone: "from-[color:color-mix(in_oklch,var(--aui-accent)_12%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
3783
+ href: M("invoices-page"),
3784
+ previewHref: "/preview/blocks/table-01",
3785
+ previewTone: "table",
3786
+ layout: "Application",
3787
+ theme: "Soft",
3788
+ relatedTemplateSlug: "dashboard-starter",
3789
+ installSteps: [
3790
+ "Run `npx tembro init` and copy the invoice block into the billing route.",
3791
+ "Connect payment status, row actions, and export flows to real finance data.",
3792
+ "Keep summaries close to the table instead of turning the block into a full finance dashboard."
3793
+ ],
3794
+ dependencyGroups: [
3795
+ "Table rows",
3796
+ "Invoice status badges",
3797
+ "Header actions",
3798
+ "Finance filters"
3799
+ ],
3800
+ copyTargets: ["components/blocks/finance/invoices-table.tsx", "components/blocks/finance/invoice-actions.tsx"],
3801
+ notes: ["Finance blocks need explicit status language; avoid vague marketing labels in invoice rows.", "When the page needs broader reporting and settings, step up to a template-level surface."]
3802
+ }
3803
+ ], mt = T, ht = [
3804
+ [
3805
+ "variant",
3806
+ "'default' | 'secondary' | ...",
3807
+ "'default'",
3808
+ "The visual style of the button."
3809
+ ],
3810
+ [
3811
+ "size",
3812
+ "'xs' | 'sm' | 'md' | 'lg' | 'xl'",
3813
+ "'md'",
3814
+ "The size of the button."
3815
+ ],
3816
+ [
3817
+ "asChild",
3818
+ "boolean",
3819
+ "false",
3820
+ "Render as a child element using Slot."
3821
+ ],
3822
+ [
3823
+ "disabled",
3824
+ "boolean",
3825
+ "false",
3826
+ "Disables the button."
3827
+ ],
3828
+ [
3829
+ "className",
3830
+ "string",
3831
+ "-",
3832
+ "Additional CSS classes."
3833
+ ],
3834
+ [
3835
+ "onClick",
3836
+ "(e: MouseEvent) => void",
3837
+ "-",
3838
+ "Click event handler."
3839
+ ]
3840
+ ], gt = [
3841
+ "Installation",
3842
+ "Variations",
3843
+ "Sizes",
3844
+ "States",
3845
+ "Icon buttons",
3846
+ "Block button",
3847
+ "Examples",
3848
+ "API Reference",
3849
+ "Accessibility"
3850
+ ], _t = [
3851
+ {
3852
+ title: "Action buttons",
3853
+ cta: "Save changes"
3854
+ },
3855
+ {
3856
+ title: "Icon with text",
3857
+ cta: "Send message"
3858
+ },
3859
+ {
3860
+ title: "Loading state",
3861
+ cta: "Processing..."
3862
+ },
3863
+ {
3864
+ title: "Destructive action",
3865
+ cta: "Delete item"
3866
+ }
3867
+ ], vt = [
3868
+ "Tab to focus",
3869
+ "Visible focus ring",
3870
+ "Enter / Space to activate"
3871
+ ], yt = [
3872
+ "Role: button",
3873
+ "Name is programmatically determinable",
3874
+ "Minimum touch target (44x44px)",
3875
+ "Sufficient color contrast"
3876
+ ], bt = [
3877
+ {
3878
+ title: "Home",
3879
+ description: "Open the landing page with the product overview.",
3880
+ href: "/",
3881
+ group: "Docs",
3882
+ shortcut: "H",
3883
+ keywords: [
3884
+ "home",
3885
+ "landing",
3886
+ "overview",
3887
+ "introduction"
3888
+ ]
3889
+ },
3890
+ {
3891
+ title: "Blocks",
3892
+ description: "Browse reusable blocks and layout sections.",
3893
+ href: "/blocks",
3894
+ group: "Blocks",
3895
+ shortcut: "B",
3896
+ featured: !0,
3897
+ keywords: [
3898
+ "blocks",
3899
+ "catalog",
3900
+ "templates",
3901
+ "dashboards",
3902
+ "marketing",
3903
+ "layout patterns"
3904
+ ]
3905
+ },
3906
+ {
3907
+ title: "Components",
3908
+ description: "Browse component docs and related modules.",
3909
+ href: "/components",
3910
+ group: "Docs",
3911
+ shortcut: "C",
3912
+ keywords: [
3913
+ "components",
3914
+ "catalog",
3915
+ "docs",
3916
+ "family",
3917
+ "category"
3918
+ ]
3919
+ },
3920
+ {
3921
+ title: "Developer inventory",
3922
+ description: "Open the export inventory with primary components, groups, and member routes.",
3923
+ href: "/components/registry",
3924
+ group: "Docs",
3925
+ shortcut: "R",
3926
+ keywords: [
3927
+ "developer inventory",
3928
+ "registry",
3929
+ "inventory",
3930
+ "exports",
3931
+ "component list",
3932
+ "source of truth"
3933
+ ]
3934
+ },
3935
+ {
3936
+ title: "Changelog",
3937
+ description: "Read release notes and track API and docs changes.",
3938
+ href: "/changelog",
3939
+ group: "Docs",
3940
+ shortcut: "L",
3941
+ keywords: [
3942
+ "changelog",
3943
+ "release",
3944
+ "history",
3945
+ "changes",
3946
+ "version"
3947
+ ]
3948
+ },
3949
+ {
3950
+ title: "Command page",
3951
+ description: "Open the full route index and quick command page.",
3952
+ href: "/command",
3953
+ group: "Docs",
3954
+ shortcut: "K",
3955
+ keywords: [
3956
+ "command",
3957
+ "search",
3958
+ "palette",
3959
+ "route index",
3960
+ "jump"
3961
+ ]
3962
+ },
3963
+ {
3964
+ title: "Installation",
3965
+ description: "Initialize the project, write theme tokens, and copy working CLI commands.",
3966
+ href: "/docs/installation",
3967
+ group: "Docs",
3968
+ shortcut: "I",
3969
+ featured: !0,
3970
+ keywords: [
3971
+ "installation",
3972
+ "setup",
3973
+ "npm",
3974
+ "theme",
3975
+ "tembro",
3976
+ "cli"
3977
+ ]
3978
+ },
3979
+ {
3980
+ title: "Next.js installation",
3981
+ description: "Initialize tembro in a Next.js app and write local component files.",
3982
+ href: "/docs/installation/next",
3983
+ group: "Docs",
3984
+ shortcut: "I",
3985
+ keywords: [
3986
+ "installation",
3987
+ "next",
3988
+ "nextjs",
3989
+ "setup",
3990
+ "init",
3991
+ "tailwind",
3992
+ "cli"
3993
+ ]
3994
+ },
3995
+ {
3996
+ title: "Vite installation",
3997
+ description: "Initialize tembro in a Vite app and write local component files.",
3998
+ href: "/docs/installation/vite",
3999
+ group: "Docs",
4000
+ shortcut: "I",
4001
+ keywords: [
4002
+ "installation",
4003
+ "vite",
4004
+ "setup",
4005
+ "init",
4006
+ "tailwind",
4007
+ "cli"
4008
+ ]
4009
+ },
4010
+ ...Z().flatMap((e) => [{
4011
+ title: e.title,
4012
+ description: e.description,
4013
+ href: `/components/${e.slug}`,
4014
+ group: "Components",
4015
+ shortcut: "C",
4016
+ featured: e.slug === "button" || e.slug === "input" || e.slug === "dialog" || e.slug === "select" || e.slug === "card",
4017
+ keywords: [
4018
+ e.slug,
4019
+ e.title,
4020
+ e.category,
4021
+ L(e.slug),
4022
+ Ze(e.slug),
4023
+ ...e.features,
4024
+ "component",
4025
+ "detail",
4026
+ "usage",
4027
+ "installation"
4028
+ ]
4029
+ }]),
4030
+ ...Q().map((e) => ({
4031
+ title: `${e.title} in ${e.surfaceTitle}`,
4032
+ description: `${e.summary} Documented inside the ${e.surfaceTitle} surface under ${e.sectionLabel.toLowerCase()}.`,
4033
+ href: e.href,
4034
+ group: "Components",
4035
+ shortcut: "M",
4036
+ keywords: [
4037
+ e.title,
4038
+ e.slug,
4039
+ e.component,
4040
+ e.surfaceTitle,
4041
+ e.surfaceSlug,
4042
+ e.sectionLabel,
4043
+ e.maturity,
4044
+ "member",
4045
+ "surface",
4046
+ "variant",
4047
+ "wrapper"
4048
+ ]
4049
+ })),
4050
+ ...$.map((e) => ({
4051
+ title: `${e.title} group`,
4052
+ description: `${e.description} Open the grouped docs surface for related exports and usage boundaries.`,
4053
+ href: e.href,
4054
+ group: "Components",
4055
+ shortcut: "F",
4056
+ featured: e.slug === "data-table" || e.slug === "form" || e.slug === "layout",
4057
+ keywords: [
4058
+ e.slug,
4059
+ e.title,
4060
+ e.category,
4061
+ ...e.features,
4062
+ ...e.exports,
4063
+ "component group",
4064
+ "catalog",
4065
+ "system"
4066
+ ]
4067
+ })),
4068
+ ...$.flatMap((e) => e.exports.map((t) => ({
4069
+ title: `${t} API`,
4070
+ description: `${e.title} export detail with import path, related docs and usage context.`,
4071
+ href: Ee(e.slug, t),
4072
+ group: "Components",
4073
+ shortcut: "E",
4074
+ keywords: [
4075
+ t,
4076
+ e.title,
4077
+ e.slug,
4078
+ ...e.features,
4079
+ "export",
4080
+ "api",
4081
+ "component"
4082
+ ]
4083
+ })))
4084
+ ];
4085
+ //#endregion
4086
+ export { he as CLI_ADD_COMMAND, pe as CLI_INIT_NEXT_COMMAND, me as CLI_INIT_VITE_COMMAND, ge as CLI_INSTALL_COMMAND, w as CLI_PACKAGE_NAME, _e as CLI_THEME_COMMAND, fe as DOCS_APP_NAME, Se as DOCS_RELEASES_URL, be as DOCS_REPO_URL, D as DOCS_ROOT_PATH, ye as PACKAGE_GITHUB_RELEASES_URL, E as PACKAGE_GITHUB_URL, de as PACKAGE_IMPORT, T as PACKAGE_INSTALL_COMMAND, ue as PACKAGE_NAME, ve as PACKAGE_NPM_URL, xe as PACKAGE_RELEASES_URL, we as PACKAGE_RELEASE_DATE, Ce as PACKAGE_VERSION, yt as accessibilityChecks, pt as blockCards, dt as blockCoverageSections, ct as blockLayoutFilters, M as blockPath, ut as blockSortOptions, st as blockTabs, lt as blockThemeFilters, K as componentCatalog, k as componentDocsPath, Ee as componentExportPath, Te as componentExportSlug, P as componentGroupMeta, N as componentGroupOrder, $ as componentModuleCatalog, j as componentModulePath, A as componentPlaygroundPath, Fe as componentRelations, at as docsSidebar, _t as exampleCards, ft as featuredBlock, $e as getComponentDetailSidebarItems, et as getComponentDetailSidebarSections, L as getComponentGroup, Pe as getComponentGroupDetails, Y as getComponentSurfaceCatalogItem, tt as getComponentSurfaceSections, nt as getDocumentedMemberByComponent, rt as getDocumentedMembersByComponents, Z as getPrimaryComponentCatalog, Q as getPrimaryComponentMemberInventory, X as getPrimaryComponentSurfaceSlug, Ze as getPrimaryComponentSurfaceTitle, Qe as getVisibleComponentCatalog, bt as globalSearchItems, vt as inspectorChecks, mt as installCommand, Xe as isPrimaryComponentSurface, ot as playgroundSidebar, it as primaryNav, ht as propRows, O as releaseHistory, De as templatePath, gt as tocItems };