intergalactic 15.101.0-prerelease.0 → 15.102.0-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 +40 -0
- package/accordion/lib/cjs/Accordion.js +9 -9
- package/accordion/lib/es6/Accordion.js +9 -9
- package/accordion/package.json +1 -0
- 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/package.json +1 -0
- package/badge/lib/cjs/Badge.js +6 -6
- package/badge/lib/es6/Badge.js +6 -6
- package/badge/package.json +1 -0
- 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/package.json +1 -0
- package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
- package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
- package/breadcrumbs/package.json +1 -0
- package/breakpoints/package.json +1 -0
- package/button/lib/cjs/Button.js +26 -26
- package/button/lib/es6/Button.js +26 -26
- package/button/package.json +1 -0
- package/card/lib/cjs/Card.js +8 -8
- package/card/lib/es6/Card.js +8 -8
- package/card/package.json +1 -0
- package/carousel/lib/cjs/Carousel.js +21 -21
- package/carousel/lib/es6/Carousel.js +21 -21
- package/carousel/package.json +1 -0
- package/checkbox/lib/cjs/Checkbox.js +18 -18
- package/checkbox/lib/es6/Checkbox.js +18 -18
- package/checkbox/package.json +1 -0
- package/color-picker/lib/cjs/ColorPicker.js +23 -23
- package/color-picker/lib/cjs/PaletteManager.js +23 -23
- package/color-picker/lib/cjs/components/InputColor.js +23 -23
- package/color-picker/lib/es6/ColorPicker.js +23 -23
- package/color-picker/lib/es6/PaletteManager.js +23 -23
- package/color-picker/lib/es6/components/InputColor.js +23 -23
- package/color-picker/package.json +1 -0
- package/components.json +73 -73
- package/core/package.json +1 -0
- package/counter/lib/cjs/Counter.js +11 -11
- package/counter/lib/es6/Counter.js +11 -11
- package/counter/package.json +1 -0
- package/d3-chart/CompactHorizontalBar.d.ts +17 -12
- package/d3-chart/Venn.d.ts +5 -0
- 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 +24 -20
- package/d3-chart/lib/cjs/CompactHorizontalBar.js.map +1 -1
- 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 +11 -11
- package/d3-chart/lib/cjs/Reference.js +12 -12
- package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
- package/d3-chart/lib/cjs/StackBar.js +7 -1
- package/d3-chart/lib/cjs/StackBar.js.map +1 -1
- package/d3-chart/lib/cjs/Tooltip.js +9 -9
- package/d3-chart/lib/cjs/Venn.js +17 -13
- package/d3-chart/lib/cjs/Venn.js.map +1 -1
- 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/cjs/types/CompactHorizontalBar.d.js.map +1 -1
- package/d3-chart/lib/cjs/types/Venn.d.js.map +1 -1
- 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 +24 -20
- package/d3-chart/lib/es6/CompactHorizontalBar.js.map +1 -1
- 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 +11 -11
- package/d3-chart/lib/es6/Reference.js +12 -12
- package/d3-chart/lib/es6/ScatterPlot.js +9 -9
- package/d3-chart/lib/es6/StackBar.js +7 -1
- package/d3-chart/lib/es6/StackBar.js.map +1 -1
- package/d3-chart/lib/es6/Tooltip.js +9 -9
- package/d3-chart/lib/es6/Venn.js +17 -13
- package/d3-chart/lib/es6/Venn.js.map +1 -1
- 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/es6/types/CompactHorizontalBar.d.js.map +1 -1
- package/d3-chart/lib/es6/types/Venn.d.js.map +1 -1
- package/d3-chart/lib/types/CompactHorizontalBar.d.ts +17 -12
- package/d3-chart/lib/types/Venn.d.ts +5 -0
- package/d3-chart/package.json +1 -0
- package/data-table/lib/cjs/Body.js +3 -3
- package/data-table/lib/cjs/DataTable.js +37 -37
- package/data-table/lib/es6/Body.js +3 -3
- package/data-table/lib/es6/DataTable.js +37 -37
- package/data-table/package.json +1 -0
- 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/package.json +1 -0
- package/divider/lib/cjs/Divider.js +18 -11
- package/divider/lib/cjs/Divider.js.map +1 -1
- package/divider/lib/cjs/style/divider.shadow.css +9 -0
- package/divider/lib/es6/Divider.js +18 -11
- package/divider/lib/es6/Divider.js.map +1 -1
- package/divider/lib/es6/style/divider.shadow.css +9 -0
- package/divider/package.json +1 -0
- package/dot/lib/cjs/Dot.js +10 -10
- package/dot/lib/es6/Dot.js +10 -10
- package/dot/package.json +1 -0
- package/drag-and-drop/lib/cjs/DragAndDrop.js +16 -16
- package/drag-and-drop/lib/es6/DragAndDrop.js +16 -16
- package/drag-and-drop/package.json +1 -0
- package/dropdown/lib/cjs/Dropdown.js +2 -2
- package/dropdown/lib/es6/Dropdown.js +2 -2
- package/dropdown/package.json +1 -0
- package/dropdown-menu/lib/cjs/DropdownMenu.js +21 -21
- package/dropdown-menu/lib/es6/DropdownMenu.js +21 -21
- package/dropdown-menu/package.json +1 -0
- package/ellipsis/lib/cjs/Ellipsis.js +10 -10
- package/ellipsis/lib/es6/Ellipsis.js +10 -10
- package/ellipsis/package.json +1 -0
- package/errors/lib/cjs/Error.js +9 -9
- package/errors/lib/es6/Error.js +9 -9
- package/errors/package.json +1 -0
- package/feature-popover/lib/cjs/FeaturePopover.js +10 -10
- package/feature-popover/lib/es6/FeaturePopover.js +10 -10
- package/feature-popover/package.json +1 -0
- 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 +6 -6
- 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 +6 -6
- package/feedback-form/package.json +1 -0
- 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 -0
- 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/flex-box/package.json +1 -0
- package/format-text/lib/cjs/FormatText.js +5 -5
- package/format-text/lib/es6/FormatText.js +5 -5
- package/format-text/package.json +1 -0
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
- package/fullscreen-modal/package.json +1 -0
- package/grid/lib/cjs/Grid.js +114 -114
- package/grid/lib/es6/Grid.js +114 -114
- package/grid/package.json +1 -0
- package/i18n-unplugin/package.json +1 -0
- 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/package.json +1 -0
- 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 -0
- package/inline-edit/lib/cjs/InlineEdit.js +4 -4
- package/inline-edit/lib/es6/InlineEdit.js +4 -4
- package/inline-edit/package.json +1 -0
- package/inline-input/lib/cjs/InlineInput.js +14 -14
- package/inline-input/lib/es6/InlineInput.js +14 -14
- package/inline-input/package.json +1 -0
- package/input/lib/cjs/Input.js +17 -17
- package/input/lib/es6/Input.js +17 -17
- package/input/package.json +1 -0
- package/input-mask/lib/cjs/InputMask.js +6 -6
- package/input-mask/lib/es6/InputMask.js +6 -6
- package/input-mask/package.json +1 -0
- package/input-number/lib/cjs/InputNumber.js +9 -9
- package/input-number/lib/es6/InputNumber.js +9 -9
- package/input-number/package.json +1 -0
- package/input-tags/lib/cjs/InputTags.js +12 -12
- package/input-tags/lib/es6/InputTags.js +12 -12
- package/input-tags/package.json +1 -0
- package/link/lib/cjs/Link.js +12 -12
- package/link/lib/es6/Link.js +12 -12
- package/link/package.json +1 -0
- 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/mini-chart/package.json +1 -0
- package/modal/lib/cjs/Modal.js +17 -12
- package/modal/lib/cjs/Modal.js.map +1 -1
- package/modal/lib/cjs/style/modal.shadow.css +0 -1
- package/modal/lib/es6/Modal.js +17 -12
- package/modal/lib/es6/Modal.js.map +1 -1
- package/modal/lib/es6/style/modal.shadow.css +0 -1
- package/modal/package.json +1 -0
- package/neighbor-location/package.json +1 -0
- package/notice/lib/cjs/Notice.js +14 -14
- package/notice/lib/es6/Notice.js +14 -14
- package/notice/package.json +1 -0
- package/notice-bubble/lib/cjs/NoticeBubble.js +27 -24
- package/notice-bubble/lib/cjs/NoticeBubble.js.map +1 -1
- package/notice-bubble/lib/cjs/style/notice-bubble.shadow.css +0 -1
- package/notice-bubble/lib/es6/NoticeBubble.js +27 -24
- package/notice-bubble/lib/es6/NoticeBubble.js.map +1 -1
- package/notice-bubble/lib/es6/style/notice-bubble.shadow.css +0 -1
- package/notice-bubble/package.json +1 -0
- package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
- package/notice-global/lib/es6/NoticeGlobal.js +11 -11
- package/notice-global/package.json +1 -0
- package/outside-click/package.json +1 -0
- package/package.json +1 -1
- package/pagination/lib/cjs/Pagination.js +10 -10
- package/pagination/lib/es6/Pagination.js +10 -10
- package/pagination/package.json +1 -0
- package/pills/lib/cjs/Pills.js +13 -13
- package/pills/lib/es6/Pills.js +13 -13
- package/pills/package.json +1 -0
- package/popper/lib/cjs/Popper.js +13 -8
- package/popper/lib/cjs/Popper.js.map +1 -1
- package/popper/lib/cjs/style/popper.shadow.css +0 -1
- package/popper/lib/es6/Popper.js +13 -8
- package/popper/lib/es6/Popper.js.map +1 -1
- package/popper/lib/es6/style/popper.shadow.css +0 -1
- package/popper/package.json +1 -0
- package/portal/package.json +1 -0
- 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/package.json +1 -0
- package/progress-bar/lib/cjs/ProgressBar.js +15 -15
- package/progress-bar/lib/es6/ProgressBar.js +15 -15
- package/progress-bar/package.json +1 -0
- package/radio/lib/cjs/Radio.js +16 -16
- package/radio/lib/es6/Radio.js +16 -16
- package/radio/package.json +1 -0
- package/scroll-area/index.d.ts +6 -0
- package/scroll-area/lib/cjs/ScrollArea.js +39 -32
- package/scroll-area/lib/cjs/ScrollArea.js.map +1 -1
- package/scroll-area/lib/cjs/ScrollBar.js +6 -6
- package/scroll-area/lib/cjs/index.d.js.map +1 -1
- package/scroll-area/lib/es6/ScrollArea.js +39 -32
- package/scroll-area/lib/es6/ScrollArea.js.map +1 -1
- package/scroll-area/lib/es6/ScrollBar.js +6 -6
- package/scroll-area/lib/es6/index.d.js.map +1 -1
- package/scroll-area/lib/types/index.d.ts +6 -0
- package/scroll-area/package.json +1 -0
- 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/package.json +1 -0
- package/side-panel/lib/cjs/SidePanel.js +28 -23
- package/side-panel/lib/cjs/SidePanel.js.map +1 -1
- package/side-panel/lib/cjs/style/side-panel.shadow.css +0 -1
- package/side-panel/lib/es6/SidePanel.js +28 -23
- package/side-panel/lib/es6/SidePanel.js.map +1 -1
- package/side-panel/lib/es6/style/side-panel.shadow.css +0 -1
- package/side-panel/package.json +1 -0
- 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/package.json +1 -0
- package/slider/lib/cjs/Slider.js +8 -8
- package/slider/lib/es6/Slider.js +8 -8
- package/slider/package.json +1 -0
- package/spin/lib/cjs/Spin.js +13 -13
- package/spin/lib/es6/Spin.js +13 -13
- package/spin/package.json +1 -0
- package/spin-container/lib/cjs/SpinContainer.js +8 -8
- package/spin-container/lib/es6/SpinContainer.js +8 -8
- package/spin-container/package.json +1 -0
- package/sticky/lib/cjs/Sticky.js +2 -2
- package/sticky/lib/es6/Sticky.js +2 -2
- package/sticky/package.json +1 -0
- package/stylelint-plugin/package.json +1 -0
- package/switch/lib/cjs/Switch.js +21 -21
- package/switch/lib/es6/Switch.js +21 -21
- package/switch/package.json +1 -0
- package/tab-line/lib/cjs/TabLine.js +13 -13
- package/tab-line/lib/es6/TabLine.js +13 -13
- package/tab-line/package.json +1 -0
- package/tab-panel/lib/cjs/TabPanel.js +8 -8
- package/tab-panel/lib/es6/TabPanel.js +8 -8
- package/tab-panel/package.json +1 -0
- package/tag/lib/cjs/Tag.js +23 -23
- package/tag/lib/es6/Tag.js +23 -23
- package/tag/package.json +1 -0
- package/textarea/lib/cjs/Textarea.js +8 -8
- package/textarea/lib/es6/Textarea.js +8 -8
- package/textarea/package.json +1 -0
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/time-picker/package.json +1 -0
- package/tooltip/lib/cjs/Tooltip.js +16 -14
- package/tooltip/lib/cjs/Tooltip.js.map +1 -1
- package/tooltip/lib/cjs/style/tooltip.shadow.css +0 -4
- package/tooltip/lib/es6/Tooltip.js +16 -14
- package/tooltip/lib/es6/Tooltip.js.map +1 -1
- package/tooltip/lib/es6/style/tooltip.shadow.css +0 -4
- package/tooltip/package.json +1 -0
- 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/package.json +1 -0
- 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/zIndexStacking.d.ts +8 -0
- package/utils/lib/zIndexStacking.js +48 -0
- package/utils/lib/zIndexStacking.js.map +1 -0
- package/utils/lib/zIndexStacking.mjs +38 -0
- package/utils/lib/zIndexStacking.mjs.map +1 -0
- package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
- package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
- package/widget-empty/package.json +1 -0
- package/wizard/lib/cjs/Wizard.js +11 -11
- package/wizard/lib/es6/Wizard.js +11 -11
- package/wizard/package.json +1 -0
@@ -24,15 +24,15 @@ var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynam
|
|
24
24
|
var _i18nEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/i18nEnhance"));
|
25
25
|
var _ref7 = require("intergalactic/utils/lib/ref");
|
26
26
|
/*__reshadow-styles__:"./style/input-number.shadow.css"*/
|
27
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
28
|
-
"__SValue": "
|
29
|
-
"__SControls": "
|
30
|
-
"_showControls": "
|
31
|
-
"__SUp": "
|
32
|
-
"__SDown": "
|
33
|
-
"_disabled": "
|
34
|
-
"__SValueHidden": "
|
35
|
-
"_type_number": "
|
27
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SValue_aqcqe_gg_:focus~.___SControls_aqcqe_gg_{display:flex}.___SControls_aqcqe_gg_{display:none;flex-flow:column;justify-content:center;height:100%;box-sizing:border-box}.___SControls_aqcqe_gg_.__showControls_aqcqe_gg_{display:flex}.___SDown_aqcqe_gg_,.___SUp_aqcqe_gg_{padding:0;width:16px;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);box-sizing:border-box;display:inline-flex;justify-content:center;border:0;background:0 0;cursor:pointer}.___SDown_aqcqe_gg_:focus,.___SUp_aqcqe_gg_:focus{outline:0}@media (hover:hover){.___SDown_aqcqe_gg_:hover,.___SUp_aqcqe_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SUp_aqcqe_gg_{padding-bottom:1px}.___SDown_aqcqe_gg_{padding-top:1px}.___SValue_aqcqe_gg_::-webkit-inner-spin-button,.___SValue_aqcqe_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_aqcqe_gg_._type_number_aqcqe_gg_{-moz-appearance:textfield}.___SValue_aqcqe_gg_.__disabled_aqcqe_gg_~.___SControls_aqcqe_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SValueHidden_aqcqe_gg_{position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden}" /*__inner_css_end__*/, "aqcqe_gg_") /*__reshadow_css_end__*/, {
|
28
|
+
"__SValue": "___SValue_aqcqe_gg_",
|
29
|
+
"__SControls": "___SControls_aqcqe_gg_",
|
30
|
+
"_showControls": "__showControls_aqcqe_gg_",
|
31
|
+
"__SUp": "___SUp_aqcqe_gg_",
|
32
|
+
"__SDown": "___SDown_aqcqe_gg_",
|
33
|
+
"_disabled": "__disabled_aqcqe_gg_",
|
34
|
+
"__SValueHidden": "___SValueHidden_aqcqe_gg_",
|
35
|
+
"_type_number": "_type_number_aqcqe_gg_"
|
36
36
|
});
|
37
37
|
function parseValueWithMinMax(value) {
|
38
38
|
var min = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : Number.MIN_SAFE_INTEGER;
|
@@ -17,15 +17,15 @@ import { IncrementIcon, DecrementIcon } from './buttons';
|
|
17
17
|
import { localizedMessages } from './translations/__intergalactic-dynamic-locales';
|
18
18
|
import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
19
19
|
/*__reshadow-styles__:"./style/input-number.shadow.css"*/
|
20
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
21
|
-
"__SValue": "
|
22
|
-
"__SControls": "
|
23
|
-
"_showControls": "
|
24
|
-
"__SUp": "
|
25
|
-
"__SDown": "
|
26
|
-
"_disabled": "
|
27
|
-
"__SValueHidden": "
|
28
|
-
"_type_number": "
|
20
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SValue_aqcqe_gg_:focus~.___SControls_aqcqe_gg_{display:flex}.___SControls_aqcqe_gg_{display:none;flex-flow:column;justify-content:center;height:100%;box-sizing:border-box}.___SControls_aqcqe_gg_.__showControls_aqcqe_gg_{display:flex}.___SDown_aqcqe_gg_,.___SUp_aqcqe_gg_{padding:0;width:16px;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);box-sizing:border-box;display:inline-flex;justify-content:center;border:0;background:0 0;cursor:pointer}.___SDown_aqcqe_gg_:focus,.___SUp_aqcqe_gg_:focus{outline:0}@media (hover:hover){.___SDown_aqcqe_gg_:hover,.___SUp_aqcqe_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SUp_aqcqe_gg_{padding-bottom:1px}.___SDown_aqcqe_gg_{padding-top:1px}.___SValue_aqcqe_gg_::-webkit-inner-spin-button,.___SValue_aqcqe_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_aqcqe_gg_._type_number_aqcqe_gg_{-moz-appearance:textfield}.___SValue_aqcqe_gg_.__disabled_aqcqe_gg_~.___SControls_aqcqe_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SValueHidden_aqcqe_gg_{position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden}" /*__inner_css_end__*/, "aqcqe_gg_") /*__reshadow_css_end__*/, {
|
21
|
+
"__SValue": "___SValue_aqcqe_gg_",
|
22
|
+
"__SControls": "___SControls_aqcqe_gg_",
|
23
|
+
"_showControls": "__showControls_aqcqe_gg_",
|
24
|
+
"__SUp": "___SUp_aqcqe_gg_",
|
25
|
+
"__SDown": "___SDown_aqcqe_gg_",
|
26
|
+
"_disabled": "__disabled_aqcqe_gg_",
|
27
|
+
"__SValueHidden": "___SValueHidden_aqcqe_gg_",
|
28
|
+
"_type_number": "_type_number_aqcqe_gg_"
|
29
29
|
});
|
30
30
|
import { forkRef } from 'intergalactic/utils/lib/ref';
|
31
31
|
export function parseValueWithMinMax(value) {
|
@@ -0,0 +1 @@
|
|
1
|
+
{"name":"intergalactic/input-number","description":"Semrush InputNumber Component","version":"5.33.0-prerelease.0","main":"lib/cjs/index.js","module":"lib/es6/index.js","typings":"lib/types/index.d.ts","sideEffects":false,"author":"UI-kit team <ui-kit-team@semrush.com>","license":"MIT","scripts":{"build":"pnpm semcore-builder --source=js"},"dependencies":{"@semcore/input":"4.32.0-prerelease.0","@semcore/utils":"4.32.0-prerelease.0","@semcore/flex-box":"5.31.0-prerelease.0"},"peerDependencies":{"@semcore/core":"^2.29.0-prerelease.0","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/input-number"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
|
@@ -22,18 +22,18 @@ var _scrollArea = _interopRequireDefault(require("intergalactic/scroll-area"));
|
|
22
22
|
var _tag = _interopRequireDefault(require("intergalactic/tag"));
|
23
23
|
var _fire = _interopRequireDefault(require("intergalactic/utils/lib/fire"));
|
24
24
|
/*__reshadow-styles__:"./style/input-tag.shadow.css"*/
|
25
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
26
|
-
"__SInputTags": "
|
27
|
-
"__SContainer": "
|
28
|
-
"__SOutline": "
|
29
|
-
"_orientation_vertical": "
|
30
|
-
"_size_m": "
|
31
|
-
"_size_l": "
|
32
|
-
"__STag": "
|
33
|
-
"_editable": "
|
34
|
-
"__SValue": "
|
35
|
-
"__SSpacer": "
|
36
|
-
"__SListAriaWrapper": "
|
25
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SInputTags_uzgpr_gg_{box-sizing:border-box;cursor:text;align-items:flex-start;overflow:visible;overflow:initial}.___SInputTags_uzgpr_gg_ .___SContainer_uzgpr_gg_:focus .___SOutline_uzgpr_gg_{border-color:var(--intergalactic-border-info-active, #006dca);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SInputTags_uzgpr_gg_ .___SContainer_uzgpr_gg_:focus:has(.___SOutline_uzgpr_gg_)::after{box-shadow:none}.___SContainer_uzgpr_gg_{padding:1px 0;box-sizing:border-box;border-bottom:1px solid transparent;border-top:1px solid transparent}.___SInputTags_uzgpr_gg_>div>div{display:flex;align-items:center;flex-flow:row wrap}.___SInputTags_uzgpr_gg_>div[data-ui-name=\"ScrollArea.Bar\"]._orientation_vertical_uzgpr_gg_{right:1px!important}.___SInputTags_uzgpr_gg_._size_m_uzgpr_gg_{min-height:var(--intergalactic-form-control-m, 28px);height:auto;padding:0 calc(var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))}.___SInputTags_uzgpr_gg_._size_l_uzgpr_gg_{min-height:var(--intergalactic-form-control-l, 40px);height:auto;padding:0 calc(var(--intergalactic-spacing-2x, 8px) + var(--intergalactic-spacing-05x, 2px))}.___STag_uzgpr_gg_{margin:var(--intergalactic-spacing-05x, 2px)}.___STag_uzgpr_gg_.__editable_uzgpr_gg_{cursor:pointer}.___SInputTags_uzgpr_gg_._size_m_uzgpr_gg_ .___SValue_uzgpr_gg_{height:calc(var(--intergalactic-form-control-m, 28px) - var(--intergalactic-spacing-1x, 4px))}.___SInputTags_uzgpr_gg_._size_l_uzgpr_gg_ .___SValue_uzgpr_gg_{height:calc(var(--intergalactic-form-control-l, 40px) - var(--intergalactic-spacing-1x, 4px))}.___SValue_uzgpr_gg_{padding:0!important;margin-left:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-05x, 2px)}.___SSpacer_uzgpr_gg_{position:absolute;top:0;left:0;visibility:hidden;height:0;overflow:scroll;white-space:pre;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;letter-spacing:inherit;text-transform:inherit}.___SListAriaWrapper_uzgpr_gg_{display:contents}" /*__inner_css_end__*/, "uzgpr_gg_") /*__reshadow_css_end__*/, {
|
26
|
+
"__SInputTags": "___SInputTags_uzgpr_gg_",
|
27
|
+
"__SContainer": "___SContainer_uzgpr_gg_",
|
28
|
+
"__SOutline": "___SOutline_uzgpr_gg_",
|
29
|
+
"_orientation_vertical": "_orientation_vertical_uzgpr_gg_",
|
30
|
+
"_size_m": "_size_m_uzgpr_gg_",
|
31
|
+
"_size_l": "_size_l_uzgpr_gg_",
|
32
|
+
"__STag": "___STag_uzgpr_gg_",
|
33
|
+
"_editable": "__editable_uzgpr_gg_",
|
34
|
+
"__SValue": "___SValue_uzgpr_gg_",
|
35
|
+
"__SSpacer": "___SSpacer_uzgpr_gg_",
|
36
|
+
"__SListAriaWrapper": "___SListAriaWrapper_uzgpr_gg_"
|
37
37
|
});
|
38
38
|
/** @deprecated */
|
39
39
|
var InputTags = /*#__PURE__*/function (_Component) {
|
@@ -17,18 +17,18 @@ import ScrollArea from 'intergalactic/scroll-area';
|
|
17
17
|
import Tag from 'intergalactic/tag';
|
18
18
|
import fire from 'intergalactic/utils/lib/fire';
|
19
19
|
/*__reshadow-styles__:"./style/input-tag.shadow.css"*/
|
20
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
21
|
-
"__SInputTags": "
|
22
|
-
"__SContainer": "
|
23
|
-
"__SOutline": "
|
24
|
-
"_orientation_vertical": "
|
25
|
-
"_size_m": "
|
26
|
-
"_size_l": "
|
27
|
-
"__STag": "
|
28
|
-
"_editable": "
|
29
|
-
"__SValue": "
|
30
|
-
"__SSpacer": "
|
31
|
-
"__SListAriaWrapper": "
|
20
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SInputTags_uzgpr_gg_{box-sizing:border-box;cursor:text;align-items:flex-start;overflow:visible;overflow:initial}.___SInputTags_uzgpr_gg_ .___SContainer_uzgpr_gg_:focus .___SOutline_uzgpr_gg_{border-color:var(--intergalactic-border-info-active, #006dca);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SInputTags_uzgpr_gg_ .___SContainer_uzgpr_gg_:focus:has(.___SOutline_uzgpr_gg_)::after{box-shadow:none}.___SContainer_uzgpr_gg_{padding:1px 0;box-sizing:border-box;border-bottom:1px solid transparent;border-top:1px solid transparent}.___SInputTags_uzgpr_gg_>div>div{display:flex;align-items:center;flex-flow:row wrap}.___SInputTags_uzgpr_gg_>div[data-ui-name=\"ScrollArea.Bar\"]._orientation_vertical_uzgpr_gg_{right:1px!important}.___SInputTags_uzgpr_gg_._size_m_uzgpr_gg_{min-height:var(--intergalactic-form-control-m, 28px);height:auto;padding:0 calc(var(--intergalactic-spacing-1x, 4px) + var(--intergalactic-spacing-05x, 2px))}.___SInputTags_uzgpr_gg_._size_l_uzgpr_gg_{min-height:var(--intergalactic-form-control-l, 40px);height:auto;padding:0 calc(var(--intergalactic-spacing-2x, 8px) + var(--intergalactic-spacing-05x, 2px))}.___STag_uzgpr_gg_{margin:var(--intergalactic-spacing-05x, 2px)}.___STag_uzgpr_gg_.__editable_uzgpr_gg_{cursor:pointer}.___SInputTags_uzgpr_gg_._size_m_uzgpr_gg_ .___SValue_uzgpr_gg_{height:calc(var(--intergalactic-form-control-m, 28px) - var(--intergalactic-spacing-1x, 4px))}.___SInputTags_uzgpr_gg_._size_l_uzgpr_gg_ .___SValue_uzgpr_gg_{height:calc(var(--intergalactic-form-control-l, 40px) - var(--intergalactic-spacing-1x, 4px))}.___SValue_uzgpr_gg_{padding:0!important;margin-left:var(--intergalactic-spacing-05x, 2px);margin-right:var(--intergalactic-spacing-05x, 2px)}.___SSpacer_uzgpr_gg_{position:absolute;top:0;left:0;visibility:hidden;height:0;overflow:scroll;white-space:pre;font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;letter-spacing:inherit;text-transform:inherit}.___SListAriaWrapper_uzgpr_gg_{display:contents}" /*__inner_css_end__*/, "uzgpr_gg_") /*__reshadow_css_end__*/, {
|
21
|
+
"__SInputTags": "___SInputTags_uzgpr_gg_",
|
22
|
+
"__SContainer": "___SContainer_uzgpr_gg_",
|
23
|
+
"__SOutline": "___SOutline_uzgpr_gg_",
|
24
|
+
"_orientation_vertical": "_orientation_vertical_uzgpr_gg_",
|
25
|
+
"_size_m": "_size_m_uzgpr_gg_",
|
26
|
+
"_size_l": "_size_l_uzgpr_gg_",
|
27
|
+
"__STag": "___STag_uzgpr_gg_",
|
28
|
+
"_editable": "__editable_uzgpr_gg_",
|
29
|
+
"__SValue": "___SValue_uzgpr_gg_",
|
30
|
+
"__SSpacer": "___SSpacer_uzgpr_gg_",
|
31
|
+
"__SListAriaWrapper": "___SListAriaWrapper_uzgpr_gg_"
|
32
32
|
});
|
33
33
|
/** @deprecated */
|
34
34
|
var InputTags = /*#__PURE__*/function (_Component) {
|
@@ -0,0 +1 @@
|
|
1
|
+
{"name":"intergalactic/input-tags","description":"Semrush InputTags Component","version":"4.36.0-prerelease.0","main":"lib/cjs/index.js","module":"lib/es6/index.js","typings":"lib/types/index.d.ts","sideEffects":false,"author":"UI-kit team <ui-kit-team@semrush.com>","license":"MIT","scripts":{"build":"pnpm semcore-builder"},"dependencies":{"@semcore/utils":"4.32.0-prerelease.0","@semcore/input":"4.32.0-prerelease.0","@semcore/scroll-area":"5.34.0-prerelease.0","@semcore/tag":"5.41.0-prerelease.0"},"peerDependencies":{"@semcore/core":"^2.29.0-prerelease.0","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/input-tags"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0","@semcore/tooltip":"*","@semcore/select":"*"}}
|
package/link/lib/cjs/Link.js
CHANGED
@@ -25,18 +25,18 @@ var _logger = _interopRequireDefault(require("intergalactic/utils/lib/logger"));
|
|
25
25
|
var _hasLabels = _interopRequireDefault(require("intergalactic/utils/lib/hasLabels"));
|
26
26
|
var _resolveColorEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/resolveColorEnhance"));
|
27
27
|
/*__reshadow-styles__:"./style/link.shadow.css"*/
|
28
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
29
|
-
"__SLink": "
|
30
|
-
"_keyboardFocused": "
|
31
|
-
"_visually-disabled": "__visually-
|
32
|
-
"_noWrapText": "
|
33
|
-
"_inline": "
|
34
|
-
"__SAddon": "
|
35
|
-
"__SText": "
|
36
|
-
"_active": "
|
37
|
-
"_enableVisited": "
|
38
|
-
"_text-color": "__text-
|
39
|
-
"--text-color": "--text-
|
28
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SLink_1xerg_gg_{display:inline-block;font-family:inherit;color:var(--intergalactic-text-link, #006dca);line-height:normal;position:relative;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;border:0;padding:0;margin:0;box-shadow:none;-webkit-tap-highlight-color:transparent;outline:0;background:0 0;transition:color .15s ease-in-out}.___SLink_1xerg_gg_:active,.___SLink_1xerg_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SLink_1xerg_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___SLink_1xerg_gg_::-moz-focus-inner{border:0;padding:0}.___SLink_1xerg_gg_.__active_1xerg_gg_,.___SLink_1xerg_gg_:active{color:var(--intergalactic-text-link-hover-active, #044792)}@media (hover:hover){.___SLink_1xerg_gg_:hover{color:var(--intergalactic-text-link-hover-active, #044792)}}.___SLink_1xerg_gg_.__active_1xerg_gg_ .___SText_1xerg_gg_,.___SLink_1xerg_gg_:active .___SText_1xerg_gg_{border-color:currentColor}@media (hover:hover){.___SLink_1xerg_gg_:hover .___SText_1xerg_gg_{border-color:currentColor}}.___SLink_1xerg_gg_.__enableVisited_1xerg_gg_:visited{color:var(--intergalactic-text-link-visited, #8649e1)}@media (hover:hover){.___SLink_1xerg_gg_.__enableVisited_1xerg_gg_:visited:hover{color:var(--intergalactic-text-link-visited, #8649e1)}}.___SLink_1xerg_gg_.__keyboardFocused_1xerg_gg_{outline-color:var(--intergalactic-keyboard-focus-outline, rgba(0, 143, 248, 0.5));outline-style:solid;outline-width:3px}.___SLink_1xerg_gg_.__visually-disabled_1xerg_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SLink_1xerg_gg_.__noWrapText_1xerg_gg_{white-space:nowrap}.___SLink_1xerg_gg_.__inline_1xerg_gg_{display:inline}.___SAddon_1xerg_gg_{display:inline-flex;justify-content:center;align-items:center;margin-bottom:var(--intergalactic-spacing-05x, 2px);vertical-align:middle}.___SLink_1xerg_gg_ .___SAddon_1xerg_gg_:not(:only-child):first-child{margin-right:var(--intergalactic-spacing-1x, 4px)}.___SLink_1xerg_gg_ .___SAddon_1xerg_gg_:not(:only-child):last-child{margin-left:var(--intergalactic-spacing-1x, 4px)}.___SText_1xerg_gg_{border-bottom-width:1px;border-bottom-style:solid;border-color:transparent;transition:border-bottom-color .15s ease-in-out}.___SLink_1xerg_gg_.__text-color_1xerg_gg_{color:var(--text-color_1xerg)}.___SLink_1xerg_gg_.__text-color_1xerg_gg_.__active_1xerg_gg_,.___SLink_1xerg_gg_.__text-color_1xerg_gg_:active{color:var(--text-color_1xerg);filter:brightness(.8)}@media (hover:hover){.___SLink_1xerg_gg_.__text-color_1xerg_gg_:hover{color:var(--text-color_1xerg);filter:brightness(.8)}}@media (prefers-reduced-motion){.___SLink_1xerg_gg_,.___SText_1xerg_gg_{transition:none}}" /*__inner_css_end__*/, "1xerg_gg_") /*__reshadow_css_end__*/, {
|
29
|
+
"__SLink": "___SLink_1xerg_gg_",
|
30
|
+
"_keyboardFocused": "__keyboardFocused_1xerg_gg_",
|
31
|
+
"_visually-disabled": "__visually-disabled_1xerg_gg_",
|
32
|
+
"_noWrapText": "__noWrapText_1xerg_gg_",
|
33
|
+
"_inline": "__inline_1xerg_gg_",
|
34
|
+
"__SAddon": "___SAddon_1xerg_gg_",
|
35
|
+
"__SText": "___SText_1xerg_gg_",
|
36
|
+
"_active": "__active_1xerg_gg_",
|
37
|
+
"_enableVisited": "__enableVisited_1xerg_gg_",
|
38
|
+
"_text-color": "__text-color_1xerg_gg_",
|
39
|
+
"--text-color": "--text-color_1xerg"
|
40
40
|
});
|
41
41
|
var RootLink = /*#__PURE__*/function (_Component) {
|
42
42
|
(0, _inherits2["default"])(RootLink, _Component);
|
package/link/lib/es6/Link.js
CHANGED
@@ -20,18 +20,18 @@ import logger from 'intergalactic/utils/lib/logger';
|
|
20
20
|
import hasLabels from 'intergalactic/utils/lib/hasLabels';
|
21
21
|
import resolveColorEnhance from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
|
22
22
|
/*__reshadow-styles__:"./style/link.shadow.css"*/
|
23
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
24
|
-
"__SLink": "
|
25
|
-
"_keyboardFocused": "
|
26
|
-
"_visually-disabled": "__visually-
|
27
|
-
"_noWrapText": "
|
28
|
-
"_inline": "
|
29
|
-
"__SAddon": "
|
30
|
-
"__SText": "
|
31
|
-
"_active": "
|
32
|
-
"_enableVisited": "
|
33
|
-
"_text-color": "__text-
|
34
|
-
"--text-color": "--text-
|
23
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLink_1xerg_gg_{display:inline-block;font-family:inherit;color:var(--intergalactic-text-link, #006dca);line-height:normal;position:relative;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;border:0;padding:0;margin:0;box-shadow:none;-webkit-tap-highlight-color:transparent;outline:0;background:0 0;transition:color .15s ease-in-out}.___SLink_1xerg_gg_:active,.___SLink_1xerg_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___SLink_1xerg_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___SLink_1xerg_gg_::-moz-focus-inner{border:0;padding:0}.___SLink_1xerg_gg_.__active_1xerg_gg_,.___SLink_1xerg_gg_:active{color:var(--intergalactic-text-link-hover-active, #044792)}@media (hover:hover){.___SLink_1xerg_gg_:hover{color:var(--intergalactic-text-link-hover-active, #044792)}}.___SLink_1xerg_gg_.__active_1xerg_gg_ .___SText_1xerg_gg_,.___SLink_1xerg_gg_:active .___SText_1xerg_gg_{border-color:currentColor}@media (hover:hover){.___SLink_1xerg_gg_:hover .___SText_1xerg_gg_{border-color:currentColor}}.___SLink_1xerg_gg_.__enableVisited_1xerg_gg_:visited{color:var(--intergalactic-text-link-visited, #8649e1)}@media (hover:hover){.___SLink_1xerg_gg_.__enableVisited_1xerg_gg_:visited:hover{color:var(--intergalactic-text-link-visited, #8649e1)}}.___SLink_1xerg_gg_.__keyboardFocused_1xerg_gg_{outline-color:var(--intergalactic-keyboard-focus-outline, rgba(0, 143, 248, 0.5));outline-style:solid;outline-width:3px}.___SLink_1xerg_gg_.__visually-disabled_1xerg_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SLink_1xerg_gg_.__noWrapText_1xerg_gg_{white-space:nowrap}.___SLink_1xerg_gg_.__inline_1xerg_gg_{display:inline}.___SAddon_1xerg_gg_{display:inline-flex;justify-content:center;align-items:center;margin-bottom:var(--intergalactic-spacing-05x, 2px);vertical-align:middle}.___SLink_1xerg_gg_ .___SAddon_1xerg_gg_:not(:only-child):first-child{margin-right:var(--intergalactic-spacing-1x, 4px)}.___SLink_1xerg_gg_ .___SAddon_1xerg_gg_:not(:only-child):last-child{margin-left:var(--intergalactic-spacing-1x, 4px)}.___SText_1xerg_gg_{border-bottom-width:1px;border-bottom-style:solid;border-color:transparent;transition:border-bottom-color .15s ease-in-out}.___SLink_1xerg_gg_.__text-color_1xerg_gg_{color:var(--text-color_1xerg)}.___SLink_1xerg_gg_.__text-color_1xerg_gg_.__active_1xerg_gg_,.___SLink_1xerg_gg_.__text-color_1xerg_gg_:active{color:var(--text-color_1xerg);filter:brightness(.8)}@media (hover:hover){.___SLink_1xerg_gg_.__text-color_1xerg_gg_:hover{color:var(--text-color_1xerg);filter:brightness(.8)}}@media (prefers-reduced-motion){.___SLink_1xerg_gg_,.___SText_1xerg_gg_{transition:none}}" /*__inner_css_end__*/, "1xerg_gg_") /*__reshadow_css_end__*/, {
|
24
|
+
"__SLink": "___SLink_1xerg_gg_",
|
25
|
+
"_keyboardFocused": "__keyboardFocused_1xerg_gg_",
|
26
|
+
"_visually-disabled": "__visually-disabled_1xerg_gg_",
|
27
|
+
"_noWrapText": "__noWrapText_1xerg_gg_",
|
28
|
+
"_inline": "__inline_1xerg_gg_",
|
29
|
+
"__SAddon": "___SAddon_1xerg_gg_",
|
30
|
+
"__SText": "___SText_1xerg_gg_",
|
31
|
+
"_active": "__active_1xerg_gg_",
|
32
|
+
"_enableVisited": "__enableVisited_1xerg_gg_",
|
33
|
+
"_text-color": "__text-color_1xerg_gg_",
|
34
|
+
"--text-color": "--text-color_1xerg"
|
35
35
|
});
|
36
36
|
var RootLink = /*#__PURE__*/function (_Component) {
|
37
37
|
_inherits(RootLink, _Component);
|
@@ -0,0 +1 @@
|
|
1
|
+
{"name":"intergalactic/link","description":"Semrush Link Component","version":"5.36.0-prerelease.0","main":"lib/cjs/index.js","module":"lib/es6/index.js","typings":"lib/types/index.d.ts","sideEffects":false,"author":"UI-kit team <ui-kit-team@semrush.com>","license":"MIT","scripts":{"build":"pnpm semcore-builder --source=js"},"dependencies":{"@semcore/utils":"4.32.0-prerelease.0","@semcore/typography":"5.40.0-prerelease.0","@semcore/flex-box":"5.31.0-prerelease.0","@semcore/tooltip":"6.40.0-prerelease.0"},"peerDependencies":{"@semcore/core":"^2.29.0-prerelease.0","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/link"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0","@semcore/icon":"*"}}
|
@@ -18,15 +18,15 @@ var _react = _interopRequireDefault(require("react"));
|
|
18
18
|
var _flexBox = require("intergalactic/flex-box");
|
19
19
|
var _resolveColorEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/resolveColorEnhance"));
|
20
20
|
/*__reshadow-styles__:"./donut.shadow.css"*/
|
21
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes
|
22
|
-
"__SLineGauge": "
|
23
|
-
"_loading": "
|
24
|
-
"__SDonutContainer": "
|
25
|
-
"__STrendLine": "
|
26
|
-
"__STrendBar": "
|
27
|
-
"@pulse": "
|
28
|
-
"_animate": "
|
29
|
-
"_semi": "
|
21
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_1e21p{0%,to{opacity:1}50%{opacity:.4}}.___SDonutContainer_1e21p_gg_.__loading_1e21p_gg_,.___SLineGauge_1e21p_gg_.__loading_1e21p_gg_,.___STrendBar_1e21p_gg_.__loading_1e21p_gg_,.___STrendLine_1e21p_gg_.__loading_1e21p_gg_{animation-name:pulse_1e21p;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}.___SDonutContainer_1e21p_gg_.__semi_1e21p_gg_ g{transform:rotate(180deg) translate(-24px,-24px)}.___SDonutContainer_1e21p_gg_ g{transform:rotate(-90deg) translate(-24px)}.___SDonutContainer_1e21p_gg_.__animate_1e21p_gg_ circle{transition:all var(--intergalactic-duration-extra-slow, 500) ease-in-out}" /*__inner_css_end__*/, "1e21p_gg_") /*__reshadow_css_end__*/, {
|
22
|
+
"__SLineGauge": "___SLineGauge_1e21p_gg_",
|
23
|
+
"_loading": "__loading_1e21p_gg_",
|
24
|
+
"__SDonutContainer": "___SDonutContainer_1e21p_gg_",
|
25
|
+
"__STrendLine": "___STrendLine_1e21p_gg_",
|
26
|
+
"__STrendBar": "___STrendBar_1e21p_gg_",
|
27
|
+
"@pulse": "pulse_1e21p",
|
28
|
+
"_animate": "__animate_1e21p_gg_",
|
29
|
+
"_semi": "__semi_1e21p_gg_"
|
30
30
|
});
|
31
31
|
var DonutRoot = /*#__PURE__*/function (_Component) {
|
32
32
|
(0, _inherits2["default"])(DonutRoot, _Component);
|
@@ -18,23 +18,23 @@ var _react = _interopRequireDefault(require("react"));
|
|
18
18
|
var _flexBox = require("intergalactic/flex-box");
|
19
19
|
var _resolveColorEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/resolveColorEnhance"));
|
20
20
|
/*__reshadow-styles__:"./line.shadow.css"*/
|
21
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes
|
22
|
-
"__SLineGauge": "
|
23
|
-
"_loading": "
|
24
|
-
"__SDonutContainer": "
|
25
|
-
"__STrendLine": "
|
26
|
-
"__STrendBar": "
|
27
|
-
"@pulse": "
|
28
|
-
"_animate": "
|
29
|
-
"__SLineValue": "
|
30
|
-
"_percent": "
|
31
|
-
"--percent": "--
|
32
|
-
"_color": "
|
33
|
-
"--color": "--
|
34
|
-
"_segments": "
|
35
|
-
"__SLineGaugeSegment": "
|
36
|
-
"__SLineSegmentItem": "
|
37
|
-
"@move-line": "move-
|
21
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_t92ut{0%,to{opacity:1}50%{opacity:.4}}@keyframes move-line_t92ut{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.___SDonutContainer_t92ut_gg_.__loading_t92ut_gg_,.___SLineGauge_t92ut_gg_.__loading_t92ut_gg_,.___STrendBar_t92ut_gg_.__loading_t92ut_gg_,.___STrendLine_t92ut_gg_.__loading_t92ut_gg_{animation-name:pulse_t92ut;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}.___SLineGauge_t92ut_gg_{height:8px;background-color:var(--intergalactic-skeleton-bg, rgba(224, 225, 233, 0.8));border-radius:var(--intergalactic-chart-rounded, 2px);overflow:hidden;position:relative}.___SLineGauge_t92ut_gg_.__animate_t92ut_gg_ .___SLineValue_t92ut_gg_{transition:all var(--intergalactic-duration-extra-slow, 500) ease-in-out;animation-name:move-line_t92ut;animation-duration:.5s;animation-timing-function:ease-in-out}.___SLineValue_t92ut_gg_{height:8px;background-color:var(--intergalactic-chart-palette-order-1, #2bb3ff);border-radius:var(--intergalactic-chart-rounded, 2px)0 0 var(--intergalactic-chart-rounded, 2px)}.___SLineValue_t92ut_gg_.__percent_t92ut_gg_{width:var(--percent_t92ut)}.___SLineValue_t92ut_gg_.__color_t92ut_gg_{background-color:var(--color_t92ut, var(--intergalactic-chart-palette-order-1, #2bb3ff))}.___SLineGauge_t92ut_gg_.__segments_t92ut_gg_{border-radius:var(--intergalactic-progress-bar-rounded, 6px)}.___SLineGauge_t92ut_gg_.__segments_t92ut_gg_ .___SLineValue_t92ut_gg_{border-radius:var(--intergalactic-progress-bar-rounded, 6px)0 0 var(--intergalactic-progress-bar-rounded, 6px)}.___SLineGaugeSegment_t92ut_gg_{position:absolute;top:0;left:0;right:0;bottom:0}.___SLineSegmentItem_t92ut_gg_:last-child{margin-right:0;border-right:none}.___SLineSegmentItem_t92ut_gg_{height:8px;background:0 0;margin-right:1px;border-right-color:var(--intergalactic-chart-grid-border, #ffffff);border-right-style:solid;border-right-width:1px;box-sizing:content-box}" /*__inner_css_end__*/, "t92ut_gg_") /*__reshadow_css_end__*/, {
|
22
|
+
"__SLineGauge": "___SLineGauge_t92ut_gg_",
|
23
|
+
"_loading": "__loading_t92ut_gg_",
|
24
|
+
"__SDonutContainer": "___SDonutContainer_t92ut_gg_",
|
25
|
+
"__STrendLine": "___STrendLine_t92ut_gg_",
|
26
|
+
"__STrendBar": "___STrendBar_t92ut_gg_",
|
27
|
+
"@pulse": "pulse_t92ut",
|
28
|
+
"_animate": "__animate_t92ut_gg_",
|
29
|
+
"__SLineValue": "___SLineValue_t92ut_gg_",
|
30
|
+
"_percent": "__percent_t92ut_gg_",
|
31
|
+
"--percent": "--percent_t92ut",
|
32
|
+
"_color": "__color_t92ut_gg_",
|
33
|
+
"--color": "--color_t92ut",
|
34
|
+
"_segments": "__segments_t92ut_gg_",
|
35
|
+
"__SLineGaugeSegment": "___SLineGaugeSegment_t92ut_gg_",
|
36
|
+
"__SLineSegmentItem": "___SLineSegmentItem_t92ut_gg_",
|
37
|
+
"@move-line": "move-line_t92ut"
|
38
38
|
});
|
39
39
|
var LineRoot = /*#__PURE__*/function (_Component) {
|
40
40
|
(0, _inherits2["default"])(LineRoot, _Component);
|
@@ -19,13 +19,13 @@ var _resolveColorEnhance = _interopRequireDefault(require("intergalactic/utils/l
|
|
19
19
|
var _Trend2 = require("./Trend");
|
20
20
|
var _flexBox = require("intergalactic/flex-box");
|
21
21
|
/*__reshadow-styles__:"../skeleton/skeleton.shadow.css"*/
|
22
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes
|
23
|
-
"__SLineGauge": "
|
24
|
-
"_loading": "
|
25
|
-
"__SDonutContainer": "
|
26
|
-
"__STrendLine": "
|
27
|
-
"__STrendBar": "
|
28
|
-
"@pulse": "
|
22
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_1fklw{0%,to{opacity:1}50%{opacity:.4}}.___SDonutContainer_1fklw_gg_.__loading_1fklw_gg_,.___SLineGauge_1fklw_gg_.__loading_1fklw_gg_,.___STrendBar_1fklw_gg_.__loading_1fklw_gg_,.___STrendLine_1fklw_gg_.__loading_1fklw_gg_{animation-name:pulse_1fklw;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}" /*__inner_css_end__*/, "1fklw_gg_") /*__reshadow_css_end__*/, {
|
23
|
+
"__SLineGauge": "___SLineGauge_1fklw_gg_",
|
24
|
+
"_loading": "__loading_1fklw_gg_",
|
25
|
+
"__SDonutContainer": "___SDonutContainer_1fklw_gg_",
|
26
|
+
"__STrendLine": "___STrendLine_1fklw_gg_",
|
27
|
+
"__STrendBar": "___STrendBar_1fklw_gg_",
|
28
|
+
"@pulse": "pulse_1fklw"
|
29
29
|
});
|
30
30
|
var TrendBarRoot = /*#__PURE__*/function (_Trend) {
|
31
31
|
(0, _inherits2["default"])(TrendBarRoot, _Trend);
|
@@ -20,13 +20,13 @@ var _uniqueID = _interopRequireDefault(require("intergalactic/utils/lib/uniqueID
|
|
20
20
|
var _Trend2 = require("./Trend");
|
21
21
|
var _flexBox = require("intergalactic/flex-box");
|
22
22
|
/*__reshadow-styles__:"../skeleton/skeleton.shadow.css"*/
|
23
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes
|
24
|
-
"__SLineGauge": "
|
25
|
-
"_loading": "
|
26
|
-
"__SDonutContainer": "
|
27
|
-
"__STrendLine": "
|
28
|
-
"__STrendBar": "
|
29
|
-
"@pulse": "
|
23
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_1fklw{0%,to{opacity:1}50%{opacity:.4}}.___SDonutContainer_1fklw_gg_.__loading_1fklw_gg_,.___SLineGauge_1fklw_gg_.__loading_1fklw_gg_,.___STrendBar_1fklw_gg_.__loading_1fklw_gg_,.___STrendLine_1fklw_gg_.__loading_1fklw_gg_{animation-name:pulse_1fklw;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}" /*__inner_css_end__*/, "1fklw_gg_") /*__reshadow_css_end__*/, {
|
24
|
+
"__SLineGauge": "___SLineGauge_1fklw_gg_",
|
25
|
+
"_loading": "__loading_1fklw_gg_",
|
26
|
+
"__SDonutContainer": "___SDonutContainer_1fklw_gg_",
|
27
|
+
"__STrendLine": "___STrendLine_1fklw_gg_",
|
28
|
+
"__STrendBar": "___STrendBar_1fklw_gg_",
|
29
|
+
"@pulse": "pulse_1fklw"
|
30
30
|
});
|
31
31
|
var TrendLineRoot = /*#__PURE__*/function (_Trend) {
|
32
32
|
(0, _inherits2["default"])(TrendLineRoot, _Trend);
|
@@ -12,15 +12,15 @@ import { Box } from 'intergalactic/flex-box';
|
|
12
12
|
import resolveColorEnhance from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
|
13
13
|
import { assignProps } from 'intergalactic/core';
|
14
14
|
/*__reshadow-styles__:"./donut.shadow.css"*/
|
15
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes
|
16
|
-
"__SLineGauge": "
|
17
|
-
"_loading": "
|
18
|
-
"__SDonutContainer": "
|
19
|
-
"__STrendLine": "
|
20
|
-
"__STrendBar": "
|
21
|
-
"@pulse": "
|
22
|
-
"_animate": "
|
23
|
-
"_semi": "
|
15
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_1e21p{0%,to{opacity:1}50%{opacity:.4}}.___SDonutContainer_1e21p_gg_.__loading_1e21p_gg_,.___SLineGauge_1e21p_gg_.__loading_1e21p_gg_,.___STrendBar_1e21p_gg_.__loading_1e21p_gg_,.___STrendLine_1e21p_gg_.__loading_1e21p_gg_{animation-name:pulse_1e21p;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}.___SDonutContainer_1e21p_gg_.__semi_1e21p_gg_ g{transform:rotate(180deg) translate(-24px,-24px)}.___SDonutContainer_1e21p_gg_ g{transform:rotate(-90deg) translate(-24px)}.___SDonutContainer_1e21p_gg_.__animate_1e21p_gg_ circle{transition:all var(--intergalactic-duration-extra-slow, 500) ease-in-out}" /*__inner_css_end__*/, "1e21p_gg_") /*__reshadow_css_end__*/, {
|
16
|
+
"__SLineGauge": "___SLineGauge_1e21p_gg_",
|
17
|
+
"_loading": "__loading_1e21p_gg_",
|
18
|
+
"__SDonutContainer": "___SDonutContainer_1e21p_gg_",
|
19
|
+
"__STrendLine": "___STrendLine_1e21p_gg_",
|
20
|
+
"__STrendBar": "___STrendBar_1e21p_gg_",
|
21
|
+
"@pulse": "pulse_1e21p",
|
22
|
+
"_animate": "__animate_1e21p_gg_",
|
23
|
+
"_semi": "__semi_1e21p_gg_"
|
24
24
|
});
|
25
25
|
var DonutRoot = /*#__PURE__*/function (_Component) {
|
26
26
|
_inherits(DonutRoot, _Component);
|
@@ -11,23 +11,23 @@ import createComponent, { Component, Root, sstyled } from 'intergalactic/core';
|
|
11
11
|
import { Box, Flex } from 'intergalactic/flex-box';
|
12
12
|
import resolveColorEnhance from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
|
13
13
|
/*__reshadow-styles__:"./line.shadow.css"*/
|
14
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes
|
15
|
-
"__SLineGauge": "
|
16
|
-
"_loading": "
|
17
|
-
"__SDonutContainer": "
|
18
|
-
"__STrendLine": "
|
19
|
-
"__STrendBar": "
|
20
|
-
"@pulse": "
|
21
|
-
"_animate": "
|
22
|
-
"__SLineValue": "
|
23
|
-
"_percent": "
|
24
|
-
"--percent": "--
|
25
|
-
"_color": "
|
26
|
-
"--color": "--
|
27
|
-
"_segments": "
|
28
|
-
"__SLineGaugeSegment": "
|
29
|
-
"__SLineSegmentItem": "
|
30
|
-
"@move-line": "move-
|
14
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_t92ut{0%,to{opacity:1}50%{opacity:.4}}@keyframes move-line_t92ut{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.___SDonutContainer_t92ut_gg_.__loading_t92ut_gg_,.___SLineGauge_t92ut_gg_.__loading_t92ut_gg_,.___STrendBar_t92ut_gg_.__loading_t92ut_gg_,.___STrendLine_t92ut_gg_.__loading_t92ut_gg_{animation-name:pulse_t92ut;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}.___SLineGauge_t92ut_gg_{height:8px;background-color:var(--intergalactic-skeleton-bg, rgba(224, 225, 233, 0.8));border-radius:var(--intergalactic-chart-rounded, 2px);overflow:hidden;position:relative}.___SLineGauge_t92ut_gg_.__animate_t92ut_gg_ .___SLineValue_t92ut_gg_{transition:all var(--intergalactic-duration-extra-slow, 500) ease-in-out;animation-name:move-line_t92ut;animation-duration:.5s;animation-timing-function:ease-in-out}.___SLineValue_t92ut_gg_{height:8px;background-color:var(--intergalactic-chart-palette-order-1, #2bb3ff);border-radius:var(--intergalactic-chart-rounded, 2px)0 0 var(--intergalactic-chart-rounded, 2px)}.___SLineValue_t92ut_gg_.__percent_t92ut_gg_{width:var(--percent_t92ut)}.___SLineValue_t92ut_gg_.__color_t92ut_gg_{background-color:var(--color_t92ut, var(--intergalactic-chart-palette-order-1, #2bb3ff))}.___SLineGauge_t92ut_gg_.__segments_t92ut_gg_{border-radius:var(--intergalactic-progress-bar-rounded, 6px)}.___SLineGauge_t92ut_gg_.__segments_t92ut_gg_ .___SLineValue_t92ut_gg_{border-radius:var(--intergalactic-progress-bar-rounded, 6px)0 0 var(--intergalactic-progress-bar-rounded, 6px)}.___SLineGaugeSegment_t92ut_gg_{position:absolute;top:0;left:0;right:0;bottom:0}.___SLineSegmentItem_t92ut_gg_:last-child{margin-right:0;border-right:none}.___SLineSegmentItem_t92ut_gg_{height:8px;background:0 0;margin-right:1px;border-right-color:var(--intergalactic-chart-grid-border, #ffffff);border-right-style:solid;border-right-width:1px;box-sizing:content-box}" /*__inner_css_end__*/, "t92ut_gg_") /*__reshadow_css_end__*/, {
|
15
|
+
"__SLineGauge": "___SLineGauge_t92ut_gg_",
|
16
|
+
"_loading": "__loading_t92ut_gg_",
|
17
|
+
"__SDonutContainer": "___SDonutContainer_t92ut_gg_",
|
18
|
+
"__STrendLine": "___STrendLine_t92ut_gg_",
|
19
|
+
"__STrendBar": "___STrendBar_t92ut_gg_",
|
20
|
+
"@pulse": "pulse_t92ut",
|
21
|
+
"_animate": "__animate_t92ut_gg_",
|
22
|
+
"__SLineValue": "___SLineValue_t92ut_gg_",
|
23
|
+
"_percent": "__percent_t92ut_gg_",
|
24
|
+
"--percent": "--percent_t92ut",
|
25
|
+
"_color": "__color_t92ut_gg_",
|
26
|
+
"--color": "--color_t92ut",
|
27
|
+
"_segments": "__segments_t92ut_gg_",
|
28
|
+
"__SLineGaugeSegment": "___SLineGaugeSegment_t92ut_gg_",
|
29
|
+
"__SLineSegmentItem": "___SLineSegmentItem_t92ut_gg_",
|
30
|
+
"@move-line": "move-line_t92ut"
|
31
31
|
});
|
32
32
|
var LineRoot = /*#__PURE__*/function (_Component) {
|
33
33
|
_inherits(LineRoot, _Component);
|
@@ -12,13 +12,13 @@ import resolveColorEnhance from 'intergalactic/utils/lib/enhances/resolveColorEn
|
|
12
12
|
import { Trend } from './Trend';
|
13
13
|
import { Box } from 'intergalactic/flex-box';
|
14
14
|
/*__reshadow-styles__:"../skeleton/skeleton.shadow.css"*/
|
15
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes
|
16
|
-
"__SLineGauge": "
|
17
|
-
"_loading": "
|
18
|
-
"__SDonutContainer": "
|
19
|
-
"__STrendLine": "
|
20
|
-
"__STrendBar": "
|
21
|
-
"@pulse": "
|
15
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_1fklw{0%,to{opacity:1}50%{opacity:.4}}.___SDonutContainer_1fklw_gg_.__loading_1fklw_gg_,.___SLineGauge_1fklw_gg_.__loading_1fklw_gg_,.___STrendBar_1fklw_gg_.__loading_1fklw_gg_,.___STrendLine_1fklw_gg_.__loading_1fklw_gg_{animation-name:pulse_1fklw;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}" /*__inner_css_end__*/, "1fklw_gg_") /*__reshadow_css_end__*/, {
|
16
|
+
"__SLineGauge": "___SLineGauge_1fklw_gg_",
|
17
|
+
"_loading": "__loading_1fklw_gg_",
|
18
|
+
"__SDonutContainer": "___SDonutContainer_1fklw_gg_",
|
19
|
+
"__STrendLine": "___STrendLine_1fklw_gg_",
|
20
|
+
"__STrendBar": "___STrendBar_1fklw_gg_",
|
21
|
+
"@pulse": "pulse_1fklw"
|
22
22
|
});
|
23
23
|
var TrendBarRoot = /*#__PURE__*/function (_Trend) {
|
24
24
|
_inherits(TrendBarRoot, _Trend);
|
@@ -13,13 +13,13 @@ import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
|
|
13
13
|
import { Trend } from './Trend';
|
14
14
|
import { Box } from 'intergalactic/flex-box';
|
15
15
|
/*__reshadow-styles__:"../skeleton/skeleton.shadow.css"*/
|
16
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes
|
17
|
-
"__SLineGauge": "
|
18
|
-
"_loading": "
|
19
|
-
"__SDonutContainer": "
|
20
|
-
"__STrendLine": "
|
21
|
-
"__STrendBar": "
|
22
|
-
"@pulse": "
|
16
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes pulse_1fklw{0%,to{opacity:1}50%{opacity:.4}}.___SDonutContainer_1fklw_gg_.__loading_1fklw_gg_,.___SLineGauge_1fklw_gg_.__loading_1fklw_gg_,.___STrendBar_1fklw_gg_.__loading_1fklw_gg_,.___STrendLine_1fklw_gg_.__loading_1fklw_gg_{animation-name:pulse_1fklw;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.6s;will-change:opacity}" /*__inner_css_end__*/, "1fklw_gg_") /*__reshadow_css_end__*/, {
|
17
|
+
"__SLineGauge": "___SLineGauge_1fklw_gg_",
|
18
|
+
"_loading": "__loading_1fklw_gg_",
|
19
|
+
"__SDonutContainer": "___SDonutContainer_1fklw_gg_",
|
20
|
+
"__STrendLine": "___STrendLine_1fklw_gg_",
|
21
|
+
"__STrendBar": "___STrendBar_1fklw_gg_",
|
22
|
+
"@pulse": "pulse_1fklw"
|
23
23
|
});
|
24
24
|
var TrendLineRoot = /*#__PURE__*/function (_Trend) {
|
25
25
|
_inherits(TrendLineRoot, _Trend);
|
@@ -0,0 +1 @@
|
|
1
|
+
{"name":"intergalactic/mini-chart","description":"Semrush MiniChart Component","version":"0.17.0-prerelease.0","main":"lib/cjs/index.js","module":"lib/es6/index.js","typings":"lib/types/index.d.ts","sideEffects":false,"author":"UI-kit team <ui-kit-team@semrush.com>","license":"MIT","scripts":{"build":"pnpm semcore-builder --source=ts"},"dependencies":{"@semcore/flex-box":"5.31.0-prerelease.0","@semcore/utils":"4.32.0-prerelease.0"},"peerDependencies":{"@semcore/core":"^2.29.0-prerelease.0","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/mini-chart"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
|
package/modal/lib/cjs/Modal.js
CHANGED
@@ -33,16 +33,17 @@ var _useCssVariable = require("intergalactic/utils/lib/useCssVariable");
|
|
33
33
|
var _useFocusLock = require("intergalactic/utils/lib/use/useFocusLock");
|
34
34
|
var _ThemeProvider = require("intergalactic/utils/lib/ThemeProvider");
|
35
35
|
var _useColorResolver = require("intergalactic/utils/lib/use/useColorResolver");
|
36
|
+
var _zIndexStacking = require("intergalactic/utils/lib/zIndexStacking");
|
36
37
|
/*__reshadow-styles__:"./style/modal.shadow.css"*/
|
37
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
38
|
-
"__SWindow": "
|
39
|
-
"_ghost": "
|
40
|
-
"__SClose": "
|
41
|
-
"_keyboardFocused": "
|
42
|
-
"__SOverlay": "
|
43
|
-
"__STitle": "
|
44
|
-
"_color": "
|
45
|
-
"--color": "--
|
38
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SWindow_pekp1_gg_{position:relative;border-radius:var(--intergalactic-modal-rounded, 12px);background:var(--intergalactic-bg-primary-neutral, #ffffff);box-sizing:border-box;margin:auto;padding:var(--intergalactic-spacing-10x, 40px);box-shadow:var(--intergalactic-box-shadow-modal, 0px 3px 8px 0px rgba(25, 27, 35, 0.2));color:var(--intergalactic-text-primary, #191b23)}.___SWindow_pekp1_gg_:focus{outline:0}.___SWindow_pekp1_gg_ .___STitle_pekp1_gg_{color:var(--intergalactic-text-primary, #191b23);font-size:var(--intergalactic-fs-500, 24px);line-height:var(--intergalactic-lh-500, 117%);font-weight:var(--intergalactic-semi-bold, 600);margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SWindow_pekp1_gg_ .___STitle_pekp1_gg_.__color_pekp1_gg_{color:var(--color_pekp1)}.___SWindow_pekp1_gg_.__ghost_pekp1_gg_{background:0 0;padding:0;box-shadow:none}.___SOverlay_pekp1_gg_{position:fixed;top:0;bottom:0;left:0;right:0;margin:0;display:flex;justify-content:center;align-items:center;padding:var(--intergalactic-spacing-10x, 40px);background:var(--intergalactic-overlay-primary, rgba(25, 27, 35, 0.7));overflow:auto;-webkit-overflow-scrolling:touch}.___SOverlay_pekp1_gg_ .___SOverlay_pekp1_gg_{background:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SClose_pekp1_gg_{display:inline-flex;position:absolute;right:0;top:0;padding:var(--intergalactic-spacing-3x, 12px);color:var(--intergalactic-icon-secondary-neutral, #a9abb6);cursor:pointer;z-index:1;border:0;background:0 0;outline:0}@media (hover:hover){.___SClose_pekp1_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SClose_pekp1_gg_.__ghost_pekp1_gg_{color:var(--intergalactic-icon-primary-invert, #ffffff);border-radius:4px}@media (hover:hover){.___SClose_pekp1_gg_.__ghost_pekp1_gg_:hover{background-color:var(--intergalactic-control-tertiary-invert-active, rgba(255, 255, 255, 0.3))}}.___SClose_pekp1_gg_.__keyboardFocused_pekp1_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}@media (max-width:767px){.___SWindow_pekp1_gg_{min-width:60%}.___SOverlay_pekp1_gg_{padding:var(--intergalactic-spacing-3x, 12px)}}" /*__inner_css_end__*/, "pekp1_gg_") /*__reshadow_css_end__*/, {
|
39
|
+
"__SWindow": "___SWindow_pekp1_gg_",
|
40
|
+
"_ghost": "__ghost_pekp1_gg_",
|
41
|
+
"__SClose": "___SClose_pekp1_gg_",
|
42
|
+
"_keyboardFocused": "__keyboardFocused_pekp1_gg_",
|
43
|
+
"__SOverlay": "___SOverlay_pekp1_gg_",
|
44
|
+
"__STitle": "___STitle_pekp1_gg_",
|
45
|
+
"_color": "__color_pekp1_gg_",
|
46
|
+
"--color": "--color_pekp1"
|
46
47
|
});
|
47
48
|
var ModalRoot = /*#__PURE__*/function (_Component) {
|
48
49
|
(0, _inherits2["default"])(ModalRoot, _Component);
|
@@ -186,9 +187,11 @@ function Window(props) {
|
|
186
187
|
"aria-modal": true,
|
187
188
|
"duration": duration,
|
188
189
|
"ref": windowRef
|
189
|
-
}, _ref2))), /*#__PURE__*/_react["default"].createElement(
|
190
|
+
}, _ref2))), /*#__PURE__*/_react["default"].createElement(_zIndexStacking.ZIndexStackingContextProvider, _ref6.cn("ZIndexStackingContextProvider", {
|
191
|
+
"designToken": 'z-index-modal'
|
192
|
+
}), /*#__PURE__*/_react["default"].createElement(_portal.PortalProvider, _ref6.cn("PortalProvider", {
|
190
193
|
"value": windowRef
|
191
|
-
}), closable && /*#__PURE__*/_react["default"].createElement(Modal.Close, null), /*#__PURE__*/_react["default"].createElement(Children, _ref6.cn("Children", {}))));
|
194
|
+
}), closable && /*#__PURE__*/_react["default"].createElement(Modal.Close, null), /*#__PURE__*/_react["default"].createElement(Children, _ref6.cn("Children", {})))));
|
192
195
|
}
|
193
196
|
function Overlay(props) {
|
194
197
|
var _ref3 = arguments[0],
|
@@ -201,8 +204,10 @@ function Overlay(props) {
|
|
201
204
|
var overlayRef = _react["default"].useRef(null);
|
202
205
|
(0, _usePreventScroll["default"])(visible, props.disablePreventScroll);
|
203
206
|
(0, _ThemeProvider.useContextTheme)(overlayRef, visible);
|
207
|
+
var zIndex = (0, _zIndexStacking.useZIndexStacking)('z-index-modal');
|
204
208
|
return _ref7 = (0, _core.sstyled)(styles), /*#__PURE__*/_react["default"].createElement(SOverlay, _ref7.cn("SOverlay", (0, _objectSpread2["default"])({}, (0, _core.assignProps)({
|
205
|
-
"ref": overlayRef
|
209
|
+
"ref": overlayRef,
|
210
|
+
"zIndex": zIndex
|
206
211
|
}, _ref3))), /*#__PURE__*/_react["default"].createElement(_outsideClick["default"], _ref7.cn("OutsideClick", {
|
207
212
|
"root": overlayRef,
|
208
213
|
"onOutsideClick": onOutsideClick
|