intergalactic 15.116.0 → 15.117.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 +38 -0
- package/button/lib/cjs/component/Button/Button.js +27 -27
- package/button/lib/cjs/component/ButtonLink/ButtonLink.js +20 -20
- package/button/lib/es6/component/Button/Button.js +27 -27
- package/button/lib/es6/component/ButtonLink/ButtonLink.js +20 -20
- package/button/package.json +1 -1
- package/card/lib/cjs/Card.js +6 -6
- package/card/lib/es6/Card.js +6 -6
- 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/color-picker/index.d.ts +2 -2
- package/color-picker/lib/cjs/ColorPicker.js +24 -24
- package/color-picker/lib/cjs/PaletteManager.js +24 -24
- package/color-picker/lib/cjs/components/InputColor.js +24 -24
- package/color-picker/lib/cjs/index.d.js.map +1 -1
- package/color-picker/lib/es6/ColorPicker.js +24 -24
- package/color-picker/lib/es6/PaletteManager.js +24 -24
- package/color-picker/lib/es6/components/InputColor.js +24 -24
- package/color-picker/lib/es6/index.d.js.map +1 -1
- package/color-picker/lib/types/index.d.ts +2 -2
- package/color-picker/package.json +1 -1
- package/components.json +21 -21
- package/date-picker/lib/cjs/components/Calendar.js +21 -21
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
- package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/cjs/translations/de.json +1 -0
- package/date-picker/lib/cjs/translations/en.json +1 -1
- package/date-picker/lib/cjs/translations/es.json +1 -0
- package/date-picker/lib/cjs/translations/fr.json +1 -0
- package/date-picker/lib/cjs/translations/it.json +1 -0
- package/date-picker/lib/cjs/translations/ja.json +1 -0
- package/date-picker/lib/cjs/translations/ko.json +1 -0
- package/date-picker/lib/cjs/translations/nl.json +1 -0
- package/date-picker/lib/cjs/translations/pl.json +1 -0
- package/date-picker/lib/cjs/translations/pt.json +1 -0
- package/date-picker/lib/cjs/translations/sv.json +1 -0
- package/date-picker/lib/cjs/translations/tr.json +1 -0
- package/date-picker/lib/cjs/translations/vi.json +1 -0
- package/date-picker/lib/cjs/translations/zh.json +1 -0
- package/date-picker/lib/es6/components/Calendar.js +21 -21
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/es6/components/InputTrigger.js +29 -29
- package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/es6/translations/de.json +1 -0
- package/date-picker/lib/es6/translations/en.json +1 -1
- package/date-picker/lib/es6/translations/es.json +1 -0
- package/date-picker/lib/es6/translations/fr.json +1 -0
- package/date-picker/lib/es6/translations/it.json +1 -0
- package/date-picker/lib/es6/translations/ja.json +1 -0
- package/date-picker/lib/es6/translations/ko.json +1 -0
- package/date-picker/lib/es6/translations/nl.json +1 -0
- package/date-picker/lib/es6/translations/pl.json +1 -0
- package/date-picker/lib/es6/translations/pt.json +1 -0
- package/date-picker/lib/es6/translations/sv.json +1 -0
- package/date-picker/lib/es6/translations/tr.json +1 -0
- package/date-picker/lib/es6/translations/vi.json +1 -0
- package/date-picker/lib/es6/translations/zh.json +1 -0
- package/date-picker/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/ellipsis/lib/cjs/Ellipsis.js +14 -13
- package/ellipsis/lib/cjs/Ellipsis.js.map +1 -1
- package/ellipsis/lib/es6/Ellipsis.js +14 -13
- package/ellipsis/lib/es6/Ellipsis.js.map +1 -1
- 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 +13 -11
- package/feature-popover/lib/cjs/FeaturePopover.js.map +1 -1
- package/feature-popover/lib/es6/FeaturePopover.js +13 -11
- package/feature-popover/lib/es6/FeaturePopover.js.map +1 -1
- 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/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/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-number/lib/cjs/InputNumber.js +9 -11
- package/input-number/lib/cjs/InputNumber.js.map +1 -1
- package/input-number/lib/es6/InputNumber.js +9 -11
- package/input-number/lib/es6/InputNumber.js.map +1 -1
- package/input-number/package.json +1 -1
- package/input-tags/lib/cjs/InputTags.js +13 -13
- package/input-tags/lib/cjs/InputTags.js.map +1 -1
- package/input-tags/lib/es6/InputTags.js +13 -13
- package/input-tags/lib/es6/InputTags.js.map +1 -1
- 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/notice/lib/cjs/Notice.js +14 -14
- package/notice/lib/es6/Notice.js +14 -14
- package/notice/package.json +1 -1
- package/package.json +1 -1
- package/pagination/lib/cjs/Pagination.js +56 -57
- package/pagination/lib/cjs/Pagination.js.map +1 -1
- package/pagination/lib/es6/Pagination.js +56 -57
- package/pagination/lib/es6/Pagination.js.map +1 -1
- package/pagination/package.json +1 -1
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +8 -8
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +8 -8
- package/select/package.json +1 -1
- package/tag/lib/cjs/Tag.js +24 -24
- package/tag/lib/cjs/Tag.js.map +1 -1
- package/tag/lib/cjs/style/tag.shadow.css +6 -2
- package/tag/lib/es6/Tag.js +24 -24
- package/tag/lib/es6/Tag.js.map +1 -1
- package/tag/lib/es6/style/tag.shadow.css +6 -2
- package/tag/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 +3 -1
- package/tooltip/lib/es6/Tooltip.js +9 -9
- package/tooltip/lib/es6/style/tooltip.shadow.css +3 -1
- package/tooltip/package.json +1 -1
@@ -24,15 +24,15 @@ import logger from 'intergalactic/utils/lib/logger';
|
|
24
24
|
import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
|
25
25
|
import Portal from 'intergalactic/portal';
|
26
26
|
/*__reshadow-styles__:"./style/tooltip.shadow.css"*/
|
27
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
28
|
-
"__STooltip": "
|
29
|
-
"_theme_invert": "
|
30
|
-
"_theme_warning": "
|
31
|
-
"__STooltipPortalledWrapper": "
|
32
|
-
"__SArrow": "
|
33
|
-
"_bgColor": "
|
34
|
-
"--shadowColor": "--
|
35
|
-
"--bgColor": "--
|
27
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___STooltip_b9cgm_gg_{position:relative;padding:var(--intergalactic-spacing-3x, 12px);border-radius:var(--intergalactic-popper-rounded, 6px);box-sizing:border-box;color:var(--intergalactic-text-primary, #191b23);font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%);word-wrap:break-word;max-width:228px;font-weight:400;white-space:normal;box-shadow:var(--intergalactic-box-shadow-popper, 0px 1px 12px 0px rgba(25, 27, 35, 0.15));background-color:var(--intergalactic-tooltip-default, #ffffff);border:1px solid var(--intergalactic-border-secondary, #e0e1e9)}.___STooltip_b9cgm_gg_._theme_invert_b9cgm_gg_{color:var(--intergalactic-text-primary-invert, #ffffff);background-color:var(--intergalactic-tooltip-invert, #191b23);border:1px solid var(--intergalactic-border-tooltip-invert, #6c6e79)}.___STooltip_b9cgm_gg_._theme_warning_b9cgm_gg_{background-color:var(--intergalactic-tooltip-warning, #ffd7df);border:1px solid var(--intergalactic-border-critical-active, #d1002f)}.___SArrow_b9cgm_gg_{position:absolute;border:6px solid;border-color:var(--intergalactic-border-secondary, #e0e1e9)}.___SArrow_b9cgm_gg_:before{content:\"\";position:absolute;border:6px solid;border-color:var(--intergalactic-tooltip-default, #ffffff)}.___SArrow_b9cgm_gg_._theme_invert_b9cgm_gg_{border-color:var(--intergalactic-border-tooltip-invert, #6c6e79)}.___SArrow_b9cgm_gg_._theme_invert_b9cgm_gg_::before{border-color:var(--intergalactic-tooltip-invert, #191b23)}.___SArrow_b9cgm_gg_._theme_warning_b9cgm_gg_{border-color:var(--intergalactic-border-critical-active, #d1002f)}.___SArrow_b9cgm_gg_._theme_warning_b9cgm_gg_::before{border-color:var(--intergalactic-tooltip-warning, #ffd7df)}.___SArrow_b9cgm_gg_.__bgColor_b9cgm_gg_{border-color:var(--shadowColor_b9cgm)}.___SArrow_b9cgm_gg_.__bgColor_b9cgm_gg_::before{border-color:var(--bgColor_b9cgm)}.___STooltip_b9cgm_gg_[data-popper-placement^=top] .___SArrow_b9cgm_gg_,.___STooltip_b9cgm_gg_[data-popper-placement^=top] .___SArrow_b9cgm_gg_::before{top:100%;border-bottom:0 transparent;border-right-color:transparent!important;border-left-color:transparent!important}.___STooltip_b9cgm_gg_[data-popper-placement^=top] .___SArrow_b9cgm_gg_::before{top:-7px;left:-6px}.___STooltip_b9cgm_gg_[data-popper-placement^=bottom] .___SArrow_b9cgm_gg_{bottom:100%;border-top:0 transparent;border-right-color:transparent!important;border-left-color:transparent!important}.___STooltip_b9cgm_gg_[data-popper-placement^=bottom] .___SArrow_b9cgm_gg_::before{top:1px;left:-6px;border-top:0 transparent;border-right-color:transparent!important;border-left-color:transparent!important}.___STooltip_b9cgm_gg_[data-popper-placement^=left] .___SArrow_b9cgm_gg_,.___STooltip_b9cgm_gg_[data-popper-placement^=left] .___SArrow_b9cgm_gg_::before{left:100%;border-right:0 transparent;border-top-color:transparent!important;border-bottom-color:transparent!important}.___STooltip_b9cgm_gg_[data-popper-placement^=left] .___SArrow_b9cgm_gg_::before{top:-6px;left:-7px}.___STooltip_b9cgm_gg_[data-popper-placement^=right] .___SArrow_b9cgm_gg_{right:100%;border-left:0 transparent;border-top-color:transparent!important;border-bottom-color:transparent!important}.___STooltip_b9cgm_gg_[data-popper-placement^=right] .___SArrow_b9cgm_gg_::before{top:-6px;left:1px;border-left:0 transparent;border-top-color:transparent!important;border-bottom-color:transparent!important}.___STooltipPortalledWrapper_b9cgm_gg_{position:absolute;width:100vw;left:calc(-50vw + 50%)}" /*__inner_css_end__*/, "b9cgm_gg_") /*__reshadow_css_end__*/, {
|
28
|
+
"__STooltip": "___STooltip_b9cgm_gg_",
|
29
|
+
"_theme_invert": "_theme_invert_b9cgm_gg_",
|
30
|
+
"_theme_warning": "_theme_warning_b9cgm_gg_",
|
31
|
+
"__STooltipPortalledWrapper": "___STooltipPortalledWrapper_b9cgm_gg_",
|
32
|
+
"__SArrow": "___SArrow_b9cgm_gg_",
|
33
|
+
"_bgColor": "__bgColor_b9cgm_gg_",
|
34
|
+
"--shadowColor": "--shadowColor_b9cgm",
|
35
|
+
"--bgColor": "--bgColor_b9cgm"
|
36
36
|
});
|
37
37
|
import { useZIndexStacking, ZIndexStackingContextProvider } from 'intergalactic/utils/lib/zIndexStacking';
|
38
38
|
var Popper = PopperOrigin[CREATE_COMPONENT]();
|
package/tooltip/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"name":"intergalactic/tooltip","description":"Semrush Tooltip Component","version":"6.46.
|
1
|
+
{"name":"intergalactic/tooltip","description":"Semrush Tooltip Component","version":"6.46.2","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","test":"jest --no-cache"},"dependencies":{"@semcore/utils":"4.43.2","@semcore/flex-box":"5.38.1","@semcore/popper":"5.44.1","@semcore/portal":"3.38.1"},"peerDependencies":{"@semcore/core":"^2.17.5","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/tooltip"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0","@semcore/icon":"workspace:*","@semcore/flex-box":"workspace:*"}}
|