intergalactic 15.43.0-prerelease-960d7de5-5 → 15.43.0-prerelease-3fe5d5e3
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 +2 -2
- package/animation/index.js +2 -2
- package/badge/index.js +2 -2
- package/base-trigger/index.js +2 -2
- package/breadcrumbs/index.js +2 -2
- package/breakpoints/index.js +2 -2
- package/button/index.js +2 -2
- package/card/index.js +2 -2
- package/carousel/index.js +2 -2
- package/checkbox/index.js +2 -2
- package/color-picker/index.js +2 -2
- package/core/Component.d.ts +2 -1
- package/core/index.js +2 -2
- 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 +2 -2
- package/d3-chart/index.js +2 -2
- 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 +2 -2
- package/date-picker/index.d.ts +40 -0
- package/date-picker/index.js +2 -2
- 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 +2 -2
- package/dot/index.js +2 -2
- package/drag-and-drop/index.js +2 -2
- package/dropdown/index.js +2 -2
- package/dropdown-menu/index.js +2 -2
- package/ellipsis/index.js +2 -2
- package/errors/index.js +2 -2
- package/feature-popover/index.js +2 -2
- package/feedback-form/index.js +2 -2
- package/flags/index.js +2 -2
- package/flags/lib/sprites/sprite@1x.png +0 -0
- package/flags/lib/sprites/sprite@2x.png +0 -0
- package/flex-box/index.js +2 -2
- package/format-text/index.js +2 -2
- package/fullscreen-modal/index.js +2 -2
- package/grid/index.js +2 -2
- package/i18n-unplugin/index.js +2 -2
- package/icon/index.js +2 -2
- package/illustration/index.js +2 -2
- package/inline-edit/index.js +2 -2
- package/inline-input/index.js +2 -2
- package/input/index.js +2 -2
- package/input-mask/InputMask.d.ts +5 -0
- package/input-mask/index.js +2 -2
- 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 +2 -2
- package/input-tags/index.js +2 -2
- package/link/index.js +2 -2
- package/modal/index.js +2 -2
- package/neighbor-location/index.js +2 -2
- package/notice/index.js +2 -2
- package/notice-bubble/index.js +2 -2
- package/notice-global/index.js +2 -2
- package/outside-click/index.js +2 -2
- package/package.json +5 -5
- package/pagination/index.js +2 -2
- package/pills/index.js +2 -2
- package/popper/index.d.ts +6 -1
- package/popper/index.js +2 -2
- 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 +2 -2
- package/product-head/index.js +2 -2
- package/progress-bar/index.js +2 -2
- package/radio/index.js +2 -2
- package/scroll-area/index.js +2 -2
- package/select/index.js +2 -2
- package/side-panel/index.js +2 -2
- package/skeleton/index.js +2 -2
- package/slider/index.js +2 -2
- package/spin/index.js +2 -2
- package/spin-container/index.js +2 -2
- package/sticky/index.js +2 -2
- package/switch/index.js +2 -2
- package/tab-line/index.js +2 -2
- package/tab-panel/index.js +2 -2
- package/tag/index.js +2 -2
- package/textarea/index.js +2 -2
- package/time-picker/index.js +2 -2
- package/tooltip/index.js +2 -2
- package/typography/index.js +2 -2
- 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 +2 -2
- package/wizard/index.js +2 -2
- 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/CHANGELOG.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## [15.43.0] - 2023-12-
|
1
|
+
## [15.43.0] - 2023-12-19
|
2
2
|
|
3
3
|
### @semcore/accordion
|
4
4
|
|
@@ -22,12 +22,16 @@
|
|
22
22
|
|
23
23
|
### @semcore/core
|
24
24
|
|
25
|
+
- **Fixed** Internal types in `Component`.
|
25
26
|
- **Changed** Renamed type `RemoveFields` to `EfficientOmit` and moved it into `InternalTypings`. For INTERNAL usage only. Don't use it.
|
26
27
|
|
27
28
|
### @semcore/d3-chart
|
28
29
|
|
30
|
+
- **Fixed** Chart dots were not displaying in Firefox.
|
31
|
+
- **Fixed** Charts appearing animation in Firefox.
|
29
32
|
- **Fixed** Squeeze of shapes in `ChartLegendTable`.
|
30
33
|
- **Fixed** `ChartLegendTable` labels trimming with `Ellipsis` component.
|
34
|
+
- **Fixed** base element for `Dots`.
|
31
35
|
|
32
36
|
### @semcore/data-table
|
33
37
|
|
@@ -36,6 +40,9 @@
|
|
36
40
|
|
37
41
|
### @semcore/date-picker
|
38
42
|
|
43
|
+
- **Added** `preselectedValue` and `onPreselectedValueChange` api to `DatePickerRange` and `MonthRangePicker` components for more control over.
|
44
|
+
- **Added** `preselectedValue`, `onPreselectedValueChange`, `preselectedCompare`, `onPreselectedCompareChange`, `compareToggle`, `onCompareToggleChange`, `focusedRange` and `onFocusedRangeChange` apis to `DateRangeComparator` and `MonthDateRangeComparator` components for more control over.
|
45
|
+
- **Added** Set `displayedPeriod` from current `value` for each open of `Calendar`.
|
39
46
|
- **Fixed** Input trigger were not displaying date or date range when it is passed as number or string.
|
40
47
|
- **Fixed** `DateRangeComparator` and `MonthDateRangeComparator` compare date input was not visually disabled during inaccessible state.
|
41
48
|
- **Added** Added `DateRangeComparator` and `MonthDateRangeComparator` components.
|
@@ -53,6 +60,12 @@
|
|
53
60
|
|
54
61
|
- **Fixed** Disabled state were not displaying properly in complex input usage such us usage via `InputMask` component.
|
55
62
|
|
63
|
+
### @semcore/input-mask
|
64
|
+
|
65
|
+
- **Fixed** Component was breaking a page when initial value was not allowed by outer pipe.
|
66
|
+
- **Added** `maskOnlySymbols` prop.
|
67
|
+
- **Fixed** Text cursor position after pressing `Backspace`.
|
68
|
+
|
56
69
|
### @semcore/input-tags
|
57
70
|
|
58
71
|
- **Fixed** Removed unnecessary `role` from input element.
|
@@ -66,6 +79,7 @@
|
|
66
79
|
|
67
80
|
### @semcore/popper
|
68
81
|
|
82
|
+
- **Fixed** `Select.Item's` `Tooltip` with keyboard navigation.
|
69
83
|
- **Fixed** `focusLock` behavior for `hover` interaction.
|
70
84
|
- **Added** Internal api to enable new focus lock scope.
|
71
85
|
|
@@ -80,6 +94,7 @@
|
|
80
94
|
|
81
95
|
### @semcore/utils
|
82
96
|
|
97
|
+
- **Fixed** Types in `splitProps` function.
|
83
98
|
- **Added** New `--intergalactic-border-critical-pattern` token for marking controls invalid state.
|
84
99
|
- **Added** Fixed output of css utils.
|
85
100
|
|
package/accordion/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/animation/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/badge/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/base-trigger/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/breadcrumbs/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/breakpoints/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/button/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/card/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/carousel/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/checkbox/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/color-picker/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/core/Component.d.ts
CHANGED
@@ -24,6 +24,7 @@ export interface IRootComponentProps<Props = {}, Ctx = {}> {
|
|
24
24
|
Children?: any;
|
25
25
|
children?: ChildrenType<Props, Ctx>;
|
26
26
|
styles?: IStyledProps['styles'];
|
27
|
+
'data-ui-name'?: string;
|
27
28
|
}
|
28
29
|
/** @deprecated */
|
29
30
|
export type IComponentProps<Props = {}, Ctx = {}> = Props & IRootComponentProps<Props, Ctx>;
|
@@ -68,7 +69,7 @@ export type MergeGetters<G1 extends (...args: any) => any, G2 extends (...args:
|
|
68
69
|
declare const Root: Root;
|
69
70
|
export { Root };
|
70
71
|
/** @deprecated */
|
71
|
-
declare abstract class RootComponent<Props = {}, Context = {}, State = {}, Enhance = {}> extends PureComponent<Props
|
72
|
+
declare abstract class RootComponent<Props = {}, Context = {}, State = {}, Enhance = {}> extends PureComponent<Props, State> {
|
72
73
|
get handlers(): Readonly<IRootComponentHandlers>;
|
73
74
|
get asProps(): Readonly<Merge<Props & IRootComponentProps<Props, Context> & Enhance, React.AllHTMLAttributes<any>>>;
|
74
75
|
Root: Root;
|
package/core/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Component.js","names":["_react","require","Root","undefined","exports","RootComponent","_PureComponent","_inherits2","_super","_createSuper2","_this","_classCallCheck2","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty2","_assertThisInitialized2","_createClass2","key","get","PureComponent","Component","Intergalactic","_Intergalactic","InternalTypings","_InternalTypings"],"sources":["../../src/Component.tsx"],"sourcesContent":["import React, {\n AllHTMLAttributes,\n ForwardRefExoticComponent,\n PureComponent,\n ReactNode,\n RefObject,\n} from 'react';\nimport { IStyledProps } from './styled';\n\n/** @deprecated */\ntype KnownKeys<T> = {\n [K in keyof T]: string extends K ? never : number extends K ? never : K;\n} extends { [_ in keyof T]: infer U }\n ? U\n : never;\n\n/** @deprecated */\nexport type HandlersType<UCProps> = { [K in keyof UCProps]?: <T = unknown>(arg: T) => void };\n/** @deprecated */\nexport type ChildrenType<Props = {}, Ctx = {}, UCProps = {}> =\n | ((props: Props & Ctx, handlers: HandlersType<UCProps>) => ReactNode)\n | ReactNode;\n\n/** @deprecated */\nexport type RootComponentHandler = (...args: any[]) => void | false;\n\n/** @deprecated */\nexport interface IRootComponentHandlers {\n [key: string]: RootComponentHandler;\n}\n\n/** @deprecated */\nexport interface IRootComponentProps<Props = {}, Ctx = {}> {\n forwardRef?: RefObject<any>;\n Children?: any;\n children?: ChildrenType<Props, Ctx>;\n styles?: IStyledProps['styles'];\n}\n\n/** @deprecated */\nexport type IComponentProps<Props = {}, Ctx = {}> = Props & IRootComponentProps<Props, Ctx>;\n\n/** @deprecated */\nexport type IFunctionProps<Props = {}, Ctx = {}> = IComponentProps<Props, Ctx> &\n Omit<AllHTMLAttributes<any>, keyof IComponentProps<Props, Ctx>> & { Root?: Root };\n\n/** @deprecated */\nexport type PropsWithRenderFnChildren<Props = {}, Ctx = {}, UCProps = {}> = Omit<\n Pick<Props, KnownKeys<Props>>,\n 'children'\n> & {\n children?: ChildrenType<Props, Ctx, UCProps>;\n [key: string]: unknown;\n};\n\n/** @deprecated */\nexport type CProps<Props, Ctx = {}, UCProps = {}> = Props & {\n children?: ((props: Props & Ctx, handlers: UCProps) => React.ReactNode) | React.ReactNode;\n};\n/** @deprecated */\nexport type ReturnEl = React.ReactElement | null;\n\nexport interface IRootNodeProps {\n render: React.ElementType | string;\n tag?: React.ElementType | string;\n\n [key: string]: any;\n}\n\ntype Root = ForwardRefExoticComponent<IRootNodeProps>;\n\n/**\n * @deprecated since version ^1.8.0\n */\nexport type PropGetter<T extends (...args: any) => any> = <P>(props?: P) => ReturnType<T> & P;\n/**\n * @deprecated since version ^1.8.0\n */\n/** @deprecated */\nexport type PropGetterReturn<T extends (...args: any) => any> = Partial<ReturnType<T>>;\n/** @deprecated */\nexport type PropGetterFn = <T extends {}>(props?: T) => T & { [key: string]: unknown };\n/** @deprecated */\nexport type Merge<Props, HTMLProps> = Props & Omit<HTMLProps, keyof Props>;\n/** @deprecated */\nexport type MergeGetters<G1 extends (...args: any) => any, G2 extends (...args: any) => any> = <P>(\n props?: P,\n) => Merge<ReturnType<G1>, ReturnType<G2>> & P;\n\nconst Root: Root = undefined as any;\n\nexport { Root };\n\n/** @deprecated */\nabstract class RootComponent<\n Props = {},\n Context = {},\n State = {},\n Enhance = {},\n> extends PureComponent<Props & IRootComponentProps<Props, Context>, State> {\n get handlers(): Readonly<IRootComponentHandlers> {\n return {};\n }\n\n get asProps() {\n return {} as Readonly<\n Merge<Props & IRootComponentProps<Props, Context> & Enhance, AllHTMLAttributes<any>>\n >;\n }\n\n Root: Root = undefined as any;\n\n isControlled = false;\n}\n\nexport const Component = RootComponent;\n/** @deprecated */\nexport type Component<\n Props = {},\n Context = {},\n State = {},\n Handlers extends IRootComponentHandlers = IRootComponentHandlers,\n> = React.ComponentClass<Props, State> & {\n isControlled: boolean;\n\n handlers: Readonly<Handlers>;\n\n asProps: Readonly<Merge<Props & IRootComponentProps<Props, Context>, AllHTMLAttributes<any>>>;\n\n Root: Root;\n};\n\nexport namespace Intergalactic {\n type ReactFCProps<C extends React.FC> = C extends React.FC<infer Props> ? Omit<Props, 'tag'> : {};\n type ReactComponentProps<C extends React.ComponentClass> = C extends React.ComponentClass<\n infer Props\n >\n ? Omit<Props, 'tag'>\n : never;\n type ReactFCLike = (props: any) => any;\n type ReactFCLikeProps<C extends ReactFCLike> = C extends (props: infer Props) => any ? Props : {};\n type ComponentChildren<\n Props,\n Context,\n RenderingResult = InternalTypings.ReturnResult,\n AdditionalContext extends any[] = never[],\n > =\n | ((props: MergeProps<Context, Props>, ...args: AdditionalContext) => RenderingResult)\n | InternalTypings.ReturnResult;\n type ComponentBasicProps<Tag extends InternalTypings.ComponentTag> = {\n ref?: React.Ref<InternalTypings.ComponentHtmlElement<Tag> | null>;\n /** @private DO NOT USE IT. Low-level api that prevents specified props from being applied as DOM attribute. */\n __excludeProps?: string[];\n };\n type MergeProps<HighPriorityProps, LowPriorityProps> = {\n [K in keyof LowPriorityProps]: K extends keyof HighPriorityProps\n ? HighPriorityProps[K]\n : LowPriorityProps[K];\n } & HighPriorityProps;\n /** @private */\n export namespace InternalTypings {\n export type EfficientOmit<Type, Keys> = {\n [Property in keyof Type as Exclude<Property, Keys>]: Type[Property];\n };\n export type ComponentPropsNesting<Tag extends InternalTypings.ComponentTag> = Omit<\n MergeProps<\n Tag extends React.FC\n ? ReactFCProps<Tag>\n : Tag extends React.ComponentClass\n ? ReactComponentProps<Tag>\n : Tag extends ReactFCLike\n ? ReactFCLikeProps<Tag>\n : Tag extends keyof JSX.IntrinsicElements\n ? JSX.IntrinsicElements[Tag]\n : {},\n Tag extends { __nestedProps: infer NestedProps } ? NestedProps : {}\n >,\n 'children' | 'tag'\n >;\n export type ReturnResult =\n | React.ReactElement\n | React.ReactNode\n | React.ReactNode[]\n | string\n | null;\n export type ComponentTag =\n | keyof JSX.IntrinsicElements\n | React.ComponentClass\n | React.FC\n | ReactFCLike;\n export type ComponentProps<\n Tag extends ComponentTag,\n BaseTag extends ComponentTag | never,\n Props,\n Context = never,\n AdditionalContext extends any[] = never[],\n > = {\n tag?: Tag;\n children?: ComponentChildren<\n EfficientOmit<Props, 'children'> & { children: React.ReactNode },\n Context,\n ReturnResult,\n AdditionalContext\n >;\n } & ComponentBasicProps<Tag> &\n MergeProps<\n EfficientOmit<Props, 'tag' | 'children'>,\n MergeProps<ComponentPropsNesting<Tag>, ComponentPropsNesting<BaseTag>>\n >;\n export type PropsRenderingResultComponentProps<\n Tag extends ComponentTag,\n Props,\n Context = {},\n AdditionalContext extends any[] = never[],\n > = {\n tag?: Tag;\n children?: ComponentChildren<\n EfficientOmit<Props, 'children'> & { children: React.ReactNode },\n Context,\n Partial<\n EfficientOmit<\n MergeProps<Props, ComponentPropsNesting<Tag>>,\n 'children' | 'tag' | 'ref'\n > & {\n children?: React.ReactNode;\n }\n >,\n AdditionalContext\n >;\n } & ComponentBasicProps<Tag> &\n MergeProps<EfficientOmit<Props, 'tag' | 'children'>, ComponentPropsNesting<Tag>>;\n export type ComponentRenderingResults = React.ReactElement;\n export type ComponentAdditive<BaseTag extends ComponentTag> = {\n __nestedProps: ComponentPropsNesting<BaseTag>;\n };\n export type InferJsxIntrinsicElement<T extends React.DetailedHTMLProps<any, any>> =\n T extends React.DetailedHTMLProps<infer _, infer Element> ? Element : HTMLElement;\n type InferElementFromRef<T> = T extends React.Ref<infer Element> ? Element : never;\n type InferRefElementFromProps<T> = 'ref' extends keyof T\n ? InferElementFromRef<T['ref']>\n : HTMLElement;\n export type ComponentHtmlElement<Tag extends ComponentTag> =\n Tag extends keyof JSX.IntrinsicElements\n ? InferJsxIntrinsicElement<JSX.IntrinsicElements[Tag]>\n : Tag extends { __nestedProps: infer NestedProps }\n ? InferRefElementFromProps<NestedProps>\n : HTMLElement;\n }\n export type Component<\n BaseTag extends InternalTypings.ComponentTag = never,\n BaseProps = {},\n Context = {},\n AdditionalContext extends any[] = never[],\n > = (<Tag extends InternalTypings.ComponentTag = BaseTag, Props extends BaseProps = BaseProps>(\n props: InternalTypings.ComponentProps<Tag, BaseTag, Props, Context, AdditionalContext>,\n ) => InternalTypings.ComponentRenderingResults) &\n InternalTypings.ComponentAdditive<BaseTag>;\n export type Tag = InternalTypings.ComponentTag;\n export type DomProps<Tag extends keyof JSX.IntrinsicElements> =\n InternalTypings.InferJsxIntrinsicElement<JSX.IntrinsicElements[Tag]>;\n}\n"],"mappings":";;;;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AAyFA,IAAMC,IAAU,GAAGC,SAAgB;AAACC,OAAA,CAAAF,IAAA,GAAAA,IAAA;AAIpC;AAAA,IACeG,aAAa,0BAAAC,cAAA;EAAA,IAAAC,UAAA,aAAAF,aAAA,EAAAC,cAAA;EAAA,IAAAE,MAAA,OAAAC,aAAA,aAAAJ,aAAA;EAAA,SAAAA,cAAA;IAAA,IAAAK,KAAA;IAAA,IAAAC,gBAAA,mBAAAN,aAAA;IAAA,SAAAO,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAC,IAAA,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;MAAAF,IAAA,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;IAAA;IAAAP,KAAA,GAAAF,MAAA,CAAAU,IAAA,CAAAC,KAAA,CAAAX,MAAA,SAAAY,MAAA,CAAAL,IAAA;IAAA,IAAAM,gBAAA,iBAAAC,uBAAA,aAAAZ,KAAA,WAgBbP,SAAS;IAAA,IAAAkB,gBAAA,iBAAAC,uBAAA,aAAAZ,KAAA,mBAEP,KAAK;IAAA,OAAAA,KAAA;EAAA;EAAA,IAAAa,aAAA,aAAAlB,aAAA;IAAAmB,GAAA;IAAAC,GAAA,EAZpB,SAAAA,IAAA,EAAiD;MAC/C,OAAO,CAAC,CAAC;IACX;EAAC;IAAAD,GAAA;IAAAC,GAAA,EAED,SAAAA,IAAA,EAAc;MACZ,OAAO,CAAC,CAAC;IAGX;EAAC;EAAA,OAAApB,aAAA;AAAA,EATOqB,oBAAa;AAgBhB,IAAMC,SAAS,GAAGtB,aAAa;AACtC;AAAAD,OAAA,CAAAuB,SAAA,GAAAA,SAAA;AAAA,IAAAC,aAAA;AAAAxB,OAAA,CAAAwB,aAAA,GAAAA,aAAA;AAAA,WAAAC,cAAA;EAAA,IAAAC,eAAA;EAAA,WAAAC,gBAAA,MA4CmBD,eAAe,KAAfA,eAAe,GAAAD,cAAA,CAAfC,eAAe,KAAAD,cAAA,CAAfC,eAAe;AAAA,GA5BjBF,aAAa,KAAAxB,OAAA,CAAAwB,aAAA,GAAbA,aAAa"}
|
1
|
+
{"version":3,"file":"Component.js","names":["_react","require","Root","undefined","exports","RootComponent","_PureComponent","_inherits2","_super","_createSuper2","_this","_classCallCheck2","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty2","_assertThisInitialized2","_createClass2","key","get","PureComponent","Component","Intergalactic","_Intergalactic","InternalTypings","_InternalTypings"],"sources":["../../src/Component.tsx"],"sourcesContent":["import React, {\n AllHTMLAttributes,\n ForwardRefExoticComponent,\n PureComponent,\n ReactNode,\n RefObject,\n} from 'react';\nimport { IStyledProps } from './styled';\n\n/** @deprecated */\ntype KnownKeys<T> = {\n [K in keyof T]: string extends K ? never : number extends K ? never : K;\n} extends { [_ in keyof T]: infer U }\n ? U\n : never;\n\n/** @deprecated */\nexport type HandlersType<UCProps> = { [K in keyof UCProps]?: <T = unknown>(arg: T) => void };\n/** @deprecated */\nexport type ChildrenType<Props = {}, Ctx = {}, UCProps = {}> =\n | ((props: Props & Ctx, handlers: HandlersType<UCProps>) => ReactNode)\n | ReactNode;\n\n/** @deprecated */\nexport type RootComponentHandler = (...args: any[]) => void | false;\n\n/** @deprecated */\nexport interface IRootComponentHandlers {\n [key: string]: RootComponentHandler;\n}\n\n/** @deprecated */\nexport interface IRootComponentProps<Props = {}, Ctx = {}> {\n forwardRef?: RefObject<any>;\n Children?: any;\n children?: ChildrenType<Props, Ctx>;\n styles?: IStyledProps['styles'];\n 'data-ui-name'?: string;\n}\n\n/** @deprecated */\nexport type IComponentProps<Props = {}, Ctx = {}> = Props & IRootComponentProps<Props, Ctx>;\n\n/** @deprecated */\nexport type IFunctionProps<Props = {}, Ctx = {}> = IComponentProps<Props, Ctx> &\n Omit<AllHTMLAttributes<any>, keyof IComponentProps<Props, Ctx>> & { Root?: Root };\n\n/** @deprecated */\nexport type PropsWithRenderFnChildren<Props = {}, Ctx = {}, UCProps = {}> = Omit<\n Pick<Props, KnownKeys<Props>>,\n 'children'\n> & {\n children?: ChildrenType<Props, Ctx, UCProps>;\n [key: string]: unknown;\n};\n\n/** @deprecated */\nexport type CProps<Props, Ctx = {}, UCProps = {}> = Props & {\n children?: ((props: Props & Ctx, handlers: UCProps) => React.ReactNode) | React.ReactNode;\n};\n/** @deprecated */\nexport type ReturnEl = React.ReactElement | null;\n\nexport interface IRootNodeProps {\n render: React.ElementType | string;\n tag?: React.ElementType | string;\n\n [key: string]: any;\n}\n\ntype Root = ForwardRefExoticComponent<IRootNodeProps>;\n\n/**\n * @deprecated since version ^1.8.0\n */\nexport type PropGetter<T extends (...args: any) => any> = <P>(props?: P) => ReturnType<T> & P;\n/**\n * @deprecated since version ^1.8.0\n */\n/** @deprecated */\nexport type PropGetterReturn<T extends (...args: any) => any> = Partial<ReturnType<T>>;\n/** @deprecated */\nexport type PropGetterFn = <T extends {}>(props?: T) => T & { [key: string]: unknown };\n/** @deprecated */\nexport type Merge<Props, HTMLProps> = Props & Omit<HTMLProps, keyof Props>;\n/** @deprecated */\nexport type MergeGetters<G1 extends (...args: any) => any, G2 extends (...args: any) => any> = <P>(\n props?: P,\n) => Merge<ReturnType<G1>, ReturnType<G2>> & P;\n\nconst Root: Root = undefined as any;\n\nexport { Root };\n\n/** @deprecated */\nabstract class RootComponent<\n Props = {},\n Context = {},\n State = {},\n Enhance = {},\n> extends PureComponent<Props, State> {\n get handlers(): Readonly<IRootComponentHandlers> {\n return {};\n }\n\n get asProps() {\n return {} as Readonly<\n Merge<Props & IRootComponentProps<Props, Context> & Enhance, AllHTMLAttributes<any>>\n >;\n }\n\n Root: Root = undefined as any;\n\n isControlled = false;\n}\n\nexport const Component = RootComponent;\n/** @deprecated */\nexport type Component<\n Props = {},\n Context = {},\n State = {},\n Handlers extends IRootComponentHandlers = IRootComponentHandlers,\n> = React.ComponentClass<Props, State> & {\n isControlled: boolean;\n\n handlers: Readonly<Handlers>;\n\n asProps: Readonly<Merge<Props & IRootComponentProps<Props, Context>, AllHTMLAttributes<any>>>;\n\n Root: Root;\n};\n\nexport namespace Intergalactic {\n type ReactFCProps<C extends React.FC> = C extends React.FC<infer Props> ? Omit<Props, 'tag'> : {};\n type ReactComponentProps<C extends React.ComponentClass> = C extends React.ComponentClass<\n infer Props\n >\n ? Omit<Props, 'tag'>\n : never;\n type ReactFCLike = (props: any) => any;\n type ReactFCLikeProps<C extends ReactFCLike> = C extends (props: infer Props) => any ? Props : {};\n type ComponentChildren<\n Props,\n Context,\n RenderingResult = InternalTypings.ReturnResult,\n AdditionalContext extends any[] = never[],\n > =\n | ((props: MergeProps<Context, Props>, ...args: AdditionalContext) => RenderingResult)\n | InternalTypings.ReturnResult;\n type ComponentBasicProps<Tag extends InternalTypings.ComponentTag> = {\n ref?: React.Ref<InternalTypings.ComponentHtmlElement<Tag> | null>;\n /** @private DO NOT USE IT. Low-level api that prevents specified props from being applied as DOM attribute. */\n __excludeProps?: string[];\n };\n type MergeProps<HighPriorityProps, LowPriorityProps> = {\n [K in keyof LowPriorityProps]: K extends keyof HighPriorityProps\n ? HighPriorityProps[K]\n : LowPriorityProps[K];\n } & HighPriorityProps;\n /** @private */\n export namespace InternalTypings {\n export type EfficientOmit<Type, Keys> = {\n [Property in keyof Type as Exclude<Property, Keys>]: Type[Property];\n };\n export type ComponentPropsNesting<Tag extends InternalTypings.ComponentTag> = Omit<\n MergeProps<\n Tag extends React.FC\n ? ReactFCProps<Tag>\n : Tag extends React.ComponentClass\n ? ReactComponentProps<Tag>\n : Tag extends ReactFCLike\n ? ReactFCLikeProps<Tag>\n : Tag extends keyof JSX.IntrinsicElements\n ? JSX.IntrinsicElements[Tag]\n : {},\n Tag extends { __nestedProps: infer NestedProps } ? NestedProps : {}\n >,\n 'children' | 'tag'\n >;\n export type ReturnResult =\n | React.ReactElement\n | React.ReactNode\n | React.ReactNode[]\n | string\n | null;\n export type ComponentTag =\n | keyof JSX.IntrinsicElements\n | React.ComponentClass\n | React.FC\n | ReactFCLike;\n export type ComponentProps<\n Tag extends ComponentTag,\n BaseTag extends ComponentTag | never,\n Props,\n Context = never,\n AdditionalContext extends any[] = never[],\n > = {\n tag?: Tag;\n children?: ComponentChildren<\n EfficientOmit<Props, 'children'> & { children: React.ReactNode },\n Context,\n ReturnResult,\n AdditionalContext\n >;\n } & ComponentBasicProps<Tag> &\n MergeProps<\n EfficientOmit<Props, 'tag' | 'children'>,\n MergeProps<ComponentPropsNesting<Tag>, ComponentPropsNesting<BaseTag>>\n >;\n export type PropsRenderingResultComponentProps<\n Tag extends ComponentTag,\n Props,\n Context = {},\n AdditionalContext extends any[] = never[],\n > = {\n tag?: Tag;\n children?: ComponentChildren<\n EfficientOmit<Props, 'children'> & { children: React.ReactNode },\n Context,\n Partial<\n EfficientOmit<\n MergeProps<Props, ComponentPropsNesting<Tag>>,\n 'children' | 'tag' | 'ref'\n > & {\n children?: React.ReactNode;\n }\n >,\n AdditionalContext\n >;\n } & ComponentBasicProps<Tag> &\n MergeProps<EfficientOmit<Props, 'tag' | 'children'>, ComponentPropsNesting<Tag>>;\n export type ComponentRenderingResults = React.ReactElement;\n export type ComponentAdditive<BaseTag extends ComponentTag> = {\n __nestedProps: ComponentPropsNesting<BaseTag>;\n };\n export type InferJsxIntrinsicElement<T extends React.DetailedHTMLProps<any, any>> =\n T extends React.DetailedHTMLProps<infer _, infer Element> ? Element : HTMLElement;\n type InferElementFromRef<T> = T extends React.Ref<infer Element> ? Element : never;\n type InferRefElementFromProps<T> = 'ref' extends keyof T\n ? InferElementFromRef<T['ref']>\n : HTMLElement;\n export type ComponentHtmlElement<Tag extends ComponentTag> =\n Tag extends keyof JSX.IntrinsicElements\n ? InferJsxIntrinsicElement<JSX.IntrinsicElements[Tag]>\n : Tag extends { __nestedProps: infer NestedProps }\n ? InferRefElementFromProps<NestedProps>\n : HTMLElement;\n }\n export type Component<\n BaseTag extends InternalTypings.ComponentTag = never,\n BaseProps = {},\n Context = {},\n AdditionalContext extends any[] = never[],\n > = (<Tag extends InternalTypings.ComponentTag = BaseTag, Props extends BaseProps = BaseProps>(\n props: InternalTypings.ComponentProps<Tag, BaseTag, Props, Context, AdditionalContext>,\n ) => InternalTypings.ComponentRenderingResults) &\n InternalTypings.ComponentAdditive<BaseTag>;\n export type Tag = InternalTypings.ComponentTag;\n export type DomProps<Tag extends keyof JSX.IntrinsicElements> =\n InternalTypings.InferJsxIntrinsicElement<JSX.IntrinsicElements[Tag]>;\n}\n"],"mappings":";;;;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AA0FA,IAAMC,IAAU,GAAGC,SAAgB;AAACC,OAAA,CAAAF,IAAA,GAAAA,IAAA;AAIpC;AAAA,IACeG,aAAa,0BAAAC,cAAA;EAAA,IAAAC,UAAA,aAAAF,aAAA,EAAAC,cAAA;EAAA,IAAAE,MAAA,OAAAC,aAAA,aAAAJ,aAAA;EAAA,SAAAA,cAAA;IAAA,IAAAK,KAAA;IAAA,IAAAC,gBAAA,mBAAAN,aAAA;IAAA,SAAAO,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAC,IAAA,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;MAAAF,IAAA,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;IAAA;IAAAP,KAAA,GAAAF,MAAA,CAAAU,IAAA,CAAAC,KAAA,CAAAX,MAAA,SAAAY,MAAA,CAAAL,IAAA;IAAA,IAAAM,gBAAA,iBAAAC,uBAAA,aAAAZ,KAAA,WAgBbP,SAAS;IAAA,IAAAkB,gBAAA,iBAAAC,uBAAA,aAAAZ,KAAA,mBAEP,KAAK;IAAA,OAAAA,KAAA;EAAA;EAAA,IAAAa,aAAA,aAAAlB,aAAA;IAAAmB,GAAA;IAAAC,GAAA,EAZpB,SAAAA,IAAA,EAAiD;MAC/C,OAAO,CAAC,CAAC;IACX;EAAC;IAAAD,GAAA;IAAAC,GAAA,EAED,SAAAA,IAAA,EAAc;MACZ,OAAO,CAAC,CAAC;IAGX;EAAC;EAAA,OAAApB,aAAA;AAAA,EATOqB,oBAAa;AAgBhB,IAAMC,SAAS,GAAGtB,aAAa;AACtC;AAAAD,OAAA,CAAAuB,SAAA,GAAAA,SAAA;AAAA,IAAAC,aAAA;AAAAxB,OAAA,CAAAwB,aAAA,GAAAA,aAAA;AAAA,WAAAC,cAAA;EAAA,IAAAC,eAAA;EAAA,WAAAC,gBAAA,MA4CmBD,eAAe,KAAfA,eAAe,GAAAD,cAAA,CAAfC,eAAe,KAAAD,cAAA,CAAfC,eAAe;AAAA,GA5BjBF,aAAa,KAAAxB,OAAA,CAAAwB,aAAA,GAAbA,aAAa"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Component.js","names":["PureComponent","Root","undefined","RootComponent","_PureComponent","_inherits","_super","_createSuper","_this","_classCallCheck","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty","_assertThisInitialized","_createClass","key","get","Component","Intergalactic","_Intergalactic","InternalTypings","_InternalTypings"],"sources":["../../src/Component.tsx"],"sourcesContent":["import React, {\n AllHTMLAttributes,\n ForwardRefExoticComponent,\n PureComponent,\n ReactNode,\n RefObject,\n} from 'react';\nimport { IStyledProps } from './styled';\n\n/** @deprecated */\ntype KnownKeys<T> = {\n [K in keyof T]: string extends K ? never : number extends K ? never : K;\n} extends { [_ in keyof T]: infer U }\n ? U\n : never;\n\n/** @deprecated */\nexport type HandlersType<UCProps> = { [K in keyof UCProps]?: <T = unknown>(arg: T) => void };\n/** @deprecated */\nexport type ChildrenType<Props = {}, Ctx = {}, UCProps = {}> =\n | ((props: Props & Ctx, handlers: HandlersType<UCProps>) => ReactNode)\n | ReactNode;\n\n/** @deprecated */\nexport type RootComponentHandler = (...args: any[]) => void | false;\n\n/** @deprecated */\nexport interface IRootComponentHandlers {\n [key: string]: RootComponentHandler;\n}\n\n/** @deprecated */\nexport interface IRootComponentProps<Props = {}, Ctx = {}> {\n forwardRef?: RefObject<any>;\n Children?: any;\n children?: ChildrenType<Props, Ctx>;\n styles?: IStyledProps['styles'];\n}\n\n/** @deprecated */\nexport type IComponentProps<Props = {}, Ctx = {}> = Props & IRootComponentProps<Props, Ctx>;\n\n/** @deprecated */\nexport type IFunctionProps<Props = {}, Ctx = {}> = IComponentProps<Props, Ctx> &\n Omit<AllHTMLAttributes<any>, keyof IComponentProps<Props, Ctx>> & { Root?: Root };\n\n/** @deprecated */\nexport type PropsWithRenderFnChildren<Props = {}, Ctx = {}, UCProps = {}> = Omit<\n Pick<Props, KnownKeys<Props>>,\n 'children'\n> & {\n children?: ChildrenType<Props, Ctx, UCProps>;\n [key: string]: unknown;\n};\n\n/** @deprecated */\nexport type CProps<Props, Ctx = {}, UCProps = {}> = Props & {\n children?: ((props: Props & Ctx, handlers: UCProps) => React.ReactNode) | React.ReactNode;\n};\n/** @deprecated */\nexport type ReturnEl = React.ReactElement | null;\n\nexport interface IRootNodeProps {\n render: React.ElementType | string;\n tag?: React.ElementType | string;\n\n [key: string]: any;\n}\n\ntype Root = ForwardRefExoticComponent<IRootNodeProps>;\n\n/**\n * @deprecated since version ^1.8.0\n */\nexport type PropGetter<T extends (...args: any) => any> = <P>(props?: P) => ReturnType<T> & P;\n/**\n * @deprecated since version ^1.8.0\n */\n/** @deprecated */\nexport type PropGetterReturn<T extends (...args: any) => any> = Partial<ReturnType<T>>;\n/** @deprecated */\nexport type PropGetterFn = <T extends {}>(props?: T) => T & { [key: string]: unknown };\n/** @deprecated */\nexport type Merge<Props, HTMLProps> = Props & Omit<HTMLProps, keyof Props>;\n/** @deprecated */\nexport type MergeGetters<G1 extends (...args: any) => any, G2 extends (...args: any) => any> = <P>(\n props?: P,\n) => Merge<ReturnType<G1>, ReturnType<G2>> & P;\n\nconst Root: Root = undefined as any;\n\nexport { Root };\n\n/** @deprecated */\nabstract class RootComponent<\n Props = {},\n Context = {},\n State = {},\n Enhance = {},\n> extends PureComponent<Props & IRootComponentProps<Props, Context>, State> {\n get handlers(): Readonly<IRootComponentHandlers> {\n return {};\n }\n\n get asProps() {\n return {} as Readonly<\n Merge<Props & IRootComponentProps<Props, Context> & Enhance, AllHTMLAttributes<any>>\n >;\n }\n\n Root: Root = undefined as any;\n\n isControlled = false;\n}\n\nexport const Component = RootComponent;\n/** @deprecated */\nexport type Component<\n Props = {},\n Context = {},\n State = {},\n Handlers extends IRootComponentHandlers = IRootComponentHandlers,\n> = React.ComponentClass<Props, State> & {\n isControlled: boolean;\n\n handlers: Readonly<Handlers>;\n\n asProps: Readonly<Merge<Props & IRootComponentProps<Props, Context>, AllHTMLAttributes<any>>>;\n\n Root: Root;\n};\n\nexport namespace Intergalactic {\n type ReactFCProps<C extends React.FC> = C extends React.FC<infer Props> ? Omit<Props, 'tag'> : {};\n type ReactComponentProps<C extends React.ComponentClass> = C extends React.ComponentClass<\n infer Props\n >\n ? Omit<Props, 'tag'>\n : never;\n type ReactFCLike = (props: any) => any;\n type ReactFCLikeProps<C extends ReactFCLike> = C extends (props: infer Props) => any ? Props : {};\n type ComponentChildren<\n Props,\n Context,\n RenderingResult = InternalTypings.ReturnResult,\n AdditionalContext extends any[] = never[],\n > =\n | ((props: MergeProps<Context, Props>, ...args: AdditionalContext) => RenderingResult)\n | InternalTypings.ReturnResult;\n type ComponentBasicProps<Tag extends InternalTypings.ComponentTag> = {\n ref?: React.Ref<InternalTypings.ComponentHtmlElement<Tag> | null>;\n /** @private DO NOT USE IT. Low-level api that prevents specified props from being applied as DOM attribute. */\n __excludeProps?: string[];\n };\n type MergeProps<HighPriorityProps, LowPriorityProps> = {\n [K in keyof LowPriorityProps]: K extends keyof HighPriorityProps\n ? HighPriorityProps[K]\n : LowPriorityProps[K];\n } & HighPriorityProps;\n /** @private */\n export namespace InternalTypings {\n export type EfficientOmit<Type, Keys> = {\n [Property in keyof Type as Exclude<Property, Keys>]: Type[Property];\n };\n export type ComponentPropsNesting<Tag extends InternalTypings.ComponentTag> = Omit<\n MergeProps<\n Tag extends React.FC\n ? ReactFCProps<Tag>\n : Tag extends React.ComponentClass\n ? ReactComponentProps<Tag>\n : Tag extends ReactFCLike\n ? ReactFCLikeProps<Tag>\n : Tag extends keyof JSX.IntrinsicElements\n ? JSX.IntrinsicElements[Tag]\n : {},\n Tag extends { __nestedProps: infer NestedProps } ? NestedProps : {}\n >,\n 'children' | 'tag'\n >;\n export type ReturnResult =\n | React.ReactElement\n | React.ReactNode\n | React.ReactNode[]\n | string\n | null;\n export type ComponentTag =\n | keyof JSX.IntrinsicElements\n | React.ComponentClass\n | React.FC\n | ReactFCLike;\n export type ComponentProps<\n Tag extends ComponentTag,\n BaseTag extends ComponentTag | never,\n Props,\n Context = never,\n AdditionalContext extends any[] = never[],\n > = {\n tag?: Tag;\n children?: ComponentChildren<\n EfficientOmit<Props, 'children'> & { children: React.ReactNode },\n Context,\n ReturnResult,\n AdditionalContext\n >;\n } & ComponentBasicProps<Tag> &\n MergeProps<\n EfficientOmit<Props, 'tag' | 'children'>,\n MergeProps<ComponentPropsNesting<Tag>, ComponentPropsNesting<BaseTag>>\n >;\n export type PropsRenderingResultComponentProps<\n Tag extends ComponentTag,\n Props,\n Context = {},\n AdditionalContext extends any[] = never[],\n > = {\n tag?: Tag;\n children?: ComponentChildren<\n EfficientOmit<Props, 'children'> & { children: React.ReactNode },\n Context,\n Partial<\n EfficientOmit<\n MergeProps<Props, ComponentPropsNesting<Tag>>,\n 'children' | 'tag' | 'ref'\n > & {\n children?: React.ReactNode;\n }\n >,\n AdditionalContext\n >;\n } & ComponentBasicProps<Tag> &\n MergeProps<EfficientOmit<Props, 'tag' | 'children'>, ComponentPropsNesting<Tag>>;\n export type ComponentRenderingResults = React.ReactElement;\n export type ComponentAdditive<BaseTag extends ComponentTag> = {\n __nestedProps: ComponentPropsNesting<BaseTag>;\n };\n export type InferJsxIntrinsicElement<T extends React.DetailedHTMLProps<any, any>> =\n T extends React.DetailedHTMLProps<infer _, infer Element> ? Element : HTMLElement;\n type InferElementFromRef<T> = T extends React.Ref<infer Element> ? Element : never;\n type InferRefElementFromProps<T> = 'ref' extends keyof T\n ? InferElementFromRef<T['ref']>\n : HTMLElement;\n export type ComponentHtmlElement<Tag extends ComponentTag> =\n Tag extends keyof JSX.IntrinsicElements\n ? InferJsxIntrinsicElement<JSX.IntrinsicElements[Tag]>\n : Tag extends { __nestedProps: infer NestedProps }\n ? InferRefElementFromProps<NestedProps>\n : HTMLElement;\n }\n export type Component<\n BaseTag extends InternalTypings.ComponentTag = never,\n BaseProps = {},\n Context = {},\n AdditionalContext extends any[] = never[],\n > = (<Tag extends InternalTypings.ComponentTag = BaseTag, Props extends BaseProps = BaseProps>(\n props: InternalTypings.ComponentProps<Tag, BaseTag, Props, Context, AdditionalContext>,\n ) => InternalTypings.ComponentRenderingResults) &\n InternalTypings.ComponentAdditive<BaseTag>;\n export type Tag = InternalTypings.ComponentTag;\n export type DomProps<Tag extends keyof JSX.IntrinsicElements> =\n InternalTypings.InferJsxIntrinsicElement<JSX.IntrinsicElements[Tag]>;\n}\n"],"mappings":";;;;;;AAAA,SAGEA,aAAa,QAGR,OAAO;AAmFd,IAAMC,IAAU,GAAGC,SAAgB;AAEnC,SAASD,IAAI;;AAEb;AAAA,IACeE,aAAa,0BAAAC,cAAA;EAAAC,SAAA,CAAAF,aAAA,EAAAC,cAAA;EAAA,IAAAE,MAAA,GAAAC,YAAA,CAAAJ,aAAA;EAAA,SAAAA,cAAA;IAAA,IAAAK,KAAA;IAAAC,eAAA,OAAAN,aAAA;IAAA,SAAAO,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAC,IAAA,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;MAAAF,IAAA,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;IAAA;IAAAP,KAAA,GAAAF,MAAA,CAAAU,IAAA,CAAAC,KAAA,CAAAX,MAAA,SAAAY,MAAA,CAAAL,IAAA;IAAAM,eAAA,CAAAC,sBAAA,CAAAZ,KAAA,WAgBbN,SAAS;IAAAiB,eAAA,CAAAC,sBAAA,CAAAZ,KAAA,mBAEP,KAAK;IAAA,OAAAA,KAAA;EAAA;EAAAa,YAAA,CAAAlB,aAAA;IAAAmB,GAAA;IAAAC,GAAA,EAZpB,SAAAA,IAAA,EAAiD;MAC/C,OAAO,CAAC,CAAC;IACX;EAAC;IAAAD,GAAA;IAAAC,GAAA,EAED,SAAAA,IAAA,EAAc;MACZ,OAAO,CAAC,CAAC;IAGX;EAAC;EAAA,OAAApB,aAAA;AAAA,EATOH,aAAa;AAgBvB,OAAO,IAAMwB,SAAS,GAAGrB,aAAa;AACtC;;AAgBA,WAAAsB,aAAA;AAgIC,WAAAC,cAAA;EAAA,IAAAC,eAAA;EAAA,WAAAC,gBAAA,MApGkBD,eAAe,KAAfA,eAAe,GAAAD,cAAA,CAAfC,eAAe,KAAAD,cAAA,CAAfC,eAAe;AAAA,GA5BjBF,aAAa,KAAbA,aAAa"}
|
1
|
+
{"version":3,"file":"Component.js","names":["PureComponent","Root","undefined","RootComponent","_PureComponent","_inherits","_super","_createSuper","_this","_classCallCheck","_len","arguments","length","args","Array","_key","call","apply","concat","_defineProperty","_assertThisInitialized","_createClass","key","get","Component","Intergalactic","_Intergalactic","InternalTypings","_InternalTypings"],"sources":["../../src/Component.tsx"],"sourcesContent":["import React, {\n AllHTMLAttributes,\n ForwardRefExoticComponent,\n PureComponent,\n ReactNode,\n RefObject,\n} from 'react';\nimport { IStyledProps } from './styled';\n\n/** @deprecated */\ntype KnownKeys<T> = {\n [K in keyof T]: string extends K ? never : number extends K ? never : K;\n} extends { [_ in keyof T]: infer U }\n ? U\n : never;\n\n/** @deprecated */\nexport type HandlersType<UCProps> = { [K in keyof UCProps]?: <T = unknown>(arg: T) => void };\n/** @deprecated */\nexport type ChildrenType<Props = {}, Ctx = {}, UCProps = {}> =\n | ((props: Props & Ctx, handlers: HandlersType<UCProps>) => ReactNode)\n | ReactNode;\n\n/** @deprecated */\nexport type RootComponentHandler = (...args: any[]) => void | false;\n\n/** @deprecated */\nexport interface IRootComponentHandlers {\n [key: string]: RootComponentHandler;\n}\n\n/** @deprecated */\nexport interface IRootComponentProps<Props = {}, Ctx = {}> {\n forwardRef?: RefObject<any>;\n Children?: any;\n children?: ChildrenType<Props, Ctx>;\n styles?: IStyledProps['styles'];\n 'data-ui-name'?: string;\n}\n\n/** @deprecated */\nexport type IComponentProps<Props = {}, Ctx = {}> = Props & IRootComponentProps<Props, Ctx>;\n\n/** @deprecated */\nexport type IFunctionProps<Props = {}, Ctx = {}> = IComponentProps<Props, Ctx> &\n Omit<AllHTMLAttributes<any>, keyof IComponentProps<Props, Ctx>> & { Root?: Root };\n\n/** @deprecated */\nexport type PropsWithRenderFnChildren<Props = {}, Ctx = {}, UCProps = {}> = Omit<\n Pick<Props, KnownKeys<Props>>,\n 'children'\n> & {\n children?: ChildrenType<Props, Ctx, UCProps>;\n [key: string]: unknown;\n};\n\n/** @deprecated */\nexport type CProps<Props, Ctx = {}, UCProps = {}> = Props & {\n children?: ((props: Props & Ctx, handlers: UCProps) => React.ReactNode) | React.ReactNode;\n};\n/** @deprecated */\nexport type ReturnEl = React.ReactElement | null;\n\nexport interface IRootNodeProps {\n render: React.ElementType | string;\n tag?: React.ElementType | string;\n\n [key: string]: any;\n}\n\ntype Root = ForwardRefExoticComponent<IRootNodeProps>;\n\n/**\n * @deprecated since version ^1.8.0\n */\nexport type PropGetter<T extends (...args: any) => any> = <P>(props?: P) => ReturnType<T> & P;\n/**\n * @deprecated since version ^1.8.0\n */\n/** @deprecated */\nexport type PropGetterReturn<T extends (...args: any) => any> = Partial<ReturnType<T>>;\n/** @deprecated */\nexport type PropGetterFn = <T extends {}>(props?: T) => T & { [key: string]: unknown };\n/** @deprecated */\nexport type Merge<Props, HTMLProps> = Props & Omit<HTMLProps, keyof Props>;\n/** @deprecated */\nexport type MergeGetters<G1 extends (...args: any) => any, G2 extends (...args: any) => any> = <P>(\n props?: P,\n) => Merge<ReturnType<G1>, ReturnType<G2>> & P;\n\nconst Root: Root = undefined as any;\n\nexport { Root };\n\n/** @deprecated */\nabstract class RootComponent<\n Props = {},\n Context = {},\n State = {},\n Enhance = {},\n> extends PureComponent<Props, State> {\n get handlers(): Readonly<IRootComponentHandlers> {\n return {};\n }\n\n get asProps() {\n return {} as Readonly<\n Merge<Props & IRootComponentProps<Props, Context> & Enhance, AllHTMLAttributes<any>>\n >;\n }\n\n Root: Root = undefined as any;\n\n isControlled = false;\n}\n\nexport const Component = RootComponent;\n/** @deprecated */\nexport type Component<\n Props = {},\n Context = {},\n State = {},\n Handlers extends IRootComponentHandlers = IRootComponentHandlers,\n> = React.ComponentClass<Props, State> & {\n isControlled: boolean;\n\n handlers: Readonly<Handlers>;\n\n asProps: Readonly<Merge<Props & IRootComponentProps<Props, Context>, AllHTMLAttributes<any>>>;\n\n Root: Root;\n};\n\nexport namespace Intergalactic {\n type ReactFCProps<C extends React.FC> = C extends React.FC<infer Props> ? Omit<Props, 'tag'> : {};\n type ReactComponentProps<C extends React.ComponentClass> = C extends React.ComponentClass<\n infer Props\n >\n ? Omit<Props, 'tag'>\n : never;\n type ReactFCLike = (props: any) => any;\n type ReactFCLikeProps<C extends ReactFCLike> = C extends (props: infer Props) => any ? Props : {};\n type ComponentChildren<\n Props,\n Context,\n RenderingResult = InternalTypings.ReturnResult,\n AdditionalContext extends any[] = never[],\n > =\n | ((props: MergeProps<Context, Props>, ...args: AdditionalContext) => RenderingResult)\n | InternalTypings.ReturnResult;\n type ComponentBasicProps<Tag extends InternalTypings.ComponentTag> = {\n ref?: React.Ref<InternalTypings.ComponentHtmlElement<Tag> | null>;\n /** @private DO NOT USE IT. Low-level api that prevents specified props from being applied as DOM attribute. */\n __excludeProps?: string[];\n };\n type MergeProps<HighPriorityProps, LowPriorityProps> = {\n [K in keyof LowPriorityProps]: K extends keyof HighPriorityProps\n ? HighPriorityProps[K]\n : LowPriorityProps[K];\n } & HighPriorityProps;\n /** @private */\n export namespace InternalTypings {\n export type EfficientOmit<Type, Keys> = {\n [Property in keyof Type as Exclude<Property, Keys>]: Type[Property];\n };\n export type ComponentPropsNesting<Tag extends InternalTypings.ComponentTag> = Omit<\n MergeProps<\n Tag extends React.FC\n ? ReactFCProps<Tag>\n : Tag extends React.ComponentClass\n ? ReactComponentProps<Tag>\n : Tag extends ReactFCLike\n ? ReactFCLikeProps<Tag>\n : Tag extends keyof JSX.IntrinsicElements\n ? JSX.IntrinsicElements[Tag]\n : {},\n Tag extends { __nestedProps: infer NestedProps } ? NestedProps : {}\n >,\n 'children' | 'tag'\n >;\n export type ReturnResult =\n | React.ReactElement\n | React.ReactNode\n | React.ReactNode[]\n | string\n | null;\n export type ComponentTag =\n | keyof JSX.IntrinsicElements\n | React.ComponentClass\n | React.FC\n | ReactFCLike;\n export type ComponentProps<\n Tag extends ComponentTag,\n BaseTag extends ComponentTag | never,\n Props,\n Context = never,\n AdditionalContext extends any[] = never[],\n > = {\n tag?: Tag;\n children?: ComponentChildren<\n EfficientOmit<Props, 'children'> & { children: React.ReactNode },\n Context,\n ReturnResult,\n AdditionalContext\n >;\n } & ComponentBasicProps<Tag> &\n MergeProps<\n EfficientOmit<Props, 'tag' | 'children'>,\n MergeProps<ComponentPropsNesting<Tag>, ComponentPropsNesting<BaseTag>>\n >;\n export type PropsRenderingResultComponentProps<\n Tag extends ComponentTag,\n Props,\n Context = {},\n AdditionalContext extends any[] = never[],\n > = {\n tag?: Tag;\n children?: ComponentChildren<\n EfficientOmit<Props, 'children'> & { children: React.ReactNode },\n Context,\n Partial<\n EfficientOmit<\n MergeProps<Props, ComponentPropsNesting<Tag>>,\n 'children' | 'tag' | 'ref'\n > & {\n children?: React.ReactNode;\n }\n >,\n AdditionalContext\n >;\n } & ComponentBasicProps<Tag> &\n MergeProps<EfficientOmit<Props, 'tag' | 'children'>, ComponentPropsNesting<Tag>>;\n export type ComponentRenderingResults = React.ReactElement;\n export type ComponentAdditive<BaseTag extends ComponentTag> = {\n __nestedProps: ComponentPropsNesting<BaseTag>;\n };\n export type InferJsxIntrinsicElement<T extends React.DetailedHTMLProps<any, any>> =\n T extends React.DetailedHTMLProps<infer _, infer Element> ? Element : HTMLElement;\n type InferElementFromRef<T> = T extends React.Ref<infer Element> ? Element : never;\n type InferRefElementFromProps<T> = 'ref' extends keyof T\n ? InferElementFromRef<T['ref']>\n : HTMLElement;\n export type ComponentHtmlElement<Tag extends ComponentTag> =\n Tag extends keyof JSX.IntrinsicElements\n ? InferJsxIntrinsicElement<JSX.IntrinsicElements[Tag]>\n : Tag extends { __nestedProps: infer NestedProps }\n ? InferRefElementFromProps<NestedProps>\n : HTMLElement;\n }\n export type Component<\n BaseTag extends InternalTypings.ComponentTag = never,\n BaseProps = {},\n Context = {},\n AdditionalContext extends any[] = never[],\n > = (<Tag extends InternalTypings.ComponentTag = BaseTag, Props extends BaseProps = BaseProps>(\n props: InternalTypings.ComponentProps<Tag, BaseTag, Props, Context, AdditionalContext>,\n ) => InternalTypings.ComponentRenderingResults) &\n InternalTypings.ComponentAdditive<BaseTag>;\n export type Tag = InternalTypings.ComponentTag;\n export type DomProps<Tag extends keyof JSX.IntrinsicElements> =\n InternalTypings.InferJsxIntrinsicElement<JSX.IntrinsicElements[Tag]>;\n}\n"],"mappings":";;;;;;AAAA,SAGEA,aAAa,QAGR,OAAO;AAoFd,IAAMC,IAAU,GAAGC,SAAgB;AAEnC,SAASD,IAAI;;AAEb;AAAA,IACeE,aAAa,0BAAAC,cAAA;EAAAC,SAAA,CAAAF,aAAA,EAAAC,cAAA;EAAA,IAAAE,MAAA,GAAAC,YAAA,CAAAJ,aAAA;EAAA,SAAAA,cAAA;IAAA,IAAAK,KAAA;IAAAC,eAAA,OAAAN,aAAA;IAAA,SAAAO,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAC,IAAA,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;MAAAF,IAAA,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;IAAA;IAAAP,KAAA,GAAAF,MAAA,CAAAU,IAAA,CAAAC,KAAA,CAAAX,MAAA,SAAAY,MAAA,CAAAL,IAAA;IAAAM,eAAA,CAAAC,sBAAA,CAAAZ,KAAA,WAgBbN,SAAS;IAAAiB,eAAA,CAAAC,sBAAA,CAAAZ,KAAA,mBAEP,KAAK;IAAA,OAAAA,KAAA;EAAA;EAAAa,YAAA,CAAAlB,aAAA;IAAAmB,GAAA;IAAAC,GAAA,EAZpB,SAAAA,IAAA,EAAiD;MAC/C,OAAO,CAAC,CAAC;IACX;EAAC;IAAAD,GAAA;IAAAC,GAAA,EAED,SAAAA,IAAA,EAAc;MACZ,OAAO,CAAC,CAAC;IAGX;EAAC;EAAA,OAAApB,aAAA;AAAA,EATOH,aAAa;AAgBvB,OAAO,IAAMwB,SAAS,GAAGrB,aAAa;AACtC;;AAgBA,WAAAsB,aAAA;AAgIC,WAAAC,cAAA;EAAA,IAAAC,eAAA;EAAA,WAAAC,gBAAA,MApGkBD,eAAe,KAAfA,eAAe,GAAAD,cAAA,CAAfC,eAAe,KAAAD,cAAA,CAAfC,eAAe;AAAA,GA5BjBF,aAAa,KAAbA,aAAa"}
|
@@ -24,6 +24,7 @@ export interface IRootComponentProps<Props = {}, Ctx = {}> {
|
|
24
24
|
Children?: any;
|
25
25
|
children?: ChildrenType<Props, Ctx>;
|
26
26
|
styles?: IStyledProps['styles'];
|
27
|
+
'data-ui-name'?: string;
|
27
28
|
}
|
28
29
|
/** @deprecated */
|
29
30
|
export type IComponentProps<Props = {}, Ctx = {}> = Props & IRootComponentProps<Props, Ctx>;
|
@@ -68,7 +69,7 @@ export type MergeGetters<G1 extends (...args: any) => any, G2 extends (...args:
|
|
68
69
|
declare const Root: Root;
|
69
70
|
export { Root };
|
70
71
|
/** @deprecated */
|
71
|
-
declare abstract class RootComponent<Props = {}, Context = {}, State = {}, Enhance = {}> extends PureComponent<Props
|
72
|
+
declare abstract class RootComponent<Props = {}, Context = {}, State = {}, Enhance = {}> extends PureComponent<Props, State> {
|
72
73
|
get handlers(): Readonly<IRootComponentHandlers>;
|
73
74
|
get asProps(): Readonly<Merge<Props & IRootComponentProps<Props, Context> & Enhance, React.AllHTMLAttributes<any>>>;
|
74
75
|
Root: Root;
|
package/counter/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
package/d3-chart/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
module.exports.__esModule = true
|
3
|
+
module.exports.__esModule = true;
|
4
4
|
var item = require("./lib/cjs/index");
|
5
5
|
module.exports = item['default'] || {};
|
6
6
|
Object.keys(item).forEach(function (key) {
|
7
|
-
module.exports[key] = item[key]
|
7
|
+
module.exports[key] = item[key];
|
8
8
|
});
|
@@ -0,0 +1,62 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
6
|
+
value: true
|
7
|
+
});
|
8
|
+
exports["default"] = void 0;
|
9
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
10
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
11
|
+
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
12
|
+
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
13
|
+
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
14
|
+
var _createSuper2 = _interopRequireDefault(require("@babel/runtime/helpers/createSuper"));
|
15
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
16
|
+
var _react = _interopRequireDefault(require("react"));
|
17
|
+
var _core = _interopRequireWildcard(require("intergalactic/core"));
|
18
|
+
var _propsForElement = _interopRequireDefault(require("intergalactic/utils/lib/propsForElement"));
|
19
|
+
var _excluded = ["id", "transition", "tag", "style", "className"];
|
20
|
+
var AnimatedClipPath = /*#__PURE__*/function (_Component) {
|
21
|
+
(0, _inherits2["default"])(AnimatedClipPath, _Component);
|
22
|
+
var _super = (0, _createSuper2["default"])(AnimatedClipPath);
|
23
|
+
function AnimatedClipPath() {
|
24
|
+
(0, _classCallCheck2["default"])(this, AnimatedClipPath);
|
25
|
+
return _super.apply(this, arguments);
|
26
|
+
}
|
27
|
+
(0, _createClass2["default"])(AnimatedClipPath, [{
|
28
|
+
key: "render",
|
29
|
+
value: function render() {
|
30
|
+
var _this$asProps = this.asProps,
|
31
|
+
id = _this$asProps.id,
|
32
|
+
transition = _this$asProps.transition,
|
33
|
+
Tag = _this$asProps.tag,
|
34
|
+
style = _this$asProps.style,
|
35
|
+
className = _this$asProps.className,
|
36
|
+
other = (0, _objectWithoutProperties2["default"])(_this$asProps, _excluded);
|
37
|
+
var duration = typeof this.asProps.duration === 'number' ? "".concat(this.asProps.duration, "ms") : this.asProps.duration;
|
38
|
+
return /*#__PURE__*/_react["default"].createElement("clipPath", {
|
39
|
+
"aria-hidden": true,
|
40
|
+
ref: this.refClipPath,
|
41
|
+
id: id
|
42
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
43
|
+
x: 0,
|
44
|
+
y: 0,
|
45
|
+
width: "100%",
|
46
|
+
height: "100%"
|
47
|
+
}, /*#__PURE__*/_react["default"].createElement("animate", (0, _extends2["default"])({
|
48
|
+
dur: duration
|
49
|
+
}, (0, _propsForElement["default"])(other, Tag)))));
|
50
|
+
}
|
51
|
+
}]);
|
52
|
+
return AnimatedClipPath;
|
53
|
+
}(_core.Component);
|
54
|
+
(0, _defineProperty2["default"])(AnimatedClipPath, "defaultProps", {
|
55
|
+
tag: 'rect',
|
56
|
+
duration: 500,
|
57
|
+
attributeName: 'width',
|
58
|
+
values: '0;100%'
|
59
|
+
});
|
60
|
+
var _default = (0, _core["default"])(AnimatedClipPath);
|
61
|
+
exports["default"] = _default;
|
62
|
+
//# sourceMappingURL=AnimatedClipPath.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AnimatedClipPath.js","names":["_react","_interopRequireDefault","require","_core","_interopRequireWildcard","_propsForElement","_excluded","AnimatedClipPath","_Component","_inherits2","_super","_createSuper2","_classCallCheck2","apply","arguments","_createClass2","key","value","render","_this$asProps","asProps","id","transition","Tag","tag","style","className","other","_objectWithoutProperties2","duration","concat","createElement","ref","refClipPath","x","y","width","height","_extends2","dur","propsForElement","Component","_defineProperty2","attributeName","values","_default","createComponent","exports"],"sources":["../../src/AnimatedClipPath.jsx"],"sourcesContent":["import React from 'react';\nimport createComponent, { Component } from '@semcore/core';\nimport propsForElement from '@semcore/utils/lib/propsForElement';\n\nclass AnimatedClipPath extends Component {\n static defaultProps = {\n tag: 'rect',\n duration: 500,\n attributeName: 'width',\n values: '0;100%',\n };\n\n render() {\n const { id, transition, tag: Tag, style, className, ...other } = this.asProps;\n const duration =\n typeof this.asProps.duration === 'number'\n ? `${this.asProps.duration}ms`\n : this.asProps.duration;\n return (\n <clipPath aria-hidden ref={this.refClipPath} id={id}>\n <rect x={0} y={0} width='100%' height='100%'>\n <animate dur={duration} {...propsForElement(other, Tag)} />\n </rect>\n </clipPath>\n );\n }\n}\n\nexport default createComponent(AnimatedClipPath);\n"],"mappings":";;;;;;;;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,KAAA,GAAAC,uBAAA,CAAAF,OAAA;AACA,IAAAG,gBAAA,GAAAJ,sBAAA,CAAAC,OAAA;AAAiE,IAAAI,SAAA;AAAA,IAE3DC,gBAAgB,0BAAAC,UAAA;EAAA,IAAAC,UAAA,aAAAF,gBAAA,EAAAC,UAAA;EAAA,IAAAE,MAAA,OAAAC,aAAA,aAAAJ,gBAAA;EAAA,SAAAA,iBAAA;IAAA,IAAAK,gBAAA,mBAAAL,gBAAA;IAAA,OAAAG,MAAA,CAAAG,KAAA,OAAAC,SAAA;EAAA;EAAA,IAAAC,aAAA,aAAAR,gBAAA;IAAAS,GAAA;IAAAC,KAAA,EAQpB,SAAAC,OAAA,EAAS;MACP,IAAAC,aAAA,GAAiE,IAAI,CAACC,OAAO;QAArEC,EAAE,GAAAF,aAAA,CAAFE,EAAE;QAAEC,UAAU,GAAAH,aAAA,CAAVG,UAAU;QAAOC,GAAG,GAAAJ,aAAA,CAARK,GAAG;QAAOC,KAAK,GAAAN,aAAA,CAALM,KAAK;QAAEC,SAAS,GAAAP,aAAA,CAATO,SAAS;QAAKC,KAAK,OAAAC,yBAAA,aAAAT,aAAA,EAAAb,SAAA;MAC5D,IAAMuB,QAAQ,GACZ,OAAO,IAAI,CAACT,OAAO,CAACS,QAAQ,KAAK,QAAQ,MAAAC,MAAA,CAClC,IAAI,CAACV,OAAO,CAACS,QAAQ,UACxB,IAAI,CAACT,OAAO,CAACS,QAAQ;MAC3B,oBACE7B,MAAA,YAAA+B,aAAA;QAAU,mBAAW;QAACC,GAAG,EAAE,IAAI,CAACC,WAAY;QAACZ,EAAE,EAAEA;MAAG,gBAClDrB,MAAA,YAAA+B,aAAA;QAAMG,CAAC,EAAE,CAAE;QAACC,CAAC,EAAE,CAAE;QAACC,KAAK,EAAC,MAAM;QAACC,MAAM,EAAC;MAAM,gBAC1CrC,MAAA,YAAA+B,aAAA,gBAAAO,SAAA;QAASC,GAAG,EAAEV;MAAS,GAAK,IAAAW,2BAAe,EAACb,KAAK,EAAEJ,GAAG,CAAC,EAAI,CACtD,CACE;IAEf;EAAC;EAAA,OAAAhB,gBAAA;AAAA,EArB4BkC,eAAS;AAAA,IAAAC,gBAAA,aAAlCnC,gBAAgB,kBACE;EACpBiB,GAAG,EAAE,MAAM;EACXK,QAAQ,EAAE,GAAG;EACbc,aAAa,EAAE,OAAO;EACtBC,MAAM,EAAE;AACV,CAAC;AAAA,IAAAC,QAAA,GAkBY,IAAAC,gBAAe,EAACvC,gBAAgB,CAAC;AAAAwC,OAAA,cAAAF,QAAA"}
|
package/d3-chart/lib/cjs/Area.js
CHANGED
@@ -19,17 +19,17 @@ var _findComponent = _interopRequireDefault(require("intergalactic/utils/lib/fin
|
|
19
19
|
var _Dots = _interopRequireDefault(require("./Dots"));
|
20
20
|
var _createElement = _interopRequireDefault(require("./createElement"));
|
21
21
|
var _utils = require("./utils");
|
22
|
-
var
|
22
|
+
var _AnimatedClipPath = _interopRequireDefault(require("./AnimatedClipPath"));
|
23
23
|
/*__reshadow-styles__:"./style/area.shadow.css"*/
|
24
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
25
|
-
"__SArea": "
|
26
|
-
"_color": "
|
27
|
-
"--color": "--
|
28
|
-
"_transparent": "
|
29
|
-
"__SAreaLine": "
|
30
|
-
"--duration": "--
|
31
|
-
"__SNull": "
|
32
|
-
"_hide": "
|
24
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SArea_16bj3_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_16bj3_gg_.__color_16bj3_gg_{fill:var(--color_16bj3)}.___SArea_16bj3_gg_.__transparent_16bj3_gg_{opacity:.3}.___SAreaLine_16bj3_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_16bj3_gg_.__color_16bj3_gg_{stroke:var(--color_16bj3)}.___SAreaLine_16bj3_gg_.__transparent_16bj3_gg_{opacity:.3}.___SAreaLine_16bj3_gg_,.___SArea_16bj3_gg_{transition-property:d;transition-duration:var(--duration_16bj3);transition-timing-function:ease-in-out}.___SNull_16bj3_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_16bj3_gg_.__hide_16bj3_gg_{display:none}" /*__inner_css_end__*/, "16bj3_gg_") /*__reshadow_css_end__*/, {
|
25
|
+
"__SArea": "___SArea_16bj3_gg_",
|
26
|
+
"_color": "__color_16bj3_gg_",
|
27
|
+
"--color": "--color_16bj3",
|
28
|
+
"_transparent": "__transparent_16bj3_gg_",
|
29
|
+
"__SAreaLine": "___SAreaLine_16bj3_gg_",
|
30
|
+
"--duration": "--duration_16bj3",
|
31
|
+
"__SNull": "___SNull_16bj3_gg_",
|
32
|
+
"_hide": "__hide_16bj3_gg_"
|
33
33
|
});
|
34
34
|
var AreaRoot = /*#__PURE__*/function (_Component) {
|
35
35
|
(0, _inherits2["default"])(AreaRoot, _Component);
|
@@ -142,17 +142,11 @@ var AreaRoot = /*#__PURE__*/function (_Component) {
|
|
142
142
|
"color": resolveColor(color),
|
143
143
|
"use:duration": "".concat(duration, "ms"),
|
144
144
|
"transparent": transparent
|
145
|
-
})), duration && /*#__PURE__*/_react["default"].createElement(
|
146
|
-
"
|
147
|
-
"setAttributeTag": function setAttributeTag(rect) {
|
148
|
-
rect.setAttribute('width', size[0]);
|
149
|
-
},
|
145
|
+
})), duration && /*#__PURE__*/_react["default"].createElement(_AnimatedClipPath["default"], _ref.cn("AnimatedClipPath", {
|
146
|
+
"duration": duration,
|
150
147
|
"id": uid,
|
151
|
-
"x": '0',
|
152
|
-
"y": '0',
|
153
148
|
"width": 0,
|
154
|
-
"height": size[1]
|
155
|
-
"transition": "width ".concat(duration, "ms ease-in-out")
|
149
|
+
"height": size[1]
|
156
150
|
})));
|
157
151
|
}
|
158
152
|
}]);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Area.js","names":["_core","require","_react","_interopRequireDefault","_d3Shape","_uniqueID","_findComponent","_Dots","_createElement","_utils","_ClipPath","style","sstyled","insert","AreaRoot","_Component","_inherits2","_super","_createSuper2","_classCallCheck2","apply","arguments","_createClass2","key","value","getDotsProps","_this$asProps","asProps","x","y","color","d3Line","transparent","resolveColor","data","filter","item","interpolateValue","d3","getNullProps","_this$asProps2","getNullData","definedNullData","getLineProps","_this$asProps3","duration","uid","render","_ref","SArea","Element","SAreaLine","_this$asProps4","styles","hide","size","Children","forcedAdvancedMode","advancedMode","findComponent","Area","Line","displayName","dataHintsHandler","specifyDataRowFields","establishDataType","createElement","Fragment","cn","concat","setAttributeTag","rect","setAttribute","Component","_defineProperty2","uniqueIDEnhancement","_ref4","y0","$rootProps","_ref4$curve","curve","curveLinear","scale","_ref5","_ref6","_slicedToArray2","xScale","yScale","yRange","range","area","defined","definedData","p","scaleOfBandwidth","y1","line","props","_ref2","Null","_ref3","SNull","Dots","_default","exports"],"sources":["../../src/Area.jsx"],"sourcesContent":["import React from 'react';\nimport { area, curveLinear, line } from 'd3-shape';\nimport { Component, sstyled } from '@semcore/core';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport findComponent from '@semcore/utils/lib/findComponent';\nimport Dots from './Dots';\nimport createElement from './createElement';\nimport {\n definedData,\n scaleOfBandwidth,\n getNullData,\n definedNullData,\n interpolateValue,\n} from './utils';\nimport ClipPath from './ClipPath';\n\nimport style from './style/area.shadow.css';\n\nclass AreaRoot extends Component {\n static displayName = 'Area';\n static style = style;\n static enhance = [uniqueIDEnhancement()];\n\n static defaultProps = ({ x, y, y0, $rootProps, curve = curveLinear, scale }) => {\n const [xScale, yScale] = scale || $rootProps.scale;\n const yRange = yScale.range();\n\n return {\n d3: area()\n .defined(definedData(x, y))\n .curve(curve)\n .x((p) => scaleOfBandwidth(xScale, p[x]))\n .y0((p) => (p[y0] ? scaleOfBandwidth(yScale, p[y0]) : yRange[0]))\n .y1((p) => scaleOfBandwidth(yScale, p[y])),\n d3Line: line()\n .defined(definedData(x, y))\n .curve(curve)\n .x((p) => scaleOfBandwidth(xScale, p[x]))\n .y((p) => scaleOfBandwidth(yScale, p[y])),\n duration: 500,\n };\n };\n\n getDotsProps() {\n const { x, y, color, d3Line, transparent, resolveColor } = this.asProps;\n const data = this.asProps.data.filter((item) => item[y] !== interpolateValue);\n\n return {\n x,\n y,\n data,\n d3: d3Line,\n color,\n resolveColor,\n transparent,\n };\n }\n\n getNullProps() {\n const { x, y, color, resolveColor, d3Line } = this.asProps;\n const data = this.asProps.data.filter((item) => item[y] !== interpolateValue);\n\n return {\n data: getNullData(data, definedNullData(x, y), y),\n d3: d3Line,\n color,\n resolveColor,\n };\n }\n\n getLineProps() {\n const { duration, color, resolveColor, data, d3Line, uid } = this.asProps;\n\n return {\n uid,\n data,\n d3: d3Line,\n color,\n resolveColor,\n duration,\n };\n }\n\n render() {\n const SArea = this.Element;\n const SAreaLine = 'path';\n const {\n styles,\n hide,\n d3,\n d3Line,\n color,\n uid,\n size,\n duration,\n x,\n y,\n Children,\n transparent,\n forcedAdvancedMode,\n resolveColor,\n } = this.asProps;\n const advancedMode = forcedAdvancedMode || !!findComponent(Children, [Area.Line.displayName]);\n const data = this.asProps.data.filter((item) => item[y] !== interpolateValue);\n\n this.asProps.dataHintsHandler.specifyDataRowFields(x, y);\n this.asProps.dataHintsHandler.establishDataType('time-series');\n\n return sstyled(styles)(\n <>\n {!advancedMode && (\n <SAreaLine\n aria-hidden\n clipPath={`url(#${uid})`}\n d={d3Line(data)}\n color={resolveColor(color)}\n use:duration={`${duration}ms`}\n transparent={transparent}\n />\n )}\n <SArea\n aria-hidden\n clipPath={`url(#${uid})`}\n render='path'\n d={d3(data)}\n hide={hide}\n color={resolveColor(color)}\n use:duration={`${duration}ms`}\n transparent={transparent}\n />\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 Line(props) {\n const {\n Element: SAreaLine,\n styles,\n d3,\n data,\n color,\n resolveColor,\n duration,\n uid,\n transparent,\n } = props;\n return sstyled(styles)(\n <SAreaLine\n render='path'\n clipPath={`url(#${uid})`}\n d={d3(data)}\n color={resolveColor(color)}\n use:duration={`${duration}ms`}\n transparent={transparent}\n />,\n );\n}\n\nfunction Null(props) {\n const { Element: SNull, styles, d3, data, hide, color, resolveColor } = props;\n return sstyled(styles)(\n <SNull render='path' d={d3(data)} hide={hide} color={resolveColor(color)} />,\n );\n}\n\nconst Area = createElement(AreaRoot, {\n Dots,\n Null,\n Line,\n});\n\nexport default Area;\n"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"Area.js","names":["_core","require","_react","_interopRequireDefault","_d3Shape","_uniqueID","_findComponent","_Dots","_createElement","_utils","_AnimatedClipPath","style","sstyled","insert","AreaRoot","_Component","_inherits2","_super","_createSuper2","_classCallCheck2","apply","arguments","_createClass2","key","value","getDotsProps","_this$asProps","asProps","x","y","color","d3Line","transparent","resolveColor","data","filter","item","interpolateValue","d3","getNullProps","_this$asProps2","getNullData","definedNullData","getLineProps","_this$asProps3","duration","uid","render","_ref","SArea","Element","SAreaLine","_this$asProps4","styles","hide","size","Children","forcedAdvancedMode","advancedMode","findComponent","Area","Line","displayName","dataHintsHandler","specifyDataRowFields","establishDataType","createElement","Fragment","cn","concat","Component","_defineProperty2","uniqueIDEnhancement","_ref4","y0","$rootProps","_ref4$curve","curve","curveLinear","scale","_ref5","_ref6","_slicedToArray2","xScale","yScale","yRange","range","area","defined","definedData","p","scaleOfBandwidth","y1","line","props","_ref2","Null","_ref3","SNull","Dots","_default","exports"],"sources":["../../src/Area.jsx"],"sourcesContent":["import React from 'react';\nimport { area, curveLinear, line } from 'd3-shape';\nimport { Component, sstyled } from '@semcore/core';\nimport uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';\nimport findComponent from '@semcore/utils/lib/findComponent';\nimport Dots from './Dots';\nimport createElement from './createElement';\nimport {\n definedData,\n scaleOfBandwidth,\n getNullData,\n definedNullData,\n interpolateValue,\n} from './utils';\nimport AnimatedClipPath from './AnimatedClipPath';\n\nimport style from './style/area.shadow.css';\n\nclass AreaRoot extends Component {\n static displayName = 'Area';\n static style = style;\n static enhance = [uniqueIDEnhancement()];\n\n static defaultProps = ({ x, y, y0, $rootProps, curve = curveLinear, scale }) => {\n const [xScale, yScale] = scale || $rootProps.scale;\n const yRange = yScale.range();\n\n return {\n d3: area()\n .defined(definedData(x, y))\n .curve(curve)\n .x((p) => scaleOfBandwidth(xScale, p[x]))\n .y0((p) => (p[y0] ? scaleOfBandwidth(yScale, p[y0]) : yRange[0]))\n .y1((p) => scaleOfBandwidth(yScale, p[y])),\n d3Line: line()\n .defined(definedData(x, y))\n .curve(curve)\n .x((p) => scaleOfBandwidth(xScale, p[x]))\n .y((p) => scaleOfBandwidth(yScale, p[y])),\n duration: 500,\n };\n };\n\n getDotsProps() {\n const { x, y, color, d3Line, transparent, resolveColor } = this.asProps;\n const data = this.asProps.data.filter((item) => item[y] !== interpolateValue);\n\n return {\n x,\n y,\n data,\n d3: d3Line,\n color,\n resolveColor,\n transparent,\n };\n }\n\n getNullProps() {\n const { x, y, color, resolveColor, d3Line } = this.asProps;\n const data = this.asProps.data.filter((item) => item[y] !== interpolateValue);\n\n return {\n data: getNullData(data, definedNullData(x, y), y),\n d3: d3Line,\n color,\n resolveColor,\n };\n }\n\n getLineProps() {\n const { duration, color, resolveColor, data, d3Line, uid } = this.asProps;\n\n return {\n uid,\n data,\n d3: d3Line,\n color,\n resolveColor,\n duration,\n };\n }\n\n render() {\n const SArea = this.Element;\n const SAreaLine = 'path';\n const {\n styles,\n hide,\n d3,\n d3Line,\n color,\n uid,\n size,\n duration,\n x,\n y,\n Children,\n transparent,\n forcedAdvancedMode,\n resolveColor,\n } = this.asProps;\n const advancedMode = forcedAdvancedMode || !!findComponent(Children, [Area.Line.displayName]);\n const data = this.asProps.data.filter((item) => item[y] !== interpolateValue);\n\n this.asProps.dataHintsHandler.specifyDataRowFields(x, y);\n this.asProps.dataHintsHandler.establishDataType('time-series');\n\n return sstyled(styles)(\n <>\n {!advancedMode && (\n <SAreaLine\n aria-hidden\n clipPath={`url(#${uid})`}\n d={d3Line(data)}\n color={resolveColor(color)}\n use:duration={`${duration}ms`}\n transparent={transparent}\n />\n )}\n <SArea\n aria-hidden\n clipPath={`url(#${uid})`}\n render='path'\n d={d3(data)}\n hide={hide}\n color={resolveColor(color)}\n use:duration={`${duration}ms`}\n transparent={transparent}\n />\n {duration && <AnimatedClipPath duration={duration} id={uid} width={0} height={size[1]} />}\n </>,\n );\n }\n}\n\nfunction Line(props) {\n const {\n Element: SAreaLine,\n styles,\n d3,\n data,\n color,\n resolveColor,\n duration,\n uid,\n transparent,\n } = props;\n return sstyled(styles)(\n <SAreaLine\n render='path'\n clipPath={`url(#${uid})`}\n d={d3(data)}\n color={resolveColor(color)}\n use:duration={`${duration}ms`}\n transparent={transparent}\n />,\n );\n}\n\nfunction Null(props) {\n const { Element: SNull, styles, d3, data, hide, color, resolveColor } = props;\n return sstyled(styles)(\n <SNull render='path' d={d3(data)} hide={hide} color={resolveColor(color)} />,\n );\n}\n\nconst Area = createElement(AreaRoot, {\n Dots,\n Null,\n Line,\n});\n\nexport default Area;\n"],"mappings":"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"}
|
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');
|