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
package/d3-chart/lib/cjs/Axis.js
CHANGED
@@ -18,20 +18,20 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
18
18
|
var _utils = require("./utils");
|
19
19
|
var _MAP_POSITION_AXIS, _MAP_POSITION_TICK;
|
20
20
|
/*__reshadow-styles__:"./style/axis.shadow.css"*/
|
21
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
22
|
-
"__SAxis": "
|
23
|
-
"_hide": "
|
24
|
-
"__STick": "
|
25
|
-
"__SGrid": "
|
26
|
-
"__STitle": "
|
27
|
-
"--transform-origin": "--transform-
|
28
|
-
"_position_top": "
|
29
|
-
"_position_bottom": "
|
30
|
-
"_position_right": "
|
31
|
-
"_position_left": "
|
32
|
-
"_verticalWritingMode": "
|
33
|
-
"_position_custom_0": "
|
34
|
-
"_position_custom_1": "
|
21
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SAxis_1rj78_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SAxis_1rj78_gg_.__hide_1rj78_gg_,.___STick_1rj78_gg_.__hide_1rj78_gg_{display:none}.___STick_1rj78_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79)}.___SGrid_1rj78_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, #e0e1e9)}.___STitle_1rj78_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, #6c6e79);transform-origin:var(--transform-origin_1rj78)}.___STitle_1rj78_gg_._position_top_1rj78_gg_{text-anchor:middle}.___STitle_1rj78_gg_._position_bottom_1rj78_gg_{text-anchor:middle;alignment-baseline:hanging}.___STitle_1rj78_gg_._position_left_1rj78_gg_,.___STitle_1rj78_gg_._position_right_1rj78_gg_{transform:rotate(-90deg);text-anchor:middle;alignment-baseline:middle}.___STitle_1rj78_gg_._position_left_1rj78_gg_.__verticalWritingMode_1rj78_gg_,.___STitle_1rj78_gg_._position_right_1rj78_gg_.__verticalWritingMode_1rj78_gg_{writing-mode:vertical-rl;transform:none}.___STick_1rj78_gg_._position_top_1rj78_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_1rj78_gg_._position_bottom_1rj78_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_1rj78_gg_._position_right_1rj78_gg_{transform:translateX(16px);text-anchor:start;alignment-baseline:middle}.___STick_1rj78_gg_._position_left_1rj78_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}.___STick_1rj78_gg_._position_custom_0_1rj78_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_1rj78_gg_._position_custom_1_1rj78_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}" /*__inner_css_end__*/, "1rj78_gg_") /*__reshadow_css_end__*/, {
|
22
|
+
"__SAxis": "___SAxis_1rj78_gg_",
|
23
|
+
"_hide": "__hide_1rj78_gg_",
|
24
|
+
"__STick": "___STick_1rj78_gg_",
|
25
|
+
"__SGrid": "___SGrid_1rj78_gg_",
|
26
|
+
"__STitle": "___STitle_1rj78_gg_",
|
27
|
+
"--transform-origin": "--transform-origin_1rj78",
|
28
|
+
"_position_top": "_position_top_1rj78_gg_",
|
29
|
+
"_position_bottom": "_position_bottom_1rj78_gg_",
|
30
|
+
"_position_right": "_position_right_1rj78_gg_",
|
31
|
+
"_position_left": "_position_left_1rj78_gg_",
|
32
|
+
"_verticalWritingMode": "__verticalWritingMode_1rj78_gg_",
|
33
|
+
"_position_custom_0": "_position_custom_0_1rj78_gg_",
|
34
|
+
"_position_custom_1": "_position_custom_1_1rj78_gg_"
|
35
35
|
});
|
36
36
|
var CUSTOM_0 = Symbol('custom_0');
|
37
37
|
var CUSTOM_1 = Symbol('custom_1');
|
package/d3-chart/lib/cjs/Bar.js
CHANGED
@@ -16,17 +16,17 @@ var _react = _interopRequireDefault(require("react"));
|
|
16
16
|
var _d3Transition = require("d3-transition");
|
17
17
|
var _uniqueID = _interopRequireDefault(require("intergalactic/utils/lib/uniqueID"));
|
18
18
|
var _createElement = _interopRequireDefault(require("./createElement"));
|
19
|
-
var
|
19
|
+
var _AnimatedClipPath = _interopRequireDefault(require("./AnimatedClipPath"));
|
20
20
|
var _utils = require("./utils");
|
21
21
|
/*__reshadow-styles__:"./style/bar.shadow.css"*/
|
22
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
23
|
-
"__SBar": "
|
24
|
-
"--duration": "--
|
25
|
-
"_color": "
|
26
|
-
"--color": "--
|
27
|
-
"_hide": "
|
28
|
-
"_transparent": "
|
29
|
-
"__SBackground": "
|
22
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SBar_1ch17_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1ch17);transition-timing-function:ease-in-out}.___SBar_1ch17_gg_.__color_1ch17_gg_{fill:var(--color_1ch17)}.___SBar_1ch17_gg_.__hide_1ch17_gg_{display:none}.___SBar_1ch17_gg_.__transparent_1ch17_gg_{opacity:.3}.___SBackground_1ch17_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}" /*__inner_css_end__*/, "1ch17_gg_") /*__reshadow_css_end__*/, {
|
23
|
+
"__SBar": "___SBar_1ch17_gg_",
|
24
|
+
"--duration": "--duration_1ch17",
|
25
|
+
"_color": "__color_1ch17_gg_",
|
26
|
+
"--color": "--color_1ch17",
|
27
|
+
"_hide": "__hide_1ch17_gg_",
|
28
|
+
"_transparent": "__transparent_1ch17_gg_",
|
29
|
+
"__SBackground": "___SBackground_1ch17_gg_"
|
30
30
|
});
|
31
31
|
var MIN_HEIGHT = 2;
|
32
32
|
exports.MIN_HEIGHT = MIN_HEIGHT;
|
@@ -158,12 +158,12 @@ var BarRoot = /*#__PURE__*/function (_Component) {
|
|
158
158
|
uid = _this$asProps4.uid,
|
159
159
|
size = _this$asProps4.size,
|
160
160
|
duration = _this$asProps4.duration;
|
161
|
-
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, data.map(this.renderBar.bind(this)), duration && /*#__PURE__*/_react["default"].createElement(
|
162
|
-
|
161
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, data.map(this.renderBar.bind(this)), duration && /*#__PURE__*/_react["default"].createElement(_AnimatedClipPath["default"], {
|
162
|
+
duration: duration,
|
163
163
|
key: "".concat(uid, "-animation"),
|
164
|
+
attributeName: "y",
|
165
|
+
values: "100%;0",
|
164
166
|
id: uid,
|
165
|
-
x: "0",
|
166
|
-
y: size[1],
|
167
167
|
width: size[0],
|
168
168
|
height: "".concat(size[1], "px")
|
169
169
|
}));
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Bar.js","names":["_core","require","_react","_interopRequireDefault","_d3Transition","_uniqueID","_createElement","_ClipPath","_utils","style","sstyled","insert","MIN_HEIGHT","exports","calcPartBarY","y","minHeight","height","Object","is","BarRoot","_Component","_inherits2","_super","_createSuper2","_classCallCheck2","apply","arguments","_createClass2","key","value","getBackgroundProps","_props","index","_this$asProps","asProps","x","data","animationBar","_this$asProps2","duration","uid","selectRect","transition","selection","selectAll","concat","selectRectNode","node","getAttribute","attr","componentDidUpdate","componentDidMount","renderBar","d","i","_ref","_d$y","_d$y2","_d$y3","SBar","Element","_this$asProps3","styles","color","resolveColor","y0","scale","hide","offsetProps","offset","r","hMin","widthProps","width","groupKey","onClick","transparent","_this$asProps3$maxBar","maxBarSize","Infinity","_scale","_slicedToArray2","xScale","yScale","absHeight","Math","abs","min","domain","Number","max","bandWidth","scaleToBand","bandwidth","barX","barY","handleClick","event","dSvg","getRect","radius","Array","isArray","position","dataHintsHandler","describeGroupedValues","describeValueEntity","createElement","cn","render","_this$asProps4","size","Fragment","map","bind","id","Component","_defineProperty2","uniqueIDEnhancement","Background","props","_ref2","SBackground","_scale2","yRange","range","_ref3","roundedPath","_default"],"sources":["../../src/Bar.jsx"],"sourcesContent":["import React from 'react';\nimport { transition } from 'd3-transition';\nimport { Component, sstyled } from '@semcore/core';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport createElement from './createElement';\nimport ClipPath from './ClipPath';\nimport { scaleToBand, roundedPath } from './utils';\n\nimport style from './style/bar.shadow.css';\n\nexport const MIN_HEIGHT = 2;\n\nconst calcPartBarY = (y, minHeight, height) => {\n // need for the correct rendering of negative values (bar should be under Y-axis)\n if (y <= 0) {\n return Object.is(y, 0) ? minHeight : 0;\n }\n // need for the correct rendering of the minimum positive values\n return height <= minHeight ? minHeight : 0;\n};\n\nclass BarRoot extends Component {\n static displayName = 'Bar';\n static style = style;\n static enhance = [uniqueIDEnhancement()];\n\n static defaultProps = {\n offset: [0, 0],\n duration: 500,\n r: 2,\n hMin: MIN_HEIGHT,\n };\n\n getBackgroundProps(_props, index) {\n const { x, data } = this.asProps;\n return {\n value: data[index][x],\n index,\n };\n }\n\n animationBar() {\n const { duration, uid } = this.asProps;\n const selectRect = transition().selection().selectAll(`#${uid} rect`);\n const selectRectNode = selectRect.node();\n\n if (duration > 0 && selectRectNode && selectRectNode.getAttribute('y') !== '0') {\n selectRect.transition().duration(duration).attr('y', 0);\n }\n }\n\n componentDidUpdate() {\n this.animationBar();\n }\n\n componentDidMount() {\n this.animationBar();\n }\n\n renderBar(d, i) {\n const SBar = this.Element;\n const {\n styles,\n color,\n resolveColor,\n x,\n y,\n y0,\n scale,\n hide,\n offset: offsetProps,\n duration,\n uid,\n r,\n hMin,\n width: widthProps,\n groupKey,\n onClick,\n transparent,\n maxBarSize = Infinity,\n } = this.asProps;\n const offset = typeof offsetProps === 'function' ? offsetProps(i) : offsetProps;\n const [xScale, yScale] = scale;\n const absHeight = Math.abs(\n yScale(d[y]) - Math.min(yScale(yScale.domain()[0]), yScale(d[y0] ?? 0)),\n );\n const height = Number(d[y] - (d[y0] ?? 0)) === 0 ? 0 : Math.max(absHeight, hMin);\n const bandWidth = widthProps || scaleToBand(xScale).bandwidth();\n const width = Math.min(bandWidth, maxBarSize);\n const barX = xScale(d[x]) + bandWidth / 2 - width / 2 + offset[0];\n const barY =\n yScale(Math.max(d[y0] ?? 0, height <= hMin && d[y] > 0 ? 0 : d[y])) +\n offset[1] -\n calcPartBarY(d[y], hMin, height);\n const handleClick = (event) => onClick?.(d, event);\n const dSvg = getRect({\n x: barX,\n y: barY,\n width,\n height,\n radius: Array.isArray(r) ? r[i] : r,\n position: d[y] > 0 || Object.is(d[y], 0) ? 'top' : 'bottom',\n });\n\n if (groupKey) {\n this.asProps.dataHintsHandler.describeGroupedValues(groupKey, y);\n } else {\n this.asProps.dataHintsHandler.describeValueEntity(`${i}.${y}`, groupKey ?? d[x]);\n }\n\n return sstyled(styles)(\n <SBar\n aria-hidden\n key={`bar-${i}`}\n render='path'\n clipPath={`url(#${uid})`}\n __excludeProps={['data', 'scale', 'value', 'onClick', 'offset']}\n childrenPosition='above'\n value={d}\n index={i}\n hide={hide}\n color={resolveColor(color)}\n x={barX}\n y={barY}\n width={width}\n height={height}\n d={dSvg}\n onClickCapture={handleClick}\n use:duration={`${duration}ms`}\n transparent={transparent}\n />,\n );\n }\n render() {\n const { data, uid, size, duration } = this.asProps;\n return (\n <>\n {data.map(this.renderBar.bind(this))}\n {duration && (\n <ClipPath\n aria-hidden\n key={`${uid}-animation`}\n id={uid}\n x='0'\n y={size[1]}\n width={size[0]}\n height={`${size[1]}px`}\n />\n )}\n </>\n );\n }\n}\n\nfunction Background(props) {\n const { Element: SBackground, styles, scale, value } = props;\n\n const [xScale, yScale] = scale;\n const yRange = yScale.range();\n\n return sstyled(styles)(\n <SBackground\n aria-hidden\n render='rect'\n childrenPosition='above'\n width={scaleToBand(xScale).bandwidth()}\n height={yRange[0] - yRange[1]}\n x={xScale(value)}\n y={yRange[1]}\n />,\n );\n}\n\nfunction getRect({ x, y, width, height, radius, position }) {\n if (height < radius) radius = height;\n if (radius) {\n if (position === 'top')\n return roundedPath(x, y, width, height, radius, true, true, false, false);\n return roundedPath(x, y, width, height, radius, false, false, true, true);\n }\n return roundedPath(x, y, width, height, radius);\n}\n\nexport default createElement(BarRoot, { Background });\n"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"Bar.js","names":["_core","require","_react","_interopRequireDefault","_d3Transition","_uniqueID","_createElement","_AnimatedClipPath","_utils","style","sstyled","insert","MIN_HEIGHT","exports","calcPartBarY","y","minHeight","height","Object","is","BarRoot","_Component","_inherits2","_super","_createSuper2","_classCallCheck2","apply","arguments","_createClass2","key","value","getBackgroundProps","_props","index","_this$asProps","asProps","x","data","animationBar","_this$asProps2","duration","uid","selectRect","transition","selection","selectAll","concat","selectRectNode","node","getAttribute","attr","componentDidUpdate","componentDidMount","renderBar","d","i","_ref","_d$y","_d$y2","_d$y3","SBar","Element","_this$asProps3","styles","color","resolveColor","y0","scale","hide","offsetProps","offset","r","hMin","widthProps","width","groupKey","onClick","transparent","_this$asProps3$maxBar","maxBarSize","Infinity","_scale","_slicedToArray2","xScale","yScale","absHeight","Math","abs","min","domain","Number","max","bandWidth","scaleToBand","bandwidth","barX","barY","handleClick","event","dSvg","getRect","radius","Array","isArray","position","dataHintsHandler","describeGroupedValues","describeValueEntity","createElement","cn","render","_this$asProps4","size","Fragment","map","bind","attributeName","values","id","Component","_defineProperty2","uniqueIDEnhancement","Background","props","_ref2","SBackground","_scale2","yRange","range","_ref3","roundedPath","_default"],"sources":["../../src/Bar.jsx"],"sourcesContent":["import React from 'react';\nimport { transition } from 'd3-transition';\nimport { Component, sstyled } from '@semcore/core';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport createElement from './createElement';\nimport AnimatedClipPath from './AnimatedClipPath';\nimport { scaleToBand, roundedPath } from './utils';\n\nimport style from './style/bar.shadow.css';\n\nexport const MIN_HEIGHT = 2;\n\nconst calcPartBarY = (y, minHeight, height) => {\n // need for the correct rendering of negative values (bar should be under Y-axis)\n if (y <= 0) {\n return Object.is(y, 0) ? minHeight : 0;\n }\n // need for the correct rendering of the minimum positive values\n return height <= minHeight ? minHeight : 0;\n};\n\nclass BarRoot extends Component {\n static displayName = 'Bar';\n static style = style;\n static enhance = [uniqueIDEnhancement()];\n\n static defaultProps = {\n offset: [0, 0],\n duration: 500,\n r: 2,\n hMin: MIN_HEIGHT,\n };\n\n getBackgroundProps(_props, index) {\n const { x, data } = this.asProps;\n return {\n value: data[index][x],\n index,\n };\n }\n\n animationBar() {\n const { duration, uid } = this.asProps;\n const selectRect = transition().selection().selectAll(`#${uid} rect`);\n const selectRectNode = selectRect.node();\n\n if (duration > 0 && selectRectNode && selectRectNode.getAttribute('y') !== '0') {\n selectRect.transition().duration(duration).attr('y', 0);\n }\n }\n\n componentDidUpdate() {\n this.animationBar();\n }\n\n componentDidMount() {\n this.animationBar();\n }\n\n renderBar(d, i) {\n const SBar = this.Element;\n const {\n styles,\n color,\n resolveColor,\n x,\n y,\n y0,\n scale,\n hide,\n offset: offsetProps,\n duration,\n uid,\n r,\n hMin,\n width: widthProps,\n groupKey,\n onClick,\n transparent,\n maxBarSize = Infinity,\n } = this.asProps;\n const offset = typeof offsetProps === 'function' ? offsetProps(i) : offsetProps;\n const [xScale, yScale] = scale;\n const absHeight = Math.abs(\n yScale(d[y]) - Math.min(yScale(yScale.domain()[0]), yScale(d[y0] ?? 0)),\n );\n const height = Number(d[y] - (d[y0] ?? 0)) === 0 ? 0 : Math.max(absHeight, hMin);\n const bandWidth = widthProps || scaleToBand(xScale).bandwidth();\n const width = Math.min(bandWidth, maxBarSize);\n const barX = xScale(d[x]) + bandWidth / 2 - width / 2 + offset[0];\n const barY =\n yScale(Math.max(d[y0] ?? 0, height <= hMin && d[y] > 0 ? 0 : d[y])) +\n offset[1] -\n calcPartBarY(d[y], hMin, height);\n const handleClick = (event) => onClick?.(d, event);\n const dSvg = getRect({\n x: barX,\n y: barY,\n width,\n height,\n radius: Array.isArray(r) ? r[i] : r,\n position: d[y] > 0 || Object.is(d[y], 0) ? 'top' : 'bottom',\n });\n\n if (groupKey) {\n this.asProps.dataHintsHandler.describeGroupedValues(groupKey, y);\n } else {\n this.asProps.dataHintsHandler.describeValueEntity(`${i}.${y}`, groupKey ?? d[x]);\n }\n\n return sstyled(styles)(\n <SBar\n aria-hidden\n key={`bar-${i}`}\n render='path'\n clipPath={`url(#${uid})`}\n __excludeProps={['data', 'scale', 'value', 'onClick', 'offset']}\n childrenPosition='above'\n value={d}\n index={i}\n hide={hide}\n color={resolveColor(color)}\n x={barX}\n y={barY}\n width={width}\n height={height}\n d={dSvg}\n onClickCapture={handleClick}\n use:duration={`${duration}ms`}\n transparent={transparent}\n />,\n );\n }\n render() {\n const { data, uid, size, duration } = this.asProps;\n return (\n <>\n {data.map(this.renderBar.bind(this))}\n {duration && (\n <AnimatedClipPath\n duration={duration}\n key={`${uid}-animation`}\n attributeName='y'\n values='100%;0'\n id={uid}\n width={size[0]}\n height={`${size[1]}px`}\n />\n )}\n </>\n );\n }\n}\n\nfunction Background(props) {\n const { Element: SBackground, styles, scale, value } = props;\n\n const [xScale, yScale] = scale;\n const yRange = yScale.range();\n\n return sstyled(styles)(\n <SBackground\n aria-hidden\n render='rect'\n childrenPosition='above'\n width={scaleToBand(xScale).bandwidth()}\n height={yRange[0] - yRange[1]}\n x={xScale(value)}\n y={yRange[1]}\n />,\n );\n}\n\nfunction getRect({ x, y, width, height, radius, position }) {\n if (height < radius) radius = height;\n if (radius) {\n if (position === 'top')\n return roundedPath(x, y, width, height, radius, true, true, false, false);\n return roundedPath(x, y, width, height, radius, false, false, true, true);\n }\n return roundedPath(x, y, width, height, radius);\n}\n\nexport default createElement(BarRoot, { Background });\n"],"mappings":"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"}
|
@@ -21,20 +21,19 @@ var _d3Transition = require("d3-transition");
|
|
21
21
|
var _canUseDOM = _interopRequireDefault(require("intergalactic/utils/lib/canUseDOM"));
|
22
22
|
var _uniqueID = _interopRequireDefault(require("intergalactic/utils/lib/uniqueID"));
|
23
23
|
var _createElement = _interopRequireDefault(require("./createElement"));
|
24
|
-
var _ClipPath = _interopRequireDefault(require("./ClipPath"));
|
25
24
|
var _utils = require("./utils");
|
26
25
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
27
26
|
/*__reshadow-styles__:"./style/bubble.shadow.css"*/
|
28
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
29
|
-
"__SBubble": "
|
30
|
-
"_color": "
|
31
|
-
"--color": "--
|
32
|
-
"_transparent": "
|
33
|
-
"__SCenter": "
|
34
|
-
"__SLabel": "
|
35
|
-
"_position_right": "
|
36
|
-
"_position_left": "
|
37
|
-
"--duration": "--
|
27
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SBubble_15nr3_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px;transition-property:cx,cy;transition-duration:var(--duration_15nr3);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_15nr3_gg_:hover{opacity:.8}}.___SBubble_15nr3_gg_.__color_15nr3_gg_{fill:var(--color_15nr3)}.___SBubble_15nr3_gg_.__transparent_15nr3_gg_{opacity:.3}.___SCenter_15nr3_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SCenter_15nr3_gg_.__color_15nr3_gg_{stroke:var(--color_15nr3)}.___SCenter_15nr3_gg_.__transparent_15nr3_gg_{opacity:.3}.___SLabel_15nr3_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLabel_15nr3_gg_._position_right_15nr3_gg_{text-anchor:end}.___SLabel_15nr3_gg_._position_left_15nr3_gg_{text-anchor:start}.___SLabel_15nr3_gg_.__color_15nr3_gg_{fill:var(--color_15nr3)}.___SLabel_15nr3_gg_.__transparent_15nr3_gg_{opacity:.3}" /*__inner_css_end__*/, "15nr3_gg_") /*__reshadow_css_end__*/, {
|
28
|
+
"__SBubble": "___SBubble_15nr3_gg_",
|
29
|
+
"_color": "__color_15nr3_gg_",
|
30
|
+
"--color": "--color_15nr3",
|
31
|
+
"_transparent": "__transparent_15nr3_gg_",
|
32
|
+
"__SCenter": "___SCenter_15nr3_gg_",
|
33
|
+
"__SLabel": "___SLabel_15nr3_gg_",
|
34
|
+
"_position_right": "_position_right_15nr3_gg_",
|
35
|
+
"_position_left": "_position_left_15nr3_gg_",
|
36
|
+
"--duration": "--duration_15nr3"
|
38
37
|
});
|
39
38
|
var BubbleRoot = /*#__PURE__*/function (_Component) {
|
40
39
|
(0, _inherits2["default"])(BubbleRoot, _Component);
|
@@ -199,14 +198,15 @@ var BubbleRoot = /*#__PURE__*/function (_Component) {
|
|
199
198
|
var yMargin = Math.min(yScale.range()[0], yScale.range()[1]);
|
200
199
|
this.asProps.dataHintsHandler.specifyDataRowFields(x, y, value);
|
201
200
|
this.asProps.dataHintsHandler.establishDataType('points-cloud');
|
202
|
-
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, data.map(this.renderCircle.bind(this)), data.map(this.animationCircle.bind(this)), /*#__PURE__*/_react["default"].createElement(
|
201
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, data.map(this.renderCircle.bind(this)), data.map(this.animationCircle.bind(this)), /*#__PURE__*/_react["default"].createElement("clipPath", {
|
203
202
|
"aria-hidden": true,
|
204
|
-
id: uid
|
203
|
+
id: uid
|
204
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
205
205
|
x: xMargin,
|
206
206
|
y: yMargin,
|
207
207
|
width: "".concat(xSize, "px"),
|
208
208
|
height: "".concat(ySize, "px")
|
209
|
-
}));
|
209
|
+
}), ' '));
|
210
210
|
}
|
211
211
|
}]);
|
212
212
|
return BubbleRoot;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Bubble.js","names":["_core","require","_react","_interopRequireDefault","_d3Scale","_d3Transition","_canUseDOM","_uniqueID","_createElement","_ClipPath","_utils","_Tooltip","style","sstyled","insert","BubbleRoot","_Component","_inherits2","_super","_createSuper2","_this","_classCallCheck2","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty2","_assertThisInitialized2","canUseDOM","document","createElement","visible","props","tooltipProps","_ref4","x","clientX","y","clientY","eventEmitter","asProps","virtualElement","getBoundingClientRect","generateGetBoundingClientRect","CONSTANT","VIRTUAL_ELEMENT","emit","_createClass2","key","value","undefined","width","height","top","right","bottom","left","animationCircle","_this$asProps","duration","uid","data","z","scaleSqrt","domain","Math","max","_toConsumableArray2","map","el","range","selectRect","transition","selection","selectAll","attr","selectRectNode","node","_","ind","componentDidUpdate","componentDidMount","renderCircle","d","i","_ref2","_d$color","_this$asProps2","color","scale","offset","styles","label","markedCross","size","transparent","resolveColor","_scale","_slicedToArray2","xScale","yScale","SBubble","Element","SCenter","SLabel","margin","min","labelPosition","measureText","labelDistance","cn","bindHandlerTooltip","xIndex","index","render","_this$asProps3","_scale2","xSize","abs","ySize","xMargin","yMargin","dataHintsHandler","specifyDataRowFields","establishDataType","Fragment","bind","id","Component","uniqueIDEnhancement","BubbleTooltip","_ref","arguments[0]","_ref3","SBubbleTooltip","Tooltip","_objectSpread2","assignProps","Bubble","_______childrenComponents","_default","exports"],"sources":["../../src/Bubble.jsx"],"sourcesContent":["import React from 'react';\nimport { scaleSqrt } from 'd3-scale';\nimport { transition } from 'd3-transition';\nimport { Component, Root, sstyled } from '@semcore/core';\nimport canUseDOM from '@semcore/utils/lib/canUseDOM';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport createElement from './createElement';\nimport ClipPath from './ClipPath';\nimport { CONSTANT, measureText } from './utils';\nimport Tooltip from './Tooltip';\n\nimport style from './style/bubble.shadow.css';\n\nclass BubbleRoot extends Component {\n static displayName = 'Bubble';\n static style = style;\n static enhance = [uniqueIDEnhancement()];\n\n static defaultProps = {\n offset: [0, 0],\n duration: 500,\n markedCross: true,\n };\n\n virtualElement = canUseDOM() ? document.createElement('div') : {};\n\n generateGetBoundingClientRect(x = 0, y = 0) {\n return () => ({ width: 0, height: 0, top: y, right: x, bottom: y, left: x });\n }\n\n bindHandlerTooltip = (visible, props, tooltipProps) => ({ clientX: x, clientY: y }) => {\n const { eventEmitter } = this.asProps;\n this.virtualElement.getBoundingClientRect = this.generateGetBoundingClientRect(x, y);\n this.virtualElement[CONSTANT.VIRTUAL_ELEMENT] = true;\n eventEmitter.emit('onTooltipVisible', visible, props, tooltipProps, this.virtualElement);\n };\n\n animationCircle() {\n const { duration, uid, data, value } = this.asProps;\n const z = scaleSqrt()\n .domain([0, Math.max(...data.map((el) => el[value]))])\n .range([5.5, 50.5]);\n\n const selectRect = transition().selection().selectAll(`[id^=${uid}${uid}]`).attr('r', 0);\n\n const selectRectNode = selectRect.node();\n if (duration > 0 && selectRectNode) {\n selectRect\n .transition()\n .duration(duration)\n .attr('r', function (_, ind) {\n return z(data[ind][value]);\n });\n }\n }\n\n componentDidUpdate() {\n this.animationCircle();\n }\n\n componentDidMount() {\n this.animationCircle();\n }\n\n renderCircle(d, i) {\n const {\n color,\n scale,\n x,\n y,\n offset,\n styles,\n uid,\n duration,\n value,\n label,\n markedCross,\n size,\n data,\n transparent,\n resolveColor,\n } = this.asProps;\n const [xScale, yScale] = scale;\n\n const SBubble = this.Element;\n const SCenter = 'text';\n const SLabel = 'text';\n const z = scaleSqrt()\n .domain([0, Math.max(...data.map((el) => el[value]))])\n .range([5.5, 50.5]);\n\n const margin = Math.min(xScale.range()[0], xScale.range()[1]);\n\n const labelPosition =\n size[0] - 2 * margin - (xScale(d[x]) + offset[0] + z(d[value])) < measureText(d[label])\n ? 'right'\n : 'left';\n const labelDistance = {\n right: xScale(d[x]) + offset[0] - z(d[value]),\n left: xScale(d[x]) + offset[0] + z(d[value]),\n }[labelPosition];\n\n return sstyled(styles)(\n <g\n key={`circle(#${i})`}\n onMouseMove={this.bindHandlerTooltip(true, this.props, { xIndex: i, index: i })}\n onMouseLeave={this.bindHandlerTooltip(false, this.props, { xIndex: i, index: i })}\n >\n {markedCross && (\n <SCenter\n aria-hidden\n x={xScale(d[x]) + offset[0]}\n y={yScale(d[y]) + offset[1]}\n dy='.3em'\n clipPath={`url(#${uid})`}\n color={resolveColor(d[color] ?? color)}\n transparent={transparent}\n >\n +\n </SCenter>\n )}\n <SBubble\n aria-hidden\n id={`${uid}${uid}`}\n index={i}\n render='circle'\n clipPath={`url(#${uid})`}\n cx={xScale(d[x]) + offset[0]}\n cy={yScale(d[y]) + offset[1]}\n color={resolveColor(d[color])}\n r={z(d[value])}\n use:duration={`${duration}ms`}\n transparent={transparent}\n />\n {d[label] && (\n <SLabel\n aria-hidden\n x={labelDistance}\n y={yScale(d[y]) + offset[1]}\n dy='.3em'\n clipPath={`url(#${uid})`}\n position={labelPosition}\n color={resolveColor(d[color])}\n transparent={transparent}\n >\n {d[label]}\n </SLabel>\n )}\n </g>,\n );\n }\n\n render() {\n const { data, uid, scale, x, y, value } = this.asProps;\n const [xScale, yScale] = scale;\n const xSize = Math.abs(xScale.range()[0] - xScale.range()[1]);\n const ySize = Math.abs(yScale.range()[0] - yScale.range()[1]);\n const xMargin = Math.min(xScale.range()[0], xScale.range()[1]);\n const yMargin = Math.min(yScale.range()[0], yScale.range()[1]);\n\n this.asProps.dataHintsHandler.specifyDataRowFields(x, y, value);\n this.asProps.dataHintsHandler.establishDataType('points-cloud');\n\n return (\n <>\n {data.map(this.renderCircle.bind(this))}\n {data.map(this.animationCircle.bind(this))}\n <ClipPath\n aria-hidden\n id={uid}\n x={xMargin}\n y={yMargin}\n width={`${xSize}px`}\n height={`${ySize}px`}\n />\n </>\n );\n }\n}\n\nconst BubbleTooltip = (props) => {\n const SBubbleTooltip = Root;\n return sstyled(props.styles)(<SBubbleTooltip render={Tooltip} excludeAnchorProps />);\n};\n\nconst Bubble = createElement(BubbleRoot, {\n Tooltip: [BubbleTooltip, Tooltip._______childrenComponents],\n});\n\nexport default Bubble;\n"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"Bubble.js","names":["_core","require","_react","_interopRequireDefault","_d3Scale","_d3Transition","_canUseDOM","_uniqueID","_createElement","_utils","_Tooltip","style","sstyled","insert","BubbleRoot","_Component","_inherits2","_super","_createSuper2","_this","_classCallCheck2","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty2","_assertThisInitialized2","canUseDOM","document","createElement","visible","props","tooltipProps","_ref4","x","clientX","y","clientY","eventEmitter","asProps","virtualElement","getBoundingClientRect","generateGetBoundingClientRect","CONSTANT","VIRTUAL_ELEMENT","emit","_createClass2","key","value","undefined","width","height","top","right","bottom","left","animationCircle","_this$asProps","duration","uid","data","z","scaleSqrt","domain","Math","max","_toConsumableArray2","map","el","range","selectRect","transition","selection","selectAll","attr","selectRectNode","node","_","ind","componentDidUpdate","componentDidMount","renderCircle","d","i","_ref2","_d$color","_this$asProps2","color","scale","offset","styles","label","markedCross","size","transparent","resolveColor","_scale","_slicedToArray2","xScale","yScale","SBubble","Element","SCenter","SLabel","margin","min","labelPosition","measureText","labelDistance","cn","bindHandlerTooltip","xIndex","index","render","_this$asProps3","_scale2","xSize","abs","ySize","xMargin","yMargin","dataHintsHandler","specifyDataRowFields","establishDataType","Fragment","bind","id","Component","uniqueIDEnhancement","BubbleTooltip","_ref","arguments[0]","_ref3","SBubbleTooltip","Tooltip","_objectSpread2","assignProps","Bubble","_______childrenComponents","_default","exports"],"sources":["../../src/Bubble.jsx"],"sourcesContent":["import React from 'react';\nimport { scaleSqrt } from 'd3-scale';\nimport { transition } from 'd3-transition';\nimport { Component, Root, sstyled } from '@semcore/core';\nimport canUseDOM from '@semcore/utils/lib/canUseDOM';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport createElement from './createElement';\nimport { CONSTANT, measureText } from './utils';\nimport Tooltip from './Tooltip';\n\nimport style from './style/bubble.shadow.css';\n\nclass BubbleRoot extends Component {\n static displayName = 'Bubble';\n static style = style;\n static enhance = [uniqueIDEnhancement()];\n\n static defaultProps = {\n offset: [0, 0],\n duration: 500,\n markedCross: true,\n };\n\n virtualElement = canUseDOM() ? document.createElement('div') : {};\n\n generateGetBoundingClientRect(x = 0, y = 0) {\n return () => ({ width: 0, height: 0, top: y, right: x, bottom: y, left: x });\n }\n\n bindHandlerTooltip = (visible, props, tooltipProps) => ({ clientX: x, clientY: y }) => {\n const { eventEmitter } = this.asProps;\n this.virtualElement.getBoundingClientRect = this.generateGetBoundingClientRect(x, y);\n this.virtualElement[CONSTANT.VIRTUAL_ELEMENT] = true;\n eventEmitter.emit('onTooltipVisible', visible, props, tooltipProps, this.virtualElement);\n };\n\n animationCircle() {\n const { duration, uid, data, value } = this.asProps;\n const z = scaleSqrt()\n .domain([0, Math.max(...data.map((el) => el[value]))])\n .range([5.5, 50.5]);\n\n const selectRect = transition().selection().selectAll(`[id^=${uid}${uid}]`).attr('r', 0);\n\n const selectRectNode = selectRect.node();\n if (duration > 0 && selectRectNode) {\n selectRect\n .transition()\n .duration(duration)\n .attr('r', function (_, ind) {\n return z(data[ind][value]);\n });\n }\n }\n\n componentDidUpdate() {\n this.animationCircle();\n }\n\n componentDidMount() {\n this.animationCircle();\n }\n\n renderCircle(d, i) {\n const {\n color,\n scale,\n x,\n y,\n offset,\n styles,\n uid,\n duration,\n value,\n label,\n markedCross,\n size,\n data,\n transparent,\n resolveColor,\n } = this.asProps;\n const [xScale, yScale] = scale;\n\n const SBubble = this.Element;\n const SCenter = 'text';\n const SLabel = 'text';\n const z = scaleSqrt()\n .domain([0, Math.max(...data.map((el) => el[value]))])\n .range([5.5, 50.5]);\n\n const margin = Math.min(xScale.range()[0], xScale.range()[1]);\n\n const labelPosition =\n size[0] - 2 * margin - (xScale(d[x]) + offset[0] + z(d[value])) < measureText(d[label])\n ? 'right'\n : 'left';\n const labelDistance = {\n right: xScale(d[x]) + offset[0] - z(d[value]),\n left: xScale(d[x]) + offset[0] + z(d[value]),\n }[labelPosition];\n\n return sstyled(styles)(\n <g\n key={`circle(#${i})`}\n onMouseMove={this.bindHandlerTooltip(true, this.props, { xIndex: i, index: i })}\n onMouseLeave={this.bindHandlerTooltip(false, this.props, { xIndex: i, index: i })}\n >\n {markedCross && (\n <SCenter\n aria-hidden\n x={xScale(d[x]) + offset[0]}\n y={yScale(d[y]) + offset[1]}\n dy='.3em'\n clipPath={`url(#${uid})`}\n color={resolveColor(d[color] ?? color)}\n transparent={transparent}\n >\n +\n </SCenter>\n )}\n <SBubble\n aria-hidden\n id={`${uid}${uid}`}\n index={i}\n render='circle'\n clipPath={`url(#${uid})`}\n cx={xScale(d[x]) + offset[0]}\n cy={yScale(d[y]) + offset[1]}\n color={resolveColor(d[color])}\n r={z(d[value])}\n use:duration={`${duration}ms`}\n transparent={transparent}\n />\n {d[label] && (\n <SLabel\n aria-hidden\n x={labelDistance}\n y={yScale(d[y]) + offset[1]}\n dy='.3em'\n clipPath={`url(#${uid})`}\n position={labelPosition}\n color={resolveColor(d[color])}\n transparent={transparent}\n >\n {d[label]}\n </SLabel>\n )}\n </g>,\n );\n }\n\n render() {\n const { data, uid, scale, x, y, value } = this.asProps;\n const [xScale, yScale] = scale;\n const xSize = Math.abs(xScale.range()[0] - xScale.range()[1]);\n const ySize = Math.abs(yScale.range()[0] - yScale.range()[1]);\n const xMargin = Math.min(xScale.range()[0], xScale.range()[1]);\n const yMargin = Math.min(yScale.range()[0], yScale.range()[1]);\n\n this.asProps.dataHintsHandler.specifyDataRowFields(x, y, value);\n this.asProps.dataHintsHandler.establishDataType('points-cloud');\n\n return (\n <>\n {data.map(this.renderCircle.bind(this))}\n {data.map(this.animationCircle.bind(this))}\n <clipPath aria-hidden id={uid}>\n <rect x={xMargin} y={yMargin} width={`${xSize}px`} height={`${ySize}px`} />{' '}\n </clipPath>\n </>\n );\n }\n}\n\nconst BubbleTooltip = (props) => {\n const SBubbleTooltip = Root;\n return sstyled(props.styles)(<SBubbleTooltip render={Tooltip} excludeAnchorProps />);\n};\n\nconst Bubble = createElement(BubbleRoot, {\n Tooltip: [BubbleTooltip, Tooltip._______childrenComponents],\n});\n\nexport default Bubble;\n"],"mappings":"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"}
|
@@ -27,13 +27,13 @@ var _utils = require("./utils");
|
|
27
27
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
28
28
|
var _excluded = ["Element", "styles", "d3Arc", "data", "color", "$animationActivePie", "active", "d3ArcOut", "name", "dataKey", "dataHintsHandler", "transparent", "innerRadius", "outerRadius", "resolveColor", "halfsize"];
|
29
29
|
/*__reshadow-styles__:"./style/donut.shadow.css"*/
|
30
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
31
|
-
"__SPie": "
|
32
|
-
"_color": "
|
33
|
-
"--color": "--
|
34
|
-
"_transparent": "
|
35
|
-
"__SEmptyData": "
|
36
|
-
"__SLabel": "
|
30
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPie_11z5l_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_11z5l_gg_.__color_11z5l_gg_{fill:var(--color_11z5l)}.___SPie_11z5l_gg_.__transparent_11z5l_gg_{opacity:.3}.___SEmptyData_11z5l_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_11z5l_gg_.__color_11z5l_gg_{fill:var(--color_11z5l)}.___SLabel_11z5l_gg_{text-anchor:middle;vertical-anchor:middle;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}" /*__inner_css_end__*/, "11z5l_gg_") /*__reshadow_css_end__*/, {
|
31
|
+
"__SPie": "___SPie_11z5l_gg_",
|
32
|
+
"_color": "__color_11z5l_gg_",
|
33
|
+
"--color": "--color_11z5l",
|
34
|
+
"_transparent": "__transparent_11z5l_gg_",
|
35
|
+
"__SEmptyData": "___SEmptyData_11z5l_gg_",
|
36
|
+
"__SLabel": "___SLabel_11z5l_gg_"
|
37
37
|
});
|
38
38
|
var DEFAULT_INSTANCE = Symbol('DEFAULT_INSTANCE');
|
39
39
|
function transitionAnglePie(_ref6) {
|
package/d3-chart/lib/cjs/Dots.js
CHANGED
@@ -13,16 +13,14 @@ var _rafTrottle = _interopRequireDefault(require("intergalactic/utils/lib/rafTro
|
|
13
13
|
var _createElement = _interopRequireDefault(require("./createElement"));
|
14
14
|
var _utils = require("./utils");
|
15
15
|
/*__reshadow-styles__:"./style/dot.shadow.css"*/
|
16
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
17
|
-
"__SDot": "
|
18
|
-
"
|
19
|
-
"
|
20
|
-
"
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"__SDots": "___SDots_1e5i2_gg_",
|
25
|
-
"--duration": "--duration_1e5i2"
|
16
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SDots_1vf2v_gg_ .___SDot_1vf2v_gg_{transition-duration:var(--duration_1vf2v)}.___SDot_1vf2v_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-timing-function:ease-in-out}.___SDot_1vf2v_gg_.__hide_1vf2v_gg_{display:none}.___SDot_1vf2v_gg_.__color_1vf2v_gg_{fill:var(--color_1vf2v)}.___SDot_1vf2v_gg_.__transparent_1vf2v_gg_{opacity:.3}" /*__inner_css_end__*/, "1vf2v_gg_") /*__reshadow_css_end__*/, {
|
17
|
+
"__SDot": "___SDot_1vf2v_gg_",
|
18
|
+
"_hide": "__hide_1vf2v_gg_",
|
19
|
+
"_color": "__color_1vf2v_gg_",
|
20
|
+
"--color": "--color_1vf2v",
|
21
|
+
"_transparent": "__transparent_1vf2v_gg_",
|
22
|
+
"__SDots": "___SDots_1vf2v_gg_",
|
23
|
+
"--duration": "--duration_1vf2v"
|
26
24
|
});
|
27
25
|
var EXCLUDE_PROPS = ['data', 'scale', 'value', 'display'];
|
28
26
|
function Dots(props) {
|
@@ -42,7 +40,7 @@ function Dots(props) {
|
|
42
40
|
duration = _props$duration === void 0 ? 500 : _props$duration,
|
43
41
|
transparent = props.transparent,
|
44
42
|
_props$radius = props.radius,
|
45
|
-
|
43
|
+
radiusBase = _props$radius === void 0 ? 6 : _props$radius,
|
46
44
|
resolveColor = props.resolveColor;
|
47
45
|
var bisect = (0, _d3Array.bisector)(function (d) {
|
48
46
|
return d[x];
|
@@ -85,6 +83,7 @@ function Dots(props) {
|
|
85
83
|
var isNext = d3.defined()(data[i + 1] || {});
|
86
84
|
var active = i === activeIndex;
|
87
85
|
var visible = display || i === activeIndex || !isPrev && !isNext;
|
86
|
+
var radius = radiusBase * (active ? 8 / 6 : 1);
|
88
87
|
if (!d3.defined()(d)) return acc;
|
89
88
|
if (!visible) return acc;
|
90
89
|
acc.push((_ref = (0, _core.sstyled)(styles), /*#__PURE__*/_react["default"].createElement(SDot, _ref.cn("SDot", {
|
@@ -101,13 +100,13 @@ function Dots(props) {
|
|
101
100
|
"hide": hide,
|
102
101
|
"color": resolveColor(color),
|
103
102
|
"transparent": transparent,
|
104
|
-
"
|
103
|
+
"r": radius
|
105
104
|
}))));
|
106
105
|
return acc;
|
107
106
|
}, []);
|
108
|
-
|
109
|
-
|
110
|
-
"
|
107
|
+
var SDots = 'g';
|
108
|
+
return _ref2 = (0, _core.sstyled)(styles), /*#__PURE__*/_react["default"].createElement(SDots, _ref2.cn("SDots", {
|
109
|
+
"duration": "".concat(duration, "ms")
|
111
110
|
}), dots);
|
112
111
|
}
|
113
112
|
Dots.style = style;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Dots.js","names":["_core","require","_d3Array","_react","_interopRequireDefault","_rafTrottle","_createElement","_utils","style","sstyled","insert","EXCLUDE_PROPS","Dots","props","_ref2","SDot","Element","styles","color","d3","x","y","eventEmitter","display","hide","rootRef","scale","_props$duration","duration","transparent","_props$radius","radius","resolveColor","bisect","bisector","d","center","_React$useState","React","useState","_React$useState2","_slicedToArray2","activeIndex","setActiveIndex","data","useMemo","filter","item","interpolateValue","handlerMouseMoveRoot","useCallback","trottle","e","_scale","xScale","_eventToPoint","eventToPoint","current","_eventToPoint2","pX","vX","invert","handlerMouseLeaveRoot","useEffect","unsubscribeMouseMoveRoot","subscribe","persist","unsubscribeMouseLeaveRoot","dots","reduce","acc","i","_ref","isPrev","defined","isNext","active","visible","push","createElement","cn","concat","_default","exports"],"sources":["../../src/Dots.jsx"],"sourcesContent":["import { bisector } from 'd3-array';\nimport React from 'react';\nimport { sstyled } from '@semcore/core';\nimport trottle from '@semcore/utils/lib/rafTrottle';\nimport createElement from './createElement';\nimport { eventToPoint, invert, interpolateValue } from './utils';\n\nimport style from './style/dot.shadow.css';\n\nconst EXCLUDE_PROPS = ['data', 'scale', 'value', 'display'];\n\nfunction Dots(props) {\n const {\n Element: SDot,\n styles,\n color,\n d3,\n x,\n y,\n eventEmitter,\n display,\n hide,\n rootRef,\n scale,\n duration = 500,\n transparent,\n radius = 6,\n resolveColor,\n } = props;\n const bisect = bisector((d) => d[x]).center;\n const [activeIndex, setActiveIndex] = React.useState(null);\n const data = React.useMemo(\n () => props.data.filter((item) => item[y] !== interpolateValue),\n [props.data],\n );\n\n const handlerMouseMoveRoot = React.useCallback(\n trottle((e) => {\n const [xScale] = scale;\n const [pX] = eventToPoint(e, rootRef.current);\n const vX = invert(xScale, pX);\n setActiveIndex(bisect(data, vX));\n }),\n [scale, data],\n );\n\n const handlerMouseLeaveRoot = React.useCallback(\n trottle(() => {\n setActiveIndex(null);\n }),\n [],\n );\n\n React.useEffect(() => {\n const unsubscribeMouseMoveRoot = eventEmitter.subscribe('onMouseMoveChart', (e) => {\n e.persist();\n handlerMouseMoveRoot(e);\n });\n\n const unsubscribeMouseLeaveRoot = eventEmitter.subscribe(\n 'onMouseLeaveChart',\n handlerMouseLeaveRoot,\n );\n\n return () => {\n unsubscribeMouseMoveRoot();\n unsubscribeMouseLeaveRoot();\n };\n }, [eventEmitter, scale, data, x, y]);\n\n const dots = data.reduce((acc, d, i) => {\n const isPrev = d3.defined()(data[i - 1] || {});\n const isNext = d3.defined()(data[i + 1] || {});\n const active = i === activeIndex;\n const visible = display || i === activeIndex || (!isPrev && !isNext);\n if (!d3.defined()(d)) return acc;\n if (!visible) return acc;\n acc.push(\n sstyled(styles)(\n <SDot\n aria-hidden\n key={`${i}`}\n render='circle'\n visible={visible}\n __excludeProps={EXCLUDE_PROPS}\n value={d}\n index={i}\n cx={d3.x()(d)}\n cy={d3.y()(d)}\n active={active}\n hide={hide}\n color={resolveColor(color)}\n transparent={transparent}\n
|
1
|
+
{"version":3,"file":"Dots.js","names":["_core","require","_d3Array","_react","_interopRequireDefault","_rafTrottle","_createElement","_utils","style","sstyled","insert","EXCLUDE_PROPS","Dots","props","_ref2","SDot","Element","styles","color","d3","x","y","eventEmitter","display","hide","rootRef","scale","_props$duration","duration","transparent","_props$radius","radius","radiusBase","resolveColor","bisect","bisector","d","center","_React$useState","React","useState","_React$useState2","_slicedToArray2","activeIndex","setActiveIndex","data","useMemo","filter","item","interpolateValue","handlerMouseMoveRoot","useCallback","trottle","e","_scale","xScale","_eventToPoint","eventToPoint","current","_eventToPoint2","pX","vX","invert","handlerMouseLeaveRoot","useEffect","unsubscribeMouseMoveRoot","subscribe","persist","unsubscribeMouseLeaveRoot","dots","reduce","acc","i","_ref","isPrev","defined","isNext","active","visible","push","createElement","cn","concat","SDots","_default","exports"],"sources":["../../src/Dots.jsx"],"sourcesContent":["import { bisector } from 'd3-array';\nimport React from 'react';\nimport { sstyled } from '@semcore/core';\nimport trottle from '@semcore/utils/lib/rafTrottle';\nimport createElement from './createElement';\nimport { eventToPoint, invert, interpolateValue } from './utils';\n\nimport style from './style/dot.shadow.css';\n\nconst EXCLUDE_PROPS = ['data', 'scale', 'value', 'display'];\n\nfunction Dots(props) {\n const {\n Element: SDot,\n styles,\n color,\n d3,\n x,\n y,\n eventEmitter,\n display,\n hide,\n rootRef,\n scale,\n duration = 500,\n transparent,\n radius: radiusBase = 6,\n resolveColor,\n } = props;\n const bisect = bisector((d) => d[x]).center;\n const [activeIndex, setActiveIndex] = React.useState(null);\n const data = React.useMemo(\n () => props.data.filter((item) => item[y] !== interpolateValue),\n [props.data],\n );\n\n const handlerMouseMoveRoot = React.useCallback(\n trottle((e) => {\n const [xScale] = scale;\n const [pX] = eventToPoint(e, rootRef.current);\n const vX = invert(xScale, pX);\n setActiveIndex(bisect(data, vX));\n }),\n [scale, data],\n );\n\n const handlerMouseLeaveRoot = React.useCallback(\n trottle(() => {\n setActiveIndex(null);\n }),\n [],\n );\n\n React.useEffect(() => {\n const unsubscribeMouseMoveRoot = eventEmitter.subscribe('onMouseMoveChart', (e) => {\n e.persist();\n handlerMouseMoveRoot(e);\n });\n\n const unsubscribeMouseLeaveRoot = eventEmitter.subscribe(\n 'onMouseLeaveChart',\n handlerMouseLeaveRoot,\n );\n\n return () => {\n unsubscribeMouseMoveRoot();\n unsubscribeMouseLeaveRoot();\n };\n }, [eventEmitter, scale, data, x, y]);\n\n const dots = data.reduce((acc, d, i) => {\n const isPrev = d3.defined()(data[i - 1] || {});\n const isNext = d3.defined()(data[i + 1] || {});\n const active = i === activeIndex;\n const visible = display || i === activeIndex || (!isPrev && !isNext);\n const radius = radiusBase * (active ? 8 / 6 : 1);\n if (!d3.defined()(d)) return acc;\n if (!visible) return acc;\n acc.push(\n sstyled(styles)(\n <SDot\n aria-hidden\n key={`${i}`}\n render='circle'\n visible={visible}\n __excludeProps={EXCLUDE_PROPS}\n value={d}\n index={i}\n cx={d3.x()(d)}\n cy={d3.y()(d)}\n active={active}\n hide={hide}\n color={resolveColor(color)}\n transparent={transparent}\n r={radius}\n />,\n ),\n );\n return acc;\n }, []);\n const SDots = 'g';\n return sstyled(styles)(<SDots duration={`${duration}ms`}>{dots}</SDots>);\n}\n\nDots.style = style;\n\nexport default createElement(Dots);\n"],"mappings":"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"}
|
@@ -15,17 +15,17 @@ var _core = require("intergalactic/core");
|
|
15
15
|
var _react = _interopRequireDefault(require("react"));
|
16
16
|
var _uniqueID = _interopRequireDefault(require("intergalactic/utils/lib/uniqueID"));
|
17
17
|
var _createElement = _interopRequireDefault(require("./createElement"));
|
18
|
-
var
|
18
|
+
var _AnimatedClipPath = _interopRequireDefault(require("./AnimatedClipPath"));
|
19
19
|
var _utils = require("./utils");
|
20
20
|
/*__reshadow-styles__:"./style/bar.shadow.css"*/
|
21
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
22
|
-
"__SBar": "
|
23
|
-
"--duration": "--
|
24
|
-
"_color": "
|
25
|
-
"--color": "--
|
26
|
-
"_hide": "
|
27
|
-
"_transparent": "
|
28
|
-
"__SBackground": "
|
21
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SBar_1ch17_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1ch17);transition-timing-function:ease-in-out}.___SBar_1ch17_gg_.__color_1ch17_gg_{fill:var(--color_1ch17)}.___SBar_1ch17_gg_.__hide_1ch17_gg_{display:none}.___SBar_1ch17_gg_.__transparent_1ch17_gg_{opacity:.3}.___SBackground_1ch17_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}" /*__inner_css_end__*/, "1ch17_gg_") /*__reshadow_css_end__*/, {
|
22
|
+
"__SBar": "___SBar_1ch17_gg_",
|
23
|
+
"--duration": "--duration_1ch17",
|
24
|
+
"_color": "__color_1ch17_gg_",
|
25
|
+
"--color": "--color_1ch17",
|
26
|
+
"_hide": "__hide_1ch17_gg_",
|
27
|
+
"_transparent": "__transparent_1ch17_gg_",
|
28
|
+
"__SBackground": "___SBackground_1ch17_gg_"
|
29
29
|
});
|
30
30
|
var MIN_WIDTH = 2;
|
31
31
|
exports.MIN_WIDTH = MIN_WIDTH;
|
@@ -134,17 +134,14 @@ var HorizontalBarRoot = /*#__PURE__*/function (_Component) {
|
|
134
134
|
uid = _this$asProps3.uid,
|
135
135
|
size = _this$asProps3.size,
|
136
136
|
duration = _this$asProps3.duration;
|
137
|
-
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, data.map(this.renderBar.bind(this)), duration && /*#__PURE__*/_react["default"].createElement(
|
137
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, data.map(this.renderBar.bind(this)), duration && /*#__PURE__*/_react["default"].createElement(_AnimatedClipPath["default"], {
|
138
138
|
"aria-hidden": true,
|
139
|
-
|
140
|
-
rect.setAttribute('width', size[0]);
|
141
|
-
},
|
139
|
+
duration: duration,
|
142
140
|
id: uid,
|
143
141
|
x: "0",
|
144
142
|
y: "0",
|
145
143
|
width: 0,
|
146
|
-
height: size[1]
|
147
|
-
transition: "width ".concat(duration, "ms ease-in-out")
|
144
|
+
height: size[1]
|
148
145
|
}));
|
149
146
|
}
|
150
147
|
}]);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"HorizontalBar.js","names":["_core","require","_react","_interopRequireDefault","_uniqueID","_createElement","_ClipPath","_utils","style","sstyled","insert","MIN_WIDTH","exports","calcPartBarX","x","minWidth","width","Object","is","HorizontalBarRoot","_Component","_inherits2","_super","_createSuper2","_classCallCheck2","apply","arguments","_createClass2","key","value","getBackgroundProps","_props","index","_this$asProps","asProps","data","y","renderBar","d","i","_ref","_d$x","_d$x2","_d$x3","SBar","Element","_this$asProps2","styles","color","x0","scale","hide","offsetProps","offset","uid","duration","r","wMin","heightProps","height","onMouseMove","onMouseLeave","groupKey","transparent","_this$asProps2$maxBar","maxBarSize","Infinity","resolveColor","_scale","_slicedToArray2","xScale","yScale","absWidth","Math","abs","max","domain","bandHeight","scaleToBand","bandwidth","min","Number","barY","barX","dSvg","getHorizontalRect","radius","Array","isArray","position","dataHintsHandler","describeGroupedValues","describeValueEntity","concat","createElement","cn","render","_this$asProps3","size","Fragment","map","bind","setAttributeTag","rect","setAttribute","id","transition","Component","_defineProperty2","uniqueIDEnhancement","Background","props","_ref2","SBackground","_scale2","xRange","range","_ref3","roundedPath","_default"],"sources":["../../src/HorizontalBar.jsx"],"sourcesContent":["import React from 'react';\nimport { Component, sstyled } from '@semcore/core';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport createElement from './createElement';\nimport ClipPath from './ClipPath';\nimport { scaleToBand, roundedPath } from './utils';\n\nimport style from './style/bar.shadow.css';\n\nexport const MIN_WIDTH = 2;\n\nconst calcPartBarX = (x, minWidth, width) => {\n // need for the correct rendering of negative values\n if (x <= 0) {\n return width <= minWidth ? minWidth : 0;\n }\n // need for the correct rendering of the minimum positive values\n return Object.is(x, 0) ? minWidth : 0;\n};\n\nclass HorizontalBarRoot extends Component {\n static displayName = 'HorizontalBar';\n static enhance = [uniqueIDEnhancement()];\n static style = style;\n\n static defaultProps = {\n offset: [0, 0],\n duration: 500,\n r: 2,\n wMin: MIN_WIDTH,\n };\n\n getBackgroundProps(_props, index) {\n const { data, y } = this.asProps;\n return {\n value: data[index][y],\n index,\n };\n }\n\n renderBar(d, i) {\n const SBar = this.Element;\n const {\n styles,\n color,\n x,\n x0,\n y,\n scale,\n hide,\n offset: offsetProps,\n uid,\n duration,\n r,\n wMin,\n height: heightProps,\n onMouseMove,\n onMouseLeave,\n groupKey,\n transparent,\n maxBarSize = Infinity,\n resolveColor,\n } = this.asProps;\n\n const offset = typeof offsetProps === 'function' ? offsetProps(i) : offsetProps;\n const [xScale, yScale] = scale;\n const absWidth = Math.abs(\n xScale(d[x]) - Math.max(xScale(xScale.domain()[0]), xScale(d[x0] ?? 0)),\n );\n const bandHeight = heightProps || scaleToBand(yScale).bandwidth();\n const height = Math.min(bandHeight, maxBarSize);\n const width = Number(d[x] - (d[x0] ?? 0)) === 0 ? 0 : Math.max(absWidth, wMin);\n const barY = yScale(d[y]) + bandHeight / 2 - height / 2 + offset[1];\n const barX =\n xScale(Math.min(d[x0] ?? 0, width <= wMin && d[x] < 0 ? 0 : d[x])) +\n offset[0] -\n calcPartBarX(d[x], wMin, width);\n const dSvg = getHorizontalRect({\n x: barX,\n y: barY,\n width,\n height,\n radius: Array.isArray(r) ? r[i] : r,\n position: d[x] > 0 || Object.is(d[x], 0) ? 'right' : 'left',\n });\n\n if (groupKey) {\n this.asProps.dataHintsHandler.describeGroupedValues(groupKey, x);\n } else {\n this.asProps.dataHintsHandler.describeValueEntity(`${i}.${x}`, groupKey ?? d[y]);\n }\n\n return sstyled(styles)(\n <SBar\n aria-hidden\n key={`horizontal-bar-${i}`}\n render='path'\n clipPath={`url(#${uid})`}\n __excludeProps={['data', 'scale', 'value', 'offset']}\n childrenPosition='above'\n value={d}\n index={i}\n hide={hide}\n color={resolveColor(color)}\n transparent={transparent}\n x={barX}\n y={barY}\n width={width}\n height={height}\n d={dSvg}\n use:duration={`${duration}ms`}\n onMouseMove={onMouseMove}\n onMouseLeave={onMouseLeave}\n />,\n );\n }\n\n render() {\n const { data, uid, size, duration } = this.asProps;\n\n return (\n <>\n {data.map(this.renderBar.bind(this))}\n {duration && (\n <ClipPath\n aria-hidden\n setAttributeTag={(rect) => {\n rect.setAttribute('width', size[0]);\n }}\n id={uid}\n x='0'\n y='0'\n width={0}\n height={size[1]}\n transition={`width ${duration}ms ease-in-out`}\n />\n )}\n </>\n );\n }\n}\n\nfunction Background(props) {\n const { Element: SBackground, styles, scale, value } = props;\n const [xScale, yScale] = scale;\n const xRange = xScale.range();\n\n return sstyled(styles)(\n <SBackground\n aria-hidden\n render='rect'\n childrenPosition='above'\n width={xRange[1] - xRange[0]}\n height={scaleToBand(yScale).bandwidth()}\n x={xRange[0]}\n y={yScale(value)}\n />,\n );\n}\n\nfunction getHorizontalRect({ x, y, width, height, radius, position }) {\n if (width < radius) radius = width;\n if (radius) {\n if (position === 'right')\n return roundedPath(x, y, width, height, radius, false, true, false, true);\n return roundedPath(x, y, width, height, radius, true, false, true, false);\n }\n return roundedPath(x, y, width, height, radius);\n}\n\nexport default createElement(HorizontalBarRoot, { Background });\n"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"HorizontalBar.js","names":["_core","require","_react","_interopRequireDefault","_uniqueID","_createElement","_AnimatedClipPath","_utils","style","sstyled","insert","MIN_WIDTH","exports","calcPartBarX","x","minWidth","width","Object","is","HorizontalBarRoot","_Component","_inherits2","_super","_createSuper2","_classCallCheck2","apply","arguments","_createClass2","key","value","getBackgroundProps","_props","index","_this$asProps","asProps","data","y","renderBar","d","i","_ref","_d$x","_d$x2","_d$x3","SBar","Element","_this$asProps2","styles","color","x0","scale","hide","offsetProps","offset","uid","duration","r","wMin","heightProps","height","onMouseMove","onMouseLeave","groupKey","transparent","_this$asProps2$maxBar","maxBarSize","Infinity","resolveColor","_scale","_slicedToArray2","xScale","yScale","absWidth","Math","abs","max","domain","bandHeight","scaleToBand","bandwidth","min","Number","barY","barX","dSvg","getHorizontalRect","radius","Array","isArray","position","dataHintsHandler","describeGroupedValues","describeValueEntity","concat","createElement","cn","render","_this$asProps3","size","Fragment","map","bind","id","Component","_defineProperty2","uniqueIDEnhancement","Background","props","_ref2","SBackground","_scale2","xRange","range","_ref3","roundedPath","_default"],"sources":["../../src/HorizontalBar.jsx"],"sourcesContent":["import React from 'react';\nimport { Component, sstyled } from '@semcore/core';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport createElement from './createElement';\nimport AnimatedClipPath from './AnimatedClipPath';\nimport { scaleToBand, roundedPath } from './utils';\n\nimport style from './style/bar.shadow.css';\n\nexport const MIN_WIDTH = 2;\n\nconst calcPartBarX = (x, minWidth, width) => {\n // need for the correct rendering of negative values\n if (x <= 0) {\n return width <= minWidth ? minWidth : 0;\n }\n // need for the correct rendering of the minimum positive values\n return Object.is(x, 0) ? minWidth : 0;\n};\n\nclass HorizontalBarRoot extends Component {\n static displayName = 'HorizontalBar';\n static enhance = [uniqueIDEnhancement()];\n static style = style;\n\n static defaultProps = {\n offset: [0, 0],\n duration: 500,\n r: 2,\n wMin: MIN_WIDTH,\n };\n\n getBackgroundProps(_props, index) {\n const { data, y } = this.asProps;\n return {\n value: data[index][y],\n index,\n };\n }\n\n renderBar(d, i) {\n const SBar = this.Element;\n const {\n styles,\n color,\n x,\n x0,\n y,\n scale,\n hide,\n offset: offsetProps,\n uid,\n duration,\n r,\n wMin,\n height: heightProps,\n onMouseMove,\n onMouseLeave,\n groupKey,\n transparent,\n maxBarSize = Infinity,\n resolveColor,\n } = this.asProps;\n\n const offset = typeof offsetProps === 'function' ? offsetProps(i) : offsetProps;\n const [xScale, yScale] = scale;\n const absWidth = Math.abs(\n xScale(d[x]) - Math.max(xScale(xScale.domain()[0]), xScale(d[x0] ?? 0)),\n );\n const bandHeight = heightProps || scaleToBand(yScale).bandwidth();\n const height = Math.min(bandHeight, maxBarSize);\n const width = Number(d[x] - (d[x0] ?? 0)) === 0 ? 0 : Math.max(absWidth, wMin);\n const barY = yScale(d[y]) + bandHeight / 2 - height / 2 + offset[1];\n const barX =\n xScale(Math.min(d[x0] ?? 0, width <= wMin && d[x] < 0 ? 0 : d[x])) +\n offset[0] -\n calcPartBarX(d[x], wMin, width);\n const dSvg = getHorizontalRect({\n x: barX,\n y: barY,\n width,\n height,\n radius: Array.isArray(r) ? r[i] : r,\n position: d[x] > 0 || Object.is(d[x], 0) ? 'right' : 'left',\n });\n\n if (groupKey) {\n this.asProps.dataHintsHandler.describeGroupedValues(groupKey, x);\n } else {\n this.asProps.dataHintsHandler.describeValueEntity(`${i}.${x}`, groupKey ?? d[y]);\n }\n\n return sstyled(styles)(\n <SBar\n aria-hidden\n key={`horizontal-bar-${i}`}\n render='path'\n clipPath={`url(#${uid})`}\n __excludeProps={['data', 'scale', 'value', 'offset']}\n childrenPosition='above'\n value={d}\n index={i}\n hide={hide}\n color={resolveColor(color)}\n transparent={transparent}\n x={barX}\n y={barY}\n width={width}\n height={height}\n d={dSvg}\n use:duration={`${duration}ms`}\n onMouseMove={onMouseMove}\n onMouseLeave={onMouseLeave}\n />,\n );\n }\n\n render() {\n const { data, uid, size, duration } = this.asProps;\n\n return (\n <>\n {data.map(this.renderBar.bind(this))}\n {duration && (\n <AnimatedClipPath\n aria-hidden\n duration={duration}\n id={uid}\n x='0'\n y='0'\n width={0}\n height={size[1]}\n />\n )}\n </>\n );\n }\n}\n\nfunction Background(props) {\n const { Element: SBackground, styles, scale, value } = props;\n const [xScale, yScale] = scale;\n const xRange = xScale.range();\n\n return sstyled(styles)(\n <SBackground\n aria-hidden\n render='rect'\n childrenPosition='above'\n width={xRange[1] - xRange[0]}\n height={scaleToBand(yScale).bandwidth()}\n x={xRange[0]}\n y={yScale(value)}\n />,\n );\n}\n\nfunction getHorizontalRect({ x, y, width, height, radius, position }) {\n if (width < radius) radius = width;\n if (radius) {\n if (position === 'right')\n return roundedPath(x, y, width, height, radius, false, true, false, true);\n return roundedPath(x, y, width, height, radius, true, false, true, false);\n }\n return roundedPath(x, y, width, height, radius);\n}\n\nexport default createElement(HorizontalBarRoot, { Background });\n"],"mappings":"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"}
|
@@ -21,9 +21,9 @@ var _createElement = _interopRequireDefault(require("./createElement"));
|
|
21
21
|
var _utils = require("./utils");
|
22
22
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
23
23
|
/*__reshadow-styles__:"./style/hover.shadow.css"*/
|
24
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
25
|
-
"__SHoverLine": "
|
26
|
-
"__SHoverRect": "
|
24
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SHoverLine_1vrwf_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SHoverRect_1vrwf_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}" /*__inner_css_end__*/, "1vrwf_gg_") /*__reshadow_css_end__*/, {
|
25
|
+
"__SHoverLine": "___SHoverLine_1vrwf_gg_",
|
26
|
+
"__SHoverRect": "___SHoverRect_1vrwf_gg_"
|
27
27
|
});
|
28
28
|
var Hover = /*#__PURE__*/function (_Component) {
|
29
29
|
(0, _inherits2["default"])(Hover, _Component);
|