intergalactic 15.66.0 → 15.67.0-prerelease.0-prerelease-336a8dbe

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 (334) hide show
  1. package/CHANGELOG.md +81 -0
  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 +21 -20
  19. package/base-trigger/lib/cjs/BaseTrigger.js.map +1 -1
  20. package/base-trigger/lib/cjs/ButtonTrigger.js +20 -4
  21. package/base-trigger/lib/cjs/ButtonTrigger.js.map +1 -1
  22. package/base-trigger/lib/cjs/FilterTrigger.js +15 -13
  23. package/base-trigger/lib/cjs/FilterTrigger.js.map +1 -1
  24. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  25. package/base-trigger/lib/es6/BaseTrigger.js +21 -20
  26. package/base-trigger/lib/es6/BaseTrigger.js.map +1 -1
  27. package/base-trigger/lib/es6/ButtonTrigger.js +20 -4
  28. package/base-trigger/lib/es6/ButtonTrigger.js.map +1 -1
  29. package/base-trigger/lib/es6/FilterTrigger.js +15 -13
  30. package/base-trigger/lib/es6/FilterTrigger.js.map +1 -1
  31. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  32. package/breadcrumbs/lib/cjs/Breadcrumbs.js +6 -6
  33. package/breadcrumbs/lib/es6/Breadcrumbs.js +6 -6
  34. package/button/lib/cjs/Button.js +26 -26
  35. package/button/lib/es6/Button.js +26 -26
  36. package/card/lib/cjs/Card.js +8 -8
  37. package/card/lib/es6/Card.js +8 -8
  38. package/carousel/lib/cjs/Carousel.js +19 -20
  39. package/carousel/lib/cjs/Carousel.js.map +1 -1
  40. package/carousel/lib/es6/Carousel.js +19 -20
  41. package/carousel/lib/es6/Carousel.js.map +1 -1
  42. package/checkbox/lib/cjs/Checkbox.js +21 -21
  43. package/checkbox/lib/cjs/Checkbox.js.map +1 -1
  44. package/checkbox/lib/es6/Checkbox.js +21 -21
  45. package/checkbox/lib/es6/Checkbox.js.map +1 -1
  46. package/color-picker/lib/cjs/ColorPicker.js +24 -24
  47. package/color-picker/lib/cjs/ColorPicker.js.map +1 -1
  48. package/color-picker/lib/cjs/PaletteManager.js +23 -23
  49. package/color-picker/lib/cjs/components/InputColor.js +23 -23
  50. package/color-picker/lib/es6/ColorPicker.js +24 -24
  51. package/color-picker/lib/es6/ColorPicker.js.map +1 -1
  52. package/color-picker/lib/es6/PaletteManager.js +23 -23
  53. package/color-picker/lib/es6/components/InputColor.js +23 -23
  54. package/counter/lib/cjs/Counter.js +10 -10
  55. package/counter/lib/es6/Counter.js +10 -10
  56. package/d3-chart/lib/cjs/Area.js +11 -11
  57. package/d3-chart/lib/cjs/Axis.js +14 -14
  58. package/d3-chart/lib/cjs/Bar.js +10 -10
  59. package/d3-chart/lib/cjs/Bubble.js +12 -12
  60. package/d3-chart/lib/cjs/Donut.js +9 -9
  61. package/d3-chart/lib/cjs/Dots.js +8 -8
  62. package/d3-chart/lib/cjs/HorizontalBar.js +10 -10
  63. package/d3-chart/lib/cjs/Hover.js +3 -3
  64. package/d3-chart/lib/cjs/Line.js +9 -9
  65. package/d3-chart/lib/cjs/Plot.js +3 -3
  66. package/d3-chart/lib/cjs/Radar.js +19 -19
  67. package/d3-chart/lib/cjs/RadialTree.js +11 -11
  68. package/d3-chart/lib/cjs/ReferenceLine.js +9 -9
  69. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  70. package/d3-chart/lib/cjs/Tooltip.js +9 -9
  71. package/d3-chart/lib/cjs/Venn.js +9 -9
  72. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  73. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +4 -4
  74. package/d3-chart/lib/cjs/a11y/PlotA11yView.js.map +1 -1
  75. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  76. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  77. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  78. package/d3-chart/lib/es6/Area.js +11 -11
  79. package/d3-chart/lib/es6/Axis.js +14 -14
  80. package/d3-chart/lib/es6/Bar.js +10 -10
  81. package/d3-chart/lib/es6/Bubble.js +12 -12
  82. package/d3-chart/lib/es6/Donut.js +9 -9
  83. package/d3-chart/lib/es6/Dots.js +8 -8
  84. package/d3-chart/lib/es6/HorizontalBar.js +10 -10
  85. package/d3-chart/lib/es6/Hover.js +3 -3
  86. package/d3-chart/lib/es6/Line.js +9 -9
  87. package/d3-chart/lib/es6/Plot.js +3 -3
  88. package/d3-chart/lib/es6/Radar.js +19 -19
  89. package/d3-chart/lib/es6/RadialTree.js +11 -11
  90. package/d3-chart/lib/es6/ReferenceLine.js +9 -9
  91. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  92. package/d3-chart/lib/es6/Tooltip.js +9 -9
  93. package/d3-chart/lib/es6/Venn.js +9 -9
  94. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  95. package/d3-chart/lib/es6/a11y/PlotA11yView.js +4 -4
  96. package/d3-chart/lib/es6/a11y/PlotA11yView.js.map +1 -1
  97. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  98. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  99. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  100. package/data-table/lib/cjs/Body.js +4 -4
  101. package/data-table/lib/cjs/DataTable.js +41 -41
  102. package/data-table/lib/cjs/Head.js +5 -5
  103. package/data-table/lib/cjs/Head.js.map +1 -1
  104. package/data-table/lib/es6/Body.js +4 -4
  105. package/data-table/lib/es6/DataTable.js +41 -41
  106. package/data-table/lib/es6/Head.js +5 -5
  107. package/data-table/lib/es6/Head.js.map +1 -1
  108. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  109. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +30 -30
  110. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js.map +1 -1
  111. package/date-picker/lib/cjs/components/InputTrigger.js +26 -26
  112. package/date-picker/lib/cjs/components/PickerAbstract.js +30 -30
  113. package/date-picker/lib/cjs/components/PickerAbstract.js.map +1 -1
  114. package/date-picker/lib/cjs/components/RangePickerAbstract.js +30 -30
  115. package/date-picker/lib/cjs/components/RangePickerAbstract.js.map +1 -1
  116. package/date-picker/lib/cjs/style/calendar.shadow.css +1 -1
  117. package/date-picker/lib/es6/components/Calendar.js +21 -21
  118. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +30 -30
  119. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js.map +1 -1
  120. package/date-picker/lib/es6/components/InputTrigger.js +26 -26
  121. package/date-picker/lib/es6/components/PickerAbstract.js +30 -30
  122. package/date-picker/lib/es6/components/PickerAbstract.js.map +1 -1
  123. package/date-picker/lib/es6/components/RangePickerAbstract.js +30 -30
  124. package/date-picker/lib/es6/components/RangePickerAbstract.js.map +1 -1
  125. package/date-picker/lib/es6/style/calendar.shadow.css +1 -1
  126. package/divider/lib/cjs/Divider.js +9 -9
  127. package/divider/lib/es6/Divider.js +9 -9
  128. package/dot/lib/cjs/Dot.js +10 -10
  129. package/dot/lib/es6/Dot.js +10 -10
  130. package/drag-and-drop/lib/cjs/DragAndDrop.js +12 -12
  131. package/drag-and-drop/lib/es6/DragAndDrop.js +12 -12
  132. package/dropdown/lib/cjs/Dropdown.js +2 -2
  133. package/dropdown/lib/es6/Dropdown.js +2 -2
  134. package/dropdown-menu/lib/cjs/DropdownMenu.js +15 -15
  135. package/dropdown-menu/lib/cjs/styleScrollArea.js +6 -6
  136. package/dropdown-menu/lib/es6/DropdownMenu.js +15 -15
  137. package/dropdown-menu/lib/es6/styleScrollArea.js +6 -6
  138. package/ellipsis/lib/cjs/Ellipsis.js +10 -10
  139. package/ellipsis/lib/es6/Ellipsis.js +10 -10
  140. package/errors/lib/cjs/Error.js +9 -9
  141. package/errors/lib/es6/Error.js +9 -9
  142. package/feature-popover/lib/cjs/FeaturePopover.js +10 -10
  143. package/feature-popover/lib/es6/FeaturePopover.js +10 -10
  144. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  145. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  146. package/flags/lib/cjs/Flags.js +3 -3
  147. package/flags/lib/cjs/Flags.js.map +1 -1
  148. package/flags/lib/es6/Flags.js +3 -3
  149. package/flags/lib/es6/Flags.js.map +1 -1
  150. package/flags/lib/sprites/sprite@1x.css +256 -256
  151. package/flags/lib/sprites/sprite@2x.css +257 -257
  152. package/flex-box/lib/cjs/Box/useBox.js +3 -3
  153. package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
  154. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
  155. package/flex-box/lib/es6/Box/useBox.js +3 -3
  156. package/flex-box/lib/es6/Flex/useFlex.js +3 -3
  157. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
  158. package/format-text/lib/cjs/FormatText.js +5 -5
  159. package/format-text/lib/es6/FormatText.js +5 -5
  160. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  161. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  162. package/grid/lib/cjs/Grid.js +114 -114
  163. package/grid/lib/es6/Grid.js +114 -114
  164. package/icon/color/Confluence/l/index.js +4 -4
  165. package/icon/color/Confluence/l/index.mjs +4 -4
  166. package/icon/color/Confluence/m/index.js +4 -4
  167. package/icon/color/Confluence/m/index.mjs +4 -4
  168. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  169. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  170. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  171. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  172. package/icon/lib/cjs/Icon.js +6 -6
  173. package/icon/lib/cjs/Icon.js.map +1 -1
  174. package/icon/lib/es6/Icon.js +6 -6
  175. package/icon/lib/es6/Icon.js.map +1 -1
  176. package/icon/pay/Discover/l/index.js +1 -1
  177. package/icon/pay/Discover/l/index.mjs +1 -1
  178. package/icon/pay/Discover/m/index.js +1 -1
  179. package/icon/pay/Discover/m/index.mjs +1 -1
  180. package/icon/pay/JCB/l/index.js +10 -10
  181. package/icon/pay/JCB/l/index.mjs +10 -10
  182. package/icon/pay/JCB/m/index.js +10 -10
  183. package/icon/pay/JCB/m/index.mjs +10 -10
  184. package/icon/pay/Visa/l/index.js +2 -2
  185. package/icon/pay/Visa/l/index.mjs +2 -2
  186. package/icon/pay/Visa/m/index.js +2 -2
  187. package/icon/pay/Visa/m/index.mjs +2 -2
  188. package/illustration/lib/cjs/index.js +1 -1
  189. package/illustration/lib/cjs/index.js.map +1 -1
  190. package/illustration/lib/es6/index.js +1 -1
  191. package/illustration/lib/es6/index.js.map +1 -1
  192. package/inline-edit/lib/cjs/InlineEdit.js +6 -6
  193. package/inline-edit/lib/cjs/InlineEdit.js.map +1 -1
  194. package/inline-edit/lib/es6/InlineEdit.js +6 -6
  195. package/inline-edit/lib/es6/InlineEdit.js.map +1 -1
  196. package/inline-input/lib/cjs/InlineInput.js +22 -22
  197. package/inline-input/lib/cjs/InlineInput.js.map +1 -1
  198. package/inline-input/lib/es6/InlineInput.js +22 -22
  199. package/inline-input/lib/es6/InlineInput.js.map +1 -1
  200. package/input/lib/cjs/Input.js +17 -17
  201. package/input/lib/es6/Input.js +17 -17
  202. package/input-mask/lib/cjs/InputMask.js +6 -6
  203. package/input-mask/lib/es6/InputMask.js +6 -6
  204. package/input-number/lib/cjs/InputNumber.js +9 -9
  205. package/input-number/lib/es6/InputNumber.js +9 -9
  206. package/input-tags/lib/cjs/InputTags.js +13 -13
  207. package/input-tags/lib/cjs/InputTags.js.map +1 -1
  208. package/input-tags/lib/es6/InputTags.js +13 -13
  209. package/input-tags/lib/es6/InputTags.js.map +1 -1
  210. package/link/lib/cjs/Link.js +12 -12
  211. package/link/lib/es6/Link.js +12 -12
  212. package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
  213. package/mini-chart/lib/cjs/component/score/Line.js +17 -17
  214. package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
  215. package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
  216. package/mini-chart/lib/es6/component/score/Donut.js +9 -9
  217. package/mini-chart/lib/es6/component/score/Line.js +17 -17
  218. package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
  219. package/mini-chart/lib/es6/component/trend/Line.js +7 -7
  220. package/modal/lib/cjs/Modal.js +9 -9
  221. package/modal/lib/es6/Modal.js +9 -9
  222. package/notice/lib/cjs/Notice.js +13 -13
  223. package/notice/lib/es6/Notice.js +13 -13
  224. package/notice-bubble/lib/cjs/NoticeBubble.js +12 -12
  225. package/notice-bubble/lib/es6/NoticeBubble.js +12 -12
  226. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  227. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  228. package/package.json +1 -1
  229. package/pagination/lib/cjs/Pagination.js +10 -10
  230. package/pagination/lib/es6/Pagination.js +10 -10
  231. package/pills/lib/cjs/Pills.js +14 -14
  232. package/pills/lib/cjs/Pills.js.map +1 -1
  233. package/pills/lib/es6/Pills.js +14 -14
  234. package/pills/lib/es6/Pills.js.map +1 -1
  235. package/popper/lib/cjs/Popper.js +6 -6
  236. package/popper/lib/es6/Popper.js +6 -6
  237. package/product-head/lib/cjs/Info.js +4 -4
  238. package/product-head/lib/cjs/ProductHead.js +5 -5
  239. package/product-head/lib/cjs/Title.js +4 -4
  240. package/product-head/lib/es6/Info.js +4 -4
  241. package/product-head/lib/es6/ProductHead.js +5 -5
  242. package/product-head/lib/es6/Title.js +4 -4
  243. package/progress-bar/lib/cjs/ProgressBar.js +15 -15
  244. package/progress-bar/lib/es6/ProgressBar.js +15 -15
  245. package/radio/lib/cjs/Radio.js +16 -16
  246. package/radio/lib/es6/Radio.js +16 -16
  247. package/scroll-area/lib/cjs/ScrollArea.js +20 -10
  248. package/scroll-area/lib/cjs/ScrollArea.js.map +1 -1
  249. package/scroll-area/lib/cjs/ScrollBar.js +5 -5
  250. package/scroll-area/lib/es6/ScrollArea.js +20 -10
  251. package/scroll-area/lib/es6/ScrollArea.js.map +1 -1
  252. package/scroll-area/lib/es6/ScrollBar.js +5 -5
  253. package/select/lib/cjs/InputSearch.js +6 -6
  254. package/select/lib/cjs/Select.js +9 -9
  255. package/select/lib/es6/InputSearch.js +6 -6
  256. package/select/lib/es6/Select.js +9 -9
  257. package/side-panel/lib/cjs/SidePanel.js +15 -15
  258. package/side-panel/lib/es6/SidePanel.js +15 -15
  259. package/skeleton/lib/cjs/Charts/Area.js +9 -9
  260. package/skeleton/lib/cjs/Charts/Bar.js +9 -9
  261. package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
  262. package/skeleton/lib/cjs/Charts/Donut.js +9 -9
  263. package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
  264. package/skeleton/lib/cjs/Charts/Line.js +9 -9
  265. package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
  266. package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
  267. package/skeleton/lib/cjs/Charts/Venn.js +9 -9
  268. package/skeleton/lib/cjs/Skeleton.js +8 -8
  269. package/skeleton/lib/es6/Charts/Area.js +9 -9
  270. package/skeleton/lib/es6/Charts/Bar.js +9 -9
  271. package/skeleton/lib/es6/Charts/Bubble.js +9 -9
  272. package/skeleton/lib/es6/Charts/Donut.js +9 -9
  273. package/skeleton/lib/es6/Charts/Histogram.js +9 -9
  274. package/skeleton/lib/es6/Charts/Line.js +9 -9
  275. package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
  276. package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
  277. package/skeleton/lib/es6/Charts/Venn.js +9 -9
  278. package/skeleton/lib/es6/Skeleton.js +8 -8
  279. package/slider/lib/cjs/Slider.js +7 -7
  280. package/slider/lib/es6/Slider.js +7 -7
  281. package/spin/lib/cjs/Spin.js +13 -13
  282. package/spin/lib/es6/Spin.js +13 -13
  283. package/spin-container/lib/cjs/SpinContainer.js +8 -8
  284. package/spin-container/lib/es6/SpinContainer.js +8 -8
  285. package/sticky/lib/cjs/Sticky.js +2 -2
  286. package/sticky/lib/es6/Sticky.js +2 -2
  287. package/switch/lib/cjs/Switch.js +22 -22
  288. package/switch/lib/cjs/Switch.js.map +1 -1
  289. package/switch/lib/es6/Switch.js +22 -22
  290. package/switch/lib/es6/Switch.js.map +1 -1
  291. package/tab-line/lib/cjs/TabLine.js +13 -13
  292. package/tab-line/lib/es6/TabLine.js +13 -13
  293. package/tab-panel/lib/cjs/TabPanel.js +9 -9
  294. package/tab-panel/lib/cjs/TabPanel.js.map +1 -1
  295. package/tab-panel/lib/es6/TabPanel.js +9 -9
  296. package/tab-panel/lib/es6/TabPanel.js.map +1 -1
  297. package/tag/lib/cjs/Tag.js +23 -23
  298. package/tag/lib/cjs/Tag.js.map +1 -1
  299. package/tag/lib/es6/Tag.js +23 -23
  300. package/tag/lib/es6/Tag.js.map +1 -1
  301. package/textarea/lib/cjs/Textarea.js +8 -8
  302. package/textarea/lib/es6/Textarea.js +8 -8
  303. package/time-picker/lib/cjs/TimePicker.js +12 -12
  304. package/time-picker/lib/es6/TimePicker.js +12 -12
  305. package/tooltip/lib/cjs/Tooltip.js +19 -14
  306. package/tooltip/lib/cjs/Tooltip.js.map +1 -1
  307. package/tooltip/lib/cjs/style/tooltip.shadow.css +0 -4
  308. package/tooltip/lib/es6/Tooltip.js +19 -14
  309. package/tooltip/lib/es6/Tooltip.js.map +1 -1
  310. package/tooltip/lib/es6/style/tooltip.shadow.css +0 -4
  311. package/typography/lib/cjs/Blockquote.js +4 -4
  312. package/typography/lib/cjs/Hint.js +7 -7
  313. package/typography/lib/cjs/List.js +5 -5
  314. package/typography/lib/cjs/Text.js +34 -34
  315. package/typography/lib/es6/Blockquote.js +4 -4
  316. package/typography/lib/es6/Hint.js +7 -7
  317. package/typography/lib/es6/List.js +5 -5
  318. package/typography/lib/es6/Text.js +34 -34
  319. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  320. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
  321. package/utils/lib/injectStyle.js +1 -1
  322. package/utils/lib/injectStyle.js.map +1 -1
  323. package/utils/lib/injectStyle.mjs +1 -1
  324. package/utils/lib/injectStyle.mjs.map +1 -1
  325. package/utils/lib/syncScroll.js +1 -1
  326. package/utils/lib/syncScroll.js.map +1 -1
  327. package/utils/lib/syncScroll.mjs +1 -1
  328. package/utils/lib/syncScroll.mjs.map +1 -1
  329. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  330. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  331. package/wizard/lib/cjs/Wizard.js +12 -12
  332. package/wizard/lib/cjs/Wizard.js.map +1 -1
  333. package/wizard/lib/es6/Wizard.js +12 -12
  334. package/wizard/lib/es6/Wizard.js.map +1 -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_1a5di_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1a5di);transition-timing-function:ease-in-out}.___SBar_1a5di_gg_.__color_1a5di_gg_{fill:var(--color_1a5di)}.___SBar_1a5di_gg_.__pattern_1a5di_gg_.__color_1a5di_gg_{fill:var(--pattern_1a5di);stroke:var(--color_1a5di);stroke-width:1px}.___SBar_1a5di_gg_.__hide_1a5di_gg_{display:none}.___SBar_1a5di_gg_.__transparent_1a5di_gg_{opacity:.3}.___SBackground_1a5di_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}" /*__inner_css_end__*/, "1a5di_gg_") /*__reshadow_css_end__*/, {
24
- "__SBar": "___SBar_1a5di_gg_",
25
- "--duration": "--duration_1a5di",
26
- "_color": "__color_1a5di_gg_",
27
- "--color": "--color_1a5di",
28
- "_pattern": "__pattern_1a5di_gg_",
29
- "--pattern": "--pattern_1a5di",
30
- "_hide": "__hide_1a5di_gg_",
31
- "_transparent": "__transparent_1a5di_gg_",
32
- "__SBackground": "___SBackground_1a5di_gg_"
23
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SBar_1vxat_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1vxat);transition-timing-function:ease-in-out}.___SBar_1vxat_gg_.__color_1vxat_gg_{fill:var(--color_1vxat)}.___SBar_1vxat_gg_.__pattern_1vxat_gg_.__color_1vxat_gg_{fill:var(--pattern_1vxat);stroke:var(--color_1vxat);stroke-width:1px}.___SBar_1vxat_gg_.__hide_1vxat_gg_{display:none}.___SBar_1vxat_gg_.__transparent_1vxat_gg_{opacity:.3}.___SBackground_1vxat_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}" /*__inner_css_end__*/, "1vxat_gg_") /*__reshadow_css_end__*/, {
24
+ "__SBar": "___SBar_1vxat_gg_",
25
+ "--duration": "--duration_1vxat",
26
+ "_color": "__color_1vxat_gg_",
27
+ "--color": "--color_1vxat",
28
+ "_pattern": "__pattern_1vxat_gg_",
29
+ "--pattern": "--pattern_1vxat",
30
+ "_hide": "__hide_1vxat_gg_",
31
+ "_transparent": "__transparent_1vxat_gg_",
32
+ "__SBackground": "___SBackground_1vxat_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_2vzxa_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_2vzxa);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_2vzxa_gg_:hover{opacity:.8}}.___SBubble_2vzxa_gg_.__color_2vzxa_gg_{fill:var(--color_2vzxa)}.___SBubble_2vzxa_gg_.__pattern_2vzxa_gg_.__color_2vzxa_gg_{fill:var(--pattern_2vzxa);stroke:var(--color_2vzxa);stroke-width:1px}.___SBubble_2vzxa_gg_.__transparent_2vzxa_gg_{opacity:.3}.___SCenter_2vzxa_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SCenter_2vzxa_gg_.__color_2vzxa_gg_{stroke:var(--color_2vzxa)}.___SCenter_2vzxa_gg_.__transparent_2vzxa_gg_{opacity:.3}.___SLabel_2vzxa_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLabel_2vzxa_gg_._position_right_2vzxa_gg_{text-anchor:end}.___SLabel_2vzxa_gg_._position_left_2vzxa_gg_{text-anchor:start}.___SLabel_2vzxa_gg_.__color_2vzxa_gg_{fill:var(--color_2vzxa)}.___SLabel_2vzxa_gg_.__transparent_2vzxa_gg_{opacity:.3}" /*__inner_css_end__*/, "2vzxa_gg_") /*__reshadow_css_end__*/, {
27
- "__SBubble": "___SBubble_2vzxa_gg_",
28
- "_color": "__color_2vzxa_gg_",
29
- "--color": "--color_2vzxa",
30
- "_pattern": "__pattern_2vzxa_gg_",
31
- "--pattern": "--pattern_2vzxa",
32
- "_transparent": "__transparent_2vzxa_gg_",
33
- "__SCenter": "___SCenter_2vzxa_gg_",
34
- "__SLabel": "___SLabel_2vzxa_gg_",
35
- "_position_right": "_position_right_2vzxa_gg_",
36
- "_position_left": "_position_left_2vzxa_gg_",
37
- "--duration": "--duration_2vzxa"
26
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SBubble_1sly4_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_1sly4);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_1sly4_gg_:hover{opacity:.8}}.___SBubble_1sly4_gg_.__color_1sly4_gg_{fill:var(--color_1sly4)}.___SBubble_1sly4_gg_.__pattern_1sly4_gg_.__color_1sly4_gg_{fill:var(--pattern_1sly4);stroke:var(--color_1sly4);stroke-width:1px}.___SBubble_1sly4_gg_.__transparent_1sly4_gg_{opacity:.3}.___SCenter_1sly4_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SCenter_1sly4_gg_.__color_1sly4_gg_{stroke:var(--color_1sly4)}.___SCenter_1sly4_gg_.__transparent_1sly4_gg_{opacity:.3}.___SLabel_1sly4_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLabel_1sly4_gg_._position_right_1sly4_gg_{text-anchor:end}.___SLabel_1sly4_gg_._position_left_1sly4_gg_{text-anchor:start}.___SLabel_1sly4_gg_.__color_1sly4_gg_{fill:var(--color_1sly4)}.___SLabel_1sly4_gg_.__transparent_1sly4_gg_{opacity:.3}" /*__inner_css_end__*/, "1sly4_gg_") /*__reshadow_css_end__*/, {
27
+ "__SBubble": "___SBubble_1sly4_gg_",
28
+ "_color": "__color_1sly4_gg_",
29
+ "--color": "--color_1sly4",
30
+ "_pattern": "__pattern_1sly4_gg_",
31
+ "--pattern": "--pattern_1sly4",
32
+ "_transparent": "__transparent_1sly4_gg_",
33
+ "__SCenter": "___SCenter_1sly4_gg_",
34
+ "__SLabel": "___SLabel_1sly4_gg_",
35
+ "_position_right": "_position_right_1sly4_gg_",
36
+ "_position_left": "_position_left_1sly4_gg_",
37
+ "--duration": "--duration_1sly4"
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_1nwtq_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_1nwtq_gg_.__color_1nwtq_gg_{fill:var(--color_1nwtq)}.___SPie_1nwtq_gg_.__pattern_1nwtq_gg_.__color_1nwtq_gg_{fill:var(--pattern_1nwtq);stroke:var(--color_1nwtq);stroke-width:1px}.___SPie_1nwtq_gg_.__transparent_1nwtq_gg_{opacity:.3}.___SEmptyData_1nwtq_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_1nwtq_gg_.__color_1nwtq_gg_{fill:var(--color_1nwtq)}.___SLabel_1nwtq_gg_{text-anchor:middle;vertical-anchor:middle;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}" /*__inner_css_end__*/, "1nwtq_gg_") /*__reshadow_css_end__*/, {
32
- "__SPie": "___SPie_1nwtq_gg_",
33
- "_color": "__color_1nwtq_gg_",
34
- "--color": "--color_1nwtq",
35
- "_pattern": "__pattern_1nwtq_gg_",
36
- "--pattern": "--pattern_1nwtq",
37
- "_transparent": "__transparent_1nwtq_gg_",
38
- "__SEmptyData": "___SEmptyData_1nwtq_gg_",
39
- "__SLabel": "___SLabel_1nwtq_gg_"
31
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPie_126sd_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_126sd_gg_.__color_126sd_gg_{fill:var(--color_126sd)}.___SPie_126sd_gg_.__pattern_126sd_gg_.__color_126sd_gg_{fill:var(--pattern_126sd);stroke:var(--color_126sd);stroke-width:1px}.___SPie_126sd_gg_.__transparent_126sd_gg_{opacity:.3}.___SEmptyData_126sd_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_126sd_gg_.__color_126sd_gg_{fill:var(--color_126sd)}.___SLabel_126sd_gg_{text-anchor:middle;vertical-anchor:middle;font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}" /*__inner_css_end__*/, "126sd_gg_") /*__reshadow_css_end__*/, {
32
+ "__SPie": "___SPie_126sd_gg_",
33
+ "_color": "__color_126sd_gg_",
34
+ "--color": "--color_126sd",
35
+ "_pattern": "__pattern_126sd_gg_",
36
+ "--pattern": "--pattern_126sd",
37
+ "_transparent": "__transparent_126sd_gg_",
38
+ "__SEmptyData": "___SEmptyData_126sd_gg_",
39
+ "__SLabel": "___SLabel_126sd_gg_"
40
40
  });
41
41
  var DEFAULT_INSTANCE = Symbol('DEFAULT_INSTANCE');
42
42
  function transitionAnglePie(_ref6) {
@@ -14,14 +14,14 @@ var _createElement = _interopRequireDefault(require("./createElement"));
14
14
  var _utils = require("./utils");
15
15
  var _Pattern = require("./Pattern");
16
16
  /*__reshadow-styles__:"./style/dot.shadow.css"*/
17
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SDots_1aia1_gg_ .___SDot_1aia1_gg_{transition-duration:var(--duration_1aia1)}.___SDot_1aia1_gg_{stroke-width:1px;stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy,x,y;transition-timing-function:ease-in-out}.___SDot_1aia1_gg_.__hide_1aia1_gg_{display:none}.___SDot_1aia1_gg_.__color_1aia1_gg_{fill:var(--color_1aia1)}.___SDot_1aia1_gg_.__transparent_1aia1_gg_{opacity:.3}" /*__inner_css_end__*/, "1aia1_gg_") /*__reshadow_css_end__*/, {
18
- "__SDot": "___SDot_1aia1_gg_",
19
- "_hide": "__hide_1aia1_gg_",
20
- "_color": "__color_1aia1_gg_",
21
- "--color": "--color_1aia1",
22
- "_transparent": "__transparent_1aia1_gg_",
23
- "__SDots": "___SDots_1aia1_gg_",
24
- "--duration": "--duration_1aia1"
17
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SDots_1a7r2_gg_ .___SDot_1a7r2_gg_{transition-duration:var(--duration_1a7r2)}.___SDot_1a7r2_gg_{stroke-width:1px;stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy,x,y;transition-timing-function:ease-in-out}.___SDot_1a7r2_gg_.__hide_1a7r2_gg_{display:none}.___SDot_1a7r2_gg_.__color_1a7r2_gg_{fill:var(--color_1a7r2)}.___SDot_1a7r2_gg_.__transparent_1a7r2_gg_{opacity:.3}" /*__inner_css_end__*/, "1a7r2_gg_") /*__reshadow_css_end__*/, {
18
+ "__SDot": "___SDot_1a7r2_gg_",
19
+ "_hide": "__hide_1a7r2_gg_",
20
+ "_color": "__color_1a7r2_gg_",
21
+ "--color": "--color_1a7r2",
22
+ "_transparent": "__transparent_1a7r2_gg_",
23
+ "__SDots": "___SDots_1a7r2_gg_",
24
+ "--duration": "--duration_1a7r2"
25
25
  });
26
26
  var EXCLUDE_PROPS = ['data', 'scale', 'value', 'display'];
27
27
  function Dots(props) {
@@ -19,16 +19,16 @@ var _AnimatedClipPath = _interopRequireDefault(require("./AnimatedClipPath"));
19
19
  var _utils = require("./utils");
20
20
  var _Pattern = require("./Pattern");
21
21
  /*__reshadow-styles__:"./style/bar.shadow.css"*/
22
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SBar_1a5di_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1a5di);transition-timing-function:ease-in-out}.___SBar_1a5di_gg_.__color_1a5di_gg_{fill:var(--color_1a5di)}.___SBar_1a5di_gg_.__pattern_1a5di_gg_.__color_1a5di_gg_{fill:var(--pattern_1a5di);stroke:var(--color_1a5di);stroke-width:1px}.___SBar_1a5di_gg_.__hide_1a5di_gg_{display:none}.___SBar_1a5di_gg_.__transparent_1a5di_gg_{opacity:.3}.___SBackground_1a5di_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}" /*__inner_css_end__*/, "1a5di_gg_") /*__reshadow_css_end__*/, {
23
- "__SBar": "___SBar_1a5di_gg_",
24
- "--duration": "--duration_1a5di",
25
- "_color": "__color_1a5di_gg_",
26
- "--color": "--color_1a5di",
27
- "_pattern": "__pattern_1a5di_gg_",
28
- "--pattern": "--pattern_1a5di",
29
- "_hide": "__hide_1a5di_gg_",
30
- "_transparent": "__transparent_1a5di_gg_",
31
- "__SBackground": "___SBackground_1a5di_gg_"
22
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SBar_1vxat_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1vxat);transition-timing-function:ease-in-out}.___SBar_1vxat_gg_.__color_1vxat_gg_{fill:var(--color_1vxat)}.___SBar_1vxat_gg_.__pattern_1vxat_gg_.__color_1vxat_gg_{fill:var(--pattern_1vxat);stroke:var(--color_1vxat);stroke-width:1px}.___SBar_1vxat_gg_.__hide_1vxat_gg_{display:none}.___SBar_1vxat_gg_.__transparent_1vxat_gg_{opacity:.3}.___SBackground_1vxat_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}" /*__inner_css_end__*/, "1vxat_gg_") /*__reshadow_css_end__*/, {
23
+ "__SBar": "___SBar_1vxat_gg_",
24
+ "--duration": "--duration_1vxat",
25
+ "_color": "__color_1vxat_gg_",
26
+ "--color": "--color_1vxat",
27
+ "_pattern": "__pattern_1vxat_gg_",
28
+ "--pattern": "--pattern_1vxat",
29
+ "_hide": "__hide_1vxat_gg_",
30
+ "_transparent": "__transparent_1vxat_gg_",
31
+ "__SBackground": "___SBackground_1vxat_gg_"
32
32
  });
33
33
  var MIN_WIDTH = 2;
34
34
  exports.MIN_WIDTH = MIN_WIDTH;
@@ -21,9 +21,9 @@ var _createElement = _interopRequireDefault(require("./createElement"));
21
21
  var _utils = require("./utils");
22
22
  var _Tooltip = _interopRequireDefault(require("./Tooltip"));
23
23
  /*__reshadow-styles__:"./style/hover.shadow.css"*/
24
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SHoverLine_1kq1s_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SHoverRect_1kq1s_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}" /*__inner_css_end__*/, "1kq1s_gg_") /*__reshadow_css_end__*/, {
25
- "__SHoverLine": "___SHoverLine_1kq1s_gg_",
26
- "__SHoverRect": "___SHoverRect_1kq1s_gg_"
24
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SHoverLine_rybhm_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SHoverRect_rybhm_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}" /*__inner_css_end__*/, "rybhm_gg_") /*__reshadow_css_end__*/, {
25
+ "__SHoverLine": "___SHoverLine_rybhm_gg_",
26
+ "__SHoverRect": "___SHoverRect_rybhm_gg_"
27
27
  });
28
28
  var Hover = /*#__PURE__*/function (_Component) {
29
29
  (0, _inherits2["default"])(Hover, _Component);
@@ -22,15 +22,15 @@ var _Dots = _interopRequireDefault(require("./Dots"));
22
22
  var _AnimatedClipPath = _interopRequireDefault(require("./AnimatedClipPath"));
23
23
  var _Pattern = require("./Pattern");
24
24
  /*__reshadow-styles__:"./style/line.shadow.css"*/
25
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SLine_1j13i_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:d;transition-duration:var(--duration_1j13i);transition-timing-function:ease-in-out}.___SLine_1j13i_gg_.__color_1j13i_gg_{stroke:var(--color_1j13i)}.___SLine_1j13i_gg_.__hide_1j13i_gg_{display:none}.___SLine_1j13i_gg_.__transparent_1j13i_gg_{opacity:.3}.___SNull_1j13i_gg_{fill:transparent;stroke:var(--intergalactic-border-primary, #c4c7cf);stroke-dasharray:4}.___SNull_1j13i_gg_.__hide_1j13i_gg_{display:none}.___SAria_1j13i_gg_{transition-property:d;transition-duration:var(--duration_1j13i);transition-timing-function:ease-in-out;opacity:.3;fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SAria_1j13i_gg_.__color_1j13i_gg_{fill:var(--color_1j13i)}" /*__inner_css_end__*/, "1j13i_gg_") /*__reshadow_css_end__*/, {
26
- "__SLine": "___SLine_1j13i_gg_",
27
- "--duration": "--duration_1j13i",
28
- "_color": "__color_1j13i_gg_",
29
- "--color": "--color_1j13i",
30
- "_hide": "__hide_1j13i_gg_",
31
- "_transparent": "__transparent_1j13i_gg_",
32
- "__SNull": "___SNull_1j13i_gg_",
33
- "__SAria": "___SAria_1j13i_gg_"
25
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SLine_yvzao_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:d;transition-duration:var(--duration_yvzao);transition-timing-function:ease-in-out}.___SLine_yvzao_gg_.__color_yvzao_gg_{stroke:var(--color_yvzao)}.___SLine_yvzao_gg_.__hide_yvzao_gg_{display:none}.___SLine_yvzao_gg_.__transparent_yvzao_gg_{opacity:.3}.___SNull_yvzao_gg_{fill:transparent;stroke:var(--intergalactic-border-primary, #c4c7cf);stroke-dasharray:4}.___SNull_yvzao_gg_.__hide_yvzao_gg_{display:none}.___SAria_yvzao_gg_{transition-property:d;transition-duration:var(--duration_yvzao);transition-timing-function:ease-in-out;opacity:.3;fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SAria_yvzao_gg_.__color_yvzao_gg_{fill:var(--color_yvzao)}" /*__inner_css_end__*/, "yvzao_gg_") /*__reshadow_css_end__*/, {
26
+ "__SLine": "___SLine_yvzao_gg_",
27
+ "--duration": "--duration_yvzao",
28
+ "_color": "__color_yvzao_gg_",
29
+ "--color": "--color_yvzao",
30
+ "_hide": "__hide_yvzao_gg_",
31
+ "_transparent": "__transparent_yvzao_gg_",
32
+ "__SNull": "___SNull_yvzao_gg_",
33
+ "__SAria": "___SAria_yvzao_gg_"
34
34
  });
35
35
  var LineRoot = /*#__PURE__*/function (_Component) {
36
36
  (0, _inherits2["default"])(LineRoot, _Component);
@@ -24,9 +24,9 @@ var _PlotA11yModule = require("./a11y/PlotA11yModule");
24
24
  var _hints = require("./a11y/hints");
25
25
  var _resolveColorEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/resolveColorEnhance"));
26
26
  /*__reshadow-styles__:"./style/plot.shadow.css"*/
27
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPlot_1np9z_gg_{overflow:hidden}.___SPlot_1np9z_gg_:active,.___SPlot_1np9z_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_1np9z_gg_.__keyboardFocused_1np9z_gg_{border:1px solid var(--intergalactic-chart-palette-order-9, #008ff8);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}" /*__inner_css_end__*/, "1np9z_gg_") /*__reshadow_css_end__*/, {
28
- "__SPlot": "___SPlot_1np9z_gg_",
29
- "_keyboardFocused": "__keyboardFocused_1np9z_gg_"
27
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPlot_hlzck_gg_{overflow:hidden}.___SPlot_hlzck_gg_:active,.___SPlot_hlzck_gg_:focus{outline:0;-webkit-text-decoration:none;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_hlzck_gg_.__keyboardFocused_hlzck_gg_{border:1px solid var(--intergalactic-chart-palette-order-9, #008ff8);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}" /*__inner_css_end__*/, "hlzck_gg_") /*__reshadow_css_end__*/, {
28
+ "__SPlot": "___SPlot_hlzck_gg_",
29
+ "_keyboardFocused": "__keyboardFocused_hlzck_gg_"
30
30
  });
31
31
  var PlotRoot = /*#__PURE__*/function (_Component) {
32
32
  (0, _inherits2["default"])(PlotRoot, _Component);
@@ -29,25 +29,25 @@ var _utils = require("./utils");
29
29
  var _Tooltip = _interopRequireDefault(require("./Tooltip"));
30
30
  var _Pattern = require("./Pattern");
31
31
  /*__reshadow-styles__:"./style/radar.shadow.css"*/
32
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SAxisLine_d71gd_gg_,.___SAxisTick_d71gd_gg_,.___SAxis_d71gd_gg_{stroke:var(--intergalactic-chart-grid-line, #e0e1e9);stroke-width:1;fill:transparent}.___SAxisLine_d71gd_gg_,.___SAxisTick_d71gd_gg_{stroke-dasharray:2}.___SAxisLine_d71gd_gg_.__active_d71gd_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___SAxisLabel_d71gd_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_d71gd_gg_.__xDirection_d71gd_gg_{text-anchor:var(--xDirection_d71gd)}.___SAxisLabel_d71gd_gg_.__yDirection_d71gd_gg_{dominant-baseline:var(--yDirection_d71gd)}.___SPolygonDot_d71gd_gg_,.___SPolygon_d71gd_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPolygon_d71gd_gg_{opacity:.2}.___SPolygon_d71gd_gg_.__color_d71gd_gg_{fill:var(--color_d71gd)}.___SPolygon_d71gd_gg_.__pattern_d71gd_gg_.__color_d71gd_gg_{fill:var(--pattern_d71gd);stroke:var(--color_d71gd);stroke-width:1px}.___SPolygonDot_d71gd_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px}.___SPolygonDot_d71gd_gg_.__transparent_d71gd_gg_{opacity:.3}.___SPolygonDot_d71gd_gg_.__color_d71gd_gg_{fill:var(--color_d71gd)}.___SPolygonLine_d71gd_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SPolygonLine_d71gd_gg_.__transparent_d71gd_gg_{opacity:.3}.___SPolygonLine_d71gd_gg_.__color_d71gd_gg_{stroke:var(--color_d71gd)}.___SPieRect_d71gd_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}" /*__inner_css_end__*/, "d71gd_gg_") /*__reshadow_css_end__*/, {
33
- "__SAxis": "___SAxis_d71gd_gg_",
34
- "__SAxisLine": "___SAxisLine_d71gd_gg_",
35
- "__SAxisTick": "___SAxisTick_d71gd_gg_",
36
- "_active": "__active_d71gd_gg_",
37
- "__SAxisLabel": "___SAxisLabel_d71gd_gg_",
38
- "_xDirection": "__xDirection_d71gd_gg_",
39
- "--xDirection": "--xDirection_d71gd",
40
- "_yDirection": "__yDirection_d71gd_gg_",
41
- "--yDirection": "--yDirection_d71gd",
42
- "__SPolygon": "___SPolygon_d71gd_gg_",
43
- "_color": "__color_d71gd_gg_",
44
- "--color": "--color_d71gd",
45
- "_pattern": "__pattern_d71gd_gg_",
46
- "--pattern": "--pattern_d71gd",
47
- "__SPolygonDot": "___SPolygonDot_d71gd_gg_",
48
- "_transparent": "__transparent_d71gd_gg_",
49
- "__SPolygonLine": "___SPolygonLine_d71gd_gg_",
50
- "__SPieRect": "___SPieRect_d71gd_gg_"
32
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SAxisLine_13ygz_gg_,.___SAxisTick_13ygz_gg_,.___SAxis_13ygz_gg_{stroke:var(--intergalactic-chart-grid-line, #e0e1e9);stroke-width:1;fill:transparent}.___SAxisLine_13ygz_gg_,.___SAxisTick_13ygz_gg_{stroke-dasharray:2}.___SAxisLine_13ygz_gg_.__active_13ygz_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___SAxisLabel_13ygz_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_13ygz_gg_.__xDirection_13ygz_gg_{text-anchor:var(--xDirection_13ygz)}.___SAxisLabel_13ygz_gg_.__yDirection_13ygz_gg_{dominant-baseline:var(--yDirection_13ygz)}.___SPolygonDot_13ygz_gg_,.___SPolygon_13ygz_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPolygon_13ygz_gg_{opacity:.2}.___SPolygon_13ygz_gg_.__color_13ygz_gg_{fill:var(--color_13ygz)}.___SPolygon_13ygz_gg_.__pattern_13ygz_gg_.__color_13ygz_gg_{fill:var(--pattern_13ygz);stroke:var(--color_13ygz);stroke-width:1px}.___SPolygonDot_13ygz_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px}.___SPolygonDot_13ygz_gg_.__transparent_13ygz_gg_{opacity:.3}.___SPolygonDot_13ygz_gg_.__color_13ygz_gg_{fill:var(--color_13ygz)}.___SPolygonLine_13ygz_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SPolygonLine_13ygz_gg_.__transparent_13ygz_gg_{opacity:.3}.___SPolygonLine_13ygz_gg_.__color_13ygz_gg_{stroke:var(--color_13ygz)}.___SPieRect_13ygz_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}" /*__inner_css_end__*/, "13ygz_gg_") /*__reshadow_css_end__*/, {
33
+ "__SAxis": "___SAxis_13ygz_gg_",
34
+ "__SAxisLine": "___SAxisLine_13ygz_gg_",
35
+ "__SAxisTick": "___SAxisTick_13ygz_gg_",
36
+ "_active": "__active_13ygz_gg_",
37
+ "__SAxisLabel": "___SAxisLabel_13ygz_gg_",
38
+ "_xDirection": "__xDirection_13ygz_gg_",
39
+ "--xDirection": "--xDirection_13ygz",
40
+ "_yDirection": "__yDirection_13ygz_gg_",
41
+ "--yDirection": "--yDirection_13ygz",
42
+ "__SPolygon": "___SPolygon_13ygz_gg_",
43
+ "_color": "__color_13ygz_gg_",
44
+ "--color": "--color_13ygz",
45
+ "_pattern": "__pattern_13ygz_gg_",
46
+ "--pattern": "--pattern_13ygz",
47
+ "__SPolygonDot": "___SPolygonDot_13ygz_gg_",
48
+ "_transparent": "__transparent_13ygz_gg_",
49
+ "__SPolygonLine": "___SPolygonLine_13ygz_gg_",
50
+ "__SPieRect": "___SPieRect_13ygz_gg_"
51
51
  });
52
52
  var clampAngle = function clampAngle(angle) {
53
53
  angle = angle % (2 * Math.PI);
@@ -27,17 +27,17 @@ var _utils = require("./utils");
27
27
  var _Pattern = require("./Pattern");
28
28
  var _excluded = ["data"];
29
29
  /*__reshadow-styles__:"./style/radial-tree.shadow.css"*/
30
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SRadian_1fb4g_gg_{cursor:pointer;fill:var(--intergalactic-text-large-info, #008ff8)}.___SLine_1fb4g_gg_{stroke:var(--intergalactic-text-large-info, #008ff8)}.___SLine_1fb4g_gg_.__color_1fb4g_gg_{stroke:var(--color_1fb4g)}.___SLine_1fb4g_gg_.__transparent_1fb4g_gg_{opacity:.3}.___SCap_1fb4g_gg_{transition:r .1s}.___SCap_1fb4g_gg_.__pattern_1fb4g_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:1px}.___SCap_1fb4g_gg_.__transparent_1fb4g_gg_,.___SIcon_1fb4g_gg_.__transparent_1fb4g_gg_,.___SLabel_1fb4g_gg_.__transparent_1fb4g_gg_{opacity:.3}.___SLabel_1fb4g_gg_{fill:var(--color_1fb4g)}@media (hover:hover){.___SRadian_1fb4g_gg_:hover .___SLabel_1fb4g_gg_{cursor:pointer;filter:brightness(.6)}}@media (prefers-reduced-motion){.___SLineCap_1fb4g_gg_{transition:none}}" /*__inner_css_end__*/, "1fb4g_gg_") /*__reshadow_css_end__*/, {
31
- "__SRadian": "___SRadian_1fb4g_gg_",
32
- "__SLine": "___SLine_1fb4g_gg_",
33
- "_color": "__color_1fb4g_gg_",
34
- "--color": "--color_1fb4g",
35
- "_transparent": "__transparent_1fb4g_gg_",
36
- "__SCap": "___SCap_1fb4g_gg_",
37
- "_pattern": "__pattern_1fb4g_gg_",
38
- "__SIcon": "___SIcon_1fb4g_gg_",
39
- "__SLabel": "___SLabel_1fb4g_gg_",
40
- "__SLineCap": "___SLineCap_1fb4g_gg_"
30
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SRadian_fzf2m_gg_{cursor:pointer;fill:var(--intergalactic-text-large-info, #008ff8)}.___SLine_fzf2m_gg_{stroke:var(--intergalactic-text-large-info, #008ff8)}.___SLine_fzf2m_gg_.__color_fzf2m_gg_{stroke:var(--color_fzf2m)}.___SLine_fzf2m_gg_.__transparent_fzf2m_gg_{opacity:.3}.___SCap_fzf2m_gg_{transition:r .1s}.___SCap_fzf2m_gg_.__pattern_fzf2m_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:1px}.___SCap_fzf2m_gg_.__transparent_fzf2m_gg_,.___SIcon_fzf2m_gg_.__transparent_fzf2m_gg_,.___SLabel_fzf2m_gg_.__transparent_fzf2m_gg_{opacity:.3}.___SLabel_fzf2m_gg_{fill:var(--color_fzf2m)}@media (hover:hover){.___SRadian_fzf2m_gg_:hover .___SLabel_fzf2m_gg_{cursor:pointer;filter:brightness(.6)}}@media (prefers-reduced-motion){.___SLineCap_fzf2m_gg_{transition:none}}" /*__inner_css_end__*/, "fzf2m_gg_") /*__reshadow_css_end__*/, {
31
+ "__SRadian": "___SRadian_fzf2m_gg_",
32
+ "__SLine": "___SLine_fzf2m_gg_",
33
+ "_color": "__color_fzf2m_gg_",
34
+ "--color": "--color_fzf2m",
35
+ "_transparent": "__transparent_fzf2m_gg_",
36
+ "__SCap": "___SCap_fzf2m_gg_",
37
+ "_pattern": "__pattern_fzf2m_gg_",
38
+ "__SIcon": "___SIcon_fzf2m_gg_",
39
+ "__SLabel": "___SLabel_fzf2m_gg_",
40
+ "__SLineCap": "___SLineCap_fzf2m_gg_"
41
41
  });
42
42
  var baseAngle = -Math.PI / 2; // The top vertical line
43
43
  var RadialTreeBase = /*#__PURE__*/function (_Component) {
@@ -17,15 +17,15 @@ var _react = _interopRequireDefault(require("react"));
17
17
  var _createElement = _interopRequireDefault(require("./createElement"));
18
18
  var _utils = require("./utils");
19
19
  /*__reshadow-styles__:"./style/reference-line.shadow.css"*/
20
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SReferenceLine_1umhw_gg_{fill:none;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___STitle_1umhw_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79);transform-origin:var(--transform-origin_1umhw)}.___STitle_1umhw_gg_._position_top_1umhw_gg_{text-anchor:middle}.___STitle_1umhw_gg_._position_bottom_1umhw_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_1umhw_gg_._position_left_1umhw_gg_,.___STitle_1umhw_gg_._position_right_1umhw_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___SBackground_1umhw_gg_{fill:var(--intergalactic-chart-grid-period-bg, rgba(196, 199, 207, 0.2))}" /*__inner_css_end__*/, "1umhw_gg_") /*__reshadow_css_end__*/, {
21
- "__SReferenceLine": "___SReferenceLine_1umhw_gg_",
22
- "__STitle": "___STitle_1umhw_gg_",
23
- "--transform-origin": "--transform-origin_1umhw",
24
- "_position_top": "_position_top_1umhw_gg_",
25
- "_position_bottom": "_position_bottom_1umhw_gg_",
26
- "_position_right": "_position_right_1umhw_gg_",
27
- "_position_left": "_position_left_1umhw_gg_",
28
- "__SBackground": "___SBackground_1umhw_gg_"
20
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SReferenceLine_159fm_gg_{fill:none;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___STitle_159fm_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79);transform-origin:var(--transform-origin_159fm)}.___STitle_159fm_gg_._position_top_159fm_gg_{text-anchor:middle}.___STitle_159fm_gg_._position_bottom_159fm_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_159fm_gg_._position_left_159fm_gg_,.___STitle_159fm_gg_._position_right_159fm_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___SBackground_159fm_gg_{fill:var(--intergalactic-chart-grid-period-bg, rgba(196, 199, 207, 0.2))}" /*__inner_css_end__*/, "159fm_gg_") /*__reshadow_css_end__*/, {
21
+ "__SReferenceLine": "___SReferenceLine_159fm_gg_",
22
+ "__STitle": "___STitle_159fm_gg_",
23
+ "--transform-origin": "--transform-origin_159fm",
24
+ "_position_top": "_position_top_159fm_gg_",
25
+ "_position_bottom": "_position_bottom_159fm_gg_",
26
+ "_position_right": "_position_right_159fm_gg_",
27
+ "_position_left": "_position_left_159fm_gg_",
28
+ "__SBackground": "___SBackground_159fm_gg_"
29
29
  });
30
30
  var side2direction = {
31
31
  left: 'vertical',
@@ -23,15 +23,15 @@ var _utils = require("./utils");
23
23
  var _Tooltip = _interopRequireDefault(require("./Tooltip"));
24
24
  var _Pattern = require("./Pattern");
25
25
  /*__reshadow-styles__:"./style/scatterplot.shadow.css"*/
26
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SScatterPlot_1p1si_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-duration:var(--duration_1p1si);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SScatterPlot_1p1si_gg_:hover{opacity:.8}}.___SScatterPlot_1p1si_gg_.__color_1p1si_gg_{fill:var(--color_1p1si)}.___SScatterPlot_1p1si_gg_.__pattern_1p1si_gg_.__color_1p1si_gg_{fill:var(--pattern_1p1si);stroke:var(--color_1p1si);stroke-width:1px}.___SScatterPlot_1p1si_gg_.__transparent_1p1si_gg_{opacity:.3}.___SValue_1p1si_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50, 10px);stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SValue_1p1si_gg_.__color_1p1si_gg_{stroke:var(--color_1p1si)}.___SValue_1p1si_gg_.__transparent_1p1si_gg_{opacity:.3}" /*__inner_css_end__*/, "1p1si_gg_") /*__reshadow_css_end__*/, {
27
- "__SScatterPlot": "___SScatterPlot_1p1si_gg_",
28
- "_color": "__color_1p1si_gg_",
29
- "--color": "--color_1p1si",
30
- "_pattern": "__pattern_1p1si_gg_",
31
- "--pattern": "--pattern_1p1si",
32
- "_transparent": "__transparent_1p1si_gg_",
33
- "__SValue": "___SValue_1p1si_gg_",
34
- "--duration": "--duration_1p1si"
26
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SScatterPlot_1apg0_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-duration:var(--duration_1apg0);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SScatterPlot_1apg0_gg_:hover{opacity:.8}}.___SScatterPlot_1apg0_gg_.__color_1apg0_gg_{fill:var(--color_1apg0)}.___SScatterPlot_1apg0_gg_.__pattern_1apg0_gg_.__color_1apg0_gg_{fill:var(--pattern_1apg0);stroke:var(--color_1apg0);stroke-width:1px}.___SScatterPlot_1apg0_gg_.__transparent_1apg0_gg_{opacity:.3}.___SValue_1apg0_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50, 10px);stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SValue_1apg0_gg_.__color_1apg0_gg_{stroke:var(--color_1apg0)}.___SValue_1apg0_gg_.__transparent_1apg0_gg_{opacity:.3}" /*__inner_css_end__*/, "1apg0_gg_") /*__reshadow_css_end__*/, {
27
+ "__SScatterPlot": "___SScatterPlot_1apg0_gg_",
28
+ "_color": "__color_1apg0_gg_",
29
+ "--color": "--color_1apg0",
30
+ "_pattern": "__pattern_1apg0_gg_",
31
+ "--pattern": "--pattern_1apg0",
32
+ "_transparent": "__transparent_1apg0_gg_",
33
+ "__SValue": "___SValue_1apg0_gg_",
34
+ "--duration": "--duration_1apg0"
35
35
  });
36
36
  var ScatterPlotRoot = /*#__PURE__*/function (_Component) {
37
37
  (0, _inherits2["default"])(ScatterPlotRoot, _Component);
@@ -24,15 +24,15 @@ var _useColorResolver = require("intergalactic/utils/lib/use/useColorResolver");
24
24
  var _Pattern = require("./Pattern");
25
25
  var _excluded = ["Children", "children", "tag", "forcedAdvancedMode"];
26
26
  /*__reshadow-styles__:"./style/tooltip.shadow.css"*/
27
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___STooltip_12ob0_gg_{font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%);position:relative;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border-radius:var(--intergalactic-popper-rounded, 6px);border:1px solid var(--intergalactic-border-secondary, #e0e1e9);box-sizing:border-box;box-shadow:var(--intergalactic-box-shadow-popper, 0px 1px 12px 0px rgba(25, 27, 35, 0.15));padding:var(--intergalactic-spacing-3x, 12px)}.___STitle_12ob0_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SDotGroup_12ob0_gg_{display:flex;align-items:center}.___SDot_12ob0_gg_{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SDotCircle_12ob0_gg_.__color_12ob0_gg_{background-color:var(--color_12ob0);width:12px;height:12px;border-radius:50%}.___SFooter_12ob0_gg_{background:var(--intergalactic-bg-secondary-neutral, #f4f5f9);padding:var(--intergalactic-spacing-1x, 4px) var(--intergalactic-spacing-3x, 12px);border-radius:0 0 var(--intergalactic-rounded-medium, 6px) var(--intergalactic-rounded-medium, 6px);margin:var(--intergalactic-spacing-3x, 12px) calc(-1*var(--intergalactic-spacing-3x, 12px)) calc(-1*var(--intergalactic-spacing-3x, 12px))}" /*__inner_css_end__*/, "12ob0_gg_") /*__reshadow_css_end__*/, {
28
- "__STooltip": "___STooltip_12ob0_gg_",
29
- "__STitle": "___STitle_12ob0_gg_",
30
- "__SDotGroup": "___SDotGroup_12ob0_gg_",
31
- "__SDot": "___SDot_12ob0_gg_",
32
- "__SDotCircle": "___SDotCircle_12ob0_gg_",
33
- "_color": "__color_12ob0_gg_",
34
- "--color": "--color_12ob0",
35
- "__SFooter": "___SFooter_12ob0_gg_"
27
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___STooltip_1qs88_gg_{font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%);position:relative;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border-radius:var(--intergalactic-popper-rounded, 6px);border:1px solid var(--intergalactic-border-secondary, #e0e1e9);box-sizing:border-box;box-shadow:var(--intergalactic-box-shadow-popper, 0px 1px 12px 0px rgba(25, 27, 35, 0.15));padding:var(--intergalactic-spacing-3x, 12px)}.___STitle_1qs88_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SDotGroup_1qs88_gg_{display:flex;align-items:center}.___SDot_1qs88_gg_{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SDotCircle_1qs88_gg_.__color_1qs88_gg_{background-color:var(--color_1qs88);width:12px;height:12px;border-radius:50%}.___SFooter_1qs88_gg_{background:var(--intergalactic-bg-secondary-neutral, #f4f5f9);padding:var(--intergalactic-spacing-1x, 4px) var(--intergalactic-spacing-3x, 12px);border-radius:0 0 var(--intergalactic-rounded-medium, 6px) var(--intergalactic-rounded-medium, 6px);margin:var(--intergalactic-spacing-3x, 12px) calc(-1*var(--intergalactic-spacing-3x, 12px)) calc(-1*var(--intergalactic-spacing-3x, 12px))}" /*__inner_css_end__*/, "1qs88_gg_") /*__reshadow_css_end__*/, {
28
+ "__STooltip": "___STooltip_1qs88_gg_",
29
+ "__STitle": "___STitle_1qs88_gg_",
30
+ "__SDotGroup": "___SDotGroup_1qs88_gg_",
31
+ "__SDot": "___SDot_1qs88_gg_",
32
+ "__SDotCircle": "___SDotCircle_1qs88_gg_",
33
+ "_color": "__color_1qs88_gg_",
34
+ "--color": "--color_1qs88",
35
+ "__SFooter": "___SFooter_1qs88_gg_"
36
36
  });
37
37
  /**
38
38
  * `TooltipDotRenderContext` is a hack to bypass problem that getDotProps doesn't work for D3 tooltip.
@@ -25,15 +25,15 @@ var _Tooltip = _interopRequireDefault(require("./Tooltip"));
25
25
  var _Pattern = require("./Pattern");
26
26
  var _uniqueID = _interopRequireDefault(require("intergalactic/utils/lib/uniqueID"));
27
27
  /*__reshadow-styles__:"./style/venn.shadow.css"*/
28
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SCircle_1quyc_gg_,.___SIntersection_1quyc_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px}.___SCircle_1quyc_gg_{fill:var(--intergalactic-chart-palette-order-2, #59ddaa);fill-opacity:.5;transition-property:cx,cy;transition-duration:var(--duration_1quyc);transition-timing-function:ease-in-out}@media (hover:hover){.___SCircle_1quyc_gg_:hover{fill-opacity:.7}}.___SCircle_1quyc_gg_.__color_1quyc_gg_{fill:var(--color_1quyc)}.___SCircle_1quyc_gg_.__pattern_1quyc_gg_.__color_1quyc_gg_{fill:var(--pattern_1quyc);fill-opacity:.7;stroke:var(--color_1quyc);stroke-width:1px}@media (hover:hover){.___SCircle_1quyc_gg_.__pattern_1quyc_gg_.__color_1quyc_gg_:hover{fill-opacity:.85}}.___SCircle_1quyc_gg_.__transparent_1quyc_gg_{opacity:.3}.___SIntersection_1quyc_gg_{fill-opacity:0}@media (hover:hover){.___SIntersection_1quyc_gg_:hover{fill-opacity:.1}}.___SIntersection_1quyc_gg_.__transparent_1quyc_gg_{opacity:.3}" /*__inner_css_end__*/, "1quyc_gg_") /*__reshadow_css_end__*/, {
29
- "__SCircle": "___SCircle_1quyc_gg_",
30
- "_color": "__color_1quyc_gg_",
31
- "--color": "--color_1quyc",
32
- "_transparent": "__transparent_1quyc_gg_",
33
- "__SIntersection": "___SIntersection_1quyc_gg_",
34
- "--duration": "--duration_1quyc",
35
- "_pattern": "__pattern_1quyc_gg_",
36
- "--pattern": "--pattern_1quyc"
28
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SCircle_1ilm1_gg_,.___SIntersection_1ilm1_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px}.___SCircle_1ilm1_gg_{fill:var(--intergalactic-chart-palette-order-2, #59ddaa);fill-opacity:.5;transition-property:cx,cy;transition-duration:var(--duration_1ilm1);transition-timing-function:ease-in-out}@media (hover:hover){.___SCircle_1ilm1_gg_:hover{fill-opacity:.7}}.___SCircle_1ilm1_gg_.__color_1ilm1_gg_{fill:var(--color_1ilm1)}.___SCircle_1ilm1_gg_.__pattern_1ilm1_gg_.__color_1ilm1_gg_{fill:var(--pattern_1ilm1);fill-opacity:.7;stroke:var(--color_1ilm1);stroke-width:1px}@media (hover:hover){.___SCircle_1ilm1_gg_.__pattern_1ilm1_gg_.__color_1ilm1_gg_:hover{fill-opacity:.85}}.___SCircle_1ilm1_gg_.__transparent_1ilm1_gg_{opacity:.3}.___SIntersection_1ilm1_gg_{fill-opacity:0}@media (hover:hover){.___SIntersection_1ilm1_gg_:hover{fill-opacity:.1}}.___SIntersection_1ilm1_gg_.__transparent_1ilm1_gg_{opacity:.3}" /*__inner_css_end__*/, "1ilm1_gg_") /*__reshadow_css_end__*/, {
29
+ "__SCircle": "___SCircle_1ilm1_gg_",
30
+ "_color": "__color_1ilm1_gg_",
31
+ "--color": "--color_1ilm1",
32
+ "_transparent": "__transparent_1ilm1_gg_",
33
+ "__SIntersection": "___SIntersection_1ilm1_gg_",
34
+ "--duration": "--duration_1ilm1",
35
+ "_pattern": "__pattern_1ilm1_gg_",
36
+ "--pattern": "--pattern_1ilm1"
37
37
  });
38
38
  var VennRoot = /*#__PURE__*/function (_Component) {
39
39
  (0, _inherits2["default"])(VennRoot, _Component);
@@ -16,8 +16,8 @@ var _intergalacticDynamicLocales = require("./translations/module/__intergalacti
16
16
  var _WithI18n = require("intergalactic/utils/lib/enhances/WithI18n");
17
17
  var _flexBox = require("intergalactic/flex-box");
18
18
  /*__reshadow-styles__:"../style/plotA11yModule.shadow.css"*/
19
- var styles = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPlotA11yModule_1cmzo_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0}.___SPlotA11yModule_1cmzo_gg_:focus{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1}" /*__inner_css_end__*/, "1cmzo_gg_") /*__reshadow_css_end__*/, {
20
- "__SPlotA11yModule": "___SPlotA11yModule_1cmzo_gg_"
19
+ var styles = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPlotA11yModule_qwt53_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0}.___SPlotA11yModule_qwt53_gg_:focus{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1}" /*__inner_css_end__*/, "qwt53_gg_") /*__reshadow_css_end__*/, {
20
+ "__SPlotA11yModule": "___SPlotA11yModule_qwt53_gg_"
21
21
  });
22
22
  var globalWasFocused = false;
23
23
  var globalNavWithKeyboard = false;
@@ -21,8 +21,8 @@ var _flexBox = require("intergalactic/flex-box");
21
21
  var _i18nEnhance = require("intergalactic/utils/lib/enhances/i18nEnhance");
22
22
  var _intergalacticDynamicLocales = require("./translations/view/__intergalactic-dynamic-locales");
23
23
  /*__reshadow-styles__:"../style/plotA11yView.shadow.css"*/
24
- var styles = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPlotA11yView_tg0cl_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);color:var(--intergalactic-text-primary, #191b23);border:3px solid var(--intergalactic-border-primary, #c4c7cf);font-size:var(--intergalactic-fs-50, 10px);padding:2px;width:200px;height:200px;max-width:80%;max-height:80%;overflow:auto}.___SPlotA11yView_tg0cl_gg_:focus,.___SPlotA11yView_tg0cl_gg_:focus-within{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1;z-index:var(--intergalactic-z-index-overlay, 500);position:relative;display:block}.___SPlotA11yView_tg0cl_gg_ a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;margin-bottom:var(--intergalactic-spacing-2x, 8px);display:block}.___SPlotA11yView_tg0cl_gg_ table,.___SPlotA11yView_tg0cl_gg_ td,.___SPlotA11yView_tg0cl_gg_ th{border:1px solid var(--intergalactic-border-primary, #c4c7cf)}" /*__inner_css_end__*/, "tg0cl_gg_") /*__reshadow_css_end__*/, {
25
- "__SPlotA11yView": "___SPlotA11yView_tg0cl_gg_"
24
+ var styles = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPlotA11yView_p089x_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);color:var(--intergalactic-text-primary, #191b23);border:3px solid var(--intergalactic-border-primary, #c4c7cf);font-size:var(--intergalactic-fs-50, 10px);padding:2px;width:200px;height:200px;max-width:80%;max-height:80%;overflow:auto}.___SPlotA11yView_p089x_gg_:focus,.___SPlotA11yView_p089x_gg_:focus-within{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1;z-index:var(--intergalactic-z-index-overlay, 500);position:relative;display:block}.___SPlotA11yView_p089x_gg_ a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;margin-bottom:var(--intergalactic-spacing-2x, 8px);display:block}.___SPlotA11yView_p089x_gg_ table,.___SPlotA11yView_p089x_gg_ td,.___SPlotA11yView_p089x_gg_ th{border:1px solid var(--intergalactic-border-primary, #c4c7cf)}" /*__inner_css_end__*/, "p089x_gg_") /*__reshadow_css_end__*/, {
25
+ "__SPlotA11yView": "___SPlotA11yView_p089x_gg_"
26
26
  });
27
27
  var PlotA11yView = function PlotA11yView(_ref3) {
28
28
  var _ref = arguments[0],
@@ -135,7 +135,7 @@ var PlotA11yView = function PlotA11yView(_ref3) {
135
135
  (_heavyFindNextFocusab = (0, _focus.heavyFindNextFocusableElement)(plotRef.current)) === null || _heavyFindNextFocusab === void 0 ? void 0 : _heavyFindNextFocusab.focus();
136
136
  }, []);
137
137
  var handleSkipKeyboard = _react["default"].useCallback(function (event) {
138
- if (!(event.code === 'Enter' || event.code === 'Space')) return;
138
+ if (!(event.key === 'Enter' || event.key === ' ')) return;
139
139
  event.preventDefault();
140
140
  handleSkip();
141
141
  }, [handleSkip]);
@@ -144,7 +144,7 @@ var PlotA11yView = function PlotA11yView(_ref3) {
144
144
  (_dataTableRef$current = dataTableRef.current) === null || _dataTableRef$current === void 0 ? void 0 : _dataTableRef$current.focus();
145
145
  }, []);
146
146
  var handleGoToTableKeyboard = _react["default"].useCallback(function (event) {
147
- if (!(event.code === 'Enter' || event.code === 'Space')) return;
147
+ if (!(event.key === 'Enter' || event.key === ' ')) return;
148
148
  event.preventDefault();
149
149
  handleGoToTable();
150
150
  }, [handleGoToTable]);
@@ -1 +1 @@
1
- {"version":3,"file":"PlotA11yView.js","names":["_core","require","_react","_interopRequireDefault","_focus","_hints","_serialize","_intl","_summarize","_flexBox","_i18nEnhance","_intergalacticDynamicLocales","styles","sstyled","insert","PlotA11yView","_ref3","_ref","arguments[0]","_ref2","id","providedData","data","hints","plotLabel","plotRef","providedConfig","config","locale","SPlotA11yView","Box","translations","useAsyncI18nMessages","localizedMessages","intl","React","useMemo","getIntl","makeDataSummarizationConfig","Array","isArray","keys","_fromHints","_fromHints2","_fromHints3","_fromHints4","_fromHints5","fromHints","push","apply","_toConsumableArray2","fields","verticalAxes","horizontalAxes","valueAxes","additionalFields","Object","values","Set","filter","key","length","forEach","row","_fromHints6","duplicatedBaseKeys","baseKeys","titles","valuesAxes","map","has","axesTitle","vertical","horizontal","entry","undefined","doublicated","handled","_iterator","_createForOfIteratorHelper2","_step","s","n","done","_step$value","_slicedToArray2","value","label","err","e","f","renderTitle","useCallback","dataKey","_React$useState","useState","_React$useState2","summary","setSummary","_React$useState3","_React$useState4","generatingSummary","setGeneratingSummary","useEffect","disable","override","setTimeout","summarize","handleSkip","_heavyFindNextFocusab","current","heavyFindNextFocusableElement","focus","handleSkipKeyboard","event","code","preventDefault","handleGoToTable","_dataTableRef$current","dataTableRef","handleGoToTableKeyboard","texts","formatMessage","close","skipPlot","goToTable","summaryPlaceholder","table","useRef","createElement","cn","_objectSpread2","assignProps","concat","index","item","_typeof2","join","_ref4","_ref5","formatValue","exports"],"sources":["../../../src/a11y/PlotA11yView.tsx"],"sourcesContent":["import React from 'react';\nimport { heavyFindNextFocusableElement } from './focus';\nimport { makeDataSummarizationConfig } from './hints';\nimport type { A11yViewProps } from './PlotA11yModule';\nimport { formatValue } from './serialize';\nimport { getIntl } from './intl';\nimport { summarize } from './summarize';\nimport { Root, sstyled } from '@semcore/core';\nimport styles from '../style/plotA11yView.shadow.css';\nimport { Box } from '@semcore/flex-box';\nimport { useAsyncI18nMessages } from '@semcore/utils/lib/enhances/i18nEnhance';\nimport { localizedMessages } from './translations/view/__intergalactic-dynamic-locales';\n\nexport const PlotA11yView: React.FC<A11yViewProps> = ({\n id,\n data: providedData,\n hints,\n plotLabel,\n plotRef,\n config: providedConfig,\n locale,\n}) => {\n const SPlotA11yView = Root;\n const translations = useAsyncI18nMessages(localizedMessages, locale);\n const intl = React.useMemo(\n () => getIntl(locale, translations, localizedMessages),\n [locale, translations, localizedMessages],\n );\n const config = React.useMemo(() => makeDataSummarizationConfig(providedConfig), [providedConfig]);\n const data = React.useMemo(\n () => (Array.isArray(providedData) ? providedData : [providedData]),\n [providedData],\n );\n const keys = React.useMemo(() => {\n let fromHints: (string | number)[] = [];\n fromHints.push(...hints.fields.verticalAxes);\n fromHints.push(...hints.fields.horizontalAxes);\n fromHints.push(...hints.fields.valueAxes);\n fromHints.push(...config.additionalFields);\n fromHints.push(...Object.keys(hints.fields.values));\n\n fromHints = [...new Set(fromHints)].filter((key) => key in data[0]);\n\n if (fromHints.length === 0) {\n data.forEach((row) => fromHints.push(...Object.keys(row)));\n }\n\n return [...new Set(fromHints)];\n }, [data, hints]);\n const duplicatedBaseKeys = React.useMemo(() => {\n const baseKeys = keys\n .filter((key) => !hints.titles.valuesAxes[key])\n .map((key) => {\n if (hints.fields.verticalAxes.has(key) && hints.axesTitle.vertical)\n return [key, hints.axesTitle.vertical];\n if (hints.fields.horizontalAxes.has(key) && hints.axesTitle.horizontal)\n return [key, hints.axesTitle.horizontal];\n })\n .filter((entry) => entry !== undefined)\n .map((entry) => entry!);\n const doublicated: Record<string, true> = {};\n const handled: Record<string, string | number> = {};\n for (const [key, label] of baseKeys) {\n if (handled[label]) {\n doublicated[key] = true;\n doublicated[handled[label]] = true;\n }\n handled[label] = key;\n }\n return doublicated;\n }, [keys, hints]);\n const renderTitle = React.useCallback(\n (dataKey: string | number) => {\n if (hints.titles.valuesAxes[dataKey]) return hints.titles.valuesAxes[dataKey];\n if (!duplicatedBaseKeys[dataKey]) {\n if (hints.fields.verticalAxes.has(dataKey) && hints.axesTitle.vertical)\n return hints.axesTitle.vertical;\n if (hints.fields.horizontalAxes.has(dataKey) && hints.axesTitle.horizontal)\n return hints.axesTitle.horizontal;\n }\n\n return dataKey;\n },\n [data, hints, duplicatedBaseKeys],\n );\n\n const [summary, setSummary] = React.useState<string | null>(null);\n const [generatingSummary, setGeneratingSummary] = React.useState(true);\n\n React.useEffect(() => {\n if (config.disable) {\n setSummary('');\n setGeneratingSummary(false);\n return;\n }\n if (config.override) {\n setSummary(config.override);\n setGeneratingSummary(false);\n return;\n }\n setTimeout(() => {\n setSummary(summarize(providedData, hints, config, locale, translations, localizedMessages));\n setGeneratingSummary(false);\n }, 0);\n }, [providedData, hints, config, locale, translations, localizedMessages]);\n\n const handleSkip = React.useCallback(() => {\n if (!plotRef.current) return;\n\n heavyFindNextFocusableElement(plotRef.current)?.focus();\n }, []);\n const handleSkipKeyboard = React.useCallback(\n (event: React.KeyboardEvent) => {\n if (!(event.code === 'Enter' || event.code === 'Space')) return;\n\n event.preventDefault();\n handleSkip();\n },\n [handleSkip],\n );\n const handleGoToTable = React.useCallback(() => {\n dataTableRef.current?.focus();\n }, []);\n const handleGoToTableKeyboard = React.useCallback(\n (event: React.KeyboardEvent) => {\n if (!(event.code === 'Enter' || event.code === 'Space')) return;\n\n event.preventDefault();\n handleGoToTable();\n },\n [handleGoToTable],\n );\n\n const texts = React.useMemo(\n () => ({\n label: intl.formatMessage(\n { id: 'view-label' },\n { plotLabel: plotLabel ?? intl.formatMessage({ id: 'view-default-plot-label' }) },\n ),\n close: intl.formatMessage({ id: 'view-close' }),\n skipPlot: intl.formatMessage({ id: 'view-skip-plot' }),\n goToTable: intl.formatMessage({ id: 'view-go-to-table' }),\n summary: intl.formatMessage({ id: 'view-data-summary' }),\n summaryPlaceholder: intl.formatMessage({ id: 'view-summary-placeholder' }),\n table: intl.formatMessage({ id: 'view-table' }),\n }),\n [intl, plotLabel],\n );\n\n const dataTableRef = React.useRef<HTMLTableElement>(null);\n\n return sstyled(styles)(\n <SPlotA11yView render={Box} tabIndex={0} aria-label={texts.label}>\n {/* biome-ignore lint/a11y/useValidAnchor: */}\n <a aria-hidden onClick={handleSkip}>\n {texts.close}\n </a>\n {/* biome-ignore lint/a11y/useValidAnchor: */}\n <a role='link' tabIndex={0} onKeyDown={handleSkipKeyboard} onClick={handleSkip}>\n {texts.skipPlot}\n </a>\n {/* biome-ignore lint/a11y/useValidAnchor: */}\n <a role='link' tabIndex={0} onKeyDown={handleGoToTableKeyboard} onClick={handleGoToTable}>\n {texts.goToTable}\n </a>\n <strong>\n <label htmlFor={`${id}-data-summary`}>{texts.summary}</label>\n </strong>\n <div id={`${id}-data-summary`} aria-busy={generatingSummary} tabIndex={0}>\n {generatingSummary ? texts.summaryPlaceholder : summary}\n </div>\n <strong>\n <label htmlFor={`${id}-data-table`}>{texts.table}</label>\n </strong>\n <table id={`${id}-data-table`} tabIndex={0} ref={dataTableRef}>\n <thead>\n <tr>\n {keys.map((key, index) => (\n <th key={`${key}-${index}`}>{renderTitle(key)}</th>\n ))}\n </tr>\n </thead>\n <tbody>\n {data.map((row, index) => (\n <tr\n key={`${Object.values(row)\n .filter((item) => typeof item !== 'symbol')\n .join('-')}-${index}`}\n >\n {keys\n .map((key) => (typeof row[key] !== 'symbol' ? [key, row[key]] : [key, '']))\n .map(([key, value], index) => (\n <td key={`${key}-${index}`}>{formatValue(intl, value)}</td>\n ))}\n </tr>\n ))}\n </tbody>\n </table>\n </SPlotA11yView>,\n ) as React.ReactElement;\n};\n"],"mappings":"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"}
1
+ {"version":3,"file":"PlotA11yView.js","names":["_core","require","_react","_interopRequireDefault","_focus","_hints","_serialize","_intl","_summarize","_flexBox","_i18nEnhance","_intergalacticDynamicLocales","styles","sstyled","insert","PlotA11yView","_ref3","_ref","arguments[0]","_ref2","id","providedData","data","hints","plotLabel","plotRef","providedConfig","config","locale","SPlotA11yView","Box","translations","useAsyncI18nMessages","localizedMessages","intl","React","useMemo","getIntl","makeDataSummarizationConfig","Array","isArray","keys","_fromHints","_fromHints2","_fromHints3","_fromHints4","_fromHints5","fromHints","push","apply","_toConsumableArray2","fields","verticalAxes","horizontalAxes","valueAxes","additionalFields","Object","values","Set","filter","key","length","forEach","row","_fromHints6","duplicatedBaseKeys","baseKeys","titles","valuesAxes","map","has","axesTitle","vertical","horizontal","entry","undefined","doublicated","handled","_iterator","_createForOfIteratorHelper2","_step","s","n","done","_step$value","_slicedToArray2","value","label","err","e","f","renderTitle","useCallback","dataKey","_React$useState","useState","_React$useState2","summary","setSummary","_React$useState3","_React$useState4","generatingSummary","setGeneratingSummary","useEffect","disable","override","setTimeout","summarize","handleSkip","_heavyFindNextFocusab","current","heavyFindNextFocusableElement","focus","handleSkipKeyboard","event","preventDefault","handleGoToTable","_dataTableRef$current","dataTableRef","handleGoToTableKeyboard","texts","formatMessage","close","skipPlot","goToTable","summaryPlaceholder","table","useRef","createElement","cn","_objectSpread2","assignProps","concat","index","item","_typeof2","join","_ref4","_ref5","formatValue","exports"],"sources":["../../../src/a11y/PlotA11yView.tsx"],"sourcesContent":["import React from 'react';\nimport { heavyFindNextFocusableElement } from './focus';\nimport { makeDataSummarizationConfig } from './hints';\nimport type { A11yViewProps } from './PlotA11yModule';\nimport { formatValue } from './serialize';\nimport { getIntl } from './intl';\nimport { summarize } from './summarize';\nimport { Root, sstyled } from '@semcore/core';\nimport styles from '../style/plotA11yView.shadow.css';\nimport { Box } from '@semcore/flex-box';\nimport { useAsyncI18nMessages } from '@semcore/utils/lib/enhances/i18nEnhance';\nimport { localizedMessages } from './translations/view/__intergalactic-dynamic-locales';\n\nexport const PlotA11yView: React.FC<A11yViewProps> = ({\n id,\n data: providedData,\n hints,\n plotLabel,\n plotRef,\n config: providedConfig,\n locale,\n}) => {\n const SPlotA11yView = Root;\n const translations = useAsyncI18nMessages(localizedMessages, locale);\n const intl = React.useMemo(\n () => getIntl(locale, translations, localizedMessages),\n [locale, translations, localizedMessages],\n );\n const config = React.useMemo(() => makeDataSummarizationConfig(providedConfig), [providedConfig]);\n const data = React.useMemo(\n () => (Array.isArray(providedData) ? providedData : [providedData]),\n [providedData],\n );\n const keys = React.useMemo(() => {\n let fromHints: (string | number)[] = [];\n fromHints.push(...hints.fields.verticalAxes);\n fromHints.push(...hints.fields.horizontalAxes);\n fromHints.push(...hints.fields.valueAxes);\n fromHints.push(...config.additionalFields);\n fromHints.push(...Object.keys(hints.fields.values));\n\n fromHints = [...new Set(fromHints)].filter((key) => key in data[0]);\n\n if (fromHints.length === 0) {\n data.forEach((row) => fromHints.push(...Object.keys(row)));\n }\n\n return [...new Set(fromHints)];\n }, [data, hints]);\n const duplicatedBaseKeys = React.useMemo(() => {\n const baseKeys = keys\n .filter((key) => !hints.titles.valuesAxes[key])\n .map((key) => {\n if (hints.fields.verticalAxes.has(key) && hints.axesTitle.vertical)\n return [key, hints.axesTitle.vertical];\n if (hints.fields.horizontalAxes.has(key) && hints.axesTitle.horizontal)\n return [key, hints.axesTitle.horizontal];\n })\n .filter((entry) => entry !== undefined)\n .map((entry) => entry!);\n const doublicated: Record<string, true> = {};\n const handled: Record<string, string | number> = {};\n for (const [key, label] of baseKeys) {\n if (handled[label]) {\n doublicated[key] = true;\n doublicated[handled[label]] = true;\n }\n handled[label] = key;\n }\n return doublicated;\n }, [keys, hints]);\n const renderTitle = React.useCallback(\n (dataKey: string | number) => {\n if (hints.titles.valuesAxes[dataKey]) return hints.titles.valuesAxes[dataKey];\n if (!duplicatedBaseKeys[dataKey]) {\n if (hints.fields.verticalAxes.has(dataKey) && hints.axesTitle.vertical)\n return hints.axesTitle.vertical;\n if (hints.fields.horizontalAxes.has(dataKey) && hints.axesTitle.horizontal)\n return hints.axesTitle.horizontal;\n }\n\n return dataKey;\n },\n [data, hints, duplicatedBaseKeys],\n );\n\n const [summary, setSummary] = React.useState<string | null>(null);\n const [generatingSummary, setGeneratingSummary] = React.useState(true);\n\n React.useEffect(() => {\n if (config.disable) {\n setSummary('');\n setGeneratingSummary(false);\n return;\n }\n if (config.override) {\n setSummary(config.override);\n setGeneratingSummary(false);\n return;\n }\n setTimeout(() => {\n setSummary(summarize(providedData, hints, config, locale, translations, localizedMessages));\n setGeneratingSummary(false);\n }, 0);\n }, [providedData, hints, config, locale, translations, localizedMessages]);\n\n const handleSkip = React.useCallback(() => {\n if (!plotRef.current) return;\n\n heavyFindNextFocusableElement(plotRef.current)?.focus();\n }, []);\n const handleSkipKeyboard = React.useCallback(\n (event: React.KeyboardEvent) => {\n if (!(event.key === 'Enter' || event.key === ' ')) return;\n\n event.preventDefault();\n handleSkip();\n },\n [handleSkip],\n );\n const handleGoToTable = React.useCallback(() => {\n dataTableRef.current?.focus();\n }, []);\n const handleGoToTableKeyboard = React.useCallback(\n (event: React.KeyboardEvent) => {\n if (!(event.key === 'Enter' || event.key === ' ')) return;\n\n event.preventDefault();\n handleGoToTable();\n },\n [handleGoToTable],\n );\n\n const texts = React.useMemo(\n () => ({\n label: intl.formatMessage(\n { id: 'view-label' },\n { plotLabel: plotLabel ?? intl.formatMessage({ id: 'view-default-plot-label' }) },\n ),\n close: intl.formatMessage({ id: 'view-close' }),\n skipPlot: intl.formatMessage({ id: 'view-skip-plot' }),\n goToTable: intl.formatMessage({ id: 'view-go-to-table' }),\n summary: intl.formatMessage({ id: 'view-data-summary' }),\n summaryPlaceholder: intl.formatMessage({ id: 'view-summary-placeholder' }),\n table: intl.formatMessage({ id: 'view-table' }),\n }),\n [intl, plotLabel],\n );\n\n const dataTableRef = React.useRef<HTMLTableElement>(null);\n\n return sstyled(styles)(\n <SPlotA11yView render={Box} tabIndex={0} aria-label={texts.label}>\n {/* biome-ignore lint/a11y/useValidAnchor: */}\n <a aria-hidden onClick={handleSkip}>\n {texts.close}\n </a>\n {/* biome-ignore lint/a11y/useValidAnchor: */}\n <a role='link' tabIndex={0} onKeyDown={handleSkipKeyboard} onClick={handleSkip}>\n {texts.skipPlot}\n </a>\n {/* biome-ignore lint/a11y/useValidAnchor: */}\n <a role='link' tabIndex={0} onKeyDown={handleGoToTableKeyboard} onClick={handleGoToTable}>\n {texts.goToTable}\n </a>\n <strong>\n <label htmlFor={`${id}-data-summary`}>{texts.summary}</label>\n </strong>\n <div id={`${id}-data-summary`} aria-busy={generatingSummary} tabIndex={0}>\n {generatingSummary ? texts.summaryPlaceholder : summary}\n </div>\n <strong>\n <label htmlFor={`${id}-data-table`}>{texts.table}</label>\n </strong>\n <table id={`${id}-data-table`} tabIndex={0} ref={dataTableRef}>\n <thead>\n <tr>\n {keys.map((key, index) => (\n <th key={`${key}-${index}`}>{renderTitle(key)}</th>\n ))}\n </tr>\n </thead>\n <tbody>\n {data.map((row, index) => (\n <tr\n key={`${Object.values(row)\n .filter((item) => typeof item !== 'symbol')\n .join('-')}-${index}`}\n >\n {keys\n .map((key) => (typeof row[key] !== 'symbol' ? [key, row[key]] : [key, '']))\n .map(([key, value], index) => (\n <td key={`${key}-${index}`}>{formatValue(intl, value)}</td>\n ))}\n </tr>\n ))}\n </tbody>\n </table>\n </SPlotA11yView>,\n ) as React.ReactElement;\n};\n"],"mappings":"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"}