intergalactic 15.106.0-prerelease.0 → 15.107.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 +45 -0
- package/accordion/lib/cjs/Accordion.js +9 -9
- package/accordion/lib/es6/Accordion.js +9 -9
- package/accordion/package.json +1 -1
- package/animation/lib/cjs/Animation.js +11 -11
- package/animation/lib/cjs/Collapse.js +28 -28
- package/animation/lib/cjs/FadeInOut.js +28 -28
- package/animation/lib/cjs/Scale.js +28 -28
- package/animation/lib/cjs/Slide.js +28 -28
- package/animation/lib/cjs/Transform.js +28 -28
- package/animation/lib/es6/Animation.js +11 -11
- package/animation/lib/es6/Collapse.js +28 -28
- package/animation/lib/es6/FadeInOut.js +28 -28
- package/animation/lib/es6/Scale.js +28 -28
- package/animation/lib/es6/Slide.js +28 -28
- package/animation/lib/es6/Transform.js +28 -28
- package/animation/package.json +1 -1
- package/badge/lib/cjs/Badge.js +6 -6
- package/badge/lib/es6/Badge.js +6 -6
- package/badge/package.json +1 -1
- package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
- package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
- package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
- package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
- package/base-trigger/lib/es6/BaseTrigger.js +18 -18
- package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
- package/base-trigger/lib/es6/FilterTrigger.js +7 -7
- package/base-trigger/lib/es6/LinkTrigger.js +12 -12
- package/base-trigger/package.json +1 -1
- package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
- package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
- package/breadcrumbs/package.json +1 -1
- package/breakpoints/package.json +1 -1
- package/button/lib/cjs/Button.js +27 -26
- package/button/lib/cjs/Button.js.map +1 -1
- package/button/lib/cjs/style/button.shadow.css +6 -0
- package/button/lib/es6/Button.js +27 -26
- package/button/lib/es6/Button.js.map +1 -1
- package/button/lib/es6/style/button.shadow.css +6 -0
- package/button/package.json +1 -1
- package/card/lib/cjs/Card.js +8 -8
- package/card/lib/es6/Card.js +8 -8
- package/card/package.json +1 -1
- package/carousel/lib/cjs/Carousel.js +21 -21
- package/carousel/lib/es6/Carousel.js +21 -21
- package/carousel/package.json +1 -1
- package/checkbox/lib/cjs/Checkbox.js +18 -18
- package/checkbox/lib/es6/Checkbox.js +18 -18
- package/checkbox/package.json +1 -1
- package/color-picker/PaletteManager.d.ts +64 -39
- package/color-picker/components/Item.d.ts +2 -1
- package/color-picker/lib/cjs/ColorPicker.js +34 -36
- package/color-picker/lib/cjs/ColorPicker.js.map +1 -1
- package/color-picker/lib/cjs/PaletteManager.js +39 -35
- package/color-picker/lib/cjs/PaletteManager.js.map +1 -1
- package/color-picker/lib/cjs/components/InputColor.js +24 -23
- package/color-picker/lib/cjs/components/InputColor.js.map +1 -1
- package/color-picker/lib/cjs/components/Item.js +26 -10
- package/color-picker/lib/cjs/components/Item.js.map +1 -1
- package/color-picker/lib/cjs/components/colors.js +10 -6
- package/color-picker/lib/cjs/components/colors.js.map +1 -1
- package/color-picker/lib/cjs/style/color-picker.shadow.css +4 -4
- package/color-picker/lib/cjs/translations/de.json +7 -7
- package/color-picker/lib/cjs/translations/en.json +7 -7
- package/color-picker/lib/cjs/translations/es.json +7 -7
- package/color-picker/lib/cjs/translations/fr.json +7 -7
- package/color-picker/lib/cjs/translations/it.json +7 -7
- package/color-picker/lib/cjs/translations/ja.json +7 -7
- package/color-picker/lib/cjs/translations/ko.json +7 -7
- package/color-picker/lib/cjs/translations/nl.json +7 -7
- package/color-picker/lib/cjs/translations/pl.json +7 -7
- package/color-picker/lib/cjs/translations/pt.json +7 -7
- package/color-picker/lib/cjs/translations/sv.json +7 -7
- package/color-picker/lib/cjs/translations/tr.json +7 -7
- package/color-picker/lib/cjs/translations/vi.json +7 -7
- package/color-picker/lib/cjs/translations/zh.json +7 -7
- package/color-picker/lib/es6/ColorPicker.js +34 -36
- package/color-picker/lib/es6/ColorPicker.js.map +1 -1
- package/color-picker/lib/es6/PaletteManager.js +39 -35
- package/color-picker/lib/es6/PaletteManager.js.map +1 -1
- package/color-picker/lib/es6/components/InputColor.js +24 -23
- package/color-picker/lib/es6/components/InputColor.js.map +1 -1
- package/color-picker/lib/es6/components/Item.js +26 -10
- package/color-picker/lib/es6/components/Item.js.map +1 -1
- package/color-picker/lib/es6/components/colors.js +11 -7
- package/color-picker/lib/es6/components/colors.js.map +1 -1
- package/color-picker/lib/es6/style/color-picker.shadow.css +4 -4
- package/color-picker/lib/es6/translations/de.json +7 -7
- package/color-picker/lib/es6/translations/en.json +7 -7
- package/color-picker/lib/es6/translations/es.json +7 -7
- package/color-picker/lib/es6/translations/fr.json +7 -7
- package/color-picker/lib/es6/translations/it.json +7 -7
- package/color-picker/lib/es6/translations/ja.json +7 -7
- package/color-picker/lib/es6/translations/ko.json +7 -7
- package/color-picker/lib/es6/translations/nl.json +7 -7
- package/color-picker/lib/es6/translations/pl.json +7 -7
- package/color-picker/lib/es6/translations/pt.json +7 -7
- package/color-picker/lib/es6/translations/sv.json +7 -7
- package/color-picker/lib/es6/translations/tr.json +7 -7
- package/color-picker/lib/es6/translations/vi.json +7 -7
- package/color-picker/lib/es6/translations/zh.json +7 -7
- package/color-picker/lib/types/PaletteManager.d.ts +64 -39
- package/color-picker/lib/types/components/Item.d.ts +2 -1
- package/color-picker/lib/types/translations/__intergalactic-dynamic-locales.d.ts +28 -28
- package/color-picker/package.json +1 -1
- package/color-picker/translations/__intergalactic-dynamic-locales.d.ts +28 -28
- package/components.json +73 -73
- package/core/package.json +1 -1
- package/counter/lib/cjs/Counter.js +11 -11
- package/counter/lib/es6/Counter.js +11 -11
- package/counter/package.json +1 -1
- package/d3-chart/lib/cjs/Area.js +11 -11
- package/d3-chart/lib/cjs/Axis.js +14 -14
- package/d3-chart/lib/cjs/Bar.js +16 -16
- package/d3-chart/lib/cjs/Bubble.js +12 -12
- package/d3-chart/lib/cjs/CompactHorizontalBar.js +16 -16
- package/d3-chart/lib/cjs/Donut.js +9 -9
- package/d3-chart/lib/cjs/Dots.js +8 -8
- package/d3-chart/lib/cjs/HorizontalBar.js +16 -16
- package/d3-chart/lib/cjs/Hover.js +3 -3
- package/d3-chart/lib/cjs/Line.js +9 -9
- package/d3-chart/lib/cjs/Plot.js +3 -3
- package/d3-chart/lib/cjs/Radar.js +19 -19
- package/d3-chart/lib/cjs/RadialTree.js +12 -12
- package/d3-chart/lib/cjs/Reference.js +12 -12
- package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
- package/d3-chart/lib/cjs/Tooltip.js +9 -9
- package/d3-chart/lib/cjs/Venn.js +9 -9
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/es6/Area.js +11 -11
- package/d3-chart/lib/es6/Axis.js +14 -14
- package/d3-chart/lib/es6/Bar.js +16 -16
- package/d3-chart/lib/es6/Bubble.js +12 -12
- package/d3-chart/lib/es6/CompactHorizontalBar.js +16 -16
- package/d3-chart/lib/es6/Donut.js +9 -9
- package/d3-chart/lib/es6/Dots.js +8 -8
- package/d3-chart/lib/es6/HorizontalBar.js +16 -16
- package/d3-chart/lib/es6/Hover.js +3 -3
- package/d3-chart/lib/es6/Line.js +9 -9
- package/d3-chart/lib/es6/Plot.js +3 -3
- package/d3-chart/lib/es6/Radar.js +19 -19
- package/d3-chart/lib/es6/RadialTree.js +12 -12
- package/d3-chart/lib/es6/Reference.js +12 -12
- package/d3-chart/lib/es6/ScatterPlot.js +9 -9
- package/d3-chart/lib/es6/Tooltip.js +9 -9
- package/d3-chart/lib/es6/Venn.js +9 -9
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/package.json +1 -1
- package/data-table/DataTable.d.ts +10 -0
- package/data-table/Head.d.ts +7 -2
- package/data-table/lib/cjs/Body.js +7 -8
- package/data-table/lib/cjs/Body.js.map +1 -1
- package/data-table/lib/cjs/DataTable.js +36 -36
- package/data-table/lib/cjs/DataTable.js.map +1 -1
- package/data-table/lib/cjs/Head.js +109 -39
- package/data-table/lib/cjs/Head.js.map +1 -1
- package/data-table/lib/cjs/style/data-table.shadow.css +1 -1
- package/data-table/lib/cjs/types.js.map +1 -1
- package/data-table/lib/es6/Body.js +7 -8
- package/data-table/lib/es6/Body.js.map +1 -1
- package/data-table/lib/es6/DataTable.js +36 -36
- package/data-table/lib/es6/DataTable.js.map +1 -1
- package/data-table/lib/es6/Head.js +109 -39
- package/data-table/lib/es6/Head.js.map +1 -1
- package/data-table/lib/es6/style/data-table.shadow.css +1 -1
- package/data-table/lib/es6/types.js.map +1 -1
- package/data-table/lib/types/DataTable.d.ts +10 -0
- package/data-table/lib/types/Head.d.ts +7 -2
- package/data-table/lib/types/types.d.ts +2 -0
- package/data-table/package.json +1 -1
- package/data-table/types.d.ts +2 -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 -1
- package/divider/lib/cjs/Divider.js +10 -10
- package/divider/lib/es6/Divider.js +10 -10
- package/divider/package.json +1 -1
- package/dot/lib/cjs/Dot.js +10 -10
- package/dot/lib/es6/Dot.js +10 -10
- package/dot/package.json +1 -1
- 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 -1
- package/dropdown/lib/cjs/Dropdown.js +4 -4
- package/dropdown/lib/cjs/Dropdown.js.map +1 -1
- package/dropdown/lib/es6/Dropdown.js +4 -4
- package/dropdown/lib/es6/Dropdown.js.map +1 -1
- package/dropdown/package.json +1 -1
- package/dropdown-menu/index.d.ts +43 -1
- package/dropdown-menu/lib/cjs/DropdownMenu.js +449 -413
- package/dropdown-menu/lib/cjs/DropdownMenu.js.map +1 -1
- package/dropdown-menu/lib/cjs/DropdownMenuOld.js +682 -0
- package/dropdown-menu/lib/cjs/DropdownMenuOld.js.map +1 -0
- package/dropdown-menu/lib/cjs/index.d.js.map +1 -1
- package/dropdown-menu/lib/cjs/index.js +7 -0
- package/dropdown-menu/lib/cjs/index.js.map +1 -1
- package/dropdown-menu/lib/cjs/style/dropdown-menu-old.shadow.css +224 -0
- package/dropdown-menu/lib/cjs/style/dropdown-menu.shadow.css +24 -14
- package/dropdown-menu/lib/es6/DropdownMenu.js +453 -414
- package/dropdown-menu/lib/es6/DropdownMenu.js.map +1 -1
- package/dropdown-menu/lib/es6/DropdownMenuOld.js +683 -0
- package/dropdown-menu/lib/es6/DropdownMenuOld.js.map +1 -0
- package/dropdown-menu/lib/es6/index.d.js.map +1 -1
- package/dropdown-menu/lib/es6/index.js +1 -0
- package/dropdown-menu/lib/es6/index.js.map +1 -1
- package/dropdown-menu/lib/es6/style/dropdown-menu-old.shadow.css +224 -0
- package/dropdown-menu/lib/es6/style/dropdown-menu.shadow.css +24 -14
- package/dropdown-menu/lib/types/index.d.ts +43 -1
- package/dropdown-menu/package.json +1 -1
- package/ellipsis/lib/cjs/Ellipsis.js +10 -10
- package/ellipsis/lib/es6/Ellipsis.js +10 -10
- package/ellipsis/package.json +1 -1
- package/errors/lib/cjs/Error.js +9 -9
- package/errors/lib/es6/Error.js +9 -9
- package/errors/package.json +1 -1
- package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
- package/feature-popover/lib/es6/FeaturePopover.js +11 -11
- package/feature-popover/package.json +1 -1
- package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +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 -1
- package/flags/lib/cjs/Flags.js +3 -3
- package/flags/lib/es6/Flags.js +3 -3
- package/flags/lib/sprites/sprite@1x.css +256 -256
- package/flags/lib/sprites/sprite@2x.css +257 -257
- package/flags/package.json +1 -1
- package/flex-box/lib/cjs/Box/useBox.js +3 -3
- package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
- package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
- package/flex-box/lib/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 -1
- package/format-text/lib/cjs/FormatText.js +5 -5
- package/format-text/lib/es6/FormatText.js +5 -5
- package/format-text/package.json +1 -1
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
- package/fullscreen-modal/package.json +1 -1
- package/grid/lib/cjs/Grid.js +114 -114
- package/grid/lib/es6/Grid.js +114 -114
- package/grid/package.json +1 -1
- package/i18n-unplugin/package.json +1 -1
- package/icon/CursorMove/m/index.js +1 -1
- package/icon/CursorMove/m/index.mjs +1 -1
- package/icon/color/Confluence/l/index.js +4 -4
- package/icon/color/Confluence/l/index.mjs +4 -4
- package/icon/color/Confluence/m/index.js +4 -4
- package/icon/color/Confluence/m/index.mjs +4 -4
- package/icon/color/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 +6 -6
- package/icon/lib/es6/Icon.js +6 -6
- package/icon/package.json +1 -1
- package/icon/pay/Discover/l/index.js +1 -1
- package/icon/pay/Discover/l/index.mjs +1 -1
- package/icon/pay/Discover/m/index.js +1 -1
- package/icon/pay/Discover/m/index.mjs +1 -1
- package/icon/pay/JCB/l/index.js +10 -10
- package/icon/pay/JCB/l/index.mjs +10 -10
- package/icon/pay/JCB/m/index.js +10 -10
- package/icon/pay/JCB/m/index.mjs +10 -10
- package/icon/pay/Visa/l/index.js +2 -2
- package/icon/pay/Visa/l/index.mjs +2 -2
- package/icon/pay/Visa/m/index.js +2 -2
- package/icon/pay/Visa/m/index.mjs +2 -2
- package/illustration/lib/cjs/index.js +1 -1
- package/illustration/lib/es6/index.js +1 -1
- package/illustration/package.json +1 -1
- package/inline-edit/lib/cjs/InlineEdit.js +4 -4
- package/inline-edit/lib/es6/InlineEdit.js +4 -4
- package/inline-edit/package.json +1 -1
- package/inline-input/lib/cjs/InlineInput.js +14 -14
- package/inline-input/lib/es6/InlineInput.js +14 -14
- package/inline-input/package.json +1 -1
- package/input/lib/cjs/Input.js +17 -17
- package/input/lib/es6/Input.js +17 -17
- package/input/package.json +1 -1
- package/input-mask/lib/cjs/InputMask.js +6 -6
- package/input-mask/lib/es6/InputMask.js +6 -6
- package/input-mask/package.json +1 -1
- package/input-number/lib/cjs/InputNumber.js +9 -9
- package/input-number/lib/es6/InputNumber.js +9 -9
- package/input-number/package.json +1 -1
- package/input-tags/lib/cjs/InputTags.js +12 -12
- package/input-tags/lib/es6/InputTags.js +12 -12
- package/input-tags/package.json +1 -1
- package/link/lib/cjs/Link.js +12 -12
- package/link/lib/es6/Link.js +12 -12
- package/link/package.json +1 -1
- package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
- package/mini-chart/lib/cjs/component/score/Line.js +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 -1
- package/modal/lib/cjs/Modal.js +8 -8
- package/modal/lib/es6/Modal.js +8 -8
- package/modal/package.json +1 -1
- package/neighbor-location/package.json +1 -1
- package/notice/index.d.ts +1 -1
- package/notice/lib/cjs/Notice.js +14 -14
- package/notice/lib/cjs/index.d.js.map +1 -1
- package/notice/lib/es6/Notice.js +14 -14
- package/notice/lib/es6/index.d.js.map +1 -1
- package/notice/lib/types/index.d.ts +1 -1
- package/notice/package.json +1 -1
- package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
- package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
- package/notice-bubble/package.json +1 -1
- package/notice-global/index.d.ts +1 -1
- package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
- package/notice-global/lib/cjs/index.d.js.map +1 -1
- package/notice-global/lib/es6/NoticeGlobal.js +11 -11
- package/notice-global/lib/es6/index.d.js.map +1 -1
- package/notice-global/lib/types/index.d.ts +1 -1
- package/notice-global/package.json +1 -1
- package/outside-click/package.json +1 -1
- package/package.json +1 -1
- package/pagination/lib/cjs/Pagination.js +10 -10
- package/pagination/lib/es6/Pagination.js +10 -10
- package/pagination/package.json +1 -1
- package/pills/lib/cjs/Pills.js +13 -13
- package/pills/lib/es6/Pills.js +13 -13
- package/pills/package.json +1 -1
- package/popper/lib/cjs/Popper.js +45 -69
- package/popper/lib/cjs/Popper.js.map +1 -1
- package/popper/lib/es6/Popper.js +46 -69
- package/popper/lib/es6/Popper.js.map +1 -1
- package/popper/package.json +1 -1
- package/portal/package.json +1 -1
- package/product-head/lib/cjs/Info.js +4 -4
- package/product-head/lib/cjs/ProductHead.js +5 -5
- package/product-head/lib/cjs/Title.js +4 -4
- package/product-head/lib/es6/Info.js +4 -4
- package/product-head/lib/es6/ProductHead.js +5 -5
- package/product-head/lib/es6/Title.js +4 -4
- package/product-head/package.json +1 -1
- package/progress-bar/lib/cjs/ProgressBar.js +15 -15
- package/progress-bar/lib/es6/ProgressBar.js +15 -15
- package/progress-bar/package.json +1 -1
- package/radio/lib/cjs/Radio.js +16 -16
- package/radio/lib/es6/Radio.js +16 -16
- package/radio/package.json +1 -1
- package/scroll-area/lib/cjs/ScrollArea.js +21 -21
- package/scroll-area/lib/cjs/ScrollBar.js +6 -6
- package/scroll-area/lib/es6/ScrollArea.js +21 -21
- package/scroll-area/lib/es6/ScrollBar.js +6 -6
- package/scroll-area/package.json +1 -1
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +23 -21
- package/select/lib/cjs/Select.js.map +1 -1
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +13 -10
- package/select/lib/es6/Select.js.map +1 -1
- package/select/package.json +1 -1
- package/side-panel/lib/cjs/SidePanel.js +19 -19
- package/side-panel/lib/es6/SidePanel.js +19 -19
- package/side-panel/package.json +1 -1
- package/skeleton/lib/cjs/Charts/Area.js +9 -9
- package/skeleton/lib/cjs/Charts/Bar.js +9 -9
- package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
- package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +9 -9
- package/skeleton/lib/cjs/Charts/Donut.js +9 -9
- package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
- package/skeleton/lib/cjs/Charts/Line.js +9 -9
- package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
- package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
- package/skeleton/lib/cjs/Charts/Venn.js +9 -9
- package/skeleton/lib/cjs/Skeleton.js +8 -8
- package/skeleton/lib/es6/Charts/Area.js +9 -9
- package/skeleton/lib/es6/Charts/Bar.js +9 -9
- package/skeleton/lib/es6/Charts/Bubble.js +9 -9
- package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +9 -9
- package/skeleton/lib/es6/Charts/Donut.js +9 -9
- package/skeleton/lib/es6/Charts/Histogram.js +9 -9
- package/skeleton/lib/es6/Charts/Line.js +9 -9
- package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
- package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
- package/skeleton/lib/es6/Charts/Venn.js +9 -9
- package/skeleton/lib/es6/Skeleton.js +8 -8
- package/skeleton/package.json +1 -1
- package/slider/lib/cjs/Slider.js +8 -8
- package/slider/lib/es6/Slider.js +8 -8
- package/slider/package.json +1 -1
- package/spin/lib/cjs/Spin.js +13 -13
- package/spin/lib/es6/Spin.js +13 -13
- package/spin/package.json +1 -1
- package/spin-container/lib/cjs/SpinContainer.js +8 -8
- package/spin-container/lib/es6/SpinContainer.js +8 -8
- package/spin-container/package.json +1 -1
- package/sticky/lib/cjs/Sticky.js +2 -2
- package/sticky/lib/es6/Sticky.js +2 -2
- package/sticky/package.json +1 -1
- package/switch/lib/cjs/Switch.js +21 -21
- package/switch/lib/es6/Switch.js +21 -21
- package/switch/package.json +1 -1
- package/tab-line/lib/cjs/TabLine.js +13 -13
- package/tab-line/lib/es6/TabLine.js +13 -13
- package/tab-line/package.json +1 -1
- package/tab-panel/lib/cjs/TabPanel.js +8 -8
- package/tab-panel/lib/es6/TabPanel.js +8 -8
- package/tab-panel/package.json +1 -1
- package/tag/lib/cjs/Tag.js +23 -23
- package/tag/lib/es6/Tag.js +23 -23
- package/tag/package.json +1 -1
- package/textarea/lib/cjs/Textarea.js +8 -8
- package/textarea/lib/es6/Textarea.js +8 -8
- package/textarea/package.json +1 -1
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/time-picker/package.json +1 -1
- package/tooltip/lib/cjs/Tooltip.js +9 -9
- package/tooltip/lib/cjs/style/tooltip.shadow.css +0 -5
- package/tooltip/lib/es6/Tooltip.js +9 -9
- package/tooltip/lib/es6/style/tooltip.shadow.css +0 -5
- package/tooltip/package.json +1 -1
- package/typography/lib/cjs/Blockquote.js +4 -4
- package/typography/lib/cjs/Hint.js +7 -7
- package/typography/lib/cjs/List.js +5 -5
- package/typography/lib/cjs/Text.js +34 -34
- package/typography/lib/es6/Blockquote.js +4 -4
- package/typography/lib/es6/Hint.js +7 -7
- package/typography/lib/es6/List.js +5 -5
- package/typography/lib/es6/Text.js +34 -34
- package/typography/package.json +1 -1
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
- package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
- package/utils/lib/enhances/focusSourceEnhance.d.ts +15 -0
- package/utils/lib/enhances/focusSourceEnhance.js +75 -0
- package/utils/lib/enhances/focusSourceEnhance.js.map +1 -0
- package/utils/lib/enhances/focusSourceEnhance.mjs +66 -0
- package/utils/lib/enhances/focusSourceEnhance.mjs.map +1 -0
- package/utils/lib/enhances/keyboardFocusEnhance.d.ts +2 -1
- package/utils/lib/enhances/keyboardFocusEnhance.js +9 -57
- package/utils/lib/enhances/keyboardFocusEnhance.js.map +1 -1
- package/utils/lib/enhances/keyboardFocusEnhance.mjs +5 -54
- package/utils/lib/enhances/keyboardFocusEnhance.mjs.map +1 -1
- package/utils/lib/focus-lock/iframeBorders.d.ts +3 -0
- package/utils/lib/focus-lock/iframeBorders.js +61 -0
- package/utils/lib/focus-lock/iframeBorders.js.map +1 -0
- package/utils/lib/focus-lock/iframeBorders.mjs +52 -0
- package/utils/lib/focus-lock/iframeBorders.mjs.map +1 -0
- package/utils/lib/injectStyle.js +1 -1
- package/utils/lib/injectStyle.mjs +1 -1
- package/utils/lib/themes/auto.css +4 -0
- package/utils/lib/themes/dark.css +2 -0
- package/utils/lib/themes/dark.json +1 -0
- package/utils/lib/themes/default.css +2 -0
- package/utils/lib/themes/default.json +1 -0
- package/utils/lib/themes/light.css +2 -0
- package/utils/lib/themes/light.json +1 -0
- package/utils/lib/use/useFocusLock.js +10 -2
- package/utils/lib/use/useFocusLock.js.map +1 -1
- package/utils/lib/use/useFocusLock.mjs +10 -2
- package/utils/lib/use/useFocusLock.mjs.map +1 -1
- package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
- package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
- package/widget-empty/package.json +1 -1
- package/wizard/lib/cjs/Wizard.js +11 -11
- package/wizard/lib/es6/Wizard.js +11 -11
- package/wizard/package.json +1 -1
package/modal/lib/es6/Modal.js
CHANGED
@@ -23,14 +23,14 @@ import usePreventScroll from 'intergalactic/utils/lib/use/usePreventScroll';
|
|
23
23
|
import { isAdvanceMode } from 'intergalactic/utils/lib/findComponent';
|
24
24
|
import keyboardFocusEnhance from 'intergalactic/utils/lib/enhances/keyboardFocusEnhance';
|
25
25
|
/*__reshadow-styles__:"./style/modal.shadow.css"*/
|
26
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
27
|
-
"__SWindow": "
|
28
|
-
"_ghost": "
|
29
|
-
"__SClose": "
|
30
|
-
"__SOverlay": "
|
31
|
-
"__STitle": "
|
32
|
-
"_color": "
|
33
|
-
"--color": "--
|
26
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SWindow_1fi0b_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_1fi0b_gg_:focus{outline:0}.___SWindow_1fi0b_gg_ .___STitle_1fi0b_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);margin-right:var(--intergalactic-spacing-4x, 16px)}.___SWindow_1fi0b_gg_ .___STitle_1fi0b_gg_.__color_1fi0b_gg_{color:var(--color_1fi0b)}.___SWindow_1fi0b_gg_.__ghost_1fi0b_gg_{background:0 0;padding:0;box-shadow:none}.___SOverlay_1fi0b_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_1fi0b_gg_ .___SOverlay_1fi0b_gg_{background:var(--intergalactic-overlay-secondary, rgba(25, 27, 35, 0.4))}.___SClose_1fi0b_gg_{display:inline-flex;position:absolute;right:var(--intergalactic-spacing-2x, 8px);top:var(--intergalactic-spacing-2x, 8px)}.___SClose_1fi0b_gg_.__ghost_1fi0b_gg_{right:0;top:0}@media (max-width:767px){.___SWindow_1fi0b_gg_{min-width:60%}.___SOverlay_1fi0b_gg_{padding:var(--intergalactic-spacing-3x, 12px)}}" /*__inner_css_end__*/, "1fi0b_gg_") /*__reshadow_css_end__*/, {
|
27
|
+
"__SWindow": "___SWindow_1fi0b_gg_",
|
28
|
+
"_ghost": "__ghost_1fi0b_gg_",
|
29
|
+
"__SClose": "___SClose_1fi0b_gg_",
|
30
|
+
"__SOverlay": "___SOverlay_1fi0b_gg_",
|
31
|
+
"__STitle": "___STitle_1fi0b_gg_",
|
32
|
+
"_color": "__color_1fi0b_gg_",
|
33
|
+
"--color": "--color_1fi0b"
|
34
34
|
});
|
35
35
|
import { localizedMessages } from './translations/__intergalactic-dynamic-locales';
|
36
36
|
import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
package/modal/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"name":"intergalactic/modal","description":"Semrush Modal Component","version":"4.44.
|
1
|
+
{"name":"intergalactic/modal","description":"Semrush Modal Component","version":"4.44.1-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/animation":"2.32.0-prerelease.0","@semcore/flex-box":"5.32.0-prerelease.0","@semcore/icon":"4.44.1-prerelease.0","@semcore/outside-click":"3.30.0-prerelease.0","@semcore/portal":"3.32.0-prerelease.0","@semcore/typography":"5.41.1-prerelease.0","@semcore/utils":"4.35.0-prerelease.0"},"peerDependencies":{"@semcore/core":"^2.30.0-prerelease.0","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/modal"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"intergalactic/neighbor-location","description":"Semrush NeighborLocation Component","version":"4.
|
1
|
+
{"name":"intergalactic/neighbor-location","description":"Semrush NeighborLocation Component","version":"4.30.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.35.0-prerelease.0"},"peerDependencies":{"@semcore/core":"^2.30.0-prerelease.0","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/neighbor-location"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
|
package/notice/index.d.ts
CHANGED
package/notice/lib/cjs/Notice.js
CHANGED
@@ -26,20 +26,20 @@ var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynam
|
|
26
26
|
var _i18nEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/i18nEnhance"));
|
27
27
|
var _useCssVariable = require("intergalactic/utils/lib/useCssVariable");
|
28
28
|
/*__reshadow-styles__:"./style/notice.shadow.css"*/
|
29
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
30
|
-
"__SNotice": "
|
31
|
-
"__SContent": "
|
32
|
-
"__SActions": "
|
33
|
-
"__SLabel": "
|
34
|
-
"_theme_info": "
|
35
|
-
"_theme_danger": "
|
36
|
-
"_theme_warning": "
|
37
|
-
"_theme_success": "
|
38
|
-
"_theme_muted": "
|
39
|
-
"_theme_custom": "
|
40
|
-
"--color": "--
|
41
|
-
"__SCloseIcon": "
|
42
|
-
"--backgroundColor": "--
|
29
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SNotice_wkccx_gg_{display:flex;padding:var(--intergalactic-spacing-4x, 16px);font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);box-sizing:border-box;border-style:solid;border-width:1px;border-radius:var(--intergalactic-surface-rounded, 6px);color:var(--intergalactic-text-primary, #191b23)}.___SNotice_wkccx_gg_._theme_info_wkccx_gg_{background-color:var(--intergalactic-bg-secondary-info, #e9f7ff);border-color:var(--intergalactic-border-info, #8ecdff)}.___SNotice_wkccx_gg_._theme_info_wkccx_gg_ .___SCloseIcon_wkccx_gg_{color:var(--intergalactic-icon-primary-neutral, #6c6e79)}@media (hover:hover){.___SNotice_wkccx_gg_._theme_info_wkccx_gg_ .___SCloseIcon_wkccx_gg_:hover{color:var(--intergalactic-icon-primary-neutral-hover-active, #565861)}}.___SNotice_wkccx_gg_._theme_danger_wkccx_gg_{background-color:var(--intergalactic-bg-secondary-critical, #fff0f7);border-color:var(--intergalactic-border-critical, #ffaeb5)}.___SNotice_wkccx_gg_._theme_danger_wkccx_gg_ .___SCloseIcon_wkccx_gg_{color:var(--intergalactic-icon-primary-critical, #ff4953)}@media (hover:hover){.___SNotice_wkccx_gg_._theme_danger_wkccx_gg_ .___SCloseIcon_wkccx_gg_:hover{color:var(--intergalactic-icon-primary-critical-hover-active, #CC3A42)}}.___SNotice_wkccx_gg_._theme_warning_wkccx_gg_{background-color:var(--intergalactic-bg-secondary-warning, #fff3d9);border-color:var(--intergalactic-border-warning, #ffb26e)}.___SNotice_wkccx_gg_._theme_warning_wkccx_gg_ .___SCloseIcon_wkccx_gg_{color:var(--intergalactic-icon-primary-warning, #ff642d)}@media (hover:hover){.___SNotice_wkccx_gg_._theme_warning_wkccx_gg_ .___SCloseIcon_wkccx_gg_:hover{color:var(--intergalactic-icon-primary-warning-hover-active, #CC5024)}}.___SNotice_wkccx_gg_._theme_success_wkccx_gg_{background-color:var(--intergalactic-bg-secondary-success, #dbfee8);border-color:var(--intergalactic-border-success, #59ddaa)}.___SNotice_wkccx_gg_._theme_success_wkccx_gg_ .___SCloseIcon_wkccx_gg_{color:var(--intergalactic-icon-primary-success, #009f81)}@media (hover:hover){.___SNotice_wkccx_gg_._theme_success_wkccx_gg_ .___SCloseIcon_wkccx_gg_:hover{color:var(--intergalactic-icon-primary-success-hover-active, #037E68)}}.___SNotice_wkccx_gg_._theme_muted_wkccx_gg_{background-color:var(--intergalactic-bg-secondary-neutral, #f4f5f9);border-color:var(--intergalactic-border-secondary, #e0e1e9)}.___SLabel_wkccx_gg_._theme_info_wkccx_gg_,.___SNotice_wkccx_gg_._theme_muted_wkccx_gg_ .___SCloseIcon_wkccx_gg_{color:var(--intergalactic-icon-primary-neutral, #6c6e79)}@media (hover:hover){.___SNotice_wkccx_gg_._theme_muted_wkccx_gg_ .___SCloseIcon_wkccx_gg_:hover{color:var(--intergalactic-icon-primary-neutral-hover-active, #565861)}}.___SContent_wkccx_gg_{flex:1 1 auto;width:100%}.___SActions_wkccx_gg_{flex-shrink:0;margin-top:var(--intergalactic-spacing-3x, 12px)}.___SLabel_wkccx_gg_{min-height:var(--intergalactic-form-control-m, 28px);height:-moz-fit-content;height:fit-content;margin-right:var(--intergalactic-spacing-2x, 8px);display:inline-flex;align-items:center}.___SLabel_wkccx_gg_._theme_danger_wkccx_gg_{color:var(--intergalactic-icon-primary-critical, #ff4953)}.___SLabel_wkccx_gg_._theme_warning_wkccx_gg_{color:var(--intergalactic-icon-primary-warning, #ff642d)}.___SLabel_wkccx_gg_._theme_success_wkccx_gg_{color:var(--intergalactic-icon-primary-success, #009f81)}.___SLabel_wkccx_gg_._theme_muted_wkccx_gg_{color:var(--intergalactic-icon-primary-neutral, #6c6e79)}.___SLabel_wkccx_gg_._theme_custom_wkccx_gg_{color:var(--color_wkccx)}.___SCloseIcon_wkccx_gg_{flex-shrink:0;margin-left:var(--intergalactic-spacing-4x, 16px)}.___SNotice_wkccx_gg_._theme_custom_wkccx_gg_{background-color:var(--backgroundColor_wkccx);border-color:var(--backgroundColor_wkccx)}" /*__inner_css_end__*/, "wkccx_gg_") /*__reshadow_css_end__*/, {
|
30
|
+
"__SNotice": "___SNotice_wkccx_gg_",
|
31
|
+
"__SContent": "___SContent_wkccx_gg_",
|
32
|
+
"__SActions": "___SActions_wkccx_gg_",
|
33
|
+
"__SLabel": "___SLabel_wkccx_gg_",
|
34
|
+
"_theme_info": "_theme_info_wkccx_gg_",
|
35
|
+
"_theme_danger": "_theme_danger_wkccx_gg_",
|
36
|
+
"_theme_warning": "_theme_warning_wkccx_gg_",
|
37
|
+
"_theme_success": "_theme_success_wkccx_gg_",
|
38
|
+
"_theme_muted": "_theme_muted_wkccx_gg_",
|
39
|
+
"_theme_custom": "_theme_custom_wkccx_gg_",
|
40
|
+
"--color": "--color_wkccx",
|
41
|
+
"__SCloseIcon": "___SCloseIcon_wkccx_gg_",
|
42
|
+
"--backgroundColor": "--backgroundColor_wkccx"
|
43
43
|
});
|
44
44
|
function isCustomTheme(theme) {
|
45
45
|
return !['danger', 'warning', 'success', 'info', 'muted'].includes(theme);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\nimport { Box, BoxProps } from '@semcore/flex-box';\nimport Button from '@semcore/button';\nimport { IconProps } from '@semcore/icon';\nimport { FadeInOutProps } from '@semcore/animation';\n\nexport type NoticeTheme = 'danger' | 'warning' | 'success' | 'info' | 'muted';\nexport type NoticeUse = 'primary' | 'secondary';\n\n/** @deprecated */\nexport interface INoticeProps extends NoticeProps, UnknownProperties {}\nexport type NoticeProps = BoxProps &\n FadeInOutProps & {\n /** Property for managing visibility of Notice */\n hidden?: boolean;\n /** Notice type\n * @deprecated since version ^4.1.0\n */\n use?: NoticeUse;\n /**\n * Notice theme\n * @default info\n */\n theme?: NoticeTheme;\n /** Duration of animation, ms\n * @default 250\n */\n duration?: number;\n locale?: string;\n };\n\n/** @deprecated */\nexport interface INoticeLabelProps extends NoticeLabelProps, UnknownProperties {}\nexport type NoticeLabelProps = BoxProps & {\n theme?: NoticeTheme;\n};\n\n/** @deprecated */\nexport interface INoticeContext extends NoticeContext, UnknownProperties {}\nexport type NoticeContext = {\n getLabelProps: PropGetterFn;\n};\n\n/** @deprecated */\nexport interface INoticeSmartProps extends NoticeSmartProps, UnknownProperties {}\nexport type NoticeSmartProps = NoticeProps & {\n /**\n * A custom element for additional information\n */\n label?: React.ReactNode;\n /**\n * Custom action element\n */\n actions?: React.ReactNode;\n /**\n * Adds a Close
|
1
|
+
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\nimport { Box, BoxProps } from '@semcore/flex-box';\nimport Button from '@semcore/button';\nimport { IconProps } from '@semcore/icon';\nimport { FadeInOutProps } from '@semcore/animation';\n\nexport type NoticeTheme = 'danger' | 'warning' | 'success' | 'info' | 'muted';\nexport type NoticeUse = 'primary' | 'secondary';\n\n/** @deprecated */\nexport interface INoticeProps extends NoticeProps, UnknownProperties {}\nexport type NoticeProps = BoxProps &\n FadeInOutProps & {\n /** Property for managing visibility of Notice */\n hidden?: boolean;\n /** Notice type\n * @deprecated since version ^4.1.0\n */\n use?: NoticeUse;\n /**\n * Notice theme\n * @default info\n */\n theme?: NoticeTheme;\n /** Duration of animation, ms\n * @default 250\n */\n duration?: number;\n locale?: string;\n };\n\n/** @deprecated */\nexport interface INoticeLabelProps extends NoticeLabelProps, UnknownProperties {}\nexport type NoticeLabelProps = BoxProps & {\n theme?: NoticeTheme;\n};\n\n/** @deprecated */\nexport interface INoticeContext extends NoticeContext, UnknownProperties {}\nexport type NoticeContext = {\n getLabelProps: PropGetterFn;\n};\n\n/** @deprecated */\nexport interface INoticeSmartProps extends NoticeSmartProps, UnknownProperties {}\nexport type NoticeSmartProps = NoticeProps & {\n /**\n * A custom element for additional information\n */\n label?: React.ReactNode;\n /**\n * Custom action element\n */\n actions?: React.ReactNode;\n /**\n * Adds a Close button\n */\n closable?: boolean;\n /**\n * Callback on a click on the close button\n */\n onClose?: (event: React.SyntheticEvent) => void;\n};\n\ndeclare const Notice: Intergalactic.Component<'div', NoticeProps, NoticeContext> & {\n Label: Intergalactic.Component<'div', NoticeLabelProps>;\n Actions: typeof Box;\n Content: typeof Box;\n /**\n * @deprecated Use Notice.Close instead of Notice.CloseIcon\n */\n CloseIcon: Intergalactic.Component<'div', IconProps>;\n Close: typeof Button;\n};\n\ndeclare const NoticeSmart: Intergalactic.Component<'div', NoticeSmartProps>;\n\nexport { NoticeSmart };\nexport default Notice;\n"],"mappings":""}
|
package/notice/lib/es6/Notice.js
CHANGED
@@ -24,20 +24,20 @@ import { localizedMessages } from './translations/__intergalactic-dynamic-locale
|
|
24
24
|
import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
25
25
|
import { cssVariableEnhance } from 'intergalactic/utils/lib/useCssVariable';
|
26
26
|
/*__reshadow-styles__:"./style/notice.shadow.css"*/
|
27
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
28
|
-
"__SNotice": "
|
29
|
-
"__SContent": "
|
30
|
-
"__SActions": "
|
31
|
-
"__SLabel": "
|
32
|
-
"_theme_info": "
|
33
|
-
"_theme_danger": "
|
34
|
-
"_theme_warning": "
|
35
|
-
"_theme_success": "
|
36
|
-
"_theme_muted": "
|
37
|
-
"_theme_custom": "
|
38
|
-
"--color": "--
|
39
|
-
"__SCloseIcon": "
|
40
|
-
"--backgroundColor": "--
|
27
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SNotice_wkccx_gg_{display:flex;padding:var(--intergalactic-spacing-4x, 16px);font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);box-sizing:border-box;border-style:solid;border-width:1px;border-radius:var(--intergalactic-surface-rounded, 6px);color:var(--intergalactic-text-primary, #191b23)}.___SNotice_wkccx_gg_._theme_info_wkccx_gg_{background-color:var(--intergalactic-bg-secondary-info, #e9f7ff);border-color:var(--intergalactic-border-info, #8ecdff)}.___SNotice_wkccx_gg_._theme_info_wkccx_gg_ .___SCloseIcon_wkccx_gg_{color:var(--intergalactic-icon-primary-neutral, #6c6e79)}@media (hover:hover){.___SNotice_wkccx_gg_._theme_info_wkccx_gg_ .___SCloseIcon_wkccx_gg_:hover{color:var(--intergalactic-icon-primary-neutral-hover-active, #565861)}}.___SNotice_wkccx_gg_._theme_danger_wkccx_gg_{background-color:var(--intergalactic-bg-secondary-critical, #fff0f7);border-color:var(--intergalactic-border-critical, #ffaeb5)}.___SNotice_wkccx_gg_._theme_danger_wkccx_gg_ .___SCloseIcon_wkccx_gg_{color:var(--intergalactic-icon-primary-critical, #ff4953)}@media (hover:hover){.___SNotice_wkccx_gg_._theme_danger_wkccx_gg_ .___SCloseIcon_wkccx_gg_:hover{color:var(--intergalactic-icon-primary-critical-hover-active, #CC3A42)}}.___SNotice_wkccx_gg_._theme_warning_wkccx_gg_{background-color:var(--intergalactic-bg-secondary-warning, #fff3d9);border-color:var(--intergalactic-border-warning, #ffb26e)}.___SNotice_wkccx_gg_._theme_warning_wkccx_gg_ .___SCloseIcon_wkccx_gg_{color:var(--intergalactic-icon-primary-warning, #ff642d)}@media (hover:hover){.___SNotice_wkccx_gg_._theme_warning_wkccx_gg_ .___SCloseIcon_wkccx_gg_:hover{color:var(--intergalactic-icon-primary-warning-hover-active, #CC5024)}}.___SNotice_wkccx_gg_._theme_success_wkccx_gg_{background-color:var(--intergalactic-bg-secondary-success, #dbfee8);border-color:var(--intergalactic-border-success, #59ddaa)}.___SNotice_wkccx_gg_._theme_success_wkccx_gg_ .___SCloseIcon_wkccx_gg_{color:var(--intergalactic-icon-primary-success, #009f81)}@media (hover:hover){.___SNotice_wkccx_gg_._theme_success_wkccx_gg_ .___SCloseIcon_wkccx_gg_:hover{color:var(--intergalactic-icon-primary-success-hover-active, #037E68)}}.___SNotice_wkccx_gg_._theme_muted_wkccx_gg_{background-color:var(--intergalactic-bg-secondary-neutral, #f4f5f9);border-color:var(--intergalactic-border-secondary, #e0e1e9)}.___SLabel_wkccx_gg_._theme_info_wkccx_gg_,.___SNotice_wkccx_gg_._theme_muted_wkccx_gg_ .___SCloseIcon_wkccx_gg_{color:var(--intergalactic-icon-primary-neutral, #6c6e79)}@media (hover:hover){.___SNotice_wkccx_gg_._theme_muted_wkccx_gg_ .___SCloseIcon_wkccx_gg_:hover{color:var(--intergalactic-icon-primary-neutral-hover-active, #565861)}}.___SContent_wkccx_gg_{flex:1 1 auto;width:100%}.___SActions_wkccx_gg_{flex-shrink:0;margin-top:var(--intergalactic-spacing-3x, 12px)}.___SLabel_wkccx_gg_{min-height:var(--intergalactic-form-control-m, 28px);height:-moz-fit-content;height:fit-content;margin-right:var(--intergalactic-spacing-2x, 8px);display:inline-flex;align-items:center}.___SLabel_wkccx_gg_._theme_danger_wkccx_gg_{color:var(--intergalactic-icon-primary-critical, #ff4953)}.___SLabel_wkccx_gg_._theme_warning_wkccx_gg_{color:var(--intergalactic-icon-primary-warning, #ff642d)}.___SLabel_wkccx_gg_._theme_success_wkccx_gg_{color:var(--intergalactic-icon-primary-success, #009f81)}.___SLabel_wkccx_gg_._theme_muted_wkccx_gg_{color:var(--intergalactic-icon-primary-neutral, #6c6e79)}.___SLabel_wkccx_gg_._theme_custom_wkccx_gg_{color:var(--color_wkccx)}.___SCloseIcon_wkccx_gg_{flex-shrink:0;margin-left:var(--intergalactic-spacing-4x, 16px)}.___SNotice_wkccx_gg_._theme_custom_wkccx_gg_{background-color:var(--backgroundColor_wkccx);border-color:var(--backgroundColor_wkccx)}" /*__inner_css_end__*/, "wkccx_gg_") /*__reshadow_css_end__*/, {
|
28
|
+
"__SNotice": "___SNotice_wkccx_gg_",
|
29
|
+
"__SContent": "___SContent_wkccx_gg_",
|
30
|
+
"__SActions": "___SActions_wkccx_gg_",
|
31
|
+
"__SLabel": "___SLabel_wkccx_gg_",
|
32
|
+
"_theme_info": "_theme_info_wkccx_gg_",
|
33
|
+
"_theme_danger": "_theme_danger_wkccx_gg_",
|
34
|
+
"_theme_warning": "_theme_warning_wkccx_gg_",
|
35
|
+
"_theme_success": "_theme_success_wkccx_gg_",
|
36
|
+
"_theme_muted": "_theme_muted_wkccx_gg_",
|
37
|
+
"_theme_custom": "_theme_custom_wkccx_gg_",
|
38
|
+
"--color": "--color_wkccx",
|
39
|
+
"__SCloseIcon": "___SCloseIcon_wkccx_gg_",
|
40
|
+
"--backgroundColor": "--backgroundColor_wkccx"
|
41
41
|
});
|
42
42
|
function isCustomTheme(theme) {
|
43
43
|
return !['danger', 'warning', 'success', 'info', 'muted'].includes(theme);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\nimport { Box, BoxProps } from '@semcore/flex-box';\nimport Button from '@semcore/button';\nimport { IconProps } from '@semcore/icon';\nimport { FadeInOutProps } from '@semcore/animation';\n\nexport type NoticeTheme = 'danger' | 'warning' | 'success' | 'info' | 'muted';\nexport type NoticeUse = 'primary' | 'secondary';\n\n/** @deprecated */\nexport interface INoticeProps extends NoticeProps, UnknownProperties {}\nexport type NoticeProps = BoxProps &\n FadeInOutProps & {\n /** Property for managing visibility of Notice */\n hidden?: boolean;\n /** Notice type\n * @deprecated since version ^4.1.0\n */\n use?: NoticeUse;\n /**\n * Notice theme\n * @default info\n */\n theme?: NoticeTheme;\n /** Duration of animation, ms\n * @default 250\n */\n duration?: number;\n locale?: string;\n };\n\n/** @deprecated */\nexport interface INoticeLabelProps extends NoticeLabelProps, UnknownProperties {}\nexport type NoticeLabelProps = BoxProps & {\n theme?: NoticeTheme;\n};\n\n/** @deprecated */\nexport interface INoticeContext extends NoticeContext, UnknownProperties {}\nexport type NoticeContext = {\n getLabelProps: PropGetterFn;\n};\n\n/** @deprecated */\nexport interface INoticeSmartProps extends NoticeSmartProps, UnknownProperties {}\nexport type NoticeSmartProps = NoticeProps & {\n /**\n * A custom element for additional information\n */\n label?: React.ReactNode;\n /**\n * Custom action element\n */\n actions?: React.ReactNode;\n /**\n * Adds a Close
|
1
|
+
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { PropGetterFn, UnknownProperties, Intergalactic } from '@semcore/core';\nimport { Box, BoxProps } from '@semcore/flex-box';\nimport Button from '@semcore/button';\nimport { IconProps } from '@semcore/icon';\nimport { FadeInOutProps } from '@semcore/animation';\n\nexport type NoticeTheme = 'danger' | 'warning' | 'success' | 'info' | 'muted';\nexport type NoticeUse = 'primary' | 'secondary';\n\n/** @deprecated */\nexport interface INoticeProps extends NoticeProps, UnknownProperties {}\nexport type NoticeProps = BoxProps &\n FadeInOutProps & {\n /** Property for managing visibility of Notice */\n hidden?: boolean;\n /** Notice type\n * @deprecated since version ^4.1.0\n */\n use?: NoticeUse;\n /**\n * Notice theme\n * @default info\n */\n theme?: NoticeTheme;\n /** Duration of animation, ms\n * @default 250\n */\n duration?: number;\n locale?: string;\n };\n\n/** @deprecated */\nexport interface INoticeLabelProps extends NoticeLabelProps, UnknownProperties {}\nexport type NoticeLabelProps = BoxProps & {\n theme?: NoticeTheme;\n};\n\n/** @deprecated */\nexport interface INoticeContext extends NoticeContext, UnknownProperties {}\nexport type NoticeContext = {\n getLabelProps: PropGetterFn;\n};\n\n/** @deprecated */\nexport interface INoticeSmartProps extends NoticeSmartProps, UnknownProperties {}\nexport type NoticeSmartProps = NoticeProps & {\n /**\n * A custom element for additional information\n */\n label?: React.ReactNode;\n /**\n * Custom action element\n */\n actions?: React.ReactNode;\n /**\n * Adds a Close button\n */\n closable?: boolean;\n /**\n * Callback on a click on the close button\n */\n onClose?: (event: React.SyntheticEvent) => void;\n};\n\ndeclare const Notice: Intergalactic.Component<'div', NoticeProps, NoticeContext> & {\n Label: Intergalactic.Component<'div', NoticeLabelProps>;\n Actions: typeof Box;\n Content: typeof Box;\n /**\n * @deprecated Use Notice.Close instead of Notice.CloseIcon\n */\n CloseIcon: Intergalactic.Component<'div', IconProps>;\n Close: typeof Button;\n};\n\ndeclare const NoticeSmart: Intergalactic.Component<'div', NoticeSmartProps>;\n\nexport { NoticeSmart };\nexport default Notice;\n"],"mappings":""}
|
package/notice/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"name":"intergalactic/notice","description":"Semrush Notice Component","version":"5.39.
|
1
|
+
{"name":"intergalactic/notice","description":"Semrush Notice Component","version":"5.39.2-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/animation":"2.32.0-prerelease.0","@semcore/utils":"4.35.0-prerelease.0","@semcore/button":"5.36.0-prerelease.0","@semcore/flex-box":"5.32.0-prerelease.0","@semcore/icon":"4.44.1-prerelease.0","@semcore/notice-global":"2.49.1-prerelease.0"},"peerDependencies":{"@semcore/core":"^2.30.0-prerelease.0","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/notice"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
|
@@ -39,21 +39,21 @@ var _ref5 = require("intergalactic/utils/lib/ref");
|
|
39
39
|
var _excluded = ["focusLock"],
|
40
40
|
_excluded2 = ["forwardRef", "styles", "onMouseEnter", "onMouseLeave", "getI18nText", "icon", "children", "action", "type"];
|
41
41
|
/*__reshadow-styles__:"./style/notice-bubble.shadow.css"*/
|
42
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes
|
43
|
-
"__SContent": "
|
44
|
-
"__SMessage": "
|
45
|
-
"__SDismiss": "
|
46
|
-
"_use": "
|
47
|
-
"__SIcon": "
|
48
|
-
"__SNoticeBubble": "
|
49
|
-
"_disablePortal": "
|
50
|
-
"__SNoticeAriaLiveWrapper": "
|
51
|
-
"@enter": "
|
52
|
-
"@exit": "
|
53
|
-
"__SBubble": "
|
54
|
-
"__SView": "
|
55
|
-
"_type_info": "
|
56
|
-
"_type_warning": "
|
42
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/"@keyframes enter_1sigf{0%{transform:translate(100%,0);max-height:0;overflow:hidden}to{transform:translate(0,0);max-height:100vh;overflow:hidden}}@keyframes exit_1sigf{0%{max-height:100vh;overflow:hidden;opacity:1}to{max-height:0;overflow:hidden;opacity:0}}.___SBubble_1sigf_gg_,.___SView_1sigf_gg_{position:relative;margin-bottom:var(--intergalactic-spacing-3x, 12px);padding:var(--intergalactic-spacing-3x, 12px);padding-right:calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-1x, 4px));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_1sigf_gg_._type_info_1sigf_gg_,.___SView_1sigf_gg_._type_info_1sigf_gg_{background:var(--intergalactic-bg-primary-invert, #191b23)}.___SBubble_1sigf_gg_._type_warning_1sigf_gg_,.___SView_1sigf_gg_._type_warning_1sigf_gg_{background:var(--intergalactic-bg-primary-critical, #ff4953)}.___SContent_1sigf_gg_{flex-direction:column;gap:var(--intergalactic-spacing-2x, 8px);flex:1}.___SMessage_1sigf_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SDismiss_1sigf_gg_{cursor:pointer;position:absolute;right:0;top:0;margin-top:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-2x, 8px);margin-bottom:var(--intergalactic-spacing-2x, 8px);flex-shrink:0;border:0;background:0 0}.___SDismiss_1sigf_gg_.__use_1sigf_gg_.__use_1sigf_gg_{padding:0 1px}.___SIcon_1sigf_gg_{justify-content:center;align-items:center;height:var(--intergalactic-spacing-5x, 20px)}.___SNoticeBubble_1sigf_gg_{width:300px;position:fixed;right:var(--intergalactic-spacing-3x, 12px);top:var(--intergalactic-spacing-3x, 12px)}@media (max-width:767px){.___SNoticeBubble_1sigf_gg_{width:calc(100% - var(--intergalactic-spacing-6x, 24px))}}.___SNoticeBubble_1sigf_gg_.__disablePortal_1sigf_gg_{position:sticky;margin-left:auto;height:0}.___SMessage_1sigf_gg_ a{color:var(--intergalactic-text-link-invert, #8ecdff)}.___SNoticeAriaLiveWrapper_1sigf_gg_{display:content}" /*__inner_css_end__*/, "1sigf_gg_") /*__reshadow_css_end__*/, {
|
43
|
+
"__SContent": "___SContent_1sigf_gg_",
|
44
|
+
"__SMessage": "___SMessage_1sigf_gg_",
|
45
|
+
"__SDismiss": "___SDismiss_1sigf_gg_",
|
46
|
+
"_use": "__use_1sigf_gg_",
|
47
|
+
"__SIcon": "___SIcon_1sigf_gg_",
|
48
|
+
"__SNoticeBubble": "___SNoticeBubble_1sigf_gg_",
|
49
|
+
"_disablePortal": "__disablePortal_1sigf_gg_",
|
50
|
+
"__SNoticeAriaLiveWrapper": "___SNoticeAriaLiveWrapper_1sigf_gg_",
|
51
|
+
"@enter": "enter_1sigf",
|
52
|
+
"@exit": "exit_1sigf",
|
53
|
+
"__SBubble": "___SBubble_1sigf_gg_",
|
54
|
+
"__SView": "___SView_1sigf_gg_",
|
55
|
+
"_type_info": "_type_info_1sigf_gg_",
|
56
|
+
"_type_warning": "_type_warning_1sigf_gg_"
|
57
57
|
});
|
58
58
|
var Notices = function Notices(props) {
|
59
59
|
var styles = props.styles,
|
@@ -31,21 +31,21 @@ import { useFocusLock } from 'intergalactic/utils/lib/use/useFocusLock';
|
|
31
31
|
import { Hint } from 'intergalactic/tooltip';
|
32
32
|
import { ZIndexStackingContextProvider, zIndexStackingEnhance } from 'intergalactic/utils/lib/zIndexStacking';
|
33
33
|
/*__reshadow-styles__:"./style/notice-bubble.shadow.css"*/
|
34
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes
|
35
|
-
"__SContent": "
|
36
|
-
"__SMessage": "
|
37
|
-
"__SDismiss": "
|
38
|
-
"_use": "
|
39
|
-
"__SIcon": "
|
40
|
-
"__SNoticeBubble": "
|
41
|
-
"_disablePortal": "
|
42
|
-
"__SNoticeAriaLiveWrapper": "
|
43
|
-
"@enter": "
|
44
|
-
"@exit": "
|
45
|
-
"__SBubble": "
|
46
|
-
"__SView": "
|
47
|
-
"_type_info": "
|
48
|
-
"_type_warning": "
|
34
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/"@keyframes enter_1sigf{0%{transform:translate(100%,0);max-height:0;overflow:hidden}to{transform:translate(0,0);max-height:100vh;overflow:hidden}}@keyframes exit_1sigf{0%{max-height:100vh;overflow:hidden;opacity:1}to{max-height:0;overflow:hidden;opacity:0}}.___SBubble_1sigf_gg_,.___SView_1sigf_gg_{position:relative;margin-bottom:var(--intergalactic-spacing-3x, 12px);padding:var(--intergalactic-spacing-3x, 12px);padding-right:calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-1x, 4px));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_1sigf_gg_._type_info_1sigf_gg_,.___SView_1sigf_gg_._type_info_1sigf_gg_{background:var(--intergalactic-bg-primary-invert, #191b23)}.___SBubble_1sigf_gg_._type_warning_1sigf_gg_,.___SView_1sigf_gg_._type_warning_1sigf_gg_{background:var(--intergalactic-bg-primary-critical, #ff4953)}.___SContent_1sigf_gg_{flex-direction:column;gap:var(--intergalactic-spacing-2x, 8px);flex:1}.___SMessage_1sigf_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SDismiss_1sigf_gg_{cursor:pointer;position:absolute;right:0;top:0;margin-top:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-2x, 8px);margin-bottom:var(--intergalactic-spacing-2x, 8px);flex-shrink:0;border:0;background:0 0}.___SDismiss_1sigf_gg_.__use_1sigf_gg_.__use_1sigf_gg_{padding:0 1px}.___SIcon_1sigf_gg_{justify-content:center;align-items:center;height:var(--intergalactic-spacing-5x, 20px)}.___SNoticeBubble_1sigf_gg_{width:300px;position:fixed;right:var(--intergalactic-spacing-3x, 12px);top:var(--intergalactic-spacing-3x, 12px)}@media (max-width:767px){.___SNoticeBubble_1sigf_gg_{width:calc(100% - var(--intergalactic-spacing-6x, 24px))}}.___SNoticeBubble_1sigf_gg_.__disablePortal_1sigf_gg_{position:sticky;margin-left:auto;height:0}.___SMessage_1sigf_gg_ a{color:var(--intergalactic-text-link-invert, #8ecdff)}.___SNoticeAriaLiveWrapper_1sigf_gg_{display:content}" /*__inner_css_end__*/, "1sigf_gg_") /*__reshadow_css_end__*/, {
|
35
|
+
"__SContent": "___SContent_1sigf_gg_",
|
36
|
+
"__SMessage": "___SMessage_1sigf_gg_",
|
37
|
+
"__SDismiss": "___SDismiss_1sigf_gg_",
|
38
|
+
"_use": "__use_1sigf_gg_",
|
39
|
+
"__SIcon": "___SIcon_1sigf_gg_",
|
40
|
+
"__SNoticeBubble": "___SNoticeBubble_1sigf_gg_",
|
41
|
+
"_disablePortal": "__disablePortal_1sigf_gg_",
|
42
|
+
"__SNoticeAriaLiveWrapper": "___SNoticeAriaLiveWrapper_1sigf_gg_",
|
43
|
+
"@enter": "enter_1sigf",
|
44
|
+
"@exit": "exit_1sigf",
|
45
|
+
"__SBubble": "___SBubble_1sigf_gg_",
|
46
|
+
"__SView": "___SView_1sigf_gg_",
|
47
|
+
"_type_info": "_type_info_1sigf_gg_",
|
48
|
+
"_type_warning": "_type_warning_1sigf_gg_"
|
49
49
|
});
|
50
50
|
import { forkRef, useForkRef } from 'intergalactic/utils/lib/ref';
|
51
51
|
var Notices = function Notices(props) {
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"intergalactic/notice-bubble","description":"Semrush NoticeBubble Component","version":"5.41.
|
1
|
+
{"name":"intergalactic/notice-bubble","description":"Semrush NoticeBubble Component","version":"5.41.1-prerelease.0","main":"lib/cjs/index.js","module":"lib/es6/index.js","typings":"lib/types/index.d.ts","author":"UI-kit team <ui-kit-team@semrush.com>","sideEffects":false,"license":"MIT","scripts":{"build":"pnpm semcore-builder --source=js"},"dependencies":{"@semcore/utils":"4.35.0-prerelease.0","@semcore/icon":"4.44.1-prerelease.0","@semcore/portal":"3.32.0-prerelease.0","@semcore/flex-box":"5.32.0-prerelease.0","@semcore/animation":"2.32.0-prerelease.0"},"peerDependencies":{"@semcore/core":"^2.30.0-prerelease.0","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/notice-bubble"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
|
package/notice-global/index.d.ts
CHANGED
@@ -26,17 +26,17 @@ var _useCssVariable = require("intergalactic/utils/lib/useCssVariable");
|
|
26
26
|
var _button = _interopRequireDefault(require("intergalactic/button"));
|
27
27
|
var _keyboardFocusEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/keyboardFocusEnhance"));
|
28
28
|
/*__reshadow-styles__:"./style/notice-global.shadow.css"*/
|
29
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
30
|
-
"__SNoticeGlobal": "
|
31
|
-
"__SCloseIcon": "
|
32
|
-
"_theme_neutral": "
|
33
|
-
"_theme_info": "
|
34
|
-
"_theme_danger": "
|
35
|
-
"_theme_warning": "
|
36
|
-
"_theme_success": "
|
37
|
-
"_theme_custom": "
|
38
|
-
"--backgroundColor": "--
|
39
|
-
"__SContent": "
|
29
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SNoticeGlobal_13upu_gg_{display:flex;align-items:center;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_13upu_gg_{margin-left:var(--intergalactic-spacing-4x, 16px)}.___SNoticeGlobal_13upu_gg_._theme_neutral_13upu_gg_{background-color:var(--intergalactic-bg-primary-muted, #6c6e79);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_13upu_gg_._theme_info_13upu_gg_{background-color:var(--intergalactic-bg-primary-info, #008ff8);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_13upu_gg_._theme_danger_13upu_gg_{background-color:var(--intergalactic-bg-primary-critical, #ff4953);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_13upu_gg_._theme_warning_13upu_gg_{background-color:var(--intergalactic-bg-primary-warning, #ff642d);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_13upu_gg_._theme_success_13upu_gg_{background-color:var(--intergalactic-bg-primary-success, #009f81);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_13upu_gg_._theme_custom_13upu_gg_{background-color:var(--backgroundColor_13upu)}.___SContent_13upu_gg_{flex:1 1 auto;width:100%;justify-content:center}" /*__inner_css_end__*/, "13upu_gg_") /*__reshadow_css_end__*/, {
|
30
|
+
"__SNoticeGlobal": "___SNoticeGlobal_13upu_gg_",
|
31
|
+
"__SCloseIcon": "___SCloseIcon_13upu_gg_",
|
32
|
+
"_theme_neutral": "_theme_neutral_13upu_gg_",
|
33
|
+
"_theme_info": "_theme_info_13upu_gg_",
|
34
|
+
"_theme_danger": "_theme_danger_13upu_gg_",
|
35
|
+
"_theme_warning": "_theme_warning_13upu_gg_",
|
36
|
+
"_theme_success": "_theme_success_13upu_gg_",
|
37
|
+
"_theme_custom": "_theme_custom_13upu_gg_",
|
38
|
+
"--backgroundColor": "--backgroundColor_13upu",
|
39
|
+
"__SContent": "___SContent_13upu_gg_"
|
40
40
|
});
|
41
41
|
function isCustomTheme(theme) {
|
42
42
|
return !['danger', 'warning', 'success', 'info', 'neutral'].includes(theme);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { Intergalactic, UnknownProperties } from '@semcore/core';\nimport { Flex } from '@semcore/flex-box';\nimport { IconProps } from '@semcore/icon';\nimport { FadeInOutProps } from '@semcore/animation';\n\nexport type NoticeGlobalTheme = 'danger' | 'warning' | 'success' | 'info' | 'neutral';\n\n/** @deprecated */\nexport interface INoticeGlobalProps extends NoticeGlobalProps, UnknownProperties {}\nexport type NoticeGlobalProps = FadeInOutProps & {\n /**\n * Notice theme\n * @default neutral\n */\n theme?: NoticeGlobalTheme;\n /** Duration of animation, ms\n * @default 250\n */\n duration?: number;\n /**\n * Adds a Close
|
1
|
+
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { Intergalactic, UnknownProperties } from '@semcore/core';\nimport { Flex } from '@semcore/flex-box';\nimport { IconProps } from '@semcore/icon';\nimport { FadeInOutProps } from '@semcore/animation';\n\nexport type NoticeGlobalTheme = 'danger' | 'warning' | 'success' | 'info' | 'neutral';\n\n/** @deprecated */\nexport interface INoticeGlobalProps extends NoticeGlobalProps, UnknownProperties {}\nexport type NoticeGlobalProps = FadeInOutProps & {\n /**\n * Notice theme\n * @default neutral\n */\n theme?: NoticeGlobalTheme;\n /** Duration of animation, ms\n * @default 250\n */\n duration?: number;\n /**\n * Adds a Close button\n */\n closable?: boolean;\n /**\n * Callback on a click on the close button\n */\n onClose?: (event: React.SyntheticEvent) => void;\n locale?: string;\n};\n\ndeclare const NoticeGlobal: Intergalactic.Component<'div', NoticeGlobalProps> & {\n Content: typeof Flex;\n CloseIcon: Intergalactic.Component<'div', IconProps>;\n};\n\nexport default NoticeGlobal;\n"],"mappings":""}
|
@@ -20,17 +20,17 @@ import i18nEnhance from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
|
20
20
|
import { cssVariableEnhance } from 'intergalactic/utils/lib/useCssVariable';
|
21
21
|
import Button from 'intergalactic/button';
|
22
22
|
/*__reshadow-styles__:"./style/notice-global.shadow.css"*/
|
23
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
24
|
-
"__SNoticeGlobal": "
|
25
|
-
"__SCloseIcon": "
|
26
|
-
"_theme_neutral": "
|
27
|
-
"_theme_info": "
|
28
|
-
"_theme_danger": "
|
29
|
-
"_theme_warning": "
|
30
|
-
"_theme_success": "
|
31
|
-
"_theme_custom": "
|
32
|
-
"--backgroundColor": "--
|
33
|
-
"__SContent": "
|
23
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SNoticeGlobal_13upu_gg_{display:flex;align-items:center;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_13upu_gg_{margin-left:var(--intergalactic-spacing-4x, 16px)}.___SNoticeGlobal_13upu_gg_._theme_neutral_13upu_gg_{background-color:var(--intergalactic-bg-primary-muted, #6c6e79);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_13upu_gg_._theme_info_13upu_gg_{background-color:var(--intergalactic-bg-primary-info, #008ff8);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_13upu_gg_._theme_danger_13upu_gg_{background-color:var(--intergalactic-bg-primary-critical, #ff4953);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_13upu_gg_._theme_warning_13upu_gg_{background-color:var(--intergalactic-bg-primary-warning, #ff642d);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_13upu_gg_._theme_success_13upu_gg_{background-color:var(--intergalactic-bg-primary-success, #009f81);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SNoticeGlobal_13upu_gg_._theme_custom_13upu_gg_{background-color:var(--backgroundColor_13upu)}.___SContent_13upu_gg_{flex:1 1 auto;width:100%;justify-content:center}" /*__inner_css_end__*/, "13upu_gg_") /*__reshadow_css_end__*/, {
|
24
|
+
"__SNoticeGlobal": "___SNoticeGlobal_13upu_gg_",
|
25
|
+
"__SCloseIcon": "___SCloseIcon_13upu_gg_",
|
26
|
+
"_theme_neutral": "_theme_neutral_13upu_gg_",
|
27
|
+
"_theme_info": "_theme_info_13upu_gg_",
|
28
|
+
"_theme_danger": "_theme_danger_13upu_gg_",
|
29
|
+
"_theme_warning": "_theme_warning_13upu_gg_",
|
30
|
+
"_theme_success": "_theme_success_13upu_gg_",
|
31
|
+
"_theme_custom": "_theme_custom_13upu_gg_",
|
32
|
+
"--backgroundColor": "--backgroundColor_13upu",
|
33
|
+
"__SContent": "___SContent_13upu_gg_"
|
34
34
|
});
|
35
35
|
import keyboardFocusEnhance from 'intergalactic/utils/lib/enhances/keyboardFocusEnhance';
|
36
36
|
function isCustomTheme(theme) {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { Intergalactic, UnknownProperties } from '@semcore/core';\nimport { Flex } from '@semcore/flex-box';\nimport { IconProps } from '@semcore/icon';\nimport { FadeInOutProps } from '@semcore/animation';\n\nexport type NoticeGlobalTheme = 'danger' | 'warning' | 'success' | 'info' | 'neutral';\n\n/** @deprecated */\nexport interface INoticeGlobalProps extends NoticeGlobalProps, UnknownProperties {}\nexport type NoticeGlobalProps = FadeInOutProps & {\n /**\n * Notice theme\n * @default neutral\n */\n theme?: NoticeGlobalTheme;\n /** Duration of animation, ms\n * @default 250\n */\n duration?: number;\n /**\n * Adds a Close
|
1
|
+
{"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { Intergalactic, UnknownProperties } from '@semcore/core';\nimport { Flex } from '@semcore/flex-box';\nimport { IconProps } from '@semcore/icon';\nimport { FadeInOutProps } from '@semcore/animation';\n\nexport type NoticeGlobalTheme = 'danger' | 'warning' | 'success' | 'info' | 'neutral';\n\n/** @deprecated */\nexport interface INoticeGlobalProps extends NoticeGlobalProps, UnknownProperties {}\nexport type NoticeGlobalProps = FadeInOutProps & {\n /**\n * Notice theme\n * @default neutral\n */\n theme?: NoticeGlobalTheme;\n /** Duration of animation, ms\n * @default 250\n */\n duration?: number;\n /**\n * Adds a Close button\n */\n closable?: boolean;\n /**\n * Callback on a click on the close button\n */\n onClose?: (event: React.SyntheticEvent) => void;\n locale?: string;\n};\n\ndeclare const NoticeGlobal: Intergalactic.Component<'div', NoticeGlobalProps> & {\n Content: typeof Flex;\n CloseIcon: Intergalactic.Component<'div', IconProps>;\n};\n\nexport default NoticeGlobal;\n"],"mappings":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"intergalactic/notice-global","description":"Semrush NoticeGlobal Component","version":"2.49.
|
1
|
+
{"name":"intergalactic/notice-global","description":"Semrush NoticeGlobal Component","version":"2.49.1-prerelease.0","main":"lib/cjs/index.js","module":"lib/es6/index.js","typings":"lib/types/index.d.ts","author":"UI-kit team <ui-kit-team@semrush.com>","sideEffects":false,"license":"MIT","scripts":{"build":"pnpm semcore-builder --source=js"},"dependencies":{"@semcore/utils":"4.35.0-prerelease.0","@semcore/icon":"4.44.1-prerelease.0","@semcore/flex-box":"5.32.0-prerelease.0","@semcore/animation":"2.32.0-prerelease.0"},"peerDependencies":{"@semcore/core":"^2.30.0-prerelease.0","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/notice-global"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
|
@@ -1 +1 @@
|
|
1
|
-
{"name":"intergalactic/outside-click","description":"Semrush OutsideClick Component","version":"3.
|
1
|
+
{"name":"intergalactic/outside-click","description":"Semrush OutsideClick Component","version":"3.30.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.35.0-prerelease.0"},"peerDependencies":{"@semcore/core":"^2.30.0-prerelease.0","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/outside-click"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
|
package/package.json
CHANGED
@@ -30,16 +30,16 @@ var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynam
|
|
30
30
|
var _ScreenReaderOnly = require("intergalactic/utils/lib/ScreenReaderOnly");
|
31
31
|
var _excluded = ["styles", "getI18nText", "totalPages", "isLastOrSingle", "children"];
|
32
32
|
/*__reshadow-styles__:"./style/pagination.shadow.css"*/
|
33
|
-
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".
|
34
|
-
"__SPagination": "
|
35
|
-
"__SNextPage": "
|
36
|
-
"__SPrevPage": "
|
37
|
-
"__SLabel": "
|
38
|
-
"__STotalPages": "
|
39
|
-
"__STotalPagesLabel": "
|
40
|
-
"__STotalLastPages": "
|
41
|
-
"__SPageInput": "
|
42
|
-
"__SPageInputAddon": "
|
33
|
+
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SPagination_n07qa_gg_{justify-content:flex-start;align-items:center}.___SNextPage_n07qa_gg_,.___SPrevPage_n07qa_gg_{align-self:center;margin-left:var(--intergalactic-spacing-2x, 8px)}.___SLabel_n07qa_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SLabel_n07qa_gg_:not(:first-child){margin-left:var(--intergalactic-spacing-4x, 16px)}.___STotalPages_n07qa_gg_{align-self:center;line-height:normal;color:var(--intergalactic-text-link, #006dca)}.___STotalPagesLabel_n07qa_gg_{margin-left:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-1x, 4px);color:var(--intergalactic-text-primary, #191b23)}.___STotalLastPages_n07qa_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23)}.___SPageInput_n07qa_gg_{max-width:68px;margin-left:var(--intergalactic-spacing-1x, 4px)}.___SPageInput_n07qa_gg_:focus-within .___SPageInputAddon_n07qa_gg_{opacity:1;clip:initial;position:static}.___SPageInputAddon_n07qa_gg_{opacity:0;clip:rect(1px,1px,1px,1px);position:absolute}.___SLabel_n07qa_gg_,.___STotalPagesLabel_n07qa_gg_,.___STotalPages_n07qa_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}" /*__inner_css_end__*/, "n07qa_gg_") /*__reshadow_css_end__*/, {
|
34
|
+
"__SPagination": "___SPagination_n07qa_gg_",
|
35
|
+
"__SNextPage": "___SNextPage_n07qa_gg_",
|
36
|
+
"__SPrevPage": "___SPrevPage_n07qa_gg_",
|
37
|
+
"__SLabel": "___SLabel_n07qa_gg_",
|
38
|
+
"__STotalPages": "___STotalPages_n07qa_gg_",
|
39
|
+
"__STotalPagesLabel": "___STotalPagesLabel_n07qa_gg_",
|
40
|
+
"__STotalLastPages": "___STotalLastPages_n07qa_gg_",
|
41
|
+
"__SPageInput": "___SPageInput_n07qa_gg_",
|
42
|
+
"__SPageInputAddon": "___SPageInputAddon_n07qa_gg_"
|
43
43
|
});
|
44
44
|
function formatThousands(value) {
|
45
45
|
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_n07qa_gg_{justify-content:flex-start;align-items:center}.___SNextPage_n07qa_gg_,.___SPrevPage_n07qa_gg_{align-self:center;margin-left:var(--intergalactic-spacing-2x, 8px)}.___SLabel_n07qa_gg_{color:var(--intergalactic-text-primary, #191b23)}.___SLabel_n07qa_gg_:not(:first-child){margin-left:var(--intergalactic-spacing-4x, 16px)}.___STotalPages_n07qa_gg_{align-self:center;line-height:normal;color:var(--intergalactic-text-link, #006dca)}.___STotalPagesLabel_n07qa_gg_{margin-left:var(--intergalactic-spacing-2x, 8px);margin-right:var(--intergalactic-spacing-1x, 4px);color:var(--intergalactic-text-primary, #191b23)}.___STotalLastPages_n07qa_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);color:var(--intergalactic-text-primary, #191b23)}.___SPageInput_n07qa_gg_{max-width:68px;margin-left:var(--intergalactic-spacing-1x, 4px)}.___SPageInput_n07qa_gg_:focus-within .___SPageInputAddon_n07qa_gg_{opacity:1;clip:initial;position:static}.___SPageInputAddon_n07qa_gg_{opacity:0;clip:rect(1px,1px,1px,1px);position:absolute}.___SLabel_n07qa_gg_,.___STotalPagesLabel_n07qa_gg_,.___STotalPages_n07qa_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}" /*__inner_css_end__*/, "n07qa_gg_") /*__reshadow_css_end__*/, {
|
33
|
+
"__SPagination": "___SPagination_n07qa_gg_",
|
34
|
+
"__SNextPage": "___SNextPage_n07qa_gg_",
|
35
|
+
"__SPrevPage": "___SPrevPage_n07qa_gg_",
|
36
|
+
"__SLabel": "___SLabel_n07qa_gg_",
|
37
|
+
"__STotalPages": "___STotalPages_n07qa_gg_",
|
38
|
+
"__STotalPagesLabel": "___STotalPagesLabel_n07qa_gg_",
|
39
|
+
"__STotalLastPages": "___STotalLastPages_n07qa_gg_",
|
40
|
+
"__SPageInput": "___SPageInput_n07qa_gg_",
|
41
|
+
"__SPageInputAddon": "___SPageInputAddon_n07qa_gg_"
|
42
42
|
});
|
43
43
|
import { ScreenReaderOnly } from 'intergalactic/utils/lib/ScreenReaderOnly';
|
44
44
|
function formatThousands(value) {
|
package/pagination/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"name":"intergalactic/pagination","description":"Semrush Pagination Component","version":"4.42.
|
1
|
+
{"name":"intergalactic/pagination","description":"Semrush Pagination Component","version":"4.42.5-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/button":"5.36.0-prerelease.0","@semcore/flex-box":"5.32.0-prerelease.0","@semcore/icon":"4.44.1-prerelease.0","@semcore/input":"4.33.0-prerelease.0","@semcore/link":"5.37.0-prerelease.0","@semcore/tooltip":"6.41.0-prerelease.0","@semcore/typography":"5.41.1-prerelease.0","@semcore/utils":"4.35.0-prerelease.0"},"peerDependencies":{"@semcore/core":"^2.30.0-prerelease.0","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/pagination"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
|