intergalactic 15.126.0 → 15.126.1-prerelease.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 +6 -0
- package/accordion/lib/cjs/Accordion.js +9 -9
- package/accordion/lib/es6/Accordion.js +9 -9
- package/accordion/lib/esm/Accordion.mjs +72 -72
- package/accordion/package.json +1 -1
- package/add-filter/package.json +1 -1
- package/animation/lib/cjs/Animation.js +11 -11
- package/animation/lib/cjs/Collapse.js +28 -28
- package/animation/lib/cjs/FadeInOut.js +28 -28
- package/animation/lib/cjs/Scale.js +28 -28
- package/animation/lib/cjs/Slide.js +28 -28
- package/animation/lib/cjs/Transform.js +28 -28
- package/animation/lib/es6/Animation.js +11 -11
- package/animation/lib/es6/Collapse.js +28 -28
- package/animation/lib/es6/FadeInOut.js +28 -28
- package/animation/lib/es6/Scale.js +28 -28
- package/animation/lib/es6/Slide.js +28 -28
- package/animation/lib/es6/Transform.js +28 -28
- package/animation/lib/esm/Animation.mjs +39 -39
- package/animation/lib/esm/Collapse.mjs +47 -47
- package/animation/lib/esm/FadeInOut.mjs +36 -36
- package/animation/lib/esm/Scale.mjs +49 -49
- package/animation/lib/esm/Slide.mjs +37 -37
- package/animation/lib/esm/Transform.mjs +40 -40
- package/animation/package.json +1 -1
- package/badge/lib/cjs/Badge.js +6 -6
- package/badge/lib/es6/Badge.js +6 -6
- package/badge/lib/esm/Badge.mjs +28 -28
- package/badge/package.json +1 -1
- package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
- package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
- package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
- package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
- package/base-trigger/lib/es6/BaseTrigger.js +18 -18
- package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
- package/base-trigger/lib/es6/FilterTrigger.js +7 -7
- package/base-trigger/lib/es6/LinkTrigger.js +12 -12
- package/base-trigger/lib/esm/BaseTrigger.mjs +53 -53
- package/base-trigger/lib/esm/ButtonTrigger.mjs +13 -13
- package/base-trigger/lib/esm/FilterTrigger.mjs +62 -62
- package/base-trigger/lib/esm/LinkTrigger.mjs +41 -41
- package/base-trigger/package.json +1 -1
- package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
- package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
- package/breadcrumbs/lib/esm/Breadcrumbs.mjs +42 -42
- package/breadcrumbs/package.json +1 -1
- package/breakpoints/package.json +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js +12 -12
- package/bulk-textarea/lib/es6/components/InputField/InputField.js +12 -12
- package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +83 -83
- package/bulk-textarea/package.json +1 -1
- package/button/lib/cjs/component/Button/Button.js +27 -27
- package/button/lib/cjs/component/ButtonLink/ButtonLink.js +20 -20
- package/button/lib/es6/component/Button/Button.js +27 -27
- package/button/lib/es6/component/ButtonLink/ButtonLink.js +20 -20
- package/button/lib/esm/component/Button/Button.mjs +61 -61
- package/button/lib/esm/component/ButtonLink/ButtonLink.mjs +58 -58
- package/button/package.json +1 -1
- package/card/lib/cjs/Card.js +6 -6
- package/card/lib/es6/Card.js +6 -6
- package/card/lib/esm/Card.mjs +49 -49
- package/card/package.json +1 -1
- package/carousel/lib/cjs/Carousel.js +21 -21
- package/carousel/lib/es6/Carousel.js +21 -21
- package/carousel/lib/esm/Carousel.mjs +155 -155
- package/carousel/package.json +1 -1
- package/checkbox/lib/cjs/Checkbox.js +18 -18
- package/checkbox/lib/es6/Checkbox.js +18 -18
- package/checkbox/lib/esm/Checkbox.mjs +126 -126
- 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 +87 -87
- package/color-picker/lib/esm/PaletteManager.mjs +74 -74
- package/color-picker/lib/esm/components/InputColor.mjs +75 -75
- package/color-picker/package.json +1 -1
- package/components.json +75 -75
- package/core/package.json +1 -1
- package/counter/lib/cjs/Counter.js +11 -11
- package/counter/lib/es6/Counter.js +11 -11
- package/counter/lib/esm/Counter.mjs +38 -38
- package/counter/package.json +1 -1
- package/d3-chart/lib/cjs/Area.js +11 -11
- package/d3-chart/lib/cjs/Axis.js +14 -14
- package/d3-chart/lib/cjs/Bar.js +16 -16
- package/d3-chart/lib/cjs/Bubble.js +12 -12
- package/d3-chart/lib/cjs/CompactHorizontalBar.js +16 -16
- package/d3-chart/lib/cjs/Donut.js +9 -9
- package/d3-chart/lib/cjs/Dots.js +8 -8
- package/d3-chart/lib/cjs/HorizontalBar.js +16 -16
- package/d3-chart/lib/cjs/Hover.js +3 -3
- package/d3-chart/lib/cjs/Line.js +9 -9
- package/d3-chart/lib/cjs/Plot.js +3 -3
- package/d3-chart/lib/cjs/Radar.js +19 -19
- package/d3-chart/lib/cjs/RadialTree.js +12 -12
- package/d3-chart/lib/cjs/Reference.js +12 -12
- package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
- package/d3-chart/lib/cjs/Tooltip.js +9 -9
- package/d3-chart/lib/cjs/Venn.js +9 -9
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/es6/Area.js +11 -11
- package/d3-chart/lib/es6/Axis.js +14 -14
- package/d3-chart/lib/es6/Bar.js +16 -16
- package/d3-chart/lib/es6/Bubble.js +12 -12
- package/d3-chart/lib/es6/CompactHorizontalBar.js +16 -16
- package/d3-chart/lib/es6/Donut.js +9 -9
- package/d3-chart/lib/es6/Dots.js +8 -8
- package/d3-chart/lib/es6/HorizontalBar.js +16 -16
- package/d3-chart/lib/es6/Hover.js +3 -3
- package/d3-chart/lib/es6/Line.js +9 -9
- package/d3-chart/lib/es6/Plot.js +3 -3
- package/d3-chart/lib/es6/Radar.js +19 -19
- package/d3-chart/lib/es6/RadialTree.js +12 -12
- package/d3-chart/lib/es6/Reference.js +12 -12
- package/d3-chart/lib/es6/ScatterPlot.js +9 -9
- package/d3-chart/lib/es6/Tooltip.js +9 -9
- package/d3-chart/lib/es6/Venn.js +9 -9
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +70 -70
- package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +120 -120
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +59 -59
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +101 -101
- package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +113 -113
- package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +132 -132
- package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +58 -58
- package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +52 -52
- package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +51 -51
- package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +79 -79
- package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +33 -33
- package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +195 -195
- package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +92 -92
- package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +96 -96
- package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +60 -60
- package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +35 -35
- package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +57 -57
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +28 -28
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +36 -36
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +26 -26
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +79 -79
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +43 -43
- package/d3-chart/package.json +1 -1
- package/data-table/lib/cjs/Body.js +3 -3
- package/data-table/lib/cjs/DataTable.js +36 -36
- package/data-table/lib/es6/Body.js +3 -3
- package/data-table/lib/es6/DataTable.js +36 -36
- package/data-table/lib/esm/Body.mjs +53 -53
- package/data-table/lib/esm/DataTable.mjs +229 -229
- package/data-table/package.json +1 -1
- 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/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/esm/semcore/date-picker/src/components/Calendar.mjs +147 -147
- package/date-picker/lib/esm/semcore/date-picker/src/components/DateRangeComparatorAbstract.mjs +191 -191
- package/date-picker/lib/esm/semcore/date-picker/src/components/InputTrigger.mjs +209 -209
- package/date-picker/lib/esm/semcore/date-picker/src/components/PickerAbstract.mjs +109 -109
- package/date-picker/lib/esm/semcore/date-picker/src/components/RangePickerAbstract.mjs +144 -144
- package/date-picker/package.json +1 -1
- package/divider/lib/cjs/Divider.js +10 -10
- package/divider/lib/es6/Divider.js +10 -10
- package/divider/lib/esm/Divider.mjs +34 -34
- package/divider/package.json +1 -1
- package/dot/lib/cjs/Dot.js +10 -10
- package/dot/lib/es6/Dot.js +10 -10
- package/dot/lib/esm/Dot.mjs +41 -41
- package/dot/package.json +1 -1
- package/drag-and-drop/lib/cjs/DragAndDrop.js +17 -17
- package/drag-and-drop/lib/es6/DragAndDrop.js +17 -17
- package/drag-and-drop/lib/esm/DragAndDrop.mjs +171 -171
- 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/Dropdown.mjs +99 -99
- 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 +162 -162
- package/dropdown-menu/package.json +1 -1
- package/ellipsis/lib/cjs/Ellipsis.js +10 -10
- package/ellipsis/lib/es6/Ellipsis.js +10 -10
- package/ellipsis/lib/esm/Ellipsis.mjs +96 -96
- package/ellipsis/package.json +1 -1
- package/errors/lib/cjs/Error.js +9 -9
- package/errors/lib/es6/Error.js +9 -9
- package/errors/lib/esm/Error.mjs +29 -29
- package/errors/package.json +1 -1
- package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
- package/feature-popover/lib/es6/FeaturePopover.js +11 -11
- package/feature-popover/lib/esm/FeaturePopover.mjs +74 -74
- package/feature-popover/package.json +1 -1
- package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +7 -7
- package/feedback-form/lib/es6/FeedbackForm.js +7 -7
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +7 -7
- package/feedback-form/lib/esm/FeedbackForm.mjs +28 -28
- package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +25 -25
- package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +54 -54
- package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +49 -49
- package/feedback-form/package.json +1 -1
- package/flags/lib/cjs/Flags.js +3 -3
- package/flags/lib/es6/Flags.js +3 -3
- package/flags/lib/sprites/sprite@1x.css +256 -256
- package/flags/lib/sprites/sprite@2x.css +257 -257
- package/flags/package.json +1 -1
- package/flex-box/lib/cjs/Box/useBox.js +3 -3
- package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
- package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
- package/flex-box/lib/cjs/screen-reader-only-box/ScreenReaderOnlyBox.js +2 -2
- package/flex-box/lib/es6/Box/useBox.js +3 -3
- package/flex-box/lib/es6/Flex/useFlex.js +3 -3
- package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
- package/flex-box/lib/es6/screen-reader-only-box/ScreenReaderOnlyBox.js +2 -2
- package/flex-box/lib/esm/Box/useBox.mjs +12 -12
- package/flex-box/lib/esm/Flex/useFlex.mjs +16 -16
- package/flex-box/lib/esm/invalid-state-box/InvalidStateBox.mjs +8 -8
- package/flex-box/lib/esm/screen-reader-only-box/ScreenReaderOnlyBox.mjs +13 -13
- package/flex-box/package.json +1 -1
- package/format-text/lib/cjs/FormatText.js +5 -5
- package/format-text/lib/es6/FormatText.js +5 -5
- package/format-text/package.json +1 -1
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/esm/FullscreenModal.mjs +74 -74
- package/fullscreen-modal/package.json +1 -1
- package/grid/lib/cjs/Grid.js +114 -114
- package/grid/lib/es6/Grid.js +114 -114
- package/grid/lib/esm/Grid.mjs +153 -153
- 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/lib/cjs/Icon.js +5 -5
- package/icon/lib/es6/Icon.js +5 -5
- package/icon/lib/esm/Icon.mjs +24 -24
- package/icon/package.json +1 -1
- package/icon/pay/Discover/l/index.js +1 -1
- package/icon/pay/Discover/l/index.mjs +1 -1
- package/icon/pay/Discover/m/index.js +1 -1
- package/icon/pay/Discover/m/index.mjs +1 -1
- package/icon/pay/JCB/l/index.js +10 -10
- package/icon/pay/JCB/l/index.mjs +10 -10
- package/icon/pay/JCB/m/index.js +10 -10
- package/icon/pay/JCB/m/index.mjs +10 -10
- package/icon/pay/Visa/l/index.js +2 -2
- package/icon/pay/Visa/l/index.mjs +2 -2
- package/icon/pay/Visa/m/index.js +2 -2
- package/icon/pay/Visa/m/index.mjs +2 -2
- package/illustration/lib/cjs/index.js +1 -1
- package/illustration/lib/es6/index.js +1 -1
- package/illustration/package.json +1 -1
- package/inline-edit/lib/cjs/InlineEdit.js +4 -4
- package/inline-edit/lib/es6/InlineEdit.js +4 -4
- package/inline-edit/lib/esm/InlineEdit.mjs +36 -36
- package/inline-edit/package.json +1 -1
- package/inline-input/lib/cjs/InlineInput.js +14 -14
- package/inline-input/lib/es6/InlineInput.js +14 -14
- package/inline-input/lib/esm/InlineInput.mjs +102 -102
- package/inline-input/package.json +1 -1
- package/input/lib/cjs/Input.js +17 -17
- package/input/lib/es6/Input.js +17 -17
- package/input/lib/esm/Input.mjs +59 -59
- package/input/package.json +1 -1
- package/input-mask/lib/cjs/InputMask.js +6 -6
- package/input-mask/lib/es6/InputMask.js +6 -6
- package/input-mask/lib/esm/InputMask.mjs +55 -55
- package/input-mask/package.json +1 -1
- package/input-number/lib/cjs/InputNumber.js +9 -9
- package/input-number/lib/es6/InputNumber.js +9 -9
- package/input-number/lib/esm/InputNumber.mjs +138 -138
- package/input-number/package.json +1 -1
- package/input-tags/lib/cjs/InputTags.js +12 -12
- package/input-tags/lib/es6/InputTags.js +12 -12
- package/input-tags/lib/esm/InputTags.mjs +105 -105
- package/input-tags/package.json +1 -1
- package/link/lib/cjs/Link.js +12 -12
- package/link/lib/es6/Link.js +12 -12
- package/link/lib/esm/Link.mjs +50 -50
- package/link/package.json +1 -1
- package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
- package/mini-chart/lib/cjs/component/score/Line.js +18 -18
- package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
- package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
- package/mini-chart/lib/es6/component/score/Donut.js +9 -9
- package/mini-chart/lib/es6/component/score/Line.js +18 -18
- package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
- package/mini-chart/lib/es6/component/trend/Line.js +7 -7
- package/mini-chart/lib/esm/component/score/Donut.mjs +29 -29
- package/mini-chart/lib/esm/component/score/Line.mjs +46 -46
- package/mini-chart/lib/esm/component/trend/Bar.mjs +47 -47
- package/mini-chart/lib/esm/component/trend/Line.mjs +54 -54
- package/mini-chart/package.json +1 -1
- package/modal/lib/cjs/Modal.js +8 -8
- package/modal/lib/es6/Modal.js +8 -8
- package/modal/lib/esm/Modal.mjs +60 -60
- package/modal/package.json +1 -1
- package/neighbor-location/package.json +1 -1
- package/notice/lib/cjs/Notice.js +16 -16
- package/notice/lib/es6/Notice.js +16 -16
- package/notice/lib/esm/Notice.mjs +53 -53
- package/notice/package.json +1 -1
- package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
- package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
- package/notice-bubble/lib/esm/NoticeBubble.mjs +129 -129
- package/notice-bubble/package.json +1 -1
- package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
- package/notice-global/lib/es6/NoticeGlobal.js +11 -11
- package/notice-global/lib/esm/NoticeGlobal.mjs +54 -54
- package/notice-global/package.json +1 -1
- package/outside-click/package.json +1 -1
- package/package.json +1 -1
- package/pagination/lib/cjs/Pagination.js +12 -12
- package/pagination/lib/es6/Pagination.js +12 -12
- package/pagination/lib/esm/Pagination.mjs +141 -141
- package/pagination/package.json +1 -1
- package/pills/lib/cjs/Pills.js +13 -13
- package/pills/lib/es6/Pills.js +13 -13
- package/pills/lib/esm/Pills.mjs +84 -84
- package/pills/package.json +1 -1
- package/popper/lib/cjs/Popper.js +6 -6
- package/popper/lib/es6/Popper.js +6 -6
- package/popper/lib/esm/Popper.mjs +110 -110
- package/popper/package.json +1 -1
- package/portal/package.json +1 -1
- package/product-head/lib/cjs/Info.js +4 -4
- package/product-head/lib/cjs/ProductHead.js +5 -5
- package/product-head/lib/cjs/Title.js +4 -4
- package/product-head/lib/es6/Info.js +4 -4
- package/product-head/lib/es6/ProductHead.js +5 -5
- package/product-head/lib/es6/Title.js +4 -4
- package/product-head/lib/esm/Info.mjs +25 -25
- package/product-head/lib/esm/ProductHead.mjs +33 -33
- package/product-head/lib/esm/Title.mjs +20 -20
- package/product-head/package.json +1 -1
- package/progress-bar/lib/cjs/ProgressBar.js +15 -15
- package/progress-bar/lib/es6/ProgressBar.js +15 -15
- package/progress-bar/lib/esm/ProgressBar.mjs +58 -58
- package/progress-bar/package.json +1 -1
- package/radio/lib/cjs/Radio.js +16 -16
- package/radio/lib/es6/Radio.js +16 -16
- package/radio/lib/esm/Radio.mjs +123 -123
- package/radio/package.json +1 -1
- package/scroll-area/lib/cjs/ScrollArea.js +21 -21
- package/scroll-area/lib/cjs/ScrollBar.js +6 -6
- package/scroll-area/lib/es6/ScrollArea.js +21 -21
- package/scroll-area/lib/es6/ScrollBar.js +6 -6
- package/scroll-area/lib/esm/ScrollArea.mjs +103 -103
- package/scroll-area/lib/esm/ScrollBar.mjs +34 -34
- package/scroll-area/package.json +1 -1
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +8 -8
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +8 -8
- package/select/lib/esm/InputSearch.mjs +51 -51
- package/select/lib/esm/Select.mjs +126 -126
- package/select/package.json +1 -1
- package/side-panel/lib/cjs/SidePanel.js +16 -16
- package/side-panel/lib/es6/SidePanel.js +16 -16
- package/side-panel/lib/esm/SidePanel.mjs +114 -114
- package/side-panel/package.json +1 -1
- package/skeleton/lib/cjs/Charts/Area.js +9 -9
- package/skeleton/lib/cjs/Charts/Bar.js +9 -9
- package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
- package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +9 -9
- package/skeleton/lib/cjs/Charts/Donut.js +9 -9
- package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
- package/skeleton/lib/cjs/Charts/Line.js +9 -9
- package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
- package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
- package/skeleton/lib/cjs/Charts/Venn.js +9 -9
- package/skeleton/lib/cjs/Skeleton.js +8 -8
- package/skeleton/lib/es6/Charts/Area.js +9 -9
- package/skeleton/lib/es6/Charts/Bar.js +9 -9
- package/skeleton/lib/es6/Charts/Bubble.js +9 -9
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +9 -9
- package/skeleton/lib/es6/Charts/Donut.js +9 -9
- package/skeleton/lib/es6/Charts/Histogram.js +9 -9
- package/skeleton/lib/es6/Charts/Line.js +9 -9
- package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
- package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
- package/skeleton/lib/es6/Charts/Venn.js +9 -9
- package/skeleton/lib/es6/Skeleton.js +8 -8
- package/skeleton/lib/esm/Charts/Area.mjs +21 -21
- package/skeleton/lib/esm/Charts/Bar.mjs +19 -19
- package/skeleton/lib/esm/Charts/Bubble.mjs +20 -20
- package/skeleton/lib/esm/Charts/CompactHorizontalBar.mjs +16 -16
- package/skeleton/lib/esm/Charts/Donut.mjs +28 -28
- package/skeleton/lib/esm/Charts/Histogram.mjs +22 -22
- package/skeleton/lib/esm/Charts/Line.mjs +22 -22
- package/skeleton/lib/esm/Charts/RadialTree.mjs +17 -17
- package/skeleton/lib/esm/Charts/ScatterPlot.mjs +18 -18
- package/skeleton/lib/esm/Charts/Venn.mjs +23 -23
- package/skeleton/lib/esm/Skeleton.mjs +64 -64
- package/skeleton/package.json +1 -1
- package/slider/lib/cjs/Slider.js +8 -8
- package/slider/lib/es6/Slider.js +8 -8
- package/slider/lib/esm/Slider.mjs +79 -79
- package/slider/package.json +1 -1
- package/spin/lib/cjs/Spin.js +13 -13
- package/spin/lib/es6/Spin.js +13 -13
- package/spin/lib/esm/Spin.mjs +40 -40
- package/spin/package.json +1 -1
- package/spin-container/lib/cjs/SpinContainer.js +8 -8
- package/spin-container/lib/es6/SpinContainer.js +8 -8
- package/spin-container/lib/esm/SpinContainer.mjs +50 -50
- package/spin-container/package.json +1 -1
- package/sticky/lib/cjs/Sticky.js +2 -2
- package/sticky/lib/es6/Sticky.js +2 -2
- package/sticky/lib/esm/Sticky.mjs +15 -15
- package/sticky/package.json +1 -1
- package/switch/lib/cjs/Switch.js +21 -21
- package/switch/lib/es6/Switch.js +21 -21
- package/switch/lib/esm/Switch.mjs +90 -90
- package/switch/package.json +1 -1
- package/tab-line/lib/cjs/TabLine.js +13 -13
- package/tab-line/lib/es6/TabLine.js +13 -13
- package/tab-line/lib/esm/TabLine.mjs +88 -88
- package/tab-line/package.json +1 -1
- package/tab-panel/lib/cjs/TabPanel.js +8 -8
- package/tab-panel/lib/es6/TabPanel.js +8 -8
- package/tab-panel/lib/esm/TabPanel.mjs +47 -47
- package/tab-panel/package.json +1 -1
- package/tag/lib/cjs/Tag.js +23 -23
- package/tag/lib/es6/Tag.js +23 -23
- package/tag/lib/esm/Tag.mjs +154 -154
- package/tag/package.json +1 -1
- package/textarea/lib/cjs/Textarea.js +8 -8
- package/textarea/lib/es6/Textarea.js +8 -8
- package/textarea/lib/esm/Textarea.mjs +35 -35
- 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/TimePicker.mjs +72 -72
- 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 +108 -108
- package/tooltip/package.json +1 -1
- package/typography/lib/cjs/Blockquote.js +4 -4
- package/typography/lib/cjs/Hint.js +7 -7
- package/typography/lib/cjs/List.js +5 -5
- package/typography/lib/cjs/Text.js +34 -34
- package/typography/lib/es6/Blockquote.js +4 -4
- package/typography/lib/es6/Hint.js +7 -7
- package/typography/lib/es6/List.js +5 -5
- package/typography/lib/es6/Text.js +34 -34
- package/typography/lib/esm/Blockquote.mjs +15 -15
- package/typography/lib/esm/Hint.mjs +45 -45
- package/typography/lib/esm/List.mjs +35 -35
- package/typography/lib/esm/Text.mjs +53 -53
- package/typography/package.json +1 -1
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
- package/utils/lib/injectStyle.js +1 -1
- package/utils/lib/injectStyle.mjs +1 -1
- package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
- package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
- package/widget-empty/lib/esm/WidgetEmpty.mjs +31 -31
- package/widget-empty/package.json +1 -1
- package/wizard/lib/cjs/Wizard.js +12 -12
- package/wizard/lib/es6/Wizard.js +12 -12
- package/wizard/lib/esm/Wizard.mjs +72 -72
- package/wizard/package.json +1 -1
@@ -32,13 +32,13 @@ import getInputProps, { inputProps } from 'intergalactic/utils/lib/inputProps';
|
|
32
32
|
import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
|
33
33
|
import { setFocus } from 'intergalactic/utils/lib/use/useFocusLock';
|
34
34
|
/*__reshadow-styles__:"./style/filter-trigger.shadow.css"*/
|
35
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
36
|
-
"__SWrapper": "
|
37
|
-
"_keyboardFocused": "
|
38
|
-
"__SCounter": "
|
39
|
-
"__SFilterTrigger": "
|
40
|
-
"_selected": "
|
41
|
-
"_active": "
|
35
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFilterTrigger_1ui6y_gg_.__selected_1ui6y_gg_{border-color:var(--intergalactic-border-info-active, #006dca);background-color:var(--intergalactic-control-secondary-info, rgba(0, 143, 248, 0.1));color:var(--intergalactic-text-primary, #191b23)}@media (hover:hover){.___SFilterTrigger_1ui6y_gg_.__selected_1ui6y_gg_:hover{background-color:var(--intergalactic-control-secondary-info-hover, rgba(0, 143, 248, 0.2))}}.___SFilterTrigger_1ui6y_gg_.__selected_1ui6y_gg_.__active_1ui6y_gg_,.___SFilterTrigger_1ui6y_gg_.__selected_1ui6y_gg_:active{background-color:var(--intergalactic-control-secondary-info-active, rgba(0, 143, 248, 0.3))}.___SWrapper_1ui6y_gg_{display:inline-flex}.___SWrapper_1ui6y_gg_:focus{outline:0}.___SWrapper_1ui6y_gg_.__keyboardFocused_1ui6y_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SCounter_1ui6y_gg_{background-color:var(--intergalactic-bg-primary-info, #008ff8)}" /*__inner_css_end__*/, "1ui6y_gg_") /*__reshadow_css_end__*/, {
|
36
|
+
"__SWrapper": "___SWrapper_1ui6y_gg_",
|
37
|
+
"_keyboardFocused": "__keyboardFocused_1ui6y_gg_",
|
38
|
+
"__SCounter": "___SCounter_1ui6y_gg_",
|
39
|
+
"__SFilterTrigger": "___SFilterTrigger_1ui6y_gg_",
|
40
|
+
"_selected": "__selected_1ui6y_gg_",
|
41
|
+
"_active": "__active_1ui6y_gg_"
|
42
42
|
});
|
43
43
|
import { isAdvanceMode } from 'intergalactic/utils/lib/findComponent';
|
44
44
|
import { Hint } from 'intergalactic/tooltip';
|
@@ -17,18 +17,18 @@ import { Box } from 'intergalactic/flex-box';
|
|
17
17
|
import resolveColorEnhance from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
|
18
18
|
import keyboardFocusEnhance from 'intergalactic/utils/lib/enhances/keyboardFocusEnhance';
|
19
19
|
/*__reshadow-styles__:"./style/link-trigger.shadow.css"*/
|
20
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
21
|
-
"__SLinkTrigger": "
|
22
|
-
"_disabled": "
|
23
|
-
"_keyboardFocused": "
|
24
|
-
"__SLinkAddon": "
|
25
|
-
"_size_m": "
|
26
|
-
"_size_l": "
|
27
|
-
"_active": "
|
28
|
-
"__SText": "
|
29
|
-
"_color": "
|
30
|
-
"--color": "--
|
31
|
-
"__SAddon": "
|
20
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLinkTrigger_nhd0y_gg_{display:inline-flex;align-items:center;line-height:normal;position:relative;touch-action:manipulation;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;padding:0;margin:0;-webkit-text-decoration:none;text-decoration:none;-webkit-tap-highlight-color:transparent;overflow:visible;outline:0;vertical-align:middle;cursor:pointer;color:var(--intergalactic-text-link, #006dca);background:0 0;transition:color .15s ease-in-out;border:0}.___SLinkTrigger_nhd0y_gg_:focus{outline:0}.___SLinkTrigger_nhd0y_gg_.__active_nhd0y_gg_,.___SLinkTrigger_nhd0y_gg_:active{color:var(--intergalactic-text-link-hover-active, #044792)}@media (hover:hover){.___SLinkTrigger_nhd0y_gg_:hover{color:var(--intergalactic-text-link-hover-active, #044792)}}.___SLinkTrigger_nhd0y_gg_.__active_nhd0y_gg_ .___SText_nhd0y_gg_,.___SLinkTrigger_nhd0y_gg_:active .___SText_nhd0y_gg_{border-color:currentColor}@media (hover:hover){.___SLinkTrigger_nhd0y_gg_:hover .___SText_nhd0y_gg_{border-color:currentColor}}.___SLinkTrigger_nhd0y_gg_ .___SText_nhd0y_gg_{border-bottom-width:1px;border-bottom-style:solid;border-color:transparent;transition:border-bottom-color .15s ease-in-out;text-overflow:ellipsis;overflow:hidden}.___SLinkTrigger_nhd0y_gg_.__color_nhd0y_gg_{color:var(--color_nhd0y)}@media (hover:hover){.___SLinkTrigger_nhd0y_gg_.__color_nhd0y_gg_:hover{filter:brightness(.8)}}.___SLinkTrigger_nhd0y_gg_.__disabled_nhd0y_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SLinkTrigger_nhd0y_gg_.__keyboardFocused_nhd0y_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5));z-index:1}.___SAddon_nhd0y_gg_,.___SLinkAddon_nhd0y_gg_{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:var(--intergalactic-spacing-05x, 2px)}.___SAddon_nhd0y_gg_:not(:only-child):first-child,.___SLinkAddon_nhd0y_gg_:not(:only-child):first-child{margin-right:var(--intergalactic-spacing-1x, 4px)}.___SAddon_nhd0y_gg_:not(:only-child):last-child,.___SLinkAddon_nhd0y_gg_:not(:only-child):last-child{margin-left:var(--intergalactic-spacing-1x, 4px)}.___SLinkAddon_nhd0y_gg_{width:16px;height:16px}.___SLinkTrigger_nhd0y_gg_._size_m_nhd0y_gg_{font-size:var(--intergalactic-fs-200, 14px)}.___SLinkTrigger_nhd0y_gg_._size_l_nhd0y_gg_{font-size:var(--intergalactic-fs-300, 16px)}@media (prefers-reduced-motion){.___SLinkTrigger_nhd0y_gg_,.___SLinkTrigger_nhd0y_gg_ .___SText_nhd0y_gg_{transition:none}}" /*__inner_css_end__*/, "nhd0y_gg_") /*__reshadow_css_end__*/, {
|
21
|
+
"__SLinkTrigger": "___SLinkTrigger_nhd0y_gg_",
|
22
|
+
"_disabled": "__disabled_nhd0y_gg_",
|
23
|
+
"_keyboardFocused": "__keyboardFocused_nhd0y_gg_",
|
24
|
+
"__SLinkAddon": "___SLinkAddon_nhd0y_gg_",
|
25
|
+
"_size_m": "_size_m_nhd0y_gg_",
|
26
|
+
"_size_l": "_size_l_nhd0y_gg_",
|
27
|
+
"_active": "__active_nhd0y_gg_",
|
28
|
+
"__SText": "___SText_nhd0y_gg_",
|
29
|
+
"_color": "__color_nhd0y_gg_",
|
30
|
+
"--color": "--color_nhd0y",
|
31
|
+
"__SAddon": "___SAddon_nhd0y_gg_"
|
32
32
|
});
|
33
33
|
var RootLinkTrigger = /*#__PURE__*/function (_Component) {
|
34
34
|
_inherits(RootLinkTrigger, _Component);
|
@@ -1,13 +1,13 @@
|
|
1
1
|
import p from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
-
import
|
3
|
-
import
|
2
|
+
import z from "@babel/runtime/helpers/esm/classCallCheck";
|
3
|
+
import w from "@babel/runtime/helpers/esm/createClass";
|
4
4
|
import P from "@babel/runtime/helpers/esm/inherits";
|
5
5
|
import A from "@babel/runtime/helpers/esm/createSuper";
|
6
|
-
import
|
6
|
+
import c from "@babel/runtime/helpers/esm/defineProperty";
|
7
7
|
import { sstyled as I } from 'intergalactic/utils/lib/core/index';
|
8
|
-
import L, { sstyled as h, assignProps as
|
9
|
-
import
|
10
|
-
import { Box as
|
8
|
+
import L, { sstyled as h, assignProps as m, Component as C } from 'intergalactic/core';
|
9
|
+
import t from "react";
|
10
|
+
import { Box as k, InvalidStateBox as E } from 'intergalactic/flex-box';
|
11
11
|
import F from 'intergalactic/neighbor-location';
|
12
12
|
import j from 'intergalactic/utils/lib/enhances/keyboardFocusEnhance';
|
13
13
|
import N from 'intergalactic/utils/lib/addonTextChildren';
|
@@ -18,37 +18,37 @@ var O = (
|
|
18
18
|
/*__reshadow_css_start__*/
|
19
19
|
(I.insert(
|
20
20
|
/*__inner_css_start__*/
|
21
|
-
".
|
22
|
-
"
|
21
|
+
".___SBaseTrigger_1luks_gg_{display:inline-block;align-items:center;justify-content:center;line-height:normal;position:relative;touch-action:manipulation;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;padding:0;margin:0;box-shadow:none;-webkit-text-decoration:none;text-decoration:none;-webkit-tap-highlight-color:transparent;overflow:visible;outline:0;text-align:center;vertical-align:middle;font-family:inherit;cursor:pointer;background:var(--intergalactic-bg-primary-neutral, #ffffff);font-weight:var(--intergalactic-regular, 400);border:1px solid var(--intergalactic-border-primary, #c4c7cf);color:var(--intergalactic-text-primary, #191b23)}.___SBaseTrigger_1luks_gg_::-moz-focus-inner{border:0;padding:0}.___SBaseTrigger_1luks_gg_:active,.___SBaseTrigger_1luks_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SBaseTrigger_1luks_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___SBaseTrigger_1luks_gg_.__keyboardFocused_1luks_gg_{border:1px solid var(--intergalactic-border-info-active, #006dca);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5));z-index:1}@media (hover:hover){.___SBaseTrigger_1luks_gg_:hover{background-color:var(--intergalactic-bg-primary-neutral-hover, #f4f5f9)}}.___SBaseTrigger_1luks_gg_.__active_1luks_gg_,.___SBaseTrigger_1luks_gg_:active{border-color:var(--intergalactic-border-info-active, #006dca);background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SBaseTrigger_1luks_gg_.__disabled_1luks_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SInner_1luks_gg_{display:inline-flex;align-items:center;justify-content:center;height:100%;width:100%}.___SText_1luks_gg_{display:inline;padding:1px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:var(--intergalactic-lh-200, 142%);flex-grow:1;text-align:left}.___SAddon_1luks_gg_{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;pointer-events:none}.___SBaseAddon_1luks_gg_{width:12px;height:12px}.___SBaseTrigger_1luks_gg_._size_m_1luks_gg_{min-width:26px;height:28px;border-radius:var(--intergalactic-control-rounded, 6px);padding:0 var(--intergalactic-spacing-2x, 8px);font-size:var(--intergalactic-fs-200, 14px)}.___SBaseTrigger_1luks_gg_._size_m_1luks_gg_ .___SAddon_1luks_gg_:not(:only-child):first-child{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBaseTrigger_1luks_gg_._size_m_1luks_gg_ .___SAddon_1luks_gg_:not(:only-child):last-child{margin-left:var(--intergalactic-spacing-2x, 8px)}.___SBaseTrigger_1luks_gg_._size_l_1luks_gg_ .___SAddon_1luks_gg_:only-child,.___SBaseTrigger_1luks_gg_._size_m_1luks_gg_ .___SAddon_1luks_gg_:only-child{margin-left:calc(-1*var(--intergalactic-spacing-1x, 4px));margin-right:calc(-1*var(--intergalactic-spacing-1x, 4px))}.___SBaseTrigger_1luks_gg_._size_l_1luks_gg_{min-width:32px;height:40px;border-radius:var(--intergalactic-control-rounded, 6px);padding:0 var(--intergalactic-spacing-3x, 12px);font-size:var(--intergalactic-fs-300, 16px)}.___SBaseTrigger_1luks_gg_._size_l_1luks_gg_ .___SAddon_1luks_gg_:not(:only-child):first-child{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBaseTrigger_1luks_gg_._size_l_1luks_gg_ .___SAddon_1luks_gg_:not(:only-child):last-child{margin-left:var(--intergalactic-spacing-2x, 8px)}.___SBaseTrigger_1luks_gg_._neighborLocation_right_1luks_gg_{border-top-right-radius:0;border-bottom-right-radius:0}.___SBaseTrigger_1luks_gg_._neighborLocation_both_1luks_gg_{border-radius:0;margin-left:-1px}.___SBaseTrigger_1luks_gg_._neighborLocation_left_1luks_gg_{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}.___SText_1luks_gg_.__display-placeholder_1luks_gg_{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SBaseTrigger_1luks_gg_._state_valid_1luks_gg_{border-color:var(--intergalactic-border-success-active, #007c65)}.___SBaseTrigger_1luks_gg_._state_invalid_1luks_gg_{border-color:var(--intergalactic-border-critical-active, #d1002f)}.___SBaseTrigger_1luks_gg_._state_invalid_1luks_gg_.__keyboardFocused_1luks_gg_{border-color:var(--intergalactic-border-critical-active, #d1002f);box-shadow:var(--intergalactic-keyboard-focus-invalid, 0px 0px 0px 3px rgba(255, 73, 83, 0.5))}.___SInvalidPattern_1luks_gg_._size_m_1luks_gg_{margin-left:calc(-1*var(--intergalactic-spacing-2x, 8px))}.___SInvalidPattern_1luks_gg_._size_l_1luks_gg_{margin-left:calc(-1*var(--intergalactic-spacing-3x, 12px))}",
|
22
|
+
"1luks_gg_"
|
23
23
|
), {
|
24
|
-
__SBaseTrigger: "
|
25
|
-
_disabled: "
|
26
|
-
__SInner: "
|
27
|
-
__SText: "
|
28
|
-
__SAddon: "
|
29
|
-
__SBaseAddon: "
|
30
|
-
_neighborLocation_right: "
|
31
|
-
_neighborLocation_both: "
|
32
|
-
_neighborLocation_left: "
|
33
|
-
"_display-placeholder": "__display-
|
34
|
-
_state_valid: "
|
35
|
-
__SInvalidPattern: "
|
36
|
-
_size_m: "
|
37
|
-
_size_l: "
|
38
|
-
_keyboardFocused: "
|
39
|
-
_active: "
|
40
|
-
_state_invalid: "
|
24
|
+
__SBaseTrigger: "___SBaseTrigger_1luks_gg_",
|
25
|
+
_disabled: "__disabled_1luks_gg_",
|
26
|
+
__SInner: "___SInner_1luks_gg_",
|
27
|
+
__SText: "___SText_1luks_gg_",
|
28
|
+
__SAddon: "___SAddon_1luks_gg_",
|
29
|
+
__SBaseAddon: "___SBaseAddon_1luks_gg_",
|
30
|
+
_neighborLocation_right: "_neighborLocation_right_1luks_gg_",
|
31
|
+
_neighborLocation_both: "_neighborLocation_both_1luks_gg_",
|
32
|
+
_neighborLocation_left: "_neighborLocation_left_1luks_gg_",
|
33
|
+
"_display-placeholder": "__display-placeholder_1luks_gg_",
|
34
|
+
_state_valid: "_state_valid_1luks_gg_",
|
35
|
+
__SInvalidPattern: "___SInvalidPattern_1luks_gg_",
|
36
|
+
_size_m: "_size_m_1luks_gg_",
|
37
|
+
_size_l: "_size_l_1luks_gg_",
|
38
|
+
_keyboardFocused: "__keyboardFocused_1luks_gg_",
|
39
|
+
_active: "__active_1luks_gg_",
|
40
|
+
_state_invalid: "_state_invalid_1luks_gg_"
|
41
41
|
})
|
42
|
-
),
|
43
|
-
P(
|
44
|
-
var g = A(
|
45
|
-
function
|
46
|
-
return
|
42
|
+
), l = /* @__PURE__ */ function(_) {
|
43
|
+
P(e, _);
|
44
|
+
var g = A(e);
|
45
|
+
function e() {
|
46
|
+
return z(this, e), g.apply(this, arguments);
|
47
47
|
}
|
48
|
-
return
|
48
|
+
return w(e, [{
|
49
49
|
key: "getTextProps",
|
50
50
|
value: function() {
|
51
|
-
var
|
51
|
+
var r = this.asProps, o = r.placeholder, a = r.empty;
|
52
52
|
return {
|
53
53
|
placeholder: o,
|
54
54
|
empty: a
|
@@ -57,25 +57,25 @@ var O = (
|
|
57
57
|
}, {
|
58
58
|
key: "render",
|
59
59
|
value: function() {
|
60
|
-
var
|
61
|
-
return R.warn(v !== void 0, "The 'theme' property is deprecated, use 'state'", this.asProps["data-ui-name"] ||
|
62
|
-
neighborLocation:
|
60
|
+
var r = this.asProps, o = k, a = "span", d = E, i = this.asProps, f = i.Children, b = i.styles, v = i.theme, x = i.neighborLocation, S = i.empty, y = i.state, T = i.size;
|
61
|
+
return R.warn(v !== void 0, "The 'theme' property is deprecated, use 'state'", this.asProps["data-ui-name"] || u.displayName), /* @__PURE__ */ t.createElement(F.Detect, {
|
62
|
+
neighborLocation: x
|
63
63
|
}, function(B) {
|
64
|
-
var
|
65
|
-
return
|
64
|
+
var s;
|
65
|
+
return s = h(b), /* @__PURE__ */ t.createElement(o, s.cn("SBaseTrigger", p({}, m({
|
66
66
|
tag: "button",
|
67
67
|
type: "button",
|
68
68
|
neighborLocation: B,
|
69
69
|
state: v
|
70
|
-
},
|
70
|
+
}, r))), y === "invalid" && /* @__PURE__ */ t.createElement(d, s.cn("SInvalidPattern", {
|
71
71
|
size: T
|
72
|
-
})), /* @__PURE__ */
|
72
|
+
})), /* @__PURE__ */ t.createElement(a, s.cn("SInner", {}), N(f, u.Text, u.Addon, S)));
|
73
73
|
});
|
74
74
|
}
|
75
|
-
}]),
|
75
|
+
}]), e;
|
76
76
|
}(C);
|
77
|
-
|
78
|
-
|
77
|
+
c(l, "displayName", "BaseTrigger");
|
78
|
+
c(l, "enhance", [j(), D({
|
79
79
|
variable: "--intergalactic-duration-control",
|
80
80
|
fallback: "200",
|
81
81
|
map: Number.parseInt,
|
@@ -84,26 +84,26 @@ s(c, "enhance", [j(), D({
|
|
84
84
|
animateProps: ["width"],
|
85
85
|
onChangeOf: ["value"]
|
86
86
|
})]);
|
87
|
-
|
88
|
-
|
87
|
+
c(l, "style", O);
|
88
|
+
c(l, "defaultProps", {
|
89
89
|
size: "m",
|
90
90
|
empty: !1
|
91
91
|
});
|
92
|
-
function V(
|
93
|
-
var g = arguments[0],
|
94
|
-
return
|
92
|
+
function V(_) {
|
93
|
+
var g = arguments[0], e, n = k, r = _.children, o = _.styles, a = _.empty, d = _.placeholder;
|
94
|
+
return e = h(o), /* @__PURE__ */ t.createElement(n, e.cn("SText", p({}, m({
|
95
95
|
"display-placeholder": a,
|
96
96
|
"aria-hidden": a
|
97
|
-
}, g))), a ? d :
|
97
|
+
}, g))), a ? d : r);
|
98
98
|
}
|
99
|
-
function q(
|
100
|
-
var g = arguments[0],
|
101
|
-
return
|
99
|
+
function q(_) {
|
100
|
+
var g = arguments[0], e, n = k, r = _.styles;
|
101
|
+
return e = h(r), /* @__PURE__ */ t.createElement(n, e.cn("SAddon", p({}, m({}, g))));
|
102
102
|
}
|
103
|
-
var
|
103
|
+
var u = L(l, {
|
104
104
|
Text: V,
|
105
105
|
Addon: q
|
106
106
|
});
|
107
107
|
export {
|
108
|
-
|
108
|
+
u as default
|
109
109
|
};
|
@@ -16,19 +16,19 @@ var D = (
|
|
16
16
|
/*__reshadow_css_start__*/
|
17
17
|
(A.insert(
|
18
18
|
/*__inner_css_start__*/
|
19
|
-
".
|
20
|
-
"
|
19
|
+
".___SButtonAddon_6dugc_gg_{width:12px;height:12px}.___SButtonTriggerSpin_6dugc_gg_{fill:var(--intergalactic-icon-primary-neutral, #6c6e79)}",
|
20
|
+
"6dugc_gg_"
|
21
21
|
), {
|
22
|
-
__SButtonAddon: "
|
23
|
-
__SButtonTriggerSpin: "
|
22
|
+
__SButtonAddon: "___SButtonAddon_6dugc_gg_",
|
23
|
+
__SButtonTriggerSpin: "___SButtonTriggerSpin_6dugc_gg_"
|
24
24
|
})
|
25
|
-
), e = /* @__PURE__ */ function(
|
26
|
-
T(
|
27
|
-
var
|
28
|
-
function
|
29
|
-
return S(this,
|
25
|
+
), e = /* @__PURE__ */ function(d) {
|
26
|
+
T(r, d);
|
27
|
+
var m = B(r);
|
28
|
+
function r() {
|
29
|
+
return S(this, r), m.apply(this, arguments);
|
30
30
|
}
|
31
|
-
return y(
|
31
|
+
return y(r, [{
|
32
32
|
key: "getTextProps",
|
33
33
|
value: function() {
|
34
34
|
return {
|
@@ -45,13 +45,13 @@ var D = (
|
|
45
45
|
}, {
|
46
46
|
key: "render",
|
47
47
|
value: function() {
|
48
|
-
var
|
49
|
-
return n = P(f), /* @__PURE__ */ o.createElement(a, x({},
|
48
|
+
var u = this.asProps, n, l = s.Addon, _ = w, t = this.asProps, c = t.Children, f = t.styles, g = t.loading, h = t.chevron, v = t.empty;
|
49
|
+
return n = P(f), /* @__PURE__ */ o.createElement(a, x({}, u), k(c, s.Text, s.Addon, v), (h || g) && /* @__PURE__ */ o.createElement(l, n.cn("SButtonAddon", {}), g ? /* @__PURE__ */ o.createElement(_, n.cn("SButtonTriggerSpin", {
|
50
50
|
size: "xs",
|
51
51
|
theme: !1
|
52
52
|
})) : /* @__PURE__ */ o.createElement(b, n.cn("ChevronDown", {}))));
|
53
53
|
}
|
54
|
-
}]),
|
54
|
+
}]), r;
|
55
55
|
}(E);
|
56
56
|
i(e, "displayName", "ButtonTrigger");
|
57
57
|
i(e, "style", D);
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import
|
1
|
+
import y from "@babel/runtime/helpers/esm/objectSpread2";
|
2
2
|
import W from "@babel/runtime/helpers/esm/slicedToArray";
|
3
3
|
import w from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
4
4
|
import C from "@babel/runtime/helpers/esm/classCallCheck";
|
@@ -6,12 +6,12 @@ import S from "@babel/runtime/helpers/esm/createClass";
|
|
6
6
|
import A from "@babel/runtime/helpers/esm/assertThisInitialized";
|
7
7
|
import x from "@babel/runtime/helpers/esm/inherits";
|
8
8
|
import E from "@babel/runtime/helpers/esm/createSuper";
|
9
|
-
import
|
9
|
+
import u from "@babel/runtime/helpers/esm/defineProperty";
|
10
10
|
import $ from "@babel/runtime/helpers/esm/toConsumableArray";
|
11
11
|
import { sstyled as D } from 'intergalactic/utils/lib/core/index';
|
12
|
-
import M, { sstyled as
|
13
|
-
import
|
14
|
-
import
|
12
|
+
import M, { sstyled as h, assignProps as b, Component as F } from 'intergalactic/core';
|
13
|
+
import i from "react";
|
14
|
+
import f from "./BaseTrigger.mjs";
|
15
15
|
import { Box as H } from 'intergalactic/flex-box';
|
16
16
|
import O from 'intergalactic/neighbor-location';
|
17
17
|
import j from 'intergalactic/dot';
|
@@ -33,56 +33,56 @@ var te = ["empty", "size", "placeholder", "active", "disabled", "includeInputPro
|
|
33
33
|
/*__reshadow_css_start__*/
|
34
34
|
(D.insert(
|
35
35
|
/*__inner_css_start__*/
|
36
|
-
".
|
37
|
-
"
|
36
|
+
".___SFilterTrigger_1ui6y_gg_.__selected_1ui6y_gg_{border-color:var(--intergalactic-border-info-active, #006dca);background-color:var(--intergalactic-control-secondary-info, rgba(0, 143, 248, 0.1));color:var(--intergalactic-text-primary, #191b23)}@media (hover:hover){.___SFilterTrigger_1ui6y_gg_.__selected_1ui6y_gg_:hover{background-color:var(--intergalactic-control-secondary-info-hover, rgba(0, 143, 248, 0.2))}}.___SFilterTrigger_1ui6y_gg_.__selected_1ui6y_gg_.__active_1ui6y_gg_,.___SFilterTrigger_1ui6y_gg_.__selected_1ui6y_gg_:active{background-color:var(--intergalactic-control-secondary-info-active, rgba(0, 143, 248, 0.3))}.___SWrapper_1ui6y_gg_{display:inline-flex}.___SWrapper_1ui6y_gg_:focus{outline:0}.___SWrapper_1ui6y_gg_.__keyboardFocused_1ui6y_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SCounter_1ui6y_gg_{background-color:var(--intergalactic-bg-primary-info, #008ff8)}",
|
37
|
+
"1ui6y_gg_"
|
38
38
|
), {
|
39
|
-
__SWrapper: "
|
40
|
-
_keyboardFocused: "
|
41
|
-
__SCounter: "
|
42
|
-
__SFilterTrigger: "
|
43
|
-
_selected: "
|
44
|
-
_active: "
|
39
|
+
__SWrapper: "___SWrapper_1ui6y_gg_",
|
40
|
+
_keyboardFocused: "__keyboardFocused_1ui6y_gg_",
|
41
|
+
__SCounter: "___SCounter_1ui6y_gg_",
|
42
|
+
__SFilterTrigger: "___SFilterTrigger_1ui6y_gg_",
|
43
|
+
_selected: "__selected_1ui6y_gg_",
|
44
|
+
_active: "__active_1ui6y_gg_"
|
45
45
|
})
|
46
46
|
), ae = [].concat($(X), ["aria-controls", "aria-haspopup", "aria-expanded", "aria-disabled", "aria-activedescendant", "aria-label", "aria-labelledby", "role"]), v = /* @__PURE__ */ function(s) {
|
47
47
|
x(a, s);
|
48
|
-
var
|
48
|
+
var d = E(a);
|
49
49
|
function a() {
|
50
|
-
var
|
50
|
+
var n;
|
51
51
|
C(this, a);
|
52
|
-
for (var e = arguments.length, t = new Array(e),
|
53
|
-
t[
|
54
|
-
return
|
52
|
+
for (var e = arguments.length, t = new Array(e), o = 0; o < e; o++)
|
53
|
+
t[o] = arguments[o];
|
54
|
+
return n = d.call.apply(d, [this].concat(t)), u(A(n), "handleStopPropagation", function(r) {
|
55
55
|
return r.stopPropagation();
|
56
|
-
}),
|
56
|
+
}), u(A(n), "handleClear", function() {
|
57
57
|
requestAnimationFrame(function() {
|
58
|
-
Z(
|
58
|
+
Z(n.asProps.triggerRef.current);
|
59
59
|
});
|
60
|
-
}),
|
60
|
+
}), n;
|
61
61
|
}
|
62
62
|
return S(a, [{
|
63
63
|
key: "getTriggerButtonProps",
|
64
64
|
value: function() {
|
65
|
-
var e = this.asProps, t = e.empty,
|
65
|
+
var e = this.asProps, t = e.empty, o = e.size, r = e.placeholder, l = e.active, g = e.disabled, c = e.includeInputProps, _ = e.triggerRef;
|
66
66
|
e["data-ui-name"];
|
67
67
|
var m = w(e, te), P = U(m, c), z = W(P, 1), N = z[0];
|
68
|
-
return
|
69
|
-
size:
|
68
|
+
return y({
|
69
|
+
size: o,
|
70
70
|
placeholder: r,
|
71
71
|
empty: t,
|
72
72
|
selected: !t,
|
73
73
|
active: l,
|
74
74
|
disabled: g,
|
75
|
-
triggerRef:
|
75
|
+
triggerRef: _
|
76
76
|
}, N);
|
77
77
|
}
|
78
78
|
}, {
|
79
79
|
key: "getClearButtonProps",
|
80
80
|
value: function() {
|
81
|
-
var e = this.asProps, t = e.empty,
|
81
|
+
var e = this.asProps, t = e.empty, o = e.onClear, r = e.size, l = e.disabled, g = e.getI18nText;
|
82
82
|
return {
|
83
83
|
size: r,
|
84
84
|
empty: t,
|
85
|
-
onClick: K(
|
85
|
+
onClick: K(o, this.handleClear, this.handleStopPropagation),
|
86
86
|
onKeyDown: this.handleStopPropagation,
|
87
87
|
disabled: l,
|
88
88
|
getI18nText: g
|
@@ -99,8 +99,8 @@ var te = ["empty", "size", "placeholder", "active", "disabled", "includeInputPro
|
|
99
99
|
}, {
|
100
100
|
key: "render",
|
101
101
|
value: function() {
|
102
|
-
var e = this.asProps, t,
|
103
|
-
return t =
|
102
|
+
var e = this.asProps, t, o = H, r = this.asProps, l = r.Children, g = r.styles, c = r.getI18nText, _ = r.empty, m = r.forcedAdvancedMode, P = m || ee(l, [p.TriggerButton.displayName, p.ClearButton.displayName], !0);
|
103
|
+
return t = h(g), /* @__PURE__ */ i.createElement(o, t.cn("SWrapper", y({}, b({
|
104
104
|
"aria-label": c("filter"),
|
105
105
|
__excludeProps: ["id"],
|
106
106
|
"use:role": void 0,
|
@@ -112,13 +112,13 @@ var te = ["empty", "size", "placeholder", "active", "disabled", "includeInputPro
|
|
112
112
|
"use:aria-activedescendant": void 0,
|
113
113
|
"use:aria-label": void 0,
|
114
114
|
"use:aria-labelledby": void 0
|
115
|
-
}, e))), /* @__PURE__ */
|
115
|
+
}, e))), /* @__PURE__ */ i.createElement(O, t.cn("NeighborLocation", {}), P ? /* @__PURE__ */ i.createElement(l, t.cn("Children", {})) : /* @__PURE__ */ i.createElement(i.Fragment, null, /* @__PURE__ */ i.createElement(p.TriggerButton, null, /* @__PURE__ */ i.createElement(l, t.cn("Children", {}))), !_ && /* @__PURE__ */ i.createElement(p.ClearButton, null))));
|
116
116
|
}
|
117
117
|
}]), a;
|
118
118
|
}(F);
|
119
|
-
|
120
|
-
|
121
|
-
|
119
|
+
u(v, "displayName", "FilterTrigger");
|
120
|
+
u(v, "style", I);
|
121
|
+
u(v, "enhance", [G(R), Q({
|
122
122
|
variable: "--intergalactic-duration-control",
|
123
123
|
fallback: "200",
|
124
124
|
map: Number.parseInt,
|
@@ -127,79 +127,79 @@ p(v, "enhance", [G(R), Q({
|
|
127
127
|
animateProps: ["width"],
|
128
128
|
onChangeOf: ["value"]
|
129
129
|
}), Y()]);
|
130
|
-
|
130
|
+
u(v, "defaultProps", function() {
|
131
131
|
return {
|
132
132
|
includeInputProps: ae,
|
133
133
|
i18n: R,
|
134
134
|
locale: "en",
|
135
|
-
triggerRef: /* @__PURE__ */
|
135
|
+
triggerRef: /* @__PURE__ */ i.createRef(),
|
136
136
|
role: "group"
|
137
137
|
};
|
138
138
|
});
|
139
139
|
var B = /* @__PURE__ */ function(s) {
|
140
140
|
x(a, s);
|
141
|
-
var
|
141
|
+
var d = E(a);
|
142
142
|
function a() {
|
143
|
-
return C(this, a),
|
143
|
+
return C(this, a), d.apply(this, arguments);
|
144
144
|
}
|
145
145
|
return S(a, [{
|
146
146
|
key: "render",
|
147
147
|
value: function() {
|
148
|
-
var e = this.asProps, t,
|
149
|
-
return t =
|
148
|
+
var e = this.asProps, t, o = f, r = this.asProps, l = r.Children, g = r.styles, c = r.empty, _ = r.triggerRef;
|
149
|
+
return t = h(g), /* @__PURE__ */ i.createElement(o, t.cn("SFilterTrigger", y({}, b({
|
150
150
|
"use:role": "combobox",
|
151
151
|
w: "100%",
|
152
152
|
empty: c,
|
153
153
|
selected: !c,
|
154
|
-
ref:
|
154
|
+
ref: _,
|
155
155
|
animationsDisabled: !0
|
156
|
-
}, e))), V(l,
|
156
|
+
}, e))), V(l, p.Text, [p.Addon, p.Counter], c), c && /* @__PURE__ */ i.createElement(p.Addon, {
|
157
157
|
tag: L
|
158
158
|
}));
|
159
159
|
}
|
160
160
|
}]), a;
|
161
161
|
}(F);
|
162
|
-
|
163
|
-
|
162
|
+
u(B, "displayName", "TriggerButton");
|
163
|
+
u(B, "style", I);
|
164
164
|
var k = /* @__PURE__ */ function(s) {
|
165
165
|
x(a, s);
|
166
|
-
var
|
166
|
+
var d = E(a);
|
167
167
|
function a() {
|
168
|
-
return C(this, a),
|
168
|
+
return C(this, a), d.apply(this, arguments);
|
169
169
|
}
|
170
170
|
return S(a, [{
|
171
171
|
key: "render",
|
172
172
|
value: function() {
|
173
|
-
var e = this.asProps, t,
|
174
|
-
return g ? null : (t =
|
173
|
+
var e = this.asProps, t, o = f, r = this.asProps, l = r.styles, g = r.empty, c = r.size, _ = r.disabled, m = r.getI18nText;
|
174
|
+
return g ? null : (t = h(l), /* @__PURE__ */ i.createElement(T, t.cn("Hint", {}), /* @__PURE__ */ i.createElement(T.Trigger, null, /* @__PURE__ */ i.createElement(o, t.cn("SFilterTrigger", y({}, b({
|
175
175
|
size: c,
|
176
176
|
empty: g,
|
177
177
|
selected: !0,
|
178
|
-
disabled:
|
178
|
+
disabled: _,
|
179
179
|
"aria-label": m("clear")
|
180
|
-
}, e))), /* @__PURE__ */
|
180
|
+
}, e))), /* @__PURE__ */ i.createElement(p.Addon, {
|
181
181
|
tag: q
|
182
|
-
}))), /* @__PURE__ */
|
182
|
+
}))), /* @__PURE__ */ i.createElement(T.Popper, null, m("clear"))));
|
183
183
|
}
|
184
184
|
}]), a;
|
185
185
|
}(F);
|
186
|
-
|
187
|
-
|
188
|
-
function
|
189
|
-
var
|
190
|
-
return a =
|
186
|
+
u(k, "displayName", "ClearButton");
|
187
|
+
u(k, "style", I);
|
188
|
+
function ie(s) {
|
189
|
+
var d = arguments[0], a, n = s.styles, e = s.Children, t = s.count, o = s.getI18nText, r = f.Addon;
|
190
|
+
return a = h(n), /* @__PURE__ */ i.createElement(r, a.cn("SCounter", y({}, b({
|
191
191
|
tag: j
|
192
|
-
},
|
192
|
+
}, d))), t !== void 0 ? /* @__PURE__ */ i.createElement(i.Fragment, null, t, /* @__PURE__ */ i.createElement(re, a.cn("ScreenReaderOnly", {}), o("BaseTrigger.FilterTrigger.Counter.selected:aria-label"))) : /* @__PURE__ */ i.createElement(e, a.cn("Children", {})));
|
193
193
|
}
|
194
|
-
var
|
195
|
-
Text:
|
196
|
-
Addon:
|
197
|
-
Counter:
|
194
|
+
var p = M(v, {
|
195
|
+
Text: f.Text,
|
196
|
+
Addon: f.Addon,
|
197
|
+
Counter: ie,
|
198
198
|
TriggerButton: B,
|
199
199
|
ClearButton: k
|
200
200
|
}, {
|
201
|
-
parent:
|
201
|
+
parent: f
|
202
202
|
});
|
203
203
|
export {
|
204
|
-
|
204
|
+
p as default
|
205
205
|
};
|