@alto-avios/alto-ui 3.8.0 → 4.0.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/dist/IconButton.module-4obqG6tY.js +1050 -0
- package/dist/IconButton.module-4obqG6tY.js.map +1 -0
- package/dist/assets/AutoplayControl.css +1 -0
- package/dist/assets/AviosCurrency.css +1 -1
- package/dist/assets/AviosCurrencyBadge.css +1 -0
- package/dist/assets/Button.css +1 -1
- package/dist/assets/Carousel.css +1 -0
- package/dist/assets/CarouselButton.css +1 -0
- package/dist/assets/CarouselDots.css +1 -0
- package/dist/assets/ComboBox.css +1 -1
- package/dist/assets/LoadingSpinner.css +1 -1
- package/dist/assets/MonthYearField.css +1 -0
- package/dist/assets/SearchField.css +1 -1
- package/dist/assets/SelectNative.css +1 -1
- package/dist/assets/SkeletonLoader.css +1 -0
- package/dist/assets/TextAreaField.css +1 -1
- package/dist/components/Accordion/Accordion.js +8 -8
- package/dist/components/AviosCurrency/AviosCurrency.d.ts +1 -2
- package/dist/components/AviosCurrency/AviosCurrency.js +40 -36
- package/dist/components/AviosCurrency/AviosCurrency.js.map +1 -1
- package/dist/components/AviosCurrencyBadge/AviosCurrencyBadge.d.ts +48 -0
- package/dist/components/AviosCurrencyBadge/AviosCurrencyBadge.js +165 -0
- package/dist/components/AviosCurrencyBadge/AviosCurrencyBadge.js.map +1 -0
- package/dist/components/AviosCurrencyBadge/index.d.ts +1 -0
- package/dist/components/AviosCurrencyBadge/index.js +5 -0
- package/dist/components/AviosCurrencyBadge/index.js.map +1 -0
- package/dist/components/AviosCurrencySymbol/AviosCurrencySymbol.js +3 -3
- package/dist/components/Badge/Badge.d.ts +1 -16
- package/dist/components/Badge/Badge.js +3 -9
- package/dist/components/Badge/Badge.js.map +1 -1
- package/dist/components/Box/Box.d.ts +0 -4
- package/dist/components/Box/Box.js +1 -5
- package/dist/components/Box/Box.js.map +1 -1
- package/dist/components/Button/Button.d.ts +34 -64
- package/dist/components/Button/Button.js +61 -44
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +2 -2
- package/dist/components/CalloutBanner/CalloutBanner.js +3 -3
- package/dist/components/Carousel/AutoplayControl/AutoplayControl.d.ts +27 -0
- package/dist/components/Carousel/AutoplayControl/AutoplayControl.js +115 -0
- package/dist/components/Carousel/AutoplayControl/AutoplayControl.js.map +1 -0
- package/dist/components/Carousel/Carousel.d.ts +171 -0
- package/dist/components/Carousel/Carousel.js +373 -0
- package/dist/components/Carousel/Carousel.js.map +1 -0
- package/dist/components/Carousel/CarouselButton/CarouselButton.d.ts +44 -0
- package/dist/components/Carousel/CarouselButton/CarouselButton.js +195 -0
- package/dist/components/Carousel/CarouselButton/CarouselButton.js.map +1 -0
- package/dist/components/Carousel/CarouselControls.d.ts +7 -0
- package/dist/components/Carousel/CarouselControls.js +305 -0
- package/dist/components/Carousel/CarouselControls.js.map +1 -0
- package/dist/components/Carousel/CarouselDots/CarouselDots.d.ts +16 -0
- package/dist/components/Carousel/CarouselDots/CarouselDots.js +150 -0
- package/dist/components/Carousel/CarouselDots/CarouselDots.js.map +1 -0
- package/dist/components/Carousel/index.d.ts +1 -0
- package/dist/components/Carousel/index.js +5 -0
- package/dist/components/Carousel/index.js.map +1 -0
- package/dist/components/ComboBox/ComboBox.js +10 -13
- package/dist/components/ComboBox/ComboBox.js.map +1 -1
- package/dist/components/CreditCardNumberField/CreditCardNumberField.js +5 -5
- package/dist/components/CreditCardSecurityCodeField/CreditCardSecurityCodeField.js +5 -5
- package/dist/components/Dialog/Dialog.js +4 -4
- package/dist/components/ErrorSummary/ErrorSummary.js +4 -4
- package/dist/components/FieldError/FieldError.d.ts +5 -1
- package/dist/components/FieldError/FieldError.js +8 -1
- package/dist/components/FieldError/FieldError.js.map +1 -1
- package/dist/components/FieldHeader/FieldHeader.js +1 -1
- package/dist/components/Grid/Grid.d.ts +6 -1
- package/dist/components/Grid/Grid.js +2 -0
- package/dist/components/Grid/Grid.js.map +1 -1
- package/dist/components/Heading/Heading.d.ts +1 -6
- package/dist/components/Heading/Heading.js +1 -6
- package/dist/components/Heading/Heading.js.map +1 -1
- package/dist/components/Icon/Icon.d.ts +1 -6
- package/dist/components/IconButton/IconButton.d.ts +3 -15
- package/dist/components/IconButton/IconButton.js +18 -128
- package/dist/components/IconButton/IconButton.js.map +1 -1
- package/dist/components/Image/Image.d.ts +0 -1
- package/dist/components/Image/Image.js +8 -13
- package/dist/components/Image/Image.js.map +1 -1
- package/dist/components/Link/Link.d.ts +1 -16
- package/dist/components/Link/Link.js +4 -11
- package/dist/components/Link/Link.js.map +1 -1
- package/dist/components/ListBoxItem/index.d.ts +1 -1
- package/dist/components/LoadingSpinner/LoadingSpinner.d.ts +2 -1
- package/dist/components/LoadingSpinner/LoadingSpinner.js +6 -4
- package/dist/components/LoadingSpinner/LoadingSpinner.js.map +1 -1
- package/dist/components/MonthYearField/MonthYearField.d.ts +107 -0
- package/dist/components/MonthYearField/MonthYearField.js +332 -0
- package/dist/components/MonthYearField/MonthYearField.js.map +1 -0
- package/dist/components/MonthYearField/index.d.ts +2 -0
- package/dist/components/MonthYearField/index.js +5 -0
- package/dist/components/MonthYearField/index.js.map +1 -0
- package/dist/components/Paragraph/Paragraph.d.ts +1 -6
- package/dist/components/Paragraph/Paragraph.js +1 -6
- package/dist/components/Paragraph/Paragraph.js.map +1 -1
- package/dist/components/PasswordField/PasswordField.js +3 -3
- package/dist/components/PhoneNumberField/PhoneNumberField.js +1 -1
- package/dist/components/Popover/Popover.js +2 -2
- package/dist/components/SearchField/SearchField.js +9 -7
- package/dist/components/SearchField/SearchField.js.map +1 -1
- package/dist/components/Section/Section.d.ts +42 -1
- package/dist/components/Section/Section.js +8 -13
- package/dist/components/Section/Section.js.map +1 -1
- package/dist/components/SelectCard/SelectCard.js +2 -2
- package/dist/components/SkeletonLoader/SkeletonLoader.d.ts +50 -0
- package/dist/components/SkeletonLoader/SkeletonLoader.js +150 -0
- package/dist/components/SkeletonLoader/SkeletonLoader.js.map +1 -0
- package/dist/components/SkeletonLoader/index.d.ts +1 -0
- package/dist/components/SkeletonLoader/index.js +5 -0
- package/dist/components/SkeletonLoader/index.js.map +1 -0
- package/dist/components/SubHeading/SubHeading.d.ts +1 -6
- package/dist/components/SubHeading/SubHeading.js +1 -6
- package/dist/components/SubHeading/SubHeading.js.map +1 -1
- package/dist/components/TextAreaField/TextAreaField.js +1 -1
- package/dist/components/_base/Field/Field.js +4 -4
- package/dist/components/index.d.ts +8 -0
- package/dist/components/index.js +8 -0
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/{react-number-format.es-BjKL6crg.js → react-number-format.es-Dbc1db6s.js} +6 -6
- package/dist/{react-number-format.es-BjKL6crg.js.map → react-number-format.es-Dbc1db6s.js.map} +1 -1
- package/package.json +4 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconButton.module-4obqG6tY.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._autoplayControl_kk1sb_1{align-items:center;background:none;border:none;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;pointer-events:auto;position:relative;z-index:10}._autoplayControl_kk1sb_1 ._iconButton_kk1sb_17{align-items:center;box-shadow:0 2px 8px #0003;display:flex;justify-content:center}._autoplayControl_kk1sb_1._sizeMd_kk1sb_25,._autoplayControl_kk1sb_1._sizeMd_kk1sb_25 ._iconButton_kk1sb_17{height:48px;width:48px}._autoplayControl_kk1sb_1._sizeSm_kk1sb_31,._autoplayControl_kk1sb_1._sizeSm_kk1sb_31 ._iconButton_kk1sb_17{height:36px;width:36px}._autoplayControl_kk1sb_1._neutralVibrant_kk1sb_38 ._iconButton_kk1sb_17{background-color:var(--alto-sem-color-fg-inverse-on-subtle);border-radius:var(--alto-sem-radius-circle,50%);color:var(--alto-sem-color-fg-inverse-on-vibrant)}._autoplayControl_kk1sb_1._whiteVibrant_kk1sb_44 ._iconButton_kk1sb_17{background-color:var(--alto-sem-color-fg-white-primary);border-radius:var(--alto-sem-radius-circle,50%);color:var(--alto-sem-color-fg-white-on-vibrant)}._autoplayControl_kk1sb_1._whiteVibrant_kk1sb_44 ._iconButton_kk1sb_17[data-focused]{outline-color:var(--alto-sem-color-border-white)}._autoplayControl_kk1sb_1._neutralSubtle_kk1sb_55 ._iconButton_kk1sb_17{background-color:var(--alto-sem-color-fg-inverse-primary);border-radius:var(--alto-sem-radius-circle,50%);color:var(--alto-sem-color-fg-inverse-on-subtle)}._autoplayControl_kk1sb_1._whiteSubtle_kk1sb_61 ._iconButton_kk1sb_17{background-color:#00000080;border-radius:var(--alto-sem-radius-circle,50%);color:var(--alto-sem-color-fg-white-on-subtle)}._autoplayControl_kk1sb_1._whiteSubtle_kk1sb_61 ._iconButton_kk1sb_17[data-focused]{outline-color:var(--alto-sem-color-border-white)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._aviosCurrency_1ehjl_1{align-items:center;display:inline-flex;gap:var(--alto-sem-space-5xs);position:relative;width:-moz-fit-content;width:fit-content}._aviosCurrency_1ehjl_1>span{text-box:trim-both cap alphabetic}._aviosCurrencyName_1ehjl_13{padding-left:var(--alto-sem-space-5xs)}._aviosCurrencyStrikethrough_1ehjl_17{border-radius:1px;height:3px;left:0;position:absolute;top:50%;width:100%}._aviosCurrency_1ehjl_1{color:var(--alto-sem-color-fg-spend-on-vibrant-default);font-family:var(--alto-sem-text-heading-font-family)}._aviosCurrency-primary_1ehjl_31{color:var(--alto-sem-color-fg-primary)}._aviosCurrencyStrikethrough-primary_1ehjl_35{background-color:var(--alto-sem-color-fg-primary)}._aviosCurrency-secondary_1ehjl_39{color:var(--alto-sem-color-fg-secondary)}._aviosCurrencyStrikethrough-secondary_1ehjl_43{background-color:var(--alto-sem-color-fg-secondary)}._aviosCurrency-white_1ehjl_47{color:var(--alto-sem-color-fg-white-primary)}._aviosCurrencyStrikethrough-white_1ehjl_51{background-color:var(--alto-sem-color-fg-white-primary)}._aviosCurrency-onSpend_1ehjl_55{color:var(--alto-sem-color-fg-spend-on-vibrant-default)}._aviosCurrencyStrikethrough-onSpend_1ehjl_59{background-color:var(--alto-sem-color-fg-spend-on-vibrant-default)}._aviosCurrency-onCollect_1ehjl_63{color:var(--alto-sem-color-fg-collect-on-vibrant-default)}._aviosCurrencyStrikethrough-onCollect_1ehjl_67{background-color:var(--alto-sem-color-fg-collect-on-vibrant-default)}._aviosCurrency-accentPrimary_1ehjl_71{color:var(--alto-sem-color-fg-accent-primary)}._aviosCurrencyStrikethrough-accentPrimary_1ehjl_75{background-color:var(--alto-sem-color-fg-accent-primary)}._aviosCurrency-accentSecondary_1ehjl_79{color:var(--alto-sem-color-fg-accent-secondary)}._aviosCurrencyStrikethrough-accentSecondary_1ehjl_83{background-color:var(--alto-sem-color-fg-accent-secondary)}._aviosCurrency-xl_1ehjl_87{font-size:var(--alto-sem-text-heading-xl-font-size);font-weight:var(--alto-sem-text-heading-xl-font-weight);letter-spacing:var(--alto-sem-text-heading-xl-letter-spacing);line-height:var(--alto-sem-text-heading-xl-font-size)}._aviosCurrency_1ehjl_1 svg{height:1cap;width:auto}._aviosCurrencyStrikethrough-xl_1ehjl_99{height:1.8px}._aviosCurrency-lg_1ehjl_103{font-size:var(--alto-sem-text-heading-lg-font-size);font-weight:var(--alto-sem-text-heading-lg-font-weight);letter-spacing:var(--alto-sem-text-heading-lg-letter-spacing);line-height:var(--alto-sem-text-heading-lg-font-size)}._aviosCurrencyStrikethrough-lg_1ehjl_110{height:1.7px}._aviosCurrency-md_1ehjl_114{font-size:var(--alto-sem-text-heading-md-font-size);font-weight:var(--alto-sem-text-heading-md-font-weight);letter-spacing:var(--alto-sem-text-heading-md-letter-spacing);line-height:var(--alto-sem-text-heading-md-font-size)}._aviosCurrencyStrikethrough-md_1ehjl_121{height:1.5px}._aviosCurrency-sm_1ehjl_125{font-size:var(--alto-sem-text-heading-sm-font-size);font-weight:var(--alto-sem-text-heading-sm-font-weight);letter-spacing:var(--alto-sem-text-heading-sm-letter-spacing);line-height:var(--alto-sem-text-heading-sm-font-size)}._aviosCurrencyStrikethrough-sm_1ehjl_132{height:1.2px}._aviosCurrency-xs_1ehjl_136{font-size:var(--alto-sem-text-heading-xs-font-size);font-weight:var(--alto-sem-text-heading-xs-font-weight);letter-spacing:var(--alto-sem-text-heading-xs-letter-spacing);line-height:var(--alto-sem-text-heading-xs-font-size)}._aviosCurrencyStrikethrough-xs_1ehjl_143{height:1px}._aviosCurrency-2xs_1ehjl_147{font-size:var(--alto-sem-text-heading-2xs-font-size);font-weight:var(--alto-sem-text-heading-2xs-font-weight);letter-spacing:var(--alto-sem-text-heading-2xs-letter-spacing);line-height:var(--alto-sem-text-heading-2xs-font-size)}._aviosCurrencyStrikethrough-2xs_1ehjl_154{height:.8px}._aviosCurrency-3xs_1ehjl_158{font-size:var(--alto-sem-text-body-md-font-size);font-weight:var(--alto-sem-text-heading-2xs-font-weight);letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-body-md-font-size)}._aviosCurrencyStrikethrough-3xs_1ehjl_165{height:.8px}._aviosCurrency-4xs_1ehjl_169{font-size:var(--alto-sem-text-body-sm-font-size);font-weight:var(--alto-sem-text-heading-2xs-font-weight);letter-spacing:var(--alto-sem-text-body-sm-letter-spacing);line-height:var(--alto-sem-text-body-sm-font-size)}._aviosCurrencyStrikethrough-4xs_1ehjl_176{height:.6px}._aviosCurrency-5xs_1ehjl_180{font-size:var(--alto-sem-text-body-xs-font-size);font-weight:var(--alto-sem-text-heading-2xs-font-weight);letter-spacing:var(--alto-sem-text-body-xs-letter-spacing);line-height:var(--alto-sem-text-body-xs-font-size)}._aviosCurrencyStrikethrough-5xs_1ehjl_187{height:.6px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._aviosCurrencyBadge_qlfce_1{align-items:center;border-radius:var(--alto-sem-radius-circle);color:var(--alto-sem-color-fg-collect-on-vibrant-default);display:inline-flex;gap:var(--alto-sem-space-4xs);padding:var(--alto-sem-space-3xs) var(--alto-sem-space-xs);width:-moz-fit-content;width:fit-content}._aviosCurrencyBadge_qlfce_1 span{text-box:trim-both cap alphabetic}._collect_qlfce_16{background:var(--alto-sem-color-bg-collect-vibrant-default)}._spend_qlfce_20{background:var(--alto-sem-color-bg-spend-vibrant-default)}._xs_qlfce_26{font-size:var(--alto-sem-text-label-2xs-font-size);letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-label-2xs-font-size);padding:var(--alto-sem-space-4xs) var(--alto-sem-space-2xs)}._xs-bold_qlfce_33{font-weight:var(--alto-sem-text-heading-2xs-font-weight)}._sm_qlfce_37{font-size:var(--alto-sem-text-label-2xs-font-size);letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-label-2xs-font-size);padding:var(--alto-sem-space-3xs) var(--alto-sem-space-xs)}._sm-bold_qlfce_44{font-weight:var(--alto-sem-text-heading-2xs-font-weight)}._aviosCurrencyBadge_qlfce_1._sm_qlfce_37 svg{height:11px;width:11px}._md_qlfce_53{font-size:var(--alto-sem-text-body-xs-font-size);letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-body-xs-line-height);padding:var(--alto-sem-space-3xs) var(--alto-sem-space-xs)}._md-bold_qlfce_60{font-weight:var(--alto-sem-text-heading-2xs-font-weight)}._aviosCurrencyBadge_qlfce_1._md_qlfce_53 svg{height:12px;width:12px}._lg_qlfce_69{font-size:var(--alto-sem-text-body-md-font-size);letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-body-md-line-height);padding:var(--alto-sem-space-2xs) var(--alto-sem-space-xs)}._lg-bold_qlfce_76{font-weight:var(--alto-sem-text-heading-2xs-font-weight)}._aviosCurrencyBadge_qlfce_1._lg_qlfce_69 svg{height:14px;width:14px}._xl_qlfce_85{font-size:var(--alto-sem-text-body-md-font-size);letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-body-md-line-height);padding:var(--alto-sem-space-2xs) var(--alto-sem-space-xs)}._xl-bold_qlfce_92{font-weight:var(--alto-sem-text-heading-xl-font-weight)}
|
package/dist/assets/Button.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._button_18yvx_1{background:var(--alto-sem-color-bg-accent-vibrant-default);border:none;border-radius:var(--alto-button-md-radius);box-sizing:border-box;color:var(--alto-sem-color-fg-accent-on-vibrant);cursor:pointer;font-family:var(--alto-sem-text-body-font-family);font-style:normal;font-weight:500;justify-content:center;padding:var(--alto-sem-space-xs) var(--alto-sem-space-md);text-decoration:none}._button_18yvx_1,._button_18yvx_1 ._content_18yvx_19{align-items:center;display:inline-flex;gap:var(--alto-sem-space-2xs)}._isNotLoading_18yvx_28 ._loadingSpinner_18yvx_28{opacity:0;position:absolute}._isNotLoading_18yvx_28 ._content_18yvx_19{opacity:1}._isLoading_18yvx_37 ._loadingSpinner_18yvx_28{opacity:1;position:absolute}._isLoading_18yvx_37 ._loadingSpinner_18yvx_28 svg{color:var(--alto-sem-color-fg-accent-on-vibrant)}._isLoading_18yvx_37 ._content_18yvx_19{opacity:0}._focusWhite_18yvx_53[data-focus-visible]{outline-color:var(--alto-sem-color-border-white)}._sm_18yvx_60{font-size:var(--alto-sem-text-label-sm-font-size);letter-spacing:var(--alto-sem-text-label-sm-letter-spacing);line-height:var(--alto-sem-text-label-sm-line-height);min-height:36px;padding:var(--alto-button-sm-padding-top) var(--alto-sem-space-md) var(--alto-button-sm-padding-bottom)}._md_18yvx_69{font-size:var(--alto-sem-text-label-md-font-size);letter-spacing:var(--alto-sem-text-label-md-letter-spacing);line-height:var(--alto-sem-text-label-md-line-height);min-height:48px;padding:var(--alto-button-md-padding-top) var(--alto-sem-space-lg) var(--alto-button-md-padding-bottom)}._lg_18yvx_78{font-size:var(--alto-sem-text-label-lg-font-size);height:55px;letter-spacing:var(--alto-sem-text-label-lg-letter-spacing);line-height:var(--alto-sem-text-label-lg-line-height);padding:var(--alto-button-lg-padding-top) var(--alto-sem-space-lg) var(--alto-button-lg-padding-bottom)}._fullWidth_18yvx_87{width:100%}._textAlignLeft_18yvx_94{text-align:left}._textAlignCenter_18yvx_98{text-align:center}._textAlignRight_18yvx_102{text-align:right}._accentPrimary_18yvx_110[data-focused],._accentPrimary_18yvx_110[data-hovered]{background:var(--alto-sem-color-bg-accent-vibrant-hover)}._accentPrimary_18yvx_110[data-pressed]{background:var(--alto-sem-color-bg-accent-vibrant-active)}._accentPrimary_18yvx_110[data-pressed][data-focused]{outline:none}._accentPrimary_18yvx_110:disabled,._accentPrimary_18yvx_110[aria-disabled]{background:var(--alto-sem-color-bg-disabled-vibrant);cursor:not-allowed;pointer-events:auto}._accentPrimary_18yvx_110._isLoading_18yvx_37 ._loadingSpinner_18yvx_28 svg{color:var(--alto-sem-color-fg-accent-on-vibrant)}._accentSecondary_18yvx_134{background-color:transparent;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-accent);color:var(--alto-sem-color-fg-accent-primary)}._accentSecondary_18yvx_134[data-focused],._accentSecondary_18yvx_134[data-hovered]{background:var(--alto-sem-color-bg-accent-subtle-hover)}._accentSecondary_18yvx_134[data-pressed]{background:var(--alto-sem-color-bg-accent-subtle-active)}._accentSecondary_18yvx_134[data-pressed][data-focused]{outline:none}._accentSecondary_18yvx_134:disabled,._accentSecondary_18yvx_134[aria-disabled]{background:none;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-disabled-vibrant);color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._accentSecondary_18yvx_134._isLoading_18yvx_37 ._loadingSpinner_18yvx_28 svg,._accentTertiary_18yvx_168{color:var(--alto-sem-color-fg-accent-primary)}._accentTertiary_18yvx_168{background:var(--alto-sem-color-bg-accent-subtle-default)}._accentTertiary_18yvx_168[data-focused],._accentTertiary_18yvx_168[data-hovered]{background:var(--alto-sem-color-bg-accent-subtle-hover)}._accentTertiary_18yvx_168[data-pressed]{background:var(--alto-sem-color-bg-accent-subtle-active)}._accentTertiary_18yvx_168[data-pressed][data-focused]{outline:none}._accentTertiary_18yvx_168:disabled,._accentTertiary_18yvx_168[aria-disabled]{background:var(--alto-sem-color-bg-disabled-subtle);color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._accentQuaternary_18yvx_198,._accentTertiary_18yvx_168._isLoading_18yvx_37 ._loadingSpinner_18yvx_28 svg{color:var(--alto-sem-color-fg-accent-primary)}._accentQuaternary_18yvx_198{background:none}._accentQuaternary_18yvx_198[data-focused],._accentQuaternary_18yvx_198[data-hovered]{background:var(--alto-sem-color-bg-accent-subtle-hover)}._accentQuaternary_18yvx_198[data-pressed]{background:var(--alto-sem-color-bg-accent-subtle-active)}._accentQuaternary_18yvx_198[data-pressed][data-focused]{outline:none}._accentQuaternary_18yvx_198:disabled,._accentQuaternary_18yvx_198[aria-disabled]{color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._accentQuaternary_18yvx_198._isLoading_18yvx_37 ._loadingSpinner_18yvx_28 svg{color:var(--alto-sem-color-fg-accent-primary)}._criticalPrimary_18yvx_228{background:var(--alto-sem-color-bg-critical-vibrant-default);color:var(--alto-sem-color-fg-critical-on-vibrant)}._criticalPrimary_18yvx_228[data-focused],._criticalPrimary_18yvx_228[data-hovered]{background:var(--alto-sem-color-bg-critical-vibrant-hover)}._criticalPrimary_18yvx_228[data-pressed]{background:var(--alto-sem-color-bg-critical-vibrant-active)}._criticalPrimary_18yvx_228[data-pressed][data-focused]{outline:none}._criticalPrimary_18yvx_228:disabled,._criticalPrimary_18yvx_228[aria-disabled]{background:var(--alto-sem-color-bg-disabled-vibrant);cursor:not-allowed;pointer-events:auto}._criticalSecondary_18yvx_253{background:transparent;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-critical);color:var(--alto-sem-color-fg-critical-primary)}._criticalSecondary_18yvx_253[data-focused],._criticalSecondary_18yvx_253[data-hovered]{background:var(--alto-sem-color-bg-critical-subtle-hover)}._criticalSecondary_18yvx_253[data-pressed]{background:var(--alto-sem-color-bg-critical-subtle-active)}._criticalSecondary_18yvx_253[data-pressed][data-focused]{outline:none}._criticalSecondary_18yvx_253:disabled,._criticalSecondary_18yvx_253[aria-disabled]{background:none;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-disabled-vibrant);color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._criticalSecondary_18yvx_253._isLoading_18yvx_37 ._loadingSpinner_18yvx_28 svg,._criticalTertiary_18yvx_287{color:var(--alto-sem-color-fg-critical-primary)}._criticalTertiary_18yvx_287{background:var(--alto-sem-color-bg-critical-subtle-default)}._criticalTertiary_18yvx_287[data-focused],._criticalTertiary_18yvx_287[data-hovered]{background:var(--alto-sem-color-bg-critical-subtle-hover)}._criticalTertiary_18yvx_287[data-pressed]{background:var(--alto-sem-color-bg-critical-subtle-active)}._criticalTertiary_18yvx_287[data-pressed][data-focused]{outline:none}._criticalTertiary_18yvx_287:disabled,._criticalTertiary_18yvx_287[aria-disabled]{background:var(--alto-sem-color-bg-disabled-subtle);color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._criticalQuaternary_18yvx_317,._criticalTertiary_18yvx_287._isLoading_18yvx_37 ._loadingSpinner_18yvx_28 svg{color:var(--alto-sem-color-fg-critical-primary)}._criticalQuaternary_18yvx_317{background:none}._criticalQuaternary_18yvx_317[data-focused],._criticalQuaternary_18yvx_317[data-hovered]{background:var(--alto-sem-color-bg-critical-subtle-hover)}._criticalQuaternary_18yvx_317[data-pressed]{background:var(--alto-sem-color-bg-critical-subtle-active)}._criticalQuaternary_18yvx_317[data-pressed][data-focused]{outline:none}._criticalQuaternary_18yvx_317:disabled,._criticalQuaternary_18yvx_317[aria-disabled]{background:none;color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._criticalQuaternary_18yvx_317._isLoading_18yvx_37 ._loadingSpinner_18yvx_28 svg{color:var(--alto-sem-color-fg-critical-primary)}._neutralPrimary_18yvx_348{background:var(--alto-sem-color-bg-inverse-vibrant-default);color:var(--alto-sem-color-fg-inverse-on-vibrant)}._neutralPrimary_18yvx_348[data-focused],._neutralPrimary_18yvx_348[data-hovered]{background:var(--alto-sem-color-bg-inverse-vibrant-hover)}._neutralPrimary_18yvx_348[data-pressed]{background:var(--alto-sem-color-bg-inverse-vibrant-active)}._neutralPrimary_18yvx_348[data-pressed][data-focused]{outline:none}._neutralPrimary_18yvx_348:disabled,._neutralPrimary_18yvx_348[aria-disabled]{background:var(--alto-sem-color-bg-disabled-vibrant);cursor:not-allowed;pointer-events:auto}._neutralSecondary_18yvx_373{background:transparent;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-inverse);color:var(--alto-sem-color-fg-inverse-on-subtle)}._neutralSecondary_18yvx_373[data-focused],._neutralSecondary_18yvx_373[data-hovered]{background:var(--alto-sem-color-bg-inverse-subtle-hover)}._neutralSecondary_18yvx_373[data-pressed]{background:var(--alto-sem-color-bg-inverse-subtle-active)}._neutralSecondary_18yvx_373[data-pressed][data-focused]{outline:none}._neutralSecondary_18yvx_373:disabled,._neutralSecondary_18yvx_373[aria-disabled]{background:none;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-disabled-vibrant);cursor:not-allowed;pointer-events:auto}._neutralSecondary_18yvx_373._isLoading_18yvx_37 ._loadingSpinner_18yvx_28 svg,._neutralTertiary_18yvx_406{color:var(--alto-sem-color-fg-primary)}._neutralTertiary_18yvx_406{background:var(--alto-sem-color-bg-inverse-subtle-default)}._neutralTertiary_18yvx_406[data-focused],._neutralTertiary_18yvx_406[data-hovered]{background:var(--alto-sem-color-bg-inverse-subtle-hover)}._neutralTertiary_18yvx_406[data-pressed]{background:var(--alto-sem-color-bg-inverse-subtle-active)}._neutralTertiary_18yvx_406[data-pressed][data-focused]{outline:none}._neutralTertiary_18yvx_406:disabled,._neutralTertiary_18yvx_406[aria-disabled]{background:var(--alto-sem-color-bg-disabled-subtle);color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._neutralQuaternary_18yvx_436,._neutralTertiary_18yvx_406._isLoading_18yvx_37 ._loadingSpinner_18yvx_28 svg{color:var(--alto-sem-color-fg-primary)}._neutralQuaternary_18yvx_436{background:none}._neutralQuaternary_18yvx_436[data-focused],._neutralQuaternary_18yvx_436[data-hovered]{background:var(--alto-sem-color-bg-inverse-subtle-hover)}._neutralQuaternary_18yvx_436[data-pressed]{background:var(--alto-sem-color-bg-inverse-subtle-active)}._neutralQuaternary_18yvx_436[data-pressed][data-focused]{outline:none}._neutralQuaternary_18yvx_436:disabled,._neutralQuaternary_18yvx_436[aria-disabled]{background:none;color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._neutralQuaternary_18yvx_436._isLoading_18yvx_37 ._loadingSpinner_18yvx_28 svg{color:var(--alto-sem-color-fg-primary)}._whitePrimary_18yvx_467{background:var(--alto-sem-color-bg-white-vibrant-default);color:var(--alto-sem-color-fg-white-on-vibrant)}._whitePrimary_18yvx_467[data-focused],._whitePrimary_18yvx_467[data-hovered]{background:var(--alto-sem-color-bg-white-vibrant-hover)}._whitePrimary_18yvx_467[data-pressed]{background:var(--alto-sem-color-bg-white-vibrant-active)}._whitePrimary_18yvx_467[data-pressed][data-focused]{outline:none}._whitePrimary_18yvx_467:disabled,._whitePrimary_18yvx_467[aria-disabled]{background:#ffffff52;color:var(--alto-sem-color-fg-disabled-on-vibrant);cursor:not-allowed;pointer-events:auto}._whitePrimary_18yvx_467._isLoading_18yvx_37 ._loadingSpinner_18yvx_28 svg{color:var(--alto-sem-color-fg-white-on-primary)}._whiteSecondary_18yvx_497{background:transparent;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-white);color:var(--alto-sem-color-fg-white-on-subtle)}._whiteSecondary_18yvx_497[data-focused],._whiteSecondary_18yvx_497[data-hovered]{background:var(--alto-sem-color-overlay-state-darken-hover)}._whiteSecondary_18yvx_497[data-pressed]{background:var(--alto-sem-color-overlay-state-darken-active)}._whiteSecondary_18yvx_497[data-pressed][data-focused]{outline:none}._whiteSecondary_18yvx_497[data-focused]{outline-color:var(--alto-sem-color-border-white)}._whiteSecondary_18yvx_497:disabled,._whiteSecondary_18yvx_497[aria-disabled]{background:none;border:var(--alto-sem-border-width-sm) solid hsla(0,0%,100%,.32);color:#ffffff52;cursor:not-allowed;pointer-events:auto}._whiteTertiary_18yvx_530{background:var(--alto-sem-color-bg-white-subtle-default);color:var(--alto-sem-color-fg-white-on-subtle)}._whiteTertiary_18yvx_530[data-focused],._whiteTertiary_18yvx_530[data-hovered]{background:var(--alto-sem-color-bg-white-subtle-hover)}._whiteTertiary_18yvx_530[data-pressed]{background:var(--alto-sem-color-bg-white-subtle-active)}._whiteTertiary_18yvx_530[data-pressed][data-focused]{outline:none}._whiteTertiary_18yvx_530[data-focused]{outline-color:var(--alto-sem-color-border-white)}._whiteTertiary_18yvx_530:disabled,._whiteTertiary_18yvx_530[aria-disabled]{background:#0000000d;color:#ffffff52;cursor:not-allowed;pointer-events:auto}._whiteQuaternary_18yvx_560{background:none;color:var(--alto-sem-color-fg-white-primary)}._whiteQuaternary_18yvx_560[data-focused],._whiteQuaternary_18yvx_560[data-hovered]{background:var(--alto-sem-color-bg-white-subtle-hover)}._whiteQuaternary_18yvx_560[data-pressed]{background:var(--alto-sem-color-bg-white-subtle-active)}._whiteQuaternary_18yvx_560[data-pressed][data-focused]{outline:none}._whiteQuaternary_18yvx_560[data-focused]{outline-color:var(--alto-sem-color-border-white)}._whiteQuaternary_18yvx_560:disabled,._whiteQuaternary_18yvx_560[aria-disabled]{background:none;color:#ffffff52;cursor:not-allowed;pointer-events:auto}._fa-spinner-third_18yvx_592{height:1rem;width:1rem}._icon-wrapper_18yvx_597{all:unset;align-items:center;display:flex;height:1em;justify-content:center;width:1em}
|
|
1
|
+
._button_1u9p3_1{background:var(--alto-sem-color-bg-accent-vibrant-default);border:none;border-radius:var(--alto-button-md-radius);box-sizing:border-box;color:var(--alto-sem-color-fg-accent-on-vibrant);cursor:pointer;font-family:var(--alto-sem-text-body-font-family);font-style:normal;font-weight:500;justify-content:center;padding:var(--alto-sem-space-xs) var(--alto-sem-space-md);text-decoration:none}._button_1u9p3_1,._button_1u9p3_1 ._content_1u9p3_19{align-items:center;display:inline-flex;gap:var(--alto-sem-space-2xs)}._isNotLoading_1u9p3_28 ._loadingSpinner_1u9p3_28{opacity:0;position:absolute}._isNotLoading_1u9p3_28 ._content_1u9p3_19{opacity:1}._isLoading_1u9p3_37 ._loadingSpinner_1u9p3_28{opacity:1;position:absolute}._isLoading_1u9p3_37 ._loadingSpinner_1u9p3_28 svg{color:var(--alto-sem-color-fg-accent-on-vibrant)}._isLoading_1u9p3_37 ._content_1u9p3_19{opacity:0}._focusWhite_1u9p3_53[data-focus-visible]{outline-color:var(--alto-sem-color-border-white)}._sm_1u9p3_60{font-size:var(--alto-sem-text-label-sm-font-size);letter-spacing:var(--alto-sem-text-label-sm-letter-spacing);line-height:var(--alto-sem-text-label-sm-line-height);min-height:36px;padding:var(--alto-button-sm-padding-top) var(--alto-sem-space-md) var(--alto-button-sm-padding-bottom)}._md_1u9p3_69{font-size:var(--alto-sem-text-label-md-font-size);letter-spacing:var(--alto-sem-text-label-md-letter-spacing);line-height:var(--alto-sem-text-label-md-line-height);min-height:48px;padding:var(--alto-button-md-padding-top) var(--alto-sem-space-lg) var(--alto-button-md-padding-bottom)}._lg_1u9p3_78{font-size:var(--alto-sem-text-label-lg-font-size);height:55px;letter-spacing:var(--alto-sem-text-label-lg-letter-spacing);line-height:var(--alto-sem-text-label-lg-line-height);padding:var(--alto-button-lg-padding-top) var(--alto-sem-space-lg) var(--alto-button-lg-padding-bottom)}._iconButton_1u9p3_87{padding:0}._iconButton__sm_1u9p3_91{width:36px}._iconButton__md_1u9p3_95{width:48px}._iconButton__lg_1u9p3_99{width:55px}._fullWidth_1u9p3_103{width:100%}._textAlignLeft_1u9p3_110{text-align:left}._textAlignCenter_1u9p3_114{text-align:center}._textAlignRight_1u9p3_118{text-align:right}._accentPrimary_1u9p3_126[data-focused],._accentPrimary_1u9p3_126[data-hovered]{background:var(--alto-sem-color-bg-accent-vibrant-hover)}._accentPrimary_1u9p3_126[data-pressed]{background:var(--alto-sem-color-bg-accent-vibrant-active)}._accentPrimary_1u9p3_126[data-pressed][data-focused]{outline:none}._accentPrimary_1u9p3_126:disabled,._accentPrimary_1u9p3_126[aria-disabled]{background:var(--alto-sem-color-bg-disabled-vibrant);cursor:not-allowed;pointer-events:auto}._accentPrimary_1u9p3_126._isLoading_1u9p3_37 ._loadingSpinner_1u9p3_28 svg{color:var(--alto-sem-color-fg-accent-on-vibrant)}._accentSecondary_1u9p3_150{background-color:transparent;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-accent);color:var(--alto-sem-color-fg-accent-primary)}._accentSecondary_1u9p3_150[data-focused],._accentSecondary_1u9p3_150[data-hovered]{background:var(--alto-sem-color-bg-accent-subtle-hover)}._accentSecondary_1u9p3_150[data-pressed]{background:var(--alto-sem-color-bg-accent-subtle-active)}._accentSecondary_1u9p3_150[data-pressed][data-focused]{outline:none}._accentSecondary_1u9p3_150:disabled,._accentSecondary_1u9p3_150[aria-disabled]{background:none;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-disabled-vibrant);color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._accentSecondary_1u9p3_150._isLoading_1u9p3_37 ._loadingSpinner_1u9p3_28 svg,._accentTertiary_1u9p3_184{color:var(--alto-sem-color-fg-accent-primary)}._accentTertiary_1u9p3_184{background:var(--alto-sem-color-bg-accent-subtle-default)}._accentTertiary_1u9p3_184[data-focused],._accentTertiary_1u9p3_184[data-hovered]{background:var(--alto-sem-color-bg-accent-subtle-hover)}._accentTertiary_1u9p3_184[data-pressed]{background:var(--alto-sem-color-bg-accent-subtle-active)}._accentTertiary_1u9p3_184[data-pressed][data-focused]{outline:none}._accentTertiary_1u9p3_184:disabled,._accentTertiary_1u9p3_184[aria-disabled]{background:var(--alto-sem-color-bg-disabled-subtle);color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._accentQuaternary_1u9p3_214,._accentTertiary_1u9p3_184._isLoading_1u9p3_37 ._loadingSpinner_1u9p3_28 svg{color:var(--alto-sem-color-fg-accent-primary)}._accentQuaternary_1u9p3_214{background:none}._accentQuaternary_1u9p3_214[data-focused],._accentQuaternary_1u9p3_214[data-hovered]{background:var(--alto-sem-color-bg-accent-subtle-hover)}._accentQuaternary_1u9p3_214[data-pressed]{background:var(--alto-sem-color-bg-accent-subtle-active)}._accentQuaternary_1u9p3_214[data-pressed][data-focused]{outline:none}._accentQuaternary_1u9p3_214:disabled,._accentQuaternary_1u9p3_214[aria-disabled]{color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._accentQuaternary_1u9p3_214._isLoading_1u9p3_37 ._loadingSpinner_1u9p3_28 svg{color:var(--alto-sem-color-fg-accent-primary)}._criticalPrimary_1u9p3_244{background:var(--alto-sem-color-bg-critical-vibrant-default);color:var(--alto-sem-color-fg-critical-on-vibrant)}._criticalPrimary_1u9p3_244[data-focused],._criticalPrimary_1u9p3_244[data-hovered]{background:var(--alto-sem-color-bg-critical-vibrant-hover)}._criticalPrimary_1u9p3_244[data-pressed]{background:var(--alto-sem-color-bg-critical-vibrant-active)}._criticalPrimary_1u9p3_244[data-pressed][data-focused]{outline:none}._criticalPrimary_1u9p3_244:disabled,._criticalPrimary_1u9p3_244[aria-disabled]{background:var(--alto-sem-color-bg-disabled-vibrant);cursor:not-allowed;pointer-events:auto}._criticalSecondary_1u9p3_269{background:transparent;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-critical);color:var(--alto-sem-color-fg-critical-primary)}._criticalSecondary_1u9p3_269[data-focused],._criticalSecondary_1u9p3_269[data-hovered]{background:var(--alto-sem-color-bg-critical-subtle-hover)}._criticalSecondary_1u9p3_269[data-pressed]{background:var(--alto-sem-color-bg-critical-subtle-active)}._criticalSecondary_1u9p3_269[data-pressed][data-focused]{outline:none}._criticalSecondary_1u9p3_269:disabled,._criticalSecondary_1u9p3_269[aria-disabled]{background:none;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-disabled-vibrant);color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._criticalSecondary_1u9p3_269._isLoading_1u9p3_37 ._loadingSpinner_1u9p3_28 svg,._criticalTertiary_1u9p3_303{color:var(--alto-sem-color-fg-critical-primary)}._criticalTertiary_1u9p3_303{background:var(--alto-sem-color-bg-critical-subtle-default)}._criticalTertiary_1u9p3_303[data-focused],._criticalTertiary_1u9p3_303[data-hovered]{background:var(--alto-sem-color-bg-critical-subtle-hover)}._criticalTertiary_1u9p3_303[data-pressed]{background:var(--alto-sem-color-bg-critical-subtle-active)}._criticalTertiary_1u9p3_303[data-pressed][data-focused]{outline:none}._criticalTertiary_1u9p3_303:disabled,._criticalTertiary_1u9p3_303[aria-disabled]{background:var(--alto-sem-color-bg-disabled-subtle);color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._criticalQuaternary_1u9p3_333,._criticalTertiary_1u9p3_303._isLoading_1u9p3_37 ._loadingSpinner_1u9p3_28 svg{color:var(--alto-sem-color-fg-critical-primary)}._criticalQuaternary_1u9p3_333{background:none}._criticalQuaternary_1u9p3_333[data-focused],._criticalQuaternary_1u9p3_333[data-hovered]{background:var(--alto-sem-color-bg-critical-subtle-hover)}._criticalQuaternary_1u9p3_333[data-pressed]{background:var(--alto-sem-color-bg-critical-subtle-active)}._criticalQuaternary_1u9p3_333[data-pressed][data-focused]{outline:none}._criticalQuaternary_1u9p3_333:disabled,._criticalQuaternary_1u9p3_333[aria-disabled]{background:none;color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._criticalQuaternary_1u9p3_333._isLoading_1u9p3_37 ._loadingSpinner_1u9p3_28 svg{color:var(--alto-sem-color-fg-critical-primary)}._neutralPrimary_1u9p3_364{background:var(--alto-sem-color-bg-inverse-vibrant-default);color:var(--alto-sem-color-fg-inverse-on-vibrant)}._neutralPrimary_1u9p3_364[data-focused],._neutralPrimary_1u9p3_364[data-hovered]{background:var(--alto-sem-color-bg-inverse-vibrant-hover)}._neutralPrimary_1u9p3_364[data-pressed]{background:var(--alto-sem-color-bg-inverse-vibrant-active)}._neutralPrimary_1u9p3_364[data-pressed][data-focused]{outline:none}._neutralPrimary_1u9p3_364:disabled,._neutralPrimary_1u9p3_364[aria-disabled]{background:var(--alto-sem-color-bg-disabled-vibrant);cursor:not-allowed;pointer-events:auto}._neutralSecondary_1u9p3_389{background:transparent;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-inverse);color:var(--alto-sem-color-fg-inverse-on-subtle)}._neutralSecondary_1u9p3_389[data-focused],._neutralSecondary_1u9p3_389[data-hovered]{background:var(--alto-sem-color-bg-inverse-subtle-hover)}._neutralSecondary_1u9p3_389[data-pressed]{background:var(--alto-sem-color-bg-inverse-subtle-active)}._neutralSecondary_1u9p3_389[data-pressed][data-focused]{outline:none}._neutralSecondary_1u9p3_389:disabled,._neutralSecondary_1u9p3_389[aria-disabled]{background:none;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-disabled-vibrant);cursor:not-allowed;pointer-events:auto}._neutralSecondary_1u9p3_389._isLoading_1u9p3_37 ._loadingSpinner_1u9p3_28 svg,._neutralTertiary_1u9p3_422{color:var(--alto-sem-color-fg-primary)}._neutralTertiary_1u9p3_422{background:var(--alto-sem-color-bg-inverse-subtle-default)}._neutralTertiary_1u9p3_422[data-focused],._neutralTertiary_1u9p3_422[data-hovered]{background:var(--alto-sem-color-bg-inverse-subtle-hover)}._neutralTertiary_1u9p3_422[data-pressed]{background:var(--alto-sem-color-bg-inverse-subtle-active)}._neutralTertiary_1u9p3_422[data-pressed][data-focused]{outline:none}._neutralTertiary_1u9p3_422:disabled,._neutralTertiary_1u9p3_422[aria-disabled]{background:var(--alto-sem-color-bg-disabled-subtle);color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._neutralQuaternary_1u9p3_452,._neutralTertiary_1u9p3_422._isLoading_1u9p3_37 ._loadingSpinner_1u9p3_28 svg{color:var(--alto-sem-color-fg-primary)}._neutralQuaternary_1u9p3_452{background:none}._neutralQuaternary_1u9p3_452[data-focused],._neutralQuaternary_1u9p3_452[data-hovered]{background:var(--alto-sem-color-bg-inverse-subtle-hover)}._neutralQuaternary_1u9p3_452[data-pressed]{background:var(--alto-sem-color-bg-inverse-subtle-active)}._neutralQuaternary_1u9p3_452[data-pressed][data-focused]{outline:none}._neutralQuaternary_1u9p3_452:disabled,._neutralQuaternary_1u9p3_452[aria-disabled]{background:none;color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;pointer-events:auto}._neutralQuaternary_1u9p3_452._isLoading_1u9p3_37 ._loadingSpinner_1u9p3_28 svg{color:var(--alto-sem-color-fg-primary)}._whitePrimary_1u9p3_483{background:var(--alto-sem-color-bg-white-vibrant-default);color:var(--alto-sem-color-fg-white-on-vibrant)}._whitePrimary_1u9p3_483[data-focused],._whitePrimary_1u9p3_483[data-hovered]{background:var(--alto-sem-color-bg-white-vibrant-hover)}._whitePrimary_1u9p3_483[data-pressed]{background:var(--alto-sem-color-bg-white-vibrant-active)}._whitePrimary_1u9p3_483[data-pressed][data-focused]{outline:none}._whitePrimary_1u9p3_483:disabled,._whitePrimary_1u9p3_483[aria-disabled]{background:#ffffff52;color:var(--alto-sem-color-fg-disabled-on-vibrant);cursor:not-allowed;pointer-events:auto}._whitePrimary_1u9p3_483._isLoading_1u9p3_37 ._loadingSpinner_1u9p3_28 svg{color:var(--alto-sem-color-fg-white-on-primary)}._whiteSecondary_1u9p3_513{background:transparent;border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-white);color:var(--alto-sem-color-fg-white-on-subtle)}._whiteSecondary_1u9p3_513[data-focused],._whiteSecondary_1u9p3_513[data-hovered]{background:var(--alto-sem-color-overlay-state-darken-hover)}._whiteSecondary_1u9p3_513[data-pressed]{background:var(--alto-sem-color-overlay-state-darken-active)}._whiteSecondary_1u9p3_513[data-pressed][data-focused]{outline:none}._whiteSecondary_1u9p3_513[data-focused]{outline-color:var(--alto-sem-color-border-white)}._whiteSecondary_1u9p3_513:disabled,._whiteSecondary_1u9p3_513[aria-disabled]{background:none;border:var(--alto-sem-border-width-sm) solid hsla(0,0%,100%,.32);color:#ffffff52;cursor:not-allowed;pointer-events:auto}._whiteTertiary_1u9p3_546{background:var(--alto-sem-color-bg-white-subtle-default);color:var(--alto-sem-color-fg-white-on-subtle)}._whiteTertiary_1u9p3_546[data-focused],._whiteTertiary_1u9p3_546[data-hovered]{background:var(--alto-sem-color-bg-white-subtle-hover)}._whiteTertiary_1u9p3_546[data-pressed]{background:var(--alto-sem-color-bg-white-subtle-active)}._whiteTertiary_1u9p3_546[data-pressed][data-focused]{outline:none}._whiteTertiary_1u9p3_546[data-focused]{outline-color:var(--alto-sem-color-border-white)}._whiteTertiary_1u9p3_546:disabled,._whiteTertiary_1u9p3_546[aria-disabled]{background:#0000000d;color:#ffffff52;cursor:not-allowed;pointer-events:auto}._whiteQuaternary_1u9p3_576{background:none;color:var(--alto-sem-color-fg-white-primary)}._whiteQuaternary_1u9p3_576[data-focused],._whiteQuaternary_1u9p3_576[data-hovered]{background:var(--alto-sem-color-bg-white-subtle-hover)}._whiteQuaternary_1u9p3_576[data-pressed]{background:var(--alto-sem-color-bg-white-subtle-active)}._whiteQuaternary_1u9p3_576[data-pressed][data-focused]{outline:none}._whiteQuaternary_1u9p3_576[data-focused]{outline-color:var(--alto-sem-color-border-white)}._whiteQuaternary_1u9p3_576:disabled,._whiteQuaternary_1u9p3_576[aria-disabled]{background:none;color:#ffffff52;cursor:not-allowed;pointer-events:auto}._fa-spinner-third_1u9p3_608{height:1rem;width:1rem}._icon-wrapper_1u9p3_613{all:unset;align-items:center;display:flex;height:1em;justify-content:center;width:1em}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._carouselWrapper_53fml_2{box-sizing:border-box;margin:0;max-width:100%;padding:0;position:relative;width:100%}._carouselWrapper_53fml_2,._carouselWrapper_53fml_2._showPartialItems_53fml_14,._carouselWrapper_53fml_2._showPartialItems_53fml_14 ._carousel_53fml_2{overflow-x:visible;overflow-y:hidden}._carouselWrapper_53fml_2._hasScrollPadding_53fml_25,._carouselWrapper_53fml_2._hasScrollPadding_53fml_25 ._carousel_53fml_2{overflow-x:visible!important;overflow-y:hidden!important}._carousel_53fml_2{overflow-x:visible;position:relative;width:100%}._carousel_53fml_2,._scroller_53fml_43{box-sizing:border-box;overflow-y:hidden}._scroller_53fml_43{display:grid;grid-auto-columns:100%;grid-auto-flow:column;overflow-x:auto;-ms-overflow-style:none;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;height:auto;padding:0 1px;transition:all .3s ease}._scroller_53fml_43:focus{outline-offset:-2px;outline-width:2px}._scroller_53fml_43::-webkit-scrollbar{display:none}._carouselWrapper_53fml_2 [data-dragging=true] ._scroller_53fml_43{cursor:grabbing;scroll-behavior:auto;touch-action:pan-x}._carouselWrapper_53fml_2 ._scroller_53fml_43:hover{cursor:grab;touch-action:pan-x}._item_53fml_85{box-sizing:border-box;height:auto;max-width:100%;min-height:100%;overflow-y:hidden;scroll-snap-align:start;scroll-snap-stop:always}._carouselWrapper_53fml_2 ._carousel_53fml_2 ._scroller_53fml_43 ._item_53fml_85>*{display:block;height:auto;width:100%}[data-scroll-padding=true],[data-scroll-padding=true] ._carousel_53fml_2,[data-scroll-padding=true] ._scroller_53fml_43{overflow-x:visible!important;overflow-y:hidden!important}[data-scroll-padding=true] ._item_53fml_85{scroll-snap-align:start}._slideLeft_53fml_123{animation:_slideLeftAnimation_53fml_1 1s cubic-bezier(.25,0,.85,.1)}._slideRight_53fml_127{animation:_slideRightAnimation_53fml_1 1s cubic-bezier(.25,0,.85,.1)}@keyframes _slideLeftAnimation_53fml_1{0%{transform:translate(0)}to{transform:translate(0)}}@keyframes _slideRightAnimation_53fml_1{0%{transform:translate(0)}to{transform:translate(0)}}._controls_53fml_150{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}._carouselWrapper_53fml_2 ._controls_53fml_150 ._defaultPrevButton_53fml_161{left:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:5}._carouselWrapper_53fml_2 ._controls_53fml_150 ._defaultNextButton_53fml_169{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:5}._carouselWrapper_53fml_2 ._defaultDotsContainer_53fml_178{bottom:12px;display:flex;justify-content:center;left:0;position:absolute;right:0;z-index:5}._defaultCarouselWrapper_53fml_189{margin:0 auto;max-width:800px;width:360px}._carouselWrapper_53fml_2 ._autoplayControlWrapper_53fml_196 ._defaultAutoplayControl_53fml_196{pointer-events:auto;position:absolute;right:16px;top:16px;z-index:10}._showOnHover_53fml_205 ._arrowContainer_53fml_205{opacity:0;transition:opacity .3s ease}._carouselWrapper_53fml_2 [data-arrows-visible=true] ._showOnHover_53fml_205 ._arrowContainer_53fml_205{opacity:1}._hidden_53fml_215{opacity:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden}._dotsContainerWrapper_53fml_224{pointer-events:auto;z-index:2}._dotsContainer_53fml_224{position:relative}@media (max-width:768px){._carouselWrapper_53fml_2 ._dotsContainerWrapper_53fml_224{cursor:pointer}._carouselWrapper_53fml_2 ._dotsContainerWrapper_53fml_224:active{opacity:.8}}._hiddenTabs_53fml_246{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}._tapEnabled_53fml_259{cursor:pointer;touch-action:manipulation}._autoplayControlWrapper_53fml_196{align-items:center;display:flex;justify-content:center;pointer-events:auto;position:absolute;right:16px;top:16px;z-index:10}._carouselDefault_53fml_288{height:100%;overflow-x:hidden;width:361px}._carouselDefault_53fml_288 ._prevButton_53fml_293{left:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:5}._carouselDefault_53fml_288 ._nextButton_53fml_300{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:5}._carouselDefault_53fml_288 ._dotsContainer_53fml_224{bottom:12px;display:flex;justify-content:center;left:0;position:absolute;right:0;z-index:5}._carouselWithAutoPlay_53fml_318{position:relative;width:100%}._carouselWithAutoPlay_53fml_318 ._prevButton_53fml_293{left:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:5}._carouselWithAutoPlay_53fml_318 ._nextButton_53fml_300{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:5}._carouselWithAutoPlay_53fml_318 ._dotsContainer_53fml_224{bottom:12px;display:flex;justify-content:center;left:0;position:absolute;right:0;z-index:5}._carouselWithAutoPlay_53fml_318 ._autoplayControl_53fml_196{pointer-events:auto!important;position:absolute!important;right:16px!important;top:16px!important;z-index:20!important}._carouselWithScrollPeek_53fml_354{position:relative}._carouselWithScrollPeek_53fml_354,._carouselWithScrollPeek_53fml_354 ._carousel_53fml_2{overflow-x:visible!important;overflow-y:hidden!important}._carouselWithScrollPeek_53fml_354 ._prevButton_53fml_293{left:16px;position:absolute;top:50%;transform:translateY(-50%);z-index:10}._carouselWithScrollPeek_53fml_354 ._nextButton_53fml_300{position:absolute;right:16px;top:50%;transform:translateY(-50%);z-index:10}._carouselWithScrollPeek_53fml_354 ._dotsContainer_53fml_224{bottom:20px;display:flex;justify-content:center;left:0;position:absolute;right:0;z-index:5}._carouselWithFractionalItems_53fml_388{position:relative}._carouselWithFractionalItems_53fml_388,._carouselWithFractionalItems_53fml_388 ._carousel_53fml_2{overflow-x:visible!important;overflow-y:hidden!important}._carouselWithFractionalItems_53fml_388 ._prevButton_53fml_293{left:16px;position:absolute;top:50%;transform:translateY(-50%);z-index:10}._carouselWithFractionalItems_53fml_388 ._nextButton_53fml_300{position:absolute;right:16px;top:50%;transform:translateY(-50%);z-index:10}._carouselWithFractionalItems_53fml_388 ._dotsContainer_53fml_224{bottom:20px;display:flex;justify-content:center;left:0;position:absolute;right:0;z-index:5}._paginationDotsDefault_53fml_422{position:relative;width:100%}._paginationDotsDefault_53fml_422 ._prevButton_53fml_293{left:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:5}._paginationDotsDefault_53fml_422 ._nextButton_53fml_300{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:5}._paginationDotsDefault_53fml_422 ._dotsContainer_53fml_224{bottom:12px;display:flex;justify-content:center;left:0;position:absolute;right:0;z-index:5}._hoverArrowsDefault_53fml_451{height:100%;overflow-x:hidden;width:361px}._hoverArrowsDefault_53fml_451 ._prevButton_53fml_293{left:10px;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s ease;z-index:5}._hoverArrowsDefault_53fml_451 ._nextButton_53fml_300{opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:opacity .3s ease;z-index:5}._hoverArrowsDefault_53fml_451:focus-within ._nextButton_53fml_300,._hoverArrowsDefault_53fml_451:focus-within ._prevButton_53fml_293,._hoverArrowsDefault_53fml_451:hover ._nextButton_53fml_300,._hoverArrowsDefault_53fml_451:hover ._prevButton_53fml_293{opacity:1}._hoverArrowsDefault_53fml_451 ._dotsContainer_53fml_224{bottom:12px;display:flex;justify-content:center;left:0;position:absolute;right:0;z-index:5}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._arrowContainer_f9nx_1{background:none;border:none;box-shadow:none!important;outline:none!important;padding:0;pointer-events:auto;position:relative;z-index:2}._arrowContainer_f9nx_1:focus,._arrowContainer_f9nx_1:focus-visible{box-shadow:none!important;outline:none!important}._iconButton_f9nx_20{align-items:center;display:flex;justify-content:center}._arrowContainer_f9nx_1._hideDisabledArrow_f9nx_26[aria-disabled=true]{display:none}._arrowContainer_f9nx_1._neutral_f9nx_32 ._iconButton_f9nx_20[data-focused=true],._arrowContainer_f9nx_1._neutral_f9nx_32 ._iconButton_f9nx_20[data-parent-hovered=true]{background-color:var(--alto-sem-color-overlay-state-darken-invert-hover)}._arrowContainer_f9nx_1:not([aria-disabled]) ._neutral_f9nx_32 ._iconButton_f9nx_20[data-parent-pressed=true]{background-color:var(--alto-sem-color-overlay-state-darken-invert-active)}._arrowContainer_f9nx_1._white_f9nx_44 ._iconButton_f9nx_20{background-color:transparent;border:none;border-radius:0}._arrowContainer_f9nx_1._white_f9nx_44:not([aria-disabled]) ._iconButton_f9nx_20[data-focused=true],._arrowContainer_f9nx_1._white_f9nx_44:not([aria-disabled]) ._iconButton_f9nx_20[data-parent-hovered=true]{background-color:var(--alto-sem-color-overlay-state-lighten-hover)}._arrowContainer_f9nx_1._white_f9nx_44:not([aria-disabled]) ._iconButton_f9nx_20[data-parent-pressed=true]{background-color:var(--alto-sem-color-overlay-state-lighten-active)}._arrowContainer_f9nx_1._shapeFlat_f9nx_62:not([aria-disabled]) ._iconButton_f9nx_20{background-color:var(--alto-sem-color-bg-white-vibrant-default)}._arrowContainer_f9nx_1._shapeFlat_f9nx_62:not([aria-disabled]) ._iconButton_f9nx_20[data-parent-pressed=true]{background-color:var(--alto-sem-color-bg-white-vibrant-active)}._arrowContainer_f9nx_1._shapeElevated_f9nx_72:not([aria-disabled]) ._iconButton_f9nx_20{background-color:var(--alto-sem-color-bg-white-vibrant-default);box-shadow:0 11.4px 9.12px #2f2a850d,0 2.59px 4.4px #2f2a850d,0 6.99px 18.18px #2f2a8514}._arrowContainer_f9nx_1._shapeElevated_f9nx_72:not([aria-disabled]) ._iconButton_f9nx_20[data-focused=true],._arrowContainer_f9nx_1._shapeElevated_f9nx_72:not([aria-disabled]) ._iconButton_f9nx_20[data-parent-hovered=true]{background-color:var(--alto-sem-color-bg-white-vibrant-hover)}._arrowContainer_f9nx_1._shapeElevated_f9nx_72:not([aria-disabled]) ._iconButton_f9nx_20[data-parent-pressed=true]{background-color:var(--alto-sem-color-bg-white-vibrant-active)}._arrowContainer_f9nx_1._gradient_f9nx_93:not([aria-disabled]) ._iconButton_f9nx_20{background:linear-gradient(90deg,#fefefe 50%,#fff0);border:none;border-radius:0;height:100%}._arrowContainer_f9nx_1._gradient_f9nx_93._next_f9nx_100:not([aria-disabled]) ._iconButton_f9nx_20{background:linear-gradient(90deg,#fff0,#fefefe 50%)}._arrowContainer_f9nx_1._gradient_f9nx_93:not([aria-disabled]) ._iconButton_f9nx_20[data-focused=true],._arrowContainer_f9nx_1._gradient_f9nx_93:not([aria-disabled]) ._iconButton_f9nx_20[data-parent-hovered=true]{background:linear-gradient(90deg,#fefefe 50%,#fff0);color:var(--alto-sem-color-fg-accent-primary)}._arrowContainer_f9nx_1._gradient_f9nx_93._next_f9nx_100:not([aria-disabled]) ._iconButton_f9nx_20[data-focused=true],._arrowContainer_f9nx_1._gradient_f9nx_93._next_f9nx_100:not([aria-disabled]) ._iconButton_f9nx_20[data-parent-hovered=true]{background:linear-gradient(90deg,#fff0,#fefefe 50%);color:var(--alto-sem-color-fg-accent-primary)}._arrowContainer_f9nx_1._gradient_f9nx_93:not([aria-disabled]) ._iconButton_f9nx_20[data-parent-pressed=true]{background-color:var(--alto-sem-color-overlay-state-lighten-active)}._arrowContainer_f9nx_1._gradient_f9nx_93:not([aria-disabled]) ._iconButton_f9nx_20[data-focused],._arrowContainer_f9nx_1._white_f9nx_44:not([aria-disabled]) ._iconButton_f9nx_20{outline-offset:var(--alto-sem-border-width-none)}._arrowContainer_f9nx_1[aria-disabled] ._iconButton_f9nx_20{background-color:var(--alto-sem-color-fg-disabled-primary);cursor:not-allowed;opacity:var(--alto-sem-opacity-30)}._arrowContainer_f9nx_1._fullHeight_f9nx_137{align-items:center;bottom:0;cursor:pointer;display:flex;height:100%;top:0;transform:none}._arrowContainer_f9nx_1._fullHeight_f9nx_137._prev_f9nx_148{justify-content:flex-start;left:0}._arrowContainer_f9nx_1._fullHeight_f9nx_137._next_f9nx_100{justify-content:flex-end;right:0}._arrowContainer_f9nx_1._fullHeight_f9nx_137 ._iconButton_f9nx_20{border:none!important;box-shadow:none!important;outline:none!important;position:relative;z-index:2}._arrowContainer_f9nx_1._fullHeight_f9nx_137 ._iconButton_f9nx_20:focus,._arrowContainer_f9nx_1._fullHeight_f9nx_137 ._iconButton_f9nx_20:focus-visible,._arrowContainer_f9nx_1._fullHeight_f9nx_137 ._iconButton_f9nx_20[data-focus-visible=true],._arrowContainer_f9nx_1._fullHeight_f9nx_137 ._iconButton_f9nx_20[data-focused=true]{border:none!important;box-shadow:none!important;outline:none!important}._arrowContainer_f9nx_1:not(._fullHeight_f9nx_137){box-shadow:none!important;outline:none!important}._arrowContainer_f9nx_1:not(._fullHeight_f9nx_137):focus,._arrowContainer_f9nx_1:not(._fullHeight_f9nx_137):focus-visible{box-shadow:none!important;outline:none!important}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._tabsContainer_1aqyc_1{margin:0 auto;min-height:30px;width:auto}._tabsContainer_1aqyc_1,._tabs_1aqyc_1{align-items:center;display:flex;justify-content:center;position:relative}._tabs_1aqyc_1{background-color:var(--alto-sem-color-bg-white-vibrant-default);border-radius:var(--alto-sem-radius-circle);padding:var(--alto-sem-space-2xs) var(--alto-sem-space-xs)}._tabs_1aqyc_1._transparent_1aqyc_21{background-color:transparent}._dotsScroller_1aqyc_25{align-items:center;display:flex;flex-wrap:wrap;gap:var(--alto-sem-space-2xs);justify-content:center;position:relative;white-space:nowrap}._tab_1aqyc_1{background-color:#0000004d;border:none;border-radius:var(--alto-sem-radius-circle);cursor:pointer;display:block;flex-shrink:0;margin:0;padding:0}._tab_1aqyc_1:hover,._tab_1aqyc_1[data-hovered=true]{transform:scale(1.1)}._tab_1aqyc_1._activeTab_1aqyc_52{background-color:var(--alto-sem-color-fg-primary)}._tabs_1aqyc_1[data-focused=true] ._tab_1aqyc_1._activeTab_1aqyc_52{background-color:var(--alto-sem-color-border-accent)}._tabMd_1aqyc_61{height:8px;width:8px}._tabLg_1aqyc_66{height:12px;width:12px}._tabsContainer_1aqyc_1[data-transitioning=true] ._tab_1aqyc_1{pointer-events:none;transition:none!important}._tabsContainer_1aqyc_1[data-transitioning=true] ._dotsScroller_1aqyc_25{transition:none!important}
|
package/dist/assets/ComboBox.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._comboBox_x47tm_1{color:var(--alto-sem-color-fg-primary);display:flex;flex-direction:column;font-style:normal;font-weight:var(--alto-sem-text-body-regular-font-weight);width:100%}._comboBox_x47tm_1[data-focused]{outline:none}._comboBox-group_x47tm_14[data-focus-within][data-focus-visible]{outline-color:var(--alto-sem-color-border-accent);outline-offset:var(--alto-sem-border-width-md);outline-style:solid;outline-width:var(--alto-sem-border-width-md)}._comboBox-group_x47tm_14[data-hovered]{border:1px solid var(--alto-sem-color-border-primary-hover)}._comboBox-group_x47tm_14[data-pressed]{border:1px solid var(--alto-sem-color-border-primary-active)}._comboBox-group_x47tm_14[data-invalid]{border:2px solid var(--alto-sem-color-border-critical)}._comboBox-group_x47tm_14[data-disabled]{background:var(--alto-sem-color-bg-disabled-subtle);border:1px solid var(--alto-sem-color-border-disabled-subtle);color:var(--alto-sem-color-fg-disabled-on-subtle)}._comboBox-group_x47tm_14{align-items:center;align-self:stretch;background:var(--alto-sem-color-bg-layer2-default);border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-primary-default);border-radius:var(--alto-sem-radius-sm);box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;overflow:hidden;position:relative}._comboBox-group_x47tm_14[data-disabled] button{background:transparent;color:var(--alto-sem-color-fg-disabled-on-subtle)}._comboBox-group_x47tm_14[data-invalid]{border-color:var(--alto-sem-color-border-critical)}._comboBox-input_x47tm_63{border:none;font-size:var(--alto-sem-text-body-md-font-size);height:48px;letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-body-md-line-height);outline:none;padding:0 var(--alto-sem-space-2xs) 0 var(--alto-sem-space-sm);width:100%}._comboBox-loading_x47tm_74{align-items:center;display:flex;justify-content:center;padding:var(--alto-sem-space-xs)}._comboBox-popover_x47tm_81{width:calc(var(--trigger-width) - var(--alto-sem-space-2xs))}._comboBoxButton_x47tm_85{background:none;border:none;cursor:pointer;flex-shrink:0}._comboBoxButton_x47tm_85>span{height:35px;width:24px}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._loadingSpinner_1kyw6_1{display:flex}._md_1kyw6_9,._sm_1kyw6_5{font-size:1rem}._lg_1kyw6_13{font-size:1.25rem}._fa-spinner-third_1kyw6_17{height:1rem;width:1rem}._icon-wrapper_1kyw6_22{all:unset;align-items:center;display:flex;height:1em;justify-content:center;width:1em}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._monthYearField_q5uwu_1{color:var(--alto-sem-color-fg-secondary)}._monthYearField_q5uwu_1[data-focus-visible]{outline:none}._monthYearField_q5uwu_1[data-focus-visible][data-focus-within] ._inputsContainer_q5uwu_10{outline-color:var(--alto-sem-color-border-accent);outline-offset:var(--alto-sem-border-width-md);outline-style:solid;outline-width:var(--alto-sem-border-width-md)}._inputsContainer_q5uwu_10{align-items:center;background:var(--alto-sem-color-bg-base);border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-primary-default);border-radius:var(--alto-input-radius);box-sizing:border-box;display:flex;forced-color-adjust:none;height:var(--alto-sem-space-lg);justify-content:flex-start;min-height:48px;padding:var(--alto-sem-space-xs) var(--alto-sem-space-sm);white-space:nowrap;width:-moz-fit-content;width:fit-content}._inputsContainer_q5uwu_10[data-hovered]{border-color:var(--alto-sem-color-border-primary-hover)}._inputsContainer_q5uwu_10[data-pressed]{border-color:var(--alto-sem-color-border-primary-active)}._inputsContainer_q5uwu_10[data-focused]{border-color:var(--alto-sem-color-border-accent)}._inputsContainer_q5uwu_10[data-disabled]{background:var(--alto-sem-color-bg-disabled-subtle);border-color:var(--alto-sem-color-border-disabled-subtle)}._inputsContainer_q5uwu_10[data-focus-visible]{outline-color:var(--alto-sem-color-border-accent);outline-offset:var(--alto-sem-border-width-md);outline-style:solid;outline-width:var(--alto-sem-border-width-md)}._inputsContainer_q5uwu_10[data-invalid]{border:var(--alto-sem-radius-6xs) solid var(--alto-sem-color-border-critical)}._input_q5uwu_10{background-color:transparent;border:none;color:var(--alto-sem-color-fg-secondary);font-family:var(--alto-sem-text-body-font-family);font-size:var(--alto-sem-text-body-md-font-size);font-style:normal;font-variant-numeric:tabular-nums;font-weight:var(--alto-sem-text-body-regular-font-weight);letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-body-md-line-height);outline:none;padding:0 var(--alto-sem-space-3xs);text-align:center;width:2em}._input_q5uwu_10::-moz-selection{background-color:transparent}._input_q5uwu_10::selection{background-color:transparent}._input_q5uwu_10[data-year-format="4"]{width:3em}._input_q5uwu_10:focus{background:var(--alto-sem-color-bg-accent-vibrant-default);border-radius:var(--alto-tag-radius);caret-color:transparent;color:var(--alto-sem-color-fg-accent-on-vibrant)!important;outline:none}._input_q5uwu_10:-webkit-autofill{border-radius:var(--alto-tag-radius)}._input_q5uwu_10:-webkit-autofill:focus,._input_q5uwu_10:-webkit-autofill:hover{border-radius:var(--alto-tag-radius);-webkit-box-shadow:0 0 0 30px var(--alto-sem-color-bg-accent-vibrant-default) inset!important;-webkit-text-fill-color:var( --alto-sem-color-fg-accent-on-vibrant )!important}._input_q5uwu_10:focus::-moz-placeholder{color:var(--alto-sem-color-fg-accent-on-vibrant)}._input_q5uwu_10:focus::placeholder{color:var(--alto-sem-color-fg-accent-on-vibrant)}._input_q5uwu_10[data-disabled]{color:var(--alto-sem-color-fg-disabled-primary)}._separator_q5uwu_117{color:var(--alto-sem-color-fg-secondary);font-family:var(--alto-sem-text-body-font-family);font-size:var(--alto-sem-text-body-md-font-size);font-style:normal;font-weight:var(--alto-sem-text-body-regular-font-weight);letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-body-md-line-height);padding:var(--alto-sem-space-3xs)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._searchField_vqgsn_1{color:var(--alto-sem-color-fg-primary);display:flex;flex-direction:column;position:relative;width:100%}._searchField_vqgsn_1 [role=group]{align-items:center;align-self:stretch;background:var(--alto-sem-color-bg-layer2-default);border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-primary-default);border-radius:var(--alto-sem-radius-sm);box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;overflow:hidden;position:relative}._searchField_vqgsn_1 [role=group][data-focus-within][data-focus-visible]:not(:has(>button[data-focused])){outline-color:var(--alto-sem-color-border-accent);outline-offset:var(--alto-sem-border-width-md);outline-style:solid;outline-width:var(--alto-sem-border-width-md)}._searchField_vqgsn_1 [role=group]:has(input[data-disabled]){background:var(--alto-sem-color-bg-disabled-subtle);border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-disabled-subtle);color:var(--alto-sem-color-fg-disabled-on-subtle)}._searchField_vqgsn_1 [role=group]:has(input[data-hovered]:not([data-disabled])){border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-primary-hover)}._searchField_vqgsn_1 [role=group]:has(input[data-pressed]:not([data-disabled])){border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-primary-active)}._searchField_vqgsn_1 [role=group]:has(input[data-invalid]:not([data-disabled])){border:var(--alto-sem-border-width-md) solid var(--alto-sem-color-border-critical)}._searchField_vqgsn_1>[role=group]>button{flex-shrink:0;margin:0 var(--alto-sem-space-3xs)}._searchField_vqgsn_1 input{border:none;font-size:var(--alto-sem-text-body-md-font-size);font-style:normal;font-weight:var(--alto-sem-text-body-regular-font-weight);height:48px;padding:0 var(--alto-sem-space-2xs) 0 var(--alto-sem-space-sm);padding-left:44px;width:100%}._searchField_vqgsn_1 input::-moz-placeholder{color:var(--alto-sem-color-fg-secondary);font-size:var(--alto-sem-text-body-md-font-size);font-weight:var(--alto-sem-text-body-regular-font-weight)}._searchField_vqgsn_1 input::placeholder{color:var(--alto-sem-color-fg-secondary);font-size:var(--alto-sem-text-body-md-font-size);font-weight:var(--alto-sem-text-body-regular-font-weight)}._searchField_vqgsn_1 input[data-focused]{outline:none}._searchField_vqgsn_1 ._iconStart_vqgsn_82{cursor:pointer;padding:var(--alto-sem-space-4xs);padding-left:var(--alto-sem-space-xs);padding-right:var(--alto-sem-space-2xs);position:absolute}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._select_2fygw_1{color:var(--alto-sem-color-fg-primary);display:flex;flex-direction:column;font-style:normal;font-weight:var(--alto-sem-text-body-regular-font-weight);width:100%}._selectInput_2fygw_10{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--alto-sem-color-bg-base);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' fill='none' viewBox='0 0 18 20'%3E%3Cpath fill='%
|
|
1
|
+
._select_2fygw_1{color:var(--alto-sem-color-fg-primary);display:flex;flex-direction:column;font-style:normal;font-weight:var(--alto-sem-text-body-regular-font-weight);width:100%}._selectInput_2fygw_10{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--alto-sem-color-bg-base);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' fill='none' viewBox='0 0 18 20'%3E%3Cpath fill='%234b4855' d='M9.586 19.492c-.352.274-.86.274-1.172 0l-6.25-5c-.43-.312-.469-.898-.156-1.328.312-.39.898-.469 1.328-.117L9 17.578l5.664-4.531a.89.89 0 0 1 1.29.117c.312.43.273 1.016-.157 1.328l-6.25 5zm6.25-13.945c.39.312.469.898.117 1.289-.312.43-.898.469-1.289.156L9 2.461 3.336 6.992c-.43.313-1.016.274-1.328-.156-.313-.39-.274-.977.156-1.29l6.25-5c.313-.273.82-.273 1.172 0z'/%3E%3C/svg%3E");background-position:right var(--alto-sem-space-sm) center;background-repeat:no-repeat;border:1px solid var(--alto-sem-color-border-primary-default);border-radius:var(--alto-input-radius);color:var(--alto-sem-color-fg-primary);cursor:pointer;font-size:var(--alto-sem-text-body-md-font-size);letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-body-md-line-height);padding:var(--alto-sem-space-xs) var(--alto-sem-space-sm)}._selectInput_2fygw_10 option[value=""][disabled]{color:var(--alto-sem-color-fg-secondary)}._selectInput_2fygw_10:-moz-placeholder{color:var(--alto-sem-color-fg-secondary)}._selectInput_2fygw_10:placeholder-shown{color:var(--alto-sem-color-fg-secondary)}._select_2fygw_1[data-disabled] ._selectInput_2fygw_10{background-color:var(--alto-sem-color-bg-disabled-subtle);border:1px solid var(--alto-sem-color-border-disabled-subtle);color:var(--alto-sem-color-fg-disabled-on-subtle);cursor:not-allowed}._select_2fygw_1[data-invalid] ._selectInput_2fygw_10{border:2px solid var(--alto-sem-color-border-critical)}@-moz-document url-prefix(){._selectInput_2fygw_10{padding-right:var(--alto-sem-space-xl);text-indent:0;text-overflow:""}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:var( --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%) );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}._skeletonLoader_10o6z_1{border-radius:var(--alto-sem-radius-5xs);line-height:1;mix-blend-mode:luminosity;text-align:left;--skeleton-base-color:hsla(252,2%,50%,.4);--skeleton-highlight-start:hsla(0,0%,100%,0);--skeleton-highlight-center:hsla(0,0%,100%,.6);--skeleton-highlight-end:hsla(0,0%,100%,0);--animation-duration:2s}._skeletonLoader_10o6z_1._multiLine_10o6z_15{display:flex;flex-direction:column;line-height:unset}._skeletonLoader_10o6z_1._multiLine_10o6z_15 span{display:block;width:100%}._skeletonLoader_10o6z_1._multiLine_10o6z_15 span:not(:last-child){margin-bottom:var(--alto-sem-space-2xs)}._skeletonLoader_10o6z_1 span{mix-blend-mode:inherit}._skeletonLoader_10o6z_1 span:after{width:calc(var(--skeleton-width)*2)}@media (prefers-reduced-motion:reduce){._skeletonLoader_10o6z_1{--animation-duration:0s}._skeletonLoader_10o6z_1 span{animation:none}}@media (prefers-contrast:high){._skeletonLoader_10o6z_1{--skeleton-base-color:rgba(0,0,0,.8);--skeleton-highlight-center:#fff}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._textAreaField_16b3i_1{color:var(--alto-sem-color-fg-primary);display:flex;flex-direction:column;font-style:normal;font-weight:var(--alto-sem-text-body-regular-font-weight);width:100%}._textAreaField_16b3i_1 textarea{align-items:center;align-self:stretch;background-color:var(--alto-sem-color-bg-layer2-default);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' fill='none' viewBox='0 0 9 10'%3E%3Cpath stroke='%
|
|
1
|
+
._textAreaField_16b3i_1{color:var(--alto-sem-color-fg-primary);display:flex;flex-direction:column;font-style:normal;font-weight:var(--alto-sem-text-body-regular-font-weight);width:100%}._textAreaField_16b3i_1 textarea{align-items:center;align-self:stretch;background-color:var(--alto-sem-color-bg-layer2-default);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' fill='none' viewBox='0 0 9 10'%3E%3Cpath stroke='%239593a0' d='M7.948 1 .5 8.448m8-3.172L4.776 9'/%3E%3C/svg%3E");background-position:right 8px bottom 8px;background-repeat:no-repeat;border-radius:var(--alto-input-radius);box-sizing:border-box;display:flex;font-family:var(--alto-sem-text-body-font-family);font-size:var(--alto-sem-text-body-md-font-size);justify-content:space-between;letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-body-md-line-height);min-height:148px;overflow:auto;padding:var(--alto-sem-space-2xs);resize:vertical;width:-webkit-fill-available}._textAreaField_16b3i_1 textarea::-moz-placeholder{color:var(--alto-sem-color-fg-secondary);font-family:var(--alto-sem-text-body-font-family);font-size:var(--alto-sem-text-body-md-font-size);font-weight:var(--alto-sem-text-body-regular-font-weight)}._textAreaField_16b3i_1 textarea::placeholder{color:var(--alto-sem-color-fg-secondary);font-family:var(--alto-sem-text-body-font-family);font-size:var(--alto-sem-text-body-md-font-size);font-weight:var(--alto-sem-text-body-regular-font-weight)}._textAreaField_16b3i_1 textarea[data-disabled]{background:var(--alto-sem-color-bg-disabled-subtle);border:1px solid var(--alto-sem-color-border-disabled-subtle);color:var(--alto-sem-color-fg-disabled-on-subtle)}._textAreaField_16b3i_1 textarea[data-hovered]{border:1px solid var(--alto-sem-color-border-primary-hover)}._textAreaField_16b3i_1 textarea[data-pressed]{border:1px solid var(--alto-sem-color-border-primary-active)}._textAreaField_16b3i_1 textarea[data-invalid]{border:2px solid var(--alto-sem-color-border-critical)}._textAreaField_16b3i_1 [react-aria-TextArea]{color:var(--alto-sem-color-fg-secondary);font-family:var(--alto-sem-text-body-font-family);font-size:var(--alto-sem-text-body-sm-font-size);letter-spacing:var(--alto-sem-text-body-sm-letter-spacing);line-height:var(--alto-sem-text-body-sm-line-height);padding-bottom:var(--alto-sem-space-3xs)}._textAreaField_16b3i_1 label{color:var(--alto-sem-color-fg-primary);font-size:var(--alto-sem-text-body-md-font-size);font-style:normal;font-weight:var(--alto-sem-text-body-regular-font-weight);letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-body-md-line-height)}._textAreaField_16b3i_1 label,._validationError_16b3i_79{display:flex;font-family:var(--alto-sem-text-body-font-family);gap:var(--alto-sem-space-3xs);padding-bottom:var(--alto-sem-space-3xs)}._validationError_16b3i_79{align-items:center;align-self:stretch;color:var(--alto-sem-color-fg-critical-primary);font-size:var(--alto-sem-text-body-sm-font-size);letter-spacing:var (--alto-sem-text-body-sm-letter-spacing);line-height:var(--alto-sem-text-body-sm-line-height)}._textAreaField_16b3i_1 textarea{scrollbar-width:none;-ms-overflow-style:none}._textAreaField_16b3i_1 textarea::-webkit-scrollbar{width:0}._textAreaField_16b3i_1 textarea::-webkit-resizer{background:transparent;border:none}@-moz-document url-prefix(){._textAreaField_16b3i_1 textarea{background-image:none;border:1px solid var(--alto-sem-color-border-primary-default)}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import React__default from "react";
|
|
3
3
|
import { Disclosure, DisclosureGroup, Button, DisclosurePanel } from "react-aria-components";
|
|
4
4
|
import { Icon } from "../Icon/Icon.js";
|
|
5
5
|
import '../../assets/Accordion.css';const accordion = "_accordion_1m3lr_1";
|
|
@@ -58,8 +58,8 @@ const AccordionPanel = ({
|
|
|
58
58
|
children,
|
|
59
59
|
...props
|
|
60
60
|
}) => {
|
|
61
|
-
const contentRef =
|
|
62
|
-
|
|
61
|
+
const contentRef = React__default.useRef(null);
|
|
62
|
+
React__default.useEffect(() => {
|
|
63
63
|
const content = contentRef.current;
|
|
64
64
|
if (!content) return;
|
|
65
65
|
const group = content.closest('[role="group"]');
|
|
@@ -110,8 +110,8 @@ const AccordionGroup = ({
|
|
|
110
110
|
allowsMultipleExpanded = true
|
|
111
111
|
}) => {
|
|
112
112
|
const groupClasses = [styles.accordionGroup, className].filter(Boolean).join(" ");
|
|
113
|
-
const defaultExpandedKeys =
|
|
114
|
-
if (
|
|
113
|
+
const defaultExpandedKeys = React__default.Children.toArray(children).map((child, index) => {
|
|
114
|
+
if (React__default.isValidElement(child) && child.props.defaultExpanded) {
|
|
115
115
|
return `accordion-${index}`;
|
|
116
116
|
}
|
|
117
117
|
return null;
|
|
@@ -121,9 +121,9 @@ const AccordionGroup = ({
|
|
|
121
121
|
title,
|
|
122
122
|
description
|
|
123
123
|
] }),
|
|
124
|
-
/* @__PURE__ */ jsx(DisclosureGroup, { className: styles.accordionStack, allowsMultipleExpanded, defaultExpandedKeys, children:
|
|
125
|
-
if (
|
|
126
|
-
return
|
|
124
|
+
/* @__PURE__ */ jsx(DisclosureGroup, { className: styles.accordionStack, allowsMultipleExpanded, defaultExpandedKeys, children: React__default.Children.map(children, (child, index) => {
|
|
125
|
+
if (React__default.isValidElement(child)) {
|
|
126
|
+
return React__default.cloneElement(child, {
|
|
127
127
|
key: `accordion-${index}`,
|
|
128
128
|
id: `accordion-${index}`
|
|
129
129
|
});
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
1
|
import { AviosCurrencySymbolProps } from '../AviosCurrencySymbol';
|
|
3
2
|
import { IconSize } from '../Icon/Icon';
|
|
4
3
|
export interface AviosCurrencyProps extends Omit<AviosCurrencySymbolProps, 'styleVariant'> {
|
|
5
|
-
children?:
|
|
4
|
+
children?: number;
|
|
6
5
|
/**
|
|
7
6
|
* The style variant of the Avios currency
|
|
8
7
|
*/
|
|
@@ -3,45 +3,45 @@ import { useMemo } from "react";
|
|
|
3
3
|
import { c as cva } from "../../index-DdUYounA.js";
|
|
4
4
|
import { AviosCurrencySymbol } from "../AviosCurrencySymbol/AviosCurrencySymbol.js";
|
|
5
5
|
import { Icon } from "../Icon/Icon.js";
|
|
6
|
-
import '../../assets/AviosCurrency.css';const aviosCurrency$1 = "
|
|
7
|
-
const aviosCurrencyName = "
|
|
8
|
-
const aviosCurrencyStrikethrough$1 = "
|
|
6
|
+
import '../../assets/AviosCurrency.css';const aviosCurrency$1 = "_aviosCurrency_1ehjl_1";
|
|
7
|
+
const aviosCurrencyName = "_aviosCurrencyName_1ehjl_13";
|
|
8
|
+
const aviosCurrencyStrikethrough$1 = "_aviosCurrencyStrikethrough_1ehjl_17";
|
|
9
9
|
const styles = {
|
|
10
10
|
aviosCurrency: aviosCurrency$1,
|
|
11
11
|
aviosCurrencyName,
|
|
12
12
|
aviosCurrencyStrikethrough: aviosCurrencyStrikethrough$1,
|
|
13
|
-
"aviosCurrency-primary": "_aviosCurrency-
|
|
14
|
-
"aviosCurrencyStrikethrough-primary": "_aviosCurrencyStrikethrough-
|
|
15
|
-
"aviosCurrency-secondary": "_aviosCurrency-
|
|
16
|
-
"aviosCurrencyStrikethrough-secondary": "_aviosCurrencyStrikethrough-
|
|
17
|
-
"aviosCurrency-white": "_aviosCurrency-
|
|
18
|
-
"aviosCurrencyStrikethrough-white": "_aviosCurrencyStrikethrough-
|
|
19
|
-
"aviosCurrency-onSpend": "_aviosCurrency-
|
|
20
|
-
"aviosCurrencyStrikethrough-onSpend": "_aviosCurrencyStrikethrough-
|
|
21
|
-
"aviosCurrency-onCollect": "_aviosCurrency-
|
|
22
|
-
"aviosCurrencyStrikethrough-onCollect": "_aviosCurrencyStrikethrough-
|
|
23
|
-
"aviosCurrency-accentPrimary": "_aviosCurrency-
|
|
24
|
-
"aviosCurrencyStrikethrough-accentPrimary": "_aviosCurrencyStrikethrough-
|
|
25
|
-
"aviosCurrency-accentSecondary": "_aviosCurrency-
|
|
26
|
-
"aviosCurrencyStrikethrough-accentSecondary": "_aviosCurrencyStrikethrough-
|
|
27
|
-
"aviosCurrency-xl": "_aviosCurrency-
|
|
28
|
-
"aviosCurrencyStrikethrough-xl": "_aviosCurrencyStrikethrough-
|
|
29
|
-
"aviosCurrency-lg": "_aviosCurrency-
|
|
30
|
-
"aviosCurrencyStrikethrough-lg": "_aviosCurrencyStrikethrough-
|
|
31
|
-
"aviosCurrency-md": "_aviosCurrency-
|
|
32
|
-
"aviosCurrencyStrikethrough-md": "_aviosCurrencyStrikethrough-
|
|
33
|
-
"aviosCurrency-sm": "_aviosCurrency-
|
|
34
|
-
"aviosCurrencyStrikethrough-sm": "_aviosCurrencyStrikethrough-
|
|
35
|
-
"aviosCurrency-xs": "_aviosCurrency-
|
|
36
|
-
"aviosCurrencyStrikethrough-xs": "_aviosCurrencyStrikethrough-
|
|
37
|
-
"aviosCurrency-2xs": "_aviosCurrency-
|
|
38
|
-
"aviosCurrencyStrikethrough-2xs": "_aviosCurrencyStrikethrough-
|
|
39
|
-
"aviosCurrency-3xs": "_aviosCurrency-
|
|
40
|
-
"aviosCurrencyStrikethrough-3xs": "_aviosCurrencyStrikethrough-
|
|
41
|
-
"aviosCurrency-4xs": "_aviosCurrency-
|
|
42
|
-
"aviosCurrencyStrikethrough-4xs": "_aviosCurrencyStrikethrough-
|
|
43
|
-
"aviosCurrency-5xs": "_aviosCurrency-
|
|
44
|
-
"aviosCurrencyStrikethrough-5xs": "_aviosCurrencyStrikethrough-
|
|
13
|
+
"aviosCurrency-primary": "_aviosCurrency-primary_1ehjl_31",
|
|
14
|
+
"aviosCurrencyStrikethrough-primary": "_aviosCurrencyStrikethrough-primary_1ehjl_35",
|
|
15
|
+
"aviosCurrency-secondary": "_aviosCurrency-secondary_1ehjl_39",
|
|
16
|
+
"aviosCurrencyStrikethrough-secondary": "_aviosCurrencyStrikethrough-secondary_1ehjl_43",
|
|
17
|
+
"aviosCurrency-white": "_aviosCurrency-white_1ehjl_47",
|
|
18
|
+
"aviosCurrencyStrikethrough-white": "_aviosCurrencyStrikethrough-white_1ehjl_51",
|
|
19
|
+
"aviosCurrency-onSpend": "_aviosCurrency-onSpend_1ehjl_55",
|
|
20
|
+
"aviosCurrencyStrikethrough-onSpend": "_aviosCurrencyStrikethrough-onSpend_1ehjl_59",
|
|
21
|
+
"aviosCurrency-onCollect": "_aviosCurrency-onCollect_1ehjl_63",
|
|
22
|
+
"aviosCurrencyStrikethrough-onCollect": "_aviosCurrencyStrikethrough-onCollect_1ehjl_67",
|
|
23
|
+
"aviosCurrency-accentPrimary": "_aviosCurrency-accentPrimary_1ehjl_71",
|
|
24
|
+
"aviosCurrencyStrikethrough-accentPrimary": "_aviosCurrencyStrikethrough-accentPrimary_1ehjl_75",
|
|
25
|
+
"aviosCurrency-accentSecondary": "_aviosCurrency-accentSecondary_1ehjl_79",
|
|
26
|
+
"aviosCurrencyStrikethrough-accentSecondary": "_aviosCurrencyStrikethrough-accentSecondary_1ehjl_83",
|
|
27
|
+
"aviosCurrency-xl": "_aviosCurrency-xl_1ehjl_87",
|
|
28
|
+
"aviosCurrencyStrikethrough-xl": "_aviosCurrencyStrikethrough-xl_1ehjl_99",
|
|
29
|
+
"aviosCurrency-lg": "_aviosCurrency-lg_1ehjl_103",
|
|
30
|
+
"aviosCurrencyStrikethrough-lg": "_aviosCurrencyStrikethrough-lg_1ehjl_110",
|
|
31
|
+
"aviosCurrency-md": "_aviosCurrency-md_1ehjl_114",
|
|
32
|
+
"aviosCurrencyStrikethrough-md": "_aviosCurrencyStrikethrough-md_1ehjl_121",
|
|
33
|
+
"aviosCurrency-sm": "_aviosCurrency-sm_1ehjl_125",
|
|
34
|
+
"aviosCurrencyStrikethrough-sm": "_aviosCurrencyStrikethrough-sm_1ehjl_132",
|
|
35
|
+
"aviosCurrency-xs": "_aviosCurrency-xs_1ehjl_136",
|
|
36
|
+
"aviosCurrencyStrikethrough-xs": "_aviosCurrencyStrikethrough-xs_1ehjl_143",
|
|
37
|
+
"aviosCurrency-2xs": "_aviosCurrency-2xs_1ehjl_147",
|
|
38
|
+
"aviosCurrencyStrikethrough-2xs": "_aviosCurrencyStrikethrough-2xs_1ehjl_154",
|
|
39
|
+
"aviosCurrency-3xs": "_aviosCurrency-3xs_1ehjl_158",
|
|
40
|
+
"aviosCurrencyStrikethrough-3xs": "_aviosCurrencyStrikethrough-3xs_1ehjl_165",
|
|
41
|
+
"aviosCurrency-4xs": "_aviosCurrency-4xs_1ehjl_169",
|
|
42
|
+
"aviosCurrencyStrikethrough-4xs": "_aviosCurrencyStrikethrough-4xs_1ehjl_176",
|
|
43
|
+
"aviosCurrency-5xs": "_aviosCurrency-5xs_1ehjl_180",
|
|
44
|
+
"aviosCurrencyStrikethrough-5xs": "_aviosCurrencyStrikethrough-5xs_1ehjl_187"
|
|
45
45
|
};
|
|
46
46
|
const aviosCurrency = cva(styles.aviosCurrency, {
|
|
47
47
|
variants: {
|
|
@@ -121,6 +121,10 @@ const AviosCurrency = ({
|
|
|
121
121
|
isStrikethrough = false,
|
|
122
122
|
...props
|
|
123
123
|
}) => {
|
|
124
|
+
const formattedChildren = children != null ? new Intl.NumberFormat("en-GB", {
|
|
125
|
+
style: "decimal",
|
|
126
|
+
maximumFractionDigits: 0
|
|
127
|
+
}).format(children) : "";
|
|
124
128
|
const {
|
|
125
129
|
isLink,
|
|
126
130
|
isDropdown
|
|
@@ -152,7 +156,7 @@ const AviosCurrency = ({
|
|
|
152
156
|
styleVariant
|
|
153
157
|
}) }),
|
|
154
158
|
/* @__PURE__ */ jsx(AviosCurrencySymbol, { ...props, styleVariant, kind }),
|
|
155
|
-
/* @__PURE__ */ jsx("span", { children }),
|
|
159
|
+
/* @__PURE__ */ jsx("span", { className: "aviosCurrencypoints", children: formattedChildren }),
|
|
156
160
|
isLink && /* @__PURE__ */ jsx(Icon, { iconName: "chevron-right", iconSize }),
|
|
157
161
|
isDropdown && /* @__PURE__ */ jsx(Icon, { iconName: "angles-up-down", iconSize }),
|
|
158
162
|
hasCurrencyName && /* @__PURE__ */ jsx("span", { className: styles["aviosCurrencyName"], children: "Avios" })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AviosCurrency.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AviosCurrency.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { AviosCurrencyProps } from '../AviosCurrency/AviosCurrency';
|
|
2
|
+
export declare const textCva: (props?: ({
|
|
3
|
+
size?: "lg" | "sm" | "xs" | "xl" | "md" | null | undefined;
|
|
4
|
+
bold?: boolean | null | undefined;
|
|
5
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
6
|
+
export declare const BADGE_SIZES: readonly ["xs", "sm", "md", "lg", "xl"];
|
|
7
|
+
export type BadgeSize = (typeof BADGE_SIZES)[number];
|
|
8
|
+
export interface AviosCurrencyBadgeProps extends Omit<AviosCurrencyProps, 'isStrikethrough' | 'decorator' | 'styleVariant'> {
|
|
9
|
+
/**
|
|
10
|
+
* The kind of Avios badge (collect or spend)
|
|
11
|
+
* @default 'collect'
|
|
12
|
+
*/
|
|
13
|
+
kind?: 'collect' | 'spend';
|
|
14
|
+
/**
|
|
15
|
+
* Additional text to be displayed at the start of the badge
|
|
16
|
+
*/
|
|
17
|
+
textStart?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Additional text to be displayed at the end of the badge
|
|
20
|
+
*/
|
|
21
|
+
textEnd?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Whether the text at the start of the badge should be bold
|
|
24
|
+
* @default false
|
|
25
|
+
*/
|
|
26
|
+
textStartBold?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Whether the text at the end of the badge should be bold
|
|
29
|
+
* @default false
|
|
30
|
+
*/
|
|
31
|
+
textEndBold?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Size of the badge
|
|
34
|
+
* @default 'md'
|
|
35
|
+
*/
|
|
36
|
+
size?: BadgeSize;
|
|
37
|
+
/**
|
|
38
|
+
* A string representation of the badge's contents, used for accessibility
|
|
39
|
+
* Example: "Collect 50,000 Avios points"
|
|
40
|
+
*/
|
|
41
|
+
ariaLabel?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Number of Avios points
|
|
44
|
+
*/
|
|
45
|
+
children?: number;
|
|
46
|
+
}
|
|
47
|
+
export declare const AviosCurrencyBadge: ({ kind, size, textStart, textEnd, textStartBold, textEndBold, ariaLabel, children, ...props }: AviosCurrencyBadgeProps) => import("react/jsx-runtime").JSX.Element;
|
|
48
|
+
export default AviosCurrencyBadge;
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { AviosCurrency } from "../AviosCurrency/AviosCurrency.js";
|
|
3
|
+
import { c as cva } from "../../index-DdUYounA.js";
|
|
4
|
+
import '../../assets/AviosCurrencyBadge.css';const aviosCurrencyBadge$1 = "_aviosCurrencyBadge_qlfce_1";
|
|
5
|
+
const collect = "_collect_qlfce_16";
|
|
6
|
+
const spend = "_spend_qlfce_20";
|
|
7
|
+
const xs = "_xs_qlfce_26";
|
|
8
|
+
const sm = "_sm_qlfce_37";
|
|
9
|
+
const md = "_md_qlfce_53";
|
|
10
|
+
const lg = "_lg_qlfce_69";
|
|
11
|
+
const xl = "_xl_qlfce_85";
|
|
12
|
+
const styles = {
|
|
13
|
+
aviosCurrencyBadge: aviosCurrencyBadge$1,
|
|
14
|
+
collect,
|
|
15
|
+
spend,
|
|
16
|
+
xs,
|
|
17
|
+
"xs-bold": "_xs-bold_qlfce_33",
|
|
18
|
+
sm,
|
|
19
|
+
"sm-bold": "_sm-bold_qlfce_44",
|
|
20
|
+
md,
|
|
21
|
+
"md-bold": "_md-bold_qlfce_60",
|
|
22
|
+
lg,
|
|
23
|
+
"lg-bold": "_lg-bold_qlfce_76",
|
|
24
|
+
xl,
|
|
25
|
+
"xl-bold": "_xl-bold_qlfce_92"
|
|
26
|
+
};
|
|
27
|
+
const aviosCurrencyBadge = cva(styles.aviosCurrencyBadge, {
|
|
28
|
+
variants: {
|
|
29
|
+
size: {
|
|
30
|
+
xs: styles.xs,
|
|
31
|
+
sm: styles.sm,
|
|
32
|
+
md: styles.md,
|
|
33
|
+
lg: styles.lg,
|
|
34
|
+
xl: styles.xl
|
|
35
|
+
},
|
|
36
|
+
kind: {
|
|
37
|
+
collect: styles.collect,
|
|
38
|
+
spend: styles.spend
|
|
39
|
+
},
|
|
40
|
+
textStartBold: {
|
|
41
|
+
true: styles.textStartBold,
|
|
42
|
+
false: styles.textStart
|
|
43
|
+
},
|
|
44
|
+
textEndBold: {
|
|
45
|
+
true: styles.textEndBold,
|
|
46
|
+
false: styles.textEnd
|
|
47
|
+
},
|
|
48
|
+
textBold: {
|
|
49
|
+
true: styles.textBold,
|
|
50
|
+
false: styles.textNormal
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
defaultVariants: {
|
|
54
|
+
size: "md",
|
|
55
|
+
kind: "collect"
|
|
56
|
+
},
|
|
57
|
+
compoundVariants: [{
|
|
58
|
+
size: "xs",
|
|
59
|
+
textBold: true,
|
|
60
|
+
class: styles["xs-bold"]
|
|
61
|
+
}, {
|
|
62
|
+
kind: "spend",
|
|
63
|
+
className: styles.onSpend
|
|
64
|
+
}]
|
|
65
|
+
});
|
|
66
|
+
const textCva = cva(styles.textStart, {
|
|
67
|
+
variants: {
|
|
68
|
+
// we pull in size so we can fire off the .xs-bold/.sm-bold/etc macros
|
|
69
|
+
size: {
|
|
70
|
+
xs: void 0,
|
|
71
|
+
sm: void 0,
|
|
72
|
+
md: void 0,
|
|
73
|
+
lg: void 0,
|
|
74
|
+
xl: void 0
|
|
75
|
+
},
|
|
76
|
+
bold: {
|
|
77
|
+
true: void 0,
|
|
78
|
+
false: void 0
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
defaultVariants: {
|
|
82
|
+
size: "md",
|
|
83
|
+
bold: false
|
|
84
|
+
},
|
|
85
|
+
compoundVariants: [{
|
|
86
|
+
size: "xs",
|
|
87
|
+
bold: true,
|
|
88
|
+
className: styles["xs-bold"]
|
|
89
|
+
}, {
|
|
90
|
+
size: "sm",
|
|
91
|
+
bold: true,
|
|
92
|
+
className: styles["sm-bold"]
|
|
93
|
+
}, {
|
|
94
|
+
size: "md",
|
|
95
|
+
bold: true,
|
|
96
|
+
className: styles["md-bold"]
|
|
97
|
+
}, {
|
|
98
|
+
size: "lg",
|
|
99
|
+
bold: true,
|
|
100
|
+
className: styles["lg-bold"]
|
|
101
|
+
}, {
|
|
102
|
+
size: "xl",
|
|
103
|
+
bold: true,
|
|
104
|
+
className: styles["xl-bold"]
|
|
105
|
+
}]
|
|
106
|
+
});
|
|
107
|
+
const BADGE_SIZES = ["xs", "sm", "md", "lg", "xl"];
|
|
108
|
+
const AviosCurrencyBadge = ({
|
|
109
|
+
kind = "collect",
|
|
110
|
+
size = "md",
|
|
111
|
+
textStart,
|
|
112
|
+
textEnd,
|
|
113
|
+
textStartBold = false,
|
|
114
|
+
textEndBold = false,
|
|
115
|
+
ariaLabel,
|
|
116
|
+
children,
|
|
117
|
+
...props
|
|
118
|
+
}) => {
|
|
119
|
+
const formattedPoints = children == null ? void 0 : children.toLocaleString();
|
|
120
|
+
const defaultAriaLabel = `${kind} ${formattedPoints} Avios ${textStart || ""} ${textEnd || ""}`.trim();
|
|
121
|
+
let aviosCurrencySize;
|
|
122
|
+
switch (size) {
|
|
123
|
+
case "xs":
|
|
124
|
+
aviosCurrencySize = "5xs";
|
|
125
|
+
break;
|
|
126
|
+
case "sm":
|
|
127
|
+
aviosCurrencySize = "4xs";
|
|
128
|
+
break;
|
|
129
|
+
case "md":
|
|
130
|
+
aviosCurrencySize = "3xs";
|
|
131
|
+
break;
|
|
132
|
+
case "lg":
|
|
133
|
+
aviosCurrencySize = "2xs";
|
|
134
|
+
break;
|
|
135
|
+
case "xl":
|
|
136
|
+
aviosCurrencySize = "xs";
|
|
137
|
+
break;
|
|
138
|
+
default:
|
|
139
|
+
aviosCurrencySize = "3xs";
|
|
140
|
+
break;
|
|
141
|
+
}
|
|
142
|
+
return /* @__PURE__ */ jsxs("span", { role: "status", "aria-label": ariaLabel || defaultAriaLabel, className: `${aviosCurrencyBadge({
|
|
143
|
+
size,
|
|
144
|
+
kind,
|
|
145
|
+
textStartBold,
|
|
146
|
+
textEndBold
|
|
147
|
+
})}`, children: [
|
|
148
|
+
textStart && /* @__PURE__ */ jsx("span", { className: textCva({
|
|
149
|
+
size,
|
|
150
|
+
bold: textStartBold
|
|
151
|
+
}), children: textStart }),
|
|
152
|
+
children && /* @__PURE__ */ jsx(AviosCurrency, { styleVariant: kind === "collect" ? "onCollect" : "onSpend", size: aviosCurrencySize, kind, ...props, children }),
|
|
153
|
+
textEnd && /* @__PURE__ */ jsx("span", { className: textCva({
|
|
154
|
+
size,
|
|
155
|
+
bold: textEndBold
|
|
156
|
+
}), children: textEnd })
|
|
157
|
+
] });
|
|
158
|
+
};
|
|
159
|
+
export {
|
|
160
|
+
AviosCurrencyBadge,
|
|
161
|
+
BADGE_SIZES,
|
|
162
|
+
AviosCurrencyBadge as default,
|
|
163
|
+
textCva
|
|
164
|
+
};
|
|
165
|
+
//# sourceMappingURL=AviosCurrencyBadge.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AviosCurrencyBadge.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './AviosCurrencyBadge';
|