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,79 +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,r as s,t as c}from"./example-C6-_Sy6B.js";import{t as l}from"./gift-CKFIh1Wh.js";import{D as u,a as d,r as f}from"./index-B8DVXCmf.js";import{t as p}from"./props-table-CM_1cocj.js";import{t as m}from"./smart-card-7szg_qSt.js";import{t as h}from"./separator-DUKleOvU.js";import{t as g}from"./inline-stat-D0sE-A4C.js";import{t as _}from"./date-block-Bl1kXJrM.js";import{c as v,i as y,n as b,o as x,r as S,t as C,u as w}from"./item-CMRbW6s-.js";var T=f(`trophy`,[[`path`,{d:`M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978`,key:`1n3hpd`}],[`path`,{d:`M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978`,key:`rfe1zi`}],[`path`,{d:`M18 9h1.5a1 1 0 0 0 0-5H18`,key:`7xy6bh`}],[`path`,{d:`M4 22h16`,key:`57wxv0`}],[`path`,{d:`M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z`,key:`1mhfuq`}],[`path`,{d:`M6 9H4.5a1 1 0 0 1 0-5H6`,key:`tex48p`}]]),E=d();function D(e){if(e.date!=null)return e.date;if(e.day&&e.month){let t=new Date().getFullYear(),n=new Date(`${e.month} ${e.day}, ${t}`);if(!Number.isNaN(n.getTime()))return n}return null}function O({bookings:e,className:n,locale:i,dateTone:a=`primary`,timePlacement:o=`below`}){return(0,E.jsx)(x,{className:r(`upcoming-booking--component w-full gap-2`,n),children:e.map((e,n)=>{let r=D(e);return(0,E.jsxs)(C,{className:`items-center px-0 py-1.5`,children:[!!r&&(0,E.jsx)(v,{children:(0,E.jsx)(_,{date:r,time:o===`below`?e.time:void 0,tone:a,locale:i,timePlacement:`below`,layout:`stacked`})}),(0,E.jsxs)(S,{children:[(0,E.jsx)(w,{children:e.service}),(0,E.jsx)(y,{clamp:1,children:e.customer})]}),(0,E.jsxs)(b,{children:[o===`inline-trailing`&&(0,E.jsx)(t,{size:`xs`,type:`secondary`,className:`shrink-0 tabular-nums`,children:e.time}),(0,E.jsx)(t,{weight:`semibold`,className:`shrink-0 tabular-nums`,children:e.amount})]})]},e.id??`${e.service}-${e.time}-${n}`)})})}O.displayName=`UpcomingBookingRow`;var k={balanceLabel:`Loyalty Balance`,pointsAvailable:`points available`,redeem:`Redeem Points`};function A({balance:e,tier:a=`Gold Tier`,tierVariant:o,history:c=[],redeemLabel:d,onRedeem:f,className:p,strings:_}){let v=u(k,{...d===void 0?{}:{redeem:d},..._});return(0,E.jsxs)(m,{className:r(`loyalty-points--component w-full`,p),children:[(0,E.jsx)(g,{label:v.balanceLabel,value:(0,E.jsxs)(i,{variant:`warning`,children:[(0,E.jsx)(T,{className:`mr-1 inline size-3`}),a]}),labelClassName:`text-xs font-medium uppercase tracking-wider text-muted-foreground`}),(0,E.jsx)(n,{tag:`h3`,className:`text-4xl tabular-nums tracking-tight`,children:typeof e==`number`?e.toLocaleString():e}),(0,E.jsx)(t,{size:`xs`,type:`secondary`,children:v.pointsAvailable}),(0,E.jsx)(h,{className:`my-4`}),(0,E.jsx)(x,{children:c.map(e=>(0,E.jsxs)(C,{size:`xs`,className:`px-0`,children:[(0,E.jsxs)(S,{children:[(0,E.jsx)(w,{bold:!1,children:e.label}),(0,E.jsx)(y,{clamp:1,children:e.date})]}),(0,E.jsx)(b,{children:(0,E.jsx)(t,{weight:`semibold`,className:r(`tabular-nums`,e.positive?`text-success`:`text-destructive`),children:e.points})})]},e.date+e.label))}),(0,E.jsxs)(s,{variant:`dark`,className:`mt-5 w-full rounded-full`,onClick:f,children:[(0,E.jsx)(l,{className:`mr-1.5 size-3.5`}),v.redeem]})]})}A.displayName=`LoyaltyPointsCard`;var j={title:`Applied Discounts`,totalSavings:`Total Savings`};function M({discounts:e,totalSavings:a,className:o,strings:s}){let c=u(j,s);return(0,E.jsxs)(m,{title:c.title,className:r(`discount-stack--component w-full`,o),children:[(0,E.jsx)(x,{className:`mt-4`,children:e.map(e=>(0,E.jsxs)(C,{size:`xs`,className:`px-0`,children:[(0,E.jsx)(v,{children:(0,E.jsx)(i,{variant:e.badge,className:`w-16 justify-center text-xxs`,children:e.type})}),(0,E.jsx)(S,{children:(0,E.jsx)(w,{bold:!1,children:e.label})}),(0,E.jsx)(b,{children:(0,E.jsx)(t,{weight:`semibold`,className:`tabular-nums text-success`,children:e.amount})})]},e.type))}),(0,E.jsx)(h,{className:`my-4`}),(0,E.jsx)(g,{label:c.totalSavings,value:(0,E.jsx)(n,{tag:`h4`,className:`text-xl tabular-nums tracking-tight text-success border-none pb-0`,children:a}),labelClassName:`text-sm font-semibold`})]})}M.displayName=`DiscountStackPreview`;function N({trackingNumber:e,carrier:n,status:a,steps:o,details:s=[],className:c}){return(0,E.jsxs)(m,{className:r(`shipment-tracking--component w-full`,c),children:[(0,E.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,E.jsx)(t,{size:`xs`,weight:`medium`,className:`font-mono text-muted-foreground tracking-wide`,children:e}),!!n&&(0,E.jsx)(i,{variant:`info`,children:n})]}),(0,E.jsxs)(`div`,{className:`mt-4 flex items-center gap-1.5`,children:[(0,E.jsx)(`span`,{className:`h-2 w-2 rounded-full bg-success`}),(0,E.jsx)(t,{weight:`semibold`,children:a})]}),(0,E.jsx)(`div`,{className:`mt-5 flex items-center justify-between`,children:o.map((e,n)=>(0,E.jsxs)(`div`,{className:`flex flex-1 flex-col items-center gap-2`,children:[(0,E.jsxs)(`div`,{className:`flex w-full items-center`,children:[(0,E.jsx)(`div`,{className:r(`size-3 shrink-0 rounded-full`,e.done?`bg-success`:`bg-muted`)}),n<o.length-1&&(0,E.jsx)(`div`,{className:r(`h-0.5 flex-1`,e.done?`bg-success`:`bg-muted`)})]}),(0,E.jsx)(t,{size:`xs`,type:`secondary`,className:`text-center leading-tight`,children:e.label})]},e.label))}),s.length>0&&(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(h,{className:`my-4`}),(0,E.jsx)(`div`,{className:`space-y-2`,children:s.map(e=>(0,E.jsx)(g,{label:e.label,value:e.value,labelClassName:`text-xs`,valueClassName:`text-sm font-medium truncate max-w-[180px]`},e.label))})]})]})}N.displayName=`ShipmentTrackingCard`;var P=e({DiscountStack:()=>L,LoyaltyPoints:()=>I,ShipmentTracking:()=>R,UpcomingBookings:()=>F});function F(){return(0,E.jsx)(`div`,{className:`w-full max-w-xl`,children:(0,E.jsx)(m,{children:(0,E.jsx)(O,{timePlacement:`inline-trailing`,bookings:[{id:`1`,date:new Date(2026,2,28),service:`Wine Tasting Tour`,customer:`Daniel Smith`,time:`14:00`,amount:`370 USD`},{id:`2`,date:new Date(2026,3,3),service:`Luxury Spa Day`,customer:`Emma Garcia`,time:`10:00`,amount:`320 USD`},{id:`3`,date:new Date(2026,3,7),service:`Hot Air Balloon`,customer:`David Williams`,time:`06:30`,amount:`580 USD`}]})})})}function I(){return(0,E.jsx)(`div`,{className:`w-full max-w-md`,children:(0,E.jsx)(A,{balance:`4,830`,tier:`Gold Tier`,history:[{label:`Spa booking`,points:`+250`,date:`Mar 24`,positive:!0},{label:`Redeemed coupon`,points:`-500`,date:`Mar 18`,positive:!1},{label:`Wine tasting order`,points:`+180`,date:`Mar 12`,positive:!0}],onRedeem:()=>{}})})}function L(){return(0,E.jsx)(`div`,{className:`w-full max-w-lg`,children:(0,E.jsx)(M,{discounts:[{type:`Coupon`,label:`SPRING2026 — 25% off`,amount:`-88.40 USD`,badge:`info`},{type:`Loyalty`,label:`Gold tier — 5% extra`,amount:`-17.68 USD`,badge:`warning`},{type:`Promo`,label:`Free shipping over 500 USD`,amount:`-12.00 USD`,badge:`success`}],totalSavings:`-118.08 USD`})})}function R(){return(0,E.jsx)(`div`,{className:`w-full max-w-xl`,children:(0,E.jsx)(N,{trackingNumber:`TRK-9847261035`,carrier:`Speedy`,status:`In Transit`,steps:[{label:`Picked up`,done:!0},{label:`In transit`,done:!0},{label:`Out for delivery`,done:!1},{label:`Delivered`,done:!1}],details:[{label:`Est. Delivery`,value:`Mar 29, 2026`},{label:`Recipient`,value:`Daniel Smith`}]})})}var z=`import {
2
- DiscountStackPreview,
3
- LoyaltyPointsCard,
4
- ShipmentTrackingCard,
5
- UpcomingBookingRow,
6
- } from '@/components/composed/commerce';
7
- import { SmartCard } from '@/components/base/cards';
8
-
9
- export function UpcomingBookings() {
10
- return (
11
- <div className="w-full max-w-xl">
12
- <SmartCard>
13
- <UpcomingBookingRow
14
- timePlacement="inline-trailing"
15
- bookings={[
16
- { id: '1', date: new Date(2026, 2, 28), service: 'Wine Tasting Tour', customer: 'Daniel Smith', time: '14:00', amount: '370 USD' },
17
- { id: '2', date: new Date(2026, 3, 3), service: 'Luxury Spa Day', customer: 'Emma Garcia', time: '10:00', amount: '320 USD' },
18
- { id: '3', date: new Date(2026, 3, 7), service: 'Hot Air Balloon', customer: 'David Williams', time: '06:30', amount: '580 USD' },
19
- ]}
20
- />
21
- </SmartCard>
22
- </div>
23
- );
24
- }
25
-
26
- export function LoyaltyPoints() {
27
- return (
28
- <div className="w-full max-w-md">
29
- <LoyaltyPointsCard
30
- balance="4,830"
31
- tier="Gold Tier"
32
- history={[
33
- { label: 'Spa booking', points: '+250', date: 'Mar 24', positive: true },
34
- { label: 'Redeemed coupon', points: '-500', date: 'Mar 18', positive: false },
35
- { label: 'Wine tasting order', points: '+180', date: 'Mar 12', positive: true },
36
- ]}
37
- onRedeem={() => {}}
38
- />
39
- </div>
40
- );
41
- }
42
-
43
- export function DiscountStack() {
44
- return (
45
- <div className="w-full max-w-lg">
46
- <DiscountStackPreview
47
- discounts={[
48
- { type: 'Coupon', label: 'SPRING2026 — 25% off', amount: '-88.40 USD', badge: 'info' },
49
- { type: 'Loyalty', label: 'Gold tier — 5% extra', amount: '-17.68 USD', badge: 'warning' },
50
- { type: 'Promo', label: 'Free shipping over 500 USD', amount: '-12.00 USD', badge: 'success' },
51
- ]}
52
- totalSavings="-118.08 USD"
53
- />
54
- </div>
55
- );
56
- }
57
-
58
- export function ShipmentTracking() {
59
- return (
60
- <div className="w-full max-w-xl">
61
- <ShipmentTrackingCard
62
- trackingNumber="TRK-9847261035"
63
- carrier="Speedy"
64
- status="In Transit"
65
- steps={[
66
- { label: 'Picked up', done: true },
67
- { label: 'In transit', done: true },
68
- { label: 'Out for delivery', done: false },
69
- { label: 'Delivered', done: false },
70
- ]}
71
- details={[
72
- { label: 'Est. Delivery', value: 'Mar 29, 2026' },
73
- { label: 'Recipient', value: 'Daniel Smith' },
74
- ]}
75
- />
76
- </div>
77
- );
78
- }
79
- `;function B(e){let t={h4:`h4`,...e.components};return P||H(`Examples`,!1),L||H(`Examples.DiscountStack`,!0),I||H(`Examples.LoyaltyPoints`,!0),R||H(`Examples.ShipmentTracking`,!0),F||H(`Examples.UpcomingBookings`,!0),(0,E.jsxs)(a,{title:`Composed · Commerce`,description:`Bookings, loyalty, discount stacks, shipment tracking.`,layer:`composed`,status:`ready`,children:[(0,E.jsxs)(o,{title:`Examples`,id:`examples`,children:[(0,E.jsx)(c,{name:`UpcomingBookings`,source:z,children:(0,E.jsx)(F,{})}),(0,E.jsx)(c,{name:`LoyaltyPoints`,source:z,children:(0,E.jsx)(I,{})}),(0,E.jsx)(c,{name:`DiscountStack`,source:z,children:(0,E.jsx)(L,{})}),(0,E.jsx)(c,{name:`ShipmentTracking`,source:z,children:(0,E.jsx)(R,{})})]}),(0,E.jsxs)(o,{title:`API`,id:`api`,children:[(0,E.jsx)(t.h4,{children:`UpcomingBookingRow`}),(0,E.jsx)(p,{component:`UpcomingBookingRow`}),(0,E.jsx)(t.h4,{children:`LoyaltyPointsCard`}),(0,E.jsx)(p,{component:`LoyaltyPointsCard`}),(0,E.jsx)(t.h4,{children:`DiscountStackPreview`}),(0,E.jsx)(p,{component:`DiscountStackPreview`}),(0,E.jsx)(t.h4,{children:`ShipmentTrackingCard`}),(0,E.jsx)(p,{component:`ShipmentTrackingCard`})]})]})}function V(e={}){let{wrapper:t}=e.components||{};return t?(0,E.jsx)(t,{...e,children:(0,E.jsx)(B,{...e})}):B(e)}function H(e,t){throw Error(`Expected `+(t?`component`:`object`)+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}export{V as default};
@@ -1,173 +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,gr as s,hr as c,mr as l,r as u,t as d}from"./example-C6-_Sy6B.js";import{t as f}from"./calendar-oKaDsUIy.js";import{t as p}from"./chevron-right-CDDMIkYP.js";import{t as m}from"./credit-card-BoDfW0R8.js";import{t as h}from"./gift-CKFIh1Wh.js";import{t as g}from"./map-pin-2WS7oVo3.js";import{t as _}from"./package-CUNvdlBi.js";import{t as v}from"./receipt-CfMgwFPl.js";import{t as y}from"./rotate-ccw-B4Wi4ws7.js";import{t as b}from"./shopping-bag-EDVpxI9n.js";import{t as x}from"./sparkles-BEa1AgNq.js";import{t as ee}from"./star-Dbtxr60S.js";import{t as te}from"./trash-2-_xF5j-Ya.js";import{t as S}from"./x-CE8oevyh.js";import{t as ne}from"./zap-se3n2YVD.js";import{D as C,a as re,r as w}from"./index-B8DVXCmf.js";import{t as T}from"./props-table-CM_1cocj.js";import{t as E}from"./icon-badge-Bcm8TlJi.js";import{t as D}from"./smart-card-7szg_qSt.js";import{t as ie}from"./input-25epjsiD.js";import{t as O}from"./separator-DUKleOvU.js";import{t as k}from"./inline-stat-D0sE-A4C.js";import{c as A,i as j,n as M,o as ae,r as N,t as P,u as F}from"./item-CMRbW6s-.js";var oe=w(`pen`,[[`path`,{d:`M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z`,key:`1a8usu`}]]),se=w(`repeat`,[[`path`,{d:`m17 2 4 4-4 4`,key:`nntrym`}],[`path`,{d:`M3 11v-1a4 4 0 0 1 4-4h14`,key:`84bu3i`}],[`path`,{d:`m7 22-4-4 4-4`,key:`1wqhfi`}],[`path`,{d:`M21 13v1a4 4 0 0 1-4 4H3`,key:`1rx37r`}]]),ce=w(`ticket-percent`,[[`path`,{d:`M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z`,key:`1l48ns`}],[`path`,{d:`M9 9h.01`,key:`1q5me6`}],[`path`,{d:`m15 9-6 6`,key:`1uzhvr`}],[`path`,{d:`M15 15h.01`,key:`lqbp3k`}]]),le={title:`Tax Breakdown`,subtotal:`Subtotal`,totalTax:`Total Tax`,total:`Total`},I=re();function ue({subtotal:e,taxes:t,totalTax:n,total:r,className:a,strings:s}){let c=C(le,s);return(0,I.jsxs)(D,{icon:(0,I.jsx)(v,{className:`size-4`}),title:c.title,className:o(`tax-breakdown--component w-full`,a),children:[(0,I.jsx)(k,{label:c.subtotal,value:e,mono:!0,labelClassName:`text-sm`,valueClassName:`text-sm font-medium`}),(0,I.jsxs)(`div`,{className:`mt-3 space-y-1.5 rounded-lg border border-border/50 bg-muted/30 px-3 py-2.5`,children:[t.map((e,t)=>(0,I.jsxs)(`div`,{className:`flex items-baseline justify-between gap-3`,children:[(0,I.jsxs)(`div`,{className:`flex items-baseline gap-1.5 min-w-0`,children:[(0,I.jsx)(i,{size:`xs`,className:`truncate`,children:e.label}),!!e.rate&&(0,I.jsx)(i,{tag:`span`,size:`xxs`,type:`discrete`,className:`shrink-0`,children:e.rate})]}),(0,I.jsx)(i,{tag:`span`,size:`xs`,weight:`medium`,className:`tabular-nums shrink-0`,children:e.amount})]},e.id??`${e.label}-${t}`)),!!n&&t.length>1&&(0,I.jsx)(k,{label:c.totalTax,value:n,mono:!0,className:`border-t border-border/50 pt-1.5 mt-0.5`,labelClassName:`text-xs font-medium`,valueClassName:`text-xs font-semibold`})]}),(0,I.jsx)(O,{className:`my-3`}),(0,I.jsx)(k,{label:c.total,value:r,mono:!0,labelClassName:`text-sm font-semibold`,valueClassName:`text-lg font-bold`})]})}ue.displayName=`TaxBreakdownCard`;var de={title:`Subscription`,plan:`Plan`,nextBilling:`Next billing`,perks:`Included`,manage:`Manage`,upgrade:`Upgrade`};function fe({planName:e,priceLabel:t,cycleLabel:n,nextBillingDate:c,statusLabel:l,perks:d=[],onManage:m,onUpgrade:h,className:g,strings:_}){let v=C(de,_);return(0,I.jsxs)(D,{icon:(0,I.jsx)(se,{className:`size-4`}),title:v.title,headerEnd:l?(0,I.jsx)(s,{variant:`success`,children:l}):null,className:o(`subscription-summary--component w-full`,g),children:[(0,I.jsxs)(`div`,{className:`rounded-lg border border-border/60 bg-muted/30 p-4`,children:[(0,I.jsx)(i,{size:`xxs`,type:`secondary`,weight:`medium`,className:`uppercase tracking-wider`,children:v.plan}),(0,I.jsx)(a,{tag:`h3`,className:`mt-1 text-xl font-semibold tracking-tight border-none pb-0`,children:e}),(0,I.jsxs)(`div`,{className:`mt-1 flex items-baseline gap-1`,children:[(0,I.jsx)(i,{tag:`span`,size:`xl`,weight:`bold`,className:`tabular-nums`,children:t}),(0,I.jsx)(i,{type:`secondary`,children:n})]})]}),(0,I.jsxs)(`div`,{className:`mt-3 flex items-center justify-between rounded-md bg-card px-1`,children:[(0,I.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,I.jsx)(f,{className:`size-3.5 text-muted-foreground`}),(0,I.jsx)(i,{size:`xs`,type:`secondary`,children:v.nextBilling})]}),(0,I.jsx)(i,{size:`xs`,weight:`semibold`,className:`tabular-nums`,children:c})]}),d.length>0&&(0,I.jsxs)(`div`,{className:`mt-4 space-y-2`,children:[(0,I.jsx)(i,{size:`xxs`,type:`secondary`,weight:`medium`,className:`uppercase tracking-wider`,children:v.perks}),(0,I.jsx)(ae,{children:d.map((e,t)=>(0,I.jsxs)(P,{size:`xs`,className:`px-0`,children:[(0,I.jsx)(A,{children:(0,I.jsx)(E,{icon:e.icon??r,tone:`success`,size:`xs`})}),(0,I.jsx)(N,{children:(0,I.jsx)(F,{bold:!1,children:e.label})})]},`${e.label}-${t}`))})]}),(m||h)&&(0,I.jsxs)(`div`,{className:`mt-4 flex items-center gap-2`,children:[!!m&&(0,I.jsx)(u,{variant:`secondary`,buttonStyle:`outline`,onClick:m,className:`flex-1`,children:v.manage}),!!h&&(0,I.jsxs)(u,{variant:`primary`,onClick:h,className:`flex-1`,children:[v.upgrade,(0,I.jsx)(p,{className:`ml-1 size-3.5`})]})]})]})}fe.displayName=`SubscriptionSummaryCard`;var pe={title:`Refund Status`,requested:`Requested`,approved:`Approved`,processing:`Processing`,completed:`Completed`,amount:`Refund amount`,reason:`Reason`,eta:`Expected by`,method:`Refund to`},L=[`requested`,`approved`,`processing`,`completed`];function me({stage:e,amount:t,reason:n,method:s,eta:c,requestedAt:l,className:u,strings:d}){let f=C(pe,d),p=L.indexOf(e);return(0,I.jsxs)(D,{icon:(0,I.jsx)(y,{className:`size-4`}),title:f.title,className:o(`refund-status--component w-full`,u),children:[(0,I.jsxs)(`div`,{className:`rounded-lg bg-muted/40 px-4 py-3`,children:[(0,I.jsx)(i,{size:`xxs`,type:`secondary`,weight:`medium`,className:`uppercase tracking-wider`,children:f.amount}),(0,I.jsx)(a,{tag:`h3`,className:`text-3xl tabular-nums tracking-tight`,children:t}),!!l&&(0,I.jsxs)(i,{size:`xs`,type:`secondary`,className:`mt-0.5`,children:[f.requested,`: `,l]})]}),(0,I.jsx)(`div`,{className:`mt-4 flex items-center justify-between`,children:L.map((e,t)=>{let n=t<=p,a=t===p;return(0,I.jsxs)(`div`,{className:`flex flex-1 flex-col items-center gap-1.5`,children:[(0,I.jsxs)(`div`,{className:`flex w-full items-center`,children:[(0,I.jsx)(`div`,{className:o(`relative flex size-5 shrink-0 items-center justify-center rounded-full`,n?`bg-success text-success-foreground`:`border border-border bg-card text-muted-foreground`,a&&`ring-2 ring-success/30 ring-offset-2 ring-offset-background`),children:n?(0,I.jsx)(r,{className:`size-3`}):(0,I.jsx)(i,{tag:`span`,size:`xxs`,weight:`medium`,className:`tabular-nums`,children:t+1})}),t<L.length-1&&(0,I.jsx)(`div`,{className:o(`h-0.5 flex-1`,t<p?`bg-success`:`bg-border`)})]}),(0,I.jsx)(i,{size:`xxs`,weight:a?`semibold`:`medium`,type:n?`main`:`secondary`,className:`text-center leading-tight`,children:f[e]})]},e)})}),(n||s||c)&&(0,I.jsxs)(I.Fragment,{children:[(0,I.jsx)(O,{className:`my-4`}),(0,I.jsxs)(`div`,{className:`space-y-2`,children:[!!n&&(0,I.jsx)(k,{label:f.reason,value:n,className:`items-start`,valueClassName:`text-sm font-medium text-right`}),!!s&&(0,I.jsx)(k,{label:f.method,value:s,valueClassName:`text-sm font-medium`}),!!c&&(0,I.jsx)(k,{label:f.eta,value:c,mono:!0,valueClassName:`text-sm font-medium`})]})]})]})}me.displayName=`RefundStatusCard`;var he={defaultBadge:`Default`,edit:`Edit`,remove:`Remove`,makeDefault:`Make default`,shipping:`Shipping address`,billing:`Billing address`,pickup:`Pickup address`};function R({kind:e=`shipping`,name:t,line1:n,line2:r,city:a,region:c,postalCode:l,country:u,phone:d,isDefault:f=!1,onEdit:p,onRemove:m,onMakeDefault:h,className:_,strings:v}){let y=C(he,v),b={shipping:y.shipping,billing:y.billing,pickup:y.pickup},x=[a,c,l].filter(Boolean).join(`, `),S=[];return p&&S.push({id:`edit`,label:y.edit,icon:(0,I.jsx)(oe,{className:`size-3.5`}),onClick:p}),h&&!f&&S.push({id:`make-default`,label:y.makeDefault,icon:(0,I.jsx)(ee,{className:`size-3.5`}),onClick:h}),m&&S.push({id:`remove`,label:y.remove,icon:(0,I.jsx)(te,{className:`size-3.5`}),onClick:m}),(0,I.jsx)(D,{icon:(0,I.jsx)(g,{className:`size-4`}),title:b[e],titleSuffix:f?(0,I.jsx)(s,{variant:`primary`,children:y.defaultBadge}):null,actions:S.length>0?S:void 0,className:o(`address-card--component w-full`,_),children:(0,I.jsxs)(`div`,{className:`space-y-0.5`,children:[(0,I.jsx)(i,{weight:`semibold`,children:t}),(0,I.jsx)(i,{children:n}),!!r&&(0,I.jsx)(i,{children:r}),!!x&&(0,I.jsx)(i,{children:x}),(0,I.jsx)(i,{type:`secondary`,children:u}),!!d&&(0,I.jsx)(i,{size:`xs`,type:`secondary`,className:`mt-1.5 tabular-nums`,children:d})]})})}R.displayName=`AddressCard`;var ge={title:`Redeem a gift card`,placeholder:`Enter gift card code`,check:`Check balance`,remove:`Remove`,balance:`Available balance`,notFound:`That gift card code is not valid.`},z=t(n(),1);function B({appliedCode:e,balance:t,error:n,loading:a,onCheck:s,onRemove:c,className:l,strings:d}){let f=C(ge,d),[p,m]=(0,z.useState)(``);return e?(0,I.jsx)(D,{icon:(0,I.jsx)(h,{className:`size-4`}),title:f.title,className:o(`voucher-entry--component w-full`,l),children:(0,I.jsxs)(P,{variant:`muted`,className:`border border-success/30 bg-success/8`,children:[(0,I.jsx)(A,{children:(0,I.jsx)(E,{icon:r,tone:`success`,size:`md`,className:`ring-1 ring-success/20`})}),(0,I.jsxs)(N,{children:[(0,I.jsx)(F,{className:`font-mono tracking-wider`,children:e}),(0,I.jsx)(j,{className:`uppercase tracking-wide`,clamp:1,children:f.balance})]}),(0,I.jsxs)(M,{children:[!!t&&(0,I.jsx)(i,{tag:`span`,size:`base`,weight:`semibold`,type:`success`,className:`tabular-nums shrink-0`,children:t}),!!c&&(0,I.jsx)(u,{type:`button`,variant:`error`,buttonStyle:`ghost`,size:`icon-xs`,onClick:c,"aria-label":f.remove,className:`size-7 shrink-0 text-muted-foreground hover:text-destructive`,children:(0,I.jsx)(S,{className:`size-3.5`})})]})]})}):(0,I.jsx)(D,{icon:(0,I.jsx)(h,{className:`size-4`}),title:f.title,className:o(`voucher-entry--component w-full`,l),children:(0,I.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,I.jsxs)(`div`,{className:`flex gap-2`,children:[(0,I.jsx)(ie,{value:p,onChange:e=>m(e.target.value),placeholder:f.placeholder,startIcon:h,className:`flex-1 font-mono uppercase tracking-wider`,invalid:!!n}),(0,I.jsx)(u,{onClick:()=>s?.(p),loading:a,disabled:!p.trim(),children:f.check})]}),!!n&&(0,I.jsx)(i,{size:`xs`,type:`error`,children:n||f.notFound})]})})}B.displayName=`VoucherEntryCard`;var _e={title:`Cart`,subtotal:`Subtotal`,tax:`Tax`,shipping:`Shipping`,discount:`Discount`,total:`Total`,checkout:`Checkout`},ve=e=>e.replace(/^[\s−-]+/,``);function V({items:e,subtotal:t,tax:n,shipping:r,discount:a,total:s,onCheckout:c,className:l,strings:d}){let f=C(_e,d),p=!!(t||n||r||a);return(0,I.jsxs)(D,{icon:(0,I.jsx)(b,{className:`size-4`}),title:f.title,className:o(`cart-summary--component w-full`,l),children:[(0,I.jsx)(ae,{children:e.map(e=>(0,I.jsxs)(P,{size:`xs`,className:`px-0`,children:[(0,I.jsx)(A,{variant:`image`,children:e.imageUrl?(0,I.jsx)(`img`,{src:e.imageUrl,alt:e.name}):(0,I.jsx)(b,{})}),(0,I.jsxs)(N,{children:[(0,I.jsx)(F,{children:e.name}),(0,I.jsxs)(j,{clamp:1,className:`tabular-nums`,children:[`x`,e.qty]})]}),(0,I.jsx)(M,{children:(0,I.jsx)(i,{tag:`span`,weight:`semibold`,className:`tabular-nums shrink-0`,children:e.price})})]},e.id))}),!!p&&(0,I.jsxs)(`div`,{className:`mt-3 space-y-1.5 rounded-lg bg-muted/30 px-3 py-2.5`,children:[!!t&&(0,I.jsx)(k,{label:f.subtotal,value:t,mono:!0,valueClassName:`text-xs font-medium`,labelClassName:`text-xs`}),!!n&&(0,I.jsx)(k,{label:f.tax,value:n,mono:!0,valueClassName:`text-xs font-medium`,labelClassName:`text-xs`}),!!r&&(0,I.jsx)(k,{label:f.shipping,value:r,mono:!0,valueClassName:`text-xs font-medium`,labelClassName:`text-xs`}),!!a&&(0,I.jsx)(k,{label:f.discount,value:`−${ve(a)}`,mono:!0,labelClassName:`text-xs`,valueClassName:`text-xs font-semibold text-success`})]}),(0,I.jsx)(O,{className:`my-3`}),(0,I.jsx)(k,{label:f.total,value:s,mono:!0,labelClassName:`text-sm font-semibold`,valueClassName:`text-lg font-bold`}),!!c&&(0,I.jsx)(u,{onClick:c,fullWidth:!0,className:`mt-4`,children:f.checkout})]})}V.displayName=`CartSummaryCard`;var ye={title:`Have a code?`,placeholder:`Enter coupon code`,apply:`Apply`,remove:`Remove`,applied:`Applied`,invalid:`That code is not valid`},be=e=>e.replace(/^[\s−-]+/,``);function H({appliedCode:e,appliedDiscount:t,error:n,onApply:a,onRemove:s,loading:c,className:l,strings:d}){let f=C(ye,d),[p,m]=(0,z.useState)(``);return e?(0,I.jsx)(D,{icon:(0,I.jsx)(ce,{className:`size-4`}),title:f.title,className:o(`coupon-input--component w-full`,l),children:(0,I.jsxs)(P,{variant:`muted`,className:`border border-success/30 bg-success/8`,children:[(0,I.jsx)(A,{children:(0,I.jsx)(E,{icon:r,tone:`success`,size:`md`,className:`ring-1 ring-success/20`})}),(0,I.jsxs)(N,{children:[(0,I.jsx)(F,{className:`font-mono tracking-wider`,children:e}),(0,I.jsx)(j,{className:`uppercase tracking-wide`,clamp:1,children:f.applied})]}),(0,I.jsxs)(M,{children:[!!t&&(0,I.jsxs)(i,{tag:`span`,weight:`semibold`,type:`success`,className:`tabular-nums shrink-0`,children:[`−`,be(t)]}),!!s&&(0,I.jsx)(u,{type:`button`,variant:`error`,buttonStyle:`ghost`,size:`icon-xs`,onClick:s,"aria-label":f.remove,className:`size-7 shrink-0 text-muted-foreground hover:text-destructive`,children:(0,I.jsx)(S,{className:`size-3.5`})})]})]})}):(0,I.jsx)(D,{icon:(0,I.jsx)(ce,{className:`size-4`}),title:f.title,className:o(`coupon-input--component w-full`,l),children:(0,I.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,I.jsxs)(`div`,{className:`flex gap-2`,children:[(0,I.jsx)(ie,{value:p,onChange:e=>m(e.target.value),placeholder:f.placeholder,startIcon:x,className:`flex-1 font-mono uppercase tracking-wider`,invalid:!!n}),(0,I.jsx)(u,{size:`default`,onClick:()=>a?.(p),loading:c,disabled:!p.trim(),children:f.apply})]}),!!n&&(0,I.jsx)(i,{size:`xs`,type:`error`,children:n||f.invalid})]})})}H.displayName=`CouponInputCard`;var xe={title:`Order status`,statusLabel:`Current status`,eta:`ETA`},Se={pending:`warning`,paid:`info`,fulfilled:`info`,shipped:`primary`,delivered:`success`,cancelled:`error`};function Ce({orderNumber:e,status:t,statusVariant:n,events:a,currentEta:c,className:l,strings:u}){let d=C(xe,u),f=n??Se[t],p=a.reduce((e,t,n)=>t.complete?n:e,-1);return(0,I.jsxs)(D,{icon:(0,I.jsx)(_,{className:`size-4`}),title:d.title,titleSuffix:(0,I.jsx)(s,{variant:f,className:`capitalize`,children:t}),description:`#${e}`,className:o(`order-status--component w-full`,l),children:[(0,I.jsx)(`div`,{className:`overflow-x-auto pb-1`,children:(0,I.jsx)(`div`,{className:`flex min-w-[22rem] items-start`,children:a.map((e,t)=>{let n=t===a.length-1,s=t<p,c=t===p+1||e.complete&&t===p;return(0,I.jsxs)(`div`,{className:`flex min-w-14 flex-1 flex-col items-center gap-1.5 px-1`,children:[(0,I.jsxs)(`div`,{className:`relative flex w-full items-center`,children:[t>0&&(0,I.jsx)(`div`,{className:o(`h-0.5 flex-1`,t<=p?`bg-success`:`bg-border`)}),t===0&&(0,I.jsx)(`div`,{className:`flex-1`,"aria-hidden":`true`}),(0,I.jsx)(`div`,{className:o(`relative flex size-5 shrink-0 items-center justify-center rounded-full`,e.complete?`bg-success text-success-foreground`:`border-2 border-border bg-card text-muted-foreground`,c&&!e.complete&&`border-primary text-primary`),children:e.complete?(0,I.jsx)(r,{className:`size-3`,strokeWidth:2.5}):(0,I.jsx)(`span`,{className:`size-1.5 rounded-full bg-current`})}),n?(0,I.jsx)(`div`,{className:`flex-1`,"aria-hidden":`true`}):(0,I.jsx)(`div`,{className:o(`h-0.5 flex-1`,s?`bg-success`:`bg-border`)})]}),(0,I.jsx)(i,{size:`xxs`,weight:e.complete||c?`semibold`:`medium`,className:o(`max-w-20 text-center leading-tight`,!e.complete&&!c&&`text-muted-foreground`),children:e.label}),!!e.timestamp&&(0,I.jsx)(i,{size:`xxs`,type:`discrete`,className:`text-center tabular-nums`,children:e.timestamp})]},`${e.label}-${t}`)})})}),!!c&&(0,I.jsxs)(`div`,{className:`mt-3 flex items-center justify-between rounded-lg border border-border/50 bg-primary/5 px-3 py-2`,children:[(0,I.jsx)(i,{size:`xs`,type:`secondary`,weight:`medium`,className:`uppercase tracking-wider`,children:d.eta}),(0,I.jsx)(i,{tag:`span`,weight:`semibold`,children:c})]})]})}Ce.displayName=`OrderStatusCard`;var we={title:`Payment method`,default:`Default`,cardHolder:`Card holder`,expires:`Expires`,change:`Change`},Te={visa:`VISA`,mastercard:`MasterCard`,amex:`AMEX`,paypal:`PayPal`,applepay:`Apple Pay`,googlepay:`Google Pay`,unknown:`Card`},Ee={visa:`from-blue-700 via-blue-800 to-indigo-900`,mastercard:`from-orange-600 via-rose-700 to-rose-900`,amex:`from-sky-600 via-cyan-700 to-cyan-900`,paypal:`from-blue-600 via-indigo-700 to-blue-900`,applepay:`from-zinc-700 via-zinc-800 to-zinc-950`,googlepay:`from-emerald-600 via-teal-700 to-teal-900`,unknown:`from-zinc-700 via-zinc-800 to-zinc-950`};function De({brand:e,last4:t,expiry:n,holderName:r,isDefault:a,onChange:c,className:l,strings:d}){let f=C(we,d),p=Te[e],h=Ee[e];return(0,I.jsxs)(D,{icon:(0,I.jsx)(m,{className:`size-4`}),title:f.title,titleSuffix:a?(0,I.jsx)(s,{variant:`primary`,children:f.default}):null,className:o(`payment-method--component w-full`,l),children:[(0,I.jsxs)(`div`,{className:o(`relative flex aspect-[1.586] min-h-40 flex-col justify-between overflow-hidden rounded-lg bg-gradient-to-br p-4 text-white shadow-sm ring-1 ring-white/10`,h),children:[(0,I.jsxs)(`div`,{className:`relative flex items-start justify-between`,children:[(0,I.jsx)(`div`,{className:`flex size-7 items-center justify-center rounded-md bg-gradient-to-br from-warning/80 to-warning shadow-sm`,children:(0,I.jsx)(`div`,{className:`size-4 rounded-sm border border-warning-foreground/25 bg-warning-foreground/15`})}),(0,I.jsx)(i,{tag:`span`,weight:`bold`,className:`rounded bg-white/15 px-2 py-0.5 tracking-[0.15em] text-white backdrop-blur-sm`,children:p})]}),(0,I.jsx)(`div`,{className:`relative`,children:(0,I.jsxs)(i,{tag:`span`,size:`base`,weight:`semibold`,className:`block font-mono tracking-[0.25em] text-white`,children:[`•••• •••• •••• `,t]})}),(0,I.jsxs)(`div`,{className:`relative flex items-end justify-between gap-3`,children:[(0,I.jsx)(`div`,{className:`min-w-0`,children:!!r&&(0,I.jsxs)(I.Fragment,{children:[(0,I.jsx)(i,{size:`xxs`,className:`block uppercase tracking-wider text-white/60`,children:f.cardHolder}),(0,I.jsx)(i,{weight:`semibold`,className:`truncate text-white`,children:r})]})}),!!n&&(0,I.jsxs)(`div`,{className:`text-right shrink-0`,children:[(0,I.jsx)(i,{size:`xxs`,className:`block uppercase tracking-wider text-white/60`,children:f.expires}),(0,I.jsx)(i,{tag:`span`,weight:`semibold`,className:`tabular-nums text-white`,children:n})]})]})]}),!!c&&(0,I.jsx)(`div`,{className:`mt-3 flex justify-end`,children:(0,I.jsx)(u,{buttonStyle:`ghost`,variant:`secondary`,onClick:c,size:`default`,children:f.change})})]})}De.displayName=`PaymentMethodCard`;var Oe=e({AddressCardExample:()=>X,CartSummaryCardExample:()=>U,CouponInputCardEmptyApplied:()=>W,OrderStatusCardExample:()=>G,PaymentMethodCardExample:()=>K,RefundStatusCardExample:()=>Y,SubscriptionSummaryCardExample:()=>J,TaxBreakdownCardExample:()=>q,VoucherEntryCardExample:()=>Z});function U(){return(0,I.jsx)(`div`,{className:`w-full max-w-md`,children:(0,I.jsx)(V,{items:[{id:`1`,name:`Wine Tasting Tour`,qty:2,price:`370 USD`},{id:`2`,name:`Spa Day Voucher`,qty:1,price:`180 USD`},{id:`3`,name:`Gift Wrap`,qty:1,price:`15 USD`}],subtotal:`565 USD`,tax:`113 USD`,shipping:`0 USD`,discount:`50 USD`,total:`628 USD`,onCheckout:()=>{}})})}function W(){return(0,I.jsxs)(`div`,{className:`grid w-full max-w-4xl gap-4 md:grid-cols-2`,children:[(0,I.jsx)(H,{onApply:()=>{}}),(0,I.jsx)(H,{appliedCode:`SPRING2026`,appliedDiscount:`88.40 USD`,onRemove:()=>{}})]})}function G(){return(0,I.jsx)(`div`,{className:`w-full max-w-xl`,children:(0,I.jsx)(Ce,{orderNumber:`ORD-2026-0412`,status:`shipped`,currentEta:`Mar 29, 2026`,events:[{label:`Placed`,timestamp:`Mar 24`,complete:!0},{label:`Paid`,timestamp:`Mar 24`,complete:!0},{label:`Fulfilled`,timestamp:`Mar 25`,complete:!0},{label:`Shipped`,timestamp:`Mar 26`,complete:!0},{label:`Delivered`,complete:!1}]})})}function K(){return(0,I.jsx)(`div`,{className:`w-full max-w-lg`,children:(0,I.jsx)(De,{brand:`visa`,last4:`4242`,expiry:`04/27`,holderName:`Sarah Smitha`,isDefault:!0,onChange:()=>{}})})}function q(){return(0,I.jsx)(`div`,{className:`w-full max-w-md`,children:(0,I.jsx)(ue,{subtotal:`565.00 USD`,taxes:[{label:`VAT (standard)`,rate:`20%`,amount:`94.20 USD`},{label:`Tourist tax`,rate:`€1.50/night`,amount:`4.50 USD`},{label:`Service charge`,rate:`5%`,amount:`14.30 USD`}],totalTax:`113.00 USD`,total:`678.00 USD`})})}function J(){return(0,I.jsx)(`div`,{className:`w-full max-w-lg`,children:(0,I.jsx)(fe,{planName:`Pro Annual`,priceLabel:`€29`,cycleLabel:`/ month`,nextBillingDate:`May 12, 2026`,statusLabel:`Active`,perks:[{icon:x,label:`AI assist included`},{icon:ee,label:`Priority support`},{icon:ne,label:`Unlimited bookings`}],onManage:()=>{},onUpgrade:()=>{}})})}function Y(){return(0,I.jsx)(`div`,{className:`w-full max-w-md`,children:(0,I.jsx)(me,{stage:`processing`,amount:`180.00 USD`,reason:`Customer cancelled within 48h window`,method:`Visa ending 4242`,eta:`Apr 14, 2026`,requestedAt:`Apr 8, 2026`})})}function X(){return(0,I.jsxs)(`div`,{className:`grid w-full max-w-3xl gap-3 md:grid-cols-2`,children:[(0,I.jsx)(R,{kind:`shipping`,name:`Sarah Smitha`,line1:`ul. Vitosha 24, ap. 5`,city:`New York`,postalCode:`1000`,country:`USA`,phone:`+1 888 123 456`,isDefault:!0,onEdit:()=>{},onRemove:()=>{}}),(0,I.jsx)(R,{kind:`billing`,name:`Daniel Smith`,line1:`ul. Slavyanska 9`,line2:`floor 3`,city:`Los Angeles`,postalCode:`4000`,country:`USA`,onEdit:()=>{},onRemove:()=>{},onMakeDefault:()=>{}})]})}function Z(){let[e,t]=(0,z.useState)(!1);return(0,I.jsxs)(`div`,{className:`grid w-full max-w-4xl gap-3 md:grid-cols-2`,children:[(0,I.jsx)(B,{onCheck:()=>t(!0),...e?{appliedCode:`GCT-2026-PETROV`,balance:`120.00 USD`,onRemove:()=>t(!1)}:{}}),(0,I.jsx)(B,{appliedCode:`GCT-A4B7-C9E2`,balance:`250.00 USD`,onRemove:()=>{}})]})}var Q=`import { useState } from 'react';
2
- import { Sparkles, Star, Zap } from 'lucide-react';
3
- import {
4
- AddressCard,
5
- CartSummaryCard,
6
- CouponInputCard,
7
- OrderStatusCard,
8
- PaymentMethodCard,
9
- RefundStatusCard,
10
- SubscriptionSummaryCard,
11
- TaxBreakdownCard,
12
- VoucherEntryCard,
13
- } from '@/components/composed/commerce';
14
-
15
- export function CartSummaryCardExample() {
16
- return (
17
- <div className="w-full max-w-md">
18
- <CartSummaryCard
19
- items={[
20
- { id: '1', name: 'Wine Tasting Tour', qty: 2, price: '370 USD' },
21
- { id: '2', name: 'Spa Day Voucher', qty: 1, price: '180 USD' },
22
- { id: '3', name: 'Gift Wrap', qty: 1, price: '15 USD' },
23
- ]}
24
- subtotal="565 USD"
25
- tax="113 USD"
26
- shipping="0 USD"
27
- discount="50 USD"
28
- total="628 USD"
29
- onCheckout={() => {}}
30
- />
31
- </div>
32
- );
33
- }
34
-
35
- export function CouponInputCardEmptyApplied() {
36
- return (
37
- <div className="grid w-full max-w-4xl gap-4 md:grid-cols-2">
38
- <CouponInputCard onApply={() => {}} />
39
- <CouponInputCard appliedCode="SPRING2026" appliedDiscount="88.40 USD" onRemove={() => {}} />
40
- </div>
41
- );
42
- }
43
-
44
- export function OrderStatusCardExample() {
45
- return (
46
- <div className="w-full max-w-xl">
47
- <OrderStatusCard
48
- orderNumber="ORD-2026-0412"
49
- status="shipped"
50
- currentEta="Mar 29, 2026"
51
- events={[
52
- { label: 'Placed', timestamp: 'Mar 24', complete: true },
53
- { label: 'Paid', timestamp: 'Mar 24', complete: true },
54
- { label: 'Fulfilled', timestamp: 'Mar 25', complete: true },
55
- { label: 'Shipped', timestamp: 'Mar 26', complete: true },
56
- { label: 'Delivered', complete: false },
57
- ]}
58
- />
59
- </div>
60
- );
61
- }
62
-
63
- export function PaymentMethodCardExample() {
64
- return (
65
- <div className="w-full max-w-lg">
66
- <PaymentMethodCard brand="visa" last4="4242" expiry="04/27" holderName="Sarah Smitha" isDefault onChange={() => {}} />
67
- </div>
68
- );
69
- }
70
-
71
- export function TaxBreakdownCardExample() {
72
- return (
73
- <div className="w-full max-w-md">
74
- <TaxBreakdownCard
75
- subtotal="565.00 USD"
76
- taxes={[
77
- { label: 'VAT (standard)', rate: '20%', amount: '94.20 USD' },
78
- { label: 'Tourist tax', rate: '€1.50/night', amount: '4.50 USD' },
79
- { label: 'Service charge', rate: '5%', amount: '14.30 USD' },
80
- ]}
81
- totalTax="113.00 USD"
82
- total="678.00 USD"
83
- />
84
- </div>
85
- );
86
- }
87
-
88
- export function SubscriptionSummaryCardExample() {
89
- return (
90
- <div className="w-full max-w-lg">
91
- <SubscriptionSummaryCard
92
- planName="Pro Annual"
93
- priceLabel="€29"
94
- cycleLabel="/ month"
95
- nextBillingDate="May 12, 2026"
96
- statusLabel="Active"
97
- perks={[
98
- { icon: Sparkles, label: 'AI assist included' },
99
- { icon: Star, label: 'Priority support' },
100
- { icon: Zap, label: 'Unlimited bookings' },
101
- ]}
102
- onManage={() => {}}
103
- onUpgrade={() => {}}
104
- />
105
- </div>
106
- );
107
- }
108
-
109
- export function RefundStatusCardExample() {
110
- return (
111
- <div className="w-full max-w-md">
112
- <RefundStatusCard
113
- stage="processing"
114
- amount="180.00 USD"
115
- reason="Customer cancelled within 48h window"
116
- method="Visa ending 4242"
117
- eta="Apr 14, 2026"
118
- requestedAt="Apr 8, 2026"
119
- />
120
- </div>
121
- );
122
- }
123
-
124
- export function AddressCardExample() {
125
- return (
126
- <div className="grid w-full max-w-3xl gap-3 md:grid-cols-2">
127
- <AddressCard
128
- kind="shipping"
129
- name="Sarah Smitha"
130
- line1="ul. Vitosha 24, ap. 5"
131
- city="New York"
132
- postalCode="1000"
133
- country="USA"
134
- phone="+1 888 123 456"
135
- isDefault
136
- onEdit={() => {}}
137
- onRemove={() => {}}
138
- />
139
- <AddressCard
140
- kind="billing"
141
- name="Daniel Smith"
142
- line1="ul. Slavyanska 9"
143
- line2="floor 3"
144
- city="Los Angeles"
145
- postalCode="4000"
146
- country="USA"
147
- onEdit={() => {}}
148
- onRemove={() => {}}
149
- onMakeDefault={() => {}}
150
- />
151
- </div>
152
- );
153
- }
154
-
155
- export function VoucherEntryCardExample() {
156
- const [voucherApplied, setVoucherApplied] = useState(false);
157
- return (
158
- <div className="grid w-full max-w-4xl gap-3 md:grid-cols-2">
159
- <VoucherEntryCard
160
- onCheck={() => setVoucherApplied(true)}
161
- {...(voucherApplied
162
- ? { appliedCode: 'GCT-2026-PETROV', balance: '120.00 USD', onRemove: () => setVoucherApplied(false) }
163
- : {})}
164
- />
165
- <VoucherEntryCard
166
- appliedCode="GCT-A4B7-C9E2"
167
- balance="250.00 USD"
168
- onRemove={() => {}}
169
- />
170
- </div>
171
- );
172
- }
173
- `;function ke(e){let t={h4:`h4`,...e.components};return Oe||$(`Examples`,!1),X||$(`Examples.AddressCardExample`,!0),U||$(`Examples.CartSummaryCardExample`,!0),W||$(`Examples.CouponInputCardEmptyApplied`,!0),G||$(`Examples.OrderStatusCardExample`,!0),K||$(`Examples.PaymentMethodCardExample`,!0),Y||$(`Examples.RefundStatusCardExample`,!0),J||$(`Examples.SubscriptionSummaryCardExample`,!0),q||$(`Examples.TaxBreakdownCardExample`,!0),Z||$(`Examples.VoucherEntryCardExample`,!0),(0,I.jsxs)(c,{title:`Composed · Commerce (extras)`,description:`Cart, coupon, order status, payment, tax breakdown, subscription, refund, address, voucher.`,layer:`composed`,status:`ready`,children:[(0,I.jsxs)(l,{title:`Examples`,id:`examples`,children:[(0,I.jsx)(d,{name:`CartSummaryCardExample`,source:Q,children:(0,I.jsx)(U,{})}),(0,I.jsx)(d,{name:`CouponInputCardEmptyApplied`,source:Q,children:(0,I.jsx)(W,{})}),(0,I.jsx)(d,{name:`OrderStatusCardExample`,source:Q,children:(0,I.jsx)(G,{})}),(0,I.jsx)(d,{name:`PaymentMethodCardExample`,source:Q,children:(0,I.jsx)(K,{})}),(0,I.jsx)(d,{name:`TaxBreakdownCardExample`,source:Q,children:(0,I.jsx)(q,{})}),(0,I.jsx)(d,{name:`SubscriptionSummaryCardExample`,source:Q,children:(0,I.jsx)(J,{})}),(0,I.jsx)(d,{name:`RefundStatusCardExample`,source:Q,children:(0,I.jsx)(Y,{})}),(0,I.jsx)(d,{name:`AddressCardExample`,source:Q,children:(0,I.jsx)(X,{})}),(0,I.jsx)(d,{name:`VoucherEntryCardExample`,source:Q,children:(0,I.jsx)(Z,{})})]}),(0,I.jsxs)(l,{title:`API`,id:`api`,children:[(0,I.jsx)(t.h4,{children:`AddressCard`}),(0,I.jsx)(T,{component:`AddressCard`}),(0,I.jsx)(t.h4,{children:`CartSummaryCard`}),(0,I.jsx)(T,{component:`CartSummaryCard`}),(0,I.jsx)(t.h4,{children:`CouponInputCard`}),(0,I.jsx)(T,{component:`CouponInputCard`}),(0,I.jsx)(t.h4,{children:`OrderStatusCard`}),(0,I.jsx)(T,{component:`OrderStatusCard`}),(0,I.jsx)(t.h4,{children:`PaymentMethodCard`}),(0,I.jsx)(T,{component:`PaymentMethodCard`}),(0,I.jsx)(t.h4,{children:`RefundStatusCard`}),(0,I.jsx)(T,{component:`RefundStatusCard`}),(0,I.jsx)(t.h4,{children:`SubscriptionSummaryCard`}),(0,I.jsx)(T,{component:`SubscriptionSummaryCard`}),(0,I.jsx)(t.h4,{children:`TaxBreakdownCard`}),(0,I.jsx)(T,{component:`TaxBreakdownCard`}),(0,I.jsx)(t.h4,{children:`VoucherEntryCard`}),(0,I.jsx)(T,{component:`VoucherEntryCard`})]})]})}function Ae(e={}){let{wrapper:t}=e.components||{};return t?(0,I.jsx)(t,{...e,children:(0,I.jsx)(ke,{...e})}):ke(e)}function $(e,t){throw Error(`Expected `+(t?`component`:`object`)+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}export{Ae as default};
@@ -1 +0,0 @@
1
- import{ur as e}from"./example-C6-_Sy6B.js";var t=`ArrowUp`,n=`ArrowDown`,r=`ArrowLeft`,i=`ArrowRight`,a=`Home`,o=`PageUp`,s=`PageDown`,c=new Set([r,i]),l=new Set([r,i,a,`End`]),u=new Set([t,n]),d=new Set([t,n,a,`End`]),f=new Set([...c,...u]),p=new Set([...f,a,`End`]),m=`Shift`,h=new Set([m,`Control`,`Alt`,`Meta`]);function g(t){return e(t)&&t.tagName===`INPUT`}function _(t){return!!(g(t)&&t.selectionStart!=null||e(t)&&t.tagName===`TEXTAREA`)}function v(e,t,n,r){if(!e||!t||!t.scrollTo)return;let i=e.scrollLeft,a=e.scrollTop,o=e.clientWidth<e.scrollWidth,s=e.clientHeight<e.scrollHeight;if(o&&r!==`vertical`){let r=y(e,t,`left`),a=b(e),o=b(t);n===`ltr`&&(r+t.offsetWidth+o.scrollMarginRight>e.scrollLeft+e.clientWidth-a.scrollPaddingRight?i=r+t.offsetWidth+o.scrollMarginRight-e.clientWidth+a.scrollPaddingRight:r-o.scrollMarginLeft<e.scrollLeft+a.scrollPaddingLeft&&(i=r-o.scrollMarginLeft-a.scrollPaddingLeft)),n===`rtl`&&(r-o.scrollMarginRight<e.scrollLeft+a.scrollPaddingLeft?i=r-o.scrollMarginLeft-a.scrollPaddingLeft:r+t.offsetWidth+o.scrollMarginRight>e.scrollLeft+e.clientWidth-a.scrollPaddingRight&&(i=r+t.offsetWidth+o.scrollMarginRight-e.clientWidth+a.scrollPaddingRight))}if(s&&r!==`horizontal`){let n=y(e,t,`top`),r=b(e),i=b(t);n-i.scrollMarginTop<e.scrollTop+r.scrollPaddingTop?a=n-i.scrollMarginTop-r.scrollPaddingTop:n+t.offsetHeight+i.scrollMarginBottom>e.scrollTop+e.clientHeight-r.scrollPaddingBottom&&(a=n+t.offsetHeight+i.scrollMarginBottom-e.clientHeight+r.scrollPaddingBottom)}e.scrollTo({left:i,top:a,behavior:`auto`})}function y(e,t,n){let r=n===`left`?`offsetLeft`:`offsetTop`,i=0;for(;t.offsetParent&&(i+=t[r],t.offsetParent!==e);)t=t.offsetParent;return i}function b(e){let t=getComputedStyle(e);return{scrollMarginTop:parseFloat(t.scrollMarginTop)||0,scrollMarginRight:parseFloat(t.scrollMarginRight)||0,scrollMarginBottom:parseFloat(t.scrollMarginBottom)||0,scrollMarginLeft:parseFloat(t.scrollMarginLeft)||0,scrollPaddingTop:parseFloat(t.scrollPaddingTop)||0,scrollPaddingRight:parseFloat(t.scrollPaddingRight)||0,scrollPaddingBottom:parseFloat(t.scrollPaddingBottom)||0,scrollPaddingLeft:parseFloat(t.scrollPaddingLeft)||0}}export{v as _,t as a,c,s as d,o as f,_ as g,d as h,i,l,u as m,f as n,p as o,m as p,r,a as s,n as t,h as u};
@@ -1,65 +0,0 @@
1
- import{n as e}from"./chunk-QTnfLwEv.js";import{Cr as t,Tr as n,gr as r,hr as i,mr as a,r as o,t as s}from"./example-C6-_Sy6B.js";import{t as c}from"./external-link-Bg-_8Uq7.js";import{t as l}from"./mail-yNXDtmNr.js";import{t as u}from"./map-pin-2WS7oVo3.js";import{t as d}from"./phone-NIZ5SwgK.js";import{D as f,a as p}from"./index-B8DVXCmf.js";import{t as m}from"./props-table-CM_1cocj.js";import{o as h,r as g,t as _}from"./avatar-QBwg3fvR.js";import{c as v,o as y,r as b,t as x,u as S}from"./item-CMRbW6s-.js";import{t as C}from"./PreviewLayout-N1PTTyZK.js";var w={contact:`Contact`,profile:`Profile`},T=p();function E(e,t){return t||e.split(` `).map(e=>e[0]).slice(0,2).join(``).toUpperCase()}function D({name:e,role:i,email:a,phone:s,location:p,avatarUrl:m,initials:C,badge:D,badgeVariant:O=`success`,onContact:k,onViewProfile:A,className:j,strings:M}){let N=f(w,M);return(0,T.jsxs)(`div`,{className:n(`contact-card--component`,`overflow-hidden rounded-lg border border-border bg-card p-4 text-card-foreground shadow-sm sm:p-5`,j),children:[(0,T.jsxs)(`div`,{className:`flex items-start gap-3`,children:[(0,T.jsxs)(_,{className:`size-12 shrink-0 border border-border`,children:[!!m&&(0,T.jsx)(h,{src:m,alt:e}),(0,T.jsx)(g,{className:`text-sm font-semibold`,children:E(e,C)})]}),(0,T.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,T.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,T.jsx)(t,{weight:`semibold`,className:`truncate`,children:e}),!!D&&(0,T.jsx)(r,{variant:O,children:D})]}),!!i&&(0,T.jsx)(t,{size:`xs`,type:`secondary`,className:`mt-0.5`,children:i})]})]}),!!(a||s||p)&&(0,T.jsxs)(y,{className:`mt-4 gap-0`,children:[!!a&&(0,T.jsxs)(x,{size:`xs`,className:`px-0 py-1.5`,children:[(0,T.jsx)(v,{variant:`icon`,className:`text-muted-foreground`,children:(0,T.jsx)(l,{})}),(0,T.jsx)(b,{children:(0,T.jsx)(S,{bold:!1,children:a})})]}),!!s&&(0,T.jsxs)(x,{size:`xs`,className:`px-0 py-1.5`,children:[(0,T.jsx)(v,{variant:`icon`,className:`text-muted-foreground`,children:(0,T.jsx)(d,{})}),(0,T.jsx)(b,{children:(0,T.jsx)(S,{bold:!1,children:s})})]}),!!p&&(0,T.jsxs)(x,{size:`xs`,className:`px-0 py-1.5`,children:[(0,T.jsx)(v,{variant:`icon`,className:`text-muted-foreground`,children:(0,T.jsx)(u,{})}),(0,T.jsx)(b,{children:(0,T.jsx)(S,{bold:!1,children:p})})]})]}),!!(k||A)&&(0,T.jsxs)(`div`,{className:`mt-4 flex items-center gap-2`,children:[!!k&&(0,T.jsx)(o,{variant:`secondary`,buttonStyle:`solid`,icon:l,onClick:k,className:`flex-1`,children:N.contact}),!!A&&(0,T.jsx)(o,{variant:`secondary`,buttonStyle:`ghost`,icon:c,onClick:A,className:`flex-1`,children:N.profile})]})]})}D.displayName=`ContactCard`;var O=e({DifferentBadgeVariants:()=>M,Minimal:()=>j,WithAllFields:()=>k,WithInitialsOnly:()=>A});function k(){return(0,T.jsx)(T.Fragment,{children:(0,T.jsx)(D,{name:`Sarah Smitha`,role:`Account Manager`,email:`maria@giftcometrue.com`,phone:`+1 888 123 456`,location:`New York, NY`,badge:`Online`,badgeVariant:`success`,onContact:()=>{},onViewProfile:()=>{}})})}function A(){return(0,T.jsx)(T.Fragment,{children:(0,T.jsx)(D,{name:`Georgi Johnson`,role:`Head of Operations`,email:`georgi@giftcometrue.com`,initials:`GI`,badge:`Away`,badgeVariant:`warning`,onContact:()=>{},onViewProfile:()=>{}})})}function j(){return(0,T.jsx)(T.Fragment,{children:(0,T.jsx)(D,{name:`Emma Williamsa`})})}function M(){return(0,T.jsx)(T.Fragment,{children:(0,T.jsx)(C,{children:[`primary`,`secondary`,`success`,`info`,`warning`,`error`].map(e=>(0,T.jsx)(D,{name:`Variant: ${e}`,role:`Demo`,email:`demo@example.com`,badge:e,badgeVariant:e},e))})})}var N=`import { ContactCard } from '@/components/composed/cards/contact-card';
2
- import { Col } from '../../PreviewLayout';
3
-
4
- export function WithAllFields() {
5
- return (
6
- <>
7
- <ContactCard
8
- name="Sarah Smitha"
9
- role="Account Manager"
10
- email="maria@giftcometrue.com"
11
- phone="+1 888 123 456"
12
- location="New York, NY"
13
- badge="Online"
14
- badgeVariant="success"
15
- onContact={() => {}}
16
- onViewProfile={() => {}}
17
- />
18
- </>
19
- );
20
- }
21
-
22
- export function WithInitialsOnly() {
23
- return (
24
- <>
25
- <ContactCard
26
- name="Georgi Johnson"
27
- role="Head of Operations"
28
- email="georgi@giftcometrue.com"
29
- initials="GI"
30
- badge="Away"
31
- badgeVariant="warning"
32
- onContact={() => {}}
33
- onViewProfile={() => {}}
34
- />
35
- </>
36
- );
37
- }
38
-
39
- export function Minimal() {
40
- return (
41
- <>
42
- <ContactCard name="Emma Williamsa" />
43
- </>
44
- );
45
- }
46
-
47
- export function DifferentBadgeVariants() {
48
- return (
49
- <>
50
- <Col>
51
- {(['primary', 'secondary', 'success', 'info', 'warning', 'error'] as const).map((v) => (
52
- <ContactCard
53
- key={v}
54
- name={\`Variant: \${v}\`}
55
- role="Demo"
56
- email="demo@example.com"
57
- badge={v}
58
- badgeVariant={v}
59
- />
60
- ))}
61
- </Col>
62
- </>
63
- );
64
- }
65
- `;function P(e){let t={h4:`h4`,...e.components};return O||I(`Examples`,!1),M||I(`Examples.DifferentBadgeVariants`,!0),j||I(`Examples.Minimal`,!0),k||I(`Examples.WithAllFields`,!0),A||I(`Examples.WithInitialsOnly`,!0),(0,T.jsxs)(i,{title:`Composed · Contact card`,description:`ContactCard — name, role, email, phone, location, badge.`,layer:`composed`,status:`ready`,children:[(0,T.jsxs)(a,{title:`Examples`,id:`examples`,children:[(0,T.jsx)(s,{name:`WithAllFields`,source:N,children:(0,T.jsx)(k,{})}),(0,T.jsx)(s,{name:`WithInitialsOnly`,source:N,children:(0,T.jsx)(A,{})}),(0,T.jsx)(s,{name:`Minimal`,source:N,children:(0,T.jsx)(j,{})}),(0,T.jsx)(s,{name:`DifferentBadgeVariants`,source:N,children:(0,T.jsx)(M,{})})]}),(0,T.jsxs)(a,{title:`API`,id:`api`,children:[(0,T.jsx)(t.h4,{children:`ContactCard`}),(0,T.jsx)(m,{component:`ContactCard`})]})]})}function F(e={}){let{wrapper:t}=e.components||{};return t?(0,T.jsx)(t,{...e,children:(0,T.jsx)(P,{...e})}):P(e)}function I(e,t){throw Error(`Expected `+(t?`component`:`object`)+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}export{F as default};
@@ -1 +0,0 @@
1
- import{Tr as e}from"./example-C6-_Sy6B.js";import{a as t}from"./index-B8DVXCmf.js";var n=t(),r={narrow:`max-w-7xl mx-auto`,default:``,wide:`max-w-screen-2xl mx-auto`,full:``},i={none:`p-0`,sm:`p-4 md:p-5`,default:`p-5 md:p-7`,lg:`p-6 md:p-8`};function a({children:t,as:a=`div`,width:o=`default`,padding:s=`default`,bare:c=!1,className:l,innerClassName:u,...d}){let f=r[o],p=i[s];return c?(0,n.jsx)(a,{className:e(`w-full flex-1 relative overflow-hidden @container/main h-full`,f,l),...d,children:t}):(0,n.jsx)(a,{className:e(`w-full flex-1 relative overflow-hidden @container/main h-full`,l),...d,children:(0,n.jsx)(`div`,{className:e(`flex min-h-full flex-1 flex-col gap-6 rounded-xl`,f,p,u),children:t})})}export{a as t};
@@ -1,96 +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,Dr as a,Hr as o,Or as s,Tr as c,hr as l,kr as u,mr as d,t as f}from"./example-C6-_Sy6B.js";import{t as p}from"./circle-check-BCxORlAM.js";import{t as m}from"./info-B1KV2DkO.js";import{a as h,r as g}from"./index-B8DVXCmf.js";import{t as _}from"./props-table-CM_1cocj.js";import{t as v}from"./customers-DvBxRjHv.js";import{t as y}from"./orders-BFwWtubb.js";import{n as b,t as x}from"./dist-CnonIdcR.js";var S=g(`octagon-x`,[[`path`,{d:`m15 9-6 6`,key:`1uzhvr`}],[`path`,{d:`M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z`,key:`2d38gg`}],[`path`,{d:`m9 9 6 6`,key:`z0biqf`}]]),C=h(),w=({theme:e=`system`,...t})=>(0,C.jsx)(x,{theme:e,className:`toaster group`,icons:{success:(0,C.jsx)(p,{className:`size-4`}),info:(0,C.jsx)(m,{className:`size-4`}),warning:(0,C.jsx)(a,{className:`size-4`}),error:(0,C.jsx)(S,{className:`size-4`}),loading:(0,C.jsx)(s,{className:`size-4 animate-spin`})},style:{"--normal-bg":`var(--popover)`,"--normal-text":`var(--popover-foreground)`,"--normal-border":`var(--border)`,"--border-radius":`var(--radius)`},toastOptions:{classNames:{toast:`cn-toast`}},...t});function T(e){let{duration:t,position:n}=o(),r=e.duration??t,i=e.position??n;return(0,C.jsx)(w,{className:`toaster--component`,...e,duration:r,position:i})}T.displayName=`Toaster`;var E=t(n(),1);function D({value:e,displayValue:t,mono:n=!1,truncate:a=!1,className:o,contentClassName:s,successMessage:l=`Copied to clipboard`}){let[d,f]=(0,E.useState)(!1),p=async()=>{try{await navigator.clipboard.writeText(e),f(!0),b.success(l),setTimeout(()=>f(!1),2e3)}catch{b.error(`Failed to copy`)}},m=t!==void 0&&typeof t!=`string`;return(0,C.jsxs)(`span`,{role:`button`,tabIndex:0,onClick:p,onKeyDown:e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),p())},className:c(`copyable--component`,`group inline-flex cursor-pointer items-center gap-1.5 rounded px-1 -mx-1 transition-colors hover:bg-muted`,o),children:[m?t:(0,C.jsx)(i,{tag:`span`,className:c(n&&`font-mono`,a&&`max-w-[300px] truncate`,s),children:t??e}),(0,C.jsx)(`span`,{className:`text-muted-foreground opacity-0 transition-opacity group-hover:opacity-100`,children:d?(0,C.jsx)(r,{className:`size-3.5 text-success`}):(0,C.jsx)(u,{className:`size-3.5`})})]})}D.displayName=`Copyable`;var O=e({CustomDisplayValue:()=>M,CustomToastMessage:()=>N,CustomerListWithCopyableEmails:()=>F,Default:()=>k,Mono:()=>A,MonoTruncate:()=>j,RealisticOrderRow:()=>P});function k(){return(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(T,{}),(0,C.jsx)(D,{value:`GCT-A4B7-C9E2`})]})}function A(){return(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(T,{}),(0,C.jsx)(D,{value:`b3a8a5b6-9b0a-4f01-8b46-92aa1d6a1f7d`,mono:!0})]})}function j(){return(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(T,{}),(0,C.jsx)(`div`,{className:`max-w-xs`,children:(0,C.jsx)(D,{value:`b3a8a5b6-9b0a-4f01-8b46-92aa1d6a1f7d-extra-long-id`,mono:!0,truncate:!0})})]})}function M(){return(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(T,{}),(0,C.jsx)(D,{value:`hello@example.com`,displayValue:(0,C.jsx)(`span`,{className:`text-primary underline underline-offset-2`,children:`hello@example.com`})})]})}function N(){return(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(T,{}),(0,C.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,C.jsx)(D,{value:`42`,successMessage:`The answer was copied!`}),(0,C.jsx)(`div`,{className:`text-xs text-muted-foreground`,children:`Click to see the custom toast.`})]})]})}function P(){let e=y[0],t=v.find(t=>t.id===e.customerId);return(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(T,{}),(0,C.jsxs)(`div`,{className:`flex flex-col gap-3 rounded-md border bg-card p-4 w-full max-w-md`,children:[(0,C.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,C.jsx)(`span`,{className:`text-xs uppercase text-muted-foreground`,children:`Order number`}),(0,C.jsx)(D,{value:e.number,mono:!0,successMessage:`Copied ${e.number}`})]}),(0,C.jsxs)(`div`,{className:`flex items-center justify-between`,children:[(0,C.jsx)(`span`,{className:`text-xs uppercase text-muted-foreground`,children:`Customer email`}),(0,C.jsx)(D,{value:t.email})]})]})]})}function F(){return(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(T,{}),(0,C.jsx)(`div`,{className:`flex flex-col gap-1 w-full max-w-md`,children:v.slice(0,4).map(e=>(0,C.jsxs)(`div`,{className:`flex items-center justify-between border-b border-border py-1.5 text-sm`,children:[(0,C.jsx)(`span`,{children:e.name}),(0,C.jsx)(D,{value:e.email})]},e.id))})]})}var I=`import { Toaster } from '@/components/base/toaster';
2
- import { Copyable } from '@/components/base/copyable';
3
- import { MOCK_CUSTOMERS, MOCK_ORDERS } from '@/preview/_mocks';
4
-
5
- export function Default() {
6
- return (
7
- <>
8
- <Toaster />
9
- <Copyable value="GCT-A4B7-C9E2" />
10
- </>
11
- );
12
- }
13
-
14
- export function Mono() {
15
- return (
16
- <>
17
- <Toaster />
18
- <Copyable value="b3a8a5b6-9b0a-4f01-8b46-92aa1d6a1f7d" mono />
19
- </>
20
- );
21
- }
22
-
23
- export function MonoTruncate() {
24
- return (
25
- <>
26
- <Toaster />
27
- <div className="max-w-xs">
28
- <Copyable value="b3a8a5b6-9b0a-4f01-8b46-92aa1d6a1f7d-extra-long-id" mono truncate />
29
- </div>
30
- </>
31
- );
32
- }
33
-
34
- export function CustomDisplayValue() {
35
- return (
36
- <>
37
- <Toaster />
38
- <Copyable
39
- value="hello@example.com"
40
- displayValue={<span className="text-primary underline underline-offset-2">hello@example.com</span>}
41
- />
42
- </>
43
- );
44
- }
45
-
46
- export function CustomToastMessage() {
47
- return (
48
- <>
49
- <Toaster />
50
- <div className="flex flex-col gap-2">
51
- <Copyable value="42" successMessage="The answer was copied!" />
52
- <div className="text-xs text-muted-foreground">Click to see the custom toast.</div>
53
- </div>
54
- </>
55
- );
56
- }
57
-
58
- export function RealisticOrderRow() {
59
- const order = MOCK_ORDERS[0];
60
- const customer = MOCK_CUSTOMERS.find((c) => c.id === order.customerId)!;
61
- return (
62
- <>
63
- <Toaster />
64
- <div className="flex flex-col gap-3 rounded-md border bg-card p-4 w-full max-w-md">
65
- <div className="flex items-center justify-between">
66
- <span className="text-xs uppercase text-muted-foreground">Order number</span>
67
- <Copyable value={order.number} mono successMessage={\`Copied \${order.number}\`} />
68
- </div>
69
- <div className="flex items-center justify-between">
70
- <span className="text-xs uppercase text-muted-foreground">Customer email</span>
71
- <Copyable value={customer.email} />
72
- </div>
73
- </div>
74
- </>
75
- );
76
- }
77
-
78
- export function CustomerListWithCopyableEmails() {
79
- return (
80
- <>
81
- <Toaster />
82
- <div className="flex flex-col gap-1 w-full max-w-md">
83
- {MOCK_CUSTOMERS.slice(0, 4).map((c) => (
84
- <div key={c.id} className="flex items-center justify-between border-b border-border py-1.5 text-sm">
85
- <span>{c.name}</span>
86
- <Copyable value={c.email} />
87
- </div>
88
- ))}
89
- </div>
90
- </>
91
- );
92
- }
93
- `;function L(e){let t={code:`code`,p:`p`,...e.components};return O||z(`Examples`,!1),M||z(`Examples.CustomDisplayValue`,!0),N||z(`Examples.CustomToastMessage`,!0),F||z(`Examples.CustomerListWithCopyableEmails`,!0),k||z(`Examples.Default`,!0),A||z(`Examples.Mono`,!0),j||z(`Examples.MonoTruncate`,!0),P||z(`Examples.RealisticOrderRow`,!0),(0,C.jsxs)(l,{title:`Copyable`,description:`Click-to-copy inline span with hover affordance and toast feedback.`,layer:`base`,status:`ready`,sourcePath:`src/components/base/copyable`,children:[(0,C.jsx)(d,{title:`Overview`,id:`overview`,children:(0,C.jsxs)(t.p,{children:[(0,C.jsx)(t.code,{children:`Copyable`}),` wraps any value in a click-to-copy span. The copy icon appears on
94
- hover, the value lands on the clipboard, and a `,(0,C.jsx)(t.code,{children:`sonner`}),` toast confirms (mount
95
- a `,(0,C.jsx)(t.code,{children:`<Toaster />`}),` somewhere in the tree). Supports `,(0,C.jsx)(t.code,{children:`mono`}),`, `,(0,C.jsx)(t.code,{children:`truncate`}),`, custom
96
- `,(0,C.jsx)(t.code,{children:`displayValue`}),`, and a custom `,(0,C.jsx)(t.code,{children:`successMessage`}),`.`]})}),(0,C.jsx)(d,{title:`Default`,id:`default`,children:(0,C.jsx)(f,{name:`Default`,source:I,children:(0,C.jsx)(k,{})})}),(0,C.jsxs)(d,{title:`Variants`,id:`variants`,children:[(0,C.jsx)(f,{name:`Mono`,source:I,children:(0,C.jsx)(A,{})}),(0,C.jsx)(f,{name:`MonoTruncate`,source:I,children:(0,C.jsx)(j,{})}),(0,C.jsx)(f,{name:`CustomDisplayValue`,source:I,children:(0,C.jsx)(M,{})}),(0,C.jsx)(f,{name:`CustomToastMessage`,source:I,children:(0,C.jsx)(N,{})})]}),(0,C.jsxs)(d,{title:`Realistic usage`,id:`realistic`,children:[(0,C.jsx)(f,{name:`RealisticOrderRow`,source:I,children:(0,C.jsx)(P,{})}),(0,C.jsx)(f,{name:`CustomerListWithCopyableEmails`,source:I,children:(0,C.jsx)(F,{})})]}),(0,C.jsx)(d,{title:`API`,id:`api`,children:(0,C.jsx)(_,{component:`Copyable`})})]})}function R(e={}){let{wrapper:t}=e.components||{};return t?(0,C.jsx)(t,{...e,children:(0,C.jsx)(L,{...e})}):L(e)}function z(e,t){throw Error(`Expected `+(t?`component`:`object`)+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}export{R as default};
@@ -1,113 +0,0 @@
1
- import{n as e}from"./chunk-QTnfLwEv.js";import{Cr as t,Tr as n,gr as r,hr as i,mr as a,r as o,t as s}from"./example-C6-_Sy6B.js";import{D as c,a as l}from"./index-B8DVXCmf.js";import{t as u}from"./props-table-CM_1cocj.js";import{t as d}from"./smart-card-7szg_qSt.js";import{t as f}from"./stacked-avatars-DORVEni2.js";import{i as p,n as m,r as h,t as g,u as _}from"./item-CMRbW6s-.js";var v={participants:`Participants`,progress:`Progress`},y=l(),b=`rounded-xl bg-background/80 ring-1 ring-border/60 p-3`,x=`bg-gradient-to-br from-violet-500 via-fuchsia-500 to-pink-500`;function S(e){return e.map((e,t)=>({id:`${t}-${e.name??e.initials??``}`,name:e.name??e.initials??`P${t+1}`,imageUrl:e.imageUrl}))}function C({title:e,description:i,badges:a=[],participants:s=[],extraParticipants:l=0,progressPercent:u,actionLabel:C,onAction:w,className:T,strings:E,variant:D=`default`,gradient:O=x}){let k=c(v,E),A=s.length+l,j=S(s);return D===`minimal`?(0,y.jsxs)(g,{variant:`outline`,className:n(`course-card--component`,`hover:bg-muted/30 transition-colors`,T),children:[(0,y.jsxs)(h,{children:[(0,y.jsx)(_,{children:e}),!!i&&(0,y.jsx)(p,{clamp:1,children:i})]}),(0,y.jsxs)(m,{children:[s.length>0&&(0,y.jsx)(f,{users:j,max:3,size:`sm`,overflowFormatter:()=>`+${l||0}`,showOverflow:l>0}),u!==void 0&&(0,y.jsxs)(t,{size:`xs`,type:`secondary`,className:`shrink-0 tabular-nums`,children:[u,`%`]}),!!C&&(0,y.jsx)(o,{variant:`secondary`,buttonStyle:`ghost`,onClick:w,children:C})]})]}):D===`gradient`?(0,y.jsxs)(`div`,{className:n(`course-card--component relative overflow-hidden rounded-lg text-white shadow-sm`,O,T),children:[(0,y.jsxs)(`div`,{className:`p-5`,children:[(0,y.jsx)(t,{size:`base`,weight:`semibold`,className:`text-white`,children:e}),!!i&&(0,y.jsx)(t,{className:`text-white/80 mt-0.5`,children:i}),a.length>0&&(0,y.jsx)(`div`,{className:`mt-3 flex flex-wrap gap-1.5`,children:a.map(e=>(0,y.jsx)(`span`,{className:`inline-flex items-center rounded-full bg-white/20 px-2 py-0.5 text-xxs font-medium text-white backdrop-blur-sm`,children:e.label},e.label))})]}),(s.length>0||u!==void 0)&&(0,y.jsxs)(`div`,{className:`bg-black/15 px-5 py-3 backdrop-blur-sm flex items-center gap-4`,children:[s.length>0&&(0,y.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,y.jsx)(f,{users:j,max:3,size:`sm`,showOverflow:!1}),(0,y.jsxs)(t,{size:`xs`,className:`text-white/80`,children:[A,` `,k.participants.toLowerCase()]})]}),u!==void 0&&(0,y.jsxs)(`div`,{className:`ml-auto flex items-center gap-2`,children:[(0,y.jsx)(`div`,{className:`h-1.5 w-24 overflow-hidden rounded-full bg-white/25`,children:(0,y.jsx)(`div`,{className:`h-full rounded-full bg-white`,style:{width:`${u}%`}})}),(0,y.jsxs)(t,{size:`xs`,className:`text-white/90 tabular-nums`,children:[u,`%`]})]})]}),!!C&&(0,y.jsx)(`div`,{className:`px-5 pb-5 pt-0`,children:(0,y.jsx)(o,{variant:`secondary`,fullWidth:!0,onClick:w,className:n(`rounded-xl bg-white/95 text-zinc-950 shadow-sm hover:bg-white hover:text-zinc-950`,`dark:bg-white/95 dark:text-zinc-950 dark:hover:bg-white dark:hover:text-zinc-950`),children:C})})]}):(0,y.jsxs)(d,{title:e,description:i,className:n(`course-card--component bg-gradient-to-b from-muted/30 to-card`,T),children:[a.length>0&&(0,y.jsx)(`div`,{className:`flex flex-wrap gap-1.5`,children:a.map(e=>(0,y.jsx)(r,{variant:e.variant,children:e.label},e.label))}),(s.length>0||u!==void 0)&&(0,y.jsxs)(`div`,{className:`mt-4 grid grid-cols-2 gap-2.5`,children:[s.length>0&&(0,y.jsxs)(`div`,{className:b,children:[(0,y.jsx)(t,{size:`xs`,type:`secondary`,children:k.participants}),(0,y.jsx)(`div`,{className:`mt-2`,children:(0,y.jsx)(f,{users:j,max:4,size:`sm`,showOverflow:l>0,overflowFormatter:()=>`+${l}`})})]}),u!==void 0&&(0,y.jsxs)(`div`,{className:b,children:[(0,y.jsx)(t,{size:`xs`,type:`secondary`,children:k.progress}),(0,y.jsxs)(`div`,{className:`mt-2.5`,children:[(0,y.jsx)(`div`,{className:`h-1.5 w-full overflow-hidden rounded-full bg-success/15`,children:(0,y.jsx)(`div`,{className:`h-full rounded-full bg-success`,style:{width:`${u}%`}})}),(0,y.jsxs)(t,{size:`xs`,type:`secondary`,className:`mt-1 tabular-nums`,children:[u,`%`]})]})]})]}),!!C&&(0,y.jsx)(o,{variant:`dark`,className:`mt-4 w-full rounded-xl`,onClick:w,children:C})]})}C.displayName=`CourseCard`;var w=e({DefaultWithEverything:()=>E,GradientCustomAmberRose:()=>k,GradientCustomCyanEmerald:()=>O,GradientVioletFuchsiaPinkDefault:()=>D,Minimal:()=>A}),T=[{name:`Vasilis Smith`},{name:`Sara Martinova`},{name:`Kostas Williams`}];function E(){return(0,y.jsx)(y.Fragment,{children:(0,y.jsx)(C,{title:`Wine Tasting Masterclass`,description:`A curated journey through Thracian Valley wines with a certified sommelier.`,badges:[{label:`Group Experience`,variant:`success`},{label:`Premium`,variant:`warning`}],participants:T,extraParticipants:3,progressPercent:60,actionLabel:`View Experience Details`,onAction:()=>{}})})}function D(){return(0,y.jsx)(y.Fragment,{children:(0,y.jsx)(C,{variant:`gradient`,title:`Sunset Photography Workshop`,description:`Three-hour shoot with golden-hour mentorship in central New York.`,badges:[{label:`Workshop`,variant:`info`}],participants:T,extraParticipants:5,progressPercent:40,actionLabel:`Reserve a Seat`,onAction:()=>{}})})}function O(){return(0,y.jsx)(y.Fragment,{children:(0,y.jsx)(C,{variant:`gradient`,gradient:`bg-gradient-to-br from-cyan-500 via-teal-500 to-emerald-500`,title:`Coastal Hike & Lunch`,description:`Scenic Black Sea coast walk followed by a tasting menu at a local kitchen.`,participants:T,extraParticipants:1,progressPercent:75,actionLabel:`Join the Hike`,onAction:()=>{}})})}function k(){return(0,y.jsx)(y.Fragment,{children:(0,y.jsx)(C,{variant:`gradient`,gradient:`bg-gradient-to-br from-amber-500 via-orange-500 to-rose-500`,title:`Pottery Studio Day`,description:`From wedging to glazing — take home two finished pieces.`,participants:T.slice(0,2),actionLabel:`Book a Spot`,onAction:()=>{}})})}function A(){return(0,y.jsx)(y.Fragment,{children:(0,y.jsxs)(`div`,{className:`space-y-2`,children:[(0,y.jsx)(C,{variant:`minimal`,title:`Wine Tasting Masterclass`,description:`Thracian Valley · 2 hrs`,participants:T,extraParticipants:3,progressPercent:60,actionLabel:`View`,onAction:()=>{}}),(0,y.jsx)(C,{variant:`minimal`,title:`Sunset Photography Workshop`,description:`New York · 3 hrs · golden hour`,participants:T,progressPercent:20,actionLabel:`Reserve`,onAction:()=>{}}),(0,y.jsx)(C,{variant:`minimal`,title:`Coastal Hike & Lunch`,description:`Black Sea coast · full day`})]})})}var j=`import { CourseCard } from '@/components/composed/cards/course-card';
2
-
3
- const SAMPLE_PARTICIPANTS = [
4
- { name: 'Vasilis Smith' },
5
- { name: 'Sara Martinova' },
6
- { name: 'Kostas Williams' },
7
- ];
8
-
9
- export function DefaultWithEverything() {
10
- return (
11
- <>
12
- <CourseCard
13
- title="Wine Tasting Masterclass"
14
- description="A curated journey through Thracian Valley wines with a certified sommelier."
15
- badges={[
16
- { label: 'Group Experience', variant: 'success' },
17
- { label: 'Premium', variant: 'warning' },
18
- ]}
19
- participants={SAMPLE_PARTICIPANTS}
20
- extraParticipants={3}
21
- progressPercent={60}
22
- actionLabel="View Experience Details"
23
- onAction={() => {}}
24
- />
25
- </>
26
- );
27
- }
28
-
29
- export function GradientVioletFuchsiaPinkDefault() {
30
- return (
31
- <>
32
- <CourseCard
33
- variant="gradient"
34
- title="Sunset Photography Workshop"
35
- description="Three-hour shoot with golden-hour mentorship in central New York."
36
- badges={[{ label: 'Workshop', variant: 'info' }]}
37
- participants={SAMPLE_PARTICIPANTS}
38
- extraParticipants={5}
39
- progressPercent={40}
40
- actionLabel="Reserve a Seat"
41
- onAction={() => {}}
42
- />
43
- </>
44
- );
45
- }
46
-
47
- export function GradientCustomCyanEmerald() {
48
- return (
49
- <>
50
- <CourseCard
51
- variant="gradient"
52
- gradient="bg-gradient-to-br from-cyan-500 via-teal-500 to-emerald-500"
53
- title="Coastal Hike & Lunch"
54
- description="Scenic Black Sea coast walk followed by a tasting menu at a local kitchen."
55
- participants={SAMPLE_PARTICIPANTS}
56
- extraParticipants={1}
57
- progressPercent={75}
58
- actionLabel="Join the Hike"
59
- onAction={() => {}}
60
- />
61
- </>
62
- );
63
- }
64
-
65
- export function GradientCustomAmberRose() {
66
- return (
67
- <>
68
- <CourseCard
69
- variant="gradient"
70
- gradient="bg-gradient-to-br from-amber-500 via-orange-500 to-rose-500"
71
- title="Pottery Studio Day"
72
- description="From wedging to glazing — take home two finished pieces."
73
- participants={SAMPLE_PARTICIPANTS.slice(0, 2)}
74
- actionLabel="Book a Spot"
75
- onAction={() => {}}
76
- />
77
- </>
78
- );
79
- }
80
-
81
- export function Minimal() {
82
- return (
83
- <>
84
- <div className="space-y-2">
85
- <CourseCard
86
- variant="minimal"
87
- title="Wine Tasting Masterclass"
88
- description="Thracian Valley · 2 hrs"
89
- participants={SAMPLE_PARTICIPANTS}
90
- extraParticipants={3}
91
- progressPercent={60}
92
- actionLabel="View"
93
- onAction={() => {}}
94
- />
95
- <CourseCard
96
- variant="minimal"
97
- title="Sunset Photography Workshop"
98
- description="New York · 3 hrs · golden hour"
99
- participants={SAMPLE_PARTICIPANTS}
100
- progressPercent={20}
101
- actionLabel="Reserve"
102
- onAction={() => {}}
103
- />
104
- <CourseCard
105
- variant="minimal"
106
- title="Coastal Hike & Lunch"
107
- description="Black Sea coast · full day"
108
- />
109
- </div>
110
- </>
111
- );
112
- }
113
- `;function M(e){let t={h4:`h4`,...e.components};return w||P(`Examples`,!1),E||P(`Examples.DefaultWithEverything`,!0),k||P(`Examples.GradientCustomAmberRose`,!0),O||P(`Examples.GradientCustomCyanEmerald`,!0),D||P(`Examples.GradientVioletFuchsiaPinkDefault`,!0),A||P(`Examples.Minimal`,!0),(0,y.jsxs)(i,{title:`Composed · Course card`,description:`Group experience with participants & progress.`,layer:`composed`,status:`ready`,children:[(0,y.jsxs)(a,{title:`Examples`,id:`examples`,children:[(0,y.jsx)(s,{name:`DefaultWithEverything`,source:j,children:(0,y.jsx)(E,{})}),(0,y.jsx)(s,{name:`GradientVioletFuchsiaPinkDefault`,source:j,children:(0,y.jsx)(D,{})}),(0,y.jsx)(s,{name:`GradientCustomCyanEmerald`,source:j,children:(0,y.jsx)(O,{})}),(0,y.jsx)(s,{name:`GradientCustomAmberRose`,source:j,children:(0,y.jsx)(k,{})}),(0,y.jsx)(s,{name:`Minimal`,source:j,children:(0,y.jsx)(A,{})})]}),(0,y.jsxs)(a,{title:`API`,id:`api`,children:[(0,y.jsx)(t.h4,{children:`CourseCard`}),(0,y.jsx)(u,{component:`CourseCard`})]})]})}function N(e={}){let{wrapper:t}=e.components||{};return t?(0,y.jsx)(t,{...e,children:(0,y.jsx)(M,{...e})}):M(e)}function P(e,t){throw Error(`Expected `+(t?`component`:`object`)+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}export{N as default};
@@ -1 +0,0 @@
1
- import{r as e}from"./index-B8DVXCmf.js";var t=e(`cpu`,[[`path`,{d:`M12 20v2`,key:`1lh1kg`}],[`path`,{d:`M12 2v2`,key:`tus03m`}],[`path`,{d:`M17 20v2`,key:`1rnc9c`}],[`path`,{d:`M17 2v2`,key:`11trls`}],[`path`,{d:`M2 12h2`,key:`1t8f8n`}],[`path`,{d:`M2 17h2`,key:`7oei6x`}],[`path`,{d:`M2 7h2`,key:`asdhe0`}],[`path`,{d:`M20 12h2`,key:`1q8mjw`}],[`path`,{d:`M20 17h2`,key:`1fpfkl`}],[`path`,{d:`M20 7h2`,key:`1o8tra`}],[`path`,{d:`M7 20v2`,key:`4gnj0m`}],[`path`,{d:`M7 2v2`,key:`1i4yhu`}],[`rect`,{x:`4`,y:`4`,width:`16`,height:`16`,rx:`2`,key:`1vbyd7`}],[`rect`,{x:`8`,y:`8`,width:`8`,height:`8`,rx:`1`,key:`z9xiuo`}]]);export{t};
@@ -1 +0,0 @@
1
- import{r as e}from"./index-B8DVXCmf.js";var t=e(`credit-card`,[[`rect`,{width:`20`,height:`14`,x:`2`,y:`5`,rx:`2`,key:`ynyp8z`}],[`line`,{x1:`2`,x2:`22`,y1:`10`,y2:`10`,key:`1b3vmo`}]]);export{t};