intergalactic 15.78.0 → 15.79.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 +27 -0
- package/accordion/lib/cjs/Accordion.js +7 -7
- package/accordion/lib/es6/Accordion.js +7 -7
- 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/badge/lib/cjs/Badge.js +6 -6
- package/badge/lib/es6/Badge.js +6 -6
- 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/breadcrumbs/lib/cjs/Breadcrumbs.js +6 -6
- package/breadcrumbs/lib/es6/Breadcrumbs.js +6 -6
- package/button/lib/cjs/Button.js +26 -26
- package/button/lib/es6/Button.js +26 -26
- package/card/lib/cjs/Card.js +8 -8
- package/card/lib/es6/Card.js +8 -8
- package/carousel/lib/cjs/Carousel.js +19 -19
- package/carousel/lib/es6/Carousel.js +19 -19
- package/checkbox/lib/cjs/Checkbox.js +18 -18
- package/checkbox/lib/es6/Checkbox.js +18 -18
- package/color-picker/lib/cjs/ColorPicker.js +24 -23
- package/color-picker/lib/cjs/ColorPicker.js.map +1 -1
- package/color-picker/lib/cjs/PaletteManager.js +23 -23
- package/color-picker/lib/cjs/components/InputColor.js +23 -23
- package/color-picker/lib/cjs/style/color-picker.shadow.css +3 -0
- package/color-picker/lib/es6/ColorPicker.js +24 -23
- package/color-picker/lib/es6/ColorPicker.js.map +1 -1
- package/color-picker/lib/es6/PaletteManager.js +23 -23
- package/color-picker/lib/es6/components/InputColor.js +23 -23
- package/color-picker/lib/es6/style/color-picker.shadow.css +3 -0
- package/components.json +73 -73
- package/counter/lib/cjs/Counter.js +10 -10
- package/counter/lib/es6/Counter.js +10 -10
- 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 +10 -10
- package/d3-chart/lib/cjs/Bubble.js +12 -12
- 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 +10 -10
- 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 +11 -11
- package/d3-chart/lib/cjs/ReferenceLine.js +9 -9
- 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 +10 -10
- package/d3-chart/lib/es6/Bubble.js +12 -12
- 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 +10 -10
- 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 +11 -11
- package/d3-chart/lib/es6/ReferenceLine.js +9 -9
- 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/data-table/lib/cjs/DataTable.js +35 -35
- package/data-table/lib/es6/DataTable.js +35 -35
- package/date-picker/lib/cjs/DateRangeComparator.js +1 -1
- package/date-picker/lib/cjs/DateRangeComparator.js.map +1 -1
- package/date-picker/lib/cjs/MonthDateRangeComparator.js +1 -1
- package/date-picker/lib/cjs/MonthDateRangeComparator.js.map +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 +55 -43
- package/date-picker/lib/cjs/components/InputTrigger.js.map +1 -1
- 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/components/index.js +1 -1
- package/date-picker/lib/cjs/components/index.js.map +1 -1
- package/date-picker/lib/cjs/translations/de.json +8 -1
- package/date-picker/lib/cjs/translations/en.json +4 -1
- package/date-picker/lib/cjs/translations/es.json +8 -1
- package/date-picker/lib/cjs/translations/fr.json +8 -1
- package/date-picker/lib/cjs/translations/it.json +8 -1
- package/date-picker/lib/cjs/translations/ja.json +8 -1
- package/date-picker/lib/cjs/translations/ko.json +8 -1
- package/date-picker/lib/cjs/translations/nl.json +8 -1
- package/date-picker/lib/cjs/translations/pl.json +8 -1
- package/date-picker/lib/cjs/translations/pt.json +8 -1
- package/date-picker/lib/cjs/translations/sv.json +8 -1
- package/date-picker/lib/cjs/translations/tr.json +8 -1
- package/date-picker/lib/cjs/translations/vi.json +8 -1
- package/date-picker/lib/cjs/translations/zh.json +8 -1
- package/date-picker/lib/es6/DateRangeComparator.js +1 -1
- package/date-picker/lib/es6/DateRangeComparator.js.map +1 -1
- package/date-picker/lib/es6/MonthDateRangeComparator.js +1 -1
- package/date-picker/lib/es6/MonthDateRangeComparator.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 +55 -43
- package/date-picker/lib/es6/components/InputTrigger.js.map +1 -1
- 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/components/index.js +1 -1
- package/date-picker/lib/es6/components/index.js.map +1 -1
- package/date-picker/lib/es6/translations/de.json +8 -1
- package/date-picker/lib/es6/translations/en.json +4 -1
- package/date-picker/lib/es6/translations/es.json +8 -1
- package/date-picker/lib/es6/translations/fr.json +8 -1
- package/date-picker/lib/es6/translations/it.json +8 -1
- package/date-picker/lib/es6/translations/ja.json +8 -1
- package/date-picker/lib/es6/translations/ko.json +8 -1
- package/date-picker/lib/es6/translations/nl.json +8 -1
- package/date-picker/lib/es6/translations/pl.json +8 -1
- package/date-picker/lib/es6/translations/pt.json +8 -1
- package/date-picker/lib/es6/translations/sv.json +8 -1
- package/date-picker/lib/es6/translations/tr.json +8 -1
- package/date-picker/lib/es6/translations/vi.json +8 -1
- package/date-picker/lib/es6/translations/zh.json +8 -1
- package/divider/lib/cjs/Divider.js +9 -9
- package/divider/lib/es6/Divider.js +9 -9
- package/dot/lib/cjs/Dot.js +10 -10
- package/dot/lib/es6/Dot.js +10 -10
- package/drag-and-drop/lib/cjs/DragAndDrop.js +12 -12
- package/drag-and-drop/lib/es6/DragAndDrop.js +12 -12
- package/dropdown/lib/cjs/Dropdown.js +2 -2
- package/dropdown/lib/es6/Dropdown.js +2 -2
- package/dropdown-menu/lib/cjs/DropdownMenu.js +16 -16
- package/dropdown-menu/lib/cjs/styleScrollArea.js +6 -6
- package/dropdown-menu/lib/es6/DropdownMenu.js +16 -16
- package/dropdown-menu/lib/es6/styleScrollArea.js +6 -6
- package/ellipsis/lib/cjs/Ellipsis.js +10 -10
- package/ellipsis/lib/es6/Ellipsis.js +10 -10
- package/errors/lib/cjs/Error.js +9 -9
- package/errors/lib/es6/Error.js +9 -9
- package/feature-popover/lib/cjs/FeaturePopover.js +10 -10
- package/feature-popover/lib/es6/FeaturePopover.js +10 -10
- package/feedback-form/lib/cjs/FeedbackForm.js +8 -8
- package/feedback-form/lib/cjs/FeedbackForm.js.map +1 -1
- package/feedback-form/lib/es6/FeedbackForm.js +8 -8
- package/feedback-form/lib/es6/FeedbackForm.js.map +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/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/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/format-text/lib/cjs/FormatText.js +5 -5
- package/format-text/lib/es6/FormatText.js +5 -5
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
- package/grid/lib/cjs/Grid.js +114 -114
- package/grid/lib/es6/Grid.js +114 -114
- 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/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/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/inline-edit/lib/cjs/InlineEdit.js +4 -4
- package/inline-edit/lib/es6/InlineEdit.js +4 -4
- package/inline-input/lib/cjs/InlineInput.js +18 -18
- package/inline-input/lib/es6/InlineInput.js +18 -18
- package/input/lib/cjs/Input.js +17 -17
- package/input/lib/es6/Input.js +17 -17
- package/input-mask/InputMask.d.ts +4 -0
- package/input-mask/lib/cjs/InputMask.js +9 -7
- package/input-mask/lib/cjs/InputMask.js.map +1 -1
- package/input-mask/lib/es6/InputMask.js +9 -7
- package/input-mask/lib/es6/InputMask.js.map +1 -1
- package/input-mask/lib/types/InputMask.d.ts +4 -0
- package/input-number/lib/cjs/InputNumber.js +274 -46
- package/input-number/lib/cjs/InputNumber.js.map +1 -1
- package/input-number/lib/es6/InputNumber.js +274 -46
- package/input-number/lib/es6/InputNumber.js.map +1 -1
- package/input-tags/lib/cjs/InputTags.js +12 -12
- package/input-tags/lib/es6/InputTags.js +12 -12
- package/link/lib/cjs/Link.js +12 -12
- package/link/lib/es6/Link.js +12 -12
- package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
- package/mini-chart/lib/cjs/component/score/Line.js +17 -17
- 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 +17 -17
- package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
- package/mini-chart/lib/es6/component/trend/Line.js +7 -7
- package/modal/lib/cjs/Modal.js +9 -9
- package/modal/lib/es6/Modal.js +9 -9
- package/notice/lib/cjs/Notice.js +13 -13
- package/notice/lib/es6/Notice.js +13 -13
- package/notice-bubble/lib/cjs/NoticeBubble.js +12 -12
- package/notice-bubble/lib/es6/NoticeBubble.js +12 -12
- package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
- package/notice-global/lib/es6/NoticeGlobal.js +11 -11
- package/package.json +1 -1
- package/pagination/lib/cjs/Pagination.js +10 -10
- package/pagination/lib/es6/Pagination.js +10 -10
- package/pills/lib/cjs/Pills.js +13 -13
- package/pills/lib/es6/Pills.js +13 -13
- package/popper/lib/cjs/Popper.js +19 -9
- package/popper/lib/cjs/Popper.js.map +1 -1
- package/popper/lib/cjs/index.js +8 -2
- package/popper/lib/cjs/index.js.map +1 -1
- package/popper/lib/es6/Popper.js +17 -8
- package/popper/lib/es6/Popper.js.map +1 -1
- package/popper/lib/es6/index.js +1 -1
- package/popper/lib/es6/index.js.map +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/progress-bar/lib/cjs/ProgressBar.js +15 -15
- package/progress-bar/lib/es6/ProgressBar.js +15 -15
- package/radio/lib/cjs/Radio.js +16 -16
- package/radio/lib/es6/Radio.js +16 -16
- 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/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +11 -19
- package/select/lib/cjs/Select.js.map +1 -1
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +10 -18
- package/select/lib/es6/Select.js.map +1 -1
- package/side-panel/lib/cjs/SidePanel.js +15 -15
- package/side-panel/lib/es6/SidePanel.js +15 -15
- 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/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/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/slider/lib/cjs/Slider.js +7 -7
- package/slider/lib/es6/Slider.js +7 -7
- package/spin/lib/cjs/Spin.js +13 -13
- package/spin/lib/es6/Spin.js +13 -13
- package/spin-container/lib/cjs/SpinContainer.js +8 -8
- package/spin-container/lib/es6/SpinContainer.js +8 -8
- package/sticky/lib/cjs/Sticky.js +2 -2
- package/sticky/lib/es6/Sticky.js +2 -2
- package/switch/lib/cjs/Switch.js +21 -21
- package/switch/lib/es6/Switch.js +21 -21
- package/tab-line/lib/cjs/TabLine.js +13 -13
- package/tab-line/lib/es6/TabLine.js +13 -13
- package/tab-panel/lib/cjs/TabPanel.js +8 -8
- package/tab-panel/lib/es6/TabPanel.js +8 -8
- package/tag/lib/cjs/Tag.js +22 -23
- package/tag/lib/cjs/Tag.js.map +1 -1
- package/tag/lib/es6/Tag.js +22 -23
- package/tag/lib/es6/Tag.js.map +1 -1
- package/textarea/lib/cjs/Textarea.js +8 -8
- package/textarea/lib/cjs/style/textarea.shadow.css +2 -1
- package/textarea/lib/es6/Textarea.js +8 -8
- package/textarea/lib/es6/style/textarea.shadow.css +2 -1
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/tooltip/lib/cjs/Tooltip.js +9 -9
- package/tooltip/lib/es6/Tooltip.js +9 -9
- 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/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/utils/lib/themes/auto.css +5 -5
- package/utils/lib/themes/dark.css +5 -5
- package/utils/lib/themes/dark.json +5 -5
- package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
- package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
- package/wizard/lib/cjs/Wizard.js +11 -11
- package/wizard/lib/es6/Wizard.js +11 -11
@@ -25,18 +25,18 @@ import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
|
25
25
|
import { useCssVariable } from 'intergalactic/utils/lib/useCssVariable';
|
26
26
|
import { contextThemeEnhance } from 'intergalactic/utils/lib/ThemeProvider';
|
27
27
|
/*__reshadow-styles__:"./style/notice-bubble.shadow.css"*/
|
28
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes
|
29
|
-
"__SContent": "
|
30
|
-
"__SMessage": "
|
31
|
-
"__SNoticeBubble": "
|
32
|
-
"_disablePortal": "
|
33
|
-
"@enter": "
|
34
|
-
"@exit": "
|
35
|
-
"__SBubble": "
|
36
|
-
"__SView": "
|
37
|
-
"_type_info": "
|
38
|
-
"_type_warning": "
|
39
|
-
"__SDismiss": "
|
28
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes enter_149rk{0%{transform:translate(100%,0);max-height:0;overflow:hidden}to{transform:translate(0,0);max-height:100vh;overflow:hidden}}@keyframes exit_149rk{0%{max-height:100vh;overflow:hidden;opacity:1}to{max-height:0;overflow:hidden;opacity:0}}.___SBubble_149rk_gg_,.___SView_149rk_gg_{position:relative;margin-bottom:var(--intergalactic-spacing-3x, 12px);padding:var(--intergalactic-spacing-3x, 12px) calc(var(--intergalactic-spacing-6x, 24px) + var(--intergalactic-spacing-1x, 4px)) var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-3x, 12px);width:100%;border-radius:var(--intergalactic-popper-rounded, 6px);overflow:hidden;box-sizing:border-box;color:var(--intergalactic-text-primary-invert, #ffffff);gap:var(--intergalactic-spacing-2x, 8px)}.___SBubble_149rk_gg_._type_info_149rk_gg_,.___SView_149rk_gg_._type_info_149rk_gg_{background:var(--intergalactic-bg-primary-invert, #191b23)}.___SBubble_149rk_gg_._type_warning_149rk_gg_,.___SView_149rk_gg_._type_warning_149rk_gg_{background:var(--intergalactic-bg-primary-critical, #ff4953)}.___SContent_149rk_gg_{flex-direction:column;gap:var(--intergalactic-spacing-2x, 8px);flex:1}.___SMessage_149rk_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-100, 133%)}.___SDismiss_149rk_gg_{cursor:pointer;position:absolute;right:0;top:0;padding:var(--intergalactic-spacing-2x, 8px);color:var(--intergalactic-text-primary-invert, #ffffff);border:0;background:0 0}@media (hover:hover){.___SDismiss_149rk_gg_:hover{color:var(--intergalactic-control-primary-invert-active, #e0e1e9)}}.___SNoticeBubble_149rk_gg_{width:300px;position:fixed;z-index:var(--intergalactic-z-index-notice-bubble, 999);right:var(--intergalactic-spacing-3x, 12px);top:var(--intergalactic-spacing-3x, 12px)}@media (max-width:767px){.___SNoticeBubble_149rk_gg_{width:calc(100% - var(--intergalactic-spacing-6x, 24px))}}.___SNoticeBubble_149rk_gg_.__disablePortal_149rk_gg_{position:sticky;margin-left:auto;height:0}.___SMessage_149rk_gg_ a{color:var(--intergalactic-text-link-invert, #8ecdff)}" /*__inner_css_end__*/, "149rk_gg_") /*__reshadow_css_end__*/, {
|
29
|
+
"__SContent": "___SContent_149rk_gg_",
|
30
|
+
"__SMessage": "___SMessage_149rk_gg_",
|
31
|
+
"__SNoticeBubble": "___SNoticeBubble_149rk_gg_",
|
32
|
+
"_disablePortal": "__disablePortal_149rk_gg_",
|
33
|
+
"@enter": "enter_149rk",
|
34
|
+
"@exit": "exit_149rk",
|
35
|
+
"__SBubble": "___SBubble_149rk_gg_",
|
36
|
+
"__SView": "___SView_149rk_gg_",
|
37
|
+
"_type_info": "_type_info_149rk_gg_",
|
38
|
+
"_type_warning": "_type_warning_149rk_gg_",
|
39
|
+
"__SDismiss": "___SDismiss_149rk_gg_"
|
40
40
|
});
|
41
41
|
var Notices = function Notices(props) {
|
42
42
|
var styles = props.styles,
|
@@ -23,17 +23,17 @@ var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynam
|
|
23
23
|
var _i18nEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/i18nEnhance"));
|
24
24
|
var _useCssVariable = require("intergalactic/utils/lib/useCssVariable");
|
25
25
|
/*__reshadow-styles__:"./style/notice-global.shadow.css"*/
|
26
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
27
|
-
"__SNoticeGlobal": "
|
28
|
-
"_theme_neutral": "
|
29
|
-
"_theme_custom": "
|
30
|
-
"--backgroundColor": "--
|
31
|
-
"__SContent": "
|
32
|
-
"__SCloseIcon": "
|
33
|
-
"_theme_info": "
|
34
|
-
"_theme_danger": "
|
35
|
-
"_theme_warning": "
|
36
|
-
"_theme_success": "
|
26
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SNoticeGlobal_6iy6j_gg_{display:flex;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);box-sizing:border-box;padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-8x, 32px)}.___SCloseIcon_6iy6j_gg_{flex-shrink:0;margin-top:var(--intergalactic-spacing-05x, 2px);margin-left:var(--intergalactic-spacing-4x, 16px)}@media (hover:hover){.___SCloseIcon_6iy6j_gg_:hover{cursor:pointer}}.___SNoticeGlobal_6iy6j_gg_._theme_neutral_6iy6j_gg_{background-color:var(--intergalactic-bg-primary-muted, #6c6e79);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_6iy6j_gg_._theme_info_6iy6j_gg_{background-color:var(--intergalactic-bg-primary-info, #008ff8);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_6iy6j_gg_._theme_danger_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_,.___SNoticeGlobal_6iy6j_gg_._theme_info_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_,.___SNoticeGlobal_6iy6j_gg_._theme_success_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_,.___SNoticeGlobal_6iy6j_gg_._theme_warning_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_{color:var(--intergalactic-icon-primary-invert, #ffffff)}@media (hover:hover){.___SNoticeGlobal_6iy6j_gg_._theme_info_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_:hover{color:var(--intergalactic-icon-primary-invert-hover-active, #e0e1e9)}}.___SNoticeGlobal_6iy6j_gg_._theme_danger_6iy6j_gg_{background-color:var(--intergalactic-bg-primary-critical, #ff4953);color:var(--intergalactic-text-primary-invert, #ffffff)}@media (hover:hover){.___SNoticeGlobal_6iy6j_gg_._theme_danger_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_:hover{color:var(--intergalactic-icon-primary-invert-hover-active, #e0e1e9)}}.___SNoticeGlobal_6iy6j_gg_._theme_warning_6iy6j_gg_{background-color:var(--intergalactic-bg-primary-warning, #ff642d);color:var(--intergalactic-text-primary-invert, #ffffff)}@media (hover:hover){.___SNoticeGlobal_6iy6j_gg_._theme_warning_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_:hover{color:var(--intergalactic-icon-primary-invert-hover-active, #e0e1e9)}}.___SNoticeGlobal_6iy6j_gg_._theme_success_6iy6j_gg_{background-color:var(--intergalactic-bg-primary-success, #009f81);color:var(--intergalactic-text-primary-invert, #ffffff)}@media (hover:hover){.___SNoticeGlobal_6iy6j_gg_._theme_success_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_:hover{color:var(--intergalactic-icon-primary-invert-hover-active, #e0e1e9)}}.___SNoticeGlobal_6iy6j_gg_._theme_custom_6iy6j_gg_{background-color:var(--backgroundColor_6iy6j)}.___SContent_6iy6j_gg_{flex:1 1 auto;width:100%;justify-content:center}" /*__inner_css_end__*/, "6iy6j_gg_") /*__reshadow_css_end__*/, {
|
27
|
+
"__SNoticeGlobal": "___SNoticeGlobal_6iy6j_gg_",
|
28
|
+
"_theme_neutral": "_theme_neutral_6iy6j_gg_",
|
29
|
+
"_theme_custom": "_theme_custom_6iy6j_gg_",
|
30
|
+
"--backgroundColor": "--backgroundColor_6iy6j",
|
31
|
+
"__SContent": "___SContent_6iy6j_gg_",
|
32
|
+
"__SCloseIcon": "___SCloseIcon_6iy6j_gg_",
|
33
|
+
"_theme_info": "_theme_info_6iy6j_gg_",
|
34
|
+
"_theme_danger": "_theme_danger_6iy6j_gg_",
|
35
|
+
"_theme_warning": "_theme_warning_6iy6j_gg_",
|
36
|
+
"_theme_success": "_theme_success_6iy6j_gg_"
|
37
37
|
});
|
38
38
|
function isCustomTheme(theme) {
|
39
39
|
return !['danger', 'warning', 'success', 'info', 'neutral'].includes(theme);
|
@@ -19,17 +19,17 @@ import { localizedMessages } from './translations/__intergalactic-dynamic-locale
|
|
19
19
|
import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
20
20
|
import { cssVariableEnhance } from 'intergalactic/utils/lib/useCssVariable';
|
21
21
|
/*__reshadow-styles__:"./style/notice-global.shadow.css"*/
|
22
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
23
|
-
"__SNoticeGlobal": "
|
24
|
-
"_theme_neutral": "
|
25
|
-
"_theme_custom": "
|
26
|
-
"--backgroundColor": "--
|
27
|
-
"__SContent": "
|
28
|
-
"__SCloseIcon": "
|
29
|
-
"_theme_info": "
|
30
|
-
"_theme_danger": "
|
31
|
-
"_theme_warning": "
|
32
|
-
"_theme_success": "
|
22
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SNoticeGlobal_6iy6j_gg_{display:flex;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);box-sizing:border-box;padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-8x, 32px)}.___SCloseIcon_6iy6j_gg_{flex-shrink:0;margin-top:var(--intergalactic-spacing-05x, 2px);margin-left:var(--intergalactic-spacing-4x, 16px)}@media (hover:hover){.___SCloseIcon_6iy6j_gg_:hover{cursor:pointer}}.___SNoticeGlobal_6iy6j_gg_._theme_neutral_6iy6j_gg_{background-color:var(--intergalactic-bg-primary-muted, #6c6e79);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_6iy6j_gg_._theme_info_6iy6j_gg_{background-color:var(--intergalactic-bg-primary-info, #008ff8);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_6iy6j_gg_._theme_danger_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_,.___SNoticeGlobal_6iy6j_gg_._theme_info_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_,.___SNoticeGlobal_6iy6j_gg_._theme_success_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_,.___SNoticeGlobal_6iy6j_gg_._theme_warning_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_{color:var(--intergalactic-icon-primary-invert, #ffffff)}@media (hover:hover){.___SNoticeGlobal_6iy6j_gg_._theme_info_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_:hover{color:var(--intergalactic-icon-primary-invert-hover-active, #e0e1e9)}}.___SNoticeGlobal_6iy6j_gg_._theme_danger_6iy6j_gg_{background-color:var(--intergalactic-bg-primary-critical, #ff4953);color:var(--intergalactic-text-primary-invert, #ffffff)}@media (hover:hover){.___SNoticeGlobal_6iy6j_gg_._theme_danger_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_:hover{color:var(--intergalactic-icon-primary-invert-hover-active, #e0e1e9)}}.___SNoticeGlobal_6iy6j_gg_._theme_warning_6iy6j_gg_{background-color:var(--intergalactic-bg-primary-warning, #ff642d);color:var(--intergalactic-text-primary-invert, #ffffff)}@media (hover:hover){.___SNoticeGlobal_6iy6j_gg_._theme_warning_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_:hover{color:var(--intergalactic-icon-primary-invert-hover-active, #e0e1e9)}}.___SNoticeGlobal_6iy6j_gg_._theme_success_6iy6j_gg_{background-color:var(--intergalactic-bg-primary-success, #009f81);color:var(--intergalactic-text-primary-invert, #ffffff)}@media (hover:hover){.___SNoticeGlobal_6iy6j_gg_._theme_success_6iy6j_gg_ .___SCloseIcon_6iy6j_gg_:hover{color:var(--intergalactic-icon-primary-invert-hover-active, #e0e1e9)}}.___SNoticeGlobal_6iy6j_gg_._theme_custom_6iy6j_gg_{background-color:var(--backgroundColor_6iy6j)}.___SContent_6iy6j_gg_{flex:1 1 auto;width:100%;justify-content:center}" /*__inner_css_end__*/, "6iy6j_gg_") /*__reshadow_css_end__*/, {
|
23
|
+
"__SNoticeGlobal": "___SNoticeGlobal_6iy6j_gg_",
|
24
|
+
"_theme_neutral": "_theme_neutral_6iy6j_gg_",
|
25
|
+
"_theme_custom": "_theme_custom_6iy6j_gg_",
|
26
|
+
"--backgroundColor": "--backgroundColor_6iy6j",
|
27
|
+
"__SContent": "___SContent_6iy6j_gg_",
|
28
|
+
"__SCloseIcon": "___SCloseIcon_6iy6j_gg_",
|
29
|
+
"_theme_info": "_theme_info_6iy6j_gg_",
|
30
|
+
"_theme_danger": "_theme_danger_6iy6j_gg_",
|
31
|
+
"_theme_warning": "_theme_warning_6iy6j_gg_",
|
32
|
+
"_theme_success": "_theme_success_6iy6j_gg_"
|
33
33
|
});
|
34
34
|
function isCustomTheme(theme) {
|
35
35
|
return !['danger', 'warning', 'success', 'info', 'neutral'].includes(theme);
|
package/package.json
CHANGED
@@ -28,16 +28,16 @@ var _i18nEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhan
|
|
28
28
|
var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynamic-locales");
|
29
29
|
var _excluded = ["styles", "getI18nText", "totalPages", "isLastOrSingle", "children"];
|
30
30
|
/*__reshadow-styles__:"./style/pagination.shadow.css"*/
|
31
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
32
|
-
"__SPagination": "
|
33
|
-
"__SNextPage": "
|
34
|
-
"__SPrevPage": "
|
35
|
-
"__SLabel": "
|
36
|
-
"__STotalPages": "
|
37
|
-
"__STotalPagesLabel": "
|
38
|
-
"__STotalLastPages": "
|
39
|
-
"__SPageInput": "
|
40
|
-
"__SPageInputAddon": "
|
31
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPagination_1jha7_gg_{display:flex;justify-content:flex-start;align-items:center}.___SNextPage_1jha7_gg_,.___SPrevPage_1jha7_gg_{align-self:center;margin-left:var(--intergalactic-spacing-2x, 8px)}.___SLabel_1jha7_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SLabel_1jha7_gg_:not(:first-child){margin-left:var(--intergalactic-spacing-4x, 16px)}.___STotalPages_1jha7_gg_{align-self:center;line-height:normal;color:var(--intergalactic-text-link, #006dca)}.___STotalPagesLabel_1jha7_gg_{margin-left:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-1x, 4px);color:var(--intergalactic-text-primary, #191b23)}.___STotalLastPages_1jha7_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23)}.___SPageInput_1jha7_gg_{max-width:68px;margin-left:var(--intergalactic-spacing-1x, 4px)}.___SPageInput_1jha7_gg_:focus-within .___SPageInputAddon_1jha7_gg_{opacity:1;clip:initial;position:static}.___SPageInputAddon_1jha7_gg_{opacity:0;clip:rect(1px,1px,1px,1px);position:absolute}.___SLabel_1jha7_gg_,.___STotalPagesLabel_1jha7_gg_,.___STotalPages_1jha7_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}" /*__inner_css_end__*/, "1jha7_gg_") /*__reshadow_css_end__*/, {
|
32
|
+
"__SPagination": "___SPagination_1jha7_gg_",
|
33
|
+
"__SNextPage": "___SNextPage_1jha7_gg_",
|
34
|
+
"__SPrevPage": "___SPrevPage_1jha7_gg_",
|
35
|
+
"__SLabel": "___SLabel_1jha7_gg_",
|
36
|
+
"__STotalPages": "___STotalPages_1jha7_gg_",
|
37
|
+
"__STotalPagesLabel": "___STotalPagesLabel_1jha7_gg_",
|
38
|
+
"__STotalLastPages": "___STotalLastPages_1jha7_gg_",
|
39
|
+
"__SPageInput": "___SPageInput_1jha7_gg_",
|
40
|
+
"__SPageInputAddon": "___SPageInputAddon_1jha7_gg_"
|
41
41
|
});
|
42
42
|
function formatThousands(value) {
|
43
43
|
var main = String(value);
|
@@ -29,16 +29,16 @@ import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
|
|
29
29
|
import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
30
30
|
import { localizedMessages } from './translations/__intergalactic-dynamic-locales';
|
31
31
|
/*__reshadow-styles__:"./style/pagination.shadow.css"*/
|
32
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
33
|
-
"__SPagination": "
|
34
|
-
"__SNextPage": "
|
35
|
-
"__SPrevPage": "
|
36
|
-
"__SLabel": "
|
37
|
-
"__STotalPages": "
|
38
|
-
"__STotalPagesLabel": "
|
39
|
-
"__STotalLastPages": "
|
40
|
-
"__SPageInput": "
|
41
|
-
"__SPageInputAddon": "
|
32
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPagination_1jha7_gg_{display:flex;justify-content:flex-start;align-items:center}.___SNextPage_1jha7_gg_,.___SPrevPage_1jha7_gg_{align-self:center;margin-left:var(--intergalactic-spacing-2x, 8px)}.___SLabel_1jha7_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SLabel_1jha7_gg_:not(:first-child){margin-left:var(--intergalactic-spacing-4x, 16px)}.___STotalPages_1jha7_gg_{align-self:center;line-height:normal;color:var(--intergalactic-text-link, #006dca)}.___STotalPagesLabel_1jha7_gg_{margin-left:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-1x, 4px);color:var(--intergalactic-text-primary, #191b23)}.___STotalLastPages_1jha7_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23)}.___SPageInput_1jha7_gg_{max-width:68px;margin-left:var(--intergalactic-spacing-1x, 4px)}.___SPageInput_1jha7_gg_:focus-within .___SPageInputAddon_1jha7_gg_{opacity:1;clip:initial;position:static}.___SPageInputAddon_1jha7_gg_{opacity:0;clip:rect(1px,1px,1px,1px);position:absolute}.___SLabel_1jha7_gg_,.___STotalPagesLabel_1jha7_gg_,.___STotalPages_1jha7_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}" /*__inner_css_end__*/, "1jha7_gg_") /*__reshadow_css_end__*/, {
|
33
|
+
"__SPagination": "___SPagination_1jha7_gg_",
|
34
|
+
"__SNextPage": "___SNextPage_1jha7_gg_",
|
35
|
+
"__SPrevPage": "___SPrevPage_1jha7_gg_",
|
36
|
+
"__SLabel": "___SLabel_1jha7_gg_",
|
37
|
+
"__STotalPages": "___STotalPages_1jha7_gg_",
|
38
|
+
"__STotalPagesLabel": "___STotalPagesLabel_1jha7_gg_",
|
39
|
+
"__STotalLastPages": "___STotalLastPages_1jha7_gg_",
|
40
|
+
"__SPageInput": "___SPageInput_1jha7_gg_",
|
41
|
+
"__SPageInputAddon": "___SPageInputAddon_1jha7_gg_"
|
42
42
|
});
|
43
43
|
function formatThousands(value) {
|
44
44
|
var main = String(value);
|
package/pills/lib/cjs/Pills.js
CHANGED
@@ -22,19 +22,19 @@ var _addonTextChildren = _interopRequireDefault(require("intergalactic/utils/lib
|
|
22
22
|
var _a11yEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/a11yEnhance"));
|
23
23
|
var _logger = _interopRequireDefault(require("intergalactic/utils/lib/logger"));
|
24
24
|
/*__reshadow-styles__:"./style/pills.shadow.css"*/
|
25
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
26
|
-
"__SPills": "
|
27
|
-
"_keyboardFocused": "
|
28
|
-
"__SPill": "
|
29
|
-
"_selected": "
|
30
|
-
"__SText": "
|
31
|
-
"__SAddon": "
|
32
|
-
"_neighborLocation_right": "
|
33
|
-
"_neighborLocation_both": "
|
34
|
-
"_neighborLocation_left": "
|
35
|
-
"_disabled": "
|
36
|
-
"_size_m": "
|
37
|
-
"_size_l": "
|
25
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPills_19un6_gg_{display:inline-flex;align-items:center;justify-content:center;isolation:isolate;outline:0}.___SPills_19un6_gg_.__keyboardFocused_19un6_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5));z-index:1}.___SPill_19un6_gg_{display:inline-flex;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);border:1px solid var(--intergalactic-border-primary, #c4c7cf);border-radius:var(--intergalactic-control-rounded, 6px)}.___SPill_19un6_gg_::-moz-focus-inner{border:0;padding:0}.___SPill_19un6_gg_:active,.___SPill_19un6_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SPill_19un6_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none;background:var(--intergalactic-bg-primary-neutral-hover, #f4f5f9)}}.___SPill_19un6_gg_.__selected_19un6_gg_{background:var(--intergalactic-control-secondary-info, rgba(0, 143, 248, 0.1));border-color:var(--intergalactic-border-info-active, #006dca);z-index:1}.___SPill_19un6_gg_.__disabled_19un6_gg_{cursor:default;pointer-events:none}.___SPill_19un6_gg_.__disabled_19un6_gg_>*{opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SPill_19un6_gg_.__keyboardFocused_19un6_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5));z-index:1}.___SText_19un6_gg_{color:var(--intergalactic-text-primary, #191b23);display:inline-flex}.___SAddon_19un6_gg_{color:var(--intergalactic-text-secondary, #6c6e79);display:inline-flex;align-items:center;justify-content:center}.___SPill_19un6_gg_._size_m_19un6_gg_{height:var(--intergalactic-form-control-m, 28px);min-width:var(--intergalactic-form-control-m, 28px);font-size:var(--intergalactic-fs-200, 14px)}.___SPill_19un6_gg_._size_l_19un6_gg_ .___SText_19un6_gg_,.___SPill_19un6_gg_._size_m_19un6_gg_ .___SText_19un6_gg_{margin-left:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SPill_19un6_gg_._size_m_19un6_gg_ .___SAddon_19un6_gg_:not(:only-child):first-child{margin-left:var(--intergalactic-spacing-2x, 8px)}.___SPill_19un6_gg_._size_m_19un6_gg_ .___SAddon_19un6_gg_:not(:only-child):last-child{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SPill_19un6_gg_._size_m_19un6_gg_ .___SAddon_19un6_gg_:only-child{margin-left:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SPill_19un6_gg_._size_l_19un6_gg_{height:var(--intergalactic-form-control-l, 40px);min-width:var(--intergalactic-form-control-l, 40px);font-size:var(--intergalactic-fs-300, 16px)}.___SPill_19un6_gg_._size_l_19un6_gg_ .___SAddon_19un6_gg_:only-child,.___SPill_19un6_gg_._size_l_19un6_gg_ .___SText_19un6_gg_:only-child{margin-left:var(--intergalactic-spacing-3x, 12px);margin-right:var(--intergalactic-spacing-3x, 12px)}.___SPill_19un6_gg_._size_l_19un6_gg_ .___SAddon_19un6_gg_:not(:only-child):first-child{margin-left:var(--intergalactic-spacing-3x, 12px)}.___SPill_19un6_gg_._size_l_19un6_gg_ .___SAddon_19un6_gg_:not(:only-child):last-child{margin-right:var(--intergalactic-spacing-3x, 12px)}.___SPill_19un6_gg_._neighborLocation_right_19un6_gg_{border-top-right-radius:0;border-bottom-right-radius:0}.___SPill_19un6_gg_._neighborLocation_both_19un6_gg_{border-radius:0;margin-left:-1px}.___SPill_19un6_gg_._neighborLocation_left_19un6_gg_{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}" /*__inner_css_end__*/, "19un6_gg_") /*__reshadow_css_end__*/, {
|
26
|
+
"__SPills": "___SPills_19un6_gg_",
|
27
|
+
"_keyboardFocused": "__keyboardFocused_19un6_gg_",
|
28
|
+
"__SPill": "___SPill_19un6_gg_",
|
29
|
+
"_selected": "__selected_19un6_gg_",
|
30
|
+
"__SText": "___SText_19un6_gg_",
|
31
|
+
"__SAddon": "___SAddon_19un6_gg_",
|
32
|
+
"_neighborLocation_right": "_neighborLocation_right_19un6_gg_",
|
33
|
+
"_neighborLocation_both": "_neighborLocation_both_19un6_gg_",
|
34
|
+
"_neighborLocation_left": "_neighborLocation_left_19un6_gg_",
|
35
|
+
"_disabled": "__disabled_19un6_gg_",
|
36
|
+
"_size_m": "_size_m_19un6_gg_",
|
37
|
+
"_size_l": "_size_l_19un6_gg_"
|
38
38
|
});
|
39
39
|
var optionsA11yEnhance = {
|
40
40
|
onNeighborChange: function onNeighborChange(neighborElement, props) {
|
package/pills/lib/es6/Pills.js
CHANGED
@@ -19,19 +19,19 @@ import addonTextChildren from 'intergalactic/utils/lib/addonTextChildren';
|
|
19
19
|
import a11yEnhance from 'intergalactic/utils/lib/enhances/a11yEnhance';
|
20
20
|
import log from 'intergalactic/utils/lib/logger';
|
21
21
|
/*__reshadow-styles__:"./style/pills.shadow.css"*/
|
22
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
23
|
-
"__SPills": "
|
24
|
-
"_keyboardFocused": "
|
25
|
-
"__SPill": "
|
26
|
-
"_selected": "
|
27
|
-
"__SText": "
|
28
|
-
"__SAddon": "
|
29
|
-
"_neighborLocation_right": "
|
30
|
-
"_neighborLocation_both": "
|
31
|
-
"_neighborLocation_left": "
|
32
|
-
"_disabled": "
|
33
|
-
"_size_m": "
|
34
|
-
"_size_l": "
|
22
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPills_19un6_gg_{display:inline-flex;align-items:center;justify-content:center;isolation:isolate;outline:0}.___SPills_19un6_gg_.__keyboardFocused_19un6_gg_:focus{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5));z-index:1}.___SPill_19un6_gg_{display:inline-flex;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);border:1px solid var(--intergalactic-border-primary, #c4c7cf);border-radius:var(--intergalactic-control-rounded, 6px)}.___SPill_19un6_gg_::-moz-focus-inner{border:0;padding:0}.___SPill_19un6_gg_:active,.___SPill_19un6_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SPill_19un6_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none;background:var(--intergalactic-bg-primary-neutral-hover, #f4f5f9)}}.___SPill_19un6_gg_.__selected_19un6_gg_{background:var(--intergalactic-control-secondary-info, rgba(0, 143, 248, 0.1));border-color:var(--intergalactic-border-info-active, #006dca);z-index:1}.___SPill_19un6_gg_.__disabled_19un6_gg_{cursor:default;pointer-events:none}.___SPill_19un6_gg_.__disabled_19un6_gg_>*{opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SPill_19un6_gg_.__keyboardFocused_19un6_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5));z-index:1}.___SText_19un6_gg_{color:var(--intergalactic-text-primary, #191b23);display:inline-flex}.___SAddon_19un6_gg_{color:var(--intergalactic-text-secondary, #6c6e79);display:inline-flex;align-items:center;justify-content:center}.___SPill_19un6_gg_._size_m_19un6_gg_{height:var(--intergalactic-form-control-m, 28px);min-width:var(--intergalactic-form-control-m, 28px);font-size:var(--intergalactic-fs-200, 14px)}.___SPill_19un6_gg_._size_l_19un6_gg_ .___SText_19un6_gg_,.___SPill_19un6_gg_._size_m_19un6_gg_ .___SText_19un6_gg_{margin-left:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SPill_19un6_gg_._size_m_19un6_gg_ .___SAddon_19un6_gg_:not(:only-child):first-child{margin-left:var(--intergalactic-spacing-2x, 8px)}.___SPill_19un6_gg_._size_m_19un6_gg_ .___SAddon_19un6_gg_:not(:only-child):last-child{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SPill_19un6_gg_._size_m_19un6_gg_ .___SAddon_19un6_gg_:only-child{margin-left:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SPill_19un6_gg_._size_l_19un6_gg_{height:var(--intergalactic-form-control-l, 40px);min-width:var(--intergalactic-form-control-l, 40px);font-size:var(--intergalactic-fs-300, 16px)}.___SPill_19un6_gg_._size_l_19un6_gg_ .___SAddon_19un6_gg_:only-child,.___SPill_19un6_gg_._size_l_19un6_gg_ .___SText_19un6_gg_:only-child{margin-left:var(--intergalactic-spacing-3x, 12px);margin-right:var(--intergalactic-spacing-3x, 12px)}.___SPill_19un6_gg_._size_l_19un6_gg_ .___SAddon_19un6_gg_:not(:only-child):first-child{margin-left:var(--intergalactic-spacing-3x, 12px)}.___SPill_19un6_gg_._size_l_19un6_gg_ .___SAddon_19un6_gg_:not(:only-child):last-child{margin-right:var(--intergalactic-spacing-3x, 12px)}.___SPill_19un6_gg_._neighborLocation_right_19un6_gg_{border-top-right-radius:0;border-bottom-right-radius:0}.___SPill_19un6_gg_._neighborLocation_both_19un6_gg_{border-radius:0;margin-left:-1px}.___SPill_19un6_gg_._neighborLocation_left_19un6_gg_{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1px}" /*__inner_css_end__*/, "19un6_gg_") /*__reshadow_css_end__*/, {
|
23
|
+
"__SPills": "___SPills_19un6_gg_",
|
24
|
+
"_keyboardFocused": "__keyboardFocused_19un6_gg_",
|
25
|
+
"__SPill": "___SPill_19un6_gg_",
|
26
|
+
"_selected": "__selected_19un6_gg_",
|
27
|
+
"__SText": "___SText_19un6_gg_",
|
28
|
+
"__SAddon": "___SAddon_19un6_gg_",
|
29
|
+
"_neighborLocation_right": "_neighborLocation_right_19un6_gg_",
|
30
|
+
"_neighborLocation_both": "_neighborLocation_both_19un6_gg_",
|
31
|
+
"_neighborLocation_left": "_neighborLocation_left_19un6_gg_",
|
32
|
+
"_disabled": "__disabled_19un6_gg_",
|
33
|
+
"_size_m": "_size_m_19un6_gg_",
|
34
|
+
"_size_l": "_size_l_19un6_gg_"
|
35
35
|
});
|
36
36
|
var optionsA11yEnhance = {
|
37
37
|
onNeighborChange: function onNeighborChange(neighborElement, props) {
|
package/popper/lib/cjs/Popper.js
CHANGED
@@ -5,7 +5,7 @@ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWild
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
6
6
|
value: true
|
7
7
|
});
|
8
|
-
exports["default"] = void 0;
|
8
|
+
exports.isInputTriggerTag = exports["default"] = void 0;
|
9
9
|
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
|
10
10
|
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
11
11
|
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
@@ -40,12 +40,12 @@ var _excluded = ["placement", "modifiers", "strategy", "onFirstUpdate"],
|
|
40
40
|
_excluded2 = ["onKeyDown"],
|
41
41
|
_excluded3 = ["onKeyDown"];
|
42
42
|
/*__reshadow-styles__:"./style/popper.shadow.css"*/
|
43
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
44
|
-
"__SPopper": "
|
45
|
-
"_keyboardFocused": "
|
46
|
-
"_hideFocus": "
|
47
|
-
"__SFocusHint": "
|
48
|
-
"__STrigger": "
|
43
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPopper_57qhi_gg_{outline:0;z-index:var(--intergalactic-z-index-popper, 700);color:var(--intergalactic-text-primary, #191b23)}.___SPopper_57qhi_gg_.__keyboardFocused_57qhi_gg_:focus:after{position:absolute;display:block;content:\"\";top:0;right:0;bottom:0;left:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5));pointer-events:none;border-radius:var(--intergalactic-popper-rounded, 6px)}.___SPopper_57qhi_gg_.__keyboardFocused_57qhi_gg_.__hideFocus_57qhi_gg_:focus:after{box-shadow:none}.___SFocusHint_57qhi_gg_{display:none}.___STrigger_57qhi_gg_:focus .___SFocusHint_57qhi_gg_,.___STrigger_57qhi_gg_:focus-within .___SFocusHint_57qhi_gg_{display:inline}" /*__inner_css_end__*/, "57qhi_gg_") /*__reshadow_css_end__*/, {
|
44
|
+
"__SPopper": "___SPopper_57qhi_gg_",
|
45
|
+
"_keyboardFocused": "__keyboardFocused_57qhi_gg_",
|
46
|
+
"_hideFocus": "__hideFocus_57qhi_gg_",
|
47
|
+
"__SFocusHint": "___SFocusHint_57qhi_gg_",
|
48
|
+
"__STrigger": "___STrigger_57qhi_gg_"
|
49
49
|
});
|
50
50
|
function isObject(obj) {
|
51
51
|
return (0, _typeof2["default"])(obj) === 'object' && !Array.isArray(obj);
|
@@ -72,6 +72,14 @@ var useUpdatePopperEveryFrame = function useUpdatePopperEveryFrame(popperRef) {
|
|
72
72
|
}, []);
|
73
73
|
return handleAnimationFrame;
|
74
74
|
};
|
75
|
+
var isInputTriggerTag = function isInputTriggerTag(tag) {
|
76
|
+
var _tag$render;
|
77
|
+
if (typeof tag === 'string') return tag.toLowerCase().includes('input');
|
78
|
+
if ((0, _typeof2["default"])(tag) === 'object' && tag !== null && typeof tag.displayName === 'string') return tag.displayName.toLowerCase().includes('input');
|
79
|
+
if ((0, _typeof2["default"])(tag) === 'object' && tag !== null && typeof ((_tag$render = tag.render) === null || _tag$render === void 0 ? void 0 : _tag$render.displayName) === 'string') return tag.render.displayName.toLowerCase().includes('input');
|
80
|
+
return false;
|
81
|
+
};
|
82
|
+
exports.isInputTriggerTag = isInputTriggerTag;
|
75
83
|
var mouseMoveListenerAdded = false;
|
76
84
|
var lastMouseMove = 0;
|
77
85
|
var MODIFIERS_OPTIONS = ['offset', 'preventOverflow', 'arrow', 'flip', 'computeStyles', 'eventListeners'];
|
@@ -461,7 +469,8 @@ function Trigger(props) {
|
|
461
469
|
onKeyboardFocus = props.onKeyboardFocus,
|
462
470
|
highlighted = props.highlighted,
|
463
471
|
active = props.active,
|
464
|
-
popperRef = props.popperRef
|
472
|
+
popperRef = props.popperRef,
|
473
|
+
Tag = props.tag;
|
465
474
|
var triggerRef = _react["default"].useRef();
|
466
475
|
_react["default"].useEffect(function () {
|
467
476
|
if (highlighted === true) {
|
@@ -489,9 +498,10 @@ function Trigger(props) {
|
|
489
498
|
}, 1);
|
490
499
|
};
|
491
500
|
}, [active]);
|
501
|
+
var hasInputTrigger = isInputTriggerTag(Tag);
|
492
502
|
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(STrigger, (0, _core.assignProps)({
|
493
503
|
"inline": true,
|
494
|
-
"role": 'button',
|
504
|
+
"role": hasInputTrigger ? 'combobox' : 'button',
|
495
505
|
"aria-haspopup": true,
|
496
506
|
"ref": triggerRef,
|
497
507
|
"onFocus": handleFocus,
|