intergalactic 15.70.0 → 15.71.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 (397) hide show
  1. package/CHANGELOG.md +34 -17
  2. package/accordion/lib/cjs/Accordion.js +7 -7
  3. package/accordion/lib/es6/Accordion.js +7 -7
  4. package/animation/lib/cjs/Animation.js +11 -11
  5. package/animation/lib/cjs/Collapse.js +28 -28
  6. package/animation/lib/cjs/FadeInOut.js +28 -28
  7. package/animation/lib/cjs/Scale.js +28 -28
  8. package/animation/lib/cjs/Slide.js +28 -28
  9. package/animation/lib/cjs/Transform.js +28 -28
  10. package/animation/lib/es6/Animation.js +11 -11
  11. package/animation/lib/es6/Collapse.js +28 -28
  12. package/animation/lib/es6/FadeInOut.js +28 -28
  13. package/animation/lib/es6/Scale.js +28 -28
  14. package/animation/lib/es6/Slide.js +28 -28
  15. package/animation/lib/es6/Transform.js +28 -28
  16. package/badge/lib/cjs/Badge.js +6 -6
  17. package/badge/lib/es6/Badge.js +6 -6
  18. package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
  19. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  20. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  21. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  22. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  23. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  24. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  25. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  26. package/breadcrumbs/lib/cjs/Breadcrumbs.js +6 -6
  27. package/breadcrumbs/lib/es6/Breadcrumbs.js +6 -6
  28. package/button/lib/cjs/Button.js +26 -26
  29. package/button/lib/es6/Button.js +26 -26
  30. package/card/lib/cjs/Card.js +8 -8
  31. package/card/lib/es6/Card.js +8 -8
  32. package/carousel/Carousel.types.d.ts +1 -0
  33. package/carousel/lib/cjs/Carousel.js +87 -44
  34. package/carousel/lib/cjs/Carousel.js.map +1 -1
  35. package/carousel/lib/cjs/Carousel.types.js.map +1 -1
  36. package/carousel/lib/cjs/style/carousel.shadow.css +5 -0
  37. package/carousel/lib/es6/Carousel.js +87 -44
  38. package/carousel/lib/es6/Carousel.js.map +1 -1
  39. package/carousel/lib/es6/Carousel.types.js.map +1 -1
  40. package/carousel/lib/es6/style/carousel.shadow.css +5 -0
  41. package/carousel/lib/types/Carousel.types.d.ts +1 -0
  42. package/checkbox/lib/cjs/Checkbox.js +18 -18
  43. package/checkbox/lib/es6/Checkbox.js +18 -18
  44. package/color-picker/lib/cjs/ColorPicker.js +23 -23
  45. package/color-picker/lib/cjs/PaletteManager.js +23 -23
  46. package/color-picker/lib/cjs/components/InputColor.js +23 -23
  47. package/color-picker/lib/es6/ColorPicker.js +23 -23
  48. package/color-picker/lib/es6/PaletteManager.js +23 -23
  49. package/color-picker/lib/es6/components/InputColor.js +23 -23
  50. package/components.json +73 -73
  51. package/counter/lib/cjs/Counter.js +10 -10
  52. package/counter/lib/es6/Counter.js +10 -10
  53. package/d3-chart/Area.d.ts +1 -1
  54. package/d3-chart/Bar.d.ts +1 -1
  55. package/d3-chart/Bubble.d.ts +1 -1
  56. package/d3-chart/Donut.d.ts +1 -1
  57. package/d3-chart/HorizontalBar.d.ts +1 -1
  58. package/d3-chart/Line.d.ts +1 -1
  59. package/d3-chart/Plot.d.ts +1 -1
  60. package/d3-chart/Radar.d.ts +1 -1
  61. package/d3-chart/RadialTree.d.ts +1 -1
  62. package/d3-chart/ScatterPlot.d.ts +1 -1
  63. package/d3-chart/StackBar.d.ts +1 -1
  64. package/d3-chart/StackedArea.d.ts +1 -1
  65. package/d3-chart/Venn.d.ts +1 -1
  66. package/d3-chart/component/Chart/AbstractChart.type.d.ts +1 -1
  67. package/d3-chart/component/ChartLegend/BaseLegend.type.d.ts +1 -1
  68. package/d3-chart/component/ChartLegend/LegendItem/LegendItem.type.d.ts +2 -2
  69. package/d3-chart/index.d.ts +5 -0
  70. package/d3-chart/lib/cjs/Area.js +11 -11
  71. package/d3-chart/lib/cjs/Axis.js +14 -14
  72. package/d3-chart/lib/cjs/Bar.js +10 -10
  73. package/d3-chart/lib/cjs/Bubble.js +12 -12
  74. package/d3-chart/lib/cjs/Donut.js +9 -9
  75. package/d3-chart/lib/cjs/Dots.js +8 -8
  76. package/d3-chart/lib/cjs/HorizontalBar.js +10 -10
  77. package/d3-chart/lib/cjs/Hover.js +3 -3
  78. package/d3-chart/lib/cjs/Line.js +9 -9
  79. package/d3-chart/lib/cjs/Plot.js +3 -3
  80. package/d3-chart/lib/cjs/Radar.js +19 -19
  81. package/d3-chart/lib/cjs/RadialTree.js +11 -11
  82. package/d3-chart/lib/cjs/RadialTree.js.map +1 -1
  83. package/d3-chart/lib/cjs/ReferenceLine.js +9 -9
  84. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  85. package/d3-chart/lib/cjs/Tooltip.js +9 -9
  86. package/d3-chart/lib/cjs/Venn.js +9 -9
  87. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  88. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
  89. package/d3-chart/lib/cjs/component/Chart/AbstractChart.type.js.map +1 -1
  90. package/d3-chart/lib/cjs/component/Chart/BubbleChart.js +15 -50
  91. package/d3-chart/lib/cjs/component/Chart/BubbleChart.js.map +1 -1
  92. package/d3-chart/lib/cjs/component/ChartLegend/BaseLegend.type.js.map +1 -1
  93. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  94. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  95. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.type.js.map +1 -1
  96. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  97. package/d3-chart/lib/cjs/index.js +6 -0
  98. package/d3-chart/lib/cjs/index.js.map +1 -1
  99. package/d3-chart/lib/cjs/types/Area.d.js.map +1 -1
  100. package/d3-chart/lib/cjs/types/Bar.d.js.map +1 -1
  101. package/d3-chart/lib/cjs/types/Bubble.d.js.map +1 -1
  102. package/d3-chart/lib/cjs/types/Donut.d.js.map +1 -1
  103. package/d3-chart/lib/cjs/types/HorizontalBar.d.js.map +1 -1
  104. package/d3-chart/lib/cjs/types/Line.d.js.map +1 -1
  105. package/d3-chart/lib/cjs/types/Plot.d.js.map +1 -1
  106. package/d3-chart/lib/cjs/types/Radar.d.js.map +1 -1
  107. package/d3-chart/lib/cjs/types/ScatterPlot.d.js.map +1 -1
  108. package/d3-chart/lib/cjs/types/StackBar.d.js.map +1 -1
  109. package/d3-chart/lib/cjs/types/StackedArea.d.js.map +1 -1
  110. package/d3-chart/lib/cjs/types/Venn.d.js.map +1 -1
  111. package/d3-chart/lib/cjs/types/index.d.js.map +1 -1
  112. package/d3-chart/lib/cjs/utils.js +36 -1
  113. package/d3-chart/lib/cjs/utils.js.map +1 -1
  114. package/d3-chart/lib/es6/Area.js +11 -11
  115. package/d3-chart/lib/es6/Axis.js +14 -14
  116. package/d3-chart/lib/es6/Bar.js +10 -10
  117. package/d3-chart/lib/es6/Bubble.js +12 -12
  118. package/d3-chart/lib/es6/Donut.js +9 -9
  119. package/d3-chart/lib/es6/Dots.js +8 -8
  120. package/d3-chart/lib/es6/HorizontalBar.js +10 -10
  121. package/d3-chart/lib/es6/Hover.js +3 -3
  122. package/d3-chart/lib/es6/Line.js +9 -9
  123. package/d3-chart/lib/es6/Plot.js +3 -3
  124. package/d3-chart/lib/es6/Radar.js +19 -19
  125. package/d3-chart/lib/es6/RadialTree.js +11 -11
  126. package/d3-chart/lib/es6/RadialTree.js.map +1 -1
  127. package/d3-chart/lib/es6/ReferenceLine.js +9 -9
  128. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  129. package/d3-chart/lib/es6/Tooltip.js +9 -9
  130. package/d3-chart/lib/es6/Venn.js +9 -9
  131. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  132. package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
  133. package/d3-chart/lib/es6/component/Chart/AbstractChart.type.js.map +1 -1
  134. package/d3-chart/lib/es6/component/Chart/BubbleChart.js +16 -51
  135. package/d3-chart/lib/es6/component/Chart/BubbleChart.js.map +1 -1
  136. package/d3-chart/lib/es6/component/ChartLegend/BaseLegend.type.js.map +1 -1
  137. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  138. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  139. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.type.js.map +1 -1
  140. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  141. package/d3-chart/lib/es6/index.js +1 -1
  142. package/d3-chart/lib/es6/index.js.map +1 -1
  143. package/d3-chart/lib/es6/types/Area.d.js.map +1 -1
  144. package/d3-chart/lib/es6/types/Bar.d.js.map +1 -1
  145. package/d3-chart/lib/es6/types/Bubble.d.js.map +1 -1
  146. package/d3-chart/lib/es6/types/Donut.d.js.map +1 -1
  147. package/d3-chart/lib/es6/types/HorizontalBar.d.js.map +1 -1
  148. package/d3-chart/lib/es6/types/Line.d.js.map +1 -1
  149. package/d3-chart/lib/es6/types/Plot.d.js.map +1 -1
  150. package/d3-chart/lib/es6/types/Radar.d.js.map +1 -1
  151. package/d3-chart/lib/es6/types/ScatterPlot.d.js.map +1 -1
  152. package/d3-chart/lib/es6/types/StackBar.d.js.map +1 -1
  153. package/d3-chart/lib/es6/types/StackedArea.d.js.map +1 -1
  154. package/d3-chart/lib/es6/types/Venn.d.js.map +1 -1
  155. package/d3-chart/lib/es6/types/index.d.js.map +1 -1
  156. package/d3-chart/lib/es6/utils.js +34 -0
  157. package/d3-chart/lib/es6/utils.js.map +1 -1
  158. package/d3-chart/lib/types/Area.d.ts +1 -1
  159. package/d3-chart/lib/types/Bar.d.ts +1 -1
  160. package/d3-chart/lib/types/Bubble.d.ts +1 -1
  161. package/d3-chart/lib/types/Donut.d.ts +1 -1
  162. package/d3-chart/lib/types/HorizontalBar.d.ts +1 -1
  163. package/d3-chart/lib/types/Line.d.ts +1 -1
  164. package/d3-chart/lib/types/Plot.d.ts +1 -1
  165. package/d3-chart/lib/types/Radar.d.ts +1 -1
  166. package/d3-chart/lib/types/RadialTree.d.ts +1 -1
  167. package/d3-chart/lib/types/ScatterPlot.d.ts +1 -1
  168. package/d3-chart/lib/types/StackBar.d.ts +1 -1
  169. package/d3-chart/lib/types/StackedArea.d.ts +1 -1
  170. package/d3-chart/lib/types/Venn.d.ts +1 -1
  171. package/d3-chart/lib/types/component/Chart/AbstractChart.type.d.ts +1 -1
  172. package/d3-chart/lib/types/component/ChartLegend/BaseLegend.type.d.ts +1 -1
  173. package/d3-chart/lib/types/component/ChartLegend/LegendItem/LegendItem.type.d.ts +2 -2
  174. package/d3-chart/lib/types/index.d.ts +5 -0
  175. package/d3-chart/lib/types/utils.d.ts +6 -0
  176. package/d3-chart/utils.d.ts +6 -0
  177. package/data-table/lib/cjs/Body.js +4 -4
  178. package/data-table/lib/cjs/DataTable.js +41 -41
  179. package/data-table/lib/cjs/Head.js +4 -4
  180. package/data-table/lib/es6/Body.js +4 -4
  181. package/data-table/lib/es6/DataTable.js +41 -41
  182. package/data-table/lib/es6/Head.js +4 -4
  183. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  184. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +26 -26
  185. package/date-picker/lib/cjs/components/InputTrigger.js +26 -26
  186. package/date-picker/lib/cjs/components/PickerAbstract.js +26 -26
  187. package/date-picker/lib/cjs/components/RangePickerAbstract.js +26 -26
  188. package/date-picker/lib/es6/components/Calendar.js +21 -21
  189. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +26 -26
  190. package/date-picker/lib/es6/components/InputTrigger.js +26 -26
  191. package/date-picker/lib/es6/components/PickerAbstract.js +26 -26
  192. package/date-picker/lib/es6/components/RangePickerAbstract.js +26 -26
  193. package/divider/lib/cjs/Divider.js +9 -9
  194. package/divider/lib/es6/Divider.js +9 -9
  195. package/dot/lib/cjs/Dot.js +10 -10
  196. package/dot/lib/es6/Dot.js +10 -10
  197. package/drag-and-drop/lib/cjs/DragAndDrop.js +12 -12
  198. package/drag-and-drop/lib/es6/DragAndDrop.js +12 -12
  199. package/dropdown/lib/cjs/Dropdown.js +2 -2
  200. package/dropdown/lib/es6/Dropdown.js +2 -2
  201. package/dropdown-menu/lib/cjs/DropdownMenu.js +23 -15
  202. package/dropdown-menu/lib/cjs/DropdownMenu.js.map +1 -1
  203. package/dropdown-menu/lib/cjs/styleScrollArea.js +6 -6
  204. package/dropdown-menu/lib/es6/DropdownMenu.js +23 -15
  205. package/dropdown-menu/lib/es6/DropdownMenu.js.map +1 -1
  206. package/dropdown-menu/lib/es6/styleScrollArea.js +6 -6
  207. package/ellipsis/lib/cjs/Ellipsis.js +10 -10
  208. package/ellipsis/lib/es6/Ellipsis.js +10 -10
  209. package/errors/lib/cjs/Error.js +9 -9
  210. package/errors/lib/es6/Error.js +9 -9
  211. package/feature-popover/lib/cjs/FeaturePopover.js +10 -10
  212. package/feature-popover/lib/es6/FeaturePopover.js +10 -10
  213. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  214. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  215. package/flags/lib/cjs/Flags.js +3 -3
  216. package/flags/lib/es6/Flags.js +3 -3
  217. package/flags/lib/sprites/sprite@1x.css +256 -256
  218. package/flags/lib/sprites/sprite@2x.css +257 -257
  219. package/flex-box/lib/cjs/Box/useBox.js +3 -3
  220. package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
  221. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
  222. package/flex-box/lib/es6/Box/useBox.js +3 -3
  223. package/flex-box/lib/es6/Flex/useFlex.js +3 -3
  224. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
  225. package/format-text/lib/cjs/FormatText.js +5 -5
  226. package/format-text/lib/es6/FormatText.js +5 -5
  227. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  228. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  229. package/grid/lib/cjs/Grid.js +114 -114
  230. package/grid/lib/es6/Grid.js +114 -114
  231. package/icon/ShareAlt/l/index.d.ts +6 -0
  232. package/icon/ShareAlt/l/index.js +38 -0
  233. package/icon/ShareAlt/l/index.mjs +26 -0
  234. package/icon/ShareAlt/m/index.d.ts +6 -0
  235. package/icon/ShareAlt/m/index.js +38 -0
  236. package/icon/ShareAlt/m/index.mjs +26 -0
  237. package/icon/color/Confluence/l/index.js +4 -4
  238. package/icon/color/Confluence/l/index.mjs +4 -4
  239. package/icon/color/Confluence/m/index.js +4 -4
  240. package/icon/color/Confluence/m/index.mjs +4 -4
  241. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  242. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  243. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  244. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  245. package/icon/lib/cjs/Icon.js +5 -5
  246. package/icon/lib/es6/Icon.js +5 -5
  247. package/icon/pay/Discover/l/index.js +1 -1
  248. package/icon/pay/Discover/l/index.mjs +1 -1
  249. package/icon/pay/Discover/m/index.js +1 -1
  250. package/icon/pay/Discover/m/index.mjs +1 -1
  251. package/icon/pay/JCB/l/index.js +10 -10
  252. package/icon/pay/JCB/l/index.mjs +10 -10
  253. package/icon/pay/JCB/m/index.js +10 -10
  254. package/icon/pay/JCB/m/index.mjs +10 -10
  255. package/icon/pay/Visa/l/index.js +2 -2
  256. package/icon/pay/Visa/l/index.mjs +2 -2
  257. package/icon/pay/Visa/m/index.js +2 -2
  258. package/icon/pay/Visa/m/index.mjs +2 -2
  259. package/illustration/lib/cjs/index.js +1 -1
  260. package/illustration/lib/es6/index.js +1 -1
  261. package/inline-edit/lib/cjs/InlineEdit.js +4 -4
  262. package/inline-edit/lib/es6/InlineEdit.js +4 -4
  263. package/inline-input/lib/cjs/InlineInput.js +18 -18
  264. package/inline-input/lib/es6/InlineInput.js +18 -18
  265. package/input/lib/cjs/Input.js +17 -17
  266. package/input/lib/es6/Input.js +17 -17
  267. package/input-mask/lib/cjs/InputMask.js +6 -6
  268. package/input-mask/lib/es6/InputMask.js +6 -6
  269. package/input-number/lib/cjs/InputNumber.js +9 -9
  270. package/input-number/lib/es6/InputNumber.js +9 -9
  271. package/input-tags/lib/cjs/InputTags.js +12 -12
  272. package/input-tags/lib/es6/InputTags.js +12 -12
  273. package/link/lib/cjs/Link.js +12 -12
  274. package/link/lib/es6/Link.js +12 -12
  275. package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
  276. package/mini-chart/lib/cjs/component/score/Line.js +17 -17
  277. package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
  278. package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
  279. package/mini-chart/lib/es6/component/score/Donut.js +9 -9
  280. package/mini-chart/lib/es6/component/score/Line.js +17 -17
  281. package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
  282. package/mini-chart/lib/es6/component/trend/Line.js +7 -7
  283. package/modal/lib/cjs/Modal.js +9 -9
  284. package/modal/lib/es6/Modal.js +9 -9
  285. package/notice/lib/cjs/Notice.js +13 -13
  286. package/notice/lib/es6/Notice.js +13 -13
  287. package/notice-bubble/lib/cjs/NoticeBubble.js +14 -12
  288. package/notice-bubble/lib/cjs/NoticeBubble.js.map +1 -1
  289. package/notice-bubble/lib/es6/NoticeBubble.js +14 -12
  290. package/notice-bubble/lib/es6/NoticeBubble.js.map +1 -1
  291. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  292. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  293. package/package.json +3 -3
  294. package/pagination/lib/cjs/Pagination.js +10 -10
  295. package/pagination/lib/es6/Pagination.js +10 -10
  296. package/pills/lib/cjs/Pills.js +13 -13
  297. package/pills/lib/es6/Pills.js +13 -13
  298. package/popper/lib/cjs/Popper.js +6 -6
  299. package/popper/lib/es6/Popper.js +6 -6
  300. package/product-head/lib/cjs/Info.js +4 -4
  301. package/product-head/lib/cjs/ProductHead.js +5 -5
  302. package/product-head/lib/cjs/Title.js +4 -4
  303. package/product-head/lib/es6/Info.js +4 -4
  304. package/product-head/lib/es6/ProductHead.js +5 -5
  305. package/product-head/lib/es6/Title.js +4 -4
  306. package/progress-bar/lib/cjs/ProgressBar.js +15 -15
  307. package/progress-bar/lib/es6/ProgressBar.js +15 -15
  308. package/radio/lib/cjs/Radio.js +16 -16
  309. package/radio/lib/es6/Radio.js +16 -16
  310. package/scroll-area/lib/cjs/ScrollArea.js +9 -9
  311. package/scroll-area/lib/cjs/ScrollBar.js +5 -5
  312. package/scroll-area/lib/es6/ScrollArea.js +9 -9
  313. package/scroll-area/lib/es6/ScrollBar.js +5 -5
  314. package/select/lib/cjs/InputSearch.js +6 -6
  315. package/select/lib/cjs/Select.js +9 -9
  316. package/select/lib/es6/InputSearch.js +6 -6
  317. package/select/lib/es6/Select.js +9 -9
  318. package/side-panel/lib/cjs/SidePanel.js +15 -15
  319. package/side-panel/lib/es6/SidePanel.js +15 -15
  320. package/skeleton/lib/cjs/Charts/Area.js +9 -9
  321. package/skeleton/lib/cjs/Charts/Bar.js +9 -9
  322. package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
  323. package/skeleton/lib/cjs/Charts/Donut.js +9 -9
  324. package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
  325. package/skeleton/lib/cjs/Charts/Line.js +9 -9
  326. package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
  327. package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
  328. package/skeleton/lib/cjs/Charts/Venn.js +9 -9
  329. package/skeleton/lib/cjs/Skeleton.js +8 -8
  330. package/skeleton/lib/es6/Charts/Area.js +9 -9
  331. package/skeleton/lib/es6/Charts/Bar.js +9 -9
  332. package/skeleton/lib/es6/Charts/Bubble.js +9 -9
  333. package/skeleton/lib/es6/Charts/Donut.js +9 -9
  334. package/skeleton/lib/es6/Charts/Histogram.js +9 -9
  335. package/skeleton/lib/es6/Charts/Line.js +9 -9
  336. package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
  337. package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
  338. package/skeleton/lib/es6/Charts/Venn.js +9 -9
  339. package/skeleton/lib/es6/Skeleton.js +8 -8
  340. package/slider/lib/cjs/Slider.js +7 -7
  341. package/slider/lib/es6/Slider.js +7 -7
  342. package/spin/lib/cjs/Spin.js +13 -13
  343. package/spin/lib/es6/Spin.js +13 -13
  344. package/spin-container/lib/cjs/SpinContainer.js +8 -8
  345. package/spin-container/lib/es6/SpinContainer.js +8 -8
  346. package/sticky/lib/cjs/Sticky.js +2 -2
  347. package/sticky/lib/es6/Sticky.js +2 -2
  348. package/switch/lib/cjs/Switch.js +21 -21
  349. package/switch/lib/es6/Switch.js +21 -21
  350. package/tab-line/lib/cjs/TabLine.js +13 -13
  351. package/tab-line/lib/es6/TabLine.js +13 -13
  352. package/tab-panel/lib/cjs/TabPanel.js +8 -8
  353. package/tab-panel/lib/es6/TabPanel.js +8 -8
  354. package/tag/lib/cjs/Tag.js +20 -20
  355. package/tag/lib/es6/Tag.js +20 -20
  356. package/textarea/lib/cjs/Textarea.js +8 -8
  357. package/textarea/lib/es6/Textarea.js +8 -8
  358. package/time-picker/lib/cjs/TimePicker.js +12 -12
  359. package/time-picker/lib/es6/TimePicker.js +12 -12
  360. package/tooltip/index.d.ts +53 -0
  361. package/tooltip/lib/cjs/Tooltip.js +165 -36
  362. package/tooltip/lib/cjs/Tooltip.js.map +1 -1
  363. package/tooltip/lib/cjs/index.d.js.map +1 -1
  364. package/tooltip/lib/cjs/index.js +14 -2
  365. package/tooltip/lib/cjs/index.js.map +1 -1
  366. package/tooltip/lib/cjs/style/tooltip.shadow.css +9 -0
  367. package/tooltip/lib/es6/Tooltip.js +162 -36
  368. package/tooltip/lib/es6/Tooltip.js.map +1 -1
  369. package/tooltip/lib/es6/index.d.js.map +1 -1
  370. package/tooltip/lib/es6/index.js +1 -1
  371. package/tooltip/lib/es6/index.js.map +1 -1
  372. package/tooltip/lib/es6/style/tooltip.shadow.css +9 -0
  373. package/tooltip/lib/types/index.d.ts +53 -0
  374. package/typography/lib/cjs/Blockquote.js +4 -4
  375. package/typography/lib/cjs/Hint.js +7 -7
  376. package/typography/lib/cjs/List.js +5 -5
  377. package/typography/lib/cjs/Text.js +34 -34
  378. package/typography/lib/es6/Blockquote.js +4 -4
  379. package/typography/lib/es6/Hint.js +7 -7
  380. package/typography/lib/es6/List.js +5 -5
  381. package/typography/lib/es6/Text.js +34 -34
  382. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  383. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
  384. package/utils/lib/injectStyle.js +1 -1
  385. package/utils/lib/injectStyle.mjs +1 -1
  386. package/utils/lib/uniqueID.js +6 -5
  387. package/utils/lib/uniqueID.js.map +1 -1
  388. package/utils/lib/uniqueID.mjs +6 -5
  389. package/utils/lib/uniqueID.mjs.map +1 -1
  390. package/utils/lib/use/useFocusLock.js +1 -1
  391. package/utils/lib/use/useFocusLock.js.map +1 -1
  392. package/utils/lib/use/useFocusLock.mjs +1 -1
  393. package/utils/lib/use/useFocusLock.mjs.map +1 -1
  394. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  395. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  396. package/wizard/lib/cjs/Wizard.js +11 -11
  397. package/wizard/lib/es6/Wizard.js +11 -11
package/components.json CHANGED
@@ -1,76 +1,76 @@
1
1
  {
2
- "@semcore/accordion": "5.24.4",
3
- "@semcore/animation": "2.19.2",
4
- "@semcore/badge": "4.18.5",
5
- "@semcore/base-trigger": "4.28.0",
6
- "@semcore/breadcrumbs": "5.24.3",
7
- "@semcore/breakpoints": "1.19.5",
8
- "@semcore/button": "5.20.5",
9
- "@semcore/card": "5.26.1",
10
- "@semcore/carousel": "3.28.3",
11
- "@semcore/checkbox": "7.22.3",
12
- "@semcore/color-picker": "2.25.4",
13
- "@semcore/core": "2.17.5",
14
- "@semcore/counter": "3.18.5",
15
- "@semcore/data-table": "4.29.0",
16
- "@semcore/date-picker": "4.31.0",
17
- "@semcore/divider": "4.18.5",
18
- "@semcore/dot": "5.18.6",
19
- "@semcore/drag-and-drop": "3.27.4",
20
- "@semcore/dropdown": "4.20.0",
21
- "@semcore/dropdown-menu": "4.23.2",
22
- "@semcore/d3-chart": "3.33.0",
23
- "@semcore/ellipsis": "2.19.4",
2
+ "@semcore/accordion": "5.25.0",
3
+ "@semcore/animation": "2.20.0",
4
+ "@semcore/badge": "4.19.0",
5
+ "@semcore/base-trigger": "4.29.0",
6
+ "@semcore/breadcrumbs": "5.25.0",
7
+ "@semcore/breakpoints": "1.20.0",
8
+ "@semcore/button": "5.21.0",
9
+ "@semcore/card": "5.27.0",
10
+ "@semcore/carousel": "3.29.0",
11
+ "@semcore/checkbox": "7.23.0",
12
+ "@semcore/color-picker": "2.26.0",
13
+ "@semcore/core": "2.18.0",
14
+ "@semcore/counter": "3.19.0",
15
+ "@semcore/data-table": "4.30.0",
16
+ "@semcore/date-picker": "4.32.0",
17
+ "@semcore/divider": "4.19.0",
18
+ "@semcore/dot": "5.19.0",
19
+ "@semcore/drag-and-drop": "3.28.0",
20
+ "@semcore/dropdown": "4.21.0",
21
+ "@semcore/dropdown-menu": "4.24.0",
22
+ "@semcore/d3-chart": "3.34.0",
23
+ "@semcore/ellipsis": "2.20.0",
24
24
  "@semcore/email": "1.0.2",
25
- "@semcore/errors": "4.23.3",
26
- "@semcore/feature-popover": "4.26.0",
27
- "@semcore/feedback-form": "6.20.3",
28
- "@semcore/flags": "4.18.6",
29
- "@semcore/flex-box": "5.19.4",
30
- "@semcore/format-text": "4.19.4",
31
- "@semcore/fullscreen-modal": "3.27.5",
32
- "@semcore/grid": "5.18.6",
33
- "@semcore/icon": "4.27.1",
34
- "@semcore/illustration": "2.17.6",
35
- "@semcore/inline-input": "4.25.3",
36
- "@semcore/inline-edit": "4.21.5",
37
- "@semcore/input": "4.20.5",
38
- "@semcore/input-mask": "5.20.6",
39
- "@semcore/input-number": "5.20.6",
40
- "@semcore/input-tags": "4.23.7",
41
- "@semcore/link": "5.22.4",
42
- "@semcore/mini-chart": "0.5.6",
43
- "@semcore/modal": "4.28.5",
44
- "@semcore/neighbor-location": "4.17.5",
45
- "@semcore/notice": "5.25.4",
46
- "@semcore/notice-global": "2.35.5",
47
- "@semcore/notice-bubble": "5.24.5",
48
- "@semcore/outside-click": "3.17.6",
49
- "@semcore/pagination": "4.28.6",
50
- "@semcore/pills": "5.20.4",
51
- "@semcore/popper": "5.21.0",
52
- "@semcore/portal": "3.17.5",
53
- "@semcore/product-head": "4.19.6",
54
- "@semcore/progress-bar": "4.18.6",
55
- "@semcore/radio": "6.22.4",
56
- "@semcore/scroll-area": "5.20.9",
57
- "@semcore/select": "4.32.10",
58
- "@semcore/side-panel": "3.26.6",
59
- "@semcore/skeleton": "5.19.6",
60
- "@semcore/slider": "4.18.6",
61
- "@semcore/spin": "5.18.5",
62
- "@semcore/spin-container": "7.19.7",
63
- "@semcore/sticky": "3.18.6",
64
- "@semcore/switch": "5.19.4",
65
- "@semcore/tab-line": "4.18.6",
66
- "@semcore/tab-panel": "4.20.4",
67
- "@semcore/tag": "5.27.4",
68
- "@semcore/textarea": "5.19.7",
69
- "@semcore/time-picker": "4.32.5",
70
- "@semcore/tooltip": "6.22.0",
71
- "@semcore/typography": "5.26.4",
72
- "@semcore/utils": "4.20.5",
73
- "@semcore/widget-empty": "4.18.6",
74
- "@semcore/wizard": "2.28.6",
75
- "@semcore/i18n-unplugin": "0.17.6"
25
+ "@semcore/errors": "4.24.0",
26
+ "@semcore/feature-popover": "4.27.0",
27
+ "@semcore/feedback-form": "6.21.0",
28
+ "@semcore/flags": "4.19.0",
29
+ "@semcore/flex-box": "5.20.0",
30
+ "@semcore/format-text": "4.20.0",
31
+ "@semcore/fullscreen-modal": "3.28.0",
32
+ "@semcore/grid": "5.19.0",
33
+ "@semcore/icon": "4.28.0",
34
+ "@semcore/illustration": "2.18.0",
35
+ "@semcore/inline-input": "4.26.0",
36
+ "@semcore/inline-edit": "4.22.0",
37
+ "@semcore/input": "4.21.0",
38
+ "@semcore/input-mask": "5.21.0",
39
+ "@semcore/input-number": "5.21.0",
40
+ "@semcore/input-tags": "4.24.0",
41
+ "@semcore/link": "5.23.0",
42
+ "@semcore/mini-chart": "0.6.0",
43
+ "@semcore/modal": "4.29.0",
44
+ "@semcore/neighbor-location": "4.18.0",
45
+ "@semcore/notice": "5.26.0",
46
+ "@semcore/notice-global": "2.36.0",
47
+ "@semcore/notice-bubble": "5.25.0",
48
+ "@semcore/outside-click": "3.18.0",
49
+ "@semcore/pagination": "4.29.0",
50
+ "@semcore/pills": "5.21.0",
51
+ "@semcore/popper": "5.22.0",
52
+ "@semcore/portal": "3.18.0",
53
+ "@semcore/product-head": "4.20.0",
54
+ "@semcore/progress-bar": "4.19.0",
55
+ "@semcore/radio": "6.23.0",
56
+ "@semcore/scroll-area": "5.21.0",
57
+ "@semcore/select": "4.33.0",
58
+ "@semcore/side-panel": "3.27.0",
59
+ "@semcore/skeleton": "5.20.0",
60
+ "@semcore/slider": "4.19.0",
61
+ "@semcore/spin": "5.19.0",
62
+ "@semcore/spin-container": "7.20.0",
63
+ "@semcore/sticky": "3.19.0",
64
+ "@semcore/switch": "5.20.0",
65
+ "@semcore/tab-line": "4.19.0",
66
+ "@semcore/tab-panel": "4.21.0",
67
+ "@semcore/tag": "5.28.0",
68
+ "@semcore/textarea": "5.20.0",
69
+ "@semcore/time-picker": "4.33.0",
70
+ "@semcore/tooltip": "6.23.0",
71
+ "@semcore/typography": "5.27.0",
72
+ "@semcore/utils": "4.21.0",
73
+ "@semcore/widget-empty": "4.19.0",
74
+ "@semcore/wizard": "2.29.0",
75
+ "@semcore/i18n-unplugin": "0.17.7"
76
76
  }
@@ -30,16 +30,16 @@ Object.keys(_AnimatedNumber).forEach(function (key) {
30
30
  });
31
31
  });
32
32
  /*__reshadow-styles__:"./style/counter.shadow.css"*/
33
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SCounter_1p00l_gg_{display:inline-flex;align-items:center;justify-content:center;line-height:normal;box-sizing:border-box;vertical-align:middle;border-radius:var(--intergalactic-counter-rounded, 12px);font-weight:var(--intergalactic-medium, 500);color:var(--intergalactic-text-secondary, #6c6e79);background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SCounter_1p00l_gg_._size_m_1p00l_gg_{height:16px;min-width:16px;font-size:var(--intergalactic-fs-50, 10px);padding:var(--intergalactic-spacing-1x, 4px)}.___SCounter_1p00l_gg_._size_l_1p00l_gg_,.___SCounter_1p00l_gg_._size_xl_1p00l_gg_{padding:var(--intergalactic-spacing-05x, 2px) calc(var(--intergalactic-spacing-05x, 2px) + var(--intergalactic-spacing-1x, 4px))}.___SCounter_1p00l_gg_._size_l_1p00l_gg_{height:20px;min-width:20px;font-size:var(--intergalactic-fs-100, 12px)}.___SCounter_1p00l_gg_._size_xl_1p00l_gg_{height:24px;min-width:24px;font-size:var(--intergalactic-fs-200, 14px)}.___SCounter_1p00l_gg_.__theme_1p00l_gg_{border-color:transparent;position:relative;background:var(--theme_1p00l);color:var(--theme_1p00l)}.___SCounter_1p00l_gg_.__theme_1p00l_gg_ .___SText_1p00l_gg_{filter:invert(1) saturate(0) contrast(10) brightness(10)}.___SText_1p00l_gg_{display:inline}.___SCounter_1p00l_gg_._theme_warning_1p00l_gg_{border-color:transparent;background:var(--intergalactic-bg-primary-warning, #ff642d);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SCounter_1p00l_gg_._theme_danger_1p00l_gg_{border-color:transparent;background:var(--intergalactic-bg-primary-critical, #ff4953);color:var(--intergalactic-text-primary-invert, #ffffff)}" /*__inner_css_end__*/, "1p00l_gg_") /*__reshadow_css_end__*/, {
34
- "__SCounter": "___SCounter_1p00l_gg_",
35
- "_size_m": "_size_m_1p00l_gg_",
36
- "_size_l": "_size_l_1p00l_gg_",
37
- "_size_xl": "_size_xl_1p00l_gg_",
38
- "_theme": "__theme_1p00l_gg_",
39
- "--theme": "--theme_1p00l",
40
- "__SText": "___SText_1p00l_gg_",
41
- "_theme_warning": "_theme_warning_1p00l_gg_",
42
- "_theme_danger": "_theme_danger_1p00l_gg_"
33
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SCounter_726fk_gg_{display:inline-flex;align-items:center;justify-content:center;line-height:normal;box-sizing:border-box;vertical-align:middle;border-radius:var(--intergalactic-counter-rounded, 12px);font-weight:var(--intergalactic-medium, 500);color:var(--intergalactic-text-secondary, #6c6e79);background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SCounter_726fk_gg_._size_m_726fk_gg_{height:16px;min-width:16px;font-size:var(--intergalactic-fs-50, 10px);padding:var(--intergalactic-spacing-1x, 4px)}.___SCounter_726fk_gg_._size_l_726fk_gg_,.___SCounter_726fk_gg_._size_xl_726fk_gg_{padding:var(--intergalactic-spacing-05x, 2px) calc(var(--intergalactic-spacing-05x, 2px) + var(--intergalactic-spacing-1x, 4px))}.___SCounter_726fk_gg_._size_l_726fk_gg_{height:20px;min-width:20px;font-size:var(--intergalactic-fs-100, 12px)}.___SCounter_726fk_gg_._size_xl_726fk_gg_{height:24px;min-width:24px;font-size:var(--intergalactic-fs-200, 14px)}.___SCounter_726fk_gg_.__theme_726fk_gg_{border-color:transparent;position:relative;background:var(--theme_726fk);color:var(--theme_726fk)}.___SCounter_726fk_gg_.__theme_726fk_gg_ .___SText_726fk_gg_{filter:invert(1) saturate(0) contrast(10) brightness(10)}.___SText_726fk_gg_{display:inline}.___SCounter_726fk_gg_._theme_warning_726fk_gg_{border-color:transparent;background:var(--intergalactic-bg-primary-warning, #ff642d);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SCounter_726fk_gg_._theme_danger_726fk_gg_{border-color:transparent;background:var(--intergalactic-bg-primary-critical, #ff4953);color:var(--intergalactic-text-primary-invert, #ffffff)}" /*__inner_css_end__*/, "726fk_gg_") /*__reshadow_css_end__*/, {
34
+ "__SCounter": "___SCounter_726fk_gg_",
35
+ "_size_m": "_size_m_726fk_gg_",
36
+ "_size_l": "_size_l_726fk_gg_",
37
+ "_size_xl": "_size_xl_726fk_gg_",
38
+ "_theme": "__theme_726fk_gg_",
39
+ "--theme": "--theme_726fk",
40
+ "__SText": "___SText_726fk_gg_",
41
+ "_theme_warning": "_theme_warning_726fk_gg_",
42
+ "_theme_danger": "_theme_danger_726fk_gg_"
43
43
  });
44
44
  var Counter = /*#__PURE__*/function (_Component) {
45
45
  (0, _inherits2["default"])(Counter, _Component);
@@ -11,16 +11,16 @@ import createComponent, { Component, sstyled, Root } from 'intergalactic/core';
11
11
  import { Box } from 'intergalactic/flex-box';
12
12
  import resolveColorEnhance from 'intergalactic/utils/lib/enhances/resolveColorEnhance';
13
13
  /*__reshadow-styles__:"./style/counter.shadow.css"*/
14
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SCounter_1p00l_gg_{display:inline-flex;align-items:center;justify-content:center;line-height:normal;box-sizing:border-box;vertical-align:middle;border-radius:var(--intergalactic-counter-rounded, 12px);font-weight:var(--intergalactic-medium, 500);color:var(--intergalactic-text-secondary, #6c6e79);background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SCounter_1p00l_gg_._size_m_1p00l_gg_{height:16px;min-width:16px;font-size:var(--intergalactic-fs-50, 10px);padding:var(--intergalactic-spacing-1x, 4px)}.___SCounter_1p00l_gg_._size_l_1p00l_gg_,.___SCounter_1p00l_gg_._size_xl_1p00l_gg_{padding:var(--intergalactic-spacing-05x, 2px) calc(var(--intergalactic-spacing-05x, 2px) + var(--intergalactic-spacing-1x, 4px))}.___SCounter_1p00l_gg_._size_l_1p00l_gg_{height:20px;min-width:20px;font-size:var(--intergalactic-fs-100, 12px)}.___SCounter_1p00l_gg_._size_xl_1p00l_gg_{height:24px;min-width:24px;font-size:var(--intergalactic-fs-200, 14px)}.___SCounter_1p00l_gg_.__theme_1p00l_gg_{border-color:transparent;position:relative;background:var(--theme_1p00l);color:var(--theme_1p00l)}.___SCounter_1p00l_gg_.__theme_1p00l_gg_ .___SText_1p00l_gg_{filter:invert(1) saturate(0) contrast(10) brightness(10)}.___SText_1p00l_gg_{display:inline}.___SCounter_1p00l_gg_._theme_warning_1p00l_gg_{border-color:transparent;background:var(--intergalactic-bg-primary-warning, #ff642d);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SCounter_1p00l_gg_._theme_danger_1p00l_gg_{border-color:transparent;background:var(--intergalactic-bg-primary-critical, #ff4953);color:var(--intergalactic-text-primary-invert, #ffffff)}" /*__inner_css_end__*/, "1p00l_gg_") /*__reshadow_css_end__*/, {
15
- "__SCounter": "___SCounter_1p00l_gg_",
16
- "_size_m": "_size_m_1p00l_gg_",
17
- "_size_l": "_size_l_1p00l_gg_",
18
- "_size_xl": "_size_xl_1p00l_gg_",
19
- "_theme": "__theme_1p00l_gg_",
20
- "--theme": "--theme_1p00l",
21
- "__SText": "___SText_1p00l_gg_",
22
- "_theme_warning": "_theme_warning_1p00l_gg_",
23
- "_theme_danger": "_theme_danger_1p00l_gg_"
14
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SCounter_726fk_gg_{display:inline-flex;align-items:center;justify-content:center;line-height:normal;box-sizing:border-box;vertical-align:middle;border-radius:var(--intergalactic-counter-rounded, 12px);font-weight:var(--intergalactic-medium, 500);color:var(--intergalactic-text-secondary, #6c6e79);background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SCounter_726fk_gg_._size_m_726fk_gg_{height:16px;min-width:16px;font-size:var(--intergalactic-fs-50, 10px);padding:var(--intergalactic-spacing-1x, 4px)}.___SCounter_726fk_gg_._size_l_726fk_gg_,.___SCounter_726fk_gg_._size_xl_726fk_gg_{padding:var(--intergalactic-spacing-05x, 2px) calc(var(--intergalactic-spacing-05x, 2px) + var(--intergalactic-spacing-1x, 4px))}.___SCounter_726fk_gg_._size_l_726fk_gg_{height:20px;min-width:20px;font-size:var(--intergalactic-fs-100, 12px)}.___SCounter_726fk_gg_._size_xl_726fk_gg_{height:24px;min-width:24px;font-size:var(--intergalactic-fs-200, 14px)}.___SCounter_726fk_gg_.__theme_726fk_gg_{border-color:transparent;position:relative;background:var(--theme_726fk);color:var(--theme_726fk)}.___SCounter_726fk_gg_.__theme_726fk_gg_ .___SText_726fk_gg_{filter:invert(1) saturate(0) contrast(10) brightness(10)}.___SText_726fk_gg_{display:inline}.___SCounter_726fk_gg_._theme_warning_726fk_gg_{border-color:transparent;background:var(--intergalactic-bg-primary-warning, #ff642d);color:var(--intergalactic-text-primary-invert, #ffffff)}.___SCounter_726fk_gg_._theme_danger_726fk_gg_{border-color:transparent;background:var(--intergalactic-bg-primary-critical, #ff4953);color:var(--intergalactic-text-primary-invert, #ffffff)}" /*__inner_css_end__*/, "726fk_gg_") /*__reshadow_css_end__*/, {
15
+ "__SCounter": "___SCounter_726fk_gg_",
16
+ "_size_m": "_size_m_726fk_gg_",
17
+ "_size_l": "_size_l_726fk_gg_",
18
+ "_size_xl": "_size_xl_726fk_gg_",
19
+ "_theme": "__theme_726fk_gg_",
20
+ "--theme": "--theme_726fk",
21
+ "__SText": "___SText_726fk_gg_",
22
+ "_theme_warning": "_theme_warning_726fk_gg_",
23
+ "_theme_danger": "_theme_danger_726fk_gg_"
24
24
  });
25
25
  var Counter = /*#__PURE__*/function (_Component) {
26
26
  _inherits(Counter, _Component);
@@ -23,7 +23,7 @@ export type AreaProps = Context & {
23
23
  duration?: number;
24
24
  /** Enables element transparency */
25
25
  transparent?: boolean;
26
- /** Enables charts patterns that enhances charts accessability */
26
+ /** Enables charts patterns that enhances charts accessibility */
27
27
  patterns?: PatternsConfig;
28
28
  };
29
29
 
package/d3-chart/Bar.d.ts CHANGED
@@ -37,7 +37,7 @@ export type BarProps = Context & {
37
37
  * The maximum width of each Bar
38
38
  */
39
39
  maxBarSize?: number;
40
- /** Enables charts patterns that enhances charts accessability */
40
+ /** Enables charts patterns that enhances charts accessibility */
41
41
  patterns?: PatternsConfig;
42
42
  };
43
43
 
@@ -27,7 +27,7 @@ export type BubbleProps = Context & {
27
27
  duration?: number;
28
28
  /** Enables element transparency */
29
29
  transparent?: boolean;
30
- /** Enables charts patterns that enhances charts accessability */
30
+ /** Enables charts patterns that enhances charts accessibility */
31
31
  patterns?: PatternsConfig;
32
32
  };
33
33
 
@@ -25,7 +25,7 @@ export type DonutProps = Context & {
25
25
  * @default 0
26
26
  */
27
27
  paddingAngle?: number;
28
- /** Enables charts patterns that enhances charts accessability */
28
+ /** Enables charts patterns that enhances charts accessibility */
29
29
  patterns?: PatternsConfig;
30
30
  };
31
31
 
@@ -27,7 +27,7 @@ export type HorizontalBarProps = Context & {
27
27
  * The maximum width of each Bar
28
28
  */
29
29
  maxBarSize?: number;
30
- /** Enables charts patterns that enhances charts accessability */
30
+ /** Enables charts patterns that enhances charts accessibility */
31
31
  patterns?: PatternsConfig;
32
32
  };
33
33
 
@@ -24,7 +24,7 @@ export type LineProps = Context & {
24
24
  duration?: number;
25
25
  /** Enables element transparency */
26
26
  transparent?: boolean;
27
- /** Enables charts patterns that enhances charts accessability */
27
+ /** Enables charts patterns that enhances charts accessibility */
28
28
  patterns?: PatternsConfig;
29
29
  };
30
30
 
@@ -28,7 +28,7 @@ export type PlotProps = Context &
28
28
  /** Optional prop to tune up alt text generating for charts */
29
29
  a11yAltTextConfig?: PlotSummarizerConfig;
30
30
 
31
- /** Enables charts patterns that enhances charts accessability */
31
+ /** Enables charts patterns that enhances charts accessibility */
32
32
  patterns?: PatternsConfig;
33
33
 
34
34
  /** @deprecated */
@@ -36,7 +36,7 @@ export type RadarProps = Context & {
36
36
  * @example Math.PI/3
37
37
  * */
38
38
  angleOffset?: number;
39
- /** Enables charts patterns that enhances charts accessability */
39
+ /** Enables charts patterns that enhances charts accessibility */
40
40
  patterns?: PatternsConfig;
41
41
  };
42
42
 
@@ -155,7 +155,7 @@ export type RadialTreeRadianCapProps = {
155
155
  transparent?: boolean;
156
156
  ['data-radial-animation']?: `${string}-cap-circle`;
157
157
  ['data-radian-index']?: number;
158
- /** Enables charts patterns that enhances charts accessability */
158
+ /** Enables charts patterns that enhances charts accessibility */
159
159
  patterns?: PatternsConfig;
160
160
  };
161
161
  type RadialTreeRadianCapAsProps = RadialTreeRadianCapProps & {
@@ -27,7 +27,7 @@ export type ScatterPlotProps = Context & {
27
27
  r?: number;
28
28
  /** Enables element transparency */
29
29
  transparent?: boolean;
30
- /** Enables charts patterns that enhances charts accessability */
30
+ /** Enables charts patterns that enhances charts accessibility */
31
31
  patterns?: PatternsConfig;
32
32
  };
33
33
 
@@ -21,7 +21,7 @@ export type StackBarProps = Context & {
21
21
  */
22
22
  maxBarSize?: number;
23
23
 
24
- /** Enables charts patterns that enhances charts accessability */
24
+ /** Enables charts patterns that enhances charts accessibility */
25
25
  patterns?: PatternsConfig;
26
26
  };
27
27
 
@@ -16,7 +16,7 @@ export type StackedAreaProps = Context & {
16
16
  /** @deprecated */
17
17
  stack?: any;
18
18
 
19
- /** Enables charts patterns that enhances charts accessability */
19
+ /** Enables charts patterns that enhances charts accessibility */
20
20
  patterns?: PatternsConfig;
21
21
  };
22
22
 
@@ -19,7 +19,7 @@ export type VennProps = Context &
19
19
  * @default (circle1, circle2) => circle2.radius - circle1.radius
20
20
  */
21
21
  orientationOrder?: (c1: number, c2: number) => number;
22
- /** Enables charts patterns that enhances charts accessability */
22
+ /** Enables charts patterns that enhances charts accessibility */
23
23
  patterns?: PatternsConfig;
24
24
  };
25
25
 
@@ -48,7 +48,7 @@ export type BaseChartProps<T extends ListData | ObjectData> = FlexProps & {
48
48
  * Height of plot
49
49
  */
50
50
  plotHeight: number;
51
- /** Enables charts patterns that enhances charts accessability */
51
+ /** Enables charts patterns that enhances charts accessibility */
52
52
  patterns?: PatternsConfig;
53
53
  /**
54
54
  * Margin (for Y axis points) from left side of chart container to Y axis
@@ -25,6 +25,6 @@ export type LegendProps = BoxProps & BaseChartLegendProps & {
25
25
  * Legend items
26
26
  */
27
27
  items: LegendItem[];
28
- /** Enables charts patterns that enhances charts accessability */
28
+ /** Enables charts patterns that enhances charts accessibility */
29
29
  patterns?: PatternsConfig;
30
30
  };
@@ -38,7 +38,7 @@ export type LegendItem = {
38
38
  count: number;
39
39
  };
40
40
  patternKey?: string;
41
- /** Enables patterns symbols that enhances charts accessability */
41
+ /** Enables patterns symbols that enhances charts accessibility */
42
42
  patterns?: PatternsConfig;
43
43
  };
44
44
  export type LegendItemProps = LegendItem & {
@@ -55,7 +55,7 @@ export type LegendItemProps = LegendItem & {
55
55
  * !Need to redefine onClick, because we don't have `event` in it.
56
56
  */
57
57
  onClick: () => void;
58
- /** Enables patterns symbols that enhances charts accessability */
58
+ /** Enables patterns symbols that enhances charts accessibility */
59
59
  patterns?: PatternsConfig;
60
60
  };
61
61
  export type ShapeProps = LegendItem & {
@@ -1,6 +1,11 @@
1
1
  // Utils
2
2
  export declare function minMax(data: any, key: string | number): any;
3
3
  export declare const interpolateValue: Symbol;
4
+ export declare function calculateBubbleDomain(
5
+ data: Array<{ value: number; x: number; y: number }>,
6
+ key: 'x' | 'y',
7
+ range: [number, number],
8
+ ): [min: number, max: number];
4
9
 
5
10
  export { makeDataHintsContainer } from './a11y/hints';
6
11
 
@@ -22,17 +22,17 @@ var _utils = require("./utils");
22
22
  var _AnimatedClipPath = _interopRequireDefault(require("./AnimatedClipPath"));
23
23
  var _Pattern = require("./Pattern");
24
24
  /*__reshadow-styles__:"./style/area.shadow.css"*/
25
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SArea_wi0ir_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_wi0ir_gg_.__color_wi0ir_gg_{fill:var(--color_wi0ir)}.___SArea_wi0ir_gg_.__pattern_wi0ir_gg_{fill:var(--pattern_wi0ir);fill-opacity:.7}.___SArea_wi0ir_gg_.__transparent_wi0ir_gg_{opacity:.3}.___SAreaLine_wi0ir_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_wi0ir_gg_.__color_wi0ir_gg_{stroke:var(--color_wi0ir)}.___SAreaLine_wi0ir_gg_.__transparent_wi0ir_gg_{opacity:.3}.___SAreaLine_wi0ir_gg_,.___SArea_wi0ir_gg_{transition-property:d;transition-duration:var(--duration_wi0ir);transition-timing-function:ease-in-out}.___SNull_wi0ir_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_wi0ir_gg_.__hide_wi0ir_gg_{display:none}" /*__inner_css_end__*/, "wi0ir_gg_") /*__reshadow_css_end__*/, {
26
- "__SArea": "___SArea_wi0ir_gg_",
27
- "_color": "__color_wi0ir_gg_",
28
- "--color": "--color_wi0ir",
29
- "_pattern": "__pattern_wi0ir_gg_",
30
- "--pattern": "--pattern_wi0ir",
31
- "_transparent": "__transparent_wi0ir_gg_",
32
- "__SAreaLine": "___SAreaLine_wi0ir_gg_",
33
- "--duration": "--duration_wi0ir",
34
- "__SNull": "___SNull_wi0ir_gg_",
35
- "_hide": "__hide_wi0ir_gg_"
25
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SArea_sxfhx_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_sxfhx_gg_.__color_sxfhx_gg_{fill:var(--color_sxfhx)}.___SArea_sxfhx_gg_.__pattern_sxfhx_gg_{fill:var(--pattern_sxfhx);fill-opacity:.7}.___SArea_sxfhx_gg_.__transparent_sxfhx_gg_{opacity:.3}.___SAreaLine_sxfhx_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_sxfhx_gg_.__color_sxfhx_gg_{stroke:var(--color_sxfhx)}.___SAreaLine_sxfhx_gg_.__transparent_sxfhx_gg_{opacity:.3}.___SAreaLine_sxfhx_gg_,.___SArea_sxfhx_gg_{transition-property:d;transition-duration:var(--duration_sxfhx);transition-timing-function:ease-in-out}.___SNull_sxfhx_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_sxfhx_gg_.__hide_sxfhx_gg_{display:none}" /*__inner_css_end__*/, "sxfhx_gg_") /*__reshadow_css_end__*/, {
26
+ "__SArea": "___SArea_sxfhx_gg_",
27
+ "_color": "__color_sxfhx_gg_",
28
+ "--color": "--color_sxfhx",
29
+ "_pattern": "__pattern_sxfhx_gg_",
30
+ "--pattern": "--pattern_sxfhx",
31
+ "_transparent": "__transparent_sxfhx_gg_",
32
+ "__SAreaLine": "___SAreaLine_sxfhx_gg_",
33
+ "--duration": "--duration_sxfhx",
34
+ "__SNull": "___SNull_sxfhx_gg_",
35
+ "_hide": "__hide_sxfhx_gg_"
36
36
  });
37
37
  var AreaRoot = /*#__PURE__*/function (_Component) {
38
38
  (0, _inherits2["default"])(AreaRoot, _Component);
@@ -18,20 +18,20 @@ var _createElement = _interopRequireDefault(require("./createElement"));
18
18
  var _utils = require("./utils");
19
19
  var _MAP_POSITION_AXIS, _MAP_POSITION_TICK;
20
20
  /*__reshadow-styles__:"./style/axis.shadow.css"*/
21
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SAxis_nu7b7_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SAxis_nu7b7_gg_.__hide_nu7b7_gg_,.___STick_nu7b7_gg_.__hide_nu7b7_gg_{display:none}.___STick_nu7b7_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79)}.___SGrid_nu7b7_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, #e0e1e9)}.___STitle_nu7b7_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, #6c6e79);transform-origin:var(--transform-origin_nu7b7)}.___STitle_nu7b7_gg_._position_top_nu7b7_gg_{text-anchor:middle}.___STitle_nu7b7_gg_._position_bottom_nu7b7_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_nu7b7_gg_._position_left_nu7b7_gg_,.___STitle_nu7b7_gg_._position_right_nu7b7_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___STitle_nu7b7_gg_._position_left_nu7b7_gg_.__verticalWritingMode_nu7b7_gg_,.___STitle_nu7b7_gg_._position_right_nu7b7_gg_.__verticalWritingMode_nu7b7_gg_{writing-mode:vertical-rl;transform:none}.___STick_nu7b7_gg_._position_top_nu7b7_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_nu7b7_gg_._position_bottom_nu7b7_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_nu7b7_gg_._position_right_nu7b7_gg_{transform:translateX(16px);text-anchor:start;dominant-baseline:middle}.___STick_nu7b7_gg_._position_left_nu7b7_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_nu7b7_gg_._position_custom_0_nu7b7_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_nu7b7_gg_._position_custom_1_nu7b7_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}" /*__inner_css_end__*/, "nu7b7_gg_") /*__reshadow_css_end__*/, {
22
- "__SAxis": "___SAxis_nu7b7_gg_",
23
- "_hide": "__hide_nu7b7_gg_",
24
- "__STick": "___STick_nu7b7_gg_",
25
- "__SGrid": "___SGrid_nu7b7_gg_",
26
- "__STitle": "___STitle_nu7b7_gg_",
27
- "--transform-origin": "--transform-origin_nu7b7",
28
- "_position_top": "_position_top_nu7b7_gg_",
29
- "_position_bottom": "_position_bottom_nu7b7_gg_",
30
- "_position_right": "_position_right_nu7b7_gg_",
31
- "_position_left": "_position_left_nu7b7_gg_",
32
- "_verticalWritingMode": "__verticalWritingMode_nu7b7_gg_",
33
- "_position_custom_0": "_position_custom_0_nu7b7_gg_",
34
- "_position_custom_1": "_position_custom_1_nu7b7_gg_"
21
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SAxis_1dnr0_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SAxis_1dnr0_gg_.__hide_1dnr0_gg_,.___STick_1dnr0_gg_.__hide_1dnr0_gg_{display:none}.___STick_1dnr0_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79)}.___SGrid_1dnr0_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, #e0e1e9)}.___STitle_1dnr0_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, #6c6e79);transform-origin:var(--transform-origin_1dnr0)}.___STitle_1dnr0_gg_._position_top_1dnr0_gg_{text-anchor:middle}.___STitle_1dnr0_gg_._position_bottom_1dnr0_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_1dnr0_gg_._position_left_1dnr0_gg_,.___STitle_1dnr0_gg_._position_right_1dnr0_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___STitle_1dnr0_gg_._position_left_1dnr0_gg_.__verticalWritingMode_1dnr0_gg_,.___STitle_1dnr0_gg_._position_right_1dnr0_gg_.__verticalWritingMode_1dnr0_gg_{writing-mode:vertical-rl;transform:none}.___STick_1dnr0_gg_._position_top_1dnr0_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_1dnr0_gg_._position_bottom_1dnr0_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_1dnr0_gg_._position_right_1dnr0_gg_{transform:translateX(16px);text-anchor:start;dominant-baseline:middle}.___STick_1dnr0_gg_._position_left_1dnr0_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}.___STick_1dnr0_gg_._position_custom_0_1dnr0_gg_{transform:translateY(12px);text-anchor:middle;dominant-baseline:hanging}.___STick_1dnr0_gg_._position_custom_1_1dnr0_gg_{transform:translateX(-16px);text-anchor:end;dominant-baseline:middle}" /*__inner_css_end__*/, "1dnr0_gg_") /*__reshadow_css_end__*/, {
22
+ "__SAxis": "___SAxis_1dnr0_gg_",
23
+ "_hide": "__hide_1dnr0_gg_",
24
+ "__STick": "___STick_1dnr0_gg_",
25
+ "__SGrid": "___SGrid_1dnr0_gg_",
26
+ "__STitle": "___STitle_1dnr0_gg_",
27
+ "--transform-origin": "--transform-origin_1dnr0",
28
+ "_position_top": "_position_top_1dnr0_gg_",
29
+ "_position_bottom": "_position_bottom_1dnr0_gg_",
30
+ "_position_right": "_position_right_1dnr0_gg_",
31
+ "_position_left": "_position_left_1dnr0_gg_",
32
+ "_verticalWritingMode": "__verticalWritingMode_1dnr0_gg_",
33
+ "_position_custom_0": "_position_custom_0_1dnr0_gg_",
34
+ "_position_custom_1": "_position_custom_1_1dnr0_gg_"
35
35
  });
36
36
  var CUSTOM_0 = Symbol('custom_0');
37
37
  var CUSTOM_1 = Symbol('custom_1');
@@ -20,16 +20,16 @@ var _AnimatedClipPath = _interopRequireDefault(require("./AnimatedClipPath"));
20
20
  var _utils = require("./utils");
21
21
  var _Pattern = require("./Pattern");
22
22
  /*__reshadow-styles__:"./style/bar.shadow.css"*/
23
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SBar_inbg2_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_inbg2);transition-timing-function:ease-in-out}.___SBar_inbg2_gg_.__color_inbg2_gg_{fill:var(--color_inbg2)}.___SBar_inbg2_gg_.__pattern_inbg2_gg_.__color_inbg2_gg_{fill:var(--pattern_inbg2);stroke:var(--color_inbg2);stroke-width:1px}.___SBar_inbg2_gg_.__hide_inbg2_gg_{display:none}.___SBar_inbg2_gg_.__transparent_inbg2_gg_{opacity:.3}.___SBackground_inbg2_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}" /*__inner_css_end__*/, "inbg2_gg_") /*__reshadow_css_end__*/, {
24
- "__SBar": "___SBar_inbg2_gg_",
25
- "--duration": "--duration_inbg2",
26
- "_color": "__color_inbg2_gg_",
27
- "--color": "--color_inbg2",
28
- "_pattern": "__pattern_inbg2_gg_",
29
- "--pattern": "--pattern_inbg2",
30
- "_hide": "__hide_inbg2_gg_",
31
- "_transparent": "__transparent_inbg2_gg_",
32
- "__SBackground": "___SBackground_inbg2_gg_"
23
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SBar_h5qi3_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_h5qi3);transition-timing-function:ease-in-out}.___SBar_h5qi3_gg_.__color_h5qi3_gg_{fill:var(--color_h5qi3)}.___SBar_h5qi3_gg_.__pattern_h5qi3_gg_.__color_h5qi3_gg_{fill:var(--pattern_h5qi3);stroke:var(--color_h5qi3);stroke-width:1px}.___SBar_h5qi3_gg_.__hide_h5qi3_gg_{display:none}.___SBar_h5qi3_gg_.__transparent_h5qi3_gg_{opacity:.3}.___SBackground_h5qi3_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}" /*__inner_css_end__*/, "h5qi3_gg_") /*__reshadow_css_end__*/, {
24
+ "__SBar": "___SBar_h5qi3_gg_",
25
+ "--duration": "--duration_h5qi3",
26
+ "_color": "__color_h5qi3_gg_",
27
+ "--color": "--color_h5qi3",
28
+ "_pattern": "__pattern_h5qi3_gg_",
29
+ "--pattern": "--pattern_h5qi3",
30
+ "_hide": "__hide_h5qi3_gg_",
31
+ "_transparent": "__transparent_h5qi3_gg_",
32
+ "__SBackground": "___SBackground_h5qi3_gg_"
33
33
  });
34
34
  var MIN_HEIGHT = 2;
35
35
  exports.MIN_HEIGHT = MIN_HEIGHT;
@@ -23,18 +23,18 @@ var _utils = require("./utils");
23
23
  var _Tooltip = _interopRequireDefault(require("./Tooltip"));
24
24
  var _Pattern = require("./Pattern");
25
25
  /*__reshadow-styles__:"./style/bubble.shadow.css"*/
26
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SBubble_1e0hr_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px;transition-property:cx,cy;transition-duration:var(--duration_1e0hr);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_1e0hr_gg_:hover{opacity:.8}}.___SBubble_1e0hr_gg_.__color_1e0hr_gg_{fill:var(--color_1e0hr)}.___SBubble_1e0hr_gg_.__pattern_1e0hr_gg_.__color_1e0hr_gg_{fill:var(--pattern_1e0hr);stroke:var(--color_1e0hr);stroke-width:1px}.___SBubble_1e0hr_gg_.__transparent_1e0hr_gg_{opacity:.3}.___SCenter_1e0hr_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SCenter_1e0hr_gg_.__color_1e0hr_gg_{stroke:var(--color_1e0hr)}.___SCenter_1e0hr_gg_.__transparent_1e0hr_gg_{opacity:.3}.___SLabel_1e0hr_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLabel_1e0hr_gg_._position_right_1e0hr_gg_{text-anchor:end}.___SLabel_1e0hr_gg_._position_left_1e0hr_gg_{text-anchor:start}.___SLabel_1e0hr_gg_.__color_1e0hr_gg_{fill:var(--color_1e0hr)}.___SLabel_1e0hr_gg_.__transparent_1e0hr_gg_{opacity:.3}" /*__inner_css_end__*/, "1e0hr_gg_") /*__reshadow_css_end__*/, {
27
- "__SBubble": "___SBubble_1e0hr_gg_",
28
- "_color": "__color_1e0hr_gg_",
29
- "--color": "--color_1e0hr",
30
- "_pattern": "__pattern_1e0hr_gg_",
31
- "--pattern": "--pattern_1e0hr",
32
- "_transparent": "__transparent_1e0hr_gg_",
33
- "__SCenter": "___SCenter_1e0hr_gg_",
34
- "__SLabel": "___SLabel_1e0hr_gg_",
35
- "_position_right": "_position_right_1e0hr_gg_",
36
- "_position_left": "_position_left_1e0hr_gg_",
37
- "--duration": "--duration_1e0hr"
26
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SBubble_sh245_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px;transition-property:cx,cy;transition-duration:var(--duration_sh245);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_sh245_gg_:hover{opacity:.8}}.___SBubble_sh245_gg_.__color_sh245_gg_{fill:var(--color_sh245)}.___SBubble_sh245_gg_.__pattern_sh245_gg_.__color_sh245_gg_{fill:var(--pattern_sh245);stroke:var(--color_sh245);stroke-width:1px}.___SBubble_sh245_gg_.__transparent_sh245_gg_{opacity:.3}.___SCenter_sh245_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SCenter_sh245_gg_.__color_sh245_gg_{stroke:var(--color_sh245)}.___SCenter_sh245_gg_.__transparent_sh245_gg_{opacity:.3}.___SLabel_sh245_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLabel_sh245_gg_._position_right_sh245_gg_{text-anchor:end}.___SLabel_sh245_gg_._position_left_sh245_gg_{text-anchor:start}.___SLabel_sh245_gg_.__color_sh245_gg_{fill:var(--color_sh245)}.___SLabel_sh245_gg_.__transparent_sh245_gg_{opacity:.3}" /*__inner_css_end__*/, "sh245_gg_") /*__reshadow_css_end__*/, {
27
+ "__SBubble": "___SBubble_sh245_gg_",
28
+ "_color": "__color_sh245_gg_",
29
+ "--color": "--color_sh245",
30
+ "_pattern": "__pattern_sh245_gg_",
31
+ "--pattern": "--pattern_sh245",
32
+ "_transparent": "__transparent_sh245_gg_",
33
+ "__SCenter": "___SCenter_sh245_gg_",
34
+ "__SLabel": "___SLabel_sh245_gg_",
35
+ "_position_right": "_position_right_sh245_gg_",
36
+ "_position_left": "_position_left_sh245_gg_",
37
+ "--duration": "--duration_sh245"
38
38
  });
39
39
  var BubbleRoot = /*#__PURE__*/function (_Component) {
40
40
  (0, _inherits2["default"])(BubbleRoot, _Component);
@@ -28,15 +28,15 @@ var _Tooltip = _interopRequireDefault(require("./Tooltip"));
28
28
  var _Pattern = require("./Pattern");
29
29
  var _excluded = ["Element", "styles", "d3Arc", "data", "color", "$animationActivePie", "active", "d3ArcOut", "name", "dataKey", "dataHintsHandler", "transparent", "innerRadius", "outerRadius", "resolveColor", "halfsize", "uid", "patterns"];
30
30
  /*__reshadow-styles__:"./style/donut.shadow.css"*/
31
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPie_ejdlm_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_ejdlm_gg_.__color_ejdlm_gg_{fill:var(--color_ejdlm)}.___SPie_ejdlm_gg_.__pattern_ejdlm_gg_.__color_ejdlm_gg_{fill:var(--pattern_ejdlm);stroke:var(--color_ejdlm);stroke-width:1px}.___SPie_ejdlm_gg_.__transparent_ejdlm_gg_{opacity:.3}.___SEmptyData_ejdlm_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_ejdlm_gg_.__color_ejdlm_gg_{fill:var(--color_ejdlm)}.___SLabel_ejdlm_gg_{text-anchor:middle;vertical-anchor:middle;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}" /*__inner_css_end__*/, "ejdlm_gg_") /*__reshadow_css_end__*/, {
32
- "__SPie": "___SPie_ejdlm_gg_",
33
- "_color": "__color_ejdlm_gg_",
34
- "--color": "--color_ejdlm",
35
- "_pattern": "__pattern_ejdlm_gg_",
36
- "--pattern": "--pattern_ejdlm",
37
- "_transparent": "__transparent_ejdlm_gg_",
38
- "__SEmptyData": "___SEmptyData_ejdlm_gg_",
39
- "__SLabel": "___SLabel_ejdlm_gg_"
31
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPie_12df0_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_12df0_gg_.__color_12df0_gg_{fill:var(--color_12df0)}.___SPie_12df0_gg_.__pattern_12df0_gg_.__color_12df0_gg_{fill:var(--pattern_12df0);stroke:var(--color_12df0);stroke-width:1px}.___SPie_12df0_gg_.__transparent_12df0_gg_{opacity:.3}.___SEmptyData_12df0_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_12df0_gg_.__color_12df0_gg_{fill:var(--color_12df0)}.___SLabel_12df0_gg_{text-anchor:middle;vertical-anchor:middle;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}" /*__inner_css_end__*/, "12df0_gg_") /*__reshadow_css_end__*/, {
32
+ "__SPie": "___SPie_12df0_gg_",
33
+ "_color": "__color_12df0_gg_",
34
+ "--color": "--color_12df0",
35
+ "_pattern": "__pattern_12df0_gg_",
36
+ "--pattern": "--pattern_12df0",
37
+ "_transparent": "__transparent_12df0_gg_",
38
+ "__SEmptyData": "___SEmptyData_12df0_gg_",
39
+ "__SLabel": "___SLabel_12df0_gg_"
40
40
  });
41
41
  var DEFAULT_INSTANCE = Symbol('DEFAULT_INSTANCE');
42
42
  function transitionAnglePie(_ref6) {