tembro 3.1.1 → 3.1.6

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 (1114) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/dist/components/actions/index.d.ts +0 -1
  3. package/dist/components/actions/public.d.ts +0 -1
  4. package/dist/components/charts/index.d.ts +1 -3
  5. package/dist/components/charts/progress-circle.cjs +1 -0
  6. package/dist/components/charts/progress-circle.d.ts +4 -0
  7. package/dist/components/charts/progress-circle.js +1 -0
  8. package/dist/components/data-table/public.d.ts +0 -5
  9. package/dist/components/display/index.d.ts +4 -10
  10. package/dist/components/display/qr-code.cjs +1 -0
  11. package/dist/components/display/qr-code.d.ts +18 -0
  12. package/dist/components/display/qr-code.js +1 -0
  13. package/dist/components/display/virtual-list.d.ts +2 -1
  14. package/dist/components/inputs/color-picker.cjs +1 -0
  15. package/dist/components/inputs/color-picker.d.ts +20 -0
  16. package/dist/components/inputs/color-picker.js +1 -0
  17. package/dist/components/inputs/index.d.ts +2 -0
  18. package/dist/components/inputs/public.d.ts +2 -0
  19. package/dist/components/inputs/signature-pad.cjs +1 -0
  20. package/dist/components/inputs/signature-pad.d.ts +36 -0
  21. package/dist/components/inputs/signature-pad.js +1 -0
  22. package/dist/components/layout/app-sidebar.d.ts +9 -2
  23. package/dist/components/layout/controllable-details.cjs +1 -0
  24. package/dist/components/layout/controllable-details.d.ts +9 -0
  25. package/dist/components/layout/controllable-details.js +1 -0
  26. package/dist/components/layout/index.d.ts +0 -4
  27. package/dist/components/layout/public.d.ts +0 -4
  28. package/dist/components/layout/sidebar-nav.d.ts +6 -1
  29. package/dist/components/modern/image-cropper.cjs +1 -0
  30. package/dist/components/modern/image-cropper.d.ts +39 -0
  31. package/dist/components/modern/image-cropper.js +1 -0
  32. package/dist/components/modern/index.d.ts +2 -3
  33. package/dist/components/modern/rich-text-editor.d.ts +17 -3
  34. package/dist/components/navigation/index.d.ts +0 -5
  35. package/dist/components/overlay/confirm-dialog.d.ts +17 -5
  36. package/dist/components/overlay/index.d.ts +0 -3
  37. package/dist/components/patterns/bulk-action-bar.cjs +1 -0
  38. package/dist/components/patterns/bulk-action-bar.d.ts +10 -0
  39. package/dist/components/patterns/bulk-action-bar.js +1 -0
  40. package/dist/components/patterns/data-view.cjs +1 -0
  41. package/dist/components/patterns/data-view.d.ts +17 -0
  42. package/dist/components/patterns/data-view.js +1 -0
  43. package/dist/components/patterns/detail-layout.cjs +1 -0
  44. package/dist/components/patterns/detail-layout.d.ts +16 -0
  45. package/dist/components/patterns/detail-layout.js +1 -0
  46. package/dist/components/patterns/empty-state.cjs +1 -0
  47. package/dist/components/patterns/empty-state.d.ts +22 -0
  48. package/dist/components/patterns/empty-state.js +1 -0
  49. package/dist/components/patterns/index.d.ts +7 -0
  50. package/dist/components/patterns/page-toolbar.cjs +1 -0
  51. package/dist/components/patterns/page-toolbar.d.ts +11 -0
  52. package/dist/components/patterns/page-toolbar.js +1 -0
  53. package/dist/components/patterns/public.d.ts +7 -0
  54. package/dist/components/patterns/settings-page.cjs +1 -0
  55. package/dist/components/patterns/settings-page.d.ts +21 -0
  56. package/dist/components/patterns/settings-page.js +1 -0
  57. package/dist/components/theme-provider.d.ts +4 -1
  58. package/dist/components/ui/accordion/index.d.ts +8 -12
  59. package/dist/components/ui/checkbox/index.d.ts +8 -2
  60. package/dist/components/ui/input/decorator.d.ts +1 -1
  61. package/dist/components/upload/index.d.ts +0 -2
  62. package/dist/index.d.ts +2 -2
  63. package/dist/showcase/package-meta.d.ts +3 -3
  64. package/dist/showcase/premium/color-picker/index.cjs +1 -0
  65. package/dist/showcase/premium/color-picker/index.d.ts +2 -0
  66. package/dist/showcase/premium/color-picker/index.js +1 -0
  67. package/dist/showcase/premium/color-picker/mock.cjs +1 -0
  68. package/dist/showcase/premium/color-picker/mock.d.ts +2 -0
  69. package/dist/showcase/premium/color-picker/mock.js +1 -0
  70. package/dist/showcase/premium/color-picker/showcase.cjs +1 -0
  71. package/dist/showcase/premium/color-picker/showcase.d.ts +2 -0
  72. package/dist/showcase/premium/color-picker/showcase.js +1 -0
  73. package/dist/showcase/premium/image-cropper/index.cjs +1 -0
  74. package/dist/showcase/premium/image-cropper/index.d.ts +2 -0
  75. package/dist/showcase/premium/image-cropper/index.js +1 -0
  76. package/dist/showcase/premium/image-cropper/mock.cjs +1 -0
  77. package/dist/showcase/premium/image-cropper/mock.d.ts +2 -0
  78. package/dist/showcase/premium/image-cropper/mock.js +1 -0
  79. package/dist/showcase/premium/image-cropper/showcase.cjs +1 -0
  80. package/dist/showcase/premium/image-cropper/showcase.d.ts +2 -0
  81. package/dist/showcase/premium/image-cropper/showcase.js +1 -0
  82. package/dist/showcase/premium/qr-code/index.cjs +1 -0
  83. package/dist/showcase/premium/qr-code/index.d.ts +2 -0
  84. package/dist/showcase/premium/qr-code/index.js +1 -0
  85. package/dist/showcase/premium/qr-code/mock.cjs +1 -0
  86. package/dist/showcase/premium/qr-code/mock.d.ts +2 -0
  87. package/dist/showcase/premium/qr-code/mock.js +1 -0
  88. package/dist/showcase/premium/qr-code/showcase.cjs +1 -0
  89. package/dist/showcase/premium/qr-code/showcase.d.ts +2 -0
  90. package/dist/showcase/premium/qr-code/showcase.js +1 -0
  91. package/dist/showcase/premium/rich-text-editor/index.cjs +1 -0
  92. package/dist/showcase/premium/rich-text-editor/index.d.ts +2 -0
  93. package/dist/showcase/premium/rich-text-editor/index.js +1 -0
  94. package/dist/showcase/premium/rich-text-editor/mock.cjs +1 -0
  95. package/dist/showcase/premium/rich-text-editor/mock.d.ts +2 -0
  96. package/dist/showcase/premium/rich-text-editor/mock.js +1 -0
  97. package/dist/showcase/premium/rich-text-editor/showcase.cjs +1 -0
  98. package/dist/showcase/premium/rich-text-editor/showcase.d.ts +2 -0
  99. package/dist/showcase/premium/rich-text-editor/showcase.js +1 -0
  100. package/dist/showcase/premium/signature-pad/index.cjs +1 -0
  101. package/dist/showcase/premium/signature-pad/index.d.ts +2 -0
  102. package/dist/showcase/premium/signature-pad/index.js +1 -0
  103. package/dist/showcase/premium/signature-pad/mock.cjs +1 -0
  104. package/dist/showcase/premium/signature-pad/mock.d.ts +2 -0
  105. package/dist/showcase/premium/signature-pad/mock.js +1 -0
  106. package/dist/showcase/premium/signature-pad/showcase.cjs +1 -0
  107. package/dist/showcase/premium/signature-pad/showcase.d.ts +2 -0
  108. package/dist/showcase/premium/signature-pad/showcase.js +1 -0
  109. package/dist/showcase/premium/statistic/showcase.d.ts +2 -1
  110. package/dist/showcase/preview-compositions.cjs +1 -0
  111. package/dist/showcase/preview-compositions.d.ts +30 -0
  112. package/dist/showcase/preview-compositions.js +1 -0
  113. package/dist/src/components/actions/index.cjs +1 -1
  114. package/dist/src/components/actions/index.js +2 -3
  115. package/dist/src/components/actions/public.cjs +1 -1
  116. package/dist/src/components/actions/public.js +2 -3
  117. package/dist/src/components/charts/index.cjs +1 -1
  118. package/dist/src/components/charts/index.js +2 -4
  119. package/dist/src/components/charts/progress-circle.cjs +1 -0
  120. package/dist/src/components/charts/progress-circle.js +5 -0
  121. package/dist/src/components/data-table/demo.cjs +1 -1
  122. package/dist/src/components/data-table/demo.js +5 -25
  123. package/dist/src/components/data-table/index.cjs +1 -1
  124. package/dist/src/components/data-table/index.js +5 -5
  125. package/dist/src/components/data-table/public.cjs +1 -1
  126. package/dist/src/components/data-table/public.js +2 -7
  127. package/dist/src/components/display/demo.cjs +1 -1
  128. package/dist/src/components/display/demo.js +1 -6
  129. package/dist/src/components/display/index.cjs +1 -1
  130. package/dist/src/components/display/index.js +19 -25
  131. package/dist/src/components/display/info-card.cjs +1 -1
  132. package/dist/src/components/display/info-card.js +30 -19
  133. package/dist/src/components/display/qr-code.cjs +1 -0
  134. package/dist/src/components/display/qr-code.js +74 -0
  135. package/dist/src/components/display/statistic.cjs +1 -1
  136. package/dist/src/components/display/statistic.js +24 -3
  137. package/dist/src/components/display/tag.cjs +1 -1
  138. package/dist/src/components/display/tag.js +13 -8
  139. package/dist/src/components/display/typography.cjs +1 -1
  140. package/dist/src/components/display/typography.js +36 -28
  141. package/dist/src/components/feedback/page-state.cjs +1 -1
  142. package/dist/src/components/feedback/page-state.js +9 -0
  143. package/dist/src/components/form/form-field-shell.cjs +1 -1
  144. package/dist/src/components/form/form-field-shell.js +9 -10
  145. package/dist/src/components/inputs/async-select.cjs +1 -1
  146. package/dist/src/components/inputs/async-select.js +36 -30
  147. package/dist/src/components/inputs/color-picker.cjs +1 -0
  148. package/dist/src/components/inputs/color-picker.js +124 -0
  149. package/dist/src/components/inputs/demo.cjs +1 -1
  150. package/dist/src/components/inputs/demo.js +0 -8
  151. package/dist/src/components/inputs/index.cjs +1 -1
  152. package/dist/src/components/inputs/index.js +3 -1
  153. package/dist/src/components/inputs/public.cjs +1 -1
  154. package/dist/src/components/inputs/public.js +3 -1
  155. package/dist/src/components/inputs/signature-pad.cjs +1 -0
  156. package/dist/src/components/inputs/signature-pad.js +118 -0
  157. package/dist/src/components/layout/app-sidebar.cjs +1 -1
  158. package/dist/src/components/layout/app-sidebar.js +211 -189
  159. package/dist/src/components/layout/controllable-details.cjs +1 -0
  160. package/dist/src/components/layout/controllable-details.js +18 -0
  161. package/dist/src/components/layout/demo.cjs +1 -1
  162. package/dist/src/components/layout/demo.js +1 -5
  163. package/dist/src/components/layout/index.cjs +1 -1
  164. package/dist/src/components/layout/index.js +3 -7
  165. package/dist/src/components/layout/public.cjs +1 -1
  166. package/dist/src/components/layout/public.js +2 -6
  167. package/dist/src/components/layout/sidebar-nav.cjs +1 -1
  168. package/dist/src/components/layout/sidebar-nav.js +105 -84
  169. package/dist/src/components/modern/image-cropper.cjs +1 -0
  170. package/dist/src/components/modern/image-cropper.js +143 -0
  171. package/dist/src/components/modern/index.cjs +1 -1
  172. package/dist/src/components/modern/index.js +6 -7
  173. package/dist/src/components/modern/rich-text-editor.cjs +1 -1
  174. package/dist/src/components/modern/rich-text-editor.js +164 -17
  175. package/dist/src/components/navigation/demo.cjs +1 -1
  176. package/dist/src/components/navigation/demo.js +1 -6
  177. package/dist/src/components/navigation/index.cjs +1 -1
  178. package/dist/src/components/navigation/index.js +2 -7
  179. package/dist/src/components/overlay/confirm-dialog.cjs +1 -1
  180. package/dist/src/components/overlay/confirm-dialog.js +54 -33
  181. package/dist/src/components/overlay/index.cjs +1 -1
  182. package/dist/src/components/overlay/index.js +3 -6
  183. package/dist/src/components/patterns/bulk-action-bar.cjs +1 -0
  184. package/dist/src/components/patterns/bulk-action-bar.js +34 -0
  185. package/dist/src/components/patterns/data-view.cjs +1 -0
  186. package/dist/src/components/patterns/data-view.js +47 -0
  187. package/dist/src/components/patterns/detail-layout.cjs +1 -0
  188. package/dist/src/components/patterns/detail-layout.js +65 -0
  189. package/dist/src/components/patterns/empty-state.cjs +1 -0
  190. package/dist/src/components/patterns/empty-state.js +62 -0
  191. package/dist/src/components/patterns/index.cjs +1 -1
  192. package/dist/src/components/patterns/index.js +10 -3
  193. package/dist/src/components/patterns/page-toolbar.cjs +1 -0
  194. package/dist/src/components/patterns/page-toolbar.js +41 -0
  195. package/dist/src/components/patterns/public.cjs +1 -1
  196. package/dist/src/components/patterns/public.js +10 -3
  197. package/dist/src/components/patterns/resource-detail-page.cjs +1 -1
  198. package/dist/src/components/patterns/resource-detail-page.js +8 -8
  199. package/dist/src/components/patterns/resource-page.cjs +1 -1
  200. package/dist/src/components/patterns/resource-page.js +1 -1
  201. package/dist/src/components/patterns/settings-page.cjs +1 -0
  202. package/dist/src/components/patterns/settings-page.js +64 -0
  203. package/dist/src/components/theme-provider.cjs +1 -1
  204. package/dist/src/components/theme-provider.js +33 -21
  205. package/dist/src/components/ui/accordion/index.cjs +1 -1
  206. package/dist/src/components/ui/accordion/index.js +3 -27
  207. package/dist/src/components/ui/badge/index.cjs +1 -1
  208. package/dist/src/components/ui/badge/index.js +19 -24
  209. package/dist/src/components/ui/button/index.cjs +1 -1
  210. package/dist/src/components/ui/button/index.js +20 -21
  211. package/dist/src/components/ui/card/index.cjs +1 -1
  212. package/dist/src/components/ui/card/index.js +21 -20
  213. package/dist/src/components/ui/checkbox/index.cjs +1 -1
  214. package/dist/src/components/ui/checkbox/index.js +31 -20
  215. package/dist/src/components/ui/dialog/index.cjs +1 -1
  216. package/dist/src/components/ui/dialog/index.js +11 -11
  217. package/dist/src/components/ui/dropdown-menu/index.cjs +1 -1
  218. package/dist/src/components/ui/dropdown-menu/index.js +21 -23
  219. package/dist/src/components/ui/input/group.cjs +1 -1
  220. package/dist/src/components/ui/input/group.js +2 -1
  221. package/dist/src/components/ui/input/index.cjs +1 -1
  222. package/dist/src/components/ui/input/index.js +9 -5
  223. package/dist/src/components/ui/input/password.cjs +1 -1
  224. package/dist/src/components/ui/input/password.js +2 -3
  225. package/dist/src/components/ui/popover/index.cjs +1 -1
  226. package/dist/src/components/ui/popover/index.js +10 -10
  227. package/dist/src/components/ui/select/index.cjs +1 -1
  228. package/dist/src/components/ui/select/index.js +64 -64
  229. package/dist/src/components/ui/tabs/index.cjs +1 -1
  230. package/dist/src/components/ui/tabs/index.js +6 -6
  231. package/dist/src/components/upload/demo.cjs +1 -1
  232. package/dist/src/components/upload/demo.js +1 -5
  233. package/dist/src/components/upload/file-upload.cjs +1 -1
  234. package/dist/src/components/upload/file-upload.js +18 -0
  235. package/dist/src/components/upload/index.cjs +1 -1
  236. package/dist/src/components/upload/index.js +1 -2
  237. package/dist/src/index.cjs +1 -1
  238. package/dist/src/index.js +109 -127
  239. package/dist/src/public-component-surface.cjs +1 -1
  240. package/dist/src/public-component-surface.js +74 -4
  241. package/dist/src/showcase/demo-snippets/actions/index.cjs +6 -6
  242. package/dist/src/showcase/demo-snippets/actions/index.js +1 -1
  243. package/dist/src/showcase/fallback.cjs +3 -3
  244. package/dist/src/showcase/fallback.js +179 -336
  245. package/dist/src/showcase/package-meta.cjs +1 -1
  246. package/dist/src/showcase/package-meta.js +1 -1
  247. package/dist/src/showcase/premium/app-sidebar/mock.cjs +25 -6
  248. package/dist/src/showcase/premium/app-sidebar/mock.js +7 -5
  249. package/dist/src/showcase/premium/app-sidebar/showcase.cjs +1 -1
  250. package/dist/src/showcase/premium/app-sidebar/showcase.js +147 -63
  251. package/dist/src/showcase/premium/{command-bar → color-picker}/index.cjs +1 -1
  252. package/dist/src/showcase/premium/color-picker/index.js +3 -0
  253. package/dist/src/showcase/premium/color-picker/mock.cjs +11 -0
  254. package/dist/src/showcase/premium/color-picker/mock.js +15 -0
  255. package/dist/src/showcase/premium/color-picker/showcase.cjs +1 -0
  256. package/dist/src/showcase/premium/color-picker/showcase.js +21 -0
  257. package/dist/src/showcase/premium/data-table/showcase.cjs +1 -1
  258. package/dist/src/showcase/premium/data-table/showcase.js +6 -6
  259. package/dist/src/showcase/premium/file-upload/mock.cjs +6 -1
  260. package/dist/src/showcase/premium/file-upload/mock.js +3 -2
  261. package/dist/src/showcase/premium/file-upload/showcase.cjs +1 -1
  262. package/dist/src/showcase/premium/file-upload/showcase.js +89 -36
  263. package/dist/src/showcase/premium/{copy-field → image-cropper}/index.cjs +1 -1
  264. package/dist/src/showcase/premium/image-cropper/index.js +3 -0
  265. package/dist/src/showcase/premium/image-cropper/mock.cjs +5 -0
  266. package/dist/src/showcase/premium/image-cropper/mock.js +15 -0
  267. package/dist/src/showcase/premium/image-cropper/showcase.cjs +1 -0
  268. package/dist/src/showcase/premium/image-cropper/showcase.js +21 -0
  269. package/dist/src/showcase/premium/index.cjs +1 -1
  270. package/dist/src/showcase/premium/index.js +352 -498
  271. package/dist/src/showcase/premium/input/mock.cjs +17 -36
  272. package/dist/src/showcase/premium/input/mock.js +3 -2
  273. package/dist/src/showcase/premium/input/showcase.cjs +1 -1
  274. package/dist/src/showcase/premium/input/showcase.js +326 -175
  275. package/dist/src/showcase/premium/page-state/mock.cjs +11 -8
  276. package/dist/src/showcase/premium/page-state/mock.js +5 -5
  277. package/dist/src/showcase/premium/page-state/showcase.cjs +1 -1
  278. package/dist/src/showcase/premium/page-state/showcase.js +59 -31
  279. package/dist/src/showcase/premium/{accordion → qr-code}/index.cjs +1 -1
  280. package/dist/src/showcase/premium/qr-code/index.js +3 -0
  281. package/dist/src/showcase/premium/qr-code/mock.cjs +5 -0
  282. package/dist/src/showcase/premium/qr-code/mock.js +15 -0
  283. package/dist/src/showcase/premium/qr-code/showcase.cjs +1 -0
  284. package/dist/src/showcase/premium/qr-code/showcase.js +22 -0
  285. package/dist/src/showcase/premium/rich-text-editor/index.cjs +1 -0
  286. package/dist/src/showcase/premium/rich-text-editor/index.js +3 -0
  287. package/dist/src/showcase/premium/rich-text-editor/mock.cjs +5 -0
  288. package/dist/src/showcase/premium/rich-text-editor/mock.js +15 -0
  289. package/dist/src/showcase/premium/rich-text-editor/showcase.cjs +1 -0
  290. package/dist/src/showcase/premium/rich-text-editor/showcase.js +20 -0
  291. package/dist/src/showcase/premium/{descriptions → signature-pad}/index.cjs +1 -1
  292. package/dist/src/showcase/premium/signature-pad/index.js +3 -0
  293. package/dist/src/showcase/premium/signature-pad/mock.cjs +10 -0
  294. package/dist/src/showcase/premium/signature-pad/mock.js +15 -0
  295. package/dist/src/showcase/premium/signature-pad/showcase.cjs +1 -0
  296. package/dist/src/showcase/premium/signature-pad/showcase.js +24 -0
  297. package/dist/src/showcase/premium/statistic/mock.cjs +2 -2
  298. package/dist/src/showcase/premium/statistic/mock.js +1 -1
  299. package/dist/src/showcase/premium/statistic/showcase.cjs +1 -1
  300. package/dist/src/showcase/premium/statistic/showcase.js +72 -50
  301. package/dist/src/showcase/premium/tag/showcase.cjs +1 -1
  302. package/dist/src/showcase/premium/tag/showcase.js +82 -13
  303. package/dist/src/showcase/preview-catalog.cjs +1 -2
  304. package/dist/src/showcase/preview-catalog.js +2 -2
  305. package/dist/src/showcase/preview-compositions.cjs +1 -0
  306. package/dist/src/showcase/preview-compositions.js +50 -0
  307. package/dist/src/showcase/registry-quality.cjs +1 -1
  308. package/dist/src/showcase/registry-quality.js +4 -19
  309. package/dist/src/showcase/registry-specific.cjs +1 -1
  310. package/dist/src/showcase/registry-specific.js +272 -430
  311. package/dist/src/showcase/render-registry-preview.cjs +1 -1
  312. package/dist/src/showcase/render-registry-preview.js +233 -338
  313. package/dist/src/showcase/site-data.cjs +1 -1
  314. package/dist/src/showcase/site-data.js +365 -1422
  315. package/dist/src/showcase/tembro-registry.json.cjs +1 -1
  316. package/dist/src/showcase/tembro-registry.json.js +76 -57
  317. package/package.json +12 -3
  318. package/packages/cli/dist/index.cjs +931 -123
  319. package/packages/cli/vendor/src/components/actions/index.ts +0 -1
  320. package/packages/cli/vendor/src/components/actions/public.ts +0 -1
  321. package/packages/cli/vendor/src/components/charts/index.ts +2 -4
  322. package/packages/cli/vendor/src/components/charts/progress-circle.tsx +7 -0
  323. package/packages/cli/vendor/src/components/data-table/demo.tsx +0 -25
  324. package/packages/cli/vendor/src/components/data-table/public.ts +0 -5
  325. package/packages/cli/vendor/src/components/display/demo.tsx +0 -5
  326. package/packages/cli/vendor/src/components/display/index.ts +12 -18
  327. package/packages/cli/vendor/src/components/display/info-card.tsx +35 -27
  328. package/packages/cli/vendor/src/components/display/qr-code.tsx +101 -0
  329. package/packages/cli/vendor/src/components/display/statistic.tsx +14 -12
  330. package/packages/cli/vendor/src/components/display/tag.tsx +18 -11
  331. package/packages/cli/vendor/src/components/display/typography.tsx +12 -14
  332. package/packages/cli/vendor/src/components/display/virtual-list.tsx +18 -16
  333. package/packages/cli/vendor/src/components/feedback/page-state.tsx +9 -5
  334. package/packages/cli/vendor/src/components/form/form-field-shell.tsx +9 -12
  335. package/packages/cli/vendor/src/components/inputs/async-select.tsx +47 -73
  336. package/packages/cli/vendor/src/components/inputs/color-picker.tsx +154 -0
  337. package/packages/cli/vendor/src/components/inputs/demo.tsx +0 -8
  338. package/packages/cli/vendor/src/components/inputs/index.ts +2 -0
  339. package/packages/cli/vendor/src/components/inputs/public.ts +2 -0
  340. package/packages/cli/vendor/src/components/inputs/signature-pad.tsx +192 -0
  341. package/packages/cli/vendor/src/components/layout/app-sidebar.tsx +168 -112
  342. package/packages/cli/vendor/src/components/layout/controllable-details.tsx +37 -0
  343. package/packages/cli/vendor/src/components/layout/demo.tsx +0 -2
  344. package/packages/cli/vendor/src/components/layout/index.ts +0 -4
  345. package/packages/cli/vendor/src/components/layout/public.ts +0 -4
  346. package/packages/cli/vendor/src/components/layout/sidebar-nav.tsx +45 -5
  347. package/packages/cli/vendor/src/components/modern/image-cropper.tsx +226 -0
  348. package/packages/cli/vendor/src/components/modern/index.ts +2 -3
  349. package/packages/cli/vendor/src/components/modern/rich-text-editor.tsx +170 -29
  350. package/packages/cli/vendor/src/components/navigation/demo.tsx +0 -3
  351. package/packages/cli/vendor/src/components/navigation/index.ts +0 -5
  352. package/packages/cli/vendor/src/components/overlay/confirm-dialog.tsx +84 -30
  353. package/packages/cli/vendor/src/components/overlay/index.ts +0 -3
  354. package/packages/cli/vendor/src/components/patterns/bulk-action-bar.tsx +53 -0
  355. package/packages/cli/vendor/src/components/patterns/data-view.tsx +64 -0
  356. package/packages/cli/vendor/src/components/patterns/detail-layout.tsx +75 -0
  357. package/packages/cli/vendor/src/components/patterns/empty-state.tsx +99 -0
  358. package/packages/cli/vendor/src/components/patterns/index.ts +7 -0
  359. package/packages/cli/vendor/src/components/patterns/page-toolbar.tsx +61 -0
  360. package/packages/cli/vendor/src/components/patterns/public.ts +7 -0
  361. package/packages/cli/vendor/src/components/patterns/resource-detail-page.tsx +59 -55
  362. package/packages/cli/vendor/src/components/patterns/resource-page.tsx +5 -5
  363. package/packages/cli/vendor/src/components/patterns/settings-page.tsx +84 -0
  364. package/packages/cli/vendor/src/components/theme-provider.tsx +36 -9
  365. package/packages/cli/vendor/src/components/ui/accordion/index.tsx +10 -28
  366. package/packages/cli/vendor/src/components/ui/badge/index.tsx +20 -29
  367. package/packages/cli/vendor/src/components/ui/button/index.tsx +19 -23
  368. package/packages/cli/vendor/src/components/ui/card/index.tsx +16 -21
  369. package/packages/cli/vendor/src/components/ui/checkbox/index.tsx +50 -28
  370. package/packages/cli/vendor/src/components/ui/command/index.tsx +1 -1
  371. package/packages/cli/vendor/src/components/ui/dialog/index.tsx +7 -13
  372. package/packages/cli/vendor/src/components/ui/dropdown-menu/index.tsx +14 -26
  373. package/packages/cli/vendor/src/components/ui/input/decorator.tsx +1 -1
  374. package/packages/cli/vendor/src/components/ui/input/group.tsx +2 -1
  375. package/packages/cli/vendor/src/components/ui/input/index.tsx +15 -19
  376. package/packages/cli/vendor/src/components/ui/input/money.tsx +1 -1
  377. package/packages/cli/vendor/src/components/ui/input/password.tsx +8 -8
  378. package/packages/cli/vendor/src/components/ui/input/quantity.tsx +1 -1
  379. package/packages/cli/vendor/src/components/ui/popover/index.tsx +5 -5
  380. package/packages/cli/vendor/src/components/ui/select/index.tsx +9 -14
  381. package/packages/cli/vendor/src/components/ui/tabs/index.tsx +3 -12
  382. package/packages/cli/vendor/src/components/upload/demo.tsx +0 -1
  383. package/packages/cli/vendor/src/components/upload/file-upload.tsx +16 -14
  384. package/packages/cli/vendor/src/components/upload/index.ts +0 -2
  385. package/packages/cli/vendor/src/index.ts +10 -10
  386. package/packages/cli/vendor/src/public-component-surface.ts +27 -13
  387. package/packages/cli/vendor/src/showcase/demo-snippets/actions/index.ts +6 -6
  388. package/packages/cli/vendor/src/showcase/fallback.tsx +20 -137
  389. package/packages/cli/vendor/src/showcase/package-meta.ts +2 -2
  390. package/packages/cli/vendor/src/showcase/premium/app-sidebar/mock.ts +29 -9
  391. package/packages/cli/vendor/src/showcase/premium/app-sidebar/showcase.tsx +60 -17
  392. package/packages/cli/vendor/src/showcase/premium/carousel/showcase.tsx +2 -1
  393. package/packages/cli/vendor/src/showcase/premium/color-picker/index.ts +2 -0
  394. package/packages/cli/vendor/src/showcase/premium/color-picker/mock.ts +21 -0
  395. package/packages/cli/vendor/src/showcase/premium/color-picker/showcase.tsx +14 -0
  396. package/packages/cli/vendor/src/showcase/premium/data-table/showcase.tsx +2 -2
  397. package/packages/cli/vendor/src/showcase/premium/file-upload/mock.ts +7 -1
  398. package/packages/cli/vendor/src/showcase/premium/file-upload/showcase.tsx +33 -2
  399. package/packages/cli/vendor/src/showcase/premium/image-cropper/index.ts +2 -0
  400. package/packages/cli/vendor/src/showcase/premium/image-cropper/mock.ts +15 -0
  401. package/packages/cli/vendor/src/showcase/premium/image-cropper/showcase.tsx +14 -0
  402. package/packages/cli/vendor/src/showcase/premium/index.ts +28 -76
  403. package/packages/cli/vendor/src/showcase/premium/input/mock.ts +3 -2
  404. package/packages/cli/vendor/src/showcase/premium/input/showcase.tsx +67 -0
  405. package/packages/cli/vendor/src/showcase/premium/page-state/mock.ts +11 -8
  406. package/packages/cli/vendor/src/showcase/premium/page-state/showcase.tsx +24 -3
  407. package/packages/cli/vendor/src/showcase/premium/qr-code/index.ts +2 -0
  408. package/packages/cli/vendor/src/showcase/premium/qr-code/mock.ts +15 -0
  409. package/packages/cli/vendor/src/showcase/premium/qr-code/showcase.tsx +12 -0
  410. package/packages/cli/vendor/src/showcase/premium/rich-text-editor/index.ts +2 -0
  411. package/packages/cli/vendor/src/showcase/premium/rich-text-editor/mock.ts +15 -0
  412. package/packages/cli/vendor/src/showcase/premium/rich-text-editor/showcase.tsx +12 -0
  413. package/packages/cli/vendor/src/showcase/premium/signature-pad/index.ts +2 -0
  414. package/packages/cli/vendor/src/showcase/premium/signature-pad/mock.ts +20 -0
  415. package/packages/cli/vendor/src/showcase/premium/signature-pad/showcase.tsx +14 -0
  416. package/packages/cli/vendor/src/showcase/premium/statistic/mock.ts +2 -2
  417. package/packages/cli/vendor/src/showcase/premium/statistic/showcase.tsx +22 -7
  418. package/packages/cli/vendor/src/showcase/premium/tag/showcase.tsx +41 -10
  419. package/packages/cli/vendor/src/showcase/premium/typography/showcase.tsx +1 -1
  420. package/packages/cli/vendor/src/showcase/preview-catalog.tsx +2 -2
  421. package/packages/cli/vendor/src/showcase/preview-compositions.tsx +37 -0
  422. package/packages/cli/vendor/src/showcase/registry-quality.ts +8 -25
  423. package/packages/cli/vendor/src/showcase/registry-specific.tsx +31 -132
  424. package/packages/cli/vendor/src/showcase/render-registry-preview.tsx +37 -117
  425. package/packages/cli/vendor/src/showcase/site-data.tsx +70 -489
  426. package/packages/cli/vendor/src/showcase/tembro-registry.json +373 -347
  427. package/packages/cli/vendor/templates/styles/globals.css +793 -12
  428. package/registry.json +82 -39
  429. package/dist/components/actions/copy-field.cjs +0 -1
  430. package/dist/components/actions/copy-field.d.ts +0 -11
  431. package/dist/components/actions/copy-field.js +0 -1
  432. package/dist/components/charts/horizontal-bar-chart.cjs +0 -1
  433. package/dist/components/charts/horizontal-bar-chart.d.ts +0 -17
  434. package/dist/components/charts/horizontal-bar-chart.js +0 -1
  435. package/dist/components/charts/kpi.cjs +0 -1
  436. package/dist/components/charts/kpi.d.ts +0 -18
  437. package/dist/components/charts/kpi.js +0 -1
  438. package/dist/components/display/comparison-card.cjs +0 -1
  439. package/dist/components/display/comparison-card.d.ts +0 -15
  440. package/dist/components/display/comparison-card.js +0 -1
  441. package/dist/components/display/data-list.cjs +0 -1
  442. package/dist/components/display/data-list.d.ts +0 -25
  443. package/dist/components/display/data-list.js +0 -1
  444. package/dist/components/display/delta-badge.cjs +0 -1
  445. package/dist/components/display/delta-badge.d.ts +0 -10
  446. package/dist/components/display/delta-badge.js +0 -1
  447. package/dist/components/display/descriptions.cjs +0 -1
  448. package/dist/components/display/descriptions.d.ts +0 -19
  449. package/dist/components/display/descriptions.js +0 -1
  450. package/dist/components/display/metric-grid.cjs +0 -1
  451. package/dist/components/display/metric-grid.d.ts +0 -23
  452. package/dist/components/display/metric-grid.js +0 -1
  453. package/dist/components/display/progress-circle.cjs +0 -1
  454. package/dist/components/display/progress-circle.d.ts +0 -8
  455. package/dist/components/display/progress-circle.js +0 -1
  456. package/dist/components/display/property-grid.cjs +0 -1
  457. package/dist/components/display/property-grid.d.ts +0 -15
  458. package/dist/components/display/property-grid.js +0 -1
  459. package/dist/components/display/result.cjs +0 -1
  460. package/dist/components/display/result.d.ts +0 -18
  461. package/dist/components/display/result.js +0 -1
  462. package/dist/components/display/trend-card.cjs +0 -1
  463. package/dist/components/display/trend-card.d.ts +0 -13
  464. package/dist/components/display/trend-card.js +0 -1
  465. package/dist/components/display/user-card.cjs +0 -1
  466. package/dist/components/display/user-card.d.ts +0 -12
  467. package/dist/components/display/user-card.js +0 -1
  468. package/dist/components/layout/stat-card.cjs +0 -1
  469. package/dist/components/layout/stat-card.d.ts +0 -32
  470. package/dist/components/layout/stat-card.js +0 -1
  471. package/dist/components/modern/tour.cjs +0 -1
  472. package/dist/components/modern/tour.d.ts +0 -14
  473. package/dist/components/modern/tour.js +0 -1
  474. package/dist/components/navigation/anchor-nav.cjs +0 -1
  475. package/dist/components/navigation/anchor-nav.d.ts +0 -15
  476. package/dist/components/navigation/anchor-nav.js +0 -1
  477. package/dist/components/navigation/command-bar.cjs +0 -1
  478. package/dist/components/navigation/command-bar.d.ts +0 -10
  479. package/dist/components/navigation/command-bar.js +0 -1
  480. package/dist/components/navigation/nav-tabs.cjs +0 -1
  481. package/dist/components/navigation/nav-tabs.d.ts +0 -17
  482. package/dist/components/navigation/nav-tabs.js +0 -1
  483. package/dist/components/navigation/page-tabs.cjs +0 -1
  484. package/dist/components/navigation/page-tabs.d.ts +0 -18
  485. package/dist/components/navigation/page-tabs.js +0 -1
  486. package/dist/components/navigation/stepper-tabs.cjs +0 -1
  487. package/dist/components/navigation/stepper-tabs.d.ts +0 -19
  488. package/dist/components/navigation/stepper-tabs.js +0 -1
  489. package/dist/components/overlay/dialog-actions.cjs +0 -1
  490. package/dist/components/overlay/dialog-actions.d.ts +0 -14
  491. package/dist/components/overlay/dialog-actions.js +0 -1
  492. package/dist/components/overlay/modal-shell.cjs +0 -1
  493. package/dist/components/overlay/modal-shell.d.ts +0 -20
  494. package/dist/components/overlay/modal-shell.js +0 -1
  495. package/dist/components/overlay/sheet-shell.cjs +0 -1
  496. package/dist/components/overlay/sheet-shell.d.ts +0 -34
  497. package/dist/components/overlay/sheet-shell.js +0 -1
  498. package/dist/components/ui/hover-card.cjs +0 -1
  499. package/dist/components/ui/hover-card.d.ts +0 -17
  500. package/dist/components/ui/hover-card.js +0 -1
  501. package/dist/components/ui/input-group/index.cjs +0 -1
  502. package/dist/components/ui/input-group/index.d.ts +0 -1
  503. package/dist/components/ui/input-group/index.js +0 -1
  504. package/dist/components/ui/input-primitive/index.cjs +0 -1
  505. package/dist/components/ui/input-primitive/index.d.ts +0 -2
  506. package/dist/components/ui/input-primitive/index.js +0 -1
  507. package/dist/components/upload/file-dropzone.cjs +0 -1
  508. package/dist/components/upload/file-dropzone.d.ts +0 -10
  509. package/dist/components/upload/file-dropzone.js +0 -1
  510. package/dist/showcase/premium/accordion/index.cjs +0 -1
  511. package/dist/showcase/premium/accordion/index.d.ts +0 -2
  512. package/dist/showcase/premium/accordion/index.js +0 -1
  513. package/dist/showcase/premium/accordion/mock.cjs +0 -1
  514. package/dist/showcase/premium/accordion/mock.d.ts +0 -2
  515. package/dist/showcase/premium/accordion/mock.js +0 -1
  516. package/dist/showcase/premium/accordion/showcase.cjs +0 -1
  517. package/dist/showcase/premium/accordion/showcase.d.ts +0 -2
  518. package/dist/showcase/premium/accordion/showcase.js +0 -1
  519. package/dist/showcase/premium/app-shell/index.cjs +0 -1
  520. package/dist/showcase/premium/app-shell/index.d.ts +0 -2
  521. package/dist/showcase/premium/app-shell/index.js +0 -1
  522. package/dist/showcase/premium/app-shell/mock.cjs +0 -1
  523. package/dist/showcase/premium/app-shell/mock.d.ts +0 -2
  524. package/dist/showcase/premium/app-shell/mock.js +0 -1
  525. package/dist/showcase/premium/app-shell/showcase.cjs +0 -1
  526. package/dist/showcase/premium/app-shell/showcase.d.ts +0 -3
  527. package/dist/showcase/premium/app-shell/showcase.js +0 -1
  528. package/dist/showcase/premium/clearable-input/index.cjs +0 -1
  529. package/dist/showcase/premium/clearable-input/index.d.ts +0 -2
  530. package/dist/showcase/premium/clearable-input/index.js +0 -1
  531. package/dist/showcase/premium/clearable-input/mock.cjs +0 -1
  532. package/dist/showcase/premium/clearable-input/mock.d.ts +0 -2
  533. package/dist/showcase/premium/clearable-input/mock.js +0 -1
  534. package/dist/showcase/premium/clearable-input/showcase.cjs +0 -1
  535. package/dist/showcase/premium/clearable-input/showcase.d.ts +0 -3
  536. package/dist/showcase/premium/clearable-input/showcase.js +0 -1
  537. package/dist/showcase/premium/combobox/index.cjs +0 -1
  538. package/dist/showcase/premium/combobox/index.d.ts +0 -2
  539. package/dist/showcase/premium/combobox/index.js +0 -1
  540. package/dist/showcase/premium/combobox/mock.cjs +0 -1
  541. package/dist/showcase/premium/combobox/mock.d.ts +0 -2
  542. package/dist/showcase/premium/combobox/mock.js +0 -1
  543. package/dist/showcase/premium/combobox/showcase.cjs +0 -1
  544. package/dist/showcase/premium/combobox/showcase.d.ts +0 -3
  545. package/dist/showcase/premium/combobox/showcase.js +0 -1
  546. package/dist/showcase/premium/command-bar/index.cjs +0 -1
  547. package/dist/showcase/premium/command-bar/index.d.ts +0 -2
  548. package/dist/showcase/premium/command-bar/index.js +0 -1
  549. package/dist/showcase/premium/command-bar/mock.cjs +0 -1
  550. package/dist/showcase/premium/command-bar/mock.d.ts +0 -2
  551. package/dist/showcase/premium/command-bar/mock.js +0 -1
  552. package/dist/showcase/premium/command-bar/showcase.cjs +0 -1
  553. package/dist/showcase/premium/command-bar/showcase.d.ts +0 -2
  554. package/dist/showcase/premium/command-bar/showcase.js +0 -1
  555. package/dist/showcase/premium/copy-field/index.cjs +0 -1
  556. package/dist/showcase/premium/copy-field/index.d.ts +0 -2
  557. package/dist/showcase/premium/copy-field/index.js +0 -1
  558. package/dist/showcase/premium/copy-field/mock.cjs +0 -1
  559. package/dist/showcase/premium/copy-field/mock.d.ts +0 -2
  560. package/dist/showcase/premium/copy-field/mock.js +0 -1
  561. package/dist/showcase/premium/copy-field/showcase.cjs +0 -1
  562. package/dist/showcase/premium/copy-field/showcase.d.ts +0 -2
  563. package/dist/showcase/premium/copy-field/showcase.js +0 -1
  564. package/dist/showcase/premium/data-table-parts/data.cjs +0 -1
  565. package/dist/showcase/premium/data-table-parts/data.d.ts +0 -27
  566. package/dist/showcase/premium/data-table-parts/data.js +0 -1
  567. package/dist/showcase/premium/data-table-parts/index.cjs +0 -1
  568. package/dist/showcase/premium/data-table-parts/index.d.ts +0 -2
  569. package/dist/showcase/premium/data-table-parts/index.js +0 -1
  570. package/dist/showcase/premium/data-table-parts/mock.cjs +0 -1
  571. package/dist/showcase/premium/data-table-parts/mock.d.ts +0 -7
  572. package/dist/showcase/premium/data-table-parts/mock.js +0 -1
  573. package/dist/showcase/premium/data-table-parts/showcase.cjs +0 -1
  574. package/dist/showcase/premium/data-table-parts/showcase.d.ts +0 -6
  575. package/dist/showcase/premium/data-table-parts/showcase.js +0 -1
  576. package/dist/showcase/premium/date-input/index.cjs +0 -1
  577. package/dist/showcase/premium/date-input/index.d.ts +0 -2
  578. package/dist/showcase/premium/date-input/index.js +0 -1
  579. package/dist/showcase/premium/date-input/mock.cjs +0 -1
  580. package/dist/showcase/premium/date-input/mock.d.ts +0 -2
  581. package/dist/showcase/premium/date-input/mock.js +0 -1
  582. package/dist/showcase/premium/date-input/showcase.cjs +0 -1
  583. package/dist/showcase/premium/date-input/showcase.d.ts +0 -2
  584. package/dist/showcase/premium/date-input/showcase.js +0 -1
  585. package/dist/showcase/premium/date-range-input/index.cjs +0 -1
  586. package/dist/showcase/premium/date-range-input/index.d.ts +0 -2
  587. package/dist/showcase/premium/date-range-input/index.js +0 -1
  588. package/dist/showcase/premium/date-range-input/mock.cjs +0 -1
  589. package/dist/showcase/premium/date-range-input/mock.d.ts +0 -2
  590. package/dist/showcase/premium/date-range-input/mock.js +0 -1
  591. package/dist/showcase/premium/date-range-input/showcase.cjs +0 -1
  592. package/dist/showcase/premium/date-range-input/showcase.d.ts +0 -2
  593. package/dist/showcase/premium/date-range-input/showcase.js +0 -1
  594. package/dist/showcase/premium/descriptions/index.cjs +0 -1
  595. package/dist/showcase/premium/descriptions/index.d.ts +0 -2
  596. package/dist/showcase/premium/descriptions/index.js +0 -1
  597. package/dist/showcase/premium/descriptions/mock.cjs +0 -1
  598. package/dist/showcase/premium/descriptions/mock.d.ts +0 -2
  599. package/dist/showcase/premium/descriptions/mock.js +0 -1
  600. package/dist/showcase/premium/descriptions/showcase.cjs +0 -1
  601. package/dist/showcase/premium/descriptions/showcase.d.ts +0 -2
  602. package/dist/showcase/premium/descriptions/showcase.js +0 -1
  603. package/dist/showcase/premium/hover-card/index.cjs +0 -1
  604. package/dist/showcase/premium/hover-card/index.d.ts +0 -2
  605. package/dist/showcase/premium/hover-card/index.js +0 -1
  606. package/dist/showcase/premium/hover-card/mock.cjs +0 -1
  607. package/dist/showcase/premium/hover-card/mock.d.ts +0 -2
  608. package/dist/showcase/premium/hover-card/mock.js +0 -1
  609. package/dist/showcase/premium/hover-card/showcase.cjs +0 -1
  610. package/dist/showcase/premium/hover-card/showcase.d.ts +0 -2
  611. package/dist/showcase/premium/hover-card/showcase.js +0 -1
  612. package/dist/showcase/premium/masked-input/index.cjs +0 -1
  613. package/dist/showcase/premium/masked-input/index.d.ts +0 -2
  614. package/dist/showcase/premium/masked-input/index.js +0 -1
  615. package/dist/showcase/premium/masked-input/mock.cjs +0 -1
  616. package/dist/showcase/premium/masked-input/mock.d.ts +0 -2
  617. package/dist/showcase/premium/masked-input/mock.js +0 -1
  618. package/dist/showcase/premium/masked-input/showcase.cjs +0 -1
  619. package/dist/showcase/premium/masked-input/showcase.d.ts +0 -2
  620. package/dist/showcase/premium/masked-input/showcase.js +0 -1
  621. package/dist/showcase/premium/metric-grid/index.cjs +0 -1
  622. package/dist/showcase/premium/metric-grid/index.d.ts +0 -2
  623. package/dist/showcase/premium/metric-grid/index.js +0 -1
  624. package/dist/showcase/premium/metric-grid/mock.cjs +0 -1
  625. package/dist/showcase/premium/metric-grid/mock.d.ts +0 -2
  626. package/dist/showcase/premium/metric-grid/mock.js +0 -1
  627. package/dist/showcase/premium/metric-grid/showcase.cjs +0 -1
  628. package/dist/showcase/premium/metric-grid/showcase.d.ts +0 -3
  629. package/dist/showcase/premium/metric-grid/showcase.js +0 -1
  630. package/dist/showcase/premium/modal-shell/index.cjs +0 -1
  631. package/dist/showcase/premium/modal-shell/index.d.ts +0 -2
  632. package/dist/showcase/premium/modal-shell/index.js +0 -1
  633. package/dist/showcase/premium/modal-shell/mock.cjs +0 -1
  634. package/dist/showcase/premium/modal-shell/mock.d.ts +0 -2
  635. package/dist/showcase/premium/modal-shell/mock.js +0 -1
  636. package/dist/showcase/premium/modal-shell/showcase.cjs +0 -1
  637. package/dist/showcase/premium/modal-shell/showcase.d.ts +0 -3
  638. package/dist/showcase/premium/modal-shell/showcase.js +0 -1
  639. package/dist/showcase/premium/money-input/index.cjs +0 -1
  640. package/dist/showcase/premium/money-input/index.d.ts +0 -2
  641. package/dist/showcase/premium/money-input/index.js +0 -1
  642. package/dist/showcase/premium/money-input/mock.cjs +0 -1
  643. package/dist/showcase/premium/money-input/mock.d.ts +0 -2
  644. package/dist/showcase/premium/money-input/mock.js +0 -1
  645. package/dist/showcase/premium/money-input/showcase.cjs +0 -1
  646. package/dist/showcase/premium/money-input/showcase.d.ts +0 -1
  647. package/dist/showcase/premium/money-input/showcase.js +0 -1
  648. package/dist/showcase/premium/number-input/index.cjs +0 -1
  649. package/dist/showcase/premium/number-input/index.d.ts +0 -2
  650. package/dist/showcase/premium/number-input/index.js +0 -1
  651. package/dist/showcase/premium/number-input/mock.cjs +0 -1
  652. package/dist/showcase/premium/number-input/mock.d.ts +0 -2
  653. package/dist/showcase/premium/number-input/mock.js +0 -1
  654. package/dist/showcase/premium/number-input/showcase.cjs +0 -1
  655. package/dist/showcase/premium/number-input/showcase.d.ts +0 -1
  656. package/dist/showcase/premium/number-input/showcase.js +0 -1
  657. package/dist/showcase/premium/page-container/index.cjs +0 -1
  658. package/dist/showcase/premium/page-container/index.d.ts +0 -2
  659. package/dist/showcase/premium/page-container/index.js +0 -1
  660. package/dist/showcase/premium/page-container/mock.cjs +0 -1
  661. package/dist/showcase/premium/page-container/mock.d.ts +0 -2
  662. package/dist/showcase/premium/page-container/mock.js +0 -1
  663. package/dist/showcase/premium/page-container/showcase.cjs +0 -1
  664. package/dist/showcase/premium/page-container/showcase.d.ts +0 -3
  665. package/dist/showcase/premium/page-container/showcase.js +0 -1
  666. package/dist/showcase/premium/page-header/index.cjs +0 -1
  667. package/dist/showcase/premium/page-header/index.d.ts +0 -2
  668. package/dist/showcase/premium/page-header/index.js +0 -1
  669. package/dist/showcase/premium/page-header/mock.cjs +0 -1
  670. package/dist/showcase/premium/page-header/mock.d.ts +0 -2
  671. package/dist/showcase/premium/page-header/mock.js +0 -1
  672. package/dist/showcase/premium/page-header/showcase.cjs +0 -1
  673. package/dist/showcase/premium/page-header/showcase.d.ts +0 -3
  674. package/dist/showcase/premium/page-header/showcase.js +0 -1
  675. package/dist/showcase/premium/page-tabs/index.cjs +0 -1
  676. package/dist/showcase/premium/page-tabs/index.d.ts +0 -2
  677. package/dist/showcase/premium/page-tabs/index.js +0 -1
  678. package/dist/showcase/premium/page-tabs/mock.cjs +0 -1
  679. package/dist/showcase/premium/page-tabs/mock.d.ts +0 -2
  680. package/dist/showcase/premium/page-tabs/mock.js +0 -1
  681. package/dist/showcase/premium/page-tabs/showcase.cjs +0 -1
  682. package/dist/showcase/premium/page-tabs/showcase.d.ts +0 -3
  683. package/dist/showcase/premium/page-tabs/showcase.js +0 -1
  684. package/dist/showcase/premium/password-input/index.cjs +0 -1
  685. package/dist/showcase/premium/password-input/index.d.ts +0 -2
  686. package/dist/showcase/premium/password-input/index.js +0 -1
  687. package/dist/showcase/premium/password-input/mock.cjs +0 -1
  688. package/dist/showcase/premium/password-input/mock.d.ts +0 -2
  689. package/dist/showcase/premium/password-input/mock.js +0 -1
  690. package/dist/showcase/premium/password-input/showcase.cjs +0 -1
  691. package/dist/showcase/premium/password-input/showcase.d.ts +0 -3
  692. package/dist/showcase/premium/password-input/showcase.js +0 -1
  693. package/dist/showcase/premium/phone-input/index.cjs +0 -1
  694. package/dist/showcase/premium/phone-input/index.d.ts +0 -2
  695. package/dist/showcase/premium/phone-input/index.js +0 -1
  696. package/dist/showcase/premium/phone-input/mock.cjs +0 -1
  697. package/dist/showcase/premium/phone-input/mock.d.ts +0 -2
  698. package/dist/showcase/premium/phone-input/mock.js +0 -1
  699. package/dist/showcase/premium/phone-input/showcase.cjs +0 -1
  700. package/dist/showcase/premium/phone-input/showcase.d.ts +0 -2
  701. package/dist/showcase/premium/phone-input/showcase.js +0 -1
  702. package/dist/showcase/premium/property-grid/index.cjs +0 -1
  703. package/dist/showcase/premium/property-grid/index.d.ts +0 -2
  704. package/dist/showcase/premium/property-grid/index.js +0 -1
  705. package/dist/showcase/premium/property-grid/mock.cjs +0 -1
  706. package/dist/showcase/premium/property-grid/mock.d.ts +0 -2
  707. package/dist/showcase/premium/property-grid/mock.js +0 -1
  708. package/dist/showcase/premium/property-grid/showcase.cjs +0 -1
  709. package/dist/showcase/premium/property-grid/showcase.d.ts +0 -1
  710. package/dist/showcase/premium/property-grid/showcase.js +0 -1
  711. package/dist/showcase/premium/quantity-input/index.cjs +0 -1
  712. package/dist/showcase/premium/quantity-input/index.d.ts +0 -2
  713. package/dist/showcase/premium/quantity-input/index.js +0 -1
  714. package/dist/showcase/premium/quantity-input/mock.cjs +0 -1
  715. package/dist/showcase/premium/quantity-input/mock.d.ts +0 -2
  716. package/dist/showcase/premium/quantity-input/mock.js +0 -1
  717. package/dist/showcase/premium/quantity-input/showcase.cjs +0 -1
  718. package/dist/showcase/premium/quantity-input/showcase.d.ts +0 -1
  719. package/dist/showcase/premium/quantity-input/showcase.js +0 -1
  720. package/dist/showcase/premium/result/index.cjs +0 -1
  721. package/dist/showcase/premium/result/index.d.ts +0 -2
  722. package/dist/showcase/premium/result/index.js +0 -1
  723. package/dist/showcase/premium/result/mock.cjs +0 -1
  724. package/dist/showcase/premium/result/mock.d.ts +0 -2
  725. package/dist/showcase/premium/result/mock.js +0 -1
  726. package/dist/showcase/premium/result/showcase.cjs +0 -1
  727. package/dist/showcase/premium/result/showcase.d.ts +0 -3
  728. package/dist/showcase/premium/result/showcase.js +0 -1
  729. package/dist/showcase/premium/search-input/index.cjs +0 -1
  730. package/dist/showcase/premium/search-input/index.d.ts +0 -2
  731. package/dist/showcase/premium/search-input/index.js +0 -1
  732. package/dist/showcase/premium/search-input/mock.cjs +0 -1
  733. package/dist/showcase/premium/search-input/mock.d.ts +0 -2
  734. package/dist/showcase/premium/search-input/mock.js +0 -1
  735. package/dist/showcase/premium/search-input/showcase.cjs +0 -1
  736. package/dist/showcase/premium/search-input/showcase.d.ts +0 -3
  737. package/dist/showcase/premium/search-input/showcase.js +0 -1
  738. package/dist/showcase/premium/sheet-shell/index.cjs +0 -1
  739. package/dist/showcase/premium/sheet-shell/index.d.ts +0 -2
  740. package/dist/showcase/premium/sheet-shell/index.js +0 -1
  741. package/dist/showcase/premium/sheet-shell/mock.cjs +0 -1
  742. package/dist/showcase/premium/sheet-shell/mock.d.ts +0 -2
  743. package/dist/showcase/premium/sheet-shell/mock.js +0 -1
  744. package/dist/showcase/premium/sheet-shell/showcase.cjs +0 -1
  745. package/dist/showcase/premium/sheet-shell/showcase.d.ts +0 -2
  746. package/dist/showcase/premium/sheet-shell/showcase.js +0 -1
  747. package/dist/showcase/premium/sidebar-nav/index.cjs +0 -1
  748. package/dist/showcase/premium/sidebar-nav/index.d.ts +0 -2
  749. package/dist/showcase/premium/sidebar-nav/index.js +0 -1
  750. package/dist/showcase/premium/sidebar-nav/mock.cjs +0 -1
  751. package/dist/showcase/premium/sidebar-nav/mock.d.ts +0 -2
  752. package/dist/showcase/premium/sidebar-nav/mock.js +0 -1
  753. package/dist/showcase/premium/sidebar-nav/showcase.cjs +0 -1
  754. package/dist/showcase/premium/sidebar-nav/showcase.d.ts +0 -3
  755. package/dist/showcase/premium/sidebar-nav/showcase.js +0 -1
  756. package/dist/showcase/premium/simple-select/index.cjs +0 -1
  757. package/dist/showcase/premium/simple-select/index.d.ts +0 -2
  758. package/dist/showcase/premium/simple-select/index.js +0 -1
  759. package/dist/showcase/premium/simple-select/mock.cjs +0 -1
  760. package/dist/showcase/premium/simple-select/mock.d.ts +0 -2
  761. package/dist/showcase/premium/simple-select/mock.js +0 -1
  762. package/dist/showcase/premium/simple-select/showcase.cjs +0 -1
  763. package/dist/showcase/premium/simple-select/showcase.d.ts +0 -2
  764. package/dist/showcase/premium/simple-select/showcase.js +0 -1
  765. package/dist/showcase/premium/sticky-footer-bar/index.cjs +0 -1
  766. package/dist/showcase/premium/sticky-footer-bar/index.d.ts +0 -2
  767. package/dist/showcase/premium/sticky-footer-bar/index.js +0 -1
  768. package/dist/showcase/premium/sticky-footer-bar/mock.cjs +0 -1
  769. package/dist/showcase/premium/sticky-footer-bar/mock.d.ts +0 -2
  770. package/dist/showcase/premium/sticky-footer-bar/mock.js +0 -1
  771. package/dist/showcase/premium/sticky-footer-bar/showcase.cjs +0 -1
  772. package/dist/showcase/premium/sticky-footer-bar/showcase.d.ts +0 -1
  773. package/dist/showcase/premium/sticky-footer-bar/showcase.js +0 -1
  774. package/dist/src/components/actions/copy-field.cjs +0 -1
  775. package/dist/src/components/actions/copy-field.js +0 -35
  776. package/dist/src/components/charts/horizontal-bar-chart.cjs +0 -1
  777. package/dist/src/components/charts/horizontal-bar-chart.js +0 -50
  778. package/dist/src/components/charts/kpi.cjs +0 -1
  779. package/dist/src/components/charts/kpi.js +0 -59
  780. package/dist/src/components/display/comparison-card.cjs +0 -1
  781. package/dist/src/components/display/comparison-card.js +0 -20
  782. package/dist/src/components/display/data-list.cjs +0 -1
  783. package/dist/src/components/display/data-list.js +0 -68
  784. package/dist/src/components/display/delta-badge.cjs +0 -1
  785. package/dist/src/components/display/delta-badge.js +0 -20
  786. package/dist/src/components/display/descriptions.cjs +0 -1
  787. package/dist/src/components/display/descriptions.js +0 -38
  788. package/dist/src/components/display/metric-grid.cjs +0 -1
  789. package/dist/src/components/display/metric-grid.js +0 -58
  790. package/dist/src/components/display/progress-circle.cjs +0 -1
  791. package/dist/src/components/display/progress-circle.js +0 -21
  792. package/dist/src/components/display/property-grid.cjs +0 -1
  793. package/dist/src/components/display/property-grid.js +0 -31
  794. package/dist/src/components/display/result.cjs +0 -1
  795. package/dist/src/components/display/result.js +0 -71
  796. package/dist/src/components/display/trend-card.cjs +0 -1
  797. package/dist/src/components/display/trend-card.js +0 -48
  798. package/dist/src/components/display/user-card.cjs +0 -1
  799. package/dist/src/components/display/user-card.js +0 -42
  800. package/dist/src/components/layout/stat-card.cjs +0 -1
  801. package/dist/src/components/layout/stat-card.js +0 -113
  802. package/dist/src/components/modern/tour.cjs +0 -1
  803. package/dist/src/components/modern/tour.js +0 -44
  804. package/dist/src/components/navigation/anchor-nav.cjs +0 -1
  805. package/dist/src/components/navigation/anchor-nav.js +0 -26
  806. package/dist/src/components/navigation/command-bar.cjs +0 -1
  807. package/dist/src/components/navigation/command-bar.js +0 -17
  808. package/dist/src/components/navigation/nav-tabs.cjs +0 -1
  809. package/dist/src/components/navigation/nav-tabs.js +0 -51
  810. package/dist/src/components/navigation/page-tabs.cjs +0 -1
  811. package/dist/src/components/navigation/page-tabs.js +0 -50
  812. package/dist/src/components/navigation/stepper-tabs.cjs +0 -1
  813. package/dist/src/components/navigation/stepper-tabs.js +0 -41
  814. package/dist/src/components/overlay/dialog-actions.cjs +0 -1
  815. package/dist/src/components/overlay/dialog-actions.js +0 -33
  816. package/dist/src/components/overlay/modal-shell.cjs +0 -1
  817. package/dist/src/components/overlay/modal-shell.js +0 -44
  818. package/dist/src/components/overlay/sheet-shell.cjs +0 -1
  819. package/dist/src/components/overlay/sheet-shell.js +0 -116
  820. package/dist/src/components/ui/hover-card.cjs +0 -1
  821. package/dist/src/components/ui/hover-card.js +0 -37
  822. package/dist/src/components/ui/input-group/index.cjs +0 -1
  823. package/dist/src/components/ui/input-group/index.js +0 -2
  824. package/dist/src/components/ui/input-primitive/index.cjs +0 -1
  825. package/dist/src/components/ui/input-primitive/index.js +0 -2
  826. package/dist/src/components/upload/file-dropzone.cjs +0 -1
  827. package/dist/src/components/upload/file-dropzone.js +0 -36
  828. package/dist/src/showcase/premium/accordion/index.js +0 -3
  829. package/dist/src/showcase/premium/accordion/mock.cjs +0 -23
  830. package/dist/src/showcase/premium/accordion/mock.js +0 -28
  831. package/dist/src/showcase/premium/accordion/showcase.cjs +0 -1
  832. package/dist/src/showcase/premium/accordion/showcase.js +0 -172
  833. package/dist/src/showcase/premium/app-shell/index.cjs +0 -1
  834. package/dist/src/showcase/premium/app-shell/index.js +0 -3
  835. package/dist/src/showcase/premium/app-shell/mock.cjs +0 -48
  836. package/dist/src/showcase/premium/app-shell/mock.js +0 -38
  837. package/dist/src/showcase/premium/app-shell/showcase.cjs +0 -1
  838. package/dist/src/showcase/premium/app-shell/showcase.js +0 -208
  839. package/dist/src/showcase/premium/clearable-input/index.cjs +0 -1
  840. package/dist/src/showcase/premium/clearable-input/index.js +0 -3
  841. package/dist/src/showcase/premium/clearable-input/mock.cjs +0 -16
  842. package/dist/src/showcase/premium/clearable-input/mock.js +0 -32
  843. package/dist/src/showcase/premium/clearable-input/showcase.cjs +0 -1
  844. package/dist/src/showcase/premium/clearable-input/showcase.js +0 -94
  845. package/dist/src/showcase/premium/combobox/index.cjs +0 -1
  846. package/dist/src/showcase/premium/combobox/index.js +0 -3
  847. package/dist/src/showcase/premium/combobox/mock.cjs +0 -29
  848. package/dist/src/showcase/premium/combobox/mock.js +0 -39
  849. package/dist/src/showcase/premium/combobox/showcase.cjs +0 -1
  850. package/dist/src/showcase/premium/combobox/showcase.js +0 -157
  851. package/dist/src/showcase/premium/command-bar/index.js +0 -3
  852. package/dist/src/showcase/premium/command-bar/mock.cjs +0 -11
  853. package/dist/src/showcase/premium/command-bar/mock.js +0 -26
  854. package/dist/src/showcase/premium/command-bar/showcase.cjs +0 -1
  855. package/dist/src/showcase/premium/command-bar/showcase.js +0 -107
  856. package/dist/src/showcase/premium/copy-field/index.js +0 -3
  857. package/dist/src/showcase/premium/copy-field/mock.cjs +0 -11
  858. package/dist/src/showcase/premium/copy-field/mock.js +0 -26
  859. package/dist/src/showcase/premium/copy-field/showcase.cjs +0 -1
  860. package/dist/src/showcase/premium/copy-field/showcase.js +0 -85
  861. package/dist/src/showcase/premium/data-table-parts/data.cjs +0 -1
  862. package/dist/src/showcase/premium/data-table-parts/data.js +0 -127
  863. package/dist/src/showcase/premium/data-table-parts/index.cjs +0 -1
  864. package/dist/src/showcase/premium/data-table-parts/index.js +0 -3
  865. package/dist/src/showcase/premium/data-table-parts/mock.cjs +0 -1
  866. package/dist/src/showcase/premium/data-table-parts/mock.js +0 -30
  867. package/dist/src/showcase/premium/data-table-parts/showcase.cjs +0 -1
  868. package/dist/src/showcase/premium/data-table-parts/showcase.js +0 -256
  869. package/dist/src/showcase/premium/date-input/index.cjs +0 -1
  870. package/dist/src/showcase/premium/date-input/index.js +0 -3
  871. package/dist/src/showcase/premium/date-input/mock.cjs +0 -17
  872. package/dist/src/showcase/premium/date-input/mock.js +0 -43
  873. package/dist/src/showcase/premium/date-input/showcase.cjs +0 -1
  874. package/dist/src/showcase/premium/date-input/showcase.js +0 -29
  875. package/dist/src/showcase/premium/date-range-input/index.cjs +0 -1
  876. package/dist/src/showcase/premium/date-range-input/index.js +0 -3
  877. package/dist/src/showcase/premium/date-range-input/mock.cjs +0 -17
  878. package/dist/src/showcase/premium/date-range-input/mock.js +0 -43
  879. package/dist/src/showcase/premium/date-range-input/showcase.cjs +0 -1
  880. package/dist/src/showcase/premium/date-range-input/showcase.js +0 -40
  881. package/dist/src/showcase/premium/descriptions/index.js +0 -3
  882. package/dist/src/showcase/premium/descriptions/mock.cjs +0 -16
  883. package/dist/src/showcase/premium/descriptions/mock.js +0 -19
  884. package/dist/src/showcase/premium/descriptions/showcase.cjs +0 -1
  885. package/dist/src/showcase/premium/descriptions/showcase.js +0 -85
  886. package/dist/src/showcase/premium/hover-card/index.cjs +0 -1
  887. package/dist/src/showcase/premium/hover-card/index.js +0 -3
  888. package/dist/src/showcase/premium/hover-card/mock.cjs +0 -10
  889. package/dist/src/showcase/premium/hover-card/mock.js +0 -39
  890. package/dist/src/showcase/premium/hover-card/showcase.cjs +0 -1
  891. package/dist/src/showcase/premium/hover-card/showcase.js +0 -123
  892. package/dist/src/showcase/premium/masked-input/index.cjs +0 -1
  893. package/dist/src/showcase/premium/masked-input/index.js +0 -3
  894. package/dist/src/showcase/premium/masked-input/mock.cjs +0 -17
  895. package/dist/src/showcase/premium/masked-input/mock.js +0 -43
  896. package/dist/src/showcase/premium/masked-input/showcase.cjs +0 -1
  897. package/dist/src/showcase/premium/masked-input/showcase.js +0 -33
  898. package/dist/src/showcase/premium/metric-grid/index.cjs +0 -1
  899. package/dist/src/showcase/premium/metric-grid/index.js +0 -3
  900. package/dist/src/showcase/premium/metric-grid/mock.cjs +0 -11
  901. package/dist/src/showcase/premium/metric-grid/mock.js +0 -36
  902. package/dist/src/showcase/premium/metric-grid/showcase.cjs +0 -1
  903. package/dist/src/showcase/premium/metric-grid/showcase.js +0 -133
  904. package/dist/src/showcase/premium/modal-shell/index.cjs +0 -1
  905. package/dist/src/showcase/premium/modal-shell/index.js +0 -3
  906. package/dist/src/showcase/premium/modal-shell/mock.cjs +0 -30
  907. package/dist/src/showcase/premium/modal-shell/mock.js +0 -43
  908. package/dist/src/showcase/premium/modal-shell/showcase.cjs +0 -1
  909. package/dist/src/showcase/premium/modal-shell/showcase.js +0 -148
  910. package/dist/src/showcase/premium/money-input/index.cjs +0 -1
  911. package/dist/src/showcase/premium/money-input/index.js +0 -3
  912. package/dist/src/showcase/premium/money-input/mock.cjs +0 -28
  913. package/dist/src/showcase/premium/money-input/mock.js +0 -43
  914. package/dist/src/showcase/premium/money-input/showcase.cjs +0 -1
  915. package/dist/src/showcase/premium/money-input/showcase.js +0 -21
  916. package/dist/src/showcase/premium/number-input/index.cjs +0 -1
  917. package/dist/src/showcase/premium/number-input/index.js +0 -3
  918. package/dist/src/showcase/premium/number-input/mock.cjs +0 -32
  919. package/dist/src/showcase/premium/number-input/mock.js +0 -43
  920. package/dist/src/showcase/premium/number-input/showcase.cjs +0 -1
  921. package/dist/src/showcase/premium/number-input/showcase.js +0 -23
  922. package/dist/src/showcase/premium/page-container/index.cjs +0 -1
  923. package/dist/src/showcase/premium/page-container/index.js +0 -3
  924. package/dist/src/showcase/premium/page-container/mock.cjs +0 -9
  925. package/dist/src/showcase/premium/page-container/mock.js +0 -31
  926. package/dist/src/showcase/premium/page-container/showcase.cjs +0 -1
  927. package/dist/src/showcase/premium/page-container/showcase.js +0 -79
  928. package/dist/src/showcase/premium/page-header/index.cjs +0 -1
  929. package/dist/src/showcase/premium/page-header/index.js +0 -3
  930. package/dist/src/showcase/premium/page-header/mock.cjs +0 -14
  931. package/dist/src/showcase/premium/page-header/mock.js +0 -36
  932. package/dist/src/showcase/premium/page-header/showcase.cjs +0 -1
  933. package/dist/src/showcase/premium/page-header/showcase.js +0 -70
  934. package/dist/src/showcase/premium/page-tabs/index.cjs +0 -1
  935. package/dist/src/showcase/premium/page-tabs/index.js +0 -3
  936. package/dist/src/showcase/premium/page-tabs/mock.cjs +0 -18
  937. package/dist/src/showcase/premium/page-tabs/mock.js +0 -31
  938. package/dist/src/showcase/premium/page-tabs/showcase.cjs +0 -1
  939. package/dist/src/showcase/premium/page-tabs/showcase.js +0 -121
  940. package/dist/src/showcase/premium/password-input/index.cjs +0 -1
  941. package/dist/src/showcase/premium/password-input/index.js +0 -3
  942. package/dist/src/showcase/premium/password-input/mock.cjs +0 -16
  943. package/dist/src/showcase/premium/password-input/mock.js +0 -31
  944. package/dist/src/showcase/premium/password-input/showcase.cjs +0 -1
  945. package/dist/src/showcase/premium/password-input/showcase.js +0 -104
  946. package/dist/src/showcase/premium/phone-input/index.cjs +0 -1
  947. package/dist/src/showcase/premium/phone-input/index.js +0 -3
  948. package/dist/src/showcase/premium/phone-input/mock.cjs +0 -17
  949. package/dist/src/showcase/premium/phone-input/mock.js +0 -43
  950. package/dist/src/showcase/premium/phone-input/showcase.cjs +0 -1
  951. package/dist/src/showcase/premium/phone-input/showcase.js +0 -33
  952. package/dist/src/showcase/premium/property-grid/index.cjs +0 -1
  953. package/dist/src/showcase/premium/property-grid/index.js +0 -3
  954. package/dist/src/showcase/premium/property-grid/mock.cjs +0 -14
  955. package/dist/src/showcase/premium/property-grid/mock.js +0 -26
  956. package/dist/src/showcase/premium/property-grid/showcase.cjs +0 -1
  957. package/dist/src/showcase/premium/property-grid/showcase.js +0 -93
  958. package/dist/src/showcase/premium/quantity-input/index.cjs +0 -1
  959. package/dist/src/showcase/premium/quantity-input/index.js +0 -3
  960. package/dist/src/showcase/premium/quantity-input/mock.cjs +0 -29
  961. package/dist/src/showcase/premium/quantity-input/mock.js +0 -43
  962. package/dist/src/showcase/premium/quantity-input/showcase.cjs +0 -1
  963. package/dist/src/showcase/premium/quantity-input/showcase.js +0 -23
  964. package/dist/src/showcase/premium/result/index.cjs +0 -1
  965. package/dist/src/showcase/premium/result/index.js +0 -3
  966. package/dist/src/showcase/premium/result/mock.cjs +0 -12
  967. package/dist/src/showcase/premium/result/mock.js +0 -31
  968. package/dist/src/showcase/premium/result/showcase.cjs +0 -1
  969. package/dist/src/showcase/premium/result/showcase.js +0 -98
  970. package/dist/src/showcase/premium/search-input/index.cjs +0 -1
  971. package/dist/src/showcase/premium/search-input/index.js +0 -3
  972. package/dist/src/showcase/premium/search-input/mock.cjs +0 -18
  973. package/dist/src/showcase/premium/search-input/mock.js +0 -31
  974. package/dist/src/showcase/premium/search-input/showcase.cjs +0 -1
  975. package/dist/src/showcase/premium/search-input/showcase.js +0 -113
  976. package/dist/src/showcase/premium/sheet-shell/index.cjs +0 -1
  977. package/dist/src/showcase/premium/sheet-shell/index.js +0 -3
  978. package/dist/src/showcase/premium/sheet-shell/mock.cjs +0 -34
  979. package/dist/src/showcase/premium/sheet-shell/mock.js +0 -43
  980. package/dist/src/showcase/premium/sheet-shell/showcase.cjs +0 -1
  981. package/dist/src/showcase/premium/sheet-shell/showcase.js +0 -137
  982. package/dist/src/showcase/premium/sidebar-nav/index.cjs +0 -1
  983. package/dist/src/showcase/premium/sidebar-nav/index.js +0 -3
  984. package/dist/src/showcase/premium/sidebar-nav/mock.cjs +0 -11
  985. package/dist/src/showcase/premium/sidebar-nav/mock.js +0 -32
  986. package/dist/src/showcase/premium/sidebar-nav/showcase.cjs +0 -1
  987. package/dist/src/showcase/premium/sidebar-nav/showcase.js +0 -113
  988. package/dist/src/showcase/premium/simple-select/index.cjs +0 -1
  989. package/dist/src/showcase/premium/simple-select/index.js +0 -3
  990. package/dist/src/showcase/premium/simple-select/mock.cjs +0 -29
  991. package/dist/src/showcase/premium/simple-select/mock.js +0 -43
  992. package/dist/src/showcase/premium/simple-select/showcase.cjs +0 -1
  993. package/dist/src/showcase/premium/simple-select/showcase.js +0 -114
  994. package/dist/src/showcase/premium/sticky-footer-bar/index.cjs +0 -1
  995. package/dist/src/showcase/premium/sticky-footer-bar/index.js +0 -3
  996. package/dist/src/showcase/premium/sticky-footer-bar/mock.cjs +0 -15
  997. package/dist/src/showcase/premium/sticky-footer-bar/mock.js +0 -19
  998. package/dist/src/showcase/premium/sticky-footer-bar/showcase.cjs +0 -1
  999. package/dist/src/showcase/premium/sticky-footer-bar/showcase.js +0 -37
  1000. package/packages/cli/vendor/src/components/actions/copy-field.tsx +0 -31
  1001. package/packages/cli/vendor/src/components/charts/horizontal-bar-chart.tsx +0 -60
  1002. package/packages/cli/vendor/src/components/charts/kpi.tsx +0 -68
  1003. package/packages/cli/vendor/src/components/display/comparison-card.tsx +0 -35
  1004. package/packages/cli/vendor/src/components/display/data-list.tsx +0 -97
  1005. package/packages/cli/vendor/src/components/display/delta-badge.tsx +0 -42
  1006. package/packages/cli/vendor/src/components/display/descriptions.tsx +0 -83
  1007. package/packages/cli/vendor/src/components/display/metric-grid.tsx +0 -89
  1008. package/packages/cli/vendor/src/components/display/progress-circle.tsx +0 -24
  1009. package/packages/cli/vendor/src/components/display/property-grid.tsx +0 -54
  1010. package/packages/cli/vendor/src/components/display/result.tsx +0 -90
  1011. package/packages/cli/vendor/src/components/display/trend-card.tsx +0 -57
  1012. package/packages/cli/vendor/src/components/display/user-card.tsx +0 -30
  1013. package/packages/cli/vendor/src/components/layout/stat-card.tsx +0 -165
  1014. package/packages/cli/vendor/src/components/modern/tour.tsx +0 -72
  1015. package/packages/cli/vendor/src/components/navigation/anchor-nav.tsx +0 -44
  1016. package/packages/cli/vendor/src/components/navigation/command-bar.tsx +0 -40
  1017. package/packages/cli/vendor/src/components/navigation/nav-tabs.tsx +0 -69
  1018. package/packages/cli/vendor/src/components/navigation/page-tabs.tsx +0 -94
  1019. package/packages/cli/vendor/src/components/navigation/stepper-tabs.tsx +0 -67
  1020. package/packages/cli/vendor/src/components/overlay/dialog-actions.tsx +0 -68
  1021. package/packages/cli/vendor/src/components/overlay/modal-shell.tsx +0 -93
  1022. package/packages/cli/vendor/src/components/overlay/sheet-shell.tsx +0 -212
  1023. package/packages/cli/vendor/src/components/ui/hover-card.tsx +0 -78
  1024. package/packages/cli/vendor/src/components/ui/input-group/index.tsx +0 -8
  1025. package/packages/cli/vendor/src/components/ui/input-primitive/index.tsx +0 -2
  1026. package/packages/cli/vendor/src/components/upload/file-dropzone.tsx +0 -38
  1027. package/packages/cli/vendor/src/showcase/premium/accordion/index.ts +0 -2
  1028. package/packages/cli/vendor/src/showcase/premium/accordion/mock.ts +0 -43
  1029. package/packages/cli/vendor/src/showcase/premium/accordion/showcase.tsx +0 -138
  1030. package/packages/cli/vendor/src/showcase/premium/app-shell/index.ts +0 -2
  1031. package/packages/cli/vendor/src/showcase/premium/app-shell/mock.ts +0 -66
  1032. package/packages/cli/vendor/src/showcase/premium/app-shell/showcase.tsx +0 -114
  1033. package/packages/cli/vendor/src/showcase/premium/clearable-input/index.ts +0 -2
  1034. package/packages/cli/vendor/src/showcase/premium/clearable-input/mock.ts +0 -32
  1035. package/packages/cli/vendor/src/showcase/premium/clearable-input/showcase.tsx +0 -63
  1036. package/packages/cli/vendor/src/showcase/premium/combobox/index.ts +0 -2
  1037. package/packages/cli/vendor/src/showcase/premium/combobox/mock.ts +0 -48
  1038. package/packages/cli/vendor/src/showcase/premium/combobox/showcase.tsx +0 -92
  1039. package/packages/cli/vendor/src/showcase/premium/command-bar/index.ts +0 -2
  1040. package/packages/cli/vendor/src/showcase/premium/command-bar/mock.ts +0 -26
  1041. package/packages/cli/vendor/src/showcase/premium/command-bar/showcase.tsx +0 -69
  1042. package/packages/cli/vendor/src/showcase/premium/copy-field/index.ts +0 -2
  1043. package/packages/cli/vendor/src/showcase/premium/copy-field/mock.ts +0 -26
  1044. package/packages/cli/vendor/src/showcase/premium/copy-field/showcase.tsx +0 -64
  1045. package/packages/cli/vendor/src/showcase/premium/data-table-parts/data.ts +0 -90
  1046. package/packages/cli/vendor/src/showcase/premium/data-table-parts/index.ts +0 -9
  1047. package/packages/cli/vendor/src/showcase/premium/data-table-parts/mock.ts +0 -63
  1048. package/packages/cli/vendor/src/showcase/premium/data-table-parts/showcase.tsx +0 -218
  1049. package/packages/cli/vendor/src/showcase/premium/date-input/index.ts +0 -2
  1050. package/packages/cli/vendor/src/showcase/premium/date-input/mock.ts +0 -37
  1051. package/packages/cli/vendor/src/showcase/premium/date-input/showcase.tsx +0 -24
  1052. package/packages/cli/vendor/src/showcase/premium/date-range-input/index.ts +0 -2
  1053. package/packages/cli/vendor/src/showcase/premium/date-range-input/mock.ts +0 -37
  1054. package/packages/cli/vendor/src/showcase/premium/date-range-input/showcase.tsx +0 -24
  1055. package/packages/cli/vendor/src/showcase/premium/descriptions/index.ts +0 -3
  1056. package/packages/cli/vendor/src/showcase/premium/descriptions/mock.ts +0 -31
  1057. package/packages/cli/vendor/src/showcase/premium/descriptions/showcase.tsx +0 -45
  1058. package/packages/cli/vendor/src/showcase/premium/hover-card/index.ts +0 -2
  1059. package/packages/cli/vendor/src/showcase/premium/hover-card/mock.ts +0 -30
  1060. package/packages/cli/vendor/src/showcase/premium/hover-card/showcase.tsx +0 -59
  1061. package/packages/cli/vendor/src/showcase/premium/masked-input/index.ts +0 -2
  1062. package/packages/cli/vendor/src/showcase/premium/masked-input/mock.ts +0 -42
  1063. package/packages/cli/vendor/src/showcase/premium/masked-input/showcase.tsx +0 -25
  1064. package/packages/cli/vendor/src/showcase/premium/metric-grid/index.ts +0 -2
  1065. package/packages/cli/vendor/src/showcase/premium/metric-grid/mock.ts +0 -28
  1066. package/packages/cli/vendor/src/showcase/premium/metric-grid/showcase.tsx +0 -70
  1067. package/packages/cli/vendor/src/showcase/premium/modal-shell/index.ts +0 -3
  1068. package/packages/cli/vendor/src/showcase/premium/modal-shell/mock.ts +0 -55
  1069. package/packages/cli/vendor/src/showcase/premium/modal-shell/showcase.tsx +0 -93
  1070. package/packages/cli/vendor/src/showcase/premium/money-input/index.ts +0 -2
  1071. package/packages/cli/vendor/src/showcase/premium/money-input/mock.ts +0 -48
  1072. package/packages/cli/vendor/src/showcase/premium/money-input/showcase.tsx +0 -21
  1073. package/packages/cli/vendor/src/showcase/premium/number-input/index.ts +0 -2
  1074. package/packages/cli/vendor/src/showcase/premium/number-input/mock.ts +0 -52
  1075. package/packages/cli/vendor/src/showcase/premium/number-input/showcase.tsx +0 -14
  1076. package/packages/cli/vendor/src/showcase/premium/page-container/index.ts +0 -2
  1077. package/packages/cli/vendor/src/showcase/premium/page-container/mock.ts +0 -25
  1078. package/packages/cli/vendor/src/showcase/premium/page-container/showcase.tsx +0 -50
  1079. package/packages/cli/vendor/src/showcase/premium/page-header/index.ts +0 -2
  1080. package/packages/cli/vendor/src/showcase/premium/page-header/mock.ts +0 -31
  1081. package/packages/cli/vendor/src/showcase/premium/page-header/showcase.tsx +0 -44
  1082. package/packages/cli/vendor/src/showcase/premium/page-tabs/index.ts +0 -2
  1083. package/packages/cli/vendor/src/showcase/premium/page-tabs/mock.ts +0 -33
  1084. package/packages/cli/vendor/src/showcase/premium/page-tabs/showcase.tsx +0 -67
  1085. package/packages/cli/vendor/src/showcase/premium/password-input/index.ts +0 -2
  1086. package/packages/cli/vendor/src/showcase/premium/password-input/mock.ts +0 -31
  1087. package/packages/cli/vendor/src/showcase/premium/password-input/showcase.tsx +0 -74
  1088. package/packages/cli/vendor/src/showcase/premium/phone-input/index.ts +0 -2
  1089. package/packages/cli/vendor/src/showcase/premium/phone-input/mock.ts +0 -37
  1090. package/packages/cli/vendor/src/showcase/premium/phone-input/showcase.tsx +0 -27
  1091. package/packages/cli/vendor/src/showcase/premium/property-grid/index.ts +0 -2
  1092. package/packages/cli/vendor/src/showcase/premium/property-grid/mock.ts +0 -29
  1093. package/packages/cli/vendor/src/showcase/premium/property-grid/showcase.tsx +0 -48
  1094. package/packages/cli/vendor/src/showcase/premium/quantity-input/index.ts +0 -2
  1095. package/packages/cli/vendor/src/showcase/premium/quantity-input/mock.ts +0 -49
  1096. package/packages/cli/vendor/src/showcase/premium/quantity-input/showcase.tsx +0 -21
  1097. package/packages/cli/vendor/src/showcase/premium/result/index.ts +0 -2
  1098. package/packages/cli/vendor/src/showcase/premium/result/mock.ts +0 -28
  1099. package/packages/cli/vendor/src/showcase/premium/result/showcase.tsx +0 -67
  1100. package/packages/cli/vendor/src/showcase/premium/search-input/index.ts +0 -2
  1101. package/packages/cli/vendor/src/showcase/premium/search-input/mock.ts +0 -33
  1102. package/packages/cli/vendor/src/showcase/premium/search-input/showcase.tsx +0 -85
  1103. package/packages/cli/vendor/src/showcase/premium/sheet-shell/index.ts +0 -3
  1104. package/packages/cli/vendor/src/showcase/premium/sheet-shell/mock.ts +0 -59
  1105. package/packages/cli/vendor/src/showcase/premium/sheet-shell/showcase.tsx +0 -87
  1106. package/packages/cli/vendor/src/showcase/premium/sidebar-nav/index.ts +0 -2
  1107. package/packages/cli/vendor/src/showcase/premium/sidebar-nav/mock.ts +0 -28
  1108. package/packages/cli/vendor/src/showcase/premium/sidebar-nav/showcase.tsx +0 -78
  1109. package/packages/cli/vendor/src/showcase/premium/simple-select/index.ts +0 -2
  1110. package/packages/cli/vendor/src/showcase/premium/simple-select/mock.ts +0 -49
  1111. package/packages/cli/vendor/src/showcase/premium/simple-select/showcase.tsx +0 -66
  1112. package/packages/cli/vendor/src/showcase/premium/sticky-footer-bar/index.ts +0 -3
  1113. package/packages/cli/vendor/src/showcase/premium/sticky-footer-bar/mock.ts +0 -30
  1114. package/packages/cli/vendor/src/showcase/premium/sticky-footer-bar/showcase.tsx +0 -33
@@ -1,9 +1,9 @@
1
1
  import { comparePublicComponentSurfaceOrder as e, isPublicComponentSurfaceSlug as t } from "../public-component-surface.js";
2
2
  import n from "./tembro-registry.json.js";
3
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 d, FileTextIcon as f, FormInputIcon as p, Grid2x2Icon as ie, Layers3Icon as ae, LayoutDashboardIcon as m, MousePointerClickIcon as h, PanelTopIcon as g, ShieldCheckIcon as oe, SlidersHorizontalIcon as se, SmartphoneIcon as _, SparklesIcon as v, Table2Icon as y, TerminalSquareIcon as b, ToggleLeftIcon as x, WalletIcon as ce, WorkflowIcon as S } from "lucide-react";
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
5
  //#region src/showcase/site-data.tsx
6
- var C = [
6
+ var S = [
7
7
  [
8
8
  "control",
9
9
  "Control<TFieldValues>",
@@ -58,20 +58,20 @@ var C = [
58
58
  "-",
59
59
  "Optional error override instead of default form state message."
60
60
  ]
61
- ], w = [
61
+ ], C = [
62
62
  "RHF control wiring",
63
63
  "name-based field registration",
64
64
  "error and required visual states",
65
65
  "validation contract",
66
66
  "label/description consistency",
67
67
  "disabled/readOnly handling"
68
- ], le = "tembro", T = "tembro", ue = "tembro", de = "azamat-ui", E = `npx ${T} init --template next --defaults`, fe = `npx ${T} init --template vite --defaults`, D = `npx ${T} add button input`, O = `${E}\n${D}`, pe = `npx ${T} --help`, me = `npx ${T} theme`, he = "https://www.npmjs.com/package/tembro", ge = "https://github.com/AzamatJurayev-dev/tembro", k = `${ge}/releases`, _e = "https://github.com/AzamatJurayev-dev/azamat-ui", ve = k, ye = `${_e}/releases`, A = "/docs", j = [{
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
69
  version: i,
70
70
  date: r,
71
71
  status: "Published",
72
72
  summary: "Expanded the registry with newer dashboard, input, badge, sidebar, and notification primitives.",
73
73
  notes: [
74
- "Registry truth now includes `accordion`, `sidebar`, `trend-card`, `delta-badge`, `notification-center`, and `command-bar`.",
74
+ "Registry truth now includes `collapse`, `sidebar`, `statistic`, `badge`, `notification-center`, and `command-palette`.",
75
75
  "Component metadata was refreshed so docs can keep canonical surfaces and related helpers accurate.",
76
76
  "CLI-first local component setup remains the default path for Next.js and Vite users."
77
77
  ]
@@ -85,7 +85,7 @@ var C = [
85
85
  "Deprecated route-level names stayed aliased for compatibility while primary docs move toward simpler canonical surfaces.",
86
86
  "Docs app metadata now prefers current package registry vocabulary over older showcase-only names."
87
87
  ]
88
- }], be = j[0]?.version ?? "3.1.0", xe = j[0]?.date ?? "July 10, 2026", M = (e) => `/components/${e}`, N = (e) => `/playground/${e}`, P = (e) => `/components/${e}`, Se = (e) => e.replace(/([a-z])([A-Z])/g, "$1-$2").replace(/\s+/g, "-").toLowerCase(), Ce = (e, t) => `/components/${e}/${Se(t)}`, we = (e) => `/templates/${e}`, F = (e) => `/blocks/${e}`, I = [
88
+ }], Ce = O[0]?.version ?? "3.1.6", 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
89
  "Primitives",
90
90
  "Form Controls",
91
91
  "Overlay",
@@ -93,7 +93,7 @@ var C = [
93
93
  "Layout",
94
94
  "Feedback",
95
95
  "Patterns"
96
- ], Te = {
96
+ ], P = {
97
97
  Primitives: {
98
98
  title: "Primitives",
99
99
  description: "Foundation components for actions, text entry, compact layout and small state changes.",
@@ -136,7 +136,7 @@ var C = [
136
136
  whenToUse: "Use when the screen needs a repeatable workflow instead of one atomic control.",
137
137
  whenNotToUse: "Do not start here when a primitive or one wrapper solves the need cleanly."
138
138
  }
139
- }, Ee = new Set([
139
+ }, Oe = new Set([
140
140
  "button",
141
141
  "input",
142
142
  "textarea",
@@ -147,14 +147,11 @@ var C = [
147
147
  "tabs",
148
148
  "collapse",
149
149
  "kbd"
150
- ]), De = new Set([
150
+ ]), ke = new Set([
151
151
  "select",
152
- "simple-select",
153
152
  "async-select",
154
153
  "async-multi-select",
155
- "combobox",
156
154
  "radio-group",
157
- "number-input",
158
155
  "date-picker",
159
156
  "date-range-picker",
160
157
  "form-field-shell",
@@ -164,38 +161,34 @@ var C = [
164
161
  "form-switch",
165
162
  "form-date-range-input",
166
163
  "form-date-picker",
167
- "form-date-range-picker",
168
- "phone-input",
169
- "masked-input",
170
- "money-input",
171
- "quantity-input"
172
- ]), Oe = new Set([
164
+ "form-date-range-picker"
165
+ ]), Ae = new Set([
173
166
  "dialog",
174
167
  "popover",
175
168
  "dropdown-menu",
176
169
  "tooltip",
177
170
  "right-click-menu",
178
171
  "confirm-dialog",
179
- "modal-shell",
180
- "sheet-shell",
181
172
  "alert-dialog",
182
173
  "drawer"
183
- ]), ke = new Set([
174
+ ]), je = new Set([
184
175
  "sidebar",
185
- "app-shell",
186
- "sidebar-nav",
187
176
  "breadcrumbs",
188
- "page-header",
189
- "page-container",
190
- "app-header",
191
- "section-header",
192
- "sticky-footer-bar"
193
- ]), Ae = new Set([
177
+ "section"
178
+ ]), Me = new Set([
194
179
  "toast",
195
180
  "loading-state",
196
- "empty-state",
197
- "result"
198
- ]), je = new Set(["form-builder"]), L = new Map([
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([
199
192
  ["app-sidebar", "sidebar"],
200
193
  ["form-async-select", "form-select"],
201
194
  ["form-search-input", "form-input"],
@@ -204,40 +197,40 @@ var C = [
204
197
  ["form-phone-input", "form-input"],
205
198
  ["form-date-input", "form-input"],
206
199
  ["confirm-action", "confirm-dialog"],
207
- ["file-dropzone", "upload"],
208
- ["hover-card", "tooltip"],
209
- ["metric-card", "metric-grid"],
200
+ ["file-dropzone", "file-upload"],
201
+ ["hover-card", "popover"],
202
+ ["metric-card", "statistic"],
210
203
  ["nav-tabs", "tabs"],
211
- ["section-header", "page-header"],
204
+ ["section-header", "section"],
212
205
  ["side-panel", "sidebar"],
213
206
  ["status-dot", "status-legend"]
214
207
  ]);
215
- function R(e) {
216
- return L.get(e) ?? e;
208
+ function I(e) {
209
+ return F.get(e) ?? e;
217
210
  }
218
- function z(e) {
219
- return Ee.has(e) ? "Primitives" : De.has(e) ? "Form Controls" : Oe.has(e) ? "Overlay" : ke.has(e) ? "Layout" : Ae.has(e) ? "Feedback" : je.has(e) ? "Patterns" : "Data Display";
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";
220
213
  }
221
- function Me(e) {
222
- return Te[z(e)];
214
+ function Pe(e) {
215
+ return P[L(e)];
223
216
  }
224
- function B(e, t) {
225
- return K.filter((t) => z(t.slug) === e).map((e) => ({
217
+ function R(e, t) {
218
+ return K.filter((t) => L(t.slug) === e).map((e) => ({
226
219
  label: e.title,
227
220
  href: t(e.slug),
228
221
  icon: e.icon,
229
222
  badge: e.status
230
223
  }));
231
224
  }
232
- var V = [
225
+ var z = [
233
226
  {
234
227
  slug: "button",
235
228
  title: "Button",
236
229
  description: "Trigger actions with multiple variants, sizes, icon positions and loading states.",
237
- icon: h,
230
+ icon: m,
238
231
  category: "Components",
239
232
  status: "Stable",
240
- installCommand: O,
233
+ installCommand: T,
241
234
  propsRows: [
242
235
  [
243
236
  "variant",
@@ -287,10 +280,10 @@ var V = [
287
280
  slug: "input",
288
281
  title: "Input",
289
282
  description: "Primary text-entry surface for forms, filters, and compact editor layouts before moving into presets.",
290
- icon: p,
283
+ icon: f,
291
284
  category: "Forms",
292
285
  status: "Stable",
293
- installCommand: O,
286
+ installCommand: T,
294
287
  propsRows: [
295
288
  [
296
289
  "value",
@@ -346,10 +339,10 @@ var V = [
346
339
  slug: "textarea",
347
340
  title: "Textarea",
348
341
  description: "Multi-line input with autosizing-friendly layout for notes, messages and long-form data.",
349
- icon: f,
342
+ icon: d,
350
343
  category: "Forms",
351
344
  status: "Stable",
352
- installCommand: O,
345
+ installCommand: T,
353
346
  propsRows: [
354
347
  [
355
348
  "placeholder",
@@ -396,7 +389,7 @@ var V = [
396
389
  icon: u,
397
390
  category: "Forms",
398
391
  status: "Stable",
399
- installCommand: O,
392
+ installCommand: T,
400
393
  propsRows: [
401
394
  [
402
395
  "value",
@@ -448,71 +441,6 @@ var V = [
448
441
  "Preset-friendly API"
449
442
  ]
450
443
  },
451
- {
452
- slug: "simple-select",
453
- title: "Simple Select",
454
- description: "Static-option select surface for compact forms, filter rows, and settings screens that do not need remote loading.",
455
- icon: u,
456
- category: "Forms",
457
- status: "Stable",
458
- installCommand: O,
459
- propsRows: [
460
- [
461
- "options",
462
- "SimpleSelectOption[]",
463
- "-",
464
- "Static options for display and selection."
465
- ],
466
- [
467
- "value",
468
- "string",
469
- "-",
470
- "Controlled selected value."
471
- ],
472
- [
473
- "onValueChange",
474
- "(value) => void",
475
- "-",
476
- "Selection callback."
477
- ],
478
- [
479
- "defaultValue",
480
- "string",
481
- "-",
482
- "Uncontrolled initial selected value."
483
- ],
484
- [
485
- "placeholder",
486
- "string",
487
- "-",
488
- "Prompt text for empty state."
489
- ],
490
- [
491
- "size",
492
- "'sm' | 'default'",
493
- "'default'",
494
- "Trigger visual density."
495
- ],
496
- [
497
- "disabled",
498
- "boolean",
499
- "false",
500
- "Disables select interaction."
501
- ],
502
- [
503
- "triggerClassName",
504
- "string",
505
- "-",
506
- "Trigger custom class."
507
- ]
508
- ],
509
- features: [
510
- "Static options API",
511
- "Controlled and uncontrolled usage",
512
- "Shared select styling",
513
- "Compact filter and form flows"
514
- ]
515
- },
516
444
  {
517
445
  slug: "async-select",
518
446
  title: "Async Select",
@@ -520,7 +448,7 @@ var V = [
520
448
  icon: u,
521
449
  category: "Forms",
522
450
  status: "Stable",
523
- installCommand: O,
451
+ installCommand: T,
524
452
  propsRows: [
525
453
  [
526
454
  "value",
@@ -609,7 +537,7 @@ var V = [
609
537
  icon: u,
610
538
  category: "Forms",
611
539
  status: "Preview",
612
- installCommand: O,
540
+ installCommand: T,
613
541
  propsRows: [
614
542
  [
615
543
  "isMulti",
@@ -649,73 +577,14 @@ var V = [
649
577
  "Use AsyncSelect as the canonical API"
650
578
  ]
651
579
  },
652
- {
653
- slug: "combobox",
654
- title: "Combobox",
655
- description: "Keyboard-first local filtering member for assignment flows and command-style lists.",
656
- icon: u,
657
- category: "Forms",
658
- status: "Stable",
659
- installCommand: O,
660
- propsRows: [
661
- [
662
- "options",
663
- "ComboboxOption[]",
664
- "-",
665
- "Local options with label, description and disabled state."
666
- ],
667
- [
668
- "value",
669
- "string",
670
- "-",
671
- "Controlled selected value."
672
- ],
673
- [
674
- "onValueChange",
675
- "(value, option?) => void",
676
- "-",
677
- "Selection callback with option payload."
678
- ],
679
- [
680
- "placeholder",
681
- "ReactNode",
682
- "\"Select option\"",
683
- "Trigger content when no value is selected."
684
- ],
685
- [
686
- "searchPlaceholder",
687
- "string",
688
- "\"Search...\"",
689
- "Search input placeholder."
690
- ],
691
- [
692
- "emptyLabel",
693
- "ReactNode",
694
- "\"No option found\"",
695
- "Empty state content."
696
- ],
697
- [
698
- "disabled",
699
- "boolean",
700
- "false",
701
- "Disables trigger and dropdown interaction."
702
- ]
703
- ],
704
- features: [
705
- "Keyboard-first member",
706
- "Local option filtering",
707
- "Description rows",
708
- "Controlled assignment flows"
709
- ]
710
- },
711
580
  {
712
581
  slug: "number-input",
713
582
  title: "Number Input",
714
583
  description: "Numeric entry with parsing, constraints, and precise change semantics.",
715
- icon: x,
584
+ icon: b,
716
585
  category: "Forms",
717
586
  status: "Stable",
718
- installCommand: O,
587
+ installCommand: T,
719
588
  propsRows: [
720
589
  [
721
590
  "value",
@@ -786,7 +655,7 @@ var V = [
786
655
  icon: c,
787
656
  category: "Forms",
788
657
  status: "Preview",
789
- installCommand: O,
658
+ installCommand: T,
790
659
  propsRows: [
791
660
  [
792
661
  "value",
@@ -851,7 +720,7 @@ var V = [
851
720
  icon: c,
852
721
  category: "Forms",
853
722
  status: "Preview",
854
- installCommand: O,
723
+ installCommand: T,
855
724
  propsRows: [
856
725
  [
857
726
  "value",
@@ -913,10 +782,10 @@ var V = [
913
782
  slug: "form-field-shell",
914
783
  title: "Form Field Shell",
915
784
  description: "Composable field shell that standardizes label, description, layout, errors and required markers.",
916
- icon: f,
785
+ icon: d,
917
786
  category: "Forms",
918
787
  status: "Stable",
919
- installCommand: O,
788
+ installCommand: T,
920
789
  propsRows: [
921
790
  [
922
791
  "label",
@@ -991,12 +860,12 @@ var V = [
991
860
  slug: "form-input",
992
861
  title: "Form Input",
993
862
  description: "Primary RHF field wrapper for text-like inputs. Use `kind` to cover search, password, number, phone, and date flows from one surface.",
994
- icon: p,
863
+ icon: f,
995
864
  category: "Forms",
996
865
  status: "Preview",
997
- installCommand: O,
866
+ installCommand: T,
998
867
  propsRows: [
999
- ...C,
868
+ ...S,
1000
869
  [
1001
870
  "kind",
1002
871
  "'text' | 'search' | 'password' | 'number' | 'phone' | 'date'",
@@ -1029,7 +898,7 @@ var V = [
1029
898
  ]
1030
899
  ],
1031
900
  features: [
1032
- ...w,
901
+ ...C,
1033
902
  "Universal `kind` variants",
1034
903
  "Error text and message flow",
1035
904
  "Single wrapper migration path"
@@ -1042,9 +911,9 @@ var V = [
1042
911
  icon: u,
1043
912
  category: "Forms",
1044
913
  status: "Stable",
1045
- installCommand: O,
914
+ installCommand: T,
1046
915
  propsRows: [
1047
- ...C,
916
+ ...S,
1048
917
  [
1049
918
  "kind",
1050
919
  "'simple' | 'async'",
@@ -1071,7 +940,7 @@ var V = [
1071
940
  ]
1072
941
  ],
1073
942
  features: [
1074
- ...w,
943
+ ...C,
1075
944
  "Simple + async under one API",
1076
945
  "Form-driven value control",
1077
946
  "Clear/empty handling"
@@ -1081,12 +950,12 @@ var V = [
1081
950
  slug: "form-textarea",
1082
951
  title: "Form Textarea",
1083
952
  description: "RHF textarea wrapper with shell-level validation messages and descriptions.",
1084
- icon: f,
953
+ icon: d,
1085
954
  category: "Forms",
1086
955
  status: "Stable",
1087
- installCommand: O,
956
+ installCommand: T,
1088
957
  propsRows: [
1089
- ...C,
958
+ ...S,
1090
959
  [
1091
960
  "rows",
1092
961
  "number",
@@ -1113,7 +982,7 @@ var V = [
1113
982
  ]
1114
983
  ],
1115
984
  features: [
1116
- ...w,
985
+ ...C,
1117
986
  "Long text support",
1118
987
  "Error placement",
1119
988
  "Description + helper states"
@@ -1123,12 +992,12 @@ var V = [
1123
992
  slug: "form-switch",
1124
993
  title: "Form Switch",
1125
994
  description: "RHF switch wrapper with binary payload and shell-level feedback.",
1126
- icon: x,
995
+ icon: b,
1127
996
  category: "Forms",
1128
997
  status: "Stable",
1129
- installCommand: O,
998
+ installCommand: T,
1130
999
  propsRows: [
1131
- ...C,
1000
+ ...S,
1132
1001
  [
1133
1002
  "checked",
1134
1003
  "boolean",
@@ -1149,7 +1018,7 @@ var V = [
1149
1018
  ]
1150
1019
  ],
1151
1020
  features: [
1152
- ...w,
1021
+ ...C,
1153
1022
  "Boolean value contract",
1154
1023
  "Readable shell errors",
1155
1024
  "Disabled states"
@@ -1162,9 +1031,9 @@ var V = [
1162
1031
  icon: c,
1163
1032
  category: "Forms",
1164
1033
  status: "Preview",
1165
- installCommand: O,
1034
+ installCommand: T,
1166
1035
  propsRows: [
1167
- ...C,
1036
+ ...S,
1168
1037
  [
1169
1038
  "value",
1170
1039
  "{ from: string; to: string }",
@@ -1197,7 +1066,7 @@ var V = [
1197
1066
  ]
1198
1067
  ],
1199
1068
  features: [
1200
- ...w,
1069
+ ...C,
1201
1070
  "Range required validation",
1202
1071
  "from/to coordination",
1203
1072
  "Filter-ready contract"
@@ -1210,9 +1079,9 @@ var V = [
1210
1079
  icon: c,
1211
1080
  category: "Forms",
1212
1081
  status: "Preview",
1213
- installCommand: O,
1082
+ installCommand: T,
1214
1083
  propsRows: [
1215
- ...C,
1084
+ ...S,
1216
1085
  [
1217
1086
  "value",
1218
1087
  "string",
@@ -1245,7 +1114,7 @@ var V = [
1245
1114
  ]
1246
1115
  ],
1247
1116
  features: [
1248
- ...w,
1117
+ ...C,
1249
1118
  "Popover interaction",
1250
1119
  "Range of disabled dates",
1251
1120
  "Controlled popover state"
@@ -1258,9 +1127,9 @@ var V = [
1258
1127
  icon: c,
1259
1128
  category: "Forms",
1260
1129
  status: "Preview",
1261
- installCommand: O,
1130
+ installCommand: T,
1262
1131
  propsRows: [
1263
- ...C,
1132
+ ...S,
1264
1133
  [
1265
1134
  "value",
1266
1135
  "{ from: string; to: string }",
@@ -1293,7 +1162,7 @@ var V = [
1293
1162
  ]
1294
1163
  ],
1295
1164
  features: [
1296
- ...w,
1165
+ ...C,
1297
1166
  "Range-specific validation",
1298
1167
  "Date range constraints",
1299
1168
  "Accessible error mapping"
@@ -1303,10 +1172,10 @@ var V = [
1303
1172
  slug: "form-builder",
1304
1173
  title: "Form Builder",
1305
1174
  description: "RHF section builder for schema-driven forms with submit/reset and disabled/read-only modes.",
1306
- icon: f,
1175
+ icon: d,
1307
1176
  category: "Forms",
1308
1177
  status: "Stable",
1309
- installCommand: O,
1178
+ installCommand: T,
1310
1179
  propsRows: [
1311
1180
  [
1312
1181
  "control",
@@ -1376,10 +1245,10 @@ var V = [
1376
1245
  slug: "radio-group",
1377
1246
  title: "Radio Group",
1378
1247
  description: "Single-choice grouped control for plans, density modes, and mutually exclusive settings.",
1379
- icon: x,
1248
+ icon: b,
1380
1249
  category: "Forms",
1381
1250
  status: "Stable",
1382
- installCommand: O,
1251
+ installCommand: T,
1383
1252
  propsRows: [
1384
1253
  [
1385
1254
  "options",
@@ -1426,349 +1295,113 @@ var V = [
1426
1295
  ]
1427
1296
  },
1428
1297
  {
1429
- slug: "phone-input",
1430
- title: "Phone Input",
1431
- description: "Localized phone number input with formatted display and consistent editing assumptions.",
1432
- icon: _,
1298
+ slug: "checkbox",
1299
+ title: "Checkbox",
1300
+ description: "Binary selection control for permissions, tasks and grouped form actions.",
1301
+ icon: ne,
1433
1302
  category: "Forms",
1434
- status: "Preview",
1435
- installCommand: O,
1303
+ status: "Stable",
1304
+ installCommand: T,
1436
1305
  propsRows: [
1437
1306
  [
1438
- "value",
1439
- "string",
1440
- "-",
1441
- "Controlled phone value used as canonical form (usually raw digits or formatted string)."
1442
- ],
1443
- [
1444
- "defaultValue",
1445
- "string",
1446
- "-",
1447
- "Uncontrolled initial phone value."
1448
- ],
1449
- [
1450
- "onValueChange",
1451
- "(value) => void",
1452
- "-",
1453
- "Emitted value after formatting transformations."
1454
- ],
1455
- [
1456
- "defaultCountry",
1457
- "string",
1458
- "\"UZ\" | \"US\" | ...",
1459
- "Country context used by masking layer."
1307
+ "checked",
1308
+ "boolean | 'indeterminate'",
1309
+ "false",
1310
+ "Controlled checked state."
1460
1311
  ],
1461
1312
  [
1462
- "placeholder",
1463
- "string",
1464
- "\"+998 (__) ___-__-__\"",
1465
- "Field placeholder."
1313
+ "defaultChecked",
1314
+ "boolean | 'indeterminate'",
1315
+ "false",
1316
+ "Initial state."
1466
1317
  ],
1467
1318
  [
1468
1319
  "disabled",
1469
1320
  "boolean",
1470
1321
  "false",
1471
- "Disable interaction."
1322
+ "Disables the control."
1472
1323
  ],
1473
1324
  [
1474
- "separator",
1475
- "string",
1476
- "\" \"",
1477
- "Custom separator for grouping digits."
1325
+ "onCheckedChange",
1326
+ "(checked) => void",
1327
+ "-",
1328
+ "Checked state callback."
1478
1329
  ]
1479
1330
  ],
1480
1331
  features: [
1481
- "Phone parsing",
1482
- "Masking assumptions",
1483
- "Localized formatting",
1484
- "Controlled usage"
1332
+ "Checked state",
1333
+ "Indeterminate state",
1334
+ "Disabled state",
1335
+ "Task lists"
1485
1336
  ]
1486
1337
  },
1487
1338
  {
1488
- slug: "masked-input",
1489
- title: "Masked Input",
1490
- description: "Pattern-driven text input for IDs, codes and fixed-format strings.",
1491
- icon: _,
1339
+ slug: "switch",
1340
+ title: "Switch",
1341
+ description: "On/off control for preferences, settings and lightweight toggles.",
1342
+ icon: b,
1492
1343
  category: "Forms",
1493
- status: "Preview",
1494
- installCommand: O,
1344
+ status: "Stable",
1345
+ installCommand: T,
1495
1346
  propsRows: [
1496
1347
  [
1497
- "value",
1498
- "string",
1499
- "-",
1500
- "Controlled masked value."
1501
- ],
1502
- [
1503
- "defaultValue",
1504
- "string",
1505
- "-",
1506
- "Uncontrolled initial masked value."
1507
- ],
1508
- [
1509
- "onValueChange",
1510
- "(value) => void",
1511
- "-",
1512
- "Raw value callback after mask is applied."
1513
- ],
1514
- [
1515
- "mask",
1516
- "((value: string) => string) | ((value: string, pattern: string) => string)",
1517
- "-",
1518
- "Formatting function for live masking."
1519
- ],
1520
- [
1521
- "placeholder",
1522
- "string",
1523
- "-",
1524
- "Placeholder and pattern hint for users."
1348
+ "checked",
1349
+ "boolean",
1350
+ "false",
1351
+ "Controlled on/off state."
1525
1352
  ],
1526
1353
  [
1527
- "stripMask",
1354
+ "defaultChecked",
1528
1355
  "boolean",
1529
- "true",
1530
- "Whether callback should return raw digits."
1356
+ "false",
1357
+ "Initial state."
1531
1358
  ],
1532
1359
  [
1533
1360
  "disabled",
1534
1361
  "boolean",
1535
1362
  "false",
1536
- "Disables user edits."
1363
+ "Disables the switch."
1364
+ ],
1365
+ [
1366
+ "onCheckedChange",
1367
+ "(checked) => void",
1368
+ "-",
1369
+ "State change callback."
1537
1370
  ]
1538
1371
  ],
1539
1372
  features: [
1540
- "Mask function",
1541
- "Pattern assumptions",
1542
- "Controlled editing",
1543
- "Fixed-format workflows"
1373
+ "Checked state",
1374
+ "Settings toggles",
1375
+ "Disabled state",
1376
+ "Compact interaction"
1544
1377
  ]
1545
1378
  },
1546
1379
  {
1547
- slug: "money-input",
1548
- title: "Money Input",
1549
- description: "Currency-aware input with prefix/suffix and parsing helper for numeric payload.",
1550
- icon: ce,
1551
- category: "Forms",
1380
+ slug: "badge",
1381
+ title: "Badge",
1382
+ description: "Small status surface for counts, labels, intents and inline metadata.",
1383
+ icon: o,
1384
+ category: "Components",
1552
1385
  status: "Stable",
1553
- installCommand: O,
1386
+ installCommand: T,
1554
1387
  propsRows: [
1555
1388
  [
1556
- "value",
1557
- "number",
1558
- "-",
1559
- "Controlled money value."
1560
- ],
1561
- [
1562
- "defaultValue",
1563
- "number",
1564
- "-",
1565
- "Initial uncontrolled value."
1566
- ],
1567
- [
1568
- "onValueChange",
1569
- "(value, rawValue) => void",
1570
- "-",
1571
- "Parsed numeric value and raw text callback."
1572
- ],
1573
- [
1574
- "prefix",
1575
- "string",
1576
- "\"$\"",
1577
- "Money prefix text."
1389
+ "variant",
1390
+ "'default' | 'secondary' | 'destructive' | 'outline' | 'ghost' | 'link'",
1391
+ "'default'",
1392
+ "Visual style."
1578
1393
  ],
1579
1394
  [
1580
- "suffix",
1581
- "string",
1395
+ "render",
1396
+ "ReactNode",
1582
1397
  "-",
1583
- "Money suffix text."
1584
- ],
1585
- [
1586
- "inputMode",
1587
- "'text' | 'decimal' | 'numeric'",
1588
- "'decimal'",
1589
- "Mobile keyboard hint."
1398
+ "Optional custom render target."
1590
1399
  ],
1591
1400
  [
1592
1401
  "className",
1593
1402
  "string",
1594
1403
  "-",
1595
- "Wrapper custom styles."
1596
- ]
1597
- ],
1598
- features: [
1599
- "Currency formatting assumptions",
1600
- "Parsing flow",
1601
- "Prefix/suffix",
1602
- "Read/write numeric value"
1603
- ]
1604
- },
1605
- {
1606
- slug: "quantity-input",
1607
- title: "Quantity Input",
1608
- description: "Stepper-like numeric input for compact quantity and count constraints.",
1609
- icon: x,
1610
- category: "Forms",
1611
- status: "Stable",
1612
- installCommand: O,
1613
- propsRows: [
1614
- [
1615
- "value",
1616
- "number",
1617
- "-",
1618
- "Controlled quantity."
1619
- ],
1620
- [
1621
- "defaultValue",
1622
- "number",
1623
- "-",
1624
- "Initial quantity."
1625
- ],
1626
- [
1627
- "onValueChange",
1628
- "(value) => void",
1629
- "-",
1630
- "Change callback with parsed quantity."
1631
- ],
1632
- [
1633
- "min",
1634
- "number",
1635
- "0",
1636
- "Minimum value."
1637
- ],
1638
- [
1639
- "max",
1640
- "number",
1641
- "-",
1642
- "Maximum value."
1643
- ],
1644
- [
1645
- "step",
1646
- "number",
1647
- "1",
1648
- "Increment size."
1649
- ],
1650
- [
1651
- "showControls",
1652
- "boolean",
1653
- "true",
1654
- "Display increment/decrement controls."
1655
- ]
1656
- ],
1657
- features: [
1658
- "Count editing",
1659
- "Clamp behavior",
1660
- "Controls",
1661
- "Min/max guardrails"
1662
- ]
1663
- },
1664
- {
1665
- slug: "checkbox",
1666
- title: "Checkbox",
1667
- description: "Binary selection control for permissions, tasks and grouped form actions.",
1668
- icon: ne,
1669
- category: "Forms",
1670
- status: "Stable",
1671
- installCommand: O,
1672
- propsRows: [
1673
- [
1674
- "checked",
1675
- "boolean | 'indeterminate'",
1676
- "false",
1677
- "Controlled checked state."
1678
- ],
1679
- [
1680
- "defaultChecked",
1681
- "boolean | 'indeterminate'",
1682
- "false",
1683
- "Initial state."
1684
- ],
1685
- [
1686
- "disabled",
1687
- "boolean",
1688
- "false",
1689
- "Disables the control."
1690
- ],
1691
- [
1692
- "onCheckedChange",
1693
- "(checked) => void",
1694
- "-",
1695
- "Checked state callback."
1696
- ]
1697
- ],
1698
- features: [
1699
- "Checked state",
1700
- "Indeterminate state",
1701
- "Disabled state",
1702
- "Task lists"
1703
- ]
1704
- },
1705
- {
1706
- slug: "switch",
1707
- title: "Switch",
1708
- description: "On/off control for preferences, settings and lightweight toggles.",
1709
- icon: x,
1710
- category: "Forms",
1711
- status: "Stable",
1712
- installCommand: O,
1713
- propsRows: [
1714
- [
1715
- "checked",
1716
- "boolean",
1717
- "false",
1718
- "Controlled on/off state."
1719
- ],
1720
- [
1721
- "defaultChecked",
1722
- "boolean",
1723
- "false",
1724
- "Initial state."
1725
- ],
1726
- [
1727
- "disabled",
1728
- "boolean",
1729
- "false",
1730
- "Disables the switch."
1731
- ],
1732
- [
1733
- "onCheckedChange",
1734
- "(checked) => void",
1735
- "-",
1736
- "State change callback."
1737
- ]
1738
- ],
1739
- features: [
1740
- "Checked state",
1741
- "Settings toggles",
1742
- "Disabled state",
1743
- "Compact interaction"
1744
- ]
1745
- },
1746
- {
1747
- slug: "badge",
1748
- title: "Badge",
1749
- description: "Small status surface for counts, labels, intents and inline metadata.",
1750
- icon: o,
1751
- category: "Components",
1752
- status: "Stable",
1753
- installCommand: O,
1754
- propsRows: [
1755
- [
1756
- "variant",
1757
- "'default' | 'secondary' | 'destructive' | 'outline' | 'ghost' | 'link'",
1758
- "'default'",
1759
- "Visual style."
1760
- ],
1761
- [
1762
- "render",
1763
- "ReactNode",
1764
- "-",
1765
- "Optional custom render target."
1766
- ],
1767
- [
1768
- "className",
1769
- "string",
1770
- "-",
1771
- "Additional CSS classes."
1404
+ "Additional CSS classes."
1772
1405
  ]
1773
1406
  ],
1774
1407
  features: [
@@ -1782,10 +1415,10 @@ var V = [
1782
1415
  slug: "card",
1783
1416
  title: "Card",
1784
1417
  description: "Structured content container with header, content and footer slots.",
1785
- icon: m,
1418
+ icon: p,
1786
1419
  category: "Components",
1787
1420
  status: "Stable",
1788
- installCommand: O,
1421
+ installCommand: T,
1789
1422
  propsRows: [
1790
1423
  [
1791
1424
  "size",
@@ -1817,10 +1450,10 @@ var V = [
1817
1450
  slug: "tabs",
1818
1451
  title: "Tabs",
1819
1452
  description: "Segmented navigation for switching views without leaving the current route.",
1820
- icon: ae,
1453
+ icon: oe,
1821
1454
  category: "Components",
1822
1455
  status: "Stable",
1823
- installCommand: O,
1456
+ installCommand: T,
1824
1457
  propsRows: [
1825
1458
  [
1826
1459
  "value",
@@ -1858,10 +1491,10 @@ var V = [
1858
1491
  slug: "collapse",
1859
1492
  title: "Collapse",
1860
1493
  description: "Expandable disclosure surface for FAQs, dense settings, and progressive detail blocks.",
1861
- icon: S,
1494
+ icon: x,
1862
1495
  category: "Components",
1863
1496
  status: "Stable",
1864
- installCommand: O,
1497
+ installCommand: T,
1865
1498
  propsRows: [
1866
1499
  [
1867
1500
  "open",
@@ -1908,7 +1541,7 @@ var V = [
1908
1541
  icon: a,
1909
1542
  category: "Overlay",
1910
1543
  status: "Stable",
1911
- installCommand: O,
1544
+ installCommand: T,
1912
1545
  propsRows: [
1913
1546
  [
1914
1547
  "open",
@@ -1946,10 +1579,10 @@ var V = [
1946
1579
  slug: "popover",
1947
1580
  title: "Popover",
1948
1581
  description: "Lightweight anchored overlay for context actions and compact helper content.",
1949
- icon: v,
1582
+ icon: _,
1950
1583
  category: "Overlay",
1951
1584
  status: "Stable",
1952
- installCommand: O,
1585
+ installCommand: T,
1953
1586
  propsRows: [
1954
1587
  [
1955
1588
  "side",
@@ -1990,7 +1623,7 @@ var V = [
1990
1623
  icon: u,
1991
1624
  category: "Overlay",
1992
1625
  status: "Stable",
1993
- installCommand: O,
1626
+ installCommand: T,
1994
1627
  propsRows: [
1995
1628
  [
1996
1629
  "open",
@@ -2046,10 +1679,10 @@ var V = [
2046
1679
  slug: "tooltip",
2047
1680
  title: "Tooltip",
2048
1681
  description: "Compact hover and focus hint for controls that need one short piece of guidance.",
2049
- icon: v,
1682
+ icon: _,
2050
1683
  category: "Overlay",
2051
1684
  status: "Stable",
2052
- installCommand: O,
1685
+ installCommand: T,
2053
1686
  propsRows: [
2054
1687
  [
2055
1688
  "content",
@@ -2083,55 +1716,14 @@ var V = [
2083
1716
  "Low-noise guidance"
2084
1717
  ]
2085
1718
  },
2086
- {
2087
- slug: "hover-card",
2088
- title: "Hover Card",
2089
- description: "Hover-revealed detail card for compact entity previews and secondary context.",
2090
- icon: v,
2091
- category: "Overlay",
2092
- status: "Stable",
2093
- installCommand: O,
2094
- propsRows: [
2095
- [
2096
- "trigger",
2097
- "ReactNode",
2098
- "-",
2099
- "Inline trigger element that reveals the card."
2100
- ],
2101
- [
2102
- "content",
2103
- "ReactNode",
2104
- "-",
2105
- "Card body content shown on hover/focus."
2106
- ],
2107
- [
2108
- "side",
2109
- "'top' | 'right' | 'bottom' | 'left'",
2110
- "'bottom'",
2111
- "Preferred card placement."
2112
- ],
2113
- [
2114
- "contentClassName",
2115
- "string",
2116
- "-",
2117
- "Extra classes for the revealed card surface."
2118
- ]
2119
- ],
2120
- features: [
2121
- "Entity preview",
2122
- "Hover + focus",
2123
- "Secondary context",
2124
- "Compact detail card"
2125
- ]
2126
- },
2127
1719
  {
2128
1720
  slug: "right-click-menu",
2129
1721
  title: "Right Click Menu",
2130
1722
  description: "Context menu surface for dense workspaces that need pointer-driven secondary actions.",
2131
- icon: h,
1723
+ icon: m,
2132
1724
  category: "Overlay",
2133
1725
  status: "Stable",
2134
- installCommand: O,
1726
+ installCommand: T,
2135
1727
  propsRows: [
2136
1728
  [
2137
1729
  "items",
@@ -2166,7 +1758,7 @@ var V = [
2166
1758
  icon: a,
2167
1759
  category: "Overlay",
2168
1760
  status: "Stable",
2169
- installCommand: O,
1761
+ installCommand: T,
2170
1762
  propsRows: [
2171
1763
  [
2172
1764
  "open",
@@ -2224,203 +1816,14 @@ var V = [
2224
1816
  "Clear copy guidance"
2225
1817
  ]
2226
1818
  },
2227
- {
2228
- slug: "modal-shell",
2229
- title: "Modal Shell",
2230
- description: "Composable shell for short focused forms, approvals, and information dialogs.",
2231
- icon: g,
2232
- category: "Overlay",
2233
- status: "Stable",
2234
- installCommand: O,
2235
- propsRows: [
2236
- [
2237
- "open",
2238
- "boolean",
2239
- "-",
2240
- "Controlled open state."
2241
- ],
2242
- [
2243
- "onOpenChange",
2244
- "(open) => void",
2245
- "-",
2246
- "Open state callback."
2247
- ],
2248
- [
2249
- "title",
2250
- "string",
2251
- "-",
2252
- "Header title for shell context."
2253
- ],
2254
- [
2255
- "description",
2256
- "string",
2257
- "-",
2258
- "Header description or guidance text."
2259
- ],
2260
- [
2261
- "footer",
2262
- "ReactNode",
2263
- "-",
2264
- "Optional footer action area."
2265
- ],
2266
- [
2267
- "size",
2268
- "'sm' | 'md' | 'lg' | 'xl'",
2269
- "'md'",
2270
- "Shell width/spacing profile."
2271
- ],
2272
- [
2273
- "showCloseButton",
2274
- "boolean",
2275
- "true",
2276
- "Show default close icon."
2277
- ]
2278
- ],
2279
- features: [
2280
- "Reusable overlay shell",
2281
- "Controlled modal",
2282
- "Slot composition",
2283
- "Action footers"
2284
- ]
2285
- },
2286
- {
2287
- slug: "sheet-shell",
2288
- title: "Sheet Shell",
2289
- description: "Side anchored shell for contextual editing and mobile drawer flows.",
2290
- icon: g,
2291
- category: "Overlay",
2292
- status: "Stable",
2293
- installCommand: O,
2294
- propsRows: [
2295
- [
2296
- "open",
2297
- "boolean",
2298
- "-",
2299
- "Controlled open state."
2300
- ],
2301
- [
2302
- "onOpenChange",
2303
- "(open) => void",
2304
- "-",
2305
- "Open state callback."
2306
- ],
2307
- [
2308
- "side",
2309
- "'right' | 'left' | 'top' | 'bottom'",
2310
- "'right'",
2311
- "Drawer anchor side."
2312
- ],
2313
- [
2314
- "title",
2315
- "string",
2316
- "-",
2317
- "Sheet title."
2318
- ],
2319
- [
2320
- "description",
2321
- "string",
2322
- "-",
2323
- "Optional supporting text."
2324
- ],
2325
- [
2326
- "footer",
2327
- "ReactNode",
2328
- "-",
2329
- "Optional footer action area."
2330
- ],
2331
- [
2332
- "size",
2333
- "'sm' | 'md' | 'lg' | 'xl'",
2334
- "'md'",
2335
- "Shell width/spacing profile."
2336
- ]
2337
- ],
2338
- features: [
2339
- "Side drawer",
2340
- "Mobile sheet",
2341
- "Slot composition",
2342
- "Context workflows"
2343
- ]
2344
- },
2345
- {
2346
- slug: "app-shell",
2347
- title: "App Shell",
2348
- description: "Compose dashboards and pages with header, sidebar, content, aside and mobile controls.",
2349
- icon: m,
2350
- category: "Components",
2351
- status: "Stable",
2352
- installCommand: O,
2353
- propsRows: [
2354
- [
2355
- "header",
2356
- "ReactNode",
2357
- "-",
2358
- "Optional top header region."
2359
- ],
2360
- [
2361
- "sidebar",
2362
- "ReactNode",
2363
- "-",
2364
- "Optional sidebar region for global navigation."
2365
- ],
2366
- [
2367
- "aside",
2368
- "ReactNode",
2369
- "-",
2370
- "Optional side content region."
2371
- ],
2372
- [
2373
- "footer",
2374
- "ReactNode",
2375
- "-",
2376
- "Optional footer region."
2377
- ],
2378
- [
2379
- "sidebarCollapsed",
2380
- "boolean",
2381
- "-",
2382
- "Controlled sidebar collapse state."
2383
- ],
2384
- [
2385
- "onSidebarCollapsedChange",
2386
- "(collapsed) => void",
2387
- "-",
2388
- "Callback for controlled collapse toggles."
2389
- ],
2390
- [
2391
- "mobileSidebarOpen",
2392
- "boolean",
2393
- "-",
2394
- "Controlled mobile sidebar visibility."
2395
- ],
2396
- [
2397
- "sidebarMode",
2398
- "'fixed' | 'static'",
2399
- "'fixed'",
2400
- "Desktop sidebar placement strategy."
2401
- ],
2402
- [
2403
- "showMobileMenuButton",
2404
- "boolean",
2405
- "true",
2406
- "Shows mobile menu trigger button."
2407
- ]
2408
- ],
2409
- features: [
2410
- "Shell composition",
2411
- "Responsive layout",
2412
- "Aside slot",
2413
- "Controlled sidebar"
2414
- ]
2415
- },
2416
1819
  {
2417
1820
  slug: "sidebar",
2418
1821
  title: "Sidebar",
2419
1822
  description: "Reusable application sidebar with header, footer, active states, collapsed mode and custom link rendering.",
2420
- icon: m,
1823
+ icon: p,
2421
1824
  category: "Components",
2422
1825
  status: "Stable",
2423
- installCommand: O,
1826
+ installCommand: T,
2424
1827
  propsRows: [
2425
1828
  [
2426
1829
  "items",
@@ -2472,59 +1875,6 @@ var V = [
2472
1875
  "Router-friendly rendering"
2473
1876
  ]
2474
1877
  },
2475
- {
2476
- slug: "sidebar-nav",
2477
- title: "Sidebar Nav",
2478
- description: "Structured nav list with active/disabled states, route metadata and custom render hooks.",
2479
- icon: m,
2480
- category: "Components",
2481
- status: "Stable",
2482
- installCommand: O,
2483
- propsRows: [
2484
- [
2485
- "items",
2486
- "SidebarNavItem[]",
2487
- "-",
2488
- "Navigation entries, including active, disabled and custom render payloads."
2489
- ],
2490
- [
2491
- "collapsed",
2492
- "boolean",
2493
- "false",
2494
- "Compact nav mode with item labels hidden."
2495
- ],
2496
- [
2497
- "itemClassName",
2498
- "string",
2499
- "-",
2500
- "Class for all nav items."
2501
- ],
2502
- [
2503
- "activeItemClassName",
2504
- "string",
2505
- "-",
2506
- "Class added to the active item."
2507
- ],
2508
- [
2509
- "renderItem",
2510
- "(item, element) => ReactNode",
2511
- "-",
2512
- "Custom item rendering hook."
2513
- ],
2514
- [
2515
- "renderLink",
2516
- "(props) => ReactNode",
2517
- "-",
2518
- "Custom link rendering hook."
2519
- ]
2520
- ],
2521
- features: [
2522
- "Navigation lists",
2523
- "Active states",
2524
- "Custom render",
2525
- "Collapsed mode"
2526
- ]
2527
- },
2528
1878
  {
2529
1879
  slug: "breadcrumbs",
2530
1880
  title: "Breadcrumbs",
@@ -2532,7 +1882,7 @@ var V = [
2532
1882
  icon: l,
2533
1883
  category: "Components",
2534
1884
  status: "Stable",
2535
- installCommand: O,
1885
+ installCommand: T,
2536
1886
  propsRows: [
2537
1887
  [
2538
1888
  "items",
@@ -2579,7 +1929,7 @@ var V = [
2579
1929
  icon: re,
2580
1930
  category: "Components",
2581
1931
  status: "Stable",
2582
- installCommand: O,
1932
+ installCommand: T,
2583
1933
  propsRows: [
2584
1934
  [
2585
1935
  "title",
@@ -2631,90 +1981,14 @@ var V = [
2631
1981
  "Sticky header option"
2632
1982
  ]
2633
1983
  },
2634
- {
2635
- slug: "page-container",
2636
- title: "Page Container",
2637
- description: "Consistent width and spacing wrapper for page contents and responsive content density.",
2638
- icon: g,
2639
- category: "Components",
2640
- status: "Stable",
2641
- installCommand: O,
2642
- propsRows: [
2643
- [
2644
- "size",
2645
- "'default' | 'sm' | 'md' | 'lg' | 'xl' | 'full'",
2646
- "'default'",
2647
- "Container width preset."
2648
- ],
2649
- [
2650
- "className",
2651
- "string",
2652
- "-",
2653
- "Additional wrapper class names."
2654
- ],
2655
- [
2656
- "children",
2657
- "ReactNode",
2658
- "-",
2659
- "Page content."
2660
- ]
2661
- ],
2662
- features: [
2663
- "Consistent content width",
2664
- "Responsive max-width",
2665
- "Spacing control",
2666
- "Dashboard wrappers"
2667
- ]
2668
- },
2669
- {
2670
- slug: "metric-grid",
2671
- title: "Metric Grid",
2672
- description: "Compact KPI cards for dashboards with trend, icon and tone options.",
2673
- icon: d,
2674
- category: "Data Display",
2675
- status: "Stable",
2676
- installCommand: O,
2677
- propsRows: [
2678
- [
2679
- "items",
2680
- "MetricItem[]",
2681
- "-",
2682
- "Metric tiles and optional descriptions."
2683
- ],
2684
- [
2685
- "columns",
2686
- "1 | 2 | 3 | 4",
2687
- "3",
2688
- "Number of columns for layout."
2689
- ],
2690
- [
2691
- "compact",
2692
- "boolean",
2693
- "false",
2694
- "Shrinks paddings and typography for dense layouts."
2695
- ],
2696
- [
2697
- "itemClassName",
2698
- "string",
2699
- "-",
2700
- "Shared class override for each metric card."
2701
- ]
2702
- ],
2703
- features: [
2704
- "KPI display",
2705
- "Compact and dense layout",
2706
- "Trend labels",
2707
- "Dashboard summaries"
2708
- ]
2709
- },
2710
1984
  {
2711
1985
  slug: "info-card",
2712
1986
  title: "Info Card",
2713
1987
  description: "Flexible context card for summaries, metadata, quick actions, and supporting media inside real product surfaces.",
2714
- icon: f,
1988
+ icon: d,
2715
1989
  category: "Data Display",
2716
1990
  status: "Stable",
2717
- installCommand: O,
1991
+ installCommand: T,
2718
1992
  propsRows: [
2719
1993
  [
2720
1994
  "eyebrow",
@@ -2779,7 +2053,7 @@ var V = [
2779
2053
  icon: o,
2780
2054
  category: "Data Display",
2781
2055
  status: "Stable",
2782
- installCommand: O,
2056
+ installCommand: T,
2783
2057
  propsRows: [
2784
2058
  [
2785
2059
  "items",
@@ -2838,7 +2112,7 @@ var V = [
2838
2112
  icon: a,
2839
2113
  category: "Data Display",
2840
2114
  status: "Stable",
2841
- installCommand: O,
2115
+ installCommand: T,
2842
2116
  propsRows: [
2843
2117
  [
2844
2118
  "status",
@@ -2897,125 +2171,66 @@ var V = [
2897
2171
  ]
2898
2172
  },
2899
2173
  {
2900
- slug: "loading-state",
2901
- title: "Loading State",
2902
- description: "Scoped loading block with spinner, skeleton, or progress variants for real route and panel states.",
2903
- icon: v,
2904
- category: "Data Display",
2905
- status: "Stable",
2906
- installCommand: O,
2907
- propsRows: [
2908
- [
2909
- "label",
2910
- "ReactNode",
2911
- "-",
2912
- "Loading heading."
2913
- ],
2914
- [
2915
- "description",
2916
- "ReactNode",
2917
- "-",
2918
- "Loading explanation text."
2919
- ],
2920
- [
2921
- "icon",
2922
- "ReactNode",
2923
- "-",
2924
- "Optional loading icon."
2925
- ],
2926
- [
2927
- "variant",
2928
- "'spinner' | 'skeleton' | 'progress'",
2929
- "'spinner'",
2930
- "Visual loading style."
2931
- ],
2932
- [
2933
- "progress",
2934
- "number",
2935
- "-",
2936
- "Progress amount when `variant` is `progress`."
2937
- ],
2938
- [
2939
- "className",
2940
- "string",
2941
- "-",
2942
- "Container class override."
2943
- ]
2944
- ],
2945
- features: [
2946
- "Spinner, skeleton and progress",
2947
- "Section loading labels",
2948
- "Scoped placeholders",
2949
- "Custom icon"
2950
- ]
2951
- },
2952
- {
2953
- slug: "result",
2954
- title: "Result",
2955
- description: "Status result surface for success, warning, error and blocked/empty outcomes.",
2956
- icon: oe,
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: _,
2957
2178
  category: "Data Display",
2958
2179
  status: "Stable",
2959
- installCommand: O,
2180
+ installCommand: T,
2960
2181
  propsRows: [
2961
2182
  [
2962
- "status",
2963
- "'success' | 'error' | 'warning' | 'info' | 'not-found' | 'forbidden' | 'server-error'",
2964
- "'info'",
2965
- "Result semantic status."
2966
- ],
2967
- [
2968
- "title",
2183
+ "label",
2969
2184
  "ReactNode",
2970
2185
  "-",
2971
- "Result title."
2186
+ "Loading heading."
2972
2187
  ],
2973
2188
  [
2974
2189
  "description",
2975
2190
  "ReactNode",
2976
2191
  "-",
2977
- "Result detail text."
2192
+ "Loading explanation text."
2978
2193
  ],
2979
2194
  [
2980
2195
  "icon",
2981
2196
  "ReactNode",
2982
2197
  "-",
2983
- "Optional custom icon."
2198
+ "Optional loading icon."
2984
2199
  ],
2985
2200
  [
2986
- "actions",
2987
- "ReactNode",
2988
- "-",
2989
- "Primary action area."
2201
+ "variant",
2202
+ "'spinner' | 'skeleton' | 'progress'",
2203
+ "'spinner'",
2204
+ "Visual loading style."
2990
2205
  ],
2991
2206
  [
2992
- "extra",
2993
- "ReactNode",
2207
+ "progress",
2208
+ "number",
2994
2209
  "-",
2995
- "Secondary/auxiliary action area."
2210
+ "Progress amount when `variant` is `progress`."
2996
2211
  ],
2997
2212
  [
2998
- "compact",
2999
- "boolean",
3000
- "false",
3001
- "Compact status surface."
2213
+ "className",
2214
+ "string",
2215
+ "-",
2216
+ "Container class override."
3002
2217
  ]
3003
2218
  ],
3004
2219
  features: [
3005
- "Outcome states",
3006
- "Action block",
3007
- "Error/result screens",
3008
- "No-page-needed fallback"
2220
+ "Spinner, skeleton and progress",
2221
+ "Section loading labels",
2222
+ "Scoped placeholders",
2223
+ "Custom icon"
3009
2224
  ]
3010
2225
  },
3011
2226
  {
3012
2227
  slug: "scroll-box",
3013
2228
  title: "Scroll Box",
3014
2229
  description: "Scoped scrolling surface for dense lists, side panels, and bounded data regions.",
3015
- icon: g,
2230
+ icon: h,
3016
2231
  category: "Data Display",
3017
2232
  status: "Stable",
3018
- installCommand: O,
2233
+ installCommand: T,
3019
2234
  propsRows: [
3020
2235
  [
3021
2236
  "maxHeight",
@@ -3053,10 +2268,10 @@ var V = [
3053
2268
  slug: "toast",
3054
2269
  title: "Toast",
3055
2270
  description: "Global transient messaging system with provider, stacking, promise states, placement and dismiss behavior.",
3056
- icon: oe,
2271
+ icon: se,
3057
2272
  category: "Components",
3058
2273
  status: "Stable",
3059
- installCommand: O,
2274
+ installCommand: T,
3060
2275
  propsRows: [
3061
2276
  [
3062
2277
  "children",
@@ -3118,10 +2333,10 @@ var V = [
3118
2333
  slug: "table",
3119
2334
  title: "Table primitive",
3120
2335
  description: "Low-level semantic table pieces for internal composition, not the primary public data-grid showcase.",
3121
- icon: y,
2336
+ icon: v,
3122
2337
  category: "Data Display",
3123
2338
  status: "Preview",
3124
- installCommand: O,
2339
+ installCommand: T,
3125
2340
  propsRows: [
3126
2341
  [
3127
2342
  "className",
@@ -3153,10 +2368,10 @@ var V = [
3153
2368
  slug: "kbd",
3154
2369
  title: "Kbd",
3155
2370
  description: "Keyboard hint token for shortcuts, command palettes, and focused action labels.",
3156
- icon: b,
2371
+ icon: y,
3157
2372
  category: "Components",
3158
2373
  status: "Stable",
3159
- installCommand: O,
2374
+ installCommand: T,
3160
2375
  propsRows: [
3161
2376
  [
3162
2377
  "size",
@@ -3194,10 +2409,10 @@ var V = [
3194
2409
  slug: "data-table",
3195
2410
  title: "Data Table",
3196
2411
  description: "Primary reusable admin data grid with sorting, row selection, bulk actions, saved views, mobile cards, and server-aware pagination.",
3197
- icon: y,
2412
+ icon: v,
3198
2413
  category: "Data Display",
3199
2414
  status: "Preview",
3200
- installCommand: O,
2415
+ installCommand: T,
3201
2416
  propsRows: [
3202
2417
  [
3203
2418
  "columns",
@@ -3293,7 +2508,7 @@ var V = [
3293
2508
  "Empty/loading/error states"
3294
2509
  ]
3295
2510
  }
3296
- ], Ne = {
2511
+ ], Fe = {
3297
2512
  button: {
3298
2513
  groupSlugs: [
3299
2514
  "actions",
@@ -3307,11 +2522,7 @@ var V = [
3307
2522
  ]
3308
2523
  },
3309
2524
  input: {
3310
- groupSlugs: [
3311
- "inputs",
3312
- "form",
3313
- "filters"
3314
- ],
2525
+ groupSlugs: ["form", "filters"],
3315
2526
  componentSlugs: [
3316
2527
  "textarea",
3317
2528
  "select",
@@ -3319,11 +2530,7 @@ var V = [
3319
2530
  ]
3320
2531
  },
3321
2532
  textarea: {
3322
- groupSlugs: [
3323
- "inputs",
3324
- "form",
3325
- "layout"
3326
- ],
2533
+ groupSlugs: ["form", "layout"],
3327
2534
  componentSlugs: [
3328
2535
  "input",
3329
2536
  "card",
@@ -3331,35 +2538,7 @@ var V = [
3331
2538
  ]
3332
2539
  },
3333
2540
  select: {
3334
- groupSlugs: [
3335
- "inputs",
3336
- "filters",
3337
- "overlay"
3338
- ],
3339
- componentSlugs: [
3340
- "simple-select",
3341
- "async-select",
3342
- "form-select"
3343
- ]
3344
- },
3345
- "simple-select": {
3346
- groupSlugs: [
3347
- "inputs",
3348
- "form",
3349
- "filters"
3350
- ],
3351
- componentSlugs: [
3352
- "select",
3353
- "async-select",
3354
- "form-select"
3355
- ]
3356
- },
3357
- combobox: {
3358
- groupSlugs: [
3359
- "inputs",
3360
- "form",
3361
- "filters"
3362
- ],
2541
+ groupSlugs: ["filters", "overlay"],
3363
2542
  componentSlugs: [
3364
2543
  "select",
3365
2544
  "async-select",
@@ -3367,7 +2546,7 @@ var V = [
3367
2546
  ]
3368
2547
  },
3369
2548
  "radio-group": {
3370
- groupSlugs: ["inputs", "form"],
2549
+ groupSlugs: ["form"],
3371
2550
  componentSlugs: [
3372
2551
  "checkbox",
3373
2552
  "switch",
@@ -3375,47 +2554,27 @@ var V = [
3375
2554
  ]
3376
2555
  },
3377
2556
  "async-select": {
3378
- groupSlugs: [
3379
- "inputs",
3380
- "form",
3381
- "filters"
3382
- ],
2557
+ groupSlugs: ["form", "filters"],
3383
2558
  componentSlugs: [
3384
2559
  "select",
3385
- "combobox",
2560
+ "async-select",
3386
2561
  "form-select"
3387
2562
  ]
3388
2563
  },
3389
2564
  "async-multi-select": {
3390
- groupSlugs: ["inputs", "form"],
2565
+ groupSlugs: ["form"],
3391
2566
  componentSlugs: [
3392
2567
  "select",
3393
2568
  "async-select",
3394
2569
  "form-select"
3395
2570
  ]
3396
2571
  },
3397
- "number-input": {
3398
- groupSlugs: ["inputs", "form"],
3399
- componentSlugs: [
3400
- "money-input",
3401
- "quantity-input",
3402
- "input"
3403
- ]
3404
- },
3405
2572
  "date-picker": {
3406
- groupSlugs: [
3407
- "inputs",
3408
- "form",
3409
- "display"
3410
- ],
2573
+ groupSlugs: ["form", "display"],
3411
2574
  componentSlugs: ["calendar", "date-range-picker"]
3412
2575
  },
3413
2576
  "date-range-picker": {
3414
- groupSlugs: [
3415
- "inputs",
3416
- "form",
3417
- "filters"
3418
- ],
2577
+ groupSlugs: ["form", "filters"],
3419
2578
  componentSlugs: [
3420
2579
  "date-picker",
3421
2580
  "calendar",
@@ -3435,36 +2594,31 @@ var V = [
3435
2594
  ]
3436
2595
  },
3437
2596
  "form-input": {
3438
- groupSlugs: ["form", "inputs"],
2597
+ groupSlugs: ["form"],
3439
2598
  componentSlugs: [
3440
2599
  "form-field-shell",
3441
2600
  "form-textarea",
3442
- "input",
3443
- "password-input",
3444
- "phone-input",
3445
- "number-input"
2601
+ "input"
3446
2602
  ]
3447
2603
  },
3448
2604
  "form-select": {
3449
- groupSlugs: ["form", "inputs"],
2605
+ groupSlugs: ["form"],
3450
2606
  componentSlugs: [
3451
2607
  "async-select",
3452
2608
  "select",
3453
- "simple-select",
3454
2609
  "form-field-shell"
3455
2610
  ]
3456
2611
  },
3457
2612
  "form-textarea": {
3458
- groupSlugs: ["form", "inputs"],
2613
+ groupSlugs: ["form"],
3459
2614
  componentSlugs: [
3460
2615
  "form-input",
3461
2616
  "textarea",
3462
- "form-field-shell",
3463
- "quantity-input"
2617
+ "form-field-shell"
3464
2618
  ]
3465
2619
  },
3466
2620
  "form-switch": {
3467
- groupSlugs: ["form", "inputs"],
2621
+ groupSlugs: ["form"],
3468
2622
  componentSlugs: [
3469
2623
  "form-field-shell",
3470
2624
  "switch",
@@ -3475,17 +2629,15 @@ var V = [
3475
2629
  "form-date-range-input": {
3476
2630
  groupSlugs: ["form", "filters"],
3477
2631
  componentSlugs: [
3478
- "date-range-input",
3479
2632
  "date-range-picker",
3480
2633
  "form-date-range-picker",
3481
2634
  "form-field-shell"
3482
2635
  ]
3483
2636
  },
3484
2637
  "form-date-picker": {
3485
- groupSlugs: ["form", "inputs"],
2638
+ groupSlugs: ["form"],
3486
2639
  componentSlugs: [
3487
2640
  "date-picker",
3488
- "date-input",
3489
2641
  "calendar",
3490
2642
  "form-field-shell"
3491
2643
  ]
@@ -3509,40 +2661,8 @@ var V = [
3509
2661
  "form-select"
3510
2662
  ]
3511
2663
  },
3512
- "phone-input": {
3513
- groupSlugs: ["inputs", "form"],
3514
- componentSlugs: [
3515
- "input",
3516
- "textarea",
3517
- "simple-select"
3518
- ]
3519
- },
3520
- "masked-input": {
3521
- groupSlugs: ["inputs", "form"],
3522
- componentSlugs: [
3523
- "input",
3524
- "number-input",
3525
- "phone-input"
3526
- ]
3527
- },
3528
- "money-input": {
3529
- groupSlugs: ["inputs", "display"],
3530
- componentSlugs: [
3531
- "number-input",
3532
- "quantity-input",
3533
- "input"
3534
- ]
3535
- },
3536
- "quantity-input": {
3537
- groupSlugs: ["inputs", "form"],
3538
- componentSlugs: [
3539
- "number-input",
3540
- "money-input",
3541
- "input"
3542
- ]
3543
- },
3544
2664
  checkbox: {
3545
- groupSlugs: ["inputs", "form"],
2665
+ groupSlugs: ["form"],
3546
2666
  componentSlugs: [
3547
2667
  "switch",
3548
2668
  "button",
@@ -3550,7 +2670,7 @@ var V = [
3550
2670
  ]
3551
2671
  },
3552
2672
  switch: {
3553
- groupSlugs: ["inputs", "layout"],
2673
+ groupSlugs: ["layout"],
3554
2674
  componentSlugs: [
3555
2675
  "checkbox",
3556
2676
  "tabs",
@@ -3591,19 +2711,11 @@ var V = [
3591
2711
  "display",
3592
2712
  "form"
3593
2713
  ],
3594
- componentSlugs: [
3595
- "tabs",
3596
- "card",
3597
- "sidebar-nav"
3598
- ]
2714
+ componentSlugs: ["tabs", "card"]
3599
2715
  },
3600
2716
  dialog: {
3601
2717
  groupSlugs: ["overlay", "notifications"],
3602
- componentSlugs: [
3603
- "popover",
3604
- "confirm-dialog",
3605
- "sheet-shell"
3606
- ]
2718
+ componentSlugs: ["popover", "confirm-dialog"]
3607
2719
  },
3608
2720
  popover: {
3609
2721
  groupSlugs: ["overlay", "navigation"],
@@ -3637,14 +2749,6 @@ var V = [
3637
2749
  "input"
3638
2750
  ]
3639
2751
  },
3640
- "hover-card": {
3641
- groupSlugs: ["overlay", "display"],
3642
- componentSlugs: [
3643
- "tooltip",
3644
- "card",
3645
- "info-card"
3646
- ]
3647
- },
3648
2752
  "right-click-menu": {
3649
2753
  groupSlugs: [
3650
2754
  "overlay",
@@ -3659,31 +2763,7 @@ var V = [
3659
2763
  },
3660
2764
  "confirm-dialog": {
3661
2765
  groupSlugs: ["overlay", "notifications"],
3662
- componentSlugs: [
3663
- "dialog",
3664
- "modal-shell",
3665
- "sheet-shell"
3666
- ]
3667
- },
3668
- "modal-shell": {
3669
- groupSlugs: ["overlay", "layout"],
3670
- componentSlugs: [
3671
- "sheet-shell",
3672
- "dialog",
3673
- "confirm-dialog"
3674
- ]
3675
- },
3676
- "sheet-shell": {
3677
- groupSlugs: [
3678
- "overlay",
3679
- "layout",
3680
- "navigation"
3681
- ],
3682
- componentSlugs: [
3683
- "modal-shell",
3684
- "dialog",
3685
- "dropdown-menu"
3686
- ]
2766
+ componentSlugs: ["dialog", "alert-dialog"]
3687
2767
  },
3688
2768
  table: {
3689
2769
  groupSlugs: [
@@ -3711,119 +2791,35 @@ var V = [
3711
2791
  },
3712
2792
  sidebar: {
3713
2793
  groupSlugs: ["layout", "navigation"],
3714
- componentSlugs: [
3715
- "sidebar-nav",
3716
- "breadcrumbs",
3717
- "app-shell",
3718
- "page-container"
3719
- ]
3720
- },
3721
- "app-shell": {
3722
- groupSlugs: ["layout"],
3723
- componentSlugs: [
3724
- "sidebar",
3725
- "sidebar-nav",
3726
- "page-header",
3727
- "page-container"
3728
- ]
3729
- },
3730
- "sidebar-nav": {
3731
- groupSlugs: ["layout", "navigation"],
3732
- componentSlugs: [
3733
- "sidebar",
3734
- "breadcrumbs",
3735
- "app-shell"
3736
- ]
2794
+ componentSlugs: ["breadcrumbs"]
3737
2795
  },
3738
2796
  breadcrumbs: {
3739
2797
  groupSlugs: ["layout", "navigation"],
3740
- componentSlugs: [
3741
- "page-header",
3742
- "sidebar",
3743
- "sidebar-nav"
3744
- ]
3745
- },
3746
- "page-header": {
3747
- groupSlugs: ["layout"],
3748
- componentSlugs: [
3749
- "breadcrumbs",
3750
- "sidebar",
3751
- "metric-grid",
3752
- "info-card"
3753
- ]
3754
- },
3755
- "page-container": {
3756
- groupSlugs: ["layout"],
3757
- componentSlugs: [
3758
- "page-header",
3759
- "app-shell",
3760
- "info-card"
3761
- ]
3762
- },
3763
- "metric-grid": {
3764
- groupSlugs: ["display"],
3765
- componentSlugs: [
3766
- "info-card",
3767
- "activity-feed",
3768
- "data-state"
3769
- ]
2798
+ componentSlugs: ["section", "sidebar"]
3770
2799
  },
3771
2800
  "info-card": {
3772
2801
  groupSlugs: ["display", "layout"],
3773
- componentSlugs: [
3774
- "metric-grid",
3775
- "activity-feed",
3776
- "result",
3777
- "card"
3778
- ]
2802
+ componentSlugs: ["activity-feed", "card"]
3779
2803
  },
3780
2804
  "activity-feed": {
3781
2805
  groupSlugs: ["display"],
3782
- componentSlugs: [
3783
- "info-card",
3784
- "metric-grid",
3785
- "result"
3786
- ]
2806
+ componentSlugs: ["info-card"]
3787
2807
  },
3788
2808
  "data-state": {
3789
2809
  groupSlugs: ["display"],
3790
- componentSlugs: [
3791
- "loading-state",
3792
- "result",
3793
- "data-table"
3794
- ]
2810
+ componentSlugs: ["loading-state", "data-table"]
3795
2811
  },
3796
2812
  "loading-state": {
3797
2813
  groupSlugs: ["display"],
3798
- componentSlugs: [
3799
- "data-state",
3800
- "result",
3801
- "data-table"
3802
- ]
3803
- },
3804
- result: {
3805
- groupSlugs: ["display"],
3806
- componentSlugs: [
3807
- "data-state",
3808
- "loading-state",
3809
- "page-header"
3810
- ]
2814
+ componentSlugs: ["data-state", "data-table"]
3811
2815
  },
3812
2816
  "scroll-box": {
3813
2817
  groupSlugs: ["display", "layout"],
3814
- componentSlugs: [
3815
- "table",
3816
- "data-table",
3817
- "page-container"
3818
- ]
2818
+ componentSlugs: ["table", "data-table"]
3819
2819
  },
3820
2820
  toast: {
3821
2821
  groupSlugs: ["notifications", "overlay"],
3822
- componentSlugs: [
3823
- "confirm-dialog",
3824
- "sheet-shell",
3825
- "modal-shell"
3826
- ]
2822
+ componentSlugs: ["confirm-dialog", "dialog"]
3827
2823
  },
3828
2824
  kbd: {
3829
2825
  groupSlugs: ["command", "actions"],
@@ -3833,23 +2829,36 @@ var V = [
3833
2829
  "input"
3834
2830
  ]
3835
2831
  }
3836
- }, Pe = new Set(/* @__PURE__ */ "button.input.select.date-picker.checkbox.switch.badge.card.tabs.dialog.popover.dropdown-menu.sidebar.breadcrumbs.data-table.metric-grid.info-card.activity-feed.loading-state.result.toast.trend-card.notification-center.command-bar.progress.progress-circle".split(".")), Fe = {
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 = {
3837
2855
  textarea: "input",
3838
- "search-input": "input",
3839
- "password-input": "input",
3840
- "number-input": "input",
3841
- "phone-input": "input",
3842
- "masked-input": "input",
3843
- "money-input": "input",
3844
- "quantity-input": "input",
3845
2856
  "tag-input": "input",
3846
2857
  "otp-input": "input",
3847
2858
  "form-input": "input",
3848
2859
  "form-textarea": "input",
3849
- "simple-select": "select",
3850
2860
  "async-select": "select",
3851
2861
  "async-multi-select": "select",
3852
- combobox: "select",
3853
2862
  "form-select": "select",
3854
2863
  calendar: "date-picker",
3855
2864
  "date-range-picker": "date-picker",
@@ -3857,25 +2866,13 @@ var V = [
3857
2866
  "form-date-picker": "date-picker",
3858
2867
  "form-date-range-picker": "date-picker",
3859
2868
  "confirm-dialog": "dialog",
3860
- "modal-shell": "dialog",
3861
- "sheet-shell": "dialog",
3862
- "app-shell": "sidebar",
3863
2869
  "app-header": "sidebar",
3864
- "sidebar-nav": "sidebar",
3865
- "page-container": "sidebar",
3866
2870
  section: "sidebar",
3867
2871
  toolbar: "sidebar",
3868
2872
  "split-layout": "sidebar",
3869
- "sticky-footer-bar": "sidebar",
3870
2873
  "page-header": "breadcrumbs",
3871
- "stat-card": "metric-grid",
3872
- "data-table-column-visibility-menu": "data-table",
3873
- "data-table-sortable-header": "data-table",
3874
- "data-table-bulk-actions": "data-table",
3875
- "data-table-view-presets": "data-table",
3876
- table: "data-table",
3877
- "progress-circle": "progress"
3878
- }, H = {
2874
+ table: "data-table"
2875
+ }, B = {
3879
2876
  input: [
3880
2877
  {
3881
2878
  key: "core",
@@ -3887,17 +2884,7 @@ var V = [
3887
2884
  key: "related",
3888
2885
  title: "Related input patterns",
3889
2886
  description: "Specialized input types for search, masking, numeric entry, and compact structured values.",
3890
- slugs: [
3891
- "search-input",
3892
- "password-input",
3893
- "number-input",
3894
- "phone-input",
3895
- "masked-input",
3896
- "money-input",
3897
- "quantity-input",
3898
- "tag-input",
3899
- "otp-input"
3900
- ]
2887
+ slugs: ["tag-input", "otp-input"]
3901
2888
  },
3902
2889
  {
3903
2890
  key: "integrations",
@@ -3917,19 +2904,13 @@ var V = [
3917
2904
  key: "related",
3918
2905
  title: "Related select members",
3919
2906
  description: "These members add real behavior such as remote loading or keyboard-first local filtering.",
3920
- slugs: ["async-select", "combobox"]
2907
+ slugs: ["async-select"]
3921
2908
  },
3922
2909
  {
3923
2910
  key: "integrations",
3924
2911
  title: "Form integrations",
3925
2912
  description: "Use wrapped selects when you need consistent form-level validation, labels, and shell behavior.",
3926
2913
  slugs: ["form-select"]
3927
- },
3928
- {
3929
- key: "compatibility",
3930
- title: "Supporting select surface",
3931
- description: "Use SimpleSelect when source-copy code needs a compact controlled selector.",
3932
- slugs: ["simple-select"]
3933
2914
  }
3934
2915
  ],
3935
2916
  "date-picker": [{
@@ -3964,12 +2945,8 @@ var V = [
3964
2945
  }, {
3965
2946
  key: "advanced",
3966
2947
  title: "Confirmation and shell patterns",
3967
- description: "These composed overlays handle destructive confirmation, reusable modal shells, and side-drawer editing flows.",
3968
- slugs: [
3969
- "confirm-dialog",
3970
- "modal-shell",
3971
- "sheet-shell"
3972
- ]
2948
+ description: "These composed overlays handle destructive confirmation and side-drawer editing flows.",
2949
+ slugs: ["confirm-dialog", "drawer"]
3973
2950
  }],
3974
2951
  sidebar: [{
3975
2952
  key: "core",
@@ -4003,7 +2980,18 @@ var V = [
4003
2980
  description: "Use toast messaging for transient global feedback, not for critical form validation or persistent page states.",
4004
2981
  slugs: ["toast"]
4005
2982
  }]
4006
- }, U = n, Ie = U?.groups ?? {}, Le = new Set((U?.recommended ?? []).map((e) => e)), Re = U?.migrationAliases ?? {}, ze = new Set(Object.values(Re)), W = new Set(/* @__PURE__ */ "app-header.app-sidebar.app-shell.async-multi-select.clearable-input.combobox.copy-field.data-table-actions-column.data-table-bulk-actions.data-table-column-visibility-menu.data-table-pagination.data-table-row-actions.data-table-saved-filters.data-table-select-column.data-table-sortable-header.data-table-toolbar.data-table-view-presets.date-input.date-range-input.file-dropzone.form.form-async-select.form-field.form-field-shell.form-input.form-select.form-switch.form-textarea.hover-card.input-decorator.input-value.inputs.masked-input.money-input.number-input.page-container.page-header.password-input.phone-input.quantity-input.search-input.section-header.sidebar-nav.simple-select.stat-card.sticky-footer-bar.table-export-menu.table-import-button".split(".")), Be = new Set(["kits"]), Ve = new Set([
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([
4007
2995
  "all",
4008
2996
  "dashboard",
4009
2997
  "calendar-kit",
@@ -4016,7 +3004,6 @@ var V = [
4016
3004
  feedback: "Data Display",
4017
3005
  display: "Data Display",
4018
3006
  overlay: "Overlay",
4019
- inputs: "Forms",
4020
3007
  form: "Forms",
4021
3008
  dataTable: "Data Display",
4022
3009
  data_table: "Data Display",
@@ -4030,41 +3017,41 @@ var V = [
4030
3017
  patterns: "Patterns"
4031
3018
  }, We = {
4032
3019
  ui: u,
4033
- actions: v,
4034
- feedback: ce,
4035
- display: d,
4036
- overlay: g,
4037
- inputs: p,
4038
- form: p,
4039
- dataTable: y,
4040
- data_table: y,
4041
- layout: m,
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,
4042
3029
  navigation: ne,
4043
- filters: se,
3030
+ filters: g,
4044
3031
  calendar: c,
4045
- upload: f,
4046
- wizard: S,
3032
+ upload: d,
3033
+ wizard: x,
4047
3034
  notifications: ee,
4048
- command: b,
3035
+ command: y,
4049
3036
  patterns: te,
4050
- hooks: _
3037
+ hooks: ce
4051
3038
  };
4052
3039
  function Ge(e) {
4053
3040
  return e.split("-").filter(Boolean).map((e) => e.charAt(0).toUpperCase() + e.slice(1)).join(" ");
4054
3041
  }
4055
- var Ke = new Set(V.map((e) => e.slug)), G = /* @__PURE__ */ new Map();
4056
- for (let [e, n] of Object.entries(Ie)) if (!(Be.has(e) || He.has(e))) for (let r of n) {
4057
- let n = Re[r], i = n ?? r;
4058
- if (!r || Ve.has(r) || Ve.has(i) || ze.has(i) && !t(i) || ze.has(r) && !t(r) || Ke.has(i) || G.has(i)) continue;
4059
- let a = Ue[e] ?? "Data Display", o = We[e] ?? v;
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] ?? _;
4060
3047
  G.set(i, {
4061
3048
  slug: i,
4062
3049
  title: Ge(n || i),
4063
3050
  description: `${Ge(i)} surfaced from package registry group "${e}".`,
4064
3051
  icon: o,
4065
3052
  category: a,
4066
- status: Le.has(i) ? "Stable" : "Preview",
4067
- installCommand: O,
3053
+ status: ze.has(i) ? "Stable" : "Preview",
3054
+ installCommand: T,
4068
3055
  propsRows: [[
4069
3056
  "className",
4070
3057
  "string",
@@ -4074,32 +3061,24 @@ for (let [e, n] of Object.entries(Ie)) if (!(Be.has(e) || He.has(e))) for (let r
4074
3061
  features: [e]
4075
3062
  });
4076
3063
  }
4077
- var qe = [...G.values()], K = [...V, ...qe].filter((e) => !W.has(e.slug)), q = [], J = new Map(q.map((e) => [e.slug, e])), Je = new Set([
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([
4078
3065
  ...W,
4079
- "app-sidebar",
4080
- "app-shell",
4081
3066
  "app-header",
4082
3067
  "page-header",
4083
- "page-container",
4084
- "stat-card",
4085
3068
  "resource-page",
4086
- "resource-detail-page",
4087
- "data-table-column-visibility-menu",
4088
- "data-table-sortable-header",
4089
- "data-table-bulk-actions",
4090
- "data-table-view-presets"
4091
- ]), Ye = new Set([...Je, ...L.keys()]);
3069
+ "resource-detail-page"
3070
+ ]), Ye = new Set([...Je, ...F.keys()]);
4092
3071
  function Y(e) {
4093
3072
  if (!e) return;
4094
- let t = R(e), n = X(t);
3073
+ let t = I(e), n = X(t);
4095
3074
  return t === n ? J.get(t) ?? K.find((e) => e.slug === t) : J.get(n) ?? K.find((e) => e.slug === n);
4096
3075
  }
4097
3076
  function Xe(e) {
4098
- return J.has(R(e)) || Pe.has(R(e));
3077
+ return J.has(I(e)) || Ie.has(I(e));
4099
3078
  }
4100
3079
  function X(e) {
4101
- let t = R(e);
4102
- return Xe(t) ? t : Fe[t] ?? t;
3080
+ let t = I(e);
3081
+ return Xe(t) ? t : Le[t] ?? t;
4103
3082
  }
4104
3083
  function Ze(e) {
4105
3084
  return Y(X(e))?.title ?? e;
@@ -4124,9 +3103,9 @@ function $e(e) {
4124
3103
  return Z().map((e) => ({
4125
3104
  slug: e.slug,
4126
3105
  title: e.title,
4127
- href: M(e.slug),
3106
+ href: k(e.slug),
4128
3107
  status: e.status,
4129
- group: z(e.slug),
3108
+ group: L(e.slug),
4130
3109
  active: t ? X(e.slug) === t : !1
4131
3110
  })).sort((e, t) => e.title.localeCompare(t.title));
4132
3111
  }
@@ -4143,13 +3122,13 @@ function et(e) {
4143
3122
  return Array.from(t.values());
4144
3123
  }
4145
3124
  function tt(e) {
4146
- return (H[X(e)] ?? []).map((e) => ({
3125
+ return (B[X(e)] ?? []).map((e) => ({
4147
3126
  ...e,
4148
3127
  slugs: e.slugs.filter((e) => !W.has(e))
4149
3128
  })).filter((e) => e.slugs.length > 0);
4150
3129
  }
4151
3130
  function Q(e) {
4152
- return (e ? [X(e)] : Object.keys(H)).flatMap((e) => {
3131
+ return (e ? [X(e)] : Object.keys(B)).flatMap((e) => {
4153
3132
  let t = Y(e);
4154
3133
  return tt(e).flatMap((n) => {
4155
3134
  let r = [];
@@ -4168,7 +3147,7 @@ function Q(e) {
4168
3147
  useWhen: n.description,
4169
3148
  maturity: n.key === "core" ? "core" : n.key === "compatibility" ? "compatibility" : "helper",
4170
3149
  status: a.status,
4171
- href: M(a.slug)
3150
+ href: k(a.slug)
4172
3151
  });
4173
3152
  }
4174
3153
  return r;
@@ -4187,14 +3166,14 @@ var $ = [
4187
3166
  slug: "actions",
4188
3167
  title: "Actions",
4189
3168
  description: "Context actions, copy controls and quick grids for dense product surfaces.",
4190
- icon: h,
3169
+ icon: m,
4191
3170
  category: "Actions",
4192
3171
  exports: [
4193
3172
  "ActionMenu",
4194
3173
  "CopyButton",
4195
3174
  "QuickActionGrid"
4196
3175
  ],
4197
- href: P("actions"),
3176
+ href: j("actions"),
4198
3177
  status: "Stable",
4199
3178
  features: [
4200
3179
  "Quick actions",
@@ -4206,18 +3185,14 @@ var $ = [
4206
3185
  slug: "layout",
4207
3186
  title: "Application layout",
4208
3187
  description: "Route-level sidebars, breadcrumbs and page framing helpers that support real reusable components instead of replacing them.",
4209
- icon: m,
3188
+ icon: p,
4210
3189
  category: "Layout",
4211
3190
  exports: [
4212
3191
  "Sidebar",
4213
- "SidebarNav",
4214
3192
  "Breadcrumbs",
4215
- "PageContainer",
4216
- "Section",
4217
- "SectionHeader",
4218
- "StickyFooterBar"
3193
+ "Section"
4219
3194
  ],
4220
- href: P("layout"),
3195
+ href: j("layout"),
4221
3196
  status: "Stable",
4222
3197
  features: [
4223
3198
  "Sidebar navigation",
@@ -4230,10 +3205,10 @@ var $ = [
4230
3205
  slug: "filters",
4231
3206
  title: "Filters",
4232
3207
  description: "Filter bars and chip patterns for narrowing data without leaving the current view.",
4233
- icon: se,
3208
+ icon: g,
4234
3209
  category: "Data",
4235
3210
  exports: ["FilterBar", "SavedFilterSelect"],
4236
- href: P("filters"),
3211
+ href: j("filters"),
4237
3212
  status: "Stable",
4238
3213
  features: [
4239
3214
  "Filter bars",
@@ -4248,15 +3223,14 @@ var $ = [
4248
3223
  icon: a,
4249
3224
  category: "Overlay",
4250
3225
  exports: [
4251
- "DialogActions",
4252
- "ModalShell",
3226
+ "AlertDialog",
4253
3227
  "ConfirmDialog",
4254
- "SheetShell",
3228
+ "Drawer",
4255
3229
  "Tooltip",
4256
- "HoverCard",
3230
+ "Popover",
4257
3231
  "RightClickMenu"
4258
3232
  ],
4259
- href: P("overlay"),
3233
+ href: j("overlay"),
4260
3234
  status: "Stable",
4261
3235
  features: [
4262
3236
  "Confirm flows",
@@ -4271,12 +3245,8 @@ var $ = [
4271
3245
  description: "Pagination and tabbed navigation patterns for sectioned or paginated interfaces.",
4272
3246
  icon: l,
4273
3247
  category: "Layout",
4274
- exports: [
4275
- "Pagination",
4276
- "PageTabs",
4277
- "StepperTabs"
4278
- ],
4279
- href: P("navigation"),
3248
+ exports: ["Pagination"],
3249
+ href: j("navigation"),
4280
3250
  status: "Stable",
4281
3251
  features: [
4282
3252
  "Pagination",
@@ -4284,37 +3254,11 @@ var $ = [
4284
3254
  "Stepper tabs"
4285
3255
  ]
4286
3256
  },
4287
- {
4288
- slug: "inputs",
4289
- title: "Inputs",
4290
- description: "Input-first family with typed presets and select/date members introduced only when behavior changes.",
4291
- icon: p,
4292
- category: "Forms",
4293
- exports: [
4294
- "Input",
4295
- "Textarea",
4296
- "Select",
4297
- "DatePicker",
4298
- "NumberInput",
4299
- "MoneyInput",
4300
- "PhoneInput",
4301
- "TagInput"
4302
- ],
4303
- href: P("inputs"),
4304
- status: "Stable",
4305
- features: [
4306
- "Text entry",
4307
- "Select flows",
4308
- "Date controls",
4309
- "Money input",
4310
- "Tag input"
4311
- ]
4312
- },
4313
3257
  {
4314
3258
  slug: "form",
4315
3259
  title: "Form",
4316
3260
  description: "Form shell and wrapper layer for labels, validation, and repeatable field composition.",
4317
- icon: f,
3261
+ icon: d,
4318
3262
  category: "Forms",
4319
3263
  exports: [
4320
3264
  "FormFieldShell",
@@ -4324,7 +3268,7 @@ var $ = [
4324
3268
  "FormSwitch",
4325
3269
  "FormDatePicker"
4326
3270
  ],
4327
- href: P("form"),
3271
+ href: j("form"),
4328
3272
  status: "Stable",
4329
3273
  features: [
4330
3274
  "Field shell",
@@ -4337,14 +3281,14 @@ var $ = [
4337
3281
  slug: "display",
4338
3282
  title: "Display",
4339
3283
  description: "Metrics, activity, avatars, timelines and descriptive content surfaces.",
4340
- icon: d,
3284
+ icon: ie,
4341
3285
  category: "Data",
4342
3286
  exports: [
4343
3287
  "DescriptionList",
4344
3288
  "Progress",
4345
- "Result",
3289
+ "PageState",
4346
3290
  "Timeline",
4347
- "MetricGrid",
3291
+ "Statistic",
4348
3292
  "InfoCard",
4349
3293
  "ActivityFeed",
4350
3294
  "StatusLegend",
@@ -4352,7 +3296,7 @@ var $ = [
4352
3296
  "DataState",
4353
3297
  "ScrollBox"
4354
3298
  ],
4355
- href: P("display"),
3299
+ href: j("display"),
4356
3300
  status: "Stable",
4357
3301
  features: [
4358
3302
  "Metric grids",
@@ -4365,10 +3309,10 @@ var $ = [
4365
3309
  slug: "data-table",
4366
3310
  title: "DataTable",
4367
3311
  description: "Primary reusable data-grid system. Helper pieces stay secondary to the main table route.",
4368
- icon: y,
3312
+ icon: v,
4369
3313
  category: "Data",
4370
3314
  exports: ["DataTable"],
4371
- href: P("data-table"),
3315
+ href: j("data-table"),
4372
3316
  status: "Stable",
4373
3317
  features: [
4374
3318
  "Toolbar",
@@ -4385,7 +3329,7 @@ var $ = [
4385
3329
  icon: o,
4386
3330
  category: "Overlay",
4387
3331
  exports: ["Toast", "NotificationCenter"],
4388
- href: P("notifications"),
3332
+ href: j("notifications"),
4389
3333
  status: "Preview",
4390
3334
  features: [
4391
3335
  "Toasts",
@@ -4398,10 +3342,10 @@ var $ = [
4398
3342
  slug: "command",
4399
3343
  title: "Command",
4400
3344
  description: "Command palette patterns for keyboard-driven discovery, search, grouped actions and async navigation.",
4401
- icon: b,
3345
+ icon: y,
4402
3346
  category: "Workflow",
4403
3347
  exports: ["CommandPalette"],
4404
- href: P("command"),
3348
+ href: j("command"),
4405
3349
  status: "Preview",
4406
3350
  features: [
4407
3351
  "Command palette",
@@ -4414,7 +3358,7 @@ var $ = [
4414
3358
  slug: "calendar",
4415
3359
  title: "Calendar",
4416
3360
  description: "Calendar, date picker and range picker flows for scheduling and reporting.",
4417
- icon: ie,
3361
+ icon: ae,
4418
3362
  category: "Workflow",
4419
3363
  exports: [
4420
3364
  "DateUtils",
@@ -4422,7 +3366,7 @@ var $ = [
4422
3366
  "DatePicker",
4423
3367
  "DateRangePicker"
4424
3368
  ],
4425
- href: P("calendar"),
3369
+ href: j("calendar"),
4426
3370
  status: "Stable",
4427
3371
  features: [
4428
3372
  "Date picker",
@@ -4437,7 +3381,7 @@ var $ = [
4437
3381
  icon: te,
4438
3382
  category: "Workflow",
4439
3383
  exports: ["FileUpload", "ImageUpload"],
4440
- href: P("upload"),
3384
+ href: j("upload"),
4441
3385
  status: "Preview",
4442
3386
  features: [
4443
3387
  "File upload",
@@ -4449,10 +3393,10 @@ var $ = [
4449
3393
  slug: "wizard",
4450
3394
  title: "Wizard",
4451
3395
  description: "Stepper and multi-step workflow patterns for onboarding and guided flows.",
4452
- icon: S,
3396
+ icon: x,
4453
3397
  category: "Workflow",
4454
3398
  exports: ["Stepper", "Wizard"],
4455
- href: P("wizard"),
3399
+ href: j("wizard"),
4456
3400
  status: "Stable",
4457
3401
  features: [
4458
3402
  "Step flow",
@@ -4463,7 +3407,7 @@ var $ = [
4463
3407
  ], it = [
4464
3408
  {
4465
3409
  label: "Docs",
4466
- href: A
3410
+ href: D
4467
3411
  },
4468
3412
  {
4469
3413
  label: "Installation",
@@ -4486,7 +3430,7 @@ var $ = [
4486
3430
  items: [
4487
3431
  {
4488
3432
  label: "Overview",
4489
- href: A,
3433
+ href: D,
4490
3434
  icon: s
4491
3435
  },
4492
3436
  {
@@ -4502,12 +3446,12 @@ var $ = [
4502
3446
  {
4503
3447
  label: "Changelog",
4504
3448
  href: "/changelog",
4505
- icon: f
3449
+ icon: d
4506
3450
  }
4507
3451
  ]
4508
- }, ...I.map((e) => ({
3452
+ }, ...N.map((e) => ({
4509
3453
  title: e,
4510
- items: B(e, M)
3454
+ items: R(e, k)
4511
3455
  })).filter((e) => e.items.length > 0)], ot = [{
4512
3456
  title: "Getting Started",
4513
3457
  items: [
@@ -4518,28 +3462,28 @@ var $ = [
4518
3462
  },
4519
3463
  {
4520
3464
  label: "Installation",
4521
- href: N("button"),
3465
+ href: A("button"),
4522
3466
  icon: l
4523
3467
  },
4524
3468
  {
4525
3469
  label: "Theming",
4526
- href: N("button"),
4527
- icon: v
3470
+ href: A("button"),
3471
+ icon: _
4528
3472
  },
4529
3473
  {
4530
3474
  label: "Tokens",
4531
- href: N("badge"),
4532
- icon: ae
3475
+ href: A("badge"),
3476
+ icon: oe
4533
3477
  },
4534
3478
  {
4535
3479
  label: "Icon Library",
4536
- href: N("popover"),
4537
- icon: ie
3480
+ href: A("popover"),
3481
+ icon: ae
4538
3482
  }
4539
3483
  ]
4540
- }, ...I.map((e) => ({
3484
+ }, ...N.map((e) => ({
4541
3485
  title: e,
4542
- items: B(e, N)
3486
+ items: R(e, A)
4543
3487
  })).filter((e) => e.items.length > 0)], st = [
4544
3488
  "All blocks",
4545
3489
  "Dashboard",
@@ -4601,13 +3545,13 @@ var $ = [
4601
3545
  "Overview"
4602
3546
  ],
4603
3547
  uses: [
4604
- "AppShell",
4605
- "PageHeader",
4606
- "MetricGrid",
3548
+ "Sidebar",
3549
+ "Section",
3550
+ "Statistic",
4607
3551
  "DataTable"
4608
3552
  ],
4609
3553
  tone: "from-emerald-50 via-white to-sky-50",
4610
- href: F("dashboard-starter"),
3554
+ href: M("dashboard-starter"),
4611
3555
  previewHref: "/preview/blocks/dashboard-01",
4612
3556
  previewTone: "dashboard",
4613
3557
  layout: "Application",
@@ -4643,13 +3587,12 @@ var $ = [
4643
3587
  "Analytics"
4644
3588
  ],
4645
3589
  uses: [
4646
- "AppShell",
4647
- "SidebarNav",
4648
- "PageHeader",
3590
+ "Sidebar",
3591
+ "Section",
4649
3592
  "Button"
4650
3593
  ],
4651
3594
  tone: "from-[color:var(--aui-page-bg-alt)] to-[color:var(--aui-page-bg)]",
4652
- href: F("sidebar-layout"),
3595
+ href: M("sidebar-layout"),
4653
3596
  previewHref: "/preview/blocks/dashboard-01",
4654
3597
  previewTone: "dashboard",
4655
3598
  layout: "Application",
@@ -4681,13 +3624,13 @@ var $ = [
4681
3624
  "Kanban"
4682
3625
  ],
4683
3626
  uses: [
4684
- "PageHeader",
3627
+ "ResourcePage",
4685
3628
  "Badge",
4686
3629
  "Tabs",
4687
3630
  "ActivityFeed"
4688
3631
  ],
4689
3632
  tone: "from-[color:color-mix(in_oklch,var(--aui-accent)_10%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
4690
- href: F("crm-dashboard"),
3633
+ href: M("crm-dashboard"),
4691
3634
  previewTone: "crm",
4692
3635
  layout: "Application",
4693
3636
  theme: "Soft",
@@ -4719,12 +3662,12 @@ var $ = [
4719
3662
  ],
4720
3663
  uses: [
4721
3664
  "DataTable",
4722
- "DataTableToolbar",
3665
+ "PageToolbar",
4723
3666
  "Button",
4724
3667
  "Badge"
4725
3668
  ],
4726
3669
  tone: "from-[color:var(--aui-page-bg-alt)] to-[color:var(--aui-page-bg)]",
4727
- href: F("users-table"),
3670
+ href: M("users-table"),
4728
3671
  previewHref: "/preview/blocks/table-01",
4729
3672
  previewTone: "table",
4730
3673
  layout: "Application",
@@ -4762,7 +3705,7 @@ var $ = [
4762
3705
  "Badge"
4763
3706
  ],
4764
3707
  tone: "from-[color:color-mix(in_oklch,var(--aui-warning)_12%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
4765
- href: F("auth-sign-in"),
3708
+ href: M("auth-sign-in"),
4766
3709
  previewHref: "/preview/blocks/auth-01",
4767
3710
  previewTone: "auth",
4768
3711
  layout: "Marketing",
@@ -4800,7 +3743,7 @@ var $ = [
4800
3743
  "Button"
4801
3744
  ],
4802
3745
  tone: "from-[color:color-mix(in_oklch,var(--aui-surface-muted)_70%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
4803
- href: F("settings-form"),
3746
+ href: M("settings-form"),
4804
3747
  previewTone: "settings",
4805
3748
  layout: "Application",
4806
3749
  theme: "Light",
@@ -4834,10 +3777,10 @@ var $ = [
4834
3777
  "DataTable",
4835
3778
  "Badge",
4836
3779
  "Button",
4837
- "PageHeader"
3780
+ "ResourcePage"
4838
3781
  ],
4839
3782
  tone: "from-[color:color-mix(in_oklch,var(--aui-accent)_12%,var(--aui-page-bg-alt))] to-[color:var(--aui-page-bg)]",
4840
- href: F("invoices-page"),
3783
+ href: M("invoices-page"),
4841
3784
  previewHref: "/preview/blocks/table-01",
4842
3785
  previewTone: "table",
4843
3786
  layout: "Application",
@@ -4857,7 +3800,7 @@ var $ = [
4857
3800
  copyTargets: ["components/blocks/finance/invoices-table.tsx", "components/blocks/finance/invoice-actions.tsx"],
4858
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."]
4859
3802
  }
4860
- ], mt = O, ht = [
3803
+ ], mt = T, ht = [
4861
3804
  [
4862
3805
  "variant",
4863
3806
  "'default' | 'secondary' | ...",
@@ -5075,7 +4018,7 @@ var $ = [
5075
4018
  e.slug,
5076
4019
  e.title,
5077
4020
  e.category,
5078
- z(e.slug),
4021
+ L(e.slug),
5079
4022
  Ze(e.slug),
5080
4023
  ...e.features,
5081
4024
  "component",
@@ -5125,7 +4068,7 @@ var $ = [
5125
4068
  ...$.flatMap((e) => e.exports.map((t) => ({
5126
4069
  title: `${t} API`,
5127
4070
  description: `${e.title} export detail with import path, related docs and usage context.`,
5128
- href: Ce(e.slug, t),
4071
+ href: Ee(e.slug, t),
5129
4072
  group: "Components",
5130
4073
  shortcut: "E",
5131
4074
  keywords: [
@@ -5140,4 +4083,4 @@ var $ = [
5140
4083
  })))
5141
4084
  ];
5142
4085
  //#endregion
5143
- export { D as CLI_ADD_COMMAND, E as CLI_INIT_NEXT_COMMAND, fe as CLI_INIT_VITE_COMMAND, pe as CLI_INSTALL_COMMAND, T as CLI_PACKAGE_NAME, me as CLI_THEME_COMMAND, de as DOCS_APP_NAME, ye as DOCS_RELEASES_URL, _e as DOCS_REPO_URL, A as DOCS_ROOT_PATH, k as PACKAGE_GITHUB_RELEASES_URL, ge as PACKAGE_GITHUB_URL, ue as PACKAGE_IMPORT, O as PACKAGE_INSTALL_COMMAND, le as PACKAGE_NAME, he as PACKAGE_NPM_URL, ve as PACKAGE_RELEASES_URL, xe as PACKAGE_RELEASE_DATE, be as PACKAGE_VERSION, yt as accessibilityChecks, pt as blockCards, dt as blockCoverageSections, ct as blockLayoutFilters, F as blockPath, ut as blockSortOptions, st as blockTabs, lt as blockThemeFilters, K as componentCatalog, M as componentDocsPath, Ce as componentExportPath, Se as componentExportSlug, Te as componentGroupMeta, I as componentGroupOrder, $ as componentModuleCatalog, P as componentModulePath, N as componentPlaygroundPath, Ne as componentRelations, at as docsSidebar, _t as exampleCards, ft as featuredBlock, $e as getComponentDetailSidebarItems, et as getComponentDetailSidebarSections, z as getComponentGroup, Me 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, j as releaseHistory, we as templatePath, gt as tocItems };
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 };