@orangesk/orange-design-system 2.0.0-beta.0 → 2.0.0-beta.10
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/build/components/index.css +1 -2
- package/build/components/index.css.map +1 -1
- package/build/components/index.js +7 -7
- package/build/components/index.js.map +1 -1
- package/build/components/tsconfig.tsbuildinfo +1 -1
- package/build/components/types/index.d.ts +1508 -0
- package/build/components/types/src/components/Accordion/Accordion.d.ts +2 -0
- package/build/components/types/src/components/Accordion/AccordionHeader.d.ts +2 -1
- package/build/components/types/src/components/Accordion/AccordionItem.d.ts +2 -1
- package/build/components/types/src/components/AnchorNavigation/AnchorNavigation.d.ts +1 -1
- package/build/components/types/src/components/AnchorNavigation/AnchorNavigation.static.d.ts +19 -17
- package/build/components/types/src/components/AnchorNavigation/index.d.ts +0 -1
- package/build/components/types/src/components/BlockAction/index.d.ts +0 -1
- package/build/components/types/src/components/BodyBanner/index.d.ts +0 -1
- package/build/components/types/src/components/Button/Button.d.ts +1 -0
- package/build/components/types/src/components/Button/index.d.ts +0 -1
- package/build/components/types/src/components/Card/Card.d.ts +2 -4
- package/build/components/types/src/components/Card/CardSection.d.ts +2 -2
- package/build/components/types/src/components/Carousel/Carousel.d.ts +4 -0
- package/build/components/types/src/components/Carousel/Carousel.static.d.ts +1 -0
- package/build/components/types/src/components/Carousel/constants.d.ts +2 -0
- package/build/components/types/src/components/CarouselHero/CarouselHero.d.ts +18 -0
- package/build/components/types/src/components/CarouselHero/CarouselHero.static.d.ts +47 -0
- package/build/components/types/src/components/CarouselHero/CarouselHeroItem.d.ts +8 -0
- package/build/components/types/src/components/CarouselHero/constants.d.ts +33 -0
- package/build/components/types/src/components/CarouselHero/index.d.ts +2 -0
- package/build/components/types/src/components/Cover/index.d.ts +1 -2
- package/build/components/types/src/components/Divider/Divider.d.ts +0 -4
- package/build/components/types/src/components/Expander/Expander.d.ts +2 -2
- package/build/components/types/src/components/Footer/Footer.d.ts +1 -5
- package/build/components/types/src/components/Footer/constants.d.ts +9 -0
- package/build/components/types/src/components/Forms/Select/index.d.ts +0 -1
- package/build/components/types/src/components/Icon/iconSearchTags.d.ts +253 -251
- package/build/components/types/src/components/IconList/index.d.ts +2 -3
- package/build/components/types/src/components/List/index.d.ts +2 -3
- package/build/components/types/src/components/Megamenu/MegaMenuIcon.d.ts +13 -0
- package/build/components/types/src/components/Megamenu/Megamenu.d.ts +1 -9
- package/build/components/types/src/components/Megamenu/Megamenu.static.d.ts +47 -0
- package/build/components/types/src/components/Megamenu/MegamenuBlog.d.ts +1 -0
- package/build/components/types/src/components/Megamenu/constants.d.ts +48 -0
- package/build/components/types/src/components/Megamenu/index.d.ts +2 -3
- package/build/components/types/src/components/Megamenu/static.d.ts +22 -0
- package/build/components/types/src/components/Modal/Modal.d.ts +6 -0
- package/build/components/types/src/components/Modal/ModalBody.d.ts +4 -3
- package/build/components/types/src/components/Modal/ModalProductBody.d.ts +10 -0
- package/build/components/types/src/components/Modal/ModalProductFooter.d.ts +10 -0
- package/build/components/types/src/components/Modal/index.d.ts +2 -0
- package/build/components/types/src/components/Pagination/Pagination.d.ts +2 -3
- package/build/components/types/src/components/Pill/Pill.d.ts +4 -1
- package/build/components/types/src/components/Preview/PreviewGenerator.d.ts +1 -1
- package/build/components/types/src/components/PromoBanner/PromoBanner.d.ts +9 -5
- package/build/components/types/src/components/PromotionCard/PromotionCard.d.ts +2 -2
- package/build/components/types/src/components/Section/Section.d.ts +4 -1
- package/build/components/types/src/components/Tag/Tag.d.ts +9 -2
- package/build/components/types/src/components/index.d.ts +3 -5
- package/build/components/types/src/scripts/index.d.ts +10 -0
- package/build/lib/after-components.css +1 -1
- package/build/lib/after-components.css.map +1 -1
- package/build/lib/before-components.css +1 -1
- package/build/lib/before-components.css.map +1 -1
- package/build/lib/components.css +1 -1
- package/build/lib/components.css.map +1 -1
- package/build/lib/footer.css +2 -0
- package/build/lib/footer.css.map +1 -0
- package/build/lib/megamenu.css +2 -0
- package/build/lib/megamenu.css.map +1 -0
- package/build/lib/megamenu.js +2 -0
- package/build/lib/megamenu.js.map +1 -0
- package/build/lib/scripts.css +1 -1
- package/build/lib/scripts.css.map +1 -1
- package/build/lib/scripts.js +5 -5
- package/build/lib/scripts.js.map +1 -1
- package/build/lib/style.css +1 -1
- package/build/lib/style.css.map +1 -1
- package/build/lib/tsconfig.tsbuildinfo +1 -1
- package/build/logo-line.svg +5 -0
- package/build/sprite.svg +1 -1
- package/package.json +35 -29
- package/src/assets/icons/ai.svg +6 -0
- package/src/assets/icons/article.svg +7 -0
- package/src/assets/icons/pictogram-activation--dark.svg +10 -11
- package/src/assets/icons/pictogram-activation-free--dark.svg +4 -5
- package/src/assets/icons/pictogram-activation-free.svg +4 -5
- package/src/assets/icons/pictogram-activation.svg +10 -11
- package/src/assets/icons/pictogram-archive--dark.svg +3 -4
- package/src/assets/icons/pictogram-archive.svg +3 -4
- package/src/assets/icons/pictogram-calling-minutes--dark.svg +3 -4
- package/src/assets/icons/pictogram-calling-minutes.svg +3 -4
- package/src/assets/icons/pictogram-canal-plus--dark.svg +3 -4
- package/src/assets/icons/pictogram-canal-plus.svg +3 -4
- package/src/assets/icons/pictogram-competition-tickets--dark.svg +11 -12
- package/src/assets/icons/pictogram-competition-tickets.svg +11 -12
- package/src/assets/icons/pictogram-device-discount--dark.svg +7 -6
- package/src/assets/icons/pictogram-device-discount.svg +5 -6
- package/src/assets/icons/pictogram-discount-general--dark.svg +5 -6
- package/src/assets/icons/pictogram-discount-general.svg +5 -6
- package/src/assets/icons/pictogram-discount-price--dark.svg +5 -6
- package/src/assets/icons/pictogram-discount-price.svg +5 -6
- package/src/assets/icons/pictogram-extra-data--dark.svg +6 -7
- package/src/assets/icons/pictogram-extra-data.svg +6 -7
- package/src/assets/icons/pictogram-free-payment--dark.svg +5 -6
- package/src/assets/icons/pictogram-free-payment.svg +3 -6
- package/src/assets/icons/pictogram-gift--dark.svg +12 -13
- package/src/assets/icons/pictogram-gift-one-benefit--dark.svg +7 -8
- package/src/assets/icons/pictogram-gift-one-benefit.svg +7 -8
- package/src/assets/icons/pictogram-gift-two-benefits--dark.svg +8 -9
- package/src/assets/icons/pictogram-gift-two-benefits.svg +8 -9
- package/src/assets/icons/pictogram-gift.svg +3 -4
- package/src/assets/icons/pictogram-hbo-max--dark.svg +5 -6
- package/src/assets/icons/pictogram-hbo-max.svg +5 -6
- package/src/assets/icons/pictogram-infinite-sms--dark.svg +3 -4
- package/src/assets/icons/pictogram-infinite-sms.svg +3 -4
- package/src/assets/icons/pictogram-installation--dark.svg +4 -5
- package/src/assets/icons/pictogram-installation-free--dark.svg +4 -5
- package/src/assets/icons/pictogram-installation-free.svg +4 -5
- package/src/assets/icons/pictogram-installation.svg +4 -5
- package/src/assets/icons/pictogram-max--dark.svg +3 -4
- package/src/assets/icons/pictogram-max-canal-plus--dark.svg +5 -6
- package/src/assets/icons/pictogram-max-canal-plus.svg +5 -6
- package/src/assets/icons/pictogram-max.svg +3 -4
- package/src/assets/icons/pictogram-moj-orange-app--dark.svg +3 -4
- package/src/assets/icons/pictogram-moj-orange-app.svg +3 -4
- package/src/assets/icons/pictogram-movie-storage--dark.svg +4 -5
- package/src/assets/icons/pictogram-movie-storage.svg +4 -5
- package/src/assets/icons/pictogram-online-protection--dark.svg +3 -4
- package/src/assets/icons/pictogram-online-protection.svg +3 -4
- package/src/assets/icons/pictogram-random-damage--dark.svg +4 -8
- package/src/assets/icons/pictogram-random-damage.svg +4 -8
- package/src/assets/icons/pictogram-recycling--dark.svg +7 -8
- package/src/assets/icons/pictogram-recycling.svg +14 -15
- package/src/assets/icons/pictogram-repair--dark.svg +12 -13
- package/src/assets/icons/pictogram-repair.svg +12 -13
- package/src/assets/icons/pictogram-roaming--dark.svg +3 -4
- package/src/assets/icons/pictogram-roaming-discount--dark.svg +3 -16
- package/src/assets/icons/pictogram-roaming-discount.svg +15 -16
- package/src/assets/icons/pictogram-roaming.svg +3 -4
- package/src/assets/icons/pictogram-skylink--dark.svg +10 -11
- package/src/assets/icons/pictogram-skylink-live-tv--dark.svg +7 -8
- package/src/assets/icons/pictogram-skylink-live-tv.svg +7 -8
- package/src/assets/icons/pictogram-skylink.svg +10 -11
- package/src/assets/icons/pictogram-sms--dark.svg +5 -6
- package/src/assets/icons/pictogram-sms.svg +5 -6
- package/src/assets/icons/pictogram-theft--dark.svg +3 -7
- package/src/assets/icons/pictogram-theft.svg +3 -7
- package/src/assets/icons/pictogram-three-devices--dark.svg +4 -8
- package/src/assets/icons/pictogram-three-devices.svg +4 -8
- package/src/assets/icons/pictogram-trust--dark.svg +3 -4
- package/src/assets/icons/pictogram-trust.svg +3 -4
- package/src/assets/icons/pictogram-water-damage--dark.svg +5 -6
- package/src/assets/icons/pictogram-water-damage.svg +5 -6
- package/src/components/Accordion/Accordion.tsx +4 -0
- package/src/components/Accordion/AccordionHeader.tsx +9 -2
- package/src/components/Accordion/AccordionItem.tsx +5 -2
- package/src/components/Accordion/styles/config.scss +4 -4
- package/src/components/Accordion/styles/mixins.scss +9 -3
- package/src/components/Accordion/styles/style.scss +4 -0
- package/src/components/Accordion/tests/Accordion.unit.test.js +11 -0
- package/src/components/AnchorNavigation/AnchorNavigation.static.ts +253 -73
- package/src/components/AnchorNavigation/AnchorNavigation.tsx +20 -16
- package/src/components/AnchorNavigation/index.tsx +0 -2
- package/src/components/AnchorNavigation/styles/mixins.scss +14 -27
- package/src/components/AnchorNavigation/tests/AnchorNavigation.conformance.test.js +67 -0
- package/src/components/AnchorNavigation/tests/AnchorNavigation.unit.test.js +163 -0
- package/src/components/Bar/styles/config.scss +4 -5
- package/src/components/BlockAction/index.tsx +0 -2
- package/src/components/BlockAction/styles/mixins.scss +0 -6
- package/src/components/BodyBanner/index.tsx +0 -2
- package/src/components/Breadcrumbs/styles/mixins.scss +2 -4
- package/src/components/Button/Button.tsx +2 -2
- package/src/components/Button/index.tsx +0 -2
- package/src/components/Button/styles/config.scss +1 -1
- package/src/components/Button/styles/mixins.scss +5 -0
- package/src/components/Button/styles/style.scss +4 -0
- package/src/components/Card/Card.tsx +20 -8
- package/src/components/Card/CardSection.tsx +7 -11
- package/src/components/Card/styles/config.scss +1 -1
- package/src/components/Card/styles/mixins.scss +8 -6
- package/src/components/Card/styles/style.scss +4 -0
- package/src/components/Card/tests/Card.unit.test.js +45 -11
- package/src/components/Card/tests/CardSection.unit.test.js +36 -3
- package/src/components/Carousel/Carousel.static.ts +67 -1
- package/src/components/Carousel/Carousel.tsx +41 -19
- package/src/components/Carousel/constants.ts +2 -0
- package/src/components/Carousel/styles/config.scss +1 -2
- package/src/components/Carousel/styles/mixins.scss +35 -2
- package/src/components/Carousel/styles/style.scss +8 -0
- package/src/components/CarouselHero/CarouselHero.static.ts +528 -0
- package/src/components/CarouselHero/CarouselHero.tsx +147 -0
- package/src/components/CarouselHero/CarouselHeroItem.tsx +40 -0
- package/src/components/CarouselHero/constants.ts +36 -0
- package/src/components/CarouselHero/index.ts +2 -0
- package/src/components/CarouselHero/styles/config.scss +54 -0
- package/src/components/CarouselHero/styles/mixins.scss +278 -0
- package/src/components/CarouselHero/styles/style.scss +63 -0
- package/src/components/CarouselHero/tests/CarouselHero.conformance.test.js +130 -0
- package/src/components/CarouselHero/tests/CarouselHero.unit.test.js +346 -0
- package/src/components/CarouselHero/tests/CarouselHeroItem.conformance.test.js +135 -0
- package/src/components/CarouselHero/tests/CarouselHeroItem.unit.test.js +143 -0
- package/src/components/CarouselPromotions/styles/mixins.scss +10 -3
- package/src/components/CartTable/FooterPriceColumn.tsx +5 -3
- package/src/components/CartTable/Price.tsx +1 -1
- package/src/components/Controls/styles/config.scss +2 -2
- package/src/components/Controls/tests/Controls.test.js +0 -9
- package/src/components/Cover/index.ts +1 -2
- package/src/components/Divider/Divider.tsx +2 -16
- package/src/components/Divider/styles/config.scss +0 -17
- package/src/components/Divider/styles/mixins.scss +8 -10
- package/src/components/Divider/styles/style.scss +2 -16
- package/src/components/Divider/tests/Divider.conformance.test.js +1 -1
- package/src/components/Divider/tests/Divider.unit.test.js +0 -17
- package/src/components/Dropdown/styles/mixins.scss +1 -1
- package/src/components/Expander/Expander.tsx +4 -2
- package/src/components/Expander/styles/style.scss +7 -0
- package/src/components/Footer/Footer.tsx +86 -70
- package/src/components/Footer/constants.ts +10 -0
- package/src/components/Footer/styles/config.scss +1 -0
- package/src/components/Footer/styles/mixins.scss +172 -0
- package/src/components/Footer/styles/style.scss +48 -0
- package/src/components/Footer/tests/Footer.conformance.test.js +133 -8
- package/src/components/Footer/tests/Footer.unit.test.js +71 -6
- package/src/components/Forms/DatePicker/styles/style.scss +1 -1
- package/src/components/Forms/File/styles/mixins.scss +1 -1
- package/src/components/Forms/InputStepper/styles/style.scss +0 -66
- package/src/components/Forms/RangeSlider/styles/mixins.scss +1 -1
- package/src/components/Forms/Select/index.tsx +0 -2
- package/src/components/Forms/TextInput/styles/config.scss +1 -1
- package/src/components/Forms/styles/config.scss +3 -3
- package/src/components/Icon/iconSearchTags.ts +434 -432
- package/src/components/Icon/styles/style.scss +15 -0
- package/src/components/Icon/tests/Pictogram.unit.test.js +38 -0
- package/src/components/IconList/index.ts +2 -3
- package/src/components/Link/styles/style.scss +6 -2
- package/src/components/Link/tests/Link.conformance.test.js +5 -20
- package/src/components/Link/tests/Link.unit.test.js +1 -10
- package/src/components/List/index.ts +2 -3
- package/src/components/Loader/Loader.tsx +2 -10
- package/src/components/Loader/styles/mixins.scss +1 -1
- package/src/components/Loader/styles/style.scss +6 -4
- package/src/components/Megamenu/MegaMenuIcon.tsx +48 -0
- package/src/components/Megamenu/Megamenu.static.ts +600 -0
- package/src/components/Megamenu/Megamenu.tsx +799 -356
- package/src/components/Megamenu/MegamenuBlog.tsx +309 -0
- package/src/components/Megamenu/constants.ts +56 -0
- package/src/components/Megamenu/index.ts +2 -5
- package/src/components/Megamenu/static.ts +73 -0
- package/src/components/Megamenu/styles/config.scss +2 -13
- package/src/components/Megamenu/styles/mixins.scss +647 -208
- package/src/components/Megamenu/styles/style.scss +173 -61
- package/src/components/Modal/Modal.tsx +17 -2
- package/src/components/Modal/ModalBody.tsx +29 -14
- package/src/components/Modal/ModalProductBody.tsx +52 -0
- package/src/components/Modal/ModalProductFooter.tsx +38 -0
- package/src/components/Modal/index.ts +2 -0
- package/src/components/Modal/styles/config.scss +7 -0
- package/src/components/Modal/styles/mixins.scss +121 -14
- package/src/components/Modal/styles/style.scss +28 -0
- package/src/components/Modal/tests/Modal.unit.test.js +73 -0
- package/src/components/Modal/tests/ModalBody.unit.test.js +28 -12
- package/src/components/Pagination/Pagination.tsx +2 -2
- package/src/components/Pill/Pill.tsx +8 -3
- package/src/components/Pill/styles/config.scss +22 -2
- package/src/components/Pill/styles/style.scss +7 -3
- package/src/components/Pill/tests/Pill.conformance.test.js +7 -3
- package/src/components/Pill/tests/Pill.unit.test.js +45 -7
- package/src/components/Preview/PreviewGenerator.tsx +78 -34
- package/src/components/PromoBanner/PromoBanner.tsx +52 -34
- package/src/components/PromoBanner/styles/mixins.scss +37 -20
- package/src/components/PromoBanner/styles/style.scss +5 -11
- package/src/components/PromoBanner/tests/PromoBanner.conformance.test.js +781 -0
- package/src/components/PromoBanner/tests/PromoBanner.unit.test.js +529 -0
- package/src/components/PromotionCard/PromotionCard.tsx +13 -12
- package/src/components/PromotionCard/tests/PromotionCard.conformance.test.js +567 -0
- package/src/components/PromotionCard/tests/PromotionCard.unit.test.js +500 -0
- package/src/components/Section/Section.tsx +20 -4
- package/src/components/Section/styles/config.scss +18 -16
- package/src/components/Section/styles/mixins.scss +16 -13
- package/src/components/Section/styles/style.scss +1 -0
- package/src/components/Section/tests/Section.conformance.test.js +27 -10
- package/src/components/Section/tests/Section.unit.test.js +73 -25
- package/src/components/Tag/Tag.tsx +27 -3
- package/src/components/Tag/styles/config.scss +31 -0
- package/src/components/Tag/styles/mixins.scss +39 -3
- package/src/components/Tag/styles/style.scss +28 -2
- package/src/components/Tag/tests/Tag.conformance.test.js +19 -1
- package/src/components/Tag/tests/Tag.unit.test.js +93 -0
- package/src/components/Tile/styles/style.scss +1 -1
- package/src/components/index.ts +5 -6
- package/src/styles/base/globals.scss +19 -0
- package/src/styles/base/styleguide.scss +17 -17
- package/src/styles/export/base.js +2 -2
- package/src/styles/export/color.js +2 -2
- package/src/styles/shame.scss +2 -1
- package/src/styles/tokens/base.scss +1 -1
- package/src/styles/tokens/color.scss +12 -8
- package/src/styles/typography/mixins.scss +3 -2
- package/src/styles/utilities/border.scss +1 -1
- package/src/styles/utilities/color.scss +113 -20
- package/src/styles/utilities/index.scss +1 -0
- package/src/styles/utilities/layout.scss +9 -0
- package/src/styles/utilities/ordering.scss +44 -0
- package/build/components/Accordion/index.js +0 -16
- package/build/components/Accordion/index.js.map +0 -1
- package/build/components/Accordion/tsconfig.tsbuildinfo +0 -1
- package/build/components/Alert/index.js +0 -16
- package/build/components/Alert/index.js.map +0 -1
- package/build/components/Alert/tsconfig.tsbuildinfo +0 -1
- package/build/components/AnchorNavigation/index.js +0 -16
- package/build/components/AnchorNavigation/index.js.map +0 -1
- package/build/components/AnchorNavigation/style.css +0 -2
- package/build/components/AnchorNavigation/style.css.map +0 -1
- package/build/components/AnchorNavigation/tsconfig.tsbuildinfo +0 -1
- package/build/components/Bar/index.js +0 -16
- package/build/components/Bar/index.js.map +0 -1
- package/build/components/Bar/tsconfig.tsbuildinfo +0 -1
- package/build/components/BlockAction/index.js +0 -16
- package/build/components/BlockAction/index.js.map +0 -1
- package/build/components/BlockAction/style.css +0 -2
- package/build/components/BlockAction/style.css.map +0 -1
- package/build/components/BlockAction/tsconfig.tsbuildinfo +0 -1
- package/build/components/BodyBanner/index.js +0 -16
- package/build/components/BodyBanner/index.js.map +0 -1
- package/build/components/BodyBanner/style.css +0 -2
- package/build/components/BodyBanner/style.css.map +0 -1
- package/build/components/BodyBanner/tsconfig.tsbuildinfo +0 -1
- package/build/components/Breadcrumbs/index.js +0 -16
- package/build/components/Breadcrumbs/index.js.map +0 -1
- package/build/components/Breadcrumbs/tsconfig.tsbuildinfo +0 -1
- package/build/components/Button/index.js +0 -16
- package/build/components/Button/index.js.map +0 -1
- package/build/components/Button/style.css +0 -2
- package/build/components/Button/style.css.map +0 -1
- package/build/components/Button/tsconfig.tsbuildinfo +0 -1
- package/build/components/Buttons/index.js +0 -16
- package/build/components/Buttons/index.js.map +0 -1
- package/build/components/Buttons/tsconfig.tsbuildinfo +0 -1
- package/build/components/Card/index.js +0 -16
- package/build/components/Card/index.js.map +0 -1
- package/build/components/Card/tsconfig.tsbuildinfo +0 -1
- package/build/components/Carousel/index.js +0 -16
- package/build/components/Carousel/index.js.map +0 -1
- package/build/components/Carousel/style.css +0 -2
- package/build/components/Carousel/style.css.map +0 -1
- package/build/components/Carousel/tsconfig.tsbuildinfo +0 -1
- package/build/components/CarouselPromotions/index.js +0 -16
- package/build/components/CarouselPromotions/index.js.map +0 -1
- package/build/components/CarouselPromotions/tsconfig.tsbuildinfo +0 -1
- package/build/components/CartTable/index.js +0 -16
- package/build/components/CartTable/index.js.map +0 -1
- package/build/components/CartTable/style.css +0 -2
- package/build/components/CartTable/style.css.map +0 -1
- package/build/components/CartTable/tsconfig.tsbuildinfo +0 -1
- package/build/components/Code/index.js +0 -11
- package/build/components/Code/index.js.map +0 -1
- package/build/components/Code/style.css +0 -2
- package/build/components/Code/style.css.map +0 -1
- package/build/components/Code/tsconfig.tsbuildinfo +0 -1
- package/build/components/Container/index.js +0 -16
- package/build/components/Container/index.js.map +0 -1
- package/build/components/Container/tsconfig.tsbuildinfo +0 -1
- package/build/components/Controls/index.js +0 -16
- package/build/components/Controls/index.js.map +0 -1
- package/build/components/Controls/tsconfig.tsbuildinfo +0 -1
- package/build/components/Cover/index.js +0 -16
- package/build/components/Cover/index.js.map +0 -1
- package/build/components/Cover/style.css +0 -2
- package/build/components/Cover/style.css.map +0 -1
- package/build/components/Cover/tsconfig.tsbuildinfo +0 -1
- package/build/components/Divider/index.js +0 -16
- package/build/components/Divider/index.js.map +0 -1
- package/build/components/Divider/tsconfig.tsbuildinfo +0 -1
- package/build/components/DocumentationSidebar/index.js +0 -16
- package/build/components/DocumentationSidebar/index.js.map +0 -1
- package/build/components/DocumentationSidebar/style.css +0 -2
- package/build/components/DocumentationSidebar/style.css.map +0 -1
- package/build/components/DocumentationSidebar/tsconfig.tsbuildinfo +0 -1
- package/build/components/Dropdown/index.js +0 -16
- package/build/components/Dropdown/index.js.map +0 -1
- package/build/components/Dropdown/style.css +0 -2
- package/build/components/Dropdown/style.css.map +0 -1
- package/build/components/Dropdown/tsconfig.tsbuildinfo +0 -1
- package/build/components/Expander/index.js +0 -16
- package/build/components/Expander/index.js.map +0 -1
- package/build/components/Expander/tsconfig.tsbuildinfo +0 -1
- package/build/components/FeatureAccordion/index.js +0 -16
- package/build/components/FeatureAccordion/index.js.map +0 -1
- package/build/components/FeatureAccordion/style.css +0 -2
- package/build/components/FeatureAccordion/style.css.map +0 -1
- package/build/components/FeatureAccordion/tsconfig.tsbuildinfo +0 -1
- package/build/components/Footer/index.js +0 -16
- package/build/components/Footer/index.js.map +0 -1
- package/build/components/Footer/style.css +0 -2
- package/build/components/Footer/style.css.map +0 -1
- package/build/components/Footer/tsconfig.tsbuildinfo +0 -1
- package/build/components/Forms/index.js +0 -20
- package/build/components/Forms/index.js.map +0 -1
- package/build/components/Forms/style.css +0 -2
- package/build/components/Forms/style.css.map +0 -1
- package/build/components/Forms/tsconfig.tsbuildinfo +0 -1
- package/build/components/Gauge/index.js +0 -16
- package/build/components/Gauge/index.js.map +0 -1
- package/build/components/Gauge/tsconfig.tsbuildinfo +0 -1
- package/build/components/Grid/index.js +0 -16
- package/build/components/Grid/index.js.map +0 -1
- package/build/components/Grid/style.css +0 -2
- package/build/components/Grid/style.css.map +0 -1
- package/build/components/Grid/tsconfig.tsbuildinfo +0 -1
- package/build/components/Hero/index.js +0 -16
- package/build/components/Hero/index.js.map +0 -1
- package/build/components/Hero/style.css +0 -2
- package/build/components/Hero/style.css.map +0 -1
- package/build/components/Hero/tsconfig.tsbuildinfo +0 -1
- package/build/components/Icon/index.js +0 -11
- package/build/components/Icon/index.js.map +0 -1
- package/build/components/Icon/tsconfig.tsbuildinfo +0 -1
- package/build/components/IconList/index.js +0 -16
- package/build/components/IconList/index.js.map +0 -1
- package/build/components/IconList/style.css +0 -2
- package/build/components/IconList/style.css.map +0 -1
- package/build/components/IconList/tsconfig.tsbuildinfo +0 -1
- package/build/components/Image/index.js +0 -16
- package/build/components/Image/index.js.map +0 -1
- package/build/components/Image/tsconfig.tsbuildinfo +0 -1
- package/build/components/Link/index.js +0 -7
- package/build/components/Link/index.js.map +0 -1
- package/build/components/Link/tsconfig.tsbuildinfo +0 -1
- package/build/components/List/index.js +0 -16
- package/build/components/List/index.js.map +0 -1
- package/build/components/List/style.css +0 -2
- package/build/components/List/style.css.map +0 -1
- package/build/components/List/tsconfig.tsbuildinfo +0 -1
- package/build/components/Loader/index.js +0 -16
- package/build/components/Loader/index.js.map +0 -1
- package/build/components/Loader/tsconfig.tsbuildinfo +0 -1
- package/build/components/Megamenu/index.js +0 -20
- package/build/components/Megamenu/index.js.map +0 -1
- package/build/components/Megamenu/style.css +0 -2
- package/build/components/Megamenu/style.css.map +0 -1
- package/build/components/Megamenu/tsconfig.tsbuildinfo +0 -1
- package/build/components/Modal/index.js +0 -20
- package/build/components/Modal/index.js.map +0 -1
- package/build/components/Modal/style.css +0 -2
- package/build/components/Modal/style.css.map +0 -1
- package/build/components/Modal/tsconfig.tsbuildinfo +0 -1
- package/build/components/Pagination/index.js +0 -16
- package/build/components/Pagination/index.js.map +0 -1
- package/build/components/Pagination/tsconfig.tsbuildinfo +0 -1
- package/build/components/Pill/index.js +0 -16
- package/build/components/Pill/index.js.map +0 -1
- package/build/components/Pill/tsconfig.tsbuildinfo +0 -1
- package/build/components/Preview/index.js +0 -77
- package/build/components/Preview/index.js.map +0 -1
- package/build/components/Preview/style.css +0 -2
- package/build/components/Preview/style.css.map +0 -1
- package/build/components/Preview/tsconfig.tsbuildinfo +0 -1
- package/build/components/Progress/index.js +0 -16
- package/build/components/Progress/index.js.map +0 -1
- package/build/components/Progress/tsconfig.tsbuildinfo +0 -1
- package/build/components/PromoBanner/index.js +0 -16
- package/build/components/PromoBanner/index.js.map +0 -1
- package/build/components/PromoBanner/style.css +0 -2
- package/build/components/PromoBanner/style.css.map +0 -1
- package/build/components/PromoBanner/tsconfig.tsbuildinfo +0 -1
- package/build/components/PromotionCard/index.js +0 -16
- package/build/components/PromotionCard/index.js.map +0 -1
- package/build/components/PromotionCard/tsconfig.tsbuildinfo +0 -1
- package/build/components/Section/index.js +0 -16
- package/build/components/Section/index.js.map +0 -1
- package/build/components/Section/tsconfig.tsbuildinfo +0 -1
- package/build/components/Skeleton/index.js +0 -16
- package/build/components/Skeleton/index.js.map +0 -1
- package/build/components/Skeleton/tsconfig.tsbuildinfo +0 -1
- package/build/components/SkipLink/index.js +0 -16
- package/build/components/SkipLink/index.js.map +0 -1
- package/build/components/SkipLink/tsconfig.tsbuildinfo +0 -1
- package/build/components/Stepbar/index.js +0 -16
- package/build/components/Stepbar/index.js.map +0 -1
- package/build/components/Stepbar/tsconfig.tsbuildinfo +0 -1
- package/build/components/Sticker/index.js +0 -16
- package/build/components/Sticker/index.js.map +0 -1
- package/build/components/Sticker/tsconfig.tsbuildinfo +0 -1
- package/build/components/Table/index.js +0 -16
- package/build/components/Table/index.js.map +0 -1
- package/build/components/Table/style.css +0 -2
- package/build/components/Table/style.css.map +0 -1
- package/build/components/Table/tsconfig.tsbuildinfo +0 -1
- package/build/components/Tabs/index.js +0 -16
- package/build/components/Tabs/index.js.map +0 -1
- package/build/components/Tabs/tsconfig.tsbuildinfo +0 -1
- package/build/components/Tag/index.js +0 -16
- package/build/components/Tag/index.js.map +0 -1
- package/build/components/Tag/tsconfig.tsbuildinfo +0 -1
- package/build/components/Testimonial/index.js +0 -16
- package/build/components/Testimonial/index.js.map +0 -1
- package/build/components/Testimonial/tsconfig.tsbuildinfo +0 -1
- package/build/components/Tile/index.js +0 -16
- package/build/components/Tile/index.js.map +0 -1
- package/build/components/Tile/tsconfig.tsbuildinfo +0 -1
- package/build/components/Tooltip/index.js +0 -16
- package/build/components/Tooltip/index.js.map +0 -1
- package/build/components/Tooltip/style.css +0 -2
- package/build/components/Tooltip/style.css.map +0 -1
- package/build/components/Tooltip/tsconfig.tsbuildinfo +0 -1
- package/build/components/static.css +0 -2
- package/build/components/static.css.map +0 -1
- package/build/components/static.js +0 -10
- package/build/components/static.js.map +0 -1
- package/build/components/types/src/components/Hero/HeroPlayground.d.ts +0 -2
- package/build/components/types/src/components/Megamenu/MegamenuDropdown.d.ts +0 -17
- package/src/components/Accordion/Accordion.mdx +0 -222
- package/src/components/Alert/Alert.mdx +0 -141
- package/src/components/Bar/Bar.mdx +0 -203
- package/src/components/BlockAction/BlockAction.mdx +0 -244
- package/src/components/BodyBanner/BodyBanner.mdx +0 -268
- package/src/components/Breadcrumbs/Breadcrumbs.mdx +0 -84
- package/src/components/Button/Button.mdx +0 -273
- package/src/components/Buttons/Buttons.mdx +0 -39
- package/src/components/Card/Card.mdx +0 -334
- package/src/components/Carousel/Carousel.mdx +0 -159
- package/src/components/CarouselPromotions/CarouselPromotions.mdx +0 -246
- package/src/components/CartTable/CartTable.mdx +0 -129
- package/src/components/Container/Container.mdx +0 -73
- package/src/components/Controls/Controls.mdx +0 -469
- package/src/components/Cover/Cover.mdx +0 -87
- package/src/components/Divider/Divider.mdx +0 -65
- package/src/components/Dropdown/Dropdown.mdx +0 -260
- package/src/components/Expander/Expander.mdx +0 -153
- package/src/components/FeatureAccordion/FeatureAccordion.mdx +0 -33
- package/src/components/Forms/Autocomplete/Autocomplete.mdx +0 -198
- package/src/components/Forms/Checkbox/Checkbox.mdx +0 -139
- package/src/components/Forms/DatePicker/DatePicker.mdx +0 -149
- package/src/components/Forms/Field/Field.mdx +0 -383
- package/src/components/Forms/Fieldset/Fieldset.mdx +0 -178
- package/src/components/Forms/File/File.mdx +0 -88
- package/src/components/Forms/FormTooltip.mdx +0 -51
- package/src/components/Forms/Forms.mdx +0 -48
- package/src/components/Forms/Group/Group.mdx +0 -146
- package/src/components/Forms/Hint/Hint.mdx +0 -40
- package/src/components/Forms/InputStepper/InputStepper.mdx +0 -147
- package/src/components/Forms/Label/Label.mdx +0 -95
- package/src/components/Forms/Message/Message.mdx +0 -40
- package/src/components/Forms/Radio/Radio.mdx +0 -98
- package/src/components/Forms/RangeSlider/RangeSlider.mdx +0 -304
- package/src/components/Forms/Select/Select.mdx +0 -106
- package/src/components/Forms/TextArea/TextArea.mdx +0 -109
- package/src/components/Forms/TextInput/TextInput.mdx +0 -153
- package/src/components/Gauge/Gauge.mdx +0 -35
- package/src/components/Grid/Grid.mdx +0 -320
- package/src/components/Hero/Hero.mdx +0 -168
- package/src/components/Hero/HeroPlayground.tsx +0 -369
- package/src/components/Icon/Icon.mdx +0 -172
- package/src/components/IconList/IconList.mdx +0 -53
- package/src/components/Image/Image.mdx +0 -175
- package/src/components/Link/Link.mdx +0 -224
- package/src/components/List/List.mdx +0 -216
- package/src/components/Loader/Loader.mdx +0 -148
- package/src/components/Megamenu/MegamenuDropdown.tsx +0 -64
- package/src/components/Modal/Modal.mdx +0 -565
- package/src/components/Pagination/Pagination.mdx +0 -45
- package/src/components/Pill/Pill.mdx +0 -41
- package/src/components/Progress/Progress.mdx +0 -119
- package/src/components/PromotionCard/PromotionCard.mdx +0 -191
- package/src/components/Section/Section.mdx +0 -397
- package/src/components/Skeleton/Skeleton.mdx +0 -90
- package/src/components/SkipLink/SkipLink.mdx +0 -23
- package/src/components/Stepbar/Stepbar.mdx +0 -137
- package/src/components/Sticker/Sticker.mdx +0 -50
- package/src/components/Table/Table.mdx +0 -199
- package/src/components/Tabs/Tabs.mdx +0 -373
- package/src/components/Tag/Tag.mdx +0 -52
- package/src/components/Testimonial/Testimonial.mdx +0 -41
- package/src/components/Tile/Tile.mdx +0 -163
- package/src/components/Tooltip/Tooltip.mdx +0 -227
|
@@ -1,311 +1,750 @@
|
|
|
1
|
-
@use "
|
|
2
|
-
@use "
|
|
3
|
-
@use "
|
|
4
|
-
@use "
|
|
5
|
-
@use "
|
|
1
|
+
@use "../../../styles/tools/convert";
|
|
2
|
+
@use "../../../styles/tokens/color";
|
|
3
|
+
@use "../../../styles/tokens/base";
|
|
4
|
+
@use "../../../styles/tokens/breakpoint";
|
|
5
|
+
@use "../../../styles/tools/generate";
|
|
6
|
+
@use "../../../styles/tools/visibility" as visibility;
|
|
7
|
+
@use "../../Container/styles/mixins" as container;
|
|
8
|
+
@use "../../Accordion/styles/mixins" as accordion;
|
|
9
|
+
@use "../../Forms/TextInput/styles/mixins" as input;
|
|
10
|
+
@use "../../Forms/TextInput/styles/config" as inputConfig;
|
|
11
|
+
@use "../../Tag/styles/mixins" as tag;
|
|
12
|
+
@use "../../Tag/styles/config" as tagConfig;
|
|
13
|
+
@use "../../../styles/typography/mixins" as typography;
|
|
14
|
+
|
|
6
15
|
@use "./config";
|
|
7
16
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
17
|
+
@mixin globals {
|
|
18
|
+
.is-highlighted {
|
|
19
|
+
background-color: var(--color-surface-accent);
|
|
20
|
+
}
|
|
11
21
|
|
|
12
|
-
|
|
13
|
-
|
|
22
|
+
.sr-only {
|
|
23
|
+
@include visibility.visually-hidden;
|
|
24
|
+
}
|
|
14
25
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
26
|
+
.hide {
|
|
27
|
+
display: none !important;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
ul {
|
|
31
|
+
@include typography.list-unstyled();
|
|
32
|
+
margin-bottom: convert.to-rem(30px);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
h3 {
|
|
36
|
+
margin: 0 0 convert.to-rem(15px) 0;
|
|
37
|
+
font-size: convert.to-rem(16px);
|
|
38
|
+
line-height: 1.25;
|
|
39
|
+
font-weight: 400;
|
|
40
|
+
color: var(--color-text-default);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
a {
|
|
44
|
+
color: var(--color-text-default);
|
|
45
|
+
font-weight: 700;
|
|
46
|
+
text-decoration: none;
|
|
47
|
+
font-size: inherit;
|
|
48
|
+
|
|
49
|
+
&:hover,
|
|
50
|
+
&:focus,
|
|
51
|
+
&:active {
|
|
52
|
+
text-decoration: underline;
|
|
53
|
+
text-underline-offset: convert.to-rem(4px);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
&:focus-visible {
|
|
57
|
+
outline: 2px solid var(--color-border-accent);
|
|
58
|
+
outline-offset: 2px;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
a[href],
|
|
63
|
+
area[href],
|
|
64
|
+
input,
|
|
65
|
+
select,
|
|
66
|
+
textarea,
|
|
67
|
+
button,
|
|
68
|
+
[type="button"],
|
|
69
|
+
iframe,
|
|
70
|
+
[tabindex]:not([tabindex="-1"]),
|
|
71
|
+
[contentEditable="true"] {
|
|
72
|
+
@include base.focusring;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
* {
|
|
76
|
+
box-sizing: border-box;
|
|
77
|
+
letter-spacing: convert.to-rem(-0.1px);
|
|
78
|
+
line-height: convert.to-rem(18px);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
::selection {
|
|
82
|
+
background-color: base.$selection-background;
|
|
83
|
+
color: base.$text-color;
|
|
18
84
|
}
|
|
19
85
|
}
|
|
20
86
|
|
|
21
|
-
@mixin
|
|
22
|
-
|
|
87
|
+
@mixin light-vars {
|
|
88
|
+
@each $name, $value in color.$colors-light {
|
|
89
|
+
--color-#{$name}: #{$value};
|
|
90
|
+
}
|
|
91
|
+
}
|
|
23
92
|
|
|
24
|
-
|
|
25
|
-
|
|
93
|
+
@mixin dark-vars {
|
|
94
|
+
@each $name, $value in color.$colors-dark {
|
|
95
|
+
--color-#{$name}: #{$value};
|
|
26
96
|
}
|
|
27
97
|
}
|
|
28
98
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
99
|
+
@mixin base {
|
|
100
|
+
top: 0;
|
|
101
|
+
left: 0;
|
|
102
|
+
width: 100%;
|
|
103
|
+
z-index: 11;
|
|
104
|
+
font-size: 1rem;
|
|
105
|
+
color: var(--color-text-default);
|
|
106
|
+
background-color: var(--color-surface-primary);
|
|
107
|
+
box-sizing: border-box;
|
|
108
|
+
font-family: #{base.$font-family};
|
|
109
|
+
|
|
110
|
+
// Scroll hide functionality
|
|
111
|
+
&.is-sticky {
|
|
112
|
+
position: fixed;
|
|
32
113
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
114
|
+
#{config.$class-root}__main {
|
|
115
|
+
position: sticky;
|
|
116
|
+
top: 0;
|
|
117
|
+
z-index: 12;
|
|
118
|
+
}
|
|
37
119
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
120
|
+
// Only apply scroll behavior on larger screens where top is visible
|
|
121
|
+
@include breakpoint.get("lg") {
|
|
122
|
+
#{config.$class-root}__top[data-hide-when-sticky="true"] {
|
|
123
|
+
transition:
|
|
124
|
+
transform 0.2s ease-in-out,
|
|
125
|
+
opacity 0.2s ease-in-out;
|
|
126
|
+
|
|
127
|
+
&.is-hidden {
|
|
128
|
+
transform: translateY(-100%);
|
|
129
|
+
opacity: 0;
|
|
130
|
+
pointer-events: none;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
#{config.$class-root}__main {
|
|
135
|
+
transition: transform 0.2s ease-in-out;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
// When top is hidden, main should move up
|
|
139
|
+
#{config.$class-root}__top[data-hide-when-sticky="true"].is-hidden
|
|
140
|
+
~ #{config.$class-root}__main {
|
|
141
|
+
transform: translateY(-#{convert.to-rem(40px)});
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
// When top is hidden, reduce the overall container height by the top bar height
|
|
145
|
+
#{config.$class-root}__top[data-hide-when-sticky="true"].is-hidden {
|
|
146
|
+
height: #{convert.to-rem(40px)};
|
|
147
|
+
overflow: hidden;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// Adjust container height when top is hidden
|
|
152
|
+
&.top-hidden {
|
|
153
|
+
@include breakpoint.get("lg") {
|
|
154
|
+
height: #{convert.to-rem(80px)} !important;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
45
157
|
}
|
|
46
158
|
}
|
|
47
159
|
|
|
48
|
-
@mixin
|
|
49
|
-
|
|
160
|
+
@mixin nav {
|
|
161
|
+
display: flex;
|
|
162
|
+
flex: 1;
|
|
163
|
+
list-style: none;
|
|
164
|
+
margin: 0;
|
|
165
|
+
padding: 0;
|
|
166
|
+
max-width: none;
|
|
167
|
+
align-items: center;
|
|
168
|
+
gap: convert.to-rem(30px);
|
|
169
|
+
|
|
170
|
+
@include breakpoint.get("md", "down") {
|
|
171
|
+
gap: convert.to-rem(20px);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
50
174
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
175
|
+
@mixin nav-vertical {
|
|
176
|
+
flex-direction: column;
|
|
177
|
+
align-items: stretch;
|
|
178
|
+
width: 100%;
|
|
179
|
+
padding: convert.to-rem(10px) 0;
|
|
180
|
+
gap: convert.to-rem(15px);
|
|
181
|
+
|
|
182
|
+
& > #{config.$class-root}__nav-item {
|
|
183
|
+
> * {
|
|
184
|
+
&.is-active,
|
|
185
|
+
&:hover,
|
|
186
|
+
&:focus,
|
|
187
|
+
&:active {
|
|
188
|
+
box-shadow: none !important;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
55
191
|
}
|
|
56
192
|
}
|
|
57
193
|
|
|
58
|
-
@mixin
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
194
|
+
@mixin nav-space-small {
|
|
195
|
+
gap: convert.to-rem(15px);
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
@mixin nav-item {
|
|
199
|
+
display: flex;
|
|
200
|
+
height: 100%;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
@mixin nav-dropdown {
|
|
204
|
+
position: absolute;
|
|
205
|
+
top: calc(100% + 1px);
|
|
206
|
+
left: 0;
|
|
207
|
+
width: 100%;
|
|
208
|
+
background-color: var(--color-surface-primary);
|
|
209
|
+
padding: convert.to-rem(20px) 0;
|
|
210
|
+
display: none;
|
|
211
|
+
opacity: 0;
|
|
212
|
+
z-index: 15;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
@mixin nav-logo {
|
|
216
|
+
display: flex;
|
|
217
|
+
align-items: center;
|
|
218
|
+
|
|
219
|
+
> svg,
|
|
220
|
+
> img {
|
|
221
|
+
width: convert.to-rem(40px);
|
|
222
|
+
height: convert.to-rem(40px);
|
|
223
|
+
|
|
224
|
+
& + * {
|
|
225
|
+
margin-left: convert.to-rem(20px);
|
|
226
|
+
}
|
|
63
227
|
}
|
|
64
228
|
|
|
65
|
-
|
|
66
|
-
|
|
229
|
+
> * {
|
|
230
|
+
font-size: convert.to-rem(34px);
|
|
231
|
+
line-height: convert.to-rem(40px);
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
@include breakpoint.get("md", "down") {
|
|
235
|
+
> svg,
|
|
236
|
+
> img {
|
|
237
|
+
width: convert.to-rem(30px);
|
|
238
|
+
height: convert.to-rem(30px);
|
|
239
|
+
|
|
240
|
+
& + * {
|
|
241
|
+
margin-left: convert.to-rem(10px);
|
|
242
|
+
}
|
|
243
|
+
}
|
|
67
244
|
|
|
68
|
-
|
|
69
|
-
|
|
245
|
+
> * {
|
|
246
|
+
font-size: convert.to-rem(20px);
|
|
247
|
+
line-height: convert.to-rem(30px);
|
|
70
248
|
}
|
|
71
249
|
}
|
|
72
250
|
}
|
|
73
251
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
252
|
+
@mixin nav-link {
|
|
253
|
+
display: flex;
|
|
254
|
+
font-weight: 700;
|
|
255
|
+
font-size: convert.to-rem(16px) !important;
|
|
256
|
+
align-items: center;
|
|
257
|
+
color: var(--color-text-default);
|
|
258
|
+
text-decoration: none;
|
|
77
259
|
|
|
78
|
-
|
|
260
|
+
&:hover,
|
|
261
|
+
&:focus,
|
|
262
|
+
&:active,
|
|
263
|
+
&.is-active {
|
|
264
|
+
box-shadow: config.$active-line;
|
|
265
|
+
text-decoration: none !important;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
@mixin nav-cart-icon {
|
|
270
|
+
position: relative;
|
|
271
|
+
|
|
272
|
+
&:after {
|
|
273
|
+
content: attr(data-items-in-cart);
|
|
274
|
+
position: absolute;
|
|
275
|
+
right: -25%;
|
|
276
|
+
top: -25%;
|
|
277
|
+
width: convert.to-rem(18px);
|
|
278
|
+
height: convert.to-rem(18px);
|
|
279
|
+
background-color: var(--color-icon-information);
|
|
280
|
+
border-radius: 50%;
|
|
281
|
+
font-size: convert.to-rem(14px);
|
|
282
|
+
color: color.$white;
|
|
283
|
+
display: flex;
|
|
284
|
+
align-items: center;
|
|
285
|
+
justify-content: center;
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
@mixin nav-button {
|
|
290
|
+
position: relative;
|
|
79
291
|
display: flex;
|
|
80
|
-
|
|
292
|
+
font-size: convert.to-rem(16px);
|
|
293
|
+
font-weight: 700;
|
|
294
|
+
align-items: center;
|
|
295
|
+
color: var(--color-text-default);
|
|
296
|
+
background: none;
|
|
297
|
+
border: none;
|
|
298
|
+
cursor: pointer;
|
|
299
|
+
padding: 0;
|
|
81
300
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
301
|
+
&:hover,
|
|
302
|
+
&:focus,
|
|
303
|
+
&:active,
|
|
304
|
+
&.is-active {
|
|
305
|
+
box-shadow: config.$active-line;
|
|
306
|
+
}
|
|
85
307
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
overflow-y: auto;
|
|
308
|
+
&:focus-visible {
|
|
309
|
+
outline: 2px solid var(--color-border-accent);
|
|
310
|
+
outline-offset: 2px;
|
|
90
311
|
}
|
|
91
312
|
}
|
|
92
313
|
|
|
93
|
-
@mixin
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
}
|
|
314
|
+
@mixin nav-button-indicator {
|
|
315
|
+
padding: 0 convert.to-rem(20px) 0 0;
|
|
316
|
+
|
|
317
|
+
&:after {
|
|
318
|
+
content: "";
|
|
319
|
+
position: absolute;
|
|
320
|
+
right: 0;
|
|
321
|
+
bottom: convert.to-rem(36px);
|
|
322
|
+
width: 0;
|
|
323
|
+
height: 0;
|
|
324
|
+
margin-left: 0.5em;
|
|
325
|
+
border-color: currentcolor transparent transparent;
|
|
326
|
+
border-style: solid;
|
|
327
|
+
border-width: 7px 7px 0;
|
|
328
|
+
transition: transform 0.1s ease-out;
|
|
109
329
|
}
|
|
110
330
|
|
|
111
|
-
|
|
112
|
-
|
|
331
|
+
&.is-active:after {
|
|
332
|
+
transform: rotate(180deg);
|
|
113
333
|
}
|
|
114
334
|
}
|
|
115
335
|
|
|
116
|
-
@mixin
|
|
117
|
-
display:
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
background-color: var(--color-background-primary);
|
|
121
|
-
border-bottom: 1px solid var(--color-border-subtle);
|
|
336
|
+
@mixin nav-icon {
|
|
337
|
+
display: flex;
|
|
338
|
+
margin-right: convert.to-rem(5px);
|
|
339
|
+
}
|
|
122
340
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
341
|
+
@mixin nav-spacer {
|
|
342
|
+
display: flex;
|
|
343
|
+
flex: 1 0 1px;
|
|
344
|
+
visibility: hidden;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
@mixin subnav {
|
|
348
|
+
margin: 0 0 convert.to-rem(30px) 0;
|
|
349
|
+
|
|
350
|
+
&:last-child {
|
|
351
|
+
margin-bottom: 0;
|
|
126
352
|
}
|
|
127
353
|
}
|
|
128
354
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
// =============================================================================
|
|
355
|
+
@mixin subnav-item {
|
|
356
|
+
margin-bottom: convert.to-rem(10px) !important;
|
|
132
357
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
358
|
+
&:last-child {
|
|
359
|
+
margin-bottom: 0;
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
@mixin top {
|
|
364
|
+
display: flex;
|
|
365
|
+
border-bottom: 1px solid var(--color-border-subtle);
|
|
366
|
+
min-height: convert.to-rem(40px);
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
@mixin main {
|
|
370
|
+
display: flex;
|
|
371
|
+
border-bottom: 1px solid var(--color-border-subtle);
|
|
372
|
+
min-height: convert.to-rem(80px);
|
|
373
|
+
|
|
374
|
+
@include breakpoint.get("md", "down") {
|
|
375
|
+
min-height: convert.to-rem(60px);
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
@mixin submain {
|
|
380
|
+
display: flex;
|
|
381
|
+
border-bottom: 1px solid var(--color-border-subtle);
|
|
382
|
+
padding: convert.to-rem(20px) 0;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
@mixin mobile {
|
|
386
|
+
position: fixed;
|
|
387
|
+
z-index: 100;
|
|
388
|
+
width: 0;
|
|
389
|
+
height: 0;
|
|
390
|
+
top: 0;
|
|
391
|
+
right: 0;
|
|
392
|
+
overflow: hidden;
|
|
393
|
+
visibility: hidden;
|
|
394
|
+
transition:
|
|
395
|
+
visibility 0s linear 0.2s,
|
|
396
|
+
width 0s linear 0.2s,
|
|
397
|
+
height 0s linear 0.2s;
|
|
398
|
+
|
|
399
|
+
&:after {
|
|
400
|
+
content: "";
|
|
401
|
+
position: absolute;
|
|
402
|
+
z-index: -1;
|
|
136
403
|
top: 0;
|
|
137
404
|
left: 0;
|
|
138
405
|
width: 100%;
|
|
139
|
-
height:
|
|
140
|
-
background-color:
|
|
141
|
-
|
|
406
|
+
height: 100%;
|
|
407
|
+
background-color: color-mix(
|
|
408
|
+
in srgb,
|
|
409
|
+
var(--color-surface-contrast) 75%,
|
|
410
|
+
transparent
|
|
411
|
+
);
|
|
142
412
|
opacity: 0;
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
413
|
+
transition: opacity 0.2s ease-out;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
&.is-active {
|
|
417
|
+
visibility: visible;
|
|
418
|
+
width: 100vw;
|
|
419
|
+
height: 100vh;
|
|
420
|
+
transition-delay: 0s;
|
|
421
|
+
|
|
422
|
+
&.is-active #{config.$class-root}__mobile-wrapper {
|
|
423
|
+
transform: translateX(0);
|
|
424
|
+
}
|
|
147
425
|
|
|
148
|
-
|
|
426
|
+
&:after {
|
|
149
427
|
opacity: 1;
|
|
150
|
-
visibility: visible;
|
|
151
428
|
}
|
|
152
429
|
}
|
|
430
|
+
|
|
431
|
+
#{config.$class-root}__container {
|
|
432
|
+
padding-left: convert.to-rem(20px);
|
|
433
|
+
padding-right: convert.to-rem(20px);
|
|
434
|
+
}
|
|
153
435
|
}
|
|
154
436
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
437
|
+
@mixin mobile-overlay {
|
|
438
|
+
display: block;
|
|
439
|
+
position: absolute;
|
|
440
|
+
width: 100%;
|
|
441
|
+
height: 100%;
|
|
442
|
+
top: 0;
|
|
443
|
+
left: 0;
|
|
444
|
+
background: transparent;
|
|
445
|
+
border: none;
|
|
446
|
+
appearance: none;
|
|
447
|
+
-webkit-appearance: none;
|
|
448
|
+
}
|
|
158
449
|
|
|
159
|
-
@mixin
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
450
|
+
@mixin mobile-wrapper {
|
|
451
|
+
position: absolute;
|
|
452
|
+
width: convert.to-rem(380px);
|
|
453
|
+
max-width: 90vw;
|
|
454
|
+
height: 100%;
|
|
455
|
+
top: 0;
|
|
456
|
+
right: 0;
|
|
457
|
+
overflow-x: inherit;
|
|
458
|
+
overflow-y: auto;
|
|
459
|
+
transform: translateX(100%);
|
|
460
|
+
transition: transform 0.2s ease-out;
|
|
461
|
+
background-color: var(--color-surface-primary);
|
|
164
462
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
463
|
+
@include breakpoint.get("xs", "down") {
|
|
464
|
+
width: 100%;
|
|
465
|
+
max-width: 100%;
|
|
168
466
|
}
|
|
467
|
+
}
|
|
169
468
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
469
|
+
@mixin mobile-header {
|
|
470
|
+
display: flex;
|
|
471
|
+
min-height: convert.to-rem(60px);
|
|
472
|
+
border-bottom: 1px solid var(--color-border-subtle);
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
@mixin mobile-body {
|
|
476
|
+
padding-top: convert.to-rem(15px);
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
@mixin container {
|
|
480
|
+
@include container.base;
|
|
481
|
+
display: flex;
|
|
482
|
+
flex-direction: column;
|
|
483
|
+
flex: 1;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
@mixin grid {
|
|
487
|
+
display: grid;
|
|
488
|
+
grid-auto-flow: column;
|
|
489
|
+
grid-auto-columns: 1fr;
|
|
490
|
+
gap: convert.to-rem(20px);
|
|
491
|
+
|
|
492
|
+
@include breakpoint.get("md", "down") {
|
|
493
|
+
grid-auto-flow: row;
|
|
494
|
+
grid-auto-columns: 100%;
|
|
176
495
|
}
|
|
177
496
|
}
|
|
178
497
|
|
|
179
|
-
@mixin
|
|
180
|
-
|
|
181
|
-
padding: convert.to-rem(
|
|
498
|
+
@mixin card {
|
|
499
|
+
border-radius: convert.to-rem(20px);
|
|
500
|
+
padding: convert.to-rem(30px);
|
|
501
|
+
|
|
502
|
+
@include breakpoint.get("md", "down") {
|
|
503
|
+
padding: convert.to-rem(15px);
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
@mixin text-large {
|
|
508
|
+
font-size: convert.to-rem(28px) !important;
|
|
509
|
+
font-weight: 700;
|
|
510
|
+
line-height: convert.to-rem(32px);
|
|
511
|
+
|
|
512
|
+
@include breakpoint.get("md", "down") {
|
|
513
|
+
font-size: convert.to-rem(24px) !important;
|
|
514
|
+
line-height: convert.to-rem(28px);
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
@mixin icon {
|
|
519
|
+
fill: currentColor;
|
|
182
520
|
display: inline-block;
|
|
183
|
-
|
|
521
|
+
vertical-align: middle;
|
|
522
|
+
|
|
523
|
+
&__use {
|
|
524
|
+
display: inline;
|
|
525
|
+
|
|
526
|
+
// Light theme (default) - show only light version
|
|
527
|
+
&--light {
|
|
528
|
+
display: inline;
|
|
529
|
+
}
|
|
184
530
|
|
|
185
|
-
|
|
186
|
-
|
|
531
|
+
&--dark {
|
|
532
|
+
display: none;
|
|
533
|
+
}
|
|
187
534
|
}
|
|
188
535
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
536
|
+
// Dark theme context - show only dark version
|
|
537
|
+
.is-dark &,
|
|
538
|
+
[data-theme="dark"] &,
|
|
539
|
+
.dark & {
|
|
540
|
+
&__use {
|
|
541
|
+
&--light {
|
|
542
|
+
display: none;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
&--dark {
|
|
546
|
+
display: inline;
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
@mixin overlay {
|
|
553
|
+
position: absolute;
|
|
554
|
+
top: 100%;
|
|
555
|
+
left: 0;
|
|
556
|
+
width: 100%;
|
|
557
|
+
height: 0;
|
|
558
|
+
background-color: color-mix(
|
|
559
|
+
in srgb,
|
|
560
|
+
var(--color-surface-contrast) 75%,
|
|
561
|
+
transparent
|
|
562
|
+
);
|
|
563
|
+
border: none;
|
|
564
|
+
appearance: none;
|
|
565
|
+
-webkit-appearance: none;
|
|
566
|
+
z-index: 10;
|
|
567
|
+
pointer-events: none;
|
|
568
|
+
opacity: 0;
|
|
569
|
+
visibility: hidden;
|
|
570
|
+
transition:
|
|
571
|
+
opacity 0.15s ease-out,
|
|
572
|
+
visibility 0.15s ease-out;
|
|
573
|
+
outline: none;
|
|
574
|
+
|
|
575
|
+
&.is-active {
|
|
576
|
+
pointer-events: auto;
|
|
577
|
+
opacity: 1;
|
|
578
|
+
visibility: visible;
|
|
579
|
+
height: 100vh;
|
|
192
580
|
}
|
|
193
581
|
|
|
194
582
|
@include breakpoint.get("lg", "down") {
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
583
|
+
display: none;
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
@mixin spacer {
|
|
588
|
+
height: convert.to-rem(118px);
|
|
589
|
+
|
|
590
|
+
@include breakpoint.get("md", "down") {
|
|
591
|
+
height: convert.to-rem(58px);
|
|
200
592
|
}
|
|
201
593
|
}
|
|
202
594
|
|
|
203
|
-
@mixin
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
595
|
+
@mixin spacer-small {
|
|
596
|
+
height: convert.to-rem(78px);
|
|
597
|
+
|
|
598
|
+
@include breakpoint.get("md", "down") {
|
|
599
|
+
height: convert.to-rem(58px);
|
|
600
|
+
}
|
|
207
601
|
}
|
|
208
602
|
|
|
209
|
-
@mixin
|
|
210
|
-
|
|
211
|
-
margin:
|
|
212
|
-
|
|
603
|
+
@mixin accordion {
|
|
604
|
+
@include accordion.base;
|
|
605
|
+
margin-bottom: convert.to-rem(20px);
|
|
606
|
+
}
|
|
213
607
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
608
|
+
@mixin accordion-item {
|
|
609
|
+
@include accordion.item;
|
|
610
|
+
border-top: none;
|
|
611
|
+
border-bottom: 1px solid var(--color-border-subtle);
|
|
612
|
+
|
|
613
|
+
&:last-child {
|
|
614
|
+
border-bottom: none;
|
|
218
615
|
}
|
|
616
|
+
}
|
|
219
617
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
618
|
+
@mixin accordion-button {
|
|
619
|
+
@include accordion.button-base;
|
|
620
|
+
padding: convert.to-rem(15px) 0;
|
|
621
|
+
background: none;
|
|
622
|
+
border: none;
|
|
623
|
+
font-weight: 700;
|
|
624
|
+
font-size: convert.to-rem(18px);
|
|
625
|
+
color: var(--color-text-default);
|
|
626
|
+
|
|
627
|
+
&[aria-expanded="true"] {
|
|
628
|
+
border-bottom: 2px solid var(--color-border-accent);
|
|
223
629
|
}
|
|
224
630
|
}
|
|
225
631
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
632
|
+
@mixin accordion-title {
|
|
633
|
+
@include accordion.title;
|
|
634
|
+
font-size: convert.to-rem(18px);
|
|
635
|
+
font-weight: 700;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
@mixin accordion-icon {
|
|
639
|
+
@include accordion.icon;
|
|
640
|
+
transform: rotate(90deg);
|
|
229
641
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
@include
|
|
642
|
+
[aria-expanded="true"] > &,
|
|
643
|
+
&.is-active {
|
|
644
|
+
@include accordion.icon-active;
|
|
645
|
+
transform: rotate(270deg);
|
|
233
646
|
}
|
|
234
|
-
|
|
235
|
-
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
@mixin accordion-body {
|
|
650
|
+
@include accordion.body;
|
|
651
|
+
display: none;
|
|
652
|
+
margin-bottom: 0;
|
|
653
|
+
padding: convert.to-rem(20px) 0 convert.to-rem(30px) 0;
|
|
654
|
+
|
|
655
|
+
&.is-visible {
|
|
656
|
+
display: block;
|
|
236
657
|
}
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
658
|
+
|
|
659
|
+
h3 {
|
|
660
|
+
margin-top: convert.to-rem(20px);
|
|
661
|
+
|
|
662
|
+
&:first-child {
|
|
663
|
+
margin-top: 0;
|
|
664
|
+
}
|
|
241
665
|
}
|
|
242
666
|
}
|
|
243
667
|
|
|
244
|
-
@mixin
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
padding: convert.to-rem(26px) 0 !important;
|
|
249
|
-
margin: 0 10px !important;
|
|
668
|
+
@mixin input {
|
|
669
|
+
@include input.base();
|
|
670
|
+
@include input.states();
|
|
671
|
+
margin-bottom: convert.to-rem(30px);
|
|
250
672
|
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
color: var(--color-text-accent) !important;
|
|
673
|
+
@include breakpoint.get("md", "down") {
|
|
674
|
+
margin-bottom: convert.to-rem(15px);
|
|
254
675
|
}
|
|
255
676
|
|
|
256
|
-
@
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
677
|
+
@each $size, $values in inputConfig.$sizes {
|
|
678
|
+
&#{generate.variant-name($size)} {
|
|
679
|
+
@include input.size($size);
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
@each $width, $value in inputConfig.$widths {
|
|
684
|
+
&#{generate.variant-name($width)} {
|
|
685
|
+
@include input.width($width);
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
&--search-icon-with-placeholder {
|
|
690
|
+
@include input.search-icon-with-placeholder();
|
|
265
691
|
}
|
|
266
692
|
}
|
|
267
693
|
|
|
268
|
-
@mixin
|
|
269
|
-
|
|
270
|
-
width: 100% !important;
|
|
271
|
-
text-align: left;
|
|
272
|
-
padding: convert.to-rem(15px) 0;
|
|
273
|
-
margin: 0 !important;
|
|
274
|
-
display: flex;
|
|
275
|
-
justify-content: start !important;
|
|
276
|
-
border-bottom: 1px solid var(--color-border-subtle);
|
|
277
|
-
background-color: transparent;
|
|
694
|
+
@mixin tag {
|
|
695
|
+
@include tag.base;
|
|
278
696
|
|
|
279
|
-
@
|
|
280
|
-
|
|
697
|
+
@each $name, $props in tagConfig.$sizes {
|
|
698
|
+
&#{generate.variant-name($name)} {
|
|
699
|
+
@include tag.size($name);
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
@each $variant, $props in tagConfig.$colors {
|
|
704
|
+
&#{generate.variant-name($variant)} {
|
|
705
|
+
@include tag.color($variant);
|
|
706
|
+
}
|
|
281
707
|
}
|
|
282
708
|
}
|
|
283
709
|
|
|
284
|
-
@mixin
|
|
285
|
-
|
|
286
|
-
border-bottom: 3px solid var(--color-border-accent) !important;
|
|
710
|
+
@mixin tag-transparent {
|
|
711
|
+
@include tag.color-transparent();
|
|
287
712
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
713
|
+
&:where(button) {
|
|
714
|
+
@include tag.button-transparent();
|
|
715
|
+
z-index: 2;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
&:where(a) {
|
|
719
|
+
@include tag.button-transparent();
|
|
720
|
+
z-index: 2;
|
|
721
|
+
text-decoration: none;
|
|
722
|
+
|
|
723
|
+
&:hover,
|
|
724
|
+
&:focus,
|
|
725
|
+
&:active,
|
|
726
|
+
&.is-active {
|
|
727
|
+
text-decoration: none !important;
|
|
291
728
|
}
|
|
292
729
|
}
|
|
730
|
+
|
|
731
|
+
@include tag.button-transparent-disabled();
|
|
293
732
|
}
|
|
294
733
|
|
|
295
|
-
@mixin
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
left: 0;
|
|
301
|
-
right: 0;
|
|
302
|
-
width: 100%;
|
|
734
|
+
@mixin list-gap-small {
|
|
735
|
+
display: flex;
|
|
736
|
+
flex-direction: column;
|
|
737
|
+
gap: convert.to-rem(10px);
|
|
738
|
+
}
|
|
303
739
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
740
|
+
@mixin hide-md-down {
|
|
741
|
+
@include breakpoint.get("md", "down") {
|
|
742
|
+
display: none !important;
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
@mixin hide-lg-up {
|
|
747
|
+
@include breakpoint.get("lg") {
|
|
748
|
+
display: none !important;
|
|
310
749
|
}
|
|
311
750
|
}
|