tembro 2.0.4 → 2.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (401) 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-pagination.cjs +1 -1
  20. package/dist/components/data-table/data-table-pagination.js +4 -4
  21. package/dist/components/data-table/data-table-toolbar.cjs +1 -1
  22. package/dist/components/data-table/data-table-toolbar.d.ts +5 -1
  23. package/dist/components/data-table/data-table-toolbar.js +36 -23
  24. package/dist/components/data-table/data-table.cjs +1 -1
  25. package/dist/components/data-table/data-table.d.ts +8 -6
  26. package/dist/components/data-table/data-table.js +89 -80
  27. package/dist/components/data-table/demo.cjs +1 -1
  28. package/dist/components/data-table/demo.js +3 -13
  29. package/dist/components/data-table/index.cjs +1 -1
  30. package/dist/components/data-table/index.js +5 -5
  31. package/dist/components/data-table/public.cjs +1 -1
  32. package/dist/components/data-table/public.d.ts +1 -6
  33. package/dist/components/data-table/public.js +7 -12
  34. package/dist/components/display/activity-feed.cjs +1 -1
  35. package/dist/components/display/activity-feed.d.ts +12 -1
  36. package/dist/components/display/activity-feed.js +69 -47
  37. package/dist/components/display/carousel.cjs +1 -1
  38. package/dist/components/display/carousel.d.ts +16 -1
  39. package/dist/components/display/carousel.js +71 -26
  40. package/dist/components/display/code-block.cjs +2 -1
  41. package/dist/components/display/code-block.d.ts +3 -1
  42. package/dist/components/display/code-block.js +33 -19
  43. package/dist/components/display/comparison-card.cjs +1 -1
  44. package/dist/components/display/comparison-card.d.ts +3 -3
  45. package/dist/components/display/comparison-card.js +14 -38
  46. package/dist/components/display/data-state.cjs +1 -1
  47. package/dist/components/display/data-state.d.ts +12 -2
  48. package/dist/components/display/data-state.js +80 -42
  49. package/dist/components/display/demo.cjs +1 -1
  50. package/dist/components/display/demo.js +1 -5
  51. package/dist/components/display/index.cjs +1 -1
  52. package/dist/components/display/index.d.ts +0 -3
  53. package/dist/components/display/index.js +21 -24
  54. package/dist/components/display/smart-card.d.ts +1 -1
  55. package/dist/components/display/status-legend.d.ts +1 -1
  56. package/dist/components/feedback/alert.cjs +1 -1
  57. package/dist/components/feedback/alert.d.ts +6 -1
  58. package/dist/components/feedback/alert.js +49 -19
  59. package/dist/components/feedback/index.cjs +1 -1
  60. package/dist/components/feedback/index.d.ts +0 -2
  61. package/dist/components/feedback/index.js +3 -5
  62. package/dist/components/filters/demo.cjs +1 -1
  63. package/dist/components/filters/demo.js +1 -5
  64. package/dist/components/filters/filter-bar.cjs +1 -1
  65. package/dist/components/filters/filter-bar.d.ts +15 -1
  66. package/dist/components/filters/filter-bar.js +94 -50
  67. package/dist/components/filters/index.cjs +1 -1
  68. package/dist/components/filters/index.d.ts +0 -1
  69. package/dist/components/filters/index.js +3 -4
  70. package/dist/components/form/form-field-shell.cjs +1 -1
  71. package/dist/components/form/form-field-shell.d.ts +17 -3
  72. package/dist/components/form/form-field-shell.js +54 -40
  73. package/dist/components/form/form-input.cjs +1 -1
  74. package/dist/components/form/form-input.d.ts +3 -4
  75. package/dist/components/form/form-input.js +285 -224
  76. package/dist/components/form/form-select.cjs +1 -1
  77. package/dist/components/form/form-select.d.ts +2 -2
  78. package/dist/components/form/form-select.js +49 -35
  79. package/dist/components/form/form-switch.cjs +1 -1
  80. package/dist/components/form/form-switch.js +79 -66
  81. package/dist/components/form/form-textarea.cjs +1 -1
  82. package/dist/components/form/form-textarea.js +59 -48
  83. package/dist/components/form/index.cjs +1 -1
  84. package/dist/components/form/index.js +14 -14
  85. package/dist/components/form/public.cjs +1 -1
  86. package/dist/components/form/public.d.ts +0 -8
  87. package/dist/components/form/public.js +7 -15
  88. package/dist/components/inputs/async-select.cjs +1 -1
  89. package/dist/components/inputs/async-select.d.ts +14 -2
  90. package/dist/components/inputs/async-select.js +278 -270
  91. package/dist/components/inputs/combobox.cjs +1 -1
  92. package/dist/components/inputs/combobox.d.ts +5 -1
  93. package/dist/components/inputs/combobox.js +52 -19
  94. package/dist/components/inputs/search-input.d.ts +3 -0
  95. package/dist/components/inputs/simple-select.cjs +1 -1
  96. package/dist/components/inputs/simple-select.d.ts +10 -31
  97. package/dist/components/inputs/simple-select.js +5 -85
  98. package/dist/components/layout/app-sidebar.cjs +1 -1
  99. package/dist/components/layout/app-sidebar.d.ts +4 -1
  100. package/dist/components/layout/app-sidebar.js +152 -132
  101. package/dist/components/layout/breadcrumbs.cjs +1 -1
  102. package/dist/components/layout/breadcrumbs.d.ts +2 -1
  103. package/dist/components/layout/breadcrumbs.js +10 -10
  104. package/dist/components/layout/index.cjs +1 -1
  105. package/dist/components/layout/index.js +3 -3
  106. package/dist/components/layout/stat-card.cjs +1 -1
  107. package/dist/components/layout/stat-card.d.ts +8 -1
  108. package/dist/components/layout/stat-card.js +33 -11
  109. package/dist/components/modern/calendar-scheduler.cjs +1 -1
  110. package/dist/components/modern/calendar-scheduler.d.ts +2 -1
  111. package/dist/components/modern/calendar-scheduler.js +21 -12
  112. package/dist/components/overlay/alert-dialog.cjs +1 -1
  113. package/dist/components/overlay/alert-dialog.d.ts +15 -1
  114. package/dist/components/overlay/alert-dialog.js +102 -27
  115. package/dist/components/overlay/drawer.cjs +1 -1
  116. package/dist/components/overlay/drawer.d.ts +4 -1
  117. package/dist/components/overlay/drawer.js +20 -17
  118. package/dist/components/patterns/index.cjs +1 -1
  119. package/dist/components/patterns/index.d.ts +0 -1
  120. package/dist/components/patterns/index.js +1 -2
  121. package/dist/components/patterns/public.cjs +1 -1
  122. package/dist/components/patterns/public.d.ts +0 -1
  123. package/dist/components/patterns/public.js +1 -2
  124. package/dist/components/ui/button/index.cjs +1 -1
  125. package/dist/components/ui/button/index.d.ts +3 -1
  126. package/dist/components/ui/button/index.js +7 -5
  127. package/dist/components/ui/card/index.cjs +1 -1
  128. package/dist/components/ui/card/index.d.ts +13 -2
  129. package/dist/components/ui/card/index.js +74 -49
  130. package/dist/components/ui/checkbox/index.cjs +1 -1
  131. package/dist/components/ui/checkbox/index.d.ts +8 -0
  132. package/dist/components/ui/checkbox/index.js +16 -14
  133. package/dist/components/ui/collapse/index.cjs +1 -1
  134. package/dist/components/ui/collapse/index.d.ts +17 -3
  135. package/dist/components/ui/collapse/index.js +88 -33
  136. package/dist/components/ui/dialog/index.cjs +1 -1
  137. package/dist/components/ui/dialog/index.d.ts +2 -1
  138. package/dist/components/ui/dialog/index.js +6 -4
  139. package/dist/components/ui/dropdown-menu/index.cjs +1 -1
  140. package/dist/components/ui/dropdown-menu/index.d.ts +9 -4
  141. package/dist/components/ui/dropdown-menu/index.js +87 -62
  142. package/dist/components/ui/input/index.cjs +1 -1
  143. package/dist/components/ui/input/index.d.ts +8 -0
  144. package/dist/components/ui/input/index.js +63 -30
  145. package/dist/components/ui/select/index.cjs +1 -1
  146. package/dist/components/ui/select/index.d.ts +33 -1
  147. package/dist/components/ui/select/index.js +154 -48
  148. package/dist/index.cjs +1 -1
  149. package/dist/index.js +137 -156
  150. package/dist/public-component-surface.cjs +1 -1
  151. package/dist/public-component-surface.js +0 -15
  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 +23 -36
  155. package/dist/showcase/create-demo.js +15 -16
  156. package/dist/showcase/fallback.cjs +3 -3
  157. package/dist/showcase/fallback.js +275 -265
  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 +16 -14
  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 +426 -467
  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/select/mock.cjs +8 -9
  224. package/dist/showcase/premium/select/mock.js +1 -1
  225. package/dist/showcase/premium/select/showcase.cjs +1 -1
  226. package/dist/showcase/premium/select/showcase.js +76 -86
  227. package/dist/showcase/premium/simple-select/mock.cjs +1 -1
  228. package/dist/showcase/premium/simple-select/mock.js +1 -1
  229. package/dist/showcase/premium/simple-select/showcase.cjs +1 -1
  230. package/dist/showcase/premium/simple-select/showcase.js +4 -2
  231. package/dist/showcase/preview-catalog.cjs +7 -10
  232. package/dist/showcase/preview-catalog.js +7 -7
  233. package/dist/showcase/registry-quality.cjs +1 -1
  234. package/dist/showcase/registry-quality.js +0 -23
  235. package/dist/showcase/registry-specific.cjs +1 -1
  236. package/dist/showcase/registry-specific.js +153 -383
  237. package/dist/showcase/render-registry-preview.cjs +1 -1
  238. package/dist/showcase/render-registry-preview.js +169 -197
  239. package/dist/showcase/site-data.cjs +1 -1
  240. package/dist/showcase/site-data.js +197 -941
  241. package/dist/showcase/supplemental.cjs +1 -1
  242. package/dist/showcase/supplemental.js +1 -1
  243. package/dist/showcase/tembro-registry.json.cjs +1 -1
  244. package/dist/showcase/tembro-registry.json.js +33 -51
  245. package/package.json +1 -1
  246. package/packages/cli/dist/index.cjs +2 -2
  247. package/packages/cli/vendor/src/components/actions/action-menu.tsx +149 -83
  248. package/packages/cli/vendor/src/components/actions/button-group.tsx +141 -33
  249. package/packages/cli/vendor/src/components/actions/copy-button.tsx +21 -16
  250. package/packages/cli/vendor/src/components/calendar/calendar.tsx +223 -88
  251. package/packages/cli/vendor/src/components/calendar/date-picker.tsx +73 -29
  252. package/packages/cli/vendor/src/components/calendar/date-range-picker.tsx +154 -49
  253. package/packages/cli/vendor/src/components/data-table/data-table-pagination.tsx +7 -7
  254. package/packages/cli/vendor/src/components/data-table/data-table-toolbar.tsx +71 -50
  255. package/packages/cli/vendor/src/components/data-table/data-table.tsx +86 -73
  256. package/packages/cli/vendor/src/components/data-table/demo.tsx +2 -12
  257. package/packages/cli/vendor/src/components/data-table/public.ts +1 -6
  258. package/packages/cli/vendor/src/components/display/activity-feed.tsx +98 -40
  259. package/packages/cli/vendor/src/components/display/carousel.tsx +104 -6
  260. package/packages/cli/vendor/src/components/display/code-block.tsx +58 -26
  261. package/packages/cli/vendor/src/components/display/comparison-card.tsx +15 -41
  262. package/packages/cli/vendor/src/components/display/data-state.tsx +119 -50
  263. package/packages/cli/vendor/src/components/display/demo.tsx +0 -4
  264. package/packages/cli/vendor/src/components/display/index.ts +0 -3
  265. package/packages/cli/vendor/src/components/display/smart-card.tsx +1 -1
  266. package/packages/cli/vendor/src/components/display/status-legend.tsx +1 -1
  267. package/packages/cli/vendor/src/components/feedback/alert.tsx +86 -28
  268. package/packages/cli/vendor/src/components/feedback/index.ts +0 -2
  269. package/packages/cli/vendor/src/components/filters/demo.tsx +0 -1
  270. package/packages/cli/vendor/src/components/filters/filter-bar.tsx +126 -54
  271. package/packages/cli/vendor/src/components/filters/index.ts +0 -1
  272. package/packages/cli/vendor/src/components/form/form-field-shell.tsx +72 -34
  273. package/packages/cli/vendor/src/components/form/form-input.tsx +127 -23
  274. package/packages/cli/vendor/src/components/form/form-select.tsx +30 -7
  275. package/packages/cli/vendor/src/components/form/form-switch.tsx +77 -58
  276. package/packages/cli/vendor/src/components/form/form-textarea.tsx +65 -51
  277. package/packages/cli/vendor/src/components/form/public.ts +0 -9
  278. package/packages/cli/vendor/src/components/inputs/async-select.tsx +138 -91
  279. package/packages/cli/vendor/src/components/inputs/combobox.tsx +66 -9
  280. package/packages/cli/vendor/src/components/inputs/search-input.tsx +5 -2
  281. package/packages/cli/vendor/src/components/inputs/simple-select.tsx +20 -162
  282. package/packages/cli/vendor/src/components/layout/app-sidebar.tsx +42 -1
  283. package/packages/cli/vendor/src/components/layout/breadcrumbs.tsx +17 -8
  284. package/packages/cli/vendor/src/components/layout/stat-card.tsx +63 -23
  285. package/packages/cli/vendor/src/components/modern/calendar-scheduler.tsx +32 -22
  286. package/packages/cli/vendor/src/components/overlay/alert-dialog.tsx +148 -24
  287. package/packages/cli/vendor/src/components/overlay/drawer.tsx +42 -30
  288. package/packages/cli/vendor/src/components/patterns/index.ts +0 -1
  289. package/packages/cli/vendor/src/components/patterns/public.ts +0 -1
  290. package/packages/cli/vendor/src/components/ui/button/index.tsx +27 -17
  291. package/packages/cli/vendor/src/components/ui/card/index.tsx +95 -25
  292. package/packages/cli/vendor/src/components/ui/checkbox/index.tsx +22 -5
  293. package/packages/cli/vendor/src/components/ui/collapse/index.tsx +97 -16
  294. package/packages/cli/vendor/src/components/ui/dialog/index.tsx +12 -8
  295. package/packages/cli/vendor/src/components/ui/dropdown-menu/index.tsx +82 -28
  296. package/packages/cli/vendor/src/components/ui/input/index.tsx +98 -0
  297. package/packages/cli/vendor/src/components/ui/select/index.tsx +227 -34
  298. package/packages/cli/vendor/src/public-component-surface.ts +0 -3
  299. package/packages/cli/vendor/src/showcase/component-api-schema.ts +2 -2
  300. package/packages/cli/vendor/src/showcase/create-demo.tsx +44 -58
  301. package/packages/cli/vendor/src/showcase/fallback.tsx +80 -99
  302. package/packages/cli/vendor/src/showcase/premium/accordion/showcase.tsx +32 -2
  303. package/packages/cli/vendor/src/showcase/premium/action-menu/showcase.tsx +12 -3
  304. package/packages/cli/vendor/src/showcase/premium/activity-feed/showcase.tsx +15 -2
  305. package/packages/cli/vendor/src/showcase/premium/alert/showcase.tsx +32 -17
  306. package/packages/cli/vendor/src/showcase/premium/alert-dialog/showcase.tsx +28 -3
  307. package/packages/cli/vendor/src/showcase/premium/async-multi-select/mock.ts +6 -5
  308. package/packages/cli/vendor/src/showcase/premium/async-multi-select/showcase.tsx +5 -4
  309. package/packages/cli/vendor/src/showcase/premium/async-select/mock.ts +1 -1
  310. package/packages/cli/vendor/src/showcase/premium/async-select/showcase.tsx +36 -0
  311. package/packages/cli/vendor/src/showcase/premium/button/showcase.tsx +26 -5
  312. package/packages/cli/vendor/src/showcase/premium/button-group/showcase.tsx +20 -3
  313. package/packages/cli/vendor/src/showcase/premium/calendar/showcase.tsx +5 -0
  314. package/packages/cli/vendor/src/showcase/premium/carousel/showcase.tsx +33 -5
  315. package/packages/cli/vendor/src/showcase/premium/checkbox/showcase.tsx +46 -3
  316. package/packages/cli/vendor/src/showcase/premium/clearable-input/mock.ts +5 -3
  317. package/packages/cli/vendor/src/showcase/premium/clearable-input/showcase.tsx +5 -2
  318. package/packages/cli/vendor/src/showcase/premium/collapse/showcase.tsx +4 -0
  319. package/packages/cli/vendor/src/showcase/premium/combobox/showcase.tsx +8 -0
  320. package/packages/cli/vendor/src/showcase/premium/data-table/showcase.tsx +77 -27
  321. package/packages/cli/vendor/src/showcase/premium/data-table-parts/showcase.tsx +14 -14
  322. package/packages/cli/vendor/src/showcase/premium/date-input/mock.ts +1 -1
  323. package/packages/cli/vendor/src/showcase/premium/date-range-picker/showcase.tsx +7 -0
  324. package/packages/cli/vendor/src/showcase/premium/dropdown-menu/showcase.tsx +46 -3
  325. package/packages/cli/vendor/src/showcase/premium/form-wrapper/mock.ts +70 -44
  326. package/packages/cli/vendor/src/showcase/premium/form-wrapper/showcase.tsx +129 -12
  327. package/packages/cli/vendor/src/showcase/premium/index.ts +7 -24
  328. package/packages/cli/vendor/src/showcase/premium/input/mock.ts +2 -2
  329. package/packages/cli/vendor/src/showcase/premium/masked-input/mock.ts +1 -1
  330. package/packages/cli/vendor/src/showcase/premium/money-input/mock.ts +1 -1
  331. package/packages/cli/vendor/src/showcase/premium/number-input/mock.ts +1 -1
  332. package/packages/cli/vendor/src/showcase/premium/phone-input/mock.ts +1 -1
  333. package/packages/cli/vendor/src/showcase/premium/quantity-input/mock.ts +1 -1
  334. package/packages/cli/vendor/src/showcase/premium/select/mock.ts +1 -1
  335. package/packages/cli/vendor/src/showcase/premium/select/showcase.tsx +13 -21
  336. package/packages/cli/vendor/src/showcase/premium/simple-select/mock.ts +1 -1
  337. package/packages/cli/vendor/src/showcase/premium/simple-select/showcase.tsx +2 -1
  338. package/packages/cli/vendor/src/showcase/preview-catalog.tsx +7 -7
  339. package/packages/cli/vendor/src/showcase/registry-quality.ts +4 -28
  340. package/packages/cli/vendor/src/showcase/registry-specific.tsx +10 -186
  341. package/packages/cli/vendor/src/showcase/render-registry-preview.tsx +23 -57
  342. package/packages/cli/vendor/src/showcase/site-data.tsx +2443 -2761
  343. package/packages/cli/vendor/src/showcase/supplemental.tsx +2 -42
  344. package/packages/cli/vendor/src/showcase/tembro-registry.json +11 -58
  345. package/registry.json +11 -61
  346. package/dist/components/display/entity-card.cjs +0 -1
  347. package/dist/components/display/entity-card.d.ts +0 -18
  348. package/dist/components/display/entity-card.js +0 -61
  349. package/dist/components/display/entity-header.cjs +0 -1
  350. package/dist/components/display/entity-header.d.ts +0 -13
  351. package/dist/components/display/entity-header.js +0 -52
  352. package/dist/components/display/file-card.cjs +0 -1
  353. package/dist/components/display/file-card.d.ts +0 -14
  354. package/dist/components/display/file-card.js +0 -59
  355. package/dist/components/feedback/empty-search-state.cjs +0 -1
  356. package/dist/components/feedback/empty-search-state.d.ts +0 -11
  357. package/dist/components/feedback/empty-search-state.js +0 -45
  358. package/dist/components/feedback/empty-state.cjs +0 -1
  359. package/dist/components/feedback/empty-state.d.ts +0 -11
  360. package/dist/components/feedback/empty-state.js +0 -38
  361. package/dist/components/filters/filter-chips.cjs +0 -1
  362. package/dist/components/filters/filter-chips.d.ts +0 -18
  363. package/dist/components/filters/filter-chips.js +0 -61
  364. package/dist/components/patterns/form-builder-presets.cjs +0 -1
  365. package/dist/components/patterns/form-builder-presets.d.ts +0 -1
  366. package/dist/components/patterns/form-builder-presets.js +0 -2
  367. package/dist/components/patterns/form-builder.cjs +0 -1
  368. package/dist/components/patterns/form-builder.d.ts +0 -109
  369. package/dist/components/patterns/form-builder.js +0 -263
  370. package/dist/showcase/premium/empty-state/index.cjs +0 -1
  371. package/dist/showcase/premium/empty-state/index.d.ts +0 -2
  372. package/dist/showcase/premium/empty-state/index.js +0 -3
  373. package/dist/showcase/premium/empty-state/mock.cjs +0 -14
  374. package/dist/showcase/premium/empty-state/mock.d.ts +0 -2
  375. package/dist/showcase/premium/empty-state/mock.js +0 -31
  376. package/dist/showcase/premium/empty-state/showcase.cjs +0 -1
  377. package/dist/showcase/premium/empty-state/showcase.d.ts +0 -3
  378. package/dist/showcase/premium/empty-state/showcase.js +0 -99
  379. package/dist/showcase/premium/form-builder/index.cjs +0 -1
  380. package/dist/showcase/premium/form-builder/index.d.ts +0 -2
  381. package/dist/showcase/premium/form-builder/index.js +0 -3
  382. package/dist/showcase/premium/form-builder/mock.cjs +0 -57
  383. package/dist/showcase/premium/form-builder/mock.d.ts +0 -2
  384. package/dist/showcase/premium/form-builder/mock.js +0 -40
  385. package/dist/showcase/premium/form-builder/showcase.cjs +0 -1
  386. package/dist/showcase/premium/form-builder/showcase.d.ts +0 -3
  387. package/dist/showcase/premium/form-builder/showcase.js +0 -69
  388. package/packages/cli/vendor/src/components/display/entity-card.tsx +0 -80
  389. package/packages/cli/vendor/src/components/display/entity-header.tsx +0 -80
  390. package/packages/cli/vendor/src/components/display/file-card.tsx +0 -61
  391. package/packages/cli/vendor/src/components/feedback/empty-search-state.tsx +0 -65
  392. package/packages/cli/vendor/src/components/feedback/empty-state.tsx +0 -56
  393. package/packages/cli/vendor/src/components/filters/filter-chips.tsx +0 -89
  394. package/packages/cli/vendor/src/components/patterns/form-builder-presets.ts +0 -13
  395. package/packages/cli/vendor/src/components/patterns/form-builder.tsx +0 -443
  396. package/packages/cli/vendor/src/showcase/premium/empty-state/index.ts +0 -2
  397. package/packages/cli/vendor/src/showcase/premium/empty-state/mock.ts +0 -30
  398. package/packages/cli/vendor/src/showcase/premium/empty-state/showcase.tsx +0 -65
  399. package/packages/cli/vendor/src/showcase/premium/form-builder/index.ts +0 -2
  400. package/packages/cli/vendor/src/showcase/premium/form-builder/mock.ts +0 -79
  401. package/packages/cli/vendor/src/showcase/premium/form-builder/showcase.tsx +0 -55
@@ -1,123 +1,121 @@
1
1
  import { Button as e } from "../components/ui/button/index.js";
2
2
  import { ActionMenu as t } from "../components/actions/action-menu.js";
3
3
  import { ButtonGroup as n } from "../components/actions/button-group.js";
4
- import { ClearableInput as r } from "../components/inputs/clearable-input.js";
5
- import { PasswordInput as i } from "../components/inputs/password-input.js";
6
- import { SearchInput as a } from "../components/inputs/search-input.js";
7
- import { Input as o } from "../components/ui/input/index.js";
8
- import { Badge as s } from "../components/ui/badge/index.js";
9
- import { QuickActionGrid as c } from "../components/actions/quick-action-grid.js";
10
- import { SectionHeader as l } from "../components/layout/section-header.js";
11
- import { AnchorNav as u } from "../components/navigation/anchor-nav.js";
12
- import { NavTabs as d } from "../components/navigation/nav-tabs.js";
13
- import { PageTabs as f } from "../components/navigation/page-tabs.js";
14
- import { Pagination as p } from "../components/navigation/pagination.js";
15
- import { StepperTabs as m } from "../components/navigation/stepper-tabs.js";
16
- import { FilterChips as h } from "../components/filters/filter-chips.js";
17
- import { FilterBar as g } from "../components/filters/filter-bar.js";
18
- import { AlertDialog as _ } from "../components/overlay/alert-dialog.js";
19
- import { DialogActionButton as v, DialogActions as y } from "../components/overlay/dialog-actions.js";
20
- import { Drawer as b } from "../components/overlay/drawer.js";
21
- import { ColorInput as ee } from "../components/inputs/color-input.js";
22
- import { OtpInput as te } from "../components/inputs/otp-input.js";
23
- import { Rating as ne } from "../components/inputs/rating.js";
24
- import { RangeSlider as re, Slider as ie } from "../components/inputs/slider.js";
25
- import { TagInput as ae } from "../components/inputs/tag-input.js";
26
- import { Calendar as oe } from "../components/calendar/calendar.js";
27
- import { Alert as x } from "../components/feedback/alert.js";
28
- import { PageState as S } from "../components/feedback/page-state.js";
29
- import { DescriptionList as C } from "../components/display/description-list.js";
30
- import { EntityCard as w } from "../components/display/entity-card.js";
31
- import { List as T } from "../components/display/list.js";
32
- import { Progress as E } from "../components/display/progress.js";
33
- import { ProgressCircle as D } from "../components/display/progress-circle.js";
34
- import { StatusDot as O } from "../components/display/status-dot.js";
35
- import { StatusLegend as k } from "../components/display/status-legend.js";
36
- import { Timeline as A } from "../components/display/timeline.js";
37
- import { UserCard as j } from "../components/display/user-card.js";
38
- import { CommandPalette as M } from "../components/command/command-palette.js";
4
+ import { PasswordInput as r } from "../components/inputs/password-input.js";
5
+ import { Input as i } from "../components/ui/input/index.js";
6
+ import { Badge as a } from "../components/ui/badge/index.js";
7
+ import { QuickActionGrid as o } from "../components/actions/quick-action-grid.js";
8
+ import { SectionHeader as s } from "../components/layout/section-header.js";
9
+ import { AnchorNav as ee } from "../components/navigation/anchor-nav.js";
10
+ import { NavTabs as c } from "../components/navigation/nav-tabs.js";
11
+ import { PageTabs as l } from "../components/navigation/page-tabs.js";
12
+ import { Pagination as u } from "../components/navigation/pagination.js";
13
+ import { StepperTabs as d } from "../components/navigation/stepper-tabs.js";
14
+ import { FilterBar as f } from "../components/filters/filter-bar.js";
15
+ import { AlertDialog as p } from "../components/overlay/alert-dialog.js";
16
+ import { DialogActionButton as m, DialogActions as h } from "../components/overlay/dialog-actions.js";
17
+ import { Drawer as g } from "../components/overlay/drawer.js";
18
+ import { ColorInput as _ } from "../components/inputs/color-input.js";
19
+ import { OtpInput as v } from "../components/inputs/otp-input.js";
20
+ import { Rating as y } from "../components/inputs/rating.js";
21
+ import { RangeSlider as b, Slider as x } from "../components/inputs/slider.js";
22
+ import { TagInput as te } from "../components/inputs/tag-input.js";
23
+ import { Alert as ne } from "../components/feedback/alert.js";
24
+ import { PageState as re } from "../components/feedback/page-state.js";
25
+ import { DescriptionList as S } from "../components/display/description-list.js";
26
+ import { List as C } from "../components/display/list.js";
27
+ import { Progress as w } from "../components/display/progress.js";
28
+ import { ProgressCircle as T } from "../components/display/progress-circle.js";
29
+ import { StatusDot as E } from "../components/display/status-dot.js";
30
+ import { StatusLegend as D } from "../components/display/status-legend.js";
31
+ import { Timeline as O } from "../components/display/timeline.js";
32
+ import { UserCard as k } from "../components/display/user-card.js";
33
+ import { StatCard as A } from "../components/layout/stat-card.js";
34
+ import { CommandPalette as j } from "../components/command/command-palette.js";
35
+ import { Calendar as M } from "../components/calendar/calendar.js";
39
36
  import { FileUpload as N } from "../components/upload/file-upload.js";
40
37
  import { FileDropzone as P } from "../components/upload/file-dropzone.js";
41
38
  import { Stepper as F } from "../components/wizard/stepper.js";
42
39
  import { Wizard as I } from "../components/wizard/wizard.js";
43
40
  import { AppHeader as L } from "../components/layout/app-header.js";
44
- import { StatCard as R } from "../components/layout/stat-card.js";
45
- import { ResourceDetailPage as z } from "../components/patterns/resource-detail-page.js";
46
- import { ResourcePage as B, ResourcePageSection as V } from "../components/patterns/resource-page.js";
41
+ import { ResourceDetailPage as R } from "../components/patterns/resource-detail-page.js";
42
+ import { ResourcePage as z, ResourcePageSection as B } from "../components/patterns/resource-page.js";
47
43
  import "react";
48
- import { ArchiveIcon as H, BellIcon as U, ChevronRightIcon as W, DownloadIcon as se, FilterIcon as G, LayoutDashboardIcon as K, MoreHorizontalIcon as q, SearchIcon as J, UploadCloudIcon as ce } from "lucide-react";
44
+ import { ArchiveIcon as V, BellIcon as H, ChevronRightIcon as ie, DownloadIcon as U, FilterIcon as W, LayoutDashboardIcon as G, MoreHorizontalIcon as K, SearchIcon as q, UploadCloudIcon as J } from "lucide-react";
49
45
  import { Fragment as Y, jsx as X, jsxs as Z } from "react/jsx-runtime";
50
46
  //#region src/showcase/render-registry-preview.tsx
51
- function le(e, t, n) {
52
- return e.kind === "inputs" ? /* @__PURE__ */ X(ue, {
47
+ function ae(e, t, n) {
48
+ return e.kind === "inputs" ? /* @__PURE__ */ X(oe, {
53
49
  slug: e.slug,
54
50
  state: t,
55
51
  setState: n
56
- }) : e.kind === "form" ? /* @__PURE__ */ X(de, {
52
+ }) : e.kind === "form" ? /* @__PURE__ */ X(se, {
57
53
  state: t,
58
54
  setState: n
59
- }) : e.kind === "overlay" ? /* @__PURE__ */ X(fe, { slug: e.slug }) : e.kind === "navigation" ? /* @__PURE__ */ X(pe, { slug: e.slug }) : e.kind === "feedback" ? /* @__PURE__ */ X($, { slug: e.slug }) : e.kind === "display" ? /* @__PURE__ */ X(me, { slug: e.slug }) : e.kind === "actions" ? /* @__PURE__ */ X(he, {
55
+ }) : e.kind === "overlay" ? /* @__PURE__ */ X(ce, { slug: e.slug }) : e.kind === "navigation" ? /* @__PURE__ */ X(le, { slug: e.slug }) : e.kind === "feedback" ? /* @__PURE__ */ X(ue, { slug: e.slug }) : e.kind === "display" ? /* @__PURE__ */ X(de, { slug: e.slug }) : e.kind === "actions" ? /* @__PURE__ */ X(fe, {
60
56
  slug: e.slug,
61
57
  state: t,
62
58
  setState: n
63
- }) : e.kind === "layout" ? /* @__PURE__ */ X(ge, { slug: e.slug }) : e.kind === "data-table" ? /* @__PURE__ */ X(_e, { slug: e.slug }) : e.kind === "calendar" ? /* @__PURE__ */ X(ve, {}) : e.kind === "upload" ? /* @__PURE__ */ X(ye, { slug: e.slug }) : e.kind === "wizard" ? /* @__PURE__ */ X(be, { slug: e.slug }) : e.kind === "patterns" ? /* @__PURE__ */ X(xe, { slug: e.slug }) : null;
59
+ }) : e.kind === "layout" ? /* @__PURE__ */ X(pe, { slug: e.slug }) : e.kind === "data-table" ? /* @__PURE__ */ X($, { slug: e.slug }) : e.kind === "calendar" ? /* @__PURE__ */ X(me, {}) : e.kind === "upload" ? /* @__PURE__ */ X(he, { slug: e.slug }) : e.kind === "wizard" ? /* @__PURE__ */ X(ge, { slug: e.slug }) : e.kind === "patterns" ? /* @__PURE__ */ X(_e, { slug: e.slug }) : null;
64
60
  }
65
61
  function Q({ tone: e, children: t }) {
66
- return /* @__PURE__ */ X(s, {
62
+ return /* @__PURE__ */ X(a, {
67
63
  variant: e === "danger" ? "destructive" : e === "warning" ? "outline" : "secondary",
68
64
  children: t
69
65
  });
70
66
  }
71
- function ue({ slug: e, state: t, setState: n }) {
72
- let s = t.textValue, c = (e) => n({ textValue: e });
73
- return e === "search-input" ? /* @__PURE__ */ X(a, {
74
- value: s,
75
- onValueChange: c,
67
+ function oe({ slug: e, state: t, setState: n }) {
68
+ let a = t.textValue, o = (e) => n({ textValue: e });
69
+ return e === "search-input" ? /* @__PURE__ */ X(i, {
70
+ type: "search",
71
+ value: a,
72
+ onValueChange: o,
76
73
  resultCount: 12,
77
74
  shortcut: "Ctrl K",
78
75
  placeholder: "Search customers..."
79
- }) : e === "password-input" ? /* @__PURE__ */ X(i, {
76
+ }) : e === "password-input" ? /* @__PURE__ */ X(r, {
80
77
  value: "secret-token",
81
- onValueChange: c,
78
+ onValueChange: o,
82
79
  placeholder: "Password"
83
- }) : e === "clearable-input" ? /* @__PURE__ */ X(r, {
84
- value: s,
85
- onValueChange: c,
86
- placeholder: "Clearable input"
87
- }) : e === "slider" ? /* @__PURE__ */ X(ie, {
80
+ }) : e === "clearable-input" ? /* @__PURE__ */ X(i, {
81
+ value: a,
82
+ onValueChange: o,
83
+ placeholder: "Clearable input",
84
+ clearable: !0
85
+ }) : e === "slider" ? /* @__PURE__ */ X(x, {
88
86
  label: "Density",
89
87
  description: "Tune content density.",
90
88
  defaultValue: 64,
91
89
  showValue: !0
92
- }) : e === "range-slider" ? /* @__PURE__ */ X(re, {
90
+ }) : e === "range-slider" ? /* @__PURE__ */ X(b, {
93
91
  label: "Revenue range",
94
92
  description: "Filter between two values.",
95
93
  defaultValue: [20, 80],
96
94
  showValue: !0
97
- }) : e === "rating" ? /* @__PURE__ */ X(ne, {
95
+ }) : e === "rating" ? /* @__PURE__ */ X(y, {
98
96
  defaultValue: 4,
99
97
  labels: { clear: "Reset" }
100
- }) : e === "otp-input" ? /* @__PURE__ */ X(te, {
101
- value: s.replace(/\D/g, "").slice(0, 6),
102
- onValueChange: c
103
- }) : e === "color-input" ? /* @__PURE__ */ X(ee, {
98
+ }) : e === "otp-input" ? /* @__PURE__ */ X(v, {
99
+ value: a.replace(/\D/g, "").slice(0, 6),
100
+ onValueChange: o
101
+ }) : e === "color-input" ? /* @__PURE__ */ X(_, {
104
102
  defaultValue: "#22c55e",
105
103
  label: "Accent color",
106
104
  description: "Theme token preview."
107
- }) : e === "tag-input" ? /* @__PURE__ */ X(ae, {
105
+ }) : e === "tag-input" ? /* @__PURE__ */ X(te, {
108
106
  defaultValue: [
109
107
  "dashboard",
110
108
  "beta",
111
109
  "ops"
112
110
  ],
113
111
  placeholder: "Add label"
114
- }) : /* @__PURE__ */ X(o, {
115
- value: s,
112
+ }) : /* @__PURE__ */ X(i, {
113
+ value: a,
116
114
  onChange: (e) => n({ textValue: e.currentTarget.value }),
117
115
  placeholder: "Unified input"
118
116
  });
119
117
  }
120
- function de({ state: e, setState: t }) {
118
+ function se({ state: e, setState: t }) {
121
119
  return /* @__PURE__ */ Z("div", {
122
120
  className: "grid gap-4 md:grid-cols-2",
123
121
  children: [/* @__PURE__ */ Z("label", {
@@ -127,7 +125,7 @@ function de({ state: e, setState: t }) {
127
125
  className: "text-sm font-medium text-[color:var(--aui-page-foreground)]",
128
126
  children: "Email address"
129
127
  }),
130
- /* @__PURE__ */ X(o, {
128
+ /* @__PURE__ */ X(i, {
131
129
  value: e.textValue,
132
130
  onChange: (e) => t({ textValue: e.currentTarget.value })
133
131
  }),
@@ -143,7 +141,8 @@ function de({ state: e, setState: t }) {
143
141
  className: "text-sm font-medium text-[color:var(--aui-page-foreground)]",
144
142
  children: "Status"
145
143
  }),
146
- /* @__PURE__ */ X(a, {
144
+ /* @__PURE__ */ X(i, {
145
+ type: "search",
147
146
  value: "Active customers",
148
147
  resultCount: 7,
149
148
  readOnly: !0
@@ -156,24 +155,24 @@ function de({ state: e, setState: t }) {
156
155
  })]
157
156
  });
158
157
  }
159
- function fe({ slug: t }) {
158
+ function ce({ slug: t }) {
160
159
  return t === "dialog-actions" ? /* @__PURE__ */ X("div", {
161
160
  className: "rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-4",
162
- children: /* @__PURE__ */ Z(y, {
161
+ children: /* @__PURE__ */ Z(h, {
163
162
  align: "end",
164
163
  children: [
165
- /* @__PURE__ */ X(v, {
164
+ /* @__PURE__ */ X(m, {
166
165
  variant: "ghost",
167
166
  children: "Cancel"
168
167
  }),
169
- /* @__PURE__ */ X(v, {
168
+ /* @__PURE__ */ X(m, {
170
169
  variant: "outline",
171
170
  children: "Save draft"
172
171
  }),
173
- /* @__PURE__ */ X(v, { children: "Publish" })
172
+ /* @__PURE__ */ X(m, { children: "Publish" })
174
173
  ]
175
174
  })
176
- }) : t === "alert-dialog" ? /* @__PURE__ */ X(_, {
175
+ }) : t === "alert-dialog" ? /* @__PURE__ */ X(p, {
177
176
  open: !1,
178
177
  title: "Archive invoice?",
179
178
  description: "This keeps the invoice readable but removes it from active queues.",
@@ -181,7 +180,7 @@ function fe({ slug: t }) {
181
180
  variant: "destructive",
182
181
  children: "Open alert"
183
182
  })
184
- }) : t === "drawer" ? /* @__PURE__ */ X(b, {
183
+ }) : t === "drawer" ? /* @__PURE__ */ X(g, {
185
184
  open: !1,
186
185
  trigger: /* @__PURE__ */ X(e, {
187
186
  variant: "outline",
@@ -189,7 +188,7 @@ function fe({ slug: t }) {
189
188
  }),
190
189
  title: "Customer details",
191
190
  description: "Side panel for fast inspection.",
192
- children: /* @__PURE__ */ X(C, { items: [{
191
+ children: /* @__PURE__ */ X(S, { items: [{
193
192
  key: "plan",
194
193
  label: "Plan",
195
194
  value: "Scale"
@@ -213,12 +212,12 @@ function fe({ slug: t }) {
213
212
  ]
214
213
  });
215
214
  }
216
- function pe({ slug: e }) {
217
- return e === "pagination" ? /* @__PURE__ */ X(p, {
215
+ function le({ slug: e }) {
216
+ return e === "pagination" ? /* @__PURE__ */ X(u, {
218
217
  page: 3,
219
218
  pageCount: 9,
220
219
  onPageChange: () => void 0
221
- }) : e === "anchor-nav" ? /* @__PURE__ */ X(u, {
220
+ }) : e === "anchor-nav" ? /* @__PURE__ */ X(ee, {
222
221
  orientation: "horizontal",
223
222
  title: "Sections",
224
223
  items: [
@@ -239,7 +238,7 @@ function pe({ slug: e }) {
239
238
  href: "#api"
240
239
  }
241
240
  ]
242
- }) : e === "page-tabs" ? /* @__PURE__ */ X(f, {
241
+ }) : e === "page-tabs" ? /* @__PURE__ */ X(l, {
243
242
  value: "overview",
244
243
  variant: "pills",
245
244
  items: [
@@ -257,7 +256,7 @@ function pe({ slug: e }) {
257
256
  badge: "3"
258
257
  }
259
258
  ]
260
- }) : e === "stepper-tabs" ? /* @__PURE__ */ X(m, {
259
+ }) : e === "stepper-tabs" ? /* @__PURE__ */ X(d, {
261
260
  value: "billing",
262
261
  items: [
263
262
  {
@@ -277,7 +276,7 @@ function pe({ slug: e }) {
277
276
  description: "Confirm release"
278
277
  }
279
278
  ]
280
- }) : /* @__PURE__ */ X(d, {
279
+ }) : /* @__PURE__ */ X(c, {
281
280
  value: "overview",
282
281
  items: [
283
282
  {
@@ -295,8 +294,8 @@ function pe({ slug: e }) {
295
294
  ]
296
295
  });
297
296
  }
298
- function $({ slug: t }) {
299
- return t === "alert" ? /* @__PURE__ */ X(x, {
297
+ function ue({ slug: t }) {
298
+ return t === "alert" ? /* @__PURE__ */ X(ne, {
300
299
  tone: "warning",
301
300
  title: "Review needed",
302
301
  description: "Billing rules changed and one approval is pending.",
@@ -304,7 +303,7 @@ function $({ slug: t }) {
304
303
  size: "sm",
305
304
  children: "Open"
306
305
  })
307
- }) : t === "page-state" ? /* @__PURE__ */ X(S, {
306
+ }) : t === "page-state" ? /* @__PURE__ */ X(re, {
308
307
  title: "Workspace connected",
309
308
  description: "The route is ready to accept live data and team actions.",
310
309
  tone: "success",
@@ -334,8 +333,8 @@ function $({ slug: t }) {
334
333
  ]
335
334
  });
336
335
  }
337
- function me({ slug: t }) {
338
- return t === "description-list" ? /* @__PURE__ */ X(C, {
336
+ function de({ slug: t }) {
337
+ return t === "description-list" ? /* @__PURE__ */ X(S, {
339
338
  title: "Invoice details",
340
339
  description: "Structured facts with responsive columns.",
341
340
  items: [
@@ -363,16 +362,16 @@ function me({ slug: t }) {
363
362
  value: "Finance team"
364
363
  }
365
364
  ]
366
- }) : t === "progress" ? /* @__PURE__ */ X(E, {
365
+ }) : t === "progress" ? /* @__PURE__ */ X(w, {
367
366
  label: "Migration progress",
368
367
  description: "Production rollout",
369
368
  value: 68,
370
369
  tone: "success",
371
370
  showValue: !0
372
- }) : t === "progress-circle" ? /* @__PURE__ */ X(D, {
371
+ }) : t === "progress-circle" ? /* @__PURE__ */ X(T, {
373
372
  value: 72,
374
373
  label: "Profile completed"
375
- }) : t === "timeline" ? /* @__PURE__ */ X(A, {
374
+ }) : t === "timeline" ? /* @__PURE__ */ X(O, {
376
375
  items: [
377
376
  {
378
377
  key: "created",
@@ -398,7 +397,7 @@ function me({ slug: t }) {
398
397
  ],
399
398
  pending: !0,
400
399
  pendingLabel: "Paid"
401
- }) : t === "metric-card" || t === "stat-card" ? /* @__PURE__ */ X(R, {
400
+ }) : t === "metric-card" || t === "stat-card" ? /* @__PURE__ */ X(A, {
402
401
  title: "Revenue",
403
402
  value: "$84.2k",
404
403
  description: "Compared with last month",
@@ -406,20 +405,20 @@ function me({ slug: t }) {
406
405
  value: "+12.4%",
407
406
  tone: "success"
408
407
  },
409
- icon: /* @__PURE__ */ X(K, {})
408
+ icon: /* @__PURE__ */ X(G, {})
410
409
  }) : t === "status-dot" ? /* @__PURE__ */ Z("div", {
411
410
  className: "grid gap-3",
412
411
  children: [
413
- /* @__PURE__ */ X(O, {
412
+ /* @__PURE__ */ X(E, {
414
413
  tone: "success",
415
414
  pulse: !0,
416
415
  label: "API healthy"
417
416
  }),
418
- /* @__PURE__ */ X(O, {
417
+ /* @__PURE__ */ X(E, {
419
418
  tone: "warning",
420
419
  label: "Sync delayed"
421
420
  }),
422
- /* @__PURE__ */ X(O, {
421
+ /* @__PURE__ */ X(E, {
423
422
  tone: "danger",
424
423
  label: "Webhook failed"
425
424
  })
@@ -427,48 +426,20 @@ function me({ slug: t }) {
427
426
  }) : t === "delta-badge" ? /* @__PURE__ */ Z("div", {
428
427
  className: "flex flex-wrap gap-2",
429
428
  children: [
430
- /* @__PURE__ */ X(s, {
429
+ /* @__PURE__ */ X(a, {
431
430
  variant: "secondary",
432
431
  children: "+12.4%"
433
432
  }),
434
- /* @__PURE__ */ X(s, {
433
+ /* @__PURE__ */ X(a, {
435
434
  variant: "outline",
436
435
  children: "-3.1%"
437
436
  }),
438
- /* @__PURE__ */ X(s, {
437
+ /* @__PURE__ */ X(a, {
439
438
  variant: "destructive",
440
439
  children: "Risk"
441
440
  })
442
441
  ]
443
- }) : t === "entity-header" ? /* @__PURE__ */ X("div", {
444
- className: "rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-5",
445
- children: /* @__PURE__ */ Z("div", {
446
- className: "flex flex-col gap-4 sm:flex-row sm:items-start sm:justify-between",
447
- children: [/* @__PURE__ */ Z("div", {
448
- className: "space-y-2",
449
- children: [/* @__PURE__ */ X(s, {
450
- variant: "outline",
451
- children: "Customer"
452
- }), /* @__PURE__ */ Z("div", { children: [/* @__PURE__ */ X("h3", {
453
- className: "text-xl font-semibold",
454
- children: "Acme Holdings"
455
- }), /* @__PURE__ */ X("p", {
456
- className: "text-sm text-[color:var(--aui-page-muted)]",
457
- children: "Enterprise account with billing and admin ownership."
458
- })] })]
459
- }), /* @__PURE__ */ Z("div", {
460
- className: "flex gap-2",
461
- children: [/* @__PURE__ */ X(e, {
462
- variant: "outline",
463
- size: "sm",
464
- children: "Archive"
465
- }), /* @__PURE__ */ X(e, {
466
- size: "sm",
467
- children: "Edit"
468
- })]
469
- })]
470
- })
471
- }) : t === "notification-center" ? /* @__PURE__ */ X(T, { items: [
442
+ }) : t === "notification-center" ? /* @__PURE__ */ X(C, { items: [
472
443
  {
473
444
  key: "1",
474
445
  title: "Build completed",
@@ -487,20 +458,7 @@ function me({ slug: t }) {
487
458
  description: "Package version is ready for release.",
488
459
  extra: "1h"
489
460
  }
490
- ] }) : t === "entity-card" || t === "file-card" ? /* @__PURE__ */ X(w, {
491
- title: t === "file-card" ? "Design-spec.pdf" : "Azamat Workspace",
492
- description: t === "file-card" ? "Shared with 4 reviewers." : "Admin console and live dashboard route.",
493
- status: /* @__PURE__ */ X(s, {
494
- variant: "secondary",
495
- children: "Live"
496
- }),
497
- meta: t === "file-card" ? "2.4 MB" : "Updated 8 min ago",
498
- actions: /* @__PURE__ */ X(e, {
499
- size: "sm",
500
- variant: "outline",
501
- children: "Open"
502
- })
503
- }) : t === "data-list" ? /* @__PURE__ */ X(T, { items: [
461
+ ] }) : t === "data-list" ? /* @__PURE__ */ X(C, { items: [
504
462
  {
505
463
  key: "1",
506
464
  title: "Enterprise plan",
@@ -519,7 +477,7 @@ function me({ slug: t }) {
519
477
  description: "Lightweight team setup",
520
478
  extra: "$49"
521
479
  }
522
- ] }) : t === "status-legend" ? /* @__PURE__ */ X(k, {
480
+ ] }) : t === "status-legend" ? /* @__PURE__ */ X(D, {
523
481
  title: "Delivery states",
524
482
  description: "Explain what each state means and how often it appears.",
525
483
  orientation: "grid",
@@ -546,7 +504,7 @@ function me({ slug: t }) {
546
504
  count: 1
547
505
  }
548
506
  ]
549
- }) : t === "trend-card" || t === "comparison-card" ? /* @__PURE__ */ X(R, {
507
+ }) : t === "trend-card" || t === "comparison-card" ? /* @__PURE__ */ X(A, {
550
508
  title: t === "trend-card" ? "Weekly revenue" : "Current vs previous",
551
509
  value: "$84.2k",
552
510
  description: "Compared with last month",
@@ -554,8 +512,8 @@ function me({ slug: t }) {
554
512
  value: "+12.4%",
555
513
  tone: "success"
556
514
  },
557
- icon: /* @__PURE__ */ X(K, {})
558
- }) : /* @__PURE__ */ X(j, {
515
+ icon: /* @__PURE__ */ X(G, {})
516
+ }) : /* @__PURE__ */ X(k, {
559
517
  name: "Azamat Jurayev",
560
518
  description: "Product designer and maintainer",
561
519
  meta: "Admin workspace",
@@ -565,19 +523,31 @@ function me({ slug: t }) {
565
523
  })
566
524
  });
567
525
  }
568
- function he({ slug: r, state: i, setState: o }) {
569
- return r === "filter-bar" ? /* @__PURE__ */ X(g, {
570
- search: /* @__PURE__ */ X(a, {
571
- value: i.textValue,
572
- onValueChange: (e) => o({ textValue: e }),
526
+ function fe({ slug: r, state: a, setState: s }) {
527
+ return r === "filter-bar" ? /* @__PURE__ */ X(f, {
528
+ search: /* @__PURE__ */ X(i, {
529
+ type: "search",
530
+ value: a.textValue,
531
+ onValueChange: (e) => s({ textValue: e }),
573
532
  placeholder: "Search invoices..."
574
533
  }),
575
- activeCount: 2,
576
- onReset: () => o({ textValue: "" }),
534
+ onReset: () => s({ textValue: "" }),
535
+ chips: [{
536
+ key: "status",
537
+ label: "Status",
538
+ value: "Active",
539
+ tone: "success"
540
+ }, {
541
+ key: "owner",
542
+ label: "Owner",
543
+ value: "Azamat",
544
+ tone: "default"
545
+ }],
546
+ onRemoveChip: () => void 0,
577
547
  filters: /* @__PURE__ */ Z(e, {
578
548
  variant: "outline",
579
549
  size: "sm",
580
- children: [/* @__PURE__ */ X(G, { "data-icon": "inline-start" }), "Status"]
550
+ children: [/* @__PURE__ */ X(W, { "data-icon": "inline-start" }), "Status"]
581
551
  }),
582
552
  actions: /* @__PURE__ */ X(e, {
583
553
  size: "sm",
@@ -587,11 +557,11 @@ function he({ slug: r, state: i, setState: o }) {
587
557
  className: "grid gap-3",
588
558
  children: [/* @__PURE__ */ Z("div", {
589
559
  className: "flex items-center gap-2 rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] px-3 py-2",
590
- children: [/* @__PURE__ */ X(J, { className: "size-4 text-[color:var(--aui-page-muted)]" }), /* @__PURE__ */ X("span", {
560
+ children: [/* @__PURE__ */ X(q, { className: "size-4 text-[color:var(--aui-page-muted)]" }), /* @__PURE__ */ X("span", {
591
561
  className: "text-sm text-[color:var(--aui-page-muted)]",
592
562
  children: "Command palette preview: search routes, components and actions."
593
563
  })]
594
- }), /* @__PURE__ */ X(M, {
564
+ }), /* @__PURE__ */ X(j, {
595
565
  open: !1,
596
566
  onOpenChange: () => void 0,
597
567
  groups: [{
@@ -600,11 +570,11 @@ function he({ slug: r, state: i, setState: o }) {
600
570
  items: [{
601
571
  id: "docs",
602
572
  label: "Open docs",
603
- icon: /* @__PURE__ */ X(J, { className: "size-4" })
573
+ icon: /* @__PURE__ */ X(q, { className: "size-4" })
604
574
  }, {
605
575
  id: "components",
606
576
  label: "Browse components",
607
- icon: /* @__PURE__ */ X(K, { className: "size-4" })
577
+ icon: /* @__PURE__ */ X(G, { className: "size-4" })
608
578
  }]
609
579
  }]
610
580
  })]
@@ -621,7 +591,7 @@ function he({ slug: r, state: i, setState: o }) {
621
591
  key: "month",
622
592
  label: "Month"
623
593
  }
624
- ] }) : r === "quick-action-grid" ? /* @__PURE__ */ X(c, {
594
+ ] }) : r === "quick-action-grid" ? /* @__PURE__ */ X(o, {
625
595
  columns: 3,
626
596
  items: [
627
597
  {
@@ -643,9 +613,9 @@ function he({ slug: r, state: i, setState: o }) {
643
613
  badge: "S"
644
614
  }
645
615
  ]
646
- }) : r === "filter-chips" || r === "data-table-saved-filters" ? /* @__PURE__ */ Z("div", {
616
+ }) : r === "data-table-saved-filters" ? /* @__PURE__ */ Z("div", {
647
617
  className: "grid gap-3",
648
- children: [/* @__PURE__ */ X(h, {
618
+ children: [/* @__PURE__ */ X(f, {
649
619
  chips: [
650
620
  {
651
621
  key: "status",
@@ -666,9 +636,9 @@ function he({ slug: r, state: i, setState: o }) {
666
636
  tone: "info"
667
637
  }
668
638
  ],
669
- onRemove: () => void 0,
670
- onClear: () => void 0
671
- }), r === "data-table-saved-filters" ? /* @__PURE__ */ X(n, {
639
+ onRemoveChip: () => void 0,
640
+ onReset: () => void 0
641
+ }), /* @__PURE__ */ X(n, {
672
642
  attached: !1,
673
643
  items: [
674
644
  {
@@ -685,7 +655,7 @@ function he({ slug: r, state: i, setState: o }) {
685
655
  label: "Operations"
686
656
  }
687
657
  ]
688
- }) : null]
658
+ })]
689
659
  }) : /* @__PURE__ */ Z("div", {
690
660
  className: "flex items-center justify-between rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)] p-4",
691
661
  children: [/* @__PURE__ */ Z("div", { children: [/* @__PURE__ */ X("p", {
@@ -700,17 +670,17 @@ function he({ slug: r, state: i, setState: o }) {
700
670
  {
701
671
  key: "open",
702
672
  label: "Open",
703
- icon: /* @__PURE__ */ X(W, { className: "size-4" })
673
+ icon: /* @__PURE__ */ X(ie, { className: "size-4" })
704
674
  },
705
675
  {
706
676
  key: "download",
707
677
  label: "Download",
708
- icon: /* @__PURE__ */ X(se, { className: "size-4" })
678
+ icon: /* @__PURE__ */ X(U, { className: "size-4" })
709
679
  },
710
680
  {
711
681
  key: "archive",
712
682
  label: "Archive",
713
- icon: /* @__PURE__ */ X(H, { className: "size-4" }),
683
+ icon: /* @__PURE__ */ X(V, { className: "size-4" }),
714
684
  destructive: !0
715
685
  }
716
686
  ],
@@ -718,19 +688,19 @@ function he({ slug: r, state: i, setState: o }) {
718
688
  variant: "outline",
719
689
  size: "icon-sm",
720
690
  "aria-label": "Open actions",
721
- children: /* @__PURE__ */ X(q, {})
691
+ children: /* @__PURE__ */ X(K, {})
722
692
  })
723
693
  })]
724
694
  });
725
695
  }
726
- function ge({ slug: t }) {
696
+ function pe({ slug: t }) {
727
697
  return t === "app-header" ? /* @__PURE__ */ X(L, {
728
698
  sticky: !1,
729
- left: /* @__PURE__ */ Z(Y, { children: [/* @__PURE__ */ X(K, { className: "size-4" }), /* @__PURE__ */ X("span", {
699
+ left: /* @__PURE__ */ Z(Y, { children: [/* @__PURE__ */ X(G, { className: "size-4" }), /* @__PURE__ */ X("span", {
730
700
  className: "font-medium",
731
701
  children: "Dashboard"
732
702
  })] }),
733
- center: /* @__PURE__ */ X(s, {
703
+ center: /* @__PURE__ */ X(a, {
734
704
  variant: "secondary",
735
705
  children: "Preview"
736
706
  }),
@@ -738,13 +708,13 @@ function ge({ slug: t }) {
738
708
  variant: "ghost",
739
709
  size: "icon-sm",
740
710
  "aria-label": "Notifications",
741
- children: /* @__PURE__ */ X(U, {})
711
+ children: /* @__PURE__ */ X(H, {})
742
712
  }), /* @__PURE__ */ X(e, {
743
713
  size: "sm",
744
714
  children: "Deploy"
745
715
  })] }),
746
716
  className: "rounded-xl border border-[color:var(--aui-divider)]"
747
- }) : t === "section-header" ? /* @__PURE__ */ X(l, {
717
+ }) : t === "section-header" ? /* @__PURE__ */ X(s, {
748
718
  eyebrow: "Components",
749
719
  title: "Production-ready surfaces",
750
720
  description: "SectionHeader keeps copy, metadata and actions aligned.",
@@ -752,7 +722,7 @@ function ge({ slug: t }) {
752
722
  size: "sm",
753
723
  children: "Add component"
754
724
  })
755
- }) : /* @__PURE__ */ X(R, {
725
+ }) : /* @__PURE__ */ X(A, {
756
726
  title: "Revenue",
757
727
  value: "$84.2k",
758
728
  description: "Compared with last month",
@@ -763,13 +733,14 @@ function ge({ slug: t }) {
763
733
  helperText: "StatCard keeps KPI, helper text and trend in one compact tile."
764
734
  });
765
735
  }
766
- function _e({ slug: t }) {
736
+ function $({ slug: t }) {
767
737
  return /* @__PURE__ */ Z("div", {
768
738
  className: "overflow-hidden rounded-xl border border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)]",
769
739
  children: [
770
740
  /* @__PURE__ */ Z("div", {
771
741
  className: "flex flex-wrap items-center justify-between gap-3 border-b border-[color:var(--aui-divider)] p-3",
772
- children: [/* @__PURE__ */ X(a, {
742
+ children: [/* @__PURE__ */ X(i, {
743
+ type: "search",
773
744
  value: "",
774
745
  placeholder: "Search rows...",
775
746
  className: "max-w-xs",
@@ -779,7 +750,7 @@ function _e({ slug: t }) {
779
750
  children: [/* @__PURE__ */ Z(e, {
780
751
  variant: "outline",
781
752
  size: "sm",
782
- children: [/* @__PURE__ */ X(G, { "data-icon": "inline-start" }), "Filters"]
753
+ children: [/* @__PURE__ */ X(W, { "data-icon": "inline-start" }), "Filters"]
783
754
  }), /* @__PURE__ */ X(e, {
784
755
  size: "sm",
785
756
  children: "Create"
@@ -822,7 +793,7 @@ function _e({ slug: t }) {
822
793
  variant: "ghost",
823
794
  size: "icon-sm",
824
795
  "aria-label": "Row actions",
825
- children: /* @__PURE__ */ X(q, {})
796
+ children: /* @__PURE__ */ X(K, {})
826
797
  }) })
827
798
  ]
828
799
  }, t)),
@@ -838,7 +809,7 @@ function _e({ slug: t }) {
838
809
  "data-table-actions-column": "Actions column",
839
810
  "data-table-bulk-actions": "Bulk action bar",
840
811
  "data-table-view-presets": "Saved view presets"
841
- }[t] ?? "DataTable part", " preview"] }), /* @__PURE__ */ X(p, {
812
+ }[t] ?? "DataTable part", " preview"] }), /* @__PURE__ */ X(u, {
842
813
  page: 1,
843
814
  pageCount: 4,
844
815
  onPageChange: () => void 0,
@@ -848,14 +819,14 @@ function _e({ slug: t }) {
848
819
  ]
849
820
  });
850
821
  }
851
- function ve() {
852
- return /* @__PURE__ */ X(oe, {
822
+ function me() {
823
+ return /* @__PURE__ */ X(M, {
853
824
  value: "2026-06-18",
854
825
  defaultMonth: "2026-06-01",
855
826
  onValueChange: () => void 0
856
827
  });
857
828
  }
858
- function ye({ slug: e }) {
829
+ function he({ slug: e }) {
859
830
  return e === "file-dropzone" ? /* @__PURE__ */ X(P, {
860
831
  label: "Drop contract files",
861
832
  description: "PDF, PNG or CSV up to 10MB."
@@ -868,7 +839,7 @@ function ye({ slug: e }) {
868
839
  className: "grid gap-4 md:grid-cols-[160px_1fr] md:items-center",
869
840
  children: [/* @__PURE__ */ X("div", {
870
841
  className: "flex aspect-square items-center justify-center rounded-2xl border border-dashed border-[color:var(--aui-divider)] bg-[color:var(--aui-page-bg)]",
871
- children: /* @__PURE__ */ X(ce, { className: "size-8 text-[color:var(--aui-page-muted)]" })
842
+ children: /* @__PURE__ */ X(J, { className: "size-8 text-[color:var(--aui-page-muted)]" })
872
843
  }), /* @__PURE__ */ X(P, {
873
844
  label: "Upload product image",
874
845
  description: "Shows the image-upload flow without custom CSS.",
@@ -876,7 +847,7 @@ function ye({ slug: e }) {
876
847
  })]
877
848
  });
878
849
  }
879
- function be({ slug: e }) {
850
+ function ge({ slug: e }) {
880
851
  let t = [
881
852
  {
882
853
  id: "profile",
@@ -917,17 +888,17 @@ function be({ slug: e }) {
917
888
  })
918
889
  });
919
890
  }
920
- function xe({ slug: t }) {
921
- return t === "resource-detail-page" ? /* @__PURE__ */ X(z, {
891
+ function _e({ slug: t }) {
892
+ return t === "resource-detail-page" ? /* @__PURE__ */ X(R, {
922
893
  title: "Customer profile",
923
894
  description: "ResourceDetailPage organizes detail screens.",
924
895
  actions: /* @__PURE__ */ X(e, {
925
896
  size: "sm",
926
897
  children: "Edit"
927
898
  }),
928
- children: /* @__PURE__ */ X(V, {
899
+ children: /* @__PURE__ */ X(B, {
929
900
  title: "Account",
930
- children: /* @__PURE__ */ X(C, { items: [{
901
+ children: /* @__PURE__ */ X(S, { items: [{
931
902
  key: "plan",
932
903
  label: "Plan",
933
904
  value: "Scale"
@@ -937,7 +908,7 @@ function xe({ slug: t }) {
937
908
  value: "Design team"
938
909
  }] })
939
910
  })
940
- }) : /* @__PURE__ */ X(B, {
911
+ }) : /* @__PURE__ */ X(z, {
941
912
  title: "Customers",
942
913
  description: "ResourcePage combines header, stats, filters and sections.",
943
914
  actions: /* @__PURE__ */ X(e, {
@@ -946,14 +917,14 @@ function xe({ slug: t }) {
946
917
  }),
947
918
  stats: /* @__PURE__ */ Z("div", {
948
919
  className: "grid gap-3 sm:grid-cols-2",
949
- children: [/* @__PURE__ */ X(R, {
920
+ children: [/* @__PURE__ */ X(A, {
950
921
  title: "Active",
951
922
  value: "2,418",
952
923
  trend: {
953
924
  value: "+8%",
954
925
  tone: "success"
955
926
  }
956
- }), /* @__PURE__ */ X(R, {
927
+ }), /* @__PURE__ */ X(A, {
957
928
  title: "Health",
958
929
  value: "94%",
959
930
  trend: {
@@ -962,17 +933,18 @@ function xe({ slug: t }) {
962
933
  }
963
934
  })]
964
935
  }),
965
- filters: /* @__PURE__ */ X(g, {
966
- search: /* @__PURE__ */ X(a, {
936
+ filters: /* @__PURE__ */ X(f, {
937
+ search: /* @__PURE__ */ X(i, {
938
+ type: "search",
967
939
  value: "",
968
940
  placeholder: "Search...",
969
941
  readOnly: !0
970
942
  }),
971
943
  activeCount: 1
972
944
  }),
973
- children: /* @__PURE__ */ X(V, {
945
+ children: /* @__PURE__ */ X(B, {
974
946
  title: "Recent activity",
975
- children: /* @__PURE__ */ X(A, { items: [{
947
+ children: /* @__PURE__ */ X(O, { items: [{
976
948
  key: "a",
977
949
  title: "Customer added",
978
950
  description: "Acme workspace",
@@ -987,4 +959,4 @@ function xe({ slug: t }) {
987
959
  });
988
960
  }
989
961
  //#endregion
990
- export { le as renderShowcasePreview };
962
+ export { ae as renderShowcasePreview };