@purpur/library 10.1.0 → 10.2.0
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.
- package/CHANGELOG.json +57 -0
- package/CHANGELOG.md +26 -1
- package/dist/LICENSE.txt +14 -7
- package/dist/{RichText-B865Qkzj.js → RichText-CeYecUFV.js} +2 -2
- package/dist/{RichText-B865Qkzj.js.map → RichText-CeYecUFV.js.map} +1 -1
- package/dist/{RichText-CPkBwXNI.mjs → RichText-CwQfDo_S.mjs} +2 -2
- package/dist/{RichText-CPkBwXNI.mjs.map → RichText-CwQfDo_S.mjs.map} +1 -1
- package/dist/{ThemeProvider-BJGm3zai.js → ThemeProvider-BGep6X_i.js} +2 -2
- package/dist/{ThemeProvider-BJGm3zai.js.map → ThemeProvider-BGep6X_i.js.map} +1 -1
- package/dist/{ThemeProvider-BJ25_asg.mjs → ThemeProvider-BrAZhasG.mjs} +13 -13
- package/dist/{ThemeProvider-BJ25_asg.mjs.map → ThemeProvider-BrAZhasG.mjs.map} +1 -1
- package/dist/components/accordion/src/accordion-item.d.ts +3 -3
- package/dist/components/accordion/src/accordion.d.ts +1 -1
- package/dist/components/alert-badge/src/alert-badge.d.ts +1 -1
- package/dist/components/avatar/src/avatar.d.ts +1 -1
- package/dist/components/breadcrumbs/src/breadcrumbs.d.ts +1 -1
- package/dist/components/card/src/card-badge.d.ts +1 -1
- package/dist/components/card/src/card-content.d.ts +2 -2
- package/dist/components/card/src/card-cta.d.ts +2 -2
- package/dist/components/card/src/card-media-layout.d.ts +1 -1
- package/dist/components/card/src/card-root.d.ts +2 -2
- package/dist/components/comparison-table/src/components/OptionCard/option-card.d.ts +1 -1
- package/dist/components/container/src/container.d.ts +2 -2
- package/dist/components/container/src/container.visual.fixtures.d.ts +14 -0
- package/dist/components/container/src/container.visual.fixtures.d.ts.map +1 -0
- package/dist/components/content-block/src/content-block-group.d.ts +2 -2
- package/dist/components/content-block/src/content-block.d.ts +2 -2
- package/dist/components/countdown/src/countdown.d.ts +1 -1
- package/dist/components/countdown/src/countdown.d.ts.map +1 -1
- package/dist/components/countdown/src/countdown.types.d.ts +19 -3
- package/dist/components/countdown/src/countdown.types.d.ts.map +1 -1
- package/dist/components/counter-badge/src/counter-badge.d.ts +1 -1
- package/dist/components/cta-link/src/cta-link.d.ts +10 -10
- package/dist/components/date-field/src/date-field.d.ts +14 -6
- package/dist/components/date-field/src/date-field.d.ts.map +1 -1
- package/dist/components/date-field/src/utils.d.ts +40 -2
- package/dist/components/date-field/src/utils.d.ts.map +1 -1
- package/dist/components/date-picker/src/date-picker.d.ts +4 -4
- package/dist/components/date-range-field/src/date-range-field.d.ts +4 -2
- package/dist/components/date-range-field/src/date-range-field.d.ts.map +1 -1
- package/dist/components/dismissable-chip-group/src/dismissable-chip-group.d.ts +2 -2
- package/dist/components/drawer/src/drawer-container.d.ts +2 -2
- package/dist/components/drawer/src/drawer-scroll-area.d.ts +1 -1
- package/dist/components/drawer/src/drawer-trigger.d.ts +2 -2
- package/dist/components/drawer/src/drawer.d.ts +1 -1
- package/dist/components/dropdown/src/dropdown-combobox.d.ts.map +1 -1
- package/dist/components/dropdown/src/dropdown-shared.d.ts +3 -1
- package/dist/components/dropdown/src/dropdown-shared.d.ts.map +1 -1
- package/dist/components/dropdown/src/dropdown.types.d.ts +3 -0
- package/dist/components/dropdown/src/dropdown.types.d.ts.map +1 -1
- package/dist/components/dropdown/src/useDropdown.d.ts +1 -1
- package/dist/components/file-upload/src/file-upload-types.d.ts +1 -1
- package/dist/components/footer/src/footer-navigation.d.ts +2 -2
- package/dist/components/footer/src/footer-social-link.d.ts +3 -3
- package/dist/components/footer/src/footer.d.ts +1 -1
- package/dist/components/grid/src/grid.d.ts +1 -1
- package/dist/components/grid/src/grid.item.d.ts +1 -1
- package/dist/components/heading/src/heading.d.ts +1 -1
- package/dist/components/label/src/label.d.ts +1 -1
- package/dist/components/link/src/link.d.ts +1 -1
- package/dist/components/loading/src/loading-illustrative.d.ts +1 -1
- package/dist/components/logo/src/logo.types.d.ts +1 -1
- package/dist/components/modal/src/modal-content.d.ts +2 -2
- package/dist/components/modal/src/modal-trigger.d.ts +2 -2
- package/dist/components/notification/src/notification.d.ts +2 -2
- package/dist/components/pagination/src/pagination-page-selector.d.ts +1 -1
- package/dist/components/pagination/src/pagination-page-size-selector.d.ts +2 -2
- package/dist/components/pagination/src/pagination-pages.d.ts +1 -1
- package/dist/components/pagination/src/pagination-step-trigger.d.ts +1 -1
- package/dist/components/pagination/src/use-page-size-options.hook.d.ts +2 -2
- package/dist/components/password-field/src/password-field.d.ts +1 -1
- package/dist/components/password-field/src/password-strength-indicator.d.ts +2 -2
- package/dist/components/popover/src/popover-button.d.ts +2 -2
- package/dist/components/radio-card-group/src/radio-card-group.d.ts +2 -2
- package/dist/components/radio-card-group/src/radio-card-item.d.ts +1 -1
- package/dist/components/search-field/src/search-field-autocomplete.d.ts +7 -4
- package/dist/components/search-field/src/search-field-autocomplete.d.ts.map +1 -1
- package/dist/components/search-field/src/search-field-base.d.ts +4 -2
- package/dist/components/search-field/src/search-field-base.d.ts.map +1 -1
- package/dist/components/search-field/src/search-field.d.ts +6 -0
- package/dist/components/search-field/src/search-field.d.ts.map +1 -1
- package/dist/components/select/src/select.d.ts +2 -2
- package/dist/components/spacer/src/spacer.d.ts +1 -1
- package/dist/components/spinner/src/spinner.d.ts +1 -1
- package/dist/components/stepper/src/stepper-container.d.ts +1 -1
- package/dist/components/stepper/src/stepper-link.d.ts +1 -1
- package/dist/components/table/src/story-utils/table-data.d.ts +4 -4
- package/dist/components/table/src/test-utils/table-data.d.ts +3 -3
- package/dist/components/table/src/types.d.ts +3 -3
- package/dist/components/tabs/src/tab-content.d.ts +1 -1
- package/dist/components/text-area/src/text-area.d.ts +1 -1
- package/dist/components/text-spacing/src/text-spacing.d.ts +1 -1
- package/dist/components/toggle/src/toggle.d.ts +1 -1
- package/dist/components/tooltip/src/tooltip.d.ts +3 -3
- package/dist/components-metadata.js +1 -0
- package/dist/countdown-CdGFNLZq.js +2 -0
- package/dist/countdown-CdGFNLZq.js.map +1 -0
- package/dist/countdown-G7eg3CZj.mjs +188 -0
- package/dist/countdown-G7eg3CZj.mjs.map +1 -0
- package/dist/countdown.cjs.js +1 -1
- package/dist/countdown.es.js +1 -1
- package/dist/country-flag-icon/LICENSE.txt +0 -11
- package/dist/date-field-D8yGH1mw.js +2 -0
- package/dist/{date-field-CtpWDaSh.js.map → date-field-D8yGH1mw.js.map} +1 -1
- package/dist/{date-field-_rCuf15v.mjs → date-field-DVMPYoLT.mjs} +361 -311
- package/dist/{date-field-_rCuf15v.mjs.map → date-field-DVMPYoLT.mjs.map} +1 -1
- package/dist/date-field.cjs.js +1 -1
- package/dist/date-field.es.js +1 -1
- package/dist/{date-picker-sqcNAplg.mjs → date-picker-Ban9DLsx.mjs} +6 -6
- package/dist/{date-picker-sqcNAplg.mjs.map → date-picker-Ban9DLsx.mjs.map} +1 -1
- package/dist/{date-picker-BYlszX1W.js → date-picker-re3cPV_Z.js} +2 -2
- package/dist/{date-picker-BYlszX1W.js.map → date-picker-re3cPV_Z.js.map} +1 -1
- package/dist/date-picker.cjs.js +1 -1
- package/dist/date-picker.es.js +1 -1
- package/dist/date-range-field-8JmPw-Ei.js +2 -0
- package/dist/date-range-field-8JmPw-Ei.js.map +1 -0
- package/dist/{date-range-field-BmjQeiOv.mjs → date-range-field-dmJO66U_.mjs} +64 -61
- package/dist/date-range-field-dmJO66U_.mjs.map +1 -0
- package/dist/date-range-field.cjs.js +1 -1
- package/dist/date-range-field.es.js +1 -1
- package/dist/dismissable-chip-group-CVo3CS8K.js +2 -0
- package/dist/dismissable-chip-group-CVo3CS8K.js.map +1 -0
- package/dist/dismissable-chip-group-Dov2-9Fe.mjs +95 -0
- package/dist/dismissable-chip-group-Dov2-9Fe.mjs.map +1 -0
- package/dist/dismissable-chip-group.cjs.js +1 -1
- package/dist/dismissable-chip-group.es.js +1 -1
- package/dist/{drawer-oFJcxW58.js → drawer-CSagTJjN.js} +2 -2
- package/dist/{drawer-oFJcxW58.js.map → drawer-CSagTJjN.js.map} +1 -1
- package/dist/{drawer-Chx3H8EU.mjs → drawer-Cw-Y9XH9.mjs} +3 -3
- package/dist/{drawer-Chx3H8EU.mjs.map → drawer-Cw-Y9XH9.mjs.map} +1 -1
- package/dist/drawer.cjs.js +1 -1
- package/dist/drawer.es.js +1 -1
- package/dist/dropdown-BAM4nQhd.mjs +955 -0
- package/dist/dropdown-BAM4nQhd.mjs.map +1 -0
- package/dist/dropdown-Cr8DVw2T.js +2 -0
- package/dist/dropdown-Cr8DVw2T.js.map +1 -0
- package/dist/dropdown.cjs.js +1 -1
- package/dist/dropdown.es.js +1 -1
- package/dist/{file-upload-MvNuX4ks.js → file-upload-CdlYkCg8.js} +2 -2
- package/dist/{file-upload-MvNuX4ks.js.map → file-upload-CdlYkCg8.js.map} +1 -1
- package/dist/{file-upload-Ctw6LCTU.mjs → file-upload-ih5NqF67.mjs} +2 -2
- package/dist/{file-upload-Ctw6LCTU.mjs.map → file-upload-ih5NqF67.mjs.map} +1 -1
- package/dist/file-upload.cjs.js +1 -1
- package/dist/file-upload.es.js +1 -1
- package/dist/{footer-DkVmTd-f.mjs → footer-CVVt8hUE.mjs} +3 -3
- package/dist/{footer-DkVmTd-f.mjs.map → footer-CVVt8hUE.mjs.map} +1 -1
- package/dist/{footer-Bbemct3Z.js → footer-Cat9-v7l.js} +2 -2
- package/dist/{footer-Bbemct3Z.js.map → footer-Cat9-v7l.js.map} +1 -1
- package/dist/footer.cjs.js +1 -1
- package/dist/footer.es.js +1 -1
- package/dist/{hero-banner-Mag1OwL4.js → hero-banner-BNw3eNTs.js} +2 -2
- package/dist/{hero-banner-Mag1OwL4.js.map → hero-banner-BNw3eNTs.js.map} +1 -1
- package/dist/{hero-banner-ChDoFRhq.mjs → hero-banner-MnKuFSku.mjs} +2 -2
- package/dist/{hero-banner-ChDoFRhq.mjs.map → hero-banner-MnKuFSku.mjs.map} +1 -1
- package/dist/hero-banner.cjs.js +1 -1
- package/dist/hero-banner.es.js +1 -1
- package/dist/libraries/library/src/container.d.ts +1 -1
- package/dist/libraries/library/src/content-block.d.ts +1 -1
- package/dist/libraries/library/src/quantity-selector.d.ts +2 -2
- package/dist/libraries/theme/src/ThemeProvider.d.ts +1 -1
- package/dist/libraries/theme/src/theme-props.d.ts +1 -0
- package/dist/libraries/theme/src/theme-props.d.ts.map +1 -1
- package/dist/libraries/tokens/dist/color/variables.d.ts +1 -0
- package/dist/libraries/tokens/dist/color/variables.dark.d.ts +1 -0
- package/dist/library.cjs.js +1 -1
- package/dist/library.es.js +293 -292
- package/dist/{modal-CXOYUsJm.js → modal-BSN-wIcN.js} +2 -2
- package/dist/{modal-CXOYUsJm.js.map → modal-BSN-wIcN.js.map} +1 -1
- package/dist/{modal-Pwvhrzn-.mjs → modal-CnzUgU97.mjs} +3 -3
- package/dist/{modal-Pwvhrzn-.mjs.map → modal-CnzUgU97.mjs.map} +1 -1
- package/dist/modal.cjs.js +1 -1
- package/dist/modal.es.js +1 -1
- package/dist/{popover-B6ntmuEK.mjs → popover-B-oWzP-0.mjs} +3 -3
- package/dist/{popover-B6ntmuEK.mjs.map → popover-B-oWzP-0.mjs.map} +1 -1
- package/dist/{popover-DJHMEFXP.js → popover-BzoAQW0i.js} +2 -2
- package/dist/{popover-DJHMEFXP.js.map → popover-BzoAQW0i.js.map} +1 -1
- package/dist/popover.cjs.js +1 -1
- package/dist/popover.es.js +1 -1
- package/dist/{promotion-card-B3mz__m7.js → promotion-card-B8bnNVZ-.js} +2 -2
- package/dist/{promotion-card-B3mz__m7.js.map → promotion-card-B8bnNVZ-.js.map} +1 -1
- package/dist/{promotion-card-Co6qAkTZ.mjs → promotion-card-DwNbzSK3.mjs} +2 -2
- package/dist/{promotion-card-Co6qAkTZ.mjs.map → promotion-card-DwNbzSK3.mjs.map} +1 -1
- package/dist/promotion-card.cjs.js +1 -1
- package/dist/promotion-card.es.js +1 -1
- package/dist/purpur.css +1 -1
- package/dist/rich-text.cjs.js +1 -1
- package/dist/rich-text.es.js +1 -1
- package/dist/search-field-BR4gETPP.js +2 -0
- package/dist/search-field-BR4gETPP.js.map +1 -0
- package/dist/search-field-DyBcoB9g.mjs +186 -0
- package/dist/search-field-DyBcoB9g.mjs.map +1 -0
- package/dist/search-field.cjs.js +1 -1
- package/dist/search-field.es.js +1 -1
- package/dist/{stepper-D59T-Y2_.mjs → stepper-CGBjyjVw.mjs} +2 -2
- package/dist/{stepper-D59T-Y2_.mjs.map → stepper-CGBjyjVw.mjs.map} +1 -1
- package/dist/{stepper-Dao4XaDV.js → stepper-CbcFVE3v.js} +2 -2
- package/dist/{stepper-Dao4XaDV.js.map → stepper-CbcFVE3v.js.map} +1 -1
- package/dist/stepper.cjs.js +1 -1
- package/dist/stepper.es.js +1 -1
- package/dist/{table-BkXNxvjW.js → table-CFBK5Gv4.js} +3 -3
- package/dist/{table-BkXNxvjW.js.map → table-CFBK5Gv4.js.map} +1 -1
- package/dist/{table-CY8rjMoR.mjs → table-PdfWMFks.mjs} +8 -8
- package/dist/{table-CY8rjMoR.mjs.map → table-PdfWMFks.mjs.map} +1 -1
- package/dist/table.cjs.js +1 -1
- package/dist/table.es.js +1 -1
- package/dist/{text-area-9RUldq6W.js → text-area-AHqUSmEE.js} +2 -2
- package/dist/{text-area-9RUldq6W.js.map → text-area-AHqUSmEE.js.map} +1 -1
- package/dist/{text-area-C58aZEPa.mjs → text-area-DabB5eo_.mjs} +3 -3
- package/dist/{text-area-C58aZEPa.mjs.map → text-area-DabB5eo_.mjs.map} +1 -1
- package/dist/text-area.cjs.js +1 -1
- package/dist/text-area.es.js +1 -1
- package/dist/{text-spacing-BU0mkEf9.mjs → text-spacing-Bmkv_rmc.mjs} +3 -3
- package/dist/{text-spacing-BU0mkEf9.mjs.map → text-spacing-Bmkv_rmc.mjs.map} +1 -1
- package/dist/{text-spacing-CiGPZHuB.js → text-spacing-CdnbUO6z.js} +2 -2
- package/dist/{text-spacing-CiGPZHuB.js.map → text-spacing-CdnbUO6z.js.map} +1 -1
- package/dist/text-spacing.cjs.js +1 -1
- package/dist/text-spacing.es.js +1 -1
- package/dist/theme.cjs.js +1 -1
- package/dist/theme.es.js +3 -3
- package/dist/tokens/color/variables.css +1 -0
- package/dist/tokens/color/variables.d.ts +1 -0
- package/dist/tokens/color/variables.dark.css +1 -0
- package/dist/tokens/color/variables.dark.d.ts +1 -0
- package/dist/tokens/color/variables.dark.js +1 -0
- package/dist/tokens/color/variables.dark.json +1 -0
- package/dist/tokens/color/variables.dark.scss +1 -0
- package/dist/tokens/color/variables.js +1 -0
- package/dist/tokens/color/variables.json +1 -0
- package/dist/tokens/color/variables.scss +1 -0
- package/dist/tokens.cjs.js +1 -1
- package/dist/tokens.es.js +167 -166
- package/dist/{tooltip-DeP1UsPW.js → tooltip-DRW4N9Z-.js} +2 -2
- package/dist/{tooltip-DeP1UsPW.js.map → tooltip-DRW4N9Z-.js.map} +1 -1
- package/dist/{tooltip-bqdd2lJL.mjs → tooltip-DzY9olpb.mjs} +3 -3
- package/dist/{tooltip-bqdd2lJL.mjs.map → tooltip-DzY9olpb.mjs.map} +1 -1
- package/dist/tooltip.cjs.js +1 -1
- package/dist/tooltip.es.js +1 -1
- package/dist/use-autocomplete.es-CoAeiJiu.mjs +155 -0
- package/dist/use-autocomplete.es-CoAeiJiu.mjs.map +1 -0
- package/dist/use-autocomplete.es-Djt1u2i8.js +2 -0
- package/dist/use-autocomplete.es-Djt1u2i8.js.map +1 -0
- package/dist/useColorScheme-BtOgJUTy.js +2 -0
- package/dist/{useColorScheme-BHhPgv9q.js.map → useColorScheme-BtOgJUTy.js.map} +1 -1
- package/dist/{useColorScheme-B7lGBSe4.mjs → useColorScheme-DXAxJPXW.mjs} +2 -2
- package/dist/{useColorScheme-B7lGBSe4.mjs.map → useColorScheme-DXAxJPXW.mjs.map} +1 -1
- package/dist/useThemePortalContainer-Cs1c-2AI.js +2 -0
- package/dist/{useThemePortalContainer-CUcqV327.js.map → useThemePortalContainer-Cs1c-2AI.js.map} +1 -1
- package/dist/useThemePortalContainer-DeKoE-E_.mjs +9 -0
- package/dist/{useThemePortalContainer-D13Xx24N.mjs.map → useThemePortalContainer-DeKoE-E_.mjs.map} +1 -1
- package/dist/variables-CTBx79yI.js +2 -0
- package/dist/{variables-D1vNo1lO.js.map → variables-CTBx79yI.js.map} +1 -1
- package/dist/variables-Do6SfyT0.mjs +258 -0
- package/dist/{variables-BrsAsWIF.mjs.map → variables-Do6SfyT0.mjs.map} +1 -1
- package/package.json +18 -18
- package/src/library.ts +72 -2
- package/tokens/color/variables.css +1 -0
- package/tokens/color/variables.d.ts +1 -0
- package/tokens/color/variables.dark.css +1 -0
- package/tokens/color/variables.dark.d.ts +1 -0
- package/tokens/color/variables.dark.js +1 -0
- package/tokens/color/variables.dark.json +1 -0
- package/tokens/color/variables.dark.scss +1 -0
- package/tokens/color/variables.js +1 -0
- package/tokens/color/variables.json +1 -0
- package/tokens/color/variables.scss +1 -0
- package/dist/countdown-5Ni6OlVY.mjs +0 -189
- package/dist/countdown-5Ni6OlVY.mjs.map +0 -1
- package/dist/countdown-CGXJyzB2.js +0 -2
- package/dist/countdown-CGXJyzB2.js.map +0 -1
- package/dist/date-field-CtpWDaSh.js +0 -2
- package/dist/date-range-field-B33XeBW8.js +0 -2
- package/dist/date-range-field-B33XeBW8.js.map +0 -1
- package/dist/date-range-field-BmjQeiOv.mjs.map +0 -1
- package/dist/dismissable-chip-group-5ALErhD2.js +0 -2
- package/dist/dismissable-chip-group-5ALErhD2.js.map +0 -1
- package/dist/dismissable-chip-group-DMNU7g5e.mjs +0 -94
- package/dist/dismissable-chip-group-DMNU7g5e.mjs.map +0 -1
- package/dist/dropdown-DJr5COdU.mjs +0 -945
- package/dist/dropdown-DJr5COdU.mjs.map +0 -1
- package/dist/dropdown-s8FhNU5N.js +0 -2
- package/dist/dropdown-s8FhNU5N.js.map +0 -1
- package/dist/search-field-BTJtRyw5.mjs +0 -184
- package/dist/search-field-BTJtRyw5.mjs.map +0 -1
- package/dist/search-field-nzVXak1a.js +0 -2
- package/dist/search-field-nzVXak1a.js.map +0 -1
- package/dist/use-autocomplete.es-BwAzMcau.js +0 -2
- package/dist/use-autocomplete.es-BwAzMcau.js.map +0 -1
- package/dist/use-autocomplete.es-CKb0RHKG.mjs +0 -144
- package/dist/use-autocomplete.es-CKb0RHKG.mjs.map +0 -1
- package/dist/useColorScheme-BHhPgv9q.js +0 -2
- package/dist/useThemePortalContainer-CUcqV327.js +0 -2
- package/dist/useThemePortalContainer-D13Xx24N.mjs +0 -9
- package/dist/variables-BrsAsWIF.mjs +0 -257
- package/dist/variables-D1vNo1lO.js +0 -2
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
const r = "#faf0ff", o = "#f4e0ff", a = "#e4b6fb", u = "#d58df9", e = "#c461f7", t = "#b12df4", s = "#990ae3", p = "#8c07d0", n = "#6d02a3", c = "#4e0174", l = "#29003e", C = "#1f002e", i = "#f9f1ec", f = "#ede1d8", d = "#d7c3b5", g = "#bba494", b = "#a08877", v = "#807268", B = "#665e58", T = "#4f4741", S = "#3b332d", k = "#2d2824", I = "#170f09", x = "#edf5f5", y = "#d5eae9", N = "#a1cfcd", m = "#6eb5b2", P = "#3a9b96", O = "#00847e", G = "#006c67", W = "#02534f", E = "#063c39", A = "#032220", h = "#011413", H = "#f5f5fa", M = "#e5e5eb", R = "#d6d6dd", D = "#c6c6cd", F = "#aaaab0", L = "#8d8d94", Q = "#757579", j = "#5f5f63", q = "#4a4a4d", w = "#353537", z = "#2a2a2c", J = "#202022", K = "#121212", U = "#e1f9ec", V = "#c5efd9", X = "#79d9a7", Y = "#3dbf7c", Z = "#1fa15e", _ = "#018842", $ = "#017037", rr = "#02562b", or = "#003e1e", ar = "#002411", ur = "#00150a", er = "#fff0f5", tr = "#ffdde8", sr = "#ffafc9", pr = "#ff80ab", nr = "#fb4885", cr = "#e4175c", lr = "#c00543", Cr = "#980233", ir = "#700025", fr = "#440016", dr = "#2c000e", gr = "#fff2de", br = "#ffe1b3", vr = "#f9bb5b", Br = "#f39200", Tr = "#cc7a00", Sr = "#a86602", kr = "#8b5301", Ir = "#6a4102", xr = "#4c2f03", yr = "#2b1b03", Nr = "#1a0f00", mr = "#e8f6ff", Pr = "#caeaff", Or = "#91cdf4", Gr = "#62b2e7", Wr = "#3694d3", Er = "#0078cb", Ar = "#0063a6", hr = "#014d80", Hr = "#03385b", Mr = "#002036", Rr = "#011320", Dr = "rgba(0, 0, 0, 0.05)", Fr = "rgba(0, 0, 0, 0.1)", Lr = "rgba(0, 0, 0, 0.16)", Qr = "rgba(0, 0, 0, 0.22)", jr = "rgba(0, 0, 0, 0.33)", qr = "rgba(0, 0, 0, 0.44)", wr = "rgba(0, 0, 0, 0.54)", zr = "rgba(0, 0, 0, 0.62)", Jr = "rgba(0, 0, 0, 0.71)", Kr = "rgba(0, 0, 0, 0.8)", Ur = "rgba(0, 0, 0, 0.84)", Vr = "rgba(0, 0, 0, 0.88)", Xr = "rgba(0, 0, 0, 0.93)", Yr = "rgba(255, 255, 255, 0.07)", Zr = "rgba(255, 255, 255, 0.11)", _r = "rgba(255, 255, 255, 0.16)", $r = "rgba(255, 255, 255, 0.21)", ro = "rgba(255, 255, 255, 0.29)", oo = "rgba(255, 255, 255, 0.37)", ao = "rgba(255, 255, 255, 0.46)", uo = "rgba(255, 255, 255, 0.55)", eo = "rgba(255, 255, 255, 0.66)", to = "rgba(255, 255, 255, 0.79)", so = "rgba(255, 255, 255, 0.84)", po = "rgba(255, 255, 255, 0.89)", no = "rgba(255, 255, 255, 0.95)", co = "#000000", lo = "#ffffff", Co = "rgba(255, 255, 255, 0)", io = "#29003e", fo = "#990ae3", go = "#f4e0ff", bo = "#4f4741", vo = "#ede1d8", Bo = "#f9f1ec", To = "#202022", So = "#ffffff", ko = "rgba(0, 0, 0, 0.84)", Io = "rgba(0, 0, 0, 0.62)", xo = "rgba(0, 0, 0, 0.44)", yo = "rgba(255, 255, 255, 0.95)", No = "rgba(255, 255, 255, 0.66)", mo = "rgba(255, 255, 255, 0.37)", Po = "#6d02a3", Oo = "#4e0174", Go = "#29003e", Wo = "#ffffff", Eo = "#4e0174", Ao = "#f4e0ff", ho = "#faf0ff", Ho = "#ffffff", Mo = "#ffffff", Ro = "#ffffff", Do = "#ffffff", Fo = "#29003e", Lo = "#ffffff", Qo = "#29003e", jo = "#ffffff", qo = "#990ae3", wo = "#d58df9", zo = "#990ae3", Jo = "#980233", Ko = "#ff80ab", Uo = "#e4175c", Vo = "#fb4885", Xo = "#02562b", Yo = "#3dbf7c", Zo = "#018842", _o = "#1fa15e", $o = "#6a4102", ra = "#a86602", oa = "#f39200", aa = "#014d80", ua = "#0078cb", ea = "rgba(0, 0, 0, 0.71)", ta = "#4e0174", sa = "#ffffff", pa = "#ffffff", na = "#f4e0ff", ca = "#29003e", la = "#4f4741", Ca = "#ffffff", ia = "#1f002e", fa = "#f5f5fa", da = "#29003e", ga = "rgba(255, 255, 255, 0.84)", ba = "rgba(0, 0, 0, 0.71)", va = "#faf0ff", Ba = "#4e0174", Ta = "#6d02a3", Sa = "#8c07d0", ka = "#f4e0ff", Ia = "#e4b6fb", xa = "#d58df9", ya = "#990ae3", Na = "#6d02a3", ma = "#4e0174", Pa = "#990ae3", Oa = "#c461f7", Ga = "#d58df9", Wa = "rgba(0, 0, 0, 0.1)", Ea = "rgba(255, 255, 255, 0.11)", Aa = "#f4e0ff", ha = "#4e0174", Ha = "#e4b6fb", Ma = "#6d02a3", Ra = "rgba(0, 0, 0, 0.05)", Da = "rgba(255, 255, 255, 0.16)", Fa = "rgba(0, 0, 0, 0.05)", La = "rgba(255, 255, 255, 0.11)", Qa = "#e4175c", ja = "#c00543", qa = "#980233", wa = "#caeaff", za = "#3694d3", Ja = "#c5efd9", Ka = "#1fa15e", Ua = "#3dbf7c", Va = "#ffdde8", Xa = "#fb4885", Ya = "#ff80ab", Za = "#ffe1b3", _a = "#cc7a00", $a = "#f39200", ru = "#d6d6dd", ou = "#f4e0ff", au = "#6d02a3", uu = "#202022", eu = "#29003e", tu = "#f4e0ff", su = "#ede1d8", pu = "#f9f1ec", nu = "rgba(0, 0, 0, 0.33)", cu = "rgba(255, 255, 255, 0.29)", lu = "rgba(0, 0, 0, 0.54)", Cu = "rgba(255, 255, 255, 0.46)", iu = "rgba(0, 0, 0, 0.16)", fu = "rgba(255, 255, 255, 0.16)", du = "#b12df4", gu = "#6d02a3", bu = "#f4e0ff", vu = "#4e0174", Bu = "#29003e", Tu = "#faf0ff", Su = "#ffffff", ku = "#990ae3", Iu = "#990ae3", xu = "rgba(0, 0, 0, 0.44)", yu = "rgba(255, 255, 255, 0.46)", Nu = "#6d02a3", mu = "#c461f7", Pu = "#e4175c", Ou = "#fb4885", Gu = "#cc7a00", Wu = "#0078cb", Eu = "#018842", Au = "#1fa15e", hu = "rgba(0, 0, 0, 0.33)", Hu = "#3694d3", Mu = "#62b2e7", Ru = "#b12df4", Du = "#d58df9";
|
|
2
|
-
export {
|
|
3
|
-
g as $,
|
|
4
|
-
ga as A,
|
|
5
|
-
ba as B,
|
|
6
|
-
Ca as C,
|
|
7
|
-
ia as D,
|
|
8
|
-
fa as E,
|
|
9
|
-
da as F,
|
|
10
|
-
au as G,
|
|
11
|
-
uu as H,
|
|
12
|
-
Va as I,
|
|
13
|
-
Xa as J,
|
|
14
|
-
Ya as K,
|
|
15
|
-
wa as L,
|
|
16
|
-
za as M,
|
|
17
|
-
ru as N,
|
|
18
|
-
ou as O,
|
|
19
|
-
Ja as P,
|
|
20
|
-
Ka as Q,
|
|
21
|
-
Ua as R,
|
|
22
|
-
Za as S,
|
|
23
|
-
_a as T,
|
|
24
|
-
$a as U,
|
|
25
|
-
eu as V,
|
|
26
|
-
pu as W,
|
|
27
|
-
tu as X,
|
|
28
|
-
su as Y,
|
|
29
|
-
f as Z,
|
|
30
|
-
d as _,
|
|
31
|
-
Qa as a,
|
|
32
|
-
L as a$,
|
|
33
|
-
b as a0,
|
|
34
|
-
i as a1,
|
|
35
|
-
v as a2,
|
|
36
|
-
B as a3,
|
|
37
|
-
T as a4,
|
|
38
|
-
S as a5,
|
|
39
|
-
k as a6,
|
|
40
|
-
I as a7,
|
|
41
|
-
Pr as a8,
|
|
42
|
-
Or as a9,
|
|
43
|
-
Wu as aA,
|
|
44
|
-
Eu as aB,
|
|
45
|
-
Au as aC,
|
|
46
|
-
Gu as aD,
|
|
47
|
-
lu as aE,
|
|
48
|
-
Cu as aF,
|
|
49
|
-
iu as aG,
|
|
50
|
-
fu as aH,
|
|
51
|
-
vo as aI,
|
|
52
|
-
fo as aJ,
|
|
53
|
-
bo as aK,
|
|
54
|
-
io as aL,
|
|
55
|
-
Bo as aM,
|
|
56
|
-
go as aN,
|
|
57
|
-
To as aO,
|
|
58
|
-
So as aP,
|
|
59
|
-
co as aQ,
|
|
60
|
-
Co as aR,
|
|
61
|
-
lo as aS,
|
|
62
|
-
Hu as aT,
|
|
63
|
-
Mu as aU,
|
|
64
|
-
Ru as aV,
|
|
65
|
-
Du as aW,
|
|
66
|
-
M as aX,
|
|
67
|
-
R as aY,
|
|
68
|
-
D as aZ,
|
|
69
|
-
F as a_,
|
|
70
|
-
Gr as aa,
|
|
71
|
-
Wr as ab,
|
|
72
|
-
mr as ac,
|
|
73
|
-
Er as ad,
|
|
74
|
-
Ar as ae,
|
|
75
|
-
hr as af,
|
|
76
|
-
Hr as ag,
|
|
77
|
-
Mr as ah,
|
|
78
|
-
Rr as ai,
|
|
79
|
-
ku as aj,
|
|
80
|
-
du as ak,
|
|
81
|
-
gu as al,
|
|
82
|
-
Bu as am,
|
|
83
|
-
Su as an,
|
|
84
|
-
vu as ao,
|
|
85
|
-
Tu as ap,
|
|
86
|
-
bu as aq,
|
|
87
|
-
Iu as ar,
|
|
88
|
-
xu as as,
|
|
89
|
-
Nu as at,
|
|
90
|
-
mu as au,
|
|
91
|
-
yu as av,
|
|
92
|
-
nu as aw,
|
|
93
|
-
cu as ax,
|
|
94
|
-
Pu as ay,
|
|
95
|
-
Ou as az,
|
|
96
|
-
qa as b,
|
|
97
|
-
A as b$,
|
|
98
|
-
H as b0,
|
|
99
|
-
Q as b1,
|
|
100
|
-
j as b2,
|
|
101
|
-
q as b3,
|
|
102
|
-
w as b4,
|
|
103
|
-
z as b5,
|
|
104
|
-
J as b6,
|
|
105
|
-
K as b7,
|
|
106
|
-
V as b8,
|
|
107
|
-
X as b9,
|
|
108
|
-
t as bA,
|
|
109
|
-
s as bB,
|
|
110
|
-
p as bC,
|
|
111
|
-
n as bD,
|
|
112
|
-
c as bE,
|
|
113
|
-
l as bF,
|
|
114
|
-
C as bG,
|
|
115
|
-
tr as bH,
|
|
116
|
-
sr as bI,
|
|
117
|
-
pr as bJ,
|
|
118
|
-
nr as bK,
|
|
119
|
-
er as bL,
|
|
120
|
-
cr as bM,
|
|
121
|
-
lr as bN,
|
|
122
|
-
Cr as bO,
|
|
123
|
-
ir as bP,
|
|
124
|
-
fr as bQ,
|
|
125
|
-
dr as bR,
|
|
126
|
-
y as bS,
|
|
127
|
-
N as bT,
|
|
128
|
-
m as bU,
|
|
129
|
-
P as bV,
|
|
130
|
-
x as bW,
|
|
131
|
-
O as bX,
|
|
132
|
-
G as bY,
|
|
133
|
-
W as bZ,
|
|
134
|
-
E as b_,
|
|
135
|
-
Y as ba,
|
|
136
|
-
Z as bb,
|
|
137
|
-
U as bc,
|
|
138
|
-
_ as bd,
|
|
139
|
-
$ as be,
|
|
140
|
-
rr as bf,
|
|
141
|
-
or as bg,
|
|
142
|
-
ar as bh,
|
|
143
|
-
ur as bi,
|
|
144
|
-
br as bj,
|
|
145
|
-
vr as bk,
|
|
146
|
-
Br as bl,
|
|
147
|
-
Tr as bm,
|
|
148
|
-
gr as bn,
|
|
149
|
-
Sr as bo,
|
|
150
|
-
kr as bp,
|
|
151
|
-
Ir as bq,
|
|
152
|
-
xr as br,
|
|
153
|
-
yr as bs,
|
|
154
|
-
Nr as bt,
|
|
155
|
-
hu as bu,
|
|
156
|
-
o as bv,
|
|
157
|
-
a as bw,
|
|
158
|
-
u as bx,
|
|
159
|
-
e as by,
|
|
160
|
-
r as bz,
|
|
161
|
-
ja as c,
|
|
162
|
-
Yr as c$,
|
|
163
|
-
h as c0,
|
|
164
|
-
ko as c1,
|
|
165
|
-
yo as c2,
|
|
166
|
-
jo as c3,
|
|
167
|
-
Mo as c4,
|
|
168
|
-
Lo as c5,
|
|
169
|
-
Qo as c6,
|
|
170
|
-
Do as c7,
|
|
171
|
-
Fo as c8,
|
|
172
|
-
Ro as c9,
|
|
173
|
-
Yo as cA,
|
|
174
|
-
ra as cB,
|
|
175
|
-
oa as cC,
|
|
176
|
-
$o as cD,
|
|
177
|
-
na as cE,
|
|
178
|
-
ca as cF,
|
|
179
|
-
la as cG,
|
|
180
|
-
xo as cH,
|
|
181
|
-
mo as cI,
|
|
182
|
-
Fr as cJ,
|
|
183
|
-
Lr as cK,
|
|
184
|
-
Qr as cL,
|
|
185
|
-
jr as cM,
|
|
186
|
-
qr as cN,
|
|
187
|
-
Dr as cO,
|
|
188
|
-
wr as cP,
|
|
189
|
-
zr as cQ,
|
|
190
|
-
Jr as cR,
|
|
191
|
-
Kr as cS,
|
|
192
|
-
Ur as cT,
|
|
193
|
-
Vr as cU,
|
|
194
|
-
Xr as cV,
|
|
195
|
-
Zr as cW,
|
|
196
|
-
_r as cX,
|
|
197
|
-
$r as cY,
|
|
198
|
-
ro as cZ,
|
|
199
|
-
oo as c_,
|
|
200
|
-
Wo as ca,
|
|
201
|
-
Eo as cb,
|
|
202
|
-
Po as cc,
|
|
203
|
-
Go as cd,
|
|
204
|
-
Ho as ce,
|
|
205
|
-
Oo as cf,
|
|
206
|
-
ho as cg,
|
|
207
|
-
Ao as ch,
|
|
208
|
-
qo as ci,
|
|
209
|
-
wo as cj,
|
|
210
|
-
Io as ck,
|
|
211
|
-
No as cl,
|
|
212
|
-
sa as cm,
|
|
213
|
-
pa as cn,
|
|
214
|
-
zo as co,
|
|
215
|
-
Uo as cp,
|
|
216
|
-
Vo as cq,
|
|
217
|
-
Jo as cr,
|
|
218
|
-
Ko as cs,
|
|
219
|
-
ua as ct,
|
|
220
|
-
aa as cu,
|
|
221
|
-
ea as cv,
|
|
222
|
-
ta as cw,
|
|
223
|
-
Zo as cx,
|
|
224
|
-
_o as cy,
|
|
225
|
-
Xo as cz,
|
|
226
|
-
Wa as d,
|
|
227
|
-
ao as d0,
|
|
228
|
-
uo as d1,
|
|
229
|
-
eo as d2,
|
|
230
|
-
to as d3,
|
|
231
|
-
so as d4,
|
|
232
|
-
po as d5,
|
|
233
|
-
no as d6,
|
|
234
|
-
Ea as e,
|
|
235
|
-
ya as f,
|
|
236
|
-
ma as g,
|
|
237
|
-
Ga as h,
|
|
238
|
-
Na as i,
|
|
239
|
-
Oa as j,
|
|
240
|
-
Pa as k,
|
|
241
|
-
Ra as l,
|
|
242
|
-
Da as m,
|
|
243
|
-
Ba as n,
|
|
244
|
-
Sa as o,
|
|
245
|
-
va as p,
|
|
246
|
-
xa as q,
|
|
247
|
-
Ta as r,
|
|
248
|
-
Ia as s,
|
|
249
|
-
ka as t,
|
|
250
|
-
Fa as u,
|
|
251
|
-
La as v,
|
|
252
|
-
Ha as w,
|
|
253
|
-
Ma as x,
|
|
254
|
-
Aa as y,
|
|
255
|
-
ha as z
|
|
256
|
-
};
|
|
257
|
-
//# sourceMappingURL=variables-BrsAsWIF.mjs.map
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";const r="#faf0ff",o="#f4e0ff",u="#e4b6fb",e="#d58df9",p="#c461f7",t="#b12df4",a="#990ae3",n="#8c07d0",l="#6d02a3",c="#4e0174",C="#29003e",s="#1f002e",i="#f9f1ec",g="#ede1d8",d="#d7c3b5",v="#bba494",B="#a08877",f="#807268",T="#665e58",S="#4f4741",k="#3b332d",I="#2d2824",x="#170f09",b="#edf5f5",y="#d5eae9",N="#a1cfcd",m="#6eb5b2",P="#3a9b96",O="#00847e",G="#006c67",W="#02534f",E="#063c39",A="#032220",h="#011413",H="#f5f5fa",M="#e5e5eb",R="#d6d6dd",D="#c6c6cd",F="#aaaab0",L="#8d8d94",Q="#757579",j="#5f5f63",q="#4a4a4d",w="#353537",z="#2a2a2c",J="#202022",K="#121212",U="#e1f9ec",V="#c5efd9",X="#79d9a7",Y="#3dbf7c",Z="#1fa15e",_="#018842",$="#017037",rr="#02562b",or="#003e1e",ur="#002411",er="#00150a",pr="#fff0f5",tr="#ffdde8",ar="#ffafc9",nr="#ff80ab",lr="#fb4885",cr="#e4175c",Cr="#c00543",sr="#980233",ir="#700025",gr="#440016",dr="#2c000e",vr="#fff2de",Br="#ffe1b3",fr="#f9bb5b",Tr="#f39200",Sr="#cc7a00",kr="#a86602",Ir="#8b5301",xr="#6a4102",br="#4c2f03",yr="#2b1b03",Nr="#1a0f00",mr="#e8f6ff",Pr="#caeaff",Or="#91cdf4",Gr="#62b2e7",Wr="#3694d3",Er="#0078cb",Ar="#0063a6",hr="#014d80",Hr="#03385b",Mr="#002036",Rr="#011320",Dr="rgba(0, 0, 0, 0.05)",Fr="rgba(0, 0, 0, 0.1)",Lr="rgba(0, 0, 0, 0.16)",Qr="rgba(0, 0, 0, 0.22)",jr="rgba(0, 0, 0, 0.33)",qr="rgba(0, 0, 0, 0.44)",wr="rgba(0, 0, 0, 0.54)",zr="rgba(0, 0, 0, 0.62)",Jr="rgba(0, 0, 0, 0.71)",Kr="rgba(0, 0, 0, 0.8)",Ur="rgba(0, 0, 0, 0.84)",Vr="rgba(0, 0, 0, 0.88)",Xr="rgba(0, 0, 0, 0.93)",Yr="rgba(255, 255, 255, 0.07)",Zr="rgba(255, 255, 255, 0.11)",_r="rgba(255, 255, 255, 0.16)",$r="rgba(255, 255, 255, 0.21)",ro="rgba(255, 255, 255, 0.29)",oo="rgba(255, 255, 255, 0.37)",uo="rgba(255, 255, 255, 0.46)",eo="rgba(255, 255, 255, 0.55)",po="rgba(255, 255, 255, 0.66)",to="rgba(255, 255, 255, 0.79)",ao="rgba(255, 255, 255, 0.84)",no="rgba(255, 255, 255, 0.89)",lo="rgba(255, 255, 255, 0.95)",co="#000000",Co="#ffffff",so="rgba(255, 255, 255, 0)",io="#29003e",go="#990ae3",vo="#f4e0ff",Bo="#4f4741",fo="#ede1d8",To="#f9f1ec",So="#202022",ko="#ffffff",Io="rgba(0, 0, 0, 0.84)",xo="rgba(0, 0, 0, 0.62)",bo="rgba(0, 0, 0, 0.44)",yo="rgba(255, 255, 255, 0.95)",No="rgba(255, 255, 255, 0.66)",mo="rgba(255, 255, 255, 0.37)",Po="#6d02a3",Oo="#4e0174",Go="#29003e",Wo="#ffffff",Eo="#4e0174",Ao="#f4e0ff",ho="#faf0ff",Ho="#ffffff",Mo="#ffffff",Ro="#ffffff",Do="#ffffff",Fo="#29003e",Lo="#ffffff",Qo="#29003e",jo="#ffffff",qo="#990ae3",wo="#d58df9",zo="#990ae3",Jo="#980233",Ko="#ff80ab",Uo="#e4175c",Vo="#fb4885",Xo="#02562b",Yo="#3dbf7c",Zo="#018842",_o="#1fa15e",$o="#6a4102",ru="#a86602",ou="#f39200",uu="#014d80",eu="#0078cb",pu="rgba(0, 0, 0, 0.71)",tu="#4e0174",au="#ffffff",nu="#ffffff",lu="#f4e0ff",cu="#29003e",Cu="#4f4741",su="#ffffff",iu="#1f002e",gu="#f5f5fa",du="#29003e",vu="rgba(255, 255, 255, 0.84)",Bu="rgba(0, 0, 0, 0.71)",fu="#faf0ff",Tu="#4e0174",Su="#6d02a3",ku="#8c07d0",Iu="#f4e0ff",xu="#e4b6fb",bu="#d58df9",yu="#990ae3",Nu="#6d02a3",mu="#4e0174",Pu="#990ae3",Ou="#c461f7",Gu="#d58df9",Wu="rgba(0, 0, 0, 0.1)",Eu="rgba(255, 255, 255, 0.11)",Au="#f4e0ff",hu="#4e0174",Hu="#e4b6fb",Mu="#6d02a3",Ru="rgba(0, 0, 0, 0.05)",Du="rgba(255, 255, 255, 0.16)",Fu="rgba(0, 0, 0, 0.05)",Lu="rgba(255, 255, 255, 0.11)",Qu="#e4175c",ju="#c00543",qu="#980233",wu="#caeaff",zu="#3694d3",Ju="#c5efd9",Ku="#1fa15e",Uu="#3dbf7c",Vu="#ffdde8",Xu="#fb4885",Yu="#ff80ab",Zu="#ffe1b3",_u="#cc7a00",$u="#f39200",re="#d6d6dd",oe="#f4e0ff",ue="#6d02a3",ee="#202022",pe="#29003e",te="#f4e0ff",ae="#ede1d8",ne="#f9f1ec",le="rgba(0, 0, 0, 0.33)",ce="rgba(255, 255, 255, 0.29)",Ce="rgba(0, 0, 0, 0.54)",se="rgba(255, 255, 255, 0.46)",ie="rgba(0, 0, 0, 0.16)",ge="rgba(255, 255, 255, 0.16)",de="#b12df4",ve="#6d02a3",Be="#f4e0ff",fe="#4e0174",Te="#29003e",Se="#faf0ff",ke="#ffffff",Ie="#990ae3",xe="#990ae3",be="rgba(0, 0, 0, 0.44)",ye="rgba(255, 255, 255, 0.46)",Ne="#6d02a3",me="#c461f7",Pe="#e4175c",Oe="#fb4885",Ge="#cc7a00",We="#0078cb",Ee="#018842",Ae="#1fa15e",he="rgba(0, 0, 0, 0.33)",He="#3694d3",Me="#62b2e7",Re="#b12df4",De="#d58df9";exports.purpurColorBackgroundInteractiveAutoFill=fu;exports.purpurColorBackgroundInteractiveDestructive=Qu;exports.purpurColorBackgroundInteractiveDestructiveActive=qu;exports.purpurColorBackgroundInteractiveDestructiveHover=ju;exports.purpurColorBackgroundInteractiveDisabled=Wu;exports.purpurColorBackgroundInteractiveDisabledNegative=Eu;exports.purpurColorBackgroundInteractiveExpressive=yu;exports.purpurColorBackgroundInteractiveExpressiveActive=mu;exports.purpurColorBackgroundInteractiveExpressiveActiveNegative=Gu;exports.purpurColorBackgroundInteractiveExpressiveHover=Nu;exports.purpurColorBackgroundInteractiveExpressiveHoverNegative=Ou;exports.purpurColorBackgroundInteractiveExpressiveNegative=Pu;exports.purpurColorBackgroundInteractiveInactive=Ru;exports.purpurColorBackgroundInteractiveInactiveNegative=Du;exports.purpurColorBackgroundInteractivePrimary=Tu;exports.purpurColorBackgroundInteractivePrimaryActive=ku;exports.purpurColorBackgroundInteractivePrimaryActiveNegative=bu;exports.purpurColorBackgroundInteractivePrimaryHover=Su;exports.purpurColorBackgroundInteractivePrimaryHoverNegative=xu;exports.purpurColorBackgroundInteractivePrimaryNegative=Iu;exports.purpurColorBackgroundInteractiveReadOnly=Fu;exports.purpurColorBackgroundInteractiveReadOnlyNegative=Lu;exports.purpurColorBackgroundInteractiveTransparentActive=Hu;exports.purpurColorBackgroundInteractiveTransparentActiveNegative=Mu;exports.purpurColorBackgroundInteractiveTransparentHover=Au;exports.purpurColorBackgroundInteractiveTransparentHoverNegative=hu;exports.purpurColorBackgroundOnImage=vu;exports.purpurColorBackgroundOnImageNegative=Bu;exports.purpurColorBackgroundPrimary=su;exports.purpurColorBackgroundPrimaryNegative=iu;exports.purpurColorBackgroundSecondary=gu;exports.purpurColorBackgroundSecondaryNegative=du;exports.purpurColorBackgroundStatusAttention=ue;exports.purpurColorBackgroundStatusBlackFriday=ee;exports.purpurColorBackgroundStatusErrorMedium=Vu;exports.purpurColorBackgroundStatusErrorStrong=Xu;exports.purpurColorBackgroundStatusErrorStrongNegative=Yu;exports.purpurColorBackgroundStatusInfoMedium=wu;exports.purpurColorBackgroundStatusInfoStrong=zu;exports.purpurColorBackgroundStatusNeutral=re;exports.purpurColorBackgroundStatusSpecial=oe;exports.purpurColorBackgroundStatusSuccessMedium=Ju;exports.purpurColorBackgroundStatusSuccessStrong=Ku;exports.purpurColorBackgroundStatusSuccessStrongNegative=Uu;exports.purpurColorBackgroundStatusWarningMedium=Zu;exports.purpurColorBackgroundStatusWarningStrong=_u;exports.purpurColorBackgroundStatusWarningStrongNegative=$u;exports.purpurColorBackgroundToneOnTonePrimary=pe;exports.purpurColorBackgroundToneOnToneQuaternary=ne;exports.purpurColorBackgroundToneOnToneSecondary=te;exports.purpurColorBackgroundToneOnToneTertiary=ae;exports.purpurColorBeige100=g;exports.purpurColorBeige200=d;exports.purpurColorBeige300=v;exports.purpurColorBeige400=B;exports.purpurColorBeige50=i;exports.purpurColorBeige500=f;exports.purpurColorBeige600=T;exports.purpurColorBeige700=S;exports.purpurColorBeige800=k;exports.purpurColorBeige900=I;exports.purpurColorBeige950=x;exports.purpurColorBlue100=Pr;exports.purpurColorBlue200=Or;exports.purpurColorBlue300=Gr;exports.purpurColorBlue400=Wr;exports.purpurColorBlue50=mr;exports.purpurColorBlue500=Er;exports.purpurColorBlue600=Ar;exports.purpurColorBlue700=hr;exports.purpurColorBlue800=Hr;exports.purpurColorBlue900=Mr;exports.purpurColorBlue950=Rr;exports.purpurColorBorderInteractiveExpressive=Ie;exports.purpurColorBorderInteractiveFocus=de;exports.purpurColorBorderInteractivePrimary=ve;exports.purpurColorBorderInteractivePrimaryActive=Te;exports.purpurColorBorderInteractivePrimaryActiveNegative=ke;exports.purpurColorBorderInteractivePrimaryHover=fe;exports.purpurColorBorderInteractivePrimaryHoverNegative=Se;exports.purpurColorBorderInteractivePrimaryNegative=Be;exports.purpurColorBorderInteractiveSelected=xe;exports.purpurColorBorderInteractiveSubtle=be;exports.purpurColorBorderInteractiveSubtleHover=Ne;exports.purpurColorBorderInteractiveSubtleHoverNegative=me;exports.purpurColorBorderInteractiveSubtleNegative=ye;exports.purpurColorBorderMedium=le;exports.purpurColorBorderMediumNegative=ce;exports.purpurColorBorderStatusError=Pe;exports.purpurColorBorderStatusErrorNegative=Oe;exports.purpurColorBorderStatusInfo=We;exports.purpurColorBorderStatusSuccess=Ee;exports.purpurColorBorderStatusSuccessNegative=Ae;exports.purpurColorBorderStatusWarning=Ge;exports.purpurColorBorderStrong=Ce;exports.purpurColorBorderStrongNegative=se;exports.purpurColorBorderWeak=ie;exports.purpurColorBorderWeakNegative=ge;exports.purpurColorBrandBeige=fo;exports.purpurColorBrandCorePurple=go;exports.purpurColorBrandDeepBeige=Bo;exports.purpurColorBrandDeepPurple=io;exports.purpurColorBrandLightBeige=To;exports.purpurColorBrandLightPurple=vo;exports.purpurColorBrandOffBlack=So;exports.purpurColorBrandWhite=ko;exports.purpurColorFunctionalBlack=co;exports.purpurColorFunctionalTransparent=so;exports.purpurColorFunctionalWhite=Co;exports.purpurColorGradientAiBottom=He;exports.purpurColorGradientAiBottomNegative=Me;exports.purpurColorGradientAiTop=Re;exports.purpurColorGradientAiTopNegative=De;exports.purpurColorGray100=M;exports.purpurColorGray150=R;exports.purpurColorGray200=D;exports.purpurColorGray300=F;exports.purpurColorGray400=L;exports.purpurColorGray50=H;exports.purpurColorGray500=Q;exports.purpurColorGray600=j;exports.purpurColorGray700=q;exports.purpurColorGray800=w;exports.purpurColorGray850=z;exports.purpurColorGray900=J;exports.purpurColorGray950=K;exports.purpurColorGreen100=V;exports.purpurColorGreen200=X;exports.purpurColorGreen300=Y;exports.purpurColorGreen400=Z;exports.purpurColorGreen50=U;exports.purpurColorGreen500=_;exports.purpurColorGreen600=$;exports.purpurColorGreen700=rr;exports.purpurColorGreen800=or;exports.purpurColorGreen900=ur;exports.purpurColorGreen950=er;exports.purpurColorOrange100=Br;exports.purpurColorOrange200=fr;exports.purpurColorOrange300=Tr;exports.purpurColorOrange400=Sr;exports.purpurColorOrange50=vr;exports.purpurColorOrange500=kr;exports.purpurColorOrange600=Ir;exports.purpurColorOrange700=xr;exports.purpurColorOrange800=br;exports.purpurColorOrange900=yr;exports.purpurColorOrange950=Nr;exports.purpurColorOverlayDefault=he;exports.purpurColorPurple100=o;exports.purpurColorPurple200=u;exports.purpurColorPurple300=e;exports.purpurColorPurple400=p;exports.purpurColorPurple50=r;exports.purpurColorPurple500=t;exports.purpurColorPurple550=a;exports.purpurColorPurple600=n;exports.purpurColorPurple700=l;exports.purpurColorPurple800=c;exports.purpurColorPurple900=C;exports.purpurColorPurple950=s;exports.purpurColorRed100=tr;exports.purpurColorRed200=ar;exports.purpurColorRed300=nr;exports.purpurColorRed400=lr;exports.purpurColorRed50=pr;exports.purpurColorRed500=cr;exports.purpurColorRed600=Cr;exports.purpurColorRed700=sr;exports.purpurColorRed800=ir;exports.purpurColorRed900=gr;exports.purpurColorRed950=dr;exports.purpurColorTeal100=y;exports.purpurColorTeal200=N;exports.purpurColorTeal300=m;exports.purpurColorTeal400=P;exports.purpurColorTeal50=b;exports.purpurColorTeal500=O;exports.purpurColorTeal600=G;exports.purpurColorTeal700=W;exports.purpurColorTeal800=E;exports.purpurColorTeal900=A;exports.purpurColorTeal950=h;exports.purpurColorTextDefault=Io;exports.purpurColorTextDefaultNegative=yo;exports.purpurColorTextInteractiveOnDestructive=jo;exports.purpurColorTextInteractiveOnExpressive=Mo;exports.purpurColorTextInteractiveOnExpressiveActive=Lo;exports.purpurColorTextInteractiveOnExpressiveActiveNegative=Qo;exports.purpurColorTextInteractiveOnExpressiveHover=Do;exports.purpurColorTextInteractiveOnExpressiveHoverNegative=Fo;exports.purpurColorTextInteractiveOnExpressiveNegative=Ro;exports.purpurColorTextInteractiveOnPrimary=Wo;exports.purpurColorTextInteractiveOnPrimaryNegative=Eo;exports.purpurColorTextInteractivePrimary=Po;exports.purpurColorTextInteractivePrimaryActive=Go;exports.purpurColorTextInteractivePrimaryActiveNegative=Ho;exports.purpurColorTextInteractivePrimaryHover=Oo;exports.purpurColorTextInteractivePrimaryHoverNegative=ho;exports.purpurColorTextInteractivePrimaryNegative=Ao;exports.purpurColorTextInteractiveSelected=qo;exports.purpurColorTextInteractiveSelectedNegative=wo;exports.purpurColorTextMedium=xo;exports.purpurColorTextMediumNegative=No;exports.purpurColorTextStatusAttention=au;exports.purpurColorTextStatusBlackFriday=nu;exports.purpurColorTextStatusDiscount=zo;exports.purpurColorTextStatusErrorMedium=Uo;exports.purpurColorTextStatusErrorMediumNegative=Vo;exports.purpurColorTextStatusErrorStrong=Jo;exports.purpurColorTextStatusErrorStrongNegative=Ko;exports.purpurColorTextStatusInfoMedium=eu;exports.purpurColorTextStatusInfoStrong=uu;exports.purpurColorTextStatusNeutral=pu;exports.purpurColorTextStatusSpecial=tu;exports.purpurColorTextStatusSuccessMedium=Zo;exports.purpurColorTextStatusSuccessMediumNegative=_o;exports.purpurColorTextStatusSuccessStrong=Xo;exports.purpurColorTextStatusSuccessStrongNegative=Yo;exports.purpurColorTextStatusWarningMedium=ru;exports.purpurColorTextStatusWarningMediumNegative=ou;exports.purpurColorTextStatusWarningStrong=$o;exports.purpurColorTextToneOnTonePrimary=lu;exports.purpurColorTextToneOnToneSecondary=cu;exports.purpurColorTextToneOnToneTertiary=Cu;exports.purpurColorTextWeak=bo;exports.purpurColorTextWeakNegative=mo;exports.purpurColorTransparentBlack100=Fr;exports.purpurColorTransparentBlack150=Lr;exports.purpurColorTransparentBlack200=Qr;exports.purpurColorTransparentBlack300=jr;exports.purpurColorTransparentBlack400=qr;exports.purpurColorTransparentBlack50=Dr;exports.purpurColorTransparentBlack500=wr;exports.purpurColorTransparentBlack600=zr;exports.purpurColorTransparentBlack700=Jr;exports.purpurColorTransparentBlack800=Kr;exports.purpurColorTransparentBlack850=Ur;exports.purpurColorTransparentBlack900=Vr;exports.purpurColorTransparentBlack950=Xr;exports.purpurColorTransparentWhite100=Zr;exports.purpurColorTransparentWhite150=_r;exports.purpurColorTransparentWhite200=$r;exports.purpurColorTransparentWhite300=ro;exports.purpurColorTransparentWhite400=oo;exports.purpurColorTransparentWhite50=Yr;exports.purpurColorTransparentWhite500=uo;exports.purpurColorTransparentWhite600=eo;exports.purpurColorTransparentWhite700=po;exports.purpurColorTransparentWhite800=to;exports.purpurColorTransparentWhite850=ao;exports.purpurColorTransparentWhite900=no;exports.purpurColorTransparentWhite950=lo;
|
|
2
|
-
//# sourceMappingURL=variables-D1vNo1lO.js.map
|