@semcore/d3-chart 2.14.6 → 2.14.8

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 (61) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/lib/cjs/Area.js +9 -9
  3. package/lib/cjs/Axis.js +13 -13
  4. package/lib/cjs/Bar.js +8 -8
  5. package/lib/cjs/Bubble.js +10 -10
  6. package/lib/cjs/Donut.js +7 -7
  7. package/lib/cjs/Dots.js +9 -9
  8. package/lib/cjs/HorizontalBar.js +8 -8
  9. package/lib/cjs/Hover.js +3 -3
  10. package/lib/cjs/Line.js +8 -8
  11. package/lib/cjs/Plot.js +3 -3
  12. package/lib/cjs/Radar.js +17 -17
  13. package/lib/cjs/RadialTree.js +21 -21
  14. package/lib/cjs/RadialTree.js.map +1 -1
  15. package/lib/cjs/ReferenceLine.js +9 -9
  16. package/lib/cjs/ScatterPlot.js +7 -7
  17. package/lib/cjs/Tooltip.js +8 -8
  18. package/lib/cjs/Venn.js +7 -7
  19. package/lib/cjs/a11y/PlotA11yModule.js +2 -2
  20. package/lib/cjs/a11y/PlotA11yView.js +3 -3
  21. package/lib/cjs/a11y/translations/view/de.json +2 -1
  22. package/lib/cjs/a11y/translations/view/es.json +2 -1
  23. package/lib/cjs/a11y/translations/view/fr.json +2 -1
  24. package/lib/cjs/a11y/translations/view/it.json +2 -1
  25. package/lib/cjs/a11y/translations/view/ja.json +2 -1
  26. package/lib/cjs/a11y/translations/view/ko.json +2 -1
  27. package/lib/cjs/a11y/translations/view/pt.json +2 -1
  28. package/lib/cjs/a11y/translations/view/tr.json +2 -1
  29. package/lib/cjs/a11y/translations/view/vi.json +2 -1
  30. package/lib/cjs/a11y/translations/view/zh.json +2 -1
  31. package/lib/es6/Area.js +9 -9
  32. package/lib/es6/Axis.js +13 -13
  33. package/lib/es6/Bar.js +8 -8
  34. package/lib/es6/Bubble.js +10 -10
  35. package/lib/es6/Donut.js +7 -7
  36. package/lib/es6/Dots.js +9 -9
  37. package/lib/es6/HorizontalBar.js +8 -8
  38. package/lib/es6/Hover.js +3 -3
  39. package/lib/es6/Line.js +8 -8
  40. package/lib/es6/Plot.js +3 -3
  41. package/lib/es6/Radar.js +17 -17
  42. package/lib/es6/RadialTree.js +21 -21
  43. package/lib/es6/RadialTree.js.map +1 -1
  44. package/lib/es6/ReferenceLine.js +9 -9
  45. package/lib/es6/ScatterPlot.js +7 -7
  46. package/lib/es6/Tooltip.js +8 -8
  47. package/lib/es6/Venn.js +7 -7
  48. package/lib/es6/a11y/PlotA11yModule.js +2 -2
  49. package/lib/es6/a11y/PlotA11yView.js +3 -3
  50. package/lib/es6/a11y/translations/view/de.json +2 -1
  51. package/lib/es6/a11y/translations/view/es.json +2 -1
  52. package/lib/es6/a11y/translations/view/fr.json +2 -1
  53. package/lib/es6/a11y/translations/view/it.json +2 -1
  54. package/lib/es6/a11y/translations/view/ja.json +2 -1
  55. package/lib/es6/a11y/translations/view/ko.json +2 -1
  56. package/lib/es6/a11y/translations/view/pt.json +2 -1
  57. package/lib/es6/a11y/translations/view/tr.json +2 -1
  58. package/lib/es6/a11y/translations/view/vi.json +2 -1
  59. package/lib/es6/a11y/translations/view/zh.json +2 -1
  60. package/lib/types/a11y/translations/view/__intergalactic-dynamic-locales.d.ts +10 -0
  61. package/package.json +1 -1
package/lib/es6/Bar.js CHANGED
@@ -13,14 +13,14 @@ import createElement from './createElement';
13
13
  import ClipPath from './ClipPath';
14
14
  import { getBandwidth, roundedPath } from './utils';
15
15
  /*__reshadow-styles__:"./style/bar.shadow.css"*/
16
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SBar_el5i8_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_el5i8);transition-timing-function:ease-in-out}.___SBar_el5i8_gg_.__color_el5i8_gg_{fill:var(--color_el5i8)}.___SBar_el5i8_gg_.__hide_el5i8_gg_{display:none}.___SBar_el5i8_gg_.__transparent_el5i8_gg_{opacity:.3}.___SBackground_el5i8_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}" /*__inner_css_end__*/, "el5i8_gg_") /*__reshadow_css_end__*/, {
17
- "__SBar": "___SBar_el5i8_gg_",
18
- "--duration": "--duration_el5i8",
19
- "_color": "__color_el5i8_gg_",
20
- "--color": "--color_el5i8",
21
- "_hide": "__hide_el5i8_gg_",
22
- "_transparent": "__transparent_el5i8_gg_",
23
- "__SBackground": "___SBackground_el5i8_gg_"
16
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SBar_1jpoy_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1jpoy);transition-timing-function:ease-in-out}.___SBar_1jpoy_gg_.__color_1jpoy_gg_{fill:var(--color_1jpoy)}.___SBar_1jpoy_gg_.__hide_1jpoy_gg_{display:none}.___SBar_1jpoy_gg_.__transparent_1jpoy_gg_{opacity:.3}.___SBackground_1jpoy_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}" /*__inner_css_end__*/, "1jpoy_gg_") /*__reshadow_css_end__*/, {
17
+ "__SBar": "___SBar_1jpoy_gg_",
18
+ "--duration": "--duration_1jpoy",
19
+ "_color": "__color_1jpoy_gg_",
20
+ "--color": "--color_1jpoy",
21
+ "_hide": "__hide_1jpoy_gg_",
22
+ "_transparent": "__transparent_1jpoy_gg_",
23
+ "__SBackground": "___SBackground_1jpoy_gg_"
24
24
  });
25
25
  export var MIN_HEIGHT = 2;
26
26
  var calcPartBarY = function calcPartBarY(y, minHeight, height) {
package/lib/es6/Bubble.js CHANGED
@@ -18,16 +18,16 @@ import createElement from './createElement';
18
18
  import ClipPath from './ClipPath';
19
19
  import { CONSTANT, measureText } from './utils';
20
20
  /*__reshadow-styles__:"./style/bubble.shadow.css"*/
21
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SBubble_1t3ri_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_1t3ri);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_1t3ri_gg_:hover{opacity:.8}}.___SBubble_1t3ri_gg_.__color_1t3ri_gg_{fill:var(--color_1t3ri)}.___SBubble_1t3ri_gg_.__transparent_1t3ri_gg_{opacity:.3}.___SCenter_1t3ri_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SCenter_1t3ri_gg_.__color_1t3ri_gg_{stroke:var(--color_1t3ri)}.___SCenter_1t3ri_gg_.__transparent_1t3ri_gg_{opacity:.3}.___SLabel_1t3ri_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLabel_1t3ri_gg_._position_right_1t3ri_gg_{text-anchor:end}.___SLabel_1t3ri_gg_._position_left_1t3ri_gg_{text-anchor:start}.___SLabel_1t3ri_gg_.__color_1t3ri_gg_{fill:var(--color_1t3ri)}.___SLabel_1t3ri_gg_.__transparent_1t3ri_gg_{opacity:.3}" /*__inner_css_end__*/, "1t3ri_gg_") /*__reshadow_css_end__*/, {
22
- "__SBubble": "___SBubble_1t3ri_gg_",
23
- "--duration": "--duration_1t3ri",
24
- "_color": "__color_1t3ri_gg_",
25
- "--color": "--color_1t3ri",
26
- "_transparent": "__transparent_1t3ri_gg_",
27
- "__SCenter": "___SCenter_1t3ri_gg_",
28
- "__SLabel": "___SLabel_1t3ri_gg_",
29
- "_position_right": "_position_right_1t3ri_gg_",
30
- "_position_left": "_position_left_1t3ri_gg_"
21
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SBubble_1h0c6_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_1h0c6);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_1h0c6_gg_:hover{opacity:.8}}.___SBubble_1h0c6_gg_.__color_1h0c6_gg_{fill:var(--color_1h0c6)}.___SBubble_1h0c6_gg_.__transparent_1h0c6_gg_{opacity:.3}.___SCenter_1h0c6_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SCenter_1h0c6_gg_.__color_1h0c6_gg_{stroke:var(--color_1h0c6)}.___SCenter_1h0c6_gg_.__transparent_1h0c6_gg_{opacity:.3}.___SLabel_1h0c6_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLabel_1h0c6_gg_._position_right_1h0c6_gg_{text-anchor:end}.___SLabel_1h0c6_gg_._position_left_1h0c6_gg_{text-anchor:start}.___SLabel_1h0c6_gg_.__color_1h0c6_gg_{fill:var(--color_1h0c6)}.___SLabel_1h0c6_gg_.__transparent_1h0c6_gg_{opacity:.3}" /*__inner_css_end__*/, "1h0c6_gg_") /*__reshadow_css_end__*/, {
22
+ "__SBubble": "___SBubble_1h0c6_gg_",
23
+ "--duration": "--duration_1h0c6",
24
+ "_color": "__color_1h0c6_gg_",
25
+ "--color": "--color_1h0c6",
26
+ "_transparent": "__transparent_1h0c6_gg_",
27
+ "__SCenter": "___SCenter_1h0c6_gg_",
28
+ "__SLabel": "___SLabel_1h0c6_gg_",
29
+ "_position_right": "_position_right_1h0c6_gg_",
30
+ "_position_left": "_position_left_1h0c6_gg_"
31
31
  });
32
32
  var BubbleRoot = /*#__PURE__*/function (_Component) {
33
33
  _inherits(BubbleRoot, _Component);
package/lib/es6/Donut.js CHANGED
@@ -19,13 +19,13 @@ import uniqueIDEnhancement from '@semcore/utils/lib/uniqueID';
19
19
  import createElement from './createElement';
20
20
  import { CONSTANT } from './utils';
21
21
  /*__reshadow-styles__:"./style/donut.shadow.css"*/
22
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPie_k1t56_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_k1t56_gg_.__color_k1t56_gg_{fill:var(--color_k1t56)}.___SPie_k1t56_gg_.__transparent_k1t56_gg_{opacity:.3}.___SEmptyData_k1t56_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_k1t56_gg_.__color_k1t56_gg_{fill:var(--color_k1t56)}.___SLabel_k1t56_gg_{text-anchor:middle;vertical-anchor:middle}" /*__inner_css_end__*/, "k1t56_gg_") /*__reshadow_css_end__*/, {
23
- "__SPie": "___SPie_k1t56_gg_",
24
- "_color": "__color_k1t56_gg_",
25
- "--color": "--color_k1t56",
26
- "_transparent": "__transparent_k1t56_gg_",
27
- "__SEmptyData": "___SEmptyData_k1t56_gg_",
28
- "__SLabel": "___SLabel_k1t56_gg_"
22
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPie_pjsar_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_pjsar_gg_.__color_pjsar_gg_{fill:var(--color_pjsar)}.___SPie_pjsar_gg_.__transparent_pjsar_gg_{opacity:.3}.___SEmptyData_pjsar_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_pjsar_gg_.__color_pjsar_gg_{fill:var(--color_pjsar)}.___SLabel_pjsar_gg_{text-anchor:middle;vertical-anchor:middle}" /*__inner_css_end__*/, "pjsar_gg_") /*__reshadow_css_end__*/, {
23
+ "__SPie": "___SPie_pjsar_gg_",
24
+ "_color": "__color_pjsar_gg_",
25
+ "--color": "--color_pjsar",
26
+ "_transparent": "__transparent_pjsar_gg_",
27
+ "__SEmptyData": "___SEmptyData_pjsar_gg_",
28
+ "__SLabel": "___SLabel_pjsar_gg_"
29
29
  });
30
30
  var DEFAULT_INSTANCE = Symbol('DEFAULT_INSTANCE');
31
31
  function transitionAnglePie(_ref4) {
package/lib/es6/Dots.js CHANGED
@@ -7,15 +7,15 @@ import trottle from '@semcore/utils/lib/rafTrottle';
7
7
  import createElement from './createElement';
8
8
  import { eventToPoint, invert } from './utils';
9
9
  /*__reshadow-styles__:"./style/dot.shadow.css"*/
10
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SDots_15uxt_gg_ .___SDot_15uxt_gg_{transition-duration:var(--duration_15uxt)}.___SDot_15uxt_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px;fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-timing-function:ease-in-out}.___SDot_15uxt_gg_.__hide_15uxt_gg_{display:none}.___SDot_15uxt_gg_.__active_15uxt_gg_{r:8px}.___SDot_15uxt_gg_.__color_15uxt_gg_{fill:var(--color_15uxt)}.___SDot_15uxt_gg_.__transparent_15uxt_gg_{opacity:.3}" /*__inner_css_end__*/, "15uxt_gg_") /*__reshadow_css_end__*/, {
11
- "__SDots": "___SDots_15uxt_gg_",
12
- "__SDot": "___SDot_15uxt_gg_",
13
- "--duration": "--duration_15uxt",
14
- "_hide": "__hide_15uxt_gg_",
15
- "_active": "__active_15uxt_gg_",
16
- "_color": "__color_15uxt_gg_",
17
- "--color": "--color_15uxt",
18
- "_transparent": "__transparent_15uxt_gg_"
10
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SDots_1l7ig_gg_ .___SDot_1l7ig_gg_{transition-duration:var(--duration_1l7ig)}.___SDot_1l7ig_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px;fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-timing-function:ease-in-out}.___SDot_1l7ig_gg_.__hide_1l7ig_gg_{display:none}.___SDot_1l7ig_gg_.__active_1l7ig_gg_{r:8px}.___SDot_1l7ig_gg_.__color_1l7ig_gg_{fill:var(--color_1l7ig)}.___SDot_1l7ig_gg_.__transparent_1l7ig_gg_{opacity:.3}" /*__inner_css_end__*/, "1l7ig_gg_") /*__reshadow_css_end__*/, {
11
+ "__SDots": "___SDots_1l7ig_gg_",
12
+ "__SDot": "___SDot_1l7ig_gg_",
13
+ "--duration": "--duration_1l7ig",
14
+ "_hide": "__hide_1l7ig_gg_",
15
+ "_active": "__active_1l7ig_gg_",
16
+ "_color": "__color_1l7ig_gg_",
17
+ "--color": "--color_1l7ig",
18
+ "_transparent": "__transparent_1l7ig_gg_"
19
19
  });
20
20
  var EXCLUDE_PROPS = ['data', 'scale', 'value', 'display'];
21
21
  function Dots(props) {
@@ -12,14 +12,14 @@ import createElement from './createElement';
12
12
  import ClipPath from './ClipPath';
13
13
  import { getBandwidth, roundedPath } from './utils';
14
14
  /*__reshadow-styles__:"./style/bar.shadow.css"*/
15
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SBar_el5i8_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_el5i8);transition-timing-function:ease-in-out}.___SBar_el5i8_gg_.__color_el5i8_gg_{fill:var(--color_el5i8)}.___SBar_el5i8_gg_.__hide_el5i8_gg_{display:none}.___SBar_el5i8_gg_.__transparent_el5i8_gg_{opacity:.3}.___SBackground_el5i8_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}" /*__inner_css_end__*/, "el5i8_gg_") /*__reshadow_css_end__*/, {
16
- "__SBar": "___SBar_el5i8_gg_",
17
- "--duration": "--duration_el5i8",
18
- "_color": "__color_el5i8_gg_",
19
- "--color": "--color_el5i8",
20
- "_hide": "__hide_el5i8_gg_",
21
- "_transparent": "__transparent_el5i8_gg_",
22
- "__SBackground": "___SBackground_el5i8_gg_"
15
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SBar_1jpoy_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_1jpoy);transition-timing-function:ease-in-out}.___SBar_1jpoy_gg_.__color_1jpoy_gg_{fill:var(--color_1jpoy)}.___SBar_1jpoy_gg_.__hide_1jpoy_gg_{display:none}.___SBar_1jpoy_gg_.__transparent_1jpoy_gg_{opacity:.3}.___SBackground_1jpoy_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}" /*__inner_css_end__*/, "1jpoy_gg_") /*__reshadow_css_end__*/, {
16
+ "__SBar": "___SBar_1jpoy_gg_",
17
+ "--duration": "--duration_1jpoy",
18
+ "_color": "__color_1jpoy_gg_",
19
+ "--color": "--color_1jpoy",
20
+ "_hide": "__hide_1jpoy_gg_",
21
+ "_transparent": "__transparent_1jpoy_gg_",
22
+ "__SBackground": "___SBackground_1jpoy_gg_"
23
23
  });
24
24
  export var MIN_WIDTH = 2;
25
25
  var calcPartBarX = function calcPartBarX(x, minWidth, width) {
package/lib/es6/Hover.js CHANGED
@@ -13,9 +13,9 @@ import trottle from '@semcore/utils/lib/rafTrottle';
13
13
  import createElement from './createElement';
14
14
  import { scaleOfBandwidth, getIndexFromData, eventToPoint, invert, CONSTANT } from './utils';
15
15
  /*__reshadow-styles__:"./style/hover.shadow.css"*/
16
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SHoverLine_33iac_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SHoverRect_33iac_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}" /*__inner_css_end__*/, "33iac_gg_") /*__reshadow_css_end__*/, {
17
- "__SHoverLine": "___SHoverLine_33iac_gg_",
18
- "__SHoverRect": "___SHoverRect_33iac_gg_"
16
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SHoverLine_1p6fr_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SHoverRect_1p6fr_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}" /*__inner_css_end__*/, "1p6fr_gg_") /*__reshadow_css_end__*/, {
17
+ "__SHoverLine": "___SHoverLine_1p6fr_gg_",
18
+ "__SHoverRect": "___SHoverRect_1p6fr_gg_"
19
19
  });
20
20
  var Hover = /*#__PURE__*/function (_Component) {
21
21
  _inherits(Hover, _Component);
package/lib/es6/Line.js CHANGED
@@ -14,14 +14,14 @@ import { definedData, definedNullData, scaleOfBandwidth, getNullData } from './u
14
14
  import Dots from './Dots';
15
15
  import ClipPath from './ClipPath';
16
16
  /*__reshadow-styles__:"./style/line.shadow.css"*/
17
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLine_1mqmi_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:d;transition-duration:var(--duration_1mqmi);transition-timing-function:ease-in-out}.___SLine_1mqmi_gg_.__color_1mqmi_gg_{stroke:var(--color_1mqmi)}.___SLine_1mqmi_gg_.__hide_1mqmi_gg_{display:none}.___SLine_1mqmi_gg_.__transparent_1mqmi_gg_{opacity:.3}.___SNull_1mqmi_gg_{fill:transparent;stroke:var(--intergalactic-border-primary, #c4c7cf);stroke-dasharray:4}.___SNull_1mqmi_gg_.__hide_1mqmi_gg_{display:none}" /*__inner_css_end__*/, "1mqmi_gg_") /*__reshadow_css_end__*/, {
18
- "__SLine": "___SLine_1mqmi_gg_",
19
- "--duration": "--duration_1mqmi",
20
- "_color": "__color_1mqmi_gg_",
21
- "--color": "--color_1mqmi",
22
- "_hide": "__hide_1mqmi_gg_",
23
- "_transparent": "__transparent_1mqmi_gg_",
24
- "__SNull": "___SNull_1mqmi_gg_"
17
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SLine_1j9l1_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:d;transition-duration:var(--duration_1j9l1);transition-timing-function:ease-in-out}.___SLine_1j9l1_gg_.__color_1j9l1_gg_{stroke:var(--color_1j9l1)}.___SLine_1j9l1_gg_.__hide_1j9l1_gg_{display:none}.___SLine_1j9l1_gg_.__transparent_1j9l1_gg_{opacity:.3}.___SNull_1j9l1_gg_{fill:transparent;stroke:var(--intergalactic-border-primary, #c4c7cf);stroke-dasharray:4}.___SNull_1j9l1_gg_.__hide_1j9l1_gg_{display:none}" /*__inner_css_end__*/, "1j9l1_gg_") /*__reshadow_css_end__*/, {
18
+ "__SLine": "___SLine_1j9l1_gg_",
19
+ "--duration": "--duration_1j9l1",
20
+ "_color": "__color_1j9l1_gg_",
21
+ "--color": "--color_1j9l1",
22
+ "_hide": "__hide_1j9l1_gg_",
23
+ "_transparent": "__transparent_1j9l1_gg_",
24
+ "__SNull": "___SNull_1j9l1_gg_"
25
25
  });
26
26
  var LineRoot = /*#__PURE__*/function (_Component) {
27
27
  _inherits(LineRoot, _Component);
package/lib/es6/Plot.js CHANGED
@@ -17,9 +17,9 @@ import { eventToPoint, uniqueId } from './utils';
17
17
  import { PlotA11yModule } from './a11y/PlotA11yModule';
18
18
  import { makeDataHintsHandlers, makeDataHintsContainer } from './a11y/hints';
19
19
  /*__reshadow-styles__:"./style/plot.shadow.css"*/
20
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPlot_1y4sv_gg_{overflow:hidden}.___SPlot_1y4sv_gg_:active,.___SPlot_1y4sv_gg_:focus{outline:0;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_1y4sv_gg_.__keyboardFocused_1y4sv_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.3))}" /*__inner_css_end__*/, "1y4sv_gg_") /*__reshadow_css_end__*/, {
21
- "__SPlot": "___SPlot_1y4sv_gg_",
22
- "_keyboardFocused": "__keyboardFocused_1y4sv_gg_"
20
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPlot_hwusj_gg_{overflow:hidden}.___SPlot_hwusj_gg_:active,.___SPlot_hwusj_gg_:focus{outline:0;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_hwusj_gg_.__keyboardFocused_hwusj_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.3))}" /*__inner_css_end__*/, "hwusj_gg_") /*__reshadow_css_end__*/, {
21
+ "__SPlot": "___SPlot_hwusj_gg_",
22
+ "_keyboardFocused": "__keyboardFocused_hwusj_gg_"
23
23
  });
24
24
  var PlotRoot = /*#__PURE__*/function (_Component) {
25
25
  _inherits(PlotRoot, _Component);
package/lib/es6/Radar.js CHANGED
@@ -18,23 +18,23 @@ import { line, lineRadial, curveLinearClosed, arc } from 'd3-shape';
18
18
  import createElement from './createElement';
19
19
  import { CONSTANT, eventToPoint, measureText } from './utils';
20
20
  /*__reshadow-styles__:"./style/radar.shadow.css"*/
21
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SAxisLine_ulyuc_gg_,.___SAxisTick_ulyuc_gg_,.___SAxis_ulyuc_gg_{stroke:var(--intergalactic-chart-grid-line, #e0e1e9);stroke-width:1;fill:transparent}.___SAxisLine_ulyuc_gg_,.___SAxisTick_ulyuc_gg_{stroke-dasharray:2}.___SAxisLine_ulyuc_gg_.__active_ulyuc_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___SAxisLabel_ulyuc_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_ulyuc_gg_.__xDirection_ulyuc_gg_{text-anchor:var(--xDirection_ulyuc)}.___SAxisLabel_ulyuc_gg_.__yDirection_ulyuc_gg_{dominant-baseline:var(--yDirection_ulyuc)}.___SPolygonDot_ulyuc_gg_,.___SPolygon_ulyuc_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPolygon_ulyuc_gg_{opacity:.2}.___SPolygon_ulyuc_gg_.__color_ulyuc_gg_{fill:var(--color_ulyuc)}.___SPolygonDot_ulyuc_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px}.___SPolygonDot_ulyuc_gg_.__transparent_ulyuc_gg_{opacity:.3}.___SPolygonDot_ulyuc_gg_.__color_ulyuc_gg_{fill:var(--color_ulyuc)}.___SPolygonLine_ulyuc_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SPolygonLine_ulyuc_gg_.__transparent_ulyuc_gg_{opacity:.3}.___SPolygonLine_ulyuc_gg_.__color_ulyuc_gg_{stroke:var(--color_ulyuc)}.___SPieRect_ulyuc_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}" /*__inner_css_end__*/, "ulyuc_gg_") /*__reshadow_css_end__*/, {
22
- "__SAxis": "___SAxis_ulyuc_gg_",
23
- "__SAxisLine": "___SAxisLine_ulyuc_gg_",
24
- "__SAxisTick": "___SAxisTick_ulyuc_gg_",
25
- "_active": "__active_ulyuc_gg_",
26
- "__SAxisLabel": "___SAxisLabel_ulyuc_gg_",
27
- "_xDirection": "__xDirection_ulyuc_gg_",
28
- "--xDirection": "--xDirection_ulyuc",
29
- "_yDirection": "__yDirection_ulyuc_gg_",
30
- "--yDirection": "--yDirection_ulyuc",
31
- "__SPolygon": "___SPolygon_ulyuc_gg_",
32
- "_color": "__color_ulyuc_gg_",
33
- "--color": "--color_ulyuc",
34
- "__SPolygonDot": "___SPolygonDot_ulyuc_gg_",
35
- "_transparent": "__transparent_ulyuc_gg_",
36
- "__SPolygonLine": "___SPolygonLine_ulyuc_gg_",
37
- "__SPieRect": "___SPieRect_ulyuc_gg_"
21
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SAxisLine_ojha5_gg_,.___SAxisTick_ojha5_gg_,.___SAxis_ojha5_gg_{stroke:var(--intergalactic-chart-grid-line, #e0e1e9);stroke-width:1;fill:transparent}.___SAxisLine_ojha5_gg_,.___SAxisTick_ojha5_gg_{stroke-dasharray:2}.___SAxisLine_ojha5_gg_.__active_ojha5_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___SAxisLabel_ojha5_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_ojha5_gg_.__xDirection_ojha5_gg_{text-anchor:var(--xDirection_ojha5)}.___SAxisLabel_ojha5_gg_.__yDirection_ojha5_gg_{dominant-baseline:var(--yDirection_ojha5)}.___SPolygonDot_ojha5_gg_,.___SPolygon_ojha5_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPolygon_ojha5_gg_{opacity:.2}.___SPolygon_ojha5_gg_.__color_ojha5_gg_{fill:var(--color_ojha5)}.___SPolygonDot_ojha5_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px}.___SPolygonDot_ojha5_gg_.__transparent_ojha5_gg_{opacity:.3}.___SPolygonDot_ojha5_gg_.__color_ojha5_gg_{fill:var(--color_ojha5)}.___SPolygonLine_ojha5_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SPolygonLine_ojha5_gg_.__transparent_ojha5_gg_{opacity:.3}.___SPolygonLine_ojha5_gg_.__color_ojha5_gg_{stroke:var(--color_ojha5)}.___SPieRect_ojha5_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}" /*__inner_css_end__*/, "ojha5_gg_") /*__reshadow_css_end__*/, {
22
+ "__SAxis": "___SAxis_ojha5_gg_",
23
+ "__SAxisLine": "___SAxisLine_ojha5_gg_",
24
+ "__SAxisTick": "___SAxisTick_ojha5_gg_",
25
+ "_active": "__active_ojha5_gg_",
26
+ "__SAxisLabel": "___SAxisLabel_ojha5_gg_",
27
+ "_xDirection": "__xDirection_ojha5_gg_",
28
+ "--xDirection": "--xDirection_ojha5",
29
+ "_yDirection": "__yDirection_ojha5_gg_",
30
+ "--yDirection": "--yDirection_ojha5",
31
+ "__SPolygon": "___SPolygon_ojha5_gg_",
32
+ "_color": "__color_ojha5_gg_",
33
+ "--color": "--color_ojha5",
34
+ "__SPolygonDot": "___SPolygonDot_ojha5_gg_",
35
+ "_transparent": "__transparent_ojha5_gg_",
36
+ "__SPolygonLine": "___SPolygonLine_ojha5_gg_",
37
+ "__SPieRect": "___SPieRect_ojha5_gg_"
38
38
  });
39
39
  var clampAngle = function clampAngle(angle) {
40
40
  angle = angle % (2 * Math.PI);
@@ -21,18 +21,18 @@ import canUseDOM from '@semcore/utils/lib/canUseDOM';
21
21
  import createElement from './createElement';
22
22
  import { measureText } from './utils';
23
23
  /*__reshadow-styles__:"./style/radial-tree.shadow.css"*/
24
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SRadian_d7xuo_gg_{cursor:pointer;fill:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SLine_d7xuo_gg_{stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SLine_d7xuo_gg_.__color_d7xuo_gg_{stroke:var(--color_d7xuo)}.___SCap_d7xuo_gg_.__transparent_d7xuo_gg_,.___SIcon_d7xuo_gg_.__transparent_d7xuo_gg_,.___SLabel_d7xuo_gg_.__transparent_d7xuo_gg_,.___SLine_d7xuo_gg_.__transparent_d7xuo_gg_{opacity:.3}.___SCap_d7xuo_gg_{transition:r .1s}.___SLabel_d7xuo_gg_{fill:var(--color_d7xuo);cursor:var(--text-cursor_d7xuo)}@media (hover:hover){.___SRadian_d7xuo_gg_:hover .___SLabel_d7xuo_gg_{fill:var(--color-hovered_d7xuo)}}@media (prefers-reduced-motion){.___SLineCap_d7xuo_gg_{transition:none}}" /*__inner_css_end__*/, "d7xuo_gg_") /*__reshadow_css_end__*/, {
25
- "__SRadian": "___SRadian_d7xuo_gg_",
26
- "__SLine": "___SLine_d7xuo_gg_",
27
- "_color": "__color_d7xuo_gg_",
28
- "--color": "--color_d7xuo",
29
- "_transparent": "__transparent_d7xuo_gg_",
30
- "__SCap": "___SCap_d7xuo_gg_",
31
- "__SIcon": "___SIcon_d7xuo_gg_",
32
- "__SLabel": "___SLabel_d7xuo_gg_",
33
- "--text-cursor": "--text-cursor_d7xuo",
34
- "--color-hovered": "--color-hovered_d7xuo",
35
- "__SLineCap": "___SLineCap_d7xuo_gg_"
24
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SRadian_vmxx5_gg_{cursor:pointer;fill:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SLine_vmxx5_gg_{stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SLine_vmxx5_gg_.__color_vmxx5_gg_{stroke:var(--color_vmxx5)}.___SCap_vmxx5_gg_.__transparent_vmxx5_gg_,.___SIcon_vmxx5_gg_.__transparent_vmxx5_gg_,.___SLabel_vmxx5_gg_.__transparent_vmxx5_gg_,.___SLine_vmxx5_gg_.__transparent_vmxx5_gg_{opacity:.3}.___SCap_vmxx5_gg_{transition:r .1s}.___SLabel_vmxx5_gg_{fill:var(--color_vmxx5);cursor:var(--text-cursor_vmxx5)}@media (hover:hover){.___SRadian_vmxx5_gg_:hover .___SLabel_vmxx5_gg_{fill:var(--color-hovered_vmxx5)}}@media (prefers-reduced-motion){.___SLineCap_vmxx5_gg_{transition:none}}" /*__inner_css_end__*/, "vmxx5_gg_") /*__reshadow_css_end__*/, {
25
+ "__SRadian": "___SRadian_vmxx5_gg_",
26
+ "__SLine": "___SLine_vmxx5_gg_",
27
+ "_color": "__color_vmxx5_gg_",
28
+ "--color": "--color_vmxx5",
29
+ "_transparent": "__transparent_vmxx5_gg_",
30
+ "__SCap": "___SCap_vmxx5_gg_",
31
+ "__SIcon": "___SIcon_vmxx5_gg_",
32
+ "__SLabel": "___SLabel_vmxx5_gg_",
33
+ "--text-cursor": "--text-cursor_vmxx5",
34
+ "--color-hovered": "--color-hovered_vmxx5",
35
+ "__SLineCap": "___SLineCap_vmxx5_gg_"
36
36
  });
37
37
  var baseAngle = -Math.PI / 2; // The top vertical line
38
38
  var RadialTreeBase = /*#__PURE__*/function (_Component) {
@@ -243,7 +243,7 @@ var RadialTreeBase = /*#__PURE__*/function (_Component) {
243
243
  var Children = this.asProps.Children;
244
244
  this.asProps.dataHintsHandler.establishDataType('values-set');
245
245
  return _ref = sstyled(this.asProps.styles), /*#__PURE__*/React.createElement(SRadialTree, _ref.cn("SRadialTree", {
246
- "render": 'g'
246
+ "render": "g"
247
247
  }), /*#__PURE__*/React.createElement(Children, _ref.cn("Children", {})));
248
248
  }
249
249
  }]);
@@ -355,7 +355,7 @@ var RadialTreeRadian = /*#__PURE__*/function (_Component2) {
355
355
  return _ref17 = {
356
356
  x: x,
357
357
  y: y
358
- }, _defineProperty(_ref17, 'data-x', x), _defineProperty(_ref17, 'data-y', y), _defineProperty(_ref17, "iconSize", iconSize), _defineProperty(_ref17, "color", iconColor !== null && iconColor !== void 0 ? iconColor : '#fff'), _defineProperty(_ref17, 'data-radial-animation', "".concat(uid, "-cap-icon")), _defineProperty(_ref17, 'data-radian-index', index), _defineProperty(_ref17, "icon", icon), _defineProperty(_ref17, "isActive", isActive), _ref17;
358
+ }, _defineProperty(_ref17, 'data-x', x), _defineProperty(_ref17, 'data-y', y), _defineProperty(_ref17, "iconSize", iconSize), _defineProperty(_ref17, "color", iconColor !== null && iconColor !== void 0 ? iconColor : '#fff'), _defineProperty(_ref17, 'data-radial-animation', "".concat(uid, "-cap-icon")), _defineProperty(_ref17, 'data-radian-index', index), _defineProperty(_ref17, "icon", icon), _defineProperty(_ref17, "tag", icon), _defineProperty(_ref17, "isActive", isActive), _ref17;
359
359
  }
360
360
  }, {
361
361
  key: "getLabelProps",
@@ -492,8 +492,8 @@ var InteractiveArea = function InteractiveArea(_ref20) {
492
492
  var SInteractiveArea = _ref20.Element,
493
493
  styles = _ref20.styles;
494
494
  return _ref4 = sstyled(styles), /*#__PURE__*/React.createElement(SInteractiveArea, _ref4.cn("SInteractiveArea", {
495
- "stroke": 'transparent',
496
- "render": 'line'
495
+ "stroke": "transparent",
496
+ "render": "line"
497
497
  }));
498
498
  };
499
499
  var Line = function Line(_ref21) {
@@ -503,7 +503,7 @@ var Line = function Line(_ref21) {
503
503
  stroke = _ref21.stroke,
504
504
  transparent = _ref21.transparent;
505
505
  return _ref5 = sstyled(styles), /*#__PURE__*/React.createElement(SLine, _ref5.cn("SLine", {
506
- "render": 'line',
506
+ "render": "line",
507
507
  "stroke": stroke,
508
508
  "transparent": transparent
509
509
  }));
@@ -518,7 +518,7 @@ var Cap = function Cap(_ref22) {
518
518
  color = _ref22.color,
519
519
  transparent = _ref22.transparent;
520
520
  return _ref6 = sstyled(styles), /*#__PURE__*/React.createElement(SCap, _ref6.cn("SCap", {
521
- "render": 'circle',
521
+ "render": "circle",
522
522
  "cx": x,
523
523
  "cy": y,
524
524
  "r": radius,
@@ -614,9 +614,9 @@ var Title = function Title(_ref25) {
614
614
  }
615
615
  return _ref8 = sstyled(styles), /*#__PURE__*/React.createElement(STitle, _ref8.cn("STitle", {
616
616
  "aria-hidden": true,
617
- "render": 'text',
618
- "textAnchor": 'middle',
619
- "dominantBaseline": 'central',
617
+ "render": "text",
618
+ "textAnchor": "middle",
619
+ "dominantBaseline": "central",
620
620
  "fontSize": textSize,
621
621
  "fill": color,
622
622
  "x": x,