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