@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,137 +1,139 @@
|
|
|
1
1
|
export declare const iconsWithTags: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
"4g": string[];
|
|
3
|
+
"5g": string[];
|
|
4
|
+
"accessibility-mobility": string[];
|
|
5
|
+
"accessibility-motor": string[];
|
|
6
|
+
"accessibility-vision": string[];
|
|
7
7
|
accessibility: string[];
|
|
8
8
|
add: string[];
|
|
9
9
|
advertising: string[];
|
|
10
10
|
aeroplane: string[];
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
"age-rating-3": string[];
|
|
12
|
+
"airbox-auto": string[];
|
|
13
|
+
"alias-numbers": string[];
|
|
14
|
+
"android-manage": string[];
|
|
15
|
+
ai: string[];
|
|
15
16
|
antenna: string[];
|
|
16
|
-
|
|
17
|
+
"apartment-building": string[];
|
|
17
18
|
apps: string[];
|
|
19
|
+
article: string[];
|
|
18
20
|
assistent: string[];
|
|
19
21
|
assistance: string[];
|
|
20
22
|
at: string[];
|
|
21
23
|
avatar: string[];
|
|
22
|
-
|
|
24
|
+
"backup-internet": string[];
|
|
23
25
|
bank: string[];
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
"battery-charging": string[];
|
|
27
|
+
"battery-full": string[];
|
|
28
|
+
"battery-status-1-3": string[];
|
|
29
|
+
"battery-status-charging": string[];
|
|
30
|
+
"battery-status-full": string[];
|
|
29
31
|
bed: string[];
|
|
30
32
|
birth: string[];
|
|
31
33
|
birthday: string[];
|
|
32
34
|
bluetooth: string[];
|
|
33
|
-
|
|
34
|
-
|
|
35
|
+
"boarding-pass": string[];
|
|
36
|
+
"book-award": string[];
|
|
35
37
|
book: string[];
|
|
36
38
|
boxes: string[];
|
|
37
39
|
briefcase: string[];
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
"browser-plug-in": string[];
|
|
41
|
+
"business-advisor": string[];
|
|
42
|
+
"business-consultant": string[];
|
|
43
|
+
"business-lounge": string[];
|
|
42
44
|
buy: string[];
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
"calendar-30": string[];
|
|
46
|
+
"calendar-alarm": string[];
|
|
47
|
+
"calendar-day": string[];
|
|
48
|
+
"calendar-month": string[];
|
|
49
|
+
"call-in": string[];
|
|
50
|
+
"call-out": string[];
|
|
49
51
|
call: string[];
|
|
50
52
|
camera: string[];
|
|
51
|
-
|
|
53
|
+
"car-park": string[];
|
|
52
54
|
car: string[];
|
|
53
|
-
|
|
55
|
+
"card-reader": string[];
|
|
54
56
|
casting: string[];
|
|
55
|
-
|
|
57
|
+
"cest-ici": string[];
|
|
56
58
|
charger: string[];
|
|
57
59
|
chatbot: string[];
|
|
58
|
-
|
|
60
|
+
"check-your-balance": string[];
|
|
59
61
|
checked: string[];
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
"chevron-down": string[];
|
|
63
|
+
"chevron-end": string[];
|
|
64
|
+
"chevron-left": string[];
|
|
65
|
+
"chevron-right": string[];
|
|
66
|
+
"chevron-start": string[];
|
|
67
|
+
"chevron-up": string[];
|
|
66
68
|
child: string[];
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
69
|
+
"children-channel": string[];
|
|
70
|
+
"childrens-content": string[];
|
|
71
|
+
"christmas-tree": string[];
|
|
72
|
+
"cinema-ticket-2-for-1": string[];
|
|
73
|
+
"cle-pc": string[];
|
|
72
74
|
clock: string[];
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
75
|
+
"closed-captions": string[];
|
|
76
|
+
"cloud-backup": string[];
|
|
77
|
+
"cloud-security": string[];
|
|
78
|
+
"collective-class-training": string[];
|
|
79
|
+
"community-sms": string[];
|
|
80
|
+
"company-structure": string[];
|
|
79
81
|
connections: string[];
|
|
80
|
-
|
|
81
|
-
|
|
82
|
+
"control-centre": string[];
|
|
83
|
+
"control-my-data": string[];
|
|
82
84
|
cpu: string[];
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
85
|
+
"currency-euro": string[];
|
|
86
|
+
"cyber-shield": string[];
|
|
87
|
+
"dashboard-display": string[];
|
|
88
|
+
"data-analytics": string[];
|
|
89
|
+
"data-centre": string[];
|
|
90
|
+
"data-services": string[];
|
|
91
|
+
"data-traffic": string[];
|
|
90
92
|
data: string[];
|
|
91
93
|
delete: string[];
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
94
|
+
"desk-phone": string[];
|
|
95
|
+
"desktop-pc": string[];
|
|
96
|
+
"device-fixed-line-phone": string[];
|
|
97
|
+
"device-laptop-computer-connected": string[];
|
|
98
|
+
"device-laptop-computer": string[];
|
|
99
|
+
"device-smart-phone": string[];
|
|
100
|
+
"device-tablet": string[];
|
|
101
|
+
"device-tv": string[];
|
|
100
102
|
diagnostic: string[];
|
|
101
|
-
|
|
102
|
-
|
|
103
|
+
"digital-frame": string[];
|
|
104
|
+
"discussion-more": string[];
|
|
103
105
|
doctor: string[];
|
|
104
106
|
documentary: string[];
|
|
105
107
|
donation: string[];
|
|
106
108
|
download: string[];
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
109
|
+
"e-reader": string[];
|
|
110
|
+
"e-shop": string[];
|
|
111
|
+
"easy-internet": string[];
|
|
112
|
+
"eco-mode": string[];
|
|
111
113
|
edit: string[];
|
|
112
114
|
electrcar: string[];
|
|
113
115
|
email: string[];
|
|
114
116
|
employees: string[];
|
|
115
|
-
|
|
117
|
+
"empty-trash": string[];
|
|
116
118
|
entertainment: string[];
|
|
117
119
|
epg: string[];
|
|
118
|
-
|
|
120
|
+
"error-severe": string[];
|
|
119
121
|
ethenet: string[];
|
|
120
122
|
euro: string[];
|
|
121
123
|
exit: string[];
|
|
122
|
-
|
|
124
|
+
"facebook-2": string[];
|
|
123
125
|
facebook: string[];
|
|
124
126
|
factory: string[];
|
|
125
|
-
|
|
127
|
+
"family-place": string[];
|
|
126
128
|
fashion: string[];
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
129
|
+
"fast-delivery": string[];
|
|
130
|
+
"file-compressed": string[];
|
|
131
|
+
"file-copy": string[];
|
|
132
|
+
"file-document-compose": string[];
|
|
133
|
+
"file-download": string[];
|
|
134
|
+
"file-draft-edit": string[];
|
|
135
|
+
"file-pdf": string[];
|
|
136
|
+
"file-terms-and-conditions": string[];
|
|
135
137
|
files: string[];
|
|
136
138
|
film: string[];
|
|
137
139
|
filter: string[];
|
|
@@ -139,165 +141,165 @@ export declare const iconsWithTags: {
|
|
|
139
141
|
firewall: string[];
|
|
140
142
|
flag: string[];
|
|
141
143
|
flashlight: string[];
|
|
142
|
-
|
|
144
|
+
"flexible-storage": string[];
|
|
143
145
|
folder: string[];
|
|
144
|
-
|
|
145
|
-
|
|
146
|
+
"football-match": string[];
|
|
147
|
+
"football-quiz": string[];
|
|
146
148
|
football: string[];
|
|
147
|
-
|
|
148
|
-
|
|
149
|
+
"form-tick": string[];
|
|
150
|
+
"front-end-dashboard": string[];
|
|
149
151
|
funny: string[];
|
|
150
|
-
|
|
152
|
+
"futher-education": string[];
|
|
151
153
|
games: string[];
|
|
152
|
-
|
|
153
|
-
|
|
154
|
+
"garage-closed": string[];
|
|
155
|
+
"gauge-rate": string[];
|
|
154
156
|
gears: string[];
|
|
155
157
|
geolocation: string[];
|
|
156
|
-
|
|
158
|
+
"guide-info": string[];
|
|
157
159
|
hammer: string[];
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
160
|
+
"hand-shake": string[];
|
|
161
|
+
"hard-drive": string[];
|
|
162
|
+
"hdmi-key": string[];
|
|
161
163
|
headphones: string[];
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
164
|
+
"health-app": string[];
|
|
165
|
+
"health-monitor": string[];
|
|
166
|
+
"health-patient": string[];
|
|
165
167
|
heart: string[];
|
|
166
|
-
|
|
168
|
+
"home-appliance": string[];
|
|
167
169
|
home: string[];
|
|
168
170
|
homelive: string[];
|
|
169
171
|
hourglass: string[];
|
|
170
172
|
house: string[];
|
|
171
|
-
|
|
173
|
+
"id-card": string[];
|
|
172
174
|
image: string[];
|
|
173
175
|
important: string[];
|
|
174
176
|
improvement: string[];
|
|
175
177
|
inbox: string[];
|
|
176
178
|
info: string[];
|
|
177
|
-
|
|
179
|
+
"information-data": string[];
|
|
178
180
|
instagram: string[];
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
181
|
+
"international-globe": string[];
|
|
182
|
+
"internet-browser": string[];
|
|
183
|
+
"internet-security-desktop": string[];
|
|
184
|
+
"internet-security-mobile": string[];
|
|
185
|
+
"internet-security-password": string[];
|
|
186
|
+
"internet-usage": string[];
|
|
185
187
|
internet: string[];
|
|
186
|
-
|
|
187
|
-
|
|
188
|
+
"invoice-euro": string[];
|
|
189
|
+
"invoices-euro": string[];
|
|
188
190
|
iso: string[];
|
|
189
|
-
|
|
191
|
+
"it-infrastructure": string[];
|
|
190
192
|
keyboard: string[];
|
|
191
|
-
|
|
192
|
-
|
|
193
|
+
"la-cle-tv": string[];
|
|
194
|
+
"laptop-connected": string[];
|
|
193
195
|
laptop: string[];
|
|
194
|
-
|
|
196
|
+
"le-vote": string[];
|
|
195
197
|
link: string[];
|
|
196
|
-
|
|
198
|
+
"linkedin-2": string[];
|
|
197
199
|
linkedin: string[];
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
200
|
+
"location-on-map": string[];
|
|
201
|
+
"location-pin": string[];
|
|
202
|
+
"lock-open": string[];
|
|
201
203
|
lock: string[];
|
|
202
204
|
logistics: string[];
|
|
203
|
-
|
|
205
|
+
"love-logo": string[];
|
|
204
206
|
mahali: string[];
|
|
205
|
-
|
|
206
|
-
|
|
207
|
+
"maintenance-man": string[];
|
|
208
|
+
"map-pin": string[];
|
|
207
209
|
map: string[];
|
|
208
210
|
medal: string[];
|
|
209
|
-
|
|
210
|
-
|
|
211
|
+
"medical-app": string[];
|
|
212
|
+
"medical-chart": string[];
|
|
211
213
|
medicine: string[];
|
|
212
|
-
|
|
213
|
-
|
|
214
|
+
"menu-arrow": string[];
|
|
215
|
+
"menu-grid": string[];
|
|
214
216
|
menu: string[];
|
|
215
|
-
|
|
217
|
+
"message-alert": string[];
|
|
216
218
|
messages: string[];
|
|
217
|
-
|
|
218
|
-
|
|
219
|
+
"micro-sd-card": string[];
|
|
220
|
+
"microphone-mute": string[];
|
|
219
221
|
microphone: string[];
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
222
|
+
"mini-games": string[];
|
|
223
|
+
"mobile-applications": string[];
|
|
224
|
+
"mobile-data-toggle": string[];
|
|
225
|
+
"mobile-insurance": string[];
|
|
226
|
+
"mobile-network-coverage": string[];
|
|
227
|
+
"mobile-payment": string[];
|
|
228
|
+
"mobile-security": string[];
|
|
229
|
+
"mobile-setup": string[];
|
|
228
230
|
modem: string[];
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
231
|
+
"modifier-delete": string[];
|
|
232
|
+
"modifier-done": string[];
|
|
233
|
+
"modifier-download": string[];
|
|
234
|
+
"modifier-upload": string[];
|
|
235
|
+
"money-box": string[];
|
|
236
|
+
"more-dots": string[];
|
|
237
|
+
"multi-sim": string[];
|
|
236
238
|
music: string[];
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
239
|
+
"my-account": string[];
|
|
240
|
+
"my-orange": string[];
|
|
241
|
+
"my-skills": string[];
|
|
242
|
+
"my-vacation": string[];
|
|
243
|
+
"network-dslam": string[];
|
|
244
|
+
"network-gatekeeper": string[];
|
|
245
|
+
"network-gateway": string[];
|
|
246
|
+
"network-optical-amplifier": string[];
|
|
247
|
+
"network-optical-transport": string[];
|
|
248
|
+
"network-wan-optimisation-engine": string[];
|
|
247
249
|
networks: string[];
|
|
248
250
|
newspaper: string[];
|
|
249
|
-
|
|
250
|
-
|
|
251
|
+
"not-checked": string[];
|
|
252
|
+
"notification-alert": string[];
|
|
251
253
|
office: string[];
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
254
|
+
"online-help": string[];
|
|
255
|
+
"orange-assistant": string[];
|
|
256
|
+
"orange-cash": string[];
|
|
257
|
+
"orange-detente": string[];
|
|
258
|
+
"orange-dialler": string[];
|
|
259
|
+
"orange-events": string[];
|
|
260
|
+
"orange-experts-expert": string[];
|
|
261
|
+
"orange-experts-insurance": string[];
|
|
262
|
+
"orange-experts-orange-business-consultant": string[];
|
|
263
|
+
"orange-experts-recycle": string[];
|
|
264
|
+
"orange-experts-repair": string[];
|
|
265
|
+
"orange-football-club": string[];
|
|
266
|
+
"orange-games": string[];
|
|
267
|
+
"orange-messenger": string[];
|
|
268
|
+
"orange-money-nfc": string[];
|
|
269
|
+
"orange-reflect": string[];
|
|
270
|
+
"orange-rewards": string[];
|
|
271
|
+
"orange-tv": string[];
|
|
272
|
+
"orange-vr-experience": string[];
|
|
271
273
|
outbox: string[];
|
|
272
|
-
|
|
273
|
-
|
|
274
|
+
"package-content": string[];
|
|
275
|
+
"package-services": string[];
|
|
274
276
|
package: string[];
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
277
|
+
"packaging-icon-hd": string[];
|
|
278
|
+
"parabole-tv": string[];
|
|
279
|
+
"parental-control": string[];
|
|
278
280
|
pause: string[];
|
|
279
|
-
|
|
280
|
-
|
|
281
|
+
"payment-card": string[];
|
|
282
|
+
"payment-euro": string[];
|
|
281
283
|
pda: string[];
|
|
282
284
|
pencil: string[];
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
285
|
+
"personal-hotspot": string[];
|
|
286
|
+
"personal-smartphone-trainer": string[];
|
|
287
|
+
"phone-advisor": string[];
|
|
288
|
+
"play-and-win": string[];
|
|
287
289
|
play: string[];
|
|
288
|
-
|
|
290
|
+
"plug-socket": string[];
|
|
289
291
|
power: string[];
|
|
290
292
|
powerstation: string[];
|
|
291
293
|
presentation: string[];
|
|
292
294
|
print: string[];
|
|
293
295
|
printer: string[];
|
|
294
|
-
|
|
295
|
-
|
|
296
|
+
"real-time": string[];
|
|
297
|
+
"recycle-device": string[];
|
|
296
298
|
recycle: string[];
|
|
297
299
|
reduction: string[];
|
|
298
300
|
reload: string[];
|
|
299
301
|
reminders: string[];
|
|
300
|
-
|
|
302
|
+
"remote-desktop-protocol": string[];
|
|
301
303
|
remove: string[];
|
|
302
304
|
repair: string[];
|
|
303
305
|
reseau: string[];
|
|
@@ -309,111 +311,111 @@ export declare const iconsWithTags: {
|
|
|
309
311
|
save: string[];
|
|
310
312
|
school: string[];
|
|
311
313
|
science: string[];
|
|
312
|
-
|
|
314
|
+
"sd-card": string[];
|
|
313
315
|
search: string[];
|
|
314
|
-
|
|
316
|
+
"security-status-good": string[];
|
|
315
317
|
send: string[];
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
318
|
+
"senior-person": string[];
|
|
319
|
+
"server-storage-array": string[];
|
|
320
|
+
"server-tower": string[];
|
|
321
|
+
"session-enter": string[];
|
|
322
|
+
"session-leave": string[];
|
|
321
323
|
settings: string[];
|
|
322
324
|
share: string[];
|
|
323
|
-
|
|
325
|
+
"shop-pin": string[];
|
|
324
326
|
shop: string[];
|
|
325
|
-
|
|
326
|
-
|
|
327
|
+
"showroom-mobile-pro": string[];
|
|
328
|
+
"signal-5-5": string[];
|
|
327
329
|
silence: string[];
|
|
328
|
-
|
|
330
|
+
"sim-e": string[];
|
|
329
331
|
sim: string[];
|
|
330
|
-
|
|
332
|
+
"simple-mode": string[];
|
|
331
333
|
simplicity: string[];
|
|
332
334
|
siren: string[];
|
|
333
335
|
skiing: string[];
|
|
334
|
-
|
|
335
|
-
|
|
336
|
+
"skip-to-end": string[];
|
|
337
|
+
"skip-to-start": string[];
|
|
336
338
|
sleep: string[];
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
339
|
+
"smart-care": string[];
|
|
340
|
+
"smart-home": string[];
|
|
341
|
+
"smart-tap": string[];
|
|
342
|
+
"smart-watch": string[];
|
|
343
|
+
"sms-alert": string[];
|
|
344
|
+
"sms-message-compose": string[];
|
|
345
|
+
"sms-message": string[];
|
|
346
|
+
"social-network": string[];
|
|
345
347
|
sofa: string[];
|
|
346
348
|
sort: string[];
|
|
347
349
|
stadium: string[];
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
350
|
+
"star-favourite-half": string[];
|
|
351
|
+
"star-empty": string[];
|
|
352
|
+
"star-favourite": string[];
|
|
351
353
|
startover: string[];
|
|
352
354
|
statistics: string[];
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
355
|
+
"stop-secret": string[];
|
|
356
|
+
"storage-cloud": string[];
|
|
357
|
+
"store-locator": string[];
|
|
356
358
|
street: string[];
|
|
357
|
-
|
|
359
|
+
"subscription-package": string[];
|
|
358
360
|
suitcase: string[];
|
|
359
361
|
support: string[];
|
|
360
|
-
|
|
362
|
+
"surveillance-camera": string[];
|
|
361
363
|
syncronise: string[];
|
|
362
|
-
|
|
364
|
+
"tag-advertising": string[];
|
|
363
365
|
tag: string[];
|
|
364
|
-
|
|
366
|
+
"target-location": string[];
|
|
365
367
|
tarif: string[];
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
368
|
+
"task-list": string[];
|
|
369
|
+
"team-connect": string[];
|
|
370
|
+
"thumb-up": string[];
|
|
369
371
|
tick: string[];
|
|
370
372
|
ticket: string[];
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
373
|
+
"top-up-card-euro": string[];
|
|
374
|
+
"top-up-euro": string[];
|
|
375
|
+
"top-up-time": string[];
|
|
374
376
|
town: string[];
|
|
375
377
|
townhall: string[];
|
|
376
378
|
train: string[];
|
|
377
|
-
|
|
379
|
+
"training-session": string[];
|
|
378
380
|
tranquility: string[];
|
|
379
|
-
|
|
381
|
+
"transfer-data": string[];
|
|
380
382
|
transfers: string[];
|
|
381
383
|
trash: string[];
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
384
|
+
"tv-channel-list": string[];
|
|
385
|
+
"tv-commande": string[];
|
|
386
|
+
"unlimited-calls": string[];
|
|
385
387
|
upload: string[];
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
388
|
+
"usb-hard-drive": string[];
|
|
389
|
+
"usb-key": string[];
|
|
390
|
+
"user-manual": string[];
|
|
389
391
|
user: string[];
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
392
|
+
"video-call": string[];
|
|
393
|
+
"video-live": string[];
|
|
394
|
+
"video-phone": string[];
|
|
395
|
+
"video-record": string[];
|
|
394
396
|
video: string[];
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
397
|
+
"vip-contact": string[];
|
|
398
|
+
"virtual-gamepad": string[];
|
|
399
|
+
"vod-portrait": string[];
|
|
398
400
|
volte: string[];
|
|
399
|
-
|
|
401
|
+
"volume-status-4-4": string[];
|
|
400
402
|
vowifi: string[];
|
|
401
403
|
wallet: string[];
|
|
402
|
-
|
|
404
|
+
"warning-important": string[];
|
|
403
405
|
washroom: string[];
|
|
404
406
|
watch: string[];
|
|
405
407
|
water: string[];
|
|
406
408
|
weather: string[];
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
409
|
+
"web-browser": string[];
|
|
410
|
+
"web-camera": string[];
|
|
411
|
+
"weighing-scales": string[];
|
|
410
412
|
widget: string[];
|
|
411
|
-
|
|
413
|
+
"wifi-home": string[];
|
|
412
414
|
wifi: string[];
|
|
413
415
|
x: string[];
|
|
414
|
-
|
|
416
|
+
"your-balance": string[];
|
|
415
417
|
youtube: string[];
|
|
416
|
-
|
|
417
|
-
|
|
418
|
+
"zoom-in": string[];
|
|
419
|
+
"zoom-out": string[];
|
|
418
420
|
};
|
|
419
421
|
export declare const tags: string[];
|