intergalactic 15.126.0-prerelease.4 → 15.126.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +241 -1
- package/accordion/lib/cjs/Accordion.js +5 -2
- package/accordion/lib/cjs/Accordion.js.map +1 -1
- package/accordion/lib/es6/Accordion.js +5 -2
- package/accordion/lib/es6/Accordion.js.map +1 -1
- package/accordion/lib/esm/Accordion.mjs +223 -0
- package/accordion/lib/esm/index.mjs +6 -0
- package/accordion/package.json +1 -1
- package/add-filter/lib/esm/AddFilter.mjs +254 -0
- package/add-filter/lib/esm/components/AddFilterDropdown.mjs +74 -0
- package/add-filter/lib/esm/components/AddFilterInput.mjs +68 -0
- package/add-filter/lib/esm/components/AddFilterSelect.mjs +86 -0
- package/add-filter/lib/esm/index.mjs +4 -0
- package/add-filter/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/add-filter/lib/esm/translations/de.json.mjs +7 -0
- package/add-filter/lib/esm/translations/en.json.mjs +8 -0
- package/add-filter/lib/esm/translations/es.json.mjs +7 -0
- package/add-filter/lib/esm/translations/fr.json.mjs +7 -0
- package/add-filter/lib/esm/translations/it.json.mjs +7 -0
- package/add-filter/lib/esm/translations/ja.json.mjs +7 -0
- package/add-filter/lib/esm/translations/ko.json.mjs +7 -0
- package/add-filter/lib/esm/translations/nl.json.mjs +7 -0
- package/add-filter/lib/esm/translations/pl.json.mjs +7 -0
- package/add-filter/lib/esm/translations/pt.json.mjs +7 -0
- package/add-filter/lib/esm/translations/sv.json.mjs +7 -0
- package/add-filter/lib/esm/translations/tr.json.mjs +7 -0
- package/add-filter/lib/esm/translations/vi.json.mjs +7 -0
- package/add-filter/lib/esm/translations/zh.json.mjs +7 -0
- package/add-filter/package.json +1 -1
- package/animation/package.json +1 -1
- package/badge/package.json +1 -1
- package/base-trigger/lib/esm/BaseTrigger.mjs +109 -0
- package/base-trigger/lib/esm/ButtonTrigger.mjs +78 -0
- package/base-trigger/lib/esm/FilterTrigger.mjs +205 -0
- package/base-trigger/lib/esm/LinkTrigger.mjs +88 -0
- package/base-trigger/lib/esm/index.mjs +10 -0
- package/base-trigger/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/base-trigger/lib/esm/translations/de.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/en.json.mjs +10 -0
- package/base-trigger/lib/esm/translations/es.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/fr.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/it.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/ja.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/ko.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/nl.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/pl.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/pt.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/sv.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/tr.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/vi.json.mjs +9 -0
- package/base-trigger/lib/esm/translations/zh.json.mjs +9 -0
- package/base-trigger/package.json +1 -1
- package/breadcrumbs/lib/esm/Breadcrumbs.mjs +95 -0
- package/breadcrumbs/lib/esm/index.mjs +4 -0
- package/breadcrumbs/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/breadcrumbs/lib/esm/translations/de.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/en.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/es.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/fr.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/it.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/ja.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/ko.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/nl.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/pl.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/pt.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/sv.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/tr.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/vi.json.mjs +7 -0
- package/breadcrumbs/lib/esm/translations/zh.json.mjs +7 -0
- package/breadcrumbs/package.json +1 -1
- package/breakpoints/lib/esm/Breakpoints.mjs +69 -0
- package/breakpoints/lib/esm/index.mjs +7 -0
- package/breakpoints/package.json +1 -1
- package/bulk-textarea/BulkTextarea.types.d.ts +1 -1
- package/bulk-textarea/components/InputField/InputField.d.ts +1 -0
- package/bulk-textarea/components/InputField/InputField.types.d.ts +4 -3
- package/bulk-textarea/lib/cjs/BulkTextarea.js +9 -7
- package/bulk-textarea/lib/cjs/BulkTextarea.js.map +1 -1
- package/bulk-textarea/lib/cjs/BulkTextarea.types.js.map +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js +42 -28
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js.map +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/InputField.types.js.map +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/inputField.shadow.css +1 -0
- package/bulk-textarea/lib/es6/BulkTextarea.js +9 -7
- package/bulk-textarea/lib/es6/BulkTextarea.js.map +1 -1
- package/bulk-textarea/lib/es6/BulkTextarea.types.js.map +1 -1
- package/bulk-textarea/lib/es6/components/InputField/InputField.js +42 -28
- package/bulk-textarea/lib/es6/components/InputField/InputField.js.map +1 -1
- package/bulk-textarea/lib/es6/components/InputField/InputField.types.js.map +1 -1
- package/bulk-textarea/lib/es6/components/InputField/inputField.shadow.css +1 -0
- package/bulk-textarea/lib/esm/BulkTextarea.mjs +212 -0
- package/bulk-textarea/lib/esm/components/ClearAll.mjs +16 -0
- package/bulk-textarea/lib/esm/components/Counter.mjs +18 -0
- package/bulk-textarea/lib/esm/components/ErrorsNavigation.mjs +43 -0
- package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +625 -0
- package/bulk-textarea/lib/esm/index.mjs +4 -0
- package/bulk-textarea/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/bulk-textarea/lib/esm/translations/de.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/en.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/es.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/fr.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/it.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/ja.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/ko.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/nl.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/pl.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/pt.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/sv.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/tr.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/vi.json.mjs +13 -0
- package/bulk-textarea/lib/esm/translations/zh.json.mjs +13 -0
- package/bulk-textarea/lib/types/BulkTextarea.types.d.ts +1 -1
- package/bulk-textarea/lib/types/components/InputField/InputField.d.ts +1 -0
- package/bulk-textarea/lib/types/components/InputField/InputField.types.d.ts +4 -3
- package/bulk-textarea/package.json +1 -1
- package/button/package.json +1 -1
- package/card/lib/esm/Card.mjs +84 -0
- package/card/lib/esm/index.mjs +4 -0
- package/card/package.json +1 -1
- package/carousel/lib/esm/Carousel.mjs +517 -0
- package/carousel/lib/esm/index.mjs +4 -0
- package/carousel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/carousel/lib/esm/translations/de.json.mjs +13 -0
- package/carousel/lib/esm/translations/en.json.mjs +13 -0
- package/carousel/lib/esm/translations/es.json.mjs +13 -0
- package/carousel/lib/esm/translations/fr.json.mjs +13 -0
- package/carousel/lib/esm/translations/it.json.mjs +13 -0
- package/carousel/lib/esm/translations/ja.json.mjs +13 -0
- package/carousel/lib/esm/translations/ko.json.mjs +13 -0
- package/carousel/lib/esm/translations/nl.json.mjs +13 -0
- package/carousel/lib/esm/translations/pl.json.mjs +13 -0
- package/carousel/lib/esm/translations/pt.json.mjs +13 -0
- package/carousel/lib/esm/translations/sv.json.mjs +13 -0
- package/carousel/lib/esm/translations/tr.json.mjs +13 -0
- package/carousel/lib/esm/translations/vi.json.mjs +13 -0
- package/carousel/lib/esm/translations/zh.json.mjs +13 -0
- package/carousel/package.json +1 -1
- package/checkbox/lib/esm/Checkbox.mjs +229 -0
- package/checkbox/lib/esm/index.mjs +6 -0
- package/checkbox/package.json +1 -1
- package/color-picker/lib/cjs/ColorPicker.js +24 -24
- package/color-picker/lib/cjs/PaletteManager.js +24 -24
- package/color-picker/lib/cjs/components/InputColor.js +24 -24
- package/color-picker/lib/es6/ColorPicker.js +24 -24
- package/color-picker/lib/es6/PaletteManager.js +24 -24
- package/color-picker/lib/es6/components/InputColor.js +24 -24
- package/color-picker/lib/esm/ColorPicker.mjs +205 -0
- package/color-picker/lib/esm/PaletteManager.mjs +145 -0
- package/color-picker/lib/esm/components/InputColor.mjs +151 -0
- package/color-picker/lib/esm/components/Item.mjs +57 -0
- package/color-picker/lib/esm/components/colors.mjs +42 -0
- package/color-picker/lib/esm/index.mjs +8 -0
- package/color-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/color-picker/lib/esm/translations/de.json.mjs +27 -0
- package/color-picker/lib/esm/translations/en.json.mjs +27 -0
- package/color-picker/lib/esm/translations/es.json.mjs +27 -0
- package/color-picker/lib/esm/translations/fr.json.mjs +27 -0
- package/color-picker/lib/esm/translations/it.json.mjs +27 -0
- package/color-picker/lib/esm/translations/ja.json.mjs +27 -0
- package/color-picker/lib/esm/translations/ko.json.mjs +27 -0
- package/color-picker/lib/esm/translations/nl.json.mjs +27 -0
- package/color-picker/lib/esm/translations/pl.json.mjs +27 -0
- package/color-picker/lib/esm/translations/pt.json.mjs +27 -0
- package/color-picker/lib/esm/translations/sv.json.mjs +27 -0
- package/color-picker/lib/esm/translations/tr.json.mjs +27 -0
- package/color-picker/lib/esm/translations/vi.json.mjs +27 -0
- package/color-picker/lib/esm/translations/zh.json.mjs +27 -0
- package/color-picker/package.json +1 -1
- package/components.json +11 -11
- package/core/package.json +1 -1
- package/counter/lib/esm/AnimatedNumber.mjs +41 -0
- package/counter/lib/esm/Counter.mjs +55 -0
- package/counter/lib/esm/index.mjs +6 -0
- package/counter/package.json +1 -1
- package/d3-chart/lib/esm/semcore/d3-chart/src/AnimatedClipPath.mjs +49 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +170 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +333 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +160 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +177 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +416 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +326 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +99 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/GroupBar.mjs +75 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +145 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +156 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +172 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Pattern.mjs +493 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +107 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +581 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +443 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +195 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/ResponsiveContainer.mjs +76 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +158 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/StackBar.mjs +139 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/StackedArea.mjs +73 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +199 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +207 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/DataAccessibilityTable.mjs +77 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +86 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +120 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/bezier.mjs +23 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/focus.mjs +32 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/hints.mjs +98 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/insights.mjs +523 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/intl.mjs +14 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/locale.mjs +26 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/serialize.mjs +277 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/summarize.mjs +13 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/__intergalactic-dynamic-locales.mjs +33 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/de.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/en.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/es.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/fr.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/it.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ja.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/ko.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/nl.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pl.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/pt.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/sv.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/tr.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/vi.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/module/zh.json.mjs +11 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/__intergalactic-dynamic-locales.mjs +33 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/de.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/en.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/es.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/fr.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/it.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/ja.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/ko.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/nl.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/pl.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/pt.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/sv.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/tr.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/vi.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/translations/view/zh.json.mjs +47 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/color.mjs +127 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AbstractChart.mjs +292 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/AreaChart.mjs +120 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BarChart.mjs +187 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/BubbleChart.mjs +118 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CigaretteChart.mjs +256 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/CompactHorizontalBarChart.mjs +107 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/DonutChart.mjs +97 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/HistogramChart.mjs +138 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/LineChart.mjs +111 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/RadarChart.mjs +103 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/ScatterPlotChart.mjs +121 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/VennChart.mjs +119 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Chart/index.mjs +27 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/BaseLegend.mjs +80 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +77 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +203 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.type.mjs +4 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +79 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/index.mjs +5 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/Cigarette/Cigarette.mjs +96 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/StackGroupBar/StackGroupBar.mjs +104 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/createElement.mjs +85 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/index.mjs +70 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/__intergalactic-dynamic-locales.mjs +31 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/en.json.mjs +10 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/es.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/fr.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/it.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ja.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/ko.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/nl.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pl.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/pt.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/sv.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/tr.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/vi.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/translations/zh.json.mjs +9 -0
- package/d3-chart/lib/esm/semcore/d3-chart/src/utils.mjs +156 -0
- package/d3-chart/package.json +1 -1
- package/data-table/lib/esm/Body.mjs +320 -0
- package/data-table/lib/esm/DataTable.mjs +442 -0
- package/data-table/lib/esm/Head.mjs +257 -0
- package/data-table/lib/esm/index.mjs +8 -0
- package/data-table/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/data-table/lib/esm/translations/de.json.mjs +7 -0
- package/data-table/lib/esm/translations/en.json.mjs +7 -0
- package/data-table/lib/esm/translations/es.json.mjs +7 -0
- package/data-table/lib/esm/translations/fr.json.mjs +7 -0
- package/data-table/lib/esm/translations/it.json.mjs +7 -0
- package/data-table/lib/esm/translations/ja.json.mjs +7 -0
- package/data-table/lib/esm/translations/ko.json.mjs +7 -0
- package/data-table/lib/esm/translations/nl.json.mjs +7 -0
- package/data-table/lib/esm/translations/pl.json.mjs +7 -0
- package/data-table/lib/esm/translations/pt.json.mjs +7 -0
- package/data-table/lib/esm/translations/sv.json.mjs +7 -0
- package/data-table/lib/esm/translations/tr.json.mjs +7 -0
- package/data-table/lib/esm/translations/vi.json.mjs +7 -0
- package/data-table/lib/esm/translations/zh.json.mjs +7 -0
- package/data-table/lib/esm/utils.mjs +37 -0
- package/data-table/package.json +1 -1
- package/date-picker/index.d.ts +8 -3
- package/date-picker/lib/cjs/components/Calendar.js +21 -21
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
- package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/cjs/index.d.js.map +1 -1
- package/date-picker/lib/es6/components/Calendar.js +21 -21
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/es6/components/InputTrigger.js +29 -29
- package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/es6/index.d.js.map +1 -1
- package/date-picker/lib/esm/_virtual/_commonjsHelpers.mjs +8 -0
- package/date-picker/lib/esm/_virtual/isBetween.mjs +4 -0
- package/date-picker/lib/esm/semcore/date-picker/src/DatePicker.mjs +147 -0
- package/date-picker/lib/esm/semcore/date-picker/src/DateRangeComparator.mjs +213 -0
- package/date-picker/lib/esm/semcore/date-picker/src/DateRangePicker.mjs +111 -0
- package/date-picker/lib/esm/semcore/date-picker/src/MonthDateRangeComparator.mjs +249 -0
- package/date-picker/lib/esm/semcore/date-picker/src/MonthPicker.mjs +99 -0
- package/date-picker/lib/esm/semcore/date-picker/src/MonthRangePicker.mjs +122 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/ButtonTrigger.mjs +19 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/Calendar.mjs +407 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/DateRangeComparatorAbstract.mjs +500 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/InputTrigger.mjs +650 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/PickerAbstract.mjs +231 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/RangePickerAbstract.mjs +352 -0
- package/date-picker/lib/esm/semcore/date-picker/src/components/index.mjs +130 -0
- package/date-picker/lib/esm/semcore/date-picker/src/index.mjs +15 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/de.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/en.json.mjs +70 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/es.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/fr.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/it.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/ja.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/ko.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/nl.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/pl.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/pt.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/ru.json.mjs +27 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/sv.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/tr.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/vi.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/translations/zh.json.mjs +62 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/cronTabScheduler.mjs +84 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/datesIntersects.mjs +16 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/formatDate.mjs +21 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/includesDate.mjs +14 -0
- package/date-picker/lib/esm/semcore/date-picker/src/utils/shortDateRangeFormat.mjs +38 -0
- package/date-picker/lib/types/index.d.ts +8 -3
- package/date-picker/package.json +1 -1
- package/divider/lib/esm/Divider.mjs +57 -0
- package/divider/lib/esm/index.mjs +4 -0
- package/divider/package.json +1 -1
- package/dot/lib/esm/Dot.mjs +93 -0
- package/dot/lib/esm/index.mjs +4 -0
- package/dot/package.json +1 -1
- package/drag-and-drop/lib/esm/DragAndDrop.mjs +490 -0
- package/drag-and-drop/lib/esm/index.mjs +4 -0
- package/drag-and-drop/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/drag-and-drop/lib/esm/translations/de.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/en.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/es.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/fr.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/it.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/ja.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/ko.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/nl.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/pl.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/pt.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/sv.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/tr.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/vi.json.mjs +25 -0
- package/drag-and-drop/lib/esm/translations/zh.json.mjs +25 -0
- package/drag-and-drop/package.json +1 -1
- package/dropdown/lib/cjs/Dropdown.js +16 -16
- package/dropdown/lib/es6/Dropdown.js +16 -16
- package/dropdown/lib/esm/AbstractDropdown.mjs +253 -0
- package/dropdown/lib/esm/Dropdown.mjs +179 -0
- package/dropdown/lib/esm/DropdownItem.mjs +11 -0
- package/dropdown/lib/esm/index.mjs +8 -0
- package/dropdown/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/dropdown/lib/esm/translations/de.json.mjs +7 -0
- package/dropdown/lib/esm/translations/en.json.mjs +7 -0
- package/dropdown/lib/esm/translations/es.json.mjs +7 -0
- package/dropdown/lib/esm/translations/fr.json.mjs +7 -0
- package/dropdown/lib/esm/translations/it.json.mjs +7 -0
- package/dropdown/lib/esm/translations/ja.json.mjs +7 -0
- package/dropdown/lib/esm/translations/ko.json.mjs +7 -0
- package/dropdown/lib/esm/translations/nl.json.mjs +7 -0
- package/dropdown/lib/esm/translations/pl.json.mjs +7 -0
- package/dropdown/lib/esm/translations/pt.json.mjs +7 -0
- package/dropdown/lib/esm/translations/sv.json.mjs +7 -0
- package/dropdown/lib/esm/translations/tr.json.mjs +7 -0
- package/dropdown/lib/esm/translations/vi.json.mjs +7 -0
- package/dropdown/lib/esm/translations/zh.json.mjs +7 -0
- package/dropdown/package.json +1 -1
- package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
- package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
- package/dropdown-menu/lib/esm/DropdownMenu.mjs +386 -0
- package/dropdown-menu/lib/esm/index.mjs +4 -0
- package/dropdown-menu/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/dropdown-menu/lib/esm/translations/de.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/en.json.mjs +4 -0
- package/dropdown-menu/lib/esm/translations/es.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/fr.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/it.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/ja.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/ko.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/nl.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/pl.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/pt.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/sv.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/tr.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/vi.json.mjs +7 -0
- package/dropdown-menu/lib/esm/translations/zh.json.mjs +7 -0
- package/dropdown-menu/package.json +1 -1
- package/ellipsis/lib/esm/Ellipsis.mjs +204 -0
- package/ellipsis/lib/esm/index.mjs +6 -0
- package/ellipsis/lib/esm/useResizeObserver.mjs +24 -0
- package/ellipsis/package.json +1 -1
- package/errors/lib/esm/AccessDenied/index.mjs +49 -0
- package/errors/lib/esm/AccessDenied/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/AccessDenied/translations/de.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/en.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/es.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/fr.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/it.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/ja.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/ko.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/nl.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/pl.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/pt.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/ru.json.mjs +12 -0
- package/errors/lib/esm/AccessDenied/translations/sv.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/tr.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/vi.json.mjs +11 -0
- package/errors/lib/esm/AccessDenied/translations/zh.json.mjs +11 -0
- package/errors/lib/esm/Error.mjs +74 -0
- package/errors/lib/esm/Maintenance/index.mjs +47 -0
- package/errors/lib/esm/Maintenance/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/Maintenance/translations/de.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/en.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/es.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/fr.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/it.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/ja.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/ko.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/nl.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/pl.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/pt.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/ru.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/sv.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/tr.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/vi.json.mjs +11 -0
- package/errors/lib/esm/Maintenance/translations/zh.json.mjs +11 -0
- package/errors/lib/esm/PageError/index.mjs +54 -0
- package/errors/lib/esm/PageError/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/PageError/translations/de.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/en.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/es.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/fr.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/it.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/ja.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/ko.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/nl.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/pl.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/pt.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/ru.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/sv.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/tr.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/vi.json.mjs +11 -0
- package/errors/lib/esm/PageError/translations/zh.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/index.mjs +47 -0
- package/errors/lib/esm/PageNotFound/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/PageNotFound/translations/de.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/en.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/es.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/fr.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/it.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/ja.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/ko.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/nl.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/pl.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/pt.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/ru.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/sv.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/tr.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/vi.json.mjs +11 -0
- package/errors/lib/esm/PageNotFound/translations/zh.json.mjs +11 -0
- package/errors/lib/esm/ProjectNotFound/index.mjs +63 -0
- package/errors/lib/esm/ProjectNotFound/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/errors/lib/esm/ProjectNotFound/translations/de.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/en.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/es.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/fr.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/it.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/ja.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/ko.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/nl.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/pl.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/pt.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/ru.json.mjs +14 -0
- package/errors/lib/esm/ProjectNotFound/translations/sv.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/tr.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/vi.json.mjs +13 -0
- package/errors/lib/esm/ProjectNotFound/translations/zh.json.mjs +13 -0
- package/errors/lib/esm/index.mjs +15 -0
- package/errors/package.json +1 -1
- package/feature-popover/lib/esm/FeaturePopover.mjs +178 -0
- package/feature-popover/lib/esm/index.mjs +4 -0
- package/feature-popover/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/feature-popover/lib/esm/translations/de.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/en.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/es.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/fr.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/it.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/ja.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/ko.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/nl.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/pl.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/pt.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/sv.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/tr.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/vi.json.mjs +7 -0
- package/feature-popover/lib/esm/translations/zh.json.mjs +7 -0
- package/feature-popover/package.json +1 -1
- package/feedback-form/lib/esm/FeedbackForm.mjs +137 -0
- package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +50 -0
- package/feedback-form/lib/esm/component/feedback-item/FeedbackItem.mjs +45 -0
- package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +310 -0
- package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +173 -0
- package/feedback-form/lib/esm/component/submit-button/SubmitButton.mjs +15 -0
- package/feedback-form/lib/esm/index.mjs +6 -0
- package/feedback-form/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/feedback-form/lib/esm/translations/de.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/en.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/es.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/fr.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/it.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/ja.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/ko.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/nl.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/pl.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/pt.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/sv.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/tr.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/vi.json.mjs +21 -0
- package/feedback-form/lib/esm/translations/zh.json.mjs +21 -0
- package/feedback-form/package.json +1 -1
- package/flags/package.json +1 -1
- package/flex-box/package.json +1 -1
- package/format-text/package.json +1 -1
- package/fullscreen-modal/lib/esm/FullscreenModal.mjs +180 -0
- package/fullscreen-modal/lib/esm/index.mjs +4 -0
- package/fullscreen-modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/fullscreen-modal/lib/esm/translations/de.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/en.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/es.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/fr.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/it.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/ja.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/ko.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/nl.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/pl.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/pt.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/sv.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/tr.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/vi.json.mjs +9 -0
- package/fullscreen-modal/lib/esm/translations/zh.json.mjs +9 -0
- package/fullscreen-modal/package.json +1 -1
- package/grid/lib/esm/Grid.mjs +192 -0
- package/grid/lib/esm/index.mjs +6 -0
- package/grid/package.json +1 -1
- package/i18n-unplugin/package.json +1 -1
- package/icon/color/Confluence/l/index.js +4 -4
- package/icon/color/Confluence/l/index.mjs +4 -4
- package/icon/color/Confluence/m/index.js +4 -4
- package/icon/color/Confluence/m/index.mjs +4 -4
- package/icon/color/MetaColored/l/index.js +4 -4
- package/icon/color/MetaColored/l/index.mjs +4 -4
- package/icon/color/MetaColored/m/index.js +4 -4
- package/icon/color/MetaColored/m/index.mjs +4 -4
- package/icon/color/MicrosoftOffice/l/index.js +10 -10
- package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
- package/icon/color/MicrosoftOffice/m/index.js +10 -10
- package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
- package/icon/external/FacebookClick/index.js +2 -2
- package/icon/external/FacebookClick/index.mjs +2 -2
- package/icon/external/FacebookComment/index.js +2 -2
- package/icon/external/FacebookComment/index.mjs +2 -2
- package/icon/external/FacebookLike/index.js +2 -2
- package/icon/external/FacebookLike/index.mjs +2 -2
- package/icon/external/FacebookSemrush/index.js +2 -2
- package/icon/external/FacebookSemrush/index.mjs +2 -2
- package/icon/external/FacebookShare/index.js +2 -2
- package/icon/external/FacebookShare/index.mjs +2 -2
- package/icon/external/FacebookView/index.js +2 -2
- package/icon/external/FacebookView/index.mjs +2 -2
- package/icon/external/InstagramClick/index.js +2 -2
- package/icon/external/InstagramClick/index.mjs +2 -2
- package/icon/external/InstagramComment/index.js +2 -2
- package/icon/external/InstagramComment/index.mjs +2 -2
- package/icon/external/InstagramLike/index.js +2 -2
- package/icon/external/InstagramLike/index.mjs +2 -2
- package/icon/external/InstagramSave/index.js +2 -2
- package/icon/external/InstagramSave/index.mjs +2 -2
- package/icon/external/InstagramView/index.js +2 -2
- package/icon/external/InstagramView/index.mjs +2 -2
- package/icon/external/LinkedInClick/index.js +2 -2
- package/icon/external/LinkedInClick/index.mjs +2 -2
- package/icon/external/LinkedInComment/index.js +2 -2
- package/icon/external/LinkedInComment/index.mjs +2 -2
- package/icon/external/LinkedInLike/index.js +2 -2
- package/icon/external/LinkedInLike/index.mjs +2 -2
- package/icon/external/LinkedInSemrush/index.js +2 -2
- package/icon/external/LinkedInSemrush/index.mjs +2 -2
- package/icon/external/LinkedInShare/index.js +2 -2
- package/icon/external/LinkedInShare/index.mjs +2 -2
- package/icon/external/LinkedInView/index.js +2 -2
- package/icon/external/LinkedInView/index.mjs +2 -2
- package/icon/external/PinterestComment/index.js +2 -2
- package/icon/external/PinterestComment/index.mjs +2 -2
- package/icon/external/PinterestSave/index.js +2 -2
- package/icon/external/PinterestSave/index.mjs +2 -2
- package/icon/external/PinterestSend/index.js +2 -2
- package/icon/external/PinterestSend/index.mjs +2 -2
- package/icon/external/TwitterClick/index.js +2 -2
- package/icon/external/TwitterClick/index.mjs +2 -2
- package/icon/external/TwitterLike/index.js +2 -2
- package/icon/external/TwitterLike/index.mjs +2 -2
- package/icon/external/TwitterReply/index.js +2 -2
- package/icon/external/TwitterReply/index.mjs +2 -2
- package/icon/external/TwitterRetweet/index.js +2 -2
- package/icon/external/TwitterRetweet/index.mjs +2 -2
- package/icon/external/TwitterSemrush/index.js +2 -2
- package/icon/external/TwitterSemrush/index.mjs +2 -2
- package/icon/external/TwitterView/index.js +2 -2
- package/icon/external/TwitterView/index.mjs +2 -2
- package/icon/lib/cjs/Icon.js +5 -5
- package/icon/lib/es6/Icon.js +5 -5
- package/icon/lib/esm/Icon.mjs +32 -32
- package/icon/package.json +1 -1
- package/icon/pay/Discover/l/index.js +1 -1
- package/icon/pay/Discover/l/index.mjs +1 -1
- package/icon/pay/Discover/m/index.js +1 -1
- package/icon/pay/Discover/m/index.mjs +1 -1
- package/icon/pay/JCB/l/index.js +10 -10
- package/icon/pay/JCB/l/index.mjs +10 -10
- package/icon/pay/JCB/m/index.js +10 -10
- package/icon/pay/JCB/m/index.mjs +10 -10
- package/icon/pay/Visa/l/index.js +2 -2
- package/icon/pay/Visa/l/index.mjs +2 -2
- package/icon/pay/Visa/m/index.js +2 -2
- package/icon/pay/Visa/m/index.mjs +2 -2
- package/icon/platform/AdsToolkit/index.d.ts +6 -0
- package/icon/platform/AdsToolkit/index.js +42 -0
- package/icon/platform/AdsToolkit/index.mjs +31 -0
- package/icon/platform/AdsToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/AppCenter/index.d.ts +6 -0
- package/icon/platform/AppCenter/index.js +41 -0
- package/icon/platform/AppCenter/index.mjs +30 -0
- package/icon/platform/AppCenter/index.mjs.d.ts +6 -0
- package/icon/platform/ContentToolkit/index.d.ts +6 -0
- package/icon/platform/ContentToolkit/index.js +36 -0
- package/icon/platform/ContentToolkit/index.mjs +25 -0
- package/icon/platform/ContentToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/HomePlatform/index.d.ts +6 -0
- package/icon/platform/HomePlatform/index.js +39 -0
- package/icon/platform/HomePlatform/index.mjs +28 -0
- package/icon/platform/HomePlatform/index.mjs.d.ts +6 -0
- package/icon/platform/LocalToolkit/index.d.ts +6 -0
- package/icon/platform/LocalToolkit/index.js +38 -0
- package/icon/platform/LocalToolkit/index.mjs +27 -0
- package/icon/platform/LocalToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/ReportsToolkit/index.d.ts +6 -0
- package/icon/platform/ReportsToolkit/index.js +41 -0
- package/icon/platform/ReportsToolkit/index.mjs +30 -0
- package/icon/platform/ReportsToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/SEOToolkit/index.d.ts +6 -0
- package/icon/platform/SEOToolkit/index.js +41 -0
- package/icon/platform/SEOToolkit/index.mjs +30 -0
- package/icon/platform/SEOToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/SocialToolkit/index.d.ts +6 -0
- package/icon/platform/SocialToolkit/index.js +38 -0
- package/icon/platform/SocialToolkit/index.mjs +27 -0
- package/icon/platform/SocialToolkit/index.mjs.d.ts +6 -0
- package/icon/platform/TrafficMarketToolkit/index.d.ts +6 -0
- package/icon/platform/TrafficMarketToolkit/index.js +36 -0
- package/icon/platform/TrafficMarketToolkit/index.mjs +25 -0
- package/icon/platform/TrafficMarketToolkit/index.mjs.d.ts +6 -0
- package/illustration/package.json +1 -1
- package/inline-edit/lib/esm/InlineEdit.mjs +140 -0
- package/inline-edit/lib/esm/index.mjs +4 -0
- package/inline-edit/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/inline-edit/lib/esm/translations/de.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/en.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/es.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/fr.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/it.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/ja.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/ko.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/nl.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/pl.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/pt.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/sv.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/tr.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/vi.json.mjs +7 -0
- package/inline-edit/lib/esm/translations/zh.json.mjs +7 -0
- package/inline-edit/package.json +1 -1
- package/inline-input/lib/esm/InlineInput.mjs +305 -0
- package/inline-input/lib/esm/index.mjs +4 -0
- package/inline-input/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/inline-input/lib/esm/translations/de.json.mjs +9 -0
- package/inline-input/lib/esm/translations/en.json.mjs +9 -0
- package/inline-input/lib/esm/translations/es.json.mjs +9 -0
- package/inline-input/lib/esm/translations/fr.json.mjs +9 -0
- package/inline-input/lib/esm/translations/it.json.mjs +9 -0
- package/inline-input/lib/esm/translations/ja.json.mjs +9 -0
- package/inline-input/lib/esm/translations/ko.json.mjs +9 -0
- package/inline-input/lib/esm/translations/nl.json.mjs +9 -0
- package/inline-input/lib/esm/translations/pl.json.mjs +9 -0
- package/inline-input/lib/esm/translations/pt.json.mjs +9 -0
- package/inline-input/lib/esm/translations/sv.json.mjs +9 -0
- package/inline-input/lib/esm/translations/tr.json.mjs +9 -0
- package/inline-input/lib/esm/translations/vi.json.mjs +9 -0
- package/inline-input/lib/esm/translations/zh.json.mjs +9 -0
- package/inline-input/package.json +1 -1
- package/input/lib/esm/Input.mjs +185 -0
- package/input/lib/esm/index.mjs +4 -0
- package/input/package.json +1 -1
- package/input-mask/lib/cjs/InputMask.js +0 -9
- package/input-mask/lib/cjs/InputMask.js.map +1 -1
- package/input-mask/lib/es6/InputMask.js +0 -9
- package/input-mask/lib/es6/InputMask.js.map +1 -1
- package/input-mask/lib/esm/InputMask.mjs +257 -0
- package/input-mask/lib/esm/index.mjs +5 -0
- package/input-mask/package.json +1 -1
- package/input-number/index.d.ts +4 -1
- package/input-number/lib/cjs/index.d.js.map +1 -1
- package/input-number/lib/es6/index.d.js.map +1 -1
- package/input-number/lib/esm/InputNumber.mjs +322 -0
- package/input-number/lib/esm/buttons.mjs +24 -0
- package/input-number/lib/esm/index.mjs +8 -0
- package/input-number/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/input-number/lib/esm/translations/de.json.mjs +9 -0
- package/input-number/lib/esm/translations/en.json.mjs +9 -0
- package/input-number/lib/esm/translations/es.json.mjs +9 -0
- package/input-number/lib/esm/translations/fr.json.mjs +9 -0
- package/input-number/lib/esm/translations/it.json.mjs +9 -0
- package/input-number/lib/esm/translations/ja.json.mjs +9 -0
- package/input-number/lib/esm/translations/ko.json.mjs +9 -0
- package/input-number/lib/esm/translations/nl.json.mjs +9 -0
- package/input-number/lib/esm/translations/pl.json.mjs +9 -0
- package/input-number/lib/esm/translations/pt.json.mjs +9 -0
- package/input-number/lib/esm/translations/sv.json.mjs +9 -0
- package/input-number/lib/esm/translations/tr.json.mjs +9 -0
- package/input-number/lib/esm/translations/vi.json.mjs +9 -0
- package/input-number/lib/esm/translations/zh.json.mjs +9 -0
- package/input-number/lib/types/index.d.ts +4 -1
- package/input-number/package.json +1 -1
- package/input-tags/lib/esm/InputTags.mjs +296 -0
- package/input-tags/lib/esm/index.mjs +4 -0
- package/input-tags/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/input-tags/lib/esm/translations/de.json.mjs +7 -0
- package/input-tags/lib/esm/translations/en.json.mjs +7 -0
- package/input-tags/lib/esm/translations/es.json.mjs +7 -0
- package/input-tags/lib/esm/translations/fr.json.mjs +7 -0
- package/input-tags/lib/esm/translations/it.json.mjs +7 -0
- package/input-tags/lib/esm/translations/ja.json.mjs +7 -0
- package/input-tags/lib/esm/translations/ko.json.mjs +7 -0
- package/input-tags/lib/esm/translations/nl.json.mjs +7 -0
- package/input-tags/lib/esm/translations/pl.json.mjs +7 -0
- package/input-tags/lib/esm/translations/pt.json.mjs +7 -0
- package/input-tags/lib/esm/translations/sv.json.mjs +7 -0
- package/input-tags/lib/esm/translations/tr.json.mjs +7 -0
- package/input-tags/lib/esm/translations/vi.json.mjs +7 -0
- package/input-tags/lib/esm/translations/zh.json.mjs +7 -0
- package/input-tags/package.json +1 -1
- package/link/lib/esm/Link.mjs +136 -0
- package/link/lib/esm/index.mjs +4 -0
- package/link/package.json +1 -1
- package/mini-chart/lib/esm/component/score/Donut.mjs +103 -0
- package/mini-chart/lib/esm/component/score/Line.mjs +104 -0
- package/mini-chart/lib/esm/component/trend/Bar.mjs +106 -0
- package/mini-chart/lib/esm/component/trend/Line.mjs +140 -0
- package/mini-chart/lib/esm/component/trend/Trend.mjs +66 -0
- package/mini-chart/lib/esm/index.mjs +16 -0
- package/mini-chart/package.json +1 -1
- package/modal/lib/esm/Modal.mjs +196 -0
- package/modal/lib/esm/index.mjs +4 -0
- package/modal/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/modal/lib/esm/translations/de.json.mjs +9 -0
- package/modal/lib/esm/translations/en.json.mjs +9 -0
- package/modal/lib/esm/translations/es.json.mjs +9 -0
- package/modal/lib/esm/translations/fr.json.mjs +9 -0
- package/modal/lib/esm/translations/it.json.mjs +9 -0
- package/modal/lib/esm/translations/ja.json.mjs +9 -0
- package/modal/lib/esm/translations/ko.json.mjs +9 -0
- package/modal/lib/esm/translations/nl.json.mjs +9 -0
- package/modal/lib/esm/translations/pl.json.mjs +9 -0
- package/modal/lib/esm/translations/pt.json.mjs +9 -0
- package/modal/lib/esm/translations/sv.json.mjs +9 -0
- package/modal/lib/esm/translations/tr.json.mjs +9 -0
- package/modal/lib/esm/translations/vi.json.mjs +9 -0
- package/modal/lib/esm/translations/zh.json.mjs +9 -0
- package/modal/package.json +1 -1
- package/neighbor-location/package.json +1 -1
- package/notice/lib/esm/Notice.mjs +182 -0
- package/notice/lib/esm/NoticeSmart.mjs +35 -0
- package/notice/lib/esm/index.mjs +6 -0
- package/notice/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/notice/lib/esm/translations/de.json.mjs +11 -0
- package/notice/lib/esm/translations/en.json.mjs +11 -0
- package/notice/lib/esm/translations/es.json.mjs +11 -0
- package/notice/lib/esm/translations/fr.json.mjs +11 -0
- package/notice/lib/esm/translations/it.json.mjs +11 -0
- package/notice/lib/esm/translations/ja.json.mjs +11 -0
- package/notice/lib/esm/translations/ko.json.mjs +11 -0
- package/notice/lib/esm/translations/nl.json.mjs +11 -0
- package/notice/lib/esm/translations/pl.json.mjs +11 -0
- package/notice/lib/esm/translations/pt.json.mjs +11 -0
- package/notice/lib/esm/translations/sv.json.mjs +11 -0
- package/notice/lib/esm/translations/tr.json.mjs +11 -0
- package/notice/lib/esm/translations/vi.json.mjs +11 -0
- package/notice/lib/esm/translations/zh.json.mjs +11 -0
- package/notice/package.json +1 -1
- package/notice-bubble/index.d.ts +1 -1
- package/notice-bubble/lib/cjs/index.d.js.map +1 -1
- package/notice-bubble/lib/es6/index.d.js.map +1 -1
- package/notice-bubble/lib/esm/NoticeBubble.mjs +298 -0
- package/notice-bubble/lib/esm/NoticeBubbleManager.mjs +91 -0
- package/notice-bubble/lib/esm/index.mjs +11 -0
- package/notice-bubble/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/notice-bubble/lib/esm/translations/de.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/en.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/es.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/fr.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/it.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/ja.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/ko.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/nl.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/pl.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/pt.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/sv.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/tr.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/vi.json.mjs +9 -0
- package/notice-bubble/lib/esm/translations/zh.json.mjs +9 -0
- package/notice-bubble/lib/esm/utils.mjs +31 -0
- package/notice-bubble/lib/types/index.d.ts +1 -1
- package/notice-bubble/package.json +1 -1
- package/notice-global/lib/esm/NoticeGlobal.mjs +107 -0
- package/notice-global/lib/esm/index.mjs +4 -0
- package/notice-global/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/notice-global/lib/esm/translations/de.json.mjs +11 -0
- package/notice-global/lib/esm/translations/en.json.mjs +11 -0
- package/notice-global/lib/esm/translations/es.json.mjs +11 -0
- package/notice-global/lib/esm/translations/fr.json.mjs +11 -0
- package/notice-global/lib/esm/translations/it.json.mjs +11 -0
- package/notice-global/lib/esm/translations/ja.json.mjs +11 -0
- package/notice-global/lib/esm/translations/ko.json.mjs +11 -0
- package/notice-global/lib/esm/translations/nl.json.mjs +11 -0
- package/notice-global/lib/esm/translations/pl.json.mjs +11 -0
- package/notice-global/lib/esm/translations/pt.json.mjs +11 -0
- package/notice-global/lib/esm/translations/sv.json.mjs +11 -0
- package/notice-global/lib/esm/translations/tr.json.mjs +11 -0
- package/notice-global/lib/esm/translations/vi.json.mjs +11 -0
- package/notice-global/lib/esm/translations/zh.json.mjs +11 -0
- package/notice-global/package.json +1 -1
- package/outside-click/package.json +1 -1
- package/package.json +1 -1
- package/pagination/lib/esm/Pagination.mjs +346 -0
- package/pagination/lib/esm/index.mjs +4 -0
- package/pagination/lib/esm/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/pagination/lib/esm/translations/de.json.mjs +19 -0
- package/pagination/lib/esm/translations/en.json.mjs +19 -0
- package/pagination/lib/esm/translations/es.json.mjs +19 -0
- package/pagination/lib/esm/translations/fr.json.mjs +19 -0
- package/pagination/lib/esm/translations/it.json.mjs +19 -0
- package/pagination/lib/esm/translations/ja.json.mjs +19 -0
- package/pagination/lib/esm/translations/ko.json.mjs +19 -0
- package/pagination/lib/esm/translations/nl.json.mjs +19 -0
- package/pagination/lib/esm/translations/pl.json.mjs +19 -0
- package/pagination/lib/esm/translations/pt.json.mjs +19 -0
- package/pagination/lib/esm/translations/ru.json.mjs +13 -0
- package/pagination/lib/esm/translations/sv.json.mjs +19 -0
- package/pagination/lib/esm/translations/tr.json.mjs +19 -0
- package/pagination/lib/esm/translations/vi.json.mjs +19 -0
- package/pagination/lib/esm/translations/zh.json.mjs +19 -0
- package/pagination/package.json +1 -1
- package/pills/lib/esm/Pills.mjs +158 -0
- package/pills/lib/esm/index.mjs +5 -0
- package/pills/package.json +1 -1
- package/popper/package.json +1 -1
- package/portal/package.json +1 -1
- package/product-head/lib/esm/Info.mjs +54 -0
- package/product-head/lib/esm/ProductHead.mjs +58 -0
- package/product-head/lib/esm/Title.mjs +50 -0
- package/product-head/lib/esm/index.mjs +8 -0
- package/product-head/package.json +1 -1
- package/progress-bar/lib/esm/ProgressBar.mjs +96 -0
- package/progress-bar/lib/esm/index.mjs +4 -0
- package/progress-bar/package.json +1 -1
- package/radio/lib/esm/Radio.mjs +273 -0
- package/radio/lib/esm/index.mjs +8 -0
- package/radio/package.json +1 -1
- package/scroll-area/lib/esm/ScrollArea.mjs +272 -0
- package/scroll-area/lib/esm/ScrollBar.mjs +260 -0
- package/scroll-area/lib/esm/index.mjs +8 -0
- package/scroll-area/package.json +1 -1
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +9 -9
- package/select/lib/cjs/Select.js.map +1 -1
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +9 -9
- package/select/lib/es6/Select.js.map +1 -1
- package/select/lib/esm/InputSearch.mjs +120 -0
- package/select/lib/esm/Select.mjs +313 -0
- package/select/lib/esm/context.mjs +5 -0
- package/select/lib/esm/index.mjs +7 -0
- package/select/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/select/lib/esm/translations/de.json.mjs +11 -0
- package/select/lib/esm/translations/en.json.mjs +11 -0
- package/select/lib/esm/translations/es.json.mjs +11 -0
- package/select/lib/esm/translations/fr.json.mjs +11 -0
- package/select/lib/esm/translations/it.json.mjs +11 -0
- package/select/lib/esm/translations/ja.json.mjs +11 -0
- package/select/lib/esm/translations/ko.json.mjs +11 -0
- package/select/lib/esm/translations/nl.json.mjs +11 -0
- package/select/lib/esm/translations/pl.json.mjs +11 -0
- package/select/lib/esm/translations/pt.json.mjs +11 -0
- package/select/lib/esm/translations/sv.json.mjs +11 -0
- package/select/lib/esm/translations/tr.json.mjs +11 -0
- package/select/lib/esm/translations/vi.json.mjs +11 -0
- package/select/lib/esm/translations/zh.json.mjs +11 -0
- package/select/package.json +1 -1
- package/side-panel/lib/esm/SidePanel.mjs +223 -0
- package/side-panel/lib/esm/index.mjs +4 -0
- package/side-panel/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/side-panel/lib/esm/translations/de.json.mjs +7 -0
- package/side-panel/lib/esm/translations/en.json.mjs +7 -0
- package/side-panel/lib/esm/translations/es.json.mjs +7 -0
- package/side-panel/lib/esm/translations/fr.json.mjs +7 -0
- package/side-panel/lib/esm/translations/it.json.mjs +7 -0
- package/side-panel/lib/esm/translations/ja.json.mjs +7 -0
- package/side-panel/lib/esm/translations/ko.json.mjs +7 -0
- package/side-panel/lib/esm/translations/nl.json.mjs +7 -0
- package/side-panel/lib/esm/translations/pl.json.mjs +7 -0
- package/side-panel/lib/esm/translations/pt.json.mjs +7 -0
- package/side-panel/lib/esm/translations/sv.json.mjs +7 -0
- package/side-panel/lib/esm/translations/tr.json.mjs +7 -0
- package/side-panel/lib/esm/translations/vi.json.mjs +7 -0
- package/side-panel/lib/esm/translations/zh.json.mjs +7 -0
- package/side-panel/package.json +1 -1
- package/skeleton/lib/esm/Charts/Area.mjs +37 -0
- package/skeleton/lib/esm/Charts/Bar.mjs +46 -0
- package/skeleton/lib/esm/Charts/Bubble.mjs +34 -0
- package/skeleton/lib/esm/Charts/CompactHorizontalBar.mjs +34 -0
- package/skeleton/lib/esm/Charts/Donut.mjs +40 -0
- package/skeleton/lib/esm/Charts/Histogram.mjs +46 -0
- package/skeleton/lib/esm/Charts/Line.mjs +37 -0
- package/skeleton/lib/esm/Charts/RadialTree.mjs +34 -0
- package/skeleton/lib/esm/Charts/ScatterPlot.mjs +34 -0
- package/skeleton/lib/esm/Charts/Venn.mjs +34 -0
- package/skeleton/lib/esm/Skeleton.mjs +153 -0
- package/skeleton/lib/esm/index.mjs +24 -0
- package/skeleton/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/skeleton/lib/esm/translations/de.json.mjs +7 -0
- package/skeleton/lib/esm/translations/en.json.mjs +7 -0
- package/skeleton/lib/esm/translations/es.json.mjs +7 -0
- package/skeleton/lib/esm/translations/fr.json.mjs +7 -0
- package/skeleton/lib/esm/translations/it.json.mjs +7 -0
- package/skeleton/lib/esm/translations/ja.json.mjs +7 -0
- package/skeleton/lib/esm/translations/ko.json.mjs +7 -0
- package/skeleton/lib/esm/translations/nl.json.mjs +7 -0
- package/skeleton/lib/esm/translations/pl.json.mjs +7 -0
- package/skeleton/lib/esm/translations/pt.json.mjs +7 -0
- package/skeleton/lib/esm/translations/sv.json.mjs +7 -0
- package/skeleton/lib/esm/translations/tr.json.mjs +7 -0
- package/skeleton/lib/esm/translations/vi.json.mjs +7 -0
- package/skeleton/lib/esm/translations/zh.json.mjs +7 -0
- package/skeleton/package.json +1 -1
- package/slider/lib/esm/Slider.mjs +218 -0
- package/slider/lib/esm/index.mjs +5 -0
- package/slider/package.json +1 -1
- package/spin/package.json +1 -1
- package/spin-container/lib/esm/SpinContainer.mjs +133 -0
- package/spin-container/lib/esm/index.mjs +4 -0
- package/spin-container/package.json +1 -1
- package/sticky/lib/esm/Sticky.mjs +42 -0
- package/sticky/lib/esm/index.mjs +4 -0
- package/sticky/package.json +1 -1
- package/switch/lib/esm/Switch.mjs +216 -0
- package/switch/lib/esm/index.mjs +6 -0
- package/switch/package.json +1 -1
- package/tab-line/lib/esm/TabLine.mjs +204 -0
- package/tab-line/lib/esm/index.mjs +5 -0
- package/tab-line/package.json +1 -1
- package/tab-panel/lib/esm/TabPanel.mjs +125 -0
- package/tab-panel/lib/esm/index.mjs +5 -0
- package/tab-panel/package.json +1 -1
- package/tag/lib/esm/Tag.mjs +339 -0
- package/tag/lib/esm/index.mjs +5 -0
- package/tag/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/tag/lib/esm/translations/de.json.mjs +7 -0
- package/tag/lib/esm/translations/en.json.mjs +7 -0
- package/tag/lib/esm/translations/es.json.mjs +7 -0
- package/tag/lib/esm/translations/fr.json.mjs +7 -0
- package/tag/lib/esm/translations/it.json.mjs +7 -0
- package/tag/lib/esm/translations/ja.json.mjs +7 -0
- package/tag/lib/esm/translations/ko.json.mjs +7 -0
- package/tag/lib/esm/translations/nl.json.mjs +7 -0
- package/tag/lib/esm/translations/pl.json.mjs +7 -0
- package/tag/lib/esm/translations/pt.json.mjs +7 -0
- package/tag/lib/esm/translations/sv.json.mjs +7 -0
- package/tag/lib/esm/translations/tr.json.mjs +7 -0
- package/tag/lib/esm/translations/vi.json.mjs +7 -0
- package/tag/lib/esm/translations/zh.json.mjs +7 -0
- package/tag/package.json +1 -1
- package/textarea/lib/esm/Textarea.mjs +119 -0
- package/textarea/lib/esm/index.mjs +4 -0
- package/textarea/package.json +1 -1
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/time-picker/lib/esm/PickerFormat.mjs +60 -0
- package/time-picker/lib/esm/PickerInput.mjs +196 -0
- package/time-picker/lib/esm/TimePicker.mjs +234 -0
- package/time-picker/lib/esm/index.mjs +9 -0
- package/time-picker/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/time-picker/lib/esm/translations/de.json.mjs +17 -0
- package/time-picker/lib/esm/translations/en.json.mjs +17 -0
- package/time-picker/lib/esm/translations/es.json.mjs +17 -0
- package/time-picker/lib/esm/translations/fr.json.mjs +17 -0
- package/time-picker/lib/esm/translations/it.json.mjs +17 -0
- package/time-picker/lib/esm/translations/ja.json.mjs +17 -0
- package/time-picker/lib/esm/translations/ko.json.mjs +17 -0
- package/time-picker/lib/esm/translations/nl.json.mjs +17 -0
- package/time-picker/lib/esm/translations/pl.json.mjs +17 -0
- package/time-picker/lib/esm/translations/pt.json.mjs +17 -0
- package/time-picker/lib/esm/translations/sv.json.mjs +17 -0
- package/time-picker/lib/esm/translations/tr.json.mjs +17 -0
- package/time-picker/lib/esm/translations/vi.json.mjs +17 -0
- package/time-picker/lib/esm/translations/zh.json.mjs +17 -0
- package/time-picker/package.json +1 -1
- package/tooltip/lib/cjs/Tooltip.js +9 -9
- package/tooltip/lib/es6/Tooltip.js +9 -9
- package/tooltip/lib/esm/Tooltip.mjs +82 -82
- package/tooltip/package.json +1 -1
- package/typography/lib/esm/Blockquote.mjs +30 -0
- package/typography/lib/esm/Hint.mjs +69 -0
- package/typography/lib/esm/List.mjs +89 -0
- package/typography/lib/esm/Text.mjs +69 -0
- package/typography/lib/esm/index.mjs +10 -0
- package/typography/package.json +1 -1
- package/utils/lib/CSSinJS.mjs +1 -1
- package/utils/lib/ScreenReaderOnly.mjs +1 -1
- package/utils/lib/ThemeProvider.mjs +4 -4
- package/utils/lib/addonTextChildren.mjs +1 -1
- package/utils/lib/assignProps.mjs +1 -1
- package/utils/lib/color.mjs +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +5 -4
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs.map +1 -1
- package/utils/lib/core/enhancement/Children.mjs +4 -4
- package/utils/lib/core/enhancement/Root.mjs +3 -3
- package/utils/lib/core/enhancement/dataName.mjs +1 -1
- package/utils/lib/core/enhancement/hoistProps.mjs +4 -4
- package/utils/lib/core/enhancement/i18n.mjs +2 -2
- package/utils/lib/core/enhancement/inheritedName.mjs +2 -2
- package/utils/lib/core/enhancement/staticChildren.mjs +3 -3
- package/utils/lib/core/enhancement/style.mjs +3 -3
- package/utils/lib/core/enhancement/uncontrolledProps.mjs +7 -7
- package/utils/lib/core/index.mjs +12 -12
- package/utils/lib/core/register.mjs +3 -3
- package/utils/lib/core/styled/reshadow-core.mjs +2 -2
- package/utils/lib/core/styled/sstyled.d.ts +2 -2
- package/utils/lib/core/styled/sstyled.js +0 -1
- package/utils/lib/core/styled/sstyled.js.map +1 -1
- package/utils/lib/core/styled/sstyled.mjs +2 -3
- package/utils/lib/core/styled/sstyled.mjs.map +1 -1
- package/utils/lib/core/types/Component.mjs +6 -6
- package/utils/lib/createHoc.mjs +8 -8
- package/utils/lib/enhances/WithAutoFocus.mjs +6 -6
- package/utils/lib/enhances/WithCSS.mjs +6 -6
- package/utils/lib/enhances/WithI18n.mjs +6 -6
- package/utils/lib/enhances/WithKeyboardFocus.mjs +6 -6
- package/utils/lib/enhances/WithRef.mjs +1 -1
- package/utils/lib/enhances/a11yEnhance.mjs +2 -2
- package/utils/lib/enhances/animatedSizeEnhance.mjs +3 -3
- package/utils/lib/enhances/autoFocusEnhance.mjs +2 -2
- package/utils/lib/enhances/contextEnhance.mjs +4 -4
- package/utils/lib/enhances/i18nEnhance.mjs +6 -6
- package/utils/lib/enhances/keyboardFocusEnhance.mjs +1 -1
- package/utils/lib/eventEmitter.mjs +3 -3
- package/utils/lib/focus-lock/isFocusable.mjs +1 -1
- package/utils/lib/getAccessibleName.mjs +1 -1
- package/utils/lib/getEventTarget.mjs +1 -1
- package/utils/lib/hasLabels.mjs +1 -1
- package/utils/lib/injectStyle.js +1 -1
- package/utils/lib/injectStyle.mjs +2 -2
- package/utils/lib/isNode.mjs +1 -1
- package/utils/lib/logger.mjs +3 -3
- package/utils/lib/propsForElement.mjs +1 -1
- package/utils/lib/ref.mjs +2 -2
- package/utils/lib/syncScroll.mjs +1 -1
- package/utils/lib/uncontroll.mjs +1 -1
- package/utils/lib/uniqueID.mjs +2 -2
- package/utils/lib/use/useColorResolver.js.map +1 -1
- package/utils/lib/use/useColorResolver.mjs +1 -1
- package/utils/lib/use/useColorResolver.mjs.map +1 -1
- package/utils/lib/use/useFocusLock.mjs +2 -2
- package/utils/lib/useCssVariable.mjs +3 -3
- package/utils/lib/zIndexStacking.js.map +1 -1
- package/utils/lib/zIndexStacking.mjs +4 -4
- package/utils/lib/zIndexStacking.mjs.map +1 -1
- package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
- package/widget-empty/lib/cjs/style/widget-empty.shadow.css +1 -0
- package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
- package/widget-empty/lib/es6/style/widget-empty.shadow.css +1 -0
- package/widget-empty/lib/esm/Error/index.mjs +36 -0
- package/widget-empty/lib/esm/Error/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/widget-empty/lib/esm/Error/translations/de.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/en.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/es.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/fr.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/it.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/ja.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/ko.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/nl.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/pl.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/pt.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/ru.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/sv.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/tr.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/vi.json.mjs +9 -0
- package/widget-empty/lib/esm/Error/translations/zh.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/index.mjs +37 -0
- package/widget-empty/lib/esm/NoData/translations/__intergalactic-dynamic-locales.mjs +35 -0
- package/widget-empty/lib/esm/NoData/translations/de.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/en.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/es.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/fr.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/it.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/ja.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/ko.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/nl.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/pl.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/pt.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/ru.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/sv.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/tr.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/vi.json.mjs +9 -0
- package/widget-empty/lib/esm/NoData/translations/zh.json.mjs +9 -0
- package/widget-empty/lib/esm/WidgetEmpty.mjs +64 -0
- package/widget-empty/lib/esm/index.mjs +9 -0
- package/widget-empty/package.json +1 -1
- package/wizard/lib/esm/Wizard.mjs +258 -0
- package/wizard/lib/esm/index.mjs +5 -0
- package/wizard/lib/esm/translations/__intergalactic-dynamic-locales.mjs +33 -0
- package/wizard/lib/esm/translations/de.json.mjs +11 -0
- package/wizard/lib/esm/translations/en.json.mjs +11 -0
- package/wizard/lib/esm/translations/es.json.mjs +11 -0
- package/wizard/lib/esm/translations/fr.json.mjs +11 -0
- package/wizard/lib/esm/translations/it.json.mjs +11 -0
- package/wizard/lib/esm/translations/ja.json.mjs +11 -0
- package/wizard/lib/esm/translations/ko.json.mjs +11 -0
- package/wizard/lib/esm/translations/nl.json.mjs +11 -0
- package/wizard/lib/esm/translations/pl.json.mjs +11 -0
- package/wizard/lib/esm/translations/pt.json.mjs +11 -0
- package/wizard/lib/esm/translations/sv.json.mjs +11 -0
- package/wizard/lib/esm/translations/tr.json.mjs +11 -0
- package/wizard/lib/esm/translations/vi.json.mjs +11 -0
- package/wizard/lib/esm/translations/zh.json.mjs +11 -0
- package/wizard/package.json +1 -1
- package/modal/lib/cjs/modal.vo-test.js +0 -102
- package/modal/lib/cjs/modal.vo-test.js.map +0 -1
- package/modal/lib/es6/modal.vo-test.js +0 -99
- package/modal/lib/es6/modal.vo-test.js.map +0 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
1
|
+
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
2
2
|
import React from 'react';
|
3
3
|
import { CHILDREN_COMPONENT, INHERITED_NAME } from "./core/index.mjs";
|
4
4
|
import getOriginChildren from "./getOriginChildren.mjs";
|
package/utils/lib/color.mjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
2
|
-
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
1
|
+
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
3
3
|
/*__semcore-vars__:"../style/var.css"*/ /* @ts-ignore */
|
4
4
|
var COLORS = {
|
5
5
|
"white": "#ffffff",
|
@@ -10,8 +10,8 @@ var _index = require("intergalactic/utils/lib/core/index");
|
|
10
10
|
var _react = _interopRequireDefault(require("react"));
|
11
11
|
var _index2 = _interopRequireWildcard(require("../../core/index"));
|
12
12
|
/*__reshadow-styles__:"./invalidStatePattern.shadow.css"*/
|
13
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
14
|
-
"__SPattern": "
|
13
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SPattern_12z1h_gg_{width:6px;height:100%;position:absolute;background-image:var(--intergalactic-border-critical-pattern, repeating-linear-gradient(315deg, rgba(209, 0, 47, 1) 0, rgba(209, 0, 47, 1) 2px, transparent 0, transparent 50%));background-size:6px 6px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:var(--intergalactic-control-rounded, 6px)}" /*__inner_css_end__*/, "12z1h_gg_") /*__reshadow_css_end__*/, {
|
14
|
+
"__SPattern": "___SPattern_12z1h_gg_"
|
15
15
|
});
|
16
16
|
var InvalidStatePatternComponent = function InvalidStatePatternComponent() {
|
17
17
|
var _ref;
|
@@ -2,13 +2,14 @@ import { sstyled as _sstyled } from 'intergalactic/utils/lib/core/index';
|
|
2
2
|
import React from 'react';
|
3
3
|
import createComponent, { sstyled, Root } from "../../core/index.mjs";
|
4
4
|
/*__reshadow-styles__:"./invalidStatePattern.shadow.css"*/
|
5
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
6
|
-
"__SPattern": "
|
5
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPattern_12z1h_gg_{width:6px;height:100%;position:absolute;background-image:var(--intergalactic-border-critical-pattern, repeating-linear-gradient(315deg, rgba(209, 0, 47, 1) 0, rgba(209, 0, 47, 1) 2px, transparent 0, transparent 50%));background-size:6px 6px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:var(--intergalactic-control-rounded, 6px)}" /*__inner_css_end__*/, "12z1h_gg_") /*__reshadow_css_end__*/, {
|
6
|
+
"__SPattern": "___SPattern_12z1h_gg_"
|
7
7
|
});
|
8
8
|
var InvalidStatePatternComponent = function InvalidStatePatternComponent() {
|
9
|
+
var _ref;
|
9
10
|
var SPattern = Root;
|
10
|
-
return sstyled(style)
|
11
|
-
render: 'div'
|
11
|
+
return _ref = sstyled(style), /*#__PURE__*/React.createElement(SPattern, _ref.cn("SPattern", {
|
12
|
+
"render": 'div'
|
12
13
|
}));
|
13
14
|
};
|
14
15
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"InvalidStatePattern.mjs","names":["React","createComponent","sstyled","Root","style","_sstyled","insert","InvalidStatePatternComponent","SPattern","createElement","
|
1
|
+
{"version":3,"file":"InvalidStatePattern.mjs","names":["React","createComponent","sstyled","Root","style","_sstyled","insert","InvalidStatePatternComponent","_ref","SPattern","createElement","cn","InvalidStatePattern"],"sources":["../../../src/components/invalid-state-pattern/InvalidStatePattern.tsx"],"sourcesContent":["import React from 'react';\nimport createComponent, { sstyled, Root } from '../../core/index';\nimport style from './invalidStatePattern.shadow.css';\n\nconst InvalidStatePatternComponent = () => {\n const SPattern = Root;\n\n return sstyled(style)(<SPattern render={'div'} />);\n};\n/**\n * @deprecated\n */\nexport const InvalidStatePattern = createComponent(InvalidStatePatternComponent);\n/**\n * @deprecated\n */\nexport default InvalidStatePattern;\n"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,eAAe,IAAIC,OAAO,EAAEC,IAAI,QAAQ,sBAAkB;AAAC;AAAA,IAAAC,KAAA,+BAAAC,QAAA,CAAAC,MAAA;EAAA;AAAA;AAGlE,IAAMC,4BAA4B,GAAG,SAA/BA,4BAA4BA,CAAA,EAAS;EAAA,IAAAC,IAAA;EACzC,IAAMC,QAAQ,GAAGN,IAAI;EAErB,OAAAK,IAAA,GAAON,OAAO,CAACE,KAAK,CAAC,eAACJ,KAAA,CAAAU,aAAA,CAACD,QAAQ,EAAAD,IAAA,CAAAG,EAAA;IAAA,UAAS;EAAK,GAAI;AACnD,CAAC;AACD;AACA;AACA;AACA,OAAO,IAAMC,mBAAmB,GAAGX,eAAe,CAACM,4BAA4B,CAAC;AAChF;AACA;AACA;AACA,eAAeK,mBAAmB"}
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
2
|
-
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
3
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
4
|
-
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
1
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
2
|
+
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
3
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
4
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
5
5
|
var _excluded = ["handlers", "getters"],
|
6
6
|
_excluded2 = ["handlers"];
|
7
7
|
import React from 'react';
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
2
|
-
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
3
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
4
4
|
var _excluded = ["render"],
|
5
5
|
_excluded2 = ["Root", "styles", "children", "Children", "forwardRef"];
|
6
6
|
import React from 'react';
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
2
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
3
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
4
|
-
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
1
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
2
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
3
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
4
|
+
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
5
5
|
import React from 'react';
|
6
6
|
import assignProps from "../../assignProps.mjs";
|
7
7
|
import useEnhancedEffect from "../../use/useEnhancedEffect.mjs";
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
2
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
3
3
|
var _excluded = ["locale"];
|
4
4
|
import React from 'react';
|
5
5
|
import { Context } from "../../enhances/WithI18n.mjs";
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
2
|
-
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
2
|
+
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
3
3
|
export var INHERITED_NAME = Symbol('INHERITED_NAME');
|
4
4
|
function Enhancement() {
|
5
5
|
return {
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
2
|
-
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
3
|
-
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
3
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
4
4
|
import React from 'react';
|
5
5
|
import assignProps from "../../assignProps.mjs";
|
6
6
|
import pick from "../../pick.mjs";
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
2
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
3
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
1
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
2
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
3
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
4
4
|
var _excluded = ["_styles", "styles"],
|
5
5
|
_excluded2 = ["styles"];
|
6
6
|
import React from 'react';
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
2
|
-
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
3
|
-
import _toArray from "@babel/runtime/helpers/toArray";
|
4
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
5
|
-
import _toPropertyKey from "@babel/runtime/helpers/toPropertyKey";
|
6
|
-
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
7
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
3
|
+
import _toArray from "@babel/runtime/helpers/esm/toArray";
|
4
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
5
|
+
import _toPropertyKey from "@babel/runtime/helpers/esm/toPropertyKey";
|
6
|
+
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
7
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
8
8
|
import { callAllEventHandlers } from "../../assignProps.mjs";
|
9
9
|
import capitalizeFirstLetter from "../../capitalizeFirstLetter.mjs";
|
10
10
|
function assign(target, source) {
|
package/utils/lib/core/index.mjs
CHANGED
@@ -1,15 +1,15 @@
|
|
1
|
-
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
2
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
3
|
-
import _get from "@babel/runtime/helpers/get";
|
4
|
-
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
5
|
-
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
6
|
-
import _createClass from "@babel/runtime/helpers/createClass";
|
7
|
-
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
8
|
-
import _inherits from "@babel/runtime/helpers/inherits";
|
9
|
-
import _createSuper from "@babel/runtime/helpers/createSuper";
|
10
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
11
|
-
import _extends from "@babel/runtime/helpers/extends";
|
12
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
1
|
+
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
2
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
3
|
+
import _get from "@babel/runtime/helpers/esm/get";
|
4
|
+
import _getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf";
|
5
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
6
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
7
|
+
import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized";
|
8
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
9
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
10
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
11
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
12
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
13
13
|
var _excluded = ["forwardRef"],
|
14
14
|
_excluded2 = ["forwardRef", "__WRAPPER_PROPS_BIND__"],
|
15
15
|
_excluded3 = ["ref"];
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
2
|
-
import _createClass from "@babel/runtime/helpers/createClass";
|
3
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
1
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
2
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
3
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
4
4
|
var Register = /*#__PURE__*/function () {
|
5
5
|
function Register() {
|
6
6
|
_classCallCheck(this, Register);
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import _typeof from "@babel/runtime/helpers/typeof";
|
2
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
1
|
+
import _typeof from "@babel/runtime/helpers/esm/typeof";
|
2
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
3
3
|
/**
|
4
4
|
* This is source form @reshadow/core@0.0.1
|
5
5
|
* Put it here, because we can't use the version from the package in ESM builds.
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import
|
2
|
-
declare function sstyled(styles?: {}): ((ReactNode: any) => ReactNode) & {
|
1
|
+
import React from 'react';
|
2
|
+
declare function sstyled(styles?: {}): ((ReactNode: any) => React.ReactNode) & {
|
3
3
|
cn(name: string, props: any): any;
|
4
4
|
};
|
5
5
|
declare namespace sstyled {
|
@@ -8,7 +8,6 @@ exports.sstyled = sstyled;
|
|
8
8
|
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
|
9
9
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
10
10
|
var _classnames = _interopRequireDefault(require("classnames"));
|
11
|
-
var _react = require("react");
|
12
11
|
var _reshadowCore = require("./reshadow-core");
|
13
12
|
/** @ts-ignore */
|
14
13
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sstyled.js","names":["_classnames","_interopRequireDefault","require","
|
1
|
+
{"version":3,"file":"sstyled.js","names":["_classnames","_interopRequireDefault","require","_reshadowCore","RESHADOW_ID","isSSR","window","document","createElement","serverMap","reshadowGetStyles","map","getStyles","css","serverStyles","id","concat","insert","code","hash","container","getElementById","head","appendChild","addEventListener","type","innerHTML","merge","s1","arguments","length","undefined","s2","Object","entries","reduce","acc","_ref","_ref2","_slicedToArray2","key","value","startsWith","cn","assign","getClassAndVars","styles","name","props","getPropValue","_props","_ref3","_ref4","substring","_key$split","split","_key$split2","mod","modValue","propValue","Boolean","reshadowToShadow","obj","style","_ref5","_ref6","n","replace","sstyled","_getClassAndVars","_getClassAndVars2","classes","extraProps","keys","className","_objectSpread2","Error","SHADOW_STYLES","Symbol"],"sources":["../../../src/core/styled/sstyled.tsx"],"sourcesContent":["import cn from 'classnames';\nimport React from 'react';\n/** @ts-ignore */\nimport { getStyles as reshadowGetStyles } from './reshadow-core';\n\nconst RESHADOW_ID = '__reshadow__';\n\nconst isSSR = !(typeof window !== 'undefined' && window.document && window.document.createElement);\n\nconst serverMap = reshadowGetStyles().map as any;\n\nconst getStyles = () => ({\n map: serverMap,\n get css() {\n let serverStyles = '';\n for (const id in serverMap) {\n serverStyles += `<style type='text/css' id='${id}'>${serverMap[id]}</style>`;\n }\n return serverStyles;\n },\n});\n\nfunction insert(code: any, hash: any) {\n const id = 'reshadow-'.concat(hash);\n\n if (isSSR) {\n serverMap[id] = code;\n return;\n }\n\n let container = document.getElementById(RESHADOW_ID);\n\n if (!container) {\n container = document.createElement('object');\n container.id = RESHADOW_ID;\n\n if (document.head) {\n document.head.appendChild(container);\n } else {\n document.addEventListener('DOMContentLoaded', function () {\n document.head.appendChild(container as any);\n });\n }\n }\n\n let css = document.getElementById(id);\n\n if (!css) {\n css = document.createElement('style');\n css.id = id;\n // @ts-ignore\n css.type = 'text/css';\n container.appendChild(css);\n }\n\n css.innerHTML = code;\n}\n\nfunction merge(s1 = {}, s2 = {}) {\n return Object.entries(s2).reduce((acc: any, [key, value]: any) => {\n if (key.startsWith('@') || key.startsWith('--')) {\n acc[key] = value;\n } else {\n acc[key] = cn(acc[key], value);\n }\n return acc;\n }, Object.assign({}, s1));\n}\n\nfunction getClassAndVars(styles: any, name: any, props: any) {\n function getPropValue(key: any, props: any) {\n return props[`use:${key}`] ?? props[key];\n }\n\n return Object.entries(styles).reduce(\n (acc, [key, value]) => {\n if (key.startsWith('--')) {\n // @ts-ignore\n acc[1][value] = getPropValue(key.substring(2), props);\n } else if (name === key) {\n // @ts-ignore\n acc[0][value] = true;\n } else {\n const [mod, modValue] = key.split('=');\n const propValue = getPropValue(mod, props);\n if (modValue === undefined) {\n // @ts-ignore\n acc[0][value] = Boolean(propValue ?? false);\n } else {\n // @ts-ignore\n // biome-ignore lint/suspicious/noDoubleEquals:\n acc[0][value] = propValue == modValue;\n }\n }\n return acc;\n },\n [{}, {}],\n );\n}\n\nfunction reshadowToShadow(obj: any) {\n return Object.entries(obj).reduce((style: any, [name, value]) => {\n let n = name;\n if (name.startsWith('__')) {\n n = name.replace(/^__/, '');\n } else if (name.startsWith('_')) {\n n = name.replace(/^_/, '').replace('_', '=');\n }\n style[n] = value;\n return style;\n }, {});\n}\n\nfunction sstyled(styles = {}): ((ReactNode: any) => React.ReactNode) & {\n cn(name: string, props: any): any;\n} {\n // @ts-ignore\n return {\n cn(name, props) {\n const [classes, style] = getClassAndVars(reshadowToShadow(styles), name, props);\n const extraProps = {};\n\n if (Object.keys(classes).length) {\n // @ts-ignore\n extraProps.className = cn(props.className, classes);\n }\n\n if (Object.keys(style).length) {\n // @ts-ignore\n extraProps.style = Object.assign(style, props.style);\n }\n return {\n ...props,\n ...extraProps,\n };\n },\n };\n}\n\nsstyled.css = function (css: any): { [key: string]: string } {\n throw new Error('Enable babel plugin');\n};\nsstyled.insert = insert;\nsstyled.merge = merge;\nsstyled.getStyles = getStyles;\nsstyled.SHADOW_STYLES = Symbol('SHADOW_STYLES');\n\nexport { sstyled };\n"],"mappings":"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"}
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
2
|
-
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
3
3
|
import _cn from 'classnames';
|
4
|
-
import { ReactNode } from 'react';
|
5
4
|
/** @ts-ignore */
|
6
5
|
import { getStyles as reshadowGetStyles } from "./reshadow-core.mjs";
|
7
6
|
var RESHADOW_ID = '__reshadow__';
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sstyled.mjs","names":["cn","
|
1
|
+
{"version":3,"file":"sstyled.mjs","names":["cn","getStyles","reshadowGetStyles","RESHADOW_ID","isSSR","window","document","createElement","serverMap","map","css","serverStyles","id","concat","insert","code","hash","container","getElementById","head","appendChild","addEventListener","type","innerHTML","merge","s1","arguments","length","undefined","s2","Object","entries","reduce","acc","_ref","_ref2","_slicedToArray","key","value","startsWith","assign","getClassAndVars","styles","name","props","getPropValue","_props","_ref3","_ref4","substring","_key$split","split","_key$split2","mod","modValue","propValue","Boolean","reshadowToShadow","obj","style","_ref5","_ref6","n","replace","sstyled","_getClassAndVars","_getClassAndVars2","classes","extraProps","keys","className","_objectSpread","Error","SHADOW_STYLES","Symbol"],"sources":["../../../src/core/styled/sstyled.tsx"],"sourcesContent":["import cn from 'classnames';\nimport React from 'react';\n/** @ts-ignore */\nimport { getStyles as reshadowGetStyles } from './reshadow-core';\n\nconst RESHADOW_ID = '__reshadow__';\n\nconst isSSR = !(typeof window !== 'undefined' && window.document && window.document.createElement);\n\nconst serverMap = reshadowGetStyles().map as any;\n\nconst getStyles = () => ({\n map: serverMap,\n get css() {\n let serverStyles = '';\n for (const id in serverMap) {\n serverStyles += `<style type='text/css' id='${id}'>${serverMap[id]}</style>`;\n }\n return serverStyles;\n },\n});\n\nfunction insert(code: any, hash: any) {\n const id = 'reshadow-'.concat(hash);\n\n if (isSSR) {\n serverMap[id] = code;\n return;\n }\n\n let container = document.getElementById(RESHADOW_ID);\n\n if (!container) {\n container = document.createElement('object');\n container.id = RESHADOW_ID;\n\n if (document.head) {\n document.head.appendChild(container);\n } else {\n document.addEventListener('DOMContentLoaded', function () {\n document.head.appendChild(container as any);\n });\n }\n }\n\n let css = document.getElementById(id);\n\n if (!css) {\n css = document.createElement('style');\n css.id = id;\n // @ts-ignore\n css.type = 'text/css';\n container.appendChild(css);\n }\n\n css.innerHTML = code;\n}\n\nfunction merge(s1 = {}, s2 = {}) {\n return Object.entries(s2).reduce((acc: any, [key, value]: any) => {\n if (key.startsWith('@') || key.startsWith('--')) {\n acc[key] = value;\n } else {\n acc[key] = cn(acc[key], value);\n }\n return acc;\n }, Object.assign({}, s1));\n}\n\nfunction getClassAndVars(styles: any, name: any, props: any) {\n function getPropValue(key: any, props: any) {\n return props[`use:${key}`] ?? props[key];\n }\n\n return Object.entries(styles).reduce(\n (acc, [key, value]) => {\n if (key.startsWith('--')) {\n // @ts-ignore\n acc[1][value] = getPropValue(key.substring(2), props);\n } else if (name === key) {\n // @ts-ignore\n acc[0][value] = true;\n } else {\n const [mod, modValue] = key.split('=');\n const propValue = getPropValue(mod, props);\n if (modValue === undefined) {\n // @ts-ignore\n acc[0][value] = Boolean(propValue ?? false);\n } else {\n // @ts-ignore\n // biome-ignore lint/suspicious/noDoubleEquals:\n acc[0][value] = propValue == modValue;\n }\n }\n return acc;\n },\n [{}, {}],\n );\n}\n\nfunction reshadowToShadow(obj: any) {\n return Object.entries(obj).reduce((style: any, [name, value]) => {\n let n = name;\n if (name.startsWith('__')) {\n n = name.replace(/^__/, '');\n } else if (name.startsWith('_')) {\n n = name.replace(/^_/, '').replace('_', '=');\n }\n style[n] = value;\n return style;\n }, {});\n}\n\nfunction sstyled(styles = {}): ((ReactNode: any) => React.ReactNode) & {\n cn(name: string, props: any): any;\n} {\n // @ts-ignore\n return {\n cn(name, props) {\n const [classes, style] = getClassAndVars(reshadowToShadow(styles), name, props);\n const extraProps = {};\n\n if (Object.keys(classes).length) {\n // @ts-ignore\n extraProps.className = cn(props.className, classes);\n }\n\n if (Object.keys(style).length) {\n // @ts-ignore\n extraProps.style = Object.assign(style, props.style);\n }\n return {\n ...props,\n ...extraProps,\n };\n },\n };\n}\n\nsstyled.css = function (css: any): { [key: string]: string } {\n throw new Error('Enable babel plugin');\n};\nsstyled.insert = insert;\nsstyled.merge = merge;\nsstyled.getStyles = getStyles;\nsstyled.SHADOW_STYLES = Symbol('SHADOW_STYLES');\n\nexport { sstyled };\n"],"mappings":"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"}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
2
|
-
import _createClass from "@babel/runtime/helpers/createClass";
|
3
|
-
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
4
|
-
import _inherits from "@babel/runtime/helpers/inherits";
|
5
|
-
import _createSuper from "@babel/runtime/helpers/createSuper";
|
6
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
1
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
2
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
3
|
+
import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized";
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
6
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
7
7
|
import { PureComponent } from 'react';
|
8
8
|
import { CORE_COMPONENT, CREATE_COMPONENT } from "./symbols.mjs";
|
9
9
|
|
package/utils/lib/createHoc.mjs
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
2
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
3
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
4
|
-
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
5
|
-
import _createClass from "@babel/runtime/helpers/createClass";
|
6
|
-
import _inherits from "@babel/runtime/helpers/inherits";
|
7
|
-
import _createSuper from "@babel/runtime/helpers/createSuper";
|
8
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
2
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
4
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
5
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
6
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
7
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
8
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
9
9
|
var _excluded = ["forwardedRef"];
|
10
10
|
import React, { PureComponent } from 'react';
|
11
11
|
import hoistNonReactStatics from 'hoist-non-react-statics';
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
2
|
-
import _createClass from "@babel/runtime/helpers/createClass";
|
3
|
-
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
4
|
-
import _inherits from "@babel/runtime/helpers/inherits";
|
5
|
-
import _createSuper from "@babel/runtime/helpers/createSuper";
|
6
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
1
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
2
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
3
|
+
import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized";
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
6
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
7
7
|
import { PureComponent } from 'react';
|
8
8
|
import { findDOMNode } from 'react-dom';
|
9
9
|
import createHoc from "../createHoc.mjs";
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
2
|
-
import _createClass from "@babel/runtime/helpers/createClass";
|
3
|
-
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
4
|
-
import _inherits from "@babel/runtime/helpers/inherits";
|
5
|
-
import _createSuper from "@babel/runtime/helpers/createSuper";
|
6
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
1
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
2
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
3
|
+
import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized";
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
6
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
7
7
|
import React, { PureComponent } from 'react';
|
8
8
|
import createHoc from "../createHoc.mjs";
|
9
9
|
import CSSinJS from "../CSSinJS.mjs";
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
2
|
-
import _createClass from "@babel/runtime/helpers/createClass";
|
3
|
-
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
4
|
-
import _inherits from "@babel/runtime/helpers/inherits";
|
5
|
-
import _createSuper from "@babel/runtime/helpers/createSuper";
|
6
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
1
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
2
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
3
|
+
import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized";
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
6
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
7
7
|
import React, { Component, createContext } from 'react';
|
8
8
|
import createHoc from "../createHoc.mjs";
|
9
9
|
import { useAsyncI18nMessages } from "./i18nEnhance.mjs";
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
2
|
-
import _createClass from "@babel/runtime/helpers/createClass";
|
3
|
-
import _assertThisInitialized from "@babel/runtime/helpers/assertThisInitialized";
|
4
|
-
import _inherits from "@babel/runtime/helpers/inherits";
|
5
|
-
import _createSuper from "@babel/runtime/helpers/createSuper";
|
6
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
1
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
2
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
3
|
+
import _assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized";
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
6
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
7
7
|
import { PureComponent } from 'react';
|
8
8
|
import createHoc from "../createHoc.mjs";
|
9
9
|
import { internalSetState } from "../uncontroll.mjs";
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
2
|
-
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
3
3
|
import { callAllEventHandlers } from "../assignProps.mjs";
|
4
4
|
var defaultOnNeighborChange = function defaultOnNeighborChange(neighborElement) {
|
5
5
|
neighborElement === null || neighborElement === void 0 ? void 0 : neighborElement.focus();
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
2
|
-
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
3
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";
|
3
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
4
4
|
var _excluded = ["ref", "__animatedEnhanceInstanceId", "duration"];
|
5
5
|
import React from 'react';
|
6
6
|
import { useForkRef } from "../ref.mjs";
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
2
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
3
3
|
var _excluded = ["autoFocus", "ref"];
|
4
4
|
import React from 'react';
|
5
5
|
import { useForkRef } from "../ref.mjs";
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
2
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
3
|
-
import _objectDestructuringEmpty from "@babel/runtime/helpers/objectDestructuringEmpty";
|
4
|
-
import _extends from "@babel/runtime/helpers/extends";
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
2
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
3
|
+
import _objectDestructuringEmpty from "@babel/runtime/helpers/esm/objectDestructuringEmpty";
|
4
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
5
5
|
import React from 'react';
|
6
6
|
function contextEnhance(context, setOnProp) {
|
7
7
|
return function (props) {
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
2
|
-
import _typeof from "@babel/runtime/helpers/typeof";
|
3
|
-
import _regeneratorRuntime from "@babel/runtime/helpers/regeneratorRuntime";
|
4
|
-
import _objectSpread from "@babel/runtime/helpers/objectSpread2";
|
5
|
-
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
6
|
-
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
1
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
2
|
+
import _typeof from "@babel/runtime/helpers/esm/typeof";
|
3
|
+
import _regeneratorRuntime from "@babel/runtime/helpers/esm/regeneratorRuntime";
|
4
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
5
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
6
|
+
import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
|
7
7
|
import React from 'react';
|
8
8
|
import { useI18n } from "./WithI18n.mjs";
|
9
9
|
export var useAsyncI18nMessages = function useAsyncI18nMessages(primaryContainer, locale, fallbackContainer) {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
1
|
+
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
2
2
|
import React from 'react';
|
3
3
|
import assignProps from "../assignProps.mjs";
|
4
4
|
import { useFocusSource } from "./focusSourceEnhance.mjs";
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import _createClass from "@babel/runtime/helpers/createClass";
|
2
|
-
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
3
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
1
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
3
|
+
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
|
4
4
|
var EventEmitter = /*#__PURE__*/_createClass(function EventEmitter() {
|
5
5
|
var _this = this;
|
6
6
|
_classCallCheck(this, EventEmitter);
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import _typeof from "@babel/runtime/helpers/typeof";
|
1
|
+
import _typeof from "@babel/runtime/helpers/esm/typeof";
|
2
2
|
import { AFTER_BORDER_ID, BEFORE_BORDER_ID } from "./focusBorders.mjs";
|
3
3
|
var focusable = [['BUTTON'], ['SELECT'], ['TEXTAREA'], ['INPUT'], ['A', {
|
4
4
|
has: 'href'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import _createForOfIteratorHelper from "@babel/runtime/helpers/createForOfIteratorHelper";
|
1
|
+
import _createForOfIteratorHelper from "@babel/runtime/helpers/esm/createForOfIteratorHelper";
|
2
2
|
export function getAccessibleName(element) {
|
3
3
|
var _ref, _ref2, _ref3, _getByLabelledBy;
|
4
4
|
if (element === null) {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import _createForOfIteratorHelper from "@babel/runtime/helpers/createForOfIteratorHelper";
|
1
|
+
import _createForOfIteratorHelper from "@babel/runtime/helpers/esm/createForOfIteratorHelper";
|
2
2
|
export var getEventTarget = function getEventTarget(event) {
|
3
3
|
if ('composedPath' in event) {
|
4
4
|
var composedPath = event.composedPath();
|