intergalactic 15.128.0 → 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 (259) 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/base-trigger/lib/cjs/BaseTrigger.js +18 -18
  8. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  9. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  10. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  11. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  12. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  13. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  14. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  15. package/base-trigger/lib/esm/BaseTrigger.mjs +50 -50
  16. package/base-trigger/lib/esm/ButtonTrigger.mjs +20 -20
  17. package/base-trigger/lib/esm/FilterTrigger.mjs +79 -79
  18. package/base-trigger/lib/esm/LinkTrigger.mjs +44 -44
  19. package/base-trigger/package.json +1 -1
  20. package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
  21. package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
  22. package/breadcrumbs/lib/esm/Breadcrumbs.mjs +41 -41
  23. package/breadcrumbs/package.json +1 -1
  24. package/bulk-textarea/lib/cjs/components/InputField/InputField.js +12 -12
  25. package/bulk-textarea/lib/es6/components/InputField/InputField.js +12 -12
  26. package/bulk-textarea/lib/esm/components/InputField/InputField.mjs +171 -171
  27. package/bulk-textarea/package.json +1 -1
  28. package/card/lib/cjs/Card.js +6 -6
  29. package/card/lib/es6/Card.js +6 -6
  30. package/card/lib/esm/Card.mjs +14 -14
  31. package/card/package.json +1 -1
  32. package/carousel/lib/cjs/Carousel.js +21 -21
  33. package/carousel/lib/es6/Carousel.js +21 -21
  34. package/carousel/lib/esm/Carousel.mjs +72 -72
  35. package/carousel/package.json +1 -1
  36. package/color-picker/lib/cjs/ColorPicker.js +24 -24
  37. package/color-picker/lib/cjs/PaletteManager.js +24 -24
  38. package/color-picker/lib/cjs/components/InputColor.js +24 -24
  39. package/color-picker/lib/es6/ColorPicker.js +24 -24
  40. package/color-picker/lib/es6/PaletteManager.js +24 -24
  41. package/color-picker/lib/es6/components/InputColor.js +24 -24
  42. package/color-picker/lib/esm/ColorPicker.mjs +70 -70
  43. package/color-picker/lib/esm/PaletteManager.mjs +53 -53
  44. package/color-picker/lib/esm/components/InputColor.mjs +64 -64
  45. package/color-picker/package.json +1 -1
  46. package/components.json +29 -29
  47. package/d3-chart/lib/cjs/Area.js +11 -11
  48. package/d3-chart/lib/cjs/Axis.js +14 -14
  49. package/d3-chart/lib/cjs/Bar.js +16 -16
  50. package/d3-chart/lib/cjs/Bubble.js +12 -12
  51. package/d3-chart/lib/cjs/CompactHorizontalBar.js +16 -16
  52. package/d3-chart/lib/cjs/Donut.js +9 -9
  53. package/d3-chart/lib/cjs/Dots.js +8 -8
  54. package/d3-chart/lib/cjs/HorizontalBar.js +16 -16
  55. package/d3-chart/lib/cjs/Hover.js +3 -3
  56. package/d3-chart/lib/cjs/Line.js +9 -9
  57. package/d3-chart/lib/cjs/Plot.js +3 -3
  58. package/d3-chart/lib/cjs/Radar.js +19 -19
  59. package/d3-chart/lib/cjs/RadialTree.js +12 -12
  60. package/d3-chart/lib/cjs/Reference.js +12 -12
  61. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  62. package/d3-chart/lib/cjs/Tooltip.js +9 -9
  63. package/d3-chart/lib/cjs/Venn.js +9 -9
  64. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  65. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
  66. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  67. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  68. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  69. package/d3-chart/lib/es6/Area.js +11 -11
  70. package/d3-chart/lib/es6/Axis.js +14 -14
  71. package/d3-chart/lib/es6/Bar.js +16 -16
  72. package/d3-chart/lib/es6/Bubble.js +12 -12
  73. package/d3-chart/lib/es6/CompactHorizontalBar.js +16 -16
  74. package/d3-chart/lib/es6/Donut.js +9 -9
  75. package/d3-chart/lib/es6/Dots.js +8 -8
  76. package/d3-chart/lib/es6/HorizontalBar.js +16 -16
  77. package/d3-chart/lib/es6/Hover.js +3 -3
  78. package/d3-chart/lib/es6/Line.js +9 -9
  79. package/d3-chart/lib/es6/Plot.js +3 -3
  80. package/d3-chart/lib/es6/Radar.js +19 -19
  81. package/d3-chart/lib/es6/RadialTree.js +12 -12
  82. package/d3-chart/lib/es6/Reference.js +12 -12
  83. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  84. package/d3-chart/lib/es6/Tooltip.js +9 -9
  85. package/d3-chart/lib/es6/Venn.js +9 -9
  86. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  87. package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
  88. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  89. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  90. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  91. package/d3-chart/lib/esm/semcore/d3-chart/src/Area.mjs +68 -68
  92. package/d3-chart/lib/esm/semcore/d3-chart/src/Axis.mjs +154 -154
  93. package/d3-chart/lib/esm/semcore/d3-chart/src/Bar.mjs +62 -62
  94. package/d3-chart/lib/esm/semcore/d3-chart/src/Bubble.mjs +78 -78
  95. package/d3-chart/lib/esm/semcore/d3-chart/src/CompactHorizontalBar.mjs +99 -99
  96. package/d3-chart/lib/esm/semcore/d3-chart/src/Donut.mjs +129 -129
  97. package/d3-chart/lib/esm/semcore/d3-chart/src/Dots.mjs +35 -35
  98. package/d3-chart/lib/esm/semcore/d3-chart/src/HorizontalBar.mjs +54 -54
  99. package/d3-chart/lib/esm/semcore/d3-chart/src/Hover.mjs +17 -17
  100. package/d3-chart/lib/esm/semcore/d3-chart/src/Line.mjs +85 -85
  101. package/d3-chart/lib/esm/semcore/d3-chart/src/Plot.mjs +25 -25
  102. package/d3-chart/lib/esm/semcore/d3-chart/src/Radar.mjs +138 -138
  103. package/d3-chart/lib/esm/semcore/d3-chart/src/RadialTree.mjs +95 -95
  104. package/d3-chart/lib/esm/semcore/d3-chart/src/Reference.mjs +65 -65
  105. package/d3-chart/lib/esm/semcore/d3-chart/src/ScatterPlot.mjs +63 -63
  106. package/d3-chart/lib/esm/semcore/d3-chart/src/Tooltip.mjs +66 -66
  107. package/d3-chart/lib/esm/semcore/d3-chart/src/Venn.mjs +62 -62
  108. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yModule.mjs +31 -31
  109. package/d3-chart/lib/esm/semcore/d3-chart/src/a11y/PlotA11yView.mjs +33 -33
  110. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendFlex/LegendFlex.mjs +20 -20
  111. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendItem/LegendItem.mjs +101 -101
  112. package/d3-chart/lib/esm/semcore/d3-chart/src/component/ChartLegend/LegendTable/LegendTable.mjs +34 -34
  113. package/d3-chart/package.json +1 -1
  114. package/data-table/lib/cjs/Body.js +3 -3
  115. package/data-table/lib/cjs/DataTable.js +36 -36
  116. package/data-table/lib/es6/Body.js +3 -3
  117. package/data-table/lib/es6/DataTable.js +36 -36
  118. package/data-table/lib/esm/Body.mjs +69 -69
  119. package/data-table/lib/esm/DataTable.mjs +253 -253
  120. package/data-table/package.json +1 -1
  121. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  122. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  123. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  124. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  125. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  126. package/date-picker/lib/es6/components/Calendar.js +21 -21
  127. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  128. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  129. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  130. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  131. package/date-picker/lib/esm/components/Calendar.mjs +151 -151
  132. package/date-picker/lib/esm/components/DateRangeComparatorAbstract.mjs +158 -158
  133. package/date-picker/lib/esm/components/InputTrigger.mjs +232 -232
  134. package/date-picker/lib/esm/components/PickerAbstract.mjs +89 -89
  135. package/date-picker/lib/esm/components/RangePickerAbstract.mjs +124 -124
  136. package/date-picker/package.json +1 -1
  137. package/drag-and-drop/lib/cjs/DragAndDrop.js +17 -17
  138. package/drag-and-drop/lib/es6/DragAndDrop.js +17 -17
  139. package/drag-and-drop/lib/esm/DragAndDrop.mjs +225 -225
  140. package/drag-and-drop/package.json +1 -1
  141. package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
  142. package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
  143. package/dropdown-menu/lib/esm/DropdownMenu.mjs +143 -143
  144. package/dropdown-menu/package.json +1 -1
  145. package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
  146. package/feature-popover/lib/es6/FeaturePopover.js +11 -11
  147. package/feature-popover/lib/esm/FeaturePopover.mjs +47 -47
  148. package/feature-popover/package.json +1 -1
  149. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  150. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
  151. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
  152. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +7 -7
  153. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  154. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
  155. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
  156. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +7 -7
  157. package/feedback-form/lib/esm/FeedbackForm.mjs +51 -51
  158. package/feedback-form/lib/esm/component/checkbox-button/CheckboxButton.mjs +21 -21
  159. package/feedback-form/lib/esm/component/feedback-rating/FeedbackRating.mjs +41 -41
  160. package/feedback-form/lib/esm/component/slider-rating/SliderRating.mjs +75 -75
  161. package/feedback-form/package.json +1 -1
  162. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  163. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  164. package/fullscreen-modal/lib/esm/FullscreenModal.mjs +44 -44
  165. package/fullscreen-modal/package.json +1 -1
  166. package/icon/color/Confluence/l/index.js +4 -4
  167. package/icon/color/Confluence/l/index.mjs +4 -4
  168. package/icon/color/Confluence/m/index.js +4 -4
  169. package/icon/color/Confluence/m/index.mjs +4 -4
  170. package/icon/color/MetaColored/l/index.js +4 -4
  171. package/icon/color/MetaColored/l/index.mjs +4 -4
  172. package/icon/color/MetaColored/m/index.js +4 -4
  173. package/icon/color/MetaColored/m/index.mjs +4 -4
  174. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  175. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  176. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  177. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  178. package/icon/lib/cjs/Icon.js +5 -5
  179. package/icon/lib/es6/Icon.js +5 -5
  180. package/icon/lib/esm/Icon.mjs +33 -33
  181. package/icon/package.json +1 -1
  182. package/icon/pay/Discover/l/index.js +1 -1
  183. package/icon/pay/Discover/l/index.mjs +1 -1
  184. package/icon/pay/Discover/m/index.js +1 -1
  185. package/icon/pay/Discover/m/index.mjs +1 -1
  186. package/icon/pay/JCB/l/index.js +10 -10
  187. package/icon/pay/JCB/l/index.mjs +10 -10
  188. package/icon/pay/JCB/m/index.js +10 -10
  189. package/icon/pay/JCB/m/index.mjs +10 -10
  190. package/icon/pay/Visa/l/index.js +2 -2
  191. package/icon/pay/Visa/l/index.mjs +2 -2
  192. package/icon/pay/Visa/m/index.js +2 -2
  193. package/icon/pay/Visa/m/index.mjs +2 -2
  194. package/icon/platform/AIToolkit/index.d.ts +6 -0
  195. package/icon/platform/AIToolkit/index.js +36 -0
  196. package/icon/platform/AIToolkit/index.mjs +25 -0
  197. package/icon/platform/SEOToolkit/index.js +2 -2
  198. package/icon/platform/SEOToolkit/index.mjs +2 -2
  199. package/inline-input/lib/cjs/InlineInput.js +14 -14
  200. package/inline-input/lib/es6/InlineInput.js +14 -14
  201. package/inline-input/lib/esm/InlineInput.mjs +127 -127
  202. package/inline-input/package.json +1 -1
  203. package/modal/lib/cjs/Modal.js +8 -8
  204. package/modal/lib/es6/Modal.js +8 -8
  205. package/modal/lib/esm/Modal.mjs +96 -96
  206. package/modal/package.json +1 -1
  207. package/notice/lib/cjs/Notice.js +16 -16
  208. package/notice/lib/es6/Notice.js +16 -16
  209. package/notice/lib/esm/Notice.mjs +73 -73
  210. package/notice/package.json +1 -1
  211. package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
  212. package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
  213. package/notice-bubble/lib/esm/NoticeBubble.mjs +123 -123
  214. package/notice-bubble/package.json +1 -1
  215. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  216. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  217. package/notice-global/lib/esm/NoticeGlobal.mjs +49 -49
  218. package/notice-global/package.json +1 -1
  219. package/package.json +1 -1
  220. package/pagination/lib/cjs/Pagination.js +12 -12
  221. package/pagination/lib/es6/Pagination.js +12 -12
  222. package/pagination/lib/esm/Pagination.mjs +13 -13
  223. package/pagination/package.json +1 -1
  224. package/select/lib/cjs/InputSearch.js +6 -6
  225. package/select/lib/cjs/Select.js +8 -8
  226. package/select/lib/es6/InputSearch.js +6 -6
  227. package/select/lib/es6/Select.js +8 -8
  228. package/select/lib/esm/InputSearch.mjs +35 -35
  229. package/select/lib/esm/Select.mjs +60 -60
  230. package/select/package.json +1 -1
  231. package/side-panel/lib/cjs/SidePanel.js +16 -16
  232. package/side-panel/lib/es6/SidePanel.js +16 -16
  233. package/side-panel/lib/esm/SidePanel.mjs +56 -56
  234. package/side-panel/package.json +1 -1
  235. package/tag/lib/cjs/Tag.js +23 -23
  236. package/tag/lib/es6/Tag.js +23 -23
  237. package/tag/lib/esm/Tag.mjs +184 -184
  238. package/tag/package.json +1 -1
  239. package/time-picker/lib/cjs/TimePicker.js +12 -12
  240. package/time-picker/lib/es6/TimePicker.js +12 -12
  241. package/time-picker/lib/esm/TimePicker.mjs +93 -93
  242. package/time-picker/package.json +1 -1
  243. package/typography/lib/cjs/Blockquote.js +4 -4
  244. package/typography/lib/cjs/Hint.js +7 -7
  245. package/typography/lib/cjs/List.js +5 -5
  246. package/typography/lib/cjs/Text.js +34 -34
  247. package/typography/lib/es6/Blockquote.js +4 -4
  248. package/typography/lib/es6/Hint.js +7 -7
  249. package/typography/lib/es6/List.js +5 -5
  250. package/typography/lib/es6/Text.js +34 -34
  251. package/typography/lib/esm/Blockquote.mjs +20 -20
  252. package/typography/lib/esm/Hint.mjs +19 -19
  253. package/typography/lib/esm/List.mjs +36 -36
  254. package/typography/lib/esm/Text.mjs +53 -53
  255. package/typography/package.json +1 -1
  256. package/wizard/lib/cjs/Wizard.js +12 -12
  257. package/wizard/lib/es6/Wizard.js +12 -12
  258. package/wizard/lib/esm/Wizard.mjs +94 -94
  259. package/wizard/package.json +1 -1
@@ -1 +1 @@
1
- {"name":"intergalactic/side-panel","description":"Semrush SidePanel Component","version":"3.54.1","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/button":"5.43.1","@semcore/utils":"4.48.2","@semcore/animation":"2.41.2","@semcore/flex-box":"5.41.2","@semcore/portal":"3.41.2","@semcore/typography":"5.52.2","@semcore/outside-click":"3.40.0","@semcore/icon":"4.60.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/side-panel"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
1
+ {"name":"intergalactic/side-panel","description":"Semrush SidePanel Component","version":"3.55.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/button":"5.43.1","@semcore/utils":"4.48.2","@semcore/animation":"2.41.2","@semcore/flex-box":"5.41.2","@semcore/portal":"3.41.2","@semcore/typography":"5.53.0-prerelease.0","@semcore/outside-click":"3.40.0","@semcore/icon":"4.61.0-prerelease.0"},"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/side-panel"},"devDependencies":{"@types/react":"18.0.21","@semcore/testing-utils":"1.0.0"}}
@@ -27,29 +27,29 @@ var _uniqueID = _interopRequireDefault(require("intergalactic/utils/lib/uniqueID
27
27
  var _keyboardFocusEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/keyboardFocusEnhance"));
28
28
  var _findComponent = require("intergalactic/utils/lib/findComponent");
29
29
  /*__reshadow-styles__:"./style/tag.shadow.css"*/
30
- var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___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,\n 0px 0px 0px 3px rgba(0, 143, 248, 0.5)\n );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,\n rgba(255, 255, 255, 0.15)\n );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,\n 0px 0px 0px 3px rgba(0, 143, 248, 0.5)\n );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)}" /*__inner_css_end__*/, "18vs0_gg_") /*__reshadow_css_end__*/, {
31
- "__SCircle": "___SCircle_18vs0_gg_",
32
- "_size_m": "_size_m_18vs0_gg_",
33
- "_size_l": "_size_l_18vs0_gg_",
34
- "_size_xl": "_size_xl_18vs0_gg_",
35
- "__SAddon": "___SAddon_18vs0_gg_",
36
- "__STagContainer": "___STagContainer_18vs0_gg_",
37
- "__STag": "___STag_18vs0_gg_",
38
- "_disabled": "__disabled_18vs0_gg_",
39
- "__STagContainerClose": "___STagContainerClose_18vs0_gg_",
40
- "_interactiveView": "__interactiveView_18vs0_gg_",
41
- "_theme_primary-invert": "_theme_primary-invert_18vs0_gg_",
42
- "_theme_secondary-invert": "_theme_secondary-invert_18vs0_gg_",
43
- "_theme_additional-invert": "_theme_additional-invert_18vs0_gg_",
44
- "__SText": "___SText_18vs0_gg_",
45
- "_keyboardFocused": "__keyboardFocused_18vs0_gg_",
46
- "--tag-color": "--tag-color_18vs0",
47
- "_interactive": "__interactive_18vs0_gg_",
48
- "_theme_primary": "_theme_primary_18vs0_gg_",
49
- "_active": "__active_18vs0_gg_",
50
- "_theme_secondary": "_theme_secondary_18vs0_gg_",
51
- "_theme_additional": "_theme_additional_18vs0_gg_",
52
- "__SClose": "___SClose_18vs0_gg_"
30
+ var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___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,\n 0px 0px 0px 3px rgba(0, 143, 248, 0.5)\n );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,\n rgba(255, 255, 255, 0.15)\n );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,\n 0px 0px 0px 3px rgba(0, 143, 248, 0.5)\n );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)}" /*__inner_css_end__*/, "17ogj_gg_") /*__reshadow_css_end__*/, {
31
+ "__SCircle": "___SCircle_17ogj_gg_",
32
+ "_size_m": "_size_m_17ogj_gg_",
33
+ "_size_l": "_size_l_17ogj_gg_",
34
+ "_size_xl": "_size_xl_17ogj_gg_",
35
+ "__SAddon": "___SAddon_17ogj_gg_",
36
+ "__STagContainer": "___STagContainer_17ogj_gg_",
37
+ "__STag": "___STag_17ogj_gg_",
38
+ "_disabled": "__disabled_17ogj_gg_",
39
+ "__STagContainerClose": "___STagContainerClose_17ogj_gg_",
40
+ "_interactiveView": "__interactiveView_17ogj_gg_",
41
+ "_theme_primary-invert": "_theme_primary-invert_17ogj_gg_",
42
+ "_theme_secondary-invert": "_theme_secondary-invert_17ogj_gg_",
43
+ "_theme_additional-invert": "_theme_additional-invert_17ogj_gg_",
44
+ "__SText": "___SText_17ogj_gg_",
45
+ "_keyboardFocused": "__keyboardFocused_17ogj_gg_",
46
+ "--tag-color": "--tag-color_17ogj",
47
+ "_interactive": "__interactive_17ogj_gg_",
48
+ "_theme_primary": "_theme_primary_17ogj_gg_",
49
+ "_active": "__active_17ogj_gg_",
50
+ "_theme_secondary": "_theme_secondary_17ogj_gg_",
51
+ "_theme_additional": "_theme_additional_17ogj_gg_",
52
+ "__SClose": "___SClose_17ogj_gg_"
53
53
  });
54
54
  var legacyThemeRecommendedMigration = {
55
55
  primary: {
@@ -28,29 +28,29 @@ import keyboardFocusEnhance from 'intergalactic/utils/lib/enhances/keyboardFocus
28
28
  import log from 'intergalactic/utils/lib/logger';
29
29
  import { isAdvanceMode } from 'intergalactic/utils/lib/findComponent';
30
30
  /*__reshadow-styles__:"./style/tag.shadow.css"*/
31
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___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,\n 0px 0px 0px 3px rgba(0, 143, 248, 0.5)\n );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,\n rgba(255, 255, 255, 0.15)\n );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,\n 0px 0px 0px 3px rgba(0, 143, 248, 0.5)\n );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)}" /*__inner_css_end__*/, "18vs0_gg_") /*__reshadow_css_end__*/, {
32
- "__SCircle": "___SCircle_18vs0_gg_",
33
- "_size_m": "_size_m_18vs0_gg_",
34
- "_size_l": "_size_l_18vs0_gg_",
35
- "_size_xl": "_size_xl_18vs0_gg_",
36
- "__SAddon": "___SAddon_18vs0_gg_",
37
- "__STagContainer": "___STagContainer_18vs0_gg_",
38
- "__STag": "___STag_18vs0_gg_",
39
- "_disabled": "__disabled_18vs0_gg_",
40
- "__STagContainerClose": "___STagContainerClose_18vs0_gg_",
41
- "_interactiveView": "__interactiveView_18vs0_gg_",
42
- "_theme_primary-invert": "_theme_primary-invert_18vs0_gg_",
43
- "_theme_secondary-invert": "_theme_secondary-invert_18vs0_gg_",
44
- "_theme_additional-invert": "_theme_additional-invert_18vs0_gg_",
45
- "__SText": "___SText_18vs0_gg_",
46
- "_keyboardFocused": "__keyboardFocused_18vs0_gg_",
47
- "--tag-color": "--tag-color_18vs0",
48
- "_interactive": "__interactive_18vs0_gg_",
49
- "_theme_primary": "_theme_primary_18vs0_gg_",
50
- "_active": "__active_18vs0_gg_",
51
- "_theme_secondary": "_theme_secondary_18vs0_gg_",
52
- "_theme_additional": "_theme_additional_18vs0_gg_",
53
- "__SClose": "___SClose_18vs0_gg_"
31
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___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,\n 0px 0px 0px 3px rgba(0, 143, 248, 0.5)\n );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,\n rgba(255, 255, 255, 0.15)\n );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,\n 0px 0px 0px 3px rgba(0, 143, 248, 0.5)\n );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)}" /*__inner_css_end__*/, "17ogj_gg_") /*__reshadow_css_end__*/, {
32
+ "__SCircle": "___SCircle_17ogj_gg_",
33
+ "_size_m": "_size_m_17ogj_gg_",
34
+ "_size_l": "_size_l_17ogj_gg_",
35
+ "_size_xl": "_size_xl_17ogj_gg_",
36
+ "__SAddon": "___SAddon_17ogj_gg_",
37
+ "__STagContainer": "___STagContainer_17ogj_gg_",
38
+ "__STag": "___STag_17ogj_gg_",
39
+ "_disabled": "__disabled_17ogj_gg_",
40
+ "__STagContainerClose": "___STagContainerClose_17ogj_gg_",
41
+ "_interactiveView": "__interactiveView_17ogj_gg_",
42
+ "_theme_primary-invert": "_theme_primary-invert_17ogj_gg_",
43
+ "_theme_secondary-invert": "_theme_secondary-invert_17ogj_gg_",
44
+ "_theme_additional-invert": "_theme_additional-invert_17ogj_gg_",
45
+ "__SText": "___SText_17ogj_gg_",
46
+ "_keyboardFocused": "__keyboardFocused_17ogj_gg_",
47
+ "--tag-color": "--tag-color_17ogj",
48
+ "_interactive": "__interactive_17ogj_gg_",
49
+ "_theme_primary": "_theme_primary_17ogj_gg_",
50
+ "_active": "__active_17ogj_gg_",
51
+ "_theme_secondary": "_theme_secondary_17ogj_gg_",
52
+ "_theme_additional": "_theme_additional_17ogj_gg_",
53
+ "__SClose": "___SClose_17ogj_gg_"
54
54
  });
55
55
  var legacyThemeRecommendedMigration = {
56
56
  primary: {