intergalactic 15.43.0-prerelease-960d7de5-4 → 15.43.0-prerelease-cbb9c6f4
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 +16 -1
- package/accordion/index.js +3 -3
- package/animation/index.js +3 -3
- package/badge/index.js +3 -3
- package/base-trigger/index.js +3 -3
- package/breadcrumbs/index.js +3 -3
- package/breakpoints/index.js +3 -3
- package/button/index.js +3 -3
- package/card/index.js +3 -3
- package/carousel/index.js +3 -3
- package/checkbox/index.js +3 -3
- package/color-picker/index.js +3 -3
- package/core/Component.d.ts +2 -1
- package/core/index.js +3 -3
- package/core/lib/cjs/Component.js.map +1 -1
- package/core/lib/es6/Component.js.map +1 -1
- package/core/lib/types/Component.d.ts +2 -1
- package/counter/index.js +3 -3
- package/d3-chart/index.js +3 -3
- package/d3-chart/lib/cjs/AnimatedClipPath.js +62 -0
- package/d3-chart/lib/cjs/AnimatedClipPath.js.map +1 -0
- package/d3-chart/lib/cjs/Area.js +13 -19
- package/d3-chart/lib/cjs/Area.js.map +1 -1
- package/d3-chart/lib/cjs/Axis.js +14 -14
- package/d3-chart/lib/cjs/Bar.js +13 -13
- package/d3-chart/lib/cjs/Bar.js.map +1 -1
- package/d3-chart/lib/cjs/Bubble.js +14 -14
- package/d3-chart/lib/cjs/Bubble.js.map +1 -1
- package/d3-chart/lib/cjs/Donut.js +7 -7
- package/d3-chart/lib/cjs/Dots.js +14 -15
- package/d3-chart/lib/cjs/Dots.js.map +1 -1
- package/d3-chart/lib/cjs/HorizontalBar.js +12 -15
- package/d3-chart/lib/cjs/HorizontalBar.js.map +1 -1
- package/d3-chart/lib/cjs/Hover.js +3 -3
- package/d3-chart/lib/cjs/Line.js +13 -16
- package/d3-chart/lib/cjs/Line.js.map +1 -1
- package/d3-chart/lib/cjs/Plot.js +3 -3
- package/d3-chart/lib/cjs/Radar.js +17 -17
- package/d3-chart/lib/cjs/RadialTree.js +10 -10
- package/d3-chart/lib/cjs/ReferenceLine.js +9 -9
- package/d3-chart/lib/cjs/ScatterPlot.js +11 -12
- package/d3-chart/lib/cjs/ScatterPlot.js.map +1 -1
- package/d3-chart/lib/cjs/Tooltip.js +8 -8
- package/d3-chart/lib/cjs/Venn.js +7 -7
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +15 -15
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/cjs/style/dot.shadow.css +0 -5
- package/d3-chart/lib/es6/AnimatedClipPath.js +53 -0
- package/d3-chart/lib/es6/AnimatedClipPath.js.map +1 -0
- package/d3-chart/lib/es6/Area.js +13 -19
- package/d3-chart/lib/es6/Area.js.map +1 -1
- package/d3-chart/lib/es6/Axis.js +14 -14
- package/d3-chart/lib/es6/Bar.js +13 -13
- package/d3-chart/lib/es6/Bar.js.map +1 -1
- package/d3-chart/lib/es6/Bubble.js +14 -14
- package/d3-chart/lib/es6/Bubble.js.map +1 -1
- package/d3-chart/lib/es6/Donut.js +7 -7
- package/d3-chart/lib/es6/Dots.js +14 -15
- package/d3-chart/lib/es6/Dots.js.map +1 -1
- package/d3-chart/lib/es6/HorizontalBar.js +12 -15
- package/d3-chart/lib/es6/HorizontalBar.js.map +1 -1
- package/d3-chart/lib/es6/Hover.js +3 -3
- package/d3-chart/lib/es6/Line.js +13 -16
- package/d3-chart/lib/es6/Line.js.map +1 -1
- package/d3-chart/lib/es6/Plot.js +3 -3
- package/d3-chart/lib/es6/Radar.js +17 -17
- package/d3-chart/lib/es6/RadialTree.js +10 -10
- package/d3-chart/lib/es6/ReferenceLine.js +9 -9
- package/d3-chart/lib/es6/ScatterPlot.js +11 -12
- package/d3-chart/lib/es6/ScatterPlot.js.map +1 -1
- package/d3-chart/lib/es6/Tooltip.js +8 -8
- package/d3-chart/lib/es6/Venn.js +7 -7
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +15 -15
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/es6/style/dot.shadow.css +0 -5
- package/data-table/index.js +3 -3
- package/date-picker/index.d.ts +40 -0
- package/date-picker/index.js +3 -3
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +124 -145
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js.map +1 -1
- package/date-picker/lib/cjs/components/PickerAbstract.js +7 -1
- package/date-picker/lib/cjs/components/PickerAbstract.js.map +1 -1
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +34 -33
- package/date-picker/lib/cjs/components/RangePickerAbstract.js.map +1 -1
- package/date-picker/lib/cjs/index.d.js.map +1 -1
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +124 -145
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js.map +1 -1
- package/date-picker/lib/es6/components/PickerAbstract.js +7 -1
- package/date-picker/lib/es6/components/PickerAbstract.js.map +1 -1
- package/date-picker/lib/es6/components/RangePickerAbstract.js +34 -33
- package/date-picker/lib/es6/components/RangePickerAbstract.js.map +1 -1
- package/date-picker/lib/es6/index.d.js.map +1 -1
- package/date-picker/lib/types/index.d.ts +40 -0
- package/divider/index.js +3 -3
- package/dot/index.js +3 -3
- package/drag-and-drop/index.js +3 -3
- package/dropdown/index.js +3 -3
- package/dropdown-menu/index.js +3 -3
- package/ellipsis/index.js +3 -3
- package/errors/index.js +3 -3
- package/feature-popover/index.js +3 -3
- package/feedback-form/index.js +3 -3
- package/flags/index.js +3 -3
- package/flags/lib/sprites/sprite@1x.png +0 -0
- package/flags/lib/sprites/sprite@2x.png +0 -0
- package/flex-box/index.js +3 -3
- package/format-text/index.js +3 -3
- package/fullscreen-modal/index.js +3 -3
- package/grid/index.js +3 -3
- package/i18n-unplugin/index.js +3 -3
- package/icon/index.js +3 -3
- package/illustration/index.js +3 -3
- package/inline-edit/index.js +3 -3
- package/inline-input/index.js +3 -3
- package/input/index.js +3 -3
- package/input-mask/InputMask.d.ts +5 -0
- package/input-mask/index.js +3 -3
- package/input-mask/lib/cjs/InputMask.js +32 -4
- package/input-mask/lib/cjs/InputMask.js.map +1 -1
- package/input-mask/lib/es6/InputMask.js +32 -4
- package/input-mask/lib/es6/InputMask.js.map +1 -1
- package/input-mask/lib/types/InputMask.d.ts +5 -0
- package/input-number/index.js +3 -3
- package/input-tags/index.js +3 -3
- package/link/index.js +3 -3
- package/modal/index.js +3 -3
- package/neighbor-location/index.js +3 -3
- package/notice/index.js +3 -3
- package/notice-bubble/index.js +3 -3
- package/notice-global/index.js +3 -3
- package/outside-click/index.js +3 -3
- package/package.json +5 -5
- package/pagination/index.js +3 -3
- package/pills/index.js +3 -3
- package/popper/index.d.ts +6 -1
- package/popper/index.js +3 -3
- package/popper/lib/cjs/Popper.js +12 -2
- package/popper/lib/cjs/Popper.js.map +1 -1
- package/popper/lib/cjs/index.d.js.map +1 -1
- package/popper/lib/es6/Popper.js +12 -2
- package/popper/lib/es6/Popper.js.map +1 -1
- package/popper/lib/es6/index.d.js.map +1 -1
- package/popper/lib/types/index.d.ts +6 -1
- package/portal/index.js +3 -3
- package/product-head/index.js +3 -3
- package/progress-bar/index.js +3 -3
- package/radio/index.js +3 -3
- package/scroll-area/index.js +3 -3
- package/select/index.js +3 -3
- package/side-panel/index.js +3 -3
- package/skeleton/index.js +3 -3
- package/slider/index.js +3 -3
- package/spin/index.js +3 -3
- package/spin-container/index.js +3 -3
- package/sticky/index.js +3 -3
- package/switch/index.js +3 -3
- package/tab-line/index.js +3 -3
- package/tab-panel/index.js +3 -3
- package/tag/index.js +3 -3
- package/textarea/index.js +3 -3
- package/time-picker/index.js +3 -3
- package/tooltip/index.js +3 -3
- package/typography/index.js +3 -3
- package/utils/lib/inputProps.d.ts +1 -1
- package/utils/lib/inputProps.js +11 -12
- package/utils/lib/inputProps.js.map +1 -1
- package/utils/lib/inputProps.mjs +11 -11
- package/utils/lib/inputProps.mjs.map +1 -1
- package/widget-empty/index.js +3 -3
- package/wizard/index.js +3 -3
- package/d3-chart/lib/cjs/ClipPath.js +0 -94
- package/d3-chart/lib/cjs/ClipPath.js.map +0 -1
- package/d3-chart/lib/es6/ClipPath.js +0 -85
- package/d3-chart/lib/es6/ClipPath.js.map +0 -1
- package/libs/accordion/lib/cjs/Accordion.js +0 -229
- package/libs/accordion/lib/cjs/Accordion.js.map +0 -1
- package/libs/accordion/lib/cjs/index.d.js +0 -2
- package/libs/accordion/lib/cjs/index.d.js.map +0 -1
- package/libs/accordion/lib/cjs/index.js +0 -26
- package/libs/accordion/lib/cjs/index.js.map +0 -1
- package/libs/accordion/lib/cjs/style/accordion.shadow.css +0 -28
- package/libs/accordion/lib/es6/Accordion.js +0 -223
- package/libs/accordion/lib/es6/Accordion.js.map +0 -1
- package/libs/accordion/lib/es6/index.d.js +0 -2
- package/libs/accordion/lib/es6/index.d.js.map +0 -1
- package/libs/accordion/lib/es6/index.js +0 -3
- package/libs/accordion/lib/es6/index.js.map +0 -1
- package/libs/accordion/lib/es6/style/accordion.shadow.css +0 -28
- package/libs/accordion/lib/types/index.d.ts +0 -95
- package/libs/animation/lib/cjs/Animation.js +0 -165
- package/libs/animation/lib/cjs/Animation.js.map +0 -1
- package/libs/animation/lib/cjs/Collapse.js +0 -103
- package/libs/animation/lib/cjs/Collapse.js.map +0 -1
- package/libs/animation/lib/cjs/FadeInOut.js +0 -53
- package/libs/animation/lib/cjs/FadeInOut.js.map +0 -1
- package/libs/animation/lib/cjs/Scale.js +0 -80
- package/libs/animation/lib/cjs/Scale.js.map +0 -1
- package/libs/animation/lib/cjs/Slide.js +0 -53
- package/libs/animation/lib/cjs/Slide.js.map +0 -1
- package/libs/animation/lib/cjs/Transform.js +0 -60
- package/libs/animation/lib/cjs/Transform.js.map +0 -1
- package/libs/animation/lib/cjs/index.d.js +0 -2
- package/libs/animation/lib/cjs/index.d.js.map +0 -1
- package/libs/animation/lib/cjs/index.js +0 -56
- package/libs/animation/lib/cjs/index.js.map +0 -1
- package/libs/animation/lib/cjs/style/animate.shadow.css +0 -44
- package/libs/animation/lib/cjs/style/keyframes.shadow.css +0 -244
- package/libs/animation/lib/es6/Animation.js +0 -157
- package/libs/animation/lib/es6/Animation.js.map +0 -1
- package/libs/animation/lib/es6/Collapse.js +0 -96
- package/libs/animation/lib/es6/Collapse.js.map +0 -1
- package/libs/animation/lib/es6/FadeInOut.js +0 -46
- package/libs/animation/lib/es6/FadeInOut.js.map +0 -1
- package/libs/animation/lib/es6/Scale.js +0 -73
- package/libs/animation/lib/es6/Scale.js.map +0 -1
- package/libs/animation/lib/es6/Slide.js +0 -46
- package/libs/animation/lib/es6/Slide.js.map +0 -1
- package/libs/animation/lib/es6/Transform.js +0 -53
- package/libs/animation/lib/es6/Transform.js.map +0 -1
- package/libs/animation/lib/es6/index.d.js +0 -2
- package/libs/animation/lib/es6/index.d.js.map +0 -1
- package/libs/animation/lib/es6/index.js +0 -7
- package/libs/animation/lib/es6/index.js.map +0 -1
- package/libs/animation/lib/es6/style/animate.shadow.css +0 -44
- package/libs/animation/lib/es6/style/keyframes.shadow.css +0 -244
- package/libs/animation/lib/types/index.d.ts +0 -103
- package/libs/badge/lib/cjs/Badge.js +0 -63
- package/libs/badge/lib/cjs/Badge.js.map +0 -1
- package/libs/badge/lib/cjs/index.d.js +0 -2
- package/libs/badge/lib/cjs/index.d.js.map +0 -1
- package/libs/badge/lib/cjs/index.js +0 -14
- package/libs/badge/lib/cjs/index.js.map +0 -1
- package/libs/badge/lib/cjs/style/badge.shadow.css +0 -21
- package/libs/badge/lib/es6/Badge.js +0 -56
- package/libs/badge/lib/es6/Badge.js.map +0 -1
- package/libs/badge/lib/es6/index.d.js +0 -2
- package/libs/badge/lib/es6/index.d.js.map +0 -1
- package/libs/badge/lib/es6/index.js +0 -2
- package/libs/badge/lib/es6/index.js.map +0 -1
- package/libs/badge/lib/es6/style/badge.shadow.css +0 -21
- package/libs/badge/lib/types/index.d.ts +0 -20
- package/libs/base-trigger/lib/cjs/BaseTrigger.js +0 -128
- package/libs/base-trigger/lib/cjs/BaseTrigger.js.map +0 -1
- package/libs/base-trigger/lib/cjs/ButtonTrigger.js +0 -73
- package/libs/base-trigger/lib/cjs/ButtonTrigger.js.map +0 -1
- package/libs/base-trigger/lib/cjs/FilterTrigger.js +0 -159
- package/libs/base-trigger/lib/cjs/FilterTrigger.js.map +0 -1
- package/libs/base-trigger/lib/cjs/LinkTrigger.js +0 -113
- package/libs/base-trigger/lib/cjs/LinkTrigger.js.map +0 -1
- package/libs/base-trigger/lib/cjs/index.d.js +0 -2
- package/libs/base-trigger/lib/cjs/index.d.js.map +0 -1
- package/libs/base-trigger/lib/cjs/index.js +0 -35
- package/libs/base-trigger/lib/cjs/index.js.map +0 -1
- package/libs/base-trigger/lib/cjs/style/base-trigger.shadow.css +0 -176
- package/libs/base-trigger/lib/cjs/style/button-trigger.shadow.css +0 -8
- package/libs/base-trigger/lib/cjs/style/filter-trigger.shadow.css +0 -30
- package/libs/base-trigger/lib/cjs/style/link-trigger.shadow.css +0 -99
- package/libs/base-trigger/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/base-trigger/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/base-trigger/lib/cjs/translations/de.json +0 -4
- package/libs/base-trigger/lib/cjs/translations/en.json +0 -4
- package/libs/base-trigger/lib/cjs/translations/es.json +0 -4
- package/libs/base-trigger/lib/cjs/translations/fr.json +0 -4
- package/libs/base-trigger/lib/cjs/translations/it.json +0 -4
- package/libs/base-trigger/lib/cjs/translations/ja.json +0 -4
- package/libs/base-trigger/lib/cjs/translations/ko.json +0 -4
- package/libs/base-trigger/lib/cjs/translations/nl.json +0 -4
- package/libs/base-trigger/lib/cjs/translations/pl.json +0 -4
- package/libs/base-trigger/lib/cjs/translations/pt.json +0 -4
- package/libs/base-trigger/lib/cjs/translations/sv.json +0 -4
- package/libs/base-trigger/lib/cjs/translations/tr.json +0 -4
- package/libs/base-trigger/lib/cjs/translations/vi.json +0 -4
- package/libs/base-trigger/lib/cjs/translations/zh.json +0 -4
- package/libs/base-trigger/lib/es6/BaseTrigger.js +0 -123
- package/libs/base-trigger/lib/es6/BaseTrigger.js.map +0 -1
- package/libs/base-trigger/lib/es6/ButtonTrigger.js +0 -66
- package/libs/base-trigger/lib/es6/ButtonTrigger.js.map +0 -1
- package/libs/base-trigger/lib/es6/FilterTrigger.js +0 -153
- package/libs/base-trigger/lib/es6/FilterTrigger.js.map +0 -1
- package/libs/base-trigger/lib/es6/LinkTrigger.js +0 -108
- package/libs/base-trigger/lib/es6/LinkTrigger.js.map +0 -1
- package/libs/base-trigger/lib/es6/index.d.js +0 -2
- package/libs/base-trigger/lib/es6/index.d.js.map +0 -1
- package/libs/base-trigger/lib/es6/index.js +0 -5
- package/libs/base-trigger/lib/es6/index.js.map +0 -1
- package/libs/base-trigger/lib/es6/style/base-trigger.shadow.css +0 -176
- package/libs/base-trigger/lib/es6/style/button-trigger.shadow.css +0 -8
- package/libs/base-trigger/lib/es6/style/filter-trigger.shadow.css +0 -30
- package/libs/base-trigger/lib/es6/style/link-trigger.shadow.css +0 -99
- package/libs/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/base-trigger/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/base-trigger/lib/es6/translations/de.json +0 -4
- package/libs/base-trigger/lib/es6/translations/en.json +0 -4
- package/libs/base-trigger/lib/es6/translations/es.json +0 -4
- package/libs/base-trigger/lib/es6/translations/fr.json +0 -4
- package/libs/base-trigger/lib/es6/translations/it.json +0 -4
- package/libs/base-trigger/lib/es6/translations/ja.json +0 -4
- package/libs/base-trigger/lib/es6/translations/ko.json +0 -4
- package/libs/base-trigger/lib/es6/translations/nl.json +0 -4
- package/libs/base-trigger/lib/es6/translations/pl.json +0 -4
- package/libs/base-trigger/lib/es6/translations/pt.json +0 -4
- package/libs/base-trigger/lib/es6/translations/sv.json +0 -4
- package/libs/base-trigger/lib/es6/translations/tr.json +0 -4
- package/libs/base-trigger/lib/es6/translations/vi.json +0 -4
- package/libs/base-trigger/lib/es6/translations/zh.json +0 -4
- package/libs/base-trigger/lib/types/index.d.ts +0 -95
- package/libs/breadcrumbs/lib/cjs/Breadcrumbs.js +0 -116
- package/libs/breadcrumbs/lib/cjs/Breadcrumbs.js.map +0 -1
- package/libs/breadcrumbs/lib/cjs/index.d.js +0 -2
- package/libs/breadcrumbs/lib/cjs/index.d.js.map +0 -1
- package/libs/breadcrumbs/lib/cjs/index.js +0 -14
- package/libs/breadcrumbs/lib/cjs/index.js.map +0 -1
- package/libs/breadcrumbs/lib/cjs/style/breadcrumbs.shadow.css +0 -48
- package/libs/breadcrumbs/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/breadcrumbs/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/breadcrumbs/lib/cjs/translations/de.json +0 -3
- package/libs/breadcrumbs/lib/cjs/translations/en.json +0 -3
- package/libs/breadcrumbs/lib/cjs/translations/es.json +0 -3
- package/libs/breadcrumbs/lib/cjs/translations/fr.json +0 -3
- package/libs/breadcrumbs/lib/cjs/translations/it.json +0 -3
- package/libs/breadcrumbs/lib/cjs/translations/ja.json +0 -3
- package/libs/breadcrumbs/lib/cjs/translations/ko.json +0 -3
- package/libs/breadcrumbs/lib/cjs/translations/nl.json +0 -3
- package/libs/breadcrumbs/lib/cjs/translations/pl.json +0 -3
- package/libs/breadcrumbs/lib/cjs/translations/pt.json +0 -3
- package/libs/breadcrumbs/lib/cjs/translations/sv.json +0 -3
- package/libs/breadcrumbs/lib/cjs/translations/tr.json +0 -3
- package/libs/breadcrumbs/lib/cjs/translations/vi.json +0 -3
- package/libs/breadcrumbs/lib/cjs/translations/zh.json +0 -3
- package/libs/breadcrumbs/lib/es6/Breadcrumbs.js +0 -110
- package/libs/breadcrumbs/lib/es6/Breadcrumbs.js.map +0 -1
- package/libs/breadcrumbs/lib/es6/index.d.js +0 -2
- package/libs/breadcrumbs/lib/es6/index.d.js.map +0 -1
- package/libs/breadcrumbs/lib/es6/index.js +0 -2
- package/libs/breadcrumbs/lib/es6/index.js.map +0 -1
- package/libs/breadcrumbs/lib/es6/style/breadcrumbs.shadow.css +0 -48
- package/libs/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/breadcrumbs/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/breadcrumbs/lib/es6/translations/de.json +0 -3
- package/libs/breadcrumbs/lib/es6/translations/en.json +0 -3
- package/libs/breadcrumbs/lib/es6/translations/es.json +0 -3
- package/libs/breadcrumbs/lib/es6/translations/fr.json +0 -3
- package/libs/breadcrumbs/lib/es6/translations/it.json +0 -3
- package/libs/breadcrumbs/lib/es6/translations/ja.json +0 -3
- package/libs/breadcrumbs/lib/es6/translations/ko.json +0 -3
- package/libs/breadcrumbs/lib/es6/translations/nl.json +0 -3
- package/libs/breadcrumbs/lib/es6/translations/pl.json +0 -3
- package/libs/breadcrumbs/lib/es6/translations/pt.json +0 -3
- package/libs/breadcrumbs/lib/es6/translations/sv.json +0 -3
- package/libs/breadcrumbs/lib/es6/translations/tr.json +0 -3
- package/libs/breadcrumbs/lib/es6/translations/vi.json +0 -3
- package/libs/breadcrumbs/lib/es6/translations/zh.json +0 -3
- package/libs/breadcrumbs/lib/types/index.d.ts +0 -34
- package/libs/breakpoints/lib/cjs/Breakpoints.js +0 -99
- package/libs/breakpoints/lib/cjs/Breakpoints.js.map +0 -1
- package/libs/breakpoints/lib/cjs/index.d.js +0 -2
- package/libs/breakpoints/lib/cjs/index.d.js.map +0 -1
- package/libs/breakpoints/lib/cjs/index.js +0 -26
- package/libs/breakpoints/lib/cjs/index.js.map +0 -1
- package/libs/breakpoints/lib/es6/Breakpoints.js +0 -88
- package/libs/breakpoints/lib/es6/Breakpoints.js.map +0 -1
- package/libs/breakpoints/lib/es6/index.d.js +0 -2
- package/libs/breakpoints/lib/es6/index.d.js.map +0 -1
- package/libs/breakpoints/lib/es6/index.js +0 -3
- package/libs/breakpoints/lib/es6/index.js.map +0 -1
- package/libs/breakpoints/lib/types/index.d.ts +0 -46
- package/libs/button/lib/cjs/Button.js +0 -178
- package/libs/button/lib/cjs/Button.js.map +0 -1
- package/libs/button/lib/cjs/SpinButton.js +0 -42
- package/libs/button/lib/cjs/SpinButton.js.map +0 -1
- package/libs/button/lib/cjs/index.d.js +0 -2
- package/libs/button/lib/cjs/index.d.js.map +0 -1
- package/libs/button/lib/cjs/index.js +0 -26
- package/libs/button/lib/cjs/index.js.map +0 -1
- package/libs/button/lib/cjs/style/button.shadow.css +0 -360
- package/libs/button/lib/es6/Button.js +0 -172
- package/libs/button/lib/es6/Button.js.map +0 -1
- package/libs/button/lib/es6/SpinButton.js +0 -32
- package/libs/button/lib/es6/SpinButton.js.map +0 -1
- package/libs/button/lib/es6/index.d.js +0 -2
- package/libs/button/lib/es6/index.d.js.map +0 -1
- package/libs/button/lib/es6/index.js +0 -3
- package/libs/button/lib/es6/index.js.map +0 -1
- package/libs/button/lib/es6/style/button.shadow.css +0 -360
- package/libs/button/lib/types/index.d.ts +0 -62
- package/libs/card/lib/cjs/Card.js +0 -102
- package/libs/card/lib/cjs/Card.js.map +0 -1
- package/libs/card/lib/cjs/index.d.js +0 -2
- package/libs/card/lib/cjs/index.d.js.map +0 -1
- package/libs/card/lib/cjs/index.js +0 -14
- package/libs/card/lib/cjs/index.js.map +0 -1
- package/libs/card/lib/cjs/style/card.shadow.css +0 -51
- package/libs/card/lib/es6/Card.js +0 -99
- package/libs/card/lib/es6/Card.js.map +0 -1
- package/libs/card/lib/es6/index.d.js +0 -2
- package/libs/card/lib/es6/index.d.js.map +0 -1
- package/libs/card/lib/es6/index.js +0 -2
- package/libs/card/lib/es6/index.js.map +0 -1
- package/libs/card/lib/es6/style/card.shadow.css +0 -51
- package/libs/card/lib/types/index.d.ts +0 -22
- package/libs/carousel/lib/cjs/Carousel.js +0 -692
- package/libs/carousel/lib/cjs/Carousel.js.map +0 -1
- package/libs/carousel/lib/cjs/Carousel.types.js +0 -2
- package/libs/carousel/lib/cjs/Carousel.types.js.map +0 -1
- package/libs/carousel/lib/cjs/index.js +0 -14
- package/libs/carousel/lib/cjs/index.js.map +0 -1
- package/libs/carousel/lib/cjs/style/carousel.shadow.css +0 -91
- package/libs/carousel/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/carousel/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/carousel/lib/cjs/translations/de.json +0 -4
- package/libs/carousel/lib/cjs/translations/en.json +0 -4
- package/libs/carousel/lib/cjs/translations/es.json +0 -4
- package/libs/carousel/lib/cjs/translations/fr.json +0 -4
- package/libs/carousel/lib/cjs/translations/it.json +0 -4
- package/libs/carousel/lib/cjs/translations/ja.json +0 -4
- package/libs/carousel/lib/cjs/translations/ko.json +0 -4
- package/libs/carousel/lib/cjs/translations/nl.json +0 -4
- package/libs/carousel/lib/cjs/translations/pl.json +0 -4
- package/libs/carousel/lib/cjs/translations/pt.json +0 -4
- package/libs/carousel/lib/cjs/translations/sv.json +0 -4
- package/libs/carousel/lib/cjs/translations/tr.json +0 -4
- package/libs/carousel/lib/cjs/translations/vi.json +0 -4
- package/libs/carousel/lib/cjs/translations/zh.json +0 -4
- package/libs/carousel/lib/es6/Carousel.js +0 -693
- package/libs/carousel/lib/es6/Carousel.js.map +0 -1
- package/libs/carousel/lib/es6/Carousel.types.js +0 -2
- package/libs/carousel/lib/es6/Carousel.types.js.map +0 -1
- package/libs/carousel/lib/es6/index.js +0 -2
- package/libs/carousel/lib/es6/index.js.map +0 -1
- package/libs/carousel/lib/es6/style/carousel.shadow.css +0 -91
- package/libs/carousel/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/carousel/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/carousel/lib/es6/translations/de.json +0 -4
- package/libs/carousel/lib/es6/translations/en.json +0 -4
- package/libs/carousel/lib/es6/translations/es.json +0 -4
- package/libs/carousel/lib/es6/translations/fr.json +0 -4
- package/libs/carousel/lib/es6/translations/it.json +0 -4
- package/libs/carousel/lib/es6/translations/ja.json +0 -4
- package/libs/carousel/lib/es6/translations/ko.json +0 -4
- package/libs/carousel/lib/es6/translations/nl.json +0 -4
- package/libs/carousel/lib/es6/translations/pl.json +0 -4
- package/libs/carousel/lib/es6/translations/pt.json +0 -4
- package/libs/carousel/lib/es6/translations/sv.json +0 -4
- package/libs/carousel/lib/es6/translations/tr.json +0 -4
- package/libs/carousel/lib/es6/translations/vi.json +0 -4
- package/libs/carousel/lib/es6/translations/zh.json +0 -4
- package/libs/checkbox/lib/cjs/Checkbox.js +0 -298
- package/libs/checkbox/lib/cjs/Checkbox.js.map +0 -1
- package/libs/checkbox/lib/cjs/index.d.js +0 -2
- package/libs/checkbox/lib/cjs/index.d.js.map +0 -1
- package/libs/checkbox/lib/cjs/index.js +0 -26
- package/libs/checkbox/lib/cjs/index.js.map +0 -1
- package/libs/checkbox/lib/cjs/style/checkbox.shadow.css +0 -179
- package/libs/checkbox/lib/es6/Checkbox.js +0 -289
- package/libs/checkbox/lib/es6/Checkbox.js.map +0 -1
- package/libs/checkbox/lib/es6/index.d.js +0 -2
- package/libs/checkbox/lib/es6/index.d.js.map +0 -1
- package/libs/checkbox/lib/es6/index.js +0 -3
- package/libs/checkbox/lib/es6/index.js.map +0 -1
- package/libs/checkbox/lib/es6/style/checkbox.shadow.css +0 -179
- package/libs/checkbox/lib/types/index.d.ts +0 -106
- package/libs/color-picker/lib/cjs/ColorPicker.js +0 -250
- package/libs/color-picker/lib/cjs/ColorPicker.js.map +0 -1
- package/libs/color-picker/lib/cjs/PaletteManager.js +0 -166
- package/libs/color-picker/lib/cjs/PaletteManager.js.map +0 -1
- package/libs/color-picker/lib/cjs/components/InputColor.js +0 -190
- package/libs/color-picker/lib/cjs/components/InputColor.js.map +0 -1
- package/libs/color-picker/lib/cjs/components/Item.js +0 -61
- package/libs/color-picker/lib/cjs/components/Item.js.map +0 -1
- package/libs/color-picker/lib/cjs/components/colors.js +0 -59
- package/libs/color-picker/lib/cjs/components/colors.js.map +0 -1
- package/libs/color-picker/lib/cjs/components/index.js +0 -40
- package/libs/color-picker/lib/cjs/components/index.js.map +0 -1
- package/libs/color-picker/lib/cjs/index.d.js +0 -2
- package/libs/color-picker/lib/cjs/index.d.js.map +0 -1
- package/libs/color-picker/lib/cjs/index.js +0 -26
- package/libs/color-picker/lib/cjs/index.js.map +0 -1
- package/libs/color-picker/lib/cjs/style/color-picker.shadow.css +0 -163
- package/libs/color-picker/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/color-picker/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/color-picker/lib/cjs/translations/de.json +0 -13
- package/libs/color-picker/lib/cjs/translations/en.json +0 -13
- package/libs/color-picker/lib/cjs/translations/es.json +0 -13
- package/libs/color-picker/lib/cjs/translations/fr.json +0 -13
- package/libs/color-picker/lib/cjs/translations/it.json +0 -13
- package/libs/color-picker/lib/cjs/translations/ja.json +0 -13
- package/libs/color-picker/lib/cjs/translations/ko.json +0 -13
- package/libs/color-picker/lib/cjs/translations/nl.json +0 -13
- package/libs/color-picker/lib/cjs/translations/pl.json +0 -13
- package/libs/color-picker/lib/cjs/translations/pt.json +0 -13
- package/libs/color-picker/lib/cjs/translations/sv.json +0 -13
- package/libs/color-picker/lib/cjs/translations/tr.json +0 -13
- package/libs/color-picker/lib/cjs/translations/vi.json +0 -13
- package/libs/color-picker/lib/cjs/translations/zh.json +0 -13
- package/libs/color-picker/lib/es6/ColorPicker.js +0 -242
- package/libs/color-picker/lib/es6/ColorPicker.js.map +0 -1
- package/libs/color-picker/lib/es6/PaletteManager.js +0 -159
- package/libs/color-picker/lib/es6/PaletteManager.js.map +0 -1
- package/libs/color-picker/lib/es6/components/InputColor.js +0 -183
- package/libs/color-picker/lib/es6/components/InputColor.js.map +0 -1
- package/libs/color-picker/lib/es6/components/Item.js +0 -55
- package/libs/color-picker/lib/es6/components/Item.js.map +0 -1
- package/libs/color-picker/lib/es6/components/colors.js +0 -52
- package/libs/color-picker/lib/es6/components/colors.js.map +0 -1
- package/libs/color-picker/lib/es6/components/index.js +0 -4
- package/libs/color-picker/lib/es6/components/index.js.map +0 -1
- package/libs/color-picker/lib/es6/index.d.js +0 -2
- package/libs/color-picker/lib/es6/index.d.js.map +0 -1
- package/libs/color-picker/lib/es6/index.js +0 -3
- package/libs/color-picker/lib/es6/index.js.map +0 -1
- package/libs/color-picker/lib/es6/style/color-picker.shadow.css +0 -163
- package/libs/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/color-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/color-picker/lib/es6/translations/de.json +0 -13
- package/libs/color-picker/lib/es6/translations/en.json +0 -13
- package/libs/color-picker/lib/es6/translations/es.json +0 -13
- package/libs/color-picker/lib/es6/translations/fr.json +0 -13
- package/libs/color-picker/lib/es6/translations/it.json +0 -13
- package/libs/color-picker/lib/es6/translations/ja.json +0 -13
- package/libs/color-picker/lib/es6/translations/ko.json +0 -13
- package/libs/color-picker/lib/es6/translations/nl.json +0 -13
- package/libs/color-picker/lib/es6/translations/pl.json +0 -13
- package/libs/color-picker/lib/es6/translations/pt.json +0 -13
- package/libs/color-picker/lib/es6/translations/sv.json +0 -13
- package/libs/color-picker/lib/es6/translations/tr.json +0 -13
- package/libs/color-picker/lib/es6/translations/vi.json +0 -13
- package/libs/color-picker/lib/es6/translations/zh.json +0 -13
- package/libs/color-picker/lib/types/ColorPicker.d.ts +0 -28
- package/libs/color-picker/lib/types/PaletteManager.d.ts +0 -253
- package/libs/color-picker/lib/types/components/InputColor.d.ts +0 -3
- package/libs/color-picker/lib/types/components/Item.d.ts +0 -18
- package/libs/color-picker/lib/types/components/colors.d.ts +0 -15
- package/libs/color-picker/lib/types/components/index.d.ts +0 -3
- package/libs/color-picker/lib/types/translations/__intergalactic-dynamic-locales.d.ts +0 -184
- package/libs/core/lib/cjs/Component.js +0 -54
- package/libs/core/lib/cjs/Component.js.map +0 -1
- package/libs/core/lib/cjs/enhancement/Children.js +0 -121
- package/libs/core/lib/cjs/enhancement/Children.js.map +0 -1
- package/libs/core/lib/cjs/enhancement/Root.js +0 -78
- package/libs/core/lib/cjs/enhancement/Root.js.map +0 -1
- package/libs/core/lib/cjs/enhancement/bindHandler.js +0 -54
- package/libs/core/lib/cjs/enhancement/bindHandler.js.map +0 -1
- package/libs/core/lib/cjs/enhancement/dataName.js +0 -20
- package/libs/core/lib/cjs/enhancement/dataName.js.map +0 -1
- package/libs/core/lib/cjs/enhancement/enhance.js +0 -22
- package/libs/core/lib/cjs/enhancement/enhance.js.map +0 -1
- package/libs/core/lib/cjs/enhancement/functionDefaultProps.js +0 -36
- package/libs/core/lib/cjs/enhancement/functionDefaultProps.js.map +0 -1
- package/libs/core/lib/cjs/enhancement/hoistProps.js +0 -102
- package/libs/core/lib/cjs/enhancement/hoistProps.js.map +0 -1
- package/libs/core/lib/cjs/enhancement/i18n.js +0 -28
- package/libs/core/lib/cjs/enhancement/i18n.js.map +0 -1
- package/libs/core/lib/cjs/enhancement/inheritedName.js +0 -24
- package/libs/core/lib/cjs/enhancement/inheritedName.js.map +0 -1
- package/libs/core/lib/cjs/enhancement/staticChildren.js +0 -141
- package/libs/core/lib/cjs/enhancement/staticChildren.js.map +0 -1
- package/libs/core/lib/cjs/enhancement/style.js +0 -60
- package/libs/core/lib/cjs/enhancement/style.js.map +0 -1
- package/libs/core/lib/cjs/enhancement/uncontrolledProps.js +0 -135
- package/libs/core/lib/cjs/enhancement/uncontrolledProps.js.map +0 -1
- package/libs/core/lib/cjs/index.js +0 -443
- package/libs/core/lib/cjs/index.js.map +0 -1
- package/libs/core/lib/cjs/register.js +0 -37
- package/libs/core/lib/cjs/register.js.map +0 -1
- package/libs/core/lib/cjs/reshadow.d.js +0 -2
- package/libs/core/lib/cjs/reshadow.d.js.map +0 -1
- package/libs/core/lib/cjs/styled/index.js +0 -54
- package/libs/core/lib/cjs/styled/index.js.map +0 -1
- package/libs/core/lib/cjs/styled/sstyled.js +0 -150
- package/libs/core/lib/cjs/styled/sstyled.js.map +0 -1
- package/libs/core/lib/es6/Component.js +0 -47
- package/libs/core/lib/es6/Component.js.map +0 -1
- package/libs/core/lib/es6/enhancement/Children.js +0 -112
- package/libs/core/lib/es6/enhancement/Children.js.map +0 -1
- package/libs/core/lib/es6/enhancement/Root.js +0 -72
- package/libs/core/lib/es6/enhancement/Root.js.map +0 -1
- package/libs/core/lib/es6/enhancement/bindHandler.js +0 -47
- package/libs/core/lib/es6/enhancement/bindHandler.js.map +0 -1
- package/libs/core/lib/es6/enhancement/dataName.js +0 -12
- package/libs/core/lib/es6/enhancement/dataName.js.map +0 -1
- package/libs/core/lib/es6/enhancement/enhance.js +0 -15
- package/libs/core/lib/es6/enhancement/enhance.js.map +0 -1
- package/libs/core/lib/es6/enhancement/functionDefaultProps.js +0 -29
- package/libs/core/lib/es6/enhancement/functionDefaultProps.js.map +0 -1
- package/libs/core/lib/es6/enhancement/hoistProps.js +0 -90
- package/libs/core/lib/es6/enhancement/hoistProps.js.map +0 -1
- package/libs/core/lib/es6/enhancement/i18n.js +0 -21
- package/libs/core/lib/es6/enhancement/i18n.js.map +0 -1
- package/libs/core/lib/es6/enhancement/inheritedName.js +0 -15
- package/libs/core/lib/es6/enhancement/inheritedName.js.map +0 -1
- package/libs/core/lib/es6/enhancement/staticChildren.js +0 -126
- package/libs/core/lib/es6/enhancement/staticChildren.js.map +0 -1
- package/libs/core/lib/es6/enhancement/style.js +0 -52
- package/libs/core/lib/es6/enhancement/style.js.map +0 -1
- package/libs/core/lib/es6/enhancement/uncontrolledProps.js +0 -125
- package/libs/core/lib/es6/enhancement/uncontrolledProps.js.map +0 -1
- package/libs/core/lib/es6/index.js +0 -357
- package/libs/core/lib/es6/index.js.map +0 -1
- package/libs/core/lib/es6/register.js +0 -29
- package/libs/core/lib/es6/register.js.map +0 -1
- package/libs/core/lib/es6/reshadow.d.js +0 -2
- package/libs/core/lib/es6/reshadow.d.js.map +0 -1
- package/libs/core/lib/es6/styled/index.js +0 -10
- package/libs/core/lib/es6/styled/index.js.map +0 -1
- package/libs/core/lib/es6/styled/sstyled.js +0 -143
- package/libs/core/lib/es6/styled/sstyled.js.map +0 -1
- package/libs/core/lib/types/Component.d.ts +0 -139
- package/libs/core/lib/types/enhancement/Children.d.ts +0 -6
- package/libs/core/lib/types/enhancement/Root.d.ts +0 -6
- package/libs/core/lib/types/enhancement/bindHandler.d.ts +0 -5
- package/libs/core/lib/types/enhancement/dataName.d.ts +0 -4
- package/libs/core/lib/types/enhancement/enhance.d.ts +0 -5
- package/libs/core/lib/types/enhancement/functionDefaultProps.d.ts +0 -8
- package/libs/core/lib/types/enhancement/hoistProps.d.ts +0 -10
- package/libs/core/lib/types/enhancement/i18n.d.ts +0 -4
- package/libs/core/lib/types/enhancement/inheritedName.d.ts +0 -8
- package/libs/core/lib/types/enhancement/staticChildren.d.ts +0 -13
- package/libs/core/lib/types/enhancement/style.d.ts +0 -9
- package/libs/core/lib/types/enhancement/uncontrolledProps.d.ts +0 -7
- package/libs/core/lib/types/index.d.ts +0 -41
- package/libs/core/lib/types/register.d.ts +0 -8
- package/libs/core/lib/types/styled/index.d.ts +0 -14
- package/libs/core/lib/types/styled/sstyled.d.ts +0 -17
- package/libs/counter/lib/cjs/AnimatedNumber.js +0 -76
- package/libs/counter/lib/cjs/AnimatedNumber.js.map +0 -1
- package/libs/counter/lib/cjs/Counter.js +0 -79
- package/libs/counter/lib/cjs/Counter.js.map +0 -1
- package/libs/counter/lib/cjs/index.d.js +0 -2
- package/libs/counter/lib/cjs/index.d.js.map +0 -1
- package/libs/counter/lib/cjs/index.js +0 -20
- package/libs/counter/lib/cjs/index.js.map +0 -1
- package/libs/counter/lib/cjs/style/counter.shadow.css +0 -62
- package/libs/counter/lib/es6/AnimatedNumber.js +0 -68
- package/libs/counter/lib/es6/AnimatedNumber.js.map +0 -1
- package/libs/counter/lib/es6/Counter.js +0 -60
- package/libs/counter/lib/es6/Counter.js.map +0 -1
- package/libs/counter/lib/es6/index.d.js +0 -2
- package/libs/counter/lib/es6/index.d.js.map +0 -1
- package/libs/counter/lib/es6/index.js +0 -2
- package/libs/counter/lib/es6/index.js.map +0 -1
- package/libs/counter/lib/es6/style/counter.shadow.css +0 -62
- package/libs/counter/lib/types/index.d.ts +0 -32
- package/libs/d3-chart/lib/cjs/Area.js +0 -236
- package/libs/d3-chart/lib/cjs/Area.js.map +0 -1
- package/libs/d3-chart/lib/cjs/Axis.js +0 -468
- package/libs/d3-chart/lib/cjs/Axis.js.map +0 -1
- package/libs/d3-chart/lib/cjs/Bar.js +0 -221
- package/libs/d3-chart/lib/cjs/Bar.js.map +0 -1
- package/libs/d3-chart/lib/cjs/Bubble.js +0 -235
- package/libs/d3-chart/lib/cjs/Bubble.js.map +0 -1
- package/libs/d3-chart/lib/cjs/ClipPath.js +0 -94
- package/libs/d3-chart/lib/cjs/ClipPath.js.map +0 -1
- package/libs/d3-chart/lib/cjs/Donut.js +0 -490
- package/libs/d3-chart/lib/cjs/Donut.js.map +0 -1
- package/libs/d3-chart/lib/cjs/Dots.js +0 -116
- package/libs/d3-chart/lib/cjs/Dots.js.map +0 -1
- package/libs/d3-chart/lib/cjs/GroupBar.js +0 -111
- package/libs/d3-chart/lib/cjs/GroupBar.js.map +0 -1
- package/libs/d3-chart/lib/cjs/HorizontalBar.js +0 -200
- package/libs/d3-chart/lib/cjs/HorizontalBar.js.map +0 -1
- package/libs/d3-chart/lib/cjs/Hover.js +0 -252
- package/libs/d3-chart/lib/cjs/Hover.js.map +0 -1
- package/libs/d3-chart/lib/cjs/Line.js +0 -231
- package/libs/d3-chart/lib/cjs/Line.js.map +0 -1
- package/libs/d3-chart/lib/cjs/Plot.js +0 -155
- package/libs/d3-chart/lib/cjs/Plot.js.map +0 -1
- package/libs/d3-chart/lib/cjs/Radar.js +0 -817
- package/libs/d3-chart/lib/cjs/Radar.js.map +0 -1
- package/libs/d3-chart/lib/cjs/RadialTree.js +0 -663
- package/libs/d3-chart/lib/cjs/RadialTree.js.map +0 -1
- package/libs/d3-chart/lib/cjs/ReferenceLine.js +0 -239
- package/libs/d3-chart/lib/cjs/ReferenceLine.js.map +0 -1
- package/libs/d3-chart/lib/cjs/ResponsiveContainer.js +0 -116
- package/libs/d3-chart/lib/cjs/ResponsiveContainer.js.map +0 -1
- package/libs/d3-chart/lib/cjs/ScatterPlot.js +0 -205
- package/libs/d3-chart/lib/cjs/ScatterPlot.js.map +0 -1
- package/libs/d3-chart/lib/cjs/StackBar.js +0 -197
- package/libs/d3-chart/lib/cjs/StackBar.js.map +0 -1
- package/libs/d3-chart/lib/cjs/StackedArea.js +0 -94
- package/libs/d3-chart/lib/cjs/StackedArea.js.map +0 -1
- package/libs/d3-chart/lib/cjs/Tooltip.js +0 -233
- package/libs/d3-chart/lib/cjs/Tooltip.js.map +0 -1
- package/libs/d3-chart/lib/cjs/Venn.js +0 -240
- package/libs/d3-chart/lib/cjs/Venn.js.map +0 -1
- package/libs/d3-chart/lib/cjs/a11y/PlotA11yModule.js +0 -133
- package/libs/d3-chart/lib/cjs/a11y/PlotA11yModule.js.map +0 -1
- package/libs/d3-chart/lib/cjs/a11y/PlotA11yView.js +0 -229
- package/libs/d3-chart/lib/cjs/a11y/PlotA11yView.js.map +0 -1
- package/libs/d3-chart/lib/cjs/a11y/bezier.js +0 -37
- package/libs/d3-chart/lib/cjs/a11y/bezier.js.map +0 -1
- package/libs/d3-chart/lib/cjs/a11y/focus.js +0 -45
- package/libs/d3-chart/lib/cjs/a11y/focus.js.map +0 -1
- package/libs/d3-chart/lib/cjs/a11y/hints.js +0 -128
- package/libs/d3-chart/lib/cjs/a11y/hints.js.map +0 -1
- package/libs/d3-chart/lib/cjs/a11y/insights.js +0 -722
- package/libs/d3-chart/lib/cjs/a11y/insights.js.map +0 -1
- package/libs/d3-chart/lib/cjs/a11y/intl.js +0 -22
- package/libs/d3-chart/lib/cjs/a11y/intl.js.map +0 -1
- package/libs/d3-chart/lib/cjs/a11y/locale.js +0 -49
- package/libs/d3-chart/lib/cjs/a11y/locale.js.map +0 -1
- package/libs/d3-chart/lib/cjs/a11y/serialize.js +0 -381
- package/libs/d3-chart/lib/cjs/a11y/serialize.js.map +0 -1
- package/libs/d3-chart/lib/cjs/a11y/summarize.js +0 -19
- package/libs/d3-chart/lib/cjs/a11y/summarize.js.map +0 -1
- package/libs/d3-chart/lib/cjs/a11y/translations/module/__intergalactic-dynamic-locales.js +0 -39
- package/libs/d3-chart/lib/cjs/a11y/translations/module/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/d3-chart/lib/cjs/a11y/translations/module/de.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/module/en.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/module/es.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/module/fr.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/module/it.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/module/ja.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/module/ko.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/module/nl.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/module/pl.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/module/pt.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/module/sv.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/module/tr.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/module/vi.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/module/zh.json +0 -5
- package/libs/d3-chart/lib/cjs/a11y/translations/view/__intergalactic-dynamic-locales.js +0 -39
- package/libs/d3-chart/lib/cjs/a11y/translations/view/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/d3-chart/lib/cjs/a11y/translations/view/de.json +0 -43
- package/libs/d3-chart/lib/cjs/a11y/translations/view/en.csv +0 -42
- package/libs/d3-chart/lib/cjs/a11y/translations/view/en.json +0 -43
- package/libs/d3-chart/lib/cjs/a11y/translations/view/es.json +0 -43
- package/libs/d3-chart/lib/cjs/a11y/translations/view/fr.json +0 -43
- package/libs/d3-chart/lib/cjs/a11y/translations/view/it.json +0 -43
- package/libs/d3-chart/lib/cjs/a11y/translations/view/ja.json +0 -43
- package/libs/d3-chart/lib/cjs/a11y/translations/view/ko.json +0 -43
- package/libs/d3-chart/lib/cjs/a11y/translations/view/nl.json +0 -43
- package/libs/d3-chart/lib/cjs/a11y/translations/view/pl.json +0 -43
- package/libs/d3-chart/lib/cjs/a11y/translations/view/pt.json +0 -43
- package/libs/d3-chart/lib/cjs/a11y/translations/view/sv.json +0 -43
- package/libs/d3-chart/lib/cjs/a11y/translations/view/tr.json +0 -43
- package/libs/d3-chart/lib/cjs/a11y/translations/view/vi.json +0 -43
- package/libs/d3-chart/lib/cjs/a11y/translations/view/zh.json +0 -43
- package/libs/d3-chart/lib/cjs/color.js +0 -133
- package/libs/d3-chart/lib/cjs/color.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/AbstractChart.js +0 -420
- package/libs/d3-chart/lib/cjs/component/Chart/AbstractChart.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/AbstractChart.type.js +0 -2
- package/libs/d3-chart/lib/cjs/component/Chart/AbstractChart.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/AreaChart.js +0 -160
- package/libs/d3-chart/lib/cjs/component/Chart/AreaChart.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/AreaChart.type.js +0 -2
- package/libs/d3-chart/lib/cjs/component/Chart/AreaChart.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/BarChart.js +0 -253
- package/libs/d3-chart/lib/cjs/component/Chart/BarChart.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/BarChart.type.js +0 -2
- package/libs/d3-chart/lib/cjs/component/Chart/BarChart.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/BubbleChart.js +0 -145
- package/libs/d3-chart/lib/cjs/component/Chart/BubbleChart.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/BubbleChart.type.js +0 -2
- package/libs/d3-chart/lib/cjs/component/Chart/BubbleChart.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/DonutChart.js +0 -117
- package/libs/d3-chart/lib/cjs/component/Chart/DonutChart.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/DonutChart.type.js +0 -2
- package/libs/d3-chart/lib/cjs/component/Chart/DonutChart.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/HistogramChart.js +0 -189
- package/libs/d3-chart/lib/cjs/component/Chart/HistogramChart.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/HistogramChart.type.js +0 -2
- package/libs/d3-chart/lib/cjs/component/Chart/HistogramChart.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/LineChart.js +0 -147
- package/libs/d3-chart/lib/cjs/component/Chart/LineChart.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/LineChart.type.js +0 -2
- package/libs/d3-chart/lib/cjs/component/Chart/LineChart.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/RadarChart.js +0 -121
- package/libs/d3-chart/lib/cjs/component/Chart/RadarChart.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/RadarChart.type.js +0 -2
- package/libs/d3-chart/lib/cjs/component/Chart/RadarChart.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.js +0 -159
- package/libs/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.type.js +0 -2
- package/libs/d3-chart/lib/cjs/component/Chart/ScatterPlotChart.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/VennChart.js +0 -144
- package/libs/d3-chart/lib/cjs/component/Chart/VennChart.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/VennChart.type.js +0 -2
- package/libs/d3-chart/lib/cjs/component/Chart/VennChart.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/Chart/index.js +0 -28
- package/libs/d3-chart/lib/cjs/component/Chart/index.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.js +0 -108
- package/libs/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.type.js +0 -2
- package/libs/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +0 -93
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.type.js +0 -2
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/legend-flex.shadow.css +0 -11
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +0 -233
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.type.js +0 -13
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendItem/legend-item.shadow.css +0 -109
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +0 -99
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.type.js +0 -2
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.type.js.map +0 -1
- package/libs/d3-chart/lib/cjs/component/ChartLegend/LegendTable/legend-table.shadow.css +0 -19
- package/libs/d3-chart/lib/cjs/component/ChartLegend/index.js +0 -23
- package/libs/d3-chart/lib/cjs/component/ChartLegend/index.js.map +0 -1
- package/libs/d3-chart/lib/cjs/createElement.d.js +0 -2
- package/libs/d3-chart/lib/cjs/createElement.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/createElement.js +0 -128
- package/libs/d3-chart/lib/cjs/createElement.js.map +0 -1
- package/libs/d3-chart/lib/cjs/index.js +0 -206
- package/libs/d3-chart/lib/cjs/index.js.map +0 -1
- package/libs/d3-chart/lib/cjs/style/area.shadow.css +0 -45
- package/libs/d3-chart/lib/cjs/style/axis.shadow.css +0 -88
- package/libs/d3-chart/lib/cjs/style/bar.shadow.css +0 -24
- package/libs/d3-chart/lib/cjs/style/bubble.shadow.css +0 -57
- package/libs/d3-chart/lib/cjs/style/donut.shadow.css +0 -30
- package/libs/d3-chart/lib/cjs/style/dot.shadow.css +0 -32
- package/libs/d3-chart/lib/cjs/style/hover.shadow.css +0 -7
- package/libs/d3-chart/lib/cjs/style/line.shadow.css +0 -43
- package/libs/d3-chart/lib/cjs/style/plot.shadow.css +0 -19
- package/libs/d3-chart/lib/cjs/style/plotA11yModule.shadow.css +0 -12
- package/libs/d3-chart/lib/cjs/style/plotA11yView.shadow.css +0 -39
- package/libs/d3-chart/lib/cjs/style/radar.shadow.css +0 -73
- package/libs/d3-chart/lib/cjs/style/radial-tree.shadow.css +0 -49
- package/libs/d3-chart/lib/cjs/style/reference-line.shadow.css +0 -35
- package/libs/d3-chart/lib/cjs/style/scatterplot.shadow.css +0 -34
- package/libs/d3-chart/lib/cjs/style/tooltip.shadow.css +0 -42
- package/libs/d3-chart/lib/cjs/style/var.css +0 -125
- package/libs/d3-chart/lib/cjs/style/venn.shadow.css +0 -37
- package/libs/d3-chart/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -37
- package/libs/d3-chart/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/d3-chart/lib/cjs/translations/de.json +0 -3
- package/libs/d3-chart/lib/cjs/translations/en.json +0 -3
- package/libs/d3-chart/lib/cjs/translations/es.json +0 -3
- package/libs/d3-chart/lib/cjs/translations/fr.json +0 -3
- package/libs/d3-chart/lib/cjs/translations/it.json +0 -3
- package/libs/d3-chart/lib/cjs/translations/ja.json +0 -3
- package/libs/d3-chart/lib/cjs/translations/ko.json +0 -3
- package/libs/d3-chart/lib/cjs/translations/nl.json +0 -3
- package/libs/d3-chart/lib/cjs/translations/pl.json +0 -3
- package/libs/d3-chart/lib/cjs/translations/pt.json +0 -3
- package/libs/d3-chart/lib/cjs/translations/sv.json +0 -3
- package/libs/d3-chart/lib/cjs/translations/tr.json +0 -3
- package/libs/d3-chart/lib/cjs/translations/vi.json +0 -3
- package/libs/d3-chart/lib/cjs/translations/zh.json +0 -3
- package/libs/d3-chart/lib/cjs/types/Area.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/Area.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/Axis.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/Axis.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/Bar.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/Bar.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/Bubble.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/Bubble.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/ClipPath.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/ClipPath.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/Donut.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/Donut.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/GroupBar.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/GroupBar.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/HorizontalBar.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/HorizontalBar.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/Hover.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/Hover.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/Line.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/Line.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/Plot.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/Plot.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/Radar.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/Radar.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/ReferenceLine.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/ReferenceLine.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/ResponsiveContainer.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/ResponsiveContainer.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/ScatterPlot.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/ScatterPlot.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/StackBar.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/StackBar.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/StackedArea.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/StackedArea.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/Tooltip.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/Tooltip.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/Venn.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/Venn.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/context.d.js +0 -2
- package/libs/d3-chart/lib/cjs/types/context.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/types/index.d.js +0 -544
- package/libs/d3-chart/lib/cjs/types/index.d.js.map +0 -1
- package/libs/d3-chart/lib/cjs/utils.js +0 -211
- package/libs/d3-chart/lib/cjs/utils.js.map +0 -1
- package/libs/d3-chart/lib/es6/Area.js +0 -229
- package/libs/d3-chart/lib/es6/Area.js.map +0 -1
- package/libs/d3-chart/lib/es6/Axis.js +0 -461
- package/libs/d3-chart/lib/es6/Axis.js.map +0 -1
- package/libs/d3-chart/lib/es6/Bar.js +0 -213
- package/libs/d3-chart/lib/es6/Bar.js.map +0 -1
- package/libs/d3-chart/lib/es6/Bubble.js +0 -229
- package/libs/d3-chart/lib/es6/Bubble.js.map +0 -1
- package/libs/d3-chart/lib/es6/ClipPath.js +0 -85
- package/libs/d3-chart/lib/es6/ClipPath.js.map +0 -1
- package/libs/d3-chart/lib/es6/Donut.js +0 -484
- package/libs/d3-chart/lib/es6/Donut.js.map +0 -1
- package/libs/d3-chart/lib/es6/Dots.js +0 -109
- package/libs/d3-chart/lib/es6/Dots.js.map +0 -1
- package/libs/d3-chart/lib/es6/GroupBar.js +0 -103
- package/libs/d3-chart/lib/es6/GroupBar.js.map +0 -1
- package/libs/d3-chart/lib/es6/HorizontalBar.js +0 -192
- package/libs/d3-chart/lib/es6/HorizontalBar.js.map +0 -1
- package/libs/d3-chart/lib/es6/Hover.js +0 -247
- package/libs/d3-chart/lib/es6/Hover.js.map +0 -1
- package/libs/d3-chart/lib/es6/Line.js +0 -223
- package/libs/d3-chart/lib/es6/Line.js.map +0 -1
- package/libs/d3-chart/lib/es6/Plot.js +0 -148
- package/libs/d3-chart/lib/es6/Plot.js.map +0 -1
- package/libs/d3-chart/lib/es6/Radar.js +0 -809
- package/libs/d3-chart/lib/es6/Radar.js.map +0 -1
- package/libs/d3-chart/lib/es6/RadialTree.js +0 -656
- package/libs/d3-chart/lib/es6/RadialTree.js.map +0 -1
- package/libs/d3-chart/lib/es6/ReferenceLine.js +0 -232
- package/libs/d3-chart/lib/es6/ReferenceLine.js.map +0 -1
- package/libs/d3-chart/lib/es6/ResponsiveContainer.js +0 -108
- package/libs/d3-chart/lib/es6/ResponsiveContainer.js.map +0 -1
- package/libs/d3-chart/lib/es6/ScatterPlot.js +0 -199
- package/libs/d3-chart/lib/es6/ScatterPlot.js.map +0 -1
- package/libs/d3-chart/lib/es6/StackBar.js +0 -188
- package/libs/d3-chart/lib/es6/StackBar.js.map +0 -1
- package/libs/d3-chart/lib/es6/StackedArea.js +0 -86
- package/libs/d3-chart/lib/es6/StackedArea.js.map +0 -1
- package/libs/d3-chart/lib/es6/Tooltip.js +0 -230
- package/libs/d3-chart/lib/es6/Tooltip.js.map +0 -1
- package/libs/d3-chart/lib/es6/Venn.js +0 -234
- package/libs/d3-chart/lib/es6/Venn.js.map +0 -1
- package/libs/d3-chart/lib/es6/a11y/PlotA11yModule.js +0 -126
- package/libs/d3-chart/lib/es6/a11y/PlotA11yModule.js.map +0 -1
- package/libs/d3-chart/lib/es6/a11y/PlotA11yView.js +0 -223
- package/libs/d3-chart/lib/es6/a11y/PlotA11yView.js.map +0 -1
- package/libs/d3-chart/lib/es6/a11y/bezier.js +0 -30
- package/libs/d3-chart/lib/es6/a11y/bezier.js.map +0 -1
- package/libs/d3-chart/lib/es6/a11y/focus.js +0 -38
- package/libs/d3-chart/lib/es6/a11y/focus.js.map +0 -1
- package/libs/d3-chart/lib/es6/a11y/hints.js +0 -118
- package/libs/d3-chart/lib/es6/a11y/hints.js.map +0 -1
- package/libs/d3-chart/lib/es6/a11y/insights.js +0 -714
- package/libs/d3-chart/lib/es6/a11y/insights.js.map +0 -1
- package/libs/d3-chart/lib/es6/a11y/intl.js +0 -15
- package/libs/d3-chart/lib/es6/a11y/intl.js.map +0 -1
- package/libs/d3-chart/lib/es6/a11y/locale.js +0 -41
- package/libs/d3-chart/lib/es6/a11y/locale.js.map +0 -1
- package/libs/d3-chart/lib/es6/a11y/serialize.js +0 -372
- package/libs/d3-chart/lib/es6/a11y/serialize.js.map +0 -1
- package/libs/d3-chart/lib/es6/a11y/summarize.js +0 -12
- package/libs/d3-chart/lib/es6/a11y/summarize.js.map +0 -1
- package/libs/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js +0 -31
- package/libs/d3-chart/lib/es6/a11y/translations/module/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/d3-chart/lib/es6/a11y/translations/module/de.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/module/en.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/module/es.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/module/fr.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/module/it.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/module/ja.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/module/ko.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/module/nl.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/module/pl.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/module/pt.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/module/sv.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/module/tr.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/module/vi.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/module/zh.json +0 -5
- package/libs/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js +0 -31
- package/libs/d3-chart/lib/es6/a11y/translations/view/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/d3-chart/lib/es6/a11y/translations/view/de.json +0 -43
- package/libs/d3-chart/lib/es6/a11y/translations/view/en.csv +0 -42
- package/libs/d3-chart/lib/es6/a11y/translations/view/en.json +0 -43
- package/libs/d3-chart/lib/es6/a11y/translations/view/es.json +0 -43
- package/libs/d3-chart/lib/es6/a11y/translations/view/fr.json +0 -43
- package/libs/d3-chart/lib/es6/a11y/translations/view/it.json +0 -43
- package/libs/d3-chart/lib/es6/a11y/translations/view/ja.json +0 -43
- package/libs/d3-chart/lib/es6/a11y/translations/view/ko.json +0 -43
- package/libs/d3-chart/lib/es6/a11y/translations/view/nl.json +0 -43
- package/libs/d3-chart/lib/es6/a11y/translations/view/pl.json +0 -43
- package/libs/d3-chart/lib/es6/a11y/translations/view/pt.json +0 -43
- package/libs/d3-chart/lib/es6/a11y/translations/view/sv.json +0 -43
- package/libs/d3-chart/lib/es6/a11y/translations/view/tr.json +0 -43
- package/libs/d3-chart/lib/es6/a11y/translations/view/vi.json +0 -43
- package/libs/d3-chart/lib/es6/a11y/translations/view/zh.json +0 -43
- package/libs/d3-chart/lib/es6/color.js +0 -127
- package/libs/d3-chart/lib/es6/color.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/AbstractChart.js +0 -412
- package/libs/d3-chart/lib/es6/component/Chart/AbstractChart.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/AbstractChart.type.js +0 -2
- package/libs/d3-chart/lib/es6/component/Chart/AbstractChart.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/AreaChart.js +0 -152
- package/libs/d3-chart/lib/es6/component/Chart/AreaChart.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/AreaChart.type.js +0 -2
- package/libs/d3-chart/lib/es6/component/Chart/AreaChart.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/BarChart.js +0 -245
- package/libs/d3-chart/lib/es6/component/Chart/BarChart.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/BarChart.type.js +0 -2
- package/libs/d3-chart/lib/es6/component/Chart/BarChart.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/BubbleChart.js +0 -137
- package/libs/d3-chart/lib/es6/component/Chart/BubbleChart.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/BubbleChart.type.js +0 -2
- package/libs/d3-chart/lib/es6/component/Chart/BubbleChart.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/DonutChart.js +0 -109
- package/libs/d3-chart/lib/es6/component/Chart/DonutChart.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/DonutChart.type.js +0 -2
- package/libs/d3-chart/lib/es6/component/Chart/DonutChart.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/HistogramChart.js +0 -181
- package/libs/d3-chart/lib/es6/component/Chart/HistogramChart.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/HistogramChart.type.js +0 -2
- package/libs/d3-chart/lib/es6/component/Chart/HistogramChart.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/LineChart.js +0 -139
- package/libs/d3-chart/lib/es6/component/Chart/LineChart.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/LineChart.type.js +0 -2
- package/libs/d3-chart/lib/es6/component/Chart/LineChart.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/RadarChart.js +0 -113
- package/libs/d3-chart/lib/es6/component/Chart/RadarChart.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/RadarChart.type.js +0 -2
- package/libs/d3-chart/lib/es6/component/Chart/RadarChart.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js +0 -151
- package/libs/d3-chart/lib/es6/component/Chart/ScatterPlotChart.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.js +0 -2
- package/libs/d3-chart/lib/es6/component/Chart/ScatterPlotChart.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/VennChart.js +0 -136
- package/libs/d3-chart/lib/es6/component/Chart/VennChart.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/VennChart.type.js +0 -2
- package/libs/d3-chart/lib/es6/component/Chart/VennChart.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/Chart/index.js +0 -21
- package/libs/d3-chart/lib/es6/component/Chart/index.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js +0 -100
- package/libs/d3-chart/lib/es6/component/ChartLegend/BaseLegend.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js +0 -2
- package/libs/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +0 -86
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js +0 -2
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendFlex/legend-flex.shadow.css +0 -11
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +0 -231
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js +0 -6
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendItem/legend-item.shadow.css +0 -109
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +0 -93
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js +0 -2
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.type.js.map +0 -1
- package/libs/d3-chart/lib/es6/component/ChartLegend/LegendTable/legend-table.shadow.css +0 -19
- package/libs/d3-chart/lib/es6/component/ChartLegend/index.js +0 -5
- package/libs/d3-chart/lib/es6/component/ChartLegend/index.js.map +0 -1
- package/libs/d3-chart/lib/es6/createElement.d.js +0 -2
- package/libs/d3-chart/lib/es6/createElement.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/createElement.js +0 -119
- package/libs/d3-chart/lib/es6/createElement.js.map +0 -1
- package/libs/d3-chart/lib/es6/index.js +0 -25
- package/libs/d3-chart/lib/es6/index.js.map +0 -1
- package/libs/d3-chart/lib/es6/style/area.shadow.css +0 -45
- package/libs/d3-chart/lib/es6/style/axis.shadow.css +0 -88
- package/libs/d3-chart/lib/es6/style/bar.shadow.css +0 -24
- package/libs/d3-chart/lib/es6/style/bubble.shadow.css +0 -57
- package/libs/d3-chart/lib/es6/style/donut.shadow.css +0 -30
- package/libs/d3-chart/lib/es6/style/dot.shadow.css +0 -32
- package/libs/d3-chart/lib/es6/style/hover.shadow.css +0 -7
- package/libs/d3-chart/lib/es6/style/line.shadow.css +0 -43
- package/libs/d3-chart/lib/es6/style/plot.shadow.css +0 -19
- package/libs/d3-chart/lib/es6/style/plotA11yModule.shadow.css +0 -12
- package/libs/d3-chart/lib/es6/style/plotA11yView.shadow.css +0 -39
- package/libs/d3-chart/lib/es6/style/radar.shadow.css +0 -73
- package/libs/d3-chart/lib/es6/style/radial-tree.shadow.css +0 -49
- package/libs/d3-chart/lib/es6/style/reference-line.shadow.css +0 -35
- package/libs/d3-chart/lib/es6/style/scatterplot.shadow.css +0 -34
- package/libs/d3-chart/lib/es6/style/tooltip.shadow.css +0 -42
- package/libs/d3-chart/lib/es6/style/var.css +0 -125
- package/libs/d3-chart/lib/es6/style/venn.shadow.css +0 -37
- package/libs/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -29
- package/libs/d3-chart/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/d3-chart/lib/es6/translations/de.json +0 -3
- package/libs/d3-chart/lib/es6/translations/en.json +0 -3
- package/libs/d3-chart/lib/es6/translations/es.json +0 -3
- package/libs/d3-chart/lib/es6/translations/fr.json +0 -3
- package/libs/d3-chart/lib/es6/translations/it.json +0 -3
- package/libs/d3-chart/lib/es6/translations/ja.json +0 -3
- package/libs/d3-chart/lib/es6/translations/ko.json +0 -3
- package/libs/d3-chart/lib/es6/translations/nl.json +0 -3
- package/libs/d3-chart/lib/es6/translations/pl.json +0 -3
- package/libs/d3-chart/lib/es6/translations/pt.json +0 -3
- package/libs/d3-chart/lib/es6/translations/sv.json +0 -3
- package/libs/d3-chart/lib/es6/translations/tr.json +0 -3
- package/libs/d3-chart/lib/es6/translations/vi.json +0 -3
- package/libs/d3-chart/lib/es6/translations/zh.json +0 -3
- package/libs/d3-chart/lib/es6/types/Area.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/Area.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/Axis.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/Axis.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/Bar.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/Bar.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/Bubble.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/Bubble.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/ClipPath.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/ClipPath.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/Donut.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/Donut.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/GroupBar.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/GroupBar.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/HorizontalBar.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/HorizontalBar.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/Hover.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/Hover.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/Line.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/Line.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/Plot.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/Plot.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/Radar.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/Radar.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/ReferenceLine.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/ReferenceLine.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/ResponsiveContainer.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/ResponsiveContainer.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/ScatterPlot.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/ScatterPlot.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/StackBar.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/StackBar.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/StackedArea.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/StackedArea.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/Tooltip.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/Tooltip.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/Venn.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/Venn.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/context.d.js +0 -2
- package/libs/d3-chart/lib/es6/types/context.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/types/index.d.js +0 -75
- package/libs/d3-chart/lib/es6/types/index.d.js.map +0 -1
- package/libs/d3-chart/lib/es6/utils.js +0 -189
- package/libs/d3-chart/lib/es6/utils.js.map +0 -1
- package/libs/d3-chart/lib/types/Area.d.ts +0 -61
- package/libs/d3-chart/lib/types/Axis.d.ts +0 -90
- package/libs/d3-chart/lib/types/Bar.d.ts +0 -80
- package/libs/d3-chart/lib/types/Bubble.d.ts +0 -53
- package/libs/d3-chart/lib/types/ClipPath.d.ts +0 -24
- package/libs/d3-chart/lib/types/Donut.d.ts +0 -67
- package/libs/d3-chart/lib/types/GroupBar.d.ts +0 -29
- package/libs/d3-chart/lib/types/HorizontalBar.d.ts +0 -35
- package/libs/d3-chart/lib/types/Hover.d.ts +0 -45
- package/libs/d3-chart/lib/types/Line.d.ts +0 -83
- package/libs/d3-chart/lib/types/Plot.d.ts +0 -118
- package/libs/d3-chart/lib/types/Radar.d.ts +0 -145
- package/libs/d3-chart/lib/types/RadialTree.d.ts +0 -240
- package/libs/d3-chart/lib/types/ReferenceLine.d.ts +0 -45
- package/libs/d3-chart/lib/types/ResponsiveContainer.d.ts +0 -29
- package/libs/d3-chart/lib/types/ScatterPlot.d.ts +0 -46
- package/libs/d3-chart/lib/types/StackBar.d.ts +0 -37
- package/libs/d3-chart/lib/types/StackedArea.d.ts +0 -31
- package/libs/d3-chart/lib/types/Tooltip.d.ts +0 -66
- package/libs/d3-chart/lib/types/Venn.d.ts +0 -68
- package/libs/d3-chart/lib/types/a11y/PlotA11yModule.d.ts +0 -12
- package/libs/d3-chart/lib/types/a11y/PlotA11yView.d.ts +0 -3
- package/libs/d3-chart/lib/types/a11y/bezier.d.ts +0 -8
- package/libs/d3-chart/lib/types/a11y/focus.d.ts +0 -5
- package/libs/d3-chart/lib/types/a11y/hints.d.ts +0 -79
- package/libs/d3-chart/lib/types/a11y/insights.d.ts +0 -55
- package/libs/d3-chart/lib/types/a11y/intl.d.ts +0 -8
- package/libs/d3-chart/lib/types/a11y/locale.d.ts +0 -3
- package/libs/d3-chart/lib/types/a11y/serialize.d.ts +0 -17
- package/libs/d3-chart/lib/types/a11y/summarize.d.ts +0 -6
- package/libs/d3-chart/lib/types/a11y/translations/module/__intergalactic-dynamic-locales.d.ts +0 -72
- package/libs/d3-chart/lib/types/a11y/translations/view/__intergalactic-dynamic-locales.d.ts +0 -604
- package/libs/d3-chart/lib/types/component/Chart/AbstractChart.d.ts +0 -50
- package/libs/d3-chart/lib/types/component/Chart/AbstractChart.type.d.ts +0 -161
- package/libs/d3-chart/lib/types/component/Chart/AreaChart.d.ts +0 -2
- package/libs/d3-chart/lib/types/component/Chart/AreaChart.type.d.ts +0 -16
- package/libs/d3-chart/lib/types/component/Chart/BarChart.d.ts +0 -2
- package/libs/d3-chart/lib/types/component/Chart/BarChart.type.d.ts +0 -19
- package/libs/d3-chart/lib/types/component/Chart/BubbleChart.d.ts +0 -2
- package/libs/d3-chart/lib/types/component/Chart/BubbleChart.type.d.ts +0 -17
- package/libs/d3-chart/lib/types/component/Chart/DonutChart.d.ts +0 -2
- package/libs/d3-chart/lib/types/component/Chart/DonutChart.type.d.ts +0 -15
- package/libs/d3-chart/lib/types/component/Chart/HistogramChart.d.ts +0 -2
- package/libs/d3-chart/lib/types/component/Chart/HistogramChart.type.d.ts +0 -11
- package/libs/d3-chart/lib/types/component/Chart/LineChart.d.ts +0 -2
- package/libs/d3-chart/lib/types/component/Chart/LineChart.type.d.ts +0 -24
- package/libs/d3-chart/lib/types/component/Chart/RadarChart.d.ts +0 -2
- package/libs/d3-chart/lib/types/component/Chart/RadarChart.type.d.ts +0 -14
- package/libs/d3-chart/lib/types/component/Chart/ScatterPlotChart.d.ts +0 -2
- package/libs/d3-chart/lib/types/component/Chart/ScatterPlotChart.type.d.ts +0 -13
- package/libs/d3-chart/lib/types/component/Chart/VennChart.d.ts +0 -2
- package/libs/d3-chart/lib/types/component/Chart/VennChart.type.d.ts +0 -11
- package/libs/d3-chart/lib/types/component/Chart/index.d.ts +0 -12
- package/libs/d3-chart/lib/types/component/ChartLegend/BaseLegend.d.ts +0 -14
- package/libs/d3-chart/lib/types/component/ChartLegend/BaseLegend.type.d.ts +0 -27
- package/libs/d3-chart/lib/types/component/ChartLegend/LegendFlex/LegendFlex.d.ts +0 -2
- package/libs/d3-chart/lib/types/component/ChartLegend/LegendFlex/LegendFlex.type.d.ts +0 -38
- package/libs/d3-chart/lib/types/component/ChartLegend/LegendItem/LegendItem.d.ts +0 -2
- package/libs/d3-chart/lib/types/component/ChartLegend/LegendItem/LegendItem.type.d.ts +0 -67
- package/libs/d3-chart/lib/types/component/ChartLegend/LegendTable/LegendTable.d.ts +0 -2
- package/libs/d3-chart/lib/types/component/ChartLegend/LegendTable/LegendTable.type.d.ts +0 -21
- package/libs/d3-chart/lib/types/component/ChartLegend/index.d.ts +0 -4
- package/libs/d3-chart/lib/types/context.d.ts +0 -18
- package/libs/d3-chart/lib/types/createElement.d.ts +0 -2
- package/libs/d3-chart/lib/types/index.d.ts +0 -94
- package/libs/d3-chart/lib/types/translations/__intergalactic-dynamic-locales.d.ts +0 -41
- package/libs/d3-chart/lib/types/utils.d.ts +0 -32
- package/libs/data-table/lib/cjs/Body.js +0 -386
- package/libs/data-table/lib/cjs/Body.js.map +0 -1
- package/libs/data-table/lib/cjs/DataTable.js +0 -429
- package/libs/data-table/lib/cjs/DataTable.js.map +0 -1
- package/libs/data-table/lib/cjs/Head.js +0 -189
- package/libs/data-table/lib/cjs/Head.js.map +0 -1
- package/libs/data-table/lib/cjs/index.js +0 -26
- package/libs/data-table/lib/cjs/index.js.map +0 -1
- package/libs/data-table/lib/cjs/style/data-table.shadow.css +0 -398
- package/libs/data-table/lib/cjs/style/scroll-area.shadow.css +0 -7
- package/libs/data-table/lib/cjs/types.js +0 -4
- package/libs/data-table/lib/cjs/types.js.map +0 -1
- package/libs/data-table/lib/cjs/utils.js +0 -57
- package/libs/data-table/lib/cjs/utils.js.map +0 -1
- package/libs/data-table/lib/es6/Body.js +0 -379
- package/libs/data-table/lib/es6/Body.js.map +0 -1
- package/libs/data-table/lib/es6/DataTable.js +0 -422
- package/libs/data-table/lib/es6/DataTable.js.map +0 -1
- package/libs/data-table/lib/es6/Head.js +0 -183
- package/libs/data-table/lib/es6/Head.js.map +0 -1
- package/libs/data-table/lib/es6/index.js +0 -3
- package/libs/data-table/lib/es6/index.js.map +0 -1
- package/libs/data-table/lib/es6/style/data-table.shadow.css +0 -398
- package/libs/data-table/lib/es6/style/scroll-area.shadow.css +0 -7
- package/libs/data-table/lib/es6/types.js +0 -2
- package/libs/data-table/lib/es6/types.js.map +0 -1
- package/libs/data-table/lib/es6/utils.js +0 -48
- package/libs/data-table/lib/es6/utils.js.map +0 -1
- package/libs/data-table/lib/types/Body.d.ts +0 -46
- package/libs/data-table/lib/types/DataTable.d.ts +0 -157
- package/libs/data-table/lib/types/Head.d.ts +0 -25
- package/libs/data-table/lib/types/index.d.ts +0 -2
- package/libs/data-table/lib/types/types.d.ts +0 -71
- package/libs/data-table/lib/types/utils.d.ts +0 -4
- package/libs/date-picker/lib/cjs/DatePicker.js +0 -183
- package/libs/date-picker/lib/cjs/DatePicker.js.map +0 -1
- package/libs/date-picker/lib/cjs/DateRangeComparator.js +0 -188
- package/libs/date-picker/lib/cjs/DateRangeComparator.js.map +0 -1
- package/libs/date-picker/lib/cjs/DateRangePicker.js +0 -133
- package/libs/date-picker/lib/cjs/DateRangePicker.js.map +0 -1
- package/libs/date-picker/lib/cjs/MonthDateRangeComparator.js +0 -223
- package/libs/date-picker/lib/cjs/MonthDateRangeComparator.js.map +0 -1
- package/libs/date-picker/lib/cjs/MonthPicker.js +0 -122
- package/libs/date-picker/lib/cjs/MonthPicker.js.map +0 -1
- package/libs/date-picker/lib/cjs/MonthRangePicker.js +0 -147
- package/libs/date-picker/lib/cjs/MonthRangePicker.js.map +0 -1
- package/libs/date-picker/lib/cjs/components/ButtonTrigger.js +0 -32
- package/libs/date-picker/lib/cjs/components/ButtonTrigger.js.map +0 -1
- package/libs/date-picker/lib/cjs/components/Calendar.js +0 -413
- package/libs/date-picker/lib/cjs/components/Calendar.js.map +0 -1
- package/libs/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +0 -584
- package/libs/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js.map +0 -1
- package/libs/date-picker/lib/cjs/components/InputTrigger.js +0 -665
- package/libs/date-picker/lib/cjs/components/InputTrigger.js.map +0 -1
- package/libs/date-picker/lib/cjs/components/PickerAbstract.js +0 -250
- package/libs/date-picker/lib/cjs/components/PickerAbstract.js.map +0 -1
- package/libs/date-picker/lib/cjs/components/RangePickerAbstract.js +0 -406
- package/libs/date-picker/lib/cjs/components/RangePickerAbstract.js.map +0 -1
- package/libs/date-picker/lib/cjs/components/index.js +0 -175
- package/libs/date-picker/lib/cjs/components/index.js.map +0 -1
- package/libs/date-picker/lib/cjs/index.d.js +0 -2
- package/libs/date-picker/lib/cjs/index.d.js.map +0 -1
- package/libs/date-picker/lib/cjs/index.js +0 -53
- package/libs/date-picker/lib/cjs/index.js.map +0 -1
- package/libs/date-picker/lib/cjs/style/calendar.shadow.css +0 -199
- package/libs/date-picker/lib/cjs/style/date-picker.shadow.css +0 -110
- package/libs/date-picker/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -41
- package/libs/date-picker/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/date-picker/lib/cjs/translations/de.json +0 -16
- package/libs/date-picker/lib/cjs/translations/en.json +0 -17
- package/libs/date-picker/lib/cjs/translations/es.json +0 -16
- package/libs/date-picker/lib/cjs/translations/fr.json +0 -16
- package/libs/date-picker/lib/cjs/translations/it.json +0 -16
- package/libs/date-picker/lib/cjs/translations/ja.json +0 -16
- package/libs/date-picker/lib/cjs/translations/ko.json +0 -16
- package/libs/date-picker/lib/cjs/translations/nl.json +0 -16
- package/libs/date-picker/lib/cjs/translations/pl.json +0 -16
- package/libs/date-picker/lib/cjs/translations/pt.json +0 -16
- package/libs/date-picker/lib/cjs/translations/ru.json +0 -13
- package/libs/date-picker/lib/cjs/translations/sv.json +0 -16
- package/libs/date-picker/lib/cjs/translations/tr.json +0 -16
- package/libs/date-picker/lib/cjs/translations/vi.json +0 -16
- package/libs/date-picker/lib/cjs/translations/zh.json +0 -16
- package/libs/date-picker/lib/cjs/utils/cronTabScheduler.js +0 -98
- package/libs/date-picker/lib/cjs/utils/cronTabScheduler.js.map +0 -1
- package/libs/date-picker/lib/cjs/utils/formatDate.js +0 -22
- package/libs/date-picker/lib/cjs/utils/formatDate.js.map +0 -1
- package/libs/date-picker/lib/cjs/utils/includesDate.js +0 -26
- package/libs/date-picker/lib/cjs/utils/includesDate.js.map +0 -1
- package/libs/date-picker/lib/cjs/utils/shortDateRangeFormat.js +0 -69
- package/libs/date-picker/lib/cjs/utils/shortDateRangeFormat.js.map +0 -1
- package/libs/date-picker/lib/es6/DatePicker.js +0 -174
- package/libs/date-picker/lib/es6/DatePicker.js.map +0 -1
- package/libs/date-picker/lib/es6/DateRangeComparator.js +0 -180
- package/libs/date-picker/lib/es6/DateRangeComparator.js.map +0 -1
- package/libs/date-picker/lib/es6/DateRangePicker.js +0 -124
- package/libs/date-picker/lib/es6/DateRangePicker.js.map +0 -1
- package/libs/date-picker/lib/es6/MonthDateRangeComparator.js +0 -215
- package/libs/date-picker/lib/es6/MonthDateRangeComparator.js.map +0 -1
- package/libs/date-picker/lib/es6/MonthPicker.js +0 -114
- package/libs/date-picker/lib/es6/MonthPicker.js.map +0 -1
- package/libs/date-picker/lib/es6/MonthRangePicker.js +0 -138
- package/libs/date-picker/lib/es6/MonthRangePicker.js.map +0 -1
- package/libs/date-picker/lib/es6/components/ButtonTrigger.js +0 -24
- package/libs/date-picker/lib/es6/components/ButtonTrigger.js.map +0 -1
- package/libs/date-picker/lib/es6/components/Calendar.js +0 -407
- package/libs/date-picker/lib/es6/components/Calendar.js.map +0 -1
- package/libs/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +0 -574
- package/libs/date-picker/lib/es6/components/DateRangeComparatorAbstract.js.map +0 -1
- package/libs/date-picker/lib/es6/components/InputTrigger.js +0 -664
- package/libs/date-picker/lib/es6/components/InputTrigger.js.map +0 -1
- package/libs/date-picker/lib/es6/components/PickerAbstract.js +0 -244
- package/libs/date-picker/lib/es6/components/PickerAbstract.js.map +0 -1
- package/libs/date-picker/lib/es6/components/RangePickerAbstract.js +0 -401
- package/libs/date-picker/lib/es6/components/RangePickerAbstract.js.map +0 -1
- package/libs/date-picker/lib/es6/components/index.js +0 -168
- package/libs/date-picker/lib/es6/components/index.js.map +0 -1
- package/libs/date-picker/lib/es6/index.d.js +0 -2
- package/libs/date-picker/lib/es6/index.d.js.map +0 -1
- package/libs/date-picker/lib/es6/index.js +0 -6
- package/libs/date-picker/lib/es6/index.js.map +0 -1
- package/libs/date-picker/lib/es6/style/calendar.shadow.css +0 -199
- package/libs/date-picker/lib/es6/style/date-picker.shadow.css +0 -110
- package/libs/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -33
- package/libs/date-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/date-picker/lib/es6/translations/de.json +0 -16
- package/libs/date-picker/lib/es6/translations/en.json +0 -17
- package/libs/date-picker/lib/es6/translations/es.json +0 -16
- package/libs/date-picker/lib/es6/translations/fr.json +0 -16
- package/libs/date-picker/lib/es6/translations/it.json +0 -16
- package/libs/date-picker/lib/es6/translations/ja.json +0 -16
- package/libs/date-picker/lib/es6/translations/ko.json +0 -16
- package/libs/date-picker/lib/es6/translations/nl.json +0 -16
- package/libs/date-picker/lib/es6/translations/pl.json +0 -16
- package/libs/date-picker/lib/es6/translations/pt.json +0 -16
- package/libs/date-picker/lib/es6/translations/ru.json +0 -13
- package/libs/date-picker/lib/es6/translations/sv.json +0 -16
- package/libs/date-picker/lib/es6/translations/tr.json +0 -16
- package/libs/date-picker/lib/es6/translations/vi.json +0 -16
- package/libs/date-picker/lib/es6/translations/zh.json +0 -16
- package/libs/date-picker/lib/es6/utils/cronTabScheduler.js +0 -90
- package/libs/date-picker/lib/es6/utils/cronTabScheduler.js.map +0 -1
- package/libs/date-picker/lib/es6/utils/formatDate.js +0 -14
- package/libs/date-picker/lib/es6/utils/formatDate.js.map +0 -1
- package/libs/date-picker/lib/es6/utils/includesDate.js +0 -18
- package/libs/date-picker/lib/es6/utils/includesDate.js.map +0 -1
- package/libs/date-picker/lib/es6/utils/shortDateRangeFormat.js +0 -62
- package/libs/date-picker/lib/es6/utils/shortDateRangeFormat.js.map +0 -1
- package/libs/date-picker/lib/types/index.d.ts +0 -470
- package/libs/divider/lib/cjs/Divider.js +0 -59
- package/libs/divider/lib/cjs/Divider.js.map +0 -1
- package/libs/divider/lib/cjs/index.d.js +0 -2
- package/libs/divider/lib/cjs/index.d.js.map +0 -1
- package/libs/divider/lib/cjs/index.js +0 -14
- package/libs/divider/lib/cjs/index.js.map +0 -1
- package/libs/divider/lib/cjs/style/divider.shadow.css +0 -82
- package/libs/divider/lib/es6/Divider.js +0 -52
- package/libs/divider/lib/es6/Divider.js.map +0 -1
- package/libs/divider/lib/es6/index.d.js +0 -2
- package/libs/divider/lib/es6/index.d.js.map +0 -1
- package/libs/divider/lib/es6/index.js +0 -2
- package/libs/divider/lib/es6/index.js.map +0 -1
- package/libs/divider/lib/es6/style/divider.shadow.css +0 -82
- package/libs/divider/lib/types/index.d.ts +0 -25
- package/libs/dot/lib/cjs/Dot.js +0 -107
- package/libs/dot/lib/cjs/Dot.js.map +0 -1
- package/libs/dot/lib/cjs/index.d.js +0 -2
- package/libs/dot/lib/cjs/index.d.js.map +0 -1
- package/libs/dot/lib/cjs/index.js +0 -14
- package/libs/dot/lib/cjs/index.js.map +0 -1
- package/libs/dot/lib/cjs/style/dot.shadow.css +0 -54
- package/libs/dot/lib/es6/Dot.js +0 -100
- package/libs/dot/lib/es6/Dot.js.map +0 -1
- package/libs/dot/lib/es6/index.d.js +0 -2
- package/libs/dot/lib/es6/index.d.js.map +0 -1
- package/libs/dot/lib/es6/index.js +0 -2
- package/libs/dot/lib/es6/index.js.map +0 -1
- package/libs/dot/lib/es6/style/dot.shadow.css +0 -54
- package/libs/dot/lib/types/index.d.ts +0 -23
- package/libs/drag-and-drop/lib/cjs/DragAndDrop.js +0 -410
- package/libs/drag-and-drop/lib/cjs/DragAndDrop.js.map +0 -1
- package/libs/drag-and-drop/lib/cjs/index.d.js +0 -2
- package/libs/drag-and-drop/lib/cjs/index.d.js.map +0 -1
- package/libs/drag-and-drop/lib/cjs/index.js +0 -14
- package/libs/drag-and-drop/lib/cjs/index.js.map +0 -1
- package/libs/drag-and-drop/lib/cjs/style/drag-and-drop.shadow.css +0 -106
- package/libs/drag-and-drop/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/drag-and-drop/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/drag-and-drop/lib/cjs/translations/de.json +0 -6
- package/libs/drag-and-drop/lib/cjs/translations/en.json +0 -6
- package/libs/drag-and-drop/lib/cjs/translations/es.json +0 -6
- package/libs/drag-and-drop/lib/cjs/translations/fr.json +0 -6
- package/libs/drag-and-drop/lib/cjs/translations/it.json +0 -6
- package/libs/drag-and-drop/lib/cjs/translations/ja.json +0 -6
- package/libs/drag-and-drop/lib/cjs/translations/ko.json +0 -6
- package/libs/drag-and-drop/lib/cjs/translations/nl.json +0 -6
- package/libs/drag-and-drop/lib/cjs/translations/pl.json +0 -6
- package/libs/drag-and-drop/lib/cjs/translations/pt.json +0 -6
- package/libs/drag-and-drop/lib/cjs/translations/sv.json +0 -6
- package/libs/drag-and-drop/lib/cjs/translations/tr.json +0 -6
- package/libs/drag-and-drop/lib/cjs/translations/vi.json +0 -6
- package/libs/drag-and-drop/lib/cjs/translations/zh.json +0 -6
- package/libs/drag-and-drop/lib/es6/DragAndDrop.js +0 -405
- package/libs/drag-and-drop/lib/es6/DragAndDrop.js.map +0 -1
- package/libs/drag-and-drop/lib/es6/index.d.js +0 -2
- package/libs/drag-and-drop/lib/es6/index.d.js.map +0 -1
- package/libs/drag-and-drop/lib/es6/index.js +0 -2
- package/libs/drag-and-drop/lib/es6/index.js.map +0 -1
- package/libs/drag-and-drop/lib/es6/style/drag-and-drop.shadow.css +0 -106
- package/libs/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/drag-and-drop/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/drag-and-drop/lib/es6/translations/de.json +0 -6
- package/libs/drag-and-drop/lib/es6/translations/en.json +0 -6
- package/libs/drag-and-drop/lib/es6/translations/es.json +0 -6
- package/libs/drag-and-drop/lib/es6/translations/fr.json +0 -6
- package/libs/drag-and-drop/lib/es6/translations/it.json +0 -6
- package/libs/drag-and-drop/lib/es6/translations/ja.json +0 -6
- package/libs/drag-and-drop/lib/es6/translations/ko.json +0 -6
- package/libs/drag-and-drop/lib/es6/translations/nl.json +0 -6
- package/libs/drag-and-drop/lib/es6/translations/pl.json +0 -6
- package/libs/drag-and-drop/lib/es6/translations/pt.json +0 -6
- package/libs/drag-and-drop/lib/es6/translations/sv.json +0 -6
- package/libs/drag-and-drop/lib/es6/translations/tr.json +0 -6
- package/libs/drag-and-drop/lib/es6/translations/vi.json +0 -6
- package/libs/drag-and-drop/lib/es6/translations/zh.json +0 -6
- package/libs/drag-and-drop/lib/types/index.d.ts +0 -62
- package/libs/dropdown/lib/cjs/Dropdown.js +0 -177
- package/libs/dropdown/lib/cjs/Dropdown.js.map +0 -1
- package/libs/dropdown/lib/cjs/index.d.js +0 -2
- package/libs/dropdown/lib/cjs/index.d.js.map +0 -1
- package/libs/dropdown/lib/cjs/index.js +0 -14
- package/libs/dropdown/lib/cjs/index.js.map +0 -1
- package/libs/dropdown/lib/cjs/style/dropdown.shadow.css +0 -10
- package/libs/dropdown/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/dropdown/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/dropdown/lib/cjs/translations/de.json +0 -3
- package/libs/dropdown/lib/cjs/translations/en.json +0 -3
- package/libs/dropdown/lib/cjs/translations/es.json +0 -3
- package/libs/dropdown/lib/cjs/translations/fr.json +0 -3
- package/libs/dropdown/lib/cjs/translations/it.json +0 -3
- package/libs/dropdown/lib/cjs/translations/ja.json +0 -3
- package/libs/dropdown/lib/cjs/translations/ko.json +0 -3
- package/libs/dropdown/lib/cjs/translations/nl.json +0 -3
- package/libs/dropdown/lib/cjs/translations/pl.json +0 -3
- package/libs/dropdown/lib/cjs/translations/pt.json +0 -3
- package/libs/dropdown/lib/cjs/translations/sv.json +0 -3
- package/libs/dropdown/lib/cjs/translations/tr.json +0 -3
- package/libs/dropdown/lib/cjs/translations/vi.json +0 -3
- package/libs/dropdown/lib/cjs/translations/zh.json +0 -3
- package/libs/dropdown/lib/es6/Dropdown.js +0 -170
- package/libs/dropdown/lib/es6/Dropdown.js.map +0 -1
- package/libs/dropdown/lib/es6/index.d.js +0 -2
- package/libs/dropdown/lib/es6/index.d.js.map +0 -1
- package/libs/dropdown/lib/es6/index.js +0 -2
- package/libs/dropdown/lib/es6/index.js.map +0 -1
- package/libs/dropdown/lib/es6/style/dropdown.shadow.css +0 -10
- package/libs/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/dropdown/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/dropdown/lib/es6/translations/de.json +0 -3
- package/libs/dropdown/lib/es6/translations/en.json +0 -3
- package/libs/dropdown/lib/es6/translations/es.json +0 -3
- package/libs/dropdown/lib/es6/translations/fr.json +0 -3
- package/libs/dropdown/lib/es6/translations/it.json +0 -3
- package/libs/dropdown/lib/es6/translations/ja.json +0 -3
- package/libs/dropdown/lib/es6/translations/ko.json +0 -3
- package/libs/dropdown/lib/es6/translations/nl.json +0 -3
- package/libs/dropdown/lib/es6/translations/pl.json +0 -3
- package/libs/dropdown/lib/es6/translations/pt.json +0 -3
- package/libs/dropdown/lib/es6/translations/sv.json +0 -3
- package/libs/dropdown/lib/es6/translations/tr.json +0 -3
- package/libs/dropdown/lib/es6/translations/vi.json +0 -3
- package/libs/dropdown/lib/es6/translations/zh.json +0 -3
- package/libs/dropdown/lib/types/index.d.ts +0 -43
- package/libs/dropdown-menu/lib/cjs/DropdownMenu.js +0 -372
- package/libs/dropdown-menu/lib/cjs/DropdownMenu.js.map +0 -1
- package/libs/dropdown-menu/lib/cjs/index.d.js +0 -2
- package/libs/dropdown-menu/lib/cjs/index.d.js.map +0 -1
- package/libs/dropdown-menu/lib/cjs/index.js +0 -14
- package/libs/dropdown-menu/lib/cjs/index.js.map +0 -1
- package/libs/dropdown-menu/lib/cjs/style/dropdown-menu.shadow.css +0 -112
- package/libs/dropdown-menu/lib/cjs/style/scroll-area.shadow.css +0 -85
- package/libs/dropdown-menu/lib/cjs/styleScrollArea.js +0 -23
- package/libs/dropdown-menu/lib/cjs/styleScrollArea.js.map +0 -1
- package/libs/dropdown-menu/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/dropdown-menu/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/dropdown-menu/lib/cjs/translations/de.json +0 -3
- package/libs/dropdown-menu/lib/cjs/translations/en.json +0 -3
- package/libs/dropdown-menu/lib/cjs/translations/es.json +0 -3
- package/libs/dropdown-menu/lib/cjs/translations/fr.json +0 -3
- package/libs/dropdown-menu/lib/cjs/translations/it.json +0 -3
- package/libs/dropdown-menu/lib/cjs/translations/ja.json +0 -3
- package/libs/dropdown-menu/lib/cjs/translations/ko.json +0 -3
- package/libs/dropdown-menu/lib/cjs/translations/nl.json +0 -3
- package/libs/dropdown-menu/lib/cjs/translations/pl.json +0 -3
- package/libs/dropdown-menu/lib/cjs/translations/pt.json +0 -3
- package/libs/dropdown-menu/lib/cjs/translations/sv.json +0 -3
- package/libs/dropdown-menu/lib/cjs/translations/tr.json +0 -3
- package/libs/dropdown-menu/lib/cjs/translations/vi.json +0 -3
- package/libs/dropdown-menu/lib/cjs/translations/zh.json +0 -3
- package/libs/dropdown-menu/lib/es6/DropdownMenu.js +0 -370
- package/libs/dropdown-menu/lib/es6/DropdownMenu.js.map +0 -1
- package/libs/dropdown-menu/lib/es6/index.d.js +0 -2
- package/libs/dropdown-menu/lib/es6/index.d.js.map +0 -1
- package/libs/dropdown-menu/lib/es6/index.js +0 -2
- package/libs/dropdown-menu/lib/es6/index.js.map +0 -1
- package/libs/dropdown-menu/lib/es6/style/dropdown-menu.shadow.css +0 -112
- package/libs/dropdown-menu/lib/es6/style/scroll-area.shadow.css +0 -85
- package/libs/dropdown-menu/lib/es6/styleScrollArea.js +0 -16
- package/libs/dropdown-menu/lib/es6/styleScrollArea.js.map +0 -1
- package/libs/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/dropdown-menu/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/dropdown-menu/lib/es6/translations/de.json +0 -3
- package/libs/dropdown-menu/lib/es6/translations/en.json +0 -3
- package/libs/dropdown-menu/lib/es6/translations/es.json +0 -3
- package/libs/dropdown-menu/lib/es6/translations/fr.json +0 -3
- package/libs/dropdown-menu/lib/es6/translations/it.json +0 -3
- package/libs/dropdown-menu/lib/es6/translations/ja.json +0 -3
- package/libs/dropdown-menu/lib/es6/translations/ko.json +0 -3
- package/libs/dropdown-menu/lib/es6/translations/nl.json +0 -3
- package/libs/dropdown-menu/lib/es6/translations/pl.json +0 -3
- package/libs/dropdown-menu/lib/es6/translations/pt.json +0 -3
- package/libs/dropdown-menu/lib/es6/translations/sv.json +0 -3
- package/libs/dropdown-menu/lib/es6/translations/tr.json +0 -3
- package/libs/dropdown-menu/lib/es6/translations/vi.json +0 -3
- package/libs/dropdown-menu/lib/es6/translations/zh.json +0 -3
- package/libs/dropdown-menu/lib/types/index.d.ts +0 -151
- package/libs/ellipsis/lib/cjs/Ellipsis.js +0 -290
- package/libs/ellipsis/lib/cjs/Ellipsis.js.map +0 -1
- package/libs/ellipsis/lib/cjs/index.d.js +0 -2
- package/libs/ellipsis/lib/cjs/index.d.js.map +0 -1
- package/libs/ellipsis/lib/cjs/index.js +0 -21
- package/libs/ellipsis/lib/cjs/index.js.map +0 -1
- package/libs/ellipsis/lib/cjs/style/ellipsis.shadow.css +0 -31
- package/libs/ellipsis/lib/cjs/useResizeObserver.js +0 -45
- package/libs/ellipsis/lib/cjs/useResizeObserver.js.map +0 -1
- package/libs/ellipsis/lib/es6/Ellipsis.js +0 -284
- package/libs/ellipsis/lib/es6/Ellipsis.js.map +0 -1
- package/libs/ellipsis/lib/es6/index.d.js +0 -2
- package/libs/ellipsis/lib/es6/index.d.js.map +0 -1
- package/libs/ellipsis/lib/es6/index.js +0 -3
- package/libs/ellipsis/lib/es6/index.js.map +0 -1
- package/libs/ellipsis/lib/es6/style/ellipsis.shadow.css +0 -31
- package/libs/ellipsis/lib/es6/useResizeObserver.js +0 -37
- package/libs/ellipsis/lib/es6/useResizeObserver.js.map +0 -1
- package/libs/ellipsis/lib/types/index.d.ts +0 -50
- package/libs/email/lib/badge/index.css +0 -1
- package/libs/email/lib/button/index.css +0 -1
- package/libs/email/lib/core/base.css +0 -1
- package/libs/email/lib/core/index.css +0 -1
- package/libs/email/lib/core/var.css +0 -47
- package/libs/email/lib/divider/index.css +0 -1
- package/libs/email/lib/grid/index.css +0 -1
- package/libs/email/lib/notice/index.css +0 -1
- package/libs/email/lib/summary/index.css +0 -1
- package/libs/email/lib/table/index.css +0 -1
- package/libs/email/lib/typography/index.css +0 -1
- package/libs/errors/lib/cjs/AccessDenied/index.js +0 -63
- package/libs/errors/lib/cjs/AccessDenied/index.js.map +0 -1
- package/libs/errors/lib/cjs/AccessDenied/translations/__intergalactic-dynamic-locales.js +0 -41
- package/libs/errors/lib/cjs/AccessDenied/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/errors/lib/cjs/AccessDenied/translations/de.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/en.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/es.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/fr.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/it.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/ja.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/ko.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/nl.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/pl.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/pt.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/ru.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/sv.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/tr.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/vi.json +0 -5
- package/libs/errors/lib/cjs/AccessDenied/translations/zh.json +0 -5
- package/libs/errors/lib/cjs/Error.js +0 -97
- package/libs/errors/lib/cjs/Error.js.map +0 -1
- package/libs/errors/lib/cjs/Maintenance/index.js +0 -62
- package/libs/errors/lib/cjs/Maintenance/index.js.map +0 -1
- package/libs/errors/lib/cjs/Maintenance/translations/__intergalactic-dynamic-locales.js +0 -41
- package/libs/errors/lib/cjs/Maintenance/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/errors/lib/cjs/Maintenance/translations/de.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/en.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/es.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/fr.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/it.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/ja.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/ko.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/nl.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/pl.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/pt.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/ru.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/sv.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/tr.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/vi.json +0 -5
- package/libs/errors/lib/cjs/Maintenance/translations/zh.json +0 -5
- package/libs/errors/lib/cjs/PageError/index.js +0 -73
- package/libs/errors/lib/cjs/PageError/index.js.map +0 -1
- package/libs/errors/lib/cjs/PageError/translations/__intergalactic-dynamic-locales.js +0 -41
- package/libs/errors/lib/cjs/PageError/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/errors/lib/cjs/PageError/translations/de.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/en.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/es.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/fr.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/it.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/ja.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/ko.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/nl.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/pl.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/pt.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/ru.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/sv.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/tr.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/vi.json +0 -5
- package/libs/errors/lib/cjs/PageError/translations/zh.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/index.js +0 -61
- package/libs/errors/lib/cjs/PageNotFound/index.js.map +0 -1
- package/libs/errors/lib/cjs/PageNotFound/translations/__intergalactic-dynamic-locales.js +0 -41
- package/libs/errors/lib/cjs/PageNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/errors/lib/cjs/PageNotFound/translations/de.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/en.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/es.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/fr.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/it.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/ja.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/ko.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/nl.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/pl.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/pt.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/ru.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/sv.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/tr.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/vi.json +0 -5
- package/libs/errors/lib/cjs/PageNotFound/translations/zh.json +0 -5
- package/libs/errors/lib/cjs/ProjectNotFound/index.js +0 -80
- package/libs/errors/lib/cjs/ProjectNotFound/index.js.map +0 -1
- package/libs/errors/lib/cjs/ProjectNotFound/translations/__intergalactic-dynamic-locales.js +0 -41
- package/libs/errors/lib/cjs/ProjectNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/errors/lib/cjs/ProjectNotFound/translations/de.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/en.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/es.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/fr.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/it.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/ja.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/ko.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/nl.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/pl.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/pt.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/ru.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/sv.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/tr.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/vi.json +0 -6
- package/libs/errors/lib/cjs/ProjectNotFound/translations/zh.json +0 -6
- package/libs/errors/lib/cjs/index.d.js +0 -16
- package/libs/errors/lib/cjs/index.d.js.map +0 -1
- package/libs/errors/lib/cjs/index.js +0 -68
- package/libs/errors/lib/cjs/index.js.map +0 -1
- package/libs/errors/lib/cjs/style/errors.shadow.css +0 -67
- package/libs/errors/lib/es6/AccessDenied/index.js +0 -55
- package/libs/errors/lib/es6/AccessDenied/index.js.map +0 -1
- package/libs/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.js +0 -33
- package/libs/errors/lib/es6/AccessDenied/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/errors/lib/es6/AccessDenied/translations/de.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/en.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/es.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/fr.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/it.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/ja.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/ko.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/nl.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/pl.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/pt.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/ru.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/sv.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/tr.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/vi.json +0 -5
- package/libs/errors/lib/es6/AccessDenied/translations/zh.json +0 -5
- package/libs/errors/lib/es6/Error.js +0 -92
- package/libs/errors/lib/es6/Error.js.map +0 -1
- package/libs/errors/lib/es6/Maintenance/index.js +0 -54
- package/libs/errors/lib/es6/Maintenance/index.js.map +0 -1
- package/libs/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.js +0 -33
- package/libs/errors/lib/es6/Maintenance/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/errors/lib/es6/Maintenance/translations/de.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/en.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/es.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/fr.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/it.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/ja.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/ko.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/nl.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/pl.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/pt.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/ru.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/sv.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/tr.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/vi.json +0 -5
- package/libs/errors/lib/es6/Maintenance/translations/zh.json +0 -5
- package/libs/errors/lib/es6/PageError/index.js +0 -64
- package/libs/errors/lib/es6/PageError/index.js.map +0 -1
- package/libs/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.js +0 -33
- package/libs/errors/lib/es6/PageError/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/errors/lib/es6/PageError/translations/de.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/en.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/es.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/fr.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/it.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/ja.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/ko.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/nl.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/pl.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/pt.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/ru.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/sv.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/tr.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/vi.json +0 -5
- package/libs/errors/lib/es6/PageError/translations/zh.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/index.js +0 -53
- package/libs/errors/lib/es6/PageNotFound/index.js.map +0 -1
- package/libs/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.js +0 -33
- package/libs/errors/lib/es6/PageNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/errors/lib/es6/PageNotFound/translations/de.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/en.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/es.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/fr.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/it.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/ja.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/ko.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/nl.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/pl.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/pt.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/ru.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/sv.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/tr.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/vi.json +0 -5
- package/libs/errors/lib/es6/PageNotFound/translations/zh.json +0 -5
- package/libs/errors/lib/es6/ProjectNotFound/index.js +0 -72
- package/libs/errors/lib/es6/ProjectNotFound/index.js.map +0 -1
- package/libs/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.js +0 -33
- package/libs/errors/lib/es6/ProjectNotFound/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/errors/lib/es6/ProjectNotFound/translations/de.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/en.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/es.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/fr.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/it.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/ja.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/ko.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/nl.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/pl.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/pt.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/ru.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/sv.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/tr.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/vi.json +0 -6
- package/libs/errors/lib/es6/ProjectNotFound/translations/zh.json +0 -6
- package/libs/errors/lib/es6/index.d.js +0 -16
- package/libs/errors/lib/es6/index.d.js.map +0 -1
- package/libs/errors/lib/es6/index.js +0 -8
- package/libs/errors/lib/es6/index.js.map +0 -1
- package/libs/errors/lib/es6/style/errors.shadow.css +0 -67
- package/libs/errors/lib/types/index.d.ts +0 -120
- package/libs/feature-popover/lib/cjs/FeaturePopover.js +0 -202
- package/libs/feature-popover/lib/cjs/FeaturePopover.js.map +0 -1
- package/libs/feature-popover/lib/cjs/index.d.js +0 -2
- package/libs/feature-popover/lib/cjs/index.d.js.map +0 -1
- package/libs/feature-popover/lib/cjs/index.js +0 -14
- package/libs/feature-popover/lib/cjs/index.js.map +0 -1
- package/libs/feature-popover/lib/cjs/style/feature-popover.shadow.css +0 -95
- package/libs/feature-popover/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/feature-popover/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/feature-popover/lib/cjs/translations/de.json +0 -3
- package/libs/feature-popover/lib/cjs/translations/en.json +0 -3
- package/libs/feature-popover/lib/cjs/translations/es.json +0 -3
- package/libs/feature-popover/lib/cjs/translations/fr.json +0 -3
- package/libs/feature-popover/lib/cjs/translations/it.json +0 -3
- package/libs/feature-popover/lib/cjs/translations/ja.json +0 -3
- package/libs/feature-popover/lib/cjs/translations/ko.json +0 -3
- package/libs/feature-popover/lib/cjs/translations/nl.json +0 -3
- package/libs/feature-popover/lib/cjs/translations/pl.json +0 -3
- package/libs/feature-popover/lib/cjs/translations/pt.json +0 -3
- package/libs/feature-popover/lib/cjs/translations/sv.json +0 -3
- package/libs/feature-popover/lib/cjs/translations/tr.json +0 -3
- package/libs/feature-popover/lib/cjs/translations/vi.json +0 -3
- package/libs/feature-popover/lib/cjs/translations/zh.json +0 -3
- package/libs/feature-popover/lib/es6/FeaturePopover.js +0 -197
- package/libs/feature-popover/lib/es6/FeaturePopover.js.map +0 -1
- package/libs/feature-popover/lib/es6/index.d.js +0 -2
- package/libs/feature-popover/lib/es6/index.d.js.map +0 -1
- package/libs/feature-popover/lib/es6/index.js +0 -2
- package/libs/feature-popover/lib/es6/index.js.map +0 -1
- package/libs/feature-popover/lib/es6/style/feature-popover.shadow.css +0 -95
- package/libs/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/feature-popover/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/feature-popover/lib/es6/translations/de.json +0 -3
- package/libs/feature-popover/lib/es6/translations/en.json +0 -3
- package/libs/feature-popover/lib/es6/translations/es.json +0 -3
- package/libs/feature-popover/lib/es6/translations/fr.json +0 -3
- package/libs/feature-popover/lib/es6/translations/it.json +0 -3
- package/libs/feature-popover/lib/es6/translations/ja.json +0 -3
- package/libs/feature-popover/lib/es6/translations/ko.json +0 -3
- package/libs/feature-popover/lib/es6/translations/nl.json +0 -3
- package/libs/feature-popover/lib/es6/translations/pl.json +0 -3
- package/libs/feature-popover/lib/es6/translations/pt.json +0 -3
- package/libs/feature-popover/lib/es6/translations/sv.json +0 -3
- package/libs/feature-popover/lib/es6/translations/tr.json +0 -3
- package/libs/feature-popover/lib/es6/translations/vi.json +0 -3
- package/libs/feature-popover/lib/es6/translations/zh.json +0 -3
- package/libs/feature-popover/lib/types/index.d.ts +0 -33
- package/libs/feedback-form/lib/cjs/FeedbackForm.js +0 -216
- package/libs/feedback-form/lib/cjs/FeedbackForm.js.map +0 -1
- package/libs/feedback-form/lib/cjs/index.d.js +0 -2
- package/libs/feedback-form/lib/cjs/index.d.js.map +0 -1
- package/libs/feedback-form/lib/cjs/index.js +0 -14
- package/libs/feedback-form/lib/cjs/index.js.map +0 -1
- package/libs/feedback-form/lib/cjs/style/feedback-form.shadow.css +0 -35
- package/libs/feedback-form/lib/es6/FeedbackForm.js +0 -213
- package/libs/feedback-form/lib/es6/FeedbackForm.js.map +0 -1
- package/libs/feedback-form/lib/es6/index.d.js +0 -2
- package/libs/feedback-form/lib/es6/index.d.js.map +0 -1
- package/libs/feedback-form/lib/es6/index.js +0 -2
- package/libs/feedback-form/lib/es6/index.js.map +0 -1
- package/libs/feedback-form/lib/es6/style/feedback-form.shadow.css +0 -35
- package/libs/feedback-form/lib/types/index.d.ts +0 -35
- package/libs/flags/lib/cjs/Flags.js +0 -108
- package/libs/flags/lib/cjs/Flags.js.map +0 -1
- package/libs/flags/lib/cjs/aliases.json +0 -7
- package/libs/flags/lib/cjs/countries.json +0 -509
- package/libs/flags/lib/cjs/index.d.js +0 -2
- package/libs/flags/lib/cjs/index.d.js.map +0 -1
- package/libs/flags/lib/cjs/index.js +0 -26
- package/libs/flags/lib/cjs/index.js.map +0 -1
- package/libs/flags/lib/cjs/style/flags.shadow.css +0 -35
- package/libs/flags/lib/es6/Flags.js +0 -98
- package/libs/flags/lib/es6/Flags.js.map +0 -1
- package/libs/flags/lib/es6/aliases.json +0 -7
- package/libs/flags/lib/es6/countries.json +0 -509
- package/libs/flags/lib/es6/index.d.js +0 -2
- package/libs/flags/lib/es6/index.d.js.map +0 -1
- package/libs/flags/lib/es6/index.js +0 -3
- package/libs/flags/lib/es6/index.js.map +0 -1
- package/libs/flags/lib/es6/style/flags.shadow.css +0 -35
- package/libs/flags/lib/sprites/sprite@1x.css +0 -766
- package/libs/flags/lib/sprites/sprite@1x.png +0 -0
- package/libs/flags/lib/sprites/sprite@2x.css +0 -769
- package/libs/flags/lib/sprites/sprite@2x.png +0 -0
- package/libs/flags/lib/types/index.d.ts +0 -1344
- package/libs/flex-box/lib/cjs/Box/index.js +0 -22
- package/libs/flex-box/lib/cjs/Box/index.js.map +0 -1
- package/libs/flex-box/lib/cjs/Box/useBox.js +0 -132
- package/libs/flex-box/lib/cjs/Box/useBox.js.map +0 -1
- package/libs/flex-box/lib/cjs/Flex/index.js +0 -22
- package/libs/flex-box/lib/cjs/Flex/index.js.map +0 -1
- package/libs/flex-box/lib/cjs/Flex/useFlex.js +0 -77
- package/libs/flex-box/lib/cjs/Flex/useFlex.js.map +0 -1
- package/libs/flex-box/lib/cjs/index.js +0 -64
- package/libs/flex-box/lib/cjs/index.js.map +0 -1
- package/libs/flex-box/lib/cjs/style/use-box.shadow.css +0 -7
- package/libs/flex-box/lib/cjs/style/use-flex.shadow.css +0 -7
- package/libs/flex-box/lib/cjs/utils.js +0 -20
- package/libs/flex-box/lib/cjs/utils.js.map +0 -1
- package/libs/flex-box/lib/es6/Box/index.js +0 -14
- package/libs/flex-box/lib/es6/Box/index.js.map +0 -1
- package/libs/flex-box/lib/es6/Box/useBox.js +0 -125
- package/libs/flex-box/lib/es6/Box/useBox.js.map +0 -1
- package/libs/flex-box/lib/es6/Flex/index.js +0 -14
- package/libs/flex-box/lib/es6/Flex/index.js.map +0 -1
- package/libs/flex-box/lib/es6/Flex/useFlex.js +0 -70
- package/libs/flex-box/lib/es6/Flex/useFlex.js.map +0 -1
- package/libs/flex-box/lib/es6/index.js +0 -9
- package/libs/flex-box/lib/es6/index.js.map +0 -1
- package/libs/flex-box/lib/es6/style/use-box.shadow.css +0 -7
- package/libs/flex-box/lib/es6/style/use-flex.shadow.css +0 -7
- package/libs/flex-box/lib/es6/utils.js +0 -13
- package/libs/flex-box/lib/es6/utils.js.map +0 -1
- package/libs/flex-box/lib/types/Box/index.d.ts +0 -4
- package/libs/flex-box/lib/types/Box/useBox.d.ts +0 -109
- package/libs/flex-box/lib/types/Flex/index.d.ts +0 -4
- package/libs/flex-box/lib/types/Flex/useFlex.d.ts +0 -54
- package/libs/flex-box/lib/types/index.d.ts +0 -6
- package/libs/flex-box/lib/types/utils.d.ts +0 -1
- package/libs/format-text/lib/cjs/FormatText.js +0 -51
- package/libs/format-text/lib/cjs/FormatText.js.map +0 -1
- package/libs/format-text/lib/cjs/index.js +0 -26
- package/libs/format-text/lib/cjs/index.js.map +0 -1
- package/libs/format-text/lib/cjs/style/format-text.shadow.css +0 -308
- package/libs/format-text/lib/es6/FormatText.js +0 -44
- package/libs/format-text/lib/es6/FormatText.js.map +0 -1
- package/libs/format-text/lib/es6/index.js +0 -3
- package/libs/format-text/lib/es6/index.js.map +0 -1
- package/libs/format-text/lib/es6/style/format-text.shadow.css +0 -308
- package/libs/format-text/lib/types/FormatText.d.ts +0 -10
- package/libs/format-text/lib/types/index.d.ts +0 -2
- package/libs/fullscreen-modal/lib/cjs/FullscreenModal.js +0 -219
- package/libs/fullscreen-modal/lib/cjs/FullscreenModal.js.map +0 -1
- package/libs/fullscreen-modal/lib/cjs/index.d.js +0 -2
- package/libs/fullscreen-modal/lib/cjs/index.d.js.map +0 -1
- package/libs/fullscreen-modal/lib/cjs/index.js +0 -14
- package/libs/fullscreen-modal/lib/cjs/index.js.map +0 -1
- package/libs/fullscreen-modal/lib/cjs/style/fullscreen-modal.shadow.css +0 -137
- package/libs/fullscreen-modal/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/fullscreen-modal/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/fullscreen-modal/lib/cjs/translations/de.json +0 -4
- package/libs/fullscreen-modal/lib/cjs/translations/en.json +0 -4
- package/libs/fullscreen-modal/lib/cjs/translations/es.json +0 -4
- package/libs/fullscreen-modal/lib/cjs/translations/fr.json +0 -4
- package/libs/fullscreen-modal/lib/cjs/translations/it.json +0 -4
- package/libs/fullscreen-modal/lib/cjs/translations/ja.json +0 -4
- package/libs/fullscreen-modal/lib/cjs/translations/ko.json +0 -4
- package/libs/fullscreen-modal/lib/cjs/translations/nl.json +0 -4
- package/libs/fullscreen-modal/lib/cjs/translations/pl.json +0 -4
- package/libs/fullscreen-modal/lib/cjs/translations/pt.json +0 -4
- package/libs/fullscreen-modal/lib/cjs/translations/sv.json +0 -4
- package/libs/fullscreen-modal/lib/cjs/translations/tr.json +0 -4
- package/libs/fullscreen-modal/lib/cjs/translations/vi.json +0 -4
- package/libs/fullscreen-modal/lib/cjs/translations/zh.json +0 -4
- package/libs/fullscreen-modal/lib/es6/FullscreenModal.js +0 -220
- package/libs/fullscreen-modal/lib/es6/FullscreenModal.js.map +0 -1
- package/libs/fullscreen-modal/lib/es6/index.d.js +0 -2
- package/libs/fullscreen-modal/lib/es6/index.d.js.map +0 -1
- package/libs/fullscreen-modal/lib/es6/index.js +0 -2
- package/libs/fullscreen-modal/lib/es6/index.js.map +0 -1
- package/libs/fullscreen-modal/lib/es6/style/fullscreen-modal.shadow.css +0 -137
- package/libs/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/fullscreen-modal/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/fullscreen-modal/lib/es6/translations/de.json +0 -4
- package/libs/fullscreen-modal/lib/es6/translations/en.json +0 -4
- package/libs/fullscreen-modal/lib/es6/translations/es.json +0 -4
- package/libs/fullscreen-modal/lib/es6/translations/fr.json +0 -4
- package/libs/fullscreen-modal/lib/es6/translations/it.json +0 -4
- package/libs/fullscreen-modal/lib/es6/translations/ja.json +0 -4
- package/libs/fullscreen-modal/lib/es6/translations/ko.json +0 -4
- package/libs/fullscreen-modal/lib/es6/translations/nl.json +0 -4
- package/libs/fullscreen-modal/lib/es6/translations/pl.json +0 -4
- package/libs/fullscreen-modal/lib/es6/translations/pt.json +0 -4
- package/libs/fullscreen-modal/lib/es6/translations/sv.json +0 -4
- package/libs/fullscreen-modal/lib/es6/translations/tr.json +0 -4
- package/libs/fullscreen-modal/lib/es6/translations/vi.json +0 -4
- package/libs/fullscreen-modal/lib/es6/translations/zh.json +0 -4
- package/libs/fullscreen-modal/lib/types/index.d.ts +0 -48
- package/libs/grid/lib/cjs/Grid.js +0 -218
- package/libs/grid/lib/cjs/Grid.js.map +0 -1
- package/libs/grid/lib/cjs/index.d.js +0 -2
- package/libs/grid/lib/cjs/index.d.js.map +0 -1
- package/libs/grid/lib/cjs/index.js +0 -17
- package/libs/grid/lib/cjs/index.js.map +0 -1
- package/libs/grid/lib/cjs/style/grid.shadow.css +0 -513
- package/libs/grid/lib/es6/Grid.js +0 -212
- package/libs/grid/lib/es6/Grid.js.map +0 -1
- package/libs/grid/lib/es6/index.d.js +0 -2
- package/libs/grid/lib/es6/index.d.js.map +0 -1
- package/libs/grid/lib/es6/index.js +0 -4
- package/libs/grid/lib/es6/index.js.map +0 -1
- package/libs/grid/lib/es6/style/grid.shadow.css +0 -513
- package/libs/grid/lib/types/index.d.ts +0 -48
- package/libs/i18n-unplugin/lib/cjs/index.js +0 -140
- package/libs/i18n-unplugin/lib/cjs/index.js.map +0 -1
- package/libs/i18n-unplugin/lib/es6/index.js +0 -128
- package/libs/i18n-unplugin/lib/es6/index.js.map +0 -1
- package/libs/i18n-unplugin/lib/types/index.d.ts +0 -12
- package/libs/icon/lib/cjs/Icon.js +0 -89
- package/libs/icon/lib/cjs/Icon.js.map +0 -1
- package/libs/icon/lib/cjs/index.d.js +0 -2
- package/libs/icon/lib/cjs/index.d.js.map +0 -1
- package/libs/icon/lib/cjs/index.js +0 -14
- package/libs/icon/lib/cjs/index.js.map +0 -1
- package/libs/icon/lib/cjs/style/icon.shadow.css +0 -22
- package/libs/icon/lib/es6/Icon.js +0 -82
- package/libs/icon/lib/es6/Icon.js.map +0 -1
- package/libs/icon/lib/es6/index.d.js +0 -2
- package/libs/icon/lib/es6/index.d.js.map +0 -1
- package/libs/icon/lib/es6/index.js +0 -2
- package/libs/icon/lib/es6/index.js.map +0 -1
- package/libs/icon/lib/es6/style/icon.shadow.css +0 -22
- package/libs/icon/lib/types/index.d.ts +0 -20
- package/libs/illustration/lib/cjs/index.d.js +0 -2
- package/libs/illustration/lib/cjs/index.d.js.map +0 -1
- package/libs/illustration/lib/cjs/index.js +0 -22
- package/libs/illustration/lib/cjs/index.js.map +0 -1
- package/libs/illustration/lib/es6/index.d.js +0 -2
- package/libs/illustration/lib/es6/index.d.js.map +0 -1
- package/libs/illustration/lib/es6/index.js +0 -15
- package/libs/illustration/lib/es6/index.js.map +0 -1
- package/libs/illustration/lib/types/index.d.ts +0 -55
- package/libs/inline-edit/lib/cjs/InlineEdit.js +0 -156
- package/libs/inline-edit/lib/cjs/InlineEdit.js.map +0 -1
- package/libs/inline-edit/lib/cjs/index.d.js +0 -2
- package/libs/inline-edit/lib/cjs/index.d.js.map +0 -1
- package/libs/inline-edit/lib/cjs/index.js +0 -14
- package/libs/inline-edit/lib/cjs/index.js.map +0 -1
- package/libs/inline-edit/lib/cjs/style/inline-edit.shadow.css +0 -26
- package/libs/inline-edit/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/inline-edit/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/inline-edit/lib/cjs/translations/de.json +0 -3
- package/libs/inline-edit/lib/cjs/translations/en.json +0 -3
- package/libs/inline-edit/lib/cjs/translations/es.json +0 -3
- package/libs/inline-edit/lib/cjs/translations/fr.json +0 -3
- package/libs/inline-edit/lib/cjs/translations/it.json +0 -3
- package/libs/inline-edit/lib/cjs/translations/ja.json +0 -3
- package/libs/inline-edit/lib/cjs/translations/ko.json +0 -3
- package/libs/inline-edit/lib/cjs/translations/nl.json +0 -3
- package/libs/inline-edit/lib/cjs/translations/pl.json +0 -3
- package/libs/inline-edit/lib/cjs/translations/pt.json +0 -3
- package/libs/inline-edit/lib/cjs/translations/sv.json +0 -3
- package/libs/inline-edit/lib/cjs/translations/tr.json +0 -3
- package/libs/inline-edit/lib/cjs/translations/vi.json +0 -3
- package/libs/inline-edit/lib/cjs/translations/zh.json +0 -3
- package/libs/inline-edit/lib/es6/InlineEdit.js +0 -151
- package/libs/inline-edit/lib/es6/InlineEdit.js.map +0 -1
- package/libs/inline-edit/lib/es6/index.d.js +0 -2
- package/libs/inline-edit/lib/es6/index.d.js.map +0 -1
- package/libs/inline-edit/lib/es6/index.js +0 -2
- package/libs/inline-edit/lib/es6/index.js.map +0 -1
- package/libs/inline-edit/lib/es6/style/inline-edit.shadow.css +0 -26
- package/libs/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/inline-edit/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/inline-edit/lib/es6/translations/de.json +0 -3
- package/libs/inline-edit/lib/es6/translations/en.json +0 -3
- package/libs/inline-edit/lib/es6/translations/es.json +0 -3
- package/libs/inline-edit/lib/es6/translations/fr.json +0 -3
- package/libs/inline-edit/lib/es6/translations/it.json +0 -3
- package/libs/inline-edit/lib/es6/translations/ja.json +0 -3
- package/libs/inline-edit/lib/es6/translations/ko.json +0 -3
- package/libs/inline-edit/lib/es6/translations/nl.json +0 -3
- package/libs/inline-edit/lib/es6/translations/pl.json +0 -3
- package/libs/inline-edit/lib/es6/translations/pt.json +0 -3
- package/libs/inline-edit/lib/es6/translations/sv.json +0 -3
- package/libs/inline-edit/lib/es6/translations/tr.json +0 -3
- package/libs/inline-edit/lib/es6/translations/vi.json +0 -3
- package/libs/inline-edit/lib/es6/translations/zh.json +0 -3
- package/libs/inline-edit/lib/types/index.d.ts +0 -43
- package/libs/inline-input/lib/cjs/InlineInput.js +0 -541
- package/libs/inline-input/lib/cjs/InlineInput.js.map +0 -1
- package/libs/inline-input/lib/cjs/index.d.js +0 -2
- package/libs/inline-input/lib/cjs/index.d.js.map +0 -1
- package/libs/inline-input/lib/cjs/index.js +0 -11
- package/libs/inline-input/lib/cjs/index.js.map +0 -1
- package/libs/inline-input/lib/cjs/style/inline-input.shadow.css +0 -189
- package/libs/inline-input/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/inline-input/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/inline-input/lib/cjs/translations/de.json +0 -5
- package/libs/inline-input/lib/cjs/translations/en.json +0 -5
- package/libs/inline-input/lib/cjs/translations/es.json +0 -5
- package/libs/inline-input/lib/cjs/translations/fr.json +0 -5
- package/libs/inline-input/lib/cjs/translations/it.json +0 -5
- package/libs/inline-input/lib/cjs/translations/ja.json +0 -5
- package/libs/inline-input/lib/cjs/translations/ko.json +0 -5
- package/libs/inline-input/lib/cjs/translations/nl.json +0 -5
- package/libs/inline-input/lib/cjs/translations/pl.json +0 -5
- package/libs/inline-input/lib/cjs/translations/pt.json +0 -5
- package/libs/inline-input/lib/cjs/translations/sv.json +0 -5
- package/libs/inline-input/lib/cjs/translations/tr.json +0 -5
- package/libs/inline-input/lib/cjs/translations/vi.json +0 -5
- package/libs/inline-input/lib/cjs/translations/zh.json +0 -5
- package/libs/inline-input/lib/es6/InlineInput.js +0 -542
- package/libs/inline-input/lib/es6/InlineInput.js.map +0 -1
- package/libs/inline-input/lib/es6/index.d.js +0 -2
- package/libs/inline-input/lib/es6/index.d.js.map +0 -1
- package/libs/inline-input/lib/es6/index.js +0 -3
- package/libs/inline-input/lib/es6/index.js.map +0 -1
- package/libs/inline-input/lib/es6/style/inline-input.shadow.css +0 -189
- package/libs/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/inline-input/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/inline-input/lib/es6/translations/de.json +0 -5
- package/libs/inline-input/lib/es6/translations/en.json +0 -5
- package/libs/inline-input/lib/es6/translations/es.json +0 -5
- package/libs/inline-input/lib/es6/translations/fr.json +0 -5
- package/libs/inline-input/lib/es6/translations/it.json +0 -5
- package/libs/inline-input/lib/es6/translations/ja.json +0 -5
- package/libs/inline-input/lib/es6/translations/ko.json +0 -5
- package/libs/inline-input/lib/es6/translations/nl.json +0 -5
- package/libs/inline-input/lib/es6/translations/pl.json +0 -5
- package/libs/inline-input/lib/es6/translations/pt.json +0 -5
- package/libs/inline-input/lib/es6/translations/sv.json +0 -5
- package/libs/inline-input/lib/es6/translations/tr.json +0 -5
- package/libs/inline-input/lib/es6/translations/vi.json +0 -5
- package/libs/inline-input/lib/es6/translations/zh.json +0 -5
- package/libs/inline-input/lib/types/index.d.ts +0 -151
- package/libs/input/lib/cjs/Input.js +0 -223
- package/libs/input/lib/cjs/Input.js.map +0 -1
- package/libs/input/lib/cjs/index.d.js +0 -2
- package/libs/input/lib/cjs/index.d.js.map +0 -1
- package/libs/input/lib/cjs/index.js +0 -14
- package/libs/input/lib/cjs/index.js.map +0 -1
- package/libs/input/lib/cjs/style/input.shadow.css +0 -190
- package/libs/input/lib/es6/Input.js +0 -218
- package/libs/input/lib/es6/Input.js.map +0 -1
- package/libs/input/lib/es6/index.d.js +0 -2
- package/libs/input/lib/es6/index.d.js.map +0 -1
- package/libs/input/lib/es6/index.js +0 -2
- package/libs/input/lib/es6/index.js.map +0 -1
- package/libs/input/lib/es6/style/input.shadow.css +0 -190
- package/libs/input/lib/types/index.d.ts +0 -92
- package/libs/input-mask/lib/cjs/InputMask.js +0 -336
- package/libs/input-mask/lib/cjs/InputMask.js.map +0 -1
- package/libs/input-mask/lib/cjs/index.js +0 -26
- package/libs/input-mask/lib/cjs/index.js.map +0 -1
- package/libs/input-mask/lib/cjs/style/input-mask.shadow.css +0 -38
- package/libs/input-mask/lib/es6/InputMask.js +0 -329
- package/libs/input-mask/lib/es6/InputMask.js.map +0 -1
- package/libs/input-mask/lib/es6/index.js +0 -3
- package/libs/input-mask/lib/es6/index.js.map +0 -1
- package/libs/input-mask/lib/es6/style/input-mask.shadow.css +0 -38
- package/libs/input-mask/lib/types/InputMask.d.ts +0 -59
- package/libs/input-mask/lib/types/index.d.ts +0 -2
- package/libs/input-number/lib/cjs/InputNumber.js +0 -251
- package/libs/input-number/lib/cjs/InputNumber.js.map +0 -1
- package/libs/input-number/lib/cjs/buttons.js +0 -31
- package/libs/input-number/lib/cjs/buttons.js.map +0 -1
- package/libs/input-number/lib/cjs/index.d.js +0 -2
- package/libs/input-number/lib/cjs/index.d.js.map +0 -1
- package/libs/input-number/lib/cjs/index.js +0 -33
- package/libs/input-number/lib/cjs/index.js.map +0 -1
- package/libs/input-number/lib/cjs/style/input-number.shadow.css +0 -73
- package/libs/input-number/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/input-number/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/input-number/lib/cjs/translations/de.json +0 -4
- package/libs/input-number/lib/cjs/translations/en.json +0 -4
- package/libs/input-number/lib/cjs/translations/es.json +0 -4
- package/libs/input-number/lib/cjs/translations/fr.json +0 -4
- package/libs/input-number/lib/cjs/translations/it.json +0 -4
- package/libs/input-number/lib/cjs/translations/ja.json +0 -4
- package/libs/input-number/lib/cjs/translations/ko.json +0 -4
- package/libs/input-number/lib/cjs/translations/nl.json +0 -4
- package/libs/input-number/lib/cjs/translations/pl.json +0 -4
- package/libs/input-number/lib/cjs/translations/pt.json +0 -4
- package/libs/input-number/lib/cjs/translations/sv.json +0 -4
- package/libs/input-number/lib/cjs/translations/tr.json +0 -4
- package/libs/input-number/lib/cjs/translations/vi.json +0 -4
- package/libs/input-number/lib/cjs/translations/zh.json +0 -4
- package/libs/input-number/lib/es6/InputNumber.js +0 -245
- package/libs/input-number/lib/es6/InputNumber.js.map +0 -1
- package/libs/input-number/lib/es6/buttons.js +0 -22
- package/libs/input-number/lib/es6/buttons.js.map +0 -1
- package/libs/input-number/lib/es6/index.d.js +0 -2
- package/libs/input-number/lib/es6/index.d.js.map +0 -1
- package/libs/input-number/lib/es6/index.js +0 -3
- package/libs/input-number/lib/es6/index.js.map +0 -1
- package/libs/input-number/lib/es6/style/input-number.shadow.css +0 -73
- package/libs/input-number/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/input-number/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/input-number/lib/es6/translations/de.json +0 -4
- package/libs/input-number/lib/es6/translations/en.json +0 -4
- package/libs/input-number/lib/es6/translations/es.json +0 -4
- package/libs/input-number/lib/es6/translations/fr.json +0 -4
- package/libs/input-number/lib/es6/translations/it.json +0 -4
- package/libs/input-number/lib/es6/translations/ja.json +0 -4
- package/libs/input-number/lib/es6/translations/ko.json +0 -4
- package/libs/input-number/lib/es6/translations/nl.json +0 -4
- package/libs/input-number/lib/es6/translations/pl.json +0 -4
- package/libs/input-number/lib/es6/translations/pt.json +0 -4
- package/libs/input-number/lib/es6/translations/sv.json +0 -4
- package/libs/input-number/lib/es6/translations/tr.json +0 -4
- package/libs/input-number/lib/es6/translations/vi.json +0 -4
- package/libs/input-number/lib/es6/translations/zh.json +0 -4
- package/libs/input-number/lib/types/index.d.ts +0 -68
- package/libs/input-tags/lib/cjs/InputTags.js +0 -284
- package/libs/input-tags/lib/cjs/InputTags.js.map +0 -1
- package/libs/input-tags/lib/cjs/index.js +0 -26
- package/libs/input-tags/lib/cjs/index.js.map +0 -1
- package/libs/input-tags/lib/cjs/style/input-tag.shadow.css +0 -91
- package/libs/input-tags/lib/es6/InputTags.js +0 -279
- package/libs/input-tags/lib/es6/InputTags.js.map +0 -1
- package/libs/input-tags/lib/es6/index.js +0 -3
- package/libs/input-tags/lib/es6/index.js.map +0 -1
- package/libs/input-tags/lib/es6/style/input-tag.shadow.css +0 -91
- package/libs/input-tags/lib/types/InputTags.d.ts +0 -68
- package/libs/input-tags/lib/types/index.d.ts +0 -2
- package/libs/link/lib/cjs/Link.js +0 -122
- package/libs/link/lib/cjs/Link.js.map +0 -1
- package/libs/link/lib/cjs/index.d.js +0 -2
- package/libs/link/lib/cjs/index.d.js.map +0 -1
- package/libs/link/lib/cjs/index.js +0 -14
- package/libs/link/lib/cjs/index.js.map +0 -1
- package/libs/link/lib/cjs/style/link.shadow.css +0 -113
- package/libs/link/lib/es6/Link.js +0 -117
- package/libs/link/lib/es6/Link.js.map +0 -1
- package/libs/link/lib/es6/index.d.js +0 -2
- package/libs/link/lib/es6/index.d.js.map +0 -1
- package/libs/link/lib/es6/index.js +0 -2
- package/libs/link/lib/es6/index.js.map +0 -1
- package/libs/link/lib/es6/style/link.shadow.css +0 -113
- package/libs/link/lib/types/index.d.ts +0 -42
- package/libs/modal/lib/cjs/Modal.js +0 -242
- package/libs/modal/lib/cjs/Modal.js.map +0 -1
- package/libs/modal/lib/cjs/index.d.js +0 -2
- package/libs/modal/lib/cjs/index.d.js.map +0 -1
- package/libs/modal/lib/cjs/index.js +0 -14
- package/libs/modal/lib/cjs/index.js.map +0 -1
- package/libs/modal/lib/cjs/modal.vo-test.js +0 -106
- package/libs/modal/lib/cjs/modal.vo-test.js.map +0 -1
- package/libs/modal/lib/cjs/style/modal.shadow.css +0 -90
- package/libs/modal/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/modal/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/modal/lib/cjs/translations/de.json +0 -4
- package/libs/modal/lib/cjs/translations/en.json +0 -4
- package/libs/modal/lib/cjs/translations/es.json +0 -4
- package/libs/modal/lib/cjs/translations/fr.json +0 -4
- package/libs/modal/lib/cjs/translations/it.json +0 -4
- package/libs/modal/lib/cjs/translations/ja.json +0 -4
- package/libs/modal/lib/cjs/translations/ko.json +0 -4
- package/libs/modal/lib/cjs/translations/nl.json +0 -4
- package/libs/modal/lib/cjs/translations/pl.json +0 -4
- package/libs/modal/lib/cjs/translations/pt.json +0 -4
- package/libs/modal/lib/cjs/translations/sv.json +0 -4
- package/libs/modal/lib/cjs/translations/tr.json +0 -4
- package/libs/modal/lib/cjs/translations/vi.json +0 -4
- package/libs/modal/lib/cjs/translations/zh.json +0 -4
- package/libs/modal/lib/es6/Modal.js +0 -239
- package/libs/modal/lib/es6/Modal.js.map +0 -1
- package/libs/modal/lib/es6/index.d.js +0 -2
- package/libs/modal/lib/es6/index.d.js.map +0 -1
- package/libs/modal/lib/es6/index.js +0 -2
- package/libs/modal/lib/es6/index.js.map +0 -1
- package/libs/modal/lib/es6/modal.vo-test.js +0 -103
- package/libs/modal/lib/es6/modal.vo-test.js.map +0 -1
- package/libs/modal/lib/es6/style/modal.shadow.css +0 -90
- package/libs/modal/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/modal/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/modal/lib/es6/translations/de.json +0 -4
- package/libs/modal/lib/es6/translations/en.json +0 -4
- package/libs/modal/lib/es6/translations/es.json +0 -4
- package/libs/modal/lib/es6/translations/fr.json +0 -4
- package/libs/modal/lib/es6/translations/it.json +0 -4
- package/libs/modal/lib/es6/translations/ja.json +0 -4
- package/libs/modal/lib/es6/translations/ko.json +0 -4
- package/libs/modal/lib/es6/translations/nl.json +0 -4
- package/libs/modal/lib/es6/translations/pl.json +0 -4
- package/libs/modal/lib/es6/translations/pt.json +0 -4
- package/libs/modal/lib/es6/translations/sv.json +0 -4
- package/libs/modal/lib/es6/translations/tr.json +0 -4
- package/libs/modal/lib/es6/translations/vi.json +0 -4
- package/libs/modal/lib/es6/translations/zh.json +0 -4
- package/libs/modal/lib/types/index.d.ts +0 -61
- package/libs/neighbor-location/lib/cjs/NeighborLocation.js +0 -145
- package/libs/neighbor-location/lib/cjs/NeighborLocation.js.map +0 -1
- package/libs/neighbor-location/lib/cjs/index.d.js +0 -2
- package/libs/neighbor-location/lib/cjs/index.d.js.map +0 -1
- package/libs/neighbor-location/lib/cjs/index.js +0 -26
- package/libs/neighbor-location/lib/cjs/index.js.map +0 -1
- package/libs/neighbor-location/lib/es6/NeighborLocation.js +0 -137
- package/libs/neighbor-location/lib/es6/NeighborLocation.js.map +0 -1
- package/libs/neighbor-location/lib/es6/index.d.js +0 -2
- package/libs/neighbor-location/lib/es6/index.d.js.map +0 -1
- package/libs/neighbor-location/lib/es6/index.js +0 -3
- package/libs/neighbor-location/lib/es6/index.js.map +0 -1
- package/libs/neighbor-location/lib/types/index.d.ts +0 -42
- package/libs/notice/lib/cjs/Notice.js +0 -161
- package/libs/notice/lib/cjs/Notice.js.map +0 -1
- package/libs/notice/lib/cjs/NoticeSmart.js +0 -49
- package/libs/notice/lib/cjs/NoticeSmart.js.map +0 -1
- package/libs/notice/lib/cjs/index.d.js +0 -2
- package/libs/notice/lib/cjs/index.d.js.map +0 -1
- package/libs/notice/lib/cjs/index.js +0 -18
- package/libs/notice/lib/cjs/index.js.map +0 -1
- package/libs/notice/lib/cjs/style/notice.shadow.css +0 -109
- package/libs/notice/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/notice/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/notice/lib/cjs/translations/de.json +0 -3
- package/libs/notice/lib/cjs/translations/en.json +0 -3
- package/libs/notice/lib/cjs/translations/es.json +0 -3
- package/libs/notice/lib/cjs/translations/fr.json +0 -3
- package/libs/notice/lib/cjs/translations/it.json +0 -3
- package/libs/notice/lib/cjs/translations/ja.json +0 -3
- package/libs/notice/lib/cjs/translations/ko.json +0 -3
- package/libs/notice/lib/cjs/translations/nl.json +0 -3
- package/libs/notice/lib/cjs/translations/pl.json +0 -3
- package/libs/notice/lib/cjs/translations/pt.json +0 -3
- package/libs/notice/lib/cjs/translations/sv.json +0 -3
- package/libs/notice/lib/cjs/translations/tr.json +0 -3
- package/libs/notice/lib/cjs/translations/vi.json +0 -3
- package/libs/notice/lib/cjs/translations/zh.json +0 -3
- package/libs/notice/lib/es6/Notice.js +0 -158
- package/libs/notice/lib/es6/Notice.js.map +0 -1
- package/libs/notice/lib/es6/NoticeSmart.js +0 -41
- package/libs/notice/lib/es6/NoticeSmart.js.map +0 -1
- package/libs/notice/lib/es6/index.d.js +0 -2
- package/libs/notice/lib/es6/index.d.js.map +0 -1
- package/libs/notice/lib/es6/index.js +0 -4
- package/libs/notice/lib/es6/index.js.map +0 -1
- package/libs/notice/lib/es6/style/notice.shadow.css +0 -109
- package/libs/notice/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/notice/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/notice/lib/es6/translations/de.json +0 -3
- package/libs/notice/lib/es6/translations/en.json +0 -3
- package/libs/notice/lib/es6/translations/es.json +0 -3
- package/libs/notice/lib/es6/translations/fr.json +0 -3
- package/libs/notice/lib/es6/translations/it.json +0 -3
- package/libs/notice/lib/es6/translations/ja.json +0 -3
- package/libs/notice/lib/es6/translations/ko.json +0 -3
- package/libs/notice/lib/es6/translations/nl.json +0 -3
- package/libs/notice/lib/es6/translations/pl.json +0 -3
- package/libs/notice/lib/es6/translations/pt.json +0 -3
- package/libs/notice/lib/es6/translations/sv.json +0 -3
- package/libs/notice/lib/es6/translations/tr.json +0 -3
- package/libs/notice/lib/es6/translations/vi.json +0 -3
- package/libs/notice/lib/es6/translations/zh.json +0 -3
- package/libs/notice/lib/types/index.d.ts +0 -74
- package/libs/notice-bubble/lib/cjs/NoticeBubble.js +0 -315
- package/libs/notice-bubble/lib/cjs/NoticeBubble.js.map +0 -1
- package/libs/notice-bubble/lib/cjs/NoticeBubbleManager.js +0 -104
- package/libs/notice-bubble/lib/cjs/NoticeBubbleManager.js.map +0 -1
- package/libs/notice-bubble/lib/cjs/index.d.js +0 -20
- package/libs/notice-bubble/lib/cjs/index.d.js.map +0 -1
- package/libs/notice-bubble/lib/cjs/index.js +0 -50
- package/libs/notice-bubble/lib/cjs/index.js.map +0 -1
- package/libs/notice-bubble/lib/cjs/style/notice-bubble.shadow.css +0 -92
- package/libs/notice-bubble/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/notice-bubble/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/notice-bubble/lib/cjs/translations/de.json +0 -3
- package/libs/notice-bubble/lib/cjs/translations/en.json +0 -3
- package/libs/notice-bubble/lib/cjs/translations/es.json +0 -3
- package/libs/notice-bubble/lib/cjs/translations/fr.json +0 -3
- package/libs/notice-bubble/lib/cjs/translations/it.json +0 -3
- package/libs/notice-bubble/lib/cjs/translations/ja.json +0 -3
- package/libs/notice-bubble/lib/cjs/translations/ko.json +0 -3
- package/libs/notice-bubble/lib/cjs/translations/nl.json +0 -3
- package/libs/notice-bubble/lib/cjs/translations/pl.json +0 -3
- package/libs/notice-bubble/lib/cjs/translations/pt.json +0 -3
- package/libs/notice-bubble/lib/cjs/translations/sv.json +0 -3
- package/libs/notice-bubble/lib/cjs/translations/tr.json +0 -3
- package/libs/notice-bubble/lib/cjs/translations/vi.json +0 -3
- package/libs/notice-bubble/lib/cjs/translations/zh.json +0 -3
- package/libs/notice-bubble/lib/cjs/utils.js +0 -46
- package/libs/notice-bubble/lib/cjs/utils.js.map +0 -1
- package/libs/notice-bubble/lib/es6/NoticeBubble.js +0 -307
- package/libs/notice-bubble/lib/es6/NoticeBubble.js.map +0 -1
- package/libs/notice-bubble/lib/es6/NoticeBubbleManager.js +0 -96
- package/libs/notice-bubble/lib/es6/NoticeBubbleManager.js.map +0 -1
- package/libs/notice-bubble/lib/es6/index.d.js +0 -18
- package/libs/notice-bubble/lib/es6/index.d.js.map +0 -1
- package/libs/notice-bubble/lib/es6/index.js +0 -7
- package/libs/notice-bubble/lib/es6/index.js.map +0 -1
- package/libs/notice-bubble/lib/es6/style/notice-bubble.shadow.css +0 -92
- package/libs/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/notice-bubble/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/notice-bubble/lib/es6/translations/de.json +0 -3
- package/libs/notice-bubble/lib/es6/translations/en.json +0 -3
- package/libs/notice-bubble/lib/es6/translations/es.json +0 -3
- package/libs/notice-bubble/lib/es6/translations/fr.json +0 -3
- package/libs/notice-bubble/lib/es6/translations/it.json +0 -3
- package/libs/notice-bubble/lib/es6/translations/ja.json +0 -3
- package/libs/notice-bubble/lib/es6/translations/ko.json +0 -3
- package/libs/notice-bubble/lib/es6/translations/nl.json +0 -3
- package/libs/notice-bubble/lib/es6/translations/pl.json +0 -3
- package/libs/notice-bubble/lib/es6/translations/pt.json +0 -3
- package/libs/notice-bubble/lib/es6/translations/sv.json +0 -3
- package/libs/notice-bubble/lib/es6/translations/tr.json +0 -3
- package/libs/notice-bubble/lib/es6/translations/vi.json +0 -3
- package/libs/notice-bubble/lib/es6/translations/zh.json +0 -3
- package/libs/notice-bubble/lib/es6/utils.js +0 -39
- package/libs/notice-bubble/lib/es6/utils.js.map +0 -1
- package/libs/notice-bubble/lib/types/index.d.ts +0 -145
- package/libs/notice-global/lib/cjs/NoticeGlobal.js +0 -126
- package/libs/notice-global/lib/cjs/NoticeGlobal.js.map +0 -1
- package/libs/notice-global/lib/cjs/index.d.js +0 -2
- package/libs/notice-global/lib/cjs/index.d.js.map +0 -1
- package/libs/notice-global/lib/cjs/index.js +0 -14
- package/libs/notice-global/lib/cjs/index.js.map +0 -1
- package/libs/notice-global/lib/cjs/style/notice-global.shadow.css +0 -84
- package/libs/notice-global/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/notice-global/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/notice-global/lib/cjs/translations/de.json +0 -3
- package/libs/notice-global/lib/cjs/translations/en.json +0 -3
- package/libs/notice-global/lib/cjs/translations/es.json +0 -3
- package/libs/notice-global/lib/cjs/translations/fr.json +0 -3
- package/libs/notice-global/lib/cjs/translations/it.json +0 -3
- package/libs/notice-global/lib/cjs/translations/ja.json +0 -3
- package/libs/notice-global/lib/cjs/translations/ko.json +0 -3
- package/libs/notice-global/lib/cjs/translations/nl.json +0 -3
- package/libs/notice-global/lib/cjs/translations/pl.json +0 -3
- package/libs/notice-global/lib/cjs/translations/pt.json +0 -3
- package/libs/notice-global/lib/cjs/translations/sv.json +0 -3
- package/libs/notice-global/lib/cjs/translations/tr.json +0 -3
- package/libs/notice-global/lib/cjs/translations/vi.json +0 -3
- package/libs/notice-global/lib/cjs/translations/zh.json +0 -3
- package/libs/notice-global/lib/es6/NoticeGlobal.js +0 -121
- package/libs/notice-global/lib/es6/NoticeGlobal.js.map +0 -1
- package/libs/notice-global/lib/es6/index.d.js +0 -2
- package/libs/notice-global/lib/es6/index.d.js.map +0 -1
- package/libs/notice-global/lib/es6/index.js +0 -2
- package/libs/notice-global/lib/es6/index.js.map +0 -1
- package/libs/notice-global/lib/es6/style/notice-global.shadow.css +0 -84
- package/libs/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/notice-global/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/notice-global/lib/es6/translations/de.json +0 -3
- package/libs/notice-global/lib/es6/translations/en.json +0 -3
- package/libs/notice-global/lib/es6/translations/es.json +0 -3
- package/libs/notice-global/lib/es6/translations/fr.json +0 -3
- package/libs/notice-global/lib/es6/translations/it.json +0 -3
- package/libs/notice-global/lib/es6/translations/ja.json +0 -3
- package/libs/notice-global/lib/es6/translations/ko.json +0 -3
- package/libs/notice-global/lib/es6/translations/nl.json +0 -3
- package/libs/notice-global/lib/es6/translations/pl.json +0 -3
- package/libs/notice-global/lib/es6/translations/pt.json +0 -3
- package/libs/notice-global/lib/es6/translations/sv.json +0 -3
- package/libs/notice-global/lib/es6/translations/tr.json +0 -3
- package/libs/notice-global/lib/es6/translations/vi.json +0 -3
- package/libs/notice-global/lib/es6/translations/zh.json +0 -3
- package/libs/notice-global/lib/types/index.d.ts +0 -36
- package/libs/outside-click/lib/cjs/OutsideClick.js +0 -61
- package/libs/outside-click/lib/cjs/OutsideClick.js.map +0 -1
- package/libs/outside-click/lib/cjs/index.js +0 -26
- package/libs/outside-click/lib/cjs/index.js.map +0 -1
- package/libs/outside-click/lib/es6/OutsideClick.js +0 -55
- package/libs/outside-click/lib/es6/OutsideClick.js.map +0 -1
- package/libs/outside-click/lib/es6/index.js +0 -3
- package/libs/outside-click/lib/es6/index.js.map +0 -1
- package/libs/outside-click/lib/types/OutsideClick.d.ts +0 -24
- package/libs/outside-click/lib/types/index.d.ts +0 -2
- package/libs/pagination/lib/cjs/Pagination.js +0 -432
- package/libs/pagination/lib/cjs/Pagination.js.map +0 -1
- package/libs/pagination/lib/cjs/index.d.js +0 -2
- package/libs/pagination/lib/cjs/index.d.js.map +0 -1
- package/libs/pagination/lib/cjs/index.js +0 -14
- package/libs/pagination/lib/cjs/index.js.map +0 -1
- package/libs/pagination/lib/cjs/style/pagination.shadow.css +0 -61
- package/libs/pagination/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -41
- package/libs/pagination/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/pagination/lib/cjs/translations/de.json +0 -14
- package/libs/pagination/lib/cjs/translations/en.json +0 -14
- package/libs/pagination/lib/cjs/translations/es.json +0 -14
- package/libs/pagination/lib/cjs/translations/fr.json +0 -14
- package/libs/pagination/lib/cjs/translations/it.json +0 -14
- package/libs/pagination/lib/cjs/translations/ja.json +0 -14
- package/libs/pagination/lib/cjs/translations/ko.json +0 -14
- package/libs/pagination/lib/cjs/translations/nl.json +0 -14
- package/libs/pagination/lib/cjs/translations/pl.json +0 -14
- package/libs/pagination/lib/cjs/translations/pt.json +0 -14
- package/libs/pagination/lib/cjs/translations/ru.json +0 -6
- package/libs/pagination/lib/cjs/translations/sv.json +0 -14
- package/libs/pagination/lib/cjs/translations/tr.json +0 -14
- package/libs/pagination/lib/cjs/translations/vi.json +0 -14
- package/libs/pagination/lib/cjs/translations/zh.json +0 -14
- package/libs/pagination/lib/es6/Pagination.js +0 -432
- package/libs/pagination/lib/es6/Pagination.js.map +0 -1
- package/libs/pagination/lib/es6/index.d.js +0 -2
- package/libs/pagination/lib/es6/index.d.js.map +0 -1
- package/libs/pagination/lib/es6/index.js +0 -2
- package/libs/pagination/lib/es6/index.js.map +0 -1
- package/libs/pagination/lib/es6/style/pagination.shadow.css +0 -61
- package/libs/pagination/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -33
- package/libs/pagination/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/pagination/lib/es6/translations/de.json +0 -14
- package/libs/pagination/lib/es6/translations/en.json +0 -14
- package/libs/pagination/lib/es6/translations/es.json +0 -14
- package/libs/pagination/lib/es6/translations/fr.json +0 -14
- package/libs/pagination/lib/es6/translations/it.json +0 -14
- package/libs/pagination/lib/es6/translations/ja.json +0 -14
- package/libs/pagination/lib/es6/translations/ko.json +0 -14
- package/libs/pagination/lib/es6/translations/nl.json +0 -14
- package/libs/pagination/lib/es6/translations/pl.json +0 -14
- package/libs/pagination/lib/es6/translations/pt.json +0 -14
- package/libs/pagination/lib/es6/translations/ru.json +0 -6
- package/libs/pagination/lib/es6/translations/sv.json +0 -14
- package/libs/pagination/lib/es6/translations/tr.json +0 -14
- package/libs/pagination/lib/es6/translations/vi.json +0 -14
- package/libs/pagination/lib/es6/translations/zh.json +0 -14
- package/libs/pagination/lib/types/index.d.ts +0 -76
- package/libs/pills/lib/cjs/Pills.js +0 -228
- package/libs/pills/lib/cjs/Pills.js.map +0 -1
- package/libs/pills/lib/cjs/index.d.js +0 -2
- package/libs/pills/lib/cjs/index.d.js.map +0 -1
- package/libs/pills/lib/cjs/index.js +0 -14
- package/libs/pills/lib/cjs/index.js.map +0 -1
- package/libs/pills/lib/cjs/style/pills.shadow.css +0 -163
- package/libs/pills/lib/es6/Pills.js +0 -224
- package/libs/pills/lib/es6/Pills.js.map +0 -1
- package/libs/pills/lib/es6/index.d.js +0 -2
- package/libs/pills/lib/es6/index.d.js.map +0 -1
- package/libs/pills/lib/es6/index.js +0 -2
- package/libs/pills/lib/es6/index.js.map +0 -1
- package/libs/pills/lib/es6/style/pills.shadow.css +0 -163
- package/libs/pills/lib/types/index.d.ts +0 -94
- package/libs/popper/lib/cjs/Popper.js +0 -596
- package/libs/popper/lib/cjs/Popper.js.map +0 -1
- package/libs/popper/lib/cjs/arrowOffset.js +0 -66
- package/libs/popper/lib/cjs/arrowOffset.js.map +0 -1
- package/libs/popper/lib/cjs/createPopper.js +0 -15
- package/libs/popper/lib/cjs/createPopper.js.map +0 -1
- package/libs/popper/lib/cjs/index.d.js +0 -2
- package/libs/popper/lib/cjs/index.d.js.map +0 -1
- package/libs/popper/lib/cjs/index.js +0 -14
- package/libs/popper/lib/cjs/index.js.map +0 -1
- package/libs/popper/lib/cjs/style/popper.shadow.css +0 -23
- package/libs/popper/lib/es6/Popper.js +0 -590
- package/libs/popper/lib/es6/Popper.js.map +0 -1
- package/libs/popper/lib/es6/arrowOffset.js +0 -58
- package/libs/popper/lib/es6/arrowOffset.js.map +0 -1
- package/libs/popper/lib/es6/createPopper.js +0 -7
- package/libs/popper/lib/es6/createPopper.js.map +0 -1
- package/libs/popper/lib/es6/index.d.js +0 -2
- package/libs/popper/lib/es6/index.d.js.map +0 -1
- package/libs/popper/lib/es6/index.js +0 -2
- package/libs/popper/lib/es6/index.js.map +0 -1
- package/libs/popper/lib/es6/style/popper.shadow.css +0 -23
- package/libs/popper/lib/types/index.d.ts +0 -134
- package/libs/portal/lib/cjs/Portal.js +0 -48
- package/libs/portal/lib/cjs/Portal.js.map +0 -1
- package/libs/portal/lib/cjs/index.js +0 -26
- package/libs/portal/lib/cjs/index.js.map +0 -1
- package/libs/portal/lib/es6/Portal.js +0 -42
- package/libs/portal/lib/es6/Portal.js.map +0 -1
- package/libs/portal/lib/es6/index.js +0 -3
- package/libs/portal/lib/es6/index.js.map +0 -1
- package/libs/portal/lib/types/Portal.d.ts +0 -16
- package/libs/portal/lib/types/index.d.ts +0 -2
- package/libs/product-head/lib/cjs/Info.js +0 -68
- package/libs/product-head/lib/cjs/Info.js.map +0 -1
- package/libs/product-head/lib/cjs/ProductHead.js +0 -70
- package/libs/product-head/lib/cjs/ProductHead.js.map +0 -1
- package/libs/product-head/lib/cjs/Title.js +0 -64
- package/libs/product-head/lib/cjs/Title.js.map +0 -1
- package/libs/product-head/lib/cjs/index.js +0 -55
- package/libs/product-head/lib/cjs/index.js.map +0 -1
- package/libs/product-head/lib/cjs/style/info.shadow.css +0 -31
- package/libs/product-head/lib/cjs/style/product-head.shadow.css +0 -53
- package/libs/product-head/lib/cjs/style/title.shadow.css +0 -30
- package/libs/product-head/lib/es6/Info.js +0 -63
- package/libs/product-head/lib/es6/Info.js.map +0 -1
- package/libs/product-head/lib/es6/ProductHead.js +0 -66
- package/libs/product-head/lib/es6/ProductHead.js.map +0 -1
- package/libs/product-head/lib/es6/Title.js +0 -58
- package/libs/product-head/lib/es6/Title.js.map +0 -1
- package/libs/product-head/lib/es6/index.js +0 -6
- package/libs/product-head/lib/es6/index.js.map +0 -1
- package/libs/product-head/lib/es6/style/info.shadow.css +0 -31
- package/libs/product-head/lib/es6/style/product-head.shadow.css +0 -53
- package/libs/product-head/lib/es6/style/title.shadow.css +0 -30
- package/libs/product-head/lib/types/Info.d.ts +0 -16
- package/libs/product-head/lib/types/ProductHead.d.ts +0 -7
- package/libs/product-head/lib/types/Title.d.ts +0 -13
- package/libs/product-head/lib/types/index.d.ts +0 -5
- package/libs/progress-bar/lib/cjs/ProgressBar.js +0 -119
- package/libs/progress-bar/lib/cjs/ProgressBar.js.map +0 -1
- package/libs/progress-bar/lib/cjs/index.d.js +0 -2
- package/libs/progress-bar/lib/cjs/index.d.js.map +0 -1
- package/libs/progress-bar/lib/cjs/index.js +0 -14
- package/libs/progress-bar/lib/cjs/index.js.map +0 -1
- package/libs/progress-bar/lib/cjs/style/progress-bar.shadow.css +0 -97
- package/libs/progress-bar/lib/es6/ProgressBar.js +0 -113
- package/libs/progress-bar/lib/es6/ProgressBar.js.map +0 -1
- package/libs/progress-bar/lib/es6/index.d.js +0 -2
- package/libs/progress-bar/lib/es6/index.d.js.map +0 -1
- package/libs/progress-bar/lib/es6/index.js +0 -2
- package/libs/progress-bar/lib/es6/index.js.map +0 -1
- package/libs/progress-bar/lib/es6/style/progress-bar.shadow.css +0 -97
- package/libs/progress-bar/lib/types/index.d.ts +0 -44
- package/libs/radio/lib/cjs/Radio.js +0 -377
- package/libs/radio/lib/cjs/Radio.js.map +0 -1
- package/libs/radio/lib/cjs/index.d.js +0 -2
- package/libs/radio/lib/cjs/index.d.js.map +0 -1
- package/libs/radio/lib/cjs/index.js +0 -26
- package/libs/radio/lib/cjs/index.js.map +0 -1
- package/libs/radio/lib/cjs/style/radio.shadow.css +0 -120
- package/libs/radio/lib/es6/Radio.js +0 -368
- package/libs/radio/lib/es6/Radio.js.map +0 -1
- package/libs/radio/lib/es6/index.d.js +0 -2
- package/libs/radio/lib/es6/index.d.js.map +0 -1
- package/libs/radio/lib/es6/index.js +0 -3
- package/libs/radio/lib/es6/index.js.map +0 -1
- package/libs/radio/lib/es6/style/radio.shadow.css +0 -120
- package/libs/radio/lib/types/index.d.ts +0 -138
- package/libs/scroll-area/lib/cjs/ScrollArea.js +0 -302
- package/libs/scroll-area/lib/cjs/ScrollArea.js.map +0 -1
- package/libs/scroll-area/lib/cjs/ScrollBar.js +0 -393
- package/libs/scroll-area/lib/cjs/ScrollBar.js.map +0 -1
- package/libs/scroll-area/lib/cjs/index.d.js +0 -2
- package/libs/scroll-area/lib/cjs/index.d.js.map +0 -1
- package/libs/scroll-area/lib/cjs/index.js +0 -26
- package/libs/scroll-area/lib/cjs/index.js.map +0 -1
- package/libs/scroll-area/lib/cjs/style/scroll-area.shadow.css +0 -130
- package/libs/scroll-area/lib/cjs/style/scroll-bar.shadow.css +0 -29
- package/libs/scroll-area/lib/es6/ScrollArea.js +0 -295
- package/libs/scroll-area/lib/es6/ScrollArea.js.map +0 -1
- package/libs/scroll-area/lib/es6/ScrollBar.js +0 -386
- package/libs/scroll-area/lib/es6/ScrollBar.js.map +0 -1
- package/libs/scroll-area/lib/es6/index.d.js +0 -2
- package/libs/scroll-area/lib/es6/index.d.js.map +0 -1
- package/libs/scroll-area/lib/es6/index.js +0 -3
- package/libs/scroll-area/lib/es6/index.js.map +0 -1
- package/libs/scroll-area/lib/es6/style/scroll-area.shadow.css +0 -130
- package/libs/scroll-area/lib/es6/style/scroll-bar.shadow.css +0 -29
- package/libs/scroll-area/lib/types/index.d.ts +0 -58
- package/libs/select/lib/cjs/InputSearch.js +0 -150
- package/libs/select/lib/cjs/InputSearch.js.map +0 -1
- package/libs/select/lib/cjs/Select.js +0 -405
- package/libs/select/lib/cjs/Select.js.map +0 -1
- package/libs/select/lib/cjs/context.js +0 -11
- package/libs/select/lib/cjs/context.js.map +0 -1
- package/libs/select/lib/cjs/index.d.js +0 -2
- package/libs/select/lib/cjs/index.d.js.map +0 -1
- package/libs/select/lib/cjs/index.js +0 -21
- package/libs/select/lib/cjs/index.js.map +0 -1
- package/libs/select/lib/cjs/style/input-search.shadow.css +0 -15
- package/libs/select/lib/cjs/style/select.shadow.css +0 -66
- package/libs/select/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/select/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/select/lib/cjs/translations/de.json +0 -6
- package/libs/select/lib/cjs/translations/en.json +0 -6
- package/libs/select/lib/cjs/translations/es.json +0 -6
- package/libs/select/lib/cjs/translations/fr.json +0 -6
- package/libs/select/lib/cjs/translations/it.json +0 -6
- package/libs/select/lib/cjs/translations/ja.json +0 -6
- package/libs/select/lib/cjs/translations/ko.json +0 -6
- package/libs/select/lib/cjs/translations/nl.json +0 -6
- package/libs/select/lib/cjs/translations/pl.json +0 -6
- package/libs/select/lib/cjs/translations/pt.json +0 -6
- package/libs/select/lib/cjs/translations/sv.json +0 -6
- package/libs/select/lib/cjs/translations/tr.json +0 -6
- package/libs/select/lib/cjs/translations/vi.json +0 -6
- package/libs/select/lib/cjs/translations/zh.json +0 -6
- package/libs/select/lib/es6/InputSearch.js +0 -146
- package/libs/select/lib/es6/InputSearch.js.map +0 -1
- package/libs/select/lib/es6/Select.js +0 -401
- package/libs/select/lib/es6/Select.js.map +0 -1
- package/libs/select/lib/es6/context.js +0 -3
- package/libs/select/lib/es6/context.js.map +0 -1
- package/libs/select/lib/es6/index.d.js +0 -2
- package/libs/select/lib/es6/index.d.js.map +0 -1
- package/libs/select/lib/es6/index.js +0 -3
- package/libs/select/lib/es6/index.js.map +0 -1
- package/libs/select/lib/es6/style/input-search.shadow.css +0 -15
- package/libs/select/lib/es6/style/select.shadow.css +0 -66
- package/libs/select/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/select/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/select/lib/es6/translations/de.json +0 -6
- package/libs/select/lib/es6/translations/en.json +0 -6
- package/libs/select/lib/es6/translations/es.json +0 -6
- package/libs/select/lib/es6/translations/fr.json +0 -6
- package/libs/select/lib/es6/translations/it.json +0 -6
- package/libs/select/lib/es6/translations/ja.json +0 -6
- package/libs/select/lib/es6/translations/ko.json +0 -6
- package/libs/select/lib/es6/translations/nl.json +0 -6
- package/libs/select/lib/es6/translations/pl.json +0 -6
- package/libs/select/lib/es6/translations/pt.json +0 -6
- package/libs/select/lib/es6/translations/sv.json +0 -6
- package/libs/select/lib/es6/translations/tr.json +0 -6
- package/libs/select/lib/es6/translations/vi.json +0 -6
- package/libs/select/lib/es6/translations/zh.json +0 -6
- package/libs/select/lib/types/index.d.ts +0 -162
- package/libs/side-panel/lib/cjs/SidePanel.js +0 -270
- package/libs/side-panel/lib/cjs/SidePanel.js.map +0 -1
- package/libs/side-panel/lib/cjs/index.d.js +0 -2
- package/libs/side-panel/lib/cjs/index.d.js.map +0 -1
- package/libs/side-panel/lib/cjs/index.js +0 -14
- package/libs/side-panel/lib/cjs/index.js.map +0 -1
- package/libs/side-panel/lib/cjs/style/side-panel.shadow.css +0 -140
- package/libs/side-panel/lib/es6/SidePanel.js +0 -271
- package/libs/side-panel/lib/es6/SidePanel.js.map +0 -1
- package/libs/side-panel/lib/es6/index.d.js +0 -2
- package/libs/side-panel/lib/es6/index.d.js.map +0 -1
- package/libs/side-panel/lib/es6/index.js +0 -2
- package/libs/side-panel/lib/es6/index.js.map +0 -1
- package/libs/side-panel/lib/es6/style/side-panel.shadow.css +0 -140
- package/libs/side-panel/lib/types/index.d.ts +0 -85
- package/libs/skeleton/lib/cjs/Charts/Area.js +0 -44
- package/libs/skeleton/lib/cjs/Charts/Area.js.map +0 -1
- package/libs/skeleton/lib/cjs/Charts/Bar.js +0 -54
- package/libs/skeleton/lib/cjs/Charts/Bar.js.map +0 -1
- package/libs/skeleton/lib/cjs/Charts/Bubble.js +0 -38
- package/libs/skeleton/lib/cjs/Charts/Bubble.js.map +0 -1
- package/libs/skeleton/lib/cjs/Charts/Donut.js +0 -48
- package/libs/skeleton/lib/cjs/Charts/Donut.js.map +0 -1
- package/libs/skeleton/lib/cjs/Charts/Histogram.js +0 -54
- package/libs/skeleton/lib/cjs/Charts/Histogram.js.map +0 -1
- package/libs/skeleton/lib/cjs/Charts/Line.js +0 -44
- package/libs/skeleton/lib/cjs/Charts/Line.js.map +0 -1
- package/libs/skeleton/lib/cjs/Charts/RadialTree.js +0 -38
- package/libs/skeleton/lib/cjs/Charts/RadialTree.js.map +0 -1
- package/libs/skeleton/lib/cjs/Charts/ScatterPlot.js +0 -38
- package/libs/skeleton/lib/cjs/Charts/ScatterPlot.js.map +0 -1
- package/libs/skeleton/lib/cjs/Charts/Venn.js +0 -38
- package/libs/skeleton/lib/cjs/Charts/Venn.js.map +0 -1
- package/libs/skeleton/lib/cjs/Charts/index.js +0 -70
- package/libs/skeleton/lib/cjs/Charts/index.js.map +0 -1
- package/libs/skeleton/lib/cjs/Skeleton.d.js +0 -2
- package/libs/skeleton/lib/cjs/Skeleton.d.js.map +0 -1
- package/libs/skeleton/lib/cjs/Skeleton.js +0 -165
- package/libs/skeleton/lib/cjs/Skeleton.js.map +0 -1
- package/libs/skeleton/lib/cjs/index.d.js +0 -2
- package/libs/skeleton/lib/cjs/index.d.js.map +0 -1
- package/libs/skeleton/lib/cjs/index.js +0 -27
- package/libs/skeleton/lib/cjs/index.js.map +0 -1
- package/libs/skeleton/lib/cjs/style/chart.shadow.css +0 -17
- package/libs/skeleton/lib/cjs/style/skeleton.shadow.css +0 -39
- package/libs/skeleton/lib/cjs/svg/area-chart-linear.svg +0 -3
- package/libs/skeleton/lib/cjs/svg/area-chart-monotone.svg +0 -3
- package/libs/skeleton/lib/cjs/svg/bar-chart-horizontal.svg +0 -6
- package/libs/skeleton/lib/cjs/svg/bar-chart-vertical.svg +0 -7
- package/libs/skeleton/lib/cjs/svg/bubble-chart.svg +0 -7
- package/libs/skeleton/lib/cjs/svg/donut-chart-halfsize.svg +0 -4
- package/libs/skeleton/lib/cjs/svg/donut-chart.svg +0 -9
- package/libs/skeleton/lib/cjs/svg/histogram-chart-horizontal.svg +0 -6
- package/libs/skeleton/lib/cjs/svg/histogram-chart-vertical.svg +0 -7
- package/libs/skeleton/lib/cjs/svg/line-chart-linear.svg +0 -10
- package/libs/skeleton/lib/cjs/svg/line-chart-monotone.svg +0 -3
- package/libs/skeleton/lib/cjs/svg/radial-chart.svg +0 -19
- package/libs/skeleton/lib/cjs/svg/scatter-plot-chart.svg +0 -16
- package/libs/skeleton/lib/cjs/svg/venn-chart.svg +0 -13
- package/libs/skeleton/lib/es6/Charts/Area.js +0 -37
- package/libs/skeleton/lib/es6/Charts/Area.js.map +0 -1
- package/libs/skeleton/lib/es6/Charts/Bar.js +0 -47
- package/libs/skeleton/lib/es6/Charts/Bar.js.map +0 -1
- package/libs/skeleton/lib/es6/Charts/Bubble.js +0 -31
- package/libs/skeleton/lib/es6/Charts/Bubble.js.map +0 -1
- package/libs/skeleton/lib/es6/Charts/Donut.js +0 -41
- package/libs/skeleton/lib/es6/Charts/Donut.js.map +0 -1
- package/libs/skeleton/lib/es6/Charts/Histogram.js +0 -47
- package/libs/skeleton/lib/es6/Charts/Histogram.js.map +0 -1
- package/libs/skeleton/lib/es6/Charts/Line.js +0 -37
- package/libs/skeleton/lib/es6/Charts/Line.js.map +0 -1
- package/libs/skeleton/lib/es6/Charts/RadialTree.js +0 -31
- package/libs/skeleton/lib/es6/Charts/RadialTree.js.map +0 -1
- package/libs/skeleton/lib/es6/Charts/ScatterPlot.js +0 -31
- package/libs/skeleton/lib/es6/Charts/ScatterPlot.js.map +0 -1
- package/libs/skeleton/lib/es6/Charts/Venn.js +0 -31
- package/libs/skeleton/lib/es6/Charts/Venn.js.map +0 -1
- package/libs/skeleton/lib/es6/Charts/index.js +0 -10
- package/libs/skeleton/lib/es6/Charts/index.js.map +0 -1
- package/libs/skeleton/lib/es6/Skeleton.d.js +0 -2
- package/libs/skeleton/lib/es6/Skeleton.d.js.map +0 -1
- package/libs/skeleton/lib/es6/Skeleton.js +0 -159
- package/libs/skeleton/lib/es6/Skeleton.js.map +0 -1
- package/libs/skeleton/lib/es6/index.d.js +0 -2
- package/libs/skeleton/lib/es6/index.d.js.map +0 -1
- package/libs/skeleton/lib/es6/index.js +0 -3
- package/libs/skeleton/lib/es6/index.js.map +0 -1
- package/libs/skeleton/lib/es6/style/chart.shadow.css +0 -17
- package/libs/skeleton/lib/es6/style/skeleton.shadow.css +0 -39
- package/libs/skeleton/lib/es6/svg/area-chart-linear.svg +0 -3
- package/libs/skeleton/lib/es6/svg/area-chart-monotone.svg +0 -3
- package/libs/skeleton/lib/es6/svg/bar-chart-horizontal.svg +0 -6
- package/libs/skeleton/lib/es6/svg/bar-chart-vertical.svg +0 -7
- package/libs/skeleton/lib/es6/svg/bubble-chart.svg +0 -7
- package/libs/skeleton/lib/es6/svg/donut-chart-halfsize.svg +0 -4
- package/libs/skeleton/lib/es6/svg/donut-chart.svg +0 -9
- package/libs/skeleton/lib/es6/svg/histogram-chart-horizontal.svg +0 -6
- package/libs/skeleton/lib/es6/svg/histogram-chart-vertical.svg +0 -7
- package/libs/skeleton/lib/es6/svg/line-chart-linear.svg +0 -10
- package/libs/skeleton/lib/es6/svg/line-chart-monotone.svg +0 -3
- package/libs/skeleton/lib/es6/svg/radial-chart.svg +0 -19
- package/libs/skeleton/lib/es6/svg/scatter-plot-chart.svg +0 -16
- package/libs/skeleton/lib/es6/svg/venn-chart.svg +0 -13
- package/libs/skeleton/lib/types/Skeleton.d.ts +0 -4
- package/libs/skeleton/lib/types/index.d.ts +0 -86
- package/libs/slider/lib/cjs/Slider.js +0 -312
- package/libs/slider/lib/cjs/Slider.js.map +0 -1
- package/libs/slider/lib/cjs/index.d.js +0 -2
- package/libs/slider/lib/cjs/index.d.js.map +0 -1
- package/libs/slider/lib/cjs/index.js +0 -14
- package/libs/slider/lib/cjs/index.js.map +0 -1
- package/libs/slider/lib/cjs/style/slider.shadow.css +0 -74
- package/libs/slider/lib/es6/Slider.js +0 -309
- package/libs/slider/lib/es6/Slider.js.map +0 -1
- package/libs/slider/lib/es6/index.d.js +0 -2
- package/libs/slider/lib/es6/index.d.js.map +0 -1
- package/libs/slider/lib/es6/index.js +0 -2
- package/libs/slider/lib/es6/index.js.map +0 -1
- package/libs/slider/lib/es6/style/slider.shadow.css +0 -74
- package/libs/slider/lib/types/index.d.ts +0 -83
- package/libs/spin/lib/cjs/Spin.js +0 -74
- package/libs/spin/lib/cjs/Spin.js.map +0 -1
- package/libs/spin/lib/cjs/index.d.js +0 -2
- package/libs/spin/lib/cjs/index.d.js.map +0 -1
- package/libs/spin/lib/cjs/index.js +0 -14
- package/libs/spin/lib/cjs/index.js.map +0 -1
- package/libs/spin/lib/cjs/style/spin.shadow.css +0 -67
- package/libs/spin/lib/es6/Spin.js +0 -67
- package/libs/spin/lib/es6/Spin.js.map +0 -1
- package/libs/spin/lib/es6/index.d.js +0 -2
- package/libs/spin/lib/es6/index.d.js.map +0 -1
- package/libs/spin/lib/es6/index.js +0 -2
- package/libs/spin/lib/es6/index.js.map +0 -1
- package/libs/spin/lib/es6/style/spin.shadow.css +0 -67
- package/libs/spin/lib/types/index.d.ts +0 -26
- package/libs/spin-container/lib/cjs/SpinContainer.js +0 -142
- package/libs/spin-container/lib/cjs/SpinContainer.js.map +0 -1
- package/libs/spin-container/lib/cjs/index.d.js +0 -2
- package/libs/spin-container/lib/cjs/index.d.js.map +0 -1
- package/libs/spin-container/lib/cjs/index.js +0 -14
- package/libs/spin-container/lib/cjs/index.js.map +0 -1
- package/libs/spin-container/lib/cjs/style/spin-container.shadow.css +0 -35
- package/libs/spin-container/lib/es6/SpinContainer.js +0 -137
- package/libs/spin-container/lib/es6/SpinContainer.js.map +0 -1
- package/libs/spin-container/lib/es6/index.d.js +0 -2
- package/libs/spin-container/lib/es6/index.d.js.map +0 -1
- package/libs/spin-container/lib/es6/index.js +0 -2
- package/libs/spin-container/lib/es6/index.js.map +0 -1
- package/libs/spin-container/lib/es6/style/spin-container.shadow.css +0 -35
- package/libs/spin-container/lib/types/index.d.ts +0 -52
- package/libs/sticky/lib/cjs/Sticky.js +0 -53
- package/libs/sticky/lib/cjs/Sticky.js.map +0 -1
- package/libs/sticky/lib/cjs/index.js +0 -26
- package/libs/sticky/lib/cjs/index.js.map +0 -1
- package/libs/sticky/lib/cjs/style/sticky.shadow.css +0 -3
- package/libs/sticky/lib/es6/Sticky.js +0 -46
- package/libs/sticky/lib/es6/Sticky.js.map +0 -1
- package/libs/sticky/lib/es6/index.js +0 -3
- package/libs/sticky/lib/es6/index.js.map +0 -1
- package/libs/sticky/lib/es6/style/sticky.shadow.css +0 -3
- package/libs/sticky/lib/types/Sticky.d.ts +0 -17
- package/libs/sticky/lib/types/index.d.ts +0 -2
- package/libs/switch/lib/cjs/Switch.js +0 -287
- package/libs/switch/lib/cjs/Switch.js.map +0 -1
- package/libs/switch/lib/cjs/index.d.js +0 -13
- package/libs/switch/lib/cjs/index.d.js.map +0 -1
- package/libs/switch/lib/cjs/index.js +0 -26
- package/libs/switch/lib/cjs/index.js.map +0 -1
- package/libs/switch/lib/cjs/style/switch.shadow.css +0 -176
- package/libs/switch/lib/es6/Switch.js +0 -276
- package/libs/switch/lib/es6/Switch.js.map +0 -1
- package/libs/switch/lib/es6/index.d.js +0 -3
- package/libs/switch/lib/es6/index.d.js.map +0 -1
- package/libs/switch/lib/es6/index.js +0 -3
- package/libs/switch/lib/es6/index.js.map +0 -1
- package/libs/switch/lib/es6/style/switch.shadow.css +0 -176
- package/libs/switch/lib/types/index.d.ts +0 -61
- package/libs/tab-line/lib/cjs/TabLine.js +0 -261
- package/libs/tab-line/lib/cjs/TabLine.js.map +0 -1
- package/libs/tab-line/lib/cjs/index.d.js +0 -2
- package/libs/tab-line/lib/cjs/index.d.js.map +0 -1
- package/libs/tab-line/lib/cjs/index.js +0 -14
- package/libs/tab-line/lib/cjs/index.js.map +0 -1
- package/libs/tab-line/lib/cjs/style/tab-line.shadow.css +0 -159
- package/libs/tab-line/lib/es6/TabLine.js +0 -257
- package/libs/tab-line/lib/es6/TabLine.js.map +0 -1
- package/libs/tab-line/lib/es6/index.d.js +0 -2
- package/libs/tab-line/lib/es6/index.d.js.map +0 -1
- package/libs/tab-line/lib/es6/index.js +0 -2
- package/libs/tab-line/lib/es6/index.js.map +0 -1
- package/libs/tab-line/lib/es6/style/tab-line.shadow.css +0 -159
- package/libs/tab-line/lib/types/index.d.ts +0 -93
- package/libs/tab-panel/lib/cjs/TabPanel.js +0 -154
- package/libs/tab-panel/lib/cjs/TabPanel.js.map +0 -1
- package/libs/tab-panel/lib/cjs/index.d.js +0 -2
- package/libs/tab-panel/lib/cjs/index.d.js.map +0 -1
- package/libs/tab-panel/lib/cjs/index.js +0 -14
- package/libs/tab-panel/lib/cjs/index.js.map +0 -1
- package/libs/tab-panel/lib/cjs/style/tab-panel.shadow.css +0 -130
- package/libs/tab-panel/lib/es6/TabPanel.js +0 -150
- package/libs/tab-panel/lib/es6/TabPanel.js.map +0 -1
- package/libs/tab-panel/lib/es6/index.d.js +0 -2
- package/libs/tab-panel/lib/es6/index.d.js.map +0 -1
- package/libs/tab-panel/lib/es6/index.js +0 -2
- package/libs/tab-panel/lib/es6/index.js.map +0 -1
- package/libs/tab-panel/lib/es6/style/tab-panel.shadow.css +0 -130
- package/libs/tab-panel/lib/types/index.d.ts +0 -81
- package/libs/tag/lib/cjs/Tag.js +0 -207
- package/libs/tag/lib/cjs/Tag.js.map +0 -1
- package/libs/tag/lib/cjs/index.d.js +0 -2
- package/libs/tag/lib/cjs/index.d.js.map +0 -1
- package/libs/tag/lib/cjs/index.js +0 -14
- package/libs/tag/lib/cjs/index.js.map +0 -1
- package/libs/tag/lib/cjs/style/tag.shadow.css +0 -235
- package/libs/tag/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/tag/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/tag/lib/cjs/translations/de.json +0 -3
- package/libs/tag/lib/cjs/translations/en.json +0 -3
- package/libs/tag/lib/cjs/translations/es.json +0 -3
- package/libs/tag/lib/cjs/translations/fr.json +0 -3
- package/libs/tag/lib/cjs/translations/it.json +0 -3
- package/libs/tag/lib/cjs/translations/ja.json +0 -3
- package/libs/tag/lib/cjs/translations/ko.json +0 -3
- package/libs/tag/lib/cjs/translations/nl.json +0 -3
- package/libs/tag/lib/cjs/translations/pl.json +0 -3
- package/libs/tag/lib/cjs/translations/pt.json +0 -3
- package/libs/tag/lib/cjs/translations/sv.json +0 -3
- package/libs/tag/lib/cjs/translations/tr.json +0 -3
- package/libs/tag/lib/cjs/translations/vi.json +0 -3
- package/libs/tag/lib/cjs/translations/zh.json +0 -3
- package/libs/tag/lib/es6/Tag.js +0 -204
- package/libs/tag/lib/es6/Tag.js.map +0 -1
- package/libs/tag/lib/es6/index.d.js +0 -2
- package/libs/tag/lib/es6/index.d.js.map +0 -1
- package/libs/tag/lib/es6/index.js +0 -2
- package/libs/tag/lib/es6/index.js.map +0 -1
- package/libs/tag/lib/es6/style/tag.shadow.css +0 -235
- package/libs/tag/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/tag/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/tag/lib/es6/translations/de.json +0 -3
- package/libs/tag/lib/es6/translations/en.json +0 -3
- package/libs/tag/lib/es6/translations/es.json +0 -3
- package/libs/tag/lib/es6/translations/fr.json +0 -3
- package/libs/tag/lib/es6/translations/it.json +0 -3
- package/libs/tag/lib/es6/translations/ja.json +0 -3
- package/libs/tag/lib/es6/translations/ko.json +0 -3
- package/libs/tag/lib/es6/translations/nl.json +0 -3
- package/libs/tag/lib/es6/translations/pl.json +0 -3
- package/libs/tag/lib/es6/translations/pt.json +0 -3
- package/libs/tag/lib/es6/translations/sv.json +0 -3
- package/libs/tag/lib/es6/translations/tr.json +0 -3
- package/libs/tag/lib/es6/translations/vi.json +0 -3
- package/libs/tag/lib/es6/translations/zh.json +0 -3
- package/libs/tag/lib/types/index.d.ts +0 -88
- package/libs/textarea/lib/cjs/Textarea.js +0 -151
- package/libs/textarea/lib/cjs/Textarea.js.map +0 -1
- package/libs/textarea/lib/cjs/index.d.js +0 -2
- package/libs/textarea/lib/cjs/index.d.js.map +0 -1
- package/libs/textarea/lib/cjs/index.js +0 -14
- package/libs/textarea/lib/cjs/index.js.map +0 -1
- package/libs/textarea/lib/cjs/style/textarea.shadow.css +0 -58
- package/libs/textarea/lib/es6/Textarea.js +0 -144
- package/libs/textarea/lib/es6/Textarea.js.map +0 -1
- package/libs/textarea/lib/es6/index.d.js +0 -2
- package/libs/textarea/lib/es6/index.d.js.map +0 -1
- package/libs/textarea/lib/es6/index.js +0 -2
- package/libs/textarea/lib/es6/index.js.map +0 -1
- package/libs/textarea/lib/es6/style/textarea.shadow.css +0 -58
- package/libs/textarea/lib/types/index.d.ts +0 -45
- package/libs/time-picker/lib/cjs/PickerFormat.js +0 -55
- package/libs/time-picker/lib/cjs/PickerFormat.js.map +0 -1
- package/libs/time-picker/lib/cjs/PickerInput.js +0 -306
- package/libs/time-picker/lib/cjs/PickerInput.js.map +0 -1
- package/libs/time-picker/lib/cjs/TimePicker.js +0 -338
- package/libs/time-picker/lib/cjs/TimePicker.js.map +0 -1
- package/libs/time-picker/lib/cjs/index.d.js +0 -2
- package/libs/time-picker/lib/cjs/index.d.js.map +0 -1
- package/libs/time-picker/lib/cjs/index.js +0 -26
- package/libs/time-picker/lib/cjs/index.js.map +0 -1
- package/libs/time-picker/lib/cjs/style/time-picker.shadow.css +0 -116
- package/libs/time-picker/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/time-picker/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/time-picker/lib/cjs/translations/de.json +0 -7
- package/libs/time-picker/lib/cjs/translations/en.json +0 -7
- package/libs/time-picker/lib/cjs/translations/es.json +0 -7
- package/libs/time-picker/lib/cjs/translations/fr.json +0 -7
- package/libs/time-picker/lib/cjs/translations/it.json +0 -7
- package/libs/time-picker/lib/cjs/translations/ja.json +0 -7
- package/libs/time-picker/lib/cjs/translations/ko.json +0 -7
- package/libs/time-picker/lib/cjs/translations/nl.json +0 -7
- package/libs/time-picker/lib/cjs/translations/pl.json +0 -7
- package/libs/time-picker/lib/cjs/translations/pt.json +0 -7
- package/libs/time-picker/lib/cjs/translations/sv.json +0 -7
- package/libs/time-picker/lib/cjs/translations/tr.json +0 -7
- package/libs/time-picker/lib/cjs/translations/vi.json +0 -7
- package/libs/time-picker/lib/cjs/translations/zh.json +0 -7
- package/libs/time-picker/lib/es6/PickerFormat.js +0 -48
- package/libs/time-picker/lib/es6/PickerFormat.js.map +0 -1
- package/libs/time-picker/lib/es6/PickerInput.js +0 -299
- package/libs/time-picker/lib/es6/PickerInput.js.map +0 -1
- package/libs/time-picker/lib/es6/TimePicker.js +0 -327
- package/libs/time-picker/lib/es6/TimePicker.js.map +0 -1
- package/libs/time-picker/lib/es6/index.d.js +0 -2
- package/libs/time-picker/lib/es6/index.d.js.map +0 -1
- package/libs/time-picker/lib/es6/index.js +0 -3
- package/libs/time-picker/lib/es6/index.js.map +0 -1
- package/libs/time-picker/lib/es6/style/time-picker.shadow.css +0 -116
- package/libs/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/time-picker/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/time-picker/lib/es6/translations/de.json +0 -7
- package/libs/time-picker/lib/es6/translations/en.json +0 -7
- package/libs/time-picker/lib/es6/translations/es.json +0 -7
- package/libs/time-picker/lib/es6/translations/fr.json +0 -7
- package/libs/time-picker/lib/es6/translations/it.json +0 -7
- package/libs/time-picker/lib/es6/translations/ja.json +0 -7
- package/libs/time-picker/lib/es6/translations/ko.json +0 -7
- package/libs/time-picker/lib/es6/translations/nl.json +0 -7
- package/libs/time-picker/lib/es6/translations/pl.json +0 -7
- package/libs/time-picker/lib/es6/translations/pt.json +0 -7
- package/libs/time-picker/lib/es6/translations/sv.json +0 -7
- package/libs/time-picker/lib/es6/translations/tr.json +0 -7
- package/libs/time-picker/lib/es6/translations/vi.json +0 -7
- package/libs/time-picker/lib/es6/translations/zh.json +0 -7
- package/libs/time-picker/lib/types/index.d.ts +0 -63
- package/libs/tooltip/lib/cjs/Tooltip.js +0 -158
- package/libs/tooltip/lib/cjs/Tooltip.js.map +0 -1
- package/libs/tooltip/lib/cjs/index.d.js +0 -2
- package/libs/tooltip/lib/cjs/index.d.js.map +0 -1
- package/libs/tooltip/lib/cjs/index.js +0 -14
- package/libs/tooltip/lib/cjs/index.js.map +0 -1
- package/libs/tooltip/lib/cjs/style/tooltip.shadow.css +0 -138
- package/libs/tooltip/lib/es6/Tooltip.js +0 -153
- package/libs/tooltip/lib/es6/Tooltip.js.map +0 -1
- package/libs/tooltip/lib/es6/index.d.js +0 -2
- package/libs/tooltip/lib/es6/index.d.js.map +0 -1
- package/libs/tooltip/lib/es6/index.js +0 -2
- package/libs/tooltip/lib/es6/index.js.map +0 -1
- package/libs/tooltip/lib/es6/style/tooltip.shadow.css +0 -138
- package/libs/tooltip/lib/types/index.d.ts +0 -29
- package/libs/typography/lib/cjs/Blockquote.js +0 -35
- package/libs/typography/lib/cjs/Blockquote.js.map +0 -1
- package/libs/typography/lib/cjs/Hint.js +0 -86
- package/libs/typography/lib/cjs/Hint.js.map +0 -1
- package/libs/typography/lib/cjs/List.js +0 -81
- package/libs/typography/lib/cjs/List.js.map +0 -1
- package/libs/typography/lib/cjs/Text.js +0 -77
- package/libs/typography/lib/cjs/Text.js.map +0 -1
- package/libs/typography/lib/cjs/index.d.js +0 -2
- package/libs/typography/lib/cjs/index.d.js.map +0 -1
- package/libs/typography/lib/cjs/index.js +0 -35
- package/libs/typography/lib/cjs/index.js.map +0 -1
- package/libs/typography/lib/cjs/style/blockquote.shadow.css +0 -28
- package/libs/typography/lib/cjs/style/hint.shadow.css +0 -51
- package/libs/typography/lib/cjs/style/list.shadow.css +0 -27
- package/libs/typography/lib/cjs/style/text.shadow.css +0 -118
- package/libs/typography/lib/es6/Blockquote.js +0 -29
- package/libs/typography/lib/es6/Blockquote.js.map +0 -1
- package/libs/typography/lib/es6/Hint.js +0 -81
- package/libs/typography/lib/es6/Hint.js.map +0 -1
- package/libs/typography/lib/es6/List.js +0 -75
- package/libs/typography/lib/es6/List.js.map +0 -1
- package/libs/typography/lib/es6/Text.js +0 -71
- package/libs/typography/lib/es6/Text.js.map +0 -1
- package/libs/typography/lib/es6/index.d.js +0 -2
- package/libs/typography/lib/es6/index.d.js.map +0 -1
- package/libs/typography/lib/es6/index.js +0 -5
- package/libs/typography/lib/es6/index.js.map +0 -1
- package/libs/typography/lib/es6/style/blockquote.shadow.css +0 -28
- package/libs/typography/lib/es6/style/hint.shadow.css +0 -51
- package/libs/typography/lib/es6/style/list.shadow.css +0 -27
- package/libs/typography/lib/es6/style/text.shadow.css +0 -118
- package/libs/typography/lib/types/index.d.ts +0 -108
- package/libs/utils/lib/CSSinJS.d.ts +0 -5
- package/libs/utils/lib/CSSinJS.js +0 -36
- package/libs/utils/lib/CSSinJS.js.map +0 -1
- package/libs/utils/lib/CSSinJS.mjs +0 -28
- package/libs/utils/lib/CSSinJS.mjs.map +0 -1
- package/libs/utils/lib/ScreenReaderOnly.d.ts +0 -5
- package/libs/utils/lib/ScreenReaderOnly.js +0 -29
- package/libs/utils/lib/ScreenReaderOnly.js.map +0 -1
- package/libs/utils/lib/ScreenReaderOnly.mjs +0 -21
- package/libs/utils/lib/ScreenReaderOnly.mjs.map +0 -1
- package/libs/utils/lib/ThemeProvider.d.ts +0 -13
- package/libs/utils/lib/ThemeProvider.js +0 -74
- package/libs/utils/lib/ThemeProvider.js.map +0 -1
- package/libs/utils/lib/ThemeProvider.mjs +0 -63
- package/libs/utils/lib/ThemeProvider.mjs.map +0 -1
- package/libs/utils/lib/addonText.d.ts +0 -2
- package/libs/utils/lib/addonText.js +0 -18
- package/libs/utils/lib/addonText.js.map +0 -1
- package/libs/utils/lib/addonText.mjs +0 -11
- package/libs/utils/lib/addonText.mjs.map +0 -1
- package/libs/utils/lib/addonTextChildren.d.ts +0 -3
- package/libs/utils/lib/addonTextChildren.js +0 -47
- package/libs/utils/lib/addonTextChildren.js.map +0 -1
- package/libs/utils/lib/addonTextChildren.mjs +0 -38
- package/libs/utils/lib/addonTextChildren.mjs.map +0 -1
- package/libs/utils/lib/assignProps.d.ts +0 -13
- package/libs/utils/lib/assignProps.js +0 -93
- package/libs/utils/lib/assignProps.js.map +0 -1
- package/libs/utils/lib/assignProps.mjs +0 -84
- package/libs/utils/lib/assignProps.mjs.map +0 -1
- package/libs/utils/lib/canUseDOM.d.ts +0 -1
- package/libs/utils/lib/canUseDOM.js +0 -10
- package/libs/utils/lib/canUseDOM.js.map +0 -1
- package/libs/utils/lib/canUseDOM.mjs +0 -4
- package/libs/utils/lib/canUseDOM.mjs.map +0 -1
- package/libs/utils/lib/capitalizeFirstLetter.d.ts +0 -1
- package/libs/utils/lib/capitalizeFirstLetter.js +0 -10
- package/libs/utils/lib/capitalizeFirstLetter.js.map +0 -1
- package/libs/utils/lib/capitalizeFirstLetter.mjs +0 -4
- package/libs/utils/lib/capitalizeFirstLetter.mjs.map +0 -1
- package/libs/utils/lib/color.d.ts +0 -6
- package/libs/utils/lib/color.js +0 -370
- package/libs/utils/lib/color.js.map +0 -1
- package/libs/utils/lib/color.mjs +0 -357
- package/libs/utils/lib/color.mjs.map +0 -1
- package/libs/utils/lib/compose.d.ts +0 -1
- package/libs/utils/lib/compose.js +0 -21
- package/libs/utils/lib/compose.js.map +0 -1
- package/libs/utils/lib/compose.mjs +0 -15
- package/libs/utils/lib/compose.mjs.map +0 -1
- package/libs/utils/lib/createHoc.d.ts +0 -3
- package/libs/utils/lib/createHoc.js +0 -55
- package/libs/utils/lib/createHoc.js.map +0 -1
- package/libs/utils/lib/createHoc.mjs +0 -46
- package/libs/utils/lib/createHoc.mjs.map +0 -1
- package/libs/utils/lib/createUUID.d.ts +0 -1
- package/libs/utils/lib/createUUID.js +0 -15
- package/libs/utils/lib/createUUID.js.map +0 -1
- package/libs/utils/lib/createUUID.mjs +0 -9
- package/libs/utils/lib/createUUID.mjs.map +0 -1
- package/libs/utils/lib/cssToIntDefault.d.ts +0 -8
- package/libs/utils/lib/cssToIntDefault.js +0 -22
- package/libs/utils/lib/cssToIntDefault.js.map +0 -1
- package/libs/utils/lib/cssToIntDefault.mjs +0 -16
- package/libs/utils/lib/cssToIntDefault.mjs.map +0 -1
- package/libs/utils/lib/enhances/WithAutoFocus.d.ts +0 -14
- package/libs/utils/lib/enhances/WithAutoFocus.js +0 -75
- package/libs/utils/lib/enhances/WithAutoFocus.js.map +0 -1
- package/libs/utils/lib/enhances/WithAutoFocus.mjs +0 -67
- package/libs/utils/lib/enhances/WithAutoFocus.mjs.map +0 -1
- package/libs/utils/lib/enhances/WithCSS.d.ts +0 -41
- package/libs/utils/lib/enhances/WithCSS.js +0 -93
- package/libs/utils/lib/enhances/WithCSS.js.map +0 -1
- package/libs/utils/lib/enhances/WithCSS.mjs +0 -79
- package/libs/utils/lib/enhances/WithCSS.mjs.map +0 -1
- package/libs/utils/lib/enhances/WithI18n.d.ts +0 -43
- package/libs/utils/lib/enhances/WithI18n.js +0 -85
- package/libs/utils/lib/enhances/WithI18n.js.map +0 -1
- package/libs/utils/lib/enhances/WithI18n.mjs +0 -73
- package/libs/utils/lib/enhances/WithI18n.mjs.map +0 -1
- package/libs/utils/lib/enhances/WithKeyboardFocus.d.ts +0 -45
- package/libs/utils/lib/enhances/WithKeyboardFocus.js +0 -93
- package/libs/utils/lib/enhances/WithKeyboardFocus.js.map +0 -1
- package/libs/utils/lib/enhances/WithKeyboardFocus.mjs +0 -84
- package/libs/utils/lib/enhances/WithKeyboardFocus.mjs.map +0 -1
- package/libs/utils/lib/enhances/WithRef.d.ts +0 -3
- package/libs/utils/lib/enhances/WithRef.js +0 -26
- package/libs/utils/lib/enhances/WithRef.js.map +0 -1
- package/libs/utils/lib/enhances/WithRef.mjs +0 -18
- package/libs/utils/lib/enhances/WithRef.mjs.map +0 -1
- package/libs/utils/lib/enhances/a11yEnhance.d.ts +0 -4
- package/libs/utils/lib/enhances/a11yEnhance.js +0 -74
- package/libs/utils/lib/enhances/a11yEnhance.js.map +0 -1
- package/libs/utils/lib/enhances/a11yEnhance.mjs +0 -66
- package/libs/utils/lib/enhances/a11yEnhance.mjs.map +0 -1
- package/libs/utils/lib/enhances/animatedSizeEnhance.d.ts +0 -12
- package/libs/utils/lib/enhances/animatedSizeEnhance.js +0 -98
- package/libs/utils/lib/enhances/animatedSizeEnhance.js.map +0 -1
- package/libs/utils/lib/enhances/animatedSizeEnhance.mjs +0 -90
- package/libs/utils/lib/enhances/animatedSizeEnhance.mjs.map +0 -1
- package/libs/utils/lib/enhances/autoFocusEnhance.d.ts +0 -10
- package/libs/utils/lib/enhances/autoFocusEnhance.js +0 -46
- package/libs/utils/lib/enhances/autoFocusEnhance.js.map +0 -1
- package/libs/utils/lib/enhances/autoFocusEnhance.mjs +0 -38
- package/libs/utils/lib/enhances/autoFocusEnhance.mjs.map +0 -1
- package/libs/utils/lib/enhances/contextEnhance.d.ts +0 -3
- package/libs/utils/lib/enhances/contextEnhance.js +0 -22
- package/libs/utils/lib/enhances/contextEnhance.js.map +0 -1
- package/libs/utils/lib/enhances/contextEnhance.mjs +0 -14
- package/libs/utils/lib/enhances/contextEnhance.mjs.map +0 -1
- package/libs/utils/lib/enhances/i18nEnhance.d.ts +0 -26
- package/libs/utils/lib/enhances/i18nEnhance.js +0 -133
- package/libs/utils/lib/enhances/i18nEnhance.js.map +0 -1
- package/libs/utils/lib/enhances/i18nEnhance.mjs +0 -122
- package/libs/utils/lib/enhances/i18nEnhance.mjs.map +0 -1
- package/libs/utils/lib/enhances/keyboardFocusEnhance.d.ts +0 -26
- package/libs/utils/lib/enhances/keyboardFocusEnhance.js +0 -114
- package/libs/utils/lib/enhances/keyboardFocusEnhance.js.map +0 -1
- package/libs/utils/lib/enhances/keyboardFocusEnhance.mjs +0 -105
- package/libs/utils/lib/enhances/keyboardFocusEnhance.mjs.map +0 -1
- package/libs/utils/lib/enhances/resolveColorEnhance.d.ts +0 -2
- package/libs/utils/lib/enhances/resolveColorEnhance.js +0 -25
- package/libs/utils/lib/enhances/resolveColorEnhance.js.map +0 -1
- package/libs/utils/lib/enhances/resolveColorEnhance.mjs +0 -17
- package/libs/utils/lib/enhances/resolveColorEnhance.mjs.map +0 -1
- package/libs/utils/lib/eventEmitter.d.ts +0 -5
- package/libs/utils/lib/eventEmitter.js +0 -49
- package/libs/utils/lib/eventEmitter.js.map +0 -1
- package/libs/utils/lib/eventEmitter.mjs +0 -42
- package/libs/utils/lib/eventEmitter.mjs.map +0 -1
- package/libs/utils/lib/findComponent.d.ts +0 -5
- package/libs/utils/lib/findComponent.js +0 -67
- package/libs/utils/lib/findComponent.js.map +0 -1
- package/libs/utils/lib/findComponent.mjs +0 -56
- package/libs/utils/lib/findComponent.mjs.map +0 -1
- package/libs/utils/lib/fire.d.ts +0 -2
- package/libs/utils/lib/fire.js +0 -23
- package/libs/utils/lib/fire.js.map +0 -1
- package/libs/utils/lib/fire.mjs +0 -15
- package/libs/utils/lib/fire.mjs.map +0 -1
- package/libs/utils/lib/getDisplayName.d.ts +0 -2
- package/libs/utils/lib/getDisplayName.js +0 -10
- package/libs/utils/lib/getDisplayName.js.map +0 -1
- package/libs/utils/lib/getDisplayName.mjs +0 -4
- package/libs/utils/lib/getDisplayName.mjs.map +0 -1
- package/libs/utils/lib/getOriginChildren.d.ts +0 -2
- package/libs/utils/lib/getOriginChildren.js +0 -20
- package/libs/utils/lib/getOriginChildren.js.map +0 -1
- package/libs/utils/lib/getOriginChildren.mjs +0 -11
- package/libs/utils/lib/getOriginChildren.mjs.map +0 -1
- package/libs/utils/lib/getRandomInt.d.ts +0 -1
- package/libs/utils/lib/getRandomInt.js +0 -11
- package/libs/utils/lib/getRandomInt.js.map +0 -1
- package/libs/utils/lib/getRandomInt.mjs +0 -5
- package/libs/utils/lib/getRandomInt.mjs.map +0 -1
- package/libs/utils/lib/getValue.d.ts +0 -1
- package/libs/utils/lib/getValue.js +0 -16
- package/libs/utils/lib/getValue.js.map +0 -1
- package/libs/utils/lib/getValue.mjs +0 -10
- package/libs/utils/lib/getValue.mjs.map +0 -1
- package/libs/utils/lib/hasLabels.d.ts +0 -7
- package/libs/utils/lib/hasLabels.js +0 -47
- package/libs/utils/lib/hasLabels.js.map +0 -1
- package/libs/utils/lib/hasLabels.mjs +0 -39
- package/libs/utils/lib/hasLabels.mjs.map +0 -1
- package/libs/utils/lib/if.d.ts +0 -11
- package/libs/utils/lib/if.js +0 -16
- package/libs/utils/lib/if.js.map +0 -1
- package/libs/utils/lib/if.mjs +0 -9
- package/libs/utils/lib/if.mjs.map +0 -1
- package/libs/utils/lib/ifChildren.d.ts +0 -8
- package/libs/utils/lib/ifChildren.js +0 -17
- package/libs/utils/lib/ifChildren.js.map +0 -1
- package/libs/utils/lib/ifChildren.mjs +0 -10
- package/libs/utils/lib/ifChildren.mjs.map +0 -1
- package/libs/utils/lib/index.d.ts +0 -0
- package/libs/utils/lib/index.js +0 -4
- package/libs/utils/lib/index.js.map +0 -1
- package/libs/utils/lib/index.mjs +0 -2
- package/libs/utils/lib/index.mjs.map +0 -1
- package/libs/utils/lib/injectStyle.d.ts +0 -2
- package/libs/utils/lib/injectStyle.js +0 -49
- package/libs/utils/lib/injectStyle.js.map +0 -1
- package/libs/utils/lib/injectStyle.mjs +0 -41
- package/libs/utils/lib/injectStyle.mjs.map +0 -1
- package/libs/utils/lib/inputProps.d.ts +0 -2
- package/libs/utils/lib/inputProps.js +0 -23
- package/libs/utils/lib/inputProps.js.map +0 -1
- package/libs/utils/lib/inputProps.mjs +0 -14
- package/libs/utils/lib/inputProps.mjs.map +0 -1
- package/libs/utils/lib/isNode.d.ts +0 -1
- package/libs/utils/lib/isNode.js +0 -28
- package/libs/utils/lib/isNode.js.map +0 -1
- package/libs/utils/lib/isNode.mjs +0 -21
- package/libs/utils/lib/isNode.mjs.map +0 -1
- package/libs/utils/lib/isPromise.d.ts +0 -1
- package/libs/utils/lib/isPromise.js +0 -10
- package/libs/utils/lib/isPromise.js.map +0 -1
- package/libs/utils/lib/isPromise.mjs +0 -4
- package/libs/utils/lib/isPromise.mjs.map +0 -1
- package/libs/utils/lib/isRetina.d.ts +0 -1
- package/libs/utils/lib/isRetina.js +0 -15
- package/libs/utils/lib/isRetina.js.map +0 -1
- package/libs/utils/lib/isRetina.mjs +0 -9
- package/libs/utils/lib/isRetina.mjs.map +0 -1
- package/libs/utils/lib/logger.d.ts +0 -9
- package/libs/utils/lib/logger.js +0 -40
- package/libs/utils/lib/logger.js.map +0 -1
- package/libs/utils/lib/logger.mjs +0 -32
- package/libs/utils/lib/logger.mjs.map +0 -1
- package/libs/utils/lib/numericChecker.d.ts +0 -5
- package/libs/utils/lib/numericChecker.js +0 -33
- package/libs/utils/lib/numericChecker.js.map +0 -1
- package/libs/utils/lib/numericChecker.mjs +0 -27
- package/libs/utils/lib/numericChecker.mjs.map +0 -1
- package/libs/utils/lib/ownerDocument.d.ts +0 -1
- package/libs/utils/lib/ownerDocument.js +0 -10
- package/libs/utils/lib/ownerDocument.js.map +0 -1
- package/libs/utils/lib/ownerDocument.mjs +0 -4
- package/libs/utils/lib/ownerDocument.mjs.map +0 -1
- package/libs/utils/lib/pick.d.ts +0 -1
- package/libs/utils/lib/pick.js +0 -19
- package/libs/utils/lib/pick.js.map +0 -1
- package/libs/utils/lib/pick.mjs +0 -13
- package/libs/utils/lib/pick.mjs.map +0 -1
- package/libs/utils/lib/propsForElement.d.ts +0 -14
- package/libs/utils/lib/propsForElement.js +0 -79
- package/libs/utils/lib/propsForElement.js.map +0 -1
- package/libs/utils/lib/propsForElement.mjs +0 -70
- package/libs/utils/lib/propsForElement.mjs.map +0 -1
- package/libs/utils/lib/rafTrottle.d.ts +0 -2
- package/libs/utils/lib/rafTrottle.js +0 -33
- package/libs/utils/lib/rafTrottle.js.map +0 -1
- package/libs/utils/lib/rafTrottle.mjs +0 -26
- package/libs/utils/lib/rafTrottle.mjs.map +0 -1
- package/libs/utils/lib/reactToText.d.ts +0 -3
- package/libs/utils/lib/reactToText.js +0 -28
- package/libs/utils/lib/reactToText.js.map +0 -1
- package/libs/utils/lib/reactToText.mjs +0 -21
- package/libs/utils/lib/reactToText.mjs.map +0 -1
- package/libs/utils/lib/ref.d.ts +0 -8
- package/libs/utils/lib/ref.js +0 -94
- package/libs/utils/lib/ref.js.map +0 -1
- package/libs/utils/lib/ref.mjs +0 -82
- package/libs/utils/lib/ref.mjs.map +0 -1
- package/libs/utils/lib/setRef.d.ts +0 -2
- package/libs/utils/lib/setRef.js +0 -10
- package/libs/utils/lib/setRef.js.map +0 -1
- package/libs/utils/lib/setRef.mjs +0 -3
- package/libs/utils/lib/setRef.mjs.map +0 -1
- package/libs/utils/lib/syncScroll.d.ts +0 -1
- package/libs/utils/lib/syncScroll.js +0 -61
- package/libs/utils/lib/syncScroll.js.map +0 -1
- package/libs/utils/lib/syncScroll.mjs +0 -54
- package/libs/utils/lib/syncScroll.mjs.map +0 -1
- package/libs/utils/lib/themes/auto.css +0 -1422
- package/libs/utils/lib/themes/dark.css +0 -701
- package/libs/utils/lib/themes/dark.json +0 -363
- package/libs/utils/lib/themes/default.css +0 -721
- package/libs/utils/lib/themes/default.json +0 -367
- package/libs/utils/lib/themes/light.css +0 -721
- package/libs/utils/lib/themes/light.json +0 -367
- package/libs/utils/lib/uncontroll.d.ts +0 -4
- package/libs/utils/lib/uncontroll.js +0 -47
- package/libs/utils/lib/uncontroll.js.map +0 -1
- package/libs/utils/lib/uncontroll.mjs +0 -38
- package/libs/utils/lib/uncontroll.mjs.map +0 -1
- package/libs/utils/lib/uniqueID.d.ts +0 -12
- package/libs/utils/lib/uniqueID.js +0 -43
- package/libs/utils/lib/uniqueID.js.map +0 -1
- package/libs/utils/lib/uniqueID.mjs +0 -33
- package/libs/utils/lib/uniqueID.mjs.map +0 -1
- package/libs/utils/lib/use/useColorResolver.d.ts +0 -1
- package/libs/utils/lib/use/useColorResolver.js +0 -208
- package/libs/utils/lib/use/useColorResolver.js.map +0 -1
- package/libs/utils/lib/use/useColorResolver.mjs +0 -200
- package/libs/utils/lib/use/useColorResolver.mjs.map +0 -1
- package/libs/utils/lib/use/useCss.d.ts +0 -4
- package/libs/utils/lib/use/useCss.js +0 -20
- package/libs/utils/lib/use/useCss.js.map +0 -1
- package/libs/utils/lib/use/useCss.mjs +0 -12
- package/libs/utils/lib/use/useCss.mjs.map +0 -1
- package/libs/utils/lib/use/useEnhancedEffect.d.ts +0 -3
- package/libs/utils/lib/use/useEnhancedEffect.js +0 -13
- package/libs/utils/lib/use/useEnhancedEffect.js.map +0 -1
- package/libs/utils/lib/use/useEnhancedEffect.mjs +0 -5
- package/libs/utils/lib/use/useEnhancedEffect.mjs.map +0 -1
- package/libs/utils/lib/use/useEventCallback.d.ts +0 -4
- package/libs/utils/lib/use/useEventCallback.js +0 -25
- package/libs/utils/lib/use/useEventCallback.js.map +0 -1
- package/libs/utils/lib/use/useEventCallback.mjs +0 -19
- package/libs/utils/lib/use/useEventCallback.mjs.map +0 -1
- package/libs/utils/lib/use/useEventListener.d.ts +0 -2
- package/libs/utils/lib/use/useEventListener.js +0 -33
- package/libs/utils/lib/use/useEventListener.js.map +0 -1
- package/libs/utils/lib/use/useEventListener.mjs +0 -25
- package/libs/utils/lib/use/useEventListener.mjs.map +0 -1
- package/libs/utils/lib/use/useFocusLock.d.ts +0 -4
- package/libs/utils/lib/use/useFocusLock.js +0 -293
- package/libs/utils/lib/use/useFocusLock.js.map +0 -1
- package/libs/utils/lib/use/useFocusLock.mjs +0 -282
- package/libs/utils/lib/use/useFocusLock.mjs.map +0 -1
- package/libs/utils/lib/use/usePreventScroll.d.ts +0 -2
- package/libs/utils/lib/use/usePreventScroll.js +0 -78
- package/libs/utils/lib/use/usePreventScroll.js.map +0 -1
- package/libs/utils/lib/use/usePreventScroll.mjs +0 -70
- package/libs/utils/lib/use/usePreventScroll.mjs.map +0 -1
- package/libs/utils/lib/useCssVariable.d.ts +0 -8
- package/libs/utils/lib/useCssVariable.js +0 -55
- package/libs/utils/lib/useCssVariable.js.map +0 -1
- package/libs/utils/lib/useCssVariable.mjs +0 -46
- package/libs/utils/lib/useCssVariable.mjs.map +0 -1
- package/libs/widget-empty/lib/cjs/Error/index.js +0 -49
- package/libs/widget-empty/lib/cjs/Error/index.js.map +0 -1
- package/libs/widget-empty/lib/cjs/Error/translations/__intergalactic-dynamic-locales.js +0 -41
- package/libs/widget-empty/lib/cjs/Error/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/widget-empty/lib/cjs/Error/translations/de.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/en.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/es.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/fr.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/it.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/ja.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/ko.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/nl.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/pl.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/pt.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/ru.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/sv.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/tr.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/vi.json +0 -4
- package/libs/widget-empty/lib/cjs/Error/translations/zh.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/index.js +0 -51
- package/libs/widget-empty/lib/cjs/NoData/index.js.map +0 -1
- package/libs/widget-empty/lib/cjs/NoData/translations/__intergalactic-dynamic-locales.js +0 -41
- package/libs/widget-empty/lib/cjs/NoData/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/widget-empty/lib/cjs/NoData/translations/de.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/en.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/es.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/fr.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/it.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/ja.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/ko.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/nl.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/pl.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/pt.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/ru.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/sv.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/tr.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/vi.json +0 -4
- package/libs/widget-empty/lib/cjs/NoData/translations/zh.json +0 -4
- package/libs/widget-empty/lib/cjs/WidgetEmpty.js +0 -80
- package/libs/widget-empty/lib/cjs/WidgetEmpty.js.map +0 -1
- package/libs/widget-empty/lib/cjs/index.d.js +0 -2
- package/libs/widget-empty/lib/cjs/index.d.js.map +0 -1
- package/libs/widget-empty/lib/cjs/index.js +0 -44
- package/libs/widget-empty/lib/cjs/index.js.map +0 -1
- package/libs/widget-empty/lib/cjs/style/widget-empty.shadow.css +0 -36
- package/libs/widget-empty/lib/es6/Error/index.js +0 -41
- package/libs/widget-empty/lib/es6/Error/index.js.map +0 -1
- package/libs/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.js +0 -33
- package/libs/widget-empty/lib/es6/Error/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/widget-empty/lib/es6/Error/translations/de.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/en.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/es.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/fr.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/it.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/ja.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/ko.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/nl.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/pl.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/pt.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/ru.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/sv.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/tr.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/vi.json +0 -4
- package/libs/widget-empty/lib/es6/Error/translations/zh.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/index.js +0 -43
- package/libs/widget-empty/lib/es6/NoData/index.js.map +0 -1
- package/libs/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.js +0 -33
- package/libs/widget-empty/lib/es6/NoData/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/widget-empty/lib/es6/NoData/translations/de.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/en.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/es.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/fr.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/it.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/ja.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/ko.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/nl.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/pl.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/pt.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/ru.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/sv.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/tr.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/vi.json +0 -4
- package/libs/widget-empty/lib/es6/NoData/translations/zh.json +0 -4
- package/libs/widget-empty/lib/es6/WidgetEmpty.js +0 -74
- package/libs/widget-empty/lib/es6/WidgetEmpty.js.map +0 -1
- package/libs/widget-empty/lib/es6/index.d.js +0 -2
- package/libs/widget-empty/lib/es6/index.d.js.map +0 -1
- package/libs/widget-empty/lib/es6/index.js +0 -5
- package/libs/widget-empty/lib/es6/index.js.map +0 -1
- package/libs/widget-empty/lib/es6/style/widget-empty.shadow.css +0 -36
- package/libs/widget-empty/lib/types/index.d.ts +0 -44
- package/libs/wizard/lib/cjs/Wizard.js +0 -178
- package/libs/wizard/lib/cjs/Wizard.js.map +0 -1
- package/libs/wizard/lib/cjs/index.d.js +0 -2
- package/libs/wizard/lib/cjs/index.d.js.map +0 -1
- package/libs/wizard/lib/cjs/index.js +0 -14
- package/libs/wizard/lib/cjs/index.js.map +0 -1
- package/libs/wizard/lib/cjs/style/wizard.shadow.css +0 -99
- package/libs/wizard/lib/cjs/translations/__intergalactic-dynamic-locales.js +0 -39
- package/libs/wizard/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/wizard/lib/cjs/translations/de.json +0 -3
- package/libs/wizard/lib/cjs/translations/en.json +0 -3
- package/libs/wizard/lib/cjs/translations/es.json +0 -3
- package/libs/wizard/lib/cjs/translations/fr.json +0 -3
- package/libs/wizard/lib/cjs/translations/it.json +0 -3
- package/libs/wizard/lib/cjs/translations/ja.json +0 -3
- package/libs/wizard/lib/cjs/translations/ko.json +0 -3
- package/libs/wizard/lib/cjs/translations/nl.json +0 -3
- package/libs/wizard/lib/cjs/translations/pl.json +0 -3
- package/libs/wizard/lib/cjs/translations/pt.json +0 -3
- package/libs/wizard/lib/cjs/translations/sv.json +0 -3
- package/libs/wizard/lib/cjs/translations/tr.json +0 -3
- package/libs/wizard/lib/cjs/translations/vi.json +0 -3
- package/libs/wizard/lib/cjs/translations/zh.json +0 -3
- package/libs/wizard/lib/es6/Wizard.js +0 -174
- package/libs/wizard/lib/es6/Wizard.js.map +0 -1
- package/libs/wizard/lib/es6/index.d.js +0 -2
- package/libs/wizard/lib/es6/index.d.js.map +0 -1
- package/libs/wizard/lib/es6/index.js +0 -2
- package/libs/wizard/lib/es6/index.js.map +0 -1
- package/libs/wizard/lib/es6/style/wizard.shadow.css +0 -99
- package/libs/wizard/lib/es6/translations/__intergalactic-dynamic-locales.js +0 -31
- package/libs/wizard/lib/es6/translations/__intergalactic-dynamic-locales.js.map +0 -1
- package/libs/wizard/lib/es6/translations/de.json +0 -3
- package/libs/wizard/lib/es6/translations/en.json +0 -3
- package/libs/wizard/lib/es6/translations/es.json +0 -3
- package/libs/wizard/lib/es6/translations/fr.json +0 -3
- package/libs/wizard/lib/es6/translations/it.json +0 -3
- package/libs/wizard/lib/es6/translations/ja.json +0 -3
- package/libs/wizard/lib/es6/translations/ko.json +0 -3
- package/libs/wizard/lib/es6/translations/nl.json +0 -3
- package/libs/wizard/lib/es6/translations/pl.json +0 -3
- package/libs/wizard/lib/es6/translations/pt.json +0 -3
- package/libs/wizard/lib/es6/translations/sv.json +0 -3
- package/libs/wizard/lib/es6/translations/tr.json +0 -3
- package/libs/wizard/lib/es6/translations/vi.json +0 -3
- package/libs/wizard/lib/es6/translations/zh.json +0 -3
- package/libs/wizard/lib/types/index.d.ts +0 -80
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Popper.js","names":["_core","_interopRequireWildcard","require","_react","_interopRequireDefault","_canUseDOM","_flexBox","_outsideClick","_portal","_neighborLocation","_ref5","_useFocusLock","_assignProps3","_pick","_logger","_uniqueID","_animation","_useCssVariable","_ThemeProvider","_ScreenReaderOnly","_keyboardFocusEnhance","_createPopper2","_excluded","_excluded2","_excluded3","_excluded4","style","sstyled","insert","isObject","obj","_typeof2","Array","isArray","someArray","arr1","arr2","filter","i","indexOf","useUpdatePopperEveryFrame","popperRef","nextAnimationFrameRef","React","useRef","handleAnimationFrame","useCallback","until","_popperRef$current","Date","now","current","update","requestAnimationFrame","useEffect","cancelAnimationFrame","MODIFIERS_OPTIONS","Popper","_Component","_inherits2","_super","_createSuper2","props","_this","_classCallCheck2","call","_defineProperty2","_assertThisInitialized2","click","trigger","popper","hover","focus","none","createRef","ref","triggerRef","setRef","createPopper","_this$asProps","asProps","placement","modifiers","strategy","onFirstUpdate","other","_objectWithoutProperties2","optionsModifiers","pick","modifiersFallback","offset","modifiersOptions","name","undefined","map","options","push","gpuAcceleration","modifiersMerge","concat","_toConsumableArray2","callAllEventHandlers","_this$observer","_this$observer2","observer","observe","e","visible","key","stopPropagation","bindHandlerChangeVisibleWithTimer","onKeyDown","handlerKeyDown","component","currentTarget","handlerChangeVisibleWithTimer","clearTimeout","timerMultiTrigger","setTimeout","state","elements","reference","setOptions","cb","_this$asProps2","timeout","disabled","handlers","timeoutConfig","latency","timer","canUseDOM","ResizeObserver","_this$popper$current","_createClass2","value","uncontrolledProps","__disablePopper","getPopperOptions","componentDidUpdate","prevProps","_this2","popperProps","some","propName","destroyPopper","_this$observer3","disconnect","destroy","handlersFromInteraction","interaction","_this3","eventInteraction","eventsInteractionMap","_eventInteraction$com","_slicedToArray2","_eventInteraction$com2","showEvents","_eventInteraction$com3","hideEvents","crossEvents","forEach","action","getTriggerProps","_this$asProps3","disableEnforceFocus","_this$handlersFromInt","interactionProps","_objectSpread2","createTriggerRef","active","bindHandlerKeyDown","focusableTriggerReturnFocusToRef","getPopperProps","_this$asProps4","disablePortal","duration","animationsDisabled","_this$handlersFromInt2","createPopperRef","setContext","setTrigger","setPopper","componentWillUnmount","render","_this$asProps5","Children","root","onOutsideClick","excludeRefs","createElement","Fragment","Component","defaultVisible","arrow","padding","uniqueIDEnhancement","cssVariableEnhance","variable","fallback","Number","parseInt","prop","getElementNestingIndexes","element","chain","arguments","length","Set","document","body","parentElement","index","from","children","has","add","useReturnFocusEl","onKeyboardFocus","disable","_React$useState","useState","_React$useState2","returnFocusEl","setReturnFocusEl","focusSourceRef","useFocusSource","handleFocus","event","relatedTarget","focusToNesting","target","focusFromNesting","nestingLength","Math","max","handleFocusReturnElBlur","useFocusCatch","activeRef","_React$useState3","_React$useState4","focusCatch","setFocusCatch","handleFocusCatchBlur","handleFocusCatchRef","node","isFocusInside","activeElement","focusCatcherStyles","position","Trigger","_ref","arguments[0]","STrigger","Box","SFocusHint","focusHint","_useReturnFocusEl","_useFocusCatch","tabIndex","onBlur","assignProps","ScreenReaderOnly","PopperPopper","_ref2","_ref3","SPopper","Scale","styles","ignorePortalsStacking","autoFocus","controlsLength","_props$focusMaster","focusMaster","useFocusLock","useContextTheme","updatePopperEveryFrame","handleAnimationStart","min","handleAnimationEnd","_popper$current","animationCtx","useContext","animationContext","unsubscribeAnimationStart","onAnimationStart","unsubscribeAnimationEnd","onAnimationEnd","cn","PortalProvider","enhance","keyboardFocusEnhance","_default","createComponent","exports"],"sources":["../../src/Popper.jsx"],"sourcesContent":["import React from 'react';\n\nimport canUseDOM from '@semcore/utils/lib/canUseDOM';\nimport createComponent, { Component, sstyled, Root } from '@semcore/core';\nimport { Box } from '@semcore/flex-box';\nimport OutsideClick from '@semcore/outside-click';\nimport Portal, { PortalProvider } from '@semcore/portal';\nimport NeighborLocation from '@semcore/neighbor-location';\nimport { setRef } from '@semcore/utils/lib/ref';\nimport { useFocusLock, isFocusInside } from '@semcore/utils/lib/use/useFocusLock';\nimport { callAllEventHandlers } from '@semcore/utils/lib/assignProps';\nimport pick from '@semcore/utils/lib/pick';\nimport logger from '@semcore/utils/lib/logger';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport { Scale, animationContext } from '@semcore/animation';\nimport { cssVariableEnhance } from '@semcore/utils/lib/useCssVariable';\nimport { useContextTheme } from '@semcore/utils/lib/ThemeProvider';\nimport { ScreenReaderOnly } from '@semcore/utils/lib/ScreenReaderOnly';\nimport keyboardFocusEnhance, {\n useFocusSource,\n} from '@semcore/utils/lib/enhances/keyboardFocusEnhance';\n\nimport createPopper from './createPopper';\n\nimport style from './style/popper.shadow.css';\n\nfunction isObject(obj) {\n return typeof obj === 'object' && !Array.isArray(obj);\n}\n\nfunction someArray(arr1, arr2) {\n return arr1.filter(function (i) {\n return arr2.indexOf(i) !== -1;\n });\n}\n\nconst useUpdatePopperEveryFrame = (popperRef) => {\n const nextAnimationFrameRef = React.useRef(-1);\n const handleAnimationFrame = React.useCallback((until) => {\n if (until < Date.now()) return;\n popperRef.current?.update();\n nextAnimationFrameRef.current = requestAnimationFrame(() => handleAnimationFrame(until));\n }, []);\n React.useEffect(() => () => cancelAnimationFrame(nextAnimationFrameRef.current), []);\n return handleAnimationFrame;\n};\n\nconst MODIFIERS_OPTIONS = [\n 'offset',\n 'preventOverflow',\n 'arrow',\n 'flip',\n 'computeStyles',\n 'eventListeners',\n];\n\nclass Popper extends Component {\n static displayName = 'Popper';\n\n static style = style;\n\n static defaultProps = {\n defaultVisible: false,\n placement: 'auto',\n modifiers: [],\n arrow: {\n padding: 6,\n },\n strategy: 'absolute',\n interaction: 'click',\n timeout: 0,\n excludeRefs: [],\n };\n\n static enhance = [\n uniqueIDEnhancement(),\n cssVariableEnhance({\n variable: '--intergalactic-duration-popper',\n fallback: '200',\n map: Number.parseInt,\n prop: 'duration',\n }),\n ];\n\n eventsInteractionMap = {\n click: {\n trigger: [['onClick'], ['onClick']],\n popper: [],\n },\n hover: {\n trigger: [\n ['onMouseEnter', 'onKeyboardFocus'],\n ['onMouseLeave', 'onBlur'],\n ],\n popper: [['onMouseEnter', 'onFocusCapture'], ['onMouseLeave']],\n },\n focus: {\n trigger: [['onFocus'], ['onBlur']],\n // to intercept faster than onBlur on the trigger\n popper: [['onFocusCapture'], ['onBlur']],\n },\n none: {\n trigger: [],\n popper: [],\n },\n };\n\n // timer: ReturnType<typeof setTimeout>;\n // observer: ResizeObserver;\n triggerRef = React.createRef();\n focusableTriggerReturnFocusToRef = React.createRef();\n popperRef = React.createRef();\n popper = React.createRef();\n\n constructor(props) {\n super(props);\n if (canUseDOM()) {\n this.observer = new ResizeObserver(() => {\n requestAnimationFrame(() => {\n this.popper.current?.update();\n });\n });\n }\n }\n\n uncontrolledProps() {\n return {\n visible: null,\n };\n }\n\n createTriggerRef = (ref) => {\n if (ref && this.triggerRef.current !== ref) {\n setRef(this.triggerRef, ref);\n this.createPopper();\n }\n };\n\n createPopperRef = (ref) => {\n if (ref && this.popperRef.current !== ref) {\n setRef(this.popperRef, ref);\n this.createPopper();\n }\n };\n\n getPopperOptions = () => {\n const { placement, modifiers, strategy, onFirstUpdate, ...other } = this.asProps;\n const optionsModifiers = pick(other, MODIFIERS_OPTIONS);\n const modifiersFallback = [];\n\n if (typeof optionsModifiers.offset === 'number') {\n optionsModifiers.offset = [0, optionsModifiers.offset];\n }\n const modifiersOptions = MODIFIERS_OPTIONS.filter(\n (name) => optionsModifiers[name] !== undefined,\n ).map((name) => ({\n name,\n options: isObject(optionsModifiers[name])\n ? optionsModifiers[name]\n : { [name]: optionsModifiers[name] },\n }));\n\n modifiersOptions.push({\n name: 'computeStyles',\n options: { gpuAcceleration: false },\n });\n\n const modifiersMerge = [...modifiersFallback, ...modifiersOptions].concat(modifiers);\n\n return {\n placement,\n strategy,\n onFirstUpdate: callAllEventHandlers(onFirstUpdate, () => {\n this.observer?.observe(this.triggerRef.current);\n this.observer?.observe(this.popperRef.current);\n }),\n modifiers: modifiersMerge,\n };\n };\n\n createPopper() {\n if (!this.triggerRef.current || !this.popperRef.current) return;\n if (this.asProps.__disablePopper) return;\n\n this.popper.current = createPopper(\n this.triggerRef.current,\n this.popperRef.current,\n this.getPopperOptions(),\n );\n }\n\n componentDidUpdate(prevProps) {\n const popperProps = [\n 'strategy',\n 'placement',\n 'offset',\n 'preventOverflow',\n 'arrow',\n 'flip',\n 'computeStyles',\n 'eventListeners',\n 'onFirstUpdate',\n ];\n if (\n this.popper.current &&\n popperProps.some((propName) => prevProps[propName] !== this.asProps[propName])\n ) {\n this.popper.current.setOptions(this.getPopperOptions());\n }\n }\n\n destroyPopper() {\n clearTimeout(this.timer);\n clearTimeout(this.timerMultiTrigger);\n\n this.observer?.disconnect();\n\n if (this.popper.current) {\n this.popper.current.destroy();\n this.popper.current = null;\n }\n }\n\n handlersFromInteraction(interaction, component, visible) {\n const eventInteraction =\n typeof interaction === 'string' ? this.eventsInteractionMap[interaction] : interaction;\n\n const [showEvents = [], hideEvents = []] = eventInteraction[component];\n const crossEvents = someArray(showEvents, hideEvents);\n const handlers = {};\n\n showEvents.forEach((action) => {\n handlers[action] = this.bindHandlerChangeVisibleWithTimer(true, component);\n });\n hideEvents.forEach((action) => {\n handlers[action] = this.bindHandlerChangeVisibleWithTimer(false, component);\n });\n crossEvents.forEach((action) => {\n handlers[action] = visible\n ? this.bindHandlerChangeVisibleWithTimer(false, component)\n : this.bindHandlerChangeVisibleWithTimer(true, component);\n });\n return handlers;\n }\n\n handlerKeyDown = (e) => {\n const { visible } = this.asProps;\n if (visible && e.key === 'Escape') {\n e.stopPropagation();\n\n this.bindHandlerChangeVisibleWithTimer(false)(e);\n }\n };\n bindHandlerKeyDown = (onKeyDown) => callAllEventHandlers(onKeyDown, this.handlerKeyDown);\n\n bindHandlerChangeVisibleWithTimer = (visible, component) => (e) => {\n const currentTarget = e?.currentTarget;\n this.handlerChangeVisibleWithTimer(visible, e, () => {\n clearTimeout(this.timerMultiTrigger);\n // instance popper is not here yet because the popperRef did not have time to come\n this.timerMultiTrigger = setTimeout(() => {\n if (visible && component === 'trigger' && this.popper.current && currentTarget) {\n if (this.popper.current.state.elements.reference !== currentTarget) {\n this.popper.current.state.elements.reference = currentTarget;\n // for update\n this.popper.current.setOptions({});\n }\n }\n }, 0);\n });\n };\n\n handlerChangeVisibleWithTimer = (visible, e, cb) => {\n const { timeout, disabled } = this.asProps;\n if (typeof disabled === 'boolean' && disabled && visible) return;\n const handlers = this.handlers;\n\n const timeoutConfig = typeof timeout === 'number' ? [timeout, timeout] : timeout;\n const latency = visible ? timeoutConfig[0] : timeoutConfig[1];\n clearTimeout(this.timer);\n this.timer = setTimeout(() => {\n handlers.visible(visible, e);\n cb();\n }, latency);\n };\n\n getTriggerProps() {\n const { visible, interaction, disableEnforceFocus } = this.asProps;\n // @ts-ignore\n const { onKeyDown, ...interactionProps } = this.handlersFromInteraction(\n interaction,\n 'trigger',\n visible,\n );\n return {\n ref: this.createTriggerRef,\n active: visible,\n interaction,\n ...interactionProps,\n onKeyDown: this.bindHandlerKeyDown(onKeyDown),\n focusableTriggerReturnFocusToRef: this.focusableTriggerReturnFocusToRef,\n disableEnforceFocus,\n popperRef: this.popperRef,\n };\n }\n\n getPopperProps() {\n const {\n visible,\n disablePortal,\n interaction,\n placement,\n duration,\n animationsDisabled,\n disableEnforceFocus,\n ...other\n } = this.asProps;\n // @ts-ignore\n const { onKeyDown, ...interactionProps } = this.handlersFromInteraction(\n interaction,\n 'popper',\n visible,\n );\n\n return {\n ref: this.createPopperRef,\n triggerRef: this.triggerRef,\n visible,\n interaction,\n disablePortal,\n ...interactionProps,\n onKeyDown: this.bindHandlerKeyDown(onKeyDown),\n placement,\n duration,\n animationsDisabled,\n popper: this.popper,\n focusableTriggerReturnFocusToRef: this.focusableTriggerReturnFocusToRef,\n disableEnforceFocus,\n };\n }\n\n setContext() {\n return {\n popper: this.popper,\n setTrigger: this.createTriggerRef,\n setPopper: this.createPopperRef,\n };\n }\n\n componentWillUnmount() {\n this.destroyPopper();\n }\n\n render() {\n const { Children, visible, root, onOutsideClick, excludeRefs } = this.asProps;\n return (\n <>\n {visible ? (\n <OutsideClick\n root={root}\n excludeRefs={[this.triggerRef, this.popperRef, ...excludeRefs]}\n onOutsideClick={callAllEventHandlers(\n onOutsideClick,\n this.bindHandlerChangeVisibleWithTimer(false),\n )}\n />\n ) : null}\n <Children />\n </>\n );\n }\n}\n\nconst getElementNestingIndexes = (element, chain = new Set([element, document.body])) => {\n if (!element?.parentElement) return [];\n const index = Array.from(element.parentElement.children).indexOf(element);\n if (chain.has(element.parentElement)) return [index];\n chain.add(element.parentElement);\n return [...getElementNestingIndexes(element.parentElement, chain), index];\n};\n\nconst useReturnFocusEl = (interaction, onKeyboardFocus, disable) => {\n const [returnFocusEl, setReturnFocusEl] = React.useState(null);\n const focusSourceRef = useFocusSource();\n const handleFocus = React.useCallback(\n (event) => {\n if (focusSourceRef.current !== 'keyboard') return;\n onKeyboardFocus?.();\n if (disable) return;\n if (interaction !== 'focus') return;\n if (!event.relatedTarget) {\n setReturnFocusEl('after');\n }\n const focusToNesting = getElementNestingIndexes(event.target);\n const focusFromNesting = getElementNestingIndexes(event.relatedTarget);\n const nestingLength = Math.max(focusToNesting.length, focusFromNesting.length);\n for (let i = 0; i < nestingLength; i++) {\n if (focusFromNesting[i] === undefined) {\n setReturnFocusEl('after'); // <div tabIndex=\"0\" id=\"focus1\" /> <input id=\"focus2\" /> </div>\n return;\n }\n if (focusFromNesting[i] > focusToNesting[i]) {\n setReturnFocusEl('before'); // <input id=\"focus2\" /> <input id=\"focus1\" />\n return;\n }\n }\n\n setReturnFocusEl('after'); // <input id=\"focus1\" /> <input id=\"focus2\" />\n },\n [interaction, onKeyboardFocus, disable],\n );\n const handleFocusReturnElBlur = React.useCallback(() => {\n setTimeout(() => setReturnFocusEl(null), 0);\n }, []);\n\n return { returnFocusEl, handleFocus, handleFocusReturnElBlur };\n};\nconst useFocusCatch = (active, popperRef) => {\n const activeRef = React.useRef(active);\n activeRef.current = active;\n\n const [focusCatch, setFocusCatch] = React.useState(false);\n const handleFocusCatchBlur = React.useCallback(() => setFocusCatch(false), []);\n const handleFocusCatchRef = React.useCallback((node) => {\n if (activeRef.current) return setFocusCatch(false);\n if (!isFocusInside(popperRef.current) && document.activeElement !== document.body)\n return setFocusCatch(false);\n node?.focus();\n }, []);\n\n React.useEffect(() => {\n if (!active) return;\n if (!popperRef.current) return;\n return () => {\n setTimeout(() => {\n if (activeRef.current) return;\n if (!isFocusInside(popperRef.current) && document.activeElement !== document.body) return;\n setFocusCatch(true);\n }, 1);\n };\n }, [active]);\n\n return { focusCatch, handleFocusCatchBlur, handleFocusCatchRef };\n};\n\nconst focusCatcherStyles = { position: 'fixed' };\nfunction Trigger(props) {\n const STrigger = Root;\n const SFocusHint = 'span';\n const {\n Children,\n interaction,\n focusableTriggerReturnFocusToRef,\n focusHint,\n onKeyboardFocus,\n disableEnforceFocus,\n active,\n popperRef,\n } = props;\n\n const { returnFocusEl, handleFocusReturnElBlur, handleFocus } = useReturnFocusEl(\n interaction,\n onKeyboardFocus,\n disableEnforceFocus,\n );\n const { focusCatch, handleFocusCatchBlur, handleFocusCatchRef } = useFocusCatch(\n active,\n popperRef,\n );\n\n return (\n <>\n {returnFocusEl === 'before' && (\n <div\n tabIndex='0'\n ref={focusableTriggerReturnFocusToRef}\n onBlur={handleFocusReturnElBlur}\n style={focusCatcherStyles}\n />\n )}\n <STrigger render={Box} inline role='button' aria-haspopup={true} onFocus={handleFocus}>\n <Children />\n </STrigger>\n {focusHint && false && (\n <SFocusHint aria-live='polite'>\n <ScreenReaderOnly>{focusHint}</ScreenReaderOnly>\n </SFocusHint>\n )}\n {returnFocusEl === 'after' && (\n <div\n tabIndex='0'\n ref={focusableTriggerReturnFocusToRef}\n onBlur={handleFocusReturnElBlur}\n style={focusCatcherStyles}\n />\n )}\n {focusCatch && (\n <div\n tabIndex='0'\n ref={handleFocusCatchRef}\n onBlur={handleFocusCatchBlur}\n style={focusCatcherStyles}\n />\n )}\n </>\n );\n}\n\nfunction PopperPopper(props) {\n const SPopper = Root;\n const {\n Children,\n styles,\n visible,\n disablePortal,\n ignorePortalsStacking,\n disableEnforceFocus,\n triggerRef,\n interaction,\n autoFocus,\n controlsLength,\n duration,\n animationsDisabled,\n popper,\n focusableTriggerReturnFocusToRef,\n focusMaster = false,\n } = props;\n const ref = React.useRef(null);\n\n // https://github.com/facebook/react/issues/11387\n const stopPropagation = React.useCallback((event) => event.stopPropagation(), []);\n\n useFocusLock(\n ref,\n autoFocus,\n interaction === 'focus' || interaction === 'hover'\n ? focusableTriggerReturnFocusToRef\n : triggerRef,\n !visible || disableEnforceFocus,\n focusMaster,\n );\n\n useContextTheme(ref, visible);\n\n const updatePopperEveryFrame = useUpdatePopperEveryFrame(popper);\n const handleAnimationStart = React.useCallback(\n (duration) => {\n if (duration > 0) {\n updatePopperEveryFrame(Date.now() + Math.min(duration, 2000));\n }\n },\n [updatePopperEveryFrame],\n );\n const handleAnimationEnd = React.useCallback(() => {\n popper.current?.update();\n }, []);\n const animationCtx = React.useContext(animationContext);\n React.useEffect(() => {\n if (!ignorePortalsStacking) return;\n if (!animationCtx) return;\n const unsubscribeAnimationStart = animationCtx.onAnimationStart(handleAnimationStart);\n const unsubscribeAnimationEnd = animationCtx.onAnimationEnd(handleAnimationEnd);\n return () => {\n unsubscribeAnimationStart();\n unsubscribeAnimationEnd();\n };\n }, [animationCtx, ignorePortalsStacking]);\n\n return sstyled(styles)(\n <Portal disablePortal={disablePortal} ignorePortalsStacking={ignorePortalsStacking}>\n <NeighborLocation controlsLength={controlsLength}>\n <SPopper\n render={Scale}\n animationsDisabled={animationsDisabled}\n visible={visible}\n duration={[duration, duration / 2]}\n ref={ref}\n onClick={stopPropagation}\n onContextMenu={stopPropagation}\n onDoubleClick={stopPropagation}\n onDrag={stopPropagation}\n onDragEnd={stopPropagation}\n onDragEnter={stopPropagation}\n onDragExit={stopPropagation}\n onDragLeave={stopPropagation}\n onDragOver={stopPropagation}\n onDragStart={stopPropagation}\n onDrop={stopPropagation}\n onMouseDown={stopPropagation}\n onMouseMove={stopPropagation}\n onMouseOver={stopPropagation}\n onMouseOut={stopPropagation}\n onMouseUp={stopPropagation}\n onKeyDown={stopPropagation}\n onKeyPress={stopPropagation}\n onKeyUp={stopPropagation}\n onFocus={stopPropagation}\n onBlur={stopPropagation}\n onChange={stopPropagation}\n onInput={stopPropagation}\n onInvalid={stopPropagation}\n onReset={stopPropagation}\n onSubmit={stopPropagation}\n >\n <PortalProvider value={ref}>\n <Children />\n </PortalProvider>\n </SPopper>\n </NeighborLocation>\n </Portal>,\n );\n}\n\nPopperPopper.enhance = [keyboardFocusEnhance()];\n\nexport default createComponent(Popper, {\n Trigger,\n Popper: PopperPopper,\n});\n"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"Popper.js","names":["_core","_interopRequireWildcard","require","_react","_interopRequireDefault","_canUseDOM","_flexBox","_outsideClick","_portal","_neighborLocation","_ref5","_useFocusLock","_assignProps3","_pick","_logger","_uniqueID","_animation","_useCssVariable","_ThemeProvider","_ScreenReaderOnly","_keyboardFocusEnhance","_createPopper2","_excluded","_excluded2","_excluded3","_excluded4","style","sstyled","insert","isObject","obj","_typeof2","Array","isArray","someArray","arr1","arr2","filter","i","indexOf","useUpdatePopperEveryFrame","popperRef","nextAnimationFrameRef","React","useRef","handleAnimationFrame","useCallback","until","_popperRef$current","Date","now","current","update","requestAnimationFrame","useEffect","cancelAnimationFrame","MODIFIERS_OPTIONS","Popper","_Component","_inherits2","_super","_createSuper2","props","_this","_classCallCheck2","call","_defineProperty2","_assertThisInitialized2","click","trigger","popper","hover","focus","none","createRef","ref","triggerRef","setRef","createPopper","_this$asProps","asProps","placement","modifiers","strategy","onFirstUpdate","other","_objectWithoutProperties2","optionsModifiers","pick","modifiersFallback","offset","modifiersOptions","name","undefined","map","options","push","gpuAcceleration","modifiersMerge","concat","_toConsumableArray2","callAllEventHandlers","_this$observer","_this$observer2","observer","observe","e","visible","key","stopPropagation","bindHandlerChangeVisibleWithTimer","onKeyDown","handlerKeyDown","component","currentTarget","handlerChangeVisibleWithTimer","clearTimeout","timerMultiTrigger","setTimeout","state","elements","reference","setOptions","cb","_this$asProps2","timeout","disabled","handlers","timeoutConfig","latency","timer","canUseDOM","ResizeObserver","_this$popper$current","_createClass2","value","uncontrolledProps","__disablePopper","getPopperOptions","componentDidUpdate","prevProps","_this2","popperProps","some","propName","destroyPopper","_this$observer3","disconnect","destroy","handlersFromInteraction","interaction","_this3","eventInteraction","eventsInteractionMap","_eventInteraction$com","_slicedToArray2","_eventInteraction$com2","showEvents","_eventInteraction$com3","hideEvents","crossEvents","forEach","action","getTriggerProps","_this$asProps3","disableEnforceFocus","_this$handlersFromInt","interactionProps","_objectSpread2","createTriggerRef","active","bindHandlerKeyDown","focusableTriggerReturnFocusToRef","getPopperProps","_this$asProps4","disablePortal","duration","animationsDisabled","_this$handlersFromInt2","createPopperRef","setContext","setTrigger","setPopper","componentWillUnmount","render","_this$asProps5","Children","root","onOutsideClick","excludeRefs","createElement","Fragment","Component","defaultVisible","arrow","padding","uniqueIDEnhancement","cssVariableEnhance","variable","fallback","Number","parseInt","prop","getElementNestingIndexes","element","chain","arguments","length","Set","document","body","parentElement","index","from","children","has","add","useReturnFocusEl","onKeyboardFocus","disable","_React$useState","useState","_React$useState2","returnFocusEl","setReturnFocusEl","focusSourceRef","useFocusSource","handleFocus","event","relatedTarget","focusToNesting","target","focusFromNesting","nestingLength","Math","max","handleFocusReturnElBlur","useFocusCatch","activeRef","_React$useState3","_React$useState4","focusCatch","setFocusCatch","handleFocusCatchBlur","handleFocusCatchRef","node","isFocusInside","activeElement","focusCatcherStyles","position","Trigger","_ref","arguments[0]","STrigger","Box","SFocusHint","focusHint","highlighted","_useReturnFocusEl","_useFocusCatch","tabIndex","onBlur","assignProps","ScreenReaderOnly","PopperPopper","_ref2","_ref3","SPopper","Scale","styles","ignorePortalsStacking","autoFocus","controlsLength","_props$focusMaster","focusMaster","useFocusLock","useContextTheme","updatePopperEveryFrame","handleAnimationStart","min","handleAnimationEnd","_popper$current","animationCtx","useContext","animationContext","unsubscribeAnimationStart","onAnimationStart","unsubscribeAnimationEnd","onAnimationEnd","cn","PortalProvider","enhance","keyboardFocusEnhance","_default","createComponent","exports"],"sources":["../../src/Popper.jsx"],"sourcesContent":["import React from 'react';\n\nimport canUseDOM from '@semcore/utils/lib/canUseDOM';\nimport createComponent, { Component, sstyled, Root } from '@semcore/core';\nimport { Box } from '@semcore/flex-box';\nimport OutsideClick from '@semcore/outside-click';\nimport Portal, { PortalProvider } from '@semcore/portal';\nimport NeighborLocation from '@semcore/neighbor-location';\nimport { setRef } from '@semcore/utils/lib/ref';\nimport { useFocusLock, isFocusInside } from '@semcore/utils/lib/use/useFocusLock';\nimport { callAllEventHandlers } from '@semcore/utils/lib/assignProps';\nimport pick from '@semcore/utils/lib/pick';\nimport logger from '@semcore/utils/lib/logger';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport { Scale, animationContext } from '@semcore/animation';\nimport { cssVariableEnhance } from '@semcore/utils/lib/useCssVariable';\nimport { useContextTheme } from '@semcore/utils/lib/ThemeProvider';\nimport { ScreenReaderOnly } from '@semcore/utils/lib/ScreenReaderOnly';\nimport keyboardFocusEnhance, {\n useFocusSource,\n} from '@semcore/utils/lib/enhances/keyboardFocusEnhance';\n\nimport createPopper from './createPopper';\n\nimport style from './style/popper.shadow.css';\n\nfunction isObject(obj) {\n return typeof obj === 'object' && !Array.isArray(obj);\n}\n\nfunction someArray(arr1, arr2) {\n return arr1.filter(function (i) {\n return arr2.indexOf(i) !== -1;\n });\n}\n\nconst useUpdatePopperEveryFrame = (popperRef) => {\n const nextAnimationFrameRef = React.useRef(-1);\n const handleAnimationFrame = React.useCallback((until) => {\n if (until < Date.now()) return;\n popperRef.current?.update();\n nextAnimationFrameRef.current = requestAnimationFrame(() => handleAnimationFrame(until));\n }, []);\n React.useEffect(() => () => cancelAnimationFrame(nextAnimationFrameRef.current), []);\n return handleAnimationFrame;\n};\n\nconst MODIFIERS_OPTIONS = [\n 'offset',\n 'preventOverflow',\n 'arrow',\n 'flip',\n 'computeStyles',\n 'eventListeners',\n];\n\nclass Popper extends Component {\n static displayName = 'Popper';\n\n static style = style;\n\n static defaultProps = {\n defaultVisible: false,\n placement: 'auto',\n modifiers: [],\n arrow: {\n padding: 6,\n },\n strategy: 'absolute',\n interaction: 'click',\n timeout: 0,\n excludeRefs: [],\n };\n\n static enhance = [\n uniqueIDEnhancement(),\n cssVariableEnhance({\n variable: '--intergalactic-duration-popper',\n fallback: '200',\n map: Number.parseInt,\n prop: 'duration',\n }),\n ];\n\n eventsInteractionMap = {\n click: {\n trigger: [['onClick'], ['onClick']],\n popper: [],\n },\n hover: {\n trigger: [\n ['onMouseEnter', 'onKeyboardFocus'],\n ['onMouseLeave', 'onBlur'],\n ],\n popper: [['onMouseEnter', 'onFocusCapture'], ['onMouseLeave']],\n },\n focus: {\n trigger: [['onFocus'], ['onBlur']],\n // to intercept faster than onBlur on the trigger\n popper: [['onFocusCapture'], ['onBlur']],\n },\n none: {\n trigger: [],\n popper: [],\n },\n };\n\n // timer: ReturnType<typeof setTimeout>;\n // observer: ResizeObserver;\n triggerRef = React.createRef();\n focusableTriggerReturnFocusToRef = React.createRef();\n popperRef = React.createRef();\n popper = React.createRef();\n\n constructor(props) {\n super(props);\n if (canUseDOM()) {\n this.observer = new ResizeObserver(() => {\n requestAnimationFrame(() => {\n this.popper.current?.update();\n });\n });\n }\n }\n\n uncontrolledProps() {\n return {\n visible: null,\n };\n }\n\n createTriggerRef = (ref) => {\n if (ref && this.triggerRef.current !== ref) {\n setRef(this.triggerRef, ref);\n this.createPopper();\n }\n };\n\n createPopperRef = (ref) => {\n if (ref && this.popperRef.current !== ref) {\n setRef(this.popperRef, ref);\n this.createPopper();\n }\n };\n\n getPopperOptions = () => {\n const { placement, modifiers, strategy, onFirstUpdate, ...other } = this.asProps;\n const optionsModifiers = pick(other, MODIFIERS_OPTIONS);\n const modifiersFallback = [];\n\n if (typeof optionsModifiers.offset === 'number') {\n optionsModifiers.offset = [0, optionsModifiers.offset];\n }\n const modifiersOptions = MODIFIERS_OPTIONS.filter(\n (name) => optionsModifiers[name] !== undefined,\n ).map((name) => ({\n name,\n options: isObject(optionsModifiers[name])\n ? optionsModifiers[name]\n : { [name]: optionsModifiers[name] },\n }));\n\n modifiersOptions.push({\n name: 'computeStyles',\n options: { gpuAcceleration: false },\n });\n\n const modifiersMerge = [...modifiersFallback, ...modifiersOptions].concat(modifiers);\n\n return {\n placement,\n strategy,\n onFirstUpdate: callAllEventHandlers(onFirstUpdate, () => {\n this.observer?.observe(this.triggerRef.current);\n this.observer?.observe(this.popperRef.current);\n }),\n modifiers: modifiersMerge,\n };\n };\n\n createPopper() {\n if (!this.triggerRef.current || !this.popperRef.current) return;\n if (this.asProps.__disablePopper) return;\n\n this.popper.current = createPopper(\n this.triggerRef.current,\n this.popperRef.current,\n this.getPopperOptions(),\n );\n }\n\n componentDidUpdate(prevProps) {\n const popperProps = [\n 'strategy',\n 'placement',\n 'offset',\n 'preventOverflow',\n 'arrow',\n 'flip',\n 'computeStyles',\n 'eventListeners',\n 'onFirstUpdate',\n ];\n if (\n this.popper.current &&\n popperProps.some((propName) => prevProps[propName] !== this.asProps[propName])\n ) {\n this.popper.current.setOptions(this.getPopperOptions());\n }\n }\n\n destroyPopper() {\n clearTimeout(this.timer);\n clearTimeout(this.timerMultiTrigger);\n\n this.observer?.disconnect();\n\n if (this.popper.current) {\n this.popper.current.destroy();\n this.popper.current = null;\n }\n }\n\n handlersFromInteraction(interaction, component, visible) {\n const eventInteraction =\n typeof interaction === 'string' ? this.eventsInteractionMap[interaction] : interaction;\n\n const [showEvents = [], hideEvents = []] = eventInteraction[component];\n const crossEvents = someArray(showEvents, hideEvents);\n const handlers = {};\n\n showEvents.forEach((action) => {\n handlers[action] = this.bindHandlerChangeVisibleWithTimer(true, component);\n });\n hideEvents.forEach((action) => {\n handlers[action] = this.bindHandlerChangeVisibleWithTimer(false, component);\n });\n crossEvents.forEach((action) => {\n handlers[action] = visible\n ? this.bindHandlerChangeVisibleWithTimer(false, component)\n : this.bindHandlerChangeVisibleWithTimer(true, component);\n });\n return handlers;\n }\n\n handlerKeyDown = (e) => {\n const { visible } = this.asProps;\n if (visible && e.key === 'Escape') {\n e.stopPropagation();\n\n this.bindHandlerChangeVisibleWithTimer(false)(e);\n }\n };\n bindHandlerKeyDown = (onKeyDown) => callAllEventHandlers(onKeyDown, this.handlerKeyDown);\n\n bindHandlerChangeVisibleWithTimer = (visible, component) => (e) => {\n const currentTarget = e?.currentTarget;\n this.handlerChangeVisibleWithTimer(visible, e, () => {\n clearTimeout(this.timerMultiTrigger);\n // instance popper is not here yet because the popperRef did not have time to come\n this.timerMultiTrigger = setTimeout(() => {\n if (visible && component === 'trigger' && this.popper.current && currentTarget) {\n if (this.popper.current.state.elements.reference !== currentTarget) {\n this.popper.current.state.elements.reference = currentTarget;\n // for update\n this.popper.current.setOptions({});\n }\n }\n }, 0);\n });\n };\n\n handlerChangeVisibleWithTimer = (visible, e, cb) => {\n const { timeout, disabled } = this.asProps;\n if (typeof disabled === 'boolean' && disabled && visible) return;\n const handlers = this.handlers;\n\n const timeoutConfig = typeof timeout === 'number' ? [timeout, timeout] : timeout;\n const latency = visible ? timeoutConfig[0] : timeoutConfig[1];\n clearTimeout(this.timer);\n this.timer = setTimeout(() => {\n handlers.visible(visible, e);\n cb();\n }, latency);\n };\n\n getTriggerProps() {\n const { visible, interaction, disableEnforceFocus } = this.asProps;\n // @ts-ignore\n const { onKeyDown, ...interactionProps } = this.handlersFromInteraction(\n interaction,\n 'trigger',\n visible,\n );\n return {\n ref: this.createTriggerRef,\n active: visible,\n interaction,\n ...interactionProps,\n onKeyDown: this.bindHandlerKeyDown(onKeyDown),\n focusableTriggerReturnFocusToRef: this.focusableTriggerReturnFocusToRef,\n disableEnforceFocus,\n popperRef: this.popperRef,\n };\n }\n\n getPopperProps() {\n const {\n visible,\n disablePortal,\n interaction,\n placement,\n duration,\n animationsDisabled,\n disableEnforceFocus,\n ...other\n } = this.asProps;\n // @ts-ignore\n const { onKeyDown, ...interactionProps } = this.handlersFromInteraction(\n interaction,\n 'popper',\n visible,\n );\n\n return {\n ref: this.createPopperRef,\n triggerRef: this.triggerRef,\n visible,\n interaction,\n disablePortal,\n ...interactionProps,\n onKeyDown: this.bindHandlerKeyDown(onKeyDown),\n placement,\n duration,\n animationsDisabled,\n popper: this.popper,\n focusableTriggerReturnFocusToRef: this.focusableTriggerReturnFocusToRef,\n disableEnforceFocus,\n };\n }\n\n setContext() {\n return {\n popper: this.popper,\n setTrigger: this.createTriggerRef,\n setPopper: this.createPopperRef,\n };\n }\n\n componentWillUnmount() {\n this.destroyPopper();\n }\n\n render() {\n const { Children, visible, root, onOutsideClick, excludeRefs } = this.asProps;\n return (\n <>\n {visible ? (\n <OutsideClick\n root={root}\n excludeRefs={[this.triggerRef, this.popperRef, ...excludeRefs]}\n onOutsideClick={callAllEventHandlers(\n onOutsideClick,\n this.bindHandlerChangeVisibleWithTimer(false),\n )}\n />\n ) : null}\n <Children />\n </>\n );\n }\n}\n\nconst getElementNestingIndexes = (element, chain = new Set([element, document.body])) => {\n if (!element?.parentElement) return [];\n const index = Array.from(element.parentElement.children).indexOf(element);\n if (chain.has(element.parentElement)) return [index];\n chain.add(element.parentElement);\n return [...getElementNestingIndexes(element.parentElement, chain), index];\n};\n\nconst useReturnFocusEl = (interaction, onKeyboardFocus, disable) => {\n const [returnFocusEl, setReturnFocusEl] = React.useState(null);\n const focusSourceRef = useFocusSource();\n const handleFocus = React.useCallback(\n (event) => {\n if (focusSourceRef.current !== 'keyboard') return;\n onKeyboardFocus?.();\n if (disable) return;\n if (interaction !== 'focus') return;\n if (!event.relatedTarget) {\n setReturnFocusEl('after');\n }\n const focusToNesting = getElementNestingIndexes(event.target);\n const focusFromNesting = getElementNestingIndexes(event.relatedTarget);\n const nestingLength = Math.max(focusToNesting.length, focusFromNesting.length);\n for (let i = 0; i < nestingLength; i++) {\n if (focusFromNesting[i] === undefined) {\n setReturnFocusEl('after'); // <div tabIndex=\"0\" id=\"focus1\" /> <input id=\"focus2\" /> </div>\n return;\n }\n if (focusFromNesting[i] > focusToNesting[i]) {\n setReturnFocusEl('before'); // <input id=\"focus2\" /> <input id=\"focus1\" />\n return;\n }\n }\n\n setReturnFocusEl('after'); // <input id=\"focus1\" /> <input id=\"focus2\" />\n },\n [interaction, onKeyboardFocus, disable],\n );\n const handleFocusReturnElBlur = React.useCallback(() => {\n setTimeout(() => setReturnFocusEl(null), 0);\n }, []);\n\n return { returnFocusEl, handleFocus, handleFocusReturnElBlur };\n};\nconst useFocusCatch = (active, popperRef) => {\n const activeRef = React.useRef(active);\n activeRef.current = active;\n\n const [focusCatch, setFocusCatch] = React.useState(false);\n const handleFocusCatchBlur = React.useCallback(() => setFocusCatch(false), []);\n const handleFocusCatchRef = React.useCallback((node) => {\n if (activeRef.current) return setFocusCatch(false);\n if (!isFocusInside(popperRef.current) && document.activeElement !== document.body)\n return setFocusCatch(false);\n node?.focus();\n }, []);\n\n React.useEffect(() => {\n if (!active) return;\n if (!popperRef.current) return;\n return () => {\n setTimeout(() => {\n if (activeRef.current) return;\n if (!isFocusInside(popperRef.current) && document.activeElement !== document.body) return;\n setFocusCatch(true);\n }, 1);\n };\n }, [active]);\n\n return { focusCatch, handleFocusCatchBlur, handleFocusCatchRef };\n};\n\nconst focusCatcherStyles = { position: 'fixed' };\nfunction Trigger(props) {\n const STrigger = Root;\n const SFocusHint = 'span';\n const {\n Children,\n interaction,\n focusableTriggerReturnFocusToRef,\n focusHint,\n onKeyboardFocus,\n disableEnforceFocus,\n active,\n popperRef,\n highlighted,\n } = props;\n\n const triggerRef = React.createRef();\n\n const { returnFocusEl, handleFocusReturnElBlur, handleFocus } = useReturnFocusEl(\n interaction,\n onKeyboardFocus,\n disableEnforceFocus,\n );\n const { focusCatch, handleFocusCatchBlur, handleFocusCatchRef } = useFocusCatch(\n active,\n popperRef,\n );\n\n React.useEffect(() => {\n if (highlighted === true) {\n onKeyboardFocus({ currentTarget: triggerRef.current });\n }\n }, [highlighted]);\n\n return (\n <>\n {returnFocusEl === 'before' && (\n <div\n tabIndex='0'\n ref={focusableTriggerReturnFocusToRef}\n onBlur={handleFocusReturnElBlur}\n style={focusCatcherStyles}\n />\n )}\n <STrigger\n render={Box}\n inline\n role='button'\n aria-haspopup={true}\n onFocus={handleFocus}\n ref={triggerRef}\n >\n <Children />\n </STrigger>\n {focusHint && false && (\n <SFocusHint aria-live='polite'>\n <ScreenReaderOnly>{focusHint}</ScreenReaderOnly>\n </SFocusHint>\n )}\n {returnFocusEl === 'after' && (\n <div\n tabIndex='0'\n ref={focusableTriggerReturnFocusToRef}\n onBlur={handleFocusReturnElBlur}\n style={focusCatcherStyles}\n />\n )}\n {focusCatch && (\n <div\n tabIndex='0'\n ref={handleFocusCatchRef}\n onBlur={handleFocusCatchBlur}\n style={focusCatcherStyles}\n />\n )}\n </>\n );\n}\n\nfunction PopperPopper(props) {\n const SPopper = Root;\n const {\n Children,\n styles,\n visible,\n disablePortal,\n ignorePortalsStacking,\n disableEnforceFocus,\n triggerRef,\n interaction,\n autoFocus,\n controlsLength,\n duration,\n animationsDisabled,\n popper,\n focusableTriggerReturnFocusToRef,\n focusMaster = false,\n } = props;\n const ref = React.useRef(null);\n\n // https://github.com/facebook/react/issues/11387\n const stopPropagation = React.useCallback((event) => event.stopPropagation(), []);\n\n useFocusLock(\n ref,\n autoFocus,\n interaction === 'focus' || interaction === 'hover'\n ? focusableTriggerReturnFocusToRef\n : triggerRef,\n !visible || disableEnforceFocus,\n focusMaster,\n );\n\n useContextTheme(ref, visible);\n\n const updatePopperEveryFrame = useUpdatePopperEveryFrame(popper);\n const handleAnimationStart = React.useCallback(\n (duration) => {\n if (duration > 0) {\n updatePopperEveryFrame(Date.now() + Math.min(duration, 2000));\n }\n },\n [updatePopperEveryFrame],\n );\n const handleAnimationEnd = React.useCallback(() => {\n popper.current?.update();\n }, []);\n const animationCtx = React.useContext(animationContext);\n React.useEffect(() => {\n if (!ignorePortalsStacking) return;\n if (!animationCtx) return;\n const unsubscribeAnimationStart = animationCtx.onAnimationStart(handleAnimationStart);\n const unsubscribeAnimationEnd = animationCtx.onAnimationEnd(handleAnimationEnd);\n return () => {\n unsubscribeAnimationStart();\n unsubscribeAnimationEnd();\n };\n }, [animationCtx, ignorePortalsStacking]);\n\n return sstyled(styles)(\n <Portal disablePortal={disablePortal} ignorePortalsStacking={ignorePortalsStacking}>\n <NeighborLocation controlsLength={controlsLength}>\n <SPopper\n render={Scale}\n animationsDisabled={animationsDisabled}\n visible={visible}\n duration={[duration, duration / 2]}\n ref={ref}\n onClick={stopPropagation}\n onContextMenu={stopPropagation}\n onDoubleClick={stopPropagation}\n onDrag={stopPropagation}\n onDragEnd={stopPropagation}\n onDragEnter={stopPropagation}\n onDragExit={stopPropagation}\n onDragLeave={stopPropagation}\n onDragOver={stopPropagation}\n onDragStart={stopPropagation}\n onDrop={stopPropagation}\n onMouseDown={stopPropagation}\n onMouseMove={stopPropagation}\n onMouseOver={stopPropagation}\n onMouseOut={stopPropagation}\n onMouseUp={stopPropagation}\n onKeyDown={stopPropagation}\n onKeyPress={stopPropagation}\n onKeyUp={stopPropagation}\n onFocus={stopPropagation}\n onBlur={stopPropagation}\n onChange={stopPropagation}\n onInput={stopPropagation}\n onInvalid={stopPropagation}\n onReset={stopPropagation}\n onSubmit={stopPropagation}\n >\n <PortalProvider value={ref}>\n <Children />\n </PortalProvider>\n </SPopper>\n </NeighborLocation>\n </Portal>,\n );\n}\n\nPopperPopper.enhance = [keyboardFocusEnhance()];\n\nexport default createComponent(Popper, {\n Trigger,\n Popper: PopperPopper,\n});\n"],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { DOMAttributes } from 'react';\nimport { Options, Instance } from '@popperjs/core/lib/types';\nimport { Options as OptionsOffset } from '@popperjs/core/lib/modifiers/offset';\nimport { Options as OptionsPreventOverflow } from '@popperjs/core/lib/modifiers/preventOverflow';\nimport { Options as OptionsArrow } from '@popperjs/core/lib/modifiers/arrow';\nimport { Options as OptionsFlip } from '@popperjs/core/lib/modifiers/flip';\nimport { Options as OptionsComputeStyles } from '@popperjs/core/lib/modifiers/computeStyles';\nimport { Options as OptionsEventListeners } from '@popperjs/core/lib/modifiers/eventListeners';\n\nimport { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\nimport { OutsideClickProps } from '@semcore/outside-click';\nimport { PortalProps } from '@semcore/portal';\nimport { BoxProps } from '@semcore/flex-box';\nimport { ScaleProps } from '@semcore/animation';\nimport { NeighborLocationProps } from '@semcore/neighbor-location';\nimport { UniqueIDProps } from '@semcore/utils/lib/uniqueID';\n\nexport type eventInteraction = {\n trigger: [Array<keyof DOMAttributes<unknown>>, Array<keyof DOMAttributes<unknown>>];\n popper: [Array<keyof DOMAttributes<unknown>>, Array<keyof DOMAttributes<unknown>>];\n};\n\nexport type Strategy = Options['strategy'];\nexport type Modifiers = Options['modifiers'];\nexport type Placement = Options['placement'];\n\n/** @deprecated */\nexport interface IPopperProps extends PopperProps, UnknownProperties {}\nexport type PopperProps = OutsideClickProps &\n PortalProps &\n UniqueIDProps &\n Omit<ScaleProps, 'placement'> & {\n /**\n * Popper can have different positioning options\n * @default absolute\n */\n strategy?: Strategy;\n /**\n * Modifiers for popper.js\n */\n modifiers?: Modifiers;\n /**\n * The position of the popper relative to the trigger that called it.\n * 'auto-start' | 'auto' | 'auto-end' | 'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-end' | 'bottom' | 'bottom-start' | 'left-end' | 'left' | 'left-start'\n * @default auto\n */\n placement?: Placement;\n /**\n * Interaction with a trigger to show and hide the popper\n * @default click\n */\n interaction?: 'click' | 'hover' | 'focus' | 'none' | eventInteraction;\n /** Timer to show and hide the popper */\n timeout?: number | [number, number];\n /** Popper visibility value */\n visible?: boolean;\n /** Default popper visibility\n * @default false */\n defaultVisible?: boolean;\n /** Function called when visibility changes */\n onVisibleChange?: (visible: boolean, e?: Event) => boolean | void;\n /** PopperJS modifier settings for popper indent */\n offset?: Partial<OptionsOffset> | number | [number, number];\n /** PopperJS modifier settings for finding borders */\n preventOverflow?: Partial<OptionsPreventOverflow>;\n /** PopperJS modifier settings responsible for the arrow */\n arrow?: Partial<OptionsArrow>;\n /** PopperJS modifier settings responsible for turning the popper when there is not enough space */\n flip?: Partial<OptionsFlip>;\n /** PopperJS modifier settings for applying styles */\n computeStyles?: Partial<OptionsComputeStyles>;\n /** PopperJS modifier settings responsible for subscribing to global events */\n eventListeners?: Partial<OptionsEventListeners>;\n /** @ignore */\n onFirstUpdate?: Options['onFirstUpdate'];\n\n /**\n * Disabled focus trap, autofocus and focus return\n */\n disableEnforceFocus?: boolean;\n };\n\n/** @deprecated */\nexport interface IPopperTriggerProps extends PopperTriggerProps, UnknownProperties {}\nexport type PopperTriggerProps = BoxProps & {};\n\n/** @deprecated */\nexport interface IPopperPopperProps extends PopperPopperProps, UnknownProperties {}\nexport type PopperPopperProps = BoxProps &\n NeighborLocationProps & {\n /**\n * Disabled focus trap, autofocus and focus return\n */\n disableEnforceFocus?: boolean;\n };\n\n/** @deprecated */\nexport interface IPopperContext extends PopperContext, UnknownProperties {}\nexport type PopperContext = {\n getTriggerProps: PropGetterFn;\n getPopperProps: PropGetterFn;\n popper: Instance;\n // Rename to setTriggerRef\n setTrigger: (ref: HTMLElement) => void;\n setPopper: (ref: HTMLElement) => void;\n};\n\n/** @deprecated */\nexport interface IPopperHandlers extends PopperHandlers, UnknownProperties {}\nexport type PopperHandlers = {\n visible: (visible: boolean) => void;\n};\n\ndeclare const Popper: Intergalactic.Component<\n 'div',\n PopperProps,\n PopperContext,\n [handlers: PopperHandlers]\n> & {\n Trigger: Intergalactic.Component<\n 'div',\n PopperTriggerProps,\n PopperContext,\n [handlers: PopperHandlers]\n >;\n Popper: Intergalactic.Component<\n 'div',\n PopperPopperProps,\n PopperContext,\n [handlers: PopperHandlers]\n >;\n};\n\nexport default Popper;\n"],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { DOMAttributes } from 'react';\nimport { Options, Instance } from '@popperjs/core/lib/types';\nimport { Options as OptionsOffset } from '@popperjs/core/lib/modifiers/offset';\nimport { Options as OptionsPreventOverflow } from '@popperjs/core/lib/modifiers/preventOverflow';\nimport { Options as OptionsArrow } from '@popperjs/core/lib/modifiers/arrow';\nimport { Options as OptionsFlip } from '@popperjs/core/lib/modifiers/flip';\nimport { Options as OptionsComputeStyles } from '@popperjs/core/lib/modifiers/computeStyles';\nimport { Options as OptionsEventListeners } from '@popperjs/core/lib/modifiers/eventListeners';\n\nimport { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\nimport { OutsideClickProps } from '@semcore/outside-click';\nimport { PortalProps } from '@semcore/portal';\nimport { BoxProps } from '@semcore/flex-box';\nimport { ScaleProps } from '@semcore/animation';\nimport { NeighborLocationProps } from '@semcore/neighbor-location';\nimport { UniqueIDProps } from '@semcore/utils/lib/uniqueID';\n\nexport type eventInteraction = {\n trigger: [Array<keyof DOMAttributes<unknown>>, Array<keyof DOMAttributes<unknown>>];\n popper: [Array<keyof DOMAttributes<unknown>>, Array<keyof DOMAttributes<unknown>>];\n};\n\nexport type Strategy = Options['strategy'];\nexport type Modifiers = Options['modifiers'];\nexport type Placement = Options['placement'];\n\n/** @deprecated */\nexport interface IPopperProps extends PopperProps, UnknownProperties {}\nexport type PopperProps = OutsideClickProps &\n PortalProps &\n UniqueIDProps &\n Omit<ScaleProps, 'placement'> & {\n /**\n * Popper can have different positioning options\n * @default absolute\n */\n strategy?: Strategy;\n /**\n * Modifiers for popper.js\n */\n modifiers?: Modifiers;\n /**\n * The position of the popper relative to the trigger that called it.\n * 'auto-start' | 'auto' | 'auto-end' | 'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-end' | 'bottom' | 'bottom-start' | 'left-end' | 'left' | 'left-start'\n * @default auto\n */\n placement?: Placement;\n /**\n * Interaction with a trigger to show and hide the popper\n * @default click\n */\n interaction?: 'click' | 'hover' | 'focus' | 'none' | eventInteraction;\n /** Timer to show and hide the popper */\n timeout?: number | [number, number];\n /** Popper visibility value */\n visible?: boolean;\n /** Default popper visibility\n * @default false */\n defaultVisible?: boolean;\n /** Function called when visibility changes */\n onVisibleChange?: (visible: boolean, e?: Event) => boolean | void;\n /** PopperJS modifier settings for popper indent */\n offset?: Partial<OptionsOffset> | number | [number, number];\n /** PopperJS modifier settings for finding borders */\n preventOverflow?: Partial<OptionsPreventOverflow>;\n /** PopperJS modifier settings responsible for the arrow */\n arrow?: Partial<OptionsArrow>;\n /** PopperJS modifier settings responsible for turning the popper when there is not enough space */\n flip?: Partial<OptionsFlip>;\n /** PopperJS modifier settings for applying styles */\n computeStyles?: Partial<OptionsComputeStyles>;\n /** PopperJS modifier settings responsible for subscribing to global events */\n eventListeners?: Partial<OptionsEventListeners>;\n /** @ignore */\n onFirstUpdate?: Options['onFirstUpdate'];\n\n /**\n * Disabled focus trap, autofocus and focus return\n */\n disableEnforceFocus?: boolean;\n };\n\n/** @deprecated */\nexport interface IPopperTriggerProps extends PopperTriggerProps, UnknownProperties {}\nexport type PopperTriggerProps = BoxProps & {\n /**\n * Disabled focus trap, autofocus and focus return\n */\n disableEnforceFocus?: boolean;\n};\n\n/** @deprecated */\nexport interface IPopperPopperProps extends PopperPopperProps, UnknownProperties {}\nexport type PopperPopperProps = BoxProps &\n NeighborLocationProps & {\n /**\n * Disabled focus trap, autofocus and focus return\n */\n disableEnforceFocus?: boolean;\n };\n\n/** @deprecated */\nexport interface IPopperContext extends PopperContext, UnknownProperties {}\nexport type PopperContext = {\n getTriggerProps: PropGetterFn;\n getPopperProps: PropGetterFn;\n popper: Instance;\n // Rename to setTriggerRef\n setTrigger: (ref: HTMLElement) => void;\n setPopper: (ref: HTMLElement) => void;\n};\n\n/** @deprecated */\nexport interface IPopperHandlers extends PopperHandlers, UnknownProperties {}\nexport type PopperHandlers = {\n visible: (visible: boolean) => void;\n};\n\ndeclare const Popper: Intergalactic.Component<\n 'div',\n PopperProps,\n PopperContext,\n [handlers: PopperHandlers]\n> & {\n Trigger: Intergalactic.Component<\n 'div',\n PopperTriggerProps,\n PopperContext,\n [handlers: PopperHandlers]\n >;\n Popper: Intergalactic.Component<\n 'div',\n PopperPopperProps,\n PopperContext,\n [handlers: PopperHandlers]\n >;\n};\n\nexport default Popper;\n"],"mappings":""}
|
package/popper/lib/es6/Popper.js
CHANGED
@@ -464,7 +464,9 @@ function Trigger(props) {
|
|
464
464
|
onKeyboardFocus = props.onKeyboardFocus,
|
465
465
|
disableEnforceFocus = props.disableEnforceFocus,
|
466
466
|
active = props.active,
|
467
|
-
popperRef = props.popperRef
|
467
|
+
popperRef = props.popperRef,
|
468
|
+
highlighted = props.highlighted;
|
469
|
+
var triggerRef = /*#__PURE__*/React.createRef();
|
468
470
|
var _useReturnFocusEl = useReturnFocusEl(interaction, onKeyboardFocus, disableEnforceFocus),
|
469
471
|
returnFocusEl = _useReturnFocusEl.returnFocusEl,
|
470
472
|
handleFocusReturnElBlur = _useReturnFocusEl.handleFocusReturnElBlur,
|
@@ -473,6 +475,13 @@ function Trigger(props) {
|
|
473
475
|
focusCatch = _useFocusCatch.focusCatch,
|
474
476
|
handleFocusCatchBlur = _useFocusCatch.handleFocusCatchBlur,
|
475
477
|
handleFocusCatchRef = _useFocusCatch.handleFocusCatchRef;
|
478
|
+
React.useEffect(function () {
|
479
|
+
if (highlighted === true) {
|
480
|
+
onKeyboardFocus({
|
481
|
+
currentTarget: triggerRef.current
|
482
|
+
});
|
483
|
+
}
|
484
|
+
}, [highlighted]);
|
476
485
|
return /*#__PURE__*/React.createElement(React.Fragment, null, returnFocusEl === 'before' && /*#__PURE__*/React.createElement("div", {
|
477
486
|
tabIndex: "0",
|
478
487
|
ref: focusableTriggerReturnFocusToRef,
|
@@ -482,7 +491,8 @@ function Trigger(props) {
|
|
482
491
|
"inline": true,
|
483
492
|
"role": 'button',
|
484
493
|
"aria-haspopup": true,
|
485
|
-
"onFocus": handleFocus
|
494
|
+
"onFocus": handleFocus,
|
495
|
+
"ref": triggerRef
|
486
496
|
}, _ref), /*#__PURE__*/React.createElement(Children, null)), focusHint && false && /*#__PURE__*/React.createElement(SFocusHint, {
|
487
497
|
"aria-live": "polite"
|
488
498
|
}, /*#__PURE__*/React.createElement(ScreenReaderOnly, null, focusHint)), returnFocusEl === 'after' && /*#__PURE__*/React.createElement("div", {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Popper.js","names":["React","canUseDOM","createComponent","Component","sstyled","Root","Box","OutsideClick","Portal","PortalProvider","NeighborLocation","setRef","useFocusLock","isFocusInside","callAllEventHandlers","pick","logger","uniqueIDEnhancement","Scale","animationContext","cssVariableEnhance","useContextTheme","ScreenReaderOnly","keyboardFocusEnhance","useFocusSource","createPopper","style","_sstyled","insert","isObject","obj","_typeof","Array","isArray","someArray","arr1","arr2","filter","i","indexOf","useUpdatePopperEveryFrame","popperRef","nextAnimationFrameRef","useRef","handleAnimationFrame","useCallback","until","_popperRef$current","Date","now","current","update","requestAnimationFrame","useEffect","cancelAnimationFrame","MODIFIERS_OPTIONS","Popper","_Component","_inherits","_super","_createSuper","props","_this","_classCallCheck","call","_defineProperty","_assertThisInitialized","click","trigger","popper","hover","focus","none","createRef","ref","triggerRef","_this$asProps","asProps","placement","modifiers","strategy","onFirstUpdate","other","_objectWithoutProperties","_excluded","optionsModifiers","modifiersFallback","offset","modifiersOptions","name","undefined","map","options","push","gpuAcceleration","modifiersMerge","concat","_toConsumableArray","_this$observer","_this$observer2","observer","observe","e","visible","key","stopPropagation","bindHandlerChangeVisibleWithTimer","onKeyDown","handlerKeyDown","component","currentTarget","handlerChangeVisibleWithTimer","clearTimeout","timerMultiTrigger","setTimeout","state","elements","reference","setOptions","cb","_this$asProps2","timeout","disabled","handlers","timeoutConfig","latency","timer","ResizeObserver","_this$popper$current","_createClass","value","uncontrolledProps","__disablePopper","getPopperOptions","componentDidUpdate","prevProps","_this2","popperProps","some","propName","destroyPopper","_this$observer3","disconnect","destroy","handlersFromInteraction","interaction","_this3","eventInteraction","eventsInteractionMap","_eventInteraction$com","_slicedToArray","_eventInteraction$com2","showEvents","_eventInteraction$com3","hideEvents","crossEvents","forEach","action","getTriggerProps","_this$asProps3","disableEnforceFocus","_this$handlersFromInt","interactionProps","_excluded2","_objectSpread","createTriggerRef","active","bindHandlerKeyDown","focusableTriggerReturnFocusToRef","getPopperProps","_this$asProps4","disablePortal","duration","animationsDisabled","_excluded3","_this$handlersFromInt2","_excluded4","createPopperRef","setContext","setTrigger","setPopper","componentWillUnmount","render","_this$asProps5","Children","root","onOutsideClick","excludeRefs","createElement","Fragment","defaultVisible","arrow","padding","variable","fallback","Number","parseInt","prop","getElementNestingIndexes","element","chain","arguments","length","Set","document","body","parentElement","index","from","children","has","add","useReturnFocusEl","onKeyboardFocus","disable","_React$useState","useState","_React$useState2","returnFocusEl","setReturnFocusEl","focusSourceRef","handleFocus","event","relatedTarget","focusToNesting","target","focusFromNesting","nestingLength","Math","max","handleFocusReturnElBlur","useFocusCatch","activeRef","_React$useState3","_React$useState4","focusCatch","setFocusCatch","handleFocusCatchBlur","handleFocusCatchRef","node","activeElement","focusCatcherStyles","position","Trigger","_ref","arguments[0]","STrigger","SFocusHint","focusHint","_useReturnFocusEl","_useFocusCatch","tabIndex","onBlur","_assignProps","PopperPopper","_ref2","_ref3","SPopper","styles","ignorePortalsStacking","autoFocus","controlsLength","_props$focusMaster","focusMaster","updatePopperEveryFrame","handleAnimationStart","min","handleAnimationEnd","_popper$current","animationCtx","useContext","unsubscribeAnimationStart","onAnimationStart","unsubscribeAnimationEnd","onAnimationEnd","cn","_assignProps2","enhance"],"sources":["../../src/Popper.jsx"],"sourcesContent":["import React from 'react';\n\nimport canUseDOM from '@semcore/utils/lib/canUseDOM';\nimport createComponent, { Component, sstyled, Root } from '@semcore/core';\nimport { Box } from '@semcore/flex-box';\nimport OutsideClick from '@semcore/outside-click';\nimport Portal, { PortalProvider } from '@semcore/portal';\nimport NeighborLocation from '@semcore/neighbor-location';\nimport { setRef } from '@semcore/utils/lib/ref';\nimport { useFocusLock, isFocusInside } from '@semcore/utils/lib/use/useFocusLock';\nimport { callAllEventHandlers } from '@semcore/utils/lib/assignProps';\nimport pick from '@semcore/utils/lib/pick';\nimport logger from '@semcore/utils/lib/logger';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport { Scale, animationContext } from '@semcore/animation';\nimport { cssVariableEnhance } from '@semcore/utils/lib/useCssVariable';\nimport { useContextTheme } from '@semcore/utils/lib/ThemeProvider';\nimport { ScreenReaderOnly } from '@semcore/utils/lib/ScreenReaderOnly';\nimport keyboardFocusEnhance, {\n useFocusSource,\n} from '@semcore/utils/lib/enhances/keyboardFocusEnhance';\n\nimport createPopper from './createPopper';\n\nimport style from './style/popper.shadow.css';\n\nfunction isObject(obj) {\n return typeof obj === 'object' && !Array.isArray(obj);\n}\n\nfunction someArray(arr1, arr2) {\n return arr1.filter(function (i) {\n return arr2.indexOf(i) !== -1;\n });\n}\n\nconst useUpdatePopperEveryFrame = (popperRef) => {\n const nextAnimationFrameRef = React.useRef(-1);\n const handleAnimationFrame = React.useCallback((until) => {\n if (until < Date.now()) return;\n popperRef.current?.update();\n nextAnimationFrameRef.current = requestAnimationFrame(() => handleAnimationFrame(until));\n }, []);\n React.useEffect(() => () => cancelAnimationFrame(nextAnimationFrameRef.current), []);\n return handleAnimationFrame;\n};\n\nconst MODIFIERS_OPTIONS = [\n 'offset',\n 'preventOverflow',\n 'arrow',\n 'flip',\n 'computeStyles',\n 'eventListeners',\n];\n\nclass Popper extends Component {\n static displayName = 'Popper';\n\n static style = style;\n\n static defaultProps = {\n defaultVisible: false,\n placement: 'auto',\n modifiers: [],\n arrow: {\n padding: 6,\n },\n strategy: 'absolute',\n interaction: 'click',\n timeout: 0,\n excludeRefs: [],\n };\n\n static enhance = [\n uniqueIDEnhancement(),\n cssVariableEnhance({\n variable: '--intergalactic-duration-popper',\n fallback: '200',\n map: Number.parseInt,\n prop: 'duration',\n }),\n ];\n\n eventsInteractionMap = {\n click: {\n trigger: [['onClick'], ['onClick']],\n popper: [],\n },\n hover: {\n trigger: [\n ['onMouseEnter', 'onKeyboardFocus'],\n ['onMouseLeave', 'onBlur'],\n ],\n popper: [['onMouseEnter', 'onFocusCapture'], ['onMouseLeave']],\n },\n focus: {\n trigger: [['onFocus'], ['onBlur']],\n // to intercept faster than onBlur on the trigger\n popper: [['onFocusCapture'], ['onBlur']],\n },\n none: {\n trigger: [],\n popper: [],\n },\n };\n\n // timer: ReturnType<typeof setTimeout>;\n // observer: ResizeObserver;\n triggerRef = React.createRef();\n focusableTriggerReturnFocusToRef = React.createRef();\n popperRef = React.createRef();\n popper = React.createRef();\n\n constructor(props) {\n super(props);\n if (canUseDOM()) {\n this.observer = new ResizeObserver(() => {\n requestAnimationFrame(() => {\n this.popper.current?.update();\n });\n });\n }\n }\n\n uncontrolledProps() {\n return {\n visible: null,\n };\n }\n\n createTriggerRef = (ref) => {\n if (ref && this.triggerRef.current !== ref) {\n setRef(this.triggerRef, ref);\n this.createPopper();\n }\n };\n\n createPopperRef = (ref) => {\n if (ref && this.popperRef.current !== ref) {\n setRef(this.popperRef, ref);\n this.createPopper();\n }\n };\n\n getPopperOptions = () => {\n const { placement, modifiers, strategy, onFirstUpdate, ...other } = this.asProps;\n const optionsModifiers = pick(other, MODIFIERS_OPTIONS);\n const modifiersFallback = [];\n\n if (typeof optionsModifiers.offset === 'number') {\n optionsModifiers.offset = [0, optionsModifiers.offset];\n }\n const modifiersOptions = MODIFIERS_OPTIONS.filter(\n (name) => optionsModifiers[name] !== undefined,\n ).map((name) => ({\n name,\n options: isObject(optionsModifiers[name])\n ? optionsModifiers[name]\n : { [name]: optionsModifiers[name] },\n }));\n\n modifiersOptions.push({\n name: 'computeStyles',\n options: { gpuAcceleration: false },\n });\n\n const modifiersMerge = [...modifiersFallback, ...modifiersOptions].concat(modifiers);\n\n return {\n placement,\n strategy,\n onFirstUpdate: callAllEventHandlers(onFirstUpdate, () => {\n this.observer?.observe(this.triggerRef.current);\n this.observer?.observe(this.popperRef.current);\n }),\n modifiers: modifiersMerge,\n };\n };\n\n createPopper() {\n if (!this.triggerRef.current || !this.popperRef.current) return;\n if (this.asProps.__disablePopper) return;\n\n this.popper.current = createPopper(\n this.triggerRef.current,\n this.popperRef.current,\n this.getPopperOptions(),\n );\n }\n\n componentDidUpdate(prevProps) {\n const popperProps = [\n 'strategy',\n 'placement',\n 'offset',\n 'preventOverflow',\n 'arrow',\n 'flip',\n 'computeStyles',\n 'eventListeners',\n 'onFirstUpdate',\n ];\n if (\n this.popper.current &&\n popperProps.some((propName) => prevProps[propName] !== this.asProps[propName])\n ) {\n this.popper.current.setOptions(this.getPopperOptions());\n }\n }\n\n destroyPopper() {\n clearTimeout(this.timer);\n clearTimeout(this.timerMultiTrigger);\n\n this.observer?.disconnect();\n\n if (this.popper.current) {\n this.popper.current.destroy();\n this.popper.current = null;\n }\n }\n\n handlersFromInteraction(interaction, component, visible) {\n const eventInteraction =\n typeof interaction === 'string' ? this.eventsInteractionMap[interaction] : interaction;\n\n const [showEvents = [], hideEvents = []] = eventInteraction[component];\n const crossEvents = someArray(showEvents, hideEvents);\n const handlers = {};\n\n showEvents.forEach((action) => {\n handlers[action] = this.bindHandlerChangeVisibleWithTimer(true, component);\n });\n hideEvents.forEach((action) => {\n handlers[action] = this.bindHandlerChangeVisibleWithTimer(false, component);\n });\n crossEvents.forEach((action) => {\n handlers[action] = visible\n ? this.bindHandlerChangeVisibleWithTimer(false, component)\n : this.bindHandlerChangeVisibleWithTimer(true, component);\n });\n return handlers;\n }\n\n handlerKeyDown = (e) => {\n const { visible } = this.asProps;\n if (visible && e.key === 'Escape') {\n e.stopPropagation();\n\n this.bindHandlerChangeVisibleWithTimer(false)(e);\n }\n };\n bindHandlerKeyDown = (onKeyDown) => callAllEventHandlers(onKeyDown, this.handlerKeyDown);\n\n bindHandlerChangeVisibleWithTimer = (visible, component) => (e) => {\n const currentTarget = e?.currentTarget;\n this.handlerChangeVisibleWithTimer(visible, e, () => {\n clearTimeout(this.timerMultiTrigger);\n // instance popper is not here yet because the popperRef did not have time to come\n this.timerMultiTrigger = setTimeout(() => {\n if (visible && component === 'trigger' && this.popper.current && currentTarget) {\n if (this.popper.current.state.elements.reference !== currentTarget) {\n this.popper.current.state.elements.reference = currentTarget;\n // for update\n this.popper.current.setOptions({});\n }\n }\n }, 0);\n });\n };\n\n handlerChangeVisibleWithTimer = (visible, e, cb) => {\n const { timeout, disabled } = this.asProps;\n if (typeof disabled === 'boolean' && disabled && visible) return;\n const handlers = this.handlers;\n\n const timeoutConfig = typeof timeout === 'number' ? [timeout, timeout] : timeout;\n const latency = visible ? timeoutConfig[0] : timeoutConfig[1];\n clearTimeout(this.timer);\n this.timer = setTimeout(() => {\n handlers.visible(visible, e);\n cb();\n }, latency);\n };\n\n getTriggerProps() {\n const { visible, interaction, disableEnforceFocus } = this.asProps;\n // @ts-ignore\n const { onKeyDown, ...interactionProps } = this.handlersFromInteraction(\n interaction,\n 'trigger',\n visible,\n );\n return {\n ref: this.createTriggerRef,\n active: visible,\n interaction,\n ...interactionProps,\n onKeyDown: this.bindHandlerKeyDown(onKeyDown),\n focusableTriggerReturnFocusToRef: this.focusableTriggerReturnFocusToRef,\n disableEnforceFocus,\n popperRef: this.popperRef,\n };\n }\n\n getPopperProps() {\n const {\n visible,\n disablePortal,\n interaction,\n placement,\n duration,\n animationsDisabled,\n disableEnforceFocus,\n ...other\n } = this.asProps;\n // @ts-ignore\n const { onKeyDown, ...interactionProps } = this.handlersFromInteraction(\n interaction,\n 'popper',\n visible,\n );\n\n return {\n ref: this.createPopperRef,\n triggerRef: this.triggerRef,\n visible,\n interaction,\n disablePortal,\n ...interactionProps,\n onKeyDown: this.bindHandlerKeyDown(onKeyDown),\n placement,\n duration,\n animationsDisabled,\n popper: this.popper,\n focusableTriggerReturnFocusToRef: this.focusableTriggerReturnFocusToRef,\n disableEnforceFocus,\n };\n }\n\n setContext() {\n return {\n popper: this.popper,\n setTrigger: this.createTriggerRef,\n setPopper: this.createPopperRef,\n };\n }\n\n componentWillUnmount() {\n this.destroyPopper();\n }\n\n render() {\n const { Children, visible, root, onOutsideClick, excludeRefs } = this.asProps;\n return (\n <>\n {visible ? (\n <OutsideClick\n root={root}\n excludeRefs={[this.triggerRef, this.popperRef, ...excludeRefs]}\n onOutsideClick={callAllEventHandlers(\n onOutsideClick,\n this.bindHandlerChangeVisibleWithTimer(false),\n )}\n />\n ) : null}\n <Children />\n </>\n );\n }\n}\n\nconst getElementNestingIndexes = (element, chain = new Set([element, document.body])) => {\n if (!element?.parentElement) return [];\n const index = Array.from(element.parentElement.children).indexOf(element);\n if (chain.has(element.parentElement)) return [index];\n chain.add(element.parentElement);\n return [...getElementNestingIndexes(element.parentElement, chain), index];\n};\n\nconst useReturnFocusEl = (interaction, onKeyboardFocus, disable) => {\n const [returnFocusEl, setReturnFocusEl] = React.useState(null);\n const focusSourceRef = useFocusSource();\n const handleFocus = React.useCallback(\n (event) => {\n if (focusSourceRef.current !== 'keyboard') return;\n onKeyboardFocus?.();\n if (disable) return;\n if (interaction !== 'focus') return;\n if (!event.relatedTarget) {\n setReturnFocusEl('after');\n }\n const focusToNesting = getElementNestingIndexes(event.target);\n const focusFromNesting = getElementNestingIndexes(event.relatedTarget);\n const nestingLength = Math.max(focusToNesting.length, focusFromNesting.length);\n for (let i = 0; i < nestingLength; i++) {\n if (focusFromNesting[i] === undefined) {\n setReturnFocusEl('after'); // <div tabIndex=\"0\" id=\"focus1\" /> <input id=\"focus2\" /> </div>\n return;\n }\n if (focusFromNesting[i] > focusToNesting[i]) {\n setReturnFocusEl('before'); // <input id=\"focus2\" /> <input id=\"focus1\" />\n return;\n }\n }\n\n setReturnFocusEl('after'); // <input id=\"focus1\" /> <input id=\"focus2\" />\n },\n [interaction, onKeyboardFocus, disable],\n );\n const handleFocusReturnElBlur = React.useCallback(() => {\n setTimeout(() => setReturnFocusEl(null), 0);\n }, []);\n\n return { returnFocusEl, handleFocus, handleFocusReturnElBlur };\n};\nconst useFocusCatch = (active, popperRef) => {\n const activeRef = React.useRef(active);\n activeRef.current = active;\n\n const [focusCatch, setFocusCatch] = React.useState(false);\n const handleFocusCatchBlur = React.useCallback(() => setFocusCatch(false), []);\n const handleFocusCatchRef = React.useCallback((node) => {\n if (activeRef.current) return setFocusCatch(false);\n if (!isFocusInside(popperRef.current) && document.activeElement !== document.body)\n return setFocusCatch(false);\n node?.focus();\n }, []);\n\n React.useEffect(() => {\n if (!active) return;\n if (!popperRef.current) return;\n return () => {\n setTimeout(() => {\n if (activeRef.current) return;\n if (!isFocusInside(popperRef.current) && document.activeElement !== document.body) return;\n setFocusCatch(true);\n }, 1);\n };\n }, [active]);\n\n return { focusCatch, handleFocusCatchBlur, handleFocusCatchRef };\n};\n\nconst focusCatcherStyles = { position: 'fixed' };\nfunction Trigger(props) {\n const STrigger = Root;\n const SFocusHint = 'span';\n const {\n Children,\n interaction,\n focusableTriggerReturnFocusToRef,\n focusHint,\n onKeyboardFocus,\n disableEnforceFocus,\n active,\n popperRef,\n } = props;\n\n const { returnFocusEl, handleFocusReturnElBlur, handleFocus } = useReturnFocusEl(\n interaction,\n onKeyboardFocus,\n disableEnforceFocus,\n );\n const { focusCatch, handleFocusCatchBlur, handleFocusCatchRef } = useFocusCatch(\n active,\n popperRef,\n );\n\n return (\n <>\n {returnFocusEl === 'before' && (\n <div\n tabIndex='0'\n ref={focusableTriggerReturnFocusToRef}\n onBlur={handleFocusReturnElBlur}\n style={focusCatcherStyles}\n />\n )}\n <STrigger render={Box} inline role='button' aria-haspopup={true} onFocus={handleFocus}>\n <Children />\n </STrigger>\n {focusHint && false && (\n <SFocusHint aria-live='polite'>\n <ScreenReaderOnly>{focusHint}</ScreenReaderOnly>\n </SFocusHint>\n )}\n {returnFocusEl === 'after' && (\n <div\n tabIndex='0'\n ref={focusableTriggerReturnFocusToRef}\n onBlur={handleFocusReturnElBlur}\n style={focusCatcherStyles}\n />\n )}\n {focusCatch && (\n <div\n tabIndex='0'\n ref={handleFocusCatchRef}\n onBlur={handleFocusCatchBlur}\n style={focusCatcherStyles}\n />\n )}\n </>\n );\n}\n\nfunction PopperPopper(props) {\n const SPopper = Root;\n const {\n Children,\n styles,\n visible,\n disablePortal,\n ignorePortalsStacking,\n disableEnforceFocus,\n triggerRef,\n interaction,\n autoFocus,\n controlsLength,\n duration,\n animationsDisabled,\n popper,\n focusableTriggerReturnFocusToRef,\n focusMaster = false,\n } = props;\n const ref = React.useRef(null);\n\n // https://github.com/facebook/react/issues/11387\n const stopPropagation = React.useCallback((event) => event.stopPropagation(), []);\n\n useFocusLock(\n ref,\n autoFocus,\n interaction === 'focus' || interaction === 'hover'\n ? focusableTriggerReturnFocusToRef\n : triggerRef,\n !visible || disableEnforceFocus,\n focusMaster,\n );\n\n useContextTheme(ref, visible);\n\n const updatePopperEveryFrame = useUpdatePopperEveryFrame(popper);\n const handleAnimationStart = React.useCallback(\n (duration) => {\n if (duration > 0) {\n updatePopperEveryFrame(Date.now() + Math.min(duration, 2000));\n }\n },\n [updatePopperEveryFrame],\n );\n const handleAnimationEnd = React.useCallback(() => {\n popper.current?.update();\n }, []);\n const animationCtx = React.useContext(animationContext);\n React.useEffect(() => {\n if (!ignorePortalsStacking) return;\n if (!animationCtx) return;\n const unsubscribeAnimationStart = animationCtx.onAnimationStart(handleAnimationStart);\n const unsubscribeAnimationEnd = animationCtx.onAnimationEnd(handleAnimationEnd);\n return () => {\n unsubscribeAnimationStart();\n unsubscribeAnimationEnd();\n };\n }, [animationCtx, ignorePortalsStacking]);\n\n return sstyled(styles)(\n <Portal disablePortal={disablePortal} ignorePortalsStacking={ignorePortalsStacking}>\n <NeighborLocation controlsLength={controlsLength}>\n <SPopper\n render={Scale}\n animationsDisabled={animationsDisabled}\n visible={visible}\n duration={[duration, duration / 2]}\n ref={ref}\n onClick={stopPropagation}\n onContextMenu={stopPropagation}\n onDoubleClick={stopPropagation}\n onDrag={stopPropagation}\n onDragEnd={stopPropagation}\n onDragEnter={stopPropagation}\n onDragExit={stopPropagation}\n onDragLeave={stopPropagation}\n onDragOver={stopPropagation}\n onDragStart={stopPropagation}\n onDrop={stopPropagation}\n onMouseDown={stopPropagation}\n onMouseMove={stopPropagation}\n onMouseOver={stopPropagation}\n onMouseOut={stopPropagation}\n onMouseUp={stopPropagation}\n onKeyDown={stopPropagation}\n onKeyPress={stopPropagation}\n onKeyUp={stopPropagation}\n onFocus={stopPropagation}\n onBlur={stopPropagation}\n onChange={stopPropagation}\n onInput={stopPropagation}\n onInvalid={stopPropagation}\n onReset={stopPropagation}\n onSubmit={stopPropagation}\n >\n <PortalProvider value={ref}>\n <Children />\n </PortalProvider>\n </SPopper>\n </NeighborLocation>\n </Portal>,\n );\n}\n\nPopperPopper.enhance = [keyboardFocusEnhance()];\n\nexport default createComponent(Popper, {\n Trigger,\n Popper: PopperPopper,\n});\n"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"Popper.js","names":["React","canUseDOM","createComponent","Component","sstyled","Root","Box","OutsideClick","Portal","PortalProvider","NeighborLocation","setRef","useFocusLock","isFocusInside","callAllEventHandlers","pick","logger","uniqueIDEnhancement","Scale","animationContext","cssVariableEnhance","useContextTheme","ScreenReaderOnly","keyboardFocusEnhance","useFocusSource","createPopper","style","_sstyled","insert","isObject","obj","_typeof","Array","isArray","someArray","arr1","arr2","filter","i","indexOf","useUpdatePopperEveryFrame","popperRef","nextAnimationFrameRef","useRef","handleAnimationFrame","useCallback","until","_popperRef$current","Date","now","current","update","requestAnimationFrame","useEffect","cancelAnimationFrame","MODIFIERS_OPTIONS","Popper","_Component","_inherits","_super","_createSuper","props","_this","_classCallCheck","call","_defineProperty","_assertThisInitialized","click","trigger","popper","hover","focus","none","createRef","ref","triggerRef","_this$asProps","asProps","placement","modifiers","strategy","onFirstUpdate","other","_objectWithoutProperties","_excluded","optionsModifiers","modifiersFallback","offset","modifiersOptions","name","undefined","map","options","push","gpuAcceleration","modifiersMerge","concat","_toConsumableArray","_this$observer","_this$observer2","observer","observe","e","visible","key","stopPropagation","bindHandlerChangeVisibleWithTimer","onKeyDown","handlerKeyDown","component","currentTarget","handlerChangeVisibleWithTimer","clearTimeout","timerMultiTrigger","setTimeout","state","elements","reference","setOptions","cb","_this$asProps2","timeout","disabled","handlers","timeoutConfig","latency","timer","ResizeObserver","_this$popper$current","_createClass","value","uncontrolledProps","__disablePopper","getPopperOptions","componentDidUpdate","prevProps","_this2","popperProps","some","propName","destroyPopper","_this$observer3","disconnect","destroy","handlersFromInteraction","interaction","_this3","eventInteraction","eventsInteractionMap","_eventInteraction$com","_slicedToArray","_eventInteraction$com2","showEvents","_eventInteraction$com3","hideEvents","crossEvents","forEach","action","getTriggerProps","_this$asProps3","disableEnforceFocus","_this$handlersFromInt","interactionProps","_excluded2","_objectSpread","createTriggerRef","active","bindHandlerKeyDown","focusableTriggerReturnFocusToRef","getPopperProps","_this$asProps4","disablePortal","duration","animationsDisabled","_excluded3","_this$handlersFromInt2","_excluded4","createPopperRef","setContext","setTrigger","setPopper","componentWillUnmount","render","_this$asProps5","Children","root","onOutsideClick","excludeRefs","createElement","Fragment","defaultVisible","arrow","padding","variable","fallback","Number","parseInt","prop","getElementNestingIndexes","element","chain","arguments","length","Set","document","body","parentElement","index","from","children","has","add","useReturnFocusEl","onKeyboardFocus","disable","_React$useState","useState","_React$useState2","returnFocusEl","setReturnFocusEl","focusSourceRef","handleFocus","event","relatedTarget","focusToNesting","target","focusFromNesting","nestingLength","Math","max","handleFocusReturnElBlur","useFocusCatch","activeRef","_React$useState3","_React$useState4","focusCatch","setFocusCatch","handleFocusCatchBlur","handleFocusCatchRef","node","activeElement","focusCatcherStyles","position","Trigger","_ref","arguments[0]","STrigger","SFocusHint","focusHint","highlighted","_useReturnFocusEl","_useFocusCatch","tabIndex","onBlur","_assignProps","PopperPopper","_ref2","_ref3","SPopper","styles","ignorePortalsStacking","autoFocus","controlsLength","_props$focusMaster","focusMaster","updatePopperEveryFrame","handleAnimationStart","min","handleAnimationEnd","_popper$current","animationCtx","useContext","unsubscribeAnimationStart","onAnimationStart","unsubscribeAnimationEnd","onAnimationEnd","cn","_assignProps2","enhance"],"sources":["../../src/Popper.jsx"],"sourcesContent":["import React from 'react';\n\nimport canUseDOM from '@semcore/utils/lib/canUseDOM';\nimport createComponent, { Component, sstyled, Root } from '@semcore/core';\nimport { Box } from '@semcore/flex-box';\nimport OutsideClick from '@semcore/outside-click';\nimport Portal, { PortalProvider } from '@semcore/portal';\nimport NeighborLocation from '@semcore/neighbor-location';\nimport { setRef } from '@semcore/utils/lib/ref';\nimport { useFocusLock, isFocusInside } from '@semcore/utils/lib/use/useFocusLock';\nimport { callAllEventHandlers } from '@semcore/utils/lib/assignProps';\nimport pick from '@semcore/utils/lib/pick';\nimport logger from '@semcore/utils/lib/logger';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport { Scale, animationContext } from '@semcore/animation';\nimport { cssVariableEnhance } from '@semcore/utils/lib/useCssVariable';\nimport { useContextTheme } from '@semcore/utils/lib/ThemeProvider';\nimport { ScreenReaderOnly } from '@semcore/utils/lib/ScreenReaderOnly';\nimport keyboardFocusEnhance, {\n useFocusSource,\n} from '@semcore/utils/lib/enhances/keyboardFocusEnhance';\n\nimport createPopper from './createPopper';\n\nimport style from './style/popper.shadow.css';\n\nfunction isObject(obj) {\n return typeof obj === 'object' && !Array.isArray(obj);\n}\n\nfunction someArray(arr1, arr2) {\n return arr1.filter(function (i) {\n return arr2.indexOf(i) !== -1;\n });\n}\n\nconst useUpdatePopperEveryFrame = (popperRef) => {\n const nextAnimationFrameRef = React.useRef(-1);\n const handleAnimationFrame = React.useCallback((until) => {\n if (until < Date.now()) return;\n popperRef.current?.update();\n nextAnimationFrameRef.current = requestAnimationFrame(() => handleAnimationFrame(until));\n }, []);\n React.useEffect(() => () => cancelAnimationFrame(nextAnimationFrameRef.current), []);\n return handleAnimationFrame;\n};\n\nconst MODIFIERS_OPTIONS = [\n 'offset',\n 'preventOverflow',\n 'arrow',\n 'flip',\n 'computeStyles',\n 'eventListeners',\n];\n\nclass Popper extends Component {\n static displayName = 'Popper';\n\n static style = style;\n\n static defaultProps = {\n defaultVisible: false,\n placement: 'auto',\n modifiers: [],\n arrow: {\n padding: 6,\n },\n strategy: 'absolute',\n interaction: 'click',\n timeout: 0,\n excludeRefs: [],\n };\n\n static enhance = [\n uniqueIDEnhancement(),\n cssVariableEnhance({\n variable: '--intergalactic-duration-popper',\n fallback: '200',\n map: Number.parseInt,\n prop: 'duration',\n }),\n ];\n\n eventsInteractionMap = {\n click: {\n trigger: [['onClick'], ['onClick']],\n popper: [],\n },\n hover: {\n trigger: [\n ['onMouseEnter', 'onKeyboardFocus'],\n ['onMouseLeave', 'onBlur'],\n ],\n popper: [['onMouseEnter', 'onFocusCapture'], ['onMouseLeave']],\n },\n focus: {\n trigger: [['onFocus'], ['onBlur']],\n // to intercept faster than onBlur on the trigger\n popper: [['onFocusCapture'], ['onBlur']],\n },\n none: {\n trigger: [],\n popper: [],\n },\n };\n\n // timer: ReturnType<typeof setTimeout>;\n // observer: ResizeObserver;\n triggerRef = React.createRef();\n focusableTriggerReturnFocusToRef = React.createRef();\n popperRef = React.createRef();\n popper = React.createRef();\n\n constructor(props) {\n super(props);\n if (canUseDOM()) {\n this.observer = new ResizeObserver(() => {\n requestAnimationFrame(() => {\n this.popper.current?.update();\n });\n });\n }\n }\n\n uncontrolledProps() {\n return {\n visible: null,\n };\n }\n\n createTriggerRef = (ref) => {\n if (ref && this.triggerRef.current !== ref) {\n setRef(this.triggerRef, ref);\n this.createPopper();\n }\n };\n\n createPopperRef = (ref) => {\n if (ref && this.popperRef.current !== ref) {\n setRef(this.popperRef, ref);\n this.createPopper();\n }\n };\n\n getPopperOptions = () => {\n const { placement, modifiers, strategy, onFirstUpdate, ...other } = this.asProps;\n const optionsModifiers = pick(other, MODIFIERS_OPTIONS);\n const modifiersFallback = [];\n\n if (typeof optionsModifiers.offset === 'number') {\n optionsModifiers.offset = [0, optionsModifiers.offset];\n }\n const modifiersOptions = MODIFIERS_OPTIONS.filter(\n (name) => optionsModifiers[name] !== undefined,\n ).map((name) => ({\n name,\n options: isObject(optionsModifiers[name])\n ? optionsModifiers[name]\n : { [name]: optionsModifiers[name] },\n }));\n\n modifiersOptions.push({\n name: 'computeStyles',\n options: { gpuAcceleration: false },\n });\n\n const modifiersMerge = [...modifiersFallback, ...modifiersOptions].concat(modifiers);\n\n return {\n placement,\n strategy,\n onFirstUpdate: callAllEventHandlers(onFirstUpdate, () => {\n this.observer?.observe(this.triggerRef.current);\n this.observer?.observe(this.popperRef.current);\n }),\n modifiers: modifiersMerge,\n };\n };\n\n createPopper() {\n if (!this.triggerRef.current || !this.popperRef.current) return;\n if (this.asProps.__disablePopper) return;\n\n this.popper.current = createPopper(\n this.triggerRef.current,\n this.popperRef.current,\n this.getPopperOptions(),\n );\n }\n\n componentDidUpdate(prevProps) {\n const popperProps = [\n 'strategy',\n 'placement',\n 'offset',\n 'preventOverflow',\n 'arrow',\n 'flip',\n 'computeStyles',\n 'eventListeners',\n 'onFirstUpdate',\n ];\n if (\n this.popper.current &&\n popperProps.some((propName) => prevProps[propName] !== this.asProps[propName])\n ) {\n this.popper.current.setOptions(this.getPopperOptions());\n }\n }\n\n destroyPopper() {\n clearTimeout(this.timer);\n clearTimeout(this.timerMultiTrigger);\n\n this.observer?.disconnect();\n\n if (this.popper.current) {\n this.popper.current.destroy();\n this.popper.current = null;\n }\n }\n\n handlersFromInteraction(interaction, component, visible) {\n const eventInteraction =\n typeof interaction === 'string' ? this.eventsInteractionMap[interaction] : interaction;\n\n const [showEvents = [], hideEvents = []] = eventInteraction[component];\n const crossEvents = someArray(showEvents, hideEvents);\n const handlers = {};\n\n showEvents.forEach((action) => {\n handlers[action] = this.bindHandlerChangeVisibleWithTimer(true, component);\n });\n hideEvents.forEach((action) => {\n handlers[action] = this.bindHandlerChangeVisibleWithTimer(false, component);\n });\n crossEvents.forEach((action) => {\n handlers[action] = visible\n ? this.bindHandlerChangeVisibleWithTimer(false, component)\n : this.bindHandlerChangeVisibleWithTimer(true, component);\n });\n return handlers;\n }\n\n handlerKeyDown = (e) => {\n const { visible } = this.asProps;\n if (visible && e.key === 'Escape') {\n e.stopPropagation();\n\n this.bindHandlerChangeVisibleWithTimer(false)(e);\n }\n };\n bindHandlerKeyDown = (onKeyDown) => callAllEventHandlers(onKeyDown, this.handlerKeyDown);\n\n bindHandlerChangeVisibleWithTimer = (visible, component) => (e) => {\n const currentTarget = e?.currentTarget;\n this.handlerChangeVisibleWithTimer(visible, e, () => {\n clearTimeout(this.timerMultiTrigger);\n // instance popper is not here yet because the popperRef did not have time to come\n this.timerMultiTrigger = setTimeout(() => {\n if (visible && component === 'trigger' && this.popper.current && currentTarget) {\n if (this.popper.current.state.elements.reference !== currentTarget) {\n this.popper.current.state.elements.reference = currentTarget;\n // for update\n this.popper.current.setOptions({});\n }\n }\n }, 0);\n });\n };\n\n handlerChangeVisibleWithTimer = (visible, e, cb) => {\n const { timeout, disabled } = this.asProps;\n if (typeof disabled === 'boolean' && disabled && visible) return;\n const handlers = this.handlers;\n\n const timeoutConfig = typeof timeout === 'number' ? [timeout, timeout] : timeout;\n const latency = visible ? timeoutConfig[0] : timeoutConfig[1];\n clearTimeout(this.timer);\n this.timer = setTimeout(() => {\n handlers.visible(visible, e);\n cb();\n }, latency);\n };\n\n getTriggerProps() {\n const { visible, interaction, disableEnforceFocus } = this.asProps;\n // @ts-ignore\n const { onKeyDown, ...interactionProps } = this.handlersFromInteraction(\n interaction,\n 'trigger',\n visible,\n );\n return {\n ref: this.createTriggerRef,\n active: visible,\n interaction,\n ...interactionProps,\n onKeyDown: this.bindHandlerKeyDown(onKeyDown),\n focusableTriggerReturnFocusToRef: this.focusableTriggerReturnFocusToRef,\n disableEnforceFocus,\n popperRef: this.popperRef,\n };\n }\n\n getPopperProps() {\n const {\n visible,\n disablePortal,\n interaction,\n placement,\n duration,\n animationsDisabled,\n disableEnforceFocus,\n ...other\n } = this.asProps;\n // @ts-ignore\n const { onKeyDown, ...interactionProps } = this.handlersFromInteraction(\n interaction,\n 'popper',\n visible,\n );\n\n return {\n ref: this.createPopperRef,\n triggerRef: this.triggerRef,\n visible,\n interaction,\n disablePortal,\n ...interactionProps,\n onKeyDown: this.bindHandlerKeyDown(onKeyDown),\n placement,\n duration,\n animationsDisabled,\n popper: this.popper,\n focusableTriggerReturnFocusToRef: this.focusableTriggerReturnFocusToRef,\n disableEnforceFocus,\n };\n }\n\n setContext() {\n return {\n popper: this.popper,\n setTrigger: this.createTriggerRef,\n setPopper: this.createPopperRef,\n };\n }\n\n componentWillUnmount() {\n this.destroyPopper();\n }\n\n render() {\n const { Children, visible, root, onOutsideClick, excludeRefs } = this.asProps;\n return (\n <>\n {visible ? (\n <OutsideClick\n root={root}\n excludeRefs={[this.triggerRef, this.popperRef, ...excludeRefs]}\n onOutsideClick={callAllEventHandlers(\n onOutsideClick,\n this.bindHandlerChangeVisibleWithTimer(false),\n )}\n />\n ) : null}\n <Children />\n </>\n );\n }\n}\n\nconst getElementNestingIndexes = (element, chain = new Set([element, document.body])) => {\n if (!element?.parentElement) return [];\n const index = Array.from(element.parentElement.children).indexOf(element);\n if (chain.has(element.parentElement)) return [index];\n chain.add(element.parentElement);\n return [...getElementNestingIndexes(element.parentElement, chain), index];\n};\n\nconst useReturnFocusEl = (interaction, onKeyboardFocus, disable) => {\n const [returnFocusEl, setReturnFocusEl] = React.useState(null);\n const focusSourceRef = useFocusSource();\n const handleFocus = React.useCallback(\n (event) => {\n if (focusSourceRef.current !== 'keyboard') return;\n onKeyboardFocus?.();\n if (disable) return;\n if (interaction !== 'focus') return;\n if (!event.relatedTarget) {\n setReturnFocusEl('after');\n }\n const focusToNesting = getElementNestingIndexes(event.target);\n const focusFromNesting = getElementNestingIndexes(event.relatedTarget);\n const nestingLength = Math.max(focusToNesting.length, focusFromNesting.length);\n for (let i = 0; i < nestingLength; i++) {\n if (focusFromNesting[i] === undefined) {\n setReturnFocusEl('after'); // <div tabIndex=\"0\" id=\"focus1\" /> <input id=\"focus2\" /> </div>\n return;\n }\n if (focusFromNesting[i] > focusToNesting[i]) {\n setReturnFocusEl('before'); // <input id=\"focus2\" /> <input id=\"focus1\" />\n return;\n }\n }\n\n setReturnFocusEl('after'); // <input id=\"focus1\" /> <input id=\"focus2\" />\n },\n [interaction, onKeyboardFocus, disable],\n );\n const handleFocusReturnElBlur = React.useCallback(() => {\n setTimeout(() => setReturnFocusEl(null), 0);\n }, []);\n\n return { returnFocusEl, handleFocus, handleFocusReturnElBlur };\n};\nconst useFocusCatch = (active, popperRef) => {\n const activeRef = React.useRef(active);\n activeRef.current = active;\n\n const [focusCatch, setFocusCatch] = React.useState(false);\n const handleFocusCatchBlur = React.useCallback(() => setFocusCatch(false), []);\n const handleFocusCatchRef = React.useCallback((node) => {\n if (activeRef.current) return setFocusCatch(false);\n if (!isFocusInside(popperRef.current) && document.activeElement !== document.body)\n return setFocusCatch(false);\n node?.focus();\n }, []);\n\n React.useEffect(() => {\n if (!active) return;\n if (!popperRef.current) return;\n return () => {\n setTimeout(() => {\n if (activeRef.current) return;\n if (!isFocusInside(popperRef.current) && document.activeElement !== document.body) return;\n setFocusCatch(true);\n }, 1);\n };\n }, [active]);\n\n return { focusCatch, handleFocusCatchBlur, handleFocusCatchRef };\n};\n\nconst focusCatcherStyles = { position: 'fixed' };\nfunction Trigger(props) {\n const STrigger = Root;\n const SFocusHint = 'span';\n const {\n Children,\n interaction,\n focusableTriggerReturnFocusToRef,\n focusHint,\n onKeyboardFocus,\n disableEnforceFocus,\n active,\n popperRef,\n highlighted,\n } = props;\n\n const triggerRef = React.createRef();\n\n const { returnFocusEl, handleFocusReturnElBlur, handleFocus } = useReturnFocusEl(\n interaction,\n onKeyboardFocus,\n disableEnforceFocus,\n );\n const { focusCatch, handleFocusCatchBlur, handleFocusCatchRef } = useFocusCatch(\n active,\n popperRef,\n );\n\n React.useEffect(() => {\n if (highlighted === true) {\n onKeyboardFocus({ currentTarget: triggerRef.current });\n }\n }, [highlighted]);\n\n return (\n <>\n {returnFocusEl === 'before' && (\n <div\n tabIndex='0'\n ref={focusableTriggerReturnFocusToRef}\n onBlur={handleFocusReturnElBlur}\n style={focusCatcherStyles}\n />\n )}\n <STrigger\n render={Box}\n inline\n role='button'\n aria-haspopup={true}\n onFocus={handleFocus}\n ref={triggerRef}\n >\n <Children />\n </STrigger>\n {focusHint && false && (\n <SFocusHint aria-live='polite'>\n <ScreenReaderOnly>{focusHint}</ScreenReaderOnly>\n </SFocusHint>\n )}\n {returnFocusEl === 'after' && (\n <div\n tabIndex='0'\n ref={focusableTriggerReturnFocusToRef}\n onBlur={handleFocusReturnElBlur}\n style={focusCatcherStyles}\n />\n )}\n {focusCatch && (\n <div\n tabIndex='0'\n ref={handleFocusCatchRef}\n onBlur={handleFocusCatchBlur}\n style={focusCatcherStyles}\n />\n )}\n </>\n );\n}\n\nfunction PopperPopper(props) {\n const SPopper = Root;\n const {\n Children,\n styles,\n visible,\n disablePortal,\n ignorePortalsStacking,\n disableEnforceFocus,\n triggerRef,\n interaction,\n autoFocus,\n controlsLength,\n duration,\n animationsDisabled,\n popper,\n focusableTriggerReturnFocusToRef,\n focusMaster = false,\n } = props;\n const ref = React.useRef(null);\n\n // https://github.com/facebook/react/issues/11387\n const stopPropagation = React.useCallback((event) => event.stopPropagation(), []);\n\n useFocusLock(\n ref,\n autoFocus,\n interaction === 'focus' || interaction === 'hover'\n ? focusableTriggerReturnFocusToRef\n : triggerRef,\n !visible || disableEnforceFocus,\n focusMaster,\n );\n\n useContextTheme(ref, visible);\n\n const updatePopperEveryFrame = useUpdatePopperEveryFrame(popper);\n const handleAnimationStart = React.useCallback(\n (duration) => {\n if (duration > 0) {\n updatePopperEveryFrame(Date.now() + Math.min(duration, 2000));\n }\n },\n [updatePopperEveryFrame],\n );\n const handleAnimationEnd = React.useCallback(() => {\n popper.current?.update();\n }, []);\n const animationCtx = React.useContext(animationContext);\n React.useEffect(() => {\n if (!ignorePortalsStacking) return;\n if (!animationCtx) return;\n const unsubscribeAnimationStart = animationCtx.onAnimationStart(handleAnimationStart);\n const unsubscribeAnimationEnd = animationCtx.onAnimationEnd(handleAnimationEnd);\n return () => {\n unsubscribeAnimationStart();\n unsubscribeAnimationEnd();\n };\n }, [animationCtx, ignorePortalsStacking]);\n\n return sstyled(styles)(\n <Portal disablePortal={disablePortal} ignorePortalsStacking={ignorePortalsStacking}>\n <NeighborLocation controlsLength={controlsLength}>\n <SPopper\n render={Scale}\n animationsDisabled={animationsDisabled}\n visible={visible}\n duration={[duration, duration / 2]}\n ref={ref}\n onClick={stopPropagation}\n onContextMenu={stopPropagation}\n onDoubleClick={stopPropagation}\n onDrag={stopPropagation}\n onDragEnd={stopPropagation}\n onDragEnter={stopPropagation}\n onDragExit={stopPropagation}\n onDragLeave={stopPropagation}\n onDragOver={stopPropagation}\n onDragStart={stopPropagation}\n onDrop={stopPropagation}\n onMouseDown={stopPropagation}\n onMouseMove={stopPropagation}\n onMouseOver={stopPropagation}\n onMouseOut={stopPropagation}\n onMouseUp={stopPropagation}\n onKeyDown={stopPropagation}\n onKeyPress={stopPropagation}\n onKeyUp={stopPropagation}\n onFocus={stopPropagation}\n onBlur={stopPropagation}\n onChange={stopPropagation}\n onInput={stopPropagation}\n onInvalid={stopPropagation}\n onReset={stopPropagation}\n onSubmit={stopPropagation}\n >\n <PortalProvider value={ref}>\n <Children />\n </PortalProvider>\n </SPopper>\n </NeighborLocation>\n </Portal>,\n );\n}\n\nPopperPopper.enhance = [keyboardFocusEnhance()];\n\nexport default createComponent(Popper, {\n Trigger,\n Popper: PopperPopper,\n});\n"],"mappings":"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"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { DOMAttributes } from 'react';\nimport { Options, Instance } from '@popperjs/core/lib/types';\nimport { Options as OptionsOffset } from '@popperjs/core/lib/modifiers/offset';\nimport { Options as OptionsPreventOverflow } from '@popperjs/core/lib/modifiers/preventOverflow';\nimport { Options as OptionsArrow } from '@popperjs/core/lib/modifiers/arrow';\nimport { Options as OptionsFlip } from '@popperjs/core/lib/modifiers/flip';\nimport { Options as OptionsComputeStyles } from '@popperjs/core/lib/modifiers/computeStyles';\nimport { Options as OptionsEventListeners } from '@popperjs/core/lib/modifiers/eventListeners';\n\nimport { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\nimport { OutsideClickProps } from '@semcore/outside-click';\nimport { PortalProps } from '@semcore/portal';\nimport { BoxProps } from '@semcore/flex-box';\nimport { ScaleProps } from '@semcore/animation';\nimport { NeighborLocationProps } from '@semcore/neighbor-location';\nimport { UniqueIDProps } from '@semcore/utils/lib/uniqueID';\n\nexport type eventInteraction = {\n trigger: [Array<keyof DOMAttributes<unknown>>, Array<keyof DOMAttributes<unknown>>];\n popper: [Array<keyof DOMAttributes<unknown>>, Array<keyof DOMAttributes<unknown>>];\n};\n\nexport type Strategy = Options['strategy'];\nexport type Modifiers = Options['modifiers'];\nexport type Placement = Options['placement'];\n\n/** @deprecated */\nexport interface IPopperProps extends PopperProps, UnknownProperties {}\nexport type PopperProps = OutsideClickProps &\n PortalProps &\n UniqueIDProps &\n Omit<ScaleProps, 'placement'> & {\n /**\n * Popper can have different positioning options\n * @default absolute\n */\n strategy?: Strategy;\n /**\n * Modifiers for popper.js\n */\n modifiers?: Modifiers;\n /**\n * The position of the popper relative to the trigger that called it.\n * 'auto-start' | 'auto' | 'auto-end' | 'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-end' | 'bottom' | 'bottom-start' | 'left-end' | 'left' | 'left-start'\n * @default auto\n */\n placement?: Placement;\n /**\n * Interaction with a trigger to show and hide the popper\n * @default click\n */\n interaction?: 'click' | 'hover' | 'focus' | 'none' | eventInteraction;\n /** Timer to show and hide the popper */\n timeout?: number | [number, number];\n /** Popper visibility value */\n visible?: boolean;\n /** Default popper visibility\n * @default false */\n defaultVisible?: boolean;\n /** Function called when visibility changes */\n onVisibleChange?: (visible: boolean, e?: Event) => boolean | void;\n /** PopperJS modifier settings for popper indent */\n offset?: Partial<OptionsOffset> | number | [number, number];\n /** PopperJS modifier settings for finding borders */\n preventOverflow?: Partial<OptionsPreventOverflow>;\n /** PopperJS modifier settings responsible for the arrow */\n arrow?: Partial<OptionsArrow>;\n /** PopperJS modifier settings responsible for turning the popper when there is not enough space */\n flip?: Partial<OptionsFlip>;\n /** PopperJS modifier settings for applying styles */\n computeStyles?: Partial<OptionsComputeStyles>;\n /** PopperJS modifier settings responsible for subscribing to global events */\n eventListeners?: Partial<OptionsEventListeners>;\n /** @ignore */\n onFirstUpdate?: Options['onFirstUpdate'];\n\n /**\n * Disabled focus trap, autofocus and focus return\n */\n disableEnforceFocus?: boolean;\n };\n\n/** @deprecated */\nexport interface IPopperTriggerProps extends PopperTriggerProps, UnknownProperties {}\nexport type PopperTriggerProps = BoxProps & {};\n\n/** @deprecated */\nexport interface IPopperPopperProps extends PopperPopperProps, UnknownProperties {}\nexport type PopperPopperProps = BoxProps &\n NeighborLocationProps & {\n /**\n * Disabled focus trap, autofocus and focus return\n */\n disableEnforceFocus?: boolean;\n };\n\n/** @deprecated */\nexport interface IPopperContext extends PopperContext, UnknownProperties {}\nexport type PopperContext = {\n getTriggerProps: PropGetterFn;\n getPopperProps: PropGetterFn;\n popper: Instance;\n // Rename to setTriggerRef\n setTrigger: (ref: HTMLElement) => void;\n setPopper: (ref: HTMLElement) => void;\n};\n\n/** @deprecated */\nexport interface IPopperHandlers extends PopperHandlers, UnknownProperties {}\nexport type PopperHandlers = {\n visible: (visible: boolean) => void;\n};\n\ndeclare const Popper: Intergalactic.Component<\n 'div',\n PopperProps,\n PopperContext,\n [handlers: PopperHandlers]\n> & {\n Trigger: Intergalactic.Component<\n 'div',\n PopperTriggerProps,\n PopperContext,\n [handlers: PopperHandlers]\n >;\n Popper: Intergalactic.Component<\n 'div',\n PopperPopperProps,\n PopperContext,\n [handlers: PopperHandlers]\n >;\n};\n\nexport default Popper;\n"],"mappings":""}
|
1
|
+
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { DOMAttributes } from 'react';\nimport { Options, Instance } from '@popperjs/core/lib/types';\nimport { Options as OptionsOffset } from '@popperjs/core/lib/modifiers/offset';\nimport { Options as OptionsPreventOverflow } from '@popperjs/core/lib/modifiers/preventOverflow';\nimport { Options as OptionsArrow } from '@popperjs/core/lib/modifiers/arrow';\nimport { Options as OptionsFlip } from '@popperjs/core/lib/modifiers/flip';\nimport { Options as OptionsComputeStyles } from '@popperjs/core/lib/modifiers/computeStyles';\nimport { Options as OptionsEventListeners } from '@popperjs/core/lib/modifiers/eventListeners';\n\nimport { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\nimport { OutsideClickProps } from '@semcore/outside-click';\nimport { PortalProps } from '@semcore/portal';\nimport { BoxProps } from '@semcore/flex-box';\nimport { ScaleProps } from '@semcore/animation';\nimport { NeighborLocationProps } from '@semcore/neighbor-location';\nimport { UniqueIDProps } from '@semcore/utils/lib/uniqueID';\n\nexport type eventInteraction = {\n trigger: [Array<keyof DOMAttributes<unknown>>, Array<keyof DOMAttributes<unknown>>];\n popper: [Array<keyof DOMAttributes<unknown>>, Array<keyof DOMAttributes<unknown>>];\n};\n\nexport type Strategy = Options['strategy'];\nexport type Modifiers = Options['modifiers'];\nexport type Placement = Options['placement'];\n\n/** @deprecated */\nexport interface IPopperProps extends PopperProps, UnknownProperties {}\nexport type PopperProps = OutsideClickProps &\n PortalProps &\n UniqueIDProps &\n Omit<ScaleProps, 'placement'> & {\n /**\n * Popper can have different positioning options\n * @default absolute\n */\n strategy?: Strategy;\n /**\n * Modifiers for popper.js\n */\n modifiers?: Modifiers;\n /**\n * The position of the popper relative to the trigger that called it.\n * 'auto-start' | 'auto' | 'auto-end' | 'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-end' | 'bottom' | 'bottom-start' | 'left-end' | 'left' | 'left-start'\n * @default auto\n */\n placement?: Placement;\n /**\n * Interaction with a trigger to show and hide the popper\n * @default click\n */\n interaction?: 'click' | 'hover' | 'focus' | 'none' | eventInteraction;\n /** Timer to show and hide the popper */\n timeout?: number | [number, number];\n /** Popper visibility value */\n visible?: boolean;\n /** Default popper visibility\n * @default false */\n defaultVisible?: boolean;\n /** Function called when visibility changes */\n onVisibleChange?: (visible: boolean, e?: Event) => boolean | void;\n /** PopperJS modifier settings for popper indent */\n offset?: Partial<OptionsOffset> | number | [number, number];\n /** PopperJS modifier settings for finding borders */\n preventOverflow?: Partial<OptionsPreventOverflow>;\n /** PopperJS modifier settings responsible for the arrow */\n arrow?: Partial<OptionsArrow>;\n /** PopperJS modifier settings responsible for turning the popper when there is not enough space */\n flip?: Partial<OptionsFlip>;\n /** PopperJS modifier settings for applying styles */\n computeStyles?: Partial<OptionsComputeStyles>;\n /** PopperJS modifier settings responsible for subscribing to global events */\n eventListeners?: Partial<OptionsEventListeners>;\n /** @ignore */\n onFirstUpdate?: Options['onFirstUpdate'];\n\n /**\n * Disabled focus trap, autofocus and focus return\n */\n disableEnforceFocus?: boolean;\n };\n\n/** @deprecated */\nexport interface IPopperTriggerProps extends PopperTriggerProps, UnknownProperties {}\nexport type PopperTriggerProps = BoxProps & {\n /**\n * Disabled focus trap, autofocus and focus return\n */\n disableEnforceFocus?: boolean;\n};\n\n/** @deprecated */\nexport interface IPopperPopperProps extends PopperPopperProps, UnknownProperties {}\nexport type PopperPopperProps = BoxProps &\n NeighborLocationProps & {\n /**\n * Disabled focus trap, autofocus and focus return\n */\n disableEnforceFocus?: boolean;\n };\n\n/** @deprecated */\nexport interface IPopperContext extends PopperContext, UnknownProperties {}\nexport type PopperContext = {\n getTriggerProps: PropGetterFn;\n getPopperProps: PropGetterFn;\n popper: Instance;\n // Rename to setTriggerRef\n setTrigger: (ref: HTMLElement) => void;\n setPopper: (ref: HTMLElement) => void;\n};\n\n/** @deprecated */\nexport interface IPopperHandlers extends PopperHandlers, UnknownProperties {}\nexport type PopperHandlers = {\n visible: (visible: boolean) => void;\n};\n\ndeclare const Popper: Intergalactic.Component<\n 'div',\n PopperProps,\n PopperContext,\n [handlers: PopperHandlers]\n> & {\n Trigger: Intergalactic.Component<\n 'div',\n PopperTriggerProps,\n PopperContext,\n [handlers: PopperHandlers]\n >;\n Popper: Intergalactic.Component<\n 'div',\n PopperPopperProps,\n PopperContext,\n [handlers: PopperHandlers]\n >;\n};\n\nexport default Popper;\n"],"mappings":""}
|
@@ -82,7 +82,12 @@ export type PopperProps = OutsideClickProps &
|
|
82
82
|
|
83
83
|
/** @deprecated */
|
84
84
|
export interface IPopperTriggerProps extends PopperTriggerProps, UnknownProperties {}
|
85
|
-
export type PopperTriggerProps = BoxProps & {
|
85
|
+
export type PopperTriggerProps = BoxProps & {
|
86
|
+
/**
|
87
|
+
* Disabled focus trap, autofocus and focus return
|
88
|
+
*/
|
89
|
+
disableEnforceFocus?: boolean;
|
90
|
+
};
|
86
91
|
|
87
92
|
/** @deprecated */
|
88
93
|
export interface IPopperPopperProps extends PopperPopperProps, UnknownProperties {}
|
package/portal/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
|
-
module.exports = item['default'];
|
5
|
+
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/product-head/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
|
-
module.exports = item['default'];
|
5
|
+
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/progress-bar/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
|
-
module.exports = item['default'];
|
5
|
+
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|