tembro 2.0.6 → 2.1.1

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