tembro 2.0.3 → 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 (579) 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 -8
  51. package/dist/components/display/index.js +21 -29
  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/demo.cjs +1 -1
  67. package/dist/components/form/demo.js +1 -2
  68. package/dist/components/form/form-field-shell.cjs +1 -1
  69. package/dist/components/form/form-field-shell.d.ts +17 -3
  70. package/dist/components/form/form-field-shell.js +54 -40
  71. package/dist/components/form/form-input.cjs +1 -1
  72. package/dist/components/form/form-input.js +278 -217
  73. package/dist/components/form/form-select.cjs +1 -1
  74. package/dist/components/form/form-select.js +47 -33
  75. package/dist/components/form/form-switch.cjs +1 -1
  76. package/dist/components/form/form-switch.js +79 -66
  77. package/dist/components/form/form-textarea.cjs +1 -1
  78. package/dist/components/form/form-textarea.js +59 -48
  79. package/dist/components/form/index.cjs +1 -1
  80. package/dist/components/form/index.d.ts +0 -1
  81. package/dist/components/form/index.js +11 -12
  82. package/dist/components/form/public.cjs +1 -1
  83. package/dist/components/form/public.d.ts +0 -9
  84. package/dist/components/form/public.js +7 -16
  85. package/dist/components/inputs/async-select.cjs +1 -1
  86. package/dist/components/inputs/async-select.d.ts +11 -2
  87. package/dist/components/inputs/async-select.js +278 -270
  88. package/dist/components/inputs/combobox.cjs +1 -1
  89. package/dist/components/inputs/combobox.d.ts +5 -1
  90. package/dist/components/inputs/combobox.js +52 -19
  91. package/dist/components/inputs/index.cjs +1 -1
  92. package/dist/components/inputs/index.d.ts +0 -2
  93. package/dist/components/inputs/index.js +3 -5
  94. package/dist/components/inputs/public.cjs +1 -1
  95. package/dist/components/inputs/public.d.ts +0 -2
  96. package/dist/components/inputs/public.js +3 -5
  97. package/dist/components/inputs/simple-select.cjs +1 -1
  98. package/dist/components/inputs/simple-select.d.ts +2 -1
  99. package/dist/components/inputs/simple-select.js +32 -16
  100. package/dist/components/layout/app-sidebar.cjs +1 -1
  101. package/dist/components/layout/app-sidebar.d.ts +4 -1
  102. package/dist/components/layout/app-sidebar.js +152 -132
  103. package/dist/components/layout/breadcrumbs.cjs +1 -1
  104. package/dist/components/layout/breadcrumbs.d.ts +2 -1
  105. package/dist/components/layout/breadcrumbs.js +10 -10
  106. package/dist/components/layout/index.cjs +1 -1
  107. package/dist/components/layout/index.d.ts +0 -1
  108. package/dist/components/layout/index.js +4 -5
  109. package/dist/components/layout/public.cjs +1 -1
  110. package/dist/components/layout/public.d.ts +0 -1
  111. package/dist/components/layout/public.js +2 -3
  112. package/dist/components/layout/stat-card.cjs +1 -1
  113. package/dist/components/layout/stat-card.d.ts +8 -1
  114. package/dist/components/layout/stat-card.js +33 -11
  115. package/dist/components/modern/calendar-scheduler.cjs +1 -1
  116. package/dist/components/modern/calendar-scheduler.d.ts +2 -1
  117. package/dist/components/modern/calendar-scheduler.js +21 -12
  118. package/dist/components/modern/index.cjs +1 -1
  119. package/dist/components/modern/index.d.ts +0 -4
  120. package/dist/components/modern/index.js +12 -16
  121. package/dist/components/overlay/alert-dialog.cjs +1 -1
  122. package/dist/components/overlay/alert-dialog.d.ts +15 -1
  123. package/dist/components/overlay/alert-dialog.js +102 -27
  124. package/dist/components/overlay/drawer.cjs +1 -1
  125. package/dist/components/overlay/drawer.d.ts +4 -1
  126. package/dist/components/overlay/drawer.js +20 -17
  127. package/dist/components/patterns/index.cjs +1 -1
  128. package/dist/components/patterns/index.d.ts +0 -1
  129. package/dist/components/patterns/index.js +1 -2
  130. package/dist/components/patterns/public.cjs +1 -1
  131. package/dist/components/patterns/public.d.ts +0 -1
  132. package/dist/components/patterns/public.js +1 -2
  133. package/dist/components/ui/button/index.cjs +1 -1
  134. package/dist/components/ui/button/index.d.ts +3 -1
  135. package/dist/components/ui/button/index.js +7 -5
  136. package/dist/components/ui/checkbox/index.cjs +1 -1
  137. package/dist/components/ui/checkbox/index.d.ts +8 -0
  138. package/dist/components/ui/checkbox/index.js +16 -14
  139. package/dist/components/ui/collapse/index.cjs +1 -1
  140. package/dist/components/ui/collapse/index.d.ts +17 -3
  141. package/dist/components/ui/collapse/index.js +88 -33
  142. package/dist/components/ui/dialog/index.cjs +1 -1
  143. package/dist/components/ui/dialog/index.d.ts +2 -1
  144. package/dist/components/ui/dialog/index.js +6 -4
  145. package/dist/components/ui/dropdown-menu/index.cjs +1 -1
  146. package/dist/components/ui/dropdown-menu/index.d.ts +9 -4
  147. package/dist/components/ui/dropdown-menu/index.js +87 -62
  148. package/dist/index.cjs +1 -1
  149. package/dist/index.js +145 -177
  150. package/dist/public-component-surface.cjs +1 -1
  151. package/dist/public-component-surface.js +0 -80
  152. package/dist/showcase/component-api-schema.cjs +1 -1
  153. package/dist/showcase/component-api-schema.js +2 -2
  154. package/dist/showcase/create-demo.cjs +20 -34
  155. package/dist/showcase/create-demo.js +15 -16
  156. package/dist/showcase/fallback.cjs +3 -3
  157. package/dist/showcase/fallback.js +287 -451
  158. package/dist/showcase/premium/accordion/showcase.cjs +1 -1
  159. package/dist/showcase/premium/accordion/showcase.js +36 -5
  160. package/dist/showcase/premium/action-menu/showcase.cjs +1 -1
  161. package/dist/showcase/premium/action-menu/showcase.js +26 -8
  162. package/dist/showcase/premium/activity-feed/showcase.cjs +1 -1
  163. package/dist/showcase/premium/activity-feed/showcase.js +60 -36
  164. package/dist/showcase/premium/alert/showcase.cjs +1 -1
  165. package/dist/showcase/premium/alert/showcase.js +41 -18
  166. package/dist/showcase/premium/alert-dialog/showcase.cjs +1 -1
  167. package/dist/showcase/premium/alert-dialog/showcase.js +35 -7
  168. package/dist/showcase/premium/async-multi-select/mock.cjs +4 -3
  169. package/dist/showcase/premium/async-multi-select/mock.js +5 -5
  170. package/dist/showcase/premium/async-multi-select/showcase.cjs +1 -1
  171. package/dist/showcase/premium/async-multi-select/showcase.js +4 -3
  172. package/dist/showcase/premium/async-select/mock.cjs +1 -1
  173. package/dist/showcase/premium/async-select/mock.js +1 -1
  174. package/dist/showcase/premium/async-select/showcase.cjs +1 -1
  175. package/dist/showcase/premium/async-select/showcase.js +69 -22
  176. package/dist/showcase/premium/button/showcase.cjs +1 -1
  177. package/dist/showcase/premium/button/showcase.js +49 -3
  178. package/dist/showcase/premium/button-group/showcase.cjs +1 -1
  179. package/dist/showcase/premium/button-group/showcase.js +53 -29
  180. package/dist/showcase/premium/calendar/showcase.cjs +1 -1
  181. package/dist/showcase/premium/calendar/showcase.js +7 -2
  182. package/dist/showcase/premium/carousel/showcase.cjs +1 -1
  183. package/dist/showcase/premium/carousel/showcase.js +95 -47
  184. package/dist/showcase/premium/checkbox/showcase.cjs +1 -1
  185. package/dist/showcase/premium/checkbox/showcase.js +143 -67
  186. package/dist/showcase/premium/clearable-input/mock.cjs +4 -3
  187. package/dist/showcase/premium/clearable-input/mock.js +3 -2
  188. package/dist/showcase/premium/clearable-input/showcase.cjs +1 -1
  189. package/dist/showcase/premium/clearable-input/showcase.js +8 -2
  190. package/dist/showcase/premium/collapse/showcase.cjs +1 -1
  191. package/dist/showcase/premium/collapse/showcase.js +7 -0
  192. package/dist/showcase/premium/combobox/showcase.cjs +1 -1
  193. package/dist/showcase/premium/combobox/showcase.d.ts +2 -1
  194. package/dist/showcase/premium/combobox/showcase.js +56 -47
  195. package/dist/showcase/premium/data-table/showcase.cjs +1 -1
  196. package/dist/showcase/premium/data-table/showcase.js +138 -46
  197. package/dist/showcase/premium/data-table-parts/showcase.cjs +1 -1
  198. package/dist/showcase/premium/data-table-parts/showcase.js +13 -13
  199. package/dist/showcase/premium/date-input/mock.cjs +1 -1
  200. package/dist/showcase/premium/date-input/mock.js +1 -1
  201. package/dist/showcase/premium/date-range-picker/showcase.cjs +1 -1
  202. package/dist/showcase/premium/date-range-picker/showcase.js +32 -1
  203. package/dist/showcase/premium/dropdown-menu/showcase.cjs +1 -1
  204. package/dist/showcase/premium/dropdown-menu/showcase.js +88 -54
  205. package/dist/showcase/premium/form-wrapper/mock.cjs +41 -15
  206. package/dist/showcase/premium/form-wrapper/mock.js +4 -4
  207. package/dist/showcase/premium/form-wrapper/showcase.cjs +1 -1
  208. package/dist/showcase/premium/form-wrapper/showcase.js +77 -28
  209. package/dist/showcase/premium/index.cjs +1 -1
  210. package/dist/showcase/premium/index.js +467 -574
  211. package/dist/showcase/premium/input/mock.cjs +4 -1
  212. package/dist/showcase/premium/input/mock.js +1 -1
  213. package/dist/showcase/premium/masked-input/mock.cjs +1 -1
  214. package/dist/showcase/premium/masked-input/mock.js +1 -1
  215. package/dist/showcase/premium/money-input/mock.cjs +1 -1
  216. package/dist/showcase/premium/money-input/mock.js +1 -1
  217. package/dist/showcase/premium/number-input/mock.cjs +1 -1
  218. package/dist/showcase/premium/number-input/mock.js +1 -1
  219. package/dist/showcase/premium/phone-input/mock.cjs +1 -1
  220. package/dist/showcase/premium/phone-input/mock.js +1 -1
  221. package/dist/showcase/premium/quantity-input/mock.cjs +1 -1
  222. package/dist/showcase/premium/quantity-input/mock.js +1 -1
  223. package/dist/showcase/premium/simple-select/mock.cjs +1 -1
  224. package/dist/showcase/premium/simple-select/mock.js +1 -1
  225. package/dist/showcase/premium/simple-select/showcase.cjs +1 -1
  226. package/dist/showcase/premium/simple-select/showcase.js +4 -2
  227. package/dist/showcase/preview-catalog.cjs +7 -10
  228. package/dist/showcase/preview-catalog.js +7 -7
  229. package/dist/showcase/registry-quality.cjs +1 -1
  230. package/dist/showcase/registry-quality.js +0 -24
  231. package/dist/showcase/registry-specific.cjs +1 -1
  232. package/dist/showcase/registry-specific.js +149 -383
  233. package/dist/showcase/render-registry-preview.cjs +1 -1
  234. package/dist/showcase/render-registry-preview.js +163 -195
  235. package/dist/showcase/site-data.cjs +1 -1
  236. package/dist/showcase/site-data.js +197 -941
  237. package/dist/showcase/supplemental.cjs +1 -1
  238. package/dist/showcase/supplemental.js +1 -1
  239. package/dist/showcase/tembro-registry.json.cjs +1 -1
  240. package/dist/showcase/tembro-registry.json.js +33 -59
  241. package/package.json +1 -1
  242. package/packages/cli/dist/index.cjs +2 -2
  243. package/packages/cli/vendor/src/components/actions/action-menu.tsx +149 -83
  244. package/packages/cli/vendor/src/components/actions/button-group.tsx +141 -33
  245. package/packages/cli/vendor/src/components/actions/copy-button.tsx +21 -16
  246. package/packages/cli/vendor/src/components/calendar/calendar.tsx +223 -88
  247. package/packages/cli/vendor/src/components/calendar/date-picker.tsx +73 -29
  248. package/packages/cli/vendor/src/components/calendar/date-range-picker.tsx +154 -49
  249. package/packages/cli/vendor/src/components/data-table/data-table-toolbar.tsx +71 -50
  250. package/packages/cli/vendor/src/components/data-table/data-table.tsx +65 -53
  251. package/packages/cli/vendor/src/components/data-table/demo.tsx +2 -12
  252. package/packages/cli/vendor/src/components/data-table/public.ts +1 -6
  253. package/packages/cli/vendor/src/components/display/activity-feed.tsx +98 -40
  254. package/packages/cli/vendor/src/components/display/carousel.tsx +88 -2
  255. package/packages/cli/vendor/src/components/display/code-block.tsx +58 -26
  256. package/packages/cli/vendor/src/components/display/comparison-card.tsx +15 -41
  257. package/packages/cli/vendor/src/components/display/data-state.tsx +119 -50
  258. package/packages/cli/vendor/src/components/display/demo.tsx +0 -4
  259. package/packages/cli/vendor/src/components/display/index.ts +0 -8
  260. package/packages/cli/vendor/src/components/feedback/alert.tsx +86 -28
  261. package/packages/cli/vendor/src/components/feedback/index.ts +0 -2
  262. package/packages/cli/vendor/src/components/filters/demo.tsx +0 -1
  263. package/packages/cli/vendor/src/components/filters/filter-bar.tsx +126 -54
  264. package/packages/cli/vendor/src/components/filters/index.ts +0 -1
  265. package/packages/cli/vendor/src/components/form/demo.tsx +0 -1
  266. package/packages/cli/vendor/src/components/form/form-field-shell.tsx +72 -34
  267. package/packages/cli/vendor/src/components/form/form-input.tsx +118 -11
  268. package/packages/cli/vendor/src/components/form/form-select.tsx +26 -3
  269. package/packages/cli/vendor/src/components/form/form-switch.tsx +77 -58
  270. package/packages/cli/vendor/src/components/form/form-textarea.tsx +65 -51
  271. package/packages/cli/vendor/src/components/form/index.ts +0 -1
  272. package/packages/cli/vendor/src/components/form/public.ts +0 -11
  273. package/packages/cli/vendor/src/components/inputs/async-select.tsx +126 -82
  274. package/packages/cli/vendor/src/components/inputs/combobox.tsx +66 -9
  275. package/packages/cli/vendor/src/components/inputs/index.ts +0 -2
  276. package/packages/cli/vendor/src/components/inputs/public.ts +0 -2
  277. package/packages/cli/vendor/src/components/inputs/simple-select.tsx +52 -24
  278. package/packages/cli/vendor/src/components/layout/app-sidebar.tsx +42 -1
  279. package/packages/cli/vendor/src/components/layout/breadcrumbs.tsx +17 -8
  280. package/packages/cli/vendor/src/components/layout/index.ts +0 -1
  281. package/packages/cli/vendor/src/components/layout/public.ts +0 -1
  282. package/packages/cli/vendor/src/components/layout/stat-card.tsx +63 -23
  283. package/packages/cli/vendor/src/components/modern/calendar-scheduler.tsx +32 -22
  284. package/packages/cli/vendor/src/components/modern/index.ts +1 -5
  285. package/packages/cli/vendor/src/components/overlay/alert-dialog.tsx +148 -24
  286. package/packages/cli/vendor/src/components/overlay/drawer.tsx +42 -30
  287. package/packages/cli/vendor/src/components/patterns/index.ts +0 -1
  288. package/packages/cli/vendor/src/components/patterns/public.ts +0 -1
  289. package/packages/cli/vendor/src/components/ui/button/index.tsx +27 -17
  290. package/packages/cli/vendor/src/components/ui/checkbox/index.tsx +22 -5
  291. package/packages/cli/vendor/src/components/ui/collapse/index.tsx +97 -16
  292. package/packages/cli/vendor/src/components/ui/dialog/index.tsx +12 -8
  293. package/packages/cli/vendor/src/components/ui/dropdown-menu/index.tsx +82 -28
  294. package/packages/cli/vendor/src/public-component-surface.ts +0 -16
  295. package/packages/cli/vendor/src/showcase/component-api-schema.ts +2 -2
  296. package/packages/cli/vendor/src/showcase/create-demo.tsx +31 -46
  297. package/packages/cli/vendor/src/showcase/fallback.tsx +83 -263
  298. package/packages/cli/vendor/src/showcase/premium/accordion/showcase.tsx +32 -2
  299. package/packages/cli/vendor/src/showcase/premium/action-menu/showcase.tsx +12 -3
  300. package/packages/cli/vendor/src/showcase/premium/activity-feed/showcase.tsx +15 -2
  301. package/packages/cli/vendor/src/showcase/premium/alert/showcase.tsx +32 -17
  302. package/packages/cli/vendor/src/showcase/premium/alert-dialog/showcase.tsx +28 -3
  303. package/packages/cli/vendor/src/showcase/premium/async-multi-select/mock.ts +6 -5
  304. package/packages/cli/vendor/src/showcase/premium/async-multi-select/showcase.tsx +5 -4
  305. package/packages/cli/vendor/src/showcase/premium/async-select/mock.ts +1 -1
  306. package/packages/cli/vendor/src/showcase/premium/async-select/showcase.tsx +36 -0
  307. package/packages/cli/vendor/src/showcase/premium/button/showcase.tsx +26 -5
  308. package/packages/cli/vendor/src/showcase/premium/button-group/showcase.tsx +20 -3
  309. package/packages/cli/vendor/src/showcase/premium/calendar/showcase.tsx +5 -0
  310. package/packages/cli/vendor/src/showcase/premium/carousel/showcase.tsx +33 -5
  311. package/packages/cli/vendor/src/showcase/premium/checkbox/showcase.tsx +46 -3
  312. package/packages/cli/vendor/src/showcase/premium/clearable-input/mock.ts +5 -3
  313. package/packages/cli/vendor/src/showcase/premium/clearable-input/showcase.tsx +5 -2
  314. package/packages/cli/vendor/src/showcase/premium/collapse/showcase.tsx +4 -0
  315. package/packages/cli/vendor/src/showcase/premium/combobox/showcase.tsx +8 -0
  316. package/packages/cli/vendor/src/showcase/premium/data-table/showcase.tsx +77 -27
  317. package/packages/cli/vendor/src/showcase/premium/data-table-parts/showcase.tsx +11 -11
  318. package/packages/cli/vendor/src/showcase/premium/date-input/mock.ts +1 -1
  319. package/packages/cli/vendor/src/showcase/premium/date-range-picker/showcase.tsx +7 -0
  320. package/packages/cli/vendor/src/showcase/premium/dropdown-menu/showcase.tsx +46 -3
  321. package/packages/cli/vendor/src/showcase/premium/form-wrapper/mock.ts +70 -44
  322. package/packages/cli/vendor/src/showcase/premium/form-wrapper/showcase.tsx +129 -12
  323. package/packages/cli/vendor/src/showcase/premium/index.ts +7 -46
  324. package/packages/cli/vendor/src/showcase/premium/input/mock.ts +2 -2
  325. package/packages/cli/vendor/src/showcase/premium/masked-input/mock.ts +1 -1
  326. package/packages/cli/vendor/src/showcase/premium/money-input/mock.ts +1 -1
  327. package/packages/cli/vendor/src/showcase/premium/number-input/mock.ts +1 -1
  328. package/packages/cli/vendor/src/showcase/premium/phone-input/mock.ts +1 -1
  329. package/packages/cli/vendor/src/showcase/premium/quantity-input/mock.ts +1 -1
  330. package/packages/cli/vendor/src/showcase/premium/simple-select/mock.ts +1 -1
  331. package/packages/cli/vendor/src/showcase/premium/simple-select/showcase.tsx +2 -1
  332. package/packages/cli/vendor/src/showcase/preview-catalog.tsx +7 -7
  333. package/packages/cli/vendor/src/showcase/registry-quality.ts +4 -30
  334. package/packages/cli/vendor/src/showcase/registry-specific.tsx +3 -178
  335. package/packages/cli/vendor/src/showcase/render-registry-preview.tsx +18 -51
  336. package/packages/cli/vendor/src/showcase/site-data.tsx +2443 -2761
  337. package/packages/cli/vendor/src/showcase/supplemental.tsx +2 -42
  338. package/packages/cli/vendor/src/showcase/tembro-registry.json +206 -280
  339. package/registry.json +251 -329
  340. package/dist/components/display/aspect-ratio.cjs +0 -1
  341. package/dist/components/display/aspect-ratio.d.ts +0 -6
  342. package/dist/components/display/aspect-ratio.js +0 -21
  343. package/dist/components/display/entity-card.cjs +0 -1
  344. package/dist/components/display/entity-card.d.ts +0 -18
  345. package/dist/components/display/entity-card.js +0 -61
  346. package/dist/components/display/entity-header.cjs +0 -1
  347. package/dist/components/display/entity-header.d.ts +0 -13
  348. package/dist/components/display/entity-header.js +0 -52
  349. package/dist/components/display/file-card.cjs +0 -1
  350. package/dist/components/display/file-card.d.ts +0 -14
  351. package/dist/components/display/file-card.js +0 -59
  352. package/dist/components/display/float-button.cjs +0 -1
  353. package/dist/components/display/float-button.d.ts +0 -6
  354. package/dist/components/display/float-button.js +0 -20
  355. package/dist/components/display/key-value-card.cjs +0 -1
  356. package/dist/components/display/key-value-card.d.ts +0 -16
  357. package/dist/components/display/key-value-card.js +0 -35
  358. package/dist/components/display/keyboard-shortcut.cjs +0 -1
  359. package/dist/components/display/keyboard-shortcut.d.ts +0 -7
  360. package/dist/components/display/keyboard-shortcut.js +0 -18
  361. package/dist/components/display/skeleton-form.cjs +0 -1
  362. package/dist/components/display/skeleton-form.d.ts +0 -9
  363. package/dist/components/display/skeleton-form.js +0 -31
  364. package/dist/components/display/skeleton-table.cjs +0 -1
  365. package/dist/components/display/skeleton-table.d.ts +0 -9
  366. package/dist/components/display/skeleton-table.js +0 -42
  367. package/dist/components/display/tag-list.cjs +0 -1
  368. package/dist/components/display/tag-list.d.ts +0 -17
  369. package/dist/components/display/tag-list.js +0 -30
  370. package/dist/components/display/watermark.cjs +0 -1
  371. package/dist/components/display/watermark.d.ts +0 -6
  372. package/dist/components/display/watermark.js +0 -23
  373. package/dist/components/feedback/empty-search-state.cjs +0 -1
  374. package/dist/components/feedback/empty-search-state.d.ts +0 -11
  375. package/dist/components/feedback/empty-search-state.js +0 -45
  376. package/dist/components/feedback/empty-state.cjs +0 -1
  377. package/dist/components/feedback/empty-state.d.ts +0 -11
  378. package/dist/components/feedback/empty-state.js +0 -38
  379. package/dist/components/filters/filter-chips.cjs +0 -1
  380. package/dist/components/filters/filter-chips.d.ts +0 -18
  381. package/dist/components/filters/filter-chips.js +0 -61
  382. package/dist/components/form/repeater-field.cjs +0 -1
  383. package/dist/components/form/repeater-field.d.ts +0 -16
  384. package/dist/components/form/repeater-field.js +0 -48
  385. package/dist/components/inputs/cascader.cjs +0 -1
  386. package/dist/components/inputs/cascader.d.ts +0 -13
  387. package/dist/components/inputs/cascader.js +0 -58
  388. package/dist/components/inputs/mention-input.cjs +0 -1
  389. package/dist/components/inputs/mention-input.d.ts +0 -18
  390. package/dist/components/inputs/mention-input.js +0 -96
  391. package/dist/components/layout/stack.cjs +0 -1
  392. package/dist/components/layout/stack.d.ts +0 -23
  393. package/dist/components/layout/stack.js +0 -57
  394. package/dist/components/modern/affix.cjs +0 -1
  395. package/dist/components/modern/affix.d.ts +0 -7
  396. package/dist/components/modern/affix.js +0 -18
  397. package/dist/components/patterns/form-builder-presets.cjs +0 -1
  398. package/dist/components/patterns/form-builder-presets.d.ts +0 -1
  399. package/dist/components/patterns/form-builder-presets.js +0 -2
  400. package/dist/components/patterns/form-builder.cjs +0 -1
  401. package/dist/components/patterns/form-builder.d.ts +0 -109
  402. package/dist/components/patterns/form-builder.js +0 -263
  403. package/dist/showcase/premium/affix/index.cjs +0 -1
  404. package/dist/showcase/premium/affix/index.d.ts +0 -2
  405. package/dist/showcase/premium/affix/index.js +0 -3
  406. package/dist/showcase/premium/affix/mock.cjs +0 -12
  407. package/dist/showcase/premium/affix/mock.d.ts +0 -2
  408. package/dist/showcase/premium/affix/mock.js +0 -15
  409. package/dist/showcase/premium/affix/showcase.cjs +0 -1
  410. package/dist/showcase/premium/affix/showcase.d.ts +0 -2
  411. package/dist/showcase/premium/affix/showcase.js +0 -64
  412. package/dist/showcase/premium/aspect-ratio/index.cjs +0 -1
  413. package/dist/showcase/premium/aspect-ratio/index.d.ts +0 -2
  414. package/dist/showcase/premium/aspect-ratio/index.js +0 -3
  415. package/dist/showcase/premium/aspect-ratio/mock.cjs +0 -11
  416. package/dist/showcase/premium/aspect-ratio/mock.d.ts +0 -2
  417. package/dist/showcase/premium/aspect-ratio/mock.js +0 -26
  418. package/dist/showcase/premium/aspect-ratio/showcase.cjs +0 -1
  419. package/dist/showcase/premium/aspect-ratio/showcase.d.ts +0 -2
  420. package/dist/showcase/premium/aspect-ratio/showcase.js +0 -53
  421. package/dist/showcase/premium/cascader/index.cjs +0 -1
  422. package/dist/showcase/premium/cascader/index.d.ts +0 -2
  423. package/dist/showcase/premium/cascader/index.js +0 -3
  424. package/dist/showcase/premium/cascader/mock.cjs +0 -9
  425. package/dist/showcase/premium/cascader/mock.d.ts +0 -2
  426. package/dist/showcase/premium/cascader/mock.js +0 -19
  427. package/dist/showcase/premium/cascader/showcase.cjs +0 -1
  428. package/dist/showcase/premium/cascader/showcase.d.ts +0 -2
  429. package/dist/showcase/premium/cascader/showcase.js +0 -43
  430. package/dist/showcase/premium/empty-state/index.cjs +0 -1
  431. package/dist/showcase/premium/empty-state/index.d.ts +0 -2
  432. package/dist/showcase/premium/empty-state/index.js +0 -3
  433. package/dist/showcase/premium/empty-state/mock.cjs +0 -14
  434. package/dist/showcase/premium/empty-state/mock.d.ts +0 -2
  435. package/dist/showcase/premium/empty-state/mock.js +0 -31
  436. package/dist/showcase/premium/empty-state/showcase.cjs +0 -1
  437. package/dist/showcase/premium/empty-state/showcase.d.ts +0 -3
  438. package/dist/showcase/premium/empty-state/showcase.js +0 -99
  439. package/dist/showcase/premium/float-button/index.cjs +0 -1
  440. package/dist/showcase/premium/float-button/index.d.ts +0 -2
  441. package/dist/showcase/premium/float-button/index.js +0 -3
  442. package/dist/showcase/premium/float-button/mock.cjs +0 -10
  443. package/dist/showcase/premium/float-button/mock.d.ts +0 -2
  444. package/dist/showcase/premium/float-button/mock.js +0 -15
  445. package/dist/showcase/premium/float-button/showcase.cjs +0 -1
  446. package/dist/showcase/premium/float-button/showcase.d.ts +0 -2
  447. package/dist/showcase/premium/float-button/showcase.js +0 -28
  448. package/dist/showcase/premium/form-builder/index.cjs +0 -1
  449. package/dist/showcase/premium/form-builder/index.d.ts +0 -2
  450. package/dist/showcase/premium/form-builder/index.js +0 -3
  451. package/dist/showcase/premium/form-builder/mock.cjs +0 -57
  452. package/dist/showcase/premium/form-builder/mock.d.ts +0 -2
  453. package/dist/showcase/premium/form-builder/mock.js +0 -40
  454. package/dist/showcase/premium/form-builder/showcase.cjs +0 -1
  455. package/dist/showcase/premium/form-builder/showcase.d.ts +0 -3
  456. package/dist/showcase/premium/form-builder/showcase.js +0 -69
  457. package/dist/showcase/premium/keyboard-shortcut/index.cjs +0 -1
  458. package/dist/showcase/premium/keyboard-shortcut/index.d.ts +0 -2
  459. package/dist/showcase/premium/keyboard-shortcut/index.js +0 -3
  460. package/dist/showcase/premium/keyboard-shortcut/mock.cjs +0 -5
  461. package/dist/showcase/premium/keyboard-shortcut/mock.d.ts +0 -2
  462. package/dist/showcase/premium/keyboard-shortcut/mock.js +0 -26
  463. package/dist/showcase/premium/keyboard-shortcut/showcase.cjs +0 -1
  464. package/dist/showcase/premium/keyboard-shortcut/showcase.d.ts +0 -1
  465. package/dist/showcase/premium/keyboard-shortcut/showcase.js +0 -64
  466. package/dist/showcase/premium/mention-input/index.cjs +0 -1
  467. package/dist/showcase/premium/mention-input/index.d.ts +0 -2
  468. package/dist/showcase/premium/mention-input/index.js +0 -3
  469. package/dist/showcase/premium/mention-input/mock.cjs +0 -11
  470. package/dist/showcase/premium/mention-input/mock.d.ts +0 -2
  471. package/dist/showcase/premium/mention-input/mock.js +0 -19
  472. package/dist/showcase/premium/mention-input/showcase.cjs +0 -1
  473. package/dist/showcase/premium/mention-input/showcase.d.ts +0 -2
  474. package/dist/showcase/premium/mention-input/showcase.js +0 -35
  475. package/dist/showcase/premium/skeleton-form/index.cjs +0 -1
  476. package/dist/showcase/premium/skeleton-form/index.d.ts +0 -2
  477. package/dist/showcase/premium/skeleton-form/index.js +0 -3
  478. package/dist/showcase/premium/skeleton-form/mock.cjs +0 -5
  479. package/dist/showcase/premium/skeleton-form/mock.d.ts +0 -2
  480. package/dist/showcase/premium/skeleton-form/mock.js +0 -19
  481. package/dist/showcase/premium/skeleton-form/showcase.cjs +0 -1
  482. package/dist/showcase/premium/skeleton-form/showcase.d.ts +0 -2
  483. package/dist/showcase/premium/skeleton-form/showcase.js +0 -52
  484. package/dist/showcase/premium/skeleton-table/index.cjs +0 -1
  485. package/dist/showcase/premium/skeleton-table/index.d.ts +0 -2
  486. package/dist/showcase/premium/skeleton-table/index.js +0 -3
  487. package/dist/showcase/premium/skeleton-table/mock.cjs +0 -5
  488. package/dist/showcase/premium/skeleton-table/mock.d.ts +0 -2
  489. package/dist/showcase/premium/skeleton-table/mock.js +0 -19
  490. package/dist/showcase/premium/skeleton-table/showcase.cjs +0 -1
  491. package/dist/showcase/premium/skeleton-table/showcase.d.ts +0 -2
  492. package/dist/showcase/premium/skeleton-table/showcase.js +0 -59
  493. package/dist/showcase/premium/stack/index.cjs +0 -1
  494. package/dist/showcase/premium/stack/index.d.ts +0 -2
  495. package/dist/showcase/premium/stack/index.js +0 -3
  496. package/dist/showcase/premium/stack/mock.cjs +0 -10
  497. package/dist/showcase/premium/stack/mock.d.ts +0 -2
  498. package/dist/showcase/premium/stack/mock.js +0 -26
  499. package/dist/showcase/premium/stack/showcase.cjs +0 -1
  500. package/dist/showcase/premium/stack/showcase.d.ts +0 -1
  501. package/dist/showcase/premium/stack/showcase.js +0 -47
  502. package/dist/showcase/premium/tag-list/index.cjs +0 -1
  503. package/dist/showcase/premium/tag-list/index.d.ts +0 -2
  504. package/dist/showcase/premium/tag-list/index.js +0 -3
  505. package/dist/showcase/premium/tag-list/mock.cjs +0 -12
  506. package/dist/showcase/premium/tag-list/mock.d.ts +0 -2
  507. package/dist/showcase/premium/tag-list/mock.js +0 -26
  508. package/dist/showcase/premium/tag-list/showcase.cjs +0 -1
  509. package/dist/showcase/premium/tag-list/showcase.d.ts +0 -2
  510. package/dist/showcase/premium/tag-list/showcase.js +0 -83
  511. package/dist/showcase/premium/watermark/index.cjs +0 -1
  512. package/dist/showcase/premium/watermark/index.d.ts +0 -2
  513. package/dist/showcase/premium/watermark/index.js +0 -3
  514. package/dist/showcase/premium/watermark/mock.cjs +0 -11
  515. package/dist/showcase/premium/watermark/mock.d.ts +0 -2
  516. package/dist/showcase/premium/watermark/mock.js +0 -26
  517. package/dist/showcase/premium/watermark/showcase.cjs +0 -1
  518. package/dist/showcase/premium/watermark/showcase.d.ts +0 -2
  519. package/dist/showcase/premium/watermark/showcase.js +0 -34
  520. package/packages/cli/vendor/src/components/display/aspect-ratio.tsx +0 -22
  521. package/packages/cli/vendor/src/components/display/entity-card.tsx +0 -80
  522. package/packages/cli/vendor/src/components/display/entity-header.tsx +0 -80
  523. package/packages/cli/vendor/src/components/display/file-card.tsx +0 -61
  524. package/packages/cli/vendor/src/components/display/float-button.tsx +0 -27
  525. package/packages/cli/vendor/src/components/display/key-value-card.tsx +0 -50
  526. package/packages/cli/vendor/src/components/display/keyboard-shortcut.tsx +0 -31
  527. package/packages/cli/vendor/src/components/display/skeleton-form.tsx +0 -51
  528. package/packages/cli/vendor/src/components/display/skeleton-table.tsx +0 -59
  529. package/packages/cli/vendor/src/components/display/tag-list.tsx +0 -52
  530. package/packages/cli/vendor/src/components/display/watermark.tsx +0 -20
  531. package/packages/cli/vendor/src/components/feedback/empty-search-state.tsx +0 -65
  532. package/packages/cli/vendor/src/components/feedback/empty-state.tsx +0 -56
  533. package/packages/cli/vendor/src/components/filters/filter-chips.tsx +0 -89
  534. package/packages/cli/vendor/src/components/form/repeater-field.tsx +0 -93
  535. package/packages/cli/vendor/src/components/inputs/cascader.tsx +0 -41
  536. package/packages/cli/vendor/src/components/inputs/mention-input.tsx +0 -162
  537. package/packages/cli/vendor/src/components/layout/stack.tsx +0 -106
  538. package/packages/cli/vendor/src/components/modern/affix.tsx +0 -21
  539. package/packages/cli/vendor/src/components/patterns/form-builder-presets.ts +0 -13
  540. package/packages/cli/vendor/src/components/patterns/form-builder.tsx +0 -443
  541. package/packages/cli/vendor/src/showcase/premium/affix/index.ts +0 -3
  542. package/packages/cli/vendor/src/showcase/premium/affix/mock.ts +0 -26
  543. package/packages/cli/vendor/src/showcase/premium/affix/showcase.tsx +0 -37
  544. package/packages/cli/vendor/src/showcase/premium/aspect-ratio/index.ts +0 -2
  545. package/packages/cli/vendor/src/showcase/premium/aspect-ratio/mock.ts +0 -26
  546. package/packages/cli/vendor/src/showcase/premium/aspect-ratio/showcase.tsx +0 -37
  547. package/packages/cli/vendor/src/showcase/premium/cascader/index.ts +0 -3
  548. package/packages/cli/vendor/src/showcase/premium/cascader/mock.ts +0 -24
  549. package/packages/cli/vendor/src/showcase/premium/cascader/showcase.tsx +0 -20
  550. package/packages/cli/vendor/src/showcase/premium/empty-state/index.ts +0 -2
  551. package/packages/cli/vendor/src/showcase/premium/empty-state/mock.ts +0 -30
  552. package/packages/cli/vendor/src/showcase/premium/empty-state/showcase.tsx +0 -65
  553. package/packages/cli/vendor/src/showcase/premium/float-button/index.ts +0 -3
  554. package/packages/cli/vendor/src/showcase/premium/float-button/mock.ts +0 -24
  555. package/packages/cli/vendor/src/showcase/premium/float-button/showcase.tsx +0 -21
  556. package/packages/cli/vendor/src/showcase/premium/form-builder/index.ts +0 -2
  557. package/packages/cli/vendor/src/showcase/premium/form-builder/mock.ts +0 -79
  558. package/packages/cli/vendor/src/showcase/premium/form-builder/showcase.tsx +0 -55
  559. package/packages/cli/vendor/src/showcase/premium/keyboard-shortcut/index.ts +0 -2
  560. package/packages/cli/vendor/src/showcase/premium/keyboard-shortcut/mock.ts +0 -20
  561. package/packages/cli/vendor/src/showcase/premium/keyboard-shortcut/showcase.tsx +0 -42
  562. package/packages/cli/vendor/src/showcase/premium/mention-input/index.ts +0 -3
  563. package/packages/cli/vendor/src/showcase/premium/mention-input/mock.ts +0 -26
  564. package/packages/cli/vendor/src/showcase/premium/mention-input/showcase.tsx +0 -27
  565. package/packages/cli/vendor/src/showcase/premium/skeleton-form/index.ts +0 -3
  566. package/packages/cli/vendor/src/showcase/premium/skeleton-form/mock.ts +0 -20
  567. package/packages/cli/vendor/src/showcase/premium/skeleton-form/showcase.tsx +0 -34
  568. package/packages/cli/vendor/src/showcase/premium/skeleton-table/index.ts +0 -3
  569. package/packages/cli/vendor/src/showcase/premium/skeleton-table/mock.ts +0 -20
  570. package/packages/cli/vendor/src/showcase/premium/skeleton-table/showcase.tsx +0 -37
  571. package/packages/cli/vendor/src/showcase/premium/stack/index.ts +0 -2
  572. package/packages/cli/vendor/src/showcase/premium/stack/mock.ts +0 -25
  573. package/packages/cli/vendor/src/showcase/premium/stack/showcase.tsx +0 -22
  574. package/packages/cli/vendor/src/showcase/premium/tag-list/index.ts +0 -2
  575. package/packages/cli/vendor/src/showcase/premium/tag-list/mock.ts +0 -27
  576. package/packages/cli/vendor/src/showcase/premium/tag-list/showcase.tsx +0 -55
  577. package/packages/cli/vendor/src/showcase/premium/watermark/index.ts +0 -2
  578. package/packages/cli/vendor/src/showcase/premium/watermark/mock.ts +0 -26
  579. package/packages/cli/vendor/src/showcase/premium/watermark/showcase.tsx +0 -26
@@ -3,73 +3,59 @@ import { ButtonGroup as t } from "../components/actions/button-group.js";
3
3
  import { CopyButton as n } from "../components/actions/copy-button.js";
4
4
  import { CopyField as r } from "../components/actions/copy-field.js";
5
5
  import { Input as i } from "../components/ui/input/index.js";
6
- import { Card as a, CardContent as o, CardHeader as s, CardTitle as ee } from "../components/ui/card/index.js";
7
- import { Badge as c } from "../components/ui/badge/index.js";
8
- import { Accordion as l } from "../components/ui/accordion/index.js";
9
- import { Skeleton as u, SkeletonCard as d, SkeletonText as te } from "../components/ui/skeleton/index.js";
10
- import { Divider as ne } from "../components/ui/divider/index.js";
11
- import { SegmentedControl as re } from "../components/ui/segmented-control/index.js";
12
- import { Spinner as f } from "../components/ui/spinner/index.js";
13
- import { QuickActionGrid as ie } from "../components/actions/quick-action-grid.js";
14
- import { Section as ae } from "../components/layout/section.js";
15
- import { Grid as oe, Stack as se } from "../components/layout/stack.js";
16
- import { StickyFooterBar as ce } from "../components/layout/sticky-footer-bar.js";
17
- import { AnchorNav as le } from "../components/navigation/anchor-nav.js";
18
- import { PageTabs as ue } from "../components/navigation/page-tabs.js";
19
- import { StepperTabs as de } from "../components/navigation/stepper-tabs.js";
20
- import { FilterChips as fe } from "../components/filters/filter-chips.js";
21
- import { SavedFilterSelect as pe } from "../components/filters/saved-filter-select.js";
22
- import { ColorInput as me } from "../components/inputs/color-input.js";
23
- import { OtpInput as he } from "../components/inputs/otp-input.js";
24
- import { QuantityStepper as p } from "../components/inputs/quantity-stepper.js";
25
- import { Rating as m } from "../components/inputs/rating.js";
26
- import { RangeSlider as h, Slider as g } from "../components/inputs/slider.js";
27
- import { TagInput as _ } from "../components/inputs/tag-input.js";
28
- import { Cascader as v } from "../components/inputs/cascader.js";
29
- import { JsonInput as y } from "../components/inputs/json-input.js";
30
- import { MentionInput as b } from "../components/inputs/mention-input.js";
31
- import { TimePicker as x, TimeRangePicker as S } from "../components/inputs/time-picker.js";
32
- import { Alert as C } from "../components/feedback/alert.js";
33
- import { EmptyState as w } from "../components/feedback/empty-state.js";
34
- import { PageState as T } from "../components/feedback/page-state.js";
35
- import { DescriptionList as E } from "../components/display/description-list.js";
36
- import { Avatar as D, AvatarGroup as O } from "../components/display/avatar.js";
37
- import { Descriptions as k } from "../components/display/descriptions.js";
38
- import { KeyboardShortcut as A } from "../components/display/keyboard-shortcut.js";
39
- import { KanbanBoard as j } from "../components/display/kanban.js";
40
- import { CodeBlock as M } from "../components/display/code-block.js";
41
- import { DataState as N } from "../components/display/data-state.js";
42
- import { EntityCard as P } from "../components/display/entity-card.js";
43
- import { List as F } from "../components/display/list.js";
44
- import { PropertyGrid as I } from "../components/display/property-grid.js";
45
- import { Statistic as L, StatisticCard as R, StatisticGrid as ge } from "../components/display/statistic.js";
46
- import { StatusLegend as _e } from "../components/display/status-legend.js";
47
- import { TagList as ve } from "../components/display/tag-list.js";
48
- import { TreeView as ye } from "../components/display/tree-view.js";
49
- import { SkeletonTable as be } from "../components/display/skeleton-table.js";
50
- import { SkeletonForm as xe } from "../components/display/skeleton-form.js";
51
- import { AspectRatio as Se } from "../components/display/aspect-ratio.js";
52
- import { Carousel as Ce, CarouselItem as z } from "../components/display/carousel.js";
53
- import { FloatButton as we } from "../components/display/float-button.js";
54
- import { QRCode as Te } from "../components/display/qr-code.js";
55
- import { Tag as B, TagGroup as Ee } from "../components/display/tag.js";
56
- import { Heading as De, Mark as Oe, Text as V } from "../components/display/typography.js";
57
- import { Watermark as ke } from "../components/display/watermark.js";
58
- import { Affix as Ae } from "../components/modern/affix.js";
59
- import { CalendarScheduler as je } from "../components/modern/calendar-scheduler.js";
60
- import { DualListPicker as Me } from "../components/modern/dual-list-picker.js";
61
- import { Menubar as Ne, MenubarContent as Pe, MenubarItem as H, MenubarMenu as U, MenubarTrigger as W } from "../components/modern/menubar.js";
62
- import { NavigationMenu as Fe, NavigationMenuItem as G, NavigationMenuLink as K, NavigationMenuList as Ie } from "../components/modern/navigation-menu.js";
63
- import { ResizableHandle as Le, ResizablePanel as q, ResizablePanelGroup as Re } from "../components/modern/resizable-panel.js";
64
- import { RichTextEditor as ze } from "../components/modern/rich-text-editor.js";
65
- import { Tour as J } from "../components/modern/tour.js";
66
- import { StatCard as Be } from "../components/layout/stat-card.js";
67
- import { Fragment as Ve, jsx as Y, jsxs as X } from "react/jsx-runtime";
6
+ import { Card as a, CardContent as o } from "../components/ui/card/index.js";
7
+ import { Badge as s } from "../components/ui/badge/index.js";
8
+ import { Accordion as ee } from "../components/ui/accordion/index.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
+ 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";
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";
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";
68
54
  //#region src/showcase/fallback.tsx
69
- function Z({ item: e, groupLabel: t, importSnippet: n }) {
70
- let r = He(e.slug);
55
+ function X({ item: e, groupLabel: t, importSnippet: n }) {
56
+ let r = Z(e.slug);
71
57
  return {
72
- Showcase: (n) => /* @__PURE__ */ Y(Q, {
58
+ Showcase: (n) => /* @__PURE__ */ J(Q, {
73
59
  ...n,
74
60
  item: e,
75
61
  groupLabel: t
@@ -86,7 +72,7 @@ function Z({ item: e, groupLabel: t, importSnippet: n }) {
86
72
  }
87
73
  };
88
74
  }
89
- function He(e) {
75
+ function Z(e) {
90
76
  return e.split("-").map((e) => e.charAt(0).toUpperCase() + e.slice(1)).join("");
91
77
  }
92
78
  function Q({ item: e, groupLabel: t, state: n, setState: r, mode: i }) {
@@ -95,61 +81,61 @@ function Q({ item: e, groupLabel: t, state: n, setState: r, mode: i }) {
95
81
  "CLI add",
96
82
  "Local file"
97
83
  ];
98
- return /* @__PURE__ */ X("div", {
84
+ return /* @__PURE__ */ Y("div", {
99
85
  className: "space-y-5",
100
86
  children: [
101
- /* @__PURE__ */ X("div", {
87
+ /* @__PURE__ */ Y("div", {
102
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",
103
- children: [/* @__PURE__ */ X("div", {
89
+ children: [/* @__PURE__ */ Y("div", {
104
90
  className: "max-w-xl",
105
91
  children: [
106
- /* @__PURE__ */ Y("p", {
92
+ /* @__PURE__ */ J("p", {
107
93
  className: "text-sm font-semibold uppercase tracking-[0.22em] text-[color:var(--aui-brand-strong)]",
108
94
  children: "CLI component"
109
95
  }),
110
- /* @__PURE__ */ Y("h3", {
96
+ /* @__PURE__ */ J("h3", {
111
97
  className: "mt-2.5 text-2xl font-semibold tracking-tight text-[color:var(--aui-page-foreground)]",
112
98
  children: e.title
113
99
  }),
114
- /* @__PURE__ */ Y("p", {
100
+ /* @__PURE__ */ J("p", {
115
101
  className: "mt-3 text-sm leading-7 text-[color:var(--aui-page-muted)]",
116
102
  children: "Copy this component into your app and adjust it inside your own `components` folder."
117
103
  })
118
104
  ]
119
- }), /* @__PURE__ */ Y("div", {
105
+ }), /* @__PURE__ */ J("div", {
120
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)]",
121
107
  children: i === "docs" ? "Docs" : "Preview"
122
108
  })]
123
109
  }),
124
- /* @__PURE__ */ Y("div", {
110
+ /* @__PURE__ */ J("div", {
125
111
  className: "grid gap-3 sm:grid-cols-3",
126
- children: a.slice(0, 3).map((e) => /* @__PURE__ */ X("div", {
112
+ children: a.slice(0, 3).map((e) => /* @__PURE__ */ Y("div", {
127
113
  className: "rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-3.5",
128
- children: [/* @__PURE__ */ Y("p", {
114
+ children: [/* @__PURE__ */ J("p", {
129
115
  className: "text-sm font-semibold text-[color:var(--aui-page-foreground)]",
130
116
  children: e
131
- }), /* @__PURE__ */ Y("p", {
117
+ }), /* @__PURE__ */ J("p", {
132
118
  className: "mt-1.5 text-xs leading-5 text-[color:var(--aui-page-muted)]",
133
119
  children: "Lives in your local component source."
134
120
  })]
135
121
  }, e))
136
122
  }),
137
- /* @__PURE__ */ Y("div", {
123
+ /* @__PURE__ */ J("div", {
138
124
  className: "rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-code-bg)] px-4 py-3",
139
- children: /* @__PURE__ */ X("code", {
125
+ children: /* @__PURE__ */ Y("code", {
140
126
  className: "text-sm text-[color:var(--aui-code-fg)]",
141
127
  children: ["npx tembro add ", e.slug]
142
128
  })
143
129
  }),
144
- /* @__PURE__ */ Y("div", {
130
+ /* @__PURE__ */ J("div", {
145
131
  className: "rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg-alt)] p-4 sm:p-5",
146
132
  children: $(e, t, n, r, i)
147
133
  })
148
134
  ]
149
135
  });
150
136
  }
151
- function $(Z, He, Q, $, Ue) {
152
- return Z.slug === "accordion" ? /* @__PURE__ */ Y(l, {
137
+ function $(X, Z, Q, $, Ee) {
138
+ return X.slug === "accordion" ? /* @__PURE__ */ J(ee, {
153
139
  type: "single",
154
140
  defaultValue: "api",
155
141
  items: [{
@@ -163,34 +149,15 @@ function $(Z, He, Q, $, Ue) {
163
149
  description: "Controlled or uncontrolled usage.",
164
150
  content: "Use one expanded section for FAQs, settings clusters, and compact disclosure flows."
165
151
  }]
166
- }) : Z.slug === "affix" ? /* @__PURE__ */ X("div", {
167
- className: "grid gap-3",
168
- children: [/* @__PURE__ */ Y(Ae, {
169
- offsetTop: 0,
170
- children: /* @__PURE__ */ Y("div", {
171
- className: "rounded-lg border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] px-3 py-2 text-sm font-medium",
172
- children: "Sticky helper bar"
173
- })
174
- }), /* @__PURE__ */ Y("div", {
175
- className: "rounded-xl border border-dashed border-[color:var(--aui-divider)] p-4 text-sm text-[color:var(--aui-page-muted)]",
176
- children: "Use `Affix` when a small control or summary should remain visible while the surrounding content scrolls."
177
- })]
178
- }) : Z.slug === "aspect-ratio" ? /* @__PURE__ */ Y(Se, {
179
- ratio: 16 / 9,
180
- className: "rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)]",
181
- children: /* @__PURE__ */ Y("div", {
182
- className: "flex size-full items-center justify-center bg-[linear-gradient(135deg,color-mix(in_oklch,var(--aui-brand),transparent_88%),transparent)] text-sm font-medium text-[color:var(--aui-page-foreground)]",
183
- children: "16:9 media surface"
184
- })
185
- }) : Z.slug === "avatar" ? /* @__PURE__ */ X("div", {
152
+ }) : X.slug === "avatar" ? /* @__PURE__ */ Y("div", {
186
153
  className: "flex flex-wrap items-center gap-4",
187
154
  children: [
188
- /* @__PURE__ */ Y(D, { name: "Azamat UI" }),
189
- /* @__PURE__ */ Y(D, {
155
+ /* @__PURE__ */ J(S, { name: "Azamat UI" }),
156
+ /* @__PURE__ */ J(S, {
190
157
  fallback: "AJ",
191
158
  shape: "rounded"
192
159
  }),
193
- /* @__PURE__ */ Y(O, { items: [
160
+ /* @__PURE__ */ J(C, { items: [
194
161
  {
195
162
  key: "1",
196
163
  name: "Azamat"
@@ -209,7 +176,7 @@ function $(Z, He, Q, $, Ue) {
209
176
  }
210
177
  ] })
211
178
  ]
212
- }) : Z.slug === "calendar-scheduler" ? /* @__PURE__ */ Y(je, { events: [
179
+ }) : X.slug === "calendar-scheduler" ? /* @__PURE__ */ J(he, { events: [
213
180
  {
214
181
  id: "1",
215
182
  title: "Design review",
@@ -231,75 +198,47 @@ function $(Z, He, Q, $, Ue) {
231
198
  time: "09:30",
232
199
  tone: "success"
233
200
  }
234
- ] }) : Z.slug === "carousel" ? /* @__PURE__ */ X(Ce, {
201
+ ] }) : X.slug === "carousel" ? /* @__PURE__ */ Y(I, {
235
202
  index: 0,
236
- children: [/* @__PURE__ */ Y(z, { children: /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
203
+ children: [/* @__PURE__ */ J(L, { children: /* @__PURE__ */ J(a, { children: /* @__PURE__ */ Y(o, {
237
204
  className: "p-5",
238
- children: [/* @__PURE__ */ Y("p", {
205
+ children: [/* @__PURE__ */ J("p", {
239
206
  className: "text-lg font-semibold",
240
207
  children: "Release dashboard"
241
- }), /* @__PURE__ */ Y("p", {
208
+ }), /* @__PURE__ */ J("p", {
242
209
  className: "mt-2 text-sm text-muted-foreground",
243
210
  children: "Compact KPI slide for weekly review."
244
211
  })]
245
- }) }) }), /* @__PURE__ */ Y(z, { children: /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
212
+ }) }) }), /* @__PURE__ */ J(L, { children: /* @__PURE__ */ J(a, { children: /* @__PURE__ */ Y(o, {
246
213
  className: "p-5",
247
- children: [/* @__PURE__ */ Y("p", {
214
+ children: [/* @__PURE__ */ J("p", {
248
215
  className: "text-lg font-semibold",
249
216
  children: "Customer health"
250
- }), /* @__PURE__ */ Y("p", {
217
+ }), /* @__PURE__ */ J("p", {
251
218
  className: "mt-2 text-sm text-muted-foreground",
252
219
  children: "Second slide with account risk summary."
253
220
  })]
254
221
  }) }) })]
255
- }) : Z.slug === "cascader" ? /* @__PURE__ */ Y(v, {
256
- value: [
257
- "workspace",
258
- "billing",
259
- "invoices"
260
- ],
261
- options: [{
262
- value: "workspace",
263
- label: "Workspace",
264
- children: [{
265
- value: "billing",
266
- label: "Billing",
267
- children: [{
268
- value: "invoices",
269
- label: "Invoices"
270
- }, {
271
- value: "plans",
272
- label: "Plans"
273
- }]
274
- }]
275
- }, {
276
- value: "settings",
277
- label: "Settings",
278
- children: [{
279
- value: "team",
280
- label: "Team"
281
- }]
282
- }]
283
- }) : Z.slug === "code-block" ? /* @__PURE__ */ Y(M, {
222
+ }) : X.slug === "code-block" ? /* @__PURE__ */ J(E, {
284
223
  title: "Install",
285
224
  language: "bash",
286
225
  code: "npx tembro init --template next\nnpx tembro add button"
287
- }) : Z.slug === "copy-button" ? /* @__PURE__ */ Y(n, {
226
+ }) : X.slug === "copy-button" ? /* @__PURE__ */ J(n, {
288
227
  value: "npx tembro add button",
289
228
  children: "Copy command"
290
- }) : Z.slug === "copy-field" ? /* @__PURE__ */ Y(r, {
229
+ }) : X.slug === "copy-field" ? /* @__PURE__ */ J(r, {
291
230
  label: "CLI command",
292
231
  description: "Quick source-copy command",
293
232
  value: "npx tembro add input"
294
- }) : Z.slug === "data-state" ? /* @__PURE__ */ Y(N, {
233
+ }) : X.slug === "data-state" ? /* @__PURE__ */ J(D, {
295
234
  status: "empty",
296
235
  title: "No matching rows",
297
236
  description: "Try another filter or import the first record.",
298
- actions: /* @__PURE__ */ Y(e, {
237
+ actions: /* @__PURE__ */ J(e, {
299
238
  size: "sm",
300
239
  children: "Import CSV"
301
240
  })
302
- }) : Z.slug === "descriptions" ? /* @__PURE__ */ Y(k, {
241
+ }) : X.slug === "descriptions" ? /* @__PURE__ */ J(w, {
303
242
  title: "Workspace details",
304
243
  columns: 3,
305
244
  items: [
@@ -319,20 +258,20 @@ function $(Z, He, Q, $, Ue) {
319
258
  value: "Jul 14, 2026"
320
259
  }
321
260
  ]
322
- }) : Z.slug === "divider" ? /* @__PURE__ */ X("div", {
261
+ }) : X.slug === "divider" ? /* @__PURE__ */ Y("div", {
323
262
  className: "grid gap-3",
324
263
  children: [
325
- /* @__PURE__ */ Y("div", {
264
+ /* @__PURE__ */ J("div", {
326
265
  className: "text-sm font-medium",
327
266
  children: "Section above"
328
267
  }),
329
- /* @__PURE__ */ Y(ne, { label: "Summary" }),
330
- /* @__PURE__ */ Y("div", {
268
+ /* @__PURE__ */ J(d, { label: "Summary" }),
269
+ /* @__PURE__ */ J("div", {
331
270
  className: "text-sm text-muted-foreground",
332
271
  children: "Section below"
333
272
  })
334
273
  ]
335
- }) : Z.slug === "dual-list-picker" ? /* @__PURE__ */ Y(Me, {
274
+ }) : X.slug === "dual-list-picker" ? /* @__PURE__ */ J(ge, {
336
275
  picked: ["billing", "support"],
337
276
  items: [
338
277
  {
@@ -352,7 +291,7 @@ function $(Z, He, Q, $, Ue) {
352
291
  label: "Security"
353
292
  }
354
293
  ]
355
- }) : Z.slug === "segmented-control" ? /* @__PURE__ */ Y(re, {
294
+ }) : X.slug === "segmented-control" ? /* @__PURE__ */ J(f, {
356
295
  options: [
357
296
  {
358
297
  value: "overview",
@@ -368,63 +307,44 @@ function $(Z, He, Q, $, Ue) {
368
307
  }
369
308
  ],
370
309
  defaultValue: "overview"
371
- }) : Z.slug === "spinner" ? /* @__PURE__ */ X("div", {
310
+ }) : X.slug === "spinner" ? /* @__PURE__ */ Y("div", {
372
311
  className: "flex items-center gap-5",
373
312
  children: [
374
- /* @__PURE__ */ Y(f, { size: "xs" }),
375
- /* @__PURE__ */ Y(f, { size: "sm" }),
376
- /* @__PURE__ */ Y(f, { size: "md" }),
377
- /* @__PURE__ */ Y(f, { 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" })
378
317
  ]
379
- }) : Z.slug === "skeleton" ? /* @__PURE__ */ X("div", {
318
+ }) : X.slug === "skeleton" ? /* @__PURE__ */ Y("div", {
380
319
  className: "grid gap-3",
381
320
  children: [
382
- /* @__PURE__ */ Y(u, { className: "h-10 w-full" }),
383
- /* @__PURE__ */ Y(te, { rows: 3 }),
384
- /* @__PURE__ */ Y(d, { avatar: !0 })
321
+ /* @__PURE__ */ J(c, { className: "h-10 w-full" }),
322
+ /* @__PURE__ */ J(u, { rows: 3 }),
323
+ /* @__PURE__ */ J(l, { avatar: !0 })
385
324
  ]
386
- }) : Z.slug === "skeleton-form" ? /* @__PURE__ */ Y(xe, {}) : Z.slug === "skeleton-table" ? /* @__PURE__ */ Y(be, {
387
- rows: 5,
388
- columns: 4
389
- }) : Z.slug === "slider" ? /* @__PURE__ */ Y(g, {
325
+ }) : X.slug === "slider" ? /* @__PURE__ */ J(h, {
390
326
  label: "Spacing scale",
391
327
  description: "Adjust dashboard density.",
392
328
  defaultValue: 64,
393
329
  showValue: !0
394
- }) : Z.slug === "stack" ? /* @__PURE__ */ X(se, {
395
- gap: "sm",
396
- children: [
397
- /* @__PURE__ */ Y("div", {
398
- className: "rounded-lg border p-3 text-sm",
399
- children: "Header area"
400
- }),
401
- /* @__PURE__ */ Y("div", {
402
- className: "rounded-lg border p-3 text-sm",
403
- children: "Content area"
404
- }),
405
- /* @__PURE__ */ Y("div", {
406
- className: "rounded-lg border p-3 text-sm",
407
- children: "Footer area"
408
- })
409
- ]
410
- }) : Z.slug === "statistic" ? /* @__PURE__ */ X(ge, {
330
+ }) : X.slug === "statistic" ? /* @__PURE__ */ Y(M, {
411
331
  columns: 3,
412
332
  children: [
413
- /* @__PURE__ */ Y(R, {
333
+ /* @__PURE__ */ J(j, {
414
334
  label: "ARR",
415
335
  value: "$84.2k",
416
336
  change: "+12.4%",
417
337
  trend: "up",
418
338
  description: "vs previous month"
419
339
  }),
420
- /* @__PURE__ */ Y(L, {
340
+ /* @__PURE__ */ J(A, {
421
341
  label: "MRR",
422
342
  value: "$7.0k",
423
343
  change: "+3.1%",
424
344
  trend: "up",
425
345
  description: "Live subscriptions"
426
346
  }),
427
- /* @__PURE__ */ Y(L, {
347
+ /* @__PURE__ */ J(A, {
428
348
  label: "Churn",
429
349
  value: "1.9%",
430
350
  change: "-0.4%",
@@ -432,67 +352,49 @@ function $(Z, He, Q, $, Ue) {
432
352
  description: "Healthy range"
433
353
  })
434
354
  ]
435
- }) : Z.slug === "sticky-footer-bar" ? /* @__PURE__ */ X("div", {
355
+ }) : X.slug === "sticky-footer-bar" ? /* @__PURE__ */ Y("div", {
436
356
  className: "rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)]",
437
- children: [/* @__PURE__ */ Y("div", {
357
+ children: [/* @__PURE__ */ J("div", {
438
358
  className: "p-4 text-sm text-muted-foreground",
439
359
  children: "Scrollable page content"
440
- }), /* @__PURE__ */ Y(ce, {
441
- start: /* @__PURE__ */ Y("div", {
360
+ }), /* @__PURE__ */ J(re, {
361
+ start: /* @__PURE__ */ J("div", {
442
362
  className: "text-sm font-medium",
443
363
  children: "2 unsaved changes"
444
364
  }),
445
- end: /* @__PURE__ */ X(Ve, { children: [/* @__PURE__ */ Y(e, {
365
+ end: /* @__PURE__ */ Y(Te, { children: [/* @__PURE__ */ J(e, {
446
366
  size: "sm",
447
367
  variant: "outline",
448
368
  children: "Discard"
449
- }), /* @__PURE__ */ Y(e, {
369
+ }), /* @__PURE__ */ J(e, {
450
370
  size: "sm",
451
371
  children: "Save"
452
372
  })] })
453
373
  })]
454
- }) : Z.slug === "tag" ? /* @__PURE__ */ X(Ee, { children: [
455
- /* @__PURE__ */ Y(B, { children: "Default" }),
456
- /* @__PURE__ */ Y(B, {
374
+ }) : X.slug === "tag" ? /* @__PURE__ */ Y(z, { children: [
375
+ /* @__PURE__ */ J(R, { children: "Default" }),
376
+ /* @__PURE__ */ J(R, {
457
377
  tone: "success",
458
378
  children: "Live"
459
379
  }),
460
- /* @__PURE__ */ Y(B, {
380
+ /* @__PURE__ */ J(R, {
461
381
  tone: "warning",
462
382
  children: "Review"
463
383
  }),
464
- /* @__PURE__ */ Y(B, {
384
+ /* @__PURE__ */ J(R, {
465
385
  tone: "danger",
466
386
  children: "Blocked"
467
387
  })
468
- ] }) : Z.slug === "tag-list" ? /* @__PURE__ */ Y(ve, {
469
- removable: !0,
470
- items: [
471
- {
472
- key: "1",
473
- label: "Dashboard"
474
- },
475
- {
476
- key: "2",
477
- label: "Billing",
478
- variant: "secondary"
479
- },
480
- {
481
- key: "3",
482
- label: "Priority",
483
- variant: "outline"
484
- }
485
- ]
486
- }) : Z.slug === "time-picker" ? /* @__PURE__ */ X("div", {
388
+ ] }) : X.slug === "time-picker" ? /* @__PURE__ */ Y("div", {
487
389
  className: "grid gap-3",
488
- children: [/* @__PURE__ */ Y(x, {
390
+ children: [/* @__PURE__ */ J(v, {
489
391
  label: "Start time",
490
392
  defaultValue: "09:30"
491
- }), /* @__PURE__ */ Y(S, {
393
+ }), /* @__PURE__ */ J(y, {
492
394
  from: "09:30",
493
395
  to: "17:30"
494
396
  })]
495
- }) : Z.slug === "tour" ? /* @__PURE__ */ Y(J, {
397
+ }) : X.slug === "tour" ? /* @__PURE__ */ J(we, {
496
398
  index: 1,
497
399
  steps: [
498
400
  {
@@ -508,7 +410,7 @@ function $(Z, He, Q, $, Ue) {
508
410
  description: "Open docs, API and preview together."
509
411
  }
510
412
  ]
511
- }) : Z.slug === "tree-view" ? /* @__PURE__ */ Y(ye, {
413
+ }) : X.slug === "tree-view" ? /* @__PURE__ */ J(P, {
512
414
  defaultExpandedKeys: ["components", "inputs"],
513
415
  selectedKey: "button",
514
416
  items: [{
@@ -526,63 +428,51 @@ function $(Z, He, Q, $, Ue) {
526
428
  }]
527
429
  }]
528
430
  }]
529
- }) : Z.slug === "typography" ? /* @__PURE__ */ X("div", {
431
+ }) : X.slug === "typography" ? /* @__PURE__ */ Y("div", {
530
432
  className: "grid gap-3",
531
433
  children: [
532
- /* @__PURE__ */ Y(De, {
434
+ /* @__PURE__ */ J(B, {
533
435
  level: 2,
534
436
  children: "Dashboard typography"
535
437
  }),
536
- /* @__PURE__ */ Y(V, { children: "Readable defaults for product copy and operational labels." }),
537
- /* @__PURE__ */ Y("blockquote", {
438
+ /* @__PURE__ */ J(V, { children: "Readable defaults for product copy and operational labels." }),
439
+ /* @__PURE__ */ J("blockquote", {
538
440
  className: "border-l-4 pl-4 italic text-muted-foreground",
539
441
  children: "Ship simple text hierarchy before adding decorative layout layers."
540
442
  }),
541
- /* @__PURE__ */ X(V, {
443
+ /* @__PURE__ */ Y(V, {
542
444
  muted: !0,
543
445
  size: "sm",
544
446
  children: [
545
447
  "Use ",
546
- /* @__PURE__ */ Y(Oe, { children: "Mark" }),
448
+ /* @__PURE__ */ J(me, { children: "Mark" }),
547
449
  " only for emphasis that matters."
548
450
  ]
549
451
  })
550
452
  ]
551
- }) : Z.slug === "watermark" ? /* @__PURE__ */ Y(ke, {
552
- text: "AZAMAT UI",
553
- children: /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
554
- className: "p-6",
555
- children: [/* @__PURE__ */ Y("p", {
556
- className: "text-lg font-semibold",
557
- children: "Preview export"
558
- }), /* @__PURE__ */ Y("p", {
559
- className: "mt-2 text-sm text-muted-foreground",
560
- children: "Subtle branding surface for internal screenshots or mockups."
561
- })]
562
- }) })
563
- }) : Z.slug === "range-slider" ? /* @__PURE__ */ Y(h, {
453
+ }) : X.slug === "range-slider" ? /* @__PURE__ */ J(m, {
564
454
  label: "Revenue band",
565
455
  description: "Filter a metric window.",
566
456
  defaultValue: [20, 80],
567
457
  showValue: !0
568
- }) : Z.slug === "rating" ? /* @__PURE__ */ Y(m, {
458
+ }) : X.slug === "rating" ? /* @__PURE__ */ J(fe, {
569
459
  defaultValue: 4,
570
460
  labels: { clear: "Reset" }
571
- }) : Z.slug === "otp-input" ? /* @__PURE__ */ Y(he, {
461
+ }) : X.slug === "otp-input" ? /* @__PURE__ */ J(ue, {
572
462
  value: Q.textValue.replace(/\D/g, "").slice(0, 6),
573
463
  onValueChange: (e) => $({ textValue: e })
574
- }) : Z.slug === "color-input" ? /* @__PURE__ */ Y(me, {
464
+ }) : X.slug === "color-input" ? /* @__PURE__ */ J(le, {
575
465
  defaultValue: "#22c55e",
576
466
  label: "Accent color",
577
467
  description: "Theme token preview."
578
- }) : Z.slug === "tag-input" ? /* @__PURE__ */ Y(_, {
468
+ }) : X.slug === "tag-input" ? /* @__PURE__ */ J(g, {
579
469
  defaultValue: [
580
470
  "dashboard",
581
471
  "beta",
582
472
  "ops"
583
473
  ],
584
474
  placeholder: "Add label"
585
- }) : Z.slug === "button-group" ? /* @__PURE__ */ Y(t, { items: [
475
+ }) : X.slug === "button-group" ? /* @__PURE__ */ J(t, { items: [
586
476
  {
587
477
  key: "day",
588
478
  label: "Day"
@@ -595,9 +485,9 @@ function $(Z, He, Q, $, Ue) {
595
485
  key: "month",
596
486
  label: "Month"
597
487
  }
598
- ] }) : Z.slug === "quick-action-grid" || Z.slug === "command-bar" ? /* @__PURE__ */ Y(ie, {
599
- columns: Z.slug === "command-bar" ? 4 : 3,
600
- 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",
601
491
  items: [
602
492
  {
603
493
  key: "new",
@@ -618,9 +508,9 @@ function $(Z, He, Q, $, Ue) {
618
508
  badge: "S"
619
509
  }
620
510
  ]
621
- }) : Z.slug === "filter-chips" || Z.slug === "data-table-saved-filters" ? /* @__PURE__ */ X("div", {
511
+ }) : X.slug === "data-table-saved-filters" ? /* @__PURE__ */ Y("div", {
622
512
  className: "grid gap-3",
623
- children: [/* @__PURE__ */ Y(fe, {
513
+ children: [/* @__PURE__ */ J(se, {
624
514
  chips: [
625
515
  {
626
516
  key: "status",
@@ -641,9 +531,9 @@ function $(Z, He, Q, $, Ue) {
641
531
  tone: "info"
642
532
  }
643
533
  ],
644
- onRemove: () => void 0,
645
- onClear: () => void 0
646
- }), Z.slug === "data-table-saved-filters" ? /* @__PURE__ */ Y(t, {
534
+ onRemoveChip: () => void 0,
535
+ onReset: () => void 0
536
+ }), /* @__PURE__ */ J(t, {
647
537
  attached: !1,
648
538
  items: [
649
539
  {
@@ -660,8 +550,8 @@ function $(Z, He, Q, $, Ue) {
660
550
  label: "Operations"
661
551
  }
662
552
  ]
663
- }) : null]
664
- }) : Z.slug === "anchor-nav" ? /* @__PURE__ */ Y(le, {
553
+ })]
554
+ }) : X.slug === "anchor-nav" ? /* @__PURE__ */ J(ie, {
665
555
  orientation: "horizontal",
666
556
  title: "Sections",
667
557
  items: [
@@ -682,7 +572,7 @@ function $(Z, He, Q, $, Ue) {
682
572
  href: "#api"
683
573
  }
684
574
  ]
685
- }) : Z.slug === "page-tabs" ? /* @__PURE__ */ Y(ue, {
575
+ }) : X.slug === "page-tabs" ? /* @__PURE__ */ J(ae, {
686
576
  value: "overview",
687
577
  variant: "pills",
688
578
  items: [
@@ -700,7 +590,7 @@ function $(Z, He, Q, $, Ue) {
700
590
  badge: "3"
701
591
  }
702
592
  ]
703
- }) : Z.slug === "stepper-tabs" ? /* @__PURE__ */ Y(de, {
593
+ }) : X.slug === "stepper-tabs" ? /* @__PURE__ */ J(oe, {
704
594
  value: "billing",
705
595
  items: [
706
596
  {
@@ -720,39 +610,23 @@ function $(Z, He, Q, $, Ue) {
720
610
  description: "Confirm release"
721
611
  }
722
612
  ]
723
- }) : Z.slug === "alert" ? /* @__PURE__ */ Y(C, {
613
+ }) : X.slug === "alert" ? /* @__PURE__ */ J(b, {
724
614
  tone: "warning",
725
615
  title: "Review needed",
726
616
  description: "Billing rules changed and one approval is pending.",
727
- action: /* @__PURE__ */ Y(e, {
617
+ action: /* @__PURE__ */ J(e, {
728
618
  size: "sm",
729
619
  children: "Open"
730
620
  })
731
- }) : Z.slug === "page-state" ? /* @__PURE__ */ Y(T, {
621
+ }) : X.slug === "page-state" ? /* @__PURE__ */ J(x, {
732
622
  title: "Workspace connected",
733
623
  description: "The route is ready to accept live data and team actions.",
734
624
  tone: "success",
735
- action: /* @__PURE__ */ Y(e, {
625
+ action: /* @__PURE__ */ J(e, {
736
626
  size: "sm",
737
627
  children: "Continue"
738
628
  })
739
- }) : Z.slug === "empty-search-state" ? /* @__PURE__ */ Y(w, {
740
- title: "No matching components",
741
- description: "Try a shorter keyword or switch to a broader family.",
742
- action: /* @__PURE__ */ Y(e, {
743
- size: "sm",
744
- children: "Clear search"
745
- })
746
- }) : Z.slug === "float-button" ? /* @__PURE__ */ X("div", {
747
- className: "relative min-h-28 rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-4",
748
- children: [/* @__PURE__ */ Y("p", {
749
- className: "text-sm text-muted-foreground",
750
- children: "Floating action inside a content area."
751
- }), /* @__PURE__ */ Y(we, {
752
- className: "absolute bottom-4 right-4",
753
- children: "+"
754
- })]
755
- }) : Z.slug === "data-list" || Z.slug === "list" ? /* @__PURE__ */ Y(F, { items: [
629
+ }) : X.slug === "data-list" || X.slug === "list" ? /* @__PURE__ */ J(O, { items: [
756
630
  {
757
631
  key: "1",
758
632
  title: "Enterprise plan",
@@ -771,36 +645,7 @@ function $(Z, He, Q, $, Ue) {
771
645
  description: "Lightweight team setup",
772
646
  extra: "$49"
773
647
  }
774
- ] }) : Z.slug === "key-value-card" ? /* @__PURE__ */ X(a, { children: [/* @__PURE__ */ Y(s, { children: /* @__PURE__ */ Y(ee, { children: "Account summary" }) }), /* @__PURE__ */ Y(o, { children: /* @__PURE__ */ Y(E, { items: [
775
- {
776
- key: "owner",
777
- label: "Owner",
778
- value: "Azamat UI"
779
- },
780
- {
781
- key: "plan",
782
- label: "Plan",
783
- value: "Scale"
784
- },
785
- {
786
- key: "renewal",
787
- label: "Renewal",
788
- value: "July 14, 2026"
789
- }
790
- ] }) })] }) : Z.slug === "entity-card" || Z.slug === "file-card" ? /* @__PURE__ */ Y(P, {
791
- title: Z.slug === "file-card" ? "Design-spec.pdf" : "Azamat Workspace",
792
- description: Z.slug === "file-card" ? "Shared with 4 reviewers." : "Admin console and live dashboard route.",
793
- status: /* @__PURE__ */ Y(c, {
794
- variant: "secondary",
795
- children: "Live"
796
- }),
797
- meta: Z.slug === "file-card" ? "2.4 MB" : "Updated 8 min ago",
798
- actions: /* @__PURE__ */ Y(e, {
799
- size: "sm",
800
- variant: "outline",
801
- children: "Open"
802
- })
803
- }) : Z.slug === "status-legend" ? /* @__PURE__ */ Y(_e, {
648
+ ] }) : X.slug === "status-legend" ? /* @__PURE__ */ J(N, {
804
649
  title: "Delivery states",
805
650
  items: [
806
651
  {
@@ -825,56 +670,31 @@ function $(Z, He, Q, $, Ue) {
825
670
  count: 1
826
671
  }
827
672
  ]
828
- }) : Z.slug === "trend-card" || Z.slug === "comparison-card" ? /* @__PURE__ */ Y(Be, {
829
- 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",
830
675
  value: "$84.2k",
831
676
  description: "Compared with last month",
832
677
  trend: {
833
678
  value: "+12.4%",
834
679
  tone: "success"
835
680
  }
836
- }) : Z.slug === "delta-badge" ? /* @__PURE__ */ X("div", {
681
+ }) : X.slug === "delta-badge" ? /* @__PURE__ */ Y("div", {
837
682
  className: "flex flex-wrap gap-2",
838
683
  children: [
839
- /* @__PURE__ */ Y(c, {
684
+ /* @__PURE__ */ J(s, {
840
685
  variant: "secondary",
841
686
  children: "+12.4%"
842
687
  }),
843
- /* @__PURE__ */ Y(c, {
688
+ /* @__PURE__ */ J(s, {
844
689
  variant: "outline",
845
690
  children: "-3.1%"
846
691
  }),
847
- /* @__PURE__ */ Y(c, {
692
+ /* @__PURE__ */ J(s, {
848
693
  variant: "destructive",
849
694
  children: "Risk"
850
695
  })
851
696
  ]
852
- }) : Z.slug === "entity-header" ? /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
853
- className: "flex flex-col gap-4 p-5 sm:flex-row sm:items-start sm:justify-between",
854
- children: [/* @__PURE__ */ X("div", {
855
- className: "space-y-2",
856
- children: [/* @__PURE__ */ Y(c, {
857
- variant: "outline",
858
- children: "Customer"
859
- }), /* @__PURE__ */ X("div", { children: [/* @__PURE__ */ Y("h3", {
860
- className: "text-xl font-semibold",
861
- children: "Acme Holdings"
862
- }), /* @__PURE__ */ Y("p", {
863
- className: "text-sm text-muted-foreground",
864
- children: "Enterprise account with billing and admin ownership."
865
- })] })]
866
- }), /* @__PURE__ */ X("div", {
867
- className: "flex gap-2",
868
- children: [/* @__PURE__ */ Y(e, {
869
- variant: "outline",
870
- size: "sm",
871
- children: "Archive"
872
- }), /* @__PURE__ */ Y(e, {
873
- size: "sm",
874
- children: "Edit"
875
- })]
876
- })]
877
- }) }) : Z.slug === "notification-center" ? /* @__PURE__ */ Y(F, { items: [
697
+ }) : X.slug === "notification-center" ? /* @__PURE__ */ J(O, { items: [
878
698
  {
879
699
  key: "1",
880
700
  title: "Build completed",
@@ -893,20 +713,20 @@ function $(Z, He, Q, $, Ue) {
893
713
  description: "Package version is ready for release.",
894
714
  extra: "1h"
895
715
  }
896
- ] }) : Z.slug === "inline-editable" ? /* @__PURE__ */ X("div", {
716
+ ] }) : X.slug === "inline-editable" ? /* @__PURE__ */ Y("div", {
897
717
  className: "flex flex-col gap-3 sm:flex-row",
898
- children: [/* @__PURE__ */ Y(i, {
718
+ children: [/* @__PURE__ */ J(i, {
899
719
  value: Q.textValue,
900
720
  onChange: (e) => $({ textValue: e.currentTarget.value })
901
- }), /* @__PURE__ */ Y(e, {
721
+ }), /* @__PURE__ */ J(e, {
902
722
  size: "sm",
903
723
  children: "Save label"
904
724
  })]
905
- }) : Z.slug === "json-input" ? /* @__PURE__ */ Y(y, {
725
+ }) : X.slug === "json-input" ? /* @__PURE__ */ J(_, {
906
726
  value: "{\n \"workspace\": \"azamat-ui\",\n \"theme\": \"dashboard\"\n}",
907
727
  onValueChange: () => void 0,
908
728
  rows: 7
909
- }) : Z.slug === "kanban" ? /* @__PURE__ */ Y(j, { columns: [
729
+ }) : X.slug === "kanban" ? /* @__PURE__ */ J(T, { columns: [
910
730
  {
911
731
  key: "todo",
912
732
  title: "Todo",
@@ -934,86 +754,62 @@ function $(Z, He, Q, $, Ue) {
934
754
  description: "Release package and sync docs."
935
755
  }]
936
756
  }
937
- ] }) : Z.slug === "keyboard-shortcut" ? /* @__PURE__ */ X("div", {
938
- className: "flex flex-wrap gap-3",
939
- children: [
940
- /* @__PURE__ */ Y(A, { keys: ["Ctrl", "K"] }),
941
- /* @__PURE__ */ Y(A, { keys: ["Shift", "Enter"] }),
942
- /* @__PURE__ */ Y(A, { keys: ["Alt", "S"] })
943
- ]
944
- }) : Z.slug === "mention-input" ? /* @__PURE__ */ Y(b, {
945
- defaultValue: "@azamat can you review the DataTable route?",
946
- options: [
947
- {
948
- value: "@azamat",
949
- label: "@azamat"
950
- },
951
- {
952
- value: "@team",
953
- label: "@team"
954
- },
955
- {
956
- value: "@design",
957
- label: "@design"
958
- }
959
- ]
960
- }) : Z.slug === "menubar" ? /* @__PURE__ */ X(Ne, { children: [
961
- /* @__PURE__ */ X(U, { children: [/* @__PURE__ */ Y(W, { children: "File" }), /* @__PURE__ */ X(Pe, {
757
+ ] }) : X.slug === "menubar" ? /* @__PURE__ */ Y(_e, { children: [
758
+ /* @__PURE__ */ Y(U, { children: [/* @__PURE__ */ J(W, { children: "File" }), /* @__PURE__ */ Y(ve, {
962
759
  className: "relative mt-2",
963
- children: [/* @__PURE__ */ Y(H, { children: "New page" }), /* @__PURE__ */ Y(H, { children: "Duplicate" })]
760
+ children: [/* @__PURE__ */ J(H, { children: "New page" }), /* @__PURE__ */ J(H, { children: "Duplicate" })]
964
761
  })] }),
965
- /* @__PURE__ */ Y(U, { children: /* @__PURE__ */ Y(W, { children: "Edit" }) }),
966
- /* @__PURE__ */ Y(U, { children: /* @__PURE__ */ Y(W, { children: "View" }) })
967
- ] }) : Z.slug === "navigation-menu" ? /* @__PURE__ */ Y(Fe, { children: /* @__PURE__ */ X(Ie, { children: [
968
- /* @__PURE__ */ Y(G, { children: /* @__PURE__ */ Y(K, {
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, {
969
766
  href: "#",
970
767
  active: !0,
971
768
  children: "Overview"
972
769
  }) }),
973
- /* @__PURE__ */ Y(G, { children: /* @__PURE__ */ Y(K, {
770
+ /* @__PURE__ */ J(G, { children: /* @__PURE__ */ J(K, {
974
771
  href: "#",
975
772
  children: "Components"
976
773
  }) }),
977
- /* @__PURE__ */ Y(G, { children: /* @__PURE__ */ Y(K, {
774
+ /* @__PURE__ */ J(G, { children: /* @__PURE__ */ J(K, {
978
775
  href: "#",
979
776
  children: "Docs"
980
777
  }) })
981
- ] }) }) : Z.slug === "overlay" ? /* @__PURE__ */ X(oe, {
982
- columns: 3,
983
- gap: "sm",
778
+ ] }) }) : X.slug === "overlay" ? /* @__PURE__ */ Y("div", {
779
+ className: "grid gap-3 sm:grid-cols-3",
984
780
  children: [
985
- /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
781
+ /* @__PURE__ */ J(a, { children: /* @__PURE__ */ Y(o, {
986
782
  className: "p-4",
987
- children: [/* @__PURE__ */ Y("p", {
783
+ children: [/* @__PURE__ */ J("p", {
988
784
  className: "font-medium",
989
785
  children: "Dialog"
990
- }), /* @__PURE__ */ Y("p", {
786
+ }), /* @__PURE__ */ J("p", {
991
787
  className: "mt-1 text-sm text-muted-foreground",
992
788
  children: "Focused confirmation and forms."
993
789
  })]
994
790
  }) }),
995
- /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
791
+ /* @__PURE__ */ J(a, { children: /* @__PURE__ */ Y(o, {
996
792
  className: "p-4",
997
- children: [/* @__PURE__ */ Y("p", {
793
+ children: [/* @__PURE__ */ J("p", {
998
794
  className: "font-medium",
999
795
  children: "Popover"
1000
- }), /* @__PURE__ */ Y("p", {
796
+ }), /* @__PURE__ */ J("p", {
1001
797
  className: "mt-1 text-sm text-muted-foreground",
1002
798
  children: "Compact contextual actions."
1003
799
  })]
1004
800
  }) }),
1005
- /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
801
+ /* @__PURE__ */ J(a, { children: /* @__PURE__ */ Y(o, {
1006
802
  className: "p-4",
1007
- children: [/* @__PURE__ */ Y("p", {
803
+ children: [/* @__PURE__ */ J("p", {
1008
804
  className: "font-medium",
1009
805
  children: "Sheet"
1010
- }), /* @__PURE__ */ Y("p", {
806
+ }), /* @__PURE__ */ J("p", {
1011
807
  className: "mt-1 text-sm text-muted-foreground",
1012
808
  children: "Side panel workflows."
1013
809
  })]
1014
810
  }) })
1015
811
  ]
1016
- }) : Z.slug === "property-grid" ? /* @__PURE__ */ Y(I, {
812
+ }) : X.slug === "property-grid" ? /* @__PURE__ */ J(k, {
1017
813
  columns: 3,
1018
814
  items: [
1019
815
  {
@@ -1035,56 +831,39 @@ function $(Z, He, Q, $, Ue) {
1035
831
  description: "Editable local files"
1036
832
  }
1037
833
  ]
1038
- }) : Z.slug === "qr-code" ? /* @__PURE__ */ Y(Te, {
834
+ }) : X.slug === "qr-code" ? /* @__PURE__ */ J(pe, {
1039
835
  value: "https://azamat-ui.vercel.app",
1040
836
  alt: "Azamat UI"
1041
- }) : Z.slug === "quantity-stepper" ? /* @__PURE__ */ Y(p, {
837
+ }) : X.slug === "quantity-stepper" ? /* @__PURE__ */ J(de, {
1042
838
  defaultValue: 3,
1043
839
  min: 1,
1044
840
  max: 10
1045
- }) : Z.slug === "repeater-field" ? /* @__PURE__ */ Y(a, { children: /* @__PURE__ */ X(o, {
1046
- className: "grid gap-3 p-5",
1047
- children: [
1048
- /* @__PURE__ */ Y(i, {
1049
- placeholder: "First item",
1050
- defaultValue: "Revenue KPI"
1051
- }),
1052
- /* @__PURE__ */ Y(i, {
1053
- placeholder: "Second item",
1054
- defaultValue: "Churn guardrail"
1055
- }),
1056
- /* @__PURE__ */ Y("div", { children: /* @__PURE__ */ Y(e, {
1057
- size: "sm",
1058
- variant: "outline",
1059
- children: "Add row"
1060
- }) })
1061
- ]
1062
- }) }) : Z.slug === "resizable-panel" ? /* @__PURE__ */ X(Re, { children: [
1063
- /* @__PURE__ */ X(q, {
841
+ }) : X.slug === "resizable-panel" ? /* @__PURE__ */ Y(Se, { children: [
842
+ /* @__PURE__ */ Y(q, {
1064
843
  defaultSize: "45%",
1065
- children: [/* @__PURE__ */ Y("p", {
844
+ children: [/* @__PURE__ */ J("p", {
1066
845
  className: "text-sm font-medium",
1067
846
  children: "Preview panel"
1068
- }), /* @__PURE__ */ Y("p", {
847
+ }), /* @__PURE__ */ J("p", {
1069
848
  className: "mt-2 text-sm text-muted-foreground",
1070
849
  children: "Resize this surface in product screens with long content."
1071
850
  })]
1072
851
  }),
1073
- /* @__PURE__ */ Y(Le, {}),
1074
- /* @__PURE__ */ X(q, {
852
+ /* @__PURE__ */ J(xe, {}),
853
+ /* @__PURE__ */ Y(q, {
1075
854
  defaultSize: "55%",
1076
- children: [/* @__PURE__ */ Y("p", {
855
+ children: [/* @__PURE__ */ J("p", {
1077
856
  className: "text-sm font-medium",
1078
857
  children: "Inspector panel"
1079
- }), /* @__PURE__ */ Y("p", {
858
+ }), /* @__PURE__ */ J("p", {
1080
859
  className: "mt-2 text-sm text-muted-foreground",
1081
860
  children: "Use for side-by-side data and editing tools."
1082
861
  })]
1083
862
  })
1084
- ] }) : Z.slug === "rich-text-editor" ? /* @__PURE__ */ Y(ze, {
863
+ ] }) : X.slug === "rich-text-editor" ? /* @__PURE__ */ J(Ce, {
1085
864
  value: "<p><strong>Release note</strong> with product details.</p>",
1086
865
  onValueChange: () => void 0
1087
- }) : Z.slug === "saved-filter-select" ? /* @__PURE__ */ Y(pe, {
866
+ }) : X.slug === "saved-filter-select" ? /* @__PURE__ */ J(ce, {
1088
867
  value: "billing",
1089
868
  filters: [
1090
869
  {
@@ -1106,68 +885,125 @@ function $(Z, He, Q, $, Ue) {
1106
885
  onValueChange: () => void 0,
1107
886
  onSave: () => void 0,
1108
887
  onDelete: () => void 0
1109
- }) : Z.slug === "section" ? /* @__PURE__ */ Y(ae, {
888
+ }) : X.slug === "section" ? /* @__PURE__ */ J(ne, {
1110
889
  title: "Revenue summary",
1111
890
  description: "Section wrapper for grouped content and actions.",
1112
- actions: /* @__PURE__ */ Y(e, {
891
+ actions: /* @__PURE__ */ J(e, {
1113
892
  size: "sm",
1114
893
  children: "Export"
1115
894
  }),
1116
895
  bordered: !0,
1117
- children: /* @__PURE__ */ Y("div", {
896
+ children: /* @__PURE__ */ J("div", {
1118
897
  className: "text-sm text-muted-foreground",
1119
898
  children: "Place chart, filters, table or any route content inside."
1120
899
  })
1121
- }) : Z.category === "Forms" ? /* @__PURE__ */ X("div", {
900
+ }) : X.category === "Forms" ? /* @__PURE__ */ Y("div", {
1122
901
  className: "grid gap-3",
1123
- children: [/* @__PURE__ */ Y(i, {
902
+ children: [/* @__PURE__ */ J(i, {
1124
903
  value: Q.textValue,
1125
904
  onChange: (e) => $({ textValue: e.currentTarget.value }),
1126
- placeholder: `${Z.title} preview`
1127
- }), /* @__PURE__ */ Y("p", {
905
+ placeholder: `${X.title} preview`
906
+ }), /* @__PURE__ */ J("p", {
1128
907
  className: "text-sm text-muted-foreground",
1129
908
  children: "Generic field preview for this form surface."
1130
909
  })]
1131
- }) : Z.category === "Overlay" ? /* @__PURE__ */ X("div", {
1132
- className: "rounded-2xl border border-dashed border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5",
1133
- children: [/* @__PURE__ */ Y("p", {
1134
- className: "text-sm font-semibold text-[color:var(--aui-page-foreground)]",
1135
- children: Z.title
1136
- }), /* @__PURE__ */ Y("p", {
1137
- className: "mt-2 text-sm leading-6 text-[color:var(--aui-page-muted)]",
1138
- 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
+ })
1139
940
  })]
1140
- }) : Z.category === "Data Display" ? /* @__PURE__ */ Y("div", {
1141
- className: "rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5",
1142
- 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", {
1143
944
  className: "flex items-center justify-between gap-4",
1144
- children: [/* @__PURE__ */ X("div", { children: [/* @__PURE__ */ Y("p", {
945
+ children: [/* @__PURE__ */ Y("div", { children: [/* @__PURE__ */ J("p", {
1145
946
  className: "text-lg font-semibold",
1146
- children: Z.title
1147
- }), /* @__PURE__ */ Y("p", {
947
+ children: X.title
948
+ }), /* @__PURE__ */ J("p", {
1148
949
  className: "mt-1 text-sm text-muted-foreground",
1149
- children: "Generic display fallback kept neutral until a dedicated showcase is added."
1150
- })] }), /* @__PURE__ */ Y(c, {
950
+ children: "Display surfaces should prioritize readable values, compact metadata, and clear scanning order."
951
+ })] }), /* @__PURE__ */ J(s, {
1151
952
  variant: "outline",
1152
- children: Ue
953
+ children: Ee
1153
954
  })]
1154
- })
1155
- }) : /* @__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", {
1156
992
  className: "rounded-2xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5",
1157
- children: /* @__PURE__ */ X("div", {
993
+ children: /* @__PURE__ */ Y("div", {
1158
994
  className: "flex items-center justify-between gap-4",
1159
- children: [/* @__PURE__ */ X("div", { children: [/* @__PURE__ */ Y("p", {
995
+ children: [/* @__PURE__ */ Y("div", { children: [/* @__PURE__ */ J("p", {
1160
996
  className: "text-lg font-semibold",
1161
- children: Z.title
1162
- }), /* @__PURE__ */ Y("p", {
997
+ children: X.title
998
+ }), /* @__PURE__ */ J("p", {
1163
999
  className: "mt-1 text-sm text-muted-foreground",
1164
1000
  children: "Neutral starter preview for this surface. Copy it into your app, then shape the final state with your real data and props."
1165
- })] }), /* @__PURE__ */ Y(c, {
1001
+ })] }), /* @__PURE__ */ J(s, {
1166
1002
  variant: "outline",
1167
- children: Z.category
1003
+ children: X.category
1168
1004
  })]
1169
1005
  })
1170
1006
  });
1171
1007
  }
1172
1008
  //#endregion
1173
- export { Z as createGenericShowcaseDemo };
1009
+ export { X as createGenericShowcaseDemo };