@alto-avios/alto-ui 5.0.0-alpha.0 → 5.0.0-alpha.2
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/assets/{SkeletonLoader.css → node_modules/react-loading-skeleton/dist/skeleton.css} +1 -1
- package/dist/assets/{Checkbox.css → src/components/Checkbox/Checkbox.module.css} +1 -1
- package/dist/assets/{SelectCard.css → src/components/SelectCard/SelectCard.module.css} +1 -1
- package/dist/assets/src/components/SkeletonLoader/SkeletonLoader.module.css +1 -0
- package/dist/components/Accordion/Accordion.js +8 -39
- package/dist/components/Accordion/Accordion.js.map +1 -1
- package/dist/components/AviosBadge/AviosBadge.js +7 -26
- package/dist/components/AviosBadge/AviosBadge.js.map +1 -1
- package/dist/components/AviosCurrency/AviosCurrency.js +2 -24
- package/dist/components/AviosCurrency/AviosCurrency.js.map +1 -1
- package/dist/components/AviosCurrencyBadge/AviosCurrencyBadge.js +2 -24
- package/dist/components/AviosCurrencyBadge/AviosCurrencyBadge.js.map +1 -1
- package/dist/components/AviosCurrencySymbol/AviosCurrencySymbol.js +2 -10
- package/dist/components/AviosCurrencySymbol/AviosCurrencySymbol.js.map +1 -1
- package/dist/components/Badge/Badge.js +2 -27
- package/dist/components/Badge/Badge.js.map +1 -1
- package/dist/components/Button/Button.js +10 -77
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +2 -19
- package/dist/components/ButtonGroup/ButtonGroup.js.map +1 -1
- package/dist/components/CalloutBanner/CalloutBanner.js +2 -31
- package/dist/components/CalloutBanner/CalloutBanner.js.map +1 -1
- package/dist/components/CardSection/CardSection.js +4 -19
- package/dist/components/CardSection/CardSection.js.map +1 -1
- package/dist/components/Carousel/AutoplayControl/AutoplayControl.js +3 -19
- package/dist/components/Carousel/AutoplayControl/AutoplayControl.js.map +1 -1
- package/dist/components/Carousel/Carousel.js +11 -52
- package/dist/components/Carousel/Carousel.js.map +1 -1
- package/dist/components/Carousel/CarouselButton/CarouselButton.js +6 -28
- package/dist/components/Carousel/CarouselButton/CarouselButton.js.map +1 -1
- package/dist/components/Carousel/CarouselDots/CarouselDots.js +1 -14
- package/dist/components/Carousel/CarouselDots/CarouselDots.js.map +1 -1
- package/dist/components/Checkbox/Checkbox.js +2 -19
- package/dist/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.js +1 -4
- package/dist/components/CheckboxGroup/CheckboxGroup.js.map +1 -1
- package/dist/components/ClearFieldButton/ClearFieldButton.js +2 -11
- package/dist/components/ClearFieldButton/ClearFieldButton.js.map +1 -1
- package/dist/components/ComboBox/ComboBox.js +1 -10
- package/dist/components/ComboBox/ComboBox.js.map +1 -1
- package/dist/components/CreditCardNumberField/CreditCardNumberField.js +2 -9
- package/dist/components/CreditCardNumberField/CreditCardNumberField.js.map +1 -1
- package/dist/components/CreditCardSecurityCodeField/CreditCardSecurityCodeField.js +2 -9
- package/dist/components/CreditCardSecurityCodeField/CreditCardSecurityCodeField.js.map +1 -1
- package/dist/components/Currency/Currency.js +2 -22
- package/dist/components/Currency/Currency.js.map +1 -1
- package/dist/components/DateField/DateField.js +2 -833
- package/dist/components/DateField/DateField.js.map +1 -1
- package/dist/components/DestinationHeading/DestinationHeading.js +1 -4
- package/dist/components/DestinationHeading/DestinationHeading.js.map +1 -1
- package/dist/components/DetailsDisclosure/DetailsDisclosure.js +1 -8
- package/dist/components/DetailsDisclosure/DetailsDisclosure.js.map +1 -1
- package/dist/components/Dialog/Dialog.d.ts +1 -1
- package/dist/components/Dialog/Dialog.js +3 -26
- package/dist/components/Dialog/Dialog.js.map +1 -1
- package/dist/components/ErrorSummary/ErrorSummary.js +1 -3
- package/dist/components/ErrorSummary/ErrorSummary.js.map +1 -1
- package/dist/components/Eyebrow/Eyebrow.js +2 -13
- package/dist/components/Eyebrow/Eyebrow.js.map +1 -1
- package/dist/components/FieldDescription/FieldDescription.js +1 -4
- package/dist/components/FieldDescription/FieldDescription.js.map +1 -1
- package/dist/components/FieldError/FieldError.js +1 -4
- package/dist/components/FieldError/FieldError.js.map +1 -1
- package/dist/components/FieldHeader/FieldHeader.js +1 -5
- package/dist/components/FieldHeader/FieldHeader.js.map +1 -1
- package/dist/components/FieldLabel/FieldLabel.js +1 -4
- package/dist/components/FieldLabel/FieldLabel.js.map +1 -1
- package/dist/components/Fieldset/Fieldset.js +1 -4
- package/dist/components/Fieldset/Fieldset.js.map +1 -1
- package/dist/components/FieldsetHeader/FieldsetHeader.js +1 -5
- package/dist/components/FieldsetHeader/FieldsetHeader.js.map +1 -1
- package/dist/components/Form/Form.js +1 -4
- package/dist/components/Form/Form.js.map +1 -1
- package/dist/components/Grid/Grid.js +1 -4
- package/dist/components/Grid/Grid.js.map +1 -1
- package/dist/components/Heading/Heading.js +2 -23
- package/dist/components/Heading/Heading.js.map +1 -1
- package/dist/components/Icon/Icon.js +5 -45
- package/dist/components/Icon/Icon.js.map +1 -1
- package/dist/components/IconBackdrop/IconBackdrop.js +2 -9
- package/dist/components/IconBackdrop/IconBackdrop.js.map +1 -1
- package/dist/components/Image/Image.js +2 -15
- package/dist/components/Image/Image.js.map +1 -1
- package/dist/components/Label/Label.js +2 -15
- package/dist/components/Label/Label.js.map +1 -1
- package/dist/components/Link/Link.js +4 -17
- package/dist/components/Link/Link.js.map +1 -1
- package/dist/components/ListBox/ListBox.js +1 -6
- package/dist/components/ListBox/ListBox.js.map +1 -1
- package/dist/components/ListBoxItem/ListBoxItem.js +1 -10
- package/dist/components/ListBoxItem/ListBoxItem.js.map +1 -1
- package/dist/components/LoadingSpinner/LoadingSpinner.js +2 -11
- package/dist/components/LoadingSpinner/LoadingSpinner.js.map +1 -1
- package/dist/components/Menu/Menu.js +1 -6
- package/dist/components/Menu/Menu.js.map +1 -1
- package/dist/components/MonthYearField/MonthYearField.js +4 -13
- package/dist/components/MonthYearField/MonthYearField.js.map +1 -1
- package/dist/components/NumberField/NumberField.js +1 -10
- package/dist/components/NumberField/NumberField.js.map +1 -1
- package/dist/components/Paragraph/Paragraph.js +2 -19
- package/dist/components/Paragraph/Paragraph.js.map +1 -1
- package/dist/components/PasswordField/PasswordField.js +2 -18
- package/dist/components/PasswordField/PasswordField.js.map +1 -1
- package/dist/components/PhoneNumberField/PhoneNumberField.js +2 -11
- package/dist/components/PhoneNumberField/PhoneNumberField.js.map +1 -1
- package/dist/components/Popover/Popover.js +1 -8
- package/dist/components/Popover/Popover.js.map +1 -1
- package/dist/components/Radio/Radio.js +2 -9
- package/dist/components/Radio/Radio.js.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +1 -4
- package/dist/components/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/components/SearchField/SearchField.js +1 -6
- package/dist/components/SearchField/SearchField.js.map +1 -1
- package/dist/components/Section/Section.js +2 -21
- package/dist/components/Section/Section.js.map +1 -1
- package/dist/components/SelectCard/SelectCard.js +1 -16
- package/dist/components/SelectCard/SelectCard.js.map +1 -1
- package/dist/components/SelectNative/SelectNative.js +2 -7
- package/dist/components/SelectNative/SelectNative.js.map +1 -1
- package/dist/components/SkeletonLoader/SkeletonLoader.js +4 -79
- package/dist/components/SkeletonLoader/SkeletonLoader.js.map +1 -1
- package/dist/components/Slider/Slider.js +1 -18
- package/dist/components/Slider/Slider.js.map +1 -1
- package/dist/components/Spacer/Spacer.js +4 -37
- package/dist/components/Spacer/Spacer.js.map +1 -1
- package/dist/components/SubHeading/SubHeading.js +2 -15
- package/dist/components/SubHeading/SubHeading.js.map +1 -1
- package/dist/components/Switch/Switch.js +1 -5
- package/dist/components/Switch/Switch.js.map +1 -1
- package/dist/components/Tabs/Tab.js +40 -8
- package/dist/components/Tabs/Tab.js.map +1 -1
- package/dist/components/Tabs/TabList.js +206 -8
- package/dist/components/Tabs/TabList.js.map +1 -1
- package/dist/components/Tabs/TabPanel.js +13 -5
- package/dist/components/Tabs/TabPanel.js.map +1 -1
- package/dist/components/Tabs/Tabs.js +8 -239
- package/dist/components/Tabs/Tabs.js.map +1 -1
- package/dist/components/Tabs/index.js +5 -3
- package/dist/components/Tabs/index.js.map +1 -1
- package/dist/components/Tag/Tag.js +4 -11
- package/dist/components/Tag/Tag.js.map +1 -1
- package/dist/components/TagGroup/TagGroup.js +1 -8
- package/dist/components/TagGroup/TagGroup.js.map +1 -1
- package/dist/components/TextAreaField/TextAreaField.js +1 -4
- package/dist/components/TextAreaField/TextAreaField.js.map +1 -1
- package/dist/components/TextField/TextField.js +1 -10
- package/dist/components/TextField/TextField.js.map +1 -1
- package/dist/components/ToggleButton/ToggleButton.js +2 -11
- package/dist/components/ToggleButton/ToggleButton.js.map +1 -1
- package/dist/components/ToggleIconButton/ToggleIconButton.js +2 -11
- package/dist/components/ToggleIconButton/ToggleIconButton.js.map +1 -1
- package/dist/components/Tooltip/Tooltip.js +1 -4
- package/dist/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/components/_base/Field/Field.js +1 -6
- package/dist/components/_base/Field/Field.js.map +1 -1
- package/dist/components/index.js +6 -4
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/dist/node_modules/@internationalized/date/dist/CalendarDate.js +213 -0
- package/dist/node_modules/@internationalized/date/dist/CalendarDate.js.map +1 -0
- package/dist/node_modules/@internationalized/date/dist/GregorianCalendar.js +123 -0
- package/dist/node_modules/@internationalized/date/dist/GregorianCalendar.js.map +1 -0
- package/dist/node_modules/@internationalized/date/dist/conversion.js +164 -0
- package/dist/node_modules/@internationalized/date/dist/conversion.js.map +1 -0
- package/dist/node_modules/@internationalized/date/dist/manipulation.js +301 -0
- package/dist/node_modules/@internationalized/date/dist/manipulation.js.map +1 -0
- package/dist/node_modules/@internationalized/date/dist/queries.js +26 -0
- package/dist/node_modules/@internationalized/date/dist/queries.js.map +1 -0
- package/dist/node_modules/@internationalized/date/dist/string.js +62 -0
- package/dist/node_modules/@internationalized/date/dist/string.js.map +1 -0
- package/dist/node_modules/@internationalized/date/dist/utils.js +7 -0
- package/dist/node_modules/@internationalized/date/dist/utils.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_check_private_redeclaration.js +9 -0
- package/dist/node_modules/@swc/helpers/esm/_check_private_redeclaration.js.map +1 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_init.js +9 -0
- package/dist/node_modules/@swc/helpers/esm/_class_private_field_init.js.map +1 -0
- package/dist/{index-DdUYounA.js → node_modules/class-variance-authority/dist/index.js} +4 -15
- package/dist/node_modules/class-variance-authority/dist/index.js.map +1 -0
- package/dist/node_modules/clsx/dist/clsx.js +18 -0
- package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
- package/dist/{IconButton.module-4obqG6tY.js → node_modules/react-aria-carousel/dist/index.js} +12 -54
- package/dist/{IconButton.module-4obqG6tY.js.map → node_modules/react-aria-carousel/dist/index.js.map} +1 -1
- package/dist/node_modules/react-loading-skeleton/dist/index.js +77 -0
- package/dist/node_modules/react-loading-skeleton/dist/index.js.map +1 -0
- package/dist/{react-number-format.es-Dbc1db6s.js → node_modules/react-number-format/dist/react-number-format.es.js} +7 -4
- package/dist/{react-number-format.es-Dbc1db6s.js.map → node_modules/react-number-format/dist/react-number-format.es.js.map} +1 -1
- package/dist/node_modules/use-breakpoint/dist/esm/createMediaQueries.js +29 -0
- package/dist/node_modules/use-breakpoint/dist/esm/createMediaQueries.js.map +1 -0
- package/dist/node_modules/use-breakpoint/dist/esm/useBreakpoint.js +47 -0
- package/dist/node_modules/use-breakpoint/dist/esm/useBreakpoint.js.map +1 -0
- package/dist/src/components/Accordion/Accordion.module.css.js +51 -0
- package/dist/src/components/Accordion/Accordion.module.css.js.map +1 -0
- package/dist/src/components/AviosBadge/AviosBadge.module.css.js +33 -0
- package/dist/src/components/AviosBadge/AviosBadge.module.css.js.map +1 -0
- package/dist/src/components/AviosCurrency/AviosCurrency.module.css.js +29 -0
- package/dist/src/components/AviosCurrency/AviosCurrency.module.css.js.map +1 -0
- package/dist/src/components/AviosCurrencyBadge/AviosCurrencyBadge.module.css.js +35 -0
- package/dist/src/components/AviosCurrencyBadge/AviosCurrencyBadge.module.css.js.map +1 -0
- package/dist/src/components/AviosCurrencySymbol/AviosCurrencySymbol.module.css.js +13 -0
- package/dist/src/components/AviosCurrencySymbol/AviosCurrencySymbol.module.css.js.map +1 -0
- package/dist/src/components/Badge/Badge.module.css.js +42 -0
- package/dist/src/components/Badge/Badge.module.css.js.map +1 -0
- package/dist/src/components/Button/Button.module.css.js +105 -0
- package/dist/src/components/Button/Button.module.css.js.map +1 -0
- package/dist/src/components/ButtonGroup/ButtonGroup.module.css.js +30 -0
- package/dist/src/components/ButtonGroup/ButtonGroup.module.css.js.map +1 -0
- package/dist/src/components/CalloutBanner/CalloutBanner.module.css.js +40 -0
- package/dist/src/components/CalloutBanner/CalloutBanner.module.css.js.map +1 -0
- package/dist/src/components/CardSection/CardSection.module.css.js +27 -0
- package/dist/src/components/CardSection/CardSection.module.css.js.map +1 -0
- package/dist/src/components/Carousel/AutoplayControl/AutoplayControl.module.css.js +30 -0
- package/dist/src/components/Carousel/AutoplayControl/AutoplayControl.module.css.js.map +1 -0
- package/dist/src/components/Carousel/Carousel.module.css.js +66 -0
- package/dist/src/components/Carousel/Carousel.module.css.js.map +1 -0
- package/dist/src/components/Carousel/CarouselButton/CarouselButton.module.css.js +39 -0
- package/dist/src/components/Carousel/CarouselButton/CarouselButton.module.css.js.map +1 -0
- package/dist/src/components/Carousel/CarouselDots/CarouselDots.module.css.js +24 -0
- package/dist/src/components/Carousel/CarouselDots/CarouselDots.module.css.js.map +1 -0
- package/dist/src/components/Checkbox/Checkbox.module.css.js +30 -0
- package/dist/src/components/Checkbox/Checkbox.module.css.js.map +1 -0
- package/dist/src/components/CheckboxGroup/CheckboxGroup.module.css.js +9 -0
- package/dist/src/components/CheckboxGroup/CheckboxGroup.module.css.js.map +1 -0
- package/dist/src/components/ClearFieldButton/ClearFieldButton.module.css.js +18 -0
- package/dist/src/components/ClearFieldButton/ClearFieldButton.module.css.js.map +1 -0
- package/dist/src/components/ComboBox/ComboBox.module.css.js +16 -0
- package/dist/src/components/ComboBox/ComboBox.module.css.js.map +1 -0
- package/dist/src/components/CreditCardNumberField/CreditCardNumberField.module.css.js +15 -0
- package/dist/src/components/CreditCardNumberField/CreditCardNumberField.module.css.js.map +1 -0
- package/dist/src/components/CreditCardSecurityCodeField/CreditCardSecurityCodeField.module.css.js +15 -0
- package/dist/src/components/CreditCardSecurityCodeField/CreditCardSecurityCodeField.module.css.js.map +1 -0
- package/dist/src/components/Currency/Currency.module.css.js +26 -0
- package/dist/src/components/Currency/Currency.module.css.js.map +1 -0
- package/dist/src/components/DateField/DateField.module.css.js +15 -0
- package/dist/src/components/DateField/DateField.module.css.js.map +1 -0
- package/dist/src/components/DestinationHeading/DestinationHeading.module.css.js +9 -0
- package/dist/src/components/DestinationHeading/DestinationHeading.module.css.js.map +1 -0
- package/dist/src/components/DetailsDisclosure/DetailsDisclosure.module.css.js +15 -0
- package/dist/src/components/DetailsDisclosure/DetailsDisclosure.module.css.js.map +1 -0
- package/dist/src/components/Dialog/Dialog.module.css.js +39 -0
- package/dist/src/components/Dialog/Dialog.module.css.js.map +1 -0
- package/dist/src/components/ErrorSummary/ErrorSummary.module.css.js +7 -0
- package/dist/src/components/ErrorSummary/ErrorSummary.module.css.js.map +1 -0
- package/dist/src/components/Eyebrow/Eyebrow.module.css.js +21 -0
- package/dist/src/components/Eyebrow/Eyebrow.module.css.js.map +1 -0
- package/dist/src/components/FieldDescription/FieldDescription.module.css.js +9 -0
- package/dist/src/components/FieldDescription/FieldDescription.module.css.js.map +1 -0
- package/dist/src/components/FieldError/FieldError.module.css.js +9 -0
- package/dist/src/components/FieldError/FieldError.module.css.js.map +1 -0
- package/dist/src/components/FieldHeader/FieldHeader.module.css.js +10 -0
- package/dist/src/components/FieldHeader/FieldHeader.module.css.js.map +1 -0
- package/dist/src/components/FieldLabel/FieldLabel.module.css.js +9 -0
- package/dist/src/components/FieldLabel/FieldLabel.module.css.js.map +1 -0
- package/dist/src/components/Fieldset/Fieldset.module.css.js +9 -0
- package/dist/src/components/Fieldset/Fieldset.module.css.js.map +1 -0
- package/dist/src/components/FieldsetHeader/FieldsetHeader.module.css.js +10 -0
- package/dist/src/components/FieldsetHeader/FieldsetHeader.module.css.js.map +1 -0
- package/dist/src/components/Form/Form.module.css.js +9 -0
- package/dist/src/components/Form/Form.module.css.js.map +1 -0
- package/dist/src/components/Grid/Grid.module.css.js +9 -0
- package/dist/src/components/Grid/Grid.module.css.js.map +1 -0
- package/dist/src/components/Heading/Heading.module.css.js +36 -0
- package/dist/src/components/Heading/Heading.module.css.js.map +1 -0
- package/dist/src/components/Icon/Icon.module.css.js +64 -0
- package/dist/src/components/Icon/Icon.module.css.js.map +1 -0
- package/dist/src/components/IconBackdrop/IconBackdrop.module.css.js +15 -0
- package/dist/src/components/IconBackdrop/IconBackdrop.module.css.js.map +1 -0
- package/dist/src/components/IconButton/IconButton.module.css.js +68 -0
- package/dist/src/components/IconButton/IconButton.module.css.js.map +1 -0
- package/dist/src/components/Image/Image.module.css.js +24 -0
- package/dist/src/components/Image/Image.module.css.js.map +1 -0
- package/dist/src/components/Label/Label.module.css.js +24 -0
- package/dist/src/components/Label/Label.module.css.js.map +1 -0
- package/dist/src/components/Link/Link.module.css.js +24 -0
- package/dist/src/components/Link/Link.module.css.js.map +1 -0
- package/dist/src/components/ListBox/ListBox.module.css.js +12 -0
- package/dist/src/components/ListBox/ListBox.module.css.js.map +1 -0
- package/dist/src/components/ListBoxItem/ListBoxItem.module.css.js +18 -0
- package/dist/src/components/ListBoxItem/ListBoxItem.module.css.js.map +1 -0
- package/dist/src/components/LoadingSpinner/LoadingSpinner.module.css.js +18 -0
- package/dist/src/components/LoadingSpinner/LoadingSpinner.module.css.js.map +1 -0
- package/dist/src/components/Menu/Menu.module.css.js +12 -0
- package/dist/src/components/Menu/Menu.module.css.js.map +1 -0
- package/dist/src/components/MonthYearField/MonthYearField.module.css.js +18 -0
- package/dist/src/components/MonthYearField/MonthYearField.module.css.js.map +1 -0
- package/dist/src/components/NumberField/NumberField.module.css.js +18 -0
- package/dist/src/components/NumberField/NumberField.module.css.js.map +1 -0
- package/dist/src/components/Paragraph/Paragraph.module.css.js +30 -0
- package/dist/src/components/Paragraph/Paragraph.module.css.js.map +1 -0
- package/dist/src/components/PasswordField/PasswordField.module.css.js +28 -0
- package/dist/src/components/PasswordField/PasswordField.module.css.js.map +1 -0
- package/dist/src/components/PhoneNumberField/PhoneNumberField.module.css.js +18 -0
- package/dist/src/components/PhoneNumberField/PhoneNumberField.module.css.js.map +1 -0
- package/dist/src/components/Popover/Popover.module.css.js +15 -0
- package/dist/src/components/Popover/Popover.module.css.js.map +1 -0
- package/dist/src/components/Radio/Radio.module.css.js +15 -0
- package/dist/src/components/Radio/Radio.module.css.js.map +1 -0
- package/dist/src/components/RadioGroup/RadioGroup.module.css.js +9 -0
- package/dist/src/components/RadioGroup/RadioGroup.module.css.js.map +1 -0
- package/dist/src/components/SearchField/SearchField.module.css.js +12 -0
- package/dist/src/components/SearchField/SearchField.module.css.js.map +1 -0
- package/dist/src/components/Section/Section.module.css.js +32 -0
- package/dist/src/components/Section/Section.module.css.js.map +1 -0
- package/dist/src/components/SelectCard/SelectCard.module.css.js +22 -0
- package/dist/src/components/SelectCard/SelectCard.module.css.js.map +1 -0
- package/dist/src/components/SelectNative/SelectNative.module.css.js +12 -0
- package/dist/src/components/SelectNative/SelectNative.module.css.js.map +1 -0
- package/dist/src/components/SkeletonLoader/SkeletonLoader.module.css.js +12 -0
- package/dist/src/components/SkeletonLoader/SkeletonLoader.module.css.js.map +1 -0
- package/dist/src/components/Slider/Slider.module.css.js +30 -0
- package/dist/src/components/Slider/Slider.module.css.js.map +1 -0
- package/dist/src/components/Spacer/Spacer.module.css.js +40 -0
- package/dist/src/components/Spacer/Spacer.module.css.js.map +1 -0
- package/dist/src/components/SubHeading/SubHeading.module.css.js +24 -0
- package/dist/src/components/SubHeading/SubHeading.module.css.js.map +1 -0
- package/dist/src/components/Switch/Switch.module.css.js +10 -0
- package/dist/src/components/Switch/Switch.module.css.js.map +1 -0
- package/dist/{TabPanel-DNAQ5FkE.js → src/components/Tabs/Tabs.module.css.js} +19 -14
- package/dist/src/components/Tabs/Tabs.module.css.js.map +1 -0
- package/dist/src/components/Tag/Tag.module.css.js +15 -0
- package/dist/src/components/Tag/Tag.module.css.js.map +1 -0
- package/dist/src/components/TagGroup/TagGroup.module.css.js +15 -0
- package/dist/src/components/TagGroup/TagGroup.module.css.js.map +1 -0
- package/dist/src/components/TextAreaField/TextAreaField.module.css.js +9 -0
- package/dist/src/components/TextAreaField/TextAreaField.module.css.js.map +1 -0
- package/dist/src/components/TextField/TextField.module.css.js +18 -0
- package/dist/src/components/TextField/TextField.module.css.js.map +1 -0
- package/dist/src/components/ToggleButton/ToggleButton.module.css.js +18 -0
- package/dist/src/components/ToggleButton/ToggleButton.module.css.js.map +1 -0
- package/dist/src/components/ToggleIconButton/ToggleIconButton.module.css.js +18 -0
- package/dist/src/components/ToggleIconButton/ToggleIconButton.module.css.js.map +1 -0
- package/dist/src/components/Tooltip/Tooltip.module.css.js +9 -0
- package/dist/src/components/Tooltip/Tooltip.module.css.js.map +1 -0
- package/dist/src/components/_base/Field/Field.module.css.js +12 -0
- package/dist/src/components/_base/Field/Field.module.css.js.map +1 -0
- package/dist/src/utils/backgroundColor/backgroundColor.module.css.js +31 -0
- package/dist/src/utils/backgroundColor/backgroundColor.module.css.js.map +1 -0
- package/dist/src/utils/border/border.module.css.js +105 -0
- package/dist/src/utils/border/border.module.css.js.map +1 -0
- package/dist/src/utils/flex/flex.module.css.js +414 -0
- package/dist/src/utils/flex/flex.module.css.js.map +1 -0
- package/dist/src/utils/focus/FocusStyles.module.css.js +12 -0
- package/dist/src/utils/focus/FocusStyles.module.css.js.map +1 -0
- package/dist/src/utils/foregroundColour/foregroundColor.module.css.js +40 -0
- package/dist/src/utils/foregroundColour/foregroundColor.module.css.js.map +1 -0
- package/dist/src/utils/forms/field.module.css.js +90 -0
- package/dist/src/utils/forms/field.module.css.js.map +1 -0
- package/dist/src/utils/padding/padding.module.css.js +244 -0
- package/dist/src/utils/padding/padding.module.css.js.map +1 -0
- package/dist/src/utils/position/position.module.css.js +16 -0
- package/dist/src/utils/position/position.module.css.js.map +1 -0
- package/dist/utils/backgroundColor/backgroundColor.js +2 -28
- package/dist/utils/backgroundColor/backgroundColor.js.map +1 -1
- package/dist/utils/border/border.js +2 -69
- package/dist/utils/border/border.js.map +1 -1
- package/dist/utils/breakpoint/hooks/useBreakpoint.js +1 -67
- package/dist/utils/breakpoint/hooks/useBreakpoint.js.map +1 -1
- package/dist/utils/flex/flex.js +2 -275
- package/dist/utils/flex/flex.js.map +1 -1
- package/dist/utils/focus/focusStyles.js +2 -7
- package/dist/utils/focus/focusStyles.js.map +1 -1
- package/dist/utils/foregroundColour/foregroundColor.js +2 -37
- package/dist/utils/foregroundColour/foregroundColor.js.map +1 -1
- package/dist/utils/forms/field.js +2 -59
- package/dist/utils/forms/field.js.map +1 -1
- package/dist/utils/padding/padding.js +2 -171
- package/dist/utils/padding/padding.js.map +1 -1
- package/dist/utils/position/position.js +2 -13
- package/dist/utils/position/position.js.map +1 -1
- package/package.json +13 -4
- package/dist/TabPanel-DNAQ5FkE.js.map +0 -1
- package/dist/index-DdUYounA.js.map +0 -1
- /package/dist/assets/{Accordion.css → src/components/Accordion/Accordion.module.css} +0 -0
- /package/dist/assets/{AviosBadge.css → src/components/AviosBadge/AviosBadge.module.css} +0 -0
- /package/dist/assets/{AviosCurrency.css → src/components/AviosCurrency/AviosCurrency.module.css} +0 -0
- /package/dist/assets/{AviosCurrencyBadge.css → src/components/AviosCurrencyBadge/AviosCurrencyBadge.module.css} +0 -0
- /package/dist/assets/{AviosCurrencySymbol.css → src/components/AviosCurrencySymbol/AviosCurrencySymbol.module.css} +0 -0
- /package/dist/assets/{Badge.css → src/components/Badge/Badge.module.css} +0 -0
- /package/dist/assets/{Button.css → src/components/Button/Button.module.css} +0 -0
- /package/dist/assets/{ButtonGroup.css → src/components/ButtonGroup/ButtonGroup.module.css} +0 -0
- /package/dist/assets/{CalloutBanner.css → src/components/CalloutBanner/CalloutBanner.module.css} +0 -0
- /package/dist/assets/{CardSection.css → src/components/CardSection/CardSection.module.css} +0 -0
- /package/dist/assets/{AutoplayControl.css → src/components/Carousel/AutoplayControl/AutoplayControl.module.css} +0 -0
- /package/dist/assets/{Carousel.css → src/components/Carousel/Carousel.module.css} +0 -0
- /package/dist/assets/{CarouselButton.css → src/components/Carousel/CarouselButton/CarouselButton.module.css} +0 -0
- /package/dist/assets/{CarouselDots.css → src/components/Carousel/CarouselDots/CarouselDots.module.css} +0 -0
- /package/dist/assets/{CheckboxGroup.css → src/components/CheckboxGroup/CheckboxGroup.module.css} +0 -0
- /package/dist/assets/{ClearFieldButton.css → src/components/ClearFieldButton/ClearFieldButton.module.css} +0 -0
- /package/dist/assets/{ComboBox.css → src/components/ComboBox/ComboBox.module.css} +0 -0
- /package/dist/assets/{CreditCardNumberField.css → src/components/CreditCardNumberField/CreditCardNumberField.module.css} +0 -0
- /package/dist/assets/{CreditCardSecurityCodeField.css → src/components/CreditCardSecurityCodeField/CreditCardSecurityCodeField.module.css} +0 -0
- /package/dist/assets/{Currency.css → src/components/Currency/Currency.module.css} +0 -0
- /package/dist/assets/{DateField.css → src/components/DateField/DateField.module.css} +0 -0
- /package/dist/assets/{DestinationHeading.css → src/components/DestinationHeading/DestinationHeading.module.css} +0 -0
- /package/dist/assets/{DetailsDisclosure.css → src/components/DetailsDisclosure/DetailsDisclosure.module.css} +0 -0
- /package/dist/assets/{Dialog.css → src/components/Dialog/Dialog.module.css} +0 -0
- /package/dist/assets/{ErrorSummary.css → src/components/ErrorSummary/ErrorSummary.module.css} +0 -0
- /package/dist/assets/{Eyebrow.css → src/components/Eyebrow/Eyebrow.module.css} +0 -0
- /package/dist/assets/{FieldDescription.css → src/components/FieldDescription/FieldDescription.module.css} +0 -0
- /package/dist/assets/{FieldError.css → src/components/FieldError/FieldError.module.css} +0 -0
- /package/dist/assets/{FieldHeader.css → src/components/FieldHeader/FieldHeader.module.css} +0 -0
- /package/dist/assets/{FieldLabel.css → src/components/FieldLabel/FieldLabel.module.css} +0 -0
- /package/dist/assets/{Fieldset.css → src/components/Fieldset/Fieldset.module.css} +0 -0
- /package/dist/assets/{FieldsetHeader.css → src/components/FieldsetHeader/FieldsetHeader.module.css} +0 -0
- /package/dist/assets/{Form.css → src/components/Form/Form.module.css} +0 -0
- /package/dist/assets/{Grid.css → src/components/Grid/Grid.module.css} +0 -0
- /package/dist/assets/{Heading.css → src/components/Heading/Heading.module.css} +0 -0
- /package/dist/assets/{Icon.css → src/components/Icon/Icon.module.css} +0 -0
- /package/dist/assets/{IconBackdrop.css → src/components/IconBackdrop/IconBackdrop.module.css} +0 -0
- /package/dist/assets/{IconButton.css → src/components/IconButton/IconButton.module.css} +0 -0
- /package/dist/assets/{Image.css → src/components/Image/Image.module.css} +0 -0
- /package/dist/assets/{Label.css → src/components/Label/Label.module.css} +0 -0
- /package/dist/assets/{Link.css → src/components/Link/Link.module.css} +0 -0
- /package/dist/assets/{ListBox.css → src/components/ListBox/ListBox.module.css} +0 -0
- /package/dist/assets/{ListBoxItem.css → src/components/ListBoxItem/ListBoxItem.module.css} +0 -0
- /package/dist/assets/{LoadingSpinner.css → src/components/LoadingSpinner/LoadingSpinner.module.css} +0 -0
- /package/dist/assets/{Menu.css → src/components/Menu/Menu.module.css} +0 -0
- /package/dist/assets/{MonthYearField.css → src/components/MonthYearField/MonthYearField.module.css} +0 -0
- /package/dist/assets/{NumberField.css → src/components/NumberField/NumberField.module.css} +0 -0
- /package/dist/assets/{Paragraph.css → src/components/Paragraph/Paragraph.module.css} +0 -0
- /package/dist/assets/{PasswordField.css → src/components/PasswordField/PasswordField.module.css} +0 -0
- /package/dist/assets/{PhoneNumberField.css → src/components/PhoneNumberField/PhoneNumberField.module.css} +0 -0
- /package/dist/assets/{Popover.css → src/components/Popover/Popover.module.css} +0 -0
- /package/dist/assets/{Radio.css → src/components/Radio/Radio.module.css} +0 -0
- /package/dist/assets/{RadioGroup.css → src/components/RadioGroup/RadioGroup.module.css} +0 -0
- /package/dist/assets/{SearchField.css → src/components/SearchField/SearchField.module.css} +0 -0
- /package/dist/assets/{Section.css → src/components/Section/Section.module.css} +0 -0
- /package/dist/assets/{SelectNative.css → src/components/SelectNative/SelectNative.module.css} +0 -0
- /package/dist/assets/{Slider.css → src/components/Slider/Slider.module.css} +0 -0
- /package/dist/assets/{Spacer.css → src/components/Spacer/Spacer.module.css} +0 -0
- /package/dist/assets/{SubHeading.css → src/components/SubHeading/SubHeading.module.css} +0 -0
- /package/dist/assets/{Switch.css → src/components/Switch/Switch.module.css} +0 -0
- /package/dist/assets/{TabPanel.css → src/components/Tabs/Tabs.module.css} +0 -0
- /package/dist/assets/{Tag.css → src/components/Tag/Tag.module.css} +0 -0
- /package/dist/assets/{TagGroup.css → src/components/TagGroup/TagGroup.module.css} +0 -0
- /package/dist/assets/{TextAreaField.css → src/components/TextAreaField/TextAreaField.module.css} +0 -0
- /package/dist/assets/{TextField.css → src/components/TextField/TextField.module.css} +0 -0
- /package/dist/assets/{ToggleButton.css → src/components/ToggleButton/ToggleButton.module.css} +0 -0
- /package/dist/assets/{ToggleIconButton.css → src/components/ToggleIconButton/ToggleIconButton.module.css} +0 -0
- /package/dist/assets/{Tooltip.css → src/components/Tooltip/Tooltip.module.css} +0 -0
- /package/dist/assets/{Field.css → src/components/_base/Field/Field.module.css} +0 -0
- /package/dist/assets/{global.css → src/components/global.css} +0 -0
- /package/dist/assets/{backgroundColor.css → src/utils/backgroundColor/backgroundColor.module.css} +0 -0
- /package/dist/assets/{border.css → src/utils/border/border.module.css} +0 -0
- /package/dist/assets/{flex.css → src/utils/flex/flex.module.css} +0 -0
- /package/dist/assets/{focusStyles.css → src/utils/focus/FocusStyles.module.css} +0 -0
- /package/dist/assets/{foregroundColor.css → src/utils/foregroundColour/foregroundColor.module.css} +0 -0
- /package/dist/assets/{field2.css → src/utils/forms/field.module.css} +0 -0
- /package/dist/assets/{padding.css → src/utils/padding/padding.module.css} +0 -0
- /package/dist/assets/{position.css → src/utils/position/position.module.css} +0 -0
package/dist/assets/{SkeletonLoader.css → node_modules/react-loading-skeleton/dist/skeleton.css}
RENAMED
|
@@ -1 +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}}
|
|
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}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._checkbox_1twm2_2{align-items:center;box-sizing:border-box;color:var(--alto-sem-color-fg-primary);cursor:pointer;display:flex;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);forced-color-adjust:none;gap:.571rem;letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-body-md-line-height);min-height:48px}._checkboxContainer_1twm2_19{display:flex;flex-direction:column}._checkboxLabel_1twm2_24{padding-left:var(--alto-sem-space-3xs)}._checkboxDescription_1twm2_28{padding-left:42px}._checkboxSvgWrapper_1twm2_32{align-items:center;background:var(--alto-sem-color-bg-layer2-default);border:2px solid var(--alto-sem-color-border-primary-default);border-radius:var(--alto-checkbox-radius);box-sizing:border-box;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}._checkbox_1twm2_2 ._svg_1twm2_46{
|
|
1
|
+
._checkbox_1twm2_2{align-items:center;box-sizing:border-box;color:var(--alto-sem-color-fg-primary);cursor:pointer;display:flex;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);forced-color-adjust:none;gap:.571rem;letter-spacing:var(--alto-sem-text-body-md-letter-spacing);line-height:var(--alto-sem-text-body-md-line-height);min-height:48px}._checkboxContainer_1twm2_19{display:flex;flex-direction:column}._checkboxLabel_1twm2_24{padding-left:var(--alto-sem-space-3xs)}._checkboxDescription_1twm2_28{padding-left:42px}._checkboxSvgWrapper_1twm2_32{align-items:center;background:var(--alto-sem-color-bg-layer2-default);border:2px solid var(--alto-sem-color-border-primary-default);border-radius:var(--alto-checkbox-radius);box-sizing:border-box;display:flex;flex-direction:column;height:1.5rem;justify-content:center;width:1.5rem}._checkbox_1twm2_2 ._svg_1twm2_46{fill:none;height:1rem;stroke:var(--alto-sem-color-fg-accent-on-vibrant);stroke-dasharray:22px;stroke-dashoffset:66;stroke-width:3px;transition:all .2s;width:1rem}._checkbox_1twm2_2[data-hovered] ._checkboxSvgWrapper_1twm2_32{border-color:var(--alto-sem-color-border-primary-hover)}._checkbox_1twm2_2[data-pressed] ._checkboxSvgWrapper_1twm2_32{border-color:var(--alto-sem-color-border-primary-active)}._checkbox_1twm2_2[data-focus-visible] ._checkboxSvgWrapper_1twm2_32{outline-offset:var(--alto-sem-border-width-md);outline-style:solid;outline-width:var(--alto-sem-border-width-md)}._defaultFocus_1twm2_74[data-focus-visible] ._checkboxSvgWrapper_1twm2_32{outline-color:var(--alto-sem-color-border-accent)}._whiteFocus_1twm2_78[data-focus-visible] ._checkboxSvgWrapper_1twm2_32{outline-color:var(--alto-sem-color-border-white)}._checkbox_1twm2_2[data-disabled]{color:var(--alto-sem-color-fg-disabled-primary)}._checkboxSvgWrapper_1twm2_32[data-disabled]{background:var(--alto-sem-color-bg-disabled-subtle);border-color:var(--alto-sem-color-border-disabled-subtle);cursor:default}._svg_1twm2_46[data-disabled]{stroke:var(--alto-sem-color-fg-disabled-on-subtle)}._checkbox_1twm2_2[data-selected] ._checkboxSvgWrapper_1twm2_32{background:var(--alto-sem-color-bg-accent-vibrant-default);border-color:var(--alto-sem-color-bg-accent-vibrant-default)}._checkbox_1twm2_2[data-selected][data-hovered] ._checkboxSvgWrapper_1twm2_32{background:var(--alto-sem-color-bg-accent-vibrant-hover);border-color:var(--alto-sem-color-bg-accent-vibrant-hover)}._checkbox_1twm2_2[data-selected][data-pressed] ._checkboxSvgWrapper_1twm2_32{background:var(--alto-sem-color-bg-accent-vibrant-active);border-color:var(--alto-sem-color-bg-accent-vibrant-active)}._checkbox_1twm2_2[data-selected] ._svg_1twm2_46{stroke-dashoffset:44}._checkbox_1twm2_2[data-indeterminate] ._checkboxSvgWrapper_1twm2_32{background:var(--alto-sem-color-bg-accent-vibrant-default);border-color:var(--alto-sem-color-bg-accent-vibrant-default)}._checkbox_1twm2_2[data-indeterminate] ._svg_1twm2_46{fill:var(--alto-sem-color-fg-accent-on-vibrant);stroke:none}._checkbox_1twm2_2[data-invalid] ._checkboxSvgWrapper_1twm2_32{background:var(--alto-sem-color-bg-critical-subtle-default);border-color:var(--alto-sem-color-border-critical)}._checkbox_1twm2_2[data-invalid][data-hovered] ._checkboxSvgWrapper_1twm2_32{background:var(--alto-sem-color-bg-critical-subtle-hover)}._checkbox_1twm2_2[data-invalid][data-pressed] ._checkboxSvgWrapper_1twm2_32{background:var(--alto-sem-color-bg-tertiary-active)}._checkbox_1twm2_2[data-invalid][data-indeterminate] ._checkboxSvgWrapper_1twm2_32,._checkbox_1twm2_2[data-invalid][data-selected] ._checkboxSvgWrapper_1twm2_32{background:var(--alto-sem-color-bg-critical-vibrant-default);border-color:var(--alto-sem-color-bg-critical-vibrant-hover)}._checkbox_1twm2_2[data-invalid][data-indeterminate][data-hovered] ._checkboxSvgWrapper_1twm2_32,._checkbox_1twm2_2[data-invalid][data-selected][data-hovered] ._checkboxSvgWrapper_1twm2_32{background:var(--alto-sem-color-bg-critical-vibrant-hover)}._checkbox_1twm2_2[data-invalid][data-indeterminate][data-pressed] ._checkboxSvgWrapper_1twm2_32,._checkbox_1twm2_2[data-invalid][data-selected][data-pressed] ._checkboxSvgWrapper_1twm2_32{background:var(--alto-sem-color-bg-critical-subtle-active);border-color:var(--alto-sem-color-bg-critical-vibrant-active)}._checkbox_1twm2_2[data-disabled] ._checkboxSvgWrapper_1twm2_32{background-color:var(--alto-sem-color-bg-disabled-subtle);border-color:var(--alto-sem-color-border-disabled-subtle)}._checkbox_1twm2_2[data-disabled] ._svg_1twm2_46{stroke:var(--alto-sem-color-fg-disabled-on-subtle)}._checkbox_1twm2_2[data-indeterminate] ._svg_1twm2_46{stroke:var(--alto-sem-color-fg-disabled-onSubtle)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
._select-card_1xxiy_1{align-items:flex-start;background:var(--alto-sem-color-bg-layer2-default);border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-secondary);border-radius:var(--alto-card-radius,12px);cursor:pointer;display:flex;flex-direction:column;gap:var(--alto-sem-space-xs);justify-content:center;padding:var(--alto-sem-space-md) var(--alto-sem-space-sm);width:-webkit-fill-available}._select-card_1xxiy_1[data-hovered]{background:var(--alto-sem-color-bg-layer2-hover)}._select-card_1xxiy_1[data-pressed]{background:var(--alto-sem-color-bg-layer2-active)}._select-card_1xxiy_1[data-disabled]{background:var(--alto-sem-color-bg-disabled-subtle);border-color:var(--alto-sem-color-border-disabled-subtle)}._select-card_1xxiy_1[data-focus-visible],._select-card_1xxiy_1[data-selected][data-select-control=false]{border-color:var(--alto-sem-color-border-accent)}._select-card_1xxiy_1[data-focus-visible]{outline-color:var(--alto-sem-color-border-accent);outline-offset:0;outline-style:solid;outline-width:var(--alto-sem-border-width-sm)}._select-card_1xxiy_1[data-focus-visible][data-selected]{outline-width:var(--alto-sem-border-width-lg)}._select-card__header_1xxiy_46{align-items:center;display:flex;gap:var(--alto-sem-space-xs);width:100%}._select-card__header_1xxiy_46[data-select-control=false]>._checkboxSvgWrapper_1xxiy_53{display:none}._select-card_1xxiy_1[data-disabled] ._select-card__start-slot_1xxiy_58{opacity:.5}._select-card__label-title_1xxiy_63{color:var(--alto-sem-color-fg-primary);font-family:var(--alto-sem-text-body-font-family);font-size:var(--alto-sem-text-body-lg-font-size);font-style:normal;font-weight:var(--alto-sem-text-heading-lg-font-weight);letter-spacing:var(--alto-sem-text-body-lg-letter-spacing);line-height:var(--alto-sem-text-body-lg-line-height);margin:0;text-align:left}._select-card_1xxiy_1[data-disabled] ._select-card__label-title_1xxiy_63{color:var(--alto-sem-color-fg-disabled-on-subtle)}._select-card__label_1xxiy_63{display:flex;flex:0 1 auto;flex-direction:column;width:100%}._select-card__end-slot_1xxiy_87{align-items:center;display:flex;flex:0 0 auto;justify-content:center}._select-card_1xxiy_1[data-disabled] ._select-card__end-slot_1xxiy_87{opacity:.5}._select-card__body_1xxiy_99{display:flex;width:-webkit-fill-available}._select-card_1xxiy_1[data-disabled] ._select-card__body_1xxiy_99{opacity:.5}._select-card_1xxiy_1:not([data-selected]) ._select-card__details_1xxiy_110{display:none}._select-card_1xxiy_1[data-selected] ._select-card__details_1xxiy_110{display:flex;width:-webkit-fill-available}._select-card_1xxiy_1[data-disabled] ._select-card__details_1xxiy_110{display:none}._select-card__checkbox_1xxiy_124 ._checkboxSvgWrapper_1xxiy_53{align-items:center;background:var(--alto-sem-color-bg-layer2-default);border:1px solid var(--alto-sem-color-border-primary-default);border-radius:var(--alto-checkbox-radius);box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;height:1.5rem;justify-content:center;width:1.5rem}._select-card_1xxiy_1 ._svg_1xxiy_138{
|
|
1
|
+
._select-card_1xxiy_1{align-items:flex-start;background:var(--alto-sem-color-bg-layer2-default);border:var(--alto-sem-border-width-sm) solid var(--alto-sem-color-border-secondary);border-radius:var(--alto-card-radius,12px);cursor:pointer;display:flex;flex-direction:column;gap:var(--alto-sem-space-xs);justify-content:center;padding:var(--alto-sem-space-md) var(--alto-sem-space-sm);width:-webkit-fill-available}._select-card_1xxiy_1[data-hovered]{background:var(--alto-sem-color-bg-layer2-hover)}._select-card_1xxiy_1[data-pressed]{background:var(--alto-sem-color-bg-layer2-active)}._select-card_1xxiy_1[data-disabled]{background:var(--alto-sem-color-bg-disabled-subtle);border-color:var(--alto-sem-color-border-disabled-subtle)}._select-card_1xxiy_1[data-focus-visible],._select-card_1xxiy_1[data-selected][data-select-control=false]{border-color:var(--alto-sem-color-border-accent)}._select-card_1xxiy_1[data-focus-visible]{outline-color:var(--alto-sem-color-border-accent);outline-offset:0;outline-style:solid;outline-width:var(--alto-sem-border-width-sm)}._select-card_1xxiy_1[data-focus-visible][data-selected]{outline-width:var(--alto-sem-border-width-lg)}._select-card__header_1xxiy_46{align-items:center;display:flex;gap:var(--alto-sem-space-xs);width:100%}._select-card__header_1xxiy_46[data-select-control=false]>._checkboxSvgWrapper_1xxiy_53{display:none}._select-card_1xxiy_1[data-disabled] ._select-card__start-slot_1xxiy_58{opacity:.5}._select-card__label-title_1xxiy_63{color:var(--alto-sem-color-fg-primary);font-family:var(--alto-sem-text-body-font-family);font-size:var(--alto-sem-text-body-lg-font-size);font-style:normal;font-weight:var(--alto-sem-text-heading-lg-font-weight);letter-spacing:var(--alto-sem-text-body-lg-letter-spacing);line-height:var(--alto-sem-text-body-lg-line-height);margin:0;text-align:left}._select-card_1xxiy_1[data-disabled] ._select-card__label-title_1xxiy_63{color:var(--alto-sem-color-fg-disabled-on-subtle)}._select-card__label_1xxiy_63{display:flex;flex:0 1 auto;flex-direction:column;width:100%}._select-card__end-slot_1xxiy_87{align-items:center;display:flex;flex:0 0 auto;justify-content:center}._select-card_1xxiy_1[data-disabled] ._select-card__end-slot_1xxiy_87{opacity:.5}._select-card__body_1xxiy_99{display:flex;width:-webkit-fill-available}._select-card_1xxiy_1[data-disabled] ._select-card__body_1xxiy_99{opacity:.5}._select-card_1xxiy_1:not([data-selected]) ._select-card__details_1xxiy_110{display:none}._select-card_1xxiy_1[data-selected] ._select-card__details_1xxiy_110{display:flex;width:-webkit-fill-available}._select-card_1xxiy_1[data-disabled] ._select-card__details_1xxiy_110{display:none}._select-card__checkbox_1xxiy_124 ._checkboxSvgWrapper_1xxiy_53{align-items:center;background:var(--alto-sem-color-bg-layer2-default);border:1px solid var(--alto-sem-color-border-primary-default);border-radius:var(--alto-checkbox-radius);box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;height:1.5rem;justify-content:center;width:1.5rem}._select-card_1xxiy_1 ._svg_1xxiy_138{fill:none;height:1rem;stroke:var(--alto-sem-color-fg-accent-on-vibrant);stroke-dasharray:22px;stroke-dashoffset:66;stroke-width:3px;transition:all .2s;width:1rem}._select-card__checkbox_1xxiy_124[data-selected] ._checkboxSvgWrapper_1xxiy_53{background:var(--alto-sem-color-bg-accent-vibrant-default);border-color:var(--alto-sem-color-bg-accent-vibrant-default)}._select-card__checkbox_1xxiy_124[data-selected][data-hovered] ._checkboxSvgWrapper_1xxiy_53{background:var(--alto-sem-color-bg-accent-vibrant-hover);border-color:var(--alto-sem-color-bg-accent-vibrant-hover)}._select-card__checkbox_1xxiy_124[data-selected][data-pressed] ._checkboxSvgWrapper_1xxiy_53{background:var(--alto-sem-color-bg-accent-vibrant-active);border-color:var(--alto-sem-color-bg-accent-vibrant-active)}._select-card__checkbox_1xxiy_124[data-selected] ._svg_1xxiy_138{stroke-dashoffset:44}._select-card__checkbox_1xxiy_124[data-hovered] ._checkboxSvgWrapper_1xxiy_53{border-color:var(--alto-sem-color-border-primary-hover)}._select-card__checkbox_1xxiy_124[data-pressed] ._checkboxSvgWrapper_1xxiy_53{border-color:var(--alto-sem-color-border-primary-active)}._select-card__checkbox_1xxiy_124[data-focus-visible][data-select-control=false] ._checkboxSvgWrapper_1xxiy_53{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)}._select-card__checkbox_1xxiy_124[data-selected=true][data-select-control=false]{border-color:var(--alto-sem-color-border-accent)}._select-card_1xxiy_1[data-disabled] ._checkboxSvgWrapper_1xxiy_53{background:var(--alto-sem-color-bg-disabled-subtle);border-color:var(--alto-sem-color-border-disabled-subtle)}._select-card_1xxiy_1[data-disabled][data-selected] ._checkboxSvgWrapper_1xxiy_53{border-color:transparent}._select-card_1xxiy_1[data-disabled] ._svg_1xxiy_138{stroke:var(--alto-sem-color-fg-disabled-on-subtle)}._select-card__radio_1xxiy_208 ._select-card__header_1xxiy_46:before{background-color:var(--alto-sem-color-bg-layer2-default);border:1px solid var(--alto-sem-color-border-primary-default);border-radius:var(--alto-sem-radius-circle);box-sizing:border-box;content:"";display:block;flex-shrink:0;height:1.5rem;transition:all .2s;width:1.5rem}._select-card__radio_1xxiy_208[data-hovered] ._select-card__header_1xxiy_46:before{border-color:var(--alto-sem-color-border-primary-hover)}._select-card__radio_1xxiy_208[data-focus-visible][data-select-control=false] ._select-card__header_1xxiy_46:before{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);transition:none}._select-card__radio_1xxiy_208[data-pressed] ._select-card__header_1xxiy_46:before{border-color:var(--alto-sem-color-border-primary-active)}._select-card__radio_1xxiy_208[data-selected] ._select-card__header_1xxiy_46:before{background-color:var(--alto-sem-color-fg-critical-on-vibrant);border-color:var(--alto-sem-color-bg-accent-vibrant-default);border-width:.5rem;box-shadow:0 0 0 1px var(--alto-sem-color-border-white)}._select-card__radio_1xxiy_208[data-selected][data-hovered] ._select-card__header_1xxiy_46:before{border-color:var(--alto-sem-color-bg-accent-vibrant-hover)}._select-card__radio_1xxiy_208[data-selected][data-focused] ._select-card__header_1xxiy_46:before{border-color:var(--alto-sem-color-bg-accent-vibrant-active)}._select-card__radio_1xxiy_208[data-selected][data-focus-visible] ._select-card__header_1xxiy_46:before{border-color:var(--alto-sem-color-bg-accent-vibrant-hover)}._select-card__radio_1xxiy_208[data-selected][data-pressed] ._select-card__header_1xxiy_46:before{border-color:var(--alto-sem-color-bg-accent-vibrant-active)}._select-card__radio_1xxiy_208[data-invalid] ._select-card__header_1xxiy_46:before{background:var(--alto-sem-color-bg-critical-subtle-default);border:var(--alto-sem-border-width-md) solid var(--alto-sem-color-border-critical);border-radius:var(--alto-sem-radius-circle)}._select-card__radio_1xxiy_208[data-invalid][data-hovered] ._select-card__header_1xxiy_46:before{background-color:var(--alto-sem-color-bg-tertiary-hover);border-color:var(--alto-sem-color-border-critical)}._select-card__radio_1xxiy_208[data-invalid][data-focused] ._select-card__header_1xxiy_46:before{border-color:var(--alto-sem-color-border-critical)}._select-card__radio_1xxiy_208[data-invalid][data-focus-visible] ._select-card__header_1xxiy_46:before,._select-card__radio_1xxiy_208[data-invalid][data-pressed] ._select-card__header_1xxiy_46:before{background-color:var(--alto-sem-color-bg-tertiary-active);border-color:var(--alto-sem-color-border-critical)}._select-card__radio_1xxiy_208[data-invalid][data-selected] ._select-card__header_1xxiy_46:before{background-color:var(--alto-sem-color-fg-critical-on-vibrant);border-color:var(--alto-sem-color-bg-critical-vibrant-default);border-width:.5rem}._select-card__radio_1xxiy_208[data-disabled] ._select-card__header_1xxiy_46:before{background:var(--alto-sem-color-bg-disabled-subtle);border:1px solid var(--alto-sem-color-border-disabled-subtle);border-radius:var(--alto-sem-radius-circle)}._select-card__radio_1xxiy_208[data-disabled][data-selected] ._select-card__header_1xxiy_46:before{background-color:var(--alto-sem-color-bg-disabled-subtle);border-color:var(--alto-sem-color-bg-disabled-subtle);border-width:.5rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._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}}
|
|
@@ -2,57 +2,26 @@ import { jsxs, jsx } from "react/jsx-runtime";
|
|
|
2
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
|
-
import
|
|
6
|
-
const accordionGroup = "_accordionGroup_1m3lr_14";
|
|
7
|
-
const accordionStack = "_accordionStack_1m3lr_20";
|
|
8
|
-
const accordionHeader = "_accordionHeader_1m3lr_26";
|
|
9
|
-
const trigger = "_trigger_1m3lr_33";
|
|
10
|
-
const buttonContent = "_buttonContent_1m3lr_42";
|
|
11
|
-
const titleContainer = "_titleContainer_1m3lr_50";
|
|
12
|
-
const titleWrapper = "_titleWrapper_1m3lr_57";
|
|
13
|
-
const endContainer = "_endContainer_1m3lr_62";
|
|
14
|
-
const titleStart = "_titleStart_1m3lr_68";
|
|
15
|
-
const titleEnd = "_titleEnd_1m3lr_69";
|
|
16
|
-
const accordionTitle = "_accordionTitle_1m3lr_74";
|
|
17
|
-
const accordionDescription = "_accordionDescription_1m3lr_87";
|
|
18
|
-
const iconWrapper = "_iconWrapper_1m3lr_96";
|
|
19
|
-
const panelContent = "_panelContent_1m3lr_128";
|
|
20
|
-
const styles = {
|
|
21
|
-
accordion,
|
|
22
|
-
accordionGroup,
|
|
23
|
-
accordionStack,
|
|
24
|
-
accordionHeader,
|
|
25
|
-
trigger,
|
|
26
|
-
buttonContent,
|
|
27
|
-
titleContainer,
|
|
28
|
-
titleWrapper,
|
|
29
|
-
endContainer,
|
|
30
|
-
titleStart,
|
|
31
|
-
titleEnd,
|
|
32
|
-
accordionTitle,
|
|
33
|
-
accordionDescription,
|
|
34
|
-
iconWrapper,
|
|
35
|
-
panelContent
|
|
36
|
-
};
|
|
5
|
+
import styles from "../../src/components/Accordion/Accordion.module.css.js";
|
|
37
6
|
const AccordionTrigger = ({
|
|
38
7
|
title,
|
|
39
8
|
description,
|
|
40
|
-
titleStart
|
|
41
|
-
titleEnd
|
|
9
|
+
titleStart,
|
|
10
|
+
titleEnd,
|
|
42
11
|
id
|
|
43
12
|
}) => {
|
|
44
13
|
return /* @__PURE__ */ jsx(Button, { slot: "trigger", className: styles.trigger, ...id ? {
|
|
45
14
|
id
|
|
46
15
|
} : {}, children: /* @__PURE__ */ jsxs("span", { className: styles.buttonContent, children: [
|
|
47
16
|
/* @__PURE__ */ jsxs("span", { className: styles.titleContainer, children: [
|
|
48
|
-
|
|
17
|
+
titleStart && /* @__PURE__ */ jsx("span", { className: styles.titleStart, children: titleStart }),
|
|
49
18
|
/* @__PURE__ */ jsxs("div", { className: styles.titleWrapper, children: [
|
|
50
19
|
/* @__PURE__ */ jsx("h3", { className: styles.accordionTitle, children: title }),
|
|
51
20
|
description && /* @__PURE__ */ jsx("p", { className: styles.accordionDescription, children: description })
|
|
52
21
|
] })
|
|
53
22
|
] }),
|
|
54
23
|
/* @__PURE__ */ jsxs("span", { className: styles.endContainer, children: [
|
|
55
|
-
|
|
24
|
+
titleEnd && /* @__PURE__ */ jsx("span", { className: styles.titleEnd, children: titleEnd }),
|
|
56
25
|
/* @__PURE__ */ jsx(Icon, { iconName: "chevron-down", iconPrefix: "fas", className: styles.iconWrapper })
|
|
57
26
|
] })
|
|
58
27
|
] }) });
|
|
@@ -95,14 +64,14 @@ const Accordion = ({
|
|
|
95
64
|
children,
|
|
96
65
|
defaultExpanded = false,
|
|
97
66
|
className,
|
|
98
|
-
titleStart
|
|
99
|
-
titleEnd
|
|
67
|
+
titleStart,
|
|
68
|
+
titleEnd,
|
|
100
69
|
id,
|
|
101
70
|
...props
|
|
102
71
|
}) => {
|
|
103
72
|
const accordionClasses = [styles.accordion, className].filter(Boolean).join(" ");
|
|
104
73
|
return /* @__PURE__ */ jsxs(Disclosure, { className: accordionClasses, defaultExpanded, id, ...props, children: [
|
|
105
|
-
/* @__PURE__ */ jsx(AccordionTrigger, { title, description, titleStart
|
|
74
|
+
/* @__PURE__ */ jsx(AccordionTrigger, { title, description, titleStart, titleEnd, id }),
|
|
106
75
|
/* @__PURE__ */ jsx(AccordionPanel, { children })
|
|
107
76
|
] });
|
|
108
77
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Accordion.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,38 +1,19 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { Badge } from "../Badge/Badge.js";
|
|
3
3
|
import { AviosCurrencySymbol } from "../AviosCurrencySymbol/AviosCurrencySymbol.js";
|
|
4
|
-
import
|
|
5
|
-
const collect = "_collect_a9p4a_13";
|
|
6
|
-
const spend = "_spend_a9p4a_18";
|
|
7
|
-
const content = "_content_a9p4a_23";
|
|
8
|
-
const points = "_points_a9p4a_30";
|
|
9
|
-
const label = "_label_a9p4a_31";
|
|
10
|
-
const textEnd = "_textEnd_a9p4a_37";
|
|
11
|
-
const sm = "_sm_a9p4a_43";
|
|
12
|
-
const lg = "_lg_a9p4a_48";
|
|
13
|
-
const styles = {
|
|
14
|
-
aviosBadge,
|
|
15
|
-
collect,
|
|
16
|
-
spend,
|
|
17
|
-
content,
|
|
18
|
-
points,
|
|
19
|
-
label,
|
|
20
|
-
textEnd,
|
|
21
|
-
sm,
|
|
22
|
-
lg
|
|
23
|
-
};
|
|
4
|
+
import styles from "../../src/components/AviosBadge/AviosBadge.module.css.js";
|
|
24
5
|
const AviosBadge = ({
|
|
25
6
|
kind = "collect",
|
|
26
7
|
size = "md",
|
|
27
|
-
textEnd
|
|
28
|
-
points
|
|
8
|
+
textEnd,
|
|
9
|
+
points,
|
|
29
10
|
children,
|
|
30
11
|
ariaLabel,
|
|
31
12
|
className,
|
|
32
13
|
...props
|
|
33
14
|
}) => {
|
|
34
|
-
const formattedPoints =
|
|
35
|
-
const defaultAriaLabel = `${kind} ${formattedPoints} ${children || "Avios"} ${
|
|
15
|
+
const formattedPoints = points.toLocaleString();
|
|
16
|
+
const defaultAriaLabel = `${kind} ${formattedPoints} ${children || "Avios"} ${textEnd || ""}`.trim();
|
|
36
17
|
const iconSizes = {
|
|
37
18
|
sm: "18px",
|
|
38
19
|
md: "20px",
|
|
@@ -44,9 +25,9 @@ const AviosBadge = ({
|
|
|
44
25
|
/* @__PURE__ */ jsxs("span", { className: styles.content, children: [
|
|
45
26
|
/* @__PURE__ */ jsx("span", { className: styles.points, children: formattedPoints }),
|
|
46
27
|
children && /* @__PURE__ */ jsx("span", { className: styles.label, children }),
|
|
47
|
-
|
|
28
|
+
textEnd && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
48
29
|
/* @__PURE__ */ jsx("span", { className: styles.plusSign, children: "+" }),
|
|
49
|
-
/* @__PURE__ */ jsx("span", { className: styles.textEnd, children:
|
|
30
|
+
/* @__PURE__ */ jsx("span", { className: styles.textEnd, children: textEnd })
|
|
50
31
|
] })
|
|
51
32
|
] })
|
|
52
33
|
] });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AviosBadge.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AviosBadge.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,31 +1,9 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo } from "react";
|
|
3
|
-
import
|
|
3
|
+
import styles from "../../src/components/AviosCurrency/AviosCurrency.module.css.js";
|
|
4
|
+
import { cva } from "../../node_modules/class-variance-authority/dist/index.js";
|
|
4
5
|
import { AviosCurrencySymbol } from "../AviosCurrencySymbol/AviosCurrencySymbol.js";
|
|
5
6
|
import { Icon } from "../Icon/Icon.js";
|
|
6
|
-
import '../../assets/AviosCurrency.css';const aviosCurrency$1 = "_aviosCurrency_sqlpf_1";
|
|
7
|
-
const aviosCurrencyName = "_aviosCurrencyName_sqlpf_13";
|
|
8
|
-
const styles = {
|
|
9
|
-
aviosCurrency: aviosCurrency$1,
|
|
10
|
-
aviosCurrencyName,
|
|
11
|
-
"aviosCurrency-strikethrough": "_aviosCurrency-strikethrough_sqlpf_17",
|
|
12
|
-
"aviosCurrency-primary": "_aviosCurrency-primary_sqlpf_34",
|
|
13
|
-
"aviosCurrency-secondary": "_aviosCurrency-secondary_sqlpf_38",
|
|
14
|
-
"aviosCurrency-white": "_aviosCurrency-white_sqlpf_42",
|
|
15
|
-
"aviosCurrency-onSpend": "_aviosCurrency-onSpend_sqlpf_46",
|
|
16
|
-
"aviosCurrency-onCollect": "_aviosCurrency-onCollect_sqlpf_50",
|
|
17
|
-
"aviosCurrency-accentPrimary": "_aviosCurrency-accentPrimary_sqlpf_54",
|
|
18
|
-
"aviosCurrency-accentSecondary": "_aviosCurrency-accentSecondary_sqlpf_58",
|
|
19
|
-
"aviosCurrency-xl": "_aviosCurrency-xl_sqlpf_62",
|
|
20
|
-
"aviosCurrency-lg": "_aviosCurrency-lg_sqlpf_74",
|
|
21
|
-
"aviosCurrency-md": "_aviosCurrency-md_sqlpf_81",
|
|
22
|
-
"aviosCurrency-sm": "_aviosCurrency-sm_sqlpf_88",
|
|
23
|
-
"aviosCurrency-xs": "_aviosCurrency-xs_sqlpf_95",
|
|
24
|
-
"aviosCurrency-2xs": "_aviosCurrency-2xs_sqlpf_102",
|
|
25
|
-
"aviosCurrency-3xs": "_aviosCurrency-3xs_sqlpf_109",
|
|
26
|
-
"aviosCurrency-4xs": "_aviosCurrency-4xs_sqlpf_116",
|
|
27
|
-
"aviosCurrency-5xs": "_aviosCurrency-5xs_sqlpf_123"
|
|
28
|
-
};
|
|
29
7
|
const aviosCurrency = cva(styles.aviosCurrency, {
|
|
30
8
|
variants: {
|
|
31
9
|
styleVariant: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AviosCurrency.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AviosCurrency.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import styles from "../../src/components/AviosCurrencyBadge/AviosCurrencyBadge.module.css.js";
|
|
2
3
|
import { AviosCurrency } from "../AviosCurrency/AviosCurrency.js";
|
|
3
|
-
import {
|
|
4
|
-
import '../../assets/AviosCurrencyBadge.css';const aviosCurrencyBadge$1 = "_aviosCurrencyBadge_cc82y_1";
|
|
5
|
-
const collect = "_collect_cc82y_17";
|
|
6
|
-
const spend = "_spend_cc82y_21";
|
|
7
|
-
const xs = "_xs_cc82y_27";
|
|
8
|
-
const sm = "_sm_cc82y_38";
|
|
9
|
-
const md = "_md_cc82y_54";
|
|
10
|
-
const lg = "_lg_cc82y_70";
|
|
11
|
-
const xl = "_xl_cc82y_86";
|
|
12
|
-
const styles = {
|
|
13
|
-
aviosCurrencyBadge: aviosCurrencyBadge$1,
|
|
14
|
-
collect,
|
|
15
|
-
spend,
|
|
16
|
-
xs,
|
|
17
|
-
"xs-bold": "_xs-bold_cc82y_34",
|
|
18
|
-
sm,
|
|
19
|
-
"sm-bold": "_sm-bold_cc82y_45",
|
|
20
|
-
md,
|
|
21
|
-
"md-bold": "_md-bold_cc82y_61",
|
|
22
|
-
lg,
|
|
23
|
-
"lg-bold": "_lg-bold_cc82y_77",
|
|
24
|
-
xl,
|
|
25
|
-
"xl-bold": "_xl-bold_cc82y_93"
|
|
26
|
-
};
|
|
4
|
+
import { cva } from "../../node_modules/class-variance-authority/dist/index.js";
|
|
27
5
|
const aviosCurrencyBadge = cva(styles.aviosCurrencyBadge, {
|
|
28
6
|
variants: {
|
|
29
7
|
size: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AviosCurrencyBadge.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AviosCurrencyBadge.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import React__default from "react";
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
"aviosCurrencySymbol-primary": "_aviosCurrencySymbol-primary_152jd_1",
|
|
6
|
-
"aviosCurrencySymbol-secondary": "_aviosCurrencySymbol-secondary_152jd_11",
|
|
7
|
-
"aviosCurrencySymbol-white": "_aviosCurrencySymbol-white_152jd_21",
|
|
8
|
-
"aviosCurrencySymbol-onSpend": "_aviosCurrencySymbol-onSpend_152jd_31",
|
|
9
|
-
"aviosCurrencySymbol-onCollect": "_aviosCurrencySymbol-onCollect_152jd_41",
|
|
10
|
-
"aviosCurrencySymbol-accentPrimary": "_aviosCurrencySymbol-accentPrimary_152jd_51",
|
|
11
|
-
"aviosCurrencySymbol-accentSecondary": "_aviosCurrencySymbol-accentSecondary_152jd_61"
|
|
12
|
-
};
|
|
3
|
+
import { cva } from "../../node_modules/class-variance-authority/dist/index.js";
|
|
4
|
+
import styles from "../../src/components/AviosCurrencySymbol/AviosCurrencySymbol.module.css.js";
|
|
13
5
|
const aviosCurrencySymbol = cva(styles.aviosCurrencySymbol, {
|
|
14
6
|
variants: {
|
|
15
7
|
styleVariant: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AviosCurrencySymbol.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AviosCurrencySymbol.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,33 +1,8 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { cva } from "../../node_modules/class-variance-authority/dist/index.js";
|
|
3
3
|
import { Icon } from "../Icon/Icon.js";
|
|
4
|
+
import styles from "../../src/components/Badge/Badge.module.css.js";
|
|
4
5
|
import { focusStyleVariants } from "../../utils/focus/focusStyles.js";
|
|
5
|
-
import '../../assets/Badge.css';const badge$1 = "_badge_12fsq_1";
|
|
6
|
-
const md = "_md_12fsq_15";
|
|
7
|
-
const sm = "_sm_12fsq_24";
|
|
8
|
-
const neutral = "_neutral_12fsq_33";
|
|
9
|
-
const critical = "_critical_12fsq_38";
|
|
10
|
-
const warning = "_warning_12fsq_43";
|
|
11
|
-
const caution = "_caution_12fsq_48";
|
|
12
|
-
const success = "_success_12fsq_53";
|
|
13
|
-
const info = "_info_12fsq_58";
|
|
14
|
-
const brand = "_brand_12fsq_63";
|
|
15
|
-
const sale = "_sale_12fsq_68";
|
|
16
|
-
const white = "_white_12fsq_73";
|
|
17
|
-
const styles = {
|
|
18
|
-
badge: badge$1,
|
|
19
|
-
md,
|
|
20
|
-
sm,
|
|
21
|
-
neutral,
|
|
22
|
-
critical,
|
|
23
|
-
warning,
|
|
24
|
-
caution,
|
|
25
|
-
success,
|
|
26
|
-
info,
|
|
27
|
-
brand,
|
|
28
|
-
sale,
|
|
29
|
-
white
|
|
30
|
-
};
|
|
31
6
|
const badge = cva(styles.badge, {
|
|
32
7
|
variants: {
|
|
33
8
|
size: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Badge.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Badge.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,81 +1,14 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { cva } from "../../node_modules/class-variance-authority/dist/index.js";
|
|
3
3
|
import { forwardRef } from "react";
|
|
4
4
|
import { useButton } from "@react-aria/button";
|
|
5
|
+
import styles from "../../src/components/Button/Button.module.css.js";
|
|
5
6
|
import { useObjectRef, mergeProps } from "@react-aria/utils";
|
|
6
7
|
import { useHover } from "@react-aria/interactions";
|
|
7
8
|
import { useFocusRing } from "@react-aria/focus";
|
|
8
9
|
import { Icon } from "../Icon/Icon.js";
|
|
9
10
|
import LoadingSpinner from "../LoadingSpinner/LoadingSpinner.js";
|
|
10
11
|
import { focusStyleVariants } from "../../utils/focus/focusStyles.js";
|
|
11
|
-
import '../../assets/Button.css';const button$1 = "_button_1u9p3_1";
|
|
12
|
-
const content = "_content_1u9p3_19";
|
|
13
|
-
const isNotLoading = "_isNotLoading_1u9p3_28";
|
|
14
|
-
const loadingSpinner = "_loadingSpinner_1u9p3_28";
|
|
15
|
-
const isLoading = "_isLoading_1u9p3_37";
|
|
16
|
-
const focusWhite = "_focusWhite_1u9p3_53";
|
|
17
|
-
const sm = "_sm_1u9p3_60";
|
|
18
|
-
const md = "_md_1u9p3_69";
|
|
19
|
-
const lg = "_lg_1u9p3_78";
|
|
20
|
-
const iconButton = "_iconButton_1u9p3_87";
|
|
21
|
-
const iconButton__sm = "_iconButton__sm_1u9p3_91";
|
|
22
|
-
const iconButton__md = "_iconButton__md_1u9p3_95";
|
|
23
|
-
const iconButton__lg = "_iconButton__lg_1u9p3_99";
|
|
24
|
-
const fullWidth = "_fullWidth_1u9p3_103";
|
|
25
|
-
const textAlignLeft = "_textAlignLeft_1u9p3_110";
|
|
26
|
-
const textAlignCenter = "_textAlignCenter_1u9p3_114";
|
|
27
|
-
const textAlignRight = "_textAlignRight_1u9p3_118";
|
|
28
|
-
const accentPrimary = "_accentPrimary_1u9p3_126";
|
|
29
|
-
const accentSecondary = "_accentSecondary_1u9p3_150";
|
|
30
|
-
const accentTertiary = "_accentTertiary_1u9p3_184";
|
|
31
|
-
const accentQuaternary = "_accentQuaternary_1u9p3_214";
|
|
32
|
-
const criticalPrimary = "_criticalPrimary_1u9p3_244";
|
|
33
|
-
const criticalSecondary = "_criticalSecondary_1u9p3_269";
|
|
34
|
-
const criticalTertiary = "_criticalTertiary_1u9p3_303";
|
|
35
|
-
const criticalQuaternary = "_criticalQuaternary_1u9p3_333";
|
|
36
|
-
const neutralPrimary = "_neutralPrimary_1u9p3_364";
|
|
37
|
-
const neutralSecondary = "_neutralSecondary_1u9p3_389";
|
|
38
|
-
const neutralTertiary = "_neutralTertiary_1u9p3_422";
|
|
39
|
-
const neutralQuaternary = "_neutralQuaternary_1u9p3_452";
|
|
40
|
-
const whitePrimary = "_whitePrimary_1u9p3_483";
|
|
41
|
-
const whiteSecondary = "_whiteSecondary_1u9p3_513";
|
|
42
|
-
const whiteTertiary = "_whiteTertiary_1u9p3_546";
|
|
43
|
-
const whiteQuaternary = "_whiteQuaternary_1u9p3_576";
|
|
44
|
-
const styles = {
|
|
45
|
-
button: button$1,
|
|
46
|
-
content,
|
|
47
|
-
isNotLoading,
|
|
48
|
-
loadingSpinner,
|
|
49
|
-
isLoading,
|
|
50
|
-
focusWhite,
|
|
51
|
-
sm,
|
|
52
|
-
md,
|
|
53
|
-
lg,
|
|
54
|
-
iconButton,
|
|
55
|
-
iconButton__sm,
|
|
56
|
-
iconButton__md,
|
|
57
|
-
iconButton__lg,
|
|
58
|
-
fullWidth,
|
|
59
|
-
textAlignLeft,
|
|
60
|
-
textAlignCenter,
|
|
61
|
-
textAlignRight,
|
|
62
|
-
accentPrimary,
|
|
63
|
-
accentSecondary,
|
|
64
|
-
accentTertiary,
|
|
65
|
-
accentQuaternary,
|
|
66
|
-
criticalPrimary,
|
|
67
|
-
criticalSecondary,
|
|
68
|
-
criticalTertiary,
|
|
69
|
-
criticalQuaternary,
|
|
70
|
-
neutralPrimary,
|
|
71
|
-
neutralSecondary,
|
|
72
|
-
neutralTertiary,
|
|
73
|
-
neutralQuaternary,
|
|
74
|
-
whitePrimary,
|
|
75
|
-
whiteSecondary,
|
|
76
|
-
whiteTertiary,
|
|
77
|
-
whiteQuaternary
|
|
78
|
-
};
|
|
79
12
|
const button = cva(styles.button, {
|
|
80
13
|
variants: {
|
|
81
14
|
size: {
|
|
@@ -157,12 +90,12 @@ const Button = forwardRef(function Button2({
|
|
|
157
90
|
iconStartProps,
|
|
158
91
|
iconEndProps,
|
|
159
92
|
children,
|
|
160
|
-
fullWidth
|
|
93
|
+
fullWidth,
|
|
161
94
|
textAlign = "center",
|
|
162
95
|
focusStyle = "default",
|
|
163
96
|
passthroughProps,
|
|
164
|
-
isLoading
|
|
165
|
-
iconButton
|
|
97
|
+
isLoading = false,
|
|
98
|
+
iconButton,
|
|
166
99
|
slot,
|
|
167
100
|
...props
|
|
168
101
|
}, forwardedRef) {
|
|
@@ -184,7 +117,7 @@ const Button = forwardRef(function Button2({
|
|
|
184
117
|
isFocused
|
|
185
118
|
} = useFocusRing(props);
|
|
186
119
|
const getAriaLabel = () => {
|
|
187
|
-
if (
|
|
120
|
+
if (isLoading) {
|
|
188
121
|
return "Loading Spinner";
|
|
189
122
|
}
|
|
190
123
|
const label = buttonProps["aria-label"] || (typeof children === "string" ? children : void 0);
|
|
@@ -196,18 +129,18 @@ const Button = forwardRef(function Button2({
|
|
|
196
129
|
const resolvedStyleVariant = styleVariant ?? "accent";
|
|
197
130
|
const className = button({
|
|
198
131
|
size,
|
|
199
|
-
fullWidth
|
|
132
|
+
fullWidth,
|
|
200
133
|
focusStyle,
|
|
201
|
-
isLoading
|
|
134
|
+
isLoading,
|
|
202
135
|
textAlign,
|
|
203
|
-
iconButton
|
|
136
|
+
iconButton,
|
|
204
137
|
[resolvedStyleVariant]: emphasis
|
|
205
138
|
});
|
|
206
139
|
const Component = as ?? "button";
|
|
207
140
|
return /* @__PURE__ */ jsx(Component, { className: `${className} ${focusStyleVariants({
|
|
208
141
|
focusStyle
|
|
209
142
|
})}`, ref, "data-focused": isFocused ? true : void 0, "data-focus-visible": isFocusVisible ? true : void 0, "data-hovered": isHovered ? true : void 0, "data-pressed": isPressed ? true : void 0, "aria-label": getAriaLabel(), "aria-disabled": props.isDisabled ? true : void 0, slot, ...mergeProps(buttonProps, hoverProps, focusProps), ...passthroughProps, children: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
210
|
-
|
|
143
|
+
isLoading && /* @__PURE__ */ jsx(LoadingSpinner, { className: styles.loadingSpinner, size: size === "lg" ? "1.25x" : "1x", "aria-hidden": "true" }),
|
|
211
144
|
/* @__PURE__ */ jsxs("span", { className: styles.content, children: [
|
|
212
145
|
iconStartProps && /* @__PURE__ */ jsx(Icon, { ...iconStartProps, "aria-hidden": "true" }),
|
|
213
146
|
children,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Button.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,24 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import React__default from "react";
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
const alignStart = "_alignStart_zcnod_10";
|
|
6
|
-
const alignCenter = "_alignCenter_zcnod_14";
|
|
7
|
-
const alignEnd = "_alignEnd_zcnod_18";
|
|
8
|
-
const alignJustify = "_alignJustify_zcnod_22";
|
|
9
|
-
const alignSplit = "_alignSplit_zcnod_26";
|
|
10
|
-
const alignStack = "_alignStack_zcnod_39";
|
|
11
|
-
const alignStackFlip = "_alignStackFlip_zcnod_44";
|
|
12
|
-
const styles = {
|
|
13
|
-
buttonGroup,
|
|
14
|
-
alignStart,
|
|
15
|
-
alignCenter,
|
|
16
|
-
alignEnd,
|
|
17
|
-
alignJustify,
|
|
18
|
-
alignSplit,
|
|
19
|
-
alignStack,
|
|
20
|
-
alignStackFlip
|
|
21
|
-
};
|
|
3
|
+
import { cva } from "../../node_modules/class-variance-authority/dist/index.js";
|
|
4
|
+
import styles from "../../src/components/ButtonGroup/ButtonGroup.module.css.js";
|
|
22
5
|
const buttonGroupStyles = cva(styles.buttonGroup, {
|
|
23
6
|
variants: {
|
|
24
7
|
align: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonGroup.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ButtonGroup.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,38 +1,9 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import React__default from "react";
|
|
3
|
+
import styles from "../../src/components/CalloutBanner/CalloutBanner.module.css.js";
|
|
3
4
|
import { Icon } from "../Icon/Icon.js";
|
|
4
|
-
import {
|
|
5
|
+
import { cva } from "../../node_modules/class-variance-authority/dist/index.js";
|
|
5
6
|
import { IconButton } from "../IconButton/IconButton.js";
|
|
6
|
-
import '../../assets/CalloutBanner.css';const calloutBanner$1 = "_calloutBanner_10d8r_1";
|
|
7
|
-
const calloutBanner__icon = "_calloutBanner__icon_10d8r_12";
|
|
8
|
-
const calloutBanner__start = "_calloutBanner__start_10d8r_16";
|
|
9
|
-
const calloutBanner__end = "_calloutBanner__end_10d8r_26";
|
|
10
|
-
const calloutBanner__dismiss = "_calloutBanner__dismiss_10d8r_33";
|
|
11
|
-
const calloutBanner__meta = "_calloutBanner__meta_10d8r_39";
|
|
12
|
-
const styles = {
|
|
13
|
-
calloutBanner: calloutBanner$1,
|
|
14
|
-
calloutBanner__icon,
|
|
15
|
-
calloutBanner__start,
|
|
16
|
-
calloutBanner__end,
|
|
17
|
-
calloutBanner__dismiss,
|
|
18
|
-
"calloutBanner__meta-top-dismiss": "_calloutBanner__meta-top-dismiss_10d8r_39",
|
|
19
|
-
calloutBanner__meta,
|
|
20
|
-
"calloutBanner__meta-content": "_calloutBanner__meta-content_10d8r_59",
|
|
21
|
-
"calloutBanner__meta-label": "_calloutBanner__meta-label_10d8r_66",
|
|
22
|
-
"calloutBanner__meta-right": "_calloutBanner__meta-right_10d8r_70",
|
|
23
|
-
"calloutBanner__meta-top": "_calloutBanner__meta-top_10d8r_39",
|
|
24
|
-
"calloutBanner__custom-asset": "_calloutBanner__custom-asset_10d8r_83",
|
|
25
|
-
"calloutBanner__meta-title": "_calloutBanner__meta-title_10d8r_91",
|
|
26
|
-
"calloutBanner__meta-description": "_calloutBanner__meta-description_10d8r_97",
|
|
27
|
-
"calloutBanner__severity-label": "_calloutBanner__severity-label_10d8r_103",
|
|
28
|
-
"calloutBanner-critical": "_calloutBanner-critical_10d8r_115",
|
|
29
|
-
"calloutBanner-primary": "_calloutBanner-primary_10d8r_119",
|
|
30
|
-
"calloutBanner-secondary": "_calloutBanner-secondary_10d8r_123",
|
|
31
|
-
"calloutBanner-tertiary": "_calloutBanner-tertiary_10d8r_132",
|
|
32
|
-
"calloutBanner-success": "_calloutBanner-success_10d8r_141",
|
|
33
|
-
"calloutBanner-information": "_calloutBanner-information_10d8r_167",
|
|
34
|
-
"calloutBanner-neutral": "_calloutBanner-neutral_10d8r_193"
|
|
35
|
-
};
|
|
36
7
|
const calloutBanner = cva(styles.calloutBanner, {
|
|
37
8
|
variants: {
|
|
38
9
|
emphasis: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CalloutBanner.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CalloutBanner.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,22 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { cva } from "../../node_modules/class-variance-authority/dist/index.js";
|
|
3
|
+
import styles from "../../src/components/CardSection/CardSection.module.css.js";
|
|
3
4
|
import { forwardRef } from "react";
|
|
4
|
-
import '../../assets/CardSection.css';const cardSection$1 = "_cardSection_1uwwa_1";
|
|
5
|
-
const cardContainer = "_cardContainer_1uwwa_12";
|
|
6
|
-
const cardGrid = "_cardGrid_1uwwa_24";
|
|
7
|
-
const contentCell = "_contentCell_1uwwa_33";
|
|
8
|
-
const contentBox = "_contentBox_1uwwa_40";
|
|
9
|
-
const mediaCell = "_mediaCell_1uwwa_51";
|
|
10
|
-
const isReversed = "_isReversed_1uwwa_65";
|
|
11
|
-
const styles = {
|
|
12
|
-
cardSection: cardSection$1,
|
|
13
|
-
cardContainer,
|
|
14
|
-
cardGrid,
|
|
15
|
-
contentCell,
|
|
16
|
-
contentBox,
|
|
17
|
-
mediaCell,
|
|
18
|
-
isReversed
|
|
19
|
-
};
|
|
20
5
|
const cardSection = cva(styles.cardSection, {
|
|
21
6
|
variants: {
|
|
22
7
|
isReversed: {
|
|
@@ -26,10 +11,10 @@ const cardSection = cva(styles.cardSection, {
|
|
|
26
11
|
defaultVariants: {}
|
|
27
12
|
});
|
|
28
13
|
const CardSection = forwardRef(({
|
|
29
|
-
isReversed
|
|
14
|
+
isReversed = false,
|
|
30
15
|
children
|
|
31
16
|
}, ref) => /* @__PURE__ */ jsx("section", { ref, className: cardSection({
|
|
32
|
-
isReversed
|
|
17
|
+
isReversed
|
|
33
18
|
}), children: /* @__PURE__ */ jsx("div", { className: styles.cardContainer, children: /* @__PURE__ */ jsx("div", { className: styles.cardGrid, children }) }) }));
|
|
34
19
|
CardSection.displayName = "CardSection";
|
|
35
20
|
const Content = ({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardSection.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CardSection.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|