intergalactic 15.117.0 → 15.118.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 (400) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/accordion/lib/cjs/Accordion.js +9 -9
  3. package/accordion/lib/es6/Accordion.js +9 -9
  4. package/accordion/package.json +1 -1
  5. package/animation/lib/cjs/Animation.js +11 -11
  6. package/animation/lib/cjs/Collapse.js +28 -28
  7. package/animation/lib/cjs/FadeInOut.js +28 -28
  8. package/animation/lib/cjs/Scale.js +28 -28
  9. package/animation/lib/cjs/Slide.js +28 -28
  10. package/animation/lib/cjs/Transform.js +28 -28
  11. package/animation/lib/es6/Animation.js +11 -11
  12. package/animation/lib/es6/Collapse.js +28 -28
  13. package/animation/lib/es6/FadeInOut.js +28 -28
  14. package/animation/lib/es6/Scale.js +28 -28
  15. package/animation/lib/es6/Slide.js +28 -28
  16. package/animation/lib/es6/Transform.js +28 -28
  17. package/animation/package.json +1 -1
  18. package/badge/lib/cjs/Badge.js +6 -6
  19. package/badge/lib/es6/Badge.js +6 -6
  20. package/badge/package.json +1 -1
  21. package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
  22. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  23. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  24. package/base-trigger/lib/cjs/LinkTrigger.js +14 -12
  25. package/base-trigger/lib/cjs/LinkTrigger.js.map +1 -1
  26. package/base-trigger/lib/cjs/style/link-trigger.shadow.css +6 -1
  27. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  28. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  29. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  30. package/base-trigger/lib/es6/LinkTrigger.js +14 -12
  31. package/base-trigger/lib/es6/LinkTrigger.js.map +1 -1
  32. package/base-trigger/lib/es6/style/link-trigger.shadow.css +6 -1
  33. package/base-trigger/package.json +1 -1
  34. package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
  35. package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
  36. package/breadcrumbs/package.json +1 -1
  37. package/breakpoints/package.json +1 -1
  38. package/button/lib/cjs/component/Button/Button.js +27 -27
  39. package/button/lib/cjs/component/Button/button.shadow.css +18 -0
  40. package/button/lib/cjs/component/ButtonLink/ButtonLink.js +20 -20
  41. package/button/lib/es6/component/Button/Button.js +27 -27
  42. package/button/lib/es6/component/Button/button.shadow.css +18 -0
  43. package/button/lib/es6/component/ButtonLink/ButtonLink.js +20 -20
  44. package/button/package.json +1 -1
  45. package/card/index.d.ts +2 -2
  46. package/card/lib/cjs/Card.js +6 -6
  47. package/card/lib/cjs/index.d.js.map +1 -1
  48. package/card/lib/es6/Card.js +6 -6
  49. package/card/lib/es6/index.d.js.map +1 -1
  50. package/card/lib/types/index.d.ts +2 -2
  51. package/card/package.json +1 -1
  52. package/carousel/lib/cjs/Carousel.js +21 -21
  53. package/carousel/lib/es6/Carousel.js +21 -21
  54. package/carousel/package.json +1 -1
  55. package/checkbox/lib/cjs/Checkbox.js +28 -23
  56. package/checkbox/lib/cjs/Checkbox.js.map +1 -1
  57. package/checkbox/lib/es6/Checkbox.js +28 -23
  58. package/checkbox/lib/es6/Checkbox.js.map +1 -1
  59. package/checkbox/package.json +1 -1
  60. package/color-picker/lib/cjs/ColorPicker.js +24 -24
  61. package/color-picker/lib/cjs/PaletteManager.js +24 -24
  62. package/color-picker/lib/cjs/components/InputColor.js +24 -24
  63. package/color-picker/lib/es6/ColorPicker.js +24 -24
  64. package/color-picker/lib/es6/PaletteManager.js +24 -24
  65. package/color-picker/lib/es6/components/InputColor.js +24 -24
  66. package/color-picker/package.json +1 -1
  67. package/components.json +73 -73
  68. package/core/package.json +1 -1
  69. package/counter/lib/cjs/Counter.js +11 -11
  70. package/counter/lib/es6/Counter.js +11 -11
  71. package/counter/package.json +1 -1
  72. package/d3-chart/lib/cjs/Area.js +11 -11
  73. package/d3-chart/lib/cjs/Axis.js +14 -14
  74. package/d3-chart/lib/cjs/Bar.js +16 -16
  75. package/d3-chart/lib/cjs/Bubble.js +12 -12
  76. package/d3-chart/lib/cjs/CompactHorizontalBar.js +16 -16
  77. package/d3-chart/lib/cjs/Donut.js +9 -9
  78. package/d3-chart/lib/cjs/Dots.js +8 -8
  79. package/d3-chart/lib/cjs/HorizontalBar.js +16 -16
  80. package/d3-chart/lib/cjs/Hover.js +3 -3
  81. package/d3-chart/lib/cjs/Line.js +9 -9
  82. package/d3-chart/lib/cjs/Plot.js +3 -3
  83. package/d3-chart/lib/cjs/Radar.js +19 -19
  84. package/d3-chart/lib/cjs/RadialTree.js +12 -12
  85. package/d3-chart/lib/cjs/Reference.js +12 -12
  86. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  87. package/d3-chart/lib/cjs/Tooltip.js +9 -9
  88. package/d3-chart/lib/cjs/Venn.js +9 -9
  89. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  90. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
  91. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  92. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  93. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  94. package/d3-chart/lib/es6/Area.js +11 -11
  95. package/d3-chart/lib/es6/Axis.js +14 -14
  96. package/d3-chart/lib/es6/Bar.js +16 -16
  97. package/d3-chart/lib/es6/Bubble.js +12 -12
  98. package/d3-chart/lib/es6/CompactHorizontalBar.js +16 -16
  99. package/d3-chart/lib/es6/Donut.js +9 -9
  100. package/d3-chart/lib/es6/Dots.js +8 -8
  101. package/d3-chart/lib/es6/HorizontalBar.js +16 -16
  102. package/d3-chart/lib/es6/Hover.js +3 -3
  103. package/d3-chart/lib/es6/Line.js +9 -9
  104. package/d3-chart/lib/es6/Plot.js +3 -3
  105. package/d3-chart/lib/es6/Radar.js +19 -19
  106. package/d3-chart/lib/es6/RadialTree.js +12 -12
  107. package/d3-chart/lib/es6/Reference.js +12 -12
  108. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  109. package/d3-chart/lib/es6/Tooltip.js +9 -9
  110. package/d3-chart/lib/es6/Venn.js +9 -9
  111. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  112. package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
  113. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  114. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  115. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  116. package/d3-chart/package.json +1 -1
  117. package/data-table/lib/cjs/Body.js +3 -3
  118. package/data-table/lib/cjs/DataTable.js +36 -36
  119. package/data-table/lib/es6/Body.js +3 -3
  120. package/data-table/lib/es6/DataTable.js +36 -36
  121. package/data-table/package.json +1 -1
  122. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  123. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  124. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  125. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  126. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  127. package/date-picker/lib/es6/components/Calendar.js +21 -21
  128. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  129. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  130. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  131. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  132. package/date-picker/package.json +1 -1
  133. package/divider/lib/cjs/Divider.js +10 -10
  134. package/divider/lib/es6/Divider.js +10 -10
  135. package/divider/package.json +1 -1
  136. package/dot/lib/cjs/Dot.js +10 -10
  137. package/dot/lib/es6/Dot.js +10 -10
  138. package/dot/package.json +1 -1
  139. package/drag-and-drop/lib/cjs/DragAndDrop.js +16 -16
  140. package/drag-and-drop/lib/es6/DragAndDrop.js +16 -16
  141. package/drag-and-drop/package.json +1 -1
  142. package/dropdown/lib/cjs/AbstractDropdown.js +1 -1
  143. package/dropdown/lib/cjs/AbstractDropdown.js.map +1 -1
  144. package/dropdown/lib/cjs/Dropdown.js +15 -15
  145. package/dropdown/lib/es6/AbstractDropdown.js +1 -1
  146. package/dropdown/lib/es6/AbstractDropdown.js.map +1 -1
  147. package/dropdown/lib/es6/Dropdown.js +15 -15
  148. package/dropdown/package.json +1 -1
  149. package/dropdown-menu/lib/cjs/DropdownMenu.js +18 -18
  150. package/dropdown-menu/lib/es6/DropdownMenu.js +18 -18
  151. package/dropdown-menu/package.json +1 -1
  152. package/ellipsis/lib/cjs/Ellipsis.js +10 -10
  153. package/ellipsis/lib/es6/Ellipsis.js +10 -10
  154. package/ellipsis/package.json +1 -1
  155. package/errors/lib/cjs/Error.js +11 -14
  156. package/errors/lib/cjs/Error.js.map +1 -1
  157. package/errors/lib/cjs/style/errors.shadow.css +38 -38
  158. package/errors/lib/es6/Error.js +11 -14
  159. package/errors/lib/es6/Error.js.map +1 -1
  160. package/errors/lib/es6/style/errors.shadow.css +38 -38
  161. package/errors/package.json +1 -1
  162. package/feature-popover/lib/cjs/FeaturePopover.js +11 -11
  163. package/feature-popover/lib/es6/FeaturePopover.js +11 -11
  164. package/feature-popover/package.json +1 -1
  165. package/feedback-form/component/feedback-rating/FeedbackRating.type.d.ts +2 -0
  166. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  167. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
  168. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +8 -8
  169. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js.map +1 -1
  170. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.type.js.map +1 -1
  171. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +6 -6
  172. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  173. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
  174. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +8 -8
  175. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +1 -1
  176. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js.map +1 -1
  177. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +6 -6
  178. package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.type.d.ts +2 -0
  179. package/feedback-form/package.json +1 -1
  180. package/flags/lib/cjs/Flags.js +3 -3
  181. package/flags/lib/es6/Flags.js +3 -3
  182. package/flags/lib/sprites/sprite@1x.css +256 -256
  183. package/flags/lib/sprites/sprite@2x.css +257 -257
  184. package/flags/package.json +1 -1
  185. package/flex-box/lib/cjs/Box/useBox.js +3 -3
  186. package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
  187. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
  188. package/flex-box/lib/es6/Box/useBox.js +3 -3
  189. package/flex-box/lib/es6/Flex/useFlex.js +3 -3
  190. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
  191. package/flex-box/package.json +1 -1
  192. package/format-text/lib/cjs/FormatText.js +5 -5
  193. package/format-text/lib/cjs/style/format-text.shadow.css +2 -6
  194. package/format-text/lib/es6/FormatText.js +5 -5
  195. package/format-text/lib/es6/style/format-text.shadow.css +2 -6
  196. package/format-text/package.json +1 -1
  197. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  198. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  199. package/fullscreen-modal/package.json +1 -1
  200. package/grid/lib/cjs/Grid.js +114 -114
  201. package/grid/lib/es6/Grid.js +114 -114
  202. package/grid/package.json +1 -1
  203. package/i18n-unplugin/package.json +1 -1
  204. package/icon/color/Confluence/l/index.js +4 -4
  205. package/icon/color/Confluence/l/index.mjs +4 -4
  206. package/icon/color/Confluence/m/index.js +4 -4
  207. package/icon/color/Confluence/m/index.mjs +4 -4
  208. package/icon/color/MetaColored/l/index.js +4 -4
  209. package/icon/color/MetaColored/l/index.mjs +4 -4
  210. package/icon/color/MetaColored/m/index.js +4 -4
  211. package/icon/color/MetaColored/m/index.mjs +4 -4
  212. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  213. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  214. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  215. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  216. package/icon/lib/cjs/Icon.js +5 -5
  217. package/icon/lib/es6/Icon.js +5 -5
  218. package/icon/package.json +1 -1
  219. package/icon/pay/Discover/l/index.js +1 -1
  220. package/icon/pay/Discover/l/index.mjs +1 -1
  221. package/icon/pay/Discover/m/index.js +1 -1
  222. package/icon/pay/Discover/m/index.mjs +1 -1
  223. package/icon/pay/JCB/l/index.js +10 -10
  224. package/icon/pay/JCB/l/index.mjs +10 -10
  225. package/icon/pay/JCB/m/index.js +10 -10
  226. package/icon/pay/JCB/m/index.mjs +10 -10
  227. package/icon/pay/Visa/l/index.js +2 -2
  228. package/icon/pay/Visa/l/index.mjs +2 -2
  229. package/icon/pay/Visa/m/index.js +2 -2
  230. package/icon/pay/Visa/m/index.mjs +2 -2
  231. package/illustration/lib/cjs/index.js +1 -1
  232. package/illustration/lib/es6/index.js +1 -1
  233. package/illustration/package.json +1 -1
  234. package/inline-edit/lib/cjs/InlineEdit.js +4 -4
  235. package/inline-edit/lib/es6/InlineEdit.js +4 -4
  236. package/inline-edit/package.json +1 -1
  237. package/inline-input/lib/cjs/InlineInput.js +14 -14
  238. package/inline-input/lib/es6/InlineInput.js +14 -14
  239. package/inline-input/package.json +1 -1
  240. package/input/lib/cjs/Input.js +17 -17
  241. package/input/lib/es6/Input.js +17 -17
  242. package/input/package.json +1 -1
  243. package/input-mask/lib/cjs/InputMask.js +6 -6
  244. package/input-mask/lib/es6/InputMask.js +6 -6
  245. package/input-mask/package.json +1 -1
  246. package/input-number/lib/cjs/InputNumber.js +9 -9
  247. package/input-number/lib/es6/InputNumber.js +9 -9
  248. package/input-number/package.json +1 -1
  249. package/input-tags/lib/cjs/InputTags.js +33 -25
  250. package/input-tags/lib/cjs/InputTags.js.map +1 -1
  251. package/input-tags/lib/es6/InputTags.js +34 -24
  252. package/input-tags/lib/es6/InputTags.js.map +1 -1
  253. package/input-tags/package.json +1 -1
  254. package/link/lib/cjs/Link.js +12 -12
  255. package/link/lib/es6/Link.js +12 -12
  256. package/link/package.json +1 -1
  257. package/mini-chart/lib/cjs/component/score/Donut.js +12 -11
  258. package/mini-chart/lib/cjs/component/score/Donut.js.map +1 -1
  259. package/mini-chart/lib/cjs/component/score/Line.js +18 -18
  260. package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
  261. package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
  262. package/mini-chart/lib/es6/component/score/Donut.js +12 -11
  263. package/mini-chart/lib/es6/component/score/Donut.js.map +1 -1
  264. package/mini-chart/lib/es6/component/score/Line.js +18 -18
  265. package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
  266. package/mini-chart/lib/es6/component/trend/Line.js +7 -7
  267. package/mini-chart/package.json +1 -1
  268. package/modal/lib/cjs/Modal.js +8 -8
  269. package/modal/lib/es6/Modal.js +8 -8
  270. package/modal/package.json +1 -1
  271. package/neighbor-location/package.json +1 -1
  272. package/notice/lib/cjs/Notice.js +14 -14
  273. package/notice/lib/es6/Notice.js +14 -14
  274. package/notice/package.json +1 -1
  275. package/notice-bubble/lib/cjs/NoticeBubble.js +15 -15
  276. package/notice-bubble/lib/es6/NoticeBubble.js +15 -15
  277. package/notice-bubble/package.json +1 -1
  278. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  279. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  280. package/notice-global/package.json +1 -1
  281. package/outside-click/package.json +1 -1
  282. package/package.json +1 -1
  283. package/pagination/lib/cjs/Pagination.js +10 -10
  284. package/pagination/lib/es6/Pagination.js +10 -10
  285. package/pagination/package.json +1 -1
  286. package/pills/lib/cjs/Pills.js +13 -13
  287. package/pills/lib/es6/Pills.js +13 -13
  288. package/pills/package.json +1 -1
  289. package/popper/lib/cjs/Popper.js +11 -9
  290. package/popper/lib/cjs/Popper.js.map +1 -1
  291. package/popper/lib/es6/Popper.js +11 -9
  292. package/popper/lib/es6/Popper.js.map +1 -1
  293. package/popper/package.json +1 -1
  294. package/portal/package.json +1 -1
  295. package/product-head/lib/cjs/Info.js +4 -4
  296. package/product-head/lib/cjs/ProductHead.js +5 -5
  297. package/product-head/lib/cjs/Title.js +4 -4
  298. package/product-head/lib/es6/Info.js +4 -4
  299. package/product-head/lib/es6/ProductHead.js +5 -5
  300. package/product-head/lib/es6/Title.js +4 -4
  301. package/product-head/package.json +1 -1
  302. package/progress-bar/lib/cjs/ProgressBar.js +15 -15
  303. package/progress-bar/lib/es6/ProgressBar.js +15 -15
  304. package/progress-bar/package.json +1 -1
  305. package/radio/lib/cjs/Radio.js +16 -16
  306. package/radio/lib/es6/Radio.js +16 -16
  307. package/radio/package.json +1 -1
  308. package/scroll-area/lib/cjs/ScrollArea.js +21 -21
  309. package/scroll-area/lib/cjs/ScrollBar.js +6 -6
  310. package/scroll-area/lib/es6/ScrollArea.js +21 -21
  311. package/scroll-area/lib/es6/ScrollBar.js +6 -6
  312. package/scroll-area/package.json +1 -1
  313. package/select/lib/cjs/InputSearch.js +6 -6
  314. package/select/lib/cjs/Select.js +8 -8
  315. package/select/lib/es6/InputSearch.js +6 -6
  316. package/select/lib/es6/Select.js +8 -8
  317. package/select/package.json +1 -1
  318. package/side-panel/lib/cjs/SidePanel.js +16 -16
  319. package/side-panel/lib/es6/SidePanel.js +16 -16
  320. package/side-panel/package.json +1 -1
  321. package/skeleton/lib/cjs/Charts/Area.js +9 -9
  322. package/skeleton/lib/cjs/Charts/Bar.js +9 -9
  323. package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
  324. package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +9 -9
  325. package/skeleton/lib/cjs/Charts/Donut.js +9 -9
  326. package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
  327. package/skeleton/lib/cjs/Charts/Line.js +9 -9
  328. package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
  329. package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
  330. package/skeleton/lib/cjs/Charts/Venn.js +9 -9
  331. package/skeleton/lib/cjs/Skeleton.js +8 -8
  332. package/skeleton/lib/es6/Charts/Area.js +9 -9
  333. package/skeleton/lib/es6/Charts/Bar.js +9 -9
  334. package/skeleton/lib/es6/Charts/Bubble.js +9 -9
  335. package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +9 -9
  336. package/skeleton/lib/es6/Charts/Donut.js +9 -9
  337. package/skeleton/lib/es6/Charts/Histogram.js +9 -9
  338. package/skeleton/lib/es6/Charts/Line.js +9 -9
  339. package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
  340. package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
  341. package/skeleton/lib/es6/Charts/Venn.js +9 -9
  342. package/skeleton/lib/es6/Skeleton.js +8 -8
  343. package/skeleton/package.json +1 -1
  344. package/slider/lib/cjs/Slider.js +8 -8
  345. package/slider/lib/es6/Slider.js +8 -8
  346. package/slider/package.json +1 -1
  347. package/spin/lib/cjs/Spin.js +13 -13
  348. package/spin/lib/es6/Spin.js +13 -13
  349. package/spin/package.json +1 -1
  350. package/spin-container/lib/cjs/SpinContainer.js +8 -8
  351. package/spin-container/lib/es6/SpinContainer.js +8 -8
  352. package/spin-container/package.json +1 -1
  353. package/sticky/lib/cjs/Sticky.js +2 -2
  354. package/sticky/lib/es6/Sticky.js +2 -2
  355. package/sticky/package.json +1 -1
  356. package/switch/lib/cjs/Switch.js +21 -21
  357. package/switch/lib/es6/Switch.js +21 -21
  358. package/switch/package.json +1 -1
  359. package/tab-line/lib/cjs/TabLine.js +13 -13
  360. package/tab-line/lib/es6/TabLine.js +13 -13
  361. package/tab-line/package.json +1 -1
  362. package/tab-panel/lib/cjs/TabPanel.js +8 -8
  363. package/tab-panel/lib/es6/TabPanel.js +8 -8
  364. package/tab-panel/package.json +1 -1
  365. package/tag/lib/cjs/Tag.js +23 -23
  366. package/tag/lib/es6/Tag.js +23 -23
  367. package/tag/package.json +1 -1
  368. package/textarea/lib/cjs/Textarea.js +8 -8
  369. package/textarea/lib/es6/Textarea.js +8 -8
  370. package/textarea/package.json +1 -1
  371. package/time-picker/lib/cjs/TimePicker.js +12 -12
  372. package/time-picker/lib/es6/TimePicker.js +12 -12
  373. package/time-picker/package.json +1 -1
  374. package/tooltip/lib/cjs/Tooltip.js +9 -9
  375. package/tooltip/lib/es6/Tooltip.js +9 -9
  376. package/tooltip/package.json +1 -1
  377. package/typography/lib/cjs/Blockquote.js +4 -4
  378. package/typography/lib/cjs/Hint.js +7 -7
  379. package/typography/lib/cjs/List.js +5 -5
  380. package/typography/lib/cjs/Text.js +34 -34
  381. package/typography/lib/es6/Blockquote.js +4 -4
  382. package/typography/lib/es6/Hint.js +7 -7
  383. package/typography/lib/es6/List.js +5 -5
  384. package/typography/lib/es6/Text.js +34 -34
  385. package/typography/package.json +1 -1
  386. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  387. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
  388. package/utils/lib/findComponent.d.ts +5 -2
  389. package/utils/lib/findComponent.js +2 -0
  390. package/utils/lib/findComponent.js.map +1 -1
  391. package/utils/lib/findComponent.mjs +2 -0
  392. package/utils/lib/findComponent.mjs.map +1 -1
  393. package/utils/lib/injectStyle.js +1 -1
  394. package/utils/lib/injectStyle.mjs +1 -1
  395. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  396. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  397. package/widget-empty/package.json +1 -1
  398. package/wizard/lib/cjs/Wizard.js +12 -12
  399. package/wizard/lib/es6/Wizard.js +12 -12
  400. package/wizard/package.json +1 -1
@@ -17,14 +17,14 @@ function Confluence({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "M2.337 17.267c-.215.35-.457.758-.646 1.083a.663.663 0 0 0 .222.9l4.307 2.651a.663.663 0 0 0 .917-.225c.17-.288.391-.663.633-1.064 1.706-2.815 3.425-2.471 6.516-.993l4.27 2.03a.665.665 0 0 0 .892-.331l2.05-4.638a.663.663 0 0 0-.331-.868 654.128 654.128 0 0 1-4.307-2.047c-5.817-2.83-10.75-2.644-14.523 3.502Z",
20
- fill: "url(#intergalactic-icon-Confluence_l_a-4.52.1)",
20
+ fill: "url(#intergalactic-icon-Confluence_l_a-4.52.2)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M21.647 6.732c.216-.351.458-.762.663-1.083a.663.663 0 0 0-.225-.901l-4.307-2.65a.663.663 0 0 0-.914.225l-.636 1.063c-1.707 2.816-3.423 2.471-6.517.994L5.428 2.359a.662.662 0 0 0-.888.331L2.49 7.328a.663.663 0 0 0 .33.868c.902.424 2.697 1.269 4.307 2.047 5.814 2.806 10.747 2.62 14.52-3.511Z",
24
- fill: "url(#intergalactic-icon-Confluence_l_b-4.52.1)",
24
+ fill: "url(#intergalactic-icon-Confluence_l_b-4.52.2)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
27
- id: "intergalactic-icon-Confluence_l_a-4.52.1",
27
+ id: "intergalactic-icon-Confluence_l_a-4.52.2",
28
28
  x1: "21.369",
29
29
  y1: "23.259",
30
30
  x2: "8.34",
@@ -39,7 +39,7 @@ function Confluence({
39
39
  offset: "1",
40
40
  stopColor: "#0082FF"
41
41
  })), /*#__PURE__*/React.createElement("linearGradient", {
42
- id: "intergalactic-icon-Confluence_l_b-4.52.1",
42
+ id: "intergalactic-icon-Confluence_l_b-4.52.2",
43
43
  x1: "2.615",
44
44
  y1: ".729",
45
45
  x2: "15.645",
@@ -28,14 +28,14 @@ function Confluence(_ref, ref) {
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
30
  d: "M1.032 11.807c-.155.254-.33.549-.465.783a.48.48 0 0 0 .16.652l3.105 1.916a.477.477 0 0 0 .662-.163c.121-.209.282-.48.456-.769 1.23-2.036 2.47-1.787 4.699-.719l3.079 1.469a.475.475 0 0 0 .642-.24l1.479-3.353a.48.48 0 0 0-.24-.627c-.649-.307-1.941-.92-3.104-1.48C7.31 7.23 3.753 7.365 1.032 11.807Z",
31
- fill: "url(#intergalactic-icon-Confluence_m_a-4.52.1)",
31
+ fill: "url(#intergalactic-icon-Confluence_m_a-4.52.2)",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "M14.956 4.191c.155-.254.33-.55.478-.783a.48.48 0 0 0-.162-.651L12.166.84a.476.476 0 0 0-.659.163c-.124.208-.284.479-.459.768-1.23 2.036-2.467 1.787-4.698.719L3.26 1.03a.477.477 0 0 0-.64.24L1.142 4.622a.48.48 0 0 0 .24.628c.649.306 1.944.917 3.104 1.48 4.193 2.028 7.75 1.894 10.47-2.539Z",
35
- fill: "url(#intergalactic-icon-Confluence_m_b-4.52.1)",
35
+ fill: "url(#intergalactic-icon-Confluence_m_b-4.52.2)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
38
- id: "intergalactic-icon-Confluence_m_a-4.52.1",
38
+ id: "intergalactic-icon-Confluence_m_a-4.52.2",
39
39
  x1: "14.756",
40
40
  y1: "16.14",
41
41
  x2: "5.349",
@@ -50,7 +50,7 @@ function Confluence(_ref, ref) {
50
50
  offset: "1",
51
51
  stopColor: "#0082FF"
52
52
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
53
- id: "intergalactic-icon-Confluence_m_b-4.52.1",
53
+ id: "intergalactic-icon-Confluence_m_b-4.52.2",
54
54
  x1: "1.233",
55
55
  y1: "-.148",
56
56
  x2: "10.64",
@@ -17,14 +17,14 @@ function Confluence({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "M1.032 11.807c-.155.254-.33.549-.465.783a.48.48 0 0 0 .16.652l3.105 1.916a.477.477 0 0 0 .662-.163c.121-.209.282-.48.456-.769 1.23-2.036 2.47-1.787 4.699-.719l3.079 1.469a.475.475 0 0 0 .642-.24l1.479-3.353a.48.48 0 0 0-.24-.627c-.649-.307-1.941-.92-3.104-1.48C7.31 7.23 3.753 7.365 1.032 11.807Z",
20
- fill: "url(#intergalactic-icon-Confluence_m_a-4.52.1)",
20
+ fill: "url(#intergalactic-icon-Confluence_m_a-4.52.2)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M14.956 4.191c.155-.254.33-.55.478-.783a.48.48 0 0 0-.162-.651L12.166.84a.476.476 0 0 0-.659.163c-.124.208-.284.479-.459.768-1.23 2.036-2.467 1.787-4.698.719L3.26 1.03a.477.477 0 0 0-.64.24L1.142 4.622a.48.48 0 0 0 .24.628c.649.306 1.944.917 3.104 1.48 4.193 2.028 7.75 1.894 10.47-2.539Z",
24
- fill: "url(#intergalactic-icon-Confluence_m_b-4.52.1)",
24
+ fill: "url(#intergalactic-icon-Confluence_m_b-4.52.2)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
27
- id: "intergalactic-icon-Confluence_m_a-4.52.1",
27
+ id: "intergalactic-icon-Confluence_m_a-4.52.2",
28
28
  x1: "14.756",
29
29
  y1: "16.14",
30
30
  x2: "5.349",
@@ -39,7 +39,7 @@ function Confluence({
39
39
  offset: "1",
40
40
  stopColor: "#0082FF"
41
41
  })), /*#__PURE__*/React.createElement("linearGradient", {
42
- id: "intergalactic-icon-Confluence_m_b-4.52.1",
42
+ id: "intergalactic-icon-Confluence_m_b-4.52.2",
43
43
  x1: "1.233",
44
44
  y1: "-.148",
45
45
  x2: "10.64",
@@ -31,15 +31,15 @@ function MetaColored(_ref, ref) {
31
31
  d: "M2.592 14.562c0 .919.202 1.626.465 2.053.344.559.858.796 1.382.796.676 0 1.294-.168 2.486-1.823.955-1.326 2.08-3.186 2.837-4.354l1.282-1.977c.89-1.373 1.92-2.899 3.103-3.933.964-.844 2.005-1.314 3.053-1.314 1.758 0 3.434 1.023 4.716 2.94C23.319 9.053 24 11.699 24 14.429c0 1.624-.32 2.817-.861 3.759-.524.911-1.546 1.822-3.265 1.822V17.41c1.472 0 1.839-1.357 1.839-2.91 0-2.212-.515-4.668-1.647-6.423-.803-1.245-1.845-2.006-2.991-2.006-1.24 0-2.237.938-3.358 2.611-.596.888-1.208 1.972-1.894 3.194l-.756 1.345c-1.52 2.703-1.904 3.318-2.663 4.334-1.33 1.779-2.468 2.454-3.964 2.454-1.775 0-2.897-.771-3.593-1.934C.28 17.128 0 15.885 0 14.468l2.592.094Z",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
- fill: "url(#intergalactic-icon-MetaColored_l_a-4.52.1)",
34
+ fill: "url(#intergalactic-icon-MetaColored_l_a-4.52.2)",
35
35
  d: "M2 7.134C3.189 5.296 4.904 4.01 6.871 4.01c1.14 0 2.272.34 3.454 1.308 1.294 1.06 2.672 2.804 4.393 5.68l.617 1.032c1.49 2.49 2.336 3.77 2.831 4.375.638.775 1.084 1.006 1.665 1.006 1.471 0 1.838-1.357 1.838-2.91l2.286-.072c0 1.624-.319 2.816-.861 3.759-.524.911-1.546 1.822-3.264 1.822-1.068 0-2.015-.233-3.061-1.224-.805-.76-1.745-2.111-2.469-3.326l-2.152-3.609c-1.08-1.811-2.07-3.161-2.644-3.773-.617-.657-1.41-1.45-2.675-1.45-1.024 0-1.894.72-2.622 1.824L2 7.134Z",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
- fill: "url(#intergalactic-icon-MetaColored_l_b-4.52.1)",
38
+ fill: "url(#intergalactic-icon-MetaColored_l_b-4.52.2)",
39
39
  d: "M6.873 6.626c-1.024 0-1.894.721-2.622 1.825-1.03 1.559-1.659 3.88-1.659 6.11 0 .92.202 1.627.465 2.054l-2.21 1.46C.279 17.129 0 15.886 0 14.469c0-2.575.704-5.26 2.044-7.334C3.232 5.296 4.948 4.01 6.914 4.01l-.041 2.616Z",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
42
- id: "intergalactic-icon-MetaColored_l_a-4.52.1",
42
+ id: "intergalactic-icon-MetaColored_l_a-4.52.2",
43
43
  x1: "5.159",
44
44
  x2: "21.683",
45
45
  y1: "11.595",
@@ -57,7 +57,7 @@ function MetaColored(_ref, ref) {
57
57
  offset: "1",
58
58
  stopColor: "#0082FB"
59
59
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
60
- id: "intergalactic-icon-MetaColored_l_b-4.52.1",
60
+ id: "intergalactic-icon-MetaColored_l_b-4.52.2",
61
61
  x1: "3.457",
62
62
  x2: "3.457",
63
63
  y1: "15.653",
@@ -20,15 +20,15 @@ function MetaColored({
20
20
  d: "M2.592 14.562c0 .919.202 1.626.465 2.053.344.559.858.796 1.382.796.676 0 1.294-.168 2.486-1.823.955-1.326 2.08-3.186 2.837-4.354l1.282-1.977c.89-1.373 1.92-2.899 3.103-3.933.964-.844 2.005-1.314 3.053-1.314 1.758 0 3.434 1.023 4.716 2.94C23.319 9.053 24 11.699 24 14.429c0 1.624-.32 2.817-.861 3.759-.524.911-1.546 1.822-3.265 1.822V17.41c1.472 0 1.839-1.357 1.839-2.91 0-2.212-.515-4.668-1.647-6.423-.803-1.245-1.845-2.006-2.991-2.006-1.24 0-2.237.938-3.358 2.611-.596.888-1.208 1.972-1.894 3.194l-.756 1.345c-1.52 2.703-1.904 3.318-2.663 4.334-1.33 1.779-2.468 2.454-3.964 2.454-1.775 0-2.897-.771-3.593-1.934C.28 17.128 0 15.885 0 14.468l2.592.094Z",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
- fill: "url(#intergalactic-icon-MetaColored_l_a-4.52.1)",
23
+ fill: "url(#intergalactic-icon-MetaColored_l_a-4.52.2)",
24
24
  d: "M2 7.134C3.189 5.296 4.904 4.01 6.871 4.01c1.14 0 2.272.34 3.454 1.308 1.294 1.06 2.672 2.804 4.393 5.68l.617 1.032c1.49 2.49 2.336 3.77 2.831 4.375.638.775 1.084 1.006 1.665 1.006 1.471 0 1.838-1.357 1.838-2.91l2.286-.072c0 1.624-.319 2.816-.861 3.759-.524.911-1.546 1.822-3.264 1.822-1.068 0-2.015-.233-3.061-1.224-.805-.76-1.745-2.111-2.469-3.326l-2.152-3.609c-1.08-1.811-2.07-3.161-2.644-3.773-.617-.657-1.41-1.45-2.675-1.45-1.024 0-1.894.72-2.622 1.824L2 7.134Z",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
- fill: "url(#intergalactic-icon-MetaColored_l_b-4.52.1)",
27
+ fill: "url(#intergalactic-icon-MetaColored_l_b-4.52.2)",
28
28
  d: "M6.873 6.626c-1.024 0-1.894.721-2.622 1.825-1.03 1.559-1.659 3.88-1.659 6.11 0 .92.202 1.627.465 2.054l-2.21 1.46C.279 17.129 0 15.886 0 14.469c0-2.575.704-5.26 2.044-7.334C3.232 5.296 4.948 4.01 6.914 4.01l-.041 2.616Z",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
31
- id: "intergalactic-icon-MetaColored_l_a-4.52.1",
31
+ id: "intergalactic-icon-MetaColored_l_a-4.52.2",
32
32
  x1: "5.159",
33
33
  x2: "21.683",
34
34
  y1: "11.595",
@@ -46,7 +46,7 @@ function MetaColored({
46
46
  offset: "1",
47
47
  stopColor: "#0082FB"
48
48
  })), /*#__PURE__*/React.createElement("linearGradient", {
49
- id: "intergalactic-icon-MetaColored_l_b-4.52.1",
49
+ id: "intergalactic-icon-MetaColored_l_b-4.52.2",
50
50
  x1: "3.457",
51
51
  x2: "3.457",
52
52
  y1: "15.653",
@@ -33,15 +33,15 @@ function MetaColored(_ref, ref) {
33
33
  d: "M1.728 10.264c0 .632.135 1.118.31 1.412.23.384.572.547.922.547.45 0 .862-.116 1.657-1.253.636-.912 1.387-2.19 1.891-2.993l.855-1.36c.593-.943 1.28-1.993 2.068-2.704.643-.58 1.337-.903 2.036-.903 1.172 0 2.289.703 3.143 2.022.936 1.444 1.39 3.263 1.39 5.14 0 1.117-.213 1.937-.574 2.585-.35.626-1.03 1.252-2.176 1.252v-1.786c.98 0 1.225-.933 1.225-2 0-1.522-.343-3.21-1.098-4.417-.535-.856-1.23-1.379-1.994-1.379-.826 0-1.49.645-2.238 1.795-.397.61-.805 1.356-1.263 2.196l-.504.924c-1.013 1.859-1.27 2.281-1.775 2.98-.888 1.223-1.645 1.687-2.643 1.687-1.183 0-1.931-.53-2.395-1.33C.185 12.03 0 11.175 0 10.2l1.728.065Z",
34
34
  shapeRendering: "geometricPrecision"
35
35
  }), /*#__PURE__*/_react["default"].createElement("path", {
36
- fill: "url(#intergalactic-icon-MetaColored_m_b-4.52.1)",
36
+ fill: "url(#intergalactic-icon-MetaColored_m_b-4.52.2)",
37
37
  d: "M1.363 5.159C2.155 3.895 3.298 3.01 4.61 3.01c.76 0 1.514.233 2.303.899.862.728 1.781 1.927 2.928 3.905l.412.71c.992 1.711 1.557 2.591 1.887 3.007.425.533.723.692 1.11.692.98 0 1.225-.933 1.225-2l1.524-.05c0 1.116-.212 1.936-.574 2.584-.35.626-1.03 1.252-2.176 1.252-.712 0-1.343-.16-2.04-.841-.537-.523-1.164-1.452-1.646-2.287l-1.435-2.48c-.72-1.246-1.38-2.174-1.763-2.594-.411-.452-.94-.998-1.783-.998-.683 0-1.263.495-1.748 1.254L1.363 5.16Z",
38
38
  shapeRendering: "geometricPrecision"
39
39
  }), /*#__PURE__*/_react["default"].createElement("path", {
40
- fill: "url(#intergalactic-icon-MetaColored_m_c-4.52.1)",
40
+ fill: "url(#intergalactic-icon-MetaColored_m_c-4.52.2)",
41
41
  d: "M4.582 4.809c-.683 0-1.263.495-1.748 1.254-.686 1.072-1.106 2.668-1.106 4.201 0 .632.135 1.118.31 1.412L.564 12.68C.186 12.03 0 11.174 0 10.2c0-1.77.47-3.616 1.363-5.042C2.155 3.894 3.298 3.01 4.61 3.01L4.582 4.81Z",
42
42
  shapeRendering: "geometricPrecision"
43
43
  })), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
44
- id: "intergalactic-icon-MetaColored_m_b-4.52.1",
44
+ id: "intergalactic-icon-MetaColored_m_b-4.52.2",
45
45
  x1: "3.468",
46
46
  x2: "14.486",
47
47
  y1: "8.225",
@@ -59,7 +59,7 @@ function MetaColored(_ref, ref) {
59
59
  offset: "1",
60
60
  stopColor: "#0082FB"
61
61
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
62
- id: "intergalactic-icon-MetaColored_m_c-4.52.1",
62
+ id: "intergalactic-icon-MetaColored_m_c-4.52.2",
63
63
  x1: "2.305",
64
64
  x2: "2.305",
65
65
  y1: "11.015",
@@ -22,15 +22,15 @@ function MetaColored({
22
22
  d: "M1.728 10.264c0 .632.135 1.118.31 1.412.23.384.572.547.922.547.45 0 .862-.116 1.657-1.253.636-.912 1.387-2.19 1.891-2.993l.855-1.36c.593-.943 1.28-1.993 2.068-2.704.643-.58 1.337-.903 2.036-.903 1.172 0 2.289.703 3.143 2.022.936 1.444 1.39 3.263 1.39 5.14 0 1.117-.213 1.937-.574 2.585-.35.626-1.03 1.252-2.176 1.252v-1.786c.98 0 1.225-.933 1.225-2 0-1.522-.343-3.21-1.098-4.417-.535-.856-1.23-1.379-1.994-1.379-.826 0-1.49.645-2.238 1.795-.397.61-.805 1.356-1.263 2.196l-.504.924c-1.013 1.859-1.27 2.281-1.775 2.98-.888 1.223-1.645 1.687-2.643 1.687-1.183 0-1.931-.53-2.395-1.33C.185 12.03 0 11.175 0 10.2l1.728.065Z",
23
23
  shapeRendering: "geometricPrecision"
24
24
  }), /*#__PURE__*/React.createElement("path", {
25
- fill: "url(#intergalactic-icon-MetaColored_m_b-4.52.1)",
25
+ fill: "url(#intergalactic-icon-MetaColored_m_b-4.52.2)",
26
26
  d: "M1.363 5.159C2.155 3.895 3.298 3.01 4.61 3.01c.76 0 1.514.233 2.303.899.862.728 1.781 1.927 2.928 3.905l.412.71c.992 1.711 1.557 2.591 1.887 3.007.425.533.723.692 1.11.692.98 0 1.225-.933 1.225-2l1.524-.05c0 1.116-.212 1.936-.574 2.584-.35.626-1.03 1.252-2.176 1.252-.712 0-1.343-.16-2.04-.841-.537-.523-1.164-1.452-1.646-2.287l-1.435-2.48c-.72-1.246-1.38-2.174-1.763-2.594-.411-.452-.94-.998-1.783-.998-.683 0-1.263.495-1.748 1.254L1.363 5.16Z",
27
27
  shapeRendering: "geometricPrecision"
28
28
  }), /*#__PURE__*/React.createElement("path", {
29
- fill: "url(#intergalactic-icon-MetaColored_m_c-4.52.1)",
29
+ fill: "url(#intergalactic-icon-MetaColored_m_c-4.52.2)",
30
30
  d: "M4.582 4.809c-.683 0-1.263.495-1.748 1.254-.686 1.072-1.106 2.668-1.106 4.201 0 .632.135 1.118.31 1.412L.564 12.68C.186 12.03 0 11.174 0 10.2c0-1.77.47-3.616 1.363-5.042C2.155 3.894 3.298 3.01 4.61 3.01L4.582 4.81Z",
31
31
  shapeRendering: "geometricPrecision"
32
32
  })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
33
- id: "intergalactic-icon-MetaColored_m_b-4.52.1",
33
+ id: "intergalactic-icon-MetaColored_m_b-4.52.2",
34
34
  x1: "3.468",
35
35
  x2: "14.486",
36
36
  y1: "8.225",
@@ -48,7 +48,7 @@ function MetaColored({
48
48
  offset: "1",
49
49
  stopColor: "#0082FB"
50
50
  })), /*#__PURE__*/React.createElement("linearGradient", {
51
- id: "intergalactic-icon-MetaColored_m_c-4.52.1",
51
+ id: "intergalactic-icon-MetaColored_m_c-4.52.2",
52
52
  x1: "2.305",
53
53
  x2: "2.305",
54
54
  y1: "11.015",
@@ -28,26 +28,26 @@ function MicrosoftOffice(_ref, ref) {
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
30
  d: "m13.45.1 1.82 4.16v14.48l-1.79 5.16 6.77-1.93A2.42 2.42 0 0 0 22 19.64V4.36a2.43 2.43 0 0 0-1.76-2.34L13.45.1Z",
31
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.52.1)",
31
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.52.2)",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
35
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.52.1)",
35
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.52.2)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
39
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.52.1)",
39
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.52.2)",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/_react["default"].createElement("path", {
42
42
  d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
43
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.52.1)",
43
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.52.2)",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/_react["default"].createElement("path", {
46
46
  d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
47
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.52.1)",
47
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.52.2)",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
50
- id: "intergalactic-icon-MicrosoftOffice_l_a-4.52.1",
50
+ id: "intergalactic-icon-MicrosoftOffice_l_a-4.52.2",
51
51
  x1: "17.73",
52
52
  y1: "-1.26",
53
53
  x2: "17.73",
@@ -68,7 +68,7 @@ function MicrosoftOffice(_ref, ref) {
68
68
  offset: ".5",
69
69
  stopColor: "#D83B01"
70
70
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
71
- id: "intergalactic-icon-MicrosoftOffice_l_b-4.52.1",
71
+ id: "intergalactic-icon-MicrosoftOffice_l_b-4.52.2",
72
72
  x1: "13.5",
73
73
  y1: "-.43",
74
74
  x2: "1.04",
@@ -92,7 +92,7 @@ function MicrosoftOffice(_ref, ref) {
92
92
  offset: "1",
93
93
  stopColor: "#B85BA2"
94
94
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
95
- id: "intergalactic-icon-MicrosoftOffice_l_c-4.52.1",
95
+ id: "intergalactic-icon-MicrosoftOffice_l_c-4.52.2",
96
96
  x1: "7.16",
97
97
  y1: "21.37",
98
98
  x2: "23.36",
@@ -104,7 +104,7 @@ function MicrosoftOffice(_ref, ref) {
104
104
  offset: ".6",
105
105
  stopColor: "#A4070A"
106
106
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
107
- id: "intergalactic-icon-MicrosoftOffice_l_d-4.52.1",
107
+ id: "intergalactic-icon-MicrosoftOffice_l_d-4.52.2",
108
108
  x1: "13.75",
109
109
  y1: "-.79",
110
110
  x2: "11.11",
@@ -116,7 +116,7 @@ function MicrosoftOffice(_ref, ref) {
116
116
  offset: "1",
117
117
  stopOpacity: "0"
118
118
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
119
- id: "intergalactic-icon-MicrosoftOffice_l_e-4.52.1",
119
+ id: "intergalactic-icon-MicrosoftOffice_l_e-4.52.2",
120
120
  x1: "18.17",
121
121
  y1: "21.74",
122
122
  x2: "10.91",
@@ -17,26 +17,26 @@ function MicrosoftOffice({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "m13.45.1 1.82 4.16v14.48l-1.79 5.16 6.77-1.93A2.42 2.42 0 0 0 22 19.64V4.36a2.43 2.43 0 0 0-1.76-2.34L13.45.1Z",
20
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.52.1)",
20
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_a-4.52.2)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
24
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.52.1)",
24
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_b-4.52.2)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
27
  d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
28
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.52.1)",
28
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_c-4.52.2)",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/React.createElement("path", {
31
31
  d: "m4.88 18.59 1.98-1.07A1.73 1.73 0 0 0 7.75 16V8.2a1.74 1.74 0 0 1 1.14-1.63l6.38-2.3V2.5A2.51 2.51 0 0 0 13.45.1a2.53 2.53 0 0 0-1.92.23L4.22 4.5A2.42 2.42 0 0 0 3 6.6v10.86a1.28 1.28 0 0 0 1.24 1.27c.22 0 .44-.05.64-.15Z",
32
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.52.1)",
32
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_d-4.52.2)",
33
33
  shapeRendering: "geometricPrecision"
34
34
  }), /*#__PURE__*/React.createElement("path", {
35
35
  d: "M15.27 18.74H7.72a1.27 1.27 0 0 0-1.21.95 1.28 1.28 0 0 0 .58 1.43l4.5 2.56a2.45 2.45 0 0 0 1.9.22 2.46 2.46 0 0 0 1.78-2.38v-2.78Z",
36
- fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.52.1)",
36
+ fill: "url(#intergalactic-icon-MicrosoftOffice_l_e-4.52.2)",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
39
- id: "intergalactic-icon-MicrosoftOffice_l_a-4.52.1",
39
+ id: "intergalactic-icon-MicrosoftOffice_l_a-4.52.2",
40
40
  x1: "17.73",
41
41
  y1: "-1.26",
42
42
  x2: "17.73",
@@ -57,7 +57,7 @@ function MicrosoftOffice({
57
57
  offset: ".5",
58
58
  stopColor: "#D83B01"
59
59
  })), /*#__PURE__*/React.createElement("linearGradient", {
60
- id: "intergalactic-icon-MicrosoftOffice_l_b-4.52.1",
60
+ id: "intergalactic-icon-MicrosoftOffice_l_b-4.52.2",
61
61
  x1: "13.5",
62
62
  y1: "-.43",
63
63
  x2: "1.04",
@@ -81,7 +81,7 @@ function MicrosoftOffice({
81
81
  offset: "1",
82
82
  stopColor: "#B85BA2"
83
83
  })), /*#__PURE__*/React.createElement("linearGradient", {
84
- id: "intergalactic-icon-MicrosoftOffice_l_c-4.52.1",
84
+ id: "intergalactic-icon-MicrosoftOffice_l_c-4.52.2",
85
85
  x1: "7.16",
86
86
  y1: "21.37",
87
87
  x2: "23.36",
@@ -93,7 +93,7 @@ function MicrosoftOffice({
93
93
  offset: ".6",
94
94
  stopColor: "#A4070A"
95
95
  })), /*#__PURE__*/React.createElement("linearGradient", {
96
- id: "intergalactic-icon-MicrosoftOffice_l_d-4.52.1",
96
+ id: "intergalactic-icon-MicrosoftOffice_l_d-4.52.2",
97
97
  x1: "13.75",
98
98
  y1: "-.79",
99
99
  x2: "11.11",
@@ -105,7 +105,7 @@ function MicrosoftOffice({
105
105
  offset: "1",
106
106
  stopOpacity: "0"
107
107
  })), /*#__PURE__*/React.createElement("linearGradient", {
108
- id: "intergalactic-icon-MicrosoftOffice_l_e-4.52.1",
108
+ id: "intergalactic-icon-MicrosoftOffice_l_e-4.52.2",
109
109
  x1: "18.17",
110
110
  y1: "21.74",
111
111
  x2: "10.91",
@@ -28,26 +28,26 @@ function MicrosoftOffice(_ref, ref) {
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
30
  d: "m9.15.06 1.25 2.78v9.66l-1.23 3.43 4.63-1.28c.34-.1.65-.3.86-.58.22-.28.34-.63.34-.98V2.9c0-.35-.12-.69-.33-.97a1.66 1.66 0 0 0-.87-.58L9.15.06Z",
31
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.52.1)",
31
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.52.2)",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
35
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.52.1)",
35
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.52.2)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
39
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.52.1)",
39
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.52.2)",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/_react["default"].createElement("path", {
42
42
  d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
43
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.52.1)",
43
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.52.2)",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/_react["default"].createElement("path", {
46
46
  d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
47
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.52.1)",
47
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.52.2)",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
50
- id: "intergalactic-icon-MicrosoftOffice_m_a-4.52.1",
50
+ id: "intergalactic-icon-MicrosoftOffice_m_a-4.52.2",
51
51
  x1: "12.07",
52
52
  y1: "-.84",
53
53
  x2: "12.07",
@@ -68,7 +68,7 @@ function MicrosoftOffice(_ref, ref) {
68
68
  offset: ".5",
69
69
  stopColor: "#D83B01"
70
70
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
71
- id: "intergalactic-icon-MicrosoftOffice_m_b-4.52.1",
71
+ id: "intergalactic-icon-MicrosoftOffice_m_b-4.52.2",
72
72
  x1: "9.18",
73
73
  y1: "-.29",
74
74
  x2: ".96",
@@ -92,7 +92,7 @@ function MicrosoftOffice(_ref, ref) {
92
92
  offset: "1",
93
93
  stopColor: "#B85BA2"
94
94
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
95
- id: "intergalactic-icon-MicrosoftOffice_m_c-4.52.1",
95
+ id: "intergalactic-icon-MicrosoftOffice_m_c-4.52.2",
96
96
  x1: "4.84",
97
97
  y1: "14.25",
98
98
  x2: "15.93",
@@ -104,7 +104,7 @@ function MicrosoftOffice(_ref, ref) {
104
104
  offset: ".6",
105
105
  stopColor: "#A4070A"
106
106
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
107
- id: "intergalactic-icon-MicrosoftOffice_m_d-4.52.1",
107
+ id: "intergalactic-icon-MicrosoftOffice_m_d-4.52.2",
108
108
  x1: "9.36",
109
109
  y1: "-.53",
110
110
  x2: "7.61",
@@ -116,7 +116,7 @@ function MicrosoftOffice(_ref, ref) {
116
116
  offset: "1",
117
117
  stopOpacity: "0"
118
118
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
119
- id: "intergalactic-icon-MicrosoftOffice_m_e-4.52.1",
119
+ id: "intergalactic-icon-MicrosoftOffice_m_e-4.52.2",
120
120
  x1: "12.38",
121
121
  y1: "14.49",
122
122
  x2: "7.42",
@@ -17,26 +17,26 @@ function MicrosoftOffice({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "m9.15.06 1.25 2.78v9.66l-1.23 3.43 4.63-1.28c.34-.1.65-.3.86-.58.22-.28.34-.63.34-.98V2.9c0-.35-.12-.69-.33-.97a1.66 1.66 0 0 0-.87-.58L9.15.06Z",
20
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.52.1)",
20
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_a-4.52.2)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
24
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.52.1)",
24
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_b-4.52.2)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
27
  d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
28
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.52.1)",
28
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_c-4.52.2)",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/React.createElement("path", {
31
31
  d: "m3.28 12.4 1.36-.72a1.17 1.17 0 0 0 .61-1.02v-5.2c0-.23.07-.46.21-.65a1.18 1.18 0 0 1 .57-.43l4.37-1.54V1.67c0-.36-.13-.72-.35-1A1.71 1.71 0 0 0 8.68 0c-.3 0-.59.08-.85.22l-5 2.79a1.63 1.63 0 0 0-.6.59 1.58 1.58 0 0 0-.23.8v7.24c0 .15.04.3.11.42a.86.86 0 0 0 .31.31.88.88 0 0 0 .86.02Z",
32
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.52.1)",
32
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_d-4.52.2)",
33
33
  shapeRendering: "geometricPrecision"
34
34
  }), /*#__PURE__*/React.createElement("path", {
35
35
  d: "M10.4 12.5H5.23a.89.89 0 0 0-.53.17.85.85 0 0 0-.3.46.83.83 0 0 0 .03.54.86.86 0 0 0 .37.41l3.08 1.7a1.72 1.72 0 0 0 2.18-.44 1.62 1.62 0 0 0 .33-1V12.5Z",
36
- fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.52.1)",
36
+ fill: "url(#intergalactic-icon-MicrosoftOffice_m_e-4.52.2)",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
39
- id: "intergalactic-icon-MicrosoftOffice_m_a-4.52.1",
39
+ id: "intergalactic-icon-MicrosoftOffice_m_a-4.52.2",
40
40
  x1: "12.07",
41
41
  y1: "-.84",
42
42
  x2: "12.07",
@@ -57,7 +57,7 @@ function MicrosoftOffice({
57
57
  offset: ".5",
58
58
  stopColor: "#D83B01"
59
59
  })), /*#__PURE__*/React.createElement("linearGradient", {
60
- id: "intergalactic-icon-MicrosoftOffice_m_b-4.52.1",
60
+ id: "intergalactic-icon-MicrosoftOffice_m_b-4.52.2",
61
61
  x1: "9.18",
62
62
  y1: "-.29",
63
63
  x2: ".96",
@@ -81,7 +81,7 @@ function MicrosoftOffice({
81
81
  offset: "1",
82
82
  stopColor: "#B85BA2"
83
83
  })), /*#__PURE__*/React.createElement("linearGradient", {
84
- id: "intergalactic-icon-MicrosoftOffice_m_c-4.52.1",
84
+ id: "intergalactic-icon-MicrosoftOffice_m_c-4.52.2",
85
85
  x1: "4.84",
86
86
  y1: "14.25",
87
87
  x2: "15.93",
@@ -93,7 +93,7 @@ function MicrosoftOffice({
93
93
  offset: ".6",
94
94
  stopColor: "#A4070A"
95
95
  })), /*#__PURE__*/React.createElement("linearGradient", {
96
- id: "intergalactic-icon-MicrosoftOffice_m_d-4.52.1",
96
+ id: "intergalactic-icon-MicrosoftOffice_m_d-4.52.2",
97
97
  x1: "9.36",
98
98
  y1: "-.53",
99
99
  x2: "7.61",
@@ -105,7 +105,7 @@ function MicrosoftOffice({
105
105
  offset: "1",
106
106
  stopOpacity: "0"
107
107
  })), /*#__PURE__*/React.createElement("linearGradient", {
108
- id: "intergalactic-icon-MicrosoftOffice_m_e-4.52.1",
108
+ id: "intergalactic-icon-MicrosoftOffice_m_e-4.52.2",
109
109
  x1: "12.38",
110
110
  y1: "14.49",
111
111
  x2: "7.42",
@@ -22,11 +22,11 @@ var _hasLabels = _interopRequireDefault(require("intergalactic/utils/lib/hasLabe
22
22
  var _useColorResolver = require("intergalactic/utils/lib/use/useColorResolver");
23
23
  var _excluded = ["keyboardFocused"];
24
24
  /*__reshadow-styles__:"./style/icon.shadow.css"*/
25
- var styles = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SIcon_lu74z_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_lu74z)}.___SIcon_lu74z_gg_.__keyboardFocused_lu74z_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SIcon_lu74z_gg_.__interactive_lu74z_gg_{cursor:pointer}@media (hover:hover){.___SIcon_lu74z_gg_.__interactive_lu74z_gg_:hover{filter:brightness(.8)}}" /*__inner_css_end__*/, "lu74z_gg_") /*__reshadow_css_end__*/, {
26
- "__SIcon": "___SIcon_lu74z_gg_",
27
- "--color": "--color_lu74z",
28
- "_keyboardFocused": "__keyboardFocused_lu74z_gg_",
29
- "_interactive": "__interactive_lu74z_gg_"
25
+ var styles = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SIcon_543dx_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_543dx)}.___SIcon_543dx_gg_.__keyboardFocused_543dx_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SIcon_543dx_gg_.__interactive_543dx_gg_{cursor:pointer}@media (hover:hover){.___SIcon_543dx_gg_.__interactive_543dx_gg_:hover{filter:brightness(.8)}}" /*__inner_css_end__*/, "543dx_gg_") /*__reshadow_css_end__*/, {
26
+ "__SIcon": "___SIcon_543dx_gg_",
27
+ "--color": "--color_543dx",
28
+ "_keyboardFocused": "__keyboardFocused_543dx_gg_",
29
+ "_interactive": "__interactive_543dx_gg_"
30
30
  });
31
31
  function Icon(props, ref) {
32
32
  var _useBox = (0, _flexBox.useBox)((0, _objectSpread2["default"])({
@@ -15,11 +15,11 @@ import { useForkRef } from 'intergalactic/utils/lib/ref';
15
15
  import hasLabels from 'intergalactic/utils/lib/hasLabels';
16
16
  import { useColorResolver } from 'intergalactic/utils/lib/use/useColorResolver';
17
17
  /*__reshadow-styles__:"./style/icon.shadow.css"*/
18
- var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SIcon_lu74z_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_lu74z)}.___SIcon_lu74z_gg_.__keyboardFocused_lu74z_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SIcon_lu74z_gg_.__interactive_lu74z_gg_{cursor:pointer}@media (hover:hover){.___SIcon_lu74z_gg_.__interactive_lu74z_gg_:hover{filter:brightness(.8)}}" /*__inner_css_end__*/, "lu74z_gg_") /*__reshadow_css_end__*/, {
19
- "__SIcon": "___SIcon_lu74z_gg_",
20
- "--color": "--color_lu74z",
21
- "_keyboardFocused": "__keyboardFocused_lu74z_gg_",
22
- "_interactive": "__interactive_lu74z_gg_"
18
+ var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SIcon_543dx_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_543dx)}.___SIcon_543dx_gg_.__keyboardFocused_543dx_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SIcon_543dx_gg_.__interactive_543dx_gg_{cursor:pointer}@media (hover:hover){.___SIcon_543dx_gg_.__interactive_543dx_gg_:hover{filter:brightness(.8)}}" /*__inner_css_end__*/, "543dx_gg_") /*__reshadow_css_end__*/, {
19
+ "__SIcon": "___SIcon_543dx_gg_",
20
+ "--color": "--color_543dx",
21
+ "_keyboardFocused": "__keyboardFocused_543dx_gg_",
22
+ "_interactive": "__interactive_543dx_gg_"
23
23
  });
24
24
  function Icon(props, ref) {
25
25
  var _useBox = useBox(_objectSpread({
package/icon/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"intergalactic/icon","description":"Semrush Icon Component","version":"4.52.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":{"transform":"pnpm icon-transform-svg","build":"pnpm run clean && pnpm semcore-builder --source=js && pnpm run transform --configFile=./transform-svg.config.js","clean":"node clean.js"},"dependencies":{"@semcore/flex-box":"5.38.1","@semcore/icon":"4.52.1","@semcore/utils":"4.43.2","classnames":"2.2.6"},"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/icon"},"devDependencies":{"@semcore/icon-transform-svg":"1.1.0","@types/classnames":"2.2.6","@semcore/testing-utils":"1.0.0","@types/react":"18.0.21"}}
1
+ {"name":"intergalactic/icon","description":"Semrush Icon Component","version":"4.52.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":{"transform":"pnpm icon-transform-svg","build":"pnpm run clean && pnpm semcore-builder --source=js && pnpm run transform --configFile=./transform-svg.config.js","clean":"node clean.js"},"dependencies":{"@semcore/flex-box":"5.38.2","@semcore/icon":"4.52.2","@semcore/utils":"4.43.3","classnames":"2.2.6"},"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/icon"},"devDependencies":{"@semcore/icon-transform-svg":"1.1.0","@types/classnames":"2.2.6","@semcore/testing-utils":"1.0.0","@types/react":"18.0.21"}}
@@ -32,7 +32,7 @@ function Discover(_ref, ref) {
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "M17.5 14a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",
35
- fill: "url(#intergalactic-icon-Discover_l_a-4.52.1)",
35
+ fill: "url(#intergalactic-icon-Discover_l_a-4.52.2)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  fillRule: "evenodd",
@@ -21,7 +21,7 @@ function Discover({
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M17.5 14a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",
24
- fill: "url(#intergalactic-icon-Discover_l_a-4.52.1)",
24
+ fill: "url(#intergalactic-icon-Discover_l_a-4.52.2)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
27
  fillRule: "evenodd",
@@ -32,7 +32,7 @@ function Discover(_ref, ref) {
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "M11.48 9.33c.91 0 1.64-.74 1.64-1.66 0-.92-.73-1.67-1.64-1.67-.9 0-1.64.75-1.64 1.67 0 .92.74 1.66 1.64 1.66Z",
35
- fill: "url(#intergalactic-icon-Discover_m_a-4.52.1)",
35
+ fill: "url(#intergalactic-icon-Discover_m_a-4.52.2)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  fillRule: "evenodd",
@@ -21,7 +21,7 @@ function Discover({
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M11.48 9.33c.91 0 1.64-.74 1.64-1.66 0-.92-.73-1.67-1.64-1.67-.9 0-1.64.75-1.64 1.67 0 .92.74 1.66 1.64 1.66Z",
24
- fill: "url(#intergalactic-icon-Discover_m_a-4.52.1)",
24
+ fill: "url(#intergalactic-icon-Discover_m_a-4.52.2)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
27
  fillRule: "evenodd",