admin-ui-starter-kit 0.1.4 → 0.4.3

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 (1589) hide show
  1. package/.agents/skills/admin-ui-consumer-migration/SKILL.md +276 -2
  2. package/.agents/skills/component-library-rules/SKILL.md +15 -9
  3. package/.agents/skills/component-library-rules/references/audit-followups.md +4 -4
  4. package/.agents/skills/component-library-rules/references/base-wrapper.md +24 -4
  5. package/.agents/skills/component-library-rules/references/components/INDEX.json +107 -93
  6. package/.agents/skills/component-library-rules/references/components/INDEX.md +21 -7
  7. package/.agents/skills/component-library-rules/references/components/base__accordion.md +78 -9
  8. package/.agents/skills/component-library-rules/references/components/base__alert.md +156 -0
  9. package/.agents/skills/component-library-rules/references/components/base__badge.md +8 -1
  10. package/.agents/skills/component-library-rules/references/components/base__buttons.md +121 -1
  11. package/.agents/skills/component-library-rules/references/components/base__cards.md +101 -4
  12. package/.agents/skills/component-library-rules/references/components/base__carousel.md +524 -0
  13. package/.agents/skills/component-library-rules/references/components/base__chart.md +391 -0
  14. package/.agents/skills/component-library-rules/references/components/base__combobox.md +212 -3
  15. package/.agents/skills/component-library-rules/references/components/base__copyable.md +49 -1
  16. package/.agents/skills/component-library-rules/references/components/base__currency.md +72 -1
  17. package/.agents/skills/component-library-rules/references/components/base__date-pickers.md +84 -50
  18. package/.agents/skills/component-library-rules/references/components/base__display.md +186 -39
  19. package/.agents/skills/component-library-rules/references/components/base__empty-state.md +67 -1
  20. package/.agents/skills/component-library-rules/references/components/base__event-calendar.md +56 -1
  21. package/.agents/skills/component-library-rules/references/components/base__forms.md +329 -2
  22. package/.agents/skills/component-library-rules/references/components/base__frame.md +235 -0
  23. package/.agents/skills/component-library-rules/references/components/base__item.md +47 -1
  24. package/.agents/skills/component-library-rules/references/components/base__map.md +37 -1
  25. package/.agents/skills/component-library-rules/references/components/base__metadata-list.md +99 -7
  26. package/.agents/skills/component-library-rules/references/components/base__navigation.md +71 -1
  27. package/.agents/skills/component-library-rules/references/components/base__spinner.md +44 -3
  28. package/.agents/skills/component-library-rules/references/components/base__table.md +108 -14
  29. package/.agents/skills/component-library-rules/references/components/base__typography.md +122 -1
  30. package/.agents/skills/component-library-rules/references/components/base__upload-tray.md +43 -1
  31. package/.agents/skills/component-library-rules/references/components/common__brand.md +21 -25
  32. package/.agents/skills/component-library-rules/references/components/composed__admin.md +8 -1
  33. package/.agents/skills/component-library-rules/references/components/composed__ai-elements.md +17 -2
  34. package/.agents/skills/component-library-rules/references/components/composed__ai-new.md +8 -1
  35. package/.agents/skills/component-library-rules/references/components/composed__ai.md +8 -1
  36. package/.agents/skills/component-library-rules/references/components/composed__api-key-list.md +8 -1
  37. package/.agents/skills/component-library-rules/references/components/composed__commerce-extras.md +87 -16
  38. package/.agents/skills/component-library-rules/references/components/composed__commerce.md +8 -1
  39. package/.agents/skills/component-library-rules/references/components/composed__contact-card.md +8 -1
  40. package/.agents/skills/component-library-rules/references/components/composed__course-card.md +90 -105
  41. package/.agents/skills/component-library-rules/references/components/composed__dark-surfaces.md +10 -3
  42. package/.agents/skills/component-library-rules/references/components/composed__dense-info.md +11 -4
  43. package/.agents/skills/component-library-rules/references/components/composed__feature-announcement.md +8 -1
  44. package/.agents/skills/component-library-rules/references/components/composed__giftcard-cards.md +8 -1
  45. package/.agents/skills/component-library-rules/references/components/composed__gradient-card.md +8 -1
  46. package/.agents/skills/component-library-rules/references/components/composed__invoice-header.md +8 -1
  47. package/.agents/skills/component-library-rules/references/components/composed__invoice-items.md +8 -1
  48. package/.agents/skills/component-library-rules/references/components/composed__invoice-mini.md +9 -2
  49. package/.agents/skills/component-library-rules/references/components/composed__invoice-table.md +8 -1
  50. package/.agents/skills/component-library-rules/references/components/composed__navigation-extras.md +8 -1
  51. package/.agents/skills/component-library-rules/references/components/composed__navigation.md +12 -5
  52. package/.agents/skills/component-library-rules/references/components/composed__onboarding-checklist.md +8 -1
  53. package/.agents/skills/component-library-rules/references/components/composed__timelines.md +8 -1
  54. package/.agents/skills/component-library-rules/references/components/composed__vendor-profile.md +8 -1
  55. package/.agents/skills/component-library-rules/references/components/features__activities.md +60 -19
  56. package/.agents/skills/component-library-rules/references/components/features__ai-chat.md +134 -1
  57. package/.agents/skills/component-library-rules/references/components/features__card.md +239 -0
  58. package/.agents/skills/component-library-rules/references/components/features__comments.md +36 -1
  59. package/.agents/skills/component-library-rules/references/components/features__enhanced-activities.md +19 -4
  60. package/.agents/skills/component-library-rules/references/components/features__event-log.md +8 -1
  61. package/.agents/skills/component-library-rules/references/components/features__filters.md +21 -1
  62. package/.agents/skills/component-library-rules/references/components/features__global-search.md +173 -2
  63. package/.agents/skills/component-library-rules/references/components/features__kanban.md +99 -81
  64. package/.agents/skills/component-library-rules/references/components/features__media-library.md +796 -0
  65. package/.agents/skills/component-library-rules/references/components/features__mentions.md +187 -0
  66. package/.agents/skills/component-library-rules/references/components/features__metrics-analytics-bar.md +8 -1
  67. package/.agents/skills/component-library-rules/references/components/features__metrics-analytics-cards.md +8 -1
  68. package/.agents/skills/component-library-rules/references/components/features__metrics-comparison.md +8 -1
  69. package/.agents/skills/component-library-rules/references/components/features__metrics-heatmap.md +10 -3
  70. package/.agents/skills/component-library-rules/references/components/features__metrics-inline-badge.md +8 -1
  71. package/.agents/skills/component-library-rules/references/components/features__metrics-kpi-row.md +8 -1
  72. package/.agents/skills/component-library-rules/references/components/features__metrics-micro-grid.md +8 -1
  73. package/.agents/skills/component-library-rules/references/components/features__metrics-overview.md +8 -1
  74. package/.agents/skills/component-library-rules/references/components/features__metrics-stat-cards.md +8 -1
  75. package/.agents/skills/component-library-rules/references/components/features__overlays.md +48 -16
  76. package/.agents/skills/component-library-rules/references/components/features__products.md +491 -0
  77. package/.agents/skills/component-library-rules/references/components/features__rich-text-editor.md +8 -1
  78. package/.agents/skills/component-library-rules/references/components/features__schema-form.md +375 -0
  79. package/.agents/skills/component-library-rules/references/components/features__suggestions.md +177 -0
  80. package/.agents/skills/component-library-rules/references/components/features__sync.md +155 -0
  81. package/.agents/skills/component-library-rules/references/components/layout__layout-app-shell.md +139 -24
  82. package/.agents/skills/component-library-rules/references/components/layout__layout-auth.md +826 -0
  83. package/.agents/skills/component-library-rules/references/components/layout__layout-containers.md +15 -3
  84. package/.agents/skills/component-library-rules/references/components/layout__layout-header.md +8 -1
  85. package/.agents/skills/component-library-rules/references/components/layout__layout-page.md +8 -1
  86. package/.agents/skills/component-library-rules/references/components/layout__layout-sidebar.md +9 -2
  87. package/.agents/skills/component-library-rules/references/components/layout__layout-users.md +51 -30
  88. package/.agents/skills/component-library-rules/references/components/layout__layout-workspace.md +234 -0
  89. package/.agents/skills/component-library-rules/references/components/ui__alert.md +6 -2
  90. package/.agents/skills/component-library-rules/references/components/ui__avatar.md +2 -2
  91. package/.agents/skills/component-library-rules/references/components/ui__breadcrumb.md +1 -1
  92. package/.agents/skills/component-library-rules/references/components/ui__button.md +1 -1
  93. package/.agents/skills/component-library-rules/references/components/ui__calendar.md +1 -1
  94. package/.agents/skills/component-library-rules/references/components/ui__collapsible.md +1 -1
  95. package/.agents/skills/component-library-rules/references/components/ui__empty-item.md +1 -1
  96. package/.agents/skills/component-library-rules/references/components/ui__input-group.md +1 -1
  97. package/.agents/skills/component-library-rules/references/components/ui__inputs.md +118 -19
  98. package/.agents/skills/component-library-rules/references/components/ui__layout-primitives.md +71 -0
  99. package/.agents/skills/component-library-rules/references/components/ui__menus.md +126 -44
  100. package/.agents/skills/component-library-rules/references/components/ui__overlays.md +118 -43
  101. package/.agents/skills/component-library-rules/references/components/ui__pagination.md +1 -1
  102. package/.agents/skills/component-library-rules/references/components/ui__progress.md +1 -1
  103. package/.agents/skills/component-library-rules/references/components/ui__scroll-area.md +1 -1
  104. package/.agents/skills/component-library-rules/references/components/ui__separator.md +1 -1
  105. package/.agents/skills/component-library-rules/references/components/ui__skeleton.md +1 -1
  106. package/.agents/skills/component-library-rules/references/components/ui__sonner.md +1 -1
  107. package/.agents/skills/component-library-rules/references/components/ui__spinner.md +2 -2
  108. package/.agents/skills/component-library-rules/references/components/ui__tabs.md +1 -1
  109. package/.agents/skills/component-library-rules/references/components/ui__toggles-group.md +1 -1
  110. package/.agents/skills/component-library-rules/references/components/ui__toggles.md +1 -1
  111. package/.agents/skills/component-library-rules/references/components/ui__ui-badge.md +1 -1
  112. package/.agents/skills/component-library-rules/references/components/ui__ui-card.md +1 -1
  113. package/.agents/skills/component-library-rules/references/components/ui__ui-table.md +1 -1
  114. package/.agents/skills/component-library-rules/references/visual-eval.md +1 -1
  115. package/.agents/skills/component-quality-pass/SKILL.md +47 -0
  116. package/.agents/skills/component-quality-pass/agents/openai.yaml +4 -0
  117. package/.agents/skills/component-quality-pass/references/audit-workflow.md +133 -0
  118. package/.agents/skills/component-quality-pass/scripts/list-preview-routes.mjs +71 -0
  119. package/.agents/skills/component-quality-pass/scripts/scan-quality-smells.mjs +213 -0
  120. package/AGENTS.md +7 -4
  121. package/COMPONENT_SELECTION.md +51 -5
  122. package/INTEGRATION.md +48 -2
  123. package/MIGRATION.md +17 -3
  124. package/PUBLISHING.md +4 -1
  125. package/README.md +84 -11
  126. package/dist/_shared/accordion-BWU7zxlO.cjs +2 -0
  127. package/dist/_shared/accordion-BWU7zxlO.cjs.map +1 -0
  128. package/dist/_shared/accordion-DTYKGqWD.js +130 -0
  129. package/dist/_shared/accordion-DTYKGqWD.js.map +1 -0
  130. package/dist/_shared/action-menu-BoQnI2UF.cjs +2 -0
  131. package/dist/_shared/action-menu-BoQnI2UF.cjs.map +1 -0
  132. package/dist/_shared/action-menu-uyg1Phsn.js +96 -0
  133. package/dist/_shared/action-menu-uyg1Phsn.js.map +1 -0
  134. package/dist/_shared/ai-artifact-CY1Jf9gM.cjs +3 -0
  135. package/dist/_shared/ai-artifact-CY1Jf9gM.cjs.map +1 -0
  136. package/dist/_shared/ai-artifact-DdlK_l56.js +1099 -0
  137. package/dist/_shared/ai-artifact-DdlK_l56.js.map +1 -0
  138. package/dist/_shared/alert-CuIIKJC-.cjs +2 -0
  139. package/dist/_shared/alert-CuIIKJC-.cjs.map +1 -0
  140. package/dist/_shared/alert-k60OnTtb.js +81 -0
  141. package/dist/_shared/alert-k60OnTtb.js.map +1 -0
  142. package/dist/_shared/app-shell-DqDnnKT4.cjs +2 -0
  143. package/dist/_shared/app-shell-DqDnnKT4.cjs.map +1 -0
  144. package/dist/_shared/app-shell-w5h0vEKg.js +69 -0
  145. package/dist/_shared/app-shell-w5h0vEKg.js.map +1 -0
  146. package/dist/_shared/auth-CDjZFJxy.cjs +2 -0
  147. package/dist/_shared/auth-CDjZFJxy.cjs.map +1 -0
  148. package/dist/_shared/auth-_udUdWtn.js +643 -0
  149. package/dist/_shared/auth-_udUdWtn.js.map +1 -0
  150. package/dist/_shared/badge--o9wFHB_.cjs +2 -0
  151. package/dist/_shared/badge--o9wFHB_.cjs.map +1 -0
  152. package/dist/_shared/badge-yGlx9trX.js +108 -0
  153. package/dist/_shared/badge-yGlx9trX.js.map +1 -0
  154. package/dist/_shared/button-C1qc97U1.cjs +2 -0
  155. package/dist/_shared/button-C1qc97U1.cjs.map +1 -0
  156. package/dist/_shared/button-SuocMQFT.js +173 -0
  157. package/dist/_shared/button-SuocMQFT.js.map +1 -0
  158. package/dist/_shared/buttons-9YBwevkP.cjs +2 -0
  159. package/dist/_shared/buttons-9YBwevkP.cjs.map +1 -0
  160. package/dist/_shared/buttons-BR4BGVYf.js +143 -0
  161. package/dist/_shared/buttons-BR4BGVYf.js.map +1 -0
  162. package/dist/_shared/card-radio-group-Bna2uZs1.cjs +2 -0
  163. package/dist/_shared/card-radio-group-Bna2uZs1.cjs.map +1 -0
  164. package/dist/_shared/card-radio-group-D_CY1HRy.js +158 -0
  165. package/dist/_shared/card-radio-group-D_CY1HRy.js.map +1 -0
  166. package/dist/_shared/checkbox-CTqqawIT.js +22 -0
  167. package/dist/_shared/checkbox-CTqqawIT.js.map +1 -0
  168. package/dist/_shared/checkbox-D1n-nfLP.cjs +2 -0
  169. package/dist/_shared/checkbox-D1n-nfLP.cjs.map +1 -0
  170. package/dist/_shared/combobox-CpSmiPV8.cjs +2 -0
  171. package/dist/_shared/combobox-CpSmiPV8.cjs.map +1 -0
  172. package/dist/_shared/combobox-D01JwyFZ.js +810 -0
  173. package/dist/_shared/combobox-D01JwyFZ.js.map +1 -0
  174. package/dist/_shared/comments-D9velZAW.js +952 -0
  175. package/dist/_shared/comments-D9velZAW.js.map +1 -0
  176. package/dist/_shared/comments-DyUAKSQu.cjs +2 -0
  177. package/dist/_shared/comments-DyUAKSQu.cjs.map +1 -0
  178. package/dist/_shared/copyable-Bx4J7fuT.cjs +2 -0
  179. package/dist/_shared/copyable-Bx4J7fuT.cjs.map +1 -0
  180. package/dist/_shared/copyable-cfF4gZoT.js +38 -0
  181. package/dist/_shared/copyable-cfF4gZoT.js.map +1 -0
  182. package/dist/_shared/date-picker-BnsvBFOZ.cjs +2 -0
  183. package/dist/_shared/date-picker-BnsvBFOZ.cjs.map +1 -0
  184. package/dist/_shared/date-picker-TMcjGO26.js +1361 -0
  185. package/dist/_shared/date-picker-TMcjGO26.js.map +1 -0
  186. package/dist/_shared/date-pickers-BI4xLjHR.js +330 -0
  187. package/dist/_shared/date-pickers-BI4xLjHR.js.map +1 -0
  188. package/dist/_shared/date-pickers-BhaUK5S2.cjs +2 -0
  189. package/dist/_shared/date-pickers-BhaUK5S2.cjs.map +1 -0
  190. package/dist/_shared/display-C4n0uuxl.js +1154 -0
  191. package/dist/_shared/display-C4n0uuxl.js.map +1 -0
  192. package/dist/_shared/display-oDW0O9yB.cjs +2 -0
  193. package/dist/_shared/display-oDW0O9yB.cjs.map +1 -0
  194. package/dist/_shared/form-field-B7taMVbC.js +329 -0
  195. package/dist/_shared/form-field-B7taMVbC.js.map +1 -0
  196. package/dist/_shared/form-field-rMGPvHFK.cjs +2 -0
  197. package/dist/_shared/form-field-rMGPvHFK.cjs.map +1 -0
  198. package/dist/_shared/form-sizing-D74IS9KG.js.map +1 -1
  199. package/dist/_shared/form-sizing-aVwVuF-w.cjs.map +1 -1
  200. package/dist/_shared/forms-CwJci54_.js +3430 -0
  201. package/dist/_shared/forms-CwJci54_.js.map +1 -0
  202. package/dist/_shared/forms-E3JkTgcC.cjs +2 -0
  203. package/dist/_shared/forms-E3JkTgcC.cjs.map +1 -0
  204. package/dist/_shared/header-CyBTcM-L.js +360 -0
  205. package/dist/_shared/header-CyBTcM-L.js.map +1 -0
  206. package/dist/_shared/header-kwvkesfq.cjs +2 -0
  207. package/dist/_shared/header-kwvkesfq.cjs.map +1 -0
  208. package/dist/_shared/heading-0DYCOrgC.cjs +2 -0
  209. package/dist/_shared/heading-0DYCOrgC.cjs.map +1 -0
  210. package/dist/_shared/heading-HeP06nXG.js +107 -0
  211. package/dist/_shared/heading-HeP06nXG.js.map +1 -0
  212. package/dist/_shared/hooks-MW0UTO3q.cjs +2 -0
  213. package/dist/_shared/hooks-MW0UTO3q.cjs.map +1 -0
  214. package/dist/_shared/hooks-ZiPIvs0_.js +118 -0
  215. package/dist/_shared/hooks-ZiPIvs0_.js.map +1 -0
  216. package/dist/_shared/input-C7t-RHYq.js +182 -0
  217. package/dist/_shared/input-C7t-RHYq.js.map +1 -0
  218. package/dist/_shared/input-COMcb1WY.cjs +2 -0
  219. package/dist/_shared/input-COMcb1WY.cjs.map +1 -0
  220. package/dist/_shared/item-DAjqQhhj.js +225 -0
  221. package/dist/_shared/item-DAjqQhhj.js.map +1 -0
  222. package/dist/_shared/item-DoXXYgPm.cjs +2 -0
  223. package/dist/_shared/item-DoXXYgPm.cjs.map +1 -0
  224. package/dist/_shared/mentions-Br-EP9tq.js +506 -0
  225. package/dist/_shared/mentions-Br-EP9tq.js.map +1 -0
  226. package/dist/_shared/mentions-DNTsRHJl.cjs +2 -0
  227. package/dist/_shared/mentions-DNTsRHJl.cjs.map +1 -0
  228. package/dist/_shared/metadata-CPSQGPJh.cjs +2 -0
  229. package/dist/_shared/metadata-CPSQGPJh.cjs.map +1 -0
  230. package/dist/_shared/metadata-qTNAOM7E.js +235 -0
  231. package/dist/_shared/metadata-qTNAOM7E.js.map +1 -0
  232. package/dist/_shared/money-display-CFSMUtxS.cjs +2 -0
  233. package/dist/_shared/money-display-CFSMUtxS.cjs.map +1 -0
  234. package/dist/_shared/money-display-D4Z3P3f_.js +198 -0
  235. package/dist/_shared/money-display-D4Z3P3f_.js.map +1 -0
  236. package/dist/_shared/navigation-HnnA6uSV.js +419 -0
  237. package/dist/_shared/navigation-HnnA6uSV.js.map +1 -0
  238. package/dist/_shared/navigation-J2g0Tw9D.cjs +2 -0
  239. package/dist/_shared/navigation-J2g0Tw9D.cjs.map +1 -0
  240. package/dist/_shared/overlays-CIeniDjj.js +639 -0
  241. package/dist/_shared/overlays-CIeniDjj.js.map +1 -0
  242. package/dist/_shared/overlays-Xc_F_Y-E.cjs +2 -0
  243. package/dist/_shared/overlays-Xc_F_Y-E.cjs.map +1 -0
  244. package/dist/_shared/page-BFV-KE8H.js +262 -0
  245. package/dist/_shared/page-BFV-KE8H.js.map +1 -0
  246. package/dist/_shared/page-UJfWfw2R.cjs +2 -0
  247. package/dist/_shared/page-UJfWfw2R.cjs.map +1 -0
  248. package/dist/_shared/popover-menu-Fz-bvWJF.cjs +2 -0
  249. package/dist/_shared/popover-menu-Fz-bvWJF.cjs.map +1 -0
  250. package/dist/_shared/popover-menu-bKQatoYF.js +93 -0
  251. package/dist/_shared/popover-menu-bKQatoYF.js.map +1 -0
  252. package/dist/_shared/rich-text-editor-B6WKHUKC.js +620 -0
  253. package/dist/_shared/rich-text-editor-B6WKHUKC.js.map +1 -0
  254. package/dist/_shared/rich-text-editor-Dm-6r_xe.cjs +2 -0
  255. package/dist/_shared/rich-text-editor-Dm-6r_xe.cjs.map +1 -0
  256. package/dist/_shared/sidebar-B_L_dnAe.cjs +2 -0
  257. package/dist/_shared/sidebar-B_L_dnAe.cjs.map +1 -0
  258. package/dist/_shared/sidebar-C5DApiDy.js +389 -0
  259. package/dist/_shared/sidebar-C5DApiDy.js.map +1 -0
  260. package/dist/_shared/sidebar-CIlGkVbF.js +538 -0
  261. package/dist/_shared/sidebar-CIlGkVbF.js.map +1 -0
  262. package/dist/_shared/sidebar-D3sK9otF.cjs +2 -0
  263. package/dist/_shared/sidebar-D3sK9otF.cjs.map +1 -0
  264. package/dist/_shared/smart-card-DYZGY_Su.js +361 -0
  265. package/dist/_shared/smart-card-DYZGY_Su.js.map +1 -0
  266. package/dist/_shared/smart-card-Df80VF8x.cjs +2 -0
  267. package/dist/_shared/smart-card-Df80VF8x.cjs.map +1 -0
  268. package/dist/_shared/spinner-BfAbXTQ7.js +67 -0
  269. package/dist/_shared/spinner-BfAbXTQ7.js.map +1 -0
  270. package/dist/_shared/spinner-DWn3x9Tl.cjs +2 -0
  271. package/dist/_shared/spinner-DWn3x9Tl.cjs.map +1 -0
  272. package/dist/_shared/table-CBKDA7ZE.js +1189 -0
  273. package/dist/_shared/table-CBKDA7ZE.js.map +1 -0
  274. package/dist/_shared/table-CJoxRCWy.cjs +2 -0
  275. package/dist/_shared/table-CJoxRCWy.cjs.map +1 -0
  276. package/dist/_shared/textarea-C4SOrh0z.cjs +2 -0
  277. package/dist/_shared/textarea-C4SOrh0z.cjs.map +1 -0
  278. package/dist/_shared/textarea-CsMkelmp.js +119 -0
  279. package/dist/_shared/textarea-CsMkelmp.js.map +1 -0
  280. package/dist/_shared/typography-Bzsl7aTu.cjs +2 -0
  281. package/dist/_shared/typography-Bzsl7aTu.cjs.map +1 -0
  282. package/dist/_shared/typography-CdxyWB1T.js +102 -0
  283. package/dist/_shared/typography-CdxyWB1T.js.map +1 -0
  284. package/dist/_shared/ui-provider-BF4m2cR0.cjs +2 -0
  285. package/dist/_shared/ui-provider-BF4m2cR0.cjs.map +1 -0
  286. package/dist/_shared/ui-provider-C8Ot88lS.js +85 -0
  287. package/dist/_shared/ui-provider-C8Ot88lS.js.map +1 -0
  288. package/dist/_shared/workspace-CTjIGCE0.cjs +2 -0
  289. package/dist/_shared/workspace-CTjIGCE0.cjs.map +1 -0
  290. package/dist/_shared/workspace-WgJgiSUA.js +357 -0
  291. package/dist/_shared/workspace-WgJgiSUA.js.map +1 -0
  292. package/dist/components/base/accordion/index.cjs +1 -1
  293. package/dist/components/base/accordion/index.js +1 -1
  294. package/dist/components/base/badge/index.cjs +1 -1
  295. package/dist/components/base/badge/index.js +1 -1
  296. package/dist/components/base/buttons/base-button.d.ts.map +1 -1
  297. package/dist/components/base/buttons/index.cjs +1 -1
  298. package/dist/components/base/buttons/index.js +2 -2
  299. package/dist/components/base/cards/index.cjs +1 -1
  300. package/dist/components/base/cards/index.d.ts +1 -1
  301. package/dist/components/base/cards/index.d.ts.map +1 -1
  302. package/dist/components/base/cards/index.js +1 -1
  303. package/dist/components/base/cards/smart-card.d.ts.map +1 -1
  304. package/dist/components/base/cards/smart-card.types.d.ts +2 -1
  305. package/dist/components/base/cards/smart-card.types.d.ts.map +1 -1
  306. package/dist/components/base/carousel/carousel.d.ts +66 -0
  307. package/dist/components/base/carousel/carousel.d.ts.map +1 -0
  308. package/dist/components/base/carousel/carousel.strings.d.ts +7 -0
  309. package/dist/components/base/carousel/carousel.strings.d.ts.map +1 -0
  310. package/dist/components/base/carousel/index.cjs +2 -0
  311. package/dist/components/base/carousel/index.cjs.map +1 -0
  312. package/dist/components/base/carousel/index.d.ts +3 -0
  313. package/dist/components/base/carousel/index.d.ts.map +1 -0
  314. package/dist/components/base/carousel/index.js +239 -0
  315. package/dist/components/base/carousel/index.js.map +1 -0
  316. package/dist/components/base/combobox/enhanced-combobox.d.ts +2 -2
  317. package/dist/components/base/combobox/enhanced-combobox.d.ts.map +1 -1
  318. package/dist/components/base/combobox/hooks/use-debounced-search.d.ts.map +1 -1
  319. package/dist/components/base/combobox/index.cjs +1 -1
  320. package/dist/components/base/combobox/index.js +1 -1
  321. package/dist/components/base/combobox/types.d.ts +4 -1
  322. package/dist/components/base/combobox/types.d.ts.map +1 -1
  323. package/dist/components/base/copyable/index.cjs +1 -1
  324. package/dist/components/base/copyable/index.js +1 -1
  325. package/dist/components/base/currency/index.cjs +1 -1
  326. package/dist/components/base/currency/index.js +1 -1
  327. package/dist/components/base/date-pickers/index.cjs +1 -1
  328. package/dist/components/base/date-pickers/index.js +2 -2
  329. package/dist/components/base/display/alert.d.ts +13 -1
  330. package/dist/components/base/display/alert.d.ts.map +1 -1
  331. package/dist/components/base/display/chart.cjs +8 -0
  332. package/dist/components/base/display/chart.cjs.map +1 -0
  333. package/dist/components/base/display/chart.d.ts +71 -1
  334. package/dist/components/base/display/chart.d.ts.map +1 -1
  335. package/dist/components/base/display/chart.js +144 -0
  336. package/dist/components/base/display/chart.js.map +1 -0
  337. package/dist/components/base/display/date-block.d.ts +1 -1
  338. package/dist/components/base/display/date-block.d.ts.map +1 -1
  339. package/dist/components/base/display/index.cjs +1 -1
  340. package/dist/components/base/display/index.d.ts +1 -2
  341. package/dist/components/base/display/index.d.ts.map +1 -1
  342. package/dist/components/base/display/index.js +10 -10
  343. package/dist/components/base/display/metadata/index.cjs +1 -1
  344. package/dist/components/base/display/metadata/index.js +1 -1
  345. package/dist/components/base/display/notification-banner.d.ts.map +1 -1
  346. package/dist/components/base/display/stacked-avatars.d.ts +6 -5
  347. package/dist/components/base/display/stacked-avatars.d.ts.map +1 -1
  348. package/dist/components/base/event-calendar/event-calendar-event-badge.d.ts.map +1 -1
  349. package/dist/components/base/event-calendar/event-calendar-event-card.d.ts.map +1 -1
  350. package/dist/components/base/event-calendar/event-calendar-header.d.ts.map +1 -1
  351. package/dist/components/base/event-calendar/event-calendar-legend.d.ts.map +1 -1
  352. package/dist/components/base/event-calendar/event-calendar.d.ts.map +1 -1
  353. package/dist/components/base/event-calendar/event-calendar.types.d.ts +3 -2
  354. package/dist/components/base/event-calendar/event-calendar.types.d.ts.map +1 -1
  355. package/dist/components/base/event-calendar/index.cjs +1 -1
  356. package/dist/components/base/event-calendar/index.cjs.map +1 -1
  357. package/dist/components/base/event-calendar/index.js +196 -205
  358. package/dist/components/base/event-calendar/index.js.map +1 -1
  359. package/dist/components/base/forms/fields/currency-input.d.ts.map +1 -1
  360. package/dist/components/base/forms/fields/decimal-input.d.ts.map +1 -1
  361. package/dist/components/base/forms/fields/index.d.ts +2 -0
  362. package/dist/components/base/forms/fields/index.d.ts.map +1 -1
  363. package/dist/components/base/forms/fields/password-input.d.ts +21 -0
  364. package/dist/components/base/forms/fields/password-input.d.ts.map +1 -0
  365. package/dist/components/base/forms/fields/select.d.ts +2 -0
  366. package/dist/components/base/forms/fields/select.d.ts.map +1 -1
  367. package/dist/components/base/forms/fields/slug-field.d.ts +16 -0
  368. package/dist/components/base/forms/fields/slug-field.d.ts.map +1 -0
  369. package/dist/components/base/forms/fields/switch-card.d.ts.map +1 -1
  370. package/dist/components/base/forms/index.cjs +1 -1
  371. package/dist/components/base/forms/index.js +8 -7
  372. package/dist/components/base/frame/frame.d.ts +24 -0
  373. package/dist/components/base/frame/frame.d.ts.map +1 -0
  374. package/dist/components/base/frame/index.cjs +2 -0
  375. package/dist/components/base/frame/index.cjs.map +1 -0
  376. package/dist/components/base/frame/index.d.ts +2 -0
  377. package/dist/components/base/frame/index.d.ts.map +1 -0
  378. package/dist/components/base/frame/index.js +164 -0
  379. package/dist/components/base/frame/index.js.map +1 -0
  380. package/dist/components/base/index.d.ts.map +1 -1
  381. package/dist/components/base/item/index.cjs +1 -1
  382. package/dist/components/base/item/index.js +1 -1
  383. package/dist/components/base/item/item.d.ts.map +1 -1
  384. package/dist/components/base/map/index.cjs +1 -1
  385. package/dist/components/base/map/index.cjs.map +1 -1
  386. package/dist/components/base/map/index.js +1 -1
  387. package/dist/components/base/navigation/index.cjs +1 -1
  388. package/dist/components/base/navigation/index.js +2 -2
  389. package/dist/components/base/popover-menu/index.cjs +1 -1
  390. package/dist/components/base/popover-menu/index.js +1 -1
  391. package/dist/components/base/popover-menu/popover-menu.d.ts +2 -1
  392. package/dist/components/base/popover-menu/popover-menu.d.ts.map +1 -1
  393. package/dist/components/base/sidebar/index.cjs +1 -1
  394. package/dist/components/base/sidebar/index.js +2 -2
  395. package/dist/components/base/sidebar/sidebar.d.ts +5 -3
  396. package/dist/components/base/sidebar/sidebar.d.ts.map +1 -1
  397. package/dist/components/base/spinner/index.cjs +1 -1
  398. package/dist/components/base/spinner/index.js +1 -1
  399. package/dist/components/base/table/data-table.d.ts.map +1 -1
  400. package/dist/components/base/table/index.cjs +1 -2
  401. package/dist/components/base/table/index.js +2 -1189
  402. package/dist/components/base/table/table-body.d.ts.map +1 -1
  403. package/dist/components/base/table/table-header.d.ts.map +1 -1
  404. package/dist/components/base/table/table-helpers.d.ts.map +1 -1
  405. package/dist/components/base/table/table.types.d.ts +6 -1
  406. package/dist/components/base/table/table.types.d.ts.map +1 -1
  407. package/dist/components/base/toaster/index.cjs +1 -1
  408. package/dist/components/base/toaster/index.js +1 -1
  409. package/dist/components/composed/admin/api-key-list/api-key-list.d.ts.map +1 -1
  410. package/dist/components/composed/admin/index.cjs +1 -1
  411. package/dist/components/composed/admin/index.cjs.map +1 -1
  412. package/dist/components/composed/admin/index.js +18 -13
  413. package/dist/components/composed/admin/index.js.map +1 -1
  414. package/dist/components/composed/admin/role-permission/role-permission.d.ts.map +1 -1
  415. package/dist/components/composed/ai/ai-attachment/ai-attachment.d.ts.map +1 -1
  416. package/dist/components/composed/ai/ai-citation/ai-citation.d.ts.map +1 -1
  417. package/dist/components/composed/ai/ai-code-block/ai-code-block.d.ts.map +1 -1
  418. package/dist/components/composed/ai/ai-file-tree/ai-file-tree.d.ts.map +1 -1
  419. package/dist/components/composed/ai/ai-inline-citation/ai-inline-citation.d.ts.map +1 -1
  420. package/dist/components/composed/ai/ai-prompt-suggestions/ai-prompt-suggestions.d.ts.map +1 -1
  421. package/dist/components/composed/ai/ai-reasoning/ai-reasoning.d.ts.map +1 -1
  422. package/dist/components/composed/ai/ai-sources/ai-sources.d.ts.map +1 -1
  423. package/dist/components/composed/ai/ai-task/ai-task.d.ts.map +1 -1
  424. package/dist/components/composed/ai/ai-task/types.d.ts +2 -0
  425. package/dist/components/composed/ai/ai-task/types.d.ts.map +1 -1
  426. package/dist/components/composed/ai/ai-tool-call/ai-tool-call.d.ts.map +1 -1
  427. package/dist/components/composed/ai/index.cjs +1 -1
  428. package/dist/components/composed/ai/index.cjs.map +1 -1
  429. package/dist/components/composed/ai/index.js +87 -83
  430. package/dist/components/composed/ai/index.js.map +1 -1
  431. package/dist/components/composed/analytics/chart-card/chart-card.d.ts +22 -0
  432. package/dist/components/composed/analytics/chart-card/chart-card.d.ts.map +1 -0
  433. package/dist/components/composed/analytics/chart-card/index.d.ts +2 -0
  434. package/dist/components/composed/analytics/chart-card/index.d.ts.map +1 -0
  435. package/dist/components/composed/analytics/format-metric-value.d.ts.map +1 -1
  436. package/dist/components/composed/analytics/index.cjs +1 -1
  437. package/dist/components/composed/analytics/index.cjs.map +1 -1
  438. package/dist/components/composed/analytics/index.d.ts +2 -0
  439. package/dist/components/composed/analytics/index.d.ts.map +1 -1
  440. package/dist/components/composed/analytics/index.js +369 -377
  441. package/dist/components/composed/analytics/index.js.map +1 -1
  442. package/dist/components/composed/analytics/metric-comparison/metric-comparison.d.ts +2 -1
  443. package/dist/components/composed/analytics/metric-comparison/metric-comparison.d.ts.map +1 -1
  444. package/dist/components/composed/analytics/metric-gradient/metric-gradient.d.ts.map +1 -1
  445. package/dist/components/composed/cards/contact-card/contact-card.d.ts.map +1 -1
  446. package/dist/components/composed/cards/course-card/course-card.d.ts.map +1 -1
  447. package/dist/components/composed/cards/giftcard-card/partials/giftcard-compact.d.ts.map +1 -1
  448. package/dist/components/composed/cards/giftcard-card/partials/giftcard-dark.d.ts.map +1 -1
  449. package/dist/components/composed/cards/giftcard-card/partials/giftcard-full.d.ts.map +1 -1
  450. package/dist/components/composed/cards/giftcard-card/partials/giftcard-illustrated.d.ts.map +1 -1
  451. package/dist/components/composed/cards/giftcard-card/partials/giftcard-minimal.d.ts.map +1 -1
  452. package/dist/components/composed/cards/index.cjs +1 -1
  453. package/dist/components/composed/cards/index.cjs.map +1 -1
  454. package/dist/components/composed/cards/index.js +586 -606
  455. package/dist/components/composed/cards/index.js.map +1 -1
  456. package/dist/components/composed/cards/vendor-profile/vendor-profile.d.ts.map +1 -1
  457. package/dist/components/composed/commerce/cart-summary/cart-summary.d.ts.map +1 -1
  458. package/dist/components/composed/commerce/cart-summary/types.d.ts +8 -1
  459. package/dist/components/composed/commerce/cart-summary/types.d.ts.map +1 -1
  460. package/dist/components/composed/commerce/coupon-input/coupon-input.d.ts.map +1 -1
  461. package/dist/components/composed/commerce/index.cjs +1 -1
  462. package/dist/components/composed/commerce/index.cjs.map +1 -1
  463. package/dist/components/composed/commerce/index.js +580 -486
  464. package/dist/components/composed/commerce/index.js.map +1 -1
  465. package/dist/components/composed/commerce/order-status/order-status.d.ts.map +1 -1
  466. package/dist/components/composed/commerce/order-status/types.d.ts +2 -0
  467. package/dist/components/composed/commerce/order-status/types.d.ts.map +1 -1
  468. package/dist/components/composed/commerce/payment-method/payment-method.d.ts.map +1 -1
  469. package/dist/components/composed/commerce/voucher-entry/types.d.ts +3 -0
  470. package/dist/components/composed/commerce/voucher-entry/types.d.ts.map +1 -1
  471. package/dist/components/composed/commerce/voucher-entry/voucher-entry.d.ts.map +1 -1
  472. package/dist/components/composed/dark-surfaces/booking-receipt/booking-receipt.d.ts.map +1 -1
  473. package/dist/components/composed/dark-surfaces/index.cjs +1 -1
  474. package/dist/components/composed/dark-surfaces/index.cjs.map +1 -1
  475. package/dist/components/composed/dark-surfaces/index.js +23 -16
  476. package/dist/components/composed/dark-surfaces/index.js.map +1 -1
  477. package/dist/components/composed/dark-surfaces/order-items/order-items.d.ts.map +1 -1
  478. package/dist/components/composed/dark-surfaces/order-items/types.d.ts +3 -1
  479. package/dist/components/composed/dark-surfaces/order-items/types.d.ts.map +1 -1
  480. package/dist/components/composed/data-display/index.cjs +1 -1
  481. package/dist/components/composed/data-display/index.cjs.map +1 -1
  482. package/dist/components/composed/data-display/index.js +18 -17
  483. package/dist/components/composed/data-display/index.js.map +1 -1
  484. package/dist/components/composed/data-display/invoice-mini/invoice-mini.d.ts.map +1 -1
  485. package/dist/components/composed/navigation/breadcrumb-progress/breadcrumb-progress.d.ts.map +1 -1
  486. package/dist/components/composed/navigation/index.cjs +1 -1
  487. package/dist/components/composed/navigation/index.cjs.map +1 -1
  488. package/dist/components/composed/navigation/index.js +90 -72
  489. package/dist/components/composed/navigation/index.js.map +1 -1
  490. package/dist/components/composed/navigation/kanban-board/kanban-board.d.ts.map +1 -1
  491. package/dist/components/composed/navigation/kanban-board/types.d.ts +5 -1
  492. package/dist/components/composed/navigation/kanban-board/types.d.ts.map +1 -1
  493. package/dist/components/composed/onboarding/index.cjs +1 -1
  494. package/dist/components/composed/onboarding/index.cjs.map +1 -1
  495. package/dist/components/composed/onboarding/index.js +3 -3
  496. package/dist/components/composed/timelines/index.cjs +1 -1
  497. package/dist/components/composed/timelines/index.cjs.map +1 -1
  498. package/dist/components/composed/timelines/index.js +6 -6
  499. package/dist/components/composed/timelines/index.js.map +1 -1
  500. package/dist/components/features/activities/activities-feed.d.ts.map +1 -1
  501. package/dist/components/features/activities/activities.types.d.ts +2 -1
  502. package/dist/components/features/activities/activities.types.d.ts.map +1 -1
  503. package/dist/components/features/activities/index.cjs +1 -1
  504. package/dist/components/features/activities/index.cjs.map +1 -1
  505. package/dist/components/features/activities/index.js +286 -301
  506. package/dist/components/features/activities/index.js.map +1 -1
  507. package/dist/components/features/activities/partials/activities-feed-card.d.ts.map +1 -1
  508. package/dist/components/features/activities/partials/activity-headline.d.ts.map +1 -1
  509. package/dist/components/features/activities/partials/activity-resource-tag.d.ts.map +1 -1
  510. package/dist/components/features/activities/partials/activity-row.d.ts.map +1 -1
  511. package/dist/components/features/ai-chat/ai-chat.d.ts +2 -1
  512. package/dist/components/features/ai-chat/ai-chat.d.ts.map +1 -1
  513. package/dist/components/features/ai-chat/index.cjs +2 -2
  514. package/dist/components/features/ai-chat/index.cjs.map +1 -1
  515. package/dist/components/features/ai-chat/index.js +16 -14
  516. package/dist/components/features/ai-chat/index.js.map +1 -1
  517. package/dist/components/features/ai-chat/partials/ai-chat-conversation.d.ts +2 -1
  518. package/dist/components/features/ai-chat/partials/ai-chat-conversation.d.ts.map +1 -1
  519. package/dist/components/features/ai-chat/partials/ai-chat-message.d.ts +2 -1
  520. package/dist/components/features/ai-chat/partials/ai-chat-message.d.ts.map +1 -1
  521. package/dist/components/features/ai-chat/partials/ai-chat-prompt-input.d.ts +2 -1
  522. package/dist/components/features/ai-chat/partials/ai-chat-prompt-input.d.ts.map +1 -1
  523. package/dist/components/features/ai-chat/partials/ai-chat-queue.d.ts +2 -1
  524. package/dist/components/features/ai-chat/partials/ai-chat-queue.d.ts.map +1 -1
  525. package/dist/components/features/ai-chat/partials/ai-chat-suggestions-row.d.ts +2 -1
  526. package/dist/components/features/ai-chat/partials/ai-chat-suggestions-row.d.ts.map +1 -1
  527. package/dist/components/features/card/card.types.d.ts +2 -0
  528. package/dist/components/features/card/card.types.d.ts.map +1 -1
  529. package/dist/components/features/card/index.cjs +1 -1
  530. package/dist/components/features/card/index.cjs.map +1 -1
  531. package/dist/components/features/card/index.js +37 -43
  532. package/dist/components/features/card/index.js.map +1 -1
  533. package/dist/components/features/card/partials/default-shared-resource-partials.d.ts +2 -1
  534. package/dist/components/features/card/partials/default-shared-resource-partials.d.ts.map +1 -1
  535. package/dist/components/features/card/shared-resource-card.d.ts.map +1 -1
  536. package/dist/components/features/comments/comments-provider.d.ts +2 -1
  537. package/dist/components/features/comments/comments-provider.d.ts.map +1 -1
  538. package/dist/components/features/comments/comments.types.d.ts +6 -5
  539. package/dist/components/features/comments/comments.types.d.ts.map +1 -1
  540. package/dist/components/features/comments/index.cjs +1 -1
  541. package/dist/components/features/comments/index.js +2 -2
  542. package/dist/components/features/comments/partials/comment-attachment-chip.d.ts +2 -1
  543. package/dist/components/features/comments/partials/comment-attachment-chip.d.ts.map +1 -1
  544. package/dist/components/features/comments/partials/comment-composer.d.ts.map +1 -1
  545. package/dist/components/features/comments/partials/comment-empty.d.ts +2 -1
  546. package/dist/components/features/comments/partials/comment-empty.d.ts.map +1 -1
  547. package/dist/components/features/comments/partials/comment-item.d.ts.map +1 -1
  548. package/dist/components/features/event-log/event-log.d.ts.map +1 -1
  549. package/dist/components/features/event-log/event-log.types.d.ts +2 -2
  550. package/dist/components/features/event-log/event-log.types.d.ts.map +1 -1
  551. package/dist/components/features/event-log/index.cjs +1 -1
  552. package/dist/components/features/event-log/index.cjs.map +1 -1
  553. package/dist/components/features/event-log/index.js +86 -86
  554. package/dist/components/features/event-log/index.js.map +1 -1
  555. package/dist/components/features/filters/facets/async-select-facet.d.ts +1 -1
  556. package/dist/components/features/filters/facets/async-select-facet.d.ts.map +1 -1
  557. package/dist/components/features/filters/filters.types.d.ts +7 -7
  558. package/dist/components/features/filters/filters.types.d.ts.map +1 -1
  559. package/dist/components/features/filters/hooks/use-async-options.d.ts.map +1 -1
  560. package/dist/components/features/filters/index.cjs +1 -1
  561. package/dist/components/features/filters/index.cjs.map +1 -1
  562. package/dist/components/features/filters/index.js +518 -495
  563. package/dist/components/features/filters/index.js.map +1 -1
  564. package/dist/components/features/filters/partials/async-filter-content.d.ts +1 -1
  565. package/dist/components/features/filters/partials/async-filter-content.d.ts.map +1 -1
  566. package/dist/components/features/filters/partials/filter-pill.d.ts.map +1 -1
  567. package/dist/components/features/filters/partials/filters-button.d.ts.map +1 -1
  568. package/dist/components/features/global-search/global-search.d.ts +2 -1
  569. package/dist/components/features/global-search/global-search.d.ts.map +1 -1
  570. package/dist/components/features/global-search/index.cjs +1 -1
  571. package/dist/components/features/global-search/index.cjs.map +1 -1
  572. package/dist/components/features/global-search/index.js +291 -271
  573. package/dist/components/features/global-search/index.js.map +1 -1
  574. package/dist/components/features/global-search/partials/global-search-idle-state.d.ts.map +1 -1
  575. package/dist/components/features/global-search/partials/global-search-input.d.ts.map +1 -1
  576. package/dist/components/features/global-search/partials/global-search-result-row.d.ts.map +1 -1
  577. package/dist/components/features/global-search/partials/global-search-tabs.d.ts.map +1 -1
  578. package/dist/components/features/index.d.ts.map +1 -1
  579. package/dist/components/features/kanban/index.cjs +1 -1
  580. package/dist/components/features/kanban/index.cjs.map +1 -1
  581. package/dist/components/features/kanban/index.js +133 -124
  582. package/dist/components/features/kanban/index.js.map +1 -1
  583. package/dist/components/features/kanban/kanban-context.d.ts +1 -0
  584. package/dist/components/features/kanban/kanban-context.d.ts.map +1 -1
  585. package/dist/components/features/kanban/kanban.d.ts.map +1 -1
  586. package/dist/components/features/media-library/hooks/index.d.ts +2 -0
  587. package/dist/components/features/media-library/hooks/index.d.ts.map +1 -0
  588. package/dist/components/features/media-library/hooks/use-media-library.d.ts +6 -0
  589. package/dist/components/features/media-library/hooks/use-media-library.d.ts.map +1 -0
  590. package/dist/components/features/media-library/index.cjs +2 -0
  591. package/dist/components/features/media-library/index.cjs.map +1 -0
  592. package/dist/components/features/media-library/index.d.ts +7 -0
  593. package/dist/components/features/media-library/index.d.ts.map +1 -0
  594. package/dist/components/features/media-library/index.js +1796 -0
  595. package/dist/components/features/media-library/index.js.map +1 -0
  596. package/dist/components/features/media-library/media-library.d.ts +4 -0
  597. package/dist/components/features/media-library/media-library.d.ts.map +1 -0
  598. package/dist/components/features/media-library/media-library.strings.d.ts +120 -0
  599. package/dist/components/features/media-library/media-library.strings.d.ts.map +1 -0
  600. package/dist/components/features/media-library/media-library.types.d.ts +340 -0
  601. package/dist/components/features/media-library/media-library.types.d.ts.map +1 -0
  602. package/dist/components/features/media-library/media-resource-gallery.d.ts +3 -0
  603. package/dist/components/features/media-library/media-resource-gallery.d.ts.map +1 -0
  604. package/dist/components/features/media-library/partials/index.d.ts +2 -0
  605. package/dist/components/features/media-library/partials/index.d.ts.map +1 -0
  606. package/dist/components/features/media-library/partials/media-library-partials.d.ts +11 -0
  607. package/dist/components/features/media-library/partials/media-library-partials.d.ts.map +1 -0
  608. package/dist/components/features/mentions/index.cjs +1 -1
  609. package/dist/components/features/mentions/index.js +1 -1
  610. package/dist/components/features/mentions/partials/mention-chip.d.ts.map +1 -1
  611. package/dist/components/features/mentions/partials/mention-inline-suggestions.d.ts.map +1 -1
  612. package/dist/components/features/mentions/partials/mention-picker.d.ts.map +1 -1
  613. package/dist/components/features/mentions/utils/build-mention-html.d.ts +3 -3
  614. package/dist/components/features/overlays/dialog.d.ts +1 -1
  615. package/dist/components/features/overlays/dialog.d.ts.map +1 -1
  616. package/dist/components/features/overlays/drawer.d.ts.map +1 -1
  617. package/dist/components/features/overlays/index.cjs +1 -1
  618. package/dist/components/features/overlays/index.js +1 -1
  619. package/dist/components/features/overlays/overlays.types.d.ts +3 -1
  620. package/dist/components/features/overlays/overlays.types.d.ts.map +1 -1
  621. package/dist/components/features/products/components/index.d.ts +15 -0
  622. package/dist/components/features/products/components/index.d.ts.map +1 -0
  623. package/dist/components/features/products/components/product-contract-overview.d.ts +6 -0
  624. package/dist/components/features/products/components/product-contract-overview.d.ts.map +1 -0
  625. package/dist/components/features/products/components/product-details-card.d.ts +6 -0
  626. package/dist/components/features/products/components/product-details-card.d.ts.map +1 -0
  627. package/dist/components/features/products/components/product-operations-card.d.ts +6 -0
  628. package/dist/components/features/products/components/product-operations-card.d.ts.map +1 -0
  629. package/dist/components/features/products/components/product-option-action-menu.d.ts +6 -0
  630. package/dist/components/features/products/components/product-option-action-menu.d.ts.map +1 -0
  631. package/dist/components/features/products/components/product-options-summary.d.ts +6 -0
  632. package/dist/components/features/products/components/product-options-summary.d.ts.map +1 -0
  633. package/dist/components/features/products/components/product-overview.d.ts +6 -0
  634. package/dist/components/features/products/components/product-overview.d.ts.map +1 -0
  635. package/dist/components/features/products/components/product-policies-card.d.ts +6 -0
  636. package/dist/components/features/products/components/product-policies-card.d.ts.map +1 -0
  637. package/dist/components/features/products/components/product-quote-preview-card.d.ts +6 -0
  638. package/dist/components/features/products/components/product-quote-preview-card.d.ts.map +1 -0
  639. package/dist/components/features/products/components/product-readiness-card.d.ts +6 -0
  640. package/dist/components/features/products/components/product-readiness-card.d.ts.map +1 -0
  641. package/dist/components/features/products/components/product-structure-card.d.ts +6 -0
  642. package/dist/components/features/products/components/product-structure-card.d.ts.map +1 -0
  643. package/dist/components/features/products/components/product-variant-action-menu.d.ts +6 -0
  644. package/dist/components/features/products/components/product-variant-action-menu.d.ts.map +1 -0
  645. package/dist/components/features/products/components/product-variant-details.d.ts +6 -0
  646. package/dist/components/features/products/components/product-variant-details.d.ts.map +1 -0
  647. package/dist/components/features/products/components/product-variant-editor.d.ts +6 -0
  648. package/dist/components/features/products/components/product-variant-editor.d.ts.map +1 -0
  649. package/dist/components/features/products/components/product-variants-table.d.ts +6 -0
  650. package/dist/components/features/products/components/product-variants-table.d.ts.map +1 -0
  651. package/dist/components/features/products/index.cjs +2 -0
  652. package/dist/components/features/products/index.cjs.map +1 -0
  653. package/dist/components/features/products/index.d.ts +6 -0
  654. package/dist/components/features/products/index.d.ts.map +1 -0
  655. package/dist/components/features/products/index.js +1749 -0
  656. package/dist/components/features/products/index.js.map +1 -0
  657. package/dist/components/features/products/partials/index.d.ts +8 -0
  658. package/dist/components/features/products/partials/index.d.ts.map +1 -0
  659. package/dist/components/features/products/partials/product-actions.d.ts +8 -0
  660. package/dist/components/features/products/partials/product-actions.d.ts.map +1 -0
  661. package/dist/components/features/products/partials/product-empty-state.d.ts +8 -0
  662. package/dist/components/features/products/partials/product-empty-state.d.ts.map +1 -0
  663. package/dist/components/features/products/partials/product-metric-tile.d.ts +5 -0
  664. package/dist/components/features/products/partials/product-metric-tile.d.ts.map +1 -0
  665. package/dist/components/features/products/partials/product-rows.d.ts +25 -0
  666. package/dist/components/features/products/partials/product-rows.d.ts.map +1 -0
  667. package/dist/components/features/products/partials/product-tone.d.ts +9 -0
  668. package/dist/components/features/products/partials/product-tone.d.ts.map +1 -0
  669. package/dist/components/features/products/partials/product-values.d.ts +2 -0
  670. package/dist/components/features/products/partials/product-values.d.ts.map +1 -0
  671. package/dist/components/features/products/partials/product-variant-table-parts.d.ts +22 -0
  672. package/dist/components/features/products/partials/product-variant-table-parts.d.ts.map +1 -0
  673. package/dist/components/features/products/products.d.ts +7 -0
  674. package/dist/components/features/products/products.d.ts.map +1 -0
  675. package/dist/components/features/products/products.strings.d.ts +197 -0
  676. package/dist/components/features/products/products.strings.d.ts.map +1 -0
  677. package/dist/components/features/products/products.types.d.ts +372 -0
  678. package/dist/components/features/products/products.types.d.ts.map +1 -0
  679. package/dist/components/features/rich-text-editor/index.cjs +1 -1
  680. package/dist/components/features/rich-text-editor/index.js +1 -1
  681. package/dist/components/features/rich-text-editor/partials/rich-text-editor-fallback.d.ts.map +1 -1
  682. package/dist/components/features/rich-text-editor/partials/rich-text-editor-tiptap.d.ts.map +1 -1
  683. package/dist/components/features/schema-form/hooks/index.d.ts +2 -0
  684. package/dist/components/features/schema-form/hooks/index.d.ts.map +1 -0
  685. package/dist/components/features/schema-form/hooks/use-schema-form.d.ts +24 -0
  686. package/dist/components/features/schema-form/hooks/use-schema-form.d.ts.map +1 -0
  687. package/dist/components/features/schema-form/index.cjs +2 -0
  688. package/dist/components/features/schema-form/index.cjs.map +1 -0
  689. package/dist/components/features/schema-form/index.d.ts +6 -0
  690. package/dist/components/features/schema-form/index.d.ts.map +1 -0
  691. package/dist/components/features/schema-form/index.js +721 -0
  692. package/dist/components/features/schema-form/index.js.map +1 -0
  693. package/dist/components/features/schema-form/partials/index.d.ts +4 -0
  694. package/dist/components/features/schema-form/partials/index.d.ts.map +1 -0
  695. package/dist/components/features/schema-form/partials/schema-form-actions.d.ts +16 -0
  696. package/dist/components/features/schema-form/partials/schema-form-actions.d.ts.map +1 -0
  697. package/dist/components/features/schema-form/partials/schema-form-empty.d.ts +10 -0
  698. package/dist/components/features/schema-form/partials/schema-form-empty.d.ts.map +1 -0
  699. package/dist/components/features/schema-form/partials/schema-form-field.d.ts +11 -0
  700. package/dist/components/features/schema-form/partials/schema-form-field.d.ts.map +1 -0
  701. package/dist/components/features/schema-form/schema-form.d.ts +6 -0
  702. package/dist/components/features/schema-form/schema-form.d.ts.map +1 -0
  703. package/dist/components/features/schema-form/schema-form.strings.d.ts +12 -0
  704. package/dist/components/features/schema-form/schema-form.strings.d.ts.map +1 -0
  705. package/dist/components/features/schema-form/schema-form.types.d.ts +198 -0
  706. package/dist/components/features/schema-form/schema-form.types.d.ts.map +1 -0
  707. package/dist/components/features/schema-form/schema-form.utils.d.ts +19 -0
  708. package/dist/components/features/schema-form/schema-form.utils.d.ts.map +1 -0
  709. package/dist/components/features/suggestions/hooks/use-suggestions.d.ts.map +1 -1
  710. package/dist/components/features/suggestions/index.cjs +1 -1
  711. package/dist/components/features/suggestions/index.cjs.map +1 -1
  712. package/dist/components/features/suggestions/index.js +64 -64
  713. package/dist/components/features/suggestions/index.js.map +1 -1
  714. package/dist/components/features/suggestions/suggestions.d.ts.map +1 -1
  715. package/dist/components/features/suggestions/suggestions.types.d.ts +1 -0
  716. package/dist/components/features/suggestions/suggestions.types.d.ts.map +1 -1
  717. package/dist/components/features/sync/index.cjs +1 -1
  718. package/dist/components/features/sync/index.cjs.map +1 -1
  719. package/dist/components/features/sync/index.js +3 -3
  720. package/dist/components/layout/app-shell/app-shell.types.d.ts +1 -1
  721. package/dist/components/layout/app-shell/app-shell.types.d.ts.map +1 -1
  722. package/dist/components/layout/app-shell/index.cjs +1 -1
  723. package/dist/components/layout/app-shell/index.js +1 -1
  724. package/dist/components/layout/app-shell/topbar-sidebar-layout.d.ts.map +1 -1
  725. package/dist/components/layout/auth/auth-card.d.ts +3 -0
  726. package/dist/components/layout/auth/auth-card.d.ts.map +1 -0
  727. package/dist/components/layout/auth/auth-footer-links.d.ts +3 -0
  728. package/dist/components/layout/auth/auth-footer-links.d.ts.map +1 -0
  729. package/dist/components/layout/auth/auth-hooks.d.ts +5 -0
  730. package/dist/components/layout/auth/auth-hooks.d.ts.map +1 -0
  731. package/dist/components/layout/auth/auth-method-switch.d.ts +5 -0
  732. package/dist/components/layout/auth/auth-method-switch.d.ts.map +1 -0
  733. package/dist/components/layout/auth/auth-shell.d.ts +3 -0
  734. package/dist/components/layout/auth/auth-shell.d.ts.map +1 -0
  735. package/dist/components/layout/auth/auth-social-providers.d.ts +4 -0
  736. package/dist/components/layout/auth/auth-social-providers.d.ts.map +1 -0
  737. package/dist/components/layout/auth/auth-split-panel.d.ts +3 -0
  738. package/dist/components/layout/auth/auth-split-panel.d.ts.map +1 -0
  739. package/dist/components/layout/auth/auth.strings.d.ts +22 -0
  740. package/dist/components/layout/auth/auth.strings.d.ts.map +1 -0
  741. package/dist/components/layout/auth/auth.types.d.ts +187 -0
  742. package/dist/components/layout/auth/auth.types.d.ts.map +1 -0
  743. package/dist/components/layout/auth/index.cjs +1 -0
  744. package/dist/components/layout/auth/index.d.ts +10 -0
  745. package/dist/components/layout/auth/index.d.ts.map +1 -0
  746. package/dist/components/layout/auth/index.js +2 -0
  747. package/dist/components/layout/header/index.cjs +1 -1
  748. package/dist/components/layout/header/index.js +1 -1
  749. package/dist/components/layout/header/partials/header-notifications.d.ts.map +1 -1
  750. package/dist/components/layout/header/partials/header-search.d.ts.map +1 -1
  751. package/dist/components/layout/hooks/index.cjs +1 -1
  752. package/dist/components/layout/hooks/index.js +1 -1
  753. package/dist/components/layout/index.cjs +1 -1
  754. package/dist/components/layout/index.d.ts +2 -0
  755. package/dist/components/layout/index.d.ts.map +1 -1
  756. package/dist/components/layout/index.js +8 -6
  757. package/dist/components/layout/page/index.cjs +1 -1
  758. package/dist/components/layout/page/index.js +1 -1
  759. package/dist/components/layout/sidebar/components/sidebar-grouped-navigation.d.ts.map +1 -1
  760. package/dist/components/layout/sidebar/index.cjs +1 -1
  761. package/dist/components/layout/sidebar/index.js +2 -2
  762. package/dist/components/layout/workspace/index.cjs +1 -0
  763. package/dist/components/layout/workspace/index.d.ts +4 -0
  764. package/dist/components/layout/workspace/index.d.ts.map +1 -0
  765. package/dist/components/layout/workspace/index.js +2 -0
  766. package/dist/components/layout/workspace/workspace.d.ts +7 -0
  767. package/dist/components/layout/workspace/workspace.d.ts.map +1 -0
  768. package/dist/components/layout/workspace/workspace.strings.d.ts +19 -0
  769. package/dist/components/layout/workspace/workspace.strings.d.ts.map +1 -0
  770. package/dist/components/layout/workspace/workspace.types.d.ts +96 -0
  771. package/dist/components/layout/workspace/workspace.types.d.ts.map +1 -0
  772. package/dist/components/typography/heading.d.ts +2 -1
  773. package/dist/components/typography/heading.d.ts.map +1 -1
  774. package/dist/components/typography/index.cjs +1 -1
  775. package/dist/components/typography/index.js +2 -3
  776. package/dist/components/typography/text-link.d.ts.map +1 -1
  777. package/dist/components/typography/text.d.ts +2 -1
  778. package/dist/components/typography/text.d.ts.map +1 -1
  779. package/dist/components/ui/alert-dialog.d.ts +19 -0
  780. package/dist/components/ui/alert-dialog.d.ts.map +1 -0
  781. package/dist/components/ui/aspect-ratio.d.ts +5 -0
  782. package/dist/components/ui/aspect-ratio.d.ts.map +1 -0
  783. package/dist/components/ui/carousel.d.ts +29 -0
  784. package/dist/components/ui/carousel.d.ts.map +1 -0
  785. package/dist/components/ui/direction.d.ts +2 -0
  786. package/dist/components/ui/direction.d.ts.map +1 -0
  787. package/dist/components/ui/drawer.d.ts +14 -0
  788. package/dist/components/ui/drawer.d.ts.map +1 -0
  789. package/dist/components/ui/field.d.ts +25 -0
  790. package/dist/components/ui/field.d.ts.map +1 -0
  791. package/dist/components/ui/input-group.d.ts +1 -1
  792. package/dist/components/ui/input-otp.d.ts +12 -0
  793. package/dist/components/ui/input-otp.d.ts.map +1 -0
  794. package/dist/components/ui/kbd.d.ts +4 -0
  795. package/dist/components/ui/kbd.d.ts.map +1 -0
  796. package/dist/components/ui/label.d.ts +4 -0
  797. package/dist/components/ui/label.d.ts.map +1 -0
  798. package/dist/components/ui/menubar.d.ts +30 -0
  799. package/dist/components/ui/menubar.d.ts.map +1 -0
  800. package/dist/components/ui/native-select.d.ts +9 -0
  801. package/dist/components/ui/native-select.d.ts.map +1 -0
  802. package/dist/components/ui/navigation-menu.d.ts +12 -0
  803. package/dist/components/ui/navigation-menu.d.ts.map +1 -0
  804. package/dist/components/ui/resizable.d.ts +8 -0
  805. package/dist/components/ui/resizable.d.ts.map +1 -0
  806. package/dist/index.cjs +1 -1
  807. package/dist/index.js +1 -1
  808. package/dist/lib/ui-provider/index.cjs +1 -1
  809. package/dist/lib/ui-provider/index.js +1 -1
  810. package/dist/lib/utils.cjs +1 -1
  811. package/dist/lib/utils.cjs.map +1 -1
  812. package/dist/lib/utils.d.ts.map +1 -1
  813. package/dist/lib/utils.js +19 -16
  814. package/dist/lib/utils.js.map +1 -1
  815. package/dist/showcase/assets/AreaChart-BkAbL-UV.js +6 -0
  816. package/dist/showcase/assets/CSPContext-B11tftuK.js +1 -0
  817. package/dist/showcase/assets/CompositeItem-Dzu0MfUC.js +1 -0
  818. package/dist/showcase/assets/CompositeRoot-CQvQ_uj2.js +1 -0
  819. package/dist/showcase/assets/DialogTrigger-BxVhSw4D.js +1 -0
  820. package/dist/showcase/assets/FieldItemContext-BSFHjS7g.js +1 -0
  821. package/dist/showcase/assets/LabelableContext-DapqaNeY.js +1 -0
  822. package/dist/showcase/assets/PreviewLayout-CGEkbS-i.js +1 -0
  823. package/dist/showcase/assets/RadioGroup-DBA3iBQw.js +1 -0
  824. package/dist/showcase/assets/Separator-BEMr82IS.js +1 -0
  825. package/dist/showcase/assets/ToolbarRootContext-xN-ruoGR.js +1 -0
  826. package/dist/showcase/assets/accordion-B-Iy0jKu.js +171 -0
  827. package/dist/showcase/assets/accordion-variants-B9GD0oBE.js +1 -0
  828. package/dist/showcase/assets/action-menu-CMUF6gPp.js +1 -0
  829. package/dist/showcase/assets/activities-C1P9bsJm.js +501 -0
  830. package/dist/showcase/assets/activities-feed-card-WZUuGHmT.js +1 -0
  831. package/dist/showcase/assets/activity-BVP5C805.js +1 -0
  832. package/dist/showcase/assets/admin-DWOK4sj4.js +80 -0
  833. package/dist/showcase/assets/ai-Dteb3y6G.js +41 -0
  834. package/dist/showcase/assets/ai-artifact-B0d7GveY.js +2 -0
  835. package/dist/showcase/assets/ai-chat-IJ0b2FOw.js +568 -0
  836. package/dist/showcase/assets/ai-elements-Cr8GgtEV.js +387 -0
  837. package/dist/showcase/assets/ai-new-BJN9wNvX.js +167 -0
  838. package/dist/showcase/assets/ai-tool-call-BqlQuR1P.js +1 -0
  839. package/dist/showcase/assets/alert-2_0J7Vv6.js +1 -0
  840. package/dist/showcase/assets/alert-7wEOpEor.js +93 -0
  841. package/dist/showcase/assets/alert-C_FOBilU.js +62 -0
  842. package/dist/showcase/assets/api-key-list-CGV1k52v.js +73 -0
  843. package/dist/showcase/assets/app-sidebar-S6oUYO4h.js +1 -0
  844. package/dist/showcase/assets/arrow-down-VNr82bS3.js +1 -0
  845. package/dist/showcase/assets/arrow-left-BSVeKWNq.js +1 -0
  846. package/dist/showcase/assets/arrow-right-D6hTB0Bd.js +1 -0
  847. package/dist/showcase/assets/arrow-up-p9oA4cIz.js +1 -0
  848. package/dist/showcase/assets/arrow-up-right-BtlQ62bc.js +1 -0
  849. package/dist/showcase/assets/avatar-BxcQUuh0.js +57 -0
  850. package/dist/showcase/assets/avatar-LGWm52rv.js +1 -0
  851. package/dist/showcase/assets/badge-COn5psy3.js +28 -0
  852. package/dist/showcase/assets/badge-check-D2C2BPUT.js +1 -0
  853. package/dist/showcase/assets/bell-C80n9VRl.js +1 -0
  854. package/dist/showcase/assets/bot-C83bUUi9.js +1 -0
  855. package/dist/showcase/assets/box-rZ0pA-02.js +1 -0
  856. package/dist/showcase/assets/brain-BJtktdVu.js +1 -0
  857. package/dist/showcase/assets/brand-CxdIBpyJ.js +36 -0
  858. package/dist/showcase/assets/breadcrumb-BZsr_A8k.js +1 -0
  859. package/dist/showcase/assets/breadcrumb-CSU8FvWB.js +52 -0
  860. package/dist/showcase/assets/breadcrumbs-BUm4gHzL.js +1 -0
  861. package/dist/showcase/assets/briefcase-0WhUdLn5.js +1 -0
  862. package/dist/showcase/assets/building-2-1D6zVdCI.js +1 -0
  863. package/dist/showcase/assets/button-C22Gs6y0.js +44 -0
  864. package/dist/showcase/assets/button-group-C0Ts4-x3.js +1 -0
  865. package/dist/showcase/assets/buttons-Dfn6hmwe.js +270 -0
  866. package/dist/showcase/assets/calendar-7a4yQlzJ.js +1 -0
  867. package/dist/showcase/assets/calendar-Bo17POsN.js +1 -0
  868. package/dist/showcase/assets/calendar-D6XNDRVQ.js +16 -0
  869. package/dist/showcase/assets/calendar-days-C4mG2tOe.js +1 -0
  870. package/dist/showcase/assets/camera-C16z6v0m.js +1 -0
  871. package/dist/showcase/assets/card-BjqRQxxz.js +1 -0
  872. package/dist/showcase/assets/card-IzYmUTpI.js +188 -0
  873. package/dist/showcase/assets/card-primitives-BDj4DtS8.js +1 -0
  874. package/dist/showcase/assets/card-radio-group-7GU9AtWs.js +1 -0
  875. package/dist/showcase/assets/cards-DAqpr8CM.js +328 -0
  876. package/dist/showcase/assets/carousel-D1n4Kkoo.js +449 -0
  877. package/dist/showcase/assets/chart-D2EGeI3b.js +358 -0
  878. package/dist/showcase/assets/chart-column-DKcP77Dx.js +1 -0
  879. package/dist/showcase/assets/checkbox-BI3gcjED.js +1 -0
  880. package/dist/showcase/assets/chevron-down-ByPPEdNm.js +1 -0
  881. package/dist/showcase/assets/chevron-left-BNByuq3g.js +1 -0
  882. package/dist/showcase/assets/chevron-right-D4pIMCh9.js +1 -0
  883. package/dist/showcase/assets/chevron-up-Cha879Nz.js +1 -0
  884. package/dist/showcase/assets/chevrons-up-down-eAgHau5X.js +1 -0
  885. package/dist/showcase/assets/circle-V5hdlsIn.js +1 -0
  886. package/dist/showcase/assets/circle-alert-BW-Btwgh.js +1 -0
  887. package/dist/showcase/assets/circle-check-1MSds3Vu.js +1 -0
  888. package/dist/showcase/assets/circle-check-big-vBWkmhCZ.js +1 -0
  889. package/dist/showcase/assets/circle-dot-CsD5uXwH.js +1 -0
  890. package/dist/showcase/assets/circle-question-mark-xYn9p1nL.js +1 -0
  891. package/dist/showcase/assets/circle-x-VSqZOeGt.js +1 -0
  892. package/dist/showcase/assets/clock-3-CP_t59kW.js +1 -0
  893. package/dist/showcase/assets/clock-9xbB7EnW.js +1 -0
  894. package/dist/showcase/assets/code-xml-CeGA85eB.js +1 -0
  895. package/dist/showcase/assets/collapsible-C2W51-wl.js +27 -0
  896. package/dist/showcase/assets/collapsible-C4eof15p.js +1 -0
  897. package/dist/showcase/assets/combobox-i8o4u6Q0.js +696 -0
  898. package/dist/showcase/assets/command-C4F78Ppy.js +1 -0
  899. package/dist/showcase/assets/command-wjOXUieO.js +1 -0
  900. package/dist/showcase/assets/comment-composer-DeURrlgL.js +1 -0
  901. package/dist/showcase/assets/comment-item-D07Qk-Nt.js +1 -0
  902. package/dist/showcase/assets/comments-Bo-lZU18.js +357 -0
  903. package/dist/showcase/assets/commerce-extras-Cio3xn_B.js +189 -0
  904. package/dist/showcase/assets/commerce-jqA58sCZ.js +79 -0
  905. package/dist/showcase/assets/composite-BQFpnmS9.js +1 -0
  906. package/dist/showcase/assets/contact-card-4ajPhcd_.js +65 -0
  907. package/dist/showcase/assets/content-container-B83BnjFb.js +1 -0
  908. package/dist/showcase/assets/copyable-DKkroGJ3.js +96 -0
  909. package/dist/showcase/assets/course-card-DShYl03k.js +77 -0
  910. package/dist/showcase/assets/cpu-BZTsuaUu.js +1 -0
  911. package/dist/showcase/assets/credit-card-CAI3F3HB.js +1 -0
  912. package/dist/showcase/assets/currency-PXgbngHk.js +149 -0
  913. package/dist/showcase/assets/dark-surfaces-pSCicdm4.js +90 -0
  914. package/dist/showcase/assets/database-oHsxHUj-.js +1 -0
  915. package/dist/showcase/assets/date-block-CvCdJr8d.js +1 -0
  916. package/dist/showcase/assets/date-picker-Cd5vsEEd.js +1 -0
  917. package/dist/showcase/assets/date-pickers-CBK-zvSB.js +73 -0
  918. package/dist/showcase/assets/dense-info-zOdJpez6.js +106 -0
  919. package/dist/showcase/assets/dialog-D9-MRCRg.js +1 -0
  920. package/dist/showcase/assets/dialog-EDw9DvZs.js +1 -0
  921. package/dist/showcase/assets/display-CE9JWinr.js +403 -0
  922. package/dist/showcase/assets/dist-CjZ6RM9v.js +45 -0
  923. package/dist/showcase/assets/dollar-sign-BXD_x2mP.js +1 -0
  924. package/dist/showcase/assets/download-D0ur_d_N.js +1 -0
  925. package/dist/showcase/assets/dropdown-menu-Cto8-yDW.js +1 -0
  926. package/dist/showcase/assets/dropzone-9Gb4mR4x.js +1 -0
  927. package/dist/showcase/assets/earth-BN1w3w7h.js +1 -0
  928. package/dist/showcase/assets/ellipsis-DsrebD1Y.js +1 -0
  929. package/dist/showcase/assets/ellipsis-vertical-CAiMV7G2.js +1 -0
  930. package/dist/showcase/assets/empty-DoJF3uif.js +1 -0
  931. package/dist/showcase/assets/empty-item-zZ85qI6s.js +49 -0
  932. package/dist/showcase/assets/empty-state-CGfB7sOE.js +1 -0
  933. package/dist/showcase/assets/empty-state-Y_4qnNWt.js +188 -0
  934. package/dist/showcase/assets/enhanced-activities-B41hAxhb.js +361 -0
  935. package/dist/showcase/assets/enhanced-combobox-BOimEW-1.js +1 -0
  936. package/dist/showcase/assets/event-calendar-BjcfC6fM.js +138 -0
  937. package/dist/showcase/assets/event-log-BhoMXcix.js +330 -0
  938. package/dist/showcase/assets/example-Cz_880po.js +1 -0
  939. package/dist/showcase/assets/external-link-Cy1-PP8k.js +1 -0
  940. package/dist/showcase/assets/eye-C85PNNdH.js +1 -0
  941. package/dist/showcase/assets/feature-announcement-_tpahla3.js +34 -0
  942. package/dist/showcase/assets/file-C8PCBEtY.js +1 -0
  943. package/dist/showcase/assets/file-text-DwqbUujq.js +1 -0
  944. package/dist/showcase/assets/filters-ChqGg_1z.js +78 -0
  945. package/dist/showcase/assets/flag-csHQcBml.js +1 -0
  946. package/dist/showcase/assets/folder-open-BThTng3d.js +1 -0
  947. package/dist/showcase/assets/form-field-B5g_5Zjm.js +1 -0
  948. package/dist/showcase/assets/form-sizing-DHUDpiPA.js +1 -0
  949. package/dist/showcase/assets/format-DrTwpH65.js +1 -0
  950. package/dist/showcase/assets/format-metric-value-BTsvOjZQ.js +1 -0
  951. package/dist/showcase/assets/forms-BukyUSKs.js +862 -0
  952. package/dist/showcase/assets/frame-BNKhZVlb.js +167 -0
  953. package/dist/showcase/assets/getPseudoElementBounds-DwyQgIj-.js +1 -0
  954. package/dist/showcase/assets/gift-CtM--bDo.js +1 -0
  955. package/dist/showcase/assets/giftcard-cards-imm4Br0H.js +85 -0
  956. package/dist/showcase/assets/git-branch-Dl3AzbqP.js +1 -0
  957. package/dist/showcase/assets/global-search-Bhl7z_vN.js +1 -0
  958. package/dist/showcase/assets/global-search-C4yaPFSW.js +215 -0
  959. package/dist/showcase/assets/globe-BCikLfKc.js +1 -0
  960. package/dist/showcase/assets/gradient-card-Dh_5ZYv0.js +58 -0
  961. package/dist/showcase/assets/hash-C8m0EECO.js +1 -0
  962. package/dist/showcase/assets/header-BXjw7Lm_.js +1 -0
  963. package/dist/showcase/assets/header-notifications-CShSQ8kR.js +1 -0
  964. package/dist/showcase/assets/heart-BJVBFZ-j.js +1 -0
  965. package/dist/showcase/assets/hero-CLDdwZDr.png +0 -0
  966. package/dist/showcase/assets/house-C3fXPhlL.js +1 -0
  967. package/dist/showcase/assets/icon-badge-dwVx3Hxf.js +1 -0
  968. package/dist/showcase/assets/image-gc4qX_7C.js +1 -0
  969. package/dist/showcase/assets/inbox-C0GJ1KEC.js +1 -0
  970. package/dist/showcase/assets/index-BQIv1ffM.js +10 -0
  971. package/dist/showcase/assets/index-DN3tqopz.css +2 -0
  972. package/dist/showcase/assets/index.esm-Ducg7a0P.js +1 -0
  973. package/dist/showcase/assets/inertValue-DeVQ2cCe.js +1 -0
  974. package/dist/showcase/assets/info-BimmreJ-.js +1 -0
  975. package/dist/showcase/assets/inline-stat-DcNP6bcO.js +1 -0
  976. package/dist/showcase/assets/input-DJAWOJEx.js +1 -0
  977. package/dist/showcase/assets/input-NIgvB9CZ.js +1 -0
  978. package/dist/showcase/assets/input-group-BmqJ20bA.js +1 -0
  979. package/dist/showcase/assets/input-group-gOUubhee.js +47 -0
  980. package/dist/showcase/assets/inputs-Dk8YOVkI.js +155 -0
  981. package/dist/showcase/assets/invoice-header-BnNpWej2.js +36 -0
  982. package/dist/showcase/assets/invoice-items-BdPmW10L.js +36 -0
  983. package/dist/showcase/assets/invoice-mini-CbSYyHIb.js +14 -0
  984. package/dist/showcase/assets/invoice-table-DjnWG3KF.js +30 -0
  985. package/dist/showcase/assets/isSameDay-B2KDl_YX.js +1 -0
  986. package/dist/showcase/assets/isToday-CXNS7ELW.js +1 -0
  987. package/dist/showcase/assets/italic-BRS-PpYL.js +1 -0
  988. package/dist/showcase/assets/item--6Hx9AXZ.js +1 -0
  989. package/dist/showcase/assets/item-BszVRzXj.js +134 -0
  990. package/dist/showcase/assets/item-YF6wMI9W.js +1 -0
  991. package/dist/showcase/assets/kanban-BWBbWLVe.js +186 -0
  992. package/dist/showcase/assets/label-BgpcD3V6.js +1 -0
  993. package/dist/showcase/assets/languages-DDgmIDFe.js +1 -0
  994. package/dist/showcase/assets/layers-nkkXRmvA.js +1 -0
  995. package/dist/showcase/assets/layout-app-shell-D3MbPoGC.js +608 -0
  996. package/dist/showcase/assets/layout-auth-DIeRtG0B.js +754 -0
  997. package/dist/showcase/assets/layout-containers-Dc3-IAgV.js +101 -0
  998. package/dist/showcase/assets/layout-header-Cg6GfMST.js +170 -0
  999. package/dist/showcase/assets/layout-page-DojPq8S6.js +122 -0
  1000. package/dist/showcase/assets/layout-primitives-JBSQS72B.js +34 -0
  1001. package/dist/showcase/assets/layout-sidebar-C6jUJRhx.js +224 -0
  1002. package/dist/showcase/assets/layout-users-uzPscfo7.js +117 -0
  1003. package/dist/showcase/assets/layout-workspace-B3leaOKl.js +183 -0
  1004. package/dist/showcase/assets/lock-DLIcOBUd.js +1 -0
  1005. package/dist/showcase/assets/lock-keyhole-DY6aV7Mq.js +1 -0
  1006. package/dist/showcase/assets/mail-AES_tOd2.js +1 -0
  1007. package/dist/showcase/assets/mail-check-dJTzg2bD.js +1 -0
  1008. package/dist/showcase/assets/map-CZ2l0iGH.js +124 -0
  1009. package/dist/showcase/assets/map-pin-0O7GD5Dz.js +1 -0
  1010. package/dist/showcase/assets/media-library-CRllxSGQ.js +695 -0
  1011. package/dist/showcase/assets/mention-inline-suggestions-Dx2Z1GHF.js +1 -0
  1012. package/dist/showcase/assets/mentions-CDqqGCE4.js +138 -0
  1013. package/dist/showcase/assets/menus-CDgE79I5.js +165 -0
  1014. package/dist/showcase/assets/message-square-CBNI_sf8.js +1 -0
  1015. package/dist/showcase/assets/metadata-list-BoEVt7cX.js +1 -0
  1016. package/dist/showcase/assets/metadata-list-NtWuY9W8.js +288 -0
  1017. package/dist/showcase/assets/metric-Bx_LWobe.js +1 -0
  1018. package/dist/showcase/assets/metric-bar-BldYHNLQ.js +1 -0
  1019. package/dist/showcase/assets/metric-grid-BDw7w7d2.js +1 -0
  1020. package/dist/showcase/assets/metric-trend-chip-lSjDkUEo.js +1 -0
  1021. package/dist/showcase/assets/metrics-analytics-bar-CCFhTmQZ.js +44 -0
  1022. package/dist/showcase/assets/metrics-analytics-cards-C1AjZqJU.js +50 -0
  1023. package/dist/showcase/assets/metrics-comparison-vEE6BtuW.js +76 -0
  1024. package/dist/showcase/assets/metrics-heatmap-DKkz8ibX.js +27 -0
  1025. package/dist/showcase/assets/metrics-inline-badge-CZmVnReB.js +17 -0
  1026. package/dist/showcase/assets/metrics-kpi-row-s2FYIYB1.js +31 -0
  1027. package/dist/showcase/assets/metrics-micro-grid-DDlCl9Ep.js +42 -0
  1028. package/dist/showcase/assets/metrics-overview-BgliK2L1.js +192 -0
  1029. package/dist/showcase/assets/metrics-stat-cards-Cn5sRZsB.js +54 -0
  1030. package/dist/showcase/assets/minus-DByvcC8K.js +1 -0
  1031. package/dist/showcase/assets/money-display-DG4IaEaA.js +1 -0
  1032. package/dist/showcase/assets/month-year-picker-CVurc9L7.js +1 -0
  1033. package/dist/showcase/assets/navigation-CHYgQTsY.js +90 -0
  1034. package/dist/showcase/assets/navigation-C_6gS4FA.js +230 -0
  1035. package/dist/showcase/assets/navigation-extras-CflOar2P.js +43 -0
  1036. package/dist/showcase/assets/onboarding-checklist-CYiciKwv.js +119 -0
  1037. package/dist/showcase/assets/overlays-HrH2wdTK.js +408 -0
  1038. package/dist/showcase/assets/overlays-cp7VMq3b.js +159 -0
  1039. package/dist/showcase/assets/package-CjcwDJKu.js +1 -0
  1040. package/dist/showcase/assets/package-check-CCH3ax-x.js +1 -0
  1041. package/dist/showcase/assets/page-action-button-Cn5j2_EP.js +1 -0
  1042. package/dist/showcase/assets/page-header-CkvCF1MQ.js +1 -0
  1043. package/dist/showcase/assets/pagination-DM5QGPo2.js +42 -0
  1044. package/dist/showcase/assets/pagination-DUzHnhJ6.js +1 -0
  1045. package/dist/showcase/assets/paperclip-DoqDQQVa.js +1 -0
  1046. package/dist/showcase/assets/password-input-CfS4sfCl.js +1 -0
  1047. package/dist/showcase/assets/pencil-C2OfFQMj.js +1 -0
  1048. package/dist/showcase/assets/phone-CLvml_XI.js +1 -0
  1049. package/dist/showcase/assets/plus-D5swsZCz.js +1 -0
  1050. package/dist/showcase/assets/popover-menu-Bu9q96nE.js +1 -0
  1051. package/dist/showcase/assets/popover-nCGXR4Yd.js +1 -0
  1052. package/dist/showcase/assets/popover-xC8qczvP.js +1 -0
  1053. package/dist/showcase/assets/products-BbSzEFvw.js +407 -0
  1054. package/dist/showcase/assets/progress-DYfoy7pk.js +1 -0
  1055. package/dist/showcase/assets/progress-ENNwjW3X.js +18 -0
  1056. package/dist/showcase/assets/props-table-2pIZzGC-.js +1 -0
  1057. package/dist/showcase/assets/props.generated-DggzG-JL.json +38611 -0
  1058. package/dist/showcase/assets/quote-BO1bufuX.js +1 -0
  1059. package/dist/showcase/assets/receipt-kIVP3kxJ.js +1 -0
  1060. package/dist/showcase/assets/receipt-text-BDQIvI4l.js +1 -0
  1061. package/dist/showcase/assets/refresh-cw-UdL93poQ.js +1 -0
  1062. package/dist/showcase/assets/resolveAriaLabelledBy-iFo8AzEr.js +1 -0
  1063. package/dist/showcase/assets/resolveValueLabel-DfiI3G4i.js +1 -0
  1064. package/dist/showcase/assets/rich-text-editor-CNtfwLC2.js +143 -0
  1065. package/dist/showcase/assets/rich-text-editor-DB4QWptQ.js +124 -0
  1066. package/dist/showcase/assets/rotate-ccw-DQPoMfMY.js +1 -0
  1067. package/dist/showcase/assets/save-Cd0ZM40i.js +1 -0
  1068. package/dist/showcase/assets/schema-form-Cyc6vCVO.js +325 -0
  1069. package/dist/showcase/assets/scroll-area-B5NZsDdi.js +32 -0
  1070. package/dist/showcase/assets/scroll-area-BvTq99pz.js +1 -0
  1071. package/dist/showcase/assets/select-BRbyPtx8.js +1 -0
  1072. package/dist/showcase/assets/select-Dymyvyh6.js +1 -0
  1073. package/dist/showcase/assets/send-BWzI7mwi.js +1 -0
  1074. package/dist/showcase/assets/separator-BsYPzBlF.js +1 -0
  1075. package/dist/showcase/assets/separator-Osp0OJ78.js +28 -0
  1076. package/dist/showcase/assets/serializeValue-B_EucO5O.js +1 -0
  1077. package/dist/showcase/assets/settings-DRmWJILI.js +1 -0
  1078. package/dist/showcase/assets/sheet-BKsjMYMo.js +1 -0
  1079. package/dist/showcase/assets/shield-D1EaWJMG.js +1 -0
  1080. package/dist/showcase/assets/shield-alert-DWsbR2jn.js +1 -0
  1081. package/dist/showcase/assets/shield-check-DUTAPADm.js +1 -0
  1082. package/dist/showcase/assets/shopping-bag-XmeqUqk9.js +1 -0
  1083. package/dist/showcase/assets/sidebar-B5uO9sUB.js +1 -0
  1084. package/dist/showcase/assets/sidebar.context-CRjgeYJL.js +1 -0
  1085. package/dist/showcase/assets/skeleton-BtiPkfxB.js +1 -0
  1086. package/dist/showcase/assets/skeleton-DbybIpkV.js +29 -0
  1087. package/dist/showcase/assets/slider-vuwVVBby.js +1 -0
  1088. package/dist/showcase/assets/sliders-horizontal-BE_cwUn0.js +1 -0
  1089. package/dist/showcase/assets/smart-card-Dhu_1A_u.js +1 -0
  1090. package/dist/showcase/assets/sonner-DZB-G4q5.js +22 -0
  1091. package/dist/showcase/assets/sortable.esm-YOwRw8Hr.js +5 -0
  1092. package/dist/showcase/assets/sparkles-N8rqKQez.js +1 -0
  1093. package/dist/showcase/assets/spinner-B5zKCNXu.js +30 -0
  1094. package/dist/showcase/assets/spinner-BOjRziLu.js +1 -0
  1095. package/dist/showcase/assets/spinner-PIr8y8av.js +49 -0
  1096. package/dist/showcase/assets/square-pen-ImRrVwT8.js +1 -0
  1097. package/dist/showcase/assets/stacked-avatars-DnIAc098.js +1 -0
  1098. package/dist/showcase/assets/star-BaV-UTPq.js +1 -0
  1099. package/dist/showcase/assets/startOfDay-CtTeiGV0.js +1 -0
  1100. package/dist/showcase/assets/stringifyLocale-CkHjdQTJ.js +1 -0
  1101. package/dist/showcase/assets/styles-Bv0pDLVi.js +1 -0
  1102. package/dist/showcase/assets/suggestions-QnLPdgnG.js +126 -0
  1103. package/dist/showcase/assets/switch-DwAS_TXx.js +1 -0
  1104. package/dist/showcase/assets/switch-xzxCDtyg.js +1 -0
  1105. package/dist/showcase/assets/sync-LeYxWAap.js +107 -0
  1106. package/dist/showcase/assets/table-BbEFanNu.js +1 -0
  1107. package/dist/showcase/assets/table-CVVHBty6.js +382 -0
  1108. package/dist/showcase/assets/table-actions-DvI9U67L.js +1 -0
  1109. package/dist/showcase/assets/tabs-CLcyGwLd.js +1 -0
  1110. package/dist/showcase/assets/tabs-ck8y1Bjr.js +19 -0
  1111. package/dist/showcase/assets/tags-input-DmBY2CKI.js +1 -0
  1112. package/dist/showcase/assets/text-button-C54O1rZM.js +1 -0
  1113. package/dist/showcase/assets/text-link-9_mZpq_f.js +1 -0
  1114. package/dist/showcase/assets/textarea-CHvnWHWH.js +1 -0
  1115. package/dist/showcase/assets/textarea-jexcMklP.js +1 -0
  1116. package/dist/showcase/assets/timelines-uvFVjEQv.js +200 -0
  1117. package/dist/showcase/assets/toggle-group-B3fORi8i.js +1 -0
  1118. package/dist/showcase/assets/toggles-Cox6Yk2k.js +71 -0
  1119. package/dist/showcase/assets/toggles-group-CSvSPqCB.js +32 -0
  1120. package/dist/showcase/assets/trash-2-CE9bDw49.js +1 -0
  1121. package/dist/showcase/assets/trending-up-0iJl0XvC.js +1 -0
  1122. package/dist/showcase/assets/truck-DlhOPoCD.js +1 -0
  1123. package/dist/showcase/assets/typography-BotOITw4.js +223 -0
  1124. package/dist/showcase/assets/ui-badge-hfmO1K3-.js +28 -0
  1125. package/dist/showcase/assets/ui-card-Aigzxhn3.js +30 -0
  1126. package/dist/showcase/assets/ui-table-CKif9sNO.js +42 -0
  1127. package/dist/showcase/assets/upload-tray-BnKDNrw9.js +138 -0
  1128. package/dist/showcase/assets/use-form-field-state-Sbo6tfr9.js +1 -0
  1129. package/dist/showcase/assets/use-layout-link-BQ6Y9z__.js +1 -0
  1130. package/dist/showcase/assets/useAnchoredPopupScrollLock-CP1vkwD7.js +1 -0
  1131. package/dist/showcase/assets/useAriaLabelledBy-J_Rvjwx3.js +1 -0
  1132. package/dist/showcase/assets/useCollapsiblePanel-BwUOowW2.js +1 -0
  1133. package/dist/showcase/assets/useCompositeItem-D3XOIML-.js +1 -0
  1134. package/dist/showcase/assets/useCompositeListItem-BWfShNPP.js +1 -0
  1135. package/dist/showcase/assets/useControlled-BF8maje6.js +1 -0
  1136. package/dist/showcase/assets/useLabelableId-DxorZ3YW.js +1 -0
  1137. package/dist/showcase/assets/useOpenInteractionType-DLUX6CcH.js +1 -0
  1138. package/dist/showcase/assets/useRender-B9zzqKA1.js +1 -0
  1139. package/dist/showcase/assets/useTriggerFocusGuards-BSvL8pKg.js +1 -0
  1140. package/dist/showcase/assets/useValueChanged-DSoTBFAJ.js +1 -0
  1141. package/dist/showcase/assets/user-BZog6aIh.js +1 -0
  1142. package/dist/showcase/assets/user-plus-CPxlPoxf.js +1 -0
  1143. package/dist/showcase/assets/users-BgXAp2UO.js +1 -0
  1144. package/dist/showcase/assets/valueToPercent-gleKSaFe.js +1 -0
  1145. package/dist/showcase/assets/vendor-profile-BLYiDIrO.js +37 -0
  1146. package/dist/showcase/assets/video-YBnCbmIb.js +1 -0
  1147. package/dist/showcase/assets/wrench-BFTavxzg.js +1 -0
  1148. package/dist/showcase/assets/x-D8UN9pOu.js +1 -0
  1149. package/dist/showcase/assets/zap-DIJUAJEb.js +1 -0
  1150. package/dist/showcase/index.html +2 -2
  1151. package/dist/style.css +1 -1
  1152. package/package.json +63 -3
  1153. package/scripts/install-skill.mjs +5 -1
  1154. package/src/App.css +9 -388
  1155. package/dist/_shared/accordion-BnxO7Is4.js +0 -130
  1156. package/dist/_shared/accordion-BnxO7Is4.js.map +0 -1
  1157. package/dist/_shared/accordion-RIN0MjPz.cjs +0 -2
  1158. package/dist/_shared/accordion-RIN0MjPz.cjs.map +0 -1
  1159. package/dist/_shared/action-menu-IIO9KtJ2.js +0 -96
  1160. package/dist/_shared/action-menu-IIO9KtJ2.js.map +0 -1
  1161. package/dist/_shared/action-menu-RAyg3cvM.cjs +0 -2
  1162. package/dist/_shared/action-menu-RAyg3cvM.cjs.map +0 -1
  1163. package/dist/_shared/ai-artifact--MqIfP-8.js +0 -1068
  1164. package/dist/_shared/ai-artifact--MqIfP-8.js.map +0 -1
  1165. package/dist/_shared/ai-artifact-D1dBeEz1.cjs +0 -3
  1166. package/dist/_shared/ai-artifact-D1dBeEz1.cjs.map +0 -1
  1167. package/dist/_shared/alert-D3gRd7RK.cjs +0 -2
  1168. package/dist/_shared/alert-D3gRd7RK.cjs.map +0 -1
  1169. package/dist/_shared/alert-DQ-tV8b-.js +0 -48
  1170. package/dist/_shared/alert-DQ-tV8b-.js.map +0 -1
  1171. package/dist/_shared/app-shell-C4d7kCCd.cjs +0 -2
  1172. package/dist/_shared/app-shell-C4d7kCCd.cjs.map +0 -1
  1173. package/dist/_shared/app-shell-CKxcpPTc.js +0 -94
  1174. package/dist/_shared/app-shell-CKxcpPTc.js.map +0 -1
  1175. package/dist/_shared/badge-BK5VvEgg.js +0 -108
  1176. package/dist/_shared/badge-BK5VvEgg.js.map +0 -1
  1177. package/dist/_shared/badge-kS_XtN-z.cjs +0 -2
  1178. package/dist/_shared/badge-kS_XtN-z.cjs.map +0 -1
  1179. package/dist/_shared/button-LZWDn-aU.cjs +0 -2
  1180. package/dist/_shared/button-LZWDn-aU.cjs.map +0 -1
  1181. package/dist/_shared/button-cnkCF8q8.js +0 -177
  1182. package/dist/_shared/button-cnkCF8q8.js.map +0 -1
  1183. package/dist/_shared/buttons-DHV2eZAf.cjs +0 -2
  1184. package/dist/_shared/buttons-DHV2eZAf.cjs.map +0 -1
  1185. package/dist/_shared/buttons-ehfMSkwP.js +0 -143
  1186. package/dist/_shared/buttons-ehfMSkwP.js.map +0 -1
  1187. package/dist/_shared/card-radio-group-Bf03M6c5.js +0 -158
  1188. package/dist/_shared/card-radio-group-Bf03M6c5.js.map +0 -1
  1189. package/dist/_shared/card-radio-group-SqPUL0Je.cjs +0 -2
  1190. package/dist/_shared/card-radio-group-SqPUL0Je.cjs.map +0 -1
  1191. package/dist/_shared/combobox-Cvs70ic4.js +0 -808
  1192. package/dist/_shared/combobox-Cvs70ic4.js.map +0 -1
  1193. package/dist/_shared/combobox-Dos9YWjk.cjs +0 -2
  1194. package/dist/_shared/combobox-Dos9YWjk.cjs.map +0 -1
  1195. package/dist/_shared/comments-DD2aeZVz.js +0 -946
  1196. package/dist/_shared/comments-DD2aeZVz.js.map +0 -1
  1197. package/dist/_shared/comments-DzwU4sNE.cjs +0 -2
  1198. package/dist/_shared/comments-DzwU4sNE.cjs.map +0 -1
  1199. package/dist/_shared/copyable-D7WhgEzJ.js +0 -38
  1200. package/dist/_shared/copyable-D7WhgEzJ.js.map +0 -1
  1201. package/dist/_shared/copyable-DDjT505-.cjs +0 -2
  1202. package/dist/_shared/copyable-DDjT505-.cjs.map +0 -1
  1203. package/dist/_shared/date-picker-3G3C-sIq.cjs +0 -2
  1204. package/dist/_shared/date-picker-3G3C-sIq.cjs.map +0 -1
  1205. package/dist/_shared/date-picker-7yuMHPYs.js +0 -1362
  1206. package/dist/_shared/date-picker-7yuMHPYs.js.map +0 -1
  1207. package/dist/_shared/date-pickers-B_VUgjvY.cjs +0 -2
  1208. package/dist/_shared/date-pickers-B_VUgjvY.cjs.map +0 -1
  1209. package/dist/_shared/date-pickers-DZXi0di0.js +0 -330
  1210. package/dist/_shared/date-pickers-DZXi0di0.js.map +0 -1
  1211. package/dist/_shared/display-Cuj4td-V.js +0 -1237
  1212. package/dist/_shared/display-Cuj4td-V.js.map +0 -1
  1213. package/dist/_shared/display-D2q93jiS.cjs +0 -8
  1214. package/dist/_shared/display-D2q93jiS.cjs.map +0 -1
  1215. package/dist/_shared/form-field-BNuCBym1.js +0 -319
  1216. package/dist/_shared/form-field-BNuCBym1.js.map +0 -1
  1217. package/dist/_shared/form-field-C4fQYsqv.cjs +0 -2
  1218. package/dist/_shared/form-field-C4fQYsqv.cjs.map +0 -1
  1219. package/dist/_shared/forms-BV4fHeRx.cjs +0 -2
  1220. package/dist/_shared/forms-BV4fHeRx.cjs.map +0 -1
  1221. package/dist/_shared/forms-DjAdYxme.js +0 -3378
  1222. package/dist/_shared/forms-DjAdYxme.js.map +0 -1
  1223. package/dist/_shared/header-D4Oz-mCv.cjs +0 -2
  1224. package/dist/_shared/header-D4Oz-mCv.cjs.map +0 -1
  1225. package/dist/_shared/header-X5DZ8vmO.js +0 -360
  1226. package/dist/_shared/header-X5DZ8vmO.js.map +0 -1
  1227. package/dist/_shared/heading-C7mNh03X.cjs +0 -2
  1228. package/dist/_shared/heading-C7mNh03X.cjs.map +0 -1
  1229. package/dist/_shared/heading-CrNpYcUr.js +0 -39
  1230. package/dist/_shared/heading-CrNpYcUr.js.map +0 -1
  1231. package/dist/_shared/hooks-CKXPg30g.js +0 -118
  1232. package/dist/_shared/hooks-CKXPg30g.js.map +0 -1
  1233. package/dist/_shared/hooks-CTiEImZp.cjs +0 -2
  1234. package/dist/_shared/hooks-CTiEImZp.cjs.map +0 -1
  1235. package/dist/_shared/input-Cw2uICc1.cjs +0 -2
  1236. package/dist/_shared/input-Cw2uICc1.cjs.map +0 -1
  1237. package/dist/_shared/input-DJo8d1Rr.js +0 -182
  1238. package/dist/_shared/input-DJo8d1Rr.js.map +0 -1
  1239. package/dist/_shared/item-BxlP5TO3.js +0 -224
  1240. package/dist/_shared/item-BxlP5TO3.js.map +0 -1
  1241. package/dist/_shared/item-X18HIqR7.cjs +0 -2
  1242. package/dist/_shared/item-X18HIqR7.cjs.map +0 -1
  1243. package/dist/_shared/mentions-DE9aDOMu.cjs +0 -2
  1244. package/dist/_shared/mentions-DE9aDOMu.cjs.map +0 -1
  1245. package/dist/_shared/mentions-DjjYmMLc.js +0 -493
  1246. package/dist/_shared/mentions-DjjYmMLc.js.map +0 -1
  1247. package/dist/_shared/metadata-C5MSNo7y.js +0 -236
  1248. package/dist/_shared/metadata-C5MSNo7y.js.map +0 -1
  1249. package/dist/_shared/metadata-Cw3Kj2Ug.cjs +0 -2
  1250. package/dist/_shared/metadata-Cw3Kj2Ug.cjs.map +0 -1
  1251. package/dist/_shared/money-display-B7AKxxNt.js +0 -198
  1252. package/dist/_shared/money-display-B7AKxxNt.js.map +0 -1
  1253. package/dist/_shared/money-display-E22wbM21.cjs +0 -2
  1254. package/dist/_shared/money-display-E22wbM21.cjs.map +0 -1
  1255. package/dist/_shared/navigation-B9VAXqLL.cjs +0 -2
  1256. package/dist/_shared/navigation-B9VAXqLL.cjs.map +0 -1
  1257. package/dist/_shared/navigation-CxoJVgfo.js +0 -420
  1258. package/dist/_shared/navigation-CxoJVgfo.js.map +0 -1
  1259. package/dist/_shared/overlays-C-T8RnJz.cjs +0 -2
  1260. package/dist/_shared/overlays-C-T8RnJz.cjs.map +0 -1
  1261. package/dist/_shared/overlays-DfRsQzD3.js +0 -633
  1262. package/dist/_shared/overlays-DfRsQzD3.js.map +0 -1
  1263. package/dist/_shared/page-C4jEULwi.js +0 -263
  1264. package/dist/_shared/page-C4jEULwi.js.map +0 -1
  1265. package/dist/_shared/page-DX3pA_tJ.cjs +0 -2
  1266. package/dist/_shared/page-DX3pA_tJ.cjs.map +0 -1
  1267. package/dist/_shared/popover-menu-CVAr985u.js +0 -95
  1268. package/dist/_shared/popover-menu-CVAr985u.js.map +0 -1
  1269. package/dist/_shared/popover-menu-Cq-LnAMh.cjs +0 -2
  1270. package/dist/_shared/popover-menu-Cq-LnAMh.cjs.map +0 -1
  1271. package/dist/_shared/rich-text-editor-C3gVBm-v.cjs +0 -2
  1272. package/dist/_shared/rich-text-editor-C3gVBm-v.cjs.map +0 -1
  1273. package/dist/_shared/rich-text-editor-Cylb-lkv.js +0 -616
  1274. package/dist/_shared/rich-text-editor-Cylb-lkv.js.map +0 -1
  1275. package/dist/_shared/sidebar-BeWLjIRR.js +0 -537
  1276. package/dist/_shared/sidebar-BeWLjIRR.js.map +0 -1
  1277. package/dist/_shared/sidebar-Bl_KRk-S.cjs +0 -2
  1278. package/dist/_shared/sidebar-Bl_KRk-S.cjs.map +0 -1
  1279. package/dist/_shared/sidebar-DzzdJ2xk.cjs +0 -2
  1280. package/dist/_shared/sidebar-DzzdJ2xk.cjs.map +0 -1
  1281. package/dist/_shared/sidebar-ux-yk-Ph.js +0 -382
  1282. package/dist/_shared/sidebar-ux-yk-Ph.js.map +0 -1
  1283. package/dist/_shared/smart-card-DL7esK_y.cjs +0 -2
  1284. package/dist/_shared/smart-card-DL7esK_y.cjs.map +0 -1
  1285. package/dist/_shared/smart-card-eBfUvQ9r.js +0 -360
  1286. package/dist/_shared/smart-card-eBfUvQ9r.js.map +0 -1
  1287. package/dist/_shared/spinner-Bvjs1ybK.cjs +0 -2
  1288. package/dist/_shared/spinner-Bvjs1ybK.cjs.map +0 -1
  1289. package/dist/_shared/spinner-XcfVYbbp.js +0 -67
  1290. package/dist/_shared/spinner-XcfVYbbp.js.map +0 -1
  1291. package/dist/_shared/text-DzKt9cyb.cjs +0 -2
  1292. package/dist/_shared/text-DzKt9cyb.cjs.map +0 -1
  1293. package/dist/_shared/text-qsEg5GdP.js +0 -74
  1294. package/dist/_shared/text-qsEg5GdP.js.map +0 -1
  1295. package/dist/_shared/textarea-BAKapsLQ.cjs +0 -2
  1296. package/dist/_shared/textarea-BAKapsLQ.cjs.map +0 -1
  1297. package/dist/_shared/textarea-Bfv1KxBm.js +0 -119
  1298. package/dist/_shared/textarea-Bfv1KxBm.js.map +0 -1
  1299. package/dist/_shared/typography-4CSyoCj9.js +0 -102
  1300. package/dist/_shared/typography-4CSyoCj9.js.map +0 -1
  1301. package/dist/_shared/typography-DKn7P4wX.cjs +0 -2
  1302. package/dist/_shared/typography-DKn7P4wX.cjs.map +0 -1
  1303. package/dist/_shared/ui-provider-CQJ1glwN.js +0 -85
  1304. package/dist/_shared/ui-provider-CQJ1glwN.js.map +0 -1
  1305. package/dist/_shared/ui-provider-RIYE7O_V.cjs +0 -2
  1306. package/dist/_shared/ui-provider-RIYE7O_V.cjs.map +0 -1
  1307. package/dist/components/base/table/index.cjs.map +0 -1
  1308. package/dist/components/base/table/index.js.map +0 -1
  1309. package/dist/showcase/assets/AreaChart-CzBEYPbz.js +0 -6
  1310. package/dist/showcase/assets/CSPContext-ImKusJJ_.js +0 -1
  1311. package/dist/showcase/assets/CompositeItem-C-DIOBdJ.js +0 -1
  1312. package/dist/showcase/assets/CompositeRoot-Ce4ORgG2.js +0 -1
  1313. package/dist/showcase/assets/DialogTrigger-DWvMs7dp.js +0 -1
  1314. package/dist/showcase/assets/FormContext-BeC1MJpT.js +0 -1
  1315. package/dist/showcase/assets/PreviewLayout-N1PTTyZK.js +0 -1
  1316. package/dist/showcase/assets/RadioGroup-DAWaa26D.js +0 -1
  1317. package/dist/showcase/assets/Separator-guDkmky0.js +0 -1
  1318. package/dist/showcase/assets/ToolbarRootContext-BJ7hWga8.js +0 -1
  1319. package/dist/showcase/assets/accordion-CiM9WhkT.js +0 -172
  1320. package/dist/showcase/assets/accordion-variants-C_sHrQ7C.js +0 -1
  1321. package/dist/showcase/assets/action-menu-mlWlGE5P.js +0 -1
  1322. package/dist/showcase/assets/activities-YWR4wh4f.js +0 -501
  1323. package/dist/showcase/assets/activities-feed-card-Cglnf5as.js +0 -1
  1324. package/dist/showcase/assets/admin-BtOtzPd4.js +0 -80
  1325. package/dist/showcase/assets/ai-8iNe0R1M.js +0 -41
  1326. package/dist/showcase/assets/ai-artifact-CQL5krnJ.js +0 -2
  1327. package/dist/showcase/assets/ai-chat-BzCdOOc6.js +0 -568
  1328. package/dist/showcase/assets/ai-elements-CBHy2xWU.js +0 -379
  1329. package/dist/showcase/assets/ai-new-CgL5NeVs.js +0 -167
  1330. package/dist/showcase/assets/ai-tool-call-D9AsaWJF.js +0 -1
  1331. package/dist/showcase/assets/alert-B2BuF4vZ.js +0 -59
  1332. package/dist/showcase/assets/alert-BkVaTONJ.js +0 -1
  1333. package/dist/showcase/assets/api-key-list-C-_59dli.js +0 -73
  1334. package/dist/showcase/assets/app-sidebar-BdOu5rVn.js +0 -1
  1335. package/dist/showcase/assets/arrow-down-BpVaq9-H.js +0 -1
  1336. package/dist/showcase/assets/arrow-left-C40rxfqj.js +0 -1
  1337. package/dist/showcase/assets/arrow-right-BclouSfP.js +0 -1
  1338. package/dist/showcase/assets/arrow-up-BpWEnkdX.js +0 -1
  1339. package/dist/showcase/assets/arrow-up-right-Z5sMa1HH.js +0 -1
  1340. package/dist/showcase/assets/avatar-CDNhh3rv.js +0 -57
  1341. package/dist/showcase/assets/avatar-QBwg3fvR.js +0 -1
  1342. package/dist/showcase/assets/badge-check-DXDQ3SaL.js +0 -1
  1343. package/dist/showcase/assets/badge-tAdYt--9.js +0 -28
  1344. package/dist/showcase/assets/bell-CVEeEWw4.js +0 -1
  1345. package/dist/showcase/assets/bot-Bcx5mNAQ.js +0 -1
  1346. package/dist/showcase/assets/box-Dgy2Xc70.js +0 -1
  1347. package/dist/showcase/assets/brain-DsoOsd7m.js +0 -1
  1348. package/dist/showcase/assets/brand-DAyuXNUz.js +0 -40
  1349. package/dist/showcase/assets/breadcrumb-CC4Z8eMY.js +0 -1
  1350. package/dist/showcase/assets/breadcrumb-DCbAzeMs.js +0 -52
  1351. package/dist/showcase/assets/breadcrumbs-DGZMpIoQ.js +0 -1
  1352. package/dist/showcase/assets/briefcase-2uLXCvAZ.js +0 -1
  1353. package/dist/showcase/assets/button-DhQ6rMPU.js +0 -44
  1354. package/dist/showcase/assets/button-group-Ce9vnZ1H.js +0 -1
  1355. package/dist/showcase/assets/buttons-CHja0LUL.js +0 -270
  1356. package/dist/showcase/assets/calendar-BbiK8AMZ.js +0 -16
  1357. package/dist/showcase/assets/calendar-BhZpIjCo.js +0 -1
  1358. package/dist/showcase/assets/calendar-oKaDsUIy.js +0 -1
  1359. package/dist/showcase/assets/card-DoU1VD79.js +0 -1
  1360. package/dist/showcase/assets/cards-3OgH8m3F.js +0 -328
  1361. package/dist/showcase/assets/chart-column-6Tn3WAT9.js +0 -1
  1362. package/dist/showcase/assets/chevron-down-x7TQsvYY.js +0 -1
  1363. package/dist/showcase/assets/chevron-left-CglzJgA2.js +0 -1
  1364. package/dist/showcase/assets/chevron-right-CDDMIkYP.js +0 -1
  1365. package/dist/showcase/assets/chevron-up-Dc3aAaGH.js +0 -1
  1366. package/dist/showcase/assets/chevrons-up-down-DJNnSBAj.js +0 -1
  1367. package/dist/showcase/assets/circle-BBmNFtO8.js +0 -1
  1368. package/dist/showcase/assets/circle-alert-DJevf3tT.js +0 -1
  1369. package/dist/showcase/assets/circle-check-BCxORlAM.js +0 -1
  1370. package/dist/showcase/assets/circle-check-big-tiuK2w0-.js +0 -1
  1371. package/dist/showcase/assets/circle-dot-BEVVQjgN.js +0 -1
  1372. package/dist/showcase/assets/circle-question-mark-BQrUUiKD.js +0 -1
  1373. package/dist/showcase/assets/circle-x-CoV_AUtZ.js +0 -1
  1374. package/dist/showcase/assets/clock-Bn2R4aDX.js +0 -1
  1375. package/dist/showcase/assets/code-xml-BVYp_JDX.js +0 -1
  1376. package/dist/showcase/assets/collapsible-Co2Y739_.js +0 -27
  1377. package/dist/showcase/assets/collapsible-DPbftgrO.js +0 -1
  1378. package/dist/showcase/assets/combobox-Cm4__LnJ.js +0 -622
  1379. package/dist/showcase/assets/command-DQFIxPN9.js +0 -45
  1380. package/dist/showcase/assets/command-KNncGgZW.js +0 -1
  1381. package/dist/showcase/assets/comment-composer-DTJtqYGP.js +0 -1
  1382. package/dist/showcase/assets/comment-item-DIEYMmV_.js +0 -1
  1383. package/dist/showcase/assets/comments-B0BbDp-3.js +0 -357
  1384. package/dist/showcase/assets/commerce-BOWBCLA-.js +0 -79
  1385. package/dist/showcase/assets/commerce-extras-C6CWYfpC.js +0 -173
  1386. package/dist/showcase/assets/composite-YicTVAO0.js +0 -1
  1387. package/dist/showcase/assets/contact-card-DQPRIlnJ.js +0 -65
  1388. package/dist/showcase/assets/content-container-CHXwWViz.js +0 -1
  1389. package/dist/showcase/assets/copyable-CjTwco9O.js +0 -96
  1390. package/dist/showcase/assets/course-card-CTQScd2C.js +0 -113
  1391. package/dist/showcase/assets/cpu-D52NjUWq.js +0 -1
  1392. package/dist/showcase/assets/credit-card-BoDfW0R8.js +0 -1
  1393. package/dist/showcase/assets/currency-BPREbpDA.js +0 -149
  1394. package/dist/showcase/assets/dark-surfaces-BCG45K2m.js +0 -90
  1395. package/dist/showcase/assets/database-DeGR0hed.js +0 -1
  1396. package/dist/showcase/assets/date-block-Bl1kXJrM.js +0 -1
  1397. package/dist/showcase/assets/date-picker-BHbZa4ML.js +0 -1
  1398. package/dist/showcase/assets/date-pickers-DumwUEXE.js +0 -110
  1399. package/dist/showcase/assets/dense-info-DxfgBw9Z.js +0 -106
  1400. package/dist/showcase/assets/dialog-BYHZvlL8.js +0 -1
  1401. package/dist/showcase/assets/display-BXMGOjL3.js +0 -392
  1402. package/dist/showcase/assets/dollar-sign-BipUTVXC.js +0 -1
  1403. package/dist/showcase/assets/download-CxspQgIc.js +0 -1
  1404. package/dist/showcase/assets/dropdown-menu-Q1BV3wPP.js +0 -1
  1405. package/dist/showcase/assets/dropzone-OivkuTPF.js +0 -1
  1406. package/dist/showcase/assets/ellipsis-Bn-XgoA7.js +0 -1
  1407. package/dist/showcase/assets/ellipsis-vertical-Bcl9HX9k.js +0 -1
  1408. package/dist/showcase/assets/empty-CcafLcw-.js +0 -1
  1409. package/dist/showcase/assets/empty-item-CiJeS8ZV.js +0 -49
  1410. package/dist/showcase/assets/empty-state-B1RYYjUP.js +0 -188
  1411. package/dist/showcase/assets/enhanced-activities-IB811DS6.js +0 -361
  1412. package/dist/showcase/assets/event-calendar-C2VCfcUz.js +0 -138
  1413. package/dist/showcase/assets/event-log-ckmsCPmG.js +0 -330
  1414. package/dist/showcase/assets/example-C6-_Sy6B.js +0 -1
  1415. package/dist/showcase/assets/external-link-Bg-_8Uq7.js +0 -1
  1416. package/dist/showcase/assets/eye-JVsUA85G.js +0 -1
  1417. package/dist/showcase/assets/feature-announcement-C4aRXesF.js +0 -34
  1418. package/dist/showcase/assets/file-4pOq58jl.js +0 -1
  1419. package/dist/showcase/assets/file-text-BIi71mZ1.js +0 -1
  1420. package/dist/showcase/assets/filters-CxrcnmLU.js +0 -78
  1421. package/dist/showcase/assets/flag-DeiJmomk.js +0 -1
  1422. package/dist/showcase/assets/folder-open-zMXBpVNs.js +0 -1
  1423. package/dist/showcase/assets/form-sizing-B8jbL5tL.js +0 -1
  1424. package/dist/showcase/assets/format-BG4laCmp.js +0 -1
  1425. package/dist/showcase/assets/format-metric-value-B94EDo8X.js +0 -1
  1426. package/dist/showcase/assets/forms-PsN5zTLx.js +0 -793
  1427. package/dist/showcase/assets/getPseudoElementBounds-B7wr19E1.js +0 -1
  1428. package/dist/showcase/assets/gift-CKFIh1Wh.js +0 -1
  1429. package/dist/showcase/assets/giftcard-cards-BfOlIHmA.js +0 -85
  1430. package/dist/showcase/assets/git-branch-BO9i8XkJ.js +0 -1
  1431. package/dist/showcase/assets/global-search-CNmUraNa.js +0 -90
  1432. package/dist/showcase/assets/global-search-DkJkQ0Vs.js +0 -1
  1433. package/dist/showcase/assets/globe-47T22W56.js +0 -1
  1434. package/dist/showcase/assets/gradient-card-CXSY29TZ.js +0 -58
  1435. package/dist/showcase/assets/header-eZHN-s6P.js +0 -1
  1436. package/dist/showcase/assets/header-notifications-Caa9i87J.js +0 -1
  1437. package/dist/showcase/assets/heart-DjKkkUsX.js +0 -1
  1438. package/dist/showcase/assets/house-DKxCiHyB.js +0 -1
  1439. package/dist/showcase/assets/icon-badge-Bcm8TlJi.js +0 -1
  1440. package/dist/showcase/assets/image-r-gMI33G.js +0 -1
  1441. package/dist/showcase/assets/inbox-ZxSy1pgX.js +0 -1
  1442. package/dist/showcase/assets/index-B8DVXCmf.js +0 -10
  1443. package/dist/showcase/assets/index-DbLs6mcj.css +0 -2
  1444. package/dist/showcase/assets/inertValue-i0cAMG-0.js +0 -1
  1445. package/dist/showcase/assets/info-B1KV2DkO.js +0 -1
  1446. package/dist/showcase/assets/inline-stat-D0sE-A4C.js +0 -1
  1447. package/dist/showcase/assets/input-25epjsiD.js +0 -1
  1448. package/dist/showcase/assets/input-CnwMt9Sr.js +0 -1
  1449. package/dist/showcase/assets/input-group-DSKyV7we.js +0 -47
  1450. package/dist/showcase/assets/input-group-x5eWeAZg.js +0 -1
  1451. package/dist/showcase/assets/inputs-B2Maxr14.js +0 -49
  1452. package/dist/showcase/assets/invoice-header-Gxl--yFu.js +0 -36
  1453. package/dist/showcase/assets/invoice-items-BtoaGNjE.js +0 -36
  1454. package/dist/showcase/assets/invoice-mini-DHFSZegy.js +0 -14
  1455. package/dist/showcase/assets/invoice-table-6dmU_KrL.js +0 -30
  1456. package/dist/showcase/assets/isSameDay-BrDHfKHm.js +0 -1
  1457. package/dist/showcase/assets/isToday-VtoSc1IH.js +0 -1
  1458. package/dist/showcase/assets/italic-CXkAsf6H.js +0 -1
  1459. package/dist/showcase/assets/item-CGOThKAx.js +0 -1
  1460. package/dist/showcase/assets/item-CMRbW6s-.js +0 -1
  1461. package/dist/showcase/assets/item-sw6fAZcn.js +0 -117
  1462. package/dist/showcase/assets/kanban-CKGYTXji.js +0 -175
  1463. package/dist/showcase/assets/label-BmKD22pm.js +0 -1
  1464. package/dist/showcase/assets/layout-app-shell-CeMHzVNn.js +0 -501
  1465. package/dist/showcase/assets/layout-containers-8Drow5f9.js +0 -96
  1466. package/dist/showcase/assets/layout-header-BlBw4JAV.js +0 -170
  1467. package/dist/showcase/assets/layout-page-BQfgHFau.js +0 -122
  1468. package/dist/showcase/assets/layout-sidebar-DZer5Uuh.js +0 -224
  1469. package/dist/showcase/assets/layout-users-nuioUkeu.js +0 -104
  1470. package/dist/showcase/assets/lock-DQcZ9cEj.js +0 -1
  1471. package/dist/showcase/assets/mail-yNXDtmNr.js +0 -1
  1472. package/dist/showcase/assets/map-JMM1F9VR.js +0 -124
  1473. package/dist/showcase/assets/map-pin-2WS7oVo3.js +0 -1
  1474. package/dist/showcase/assets/menus-mK-FeNki.js +0 -89
  1475. package/dist/showcase/assets/message-square-DGTAjNJG.js +0 -1
  1476. package/dist/showcase/assets/metadata-list-CBxuQjVO.js +0 -278
  1477. package/dist/showcase/assets/metric-BWGrmyD6.js +0 -1
  1478. package/dist/showcase/assets/metric-grid-CewIJQvo.js +0 -1
  1479. package/dist/showcase/assets/metric-trend-chip-kLBN8u5z.js +0 -1
  1480. package/dist/showcase/assets/metrics-analytics-bar-COnc7VN9.js +0 -44
  1481. package/dist/showcase/assets/metrics-analytics-cards-BR83UVqi.js +0 -77
  1482. package/dist/showcase/assets/metrics-comparison-C0SUjdMg.js +0 -76
  1483. package/dist/showcase/assets/metrics-heatmap-Orq1hLk-.js +0 -27
  1484. package/dist/showcase/assets/metrics-inline-badge-C924q2Xx.js +0 -17
  1485. package/dist/showcase/assets/metrics-kpi-row-Cwi05ruK.js +0 -31
  1486. package/dist/showcase/assets/metrics-micro-grid-D97nkrge.js +0 -42
  1487. package/dist/showcase/assets/metrics-overview-BOc8y3QX.js +0 -192
  1488. package/dist/showcase/assets/metrics-stat-cards-Cilh-A5D.js +0 -54
  1489. package/dist/showcase/assets/minus-DvrDGcTv.js +0 -1
  1490. package/dist/showcase/assets/money-display-0egZ_O76.js +0 -1
  1491. package/dist/showcase/assets/month-year-picker-2cWfwnmP.js +0 -1
  1492. package/dist/showcase/assets/navigation-BnYme-Wj.js +0 -90
  1493. package/dist/showcase/assets/navigation-CLQWl32A.js +0 -230
  1494. package/dist/showcase/assets/navigation-extras-BPDoAdXF.js +0 -43
  1495. package/dist/showcase/assets/onboarding-checklist-26XVWgDF.js +0 -119
  1496. package/dist/showcase/assets/overlays-2sVGhanu.js +0 -88
  1497. package/dist/showcase/assets/overlays-BaR6HDwB.js +0 -394
  1498. package/dist/showcase/assets/package-CUNvdlBi.js +0 -1
  1499. package/dist/showcase/assets/page-action-button-DgvZVtzx.js +0 -1
  1500. package/dist/showcase/assets/page-header-4F_iaFPW.js +0 -1
  1501. package/dist/showcase/assets/pagination-CDjZ6jiZ.js +0 -42
  1502. package/dist/showcase/assets/pagination-g1NQaN42.js +0 -1
  1503. package/dist/showcase/assets/paperclip-CDxdf8Os.js +0 -1
  1504. package/dist/showcase/assets/pencil-Ddc5JwBe.js +0 -1
  1505. package/dist/showcase/assets/phone-NIZ5SwgK.js +0 -1
  1506. package/dist/showcase/assets/plus-C9kwz7rW.js +0 -1
  1507. package/dist/showcase/assets/popover-DtnuOBgr.js +0 -1
  1508. package/dist/showcase/assets/popover-T85aV4zW.js +0 -1
  1509. package/dist/showcase/assets/popover-menu-BRGSZe4f.js +0 -1
  1510. package/dist/showcase/assets/progress-CcZjuzK3.js +0 -1
  1511. package/dist/showcase/assets/progress-DbouniUl.js +0 -18
  1512. package/dist/showcase/assets/props-table-CM_1cocj.js +0 -1
  1513. package/dist/showcase/assets/props.generated-Bg627Jai.json +0 -32829
  1514. package/dist/showcase/assets/quote-vjygm2-7.js +0 -1
  1515. package/dist/showcase/assets/receipt-CfMgwFPl.js +0 -1
  1516. package/dist/showcase/assets/refresh-cw-Tu5E_cGA.js +0 -1
  1517. package/dist/showcase/assets/resolveAriaLabelledBy-B6CR9UP2.js +0 -1
  1518. package/dist/showcase/assets/resolveValueLabel-CipUZh6i.js +0 -1
  1519. package/dist/showcase/assets/rich-text-editor-BMZUyuQX.js +0 -143
  1520. package/dist/showcase/assets/rich-text-editor-HwYIeWYW.js +0 -124
  1521. package/dist/showcase/assets/rotate-ccw-B4Wi4ws7.js +0 -1
  1522. package/dist/showcase/assets/scroll-area-CuB_woqF.js +0 -1
  1523. package/dist/showcase/assets/scroll-area-I4mSIpRq.js +0 -32
  1524. package/dist/showcase/assets/select-CF3cKjCo.js +0 -1
  1525. package/dist/showcase/assets/send-Blu_n6xl.js +0 -1
  1526. package/dist/showcase/assets/separator-9mrRf_DZ.js +0 -28
  1527. package/dist/showcase/assets/separator-DUKleOvU.js +0 -1
  1528. package/dist/showcase/assets/settings-DlKX-bZT.js +0 -1
  1529. package/dist/showcase/assets/sheet-CwcLVoF3.js +0 -1
  1530. package/dist/showcase/assets/shield-BD0Y8Jj3.js +0 -1
  1531. package/dist/showcase/assets/shield-alert-DNOTmkwG.js +0 -1
  1532. package/dist/showcase/assets/shield-check-Sbul0dUK.js +0 -1
  1533. package/dist/showcase/assets/shopping-bag-EDVpxI9n.js +0 -1
  1534. package/dist/showcase/assets/sidebar-JWZ88xw5.js +0 -1
  1535. package/dist/showcase/assets/sidebar.context-D3P7qppn.js +0 -1
  1536. package/dist/showcase/assets/skeleton-CIS1Kaas.js +0 -1
  1537. package/dist/showcase/assets/skeleton-CJCJDQFt.js +0 -29
  1538. package/dist/showcase/assets/smart-card-7szg_qSt.js +0 -1
  1539. package/dist/showcase/assets/sonner-DMHXr9Ce.js +0 -22
  1540. package/dist/showcase/assets/sortable.esm-DVuzVA1U.js +0 -5
  1541. package/dist/showcase/assets/sparkles-BEa1AgNq.js +0 -1
  1542. package/dist/showcase/assets/spinner-Bi-T9etI.js +0 -30
  1543. package/dist/showcase/assets/spinner-C77XIUVf.js +0 -1
  1544. package/dist/showcase/assets/spinner-DK9BAT6K.js +0 -49
  1545. package/dist/showcase/assets/square-pen-N0mq-vPu.js +0 -1
  1546. package/dist/showcase/assets/stacked-avatars-DORVEni2.js +0 -1
  1547. package/dist/showcase/assets/star-Dbtxr60S.js +0 -1
  1548. package/dist/showcase/assets/startOfDay-BJgxz4yq.js +0 -1
  1549. package/dist/showcase/assets/styles-CwW4IBUg.js +0 -1
  1550. package/dist/showcase/assets/switch-B4iRxZFU.js +0 -1
  1551. package/dist/showcase/assets/switch-B_rnbXwy.js +0 -1
  1552. package/dist/showcase/assets/table-BJ9HSK6H.js +0 -1
  1553. package/dist/showcase/assets/table-IB0MEYf4.js +0 -389
  1554. package/dist/showcase/assets/tabs-D02JL-Fa.js +0 -1
  1555. package/dist/showcase/assets/tabs-XpsVS3ff.js +0 -19
  1556. package/dist/showcase/assets/text-button-BWCgXGnr.js +0 -1
  1557. package/dist/showcase/assets/text-link-TzuDnSCF.js +0 -1
  1558. package/dist/showcase/assets/textarea-B7DUIiH_.js +0 -1
  1559. package/dist/showcase/assets/textarea-CV5gNzXf.js +0 -1
  1560. package/dist/showcase/assets/timelines-CF0UYhwm.js +0 -200
  1561. package/dist/showcase/assets/toggle-group-CK8mBx6E.js +0 -1
  1562. package/dist/showcase/assets/toggles-CqJSApnF.js +0 -71
  1563. package/dist/showcase/assets/toggles-group-v0JijMzG.js +0 -32
  1564. package/dist/showcase/assets/trash-2-_xF5j-Ya.js +0 -1
  1565. package/dist/showcase/assets/trending-up-BCzmjYzm.js +0 -1
  1566. package/dist/showcase/assets/truck-CryH-5dx.js +0 -1
  1567. package/dist/showcase/assets/typography-D3PFbRpb.js +0 -215
  1568. package/dist/showcase/assets/ui-badge-ByyFPLOB.js +0 -28
  1569. package/dist/showcase/assets/ui-card-DYLLiD89.js +0 -30
  1570. package/dist/showcase/assets/ui-table-DW4QIwxK.js +0 -42
  1571. package/dist/showcase/assets/upload-tray-ZdL_dzc0.js +0 -138
  1572. package/dist/showcase/assets/useAnchoredPopupScrollLock-AFPLx3SZ.js +0 -1
  1573. package/dist/showcase/assets/useCollapsiblePanel-CeHRY8U2.js +0 -1
  1574. package/dist/showcase/assets/useCompositeItem-C-1zP8zD.js +0 -1
  1575. package/dist/showcase/assets/useCompositeListItem-D4ugfKLB.js +0 -1
  1576. package/dist/showcase/assets/useControlled-Cpg8gDqb.js +0 -1
  1577. package/dist/showcase/assets/useLabelableId-CSxAHpU-.js +0 -1
  1578. package/dist/showcase/assets/useOpenInteractionType-BLV8Pa2n.js +0 -1
  1579. package/dist/showcase/assets/useRender-DparzvOu.js +0 -1
  1580. package/dist/showcase/assets/useTriggerFocusGuards-CrYLO2g5.js +0 -1
  1581. package/dist/showcase/assets/useValueChanged-DwgbaueK.js +0 -1
  1582. package/dist/showcase/assets/user-CGcV8Ppb.js +0 -1
  1583. package/dist/showcase/assets/user-plus-iOsntM6P.js +0 -1
  1584. package/dist/showcase/assets/users-DzgXeZbf.js +0 -1
  1585. package/dist/showcase/assets/valueToPercent-B5BHWU68.js +0 -1
  1586. package/dist/showcase/assets/vendor-profile-DbFPkGn9.js +0 -37
  1587. package/dist/showcase/assets/wrench-1Ra9xb3d.js +0 -1
  1588. package/dist/showcase/assets/x-CE8oevyh.js +0 -1
  1589. package/dist/showcase/assets/zap-se3n2YVD.js +0 -1
@@ -1,149 +0,0 @@
1
- import{n as e}from"./chunk-QTnfLwEv.js";import{Cr as t,Tr as n,Ur as r,hr as i,mr as a,t as o}from"./example-C6-_Sy6B.js";import{t as s}from"./arrow-right-BclouSfP.js";import{a as c,i as l}from"./index-B8DVXCmf.js";import{t as u}from"./props-table-CM_1cocj.js";import{t as d}from"./orders-BFwWtubb.js";import{n as f,t as p}from"./money-display-0egZ_O76.js";var m=c(),h=(0,m.jsx)(s,{className:`size-3 shrink-0 opacity-60`,"aria-hidden":`true`});function g({pair:e,emptyLabel:i=`—`,separator:a=h,className:o,size:s,tag:c=`span`,...l}){let{defaultTextSize:u}=r(),d=s??u??`sm`,{formatAmount:p}=f(),g=e?.source?.value??null,_=e?.source?.currency??null,v=e?.source?.symbol??null,y=e?.target?.value??null,b=e?.target?.currency??null,x=e?.target?.symbol??null;return!g||!y?(0,m.jsx)(t,{tag:c,size:d,type:`secondary`,className:n(`currency-pair-preview--component`,`tabular-nums`,o),...l,children:i}):(0,m.jsxs)(t,{tag:c,size:d,className:n(`inline-flex items-center gap-1.5 tabular-nums`,o),...l,children:[(0,m.jsx)(`span`,{children:p(g,String(_??``),v??void 0)}),(0,m.jsx)(`span`,{className:`inline-flex items-center text-muted-foreground`,"aria-hidden":`true`,children:a}),(0,m.jsx)(`span`,{children:p(y,String(b??``),x??void 0)})]})}g.displayName=`CurrencyPairPreview`;var _=e({CurrencyPairPreviewExample:()=>E,Default:()=>y,EmptyState:()=>S,MultipleCurrencies:()=>x,PairInlineEmphasisVariants:()=>w,PairMinimalVariant:()=>T,PairStackedEmphasisVariants:()=>C,ProviderConfigDualPricing:()=>D,RealisticOrdersList:()=>O,Sizes:()=>b}),v={primary:{amount:124.5,currency:`USD`},secondary:{amount:63.66,currency:`EUR`}};function y(){return(0,m.jsx)(p,{money:{amount:124.5,currency:`USD`}})}function b(){return(0,m.jsx)(`div`,{className:`flex flex-col gap-2`,children:[`xs`,`sm`,`base`,`lg`,`xl`].map(e=>(0,m.jsx)(p,{money:{amount:1850,currency:`EUR`},size:e},e))})}function x(){return(0,m.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,m.jsx)(p,{money:{amount:124.5,currency:`USD`}}),(0,m.jsx)(p,{money:{amount:1850,currency:`EUR`}}),(0,m.jsx)(p,{money:{amount:9800,currency:`JPY`}}),(0,m.jsx)(p,{money:{amount:350,currency:`GBP`}})]})}function S(){return(0,m.jsx)(p,{emptyLabel:`—`})}function C(){return(0,m.jsx)(`div`,{className:`flex flex-col gap-3`,children:[`discrete`,`muted`,`match`,`hidden`].map(e=>(0,m.jsxs)(`div`,{className:`flex items-center gap-3`,children:[(0,m.jsx)(`span`,{className:`w-20 text-xs uppercase text-muted-foreground`,children:e}),(0,m.jsx)(p,{moneyPair:v,showPair:!0,size:`base`,secondaryEmphasis:e})]},e))})}function w(){return(0,m.jsx)(`div`,{className:`flex flex-col gap-3`,children:[`discrete`,`muted`,`match`].map(e=>(0,m.jsxs)(`div`,{className:`flex items-center gap-3`,children:[(0,m.jsx)(`span`,{className:`w-20 text-xs uppercase text-muted-foreground`,children:e}),(0,m.jsx)(p,{moneyPair:v,showPair:!0,dualPricingDisplay:`inline`,size:`base`,secondaryEmphasis:e})]},e))})}function T(){return(0,m.jsx)(p,{moneyPair:v,showPair:!0,variant:`minimal`,size:`base`})}function E(){return(0,m.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,m.jsx)(g,{pair:{source:{value:`100.00`,currency:`EUR`,symbol:`€`},target:{value:`195.58`,currency:`USD`}}}),(0,m.jsx)(g,{pair:null,emptyLabel:`No conversion`})]})}function D(){return(0,m.jsx)(l,{config:{money:{defaultCurrency:`EUR`,displayCurrency:`EUR`,dualPricingEnabled:!0,displayMode:`dual`,formatMode:`with_symbol`}},children:(0,m.jsxs)(`div`,{className:`flex flex-col gap-3`,children:[(0,m.jsx)(p,{moneyPair:{primary:{amount:49.99,currency:`EUR`},secondary:{amount:97.78,currency:`USD`}},size:`lg`}),(0,m.jsx)(g,{pair:{source:{value:`49.99`,currency:`EUR`,symbol:`€`},target:{value:`97.78`,currency:`USD`}},size:`base`})]})})}function O(){return(0,m.jsx)(`div`,{className:`flex flex-col gap-1 w-full max-w-md`,children:d.slice(0,5).map(e=>(0,m.jsxs)(`div`,{className:`flex items-center justify-between border-b border-border py-1.5 text-sm`,children:[(0,m.jsx)(`span`,{className:`font-mono text-xs`,children:e.number}),(0,m.jsx)(p,{money:{amount:e.totalUsd,currency:`USD`}})]},e.id))})}var k=`import { MoneyDisplay } from '@/components/base/display/money-display';
2
- import { CurrencyPairPreview } from '@/components/base/currency/currency-pair-preview';
3
- import { UIProvider } from '@/lib/ui-provider';
4
- import { MOCK_ORDERS } from '@/preview/_mocks';
5
-
6
- const PAIR = {
7
- primary: { amount: 124.5, currency: 'USD' },
8
- secondary: { amount: 63.66, currency: 'EUR' },
9
- } as const;
10
-
11
- export function Default() {
12
- return <MoneyDisplay money={{ amount: 124.5, currency: 'USD' }} />;
13
- }
14
-
15
- export function Sizes() {
16
- const sizes = ['xs', 'sm', 'base', 'lg', 'xl'] as const;
17
- return (
18
- <div className="flex flex-col gap-2">
19
- {sizes.map((s) => (
20
- <MoneyDisplay key={s} money={{ amount: 1850, currency: 'EUR' }} size={s} />
21
- ))}
22
- </div>
23
- );
24
- }
25
-
26
- export function MultipleCurrencies() {
27
- return (
28
- <div className="flex flex-col gap-2">
29
- <MoneyDisplay money={{ amount: 124.5, currency: 'USD' }} />
30
- <MoneyDisplay money={{ amount: 1850, currency: 'EUR' }} />
31
- <MoneyDisplay money={{ amount: 9800, currency: 'JPY' }} />
32
- <MoneyDisplay money={{ amount: 350, currency: 'GBP' }} />
33
- </div>
34
- );
35
- }
36
-
37
- export function EmptyState() {
38
- return <MoneyDisplay emptyLabel="—" />;
39
- }
40
-
41
- export function PairStackedEmphasisVariants() {
42
- const variants = ['discrete', 'muted', 'match', 'hidden'] as const;
43
- return (
44
- <div className="flex flex-col gap-3">
45
- {variants.map((v) => (
46
- <div key={v} className="flex items-center gap-3">
47
- <span className="w-20 text-xs uppercase text-muted-foreground">{v}</span>
48
- <MoneyDisplay moneyPair={PAIR} showPair size="base" secondaryEmphasis={v} />
49
- </div>
50
- ))}
51
- </div>
52
- );
53
- }
54
-
55
- export function PairInlineEmphasisVariants() {
56
- const variants = ['discrete', 'muted', 'match'] as const;
57
- return (
58
- <div className="flex flex-col gap-3">
59
- {variants.map((v) => (
60
- <div key={v} className="flex items-center gap-3">
61
- <span className="w-20 text-xs uppercase text-muted-foreground">{v}</span>
62
- <MoneyDisplay
63
- moneyPair={PAIR}
64
- showPair
65
- dualPricingDisplay="inline"
66
- size="base"
67
- secondaryEmphasis={v}
68
- />
69
- </div>
70
- ))}
71
- </div>
72
- );
73
- }
74
-
75
- export function PairMinimalVariant() {
76
- return (
77
- <MoneyDisplay
78
- moneyPair={PAIR}
79
- showPair
80
- variant="minimal"
81
- size="base"
82
- />
83
- );
84
- }
85
-
86
- export function CurrencyPairPreviewExample() {
87
- return (
88
- <div className="flex flex-col gap-2">
89
- <CurrencyPairPreview
90
- pair={{
91
- source: { value: '100.00', currency: 'EUR', symbol: '€' },
92
- target: { value: '195.58', currency: 'USD' },
93
- }}
94
- />
95
- <CurrencyPairPreview pair={null} emptyLabel="No conversion" />
96
- </div>
97
- );
98
- }
99
-
100
- export function ProviderConfigDualPricing() {
101
- return (
102
- <UIProvider
103
- config={{
104
- money: {
105
- defaultCurrency: 'EUR',
106
- displayCurrency: 'EUR',
107
- dualPricingEnabled: true,
108
- displayMode: 'dual',
109
- formatMode: 'with_symbol',
110
- },
111
- }}
112
- >
113
- <div className="flex flex-col gap-3">
114
- <MoneyDisplay
115
- moneyPair={{
116
- primary: { amount: 49.99, currency: 'EUR' },
117
- secondary: { amount: 97.78, currency: 'USD' },
118
- }}
119
- size="lg"
120
- />
121
- <CurrencyPairPreview
122
- pair={{
123
- source: { value: '49.99', currency: 'EUR', symbol: '€' },
124
- target: { value: '97.78', currency: 'USD' },
125
- }}
126
- size="base"
127
- />
128
- </div>
129
- </UIProvider>
130
- );
131
- }
132
-
133
- export function RealisticOrdersList() {
134
- return (
135
- <div className="flex flex-col gap-1 w-full max-w-md">
136
- {MOCK_ORDERS.slice(0, 5).map((o) => (
137
- <div key={o.id} className="flex items-center justify-between border-b border-border py-1.5 text-sm">
138
- <span className="font-mono text-xs">{o.number}</span>
139
- <MoneyDisplay money={{ amount: o.totalUsd, currency: 'USD' }} />
140
- </div>
141
- ))}
142
- </div>
143
- );
144
- }
145
- `;function A(e){let t={code:`code`,p:`p`,...e.components};return _||M(`Examples`,!1),E||M(`Examples.CurrencyPairPreviewExample`,!0),y||M(`Examples.Default`,!0),S||M(`Examples.EmptyState`,!0),x||M(`Examples.MultipleCurrencies`,!0),w||M(`Examples.PairInlineEmphasisVariants`,!0),T||M(`Examples.PairMinimalVariant`,!0),C||M(`Examples.PairStackedEmphasisVariants`,!0),D||M(`Examples.ProviderConfigDualPricing`,!0),O||M(`Examples.RealisticOrdersList`,!0),b||M(`Examples.Sizes`,!0),(0,m.jsxs)(i,{title:`Currency`,description:`MoneyDisplay and CurrencyPairPreview — locale-aware, dual-pricing-aware money rendering driven by useCurrency() / UIProvider config.`,layer:`base`,status:`ready`,sourcePath:`src/components/base/currency`,children:[(0,m.jsx)(a,{title:`Overview`,id:`overview`,children:(0,m.jsxs)(t.p,{children:[(0,m.jsx)(t.code,{children:`MoneyDisplay`}),` renders a primary (and optional secondary) currency amount,
146
- using the active `,(0,m.jsx)(t.code,{children:`useCurrency()`}),` config for formatting, dual-pricing, and
147
- display mode. `,(0,m.jsx)(t.code,{children:`CurrencyPairPreview`}),` renders an inline `,(0,m.jsx)(t.code,{children:`source → target`}),`
148
- conversion. Both honour `,(0,m.jsx)(t.code,{children:`UIProvider`}),` config so consumers can flip the entire
149
- app to dual pricing or a different default currency in one place.`]})}),(0,m.jsx)(a,{title:`Default`,id:`default`,children:(0,m.jsx)(o,{name:`Default`,source:k,children:(0,m.jsx)(y,{})})}),(0,m.jsx)(a,{title:`Sizes`,id:`sizes`,children:(0,m.jsx)(o,{name:`Sizes`,source:k,children:(0,m.jsx)(b,{})})}),(0,m.jsxs)(a,{title:`Currencies & empty state`,id:`currencies`,children:[(0,m.jsx)(o,{name:`MultipleCurrencies`,source:k,children:(0,m.jsx)(x,{})}),(0,m.jsx)(o,{name:`EmptyState`,source:k,children:(0,m.jsx)(S,{})})]}),(0,m.jsx)(a,{title:`Dual pricing — stacked`,id:`dual-stacked`,children:(0,m.jsx)(o,{name:`PairStackedEmphasisVariants`,source:k,children:(0,m.jsx)(C,{})})}),(0,m.jsxs)(a,{title:`Dual pricing — inline`,id:`dual-inline`,children:[(0,m.jsx)(o,{name:`PairInlineEmphasisVariants`,source:k,children:(0,m.jsx)(w,{})}),(0,m.jsx)(o,{name:`PairMinimalVariant`,source:k,children:(0,m.jsx)(T,{})})]}),(0,m.jsx)(a,{title:`CurrencyPairPreview`,id:`pair-preview`,children:(0,m.jsx)(o,{name:`CurrencyPairPreviewExample`,source:k,children:(0,m.jsx)(E,{})})}),(0,m.jsx)(a,{title:`UIProvider configuration`,id:`provider`,children:(0,m.jsx)(o,{name:`ProviderConfigDualPricing`,source:k,children:(0,m.jsx)(D,{})})}),(0,m.jsx)(a,{title:`Realistic usage`,id:`realistic`,children:(0,m.jsx)(o,{name:`RealisticOrdersList`,source:k,children:(0,m.jsx)(O,{})})}),(0,m.jsxs)(a,{title:`API`,id:`api`,children:[(0,m.jsx)(u,{component:`MoneyDisplay`}),(0,m.jsx)(u,{component:`CurrencyPairPreview`})]})]})}function j(e={}){let{wrapper:t}=e.components||{};return t?(0,m.jsx)(t,{...e,children:(0,m.jsx)(A,{...e})}):A(e)}function M(e,t){throw Error(`Expected `+(t?`component`:`object`)+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}export{j as default};
@@ -1,90 +0,0 @@
1
- import{n as e,r as t}from"./chunk-QTnfLwEv.js";import{n}from"./react-dom-Bz4cALsF.js";import{Ar as r,Cr as i,Sr as a,Tr as o,hr as s,mr as c,r as l,t as u}from"./example-C6-_Sy6B.js";import{t as d}from"./chevron-down-x7TQsvYY.js";import{t as f}from"./chevron-right-CDDMIkYP.js";import{t as p}from"./chevron-up-Dc3aAaGH.js";import{t as m}from"./circle-question-mark-BQrUUiKD.js";import{t as h}from"./credit-card-BoDfW0R8.js";import{t as g}from"./send-Blu_n6xl.js";import{D as _,a as v}from"./index-B8DVXCmf.js";import{t as y}from"./props-table-CM_1cocj.js";import{t as b}from"./icon-badge-Bcm8TlJi.js";import{t as x}from"./separator-DUKleOvU.js";import{t as S}from"./inline-stat-D0sE-A4C.js";import{c as C,i as w,n as T,o as E,r as D,s as O,t as k,u as A}from"./item-CMRbW6s-.js";var j={title:`Booking Receipt`,statusConfirmed:`Confirmed`,amountPaidLabel:`Amount Paid`},M={successTitle:`Payment Successful`,successDescription:`Transaction completed`,detailsToggle:`Payment Details`},N={defaultTitle:`Details`},P={title:`Order Items`,totalLabel:`Total`},F={title:`Outstanding Balance`,dueDateLabel:`Due Date`,customerLabel:`Customer`,sendReminder:`Send Reminder`,recordPayment:`Record Payment`},I=t(n(),1),L=v();function R({amount:e,details:t=[],helpText:n,onHelp:s,className:c,strings:u}){let h=_(M,u),[g,v]=(0,I.useState)(!0);return(0,L.jsxs)(`div`,{className:o(`dark-payment--component`,`dark rounded-lg bg-card p-5 text-card-foreground shadow-sm ring-1 ring-border`,c),children:[(0,L.jsxs)(`div`,{className:`flex flex-col items-center text-center`,children:[(0,L.jsx)(b,{icon:r,tone:`success`,size:`lg`,className:`size-14 [&>svg]:size-7`}),(0,L.jsx)(a,{tag:`h5`,className:`mt-3 !border-0 !pb-0`,children:h.successTitle}),(0,L.jsx)(i,{size:`xs`,type:`secondary`,children:h.successDescription}),(0,L.jsx)(a,{tag:`h3`,className:`border-none pb-0 text-2xl tabular-nums tracking-tight`,children:e})]}),t.length>0&&(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(x,{className:`my-4`}),(0,L.jsxs)(l,{variant:`light`,buttonStyle:`ghost`,onClick:()=>v(!g),className:`flex w-full items-center justify-between border-0 p-0 h-auto text-muted-foreground hover:text-foreground`,children:[(0,L.jsx)(i,{weight:`medium`,children:h.detailsToggle}),g?(0,L.jsx)(p,{className:`size-4`}):(0,L.jsx)(d,{className:`size-4`})]}),!!g&&(0,L.jsx)(`div`,{className:`mt-3 space-y-2.5`,children:t.map(e=>(0,L.jsx)(S,{label:e.label,value:e.value,labelClassName:`text-sm`,valueClassName:`text-sm font-medium`},e.label))})]}),!!n&&(0,L.jsxs)(k,{variant:`muted`,className:o(`mt-4`,s&&`cursor-pointer`),onClick:s,children:[(0,L.jsx)(C,{variant:`icon`,className:`text-muted-foreground`,children:(0,L.jsx)(m,{})}),(0,L.jsx)(D,{children:(0,L.jsx)(A,{bold:!1,className:`text-muted-foreground`,children:n})}),(0,L.jsx)(T,{children:(0,L.jsx)(f,{className:`size-4 text-muted-foreground`})})]})]})}R.displayName=`DarkPaymentConfirmation`;function z({referenceCode:e,status:t,details:n=[],amountPaid:r,className:s,strings:c}){let l=_(j,c),u=t??l.statusConfirmed;return(0,L.jsxs)(`div`,{className:o(`booking-receipt--component`,`dark rounded-lg bg-card p-5 text-card-foreground shadow-sm ring-1 ring-border`,s),children:[(0,L.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,L.jsx)(a,{tag:`h6`,className:`!border-0 !pb-0`,children:l.title}),(0,L.jsxs)(i,{size:`xs`,weight:`medium`,className:`flex items-center gap-1.5 rounded-full bg-success/15 px-2.5 py-1 text-success`,children:[(0,L.jsx)(`span`,{className:`size-1.5 rounded-full bg-success`}),u]})]}),n.length>0&&(0,L.jsx)(`div`,{className:`mt-5 space-y-3 text-sm`,children:n.map(e=>(0,L.jsx)(S,{label:e.label,value:e.value,labelClassName:`text-sm`,valueClassName:`text-sm font-medium`},e.label))}),!!e&&(0,L.jsx)(i,{tag:`div`,size:`xs`,type:`secondary`,align:`center`,className:`mt-4 rounded-md bg-muted p-3 font-mono tracking-wider`,children:e}),(0,L.jsx)(S,{className:`mt-4 border-t border-border pt-4`,label:l.amountPaidLabel,value:(0,L.jsx)(a,{tag:`h4`,className:`border-none pb-0 text-lg`,children:r}),labelClassName:`text-sm`})]})}z.displayName=`BookingReceiptDark`;function B({title:e,items:t,totalLabel:n,totalValue:r,defaultOpen:s=!0,className:c,strings:u}){let f=_(N,u),m=e??f.defaultTitle,[h,g]=(0,I.useState)(s);return(0,L.jsxs)(`div`,{className:o(`dark-info-panel--component`,`dark rounded-lg bg-card p-4 text-card-foreground shadow-sm ring-1 ring-border`,c),children:[(0,L.jsxs)(l,{variant:`light`,buttonStyle:`ghost`,onClick:()=>g(!h),className:`flex w-full items-center justify-between border-0 p-0 h-auto`,children:[(0,L.jsx)(a,{tag:`h6`,className:`!border-0 !pb-0`,children:m}),h?(0,L.jsx)(p,{className:`size-4 text-muted-foreground`}):(0,L.jsx)(d,{className:`size-4 text-muted-foreground`})]}),!!h&&(0,L.jsxs)(`div`,{className:`mt-3 space-y-3 text-sm`,children:[t.map(e=>(0,L.jsxs)(`div`,{className:`flex items-baseline justify-between gap-6`,children:[(0,L.jsx)(i,{type:`secondary`,className:`min-w-0`,children:e.label}),(0,L.jsx)(i,{weight:`medium`,className:o(`shrink-0 text-right`,e.highlight&&`text-success`),children:e.value})]},e.label)),!!n&&!!r&&(0,L.jsx)(`div`,{className:`border-t border-dashed border-border pt-3`,children:(0,L.jsxs)(`div`,{className:`flex items-baseline justify-between gap-6`,children:[(0,L.jsx)(i,{weight:`semibold`,type:`secondary`,className:`min-w-0`,children:n}),(0,L.jsx)(i,{weight:`semibold`,className:`shrink-0 text-right`,children:r})]})})]})]})}B.displayName=`DarkInfoPanel`;function V({items:e,summary:t=[],total:n,className:r,strings:s}){let c=_(P,s);return(0,L.jsxs)(`div`,{className:o(`order-items--component`,`dark rounded-lg bg-card p-4 text-card-foreground shadow-sm ring-1 ring-border`,r),children:[(0,L.jsx)(a,{tag:`h6`,className:`!border-0 !pb-0`,children:c.title}),(0,L.jsx)(E,{className:`mt-3 gap-2`,children:e.map(e=>(0,L.jsxs)(k,{variant:`muted`,className:`flex-col items-stretch gap-2`,children:[(0,L.jsxs)(O,{children:[(0,L.jsx)(i,{size:`xs`,type:`secondary`,children:e.vendor}),!!e.badge&&(0,L.jsx)(i,{size:`xs`,weight:`medium`,className:`rounded-full bg-secondary px-3 py-1 text-secondary-foreground`,children:e.badge})]}),(0,L.jsxs)(`div`,{className:`flex w-full items-center justify-between gap-3`,children:[(0,L.jsxs)(D,{children:[(0,L.jsx)(A,{children:e.name}),(0,L.jsx)(w,{clamp:1,children:(0,L.jsxs)(`span`,{className:`inline-flex items-center gap-1.5`,children:[!!e.color&&(0,L.jsx)(`span`,{className:o(`size-2.5 rounded-full`,e.color)}),`x`,e.qty]})})]}),(0,L.jsx)(T,{children:(0,L.jsx)(i,{weight:`bold`,children:e.price})})]})]},e.name))}),!!(t.length>0||n)&&(0,L.jsxs)(`div`,{className:`mt-3 space-y-2 border-t border-border pt-3 text-sm`,children:[t.map(e=>(0,L.jsx)(S,{label:e.label,value:e.value,labelClassName:`text-sm text-muted-foreground`,valueClassName:`text-sm text-muted-foreground`},e.label)),!!n&&(0,L.jsx)(S,{className:`border-t border-dashed border-border pt-2`,label:c.totalLabel,value:n,labelClassName:`text-sm font-semibold`,valueClassName:`text-sm font-semibold`})]})]})}V.displayName=`OrderItemsCard`;function H({amount:e,amountColor:t=`text-warning`,dueDate:n,customer:r,onSendReminder:s,onRecordPayment:c,className:u,strings:d}){let f=_(F,d);return(0,L.jsxs)(`div`,{className:o(`outstanding-balance--component`,`dark rounded-lg bg-card p-5 text-card-foreground shadow-sm ring-1 ring-border`,u),children:[(0,L.jsx)(i,{size:`xs`,weight:`medium`,type:`secondary`,className:`uppercase tracking-wider`,children:f.title}),(0,L.jsx)(a,{tag:`h3`,className:o(`border-none pb-0 text-2xl tabular-nums tracking-tight`,t),children:e}),(0,L.jsxs)(`div`,{className:`mt-4 space-y-2`,children:[(0,L.jsx)(S,{label:f.dueDateLabel,value:(0,L.jsxs)(`span`,{className:`flex items-center gap-1.5`,children:[(0,L.jsx)(`span`,{className:`size-2 rounded-full bg-destructive animate-pulse`}),(0,L.jsx)(i,{tag:`span`,weight:`medium`,children:n})]}),labelClassName:`text-xs`}),(0,L.jsx)(S,{label:f.customerLabel,value:r,labelClassName:`text-xs`,valueClassName:`text-sm font-medium`})]}),(0,L.jsxs)(`div`,{className:`mt-4 flex gap-2`,children:[(0,L.jsxs)(l,{variant:`warning`,className:`flex-1 rounded-md`,onClick:s,children:[(0,L.jsx)(g,{className:`mr-1.5 size-3.5`}),f.sendReminder]}),(0,L.jsxs)(l,{variant:`success`,className:`flex-1 rounded-md`,onClick:c,children:[(0,L.jsx)(h,{className:`mr-1.5 size-3.5`}),f.recordPayment]})]})]})}H.displayName=`OutstandingBalanceCard`;var U=e({BookingReceipt:()=>G,InfoPanel:()=>K,OrderItems:()=>q,OutstandingBalance:()=>J,PaymentConfirmation:()=>W});function W(){return(0,L.jsx)(L.Fragment,{children:(0,L.jsx)(R,{amount:`249.00 USD`,details:[{label:`Method`,value:`Visa •••• 4242`},{label:`Reference`,value:`GCT-2026-0847`},{label:`Date`,value:`Mar 27, 2026`}],helpText:`Need help with this transaction?`})})}function G(){return(0,L.jsx)(L.Fragment,{children:(0,L.jsx)(z,{referenceCode:`GCT-BK-2026-0392`,details:[{label:`Vendor`,value:`BG Spa Retreat`},{label:`Service`,value:`Deep Tissue Massage`},{label:`Date`,value:`Apr 2, 2026 — 15:00`}],amountPaid:`135.00 USD`})})}function K(){return(0,L.jsx)(L.Fragment,{children:(0,L.jsx)(B,{title:`Voucher Breakdown`,items:[{label:`Base price`,value:`200 USD`},{label:`Platform fee (5%)`,value:`10 USD`},{label:`VAT (20%)`,value:`40 USD`},{label:`Discount`,value:`-25 USD`,highlight:!0}],totalLabel:`Total Charged`,totalValue:`225 USD`})})}function q(){return(0,L.jsx)(L.Fragment,{children:(0,L.jsx)(V,{items:[{vendor:`Artisan Chocolates`,badge:`Express`,name:`Luxury Truffle Box`,qty:2,price:`48 USD`,color:`bg-amber-400`},{vendor:`BG Spa Retreat`,badge:`Standard`,name:`Couples Massage Voucher`,qty:1,price:`120 USD`,color:`bg-sky-400`}],summary:[{label:`Subtotal`,value:`216 USD`},{label:`Shipping`,value:`5.99 USD`}],total:`265.19 USD`})})}function J(){return(0,L.jsx)(L.Fragment,{children:(0,L.jsx)(H,{amount:`4,920 USD`,dueDate:`Apr 15, 2026`,customer:`David Williams`,onSendReminder:()=>{},onRecordPayment:()=>{}})})}var Y=`import {
2
- DarkPaymentConfirmation,
3
- BookingReceiptDark,
4
- DarkInfoPanel,
5
- OrderItemsCard,
6
- OutstandingBalanceCard,
7
- } from '@/components/composed/dark-surfaces';
8
-
9
- export function PaymentConfirmation() {
10
- return (
11
- <>
12
- <DarkPaymentConfirmation
13
- amount="249.00 USD"
14
- details={[
15
- { label: 'Method', value: 'Visa •••• 4242' },
16
- { label: 'Reference', value: 'GCT-2026-0847' },
17
- { label: 'Date', value: 'Mar 27, 2026' },
18
- ]}
19
- helpText="Need help with this transaction?"
20
- />
21
- </>
22
- );
23
- }
24
-
25
- export function BookingReceipt() {
26
- return (
27
- <>
28
- <BookingReceiptDark
29
- referenceCode="GCT-BK-2026-0392"
30
- details={[
31
- { label: 'Vendor', value: 'BG Spa Retreat' },
32
- { label: 'Service', value: 'Deep Tissue Massage' },
33
- { label: 'Date', value: 'Apr 2, 2026 — 15:00' },
34
- ]}
35
- amountPaid="135.00 USD"
36
- />
37
- </>
38
- );
39
- }
40
-
41
- export function InfoPanel() {
42
- return (
43
- <>
44
- <DarkInfoPanel
45
- title="Voucher Breakdown"
46
- items={[
47
- { label: 'Base price', value: '200 USD' },
48
- { label: 'Platform fee (5%)', value: '10 USD' },
49
- { label: 'VAT (20%)', value: '40 USD' },
50
- { label: 'Discount', value: '-25 USD', highlight: true },
51
- ]}
52
- totalLabel="Total Charged"
53
- totalValue="225 USD"
54
- />
55
- </>
56
- );
57
- }
58
-
59
- export function OrderItems() {
60
- return (
61
- <>
62
- <OrderItemsCard
63
- items={[
64
- { vendor: 'Artisan Chocolates', badge: 'Express', name: 'Luxury Truffle Box', qty: 2, price: '48 USD', color: 'bg-amber-400' },
65
- { vendor: 'BG Spa Retreat', badge: 'Standard', name: 'Couples Massage Voucher', qty: 1, price: '120 USD', color: 'bg-sky-400' },
66
- ]}
67
- summary={[
68
- { label: 'Subtotal', value: '216 USD' },
69
- { label: 'Shipping', value: '5.99 USD' },
70
- ]}
71
- total="265.19 USD"
72
- />
73
- </>
74
- );
75
- }
76
-
77
- export function OutstandingBalance() {
78
- return (
79
- <>
80
- <OutstandingBalanceCard
81
- amount="4,920 USD"
82
- dueDate="Apr 15, 2026"
83
- customer="David Williams"
84
- onSendReminder={() => {}}
85
- onRecordPayment={() => {}}
86
- />
87
- </>
88
- );
89
- }
90
- `;function X(e){let t={h4:`h4`,...e.components};return U||Q(`Examples`,!1),G||Q(`Examples.BookingReceipt`,!0),K||Q(`Examples.InfoPanel`,!0),q||Q(`Examples.OrderItems`,!0),J||Q(`Examples.OutstandingBalance`,!0),W||Q(`Examples.PaymentConfirmation`,!0),(0,L.jsxs)(s,{title:`Composed · Dark surfaces`,description:`Dark-wrapped components — payment, receipt, info panel, order items, outstanding balance.`,layer:`composed`,status:`ready`,children:[(0,L.jsxs)(c,{title:`Examples`,id:`examples`,children:[(0,L.jsx)(u,{name:`PaymentConfirmation`,source:Y,children:(0,L.jsx)(W,{})}),(0,L.jsx)(u,{name:`BookingReceipt`,source:Y,children:(0,L.jsx)(G,{})}),(0,L.jsx)(u,{name:`InfoPanel`,source:Y,children:(0,L.jsx)(K,{})}),(0,L.jsx)(u,{name:`OrderItems`,source:Y,children:(0,L.jsx)(q,{})}),(0,L.jsx)(u,{name:`OutstandingBalance`,source:Y,children:(0,L.jsx)(J,{})})]}),(0,L.jsxs)(c,{title:`API`,id:`api`,children:[(0,L.jsx)(t.h4,{children:`DarkPaymentConfirmation`}),(0,L.jsx)(y,{component:`DarkPaymentConfirmation`}),(0,L.jsx)(t.h4,{children:`BookingReceiptDark`}),(0,L.jsx)(y,{component:`BookingReceiptDark`}),(0,L.jsx)(t.h4,{children:`DarkInfoPanel`}),(0,L.jsx)(y,{component:`DarkInfoPanel`}),(0,L.jsx)(t.h4,{children:`OrderItemsCard`}),(0,L.jsx)(y,{component:`OrderItemsCard`}),(0,L.jsx)(t.h4,{children:`OutstandingBalanceCard`}),(0,L.jsx)(y,{component:`OutstandingBalanceCard`})]})]})}function Z(e={}){let{wrapper:t}=e.components||{};return t?(0,L.jsx)(t,{...e,children:(0,L.jsx)(X,{...e})}):X(e)}function Q(e,t){throw Error(`Expected `+(t?`component`:`object`)+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}export{Z as default};
@@ -1 +0,0 @@
1
- import{r as e}from"./index-B8DVXCmf.js";var t=e(`database`,[[`ellipse`,{cx:`12`,cy:`5`,rx:`9`,ry:`3`,key:`msslwz`}],[`path`,{d:`M3 5V19A9 3 0 0 0 21 19V5`,key:`1wlel7`}],[`path`,{d:`M3 12A9 3 0 0 0 21 12`,key:`mv7ke4`}]]);export{t};
@@ -1 +0,0 @@
1
- import{t as e}from"./format-BG4laCmp.js";import{Cr as t,Tr as n}from"./example-C6-_Sy6B.js";import{D as r,a as i}from"./index-B8DVXCmf.js";var a=i(),o={separator:`·`},s={default:{bg:`bg-card`,text:`text-foreground`,border:`border-border`,accent:`text-foreground`},muted:{bg:`bg-muted/50`,text:`text-foreground`,border:`border-border`,accent:`text-foreground`},primary:{bg:`bg-primary/10`,text:`text-foreground`,border:`border-primary/30`,accent:`text-primary`},success:{bg:`bg-success/10`,text:`text-foreground`,border:`border-success/30`,accent:`text-success`},warning:{bg:`bg-warning/15`,text:`text-foreground`,border:`border-warning/40`,accent:`text-warning-foreground`},destructive:{bg:`bg-destructive/10`,text:`text-foreground`,border:`border-destructive/30`,accent:`text-destructive`},info:{bg:`bg-info/10`,text:`text-foreground`,border:`border-info/30`,accent:`text-info`}};function c(e){return e instanceof Date?e:new Date(e)}function l({date:i,time:l,locale:u,layout:d=`stacked`,timePlacement:f,tone:p=`default`,boxed:m,showMonth:h=!0,dayFormat:g=`d`,weekdayFormat:_=`EEE`,monthFormat:v=`MMM`,className:y,strings:b}){let x=c(i),S=r(o,b),C=s[p],w=!Number.isNaN(x.getTime()),T=w?e(x,_,u?{locale:u}:void 0):``,E=w?e(x,g,u?{locale:u}:void 0):``,D=w?e(x,v,u?{locale:u}:void 0):``,O=f??(d===`inline`?`inline`:`below`),k=m??d===`stacked`;return d===`inline`?(0,a.jsxs)(`span`,{className:n(`date-block--component`,`inline-flex items-center gap-1.5 tabular-nums`,k&&n(`rounded-md border px-2 py-1`,C.bg,C.border),y),children:[(0,a.jsx)(t,{size:`xs`,weight:`semibold`,className:n(C.accent,`uppercase tracking-wide`),children:T}),(0,a.jsx)(t,{weight:`semibold`,children:E}),!!h&&(0,a.jsx)(t,{size:`xs`,type:`secondary`,className:`uppercase tracking-wide`,children:D}),!!l&&O===`inline`&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(t,{size:`xs`,type:`discrete`,"aria-hidden":!0,children:S.separator}),(0,a.jsx)(t,{size:`xs`,type:`secondary`,children:l})]})]}):(0,a.jsxs)(`div`,{className:n(`inline-flex flex-col items-center gap-0.5`,y),children:[(0,a.jsxs)(`div`,{className:n(`flex flex-col items-center justify-center leading-none tabular-nums`,k&&n(`size-14 rounded-md border px-2 py-1.5`,C.bg,C.border)),children:[(0,a.jsx)(t,{size:`xxs`,weight:`semibold`,className:n(C.accent,`uppercase tracking-wider`),children:T}),(0,a.jsx)(t,{size:`base`,weight:`semibold`,className:n(C.text,`leading-none`),children:E}),!!h&&(0,a.jsx)(t,{size:`xxs`,type:`secondary`,className:`uppercase tracking-wider`,children:D})]}),!!l&&O===`below`&&(0,a.jsx)(t,{size:`xxs`,type:`secondary`,className:`tabular-nums`,children:l}),!!l&&O===`inline`&&(0,a.jsx)(t,{size:`xxs`,type:`secondary`,className:`tabular-nums`,children:l})]})}l.displayName=`DateBlock`;export{l as t};
@@ -1 +0,0 @@
1
- import{r as e}from"./chunk-QTnfLwEv.js";import{n as t}from"./react-dom-Bz4cALsF.js";import{n}from"./isSameDay-BrDHfKHm.js";import{i as r,r as i,t as a}from"./calendar-BhZpIjCo.js";import{m as o,t as s}from"./format-BG4laCmp.js";import{Cr as c,Pr as l,Sr as u,Tr as d,r as f}from"./example-C6-_Sy6B.js";import{t as ee}from"./calendar-oKaDsUIy.js";import{t as p}from"./clock-Bn2R4aDX.js";import{D as m,a as h,c as g,p as _}from"./index-B8DVXCmf.js";import{t as v}from"./label-BmKD22pm.js";import{t as y}from"./input-25epjsiD.js";import{r as b,t as te}from"./popover-T85aV4zW.js";import{t as ne}from"./popover-DtnuOBgr.js";import{t as re}from"./separator-DUKleOvU.js";import{n as x,t as ie}from"./toggle-group-CK8mBx6E.js";var S=e(t(),1),C=h();function ae({config:e,output:t,hasSelection:n,autoSummary:r,className:i}){let{text:a,actions:o,showOnlyWhenSelected:s=!1,showSummary:l=!1}=e,u=S.useMemo(()=>{if(a)return typeof a==`function`?a(t):a},[a,t]),ee=u||(l?r:void 0);if(s&&!n||!ee&&(!o||o.length===0))return null;let p=e=>e===`destructive`?{variant:`error`,buttonStyle:`solid`}:e===`outline`?{variant:`secondary`,buttonStyle:`outline`}:e===`ghost`?{variant:`secondary`,buttonStyle:`ghost`}:e===`secondary`?{variant:`secondary`,buttonStyle:`solid`}:{variant:`primary`,buttonStyle:`solid`};return(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(re,{}),(0,C.jsxs)(`div`,{className:d(`flex flex-col gap-3 p-3`,i),children:[!!ee&&(0,C.jsxs)(`div`,{className:`text-sm`,children:[!!l&&!!u&&!!r&&(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(c,{type:`secondary`,children:r}),(0,C.jsx)(c,{weight:`medium`,className:`mt-1`,children:u})]}),!l&&!!u&&(0,C.jsx)(c,{weight:`medium`,children:u}),!!l&&!u&&!!r&&(0,C.jsx)(c,{type:`secondary`,children:r})]}),!!o&&o.length>0&&(0,C.jsx)(`div`,{className:`flex items-center gap-2`,children:o.map(e=>{let n=typeof e.disabled==`function`?e.disabled(t):e.disabled,r=p(e.variant??null);return(0,C.jsx)(f,{variant:r.variant,buttonStyle:r.buttonStyle,disabled:n,onClick:()=>e.onClick(t),className:`flex-1`,children:e.label},e.label)})})]})]})}ae.displayName=`DatePickerFooter`;function oe({config:e,className:t}){let{title:n,description:r,icon:i,align:a=`left`}=e;return(0,C.jsx)(`div`,{className:d(`date-picker-header--component`,`border-b p-4`,a===`center`?`text-center`:`text-left`,t),children:(0,C.jsxs)(`div`,{className:`flex items-center justify-start gap-3`,children:[!!i&&(0,C.jsx)(`div`,{className:`flex-shrink-0`,children:(0,C.jsx)(i,{className:`h-5 w-5 text-primary`})}),(0,C.jsxs)(`div`,{className:d(`flex-1`,a===`center`&&!i&&`text-center`),children:[(0,C.jsx)(u,{tag:`h3`,containerClassName:`space-y-0`,className:`font-semibold text-base leading-none`,children:n}),!!r&&(0,C.jsx)(c,{type:`secondary`,className:`mt-2`,children:r})]})]})})}oe.displayName=`DatePickerHeader`;function w(e){return e.toString().padStart(2,`0`)}function T(e,t,n){return Math.min(Math.max(e,t),n)}function E(e,t){if(t<=0)return e;let n=Math.floor(e/t)*t;return Math.max(0,Math.min(n,1440*60-1))}function D(e){if(!e)return null;let t=e.split(`:`);if(t.length<2||t.length>3)return null;let[n,r,i]=t,a=T(Number.parseInt(n,10),0,23),o=T(Number.parseInt(r,10),0,59),s=T(Number.parseInt(i??`0`,10),0,59);return Number.isNaN(a)||Number.isNaN(o)||Number.isNaN(s)?null:{hours:a,minutes:o,seconds:s}}function O(e,t,n){let r=Number.isFinite(e?.getTime?.())?e:new Date,i=r.getHours(),a=r.getMinutes(),o=t?r.getSeconds():0,s=E(i*3600+a*60+o,n),c=Math.floor(s/3600),l=Math.floor(s%3600/60),u=s%60;return{hours:c,minutes:l,seconds:t?u:0}}function k(e,t,n){if(t===`12`){let t=e.hours>=12?`PM`:`AM`,r=e.hours%12;return r===0&&(r=12),{hours:w(r),minutes:w(e.minutes),seconds:n?w(e.seconds):void 0,period:t}}return{hours:w(e.hours),minutes:w(e.minutes),seconds:n?w(e.seconds):void 0}}function se(e,t,n){let r=e=>{let t=Number.parseInt(e??`0`,10);return Number.isNaN(t)?0:t},i=r(e.hours),a=T(r(e.minutes),0,59),o=n?T(r(e.seconds),0,59):0;if(t===`12`){i=T(i,1,12);let t=(e.period??`AM`)===`PM`;i%=12,t&&(i+=12)}else i=T(i,0,23);return{hours:i,minutes:a,seconds:o}}function A(e,t,n){let r=E(e.hours*3600+e.minutes*60+e.seconds,t);return{hours:Math.floor(r/3600),minutes:Math.floor(r%3600/60),seconds:n?r%60:0}}function j(e,t,n,r){let i=w(e.minutes),a=t?`:${w(e.seconds)}`:``;if(n===`24`)return`${w(e.hours)}:${i}${a}`;let o=e.hours>=12?`PM`:`AM`,s=e.hours%12;s===0&&(s=12);let c=o===`AM`?r?.am??`AM`:r?.pm??`PM`;return`${w(s)}:${i}${a} ${c}`}var M=/'[^']*'/g,N=/[HKhk]|\bp\b|\bt\b|\ba\b/;function ce(e){if(!e)return!1;let t=e.replace(M,``);return N.test(t)}function P(e){return{startMonth:typeof e?.fromYear==`number`?new Date(e.fromYear,0):void 0,endMonth:typeof e?.toYear==`number`?new Date(e.toYear,11):void 0}}function F(e,t,n,r){let i=r?{locale:r}:void 0;return{date:e,formatted:e?s(e,t,i):void 0,readable:e?s(e,n,i):void 0}}function le(e,t,n,r){let i=r?{locale:r}:void 0;return{dates:e,formatted:e.map(e=>s(e,t,i)),readable:e.map(e=>s(e,n,i))}}function I(e,t,n,r){let i=r?{locale:r}:void 0;return{range:e,formatted:{from:e?.from?s(e.from,t,i):void 0,to:e?.to?s(e.to,t,i):void 0},readable:{from:e?.from?s(e.from,n,i):void 0,to:e?.to?s(e.to,n,i):void 0}}}function L(e,t){let n=typeof t==`string`?D(t):t,r=new Date(e);return!Number.isFinite(r.getTime())||!n?new Date(NaN):(r.setHours(n.hours,n.minutes,n.seconds,0),r)}function R(e,t,n){let r=e;return e.from&&(r={...r,from:L(e.from,t)}),e.to&&r&&(r={...r,to:L(e.to,n)}),r}function ue(e,t){return Math.ceil((t.getTime()-e.getTime())/(1e3*60*60*24))+1}function de(e,t,n){if(!e?.from||!e?.to)return{isValid:!0};let r=ue(e.from,e.to);return t&&r<t||n&&r>n?{isValid:!1,daysDiff:r}:{isValid:!0,daysDiff:r}}function z(e,t,n,r){if(!e?.from||!e?.to)return null;let i=ue(e.from,e.to);return t&&i<t?r.minimumDays(t):n&&i>n?r.maximumDays(n):null}function B(e,t,n,r,i){return r&&e.length===0?`At least one date must be selected`:t&&e.length<t?`Select at least ${t} dates`:n?i.maximumDates(n):null}function fe(e,t,n,r,i,a){if(e){let n=s(e,t,a?{locale:a}:void 0);return i&&(n+=` ${i}`),n}return n??r}function V(e,t,n,r,i,a){if(e.length>0){if(e.length===1){let n=a?{locale:a}:void 0;return s(e[0],t,n)}return i.datesSelected(e.length)}return n??r}function pe(e,t,n,r,i){if(e?.from){let n=i?{locale:i}:void 0;return e.to?`${s(e.from,t,n)} - ${s(e.to,t,n)}`:s(e.from,t,n)}return n??r}var H={selectDate:`Select a date`,selectDates:`Select dates`,selectDateRange:`Select date range`,from:`From`,to:`To`,confirm:`Confirm`,clear:`Clear`,today:`Today`,startDate:`Start date`,endDate:`End date`,startTime:`Start time`,endTime:`End time`,hours:`Hours`,minutes:`Minutes`,seconds:`Seconds`,am:`AM`,pm:`PM`,minimumDays:e=>`A minimum of ${e} days is required`,maximumDays:e=>`A maximum of ${e} days is allowed`,maximumDates:e=>`Select up to ${e} dates`,datesSelected:e=>`${e} dates selected`,lastWeek:`Last week`,lastMonth:`Last month`,lastYear:`Last year`,nextWeek:`Next week`,nextMonth:`Next month`,nextYear:`Next year`,thisWeek:`This Week`,thisMonth:`This Month`,last30Days:`Last 30 Days`,selectMonthYear:`Select month and year`,month:`Month`,year:`Year`},U=[`hours`,`minutes`,`seconds`],W=`00`,G=`12`;function me(e){return e.replace(/\D/g,``).slice(-2)}function K(e){return e.length===0?`00`:e.length===1?`0${e}`:e}function he(e,t){let n=t?U:U.slice(0,2),r=n.indexOf(e);return r>-1&&r<n.length-1?n[r+1]:null}function q(e,t){let n=t?U:U.slice(0,2),r=n.indexOf(e);return r>0?n[r-1]:null}function ge(e,t){return t===`24`?e:e%12||12}function J(e){return e>=12?`PM`:`AM`}function Y(e,t){return t===`12`?{...e,period:e.period??`AM`}:{...e,period:void 0}}function _e({value:e,onChange:t,format:n,includeSeconds:r,step:i,disabled:a,className:o,labels:s,periodLabels:l}){let u=S.useMemo(()=>r?U:U.slice(0,2),[r]),[f,ee]=S.useState(()=>Y(k(e,n,r),n)),p=S.useRef(f),m=S.useRef(!1),h=S.useCallback(e=>{p.current=e,ee(e)},[]),g=S.useRef({hours:null,minutes:null,seconds:null});S.useEffect(()=>{if(m.current){m.current=!1;return}h(Y(k(e,n,r),n))},[e,n,r,h]);let _=S.useCallback(e=>{m.current=!0,t(se(e,n,r))},[n,r,t]),v=S.useCallback(e=>{let a=A(se(e,n,r),i,r);t(a),h(Y(k(a,n,r),n))},[n,r,t,i,h]),b=S.useCallback(e=>{if(!e)return;let t=g.current[e];t&&(t.focus(),t.select())},[]),te=S.useCallback((e,t)=>{let r=p.current,i=r[e]??(e===`hours`&&n===`12`?G:W),a=(Number.parseInt(i.slice(-1),10)||0)*10+t,o={...r},s=o.period??`AM`;e===`hours`?n===`24`?o.hours=K(Math.min(Math.max(a,0),23).toString()):a===0?(s=`AM`,o.hours=G):a>12?(s=J(a),o.hours=K(ge(a,`12`).toString())):(o.hours=K(Math.min(Math.max(a,1),12).toString()),s=r.period??J(a)):e===`minutes`?o.minutes=K(Math.min(Math.max(a,0),59).toString()):e===`seconds`&&(o.seconds=K(Math.min(Math.max(a,0),59).toString()));let c={...o,period:s};h(c),_(c)},[n,h,_]),ne=S.useCallback((e,t)=>{let r=me(t),i={...p.current},a=i.period??`AM`;if(e===`hours`)if(n===`24`){let e=Number.parseInt(r||`0`,10);i.hours=K((Number.isNaN(e)?0:Math.min(Math.max(e,0),23)).toString())}else{let e=Number.parseInt(r||`0`,10);Number.isNaN(e)?(i.hours=`12`,a=p.current.period??`AM`):r.length===2&&e>12?(a=J(e),i.hours=K(ge(e,`12`).toString())):e===0?(a=`AM`,i.hours=`12`):(i.hours=K(Math.min(Math.max(e,1),12).toString()),r.length===2&&(a=p.current.period??J(e)))}else if(e===`minutes`){let e=Number.parseInt(r||`0`,10);i.minutes=K((Number.isNaN(e)?0:Math.min(Math.max(e,0),59)).toString())}else if(e===`seconds`){let e=Number.parseInt(r||`0`,10);i.seconds=K((Number.isNaN(e)?0:Math.min(Math.max(e,0),59)).toString())}let o={...i,period:a};h(o),_(o)},[n,h,_]),re=S.useCallback(e=>{n===`12`&&v({...p.current,period:e})},[v,n]),ae=S.useCallback(()=>{v(p.current)},[v]),oe=S.useCallback((e,t)=>{if(e.key.length===1&&/\d/.test(e.key)&&!e.metaKey&&!e.ctrlKey&&!e.altKey){e.preventDefault(),te(t,Number.parseInt(e.key,10));return}if(e.key===`ArrowRight`){b(he(t,r));return}if(e.key===`ArrowLeft`){b(q(t,r));return}if(e.key===`Backspace`){let n=e.currentTarget;n.selectionStart===0&&n.selectionEnd===0&&b(q(t,r))}},[te,b,r]),w=S.useMemo(()=>{if(n===`12`)return f.period?[f.period]:void 0},[n,f.period]);return(0,C.jsxs)(`div`,{className:d(`segmented-time-input--component`,`flex items-center gap-2`,o),children:[u.map((e,t)=>{let r=e===`hours`&&n===`12`?G:W,i=f[e]??r,o=e===`hours`?s.hours:e===`minutes`?s.minutes:s.seconds??s.minutes;return(0,C.jsxs)(S.Fragment,{children:[(0,C.jsx)(y,{ref:t=>{g.current[e]=t},value:i,onChange:t=>ne(e,t.target.value),onFocus:e=>e.target.select(),onBlur:ae,onKeyDown:t=>oe(t,e),inputMode:`numeric`,pattern:`\\d*`,maxLength:2,showCharacterCount:!1,disabled:a,"aria-label":o,className:`h-8 w-12 text-center text-sm`}),t<u.length-1&&(0,C.jsx)(c,{tag:`span`,type:`secondary`,children:`:`})]},e)}),n===`12`&&(0,C.jsxs)(ie,{value:w,onValueChange:e=>{let t=e[0];t&&re(t)},disabled:a,size:`sm`,className:`ml-1`,children:[(0,C.jsx)(x,{value:`AM`,"aria-label":l.am,children:l.am}),(0,C.jsx)(x,{value:`PM`,"aria-label":l.pm,children:l.pm})]})]})}_e.displayName=`SegmentedTimeInput`;function ve(e){return e===`ghost`?`ghost`:e===`secondary`?`secondary`:`outline`}function ye(e){let t=ve(e);return t===`ghost`?{variant:`secondary`,buttonStyle:`ghost`}:t===`secondary`?{variant:`secondary`,buttonStyle:`solid`}:{variant:`secondary`,buttonStyle:`outline`}}var be=[`!h-9 !px-3 !rounded-md !border !border-input !bg-transparent !shadow-none`,`!text-sm !font-normal !text-foreground`,`hover:!bg-transparent`,`focus-visible:!border-ring focus-visible:!ring-ring/50 focus-visible:!ring-[3px]`,`aria-invalid:!ring-destructive/20 dark:aria-invalid:!ring-destructive/40 aria-invalid:!border-destructive`,`disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50`].join(` `);function xe(e){return!e.mode||e.mode===`single`}function Se(e){return e.mode===`multiple`}function X(e){return e.mode===`range`}function Ce(e,t){return[{label:e.today,getValue:()=>({from:new Date,to:new Date})},{label:e.thisWeek,getValue:()=>({from:o(new Date,{weekStartsOn:t}),to:i(new Date,{weekStartsOn:t})})},{label:e.thisMonth,getValue:()=>({from:r(new Date),to:_(new Date)})},{label:e.last30Days,getValue:()=>({from:n(new Date,-30),to:new Date})}]}function we(e){let[t,n]=S.useState(!1),r=e.locale??g,i=m(H,e.strings??e.translations),a=S.useMemo(()=>e.enableYearDropdown||e.yearSelection?.enabled?`dropdown`:`label`,[e.enableYearDropdown,e.yearSelection]),o=S.useMemo(()=>P(e.yearSelection),[e.yearSelection]);return xe(e)?(0,C.jsx)(Te,{className:`date-picker--component`,...e,open:t,setOpen:n,t:i,dateFnsLocale:r,captionLayout:a,yearBounds:o}):Se(e)?(0,C.jsx)(Z,{...e,open:t,setOpen:n,t:i,dateFnsLocale:r,captionLayout:a,yearBounds:o}):X(e)?(0,C.jsx)(Ee,{...e,open:t,setOpen:n,t:i,dateFnsLocale:r,captionLayout:a,yearBounds:o}):null}function Te({value:e,defaultValue:t,onChange:n,format:r=`yyyy-MM-dd`,readableFormat:i=`PPP`,placeholder:o,closeOnSelect:l=!0,withTime:u,disabledDates:m,calendarProps:h,open:g,setOpen:_,t:y,dateFnsLocale:x,captionLayout:ie,yearBounds:w,...T}){let E=S.useId(),D=`${E}-description`,k=T.error!==void 0&&T.error!==null&&T.error!==``,se=k?D:void 0,M=T.hint!==void 0&&T.hint!==null&&T.hint!==``,N=typeof T.error==`string`?T.error:``,P=typeof T.hint==`string`?T.hint:``,le=u?.format??`24`,I=u?.step??60,R=u?.showSeconds??!1,ue=ce(i),de=u?.showTimeInButton??!ue,[z,B]=S.useState(()=>e??t),[V,pe]=S.useState(()=>O(e??t,R,I)),H=S.useRef(e??t??void 0),U=S.useRef(!1),W=S.useRef(e!==void 0),G=S.useCallback((e,t)=>{let n=e;if(e&&u?.enabled){let r=L(e,t??V);n=Number.isFinite(r.getTime())?r:void 0}return F(n,r,i,x)},[r,i,x,u,V]);S.useEffect(()=>{let a=!!u?.enabled,o=W.current,s=e!==void 0,c=(e,t)=>{let o=A(O(e,R,I),I,R);if(B(t=>t?.getTime?.()===e.getTime()?t:e),pe(e=>e.hours===o.hours&&e.minutes===o.minutes&&e.seconds===o.seconds?e:o),H.current=e,U.current=!0,t&&a){let t=L(e,o);n?.(F(t,r,i,x))}};if(!a){U.current=!1,H.current=e??t??void 0,B(e??t),W.current=s;return}let l=H.current?.getTime?.(),d=e?.getTime?.();if(!s&&o&&t===void 0&&(U.current=!1,H.current=void 0),e!==void 0&&d!==l){c(e,!1),W.current=s;return}if(e===void 0&&t!==void 0){(l!==t.getTime()||!U.current)&&c(t,!1),W.current=s;return}if(e===void 0&&t===void 0&&!U.current){U.current=!0,W.current=s;return}W.current=s},[u?.enabled,e,t,R,I,n,r,i,x]),S.useEffect(()=>{u?.enabled&&pe(e=>{let t=A(e,I,R);return e.hours===t.hours&&e.minutes===t.minutes&&e.seconds===t.seconds?e:t})},[u?.enabled,I,R]);let me=S.useCallback(e=>{if(B(e),u?.enabled&&e&&(U.current=!0,H.current=e),u?.enabled){n?.(G(e)),l&&e&&_(!1);return}n?.(G(e)),l&&e&&_(!1)},[n,G,l,_,u]),K=S.useCallback(e=>{pe(e),z&&n?.(G(z,e))},[z,n,G]),he=S.useMemo(()=>{if(u?.enabled)return j(V,R,le,{am:y.am,pm:y.pm})},[u?.enabled,V,R,le,y]),q=S.useMemo(()=>fe(z,i,o,y.selectDate,de?he:void 0,x),[z,i,o,y,he,de,x]),ge=S.useMemo(()=>z?s(z,i,{locale:x}):void 0,[z,i,x]);return(0,C.jsxs)(`div`,{className:d(`space-y-2`,T.className),children:[!!(T.label||M)&&(0,C.jsxs)(`div`,{className:`flex items-center justify-between gap-1`,children:[!!T.label&&(0,C.jsx)(v,{htmlFor:E,className:d(`leading-6`,k&&`text-destructive`),children:T.label}),!k&&!!M&&(0,C.jsx)(c,{tag:`span`,type:`secondary`,children:P})]}),(0,C.jsxs)(te,{open:g,onOpenChange:_,children:[(0,C.jsx)(b,{render:e=>{let t=ye(T.buttonVariant);return(0,C.jsxs)(f,{...e,id:E,variant:t.variant,buttonStyle:t.buttonStyle,"aria-invalid":k,"aria-describedby":se,className:d(`w-full justify-start text-left font-normal`,be,!z&&`text-muted-foreground`,T.error&&`border-destructive focus-visible:ring-destructive`,e.className),disabled:T.disabled,children:[(0,C.jsx)(ee,{className:`mr-2 h-4 w-4`}),q]})}}),(0,C.jsxs)(ne,{className:`w-auto p-0`,align:`start`,children:[!!T.header&&(0,C.jsx)(oe,{config:T.header}),(0,C.jsx)(a,{mode:`single`,selected:z,onSelect:me,defaultMonth:z,numberOfMonths:T.numberOfMonths,showOutsideDays:T.showOutsideDays,disabled:m??T.disabled,locale:x,captionLayout:ie,startMonth:w.startMonth,endMonth:w.endMonth,...h}),!!u?.enabled&&(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(re,{}),(0,C.jsxs)(`div`,{className:`p-3`,children:[(0,C.jsx)(v,{size:`sm`,children:y.startTime}),(0,C.jsxs)(`div`,{className:`mt-2 flex items-center gap-2`,children:[(0,C.jsx)(p,{className:`h-4 w-4 text-muted-foreground`}),(0,C.jsx)(_e,{value:V,onChange:K,format:le,includeSeconds:R,step:I,disabled:T.disabled,labels:{hours:y.hours,minutes:y.minutes,seconds:R?y.seconds:void 0},periodLabels:{am:y.am,pm:y.pm}})]})]})]}),!!T.footer&&(0,C.jsx)(ae,{config:T.footer,output:G(z),hasSelection:!!z,autoSummary:ge})]})]}),!!k&&(0,C.jsx)(c,{id:D,size:`xs`,type:`error`,content:N})]})}function Z({value:e,defaultValue:t,onChange:n,format:r=`yyyy-MM-dd`,readableFormat:i=`PPP`,placeholder:o,min:s,max:l,required:u,disabledDates:p,calendarProps:m,open:h,setOpen:g,t:_,dateFnsLocale:y,captionLayout:x,yearBounds:ie,...w}){let T=S.useId(),E=`${T}-description`,D=w.error!==void 0&&w.error!==null&&w.error!==``,O=D?E:void 0,k=w.hint!==void 0&&w.hint!==null&&w.hint!==``,se=typeof w.error==`string`?w.error:``,A=typeof w.hint==`string`?w.hint:``,[j,M]=S.useState(e??t??[]);S.useEffect(()=>{e!==void 0&&M(e)},[e]);let N=S.useCallback(e=>le(e,r,i,y),[r,i,y]),ce=S.useCallback(e=>{let t=Array.isArray(e)?e:e?[e]:[];l&&t.length>l||(M(t),n?.(N(t)))},[n,N,l]),P=S.useMemo(()=>V(j,i,o,_.selectDates,_,y),[j,i,o,_,y]),F=S.useMemo(()=>B(j,s,l,u,_),[j,s,l,u,_]),I=S.useMemo(()=>j.length>0?_.datesSelected(j.length):void 0,[j.length,_]);return(0,C.jsxs)(`div`,{className:d(`space-y-2`,w.className),children:[!!(w.label||k)&&(0,C.jsxs)(`div`,{className:`flex items-center justify-between gap-1`,children:[!!w.label&&(0,C.jsx)(v,{htmlFor:T,className:d(`leading-6`,D&&`text-destructive`),children:w.label}),!D&&!!k&&(0,C.jsx)(c,{tag:`span`,type:`secondary`,children:A})]}),(0,C.jsxs)(te,{open:h,onOpenChange:g,children:[(0,C.jsx)(b,{render:e=>{let t=ye(w.buttonVariant);return(0,C.jsxs)(f,{...e,id:T,variant:t.variant,buttonStyle:t.buttonStyle,"aria-invalid":D,"aria-describedby":O,className:d(`w-full justify-start text-left font-normal`,be,j.length===0&&`text-muted-foreground`,w.error&&`border-destructive focus-visible:ring-destructive`,e.className),disabled:w.disabled,children:[(0,C.jsx)(ee,{className:`mr-2 h-4 w-4`}),(0,C.jsx)(`span`,{className:`truncate`,children:P})]})}}),(0,C.jsxs)(ne,{className:`w-auto p-0`,align:`start`,children:[!!w.header&&(0,C.jsx)(oe,{config:w.header}),(0,C.jsx)(a,{mode:`multiple`,selected:j,onSelect:ce,defaultMonth:j[0],numberOfMonths:w.numberOfMonths,showOutsideDays:w.showOutsideDays,disabled:p??w.disabled,locale:y,captionLayout:x,startMonth:ie.startMonth,endMonth:ie.endMonth,required:u,max:l,...m}),!!F&&(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(re,{}),(0,C.jsx)(`div`,{className:`p-3`,children:(0,C.jsx)(c,{type:`secondary`,children:F})})]}),!!w.footer&&(0,C.jsx)(ae,{config:w.footer,output:N(j),hasSelection:j.length>0,autoSummary:I})]})]}),!!D&&(0,C.jsx)(c,{id:E,size:`xs`,type:`error`,content:se})]})}function Ee({value:e,defaultValue:t,onChange:n,format:r=`yyyy-MM-dd`,readableFormat:i=`PPP`,placeholder:o,withConfirm:u=!1,min:m,max:h,closeOnSelect:g=!0,withTime:_,presets:y,disabledDates:x,calendarProps:ie,open:w,setOpen:T,t:E,dateFnsLocale:D,captionLayout:k,yearBounds:se,...M}){let{weekStartsOn:N=1}=l(),P=y??Ce(E,N),F=S.useId(),le=`${F}-description`,L=M.error!==void 0&&M.error!==null&&M.error!==``,ue=L?le:void 0,B=M.hint!==void 0&&M.hint!==null&&M.hint!==``,fe=typeof M.error==`string`?M.error:``,V=typeof M.hint==`string`?M.hint:``,H=_?.format??`24`,U=_?.step??60,W=_?.showSeconds??!1,G=ce(i),me=_?.showTimeInButton??!G,K=_?.showTimeInSummary??!G,he=e??t,[q,ge]=S.useState(he),[J,Y]=S.useState(()=>O(he?.from,W,U)),[ve,xe]=S.useState(()=>O(he?.to,W,U)),Se=S.useRef(e),X=S.useMemo(()=>z(q,m,h,E),[q,m,h,E]),we=X!=null&&X!==``,Te=typeof X==`string`?X:``;S.useEffect(()=>{e!==void 0&&ge(e)},[e]),S.useEffect(()=>{if(!_?.enabled){Se.current=e;return}let t=Se.current,n=e?.from,r=e?.to;n?Y(O(n,W,U)):t?.from&&Y(O(void 0,W,U)),r?xe(O(r,W,U)):t?.to&&xe(O(void 0,W,U)),Se.current=e},[e,_?.enabled,W,U]),S.useEffect(()=>{_?.enabled&&(Y(e=>{let t=A(e,U,W);return e.hours===t.hours&&e.minutes===t.minutes&&e.seconds===t.seconds?e:t}),xe(e=>{let t=A(e,U,W);return e.hours===t.hours&&e.minutes===t.minutes&&e.seconds===t.seconds?e:t}))},[_?.enabled,U,W]);let Z=S.useCallback(e=>{let t=e;return e&&_?.enabled&&(t=R(e,J,ve)),I(t,r,i,D)},[r,i,D,_,J,ve]),Ee=S.useCallback(e=>{Y(e)},[]),De=S.useCallback(e=>{xe(e)},[]),Oe=S.useCallback(e=>{let t=de(e,m,h);e&&!t.isValid||(ge(e),!u&&!_?.enabled&&(n?.(Z(e)),g&&e?.from&&e?.to&&T(!1)))},[u,_,n,Z,m,h,g,T]),ke=S.useCallback(e=>{Oe(e.getValue())},[Oe]),Ae=S.useCallback(()=>{n?.(Z(q)),T(!1)},[q,n,Z,T]),Q=S.useMemo(()=>{if(_?.enabled)return j(J,W,H,{am:E.am,pm:E.pm})},[_?.enabled,J,W,H,E]),$=S.useMemo(()=>{if(_?.enabled)return j(ve,W,H,{am:E.am,pm:E.pm})},[_?.enabled,ve,W,H,E]),je=S.useMemo(()=>{if(_?.enabled&&q?.from){let e=s(q.from,i,{locale:D}),t=me&&Q?`${e} ${Q}`:e;if(q.to){let e=s(q.to,i,{locale:D});return`${t} - ${me&&$?`${e} ${$}`:e}`}return t}return pe(q,i,o,E.selectDateRange,D)},[_?.enabled,q,i,me,Q,$,o,E,D]),Me=S.useMemo(()=>{if(!q?.from||!q?.to)return;let e=s(q.from,i,{locale:D}),t=s(q.to,i,{locale:D});return`${K&&Q?`${e} ${Q}`:e} - ${K&&$?`${t} ${$}`:t}`},[q,i,D,K,Q,$]);return(0,C.jsxs)(`div`,{className:d(`space-y-2`,M.className),children:[!!(M.label||B)&&(0,C.jsxs)(`div`,{className:`flex items-center justify-between gap-1`,children:[!!M.label&&(0,C.jsx)(v,{htmlFor:F,className:d(`leading-6`,L&&`text-destructive`),children:M.label}),!L&&!!B&&(0,C.jsx)(c,{tag:`span`,type:`secondary`,children:V})]}),(0,C.jsxs)(te,{open:w,onOpenChange:T,children:[(0,C.jsx)(b,{render:e=>{let t=ye(M.buttonVariant);return(0,C.jsxs)(f,{...e,id:F,variant:t.variant,buttonStyle:t.buttonStyle,"aria-invalid":L,"aria-describedby":ue,className:d(`w-full justify-start text-left font-normal`,be,!q&&`text-muted-foreground`,M.error&&`border-destructive focus-visible:ring-destructive`,e.className),disabled:M.disabled,children:[(0,C.jsx)(ee,{className:`mr-2 h-4 w-4 shrink-0`}),(0,C.jsx)(`span`,{className:`truncate`,children:je})]})}}),(0,C.jsxs)(ne,{className:`w-auto p-0`,align:`start`,children:[!!M.header&&(0,C.jsx)(oe,{config:M.header}),(0,C.jsxs)(`div`,{className:`flex`,children:[P.length>0&&(0,C.jsx)(`div`,{className:`flex flex-col gap-0.5 border-r p-2 min-w-[7.5rem]`,children:P.map(e=>(0,C.jsx)(f,{variant:`secondary`,buttonStyle:`ghost`,onClick:()=>ke(e),className:`justify-start font-normal text-muted-foreground hover:text-foreground`,children:e.label},e.label))}),(0,C.jsxs)(`div`,{className:`flex flex-col`,children:[(0,C.jsx)(a,{mode:`range`,selected:q,onSelect:Oe,defaultMonth:q?.from,numberOfMonths:M.numberOfMonths??2,showOutsideDays:M.showOutsideDays,disabled:x??M.disabled,locale:D,captionLayout:k,startMonth:se.startMonth,endMonth:se.endMonth,...ie}),!!(q?.from||X||u||_?.enabled||M.footer)&&(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(re,{}),(0,C.jsxs)(`div`,{className:`flex flex-col gap-3 p-3`,children:[!!q?.from&&!M.footer&&(0,C.jsxs)(`div`,{className:`flex items-center justify-between gap-4 text-sm`,children:[(0,C.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,C.jsxs)(c,{tag:`span`,type:`secondary`,children:[E.from,`:`]}),(0,C.jsxs)(c,{tag:`span`,weight:`medium`,children:[s(q.from,i,{locale:D}),K&&Q?` ${Q}`:``]})]}),!!q.to&&(0,C.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,C.jsxs)(c,{tag:`span`,type:`secondary`,children:[E.to,`:`]}),(0,C.jsxs)(c,{tag:`span`,weight:`medium`,children:[s(q.to,i,{locale:D}),K&&$?` ${$}`:``]})]})]}),!!_?.enabled&&!!q?.from&&(0,C.jsxs)(`div`,{className:`grid grid-cols-1 gap-3 sm:grid-cols-2`,children:[(0,C.jsxs)(`div`,{children:[(0,C.jsx)(v,{size:`xs`,children:E.startTime}),(0,C.jsxs)(`div`,{className:`mt-1 flex items-center gap-2`,children:[(0,C.jsx)(p,{className:`h-3 w-3 text-muted-foreground`}),(0,C.jsx)(_e,{value:J,onChange:Ee,format:H,includeSeconds:W,step:U,disabled:M.disabled,labels:{hours:E.hours,minutes:E.minutes,seconds:W?E.seconds:void 0},periodLabels:{am:E.am,pm:E.pm}})]})]}),!!q.to&&(0,C.jsxs)(`div`,{children:[(0,C.jsx)(v,{size:`xs`,children:E.endTime}),(0,C.jsxs)(`div`,{className:`mt-1 flex items-center gap-2`,children:[(0,C.jsx)(p,{className:`h-3 w-3 text-muted-foreground`}),(0,C.jsx)(_e,{value:ve,onChange:De,format:H,includeSeconds:W,step:U,disabled:M.disabled,labels:{hours:E.hours,minutes:E.minutes,seconds:W?E.seconds:void 0},periodLabels:{am:E.am,pm:E.pm}})]})]})]}),(0,C.jsx)(c,{type:`error`,content:Te,hidden:!we}),!!(u||_?.enabled)&&!M.footer&&(0,C.jsx)(f,{onClick:Ae,disabled:!q?.from||!q?.to||!!X,className:`w-full`,children:E.confirm}),!!M.footer&&(0,C.jsx)(`div`,{className:`-mx-3 -mb-3`,children:(0,C.jsx)(ae,{config:M.footer,output:Z(q),hasSelection:!!(q?.from&&q?.to),autoSummary:Me})})]})]})]})]})]})]}),!!L&&(0,C.jsx)(c,{id:le,size:`xs`,type:`error`,content:fe})]})}we.displayName=`DatePicker`;export{oe as a,P as i,be as n,ae as o,H as r,we as t};
@@ -1,110 +0,0 @@
1
- import{n as e,r as t}from"./chunk-QTnfLwEv.js";import{n}from"./react-dom-Bz4cALsF.js";import{t as r}from"./calendar-BhZpIjCo.js";import{t as i}from"./format-BG4laCmp.js";import{Cr as a,Tr as o,hr as s,mr as c,r as l,t as u}from"./example-C6-_Sy6B.js";import{t as d}from"./calendar-oKaDsUIy.js";import{D as f,a as p,c as m}from"./index-B8DVXCmf.js";import{t as h}from"./props-table-CM_1cocj.js";import{t as g}from"./label-BmKD22pm.js";import{r as _,t as v}from"./popover-T85aV4zW.js";import{t as y}from"./popover-DtnuOBgr.js";import{t as b}from"./separator-DUKleOvU.js";import{a as x,i as S,n as C,o as w,r as T,t as E}from"./date-picker-BHbZa4ML.js";import{t as D}from"./month-year-picker-2cWfwnmP.js";var O=t(n(),1),k=p();function A({value:e,defaultValue:t,onChange:n,format:s=`yyyy-MM-dd`,readableFormat:c=`PPP`,placeholder:u,label:p,hint:h,error:E,disabled:D=!1,className:A,withConfirm:j=!1,numberOfMonths:M=2,min:N,max:P,closeOnSelect:F=!0,calendarProps:I,translations:L,strings:R,locale:z,header:B,footer:V,enableYearDropdown:H,yearSelection:U}){let[W,G]=O.useState(!1),[K,q]=O.useState(e??t),J=z??m,Y=f(T,R??L),X=O.useMemo(()=>H||U?.enabled?`dropdown`:`label`,[H,U]),Z=O.useMemo(()=>S(U),[U]);O.useEffect(()=>{e!==void 0&&q(e)},[e]);let Q=O.useCallback(e=>{let t=J?{locale:J}:void 0;return{range:e,formatted:{from:e?.from?i(e.from,s,t):void 0,to:e?.to?i(e.to,s,t):void 0},readable:{from:e?.from?i(e.from,c,t):void 0,to:e?.to?i(e.to,c,t):void 0}}},[s,c,J]),ee=O.useCallback(e=>{if(e?.from&&e?.to){let t=Math.ceil((e.to.getTime()-e.from.getTime())/(1e3*60*60*24))+1;if(N&&t<N||P&&t>P)return}q(e),j||(n?.(Q(e)),F&&e?.from&&e?.to&&G(!1))},[j,n,Q,N,P,F]),te=O.useCallback(()=>{n?.(Q(K)),G(!1)},[K,n,Q]),ne=O.useMemo(()=>K?.from?K.to?`${i(K.from,c,{locale:J})} - ${i(K.to,c,{locale:J})}`:i(K.from,c,{locale:J}):u??Y.selectDateRange,[K,c,J,u,Y.selectDateRange]),$=O.useMemo(()=>{if(!K?.from||!K?.to)return null;let e=Math.ceil((K.to.getTime()-K.from.getTime())/(1e3*60*60*24))+1;return N&&e<N?Y.minimumDays(N):P&&e>P?Y.maximumDays(P):null},[K,N,P,Y]),re=O.useMemo(()=>{if(!(!K?.from||!K?.to))return`${i(K.from,c,{locale:J})} - ${i(K.to,c,{locale:J})}`},[K,c,J]);return(0,k.jsxs)(`div`,{className:o(`date-range-picker--component`,`flex flex-col gap-2`,A),children:[!!p&&(0,k.jsx)(g,{htmlFor:`date-range-picker-trigger`,className:o(E&&`text-destructive`),children:p}),(0,k.jsxs)(v,{open:W,onOpenChange:G,children:[(0,k.jsx)(_,{render:e=>(0,k.jsxs)(l,{...e,id:`date-range-picker-trigger`,variant:`secondary`,buttonStyle:`outline`,"aria-invalid":!!E,className:o(`w-full justify-start text-left font-normal`,C,!K&&`text-muted-foreground`,e.className),disabled:D,children:[(0,k.jsx)(d,{className:`mr-2 h-4 w-4 shrink-0`}),(0,k.jsx)(`span`,{className:`truncate`,children:ne})]})}),(0,k.jsxs)(y,{className:`w-auto p-0`,align:`start`,children:[!!B&&(0,k.jsx)(x,{config:B}),(0,k.jsxs)(`div`,{className:`flex flex-col`,children:[(0,k.jsx)(r,{mode:`range`,selected:K,onSelect:ee,defaultMonth:K?.from,numberOfMonths:M,disabled:D,locale:J,captionLayout:X,startMonth:Z.startMonth,endMonth:Z.endMonth,...I}),!!(K?.from||$||j||V)&&(0,k.jsxs)(k.Fragment,{children:[(0,k.jsx)(b,{}),(0,k.jsxs)(`div`,{className:`flex flex-col gap-3 p-3`,children:[!!K?.from&&!V&&(0,k.jsxs)(`div`,{className:`flex items-center justify-between gap-4`,children:[(0,k.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,k.jsxs)(a,{tag:`span`,type:`secondary`,children:[Y.from,`:`]}),(0,k.jsx)(a,{tag:`span`,weight:`medium`,children:i(K.from,c,{locale:J})})]}),!!K.to&&(0,k.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,k.jsxs)(a,{tag:`span`,type:`secondary`,children:[Y.to,`:`]}),(0,k.jsx)(a,{tag:`span`,weight:`medium`,children:i(K.to,c,{locale:J})})]})]}),!!$&&(0,k.jsx)(a,{type:`error`,children:$}),!!j&&!V&&(0,k.jsx)(l,{onClick:te,disabled:!K?.from||!K?.to||!!$,className:`w-full`,children:Y.confirm}),!!V&&(0,k.jsx)(`div`,{className:`-mx-3 -mb-3`,children:(0,k.jsx)(w,{config:V,output:Q(K),hasSelection:!!(K?.from&&K?.to),autoSummary:re})})]})]})]})]})]}),!!E&&(0,k.jsx)(a,{type:`error`,children:E}),!!h&&!E&&(0,k.jsx)(a,{type:`secondary`,children:h})]})}A.displayName=`DateRangePicker`;var j=e({ButtonStyles:()=>L,DateRangePickerLegacy:()=>z,Default:()=>M,ModeMultiple:()=>F,ModeRange:()=>P,ModeSingle:()=>N,MonthYearPickerExample:()=>R,RealisticDateFilter:()=>V,WithTimeInput:()=>B,WithYearDropdown:()=>I});function M(){let[e,t]=(0,O.useState)(void 0);return(0,k.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,k.jsx)(E,{mode:`single`,value:e,onChange:e=>t(e.date)}),(0,k.jsxs)(`div`,{className:`text-xs text-muted-foreground`,children:[`value: `,e?.toDateString()??`—`]})]})}function N(){let[e,t]=(0,O.useState)(void 0);return(0,k.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,k.jsx)(E,{mode:`single`,value:e,onChange:e=>t(e.date)}),(0,k.jsxs)(`div`,{className:`text-xs text-muted-foreground`,children:[`value: `,e?.toDateString()??`—`]})]})}function P(){let[e,t]=(0,O.useState)();return(0,k.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,k.jsx)(E,{mode:`range`,value:e,onChange:e=>t(e.range)}),(0,k.jsxs)(`div`,{className:`text-xs text-muted-foreground`,children:[e?.from?.toDateString()??`—`,` → `,e?.to?.toDateString()??`—`]})]})}function F(){let[e,t]=(0,O.useState)([]);return(0,k.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,k.jsx)(E,{mode:`multiple`,value:e,onChange:e=>t(e.dates??[])}),(0,k.jsxs)(`div`,{className:`text-xs text-muted-foreground`,children:[e.length,` selected`]})]})}function I(){return(0,k.jsx)(E,{mode:`single`,enableYearDropdown:!0})}function L(){return(0,k.jsxs)(`div`,{className:`flex flex-wrap gap-2`,children:[(0,k.jsx)(E,{mode:`single`}),(0,k.jsx)(E,{mode:`single`,disabled:!0})]})}function R(){let[e,t]=(0,O.useState)();return(0,k.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,k.jsx)(D,{value:e,onChange:e=>t({month:e.month,year:e.year})}),(0,k.jsx)(`div`,{className:`text-xs text-muted-foreground`,children:e?`${e.month+1}/${e.year}`:`—`})]})}function z(){let[e,t]=(0,O.useState)();return(0,k.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,k.jsx)(A,{value:e,onChange:e=>t(e.range)}),(0,k.jsxs)(`div`,{className:`text-xs text-muted-foreground`,children:[e?.from?.toDateString()??`—`,` → `,e?.to?.toDateString()??`—`]})]})}function B(){let[e,t]=(0,O.useState)(void 0);return(0,k.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,k.jsx)(E,{mode:`single`,value:e,onChange:e=>t(e.date),withTime:{enabled:!0,format:`24`}}),(0,k.jsxs)(`div`,{className:`text-xs text-muted-foreground`,children:[`value: `,e?.toLocaleString()??`—`]})]})}function V(){let[e,t]=(0,O.useState)();return(0,k.jsxs)(`div`,{className:`flex w-full max-w-md items-center gap-2 rounded-md border bg-card p-3`,children:[(0,k.jsx)(`span`,{className:`text-sm font-medium`,children:`Date range`}),(0,k.jsx)(E,{mode:`range`,value:e,onChange:e=>t(e.range)})]})}var H=`import { useState } from 'react';
2
- import type { DateRange } from 'react-day-picker';
3
- import { DatePicker, MonthYearPicker, DateRangePicker } from '@/components/base/date-pickers';
4
-
5
- export function Default() {
6
- const [single, setSingle] = useState<Date | undefined>(undefined);
7
- return (
8
- <div className="flex flex-col gap-2">
9
- <DatePicker mode="single" value={single} onChange={(o) => setSingle(o.date)} />
10
- <div className="text-xs text-muted-foreground">value: {single?.toDateString() ?? '—'}</div>
11
- </div>
12
- );
13
- }
14
-
15
- export function ModeSingle() {
16
- const [single, setSingle] = useState<Date | undefined>(undefined);
17
- return (
18
- <div className="flex flex-col gap-2">
19
- <DatePicker mode="single" value={single} onChange={(o) => setSingle(o.date)} />
20
- <div className="text-xs text-muted-foreground">value: {single?.toDateString() ?? '—'}</div>
21
- </div>
22
- );
23
- }
24
-
25
- export function ModeRange() {
26
- const [range, setRange] = useState<DateRange | undefined>();
27
- return (
28
- <div className="flex flex-col gap-2">
29
- <DatePicker mode="range" value={range} onChange={(o) => setRange(o.range)} />
30
- <div className="text-xs text-muted-foreground">
31
- {range?.from?.toDateString() ?? '—'} → {range?.to?.toDateString() ?? '—'}
32
- </div>
33
- </div>
34
- );
35
- }
36
-
37
- export function ModeMultiple() {
38
- const [multi, setMulti] = useState<Date[]>([]);
39
- return (
40
- <div className="flex flex-col gap-2">
41
- <DatePicker mode="multiple" value={multi} onChange={(o) => setMulti(o.dates ?? [])} />
42
- <div className="text-xs text-muted-foreground">{multi.length} selected</div>
43
- </div>
44
- );
45
- }
46
-
47
- export function WithYearDropdown() {
48
- return <DatePicker mode="single" enableYearDropdown />;
49
- }
50
-
51
- export function ButtonStyles() {
52
- return (
53
- <div className="flex flex-wrap gap-2">
54
- <DatePicker mode="single" />
55
- <DatePicker mode="single" disabled />
56
- </div>
57
- );
58
- }
59
-
60
- export function MonthYearPickerExample() {
61
- const [my, setMy] = useState<{ month: number; year: number } | undefined>();
62
- return (
63
- <div className="flex flex-col gap-2">
64
- <MonthYearPicker value={my} onChange={(o) => setMy({ month: o.month, year: o.year })} />
65
- <div className="text-xs text-muted-foreground">{my ? \`\${my.month + 1}/\${my.year}\` : '—'}</div>
66
- </div>
67
- );
68
- }
69
-
70
- export function DateRangePickerLegacy() {
71
- const [range, setRange] = useState<DateRange | undefined>();
72
- return (
73
- <div className="flex flex-col gap-2">
74
- <DateRangePicker value={range} onChange={(o) => setRange(o.range)} />
75
- <div className="text-xs text-muted-foreground">
76
- {range?.from?.toDateString() ?? '—'} → {range?.to?.toDateString() ?? '—'}
77
- </div>
78
- </div>
79
- );
80
- }
81
-
82
- export function WithTimeInput() {
83
- const [val, setVal] = useState<Date | undefined>(undefined);
84
- return (
85
- <div className="flex flex-col gap-2">
86
- <DatePicker
87
- mode="single"
88
- value={val}
89
- onChange={(o) => setVal(o.date)}
90
- withTime={{ enabled: true, format: '24' }}
91
- />
92
- <div className="text-xs text-muted-foreground">value: {val?.toLocaleString() ?? '—'}</div>
93
- </div>
94
- );
95
- }
96
-
97
- export function RealisticDateFilter() {
98
- const [range, setRange] = useState<DateRange | undefined>();
99
- return (
100
- <div className="flex w-full max-w-md items-center gap-2 rounded-md border bg-card p-3">
101
- <span className="text-sm font-medium">Date range</span>
102
- <DatePicker mode="range" value={range} onChange={(o) => setRange(o.range)} />
103
- </div>
104
- );
105
- }
106
- `;function U(e){let t={code:`code`,p:`p`,...e.components};return j||G(`Examples`,!1),L||G(`Examples.ButtonStyles`,!0),z||G(`Examples.DateRangePickerLegacy`,!0),M||G(`Examples.Default`,!0),F||G(`Examples.ModeMultiple`,!0),P||G(`Examples.ModeRange`,!0),N||G(`Examples.ModeSingle`,!0),R||G(`Examples.MonthYearPickerExample`,!0),V||G(`Examples.RealisticDateFilter`,!0),B||G(`Examples.WithTimeInput`,!0),I||G(`Examples.WithYearDropdown`,!0),(0,k.jsxs)(s,{title:`Date pickers`,description:`DatePicker (single / range / multiple) and MonthYearPicker — popover-based, locale-aware, with optional year dropdown and time input.`,layer:`base`,status:`ready`,sourcePath:`src/components/base/date-pickers`,children:[(0,k.jsx)(c,{title:`Overview`,id:`overview`,children:(0,k.jsxs)(t.p,{children:[(0,k.jsx)(t.code,{children:`DatePicker`}),` covers all three calendar modes (`,(0,k.jsx)(t.code,{children:`single`}),`, `,(0,k.jsx)(t.code,{children:`range`}),`, `,(0,k.jsx)(t.code,{children:`multiple`}),`)
107
- behind one component — pass `,(0,k.jsx)(t.code,{children:`mode`}),` and a matching `,(0,k.jsx)(t.code,{children:`value`}),` / `,(0,k.jsx)(t.code,{children:`onChange`}),` shape.
108
- `,(0,k.jsx)(t.code,{children:`MonthYearPicker`}),` is the compact month + year combo for filters and reports.
109
- Both honour `,(0,k.jsx)(t.code,{children:`useDatesConfig()`}),` for locale and date format.`]})}),(0,k.jsx)(c,{title:`Default`,id:`default`,children:(0,k.jsx)(u,{name:`Default`,source:H,children:(0,k.jsx)(M,{})})}),(0,k.jsxs)(c,{title:`Modes`,id:`modes`,children:[(0,k.jsx)(u,{name:`ModeSingle`,source:H,children:(0,k.jsx)(N,{})}),(0,k.jsx)(u,{name:`ModeRange`,source:H,children:(0,k.jsx)(P,{})}),(0,k.jsx)(u,{name:`ModeMultiple`,source:H,children:(0,k.jsx)(F,{})})]}),(0,k.jsxs)(c,{title:`Composition`,id:`composition`,children:[(0,k.jsx)(u,{name:`WithYearDropdown`,source:H,children:(0,k.jsx)(I,{})}),(0,k.jsx)(u,{name:`ButtonStyles`,source:H,children:(0,k.jsx)(L,{})})]}),(0,k.jsx)(c,{title:`With time`,id:`with-time`,children:(0,k.jsx)(u,{name:`WithTimeInput`,source:H,children:(0,k.jsx)(B,{})})}),(0,k.jsxs)(c,{title:`DateRangePicker (legacy)`,id:`date-range-picker`,children:[(0,k.jsxs)(t.p,{children:[`The `,(0,k.jsx)(t.code,{children:`DateRangePicker`}),` component predates the unified `,(0,k.jsx)(t.code,{children:`DatePicker mode="range"`}),`
110
- API and is kept exported for back-compat. New code should prefer `,(0,k.jsx)(t.code,{children:`DatePicker`}),`.`]}),(0,k.jsx)(u,{name:`DateRangePickerLegacy`,source:H,children:(0,k.jsx)(z,{})})]}),(0,k.jsx)(c,{title:`MonthYearPicker`,id:`month-year`,children:(0,k.jsx)(u,{name:`MonthYearPickerExample`,source:H,children:(0,k.jsx)(R,{})})}),(0,k.jsx)(c,{title:`Realistic usage`,id:`realistic`,children:(0,k.jsx)(u,{name:`RealisticDateFilter`,source:H,children:(0,k.jsx)(V,{})})}),(0,k.jsxs)(c,{title:`API`,id:`api`,children:[(0,k.jsx)(h,{component:`DatePicker`}),(0,k.jsx)(h,{component:`MonthYearPicker`})]})]})}function W(e={}){let{wrapper:t}=e.components||{};return t?(0,k.jsx)(t,{...e,children:(0,k.jsx)(U,{...e})}):U(e)}function G(e,t){throw Error(`Expected `+(t?`component`:`object`)+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}export{W as default};
@@ -1,106 +0,0 @@
1
- import{n as e}from"./chunk-QTnfLwEv.js";import{Cr as t,Sr as n,Tr as r,gr as i,hr as a,mr as o,t as s}from"./example-C6-_Sy6B.js";import{t as c}from"./calendar-oKaDsUIy.js";import{t as l}from"./chart-column-6Tn3WAT9.js";import{t as u}from"./folder-open-zMXBpVNs.js";import{a as d}from"./index-B8DVXCmf.js";import{t as f}from"./props-table-CM_1cocj.js";import{t as p}from"./smart-card-7szg_qSt.js";import{t as m}from"./separator-DUKleOvU.js";import{t as h}from"./inline-stat-D0sE-A4C.js";import{c as g,l as _,n as v,o as y,r as b,t as x,u as S}from"./item-CMRbW6s-.js";var C=d();function w({value:e,max:n=5,label:i}){return(0,C.jsxs)(`div`,{className:r(`helpers--component`,`flex items-center gap-1`),children:[Array.from({length:n},(t,n)=>(0,C.jsx)(`div`,{className:r(`h-1.5 w-3 rounded-full`,n<e?`bg-foreground/60`:`bg-muted`)},n)),!!i&&(0,C.jsx)(t,{size:`xs`,type:`secondary`,className:`ml-1`,children:i})]})}function T({label:e,value:n,badge:r,badgeVariant:a}){return(0,C.jsxs)(`div`,{className:`flex items-center justify-between gap-2`,children:[(0,C.jsx)(t,{size:`xs`,className:`shrink-0 text-muted-foreground`,children:e}),!!r&&(0,C.jsx)(i,{variant:a??`secondary`,children:r}),!!n&&!r&&(0,C.jsx)(t,{weight:`semibold`,className:`text-right tabular-nums`,children:n})]})}function E({title:e,description:n,statusBadges:r,rows:a,secondaryRows:o,scale:s,footerBadges:c,footerText:l,actions:u,className:d}){return(0,C.jsx)(p,{title:e,description:n,actions:u,className:d,children:(0,C.jsxs)(`div`,{className:`space-y-3`,children:[(0,C.jsx)(`div`,{className:`flex flex-wrap items-center gap-1.5`,children:r.map(e=>(0,C.jsx)(i,{variant:e.variant,children:e.label},e.label))}),(0,C.jsx)(`div`,{className:`space-y-2`,children:a.map(e=>(0,C.jsx)(T,{...e},e.label))}),!!s&&(0,C.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,C.jsx)(t,{size:`xs`,className:`text-muted-foreground`,children:s.label}),(0,C.jsx)(w,{value:s.value,max:s.max,label:`${String(s.value)}/${String(s.max??5)}`})]}),!!o&&o.length>0&&(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(m,{}),(0,C.jsx)(`div`,{className:`space-y-2`,children:o.map(e=>(0,C.jsx)(T,{...e},e.label))})]}),(!!c||!!l)&&(0,C.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2 border-t pt-2`,children:[!!c&&c.map(e=>(0,C.jsx)(i,{variant:e.variant,className:`text-xxs`,children:e.label},e.label)),!!l&&(0,C.jsx)(t,{size:`xs`,className:`text-muted-foreground`,children:l})]})]})})}E.displayName=`DenseInfoDashboard`;function D({title:e,description:a,stats:o,items:s,totalLabel:c,totalValue:l,footerBadges:u,footerText:d,actions:f,className:_}){return(0,C.jsx)(p,{title:e,description:a,actions:f,className:_,children:(0,C.jsxs)(`div`,{className:`space-y-3`,children:[(0,C.jsx)(`div`,{className:`grid grid-cols-2 gap-2 sm:grid-cols-3`,children:o.map(e=>(0,C.jsxs)(`div`,{className:`rounded-lg border border-border/50 bg-muted/30 px-3 py-2.5 text-center`,children:[(0,C.jsx)(n,{tag:`h4`,className:`border-none pb-0 text-base font-semibold tabular-nums`,children:e.value}),(0,C.jsx)(t,{size:`xxs`,type:`secondary`,weight:`medium`,className:`mt-0.5`,children:e.label}),!!e.trendBadge&&(0,C.jsx)(`div`,{className:`mt-1 flex justify-center`,children:(0,C.jsx)(i,{variant:e.trendVariant??`secondary`,children:e.trendBadge})})]},e.label))}),(0,C.jsx)(m,{}),(0,C.jsx)(y,{children:s.map(e=>(0,C.jsxs)(x,{size:`xs`,className:`px-0`,children:[(0,C.jsx)(g,{children:(0,C.jsx)(`span`,{className:r(`h-2 w-2 shrink-0 rounded-full`,e.dotColor)})}),(0,C.jsx)(b,{children:(0,C.jsxs)(S,{bold:!1,className:`gap-2`,children:[e.label,!!e.badge&&(0,C.jsx)(i,{variant:e.badgeVariant??`secondary`,children:e.badge})]})}),(0,C.jsx)(v,{children:(0,C.jsx)(t,{size:`xs`,weight:`semibold`,className:`tabular-nums`,children:e.value})})]},e.label))}),!!l&&(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(m,{}),(0,C.jsx)(h,{label:c??`Total`,value:l,mono:!0,labelClassName:`text-sm font-bold`,valueClassName:`text-sm font-bold`})]}),(!!u||!!d)&&(0,C.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2 border-t pt-2`,children:[!!u&&u.map(e=>(0,C.jsx)(i,{variant:e.variant,className:`text-xxs`,children:e.label},e.label)),!!d&&(0,C.jsx)(t,{size:`xs`,className:`text-muted-foreground`,children:d})]})]})})}D.displayName=`DenseInfoClassification`;function O({title:e,description:n,headerBadges:r,lineItems:a,totalLabel:o=`Total`,totalAmount:s,footerBadges:c,footerText:l,actions:u,className:d}){return(0,C.jsx)(p,{title:e,description:n,actions:u,className:d,children:(0,C.jsxs)(`div`,{className:`space-y-3`,children:[(0,C.jsx)(`div`,{className:`flex flex-wrap items-center gap-1.5`,children:r.map(e=>(0,C.jsx)(i,{variant:e.variant,children:e.label},e.label))}),(0,C.jsx)(y,{children:a.map((e,n)=>(0,C.jsxs)(`div`,{children:[n>0&&(0,C.jsx)(_,{className:`my-0`}),(0,C.jsxs)(x,{size:`xs`,className:`px-0`,children:[(0,C.jsx)(b,{children:(0,C.jsxs)(S,{className:`gap-2`,children:[e.label,!!e.badge&&(0,C.jsx)(i,{variant:e.badgeVariant??`secondary`,children:e.badge})]})}),(0,C.jsx)(v,{children:(0,C.jsx)(t,{size:`xs`,weight:`semibold`,className:`tabular-nums`,children:e.amount})})]})]},e.label))}),!!s&&(0,C.jsx)(h,{className:`rounded-lg bg-muted/50 px-3 py-2.5`,label:o,value:s,mono:!0,labelClassName:`text-sm font-semibold`,valueClassName:`text-sm font-semibold`}),(!!c||!!l)&&(0,C.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2 border-t pt-2`,children:[!!c&&c.map(e=>(0,C.jsx)(i,{variant:e.variant,className:`text-xxs`,children:e.label},e.label)),!!l&&(0,C.jsx)(t,{size:`xs`,className:`text-muted-foreground`,children:l})]})]})})}O.displayName=`DenseInfoFinancial`;function k({title:e,description:r,statusLabel:a,statusVariant:o,metaPairs:s,date:d,priority:f,completedTasks:h,totalTasks:g,actions:_,className:v}){let y=g>0?Math.round(h/g*100):0,b=2*Math.PI*7,x=b-y/100*b;return(0,C.jsx)(p,{padding:`sm`,actions:_,className:v,children:(0,C.jsxs)(`div`,{className:`space-y-3`,children:[(0,C.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,C.jsx)(u,{className:`h-4 w-4 text-muted-foreground`}),(0,C.jsx)(i,{variant:o,dot:!0,children:a})]}),(0,C.jsx)(n,{tag:`h5`,className:`font-bold border-none pb-0`,children:e}),!!r&&(0,C.jsx)(t,{type:`secondary`,className:`line-clamp-2`,children:r}),!!s&&s.length>0&&(0,C.jsx)(`div`,{className:`flex flex-wrap items-center gap-1.5`,children:s.map((e,n)=>(0,C.jsxs)(`span`,{className:`flex items-center gap-1`,children:[n>0&&(0,C.jsx)(t,{tag:`span`,type:`discrete`,className:`mx-0.5`,children:`•`}),!!e.icon&&(0,C.jsx)(`span`,{className:`text-muted-foreground`,children:e.icon}),(0,C.jsx)(t,{size:`xs`,type:`secondary`,children:e.label})]},e.label))}),(!!d||!!f)&&(0,C.jsxs)(`div`,{className:`flex items-center justify-between`,children:[!!d&&(0,C.jsxs)(`div`,{className:`flex items-center gap-1.5`,children:[(0,C.jsx)(c,{className:`h-3 w-3 text-muted-foreground`}),(0,C.jsx)(t,{size:`xs`,type:`secondary`,children:d})]}),!!f&&(0,C.jsxs)(`div`,{className:`flex items-center gap-1.5`,children:[(0,C.jsx)(l,{className:`h-3 w-3 text-muted-foreground`}),(0,C.jsx)(t,{size:`xs`,type:`secondary`,children:f})]})]}),(0,C.jsx)(m,{}),(0,C.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,C.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,C.jsxs)(`svg`,{width:`20`,height:`20`,viewBox:`0 0 20 20`,className:`shrink-0`,children:[(0,C.jsx)(`circle`,{cx:`10`,cy:`10`,r:`7`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,className:`text-muted/50`}),(0,C.jsx)(`circle`,{cx:`10`,cy:`10`,r:`7`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeDasharray:b,strokeDashoffset:x,strokeLinecap:`round`,className:`text-primary`,transform:`rotate(-90 10 10)`})]}),(0,C.jsxs)(t,{size:`xs`,weight:`medium`,children:[h,`/`,g,` Tasks`]})]}),(0,C.jsx)(`div`,{className:`h-6 w-6 rounded-full bg-muted`})]})]})})}k.displayName=`DenseInfoProjectCard`;function A({title:e,description:t,statusBadges:a,score:o,scoreLevel:s,scoreFilled:c,scoreTotal:l=10,rows:u,footerBadges:d,actions:f,className:g}){let _=s===`good`?`bg-success`:s===`medium`?`bg-warning`:`bg-destructive`;return(0,C.jsx)(p,{title:e,description:t,actions:f,className:g,children:(0,C.jsxs)(`div`,{className:`space-y-3`,children:[(0,C.jsx)(`div`,{className:`flex flex-wrap items-center gap-1.5`,children:a.map(e=>(0,C.jsx)(i,{variant:e.variant,children:e.label},e.label))}),(0,C.jsx)(`div`,{className:`flex items-center justify-center py-2`,children:(0,C.jsx)(n,{tag:`h2`,className:`text-4xl font-bold tabular-nums border-none pb-0`,children:String(o)})}),(0,C.jsx)(`div`,{className:`flex items-center justify-center gap-1`,children:Array.from({length:l},(e,t)=>(0,C.jsx)(`div`,{className:r(`h-5 w-2 rounded-sm`,t<c?_:`bg-muted`)},t))}),(0,C.jsx)(m,{}),(0,C.jsx)(`div`,{className:`space-y-2`,children:u.map(e=>(0,C.jsx)(h,{label:e.label,value:e.value,mono:!0,labelClassName:`text-xs text-muted-foreground`,valueClassName:`text-sm font-semibold text-right`},e.label))}),!!d&&d.length>0&&(0,C.jsx)(`div`,{className:`flex flex-wrap items-center gap-2 border-t pt-2`,children:d.map(e=>(0,C.jsx)(i,{variant:e.variant,className:`text-xxs`,children:e.label},e.label))})]})})}A.displayName=`DenseInfoScoreCard`;var j=e({Classification:()=>P,Dashboard:()=>M,Financial:()=>F,ProjectCards:()=>I,ScoreCard:()=>N});function M(){return(0,C.jsx)(C.Fragment,{children:(0,C.jsx)(E,{title:`Order Summary`,statusBadges:[{label:`Confirmed`,variant:`success`},{label:`Priority: High`,variant:`warning`}],rows:[{label:`Customer`,value:`Sarah Smitha`},{label:`Order Total`,value:`2,450 USD`},{label:`Items`,value:`3 vouchers`}],scale:{label:`Complexity`,value:3,max:5},footerText:`Order #ORD-2026-0412`})})}function N(){return(0,C.jsx)(C.Fragment,{children:(0,C.jsx)(A,{title:`Business Score`,statusBadges:[{label:`Excellent`,variant:`success`}],score:714,scoreLevel:`good`,scoreFilled:7,scoreTotal:10,rows:[{label:`Payment History`,value:`Excellent`},{label:`Credit Utilization`,value:`32%`},{label:`Account Age`,value:`8 years`}],footerBadges:[{label:`Next review: Jun 2026`,variant:`info`}]})})}function P(){return(0,C.jsx)(C.Fragment,{children:(0,C.jsx)(D,{title:`Product Categories`,description:`Distribution by type`,stats:[{label:`Total`,value:`354`,trendBadge:`+12%`,trendVariant:`success`},{label:`Active`,value:`298`},{label:`Avg. Price`,value:`142 USD`}],items:[{label:`Wellness & Spa`,value:`124`,dotColor:`bg-chart-1`,badge:`Top`,badgeVariant:`success`},{label:`Food & Drink`,value:`89`,dotColor:`bg-chart-4`},{label:`Adventure`,value:`67`,dotColor:`bg-chart-2`}],totalLabel:`All Categories`,totalValue:`354`})})}function F(){return(0,C.jsx)(C.Fragment,{children:(0,C.jsx)(O,{title:`Q1 Financial Summary`,headerBadges:[{label:`On Track`,variant:`success`},{label:`Q1 2026`,variant:`secondary`}],lineItems:[{label:`Product Sales`,amount:`89,400 USD`,badge:`Primary`,badgeVariant:`success`},{label:`Gift Card Revenue`,amount:`22,100 USD`},{label:`Service Fees`,amount:`8,500 USD`}],totalLabel:`Total Revenue`,totalAmount:`124,500 USD`})})}function I(){return(0,C.jsx)(C.Fragment,{children:(0,C.jsxs)(`div`,{className:`grid gap-4 md:grid-cols-3`,children:[(0,C.jsx)(k,{title:`Website Redesign`,description:`Complete overhaul of the marketing site.`,statusLabel:`In Progress`,statusVariant:`warning`,date:`Mar 15 — Jun 15`,priority:`High`,completedTasks:12,totalTasks:20}),(0,C.jsx)(k,{title:`Mobile App v2.0`,description:`Native iOS and Android app.`,statusLabel:`On Track`,statusVariant:`success`,date:`Jan 10 — Jul 10`,priority:`Critical`,completedTasks:34,totalTasks:48}),(0,C.jsx)(k,{title:`API Documentation`,description:`OpenAPI spec and dev portal.`,statusLabel:`Planning`,statusVariant:`info`,date:`Apr 1 — Apr 14`,priority:`Medium`,completedTasks:0,totalTasks:8})]})})}var L=`import {
2
- DenseInfoDashboard,
3
- DenseInfoClassification,
4
- DenseInfoFinancial,
5
- DenseInfoProjectCard,
6
- DenseInfoScoreCard,
7
- } from '@/components/composed/data-display/dense-info-card';
8
-
9
- export function Dashboard() {
10
- return (
11
- <>
12
- <DenseInfoDashboard
13
- title="Order Summary"
14
- statusBadges={[
15
- { label: 'Confirmed', variant: 'success' },
16
- { label: 'Priority: High', variant: 'warning' },
17
- ]}
18
- rows={[
19
- { label: 'Customer', value: 'Sarah Smitha' },
20
- { label: 'Order Total', value: '2,450 USD' },
21
- { label: 'Items', value: '3 vouchers' },
22
- ]}
23
- scale={{ label: 'Complexity', value: 3, max: 5 }}
24
- footerText="Order #ORD-2026-0412"
25
- />
26
- </>
27
- );
28
- }
29
-
30
- export function ScoreCard() {
31
- return (
32
- <>
33
- <DenseInfoScoreCard
34
- title="Business Score"
35
- statusBadges={[{ label: 'Excellent', variant: 'success' }]}
36
- score={714}
37
- scoreLevel="good"
38
- scoreFilled={7}
39
- scoreTotal={10}
40
- rows={[
41
- { label: 'Payment History', value: 'Excellent' },
42
- { label: 'Credit Utilization', value: '32%' },
43
- { label: 'Account Age', value: '8 years' },
44
- ]}
45
- footerBadges={[{ label: 'Next review: Jun 2026', variant: 'info' }]}
46
- />
47
- </>
48
- );
49
- }
50
-
51
- export function Classification() {
52
- return (
53
- <>
54
- <DenseInfoClassification
55
- title="Product Categories"
56
- description="Distribution by type"
57
- stats={[
58
- { label: 'Total', value: '354', trendBadge: '+12%', trendVariant: 'success' },
59
- { label: 'Active', value: '298' },
60
- { label: 'Avg. Price', value: '142 USD' },
61
- ]}
62
- items={[
63
- { label: 'Wellness & Spa', value: '124', dotColor: 'bg-chart-1', badge: 'Top', badgeVariant: 'success' },
64
- { label: 'Food & Drink', value: '89', dotColor: 'bg-chart-4' },
65
- { label: 'Adventure', value: '67', dotColor: 'bg-chart-2' },
66
- ]}
67
- totalLabel="All Categories"
68
- totalValue="354"
69
- />
70
- </>
71
- );
72
- }
73
-
74
- export function Financial() {
75
- return (
76
- <>
77
- <DenseInfoFinancial
78
- title="Q1 Financial Summary"
79
- headerBadges={[
80
- { label: 'On Track', variant: 'success' },
81
- { label: 'Q1 2026', variant: 'secondary' },
82
- ]}
83
- lineItems={[
84
- { label: 'Product Sales', amount: '89,400 USD', badge: 'Primary', badgeVariant: 'success' },
85
- { label: 'Gift Card Revenue', amount: '22,100 USD' },
86
- { label: 'Service Fees', amount: '8,500 USD' },
87
- ]}
88
- totalLabel="Total Revenue"
89
- totalAmount="124,500 USD"
90
- />
91
- </>
92
- );
93
- }
94
-
95
- export function ProjectCards() {
96
- return (
97
- <>
98
- <div className="grid gap-4 md:grid-cols-3">
99
- <DenseInfoProjectCard title="Website Redesign" description="Complete overhaul of the marketing site." statusLabel="In Progress" statusVariant="warning" date="Mar 15 — Jun 15" priority="High" completedTasks={12} totalTasks={20} />
100
- <DenseInfoProjectCard title="Mobile App v2.0" description="Native iOS and Android app." statusLabel="On Track" statusVariant="success" date="Jan 10 — Jul 10" priority="Critical" completedTasks={34} totalTasks={48} />
101
- <DenseInfoProjectCard title="API Documentation" description="OpenAPI spec and dev portal." statusLabel="Planning" statusVariant="info" date="Apr 1 — Apr 14" priority="Medium" completedTasks={0} totalTasks={8} />
102
- </div>
103
- </>
104
- );
105
- }
106
- `;function R(e){let t={h4:`h4`,...e.components};return j||B(`Examples`,!1),P||B(`Examples.Classification`,!0),M||B(`Examples.Dashboard`,!0),F||B(`Examples.Financial`,!0),I||B(`Examples.ProjectCards`,!0),N||B(`Examples.ScoreCard`,!0),(0,C.jsxs)(a,{title:`Composed · Dense info cards`,description:`Five layout variants — dashboard, classification, financial, project, score.`,layer:`composed`,status:`ready`,children:[(0,C.jsxs)(o,{title:`Examples`,id:`examples`,children:[(0,C.jsx)(s,{name:`Dashboard`,source:L,children:(0,C.jsx)(M,{})}),(0,C.jsx)(s,{name:`ScoreCard`,source:L,children:(0,C.jsx)(N,{})}),(0,C.jsx)(s,{name:`Classification`,source:L,children:(0,C.jsx)(P,{})}),(0,C.jsx)(s,{name:`Financial`,source:L,children:(0,C.jsx)(F,{})}),(0,C.jsx)(s,{name:`ProjectCards`,source:L,children:(0,C.jsx)(I,{})})]}),(0,C.jsxs)(o,{title:`API`,id:`api`,children:[(0,C.jsx)(t.h4,{children:`DenseInfoDashboard`}),(0,C.jsx)(f,{component:`DenseInfoDashboard`}),(0,C.jsx)(t.h4,{children:`DenseInfoClassification`}),(0,C.jsx)(f,{component:`DenseInfoClassification`}),(0,C.jsx)(t.h4,{children:`DenseInfoFinancial`}),(0,C.jsx)(f,{component:`DenseInfoFinancial`}),(0,C.jsx)(t.h4,{children:`DenseInfoProjectCard`}),(0,C.jsx)(f,{component:`DenseInfoProjectCard`}),(0,C.jsx)(t.h4,{children:`DenseInfoScoreCard`}),(0,C.jsx)(f,{component:`DenseInfoScoreCard`})]})]})}function z(e={}){let{wrapper:t}=e.components||{};return t?(0,C.jsx)(t,{...e,children:(0,C.jsx)(R,{...e})}):R(e)}function B(e,t){throw Error(`Expected `+(t?`component`:`object`)+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}export{z as default};
@@ -1 +0,0 @@
1
- import"./chunk-QTnfLwEv.js";import{n as e}from"./react-dom-Bz4cALsF.js";import{Tr as t,Un as n,l as r}from"./example-C6-_Sy6B.js";import{t as i}from"./x-CE8oevyh.js";import{a}from"./index-B8DVXCmf.js";import{a as o,c as s,i as c,n as l,o as u,r as d,s as f,t as p}from"./DialogTrigger-DWvMs7dp.js";e();var m=a();function h({...e}){return(0,m.jsx)(d,{"data-slot":`dialog`,modal:`trap-focus`,...e})}function g({asChild:e=!1,...t}){let n=e?(0,m.jsx)(r,{}):void 0;return(0,m.jsx)(p,{"data-slot":`dialog-trigger`,render:n,...t})}function _({...e}){return(0,m.jsx)(c,{"data-slot":`dialog-portal`,...e})}function v({className:e,...n}){return(0,m.jsx)(s,{"data-slot":`dialog-overlay`,className:t(`data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 bg-black/10 duration-100 supports-backdrop-filter:backdrop-blur-xs fixed inset-0 isolate z-50`,e),...n})}function y({className:e,children:r,showCloseButton:a=!0,...s}){return(0,m.jsxs)(_,{children:[(0,m.jsx)(v,{}),(0,m.jsxs)(o,{"data-slot":`dialog-content`,className:t(`bg-background data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-open:zoom-in-95 ring-foreground/10 grid max-w-[calc(100%-2rem)] gap-6 rounded-xl p-6 text-sm ring-1 duration-100 sm:max-w-md fixed top-1/2 left-1/2 z-50 w-full -translate-x-1/2 -translate-y-1/2 outline-none`,e),...s,children:[r,!!a&&(0,m.jsxs)(f,{"data-slot":`dialog-close`,render:(0,m.jsx)(n,{variant:`ghost`,className:`absolute top-4 right-4`,size:`icon-sm`}),children:[(0,m.jsx)(i,{}),(0,m.jsx)(`span`,{className:`sr-only`,children:`Close`})]})]})]})}function b({className:e,...n}){return(0,m.jsx)(`div`,{"data-slot":`dialog-header`,className:t(`gap-2 flex flex-col`,e),...n})}function x({className:e,showCloseButton:r=!1,children:i,...a}){return(0,m.jsxs)(`div`,{"data-slot":`dialog-footer`,className:t(`gap-2 flex flex-col-reverse gap-2 sm:flex-row sm:justify-end`,e),...a,children:[i,!!r&&(0,m.jsx)(f,{render:(0,m.jsx)(n,{variant:`outline`}),children:`Close`})]})}function S({className:e,asChild:n=!1,...i}){let a=n?(0,m.jsx)(r,{}):void 0;return(0,m.jsx)(l,{"data-slot":`dialog-title`,render:a,className:t(`leading-none font-medium`,e),...i})}function C({className:e,asChild:n=!1,...i}){let a=n?(0,m.jsx)(r,{}):void 0;return(0,m.jsx)(u,{"data-slot":`dialog-description`,render:a,className:t(`text-muted-foreground *:[a]:hover:text-foreground text-sm *:[a]:underline *:[a]:underline-offset-3`,e),...i})}export{b as a,x as i,y as n,S as o,C as r,g as s,h as t};