tembro 2.0.4 → 2.0.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 (372) hide show
  1. package/dist/components/actions/action-menu.cjs +1 -1
  2. package/dist/components/actions/action-menu.d.ts +13 -1
  3. package/dist/components/actions/action-menu.js +87 -61
  4. package/dist/components/actions/button-group.cjs +1 -1
  5. package/dist/components/actions/button-group.d.ts +9 -1
  6. package/dist/components/actions/button-group.js +58 -14
  7. package/dist/components/actions/copy-button.cjs +1 -1
  8. package/dist/components/actions/copy-button.d.ts +2 -1
  9. package/dist/components/actions/copy-button.js +13 -11
  10. package/dist/components/calendar/calendar.cjs +1 -1
  11. package/dist/components/calendar/calendar.d.ts +14 -1
  12. package/dist/components/calendar/calendar.js +207 -128
  13. package/dist/components/calendar/date-picker.cjs +1 -1
  14. package/dist/components/calendar/date-picker.d.ts +3 -1
  15. package/dist/components/calendar/date-picker.js +57 -27
  16. package/dist/components/calendar/date-range-picker.cjs +1 -1
  17. package/dist/components/calendar/date-range-picker.d.ts +10 -1
  18. package/dist/components/calendar/date-range-picker.js +149 -64
  19. package/dist/components/data-table/data-table-toolbar.cjs +1 -1
  20. package/dist/components/data-table/data-table-toolbar.d.ts +5 -1
  21. package/dist/components/data-table/data-table-toolbar.js +36 -23
  22. package/dist/components/data-table/data-table.cjs +1 -1
  23. package/dist/components/data-table/data-table.d.ts +6 -4
  24. package/dist/components/data-table/data-table.js +87 -79
  25. package/dist/components/data-table/demo.cjs +1 -1
  26. package/dist/components/data-table/demo.js +3 -13
  27. package/dist/components/data-table/index.cjs +1 -1
  28. package/dist/components/data-table/index.js +5 -5
  29. package/dist/components/data-table/public.cjs +1 -1
  30. package/dist/components/data-table/public.d.ts +1 -6
  31. package/dist/components/data-table/public.js +7 -12
  32. package/dist/components/display/activity-feed.cjs +1 -1
  33. package/dist/components/display/activity-feed.d.ts +12 -1
  34. package/dist/components/display/activity-feed.js +69 -47
  35. package/dist/components/display/carousel.cjs +1 -1
  36. package/dist/components/display/carousel.d.ts +10 -1
  37. package/dist/components/display/carousel.js +68 -23
  38. package/dist/components/display/code-block.cjs +2 -1
  39. package/dist/components/display/code-block.d.ts +3 -1
  40. package/dist/components/display/code-block.js +33 -19
  41. package/dist/components/display/comparison-card.cjs +1 -1
  42. package/dist/components/display/comparison-card.d.ts +3 -3
  43. package/dist/components/display/comparison-card.js +14 -38
  44. package/dist/components/display/data-state.cjs +1 -1
  45. package/dist/components/display/data-state.d.ts +12 -2
  46. package/dist/components/display/data-state.js +80 -42
  47. package/dist/components/display/demo.cjs +1 -1
  48. package/dist/components/display/demo.js +1 -5
  49. package/dist/components/display/index.cjs +1 -1
  50. package/dist/components/display/index.d.ts +0 -3
  51. package/dist/components/display/index.js +21 -24
  52. package/dist/components/feedback/alert.cjs +1 -1
  53. package/dist/components/feedback/alert.d.ts +6 -1
  54. package/dist/components/feedback/alert.js +49 -19
  55. package/dist/components/feedback/index.cjs +1 -1
  56. package/dist/components/feedback/index.d.ts +0 -2
  57. package/dist/components/feedback/index.js +3 -5
  58. package/dist/components/filters/demo.cjs +1 -1
  59. package/dist/components/filters/demo.js +1 -5
  60. package/dist/components/filters/filter-bar.cjs +1 -1
  61. package/dist/components/filters/filter-bar.d.ts +15 -1
  62. package/dist/components/filters/filter-bar.js +94 -50
  63. package/dist/components/filters/index.cjs +1 -1
  64. package/dist/components/filters/index.d.ts +0 -1
  65. package/dist/components/filters/index.js +3 -4
  66. package/dist/components/form/form-field-shell.cjs +1 -1
  67. package/dist/components/form/form-field-shell.d.ts +17 -3
  68. package/dist/components/form/form-field-shell.js +54 -40
  69. package/dist/components/form/form-input.cjs +1 -1
  70. package/dist/components/form/form-input.js +278 -217
  71. package/dist/components/form/form-select.cjs +1 -1
  72. package/dist/components/form/form-select.js +47 -33
  73. package/dist/components/form/form-switch.cjs +1 -1
  74. package/dist/components/form/form-switch.js +79 -66
  75. package/dist/components/form/form-textarea.cjs +1 -1
  76. package/dist/components/form/form-textarea.js +59 -48
  77. package/dist/components/form/index.cjs +1 -1
  78. package/dist/components/form/index.js +14 -14
  79. package/dist/components/form/public.cjs +1 -1
  80. package/dist/components/form/public.d.ts +0 -8
  81. package/dist/components/form/public.js +7 -15
  82. package/dist/components/inputs/async-select.cjs +1 -1
  83. package/dist/components/inputs/async-select.d.ts +11 -2
  84. package/dist/components/inputs/async-select.js +278 -270
  85. package/dist/components/inputs/combobox.cjs +1 -1
  86. package/dist/components/inputs/combobox.d.ts +5 -1
  87. package/dist/components/inputs/combobox.js +52 -19
  88. package/dist/components/inputs/simple-select.cjs +1 -1
  89. package/dist/components/inputs/simple-select.d.ts +2 -1
  90. package/dist/components/inputs/simple-select.js +32 -16
  91. package/dist/components/layout/app-sidebar.cjs +1 -1
  92. package/dist/components/layout/app-sidebar.d.ts +4 -1
  93. package/dist/components/layout/app-sidebar.js +152 -132
  94. package/dist/components/layout/breadcrumbs.cjs +1 -1
  95. package/dist/components/layout/breadcrumbs.d.ts +2 -1
  96. package/dist/components/layout/breadcrumbs.js +10 -10
  97. package/dist/components/layout/index.cjs +1 -1
  98. package/dist/components/layout/index.js +3 -3
  99. package/dist/components/layout/stat-card.cjs +1 -1
  100. package/dist/components/layout/stat-card.d.ts +8 -1
  101. package/dist/components/layout/stat-card.js +33 -11
  102. package/dist/components/modern/calendar-scheduler.cjs +1 -1
  103. package/dist/components/modern/calendar-scheduler.d.ts +2 -1
  104. package/dist/components/modern/calendar-scheduler.js +21 -12
  105. package/dist/components/overlay/alert-dialog.cjs +1 -1
  106. package/dist/components/overlay/alert-dialog.d.ts +15 -1
  107. package/dist/components/overlay/alert-dialog.js +102 -27
  108. package/dist/components/overlay/drawer.cjs +1 -1
  109. package/dist/components/overlay/drawer.d.ts +4 -1
  110. package/dist/components/overlay/drawer.js +20 -17
  111. package/dist/components/patterns/index.cjs +1 -1
  112. package/dist/components/patterns/index.d.ts +0 -1
  113. package/dist/components/patterns/index.js +1 -2
  114. package/dist/components/patterns/public.cjs +1 -1
  115. package/dist/components/patterns/public.d.ts +0 -1
  116. package/dist/components/patterns/public.js +1 -2
  117. package/dist/components/ui/button/index.cjs +1 -1
  118. package/dist/components/ui/button/index.d.ts +3 -1
  119. package/dist/components/ui/button/index.js +7 -5
  120. package/dist/components/ui/checkbox/index.cjs +1 -1
  121. package/dist/components/ui/checkbox/index.d.ts +8 -0
  122. package/dist/components/ui/checkbox/index.js +16 -14
  123. package/dist/components/ui/collapse/index.cjs +1 -1
  124. package/dist/components/ui/collapse/index.d.ts +17 -3
  125. package/dist/components/ui/collapse/index.js +88 -33
  126. package/dist/components/ui/dialog/index.cjs +1 -1
  127. package/dist/components/ui/dialog/index.d.ts +2 -1
  128. package/dist/components/ui/dialog/index.js +6 -4
  129. package/dist/components/ui/dropdown-menu/index.cjs +1 -1
  130. package/dist/components/ui/dropdown-menu/index.d.ts +9 -4
  131. package/dist/components/ui/dropdown-menu/index.js +87 -62
  132. package/dist/index.cjs +1 -1
  133. package/dist/index.js +137 -156
  134. package/dist/public-component-surface.cjs +1 -1
  135. package/dist/public-component-surface.js +0 -15
  136. package/dist/showcase/component-api-schema.cjs +1 -1
  137. package/dist/showcase/component-api-schema.js +2 -2
  138. package/dist/showcase/create-demo.cjs +20 -34
  139. package/dist/showcase/create-demo.js +15 -16
  140. package/dist/showcase/fallback.cjs +3 -3
  141. package/dist/showcase/fallback.js +275 -265
  142. package/dist/showcase/premium/accordion/showcase.cjs +1 -1
  143. package/dist/showcase/premium/accordion/showcase.js +36 -5
  144. package/dist/showcase/premium/action-menu/showcase.cjs +1 -1
  145. package/dist/showcase/premium/action-menu/showcase.js +26 -8
  146. package/dist/showcase/premium/activity-feed/showcase.cjs +1 -1
  147. package/dist/showcase/premium/activity-feed/showcase.js +60 -36
  148. package/dist/showcase/premium/alert/showcase.cjs +1 -1
  149. package/dist/showcase/premium/alert/showcase.js +41 -18
  150. package/dist/showcase/premium/alert-dialog/showcase.cjs +1 -1
  151. package/dist/showcase/premium/alert-dialog/showcase.js +35 -7
  152. package/dist/showcase/premium/async-multi-select/mock.cjs +4 -3
  153. package/dist/showcase/premium/async-multi-select/mock.js +5 -5
  154. package/dist/showcase/premium/async-multi-select/showcase.cjs +1 -1
  155. package/dist/showcase/premium/async-multi-select/showcase.js +4 -3
  156. package/dist/showcase/premium/async-select/mock.cjs +1 -1
  157. package/dist/showcase/premium/async-select/mock.js +1 -1
  158. package/dist/showcase/premium/async-select/showcase.cjs +1 -1
  159. package/dist/showcase/premium/async-select/showcase.js +69 -22
  160. package/dist/showcase/premium/button/showcase.cjs +1 -1
  161. package/dist/showcase/premium/button/showcase.js +49 -3
  162. package/dist/showcase/premium/button-group/showcase.cjs +1 -1
  163. package/dist/showcase/premium/button-group/showcase.js +53 -29
  164. package/dist/showcase/premium/calendar/showcase.cjs +1 -1
  165. package/dist/showcase/premium/calendar/showcase.js +7 -2
  166. package/dist/showcase/premium/carousel/showcase.cjs +1 -1
  167. package/dist/showcase/premium/carousel/showcase.js +95 -47
  168. package/dist/showcase/premium/checkbox/showcase.cjs +1 -1
  169. package/dist/showcase/premium/checkbox/showcase.js +143 -67
  170. package/dist/showcase/premium/clearable-input/mock.cjs +4 -3
  171. package/dist/showcase/premium/clearable-input/mock.js +3 -2
  172. package/dist/showcase/premium/clearable-input/showcase.cjs +1 -1
  173. package/dist/showcase/premium/clearable-input/showcase.js +8 -2
  174. package/dist/showcase/premium/collapse/showcase.cjs +1 -1
  175. package/dist/showcase/premium/collapse/showcase.js +7 -0
  176. package/dist/showcase/premium/combobox/showcase.cjs +1 -1
  177. package/dist/showcase/premium/combobox/showcase.d.ts +2 -1
  178. package/dist/showcase/premium/combobox/showcase.js +56 -47
  179. package/dist/showcase/premium/data-table/showcase.cjs +1 -1
  180. package/dist/showcase/premium/data-table/showcase.js +138 -46
  181. package/dist/showcase/premium/data-table-parts/showcase.cjs +1 -1
  182. package/dist/showcase/premium/data-table-parts/showcase.js +13 -13
  183. package/dist/showcase/premium/date-input/mock.cjs +1 -1
  184. package/dist/showcase/premium/date-input/mock.js +1 -1
  185. package/dist/showcase/premium/date-range-picker/showcase.cjs +1 -1
  186. package/dist/showcase/premium/date-range-picker/showcase.js +32 -1
  187. package/dist/showcase/premium/dropdown-menu/showcase.cjs +1 -1
  188. package/dist/showcase/premium/dropdown-menu/showcase.js +88 -54
  189. package/dist/showcase/premium/form-wrapper/mock.cjs +41 -15
  190. package/dist/showcase/premium/form-wrapper/mock.js +4 -4
  191. package/dist/showcase/premium/form-wrapper/showcase.cjs +1 -1
  192. package/dist/showcase/premium/form-wrapper/showcase.js +77 -28
  193. package/dist/showcase/premium/index.cjs +1 -1
  194. package/dist/showcase/premium/index.js +426 -467
  195. package/dist/showcase/premium/input/mock.cjs +4 -1
  196. package/dist/showcase/premium/input/mock.js +1 -1
  197. package/dist/showcase/premium/masked-input/mock.cjs +1 -1
  198. package/dist/showcase/premium/masked-input/mock.js +1 -1
  199. package/dist/showcase/premium/money-input/mock.cjs +1 -1
  200. package/dist/showcase/premium/money-input/mock.js +1 -1
  201. package/dist/showcase/premium/number-input/mock.cjs +1 -1
  202. package/dist/showcase/premium/number-input/mock.js +1 -1
  203. package/dist/showcase/premium/phone-input/mock.cjs +1 -1
  204. package/dist/showcase/premium/phone-input/mock.js +1 -1
  205. package/dist/showcase/premium/quantity-input/mock.cjs +1 -1
  206. package/dist/showcase/premium/quantity-input/mock.js +1 -1
  207. package/dist/showcase/premium/simple-select/mock.cjs +1 -1
  208. package/dist/showcase/premium/simple-select/mock.js +1 -1
  209. package/dist/showcase/premium/simple-select/showcase.cjs +1 -1
  210. package/dist/showcase/premium/simple-select/showcase.js +4 -2
  211. package/dist/showcase/preview-catalog.cjs +7 -10
  212. package/dist/showcase/preview-catalog.js +7 -7
  213. package/dist/showcase/registry-quality.cjs +1 -1
  214. package/dist/showcase/registry-quality.js +0 -23
  215. package/dist/showcase/registry-specific.cjs +1 -1
  216. package/dist/showcase/registry-specific.js +149 -383
  217. package/dist/showcase/render-registry-preview.cjs +1 -1
  218. package/dist/showcase/render-registry-preview.js +163 -195
  219. package/dist/showcase/site-data.cjs +1 -1
  220. package/dist/showcase/site-data.js +197 -941
  221. package/dist/showcase/supplemental.cjs +1 -1
  222. package/dist/showcase/supplemental.js +1 -1
  223. package/dist/showcase/tembro-registry.json.cjs +1 -1
  224. package/dist/showcase/tembro-registry.json.js +33 -51
  225. package/package.json +1 -1
  226. package/packages/cli/dist/index.cjs +2 -2
  227. package/packages/cli/vendor/src/components/actions/action-menu.tsx +149 -83
  228. package/packages/cli/vendor/src/components/actions/button-group.tsx +141 -33
  229. package/packages/cli/vendor/src/components/actions/copy-button.tsx +21 -16
  230. package/packages/cli/vendor/src/components/calendar/calendar.tsx +223 -88
  231. package/packages/cli/vendor/src/components/calendar/date-picker.tsx +73 -29
  232. package/packages/cli/vendor/src/components/calendar/date-range-picker.tsx +154 -49
  233. package/packages/cli/vendor/src/components/data-table/data-table-toolbar.tsx +71 -50
  234. package/packages/cli/vendor/src/components/data-table/data-table.tsx +65 -53
  235. package/packages/cli/vendor/src/components/data-table/demo.tsx +2 -12
  236. package/packages/cli/vendor/src/components/data-table/public.ts +1 -6
  237. package/packages/cli/vendor/src/components/display/activity-feed.tsx +98 -40
  238. package/packages/cli/vendor/src/components/display/carousel.tsx +88 -2
  239. package/packages/cli/vendor/src/components/display/code-block.tsx +58 -26
  240. package/packages/cli/vendor/src/components/display/comparison-card.tsx +15 -41
  241. package/packages/cli/vendor/src/components/display/data-state.tsx +119 -50
  242. package/packages/cli/vendor/src/components/display/demo.tsx +0 -4
  243. package/packages/cli/vendor/src/components/display/index.ts +0 -3
  244. package/packages/cli/vendor/src/components/feedback/alert.tsx +86 -28
  245. package/packages/cli/vendor/src/components/feedback/index.ts +0 -2
  246. package/packages/cli/vendor/src/components/filters/demo.tsx +0 -1
  247. package/packages/cli/vendor/src/components/filters/filter-bar.tsx +126 -54
  248. package/packages/cli/vendor/src/components/filters/index.ts +0 -1
  249. package/packages/cli/vendor/src/components/form/form-field-shell.tsx +72 -34
  250. package/packages/cli/vendor/src/components/form/form-input.tsx +118 -11
  251. package/packages/cli/vendor/src/components/form/form-select.tsx +26 -3
  252. package/packages/cli/vendor/src/components/form/form-switch.tsx +77 -58
  253. package/packages/cli/vendor/src/components/form/form-textarea.tsx +65 -51
  254. package/packages/cli/vendor/src/components/form/public.ts +0 -9
  255. package/packages/cli/vendor/src/components/inputs/async-select.tsx +126 -82
  256. package/packages/cli/vendor/src/components/inputs/combobox.tsx +66 -9
  257. package/packages/cli/vendor/src/components/inputs/simple-select.tsx +52 -24
  258. package/packages/cli/vendor/src/components/layout/app-sidebar.tsx +42 -1
  259. package/packages/cli/vendor/src/components/layout/breadcrumbs.tsx +17 -8
  260. package/packages/cli/vendor/src/components/layout/stat-card.tsx +63 -23
  261. package/packages/cli/vendor/src/components/modern/calendar-scheduler.tsx +32 -22
  262. package/packages/cli/vendor/src/components/overlay/alert-dialog.tsx +148 -24
  263. package/packages/cli/vendor/src/components/overlay/drawer.tsx +42 -30
  264. package/packages/cli/vendor/src/components/patterns/index.ts +0 -1
  265. package/packages/cli/vendor/src/components/patterns/public.ts +0 -1
  266. package/packages/cli/vendor/src/components/ui/button/index.tsx +27 -17
  267. package/packages/cli/vendor/src/components/ui/checkbox/index.tsx +22 -5
  268. package/packages/cli/vendor/src/components/ui/collapse/index.tsx +97 -16
  269. package/packages/cli/vendor/src/components/ui/dialog/index.tsx +12 -8
  270. package/packages/cli/vendor/src/components/ui/dropdown-menu/index.tsx +82 -28
  271. package/packages/cli/vendor/src/public-component-surface.ts +0 -3
  272. package/packages/cli/vendor/src/showcase/component-api-schema.ts +2 -2
  273. package/packages/cli/vendor/src/showcase/create-demo.tsx +31 -46
  274. package/packages/cli/vendor/src/showcase/fallback.tsx +80 -99
  275. package/packages/cli/vendor/src/showcase/premium/accordion/showcase.tsx +32 -2
  276. package/packages/cli/vendor/src/showcase/premium/action-menu/showcase.tsx +12 -3
  277. package/packages/cli/vendor/src/showcase/premium/activity-feed/showcase.tsx +15 -2
  278. package/packages/cli/vendor/src/showcase/premium/alert/showcase.tsx +32 -17
  279. package/packages/cli/vendor/src/showcase/premium/alert-dialog/showcase.tsx +28 -3
  280. package/packages/cli/vendor/src/showcase/premium/async-multi-select/mock.ts +6 -5
  281. package/packages/cli/vendor/src/showcase/premium/async-multi-select/showcase.tsx +5 -4
  282. package/packages/cli/vendor/src/showcase/premium/async-select/mock.ts +1 -1
  283. package/packages/cli/vendor/src/showcase/premium/async-select/showcase.tsx +36 -0
  284. package/packages/cli/vendor/src/showcase/premium/button/showcase.tsx +26 -5
  285. package/packages/cli/vendor/src/showcase/premium/button-group/showcase.tsx +20 -3
  286. package/packages/cli/vendor/src/showcase/premium/calendar/showcase.tsx +5 -0
  287. package/packages/cli/vendor/src/showcase/premium/carousel/showcase.tsx +33 -5
  288. package/packages/cli/vendor/src/showcase/premium/checkbox/showcase.tsx +46 -3
  289. package/packages/cli/vendor/src/showcase/premium/clearable-input/mock.ts +5 -3
  290. package/packages/cli/vendor/src/showcase/premium/clearable-input/showcase.tsx +5 -2
  291. package/packages/cli/vendor/src/showcase/premium/collapse/showcase.tsx +4 -0
  292. package/packages/cli/vendor/src/showcase/premium/combobox/showcase.tsx +8 -0
  293. package/packages/cli/vendor/src/showcase/premium/data-table/showcase.tsx +77 -27
  294. package/packages/cli/vendor/src/showcase/premium/data-table-parts/showcase.tsx +11 -11
  295. package/packages/cli/vendor/src/showcase/premium/date-input/mock.ts +1 -1
  296. package/packages/cli/vendor/src/showcase/premium/date-range-picker/showcase.tsx +7 -0
  297. package/packages/cli/vendor/src/showcase/premium/dropdown-menu/showcase.tsx +46 -3
  298. package/packages/cli/vendor/src/showcase/premium/form-wrapper/mock.ts +70 -44
  299. package/packages/cli/vendor/src/showcase/premium/form-wrapper/showcase.tsx +129 -12
  300. package/packages/cli/vendor/src/showcase/premium/index.ts +7 -24
  301. package/packages/cli/vendor/src/showcase/premium/input/mock.ts +2 -2
  302. package/packages/cli/vendor/src/showcase/premium/masked-input/mock.ts +1 -1
  303. package/packages/cli/vendor/src/showcase/premium/money-input/mock.ts +1 -1
  304. package/packages/cli/vendor/src/showcase/premium/number-input/mock.ts +1 -1
  305. package/packages/cli/vendor/src/showcase/premium/phone-input/mock.ts +1 -1
  306. package/packages/cli/vendor/src/showcase/premium/quantity-input/mock.ts +1 -1
  307. package/packages/cli/vendor/src/showcase/premium/simple-select/mock.ts +1 -1
  308. package/packages/cli/vendor/src/showcase/premium/simple-select/showcase.tsx +2 -1
  309. package/packages/cli/vendor/src/showcase/preview-catalog.tsx +7 -7
  310. package/packages/cli/vendor/src/showcase/registry-quality.ts +4 -28
  311. package/packages/cli/vendor/src/showcase/registry-specific.tsx +3 -178
  312. package/packages/cli/vendor/src/showcase/render-registry-preview.tsx +18 -51
  313. package/packages/cli/vendor/src/showcase/site-data.tsx +2443 -2761
  314. package/packages/cli/vendor/src/showcase/supplemental.tsx +2 -42
  315. package/packages/cli/vendor/src/showcase/tembro-registry.json +11 -58
  316. package/registry.json +11 -61
  317. package/dist/components/display/entity-card.cjs +0 -1
  318. package/dist/components/display/entity-card.d.ts +0 -18
  319. package/dist/components/display/entity-card.js +0 -61
  320. package/dist/components/display/entity-header.cjs +0 -1
  321. package/dist/components/display/entity-header.d.ts +0 -13
  322. package/dist/components/display/entity-header.js +0 -52
  323. package/dist/components/display/file-card.cjs +0 -1
  324. package/dist/components/display/file-card.d.ts +0 -14
  325. package/dist/components/display/file-card.js +0 -59
  326. package/dist/components/feedback/empty-search-state.cjs +0 -1
  327. package/dist/components/feedback/empty-search-state.d.ts +0 -11
  328. package/dist/components/feedback/empty-search-state.js +0 -45
  329. package/dist/components/feedback/empty-state.cjs +0 -1
  330. package/dist/components/feedback/empty-state.d.ts +0 -11
  331. package/dist/components/feedback/empty-state.js +0 -38
  332. package/dist/components/filters/filter-chips.cjs +0 -1
  333. package/dist/components/filters/filter-chips.d.ts +0 -18
  334. package/dist/components/filters/filter-chips.js +0 -61
  335. package/dist/components/patterns/form-builder-presets.cjs +0 -1
  336. package/dist/components/patterns/form-builder-presets.d.ts +0 -1
  337. package/dist/components/patterns/form-builder-presets.js +0 -2
  338. package/dist/components/patterns/form-builder.cjs +0 -1
  339. package/dist/components/patterns/form-builder.d.ts +0 -109
  340. package/dist/components/patterns/form-builder.js +0 -263
  341. package/dist/showcase/premium/empty-state/index.cjs +0 -1
  342. package/dist/showcase/premium/empty-state/index.d.ts +0 -2
  343. package/dist/showcase/premium/empty-state/index.js +0 -3
  344. package/dist/showcase/premium/empty-state/mock.cjs +0 -14
  345. package/dist/showcase/premium/empty-state/mock.d.ts +0 -2
  346. package/dist/showcase/premium/empty-state/mock.js +0 -31
  347. package/dist/showcase/premium/empty-state/showcase.cjs +0 -1
  348. package/dist/showcase/premium/empty-state/showcase.d.ts +0 -3
  349. package/dist/showcase/premium/empty-state/showcase.js +0 -99
  350. package/dist/showcase/premium/form-builder/index.cjs +0 -1
  351. package/dist/showcase/premium/form-builder/index.d.ts +0 -2
  352. package/dist/showcase/premium/form-builder/index.js +0 -3
  353. package/dist/showcase/premium/form-builder/mock.cjs +0 -57
  354. package/dist/showcase/premium/form-builder/mock.d.ts +0 -2
  355. package/dist/showcase/premium/form-builder/mock.js +0 -40
  356. package/dist/showcase/premium/form-builder/showcase.cjs +0 -1
  357. package/dist/showcase/premium/form-builder/showcase.d.ts +0 -3
  358. package/dist/showcase/premium/form-builder/showcase.js +0 -69
  359. package/packages/cli/vendor/src/components/display/entity-card.tsx +0 -80
  360. package/packages/cli/vendor/src/components/display/entity-header.tsx +0 -80
  361. package/packages/cli/vendor/src/components/display/file-card.tsx +0 -61
  362. package/packages/cli/vendor/src/components/feedback/empty-search-state.tsx +0 -65
  363. package/packages/cli/vendor/src/components/feedback/empty-state.tsx +0 -56
  364. package/packages/cli/vendor/src/components/filters/filter-chips.tsx +0 -89
  365. package/packages/cli/vendor/src/components/patterns/form-builder-presets.ts +0 -13
  366. package/packages/cli/vendor/src/components/patterns/form-builder.tsx +0 -443
  367. package/packages/cli/vendor/src/showcase/premium/empty-state/index.ts +0 -2
  368. package/packages/cli/vendor/src/showcase/premium/empty-state/mock.ts +0 -30
  369. package/packages/cli/vendor/src/showcase/premium/empty-state/showcase.tsx +0 -65
  370. package/packages/cli/vendor/src/showcase/premium/form-builder/index.ts +0 -2
  371. package/packages/cli/vendor/src/showcase/premium/form-builder/mock.ts +0 -79
  372. package/packages/cli/vendor/src/showcase/premium/form-builder/showcase.tsx +0 -55
@@ -6,58 +6,56 @@ import { Input as i } from "../components/ui/input/index.js";
6
6
  import { Card as a, CardContent as o } from "../components/ui/card/index.js";
7
7
  import { Badge as s } from "../components/ui/badge/index.js";
8
8
  import { Accordion as ee } from "../components/ui/accordion/index.js";
9
- import { Skeleton as c, SkeletonCard as te, SkeletonText as ne } from "../components/ui/skeleton/index.js";
10
- import { Divider as re } from "../components/ui/divider/index.js";
11
- import { SegmentedControl as ie } from "../components/ui/segmented-control/index.js";
12
- import { Spinner as l } from "../components/ui/spinner/index.js";
13
- import { QuickActionGrid as ae } from "../components/actions/quick-action-grid.js";
14
- import { Section as oe } from "../components/layout/section.js";
15
- import { StickyFooterBar as se } from "../components/layout/sticky-footer-bar.js";
16
- import { AnchorNav as ce } from "../components/navigation/anchor-nav.js";
17
- import { PageTabs as le } from "../components/navigation/page-tabs.js";
18
- import { StepperTabs as u } from "../components/navigation/stepper-tabs.js";
19
- import { FilterChips as ue } from "../components/filters/filter-chips.js";
20
- import { SavedFilterSelect as d } from "../components/filters/saved-filter-select.js";
21
- import { ColorInput as f } from "../components/inputs/color-input.js";
22
- import { OtpInput as p } from "../components/inputs/otp-input.js";
23
- import { QuantityStepper as m } from "../components/inputs/quantity-stepper.js";
24
- import { Rating as de } from "../components/inputs/rating.js";
25
- import { RangeSlider as fe, Slider as h } from "../components/inputs/slider.js";
9
+ import { Skeleton as c, SkeletonCard as l, SkeletonText as u } from "../components/ui/skeleton/index.js";
10
+ import { Divider as d } from "../components/ui/divider/index.js";
11
+ import { SegmentedControl as f } from "../components/ui/segmented-control/index.js";
12
+ import { Spinner as p } from "../components/ui/spinner/index.js";
13
+ import { QuickActionGrid as te } from "../components/actions/quick-action-grid.js";
14
+ import { Section as ne } from "../components/layout/section.js";
15
+ import { StickyFooterBar as re } from "../components/layout/sticky-footer-bar.js";
16
+ import { AnchorNav as ie } from "../components/navigation/anchor-nav.js";
17
+ import { PageTabs as ae } from "../components/navigation/page-tabs.js";
18
+ import { StepperTabs as oe } from "../components/navigation/stepper-tabs.js";
19
+ import { FilterBar as se } from "../components/filters/filter-bar.js";
20
+ import { SavedFilterSelect as ce } from "../components/filters/saved-filter-select.js";
21
+ import { ColorInput as le } from "../components/inputs/color-input.js";
22
+ import { OtpInput as ue } from "../components/inputs/otp-input.js";
23
+ import { QuantityStepper as de } from "../components/inputs/quantity-stepper.js";
24
+ import { Rating as fe } from "../components/inputs/rating.js";
25
+ import { RangeSlider as m, Slider as h } from "../components/inputs/slider.js";
26
26
  import { TagInput as g } from "../components/inputs/tag-input.js";
27
27
  import { JsonInput as _ } from "../components/inputs/json-input.js";
28
28
  import { TimePicker as v, TimeRangePicker as y } from "../components/inputs/time-picker.js";
29
29
  import { Alert as b } from "../components/feedback/alert.js";
30
- import { EmptyState as x } from "../components/feedback/empty-state.js";
31
- import { PageState as S } from "../components/feedback/page-state.js";
32
- import { Avatar as C, AvatarGroup as w } from "../components/display/avatar.js";
33
- import { Descriptions as T } from "../components/display/descriptions.js";
34
- import { KanbanBoard as E } from "../components/display/kanban.js";
35
- import { CodeBlock as D } from "../components/display/code-block.js";
36
- import { DataState as O } from "../components/display/data-state.js";
37
- import { EntityCard as k } from "../components/display/entity-card.js";
38
- import { List as A } from "../components/display/list.js";
39
- import { PropertyGrid as j } from "../components/display/property-grid.js";
40
- import { Statistic as M, StatisticCard as N, StatisticGrid as P } from "../components/display/statistic.js";
41
- import { StatusLegend as F } from "../components/display/status-legend.js";
42
- import { TreeView as I } from "../components/display/tree-view.js";
43
- import { Carousel as L, CarouselItem as R } from "../components/display/carousel.js";
44
- import { QRCode as z } from "../components/display/qr-code.js";
45
- import { Tag as B, TagGroup as V } from "../components/display/tag.js";
46
- import { Heading as pe, Mark as me, Text as H } from "../components/display/typography.js";
30
+ import { PageState as x } from "../components/feedback/page-state.js";
31
+ import { Avatar as S, AvatarGroup as C } from "../components/display/avatar.js";
32
+ import { Descriptions as w } from "../components/display/descriptions.js";
33
+ import { KanbanBoard as T } from "../components/display/kanban.js";
34
+ import { CodeBlock as E } from "../components/display/code-block.js";
35
+ import { DataState as D } from "../components/display/data-state.js";
36
+ import { List as O } from "../components/display/list.js";
37
+ import { PropertyGrid as k } from "../components/display/property-grid.js";
38
+ import { Statistic as A, StatisticCard as j, StatisticGrid as M } from "../components/display/statistic.js";
39
+ import { StatusLegend as N } from "../components/display/status-legend.js";
40
+ import { TreeView as P } from "../components/display/tree-view.js";
41
+ import { StatCard as F } from "../components/layout/stat-card.js";
42
+ import { Carousel as I, CarouselItem as L } from "../components/display/carousel.js";
43
+ import { QRCode as pe } from "../components/display/qr-code.js";
44
+ import { Tag as R, TagGroup as z } from "../components/display/tag.js";
45
+ import { Heading as B, Mark as me, Text as V } from "../components/display/typography.js";
47
46
  import { CalendarScheduler as he } from "../components/modern/calendar-scheduler.js";
48
47
  import { DualListPicker as ge } from "../components/modern/dual-list-picker.js";
49
- import { Menubar as _e, MenubarContent as ve, MenubarItem as U, MenubarMenu as W, MenubarTrigger as G } from "../components/modern/menubar.js";
50
- import { NavigationMenu as ye, NavigationMenuItem as K, NavigationMenuLink as q, NavigationMenuList as be } from "../components/modern/navigation-menu.js";
51
- import { ResizableHandle as xe, ResizablePanel as J, ResizablePanelGroup as Se } from "../components/modern/resizable-panel.js";
48
+ import { Menubar as _e, MenubarContent as ve, MenubarItem as H, MenubarMenu as U, MenubarTrigger as W } from "../components/modern/menubar.js";
49
+ import { NavigationMenu as ye, NavigationMenuItem as G, NavigationMenuLink as K, NavigationMenuList as be } from "../components/modern/navigation-menu.js";
50
+ import { ResizableHandle as xe, ResizablePanel as q, ResizablePanelGroup as Se } from "../components/modern/resizable-panel.js";
52
51
  import { RichTextEditor as Ce } from "../components/modern/rich-text-editor.js";
53
52
  import { Tour as we } from "../components/modern/tour.js";
54
- import { StatCard as Te } from "../components/layout/stat-card.js";
55
- import { Fragment as Ee, jsx as Y, jsxs as X } from "react/jsx-runtime";
53
+ import { Fragment as Te, jsx as J, jsxs as Y } from "react/jsx-runtime";
56
54
  //#region src/showcase/fallback.tsx
57
- function Z({ item: e, groupLabel: t, importSnippet: n }) {
58
- let r = De(e.slug);
55
+ function X({ item: e, groupLabel: t, importSnippet: n }) {
56
+ let r = Z(e.slug);
59
57
  return {
60
- Showcase: (n) => /* @__PURE__ */ Y(Q, {
58
+ Showcase: (n) => /* @__PURE__ */ J(Q, {
61
59
  ...n,
62
60
  item: e,
63
61
  groupLabel: t
@@ -74,7 +72,7 @@ function Z({ item: e, groupLabel: t, importSnippet: n }) {
74
72
  }
75
73
  };
76
74
  }
77
- function De(e) {
75
+ function Z(e) {
78
76
  return e.split("-").map((e) => e.charAt(0).toUpperCase() + e.slice(1)).join("");
79
77
  }
80
78
  function Q({ item: e, groupLabel: t, state: n, setState: r, mode: i }) {
@@ -83,61 +81,61 @@ function Q({ item: e, groupLabel: t, state: n, setState: r, mode: i }) {
83
81
  "CLI add",
84
82
  "Local file"
85
83
  ];
86
- return /* @__PURE__ */ X("div", {
84
+ return /* @__PURE__ */ Y("div", {
87
85
  className: "space-y-5",
88
86
  children: [
89
- /* @__PURE__ */ X("div", {
87
+ /* @__PURE__ */ Y("div", {
90
88
  className: "flex flex-col gap-5 border-b border-[color:var(--aui-divider)] pb-5 lg:flex-row lg:items-start lg:justify-between",
91
- children: [/* @__PURE__ */ X("div", {
89
+ children: [/* @__PURE__ */ Y("div", {
92
90
  className: "max-w-xl",
93
91
  children: [
94
- /* @__PURE__ */ Y("p", {
92
+ /* @__PURE__ */ J("p", {
95
93
  className: "text-sm font-semibold uppercase tracking-[0.22em] text-[color:var(--aui-brand-strong)]",
96
94
  children: "CLI component"
97
95
  }),
98
- /* @__PURE__ */ Y("h3", {
96
+ /* @__PURE__ */ J("h3", {
99
97
  className: "mt-2.5 text-2xl font-semibold tracking-tight text-[color:var(--aui-page-foreground)]",
100
98
  children: e.title
101
99
  }),
102
- /* @__PURE__ */ Y("p", {
100
+ /* @__PURE__ */ J("p", {
103
101
  className: "mt-3 text-sm leading-7 text-[color:var(--aui-page-muted)]",
104
102
  children: "Copy this component into your app and adjust it inside your own `components` folder."
105
103
  })
106
104
  ]
107
- }), /* @__PURE__ */ Y("div", {
105
+ }), /* @__PURE__ */ J("div", {
108
106
  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)]",
109
107
  children: i === "docs" ? "Docs" : "Preview"
110
108
  })]
111
109
  }),
112
- /* @__PURE__ */ Y("div", {
110
+ /* @__PURE__ */ J("div", {
113
111
  className: "grid gap-3 sm:grid-cols-3",
114
- children: a.slice(0, 3).map((e) => /* @__PURE__ */ X("div", {
112
+ children: a.slice(0, 3).map((e) => /* @__PURE__ */ Y("div", {
115
113
  className: "rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-3.5",
116
- children: [/* @__PURE__ */ Y("p", {
114
+ children: [/* @__PURE__ */ J("p", {
117
115
  className: "text-sm font-semibold text-[color:var(--aui-page-foreground)]",
118
116
  children: e
119
- }), /* @__PURE__ */ Y("p", {
117
+ }), /* @__PURE__ */ J("p", {
120
118
  className: "mt-1.5 text-xs leading-5 text-[color:var(--aui-page-muted)]",
121
119
  children: "Lives in your local component source."
122
120
  })]
123
121
  }, e))
124
122
  }),
125
- /* @__PURE__ */ Y("div", {
123
+ /* @__PURE__ */ J("div", {
126
124
  className: "rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-code-bg)] px-4 py-3",
127
- children: /* @__PURE__ */ X("code", {
125
+ children: /* @__PURE__ */ Y("code", {
128
126
  className: "text-sm text-[color:var(--aui-code-fg)]",
129
127
  children: ["npx tembro add ", e.slug]
130
128
  })
131
129
  }),
132
- /* @__PURE__ */ Y("div", {
130
+ /* @__PURE__ */ J("div", {
133
131
  className: "rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-4 sm:p-5",
134
132
  children: $(e, t, n, r, i)
135
133
  })
136
134
  ]
137
135
  });
138
136
  }
139
- function $(Z, De, Q, $, Oe) {
140
- return Z.slug === "accordion" ? /* @__PURE__ */ Y(ee, {
137
+ function $(X, Z, Q, $, Ee) {
138
+ return X.slug === "accordion" ? /* @__PURE__ */ J(ee, {
141
139
  type: "single",
142
140
  defaultValue: "api",
143
141
  items: [{
@@ -151,15 +149,15 @@ function $(Z, De, Q, $, Oe) {
151
149
  description: "Controlled or uncontrolled usage.",
152
150
  content: "Use one expanded section for FAQs, settings clusters, and compact disclosure flows."
153
151
  }]
154
- }) : Z.slug === "avatar" ? /* @__PURE__ */ X("div", {
152
+ }) : X.slug === "avatar" ? /* @__PURE__ */ Y("div", {
155
153
  className: "flex flex-wrap items-center gap-4",
156
154
  children: [
157
- /* @__PURE__ */ Y(C, { name: "Azamat UI" }),
158
- /* @__PURE__ */ Y(C, {
155
+ /* @__PURE__ */ J(S, { name: "Azamat UI" }),
156
+ /* @__PURE__ */ J(S, {
159
157
  fallback: "AJ",
160
158
  shape: "rounded"
161
159
  }),
162
- /* @__PURE__ */ Y(w, { items: [
160
+ /* @__PURE__ */ J(C, { items: [
163
161
  {
164
162
  key: "1",
165
163
  name: "Azamat"
@@ -178,7 +176,7 @@ function $(Z, De, Q, $, Oe) {
178
176
  }
179
177
  ] })
180
178
  ]
181
- }) : Z.slug === "calendar-scheduler" ? /* @__PURE__ */ Y(he, { events: [
179
+ }) : X.slug === "calendar-scheduler" ? /* @__PURE__ */ J(he, { events: [
182
180
  {
183
181
  id: "1",
184
182
  title: "Design review",
@@ -200,47 +198,47 @@ function $(Z, De, Q, $, Oe) {
200
198
  time: "09:30",
201
199
  tone: "success"
202
200
  }
203
- ] }) : Z.slug === "carousel" ? /* @__PURE__ */ X(L, {
201
+ ] }) : X.slug === "carousel" ? /* @__PURE__ */ Y(I, {
204
202
  index: 0,
205
- children: [/* @__PURE__ */ Y(R, { children: /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
203
+ children: [/* @__PURE__ */ J(L, { children: /* @__PURE__ */ J(a, { children: /* @__PURE__ */ Y(o, {
206
204
  className: "p-5",
207
- children: [/* @__PURE__ */ Y("p", {
205
+ children: [/* @__PURE__ */ J("p", {
208
206
  className: "text-lg font-semibold",
209
207
  children: "Release dashboard"
210
- }), /* @__PURE__ */ Y("p", {
208
+ }), /* @__PURE__ */ J("p", {
211
209
  className: "mt-2 text-sm text-muted-foreground",
212
210
  children: "Compact KPI slide for weekly review."
213
211
  })]
214
- }) }) }), /* @__PURE__ */ Y(R, { children: /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
212
+ }) }) }), /* @__PURE__ */ J(L, { children: /* @__PURE__ */ J(a, { children: /* @__PURE__ */ Y(o, {
215
213
  className: "p-5",
216
- children: [/* @__PURE__ */ Y("p", {
214
+ children: [/* @__PURE__ */ J("p", {
217
215
  className: "text-lg font-semibold",
218
216
  children: "Customer health"
219
- }), /* @__PURE__ */ Y("p", {
217
+ }), /* @__PURE__ */ J("p", {
220
218
  className: "mt-2 text-sm text-muted-foreground",
221
219
  children: "Second slide with account risk summary."
222
220
  })]
223
221
  }) }) })]
224
- }) : Z.slug === "code-block" ? /* @__PURE__ */ Y(D, {
222
+ }) : X.slug === "code-block" ? /* @__PURE__ */ J(E, {
225
223
  title: "Install",
226
224
  language: "bash",
227
225
  code: "npx tembro init --template next\nnpx tembro add button"
228
- }) : Z.slug === "copy-button" ? /* @__PURE__ */ Y(n, {
226
+ }) : X.slug === "copy-button" ? /* @__PURE__ */ J(n, {
229
227
  value: "npx tembro add button",
230
228
  children: "Copy command"
231
- }) : Z.slug === "copy-field" ? /* @__PURE__ */ Y(r, {
229
+ }) : X.slug === "copy-field" ? /* @__PURE__ */ J(r, {
232
230
  label: "CLI command",
233
231
  description: "Quick source-copy command",
234
232
  value: "npx tembro add input"
235
- }) : Z.slug === "data-state" ? /* @__PURE__ */ Y(O, {
233
+ }) : X.slug === "data-state" ? /* @__PURE__ */ J(D, {
236
234
  status: "empty",
237
235
  title: "No matching rows",
238
236
  description: "Try another filter or import the first record.",
239
- actions: /* @__PURE__ */ Y(e, {
237
+ actions: /* @__PURE__ */ J(e, {
240
238
  size: "sm",
241
239
  children: "Import CSV"
242
240
  })
243
- }) : Z.slug === "descriptions" ? /* @__PURE__ */ Y(T, {
241
+ }) : X.slug === "descriptions" ? /* @__PURE__ */ J(w, {
244
242
  title: "Workspace details",
245
243
  columns: 3,
246
244
  items: [
@@ -260,20 +258,20 @@ function $(Z, De, Q, $, Oe) {
260
258
  value: "Jul 14, 2026"
261
259
  }
262
260
  ]
263
- }) : Z.slug === "divider" ? /* @__PURE__ */ X("div", {
261
+ }) : X.slug === "divider" ? /* @__PURE__ */ Y("div", {
264
262
  className: "grid gap-3",
265
263
  children: [
266
- /* @__PURE__ */ Y("div", {
264
+ /* @__PURE__ */ J("div", {
267
265
  className: "text-sm font-medium",
268
266
  children: "Section above"
269
267
  }),
270
- /* @__PURE__ */ Y(re, { label: "Summary" }),
271
- /* @__PURE__ */ Y("div", {
268
+ /* @__PURE__ */ J(d, { label: "Summary" }),
269
+ /* @__PURE__ */ J("div", {
272
270
  className: "text-sm text-muted-foreground",
273
271
  children: "Section below"
274
272
  })
275
273
  ]
276
- }) : Z.slug === "dual-list-picker" ? /* @__PURE__ */ Y(ge, {
274
+ }) : X.slug === "dual-list-picker" ? /* @__PURE__ */ J(ge, {
277
275
  picked: ["billing", "support"],
278
276
  items: [
279
277
  {
@@ -293,7 +291,7 @@ function $(Z, De, Q, $, Oe) {
293
291
  label: "Security"
294
292
  }
295
293
  ]
296
- }) : Z.slug === "segmented-control" ? /* @__PURE__ */ Y(ie, {
294
+ }) : X.slug === "segmented-control" ? /* @__PURE__ */ J(f, {
297
295
  options: [
298
296
  {
299
297
  value: "overview",
@@ -309,44 +307,44 @@ function $(Z, De, Q, $, Oe) {
309
307
  }
310
308
  ],
311
309
  defaultValue: "overview"
312
- }) : Z.slug === "spinner" ? /* @__PURE__ */ X("div", {
310
+ }) : X.slug === "spinner" ? /* @__PURE__ */ Y("div", {
313
311
  className: "flex items-center gap-5",
314
312
  children: [
315
- /* @__PURE__ */ Y(l, { size: "xs" }),
316
- /* @__PURE__ */ Y(l, { size: "sm" }),
317
- /* @__PURE__ */ Y(l, { size: "md" }),
318
- /* @__PURE__ */ Y(l, { size: "lg" })
313
+ /* @__PURE__ */ J(p, { size: "xs" }),
314
+ /* @__PURE__ */ J(p, { size: "sm" }),
315
+ /* @__PURE__ */ J(p, { size: "md" }),
316
+ /* @__PURE__ */ J(p, { size: "lg" })
319
317
  ]
320
- }) : Z.slug === "skeleton" ? /* @__PURE__ */ X("div", {
318
+ }) : X.slug === "skeleton" ? /* @__PURE__ */ Y("div", {
321
319
  className: "grid gap-3",
322
320
  children: [
323
- /* @__PURE__ */ Y(c, { className: "h-10 w-full" }),
324
- /* @__PURE__ */ Y(ne, { rows: 3 }),
325
- /* @__PURE__ */ Y(te, { avatar: !0 })
321
+ /* @__PURE__ */ J(c, { className: "h-10 w-full" }),
322
+ /* @__PURE__ */ J(u, { rows: 3 }),
323
+ /* @__PURE__ */ J(l, { avatar: !0 })
326
324
  ]
327
- }) : Z.slug === "slider" ? /* @__PURE__ */ Y(h, {
325
+ }) : X.slug === "slider" ? /* @__PURE__ */ J(h, {
328
326
  label: "Spacing scale",
329
327
  description: "Adjust dashboard density.",
330
328
  defaultValue: 64,
331
329
  showValue: !0
332
- }) : Z.slug === "statistic" ? /* @__PURE__ */ X(P, {
330
+ }) : X.slug === "statistic" ? /* @__PURE__ */ Y(M, {
333
331
  columns: 3,
334
332
  children: [
335
- /* @__PURE__ */ Y(N, {
333
+ /* @__PURE__ */ J(j, {
336
334
  label: "ARR",
337
335
  value: "$84.2k",
338
336
  change: "+12.4%",
339
337
  trend: "up",
340
338
  description: "vs previous month"
341
339
  }),
342
- /* @__PURE__ */ Y(M, {
340
+ /* @__PURE__ */ J(A, {
343
341
  label: "MRR",
344
342
  value: "$7.0k",
345
343
  change: "+3.1%",
346
344
  trend: "up",
347
345
  description: "Live subscriptions"
348
346
  }),
349
- /* @__PURE__ */ Y(M, {
347
+ /* @__PURE__ */ J(A, {
350
348
  label: "Churn",
351
349
  value: "1.9%",
352
350
  change: "-0.4%",
@@ -354,49 +352,49 @@ function $(Z, De, Q, $, Oe) {
354
352
  description: "Healthy range"
355
353
  })
356
354
  ]
357
- }) : Z.slug === "sticky-footer-bar" ? /* @__PURE__ */ X("div", {
355
+ }) : X.slug === "sticky-footer-bar" ? /* @__PURE__ */ Y("div", {
358
356
  className: "rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)]",
359
- children: [/* @__PURE__ */ Y("div", {
357
+ children: [/* @__PURE__ */ J("div", {
360
358
  className: "p-4 text-sm text-muted-foreground",
361
359
  children: "Scrollable page content"
362
- }), /* @__PURE__ */ Y(se, {
363
- start: /* @__PURE__ */ Y("div", {
360
+ }), /* @__PURE__ */ J(re, {
361
+ start: /* @__PURE__ */ J("div", {
364
362
  className: "text-sm font-medium",
365
363
  children: "2 unsaved changes"
366
364
  }),
367
- end: /* @__PURE__ */ X(Ee, { children: [/* @__PURE__ */ Y(e, {
365
+ end: /* @__PURE__ */ Y(Te, { children: [/* @__PURE__ */ J(e, {
368
366
  size: "sm",
369
367
  variant: "outline",
370
368
  children: "Discard"
371
- }), /* @__PURE__ */ Y(e, {
369
+ }), /* @__PURE__ */ J(e, {
372
370
  size: "sm",
373
371
  children: "Save"
374
372
  })] })
375
373
  })]
376
- }) : Z.slug === "tag" ? /* @__PURE__ */ X(V, { children: [
377
- /* @__PURE__ */ Y(B, { children: "Default" }),
378
- /* @__PURE__ */ Y(B, {
374
+ }) : X.slug === "tag" ? /* @__PURE__ */ Y(z, { children: [
375
+ /* @__PURE__ */ J(R, { children: "Default" }),
376
+ /* @__PURE__ */ J(R, {
379
377
  tone: "success",
380
378
  children: "Live"
381
379
  }),
382
- /* @__PURE__ */ Y(B, {
380
+ /* @__PURE__ */ J(R, {
383
381
  tone: "warning",
384
382
  children: "Review"
385
383
  }),
386
- /* @__PURE__ */ Y(B, {
384
+ /* @__PURE__ */ J(R, {
387
385
  tone: "danger",
388
386
  children: "Blocked"
389
387
  })
390
- ] }) : Z.slug === "time-picker" ? /* @__PURE__ */ X("div", {
388
+ ] }) : X.slug === "time-picker" ? /* @__PURE__ */ Y("div", {
391
389
  className: "grid gap-3",
392
- children: [/* @__PURE__ */ Y(v, {
390
+ children: [/* @__PURE__ */ J(v, {
393
391
  label: "Start time",
394
392
  defaultValue: "09:30"
395
- }), /* @__PURE__ */ Y(y, {
393
+ }), /* @__PURE__ */ J(y, {
396
394
  from: "09:30",
397
395
  to: "17:30"
398
396
  })]
399
- }) : Z.slug === "tour" ? /* @__PURE__ */ Y(we, {
397
+ }) : X.slug === "tour" ? /* @__PURE__ */ J(we, {
400
398
  index: 1,
401
399
  steps: [
402
400
  {
@@ -412,7 +410,7 @@ function $(Z, De, Q, $, Oe) {
412
410
  description: "Open docs, API and preview together."
413
411
  }
414
412
  ]
415
- }) : Z.slug === "tree-view" ? /* @__PURE__ */ Y(I, {
413
+ }) : X.slug === "tree-view" ? /* @__PURE__ */ J(P, {
416
414
  defaultExpandedKeys: ["components", "inputs"],
417
415
  selectedKey: "button",
418
416
  items: [{
@@ -430,51 +428,51 @@ function $(Z, De, Q, $, Oe) {
430
428
  }]
431
429
  }]
432
430
  }]
433
- }) : Z.slug === "typography" ? /* @__PURE__ */ X("div", {
431
+ }) : X.slug === "typography" ? /* @__PURE__ */ Y("div", {
434
432
  className: "grid gap-3",
435
433
  children: [
436
- /* @__PURE__ */ Y(pe, {
434
+ /* @__PURE__ */ J(B, {
437
435
  level: 2,
438
436
  children: "Dashboard typography"
439
437
  }),
440
- /* @__PURE__ */ Y(H, { children: "Readable defaults for product copy and operational labels." }),
441
- /* @__PURE__ */ Y("blockquote", {
438
+ /* @__PURE__ */ J(V, { children: "Readable defaults for product copy and operational labels." }),
439
+ /* @__PURE__ */ J("blockquote", {
442
440
  className: "border-l-4 pl-4 italic text-muted-foreground",
443
441
  children: "Ship simple text hierarchy before adding decorative layout layers."
444
442
  }),
445
- /* @__PURE__ */ X(H, {
443
+ /* @__PURE__ */ Y(V, {
446
444
  muted: !0,
447
445
  size: "sm",
448
446
  children: [
449
447
  "Use ",
450
- /* @__PURE__ */ Y(me, { children: "Mark" }),
448
+ /* @__PURE__ */ J(me, { children: "Mark" }),
451
449
  " only for emphasis that matters."
452
450
  ]
453
451
  })
454
452
  ]
455
- }) : Z.slug === "range-slider" ? /* @__PURE__ */ Y(fe, {
453
+ }) : X.slug === "range-slider" ? /* @__PURE__ */ J(m, {
456
454
  label: "Revenue band",
457
455
  description: "Filter a metric window.",
458
456
  defaultValue: [20, 80],
459
457
  showValue: !0
460
- }) : Z.slug === "rating" ? /* @__PURE__ */ Y(de, {
458
+ }) : X.slug === "rating" ? /* @__PURE__ */ J(fe, {
461
459
  defaultValue: 4,
462
460
  labels: { clear: "Reset" }
463
- }) : Z.slug === "otp-input" ? /* @__PURE__ */ Y(p, {
461
+ }) : X.slug === "otp-input" ? /* @__PURE__ */ J(ue, {
464
462
  value: Q.textValue.replace(/\D/g, "").slice(0, 6),
465
463
  onValueChange: (e) => $({ textValue: e })
466
- }) : Z.slug === "color-input" ? /* @__PURE__ */ Y(f, {
464
+ }) : X.slug === "color-input" ? /* @__PURE__ */ J(le, {
467
465
  defaultValue: "#22c55e",
468
466
  label: "Accent color",
469
467
  description: "Theme token preview."
470
- }) : Z.slug === "tag-input" ? /* @__PURE__ */ Y(g, {
468
+ }) : X.slug === "tag-input" ? /* @__PURE__ */ J(g, {
471
469
  defaultValue: [
472
470
  "dashboard",
473
471
  "beta",
474
472
  "ops"
475
473
  ],
476
474
  placeholder: "Add label"
477
- }) : Z.slug === "button-group" ? /* @__PURE__ */ Y(t, { items: [
475
+ }) : X.slug === "button-group" ? /* @__PURE__ */ J(t, { items: [
478
476
  {
479
477
  key: "day",
480
478
  label: "Day"
@@ -487,9 +485,9 @@ function $(Z, De, Q, $, Oe) {
487
485
  key: "month",
488
486
  label: "Month"
489
487
  }
490
- ] }) : Z.slug === "quick-action-grid" || Z.slug === "command-bar" ? /* @__PURE__ */ Y(ae, {
491
- columns: Z.slug === "command-bar" ? 4 : 3,
492
- compact: Z.slug === "command-bar",
488
+ ] }) : X.slug === "quick-action-grid" || X.slug === "command-bar" ? /* @__PURE__ */ J(te, {
489
+ columns: X.slug === "command-bar" ? 4 : 3,
490
+ compact: X.slug === "command-bar",
493
491
  items: [
494
492
  {
495
493
  key: "new",
@@ -510,9 +508,9 @@ function $(Z, De, Q, $, Oe) {
510
508
  badge: "S"
511
509
  }
512
510
  ]
513
- }) : Z.slug === "filter-chips" || Z.slug === "data-table-saved-filters" ? /* @__PURE__ */ X("div", {
511
+ }) : X.slug === "data-table-saved-filters" ? /* @__PURE__ */ Y("div", {
514
512
  className: "grid gap-3",
515
- children: [/* @__PURE__ */ Y(ue, {
513
+ children: [/* @__PURE__ */ J(se, {
516
514
  chips: [
517
515
  {
518
516
  key: "status",
@@ -533,9 +531,9 @@ function $(Z, De, Q, $, Oe) {
533
531
  tone: "info"
534
532
  }
535
533
  ],
536
- onRemove: () => void 0,
537
- onClear: () => void 0
538
- }), Z.slug === "data-table-saved-filters" ? /* @__PURE__ */ Y(t, {
534
+ onRemoveChip: () => void 0,
535
+ onReset: () => void 0
536
+ }), /* @__PURE__ */ J(t, {
539
537
  attached: !1,
540
538
  items: [
541
539
  {
@@ -552,8 +550,8 @@ function $(Z, De, Q, $, Oe) {
552
550
  label: "Operations"
553
551
  }
554
552
  ]
555
- }) : null]
556
- }) : Z.slug === "anchor-nav" ? /* @__PURE__ */ Y(ce, {
553
+ })]
554
+ }) : X.slug === "anchor-nav" ? /* @__PURE__ */ J(ie, {
557
555
  orientation: "horizontal",
558
556
  title: "Sections",
559
557
  items: [
@@ -574,7 +572,7 @@ function $(Z, De, Q, $, Oe) {
574
572
  href: "#api"
575
573
  }
576
574
  ]
577
- }) : Z.slug === "page-tabs" ? /* @__PURE__ */ Y(le, {
575
+ }) : X.slug === "page-tabs" ? /* @__PURE__ */ J(ae, {
578
576
  value: "overview",
579
577
  variant: "pills",
580
578
  items: [
@@ -592,7 +590,7 @@ function $(Z, De, Q, $, Oe) {
592
590
  badge: "3"
593
591
  }
594
592
  ]
595
- }) : Z.slug === "stepper-tabs" ? /* @__PURE__ */ Y(u, {
593
+ }) : X.slug === "stepper-tabs" ? /* @__PURE__ */ J(oe, {
596
594
  value: "billing",
597
595
  items: [
598
596
  {
@@ -612,30 +610,23 @@ function $(Z, De, Q, $, Oe) {
612
610
  description: "Confirm release"
613
611
  }
614
612
  ]
615
- }) : Z.slug === "alert" ? /* @__PURE__ */ Y(b, {
613
+ }) : X.slug === "alert" ? /* @__PURE__ */ J(b, {
616
614
  tone: "warning",
617
615
  title: "Review needed",
618
616
  description: "Billing rules changed and one approval is pending.",
619
- action: /* @__PURE__ */ Y(e, {
617
+ action: /* @__PURE__ */ J(e, {
620
618
  size: "sm",
621
619
  children: "Open"
622
620
  })
623
- }) : Z.slug === "page-state" ? /* @__PURE__ */ Y(S, {
621
+ }) : X.slug === "page-state" ? /* @__PURE__ */ J(x, {
624
622
  title: "Workspace connected",
625
623
  description: "The route is ready to accept live data and team actions.",
626
624
  tone: "success",
627
- action: /* @__PURE__ */ Y(e, {
625
+ action: /* @__PURE__ */ J(e, {
628
626
  size: "sm",
629
627
  children: "Continue"
630
628
  })
631
- }) : Z.slug === "empty-search-state" ? /* @__PURE__ */ Y(x, {
632
- title: "No matching components",
633
- description: "Try a shorter keyword or switch to a broader family.",
634
- action: /* @__PURE__ */ Y(e, {
635
- size: "sm",
636
- children: "Clear search"
637
- })
638
- }) : Z.slug === "data-list" || Z.slug === "list" ? /* @__PURE__ */ Y(A, { items: [
629
+ }) : X.slug === "data-list" || X.slug === "list" ? /* @__PURE__ */ J(O, { items: [
639
630
  {
640
631
  key: "1",
641
632
  title: "Enterprise plan",
@@ -654,20 +645,7 @@ function $(Z, De, Q, $, Oe) {
654
645
  description: "Lightweight team setup",
655
646
  extra: "$49"
656
647
  }
657
- ] }) : Z.slug === "entity-card" || Z.slug === "file-card" ? /* @__PURE__ */ Y(k, {
658
- title: Z.slug === "file-card" ? "Design-spec.pdf" : "Azamat Workspace",
659
- description: Z.slug === "file-card" ? "Shared with 4 reviewers." : "Admin console and live dashboard route.",
660
- status: /* @__PURE__ */ Y(s, {
661
- variant: "secondary",
662
- children: "Live"
663
- }),
664
- meta: Z.slug === "file-card" ? "2.4 MB" : "Updated 8 min ago",
665
- actions: /* @__PURE__ */ Y(e, {
666
- size: "sm",
667
- variant: "outline",
668
- children: "Open"
669
- })
670
- }) : Z.slug === "status-legend" ? /* @__PURE__ */ Y(F, {
648
+ ] }) : X.slug === "status-legend" ? /* @__PURE__ */ J(N, {
671
649
  title: "Delivery states",
672
650
  items: [
673
651
  {
@@ -692,56 +670,31 @@ function $(Z, De, Q, $, Oe) {
692
670
  count: 1
693
671
  }
694
672
  ]
695
- }) : Z.slug === "trend-card" || Z.slug === "comparison-card" ? /* @__PURE__ */ Y(Te, {
696
- title: Z.slug === "trend-card" ? "Weekly revenue" : "Current vs previous",
673
+ }) : X.slug === "trend-card" || X.slug === "comparison-card" ? /* @__PURE__ */ J(F, {
674
+ title: X.slug === "trend-card" ? "Weekly revenue" : "Current vs previous",
697
675
  value: "$84.2k",
698
676
  description: "Compared with last month",
699
677
  trend: {
700
678
  value: "+12.4%",
701
679
  tone: "success"
702
680
  }
703
- }) : Z.slug === "delta-badge" ? /* @__PURE__ */ X("div", {
681
+ }) : X.slug === "delta-badge" ? /* @__PURE__ */ Y("div", {
704
682
  className: "flex flex-wrap gap-2",
705
683
  children: [
706
- /* @__PURE__ */ Y(s, {
684
+ /* @__PURE__ */ J(s, {
707
685
  variant: "secondary",
708
686
  children: "+12.4%"
709
687
  }),
710
- /* @__PURE__ */ Y(s, {
688
+ /* @__PURE__ */ J(s, {
711
689
  variant: "outline",
712
690
  children: "-3.1%"
713
691
  }),
714
- /* @__PURE__ */ Y(s, {
692
+ /* @__PURE__ */ J(s, {
715
693
  variant: "destructive",
716
694
  children: "Risk"
717
695
  })
718
696
  ]
719
- }) : Z.slug === "entity-header" ? /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
720
- className: "flex flex-col gap-4 p-5 sm:flex-row sm:items-start sm:justify-between",
721
- children: [/* @__PURE__ */ X("div", {
722
- className: "space-y-2",
723
- children: [/* @__PURE__ */ Y(s, {
724
- variant: "outline",
725
- children: "Customer"
726
- }), /* @__PURE__ */ X("div", { children: [/* @__PURE__ */ Y("h3", {
727
- className: "text-xl font-semibold",
728
- children: "Acme Holdings"
729
- }), /* @__PURE__ */ Y("p", {
730
- className: "text-sm text-muted-foreground",
731
- children: "Enterprise account with billing and admin ownership."
732
- })] })]
733
- }), /* @__PURE__ */ X("div", {
734
- className: "flex gap-2",
735
- children: [/* @__PURE__ */ Y(e, {
736
- variant: "outline",
737
- size: "sm",
738
- children: "Archive"
739
- }), /* @__PURE__ */ Y(e, {
740
- size: "sm",
741
- children: "Edit"
742
- })]
743
- })]
744
- }) }) : Z.slug === "notification-center" ? /* @__PURE__ */ Y(A, { items: [
697
+ }) : X.slug === "notification-center" ? /* @__PURE__ */ J(O, { items: [
745
698
  {
746
699
  key: "1",
747
700
  title: "Build completed",
@@ -760,20 +713,20 @@ function $(Z, De, Q, $, Oe) {
760
713
  description: "Package version is ready for release.",
761
714
  extra: "1h"
762
715
  }
763
- ] }) : Z.slug === "inline-editable" ? /* @__PURE__ */ X("div", {
716
+ ] }) : X.slug === "inline-editable" ? /* @__PURE__ */ Y("div", {
764
717
  className: "flex flex-col gap-3 sm:flex-row",
765
- children: [/* @__PURE__ */ Y(i, {
718
+ children: [/* @__PURE__ */ J(i, {
766
719
  value: Q.textValue,
767
720
  onChange: (e) => $({ textValue: e.currentTarget.value })
768
- }), /* @__PURE__ */ Y(e, {
721
+ }), /* @__PURE__ */ J(e, {
769
722
  size: "sm",
770
723
  children: "Save label"
771
724
  })]
772
- }) : Z.slug === "json-input" ? /* @__PURE__ */ Y(_, {
725
+ }) : X.slug === "json-input" ? /* @__PURE__ */ J(_, {
773
726
  value: "{\n \"workspace\": \"azamat-ui\",\n \"theme\": \"dashboard\"\n}",
774
727
  onValueChange: () => void 0,
775
728
  rows: 7
776
- }) : Z.slug === "kanban" ? /* @__PURE__ */ Y(E, { columns: [
729
+ }) : X.slug === "kanban" ? /* @__PURE__ */ J(T, { columns: [
777
730
  {
778
731
  key: "todo",
779
732
  title: "Todo",
@@ -801,62 +754,62 @@ function $(Z, De, Q, $, Oe) {
801
754
  description: "Release package and sync docs."
802
755
  }]
803
756
  }
804
- ] }) : Z.slug === "menubar" ? /* @__PURE__ */ X(_e, { children: [
805
- /* @__PURE__ */ X(W, { children: [/* @__PURE__ */ Y(G, { children: "File" }), /* @__PURE__ */ X(ve, {
757
+ ] }) : X.slug === "menubar" ? /* @__PURE__ */ Y(_e, { children: [
758
+ /* @__PURE__ */ Y(U, { children: [/* @__PURE__ */ J(W, { children: "File" }), /* @__PURE__ */ Y(ve, {
806
759
  className: "relative mt-2",
807
- children: [/* @__PURE__ */ Y(U, { children: "New page" }), /* @__PURE__ */ Y(U, { children: "Duplicate" })]
760
+ children: [/* @__PURE__ */ J(H, { children: "New page" }), /* @__PURE__ */ J(H, { children: "Duplicate" })]
808
761
  })] }),
809
- /* @__PURE__ */ Y(W, { children: /* @__PURE__ */ Y(G, { children: "Edit" }) }),
810
- /* @__PURE__ */ Y(W, { children: /* @__PURE__ */ Y(G, { children: "View" }) })
811
- ] }) : Z.slug === "navigation-menu" ? /* @__PURE__ */ Y(ye, { children: /* @__PURE__ */ X(be, { children: [
812
- /* @__PURE__ */ Y(K, { children: /* @__PURE__ */ Y(q, {
762
+ /* @__PURE__ */ J(U, { children: /* @__PURE__ */ J(W, { children: "Edit" }) }),
763
+ /* @__PURE__ */ J(U, { children: /* @__PURE__ */ J(W, { children: "View" }) })
764
+ ] }) : X.slug === "navigation-menu" ? /* @__PURE__ */ J(ye, { children: /* @__PURE__ */ Y(be, { children: [
765
+ /* @__PURE__ */ J(G, { children: /* @__PURE__ */ J(K, {
813
766
  href: "#",
814
767
  active: !0,
815
768
  children: "Overview"
816
769
  }) }),
817
- /* @__PURE__ */ Y(K, { children: /* @__PURE__ */ Y(q, {
770
+ /* @__PURE__ */ J(G, { children: /* @__PURE__ */ J(K, {
818
771
  href: "#",
819
772
  children: "Components"
820
773
  }) }),
821
- /* @__PURE__ */ Y(K, { children: /* @__PURE__ */ Y(q, {
774
+ /* @__PURE__ */ J(G, { children: /* @__PURE__ */ J(K, {
822
775
  href: "#",
823
776
  children: "Docs"
824
777
  }) })
825
- ] }) }) : Z.slug === "overlay" ? /* @__PURE__ */ X("div", {
778
+ ] }) }) : X.slug === "overlay" ? /* @__PURE__ */ Y("div", {
826
779
  className: "grid gap-3 sm:grid-cols-3",
827
780
  children: [
828
- /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
781
+ /* @__PURE__ */ J(a, { children: /* @__PURE__ */ Y(o, {
829
782
  className: "p-4",
830
- children: [/* @__PURE__ */ Y("p", {
783
+ children: [/* @__PURE__ */ J("p", {
831
784
  className: "font-medium",
832
785
  children: "Dialog"
833
- }), /* @__PURE__ */ Y("p", {
786
+ }), /* @__PURE__ */ J("p", {
834
787
  className: "mt-1 text-sm text-muted-foreground",
835
788
  children: "Focused confirmation and forms."
836
789
  })]
837
790
  }) }),
838
- /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
791
+ /* @__PURE__ */ J(a, { children: /* @__PURE__ */ Y(o, {
839
792
  className: "p-4",
840
- children: [/* @__PURE__ */ Y("p", {
793
+ children: [/* @__PURE__ */ J("p", {
841
794
  className: "font-medium",
842
795
  children: "Popover"
843
- }), /* @__PURE__ */ Y("p", {
796
+ }), /* @__PURE__ */ J("p", {
844
797
  className: "mt-1 text-sm text-muted-foreground",
845
798
  children: "Compact contextual actions."
846
799
  })]
847
800
  }) }),
848
- /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
801
+ /* @__PURE__ */ J(a, { children: /* @__PURE__ */ Y(o, {
849
802
  className: "p-4",
850
- children: [/* @__PURE__ */ Y("p", {
803
+ children: [/* @__PURE__ */ J("p", {
851
804
  className: "font-medium",
852
805
  children: "Sheet"
853
- }), /* @__PURE__ */ Y("p", {
806
+ }), /* @__PURE__ */ J("p", {
854
807
  className: "mt-1 text-sm text-muted-foreground",
855
808
  children: "Side panel workflows."
856
809
  })]
857
810
  }) })
858
811
  ]
859
- }) : Z.slug === "property-grid" ? /* @__PURE__ */ Y(j, {
812
+ }) : X.slug === "property-grid" ? /* @__PURE__ */ J(k, {
860
813
  columns: 3,
861
814
  items: [
862
815
  {
@@ -878,39 +831,39 @@ function $(Z, De, Q, $, Oe) {
878
831
  description: "Editable local files"
879
832
  }
880
833
  ]
881
- }) : Z.slug === "qr-code" ? /* @__PURE__ */ Y(z, {
834
+ }) : X.slug === "qr-code" ? /* @__PURE__ */ J(pe, {
882
835
  value: "https://azamat-ui.vercel.app",
883
836
  alt: "Azamat UI"
884
- }) : Z.slug === "quantity-stepper" ? /* @__PURE__ */ Y(m, {
837
+ }) : X.slug === "quantity-stepper" ? /* @__PURE__ */ J(de, {
885
838
  defaultValue: 3,
886
839
  min: 1,
887
840
  max: 10
888
- }) : Z.slug === "resizable-panel" ? /* @__PURE__ */ X(Se, { children: [
889
- /* @__PURE__ */ X(J, {
841
+ }) : X.slug === "resizable-panel" ? /* @__PURE__ */ Y(Se, { children: [
842
+ /* @__PURE__ */ Y(q, {
890
843
  defaultSize: "45%",
891
- children: [/* @__PURE__ */ Y("p", {
844
+ children: [/* @__PURE__ */ J("p", {
892
845
  className: "text-sm font-medium",
893
846
  children: "Preview panel"
894
- }), /* @__PURE__ */ Y("p", {
847
+ }), /* @__PURE__ */ J("p", {
895
848
  className: "mt-2 text-sm text-muted-foreground",
896
849
  children: "Resize this surface in product screens with long content."
897
850
  })]
898
851
  }),
899
- /* @__PURE__ */ Y(xe, {}),
900
- /* @__PURE__ */ X(J, {
852
+ /* @__PURE__ */ J(xe, {}),
853
+ /* @__PURE__ */ Y(q, {
901
854
  defaultSize: "55%",
902
- children: [/* @__PURE__ */ Y("p", {
855
+ children: [/* @__PURE__ */ J("p", {
903
856
  className: "text-sm font-medium",
904
857
  children: "Inspector panel"
905
- }), /* @__PURE__ */ Y("p", {
858
+ }), /* @__PURE__ */ J("p", {
906
859
  className: "mt-2 text-sm text-muted-foreground",
907
860
  children: "Use for side-by-side data and editing tools."
908
861
  })]
909
862
  })
910
- ] }) : Z.slug === "rich-text-editor" ? /* @__PURE__ */ Y(Ce, {
863
+ ] }) : X.slug === "rich-text-editor" ? /* @__PURE__ */ J(Ce, {
911
864
  value: "<p><strong>Release note</strong> with product details.</p>",
912
865
  onValueChange: () => void 0
913
- }) : Z.slug === "saved-filter-select" ? /* @__PURE__ */ Y(d, {
866
+ }) : X.slug === "saved-filter-select" ? /* @__PURE__ */ J(ce, {
914
867
  value: "billing",
915
868
  filters: [
916
869
  {
@@ -932,68 +885,125 @@ function $(Z, De, Q, $, Oe) {
932
885
  onValueChange: () => void 0,
933
886
  onSave: () => void 0,
934
887
  onDelete: () => void 0
935
- }) : Z.slug === "section" ? /* @__PURE__ */ Y(oe, {
888
+ }) : X.slug === "section" ? /* @__PURE__ */ J(ne, {
936
889
  title: "Revenue summary",
937
890
  description: "Section wrapper for grouped content and actions.",
938
- actions: /* @__PURE__ */ Y(e, {
891
+ actions: /* @__PURE__ */ J(e, {
939
892
  size: "sm",
940
893
  children: "Export"
941
894
  }),
942
895
  bordered: !0,
943
- children: /* @__PURE__ */ Y("div", {
896
+ children: /* @__PURE__ */ J("div", {
944
897
  className: "text-sm text-muted-foreground",
945
898
  children: "Place chart, filters, table or any route content inside."
946
899
  })
947
- }) : Z.category === "Forms" ? /* @__PURE__ */ X("div", {
900
+ }) : X.category === "Forms" ? /* @__PURE__ */ Y("div", {
948
901
  className: "grid gap-3",
949
- children: [/* @__PURE__ */ Y(i, {
902
+ children: [/* @__PURE__ */ J(i, {
950
903
  value: Q.textValue,
951
904
  onChange: (e) => $({ textValue: e.currentTarget.value }),
952
- placeholder: `${Z.title} preview`
953
- }), /* @__PURE__ */ Y("p", {
905
+ placeholder: `${X.title} preview`
906
+ }), /* @__PURE__ */ J("p", {
954
907
  className: "text-sm text-muted-foreground",
955
908
  children: "Generic field preview for this form surface."
956
909
  })]
957
- }) : Z.category === "Overlay" ? /* @__PURE__ */ X("div", {
958
- className: "rounded-2xl border border-dashed border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5",
959
- children: [/* @__PURE__ */ Y("p", {
960
- className: "text-sm font-semibold text-[color:var(--aui-page-foreground)]",
961
- children: Z.title
962
- }), /* @__PURE__ */ Y("p", {
963
- className: "mt-2 text-sm leading-6 text-[color:var(--aui-page-muted)]",
964
- children: "This overlay route needs a dedicated interactive demo. The docs fallback avoids rendering a different component as a substitute."
910
+ }) : X.category === "Overlay" ? /* @__PURE__ */ Y("div", {
911
+ className: "grid gap-4 rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5",
912
+ children: [/* @__PURE__ */ Y("div", {
913
+ className: "flex items-center justify-between gap-4",
914
+ children: [/* @__PURE__ */ Y("div", { children: [/* @__PURE__ */ J("p", {
915
+ className: "text-sm font-semibold text-[color:var(--aui-page-foreground)]",
916
+ children: X.title
917
+ }), /* @__PURE__ */ J("p", {
918
+ className: "mt-2 max-w-xl text-sm leading-6 text-[color:var(--aui-page-muted)]",
919
+ children: "Overlay surfaces should stay compact, focused, and secondary to the route behind them."
920
+ })] }), /* @__PURE__ */ J(s, {
921
+ variant: "outline",
922
+ children: "Overlay"
923
+ })]
924
+ }), /* @__PURE__ */ J("div", {
925
+ className: "rounded-2xl border border-dashed border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-4",
926
+ children: /* @__PURE__ */ Y("div", {
927
+ className: "flex flex-wrap items-center justify-end gap-2",
928
+ children: [
929
+ /* @__PURE__ */ J(e, {
930
+ variant: "ghost",
931
+ children: "Cancel"
932
+ }),
933
+ /* @__PURE__ */ J(e, {
934
+ variant: "outline",
935
+ children: "Save draft"
936
+ }),
937
+ /* @__PURE__ */ J(e, { children: "Confirm" })
938
+ ]
939
+ })
965
940
  })]
966
- }) : Z.category === "Data Display" ? /* @__PURE__ */ Y("div", {
967
- className: "rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5",
968
- children: /* @__PURE__ */ X("div", {
941
+ }) : X.category === "Data Display" ? /* @__PURE__ */ Y("div", {
942
+ className: "grid gap-4 rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5",
943
+ children: [/* @__PURE__ */ Y("div", {
969
944
  className: "flex items-center justify-between gap-4",
970
- children: [/* @__PURE__ */ X("div", { children: [/* @__PURE__ */ Y("p", {
945
+ children: [/* @__PURE__ */ Y("div", { children: [/* @__PURE__ */ J("p", {
971
946
  className: "text-lg font-semibold",
972
- children: Z.title
973
- }), /* @__PURE__ */ Y("p", {
947
+ children: X.title
948
+ }), /* @__PURE__ */ J("p", {
974
949
  className: "mt-1 text-sm text-muted-foreground",
975
- children: "Generic display fallback kept neutral until a dedicated showcase is added."
976
- })] }), /* @__PURE__ */ Y(s, {
950
+ children: "Display surfaces should prioritize readable values, compact metadata, and clear scanning order."
951
+ })] }), /* @__PURE__ */ J(s, {
977
952
  variant: "outline",
978
- children: Oe
953
+ children: Ee
979
954
  })]
980
- })
981
- }) : /* @__PURE__ */ Y("div", {
955
+ }), /* @__PURE__ */ J("div", {
956
+ className: "grid gap-3 md:grid-cols-3",
957
+ children: [
958
+ {
959
+ label: "Primary value",
960
+ value: "84.2k",
961
+ note: "Strong first read"
962
+ },
963
+ {
964
+ label: "Supporting meta",
965
+ value: "12 teams",
966
+ note: "Context stays secondary"
967
+ },
968
+ {
969
+ label: "Status",
970
+ value: "Live",
971
+ note: "One concise badge or tone"
972
+ }
973
+ ].map((e) => /* @__PURE__ */ Y("div", {
974
+ className: "rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] px-4 py-3",
975
+ children: [
976
+ /* @__PURE__ */ J("p", {
977
+ className: "text-xs uppercase tracking-[0.18em] text-muted-foreground",
978
+ children: e.label
979
+ }),
980
+ /* @__PURE__ */ J("p", {
981
+ className: "mt-2 text-lg font-semibold text-[color:var(--aui-page-foreground)]",
982
+ children: e.value
983
+ }),
984
+ /* @__PURE__ */ J("p", {
985
+ className: "mt-1 text-sm text-muted-foreground",
986
+ children: e.note
987
+ })
988
+ ]
989
+ }, e.label))
990
+ })]
991
+ }) : /* @__PURE__ */ J("div", {
982
992
  className: "rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5",
983
- children: /* @__PURE__ */ X("div", {
993
+ children: /* @__PURE__ */ Y("div", {
984
994
  className: "flex items-center justify-between gap-4",
985
- children: [/* @__PURE__ */ X("div", { children: [/* @__PURE__ */ Y("p", {
995
+ children: [/* @__PURE__ */ Y("div", { children: [/* @__PURE__ */ J("p", {
986
996
  className: "text-lg font-semibold",
987
- children: Z.title
988
- }), /* @__PURE__ */ Y("p", {
997
+ children: X.title
998
+ }), /* @__PURE__ */ J("p", {
989
999
  className: "mt-1 text-sm text-muted-foreground",
990
1000
  children: "Neutral starter preview for this surface. Copy it into your app, then shape the final state with your real data and props."
991
- })] }), /* @__PURE__ */ Y(s, {
1001
+ })] }), /* @__PURE__ */ J(s, {
992
1002
  variant: "outline",
993
- children: Z.category
1003
+ children: X.category
994
1004
  })]
995
1005
  })
996
1006
  });
997
1007
  }
998
1008
  //#endregion
999
- export { Z as createGenericShowcaseDemo };
1009
+ export { X as createGenericShowcaseDemo };