tembro 3.1.1 → 3.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1114) hide show
  1. package/CHANGELOG.md +23 -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 +12 -12
  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 +16 -7
  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 -13
  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
package/dist/src/index.js CHANGED
@@ -4,130 +4,112 @@ import { DropdownMenu as i, DropdownMenuCheckboxItem as a, DropdownMenuContent a
4
4
  import { ActionMenu as b } from "./components/actions/action-menu.js";
5
5
  import { ButtonGroup as x } from "./components/actions/button-group.js";
6
6
  import { CopyButton as S } from "./components/actions/copy-button.js";
7
- import { CopyField as C } from "./components/actions/copy-field.js";
8
- import { Textarea as w } from "./components/ui/textarea/index.js";
9
- import { InputGroup as T, InputGroupAddon as E, InputGroupButton as D, InputGroupInput as O, InputGroupText as k, InputGroupTextarea as A } from "./components/ui/input/group.js";
10
- import { Input as j } from "./components/ui/input/index.js";
11
- import { Checkbox as M } from "./components/ui/checkbox/index.js";
12
- import { Switch as N } from "./components/ui/switch/index.js";
13
- import { Card as P, CardAction as F, CardContent as I, CardDescription as L, CardFooter as R, CardHeader as z, CardTitle as B, cardVariants as V } from "./components/ui/card/index.js";
14
- import { Badge as H, badgeVariants as U } from "./components/ui/badge/index.js";
15
- import { Tabs as W, TabsContent as G, TabsList as K, TabsTrigger as q } from "./components/ui/tabs/index.js";
16
- import { Dialog as J, DialogClose as Y, DialogContent as X, DialogDescription as Z, DialogFooter as Q, DialogHeader as $, DialogOverlay as ee, DialogPortal as te, DialogTitle as ne, DialogTrigger as re } from "./components/ui/dialog/index.js";
17
- import { Popover as ie, PopoverContent as ae, PopoverDescription as oe, PopoverHeader as se, PopoverTitle as ce, PopoverTrigger as le } from "./components/ui/popover/index.js";
18
- import { Select as ue, SelectContent as de, SelectGroup as fe, SelectItem as pe, SelectLabel as me, SelectScrollDownButton as he, SelectScrollUpButton as ge, SelectSeparator as _e, SelectTrigger as ve, SelectValue as ye } from "./components/ui/select/index.js";
19
- import { Table as be, TableBody as xe, TableCaption as Se, TableCell as Ce, TableFooter as we, TableHead as Te, TableHeader as Ee, TableRow as De } from "./components/ui/table/index.js";
20
- import { Collapse as Oe, CollapseContent as ke, CollapseGroup as Ae, CollapseTrigger as je } from "./components/ui/collapse/index.js";
21
- import { Accordion as Me, AccordionContent as Ne, AccordionRoot as Pe, AccordionTrigger as Fe } from "./components/ui/accordion/index.js";
22
- import { Skeleton as Ie, SkeletonCard as Le, SkeletonText as Re } from "./components/ui/skeleton/index.js";
23
- import { Divider as ze } from "./components/ui/divider/index.js";
24
- import { SegmentedControl as Be } from "./components/ui/segmented-control/index.js";
25
- import { LoadingOverlay as Ve, Spinner as He } from "./components/ui/spinner/index.js";
26
- import { Tooltip as Ue } from "./components/ui/tooltip/index.js";
27
- import { HoverCard as We } from "./components/ui/hover-card.js";
28
- import { Kbd as Ge } from "./components/ui/kbd/index.js";
29
- import { RadioGroup as Ke } from "./components/ui/radio-group/index.js";
30
- import { ScrollBox as qe } from "./components/ui/scroll-box/index.js";
31
- import { RightClickMenu as Je } from "./components/ui/right-click-menu/index.js";
32
- import { QuickActionGrid as Ye } from "./components/actions/quick-action-grid.js";
33
- import { DEFAULT_MOBILE_BREAKPOINT as Xe, useIsMobile as Ze } from "./hooks/use-is-mobile.js";
34
- import { Sidebar as Qe } from "./components/layout/app-sidebar.js";
35
- import { Breadcrumbs as $e } from "./components/layout/breadcrumbs.js";
36
- import { PageContainer as et } from "./components/layout/page-container.js";
37
- import { Section as tt, SplitLayout as nt, Toolbar as rt } from "./components/layout/section.js";
38
- import { SectionHeader as it } from "./components/layout/section-header.js";
39
- import { SidebarNav as at } from "./components/layout/sidebar-nav.js";
40
- import { StickyFooterBar as ot } from "./components/layout/sticky-footer-bar.js";
41
- import { AnchorNav as st } from "./components/navigation/anchor-nav.js";
42
- import { NavTabs as ct } from "./components/navigation/nav-tabs.js";
43
- import { PageTabs as lt } from "./components/navigation/page-tabs.js";
44
- import { Pagination as ut, getPaginationItems as dt } from "./components/navigation/pagination.js";
45
- import { StepperTabs as ft } from "./components/navigation/stepper-tabs.js";
46
- import { CommandBar as pt } from "./components/navigation/command-bar.js";
47
- import { FilterBar as mt } from "./components/filters/filter-bar.js";
48
- import { SavedFilterSelect as ht } from "./components/filters/saved-filter-select.js";
49
- import { AlertDialog as gt } from "./components/overlay/alert-dialog.js";
50
- import { DialogActionButton as _t, DialogActions as vt } from "./components/overlay/dialog-actions.js";
51
- import { ModalShell as yt } from "./components/overlay/modal-shell.js";
52
- import { ConfirmDialog as bt } from "./components/overlay/confirm-dialog.js";
53
- import { Drawer as xt, DrawerCloseButton as St } from "./components/overlay/drawer.js";
54
- import { Sheet as Ct, SheetClose as wt, SheetContent as Tt, SheetDescription as Et, SheetFooter as Dt, SheetHeader as Ot, SheetOverlay as kt, SheetPortal as At, SheetShell as jt, SheetTitle as Mt, SheetTrigger as Nt } from "./components/overlay/sheet-shell.js";
55
- import { AsyncMultiSelect as Pt, AsyncSelect as Ft } from "./components/inputs/async-select.js";
56
- import { OtpInput as It } from "./components/inputs/otp-input.js";
57
- import { Rating as Lt } from "./components/inputs/rating.js";
58
- import { RangeSlider as Rt, Slider as zt } from "./components/inputs/slider.js";
59
- import { TagInput as Bt } from "./components/inputs/tag-input.js";
60
- import { InlineEditable as Vt } from "./components/inputs/inline-editable.js";
61
- import { JsonInput as Ht } from "./components/inputs/json-input.js";
62
- import { DateTimePicker as Ut, TimePicker as Wt, TimeRangePicker as Gt } from "./components/inputs/time-picker.js";
63
- import { FormFieldShell as Kt, resolveFormFieldIds as qt } from "./components/form/form-field-shell.js";
64
- import { FormInput as Jt } from "./components/form/form-input.js";
65
- import { FormSelect as Yt } from "./components/form/form-select.js";
66
- import { FormSwitch as Xt } from "./components/form/form-switch.js";
67
- import { FormTextarea as Zt } from "./components/form/form-textarea.js";
68
- import { addMonths as Qt, getMonthDays as $t, getMonthLabel as en, getWeekdayLabels as tn, isAfterDate as nn, isBeforeDate as rn, isSameMonth as an, isWithinRange as on, parseDateKey as sn, startOfMonth as cn, toDateKey as ln } from "./components/calendar/date-utils.js";
69
- import { Calendar as un } from "./components/calendar/calendar.js";
70
- import { DatePicker as dn } from "./components/calendar/date-picker.js";
71
- import { FormDatePicker as fn } from "./components/form/form-date-picker.js";
72
- import { DateRangePicker as pn } from "./components/calendar/date-range-picker.js";
73
- import { FormDateRangePicker as mn } from "./components/form/form-date-range-picker.js";
74
- import { FormDateRangeInput as hn } from "./components/form/form-date-range-input.js";
75
- import { Alert as gn } from "./components/feedback/alert.js";
76
- import { LoadingState as _n } from "./components/feedback/loading-state.js";
77
- import { InlineState as vn, PageState as yn } from "./components/feedback/page-state.js";
78
- import { DescriptionList as bn } from "./components/display/description-list.js";
79
- import { DataList as xn, DataListRow as Sn } from "./components/display/data-list.js";
80
- import { ActivityFeed as Cn } from "./components/display/activity-feed.js";
81
- import { Avatar as wn, AvatarGroup as Tn } from "./components/display/avatar.js";
82
- import { Descriptions as En } from "./components/display/descriptions.js";
83
- import { KanbanBoard as Dn } from "./components/display/kanban.js";
84
- import { CodeBlock as On } from "./components/display/code-block.js";
85
- import { DataState as kn } from "./components/display/data-state.js";
86
- import { List as An, ListRow as jn } from "./components/display/list.js";
87
- import { MetricGrid as Mn } from "./components/display/metric-grid.js";
88
- import { Progress as Nn, ProgressCard as Pn, getProgressPercent as Fn } from "./components/display/progress.js";
89
- import { ProgressCircle as In } from "./components/display/progress-circle.js";
90
- import { PropertyGrid as Ln } from "./components/display/property-grid.js";
91
- import { Result as Rn, ResultAction as zn } from "./components/display/result.js";
92
- import { Statistic as Bn, StatisticCard as Vn, StatisticGrid as Hn } from "./components/display/statistic.js";
93
- import { StatusDot as Un } from "./components/display/status-dot.js";
94
- import { StatusLegend as Wn } from "./components/display/status-legend.js";
95
- import { Timeline as Gn } from "./components/display/timeline.js";
96
- import { TreeView as Kn } from "./components/display/tree-view.js";
97
- import { UserCard as qn } from "./components/display/user-card.js";
98
- import { DeltaBadge as Jn } from "./components/display/delta-badge.js";
99
- import { AreaChart as Yn, BarChart as Xn, ChartFrame as Zn, ChartLegend as Qn, DonutChart as $n, LineChart as er, MetricTrend as tr, Sparkline as nr } from "./components/charts/charts.js";
100
- import { TrendCard as rr } from "./components/display/trend-card.js";
101
- import { ComparisonCard as ir } from "./components/display/comparison-card.js";
102
- import { InfoCard as ar } from "./components/display/info-card.js";
103
- import { VirtualList as or } from "./components/display/virtual-list.js";
104
- import { Carousel as sr, CarouselItem as cr } from "./components/display/carousel.js";
105
- import { Chip as lr, Tag as ur, TagGroup as dr } from "./components/display/tag.js";
106
- import { Blockquote as fr, Heading as pr, Mark as mr, Spoiler as hr, SpoilerSummary as gr, Text as _r } from "./components/display/typography.js";
107
- import { CalendarScheduler as vr } from "./components/modern/calendar-scheduler.js";
108
- import { DualListPicker as yr } from "./components/modern/dual-list-picker.js";
109
- import { ResizableHandle as br, ResizablePanel as xr, ResizablePanelGroup as Sr } from "./components/modern/resizable-panel.js";
110
- import { DataTableBulkActions as Cr } from "./components/data-table/data-table-bulk-actions.js";
111
- import { DataTableColumnVisibilityMenu as wr } from "./components/data-table/data-table-column-visibility-menu.js";
112
- import { DataTablePagination as Tr, getDataTablePageCount as Er } from "./components/data-table/data-table-pagination.js";
113
- import { DataTable as Dr } from "./components/data-table/data-table.js";
114
- import { DataTableSortableHeader as Or } from "./components/data-table/data-table-sortable-header.js";
115
- import { DataTableViewPresets as kr } from "./components/data-table/data-table-view-presets.js";
116
- import { ToastProvider as Ar, useToast as jr } from "./components/notifications/toast.js";
117
- import { NotificationCenter as Mr } from "./components/notifications/notification-center.js";
118
- import { CommandPalette as Nr, useCommandPaletteShortcut as Pr } from "./components/command/command-palette.js";
119
- import { FileUpload as Fr } from "./components/upload/file-upload.js";
120
- import { ImageUpload as Ir } from "./components/upload/image-upload.js";
121
- import { FileDropzone as Lr } from "./components/upload/file-dropzone.js";
122
- import { KpiCard as Rr, KpiGrid as zr } from "./components/charts/kpi.js";
123
- import { ProgressRing as Br } from "./components/charts/progress-ring.js";
124
- import { HorizontalBarChart as Vr } from "./components/charts/horizontal-bar-chart.js";
125
- import { Stepper as Hr } from "./components/wizard/stepper.js";
126
- import { Wizard as Ur } from "./components/wizard/wizard.js";
127
- import { SortableList as Wr } from "./components/dnd/sortable-list.js";
128
- import { useSessionStorageState as Gr } from "./hooks/use-session-storage-state.js";
129
- import { useBeforeUnloadWhenDirty as Kr } from "./hooks/use-before-unload-when-dirty.js";
130
- import { useDisclosure as qr } from "./hooks/use-disclosure.js";
131
- import { useDebouncedCallback as Jr, useDebouncedValue as Yr } from "./hooks/use-debounce.js";
132
- import { useDataTableViewState as Xr } from "./hooks/use-data-table-view-state.js";
133
- export { Me as Accordion, Ne as AccordionContent, Pe as AccordionRoot, Fe as AccordionTrigger, b as ActionMenu, Cn as ActivityFeed, gn as Alert, gt as AlertDialog, st as AnchorNav, Yn as AreaChart, Pt as AsyncMultiSelect, Ft as AsyncSelect, wn as Avatar, Tn as AvatarGroup, H as Badge, Xn as BarChart, fr as Blockquote, $e as Breadcrumbs, n as Button, x as ButtonGroup, un as Calendar, vr as CalendarScheduler, P as Card, F as CardAction, I as CardContent, L as CardDescription, R as CardFooter, z as CardHeader, B as CardTitle, sr as Carousel, cr as CarouselItem, Zn as ChartFrame, Qn as ChartLegend, M as Checkbox, lr as Chip, On as CodeBlock, Oe as Collapse, ke as CollapseContent, Ae as CollapseGroup, je as CollapseTrigger, pt as CommandBar, Nr as CommandPalette, ir as ComparisonCard, bt as ConfirmDialog, S as CopyButton, C as CopyField, Xe as DEFAULT_MOBILE_BREAKPOINT, xn as DataList, Sn as DataListRow, kn as DataState, Dr as DataTable, Cr as DataTableBulkActions, wr as DataTableColumnVisibilityMenu, Tr as DataTablePagination, Or as DataTableSortableHeader, kr as DataTableViewPresets, dn as DatePicker, pn as DateRangePicker, Ut as DateTimePicker, Jn as DeltaBadge, bn as DescriptionList, En as Descriptions, J as Dialog, _t as DialogActionButton, vt as DialogActions, Y as DialogClose, X as DialogContent, Z as DialogDescription, Q as DialogFooter, $ as DialogHeader, ee as DialogOverlay, te as DialogPortal, ne as DialogTitle, re as DialogTrigger, ze as Divider, $n as DonutChart, xt as Drawer, St as DrawerCloseButton, i as DropdownMenu, a as DropdownMenuCheckboxItem, o as DropdownMenuContent, s as DropdownMenuGroup, c as DropdownMenuItem, l as DropdownMenuItemDescription, u as DropdownMenuLabel, d as DropdownMenuPortal, f as DropdownMenuRadioGroup, p as DropdownMenuRadioItem, m as DropdownMenuSeparator, h as DropdownMenuShortcut, g as DropdownMenuSub, _ as DropdownMenuSubContent, v as DropdownMenuSubTrigger, y as DropdownMenuTrigger, yr as DualListPicker, Lr as FileDropzone, Fr as FileUpload, mt as FilterBar, fn as FormDatePicker, hn as FormDateRangeInput, mn as FormDateRangePicker, Kt as FormFieldShell, Jt as FormInput, Yt as FormSelect, Xt as FormSwitch, Zt as FormTextarea, pr as Heading, Vr as HorizontalBarChart, We as HoverCard, Ir as ImageUpload, ar as InfoCard, Vt as InlineEditable, vn as InlineState, j as Input, T as InputGroup, E as InputGroupAddon, D as InputGroupButton, O as InputGroupInput, k as InputGroupText, A as InputGroupTextarea, Ht as JsonInput, Dn as KanbanBoard, Ge as Kbd, Rr as KpiCard, zr as KpiGrid, er as LineChart, An as List, jn as ListRow, Ve as LoadingOverlay, _n as LoadingState, mr as Mark, Mn as MetricGrid, tr as MetricTrend, yt as ModalShell, ct as NavTabs, Mr as NotificationCenter, It as OtpInput, et as PageContainer, yn as PageState, lt as PageTabs, ut as Pagination, ie as Popover, ae as PopoverContent, oe as PopoverDescription, se as PopoverHeader, ce as PopoverTitle, le as PopoverTrigger, Nn as Progress, Pn as ProgressCard, In as ProgressCircle, Br as ProgressRing, Ln as PropertyGrid, Ye as QuickActionGrid, Ke as RadioGroup, Rt as RangeSlider, Lt as Rating, br as ResizableHandle, xr as ResizablePanel, Sr as ResizablePanelGroup, Rn as Result, zn as ResultAction, Je as RightClickMenu, ht as SavedFilterSelect, qe as ScrollBox, tt as Section, it as SectionHeader, Be as SegmentedControl, ue as Select, de as SelectContent, fe as SelectGroup, pe as SelectItem, me as SelectLabel, he as SelectScrollDownButton, ge as SelectScrollUpButton, _e as SelectSeparator, ve as SelectTrigger, ye as SelectValue, Ct as Sheet, wt as SheetClose, Tt as SheetContent, Et as SheetDescription, Dt as SheetFooter, Ot as SheetHeader, kt as SheetOverlay, At as SheetPortal, jt as SheetShell, Mt as SheetTitle, Nt as SheetTrigger, Qe as Sidebar, at as SidebarNav, Ie as Skeleton, Le as SkeletonCard, Re as SkeletonText, zt as Slider, Wr as SortableList, nr as Sparkline, He as Spinner, nt as SplitLayout, hr as Spoiler, gr as SpoilerSummary, Bn as Statistic, Vn as StatisticCard, Hn as StatisticGrid, Un as StatusDot, Wn as StatusLegend, Hr as Stepper, ft as StepperTabs, ot as StickyFooterBar, N as Switch, be as Table, xe as TableBody, Se as TableCaption, Ce as TableCell, we as TableFooter, Te as TableHead, Ee as TableHeader, De as TableRow, W as Tabs, G as TabsContent, K as TabsList, q as TabsTrigger, ur as Tag, dr as TagGroup, Bt as TagInput, _r as Text, w as Textarea, Wt as TimePicker, Gt as TimeRangePicker, Gn as Timeline, Ar as ToastProvider, rt as Toolbar, Ue as Tooltip, Kn as TreeView, rr as TrendCard, qn as UserCard, or as VirtualList, Ur as Wizard, Qt as addMonths, U as badgeVariants, r as buttonVariants, V as cardVariants, e as cn, Er as getDataTablePageCount, $t as getMonthDays, en as getMonthLabel, dt as getPaginationItems, Fn as getProgressPercent, tn as getWeekdayLabels, nn as isAfterDate, rn as isBeforeDate, an as isSameMonth, on as isWithinRange, sn as parseDateKey, qt as resolveFormFieldIds, cn as startOfMonth, t as stopInteractivePropagation, ln as toDateKey, Kr as useBeforeUnloadWhenDirty, Pr as useCommandPaletteShortcut, Xr as useDataTableViewState, Jr as useDebouncedCallback, Yr as useDebouncedValue, qr as useDisclosure, Ze as useIsMobile, Gr as useSessionStorageState, jr as useToast };
7
+ import { Textarea as C } from "./components/ui/textarea/index.js";
8
+ import { InputGroup as w, InputGroupAddon as T, InputGroupButton as E, InputGroupInput as D, InputGroupText as O, InputGroupTextarea as k } from "./components/ui/input/group.js";
9
+ import { Input as A } from "./components/ui/input/index.js";
10
+ import { Checkbox as j } from "./components/ui/checkbox/index.js";
11
+ import { Switch as M } from "./components/ui/switch/index.js";
12
+ import { Card as N, CardAction as P, CardContent as F, CardDescription as I, CardFooter as L, CardHeader as R, CardTitle as z, cardVariants as B } from "./components/ui/card/index.js";
13
+ import { Badge as V, badgeVariants as H } from "./components/ui/badge/index.js";
14
+ import { Tabs as U, TabsContent as W, TabsList as G, TabsTrigger as K } from "./components/ui/tabs/index.js";
15
+ import { Dialog as q, DialogClose as J, DialogContent as Y, DialogDescription as X, DialogFooter as Z, DialogHeader as Q, DialogOverlay as $, DialogPortal as ee, DialogTitle as te, DialogTrigger as ne } from "./components/ui/dialog/index.js";
16
+ import { Popover as re, PopoverContent as ie, PopoverDescription as ae, PopoverHeader as oe, PopoverTitle as se, PopoverTrigger as ce } from "./components/ui/popover/index.js";
17
+ import { Select as le, SelectContent as ue, SelectGroup as de, SelectItem as fe, SelectLabel as pe, SelectScrollDownButton as me, SelectScrollUpButton as he, SelectSeparator as ge, SelectTrigger as _e, SelectValue as ve } from "./components/ui/select/index.js";
18
+ import { Table as ye, TableBody as be, TableCaption as xe, TableCell as Se, TableFooter as Ce, TableHead as we, TableHeader as Te, TableRow as Ee } from "./components/ui/table/index.js";
19
+ import { Collapse as De, CollapseContent as Oe, CollapseGroup as ke, CollapseTrigger as Ae } from "./components/ui/collapse/index.js";
20
+ import { Accordion as je, AccordionContent as Me, AccordionRoot as Ne, AccordionTrigger as Pe } from "./components/ui/accordion/index.js";
21
+ import { Skeleton as Fe, SkeletonCard as Ie, SkeletonText as Le } from "./components/ui/skeleton/index.js";
22
+ import { Divider as Re } from "./components/ui/divider/index.js";
23
+ import { SegmentedControl as ze } from "./components/ui/segmented-control/index.js";
24
+ import { LoadingOverlay as Be, Spinner as Ve } from "./components/ui/spinner/index.js";
25
+ import { Tooltip as He } from "./components/ui/tooltip/index.js";
26
+ import { Kbd as Ue } from "./components/ui/kbd/index.js";
27
+ import { RadioGroup as We } from "./components/ui/radio-group/index.js";
28
+ import { ScrollBox as Ge } from "./components/ui/scroll-box/index.js";
29
+ import { RightClickMenu as Ke } from "./components/ui/right-click-menu/index.js";
30
+ import { QuickActionGrid as qe } from "./components/actions/quick-action-grid.js";
31
+ import { DEFAULT_MOBILE_BREAKPOINT as Je, useIsMobile as Ye } from "./hooks/use-is-mobile.js";
32
+ import { Sidebar as Xe } from "./components/layout/app-sidebar.js";
33
+ import { Breadcrumbs as Ze } from "./components/layout/breadcrumbs.js";
34
+ import { Section as Qe, SplitLayout as $e, Toolbar as et } from "./components/layout/section.js";
35
+ import { Pagination as tt, getPaginationItems as nt } from "./components/navigation/pagination.js";
36
+ import { FilterBar as rt } from "./components/filters/filter-bar.js";
37
+ import { SavedFilterSelect as it } from "./components/filters/saved-filter-select.js";
38
+ import { AlertDialog as at } from "./components/overlay/alert-dialog.js";
39
+ import { ConfirmDialog as ot } from "./components/overlay/confirm-dialog.js";
40
+ import { Drawer as st, DrawerCloseButton as ct } from "./components/overlay/drawer.js";
41
+ import { AsyncMultiSelect as lt, AsyncSelect as ut } from "./components/inputs/async-select.js";
42
+ import { OtpInput as dt } from "./components/inputs/otp-input.js";
43
+ import { Rating as ft } from "./components/inputs/rating.js";
44
+ import { RangeSlider as pt, Slider as mt } from "./components/inputs/slider.js";
45
+ import { TagInput as ht } from "./components/inputs/tag-input.js";
46
+ import { InlineEditable as gt } from "./components/inputs/inline-editable.js";
47
+ import { JsonInput as _t } from "./components/inputs/json-input.js";
48
+ import { DateTimePicker as vt, TimePicker as yt, TimeRangePicker as bt } from "./components/inputs/time-picker.js";
49
+ import { ColorPicker as xt, getAlphaPercent as St, normalizeHexColor as Ct, withAlpha as wt } from "./components/inputs/color-picker.js";
50
+ import { SignaturePad as Tt, drawSignature as Et } from "./components/inputs/signature-pad.js";
51
+ import { FormFieldShell as Dt, resolveFormFieldIds as Ot } from "./components/form/form-field-shell.js";
52
+ import { FormInput as kt } from "./components/form/form-input.js";
53
+ import { FormSelect as At } from "./components/form/form-select.js";
54
+ import { FormSwitch as jt } from "./components/form/form-switch.js";
55
+ import { FormTextarea as Mt } from "./components/form/form-textarea.js";
56
+ import { addMonths as Nt, getMonthDays as Pt, getMonthLabel as Ft, getWeekdayLabels as It, isAfterDate as Lt, isBeforeDate as Rt, isSameMonth as zt, isWithinRange as Bt, parseDateKey as Vt, startOfMonth as Ht, toDateKey as Ut } from "./components/calendar/date-utils.js";
57
+ import { Calendar as Wt } from "./components/calendar/calendar.js";
58
+ import { DatePicker as Gt } from "./components/calendar/date-picker.js";
59
+ import { FormDatePicker as Kt } from "./components/form/form-date-picker.js";
60
+ import { DateRangePicker as qt } from "./components/calendar/date-range-picker.js";
61
+ import { FormDateRangePicker as Jt } from "./components/form/form-date-range-picker.js";
62
+ import { FormDateRangeInput as Yt } from "./components/form/form-date-range-input.js";
63
+ import { Alert as Xt } from "./components/feedback/alert.js";
64
+ import { LoadingState as Zt } from "./components/feedback/loading-state.js";
65
+ import { InlineState as Qt, PageState as $t } from "./components/feedback/page-state.js";
66
+ import { DescriptionList as en } from "./components/display/description-list.js";
67
+ import { ActivityFeed as tn } from "./components/display/activity-feed.js";
68
+ import { Avatar as nn, AvatarGroup as rn } from "./components/display/avatar.js";
69
+ import { KanbanBoard as an } from "./components/display/kanban.js";
70
+ import { CodeBlock as on } from "./components/display/code-block.js";
71
+ import { DataState as sn } from "./components/display/data-state.js";
72
+ import { List as cn, ListRow as ln } from "./components/display/list.js";
73
+ import { Progress as un, ProgressCard as dn, getProgressPercent as fn } from "./components/display/progress.js";
74
+ import { Statistic as pn, StatisticCard as mn, StatisticGrid as hn } from "./components/display/statistic.js";
75
+ import { StatusDot as gn } from "./components/display/status-dot.js";
76
+ import { StatusLegend as _n } from "./components/display/status-legend.js";
77
+ import { Timeline as vn } from "./components/display/timeline.js";
78
+ import { TreeView as yn } from "./components/display/tree-view.js";
79
+ import { InfoCard as bn } from "./components/display/info-card.js";
80
+ import { VirtualList as xn } from "./components/display/virtual-list.js";
81
+ import { QRCode as Sn, QRCodeSvg as Cn } from "./components/display/qr-code.js";
82
+ import { Carousel as wn, CarouselItem as Tn } from "./components/display/carousel.js";
83
+ import { Chip as En, Tag as Dn, TagGroup as On } from "./components/display/tag.js";
84
+ import { Blockquote as kn, Heading as An, Mark as jn, Spoiler as Mn, SpoilerSummary as Nn, Text as Pn } from "./components/display/typography.js";
85
+ import { CalendarScheduler as Fn } from "./components/modern/calendar-scheduler.js";
86
+ import { DualListPicker as In } from "./components/modern/dual-list-picker.js";
87
+ import { ResizableHandle as Ln, ResizablePanel as Rn, ResizablePanelGroup as zn } from "./components/modern/resizable-panel.js";
88
+ import { EditorToolbar as Bn, RichTextEditor as Vn } from "./components/modern/rich-text-editor.js";
89
+ import { ImageCropper as Hn, createCroppedImageBlob as Un } from "./components/modern/image-cropper.js";
90
+ import { DataTable as Wn } from "./components/data-table/data-table.js";
91
+ import { ToastProvider as Gn, useToast as Kn } from "./components/notifications/toast.js";
92
+ import { NotificationCenter as qn } from "./components/notifications/notification-center.js";
93
+ import { CommandPalette as Jn, useCommandPaletteShortcut as Yn } from "./components/command/command-palette.js";
94
+ import { FileUpload as Xn } from "./components/upload/file-upload.js";
95
+ import { ImageUpload as Zn } from "./components/upload/image-upload.js";
96
+ import { AreaChart as Qn, BarChart as $n, ChartFrame as er, ChartLegend as tr, DonutChart as nr, LineChart as rr, MetricTrend as ir, Sparkline as ar } from "./components/charts/charts.js";
97
+ import { ProgressCircle as or } from "./components/charts/progress-circle.js";
98
+ import { FormBuilder as sr, asyncSelectField as cr, customField as lr, dateField as ur, dateRangeField as dr, formSection as fr, inputField as pr, numberField as mr, phoneField as hr, renderFormBuilderField as gr, selectField as _r, switchField as vr, textareaField as yr } from "./components/patterns/form-builder.js";
99
+ import { ResourcePage as br, ResourcePageSection as xr } from "./components/patterns/resource-page.js";
100
+ import { ResourceDetailPage as Sr } from "./components/patterns/resource-detail-page.js";
101
+ import { EmptyState as Cr, ErrorState as wr } from "./components/patterns/empty-state.js";
102
+ import { PageToolbar as Tr } from "./components/patterns/page-toolbar.js";
103
+ import { BulkActionBar as Er } from "./components/patterns/bulk-action-bar.js";
104
+ import { DetailLayout as Dr } from "./components/patterns/detail-layout.js";
105
+ import { SettingsPage as Or } from "./components/patterns/settings-page.js";
106
+ import { DataView as kr } from "./components/patterns/data-view.js";
107
+ import { Stepper as Ar } from "./components/wizard/stepper.js";
108
+ import { Wizard as jr } from "./components/wizard/wizard.js";
109
+ import { SortableList as Mr } from "./components/dnd/sortable-list.js";
110
+ import { useSessionStorageState as Nr } from "./hooks/use-session-storage-state.js";
111
+ import { useBeforeUnloadWhenDirty as Pr } from "./hooks/use-before-unload-when-dirty.js";
112
+ import { useDisclosure as Fr } from "./hooks/use-disclosure.js";
113
+ import { useDebouncedCallback as Ir, useDebouncedValue as Lr } from "./hooks/use-debounce.js";
114
+ import { useDataTableViewState as Rr } from "./hooks/use-data-table-view-state.js";
115
+ export { je as Accordion, Me as AccordionContent, Ne as AccordionRoot, Pe as AccordionTrigger, b as ActionMenu, tn as ActivityFeed, Xt as Alert, at as AlertDialog, Qn as AreaChart, lt as AsyncMultiSelect, ut as AsyncSelect, nn as Avatar, rn as AvatarGroup, V as Badge, $n as BarChart, kn as Blockquote, Ze as Breadcrumbs, Er as BulkActionBar, n as Button, x as ButtonGroup, Wt as Calendar, Fn as CalendarScheduler, N as Card, P as CardAction, F as CardContent, I as CardDescription, L as CardFooter, R as CardHeader, z as CardTitle, wn as Carousel, Tn as CarouselItem, er as ChartFrame, tr as ChartLegend, j as Checkbox, En as Chip, on as CodeBlock, De as Collapse, Oe as CollapseContent, ke as CollapseGroup, Ae as CollapseTrigger, xt as ColorPicker, Jn as CommandPalette, ot as ConfirmDialog, S as CopyButton, Je as DEFAULT_MOBILE_BREAKPOINT, sn as DataState, Wn as DataTable, kr as DataView, Gt as DatePicker, qt as DateRangePicker, vt as DateTimePicker, en as DescriptionList, Dr as DetailLayout, q as Dialog, J as DialogClose, Y as DialogContent, X as DialogDescription, Z as DialogFooter, Q as DialogHeader, $ as DialogOverlay, ee as DialogPortal, te as DialogTitle, ne as DialogTrigger, Re as Divider, nr as DonutChart, st as Drawer, ct as DrawerCloseButton, i as DropdownMenu, a as DropdownMenuCheckboxItem, o as DropdownMenuContent, s as DropdownMenuGroup, c as DropdownMenuItem, l as DropdownMenuItemDescription, u as DropdownMenuLabel, d as DropdownMenuPortal, f as DropdownMenuRadioGroup, p as DropdownMenuRadioItem, m as DropdownMenuSeparator, h as DropdownMenuShortcut, g as DropdownMenuSub, _ as DropdownMenuSubContent, v as DropdownMenuSubTrigger, y as DropdownMenuTrigger, In as DualListPicker, Bn as EditorToolbar, Cr as EmptyState, wr as ErrorState, Xn as FileUpload, rt as FilterBar, sr as FormBuilder, Kt as FormDatePicker, Yt as FormDateRangeInput, Jt as FormDateRangePicker, Dt as FormFieldShell, kt as FormInput, At as FormSelect, jt as FormSwitch, Mt as FormTextarea, An as Heading, Hn as ImageCropper, Zn as ImageUpload, bn as InfoCard, gt as InlineEditable, Qt as InlineState, A as Input, w as InputGroup, T as InputGroupAddon, E as InputGroupButton, D as InputGroupInput, O as InputGroupText, k as InputGroupTextarea, _t as JsonInput, an as KanbanBoard, Ue as Kbd, rr as LineChart, cn as List, ln as ListRow, Be as LoadingOverlay, Zt as LoadingState, jn as Mark, ir as MetricTrend, qn as NotificationCenter, dt as OtpInput, $t as PageState, Tr as PageToolbar, tt as Pagination, re as Popover, ie as PopoverContent, ae as PopoverDescription, oe as PopoverHeader, se as PopoverTitle, ce as PopoverTrigger, un as Progress, dn as ProgressCard, or as ProgressCircle, Sn as QRCode, Cn as QRCodeSvg, qe as QuickActionGrid, We as RadioGroup, pt as RangeSlider, ft as Rating, Ln as ResizableHandle, Rn as ResizablePanel, zn as ResizablePanelGroup, Sr as ResourceDetailPage, br as ResourcePage, xr as ResourcePageSection, Vn as RichTextEditor, Ke as RightClickMenu, it as SavedFilterSelect, Ge as ScrollBox, Qe as Section, ze as SegmentedControl, le as Select, ue as SelectContent, de as SelectGroup, fe as SelectItem, pe as SelectLabel, me as SelectScrollDownButton, he as SelectScrollUpButton, ge as SelectSeparator, _e as SelectTrigger, ve as SelectValue, Or as SettingsPage, Xe as Sidebar, Tt as SignaturePad, Fe as Skeleton, Ie as SkeletonCard, Le as SkeletonText, mt as Slider, Mr as SortableList, ar as Sparkline, Ve as Spinner, $e as SplitLayout, Mn as Spoiler, Nn as SpoilerSummary, pn as Statistic, mn as StatisticCard, hn as StatisticGrid, gn as StatusDot, _n as StatusLegend, Ar as Stepper, M as Switch, ye as Table, be as TableBody, xe as TableCaption, Se as TableCell, Ce as TableFooter, we as TableHead, Te as TableHeader, Ee as TableRow, U as Tabs, W as TabsContent, G as TabsList, K as TabsTrigger, Dn as Tag, On as TagGroup, ht as TagInput, Pn as Text, C as Textarea, yt as TimePicker, bt as TimeRangePicker, vn as Timeline, Gn as ToastProvider, et as Toolbar, He as Tooltip, yn as TreeView, xn as VirtualList, jr as Wizard, Nt as addMonths, cr as asyncSelectField, H as badgeVariants, r as buttonVariants, B as cardVariants, e as cn, Un as createCroppedImageBlob, lr as customField, ur as dateField, dr as dateRangeField, Et as drawSignature, fr as formSection, St as getAlphaPercent, Pt as getMonthDays, Ft as getMonthLabel, nt as getPaginationItems, fn as getProgressPercent, It as getWeekdayLabels, pr as inputField, Lt as isAfterDate, Rt as isBeforeDate, zt as isSameMonth, Bt as isWithinRange, Ct as normalizeHexColor, mr as numberField, Vt as parseDateKey, hr as phoneField, gr as renderFormBuilderField, Ot as resolveFormFieldIds, _r as selectField, Ht as startOfMonth, t as stopInteractivePropagation, vr as switchField, yr as textareaField, Ut as toDateKey, Pr as useBeforeUnloadWhenDirty, Yn as useCommandPaletteShortcut, Rr as useDataTableViewState, Ir as useDebouncedCallback, Lr as useDebouncedValue, Fr as useDisclosure, Ye as useIsMobile, Nr as useSessionStorageState, Kn as useToast, wt as withAlpha };
@@ -1 +1 @@
1
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=[{slug:`button`,registryName:`button`,surface:`documented`},{slug:`input`,registryName:`input`,surface:`documented`},{slug:`select`,registryName:`select`,surface:`documented`},{slug:`card`,registryName:`card`,surface:`documented`},{slug:`badge`,registryName:`badge`,surface:`documented`},{slug:`checkbox`,registryName:`checkbox`,surface:`documented`},{slug:`overlay`,registryName:`dialog`,surface:`documented`},{slug:`data-table`,registryName:`data-table`,surface:`documented`},{slug:`calendar`,registryName:`calendar`,surface:`documented`},{slug:`date-picker`,registryName:`date-picker`,surface:`documented`},{slug:`date-range-picker`,registryName:`date-range-picker`,surface:`documented`},{slug:`alert`,registryName:`alert`,surface:`documented`},{slug:`bar-chart`,registryName:`charts`,surface:`documented`},{slug:`sidebar`,registryName:`sidebar`,surface:`documented`},{slug:`file-upload`,registryName:`file-upload`,surface:`documented`},{slug:`progress`,registryName:`progress`,surface:`documented`}],t=[{slug:`accordion`,registryName:`accordion`,surface:`standalone`},{slug:`divider`,registryName:`divider`,surface:`standalone`},{slug:`segmented-control`,registryName:`segmented-control`,surface:`standalone`},{slug:`skeleton`,registryName:`skeleton`,surface:`standalone`},{slug:`spinner`,registryName:`spinner`,surface:`standalone`},{slug:`command-bar`,registryName:`command-bar`,surface:`standalone`},{slug:`inline-editable`,registryName:`inline-editable`,surface:`standalone`},{slug:`avatar`,registryName:`avatar`,surface:`standalone`},{slug:`code-block`,registryName:`code-block`,surface:`standalone`},{slug:`data-state`,registryName:`data-state`,surface:`standalone`},{slug:`kanban`,registryName:`kanban`,surface:`standalone`},{slug:`list`,registryName:`list`,surface:`standalone`},{slug:`property-grid`,registryName:`property-grid`,surface:`standalone`},{slug:`statistic`,registryName:`statistic`,surface:`standalone`},{slug:`tree-view`,registryName:`tree-view`,surface:`standalone`},{slug:`copy-button`,registryName:`copy-button`,surface:`standalone`},{slug:`section`,registryName:`section`,surface:`standalone`},{slug:`calendar-scheduler`,registryName:`calendar-scheduler`,surface:`standalone`},{slug:`dual-list-picker`,registryName:`dual-list-picker`,surface:`standalone`},{slug:`resizable-panel`,registryName:`resizable-panel`,surface:`standalone`},{slug:`tag`,registryName:`tag`,surface:`standalone`},{slug:`carousel`,registryName:`carousel`,surface:`standalone`},{slug:`typography`,registryName:`typography`,surface:`standalone`},{slug:`json-input`,registryName:`json-input`,surface:`standalone`},{slug:`time-picker`,registryName:`time-picker`,surface:`standalone`},{slug:`sortable-list`,registryName:`sortable-list`,surface:`standalone`},{slug:`virtual-list`,registryName:`virtual-list`,surface:`standalone`}],n=[...e,...t],r=new Map(n.map((e,t)=>[e.slug,t])),i=new Map(n.map(e=>[e.slug,e.registryName])),a=n.map(e=>e.slug),o=new Set(a),s=t.map(e=>e.slug),c=e.map(e=>e.registryName),l=t.map(e=>e.registryName),u=n.map(e=>e.registryName);function d(e){return r.get(e)??2**53-1}function f(e){return o.has(e)}function p(e){return i.get(e)}function m(e,t){return d(e)-d(t)}exports.comparePublicComponentSurfaceOrder=m,exports.documentedPublicComponentSurfaces=e,exports.documentedPublicRegistrySurfaceNames=c,exports.getPublicComponentRegistryName=p,exports.getPublicComponentSurfaceOrder=d,exports.isPublicComponentSurfaceSlug=f,exports.publicComponentSurfaceEntries=n,exports.publicComponentSurfaceSlugSet=o,exports.publicComponentSurfaceSlugs=a,exports.publicRegistrySurfaceNames=u,exports.standalonePublicComponentSlugs=s,exports.standalonePublicComponentSurfaces=t,exports.standalonePublicRegistrySurfaceNames=l;
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=[{slug:`button`,registryName:`button`,surface:`documented`},{slug:`input`,registryName:`input`,surface:`documented`},{slug:`select`,registryName:`select`,surface:`documented`},{slug:`card`,registryName:`card`,surface:`documented`},{slug:`badge`,registryName:`badge`,surface:`documented`},{slug:`checkbox`,registryName:`checkbox`,surface:`documented`},{slug:`overlay`,registryName:`dialog`,surface:`documented`},{slug:`data-table`,registryName:`data-table`,surface:`documented`},{slug:`calendar`,registryName:`calendar`,surface:`documented`},{slug:`date-picker`,registryName:`date-picker`,surface:`documented`},{slug:`date-range-picker`,registryName:`date-range-picker`,surface:`documented`},{slug:`alert`,registryName:`alert`,surface:`documented`},{slug:`bar-chart`,registryName:`charts`,surface:`documented`},{slug:`sidebar`,registryName:`sidebar`,surface:`documented`},{slug:`file-upload`,registryName:`file-upload`,surface:`documented`},{slug:`progress`,registryName:`progress`,surface:`documented`}],t=[{slug:`accordion`,registryName:`accordion`,surface:`standalone`},{slug:`divider`,registryName:`divider`,surface:`standalone`},{slug:`segmented-control`,registryName:`segmented-control`,surface:`standalone`},{slug:`skeleton`,registryName:`skeleton`,surface:`standalone`},{slug:`spinner`,registryName:`spinner`,surface:`standalone`},{slug:`command-palette`,registryName:`command-palette`,surface:`standalone`},{slug:`inline-editable`,registryName:`inline-editable`,surface:`standalone`},{slug:`avatar`,registryName:`avatar`,surface:`standalone`},{slug:`code-block`,registryName:`code-block`,surface:`standalone`},{slug:`data-state`,registryName:`data-state`,surface:`standalone`},{slug:`kanban`,registryName:`kanban`,surface:`standalone`},{slug:`list`,registryName:`list`,surface:`standalone`},{slug:`description-list`,registryName:`description-list`,surface:`standalone`},{slug:`statistic`,registryName:`statistic`,surface:`standalone`},{slug:`tree-view`,registryName:`tree-view`,surface:`standalone`},{slug:`copy-button`,registryName:`copy-button`,surface:`standalone`},{slug:`section`,registryName:`section`,surface:`standalone`},{slug:`form-builder`,registryName:`form-builder`,surface:`standalone`},{slug:`empty-state`,registryName:`empty-state`,surface:`standalone`},{slug:`page-toolbar`,registryName:`page-toolbar`,surface:`standalone`},{slug:`bulk-action-bar`,registryName:`bulk-action-bar`,surface:`standalone`},{slug:`detail-layout`,registryName:`detail-layout`,surface:`standalone`},{slug:`settings-page`,registryName:`settings-page`,surface:`standalone`},{slug:`data-view`,registryName:`data-view`,surface:`standalone`},{slug:`resource-page`,registryName:`resource-page`,surface:`standalone`},{slug:`resource-detail-page`,registryName:`resource-detail-page`,surface:`standalone`},{slug:`calendar-scheduler`,registryName:`calendar-scheduler`,surface:`standalone`},{slug:`dual-list-picker`,registryName:`dual-list-picker`,surface:`standalone`},{slug:`resizable-panel`,registryName:`resizable-panel`,surface:`standalone`},{slug:`tag`,registryName:`tag`,surface:`standalone`},{slug:`carousel`,registryName:`carousel`,surface:`standalone`},{slug:`typography`,registryName:`typography`,surface:`standalone`},{slug:`json-input`,registryName:`json-input`,surface:`standalone`},{slug:`time-picker`,registryName:`time-picker`,surface:`standalone`},{slug:`sortable-list`,registryName:`sortable-list`,surface:`standalone`},{slug:`virtual-list`,registryName:`virtual-list`,surface:`standalone`},{slug:`color-picker`,registryName:`color-picker`,surface:`standalone`},{slug:`signature-pad`,registryName:`signature-pad`,surface:`standalone`},{slug:`qr-code`,registryName:`qr-code`,surface:`standalone`},{slug:`rich-text-editor`,registryName:`rich-text-editor`,surface:`standalone`},{slug:`image-cropper`,registryName:`image-cropper`,surface:`standalone`}],n=[...e,...t],r=new Map(n.map((e,t)=>[e.slug,t])),i=new Map(n.map(e=>[e.slug,e.registryName])),a=n.map(e=>e.slug),o=new Set(a),s=t.map(e=>e.slug),c=e.map(e=>e.registryName),l=t.map(e=>e.registryName),u=n.map(e=>e.registryName);function d(e){return r.get(e)??2**53-1}function f(e){return o.has(e)}function p(e){return i.get(e)}function m(e,t){return d(e)-d(t)}exports.comparePublicComponentSurfaceOrder=m,exports.documentedPublicComponentSurfaces=e,exports.documentedPublicRegistrySurfaceNames=c,exports.getPublicComponentRegistryName=p,exports.getPublicComponentSurfaceOrder=d,exports.isPublicComponentSurfaceSlug=f,exports.publicComponentSurfaceEntries=n,exports.publicComponentSurfaceSlugSet=o,exports.publicComponentSurfaceSlugs=a,exports.publicRegistrySurfaceNames=u,exports.standalonePublicComponentSlugs=s,exports.standalonePublicComponentSurfaces=t,exports.standalonePublicRegistrySurfaceNames=l;
@@ -107,8 +107,8 @@ var e = [
107
107
  surface: "standalone"
108
108
  },
109
109
  {
110
- slug: "command-bar",
111
- registryName: "command-bar",
110
+ slug: "command-palette",
111
+ registryName: "command-palette",
112
112
  surface: "standalone"
113
113
  },
114
114
  {
@@ -142,8 +142,8 @@ var e = [
142
142
  surface: "standalone"
143
143
  },
144
144
  {
145
- slug: "property-grid",
146
- registryName: "property-grid",
145
+ slug: "description-list",
146
+ registryName: "description-list",
147
147
  surface: "standalone"
148
148
  },
149
149
  {
@@ -166,6 +166,51 @@ var e = [
166
166
  registryName: "section",
167
167
  surface: "standalone"
168
168
  },
169
+ {
170
+ slug: "form-builder",
171
+ registryName: "form-builder",
172
+ surface: "standalone"
173
+ },
174
+ {
175
+ slug: "empty-state",
176
+ registryName: "empty-state",
177
+ surface: "standalone"
178
+ },
179
+ {
180
+ slug: "page-toolbar",
181
+ registryName: "page-toolbar",
182
+ surface: "standalone"
183
+ },
184
+ {
185
+ slug: "bulk-action-bar",
186
+ registryName: "bulk-action-bar",
187
+ surface: "standalone"
188
+ },
189
+ {
190
+ slug: "detail-layout",
191
+ registryName: "detail-layout",
192
+ surface: "standalone"
193
+ },
194
+ {
195
+ slug: "settings-page",
196
+ registryName: "settings-page",
197
+ surface: "standalone"
198
+ },
199
+ {
200
+ slug: "data-view",
201
+ registryName: "data-view",
202
+ surface: "standalone"
203
+ },
204
+ {
205
+ slug: "resource-page",
206
+ registryName: "resource-page",
207
+ surface: "standalone"
208
+ },
209
+ {
210
+ slug: "resource-detail-page",
211
+ registryName: "resource-detail-page",
212
+ surface: "standalone"
213
+ },
169
214
  {
170
215
  slug: "calendar-scheduler",
171
216
  registryName: "calendar-scheduler",
@@ -215,6 +260,31 @@ var e = [
215
260
  slug: "virtual-list",
216
261
  registryName: "virtual-list",
217
262
  surface: "standalone"
263
+ },
264
+ {
265
+ slug: "color-picker",
266
+ registryName: "color-picker",
267
+ surface: "standalone"
268
+ },
269
+ {
270
+ slug: "signature-pad",
271
+ registryName: "signature-pad",
272
+ surface: "standalone"
273
+ },
274
+ {
275
+ slug: "qr-code",
276
+ registryName: "qr-code",
277
+ surface: "standalone"
278
+ },
279
+ {
280
+ slug: "rich-text-editor",
281
+ registryName: "rich-text-editor",
282
+ surface: "standalone"
283
+ },
284
+ {
285
+ slug: "image-cropper",
286
+ registryName: "image-cropper",
287
+ surface: "standalone"
218
288
  }
219
289
  ], n = [...e, ...t], r = new Map(n.map((e, t) => [e.slug, t])), i = new Map(n.map((e) => [e.slug, e.registryName])), a = n.map((e) => e.slug), o = new Set(a), s = t.map((e) => e.slug), c = e.map((e) => e.registryName), l = t.map((e) => e.registryName), u = n.map((e) => e.registryName);
220
290
  function d(e) {
@@ -37,15 +37,15 @@ export function Demo() {
37
37
  ]}
38
38
  />
39
39
  )
40
- }`,"dialog-actions":`import { DialogActionButton, DialogActions } from "tembro"
40
+ }`,"dialog-actions":`import { Button, ButtonGroup } from "tembro"
41
41
 
42
42
  export function Demo() {
43
43
  return (
44
- <DialogActions align="end">
45
- <DialogActionButton variant="ghost">Cancel</DialogActionButton>
46
- <DialogActionButton variant="outline">Save draft</DialogActionButton>
47
- <DialogActionButton>Publish</DialogActionButton>
48
- </DialogActions>
44
+ <ButtonGroup attached={false}>
45
+ <Button variant="ghost">Cancel</Button>
46
+ <Button variant="outline">Save draft</Button>
47
+ <Button>Publish</Button>
48
+ </ButtonGroup>
49
49
  )
50
50
  }`,stepper:`import { Stepper } from "tembro"
51
51
 
@@ -3,7 +3,7 @@ var e = {
3
3
  "action-menu": "import { ActionMenu, Button } from \"tembro\"\n\nexport function Demo() {\n return (\n <ActionMenu\n label=\"Row actions\"\n actions={[\n { key: \"open\", label: \"Open\" },\n { key: \"duplicate\", label: \"Duplicate\" },\n { key: \"archive\", label: \"Archive\", destructive: true },\n ]}\n trigger={<Button variant=\"outline\">Actions</Button>}\n />\n )\n}",
4
4
  "button-group": "import { ButtonGroup } from \"tembro\"\n\nexport function Demo() {\n return (\n <ButtonGroup\n items={[\n { key: \"day\", label: \"Day\" },\n { key: \"week\", label: \"Week\" },\n { key: \"month\", label: \"Month\" },\n ]}\n />\n )\n}",
5
5
  "quick-action-grid": "import { QuickActionGrid } from \"tembro\"\n\nexport function Demo() {\n return (\n <QuickActionGrid\n columns={3}\n items={[\n { key: \"new\", label: \"New invoice\", description: \"Create a billing row.\" },\n { key: \"import\", label: \"Import CSV\", description: \"Upload operational data.\" },\n { key: \"share\", label: \"Share\", description: \"Invite a teammate.\" },\n ]}\n />\n )\n}",
6
- "dialog-actions": "import { DialogActionButton, DialogActions } from \"tembro\"\n\nexport function Demo() {\n return (\n <DialogActions align=\"end\">\n <DialogActionButton variant=\"ghost\">Cancel</DialogActionButton>\n <DialogActionButton variant=\"outline\">Save draft</DialogActionButton>\n <DialogActionButton>Publish</DialogActionButton>\n </DialogActions>\n )\n}",
6
+ "dialog-actions": "import { Button, ButtonGroup } from \"tembro\"\n\nexport function Demo() {\n return (\n <ButtonGroup attached={false}>\n <Button variant=\"ghost\">Cancel</Button>\n <Button variant=\"outline\">Save draft</Button>\n <Button>Publish</Button>\n </ButtonGroup>\n )\n}",
7
7
  stepper: "import { Stepper } from \"tembro\"\n\nexport function Demo() {\n return (\n <Stepper\n currentStep=\"billing\"\n steps={[\n { id: \"profile\", title: \"Profile\", completed: true },\n { id: \"billing\", title: \"Billing\" },\n { id: \"review\", title: \"Review\" },\n ]}\n onStepChange={() => undefined}\n />\n )\n}"
8
8
  };
9
9
  //#endregion
@@ -1,5 +1,5 @@
1
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("../components/ui/button/index.cjs"),t=require("../components/actions/button-group.cjs"),n=require("../components/actions/copy-button.cjs"),r=require("../components/actions/copy-field.cjs"),i=require("../components/ui/input/index.cjs"),a=require("../components/ui/card/index.cjs"),o=require("../components/ui/badge/index.cjs"),s=require("../components/ui/accordion/index.cjs"),c=require("../components/ui/skeleton/index.cjs"),l=require("../components/ui/divider/index.cjs"),u=require("../components/ui/segmented-control/index.cjs"),d=require("../components/ui/spinner/index.cjs"),f=require("../components/actions/quick-action-grid.cjs"),p=require("../components/layout/section.cjs"),m=require("../components/layout/sticky-footer-bar.cjs"),h=require("../components/navigation/page-tabs.cjs"),g=require("../components/navigation/stepper-tabs.cjs"),_=require("../components/filters/filter-bar.cjs"),v=require("../components/filters/saved-filter-select.cjs"),y=require("../components/inputs/otp-input.cjs"),b=require("../components/inputs/rating.cjs"),x=require("../components/inputs/slider.cjs"),S=require("../components/inputs/tag-input.cjs"),C=require("../components/inputs/json-input.cjs"),w=require("../components/inputs/time-picker.cjs"),T=require("../components/feedback/alert.cjs"),E=require("../components/feedback/page-state.cjs"),D=require("../components/display/avatar.cjs"),O=require("../components/display/descriptions.cjs"),k=require("../components/display/kanban.cjs"),A=require("../components/display/code-block.cjs"),j=require("../components/display/data-state.cjs"),M=require("../components/display/list.cjs"),N=require("../components/display/property-grid.cjs"),P=require("../components/display/statistic.cjs"),F=require("../components/display/status-legend.cjs"),I=require("../components/display/tree-view.cjs"),L=require("../components/layout/stat-card.cjs"),R=require("../components/display/carousel.cjs"),z=require("../components/display/tag.cjs"),B=require("../components/display/typography.cjs"),V=require("../components/modern/calendar-scheduler.cjs"),H=require("../components/modern/dual-list-picker.cjs"),U=require("../components/modern/resizable-panel.cjs");let W=require("react/jsx-runtime");function G({item:e,groupLabel:t,importSnippet:n}){let r=K(e.slug);return{Showcase:n=>(0,W.jsx)(q,{...n,item:e,groupLabel:t}),mock:{cliCommand:`npx tembro add ${e.slug}`,code:`${n}\n\nexport function Example() {\n return <${r} />\n}`,highlights:e.features,scenarios:e.features.slice(0,3).map(t=>({title:t,description:`${e.title} can be copied into your app and adjusted locally.`})),capabilityNotes:e.features.slice(0,3)}}}function K(e){return e.split(`-`).map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(``)}function q({item:e,groupLabel:t,state:n,setState:r,mode:i}){let a=e.features.length?e.features:[t,`CLI add`,`Local file`];return(0,W.jsxs)(`div`,{className:`space-y-5`,children:[(0,W.jsxs)(`div`,{className:`flex flex-col gap-5 border-b border-[color:var(--aui-divider)] pb-5 lg:flex-row lg:items-start lg:justify-between`,children:[(0,W.jsxs)(`div`,{className:`max-w-xl`,children:[(0,W.jsx)(`p`,{className:`text-sm font-semibold uppercase tracking-[0.22em] text-[color:var(--aui-brand-strong)]`,children:`CLI component`}),(0,W.jsx)(`h3`,{className:`mt-2.5 text-2xl font-semibold tracking-tight text-[color:var(--aui-page-foreground)]`,children:e.title}),(0,W.jsx)(`p`,{className:`mt-3 text-sm leading-7 text-[color:var(--aui-page-muted)]`,children:"Copy this component into your app and adjust it inside your own `components` folder."})]}),(0,W.jsx)(`div`,{className:`rounded-full border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] px-3 py-1.5 text-[11px] font-semibold uppercase tracking-[0.18em] text-[color:var(--aui-page-muted-strong)]`,children:i===`docs`?`Docs`:`Preview`})]}),(0,W.jsx)(`div`,{className:`grid gap-3 sm:grid-cols-3`,children:a.slice(0,3).map(e=>(0,W.jsxs)(`div`,{className:`rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-3.5`,children:[(0,W.jsx)(`p`,{className:`text-sm font-semibold text-[color:var(--aui-page-foreground)]`,children:e}),(0,W.jsx)(`p`,{className:`mt-1.5 text-xs leading-5 text-[color:var(--aui-page-muted)]`,children:`Lives in your local component source.`})]},e))}),(0,W.jsx)(`div`,{className:`rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-code-bg)] px-4 py-3`,children:(0,W.jsxs)(`code`,{className:`text-sm text-[color:var(--aui-code-fg)]`,children:[`npx tembro add `,e.slug]})}),(0,W.jsx)(`div`,{className:`rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-4 sm:p-5`,children:J(e,t,n,r,i)})]})}function J(G,K,q,J,Y){return G.slug===`accordion`?(0,W.jsx)(s.Accordion,{type:`single`,defaultValue:`api`,items:[{key:`api`,title:`Single open section`,description:`Open one section at a time.`,content:`Use one expanded panel when the page needs compact disclosure.`},{key:`states`,title:`State handling`,description:`Controlled or uncontrolled usage.`,content:`Use one expanded section for FAQs, settings clusters, and compact disclosure flows.`}]}):G.slug===`avatar`?(0,W.jsxs)(`div`,{className:`flex flex-wrap items-center gap-4`,children:[(0,W.jsx)(D.Avatar,{name:`Azamat UI`}),(0,W.jsx)(D.Avatar,{fallback:`AJ`,shape:`rounded`}),(0,W.jsx)(D.AvatarGroup,{items:[{key:`1`,name:`Azamat`},{key:`2`,name:`Nodir`},{key:`3`,name:`Dilshod`},{key:`4`,name:`Madina`}]})]}):G.slug===`calendar-scheduler`?(0,W.jsx)(V.CalendarScheduler,{events:[{id:`1`,title:`Design review`,date:`Mon`,time:`10:00`,tone:`default`},{id:`2`,title:`Release QA`,date:`Tue`,time:`14:00`,tone:`warning`},{id:`3`,title:`Go live`,date:`Fri`,time:`09:30`,tone:`success`}]}):G.slug===`carousel`?(0,W.jsxs)(R.Carousel,{index:0,children:[(0,W.jsx)(R.CarouselItem,{children:(0,W.jsx)(a.Card,{children:(0,W.jsxs)(a.CardContent,{className:`p-5`,children:[(0,W.jsx)(`p`,{className:`text-lg font-semibold`,children:`Release dashboard`}),(0,W.jsx)(`p`,{className:`mt-2 text-sm text-muted-foreground`,children:`Compact KPI slide for weekly review.`})]})})}),(0,W.jsx)(R.CarouselItem,{children:(0,W.jsx)(a.Card,{children:(0,W.jsxs)(a.CardContent,{className:`p-5`,children:[(0,W.jsx)(`p`,{className:`text-lg font-semibold`,children:`Customer health`}),(0,W.jsx)(`p`,{className:`mt-2 text-sm text-muted-foreground`,children:`Second slide with account risk summary.`})]})})})]}):G.slug===`code-block`?(0,W.jsx)(A.CodeBlock,{title:`Install`,language:`bash`,code:`npx tembro init --template next
2
- npx tembro add button`}):G.slug===`copy-button`?(0,W.jsx)(n.CopyButton,{value:`npx tembro add button`,children:`Copy command`}):G.slug===`copy-field`?(0,W.jsx)(r.CopyField,{label:`CLI command`,description:`Quick source-copy command`,value:`npx tembro add input`}):G.slug===`data-state`?(0,W.jsx)(j.DataState,{status:`empty`,title:`No matching rows`,description:`Try another filter or import the first record.`,actions:(0,W.jsx)(e.Button,{size:`sm`,children:`Import CSV`})}):G.slug===`descriptions`?(0,W.jsx)(O.Descriptions,{title:`Workspace details`,columns:3,items:[{key:`owner`,label:`Owner`,value:`Azamat UI`},{key:`plan`,label:`Plan`,value:`Scale`},{key:`renewal`,label:`Renewal`,value:`Jul 14, 2026`}]}):G.slug===`divider`?(0,W.jsxs)(`div`,{className:`grid gap-3`,children:[(0,W.jsx)(`div`,{className:`text-sm font-medium`,children:`Section above`}),(0,W.jsx)(l.Divider,{label:`Summary`}),(0,W.jsx)(`div`,{className:`text-sm text-muted-foreground`,children:`Section below`})]}):G.slug===`dual-list-picker`?(0,W.jsx)(H.DualListPicker,{picked:[`billing`,`support`],items:[{value:`billing`,label:`Billing`},{value:`support`,label:`Support`},{value:`analytics`,label:`Analytics`},{value:`security`,label:`Security`}]}):G.slug===`segmented-control`?(0,W.jsx)(u.SegmentedControl,{options:[{value:`overview`,label:`Overview`},{value:`activity`,label:`Activity`},{value:`settings`,label:`Settings`}],defaultValue:`overview`}):G.slug===`spinner`?(0,W.jsxs)(`div`,{className:`flex items-center gap-5`,children:[(0,W.jsx)(d.Spinner,{size:`xs`}),(0,W.jsx)(d.Spinner,{size:`sm`}),(0,W.jsx)(d.Spinner,{size:`md`}),(0,W.jsx)(d.Spinner,{size:`lg`})]}):G.slug===`skeleton`?(0,W.jsxs)(`div`,{className:`grid gap-3`,children:[(0,W.jsx)(c.Skeleton,{className:`h-10 w-full`}),(0,W.jsx)(c.SkeletonText,{rows:3}),(0,W.jsx)(c.SkeletonCard,{avatar:!0})]}):G.slug===`slider`?(0,W.jsx)(x.Slider,{label:`Spacing scale`,description:`Adjust dashboard density.`,defaultValue:64,showValue:!0}):G.slug===`statistic`?(0,W.jsxs)(P.StatisticGrid,{columns:3,children:[(0,W.jsx)(P.StatisticCard,{label:`ARR`,value:`$84.2k`,change:`+12.4%`,trend:`up`,description:`vs previous month`}),(0,W.jsx)(P.Statistic,{label:`MRR`,value:`$7.0k`,change:`+3.1%`,trend:`up`,description:`Live subscriptions`}),(0,W.jsx)(P.Statistic,{label:`Churn`,value:`1.9%`,change:`-0.4%`,trend:`down`,description:`Healthy range`})]}):G.slug===`sticky-footer-bar`?(0,W.jsxs)(`div`,{className:`rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)]`,children:[(0,W.jsx)(`div`,{className:`p-4 text-sm text-muted-foreground`,children:`Scrollable page content`}),(0,W.jsx)(m.StickyFooterBar,{start:(0,W.jsx)(`div`,{className:`text-sm font-medium`,children:`2 unsaved changes`}),end:(0,W.jsxs)(W.Fragment,{children:[(0,W.jsx)(e.Button,{size:`sm`,variant:`outline`,children:`Discard`}),(0,W.jsx)(e.Button,{size:`sm`,children:`Save`})]})})]}):G.slug===`tag`?(0,W.jsxs)(z.TagGroup,{children:[(0,W.jsx)(z.Tag,{children:`Default`}),(0,W.jsx)(z.Tag,{tone:`success`,children:`Live`}),(0,W.jsx)(z.Tag,{tone:`warning`,children:`Review`}),(0,W.jsx)(z.Tag,{tone:`danger`,children:`Blocked`})]}):G.slug===`time-picker`?(0,W.jsxs)(`div`,{className:`grid gap-3`,children:[(0,W.jsx)(w.TimePicker,{label:`Start time`,defaultValue:`09:30`}),(0,W.jsx)(w.TimeRangePicker,{from:`09:30`,to:`17:30`})]}):G.slug===`tree-view`?(0,W.jsx)(I.TreeView,{defaultExpandedKeys:[`components`,`inputs`],selectedKey:`button`,items:[{key:`components`,label:`Components`,children:[{key:`inputs`,label:`Inputs`,children:[{key:`button`,label:`Button`},{key:`input`,label:`Input`}]}]}]}):G.slug===`typography`?(0,W.jsxs)(`div`,{className:`grid gap-3`,children:[(0,W.jsx)(B.Heading,{level:2,children:`Dashboard typography`}),(0,W.jsx)(B.Text,{children:`Readable defaults for product copy and operational labels.`}),(0,W.jsx)(`blockquote`,{className:`border-l-4 pl-4 italic text-muted-foreground`,children:`Ship simple text hierarchy before adding decorative layout layers.`}),(0,W.jsxs)(B.Text,{muted:!0,size:`sm`,children:[`Use `,(0,W.jsx)(B.Mark,{children:`Mark`}),` only for emphasis that matters.`]})]}):G.slug===`range-slider`?(0,W.jsx)(x.RangeSlider,{label:`Revenue band`,description:`Filter a metric window.`,defaultValue:[20,80],showValue:!0}):G.slug===`rating`?(0,W.jsx)(b.Rating,{defaultValue:4,labels:{clear:`Reset`}}):G.slug===`otp-input`?(0,W.jsx)(y.OtpInput,{value:q.textValue.replace(/\D/g,``).slice(0,6),onValueChange:e=>J({textValue:e})}):G.slug===`color-input`?(0,W.jsx)(i.Input,{type:`color`,defaultValue:`#22c55e`,"aria-label":`Accent color`}):G.slug===`tag-input`?(0,W.jsx)(S.TagInput,{defaultValue:[`dashboard`,`beta`,`ops`],placeholder:`Add label`}):G.slug===`button-group`?(0,W.jsx)(t.ButtonGroup,{items:[{key:`day`,label:`Day`},{key:`week`,label:`Week`},{key:`month`,label:`Month`}]}):G.slug===`quick-action-grid`||G.slug===`command-bar`?(0,W.jsx)(f.QuickActionGrid,{columns:G.slug===`command-bar`?4:3,compact:G.slug===`command-bar`,items:[{key:`new`,label:`New invoice`,description:`Create a fresh billing row.`,badge:`N`},{key:`import`,label:`Import CSV`,description:`Bring finance data into the table.`,badge:`I`},{key:`share`,label:`Share workspace`,description:`Invite team members to the route.`,badge:`S`}]}):G.slug===`data-table-saved-filters`?(0,W.jsxs)(`div`,{className:`grid gap-3`,children:[(0,W.jsx)(_.FilterBar,{chips:[{key:`status`,label:`Status`,value:`Active`,tone:`success`},{key:`owner`,label:`Owner`,value:`Azamat`,tone:`default`},{key:`region`,label:`Region`,value:`APAC`,tone:`info`}],onRemoveChip:()=>void 0,onReset:()=>void 0}),(0,W.jsx)(t.ButtonGroup,{attached:!1,items:[{key:`default`,label:`Default`,variant:`secondary`},{key:`billing`,label:`Billing`},{key:`ops`,label:`Operations`}]})]}):G.slug===`page-tabs`?(0,W.jsx)(h.PageTabs,{value:`overview`,variant:`pills`,items:[{value:`overview`,label:`Overview`},{value:`usage`,label:`Usage`},{value:`api`,label:`API`,badge:`3`}]}):G.slug===`stepper-tabs`?(0,W.jsx)(g.StepperTabs,{value:`billing`,items:[{value:`profile`,label:`Profile`,description:`Team and owner details`,completed:!0},{value:`billing`,label:`Billing`,description:`Payment and invoices`},{value:`review`,label:`Review`,description:`Confirm release`}]}):G.slug===`alert`?(0,W.jsx)(T.Alert,{tone:`warning`,title:`Review needed`,description:`Billing rules changed and one approval is pending.`,action:(0,W.jsx)(e.Button,{size:`sm`,children:`Open`})}):G.slug===`page-state`?(0,W.jsx)(E.PageState,{title:`Workspace connected`,description:`The route is ready to accept live data and team actions.`,tone:`success`,action:(0,W.jsx)(e.Button,{size:`sm`,children:`Continue`})}):G.slug===`data-list`||G.slug===`list`?(0,W.jsx)(M.List,{items:[{key:`1`,title:`Enterprise plan`,description:`Priority support and SSO`,extra:`$499`},{key:`2`,title:`Growth plan`,description:`Most used by product teams`,extra:`$199`},{key:`3`,title:`Starter plan`,description:`Lightweight team setup`,extra:`$49`}]}):G.slug===`status-legend`?(0,W.jsx)(F.StatusLegend,{title:`Delivery states`,items:[{key:`live`,label:`Live`,description:`Healthy production routes`,tone:`success`,count:18},{key:`review`,label:`Review`,description:`Awaiting QA approval`,tone:`warning`,count:4},{key:`blocked`,label:`Blocked`,description:`Needs engineering action`,tone:`danger`,count:1}]}):G.slug===`trend-card`||G.slug===`comparison-card`?(0,W.jsx)(L.StatCard,{title:G.slug===`trend-card`?`Weekly revenue`:`Current vs previous`,value:`$84.2k`,description:`Compared with last month`,trend:{value:`+12.4%`,tone:`success`}}):G.slug===`delta-badge`?(0,W.jsxs)(`div`,{className:`flex flex-wrap gap-2`,children:[(0,W.jsx)(o.Badge,{variant:`secondary`,children:`+12.4%`}),(0,W.jsx)(o.Badge,{variant:`outline`,children:`-3.1%`}),(0,W.jsx)(o.Badge,{variant:`destructive`,children:`Risk`})]}):G.slug===`notification-center`?(0,W.jsx)(M.List,{items:[{key:`1`,title:`Build completed`,description:`Dashboard docs deployment is live.`,extra:`Now`},{key:`2`,title:`New comment`,description:`Review requested on DataTable API.`,extra:`8m`},{key:`3`,title:`Publish reminder`,description:`Package version is ready for release.`,extra:`1h`}]}):G.slug===`inline-editable`?(0,W.jsxs)(`div`,{className:`flex flex-col gap-3 sm:flex-row`,children:[(0,W.jsx)(i.Input,{value:q.textValue,onChange:e=>J({textValue:e.currentTarget.value})}),(0,W.jsx)(e.Button,{size:`sm`,children:`Save label`})]}):G.slug===`json-input`?(0,W.jsx)(C.JsonInput,{value:`{
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("../components/ui/button/index.cjs"),t=require("../components/actions/button-group.cjs"),n=require("../components/actions/copy-button.cjs"),r=require("../components/ui/input/index.cjs"),i=require("../components/ui/card/index.cjs"),a=require("../components/ui/badge/index.cjs"),o=require("../components/ui/skeleton/index.cjs"),s=require("../components/ui/divider/index.cjs"),c=require("../components/ui/segmented-control/index.cjs"),l=require("../components/ui/spinner/index.cjs"),u=require("../components/actions/quick-action-grid.cjs"),d=require("../components/layout/section.cjs"),f=require("../components/filters/filter-bar.cjs"),p=require("../components/filters/saved-filter-select.cjs"),m=require("../components/inputs/otp-input.cjs"),h=require("../components/inputs/rating.cjs"),g=require("../components/inputs/slider.cjs"),_=require("../components/inputs/tag-input.cjs"),v=require("../components/inputs/json-input.cjs"),y=require("../components/inputs/time-picker.cjs"),b=require("../components/feedback/alert.cjs"),x=require("../components/feedback/page-state.cjs"),S=require("../components/display/avatar.cjs"),C=require("../components/display/kanban.cjs"),w=require("../components/display/code-block.cjs"),T=require("../components/display/data-state.cjs"),E=require("../components/display/list.cjs"),D=require("../components/display/statistic.cjs"),O=require("../components/display/status-legend.cjs"),k=require("../components/display/tree-view.cjs"),A=require("../components/display/carousel.cjs"),j=require("../components/display/tag.cjs"),M=require("../components/display/typography.cjs"),N=require("../components/modern/calendar-scheduler.cjs"),P=require("../components/modern/dual-list-picker.cjs"),F=require("../components/modern/resizable-panel.cjs");let I=require("react/jsx-runtime");function L({item:e,groupLabel:t,importSnippet:n}){let r=R(e.slug);return{Showcase:n=>(0,I.jsx)(z,{...n,item:e,groupLabel:t}),mock:{cliCommand:`npx tembro add ${e.slug}`,code:`${n}\n\nexport function Example() {\n return <${r} />\n}`,highlights:e.features,scenarios:e.features.slice(0,3).map(t=>({title:t,description:`${e.title} can be copied into your app and adjusted locally.`})),capabilityNotes:e.features.slice(0,3)}}}function R(e){return e.split(`-`).map(e=>e.charAt(0).toUpperCase()+e.slice(1)).join(``)}function z({item:e,groupLabel:t,state:n,setState:r,mode:i}){let a=e.features.length?e.features:[t,`CLI add`,`Local file`];return(0,I.jsxs)(`div`,{className:`space-y-5`,children:[(0,I.jsxs)(`div`,{className:`flex flex-col gap-5 border-b border-[color:var(--aui-divider)] pb-5 lg:flex-row lg:items-start lg:justify-between`,children:[(0,I.jsxs)(`div`,{className:`max-w-xl`,children:[(0,I.jsx)(`p`,{className:`text-sm font-semibold uppercase tracking-[0.22em] text-[color:var(--aui-brand-strong)]`,children:`CLI component`}),(0,I.jsx)(`h3`,{className:`mt-2.5 text-2xl font-semibold tracking-tight text-[color:var(--aui-page-foreground)]`,children:e.title}),(0,I.jsx)(`p`,{className:`mt-3 text-sm leading-7 text-[color:var(--aui-page-muted)]`,children:"Copy this component into your app and adjust it inside your own `components` folder."})]}),(0,I.jsx)(`div`,{className:`rounded-full border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] px-3 py-1.5 text-[11px] font-semibold uppercase tracking-[0.18em] text-[color:var(--aui-page-muted-strong)]`,children:i===`docs`?`Docs`:`Preview`})]}),(0,I.jsx)(`div`,{className:`grid gap-3 sm:grid-cols-3`,children:a.slice(0,3).map(e=>(0,I.jsxs)(`div`,{className:`rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-3.5`,children:[(0,I.jsx)(`p`,{className:`text-sm font-semibold text-[color:var(--aui-page-foreground)]`,children:e}),(0,I.jsx)(`p`,{className:`mt-1.5 text-xs leading-5 text-[color:var(--aui-page-muted)]`,children:`Lives in your local component source.`})]},e))}),(0,I.jsx)(`div`,{className:`rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-code-bg)] px-4 py-3`,children:(0,I.jsxs)(`code`,{className:`text-sm text-[color:var(--aui-code-fg)]`,children:[`npx tembro add `,e.slug]})}),(0,I.jsx)(`div`,{className:`rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-4 sm:p-5`,children:B(e,t,n,r,i)})]})}function B(L,R,z,B,V){return L.slug===`avatar`?(0,I.jsxs)(`div`,{className:`flex flex-wrap items-center gap-4`,children:[(0,I.jsx)(S.Avatar,{name:`Azamat UI`}),(0,I.jsx)(S.Avatar,{fallback:`AJ`,shape:`rounded`}),(0,I.jsx)(S.AvatarGroup,{items:[{key:`1`,name:`Azamat`},{key:`2`,name:`Nodir`},{key:`3`,name:`Dilshod`},{key:`4`,name:`Madina`}]})]}):L.slug===`calendar-scheduler`?(0,I.jsx)(N.CalendarScheduler,{events:[{id:`1`,title:`Design review`,date:`Mon`,time:`10:00`,tone:`default`},{id:`2`,title:`Release QA`,date:`Tue`,time:`14:00`,tone:`warning`},{id:`3`,title:`Go live`,date:`Fri`,time:`09:30`,tone:`success`}]}):L.slug===`carousel`?(0,I.jsxs)(A.Carousel,{index:0,children:[(0,I.jsx)(A.CarouselItem,{children:(0,I.jsx)(i.Card,{children:(0,I.jsxs)(i.CardContent,{className:`p-5`,children:[(0,I.jsx)(`p`,{className:`text-lg font-semibold`,children:`Release dashboard`}),(0,I.jsx)(`p`,{className:`mt-2 text-sm text-muted-foreground`,children:`Compact KPI slide for weekly review.`})]})})}),(0,I.jsx)(A.CarouselItem,{children:(0,I.jsx)(i.Card,{children:(0,I.jsxs)(i.CardContent,{className:`p-5`,children:[(0,I.jsx)(`p`,{className:`text-lg font-semibold`,children:`Customer health`}),(0,I.jsx)(`p`,{className:`mt-2 text-sm text-muted-foreground`,children:`Second slide with account risk summary.`})]})})})]}):L.slug===`code-block`?(0,I.jsx)(w.CodeBlock,{title:`Install`,language:`bash`,code:`npx tembro init --template next
2
+ npx tembro add button`}):L.slug===`copy-button`?(0,I.jsx)(n.CopyButton,{value:`npx tembro add button`,children:`Copy command`}):L.slug===`data-state`?(0,I.jsx)(T.DataState,{status:`empty`,title:`No matching rows`,description:`Try another filter or import the first record.`,actions:(0,I.jsx)(e.Button,{size:`sm`,children:`Import CSV`})}):L.slug===`divider`?(0,I.jsxs)(`div`,{className:`grid gap-3`,children:[(0,I.jsx)(`div`,{className:`text-sm font-medium`,children:`Section above`}),(0,I.jsx)(s.Divider,{label:`Summary`}),(0,I.jsx)(`div`,{className:`text-sm text-muted-foreground`,children:`Section below`})]}):L.slug===`dual-list-picker`?(0,I.jsx)(P.DualListPicker,{picked:[`billing`,`support`],items:[{value:`billing`,label:`Billing`},{value:`support`,label:`Support`},{value:`analytics`,label:`Analytics`},{value:`security`,label:`Security`}]}):L.slug===`segmented-control`?(0,I.jsx)(c.SegmentedControl,{options:[{value:`overview`,label:`Overview`},{value:`activity`,label:`Activity`},{value:`settings`,label:`Settings`}],defaultValue:`overview`}):L.slug===`spinner`?(0,I.jsxs)(`div`,{className:`flex items-center gap-5`,children:[(0,I.jsx)(l.Spinner,{size:`xs`}),(0,I.jsx)(l.Spinner,{size:`sm`}),(0,I.jsx)(l.Spinner,{size:`md`}),(0,I.jsx)(l.Spinner,{size:`lg`})]}):L.slug===`skeleton`?(0,I.jsxs)(`div`,{className:`grid gap-3`,children:[(0,I.jsx)(o.Skeleton,{className:`h-10 w-full`}),(0,I.jsx)(o.SkeletonText,{rows:3}),(0,I.jsx)(o.SkeletonCard,{avatar:!0})]}):L.slug===`slider`?(0,I.jsx)(g.Slider,{label:`Spacing scale`,description:`Adjust dashboard density.`,defaultValue:64,showValue:!0}):L.slug===`statistic`?(0,I.jsxs)(D.StatisticGrid,{columns:3,children:[(0,I.jsx)(D.StatisticCard,{label:`ARR`,value:`$84.2k`,change:`+12.4%`,trend:`up`,description:`vs previous month`}),(0,I.jsx)(D.Statistic,{label:`MRR`,value:`$7.0k`,change:`+3.1%`,trend:`up`,description:`Live subscriptions`}),(0,I.jsx)(D.Statistic,{label:`Churn`,value:`1.9%`,change:`-0.4%`,trend:`down`,description:`Healthy range`})]}):L.slug===`tag`?(0,I.jsxs)(j.TagGroup,{children:[(0,I.jsx)(j.Tag,{children:`Default`}),(0,I.jsx)(j.Tag,{tone:`success`,children:`Live`}),(0,I.jsx)(j.Tag,{tone:`warning`,children:`Review`}),(0,I.jsx)(j.Tag,{tone:`danger`,children:`Blocked`})]}):L.slug===`time-picker`?(0,I.jsxs)(`div`,{className:`grid gap-3`,children:[(0,I.jsx)(y.TimePicker,{label:`Start time`,defaultValue:`09:30`}),(0,I.jsx)(y.TimeRangePicker,{from:`09:30`,to:`17:30`})]}):L.slug===`tree-view`?(0,I.jsx)(k.TreeView,{defaultExpandedKeys:[`components`,`inputs`],selectedKey:`button`,items:[{key:`components`,label:`Components`,children:[{key:`inputs`,label:`Inputs`,children:[{key:`button`,label:`Button`},{key:`input`,label:`Input`}]}]}]}):L.slug===`typography`?(0,I.jsxs)(`div`,{className:`grid gap-3`,children:[(0,I.jsx)(M.Heading,{level:2,children:`Dashboard typography`}),(0,I.jsx)(M.Text,{children:`Readable defaults for product copy and operational labels.`}),(0,I.jsx)(`blockquote`,{className:`border-l-4 pl-4 italic text-muted-foreground`,children:`Ship simple text hierarchy before adding decorative layout layers.`}),(0,I.jsxs)(M.Text,{muted:!0,size:`sm`,children:[`Use `,(0,I.jsx)(M.Mark,{children:`Mark`}),` only for emphasis that matters.`]})]}):L.slug===`range-slider`?(0,I.jsx)(g.RangeSlider,{label:`Revenue band`,description:`Filter a metric window.`,defaultValue:[20,80],showValue:!0}):L.slug===`rating`?(0,I.jsx)(h.Rating,{defaultValue:4,labels:{clear:`Reset`}}):L.slug===`otp-input`?(0,I.jsx)(m.OtpInput,{value:z.textValue.replace(/\D/g,``).slice(0,6),onValueChange:e=>B({textValue:e})}):L.slug===`color-input`?(0,I.jsx)(r.Input,{type:`color`,defaultValue:`#22c55e`,"aria-label":`Accent color`}):L.slug===`tag-input`?(0,I.jsx)(_.TagInput,{defaultValue:[`dashboard`,`beta`,`ops`],placeholder:`Add label`}):L.slug===`button-group`?(0,I.jsx)(t.ButtonGroup,{items:[{key:`day`,label:`Day`},{key:`week`,label:`Week`},{key:`month`,label:`Month`}]}):L.slug===`quick-action-grid`?(0,I.jsx)(u.QuickActionGrid,{columns:3,items:[{key:`new`,label:`New invoice`,description:`Create a fresh billing row.`,badge:`N`},{key:`import`,label:`Import CSV`,description:`Bring finance data into the table.`,badge:`I`},{key:`share`,label:`Share workspace`,description:`Invite team members to the route.`,badge:`S`}]}):L.slug===`data-table-saved-filters`?(0,I.jsxs)(`div`,{className:`grid gap-3`,children:[(0,I.jsx)(f.FilterBar,{chips:[{key:`status`,label:`Status`,value:`Active`,tone:`success`},{key:`owner`,label:`Owner`,value:`Azamat`,tone:`default`},{key:`region`,label:`Region`,value:`APAC`,tone:`info`}],onRemoveChip:()=>void 0,onReset:()=>void 0}),(0,I.jsx)(t.ButtonGroup,{attached:!1,items:[{key:`default`,label:`Default`,variant:`secondary`},{key:`billing`,label:`Billing`},{key:`ops`,label:`Operations`}]})]}):L.slug===`alert`?(0,I.jsx)(b.Alert,{tone:`warning`,title:`Review needed`,description:`Billing rules changed and one approval is pending.`,action:(0,I.jsx)(e.Button,{size:`sm`,children:`Open`})}):L.slug===`page-state`?(0,I.jsx)(x.PageState,{title:`Workspace connected`,description:`The route is ready to accept live data and team actions.`,tone:`success`,action:(0,I.jsx)(e.Button,{size:`sm`,children:`Continue`})}):L.slug===`list`?(0,I.jsx)(E.List,{items:[{key:`1`,title:`Enterprise plan`,description:`Priority support and SSO`,extra:`$499`},{key:`2`,title:`Growth plan`,description:`Most used by product teams`,extra:`$199`},{key:`3`,title:`Starter plan`,description:`Lightweight team setup`,extra:`$49`}]}):L.slug===`status-legend`?(0,I.jsx)(O.StatusLegend,{title:`Delivery states`,items:[{key:`live`,label:`Live`,description:`Healthy production routes`,tone:`success`,count:18},{key:`review`,label:`Review`,description:`Awaiting QA approval`,tone:`warning`,count:4},{key:`blocked`,label:`Blocked`,description:`Needs engineering action`,tone:`danger`,count:1}]}):L.slug===`notification-center`?(0,I.jsx)(E.List,{items:[{key:`1`,title:`Build completed`,description:`Dashboard docs deployment is live.`,extra:`Now`},{key:`2`,title:`New comment`,description:`Review requested on DataTable API.`,extra:`8m`},{key:`3`,title:`Publish reminder`,description:`Package version is ready for release.`,extra:`1h`}]}):L.slug===`inline-editable`?(0,I.jsxs)(`div`,{className:`flex flex-col gap-3 sm:flex-row`,children:[(0,I.jsx)(r.Input,{value:z.textValue,onChange:e=>B({textValue:e.currentTarget.value})}),(0,I.jsx)(e.Button,{size:`sm`,children:`Save label`})]}):L.slug===`json-input`?(0,I.jsx)(v.JsonInput,{value:`{
3
3
  "workspace": "azamat-ui",
4
4
  "theme": "dashboard"
5
- }`,onValueChange:()=>void 0,rows:7}):G.slug===`kanban`?(0,W.jsx)(k.KanbanBoard,{columns:[{key:`todo`,title:`Todo`,cards:[{key:`1`,title:`Polish Button demo`,description:`Improve interactive preview states.`}]},{key:`progress`,title:`In progress`,cards:[{key:`2`,title:`Refresh Input docs`,description:`Clean API notes and examples.`}]},{key:`done`,title:`Done`,cards:[{key:`3`,title:`Publish 1.0.0`,description:`Release package and sync docs.`}]}]}):G.slug===`overlay`?(0,W.jsxs)(`div`,{className:`grid gap-3 sm:grid-cols-3`,children:[(0,W.jsx)(a.Card,{children:(0,W.jsxs)(a.CardContent,{className:`p-4`,children:[(0,W.jsx)(`p`,{className:`font-medium`,children:`Dialog`}),(0,W.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:`Focused confirmation and forms.`})]})}),(0,W.jsx)(a.Card,{children:(0,W.jsxs)(a.CardContent,{className:`p-4`,children:[(0,W.jsx)(`p`,{className:`font-medium`,children:`Popover`}),(0,W.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:`Compact contextual actions.`})]})}),(0,W.jsx)(a.Card,{children:(0,W.jsxs)(a.CardContent,{className:`p-4`,children:[(0,W.jsx)(`p`,{className:`font-medium`,children:`Sheet`}),(0,W.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:`Side panel workflows.`})]})})]}):G.slug===`property-grid`?(0,W.jsx)(N.PropertyGrid,{columns:3,items:[{key:`framework`,label:`Framework`,value:`Next.js`,description:`App Router setup`},{key:`theme`,label:`Theme`,value:`Light / Dark`,description:`CSS tokens ready`},{key:`mode`,label:`Mode`,value:`Source-copy`,description:`Editable local files`}]}):G.slug===`quantity-stepper`?(0,W.jsx)(i.Input,{kind:`quantity`,value:3,min:1,max:10,showControls:!0,"aria-label":`Quantity`}):G.slug===`resizable-panel`?(0,W.jsxs)(U.ResizablePanelGroup,{children:[(0,W.jsxs)(U.ResizablePanel,{defaultSize:`45%`,children:[(0,W.jsx)(`p`,{className:`text-sm font-medium`,children:`Preview panel`}),(0,W.jsx)(`p`,{className:`mt-2 text-sm text-muted-foreground`,children:`Resize this surface in product screens with long content.`})]}),(0,W.jsx)(U.ResizableHandle,{}),(0,W.jsxs)(U.ResizablePanel,{defaultSize:`55%`,children:[(0,W.jsx)(`p`,{className:`text-sm font-medium`,children:`Inspector panel`}),(0,W.jsx)(`p`,{className:`mt-2 text-sm text-muted-foreground`,children:`Use for side-by-side data and editing tools.`})]})]}):G.slug===`saved-filter-select`?(0,W.jsx)(v.SavedFilterSelect,{value:`billing`,filters:[{value:`billing`,label:`Billing`,description:`Invoices and payment status`},{value:`ops`,label:`Operations`,description:`Queues and workload`},{value:`owners`,label:`Owner: Azamat`,description:`Assigned records only`}],onValueChange:()=>void 0,onSave:()=>void 0,onDelete:()=>void 0}):G.slug===`section`?(0,W.jsx)(p.Section,{title:`Revenue summary`,description:`Section wrapper for grouped content and actions.`,actions:(0,W.jsx)(e.Button,{size:`sm`,children:`Export`}),bordered:!0,children:(0,W.jsx)(`div`,{className:`text-sm text-muted-foreground`,children:`Place chart, filters, table or any route content inside.`})}):G.category===`Forms`?(0,W.jsxs)(`div`,{className:`grid gap-3`,children:[(0,W.jsx)(i.Input,{value:q.textValue,onChange:e=>J({textValue:e.currentTarget.value}),placeholder:`${G.title} preview`}),(0,W.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:`Generic field preview for this form surface.`})]}):G.category===`Overlay`?(0,W.jsxs)(`div`,{className:`grid gap-4 rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5`,children:[(0,W.jsxs)(`div`,{className:`flex items-center justify-between gap-4`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`p`,{className:`text-sm font-semibold text-[color:var(--aui-page-foreground)]`,children:G.title}),(0,W.jsx)(`p`,{className:`mt-2 max-w-xl text-sm leading-6 text-[color:var(--aui-page-muted)]`,children:`Overlay surfaces should stay compact, focused, and secondary to the route behind them.`})]}),(0,W.jsx)(o.Badge,{variant:`outline`,children:`Overlay`})]}),(0,W.jsx)(`div`,{className:`rounded-2xl border border-dashed border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-4`,children:(0,W.jsxs)(`div`,{className:`flex flex-wrap items-center justify-end gap-2`,children:[(0,W.jsx)(e.Button,{variant:`ghost`,children:`Cancel`}),(0,W.jsx)(e.Button,{variant:`outline`,children:`Save draft`}),(0,W.jsx)(e.Button,{children:`Confirm`})]})})]}):G.category===`Data Display`?(0,W.jsxs)(`div`,{className:`grid gap-4 rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5`,children:[(0,W.jsxs)(`div`,{className:`flex items-center justify-between gap-4`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`p`,{className:`text-lg font-semibold`,children:G.title}),(0,W.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:`Display surfaces should prioritize readable values, compact metadata, and clear scanning order.`})]}),(0,W.jsx)(o.Badge,{variant:`outline`,children:Y})]}),(0,W.jsx)(`div`,{className:`grid gap-3 md:grid-cols-3`,children:[{label:`Primary value`,value:`84.2k`,note:`Strong first read`},{label:`Supporting meta`,value:`12 teams`,note:`Context stays secondary`},{label:`Status`,value:`Live`,note:`One concise badge or tone`}].map(e=>(0,W.jsxs)(`div`,{className:`rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] px-4 py-3`,children:[(0,W.jsx)(`p`,{className:`text-xs uppercase tracking-[0.18em] text-muted-foreground`,children:e.label}),(0,W.jsx)(`p`,{className:`mt-2 text-lg font-semibold text-[color:var(--aui-page-foreground)]`,children:e.value}),(0,W.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:e.note})]},e.label))})]}):(0,W.jsx)(`div`,{className:`rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5`,children:(0,W.jsxs)(`div`,{className:`flex items-center justify-between gap-4`,children:[(0,W.jsxs)(`div`,{children:[(0,W.jsx)(`p`,{className:`text-lg font-semibold`,children:G.title}),(0,W.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:`Neutral starter preview for this surface. Copy it into your app, then shape the final state with your real data and props.`})]}),(0,W.jsx)(o.Badge,{variant:`outline`,children:G.category})]})})}exports.createGenericShowcaseDemo=G;
5
+ }`,onValueChange:()=>void 0,rows:7}):L.slug===`kanban`?(0,I.jsx)(C.KanbanBoard,{columns:[{key:`todo`,title:`Todo`,cards:[{key:`1`,title:`Polish Button demo`,description:`Improve interactive preview states.`}]},{key:`progress`,title:`In progress`,cards:[{key:`2`,title:`Refresh Input docs`,description:`Clean API notes and examples.`}]},{key:`done`,title:`Done`,cards:[{key:`3`,title:`Publish 1.0.0`,description:`Release package and sync docs.`}]}]}):L.slug===`overlay`?(0,I.jsxs)(`div`,{className:`grid gap-3 sm:grid-cols-3`,children:[(0,I.jsx)(i.Card,{children:(0,I.jsxs)(i.CardContent,{className:`p-4`,children:[(0,I.jsx)(`p`,{className:`font-medium`,children:`Dialog`}),(0,I.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:`Focused confirmation and forms.`})]})}),(0,I.jsx)(i.Card,{children:(0,I.jsxs)(i.CardContent,{className:`p-4`,children:[(0,I.jsx)(`p`,{className:`font-medium`,children:`Popover`}),(0,I.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:`Compact contextual actions.`})]})}),(0,I.jsx)(i.Card,{children:(0,I.jsxs)(i.CardContent,{className:`p-4`,children:[(0,I.jsx)(`p`,{className:`font-medium`,children:`Sheet`}),(0,I.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:`Side panel workflows.`})]})})]}):L.slug===`resizable-panel`?(0,I.jsxs)(F.ResizablePanelGroup,{children:[(0,I.jsxs)(F.ResizablePanel,{defaultSize:`45%`,children:[(0,I.jsx)(`p`,{className:`text-sm font-medium`,children:`Preview panel`}),(0,I.jsx)(`p`,{className:`mt-2 text-sm text-muted-foreground`,children:`Resize this surface in product screens with long content.`})]}),(0,I.jsx)(F.ResizableHandle,{}),(0,I.jsxs)(F.ResizablePanel,{defaultSize:`55%`,children:[(0,I.jsx)(`p`,{className:`text-sm font-medium`,children:`Inspector panel`}),(0,I.jsx)(`p`,{className:`mt-2 text-sm text-muted-foreground`,children:`Use for side-by-side data and editing tools.`})]})]}):L.slug===`saved-filter-select`?(0,I.jsx)(p.SavedFilterSelect,{value:`billing`,filters:[{value:`billing`,label:`Billing`,description:`Invoices and payment status`},{value:`ops`,label:`Operations`,description:`Queues and workload`},{value:`owners`,label:`Owner: Azamat`,description:`Assigned records only`}],onValueChange:()=>void 0,onSave:()=>void 0,onDelete:()=>void 0}):L.slug===`section`?(0,I.jsx)(d.Section,{title:`Revenue summary`,description:`Section wrapper for grouped content and actions.`,actions:(0,I.jsx)(e.Button,{size:`sm`,children:`Export`}),bordered:!0,children:(0,I.jsx)(`div`,{className:`text-sm text-muted-foreground`,children:`Place chart, filters, table or any route content inside.`})}):L.category===`Forms`?(0,I.jsxs)(`div`,{className:`grid gap-3`,children:[(0,I.jsx)(r.Input,{value:z.textValue,onChange:e=>B({textValue:e.currentTarget.value}),placeholder:`${L.title} preview`}),(0,I.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:`Generic field preview for this form surface.`})]}):L.category===`Overlay`?(0,I.jsxs)(`div`,{className:`grid gap-4 rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5`,children:[(0,I.jsxs)(`div`,{className:`flex items-center justify-between gap-4`,children:[(0,I.jsxs)(`div`,{children:[(0,I.jsx)(`p`,{className:`text-sm font-semibold text-[color:var(--aui-page-foreground)]`,children:L.title}),(0,I.jsx)(`p`,{className:`mt-2 max-w-xl text-sm leading-6 text-[color:var(--aui-page-muted)]`,children:`Overlay surfaces should stay compact, focused, and secondary to the route behind them.`})]}),(0,I.jsx)(a.Badge,{variant:`outline`,children:`Overlay`})]}),(0,I.jsx)(`div`,{className:`rounded-2xl border border-dashed border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-4`,children:(0,I.jsxs)(`div`,{className:`flex flex-wrap items-center justify-end gap-2`,children:[(0,I.jsx)(e.Button,{variant:`ghost`,children:`Cancel`}),(0,I.jsx)(e.Button,{variant:`outline`,children:`Save draft`}),(0,I.jsx)(e.Button,{children:`Confirm`})]})})]}):L.category===`Data Display`?(0,I.jsxs)(`div`,{className:`grid gap-4 rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5`,children:[(0,I.jsxs)(`div`,{className:`flex items-center justify-between gap-4`,children:[(0,I.jsxs)(`div`,{children:[(0,I.jsx)(`p`,{className:`text-lg font-semibold`,children:L.title}),(0,I.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:`Display surfaces should prioritize readable values, compact metadata, and clear scanning order.`})]}),(0,I.jsx)(a.Badge,{variant:`outline`,children:V})]}),(0,I.jsx)(`div`,{className:`grid gap-3 md:grid-cols-3`,children:[{label:`Primary value`,value:`84.2k`,note:`Strong first read`},{label:`Supporting meta`,value:`12 teams`,note:`Context stays secondary`},{label:`Status`,value:`Live`,note:`One concise badge or tone`}].map(e=>(0,I.jsxs)(`div`,{className:`rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] px-4 py-3`,children:[(0,I.jsx)(`p`,{className:`text-xs uppercase tracking-[0.18em] text-muted-foreground`,children:e.label}),(0,I.jsx)(`p`,{className:`mt-2 text-lg font-semibold text-[color:var(--aui-page-foreground)]`,children:e.value}),(0,I.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:e.note})]},e.label))})]}):(0,I.jsx)(`div`,{className:`rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5`,children:(0,I.jsxs)(`div`,{className:`flex items-center justify-between gap-4`,children:[(0,I.jsxs)(`div`,{children:[(0,I.jsx)(`p`,{className:`text-lg font-semibold`,children:L.title}),(0,I.jsx)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:`Neutral starter preview for this surface. Copy it into your app, then shape the final state with your real data and props.`})]}),(0,I.jsx)(a.Badge,{variant:`outline`,children:L.category})]})})}exports.createGenericShowcaseDemo=L;