intergalactic 15.122.0-prerelease.0 → 15.123.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/CHANGELOG.md +40 -0
- package/accordion/index.mjs +2 -2
- package/accordion/lib/cjs/Accordion.js +17 -17
- package/accordion/lib/es6/Accordion.mjs +276 -0
- package/accordion/lib/es6/Accordion.mjs.map +1 -0
- package/accordion/lib/es6/index.d.mjs +2 -0
- package/accordion/lib/es6/index.d.mjs.map +1 -0
- package/accordion/lib/es6/index.mjs +3 -0
- package/accordion/lib/es6/index.mjs.map +1 -0
- package/accordion/package.json +1 -1
- package/add-filter/AddFilter.d.ts +3 -0
- package/add-filter/AddFilter.types.d.ts +62 -0
- package/add-filter/components/AddFilterDropdown.d.ts +4 -0
- package/add-filter/components/AddFilterInput.d.ts +4 -0
- package/add-filter/components/AddFilterSelect.d.ts +3 -0
- package/add-filter/index.d.ts +3 -0
- package/add-filter/index.js +8 -0
- package/add-filter/index.mjs +2 -0
- package/add-filter/lib/cjs/AddFilter.js +336 -0
- package/add-filter/lib/cjs/AddFilter.js.map +1 -0
- package/add-filter/lib/cjs/AddFilter.types.js +2 -0
- package/add-filter/lib/cjs/AddFilter.types.js.map +1 -0
- package/add-filter/lib/cjs/components/AddFilterDropdown.js +92 -0
- package/add-filter/lib/cjs/components/AddFilterDropdown.js.map +1 -0
- package/add-filter/lib/cjs/components/AddFilterInput.js +87 -0
- package/add-filter/lib/cjs/components/AddFilterInput.js.map +1 -0
- package/add-filter/lib/cjs/components/AddFilterSelect.js +103 -0
- package/add-filter/lib/cjs/components/AddFilterSelect.js.map +1 -0
- package/add-filter/lib/cjs/index.js +38 -0
- package/add-filter/lib/cjs/index.js.map +1 -0
- package/add-filter/lib/cjs/translations/__intergalactic-dynamic-locales.js +39 -0
- package/add-filter/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/add-filter/lib/cjs/translations/de.json +4 -0
- package/add-filter/lib/cjs/translations/en.json +5 -0
- package/add-filter/lib/cjs/translations/es.json +4 -0
- package/add-filter/lib/cjs/translations/fr.json +4 -0
- package/add-filter/lib/cjs/translations/it.json +4 -0
- package/add-filter/lib/cjs/translations/ja.json +4 -0
- package/add-filter/lib/cjs/translations/ko.json +4 -0
- package/add-filter/lib/cjs/translations/nl.json +4 -0
- package/add-filter/lib/cjs/translations/pl.json +4 -0
- package/add-filter/lib/cjs/translations/pt.json +4 -0
- package/add-filter/lib/cjs/translations/sv.json +4 -0
- package/add-filter/lib/cjs/translations/tr.json +4 -0
- package/add-filter/lib/cjs/translations/vi.json +4 -0
- package/add-filter/lib/cjs/translations/zh.json +4 -0
- package/add-filter/lib/es6/AddFilter.mjs +328 -0
- package/add-filter/lib/es6/AddFilter.mjs.map +1 -0
- package/add-filter/lib/es6/AddFilter.types.mjs +2 -0
- package/add-filter/lib/es6/AddFilter.types.mjs.map +1 -0
- package/add-filter/lib/es6/components/AddFilterDropdown.mjs +84 -0
- package/add-filter/lib/es6/components/AddFilterDropdown.mjs.map +1 -0
- package/add-filter/lib/es6/components/AddFilterInput.mjs +80 -0
- package/add-filter/lib/es6/components/AddFilterInput.mjs.map +1 -0
- package/add-filter/lib/es6/components/AddFilterSelect.mjs +95 -0
- package/add-filter/lib/es6/components/AddFilterSelect.mjs.map +1 -0
- package/add-filter/lib/es6/index.mjs +4 -0
- package/add-filter/lib/es6/index.mjs.map +1 -0
- package/add-filter/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/add-filter/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/add-filter/lib/es6/translations/de.json +4 -0
- package/add-filter/lib/es6/translations/en.json +5 -0
- package/add-filter/lib/es6/translations/es.json +4 -0
- package/add-filter/lib/es6/translations/fr.json +4 -0
- package/add-filter/lib/es6/translations/it.json +4 -0
- package/add-filter/lib/es6/translations/ja.json +4 -0
- package/add-filter/lib/es6/translations/ko.json +4 -0
- package/add-filter/lib/es6/translations/nl.json +4 -0
- package/add-filter/lib/es6/translations/pl.json +4 -0
- package/add-filter/lib/es6/translations/pt.json +4 -0
- package/add-filter/lib/es6/translations/sv.json +4 -0
- package/add-filter/lib/es6/translations/tr.json +4 -0
- package/add-filter/lib/es6/translations/vi.json +4 -0
- package/add-filter/lib/es6/translations/zh.json +4 -0
- package/add-filter/lib/types/AddFilter.d.ts +3 -0
- package/add-filter/lib/types/AddFilter.types.d.ts +62 -0
- package/add-filter/lib/types/components/AddFilterDropdown.d.ts +4 -0
- package/add-filter/lib/types/components/AddFilterInput.d.ts +4 -0
- package/add-filter/lib/types/components/AddFilterSelect.d.ts +3 -0
- package/add-filter/lib/types/index.d.ts +3 -0
- package/add-filter/lib/types/translations/__intergalactic-dynamic-locales.d.ts +59 -0
- package/add-filter/package.json +1 -0
- package/add-filter/translations/__intergalactic-dynamic-locales.d.ts +59 -0
- package/animation/index.mjs +1 -1
- package/animation/lib/cjs/Animation.js +18 -18
- package/animation/lib/cjs/Collapse.js +30 -30
- package/animation/lib/cjs/FadeInOut.js +29 -29
- package/animation/lib/cjs/Scale.js +30 -30
- package/animation/lib/cjs/Slide.js +29 -29
- package/animation/lib/cjs/Transform.js +30 -30
- package/animation/lib/es6/Animation.mjs +185 -0
- package/animation/lib/es6/Animation.mjs.map +1 -0
- package/animation/lib/es6/Collapse.mjs +99 -0
- package/animation/lib/es6/Collapse.mjs.map +1 -0
- package/animation/lib/es6/FadeInOut.mjs +46 -0
- package/animation/lib/es6/FadeInOut.mjs.map +1 -0
- package/animation/lib/es6/Scale.mjs +73 -0
- package/animation/lib/es6/Scale.mjs.map +1 -0
- package/animation/lib/es6/Slide.mjs +46 -0
- package/animation/lib/es6/Slide.mjs.map +1 -0
- package/animation/lib/es6/Transform.mjs +53 -0
- package/animation/lib/es6/Transform.mjs.map +1 -0
- package/animation/lib/es6/index.d.mjs +2 -0
- package/animation/lib/es6/index.d.mjs.map +1 -0
- package/animation/lib/es6/index.mjs +7 -0
- package/animation/lib/es6/index.mjs.map +1 -0
- package/animation/package.json +1 -1
- package/badge/index.mjs +2 -2
- package/badge/lib/cjs/Badge.js +12 -12
- package/badge/lib/es6/Badge.mjs +56 -0
- package/badge/lib/es6/Badge.mjs.map +1 -0
- package/badge/lib/es6/index.d.mjs +2 -0
- package/badge/lib/es6/index.d.mjs.map +1 -0
- package/badge/lib/es6/index.mjs +2 -0
- package/badge/lib/es6/index.mjs.map +1 -0
- package/badge/package.json +1 -1
- package/base-trigger/index.mjs +2 -2
- package/base-trigger/lib/cjs/BaseTrigger.js +24 -24
- package/base-trigger/lib/cjs/ButtonTrigger.js +8 -8
- package/base-trigger/lib/cjs/FilterTrigger.js +17 -17
- package/base-trigger/lib/cjs/LinkTrigger.js +18 -18
- package/base-trigger/lib/es6/BaseTrigger.mjs +133 -0
- package/base-trigger/lib/es6/BaseTrigger.mjs.map +1 -0
- package/base-trigger/lib/es6/ButtonTrigger.mjs +84 -0
- package/base-trigger/lib/es6/ButtonTrigger.mjs.map +1 -0
- package/base-trigger/lib/es6/FilterTrigger.mjs +260 -0
- package/base-trigger/lib/es6/FilterTrigger.mjs.map +1 -0
- package/base-trigger/lib/es6/LinkTrigger.mjs +110 -0
- package/base-trigger/lib/es6/LinkTrigger.mjs.map +1 -0
- package/base-trigger/lib/es6/index.d.mjs +2 -0
- package/base-trigger/lib/es6/index.d.mjs.map +1 -0
- package/base-trigger/lib/es6/index.mjs +5 -0
- package/base-trigger/lib/es6/index.mjs.map +1 -0
- package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/base-trigger/package.json +1 -1
- package/breadcrumbs/index.mjs +2 -2
- package/breadcrumbs/lib/cjs/Breadcrumbs.js +14 -14
- package/breadcrumbs/lib/es6/Breadcrumbs.mjs +115 -0
- package/breadcrumbs/lib/es6/Breadcrumbs.mjs.map +1 -0
- package/breadcrumbs/lib/es6/index.d.mjs +2 -0
- package/breadcrumbs/lib/es6/index.d.mjs.map +1 -0
- package/breadcrumbs/lib/es6/index.mjs +2 -0
- package/breadcrumbs/lib/es6/index.mjs.map +1 -0
- package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/breadcrumbs/package.json +1 -1
- package/breakpoints/index.mjs +2 -2
- package/breakpoints/lib/cjs/Breakpoints.js +4 -4
- package/breakpoints/lib/es6/Breakpoints.mjs +85 -0
- package/breakpoints/lib/es6/Breakpoints.mjs.map +1 -0
- package/breakpoints/lib/es6/index.d.mjs +2 -0
- package/breakpoints/lib/es6/index.d.mjs.map +1 -0
- package/breakpoints/lib/es6/index.mjs +3 -0
- package/breakpoints/lib/es6/index.mjs.map +1 -0
- package/breakpoints/package.json +1 -1
- package/bulk-textarea/BulkTextarea.d.ts +3 -0
- package/bulk-textarea/BulkTextarea.types.d.ts +33 -0
- package/bulk-textarea/components/ClearAll.d.ts +7 -0
- package/bulk-textarea/components/Counter.d.ts +10 -0
- package/bulk-textarea/components/ErrorsNavigation.d.ts +15 -0
- package/bulk-textarea/components/InputField/InputField.d.ts +98 -0
- package/bulk-textarea/components/InputField/InputField.types.d.ts +157 -0
- package/bulk-textarea/index.d.ts +3 -0
- package/bulk-textarea/index.js +8 -0
- package/bulk-textarea/index.mjs +2 -0
- package/bulk-textarea/lib/cjs/BulkTextarea.js +318 -0
- package/bulk-textarea/lib/cjs/BulkTextarea.js.map +1 -0
- package/bulk-textarea/lib/cjs/BulkTextarea.types.js +2 -0
- package/bulk-textarea/lib/cjs/BulkTextarea.types.js.map +1 -0
- package/bulk-textarea/lib/cjs/components/ClearAll.js +23 -0
- package/bulk-textarea/lib/cjs/components/ClearAll.js.map +1 -0
- package/bulk-textarea/lib/cjs/components/Counter.js +27 -0
- package/bulk-textarea/lib/cjs/components/Counter.js.map +1 -0
- package/bulk-textarea/lib/cjs/components/ErrorsNavigation.js +57 -0
- package/bulk-textarea/lib/cjs/components/ErrorsNavigation.js.map +1 -0
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js +1110 -0
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js.map +1 -0
- package/bulk-textarea/lib/cjs/components/InputField/InputField.types.js +2 -0
- package/bulk-textarea/lib/cjs/components/InputField/InputField.types.js.map +1 -0
- package/bulk-textarea/lib/cjs/components/InputField/inputField.shadow.css +160 -0
- package/bulk-textarea/lib/cjs/index.js +14 -0
- package/bulk-textarea/lib/cjs/index.js.map +1 -0
- package/bulk-textarea/lib/cjs/translations/__intergalactic-dynamic-locales.js +39 -0
- package/bulk-textarea/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -0
- package/bulk-textarea/lib/cjs/translations/de.json +10 -0
- package/bulk-textarea/lib/cjs/translations/en.json +10 -0
- package/bulk-textarea/lib/cjs/translations/es.json +10 -0
- package/bulk-textarea/lib/cjs/translations/fr.json +10 -0
- package/bulk-textarea/lib/cjs/translations/it.json +10 -0
- package/bulk-textarea/lib/cjs/translations/ja.json +10 -0
- package/bulk-textarea/lib/cjs/translations/ko.json +10 -0
- package/bulk-textarea/lib/cjs/translations/nl.json +10 -0
- package/bulk-textarea/lib/cjs/translations/pl.json +10 -0
- package/bulk-textarea/lib/cjs/translations/pt.json +10 -0
- package/bulk-textarea/lib/cjs/translations/sv.json +10 -0
- package/bulk-textarea/lib/cjs/translations/tr.json +10 -0
- package/bulk-textarea/lib/cjs/translations/vi.json +10 -0
- package/bulk-textarea/lib/cjs/translations/zh.json +10 -0
- package/bulk-textarea/lib/es6/BulkTextarea.mjs +310 -0
- package/bulk-textarea/lib/es6/BulkTextarea.mjs.map +1 -0
- package/bulk-textarea/lib/es6/BulkTextarea.types.mjs +2 -0
- package/bulk-textarea/lib/es6/BulkTextarea.types.mjs.map +1 -0
- package/bulk-textarea/lib/es6/components/ClearAll.mjs +17 -0
- package/bulk-textarea/lib/es6/components/ClearAll.mjs.map +1 -0
- package/bulk-textarea/lib/es6/components/Counter.mjs +21 -0
- package/bulk-textarea/lib/es6/components/Counter.mjs.map +1 -0
- package/bulk-textarea/lib/es6/components/ErrorsNavigation.mjs +50 -0
- package/bulk-textarea/lib/es6/components/ErrorsNavigation.mjs.map +1 -0
- package/bulk-textarea/lib/es6/components/InputField/InputField.mjs +1104 -0
- package/bulk-textarea/lib/es6/components/InputField/InputField.mjs.map +1 -0
- package/bulk-textarea/lib/es6/components/InputField/InputField.types.mjs +2 -0
- package/bulk-textarea/lib/es6/components/InputField/InputField.types.mjs.map +1 -0
- package/bulk-textarea/lib/es6/components/InputField/inputField.shadow.css +160 -0
- package/bulk-textarea/lib/es6/index.mjs +2 -0
- package/bulk-textarea/lib/es6/index.mjs.map +1 -0
- package/bulk-textarea/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/bulk-textarea/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/bulk-textarea/lib/es6/translations/de.json +10 -0
- package/bulk-textarea/lib/es6/translations/en.json +10 -0
- package/bulk-textarea/lib/es6/translations/es.json +10 -0
- package/bulk-textarea/lib/es6/translations/fr.json +10 -0
- package/bulk-textarea/lib/es6/translations/it.json +10 -0
- package/bulk-textarea/lib/es6/translations/ja.json +10 -0
- package/bulk-textarea/lib/es6/translations/ko.json +10 -0
- package/bulk-textarea/lib/es6/translations/nl.json +10 -0
- package/bulk-textarea/lib/es6/translations/pl.json +10 -0
- package/bulk-textarea/lib/es6/translations/pt.json +10 -0
- package/bulk-textarea/lib/es6/translations/sv.json +10 -0
- package/bulk-textarea/lib/es6/translations/tr.json +10 -0
- package/bulk-textarea/lib/es6/translations/vi.json +10 -0
- package/bulk-textarea/lib/es6/translations/zh.json +10 -0
- package/bulk-textarea/lib/types/BulkTextarea.d.ts +3 -0
- package/bulk-textarea/lib/types/BulkTextarea.types.d.ts +33 -0
- package/bulk-textarea/lib/types/components/ClearAll.d.ts +7 -0
- package/bulk-textarea/lib/types/components/Counter.d.ts +10 -0
- package/bulk-textarea/lib/types/components/ErrorsNavigation.d.ts +15 -0
- package/bulk-textarea/lib/types/components/InputField/InputField.d.ts +98 -0
- package/bulk-textarea/lib/types/components/InputField/InputField.types.d.ts +157 -0
- package/bulk-textarea/lib/types/index.d.ts +3 -0
- package/bulk-textarea/lib/types/translations/__intergalactic-dynamic-locales.d.ts +142 -0
- package/bulk-textarea/package.json +1 -0
- package/bulk-textarea/translations/__intergalactic-dynamic-locales.d.ts +142 -0
- package/button/index.mjs +2 -2
- package/button/lib/cjs/component/AbstractButton/AbstractButton.js +7 -7
- package/button/lib/cjs/component/AbstractButton/SpinButton.js +2 -2
- package/button/lib/cjs/component/Button/Button.js +33 -33
- package/button/lib/cjs/component/ButtonLink/ButtonLink.js +26 -26
- package/button/lib/es6/component/AbstractButton/AbstractButton.mjs +174 -0
- package/button/lib/es6/component/AbstractButton/AbstractButton.mjs.map +1 -0
- package/button/lib/es6/component/AbstractButton/AbstractButton.type.mjs +2 -0
- package/button/lib/es6/component/AbstractButton/AbstractButton.type.mjs.map +1 -0
- package/button/lib/es6/component/AbstractButton/SpinButton.mjs +21 -0
- package/button/lib/es6/component/AbstractButton/SpinButton.mjs.map +1 -0
- package/button/lib/es6/component/Button/Button.mjs +87 -0
- package/button/lib/es6/component/Button/Button.mjs.map +1 -0
- package/button/lib/es6/component/Button/Button.type.mjs +2 -0
- package/button/lib/es6/component/Button/Button.type.mjs.map +1 -0
- package/button/lib/es6/component/ButtonLink/ButtonLink.mjs +86 -0
- package/button/lib/es6/component/ButtonLink/ButtonLink.mjs.map +1 -0
- package/button/lib/es6/component/ButtonLink/ButtonLink.type.mjs +2 -0
- package/button/lib/es6/component/ButtonLink/ButtonLink.type.mjs.map +1 -0
- package/button/lib/es6/index.mjs +6 -0
- package/button/lib/es6/index.mjs.map +1 -0
- package/button/package.json +1 -1
- package/card/index.mjs +2 -2
- package/card/lib/cjs/Card.js +12 -12
- package/card/lib/es6/Card.mjs +107 -0
- package/card/lib/es6/Card.mjs.map +1 -0
- package/card/lib/es6/index.d.mjs +2 -0
- package/card/lib/es6/index.d.mjs.map +1 -0
- package/card/lib/es6/index.mjs +2 -0
- package/card/lib/es6/index.mjs.map +1 -0
- package/card/package.json +1 -1
- package/carousel/index.mjs +2 -2
- package/carousel/lib/cjs/Carousel.js +30 -30
- package/carousel/lib/es6/Carousel.mjs +760 -0
- package/carousel/lib/es6/Carousel.mjs.map +1 -0
- package/carousel/lib/es6/Carousel.types.mjs +2 -0
- package/carousel/lib/es6/Carousel.types.mjs.map +1 -0
- package/carousel/lib/es6/index.mjs +3 -0
- package/carousel/lib/es6/index.mjs.map +1 -0
- package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/carousel/package.json +1 -1
- package/checkbox/index.mjs +2 -2
- package/checkbox/lib/cjs/Checkbox.js +28 -28
- package/checkbox/lib/es6/Checkbox.mjs +314 -0
- package/checkbox/lib/es6/Checkbox.mjs.map +1 -0
- package/checkbox/lib/es6/index.d.mjs +2 -0
- package/checkbox/lib/es6/index.d.mjs.map +1 -0
- package/checkbox/lib/es6/index.mjs +3 -0
- package/checkbox/lib/es6/index.mjs.map +1 -0
- package/checkbox/package.json +1 -1
- package/color-picker/index.mjs +2 -2
- package/color-picker/lib/cjs/ColorPicker.js +31 -31
- package/color-picker/lib/cjs/PaletteManager.js +30 -30
- package/color-picker/lib/cjs/components/InputColor.js +31 -31
- package/color-picker/lib/cjs/components/Item.js +1 -1
- package/color-picker/lib/cjs/components/colors.js +1 -1
- package/color-picker/lib/es6/ColorPicker.mjs +242 -0
- package/color-picker/lib/es6/ColorPicker.mjs.map +1 -0
- package/color-picker/lib/es6/PaletteManager.mjs +160 -0
- package/color-picker/lib/es6/PaletteManager.mjs.map +1 -0
- package/color-picker/lib/es6/components/InputColor.mjs +184 -0
- package/color-picker/lib/es6/components/InputColor.mjs.map +1 -0
- package/color-picker/lib/es6/components/Item.mjs +76 -0
- package/color-picker/lib/es6/components/Item.mjs.map +1 -0
- package/color-picker/lib/es6/components/colors.mjs +56 -0
- package/color-picker/lib/es6/components/colors.mjs.map +1 -0
- package/color-picker/lib/es6/components/index.mjs +4 -0
- package/color-picker/lib/es6/components/index.mjs.map +1 -0
- package/color-picker/lib/es6/index.d.mjs +2 -0
- package/color-picker/lib/es6/index.d.mjs.map +1 -0
- package/color-picker/lib/es6/index.mjs +3 -0
- package/color-picker/lib/es6/index.mjs.map +1 -0
- package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/color-picker/package.json +1 -1
- package/components.json +75 -73
- package/core/index.mjs +2 -2
- package/core/lib/es6/index.mjs +4 -0
- package/core/lib/es6/index.mjs.map +1 -0
- package/core/package.json +1 -1
- package/counter/index.mjs +2 -2
- package/counter/lib/cjs/AnimatedNumber.js +2 -2
- package/counter/lib/cjs/Counter.js +17 -17
- package/counter/lib/cjs/style/counter.shadow.css +1 -0
- package/counter/lib/es6/AnimatedNumber.mjs +68 -0
- package/counter/lib/es6/AnimatedNumber.mjs.map +1 -0
- package/counter/lib/es6/Counter.mjs +62 -0
- package/counter/lib/es6/Counter.mjs.map +1 -0
- package/counter/lib/es6/index.d.mjs +2 -0
- package/counter/lib/es6/index.d.mjs.map +1 -0
- package/counter/lib/es6/index.mjs +2 -0
- package/counter/lib/es6/index.mjs.map +1 -0
- package/counter/lib/es6/style/counter.shadow.css +1 -0
- package/counter/package.json +1 -1
- package/d3-chart/index.mjs +1 -1
- package/d3-chart/lib/cjs/AnimatedClipPath.js +7 -7
- package/d3-chart/lib/cjs/Area.js +17 -17
- package/d3-chart/lib/cjs/Axis.js +21 -21
- package/d3-chart/lib/cjs/Bar.js +22 -22
- package/d3-chart/lib/cjs/Bubble.js +20 -20
- package/d3-chart/lib/cjs/CompactHorizontalBar.js +24 -24
- package/d3-chart/lib/cjs/Donut.js +18 -18
- package/d3-chart/lib/cjs/Dots.js +9 -9
- package/d3-chart/lib/cjs/GroupBar.js +5 -5
- package/d3-chart/lib/cjs/HorizontalBar.js +22 -22
- package/d3-chart/lib/cjs/Hover.js +11 -11
- package/d3-chart/lib/cjs/Line.js +15 -15
- package/d3-chart/lib/cjs/Pattern.js +3 -3
- package/d3-chart/lib/cjs/Plot.js +11 -11
- package/d3-chart/lib/cjs/Radar.js +28 -28
- package/d3-chart/lib/cjs/RadialTree.js +22 -22
- package/d3-chart/lib/cjs/Reference.js +19 -19
- package/d3-chart/lib/cjs/ResponsiveContainer.js +8 -8
- package/d3-chart/lib/cjs/ScatterPlot.js +17 -17
- package/d3-chart/lib/cjs/StackBar.js +8 -8
- package/d3-chart/lib/cjs/StackedArea.js +6 -6
- package/d3-chart/lib/cjs/Tooltip.js +17 -17
- package/d3-chart/lib/cjs/Venn.js +18 -18
- package/d3-chart/lib/cjs/a11y/DataAccessibilityTable.js +4 -4
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +6 -6
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +4 -4
- package/d3-chart/lib/cjs/a11y/hints.js +3 -3
- package/d3-chart/lib/cjs/a11y/insights.js +5 -5
- package/d3-chart/lib/cjs/a11y/locale.js +1 -1
- package/d3-chart/lib/cjs/a11y/serialize.js +4 -4
- package/d3-chart/lib/cjs/component/Chart/AbstractChart.js +9 -9
- package/d3-chart/lib/cjs/component/Chart/AreaChart.js +8 -8
- package/d3-chart/lib/cjs/component/Chart/BarChart.js +10 -10
- package/d3-chart/lib/cjs/component/Chart/BubbleChart.js +5 -5
- package/d3-chart/lib/cjs/component/Chart/CigaretteChart.js +10 -10
- package/d3-chart/lib/cjs/component/Chart/CompactHorizontalBarChart.js +8 -8
- package/d3-chart/lib/cjs/component/Chart/DonutChart.js +5 -5
- package/d3-chart/lib/cjs/component/Chart/HistogramChart.js +9 -9
- package/d3-chart/lib/cjs/component/Chart/LineChart.js +8 -8
- package/d3-chart/lib/cjs/component/Chart/RadarChart.js +8 -8
- package/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.js +7 -7
- package/d3-chart/lib/cjs/component/Chart/VennChart.js +5 -5
- package/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.js +7 -7
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +10 -10
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +24 -24
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +12 -12
- package/d3-chart/lib/cjs/component/Cigarette/Cigarette.js +6 -6
- package/d3-chart/lib/cjs/component/StackGroupBar/StackGroupBar.js +8 -8
- package/d3-chart/lib/cjs/createElement.js +3 -3
- package/d3-chart/lib/cjs/utils.js +5 -5
- package/d3-chart/lib/es6/AnimatedClipPath.mjs +53 -0
- package/d3-chart/lib/es6/AnimatedClipPath.mjs.map +1 -0
- package/d3-chart/lib/es6/Area.mjs +235 -0
- package/d3-chart/lib/es6/Area.mjs.map +1 -0
- package/d3-chart/lib/es6/Axis.mjs +463 -0
- package/d3-chart/lib/es6/Axis.mjs.map +1 -0
- package/d3-chart/lib/es6/Bar.mjs +232 -0
- package/d3-chart/lib/es6/Bar.mjs.map +1 -0
- package/d3-chart/lib/es6/Bubble.mjs +245 -0
- package/d3-chart/lib/es6/Bubble.mjs.map +1 -0
- package/d3-chart/lib/es6/CompactHorizontalBar.mjs +591 -0
- package/d3-chart/lib/es6/CompactHorizontalBar.mjs.map +1 -0
- package/d3-chart/lib/es6/Donut.mjs +501 -0
- package/d3-chart/lib/es6/Donut.mjs.map +1 -0
- package/d3-chart/lib/es6/Dots.mjs +137 -0
- package/d3-chart/lib/es6/Dots.mjs.map +1 -0
- package/d3-chart/lib/es6/GroupBar.mjs +105 -0
- package/d3-chart/lib/es6/GroupBar.mjs.map +1 -0
- package/d3-chart/lib/es6/HorizontalBar.mjs +211 -0
- package/d3-chart/lib/es6/HorizontalBar.mjs.map +1 -0
- package/d3-chart/lib/es6/Hover.mjs +243 -0
- package/d3-chart/lib/es6/Hover.mjs.map +1 -0
- package/d3-chart/lib/es6/Line.mjs +248 -0
- package/d3-chart/lib/es6/Line.mjs.map +1 -0
- package/d3-chart/lib/es6/Pattern.mjs +534 -0
- package/d3-chart/lib/es6/Pattern.mjs.map +1 -0
- package/d3-chart/lib/es6/Plot.mjs +156 -0
- package/d3-chart/lib/es6/Plot.mjs.map +1 -0
- package/d3-chart/lib/es6/Radar.mjs +846 -0
- package/d3-chart/lib/es6/Radar.mjs.map +1 -0
- package/d3-chart/lib/es6/RadialTree.mjs +683 -0
- package/d3-chart/lib/es6/RadialTree.mjs.map +1 -0
- package/d3-chart/lib/es6/Reference.mjs +276 -0
- package/d3-chart/lib/es6/Reference.mjs.map +1 -0
- package/d3-chart/lib/es6/ResponsiveContainer.mjs +108 -0
- package/d3-chart/lib/es6/ResponsiveContainer.mjs.map +1 -0
- package/d3-chart/lib/es6/ScatterPlot.mjs +215 -0
- package/d3-chart/lib/es6/ScatterPlot.mjs.map +1 -0
- package/d3-chart/lib/es6/StackBar.mjs +198 -0
- package/d3-chart/lib/es6/StackBar.mjs.map +1 -0
- package/d3-chart/lib/es6/StackedArea.mjs +89 -0
- package/d3-chart/lib/es6/StackedArea.mjs.map +1 -0
- package/d3-chart/lib/es6/Tooltip.mjs +278 -0
- package/d3-chart/lib/es6/Tooltip.mjs.map +1 -0
- package/d3-chart/lib/es6/Venn.mjs +255 -0
- package/d3-chart/lib/es6/Venn.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/DataAccessibilityTable.mjs +108 -0
- package/d3-chart/lib/es6/a11y/DataAccessibilityTable.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/PlotA11yModule.mjs +126 -0
- package/d3-chart/lib/es6/a11y/PlotA11yModule.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/PlotA11yView.mjs +149 -0
- package/d3-chart/lib/es6/a11y/PlotA11yView.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/bezier.mjs +30 -0
- package/d3-chart/lib/es6/a11y/bezier.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/focus.mjs +42 -0
- package/d3-chart/lib/es6/a11y/focus.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/hints.mjs +118 -0
- package/d3-chart/lib/es6/a11y/hints.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/insights.mjs +715 -0
- package/d3-chart/lib/es6/a11y/insights.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/intl.mjs +15 -0
- package/d3-chart/lib/es6/a11y/intl.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/locale.mjs +41 -0
- package/d3-chart/lib/es6/a11y/locale.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/serialize.mjs +385 -0
- package/d3-chart/lib/es6/a11y/serialize.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/summarize.mjs +12 -0
- package/d3-chart/lib/es6/a11y/summarize.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.mjs +31 -0
- package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.mjs +31 -0
- package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/d3-chart/lib/es6/color.mjs +127 -0
- package/d3-chart/lib/es6/color.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/AbstractChart.mjs +452 -0
- package/d3-chart/lib/es6/component/Chart/AbstractChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/AbstractChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/AbstractChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/AreaChart.mjs +162 -0
- package/d3-chart/lib/es6/component/Chart/AreaChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/AreaChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/AreaChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/BarChart.mjs +272 -0
- package/d3-chart/lib/es6/component/Chart/BarChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/BarChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/BarChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/BubbleChart.mjs +146 -0
- package/d3-chart/lib/es6/component/Chart/BubbleChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/BubbleChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/BubbleChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.mjs +325 -0
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.mjs +128 -0
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/DonutChart.mjs +119 -0
- package/d3-chart/lib/es6/component/Chart/DonutChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/DonutChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/DonutChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/HistogramChart.mjs +191 -0
- package/d3-chart/lib/es6/component/Chart/HistogramChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/HistogramChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/HistogramChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/LineChart.mjs +149 -0
- package/d3-chart/lib/es6/component/Chart/LineChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/LineChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/LineChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/RadarChart.mjs +124 -0
- package/d3-chart/lib/es6/component/Chart/RadarChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/RadarChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/RadarChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.mjs +169 -0
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/VennChart.mjs +144 -0
- package/d3-chart/lib/es6/component/Chart/VennChart.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/VennChart.type.mjs +2 -0
- package/d3-chart/lib/es6/component/Chart/VennChart.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Chart/index.mjs +25 -0
- package/d3-chart/lib/es6/component/Chart/index.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.mjs +96 -0
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.mjs +2 -0
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.mjs +88 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.mjs +2 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.mjs +275 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.mjs +6 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.mjs +94 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.mjs +2 -0
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.mjs.map +1 -0
- package/d3-chart/lib/es6/component/ChartLegend/index.mjs +5 -0
- package/d3-chart/lib/es6/component/ChartLegend/index.mjs.map +1 -0
- package/d3-chart/lib/es6/component/Cigarette/Cigarette.mjs +161 -0
- package/d3-chart/lib/es6/component/Cigarette/Cigarette.mjs.map +1 -0
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.mjs +163 -0
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.mjs.map +1 -0
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.mjs +2 -0
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.mjs.map +1 -0
- package/d3-chart/lib/es6/createElement.d.mjs +2 -0
- package/d3-chart/lib/es6/createElement.d.mjs.map +1 -0
- package/d3-chart/lib/es6/createElement.mjs +119 -0
- package/d3-chart/lib/es6/createElement.mjs.map +1 -0
- package/d3-chart/lib/es6/index.mjs +28 -0
- package/d3-chart/lib/es6/index.mjs.map +1 -0
- package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.mjs +29 -0
- package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Area.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Area.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Axis.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Axis.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Bar.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Bar.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Bubble.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Bubble.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/ClipPath.d.mjs +2 -0
- package/d3-chart/lib/es6/types/ClipPath.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/CompactHorizontalBar.d.mjs +2 -0
- package/d3-chart/lib/es6/types/CompactHorizontalBar.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Donut.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Donut.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/GroupBar.d.mjs +2 -0
- package/d3-chart/lib/es6/types/GroupBar.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/HorizontalBar.d.mjs +2 -0
- package/d3-chart/lib/es6/types/HorizontalBar.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Hover.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Hover.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Line.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Line.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Plot.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Plot.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Radar.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Radar.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Reference.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Reference.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/ResponsiveContainer.d.mjs +2 -0
- package/d3-chart/lib/es6/types/ResponsiveContainer.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/ScatterPlot.d.mjs +2 -0
- package/d3-chart/lib/es6/types/ScatterPlot.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/StackBar.d.mjs +2 -0
- package/d3-chart/lib/es6/types/StackBar.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/StackedArea.d.mjs +2 -0
- package/d3-chart/lib/es6/types/StackedArea.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Tooltip.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Tooltip.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/Venn.d.mjs +2 -0
- package/d3-chart/lib/es6/types/Venn.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/context.d.mjs +2 -0
- package/d3-chart/lib/es6/types/context.d.mjs.map +1 -0
- package/d3-chart/lib/es6/types/index.d.mjs +83 -0
- package/d3-chart/lib/es6/types/index.d.mjs.map +1 -0
- package/d3-chart/lib/es6/utils.mjs +259 -0
- package/d3-chart/lib/es6/utils.mjs.map +1 -0
- package/d3-chart/package.json +1 -1
- package/data-table/index.mjs +2 -2
- package/data-table/lib/cjs/Body.js +16 -16
- package/data-table/lib/cjs/Body.js.map +1 -1
- package/data-table/lib/cjs/DataTable.js +45 -45
- package/data-table/lib/cjs/Head.js +8 -8
- package/data-table/lib/es6/Body.mjs +467 -0
- package/data-table/lib/es6/Body.mjs.map +1 -0
- package/data-table/lib/es6/DataTable.mjs +617 -0
- package/data-table/lib/es6/DataTable.mjs.map +1 -0
- package/data-table/lib/es6/Head.mjs +390 -0
- package/data-table/lib/es6/Head.mjs.map +1 -0
- package/data-table/lib/es6/index.mjs +3 -0
- package/data-table/lib/es6/index.mjs.map +1 -0
- package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/data-table/lib/es6/types.mjs +2 -0
- package/data-table/lib/es6/types.mjs.map +1 -0
- package/data-table/lib/es6/utils.mjs +48 -0
- package/data-table/lib/es6/utils.mjs.map +1 -0
- package/data-table/package.json +1 -1
- package/date-picker/index.mjs +1 -1
- package/date-picker/lib/cjs/DatePicker.js +9 -9
- package/date-picker/lib/cjs/DateRangeComparator.js +9 -9
- package/date-picker/lib/cjs/DateRangePicker.js +9 -9
- package/date-picker/lib/cjs/MonthDateRangeComparator.js +9 -9
- package/date-picker/lib/cjs/MonthPicker.js +9 -9
- package/date-picker/lib/cjs/MonthRangePicker.js +9 -9
- package/date-picker/lib/cjs/components/Calendar.js +31 -31
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +37 -37
- package/date-picker/lib/cjs/components/InputTrigger.js +42 -41
- package/date-picker/lib/cjs/components/InputTrigger.js.map +1 -1
- package/date-picker/lib/cjs/components/PickerAbstract.js +35 -35
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +36 -36
- package/date-picker/lib/cjs/components/index.js +9 -9
- package/date-picker/lib/cjs/utils/cronTabScheduler.js +1 -1
- package/date-picker/lib/cjs/utils/datesIntersects.js +1 -1
- package/date-picker/lib/cjs/utils/includesDate.js +1 -1
- package/date-picker/lib/cjs/utils/shortDateRangeFormat.js +1 -1
- package/date-picker/lib/es6/DatePicker.mjs +177 -0
- package/date-picker/lib/es6/DatePicker.mjs.map +1 -0
- package/date-picker/lib/es6/DateRangeComparator.mjs +243 -0
- package/date-picker/lib/es6/DateRangeComparator.mjs.map +1 -0
- package/date-picker/lib/es6/DateRangePicker.mjs +129 -0
- package/date-picker/lib/es6/DateRangePicker.mjs.map +1 -0
- package/date-picker/lib/es6/MonthDateRangeComparator.mjs +282 -0
- package/date-picker/lib/es6/MonthDateRangeComparator.mjs.map +1 -0
- package/date-picker/lib/es6/MonthPicker.mjs +117 -0
- package/date-picker/lib/es6/MonthPicker.mjs.map +1 -0
- package/date-picker/lib/es6/MonthRangePicker.mjs +143 -0
- package/date-picker/lib/es6/MonthRangePicker.mjs.map +1 -0
- package/date-picker/lib/es6/components/ButtonTrigger.mjs +20 -0
- package/date-picker/lib/es6/components/ButtonTrigger.mjs.map +1 -0
- package/date-picker/lib/es6/components/Calendar.mjs +560 -0
- package/date-picker/lib/es6/components/Calendar.mjs.map +1 -0
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.mjs +701 -0
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.mjs.map +1 -0
- package/date-picker/lib/es6/components/InputTrigger.mjs +974 -0
- package/date-picker/lib/es6/components/InputTrigger.mjs.map +1 -0
- package/date-picker/lib/es6/components/PickerAbstract.mjs +292 -0
- package/date-picker/lib/es6/components/PickerAbstract.mjs.map +1 -0
- package/date-picker/lib/es6/components/RangePickerAbstract.mjs +480 -0
- package/date-picker/lib/es6/components/RangePickerAbstract.mjs.map +1 -0
- package/date-picker/lib/es6/components/index.mjs +167 -0
- package/date-picker/lib/es6/components/index.mjs.map +1 -0
- package/date-picker/lib/es6/index.d.mjs +2 -0
- package/date-picker/lib/es6/index.d.mjs.map +1 -0
- package/date-picker/lib/es6/index.mjs +8 -0
- package/date-picker/lib/es6/index.mjs.map +1 -0
- package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/date-picker/lib/es6/utils/cronTabScheduler.mjs +90 -0
- package/date-picker/lib/es6/utils/cronTabScheduler.mjs.map +1 -0
- package/date-picker/lib/es6/utils/datesIntersects.mjs +22 -0
- package/date-picker/lib/es6/utils/datesIntersects.mjs.map +1 -0
- package/date-picker/lib/es6/utils/formatDate.mjs +25 -0
- package/date-picker/lib/es6/utils/formatDate.mjs.map +1 -0
- package/date-picker/lib/es6/utils/includesDate.mjs +18 -0
- package/date-picker/lib/es6/utils/includesDate.mjs.map +1 -0
- package/date-picker/lib/es6/utils/shortDateRangeFormat.mjs +62 -0
- package/date-picker/lib/es6/utils/shortDateRangeFormat.mjs.map +1 -0
- package/date-picker/package.json +1 -1
- package/divider/index.mjs +2 -2
- package/divider/lib/cjs/Divider.js +16 -16
- package/divider/lib/es6/Divider.mjs +59 -0
- package/divider/lib/es6/Divider.mjs.map +1 -0
- package/divider/lib/es6/index.d.mjs +2 -0
- package/divider/lib/es6/index.d.mjs.map +1 -0
- package/divider/lib/es6/index.mjs +2 -0
- package/divider/lib/es6/index.mjs.map +1 -0
- package/divider/package.json +1 -1
- package/dot/index.mjs +2 -2
- package/dot/lib/cjs/Dot.js +17 -17
- package/dot/lib/es6/Dot.mjs +100 -0
- package/dot/lib/es6/Dot.mjs.map +1 -0
- package/dot/lib/es6/index.d.mjs +2 -0
- package/dot/lib/es6/index.d.mjs.map +1 -0
- package/dot/lib/es6/index.mjs +2 -0
- package/dot/lib/es6/index.mjs.map +1 -0
- package/dot/package.json +1 -1
- package/drag-and-drop/index.mjs +2 -2
- package/drag-and-drop/lib/cjs/DragAndDrop.js +25 -25
- package/drag-and-drop/lib/es6/DragAndDrop.mjs +661 -0
- package/drag-and-drop/lib/es6/DragAndDrop.mjs.map +1 -0
- package/drag-and-drop/lib/es6/index.d.mjs +2 -0
- package/drag-and-drop/lib/es6/index.d.mjs.map +1 -0
- package/drag-and-drop/lib/es6/index.mjs +2 -0
- package/drag-and-drop/lib/es6/index.mjs.map +1 -0
- package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/drag-and-drop/package.json +1 -1
- package/dropdown/index.mjs +2 -2
- package/dropdown/lib/cjs/AbstractDropdown.js +6 -6
- package/dropdown/lib/cjs/Dropdown.js +28 -28
- package/dropdown/lib/cjs/DropdownItem.js +1 -1
- package/dropdown/lib/es6/AbstractDropdown.mjs +385 -0
- package/dropdown/lib/es6/AbstractDropdown.mjs.map +1 -0
- package/dropdown/lib/es6/Dropdown.mjs +242 -0
- package/dropdown/lib/es6/Dropdown.mjs.map +1 -0
- package/dropdown/lib/es6/DropdownItem.mjs +12 -0
- package/dropdown/lib/es6/DropdownItem.mjs.map +1 -0
- package/dropdown/lib/es6/index.d.mjs +2 -0
- package/dropdown/lib/es6/index.d.mjs.map +1 -0
- package/dropdown/lib/es6/index.mjs +3 -0
- package/dropdown/lib/es6/index.mjs.map +1 -0
- package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/dropdown/package.json +1 -1
- package/dropdown-menu/index.mjs +2 -2
- package/dropdown-menu/lib/cjs/DropdownMenu.js +31 -31
- package/dropdown-menu/lib/es6/DropdownMenu.mjs +551 -0
- package/dropdown-menu/lib/es6/DropdownMenu.mjs.map +1 -0
- package/dropdown-menu/lib/es6/index.d.mjs +2 -0
- package/dropdown-menu/lib/es6/index.d.mjs.map +1 -0
- package/dropdown-menu/lib/es6/index.mjs +2 -0
- package/dropdown-menu/lib/es6/index.mjs.map +1 -0
- package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/dropdown-menu/package.json +1 -1
- package/ellipsis/index.mjs +2 -2
- package/ellipsis/lib/cjs/Ellipsis.js +19 -19
- package/ellipsis/lib/cjs/useResizeObserver.js +1 -1
- package/ellipsis/lib/es6/Ellipsis.mjs +303 -0
- package/ellipsis/lib/es6/Ellipsis.mjs.map +1 -0
- package/ellipsis/lib/es6/index.d.mjs +2 -0
- package/ellipsis/lib/es6/index.d.mjs.map +1 -0
- package/ellipsis/lib/es6/index.mjs +3 -0
- package/ellipsis/lib/es6/index.mjs.map +1 -0
- package/ellipsis/lib/es6/useResizeObserver.mjs +37 -0
- package/ellipsis/lib/es6/useResizeObserver.mjs.map +1 -0
- package/ellipsis/package.json +1 -1
- package/errors/index.mjs +2 -2
- package/errors/lib/cjs/AccessDenied/index.js +5 -5
- package/errors/lib/cjs/Error.js +15 -15
- package/errors/lib/cjs/Maintenance/index.js +5 -5
- package/errors/lib/cjs/PageError/index.js +7 -7
- package/errors/lib/cjs/PageNotFound/index.js +5 -5
- package/errors/lib/cjs/ProjectNotFound/index.js +5 -5
- package/errors/lib/es6/AccessDenied/index.mjs +55 -0
- package/errors/lib/es6/AccessDenied/index.mjs.map +1 -0
- package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/errors/lib/es6/Error.mjs +89 -0
- package/errors/lib/es6/Error.mjs.map +1 -0
- package/errors/lib/es6/Maintenance/index.mjs +54 -0
- package/errors/lib/es6/Maintenance/index.mjs.map +1 -0
- package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/errors/lib/es6/PageError/index.mjs +64 -0
- package/errors/lib/es6/PageError/index.mjs.map +1 -0
- package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/errors/lib/es6/PageNotFound/index.mjs +53 -0
- package/errors/lib/es6/PageNotFound/index.mjs.map +1 -0
- package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/errors/lib/es6/ProjectNotFound/index.mjs +72 -0
- package/errors/lib/es6/ProjectNotFound/index.mjs.map +1 -0
- package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/errors/lib/es6/index.d.mjs +16 -0
- package/errors/lib/es6/index.d.mjs.map +1 -0
- package/errors/lib/es6/index.mjs +8 -0
- package/errors/lib/es6/index.mjs.map +1 -0
- package/errors/package.json +1 -1
- package/feature-popover/index.mjs +2 -2
- package/feature-popover/lib/cjs/FeaturePopover.js +20 -20
- package/feature-popover/lib/es6/FeaturePopover.mjs +212 -0
- package/feature-popover/lib/es6/FeaturePopover.mjs.map +1 -0
- package/feature-popover/lib/es6/index.d.mjs +2 -0
- package/feature-popover/lib/es6/index.d.mjs.map +1 -0
- package/feature-popover/lib/es6/index.mjs +2 -0
- package/feature-popover/lib/es6/index.mjs.map +1 -0
- package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/feature-popover/package.json +1 -1
- package/feedback-form/component/feedback-rating/FeedbackRating.type.d.ts +3 -1
- package/feedback-form/index.mjs +2 -2
- package/feedback-form/lib/cjs/FeedbackForm.js +16 -16
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +10 -10
- package/feedback-form/lib/cjs/component/feedback-item/FeedbackItem.js +3 -3
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +23 -18
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js.map +1 -1
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.type.js.map +1 -1
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +14 -14
- package/feedback-form/lib/cjs/component/submit-button/SubmitButton.js +1 -1
- package/feedback-form/lib/es6/FeedbackForm.mjs +165 -0
- package/feedback-form/lib/es6/FeedbackForm.mjs.map +1 -0
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.mjs +56 -0
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.mjs.map +1 -0
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.mjs +62 -0
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.mjs.map +1 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.mjs +374 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.mjs.map +1 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.mjs +2 -0
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.mjs.map +1 -0
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.mjs +219 -0
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.mjs.map +1 -0
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.mjs +17 -0
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.mjs.map +1 -0
- package/feedback-form/lib/es6/index.d.mjs +6 -0
- package/feedback-form/lib/es6/index.d.mjs.map +1 -0
- package/feedback-form/lib/es6/index.mjs +4 -0
- package/feedback-form/lib/es6/index.mjs.map +1 -0
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.type.d.ts +3 -1
- package/feedback-form/package.json +1 -1
- package/flags/index.mjs +2 -2
- package/flags/lib/cjs/Flags.js +7 -7
- package/flags/lib/es6/Flags.mjs +97 -0
- package/flags/lib/es6/Flags.mjs.map +1 -0
- package/flags/lib/es6/index.d.mjs +2 -0
- package/flags/lib/es6/index.d.mjs.map +1 -0
- package/flags/lib/es6/index.mjs +3 -0
- package/flags/lib/es6/index.mjs.map +1 -0
- package/flags/lib/sprites/sprite@1x.css +256 -256
- package/flags/lib/sprites/sprite@2x.css +257 -257
- package/flags/package.json +1 -1
- package/flex-box/index.mjs +1 -1
- package/flex-box/lib/cjs/Box/index.js +1 -1
- package/flex-box/lib/cjs/Box/useBox.js +6 -6
- package/flex-box/lib/cjs/Flex/index.js +1 -1
- package/flex-box/lib/cjs/Flex/useFlex.js +6 -6
- package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +3 -3
- package/flex-box/lib/cjs/screen-reader-only-box/ScreenReaderOnlyBox.js +3 -3
- package/flex-box/lib/es6/Box/index.mjs +14 -0
- package/flex-box/lib/es6/Box/index.mjs.map +1 -0
- package/flex-box/lib/es6/Box/useBox.mjs +125 -0
- package/flex-box/lib/es6/Box/useBox.mjs.map +1 -0
- package/flex-box/lib/es6/Flex/index.mjs +14 -0
- package/flex-box/lib/es6/Flex/index.mjs.map +1 -0
- package/flex-box/lib/es6/Flex/useFlex.mjs +70 -0
- package/flex-box/lib/es6/Flex/useFlex.mjs.map +1 -0
- package/flex-box/lib/es6/index.mjs +11 -0
- package/flex-box/lib/es6/index.mjs.map +1 -0
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.mjs +19 -0
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.mjs.map +1 -0
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.mjs +21 -0
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.mjs.map +1 -0
- package/flex-box/lib/es6/utils.mjs +13 -0
- package/flex-box/lib/es6/utils.mjs.map +1 -0
- package/flex-box/package.json +1 -1
- package/format-text/index.mjs +2 -2
- package/format-text/lib/cjs/FormatText.js +11 -11
- package/format-text/lib/es6/FormatText.mjs +44 -0
- package/format-text/lib/es6/FormatText.mjs.map +1 -0
- package/format-text/lib/es6/index.mjs +3 -0
- package/format-text/lib/es6/index.mjs.map +1 -0
- package/format-text/package.json +1 -1
- package/fullscreen-modal/index.mjs +2 -2
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +20 -20
- package/fullscreen-modal/lib/es6/FullscreenModal.mjs +230 -0
- package/fullscreen-modal/lib/es6/FullscreenModal.mjs.map +1 -0
- package/fullscreen-modal/lib/es6/index.d.mjs +2 -0
- package/fullscreen-modal/lib/es6/index.d.mjs.map +1 -0
- package/fullscreen-modal/lib/es6/index.mjs +2 -0
- package/fullscreen-modal/lib/es6/index.mjs.map +1 -0
- package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/fullscreen-modal/package.json +1 -1
- package/grid/index.mjs +1 -1
- package/grid/lib/cjs/Grid.js +121 -121
- package/grid/lib/es6/Grid.mjs +212 -0
- package/grid/lib/es6/Grid.mjs.map +1 -0
- package/grid/lib/es6/index.d.mjs +2 -0
- package/grid/lib/es6/index.d.mjs.map +1 -0
- package/grid/lib/es6/index.mjs +4 -0
- package/grid/lib/es6/index.mjs.map +1 -0
- package/grid/package.json +1 -1
- package/i18n-unplugin/index.mjs +1 -1
- package/i18n-unplugin/lib/cjs/index.js +4 -4
- package/i18n-unplugin/lib/es6/index.mjs +154 -0
- package/i18n-unplugin/lib/es6/index.mjs.map +1 -0
- package/i18n-unplugin/package.json +1 -1
- package/icon/color/Confluence/l/index.js +4 -4
- package/icon/color/Confluence/l/index.mjs +4 -4
- package/icon/color/Confluence/m/index.js +4 -4
- package/icon/color/Confluence/m/index.mjs +4 -4
- package/icon/color/MetaColored/l/index.js +4 -4
- package/icon/color/MetaColored/l/index.mjs +4 -4
- package/icon/color/MetaColored/m/index.js +4 -4
- package/icon/color/MetaColored/m/index.mjs +4 -4
- package/icon/color/MicrosoftOffice/l/index.js +10 -10
- package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
- package/icon/color/MicrosoftOffice/m/index.js +10 -10
- package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
- package/icon/index.mjs +2 -2
- package/icon/lib/cjs/Icon.js +9 -9
- package/icon/lib/es6/Icon.mjs +82 -0
- package/icon/lib/es6/Icon.mjs.map +1 -0
- package/icon/lib/es6/index.d.mjs +2 -0
- package/icon/lib/es6/index.d.mjs.map +1 -0
- package/icon/lib/es6/index.mjs +2 -0
- package/icon/lib/es6/index.mjs.map +1 -0
- package/icon/package.json +1 -1
- package/icon/pay/Discover/l/index.js +1 -1
- package/icon/pay/Discover/l/index.mjs +1 -1
- package/icon/pay/Discover/m/index.js +1 -1
- package/icon/pay/Discover/m/index.mjs +1 -1
- package/icon/pay/JCB/l/index.js +10 -10
- package/icon/pay/JCB/l/index.mjs +10 -10
- package/icon/pay/JCB/m/index.js +10 -10
- package/icon/pay/JCB/m/index.mjs +10 -10
- package/icon/pay/Visa/l/index.js +2 -2
- package/icon/pay/Visa/l/index.mjs +2 -2
- package/icon/pay/Visa/m/index.js +2 -2
- package/icon/pay/Visa/m/index.mjs +2 -2
- package/illustration/index.mjs +1 -1
- package/illustration/lib/cjs/index.js +1 -1
- package/illustration/lib/es6/index.d.mjs +2 -0
- package/illustration/lib/es6/index.d.mjs.map +1 -0
- package/illustration/lib/es6/index.mjs +15 -0
- package/illustration/lib/es6/index.mjs.map +1 -0
- package/illustration/package.json +1 -1
- package/inline-edit/index.mjs +2 -2
- package/inline-edit/lib/cjs/InlineEdit.js +12 -12
- package/inline-edit/lib/es6/InlineEdit.mjs +182 -0
- package/inline-edit/lib/es6/InlineEdit.mjs.map +1 -0
- package/inline-edit/lib/es6/index.d.mjs +2 -0
- package/inline-edit/lib/es6/index.d.mjs.map +1 -0
- package/inline-edit/lib/es6/index.mjs +2 -0
- package/inline-edit/lib/es6/index.mjs.map +1 -0
- package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/inline-edit/package.json +1 -1
- package/inline-input/index.mjs +2 -2
- package/inline-input/lib/cjs/InlineInput.js +21 -21
- package/inline-input/lib/es6/InlineInput.mjs +416 -0
- package/inline-input/lib/es6/InlineInput.mjs.map +1 -0
- package/inline-input/lib/es6/index.d.mjs +2 -0
- package/inline-input/lib/es6/index.d.mjs.map +1 -0
- package/inline-input/lib/es6/index.mjs +3 -0
- package/inline-input/lib/es6/index.mjs.map +1 -0
- package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/inline-input/package.json +1 -1
- package/input/index.mjs +2 -2
- package/input/lib/cjs/Input.js +24 -24
- package/input/lib/es6/Input.mjs +228 -0
- package/input/lib/es6/Input.mjs.map +1 -0
- package/input/lib/es6/index.d.mjs +2 -0
- package/input/lib/es6/index.d.mjs.map +1 -0
- package/input/lib/es6/index.mjs +2 -0
- package/input/lib/es6/index.mjs.map +1 -0
- package/input/package.json +1 -1
- package/input-mask/InputMask.d.ts +1 -1
- package/input-mask/index.mjs +2 -2
- package/input-mask/lib/cjs/InputMask.js +16 -16
- package/input-mask/lib/cjs/InputMask.js.map +1 -1
- package/input-mask/lib/es6/InputMask.mjs +361 -0
- package/input-mask/lib/es6/InputMask.mjs.map +1 -0
- package/input-mask/lib/es6/index.mjs +3 -0
- package/input-mask/lib/es6/index.mjs.map +1 -0
- package/input-mask/lib/types/InputMask.d.ts +1 -1
- package/input-mask/package.json +1 -1
- package/input-number/index.mjs +2 -2
- package/input-number/lib/cjs/InputNumber.js +18 -18
- package/input-number/lib/cjs/InputNumber.js.map +1 -1
- package/input-number/lib/es6/InputNumber.mjs +506 -0
- package/input-number/lib/es6/InputNumber.mjs.map +1 -0
- package/input-number/lib/es6/buttons.mjs +22 -0
- package/input-number/lib/es6/buttons.mjs.map +1 -0
- package/input-number/lib/es6/index.d.mjs +2 -0
- package/input-number/lib/es6/index.d.mjs.map +1 -0
- package/input-number/lib/es6/index.mjs +3 -0
- package/input-number/lib/es6/index.mjs.map +1 -0
- package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/input-number/package.json +1 -1
- package/input-tags/index.mjs +2 -2
- package/input-tags/lib/cjs/InputTags.js +21 -21
- package/input-tags/lib/es6/InputTags.mjs +389 -0
- package/input-tags/lib/es6/InputTags.mjs.map +1 -0
- package/input-tags/lib/es6/index.mjs +3 -0
- package/input-tags/lib/es6/index.mjs.map +1 -0
- package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/input-tags/package.json +1 -1
- package/link/index.mjs +2 -2
- package/link/lib/cjs/Link.js +19 -19
- package/link/lib/es6/Link.mjs +175 -0
- package/link/lib/es6/Link.mjs.map +1 -0
- package/link/lib/es6/index.d.mjs +2 -0
- package/link/lib/es6/index.d.mjs.map +1 -0
- package/link/lib/es6/index.mjs +2 -0
- package/link/lib/es6/index.mjs.map +1 -0
- package/link/package.json +1 -1
- package/mini-chart/index.mjs +2 -2
- package/mini-chart/lib/cjs/component/score/Donut.js +15 -15
- package/mini-chart/lib/cjs/component/score/Line.js +24 -24
- package/mini-chart/lib/cjs/component/trend/Bar.js +14 -14
- package/mini-chart/lib/cjs/component/trend/Line.js +14 -14
- package/mini-chart/lib/cjs/component/trend/Trend.js +6 -6
- package/mini-chart/lib/es6/component/score/Donut.mjs +125 -0
- package/mini-chart/lib/es6/component/score/Donut.mjs.map +1 -0
- package/mini-chart/lib/es6/component/score/Line.mjs +133 -0
- package/mini-chart/lib/es6/component/score/Line.mjs.map +1 -0
- package/mini-chart/lib/es6/component/score/Line.types.mjs +2 -0
- package/mini-chart/lib/es6/component/score/Line.types.mjs.map +1 -0
- package/mini-chart/lib/es6/component/score/Score.mjs +2 -0
- package/mini-chart/lib/es6/component/score/Score.mjs.map +1 -0
- package/mini-chart/lib/es6/component/score/index.mjs +4 -0
- package/mini-chart/lib/es6/component/score/index.mjs.map +1 -0
- package/mini-chart/lib/es6/component/trend/Bar.mjs +122 -0
- package/mini-chart/lib/es6/component/trend/Bar.mjs.map +1 -0
- package/mini-chart/lib/es6/component/trend/Line.mjs +164 -0
- package/mini-chart/lib/es6/component/trend/Line.mjs.map +1 -0
- package/mini-chart/lib/es6/component/trend/Trend.mjs +79 -0
- package/mini-chart/lib/es6/component/trend/Trend.mjs.map +1 -0
- package/mini-chart/lib/es6/component/trend/index.mjs +4 -0
- package/mini-chart/lib/es6/component/trend/index.mjs.map +1 -0
- package/mini-chart/lib/es6/index.mjs +13 -0
- package/mini-chart/lib/es6/index.mjs.map +1 -0
- package/mini-chart/package.json +1 -1
- package/modal/index.mjs +2 -2
- package/modal/lib/cjs/Modal.js +15 -15
- package/modal/lib/cjs/modal.vo-test.js +2 -2
- package/modal/lib/es6/Modal.mjs +256 -0
- package/modal/lib/es6/Modal.mjs.map +1 -0
- package/modal/lib/es6/index.d.mjs +2 -0
- package/modal/lib/es6/index.d.mjs.map +1 -0
- package/modal/lib/es6/index.mjs +2 -0
- package/modal/lib/es6/index.mjs.map +1 -0
- package/modal/lib/es6/modal.vo-test.mjs +99 -0
- package/modal/lib/es6/modal.vo-test.mjs.map +1 -0
- package/modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/modal/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/modal/package.json +1 -1
- package/neighbor-location/index.mjs +2 -2
- package/neighbor-location/lib/cjs/NeighborLocation.js +6 -6
- package/neighbor-location/lib/es6/NeighborLocation.mjs +137 -0
- package/neighbor-location/lib/es6/NeighborLocation.mjs.map +1 -0
- package/neighbor-location/lib/es6/index.d.mjs +2 -0
- package/neighbor-location/lib/es6/index.d.mjs.map +1 -0
- package/neighbor-location/lib/es6/index.mjs +3 -0
- package/neighbor-location/lib/es6/index.mjs.map +1 -0
- package/neighbor-location/package.json +1 -1
- package/notice/index.mjs +2 -2
- package/notice/lib/cjs/Notice.js +23 -23
- package/notice/lib/cjs/NoticeSmart.js +5 -5
- package/notice/lib/es6/Notice.mjs +236 -0
- package/notice/lib/es6/Notice.mjs.map +1 -0
- package/notice/lib/es6/NoticeSmart.mjs +48 -0
- package/notice/lib/es6/NoticeSmart.mjs.map +1 -0
- package/notice/lib/es6/index.d.mjs +2 -0
- package/notice/lib/es6/index.d.mjs.map +1 -0
- package/notice/lib/es6/index.mjs +4 -0
- package/notice/lib/es6/index.mjs.map +1 -0
- package/notice/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/notice/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/notice/package.json +1 -1
- package/notice-bubble/index.mjs +2 -2
- package/notice-bubble/lib/cjs/NoticeBubble.js +24 -24
- package/notice-bubble/lib/cjs/NoticeBubbleManager.js +4 -4
- package/notice-bubble/lib/cjs/utils.js +2 -2
- package/notice-bubble/lib/es6/NoticeBubble.mjs +385 -0
- package/notice-bubble/lib/es6/NoticeBubble.mjs.map +1 -0
- package/notice-bubble/lib/es6/NoticeBubbleManager.mjs +121 -0
- package/notice-bubble/lib/es6/NoticeBubbleManager.mjs.map +1 -0
- package/notice-bubble/lib/es6/index.d.mjs +2 -0
- package/notice-bubble/lib/es6/index.d.mjs.map +1 -0
- package/notice-bubble/lib/es6/index.mjs +7 -0
- package/notice-bubble/lib/es6/index.mjs.map +1 -0
- package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/notice-bubble/lib/es6/utils.mjs +42 -0
- package/notice-bubble/lib/es6/utils.mjs.map +1 -0
- package/notice-bubble/package.json +1 -1
- package/notice-global/index.mjs +2 -2
- package/notice-global/lib/cjs/NoticeGlobal.js +17 -17
- package/notice-global/lib/es6/NoticeGlobal.mjs +130 -0
- package/notice-global/lib/es6/NoticeGlobal.mjs.map +1 -0
- package/notice-global/lib/es6/index.d.mjs +2 -0
- package/notice-global/lib/es6/index.d.mjs.map +1 -0
- package/notice-global/lib/es6/index.mjs +2 -0
- package/notice-global/lib/es6/index.mjs.map +1 -0
- package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/notice-global/package.json +1 -1
- package/outside-click/index.mjs +2 -2
- package/outside-click/lib/cjs/OutsideClick.js +2 -2
- package/outside-click/lib/es6/OutsideClick.mjs +91 -0
- package/outside-click/lib/es6/OutsideClick.mjs.map +1 -0
- package/outside-click/lib/es6/index.mjs +3 -0
- package/outside-click/lib/es6/index.mjs.map +1 -0
- package/outside-click/package.json +1 -1
- package/package.json +3 -1
- package/pagination/index.mjs +2 -2
- package/pagination/lib/cjs/Pagination.js +18 -18
- package/pagination/lib/es6/Pagination.mjs +443 -0
- package/pagination/lib/es6/Pagination.mjs.map +1 -0
- package/pagination/lib/es6/index.d.mjs +2 -0
- package/pagination/lib/es6/index.d.mjs.map +1 -0
- package/pagination/lib/es6/index.mjs +2 -0
- package/pagination/lib/es6/index.mjs.map +1 -0
- package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/pagination/package.json +1 -1
- package/pills/index.mjs +2 -2
- package/pills/lib/cjs/Pills.js +20 -20
- package/pills/lib/es6/Pills.mjs +215 -0
- package/pills/lib/es6/Pills.mjs.map +1 -0
- package/pills/lib/es6/index.d.mjs +2 -0
- package/pills/lib/es6/index.d.mjs.map +1 -0
- package/pills/lib/es6/index.mjs +3 -0
- package/pills/lib/es6/index.mjs.map +1 -0
- package/pills/package.json +1 -1
- package/popper/index.d.ts +3 -1
- package/popper/index.mjs +2 -2
- package/popper/lib/cjs/Popper.js +27 -17
- package/popper/lib/cjs/Popper.js.map +1 -1
- package/popper/lib/cjs/arrowOffset.js +1 -1
- package/popper/lib/cjs/createPopper.js +3 -1
- package/popper/lib/cjs/createPopper.js.map +1 -1
- package/popper/lib/cjs/index.d.js.map +1 -1
- package/popper/lib/cjs/modifiers/applyMaxSize.js +34 -0
- package/popper/lib/cjs/modifiers/applyMaxSize.js.map +1 -0
- package/popper/lib/cjs/style/popper.shadow.css +1 -1
- package/popper/lib/es6/Popper.mjs +676 -0
- package/popper/lib/es6/Popper.mjs.map +1 -0
- package/popper/lib/es6/arrowOffset.mjs +58 -0
- package/popper/lib/es6/arrowOffset.mjs.map +1 -0
- package/popper/lib/es6/createPopper.mjs +10 -0
- package/popper/lib/es6/createPopper.mjs.map +1 -0
- package/popper/lib/es6/index.d.mjs +2 -0
- package/popper/lib/es6/index.d.mjs.map +1 -0
- package/popper/lib/es6/index.mjs +2 -0
- package/popper/lib/es6/index.mjs.map +1 -0
- package/popper/lib/es6/modifiers/applyMaxSize.mjs +26 -0
- package/popper/lib/es6/modifiers/applyMaxSize.mjs.map +1 -0
- package/popper/lib/es6/modifiers/cursorAnchoring.mjs +52 -0
- package/popper/lib/es6/modifiers/cursorAnchoring.mjs.map +1 -0
- package/popper/lib/es6/style/popper.shadow.css +1 -1
- package/popper/lib/es6/utils/getOffsetParent.mjs +52 -0
- package/popper/lib/es6/utils/getOffsetParent.mjs.map +1 -0
- package/popper/lib/types/index.d.ts +3 -1
- package/popper/package.json +1 -1
- package/portal/index.mjs +2 -2
- package/portal/lib/cjs/Portal.js +1 -1
- package/portal/lib/es6/Portal.mjs +39 -0
- package/portal/lib/es6/Portal.mjs.map +1 -0
- package/portal/lib/es6/index.mjs +3 -0
- package/portal/lib/es6/index.mjs.map +1 -0
- package/portal/package.json +1 -1
- package/product-head/index.mjs +2 -2
- package/product-head/lib/cjs/Info.js +10 -10
- package/product-head/lib/cjs/ProductHead.js +11 -11
- package/product-head/lib/cjs/Title.js +10 -10
- package/product-head/lib/es6/Info.mjs +63 -0
- package/product-head/lib/es6/Info.mjs.map +1 -0
- package/product-head/lib/es6/ProductHead.mjs +66 -0
- package/product-head/lib/es6/ProductHead.mjs.map +1 -0
- package/product-head/lib/es6/Title.mjs +58 -0
- package/product-head/lib/es6/Title.mjs.map +1 -0
- package/product-head/lib/es6/index.mjs +6 -0
- package/product-head/lib/es6/index.mjs.map +1 -0
- package/product-head/package.json +1 -1
- package/progress-bar/index.mjs +2 -2
- package/progress-bar/lib/cjs/ProgressBar.js +21 -21
- package/progress-bar/lib/es6/ProgressBar.mjs +113 -0
- package/progress-bar/lib/es6/ProgressBar.mjs.map +1 -0
- package/progress-bar/lib/es6/index.d.mjs +2 -0
- package/progress-bar/lib/es6/index.d.mjs.map +1 -0
- package/progress-bar/lib/es6/index.mjs +2 -0
- package/progress-bar/lib/es6/index.mjs.map +1 -0
- package/progress-bar/package.json +1 -1
- package/radio/index.mjs +2 -2
- package/radio/lib/cjs/Radio.js +25 -25
- package/radio/lib/es6/Radio.mjs +384 -0
- package/radio/lib/es6/Radio.mjs.map +1 -0
- package/radio/lib/es6/index.d.mjs +2 -0
- package/radio/lib/es6/index.d.mjs.map +1 -0
- package/radio/lib/es6/index.mjs +3 -0
- package/radio/lib/es6/index.mjs.map +1 -0
- package/radio/package.json +1 -1
- package/scroll-area/index.mjs +2 -2
- package/scroll-area/lib/cjs/ScrollArea.js +30 -30
- package/scroll-area/lib/cjs/ScrollBar.js +14 -14
- package/scroll-area/lib/es6/ScrollArea.mjs +403 -0
- package/scroll-area/lib/es6/ScrollArea.mjs.map +1 -0
- package/scroll-area/lib/es6/ScrollBar.mjs +436 -0
- package/scroll-area/lib/es6/ScrollBar.mjs.map +1 -0
- package/scroll-area/lib/es6/index.d.mjs +2 -0
- package/scroll-area/lib/es6/index.d.mjs.map +1 -0
- package/scroll-area/lib/es6/index.mjs +4 -0
- package/scroll-area/lib/es6/index.mjs.map +1 -0
- package/scroll-area/package.json +1 -1
- package/select/index.mjs +2 -2
- package/select/lib/cjs/InputSearch.js +13 -13
- package/select/lib/cjs/Select.js +20 -20
- package/select/lib/es6/InputSearch.mjs +149 -0
- package/select/lib/es6/InputSearch.mjs.map +1 -0
- package/select/lib/es6/Select.mjs +429 -0
- package/select/lib/es6/Select.mjs.map +1 -0
- package/select/lib/es6/context.mjs +3 -0
- package/select/lib/es6/context.mjs.map +1 -0
- package/select/lib/es6/index.d.mjs +2 -0
- package/select/lib/es6/index.d.mjs.map +1 -0
- package/select/lib/es6/index.mjs +4 -0
- package/select/lib/es6/index.mjs.map +1 -0
- package/select/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/select/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/select/package.json +1 -1
- package/side-panel/index.mjs +2 -2
- package/side-panel/lib/cjs/SidePanel.js +23 -23
- package/side-panel/lib/es6/SidePanel.mjs +289 -0
- package/side-panel/lib/es6/SidePanel.mjs.map +1 -0
- package/side-panel/lib/es6/index.d.mjs +2 -0
- package/side-panel/lib/es6/index.d.mjs.map +1 -0
- package/side-panel/lib/es6/index.mjs +2 -0
- package/side-panel/lib/es6/index.mjs.map +1 -0
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/side-panel/package.json +1 -1
- package/skeleton/index.mjs +2 -2
- package/skeleton/lib/cjs/Charts/Area.js +10 -10
- package/skeleton/lib/cjs/Charts/Bar.js +10 -10
- package/skeleton/lib/cjs/Charts/Bubble.js +10 -10
- package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +10 -10
- package/skeleton/lib/cjs/Charts/Donut.js +10 -10
- package/skeleton/lib/cjs/Charts/Histogram.js +10 -10
- package/skeleton/lib/cjs/Charts/Line.js +10 -10
- package/skeleton/lib/cjs/Charts/RadialTree.js +10 -10
- package/skeleton/lib/cjs/Charts/ScatterPlot.js +10 -10
- package/skeleton/lib/cjs/Charts/Venn.js +10 -10
- package/skeleton/lib/cjs/Skeleton.js +17 -17
- package/skeleton/lib/es6/Charts/Area.mjs +37 -0
- package/skeleton/lib/es6/Charts/Area.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/Bar.mjs +47 -0
- package/skeleton/lib/es6/Charts/Bar.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/Bubble.mjs +31 -0
- package/skeleton/lib/es6/Charts/Bubble.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.mjs +31 -0
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/Donut.mjs +41 -0
- package/skeleton/lib/es6/Charts/Donut.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/Histogram.mjs +47 -0
- package/skeleton/lib/es6/Charts/Histogram.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/Line.mjs +37 -0
- package/skeleton/lib/es6/Charts/Line.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/RadialTree.mjs +31 -0
- package/skeleton/lib/es6/Charts/RadialTree.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/ScatterPlot.mjs +31 -0
- package/skeleton/lib/es6/Charts/ScatterPlot.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/Venn.mjs +31 -0
- package/skeleton/lib/es6/Charts/Venn.mjs.map +1 -0
- package/skeleton/lib/es6/Charts/index.mjs +11 -0
- package/skeleton/lib/es6/Charts/index.mjs.map +1 -0
- package/skeleton/lib/es6/Skeleton.d.mjs +2 -0
- package/skeleton/lib/es6/Skeleton.d.mjs.map +1 -0
- package/skeleton/lib/es6/Skeleton.mjs +191 -0
- package/skeleton/lib/es6/Skeleton.mjs.map +1 -0
- package/skeleton/lib/es6/index.d.mjs +2 -0
- package/skeleton/lib/es6/index.d.mjs.map +1 -0
- package/skeleton/lib/es6/index.mjs +3 -0
- package/skeleton/lib/es6/index.mjs.map +1 -0
- package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/skeleton/package.json +1 -1
- package/slider/index.mjs +2 -2
- package/slider/lib/cjs/Slider.js +15 -15
- package/slider/lib/es6/Slider.mjs +315 -0
- package/slider/lib/es6/Slider.mjs.map +1 -0
- package/slider/lib/es6/index.d.mjs +2 -0
- package/slider/lib/es6/index.d.mjs.map +1 -0
- package/slider/lib/es6/index.mjs +3 -0
- package/slider/lib/es6/index.mjs.map +1 -0
- package/slider/package.json +1 -1
- package/spin/index.mjs +2 -2
- package/spin/lib/cjs/Spin.js +19 -19
- package/spin/lib/es6/Spin.mjs +70 -0
- package/spin/lib/es6/Spin.mjs.map +1 -0
- package/spin/lib/es6/index.d.mjs +2 -0
- package/spin/lib/es6/index.d.mjs.map +1 -0
- package/spin/lib/es6/index.mjs +2 -0
- package/spin/lib/es6/index.mjs.map +1 -0
- package/spin/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/spin/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/spin/package.json +1 -1
- package/spin-container/index.mjs +2 -2
- package/spin-container/lib/cjs/SpinContainer.js +48 -18
- package/spin-container/lib/cjs/SpinContainer.js.map +1 -1
- package/spin-container/lib/es6/SpinContainer.mjs +173 -0
- package/spin-container/lib/es6/SpinContainer.mjs.map +1 -0
- package/spin-container/lib/es6/index.d.mjs +2 -0
- package/spin-container/lib/es6/index.d.mjs.map +1 -0
- package/spin-container/lib/es6/index.mjs +2 -0
- package/spin-container/lib/es6/index.mjs.map +1 -0
- package/spin-container/package.json +1 -1
- package/sticky/index.mjs +2 -2
- package/sticky/lib/cjs/Sticky.js +8 -8
- package/sticky/lib/es6/Sticky.mjs +46 -0
- package/sticky/lib/es6/Sticky.mjs.map +1 -0
- package/sticky/lib/es6/index.mjs +3 -0
- package/sticky/lib/es6/index.mjs.map +1 -0
- package/sticky/package.json +1 -1
- package/stylelint-plugin/index.mjs +1 -1
- package/stylelint-plugin/lib/cjs/index.js +2 -2
- package/stylelint-plugin/lib/es6/index.mjs +99 -0
- package/stylelint-plugin/lib/es6/index.mjs.map +1 -0
- package/stylelint-plugin/package.json +1 -1
- package/switch/index.mjs +2 -2
- package/switch/lib/cjs/Switch.js +30 -30
- package/switch/lib/es6/Switch.mjs +268 -0
- package/switch/lib/es6/Switch.mjs.map +1 -0
- package/switch/lib/es6/index.d.mjs +3 -0
- package/switch/lib/es6/index.d.mjs.map +1 -0
- package/switch/lib/es6/index.mjs +3 -0
- package/switch/lib/es6/index.mjs.map +1 -0
- package/switch/package.json +1 -1
- package/tab-line/index.mjs +2 -2
- package/tab-line/lib/cjs/TabLine.js +20 -20
- package/tab-line/lib/es6/TabLine.mjs +259 -0
- package/tab-line/lib/es6/TabLine.mjs.map +1 -0
- package/tab-line/lib/es6/index.d.mjs +2 -0
- package/tab-line/lib/es6/index.d.mjs.map +1 -0
- package/tab-line/lib/es6/index.mjs +3 -0
- package/tab-line/lib/es6/index.mjs.map +1 -0
- package/tab-line/package.json +1 -1
- package/tab-panel/index.mjs +2 -2
- package/tab-panel/lib/cjs/TabPanel.js +15 -15
- package/tab-panel/lib/es6/TabPanel.mjs +153 -0
- package/tab-panel/lib/es6/TabPanel.mjs.map +1 -0
- package/tab-panel/lib/es6/index.d.mjs +2 -0
- package/tab-panel/lib/es6/index.d.mjs.map +1 -0
- package/tab-panel/lib/es6/index.mjs +3 -0
- package/tab-panel/lib/es6/index.mjs.map +1 -0
- package/tab-panel/package.json +1 -1
- package/tag/index.mjs +2 -2
- package/tag/lib/cjs/Tag.js +30 -30
- package/tag/lib/es6/Tag.mjs +455 -0
- package/tag/lib/es6/Tag.mjs.map +1 -0
- package/tag/lib/es6/index.d.mjs +2 -0
- package/tag/lib/es6/index.d.mjs.map +1 -0
- package/tag/lib/es6/index.mjs +2 -0
- package/tag/lib/es6/index.mjs.map +1 -0
- package/tag/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/tag/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/tag/package.json +1 -1
- package/textarea/index.mjs +2 -2
- package/textarea/lib/cjs/Textarea.js +15 -15
- package/textarea/lib/es6/Textarea.mjs +154 -0
- package/textarea/lib/es6/Textarea.mjs.map +1 -0
- package/textarea/lib/es6/index.d.mjs +2 -0
- package/textarea/lib/es6/index.d.mjs.map +1 -0
- package/textarea/lib/es6/index.mjs +2 -0
- package/textarea/lib/es6/index.mjs.map +1 -0
- package/textarea/package.json +1 -1
- package/time-picker/index.mjs +2 -2
- package/time-picker/lib/cjs/PickerFormat.js +7 -7
- package/time-picker/lib/cjs/PickerInput.js +10 -9
- package/time-picker/lib/cjs/PickerInput.js.map +1 -1
- package/time-picker/lib/cjs/TimePicker.js +20 -20
- package/time-picker/lib/es6/PickerFormat.mjs +79 -0
- package/time-picker/lib/es6/PickerFormat.mjs.map +1 -0
- package/time-picker/lib/es6/PickerInput.mjs +288 -0
- package/time-picker/lib/es6/PickerInput.mjs.map +1 -0
- package/time-picker/lib/es6/TimePicker.mjs +346 -0
- package/time-picker/lib/es6/TimePicker.mjs.map +1 -0
- package/time-picker/lib/es6/index.d.mjs +2 -0
- package/time-picker/lib/es6/index.d.mjs.map +1 -0
- package/time-picker/lib/es6/index.mjs +3 -0
- package/time-picker/lib/es6/index.mjs.map +1 -0
- package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/time-picker/package.json +1 -1
- package/tooltip/index.mjs +2 -2
- package/tooltip/lib/cjs/Tooltip.js +19 -19
- package/tooltip/lib/es6/Tooltip.mjs +315 -0
- package/tooltip/lib/es6/Tooltip.mjs.map +1 -0
- package/tooltip/lib/es6/index.d.mjs +2 -0
- package/tooltip/lib/es6/index.d.mjs.map +1 -0
- package/tooltip/lib/es6/index.mjs +2 -0
- package/tooltip/lib/es6/index.mjs.map +1 -0
- package/tooltip/package.json +1 -1
- package/typography/index.mjs +1 -1
- package/typography/lib/cjs/Blockquote.js +5 -5
- package/typography/lib/cjs/Hint.js +13 -13
- package/typography/lib/cjs/List.js +11 -11
- package/typography/lib/cjs/Text.js +35 -35
- package/typography/lib/es6/Blockquote.mjs +29 -0
- package/typography/lib/es6/Blockquote.mjs.map +1 -0
- package/typography/lib/es6/Hint.mjs +81 -0
- package/typography/lib/es6/Hint.mjs.map +1 -0
- package/typography/lib/es6/List.mjs +108 -0
- package/typography/lib/es6/List.mjs.map +1 -0
- package/typography/lib/es6/Text.mjs +71 -0
- package/typography/lib/es6/Text.mjs.map +1 -0
- package/typography/lib/es6/index.d.mjs +2 -0
- package/typography/lib/es6/index.d.mjs.map +1 -0
- package/typography/lib/es6/index.mjs +5 -0
- package/typography/lib/es6/index.mjs.map +1 -0
- package/typography/package.json +1 -1
- package/utils/lib/CSSinJS.js +1 -1
- package/utils/lib/CSSinJS.mjs +1 -1
- package/utils/lib/ScreenReaderOnly.js +1 -1
- package/utils/lib/ScreenReaderOnly.mjs +1 -1
- package/utils/lib/ThemeProvider.js +4 -4
- package/utils/lib/ThemeProvider.mjs +4 -4
- package/utils/lib/addonTextChildren.js +1 -1
- package/utils/lib/addonTextChildren.mjs +1 -1
- package/utils/lib/assignProps.js +1 -1
- package/utils/lib/assignProps.mjs +1 -1
- package/utils/lib/color.js +2 -2
- package/utils/lib/color.mjs +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
- package/utils/lib/core/enhancement/Children.js +4 -4
- package/utils/lib/core/enhancement/Children.mjs +4 -4
- package/utils/lib/core/enhancement/Root.js +3 -3
- package/utils/lib/core/enhancement/Root.mjs +3 -3
- package/utils/lib/core/enhancement/dataName.js +1 -1
- package/utils/lib/core/enhancement/dataName.mjs +1 -1
- package/utils/lib/core/enhancement/hoistProps.js +4 -4
- package/utils/lib/core/enhancement/hoistProps.mjs +4 -4
- package/utils/lib/core/enhancement/i18n.js +2 -2
- package/utils/lib/core/enhancement/i18n.mjs +2 -2
- package/utils/lib/core/enhancement/inheritedName.js +2 -2
- package/utils/lib/core/enhancement/inheritedName.mjs +2 -2
- package/utils/lib/core/enhancement/staticChildren.js +3 -3
- package/utils/lib/core/enhancement/staticChildren.mjs +3 -3
- package/utils/lib/core/enhancement/style.js +3 -3
- package/utils/lib/core/enhancement/style.mjs +3 -3
- package/utils/lib/core/enhancement/uncontrolledProps.js +7 -7
- package/utils/lib/core/enhancement/uncontrolledProps.mjs +7 -7
- package/utils/lib/core/index.js +12 -12
- package/utils/lib/core/index.mjs +12 -12
- package/utils/lib/core/register.js +3 -3
- package/utils/lib/core/register.mjs +3 -3
- package/utils/lib/core/styled/index.d.ts +1 -6
- package/utils/lib/core/styled/index.js +4 -30
- package/utils/lib/core/styled/index.js.map +1 -1
- package/utils/lib/core/styled/index.mjs +2 -6
- package/utils/lib/core/styled/index.mjs.map +1 -1
- package/utils/lib/core/styled/reshadow-core.d.ts +37 -0
- package/utils/lib/core/styled/reshadow-core.js +256 -0
- package/utils/lib/core/styled/reshadow-core.js.map +1 -0
- package/utils/lib/core/styled/reshadow-core.mjs +243 -0
- package/utils/lib/core/styled/reshadow-core.mjs.map +1 -0
- package/utils/lib/core/styled/sstyled.d.ts +1 -1
- package/utils/lib/core/styled/sstyled.js +4 -7
- package/utils/lib/core/styled/sstyled.js.map +1 -1
- package/utils/lib/core/styled/sstyled.mjs +4 -6
- package/utils/lib/core/styled/sstyled.mjs.map +1 -1
- package/utils/lib/core/types/Component.js +6 -6
- package/utils/lib/core/types/Component.mjs +6 -6
- package/utils/lib/createHoc.js +8 -8
- package/utils/lib/createHoc.mjs +8 -8
- package/utils/lib/enhances/WithAutoFocus.js +6 -6
- package/utils/lib/enhances/WithAutoFocus.mjs +6 -6
- package/utils/lib/enhances/WithCSS.js +6 -6
- package/utils/lib/enhances/WithCSS.mjs +6 -6
- package/utils/lib/enhances/WithI18n.js +21 -11
- package/utils/lib/enhances/WithI18n.js.map +1 -1
- package/utils/lib/enhances/WithI18n.mjs +22 -12
- package/utils/lib/enhances/WithI18n.mjs.map +1 -1
- package/utils/lib/enhances/WithKeyboardFocus.js +6 -6
- package/utils/lib/enhances/WithKeyboardFocus.mjs +6 -6
- package/utils/lib/enhances/WithRef.js +1 -1
- package/utils/lib/enhances/WithRef.mjs +1 -1
- package/utils/lib/enhances/a11yEnhance.js +2 -2
- package/utils/lib/enhances/a11yEnhance.mjs +2 -2
- package/utils/lib/enhances/animatedSizeEnhance.js +3 -3
- package/utils/lib/enhances/animatedSizeEnhance.mjs +3 -3
- package/utils/lib/enhances/autoFocusEnhance.js +2 -2
- package/utils/lib/enhances/autoFocusEnhance.mjs +2 -2
- package/utils/lib/enhances/contextEnhance.js +4 -4
- package/utils/lib/enhances/contextEnhance.mjs +4 -4
- package/utils/lib/enhances/i18nEnhance.d.ts +0 -1
- package/utils/lib/enhances/i18nEnhance.js +7 -39
- package/utils/lib/enhances/i18nEnhance.js.map +1 -1
- package/utils/lib/enhances/i18nEnhance.mjs +6 -36
- package/utils/lib/enhances/i18nEnhance.mjs.map +1 -1
- package/utils/lib/enhances/keyboardFocusEnhance.js +1 -1
- package/utils/lib/enhances/keyboardFocusEnhance.mjs +1 -1
- package/utils/lib/eventEmitter.js +3 -3
- package/utils/lib/eventEmitter.mjs +3 -3
- package/utils/lib/focus-lock/isFocusable.js +1 -1
- package/utils/lib/focus-lock/isFocusable.mjs +1 -1
- package/utils/lib/getAccessibleName.js +1 -1
- package/utils/lib/getAccessibleName.mjs +1 -1
- package/utils/lib/getEventTarget.js +1 -1
- package/utils/lib/getEventTarget.mjs +1 -1
- package/utils/lib/hasLabels.js +1 -1
- package/utils/lib/hasLabels.mjs +1 -1
- package/utils/lib/if.d.ts +1 -1
- package/utils/lib/if.js.map +1 -1
- package/utils/lib/if.mjs.map +1 -1
- package/utils/lib/injectStyle.js +2 -2
- package/utils/lib/injectStyle.mjs +2 -2
- package/utils/lib/inputProps.js +1 -1
- package/utils/lib/inputProps.js.map +1 -1
- package/utils/lib/inputProps.mjs +1 -1
- package/utils/lib/inputProps.mjs.map +1 -1
- package/utils/lib/isNode.js +1 -1
- package/utils/lib/isNode.mjs +1 -1
- package/utils/lib/logger.js +3 -3
- package/utils/lib/logger.mjs +3 -3
- package/utils/lib/propsForElement.js +1 -1
- package/utils/lib/propsForElement.mjs +1 -1
- package/utils/lib/ref.js +2 -2
- package/utils/lib/ref.mjs +2 -2
- package/utils/lib/syncScroll.js +1 -1
- package/utils/lib/syncScroll.mjs +1 -1
- package/utils/lib/uncontroll.js +1 -1
- package/utils/lib/uncontroll.mjs +1 -1
- package/utils/lib/uniqueID.js +2 -2
- package/utils/lib/uniqueID.mjs +2 -2
- package/utils/lib/use/useFocusLock.js +2 -2
- package/utils/lib/use/useFocusLock.mjs +2 -2
- package/utils/lib/useCssVariable.js +3 -3
- package/utils/lib/useCssVariable.mjs +3 -3
- package/utils/lib/zIndexStacking.js +3 -3
- package/utils/lib/zIndexStacking.mjs +3 -3
- package/widget-empty/index.mjs +2 -2
- package/widget-empty/lib/cjs/Error/index.js +5 -5
- package/widget-empty/lib/cjs/NoData/index.js +5 -5
- package/widget-empty/lib/cjs/WidgetEmpty.js +11 -11
- package/widget-empty/lib/es6/Error/index.mjs +41 -0
- package/widget-empty/lib/es6/Error/index.mjs.map +1 -0
- package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/widget-empty/lib/es6/NoData/index.mjs +43 -0
- package/widget-empty/lib/es6/NoData/index.mjs.map +1 -0
- package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/widget-empty/lib/es6/WidgetEmpty.mjs +76 -0
- package/widget-empty/lib/es6/WidgetEmpty.mjs.map +1 -0
- package/widget-empty/lib/es6/index.d.mjs +2 -0
- package/widget-empty/lib/es6/index.d.mjs.map +1 -0
- package/widget-empty/lib/es6/index.mjs +5 -0
- package/widget-empty/lib/es6/index.mjs.map +1 -0
- package/widget-empty/package.json +1 -1
- package/wizard/index.mjs +2 -2
- package/wizard/lib/cjs/Wizard.js +19 -19
- package/wizard/lib/es6/Wizard.mjs +350 -0
- package/wizard/lib/es6/Wizard.mjs.map +1 -0
- package/wizard/lib/es6/index.d.mjs +2 -0
- package/wizard/lib/es6/index.d.mjs.map +1 -0
- package/wizard/lib/es6/index.mjs +3 -0
- package/wizard/lib/es6/index.mjs.map +1 -0
- package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.mjs.map +1 -0
- package/wizard/package.json +1 -1
- package/accordion/lib/es6/Accordion.js +0 -276
- package/accordion/lib/es6/Accordion.js.map +0 -1
- package/accordion/lib/es6/index.d.js +0 -2
- package/accordion/lib/es6/index.d.js.map +0 -1
- package/accordion/lib/es6/index.js +0 -3
- package/accordion/lib/es6/index.js.map +0 -1
- package/animation/lib/es6/Animation.js +0 -185
- package/animation/lib/es6/Animation.js.map +0 -1
- package/animation/lib/es6/Collapse.js +0 -99
- package/animation/lib/es6/Collapse.js.map +0 -1
- package/animation/lib/es6/FadeInOut.js +0 -46
- package/animation/lib/es6/FadeInOut.js.map +0 -1
- package/animation/lib/es6/Scale.js +0 -73
- package/animation/lib/es6/Scale.js.map +0 -1
- package/animation/lib/es6/Slide.js +0 -46
- package/animation/lib/es6/Slide.js.map +0 -1
- package/animation/lib/es6/Transform.js +0 -53
- package/animation/lib/es6/Transform.js.map +0 -1
- package/animation/lib/es6/index.d.js +0 -2
- package/animation/lib/es6/index.d.js.map +0 -1
- package/animation/lib/es6/index.js +0 -7
- package/animation/lib/es6/index.js.map +0 -1
- package/badge/lib/es6/Badge.js +0 -56
- package/badge/lib/es6/Badge.js.map +0 -1
- package/badge/lib/es6/index.d.js +0 -2
- package/badge/lib/es6/index.d.js.map +0 -1
- package/badge/lib/es6/index.js +0 -2
- package/badge/lib/es6/index.js.map +0 -1
- package/base-trigger/lib/es6/BaseTrigger.js +0 -133
- package/base-trigger/lib/es6/BaseTrigger.js.map +0 -1
- package/base-trigger/lib/es6/ButtonTrigger.js +0 -84
- package/base-trigger/lib/es6/ButtonTrigger.js.map +0 -1
- package/base-trigger/lib/es6/FilterTrigger.js +0 -260
- package/base-trigger/lib/es6/FilterTrigger.js.map +0 -1
- package/base-trigger/lib/es6/LinkTrigger.js +0 -110
- package/base-trigger/lib/es6/LinkTrigger.js.map +0 -1
- package/base-trigger/lib/es6/index.d.js +0 -2
- package/base-trigger/lib/es6/index.d.js.map +0 -1
- package/base-trigger/lib/es6/index.js +0 -5
- package/base-trigger/lib/es6/index.js.map +0 -1
- package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/breadcrumbs/lib/es6/Breadcrumbs.js +0 -115
- package/breadcrumbs/lib/es6/Breadcrumbs.js.map +0 -1
- package/breadcrumbs/lib/es6/index.d.js +0 -2
- package/breadcrumbs/lib/es6/index.d.js.map +0 -1
- package/breadcrumbs/lib/es6/index.js +0 -2
- package/breadcrumbs/lib/es6/index.js.map +0 -1
- package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/breakpoints/lib/es6/Breakpoints.js +0 -85
- package/breakpoints/lib/es6/Breakpoints.js.map +0 -1
- package/breakpoints/lib/es6/index.d.js +0 -2
- package/breakpoints/lib/es6/index.d.js.map +0 -1
- package/breakpoints/lib/es6/index.js +0 -3
- package/breakpoints/lib/es6/index.js.map +0 -1
- package/button/lib/es6/component/AbstractButton/AbstractButton.js +0 -174
- package/button/lib/es6/component/AbstractButton/AbstractButton.js.map +0 -1
- package/button/lib/es6/component/AbstractButton/AbstractButton.type.js +0 -2
- package/button/lib/es6/component/AbstractButton/AbstractButton.type.js.map +0 -1
- package/button/lib/es6/component/AbstractButton/SpinButton.js +0 -21
- package/button/lib/es6/component/AbstractButton/SpinButton.js.map +0 -1
- package/button/lib/es6/component/Button/Button.js +0 -87
- package/button/lib/es6/component/Button/Button.js.map +0 -1
- package/button/lib/es6/component/Button/Button.type.js +0 -2
- package/button/lib/es6/component/Button/Button.type.js.map +0 -1
- package/button/lib/es6/component/ButtonLink/ButtonLink.js +0 -86
- package/button/lib/es6/component/ButtonLink/ButtonLink.js.map +0 -1
- package/button/lib/es6/component/ButtonLink/ButtonLink.type.js +0 -2
- package/button/lib/es6/component/ButtonLink/ButtonLink.type.js.map +0 -1
- package/button/lib/es6/index.js +0 -6
- package/button/lib/es6/index.js.map +0 -1
- package/card/lib/es6/Card.js +0 -107
- package/card/lib/es6/Card.js.map +0 -1
- package/card/lib/es6/index.d.js +0 -2
- package/card/lib/es6/index.d.js.map +0 -1
- package/card/lib/es6/index.js +0 -2
- package/card/lib/es6/index.js.map +0 -1
- package/carousel/lib/es6/Carousel.js +0 -760
- package/carousel/lib/es6/Carousel.js.map +0 -1
- package/carousel/lib/es6/Carousel.types.js +0 -2
- package/carousel/lib/es6/Carousel.types.js.map +0 -1
- package/carousel/lib/es6/index.js +0 -3
- package/carousel/lib/es6/index.js.map +0 -1
- package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/carousel/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/checkbox/lib/es6/Checkbox.js +0 -314
- package/checkbox/lib/es6/Checkbox.js.map +0 -1
- package/checkbox/lib/es6/index.d.js +0 -2
- package/checkbox/lib/es6/index.d.js.map +0 -1
- package/checkbox/lib/es6/index.js +0 -3
- package/checkbox/lib/es6/index.js.map +0 -1
- package/color-picker/lib/es6/ColorPicker.js +0 -242
- package/color-picker/lib/es6/ColorPicker.js.map +0 -1
- package/color-picker/lib/es6/PaletteManager.js +0 -160
- package/color-picker/lib/es6/PaletteManager.js.map +0 -1
- package/color-picker/lib/es6/components/InputColor.js +0 -184
- package/color-picker/lib/es6/components/InputColor.js.map +0 -1
- package/color-picker/lib/es6/components/Item.js +0 -76
- package/color-picker/lib/es6/components/Item.js.map +0 -1
- package/color-picker/lib/es6/components/colors.js +0 -56
- package/color-picker/lib/es6/components/colors.js.map +0 -1
- package/color-picker/lib/es6/components/index.js +0 -4
- package/color-picker/lib/es6/components/index.js.map +0 -1
- package/color-picker/lib/es6/index.d.js +0 -2
- package/color-picker/lib/es6/index.d.js.map +0 -1
- package/color-picker/lib/es6/index.js +0 -3
- package/color-picker/lib/es6/index.js.map +0 -1
- package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/core/lib/es6/index.js +0 -4
- package/core/lib/es6/index.js.map +0 -1
- package/counter/lib/es6/AnimatedNumber.js +0 -68
- package/counter/lib/es6/AnimatedNumber.js.map +0 -1
- package/counter/lib/es6/Counter.js +0 -62
- package/counter/lib/es6/Counter.js.map +0 -1
- package/counter/lib/es6/index.d.js +0 -2
- package/counter/lib/es6/index.d.js.map +0 -1
- package/counter/lib/es6/index.js +0 -2
- package/counter/lib/es6/index.js.map +0 -1
- package/d3-chart/lib/es6/AnimatedClipPath.js +0 -53
- package/d3-chart/lib/es6/AnimatedClipPath.js.map +0 -1
- package/d3-chart/lib/es6/Area.js +0 -235
- package/d3-chart/lib/es6/Area.js.map +0 -1
- package/d3-chart/lib/es6/Axis.js +0 -463
- package/d3-chart/lib/es6/Axis.js.map +0 -1
- package/d3-chart/lib/es6/Bar.js +0 -232
- package/d3-chart/lib/es6/Bar.js.map +0 -1
- package/d3-chart/lib/es6/Bubble.js +0 -245
- package/d3-chart/lib/es6/Bubble.js.map +0 -1
- package/d3-chart/lib/es6/CompactHorizontalBar.js +0 -591
- package/d3-chart/lib/es6/CompactHorizontalBar.js.map +0 -1
- package/d3-chart/lib/es6/Donut.js +0 -501
- package/d3-chart/lib/es6/Donut.js.map +0 -1
- package/d3-chart/lib/es6/Dots.js +0 -137
- package/d3-chart/lib/es6/Dots.js.map +0 -1
- package/d3-chart/lib/es6/GroupBar.js +0 -105
- package/d3-chart/lib/es6/GroupBar.js.map +0 -1
- package/d3-chart/lib/es6/HorizontalBar.js +0 -211
- package/d3-chart/lib/es6/HorizontalBar.js.map +0 -1
- package/d3-chart/lib/es6/Hover.js +0 -243
- package/d3-chart/lib/es6/Hover.js.map +0 -1
- package/d3-chart/lib/es6/Line.js +0 -248
- package/d3-chart/lib/es6/Line.js.map +0 -1
- package/d3-chart/lib/es6/Pattern.js +0 -534
- package/d3-chart/lib/es6/Pattern.js.map +0 -1
- package/d3-chart/lib/es6/Plot.js +0 -156
- package/d3-chart/lib/es6/Plot.js.map +0 -1
- package/d3-chart/lib/es6/Radar.js +0 -846
- package/d3-chart/lib/es6/Radar.js.map +0 -1
- package/d3-chart/lib/es6/RadialTree.js +0 -683
- package/d3-chart/lib/es6/RadialTree.js.map +0 -1
- package/d3-chart/lib/es6/Reference.js +0 -276
- package/d3-chart/lib/es6/Reference.js.map +0 -1
- package/d3-chart/lib/es6/ResponsiveContainer.js +0 -108
- package/d3-chart/lib/es6/ResponsiveContainer.js.map +0 -1
- package/d3-chart/lib/es6/ScatterPlot.js +0 -215
- package/d3-chart/lib/es6/ScatterPlot.js.map +0 -1
- package/d3-chart/lib/es6/StackBar.js +0 -198
- package/d3-chart/lib/es6/StackBar.js.map +0 -1
- package/d3-chart/lib/es6/StackedArea.js +0 -89
- package/d3-chart/lib/es6/StackedArea.js.map +0 -1
- package/d3-chart/lib/es6/Tooltip.js +0 -278
- package/d3-chart/lib/es6/Tooltip.js.map +0 -1
- package/d3-chart/lib/es6/Venn.js +0 -255
- package/d3-chart/lib/es6/Venn.js.map +0 -1
- package/d3-chart/lib/es6/a11y/DataAccessibilityTable.js +0 -108
- package/d3-chart/lib/es6/a11y/DataAccessibilityTable.js.map +0 -1
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +0 -126
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js.map +0 -1
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +0 -149
- package/d3-chart/lib/es6/a11y/PlotA11yView.js.map +0 -1
- package/d3-chart/lib/es6/a11y/bezier.js +0 -30
- package/d3-chart/lib/es6/a11y/bezier.js.map +0 -1
- package/d3-chart/lib/es6/a11y/focus.js +0 -42
- package/d3-chart/lib/es6/a11y/focus.js.map +0 -1
- package/d3-chart/lib/es6/a11y/hints.js +0 -118
- package/d3-chart/lib/es6/a11y/hints.js.map +0 -1
- package/d3-chart/lib/es6/a11y/insights.js +0 -715
- package/d3-chart/lib/es6/a11y/insights.js.map +0 -1
- package/d3-chart/lib/es6/a11y/intl.js +0 -15
- package/d3-chart/lib/es6/a11y/intl.js.map +0 -1
- package/d3-chart/lib/es6/a11y/locale.js +0 -41
- package/d3-chart/lib/es6/a11y/locale.js.map +0 -1
- package/d3-chart/lib/es6/a11y/serialize.js +0 -385
- package/d3-chart/lib/es6/a11y/serialize.js.map +0 -1
- package/d3-chart/lib/es6/a11y/summarize.js +0 -12
- package/d3-chart/lib/es6/a11y/summarize.js.map +0 -1
- package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js +0 -31
- package/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js.map +0 -1
- package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js +0 -31
- package/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js.map +0 -1
- package/d3-chart/lib/es6/color.js +0 -127
- package/d3-chart/lib/es6/color.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/AbstractChart.js +0 -452
- package/d3-chart/lib/es6/component/Chart/AbstractChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/AbstractChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/AbstractChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/AreaChart.js +0 -162
- package/d3-chart/lib/es6/component/Chart/AreaChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/AreaChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/AreaChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/BarChart.js +0 -272
- package/d3-chart/lib/es6/component/Chart/BarChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/BarChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/BarChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/BubbleChart.js +0 -146
- package/d3-chart/lib/es6/component/Chart/BubbleChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/BubbleChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/BubbleChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.js +0 -325
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/CigaretteChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.js +0 -128
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/CompactHorizontalBarChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/DonutChart.js +0 -119
- package/d3-chart/lib/es6/component/Chart/DonutChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/DonutChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/DonutChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/HistogramChart.js +0 -191
- package/d3-chart/lib/es6/component/Chart/HistogramChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/HistogramChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/HistogramChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/LineChart.js +0 -149
- package/d3-chart/lib/es6/component/Chart/LineChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/LineChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/LineChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/RadarChart.js +0 -124
- package/d3-chart/lib/es6/component/Chart/RadarChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/RadarChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/RadarChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js +0 -169
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/VennChart.js +0 -144
- package/d3-chart/lib/es6/component/Chart/VennChart.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/VennChart.type.js +0 -2
- package/d3-chart/lib/es6/component/Chart/VennChart.type.js.map +0 -1
- package/d3-chart/lib/es6/component/Chart/index.js +0 -25
- package/d3-chart/lib/es6/component/Chart/index.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js +0 -96
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js +0 -2
- package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +0 -88
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js +0 -2
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +0 -275
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js +0 -6
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +0 -94
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js +0 -2
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js.map +0 -1
- package/d3-chart/lib/es6/component/ChartLegend/index.js +0 -5
- package/d3-chart/lib/es6/component/ChartLegend/index.js.map +0 -1
- package/d3-chart/lib/es6/component/Cigarette/Cigarette.js +0 -161
- package/d3-chart/lib/es6/component/Cigarette/Cigarette.js.map +0 -1
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.js +0 -163
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.js.map +0 -1
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.js +0 -2
- package/d3-chart/lib/es6/component/StackGroupBar/StackGroupBar.type.js.map +0 -1
- package/d3-chart/lib/es6/createElement.d.js +0 -2
- package/d3-chart/lib/es6/createElement.d.js.map +0 -1
- package/d3-chart/lib/es6/createElement.js +0 -119
- package/d3-chart/lib/es6/createElement.js.map +0 -1
- package/d3-chart/lib/es6/index.js +0 -28
- package/d3-chart/lib/es6/index.js.map +0 -1
- package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -29
- package/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/d3-chart/lib/es6/types/Area.d.js +0 -2
- package/d3-chart/lib/es6/types/Area.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Axis.d.js +0 -2
- package/d3-chart/lib/es6/types/Axis.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Bar.d.js +0 -2
- package/d3-chart/lib/es6/types/Bar.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Bubble.d.js +0 -2
- package/d3-chart/lib/es6/types/Bubble.d.js.map +0 -1
- package/d3-chart/lib/es6/types/ClipPath.d.js +0 -2
- package/d3-chart/lib/es6/types/ClipPath.d.js.map +0 -1
- package/d3-chart/lib/es6/types/CompactHorizontalBar.d.js +0 -2
- package/d3-chart/lib/es6/types/CompactHorizontalBar.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Donut.d.js +0 -2
- package/d3-chart/lib/es6/types/Donut.d.js.map +0 -1
- package/d3-chart/lib/es6/types/GroupBar.d.js +0 -2
- package/d3-chart/lib/es6/types/GroupBar.d.js.map +0 -1
- package/d3-chart/lib/es6/types/HorizontalBar.d.js +0 -2
- package/d3-chart/lib/es6/types/HorizontalBar.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Hover.d.js +0 -2
- package/d3-chart/lib/es6/types/Hover.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Line.d.js +0 -2
- package/d3-chart/lib/es6/types/Line.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Plot.d.js +0 -2
- package/d3-chart/lib/es6/types/Plot.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Radar.d.js +0 -2
- package/d3-chart/lib/es6/types/Radar.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Reference.d.js +0 -2
- package/d3-chart/lib/es6/types/Reference.d.js.map +0 -1
- package/d3-chart/lib/es6/types/ResponsiveContainer.d.js +0 -2
- package/d3-chart/lib/es6/types/ResponsiveContainer.d.js.map +0 -1
- package/d3-chart/lib/es6/types/ScatterPlot.d.js +0 -2
- package/d3-chart/lib/es6/types/ScatterPlot.d.js.map +0 -1
- package/d3-chart/lib/es6/types/StackBar.d.js +0 -2
- package/d3-chart/lib/es6/types/StackBar.d.js.map +0 -1
- package/d3-chart/lib/es6/types/StackedArea.d.js +0 -2
- package/d3-chart/lib/es6/types/StackedArea.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Tooltip.d.js +0 -2
- package/d3-chart/lib/es6/types/Tooltip.d.js.map +0 -1
- package/d3-chart/lib/es6/types/Venn.d.js +0 -2
- package/d3-chart/lib/es6/types/Venn.d.js.map +0 -1
- package/d3-chart/lib/es6/types/context.d.js +0 -2
- package/d3-chart/lib/es6/types/context.d.js.map +0 -1
- package/d3-chart/lib/es6/types/index.d.js +0 -83
- package/d3-chart/lib/es6/types/index.d.js.map +0 -1
- package/d3-chart/lib/es6/utils.js +0 -259
- package/d3-chart/lib/es6/utils.js.map +0 -1
- package/data-table/lib/es6/Body.js +0 -467
- package/data-table/lib/es6/Body.js.map +0 -1
- package/data-table/lib/es6/DataTable.js +0 -617
- package/data-table/lib/es6/DataTable.js.map +0 -1
- package/data-table/lib/es6/Head.js +0 -390
- package/data-table/lib/es6/Head.js.map +0 -1
- package/data-table/lib/es6/index.js +0 -3
- package/data-table/lib/es6/index.js.map +0 -1
- package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/data-table/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/data-table/lib/es6/types.js +0 -2
- package/data-table/lib/es6/types.js.map +0 -1
- package/data-table/lib/es6/utils.js +0 -48
- package/data-table/lib/es6/utils.js.map +0 -1
- package/date-picker/lib/es6/DatePicker.js +0 -177
- package/date-picker/lib/es6/DatePicker.js.map +0 -1
- package/date-picker/lib/es6/DateRangeComparator.js +0 -243
- package/date-picker/lib/es6/DateRangeComparator.js.map +0 -1
- package/date-picker/lib/es6/DateRangePicker.js +0 -129
- package/date-picker/lib/es6/DateRangePicker.js.map +0 -1
- package/date-picker/lib/es6/MonthDateRangeComparator.js +0 -282
- package/date-picker/lib/es6/MonthDateRangeComparator.js.map +0 -1
- package/date-picker/lib/es6/MonthPicker.js +0 -117
- package/date-picker/lib/es6/MonthPicker.js.map +0 -1
- package/date-picker/lib/es6/MonthRangePicker.js +0 -143
- package/date-picker/lib/es6/MonthRangePicker.js.map +0 -1
- package/date-picker/lib/es6/components/ButtonTrigger.js +0 -20
- package/date-picker/lib/es6/components/ButtonTrigger.js.map +0 -1
- package/date-picker/lib/es6/components/Calendar.js +0 -560
- package/date-picker/lib/es6/components/Calendar.js.map +0 -1
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +0 -701
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js.map +0 -1
- package/date-picker/lib/es6/components/InputTrigger.js +0 -973
- package/date-picker/lib/es6/components/InputTrigger.js.map +0 -1
- package/date-picker/lib/es6/components/PickerAbstract.js +0 -292
- package/date-picker/lib/es6/components/PickerAbstract.js.map +0 -1
- package/date-picker/lib/es6/components/RangePickerAbstract.js +0 -480
- package/date-picker/lib/es6/components/RangePickerAbstract.js.map +0 -1
- package/date-picker/lib/es6/components/index.js +0 -167
- package/date-picker/lib/es6/components/index.js.map +0 -1
- package/date-picker/lib/es6/index.d.js +0 -2
- package/date-picker/lib/es6/index.d.js.map +0 -1
- package/date-picker/lib/es6/index.js +0 -8
- package/date-picker/lib/es6/index.js.map +0 -1
- package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -33
- package/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/date-picker/lib/es6/utils/cronTabScheduler.js +0 -90
- package/date-picker/lib/es6/utils/cronTabScheduler.js.map +0 -1
- package/date-picker/lib/es6/utils/datesIntersects.js +0 -22
- package/date-picker/lib/es6/utils/datesIntersects.js.map +0 -1
- package/date-picker/lib/es6/utils/formatDate.js +0 -25
- package/date-picker/lib/es6/utils/formatDate.js.map +0 -1
- package/date-picker/lib/es6/utils/includesDate.js +0 -18
- package/date-picker/lib/es6/utils/includesDate.js.map +0 -1
- package/date-picker/lib/es6/utils/shortDateRangeFormat.js +0 -62
- package/date-picker/lib/es6/utils/shortDateRangeFormat.js.map +0 -1
- package/divider/lib/es6/Divider.js +0 -59
- package/divider/lib/es6/Divider.js.map +0 -1
- package/divider/lib/es6/index.d.js +0 -2
- package/divider/lib/es6/index.d.js.map +0 -1
- package/divider/lib/es6/index.js +0 -2
- package/divider/lib/es6/index.js.map +0 -1
- package/dot/lib/es6/Dot.js +0 -100
- package/dot/lib/es6/Dot.js.map +0 -1
- package/dot/lib/es6/index.d.js +0 -2
- package/dot/lib/es6/index.d.js.map +0 -1
- package/dot/lib/es6/index.js +0 -2
- package/dot/lib/es6/index.js.map +0 -1
- package/drag-and-drop/lib/es6/DragAndDrop.js +0 -661
- package/drag-and-drop/lib/es6/DragAndDrop.js.map +0 -1
- package/drag-and-drop/lib/es6/index.d.js +0 -2
- package/drag-and-drop/lib/es6/index.d.js.map +0 -1
- package/drag-and-drop/lib/es6/index.js +0 -2
- package/drag-and-drop/lib/es6/index.js.map +0 -1
- package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/dropdown/lib/es6/AbstractDropdown.js +0 -385
- package/dropdown/lib/es6/AbstractDropdown.js.map +0 -1
- package/dropdown/lib/es6/Dropdown.js +0 -242
- package/dropdown/lib/es6/Dropdown.js.map +0 -1
- package/dropdown/lib/es6/DropdownItem.js +0 -12
- package/dropdown/lib/es6/DropdownItem.js.map +0 -1
- package/dropdown/lib/es6/index.d.js +0 -2
- package/dropdown/lib/es6/index.d.js.map +0 -1
- package/dropdown/lib/es6/index.js +0 -3
- package/dropdown/lib/es6/index.js.map +0 -1
- package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/dropdown-menu/lib/es6/DropdownMenu.js +0 -551
- package/dropdown-menu/lib/es6/DropdownMenu.js.map +0 -1
- package/dropdown-menu/lib/es6/index.d.js +0 -2
- package/dropdown-menu/lib/es6/index.d.js.map +0 -1
- package/dropdown-menu/lib/es6/index.js +0 -2
- package/dropdown-menu/lib/es6/index.js.map +0 -1
- package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/ellipsis/lib/es6/Ellipsis.js +0 -303
- package/ellipsis/lib/es6/Ellipsis.js.map +0 -1
- package/ellipsis/lib/es6/index.d.js +0 -2
- package/ellipsis/lib/es6/index.d.js.map +0 -1
- package/ellipsis/lib/es6/index.js +0 -3
- package/ellipsis/lib/es6/index.js.map +0 -1
- package/ellipsis/lib/es6/useResizeObserver.js +0 -37
- package/ellipsis/lib/es6/useResizeObserver.js.map +0 -1
- package/errors/lib/es6/AccessDenied/index.js +0 -55
- package/errors/lib/es6/AccessDenied/index.js.map +0 -1
- package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.js +0 -33
- package/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/errors/lib/es6/Error.js +0 -89
- package/errors/lib/es6/Error.js.map +0 -1
- package/errors/lib/es6/Maintenance/index.js +0 -54
- package/errors/lib/es6/Maintenance/index.js.map +0 -1
- package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.js +0 -33
- package/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/errors/lib/es6/PageError/index.js +0 -64
- package/errors/lib/es6/PageError/index.js.map +0 -1
- package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.js +0 -33
- package/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/errors/lib/es6/PageNotFound/index.js +0 -53
- package/errors/lib/es6/PageNotFound/index.js.map +0 -1
- package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.js +0 -33
- package/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/errors/lib/es6/ProjectNotFound/index.js +0 -72
- package/errors/lib/es6/ProjectNotFound/index.js.map +0 -1
- package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.js +0 -33
- package/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/errors/lib/es6/index.d.js +0 -16
- package/errors/lib/es6/index.d.js.map +0 -1
- package/errors/lib/es6/index.js +0 -8
- package/errors/lib/es6/index.js.map +0 -1
- package/feature-popover/lib/es6/FeaturePopover.js +0 -212
- package/feature-popover/lib/es6/FeaturePopover.js.map +0 -1
- package/feature-popover/lib/es6/index.d.js +0 -2
- package/feature-popover/lib/es6/index.d.js.map +0 -1
- package/feature-popover/lib/es6/index.js +0 -2
- package/feature-popover/lib/es6/index.js.map +0 -1
- package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/feedback-form/lib/es6/FeedbackForm.js +0 -165
- package/feedback-form/lib/es6/FeedbackForm.js.map +0 -1
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +0 -56
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js.map +0 -1
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js +0 -62
- package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js.map +0 -1
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +0 -369
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +0 -1
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js +0 -2
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js.map +0 -1
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +0 -219
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js.map +0 -1
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.js +0 -17
- package/feedback-form/lib/es6/component/submit-button/SubmitButton.js.map +0 -1
- package/feedback-form/lib/es6/index.d.js +0 -6
- package/feedback-form/lib/es6/index.d.js.map +0 -1
- package/feedback-form/lib/es6/index.js +0 -4
- package/feedback-form/lib/es6/index.js.map +0 -1
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/flags/lib/es6/Flags.js +0 -97
- package/flags/lib/es6/Flags.js.map +0 -1
- package/flags/lib/es6/index.d.js +0 -2
- package/flags/lib/es6/index.d.js.map +0 -1
- package/flags/lib/es6/index.js +0 -3
- package/flags/lib/es6/index.js.map +0 -1
- package/flex-box/lib/es6/Box/index.js +0 -14
- package/flex-box/lib/es6/Box/index.js.map +0 -1
- package/flex-box/lib/es6/Box/useBox.js +0 -125
- package/flex-box/lib/es6/Box/useBox.js.map +0 -1
- package/flex-box/lib/es6/Flex/index.js +0 -14
- package/flex-box/lib/es6/Flex/index.js.map +0 -1
- package/flex-box/lib/es6/Flex/useFlex.js +0 -70
- package/flex-box/lib/es6/Flex/useFlex.js.map +0 -1
- package/flex-box/lib/es6/index.js +0 -11
- package/flex-box/lib/es6/index.js.map +0 -1
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +0 -19
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js.map +0 -1
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js +0 -21
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js.map +0 -1
- package/flex-box/lib/es6/utils.js +0 -13
- package/flex-box/lib/es6/utils.js.map +0 -1
- package/format-text/lib/es6/FormatText.js +0 -44
- package/format-text/lib/es6/FormatText.js.map +0 -1
- package/format-text/lib/es6/index.js +0 -3
- package/format-text/lib/es6/index.js.map +0 -1
- package/fullscreen-modal/lib/es6/FullscreenModal.js +0 -230
- package/fullscreen-modal/lib/es6/FullscreenModal.js.map +0 -1
- package/fullscreen-modal/lib/es6/index.d.js +0 -2
- package/fullscreen-modal/lib/es6/index.d.js.map +0 -1
- package/fullscreen-modal/lib/es6/index.js +0 -2
- package/fullscreen-modal/lib/es6/index.js.map +0 -1
- package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/grid/lib/es6/Grid.js +0 -212
- package/grid/lib/es6/Grid.js.map +0 -1
- package/grid/lib/es6/index.d.js +0 -2
- package/grid/lib/es6/index.d.js.map +0 -1
- package/grid/lib/es6/index.js +0 -4
- package/grid/lib/es6/index.js.map +0 -1
- package/i18n-unplugin/lib/es6/index.js +0 -154
- package/i18n-unplugin/lib/es6/index.js.map +0 -1
- package/icon/lib/es6/Icon.js +0 -82
- package/icon/lib/es6/Icon.js.map +0 -1
- package/icon/lib/es6/index.d.js +0 -2
- package/icon/lib/es6/index.d.js.map +0 -1
- package/icon/lib/es6/index.js +0 -2
- package/icon/lib/es6/index.js.map +0 -1
- package/illustration/lib/es6/index.d.js +0 -2
- package/illustration/lib/es6/index.d.js.map +0 -1
- package/illustration/lib/es6/index.js +0 -15
- package/illustration/lib/es6/index.js.map +0 -1
- package/inline-edit/lib/es6/InlineEdit.js +0 -182
- package/inline-edit/lib/es6/InlineEdit.js.map +0 -1
- package/inline-edit/lib/es6/index.d.js +0 -2
- package/inline-edit/lib/es6/index.d.js.map +0 -1
- package/inline-edit/lib/es6/index.js +0 -2
- package/inline-edit/lib/es6/index.js.map +0 -1
- package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/inline-input/lib/es6/InlineInput.js +0 -416
- package/inline-input/lib/es6/InlineInput.js.map +0 -1
- package/inline-input/lib/es6/index.d.js +0 -2
- package/inline-input/lib/es6/index.d.js.map +0 -1
- package/inline-input/lib/es6/index.js +0 -3
- package/inline-input/lib/es6/index.js.map +0 -1
- package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/input/lib/es6/Input.js +0 -228
- package/input/lib/es6/Input.js.map +0 -1
- package/input/lib/es6/index.d.js +0 -2
- package/input/lib/es6/index.d.js.map +0 -1
- package/input/lib/es6/index.js +0 -2
- package/input/lib/es6/index.js.map +0 -1
- package/input-mask/lib/es6/InputMask.js +0 -361
- package/input-mask/lib/es6/InputMask.js.map +0 -1
- package/input-mask/lib/es6/index.js +0 -3
- package/input-mask/lib/es6/index.js.map +0 -1
- package/input-number/lib/es6/InputNumber.js +0 -506
- package/input-number/lib/es6/InputNumber.js.map +0 -1
- package/input-number/lib/es6/buttons.js +0 -22
- package/input-number/lib/es6/buttons.js.map +0 -1
- package/input-number/lib/es6/index.d.js +0 -2
- package/input-number/lib/es6/index.d.js.map +0 -1
- package/input-number/lib/es6/index.js +0 -3
- package/input-number/lib/es6/index.js.map +0 -1
- package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/input-number/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/input-tags/lib/es6/InputTags.js +0 -389
- package/input-tags/lib/es6/InputTags.js.map +0 -1
- package/input-tags/lib/es6/index.js +0 -3
- package/input-tags/lib/es6/index.js.map +0 -1
- package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/input-tags/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/link/lib/es6/Link.js +0 -175
- package/link/lib/es6/Link.js.map +0 -1
- package/link/lib/es6/index.d.js +0 -2
- package/link/lib/es6/index.d.js.map +0 -1
- package/link/lib/es6/index.js +0 -2
- package/link/lib/es6/index.js.map +0 -1
- package/mini-chart/lib/es6/component/score/Donut.js +0 -125
- package/mini-chart/lib/es6/component/score/Donut.js.map +0 -1
- package/mini-chart/lib/es6/component/score/Line.js +0 -133
- package/mini-chart/lib/es6/component/score/Line.js.map +0 -1
- package/mini-chart/lib/es6/component/score/Line.types.js +0 -2
- package/mini-chart/lib/es6/component/score/Line.types.js.map +0 -1
- package/mini-chart/lib/es6/component/score/Score.js +0 -2
- package/mini-chart/lib/es6/component/score/Score.js.map +0 -1
- package/mini-chart/lib/es6/component/score/index.js +0 -4
- package/mini-chart/lib/es6/component/score/index.js.map +0 -1
- package/mini-chart/lib/es6/component/trend/Bar.js +0 -122
- package/mini-chart/lib/es6/component/trend/Bar.js.map +0 -1
- package/mini-chart/lib/es6/component/trend/Line.js +0 -164
- package/mini-chart/lib/es6/component/trend/Line.js.map +0 -1
- package/mini-chart/lib/es6/component/trend/Trend.js +0 -79
- package/mini-chart/lib/es6/component/trend/Trend.js.map +0 -1
- package/mini-chart/lib/es6/component/trend/index.js +0 -4
- package/mini-chart/lib/es6/component/trend/index.js.map +0 -1
- package/mini-chart/lib/es6/index.js +0 -13
- package/mini-chart/lib/es6/index.js.map +0 -1
- package/modal/lib/es6/Modal.js +0 -256
- package/modal/lib/es6/Modal.js.map +0 -1
- package/modal/lib/es6/index.d.js +0 -2
- package/modal/lib/es6/index.d.js.map +0 -1
- package/modal/lib/es6/index.js +0 -2
- package/modal/lib/es6/index.js.map +0 -1
- package/modal/lib/es6/modal.vo-test.js +0 -99
- package/modal/lib/es6/modal.vo-test.js.map +0 -1
- package/modal/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/modal/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/neighbor-location/lib/es6/NeighborLocation.js +0 -137
- package/neighbor-location/lib/es6/NeighborLocation.js.map +0 -1
- package/neighbor-location/lib/es6/index.d.js +0 -2
- package/neighbor-location/lib/es6/index.d.js.map +0 -1
- package/neighbor-location/lib/es6/index.js +0 -3
- package/neighbor-location/lib/es6/index.js.map +0 -1
- package/notice/lib/es6/Notice.js +0 -236
- package/notice/lib/es6/Notice.js.map +0 -1
- package/notice/lib/es6/NoticeSmart.js +0 -48
- package/notice/lib/es6/NoticeSmart.js.map +0 -1
- package/notice/lib/es6/index.d.js +0 -2
- package/notice/lib/es6/index.d.js.map +0 -1
- package/notice/lib/es6/index.js +0 -4
- package/notice/lib/es6/index.js.map +0 -1
- package/notice/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/notice/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/notice-bubble/lib/es6/NoticeBubble.js +0 -385
- package/notice-bubble/lib/es6/NoticeBubble.js.map +0 -1
- package/notice-bubble/lib/es6/NoticeBubbleManager.js +0 -121
- package/notice-bubble/lib/es6/NoticeBubbleManager.js.map +0 -1
- package/notice-bubble/lib/es6/index.d.js +0 -2
- package/notice-bubble/lib/es6/index.d.js.map +0 -1
- package/notice-bubble/lib/es6/index.js +0 -7
- package/notice-bubble/lib/es6/index.js.map +0 -1
- package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/notice-bubble/lib/es6/utils.js +0 -42
- package/notice-bubble/lib/es6/utils.js.map +0 -1
- package/notice-global/lib/es6/NoticeGlobal.js +0 -130
- package/notice-global/lib/es6/NoticeGlobal.js.map +0 -1
- package/notice-global/lib/es6/index.d.js +0 -2
- package/notice-global/lib/es6/index.d.js.map +0 -1
- package/notice-global/lib/es6/index.js +0 -2
- package/notice-global/lib/es6/index.js.map +0 -1
- package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/outside-click/lib/es6/OutsideClick.js +0 -91
- package/outside-click/lib/es6/OutsideClick.js.map +0 -1
- package/outside-click/lib/es6/index.js +0 -3
- package/outside-click/lib/es6/index.js.map +0 -1
- package/pagination/lib/es6/Pagination.js +0 -443
- package/pagination/lib/es6/Pagination.js.map +0 -1
- package/pagination/lib/es6/index.d.js +0 -2
- package/pagination/lib/es6/index.d.js.map +0 -1
- package/pagination/lib/es6/index.js +0 -2
- package/pagination/lib/es6/index.js.map +0 -1
- package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -33
- package/pagination/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/pills/lib/es6/Pills.js +0 -215
- package/pills/lib/es6/Pills.js.map +0 -1
- package/pills/lib/es6/index.d.js +0 -2
- package/pills/lib/es6/index.d.js.map +0 -1
- package/pills/lib/es6/index.js +0 -3
- package/pills/lib/es6/index.js.map +0 -1
- package/popper/lib/es6/Popper.js +0 -666
- package/popper/lib/es6/Popper.js.map +0 -1
- package/popper/lib/es6/arrowOffset.js +0 -58
- package/popper/lib/es6/arrowOffset.js.map +0 -1
- package/popper/lib/es6/createPopper.js +0 -8
- package/popper/lib/es6/createPopper.js.map +0 -1
- package/popper/lib/es6/index.d.js +0 -2
- package/popper/lib/es6/index.d.js.map +0 -1
- package/popper/lib/es6/index.js +0 -2
- package/popper/lib/es6/index.js.map +0 -1
- package/popper/lib/es6/modifiers/cursorAnchoring.js +0 -52
- package/popper/lib/es6/modifiers/cursorAnchoring.js.map +0 -1
- package/popper/lib/es6/utils/getOffsetParent.js +0 -52
- package/popper/lib/es6/utils/getOffsetParent.js.map +0 -1
- package/portal/lib/es6/Portal.js +0 -39
- package/portal/lib/es6/Portal.js.map +0 -1
- package/portal/lib/es6/index.js +0 -3
- package/portal/lib/es6/index.js.map +0 -1
- package/product-head/lib/es6/Info.js +0 -63
- package/product-head/lib/es6/Info.js.map +0 -1
- package/product-head/lib/es6/ProductHead.js +0 -66
- package/product-head/lib/es6/ProductHead.js.map +0 -1
- package/product-head/lib/es6/Title.js +0 -58
- package/product-head/lib/es6/Title.js.map +0 -1
- package/product-head/lib/es6/index.js +0 -6
- package/product-head/lib/es6/index.js.map +0 -1
- package/progress-bar/lib/es6/ProgressBar.js +0 -113
- package/progress-bar/lib/es6/ProgressBar.js.map +0 -1
- package/progress-bar/lib/es6/index.d.js +0 -2
- package/progress-bar/lib/es6/index.d.js.map +0 -1
- package/progress-bar/lib/es6/index.js +0 -2
- package/progress-bar/lib/es6/index.js.map +0 -1
- package/radio/lib/es6/Radio.js +0 -384
- package/radio/lib/es6/Radio.js.map +0 -1
- package/radio/lib/es6/index.d.js +0 -2
- package/radio/lib/es6/index.d.js.map +0 -1
- package/radio/lib/es6/index.js +0 -3
- package/radio/lib/es6/index.js.map +0 -1
- package/scroll-area/lib/es6/ScrollArea.js +0 -403
- package/scroll-area/lib/es6/ScrollArea.js.map +0 -1
- package/scroll-area/lib/es6/ScrollBar.js +0 -436
- package/scroll-area/lib/es6/ScrollBar.js.map +0 -1
- package/scroll-area/lib/es6/index.d.js +0 -2
- package/scroll-area/lib/es6/index.d.js.map +0 -1
- package/scroll-area/lib/es6/index.js +0 -4
- package/scroll-area/lib/es6/index.js.map +0 -1
- package/select/lib/es6/InputSearch.js +0 -149
- package/select/lib/es6/InputSearch.js.map +0 -1
- package/select/lib/es6/Select.js +0 -429
- package/select/lib/es6/Select.js.map +0 -1
- package/select/lib/es6/context.js +0 -3
- package/select/lib/es6/context.js.map +0 -1
- package/select/lib/es6/index.d.js +0 -2
- package/select/lib/es6/index.d.js.map +0 -1
- package/select/lib/es6/index.js +0 -4
- package/select/lib/es6/index.js.map +0 -1
- package/select/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/select/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/side-panel/lib/es6/SidePanel.js +0 -289
- package/side-panel/lib/es6/SidePanel.js.map +0 -1
- package/side-panel/lib/es6/index.d.js +0 -2
- package/side-panel/lib/es6/index.d.js.map +0 -1
- package/side-panel/lib/es6/index.js +0 -2
- package/side-panel/lib/es6/index.js.map +0 -1
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/side-panel/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/skeleton/lib/es6/Charts/Area.js +0 -37
- package/skeleton/lib/es6/Charts/Area.js.map +0 -1
- package/skeleton/lib/es6/Charts/Bar.js +0 -47
- package/skeleton/lib/es6/Charts/Bar.js.map +0 -1
- package/skeleton/lib/es6/Charts/Bubble.js +0 -31
- package/skeleton/lib/es6/Charts/Bubble.js.map +0 -1
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +0 -31
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.js.map +0 -1
- package/skeleton/lib/es6/Charts/Donut.js +0 -41
- package/skeleton/lib/es6/Charts/Donut.js.map +0 -1
- package/skeleton/lib/es6/Charts/Histogram.js +0 -47
- package/skeleton/lib/es6/Charts/Histogram.js.map +0 -1
- package/skeleton/lib/es6/Charts/Line.js +0 -37
- package/skeleton/lib/es6/Charts/Line.js.map +0 -1
- package/skeleton/lib/es6/Charts/RadialTree.js +0 -31
- package/skeleton/lib/es6/Charts/RadialTree.js.map +0 -1
- package/skeleton/lib/es6/Charts/ScatterPlot.js +0 -31
- package/skeleton/lib/es6/Charts/ScatterPlot.js.map +0 -1
- package/skeleton/lib/es6/Charts/Venn.js +0 -31
- package/skeleton/lib/es6/Charts/Venn.js.map +0 -1
- package/skeleton/lib/es6/Charts/index.js +0 -11
- package/skeleton/lib/es6/Charts/index.js.map +0 -1
- package/skeleton/lib/es6/Skeleton.d.js +0 -2
- package/skeleton/lib/es6/Skeleton.d.js.map +0 -1
- package/skeleton/lib/es6/Skeleton.js +0 -191
- package/skeleton/lib/es6/Skeleton.js.map +0 -1
- package/skeleton/lib/es6/index.d.js +0 -2
- package/skeleton/lib/es6/index.d.js.map +0 -1
- package/skeleton/lib/es6/index.js +0 -3
- package/skeleton/lib/es6/index.js.map +0 -1
- package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/slider/lib/es6/Slider.js +0 -315
- package/slider/lib/es6/Slider.js.map +0 -1
- package/slider/lib/es6/index.d.js +0 -2
- package/slider/lib/es6/index.d.js.map +0 -1
- package/slider/lib/es6/index.js +0 -3
- package/slider/lib/es6/index.js.map +0 -1
- package/spin/lib/es6/Spin.js +0 -70
- package/spin/lib/es6/Spin.js.map +0 -1
- package/spin/lib/es6/index.d.js +0 -2
- package/spin/lib/es6/index.d.js.map +0 -1
- package/spin/lib/es6/index.js +0 -2
- package/spin/lib/es6/index.js.map +0 -1
- package/spin/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/spin/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/spin-container/lib/es6/SpinContainer.js +0 -143
- package/spin-container/lib/es6/SpinContainer.js.map +0 -1
- package/spin-container/lib/es6/index.d.js +0 -2
- package/spin-container/lib/es6/index.d.js.map +0 -1
- package/spin-container/lib/es6/index.js +0 -2
- package/spin-container/lib/es6/index.js.map +0 -1
- package/sticky/lib/es6/Sticky.js +0 -46
- package/sticky/lib/es6/Sticky.js.map +0 -1
- package/sticky/lib/es6/index.js +0 -3
- package/sticky/lib/es6/index.js.map +0 -1
- package/stylelint-plugin/lib/es6/index.js +0 -99
- package/stylelint-plugin/lib/es6/index.js.map +0 -1
- package/switch/lib/es6/Switch.js +0 -268
- package/switch/lib/es6/Switch.js.map +0 -1
- package/switch/lib/es6/index.d.js +0 -3
- package/switch/lib/es6/index.d.js.map +0 -1
- package/switch/lib/es6/index.js +0 -3
- package/switch/lib/es6/index.js.map +0 -1
- package/tab-line/lib/es6/TabLine.js +0 -259
- package/tab-line/lib/es6/TabLine.js.map +0 -1
- package/tab-line/lib/es6/index.d.js +0 -2
- package/tab-line/lib/es6/index.d.js.map +0 -1
- package/tab-line/lib/es6/index.js +0 -3
- package/tab-line/lib/es6/index.js.map +0 -1
- package/tab-panel/lib/es6/TabPanel.js +0 -153
- package/tab-panel/lib/es6/TabPanel.js.map +0 -1
- package/tab-panel/lib/es6/index.d.js +0 -2
- package/tab-panel/lib/es6/index.d.js.map +0 -1
- package/tab-panel/lib/es6/index.js +0 -3
- package/tab-panel/lib/es6/index.js.map +0 -1
- package/tag/lib/es6/Tag.js +0 -455
- package/tag/lib/es6/Tag.js.map +0 -1
- package/tag/lib/es6/index.d.js +0 -2
- package/tag/lib/es6/index.d.js.map +0 -1
- package/tag/lib/es6/index.js +0 -2
- package/tag/lib/es6/index.js.map +0 -1
- package/tag/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/tag/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/textarea/lib/es6/Textarea.js +0 -154
- package/textarea/lib/es6/Textarea.js.map +0 -1
- package/textarea/lib/es6/index.d.js +0 -2
- package/textarea/lib/es6/index.d.js.map +0 -1
- package/textarea/lib/es6/index.js +0 -2
- package/textarea/lib/es6/index.js.map +0 -1
- package/time-picker/lib/es6/PickerFormat.js +0 -79
- package/time-picker/lib/es6/PickerFormat.js.map +0 -1
- package/time-picker/lib/es6/PickerInput.js +0 -287
- package/time-picker/lib/es6/PickerInput.js.map +0 -1
- package/time-picker/lib/es6/TimePicker.js +0 -346
- package/time-picker/lib/es6/TimePicker.js.map +0 -1
- package/time-picker/lib/es6/index.d.js +0 -2
- package/time-picker/lib/es6/index.d.js.map +0 -1
- package/time-picker/lib/es6/index.js +0 -3
- package/time-picker/lib/es6/index.js.map +0 -1
- package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/tooltip/lib/es6/Tooltip.js +0 -315
- package/tooltip/lib/es6/Tooltip.js.map +0 -1
- package/tooltip/lib/es6/index.d.js +0 -2
- package/tooltip/lib/es6/index.d.js.map +0 -1
- package/tooltip/lib/es6/index.js +0 -2
- package/tooltip/lib/es6/index.js.map +0 -1
- package/typography/lib/es6/Blockquote.js +0 -29
- package/typography/lib/es6/Blockquote.js.map +0 -1
- package/typography/lib/es6/Hint.js +0 -81
- package/typography/lib/es6/Hint.js.map +0 -1
- package/typography/lib/es6/List.js +0 -108
- package/typography/lib/es6/List.js.map +0 -1
- package/typography/lib/es6/Text.js +0 -71
- package/typography/lib/es6/Text.js.map +0 -1
- package/typography/lib/es6/index.d.js +0 -2
- package/typography/lib/es6/index.d.js.map +0 -1
- package/typography/lib/es6/index.js +0 -5
- package/typography/lib/es6/index.js.map +0 -1
- package/widget-empty/lib/es6/Error/index.js +0 -41
- package/widget-empty/lib/es6/Error/index.js.map +0 -1
- package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.js +0 -33
- package/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/widget-empty/lib/es6/NoData/index.js +0 -43
- package/widget-empty/lib/es6/NoData/index.js.map +0 -1
- package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.js +0 -33
- package/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/widget-empty/lib/es6/WidgetEmpty.js +0 -76
- package/widget-empty/lib/es6/WidgetEmpty.js.map +0 -1
- package/widget-empty/lib/es6/index.d.js +0 -2
- package/widget-empty/lib/es6/index.d.js.map +0 -1
- package/widget-empty/lib/es6/index.js +0 -5
- package/widget-empty/lib/es6/index.js.map +0 -1
- package/wizard/lib/es6/Wizard.js +0 -350
- package/wizard/lib/es6/Wizard.js.map +0 -1
- package/wizard/lib/es6/index.d.js +0 -2
- package/wizard/lib/es6/index.d.js.map +0 -1
- package/wizard/lib/es6/index.js +0 -3
- package/wizard/lib/es6/index.js.map +0 -1
- package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/wizard/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
@@ -0,0 +1,436 @@
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
3
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
4
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
5
|
+
import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized";
|
6
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
7
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
8
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
9
|
+
import { sstyled as _sstyled } from 'intergalactic/utils/lib/core/index';
|
10
|
+
import { assignProps as _assignProps2 } from 'intergalactic/core';
|
11
|
+
import { assignProps as _assignProps } from 'intergalactic/core';
|
12
|
+
import React from 'react';
|
13
|
+
import { findDOMNode } from 'react-dom';
|
14
|
+
import createComponent, { Component, sstyled, Root } from 'intergalactic/core';
|
15
|
+
import { Box } from 'intergalactic/flex-box';
|
16
|
+
import { getNodeByRef } from 'intergalactic/utils/lib/ref';
|
17
|
+
import contextEnhance from 'intergalactic/utils/lib/enhances/contextEnhance';
|
18
|
+
/*__reshadow-styles__:"./style/scroll-bar.shadow.css"*/
|
19
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SScrollBar_g1sur_gg_{position:absolute;display:flex}.___SScrollBar_g1sur_gg_._orientation_vertical_g1sur_gg_{top:var(--intergalactic-spacing-1x, 4px);right:0;width:8px;height:calc(100% - var(--offsetSum_g1sur) - var(--intergalactic-spacing-2x, 8px));justify-content:center}.___SScrollBar_g1sur_gg_._orientation_horizontal_g1sur_gg_{bottom:0;height:12px;align-items:center;width:calc(100% - var(--offsetSum_g1sur) - var(--intergalactic-spacing-2x, 8px))}.___SSlider_g1sur_gg_{cursor:pointer;width:6px;height:6px;border-radius:4px;background-color:var(--intergalactic-scroll-bar-background, rgba(25, 27, 35, 0.3))}" /*__inner_css_end__*/, "g1sur_gg_") /*__reshadow_css_end__*/, {
|
20
|
+
"__SScrollBar": "___SScrollBar_g1sur_gg_",
|
21
|
+
"_orientation_vertical": "_orientation_vertical_g1sur_gg_",
|
22
|
+
"--offsetSum": "--offsetSum_g1sur",
|
23
|
+
"_orientation_horizontal": "_orientation_horizontal_g1sur_gg_",
|
24
|
+
"__SSlider": "___SSlider_g1sur_gg_"
|
25
|
+
});
|
26
|
+
export var hideScrollBarsFromScreenReadersContext = /*#__PURE__*/React.createContext(false);
|
27
|
+
export var DEFAULT_SLIDER_SIZE = 50;
|
28
|
+
|
29
|
+
// updating DOM directly to avoid react dom rerendering and reconciliation
|
30
|
+
var setAriaValues = function setAriaValues($container, $horizontalBar, $verticalBar) {
|
31
|
+
if (!$container || !($horizontalBar || $verticalBar)) return;
|
32
|
+
var scrollWidth = $container.scrollWidth,
|
33
|
+
clientWidth = $container.clientWidth,
|
34
|
+
scrollHeight = $container.scrollHeight,
|
35
|
+
clientHeight = $container.clientHeight,
|
36
|
+
scrollLeft = $container.scrollLeft,
|
37
|
+
scrollTop = $container.scrollTop;
|
38
|
+
var maxScrollRight = scrollWidth - clientWidth;
|
39
|
+
var maxScrollBottom = scrollHeight - clientHeight;
|
40
|
+
if ($horizontalBar) {
|
41
|
+
$horizontalBar.setAttribute('aria-valuenow', Math.floor(scrollLeft));
|
42
|
+
$horizontalBar.setAttribute('aria-valuemax', maxScrollRight);
|
43
|
+
}
|
44
|
+
if ($verticalBar) {
|
45
|
+
$verticalBar.setAttribute('aria-valuenow', Math.floor(scrollTop));
|
46
|
+
$verticalBar.setAttribute('aria-valuemax', maxScrollBottom);
|
47
|
+
}
|
48
|
+
};
|
49
|
+
var ScrollBarRoot = /*#__PURE__*/function (_Component) {
|
50
|
+
_inherits(ScrollBarRoot, _Component);
|
51
|
+
var _super = _createSuper(ScrollBarRoot);
|
52
|
+
function ScrollBarRoot() {
|
53
|
+
var _this;
|
54
|
+
_classCallCheck(this, ScrollBarRoot);
|
55
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
56
|
+
args[_key] = arguments[_key];
|
57
|
+
}
|
58
|
+
_this = _super.call.apply(_super, [this].concat(args));
|
59
|
+
_defineProperty(_assertThisInitialized(_this), "$bar", null);
|
60
|
+
_defineProperty(_assertThisInitialized(_this), "$slider", null);
|
61
|
+
_defineProperty(_assertThisInitialized(_this), "sliderStyle", {
|
62
|
+
width: DEFAULT_SLIDER_SIZE,
|
63
|
+
height: DEFAULT_SLIDER_SIZE
|
64
|
+
});
|
65
|
+
_defineProperty(_assertThisInitialized(_this), "kefScroll", {
|
66
|
+
x: 0,
|
67
|
+
y: 0
|
68
|
+
});
|
69
|
+
_defineProperty(_assertThisInitialized(_this), "kefBar", {
|
70
|
+
x: 0,
|
71
|
+
y: 0
|
72
|
+
});
|
73
|
+
_defineProperty(_assertThisInitialized(_this), "_scroll", {
|
74
|
+
left: 0,
|
75
|
+
top: 0
|
76
|
+
});
|
77
|
+
_defineProperty(_assertThisInitialized(_this), "_mouse", {
|
78
|
+
pageX: 0,
|
79
|
+
pageY: 0
|
80
|
+
});
|
81
|
+
_defineProperty(_assertThisInitialized(_this), "state", {
|
82
|
+
visibleScroll: false
|
83
|
+
});
|
84
|
+
_defineProperty(_assertThisInitialized(_this), "refBar", function (node) {
|
85
|
+
var domNode = findDOMNode(node);
|
86
|
+
_this.$bar = domNode;
|
87
|
+
var orientation = _this.getOrientation();
|
88
|
+
var _this$asProps = _this.asProps,
|
89
|
+
horizontalBarRef = _this$asProps.horizontalBarRef,
|
90
|
+
verticalBarRef = _this$asProps.verticalBarRef;
|
91
|
+
if (orientation === 'horizontal' && horizontalBarRef) horizontalBarRef.current = domNode;
|
92
|
+
if (orientation === 'vertical' && verticalBarRef) verticalBarRef.current = domNode;
|
93
|
+
setAriaValues(_this.$container, horizontalBarRef === null || horizontalBarRef === void 0 ? void 0 : horizontalBarRef.current, verticalBarRef === null || verticalBarRef === void 0 ? void 0 : verticalBarRef.current);
|
94
|
+
});
|
95
|
+
_defineProperty(_assertThisInitialized(_this), "refSlider", function (node) {
|
96
|
+
_this.$slider = findDOMNode(node);
|
97
|
+
});
|
98
|
+
_defineProperty(_assertThisInitialized(_this), "calculate", function () {
|
99
|
+
if (!_this.$container) return;
|
100
|
+
var visibleScroll = _this.calculateVisibleScroll();
|
101
|
+
_this.setState({
|
102
|
+
visibleScroll: visibleScroll
|
103
|
+
}, function () {
|
104
|
+
if (!_this.$container || !_this.$bar || !_this.$slider) return;
|
105
|
+
var orientation = _this.getOrientation();
|
106
|
+
_this.sliderStyle = _this.calculateSliderStyle();
|
107
|
+
_this.kefBar = _this.calculateKefBar();
|
108
|
+
_this.kefScroll = _this.calculateKefScroll();
|
109
|
+
if (orientation === 'horizontal') {
|
110
|
+
_this.$slider.style.width = "".concat(_this.sliderStyle.width, "px");
|
111
|
+
} else if (orientation === 'vertical') {
|
112
|
+
_this.$slider.style.height = "".concat(_this.sliderStyle.height, "px");
|
113
|
+
}
|
114
|
+
_this.handleScroll();
|
115
|
+
});
|
116
|
+
});
|
117
|
+
_defineProperty(_assertThisInitialized(_this), "handleScroll", function () {
|
118
|
+
if (!_this.$container || !_this.$slider) return;
|
119
|
+
var _this$$container = _this.$container,
|
120
|
+
scrollTop = _this$$container.scrollTop,
|
121
|
+
scrollLeft = _this$$container.scrollLeft;
|
122
|
+
var orientation = _this.getOrientation();
|
123
|
+
if (orientation === 'horizontal') {
|
124
|
+
_this.$slider.style.transform = "translateX(".concat(scrollLeft * _this.kefScroll.x, "px)");
|
125
|
+
} else if (orientation === 'vertical') {
|
126
|
+
_this.$slider.style.transform = "translateY(".concat(scrollTop * _this.kefScroll.y, "px)");
|
127
|
+
}
|
128
|
+
});
|
129
|
+
_defineProperty(_assertThisInitialized(_this), "handleSelectStartDocument", function (e) {
|
130
|
+
return e.preventDefault();
|
131
|
+
});
|
132
|
+
_defineProperty(_assertThisInitialized(_this), "handleMouseMoveDocument", function (e) {
|
133
|
+
var pageX = e.pageX,
|
134
|
+
pageY = e.pageY;
|
135
|
+
var _this$_scroll = _this._scroll,
|
136
|
+
left = _this$_scroll.left,
|
137
|
+
top = _this$_scroll.top;
|
138
|
+
var _this$kefScroll = _this.kefScroll,
|
139
|
+
x = _this$kefScroll.x,
|
140
|
+
y = _this$kefScroll.y;
|
141
|
+
var orientation = _this.getOrientation();
|
142
|
+
if (orientation === 'horizontal') {
|
143
|
+
_this.$container.scrollLeft = _this.calculateScrollByDiff(pageX, _this._mouse.pageX, left, x);
|
144
|
+
} else if (orientation === 'vertical') {
|
145
|
+
_this.$container.scrollTop = _this.calculateScrollByDiff(pageY, _this._mouse.pageY, top, y);
|
146
|
+
}
|
147
|
+
});
|
148
|
+
_defineProperty(_assertThisInitialized(_this), "handleMouseUpDocument", function () {
|
149
|
+
document.removeEventListener('mousemove', _this.handleMouseMoveDocument, true);
|
150
|
+
document.removeEventListener('mouseup', _this.handleMouseUpDocument, true);
|
151
|
+
document.removeEventListener('selectstart', _this.handleSelectStartDocument, true);
|
152
|
+
});
|
153
|
+
_defineProperty(_assertThisInitialized(_this), "handleMouseDownSlider", function (e) {
|
154
|
+
// canceling the emergence of a real scroll
|
155
|
+
e.stopPropagation();
|
156
|
+
// save mouse coordinates (relative to the page)
|
157
|
+
_this._mouse = {
|
158
|
+
pageX: e.pageX,
|
159
|
+
pageY: e.pageY
|
160
|
+
};
|
161
|
+
// save the scroll of the container
|
162
|
+
// TODO: what happens if the content increases while we scroll?
|
163
|
+
var _this$$container2 = _this.$container,
|
164
|
+
scrollLeft = _this$$container2.scrollLeft,
|
165
|
+
scrollTop = _this$$container2.scrollTop;
|
166
|
+
_this._scroll = {
|
167
|
+
left: scrollLeft,
|
168
|
+
top: scrollTop
|
169
|
+
};
|
170
|
+
document.addEventListener('mousemove', _this.handleMouseMoveDocument, true);
|
171
|
+
document.addEventListener('mouseup', _this.handleMouseUpDocument, true);
|
172
|
+
document.addEventListener('selectstart', _this.handleSelectStartDocument, true);
|
173
|
+
});
|
174
|
+
_defineProperty(_assertThisInitialized(_this), "handleMouseDownBar", function (e) {
|
175
|
+
// cancellation of the ascent as in a real scroll
|
176
|
+
e.stopPropagation();
|
177
|
+
var pageX = e.pageX,
|
178
|
+
pageY = e.pageY;
|
179
|
+
var _window = window,
|
180
|
+
pageXOffset = _window.pageXOffset,
|
181
|
+
pageYOffset = _window.pageYOffset;
|
182
|
+
var _this$$bar$getBoundin = _this.$bar.getBoundingClientRect(),
|
183
|
+
left = _this$$bar$getBoundin.left,
|
184
|
+
top = _this$$bar$getBoundin.top;
|
185
|
+
var orientation = _this.getOrientation();
|
186
|
+
if (orientation === 'horizontal') {
|
187
|
+
_this.$container.scrollLeft = _this.calculateScrollByClick(left, pageXOffset, pageX, _this.kefBar.x, _this.kefScroll.x);
|
188
|
+
} else if (orientation === 'vertical') {
|
189
|
+
_this.$container.scrollTop = _this.calculateScrollByClick(top, pageYOffset, pageY, _this.kefBar.y, _this.kefScroll.y);
|
190
|
+
}
|
191
|
+
});
|
192
|
+
return _this;
|
193
|
+
}
|
194
|
+
_createClass(ScrollBarRoot, [{
|
195
|
+
key: "$container",
|
196
|
+
get: function get() {
|
197
|
+
return getNodeByRef(this.asProps.container);
|
198
|
+
}
|
199
|
+
}, {
|
200
|
+
key: "calculateVisibleScroll",
|
201
|
+
value: function calculateVisibleScroll() {
|
202
|
+
var orientation = this.getOrientation();
|
203
|
+
var _this$calculateOrient = this.calculateOrientation(),
|
204
|
+
_this$calculateOrient2 = _slicedToArray(_this$calculateOrient, 2),
|
205
|
+
horizontal = _this$calculateOrient2[0],
|
206
|
+
vertical = _this$calculateOrient2[1];
|
207
|
+
if (horizontal && orientation === 'horizontal') {
|
208
|
+
return true;
|
209
|
+
} else if (vertical && orientation === 'vertical') {
|
210
|
+
return true;
|
211
|
+
}
|
212
|
+
return false;
|
213
|
+
}
|
214
|
+
}, {
|
215
|
+
key: "calculateKefScroll",
|
216
|
+
value: function calculateKefScroll() {
|
217
|
+
var _this$$container3 = this.$container,
|
218
|
+
clientWidth = _this$$container3.clientWidth,
|
219
|
+
clientHeight = _this$$container3.clientHeight,
|
220
|
+
scrollWidth = _this$$container3.scrollWidth,
|
221
|
+
scrollHeight = _this$$container3.scrollHeight;
|
222
|
+
var _this$$bar = this.$bar,
|
223
|
+
clientWidthBar = _this$$bar.clientWidth,
|
224
|
+
clientHeightBar = _this$$bar.clientHeight;
|
225
|
+
var _this$sliderStyle = this.sliderStyle,
|
226
|
+
width = _this$sliderStyle.width,
|
227
|
+
height = _this$sliderStyle.height;
|
228
|
+
return {
|
229
|
+
x: (clientWidthBar - width) / (scrollWidth - clientWidth),
|
230
|
+
y: (clientHeightBar - height) / (scrollHeight - clientHeight)
|
231
|
+
};
|
232
|
+
}
|
233
|
+
}, {
|
234
|
+
key: "calculateKefBar",
|
235
|
+
value: function calculateKefBar() {
|
236
|
+
var _this$$bar2 = this.$bar,
|
237
|
+
clientWidth = _this$$bar2.clientWidth,
|
238
|
+
clientHeight = _this$$bar2.clientHeight;
|
239
|
+
var _this$sliderStyle2 = this.sliderStyle,
|
240
|
+
width = _this$sliderStyle2.width,
|
241
|
+
height = _this$sliderStyle2.height;
|
242
|
+
return {
|
243
|
+
x: (clientWidth - width) / clientWidth,
|
244
|
+
y: (clientHeight - height) / clientHeight
|
245
|
+
};
|
246
|
+
}
|
247
|
+
}, {
|
248
|
+
key: "calculateSliderStyle",
|
249
|
+
value: function calculateSliderStyle() {
|
250
|
+
var _this$$bar3 = this.$bar,
|
251
|
+
clientWidth = _this$$bar3.clientWidth,
|
252
|
+
clientHeight = _this$$bar3.clientHeight;
|
253
|
+
var _this$$container4 = this.$container,
|
254
|
+
scrollWidth = _this$$container4.scrollWidth,
|
255
|
+
scrollHeight = _this$$container4.scrollHeight;
|
256
|
+
var calculateDimensions = function calculateDimensions(visibleSize, totalSize) {
|
257
|
+
var ratio = Math.min(visibleSize / totalSize, 1); // percentage of visible area
|
258
|
+
return Math.round(visibleSize * ratio);
|
259
|
+
};
|
260
|
+
return {
|
261
|
+
width: Math.max(calculateDimensions(clientWidth, scrollWidth), DEFAULT_SLIDER_SIZE),
|
262
|
+
height: Math.max(calculateDimensions(clientHeight, scrollHeight), DEFAULT_SLIDER_SIZE)
|
263
|
+
};
|
264
|
+
}
|
265
|
+
}, {
|
266
|
+
key: "calculateScrollByClick",
|
267
|
+
value: function calculateScrollByClick(position, windowOffset, mouseOffset, kefBar, kefScroll) {
|
268
|
+
// bar coordinates relative to the page
|
269
|
+
var barPage = position + windowOffset;
|
270
|
+
|
271
|
+
// click coordinates - bar coordinates * proportion
|
272
|
+
var scroll = (mouseOffset - barPage) * kefBar;
|
273
|
+
return scroll / kefScroll;
|
274
|
+
}
|
275
|
+
}, {
|
276
|
+
key: "calculateScrollByDiff",
|
277
|
+
value: function calculateScrollByDiff(mouseOffset, oldMouseOffset, oldScroll, kefScroll) {
|
278
|
+
// mouse offset (new coordinates - old coordinates)
|
279
|
+
var offsetMouse = mouseOffset - oldMouseOffset;
|
280
|
+
|
281
|
+
// old scroll position * scroll ratio + offset
|
282
|
+
var scroll = oldScroll * kefScroll + offsetMouse;
|
283
|
+
return scroll / kefScroll;
|
284
|
+
}
|
285
|
+
}, {
|
286
|
+
key: "calculateOrientation",
|
287
|
+
value: function calculateOrientation() {
|
288
|
+
if (!this.$container) return [false, false];
|
289
|
+
var _this$$container5 = this.$container,
|
290
|
+
scrollWidth = _this$$container5.scrollWidth,
|
291
|
+
scrollHeight = _this$$container5.scrollHeight,
|
292
|
+
clientWidth = _this$$container5.clientWidth,
|
293
|
+
clientHeight = _this$$container5.clientHeight;
|
294
|
+
return [scrollWidth > clientWidth, scrollHeight > clientHeight];
|
295
|
+
}
|
296
|
+
}, {
|
297
|
+
key: "getOrientation",
|
298
|
+
value: function getOrientation() {
|
299
|
+
if (this.asProps.orientation !== undefined) return this.asProps.orientation;
|
300
|
+
var _this$calculateOrient3 = this.calculateOrientation(),
|
301
|
+
_this$calculateOrient4 = _slicedToArray(_this$calculateOrient3, 2),
|
302
|
+
horizontal = _this$calculateOrient4[0],
|
303
|
+
vertical = _this$calculateOrient4[1];
|
304
|
+
if (vertical) return 'vertical';
|
305
|
+
if (horizontal) return 'horizontal';
|
306
|
+
}
|
307
|
+
}, {
|
308
|
+
key: "subscribe",
|
309
|
+
value: function subscribe($node) {
|
310
|
+
if (!$node) return;
|
311
|
+
$node.addEventListener('scroll', this.handleScroll);
|
312
|
+
$node.addEventListener('calculate', this.calculate);
|
313
|
+
}
|
314
|
+
}, {
|
315
|
+
key: "unsubscribe",
|
316
|
+
value: function unsubscribe($node) {
|
317
|
+
if (!$node) return;
|
318
|
+
$node.removeEventListener('scroll', this.handleScroll);
|
319
|
+
$node.removeEventListener('calculate', this.calculate);
|
320
|
+
}
|
321
|
+
}, {
|
322
|
+
key: "getSliderProps",
|
323
|
+
value: function getSliderProps() {
|
324
|
+
return {
|
325
|
+
ref: this.refSlider,
|
326
|
+
onMouseDown: this.handleMouseDownSlider
|
327
|
+
};
|
328
|
+
}
|
329
|
+
}, {
|
330
|
+
key: "componentDidMount",
|
331
|
+
value: function componentDidMount() {
|
332
|
+
this.subscribe(this.$container);
|
333
|
+
}
|
334
|
+
}, {
|
335
|
+
key: "componentWillUnmount",
|
336
|
+
value: function componentWillUnmount() {
|
337
|
+
this.unsubscribe(this.$container);
|
338
|
+
}
|
339
|
+
}, {
|
340
|
+
key: "render",
|
341
|
+
value: function render() {
|
342
|
+
var _ref = this.asProps,
|
343
|
+
_ref3;
|
344
|
+
var SScrollBar = Box;
|
345
|
+
var _this$asProps2 = this.asProps,
|
346
|
+
styles = _this$asProps2.styles,
|
347
|
+
uid = _this$asProps2.uid,
|
348
|
+
position = _this$asProps2.position,
|
349
|
+
container = _this$asProps2.container,
|
350
|
+
orientation = _this$asProps2.orientation,
|
351
|
+
hideFromScreenReaders = _this$asProps2.hideFromScreenReaders;
|
352
|
+
var visibleScroll = this.state.visibleScroll;
|
353
|
+
var _this$asProps3 = this.asProps,
|
354
|
+
leftOffset = _this$asProps3.leftOffset,
|
355
|
+
rightOffset = _this$asProps3.rightOffset,
|
356
|
+
topOffset = _this$asProps3.topOffset,
|
357
|
+
bottomOffset = _this$asProps3.bottomOffset;
|
358
|
+
if (!visibleScroll) {
|
359
|
+
return null;
|
360
|
+
}
|
361
|
+
var offsetSum = 0;
|
362
|
+
if (orientation === 'horizontal') {
|
363
|
+
if (leftOffset) offsetSum += leftOffset;
|
364
|
+
if (rightOffset) offsetSum += rightOffset;
|
365
|
+
if (position === 'sticky' && container.current) {
|
366
|
+
var _container$current$ge = container.current.getBoundingClientRect(),
|
367
|
+
left = _container$current$ge.left,
|
368
|
+
right = _container$current$ge.right;
|
369
|
+
if (leftOffset) {
|
370
|
+
leftOffset += left;
|
371
|
+
}
|
372
|
+
if (rightOffset) {
|
373
|
+
rightOffset += right;
|
374
|
+
}
|
375
|
+
}
|
376
|
+
}
|
377
|
+
if (orientation === 'vertical') {
|
378
|
+
if (topOffset) offsetSum += topOffset;
|
379
|
+
if (bottomOffset) offsetSum += bottomOffset;
|
380
|
+
if (position === 'sticky' && container.current) {
|
381
|
+
var _container$current$ge2 = container.current.getBoundingClientRect(),
|
382
|
+
top = _container$current$ge2.top,
|
383
|
+
bottom = _container$current$ge2.bottom;
|
384
|
+
if (topOffset) {
|
385
|
+
topOffset += top;
|
386
|
+
}
|
387
|
+
if (bottomOffset) {
|
388
|
+
bottomOffset += bottom;
|
389
|
+
}
|
390
|
+
}
|
391
|
+
}
|
392
|
+
return _ref3 = sstyled(styles), /*#__PURE__*/React.createElement(SScrollBar, _ref3.cn("SScrollBar", _objectSpread({}, _assignProps({
|
393
|
+
"left": orientation === 'horizontal' && leftOffset ? "".concat(leftOffset, "px") : undefined,
|
394
|
+
"right": orientation === 'horizontal' && rightOffset ? "".concat(rightOffset, "px") : undefined,
|
395
|
+
"top": orientation === 'vertical' && topOffset ? "".concat(topOffset, "px") : undefined,
|
396
|
+
"bottom": orientation === 'vertical' && bottomOffset ? "".concat(bottomOffset, "px") : undefined,
|
397
|
+
"offsetSum": "".concat(offsetSum, "px"),
|
398
|
+
"role": hideFromScreenReaders ? undefined : 'scrollbar',
|
399
|
+
"aria-hidden": hideFromScreenReaders ? 'true' : undefined,
|
400
|
+
"ref": this.refBar,
|
401
|
+
"aria-valuemin": hideFromScreenReaders ? undefined : 0,
|
402
|
+
"aria-controls": hideFromScreenReaders ? undefined : "igc-".concat(uid, "-scroll-container"),
|
403
|
+
"aria-orientation": hideFromScreenReaders ? undefined : this.getOrientation(),
|
404
|
+
"onMouseDown": this.handleMouseDownBar,
|
405
|
+
"orientation": this.getOrientation()
|
406
|
+
}, _ref))));
|
407
|
+
}
|
408
|
+
}]);
|
409
|
+
return ScrollBarRoot;
|
410
|
+
}(Component);
|
411
|
+
_defineProperty(ScrollBarRoot, "displayName", 'Bar');
|
412
|
+
_defineProperty(ScrollBarRoot, "style", style);
|
413
|
+
_defineProperty(ScrollBarRoot, "enhance", [contextEnhance(hideScrollBarsFromScreenReadersContext, 'hideFromScreenReaders')]);
|
414
|
+
_defineProperty(ScrollBarRoot, "defaultProps", function () {
|
415
|
+
return {
|
416
|
+
container: /*#__PURE__*/React.createRef(),
|
417
|
+
children: /*#__PURE__*/React.createElement(ScrollBar.Slider, null)
|
418
|
+
};
|
419
|
+
});
|
420
|
+
function Slider(props) {
|
421
|
+
var _ref2 = arguments[0],
|
422
|
+
_ref4;
|
423
|
+
var styles = props.styles;
|
424
|
+
var SSlider = Box;
|
425
|
+
return _ref4 = sstyled(styles), /*#__PURE__*/React.createElement(SSlider, _ref4.cn("SSlider", _objectSpread({}, _assignProps2({
|
426
|
+
"onDragStart": function onDragStart() {
|
427
|
+
return false;
|
428
|
+
}
|
429
|
+
}, _ref2))));
|
430
|
+
}
|
431
|
+
var ScrollBar = createComponent(ScrollBarRoot, {
|
432
|
+
Slider: Slider
|
433
|
+
});
|
434
|
+
export { setAriaValues as setAreaValue };
|
435
|
+
export default ScrollBar;
|
436
|
+
//# sourceMappingURL=ScrollBar.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ScrollBar.mjs","names":["React","findDOMNode","createComponent","Component","sstyled","Root","Box","getNodeByRef","contextEnhance","style","_sstyled","insert","hideScrollBarsFromScreenReadersContext","createContext","DEFAULT_SLIDER_SIZE","setAriaValues","$container","$horizontalBar","$verticalBar","scrollWidth","clientWidth","scrollHeight","clientHeight","scrollLeft","scrollTop","maxScrollRight","maxScrollBottom","setAttribute","Math","floor","ScrollBarRoot","_Component","_inherits","_super","_createSuper","_this","_classCallCheck","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty","_assertThisInitialized","width","height","x","y","left","top","pageX","pageY","visibleScroll","node","domNode","$bar","orientation","getOrientation","_this$asProps","asProps","horizontalBarRef","verticalBarRef","current","$slider","calculateVisibleScroll","setState","sliderStyle","calculateSliderStyle","kefBar","calculateKefBar","kefScroll","calculateKefScroll","handleScroll","_this$$container","transform","e","preventDefault","_this$_scroll","_scroll","_this$kefScroll","calculateScrollByDiff","_mouse","document","removeEventListener","handleMouseMoveDocument","handleMouseUpDocument","handleSelectStartDocument","stopPropagation","_this$$container2","addEventListener","_window","window","pageXOffset","pageYOffset","_this$$bar$getBoundin","getBoundingClientRect","calculateScrollByClick","_createClass","key","get","container","value","_this$calculateOrient","calculateOrientation","_this$calculateOrient2","_slicedToArray","horizontal","vertical","_this$$container3","_this$$bar","clientWidthBar","clientHeightBar","_this$sliderStyle","_this$$bar2","_this$sliderStyle2","_this$$bar3","_this$$container4","calculateDimensions","visibleSize","totalSize","ratio","min","round","max","position","windowOffset","mouseOffset","barPage","scroll","oldMouseOffset","oldScroll","offsetMouse","_this$$container5","undefined","_this$calculateOrient3","_this$calculateOrient4","subscribe","$node","calculate","unsubscribe","getSliderProps","ref","refSlider","onMouseDown","handleMouseDownSlider","componentDidMount","componentWillUnmount","render","_ref","_ref3","SScrollBar","_this$asProps2","styles","uid","hideFromScreenReaders","state","_this$asProps3","leftOffset","rightOffset","topOffset","bottomOffset","offsetSum","_container$current$ge","right","_container$current$ge2","bottom","createElement","cn","_objectSpread","_assignProps","refBar","handleMouseDownBar","createRef","children","ScrollBar","Slider","props","_ref2","arguments[0]","_ref4","SSlider","_assignProps2","onDragStart","setAreaValue"],"sources":["../../src/ScrollBar.jsx"],"sourcesContent":["import React from 'react';\nimport { findDOMNode } from 'react-dom';\nimport createComponent, { Component, sstyled, Root } from '@semcore/core';\nimport { Box } from '@semcore/flex-box';\nimport { getNodeByRef } from '@semcore/utils/lib/ref';\nimport contextEnhance from '@semcore/utils/lib/enhances/contextEnhance';\n\nimport style from './style/scroll-bar.shadow.css';\n\nexport const hideScrollBarsFromScreenReadersContext = React.createContext(false);\n\nexport const DEFAULT_SLIDER_SIZE = 50;\n\n// updating DOM directly to avoid react dom rerendering and reconciliation\nconst setAriaValues = ($container, $horizontalBar, $verticalBar) => {\n if (!$container || !($horizontalBar || $verticalBar)) return;\n const { scrollWidth, clientWidth, scrollHeight, clientHeight, scrollLeft, scrollTop } =\n $container;\n const maxScrollRight = scrollWidth - clientWidth;\n const maxScrollBottom = scrollHeight - clientHeight;\n if ($horizontalBar) {\n $horizontalBar.setAttribute('aria-valuenow', Math.floor(scrollLeft));\n $horizontalBar.setAttribute('aria-valuemax', maxScrollRight);\n }\n if ($verticalBar) {\n $verticalBar.setAttribute('aria-valuenow', Math.floor(scrollTop));\n $verticalBar.setAttribute('aria-valuemax', maxScrollBottom);\n }\n};\n\nclass ScrollBarRoot extends Component {\n static displayName = 'Bar';\n\n static style = style;\n static enhance = [\n contextEnhance(hideScrollBarsFromScreenReadersContext, 'hideFromScreenReaders'),\n ];\n\n static defaultProps = () => {\n return {\n container: React.createRef(),\n children: <ScrollBar.Slider />,\n };\n };\n\n $bar = null;\n $slider = null;\n\n sliderStyle = { width: DEFAULT_SLIDER_SIZE, height: DEFAULT_SLIDER_SIZE };\n\n kefScroll = { x: 0, y: 0 };\n kefBar = { x: 0, y: 0 };\n\n _scroll = { left: 0, top: 0 };\n _mouse = { pageX: 0, pageY: 0 };\n\n state = {\n visibleScroll: false,\n };\n\n get $container() {\n return getNodeByRef(this.asProps.container);\n }\n\n refBar = (node) => {\n const domNode = findDOMNode(node);\n this.$bar = domNode;\n const orientation = this.getOrientation();\n const { horizontalBarRef, verticalBarRef } = this.asProps;\n if (orientation === 'horizontal' && horizontalBarRef) horizontalBarRef.current = domNode;\n if (orientation === 'vertical' && verticalBarRef) verticalBarRef.current = domNode;\n\n setAriaValues(this.$container, horizontalBarRef?.current, verticalBarRef?.current);\n };\n\n refSlider = (node) => {\n this.$slider = findDOMNode(node);\n };\n\n calculateVisibleScroll() {\n const orientation = this.getOrientation();\n const [horizontal, vertical] = this.calculateOrientation();\n\n if (horizontal && orientation === 'horizontal') {\n return true;\n } else if (vertical && orientation === 'vertical') {\n return true;\n }\n\n return false;\n }\n\n calculateKefScroll() {\n const { clientWidth, clientHeight, scrollWidth, scrollHeight } = this.$container;\n const { clientWidth: clientWidthBar, clientHeight: clientHeightBar } = this.$bar;\n const { width, height } = this.sliderStyle;\n return {\n x: (clientWidthBar - width) / (scrollWidth - clientWidth),\n y: (clientHeightBar - height) / (scrollHeight - clientHeight),\n };\n }\n\n calculateKefBar() {\n const { clientWidth, clientHeight } = this.$bar;\n const { width, height } = this.sliderStyle;\n return {\n x: (clientWidth - width) / clientWidth,\n y: (clientHeight - height) / clientHeight,\n };\n }\n\n calculateSliderStyle() {\n const { clientWidth, clientHeight } = this.$bar;\n const { scrollWidth, scrollHeight } = this.$container;\n\n const calculateDimensions = (visibleSize, totalSize) => {\n const ratio = Math.min(visibleSize / totalSize, 1); // percentage of visible area\n return Math.round(visibleSize * ratio);\n };\n\n return {\n width: Math.max(calculateDimensions(clientWidth, scrollWidth), DEFAULT_SLIDER_SIZE),\n height: Math.max(calculateDimensions(clientHeight, scrollHeight), DEFAULT_SLIDER_SIZE),\n };\n }\n\n calculateScrollByClick(position, windowOffset, mouseOffset, kefBar, kefScroll) {\n // bar coordinates relative to the page\n const barPage = position + windowOffset;\n\n // click coordinates - bar coordinates * proportion\n const scroll = (mouseOffset - barPage) * kefBar;\n\n return scroll / kefScroll;\n }\n\n calculateScrollByDiff(mouseOffset, oldMouseOffset, oldScroll, kefScroll) {\n // mouse offset (new coordinates - old coordinates)\n const offsetMouse = mouseOffset - oldMouseOffset;\n\n // old scroll position * scroll ratio + offset\n const scroll = oldScroll * kefScroll + offsetMouse;\n\n return scroll / kefScroll;\n }\n\n calculateOrientation() {\n if (!this.$container) return [false, false];\n const { scrollWidth, scrollHeight, clientWidth, clientHeight } = this.$container;\n return [scrollWidth > clientWidth, scrollHeight > clientHeight];\n }\n\n calculate = () => {\n if (!this.$container) return;\n\n const visibleScroll = this.calculateVisibleScroll();\n\n this.setState({ visibleScroll }, () => {\n if (!this.$container || !this.$bar || !this.$slider) return;\n const orientation = this.getOrientation();\n\n this.sliderStyle = this.calculateSliderStyle();\n this.kefBar = this.calculateKefBar();\n this.kefScroll = this.calculateKefScroll();\n\n if (orientation === 'horizontal') {\n this.$slider.style.width = `${this.sliderStyle.width}px`;\n } else if (orientation === 'vertical') {\n this.$slider.style.height = `${this.sliderStyle.height}px`;\n }\n this.handleScroll();\n });\n };\n\n handleScroll = () => {\n if (!this.$container || !this.$slider) return;\n\n const { scrollTop, scrollLeft } = this.$container;\n const orientation = this.getOrientation();\n\n if (orientation === 'horizontal') {\n this.$slider.style.transform = `translateX(${scrollLeft * this.kefScroll.x}px)`;\n } else if (orientation === 'vertical') {\n this.$slider.style.transform = `translateY(${scrollTop * this.kefScroll.y}px)`;\n }\n };\n\n getOrientation() {\n if (this.asProps.orientation !== undefined) return this.asProps.orientation;\n const [horizontal, vertical] = this.calculateOrientation();\n if (vertical) return 'vertical';\n if (horizontal) return 'horizontal';\n }\n\n handleSelectStartDocument = (e) => e.preventDefault();\n\n handleMouseMoveDocument = (e) => {\n const { pageX, pageY } = e;\n const { left, top } = this._scroll;\n const { x, y } = this.kefScroll;\n const orientation = this.getOrientation();\n\n if (orientation === 'horizontal') {\n this.$container.scrollLeft = this.calculateScrollByDiff(pageX, this._mouse.pageX, left, x);\n } else if (orientation === 'vertical') {\n this.$container.scrollTop = this.calculateScrollByDiff(pageY, this._mouse.pageY, top, y);\n }\n };\n\n handleMouseUpDocument = () => {\n document.removeEventListener('mousemove', this.handleMouseMoveDocument, true);\n document.removeEventListener('mouseup', this.handleMouseUpDocument, true);\n document.removeEventListener('selectstart', this.handleSelectStartDocument, true);\n };\n\n handleMouseDownSlider = (e) => {\n // canceling the emergence of a real scroll\n e.stopPropagation();\n // save mouse coordinates (relative to the page)\n this._mouse = { pageX: e.pageX, pageY: e.pageY };\n // save the scroll of the container\n // TODO: what happens if the content increases while we scroll?\n const { scrollLeft, scrollTop } = this.$container;\n this._scroll = { left: scrollLeft, top: scrollTop };\n\n document.addEventListener('mousemove', this.handleMouseMoveDocument, true);\n document.addEventListener('mouseup', this.handleMouseUpDocument, true);\n document.addEventListener('selectstart', this.handleSelectStartDocument, true);\n };\n\n handleMouseDownBar = (e) => {\n // cancellation of the ascent as in a real scroll\n e.stopPropagation();\n\n const { pageX, pageY } = e;\n const { pageXOffset, pageYOffset } = window;\n const { left, top } = this.$bar.getBoundingClientRect();\n const orientation = this.getOrientation();\n\n if (orientation === 'horizontal') {\n this.$container.scrollLeft = this.calculateScrollByClick(\n left,\n pageXOffset,\n pageX,\n this.kefBar.x,\n this.kefScroll.x,\n );\n } else if (orientation === 'vertical') {\n this.$container.scrollTop = this.calculateScrollByClick(\n top,\n pageYOffset,\n pageY,\n this.kefBar.y,\n this.kefScroll.y,\n );\n }\n };\n\n subscribe($node) {\n if (!$node) return;\n $node.addEventListener('scroll', this.handleScroll);\n $node.addEventListener('calculate', this.calculate);\n }\n\n unsubscribe($node) {\n if (!$node) return;\n $node.removeEventListener('scroll', this.handleScroll);\n $node.removeEventListener('calculate', this.calculate);\n }\n\n getSliderProps() {\n return {\n ref: this.refSlider,\n onMouseDown: this.handleMouseDownSlider,\n };\n }\n\n componentDidMount() {\n this.subscribe(this.$container);\n }\n\n componentWillUnmount() {\n this.unsubscribe(this.$container);\n }\n\n render() {\n const SScrollBar = Root;\n const { styles, uid, position, container, orientation, hideFromScreenReaders } = this.asProps;\n const { visibleScroll } = this.state;\n\n let { leftOffset, rightOffset, topOffset, bottomOffset } = this.asProps;\n\n if (!visibleScroll) {\n return null;\n }\n\n let offsetSum = 0;\n\n if (orientation === 'horizontal') {\n if (leftOffset) offsetSum += leftOffset;\n if (rightOffset) offsetSum += rightOffset;\n\n if (position === 'sticky' && container.current) {\n const { left, right } = container.current.getBoundingClientRect();\n\n if (leftOffset) {\n leftOffset += left;\n }\n\n if (rightOffset) {\n rightOffset += right;\n }\n }\n }\n\n if (orientation === 'vertical') {\n if (topOffset) offsetSum += topOffset;\n if (bottomOffset) offsetSum += bottomOffset;\n\n if (position === 'sticky' && container.current) {\n const { top, bottom } = container.current.getBoundingClientRect();\n\n if (topOffset) {\n topOffset += top;\n }\n\n if (bottomOffset) {\n bottomOffset += bottom;\n }\n }\n }\n\n return sstyled(styles)(\n <SScrollBar\n render={Box}\n left={orientation === 'horizontal' && leftOffset ? `${leftOffset}px` : undefined}\n right={orientation === 'horizontal' && rightOffset ? `${rightOffset}px` : undefined}\n top={orientation === 'vertical' && topOffset ? `${topOffset}px` : undefined}\n bottom={orientation === 'vertical' && bottomOffset ? `${bottomOffset}px` : undefined}\n offsetSum={`${offsetSum}px`}\n role={hideFromScreenReaders ? undefined : 'scrollbar'}\n aria-hidden={hideFromScreenReaders ? 'true' : undefined}\n ref={this.refBar}\n aria-valuemin={hideFromScreenReaders ? undefined : 0}\n aria-controls={hideFromScreenReaders ? undefined : `igc-${uid}-scroll-container`}\n aria-orientation={hideFromScreenReaders ? undefined : this.getOrientation()}\n onMouseDown={this.handleMouseDownBar}\n orientation={this.getOrientation()}\n />,\n );\n }\n}\n\nfunction Slider(props) {\n const { styles } = props;\n const SSlider = Root;\n\n return sstyled(styles)(<SSlider render={Box} onDragStart={() => false} />);\n}\n\nconst ScrollBar = createComponent(ScrollBarRoot, {\n Slider,\n});\n\nexport { setAriaValues as setAreaValue };\nexport default ScrollBar;\n"],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.mjs","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\nimport { Box, BoxProps } from '@semcore/flex-box';\nimport { NodeByRef } from '@semcore/utils/lib/ref';\n\n/** @deprecated */\nexport interface IScrollAreaProps extends ScrollAreaProps, UnknownProperties {}\nexport type ScrollAreaProps = BoxProps & {\n /** Shadow display on container */\n shadow?: boolean;\n /** Scroll direction */\n orientation?: 'horizontal' | 'vertical';\n /** Link to the dom element, which will be a container with overflow */\n container?: NodeByRef;\n /** Link to the dom element that will be stretched along with the content */\n inner?: NodeByRef;\n /** Callback executed when container change size */\n onResize?: ResizeObserverCallback;\n /** Called every time user scrolls area */\n onScroll?: (event: React.SyntheticEvent<HTMLElement>) => void;\n /** Tab index that is being bypassed to the scroll container. */\n tabIndex?: number | null;\n\n /**\n * Flag to enable resizing if the parent of ScrollArea is resized\n * @default false\n */\n observeParentSize?: boolean;\n\n topOffset?: number;\n rightOffset?: number;\n bottomOffset?: number;\n leftOffset?: number;\n};\n\n/** @deprecated */\nexport interface IScrollAreaContext extends ScrollAreaContext, UnknownProperties {}\nexport type ScrollAreaContext = ScrollAreaProps & {\n getContainerProps: PropGetterFn;\n getBarProps: PropGetterFn;\n};\n\n/** @deprecated */\nexport interface IScrollBarProps extends ScrollBarProps, UnknownProperties {}\nexport type ScrollBarProps = BoxProps & {\n /** The direction of the scroll that can be calculated automatically */\n orientation?: 'horizontal' | 'vertical';\n /** Link to the dom element, which will be a container with overflow */\n container?: NodeByRef;\n};\n\n/** @deprecated */\nexport interface IScrollBarContext extends ScrollBarContext, UnknownProperties {}\nexport type ScrollBarContext = ScrollBarProps & {\n getSliderProps: PropGetterFn;\n};\n\nexport type ScrollAreaContainerProps = BoxProps & {\n focusRingTopOffset?: string;\n focusRingRightOffset?: string;\n focusRingBottomOffset?: string;\n focusRingLeftOffset?: string;\n};\n\ndeclare const ScrollBar: Intergalactic.Component<'div', ScrollBarProps, ScrollBarContext> & {\n Slider: typeof Box;\n};\n\ndeclare const ScrollArea: Intergalactic.Component<'div', ScrollAreaProps, ScrollAreaContext> & {\n Container: Intergalactic.Component<'div', ScrollAreaContainerProps>;\n Bar: typeof ScrollBar;\n};\n\ndeclare const eventCalculate: any;\n\ndeclare const hideScrollBarsFromScreenReadersContext: React.Context<boolean>;\n\nexport { eventCalculate, hideScrollBarsFromScreenReadersContext };\nexport default ScrollArea;\n"],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.mjs","names":["default","hideScrollBarsFromScreenReadersContext"],"sources":["../../src/index.js"],"sourcesContent":["export { default } from './ScrollArea';\nexport * from './ScrollArea';\nexport { hideScrollBarsFromScreenReadersContext } from './ScrollBar';\n"],"mappings":"AAAA,SAASA,OAAO,QAAQ,cAAc;AACtC,cAAc,cAAc;AAC5B,SAASC,sCAAsC,QAAQ,aAAa"}
|
package/scroll-area/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"name":"intergalactic/scroll-area","description":"Semrush ScrollArea Component","version":"5.
|
1
|
+
{"name":"intergalactic/scroll-area","description":"Semrush ScrollArea Component","version":"5.44.0","main":"lib/cjs/index.js","module":"lib/es6/index.mjs","typings":"lib/types/index.d.ts","sideEffects":false,"author":"UI-kit team <ui-kit-team@semrush.com>","license":"MIT","scripts":{"build":"pnpm semcore-builder --source=js"},"dependencies":{"@semcore/utils":"4.45.0","@semcore/flex-box":"5.40.0"},"peerDependencies":{"@semcore/core":"^2.17.5","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/scroll-area"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
|
package/select/index.mjs
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export * from './lib/es6/index.
|
2
|
-
export { default } from './lib/es6/index.
|
1
|
+
export * from './lib/es6/index.mjs';
|
2
|
+
export { default } from './lib/es6/index.mjs';
|
@@ -6,13 +6,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
7
7
|
});
|
8
8
|
exports["default"] = void 0;
|
9
|
-
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
|
10
|
-
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
11
|
-
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
12
|
-
var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/assertThisInitialized"));
|
13
|
-
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
14
|
-
var _createSuper2 = _interopRequireDefault(require("@babel/runtime/helpers/createSuper"));
|
15
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
9
|
+
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectSpread2"));
|
10
|
+
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/classCallCheck"));
|
11
|
+
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/createClass"));
|
12
|
+
var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/assertThisInitialized"));
|
13
|
+
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/inherits"));
|
14
|
+
var _createSuper2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/createSuper"));
|
15
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/defineProperty"));
|
16
16
|
var _index = require("intergalactic/utils/lib/core/index");
|
17
17
|
var _core = _interopRequireWildcard(require("intergalactic/core"));
|
18
18
|
var _react = _interopRequireDefault(require("react"));
|
@@ -24,12 +24,12 @@ var _context = require("./context");
|
|
24
24
|
var _i18nEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/i18nEnhance"));
|
25
25
|
var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynamic-locales");
|
26
26
|
/*__reshadow-styles__:"./style/input-search.shadow.css"*/
|
27
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
28
|
-
"__SInputSearch": "
|
29
|
-
"_size_m": "
|
30
|
-
"__SSearchClear": "
|
31
|
-
"_hide": "
|
32
|
-
"__SOutline": "
|
27
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SInputSearch_16p8a_gg_._size_m_16p8a_gg_{height:32px}.___SSearchClear_16p8a_gg_{padding:0 var(--intergalactic-spacing-2x, 8px)}.___SSearchClear_16p8a_gg_.__hide_16p8a_gg_{visibility:hidden}.___SOutline_16p8a_gg_{top:-1px;left:-1px;width:100%;border-radius:var(--intergalactic-control-rounded, 6px) var(--intergalactic-control-rounded, 6px)0 0;box-sizing:content-box}" /*__inner_css_end__*/, "16p8a_gg_") /*__reshadow_css_end__*/, {
|
28
|
+
"__SInputSearch": "___SInputSearch_16p8a_gg_",
|
29
|
+
"_size_m": "_size_m_16p8a_gg_",
|
30
|
+
"__SSearchClear": "___SSearchClear_16p8a_gg_",
|
31
|
+
"_hide": "__hide_16p8a_gg_",
|
32
|
+
"__SOutline": "___SOutline_16p8a_gg_"
|
33
33
|
});
|
34
34
|
var InputSearchRoot = /*#__PURE__*/function (_Component) {
|
35
35
|
(0, _inherits2["default"])(InputSearchRoot, _Component);
|