@orangesk/orange-design-system 1.11.0 → 2.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -10
- package/build/404.html +1 -0
- package/build/_next/static/chunks/4bd1b696-67ee12fb04071d3b.js +1 -0
- package/build/_next/static/chunks/684-2d117c50cbadadca.js +1 -0
- package/build/_next/static/chunks/app/_not-found/page-f08302ee705a96b1.js +1 -0
- package/build/_next/static/chunks/app/components/badge/page-bbcffd5558aeab06.js +1 -0
- package/build/_next/static/chunks/app/layout-69efc42b1696abf9.js +1 -0
- package/build/_next/static/chunks/app/page-687dfdffc8d1b6e5.js +1 -0
- package/build/_next/static/chunks/framework-f593a28cde54158e.js +1 -0
- package/build/_next/static/chunks/main-43608b6b4bb05f8f.js +1 -0
- package/build/_next/static/chunks/main-app-ce2a2222e012907f.js +1 -0
- package/build/_next/static/chunks/pages/_app-da15c11dea942c36.js +1 -0
- package/build/_next/static/chunks/pages/_error-cc3f077a18ea1793.js +1 -0
- package/build/_next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/build/_next/static/chunks/webpack-778f3ec87f8d2826.js +1 -0
- package/build/_next/static/css/08a2fcd6f5aac3e0.css +1 -0
- package/build/_next/static/css/d2fc2f581fe4b371.css +1 -0
- package/build/_next/static/rsiMOOYAxBtOjvpzBN4vJ/_buildManifest.js +1 -0
- package/build/_next/static/rsiMOOYAxBtOjvpzBN4vJ/_ssgManifest.js +1 -0
- package/build/components/Badge/index.js +616 -3
- package/build/components/Badge/index.js.map +1 -1
- package/build/components/Badge/style.css +1 -1
- package/build/components/Badge/style.css.map +1 -1
- package/build/components/badge.html +1 -0
- package/build/components/badge.txt +19 -0
- package/build/components/index.css +2 -0
- package/build/components/index.css.map +1 -0
- package/build/components/index.js +616 -3
- package/build/components/index.js.map +1 -1
- package/build/components/static.js +1200 -3
- package/build/components/static.js.map +1 -1
- package/build/components/types/Badge/Badge.d.ts +12 -0
- package/build/components/types/Badge/index.d.ts +2 -0
- package/build/components/types/index.d.ts +4 -0
- package/build/index.html +46 -1
- package/build/index.txt +18 -0
- package/build/lib/after-components.css +1 -1
- package/build/lib/after-components.css.map +1 -1
- package/build/lib/after-components.js +3 -2
- package/build/lib/before-components.css +1 -1
- package/build/lib/before-components.css.map +1 -1
- package/build/lib/before-components.js +3 -2
- package/build/lib/breadcrumbs.css +2 -2
- package/build/lib/breadcrumbs.css.map +1 -1
- package/build/lib/breadcrumbs.js +3 -2
- package/build/lib/components.css +1 -1
- package/build/lib/components.css.map +1 -1
- package/build/lib/components.js +3 -2
- package/build/lib/fonts.css +1 -1
- package/build/lib/fonts.css.map +1 -1
- package/build/lib/fonts.js +3 -2
- package/build/lib/scripts.js +1202 -3
- 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/style.js +3 -2
- package/package.json +50 -130
- package/src/components/Badge/Badge.test.js +16 -20
- package/src/components/Badge/Badge.tsx +45 -0
- package/src/components/Badge/index.ts +3 -0
- package/src/components/Badge/styles/config.scss +11 -11
- package/src/components/Badge/styles/mixins.scss +5 -5
- package/src/components/Badge/styles/style.scss +3 -4
- package/src/components/Badge/tests/Badge.unit.test.js +18 -22
- package/src/components/Typography/styles/style.scss +9 -9
- package/src/components/index.ts +7 -0
- package/src/components/static.ts +1 -0
- package/build/app.css +0 -3
- package/build/app.css.map +0 -1
- package/build/app.js +0 -3
- package/build/app.js.LICENSE.txt +0 -78
- package/build/app.js.map +0 -1
- package/build/asset-manifest.json +0 -442
- package/build/components/Accordion/Accordion.static.js +0 -2
- package/build/components/Accordion/Accordion.static.js.map +0 -1
- package/build/components/Accordion/index.js +0 -3
- package/build/components/Accordion/index.js.LICENSE.txt +0 -5
- package/build/components/Accordion/index.js.map +0 -1
- package/build/components/Accordion/style.css +0 -2
- package/build/components/Accordion/style.css.map +0 -1
- package/build/components/Alert/index.js +0 -3
- package/build/components/Alert/index.js.LICENSE.txt +0 -5
- package/build/components/Alert/index.js.map +0 -1
- package/build/components/Alert/style.css +0 -2
- package/build/components/Alert/style.css.map +0 -1
- package/build/components/Badge/index.js.LICENSE.txt +0 -5
- package/build/components/Bar/index.js +0 -3
- package/build/components/Bar/index.js.LICENSE.txt +0 -5
- package/build/components/Bar/index.js.map +0 -1
- package/build/components/Bar/style.css +0 -2
- package/build/components/Bar/style.css.map +0 -1
- package/build/components/BlockAction/BlockAction.static.js +0 -2
- package/build/components/BlockAction/BlockAction.static.js.map +0 -1
- package/build/components/BlockAction/index.js +0 -3
- package/build/components/BlockAction/index.js.LICENSE.txt +0 -5
- 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/Breadcrumbs/index.js +0 -3
- package/build/components/Breadcrumbs/index.js.LICENSE.txt +0 -5
- package/build/components/Breadcrumbs/index.js.map +0 -1
- package/build/components/Breadcrumbs/style.css +0 -2
- package/build/components/Breadcrumbs/style.css.map +0 -1
- package/build/components/Button/index.js +0 -3
- package/build/components/Button/index.js.LICENSE.txt +0 -5
- 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/Buttons/index.js +0 -3
- package/build/components/Buttons/index.js.LICENSE.txt +0 -5
- package/build/components/Buttons/index.js.map +0 -1
- package/build/components/Buttons/style.css +0 -2
- package/build/components/Buttons/style.css.map +0 -1
- package/build/components/Card/index.js +0 -3
- package/build/components/Card/index.js.LICENSE.txt +0 -5
- package/build/components/Card/index.js.map +0 -1
- package/build/components/Card/style.css +0 -2
- package/build/components/Card/style.css.map +0 -1
- package/build/components/Carousel/Carousel.static.css +0 -2
- package/build/components/Carousel/Carousel.static.css.map +0 -1
- package/build/components/Carousel/Carousel.static.js +0 -3
- package/build/components/Carousel/Carousel.static.js.LICENSE.txt +0 -15
- package/build/components/Carousel/Carousel.static.js.map +0 -1
- package/build/components/Carousel/index.js +0 -3
- package/build/components/Carousel/index.js.LICENSE.txt +0 -21
- 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/CarouselPromotions/CarouselPromotions.static.js +0 -3
- package/build/components/CarouselPromotions/CarouselPromotions.static.js.LICENSE.txt +0 -15
- package/build/components/CarouselPromotions/CarouselPromotions.static.js.map +0 -1
- package/build/components/CarouselPromotions/index.js +0 -3
- package/build/components/CarouselPromotions/index.js.LICENSE.txt +0 -21
- package/build/components/CarouselPromotions/index.js.map +0 -1
- package/build/components/CarouselPromotions/style.css +0 -2
- package/build/components/CarouselPromotions/style.css.map +0 -1
- package/build/components/CartTable/index.js +0 -3
- package/build/components/CartTable/index.js.LICENSE.txt +0 -5
- 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/Container/index.js +0 -3
- package/build/components/Container/index.js.LICENSE.txt +0 -5
- package/build/components/Container/index.js.map +0 -1
- package/build/components/Container/style.css +0 -2
- package/build/components/Container/style.css.map +0 -1
- package/build/components/ContentBlock/index.js +0 -3
- package/build/components/ContentBlock/index.js.LICENSE.txt +0 -5
- package/build/components/ContentBlock/index.js.map +0 -1
- package/build/components/ContentBlock/style.css +0 -2
- package/build/components/ContentBlock/style.css.map +0 -1
- package/build/components/Cover/index.js +0 -3
- package/build/components/Cover/index.js.LICENSE.txt +0 -5
- 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/Divider/index.js +0 -3
- package/build/components/Divider/index.js.LICENSE.txt +0 -5
- package/build/components/Divider/index.js.map +0 -1
- package/build/components/Divider/style.css +0 -2
- package/build/components/Divider/style.css.map +0 -1
- package/build/components/Dropdown/Dropdown.static.css +0 -2
- package/build/components/Dropdown/Dropdown.static.css.map +0 -1
- package/build/components/Dropdown/Dropdown.static.js +0 -2
- package/build/components/Dropdown/Dropdown.static.js.map +0 -1
- package/build/components/Dropdown/index.js +0 -3
- package/build/components/Dropdown/index.js.LICENSE.txt +0 -5
- 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/Expander/Expander.static.js +0 -2
- package/build/components/Expander/Expander.static.js.map +0 -1
- package/build/components/Expander/index.js +0 -3
- package/build/components/Expander/index.js.LICENSE.txt +0 -5
- package/build/components/Expander/index.js.map +0 -1
- package/build/components/Expander/style.css +0 -2
- package/build/components/Expander/style.css.map +0 -1
- package/build/components/Forms/Autocomplete/Autocomplete.static.js +0 -2
- package/build/components/Forms/Autocomplete/Autocomplete.static.js.map +0 -1
- package/build/components/Forms/Autocomplete/index.js +0 -3
- package/build/components/Forms/Autocomplete/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Autocomplete/index.js.map +0 -1
- package/build/components/Forms/Autocomplete/style.css +0 -2
- package/build/components/Forms/Autocomplete/style.css.map +0 -1
- package/build/components/Forms/Checkbox/index.js +0 -3
- package/build/components/Forms/Checkbox/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Checkbox/index.js.map +0 -1
- package/build/components/Forms/Checkbox/style.css +0 -2
- package/build/components/Forms/Checkbox/style.css.map +0 -1
- package/build/components/Forms/DatePicker/DatePicker.static.css +0 -2
- package/build/components/Forms/DatePicker/DatePicker.static.css.map +0 -1
- package/build/components/Forms/DatePicker/DatePicker.static.js +0 -2
- package/build/components/Forms/DatePicker/DatePicker.static.js.map +0 -1
- package/build/components/Forms/DatePicker/index.js +0 -2
- package/build/components/Forms/DatePicker/index.js.map +0 -1
- package/build/components/Forms/DatePicker/style.css +0 -2
- package/build/components/Forms/DatePicker/style.css.map +0 -1
- package/build/components/Forms/Field/index.js +0 -3
- package/build/components/Forms/Field/index.js.LICENSE.txt +0 -7
- package/build/components/Forms/Field/index.js.map +0 -1
- package/build/components/Forms/Field/style.css +0 -2
- package/build/components/Forms/Field/style.css.map +0 -1
- package/build/components/Forms/Fieldset/index.js +0 -3
- package/build/components/Forms/Fieldset/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Fieldset/index.js.map +0 -1
- package/build/components/Forms/Fieldset/style.css +0 -2
- package/build/components/Forms/Fieldset/style.css.map +0 -1
- package/build/components/Forms/File/File.static.js +0 -3
- package/build/components/Forms/File/File.static.js.LICENSE.txt +0 -1
- package/build/components/Forms/File/File.static.js.map +0 -1
- package/build/components/Forms/File/index.js +0 -3
- package/build/components/Forms/File/index.js.LICENSE.txt +0 -7
- package/build/components/Forms/File/index.js.map +0 -1
- package/build/components/Forms/File/style.css +0 -2
- package/build/components/Forms/File/style.css.map +0 -1
- package/build/components/Forms/Group/index.js +0 -3
- package/build/components/Forms/Group/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Group/index.js.map +0 -1
- package/build/components/Forms/Group/style.css +0 -2
- package/build/components/Forms/Group/style.css.map +0 -1
- package/build/components/Forms/Hint/index.js +0 -3
- package/build/components/Forms/Hint/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Hint/index.js.map +0 -1
- package/build/components/Forms/Hint/style.css +0 -2
- package/build/components/Forms/Hint/style.css.map +0 -1
- package/build/components/Forms/InputStepper/InputStepper.static.js +0 -2
- package/build/components/Forms/InputStepper/InputStepper.static.js.map +0 -1
- package/build/components/Forms/InputStepper/index.js +0 -3
- package/build/components/Forms/InputStepper/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/InputStepper/index.js.map +0 -1
- package/build/components/Forms/InputStepper/style.css +0 -2
- package/build/components/Forms/InputStepper/style.css.map +0 -1
- package/build/components/Forms/Label/index.js +0 -3
- package/build/components/Forms/Label/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Label/index.js.map +0 -1
- package/build/components/Forms/Label/style.css +0 -2
- package/build/components/Forms/Label/style.css.map +0 -1
- package/build/components/Forms/Message/index.js +0 -3
- package/build/components/Forms/Message/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Message/index.js.map +0 -1
- package/build/components/Forms/Message/style.css +0 -2
- package/build/components/Forms/Message/style.css.map +0 -1
- package/build/components/Forms/Radio/index.js +0 -3
- package/build/components/Forms/Radio/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Radio/index.js.map +0 -1
- package/build/components/Forms/Radio/style.css +0 -2
- package/build/components/Forms/Radio/style.css.map +0 -1
- package/build/components/Forms/RangeSlider/RangeSlider.static.js +0 -2
- package/build/components/Forms/RangeSlider/RangeSlider.static.js.map +0 -1
- package/build/components/Forms/RangeSlider/index.js +0 -3
- package/build/components/Forms/RangeSlider/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/RangeSlider/index.js.map +0 -1
- package/build/components/Forms/RangeSlider/style.css +0 -2
- package/build/components/Forms/RangeSlider/style.css.map +0 -1
- package/build/components/Forms/Select/index.js +0 -3
- package/build/components/Forms/Select/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/Select/index.js.map +0 -1
- package/build/components/Forms/Select/style.css +0 -2
- package/build/components/Forms/Select/style.css.map +0 -1
- package/build/components/Forms/TextArea/index.js +0 -3
- package/build/components/Forms/TextArea/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/TextArea/index.js.map +0 -1
- package/build/components/Forms/TextArea/style.css +0 -2
- package/build/components/Forms/TextArea/style.css.map +0 -1
- package/build/components/Forms/TextInput/index.js +0 -3
- package/build/components/Forms/TextInput/index.js.LICENSE.txt +0 -5
- package/build/components/Forms/TextInput/index.js.map +0 -1
- package/build/components/Forms/TextInput/style.css +0 -2
- package/build/components/Forms/TextInput/style.css.map +0 -1
- package/build/components/Forms/index.js +0 -3
- package/build/components/Forms/index.js.LICENSE.txt +0 -7
- 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/Gauge/index.js +0 -3
- package/build/components/Gauge/index.js.LICENSE.txt +0 -5
- package/build/components/Gauge/index.js.map +0 -1
- package/build/components/Gauge/style.css +0 -2
- package/build/components/Gauge/style.css.map +0 -1
- package/build/components/Grid/index.js +0 -3
- package/build/components/Grid/index.js.LICENSE.txt +0 -5
- 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/Heading/index.js +0 -2
- package/build/components/Heading/index.js.map +0 -1
- package/build/components/Hero/index.js +0 -3
- package/build/components/Hero/index.js.LICENSE.txt +0 -5
- 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/Icon/index.js +0 -3
- package/build/components/Icon/index.js.LICENSE.txt +0 -5
- package/build/components/Icon/index.js.map +0 -1
- package/build/components/Icon/style.css +0 -2
- package/build/components/Icon/style.css.map +0 -1
- package/build/components/IconList/index.js +0 -3
- package/build/components/IconList/index.js.LICENSE.txt +0 -5
- 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/Image/index.js +0 -3
- package/build/components/Image/index.js.LICENSE.txt +0 -5
- package/build/components/Image/index.js.map +0 -1
- package/build/components/Image/style.css +0 -2
- package/build/components/Image/style.css.map +0 -1
- package/build/components/Link/index.js +0 -3
- package/build/components/Link/index.js.LICENSE.txt +0 -5
- package/build/components/Link/index.js.map +0 -1
- package/build/components/Link/style.css +0 -2
- package/build/components/Link/style.css.map +0 -1
- package/build/components/List/index.js +0 -3
- package/build/components/List/index.js.LICENSE.txt +0 -5
- 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/Loader/Loader.static.js +0 -2
- package/build/components/Loader/Loader.static.js.map +0 -1
- package/build/components/Loader/index.js +0 -3
- package/build/components/Loader/index.js.LICENSE.txt +0 -5
- package/build/components/Loader/index.js.map +0 -1
- package/build/components/Loader/style.css +0 -2
- package/build/components/Loader/style.css.map +0 -1
- package/build/components/Modal/Modal.static.js +0 -3
- package/build/components/Modal/Modal.static.js.LICENSE.txt +0 -4
- package/build/components/Modal/Modal.static.js.map +0 -1
- package/build/components/Modal/index.js +0 -3
- package/build/components/Modal/index.js.LICENSE.txt +0 -10
- 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/PageTitle/index.js +0 -3
- package/build/components/PageTitle/index.js.LICENSE.txt +0 -5
- package/build/components/PageTitle/index.js.map +0 -1
- package/build/components/PageTitle/style.css +0 -2
- package/build/components/PageTitle/style.css.map +0 -1
- package/build/components/Pagination/index.js +0 -3
- package/build/components/Pagination/index.js.LICENSE.txt +0 -5
- package/build/components/Pagination/index.js.map +0 -1
- package/build/components/Pagination/style.css +0 -2
- package/build/components/Pagination/style.css.map +0 -1
- package/build/components/Pill/index.js +0 -3
- package/build/components/Pill/index.js.LICENSE.txt +0 -5
- package/build/components/Pill/index.js.map +0 -1
- package/build/components/Pill/style.css +0 -2
- package/build/components/Pill/style.css.map +0 -1
- package/build/components/Progress/index.js +0 -3
- package/build/components/Progress/index.js.LICENSE.txt +0 -5
- package/build/components/Progress/index.js.map +0 -1
- package/build/components/Progress/style.css +0 -2
- package/build/components/Progress/style.css.map +0 -1
- package/build/components/PromotionCard/index.js +0 -3
- package/build/components/PromotionCard/index.js.LICENSE.txt +0 -5
- package/build/components/PromotionCard/index.js.map +0 -1
- package/build/components/PromotionCard/style.css +0 -2
- package/build/components/PromotionCard/style.css.map +0 -1
- package/build/components/Section/index.js +0 -3
- package/build/components/Section/index.js.LICENSE.txt +0 -5
- package/build/components/Section/index.js.map +0 -1
- package/build/components/Section/style.css +0 -2
- package/build/components/Section/style.css.map +0 -1
- package/build/components/Skeleton/index.js +0 -3
- package/build/components/Skeleton/index.js.LICENSE.txt +0 -5
- package/build/components/Skeleton/index.js.map +0 -1
- package/build/components/Skeleton/style.css +0 -2
- package/build/components/Skeleton/style.css.map +0 -1
- package/build/components/SkipLink/index.js +0 -3
- package/build/components/SkipLink/index.js.LICENSE.txt +0 -5
- package/build/components/SkipLink/index.js.map +0 -1
- package/build/components/SkipLink/style.css +0 -2
- package/build/components/SkipLink/style.css.map +0 -1
- package/build/components/Stepbar/index.js +0 -3
- package/build/components/Stepbar/index.js.LICENSE.txt +0 -5
- package/build/components/Stepbar/index.js.map +0 -1
- package/build/components/Stepbar/style.css +0 -2
- package/build/components/Stepbar/style.css.map +0 -1
- package/build/components/Sticker/index.js +0 -3
- package/build/components/Sticker/index.js.LICENSE.txt +0 -5
- package/build/components/Sticker/index.js.map +0 -1
- package/build/components/Sticker/style.css +0 -2
- package/build/components/Sticker/style.css.map +0 -1
- package/build/components/Table/Table.static.js +0 -2
- package/build/components/Table/Table.static.js.map +0 -1
- package/build/components/Table/index.js +0 -3
- package/build/components/Table/index.js.LICENSE.txt +0 -5
- 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/Tabs/Tabs.static.js +0 -2
- package/build/components/Tabs/Tabs.static.js.map +0 -1
- package/build/components/Tabs/index.js +0 -3
- package/build/components/Tabs/index.js.LICENSE.txt +0 -5
- package/build/components/Tabs/index.js.map +0 -1
- package/build/components/Tabs/style.css +0 -2
- package/build/components/Tabs/style.css.map +0 -1
- package/build/components/Testimonial/index.js +0 -3
- package/build/components/Testimonial/index.js.LICENSE.txt +0 -5
- package/build/components/Testimonial/index.js.map +0 -1
- package/build/components/Testimonial/style.css +0 -2
- package/build/components/Testimonial/style.css.map +0 -1
- package/build/components/Tile/index.js +0 -3
- package/build/components/Tile/index.js.LICENSE.txt +0 -5
- package/build/components/Tile/index.js.map +0 -1
- package/build/components/Tile/style.css +0 -2
- package/build/components/Tile/style.css.map +0 -1
- package/build/components/Tooltip/Tooltip.static.css +0 -2
- package/build/components/Tooltip/Tooltip.static.css.map +0 -1
- package/build/components/Tooltip/Tooltip.static.js +0 -2
- package/build/components/Tooltip/Tooltip.static.js.map +0 -1
- package/build/components/Tooltip/index.js +0 -3
- package/build/components/Tooltip/index.js.LICENSE.txt +0 -5
- 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/index.js.LICENSE.txt +0 -28
- package/build/components/static.css +0 -2
- package/build/components/static.css.map +0 -1
- package/build/components/static.js.LICENSE.txt +0 -22
- package/build/components/style.css +0 -2
- package/build/components/style.css.map +0 -1
- package/build/index.css +0 -2
- package/build/index.css.map +0 -1
- package/build/index.js +0 -3
- package/build/index.js.LICENSE.txt +0 -150
- package/build/index.js.map +0 -1
- package/build/lib/after-components.js.map +0 -1
- package/build/lib/before-components.js.map +0 -1
- package/build/lib/breadcrumbs.js.map +0 -1
- package/build/lib/components.js.map +0 -1
- package/build/lib/fonts.js.map +0 -1
- package/build/lib/scripts.css +0 -2
- package/build/lib/scripts.css.map +0 -1
- package/build/lib/scripts.js.LICENSE.txt +0 -22
- package/build/lib/style.js.map +0 -1
- package/build/lib/testAutocomplete.js +0 -2
- package/build/lib/testAutocomplete.js.map +0 -1
- package/build/media/hands-with-phones.2646b120f1bbbbbdf4b4105fad34c34d.svg +0 -90
- package/build/media/logo-small.abe814cc06cf7383d3769293d27f8895.svg +0 -45
- package/build/media/logo.086916e9e2d8f8c38d2ecfba359ab991.svg +0 -1
- package/build/media/phones.a022d93942179e66616ee71d4e37e532.png +0 -0
- package/build/pages/hello-react-world.html +0 -1
- package/build/pages/hello-world.html +0 -1
- package/build/pages/hero-playground.html +0 -1
- package/build/pages/index.html +0 -1
- package/build/pages/test-autocomplete.html +0 -1
- package/build/precache-manifest.bcec161b6e91c0dcdd3c56db0841babe.js +0 -842
- package/build/precache-manifest.bf99fc5050abfcf4f6af584e5a612315.js +0 -146
- package/build/service-worker.js +0 -39
- package/build/sprite.svg +0 -1
- package/build/static.css +0 -2
- package/build/static.css.map +0 -1
- package/build/static.js +0 -3
- package/build/static.js.LICENSE.txt +0 -22
- package/build/static.js.map +0 -1
- package/build/tests/index.html +0 -1
- package/src/assets/icons/4g.svg +0 -1
- package/src/assets/icons/5g.svg +0 -1
- package/src/assets/icons/accessibility-mobility.svg +0 -1
- package/src/assets/icons/accessibility-motor.svg +0 -1
- package/src/assets/icons/accessibility-vision.svg +0 -1
- package/src/assets/icons/accessibility.svg +0 -1
- package/src/assets/icons/add.svg +0 -1
- package/src/assets/icons/advertising.svg +0 -1
- package/src/assets/icons/aeroplane.svg +0 -1
- package/src/assets/icons/age-rating-3.svg +0 -1
- package/src/assets/icons/airbox-auto.svg +0 -1
- package/src/assets/icons/alias-numbers.svg +0 -1
- package/src/assets/icons/android-manage.svg +0 -1
- package/src/assets/icons/antenna.svg +0 -1
- package/src/assets/icons/apartment-building.svg +0 -1
- package/src/assets/icons/apps.svg +0 -1
- package/src/assets/icons/assistance.svg +0 -1
- package/src/assets/icons/assistent.svg +0 -1
- package/src/assets/icons/at.svg +0 -1
- package/src/assets/icons/avatar.svg +0 -1
- package/src/assets/icons/backup-internet.svg +0 -1
- package/src/assets/icons/bank.svg +0 -1
- package/src/assets/icons/battery-charging.svg +0 -1
- package/src/assets/icons/battery-full.svg +0 -1
- package/src/assets/icons/battery-status-1-3.svg +0 -1
- package/src/assets/icons/battery-status-charging.svg +0 -1
- package/src/assets/icons/battery-status-full.svg +0 -1
- package/src/assets/icons/bed.svg +0 -1
- package/src/assets/icons/birth.svg +0 -1
- package/src/assets/icons/birthday.svg +0 -1
- package/src/assets/icons/bluetooth.svg +0 -1
- package/src/assets/icons/boarding-pass.svg +0 -1
- package/src/assets/icons/book-award.svg +0 -1
- package/src/assets/icons/book.svg +0 -1
- package/src/assets/icons/boxes.svg +0 -1
- package/src/assets/icons/briefcase.svg +0 -1
- package/src/assets/icons/browser-plug-in.svg +0 -1
- package/src/assets/icons/business-advisor.svg +0 -1
- package/src/assets/icons/business-consultant.svg +0 -1
- package/src/assets/icons/business-lounge.svg +0 -1
- package/src/assets/icons/buy.svg +0 -1
- package/src/assets/icons/calendar-30.svg +0 -1
- package/src/assets/icons/calendar-alarm.svg +0 -1
- package/src/assets/icons/calendar-day.svg +0 -1
- package/src/assets/icons/calendar-month.svg +0 -1
- package/src/assets/icons/call-in.svg +0 -1
- package/src/assets/icons/call-out.svg +0 -1
- package/src/assets/icons/call.svg +0 -1
- package/src/assets/icons/camera.svg +0 -1
- package/src/assets/icons/car-park.svg +0 -1
- package/src/assets/icons/car.svg +0 -1
- package/src/assets/icons/card-reader.svg +0 -1
- package/src/assets/icons/casting.svg +0 -1
- package/src/assets/icons/cest-ici.svg +0 -1
- package/src/assets/icons/charger.svg +0 -1
- package/src/assets/icons/chatbot.svg +0 -1
- package/src/assets/icons/check-your-balance.svg +0 -1
- package/src/assets/icons/checked.svg +0 -1
- package/src/assets/icons/chevron-down.svg +0 -1
- package/src/assets/icons/chevron-end.svg +0 -1
- package/src/assets/icons/chevron-left.svg +0 -1
- package/src/assets/icons/chevron-right.svg +0 -1
- package/src/assets/icons/chevron-start.svg +0 -1
- package/src/assets/icons/chevron-up.svg +0 -1
- package/src/assets/icons/child.svg +0 -1
- package/src/assets/icons/children-channel.svg +0 -1
- package/src/assets/icons/childrens-content.svg +0 -1
- package/src/assets/icons/christmas-tree.svg +0 -1
- package/src/assets/icons/cinema-ticket-2-for-1.svg +0 -1
- package/src/assets/icons/cle-pc.svg +0 -1
- package/src/assets/icons/clock.svg +0 -1
- package/src/assets/icons/closed-captions.svg +0 -1
- package/src/assets/icons/cloud-backup.svg +0 -1
- package/src/assets/icons/cloud-security.svg +0 -1
- package/src/assets/icons/collective-class-training.svg +0 -1
- package/src/assets/icons/community-sms.svg +0 -1
- package/src/assets/icons/company-structure.svg +0 -1
- package/src/assets/icons/connections.svg +0 -1
- package/src/assets/icons/control-centre.svg +0 -1
- package/src/assets/icons/control-my-data.svg +0 -3
- package/src/assets/icons/cpu.svg +0 -1
- package/src/assets/icons/currency-euro.svg +0 -1
- package/src/assets/icons/cyber-shield.svg +0 -1
- package/src/assets/icons/dashboard-display.svg +0 -1
- package/src/assets/icons/data-analytics.svg +0 -1
- package/src/assets/icons/data-centre.svg +0 -1
- package/src/assets/icons/data-services.svg +0 -1
- package/src/assets/icons/data-traffic.svg +0 -1
- package/src/assets/icons/data.svg +0 -1
- package/src/assets/icons/delete.svg +0 -1
- package/src/assets/icons/desk-phone.svg +0 -1
- package/src/assets/icons/desktop-pc.svg +0 -1
- package/src/assets/icons/device-fixed-line-phone.svg +0 -1
- package/src/assets/icons/device-laptop-computer-connected.svg +0 -1
- package/src/assets/icons/device-laptop-computer.svg +0 -1
- package/src/assets/icons/device-smart-phone.svg +0 -1
- package/src/assets/icons/device-tablet.svg +0 -1
- package/src/assets/icons/device-tv.svg +0 -1
- package/src/assets/icons/diagnostic.svg +0 -1
- package/src/assets/icons/digital-frame.svg +0 -1
- package/src/assets/icons/discussion-more.svg +0 -1
- package/src/assets/icons/doctor.svg +0 -1
- package/src/assets/icons/documentary.svg +0 -1
- package/src/assets/icons/donation.svg +0 -1
- package/src/assets/icons/download-file.svg +0 -1
- package/src/assets/icons/download.svg +0 -1
- package/src/assets/icons/e-reader.svg +0 -1
- package/src/assets/icons/e-shop.svg +0 -1
- package/src/assets/icons/easy-internet.svg +0 -1
- package/src/assets/icons/eco-mode.svg +0 -1
- package/src/assets/icons/edit.svg +0 -1
- package/src/assets/icons/electrcar.svg +0 -1
- package/src/assets/icons/email.svg +0 -1
- package/src/assets/icons/employees.svg +0 -1
- package/src/assets/icons/empty-trash.svg +0 -1
- package/src/assets/icons/entertainment.svg +0 -1
- package/src/assets/icons/epg.svg +0 -1
- package/src/assets/icons/error-severe.svg +0 -1
- package/src/assets/icons/ethernet.svg +0 -1
- package/src/assets/icons/euro.svg +0 -1
- package/src/assets/icons/exit.svg +0 -1
- package/src/assets/icons/facebook-2.svg +0 -1
- package/src/assets/icons/facebook.svg +0 -1
- package/src/assets/icons/factory.svg +0 -1
- package/src/assets/icons/family-place.svg +0 -1
- package/src/assets/icons/fashion.svg +0 -1
- package/src/assets/icons/fast-delivery.svg +0 -1
- package/src/assets/icons/file-compressed.svg +0 -1
- package/src/assets/icons/file-copy.svg +0 -1
- package/src/assets/icons/file-document-compose.svg +0 -1
- package/src/assets/icons/file-download.svg +0 -1
- package/src/assets/icons/file-draft-edit.svg +0 -1
- package/src/assets/icons/file-pdf.svg +0 -1
- package/src/assets/icons/file-terms-and-conditions.svg +0 -1
- package/src/assets/icons/files.svg +0 -1
- package/src/assets/icons/film.svg +0 -1
- package/src/assets/icons/filter.svg +0 -1
- package/src/assets/icons/finance.svg +0 -1
- package/src/assets/icons/firewall.svg +0 -1
- package/src/assets/icons/flag.svg +0 -1
- package/src/assets/icons/flashlight.svg +0 -1
- package/src/assets/icons/flexible-storage.svg +0 -1
- package/src/assets/icons/folder.svg +0 -1
- package/src/assets/icons/football-match.svg +0 -1
- package/src/assets/icons/football-quiz.svg +0 -1
- package/src/assets/icons/football.svg +0 -1
- package/src/assets/icons/form-tick.svg +0 -1
- package/src/assets/icons/front-end-dashboard.svg +0 -1
- package/src/assets/icons/funny.svg +0 -1
- package/src/assets/icons/futher-education.svg +0 -1
- package/src/assets/icons/games.svg +0 -1
- package/src/assets/icons/garage-closed.svg +0 -1
- package/src/assets/icons/gauge-rate.svg +0 -1
- package/src/assets/icons/gears.svg +0 -1
- package/src/assets/icons/geolocation.svg +0 -1
- package/src/assets/icons/guide-info.svg +0 -1
- package/src/assets/icons/hammer.svg +0 -1
- package/src/assets/icons/hand-shake.svg +0 -1
- package/src/assets/icons/hard-drive.svg +0 -1
- package/src/assets/icons/hdmi-key.svg +0 -1
- package/src/assets/icons/headphones.svg +0 -1
- package/src/assets/icons/health-app.svg +0 -1
- package/src/assets/icons/health-monitor.svg +0 -1
- package/src/assets/icons/health-patient.svg +0 -1
- package/src/assets/icons/heart.svg +0 -1
- package/src/assets/icons/home-appliance.svg +0 -1
- package/src/assets/icons/home.svg +0 -1
- package/src/assets/icons/homelive.svg +0 -1
- package/src/assets/icons/hourglass.svg +0 -1
- package/src/assets/icons/house.svg +0 -1
- package/src/assets/icons/id-card.svg +0 -1
- package/src/assets/icons/image.svg +0 -1
- package/src/assets/icons/important.svg +0 -1
- package/src/assets/icons/improvement.svg +0 -1
- package/src/assets/icons/inbox.svg +0 -1
- package/src/assets/icons/info.svg +0 -1
- package/src/assets/icons/information-data.svg +0 -1
- package/src/assets/icons/instagram.svg +0 -1
- package/src/assets/icons/international-globe.svg +0 -1
- package/src/assets/icons/internet-browser.svg +0 -1
- package/src/assets/icons/internet-security-desktop.svg +0 -1
- package/src/assets/icons/internet-security-mobile.svg +0 -1
- package/src/assets/icons/internet-security-password.svg +0 -1
- package/src/assets/icons/internet-usage.svg +0 -1
- package/src/assets/icons/internet.svg +0 -1
- package/src/assets/icons/invoice-euro.svg +0 -1
- package/src/assets/icons/invoices-euro.svg +0 -1
- package/src/assets/icons/iso.svg +0 -1
- package/src/assets/icons/it-infrastructure.svg +0 -1
- package/src/assets/icons/keyboard.svg +0 -1
- package/src/assets/icons/la-cle-tv.svg +0 -1
- package/src/assets/icons/laptop-connected.svg +0 -1
- package/src/assets/icons/laptop.svg +0 -1
- package/src/assets/icons/le-vote.svg +0 -1
- package/src/assets/icons/link.svg +0 -1
- package/src/assets/icons/linkedin-2.svg +0 -1
- package/src/assets/icons/linkedin.svg +0 -1
- package/src/assets/icons/location-on-map.svg +0 -1
- package/src/assets/icons/location-pin.svg +0 -1
- package/src/assets/icons/lock-open.svg +0 -1
- package/src/assets/icons/lock.svg +0 -1
- package/src/assets/icons/logistics.svg +0 -1
- package/src/assets/icons/love-logo.svg +0 -1
- package/src/assets/icons/mahali.svg +0 -1
- package/src/assets/icons/maintenance-man.svg +0 -1
- package/src/assets/icons/map-pin.svg +0 -1
- package/src/assets/icons/map.svg +0 -1
- package/src/assets/icons/medal.svg +0 -1
- package/src/assets/icons/medical-app.svg +0 -1
- package/src/assets/icons/medical-chart.svg +0 -1
- package/src/assets/icons/medicine.svg +0 -1
- package/src/assets/icons/menu-arrow.svg +0 -1
- package/src/assets/icons/menu-grid.svg +0 -1
- package/src/assets/icons/menu.svg +0 -1
- package/src/assets/icons/message-alert.svg +0 -1
- package/src/assets/icons/messages.svg +0 -1
- package/src/assets/icons/micro-sd-card.svg +0 -1
- package/src/assets/icons/microphone-mute.svg +0 -1
- package/src/assets/icons/microphone.svg +0 -1
- package/src/assets/icons/mini-games.svg +0 -1
- package/src/assets/icons/mobile-applications.svg +0 -1
- package/src/assets/icons/mobile-data-toggle.svg +0 -1
- package/src/assets/icons/mobile-insurance.svg +0 -1
- package/src/assets/icons/mobile-network-coverage.svg +0 -1
- package/src/assets/icons/mobile-payment.svg +0 -1
- package/src/assets/icons/mobile-security.svg +0 -1
- package/src/assets/icons/mobile-setup.svg +0 -1
- package/src/assets/icons/modem.svg +0 -1
- package/src/assets/icons/modifier-delete.svg +0 -1
- package/src/assets/icons/modifier-done.svg +0 -1
- package/src/assets/icons/modifier-download.svg +0 -1
- package/src/assets/icons/modifier-upload.svg +0 -1
- package/src/assets/icons/money-box.svg +0 -1
- package/src/assets/icons/more-dots.svg +0 -1
- package/src/assets/icons/multi-sim.svg +0 -1
- package/src/assets/icons/music.svg +0 -1
- package/src/assets/icons/my-account.svg +0 -1
- package/src/assets/icons/my-orange.svg +0 -1
- package/src/assets/icons/my-skills.svg +0 -1
- package/src/assets/icons/my-vacation.svg +0 -1
- package/src/assets/icons/network-dslam.svg +0 -1
- package/src/assets/icons/network-gatekeeper.svg +0 -1
- package/src/assets/icons/network-gateway.svg +0 -1
- package/src/assets/icons/network-optical-amplifier.svg +0 -1
- package/src/assets/icons/network-optical-transport.svg +0 -1
- package/src/assets/icons/network-wan-optimisation-engine.svg +0 -1
- package/src/assets/icons/networks.svg +0 -1
- package/src/assets/icons/newspaper.svg +0 -1
- package/src/assets/icons/not-checked.svg +0 -1
- package/src/assets/icons/notification-alert.svg +0 -1
- package/src/assets/icons/office.svg +0 -1
- package/src/assets/icons/online-help.svg +0 -1
- package/src/assets/icons/orange-assistant.svg +0 -1
- package/src/assets/icons/orange-cash.svg +0 -1
- package/src/assets/icons/orange-detente.svg +0 -1
- package/src/assets/icons/orange-dialler.svg +0 -1
- package/src/assets/icons/orange-events.svg +0 -1
- package/src/assets/icons/orange-experts-expert.svg +0 -1
- package/src/assets/icons/orange-experts-insurance.svg +0 -1
- package/src/assets/icons/orange-experts-orange-business-consultant.svg +0 -1
- package/src/assets/icons/orange-experts-recycle.svg +0 -1
- package/src/assets/icons/orange-experts-repair.svg +0 -1
- package/src/assets/icons/orange-football-club.svg +0 -1
- package/src/assets/icons/orange-games.svg +0 -1
- package/src/assets/icons/orange-messenger.svg +0 -1
- package/src/assets/icons/orange-money-nfc.svg +0 -1
- package/src/assets/icons/orange-reflect.svg +0 -1
- package/src/assets/icons/orange-rewards.svg +0 -1
- package/src/assets/icons/orange-tv.svg +0 -1
- package/src/assets/icons/orange-vr-experience.svg +0 -1
- package/src/assets/icons/outbox.svg +0 -1
- package/src/assets/icons/package-content.svg +0 -1
- package/src/assets/icons/package-services.svg +0 -1
- package/src/assets/icons/package.svg +0 -1
- package/src/assets/icons/packaging-icon-hd.svg +0 -1
- package/src/assets/icons/parabole-tv.svg +0 -1
- package/src/assets/icons/parental-control.svg +0 -1
- package/src/assets/icons/pause.svg +0 -1
- package/src/assets/icons/payment-card.svg +0 -1
- package/src/assets/icons/payment-euro.svg +0 -1
- package/src/assets/icons/pda.svg +0 -1
- package/src/assets/icons/pdf-file.svg +0 -1
- package/src/assets/icons/pencil.svg +0 -1
- package/src/assets/icons/personal-hotspot.svg +0 -1
- package/src/assets/icons/personal-smartphone-trainer.svg +0 -1
- package/src/assets/icons/phone-advisor.svg +0 -1
- package/src/assets/icons/play-and-win.svg +0 -1
- package/src/assets/icons/play.svg +0 -1
- package/src/assets/icons/plug-socket.svg +0 -1
- package/src/assets/icons/power.svg +0 -1
- package/src/assets/icons/powerstation.svg +0 -1
- package/src/assets/icons/presentation.svg +0 -1
- package/src/assets/icons/print.svg +0 -1
- package/src/assets/icons/printer.svg +0 -1
- package/src/assets/icons/real-time.svg +0 -1
- package/src/assets/icons/recycle-device.svg +0 -1
- package/src/assets/icons/recycle.svg +0 -1
- package/src/assets/icons/reduction.svg +0 -1
- package/src/assets/icons/reload.svg +0 -1
- package/src/assets/icons/reminders.svg +0 -1
- package/src/assets/icons/remote-desktop-protocol.svg +0 -1
- package/src/assets/icons/remove.svg +0 -1
- package/src/assets/icons/repair.svg +0 -1
- package/src/assets/icons/reseau.svg +0 -1
- package/src/assets/icons/restaurant.svg +0 -1
- package/src/assets/icons/rewards.svg +0 -1
- package/src/assets/icons/running.svg +0 -1
- package/src/assets/icons/safety.svg +0 -1
- package/src/assets/icons/satallite.svg +0 -1
- package/src/assets/icons/save.svg +0 -1
- package/src/assets/icons/school.svg +0 -1
- package/src/assets/icons/science.svg +0 -1
- package/src/assets/icons/sd-card.svg +0 -1
- package/src/assets/icons/search.svg +0 -1
- package/src/assets/icons/security-status-good.svg +0 -1
- package/src/assets/icons/send.svg +0 -1
- package/src/assets/icons/senior-person.svg +0 -1
- package/src/assets/icons/server-storage-array.svg +0 -1
- package/src/assets/icons/server-tower.svg +0 -1
- package/src/assets/icons/session-enter.svg +0 -1
- package/src/assets/icons/session-leave.svg +0 -1
- package/src/assets/icons/settings.svg +0 -1
- package/src/assets/icons/share.svg +0 -1
- package/src/assets/icons/shop-pin.svg +0 -1
- package/src/assets/icons/shop.svg +0 -1
- package/src/assets/icons/showroom-mobile-pro.svg +0 -1
- package/src/assets/icons/signal-5-5.svg +0 -1
- package/src/assets/icons/silence.svg +0 -1
- package/src/assets/icons/sim-e.svg +0 -1
- package/src/assets/icons/sim.svg +0 -1
- package/src/assets/icons/simple-mode.svg +0 -1
- package/src/assets/icons/simplicity.svg +0 -1
- package/src/assets/icons/siren.svg +0 -1
- package/src/assets/icons/skiing.svg +0 -1
- package/src/assets/icons/skip-to-end.svg +0 -1
- package/src/assets/icons/skip-to-start.svg +0 -1
- package/src/assets/icons/sleep.svg +0 -1
- package/src/assets/icons/smart-care.svg +0 -1
- package/src/assets/icons/smart-home.svg +0 -1
- package/src/assets/icons/smart-tap.svg +0 -1
- package/src/assets/icons/smart-watch.svg +0 -1
- package/src/assets/icons/sms-alert.svg +0 -1
- package/src/assets/icons/sms-message-compose.svg +0 -1
- package/src/assets/icons/sms-message.svg +0 -1
- package/src/assets/icons/social-network.svg +0 -1
- package/src/assets/icons/sofa.svg +0 -1
- package/src/assets/icons/sort.svg +0 -1
- package/src/assets/icons/stadium.svg +0 -1
- package/src/assets/icons/star-empty.svg +0 -1
- package/src/assets/icons/star-favourite-half.svg +0 -1
- package/src/assets/icons/star-favourite.svg +0 -1
- package/src/assets/icons/startover.svg +0 -1
- package/src/assets/icons/statistics.svg +0 -1
- package/src/assets/icons/stop-secret.svg +0 -1
- package/src/assets/icons/storage-cloud.svg +0 -1
- package/src/assets/icons/store-locator.svg +0 -1
- package/src/assets/icons/street.svg +0 -1
- package/src/assets/icons/subscription-package.svg +0 -1
- package/src/assets/icons/suitcase.svg +0 -1
- package/src/assets/icons/support.svg +0 -1
- package/src/assets/icons/surveillance-camera.svg +0 -1
- package/src/assets/icons/syncronise.svg +0 -1
- package/src/assets/icons/tag-advertising.svg +0 -1
- package/src/assets/icons/tag.svg +0 -1
- package/src/assets/icons/target-location.svg +0 -1
- package/src/assets/icons/tarif.svg +0 -1
- package/src/assets/icons/task-list.svg +0 -1
- package/src/assets/icons/team-connect.svg +0 -1
- package/src/assets/icons/thumb-up.svg +0 -1
- package/src/assets/icons/tick.svg +0 -1
- package/src/assets/icons/ticket.svg +0 -1
- package/src/assets/icons/top-up-card-euro.svg +0 -1
- package/src/assets/icons/top-up-euro.svg +0 -1
- package/src/assets/icons/top-up-time.svg +0 -1
- package/src/assets/icons/town.svg +0 -1
- package/src/assets/icons/townhall.svg +0 -1
- package/src/assets/icons/train.svg +0 -1
- package/src/assets/icons/training-session.svg +0 -1
- package/src/assets/icons/tranquility.svg +0 -1
- package/src/assets/icons/transfer-data.svg +0 -1
- package/src/assets/icons/transfers.svg +0 -1
- package/src/assets/icons/trash.svg +0 -1
- package/src/assets/icons/tv-channel-list.svg +0 -1
- package/src/assets/icons/tv-commande.svg +0 -1
- package/src/assets/icons/unlimited-calls.svg +0 -1
- package/src/assets/icons/upload.svg +0 -1
- package/src/assets/icons/usb-hard-drive.svg +0 -1
- package/src/assets/icons/usb-key.svg +0 -1
- package/src/assets/icons/user-manual.svg +0 -1
- package/src/assets/icons/user.svg +0 -1
- package/src/assets/icons/video-call.svg +0 -1
- package/src/assets/icons/video-live.svg +0 -1
- package/src/assets/icons/video-phone.svg +0 -1
- package/src/assets/icons/video-record.svg +0 -1
- package/src/assets/icons/video.svg +0 -1
- package/src/assets/icons/vip-contact.svg +0 -1
- package/src/assets/icons/virtual-gamepad.svg +0 -1
- package/src/assets/icons/vod-portrait.svg +0 -1
- package/src/assets/icons/volte.svg +0 -1
- package/src/assets/icons/volume-status-4-4.svg +0 -1
- package/src/assets/icons/vowifi.svg +0 -1
- package/src/assets/icons/wallet.svg +0 -1
- package/src/assets/icons/warning-important.svg +0 -1
- package/src/assets/icons/washroom.svg +0 -1
- package/src/assets/icons/watch.svg +0 -1
- package/src/assets/icons/water.svg +0 -1
- package/src/assets/icons/weather.svg +0 -1
- package/src/assets/icons/web-browser.svg +0 -1
- package/src/assets/icons/web-camera.svg +0 -1
- package/src/assets/icons/weighing-scales.svg +0 -1
- package/src/assets/icons/widget.svg +0 -1
- package/src/assets/icons/wifi-home.svg +0 -1
- package/src/assets/icons/wifi.svg +0 -1
- package/src/assets/icons/x.svg +0 -1
- package/src/assets/icons/your-balance.svg +0 -1
- package/src/assets/icons/youtube.svg +0 -1
- package/src/assets/icons/zoom-in.svg +0 -1
- package/src/assets/icons/zoom-out.svg +0 -1
- package/src/assets/images/developers/hands-with-phones.svg +0 -90
- package/src/assets/images/developers/iphone-size-2x.png +0 -0
- package/src/assets/images/developers/iphone-xr-white-select.png +0 -0
- package/src/assets/images/developers/phones.png +0 -0
- package/src/assets/images/developers/router.png +0 -0
- package/src/assets/images/developers/rule-component-block.png +0 -0
- package/src/assets/images/developers/rule-component-inline.png +0 -0
- package/src/assets/images/developers/rule-container.png +0 -0
- package/src/assets/images/developers/rule-content.png +0 -0
- package/src/assets/images/developers/two-phones.png +0 -0
- package/src/assets/images/styleguide/all-other-brand-guidelines.png +0 -0
- package/src/assets/images/styleguide/components.png +0 -0
- package/src/assets/images/styleguide/core-guidelines.png +0 -0
- package/src/assets/images/styleguide/foundation.png +0 -0
- package/src/assets/images/styleguide/icons.png +0 -0
- package/src/assets/images/styleguide/illustrations.png +0 -0
- package/src/assets/images/styleguide/orange-logo.png +0 -0
- package/src/assets/images/styleguide/patterns.png +0 -0
- package/src/assets/images/styleguide/photos.png +0 -0
- package/src/assets/images/styleguide/principles.png +0 -0
- package/src/assets/images/styleguide/promo-posters.png +0 -0
- package/src/assets/images/styleguide/sketch-ui-kit.png +0 -0
- package/src/assets/logo/logo-small.svg +0 -45
- package/src/assets/logo/logo-white.svg +0 -66
- package/src/assets/logo/logo-with-tagline-white.svg +0 -84
- package/src/assets/logo/logo-with-tagline.svg +0 -84
- package/src/assets/logo/logo.svg +0 -1
- package/src/components/Accordion/Accordion.js +0 -67
- package/src/components/Accordion/Accordion.mdx +0 -222
- package/src/components/Accordion/Accordion.static.js +0 -96
- package/src/components/Accordion/AccordionHeader.js +0 -46
- package/src/components/Accordion/AccordionItem.js +0 -60
- package/src/components/Accordion/HeadingContext.js +0 -3
- package/src/components/Accordion/index.js +0 -4
- package/src/components/Accordion/styles/config.scss +0 -8
- package/src/components/Accordion/styles/mixins.scss +0 -91
- package/src/components/Accordion/styles/style.scss +0 -47
- package/src/components/Accordion/tests/Accordion.conformance.test.js +0 -37
- package/src/components/Accordion/tests/Accordion.unit.test.js +0 -164
- package/src/components/Accordion/tests/AccordionHeader.unit.test.js +0 -118
- package/src/components/Accordion/tests/AccordionItem.unit.test.js +0 -153
- package/src/components/Accordion/tests/data.js +0 -18
- package/src/components/Alert/Alert.js +0 -96
- package/src/components/Alert/Alert.mdx +0 -141
- package/src/components/Alert/data.js +0 -6
- package/src/components/Alert/index.js +0 -5
- package/src/components/Alert/styles/config.scss +0 -26
- package/src/components/Alert/styles/mixins.scss +0 -38
- package/src/components/Alert/styles/style.scss +0 -34
- package/src/components/Alert/tests/Alert.conformance.test.js +0 -24
- package/src/components/Alert/tests/Alert.test.js +0 -69
- package/src/components/Badge/Badge.js +0 -37
- package/src/components/Badge/index.js +0 -3
- package/src/components/Bar/Bar.js +0 -59
- package/src/components/Bar/Bar.mdx +0 -203
- package/src/components/Bar/BarBreak.js +0 -28
- package/src/components/Bar/BarItem.js +0 -38
- package/src/components/Bar/index.js +0 -8
- package/src/components/Bar/styles/config.scss +0 -10
- package/src/components/Bar/styles/mixins.scss +0 -84
- package/src/components/Bar/styles/style.scss +0 -60
- package/src/components/Bar/tests/Bar.conformance.test.js +0 -30
- package/src/components/Bar/tests/Bar.unit.test.js +0 -59
- package/src/components/Bar/tests/BarBreak.unit.test.js +0 -33
- package/src/components/Bar/tests/BarItem.unit.test.js +0 -52
- package/src/components/BlockAction/BlockAction.js +0 -27
- package/src/components/BlockAction/BlockAction.mdx +0 -244
- package/src/components/BlockAction/BlockAction.static.js +0 -88
- package/src/components/BlockAction/BlockActionControl.js +0 -30
- package/src/components/BlockAction/BlockActionIndicator.js +0 -30
- package/src/components/BlockAction/CloneElementWithClassName.js +0 -9
- package/src/components/BlockAction/Context.js +0 -26
- package/src/components/BlockAction/index.js +0 -29
- package/src/components/BlockAction/styles/config.scss +0 -10
- package/src/components/BlockAction/styles/mixins.scss +0 -27
- package/src/components/BlockAction/styles/style.scss +0 -33
- package/src/components/BlockAction/tests/BlockAction.conformance.test.js +0 -115
- package/src/components/BlockAction/tests/BlockAction.unit.test.js +0 -45
- package/src/components/BlockAction/tests/BlockActionControl.unit.test.js +0 -147
- package/src/components/BlockAction/tests/BlockActionIndicator.unit.test.js +0 -69
- package/src/components/BlockAction/tests/CloneElementWithClassName.unit.test.js +0 -34
- package/src/components/Breadcrumbs/BreadcrumbItem.js +0 -43
- package/src/components/Breadcrumbs/Breadcrumbs.js +0 -56
- package/src/components/Breadcrumbs/Breadcrumbs.mdx +0 -84
- package/src/components/Breadcrumbs/index.js +0 -5
- package/src/components/Breadcrumbs/styles/config.scss +0 -2
- package/src/components/Breadcrumbs/styles/mixins.scss +0 -105
- package/src/components/Breadcrumbs/styles/style.scss +0 -37
- package/src/components/Breadcrumbs/tests/BreadcrumbItem.unit.test.js +0 -57
- package/src/components/Breadcrumbs/tests/Breadcrumbs.conformance.test.js +0 -53
- package/src/components/Breadcrumbs/tests/Breadcrumbs.unit.test.js +0 -80
- package/src/components/Button/Button.js +0 -93
- package/src/components/Button/Button.mdx +0 -273
- package/src/components/Button/IconButton.js +0 -75
- package/src/components/Button/index.js +0 -19
- package/src/components/Button/styles/config.scss +0 -250
- package/src/components/Button/styles/mixins.scss +0 -120
- package/src/components/Button/styles/style.scss +0 -54
- package/src/components/Button/tests/Button.conformance.test.js +0 -35
- package/src/components/Button/tests/Button.test.js +0 -114
- package/src/components/Button/tests/IconButton.unit.test.js +0 -107
- package/src/components/Buttons/Buttons.js +0 -30
- package/src/components/Buttons/Buttons.mdx +0 -39
- package/src/components/Buttons/index.js +0 -5
- package/src/components/Buttons/styles/config.scss +0 -3
- package/src/components/Buttons/styles/mixins.scss +0 -33
- package/src/components/Buttons/styles/style.scss +0 -10
- package/src/components/Buttons/tests/Buttons.conformance.test.js +0 -23
- package/src/components/Buttons/tests/Buttons.unit.test.js +0 -27
- package/src/components/Card/Card.js +0 -37
- package/src/components/Card/Card.mdx +0 -334
- package/src/components/Card/CardHeader.js +0 -50
- package/src/components/Card/CardSection.js +0 -30
- package/src/components/Card/index.js +0 -7
- package/src/components/Card/styles/config.scss +0 -31
- package/src/components/Card/styles/mixins.scss +0 -54
- package/src/components/Card/styles/style.scss +0 -33
- package/src/components/Card/tests/Card.conformance.test.js +0 -32
- package/src/components/Card/tests/Card.unit.test.js +0 -48
- package/src/components/Card/tests/CardHeader.unit.test.js +0 -41
- package/src/components/Card/tests/CardSection.unit.test.js +0 -50
- package/src/components/Card/tests/data.js +0 -42
- package/src/components/Carousel/Carousel.js +0 -92
- package/src/components/Carousel/Carousel.mdx +0 -163
- package/src/components/Carousel/Carousel.static.js +0 -188
- package/src/components/Carousel/CarouselItem.js +0 -20
- package/src/components/Carousel/constants.js +0 -18
- package/src/components/Carousel/index.js +0 -7
- package/src/components/Carousel/styles/config.scss +0 -63
- package/src/components/Carousel/styles/mixins.scss +0 -241
- package/src/components/Carousel/styles/style.scss +0 -71
- package/src/components/Carousel/tests/Carousel.conformance.test.js +0 -27
- package/src/components/Carousel/tests/Carousel.unit.test.js +0 -153
- package/src/components/Carousel/tests/CarouselItem.unit.test.js +0 -28
- package/src/components/CarouselPromotions/CarouselPromotions.js +0 -74
- package/src/components/CarouselPromotions/CarouselPromotions.mdx +0 -246
- package/src/components/CarouselPromotions/CarouselPromotions.static.js +0 -233
- package/src/components/CarouselPromotions/CarouselPromotionsItem.js +0 -55
- package/src/components/CarouselPromotions/constants.js +0 -21
- package/src/components/CarouselPromotions/index.js +0 -7
- package/src/components/CarouselPromotions/styles/config.scss +0 -112
- package/src/components/CarouselPromotions/styles/mixins.scss +0 -321
- package/src/components/CarouselPromotions/styles/style.scss +0 -57
- package/src/components/CarouselPromotions/tests/CarouselPromotions.conformance.test.js +0 -31
- package/src/components/CarouselPromotions/tests/CarouselPromotions.unit.test.js +0 -94
- package/src/components/CarouselPromotions/tests/CarouselPromotionsItem.unit.test.js +0 -34
- package/src/components/CartTable/CartTable.js +0 -144
- package/src/components/CartTable/CartTable.mdx +0 -129
- package/src/components/CartTable/FooterNameColumn.js +0 -32
- package/src/components/CartTable/FooterPriceColumn.js +0 -52
- package/src/components/CartTable/Price.js +0 -46
- package/src/components/CartTable/data.js +0 -118
- package/src/components/CartTable/generateFooter.js +0 -71
- package/src/components/CartTable/generateRow.js +0 -171
- package/src/components/CartTable/generateTotal.js +0 -134
- package/src/components/CartTable/index.js +0 -4
- package/src/components/CartTable/styles/config.scss +0 -19
- package/src/components/CartTable/styles/mixins.scss +0 -141
- package/src/components/CartTable/styles/style.scss +0 -37
- package/src/components/CartTable/tests/CartTable.conformance.test.js +0 -17
- package/src/components/Container/Container.js +0 -17
- package/src/components/Container/Container.mdx +0 -18
- package/src/components/Container/index.js +0 -5
- package/src/components/Container/styles/config.scss +0 -11
- package/src/components/Container/styles/mixins.scss +0 -22
- package/src/components/Container/styles/style.scss +0 -5
- package/src/components/Container/tests/Container.conformance.test.js +0 -17
- package/src/components/Container/tests/Container.unit.test.js +0 -27
- package/src/components/ContentBlock/ContentBlock.js +0 -102
- package/src/components/ContentBlock/ContentBlock.mdx +0 -140
- package/src/components/ContentBlock/index.js +0 -3
- package/src/components/ContentBlock/styles/config.scss +0 -15
- package/src/components/ContentBlock/styles/mixins.scss +0 -37
- package/src/components/ContentBlock/styles/style.scss +0 -39
- package/src/components/ContentBlock/tests/ContentBlock.conformance.test.js +0 -27
- package/src/components/ContentBlock/tests/ContentBlock.unit.test.js +0 -123
- package/src/components/Cover/Cover.js +0 -80
- package/src/components/Cover/Cover.mdx +0 -87
- package/src/components/Cover/index.js +0 -5
- package/src/components/Cover/styles/config.scss +0 -55
- package/src/components/Cover/styles/mixins.scss +0 -43
- package/src/components/Cover/styles/style.scss +0 -32
- package/src/components/Cover/tests/Cover.conformance.test.js +0 -28
- package/src/components/Cover/tests/Cover.unit.test.js +0 -116
- package/src/components/Divider/Divider.js +0 -51
- package/src/components/Divider/Divider.mdx +0 -65
- package/src/components/Divider/index.js +0 -5
- package/src/components/Divider/styles/config.scss +0 -22
- package/src/components/Divider/styles/mixins.scss +0 -38
- package/src/components/Divider/styles/style.scss +0 -31
- package/src/components/Divider/tests/Divider.conformance.test.js +0 -24
- package/src/components/Divider/tests/Divider.unit.test.js +0 -81
- package/src/components/Dropdown/Dropdown.js +0 -111
- package/src/components/Dropdown/Dropdown.mdx +0 -260
- package/src/components/Dropdown/Dropdown.static.js +0 -182
- package/src/components/Dropdown/DropdownDivider.js +0 -17
- package/src/components/Dropdown/DropdownItem.js +0 -37
- package/src/components/Dropdown/DropdownToggleButton.js +0 -33
- package/src/components/Dropdown/index.js +0 -6
- package/src/components/Dropdown/styles/config.scss +0 -41
- package/src/components/Dropdown/styles/mixins.scss +0 -82
- package/src/components/Dropdown/styles/style.scss +0 -31
- package/src/components/Dropdown/tests/Dropdown.conformance.test.js +0 -49
- package/src/components/Expander/Expander.js +0 -86
- package/src/components/Expander/Expander.mdx +0 -153
- package/src/components/Expander/Expander.static.js +0 -46
- package/src/components/Expander/index.js +0 -3
- package/src/components/Expander/styles/style.scss +0 -65
- package/src/components/Expander/tests/Expander.conformance.test.js +0 -59
- package/src/components/Expander/tests/Expander.unit.test.js +0 -124
- package/src/components/Forms/Autocomplete/Autocomplete.js +0 -70
- package/src/components/Forms/Autocomplete/Autocomplete.mdx +0 -198
- package/src/components/Forms/Autocomplete/Autocomplete.static.js +0 -65
- package/src/components/Forms/Autocomplete/index.js +0 -3
- package/src/components/Forms/Autocomplete/styles/config.scss +0 -7
- package/src/components/Forms/Autocomplete/styles/mixins.scss +0 -77
- package/src/components/Forms/Autocomplete/styles/style.scss +0 -64
- package/src/components/Forms/Checkbox/Checkbox.js +0 -74
- package/src/components/Forms/Checkbox/Checkbox.mdx +0 -139
- package/src/components/Forms/Checkbox/index.js +0 -3
- package/src/components/Forms/Checkbox/styles/config.scss +0 -26
- package/src/components/Forms/Checkbox/styles/mixins.scss +0 -2
- package/src/components/Forms/Checkbox/styles/style.scss +0 -80
- package/src/components/Forms/Checkbox/tests/Checkbox.unit.test.js +0 -96
- package/src/components/Forms/DatePicker/DatePicker.js +0 -39
- package/src/components/Forms/DatePicker/DatePicker.mdx +0 -149
- package/src/components/Forms/DatePicker/DatePicker.static.js +0 -136
- package/src/components/Forms/DatePicker/index.js +0 -3
- package/src/components/Forms/DatePicker/styles/style.scss +0 -159
- package/src/components/Forms/DatePicker/tests/DatePicker.unit.test.js +0 -263
- package/src/components/Forms/Field/Control.js +0 -111
- package/src/components/Forms/Field/Description.js +0 -27
- package/src/components/Forms/Field/Field.js +0 -137
- package/src/components/Forms/Field/Field.mdx +0 -383
- package/src/components/Forms/Field/FieldContext.js +0 -3
- package/src/components/Forms/Field/Label.js +0 -41
- package/src/components/Forms/Field/Messages.js +0 -22
- package/src/components/Forms/Field/Tooltip.js +0 -29
- package/src/components/Forms/Field/index.js +0 -3
- package/src/components/Forms/Field/styles/config.scss +0 -25
- package/src/components/Forms/Field/styles/mixins.scss +0 -43
- package/src/components/Forms/Field/styles/style.scss +0 -35
- package/src/components/Forms/Field/tests/Autocomplete.Field.conformance.test.js +0 -52
- package/src/components/Forms/Field/tests/Checkbox.Field.conformance.test.js +0 -43
- package/src/components/Forms/Field/tests/Field.unit.test.js +0 -12
- package/src/components/Forms/Field/tests/File.Field.conformance.test.js +0 -47
- package/src/components/Forms/Field/tests/Group.Field.conformance.test.js +0 -47
- package/src/components/Forms/Field/tests/Label.unit.test.js +0 -164
- package/src/components/Forms/Field/tests/Messages.unit.test.js +0 -104
- package/src/components/Forms/Field/tests/Radio.Field.conformance.test.js +0 -43
- package/src/components/Forms/Field/tests/Rangeslider.Field.test.js +0 -60
- package/src/components/Forms/Field/tests/Select.Field.conformance.test.js +0 -45
- package/src/components/Forms/Field/tests/Text.Field.conformance.test.js +0 -43
- package/src/components/Forms/Field/tests/Textarea.Field.conformance.test.js +0 -43
- package/src/components/Forms/Field/tests/Tooltip.unit.test.js +0 -39
- package/src/components/Forms/Field/utils.js +0 -14
- package/src/components/Forms/Fieldset/Fieldset.js +0 -51
- package/src/components/Forms/Fieldset/Fieldset.mdx +0 -178
- package/src/components/Forms/Fieldset/FieldsetContext.js +0 -3
- package/src/components/Forms/Fieldset/docsData.js +0 -75
- package/src/components/Forms/Fieldset/index.js +0 -5
- package/src/components/Forms/Fieldset/styles/mixins.scss +0 -6
- package/src/components/Forms/Fieldset/styles/style.scss +0 -6
- package/src/components/Forms/Fieldset/tests/Fieldset.unit.test.js +0 -64
- package/src/components/Forms/File/File.js +0 -90
- package/src/components/Forms/File/File.mdx +0 -88
- package/src/components/Forms/File/File.static.js +0 -154
- package/src/components/Forms/File/index.js +0 -3
- package/src/components/Forms/File/styles/config.scss +0 -12
- package/src/components/Forms/File/styles/mixins.scss +0 -87
- package/src/components/Forms/File/styles/style.scss +0 -49
- package/src/components/Forms/FormTooltip.mdx +0 -51
- package/src/components/Forms/Forms.mdx +0 -48
- package/src/components/Forms/Group/Group.js +0 -59
- package/src/components/Forms/Group/Group.mdx +0 -146
- package/src/components/Forms/Group/Item.js +0 -31
- package/src/components/Forms/Group/index.js +0 -3
- package/src/components/Forms/Group/styles/config.scss +0 -9
- package/src/components/Forms/Group/styles/mixins.scss +0 -38
- package/src/components/Forms/Group/styles/style.scss +0 -17
- package/src/components/Forms/Group/tests/Group.unit.test.js +0 -172
- package/src/components/Forms/Group/tests/Item.unit.test.js +0 -32
- package/src/components/Forms/Hint/Hint.js +0 -16
- package/src/components/Forms/Hint/Hint.mdx +0 -40
- package/src/components/Forms/Hint/index.js +0 -3
- package/src/components/Forms/Hint/styles/config.scss +0 -5
- package/src/components/Forms/Hint/styles/mixins.scss +0 -6
- package/src/components/Forms/Hint/styles/style.scss +0 -5
- package/src/components/Forms/Hint/tests/Hint.unit.test.js +0 -36
- package/src/components/Forms/InputStepper/InputStepper.js +0 -83
- package/src/components/Forms/InputStepper/InputStepper.mdx +0 -147
- package/src/components/Forms/InputStepper/InputStepper.static.js +0 -162
- package/src/components/Forms/InputStepper/index.js +0 -3
- package/src/components/Forms/InputStepper/styles/style.scss +0 -206
- package/src/components/Forms/InputStepper/tests/InputStepper.unit.test.js +0 -59
- package/src/components/Forms/Label/Label.js +0 -20
- package/src/components/Forms/Label/Label.mdx +0 -95
- package/src/components/Forms/Label/index.js +0 -3
- package/src/components/Forms/Label/styles/config.scss +0 -4
- package/src/components/Forms/Label/styles/mixins.scss +0 -6
- package/src/components/Forms/Label/styles/style.scss +0 -9
- package/src/components/Forms/Label/tests/Label.unit.test.js +0 -43
- package/src/components/Forms/Message/Message.js +0 -58
- package/src/components/Forms/Message/Message.mdx +0 -40
- package/src/components/Forms/Message/index.js +0 -3
- package/src/components/Forms/Message/styles/config.scss +0 -20
- package/src/components/Forms/Message/styles/mixins.scss +0 -23
- package/src/components/Forms/Message/styles/style.scss +0 -10
- package/src/components/Forms/Message/tests/Message.unit.test.js +0 -84
- package/src/components/Forms/Radio/Radio.js +0 -67
- package/src/components/Forms/Radio/Radio.mdx +0 -98
- package/src/components/Forms/Radio/index.js +0 -3
- package/src/components/Forms/Radio/styles/config.scss +0 -26
- package/src/components/Forms/Radio/styles/mixins.scss +0 -6
- package/src/components/Forms/Radio/styles/style.scss +0 -20
- package/src/components/Forms/Radio/tests/Radio.unit.test.js +0 -110
- package/src/components/Forms/RangeSlider/RangeSlider.js +0 -106
- package/src/components/Forms/RangeSlider/RangeSlider.mdx +0 -304
- package/src/components/Forms/RangeSlider/RangeSlider.static.js +0 -90
- package/src/components/Forms/RangeSlider/data.js +0 -48
- package/src/components/Forms/RangeSlider/index.js +0 -4
- package/src/components/Forms/RangeSlider/styles/config.scss +0 -32
- package/src/components/Forms/RangeSlider/styles/mixins.scss +0 -139
- package/src/components/Forms/RangeSlider/styles/style.scss +0 -95
- package/src/components/Forms/Select/Select.js +0 -101
- package/src/components/Forms/Select/Select.mdx +0 -106
- package/src/components/Forms/Select/index.js +0 -10
- package/src/components/Forms/Select/styles/config.scss +0 -53
- package/src/components/Forms/Select/styles/mixins.scss +0 -34
- package/src/components/Forms/Select/styles/style.scss +0 -20
- package/src/components/Forms/Select/tests/Select.unit.test.js +0 -103
- package/src/components/Forms/TextArea/TextArea.js +0 -79
- package/src/components/Forms/TextArea/TextArea.mdx +0 -109
- package/src/components/Forms/TextArea/index.js +0 -3
- package/src/components/Forms/TextArea/styles/config.scss +0 -35
- package/src/components/Forms/TextArea/styles/mixins.scss +0 -48
- package/src/components/Forms/TextArea/styles/style.scss +0 -20
- package/src/components/Forms/TextArea/tests/TextArea.unit.test.js +0 -132
- package/src/components/Forms/TextInput/TextInput.js +0 -96
- package/src/components/Forms/TextInput/TextInput.mdx +0 -153
- package/src/components/Forms/TextInput/index.js +0 -3
- package/src/components/Forms/TextInput/styles/config.scss +0 -60
- package/src/components/Forms/TextInput/styles/mixins.scss +0 -80
- package/src/components/Forms/TextInput/styles/style.scss +0 -28
- package/src/components/Forms/TextInput/tests/TextInput.unit.test.js +0 -109
- package/src/components/Forms/index.js +0 -16
- package/src/components/Forms/styles/config.scss +0 -41
- package/src/components/Forms/styles/mixins.scss +0 -44
- package/src/components/Gauge/Gauge.js +0 -68
- package/src/components/Gauge/Gauge.mdx +0 -35
- package/src/components/Gauge/GaugeMaker.js +0 -82
- package/src/components/Gauge/index.js +0 -5
- package/src/components/Gauge/styles/style.scss +0 -32
- package/src/components/Gauge/tests/Gauge.unit.test.js +0 -35
- package/src/components/Grid/Grid.js +0 -53
- package/src/components/Grid/Grid.mdx +0 -245
- package/src/components/Grid/GridCol.js +0 -38
- package/src/components/Grid/index.js +0 -9
- package/src/components/Grid/styles/config.scss +0 -10
- package/src/components/Grid/styles/mixins.scss +0 -126
- package/src/components/Grid/styles/style.scss +0 -41
- package/src/components/Grid/tests/Grid.conformance.test.js +0 -26
- package/src/components/Grid/tests/Grid.unit.test.js +0 -72
- package/src/components/Grid/tests/GridCol.unit.test.js +0 -62
- package/src/components/Grid/tests/testData.js +0 -24
- package/src/components/Heading/Heading.js +0 -23
- package/src/components/Heading/Heading.mdx +0 -17
- package/src/components/Heading/index.js +0 -1
- package/src/components/Heading/tests/Heading.conformance.test.js +0 -26
- package/src/components/Heading/tests/Heading.unit.test.js +0 -41
- package/src/components/Hero/Hero.js +0 -181
- package/src/components/Hero/Hero.mdx +0 -168
- package/src/components/Hero/HeroPlayground.js +0 -297
- package/src/components/Hero/IframePreview.js +0 -40
- package/src/components/Hero/index.js +0 -3
- package/src/components/Hero/styles/config.scss +0 -13
- package/src/components/Hero/styles/mixins.scss +0 -185
- package/src/components/Hero/styles/style.scss +0 -65
- package/src/components/Hero/tests/Hero.conformance.test.js +0 -29
- package/src/components/Hero/tests/Hero.unit.test.js +0 -271
- package/src/components/Hero/tests/data.js +0 -40
- package/src/components/Icon/Icon.js +0 -59
- package/src/components/Icon/Icon.mdx +0 -172
- package/src/components/Icon/IconSearch.js +0 -234
- package/src/components/Icon/SpritePathContext.js +0 -3
- package/src/components/Icon/iconSearchTags.js +0 -437
- package/src/components/Icon/icons.js +0 -1
- package/src/components/Icon/index.js +0 -6
- package/src/components/Icon/styles/config.scss +0 -26
- package/src/components/Icon/styles/export/color.scss +0 -8
- package/src/components/Icon/styles/export/size.scss +0 -13
- package/src/components/Icon/styles/mixins.scss +0 -31
- package/src/components/Icon/styles/style.scss +0 -13
- package/src/components/Icon/tests/Icon.conformance.test.js +0 -22
- package/src/components/Icon/tests/Icon.unit.test.js +0 -108
- package/src/components/IconList/IconList.js +0 -33
- package/src/components/IconList/IconList.mdx +0 -53
- package/src/components/IconList/Item.js +0 -41
- package/src/components/IconList/index.js +0 -3
- package/src/components/IconList/styles/config.scss +0 -3
- package/src/components/IconList/styles/mixins.scss +0 -33
- package/src/components/IconList/styles/style.scss +0 -21
- package/src/components/IconList/tests/IconList.conformance.test.js +0 -45
- package/src/components/IconList/tests/IconList.unit.test.js +0 -74
- package/src/components/IconList/tests/Item.unit.test.js +0 -131
- package/src/components/Image/Image.js +0 -80
- package/src/components/Image/Image.mdx +0 -98
- package/src/components/Image/index.js +0 -7
- package/src/components/Image/styles/mixins.scss +0 -12
- package/src/components/Image/styles/style.scss +0 -9
- package/src/components/Image/tests/Image.conformance.test.js +0 -46
- package/src/components/Image/tests/Image.unit.test.js +0 -138
- package/src/components/Link/Link.js +0 -59
- package/src/components/Link/Link.mdx +0 -153
- package/src/components/Link/index.js +0 -3
- package/src/components/Link/styles/config.scss +0 -85
- package/src/components/Link/styles/mixins.scss +0 -42
- package/src/components/Link/styles/style.scss +0 -59
- package/src/components/Link/tests/Link.conformance.test.js +0 -24
- package/src/components/Link/tests/Link.unit.test.js +0 -58
- package/src/components/List/ClickableControl.js +0 -29
- package/src/components/List/List.js +0 -37
- package/src/components/List/List.mdx +0 -216
- package/src/components/List/ListItem.js +0 -34
- package/src/components/List/index.js +0 -5
- package/src/components/List/styles/config.scss +0 -38
- package/src/components/List/styles/mixins.scss +0 -99
- package/src/components/List/styles/style.scss +0 -46
- package/src/components/List/tests/ClickableControl.unit.test.js +0 -100
- package/src/components/List/tests/List.conformance.test.js +0 -69
- package/src/components/List/tests/List.unit.test.js +0 -56
- package/src/components/List/tests/ListItem.unit.test.js +0 -104
- package/src/components/Loader/Loader.js +0 -86
- package/src/components/Loader/Loader.mdx +0 -148
- package/src/components/Loader/Loader.static.js +0 -67
- package/src/components/Loader/index.js +0 -4
- package/src/components/Loader/styles/config.scss +0 -16
- package/src/components/Loader/styles/mixins.scss +0 -66
- package/src/components/Loader/styles/style.scss +0 -36
- package/src/components/Loader/tests/Loader.conformance.test.js +0 -23
- package/src/components/Loader/tests/Loader.unit.test.js +0 -60
- package/src/components/Loader/tests/test.scss +0 -5
- package/src/components/Modal/Body.js +0 -37
- package/src/components/Modal/CloseButton.js +0 -18
- package/src/components/Modal/Modal.js +0 -138
- package/src/components/Modal/Modal.mdx +0 -449
- package/src/components/Modal/Modal.static.js +0 -198
- package/src/components/Modal/Title.js +0 -24
- package/src/components/Modal/index.js +0 -7
- package/src/components/Modal/styles/config.scss +0 -42
- package/src/components/Modal/styles/mixins.scss +0 -199
- package/src/components/Modal/styles/style.scss +0 -97
- package/src/components/Modal/tests/Body.unit.test.js +0 -40
- package/src/components/Modal/tests/CloseButton.unit.test.js +0 -81
- package/src/components/Modal/tests/Modal.conformance.test.js +0 -41
- package/src/components/Modal/tests/Modal.unit.test.js +0 -56
- package/src/components/Modal/tests/Title.unit.test.js +0 -25
- package/src/components/PageTitle/PageTitle.js +0 -94
- package/src/components/PageTitle/PageTitle.mdx +0 -185
- package/src/components/PageTitle/index.js +0 -1
- package/src/components/PageTitle/tests/PageTitle.conformance.test.js +0 -39
- package/src/components/PageTitle/tests/PageTitle.unit.test.js +0 -208
- package/src/components/PageTitle/tests/data.js +0 -26
- package/src/components/Pagination/Item.js +0 -63
- package/src/components/Pagination/Pagination.js +0 -70
- package/src/components/Pagination/Pagination.mdx +0 -45
- package/src/components/Pagination/Separator.js +0 -18
- package/src/components/Pagination/helpers.js +0 -47
- package/src/components/Pagination/index.js +0 -3
- package/src/components/Pagination/styles/mixins.scss +0 -38
- package/src/components/Pagination/styles/style.scss +0 -27
- package/src/components/Pagination/tests/Item.unit.test.js +0 -96
- package/src/components/Pagination/tests/Pagination.conformance.test.js +0 -41
- package/src/components/Pagination/tests/Pagination.unit.test.js +0 -108
- package/src/components/Pagination/tests/Separator.unit.test.js +0 -25
- package/src/components/Pagination/tests/utils.js +0 -12
- package/src/components/Pill/Pill.js +0 -14
- package/src/components/Pill/Pill.mdx +0 -41
- package/src/components/Pill/index.js +0 -3
- package/src/components/Pill/styles/config.scss +0 -8
- package/src/components/Pill/styles/mixins.scss +0 -19
- package/src/components/Pill/styles/style.scss +0 -7
- package/src/components/Pill/tests/Pill.conformance.test.js +0 -32
- package/src/components/Pill/tests/Pill.unit.test.js +0 -39
- package/src/components/Progress/Progress.js +0 -52
- package/src/components/Progress/Progress.mdx +0 -119
- package/src/components/Progress/index.js +0 -5
- package/src/components/Progress/styles/config.scss +0 -19
- package/src/components/Progress/styles/mixins.scss +0 -40
- package/src/components/Progress/styles/style.scss +0 -29
- package/src/components/Progress/tests/Progress.conformance.test.js +0 -27
- package/src/components/Progress/tests/Progress.unit.test.js +0 -108
- package/src/components/PromotionCard/PromotionCard.js +0 -32
- package/src/components/PromotionCard/PromotionCard.mdx +0 -148
- package/src/components/PromotionCard/PromotionCardContent.js +0 -23
- package/src/components/PromotionCard/PromotionCardImageWrapper.js +0 -23
- package/src/components/PromotionCard/PromotionCardSection.js +0 -31
- package/src/components/PromotionCard/PromotionCardTitle.js +0 -19
- package/src/components/PromotionCard/constants.js +0 -5
- package/src/components/PromotionCard/index.js +0 -9
- package/src/components/PromotionCard/styles/config.scss +0 -4
- package/src/components/PromotionCard/styles/mixins.scss +0 -83
- package/src/components/PromotionCard/styles/style.scss +0 -23
- package/src/components/Section/Section.js +0 -52
- package/src/components/Section/Section.mdx +0 -254
- package/src/components/Section/index.js +0 -4
- package/src/components/Section/styles/config.scss +0 -38
- package/src/components/Section/styles/mixins.scss +0 -30
- package/src/components/Section/styles/style.scss +0 -35
- package/src/components/Section/tests/Section.conformance.test.js +0 -17
- package/src/components/Section/tests/Section.unit.test.js +0 -57
- package/src/components/Skeleton/Skeleton.js +0 -18
- package/src/components/Skeleton/Skeleton.mdx +0 -90
- package/src/components/Skeleton/index.js +0 -4
- package/src/components/Skeleton/styles/config.scss +0 -29
- package/src/components/Skeleton/styles/mixins.scss +0 -22
- package/src/components/Skeleton/styles/style.scss +0 -5
- package/src/components/Skeleton/tests/Skeleton.conformance.test.js +0 -17
- package/src/components/Skeleton/tests/Skeleton.unit.test.js +0 -23
- package/src/components/SkipLink/SkipLink.js +0 -25
- package/src/components/SkipLink/SkipLink.mdx +0 -23
- package/src/components/SkipLink/index.js +0 -3
- package/src/components/SkipLink/styles/style.scss +0 -18
- package/src/components/SkipLink/tests/SkipLink.unit.test.js +0 -74
- package/src/components/Stepbar/Stepbar.js +0 -96
- package/src/components/Stepbar/Stepbar.mdx +0 -137
- package/src/components/Stepbar/index.js +0 -3
- package/src/components/Stepbar/styles/config.scss +0 -106
- package/src/components/Stepbar/styles/mixins.scss +0 -140
- package/src/components/Stepbar/styles/style.scss +0 -76
- package/src/components/Stepbar/tests/Stepbar.conformance.test.js +0 -35
- package/src/components/Stepbar/tests/Stepbar.unit.test.js +0 -93
- package/src/components/Sticker/Sticker.js +0 -32
- package/src/components/Sticker/Sticker.mdx +0 -50
- package/src/components/Sticker/index.js +0 -4
- package/src/components/Sticker/styles/config.scss +0 -31
- package/src/components/Sticker/styles/mixins.scss +0 -25
- package/src/components/Sticker/styles/style.scss +0 -20
- package/src/components/Sticker/tests/Sticker.conformance.test.js +0 -17
- package/src/components/Sticker/tests/Sticker.unit.test.js +0 -35
- package/src/components/Table/Cell.js +0 -23
- package/src/components/Table/Footer.js +0 -17
- package/src/components/Table/Header.js +0 -60
- package/src/components/Table/Row.js +0 -52
- package/src/components/Table/Rows.js +0 -29
- package/src/components/Table/Table.js +0 -153
- package/src/components/Table/Table.mdx +0 -199
- package/src/components/Table/Table.static.js +0 -129
- package/src/components/Table/TableContext.js +0 -3
- package/src/components/Table/docsData.js +0 -189
- package/src/components/Table/index.js +0 -5
- package/src/components/Table/styles/config.scss +0 -4
- package/src/components/Table/styles/mixins.scss +0 -115
- package/src/components/Table/styles/style.scss +0 -101
- package/src/components/Table/tests/Cell.unit.test.js +0 -60
- package/src/components/Table/tests/Footer.unit.test.js +0 -71
- package/src/components/Table/tests/Header.unit.test.js +0 -121
- package/src/components/Table/tests/Row.unit.test.js +0 -207
- package/src/components/Table/tests/Rows.unit.test.js +0 -93
- package/src/components/Table/tests/Table.conformance.test.js +0 -77
- package/src/components/Table/tests/Table.unit.test.js +0 -276
- package/src/components/Tabs/Tab.js +0 -55
- package/src/components/Tabs/TabPanel.js +0 -51
- package/src/components/Tabs/Tabs.js +0 -128
- package/src/components/Tabs/Tabs.mdx +0 -373
- package/src/components/Tabs/Tabs.static.js +0 -164
- package/src/components/Tabs/index.js +0 -5
- package/src/components/Tabs/styles/config.scss +0 -78
- package/src/components/Tabs/styles/mixins.scss +0 -107
- package/src/components/Tabs/styles/style.scss +0 -64
- package/src/components/Tabs/tests/Tab.unit.test.js +0 -90
- package/src/components/Tabs/tests/TabPanel.unit.test.js +0 -58
- package/src/components/Tabs/tests/Tabs.unit.test.js +0 -264
- package/src/components/Testimonial/Testimonial.js +0 -37
- package/src/components/Testimonial/Testimonial.mdx +0 -41
- package/src/components/Testimonial/index.js +0 -5
- package/src/components/Testimonial/styles/config.scss +0 -39
- package/src/components/Testimonial/styles/mixins.scss +0 -40
- package/src/components/Testimonial/styles/style.scss +0 -14
- package/src/components/Testimonial/tests/Testimonial.conformance.test.js +0 -17
- package/src/components/Testimonial/tests/Testimonial.unit.test.js +0 -44
- package/src/components/Tile/Tile.js +0 -69
- package/src/components/Tile/Tile.mdx +0 -163
- package/src/components/Tile/index.js +0 -5
- package/src/components/Tile/styles/config.scss +0 -19
- package/src/components/Tile/styles/style.scss +0 -49
- package/src/components/Tile/tests/Tile.conformance.test.js +0 -17
- package/src/components/Tile/tests/Tile.unit.test.js +0 -164
- package/src/components/Tooltip/InfoTooltip.js +0 -29
- package/src/components/Tooltip/Tooltip.js +0 -107
- package/src/components/Tooltip/Tooltip.mdx +0 -227
- package/src/components/Tooltip/Tooltip.static.js +0 -252
- package/src/components/Tooltip/index.js +0 -4
- package/src/components/Tooltip/styles/config.scss +0 -47
- package/src/components/Tooltip/styles/mixins.scss +0 -94
- package/src/components/Tooltip/styles/style.scss +0 -28
- package/src/components/Tooltip/tests/BaseWrapper.js +0 -10
- package/src/components/Tooltip/tests/InfoTooltip.unit.test.js +0 -99
- package/src/components/Tooltip/tests/Tooltip.conformance.test.js +0 -43
- package/src/components/Tooltip/tests/Tooltip.unit.test.js +0 -298
- package/src/components/Typography/docs/BodyCopy.mdx +0 -95
- package/src/components/Typography/docs/DisplayHeadings.mdx +0 -124
- package/src/components/Typography/docs/Headings.mdx +0 -162
- package/src/components/Typography/docs/Lists.mdx +0 -205
- package/src/components/Typography/docs/Typeface.mdx +0 -14
- package/src/components/_templates/component/new/Component.docs.ejs.t +0 -127
- package/src/components/_templates/component/new/Component.ejs.t +0 -68
- package/src/components/_templates/component/new/Component.static.ejs.t +0 -21
- package/src/components/_templates/component/new/config.ejs.t +0 -5
- package/src/components/_templates/component/new/index.ejs.t +0 -7
- package/src/components/_templates/component/new/prompt.js +0 -34
- package/src/components/_templates/component/new/style.ejs.t +0 -5
- package/src/components/index.js +0 -155
- package/src/components/static.js +0 -1
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
.autocomplete__hint,.autocomplete__input,.autocomplete__option{font-size:inherit;line-height:inherit}.autocomplete__wrapper{position:relative;width:100%;max-width:21.875rem}.autocomplete__input{font-weight:700;border-radius:0;position:relative;display:inline-block;transform:translateZ(0);background-color:#fff;border:2px solid #ccc;width:100%}.autocomplete__input:focus{border-color:#000;box-shadow:0 0 0 2px #fff,0 0 0 4px #527edb}.autocomplete__input:disabled{opacity:1;-webkit-text-fill-color:#666;border-color:#ccc}.autocomplete__input:disabled,.autocomplete__input:read-only{background-color:#eee;color:#666}.autocomplete__input.is-invalid{border-color:#cd3c14}.autocomplete__input.is-valid{padding-right:2.25rem;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M7.5,15 C3.35786438,15 0,11.6421356 0,7.5 C0,3.35786438 3.35786438,0 7.5,0 C11.6421356,0 15,3.35786438 15,7.5 C15,11.6421356 11.6421356,15 7.5,15 Z M3.40550597,6.68901229 C2.99100286,7.0539857 2.95085113,7.6858763 3.31582458,8.1003794 L5.77477826,10.8930318 C6.1397517,11.3075349 6.7716423,11.3476866 7.18614541,10.9827132 C7.20478962,10.9662968 7.22281563,10.9491914 7.24018594,10.9314326 L11.8941565,6.17336831 C12.2803381,5.7785491 12.2733359,5.14542284 11.8785167,4.75924123 C11.4836975,4.37305961 10.8505712,4.38006176 10.4643896,4.77488097 L7.31720124,7.9924615 C6.93101963,8.3872807 6.29789337,8.3942828 5.90307416,8.0081012 C5.88531533,7.9907309 5.86820993,7.9727049 5.85179355,7.9540607 L4.81687313,6.77869369 C4.45189969,6.36419058 3.82000909,6.32403885 3.40550597,6.68901229 Z' fill='%2332c832' /%3E%3C/svg%3E");background-size:1rem;background-position:calc(100% - .625rem);background-repeat:no-repeat}.autocomplete__input{height:2.5rem;padding:.5rem}.autocomplete__input--large{height:3.125rem;padding:.8125rem}.autocomplete__input--focused{border-color:#000;box-shadow:0 0 0 2px #fff,0 0 0 4px #527edb;box-shadow:none}.autocomplete__hint{position:absolute}.autocomplete__menu{position:absolute;top:100%;left:0;z-index:1000;float:left;width:100%;max-height:15.1875rem;padding:0;margin:-2px 0 0;color:#000;background-color:#fff;background-clip:padding-box;border:2px solid #000;overflow-y:auto}.autocomplete__menu:empty{display:none}.autocomplete__menu--visible{display:block}.autocomplete__menu--hidden{display:none}.autocomplete__option{display:block;position:relative;width:100%;padding:.625rem;clear:both;color:#000;text-align:inherit;background-color:transparent;border:0;margin-bottom:0}.autocomplete__option:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1001}.autocomplete__option:first-child{border-top-left-radius:0;background-clip:padding-box;border-top-right-radius:0}.autocomplete__option--focused,.autocomplete__option.active,.autocomplete__option:active,.autocomplete__option:focus,.autocomplete__option:hover{color:#fff;background:#000}.select{border-radius:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h14L7 7 0 0z' fill='%23000'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;font-weight:700;appearance:none;-webkit-appearance:none;color:#000;overflow:hidden;position:relative;display:inline-block;transform:translateZ(0);background-color:#fff;border:2px solid #ccc}.select:focus{border-color:#000;box-shadow:0 0 0 2px #fff,0 0 0 4px #527edb}.select:disabled{background-color:#eee;border-color:#ccc;color:#666}.select.is-invalid{border-color:#cd3c14}.select{height:2.5rem;padding:.5rem 2.125rem .5rem .5rem}.select--large{height:3.125rem;padding:.8125rem 2.125rem .8125rem .8125rem}.select{width:100%;max-width:21.875rem}.select--12ch{max-width:10rem}.select--shrink{width:auto}.select--fullwidth{width:100%;max-width:none}.checkbox{position:absolute;opacity:0;cursor:pointer}.checkbox+.checkbox-display{background-color:#fff;border:2px solid #ccc}.checkbox:checked+.checkbox-display{background-position:50%;border-color:#f16e00;background-color:#f16e00;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M3 7L1 9l5 5L16 4l-2-2-8 8-3-3z' fill='%23fff'/%3E%3C/svg%3E");background-size:cover}.checkbox:disabled+.checkbox-display{background-color:#eee;border-color:#ccc;color:#666}.checkbox:disabled:checked+.checkbox-display{background-color:#ccc}.checkbox.is-invalid+.checkbox-display{border-color:#cd3c14}.checkbox:focus+.checkbox-display{border-color:#000;box-shadow:0 0 0 2px #fff,0 0 0 4px #527edb}.checkbox:checked.is-invalid+.checkbox-display{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M3 7L1 9l5 5L16 4l-2-2-8 8-3-3z' fill='%23cd3c14'/%3E%3C/svg%3E")}.checkbox,.checkbox+.checkbox-display{width:1.25rem;height:1.25rem}.checkbox--large,.checkbox--large+.checkbox-display{width:1.875rem;height:1.875rem}.checkbox--toggle .checkbox,.checkbox--toggle .checkbox+.checkbox-display{width:3.75rem;height:1.875rem}.checkbox--toggle .checkbox{z-index:1}.checkbox--toggle .checkbox+.checkbox-display{position:relative;background:#000;border-color:#000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M3 7L1 9l5 5L16 4l-2-2-8 8-3-3z'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M12 2l-2-2-4 4-4-4-2 2 4 4-4 4 2 2 4-4 4 4 2-2-4-4 4-4z' fill='%23fff'/%3E%3C/svg%3E");background-position:5px,right 7px center;background-repeat:no-repeat}.checkbox--toggle .checkbox+.checkbox-display:after{content:"";pointer-events:none;position:absolute;background:#fff;top:0;left:0;width:50%;height:100%;transform:translateX(0);transition:transform .2s ease-out}.checkbox--toggle .checkbox:checked+.checkbox-display{background-color:#ff7900;border-color:#ff7900}.checkbox--toggle .checkbox:checked+.checkbox-display:after{transform:translateX(100%)}.checkbox--toggle .checkbox:disabled+.checkbox-display{background-color:#ccc;border-color:#ccc}.checkbox--toggle .checkbox.is-invalid+.checkbox-display{border-color:#cd3c14;background-color:#cd3c14}.checkbox--toggle .checkbox.is-invalid+.checkbox-display,.checkbox--toggle .checkbox:disabled+.checkbox-display{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M3 7L1 9l5 5L16 4l-2-2-8 8-3-3z' fill='%23fff'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M12 2l-2-2-4 4-4-4-2 2 4 4-4 4 2 2 4-4 4 4 2-2-4-4 4-4z' fill='%23fff'/%3E%3C/svg%3E")}.datepicker{max-width:18.75rem}.daypickr{position:absolute;top:calc(100% - 2px);right:0;z-index:3}.daypickr__toggle{margin-right:0}.daypickr__content{width:18.75rem;padding:1.25rem;border:2px solid #000;background:#fff}.daypickr__calendar{width:100%}.daypickr__calendar-cell{border:2px solid transparent}.daypickr__header{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;margin-bottom:.625rem}.daypickr__select{padding:2px 1rem 2px 0;border:2px solid transparent;border-radius:0;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10l-8 8-8-8 2-2 6 6 6-6 2 2z'/%3E%3C/svg%3E");background-position:100%;background-repeat:no-repeat;font-weight:700;appearance:none;-webkit-appearance:none}.daypickr__select--year{margin-right:.625rem}.daypickr__select:hover{border-color:#ccc}.daypickr__pagination{margin-right:-.3125rem}[class*=daypickr__button--pagination]{position:relative;text-indent:-9999px;display:inline-block!important;margin:0!important}.daypickr__button--pagination-next:before,.daypickr__button--pagination-prev:before{content:"";position:absolute;width:100%;height:100%;top:-50%;left:-50%;transform:translate(50%,50%);background-position:50%;background-repeat:no-repeat}.daypickr__button--pagination-prev:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 20l-8-8 8-8 2 2-6 6 6 6-2 2z'/%3E%3C/svg%3E")}.daypickr__button--pagination-next:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 20l8-8-8-8-2 2 6 6-6 6 2 2z'/%3E%3C/svg%3E")}.daypickr__calendar-header-cell{padding:.625rem 0;text-align:center}.daypickr__day{position:relative;height:32px;width:100%;font-weight:700;border:2px solid transparent}.daypickr__day:hover{border-color:#ccc}.daypickr__day.isToday{color:#f16e00}.daypickr__day.isToday:after{content:"";position:absolute;width:4px;height:4px;background:#f16e00;bottom:0;left:50%;transform:translateX(-50%)}.daypickr__day.isSelected{background-color:#f16e00;color:#000}.daypickr__day.isSelected:hover{border-color:#f16e00}.daypickr__day.isSelected:after{background:#000}.daypickr__day[aria-disabled=true]{color:#999}.daypickr__button--close{position:absolute;opacity:0;pointer-events:none}.daypickr__button--close:focus{position:relative;opacity:1;pointer-events:auto}.form-field{margin-bottom:1.25rem}.form-field__description{margin-bottom:.3125rem;max-width:21.875rem}.form-field__label{display:inline}.form-field__control,.form-field__hint{margin-bottom:.3125rem}.form-field__hint{margin-top:.3125rem}.form-field--radiocheck{display:flex}.form-field--radiocheck>:last-child{margin-bottom:0}.form-field--radiocheck .form-field__control{margin-right:.625rem;margin-bottom:0}.radiocheck--fill{left:0;top:0;width:100%!important;height:100%!important}.bar__item{flex:0 0 auto;display:block;min-width:0;align-items:center}.bar__item>:not([class*=mb-]):last-child{margin-bottom:0}.bar__item--shrinkable{flex-shrink:1}.bar__item--fill{flex:1 0 1px}.bar{display:flex;margin-bottom:1.25rem;flex-flow:row;flex-wrap:wrap;align-items:center;padding-left:0}.bar--nowrap{flex-wrap:nowrap}.bar>.bar__item{margin-bottom:0}.bar>.bar__item:last-child{margin-right:0}.bar{margin-top:-1.25rem}.bar>.bar__item{margin-top:1.25rem;margin-right:1.25rem}.bar--space-small{margin-top:-.625rem}.bar--space-small>.bar__item{margin-top:.625rem;margin-right:.625rem}.bar--space-large{margin-top:-1.875rem}.bar--space-large>.bar__item{margin-top:1.875rem;margin-right:1.875rem}.bar--vertical{height:100%;flex-flow:column;align-items:stretch;margin-top:0}.bar--vertical>.bar__item{margin-top:0;margin-right:0;margin-bottom:1.25rem}.bar--vertical.bar--space-small>.bar__item{margin-bottom:.625rem}.bar--vertical.bar--space-large>.bar__item{margin-bottom:1.875rem}.bar__break{flex:1 0 100%}.label{display:inline;font-weight:700}.label[for]{cursor:pointer}.icon{fill:currentColor;width:1em;height:1em;vertical-align:text-bottom}.icon--small{width:1rem;height:1rem}.icon--medium{width:1.5rem;height:1.5rem}.icon--large{width:2rem;height:2rem}.icon--xlarge{width:2.5rem;height:2.5rem}.icon--xxlarge{width:3rem;height:3rem}.icon--huge{width:3.5rem;height:3.5rem}@media screen and (min-width:768px){.icon--xlarge{width:3rem;height:3rem}.icon--xxlarge{width:4rem;height:4rem}.icon--huge{width:5rem;height:5rem}}.icon--info{color:#527edb}.icon--success{color:#32c832}.icon--warning{color:#fc0}.icon--danger{color:#cd3c14}.icon--orange{color:#ff7900}use{pointer-events:none}.message{font-weight:700;margin-bottom:.3125rem;max-width:21.875rem;display:flex;flex-wrap:nowrap}.message--error{color:#cd3c14}.message__icon{margin-top:-.1875rem;margin-right:.3125rem;flex-shrink:0}.file-input{position:relative;display:inline-block}.file-input.is-dragdrop{outline:2px dashed #f16e00;outline-offset:2px}.file-input__control{position:absolute;top:0;left:0;opacity:0;width:100%}.file-input .file-input__control{min-height:2.5rem;padding:.375rem .9375rem}.file-input--large .file-input__control{min-height:3.125rem;padding:.625rem 1.25rem}.file-input__button{font-size:1.125rem;font-weight:700;line-height:1.4;transition-duration:.2s;transition-timing-function:ease-in-out;transition-property:border-color,background-color,color;display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;line-height:1.25;vertical-align:initial;cursor:pointer;color:#000;background-color:initial;border:2px solid #000;margin-bottom:0;position:relative;z-index:1}.file-input__button.is-active,.file-input__button:active{transition-property:none}.file-input__button[aria-disabled=true],.file-input__button[disabled]{cursor:not-allowed}@media(hover:hover){.file-input__button:hover{color:#fff;background-color:#000;border-color:transparent;z-index:2}}.file-input__button.is-active,.file-input__button:active{color:#fff;background-color:#f16e00;border-color:transparent;z-index:2}.file-input__button[aria-disabled=true],.file-input__button[disabled]{color:#666;background-color:initial;border-color:#999}.file-input .file-input__button{min-height:2.5rem;padding:.375rem .9375rem}.file-input--large .file-input__button{min-height:3.125rem;padding:.625rem 1.25rem}.file-input__control:focus+.file-input__button{outline:2px solid #527edb;outline-offset:2px}.file-input__control[disabled]+.file-input__button:hover{color:inherit;background-color:inherit;border-color:inherit}.file-input__files{list-style:none;list-style-type:none!important;max-width:none;padding:0;width:100%;margin:.625rem 0 0}.file-input__files>li{margin-bottom:0}.file-input__files>li:before{content:" ";position:absolute;width:0;height:0}.file-input__files:empty{display:none}.file-input__files>li{word-break:break-all}.file-input__delete{position:relative}.file-input__delete:before{content:"";position:absolute;top:0;left:-75%;width:250%;height:100%}.control-group{display:flex;flex-flow:row;flex-wrap:nowrap;align-items:center;position:relative}.control-group>*+*{margin-left:-2px}.control-group>:not([class*=mb-]){margin-bottom:0}.control-group>:focus{z-index:2}.control-group>.btn{z-index:1}.control-group>.btn:not([class*=mr-]){margin-right:0}.control-group__item{border:2px solid #ccc;background:#eee;height:2.5rem;padding:.5rem}.control-group__item--large{height:3.125rem;padding:.8125rem}.text-input{font-weight:700;border-radius:0;position:relative;display:inline-block;transform:translateZ(0);background-color:#fff;border:2px solid #ccc}.text-input:focus{border-color:#000;box-shadow:0 0 0 2px #fff,0 0 0 4px #527edb}.text-input:disabled{opacity:1;-webkit-text-fill-color:#666;border-color:#ccc}.text-input:disabled,.text-input:read-only{background-color:#eee;color:#666}.text-input.is-invalid{border-color:#cd3c14}.text-input.is-valid{padding-right:2.25rem;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M7.5,15 C3.35786438,15 0,11.6421356 0,7.5 C0,3.35786438 3.35786438,0 7.5,0 C11.6421356,0 15,3.35786438 15,7.5 C15,11.6421356 11.6421356,15 7.5,15 Z M3.40550597,6.68901229 C2.99100286,7.0539857 2.95085113,7.6858763 3.31582458,8.1003794 L5.77477826,10.8930318 C6.1397517,11.3075349 6.7716423,11.3476866 7.18614541,10.9827132 C7.20478962,10.9662968 7.22281563,10.9491914 7.24018594,10.9314326 L11.8941565,6.17336831 C12.2803381,5.7785491 12.2733359,5.14542284 11.8785167,4.75924123 C11.4836975,4.37305961 10.8505712,4.38006176 10.4643896,4.77488097 L7.31720124,7.9924615 C6.93101963,8.3872807 6.29789337,8.3942828 5.90307416,8.0081012 C5.88531533,7.9907309 5.86820993,7.9727049 5.85179355,7.9540607 L4.81687313,6.77869369 C4.45189969,6.36419058 3.82000909,6.32403885 3.40550597,6.68901229 Z' fill='%2332c832' /%3E%3C/svg%3E");background-size:1rem;background-position:calc(100% - .625rem);background-repeat:no-repeat}.text-input{height:2.5rem;padding:.5rem}.text-input--large{height:3.125rem;padding:.8125rem}.text-input{width:100%;max-width:21.875rem}.text-input--3ch{max-width:5rem}.text-input--8ch{max-width:7.5rem}.text-input--12ch{max-width:10rem}.text-input--fullwidth{max-width:100%}.input--search-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23999' fill-rule='evenodd' d='M19.82 18l-5.64-5.65a7.81 7.81 0 10-1.83 1.82L18 19.82a.63.63 0 00.88 0l.94-.94a.63.63 0 000-.88zm-12-4.88a5.32 5.32 0 110-10.63 5.32 5.32 0 010 10.63z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.5rem .5rem}.input--search-icon.text-input--large{background-position:.8125rem .8125rem}.input--search-icon:focus,.input--search-icon:not(:placeholder-shown){background-image:none}.input--search-icon-with-placeholder{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23999' fill-rule='evenodd' d='M19.82 18l-5.64-5.65a7.81 7.81 0 10-1.83 1.82L18 19.82a.63.63 0 00.88 0l.94-.94a.63.63 0 000-.88zm-12-4.88a5.32 5.32 0 110-10.63 5.32 5.32 0 010 10.63z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.5rem .5rem;padding-left:2.5rem}.input--search-icon-with-placeholder.text-input--large{background-position:.8125rem .8125rem}.input--search-icon-with-placeholder:focus,.input--search-icon-with-placeholder:not(:placeholder-shown){background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23999' fill-rule='evenodd' d='M19.82 18l-5.64-5.65a7.81 7.81 0 10-1.83 1.82L18 19.82a.63.63 0 00.88 0l.94-.94a.63.63 0 000-.88zm-12-4.88a5.32 5.32 0 110-10.63 5.32 5.32 0 010 10.63z' clip-rule='evenodd'/%3E%3C/svg%3E")}.radio{position:absolute;opacity:0;cursor:pointer}.radio+.radio-display{background-color:#fff;border:2px solid #ccc}.radio:checked+.radio-display{background-position:50%;border-color:#f16e00;background-color:#f16e00;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Ccircle cx='8' cy='8' r='4' fill='%23fff'/%3E%3C/svg%3E");background-size:cover}.radio:disabled+.radio-display{background-color:#eee;border-color:#ccc;color:#666}.radio:disabled:checked+.radio-display{background-color:#ccc}.radio.is-invalid+.radio-display{border-color:#cd3c14}.radio:focus+.radio-display{border-color:#000;box-shadow:0 0 0 2px #fff,0 0 0 4px #527edb}.radio:checked.is-invalid+.radio-display{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Ccircle cx='8' cy='8' r='4' fill='%23cd3c14'/%3E%3C/svg%3E")}.radio,.radio+.radio-display{width:1.25rem;height:1.25rem}.radio--large,.radio--large+.radio-display{width:1.875rem;height:1.875rem}.radio-display{border-radius:100%}.range-slider{padding-top:.5rem;max-width:21.875rem}.range-slider--fullwidth{max-width:none}.range-slider--state-drag *{cursor:inherit!important}.range-slider__touch-area{position:absolute;height:100%;width:100%}.range-slider__target{position:relative;direction:ltr}.range-slider__target,.range-slider__target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:#000;touch-action:none;-webkit-user-select:none;user-select:none;box-sizing:border-box}.range-slider__base,.range-slider__connects{width:100%;position:relative;z-index:1}.range-slider__base{background:#ddd;height:.375rem;margin-bottom:.625rem}.range-slider__connects{overflow:hidden;z-index:0;height:100%}.range-slider__connect{background:#ff7900;height:100%;width:100%}.range-slider__origin{width:100%;height:100%}.range-slider__connect,.range-slider__origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;transform-origin:0 0}.range-slider--state-tap .range-slider__connect,.range-slider--state-tap .range-slider__origin{transition:transform .3s}.range-slider__handle{position:absolute;left:auto;right:-.625rem;cursor:default;width:1.25rem;height:1.25rem;top:-.4375rem;border:2px solid #000;background:#fff;border-radius:100%}.range-slider__handle:focus{border-radius:100%}.range-slider__handle:focus:focus,.range-slider__handle:focus:focus-visible{outline-width:0!important;outline-color:transparent!important;box-shadow:0 0 0 2px #fff,0 0 0 4px #527edb}.range-slider__handle:focus:focus:not(:focus-visible){outline-width:0!important;outline-color:transparent!important;box-shadow:none}.range-slider__value{position:absolute;padding-top:.125rem;white-space:nowrap;text-align:center;font-weight:700;font-size:.875rem;transform:translate(-50%,50%)}.range-slider__value-sub{color:#ccc}.range-slider__pips{height:1.5rem;margin-bottom:.625rem;top:100%;left:0;width:100%}.range-slider__marker{position:absolute;background:#ccc;margin-left:-1px;width:2px;height:5px}.range-slider__marker--large,.range-slider__marker--sub{height:10px}.range-slider[disabled].range-slider__handle,.range-slider[disabled] .range-slider__handle,.range-slider[disabled].range-slider__target{cursor:not-allowed}.range-slider[disabled] .range-slider__connect{background:#999}.textarea{font-weight:700;border-radius:0;position:relative;display:block;overflow-x:hidden;transform:translateZ(0);background-color:#fff;border:2px solid #ccc}.textarea:focus{border-color:#000;box-shadow:0 0 0 2px #fff,0 0 0 4px #527edb}.textarea:disabled{border-color:#ccc}.textarea:disabled,.textarea:read-only{background-color:#eee;color:#666}.textarea.is-invalid{border-color:#cd3c14}.textarea.is-valid{padding-right:36px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M7.5,15 C3.35786438,15 0,11.6421356 0,7.5 C0,3.35786438 3.35786438,0 7.5,0 C11.6421356,0 15,3.35786438 15,7.5 C15,11.6421356 11.6421356,15 7.5,15 Z M3.40550597,6.68901229 C2.99100286,7.0539857 2.95085113,7.6858763 3.31582458,8.1003794 L5.77477826,10.8930318 C6.1397517,11.3075349 6.7716423,11.3476866 7.18614541,10.9827132 C7.20478962,10.9662968 7.22281563,10.9491914 7.24018594,10.9314326 L11.8941565,6.17336831 C12.2803381,5.7785491 12.2733359,5.14542284 11.8785167,4.75924123 C11.4836975,4.37305961 10.8505712,4.38006176 10.4643896,4.77488097 L7.31720124,7.9924615 C6.93101963,8.3872807 6.29789337,8.3942828 5.90307416,8.0081012 C5.88531533,7.9907309 5.86820993,7.9727049 5.85179355,7.9540607 L4.81687313,6.77869369 C4.45189969,6.36419058 3.82000909,6.32403885 3.40550597,6.68901229 Z' fill='%2332c832' /%3E%3C/svg%3E");background-size:16px;background-position:top .625rem right .625rem;background-repeat:no-repeat}.textarea{padding:.5rem}.textarea--large{padding:.8125rem}.textarea{width:100%;max-width:21.875rem}.textarea--fullwidth{max-width:100%}.input-stepper{display:flex;flex-direction:row;align-items:center}.input-stepper__field{width:2.5rem;appearance:textfield;z-index:0;padding:.3125rem .3125rem .5rem;text-align:center;border-left:0;border-right:0}.input-stepper__field::-webkit-inner-spin-button,.input-stepper__field::-webkit-outer-spin-button{appearance:none}.input-stepper__field:disabled{color:#ccc!important;-webkit-text-fill-color:#ccc!important;background-color:#fff}.input-stepper__field:focus{z-index:1;border-color:#ccc}.input-stepper__number{display:block;font-weight:700;appearance:textfield;width:2.5rem;height:2.5rem;z-index:0;padding:.3125rem .3125rem .5rem;text-align:center;border:2px solid #ccc;border-left:0;border-right:0;margin-bottom:0;line-height:1.5}.input-stepper__button{position:relative;z-index:0;height:40px;width:40px;border-bottom:2px solid #ccc;border-color:#ccc currentcolor;border-top:2px solid #ccc}.input-stepper__button:before{content:"";position:absolute;background-size:cover;background-repeat:no-repeat;background-position:50%;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%}.input-stepper__button--minus{border-left:2px solid #ccc}.input-stepper__button--minus:before{background:url('data:image/svg+xml;charset=utf-8,<svg width="38" height="36" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 17v2h14v-2H11z"/></svg>')}.input-stepper__button--plus{border-right:2px solid #ccc}.input-stepper__button--plus:before{background:url('data:image/svg+xml;charset=utf-8,<svg width="38" height="36" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 11h2v6h6v2h-6v6h-2v-6h-6v-2h6v-6z"/></svg>')}.input-stepper__button:focus{z-index:1}.input-stepper__button--minus:disabled:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 17v2h14v-2H11z' fill='%23CCC'/%3E%3C/svg%3E")}.input-stepper__button--plus:disabled:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 11h2v6h6v2h-6v6h-2v-6h-6v-2h6v-6z' fill='%23CCC'/%3E%3C/svg%3E")}.input-stepper__button:hover:not(:disabled){background-color:#000;border-color:#000}.input-stepper__button--minus:hover:not(:disabled):before{background:url('data:image/svg+xml;charset=utf-8,<svg width="38" height="36" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 17v2h14v-2H11z" fill="%23fff"/></svg>')}.input-stepper__button--plus:hover:not(:disabled):before{background:url('data:image/svg+xml;charset=utf-8,<svg width="38" height="36" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 11h2v6h6v2h-6v6h-2v-6h-6v-2h6v-6z" fill="%23fff"/></svg>')}.input-stepper__button--minus:active:not(:disabled):before{background:url('data:image/svg+xml;charset=utf-8,<svg width="38" height="36" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 17v2h14v-2H11z"/></svg>')}.input-stepper__button--plus:active:not(:disabled):before{background:url('data:image/svg+xml;charset=utf-8,<svg width="38" height="36" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 11h2v6h6v2h-6v6h-2v-6h-6v-2h6v-6z"/></svg>')}.input-stepper__button:active:not(:disabled){background-color:#f16e00;border-color:#f16e00}.bg-black .input-stepper .input-stepper__field,.input-stepper--inverse .input-stepper__field{background-color:#000;color:#fff;border-color:#666}.bg-black .input-stepper .input-stepper__field:disabled,.input-stepper--inverse .input-stepper__field:disabled{color:#666;-webkit-text-fill-color:#666!important}.bg-black .input-stepper .input-stepper__button,.input-stepper--inverse .input-stepper__button{border-color:#666}.bg-black .input-stepper .input-stepper__button--minus:before,.input-stepper--inverse .input-stepper__button--minus:before{background:url('data:image/svg+xml;charset=utf-8,<svg width="38" height="36" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 17v2h14v-2H11z" fill="%23fff"/></svg>')}.bg-black .input-stepper .input-stepper__button--plus:before,.input-stepper--inverse .input-stepper__button--plus:before{background:url('data:image/svg+xml;charset=utf-8,<svg width="38" height="36" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 11h2v6h6v2h-6v6h-2v-6h-6v-2h6v-6z" fill="%23fff"/></svg>')}.bg-black .input-stepper .input-stepper__button--minus:disabled:before,.input-stepper--inverse .input-stepper__button--minus:disabled:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 17v2h14v-2H11z' fill='%23666'/%3E%3C/svg%3E")}.bg-black .input-stepper .input-stepper__button--plus:disabled:before,.input-stepper--inverse .input-stepper__button--plus:disabled:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='38' height='36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 11h2v6h6v2h-6v6h-2v-6h-6v-2h6v-6z' fill='%23666'/%3E%3C/svg%3E")}.bg-black .input-stepper .input-stepper__button:hover:not(:disabled),.input-stepper--inverse .input-stepper__button:hover:not(:disabled){background-color:#fff;border-color:#fff}.bg-black .input-stepper .input-stepper__button:active:not(:disabled),.input-stepper--inverse .input-stepper__button:active:not(:disabled){background-color:#ff7900;border-color:#ff7900}.bg-black .input-stepper .input-stepper__button--minus:active:not(:disabled):before,.bg-black .input-stepper .input-stepper__button--minus:hover:not(:disabled):before,.input-stepper--inverse .input-stepper__button--minus:active:not(:disabled):before,.input-stepper--inverse .input-stepper__button--minus:hover:not(:disabled):before{background:url('data:image/svg+xml;charset=utf-8,<svg width="38" height="36" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11 17v2h14v-2H11z"/></svg>')}.bg-black .input-stepper .input-stepper__button--plus:active:not(:disabled):before,.bg-black .input-stepper .input-stepper__button--plus:hover:not(:disabled):before,.input-stepper--inverse .input-stepper__button--plus:active:not(:disabled):before,.input-stepper--inverse .input-stepper__button--plus:hover:not(:disabled):before{background:url('data:image/svg+xml;charset=utf-8,<svg width="38" height="36" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19 11h2v6h6v2h-6v6h-2v-6h-6v-2h6v-6z"/></svg>')}.hint{font-size:.875rem}legend{font-weight:700;margin-bottom:1.25rem}legend>*{margin-bottom:0}
|
|
2
|
-
/*# sourceMappingURL=style.css.map */
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["style.scss","mixins.scss","../../../../styles/tools/generate.scss","../../TextInput/styles/mixins.scss","../../../../styles/tokens/color.scss","config.scss","../../styles/mixins.scss","../../../styles/tools/layout.scss","../../../styles/tokens/breakpoint.scss","../../../Button/styles/mixins.scss","../../../../styles/tokens/base.scss","../../../Typography/styles/mixins.scss"],"names":[],"mappings":"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","file":"style.css","sourcesContent":["@use './mixins';\n\nlegend {\n @include mixins.legend-base();\n > * { margin-bottom: 0 };\n}\n","@use '../../../../styles/tokens/space';\n\n@mixin legend-base {\n font-weight: bold;\n margin-bottom: space.get();\n};\n","@use '../tokens/breakpoint';\n@use './map' as *;\n\n/// Get css propeties from map\n///\n/// @param {Map} $map - Map\n/// @param {Arglist} $keys - Keys to fetch\n///\n/// @example\n/// $map: (\n/// background-color: #fff,\n/// color: #000\n/// );\n///\n/// .example {\n/// @include css-map($map);\n/// }\n///\n/// Output:\n/// .example {\n/// background-color: #fff;\n/// color: #000;\n/// }\n@mixin css-map($_map, $keys...) {\n $map: if($keys, map-deep-get($_map, $keys...), $_map);\n\n @each $prop, $value in $map {\n #{$prop}: #{$value};\n }\n}\n\n/// Get responsive css propeties from map\n///\n/// @param {Map} $map - Map\n/// @param {Arglist} $keys - Keys to fetch\n///\n/// @example\n/// $map: (\n/// default: (\n/// color: red,\n/// ),\n/// xl: (\n/// color: blue,\n/// ),\n/// );\n///\n/// .example {\n/// @include responsive-css-map($map);\n/// }\n///\n/// Output:\n/// .example {\n/// color: red;\n/// @media only screen and (min-width: 1240px) {\n/// color: blue;\n/// }\n/// }\n@mixin responsive-css-map($map) {\n @each $breakpoint, $props in $map {\n @include breakpoint.get($breakpoint) {\n @include css-map($props);\n }\n }\n}\n\n/// Get variants of elemnt from map\n///\n/// @param {Map} $map - map\n/// @param {Map} $className - class name of element\n/// @param {Map} $classSuffix - suffix for class name of element\n@mixin variants($map, $className: '', $classSuffix: '') {\n @each $variant, $props in $map {\n #{if(&, \"&\", \"\")}#{$className + variant-name($variant) + $classSuffix} {\n @include css-map($props);\n }\n }\n}\n\n/// Get responsive variants of elemnt from map\n///\n/// @param {Map} $map - map\n/// @param {Map} $className - class name of element\n/// @param {Map} $classSuffix - suffix for class name of element\n@mixin responsive-variants($map, $className: '', $classSuffix: '') {\n @each $breakpoint, $props in $map {\n @include breakpoint.get($breakpoint) {\n @include variants($props, $className, $classSuffix);\n }\n }\n}\n\n/// Get prefixed variant name\n/// @param {String} $name - Variant name\n/// @return {String} - Return a prefixed variant name or empty string, for default variants\n/// @example scss\n/// variant-name('primary')\n/// // -primary\n/// variant-name('default')\n///\n@function variant-name($name, $prefix: '--', $suffix: '') {\n @if not $name or $name == default or $name == xs {\n @return '';\n }\n\n @return #{$prefix + $name + $suffix};\n}\n","@use '../../../../styles/tools/generate';\n@use '../../../../styles/tools/convert';\n@use './config';\n\n@mixin base($config: config.$base) {\n @include generate.css-map($config);\n\n position: relative;\n display: inline-block;\n transform: translateZ(0);\n}\n\n@mixin states($config: config.$states) {\n @include generate.css-map($config, 'default');\n\n &:focus {\n @include generate.css-map($config, 'focus');\n }\n\n &:disabled {\n opacity: 1;\n //stylelint-disable-next-line\n -webkit-text-fill-color: config.$disabled;\n @include generate.css-map($config, 'disabled');\n }\n\n &:read-only {\n @include generate.css-map($config, 'readonly');\n }\n\n &.is-invalid {\n @include generate.css-map($config, 'invalid');\n }\n\n &.is-valid {\n padding-right: convert.to-rem(36px);\n background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M7.5,15 C3.35786438,15 0,11.6421356 0,7.5 C0,3.35786438 3.35786438,0 7.5,0 C11.6421356,0 15,3.35786438 15,7.5 C15,11.6421356 11.6421356,15 7.5,15 Z M3.40550597,6.68901229 C2.99100286,7.0539857 2.95085113,7.6858763 3.31582458,8.1003794 L5.77477826,10.8930318 C6.1397517,11.3075349 6.7716423,11.3476866 7.18614541,10.9827132 C7.20478962,10.9662968 7.22281563,10.9491914 7.24018594,10.9314326 L11.8941565,6.17336831 C12.2803381,5.7785491 12.2733359,5.14542284 11.8785167,4.75924123 C11.4836975,4.37305961 10.8505712,4.38006176 10.4643896,4.77488097 L7.31720124,7.9924615 C6.93101963,8.3872807 6.29789337,8.3942828 5.90307416,8.0081012 C5.88531533,7.9907309 5.86820993,7.9727049 5.85179355,7.9540607 L4.81687313,6.77869369 C4.45189969,6.36419058 3.82000909,6.32403885 3.40550597,6.68901229 Z' fill='%2332c832' /%3E%3C/svg%3E\");\n background-size: convert.to-rem(16px);\n background-position: calc(100% - #{convert.to-rem(10px)});\n background-repeat: no-repeat;\n }\n}\n\n@mixin size($size, $config: config.$sizes) {\n @include generate.css-map($config, $size);\n}\n\n@mixin width($width, $config: config.$widths) {\n @include generate.css-map($config, $width);\n}\n\n@mixin search-icon-base {\n background-image: config.$background-image-search-icon;\n background-repeat: no-repeat;\n @include generate.css-map(config.$background-search, 'default');\n\n &.text-input--large {\n @include generate.css-map(config.$background-search, 'large');\n }\n}\n\n@mixin search-icon {\n @include search-icon-base;\n\n &:not(:placeholder-shown),\n &:focus {\n background-image: none;\n }\n}\n\n@mixin search-icon-with-placeholder {\n @include search-icon-base;\n\n padding-left: convert.to-rem(40px);\n\n &:not(:placeholder-shown),\n &:focus {\n background-image: config.$background-image-search-icon;\n }\n}\n","// core (brand)\n$orange: #ff7900;\n$orange-dark: #f16e00;\n$black: #000;\n$white: #fff;\n\n// supporting color\n$blue: #4bb4e6;\n$green: #50be87;\n$pink: #ffb4e6;\n$violet: #a885d8;\n$yellow: #ffd200;\n$yellow-lighter: #fff6b6;\n$red: #ff4d4d;\n\n// functional\n$gray-300: #eee;\n$gray-400: #ddd;\n$gray-500: #ccc;\n$gray-600: #999;\n$gray-700: #666;\n$gray-800: #595959;\n$gray-900: #333;\n$success: #32c832;\n$danger: #cd3c14;\n$info: #527edb;\n$warning: #fc0;\n","@use '../../../../styles/tools/convert';\n@use '../../../../styles/tokens/color';\n\n$base: (\n padding-top: convert.to-rem(8px),\n);\n\n$widths: (\n default: (\n max-width: convert.to-rem(350px),\n ),\n fullwidth: (\n max-width: none,\n ),\n);\n\n$slider-size: convert.to-rem(6px);\n\n$slider: (\n height: $slider-size\n);\n\n$handle-size: convert.to-rem(20px);\n\n$handle: (\n width: $handle-size,\n height: $handle-size,\n top: calc(-#{$handle-size} / 2 + #{$slider-size} / 2),\n border: 2px solid color.$black,\n background: color.$white,\n border-radius: 100%\n);\n","@use \"sass:map\";\n@use '../../../styles/tools/generate';\n\n@mixin radiocheck-states($config, $display-selector: '') {\n + #{$display-selector} {\n @include generate.css-map($config, 'default');\n }\n\n &:checked + #{$display-selector} {\n background-position: center center;\n @include generate.css-map($config, 'checked');\n }\n\n &:disabled + #{$display-selector} {\n @include generate.css-map($config, 'disabled');\n }\n\n &:disabled:checked + #{$display-selector} {\n @include generate.css-map($config, 'disabled-checked');\n }\n\n &.is-invalid + #{$display-selector} {\n @include generate.css-map($config, 'invalid');\n }\n\n &:focus + #{$display-selector} {\n @include generate.css-map($config, 'focus');\n }\n\n &:checked.is-invalid + #{$display-selector} {\n @include generate.css-map($config, 'invalid-checked');\n }\n}\n\n@mixin radiocheck-input() {\n position: absolute;\n opacity: 0;\n cursor: pointer;\n};\n\n@mixin radiocheck-size($size, $config) {\n width: map.get($config, $size);\n height: map.get($config, $size);\n}\n","@use '../tokens/base';\n\n// -- Nicolas Gallagher's micro clearfix\n@mixin clearfix {\n &::before,\n &::after {\n // For modern browsers\n content: '';\n display: table;\n }\n\n &::after {\n clear: both;\n }\n}\n\n/**\n * Resets margin-bottom of the last child to zero\n */\n@mixin reset-last-child-margin-bottom {\n > :not([class*='mb\\-']):last-child {\n margin-bottom: 0;\n }\n}\n","@use \"sass:list\";\n@use \"sass:meta\";\n@use 'sass:map' as sassmap;\n@use '../tools/map';\n\n$map: (\n xs: 0,\n sm: 480px,\n md: 768px,\n lg: 992px,\n xl: 1240px,\n xxl: 1380px,\n);\n\n@mixin get( $breakpoint, $param: false) {\n @if (not sassmap.has-key($map, $breakpoint) and $breakpoint != 'default') {\n @warn 'Breakpoint \"#{$breakpoint}\" is not defined.';\n\n @debug 'Available breakpoints:'; // stylelint-disable-line at-rule-disallowed-list\n @debug $map; // stylelint-disable-line at-rule-disallowed-list\n }\n\n @if (\n ($breakpoint == list.nth(sassmap.keys($map), 1) and not $param) or\n ( not $breakpoint ) or\n ( $breakpoint == 'default' )\n ) {\n @content;\n } @else if not $param {\n // no param, just a standard mobile first media query\n @if sassmap.has-key( $map, $breakpoint ) {\n // breakpoint is in breakpoint map, let's use stored value\n @media screen and (min-width: sassmap.get($map, $breakpoint)) { @content; };\n } @else {\n // breakpoint is not in breakpoint map, let's use custom value\n @media screen and (min-width: $breakpoint) { @content; };\n }\n } @else if (\n $param == 'down' and\n map.next($map, $breakpoint)\n ) {\n @media screen and (max-width: map.next($map, $breakpoint) - 0.02px) {\n @content;\n }\n } @else if (\n $param == 'down' and\n not sassmap.has-key($map, $breakpoint)\n ) {\n @media screen and (max-width: $breakpoint) { @content; };\n } @else if (\n $param == 'only' and\n map.next($map, $breakpoint)\n ) {\n @media screen and\n (min-width: sassmap.get($map, $breakpoint)) and\n (max-width: map.next($map, $breakpoint) - 0.02px) { @content; };\n } @else if (\n sassmap.has-key( $map, $param) and\n sassmap.has-key( $map, $breakpoint)\n ) {\n @media screen and\n (min-width: sassmap.get($map, $breakpoint)) and\n (max-width: sassmap.get($map, $param) - 0.02px) { @content; };\n } @else if (\n $param == 'downfrom' and\n sassmap.get($map, $breakpoint) > 0 and\n $breakpoint != 'xs'\n ) {\n @media screen and (max-width: sassmap.get($map, $breakpoint) - 0.02px) {\n @content;\n } // -1\n } @else if (meta.type-of($param) == 'number') {\n @if sassmap.has-key($map, $breakpoint) {\n // breakpoint is in breakpoint map\n @media screen and\n (min-width: sassmap.get($map, $breakpoint)) and\n (max-width: $param) { @content; };\n } @else {\n // breakpoint is not in breakpoint map, let's use custom value\n @media screen and (min-width: $breakpoint) and (max-width: $param) { @content; }\n }\n } @else if (\n not ($breakpoint == list.nth(sassmap.keys($map), -1) and $param == 'down') and\n not ($breakpoint == list.nth(sassmap.keys($map), -1) and $param == 'only') and\n not ($breakpoint == list.nth(sassmap.keys($map), 1) and $param == 'downfrom')\n ) {\n // do nothing on known edge cases. we just dont generate any code.\n @warn 'Breakpoint is not configured properly #{$breakpoint}, #{$param}';\n }\n}\n\n@mixin each() {\n @each $breakpoint, $size in $map {\n @include get($breakpoint) {\n @content($breakpoint);\n }\n }\n}\n","@use \"sass:map\" as sass-map;\n@use '../../../styles/tokens/base';\n@use '../../../styles/tokens/space';\n@use '../../../styles/tools/convert';\n@use '../../../styles/tools/generate';\n@use '../../../styles/tools/map';\n@use './config';\n\n/// Applies base button styles used for every button-base\n/// @param {map} $states - Map of button states\n@mixin base($states: config.$base) {\n @include generate.css-map($states, 'default');\n\n display: inline-flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n text-decoration: none;\n line-height: 1.25;\n vertical-align: baseline;\n cursor: pointer;\n\n @media (hover: hover) {\n &:hover {\n @include generate.css-map($states, 'hover');\n }\n }\n\n &:active,\n &.is-active {\n @include generate.css-map($states, 'active');\n\n z-index: 2;\n }\n\n &[aria-disabled='true'],\n &[disabled] {\n @include generate.css-map($states, 'disabled');\n\n cursor: not-allowed;\n }\n}\n\n// Layout rules. Adds space between adjacent buttons and applies vertical spacing after a button.\n@mixin layout {\n margin-bottom: space.get();\n\n &:not(:last-of-type) {\n margin-right: space.get('small');\n }\n}\n\n/// Styles our button appropriately\n/// @param {map} $states - Map of button states\n@mixin style($name, $config: config.$styles) {\n $states: sass-map.get($config, $name);\n\n @include generate.css-map($states, 'default');\n\n @media (hover: hover) {\n &:hover {\n @include generate.css-map($states, 'hover');\n\n z-index: 2;\n }\n }\n\n &:active,\n &.is-active {\n @include generate.css-map($states, 'active');\n\n z-index: 2;\n }\n\n &[aria-disabled='true'],\n &[disabled] {\n @include generate.css-map($states, 'disabled');\n }\n}\n\n@mixin size($name, $config: config.$sizes) {\n @include generate.css-map($config, $name);\n}\n\n@mixin square-base {\n display: inline-flex;\n flex: 0 0 auto;\n flex-flow: row;\n justify-content: center;\n align-items: center;\n padding: 0;\n line-height: 0;\n}\n\n@mixin square-size($name, $config: config.$sizes) {\n $size: sass-map.get(sass-map.get($config, $name), 'min-height');\n\n width: $size;\n height: $size;\n}\n\n@mixin icon($position) {\n backface-visibility: hidden;\n\n @if ($position == 'left') {\n margin-left: config.$icon-offset-from-edge;\n margin-right: config.$icon-offset-from-text;\n }\n\n @if ($position == 'right') {\n margin-left: config.$icon-offset-from-text;\n margin-right: config.$icon-offset-from-edge;\n }\n}\n\n// Fixes issue when a large icon in large button increases its height\n@mixin large-button-large-icon-size-fix() {\n margin-top: convert.to-rem(-3px);\n margin-bottom: convert.to-rem(-3px);\n}\n","@use 'sass:color' as sasscolor;\n@use './color';\n\n$font-family: helvneueorange, 'Helvetica Neue', helvetica, arial, sans-serif;\n$font-size: 16px;\n$line-height: 1.25;\n\n$background: color.$white;\n$text-color: color.$black;\n\n$focusring-color: color.$info;\n$focusring-width: 2px;\n$focusring-offset: 2px;\n$focus-outline: $focusring-width solid $focusring-color;\n$focus-shadow: 0 0 0 2px #fff, 0 0 0 4px $focusring-color;\n\n$selection-background: sasscolor.adjust(color.$orange-dark, $alpha: -0.1);\n\n@mixin focusring {\n &:focus {\n outline: $focus-outline;\n outline-offset: $focusring-offset;\n }\n\n &:focus-visible {\n outline: $focus-outline;\n outline-offset: $focusring-offset;\n }\n\n &:focus:not(:focus-visible) {\n outline-width: 0;\n outline-color: transparent;\n }\n}\n\n@mixin focusring-flush {\n &:focus {\n outline: $focus-outline;\n outline-offset: 0 !important;\n }\n\n &:focus-visible {\n outline: $focus-outline;\n outline-offset: 0 !important;\n }\n\n &:focus:not(:focus-visible) {\n outline-width: 0;\n outline-color: transparent;\n }\n}\n\n@mixin focusring-round {\n border-radius: 100%;\n\n &:focus {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: $focus-shadow;\n }\n\n &:focus-visible {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: $focus-shadow;\n }\n\n &:focus:not(:focus-visible) {\n outline-width: 0 !important;\n outline-color: transparent !important;\n box-shadow: none;\n }\n}\n","@use 'sass:map';\n@use 'sass:list';\n@use '../../../styles/tools/generate';\n@use '../../../styles/tools/text';\n@use '../../../styles/tools/convert';\n@use '../../../styles/tokens/space';\n@use '../../../styles/tokens/color';\n@use 'config';\n\n@mixin text-readable {\n max-width: 35em;\n}\n\n@mixin text-narrow {\n max-width: 22em;\n}\n\n@mixin text-fullwidth {\n max-width: none;\n}\n\n@mixin headings-base($heading-config, $selector-pattern, $base-styles) {\n $selector: ();\n\n @each $heading-level in map.keys($heading-config) {\n $selector: list.append(\n $selector,\n #{text.str-replace($selector-pattern, '$', $heading-level)},\n 'comma'\n );\n }\n\n #{$selector} {\n @include generate.css-map($base-styles);\n }\n}\n\n@mixin headings($config, $selector-pattern) {\n @each $heading, $breakpoints in $config {\n #{text.str-replace($selector-pattern, '$', $heading)} {\n @include generate.responsive-css-map($breakpoints);\n }\n }\n}\n\n@mixin body-text($config) {\n html {\n @include generate.css-map(map.get($config, default));\n }\n\n p {\n margin-top: 0;\n margin-bottom: space.get();\n }\n\n cite {\n font-style: normal;\n }\n\n hr {\n margin-top: space.get();\n margin-bottom: space.get();\n border: 0;\n border-top: 1px solid color.$gray-300;\n }\n}\n\n@mixin readability() {\n p {\n @include text-readable;\n }\n}\n\n@mixin list-unstyled() {\n list-style: none;\n list-style-type: none !important;\n max-width: none;\n margin: 0;\n padding: 0;\n\n > li {\n margin-bottom: 0;\n\n /* Fixes VoiceOver no announcing unordered lists */\n &::before {\n content: ' ';\n position: absolute;\n width: 0;\n height: 0;\n }\n }\n}\n\n@mixin list-base() {\n margin: 0 0 space.get() 0;\n padding-left: space.get('large');\n @include text-readable;\n}\n\n@mixin list-spacing($space, $config: config.$list-spacing) {\n > *:where(li) {\n margin-bottom: map.get($config, $space);\n\n > *:where(ul, ol) {\n margin-top: map.get($config, $space);\n }\n }\n}\n\n@mixin ul-list-base() {\n list-style-type: square;\n ul {\n list-style-type: disc;\n ul {\n list-style-type: circle;\n } \n } \n}\n\n@mixin list-circle() {\n list-style-type: disc !important;\n ul {\n list-style-type: circle;\n ul {\n list-style-type: square;\n } \n } \n}\n\n@mixin list-square() {\n list-style-type: square !important;\n ul {\n list-style-type: disc;\n ul {\n list-style-type: circle;\n } \n } \n}\n\n@mixin list-no-offset() {\n padding-left: space.get();\n list-style-position: outside;\n}\n\n@mixin list-inline() {\n @include list-unstyled();\n\n > li {\n display: inline-block;\n\n &:not(:last-child) {\n margin-right: space.get('small');\n }\n }\n}\n"]}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! For license information please see index.js.LICENSE.txt */
|
|
2
|
-
!function(e,t){if("object"===typeof exports&&"object"===typeof module)module.exports=t(require("react"));else if("function"===typeof define&&define.amd)define(["react"],t);else{var r="object"===typeof exports?t(require("react")):t(e.React);for(var n in r)("object"===typeof exports?exports:e)[n]=r[n]}}(this,(function(e){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="/",r(r.s=174)}({0:function(t,r){t.exports=e},1:function(e,t,r){var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e="",t=0;t<arguments.length;t++){var r=arguments[t];r&&(e=i(e,a(r)))}return e}function a(e){if("string"===typeof e||"number"===typeof e)return e;if("object"!==typeof e)return"";if(Array.isArray(e))return o.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var t="";for(var n in e)r.call(e,n)&&e[n]&&(t=i(t,n));return t}function i(e,t){return t?e?e+" "+t:e+t:e}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},172:function(e,t,r){},174:function(e,t,r){"use strict";r.r(t);var n=r(0),o=r.n(n),a=r(1),i=r.n(a);const u=(e,t)=>`${e/2*(t/100)}, ${e}`,c=(e,t=0,r=100)=>Math.min(Math.max(e,t),r),f=o.a.forwardRef(({children:e,className:t,percentage:r=0,...n},a)=>{const f=(e=>Math.PI*(e+.22*e)*2)(100),s={r:100,cx:110,cy:110,strokeWidth:15,fill:"none",transform:"rotate(160, 110, 110)"};return o.a.createElement("figure",Object.assign({ref:a,className:i()("gauge",t)},n),o.a.createElement("svg",{width:"220",height:"150",viewBox:"0 0 220 150",className:"gauge__dial"},o.a.createElement("circle",Object.assign({className:"gauge__display",strokeDasharray:u(f,100)},s)),o.a.createElement("circle",Object.assign({className:"gauge__indicator",strokeDasharray:u(f,c(r))},s))),o.a.createElement("figcaption",{className:"gauge__text"},e))});f.displayName="Gauge";var s=f;r(172),t.default=s}})}));
|
|
3
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../webpack/universalModuleDefinition","../webpack/bootstrap","../external {\"root\":\"React\",\"commonjs2\":\"react\",\"commonjs\":\"react\",\"amd\":\"react\"}","../node_modules/classnames/index.js","components/Gauge/Gauge.js","components/Gauge/index.js"],"names":["root","factory","exports","module","require","define","amd","a","i","this","__WEBPACK_EXTERNAL_MODULE__0__","installedModules","__webpack_require__","moduleId","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","hasOwn","classNames","classes","arguments","length","arg","appendClass","parseValue","Array","isArray","apply","toString","includes","newClass","default","getStrokeDasharray","max","percentage","clamp","num","min","Math","Gauge","React","forwardRef","children","className","other","ref","maxValue","radius","PI","getMaxValue","circleAttrs","cx","cy","strokeWidth","fill","transform","createElement","assign","width","height","viewBox","strokeDasharray","displayName"],"mappings":"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","file":"components/Gauge/index.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"react\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"react\"], factory);\n\telse {\n\t\tvar a = typeof exports === 'object' ? factory(require(\"react\")) : factory(root[\"React\"]);\n\t\tfor(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];\n\t}\n})(this, function(__WEBPACK_EXTERNAL_MODULE__0__) {\nreturn "," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 174);\n","module.exports = __WEBPACK_EXTERNAL_MODULE__0__;","/*!\n\tCopyright (c) 2018 Jed Watson.\n\tLicensed under the MIT License (MIT), see\n\thttp://jedwatson.github.io/classnames\n*/\n/* global define */\n\n(function () {\n\t'use strict';\n\n\tvar hasOwn = {}.hasOwnProperty;\n\n\tfunction classNames () {\n\t\tvar classes = '';\n\n\t\tfor (var i = 0; i < arguments.length; i++) {\n\t\t\tvar arg = arguments[i];\n\t\t\tif (arg) {\n\t\t\t\tclasses = appendClass(classes, parseValue(arg));\n\t\t\t}\n\t\t}\n\n\t\treturn classes;\n\t}\n\n\tfunction parseValue (arg) {\n\t\tif (typeof arg === 'string' || typeof arg === 'number') {\n\t\t\treturn arg;\n\t\t}\n\n\t\tif (typeof arg !== 'object') {\n\t\t\treturn '';\n\t\t}\n\n\t\tif (Array.isArray(arg)) {\n\t\t\treturn classNames.apply(null, arg);\n\t\t}\n\n\t\tif (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {\n\t\t\treturn arg.toString();\n\t\t}\n\n\t\tvar classes = '';\n\n\t\tfor (var key in arg) {\n\t\t\tif (hasOwn.call(arg, key) && arg[key]) {\n\t\t\t\tclasses = appendClass(classes, key);\n\t\t\t}\n\t\t}\n\n\t\treturn classes;\n\t}\n\n\tfunction appendClass (value, newClass) {\n\t\tif (!newClass) {\n\t\t\treturn value;\n\t\t}\n\t\n\t\tif (value) {\n\t\t\treturn value + ' ' + newClass;\n\t\t}\n\t\n\t\treturn value + newClass;\n\t}\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tclassNames.default = classNames;\n\t\tmodule.exports = classNames;\n\t} else if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) {\n\t\t// register as 'classnames', consistent with npm package name\n\t\tdefine('classnames', [], function () {\n\t\t\treturn classNames;\n\t\t});\n\t} else {\n\t\twindow.classNames = classNames;\n\t}\n}());\n","import React from 'react';\nimport { node, number } from 'prop-types';\nimport cx from 'classnames';\n\nconst propTypes = {\n /** Text inside the gauge */\n children: node,\n /** Value filling the gauge */\n percentage: number,\n};\n\nconst getMaxValue = radius => Math.PI * (radius + radius * 0.22) * 2;\n\nconst getStrokeDasharray = (max, percentage) => {\n const fullCircleLength = max;\n const strokeLength = (max / 2) * (percentage / 100);\n return `${strokeLength}, ${fullCircleLength}`;\n};\n\nconst clamp = (num, min = 0, max = 100) => {\n return Math.min(Math.max(num, min), max);\n};\n\nconst CLASS_ROOT = 'gauge';\n\nconst Gauge = React.forwardRef(\n ({ children, className, percentage = 0, ...other }, ref) => {\n const radius = 100;\n const maxValue = getMaxValue(radius);\n\n const circleAttrs = {\n r: radius,\n cx: 110,\n cy: 110,\n strokeWidth: 15,\n fill: 'none',\n transform: 'rotate(160, 110, 110)',\n };\n\n return (\n <figure ref={ref} className={cx(`${CLASS_ROOT}`, className)} {...other}>\n <svg\n width=\"220\"\n height=\"150\"\n viewBox=\"0 0 220 150\"\n className={`${CLASS_ROOT}__dial`}\n >\n <circle\n className={`${CLASS_ROOT}__display`}\n strokeDasharray={getStrokeDasharray(maxValue, 100)}\n {...circleAttrs}\n />\n <circle\n className={`${CLASS_ROOT}__indicator`}\n strokeDasharray={getStrokeDasharray(maxValue, clamp(percentage))}\n {...circleAttrs}\n />\n </svg>\n <figcaption className={`${CLASS_ROOT}__text`}>{children}</figcaption>\n </figure>\n );\n }\n);\n\nGauge.propTypes = propTypes;\nGauge.displayName = 'Gauge';\n\nexport default Gauge;\n","import Gauge from './Gauge';\n\nimport './styles/style.scss';\n\nexport default Gauge;\n"],"sourceRoot":""}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
.gauge{position:relative;width:13.75rem;padding:0;margin:0 0 1.25rem;text-align:center}.gauge__dial{display:block;margin:0 auto}.gauge__text{position:absolute;max-width:10rem;bottom:.3125rem;left:50%;transform:translateX(-50%)}.gauge__display{stroke:#eee}.gauge__indicator{stroke:#000}
|
|
2
|
-
/*# sourceMappingURL=style.css.map */
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["style.scss","../../../styles/tokens/color.scss"],"names":[],"mappings":"AAIA,OACE,iBAAA,CACA,cAAA,CACA,SAAA,CACA,kBAAA,CACA,iBAAA,CAEA,aACE,aAAA,CACA,aAAA,CAGF,aACE,iBAAA,CACA,eAAA,CACA,eAAA,CACA,QAAA,CACA,0BAAA,CAGF,gBACE,WCTO,CDYT,kBACE,WC1BI","file":"style.css","sourcesContent":["@use '../../../styles/tokens/space';\n@use '../../../styles/tokens/color';\n@use '../../../styles/tools/convert';\n\n.gauge {\n position: relative;\n width: convert.to-rem(220px);\n padding: 0;\n margin: 0 0 space.get() 0;\n text-align: center;\n\n &__dial {\n display: block;\n margin: 0 auto;\n }\n\n &__text {\n position: absolute;\n max-width: convert.to-rem(160px);\n bottom: space.get('xsmall');\n left: 50%;\n transform: translateX(-50%);\n }\n\n &__display {\n stroke: color.$gray-300;\n }\n\n &__indicator {\n stroke: color.$black;\n }\n}\n","// core (brand)\n$orange: #ff7900;\n$orange-dark: #f16e00;\n$black: #000;\n$white: #fff;\n\n// supporting color\n$blue: #4bb4e6;\n$green: #50be87;\n$pink: #ffb4e6;\n$violet: #a885d8;\n$yellow: #ffd200;\n$yellow-lighter: #fff6b6;\n$red: #ff4d4d;\n\n// functional\n$gray-300: #eee;\n$gray-400: #ddd;\n$gray-500: #ccc;\n$gray-600: #999;\n$gray-700: #666;\n$gray-800: #595959;\n$gray-900: #333;\n$success: #32c832;\n$danger: #cd3c14;\n$info: #527edb;\n$warning: #fc0;\n"]}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! For license information please see index.js.LICENSE.txt */
|
|
2
|
-
!function(e,t){if("object"===typeof exports&&"object"===typeof module)module.exports=t(require("react"));else if("function"===typeof define&&define.amd)define(["react"],t);else{var n="object"===typeof exports?t(require("react")):t(e.React);for(var r in n)("object"===typeof exports?exports:e)[r]=n[r]}}(this,(function(e){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/",n(n.s=26)}({0:function(t,n){t.exports=e},1:function(e,t,n){var r;!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e="",t=0;t<arguments.length;t++){var n=arguments[t];n&&(e=c(e,i(n)))}return e}function i(e){if("string"===typeof e||"number"===typeof e)return e;if("object"!==typeof e)return"";if(Array.isArray(e))return o.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var t="";for(var r in e)n.call(e,r)&&e[r]&&(t=c(t,r));return t}function c(e,t){return t?e?e+" "+t:e+t:e}e.exports?(o.default=o,e.exports=o):void 0===(r=function(){return o}.apply(t,[]))||(e.exports=r)}()},10:function(e,t,n){var r,o,i;o=[],void 0===(i="function"===typeof(r=function(){"use strict";var e=["decimals","thousand","mark","prefix","suffix","encoder","decoder","negativeBefore","negative","edit","undo"];function t(e){return e.split("").reverse().join("")}function n(e,t){return e.substring(0,t.length)===t}function r(e,t,n){if((e[t]||e[n])&&e[t]===e[n])throw new Error(t)}function o(e){return"number"===typeof e&&isFinite(e)}function i(e,n,r,i,c,u,s,a,f,l,d,p){var y,g,h,v,m,b=p,O="",R="";return u&&(p=u(p)),!!o(p)&&(!1!==e&&0===parseFloat(p.toFixed(e))&&(p=0),p<0&&(y=!0,p=Math.abs(p)),!1!==e&&(m=e,v=(v=p).toString().split("e"),p=(+((v=(v=Math.round(+(v[0]+"e"+(v[1]?+v[1]+m:m)))).toString().split("e"))[0]+"e"+(v[1]?+v[1]-m:-m))).toFixed(m)),-1!==(p=p.toString()).indexOf(".")?(h=(g=p.split("."))[0],r&&(O=r+g[1])):h=p,n&&(h=t(h).match(/.{1,3}/g),h=t(h.join(t(n)))),y&&a&&(R+=a),i&&(R+=i),y&&f&&(R+=f),R+=h,R+=O,c&&(R+=c),l&&(R=l(R,b)),R)}function c(e,t,r,i,c,u,s,a,f,l,d,p){var y,g="";return d&&(p=d(p)),!(!p||"string"!==typeof p)&&(a&&n(p,a)&&(p=p.replace(a,""),y=!0),i&&n(p,i)&&(p=p.replace(i,"")),f&&n(p,f)&&(p=p.replace(f,""),y=!0),c&&function(e,t){return e.slice(-1*t.length)===t}(p,c)&&(p=p.slice(0,-1*c.length)),t&&(p=p.split(t).join("")),r&&(p=p.replace(r,".")),y&&(g+="-"),""!==(g=(g+=p).replace(/[^0-9\.\-.]/g,""))&&(g=Number(g),s&&(g=s(g)),!!o(g)&&g))}function u(t,n,r){var o,i=[];for(o=0;o<e.length;o+=1)i.push(t[e[o]]);return i.push(r),n.apply("",i)}return function t(n){if(!(this instanceof t))return new t(n);"object"===typeof n&&(n=function(t){var n,o,i,c={};for(void 0===t.suffix&&(t.suffix=t.postfix),n=0;n<e.length;n+=1)if(void 0===(i=t[o=e[n]]))"negative"!==o||c.negativeBefore?"mark"===o&&"."!==c.thousand?c[o]=".":c[o]=!1:c[o]="-";else if("decimals"===o){if(!(i>=0&&i<8))throw new Error(o);c[o]=i}else if("encoder"===o||"decoder"===o||"edit"===o||"undo"===o){if("function"!==typeof i)throw new Error(o);c[o]=i}else{if("string"!==typeof i)throw new Error(o);c[o]=i}return r(c,"mark","thousand"),r(c,"prefix","negative"),r(c,"prefix","negativeBefore"),c}(n),this.to=function(e){return u(n,i,e)},this.from=function(e){return u(n,c,e)})}})?r.apply(t,o):r)||(e.exports=i)},14:function(e,t,n){e.exports={orange:"#ff7900","orange-dark":"#f16e00",black:"#000",white:"#fff",blue:"#4bb4e6",green:"#50be87",pink:"#ffb4e6",violet:"#a885d8",yellow:"#ffd200","gray-300":"#eee","gray-400":"#ddd","gray-500":"#ccc","gray-600":"#999","gray-700":"#666","gray-800":"#595959","gray-900":"#333",success:"#32c832",danger:"#cd3c14",info:"#527edb",warning:"#fc0"}},18:function(e,t,n){"use strict";var r=n(19);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,i,c){if(c!==r){var u=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw u.name="Invariant Violation",u}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:o};return n.PropTypes=n,n}},19:function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));const r={TAB:["Tab"],ENTER:["Enter"],ESC:["Esc","Escape"],SPACE:["Spacebar"," "],ARROWLEFT:["Left","ArrowLeft"],ARROWUP:["Up","ArrowUp"],ARROWRIGHT:["Right","ArrowRight"],ARROWDOWN:["Down","ArrowDown"]}},26:function(e,t,n){"use strict";n.r(t),n.d(t,"GridCol",(function(){return l}));var r=n(0),o=n.n(r),i=n(1),c=n.n(i),u=n(7);const s=({className:e,hAlign:t,vAlign:n,tag:r="div",justifyHeight:i,rowGapSize:s,columnGapSize:a,...f})=>{const l=c()("grid",{["align-items-"+n]:n,["justify-content-"+t]:t,"grid--justify-height":i,["grid--column-gap-"+a]:a},...Object(u.c)("grid-row-gap",s),e),d=r;return o.a.createElement(d,Object.assign({className:l},f))};s.displayName="Grid";var a=s;n(84);const f=({className:e,align:t,tag:n="div",size:r,...i})=>{const s=c()(!r&&"grid__col",...Object(u.c)("grid__col",r),{["align-self-"+t]:t},e),a=n;return o.a.createElement(a,Object.assign({className:s},i))};f.displayName="GridCol";var l=f;t.default=a},4:function(e,t,n){"use strict";n.d(t,"d",(function(){return i})),n.d(t,"b",(function(){return c})),n.d(t,"a",(function(){return u})),n.d(t,"e",(function(){return s})),n.d(t,"c",(function(){return f}));var r=n(10),o=n.n(r);function i(e){return null!=e&&"object"===typeof e&&!1===Array.isArray(e)}function c(e){return e&&e instanceof Date?`${e.getFullYear()}-${(e.getMonth()+1).toString().padStart(2,"0")}-${e.getDate().toString().padStart(2,"0")}`:""}function u(e){return e.charAt(0).toUpperCase()+e.slice(1)}function s(e){return e.charAt(0).toLowerCase()+e.slice(1)}const a={decimals:2,mark:",",thousand:" ",suffix:"\xa0\u20ac"};function f(e,t){return o()({...a,...t,...e%1===0?{decimals:0}:{}}).to(e)}},5:function(e,t,n){e.exports=n(18)()},7:function(e,t,n){"use strict";n.d(t,"d",(function(){return r.a})),n.d(t,"c",(function(){return c})),n.d(t,"b",(function(){return u.b})),n.d(t,"a",(function(){return u.a}));var r=n(2);function o(e,t="-"){return e?`${t}${e}`:""}function i(e,t,n){return Object.keys(t).map(r=>{switch(typeof t[r]){case"boolean":return`${e}${"xs"!==r?"--"+r:"-"}${o(n)}`;case"string":case"number":return`${e}${"xs"!==r?"--"+r:"-"}${o(t[r])}${o(n)}`;default:return null}}).join(" ")}function c(e,t,n){return["boolean"===typeof t?`${e}${o(n,"--")}`:null,null!==t&&"object"===typeof t?i(e,t,n):null,{[`${e}--${t}${o(n)}`]:"string"===typeof t||"number"===typeof t}]}n(5);var u=n(4);n(9),n(14)},84:function(e,t,n){},9:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(2);class o{constructor(e,t={direction:"horizontal"}){this.elems=e,this.config=t,this.isActive=!1,this.onKeydown=this.onKeydown.bind(this)}init(){document.addEventListener("keydown",this.onKeydown),this.isActive=!0}destroy(){document.removeEventListener("keydown",this.onKeydown),this.isActive=!1}update(e){this.elems=e}onKeydown(e){const t=this.elems.indexOf(document.activeElement);(r.a.ARROWUP.includes(e.key)||r.a.ARROWDOWN.includes(e.key))&&"horizontal"===this.config.direction||(r.a.ARROWLEFT.includes(e.key)||r.a.ARROWRIGHT.includes(e.key))&&"vertical"===this.config.direction||((r.a.ARROWDOWN.includes(e.key)||r.a.ARROWRIGHT.includes(e.key))&&(e.preventDefault(),t>=0&&t<this.elems.length-1?this.elems[t+1].focus():this.elems[0].focus()),(r.a.ARROWUP.includes(e.key)||r.a.ARROWLEFT.includes(e.key))&&(e.preventDefault(),t>=1?this.elems[t-1].focus():this.elems[this.elems.length-1].focus()),r.a.TAB.includes(e.key)&&this.destroy())}}}})}));
|
|
3
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../webpack/universalModuleDefinition","../webpack/bootstrap","../external {\"root\":\"React\",\"commonjs2\":\"react\",\"commonjs\":\"react\",\"amd\":\"react\"}","../node_modules/classnames/index.js","../node_modules/wnumb/wNumb.js","styles/export/color.scss","../node_modules/prop-types/factoryWithThrowingShims.js","../node_modules/prop-types/lib/ReactPropTypesSecret.js","utils/constants.js","components/Grid/Grid.js","components/Grid/GridCol.js","components/Grid/index.js","utils/helpers.js","../node_modules/prop-types/index.js","utils/classes.js","utils/keyboard.js"],"names":["root","factory","exports","module","require","define","amd","a","i","this","__WEBPACK_EXTERNAL_MODULE__0__","installedModules","__webpack_require__","moduleId","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","hasOwn","classNames","classes","arguments","length","arg","appendClass","parseValue","Array","isArray","apply","toString","includes","newClass","default","FormatOptions","strReverse","split","reverse","join","strStartsWith","input","match","substring","throwEqualError","F","b","Error","isValidNumber","isFinite","formatTo","decimals","thousand","mark","prefix","suffix","encoder","decoder","negativeBefore","negative","edit","undo","inputIsNegative","inputPieces","inputBase","exp","originalInput","inputDecimals","output","parseFloat","toFixed","Math","abs","round","indexOf","formatFrom","replace","slice","strEndsWith","Number","passAll","options","method","args","push","wNumb","inputOptions","optionName","optionValue","filteredOptions","undefined","validate","to","from","ReactPropTypesSecret","emptyFunction","emptyFunctionWithReset","resetWarningCache","shim","props","propName","componentName","location","propFullName","secret","err","getShim","isRequired","ReactPropTypes","array","bigint","bool","func","number","string","symbol","any","arrayOf","element","elementType","instanceOf","node","objectOf","oneOf","oneOfType","shape","exact","checkPropTypes","PropTypes","keys","TAB","ENTER","ESC","SPACE","ARROWLEFT","ARROWUP","ARROWRIGHT","ARROWDOWN","Grid","className","hAlign","vAlign","tag","justifyHeight","rowGapSize","columnGapSize","other","cx","genResponsiveClasses","TagName","React","createElement","assign","displayName","GridCol","align","size","isObject","val","dateToYYYYMMDD","date","Date","getFullYear","getMonth","padStart","getDate","capitalize","charAt","toUpperCase","lowerCamelCase","toLowerCase","defaultPriceFormat","formatPrice","price","format","wnumb","prefixClass","getClassModsFromObject","mod","postfix","map","RovingTabindex","constructor","elems","config","direction","isActive","onKeydown","init","document","addEventListener","destroy","removeEventListener","update","e","activeElemIndex","activeElement","preventDefault","focus"],"mappings":"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","file":"components/Grid/index.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"react\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"react\"], factory);\n\telse {\n\t\tvar a = typeof exports === 'object' ? factory(require(\"react\")) : factory(root[\"React\"]);\n\t\tfor(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];\n\t}\n})(this, function(__WEBPACK_EXTERNAL_MODULE__0__) {\nreturn "," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 26);\n","module.exports = __WEBPACK_EXTERNAL_MODULE__0__;","/*!\n\tCopyright (c) 2018 Jed Watson.\n\tLicensed under the MIT License (MIT), see\n\thttp://jedwatson.github.io/classnames\n*/\n/* global define */\n\n(function () {\n\t'use strict';\n\n\tvar hasOwn = {}.hasOwnProperty;\n\n\tfunction classNames () {\n\t\tvar classes = '';\n\n\t\tfor (var i = 0; i < arguments.length; i++) {\n\t\t\tvar arg = arguments[i];\n\t\t\tif (arg) {\n\t\t\t\tclasses = appendClass(classes, parseValue(arg));\n\t\t\t}\n\t\t}\n\n\t\treturn classes;\n\t}\n\n\tfunction parseValue (arg) {\n\t\tif (typeof arg === 'string' || typeof arg === 'number') {\n\t\t\treturn arg;\n\t\t}\n\n\t\tif (typeof arg !== 'object') {\n\t\t\treturn '';\n\t\t}\n\n\t\tif (Array.isArray(arg)) {\n\t\t\treturn classNames.apply(null, arg);\n\t\t}\n\n\t\tif (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {\n\t\t\treturn arg.toString();\n\t\t}\n\n\t\tvar classes = '';\n\n\t\tfor (var key in arg) {\n\t\t\tif (hasOwn.call(arg, key) && arg[key]) {\n\t\t\t\tclasses = appendClass(classes, key);\n\t\t\t}\n\t\t}\n\n\t\treturn classes;\n\t}\n\n\tfunction appendClass (value, newClass) {\n\t\tif (!newClass) {\n\t\t\treturn value;\n\t\t}\n\t\n\t\tif (value) {\n\t\t\treturn value + ' ' + newClass;\n\t\t}\n\t\n\t\treturn value + newClass;\n\t}\n\n\tif (typeof module !== 'undefined' && module.exports) {\n\t\tclassNames.default = classNames;\n\t\tmodule.exports = classNames;\n\t} else if (typeof define === 'function' && typeof define.amd === 'object' && define.amd) {\n\t\t// register as 'classnames', consistent with npm package name\n\t\tdefine('classnames', [], function () {\n\t\t\treturn classNames;\n\t\t});\n\t} else {\n\t\twindow.classNames = classNames;\n\t}\n}());\n","(function(factory) {\r\n if (typeof define === \"function\" && define.amd) {\r\n // AMD. Register as an anonymous module.\r\n define([], factory);\r\n } else if (typeof exports === \"object\") {\r\n // Node/CommonJS\r\n module.exports = factory();\r\n } else {\r\n // Browser globals\r\n window.wNumb = factory();\r\n }\r\n})(function() {\r\n \"use strict\";\r\n\r\n var FormatOptions = [\r\n \"decimals\",\r\n \"thousand\",\r\n \"mark\",\r\n \"prefix\",\r\n \"suffix\",\r\n \"encoder\",\r\n \"decoder\",\r\n \"negativeBefore\",\r\n \"negative\",\r\n \"edit\",\r\n \"undo\"\r\n ];\r\n\r\n // General\r\n\r\n // Reverse a string\r\n function strReverse(a) {\r\n return a\r\n .split(\"\")\r\n .reverse()\r\n .join(\"\");\r\n }\r\n\r\n // Check if a string starts with a specified prefix.\r\n function strStartsWith(input, match) {\r\n return input.substring(0, match.length) === match;\r\n }\r\n\r\n // Check is a string ends in a specified suffix.\r\n function strEndsWith(input, match) {\r\n return input.slice(-1 * match.length) === match;\r\n }\r\n\r\n // Throw an error if formatting options are incompatible.\r\n function throwEqualError(F, a, b) {\r\n if ((F[a] || F[b]) && F[a] === F[b]) {\r\n throw new Error(a);\r\n }\r\n }\r\n\r\n // Check if a number is finite and not NaN\r\n function isValidNumber(input) {\r\n return typeof input === \"number\" && isFinite(input);\r\n }\r\n\r\n // Provide rounding-accurate toFixed method.\r\n // Borrowed: http://stackoverflow.com/a/21323330/775265\r\n function toFixed(value, exp) {\r\n value = value.toString().split(\"e\");\r\n value = Math.round(+(value[0] + \"e\" + (value[1] ? +value[1] + exp : exp)));\r\n value = value.toString().split(\"e\");\r\n return (+(value[0] + \"e\" + (value[1] ? +value[1] - exp : -exp))).toFixed(exp);\r\n }\r\n\r\n // Formatting\r\n\r\n // Accept a number as input, output formatted string.\r\n function formatTo(\r\n decimals,\r\n thousand,\r\n mark,\r\n prefix,\r\n suffix,\r\n encoder,\r\n decoder,\r\n negativeBefore,\r\n negative,\r\n edit,\r\n undo,\r\n input\r\n ) {\r\n var originalInput = input,\r\n inputIsNegative,\r\n inputPieces,\r\n inputBase,\r\n inputDecimals = \"\",\r\n output = \"\";\r\n\r\n // Apply user encoder to the input.\r\n // Expected outcome: number.\r\n if (encoder) {\r\n input = encoder(input);\r\n }\r\n\r\n // Stop if no valid number was provided, the number is infinite or NaN.\r\n if (!isValidNumber(input)) {\r\n return false;\r\n }\r\n\r\n // Rounding away decimals might cause a value of -0\r\n // when using very small ranges. Remove those cases.\r\n if (decimals !== false && parseFloat(input.toFixed(decimals)) === 0) {\r\n input = 0;\r\n }\r\n\r\n // Formatting is done on absolute numbers,\r\n // decorated by an optional negative symbol.\r\n if (input < 0) {\r\n inputIsNegative = true;\r\n input = Math.abs(input);\r\n }\r\n\r\n // Reduce the number of decimals to the specified option.\r\n if (decimals !== false) {\r\n input = toFixed(input, decimals);\r\n }\r\n\r\n // Transform the number into a string, so it can be split.\r\n input = input.toString();\r\n\r\n // Break the number on the decimal separator.\r\n if (input.indexOf(\".\") !== -1) {\r\n inputPieces = input.split(\".\");\r\n\r\n inputBase = inputPieces[0];\r\n\r\n if (mark) {\r\n inputDecimals = mark + inputPieces[1];\r\n }\r\n } else {\r\n // If it isn't split, the entire number will do.\r\n inputBase = input;\r\n }\r\n\r\n // Group numbers in sets of three.\r\n if (thousand) {\r\n inputBase = strReverse(inputBase).match(/.{1,3}/g);\r\n inputBase = strReverse(inputBase.join(strReverse(thousand)));\r\n }\r\n\r\n // If the number is negative, prefix with negation symbol.\r\n if (inputIsNegative && negativeBefore) {\r\n output += negativeBefore;\r\n }\r\n\r\n // Prefix the number\r\n if (prefix) {\r\n output += prefix;\r\n }\r\n\r\n // Normal negative option comes after the prefix. Defaults to '-'.\r\n if (inputIsNegative && negative) {\r\n output += negative;\r\n }\r\n\r\n // Append the actual number.\r\n output += inputBase;\r\n output += inputDecimals;\r\n\r\n // Apply the suffix.\r\n if (suffix) {\r\n output += suffix;\r\n }\r\n\r\n // Run the output through a user-specified post-formatter.\r\n if (edit) {\r\n output = edit(output, originalInput);\r\n }\r\n\r\n // All done.\r\n return output;\r\n }\r\n\r\n // Accept a sting as input, output decoded number.\r\n function formatFrom(\r\n decimals,\r\n thousand,\r\n mark,\r\n prefix,\r\n suffix,\r\n encoder,\r\n decoder,\r\n negativeBefore,\r\n negative,\r\n edit,\r\n undo,\r\n input\r\n ) {\r\n var originalInput = input,\r\n inputIsNegative,\r\n output = \"\";\r\n\r\n // User defined pre-decoder. Result must be a non empty string.\r\n if (undo) {\r\n input = undo(input);\r\n }\r\n\r\n // Test the input. Can't be empty.\r\n if (!input || typeof input !== \"string\") {\r\n return false;\r\n }\r\n\r\n // If the string starts with the negativeBefore value: remove it.\r\n // Remember is was there, the number is negative.\r\n if (negativeBefore && strStartsWith(input, negativeBefore)) {\r\n input = input.replace(negativeBefore, \"\");\r\n inputIsNegative = true;\r\n }\r\n\r\n // Repeat the same procedure for the prefix.\r\n if (prefix && strStartsWith(input, prefix)) {\r\n input = input.replace(prefix, \"\");\r\n }\r\n\r\n // And again for negative.\r\n if (negative && strStartsWith(input, negative)) {\r\n input = input.replace(negative, \"\");\r\n inputIsNegative = true;\r\n }\r\n\r\n // Remove the suffix.\r\n // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice\r\n if (suffix && strEndsWith(input, suffix)) {\r\n input = input.slice(0, -1 * suffix.length);\r\n }\r\n\r\n // Remove the thousand grouping.\r\n if (thousand) {\r\n input = input.split(thousand).join(\"\");\r\n }\r\n\r\n // Set the decimal separator back to period.\r\n if (mark) {\r\n input = input.replace(mark, \".\");\r\n }\r\n\r\n // Prepend the negative symbol.\r\n if (inputIsNegative) {\r\n output += \"-\";\r\n }\r\n\r\n // Add the number\r\n output += input;\r\n\r\n // Trim all non-numeric characters (allow '.' and '-');\r\n output = output.replace(/[^0-9\\.\\-.]/g, \"\");\r\n\r\n // The value contains no parse-able number.\r\n if (output === \"\") {\r\n return false;\r\n }\r\n\r\n // Covert to number.\r\n output = Number(output);\r\n\r\n // Run the user-specified post-decoder.\r\n if (decoder) {\r\n output = decoder(output);\r\n }\r\n\r\n // Check is the output is valid, otherwise: return false.\r\n if (!isValidNumber(output)) {\r\n return false;\r\n }\r\n\r\n return output;\r\n }\r\n\r\n // Framework\r\n\r\n // Validate formatting options\r\n function validate(inputOptions) {\r\n var i,\r\n optionName,\r\n optionValue,\r\n filteredOptions = {};\r\n\r\n if (inputOptions[\"suffix\"] === undefined) {\r\n inputOptions[\"suffix\"] = inputOptions[\"postfix\"];\r\n }\r\n\r\n for (i = 0; i < FormatOptions.length; i += 1) {\r\n optionName = FormatOptions[i];\r\n optionValue = inputOptions[optionName];\r\n\r\n if (optionValue === undefined) {\r\n // Only default if negativeBefore isn't set.\r\n if (optionName === \"negative\" && !filteredOptions.negativeBefore) {\r\n filteredOptions[optionName] = \"-\";\r\n // Don't set a default for mark when 'thousand' is set.\r\n } else if (optionName === \"mark\" && filteredOptions.thousand !== \".\") {\r\n filteredOptions[optionName] = \".\";\r\n } else {\r\n filteredOptions[optionName] = false;\r\n }\r\n\r\n // Floating points in JS are stable up to 7 decimals.\r\n } else if (optionName === \"decimals\") {\r\n if (optionValue >= 0 && optionValue < 8) {\r\n filteredOptions[optionName] = optionValue;\r\n } else {\r\n throw new Error(optionName);\r\n }\r\n\r\n // These options, when provided, must be functions.\r\n } else if (\r\n optionName === \"encoder\" ||\r\n optionName === \"decoder\" ||\r\n optionName === \"edit\" ||\r\n optionName === \"undo\"\r\n ) {\r\n if (typeof optionValue === \"function\") {\r\n filteredOptions[optionName] = optionValue;\r\n } else {\r\n throw new Error(optionName);\r\n }\r\n\r\n // Other options are strings.\r\n } else {\r\n if (typeof optionValue === \"string\") {\r\n filteredOptions[optionName] = optionValue;\r\n } else {\r\n throw new Error(optionName);\r\n }\r\n }\r\n }\r\n\r\n // Some values can't be extracted from a\r\n // string if certain combinations are present.\r\n throwEqualError(filteredOptions, \"mark\", \"thousand\");\r\n throwEqualError(filteredOptions, \"prefix\", \"negative\");\r\n throwEqualError(filteredOptions, \"prefix\", \"negativeBefore\");\r\n\r\n return filteredOptions;\r\n }\r\n\r\n // Pass all options as function arguments\r\n function passAll(options, method, input) {\r\n var i,\r\n args = [];\r\n\r\n // Add all options in order of FormatOptions\r\n for (i = 0; i < FormatOptions.length; i += 1) {\r\n args.push(options[FormatOptions[i]]);\r\n }\r\n\r\n // Append the input, then call the method, presenting all\r\n // options as arguments.\r\n args.push(input);\r\n return method.apply(\"\", args);\r\n }\r\n\r\n function wNumb(options) {\r\n if (!(this instanceof wNumb)) {\r\n return new wNumb(options);\r\n }\r\n\r\n if (typeof options !== \"object\") {\r\n return;\r\n }\r\n\r\n options = validate(options);\r\n\r\n // Call 'formatTo' with proper arguments.\r\n this.to = function(input) {\r\n return passAll(options, formatTo, input);\r\n };\r\n\r\n // Call 'formatFrom' with proper arguments.\r\n this.from = function(input) {\r\n return passAll(options, formatFrom, input);\r\n };\r\n }\r\n\r\n return wNumb;\r\n});\r\n","// extracted by mini-css-extract-plugin\nmodule.exports = {\"orange\":\"#ff7900\",\"orange-dark\":\"#f16e00\",\"black\":\"#000\",\"white\":\"#fff\",\"blue\":\"#4bb4e6\",\"green\":\"#50be87\",\"pink\":\"#ffb4e6\",\"violet\":\"#a885d8\",\"yellow\":\"#ffd200\",\"gray-300\":\"#eee\",\"gray-400\":\"#ddd\",\"gray-500\":\"#ccc\",\"gray-600\":\"#999\",\"gray-700\":\"#666\",\"gray-800\":\"#595959\",\"gray-900\":\"#333\",\"success\":\"#32c832\",\"danger\":\"#cd3c14\",\"info\":\"#527edb\",\"warning\":\"#fc0\"};","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n\nfunction emptyFunction() {}\nfunction emptyFunctionWithReset() {}\nemptyFunctionWithReset.resetWarningCache = emptyFunction;\n\nmodule.exports = function() {\n function shim(props, propName, componentName, location, propFullName, secret) {\n if (secret === ReactPropTypesSecret) {\n // It is still safe when called from React.\n return;\n }\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use PropTypes.checkPropTypes() to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n };\n shim.isRequired = shim;\n function getShim() {\n return shim;\n };\n // Important!\n // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n var ReactPropTypes = {\n array: shim,\n bigint: shim,\n bool: shim,\n func: shim,\n number: shim,\n object: shim,\n string: shim,\n symbol: shim,\n\n any: shim,\n arrayOf: getShim,\n element: shim,\n elementType: shim,\n instanceOf: getShim,\n node: shim,\n objectOf: getShim,\n oneOf: getShim,\n oneOfType: getShim,\n shape: getShim,\n exact: getShim,\n\n checkPropTypes: emptyFunctionWithReset,\n resetWarningCache: emptyFunction\n };\n\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","export const breakpoints = {\n xs: 0,\n sm: 480,\n md: 768,\n lg: 992,\n xl: 1240,\n xxl: 1380,\n};\n\n// we use array to include old browser key names like IE11\n// ie. navigation keys https://developer.mozilla.org/en-US/docs/Web/API/UI_Events/Keyboard_event_key_values#navigation_keys\nexport const keys = {\n TAB: ['Tab'],\n ENTER: ['Enter'],\n ESC: ['Esc', 'Escape'],\n SPACE: ['Spacebar', ' '],\n ARROWLEFT: ['Left', 'ArrowLeft'],\n ARROWUP: ['Up', 'ArrowUp'],\n ARROWRIGHT: ['Right', 'ArrowRight'],\n ARROWDOWN: ['Down', 'ArrowDown'],\n};\n","import React from 'react';\nimport { bool, oneOf, string } from 'prop-types';\nimport cx from 'classnames';\n\nimport { getResponsivePropType, genResponsiveClasses } from '../../utils';\n\nconst propTypes = {\n /** Flex vertical alignment */\n vAlign: oneOf(['stretch', 'start', 'end', 'center']),\n /** Flex horizontal alignment */\n hAlign: oneOf(['end', 'center', 'space-around', 'space-between']),\n /** Html element. */\n tag: string,\n /** Attempt to equalize height of column children. */\n justifyHeight: bool,\n /** Row gap size between rows */\n rowGapSize: getResponsivePropType(oneOf(['medium', 'large', 'xlarge'])),\n /** Space between columns */\n columnGapSize: oneOf(['none']),\n};\n\nconst CLASS_ROOT = 'grid';\n\nconst Grid = ({\n className,\n hAlign,\n vAlign,\n tag = 'div',\n justifyHeight,\n rowGapSize,\n columnGapSize,\n ...other\n}) => {\n const classes = cx(\n CLASS_ROOT,\n {\n [`align-items-${vAlign}`]: vAlign,\n [`justify-content-${hAlign}`]: hAlign,\n [`${CLASS_ROOT}--justify-height`]: justifyHeight,\n [`${CLASS_ROOT}--column-gap-${columnGapSize}`]: columnGapSize,\n },\n ...genResponsiveClasses(`${CLASS_ROOT}-row-gap`, rowGapSize),\n className\n );\n const TagName = tag;\n\n return <TagName className={classes} {...other} />;\n};\n\nGrid.displayName = 'Grid';\nGrid.propTypes = propTypes;\n\nexport default Grid;\n","import React from 'react';\nimport { number, string, oneOfType, oneOf } from 'prop-types';\nimport cx from 'classnames';\n\nimport { getResponsivePropType, genResponsiveClasses } from '../../utils';\n\nconst propTypes = {\n /** Flex vertical alignment */\n align: oneOf(['top', 'middle', 'bottom', 'stretch']),\n /** Html element. */\n tag: string,\n /** Column size. Number, 'shrink/fill/auto', or responsive map */\n size: getResponsivePropType(\n oneOfType([number, oneOf(['shrink', 'fill', 'auto'])])\n ),\n};\n\nconst CLASS_ROOT = 'grid__col';\n\nconst GridCol = ({ className, align, tag = 'div', size, ...other }) => {\n const classes = cx(\n !size && CLASS_ROOT,\n ...genResponsiveClasses(CLASS_ROOT, size),\n {\n [`align-self-${align}`]: align,\n },\n className\n );\n\n const TagName = tag;\n\n return <TagName className={classes} {...other} />;\n};\n\nGridCol.displayName = 'GridCol';\nGridCol.propTypes = propTypes;\n\nexport default GridCol;\n","/* import React from 'react'; */\n\nimport Grid from './Grid';\n\nimport './styles/style.scss';\n\nexport default Grid;\n\nexport { default as GridCol } from './GridCol';\n","import wnumb from 'wnumb';\n\nexport function isObject(val) {\n return val != null && typeof val === 'object' && Array.isArray(val) === false;\n}\n\nexport function dateToYYYYMMDD(date) {\n if (!date || !(date instanceof Date)) {\n return '';\n }\n\n return `${date.getFullYear()}-${(date.getMonth() + 1)\n .toString()\n .padStart(2, '0')}-${date.getDate().toString().padStart(2, '0')}`;\n}\n\n// Get element position relative to document\nexport function windowOffset(el) {\n const position = { x: 0, y: 0 };\n\n /* eslint-disable no-cond-assign, no-param-reassign */\n if (el.offsetParent) {\n do {\n position.x += el.offsetLeft;\n position.y += el.offsetTop;\n } while ((el = el.offsetParent));\n }\n /* eslint-enable */\n\n return position;\n}\n\n// Get element siblings\nexport function getSiblings(el) {\n if (!(el instanceof Element)) {\n return false;\n }\n\n const parent = el.parentNode;\n if (!parent) {\n return false;\n }\n\n const parentChildren = [];\n const siblings = [];\n\n parentChildren.push.apply(parentChildren, parent.children); // eslint-disable-line prefer-spread\n\n for (let i = 0, l = parentChildren.length; i < l; i += 1) {\n if (parentChildren[i] !== el) {\n siblings.push(parentChildren[i]);\n }\n }\n\n return siblings;\n}\n\n/**\n * Converts object to string\n *\n * Should be able to handle all types\n * objectToString({\n * 'boolean': true,\n * 'function': () => { return 'test'; },\n * 'namedfunction': function test() { return 'test'; },\n * 'null': null,\n * 'number1': 1,\n * 'number2': 2.345,\n * 'object1': { test: 'test' },\n * 'string': 'String',\n * 'undefined' : undefined,\n * })\n *\n * @param {object} object object to convert\n * @returns object converted to string\n */\nexport const objectToString = (object, spaceCount = 2) => {\n let str = '';\n for (var key in object) {\n if (object.hasOwnProperty(key)) {\n let value = object?.[key];\n if (typeof value === 'string') {\n value = `\"${value}\"`;\n } else if (value === null) {\n value = 'null';\n } else if (typeof value === 'object') {\n value = objectToString(value, spaceCount + 2);\n } else if (typeof value === 'function') {\n value = value.toString();\n } else if (value === undefined) {\n value = 'undefined';\n }\n str += `${' '.repeat(spaceCount)}${key}: ${value},\\n`;\n }\n }\n return `{\\n${str}${' '.repeat(spaceCount - 2)}}`;\n};\nexport function capitalize(string) {\n return string.charAt(0).toUpperCase() + string.slice(1);\n}\n\nexport function lowerCamelCase(string) {\n return string.charAt(0).toLowerCase() + string.slice(1);\n}\n\nconst defaultPriceFormat = {\n decimals: 2,\n mark: ',',\n thousand: ' ',\n suffix: `\\xa0€`,\n};\n\nexport function formatPrice(price, format) {\n return wnumb({\n ...defaultPriceFormat,\n ...format,\n ...(price % 1 === 0 ? { decimals: 0 } : {}), // integers without decimals\n }).to(price);\n}\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactIs = require('react-is');\n\n // By explicitly using `prop-types` you are opting into new development behavior.\n // http://fb.me/prop-types-in-prod\n var throwOnDirectAccess = true;\n module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess);\n} else {\n // By explicitly using `prop-types` you are opting into new production behavior.\n // http://fb.me/prop-types-in-prod\n module.exports = require('./factoryWithThrowingShims')();\n}\n","function prefixClass(className, prefix = '-') {\n return className ? `${`${prefix}${className}`}` : '';\n}\n\nexport function genClassModsFromString(prefix, mod) {\n return mod\n .split(' ')\n .map(item => `${prefix}-${item}`)\n .join(' ');\n}\n\nexport function getClassModsFromObject(prefix, mod, postfix) {\n return Object.keys(mod)\n .map(key => {\n switch (typeof mod[key]) {\n case 'boolean':\n // prettier inserts new lines and fucks up output\n // prettier-ignore\n return `${prefix}${key !== 'xs' ? `--${key}` : '-'}${prefixClass(postfix)}`;\n case 'string':\n case 'number':\n // prettier inserts new lines and fucks up output\n // prettier-ignore\n return `${prefix}${key !== 'xs' ? `--${key}` : '-'}${prefixClass(mod[key])}${prefixClass(postfix)}`;\n default:\n return null;\n }\n })\n .join(' ');\n}\n\nexport function genResponsiveClasses(prefix, mod, postfix) {\n return [\n typeof mod === 'boolean' ? `${prefix}${prefixClass(postfix, '--')}` : null,\n mod !== null && typeof mod === 'object'\n ? getClassModsFromObject(prefix, mod, postfix)\n : null,\n {\n [`${prefix}--${mod}${prefixClass(postfix)}`]:\n typeof mod === 'string' || typeof mod === 'number',\n },\n ];\n}\n","import { keys } from './constants';\n\n// eslint-disable-next-line import/prefer-default-export\nexport class RovingTabindex {\n constructor(\n elems,\n config = {\n direction: 'horizontal',\n }\n ) {\n this.elems = elems;\n this.config = config;\n\n this.isActive = false;\n\n this.onKeydown = this.onKeydown.bind(this);\n }\n\n init() {\n document.addEventListener('keydown', this.onKeydown);\n this.isActive = true;\n }\n\n destroy() {\n document.removeEventListener('keydown', this.onKeydown);\n this.isActive = false;\n }\n\n update(elems) {\n this.elems = elems;\n }\n\n onKeydown(e) {\n const activeElemIndex = this.elems.indexOf(document.activeElement);\n\n if (\n (keys.ARROWUP.includes(e.key) || keys.ARROWDOWN.includes(e.key)) &&\n this.config.direction === 'horizontal'\n ) {\n return;\n }\n\n if (\n (keys.ARROWLEFT.includes(e.key) || keys.ARROWRIGHT.includes(e.key)) &&\n this.config.direction === 'vertical'\n ) {\n return;\n }\n\n if (keys.ARROWDOWN.includes(e.key) || keys.ARROWRIGHT.includes(e.key)) {\n e.preventDefault();\n if (activeElemIndex >= 0 && activeElemIndex < this.elems.length - 1) {\n this.elems[activeElemIndex + 1].focus();\n } else {\n this.elems[0].focus();\n }\n }\n\n if (keys.ARROWUP.includes(e.key) || keys.ARROWLEFT.includes(e.key)) {\n e.preventDefault();\n if (activeElemIndex >= 1) {\n this.elems[activeElemIndex - 1].focus();\n } else {\n this.elems[this.elems.length - 1].focus();\n }\n }\n\n if (keys.TAB.includes(e.key)) {\n this.destroy();\n }\n }\n}\n"],"sourceRoot":""}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
.grid{display:flex;max-width:none;flex-wrap:wrap;list-style-type:none;padding-left:0}.grid>li:before{content:" ";position:absolute;width:0;height:0}.grid--justify-height>[class*=grid__col]{display:flex;flex-direction:column}.grid--justify-height>[class*=grid__col]>*{flex-shrink:1;flex-grow:1}.grid--justify-height>[class*=grid__col]>[data-same-height-child]{flex-grow:0!important}.grid--justify-height>[class*=grid__col]>:not([data-same-height-child]){flex-grow:1!important}.grid-row-gap--medium{margin-top:-1.25rem}.grid-row-gap--medium>[class*=grid__col]{margin-top:1.25rem}.grid-row-gap--medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}@media screen and (min-width:480px){.grid-row-gap--sm-medium{margin-top:-1.25rem}.grid-row-gap--sm-medium>[class*=grid__col]{margin-top:1.25rem}.grid-row-gap--sm-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}@media screen and (min-width:768px){.grid-row-gap--md-medium{margin-top:-1.25rem}.grid-row-gap--md-medium>[class*=grid__col]{margin-top:1.25rem}.grid-row-gap--md-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}@media screen and (min-width:992px){.grid-row-gap--lg-medium{margin-top:-1.25rem}.grid-row-gap--lg-medium>[class*=grid__col]{margin-top:1.25rem}.grid-row-gap--lg-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}@media screen and (min-width:1240px){.grid-row-gap--xl-medium{margin-top:-1.25rem}.grid-row-gap--xl-medium>[class*=grid__col]{margin-top:1.25rem}.grid-row-gap--xl-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}@media screen and (min-width:1380px){.grid-row-gap--xxl-medium{margin-top:-1.25rem}.grid-row-gap--xxl-medium>[class*=grid__col]{margin-top:1.25rem}.grid-row-gap--xxl-medium>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}.grid-row-gap--large{margin-top:-1.875rem}.grid-row-gap--large>[class*=grid__col]{margin-top:1.875rem}.grid-row-gap--large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}@media screen and (min-width:480px){.grid-row-gap--sm-large{margin-top:-1.875rem}.grid-row-gap--sm-large>[class*=grid__col]{margin-top:1.875rem}.grid-row-gap--sm-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}@media screen and (min-width:768px){.grid-row-gap--md-large{margin-top:-1.875rem}.grid-row-gap--md-large>[class*=grid__col]{margin-top:1.875rem}.grid-row-gap--md-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}@media screen and (min-width:992px){.grid-row-gap--lg-large{margin-top:-1.875rem}.grid-row-gap--lg-large>[class*=grid__col]{margin-top:1.875rem}.grid-row-gap--lg-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}@media screen and (min-width:1240px){.grid-row-gap--xl-large{margin-top:-1.875rem}.grid-row-gap--xl-large>[class*=grid__col]{margin-top:1.875rem}.grid-row-gap--xl-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}@media screen and (min-width:1380px){.grid-row-gap--xxl-large{margin-top:-1.875rem}.grid-row-gap--xxl-large>[class*=grid__col]{margin-top:1.875rem}.grid-row-gap--xxl-large>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}.grid-row-gap--xlarge{margin-top:-3.75rem}.grid-row-gap--xlarge>[class*=grid__col]{margin-top:3.75rem}.grid-row-gap--xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}@media screen and (min-width:480px){.grid-row-gap--sm-xlarge{margin-top:-3.75rem}.grid-row-gap--sm-xlarge>[class*=grid__col]{margin-top:3.75rem}.grid-row-gap--sm-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}@media screen and (min-width:768px){.grid-row-gap--md-xlarge{margin-top:-3.75rem}.grid-row-gap--md-xlarge>[class*=grid__col]{margin-top:3.75rem}.grid-row-gap--md-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}@media screen and (min-width:992px){.grid-row-gap--lg-xlarge{margin-top:-3.75rem}.grid-row-gap--lg-xlarge>[class*=grid__col]{margin-top:3.75rem}.grid-row-gap--lg-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}@media screen and (min-width:1240px){.grid-row-gap--xl-xlarge{margin-top:-3.75rem}.grid-row-gap--xl-xlarge>[class*=grid__col]{margin-top:3.75rem}.grid-row-gap--xl-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}@media screen and (min-width:1380px){.grid-row-gap--xxl-xlarge{margin-top:-3.75rem}.grid-row-gap--xxl-xlarge>[class*=grid__col]{margin-top:3.75rem}.grid-row-gap--xxl-xlarge>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}}.grid{margin-left:-.625rem;margin-right:-.625rem}.grid>[class*=grid__col]{padding-left:.625rem;padding-right:.625rem}.grid--column-gap-none{margin-left:0;margin-right:0}.grid--column-gap-none>[class*=grid__col]{padding-left:0;padding-right:0}.grid[class*=grid--row-gap]>[class*=grid__col]>:not([class*=mb-]):last-child{margin-bottom:0}[class*=grid__col]{flex:1 0 100%;max-width:100%}.grid__col--shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--fill{flex:1 0 auto;max-width:100%}.grid__col--auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--3{flex-basis:25%;max-width:25%}.grid__col--4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--6{flex-basis:50%;max-width:50%}.grid__col--7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--9{flex-basis:75%;max-width:75%}.grid__col--10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--12{flex-basis:100%;max-width:100%}@media screen and (min-width:480px){.grid__col--sm-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--sm-fill{flex:1 0 auto;max-width:100%}.grid__col--sm-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--sm-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--sm-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--sm-3{flex-basis:25%;max-width:25%}.grid__col--sm-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--sm-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--sm-6{flex-basis:50%;max-width:50%}.grid__col--sm-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--sm-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--sm-9{flex-basis:75%;max-width:75%}.grid__col--sm-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--sm-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--sm-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:768px){.grid__col--md-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--md-fill{flex:1 0 auto;max-width:100%}.grid__col--md-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--md-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--md-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--md-3{flex-basis:25%;max-width:25%}.grid__col--md-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--md-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--md-6{flex-basis:50%;max-width:50%}.grid__col--md-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--md-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--md-9{flex-basis:75%;max-width:75%}.grid__col--md-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--md-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--md-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:992px){.grid__col--lg-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--lg-fill{flex:1 0 auto;max-width:100%}.grid__col--lg-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--lg-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--lg-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--lg-3{flex-basis:25%;max-width:25%}.grid__col--lg-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--lg-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--lg-6{flex-basis:50%;max-width:50%}.grid__col--lg-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--lg-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--lg-9{flex-basis:75%;max-width:75%}.grid__col--lg-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--lg-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--lg-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:1240px){.grid__col--xl-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--xl-fill{flex:1 0 auto;max-width:100%}.grid__col--xl-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--xl-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--xl-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--xl-3{flex-basis:25%;max-width:25%}.grid__col--xl-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--xl-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--xl-6{flex-basis:50%;max-width:50%}.grid__col--xl-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--xl-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--xl-9{flex-basis:75%;max-width:75%}.grid__col--xl-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--xl-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--xl-12{flex-basis:100%;max-width:100%}}@media screen and (min-width:1380px){.grid__col--xxl-shrink{flex:0 1;flex-basis:0%;max-width:none}.grid__col--xxl-fill{flex:1 0 auto;max-width:100%}.grid__col--xxl-auto{flex:1 1;flex-basis:0%;max-width:100%}.grid__col--xxl-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.grid__col--xxl-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.grid__col--xxl-3{flex-basis:25%;max-width:25%}.grid__col--xxl-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.grid__col--xxl-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.grid__col--xxl-6{flex-basis:50%;max-width:50%}.grid__col--xxl-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.grid__col--xxl-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.grid__col--xxl-9{flex-basis:75%;max-width:75%}.grid__col--xxl-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.grid__col--xxl-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.grid__col--xxl-12{flex-basis:100%;max-width:100%}}
|
|
2
|
-
/*# sourceMappingURL=style.css.map */
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["style.scss","mixins.scss","../../../styles/tools/layout.scss","../../../styles/tokens/breakpoint.scss"],"names":[],"mappings":"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","file":"style.css","sourcesContent":["@use \"sass:string\";\n@use './config';\n@use './mixins';\n@use '../../../styles/tools/layout';\n@use '../../../styles/tokens/space';\n@use '../../../styles/tokens/breakpoint';\n@use '../../../styles/tools/generate';\n\n.grid {\n @include mixins.grid-base;\n\n &--justify-height {\n @include mixins.grid-with-equal-height-content;\n }\n\n &-row-gap {\n @each $name in config.$grid-row-gap-sizes {\n @include breakpoint.each using ($breakpoint) {\n &-#{generate.variant-name($breakpoint, '-')}-#{string.unquote($name)} {\n @include mixins.grid-row-gap($name);\n }\n }\n }\n }\n\n @each $name, $value in config.$column-gap {\n &#{generate.variant-name($name, '--column-gap-',)} {\n @include mixins.grid-column-gap($name);\n\n > [class*='grid__col'] {\n @include mixins.grid-col-column-gap($name);\n }\n }\n }\n\n &[class*='grid--row-gap'] > *[class*='grid__col'] {\n @include layout.reset-last-child-margin-bottom;\n }\n}\n\n@include mixins.column-classes;\n","@use \"sass:map\";\n@use 'sass:math';\n\n@use './../../../styles/tools/generate';\n@use './../../../styles/tools/layout';\n@use './../../../styles/tokens/breakpoint';\n@use './../../../styles/tokens/space';\n@use './config';\n\n@mixin grid-base() {\n display: flex;\n max-width: none;\n flex-wrap: wrap;\n list-style-type: none;\n padding-left: 0;\n\n /* Fixes VoiceOver no announcing unordered lists */\n > li::before {\n content: ' ';\n position: absolute;\n width: 0;\n height: 0;\n }\n}\n\n@mixin grid-column-gap($size: 'default', $column-gap: config.$column-gap) {\n $gap: map.get($column-gap, $size);\n\n margin-left: -$gap;\n margin-right: -$gap;\n}\n\n@mixin grid-with-equal-height-content(\n $grid-col-selector: '[class*=\"grid__col\"]'\n) {\n > #{$grid-col-selector} {\n display: flex;\n flex-direction: column;\n\n > * {\n flex-shrink: 1;\n flex-grow: 1;\n }\n\n > [data-same-height-child] {\n flex-grow: 0 !important;\n }\n\n > :not([data-same-height-child]) {\n flex-grow: 1 !important;\n }\n }\n}\n\n@mixin grid-row-gap(\n $size: 'medium',\n $grid-col-selector: '[class*=\"grid__col\"]'\n) {\n margin-top: #{space.get($size) * -1};\n\n > #{$grid-col-selector} {\n @include layout.reset-last-child-margin-bottom;\n\n margin-top: space.get($size);\n }\n}\n\n@mixin grid-col-base() {\n flex: 1 0 100%;\n max-width: 100%;\n}\n\n@mixin grid-col-column-gap($size: 'default', $column-gap: config.$column-gap) {\n $gap: map.get($column-gap, $size);\n\n padding-left: $gap;\n padding-right: $gap;\n}\n\n@mixin column-size($width: config.$grid-base, $grid-base: config.$grid-base) {\n flex-basis: math.div(100%, $grid-base) * $width;\n max-width: math.div(100%, $grid-base) * $width;\n}\n\n@mixin column-fill {\n flex: 1 0 auto;\n max-width: 100%;\n}\n\n@mixin column-shrink {\n flex: 0 1;\n flex-basis: 0%;\n max-width: none;\n}\n\n@mixin column-auto {\n flex: 1 1;\n flex-basis: 0%;\n max-width: 100%;\n}\n\n@mixin column-classes() {\n *[class*='grid__col'] {\n @include grid-col-base();\n }\n\n @include breakpoint.each using ($breakpoint) {\n .grid__col-#{generate.variant-name($breakpoint, '-')}-shrink {\n @include column-shrink;\n }\n\n .grid__col-#{generate.variant-name($breakpoint, '-')}-fill {\n @include column-fill;\n }\n\n .grid__col-#{generate.variant-name($breakpoint, '-')}-auto {\n @include column-auto;\n }\n\n @for $i from 1 through config.$grid-base {\n .grid__col-#{generate.variant-name($breakpoint, '-')}-#{$i} {\n @include column-size($i);\n }\n }\n }\n}\n","@use '../tokens/base';\n\n// -- Nicolas Gallagher's micro clearfix\n@mixin clearfix {\n &::before,\n &::after {\n // For modern browsers\n content: '';\n display: table;\n }\n\n &::after {\n clear: both;\n }\n}\n\n/**\n * Resets margin-bottom of the last child to zero\n */\n@mixin reset-last-child-margin-bottom {\n > :not([class*='mb\\-']):last-child {\n margin-bottom: 0;\n }\n}\n","@use \"sass:list\";\n@use \"sass:meta\";\n@use 'sass:map' as sassmap;\n@use '../tools/map';\n\n$map: (\n xs: 0,\n sm: 480px,\n md: 768px,\n lg: 992px,\n xl: 1240px,\n xxl: 1380px,\n);\n\n@mixin get( $breakpoint, $param: false) {\n @if (not sassmap.has-key($map, $breakpoint) and $breakpoint != 'default') {\n @warn 'Breakpoint \"#{$breakpoint}\" is not defined.';\n\n @debug 'Available breakpoints:'; // stylelint-disable-line at-rule-disallowed-list\n @debug $map; // stylelint-disable-line at-rule-disallowed-list\n }\n\n @if (\n ($breakpoint == list.nth(sassmap.keys($map), 1) and not $param) or\n ( not $breakpoint ) or\n ( $breakpoint == 'default' )\n ) {\n @content;\n } @else if not $param {\n // no param, just a standard mobile first media query\n @if sassmap.has-key( $map, $breakpoint ) {\n // breakpoint is in breakpoint map, let's use stored value\n @media screen and (min-width: sassmap.get($map, $breakpoint)) { @content; };\n } @else {\n // breakpoint is not in breakpoint map, let's use custom value\n @media screen and (min-width: $breakpoint) { @content; };\n }\n } @else if (\n $param == 'down' and\n map.next($map, $breakpoint)\n ) {\n @media screen and (max-width: map.next($map, $breakpoint) - 0.02px) {\n @content;\n }\n } @else if (\n $param == 'down' and\n not sassmap.has-key($map, $breakpoint)\n ) {\n @media screen and (max-width: $breakpoint) { @content; };\n } @else if (\n $param == 'only' and\n map.next($map, $breakpoint)\n ) {\n @media screen and\n (min-width: sassmap.get($map, $breakpoint)) and\n (max-width: map.next($map, $breakpoint) - 0.02px) { @content; };\n } @else if (\n sassmap.has-key( $map, $param) and\n sassmap.has-key( $map, $breakpoint)\n ) {\n @media screen and\n (min-width: sassmap.get($map, $breakpoint)) and\n (max-width: sassmap.get($map, $param) - 0.02px) { @content; };\n } @else if (\n $param == 'downfrom' and\n sassmap.get($map, $breakpoint) > 0 and\n $breakpoint != 'xs'\n ) {\n @media screen and (max-width: sassmap.get($map, $breakpoint) - 0.02px) {\n @content;\n } // -1\n } @else if (meta.type-of($param) == 'number') {\n @if sassmap.has-key($map, $breakpoint) {\n // breakpoint is in breakpoint map\n @media screen and\n (min-width: sassmap.get($map, $breakpoint)) and\n (max-width: $param) { @content; };\n } @else {\n // breakpoint is not in breakpoint map, let's use custom value\n @media screen and (min-width: $breakpoint) and (max-width: $param) { @content; }\n }\n } @else if (\n not ($breakpoint == list.nth(sassmap.keys($map), -1) and $param == 'down') and\n not ($breakpoint == list.nth(sassmap.keys($map), -1) and $param == 'only') and\n not ($breakpoint == list.nth(sassmap.keys($map), 1) and $param == 'downfrom')\n ) {\n // do nothing on known edge cases. we just dont generate any code.\n @warn 'Breakpoint is not configured properly #{$breakpoint}, #{$param}';\n }\n}\n\n@mixin each() {\n @each $breakpoint, $size in $map {\n @include get($breakpoint) {\n @content($breakpoint);\n }\n }\n}\n"]}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
!function(e,t){if("object"===typeof exports&&"object"===typeof module)module.exports=t(require("react"));else if("function"===typeof define&&define.amd)define(["react"],t);else{var r="object"===typeof exports?t(require("react")):t(e.React);for(var n in r)("object"===typeof exports?exports:e)[n]=r[n]}}(this,(function(e){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="/",r(r.s=63)}({0:function(t,r){t.exports=e},63:function(e,t,r){"use strict";r.r(t),r.d(t,"default",(function(){return f}));var n=r(0),o=r.n(n);const u=({level:e,...t})=>{const r="h"+e;return o.a.createElement(r,t)};u.defaultProps={level:2},u.displayName="Heading";var f=u}})}));
|
|
2
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../webpack/universalModuleDefinition","../webpack/bootstrap","../external {\"root\":\"React\",\"commonjs2\":\"react\",\"commonjs\":\"react\",\"amd\":\"react\"}","components/Heading/Heading.js"],"names":["root","factory","exports","module","require","define","amd","a","i","this","__WEBPACK_EXTERNAL_MODULE__0__","installedModules","__webpack_require__","moduleId","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","Heading","level","other","Tag","React","createElement","defaultProps","displayName"],"mappings":"CAAA,SAA2CA,EAAMC,GAChD,GAAsB,kBAAZC,SAA0C,kBAAXC,OACxCA,OAAOD,QAAUD,EAAQG,QAAQ,eAC7B,GAAqB,oBAAXC,QAAyBA,OAAOC,IAC9CD,OAAO,CAAC,SAAUJ,OACd,CACJ,IAAIM,EAAuB,kBAAZL,QAAuBD,EAAQG,QAAQ,UAAYH,EAAQD,EAAY,OACtF,IAAI,IAAIQ,KAAKD,GAAuB,kBAAZL,QAAuBA,QAAUF,GAAMQ,GAAKD,EAAEC,IAPxE,CASGC,MAAM,SAASC,GAClB,O,YCTE,IAAIC,EAAmB,GAGvB,SAASC,EAAoBC,GAG5B,GAAGF,EAAiBE,GACnB,OAAOF,EAAiBE,GAAUX,QAGnC,IAAIC,EAASQ,EAAiBE,GAAY,CACzCL,EAAGK,EACHC,GAAG,EACHZ,QAAS,IAUV,OANAa,EAAQF,GAAUG,KAAKb,EAAOD,QAASC,EAAQA,EAAOD,QAASU,GAG/DT,EAAOW,GAAI,EAGJX,EAAOD,QA0Df,OArDAU,EAAoBK,EAAIF,EAGxBH,EAAoBM,EAAIP,EAGxBC,EAAoBO,EAAI,SAASjB,EAASkB,EAAMC,GAC3CT,EAAoBU,EAAEpB,EAASkB,IAClCG,OAAOC,eAAetB,EAASkB,EAAM,CAAEK,YAAY,EAAMC,IAAKL,KAKhET,EAAoBe,EAAI,SAASzB,GACX,qBAAX0B,QAA0BA,OAAOC,aAC1CN,OAAOC,eAAetB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DP,OAAOC,eAAetB,EAAS,aAAc,CAAE4B,OAAO,KAQvDlB,EAAoBmB,EAAI,SAASD,EAAOE,GAEvC,GADU,EAAPA,IAAUF,EAAQlB,EAAoBkB,IAC/B,EAAPE,EAAU,OAAOF,EACpB,GAAW,EAAPE,GAA8B,kBAAVF,GAAsBA,GAASA,EAAMG,WAAY,OAAOH,EAChF,IAAII,EAAKX,OAAOY,OAAO,MAGvB,GAFAvB,EAAoBe,EAAEO,GACtBX,OAAOC,eAAeU,EAAI,UAAW,CAAET,YAAY,EAAMK,MAAOA,IACtD,EAAPE,GAA4B,iBAATF,EAAmB,IAAI,IAAIM,KAAON,EAAOlB,EAAoBO,EAAEe,EAAIE,EAAK,SAASA,GAAO,OAAON,EAAMM,IAAQC,KAAK,KAAMD,IAC9I,OAAOF,GAIRtB,EAAoB0B,EAAI,SAASnC,GAChC,IAAIkB,EAASlB,GAAUA,EAAO8B,WAC7B,WAAwB,OAAO9B,EAAgB,SAC/C,WAA8B,OAAOA,GAEtC,OADAS,EAAoBO,EAAEE,EAAQ,IAAKA,GAC5BA,GAIRT,EAAoBU,EAAI,SAASiB,EAAQC,GAAY,OAAOjB,OAAOkB,UAAUC,eAAe1B,KAAKuB,EAAQC,IAGzG5B,EAAoB+B,EAAI,IAIjB/B,EAAoBA,EAAoBgC,EAAI,I,kBClFrDzC,EAAOD,QAAUQ,G,mGCQjB,MAIMmC,EAAUA,EAAGC,WAAUC,MAC3B,MAAMC,EAAO,IAAGF,EAEhB,OAAOG,IAAAC,cAACF,EAAQD,IAIlBF,EAAQM,aAXa,CACnBL,MAAO,GAWTD,EAAQO,YAAc,UAEPP","file":"components/Heading/index.js","sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"react\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"react\"], factory);\n\telse {\n\t\tvar a = typeof exports === 'object' ? factory(require(\"react\")) : factory(root[\"React\"]);\n\t\tfor(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];\n\t}\n})(this, function(__WEBPACK_EXTERNAL_MODULE__0__) {\nreturn "," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 63);\n","module.exports = __WEBPACK_EXTERNAL_MODULE__0__;","import React from 'react';\nimport { number } from 'prop-types';\n\nconst propTypes = {\n /** Heading level */\n level: number,\n};\n\nconst defaultProps = {\n level: 2,\n};\n\nconst Heading = ({ level, ...other }) => {\n const Tag = `h${level}`;\n\n return <Tag {...other} />;\n};\n\nHeading.propTypes = propTypes;\nHeading.defaultProps = defaultProps;\nHeading.displayName = 'Heading';\n\nexport default Heading;\n"],"sourceRoot":""}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/*! For license information please see index.js.LICENSE.txt */
|
|
2
|
-
!function(e,t){if("object"===typeof exports&&"object"===typeof module)module.exports=t(require("react"));else if("function"===typeof define&&define.amd)define(["react"],t);else{var n="object"===typeof exports?t(require("react")):t(e.React);for(var r in n)("object"===typeof exports?exports:e)[r]=n[r]}}(this,(function(e){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/",n(n.s=131)}({0:function(t,n){t.exports=e},1:function(e,t,n){var r;!function(){"use strict";var n={}.hasOwnProperty;function i(){for(var e="",t=0;t<arguments.length;t++){var n=arguments[t];n&&(e=o(e,a(n)))}return e}function a(e){if("string"===typeof e||"number"===typeof e)return e;if("object"!==typeof e)return"";if(Array.isArray(e))return i.apply(null,e);if(e.toString!==Object.prototype.toString&&!e.toString.toString().includes("[native code]"))return e.toString();var t="";for(var r in e)n.call(e,r)&&e[r]&&(t=o(t,r));return t}function o(e,t){return t?e?e+" "+t:e+t:e}e.exports?(i.default=i,e.exports=i):void 0===(r=function(){return i}.apply(t,[]))||(e.exports=r)}()},10:function(e,t,n){var r,i,a;i=[],void 0===(a="function"===typeof(r=function(){"use strict";var e=["decimals","thousand","mark","prefix","suffix","encoder","decoder","negativeBefore","negative","edit","undo"];function t(e){return e.split("").reverse().join("")}function n(e,t){return e.substring(0,t.length)===t}function r(e,t,n){if((e[t]||e[n])&&e[t]===e[n])throw new Error(t)}function i(e){return"number"===typeof e&&isFinite(e)}function a(e,n,r,a,o,s,c,u,l,f,d,p){var m,g,y,h,v,b=p,O="",x="";return s&&(p=s(p)),!!i(p)&&(!1!==e&&0===parseFloat(p.toFixed(e))&&(p=0),p<0&&(m=!0,p=Math.abs(p)),!1!==e&&(v=e,h=(h=p).toString().split("e"),p=(+((h=(h=Math.round(+(h[0]+"e"+(h[1]?+h[1]+v:v)))).toString().split("e"))[0]+"e"+(h[1]?+h[1]-v:-v))).toFixed(v)),-1!==(p=p.toString()).indexOf(".")?(y=(g=p.split("."))[0],r&&(O=r+g[1])):y=p,n&&(y=t(y).match(/.{1,3}/g),y=t(y.join(t(n)))),m&&u&&(x+=u),a&&(x+=a),m&&l&&(x+=l),x+=y,x+=O,o&&(x+=o),f&&(x=f(x,b)),x)}function o(e,t,r,a,o,s,c,u,l,f,d,p){var m,g="";return d&&(p=d(p)),!(!p||"string"!==typeof p)&&(u&&n(p,u)&&(p=p.replace(u,""),m=!0),a&&n(p,a)&&(p=p.replace(a,"")),l&&n(p,l)&&(p=p.replace(l,""),m=!0),o&&function(e,t){return e.slice(-1*t.length)===t}(p,o)&&(p=p.slice(0,-1*o.length)),t&&(p=p.split(t).join("")),r&&(p=p.replace(r,".")),m&&(g+="-"),""!==(g=(g+=p).replace(/[^0-9\.\-.]/g,""))&&(g=Number(g),c&&(g=c(g)),!!i(g)&&g))}function s(t,n,r){var i,a=[];for(i=0;i<e.length;i+=1)a.push(t[e[i]]);return a.push(r),n.apply("",a)}return function t(n){if(!(this instanceof t))return new t(n);"object"===typeof n&&(n=function(t){var n,i,a,o={};for(void 0===t.suffix&&(t.suffix=t.postfix),n=0;n<e.length;n+=1)if(void 0===(a=t[i=e[n]]))"negative"!==i||o.negativeBefore?"mark"===i&&"."!==o.thousand?o[i]=".":o[i]=!1:o[i]="-";else if("decimals"===i){if(!(a>=0&&a<8))throw new Error(i);o[i]=a}else if("encoder"===i||"decoder"===i||"edit"===i||"undo"===i){if("function"!==typeof a)throw new Error(i);o[i]=a}else{if("string"!==typeof a)throw new Error(i);o[i]=a}return r(o,"mark","thousand"),r(o,"prefix","negative"),r(o,"prefix","negativeBefore"),o}(n),this.to=function(e){return s(n,a,e)},this.from=function(e){return s(n,o,e)})}})?r.apply(t,i):r)||(e.exports=a)},103:function(e,t,n){},131:function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return g}));n(155);var r=n(0),i=n.n(r),a=n(1),o=n.n(a),s=n(4),c=n(16),u=n(40),l=n(26),f=n(24),d=n(64);const p={medium:{title:"display-2",description:"h5"},large:{title:"display-1",description:"h4"}},m=({button:e,background:t,description:n,hasGradientOverlay:r,image:a,hasFullwidthImage:m,price:g,sticker:y,title:h,textSize:v})=>{const b=!!(null===a||void 0===a?void 0:a.src)||(null===a||void 0===a?void 0:a.default)&&1===Object.keys(a).length;return i.a.createElement("div",{className:o()("hero",{["bg-"+t]:"white"!==t})},i.a.createElement(u.default,null,i.a.createElement(l.default,{className:"justify-content-space-between"},i.a.createElement(l.GridCol,{size:{sm:10,md:9,lg:5},className:"hero__content"},i.a.createElement("h1",{className:p[v].title},h),n&&i.a.createElement("p",{className:o()(p[v].description,"hero__description")},n),g&&i.a.createElement("p",{className:"h2 hero__price"},"string"===typeof g&&g,"object"===typeof g&&i.a.createElement(i.a.Fragment,null,g.prefix,Object(s.c)(g.amount),g.suffix)),e&&i.a.createElement(c.default,Object.assign({type:"primary"},"black"===t&&{isInverse:!0},e))),y&&i.a.createElement(l.GridCol,{size:{md:3,lg:2},className:"hero__content show-md"},i.a.createElement(d.default,Object.assign({},y,{className:o()("hero__sticker",y.className)}))),a&&i.a.createElement("div",{className:"hero__image-wrapper"},i.a.createElement(f.default,{src:a.src?{default:a.src}:a,srcSet:a.srcSet,alt:"",className:o()("hero__image",{"hero__image--fullwidth":m,"hero__image--single":b,"hero__image--gradient":r,"hero__image--gradient-halfwidth":r&&!m})})))))};m.defaultProps={textSize:"medium",background:"white"},m.displayName="Hero";var g=m},14:function(e,t,n){e.exports={orange:"#ff7900","orange-dark":"#f16e00",black:"#000",white:"#fff",blue:"#4bb4e6",green:"#50be87",pink:"#ffb4e6",violet:"#a885d8",yellow:"#ffd200","gray-300":"#eee","gray-400":"#ddd","gray-500":"#ccc","gray-600":"#999","gray-700":"#666","gray-800":"#595959","gray-900":"#333",success:"#32c832",danger:"#cd3c14",info:"#527edb",warning:"#fc0"}},155:function(e,t,n){},16:function(e,t,n){"use strict";n.r(t),n.d(t,"ButtonPrimary",(function(){return d})),n.d(t,"ButtonFill",(function(){return p})),n.d(t,"ButtonGhost",(function(){return m})),n.d(t,"IconButton",(function(){return f}));var r=n(0),i=n.n(r),a=n(1),o=n.n(a);const s=i.a.forwardRef(({className:e,children:t,htmlType:n,href:r,isActive:a,isDefault:s,isDisabled:c,isInverse:u,size:l,isSquare:f,type:d,elemRef:p,...m},g)=>{let y="button";r&&(y="a");const h={"aria-disabled":c,href:r,type:r?null:n,className:o()("btn",{"btn--square":f,["btn--"+l]:l,["btn--"+d]:d,"btn--default":s,"btn--inverse":u,"is-active":a},e),ref:p,...m};return i.a.createElement(y,Object.assign({ref:g},h),t)});s.displayName="Button",s.defaultProps={htmlType:"button"};var c=s,u=n(3);const l=i.a.forwardRef(({iconName:e,iconPosition:t,iconClassName:n,children:r,size:a,isSquare:s,...l},f)=>{const d=({className:t,...r})=>i.a.createElement(u.default,Object.assign({name:e,size:null!==a&&void 0!==a?a:"medium",className:o()(n,t)},r));return s?i.a.createElement(c,Object.assign({size:a,isSquare:!0},l),i.a.createElement(d,null),i.a.createElement("span",{className:"visually-hidden"},r)):i.a.createElement(c,Object.assign({ref:f,size:a},l),"left"===t&&i.a.createElement(d,{className:"btn__icon-left"}),r,"right"===t&&i.a.createElement(d,{className:"btn__icon-right"}))});l.defaultProps={iconPosition:"left"},l.displayName="IconButton";var f=l;n(67),t.default=c;const d=e=>i.a.createElement(c,Object.assign({type:"primary"},e));d.displayName="ButtonPrimary";const p=e=>i.a.createElement(c,Object.assign({type:"fill"},e));p.displayName="ButtonFill";const m=e=>i.a.createElement(c,Object.assign({type:"ghost"},e));m.displayName="ButtonGhost"},17:function(e,t,n){},18:function(e,t,n){"use strict";var r=n(19);function i(){}function a(){}a.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,a,o){if(o!==r){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:i};return n.PropTypes=n,n}},19:function(e,t,n){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},2:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));const r={TAB:["Tab"],ENTER:["Enter"],ESC:["Esc","Escape"],SPACE:["Spacebar"," "],ARROWLEFT:["Left","ArrowLeft"],ARROWUP:["Up","ArrowUp"],ARROWRIGHT:["Right","ArrowRight"],ARROWDOWN:["Down","ArrowDown"]}},24:function(e,t,n){"use strict";n.r(t);var r=n(0),i=n.n(r),a=n(1),o=n.n(a),s=n(36);const c={...n.n(s).a,xxxl:"1920px"},u=({className:e,src:t,alt:n,...r})=>{const a=o()("img",e);if("object"===typeof t){const e=Object.keys(t).sort((e,t)=>parseInt(c[t])-parseInt(c[e]));return i.a.createElement("picture",{className:a},e.map(e=>"default"!==e&&i.a.createElement("source",{key:e,srcSet:t[e],media:`(min-width: ${c[e]})`})),i.a.createElement("img",Object.assign({src:t.default,alt:n},r)))}return i.a.createElement("img",Object.assign({className:a,src:t,alt:n},r))};u.displayName="Image";var l=u;n(50),t.default=l},26:function(e,t,n){"use strict";n.r(t),n.d(t,"GridCol",(function(){return f}));var r=n(0),i=n.n(r),a=n(1),o=n.n(a),s=n(7);const c=({className:e,hAlign:t,vAlign:n,tag:r="div",justifyHeight:a,rowGapSize:c,columnGapSize:u,...l})=>{const f=o()("grid",{["align-items-"+n]:n,["justify-content-"+t]:t,"grid--justify-height":a,["grid--column-gap-"+u]:u},...Object(s.c)("grid-row-gap",c),e),d=r;return i.a.createElement(d,Object.assign({className:f},l))};c.displayName="Grid";var u=c;n(84);const l=({className:e,align:t,tag:n="div",size:r,...a})=>{const c=o()(!r&&"grid__col",...Object(s.c)("grid__col",r),{["align-self-"+t]:t},e),u=n;return i.a.createElement(u,Object.assign({className:c},a))};l.displayName="GridCol";var f=l;t.default=u},3:function(e,t,n){"use strict";n.r(t),n.d(t,"SpritePathContext",(function(){return u}));var r=n(0),i=n.n(r),a=n(1),o=n.n(a);const s=({className:e,alt:t,color:n,name:a,size:s,spritePath:c="/sprite.svg",...l})=>{const f=Object(r.useContext)(u),d=o()("icon",{["icon--"+s]:s,["icon--"+n]:n},e);return i.a.createElement("svg",Object.assign({className:d,"aria-hidden":void 0!==t?void 0:"true",role:void 0!==t?"img":void 0,title:void 0!==t&&t.length>0?t:void 0},l),i.a.createElement("use",{xlinkHref:"/sprite.svg"!==c||"undefined"===typeof f?`${c}#${a}`:`${f}#${a}`}))};s.displayName="Icon";var c=s,u=(n(17),i.a.createContext());t.default=c},36:function(e,t,n){e.exports={xs:"0",sm:"480px",md:"768px",lg:"992px",xl:"1240px",xxl:"1380px"}},4:function(e,t,n){"use strict";n.d(t,"d",(function(){return a})),n.d(t,"b",(function(){return o})),n.d(t,"a",(function(){return s})),n.d(t,"e",(function(){return c})),n.d(t,"c",(function(){return l}));var r=n(10),i=n.n(r);function a(e){return null!=e&&"object"===typeof e&&!1===Array.isArray(e)}function o(e){return e&&e instanceof Date?`${e.getFullYear()}-${(e.getMonth()+1).toString().padStart(2,"0")}-${e.getDate().toString().padStart(2,"0")}`:""}function s(e){return e.charAt(0).toUpperCase()+e.slice(1)}function c(e){return e.charAt(0).toLowerCase()+e.slice(1)}const u={decimals:2,mark:",",thousand:" ",suffix:"\xa0\u20ac"};function l(e,t){return i()({...u,...t,...e%1===0?{decimals:0}:{}}).to(e)}},40:function(e,t,n){"use strict";n.r(t);var r=n(0),i=n.n(r),a=n(1),o=n.n(a);const s=({className:e,...t})=>{const n=o()("container",e);return i.a.createElement("div",Object.assign({className:n},t))};s.displayName="Container";var c=s;n(70),t.default=c},5:function(e,t,n){e.exports=n(18)()},50:function(e,t,n){},64:function(e,t,n){"use strict";n.r(t);n(103);var r=n(0),i=n.n(r),a=n(1),o=n.n(a);const s=({color:e,size:t,children:n,className:r,...a})=>{const s=o()("sticker",{["sticker--"+e]:e,["sticker--"+t]:t},r);return i.a.createElement("div",Object.assign({className:s},a),n)};s.displayName="Sticker";var c=s;t.default=c},67:function(e,t,n){},7:function(e,t,n){"use strict";n.d(t,"d",(function(){return r.a})),n.d(t,"c",(function(){return o})),n.d(t,"b",(function(){return s.b})),n.d(t,"a",(function(){return s.a}));var r=n(2);function i(e,t="-"){return e?`${t}${e}`:""}function a(e,t,n){return Object.keys(t).map(r=>{switch(typeof t[r]){case"boolean":return`${e}${"xs"!==r?"--"+r:"-"}${i(n)}`;case"string":case"number":return`${e}${"xs"!==r?"--"+r:"-"}${i(t[r])}${i(n)}`;default:return null}}).join(" ")}function o(e,t,n){return["boolean"===typeof t?`${e}${i(n,"--")}`:null,null!==t&&"object"===typeof t?a(e,t,n):null,{[`${e}--${t}${i(n)}`]:"string"===typeof t||"number"===typeof t}]}n(5);var s=n(4);n(9),n(14)},70:function(e,t,n){},84:function(e,t,n){},9:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(2);class i{constructor(e,t={direction:"horizontal"}){this.elems=e,this.config=t,this.isActive=!1,this.onKeydown=this.onKeydown.bind(this)}init(){document.addEventListener("keydown",this.onKeydown),this.isActive=!0}destroy(){document.removeEventListener("keydown",this.onKeydown),this.isActive=!1}update(e){this.elems=e}onKeydown(e){const t=this.elems.indexOf(document.activeElement);(r.a.ARROWUP.includes(e.key)||r.a.ARROWDOWN.includes(e.key))&&"horizontal"===this.config.direction||(r.a.ARROWLEFT.includes(e.key)||r.a.ARROWRIGHT.includes(e.key))&&"vertical"===this.config.direction||((r.a.ARROWDOWN.includes(e.key)||r.a.ARROWRIGHT.includes(e.key))&&(e.preventDefault(),t>=0&&t<this.elems.length-1?this.elems[t+1].focus():this.elems[0].focus()),(r.a.ARROWUP.includes(e.key)||r.a.ARROWLEFT.includes(e.key))&&(e.preventDefault(),t>=1?this.elems[t-1].focus():this.elems[this.elems.length-1].focus()),r.a.TAB.includes(e.key)&&this.destroy())}}}})}));
|
|
3
|
-
//# sourceMappingURL=index.js.map
|