intergalactic 15.128.0 → 15.129.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 +7 -0
- package/accordion/lib/cjs/Accordion.js +9 -9
- package/accordion/lib/es6/Accordion.js +9 -9
- package/accordion/lib/esm/Accordion.mjs +60 -60
- package/accordion/package.json +1 -1
- package/add-filter/package.json +1 -1
- package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
- package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
- package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
- package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
- package/base-trigger/lib/es6/BaseTrigger.js +18 -18
- package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
- package/base-trigger/lib/es6/FilterTrigger.js +7 -7
- package/base-trigger/lib/es6/LinkTrigger.js +12 -12
- package/base-trigger/lib/esm/BaseTrigger.mjs +50 -50
- package/base-trigger/lib/esm/ButtonTrigger.mjs +20 -20
- package/base-trigger/lib/esm/FilterTrigger.mjs +79 -79
- package/base-trigger/lib/esm/LinkTrigger.mjs +44 -44
- package/base-trigger/package.json +1 -1
- package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
- package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
- package/breadcrumbs/lib/esm/Breadcrumbs.mjs +41 -41
- package/breadcrumbs/package.json +1 -1
- package/bulk-textarea/lib/cjs/components/InputField/InputField.js +12 -12
- package/bulk-textarea/lib/es6/components/InputField/InputField.js +12 -12
- package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +171 -171
- package/bulk-textarea/package.json +1 -1
- package/card/lib/cjs/Card.js +6 -6
- package/card/lib/es6/Card.js +6 -6
- package/card/lib/esm/Card.mjs +14 -14
- package/card/package.json +1 -1
- package/carousel/lib/cjs/Carousel.js +21 -21
- package/carousel/lib/es6/Carousel.js +21 -21
- package/carousel/lib/esm/Carousel.mjs +72 -72
- package/carousel/package.json +1 -1
- package/color-picker/lib/cjs/ColorPicker.js +24 -24
- package/color-picker/lib/cjs/PaletteManager.js +24 -24
- package/color-picker/lib/cjs/components/InputColor.js +24 -24
- package/color-picker/lib/es6/ColorPicker.js +24 -24
- package/color-picker/lib/es6/PaletteManager.js +24 -24
- package/color-picker/lib/es6/components/InputColor.js +24 -24
- package/color-picker/lib/esm/ColorPicker.mjs +70 -70
- package/color-picker/lib/esm/PaletteManager.mjs +53 -53
- package/color-picker/lib/esm/components/InputColor.mjs +64 -64
- package/color-picker/package.json +1 -1
- package/components.json +29 -29
- package/d3-chart/lib/cjs/Area.js +11 -11
- package/d3-chart/lib/cjs/Axis.js +14 -14
- package/d3-chart/lib/cjs/Bar.js +16 -16
- package/d3-chart/lib/cjs/Bubble.js +12 -12
- package/d3-chart/lib/cjs/CompactHorizontalBar.js +16 -16
- package/d3-chart/lib/cjs/Donut.js +9 -9
- package/d3-chart/lib/cjs/Dots.js +8 -8
- package/d3-chart/lib/cjs/HorizontalBar.js +16 -16
- package/d3-chart/lib/cjs/Hover.js +3 -3
- package/d3-chart/lib/cjs/Line.js +9 -9
- package/d3-chart/lib/cjs/Plot.js +3 -3
- package/d3-chart/lib/cjs/Radar.js +19 -19
- package/d3-chart/lib/cjs/RadialTree.js +12 -12
- package/d3-chart/lib/cjs/Reference.js +12 -12
- package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
- package/d3-chart/lib/cjs/Tooltip.js +9 -9
- package/d3-chart/lib/cjs/Venn.js +9 -9
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/es6/Area.js +11 -11
- package/d3-chart/lib/es6/Axis.js +14 -14
- package/d3-chart/lib/es6/Bar.js +16 -16
- package/d3-chart/lib/es6/Bubble.js +12 -12
- package/d3-chart/lib/es6/CompactHorizontalBar.js +16 -16
- package/d3-chart/lib/es6/Donut.js +9 -9
- package/d3-chart/lib/es6/Dots.js +8 -8
- package/d3-chart/lib/es6/HorizontalBar.js +16 -16
- package/d3-chart/lib/es6/Hover.js +3 -3
- package/d3-chart/lib/es6/Line.js +9 -9
- package/d3-chart/lib/es6/Plot.js +3 -3
- package/d3-chart/lib/es6/Radar.js +19 -19
- package/d3-chart/lib/es6/RadialTree.js +12 -12
- package/d3-chart/lib/es6/Reference.js +12 -12
- package/d3-chart/lib/es6/ScatterPlot.js +9 -9
- package/d3-chart/lib/es6/Tooltip.js +9 -9
- package/d3-chart/lib/es6/Venn.js +9 -9
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +68 -68
- package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +154 -154
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +62 -62
- package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +78 -78
- package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +99 -99
- package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +129 -129
- package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +35 -35
- package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +54 -54
- package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +17 -17
- package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +85 -85
- package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +25 -25
- package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +138 -138
- package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +95 -95
- package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +65 -65
- package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +63 -63
- package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +66 -66
- package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +62 -62
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +31 -31
- package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +33 -33
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +20 -20
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +101 -101
- package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +34 -34
- package/d3-chart/package.json +1 -1
- package/data-table/lib/cjs/Body.js +3 -3
- package/data-table/lib/cjs/DataTable.js +36 -36
- package/data-table/lib/es6/Body.js +3 -3
- package/data-table/lib/es6/DataTable.js +36 -36
- package/data-table/lib/esm/Body.mjs +69 -69
- package/data-table/lib/esm/DataTable.mjs +253 -253
- package/data-table/package.json +1 -1
- package/date-picker/lib/cjs/components/Calendar.js +21 -21
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
- package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/Calendar.js +21 -21
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
- package/date-picker/lib/es6/components/InputTrigger.js +29 -29
- package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
- package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
- package/date-picker/lib/esm/components/Calendar.mjs +151 -151
- package/date-picker/lib/esm/components/DateRangeComparatorAbstract.mjs +158 -158
- package/date-picker/lib/esm/components/InputTrigger.mjs +232 -232
- package/date-picker/lib/esm/components/PickerAbstract.mjs +89 -89
- package/date-picker/lib/esm/components/RangePickerAbstract.mjs +124 -124
- package/date-picker/package.json +1 -1
- package/drag-and-drop/lib/cjs/DragAndDrop.js +17 -17
- package/drag-and-drop/lib/es6/DragAndDrop.js +17 -17
- package/drag-and-drop/lib/esm/DragAndDrop.mjs +225 -225
- package/drag-and-drop/package.json +1 -1
- package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
- package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
- package/dropdown-menu/lib/esm/DropdownMenu.mjs +143 -143
- package/dropdown-menu/package.json +1 -1
- package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
- package/feature-popover/lib/es6/FeaturePopover.js +11 -11
- package/feature-popover/lib/esm/FeaturePopover.mjs +47 -47
- package/feature-popover/package.json +1 -1
- package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +7 -7
- package/feedback-form/lib/es6/FeedbackForm.js +7 -7
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +7 -7
- package/feedback-form/lib/esm/FeedbackForm.mjs +51 -51
- package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +21 -21
- package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +41 -41
- package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +75 -75
- 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/lib/esm/FullscreenModal.mjs +44 -44
- package/fullscreen-modal/package.json +1 -1
- package/icon/color/Confluence/l/index.js +4 -4
- package/icon/color/Confluence/l/index.mjs +4 -4
- package/icon/color/Confluence/m/index.js +4 -4
- package/icon/color/Confluence/m/index.mjs +4 -4
- package/icon/color/MetaColored/l/index.js +4 -4
- package/icon/color/MetaColored/l/index.mjs +4 -4
- package/icon/color/MetaColored/m/index.js +4 -4
- package/icon/color/MetaColored/m/index.mjs +4 -4
- package/icon/color/MicrosoftOffice/l/index.js +10 -10
- package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
- package/icon/color/MicrosoftOffice/m/index.js +10 -10
- package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
- package/icon/lib/cjs/Icon.js +5 -5
- package/icon/lib/es6/Icon.js +5 -5
- package/icon/lib/esm/Icon.mjs +33 -33
- 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/icon/platform/AIToolkit/index.d.ts +6 -0
- package/icon/platform/AIToolkit/index.js +36 -0
- package/icon/platform/AIToolkit/index.mjs +25 -0
- package/icon/platform/SEOToolkit/index.js +2 -2
- package/icon/platform/SEOToolkit/index.mjs +2 -2
- package/inline-input/lib/cjs/InlineInput.js +14 -14
- package/inline-input/lib/es6/InlineInput.js +14 -14
- package/inline-input/lib/esm/InlineInput.mjs +127 -127
- package/inline-input/package.json +1 -1
- package/modal/lib/cjs/Modal.js +8 -8
- package/modal/lib/es6/Modal.js +8 -8
- package/modal/lib/esm/Modal.mjs +96 -96
- package/modal/package.json +1 -1
- package/notice/lib/cjs/Notice.js +16 -16
- package/notice/lib/es6/Notice.js +16 -16
- package/notice/lib/esm/Notice.mjs +73 -73
- package/notice/package.json +1 -1
- package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
- package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
- package/notice-bubble/lib/esm/NoticeBubble.mjs +123 -123
- package/notice-bubble/package.json +1 -1
- package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
- package/notice-global/lib/es6/NoticeGlobal.js +11 -11
- package/notice-global/lib/esm/NoticeGlobal.mjs +49 -49
- package/notice-global/package.json +1 -1
- package/package.json +1 -1
- package/pagination/lib/cjs/Pagination.js +12 -12
- package/pagination/lib/es6/Pagination.js +12 -12
- package/pagination/lib/esm/Pagination.mjs +13 -13
- 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/lib/esm/InputSearch.mjs +35 -35
- package/select/lib/esm/Select.mjs +60 -60
- package/select/package.json +1 -1
- package/side-panel/lib/cjs/SidePanel.js +16 -16
- package/side-panel/lib/es6/SidePanel.js +16 -16
- package/side-panel/lib/esm/SidePanel.mjs +56 -56
- package/side-panel/package.json +1 -1
- package/tag/lib/cjs/Tag.js +23 -23
- package/tag/lib/es6/Tag.js +23 -23
- package/tag/lib/esm/Tag.mjs +184 -184
- 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/lib/esm/TimePicker.mjs +93 -93
- package/time-picker/package.json +1 -1
- package/typography/lib/cjs/Blockquote.js +4 -4
- package/typography/lib/cjs/Hint.js +7 -7
- package/typography/lib/cjs/List.js +5 -5
- package/typography/lib/cjs/Text.js +34 -34
- package/typography/lib/es6/Blockquote.js +4 -4
- package/typography/lib/es6/Hint.js +7 -7
- package/typography/lib/es6/List.js +5 -5
- package/typography/lib/es6/Text.js +34 -34
- package/typography/lib/esm/Blockquote.mjs +20 -20
- package/typography/lib/esm/Hint.mjs +19 -19
- package/typography/lib/esm/List.mjs +36 -36
- package/typography/lib/esm/Text.mjs +53 -53
- package/typography/package.json +1 -1
- package/wizard/lib/cjs/Wizard.js +12 -12
- package/wizard/lib/es6/Wizard.js +12 -12
- package/wizard/lib/esm/Wizard.mjs +94 -94
- package/wizard/package.json +1 -1
package/tag/lib/esm/Tag.mjs
CHANGED
@@ -1,58 +1,58 @@
|
|
1
|
-
import
|
2
|
-
import
|
3
|
-
import
|
4
|
-
import
|
5
|
-
import
|
6
|
-
import
|
1
|
+
import v from "@babel/runtime/helpers/esm/objectSpread2";
|
2
|
+
import z from "@babel/runtime/helpers/esm/classCallCheck";
|
3
|
+
import A from "@babel/runtime/helpers/esm/createClass";
|
4
|
+
import T from "@babel/runtime/helpers/esm/assertThisInitialized";
|
5
|
+
import k from "@babel/runtime/helpers/esm/inherits";
|
6
|
+
import E from "@babel/runtime/helpers/esm/createSuper";
|
7
7
|
import n from "@babel/runtime/helpers/esm/defineProperty";
|
8
8
|
import { sstyled as X } from 'intergalactic/utils/lib/core/index';
|
9
|
-
import
|
9
|
+
import V, { sstyled as m, assignProps as p, Component as D } from 'intergalactic/core';
|
10
10
|
import i from "react";
|
11
11
|
import { Box as C } from 'intergalactic/flex-box';
|
12
12
|
import Y from 'intergalactic/utils/lib/addonTextChildren';
|
13
|
-
import
|
14
|
-
import
|
15
|
-
import { localizedMessages as
|
16
|
-
import
|
17
|
-
import
|
13
|
+
import N from 'intergalactic/utils/lib/logger';
|
14
|
+
import R from 'intergalactic/icon/Close/m';
|
15
|
+
import { localizedMessages as w } from "./translations/__intergalactic-dynamic-locales.mjs";
|
16
|
+
import F from 'intergalactic/utils/lib/enhances/i18nEnhance';
|
17
|
+
import I from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
|
18
18
|
import U from 'intergalactic/utils/lib/uniqueID';
|
19
|
-
import
|
19
|
+
import M from 'intergalactic/utils/lib/enhances/keyboardFocusEnhance';
|
20
20
|
import { isAdvanceMode as Z } from 'intergalactic/utils/lib/findComponent';
|
21
|
-
var
|
21
|
+
var K = (
|
22
22
|
/*__reshadow_css_start__*/
|
23
23
|
(X.insert(
|
24
24
|
/*__inner_css_start__*/
|
25
|
-
`.
|
25
|
+
`.___SCircle_17ogj_gg_{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;margin:0 var(--intergalactic-spacing-1x, 4px)}.___SCircle_17ogj_gg_:first-child{margin-left:0}.___SCircle_17ogj_gg_:last-child{margin-right:0}.___SCircle_17ogj_gg_._size_m_17ogj_gg_{width:16px;height:16px}.___SCircle_17ogj_gg_._size_l_17ogj_gg_,.___SCircle_17ogj_gg_._size_xl_17ogj_gg_{width:20px;height:20px}.___SAddon_17ogj_gg_,.___STagContainerClose_17ogj_gg_,.___STag_17ogj_gg_{position:relative;display:inline-flex;align-items:center;justify-content:center;padding-left:var(--intergalactic-spacing-1x, 4px);padding-right:var(--intergalactic-spacing-1x, 4px)}.___SAddon_17ogj_gg_{flex-shrink:0}.___STagContainer_17ogj_gg_ .___SAddon_17ogj_gg_{padding-left:0;padding-right:0}.___STagContainerClose_17ogj_gg_,.___STag_17ogj_gg_{vertical-align:middle;border:1px solid var(--intergalactic-bg-primary-neutral, #ffffff);box-sizing:border-box;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border-radius:var(--intergalactic-tag-rounded, 24px);font-weight:var(--intergalactic-medium, 500);color:var(--tag-color_17ogj)}.___STagContainerClose_17ogj_gg_.__interactive_17ogj_gg_.__keyboardFocused_17ogj_gg_,.___STag_17ogj_gg_.__interactive_17ogj_gg_.__keyboardFocused_17ogj_gg_{box-shadow:var(--intergalactic-keyboard-focus,
|
26
26
|
0px 0px 0px 3px rgba(0, 143, 248, 0.5)
|
27
|
-
);z-index:1}.
|
27
|
+
);z-index:1}.___STagContainerClose_17ogj_gg_::before,.___STag_17ogj_gg_::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:var(--intergalactic-tag-rounded, 24px);background-color:var(--tag-color_17ogj);opacity:.2;filter:brightness(150%)}.___STagContainerClose_17ogj_gg_::after,.___STag_17ogj_gg_::after{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border-radius:var(--intergalactic-tag-rounded, 24px);pointer-events:none;border:1px solid var(--tag-color_17ogj);opacity:.1;filter:brightness(150%)}.___STagContainerClose_17ogj_gg_:active,.___STagContainerClose_17ogj_gg_:focus,.___STag_17ogj_gg_:active,.___STag_17ogj_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}@media (hover:hover){.___STagContainerClose_17ogj_gg_:hover,.___STag_17ogj_gg_:hover{outline:0;-webkit-text-decoration:none;text-decoration:none}}.___STagContainerClose_17ogj_gg_.__disabled_17ogj_gg_,.___STag_17ogj_gg_.__disabled_17ogj_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___STag_17ogj_gg_.__interactiveView_17ogj_gg_{cursor:pointer}.___STagContainerClose_17ogj_gg_._size_m_17ogj_gg_,.___STagContainer_17ogj_gg_._size_m_17ogj_gg_ .___SAddon_17ogj_gg_,.___STag_17ogj_gg_._size_m_17ogj_gg_{height:20px;min-width:20px}.___STagContainerClose_17ogj_gg_._size_m_17ogj_gg_ .___SCircle_17ogj_gg_:first-child,.___STagContainer_17ogj_gg_._size_m_17ogj_gg_ .___SAddon_17ogj_gg_ .___SCircle_17ogj_gg_:first-child,.___STag_17ogj_gg_._size_m_17ogj_gg_ .___SCircle_17ogj_gg_:first-child{margin-left:calc(-1*var(--intergalactic-spacing-05x, 2px))}.___STagContainerClose_17ogj_gg_._size_m_17ogj_gg_ .___SCircle_17ogj_gg_:last-child,.___STagContainer_17ogj_gg_._size_m_17ogj_gg_ .___SAddon_17ogj_gg_ .___SCircle_17ogj_gg_:last-child,.___STag_17ogj_gg_._size_m_17ogj_gg_ .___SCircle_17ogj_gg_:last-child{margin-right:calc(-1*var(--intergalactic-spacing-05x, 2px))}.___STagContainerClose_17ogj_gg_._size_m_17ogj_gg_ .___SText_17ogj_gg_,.___STagContainer_17ogj_gg_._size_m_17ogj_gg_ .___SAddon_17ogj_gg_ .___SText_17ogj_gg_,.___STag_17ogj_gg_._size_m_17ogj_gg_ .___SText_17ogj_gg_{font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%)}.___STagContainerClose_17ogj_gg_._size_l_17ogj_gg_,.___STagContainer_17ogj_gg_._size_l_17ogj_gg_ .___SAddon_17ogj_gg_,.___STag_17ogj_gg_._size_l_17ogj_gg_{height:28px;min-width:28px}.___STagContainerClose_17ogj_gg_._size_l_17ogj_gg_ .___SText_17ogj_gg_,.___STagContainer_17ogj_gg_._size_l_17ogj_gg_ .___SAddon_17ogj_gg_ .___SText_17ogj_gg_,.___STag_17ogj_gg_._size_l_17ogj_gg_ .___SText_17ogj_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___STagContainerClose_17ogj_gg_._size_xl_17ogj_gg_,.___STag_17ogj_gg_._size_xl_17ogj_gg_{height:40px;min-width:40px;padding:0 var(--intergalactic-spacing-2x, 8px)}.___STagContainerClose_17ogj_gg_._size_xl_17ogj_gg_ .___SText_17ogj_gg_,.___STag_17ogj_gg_._size_xl_17ogj_gg_ .___SText_17ogj_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___STagContainerClose_17ogj_gg_._theme_primary_17ogj_gg_::before,.___STagContainer_17ogj_gg_._theme_primary_17ogj_gg_ .___SAddon_17ogj_gg_::before,.___STag_17ogj_gg_._theme_primary_17ogj_gg_::before{top:-1px;left:-1px;right:-1px;bottom:-1px}.___STagContainerClose_17ogj_gg_._theme_primary_17ogj_gg_:after,.___STagContainer_17ogj_gg_._theme_primary_17ogj_gg_ .___SAddon_17ogj_gg_:after,.___STag_17ogj_gg_._theme_primary_17ogj_gg_:after{display:none}.___STagContainerClose_17ogj_gg_._theme_primary_17ogj_gg_.__active_17ogj_gg_:before,.___STagContainerClose_17ogj_gg_._theme_primary_17ogj_gg_.__interactiveView_17ogj_gg_:active:before,.___STagContainer_17ogj_gg_._theme_primary_17ogj_gg_ .___SAddon_17ogj_gg_.__active_17ogj_gg_:before,.___STagContainer_17ogj_gg_._theme_primary_17ogj_gg_ .___SAddon_17ogj_gg_.__interactiveView_17ogj_gg_:active:before,.___STag_17ogj_gg_._theme_primary_17ogj_gg_.__active_17ogj_gg_:before,.___STag_17ogj_gg_._theme_primary_17ogj_gg_.__interactiveView_17ogj_gg_:active:before{opacity:.3}@media (hover:hover){.___STagContainerClose_17ogj_gg_._theme_primary_17ogj_gg_.__interactiveView_17ogj_gg_:hover:before,.___STagContainer_17ogj_gg_._theme_primary_17ogj_gg_ .___SAddon_17ogj_gg_.__interactiveView_17ogj_gg_:hover:before,.___STag_17ogj_gg_._theme_primary_17ogj_gg_.__interactiveView_17ogj_gg_:hover:before{opacity:.3}}.___STagContainerClose_17ogj_gg_._theme_additional_17ogj_gg_::before,.___STagContainerClose_17ogj_gg_._theme_secondary_17ogj_gg_::before,.___STag_17ogj_gg_._theme_additional_17ogj_gg_::before,.___STag_17ogj_gg_._theme_secondary_17ogj_gg_::before{opacity:.01}.___STagContainerClose_17ogj_gg_._theme_additional_17ogj_gg_.__active_17ogj_gg_:before,.___STagContainerClose_17ogj_gg_._theme_additional_17ogj_gg_.__interactiveView_17ogj_gg_:active:before,.___STagContainerClose_17ogj_gg_._theme_secondary_17ogj_gg_.__active_17ogj_gg_:before,.___STagContainerClose_17ogj_gg_._theme_secondary_17ogj_gg_.__interactiveView_17ogj_gg_:active:before,.___STag_17ogj_gg_._theme_additional_17ogj_gg_.__active_17ogj_gg_:before,.___STag_17ogj_gg_._theme_additional_17ogj_gg_.__interactiveView_17ogj_gg_:active:before,.___STag_17ogj_gg_._theme_secondary_17ogj_gg_.__active_17ogj_gg_:before,.___STag_17ogj_gg_._theme_secondary_17ogj_gg_.__interactiveView_17ogj_gg_:active:before{opacity:.1}@media (hover:hover){.___STagContainerClose_17ogj_gg_._theme_additional_17ogj_gg_.__interactiveView_17ogj_gg_:hover:before,.___STagContainerClose_17ogj_gg_._theme_secondary_17ogj_gg_.__interactiveView_17ogj_gg_:hover:before,.___STag_17ogj_gg_._theme_additional_17ogj_gg_.__interactiveView_17ogj_gg_:hover:before,.___STag_17ogj_gg_._theme_secondary_17ogj_gg_.__interactiveView_17ogj_gg_:hover:before{opacity:.1}}.___SClose_17ogj_gg_ path,.___STagContainerClose_17ogj_gg_._theme_additional-invert_17ogj_gg_::after,.___STagContainerClose_17ogj_gg_._theme_additional_17ogj_gg_::after,.___STagContainerClose_17ogj_gg_._theme_secondary-invert_17ogj_gg_::after,.___STagContainerClose_17ogj_gg_._theme_secondary_17ogj_gg_::after,.___STagContainer_17ogj_gg_ .___STagContainerClose_17ogj_gg_ svg path,.___STag_17ogj_gg_._theme_additional-invert_17ogj_gg_::after,.___STag_17ogj_gg_._theme_additional_17ogj_gg_::after,.___STag_17ogj_gg_._theme_secondary-invert_17ogj_gg_::after,.___STag_17ogj_gg_._theme_secondary_17ogj_gg_::after{opacity:.5}.___STagContainerClose_17ogj_gg_._theme_primary-invert_17ogj_gg_,.___STag_17ogj_gg_._theme_primary-invert_17ogj_gg_{background-color:var(--intergalactic-tag-primary-white-normal,
|
28
28
|
rgba(255, 255, 255, 0.15)
|
29
|
-
);color:var(--intergalactic-text-primary-invert, #ffffff)}.
|
29
|
+
);color:var(--intergalactic-text-primary-invert, #ffffff)}.___STagContainerClose_17ogj_gg_._theme_additional-invert_17ogj_gg_,.___STagContainerClose_17ogj_gg_._theme_secondary-invert_17ogj_gg_,.___STag_17ogj_gg_._theme_additional-invert_17ogj_gg_,.___STag_17ogj_gg_._theme_secondary-invert_17ogj_gg_{color:var(--intergalactic-text-primary-invert, #ffffff)}.___STag_17ogj_gg_._theme_additional_17ogj_gg_::after{border-style:dashed}.___SText_17ogj_gg_{display:inline-block;padding-left:var(--intergalactic-spacing-1x, 4px);padding-right:var(--intergalactic-spacing-1x, 4px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;outline:0;position:relative}.___SText_17ogj_gg_.__keyboardFocused_17ogj_gg_{box-shadow:var(--intergalactic-keyboard-focus,
|
30
30
|
0px 0px 0px 3px rgba(0, 143, 248, 0.5)
|
31
|
-
);z-index:1}.
|
32
|
-
"
|
31
|
+
);z-index:1}.___SText_17ogj_gg_:not(:only-child):first-child{padding-right:0}.___SText_17ogj_gg_:not(:first-child):not(:last-child){padding-left:0;padding-right:0}.___SText_17ogj_gg_:not(:only-child):last-child{padding-left:0}.___SClose_17ogj_gg_{cursor:pointer;flex-shrink:0;padding:var(--intergalactic-spacing-1x, 4px)}@media (hover:hover){.___SClose_17ogj_gg_:hover path{opacity:1}}.___SClose_17ogj_gg_,.___STagContainer_17ogj_gg_{display:inline-flex;position:relative;align-items:center;justify-content:center}.___STagContainer_17ogj_gg_ .___SAddon_17ogj_gg_:not(:last-child),.___STagContainer_17ogj_gg_ .___STag_17ogj_gg_:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;padding-right:var(--intergalactic-spacing-05x, 2px)}.___STagContainer_17ogj_gg_ .___SAddon_17ogj_gg_:not(:last-child)::after,.___STagContainer_17ogj_gg_ .___SAddon_17ogj_gg_:not(:last-child)::before,.___STagContainer_17ogj_gg_ .___STag_17ogj_gg_:not(:last-child)::after,.___STagContainer_17ogj_gg_ .___STag_17ogj_gg_:not(:last-child)::before{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-1px}.___STagContainer_17ogj_gg_ .___SAddon_17ogj_gg_:not(:last-child) .___SText_17ogj_gg_,.___STagContainer_17ogj_gg_ .___STag_17ogj_gg_:not(:last-child) .___SText_17ogj_gg_{padding-right:0}.___STagContainer_17ogj_gg_ .___SAddon_17ogj_gg_:not(:first-child),.___STagContainer_17ogj_gg_ .___STag_17ogj_gg_:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;padding-left:var(--intergalactic-spacing-05x, 2px)}.___STagContainer_17ogj_gg_ .___SAddon_17ogj_gg_:not(:first-child)::after,.___STagContainer_17ogj_gg_ .___SAddon_17ogj_gg_:not(:first-child)::before,.___STagContainer_17ogj_gg_ .___STag_17ogj_gg_:not(:first-child)::after,.___STagContainer_17ogj_gg_ .___STag_17ogj_gg_:not(:first-child)::before{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.___STagContainer_17ogj_gg_ .___SAddon_17ogj_gg_:not(:first-child) .___SText_17ogj_gg_,.___STagContainer_17ogj_gg_ .___STag_17ogj_gg_:not(:first-child) .___SText_17ogj_gg_{padding-left:0}.___STagContainer_17ogj_gg_ .___STagContainerClose_17ogj_gg_{cursor:pointer;border-top-left-radius:0;border-bottom-left-radius:0;padding-left:0;padding-right:0;min-width:20px}.___STagContainer_17ogj_gg_ .___STagContainerClose_17ogj_gg_::after,.___STagContainer_17ogj_gg_ .___STagContainerClose_17ogj_gg_::before{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.___STagContainer_17ogj_gg_ .___STagContainerClose_17ogj_gg_::before{left:-1px}.___STagContainer_17ogj_gg_ .___STagContainerClose_17ogj_gg_ svg{padding-left:0;padding-right:var(--intergalactic-spacing-1x, 4px)}@media (hover:hover){.___STagContainer_17ogj_gg_ .___STagContainerClose_17ogj_gg_:hover svg path{opacity:1}}.___STagContainer_17ogj_gg_ .___STagContainerClose_17ogj_gg_._size_xl_17ogj_gg_ svg{padding-left:var(--intergalactic-spacing-1x, 4px);padding-right:var(--intergalactic-spacing-2x, 8px)}`,
|
32
|
+
"17ogj_gg_"
|
33
33
|
), {
|
34
|
-
__SCircle: "
|
35
|
-
_size_m: "
|
36
|
-
_size_l: "
|
37
|
-
_size_xl: "
|
38
|
-
__SAddon: "
|
39
|
-
__STagContainer: "
|
40
|
-
__STag: "
|
41
|
-
_disabled: "
|
42
|
-
__STagContainerClose: "
|
43
|
-
_interactiveView: "
|
44
|
-
"_theme_primary-invert": "_theme_primary-
|
45
|
-
"_theme_secondary-invert": "_theme_secondary-
|
46
|
-
"_theme_additional-invert": "_theme_additional-
|
47
|
-
__SText: "
|
48
|
-
_keyboardFocused: "
|
49
|
-
"--tag-color": "--tag-
|
50
|
-
_interactive: "
|
51
|
-
_theme_primary: "
|
52
|
-
_active: "
|
53
|
-
_theme_secondary: "
|
54
|
-
_theme_additional: "
|
55
|
-
__SClose: "
|
34
|
+
__SCircle: "___SCircle_17ogj_gg_",
|
35
|
+
_size_m: "_size_m_17ogj_gg_",
|
36
|
+
_size_l: "_size_l_17ogj_gg_",
|
37
|
+
_size_xl: "_size_xl_17ogj_gg_",
|
38
|
+
__SAddon: "___SAddon_17ogj_gg_",
|
39
|
+
__STagContainer: "___STagContainer_17ogj_gg_",
|
40
|
+
__STag: "___STag_17ogj_gg_",
|
41
|
+
_disabled: "__disabled_17ogj_gg_",
|
42
|
+
__STagContainerClose: "___STagContainerClose_17ogj_gg_",
|
43
|
+
_interactiveView: "__interactiveView_17ogj_gg_",
|
44
|
+
"_theme_primary-invert": "_theme_primary-invert_17ogj_gg_",
|
45
|
+
"_theme_secondary-invert": "_theme_secondary-invert_17ogj_gg_",
|
46
|
+
"_theme_additional-invert": "_theme_additional-invert_17ogj_gg_",
|
47
|
+
__SText: "___SText_17ogj_gg_",
|
48
|
+
_keyboardFocused: "__keyboardFocused_17ogj_gg_",
|
49
|
+
"--tag-color": "--tag-color_17ogj",
|
50
|
+
_interactive: "__interactive_17ogj_gg_",
|
51
|
+
_theme_primary: "_theme_primary_17ogj_gg_",
|
52
|
+
_active: "__active_17ogj_gg_",
|
53
|
+
_theme_secondary: "_theme_secondary_17ogj_gg_",
|
54
|
+
_theme_additional: "_theme_additional_17ogj_gg_",
|
55
|
+
__SClose: "___SClose_17ogj_gg_"
|
56
56
|
})
|
57
57
|
), __ = {
|
58
58
|
primary: {
|
@@ -65,275 +65,275 @@ var $ = (
|
|
65
65
|
secondary: {
|
66
66
|
muted: "gray-50"
|
67
67
|
}
|
68
|
-
},
|
69
|
-
|
70
|
-
var
|
71
|
-
function
|
68
|
+
}, y = /* @__PURE__ */ function(a) {
|
69
|
+
k(t, a);
|
70
|
+
var l = E(t);
|
71
|
+
function t(r) {
|
72
72
|
var _, e;
|
73
|
-
return
|
73
|
+
return z(this, t), e = l.call(this, r), n(T(e), "state", {
|
74
74
|
focusable: "container"
|
75
|
-
}), n(
|
75
|
+
}), n(T(e), "handleCloseMount", function() {
|
76
76
|
e.setState({
|
77
77
|
focusable: "text"
|
78
78
|
});
|
79
|
-
}), n(
|
79
|
+
}), n(T(e), "handleCloseUnmount", function() {
|
80
80
|
e.setState({
|
81
81
|
focusable: "container"
|
82
82
|
});
|
83
|
-
}), n(
|
84
|
-
switch (
|
83
|
+
}), n(T(e), "handleKeyDown", function(g) {
|
84
|
+
switch (g.key) {
|
85
85
|
case " ":
|
86
86
|
case "Enter":
|
87
|
-
e.asProps.onClick && (
|
87
|
+
e.asProps.onClick && (g.preventDefault(), e.asProps.onClick(g));
|
88
88
|
break;
|
89
89
|
}
|
90
|
-
}),
|
90
|
+
}), N.warn(r.use, `Property 'use' is deprecated, replace property to "theme='`.concat(r.use, "' color='").concat((_ = __[r.use]) === null || _ === void 0 ? void 0 : _[r.theme], `'"`), r["data-ui-name"] || h.displayName), e;
|
91
91
|
}
|
92
|
-
return
|
92
|
+
return A(t, [{
|
93
93
|
key: "getCircleProps",
|
94
94
|
value: function() {
|
95
|
-
var _ = this.asProps, e = _.size,
|
95
|
+
var _ = this.asProps, e = _.size, g = _.color, o = _.resolveColor;
|
96
96
|
return {
|
97
97
|
size: e,
|
98
|
-
color:
|
99
|
-
resolveColor:
|
98
|
+
color: g,
|
99
|
+
resolveColor: o
|
100
100
|
};
|
101
101
|
}
|
102
102
|
}, {
|
103
103
|
key: "getTextProps",
|
104
104
|
value: function() {
|
105
|
-
var _ = this.asProps.interactive, e = this.asProps.id || "igc-".concat(this.asProps.uid, "-tag"),
|
105
|
+
var _ = this.asProps.interactive, e = this.asProps.id || "igc-".concat(this.asProps.uid, "-tag"), g = this.state.focusable;
|
106
106
|
return {
|
107
|
-
tabIndex:
|
107
|
+
tabIndex: g === "text" && _ ? 0 : -1,
|
108
108
|
id: "".concat(e, "-text"),
|
109
|
-
role:
|
109
|
+
role: g === "text" && _ ? "button" : void 0
|
110
110
|
};
|
111
111
|
}
|
112
112
|
}, {
|
113
113
|
key: "getCloseProps",
|
114
114
|
value: function() {
|
115
|
-
var _ = this.asProps, e = _.getI18nText,
|
115
|
+
var _ = this.asProps, e = _.getI18nText, g = _.color, o = _.resolveColor, s = this.asProps.id || "igc-".concat(this.asProps.uid, "-tag");
|
116
116
|
return {
|
117
117
|
getI18nText: e,
|
118
|
-
id: "".concat(
|
119
|
-
"aria-labelledby": "".concat(
|
118
|
+
id: "".concat(s, "-clear"),
|
119
|
+
"aria-labelledby": "".concat(s, "-clear ").concat(s, "-text"),
|
120
120
|
"aria-label": e("remove"),
|
121
121
|
onMount: this.handleCloseMount,
|
122
122
|
onUnmount: this.handleCloseUnmount,
|
123
|
-
color:
|
124
|
-
resolveColor:
|
123
|
+
color: g,
|
124
|
+
resolveColor: o
|
125
125
|
};
|
126
126
|
}
|
127
127
|
}, {
|
128
128
|
key: "render",
|
129
129
|
value: function() {
|
130
|
-
var _ = this.asProps, e,
|
131
|
-
return e =
|
130
|
+
var _ = this.asProps, e, g = C, o = this.asProps, s = o.Children, c = o.styles, d = o.color, j = o.interactive, S = o.disabled, f = o.addonLeft, $ = o.addonRight, G = o.resolveColor, H = o.id, J = o.uid, O = this.state.focusable, Q = H || "igc-".concat(J, "-tag"), W = !S && j, P = !S && j && O === "container";
|
131
|
+
return e = m(c), /* @__PURE__ */ i.createElement(g, e.cn("STag", v({}, p({
|
132
132
|
id: Q,
|
133
|
-
"use:interactive":
|
133
|
+
"use:interactive": P,
|
134
134
|
"use:interactiveView": W,
|
135
|
-
"tag-color": G(
|
135
|
+
"tag-color": G(d),
|
136
136
|
onKeyDown: this.handleKeyDown,
|
137
|
-
"use:tabIndex":
|
138
|
-
role:
|
137
|
+
"use:tabIndex": P ? 0 : -1,
|
138
|
+
role: P ? "button" : void 0
|
139
139
|
}, _))), f ? /* @__PURE__ */ i.createElement(h.Addon, {
|
140
140
|
tag: f
|
141
|
-
}) : null, Y(
|
142
|
-
tag:
|
141
|
+
}) : null, Y(s, h.Text, [h.Addon, u.Circle]), $ ? /* @__PURE__ */ i.createElement(h.Addon, {
|
142
|
+
tag: $
|
143
143
|
}) : null);
|
144
144
|
}
|
145
|
-
}]),
|
146
|
-
}(
|
147
|
-
n(
|
148
|
-
n(
|
149
|
-
n(
|
150
|
-
n(
|
145
|
+
}]), t;
|
146
|
+
}(D);
|
147
|
+
n(y, "displayName", "Tag");
|
148
|
+
n(y, "style", K);
|
149
|
+
n(y, "enhance", [F(w), U(), I(), M()]);
|
150
|
+
n(y, "defaultProps", {
|
151
151
|
theme: "primary",
|
152
152
|
color: "gray-500",
|
153
153
|
size: "m",
|
154
|
-
i18n:
|
154
|
+
i18n: w,
|
155
155
|
locale: "en"
|
156
156
|
});
|
157
|
-
var
|
158
|
-
|
159
|
-
var
|
160
|
-
function
|
161
|
-
return
|
157
|
+
var x = /* @__PURE__ */ function(a) {
|
158
|
+
k(t, a);
|
159
|
+
var l = E(t);
|
160
|
+
function t() {
|
161
|
+
return z(this, t), l.apply(this, arguments);
|
162
162
|
}
|
163
|
-
return
|
163
|
+
return A(t, [{
|
164
164
|
key: "getTagProps",
|
165
165
|
value: function() {
|
166
|
-
var _ = this.asProps, e = _.size,
|
166
|
+
var _ = this.asProps, e = _.size, g = _.theme, o = _.color, s = _.disabled, c = _.uid, d = _.id, j = _.interactive, S = _.resolveColor, f = d || "igc-".concat(c, "-tag");
|
167
167
|
return {
|
168
168
|
id: "".concat(f, "-text"),
|
169
|
-
disabled:
|
169
|
+
disabled: s,
|
170
170
|
size: e,
|
171
|
-
theme:
|
172
|
-
color:
|
173
|
-
tag:
|
174
|
-
interactive:
|
175
|
-
resolveColor:
|
171
|
+
theme: g,
|
172
|
+
color: o,
|
173
|
+
tag: j ? "button" : void 0,
|
174
|
+
interactive: j,
|
175
|
+
resolveColor: S
|
176
176
|
};
|
177
177
|
}
|
178
178
|
}, {
|
179
179
|
key: "getCircleProps",
|
180
180
|
value: function() {
|
181
|
-
var _ = this.asProps, e = _.color,
|
181
|
+
var _ = this.asProps, e = _.color, g = _.resolveColor, o = _.size;
|
182
182
|
return {
|
183
183
|
color: e,
|
184
|
-
resolveColor:
|
185
|
-
size:
|
184
|
+
resolveColor: g,
|
185
|
+
size: o
|
186
186
|
};
|
187
187
|
}
|
188
188
|
}, {
|
189
189
|
key: "getAddonProps",
|
190
190
|
value: function() {
|
191
|
-
var _ = this.asProps, e = _.color,
|
191
|
+
var _ = this.asProps, e = _.color, g = _.resolveColor;
|
192
192
|
return {
|
193
193
|
color: e,
|
194
|
-
resolveColor:
|
194
|
+
resolveColor: g
|
195
195
|
};
|
196
196
|
}
|
197
197
|
}, {
|
198
198
|
key: "getCloseProps",
|
199
199
|
value: function() {
|
200
|
-
var _ = this.asProps, e = _.size,
|
200
|
+
var _ = this.asProps, e = _.size, g = _.theme, o = _.color, s = _.disabled, c = _.uid, d = _.id, j = _.getI18nText, S = _.resolveColor, f = d || "igc-".concat(c, "-tag");
|
201
201
|
return {
|
202
|
-
disabled:
|
202
|
+
disabled: s,
|
203
203
|
size: e,
|
204
|
-
theme:
|
205
|
-
color:
|
204
|
+
theme: g,
|
205
|
+
color: o,
|
206
206
|
id: "".concat(f, "-clear"),
|
207
207
|
"aria-labelledby": "".concat(f, "-clear ").concat(f, "-text"),
|
208
|
-
"aria-label":
|
209
|
-
resolveColor:
|
208
|
+
"aria-label": j("remove"),
|
209
|
+
resolveColor: S
|
210
210
|
};
|
211
211
|
}
|
212
212
|
}, {
|
213
213
|
key: "render",
|
214
214
|
value: function() {
|
215
|
-
var _ = this.asProps, e,
|
216
|
-
return e =
|
215
|
+
var _ = this.asProps, e, g = C, o = this.asProps, s = o.styles, c = o.Children, d = o.forcedAdvancedMode, j = d || Z(c, ["InputTags." + h.Text.displayName, "InputTags." + h.Addon.displayName, "InputTags." + h.Close.displayName, "InputTags." + h.Circle.displayName, u.Tag.displayName, u.Addon.displayName, u.Close.displayName, u.Circle.displayName], !0);
|
216
|
+
return e = m(s), /* @__PURE__ */ i.createElement(g, e.cn("STagContainer", v({}, p({}, _))), j ? /* @__PURE__ */ i.createElement(c, e.cn("Children", {})) : /* @__PURE__ */ i.createElement(u.Tag, null, /* @__PURE__ */ i.createElement(c, e.cn("Children", {}))));
|
217
217
|
}
|
218
|
-
}]),
|
219
|
-
}(
|
220
|
-
n(
|
221
|
-
n(
|
222
|
-
n(
|
223
|
-
n(
|
218
|
+
}]), t;
|
219
|
+
}(D);
|
220
|
+
n(x, "displayName", "TagContainer");
|
221
|
+
n(x, "style", K);
|
222
|
+
n(x, "enhance", [F(w), U(), I()]);
|
223
|
+
n(x, "defaultProps", {
|
224
224
|
color: "gray-500",
|
225
225
|
theme: "primary"
|
226
226
|
});
|
227
|
-
var
|
228
|
-
|
229
|
-
var
|
230
|
-
function
|
231
|
-
var
|
232
|
-
|
233
|
-
for (var _ = arguments.length, e = new Array(_),
|
234
|
-
e[
|
235
|
-
return
|
236
|
-
var
|
237
|
-
if (
|
238
|
-
return
|
239
|
-
|
240
|
-
}),
|
227
|
+
var b = /* @__PURE__ */ function(a) {
|
228
|
+
k(t, a);
|
229
|
+
var l = E(t);
|
230
|
+
function t() {
|
231
|
+
var r;
|
232
|
+
z(this, t);
|
233
|
+
for (var _ = arguments.length, e = new Array(_), g = 0; g < _; g++)
|
234
|
+
e[g] = arguments[g];
|
235
|
+
return r = l.call.apply(l, [this].concat(e)), n(T(r), "handleKeyDown", function(o) {
|
236
|
+
var s = r.asProps, c = s.onKeyDown, d = s.onClick;
|
237
|
+
if (c)
|
238
|
+
return c(o);
|
239
|
+
d && (o.key === "Enter" || o.key === " ") && (o.preventDefault(), d(o));
|
240
|
+
}), r;
|
241
241
|
}
|
242
|
-
return
|
242
|
+
return A(t, [{
|
243
243
|
key: "render",
|
244
244
|
value: function() {
|
245
|
-
var _ = this.asProps, e,
|
246
|
-
return e =
|
245
|
+
var _ = this.asProps, e, g = C, o = this.asProps, s = o.Children, c = o.styles, d = o.color, j = o.resolveColor;
|
246
|
+
return e = m(c), /* @__PURE__ */ i.createElement(g, e.cn("STagContainerClose", v({}, p({
|
247
247
|
tag: "button",
|
248
248
|
type: "button",
|
249
249
|
interactive: !0,
|
250
250
|
interactiveView: !0,
|
251
|
-
"tag-color": d
|
251
|
+
"tag-color": j(d),
|
252
252
|
onKeyDown: this.handleKeyDown
|
253
|
-
}, _))), /* @__PURE__ */ i.createElement(
|
253
|
+
}, _))), /* @__PURE__ */ i.createElement(s, e.cn("Children", {})));
|
254
254
|
}
|
255
|
-
}]),
|
256
|
-
}(
|
257
|
-
n(
|
258
|
-
n(
|
259
|
-
n(
|
255
|
+
}]), t;
|
256
|
+
}(D);
|
257
|
+
n(b, "displayName", "CloseTagContainer");
|
258
|
+
n(b, "style", K);
|
259
|
+
n(b, "defaultProps", function() {
|
260
260
|
return {
|
261
261
|
theme: "primary",
|
262
262
|
color: "gray-500",
|
263
263
|
size: "m",
|
264
|
-
i18n:
|
264
|
+
i18n: w,
|
265
265
|
locale: "en",
|
266
266
|
children: /* @__PURE__ */ i.createElement(B.Close, null)
|
267
267
|
};
|
268
268
|
});
|
269
|
-
n(
|
270
|
-
function e_(
|
271
|
-
var
|
272
|
-
return
|
273
|
-
"tag-color":
|
274
|
-
}), /* @__PURE__ */ i.createElement(_,
|
269
|
+
n(b, "enhance", [I(), M()]);
|
270
|
+
function e_(a) {
|
271
|
+
var l = arguments[0], t, r = C, _ = C, e = a.styles, g = a.color, o = a.resolveColor;
|
272
|
+
return t = m(e), /* @__PURE__ */ i.createElement(r, t.cn("SAddon", {
|
273
|
+
"tag-color": o(g)
|
274
|
+
}), /* @__PURE__ */ i.createElement(_, t.cn("SCircle", v({}, p({}, l)))));
|
275
275
|
}
|
276
|
-
function L(
|
277
|
-
var
|
278
|
-
return
|
276
|
+
function L(a) {
|
277
|
+
var l = arguments[0], t, r = C, _ = a.styles;
|
278
|
+
return t = m(_), /* @__PURE__ */ i.createElement(r, t.cn("SText", v({}, p({
|
279
279
|
tag: "span"
|
280
|
-
},
|
280
|
+
}, l))));
|
281
281
|
}
|
282
|
-
L.enhance = [
|
283
|
-
function
|
284
|
-
var
|
282
|
+
L.enhance = [M()];
|
283
|
+
function g_(a) {
|
284
|
+
var l = arguments[0], t, r = C, _ = a.styles;
|
285
285
|
i.useEffect(function() {
|
286
|
-
var
|
287
|
-
return (
|
288
|
-
var
|
289
|
-
return (
|
286
|
+
var g;
|
287
|
+
return (g = a.onMount) === null || g === void 0 || g.call(a), N.warn(!0, "Tag.Close is deprecated and will be removed in the next major release. Please, use TagContainer and TagContainer.Close", "Tag.Close"), function() {
|
288
|
+
var o;
|
289
|
+
return (o = a.onUnmount) === null || o === void 0 ? void 0 : o.call(a);
|
290
290
|
};
|
291
291
|
}, []);
|
292
|
-
var e = i.useCallback(function(
|
293
|
-
if (
|
294
|
-
return
|
295
|
-
|
296
|
-
}, [
|
297
|
-
return
|
298
|
-
tag:
|
292
|
+
var e = i.useCallback(function(g) {
|
293
|
+
if (a.onKeyDown)
|
294
|
+
return a.onKeyDown(g);
|
295
|
+
a.onClick && (g.key === "Enter" || g.key === " ") && (g.preventDefault(), a.onClick(g));
|
296
|
+
}, [a.onKeyDown, a.onClick]);
|
297
|
+
return t = m(_), /* @__PURE__ */ i.createElement(r, t.cn("SClose", v({}, p({
|
298
|
+
tag: R,
|
299
299
|
interactive: !0,
|
300
300
|
onKeyDown: e
|
301
|
-
},
|
301
|
+
}, l))));
|
302
302
|
}
|
303
|
-
function q(
|
304
|
-
var
|
305
|
-
if (typeof
|
306
|
-
return
|
307
|
-
}, [e,
|
308
|
-
return
|
303
|
+
function q(a) {
|
304
|
+
var l = arguments[0], t, r = C, _ = a.styles, e = a.color, g = a.resolveColor, o = i.useMemo(function() {
|
305
|
+
if (typeof g == "function")
|
306
|
+
return g(e);
|
307
|
+
}, [e, g]);
|
308
|
+
return t = m(_), /* @__PURE__ */ i.createElement(r, t.cn("SAddon", v({}, p({
|
309
309
|
tag: "div",
|
310
|
-
"tag-color":
|
311
|
-
},
|
310
|
+
"tag-color": o
|
311
|
+
}, l))));
|
312
312
|
}
|
313
|
-
function
|
314
|
-
var
|
315
|
-
if (typeof
|
316
|
-
return
|
317
|
-
}, [e,
|
318
|
-
return
|
313
|
+
function o_(a) {
|
314
|
+
var l = arguments[0], t, r = C, _ = a.styles, e = a.color, g = a.resolveColor, o = i.useMemo(function() {
|
315
|
+
if (typeof g == "function")
|
316
|
+
return g(e);
|
317
|
+
}, [e, g]);
|
318
|
+
return t = m(_), /* @__PURE__ */ i.createElement(r, t.cn("SCircle", v({}, p({
|
319
319
|
tag: "span",
|
320
|
-
"tag-color":
|
321
|
-
},
|
320
|
+
"tag-color": o
|
321
|
+
}, l))));
|
322
322
|
}
|
323
|
-
var h =
|
323
|
+
var h = V(y, {
|
324
324
|
Text: L,
|
325
325
|
Addon: q,
|
326
|
-
Close:
|
327
|
-
Circle:
|
328
|
-
}), B =
|
329
|
-
Close:
|
330
|
-
}),
|
326
|
+
Close: g_,
|
327
|
+
Circle: o_
|
328
|
+
}), B = V(b, {
|
329
|
+
Close: R
|
330
|
+
}), u = V(x, {
|
331
331
|
Tag: h,
|
332
332
|
Addon: q,
|
333
333
|
Close: B,
|
334
334
|
Circle: e_
|
335
335
|
});
|
336
336
|
export {
|
337
|
-
|
337
|
+
u as TagContainer,
|
338
338
|
h as default
|
339
339
|
};
|
package/tag/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"name":"intergalactic/tag","description":"Semrush Tag Component","version":"5.
|
1
|
+
{"name":"intergalactic/tag","description":"Semrush Tag Component","version":"5.54.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 && pnpm vite build"},"exports":{"require":"./lib/cjs/index.js","import":"./lib/esm/index.mjs","types":"./lib/types/index.d.ts"},"dependencies":{"@semcore/utils":"4.48.2","@semcore/icon":"4.61.0","@semcore/flex-box":"5.41.2"},"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/tag"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
|