@purpur/library 9.7.5 → 9.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (304) hide show
  1. package/CHANGELOG.json +54 -0
  2. package/CHANGELOG.md +25 -1
  3. package/dist/LICENSE.txt +7 -7
  4. package/dist/{RichText-yobCUjTD.js → RichText-BAVZadzi.js} +2 -2
  5. package/dist/{RichText-yobCUjTD.js.map → RichText-BAVZadzi.js.map} +1 -1
  6. package/dist/{RichText-jZ-sHV-u.mjs → RichText-D4vznH1B.mjs} +2 -2
  7. package/dist/{RichText-jZ-sHV-u.mjs.map → RichText-D4vznH1B.mjs.map} +1 -1
  8. package/dist/{ThemeProvider-DiDBfyFA.mjs → ThemeProvider-BJ25_asg.mjs} +13 -13
  9. package/dist/{ThemeProvider-DiDBfyFA.mjs.map → ThemeProvider-BJ25_asg.mjs.map} +1 -1
  10. package/dist/{ThemeProvider-D7oXcAde.js → ThemeProvider-BJGm3zai.js} +2 -2
  11. package/dist/{ThemeProvider-D7oXcAde.js.map → ThemeProvider-BJGm3zai.js.map} +1 -1
  12. package/dist/{accordion-CIU4U8-4.mjs → accordion-B6OoQ4uZ.mjs} +2 -2
  13. package/dist/{accordion-CIU4U8-4.mjs.map → accordion-B6OoQ4uZ.mjs.map} +1 -1
  14. package/dist/{accordion-DyhOG54L.js → accordion-BfpN5h4C.js} +2 -2
  15. package/dist/{accordion-DyhOG54L.js.map → accordion-BfpN5h4C.js.map} +1 -1
  16. package/dist/accordion.cjs.js +1 -1
  17. package/dist/accordion.es.js +1 -1
  18. package/dist/{autocomplete-3kV1btuI.js → autocomplete-CcVDJbwS.js} +2 -2
  19. package/dist/{autocomplete-3kV1btuI.js.map → autocomplete-CcVDJbwS.js.map} +1 -1
  20. package/dist/{autocomplete-BEGRn-Wh.mjs → autocomplete-DF17Zm7Q.mjs} +3 -3
  21. package/dist/{autocomplete-BEGRn-Wh.mjs.map → autocomplete-DF17Zm7Q.mjs.map} +1 -1
  22. package/dist/autocomplete.cjs.js +1 -1
  23. package/dist/autocomplete.es.js +1 -1
  24. package/dist/avatar-BDF2KuEh.mjs +28 -0
  25. package/dist/avatar-BDF2KuEh.mjs.map +1 -0
  26. package/dist/avatar-nDQ8fk-2.js +2 -0
  27. package/dist/avatar-nDQ8fk-2.js.map +1 -0
  28. package/dist/avatar.cjs.js +1 -1
  29. package/dist/avatar.es.js +1 -1
  30. package/dist/{card-DFdUs5RG.js → card-pdsBEJif.js} +2 -2
  31. package/dist/{card-DFdUs5RG.js.map → card-pdsBEJif.js.map} +1 -1
  32. package/dist/{card-C2mdp-ur.mjs → card-t2ZkZ82G.mjs} +2 -2
  33. package/dist/{card-C2mdp-ur.mjs.map → card-t2ZkZ82G.mjs.map} +1 -1
  34. package/dist/card.cjs.js +1 -1
  35. package/dist/card.es.js +1 -1
  36. package/dist/{checkbox-BHTx89JQ.mjs → checkbox-DaRtZXrE.mjs} +2 -2
  37. package/dist/{checkbox-BHTx89JQ.mjs.map → checkbox-DaRtZXrE.mjs.map} +1 -1
  38. package/dist/{checkbox-CDNcNv6d.js → checkbox-qjWQEoa5.js} +2 -2
  39. package/dist/{checkbox-CDNcNv6d.js.map → checkbox-qjWQEoa5.js.map} +1 -1
  40. package/dist/checkbox.cjs.js +1 -1
  41. package/dist/checkbox.es.js +1 -1
  42. package/dist/comparison-table-DHFpydbq.js +2 -0
  43. package/dist/comparison-table-DHFpydbq.js.map +1 -0
  44. package/dist/comparison-table-DQJL1IVC.mjs +293 -0
  45. package/dist/comparison-table-DQJL1IVC.mjs.map +1 -0
  46. package/dist/comparison-table.cjs.js +1 -1
  47. package/dist/comparison-table.es.js +1 -1
  48. package/dist/components/accordion/src/accordion.visual.fixtures.d.ts +13 -0
  49. package/dist/components/accordion/src/accordion.visual.fixtures.d.ts.map +1 -0
  50. package/dist/components/alert-badge/src/alert-badge.visual.fixtures.d.ts +15 -0
  51. package/dist/components/alert-badge/src/alert-badge.visual.fixtures.d.ts.map +1 -0
  52. package/dist/components/avatar/src/avatar.d.ts +2 -2
  53. package/dist/components/avatar/src/avatar.d.ts.map +1 -1
  54. package/dist/components/avatar/src/avatar.visual.fixtures.d.ts +14 -0
  55. package/dist/components/avatar/src/avatar.visual.fixtures.d.ts.map +1 -0
  56. package/dist/components/badge/src/badge.visual.fixtures.d.ts +13 -0
  57. package/dist/components/badge/src/badge.visual.fixtures.d.ts.map +1 -0
  58. package/dist/components/comparison-table/src/components/OptionCard/option-card.d.ts +1 -1
  59. package/dist/components/comparison-table/src/components/OptionCard/option-card.d.ts.map +1 -1
  60. package/dist/components/countdown/src/countdown.d.ts.map +1 -1
  61. package/dist/components/countdown/src/countdown.types.d.ts +10 -0
  62. package/dist/components/countdown/src/countdown.types.d.ts.map +1 -1
  63. package/dist/components/countdown/src/countdown.visual.fixtures.d.ts +13 -0
  64. package/dist/components/countdown/src/countdown.visual.fixtures.d.ts.map +1 -0
  65. package/dist/components/countdown/src/utils.d.ts +1 -1
  66. package/dist/components/countdown/src/utils.d.ts.map +1 -1
  67. package/dist/components/footer/src/telia-logo.d.ts.map +1 -1
  68. package/dist/components/hero-banner/src/hero-banner-types.d.ts +48 -0
  69. package/dist/components/hero-banner/src/hero-banner-types.d.ts.map +1 -0
  70. package/dist/components/hero-banner/src/hero-banner.d.ts +5 -48
  71. package/dist/components/hero-banner/src/hero-banner.d.ts.map +1 -1
  72. package/dist/components/hero-banner/src/hero-banner.visual.fixtures.d.ts +1 -1
  73. package/dist/components/hero-banner/src/hero-banner.visual.fixtures.d.ts.map +1 -1
  74. package/dist/components/search-field/src/search-field.visual.fixtures.d.ts +14 -0
  75. package/dist/components/search-field/src/search-field.visual.fixtures.d.ts.map +1 -0
  76. package/dist/components-metadata.js +2 -2
  77. package/dist/{content-block-CakKeJtN.mjs → content-block-CDMrz41K.mjs} +2 -2
  78. package/dist/{content-block-CakKeJtN.mjs.map → content-block-CDMrz41K.mjs.map} +1 -1
  79. package/dist/{content-block-CrekbIfe.js → content-block-DyYAnL2e.js} +2 -2
  80. package/dist/{content-block-CrekbIfe.js.map → content-block-DyYAnL2e.js.map} +1 -1
  81. package/dist/content-block.cjs.js +1 -1
  82. package/dist/content-block.es.js +1 -1
  83. package/dist/countdown-5Ni6OlVY.mjs +189 -0
  84. package/dist/countdown-5Ni6OlVY.mjs.map +1 -0
  85. package/dist/countdown-CGXJyzB2.js +2 -0
  86. package/dist/countdown-CGXJyzB2.js.map +1 -0
  87. package/dist/countdown.cjs.js +1 -1
  88. package/dist/countdown.es.js +1 -1
  89. package/dist/{date-field-BKKty89_.js → date-field-CKxEWHG3.js} +2 -2
  90. package/dist/{date-field-BKKty89_.js.map → date-field-CKxEWHG3.js.map} +1 -1
  91. package/dist/{date-field-Cv5CKR1y.mjs → date-field-HEFdHIxk.mjs} +2 -2
  92. package/dist/{date-field-Cv5CKR1y.mjs.map → date-field-HEFdHIxk.mjs.map} +1 -1
  93. package/dist/date-field.cjs.js +1 -1
  94. package/dist/date-field.es.js +1 -1
  95. package/dist/{date-picker-CIizn3Pv.js → date-picker-CDBwkAJI.js} +2 -2
  96. package/dist/{date-picker-CIizn3Pv.js.map → date-picker-CDBwkAJI.js.map} +1 -1
  97. package/dist/{date-picker-DixxW60s.mjs → date-picker-cQewKIMN.mjs} +6 -6
  98. package/dist/{date-picker-DixxW60s.mjs.map → date-picker-cQewKIMN.mjs.map} +1 -1
  99. package/dist/date-picker.cjs.js +1 -1
  100. package/dist/date-picker.es.js +1 -1
  101. package/dist/{date-range-field-D8vLeSwp.js → date-range-field-D7Hn9FGN.js} +2 -2
  102. package/dist/{date-range-field-D8vLeSwp.js.map → date-range-field-D7Hn9FGN.js.map} +1 -1
  103. package/dist/{date-range-field-CFcjprIl.mjs → date-range-field-_WctWD29.mjs} +2 -2
  104. package/dist/{date-range-field-CFcjprIl.mjs.map → date-range-field-_WctWD29.mjs.map} +1 -1
  105. package/dist/date-range-field.cjs.js +1 -1
  106. package/dist/date-range-field.es.js +1 -1
  107. package/dist/{drawer-DyhsP34o.js → drawer-DyLQfvEh.js} +2 -2
  108. package/dist/{drawer-DyhsP34o.js.map → drawer-DyLQfvEh.js.map} +1 -1
  109. package/dist/{drawer-BzkRd9F0.mjs → drawer-cIUx6WSZ.mjs} +3 -3
  110. package/dist/{drawer-BzkRd9F0.mjs.map → drawer-cIUx6WSZ.mjs.map} +1 -1
  111. package/dist/drawer.cjs.js +1 -1
  112. package/dist/drawer.es.js +1 -1
  113. package/dist/{dropdown-CMO_VD5e.mjs → dropdown-CDK_eRm3.mjs} +3 -3
  114. package/dist/{dropdown-CMO_VD5e.mjs.map → dropdown-CDK_eRm3.mjs.map} +1 -1
  115. package/dist/{dropdown-DJKNQnuo.js → dropdown-_FLHLyPL.js} +2 -2
  116. package/dist/{dropdown-DJKNQnuo.js.map → dropdown-_FLHLyPL.js.map} +1 -1
  117. package/dist/dropdown.cjs.js +1 -1
  118. package/dist/dropdown.es.js +1 -1
  119. package/dist/footer-CS6ZfztM.js +2 -0
  120. package/dist/footer-CS6ZfztM.js.map +1 -0
  121. package/dist/{footer-DenAcikt.mjs → footer-OJXbTn1e.mjs} +87 -97
  122. package/dist/footer-OJXbTn1e.mjs.map +1 -0
  123. package/dist/footer.cjs.js +1 -1
  124. package/dist/footer.es.js +1 -1
  125. package/dist/hero-banner--v-ezYMr.js +2 -0
  126. package/dist/hero-banner--v-ezYMr.js.map +1 -0
  127. package/dist/{hero-banner-B7xrDfzN.mjs → hero-banner-n9K-Jsdz.mjs} +78 -78
  128. package/dist/hero-banner-n9K-Jsdz.mjs.map +1 -0
  129. package/dist/hero-banner.cjs.js +1 -1
  130. package/dist/hero-banner.es.js +1 -1
  131. package/dist/library.cjs.js +1 -1
  132. package/dist/library.es.js +39 -39
  133. package/dist/{listbox-i6BQQ-NZ.mjs → listbox-CtV-Vcmy.mjs} +2 -2
  134. package/dist/{listbox-i6BQQ-NZ.mjs.map → listbox-CtV-Vcmy.mjs.map} +1 -1
  135. package/dist/{listbox-ATP4hOWF.js → listbox-lXO21cJV.js} +2 -2
  136. package/dist/{listbox-ATP4hOWF.js.map → listbox-lXO21cJV.js.map} +1 -1
  137. package/dist/listbox.cjs.js +1 -1
  138. package/dist/listbox.es.js +1 -1
  139. package/dist/{loading-Dwtkjstg.js → loading-B_0NjCnh.js} +2 -2
  140. package/dist/{loading-Dwtkjstg.js.map → loading-B_0NjCnh.js.map} +1 -1
  141. package/dist/{loading-r23nxJSz.mjs → loading-DqZBpMaa.mjs} +2 -2
  142. package/dist/{loading-r23nxJSz.mjs.map → loading-DqZBpMaa.mjs.map} +1 -1
  143. package/dist/loading.cjs.js +1 -1
  144. package/dist/loading.es.js +1 -1
  145. package/dist/{message-D9CDwcw9.mjs → message-CeXuAhmb.mjs} +3 -3
  146. package/dist/{message-D9CDwcw9.mjs.map → message-CeXuAhmb.mjs.map} +1 -1
  147. package/dist/{message-0yTS5pOF.js → message-DsGB-JFh.js} +2 -2
  148. package/dist/{message-0yTS5pOF.js.map → message-DsGB-JFh.js.map} +1 -1
  149. package/dist/message.cjs.js +1 -1
  150. package/dist/message.es.js +1 -1
  151. package/dist/{modal-EIP36327.mjs → modal-Bu1Zv5Ic.mjs} +4 -4
  152. package/dist/{modal-EIP36327.mjs.map → modal-Bu1Zv5Ic.mjs.map} +1 -1
  153. package/dist/{modal-DJn9idcw.js → modal-D0Qxrvx5.js} +2 -2
  154. package/dist/{modal-DJn9idcw.js.map → modal-D0Qxrvx5.js.map} +1 -1
  155. package/dist/modal.cjs.js +1 -1
  156. package/dist/modal.es.js +1 -1
  157. package/dist/{notification-B5bNNq86.js → notification-D2oClkX2.js} +2 -2
  158. package/dist/{notification-B5bNNq86.js.map → notification-D2oClkX2.js.map} +1 -1
  159. package/dist/{notification-BbQCmsnY.mjs → notification-DiVdy6E_.mjs} +2 -2
  160. package/dist/{notification-BbQCmsnY.mjs.map → notification-DiVdy6E_.mjs.map} +1 -1
  161. package/dist/notification.cjs.js +1 -1
  162. package/dist/notification.es.js +1 -1
  163. package/dist/{pagination-rFRdkHII.js → pagination-BDfaybj3.js} +2 -2
  164. package/dist/{pagination-rFRdkHII.js.map → pagination-BDfaybj3.js.map} +1 -1
  165. package/dist/{pagination-Cc_4zCQA.mjs → pagination-Bm38GKga.mjs} +2 -2
  166. package/dist/{pagination-Cc_4zCQA.mjs.map → pagination-Bm38GKga.mjs.map} +1 -1
  167. package/dist/pagination.cjs.js +1 -1
  168. package/dist/pagination.es.js +1 -1
  169. package/dist/{paragraph-By4jMjnH.js → paragraph-B8HFdNne.js} +2 -2
  170. package/dist/{paragraph-By4jMjnH.js.map → paragraph-B8HFdNne.js.map} +1 -1
  171. package/dist/{paragraph-DSxXmX_0.mjs → paragraph-CwAdFoIm.mjs} +3 -3
  172. package/dist/{paragraph-DSxXmX_0.mjs.map → paragraph-CwAdFoIm.mjs.map} +1 -1
  173. package/dist/paragraph.cjs.js +1 -1
  174. package/dist/paragraph.es.js +1 -1
  175. package/dist/{popover-DnGgzfQr.js → popover-BFozkeS3.js} +2 -2
  176. package/dist/{popover-DnGgzfQr.js.map → popover-BFozkeS3.js.map} +1 -1
  177. package/dist/{popover-DERrvReO.mjs → popover-DFPGkVJ6.mjs} +4 -4
  178. package/dist/{popover-DERrvReO.mjs.map → popover-DFPGkVJ6.mjs.map} +1 -1
  179. package/dist/popover.cjs.js +1 -1
  180. package/dist/popover.es.js +1 -1
  181. package/dist/{product-card-Bt-F0wKr.mjs → product-card-CxfHfJVV.mjs} +3 -3
  182. package/dist/{product-card-Bt-F0wKr.mjs.map → product-card-CxfHfJVV.mjs.map} +1 -1
  183. package/dist/{product-card-8X-Ld2d_.js → product-card-XxBwuxM-.js} +2 -2
  184. package/dist/{product-card-8X-Ld2d_.js.map → product-card-XxBwuxM-.js.map} +1 -1
  185. package/dist/product-card.cjs.js +1 -1
  186. package/dist/product-card.es.js +1 -1
  187. package/dist/{promotion-card-DKc2Cx1h.js → promotion-card-C1UoxzcV.js} +2 -2
  188. package/dist/{promotion-card-DKc2Cx1h.js.map → promotion-card-C1UoxzcV.js.map} +1 -1
  189. package/dist/{promotion-card-BnzIVNQ4.mjs → promotion-card-CooYPpFo.mjs} +38 -38
  190. package/dist/{promotion-card-BnzIVNQ4.mjs.map → promotion-card-CooYPpFo.mjs.map} +1 -1
  191. package/dist/promotion-card.cjs.js +1 -1
  192. package/dist/promotion-card.es.js +1 -1
  193. package/dist/purpur.css +1 -1
  194. package/dist/{quantity-selector-CvBvnMeB.mjs → quantity-selector-B4YnfmNb.mjs} +2 -2
  195. package/dist/{quantity-selector-CvBvnMeB.mjs.map → quantity-selector-B4YnfmNb.mjs.map} +1 -1
  196. package/dist/{quantity-selector-CDSfcTb1.js → quantity-selector-CTBoxiPO.js} +2 -2
  197. package/dist/{quantity-selector-CDSfcTb1.js.map → quantity-selector-CTBoxiPO.js.map} +1 -1
  198. package/dist/quantity-selector.cjs.js +1 -1
  199. package/dist/quantity-selector.es.js +1 -1
  200. package/dist/{radio-card-group-nrDi5EPK.js → radio-card-group-BXwkIIEw.js} +2 -2
  201. package/dist/{radio-card-group-nrDi5EPK.js.map → radio-card-group-BXwkIIEw.js.map} +1 -1
  202. package/dist/{radio-card-group-ZBXjYcQs.mjs → radio-card-group-Bn6SK0Wc.mjs} +2 -2
  203. package/dist/{radio-card-group-ZBXjYcQs.mjs.map → radio-card-group-Bn6SK0Wc.mjs.map} +1 -1
  204. package/dist/radio-card-group.cjs.js +1 -1
  205. package/dist/radio-card-group.es.js +1 -1
  206. package/dist/rich-text.cjs.js +1 -1
  207. package/dist/rich-text.es.js +1 -1
  208. package/dist/{search-field-DKyNh7pE.mjs → search-field-BPLzy3RR.mjs} +3 -3
  209. package/dist/{search-field-DKyNh7pE.mjs.map → search-field-BPLzy3RR.mjs.map} +1 -1
  210. package/dist/{search-field-2vdDbiT0.js → search-field-Dx4qCcrh.js} +2 -2
  211. package/dist/{search-field-2vdDbiT0.js.map → search-field-Dx4qCcrh.js.map} +1 -1
  212. package/dist/search-field.cjs.js +1 -1
  213. package/dist/search-field.es.js +1 -1
  214. package/dist/{stepper-e0qicwqd.mjs → stepper-DSl-YCMe.mjs} +2 -2
  215. package/dist/{stepper-e0qicwqd.mjs.map → stepper-DSl-YCMe.mjs.map} +1 -1
  216. package/dist/{stepper-5qMo_shq.js → stepper-eaxkBC7o.js} +2 -2
  217. package/dist/{stepper-5qMo_shq.js.map → stepper-eaxkBC7o.js.map} +1 -1
  218. package/dist/stepper.cjs.js +1 -1
  219. package/dist/stepper.es.js +1 -1
  220. package/dist/{table-i1Gs9e0e.mjs → table-D9MKkbPO.mjs} +9 -9
  221. package/dist/{table-i1Gs9e0e.mjs.map → table-D9MKkbPO.mjs.map} +1 -1
  222. package/dist/{table-BOCcBzSO.js → table-rS3hITtj.js} +2 -2
  223. package/dist/{table-BOCcBzSO.js.map → table-rS3hITtj.js.map} +1 -1
  224. package/dist/table.cjs.js +1 -1
  225. package/dist/table.es.js +1 -1
  226. package/dist/{text-area-D0truMT1.js → text-area-9RUldq6W.js} +2 -2
  227. package/dist/{text-area-D0truMT1.js.map → text-area-9RUldq6W.js.map} +1 -1
  228. package/dist/{text-area-IVH-k4MM.mjs → text-area-C58aZEPa.mjs} +3 -3
  229. package/dist/{text-area-IVH-k4MM.mjs.map → text-area-C58aZEPa.mjs.map} +1 -1
  230. package/dist/text-area.cjs.js +1 -1
  231. package/dist/text-area.es.js +1 -1
  232. package/dist/text-field-C2W13n15.js +2 -0
  233. package/dist/{text-field-CYJzQG3h.js.map → text-field-C2W13n15.js.map} +1 -1
  234. package/dist/{text-field-BQfxJobW.mjs → text-field-D8MMa6ij.mjs} +114 -114
  235. package/dist/{text-field-BQfxJobW.mjs.map → text-field-D8MMa6ij.mjs.map} +1 -1
  236. package/dist/text-field.cjs.js +1 -1
  237. package/dist/text-field.es.js +1 -1
  238. package/dist/theme.cjs.js +1 -1
  239. package/dist/theme.es.js +3 -3
  240. package/dist/{toggle-B8ZLUVar.js → toggle-BgrfdtmN.js} +2 -2
  241. package/dist/{toggle-B8ZLUVar.js.map → toggle-BgrfdtmN.js.map} +1 -1
  242. package/dist/{toggle-CY3J8BRX.mjs → toggle-Cg1KFa_2.mjs} +2 -2
  243. package/dist/{toggle-CY3J8BRX.mjs.map → toggle-Cg1KFa_2.mjs.map} +1 -1
  244. package/dist/toggle.cjs.js +1 -1
  245. package/dist/toggle.es.js +1 -1
  246. package/dist/tokens/color/variables.css +1 -1
  247. package/dist/tokens/color/variables.dark.css +1 -1
  248. package/dist/tokens/color/variables.dark.js +1 -1
  249. package/dist/tokens/color/variables.dark.json +1 -1
  250. package/dist/tokens/color/variables.dark.scss +1 -1
  251. package/dist/tokens/color/variables.js +1 -1
  252. package/dist/tokens/color/variables.json +1 -1
  253. package/dist/tokens/color/variables.scss +1 -1
  254. package/dist/tokens.cjs.js +1 -1
  255. package/dist/tokens.es.js +1 -1
  256. package/dist/{tooltip-CJGmJDFQ.js → tooltip-B-11qk-0.js} +2 -2
  257. package/dist/{tooltip-CJGmJDFQ.js.map → tooltip-B-11qk-0.js.map} +1 -1
  258. package/dist/{tooltip-RA-03bKs.mjs → tooltip-DngYHn5W.mjs} +4 -4
  259. package/dist/{tooltip-RA-03bKs.mjs.map → tooltip-DngYHn5W.mjs.map} +1 -1
  260. package/dist/tooltip.cjs.js +1 -1
  261. package/dist/tooltip.es.js +1 -1
  262. package/dist/{useColorScheme-B9DWd-LN.mjs → useColorScheme-B7lGBSe4.mjs} +2 -2
  263. package/dist/{useColorScheme-B9DWd-LN.mjs.map → useColorScheme-B7lGBSe4.mjs.map} +1 -1
  264. package/dist/useColorScheme-BHhPgv9q.js +2 -0
  265. package/dist/{useColorScheme-DbTQjxNB.js.map → useColorScheme-BHhPgv9q.js.map} +1 -1
  266. package/dist/useThemePortalContainer-CUcqV327.js +2 -0
  267. package/dist/{useThemePortalContainer-D9BYjEvT.js.map → useThemePortalContainer-CUcqV327.js.map} +1 -1
  268. package/dist/useThemePortalContainer-D13Xx24N.mjs +9 -0
  269. package/dist/{useThemePortalContainer-tFLTaYKN.mjs.map → useThemePortalContainer-D13Xx24N.mjs.map} +1 -1
  270. package/dist/{variables-B5hbV0Uy.mjs → variables-BrsAsWIF.mjs} +2 -2
  271. package/dist/{variables-B5hbV0Uy.mjs.map → variables-BrsAsWIF.mjs.map} +1 -1
  272. package/dist/{variables-DoI78zZc.js → variables-D1vNo1lO.js} +2 -2
  273. package/dist/{variables-DoI78zZc.js.map → variables-D1vNo1lO.js.map} +1 -1
  274. package/package.json +21 -21
  275. package/tokens/color/variables.css +1 -1
  276. package/tokens/color/variables.dark.css +1 -1
  277. package/tokens/color/variables.dark.js +1 -1
  278. package/tokens/color/variables.dark.json +1 -1
  279. package/tokens/color/variables.dark.scss +1 -1
  280. package/tokens/color/variables.js +1 -1
  281. package/tokens/color/variables.json +1 -1
  282. package/tokens/color/variables.scss +1 -1
  283. package/dist/avatar-CYnD57o4.js +0 -2
  284. package/dist/avatar-CYnD57o4.js.map +0 -1
  285. package/dist/avatar-CzbDD1MK.mjs +0 -27
  286. package/dist/avatar-CzbDD1MK.mjs.map +0 -1
  287. package/dist/comparison-table-0UDB2BTU.js +0 -2
  288. package/dist/comparison-table-0UDB2BTU.js.map +0 -1
  289. package/dist/comparison-table-CjTE-fHN.mjs +0 -292
  290. package/dist/comparison-table-CjTE-fHN.mjs.map +0 -1
  291. package/dist/countdown-BsLsEZBv.mjs +0 -179
  292. package/dist/countdown-BsLsEZBv.mjs.map +0 -1
  293. package/dist/countdown-hYrFLmRg.js +0 -2
  294. package/dist/countdown-hYrFLmRg.js.map +0 -1
  295. package/dist/footer-3Y-664-8.js +0 -2
  296. package/dist/footer-3Y-664-8.js.map +0 -1
  297. package/dist/footer-DenAcikt.mjs.map +0 -1
  298. package/dist/hero-banner-B7xrDfzN.mjs.map +0 -1
  299. package/dist/hero-banner-DthITuQ7.js +0 -2
  300. package/dist/hero-banner-DthITuQ7.js.map +0 -1
  301. package/dist/text-field-CYJzQG3h.js +0 -2
  302. package/dist/useColorScheme-DbTQjxNB.js +0 -2
  303. package/dist/useThemePortalContainer-D9BYjEvT.js +0 -2
  304. package/dist/useThemePortalContainer-tFLTaYKN.mjs +0 -9
@@ -1,59 +1,59 @@
1
1
  import { jsx as n, jsxs as i } from "react/jsx-runtime";
2
- import { G as B } from "./grid-DGnCQgwf.mjs";
3
- import { H } from "./heading-xwBuT_-9.mjs";
4
- import { P as v } from "./paragraph-DSxXmX_0.mjs";
5
- import { a as V } from "./ThemeProvider-DiDBfyFA.mjs";
2
+ import { G as H } from "./grid-DGnCQgwf.mjs";
3
+ import { H as V } from "./heading-xwBuT_-9.mjs";
4
+ import { P as v } from "./paragraph-CwAdFoIm.mjs";
5
+ import { a as C } from "./ThemeProvider-BJ25_asg.mjs";
6
6
  import "react";
7
7
  import { c as $ } from "./bind-CU-R61T-.mjs";
8
- import { b as C } from "./button-4-yWOgtD.mjs";
9
- import { b as Z } from "./icon.es-CZcKxTaM.mjs";
8
+ import { b as Z } from "./button-4-yWOgtD.mjs";
9
+ import { b as M } from "./icon.es-CZcKxTaM.mjs";
10
10
  const p = {
11
- "purpur-hero-banner": "_purpur-hero-banner_ue1q7_1",
12
- "purpur-hero-banner__grid-container": "_purpur-hero-banner__grid-container_ue1q7_5",
13
- "purpur-hero-banner__container": "_purpur-hero-banner__container_ue1q7_8",
14
- "purpur-hero-banner__container--with-media": "_purpur-hero-banner__container--with-media_ue1q7_17",
15
- "purpur-hero-banner__container--no-media": "_purpur-hero-banner__container--no-media_ue1q7_28",
16
- "purpur-hero-banner__breadcrumbs": "_purpur-hero-banner__breadcrumbs_ue1q7_39",
17
- "purpur-hero-banner__content": "_purpur-hero-banner__content_ue1q7_57",
18
- "purpur-hero-banner__content--no-media": "_purpur-hero-banner__content--no-media_ue1q7_75",
19
- "purpur-hero-banner__content--no-breadcrumbs": "_purpur-hero-banner__content--no-breadcrumbs_ue1q7_79",
20
- "purpur-hero-banner__content--no-additional-text": "_purpur-hero-banner__content--no-additional-text_ue1q7_83",
21
- "purpur-hero-banner__main-content": "_purpur-hero-banner__main-content_ue1q7_91",
22
- "purpur-hero-banner__main-content--no-media": "_purpur-hero-banner__main-content--no-media_ue1q7_99",
23
- "purpur-hero-banner__title": "_purpur-hero-banner__title_ue1q7_102",
24
- "purpur-hero-banner__title--hyphens-default": "_purpur-hero-banner__title--hyphens-default_ue1q7_109",
25
- "purpur-hero-banner__title--hyphens-enabled": "_purpur-hero-banner__title--hyphens-enabled_ue1q7_117",
26
- "purpur-hero-banner__title--hyphens-disabled": "_purpur-hero-banner__title--hyphens-disabled_ue1q7_120",
27
- "purpur-hero-banner__preamble": "_purpur-hero-banner__preamble_ue1q7_123",
28
- "purpur-hero-banner__custom-content": "_purpur-hero-banner__custom-content_ue1q7_128",
29
- "purpur-hero-banner__actions": "_purpur-hero-banner__actions_ue1q7_132",
30
- "purpur-hero-banner__additional-text": "_purpur-hero-banner__additional-text_ue1q7_148",
31
- "purpur-hero-banner__media": "_purpur-hero-banner__media_ue1q7_152",
32
- "purpur-hero-banner__media--sm": "_purpur-hero-banner__media--sm_ue1q7_156",
33
- "purpur-hero-banner__media--lg": "_purpur-hero-banner__media--lg_ue1q7_164",
34
- "purpur-hero-banner__video-button": "_purpur-hero-banner__video-button_ue1q7_203"
35
- }, M = "purpur-hero-banner", k = $.bind(p), A = ({ children: _, className: o, ...a }) => /* @__PURE__ */ n("div", { ...a, className: k(`${M}__actions`, o), children: _ }), G = {
11
+ "purpur-hero-banner": "_purpur-hero-banner_1o0s2_1",
12
+ "purpur-hero-banner__grid-container": "_purpur-hero-banner__grid-container_1o0s2_5",
13
+ "purpur-hero-banner__container": "_purpur-hero-banner__container_1o0s2_8",
14
+ "purpur-hero-banner__container--with-media": "_purpur-hero-banner__container--with-media_1o0s2_17",
15
+ "purpur-hero-banner__container--no-media": "_purpur-hero-banner__container--no-media_1o0s2_28",
16
+ "purpur-hero-banner__breadcrumbs": "_purpur-hero-banner__breadcrumbs_1o0s2_39",
17
+ "purpur-hero-banner__content": "_purpur-hero-banner__content_1o0s2_57",
18
+ "purpur-hero-banner__content--no-media": "_purpur-hero-banner__content--no-media_1o0s2_75",
19
+ "purpur-hero-banner__content--no-breadcrumbs": "_purpur-hero-banner__content--no-breadcrumbs_1o0s2_79",
20
+ "purpur-hero-banner__content--no-additional-text": "_purpur-hero-banner__content--no-additional-text_1o0s2_83",
21
+ "purpur-hero-banner__main-content": "_purpur-hero-banner__main-content_1o0s2_91",
22
+ "purpur-hero-banner__main-content--no-media": "_purpur-hero-banner__main-content--no-media_1o0s2_99",
23
+ "purpur-hero-banner__title": "_purpur-hero-banner__title_1o0s2_102",
24
+ "purpur-hero-banner__title--hyphens-default": "_purpur-hero-banner__title--hyphens-default_1o0s2_109",
25
+ "purpur-hero-banner__title--hyphens-enabled": "_purpur-hero-banner__title--hyphens-enabled_1o0s2_117",
26
+ "purpur-hero-banner__title--hyphens-disabled": "_purpur-hero-banner__title--hyphens-disabled_1o0s2_120",
27
+ "purpur-hero-banner__preamble": "_purpur-hero-banner__preamble_1o0s2_123",
28
+ "purpur-hero-banner__custom-content": "_purpur-hero-banner__custom-content_1o0s2_128",
29
+ "purpur-hero-banner__actions": "_purpur-hero-banner__actions_1o0s2_128",
30
+ "purpur-hero-banner__additional-text": "_purpur-hero-banner__additional-text_1o0s2_151",
31
+ "purpur-hero-banner__media": "_purpur-hero-banner__media_1o0s2_155",
32
+ "purpur-hero-banner__media--sm": "_purpur-hero-banner__media--sm_1o0s2_159",
33
+ "purpur-hero-banner__media--lg": "_purpur-hero-banner__media--lg_1o0s2_167",
34
+ "purpur-hero-banner__video-button": "_purpur-hero-banner__video-button_1o0s2_206"
35
+ }, k = "purpur-hero-banner", A = $.bind(p), G = ({ children: o, className: _, ...a }) => /* @__PURE__ */ n("div", { ...a, className: A(`${k}__actions`, _), children: o }), j = {
36
36
  name: "play-filled",
37
37
  svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M19 12 5.5 19.794V4.206L19 12Z"/><path fill-rule="evenodd" d="M19.875 12a.875.875 0 0 1-.438.758l-13.5 7.794a.875.875 0 0 1-1.312-.758V4.206a.875.875 0 0 1 1.313-.758l13.5 7.794c.27.156.437.445.437.758Zm-13.5-6.279V18.28L17.25 12 6.375 5.721Z" clip-rule="evenodd"/></svg>',
38
38
  keywords: ["play-filled"],
39
39
  category: "action"
40
- }, j = {
40
+ }, L = {
41
41
  name: "tv-pause",
42
42
  svg: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M19 20h-3V4h3v16ZM8 20H5V4h3v16Z"/><path fill-rule="evenodd" d="M4.1 4a.9.9 0 0 1 .9-.9h3a.9.9 0 0 1 .9.9v16a.9.9 0 0 1-.9.9H5a.9.9 0 0 1-.9-.9V4Zm1.8.9v14.2h1.2V4.9H5.9Zm9.2-.9a.9.9 0 0 1 .9-.9h3a.9.9 0 0 1 .9.9v16a.9.9 0 0 1-.9.9h-3a.9.9 0 0 1-.9-.9V4Zm1.8.9v14.2h1.2V4.9h-1.2Z" clip-rule="evenodd"/></svg>',
43
43
  keywords: ["tv-pause"],
44
44
  category: "action"
45
- }, L = "purpur-hero-banner", S = ({
46
- children: _,
47
- isPlaying: o,
45
+ }, S = "purpur-hero-banner", T = ({
46
+ children: o,
47
+ isPlaying: _,
48
48
  togglePausePlay: a,
49
- videoPauseAriaLabel: s,
49
+ videoPauseAriaLabel: u,
50
50
  videoPlayAriaLabel: c,
51
51
  className: t,
52
52
  ...d
53
- }) => _ && /* @__PURE__ */ i("div", { className: t, ...d, children: [
54
- _,
53
+ }) => o && /* @__PURE__ */ i("div", { className: t, ...d, children: [
54
+ o,
55
55
  !!a && /* @__PURE__ */ n(
56
- C,
56
+ Z,
57
57
  {
58
58
  variant: "primary",
59
59
  negative: !0,
@@ -61,77 +61,77 @@ const p = {
61
61
  onClick: () => {
62
62
  a();
63
63
  },
64
- className: p[`${L}__video-button`],
65
- "aria-label": o ? s : c,
66
- children: /* @__PURE__ */ n(Z, { size: "xs", svg: o ? j : G })
64
+ className: p[`${S}__video-button`],
65
+ "aria-label": _ ? u : c,
66
+ children: /* @__PURE__ */ n(M, { size: "xs", svg: _ ? L : j })
67
67
  }
68
68
  )
69
- ] }), r = $.bind(p), Q = {
69
+ ] }), Q = {
70
70
  default: "default",
71
71
  enabled: "enabled",
72
72
  disabled: "disabled"
73
- }, e = "purpur-hero-banner", m = ({
74
- children: _,
75
- className: o,
73
+ }, e = $.bind(p), r = "purpur-hero-banner", m = ({
74
+ children: o,
75
+ className: _,
76
76
  breadcrumbs: a,
77
- forceColorScheme: s,
77
+ forceColorScheme: u,
78
78
  beforeTitle: c,
79
79
  title: t,
80
80
  titleTag: d = "h1",
81
- titleHyphens: q = "default",
81
+ titleHyphens: g = "default",
82
82
  preamble: b,
83
83
  additionalText: h,
84
84
  media: l,
85
- ...g
85
+ ...f
86
86
  }) => {
87
- const { options: f } = V(), N = r([e, o]), u = !!l, y = !!a, w = !!h, x = s ?? f?.heroBannerColorScheme;
88
- return /* @__PURE__ */ n("section", { "data-color-scheme": x, className: N, ...g, children: /* @__PURE__ */ i(
89
- B,
87
+ const { options: N } = C(), y = e([r, _]), s = !!l, w = !!a, x = !!h, B = u ?? N?.heroBannerColorScheme;
88
+ return /* @__PURE__ */ n("section", { "data-color-scheme": B, className: y, ...f, children: /* @__PURE__ */ i(
89
+ H,
90
90
  {
91
91
  noGap: !0,
92
- className: r([
93
- `${e}__container`,
92
+ className: e([
93
+ `${r}__container`,
94
94
  {
95
- [`${e}__container--with-media`]: u,
96
- [`${e}__container--no-media`]: !u
95
+ [`${r}__container--with-media`]: s,
96
+ [`${r}__container--no-media`]: !s
97
97
  }
98
98
  ]),
99
- containerClassName: r(`${e}__grid-container`),
99
+ containerClassName: e(`${r}__grid-container`),
100
100
  children: [
101
- a && /* @__PURE__ */ n("div", { className: r(`${e}__breadcrumbs`), children: a }),
102
- /* @__PURE__ */ n("div", { className: r([`${e}__media`, `${e}__media--sm`]), children: l }),
101
+ a && /* @__PURE__ */ n("div", { className: e(`${r}__breadcrumbs`), children: a }),
102
+ /* @__PURE__ */ n("div", { className: e([`${r}__media`, `${r}__media--sm`]), children: l }),
103
103
  /* @__PURE__ */ i(
104
104
  "div",
105
105
  {
106
- className: r([
107
- `${e}__content`,
106
+ className: e([
107
+ `${r}__content`,
108
108
  {
109
- [`${e}__content--no-media`]: !u,
110
- [`${e}__content--no-breadcrumbs`]: !y,
111
- [`${e}__content--no-additional-text`]: !w
109
+ [`${r}__content--no-media`]: !s,
110
+ [`${r}__content--no-breadcrumbs`]: !w,
111
+ [`${r}__content--no-additional-text`]: !x
112
112
  }
113
113
  ]),
114
114
  children: [
115
115
  /* @__PURE__ */ i(
116
116
  "div",
117
117
  {
118
- className: r([
119
- `${e}__main-content`,
118
+ className: e([
119
+ `${r}__main-content`,
120
120
  {
121
- [`${e}__main-content--no-media`]: !u
121
+ [`${r}__main-content--no-media`]: !s
122
122
  }
123
123
  ]),
124
124
  children: [
125
125
  c,
126
126
  t && /* @__PURE__ */ n(
127
- H,
127
+ V,
128
128
  {
129
129
  negative: !0,
130
130
  tag: d,
131
131
  variant: "display-50",
132
- className: r([
133
- `${e}__title`,
134
- `${e}__title--hyphens-${q}`
132
+ className: e([
133
+ `${r}__title`,
134
+ `${r}__title--hyphens-${g}`
135
135
  ]),
136
136
  children: t
137
137
  }
@@ -141,11 +141,11 @@ const p = {
141
141
  {
142
142
  negative: !0,
143
143
  variant: "preamble-100",
144
- className: r(`${e}__preamble`),
144
+ className: e(`${r}__preamble`),
145
145
  children: b
146
146
  }
147
147
  ),
148
- _ && /* @__PURE__ */ n("div", { className: r(`${e}__custom-content`), children: _ })
148
+ o && /* @__PURE__ */ n("div", { className: e(`${r}__custom-content`), children: o })
149
149
  ]
150
150
  }
151
151
  ),
@@ -154,23 +154,23 @@ const p = {
154
154
  {
155
155
  negative: !0,
156
156
  variant: "additional-100",
157
- className: p[`${e}__additional-text`],
157
+ className: p[`${r}__additional-text`],
158
158
  children: h
159
159
  }
160
160
  )
161
161
  ]
162
162
  }
163
163
  ),
164
- /* @__PURE__ */ n("div", { className: r([`${e}__media`, `${e}__media--lg`]), children: l })
164
+ /* @__PURE__ */ n("div", { className: e([`${r}__media`, `${r}__media--lg`]), children: l })
165
165
  ]
166
166
  }
167
167
  ) });
168
168
  };
169
169
  m.displayName = "HeroBanner";
170
- m.Media = S;
171
- m.Actions = A;
170
+ m.Media = T;
171
+ m.Actions = G;
172
172
  export {
173
173
  m as H,
174
174
  Q as T
175
175
  };
176
- //# sourceMappingURL=hero-banner-B7xrDfzN.mjs.map
176
+ //# sourceMappingURL=hero-banner-n9K-Jsdz.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hero-banner-n9K-Jsdz.mjs","sources":["../../../components/hero-banner/src/hero-banner-actions.tsx","../../../components/icon/dist/assets/play-filled.es.js","../../../components/icon/dist/assets/tv-pause.es.js","../../../components/hero-banner/src/hero-banner-media.tsx","../../../components/hero-banner/src/hero-banner-types.ts","../../../components/hero-banner/src/hero-banner.tsx"],"sourcesContent":["import React, { type ReactNode } from \"react\";\nimport type { BaseProps } from \"@purpur/common-types\";\nimport c from \"classnames/bind\";\n\nimport styles from \"./hero-banner.module.scss\";\n\ntype HeroBannerActionProps = Omit<BaseProps, \"children\"> & {\n /** One or several CTA links or buttons */\n children: ReactNode;\n};\n\nconst rootClassName = \"purpur-hero-banner\";\n\nconst cx = c.bind(styles);\n\nexport const HeroBannerActions = ({ children, className, ...props }: HeroBannerActionProps) => {\n return (\n <div {...props} className={cx(`${rootClassName}__actions`, className)}>\n {children}\n </div>\n );\n};\n","const l = {\n name: \"play-filled\",\n svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 12 5.5 19.794V4.206L19 12Z\"/><path fill-rule=\"evenodd\" d=\"M19.875 12a.875.875 0 0 1-.438.758l-13.5 7.794a.875.875 0 0 1-1.312-.758V4.206a.875.875 0 0 1 1.313-.758l13.5 7.794c.27.156.437.445.437.758Zm-13.5-6.279V18.28L17.25 12 6.375 5.721Z\" clip-rule=\"evenodd\"/></svg>',\n keywords: [\"play-filled\"],\n category: \"action\"\n};\nexport {\n l as playFilled\n};\n//# sourceMappingURL=play-filled.es.js.map\n","const a = {\n name: \"tv-pause\",\n svg: '<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 20h-3V4h3v16ZM8 20H5V4h3v16Z\"/><path fill-rule=\"evenodd\" d=\"M4.1 4a.9.9 0 0 1 .9-.9h3a.9.9 0 0 1 .9.9v16a.9.9 0 0 1-.9.9H5a.9.9 0 0 1-.9-.9V4Zm1.8.9v14.2h1.2V4.9H5.9Zm9.2-.9a.9.9 0 0 1 .9-.9h3a.9.9 0 0 1 .9.9v16a.9.9 0 0 1-.9.9h-3a.9.9 0 0 1-.9-.9V4Zm1.8.9v14.2h1.2V4.9h-1.2Z\" clip-rule=\"evenodd\"/></svg>',\n keywords: [\"tv-pause\"],\n category: \"action\"\n};\nexport {\n a as tvPause\n};\n//# sourceMappingURL=tv-pause.es.js.map\n","import React from \"react\";\nimport { Button } from \"@purpur/button\";\nimport type { BaseProps } from \"@purpur/common-types\";\nimport { Icon } from \"@purpur/icon\";\nimport { playFilled } from \"@purpur/icon/assets/play-filled\";\nimport { tvPause } from \"@purpur/icon/assets/tv-pause\";\n\nimport styles from \"./hero-banner.module.scss\";\n\nconst rootClassName = \"purpur-hero-banner\";\n\ntype WithVideo = {\n /** Video pause/play button callback (your implementation should handle the state) */\n togglePausePlay: () => void;\n /** Video pause/play button status (your implementation should handle the state) */\n isPlaying?: boolean;\n /** Aria label for the pause/play button, when the video is playing */\n videoPauseAriaLabel: string;\n /** Aria label for the pause/play button, when the video is not playing */\n videoPlayAriaLabel: string;\n};\n\ntype WithoutVideo = {\n togglePausePlay?: never;\n isPlaying?: never;\n videoPauseAriaLabel?: never;\n videoPlayAriaLabel?: never;\n};\n\nexport type HeroBannerMediaProps = BaseProps & (WithVideo | WithoutVideo);\n\nexport const HeroBannerMedia = ({\n children,\n isPlaying,\n togglePausePlay,\n videoPauseAriaLabel,\n videoPlayAriaLabel,\n className,\n ...props\n}: HeroBannerMediaProps) =>\n children && (\n <div className={className} {...props}>\n {children}\n {!!togglePausePlay && (\n <Button\n variant=\"primary\"\n negative\n iconOnly\n onClick={() => {\n togglePausePlay();\n }}\n className={styles[`${rootClassName}__video-button`]}\n aria-label={isPlaying ? videoPauseAriaLabel : videoPlayAriaLabel}\n >\n <Icon size=\"xs\" svg={isPlaying ? tvPause : playFilled} />\n </Button>\n )}\n </div>\n );\n","import type { ReactNode } from \"react\";\nimport type { BaseProps } from \"@purpur/common-types\";\nimport type { ColorScheme } from \"@purpur/theme\";\n\nexport const TitleHyphenVariant = {\n default: \"default\",\n enabled: \"enabled\",\n disabled: \"disabled\",\n} as const;\n\nexport type TitleHyphens = (typeof TitleHyphenVariant)[keyof typeof TitleHyphenVariant];\n\nexport type HeroBannerProps = BaseProps & {\n /**\n * Custom content slot\n * Add your CTAs here with <HeroBanner.CTAs> component\n */\n children?: ReactNode;\n /**\n * Breadcrumbs: <br/>\n * - Slot for your Breadcrumbs component\n */\n breadcrumbs?: ReactNode;\n forceColorScheme?: ColorScheme;\n /**\n * Content to display before the main heading\n */\n beforeTitle?: ReactNode;\n /**\n * Main heading of the component\n */\n title: string;\n /**\n * Main heading tag\n */\n titleTag?: \"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\";\n titleHyphens?: TitleHyphens;\n /**\n * Preamble text\n */\n preamble?: string;\n /**\n * Additional text under the CTAs, recommended to limit element to simple text with text decorations\n */\n additionalText?: ReactNode;\n /**\n * <HeroBanner.Media /> component (images and videos)\n */\n media?: ReactNode;\n};\n","import React from \"react\";\nimport { Grid } from \"@purpur/grid\";\nimport { Heading } from \"@purpur/heading\";\nimport { Paragraph } from \"@purpur/paragraph\";\nimport { useTheme } from \"@purpur/theme\";\nimport c from \"classnames/bind\";\n\nimport styles from \"./hero-banner.module.scss\";\nimport { HeroBannerActions } from \"./hero-banner-actions\";\nimport { HeroBannerMedia } from \"./hero-banner-media\";\nimport type { HeroBannerProps } from \"./hero-banner-types\";\n\nexport type { HeroBannerMediaProps } from \"./hero-banner-media\";\nexport type { HeroBannerProps, TitleHyphens } from \"./hero-banner-types\";\nexport { TitleHyphenVariant } from \"./hero-banner-types\";\n\nconst cx = c.bind(styles);\n\nconst rootClassName = \"purpur-hero-banner\";\n\nexport const HeroBanner = ({\n children,\n className,\n breadcrumbs,\n forceColorScheme,\n beforeTitle,\n title,\n titleTag = \"h1\",\n titleHyphens = \"default\",\n preamble,\n additionalText,\n media,\n ...props\n}: HeroBannerProps) => {\n const { options } = useTheme();\n const classes = cx([rootClassName, className]);\n\n const hasMedia = Boolean(media);\n const hasBreadcrumbs = Boolean(breadcrumbs);\n const hasAdditionalText = Boolean(additionalText);\n\n const resolvedColorScheme = forceColorScheme ?? options?.heroBannerColorScheme;\n\n return (\n <section data-color-scheme={resolvedColorScheme} className={classes} {...props}>\n <Grid\n noGap\n className={cx([\n `${rootClassName}__container`,\n {\n [`${rootClassName}__container--with-media`]: hasMedia,\n [`${rootClassName}__container--no-media`]: !hasMedia,\n },\n ])}\n containerClassName={cx(`${rootClassName}__grid-container`)}\n >\n {breadcrumbs && <div className={cx(`${rootClassName}__breadcrumbs`)}>{breadcrumbs}</div>}\n\n <div className={cx([`${rootClassName}__media`, `${rootClassName}__media--sm`])}>\n {media}\n </div>\n\n <div\n className={cx([\n `${rootClassName}__content`,\n {\n [`${rootClassName}__content--no-media`]: !hasMedia,\n [`${rootClassName}__content--no-breadcrumbs`]: !hasBreadcrumbs,\n [`${rootClassName}__content--no-additional-text`]: !hasAdditionalText,\n },\n ])}\n >\n <div\n className={cx([\n `${rootClassName}__main-content`,\n {\n [`${rootClassName}__main-content--no-media`]: !hasMedia,\n },\n ])}\n >\n {beforeTitle}\n {title && (\n <Heading\n negative\n tag={titleTag}\n variant=\"display-50\"\n className={cx([\n `${rootClassName}__title`,\n `${rootClassName}__title--hyphens-${titleHyphens}`,\n ])}\n >\n {title}\n </Heading>\n )}\n {preamble && (\n <Paragraph\n negative\n variant=\"preamble-100\"\n className={cx(`${rootClassName}__preamble`)}\n >\n {preamble}\n </Paragraph>\n )}\n {children && <div className={cx(`${rootClassName}__custom-content`)}>{children}</div>}\n </div>\n\n {additionalText && (\n <Paragraph\n negative\n variant=\"additional-100\"\n className={styles[`${rootClassName}__additional-text`]}\n >\n {additionalText}\n </Paragraph>\n )}\n </div>\n\n <div className={cx([`${rootClassName}__media`, `${rootClassName}__media--lg`])}>\n {media}\n </div>\n </Grid>\n </section>\n );\n};\n\nHeroBanner.displayName = \"HeroBanner\";\n\nHeroBanner.Media = HeroBannerMedia;\nHeroBanner.Actions = HeroBannerActions;\n"],"names":["rootClassName","cx","c","styles","HeroBannerActions","children","className","props","jsx","l","a","HeroBannerMedia","isPlaying","togglePausePlay","videoPauseAriaLabel","videoPlayAriaLabel","jsxs","Button","Icon","tvPause","playFilled","TitleHyphenVariant","HeroBanner","breadcrumbs","forceColorScheme","beforeTitle","title","titleTag","titleHyphens","preamble","additionalText","media","options","useTheme","classes","hasMedia","hasBreadcrumbs","hasAdditionalText","resolvedColorScheme","Grid","Heading","Paragraph"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAWMA,IAAgB,sBAEhBC,IAAKC,EAAE,KAAKC,CAAM,GAEXC,IAAoB,CAAC,EAAE,UAAAC,GAAU,WAAAC,GAAW,GAAGC,QAExD,gBAAAC,EAAC,OAAA,EAAK,GAAGD,GAAO,WAAWN,EAAG,GAAGD,CAAa,aAAaM,CAAS,GACjE,UAAAD,EAAA,CACH,GCnBEI,IAAI;AAAA,EACR,MAAM;AAAA,EACN,KAAK;AAAA,EACL,UAAU,CAAC,aAAa;AAAA,EACxB,UAAU;AACZ,GCLMC,IAAI;AAAA,EACR,MAAM;AAAA,EACN,KAAK;AAAA,EACL,UAAU,CAAC,UAAU;AAAA,EACrB,UAAU;AACZ,GCIMV,IAAgB,sBAsBTW,IAAkB,CAAC;AAAA,EAC9B,UAAAN;AAAA,EACA,WAAAO;AAAA,EACA,iBAAAC;AAAA,EACA,qBAAAC;AAAA,EACA,oBAAAC;AAAA,EACA,WAAAT;AAAA,EACA,GAAGC;AACL,MACEF,KACE,gBAAAW,EAAC,OAAA,EAAI,WAAAV,GAAuB,GAAGC,GAC5B,UAAA;AAAA,EAAAF;AAAA,EACA,CAAC,CAACQ,KACD,gBAAAL;AAAA,IAACS;AAAA,IAAA;AAAA,MACC,SAAQ;AAAA,MACR,UAAQ;AAAA,MACR,UAAQ;AAAA,MACR,SAAS,MAAM;AACb,QAAAJ,EAAA;AAAA,MACF;AAAA,MACA,WAAWV,EAAO,GAAGH,CAAa,gBAAgB;AAAA,MAClD,cAAYY,IAAYE,IAAsBC;AAAA,MAE9C,4BAACG,GAAA,EAAK,MAAK,MAAK,KAAKN,IAAYO,IAAUC,EAAA,CAAY;AAAA,IAAA;AAAA,EAAA;AACzD,GAEJ,GCrDSC,IAAqB;AAAA,EAChC,SAAS;AAAA,EACT,SAAS;AAAA,EACT,UAAU;AACZ,GCQMpB,IAAKC,EAAE,KAAKC,CAAM,GAElBH,IAAgB,sBAETsB,IAAa,CAAC;AAAA,EACzB,UAAAjB;AAAA,EACA,WAAAC;AAAA,EACA,aAAAiB;AAAA,EACA,kBAAAC;AAAA,EACA,aAAAC;AAAA,EACA,OAAAC;AAAA,EACA,UAAAC,IAAW;AAAA,EACX,cAAAC,IAAe;AAAA,EACf,UAAAC;AAAA,EACA,gBAAAC;AAAA,EACA,OAAAC;AAAA,EACA,GAAGxB;AACL,MAAuB;AACrB,QAAM,EAAE,SAAAyB,EAAA,IAAYC,EAAA,GACdC,IAAUjC,EAAG,CAACD,GAAeM,CAAS,CAAC,GAEvC6B,IAAW,EAAQJ,GACnBK,IAAiB,EAAQb,GACzBc,IAAoB,EAAQP,GAE5BQ,IAAsBd,KAAoBQ,GAAS;AAEzD,2BACG,WAAA,EAAQ,qBAAmBM,GAAqB,WAAWJ,GAAU,GAAG3B,GACvE,UAAA,gBAAAS;AAAA,IAACuB;AAAA,IAAA;AAAA,MACC,OAAK;AAAA,MACL,WAAWtC,EAAG;AAAA,QACZ,GAAGD,CAAa;AAAA,QAChB;AAAA,UACE,CAAC,GAAGA,CAAa,yBAAyB,GAAGmC;AAAA,UAC7C,CAAC,GAAGnC,CAAa,uBAAuB,GAAG,CAACmC;AAAA,QAAA;AAAA,MAC9C,CACD;AAAA,MACD,oBAAoBlC,EAAG,GAAGD,CAAa,kBAAkB;AAAA,MAExD,UAAA;AAAA,QAAAuB,KAAe,gBAAAf,EAAC,SAAI,WAAWP,EAAG,GAAGD,CAAa,eAAe,GAAI,UAAAuB,EAAA,CAAY;AAAA,QAElF,gBAAAf,EAAC,OAAA,EAAI,WAAWP,EAAG,CAAC,GAAGD,CAAa,WAAW,GAAGA,CAAa,aAAa,CAAC,GAC1E,UAAA+B,GACH;AAAA,QAEA,gBAAAf;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,WAAWf,EAAG;AAAA,cACZ,GAAGD,CAAa;AAAA,cAChB;AAAA,gBACE,CAAC,GAAGA,CAAa,qBAAqB,GAAG,CAACmC;AAAA,gBAC1C,CAAC,GAAGnC,CAAa,2BAA2B,GAAG,CAACoC;AAAA,gBAChD,CAAC,GAAGpC,CAAa,+BAA+B,GAAG,CAACqC;AAAA,cAAA;AAAA,YACtD,CACD;AAAA,YAED,UAAA;AAAA,cAAA,gBAAArB;AAAA,gBAAC;AAAA,gBAAA;AAAA,kBACC,WAAWf,EAAG;AAAA,oBACZ,GAAGD,CAAa;AAAA,oBAChB;AAAA,sBACE,CAAC,GAAGA,CAAa,0BAA0B,GAAG,CAACmC;AAAA,oBAAA;AAAA,kBACjD,CACD;AAAA,kBAEA,UAAA;AAAA,oBAAAV;AAAA,oBACAC,KACC,gBAAAlB;AAAA,sBAACgC;AAAA,sBAAA;AAAA,wBACC,UAAQ;AAAA,wBACR,KAAKb;AAAA,wBACL,SAAQ;AAAA,wBACR,WAAW1B,EAAG;AAAA,0BACZ,GAAGD,CAAa;AAAA,0BAChB,GAAGA,CAAa,oBAAoB4B,CAAY;AAAA,wBAAA,CACjD;AAAA,wBAEA,UAAAF;AAAA,sBAAA;AAAA,oBAAA;AAAA,oBAGJG,KACC,gBAAArB;AAAA,sBAACiC;AAAA,sBAAA;AAAA,wBACC,UAAQ;AAAA,wBACR,SAAQ;AAAA,wBACR,WAAWxC,EAAG,GAAGD,CAAa,YAAY;AAAA,wBAEzC,UAAA6B;AAAA,sBAAA;AAAA,oBAAA;AAAA,oBAGJxB,uBAAa,OAAA,EAAI,WAAWJ,EAAG,GAAGD,CAAa,kBAAkB,GAAI,UAAAK,EAAA,CAAS;AAAA,kBAAA;AAAA,gBAAA;AAAA,cAAA;AAAA,cAGhFyB,KACC,gBAAAtB;AAAA,gBAACiC;AAAA,gBAAA;AAAA,kBACC,UAAQ;AAAA,kBACR,SAAQ;AAAA,kBACR,WAAWtC,EAAO,GAAGH,CAAa,mBAAmB;AAAA,kBAEpD,UAAA8B;AAAA,gBAAA;AAAA,cAAA;AAAA,YACH;AAAA,UAAA;AAAA,QAAA;AAAA,QAIJ,gBAAAtB,EAAC,OAAA,EAAI,WAAWP,EAAG,CAAC,GAAGD,CAAa,WAAW,GAAGA,CAAa,aAAa,CAAC,GAC1E,UAAA+B,EAAA,CACH;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA,GAEJ;AAEJ;AAEAT,EAAW,cAAc;AAEzBA,EAAW,QAAQX;AACnBW,EAAW,UAAUlB;"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./hero-banner-DthITuQ7.js");exports.HeroBanner=e.HeroBanner;exports.TitleHyphenVariant=e.TitleHyphenVariant;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./hero-banner--v-ezYMr.js");exports.HeroBanner=e.HeroBanner;exports.TitleHyphenVariant=e.TitleHyphenVariant;
2
2
  //# sourceMappingURL=hero-banner.cjs.js.map
@@ -1,4 +1,4 @@
1
- import { H as r, T as n } from "./hero-banner-B7xrDfzN.mjs";
1
+ import { H as r, T as n } from "./hero-banner-n9K-Jsdz.mjs";
2
2
  export {
3
3
  r as HeroBanner,
4
4
  n as TitleHyphenVariant
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */const h=require("./accordion-DyhOG54L.js"),c=require("./alert-badge-DguuS7Qq.js"),m=require("./autocomplete-3kV1btuI.js"),f=require("./avatar-CYnD57o4.js"),C=require("./badge-CQ0SS_t8.js"),N=require("./breadcrumbs-BKzim4am.js"),i=require("./button-DmybVApa.js"),V=require("./calendar-BXQ3v62X.js"),U=require("./card-DFdUs5RG.js"),z=require("./carousel-DnSaLDZf.js"),w=require("./chat-field-Wjvh2J6C.js"),x=require("./checkbox-CDNcNv6d.js"),Z=require("./chip-group-B775zvKD.js"),g=require("./color-dot-BEE5rKco.js"),X=require("./comparison-table-0UDB2BTU.js"),s=require("./container-DRwKIAjh.js"),j=require("./content-block-CrekbIfe.js"),K=require("./countdown-hYrFLmRg.js"),Q=require("./counter-badge-B-d9VNup.js"),P=require("./cta-link-B1qMjH76.js"),Y=require("./date-field-BKKty89_.js"),$=require("./date-picker-CIizn3Pv.js"),J=require("./date-range-field-D8vLeSwp.js"),t=require("./dismissable-chip-group-2updhyuR.js"),rr=require("./drawer-DyhsP34o.js"),A=require("./dropdown-DJKNQnuo.js"),O=require("./field-error-text-FhQulSV5.js"),er=require("./field-helper-text-DSKO-Tce.js"),ur=require("./footer-3Y-664-8.js"),or=require("./grid-uGMD2euo.js"),n=require("./heading-drD5ugCC.js"),G=require("./hero-banner-DthITuQ7.js"),pr=require("./label-yHK80hhV.js"),d=require("./link-DhWVrkTz.js"),E=require("./listbox-ATP4hOWF.js"),ar=require("./loading-Dwtkjstg.js"),tr=require("./message-0yTS5pOF.js"),ir=require("./modal-DJn9idcw.js"),a=require("./notification-B5bNNq86.js"),nr=require("./notification-banner-BxHwTFnH.js"),lr=require("./pagination-rFRdkHII.js"),R=require("./paragraph-By4jMjnH.js"),cr=require("./popover-DnGgzfQr.js"),Cr=require("./product-card-8X-Ld2d_.js"),D=require("./promotion-card-DKc2Cx1h.js"),T=require("./quantity-selector-CDSfcTb1.js"),v=require("./radio-button-group-BaFpGAcD.js"),q=require("./radio-card-group-nrDi5EPK.js"),b=require("./RichText-yobCUjTD.js"),B=require("./search-field-2vdDbiT0.js"),gr=require("./select-DOqTJgTj.js"),M=require("./skeleton-BU0KtWIM.js"),L=require("./slider-_R6JmPZl.js"),W=require("./spacer-OZQbtvcY.js"),S=require("./spinner-tKunS_o-.js"),sr=require("./stepper-5qMo_shq.js"),H=require("./table-BOCcBzSO.js"),y=require("./tabs-D-nfZHIA.js"),F=require("./text-area-D0truMT1.js"),I=require("./text-field-CYJzQG3h.js"),_=require("./text-spacing-CiGPZHuB.js"),dr=require("./toggle-B8ZLUVar.js"),k=require("./tooltip-CJGmJDFQ.js"),Tr=require("./visually-hidden-C2CKovZx.js"),u=require("./tokens.cjs.js"),p=require("./variables-Buqm4JZc.js"),r=require("./variables-DoI78zZc.js"),o=require("./variables-BSBunpiY.js"),l=require("./ThemeProvider-D7oXcAde.js"),vr=require("./useColorScheme-DbTQjxNB.js"),Br=require("./useThemePortalContainer-D9BYjEvT.js"),e=require("./zh-TW-CAp7WWVq.js"),Sr=require("./format-CFKKBdIQ.js");exports.Accordion=h.Accordion;exports.AccordionNegativeContext=h.AccordionNegativeContext;exports.ALERT_BADGE_VARIANT=c.ALERT_BADGE_VARIANT;exports.AlertBadge=c.AlertBadge;exports.alertBadgeVariants=c.alertBadgeVariants;exports.Autocomplete=m.Autocomplete;exports.useAutocomplete=m.useAutocomplete;exports.Avatar=f.Avatar;exports.BADGE_VARIANT=C.BADGE_VARIANT;exports.Badge=C.Badge;exports.badgeVariants=C.badgeVariants;exports.Breadcrumbs=N.Breadcrumbs;exports.BreadcrumbsItem=N.Item;exports.BUTTON_TYPES=i.BUTTON_TYPES;exports.BUTTON_VARIANT=i.BUTTON_VARIANT;exports.Button=i.Button;exports.buttonVariants=i.buttonVariants;exports.Calendar=V.Calendar;exports.Card=U.Card;exports.Carousel=z.Carousel;exports.ChatField=w.ChatField;exports.Checkbox=x.Checkbox;exports.checkedState=x.checkedState;exports.ChipGroup=Z.ChipGroup;exports.BUTTON_COLOR_DOT_SIZE=g.BUTTON_COLOR_DOT_SIZE;exports.ColorDot=g.ColorDot;exports.STATIC_COLOR_DOT_SIZE=g.STATIC_COLOR_DOT_SIZE;exports.ComparisonTable=X.ComparisonTable;exports.Container=s.Container;exports.ContainerElement=s.ContainerElement;exports.Width=s.Width;exports.ContentBlock=j.ContentBlock;exports.Countdown=K.Countdown;exports.CounterBadge=Q.CounterBadge;exports.CtaLink=P.CtaLink;exports.ctaLinkIcons=P.ctaLinkIcons;exports.DateField=Y.DateField;exports.DatePicker=$.DatePicker;exports.DateRangeField=J.DateRangeField;exports.DEFAULT_SIZE=t.DEFAULT_SIZE;exports.DismissableChipGroup=t.DismissableChipGroup;exports.DismissableChipGroupNegativeContext=t.DismissableChipGroupNegativeContext;exports.DismissableChipGroupSizeContext=t.DismissableChipGroupSizeContext;exports.sizes=t.sizes;exports.Drawer=rr.Drawer;exports.Dropdown=A.Dropdown;exports.useDropdown=A.useDropdown;exports.FieldErrorText=O.FieldErrorText;exports.ariaRelevantValues=O.ariaRelevantValues;exports.FieldHelperText=er.FieldHelperText;exports.Footer=ur.Footer;exports.Grid=or.Grid;exports.DisplayVariant=n.DisplayVariant;exports.Heading=n.Heading;exports.HeadingTag=n.HeadingTag;exports.TitleVariant=n.TitleVariant;exports.HeroBanner=G.HeroBanner;exports.TitleHyphenVariant=G.TitleHyphenVariant;exports.Label=pr.Label;exports.LINK_VARIANT=d.LINK_VARIANT;exports.Link=d.Link;exports.linkVariants=d.linkVariants;exports.Listbox=E.Listbox;exports.ListboxNegativeContext=E.ListboxNegativeContext;exports.Loading=ar.Loading;exports.Message=tr.MessageNamespace;exports.Modal=ir.Modal;exports.NOTIFICATION_ARIA_LIVE=a.NOTIFICATION_ARIA_LIVE;exports.NOTIFICATION_ROLE=a.NOTIFICATION_ROLE;exports.NOTIFICATION_STATUS=a.NOTIFICATION_STATUS;exports.Notification=a.Notification;exports.notificationAriaLiveValues=a.notificationAriaLiveValues;exports.notificationRoles=a.notificationRoles;exports.notificationStatuses=a.notificationStatuses;exports.NotificationBanner=nr.NotificationBanner;exports.Pagination=lr.Pagination;exports.Paragraph=R.Paragraph;exports.ParagraphVariant=R.ParagraphVariant;exports.Popover=cr.Popover;exports.ProductCard=Cr.ProductCard;exports.PromotionCard=D.PromotionCard;exports.promotionCardVariants=D.promotionCardVariants;exports.QuantitySelector=T.QuantitySelector;exports.quantitySelectorButtonVariants=T.quantitySelectorButtonVariants;exports.quantitySelectorVariants=T.quantitySelectorVariants;exports.RADIO_BUTTON_GROUP_DIRECTION=v.RADIO_BUTTON_GROUP_DIRECTION;exports.RADIO_BUTTON_GROUP_ORIENTATION=v.RADIO_BUTTON_GROUP_ORIENTATION;exports.RadioButtonGroup=v.RadioButtonGroup;exports.RadioCardGroup=q.RadioCardGroup;exports.RadioCardItem=q.RadioCardItem;exports.RichText=b.RichText;exports.richToPlainText=b.richToPlainText;exports.SearchField=B.SearchField;exports.SearchFieldAutocomplete=B.SearchFieldAutocomplete;exports.searchFieldVariants=B.searchFieldVariants;exports.Select=gr.Select;exports.Skeleton=M.Skeleton;exports.radii=M.radii;exports.SLIDER_ORIENTATION=L.SLIDER_ORIENTATION;exports.Slider=L.Slider;exports.SPACER_SIZE=W.SPACER_SIZE;exports.Spacer=W.Spacer;exports.SPINNER_SIZE=S.SPINNER_SIZE;exports.Spinner=S.Spinner;exports.spinnerSizes=S.spinnerSizes;exports.Stepper=sr.Stepper;exports.Table=H.Table;exports.createColumnHelper=H.createColumnHelper;exports.Tabs=y.Tabs;exports.createTabChangeDetailEvent=y.createTabChangeDetailEvent;exports.tabsVariants=y.tabsVariants;exports.ResizeOption=F.ResizeOption;exports.TextArea=F.TextArea;exports.TextField=I.TextField;exports.isTextField=I.isTextField;exports.textFieldVariants=I.textFieldVariants;exports.Element=_.Element;exports.TextSpacing=_.TextSpacing;exports.Toggle=dr.Toggle;exports.TOOLTIP_ALIGN=k.TOOLTIP_ALIGN;exports.TOOLTIP_POSITION=k.TOOLTIP_POSITION;exports.Tooltip=k.Tooltip;exports.VisuallyHidden=Tr.VisuallyHidden;exports.purpurBorderRadiusFull=u.purpurBorderRadiusFull;exports.purpurBorderRadiusLg=u.purpurBorderRadiusLg;exports.purpurBorderRadiusMd=u.purpurBorderRadiusMd;exports.purpurBorderRadiusSm=u.purpurBorderRadiusSm;exports.purpurBorderRadiusXl=u.purpurBorderRadiusXl;exports.purpurBorderRadiusXs=u.purpurBorderRadiusXs;exports.purpurBorderWidthLg=u.purpurBorderWidthLg;exports.purpurBorderWidthMd=u.purpurBorderWidthMd;exports.purpurBorderWidthSm=u.purpurBorderWidthSm;exports.purpurBorderWidthXs=u.purpurBorderWidthXs;exports.purpurFilterBlurOnImage=u.purpurFilterBlurOnImage;exports.purpurGradientAiBackgroundInteractiveExpressive=u.purpurGradientAiBackgroundInteractiveExpressive;exports.purpurGradientAiBackgroundInteractiveExpressiveNegative=u.purpurGradientAiBackgroundInteractiveExpressiveNegative;exports.purpurGradientAiBackgroundInteractivePrimary=u.purpurGradientAiBackgroundInteractivePrimary;exports.purpurGradientAiBackgroundInteractivePrimaryNegative=u.purpurGradientAiBackgroundInteractivePrimaryNegative;exports.purpurGradientAiBackgroundPrimaryNegative=u.purpurGradientAiBackgroundPrimaryNegative;exports.purpurGradientAiBorderInteractivePrimary=u.purpurGradientAiBorderInteractivePrimary;exports.purpurGradientAiBorderInteractivePrimaryNegative=u.purpurGradientAiBorderInteractivePrimaryNegative;exports.purpurGradientAiTextInteractivePrimary=u.purpurGradientAiTextInteractivePrimary;exports.purpurGradientAiTextInteractivePrimaryNegative=u.purpurGradientAiTextInteractivePrimaryNegative;exports.purpurShadowLg=u.purpurShadowLg;exports.purpurShadowMd=u.purpurShadowMd;exports.purpurShadowNone=u.purpurShadowNone;exports.purpurShadowSm=u.purpurShadowSm;exports.purpurSpacing0=u.purpurSpacing0;exports.purpurSpacing10=u.purpurSpacing10;exports.purpurSpacing100=u.purpurSpacing100;exports.purpurSpacing1000=u.purpurSpacing1000;exports.purpurSpacing1200=u.purpurSpacing1200;exports.purpurSpacing150=u.purpurSpacing150;exports.purpurSpacing1600=u.purpurSpacing1600;exports.purpurSpacing200=u.purpurSpacing200;exports.purpurSpacing25=u.purpurSpacing25;exports.purpurSpacing250=u.purpurSpacing250;exports.purpurSpacing300=u.purpurSpacing300;exports.purpurSpacing400=u.purpurSpacing400;exports.purpurSpacing50=u.purpurSpacing50;exports.purpurSpacing600=u.purpurSpacing600;exports.purpurSpacing800=u.purpurSpacing800;exports.purpurSpacingGutterLg=u.purpurSpacingGutterLg;exports.purpurSpacingGutterMd=u.purpurSpacingGutterMd;exports.purpurSpacingGutterSm=u.purpurSpacingGutterSm;exports.purpurSpacingGutterXl=u.purpurSpacingGutterXl;exports.purpurSpacingPagePaddingLg=u.purpurSpacingPagePaddingLg;exports.purpurSpacingPagePaddingMd=u.purpurSpacingPagePaddingMd;exports.purpurSpacingPagePaddingSm=u.purpurSpacingPagePaddingSm;exports.purpurSpacingPagePaddingXl=u.purpurSpacingPagePaddingXl;exports.purpurTypographyFamilyDefault=u.purpurTypographyFamilyDefault;exports.purpurTypographyFamilyDisplay=u.purpurTypographyFamilyDisplay;exports.purpurTypographyLineHeightDefault=u.purpurTypographyLineHeightDefault;exports.purpurTypographyLineHeightLoose=u.purpurTypographyLineHeightLoose;exports.purpurTypographyLineHeightLooser=u.purpurTypographyLineHeightLooser;exports.purpurTypographyLineHeightSnug=u.purpurTypographyLineHeightSnug;exports.purpurTypographyLineHeightTight=u.purpurTypographyLineHeightTight;exports.purpurTypographyScale100=u.purpurTypographyScale100;exports.purpurTypographyScale1000=u.purpurTypographyScale1000;exports.purpurTypographyScale1100=u.purpurTypographyScale1100;exports.purpurTypographyScale150=u.purpurTypographyScale150;exports.purpurTypographyScale200=u.purpurTypographyScale200;exports.purpurTypographyScale300=u.purpurTypographyScale300;exports.purpurTypographyScale400=u.purpurTypographyScale400;exports.purpurTypographyScale50=u.purpurTypographyScale50;exports.purpurTypographyScale500=u.purpurTypographyScale500;exports.purpurTypographyScale600=u.purpurTypographyScale600;exports.purpurTypographyScale650=u.purpurTypographyScale650;exports.purpurTypographyScale700=u.purpurTypographyScale700;exports.purpurTypographyScale75=u.purpurTypographyScale75;exports.purpurTypographyScale800=u.purpurTypographyScale800;exports.purpurTypographyScale850=u.purpurTypographyScale850;exports.purpurTypographyScale900=u.purpurTypographyScale900;exports.purpurTypographyWeightBold=u.purpurTypographyWeightBold;exports.purpurTypographyWeightMedium=u.purpurTypographyWeightMedium;exports.purpurTypographyWeightNormal=u.purpurTypographyWeightNormal;exports.purpurBreakpointLg=p.purpurBreakpointLg;exports.purpurBreakpointMd=p.purpurBreakpointMd;exports.purpurBreakpointRelativeLg=p.purpurBreakpointRelativeLg;exports.purpurBreakpointRelativeMd=p.purpurBreakpointRelativeMd;exports.purpurBreakpointRelativeSm=p.purpurBreakpointRelativeSm;exports.purpurBreakpointRelativeXl=p.purpurBreakpointRelativeXl;exports.purpurBreakpointSm=p.purpurBreakpointSm;exports.purpurBreakpointXl=p.purpurBreakpointXl;exports.purpurColorBackgroundInteractiveAutoFill=r.purpurColorBackgroundInteractiveAutoFill;exports.purpurColorBackgroundInteractiveDestructive=r.purpurColorBackgroundInteractiveDestructive;exports.purpurColorBackgroundInteractiveDestructiveActive=r.purpurColorBackgroundInteractiveDestructiveActive;exports.purpurColorBackgroundInteractiveDestructiveHover=r.purpurColorBackgroundInteractiveDestructiveHover;exports.purpurColorBackgroundInteractiveDisabled=r.purpurColorBackgroundInteractiveDisabled;exports.purpurColorBackgroundInteractiveDisabledNegative=r.purpurColorBackgroundInteractiveDisabledNegative;exports.purpurColorBackgroundInteractiveExpressive=r.purpurColorBackgroundInteractiveExpressive;exports.purpurColorBackgroundInteractiveExpressiveActive=r.purpurColorBackgroundInteractiveExpressiveActive;exports.purpurColorBackgroundInteractiveExpressiveActiveNegative=r.purpurColorBackgroundInteractiveExpressiveActiveNegative;exports.purpurColorBackgroundInteractiveExpressiveHover=r.purpurColorBackgroundInteractiveExpressiveHover;exports.purpurColorBackgroundInteractiveExpressiveHoverNegative=r.purpurColorBackgroundInteractiveExpressiveHoverNegative;exports.purpurColorBackgroundInteractiveExpressiveNegative=r.purpurColorBackgroundInteractiveExpressiveNegative;exports.purpurColorBackgroundInteractiveInactive=r.purpurColorBackgroundInteractiveInactive;exports.purpurColorBackgroundInteractiveInactiveNegative=r.purpurColorBackgroundInteractiveInactiveNegative;exports.purpurColorBackgroundInteractivePrimary=r.purpurColorBackgroundInteractivePrimary;exports.purpurColorBackgroundInteractivePrimaryActive=r.purpurColorBackgroundInteractivePrimaryActive;exports.purpurColorBackgroundInteractivePrimaryActiveNegative=r.purpurColorBackgroundInteractivePrimaryActiveNegative;exports.purpurColorBackgroundInteractivePrimaryHover=r.purpurColorBackgroundInteractivePrimaryHover;exports.purpurColorBackgroundInteractivePrimaryHoverNegative=r.purpurColorBackgroundInteractivePrimaryHoverNegative;exports.purpurColorBackgroundInteractivePrimaryNegative=r.purpurColorBackgroundInteractivePrimaryNegative;exports.purpurColorBackgroundInteractiveReadOnly=r.purpurColorBackgroundInteractiveReadOnly;exports.purpurColorBackgroundInteractiveReadOnlyNegative=r.purpurColorBackgroundInteractiveReadOnlyNegative;exports.purpurColorBackgroundInteractiveTransparentActive=r.purpurColorBackgroundInteractiveTransparentActive;exports.purpurColorBackgroundInteractiveTransparentActiveNegative=r.purpurColorBackgroundInteractiveTransparentActiveNegative;exports.purpurColorBackgroundInteractiveTransparentHover=r.purpurColorBackgroundInteractiveTransparentHover;exports.purpurColorBackgroundInteractiveTransparentHoverNegative=r.purpurColorBackgroundInteractiveTransparentHoverNegative;exports.purpurColorBackgroundOnImage=r.purpurColorBackgroundOnImage;exports.purpurColorBackgroundOnImageNegative=r.purpurColorBackgroundOnImageNegative;exports.purpurColorBackgroundPrimary=r.purpurColorBackgroundPrimary;exports.purpurColorBackgroundPrimaryNegative=r.purpurColorBackgroundPrimaryNegative;exports.purpurColorBackgroundSecondary=r.purpurColorBackgroundSecondary;exports.purpurColorBackgroundSecondaryNegative=r.purpurColorBackgroundSecondaryNegative;exports.purpurColorBackgroundStatusAttention=r.purpurColorBackgroundStatusAttention;exports.purpurColorBackgroundStatusBlackFriday=r.purpurColorBackgroundStatusBlackFriday;exports.purpurColorBackgroundStatusErrorMedium=r.purpurColorBackgroundStatusErrorMedium;exports.purpurColorBackgroundStatusErrorStrong=r.purpurColorBackgroundStatusErrorStrong;exports.purpurColorBackgroundStatusErrorStrongNegative=r.purpurColorBackgroundStatusErrorStrongNegative;exports.purpurColorBackgroundStatusInfoMedium=r.purpurColorBackgroundStatusInfoMedium;exports.purpurColorBackgroundStatusInfoStrong=r.purpurColorBackgroundStatusInfoStrong;exports.purpurColorBackgroundStatusNeutral=r.purpurColorBackgroundStatusNeutral;exports.purpurColorBackgroundStatusSpecial=r.purpurColorBackgroundStatusSpecial;exports.purpurColorBackgroundStatusSuccessMedium=r.purpurColorBackgroundStatusSuccessMedium;exports.purpurColorBackgroundStatusSuccessStrong=r.purpurColorBackgroundStatusSuccessStrong;exports.purpurColorBackgroundStatusSuccessStrongNegative=r.purpurColorBackgroundStatusSuccessStrongNegative;exports.purpurColorBackgroundStatusWarningMedium=r.purpurColorBackgroundStatusWarningMedium;exports.purpurColorBackgroundStatusWarningStrong=r.purpurColorBackgroundStatusWarningStrong;exports.purpurColorBackgroundStatusWarningStrongNegative=r.purpurColorBackgroundStatusWarningStrongNegative;exports.purpurColorBackgroundToneOnTonePrimary=r.purpurColorBackgroundToneOnTonePrimary;exports.purpurColorBackgroundToneOnToneQuaternary=r.purpurColorBackgroundToneOnToneQuaternary;exports.purpurColorBackgroundToneOnToneSecondary=r.purpurColorBackgroundToneOnToneSecondary;exports.purpurColorBackgroundToneOnToneTertiary=r.purpurColorBackgroundToneOnToneTertiary;exports.purpurColorBeige100=r.purpurColorBeige100;exports.purpurColorBeige200=r.purpurColorBeige200;exports.purpurColorBeige300=r.purpurColorBeige300;exports.purpurColorBeige400=r.purpurColorBeige400;exports.purpurColorBeige50=r.purpurColorBeige50;exports.purpurColorBeige500=r.purpurColorBeige500;exports.purpurColorBeige600=r.purpurColorBeige600;exports.purpurColorBeige700=r.purpurColorBeige700;exports.purpurColorBeige800=r.purpurColorBeige800;exports.purpurColorBeige900=r.purpurColorBeige900;exports.purpurColorBeige950=r.purpurColorBeige950;exports.purpurColorBlue100=r.purpurColorBlue100;exports.purpurColorBlue200=r.purpurColorBlue200;exports.purpurColorBlue300=r.purpurColorBlue300;exports.purpurColorBlue400=r.purpurColorBlue400;exports.purpurColorBlue50=r.purpurColorBlue50;exports.purpurColorBlue500=r.purpurColorBlue500;exports.purpurColorBlue600=r.purpurColorBlue600;exports.purpurColorBlue700=r.purpurColorBlue700;exports.purpurColorBlue800=r.purpurColorBlue800;exports.purpurColorBlue900=r.purpurColorBlue900;exports.purpurColorBlue950=r.purpurColorBlue950;exports.purpurColorBorderInteractiveExpressive=r.purpurColorBorderInteractiveExpressive;exports.purpurColorBorderInteractiveFocus=r.purpurColorBorderInteractiveFocus;exports.purpurColorBorderInteractivePrimary=r.purpurColorBorderInteractivePrimary;exports.purpurColorBorderInteractivePrimaryActive=r.purpurColorBorderInteractivePrimaryActive;exports.purpurColorBorderInteractivePrimaryActiveNegative=r.purpurColorBorderInteractivePrimaryActiveNegative;exports.purpurColorBorderInteractivePrimaryHover=r.purpurColorBorderInteractivePrimaryHover;exports.purpurColorBorderInteractivePrimaryHoverNegative=r.purpurColorBorderInteractivePrimaryHoverNegative;exports.purpurColorBorderInteractivePrimaryNegative=r.purpurColorBorderInteractivePrimaryNegative;exports.purpurColorBorderInteractiveSelected=r.purpurColorBorderInteractiveSelected;exports.purpurColorBorderInteractiveSubtle=r.purpurColorBorderInteractiveSubtle;exports.purpurColorBorderInteractiveSubtleHover=r.purpurColorBorderInteractiveSubtleHover;exports.purpurColorBorderInteractiveSubtleHoverNegative=r.purpurColorBorderInteractiveSubtleHoverNegative;exports.purpurColorBorderInteractiveSubtleNegative=r.purpurColorBorderInteractiveSubtleNegative;exports.purpurColorBorderMedium=r.purpurColorBorderMedium;exports.purpurColorBorderMediumNegative=r.purpurColorBorderMediumNegative;exports.purpurColorBorderStatusError=r.purpurColorBorderStatusError;exports.purpurColorBorderStatusErrorNegative=r.purpurColorBorderStatusErrorNegative;exports.purpurColorBorderStatusInfo=r.purpurColorBorderStatusInfo;exports.purpurColorBorderStatusSuccess=r.purpurColorBorderStatusSuccess;exports.purpurColorBorderStatusSuccessNegative=r.purpurColorBorderStatusSuccessNegative;exports.purpurColorBorderStatusWarning=r.purpurColorBorderStatusWarning;exports.purpurColorBorderStrong=r.purpurColorBorderStrong;exports.purpurColorBorderStrongNegative=r.purpurColorBorderStrongNegative;exports.purpurColorBorderWeak=r.purpurColorBorderWeak;exports.purpurColorBorderWeakNegative=r.purpurColorBorderWeakNegative;exports.purpurColorBrandBeige=r.purpurColorBrandBeige;exports.purpurColorBrandCorePurple=r.purpurColorBrandCorePurple;exports.purpurColorBrandDeepBeige=r.purpurColorBrandDeepBeige;exports.purpurColorBrandDeepPurple=r.purpurColorBrandDeepPurple;exports.purpurColorBrandLightBeige=r.purpurColorBrandLightBeige;exports.purpurColorBrandLightPurple=r.purpurColorBrandLightPurple;exports.purpurColorBrandOffBlack=r.purpurColorBrandOffBlack;exports.purpurColorBrandWhite=r.purpurColorBrandWhite;exports.purpurColorFunctionalBlack=r.purpurColorFunctionalBlack;exports.purpurColorFunctionalTransparent=r.purpurColorFunctionalTransparent;exports.purpurColorFunctionalWhite=r.purpurColorFunctionalWhite;exports.purpurColorGradientAiBottom=r.purpurColorGradientAiBottom;exports.purpurColorGradientAiBottomNegative=r.purpurColorGradientAiBottomNegative;exports.purpurColorGradientAiTop=r.purpurColorGradientAiTop;exports.purpurColorGradientAiTopNegative=r.purpurColorGradientAiTopNegative;exports.purpurColorGray100=r.purpurColorGray100;exports.purpurColorGray150=r.purpurColorGray150;exports.purpurColorGray200=r.purpurColorGray200;exports.purpurColorGray300=r.purpurColorGray300;exports.purpurColorGray400=r.purpurColorGray400;exports.purpurColorGray50=r.purpurColorGray50;exports.purpurColorGray500=r.purpurColorGray500;exports.purpurColorGray600=r.purpurColorGray600;exports.purpurColorGray700=r.purpurColorGray700;exports.purpurColorGray800=r.purpurColorGray800;exports.purpurColorGray850=r.purpurColorGray850;exports.purpurColorGray900=r.purpurColorGray900;exports.purpurColorGray950=r.purpurColorGray950;exports.purpurColorGreen100=r.purpurColorGreen100;exports.purpurColorGreen200=r.purpurColorGreen200;exports.purpurColorGreen300=r.purpurColorGreen300;exports.purpurColorGreen400=r.purpurColorGreen400;exports.purpurColorGreen50=r.purpurColorGreen50;exports.purpurColorGreen500=r.purpurColorGreen500;exports.purpurColorGreen600=r.purpurColorGreen600;exports.purpurColorGreen700=r.purpurColorGreen700;exports.purpurColorGreen800=r.purpurColorGreen800;exports.purpurColorGreen900=r.purpurColorGreen900;exports.purpurColorGreen950=r.purpurColorGreen950;exports.purpurColorOrange100=r.purpurColorOrange100;exports.purpurColorOrange200=r.purpurColorOrange200;exports.purpurColorOrange300=r.purpurColorOrange300;exports.purpurColorOrange400=r.purpurColorOrange400;exports.purpurColorOrange50=r.purpurColorOrange50;exports.purpurColorOrange500=r.purpurColorOrange500;exports.purpurColorOrange600=r.purpurColorOrange600;exports.purpurColorOrange700=r.purpurColorOrange700;exports.purpurColorOrange800=r.purpurColorOrange800;exports.purpurColorOrange900=r.purpurColorOrange900;exports.purpurColorOrange950=r.purpurColorOrange950;exports.purpurColorOverlayDefault=r.purpurColorOverlayDefault;exports.purpurColorPurple100=r.purpurColorPurple100;exports.purpurColorPurple200=r.purpurColorPurple200;exports.purpurColorPurple300=r.purpurColorPurple300;exports.purpurColorPurple400=r.purpurColorPurple400;exports.purpurColorPurple50=r.purpurColorPurple50;exports.purpurColorPurple500=r.purpurColorPurple500;exports.purpurColorPurple550=r.purpurColorPurple550;exports.purpurColorPurple600=r.purpurColorPurple600;exports.purpurColorPurple700=r.purpurColorPurple700;exports.purpurColorPurple800=r.purpurColorPurple800;exports.purpurColorPurple900=r.purpurColorPurple900;exports.purpurColorPurple950=r.purpurColorPurple950;exports.purpurColorRed100=r.purpurColorRed100;exports.purpurColorRed200=r.purpurColorRed200;exports.purpurColorRed300=r.purpurColorRed300;exports.purpurColorRed400=r.purpurColorRed400;exports.purpurColorRed50=r.purpurColorRed50;exports.purpurColorRed500=r.purpurColorRed500;exports.purpurColorRed600=r.purpurColorRed600;exports.purpurColorRed700=r.purpurColorRed700;exports.purpurColorRed800=r.purpurColorRed800;exports.purpurColorRed900=r.purpurColorRed900;exports.purpurColorRed950=r.purpurColorRed950;exports.purpurColorTeal100=r.purpurColorTeal100;exports.purpurColorTeal200=r.purpurColorTeal200;exports.purpurColorTeal300=r.purpurColorTeal300;exports.purpurColorTeal400=r.purpurColorTeal400;exports.purpurColorTeal50=r.purpurColorTeal50;exports.purpurColorTeal500=r.purpurColorTeal500;exports.purpurColorTeal600=r.purpurColorTeal600;exports.purpurColorTeal700=r.purpurColorTeal700;exports.purpurColorTeal800=r.purpurColorTeal800;exports.purpurColorTeal900=r.purpurColorTeal900;exports.purpurColorTeal950=r.purpurColorTeal950;exports.purpurColorTextDefault=r.purpurColorTextDefault;exports.purpurColorTextDefaultNegative=r.purpurColorTextDefaultNegative;exports.purpurColorTextInteractiveOnDestructive=r.purpurColorTextInteractiveOnDestructive;exports.purpurColorTextInteractiveOnExpressive=r.purpurColorTextInteractiveOnExpressive;exports.purpurColorTextInteractiveOnExpressiveActive=r.purpurColorTextInteractiveOnExpressiveActive;exports.purpurColorTextInteractiveOnExpressiveActiveNegative=r.purpurColorTextInteractiveOnExpressiveActiveNegative;exports.purpurColorTextInteractiveOnExpressiveHover=r.purpurColorTextInteractiveOnExpressiveHover;exports.purpurColorTextInteractiveOnExpressiveHoverNegative=r.purpurColorTextInteractiveOnExpressiveHoverNegative;exports.purpurColorTextInteractiveOnExpressiveNegative=r.purpurColorTextInteractiveOnExpressiveNegative;exports.purpurColorTextInteractiveOnPrimary=r.purpurColorTextInteractiveOnPrimary;exports.purpurColorTextInteractiveOnPrimaryNegative=r.purpurColorTextInteractiveOnPrimaryNegative;exports.purpurColorTextInteractivePrimary=r.purpurColorTextInteractivePrimary;exports.purpurColorTextInteractivePrimaryActive=r.purpurColorTextInteractivePrimaryActive;exports.purpurColorTextInteractivePrimaryActiveNegative=r.purpurColorTextInteractivePrimaryActiveNegative;exports.purpurColorTextInteractivePrimaryHover=r.purpurColorTextInteractivePrimaryHover;exports.purpurColorTextInteractivePrimaryHoverNegative=r.purpurColorTextInteractivePrimaryHoverNegative;exports.purpurColorTextInteractivePrimaryNegative=r.purpurColorTextInteractivePrimaryNegative;exports.purpurColorTextInteractiveSelected=r.purpurColorTextInteractiveSelected;exports.purpurColorTextInteractiveSelectedNegative=r.purpurColorTextInteractiveSelectedNegative;exports.purpurColorTextMedium=r.purpurColorTextMedium;exports.purpurColorTextMediumNegative=r.purpurColorTextMediumNegative;exports.purpurColorTextStatusAttention=r.purpurColorTextStatusAttention;exports.purpurColorTextStatusBlackFriday=r.purpurColorTextStatusBlackFriday;exports.purpurColorTextStatusDiscount=r.purpurColorTextStatusDiscount;exports.purpurColorTextStatusErrorMedium=r.purpurColorTextStatusErrorMedium;exports.purpurColorTextStatusErrorMediumNegative=r.purpurColorTextStatusErrorMediumNegative;exports.purpurColorTextStatusErrorStrong=r.purpurColorTextStatusErrorStrong;exports.purpurColorTextStatusErrorStrongNegative=r.purpurColorTextStatusErrorStrongNegative;exports.purpurColorTextStatusInfoMedium=r.purpurColorTextStatusInfoMedium;exports.purpurColorTextStatusInfoStrong=r.purpurColorTextStatusInfoStrong;exports.purpurColorTextStatusNeutral=r.purpurColorTextStatusNeutral;exports.purpurColorTextStatusSpecial=r.purpurColorTextStatusSpecial;exports.purpurColorTextStatusSuccessMedium=r.purpurColorTextStatusSuccessMedium;exports.purpurColorTextStatusSuccessMediumNegative=r.purpurColorTextStatusSuccessMediumNegative;exports.purpurColorTextStatusSuccessStrong=r.purpurColorTextStatusSuccessStrong;exports.purpurColorTextStatusSuccessStrongNegative=r.purpurColorTextStatusSuccessStrongNegative;exports.purpurColorTextStatusWarningMedium=r.purpurColorTextStatusWarningMedium;exports.purpurColorTextStatusWarningMediumNegative=r.purpurColorTextStatusWarningMediumNegative;exports.purpurColorTextStatusWarningStrong=r.purpurColorTextStatusWarningStrong;exports.purpurColorTextToneOnTonePrimary=r.purpurColorTextToneOnTonePrimary;exports.purpurColorTextToneOnToneSecondary=r.purpurColorTextToneOnToneSecondary;exports.purpurColorTextToneOnToneTertiary=r.purpurColorTextToneOnToneTertiary;exports.purpurColorTextWeak=r.purpurColorTextWeak;exports.purpurColorTextWeakNegative=r.purpurColorTextWeakNegative;exports.purpurColorTransparentBlack100=r.purpurColorTransparentBlack100;exports.purpurColorTransparentBlack150=r.purpurColorTransparentBlack150;exports.purpurColorTransparentBlack200=r.purpurColorTransparentBlack200;exports.purpurColorTransparentBlack300=r.purpurColorTransparentBlack300;exports.purpurColorTransparentBlack400=r.purpurColorTransparentBlack400;exports.purpurColorTransparentBlack50=r.purpurColorTransparentBlack50;exports.purpurColorTransparentBlack500=r.purpurColorTransparentBlack500;exports.purpurColorTransparentBlack600=r.purpurColorTransparentBlack600;exports.purpurColorTransparentBlack700=r.purpurColorTransparentBlack700;exports.purpurColorTransparentBlack800=r.purpurColorTransparentBlack800;exports.purpurColorTransparentBlack850=r.purpurColorTransparentBlack850;exports.purpurColorTransparentBlack900=r.purpurColorTransparentBlack900;exports.purpurColorTransparentBlack950=r.purpurColorTransparentBlack950;exports.purpurColorTransparentWhite100=r.purpurColorTransparentWhite100;exports.purpurColorTransparentWhite150=r.purpurColorTransparentWhite150;exports.purpurColorTransparentWhite200=r.purpurColorTransparentWhite200;exports.purpurColorTransparentWhite300=r.purpurColorTransparentWhite300;exports.purpurColorTransparentWhite400=r.purpurColorTransparentWhite400;exports.purpurColorTransparentWhite50=r.purpurColorTransparentWhite50;exports.purpurColorTransparentWhite500=r.purpurColorTransparentWhite500;exports.purpurColorTransparentWhite600=r.purpurColorTransparentWhite600;exports.purpurColorTransparentWhite700=r.purpurColorTransparentWhite700;exports.purpurColorTransparentWhite800=r.purpurColorTransparentWhite800;exports.purpurColorTransparentWhite850=r.purpurColorTransparentWhite850;exports.purpurColorTransparentWhite900=r.purpurColorTransparentWhite900;exports.purpurColorTransparentWhite950=r.purpurColorTransparentWhite950;exports.purpurMotionDuration100=o.purpurMotionDuration100;exports.purpurMotionDuration150=o.purpurMotionDuration150;exports.purpurMotionDuration1500=o.purpurMotionDuration1500;exports.purpurMotionDuration200=o.purpurMotionDuration200;exports.purpurMotionDuration2000=o.purpurMotionDuration2000;exports.purpurMotionDuration300=o.purpurMotionDuration300;exports.purpurMotionDuration400=o.purpurMotionDuration400;exports.purpurMotionDuration500=o.purpurMotionDuration500;exports.purpurMotionEasingEaseIn=o.purpurMotionEasingEaseIn;exports.purpurMotionEasingEaseInOut=o.purpurMotionEasingEaseInOut;exports.purpurMotionEasingEaseOut=o.purpurMotionEasingEaseOut;exports.ThemeProvider=l.ThemeProvider;exports.teliaTheme=l.teliaTheme;exports.useApplyTheme=l.useApplyTheme;exports.useTheme=l.useTheme;exports.useColorScheme=vr.useColorScheme;exports.useThemePortalContainer=Br.useThemePortalContainer;exports.af=e.af;exports.ar=e.ar;exports.arDZ=e.arDZ;exports.arEG=e.arEG;exports.arMA=e.arMA;exports.arSA=e.arSA;exports.arTN=e.arTN;exports.az=e.az;exports.be=e.be;exports.beTarask=e.beTarask;exports.bg=e.bg;exports.bn=e.bn;exports.bs=e.bs;exports.ca=e.ca;exports.ckb=e.ckb;exports.cs=e.cs;exports.cy=e.cy;exports.da=e.da;exports.de=e.de;exports.deAT=e.deAT;exports.el=e.el;exports.enAU=e.enAU;exports.enCA=e.enCA;exports.enGB=e.enGB;exports.enIE=e.enIE;exports.enIN=e.enIN;exports.enNZ=e.enNZ;exports.enZA=e.enZA;exports.eo=e.eo;exports.es=e.es;exports.et=e.et;exports.eu=e.eu;exports.faIR=e.faIR;exports.fi=e.fi;exports.fr=e.fr;exports.frCA=e.frCA;exports.frCH=e.frCH;exports.fy=e.fy;exports.gd=e.gd;exports.gl=e.gl;exports.gu=e.gu;exports.he=e.he;exports.hi=e.hi;exports.hr=e.hr;exports.ht=e.ht;exports.hu=e.hu;exports.hy=e.hy;exports.id=e.id;exports.is=e.is;exports.it=e.it;exports.itCH=e.itCH;exports.ja=e.ja;exports.jaHira=e.jaHira;exports.ka=e.ka;exports.kk=e.kk;exports.km=e.km;exports.kn=e.kn;exports.ko=e.ko;exports.lb=e.lb;exports.lt=e.lt;exports.lv=e.lv;exports.mk=e.mk;exports.mn=e.mn;exports.ms=e.ms;exports.mt=e.mt;exports.nb=e.nb;exports.nl=e.nl;exports.nlBE=e.nlBE;exports.nn=e.nn;exports.oc=e.oc;exports.pl=e.pl;exports.pt=e.pt;exports.ptBR=e.ptBR;exports.ro=e.ro;exports.ru=e.ru;exports.se=e.se;exports.sk=e.sk;exports.sl=e.sl;exports.sq=e.sq;exports.sr=e.sr;exports.srLatn=e.srLatn;exports.sv=e.sv;exports.ta=e.ta;exports.te=e.te;exports.th=e.th;exports.tr=e.tr;exports.ug=e.ug;exports.uk=e.uk;exports.uz=e.uz;exports.uzCyrl=e.uzCyrl;exports.vi=e.vi;exports.zhCN=e.zhCN;exports.zhHK=e.zhHK;exports.zhTW=e.zhTW;exports.enUS=Sr.enUS;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */const h=require("./accordion-BfpN5h4C.js"),c=require("./alert-badge-DguuS7Qq.js"),m=require("./autocomplete-CcVDJbwS.js"),f=require("./avatar-nDQ8fk-2.js"),C=require("./badge-CQ0SS_t8.js"),N=require("./breadcrumbs-BKzim4am.js"),i=require("./button-DmybVApa.js"),V=require("./calendar-BXQ3v62X.js"),U=require("./card-pdsBEJif.js"),z=require("./carousel-DnSaLDZf.js"),w=require("./chat-field-Wjvh2J6C.js"),x=require("./checkbox-qjWQEoa5.js"),Z=require("./chip-group-B775zvKD.js"),g=require("./color-dot-BEE5rKco.js"),X=require("./comparison-table-DHFpydbq.js"),s=require("./container-DRwKIAjh.js"),j=require("./content-block-DyYAnL2e.js"),K=require("./countdown-CGXJyzB2.js"),Q=require("./counter-badge-B-d9VNup.js"),P=require("./cta-link-B1qMjH76.js"),Y=require("./date-field-CKxEWHG3.js"),$=require("./date-picker-CDBwkAJI.js"),J=require("./date-range-field-D7Hn9FGN.js"),t=require("./dismissable-chip-group-2updhyuR.js"),rr=require("./drawer-DyLQfvEh.js"),A=require("./dropdown-_FLHLyPL.js"),O=require("./field-error-text-FhQulSV5.js"),er=require("./field-helper-text-DSKO-Tce.js"),ur=require("./footer-CS6ZfztM.js"),or=require("./grid-uGMD2euo.js"),n=require("./heading-drD5ugCC.js"),G=require("./hero-banner--v-ezYMr.js"),pr=require("./label-yHK80hhV.js"),d=require("./link-DhWVrkTz.js"),E=require("./listbox-lXO21cJV.js"),ar=require("./loading-B_0NjCnh.js"),tr=require("./message-DsGB-JFh.js"),ir=require("./modal-D0Qxrvx5.js"),a=require("./notification-D2oClkX2.js"),nr=require("./notification-banner-BxHwTFnH.js"),lr=require("./pagination-BDfaybj3.js"),R=require("./paragraph-B8HFdNne.js"),cr=require("./popover-BFozkeS3.js"),Cr=require("./product-card-XxBwuxM-.js"),D=require("./promotion-card-C1UoxzcV.js"),T=require("./quantity-selector-CTBoxiPO.js"),v=require("./radio-button-group-BaFpGAcD.js"),q=require("./radio-card-group-BXwkIIEw.js"),b=require("./RichText-BAVZadzi.js"),B=require("./search-field-Dx4qCcrh.js"),gr=require("./select-DOqTJgTj.js"),M=require("./skeleton-BU0KtWIM.js"),L=require("./slider-_R6JmPZl.js"),W=require("./spacer-OZQbtvcY.js"),S=require("./spinner-tKunS_o-.js"),sr=require("./stepper-eaxkBC7o.js"),H=require("./table-rS3hITtj.js"),y=require("./tabs-D-nfZHIA.js"),F=require("./text-area-9RUldq6W.js"),I=require("./text-field-C2W13n15.js"),_=require("./text-spacing-CiGPZHuB.js"),dr=require("./toggle-BgrfdtmN.js"),k=require("./tooltip-B-11qk-0.js"),Tr=require("./visually-hidden-C2CKovZx.js"),u=require("./tokens.cjs.js"),p=require("./variables-Buqm4JZc.js"),r=require("./variables-D1vNo1lO.js"),o=require("./variables-BSBunpiY.js"),l=require("./ThemeProvider-BJGm3zai.js"),vr=require("./useColorScheme-BHhPgv9q.js"),Br=require("./useThemePortalContainer-CUcqV327.js"),e=require("./zh-TW-CAp7WWVq.js"),Sr=require("./format-CFKKBdIQ.js");exports.Accordion=h.Accordion;exports.AccordionNegativeContext=h.AccordionNegativeContext;exports.ALERT_BADGE_VARIANT=c.ALERT_BADGE_VARIANT;exports.AlertBadge=c.AlertBadge;exports.alertBadgeVariants=c.alertBadgeVariants;exports.Autocomplete=m.Autocomplete;exports.useAutocomplete=m.useAutocomplete;exports.Avatar=f.Avatar;exports.BADGE_VARIANT=C.BADGE_VARIANT;exports.Badge=C.Badge;exports.badgeVariants=C.badgeVariants;exports.Breadcrumbs=N.Breadcrumbs;exports.BreadcrumbsItem=N.Item;exports.BUTTON_TYPES=i.BUTTON_TYPES;exports.BUTTON_VARIANT=i.BUTTON_VARIANT;exports.Button=i.Button;exports.buttonVariants=i.buttonVariants;exports.Calendar=V.Calendar;exports.Card=U.Card;exports.Carousel=z.Carousel;exports.ChatField=w.ChatField;exports.Checkbox=x.Checkbox;exports.checkedState=x.checkedState;exports.ChipGroup=Z.ChipGroup;exports.BUTTON_COLOR_DOT_SIZE=g.BUTTON_COLOR_DOT_SIZE;exports.ColorDot=g.ColorDot;exports.STATIC_COLOR_DOT_SIZE=g.STATIC_COLOR_DOT_SIZE;exports.ComparisonTable=X.ComparisonTable;exports.Container=s.Container;exports.ContainerElement=s.ContainerElement;exports.Width=s.Width;exports.ContentBlock=j.ContentBlock;exports.Countdown=K.Countdown;exports.CounterBadge=Q.CounterBadge;exports.CtaLink=P.CtaLink;exports.ctaLinkIcons=P.ctaLinkIcons;exports.DateField=Y.DateField;exports.DatePicker=$.DatePicker;exports.DateRangeField=J.DateRangeField;exports.DEFAULT_SIZE=t.DEFAULT_SIZE;exports.DismissableChipGroup=t.DismissableChipGroup;exports.DismissableChipGroupNegativeContext=t.DismissableChipGroupNegativeContext;exports.DismissableChipGroupSizeContext=t.DismissableChipGroupSizeContext;exports.sizes=t.sizes;exports.Drawer=rr.Drawer;exports.Dropdown=A.Dropdown;exports.useDropdown=A.useDropdown;exports.FieldErrorText=O.FieldErrorText;exports.ariaRelevantValues=O.ariaRelevantValues;exports.FieldHelperText=er.FieldHelperText;exports.Footer=ur.Footer;exports.Grid=or.Grid;exports.DisplayVariant=n.DisplayVariant;exports.Heading=n.Heading;exports.HeadingTag=n.HeadingTag;exports.TitleVariant=n.TitleVariant;exports.HeroBanner=G.HeroBanner;exports.TitleHyphenVariant=G.TitleHyphenVariant;exports.Label=pr.Label;exports.LINK_VARIANT=d.LINK_VARIANT;exports.Link=d.Link;exports.linkVariants=d.linkVariants;exports.Listbox=E.Listbox;exports.ListboxNegativeContext=E.ListboxNegativeContext;exports.Loading=ar.Loading;exports.Message=tr.MessageNamespace;exports.Modal=ir.Modal;exports.NOTIFICATION_ARIA_LIVE=a.NOTIFICATION_ARIA_LIVE;exports.NOTIFICATION_ROLE=a.NOTIFICATION_ROLE;exports.NOTIFICATION_STATUS=a.NOTIFICATION_STATUS;exports.Notification=a.Notification;exports.notificationAriaLiveValues=a.notificationAriaLiveValues;exports.notificationRoles=a.notificationRoles;exports.notificationStatuses=a.notificationStatuses;exports.NotificationBanner=nr.NotificationBanner;exports.Pagination=lr.Pagination;exports.Paragraph=R.Paragraph;exports.ParagraphVariant=R.ParagraphVariant;exports.Popover=cr.Popover;exports.ProductCard=Cr.ProductCard;exports.PromotionCard=D.PromotionCard;exports.promotionCardVariants=D.promotionCardVariants;exports.QuantitySelector=T.QuantitySelector;exports.quantitySelectorButtonVariants=T.quantitySelectorButtonVariants;exports.quantitySelectorVariants=T.quantitySelectorVariants;exports.RADIO_BUTTON_GROUP_DIRECTION=v.RADIO_BUTTON_GROUP_DIRECTION;exports.RADIO_BUTTON_GROUP_ORIENTATION=v.RADIO_BUTTON_GROUP_ORIENTATION;exports.RadioButtonGroup=v.RadioButtonGroup;exports.RadioCardGroup=q.RadioCardGroup;exports.RadioCardItem=q.RadioCardItem;exports.RichText=b.RichText;exports.richToPlainText=b.richToPlainText;exports.SearchField=B.SearchField;exports.SearchFieldAutocomplete=B.SearchFieldAutocomplete;exports.searchFieldVariants=B.searchFieldVariants;exports.Select=gr.Select;exports.Skeleton=M.Skeleton;exports.radii=M.radii;exports.SLIDER_ORIENTATION=L.SLIDER_ORIENTATION;exports.Slider=L.Slider;exports.SPACER_SIZE=W.SPACER_SIZE;exports.Spacer=W.Spacer;exports.SPINNER_SIZE=S.SPINNER_SIZE;exports.Spinner=S.Spinner;exports.spinnerSizes=S.spinnerSizes;exports.Stepper=sr.Stepper;exports.Table=H.Table;exports.createColumnHelper=H.createColumnHelper;exports.Tabs=y.Tabs;exports.createTabChangeDetailEvent=y.createTabChangeDetailEvent;exports.tabsVariants=y.tabsVariants;exports.ResizeOption=F.ResizeOption;exports.TextArea=F.TextArea;exports.TextField=I.TextField;exports.isTextField=I.isTextField;exports.textFieldVariants=I.textFieldVariants;exports.Element=_.Element;exports.TextSpacing=_.TextSpacing;exports.Toggle=dr.Toggle;exports.TOOLTIP_ALIGN=k.TOOLTIP_ALIGN;exports.TOOLTIP_POSITION=k.TOOLTIP_POSITION;exports.Tooltip=k.Tooltip;exports.VisuallyHidden=Tr.VisuallyHidden;exports.purpurBorderRadiusFull=u.purpurBorderRadiusFull;exports.purpurBorderRadiusLg=u.purpurBorderRadiusLg;exports.purpurBorderRadiusMd=u.purpurBorderRadiusMd;exports.purpurBorderRadiusSm=u.purpurBorderRadiusSm;exports.purpurBorderRadiusXl=u.purpurBorderRadiusXl;exports.purpurBorderRadiusXs=u.purpurBorderRadiusXs;exports.purpurBorderWidthLg=u.purpurBorderWidthLg;exports.purpurBorderWidthMd=u.purpurBorderWidthMd;exports.purpurBorderWidthSm=u.purpurBorderWidthSm;exports.purpurBorderWidthXs=u.purpurBorderWidthXs;exports.purpurFilterBlurOnImage=u.purpurFilterBlurOnImage;exports.purpurGradientAiBackgroundInteractiveExpressive=u.purpurGradientAiBackgroundInteractiveExpressive;exports.purpurGradientAiBackgroundInteractiveExpressiveNegative=u.purpurGradientAiBackgroundInteractiveExpressiveNegative;exports.purpurGradientAiBackgroundInteractivePrimary=u.purpurGradientAiBackgroundInteractivePrimary;exports.purpurGradientAiBackgroundInteractivePrimaryNegative=u.purpurGradientAiBackgroundInteractivePrimaryNegative;exports.purpurGradientAiBackgroundPrimaryNegative=u.purpurGradientAiBackgroundPrimaryNegative;exports.purpurGradientAiBorderInteractivePrimary=u.purpurGradientAiBorderInteractivePrimary;exports.purpurGradientAiBorderInteractivePrimaryNegative=u.purpurGradientAiBorderInteractivePrimaryNegative;exports.purpurGradientAiTextInteractivePrimary=u.purpurGradientAiTextInteractivePrimary;exports.purpurGradientAiTextInteractivePrimaryNegative=u.purpurGradientAiTextInteractivePrimaryNegative;exports.purpurShadowLg=u.purpurShadowLg;exports.purpurShadowMd=u.purpurShadowMd;exports.purpurShadowNone=u.purpurShadowNone;exports.purpurShadowSm=u.purpurShadowSm;exports.purpurSpacing0=u.purpurSpacing0;exports.purpurSpacing10=u.purpurSpacing10;exports.purpurSpacing100=u.purpurSpacing100;exports.purpurSpacing1000=u.purpurSpacing1000;exports.purpurSpacing1200=u.purpurSpacing1200;exports.purpurSpacing150=u.purpurSpacing150;exports.purpurSpacing1600=u.purpurSpacing1600;exports.purpurSpacing200=u.purpurSpacing200;exports.purpurSpacing25=u.purpurSpacing25;exports.purpurSpacing250=u.purpurSpacing250;exports.purpurSpacing300=u.purpurSpacing300;exports.purpurSpacing400=u.purpurSpacing400;exports.purpurSpacing50=u.purpurSpacing50;exports.purpurSpacing600=u.purpurSpacing600;exports.purpurSpacing800=u.purpurSpacing800;exports.purpurSpacingGutterLg=u.purpurSpacingGutterLg;exports.purpurSpacingGutterMd=u.purpurSpacingGutterMd;exports.purpurSpacingGutterSm=u.purpurSpacingGutterSm;exports.purpurSpacingGutterXl=u.purpurSpacingGutterXl;exports.purpurSpacingPagePaddingLg=u.purpurSpacingPagePaddingLg;exports.purpurSpacingPagePaddingMd=u.purpurSpacingPagePaddingMd;exports.purpurSpacingPagePaddingSm=u.purpurSpacingPagePaddingSm;exports.purpurSpacingPagePaddingXl=u.purpurSpacingPagePaddingXl;exports.purpurTypographyFamilyDefault=u.purpurTypographyFamilyDefault;exports.purpurTypographyFamilyDisplay=u.purpurTypographyFamilyDisplay;exports.purpurTypographyLineHeightDefault=u.purpurTypographyLineHeightDefault;exports.purpurTypographyLineHeightLoose=u.purpurTypographyLineHeightLoose;exports.purpurTypographyLineHeightLooser=u.purpurTypographyLineHeightLooser;exports.purpurTypographyLineHeightSnug=u.purpurTypographyLineHeightSnug;exports.purpurTypographyLineHeightTight=u.purpurTypographyLineHeightTight;exports.purpurTypographyScale100=u.purpurTypographyScale100;exports.purpurTypographyScale1000=u.purpurTypographyScale1000;exports.purpurTypographyScale1100=u.purpurTypographyScale1100;exports.purpurTypographyScale150=u.purpurTypographyScale150;exports.purpurTypographyScale200=u.purpurTypographyScale200;exports.purpurTypographyScale300=u.purpurTypographyScale300;exports.purpurTypographyScale400=u.purpurTypographyScale400;exports.purpurTypographyScale50=u.purpurTypographyScale50;exports.purpurTypographyScale500=u.purpurTypographyScale500;exports.purpurTypographyScale600=u.purpurTypographyScale600;exports.purpurTypographyScale650=u.purpurTypographyScale650;exports.purpurTypographyScale700=u.purpurTypographyScale700;exports.purpurTypographyScale75=u.purpurTypographyScale75;exports.purpurTypographyScale800=u.purpurTypographyScale800;exports.purpurTypographyScale850=u.purpurTypographyScale850;exports.purpurTypographyScale900=u.purpurTypographyScale900;exports.purpurTypographyWeightBold=u.purpurTypographyWeightBold;exports.purpurTypographyWeightMedium=u.purpurTypographyWeightMedium;exports.purpurTypographyWeightNormal=u.purpurTypographyWeightNormal;exports.purpurBreakpointLg=p.purpurBreakpointLg;exports.purpurBreakpointMd=p.purpurBreakpointMd;exports.purpurBreakpointRelativeLg=p.purpurBreakpointRelativeLg;exports.purpurBreakpointRelativeMd=p.purpurBreakpointRelativeMd;exports.purpurBreakpointRelativeSm=p.purpurBreakpointRelativeSm;exports.purpurBreakpointRelativeXl=p.purpurBreakpointRelativeXl;exports.purpurBreakpointSm=p.purpurBreakpointSm;exports.purpurBreakpointXl=p.purpurBreakpointXl;exports.purpurColorBackgroundInteractiveAutoFill=r.purpurColorBackgroundInteractiveAutoFill;exports.purpurColorBackgroundInteractiveDestructive=r.purpurColorBackgroundInteractiveDestructive;exports.purpurColorBackgroundInteractiveDestructiveActive=r.purpurColorBackgroundInteractiveDestructiveActive;exports.purpurColorBackgroundInteractiveDestructiveHover=r.purpurColorBackgroundInteractiveDestructiveHover;exports.purpurColorBackgroundInteractiveDisabled=r.purpurColorBackgroundInteractiveDisabled;exports.purpurColorBackgroundInteractiveDisabledNegative=r.purpurColorBackgroundInteractiveDisabledNegative;exports.purpurColorBackgroundInteractiveExpressive=r.purpurColorBackgroundInteractiveExpressive;exports.purpurColorBackgroundInteractiveExpressiveActive=r.purpurColorBackgroundInteractiveExpressiveActive;exports.purpurColorBackgroundInteractiveExpressiveActiveNegative=r.purpurColorBackgroundInteractiveExpressiveActiveNegative;exports.purpurColorBackgroundInteractiveExpressiveHover=r.purpurColorBackgroundInteractiveExpressiveHover;exports.purpurColorBackgroundInteractiveExpressiveHoverNegative=r.purpurColorBackgroundInteractiveExpressiveHoverNegative;exports.purpurColorBackgroundInteractiveExpressiveNegative=r.purpurColorBackgroundInteractiveExpressiveNegative;exports.purpurColorBackgroundInteractiveInactive=r.purpurColorBackgroundInteractiveInactive;exports.purpurColorBackgroundInteractiveInactiveNegative=r.purpurColorBackgroundInteractiveInactiveNegative;exports.purpurColorBackgroundInteractivePrimary=r.purpurColorBackgroundInteractivePrimary;exports.purpurColorBackgroundInteractivePrimaryActive=r.purpurColorBackgroundInteractivePrimaryActive;exports.purpurColorBackgroundInteractivePrimaryActiveNegative=r.purpurColorBackgroundInteractivePrimaryActiveNegative;exports.purpurColorBackgroundInteractivePrimaryHover=r.purpurColorBackgroundInteractivePrimaryHover;exports.purpurColorBackgroundInteractivePrimaryHoverNegative=r.purpurColorBackgroundInteractivePrimaryHoverNegative;exports.purpurColorBackgroundInteractivePrimaryNegative=r.purpurColorBackgroundInteractivePrimaryNegative;exports.purpurColorBackgroundInteractiveReadOnly=r.purpurColorBackgroundInteractiveReadOnly;exports.purpurColorBackgroundInteractiveReadOnlyNegative=r.purpurColorBackgroundInteractiveReadOnlyNegative;exports.purpurColorBackgroundInteractiveTransparentActive=r.purpurColorBackgroundInteractiveTransparentActive;exports.purpurColorBackgroundInteractiveTransparentActiveNegative=r.purpurColorBackgroundInteractiveTransparentActiveNegative;exports.purpurColorBackgroundInteractiveTransparentHover=r.purpurColorBackgroundInteractiveTransparentHover;exports.purpurColorBackgroundInteractiveTransparentHoverNegative=r.purpurColorBackgroundInteractiveTransparentHoverNegative;exports.purpurColorBackgroundOnImage=r.purpurColorBackgroundOnImage;exports.purpurColorBackgroundOnImageNegative=r.purpurColorBackgroundOnImageNegative;exports.purpurColorBackgroundPrimary=r.purpurColorBackgroundPrimary;exports.purpurColorBackgroundPrimaryNegative=r.purpurColorBackgroundPrimaryNegative;exports.purpurColorBackgroundSecondary=r.purpurColorBackgroundSecondary;exports.purpurColorBackgroundSecondaryNegative=r.purpurColorBackgroundSecondaryNegative;exports.purpurColorBackgroundStatusAttention=r.purpurColorBackgroundStatusAttention;exports.purpurColorBackgroundStatusBlackFriday=r.purpurColorBackgroundStatusBlackFriday;exports.purpurColorBackgroundStatusErrorMedium=r.purpurColorBackgroundStatusErrorMedium;exports.purpurColorBackgroundStatusErrorStrong=r.purpurColorBackgroundStatusErrorStrong;exports.purpurColorBackgroundStatusErrorStrongNegative=r.purpurColorBackgroundStatusErrorStrongNegative;exports.purpurColorBackgroundStatusInfoMedium=r.purpurColorBackgroundStatusInfoMedium;exports.purpurColorBackgroundStatusInfoStrong=r.purpurColorBackgroundStatusInfoStrong;exports.purpurColorBackgroundStatusNeutral=r.purpurColorBackgroundStatusNeutral;exports.purpurColorBackgroundStatusSpecial=r.purpurColorBackgroundStatusSpecial;exports.purpurColorBackgroundStatusSuccessMedium=r.purpurColorBackgroundStatusSuccessMedium;exports.purpurColorBackgroundStatusSuccessStrong=r.purpurColorBackgroundStatusSuccessStrong;exports.purpurColorBackgroundStatusSuccessStrongNegative=r.purpurColorBackgroundStatusSuccessStrongNegative;exports.purpurColorBackgroundStatusWarningMedium=r.purpurColorBackgroundStatusWarningMedium;exports.purpurColorBackgroundStatusWarningStrong=r.purpurColorBackgroundStatusWarningStrong;exports.purpurColorBackgroundStatusWarningStrongNegative=r.purpurColorBackgroundStatusWarningStrongNegative;exports.purpurColorBackgroundToneOnTonePrimary=r.purpurColorBackgroundToneOnTonePrimary;exports.purpurColorBackgroundToneOnToneQuaternary=r.purpurColorBackgroundToneOnToneQuaternary;exports.purpurColorBackgroundToneOnToneSecondary=r.purpurColorBackgroundToneOnToneSecondary;exports.purpurColorBackgroundToneOnToneTertiary=r.purpurColorBackgroundToneOnToneTertiary;exports.purpurColorBeige100=r.purpurColorBeige100;exports.purpurColorBeige200=r.purpurColorBeige200;exports.purpurColorBeige300=r.purpurColorBeige300;exports.purpurColorBeige400=r.purpurColorBeige400;exports.purpurColorBeige50=r.purpurColorBeige50;exports.purpurColorBeige500=r.purpurColorBeige500;exports.purpurColorBeige600=r.purpurColorBeige600;exports.purpurColorBeige700=r.purpurColorBeige700;exports.purpurColorBeige800=r.purpurColorBeige800;exports.purpurColorBeige900=r.purpurColorBeige900;exports.purpurColorBeige950=r.purpurColorBeige950;exports.purpurColorBlue100=r.purpurColorBlue100;exports.purpurColorBlue200=r.purpurColorBlue200;exports.purpurColorBlue300=r.purpurColorBlue300;exports.purpurColorBlue400=r.purpurColorBlue400;exports.purpurColorBlue50=r.purpurColorBlue50;exports.purpurColorBlue500=r.purpurColorBlue500;exports.purpurColorBlue600=r.purpurColorBlue600;exports.purpurColorBlue700=r.purpurColorBlue700;exports.purpurColorBlue800=r.purpurColorBlue800;exports.purpurColorBlue900=r.purpurColorBlue900;exports.purpurColorBlue950=r.purpurColorBlue950;exports.purpurColorBorderInteractiveExpressive=r.purpurColorBorderInteractiveExpressive;exports.purpurColorBorderInteractiveFocus=r.purpurColorBorderInteractiveFocus;exports.purpurColorBorderInteractivePrimary=r.purpurColorBorderInteractivePrimary;exports.purpurColorBorderInteractivePrimaryActive=r.purpurColorBorderInteractivePrimaryActive;exports.purpurColorBorderInteractivePrimaryActiveNegative=r.purpurColorBorderInteractivePrimaryActiveNegative;exports.purpurColorBorderInteractivePrimaryHover=r.purpurColorBorderInteractivePrimaryHover;exports.purpurColorBorderInteractivePrimaryHoverNegative=r.purpurColorBorderInteractivePrimaryHoverNegative;exports.purpurColorBorderInteractivePrimaryNegative=r.purpurColorBorderInteractivePrimaryNegative;exports.purpurColorBorderInteractiveSelected=r.purpurColorBorderInteractiveSelected;exports.purpurColorBorderInteractiveSubtle=r.purpurColorBorderInteractiveSubtle;exports.purpurColorBorderInteractiveSubtleHover=r.purpurColorBorderInteractiveSubtleHover;exports.purpurColorBorderInteractiveSubtleHoverNegative=r.purpurColorBorderInteractiveSubtleHoverNegative;exports.purpurColorBorderInteractiveSubtleNegative=r.purpurColorBorderInteractiveSubtleNegative;exports.purpurColorBorderMedium=r.purpurColorBorderMedium;exports.purpurColorBorderMediumNegative=r.purpurColorBorderMediumNegative;exports.purpurColorBorderStatusError=r.purpurColorBorderStatusError;exports.purpurColorBorderStatusErrorNegative=r.purpurColorBorderStatusErrorNegative;exports.purpurColorBorderStatusInfo=r.purpurColorBorderStatusInfo;exports.purpurColorBorderStatusSuccess=r.purpurColorBorderStatusSuccess;exports.purpurColorBorderStatusSuccessNegative=r.purpurColorBorderStatusSuccessNegative;exports.purpurColorBorderStatusWarning=r.purpurColorBorderStatusWarning;exports.purpurColorBorderStrong=r.purpurColorBorderStrong;exports.purpurColorBorderStrongNegative=r.purpurColorBorderStrongNegative;exports.purpurColorBorderWeak=r.purpurColorBorderWeak;exports.purpurColorBorderWeakNegative=r.purpurColorBorderWeakNegative;exports.purpurColorBrandBeige=r.purpurColorBrandBeige;exports.purpurColorBrandCorePurple=r.purpurColorBrandCorePurple;exports.purpurColorBrandDeepBeige=r.purpurColorBrandDeepBeige;exports.purpurColorBrandDeepPurple=r.purpurColorBrandDeepPurple;exports.purpurColorBrandLightBeige=r.purpurColorBrandLightBeige;exports.purpurColorBrandLightPurple=r.purpurColorBrandLightPurple;exports.purpurColorBrandOffBlack=r.purpurColorBrandOffBlack;exports.purpurColorBrandWhite=r.purpurColorBrandWhite;exports.purpurColorFunctionalBlack=r.purpurColorFunctionalBlack;exports.purpurColorFunctionalTransparent=r.purpurColorFunctionalTransparent;exports.purpurColorFunctionalWhite=r.purpurColorFunctionalWhite;exports.purpurColorGradientAiBottom=r.purpurColorGradientAiBottom;exports.purpurColorGradientAiBottomNegative=r.purpurColorGradientAiBottomNegative;exports.purpurColorGradientAiTop=r.purpurColorGradientAiTop;exports.purpurColorGradientAiTopNegative=r.purpurColorGradientAiTopNegative;exports.purpurColorGray100=r.purpurColorGray100;exports.purpurColorGray150=r.purpurColorGray150;exports.purpurColorGray200=r.purpurColorGray200;exports.purpurColorGray300=r.purpurColorGray300;exports.purpurColorGray400=r.purpurColorGray400;exports.purpurColorGray50=r.purpurColorGray50;exports.purpurColorGray500=r.purpurColorGray500;exports.purpurColorGray600=r.purpurColorGray600;exports.purpurColorGray700=r.purpurColorGray700;exports.purpurColorGray800=r.purpurColorGray800;exports.purpurColorGray850=r.purpurColorGray850;exports.purpurColorGray900=r.purpurColorGray900;exports.purpurColorGray950=r.purpurColorGray950;exports.purpurColorGreen100=r.purpurColorGreen100;exports.purpurColorGreen200=r.purpurColorGreen200;exports.purpurColorGreen300=r.purpurColorGreen300;exports.purpurColorGreen400=r.purpurColorGreen400;exports.purpurColorGreen50=r.purpurColorGreen50;exports.purpurColorGreen500=r.purpurColorGreen500;exports.purpurColorGreen600=r.purpurColorGreen600;exports.purpurColorGreen700=r.purpurColorGreen700;exports.purpurColorGreen800=r.purpurColorGreen800;exports.purpurColorGreen900=r.purpurColorGreen900;exports.purpurColorGreen950=r.purpurColorGreen950;exports.purpurColorOrange100=r.purpurColorOrange100;exports.purpurColorOrange200=r.purpurColorOrange200;exports.purpurColorOrange300=r.purpurColorOrange300;exports.purpurColorOrange400=r.purpurColorOrange400;exports.purpurColorOrange50=r.purpurColorOrange50;exports.purpurColorOrange500=r.purpurColorOrange500;exports.purpurColorOrange600=r.purpurColorOrange600;exports.purpurColorOrange700=r.purpurColorOrange700;exports.purpurColorOrange800=r.purpurColorOrange800;exports.purpurColorOrange900=r.purpurColorOrange900;exports.purpurColorOrange950=r.purpurColorOrange950;exports.purpurColorOverlayDefault=r.purpurColorOverlayDefault;exports.purpurColorPurple100=r.purpurColorPurple100;exports.purpurColorPurple200=r.purpurColorPurple200;exports.purpurColorPurple300=r.purpurColorPurple300;exports.purpurColorPurple400=r.purpurColorPurple400;exports.purpurColorPurple50=r.purpurColorPurple50;exports.purpurColorPurple500=r.purpurColorPurple500;exports.purpurColorPurple550=r.purpurColorPurple550;exports.purpurColorPurple600=r.purpurColorPurple600;exports.purpurColorPurple700=r.purpurColorPurple700;exports.purpurColorPurple800=r.purpurColorPurple800;exports.purpurColorPurple900=r.purpurColorPurple900;exports.purpurColorPurple950=r.purpurColorPurple950;exports.purpurColorRed100=r.purpurColorRed100;exports.purpurColorRed200=r.purpurColorRed200;exports.purpurColorRed300=r.purpurColorRed300;exports.purpurColorRed400=r.purpurColorRed400;exports.purpurColorRed50=r.purpurColorRed50;exports.purpurColorRed500=r.purpurColorRed500;exports.purpurColorRed600=r.purpurColorRed600;exports.purpurColorRed700=r.purpurColorRed700;exports.purpurColorRed800=r.purpurColorRed800;exports.purpurColorRed900=r.purpurColorRed900;exports.purpurColorRed950=r.purpurColorRed950;exports.purpurColorTeal100=r.purpurColorTeal100;exports.purpurColorTeal200=r.purpurColorTeal200;exports.purpurColorTeal300=r.purpurColorTeal300;exports.purpurColorTeal400=r.purpurColorTeal400;exports.purpurColorTeal50=r.purpurColorTeal50;exports.purpurColorTeal500=r.purpurColorTeal500;exports.purpurColorTeal600=r.purpurColorTeal600;exports.purpurColorTeal700=r.purpurColorTeal700;exports.purpurColorTeal800=r.purpurColorTeal800;exports.purpurColorTeal900=r.purpurColorTeal900;exports.purpurColorTeal950=r.purpurColorTeal950;exports.purpurColorTextDefault=r.purpurColorTextDefault;exports.purpurColorTextDefaultNegative=r.purpurColorTextDefaultNegative;exports.purpurColorTextInteractiveOnDestructive=r.purpurColorTextInteractiveOnDestructive;exports.purpurColorTextInteractiveOnExpressive=r.purpurColorTextInteractiveOnExpressive;exports.purpurColorTextInteractiveOnExpressiveActive=r.purpurColorTextInteractiveOnExpressiveActive;exports.purpurColorTextInteractiveOnExpressiveActiveNegative=r.purpurColorTextInteractiveOnExpressiveActiveNegative;exports.purpurColorTextInteractiveOnExpressiveHover=r.purpurColorTextInteractiveOnExpressiveHover;exports.purpurColorTextInteractiveOnExpressiveHoverNegative=r.purpurColorTextInteractiveOnExpressiveHoverNegative;exports.purpurColorTextInteractiveOnExpressiveNegative=r.purpurColorTextInteractiveOnExpressiveNegative;exports.purpurColorTextInteractiveOnPrimary=r.purpurColorTextInteractiveOnPrimary;exports.purpurColorTextInteractiveOnPrimaryNegative=r.purpurColorTextInteractiveOnPrimaryNegative;exports.purpurColorTextInteractivePrimary=r.purpurColorTextInteractivePrimary;exports.purpurColorTextInteractivePrimaryActive=r.purpurColorTextInteractivePrimaryActive;exports.purpurColorTextInteractivePrimaryActiveNegative=r.purpurColorTextInteractivePrimaryActiveNegative;exports.purpurColorTextInteractivePrimaryHover=r.purpurColorTextInteractivePrimaryHover;exports.purpurColorTextInteractivePrimaryHoverNegative=r.purpurColorTextInteractivePrimaryHoverNegative;exports.purpurColorTextInteractivePrimaryNegative=r.purpurColorTextInteractivePrimaryNegative;exports.purpurColorTextInteractiveSelected=r.purpurColorTextInteractiveSelected;exports.purpurColorTextInteractiveSelectedNegative=r.purpurColorTextInteractiveSelectedNegative;exports.purpurColorTextMedium=r.purpurColorTextMedium;exports.purpurColorTextMediumNegative=r.purpurColorTextMediumNegative;exports.purpurColorTextStatusAttention=r.purpurColorTextStatusAttention;exports.purpurColorTextStatusBlackFriday=r.purpurColorTextStatusBlackFriday;exports.purpurColorTextStatusDiscount=r.purpurColorTextStatusDiscount;exports.purpurColorTextStatusErrorMedium=r.purpurColorTextStatusErrorMedium;exports.purpurColorTextStatusErrorMediumNegative=r.purpurColorTextStatusErrorMediumNegative;exports.purpurColorTextStatusErrorStrong=r.purpurColorTextStatusErrorStrong;exports.purpurColorTextStatusErrorStrongNegative=r.purpurColorTextStatusErrorStrongNegative;exports.purpurColorTextStatusInfoMedium=r.purpurColorTextStatusInfoMedium;exports.purpurColorTextStatusInfoStrong=r.purpurColorTextStatusInfoStrong;exports.purpurColorTextStatusNeutral=r.purpurColorTextStatusNeutral;exports.purpurColorTextStatusSpecial=r.purpurColorTextStatusSpecial;exports.purpurColorTextStatusSuccessMedium=r.purpurColorTextStatusSuccessMedium;exports.purpurColorTextStatusSuccessMediumNegative=r.purpurColorTextStatusSuccessMediumNegative;exports.purpurColorTextStatusSuccessStrong=r.purpurColorTextStatusSuccessStrong;exports.purpurColorTextStatusSuccessStrongNegative=r.purpurColorTextStatusSuccessStrongNegative;exports.purpurColorTextStatusWarningMedium=r.purpurColorTextStatusWarningMedium;exports.purpurColorTextStatusWarningMediumNegative=r.purpurColorTextStatusWarningMediumNegative;exports.purpurColorTextStatusWarningStrong=r.purpurColorTextStatusWarningStrong;exports.purpurColorTextToneOnTonePrimary=r.purpurColorTextToneOnTonePrimary;exports.purpurColorTextToneOnToneSecondary=r.purpurColorTextToneOnToneSecondary;exports.purpurColorTextToneOnToneTertiary=r.purpurColorTextToneOnToneTertiary;exports.purpurColorTextWeak=r.purpurColorTextWeak;exports.purpurColorTextWeakNegative=r.purpurColorTextWeakNegative;exports.purpurColorTransparentBlack100=r.purpurColorTransparentBlack100;exports.purpurColorTransparentBlack150=r.purpurColorTransparentBlack150;exports.purpurColorTransparentBlack200=r.purpurColorTransparentBlack200;exports.purpurColorTransparentBlack300=r.purpurColorTransparentBlack300;exports.purpurColorTransparentBlack400=r.purpurColorTransparentBlack400;exports.purpurColorTransparentBlack50=r.purpurColorTransparentBlack50;exports.purpurColorTransparentBlack500=r.purpurColorTransparentBlack500;exports.purpurColorTransparentBlack600=r.purpurColorTransparentBlack600;exports.purpurColorTransparentBlack700=r.purpurColorTransparentBlack700;exports.purpurColorTransparentBlack800=r.purpurColorTransparentBlack800;exports.purpurColorTransparentBlack850=r.purpurColorTransparentBlack850;exports.purpurColorTransparentBlack900=r.purpurColorTransparentBlack900;exports.purpurColorTransparentBlack950=r.purpurColorTransparentBlack950;exports.purpurColorTransparentWhite100=r.purpurColorTransparentWhite100;exports.purpurColorTransparentWhite150=r.purpurColorTransparentWhite150;exports.purpurColorTransparentWhite200=r.purpurColorTransparentWhite200;exports.purpurColorTransparentWhite300=r.purpurColorTransparentWhite300;exports.purpurColorTransparentWhite400=r.purpurColorTransparentWhite400;exports.purpurColorTransparentWhite50=r.purpurColorTransparentWhite50;exports.purpurColorTransparentWhite500=r.purpurColorTransparentWhite500;exports.purpurColorTransparentWhite600=r.purpurColorTransparentWhite600;exports.purpurColorTransparentWhite700=r.purpurColorTransparentWhite700;exports.purpurColorTransparentWhite800=r.purpurColorTransparentWhite800;exports.purpurColorTransparentWhite850=r.purpurColorTransparentWhite850;exports.purpurColorTransparentWhite900=r.purpurColorTransparentWhite900;exports.purpurColorTransparentWhite950=r.purpurColorTransparentWhite950;exports.purpurMotionDuration100=o.purpurMotionDuration100;exports.purpurMotionDuration150=o.purpurMotionDuration150;exports.purpurMotionDuration1500=o.purpurMotionDuration1500;exports.purpurMotionDuration200=o.purpurMotionDuration200;exports.purpurMotionDuration2000=o.purpurMotionDuration2000;exports.purpurMotionDuration300=o.purpurMotionDuration300;exports.purpurMotionDuration400=o.purpurMotionDuration400;exports.purpurMotionDuration500=o.purpurMotionDuration500;exports.purpurMotionEasingEaseIn=o.purpurMotionEasingEaseIn;exports.purpurMotionEasingEaseInOut=o.purpurMotionEasingEaseInOut;exports.purpurMotionEasingEaseOut=o.purpurMotionEasingEaseOut;exports.ThemeProvider=l.ThemeProvider;exports.teliaTheme=l.teliaTheme;exports.useApplyTheme=l.useApplyTheme;exports.useTheme=l.useTheme;exports.useColorScheme=vr.useColorScheme;exports.useThemePortalContainer=Br.useThemePortalContainer;exports.af=e.af;exports.ar=e.ar;exports.arDZ=e.arDZ;exports.arEG=e.arEG;exports.arMA=e.arMA;exports.arSA=e.arSA;exports.arTN=e.arTN;exports.az=e.az;exports.be=e.be;exports.beTarask=e.beTarask;exports.bg=e.bg;exports.bn=e.bn;exports.bs=e.bs;exports.ca=e.ca;exports.ckb=e.ckb;exports.cs=e.cs;exports.cy=e.cy;exports.da=e.da;exports.de=e.de;exports.deAT=e.deAT;exports.el=e.el;exports.enAU=e.enAU;exports.enCA=e.enCA;exports.enGB=e.enGB;exports.enIE=e.enIE;exports.enIN=e.enIN;exports.enNZ=e.enNZ;exports.enZA=e.enZA;exports.eo=e.eo;exports.es=e.es;exports.et=e.et;exports.eu=e.eu;exports.faIR=e.faIR;exports.fi=e.fi;exports.fr=e.fr;exports.frCA=e.frCA;exports.frCH=e.frCH;exports.fy=e.fy;exports.gd=e.gd;exports.gl=e.gl;exports.gu=e.gu;exports.he=e.he;exports.hi=e.hi;exports.hr=e.hr;exports.ht=e.ht;exports.hu=e.hu;exports.hy=e.hy;exports.id=e.id;exports.is=e.is;exports.it=e.it;exports.itCH=e.itCH;exports.ja=e.ja;exports.jaHira=e.jaHira;exports.ka=e.ka;exports.kk=e.kk;exports.km=e.km;exports.kn=e.kn;exports.ko=e.ko;exports.lb=e.lb;exports.lt=e.lt;exports.lv=e.lv;exports.mk=e.mk;exports.mn=e.mn;exports.ms=e.ms;exports.mt=e.mt;exports.nb=e.nb;exports.nl=e.nl;exports.nlBE=e.nlBE;exports.nn=e.nn;exports.oc=e.oc;exports.pl=e.pl;exports.pt=e.pt;exports.ptBR=e.ptBR;exports.ro=e.ro;exports.ru=e.ru;exports.se=e.se;exports.sk=e.sk;exports.sl=e.sl;exports.sq=e.sq;exports.sr=e.sr;exports.srLatn=e.srLatn;exports.sv=e.sv;exports.ta=e.ta;exports.te=e.te;exports.th=e.th;exports.tr=e.tr;exports.ug=e.ug;exports.uk=e.uk;exports.uz=e.uz;exports.uzCyrl=e.uzCyrl;exports.vi=e.vi;exports.zhCN=e.zhCN;exports.zhHK=e.zhHK;exports.zhTW=e.zhTW;exports.enUS=Sr.enUS;
2
2
  //# sourceMappingURL=library.cjs.js.map
@@ -1,75 +1,75 @@
1
1
  /* empty css */
2
- import { A as p, a as e } from "./accordion-CIU4U8-4.mjs";
2
+ import { A as p, a as e } from "./accordion-B6OoQ4uZ.mjs";
3
3
  import { A as s, a as t, b as i } from "./alert-badge-DR8cigWu.mjs";
4
- import { A as l, u as c } from "./autocomplete-BEGRn-Wh.mjs";
5
- import { A as g } from "./avatar-CzbDD1MK.mjs";
4
+ import { A as l, u as c } from "./autocomplete-DF17Zm7Q.mjs";
5
+ import { A as g } from "./avatar-BDF2KuEh.mjs";
6
6
  import { B as T, a as B, b as v } from "./badge-DalD-yqG.mjs";
7
7
  import { B as m, I as x } from "./breadcrumbs-BtA7VLmX.mjs";
8
8
  import { B as I, a as k, b, c as f } from "./button-4-yWOgtD.mjs";
9
9
  import { C as N } from "./calendar-d53vgYqR.mjs";
10
- import { C as A } from "./card-C2mdp-ur.mjs";
10
+ import { C as A } from "./card-t2ZkZ82G.mjs";
11
11
  import { C as E } from "./carousel-BIKcwvYz.mjs";
12
12
  import { C as R } from "./chat-field-CVF4DooY.mjs";
13
- import { C as L, c as M } from "./checkbox-BHTx89JQ.mjs";
13
+ import { C as L, c as M } from "./checkbox-DaRtZXrE.mjs";
14
14
  import { C as H } from "./chip-group-xuOe7nL3.mjs";
15
15
  import { B as _, C as V, S as z } from "./color-dot-Dz9yzVX3.mjs";
16
- import { C as w } from "./comparison-table-CjTE-fHN.mjs";
16
+ import { C as w } from "./comparison-table-DQJL1IVC.mjs";
17
17
  import { C as X, a as q, W as j } from "./container-DLjBTB_w.mjs";
18
- import { C as K } from "./content-block-CakKeJtN.mjs";
19
- import { C as J } from "./countdown-BsLsEZBv.mjs";
18
+ import { C as K } from "./content-block-CDMrz41K.mjs";
19
+ import { C as J } from "./countdown-5Ni6OlVY.mjs";
20
20
  import { C as rr } from "./counter-badge-C6yuD7se.mjs";
21
21
  import { C as or, c as pr } from "./cta-link-pwva2f2r.mjs";
22
- import { D as ur } from "./date-field-Cv5CKR1y.mjs";
23
- import { D as tr } from "./date-picker-DixxW60s.mjs";
24
- import { D as nr } from "./date-range-field-CFcjprIl.mjs";
22
+ import { D as ur } from "./date-field-HEFdHIxk.mjs";
23
+ import { D as tr } from "./date-picker-cQewKIMN.mjs";
24
+ import { D as nr } from "./date-range-field-_WctWD29.mjs";
25
25
  import { D as cr, a as Cr, b as gr, c as dr, s as Tr } from "./dismissable-chip-group-Cfs2s2BH.mjs";
26
- import { D as vr } from "./drawer-BzkRd9F0.mjs";
27
- import { D as mr, u as xr } from "./dropdown-CMO_VD5e.mjs";
26
+ import { D as vr } from "./drawer-cIUx6WSZ.mjs";
27
+ import { D as mr, u as xr } from "./dropdown-CDK_eRm3.mjs";
28
28
  import { F as Ir, a as kr } from "./field-error-text-CBSX8dGx.mjs";
29
29
  import { F as fr } from "./field-helper-text-C5ee4SFV.mjs";
30
- import { F as Nr } from "./footer-DenAcikt.mjs";
30
+ import { F as Nr } from "./footer-OJXbTn1e.mjs";
31
31
  import { G as Ar } from "./grid-DGnCQgwf.mjs";
32
32
  import { D as Er, H as Gr, a as Rr, T as Dr } from "./heading-xwBuT_-9.mjs";
33
- import { H as Mr, T as Wr } from "./hero-banner-B7xrDfzN.mjs";
33
+ import { H as Mr, T as Wr } from "./hero-banner-n9K-Jsdz.mjs";
34
34
  import { L as Fr } from "./label-7sJe5-pX.mjs";
35
35
  import { L as Vr, a as zr, l as Ur } from "./link-DY5WLpyc.mjs";
36
- import { L as Zr, a as Xr } from "./listbox-i6BQQ-NZ.mjs";
37
- import { L as jr } from "./loading-r23nxJSz.mjs";
38
- import { M as Kr } from "./message-D9CDwcw9.mjs";
39
- import { M as Jr } from "./modal-EIP36327.mjs";
40
- import { N as ra, a as aa, b as oa, c as pa, n as ea, d as ua, e as sa } from "./notification-BbQCmsnY.mjs";
36
+ import { L as Zr, a as Xr } from "./listbox-CtV-Vcmy.mjs";
37
+ import { L as jr } from "./loading-DqZBpMaa.mjs";
38
+ import { M as Kr } from "./message-CeXuAhmb.mjs";
39
+ import { M as Jr } from "./modal-Bu1Zv5Ic.mjs";
40
+ import { N as ra, a as aa, b as oa, c as pa, n as ea, d as ua, e as sa } from "./notification-DiVdy6E_.mjs";
41
41
  import { N as ia } from "./notification-banner-CZTQZ5Le.mjs";
42
- import { P as la } from "./pagination-Cc_4zCQA.mjs";
43
- import { P as Ca, a as ga } from "./paragraph-DSxXmX_0.mjs";
44
- import { P as Ta } from "./popover-DERrvReO.mjs";
45
- import { P as va } from "./product-card-Bt-F0wKr.mjs";
46
- import { P as ma, p as xa } from "./promotion-card-BnzIVNQ4.mjs";
47
- import { Q as Ia, q as ka, a as ba } from "./quantity-selector-CvBvnMeB.mjs";
42
+ import { P as la } from "./pagination-Bm38GKga.mjs";
43
+ import { P as Ca, a as ga } from "./paragraph-CwAdFoIm.mjs";
44
+ import { P as Ta } from "./popover-DFPGkVJ6.mjs";
45
+ import { P as va } from "./product-card-CxfHfJVV.mjs";
46
+ import { P as ma, p as xa } from "./promotion-card-CooYPpFo.mjs";
47
+ import { Q as Ia, q as ka, a as ba } from "./quantity-selector-B4YnfmNb.mjs";
48
48
  import { R as ha, a as Na, b as Pa } from "./radio-button-group-CFqPsu5A.mjs";
49
- import { R as Oa, a as Ea } from "./radio-card-group-ZBXjYcQs.mjs";
50
- import { R as Ra, r as Da } from "./RichText-jZ-sHV-u.mjs";
51
- import { S as Ma, a as Wa, s as Ha } from "./search-field-DKyNh7pE.mjs";
49
+ import { R as Oa, a as Ea } from "./radio-card-group-Bn6SK0Wc.mjs";
50
+ import { R as Ra, r as Da } from "./RichText-D4vznH1B.mjs";
51
+ import { S as Ma, a as Wa, s as Ha } from "./search-field-BPLzy3RR.mjs";
52
52
  import { S as _a } from "./select-BEmu_fh9.mjs";
53
53
  import { S as za, r as Ua } from "./skeleton-CDGzLI-T.mjs";
54
54
  import { S as Za, a as Xa } from "./slider-CDOrFmK-.mjs";
55
55
  import { S as ja, a as Qa } from "./spacer-4im7q6p0.mjs";
56
56
  import { S as Ya, a as Ja, s as $a } from "./spinner-DRQN6YdK.mjs";
57
- import { S as ao } from "./stepper-e0qicwqd.mjs";
58
- import { T as po, c as eo } from "./table-i1Gs9e0e.mjs";
57
+ import { S as ao } from "./stepper-DSl-YCMe.mjs";
58
+ import { T as po, c as eo } from "./table-D9MKkbPO.mjs";
59
59
  import { T as so, c as to, t as io } from "./tabs-Bye5lgZ1.mjs";
60
- import { R as lo, T as co } from "./text-area-IVH-k4MM.mjs";
61
- import { T as go, i as To, t as Bo } from "./text-field-BQfxJobW.mjs";
60
+ import { R as lo, T as co } from "./text-area-C58aZEPa.mjs";
61
+ import { T as go, i as To, t as Bo } from "./text-field-D8MMa6ij.mjs";
62
62
  import { E as So, T as mo } from "./text-spacing-BU0mkEf9.mjs";
63
- import { T as yo } from "./toggle-CY3J8BRX.mjs";
64
- import { T as ko, a as bo, b as fo } from "./tooltip-RA-03bKs.mjs";
63
+ import { T as yo } from "./toggle-Cg1KFa_2.mjs";
64
+ import { T as ko, a as bo, b as fo } from "./tooltip-DngYHn5W.mjs";
65
65
  import { V as No } from "./visually-hidden-BYFkJEp1.mjs";
66
66
  import { purpurBorderRadiusFull as Ao, purpurBorderRadiusLg as Oo, purpurBorderRadiusMd as Eo, purpurBorderRadiusSm as Go, purpurBorderRadiusXl as Ro, purpurBorderRadiusXs as Do, purpurBorderWidthLg as Lo, purpurBorderWidthMd as Mo, purpurBorderWidthSm as Wo, purpurBorderWidthXs as Ho, purpurFilterBlurOnImage as Fo, purpurGradientAiBackgroundInteractiveExpressive as _o, purpurGradientAiBackgroundInteractiveExpressiveNegative as Vo, purpurGradientAiBackgroundInteractivePrimary as zo, purpurGradientAiBackgroundInteractivePrimaryNegative as Uo, purpurGradientAiBackgroundPrimaryNegative as wo, purpurGradientAiBorderInteractivePrimary as Zo, purpurGradientAiBorderInteractivePrimaryNegative as Xo, purpurGradientAiTextInteractivePrimary as qo, purpurGradientAiTextInteractivePrimaryNegative as jo, purpurShadowLg as Qo, purpurShadowMd as Ko, purpurShadowNone as Yo, purpurShadowSm as Jo, purpurSpacing0 as $o, purpurSpacing10 as rp, purpurSpacing100 as ap, purpurSpacing1000 as op, purpurSpacing1200 as pp, purpurSpacing150 as ep, purpurSpacing1600 as up, purpurSpacing200 as sp, purpurSpacing25 as tp, purpurSpacing250 as ip, purpurSpacing300 as np, purpurSpacing400 as lp, purpurSpacing50 as cp, purpurSpacing600 as Cp, purpurSpacing800 as gp, purpurSpacingGutterLg as dp, purpurSpacingGutterMd as Tp, purpurSpacingGutterSm as Bp, purpurSpacingGutterXl as vp, purpurSpacingPagePaddingLg as Sp, purpurSpacingPagePaddingMd as mp, purpurSpacingPagePaddingSm as xp, purpurSpacingPagePaddingXl as yp, purpurTypographyFamilyDefault as Ip, purpurTypographyFamilyDisplay as kp, purpurTypographyLineHeightDefault as bp, purpurTypographyLineHeightLoose as fp, purpurTypographyLineHeightLooser as hp, purpurTypographyLineHeightSnug as Np, purpurTypographyLineHeightTight as Pp, purpurTypographyScale100 as Ap, purpurTypographyScale1000 as Op, purpurTypographyScale1100 as Ep, purpurTypographyScale150 as Gp, purpurTypographyScale200 as Rp, purpurTypographyScale300 as Dp, purpurTypographyScale400 as Lp, purpurTypographyScale50 as Mp, purpurTypographyScale500 as Wp, purpurTypographyScale600 as Hp, purpurTypographyScale650 as Fp, purpurTypographyScale700 as _p, purpurTypographyScale75 as Vp, purpurTypographyScale800 as zp, purpurTypographyScale850 as Up, purpurTypographyScale900 as wp, purpurTypographyWeightBold as Zp, purpurTypographyWeightMedium as Xp, purpurTypographyWeightNormal as qp } from "./tokens.es.js";
67
67
  import { p as Qp, a as Kp, b as Yp, c as Jp, d as $p, e as re, f as ae, g as oe } from "./variables-DkCN2x27.mjs";
68
- import { p as ee, a as ue, b as se, c as te, d as ie, e as ne, f as le, g as ce, h as Ce, i as ge, j as de, k as Te, l as Be, m as ve, n as Se, o as me, q as xe, r as ye, s as Ie, t as ke, u as be, v as fe, w as he, x as Ne, y as Pe, z as Ae, A as Oe, B as Ee, C as Ge, D as Re, E as De, F as Le, G as Me, H as We, I as He, J as Fe, K as _e, L as Ve, M as ze, N as Ue, O as we, P as Ze, Q as Xe, R as qe, S as je, T as Qe, U as Ke, V as Ye, W as Je, X as $e, Y as ru, Z as au, _ as ou, $ as pu, a0 as eu, a1 as uu, a2 as su, a3 as tu, a4 as iu, a5 as nu, a6 as lu, a7 as cu, a8 as Cu, a9 as gu, aa as du, ab as Tu, ac as Bu, ad as vu, ae as Su, af as mu, ag as xu, ah as yu, ai as Iu, aj as ku, ak as bu, al as fu, am as hu, an as Nu, ao as Pu, ap as Au, aq as Ou, ar as Eu, as as Gu, at as Ru, au as Du, av as Lu, aw as Mu, ax as Wu, ay as Hu, az as Fu, aA as _u, aB as Vu, aC as zu, aD as Uu, aE as wu, aF as Zu, aG as Xu, aH as qu, aI as ju, aJ as Qu, aK as Ku, aL as Yu, aM as Ju, aN as $u, aO as rs, aP as as, aQ as os, aR as ps, aS as es, aT as us, aU as ss, aV as ts, aW as is, aX as ns, aY as ls, aZ as cs, a_ as Cs, a$ as gs, b0 as ds, b1 as Ts, b2 as Bs, b3 as vs, b4 as Ss, b5 as ms, b6 as xs, b7 as ys, b8 as Is, b9 as ks, ba as bs, bb as fs, bc as hs, bd as Ns, be as Ps, bf as As, bg as Os, bh as Es, bi as Gs, bj as Rs, bk as Ds, bl as Ls, bm as Ms, bn as Ws, bo as Hs, bp as Fs, bq as _s, br as Vs, bs as zs, bt as Us, bu as ws, bv as Zs, bw as Xs, bx as qs, by as js, bz as Qs, bA as Ks, bB as Ys, bC as Js, bD as $s, bE as rt, bF as at, bG as ot, bH as pt, bI as et, bJ as ut, bK as st, bL as tt, bM as it, bN as nt, bO as lt, bP as ct, bQ as Ct, bR as gt, bS as dt, bT as Tt, bU as Bt, bV as vt, bW as St, bX as mt, bY as xt, bZ as yt, b_ as It, b$ as kt, c0 as bt, c1 as ft, c2 as ht, c3 as Nt, c4 as Pt, c5 as At, c6 as Ot, c7 as Et, c8 as Gt, c9 as Rt, ca as Dt, cb as Lt, cc as Mt, cd as Wt, ce as Ht, cf as Ft, cg as _t, ch as Vt, ci as zt, cj as Ut, ck as wt, cl as Zt, cm as Xt, cn as qt, co as jt, cp as Qt, cq as Kt, cr as Yt, cs as Jt, ct as $t, cu as ri, cv as ai, cw as oi, cx as pi, cy as ei, cz as ui, cA as si, cB as ti, cC as ii, cD as ni, cE as li, cF as ci, cG as Ci, cH as gi, cI as di, cJ as Ti, cK as Bi, cL as vi, cM as Si, cN as mi, cO as xi, cP as yi, cQ as Ii, cR as ki, cS as bi, cT as fi, cU as hi, cV as Ni, cW as Pi, cX as Ai, cY as Oi, cZ as Ei, c_ as Gi, c$ as Ri, d0 as Di, d1 as Li, d2 as Mi, d3 as Wi, d4 as Hi, d5 as Fi, d6 as _i } from "./variables-B5hbV0Uy.mjs";
68
+ import { p as ee, a as ue, b as se, c as te, d as ie, e as ne, f as le, g as ce, h as Ce, i as ge, j as de, k as Te, l as Be, m as ve, n as Se, o as me, q as xe, r as ye, s as Ie, t as ke, u as be, v as fe, w as he, x as Ne, y as Pe, z as Ae, A as Oe, B as Ee, C as Ge, D as Re, E as De, F as Le, G as Me, H as We, I as He, J as Fe, K as _e, L as Ve, M as ze, N as Ue, O as we, P as Ze, Q as Xe, R as qe, S as je, T as Qe, U as Ke, V as Ye, W as Je, X as $e, Y as ru, Z as au, _ as ou, $ as pu, a0 as eu, a1 as uu, a2 as su, a3 as tu, a4 as iu, a5 as nu, a6 as lu, a7 as cu, a8 as Cu, a9 as gu, aa as du, ab as Tu, ac as Bu, ad as vu, ae as Su, af as mu, ag as xu, ah as yu, ai as Iu, aj as ku, ak as bu, al as fu, am as hu, an as Nu, ao as Pu, ap as Au, aq as Ou, ar as Eu, as as Gu, at as Ru, au as Du, av as Lu, aw as Mu, ax as Wu, ay as Hu, az as Fu, aA as _u, aB as Vu, aC as zu, aD as Uu, aE as wu, aF as Zu, aG as Xu, aH as qu, aI as ju, aJ as Qu, aK as Ku, aL as Yu, aM as Ju, aN as $u, aO as rs, aP as as, aQ as os, aR as ps, aS as es, aT as us, aU as ss, aV as ts, aW as is, aX as ns, aY as ls, aZ as cs, a_ as Cs, a$ as gs, b0 as ds, b1 as Ts, b2 as Bs, b3 as vs, b4 as Ss, b5 as ms, b6 as xs, b7 as ys, b8 as Is, b9 as ks, ba as bs, bb as fs, bc as hs, bd as Ns, be as Ps, bf as As, bg as Os, bh as Es, bi as Gs, bj as Rs, bk as Ds, bl as Ls, bm as Ms, bn as Ws, bo as Hs, bp as Fs, bq as _s, br as Vs, bs as zs, bt as Us, bu as ws, bv as Zs, bw as Xs, bx as qs, by as js, bz as Qs, bA as Ks, bB as Ys, bC as Js, bD as $s, bE as rt, bF as at, bG as ot, bH as pt, bI as et, bJ as ut, bK as st, bL as tt, bM as it, bN as nt, bO as lt, bP as ct, bQ as Ct, bR as gt, bS as dt, bT as Tt, bU as Bt, bV as vt, bW as St, bX as mt, bY as xt, bZ as yt, b_ as It, b$ as kt, c0 as bt, c1 as ft, c2 as ht, c3 as Nt, c4 as Pt, c5 as At, c6 as Ot, c7 as Et, c8 as Gt, c9 as Rt, ca as Dt, cb as Lt, cc as Mt, cd as Wt, ce as Ht, cf as Ft, cg as _t, ch as Vt, ci as zt, cj as Ut, ck as wt, cl as Zt, cm as Xt, cn as qt, co as jt, cp as Qt, cq as Kt, cr as Yt, cs as Jt, ct as $t, cu as ri, cv as ai, cw as oi, cx as pi, cy as ei, cz as ui, cA as si, cB as ti, cC as ii, cD as ni, cE as li, cF as ci, cG as Ci, cH as gi, cI as di, cJ as Ti, cK as Bi, cL as vi, cM as Si, cN as mi, cO as xi, cP as yi, cQ as Ii, cR as ki, cS as bi, cT as fi, cU as hi, cV as Ni, cW as Pi, cX as Ai, cY as Oi, cZ as Ei, c_ as Gi, c$ as Ri, d0 as Di, d1 as Li, d2 as Mi, d3 as Wi, d4 as Hi, d5 as Fi, d6 as _i } from "./variables-BrsAsWIF.mjs";
69
69
  import { p as zi, a as Ui, b as wi, c as Zi, d as Xi, e as qi, f as ji, g as Qi, h as Ki, i as Yi, j as Ji } from "./variables-Dr3Hsdn-.mjs";
70
- import { T as rn, t as an, u as on, a as pn } from "./ThemeProvider-DiDBfyFA.mjs";
71
- import { u as un } from "./useColorScheme-B9DWd-LN.mjs";
72
- import { u as tn } from "./useThemePortalContainer-tFLTaYKN.mjs";
70
+ import { T as rn, t as an, u as on, a as pn } from "./ThemeProvider-BJ25_asg.mjs";
71
+ import { u as un } from "./useColorScheme-B7lGBSe4.mjs";
72
+ import { u as tn } from "./useThemePortalContainer-D13Xx24N.mjs";
73
73
  import { a as ln, b as cn, c as Cn, d as gn, e as dn, f as Tn, g as Bn, h as vn, i as Sn, j as mn, k as xn, l as yn, m as In, n as kn, o as bn, p as fn, q as hn, r as Nn, s as Pn, t as An, u as On, v as En, w as Gn, x as Rn, y as Dn, z as Ln, A as Mn, B as Wn, C as Hn, D as Fn, E as _n, F as Vn, G as zn, H as Un, I as wn, J as Zn, K as Xn, L as qn, M as jn, N as Qn, O as Kn, P as Yn, Q as Jn, R as $n, S as rl, T as al, U as ol, V as pl, W as el, X as ul, Y as sl, Z as tl, _ as il, $ as nl, a0 as ll, a1 as cl, a2 as Cl, a3 as gl, a4 as dl, a5 as Tl, a6 as Bl, a7 as vl, a8 as Sl, a9 as ml, aa as xl, ab as yl, ac as Il, ad as kl, ae as bl, af as fl, ag as hl, ah as Nl, ai as Pl, aj as Al, ak as Ol, al as El, am as Gl, an as Rl, ao as Dl, ap as Ll, aq as Ml, ar as Wl, as as Hl, at as Fl, au as _l, av as Vl, aw as zl, ax as Ul, ay as wl, az as Zl, aA as Xl, aB as ql, aC as jl, aD as Ql } from "./zh-TW-DrQ6h7hA.mjs";
74
74
  import { e as Yl } from "./format-CWOXI-dC.mjs";
75
75
  export {
@@ -2,7 +2,7 @@ import { jsxs as y, jsx as r } from "react/jsx-runtime";
2
2
  import { forwardRef as m, useContext as I, createContext as P } from "react";
3
3
  import { c as u } from "./bind-CU-R61T-.mjs";
4
4
  import { a as j } from "./checkmark.es-DdgIZN2R.mjs";
5
- import { P as B } from "./paragraph-DSxXmX_0.mjs";
5
+ import { P as B } from "./paragraph-CwAdFoIm.mjs";
6
6
  const x = {
7
7
  "purpur-listbox": "_purpur-listbox_xi2co_1",
8
8
  "purpur-listbox--negative": "_purpur-listbox--negative_xi2co_15",
@@ -70,4 +70,4 @@ export {
70
70
  b as L,
71
71
  _ as a
72
72
  };
73
- //# sourceMappingURL=listbox-i6BQQ-NZ.mjs.map
73
+ //# sourceMappingURL=listbox-CtV-Vcmy.mjs.map