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
@@ -1,385 +0,0 @@
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
2
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
3
|
-
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
4
|
-
import _createClass from "@babel/runtime/helpers/createClass";
|
5
|
-
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
6
|
-
import _inherits from "@babel/runtime/helpers/inherits";
|
7
|
-
import _createSuper from "@babel/runtime/helpers/createSuper";
|
8
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
9
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
10
|
-
import { sstyled as _sstyled } from 'intergalactic/utils/lib/core/index';
|
11
|
-
import { assignProps as _assignProps } from 'intergalactic/core';
|
12
|
-
var _excluded = ["focusLock"],
|
13
|
-
_excluded2 = ["forwardRef", "styles", "onMouseEnter", "onMouseLeave", "getI18nText", "icon", "children", "action", "type"];
|
14
|
-
import React from 'react';
|
15
|
-
import Portal from 'intergalactic/portal';
|
16
|
-
import manager from './NoticeBubbleManager';
|
17
|
-
import createComponent, { Component, sstyled, Root } from 'intergalactic/core';
|
18
|
-
import { Animation } from 'intergalactic/animation';
|
19
|
-
import { Flex, Box } from 'intergalactic/flex-box';
|
20
|
-
import fire from 'intergalactic/utils/lib/fire';
|
21
|
-
import isNode from 'intergalactic/utils/lib/isNode';
|
22
|
-
import { callAllEventHandlers } from 'intergalactic/utils/lib/assignProps';
|
23
|
-
import CloseIcon from 'intergalactic/icon/Close/m';
|
24
|
-
import { Timer } from './utils';
|
25
|
-
import { localizedMessages } from './translations/__intergalactic-dynamic-locales';
|
26
|
-
import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
27
|
-
import { useCssVariable } from 'intergalactic/utils/lib/useCssVariable';
|
28
|
-
import { contextThemeEnhance } from 'intergalactic/utils/lib/ThemeProvider';
|
29
|
-
import Button from 'intergalactic/button';
|
30
|
-
import { useFocusLock } from 'intergalactic/utils/lib/use/useFocusLock';
|
31
|
-
import { Hint } from 'intergalactic/tooltip';
|
32
|
-
import { ZIndexStackingContextProvider, zIndexStackingEnhance } from 'intergalactic/utils/lib/zIndexStacking';
|
33
|
-
/*__reshadow-styles__:"./style/notice-bubble.shadow.css"*/
|
34
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes enter_14g16{0%{transform:translate(100%,0);max-height:0;overflow:hidden}to{transform:translate(0,0);max-height:100vh;overflow:hidden}}@keyframes exit_14g16{0%{max-height:100vh;overflow:hidden;opacity:1}to{max-height:0;overflow:hidden;opacity:0}}.___SBubble_14g16_gg_,.___SView_14g16_gg_{position:relative;margin-bottom:var(--intergalactic-spacing-3x, 12px);padding:var(--intergalactic-spacing-3x, 12px);padding-right:calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-1x, 4px));width:100%;border-radius:var(--intergalactic-popper-rounded, 6px);overflow:hidden;box-sizing:border-box;color:var(--intergalactic-text-primary-invert, #ffffff);gap:var(--intergalactic-spacing-2x, 8px)}.___SBubble_14g16_gg_._type_info_14g16_gg_,.___SView_14g16_gg_._type_info_14g16_gg_{background:var(--intergalactic-bg-primary-invert, #191b23)}.___SBubble_14g16_gg_._type_warning_14g16_gg_,.___SView_14g16_gg_._type_warning_14g16_gg_{background:var(--intergalactic-bg-primary-critical, #ff4953)}.___SContent_14g16_gg_{flex-direction:column;gap:var(--intergalactic-spacing-2x, 8px);flex:1}.___SMessage_14g16_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SDismiss_14g16_gg_{cursor:pointer;position:absolute;right:0;top:0;margin-top:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-2x, 8px);margin-bottom:var(--intergalactic-spacing-2x, 8px);flex-shrink:0;border:0;background:0 0}.___SDismiss_14g16_gg_.__use_14g16_gg_{padding:0 1px}.___SIcon_14g16_gg_{justify-content:center;align-items:center;height:var(--intergalactic-spacing-5x, 20px)}.___SNoticeBubble_14g16_gg_{width:300px;position:fixed;right:var(--intergalactic-spacing-3x, 12px);top:var(--intergalactic-spacing-3x, 12px)}@media (max-width:767px){.___SNoticeBubble_14g16_gg_{width:calc(100% - var(--intergalactic-spacing-6x, 24px))}}.___SNoticeBubble_14g16_gg_.__disablePortal_14g16_gg_{position:sticky;margin-left:auto;height:0}.___SMessage_14g16_gg_ a{color:var(--intergalactic-text-link-invert, #8ecdff)}.___SNoticeAriaLiveWrapper_14g16_gg_{display:contents}" /*__inner_css_end__*/, "14g16_gg_") /*__reshadow_css_end__*/, {
|
35
|
-
"__SContent": "___SContent_14g16_gg_",
|
36
|
-
"__SMessage": "___SMessage_14g16_gg_",
|
37
|
-
"__SDismiss": "___SDismiss_14g16_gg_",
|
38
|
-
"_use": "__use_14g16_gg_",
|
39
|
-
"__SIcon": "___SIcon_14g16_gg_",
|
40
|
-
"__SNoticeBubble": "___SNoticeBubble_14g16_gg_",
|
41
|
-
"_disablePortal": "__disablePortal_14g16_gg_",
|
42
|
-
"__SNoticeAriaLiveWrapper": "___SNoticeAriaLiveWrapper_14g16_gg_",
|
43
|
-
"@enter": "enter_14g16",
|
44
|
-
"@exit": "exit_14g16",
|
45
|
-
"__SBubble": "___SBubble_14g16_gg_",
|
46
|
-
"__SView": "___SView_14g16_gg_",
|
47
|
-
"_type_info": "_type_info_14g16_gg_",
|
48
|
-
"_type_warning": "_type_warning_14g16_gg_"
|
49
|
-
});
|
50
|
-
import { forkRef, useForkRef } from 'intergalactic/utils/lib/ref';
|
51
|
-
import { getFocusableIn } from 'intergalactic/utils/lib/focus-lock/getFocusableIn';
|
52
|
-
import { setFocus } from 'intergalactic/utils/lib/use/useFocusLock';
|
53
|
-
var Notices = function Notices(props) {
|
54
|
-
var styles = props.styles,
|
55
|
-
_props$data = props.data,
|
56
|
-
data = _props$data === void 0 ? [] : _props$data,
|
57
|
-
_props$tag = props.tag,
|
58
|
-
SView = _props$tag === void 0 ? ViewInfo : _props$tag;
|
59
|
-
var ref = React.useRef();
|
60
|
-
var durationStr = useCssVariable('--intergalactic-duration-popper', '200', ref);
|
61
|
-
var duration = React.useMemo(function () {
|
62
|
-
return parseInt(durationStr, 10);
|
63
|
-
}, [durationStr]);
|
64
|
-
return data.map(function (notice) {
|
65
|
-
var _ref2, _notice$visible;
|
66
|
-
return _ref2 = sstyled(styles), /*#__PURE__*/React.createElement(Animation, _ref2.cn("Animation", {
|
67
|
-
"key": notice.uid,
|
68
|
-
"initialAnimation": notice.initialAnimation,
|
69
|
-
"visible": (_notice$visible = notice.visible) !== null && _notice$visible !== void 0 ? _notice$visible : true,
|
70
|
-
"duration": duration,
|
71
|
-
"keyframes": [styles['@enter'], styles['@exit']],
|
72
|
-
"ref": ref
|
73
|
-
}), /*#__PURE__*/React.createElement(SView, _ref2.cn("SView", _objectSpread(_objectSpread({}, notice), {}, {
|
74
|
-
"styles": notice.styles || styles,
|
75
|
-
"getI18nText": props.getI18nText
|
76
|
-
}))));
|
77
|
-
});
|
78
|
-
};
|
79
|
-
var NoticeBubbleContainerRoot = /*#__PURE__*/function (_Component) {
|
80
|
-
_inherits(NoticeBubbleContainerRoot, _Component);
|
81
|
-
var _super = _createSuper(NoticeBubbleContainerRoot);
|
82
|
-
function NoticeBubbleContainerRoot() {
|
83
|
-
var _this;
|
84
|
-
_classCallCheck(this, NoticeBubbleContainerRoot);
|
85
|
-
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
86
|
-
args[_key] = arguments[_key];
|
87
|
-
}
|
88
|
-
_this = _super.call.apply(_super, [this].concat(args));
|
89
|
-
_defineProperty(_assertThisInitialized(_this), "_unsubscribe", null);
|
90
|
-
_defineProperty(_assertThisInitialized(_this), "state", {
|
91
|
-
notices: [],
|
92
|
-
warnings: []
|
93
|
-
});
|
94
|
-
_defineProperty(_assertThisInitialized(_this), "componentWillUnmount", function () {
|
95
|
-
if (_this._unsubscribe) {
|
96
|
-
_this._unsubscribe();
|
97
|
-
}
|
98
|
-
});
|
99
|
-
_defineProperty(_assertThisInitialized(_this), "handleChange", function (notices) {
|
100
|
-
var info = notices.filter(function (notice) {
|
101
|
-
return notice.type === 'info';
|
102
|
-
});
|
103
|
-
var warning = notices.filter(function (notice) {
|
104
|
-
return notice.type === 'warning';
|
105
|
-
});
|
106
|
-
_this.setState({
|
107
|
-
notices: info,
|
108
|
-
warnings: warning
|
109
|
-
});
|
110
|
-
});
|
111
|
-
return _this;
|
112
|
-
}
|
113
|
-
_createClass(NoticeBubbleContainerRoot, [{
|
114
|
-
key: "componentDidMount",
|
115
|
-
value: function componentDidMount() {
|
116
|
-
this._unsubscribe = this.asProps.manager.addListener(this.handleChange);
|
117
|
-
}
|
118
|
-
}, {
|
119
|
-
key: "render",
|
120
|
-
value: function render() {
|
121
|
-
var _ref = this.asProps,
|
122
|
-
_ref3;
|
123
|
-
var SNoticeBubble = Box;
|
124
|
-
var SNoticeAriaLiveWrapper = 'div';
|
125
|
-
var _this$asProps = this.asProps,
|
126
|
-
Children = _this$asProps.Children,
|
127
|
-
styles = _this$asProps.styles,
|
128
|
-
disablePortal = _this$asProps.disablePortal,
|
129
|
-
getI18nText = _this$asProps.getI18nText,
|
130
|
-
ref = _this$asProps.ref,
|
131
|
-
parentZIndexStacking = _this$asProps.parentZIndexStacking;
|
132
|
-
var _this$state = this.state,
|
133
|
-
notices = _this$state.notices,
|
134
|
-
warnings = _this$state.warnings;
|
135
|
-
return _ref3 = sstyled(styles), /*#__PURE__*/React.createElement(ZIndexStackingContextProvider, _ref3.cn("ZIndexStackingContextProvider", {
|
136
|
-
"designToken": 'z-index-notice-bubble'
|
137
|
-
}), /*#__PURE__*/React.createElement(Portal, _ref3.cn("Portal", {
|
138
|
-
"disablePortal": disablePortal
|
139
|
-
}), /*#__PURE__*/React.createElement(SNoticeBubble, _ref3.cn("SNoticeBubble", _objectSpread({}, _assignProps({
|
140
|
-
"ref": ref,
|
141
|
-
"tag": 'section',
|
142
|
-
"role": 'region',
|
143
|
-
"aria-label": getI18nText('notification'),
|
144
|
-
"zIndex": parentZIndexStacking
|
145
|
-
}, _ref))), /*#__PURE__*/React.createElement(Children, _ref3.cn("Children", {})), /*#__PURE__*/React.createElement(Notices, _ref3.cn("Notices", {
|
146
|
-
"styles": styles,
|
147
|
-
"data": warnings,
|
148
|
-
"tag": ViewWarning,
|
149
|
-
"getI18nText": getI18nText
|
150
|
-
})), /*#__PURE__*/React.createElement(SNoticeAriaLiveWrapper, _ref3.cn("SNoticeAriaLiveWrapper", {
|
151
|
-
"aria-live": 'polite'
|
152
|
-
}), /*#__PURE__*/React.createElement(Notices, _ref3.cn("Notices", {
|
153
|
-
"styles": styles,
|
154
|
-
"data": notices,
|
155
|
-
"tag": ViewInfo,
|
156
|
-
"getI18nText": getI18nText
|
157
|
-
}))))));
|
158
|
-
}
|
159
|
-
}]);
|
160
|
-
return NoticeBubbleContainerRoot;
|
161
|
-
}(Component);
|
162
|
-
_defineProperty(NoticeBubbleContainerRoot, "displayName", 'NoticeBubbleContainer');
|
163
|
-
_defineProperty(NoticeBubbleContainerRoot, "style", style);
|
164
|
-
_defineProperty(NoticeBubbleContainerRoot, "enhance", [i18nEnhance(localizedMessages), contextThemeEnhance(), zIndexStackingEnhance('z-index-notice-bubble')]);
|
165
|
-
_defineProperty(NoticeBubbleContainerRoot, "defaultProps", {
|
166
|
-
manager: manager,
|
167
|
-
i18n: localizedMessages,
|
168
|
-
locale: 'en'
|
169
|
-
});
|
170
|
-
var FocusLock = /*#__PURE__*/React.forwardRef(function (props, outerRef) {
|
171
|
-
var focusLock = props.focusLock,
|
172
|
-
other = _objectWithoutProperties(props, _excluded);
|
173
|
-
var innerRef = React.useRef();
|
174
|
-
useFocusLock(innerRef, false, 'auto', !focusLock, true);
|
175
|
-
var ref = useForkRef(outerRef, innerRef);
|
176
|
-
return /*#__PURE__*/React.createElement(Flex, _extends({
|
177
|
-
ref: ref
|
178
|
-
}, other));
|
179
|
-
});
|
180
|
-
var ViewInfo = /*#__PURE__*/function (_Component2) {
|
181
|
-
_inherits(ViewInfo, _Component2);
|
182
|
-
var _super2 = _createSuper(ViewInfo);
|
183
|
-
function ViewInfo() {
|
184
|
-
var _this2;
|
185
|
-
_classCallCheck(this, ViewInfo);
|
186
|
-
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
187
|
-
args[_key2] = arguments[_key2];
|
188
|
-
}
|
189
|
-
_this2 = _super2.call.apply(_super2, [this].concat(args));
|
190
|
-
_defineProperty(_assertThisInitialized(_this2), "timer", null);
|
191
|
-
_defineProperty(_assertThisInitialized(_this2), "ref", /*#__PURE__*/React.createRef());
|
192
|
-
_defineProperty(_assertThisInitialized(_this2), "closeButtonRef", /*#__PURE__*/React.createRef());
|
193
|
-
_defineProperty(_assertThisInitialized(_this2), "handleClose", function (e) {
|
194
|
-
// because it might be called not only from the close icon click
|
195
|
-
fire(_assertThisInitialized(_this2), 'onClose', e);
|
196
|
-
_this2.clearTimer();
|
197
|
-
});
|
198
|
-
_defineProperty(_assertThisInitialized(_this2), "handleKeydown", function (e) {
|
199
|
-
if (e.key === 'Escape') {
|
200
|
-
_this2.handleClose(e);
|
201
|
-
}
|
202
|
-
});
|
203
|
-
_defineProperty(_assertThisInitialized(_this2), "handleMouseEnter", function () {
|
204
|
-
if (!_this2.timer) return;
|
205
|
-
_this2.timer.pause();
|
206
|
-
});
|
207
|
-
_defineProperty(_assertThisInitialized(_this2), "handleMouseLeave", function () {
|
208
|
-
if (!_this2.timer) return;
|
209
|
-
_this2.timer.resume();
|
210
|
-
});
|
211
|
-
_defineProperty(_assertThisInitialized(_this2), "handleBodyMouseMove", function (event) {
|
212
|
-
var _this2$timer;
|
213
|
-
if (!((_this2$timer = _this2.timer) !== null && _this2$timer !== void 0 && _this2$timer.paused)) return;
|
214
|
-
var rect = _this2.ref.current.getBoundingClientRect();
|
215
|
-
var mouseInRect = event.clientX >= rect.left && event.clientX <= rect.right && event.clientY >= rect.top && event.clientY <= rect.bottom;
|
216
|
-
if (mouseInRect) return;
|
217
|
-
_this2.timer.resume();
|
218
|
-
});
|
219
|
-
return _this2;
|
220
|
-
}
|
221
|
-
_createClass(ViewInfo, [{
|
222
|
-
key: "componentDidMount",
|
223
|
-
value: function componentDidMount() {
|
224
|
-
var _this3 = this;
|
225
|
-
var duration = this.props.duration;
|
226
|
-
if (duration) {
|
227
|
-
this.timer = new Timer(this.handleClose, duration);
|
228
|
-
document.body.addEventListener('mousemove', this.handleBodyMouseMove);
|
229
|
-
}
|
230
|
-
var noticeElement = this.ref.current;
|
231
|
-
if (noticeElement) {
|
232
|
-
var focusableNodes = getFocusableIn(noticeElement).filter(function (node) {
|
233
|
-
return node !== _this3.closeButtonRef.current;
|
234
|
-
});
|
235
|
-
if (focusableNodes.length > 0) {
|
236
|
-
setTimeout(function () {
|
237
|
-
return setFocus(noticeElement);
|
238
|
-
}, 0);
|
239
|
-
}
|
240
|
-
}
|
241
|
-
}
|
242
|
-
}, {
|
243
|
-
key: "componentWillUnmount",
|
244
|
-
value: function componentWillUnmount() {
|
245
|
-
this.clearTimer();
|
246
|
-
document.body.removeEventListener('mousemove', this.handleBodyMouseMove);
|
247
|
-
}
|
248
|
-
}, {
|
249
|
-
key: "clearTimer",
|
250
|
-
value: function clearTimer() {
|
251
|
-
if (this.timer) {
|
252
|
-
this.timer.clear();
|
253
|
-
this.timer = null;
|
254
|
-
}
|
255
|
-
}
|
256
|
-
}, {
|
257
|
-
key: "render",
|
258
|
-
value: function render() {
|
259
|
-
var _ref4;
|
260
|
-
var SBubble = FocusLock;
|
261
|
-
var SDismiss = Hint.Trigger;
|
262
|
-
var SContent = Flex;
|
263
|
-
var SMessage = 'div';
|
264
|
-
var SAction = 'div';
|
265
|
-
var SIcon = Flex;
|
266
|
-
var _this$props = this.props,
|
267
|
-
forwardRef = _this$props.forwardRef,
|
268
|
-
styles = _this$props.styles,
|
269
|
-
onMouseEnter = _this$props.onMouseEnter,
|
270
|
-
onMouseLeave = _this$props.onMouseLeave,
|
271
|
-
getI18nText = _this$props.getI18nText,
|
272
|
-
icon = _this$props.icon,
|
273
|
-
children = _this$props.children,
|
274
|
-
actionNode = _this$props.action,
|
275
|
-
type = _this$props.type,
|
276
|
-
other = _objectWithoutProperties(_this$props, _excluded2);
|
277
|
-
return _ref4 = sstyled(styles), /*#__PURE__*/React.createElement(SBubble, _ref4.cn("SBubble", _objectSpread(_objectSpread({}, other), {}, {
|
278
|
-
"ref": forkRef(forwardRef, this.ref),
|
279
|
-
"onMouseEnter": callAllEventHandlers(onMouseEnter, this.handleMouseEnter),
|
280
|
-
"onMouseLeave": callAllEventHandlers(onMouseLeave, this.handleMouseLeave),
|
281
|
-
"onKeyDown": this.handleKeydown,
|
282
|
-
"role": type === 'warning' ? 'alert' : this.props.role
|
283
|
-
})), /*#__PURE__*/React.createElement(SDismiss
|
284
|
-
// biome-ignore lint/a11y/useValidAriaValues:
|
285
|
-
, _ref4.cn("SDismiss", {
|
286
|
-
"aria-haspopup": undefined,
|
287
|
-
"tag": Button,
|
288
|
-
"type": 'button',
|
289
|
-
"use": 'tertiary',
|
290
|
-
"size": 'm',
|
291
|
-
"theme": 'invert',
|
292
|
-
"onClick": this.handleClose,
|
293
|
-
"aria-label": getI18nText('close'),
|
294
|
-
"active": false,
|
295
|
-
"title": getI18nText('close'),
|
296
|
-
"ref": this.closeButtonRef
|
297
|
-
}), /*#__PURE__*/React.createElement(Button.Addon, {
|
298
|
-
tag: CloseIcon,
|
299
|
-
color: "icon-primary-invert"
|
300
|
-
})), isNode(icon) ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(SIcon, _ref4.cn("SIcon", {}), icon), /*#__PURE__*/React.createElement(SContent, _ref4.cn("SContent", {}), /*#__PURE__*/React.createElement(SMessage, _ref4.cn("SMessage", {}), children), isNode(actionNode) ? /*#__PURE__*/React.createElement(SAction, _ref4.cn("SAction", {}), actionNode) : null)) : /*#__PURE__*/React.createElement(SContent, _ref4.cn("SContent", {}), /*#__PURE__*/React.createElement(SMessage, _ref4.cn("SMessage", {}), children), isNode(actionNode) ? /*#__PURE__*/React.createElement(SAction, _ref4.cn("SAction", {}), actionNode) : null));
|
301
|
-
}
|
302
|
-
}]);
|
303
|
-
return ViewInfo;
|
304
|
-
}(Component);
|
305
|
-
var ViewWarning = /*#__PURE__*/function (_ViewInfo) {
|
306
|
-
_inherits(ViewWarning, _ViewInfo);
|
307
|
-
var _super3 = _createSuper(ViewWarning);
|
308
|
-
function ViewWarning() {
|
309
|
-
_classCallCheck(this, ViewWarning);
|
310
|
-
return _super3.apply(this, arguments);
|
311
|
-
}
|
312
|
-
return _createClass(ViewWarning);
|
313
|
-
}(ViewInfo);
|
314
|
-
_defineProperty(ViewWarning, "defaultProps", {
|
315
|
-
type: 'warning',
|
316
|
-
duration: 0
|
317
|
-
});
|
318
|
-
var NoticeBubbleView = /*#__PURE__*/function (_Component3) {
|
319
|
-
_inherits(NoticeBubbleView, _Component3);
|
320
|
-
var _super4 = _createSuper(NoticeBubbleView);
|
321
|
-
function NoticeBubbleView() {
|
322
|
-
var _this4;
|
323
|
-
_classCallCheck(this, NoticeBubbleView);
|
324
|
-
for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
|
325
|
-
args[_key3] = arguments[_key3];
|
326
|
-
}
|
327
|
-
_this4 = _super4.call.apply(_super4, [this].concat(args));
|
328
|
-
_defineProperty(_assertThisInitialized(_this4), "_notice", null);
|
329
|
-
return _this4;
|
330
|
-
}
|
331
|
-
_createClass(NoticeBubbleView, [{
|
332
|
-
key: "componentDidMount",
|
333
|
-
value: function componentDidMount() {
|
334
|
-
this._notice = this.asProps.manager.add(this.asProps);
|
335
|
-
}
|
336
|
-
}, {
|
337
|
-
key: "componentWillUnmount",
|
338
|
-
value: function componentWillUnmount() {
|
339
|
-
if (this._notice) {
|
340
|
-
this._notice.remove();
|
341
|
-
}
|
342
|
-
}
|
343
|
-
}, {
|
344
|
-
key: "componentDidUpdate",
|
345
|
-
value: function componentDidUpdate() {
|
346
|
-
if (this._notice) {
|
347
|
-
this._notice.update(this.asProps);
|
348
|
-
}
|
349
|
-
}
|
350
|
-
}, {
|
351
|
-
key: "render",
|
352
|
-
value: function render() {
|
353
|
-
return null;
|
354
|
-
}
|
355
|
-
}]);
|
356
|
-
return NoticeBubbleView;
|
357
|
-
}(Component);
|
358
|
-
_defineProperty(NoticeBubbleView, "defaultProps", {
|
359
|
-
duration: 5000,
|
360
|
-
type: 'info',
|
361
|
-
manager: manager
|
362
|
-
});
|
363
|
-
var NoticeBubbleWarningView = /*#__PURE__*/function (_NoticeBubbleView) {
|
364
|
-
_inherits(NoticeBubbleWarningView, _NoticeBubbleView);
|
365
|
-
var _super5 = _createSuper(NoticeBubbleWarningView);
|
366
|
-
function NoticeBubbleWarningView() {
|
367
|
-
_classCallCheck(this, NoticeBubbleWarningView);
|
368
|
-
return _super5.apply(this, arguments);
|
369
|
-
}
|
370
|
-
return _createClass(NoticeBubbleWarningView);
|
371
|
-
}(NoticeBubbleView);
|
372
|
-
_defineProperty(NoticeBubbleWarningView, "defaultProps", {
|
373
|
-
duration: 5000,
|
374
|
-
type: 'warning',
|
375
|
-
manager: manager
|
376
|
-
});
|
377
|
-
var NoticeBubbleContainer = createComponent(NoticeBubbleContainerRoot, {
|
378
|
-
Info: NoticeBubbleView,
|
379
|
-
Warning: NoticeBubbleWarningView
|
380
|
-
});
|
381
|
-
var NoticeBubble = NoticeBubbleContainer.Info;
|
382
|
-
var NoticeBubbleWarning = NoticeBubbleContainer.Warning;
|
383
|
-
export { NoticeBubble, NoticeBubbleWarning };
|
384
|
-
export default NoticeBubbleContainer;
|
385
|
-
//# sourceMappingURL=NoticeBubble.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"NoticeBubble.js","names":["React","Portal","manager","createComponent","Component","sstyled","Root","Animation","Flex","Box","fire","isNode","callAllEventHandlers","CloseIcon","Timer","localizedMessages","i18nEnhance","useCssVariable","contextThemeEnhance","Button","useFocusLock","Hint","ZIndexStackingContextProvider","zIndexStackingEnhance","style","_sstyled","insert","forkRef","useForkRef","getFocusableIn","setFocus","Notices","props","styles","_props$data","data","_props$tag","tag","SView","ViewInfo","ref","useRef","durationStr","duration","useMemo","parseInt","map","notice","_ref2","_notice$visible","createElement","cn","uid","initialAnimation","visible","_objectSpread","getI18nText","NoticeBubbleContainerRoot","_Component","_inherits","_super","_createSuper","_this","_classCallCheck","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty","_assertThisInitialized","notices","warnings","_unsubscribe","info","filter","type","warning","setState","_createClass","key","value","componentDidMount","asProps","addListener","handleChange","render","_ref","_ref3","SNoticeBubble","SNoticeAriaLiveWrapper","_this$asProps","Children","disablePortal","parentZIndexStacking","_this$state","state","_assignProps","ViewWarning","i18n","locale","FocusLock","forwardRef","outerRef","focusLock","other","_objectWithoutProperties","_excluded","innerRef","_extends","_Component2","_super2","_this2","_len2","_key2","createRef","e","clearTimer","handleClose","timer","pause","resume","event","_this2$timer","paused","rect","current","getBoundingClientRect","mouseInRect","clientX","left","right","clientY","top","bottom","_this3","document","body","addEventListener","handleBodyMouseMove","noticeElement","focusableNodes","node","closeButtonRef","setTimeout","componentWillUnmount","removeEventListener","clear","_ref4","SBubble","SDismiss","Trigger","SContent","SMessage","SAction","SIcon","_this$props","onMouseEnter","onMouseLeave","icon","children","actionNode","action","_excluded2","handleMouseEnter","handleMouseLeave","handleKeydown","role","undefined","Addon","color","Fragment","_ViewInfo","_super3","NoticeBubbleView","_Component3","_super4","_this4","_len3","_key3","_notice","add","remove","componentDidUpdate","update","NoticeBubbleWarningView","_NoticeBubbleView","_super5","NoticeBubbleContainer","Info","Warning","NoticeBubble","NoticeBubbleWarning"],"sources":["../../src/NoticeBubble.jsx"],"sourcesContent":["import React from 'react';\nimport Portal from '@semcore/portal';\nimport manager from './NoticeBubbleManager';\nimport createComponent, { Component, sstyled, Root } from '@semcore/core';\nimport { Animation } from '@semcore/animation';\nimport { Flex, Box } from '@semcore/flex-box';\nimport fire from '@semcore/utils/lib/fire';\nimport isNode from '@semcore/utils/lib/isNode';\nimport { callAllEventHandlers } from '@semcore/utils/lib/assignProps';\nimport CloseIcon from '@semcore/icon/Close/m';\nimport { Timer } from './utils';\nimport { localizedMessages } from './translations/__intergalactic-dynamic-locales';\nimport i18nEnhance from '@semcore/utils/lib/enhances/i18nEnhance';\nimport { useCssVariable } from '@semcore/utils/lib/useCssVariable';\nimport { contextThemeEnhance } from '@semcore/utils/lib/ThemeProvider';\nimport Button from '@semcore/button';\nimport { useFocusLock } from '@semcore/utils/lib/use/useFocusLock';\nimport { Hint } from '@semcore/tooltip';\nimport {\n ZIndexStackingContextProvider,\n zIndexStackingEnhance,\n} from '@semcore/utils/lib/zIndexStacking';\n\nimport style from './style/notice-bubble.shadow.css';\nimport { forkRef, useForkRef } from '@semcore/utils/lib/ref';\nimport { getFocusableIn } from '@semcore/utils/lib/focus-lock/getFocusableIn';\nimport { setFocus } from '@semcore/utils/lib/use/useFocusLock';\n\nconst Notices = (props) => {\n const { styles, data = [], tag: SView = ViewInfo } = props;\n const ref = React.useRef();\n const durationStr = useCssVariable('--intergalactic-duration-popper', '200', ref);\n const duration = React.useMemo(() => parseInt(durationStr, 10), [durationStr]);\n\n return data.map((notice) => {\n return sstyled(styles)(\n <Animation\n key={notice.uid}\n initialAnimation={notice.initialAnimation}\n visible={notice.visible ?? true}\n duration={duration}\n keyframes={[styles['@enter'], styles['@exit']]}\n ref={ref}\n >\n <SView {...notice} styles={notice.styles || styles} getI18nText={props.getI18nText} />\n </Animation>,\n );\n });\n};\n\nclass NoticeBubbleContainerRoot extends Component {\n static displayName = 'NoticeBubbleContainer';\n static style = style;\n static enhance = [\n i18nEnhance(localizedMessages),\n contextThemeEnhance(),\n zIndexStackingEnhance('z-index-notice-bubble'),\n ];\n static defaultProps = {\n manager,\n i18n: localizedMessages,\n locale: 'en',\n };\n\n _unsubscribe = null;\n\n state = {\n notices: [],\n warnings: [],\n };\n\n componentDidMount() {\n this._unsubscribe = this.asProps.manager.addListener(this.handleChange);\n }\n\n componentWillUnmount = () => {\n if (this._unsubscribe) {\n this._unsubscribe();\n }\n };\n\n handleChange = (notices) => {\n const info = notices.filter((notice) => notice.type === 'info');\n const warning = notices.filter((notice) => notice.type === 'warning');\n\n this.setState({ notices: info, warnings: warning });\n };\n\n render() {\n const SNoticeBubble = Root;\n const SNoticeAriaLiveWrapper = 'div';\n const { Children, styles, disablePortal, getI18nText, ref, parentZIndexStacking } =\n this.asProps;\n const { notices, warnings } = this.state;\n\n return sstyled(styles)(\n <ZIndexStackingContextProvider designToken='z-index-notice-bubble'>\n <Portal disablePortal={disablePortal}>\n <SNoticeBubble\n render={Box}\n ref={ref}\n tag='section'\n role='region'\n aria-label={getI18nText('notification')}\n zIndex={parentZIndexStacking}\n >\n <Children />\n <Notices styles={styles} data={warnings} tag={ViewWarning} getI18nText={getI18nText} />\n <SNoticeAriaLiveWrapper aria-live='polite'>\n <Notices styles={styles} data={notices} tag={ViewInfo} getI18nText={getI18nText} />\n </SNoticeAriaLiveWrapper>\n </SNoticeBubble>\n </Portal>\n </ZIndexStackingContextProvider>,\n );\n }\n}\n\nconst FocusLock = React.forwardRef((props, outerRef) => {\n const { focusLock, ...other } = props;\n const innerRef = React.useRef();\n useFocusLock(innerRef, false, 'auto', !focusLock, true);\n const ref = useForkRef(outerRef, innerRef);\n\n return <Flex ref={ref} {...other} />;\n});\n\nclass ViewInfo extends Component {\n timer = null;\n ref = React.createRef();\n closeButtonRef = React.createRef();\n\n componentDidMount() {\n const { duration } = this.props;\n if (duration) {\n this.timer = new Timer(this.handleClose, duration);\n document.body.addEventListener('mousemove', this.handleBodyMouseMove);\n }\n\n const noticeElement = this.ref.current;\n\n if (noticeElement) {\n const focusableNodes = getFocusableIn(noticeElement).filter(\n (node) => node !== this.closeButtonRef.current,\n );\n\n if (focusableNodes.length > 0) {\n setTimeout(() => setFocus(noticeElement), 0);\n }\n }\n }\n\n componentWillUnmount() {\n this.clearTimer();\n document.body.removeEventListener('mousemove', this.handleBodyMouseMove);\n }\n\n clearTimer() {\n if (this.timer) {\n this.timer.clear();\n this.timer = null;\n }\n }\n\n handleClose = (e) => {\n // because it might be called not only from the close icon click\n fire(this, 'onClose', e);\n this.clearTimer();\n };\n\n handleKeydown = (e) => {\n if (e.key === 'Escape') {\n this.handleClose(e);\n }\n };\n\n handleMouseEnter = () => {\n if (!this.timer) return;\n this.timer.pause();\n };\n\n handleMouseLeave = () => {\n if (!this.timer) return;\n this.timer.resume();\n };\n\n handleBodyMouseMove = (event) => {\n if (!this.timer?.paused) return;\n const rect = this.ref.current.getBoundingClientRect();\n const mouseInRect =\n event.clientX >= rect.left &&\n event.clientX <= rect.right &&\n event.clientY >= rect.top &&\n event.clientY <= rect.bottom;\n if (mouseInRect) return;\n this.timer.resume();\n };\n\n render() {\n const SBubble = FocusLock;\n const SDismiss = Hint.Trigger;\n const SContent = Flex;\n const SMessage = 'div';\n const SAction = 'div';\n const SIcon = Flex;\n const {\n forwardRef,\n styles,\n onMouseEnter,\n onMouseLeave,\n getI18nText,\n icon,\n children,\n action: actionNode,\n type,\n ...other\n } = this.props;\n\n return sstyled(styles)(\n <SBubble\n {...other}\n ref={forkRef(forwardRef, this.ref)}\n onMouseEnter={callAllEventHandlers(onMouseEnter, this.handleMouseEnter)}\n onMouseLeave={callAllEventHandlers(onMouseLeave, this.handleMouseLeave)}\n onKeyDown={this.handleKeydown}\n role={type === 'warning' ? 'alert' : this.props.role}\n >\n <SDismiss\n // biome-ignore lint/a11y/useValidAriaValues:\n aria-haspopup={undefined}\n tag={Button}\n type='button'\n use='tertiary'\n size='m'\n theme='invert'\n onClick={this.handleClose}\n aria-label={getI18nText('close')}\n active={false}\n title={getI18nText('close')}\n ref={this.closeButtonRef}\n >\n <Button.Addon tag={CloseIcon} color='icon-primary-invert' />\n </SDismiss>\n\n {isNode(icon) ? (\n <>\n <SIcon>{icon}</SIcon>\n <SContent>\n <SMessage>{children}</SMessage>\n {isNode(actionNode) ? <SAction>{actionNode}</SAction> : null}\n </SContent>\n </>\n ) : (\n <SContent>\n <SMessage>{children}</SMessage>\n {isNode(actionNode) ? <SAction>{actionNode}</SAction> : null}\n </SContent>\n )}\n </SBubble>,\n );\n }\n}\n\nclass ViewWarning extends ViewInfo {\n static defaultProps = {\n type: 'warning',\n duration: 0,\n };\n}\n\nclass NoticeBubbleView extends Component {\n static defaultProps = {\n duration: 5000,\n type: 'info',\n manager,\n };\n\n _notice = null;\n\n componentDidMount() {\n this._notice = this.asProps.manager.add(this.asProps);\n }\n\n componentWillUnmount() {\n if (this._notice) {\n this._notice.remove();\n }\n }\n\n componentDidUpdate() {\n if (this._notice) {\n this._notice.update(this.asProps);\n }\n }\n\n render() {\n return null;\n }\n}\n\nclass NoticeBubbleWarningView extends NoticeBubbleView {\n static defaultProps = {\n duration: 5000,\n type: 'warning',\n manager,\n };\n}\n\nconst NoticeBubbleContainer = createComponent(NoticeBubbleContainerRoot, {\n Info: NoticeBubbleView,\n Warning: NoticeBubbleWarningView,\n});\n\nconst NoticeBubble = NoticeBubbleContainer.Info;\nconst NoticeBubbleWarning = NoticeBubbleContainer.Warning;\n\nexport { NoticeBubble, NoticeBubbleWarning };\n\nexport default NoticeBubbleContainer;\n"],"mappings":"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"}
|
@@ -1,121 +0,0 @@
|
|
1
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
2
|
-
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
3
|
-
import _createClass from "@babel/runtime/helpers/createClass";
|
4
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
5
|
-
import EventEmitter from 'intergalactic/utils/lib/eventEmitter';
|
6
|
-
import { callAllEventHandlers } from 'intergalactic/utils/lib/assignProps';
|
7
|
-
import { setFocus } from 'intergalactic/utils/lib/use/useFocusLock';
|
8
|
-
import React from 'react';
|
9
|
-
var EVENT_NAME = 'CHANGE';
|
10
|
-
var NoticeBubbleManager = /*#__PURE__*/function () {
|
11
|
-
function NoticeBubbleManager() {
|
12
|
-
_classCallCheck(this, NoticeBubbleManager);
|
13
|
-
_defineProperty(this, "items", []);
|
14
|
-
_defineProperty(this, "emitter", null);
|
15
|
-
_defineProperty(this, "counter", 0);
|
16
|
-
_defineProperty(this, "replaceTimer", 0);
|
17
|
-
this.emitter = new EventEmitter();
|
18
|
-
}
|
19
|
-
_createClass(NoticeBubbleManager, [{
|
20
|
-
key: "addListener",
|
21
|
-
value: function addListener(fn) {
|
22
|
-
return this.emitter.subscribe(EVENT_NAME, fn);
|
23
|
-
}
|
24
|
-
}, {
|
25
|
-
key: "createItem",
|
26
|
-
value: function createItem(props) {
|
27
|
-
var manager = this;
|
28
|
-
return _objectSpread(_objectSpread({
|
29
|
-
type: 'info'
|
30
|
-
}, props), {}, {
|
31
|
-
onClose: callAllEventHandlers(props.onClose, function () {
|
32
|
-
manager.remove(props.uid);
|
33
|
-
})
|
34
|
-
});
|
35
|
-
}
|
36
|
-
}, {
|
37
|
-
key: "emit",
|
38
|
-
value: function emit() {
|
39
|
-
this.emitter.emit(EVENT_NAME, this.items);
|
40
|
-
}
|
41
|
-
}, {
|
42
|
-
key: "add",
|
43
|
-
value: function add(props) {
|
44
|
-
var uid = this.counter++;
|
45
|
-
var ref = /*#__PURE__*/React.createRef();
|
46
|
-
var focus = function focus() {
|
47
|
-
return setTimeout(function () {
|
48
|
-
return setFocus(ref.current);
|
49
|
-
}, 0);
|
50
|
-
};
|
51
|
-
var item = this.createItem(_objectSpread({
|
52
|
-
uid: uid,
|
53
|
-
visible: props.initialAnimation ? true : undefined,
|
54
|
-
forwardRef: ref
|
55
|
-
}, props));
|
56
|
-
this.items.push(item);
|
57
|
-
this.emit();
|
58
|
-
return {
|
59
|
-
uid: uid,
|
60
|
-
update: this.update.bind(this, uid),
|
61
|
-
remove: this.remove.bind(this, uid),
|
62
|
-
ref: ref,
|
63
|
-
// todo Brauer Ilia: remove this property, because we added logic about autofocus in Notice
|
64
|
-
focus: focus
|
65
|
-
};
|
66
|
-
}
|
67
|
-
}, {
|
68
|
-
key: "update",
|
69
|
-
value: function update(uid, props) {
|
70
|
-
var index = this.items.findIndex(function (item) {
|
71
|
-
return item.uid === uid;
|
72
|
-
});
|
73
|
-
if (index !== -1) {
|
74
|
-
this.items[index] = this.createItem(_objectSpread(_objectSpread({}, this.items[index]), props));
|
75
|
-
this.emit();
|
76
|
-
return true;
|
77
|
-
}
|
78
|
-
return false;
|
79
|
-
}
|
80
|
-
}, {
|
81
|
-
key: "replaceLast",
|
82
|
-
value: function replaceLast(props) {
|
83
|
-
var _this = this;
|
84
|
-
if (this.replaceTimer) {
|
85
|
-
clearTimeout(this.replaceTimer);
|
86
|
-
}
|
87
|
-
var item = this.items[this.items.length - 1];
|
88
|
-
if (item !== null && item !== void 0 && item.visible) {
|
89
|
-
this.remove(this.counter - 1);
|
90
|
-
}
|
91
|
-
this.replaceTimer = setTimeout(function () {
|
92
|
-
_this.add(props);
|
93
|
-
}, 300);
|
94
|
-
}
|
95
|
-
}, {
|
96
|
-
key: "remove",
|
97
|
-
value: function remove(uid) {
|
98
|
-
var _this2 = this;
|
99
|
-
var item = this.items.find(function (item) {
|
100
|
-
return item.uid === uid;
|
101
|
-
});
|
102
|
-
if (item) {
|
103
|
-
item.visible = false;
|
104
|
-
setTimeout(function () {
|
105
|
-
_this2.items = _this2.items.filter(function (item) {
|
106
|
-
return item.uid !== uid;
|
107
|
-
});
|
108
|
-
_this2.emit();
|
109
|
-
}, 1000);
|
110
|
-
this.emit();
|
111
|
-
return true;
|
112
|
-
}
|
113
|
-
return false;
|
114
|
-
}
|
115
|
-
}]);
|
116
|
-
return NoticeBubbleManager;
|
117
|
-
}();
|
118
|
-
var noticeBubbleDefaultManager = new NoticeBubbleManager();
|
119
|
-
export { NoticeBubbleManager };
|
120
|
-
export default noticeBubbleDefaultManager;
|
121
|
-
//# sourceMappingURL=NoticeBubbleManager.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"NoticeBubbleManager.js","names":["EventEmitter","callAllEventHandlers","setFocus","React","EVENT_NAME","NoticeBubbleManager","_classCallCheck","_defineProperty","emitter","_createClass","key","value","addListener","fn","subscribe","createItem","props","manager","_objectSpread","type","onClose","remove","uid","emit","items","add","counter","ref","createRef","focus","setTimeout","current","item","visible","initialAnimation","undefined","forwardRef","push","update","bind","index","findIndex","replaceLast","_this","replaceTimer","clearTimeout","length","_this2","find","filter","noticeBubbleDefaultManager"],"sources":["../../src/NoticeBubbleManager.js"],"sourcesContent":["import EventEmitter from '@semcore/utils/lib/eventEmitter';\nimport { callAllEventHandlers } from '@semcore/utils/lib/assignProps';\nimport { setFocus } from '@semcore/utils/lib/use/useFocusLock';\nimport React from 'react';\n\nconst EVENT_NAME = 'CHANGE';\n\nclass NoticeBubbleManager {\n items = [];\n emitter = null;\n counter = 0;\n\n replaceTimer = 0;\n\n constructor() {\n this.emitter = new EventEmitter();\n }\n\n addListener(fn) {\n return this.emitter.subscribe(EVENT_NAME, fn);\n }\n\n createItem(props) {\n const manager = this;\n\n return {\n type: 'info',\n ...props,\n onClose: callAllEventHandlers(props.onClose, () => {\n manager.remove(props.uid);\n }),\n };\n }\n\n emit() {\n this.emitter.emit(EVENT_NAME, this.items);\n }\n\n add(props) {\n const uid = this.counter++;\n const ref = React.createRef();\n const focus = () => setTimeout(() => setFocus(ref.current), 0);\n const item = this.createItem({\n uid,\n visible: props.initialAnimation ? true : undefined,\n forwardRef: ref,\n ...props,\n });\n this.items.push(item);\n this.emit();\n return {\n uid,\n update: this.update.bind(this, uid),\n remove: this.remove.bind(this, uid),\n ref,\n // todo Brauer Ilia: remove this property, because we added logic about autofocus in Notice\n focus,\n };\n }\n\n update(uid, props) {\n const index = this.items.findIndex((item) => item.uid === uid);\n if (index !== -1) {\n this.items[index] = this.createItem({\n ...this.items[index],\n ...props,\n });\n this.emit();\n return true;\n }\n return false;\n }\n\n replaceLast(props) {\n if (this.replaceTimer) {\n clearTimeout(this.replaceTimer);\n }\n\n const item = this.items[this.items.length - 1];\n\n if (item?.visible) {\n this.remove(this.counter - 1);\n }\n\n this.replaceTimer = setTimeout(() => {\n this.add(props);\n }, 300);\n }\n\n remove(uid) {\n const item = this.items.find((item) => item.uid === uid);\n if (item) {\n item.visible = false;\n setTimeout(() => {\n this.items = this.items.filter((item) => item.uid !== uid);\n this.emit();\n }, 1000);\n this.emit();\n return true;\n }\n return false;\n }\n}\n\nconst noticeBubbleDefaultManager = new NoticeBubbleManager();\n\nexport { NoticeBubbleManager };\nexport default noticeBubbleDefaultManager;\n"],"mappings":"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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { PortalProps } from '@semcore/portal';\nimport { UnknownProperties, Intergalactic } from '@semcore/core';\nimport { BoxProps } from '@semcore/flex-box';\n\n/** @deprecated */\nexport interface INoticeBubbleContainerProps\n extends NoticeBubbleContainerProps,\n UnknownProperties {}\nexport type NoticeBubbleContainerProps = BoxProps &\n PortalProps & {\n /** Manager copy */\n manager?: NoticeBubbleManager;\n locale?: string;\n };\n\n/** @deprecated */\nexport interface INoticeBubbleProps extends NoticeBubbleProps, UnknownProperties {}\nexport type NoticeBubbleProps = BoxProps & {\n /**\n * Notice visibility.\n */\n visible?: boolean;\n /**\n * Control under the notice children.\n * */\n action?: React.ReactNode;\n /**\n * Callback triggered by \"Close\" icon click.\n * */\n onClose?: (e?: React.SyntheticEvent) => void;\n /**\n * Notice content.\n * */\n children?: React.ReactNode;\n manager?: NoticeBubbleManager;\n icon?: React.ReactElement;\n};\n/** @deprecated */\nexport interface INoticeBubbleInfoProps extends NoticeBubbleInfoProps, UnknownProperties {}\nexport type NoticeBubbleInfoProps = NoticeBubbleProps & {\n readonly type?: 'info';\n /**\n * Notice display duration. Set to 0 to disable auto-close.\n */\n duration?: number;\n /**\n * Enables animation on first rendering.\n * @default false\n */\n initialAnimation?: boolean;\n /**\n * Use it for complex notices with important controls.\n * If enabled, browser focus will be locked in the notice\n * until it's closed. After close focus should return to the element\n * where it was placed before notice appear.\n */\n focusLock?: boolean;\n};\n\n/** @deprecated */\nexport interface INoticeBubbleWarningProps extends NoticeBubbleWarningProps, UnknownProperties {}\nexport type NoticeBubbleWarningProps = NoticeBubbleProps & {\n readonly type?: 'warning';\n /**\n * Notice display duration.\n */\n duration?: number;\n /**\n * Enables animation on first rendering.\n * @default false\n */\n initialAnimation?: boolean;\n /**\n * Use it for complex notices with important controls.\n * If enabled, browser focus will be locked in the notice\n * until it's closed. After close focus should return to the element\n * where it was placed before notice appear.\n */\n focusLock?: boolean;\n};\n\n/** @deprecated */\nexport interface INoticeBubbleManager extends NoticeBubbleManagerClass, UnknownProperties {}\nexport type NoticeBubbleManagerClass = {\n /**\n * Creates and shows a notice.\n * */\n add: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => {\n uid: string;\n update: (props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>) => boolean;\n remove: () => boolean;\n ref: React.RefObject<HTMLDivElement>;\n focus: () => void;\n };\n /**\n * Updates notice by uid.\n * */\n update: (\n uid: string,\n props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>,\n ) => boolean;\n /**\n * Removes notice by uid.\n * */\n remove: (uid: string) => boolean;\n /**\n * Replace last notice (if it is existing)\n */\n replaceLast: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => void;\n};\n\n/**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\nexport declare const NoticeBubble: Intergalactic.Component<'div', NoticeBubbleInfoProps>;\n/**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\nexport declare const NoticeBubbleWarning: Intergalactic.Component<'div', NoticeBubbleWarningProps>;\nexport declare const NoticeBubbleContainer: Intergalactic.Component<\n 'div',\n NoticeBubbleContainerProps\n> & {\n /**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\n Info: typeof NoticeBubble;\n\n /**\n * @deprecated use `NoticeBubbleManager` instead.\n * */\n Warning: typeof NoticeBubbleWarning;\n};\nexport declare class NoticeBubbleManager implements NoticeBubbleManagerClass {\n /**\n * Creates and shows a notice.\n * */\n add(props: NoticeBubbleInfoProps | NoticeBubbleWarningProps): {\n uid: string;\n update: (props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>) => boolean;\n remove: () => boolean;\n ref: React.RefObject<HTMLDivElement>;\n focus: () => void;\n };\n /**\n * Updates notice by uid.\n * */\n update(\n uid: string,\n props: Partial<NoticeBubbleInfoProps> | Partial<NoticeBubbleWarningProps>,\n ): boolean;\n /**\n * Removes notice by uid.\n * */\n remove(uid: string): boolean;\n /**\n * Replace last notice (if it is existing)\n */\n replaceLast: (props: NoticeBubbleInfoProps | NoticeBubbleWarningProps) => void;\n}\n\nexport declare const noticeBubbleDefaultManager: NoticeBubbleManager;\n\n/**\n * @deprecated Use `import { noticeBubbleDefaultManager } from ...` instead\n */\nexport default noticeBubbleDefaultManager;\n"],"mappings":""}
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { default as NoticeBubbleContainer } from './NoticeBubble';
|
2
|
-
export * from './NoticeBubble';
|
3
|
-
import { default as noticeBubbleDefaultManager } from './NoticeBubbleManager';
|
4
|
-
export * from './NoticeBubbleManager';
|
5
|
-
export default noticeBubbleDefaultManager;
|
6
|
-
export { NoticeBubbleContainer, noticeBubbleDefaultManager };
|
7
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","names":["default","NoticeBubbleContainer","noticeBubbleDefaultManager"],"sources":["../../src/index.js"],"sourcesContent":["import { default as NoticeBubbleContainer } from './NoticeBubble';\nexport * from './NoticeBubble';\n\nimport { default as noticeBubbleDefaultManager } from './NoticeBubbleManager';\n\nexport * from './NoticeBubbleManager';\n\nexport default noticeBubbleDefaultManager;\nexport { NoticeBubbleContainer, noticeBubbleDefaultManager };\n"],"mappings":"AAAA,SAASA,OAAO,IAAIC,qBAAqB,QAAQ,gBAAgB;AACjE,cAAc,gBAAgB;AAE9B,SAASD,OAAO,IAAIE,0BAA0B,QAAQ,uBAAuB;AAE7E,cAAc,uBAAuB;AAErC,eAAeA,0BAA0B;AACzC,SAASD,qBAAqB,EAAEC,0BAA0B"}
|
@@ -1,31 +0,0 @@
|
|
1
|
-
import de from './de.json';
|
2
|
-
import en from './en.json';
|
3
|
-
import es from './es.json';
|
4
|
-
import fr from './fr.json';
|
5
|
-
import it from './it.json';
|
6
|
-
import ja from './ja.json';
|
7
|
-
import ko from './ko.json';
|
8
|
-
import nl from './nl.json';
|
9
|
-
import pt from './pt.json';
|
10
|
-
import tr from './tr.json';
|
11
|
-
import vi from './vi.json';
|
12
|
-
import zh from './zh.json';
|
13
|
-
import pl from './pl.json';
|
14
|
-
import sv from './sv.json';
|
15
|
-
export var localizedMessages = {
|
16
|
-
de: de,
|
17
|
-
en: en,
|
18
|
-
es: es,
|
19
|
-
fr: fr,
|
20
|
-
it: it,
|
21
|
-
ja: ja,
|
22
|
-
ko: ko,
|
23
|
-
nl: nl,
|
24
|
-
pt: pt,
|
25
|
-
tr: tr,
|
26
|
-
vi: vi,
|
27
|
-
zh: zh,
|
28
|
-
pl: pl,
|
29
|
-
sv: sv
|
30
|
-
};
|
31
|
-
//# sourceMappingURL=__intergalactic-dynamic-locales.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"__intergalactic-dynamic-locales.js","names":["de","en","es","fr","it","ja","ko","nl","pt","tr","vi","zh","pl","sv","localizedMessages"],"sources":["../../../src/translations/__intergalactic-dynamic-locales.ts"],"sourcesContent":["import de from './de.json';\nimport en from './en.json';\nimport es from './es.json';\nimport fr from './fr.json';\nimport it from './it.json';\nimport ja from './ja.json';\nimport ko from './ko.json';\nimport nl from './nl.json';\nimport pt from './pt.json';\nimport tr from './tr.json';\nimport vi from './vi.json';\nimport zh from './zh.json';\nimport pl from './pl.json';\nimport sv from './sv.json';\n\nexport const localizedMessages = {\n de,\n en,\n es,\n fr,\n it,\n ja,\n ko,\n nl,\n pt,\n tr,\n vi,\n zh,\n pl,\n sv,\n};\n"],"mappings":"AAAA,OAAOA,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAE1B,OAAO,IAAMC,iBAAiB,GAAG;EAC/Bd,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA;AACF,CAAC"}
|