@semcore/d3-chart 2.4.4 → 2.4.5

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.
package/CHANGELOG.md CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
4
4
 
5
- ## [2.4.4] - 2022-10-26
5
+ ## [2.4.5] - 2022-10-28
6
6
 
7
7
  ### Changed
8
8
 
9
- - Version patch update due to children dependencies update (`@semcore/animation` [1.6.2 ~> 1.7.0]).
9
+ - Version patch update due to children dependencies update (`@semcore/animation` [1.7.0 ~> 1.7.1], `@semcore/utils` [3.40.0 ~> 3.40.0]).
10
10
 
11
11
  ## [2.4.3] - 2022-10-20
12
12
 
package/lib/cjs/Area.js CHANGED
@@ -48,18 +48,18 @@ var style = (
48
48
  /*__reshadow_css_start__*/
49
49
  _core.sstyled.insert(
50
50
  /*__inner_css_start__*/
51
- ".___SArea_7kcw3_gg_ {\n fill: #2bb3ff;\n fill-opacity: 0.2;\n}\n\n.___SArea_7kcw3_gg_.__color_7kcw3_gg_ {\n fill: var(--color_7kcw3);\n}\n\n.___SAreaLine_7kcw3_gg_ {\n stroke: #2bb3ff;\n stroke-width: 3;\n fill: transparent;\n}\n\n.___SAreaLine_7kcw3_gg_.__color_7kcw3_gg_ {\n stroke: var(--color_7kcw3);\n}\n\n.___SArea_7kcw3_gg_,\n.___SAreaLine_7kcw3_gg_ {\n transition-property: d;\n transition-duration: var(--duration_7kcw3);\n transition-timing-function: ease-in-out;\n}\n\n.___SNull_7kcw3_gg_ {\n fill: transparent;\n stroke: #8a8e9b;\n stroke-dasharray: 4;\n}\n\n.___SNull_7kcw3_gg_.__hide_7kcw3_gg_ {\n display: none;\n}\n"
51
+ ".___SArea_oo67a_gg_ {\n fill: #2bb3ff;\n fill-opacity: 0.2;\n}\n\n.___SArea_oo67a_gg_.__color_oo67a_gg_ {\n fill: var(--color_oo67a);\n}\n\n.___SAreaLine_oo67a_gg_ {\n stroke: #2bb3ff;\n stroke-width: 3;\n fill: transparent;\n}\n\n.___SAreaLine_oo67a_gg_.__color_oo67a_gg_ {\n stroke: var(--color_oo67a);\n}\n\n.___SArea_oo67a_gg_,\n.___SAreaLine_oo67a_gg_ {\n transition-property: d;\n transition-duration: var(--duration_oo67a);\n transition-timing-function: ease-in-out;\n}\n\n.___SNull_oo67a_gg_ {\n fill: transparent;\n stroke: #8a8e9b;\n stroke-dasharray: 4;\n}\n\n.___SNull_oo67a_gg_.__hide_oo67a_gg_ {\n display: none;\n}\n"
52
52
  /*__inner_css_end__*/
53
- , "7kcw3_gg_")
53
+ , "oo67a_gg_")
54
54
  /*__reshadow_css_end__*/
55
55
  , {
56
- "__SArea": "___SArea_7kcw3_gg_",
57
- "_color": "__color_7kcw3_gg_",
58
- "--color": "--color_7kcw3",
59
- "__SAreaLine": "___SAreaLine_7kcw3_gg_",
60
- "--duration": "--duration_7kcw3",
61
- "__SNull": "___SNull_7kcw3_gg_",
62
- "_hide": "__hide_7kcw3_gg_"
56
+ "__SArea": "___SArea_oo67a_gg_",
57
+ "_color": "__color_oo67a_gg_",
58
+ "--color": "--color_oo67a",
59
+ "__SAreaLine": "___SAreaLine_oo67a_gg_",
60
+ "--duration": "--duration_oo67a",
61
+ "__SNull": "___SNull_oo67a_gg_",
62
+ "_hide": "__hide_oo67a_gg_"
63
63
  });
64
64
 
65
65
  var AreaRoot = /*#__PURE__*/function (_Component) {
package/lib/cjs/Axis.js CHANGED
@@ -44,23 +44,23 @@ var style = (
44
44
  /*__reshadow_css_start__*/
45
45
  _core.sstyled.insert(
46
46
  /*__inner_css_start__*/
47
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SAxis_ih7q8_gg_ {\n stroke: #c4c7cf;\n}\n\n.___SAxis_ih7q8_gg_.__hide_ih7q8_gg_ {\n display: none;\n}\n\n.___STick_ih7q8_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n}\n\n.___STick_ih7q8_gg_.__hide_ih7q8_gg_ {\n display: none;\n}\n\n.___SGrid_ih7q8_gg_ {\n fill: transparent;\n stroke: #e0e1e9;\n}\n\n.___STitle_ih7q8_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n transform-origin: var(--transform-origin_ih7q8);\n}\n\n.___STitle_ih7q8_gg_._position_top_ih7q8_gg_ {\n text-anchor: middle;\n}\n\n.___STitle_ih7q8_gg_._position_bottom_ih7q8_gg_ {\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STitle_ih7q8_gg_._position_right_ih7q8_gg_ {\n transform: rotate(-90deg);\n alignment-baseline: middle;\n text-anchor: middle;\n}\n\n.___STitle_ih7q8_gg_._position_left_ih7q8_gg_ {\n transform: rotate(-90deg);\n text-anchor: middle;\n alignment-baseline: middle;\n}\n\n.___STick_ih7q8_gg_._position_top_ih7q8_gg_ {\n transform: translateY(-12px);\n text-anchor: middle;\n}\n\n.___STick_ih7q8_gg_._position_bottom_ih7q8_gg_ {\n transform: translateY(12px);\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STick_ih7q8_gg_._position_right_ih7q8_gg_ {\n transform: translateX(16px);\n text-anchor: start;\n alignment-baseline: middle;\n}\n\n.___STick_ih7q8_gg_._position_left_ih7q8_gg_ {\n transform: translateX(-16px);\n text-anchor: end;\n alignment-baseline: middle;\n}\n\n.___STick_ih7q8_gg_._position_custom_0_ih7q8_gg_ {\n transform: translateY(12px);\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STick_ih7q8_gg_._position_custom_1_ih7q8_gg_ {\n transform: translateX(-16px);\n text-anchor: end;\n alignment-baseline: middle;\n}\n"
47
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SAxis_e59iq_gg_ {\n stroke: #c4c7cf;\n}\n\n.___SAxis_e59iq_gg_.__hide_e59iq_gg_ {\n display: none;\n}\n\n.___STick_e59iq_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n}\n\n.___STick_e59iq_gg_.__hide_e59iq_gg_ {\n display: none;\n}\n\n.___SGrid_e59iq_gg_ {\n fill: transparent;\n stroke: #e0e1e9;\n}\n\n.___STitle_e59iq_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n transform-origin: var(--transform-origin_e59iq);\n}\n\n.___STitle_e59iq_gg_._position_top_e59iq_gg_ {\n text-anchor: middle;\n}\n\n.___STitle_e59iq_gg_._position_bottom_e59iq_gg_ {\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STitle_e59iq_gg_._position_right_e59iq_gg_ {\n transform: rotate(-90deg);\n alignment-baseline: middle;\n text-anchor: middle;\n}\n\n.___STitle_e59iq_gg_._position_left_e59iq_gg_ {\n transform: rotate(-90deg);\n text-anchor: middle;\n alignment-baseline: middle;\n}\n\n.___STick_e59iq_gg_._position_top_e59iq_gg_ {\n transform: translateY(-12px);\n text-anchor: middle;\n}\n\n.___STick_e59iq_gg_._position_bottom_e59iq_gg_ {\n transform: translateY(12px);\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STick_e59iq_gg_._position_right_e59iq_gg_ {\n transform: translateX(16px);\n text-anchor: start;\n alignment-baseline: middle;\n}\n\n.___STick_e59iq_gg_._position_left_e59iq_gg_ {\n transform: translateX(-16px);\n text-anchor: end;\n alignment-baseline: middle;\n}\n\n.___STick_e59iq_gg_._position_custom_0_e59iq_gg_ {\n transform: translateY(12px);\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STick_e59iq_gg_._position_custom_1_e59iq_gg_ {\n transform: translateX(-16px);\n text-anchor: end;\n alignment-baseline: middle;\n}\n"
48
48
  /*__inner_css_end__*/
49
- , "ih7q8_gg_")
49
+ , "e59iq_gg_")
50
50
  /*__reshadow_css_end__*/
51
51
  , {
52
- "__SAxis": "___SAxis_ih7q8_gg_",
53
- "_hide": "__hide_ih7q8_gg_",
54
- "__STick": "___STick_ih7q8_gg_",
55
- "__SGrid": "___SGrid_ih7q8_gg_",
56
- "__STitle": "___STitle_ih7q8_gg_",
57
- "--transform-origin": "--transform-origin_ih7q8",
58
- "_position_top": "_position_top_ih7q8_gg_",
59
- "_position_bottom": "_position_bottom_ih7q8_gg_",
60
- "_position_right": "_position_right_ih7q8_gg_",
61
- "_position_left": "_position_left_ih7q8_gg_",
62
- "_position_custom_0": "_position_custom_0_ih7q8_gg_",
63
- "_position_custom_1": "_position_custom_1_ih7q8_gg_"
52
+ "__SAxis": "___SAxis_e59iq_gg_",
53
+ "_hide": "__hide_e59iq_gg_",
54
+ "__STick": "___STick_e59iq_gg_",
55
+ "__SGrid": "___SGrid_e59iq_gg_",
56
+ "__STitle": "___STitle_e59iq_gg_",
57
+ "--transform-origin": "--transform-origin_e59iq",
58
+ "_position_top": "_position_top_e59iq_gg_",
59
+ "_position_bottom": "_position_bottom_e59iq_gg_",
60
+ "_position_right": "_position_right_e59iq_gg_",
61
+ "_position_left": "_position_left_e59iq_gg_",
62
+ "_position_custom_0": "_position_custom_0_e59iq_gg_",
63
+ "_position_custom_1": "_position_custom_1_e59iq_gg_"
64
64
  });
65
65
  var CUSTOM_0 = Symbol('custom_0');
66
66
  var CUSTOM_1 = Symbol('custom_1');
package/lib/cjs/Bar.js CHANGED
@@ -44,17 +44,17 @@ var style = (
44
44
  /*__reshadow_css_start__*/
45
45
  _core.sstyled.insert(
46
46
  /*__inner_css_start__*/
47
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBar_1cgx4_gg_ {\n fill: #2bb3ff;\n transition-property: height, width, y;\n transition-duration: var(--duration_1cgx4);\n transition-timing-function: ease-in-out;\n}\n\n.___SBar_1cgx4_gg_.__color_1cgx4_gg_ {\n fill: var(--color_1cgx4);\n}\n\n.___SBar_1cgx4_gg_.__hide_1cgx4_gg_ {\n display: none;\n}\n\n.___SBackground_1cgx4_gg_ {\n fill: #c4c7cf;\n}\n"
47
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBar_z81l7_gg_ {\n fill: #2bb3ff;\n transition-property: height, width, y;\n transition-duration: var(--duration_z81l7);\n transition-timing-function: ease-in-out;\n}\n\n.___SBar_z81l7_gg_.__color_z81l7_gg_ {\n fill: var(--color_z81l7);\n}\n\n.___SBar_z81l7_gg_.__hide_z81l7_gg_ {\n display: none;\n}\n\n.___SBackground_z81l7_gg_ {\n fill: #c4c7cf;\n}\n"
48
48
  /*__inner_css_end__*/
49
- , "1cgx4_gg_")
49
+ , "z81l7_gg_")
50
50
  /*__reshadow_css_end__*/
51
51
  , {
52
- "__SBar": "___SBar_1cgx4_gg_",
53
- "--duration": "--duration_1cgx4",
54
- "_color": "__color_1cgx4_gg_",
55
- "--color": "--color_1cgx4",
56
- "_hide": "__hide_1cgx4_gg_",
57
- "__SBackground": "___SBackground_1cgx4_gg_"
52
+ "__SBar": "___SBar_z81l7_gg_",
53
+ "--duration": "--duration_z81l7",
54
+ "_color": "__color_z81l7_gg_",
55
+ "--color": "--color_z81l7",
56
+ "_hide": "__hide_z81l7_gg_",
57
+ "__SBackground": "___SBackground_z81l7_gg_"
58
58
  });
59
59
 
60
60
  var BarRoot = /*#__PURE__*/function (_Component) {
package/lib/cjs/Bubble.js CHANGED
@@ -56,19 +56,19 @@ var style = (
56
56
  /*__reshadow_css_start__*/
57
57
  _core.sstyled.insert(
58
58
  /*__inner_css_start__*/
59
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBubble_69a2y_gg_ {\n fill: #2bb3ff;\n stroke: #fff;\n stroke-width: 2px;\n transition-property: cx, cy;\n transition-duration: var(--duration_69a2y);\n transition-timing-function: ease-in-out;\n opacity: 0.5\n}\n\n.___SBubble_69a2y_gg_:hover {\n opacity: 0.8;\n }\n\n.___SBubble_69a2y_gg_.__color_69a2y_gg_ {\n fill: var(--color_69a2y);\n}\n\n.___SCenter_69a2y_gg_ {\n text-anchor: middle;\n font-size: 11px;\n stroke: #2bb3ff;\n}\n\n.___SCenter_69a2y_gg_.__color_69a2y_gg_ {\n stroke: var(--color_69a2y);\n}\n\n.___SLabel_69a2y_gg_ {\n fill: #2bb3ff;\n}\n\n.___SLabel_69a2y_gg_._position_right_69a2y_gg_ {\n text-anchor: end;\n}\n\n.___SLabel_69a2y_gg_._position_left_69a2y_gg_ {\n text-anchor: start;\n}\n\n.___SLabel_69a2y_gg_.__color_69a2y_gg_ {\n fill: var(--color_69a2y);\n}\n"
59
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBubble_133hi_gg_ {\n fill: #2bb3ff;\n stroke: #fff;\n stroke-width: 2px;\n transition-property: cx, cy;\n transition-duration: var(--duration_133hi);\n transition-timing-function: ease-in-out;\n opacity: 0.5\n}\n\n.___SBubble_133hi_gg_:hover {\n opacity: 0.8;\n }\n\n.___SBubble_133hi_gg_.__color_133hi_gg_ {\n fill: var(--color_133hi);\n}\n\n.___SCenter_133hi_gg_ {\n text-anchor: middle;\n font-size: 11px;\n stroke: #2bb3ff;\n}\n\n.___SCenter_133hi_gg_.__color_133hi_gg_ {\n stroke: var(--color_133hi);\n}\n\n.___SLabel_133hi_gg_ {\n fill: #2bb3ff;\n}\n\n.___SLabel_133hi_gg_._position_right_133hi_gg_ {\n text-anchor: end;\n}\n\n.___SLabel_133hi_gg_._position_left_133hi_gg_ {\n text-anchor: start;\n}\n\n.___SLabel_133hi_gg_.__color_133hi_gg_ {\n fill: var(--color_133hi);\n}\n"
60
60
  /*__inner_css_end__*/
61
- , "69a2y_gg_")
61
+ , "133hi_gg_")
62
62
  /*__reshadow_css_end__*/
63
63
  , {
64
- "__SBubble": "___SBubble_69a2y_gg_",
65
- "--duration": "--duration_69a2y",
66
- "_color": "__color_69a2y_gg_",
67
- "--color": "--color_69a2y",
68
- "__SCenter": "___SCenter_69a2y_gg_",
69
- "__SLabel": "___SLabel_69a2y_gg_",
70
- "_position_right": "_position_right_69a2y_gg_",
71
- "_position_left": "_position_left_69a2y_gg_"
64
+ "__SBubble": "___SBubble_133hi_gg_",
65
+ "--duration": "--duration_133hi",
66
+ "_color": "__color_133hi_gg_",
67
+ "--color": "--color_133hi",
68
+ "__SCenter": "___SCenter_133hi_gg_",
69
+ "__SLabel": "___SLabel_133hi_gg_",
70
+ "_position_right": "_position_right_133hi_gg_",
71
+ "_position_left": "_position_left_133hi_gg_"
72
72
  });
73
73
 
74
74
  var BubbleRoot = /*#__PURE__*/function (_Component) {
package/lib/cjs/Donut.js CHANGED
@@ -66,16 +66,16 @@ var style = (
66
66
  /*__reshadow_css_start__*/
67
67
  _core.sstyled.insert(
68
68
  /*__inner_css_start__*/
69
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPie_rls1a_gg_ {\n stroke: #ffffff;\n fill: #2bb3ff;\n}\n\n.___SPie_rls1a_gg_.__color_rls1a_gg_ {\n fill: var(--color_rls1a);\n}\n\n.___SEmptyData_rls1a_gg_ {\n fill: #e0e1e9;\n}\n\n.___SEmptyData_rls1a_gg_.__color_rls1a_gg_ {\n fill: var(--color_rls1a);\n}\n\n.___SLabel_rls1a_gg_ {\n text-anchor: middle;\n vertical-anchor: middle;\n}\n"
69
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPie_wtta4_gg_ {\n stroke: #ffffff;\n fill: #2bb3ff;\n}\n\n.___SPie_wtta4_gg_.__color_wtta4_gg_ {\n fill: var(--color_wtta4);\n}\n\n.___SEmptyData_wtta4_gg_ {\n fill: #e0e1e9;\n}\n\n.___SEmptyData_wtta4_gg_.__color_wtta4_gg_ {\n fill: var(--color_wtta4);\n}\n\n.___SLabel_wtta4_gg_ {\n text-anchor: middle;\n vertical-anchor: middle;\n}\n"
70
70
  /*__inner_css_end__*/
71
- , "rls1a_gg_")
71
+ , "wtta4_gg_")
72
72
  /*__reshadow_css_end__*/
73
73
  , {
74
- "__SPie": "___SPie_rls1a_gg_",
75
- "_color": "__color_rls1a_gg_",
76
- "--color": "--color_rls1a",
77
- "__SEmptyData": "___SEmptyData_rls1a_gg_",
78
- "__SLabel": "___SLabel_rls1a_gg_"
74
+ "__SPie": "___SPie_wtta4_gg_",
75
+ "_color": "__color_wtta4_gg_",
76
+ "--color": "--color_wtta4",
77
+ "__SEmptyData": "___SEmptyData_wtta4_gg_",
78
+ "__SLabel": "___SLabel_wtta4_gg_"
79
79
  });
80
80
  var DEFAULT_INSTANCE = Symbol('DEFAULT_INSTANCE');
81
81
 
package/lib/cjs/Dots.js CHANGED
@@ -32,18 +32,18 @@ var style = (
32
32
  /*__reshadow_css_start__*/
33
33
  _core.sstyled.insert(
34
34
  /*__inner_css_start__*/
35
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SDots_1wc8n_gg_ .___SDot_1wc8n_gg_ {\n transition-duration: var(--duration_1wc8n);\n }\n\n.___SDot_1wc8n_gg_ {\n stroke-width: 2px;\n stroke: #fff;\n r: 6px;\n fill: #2bb3ff;\n transition-property: cx, cy;\n transition-timing-function: ease-in-out;\n}\n\n.___SDot_1wc8n_gg_.__hide_1wc8n_gg_ {\n display: none;\n}\n\n.___SDot_1wc8n_gg_.__active_1wc8n_gg_ {\n r: 8px;\n}\n\n.___SDot_1wc8n_gg_.__color_1wc8n_gg_ {\n fill: var(--color_1wc8n);\n}\n"
35
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SDots_1oivv_gg_ .___SDot_1oivv_gg_ {\n transition-duration: var(--duration_1oivv);\n }\n\n.___SDot_1oivv_gg_ {\n stroke-width: 2px;\n stroke: #fff;\n r: 6px;\n fill: #2bb3ff;\n transition-property: cx, cy;\n transition-timing-function: ease-in-out;\n}\n\n.___SDot_1oivv_gg_.__hide_1oivv_gg_ {\n display: none;\n}\n\n.___SDot_1oivv_gg_.__active_1oivv_gg_ {\n r: 8px;\n}\n\n.___SDot_1oivv_gg_.__color_1oivv_gg_ {\n fill: var(--color_1oivv);\n}\n"
36
36
  /*__inner_css_end__*/
37
- , "1wc8n_gg_")
37
+ , "1oivv_gg_")
38
38
  /*__reshadow_css_end__*/
39
39
  , {
40
- "__SDots": "___SDots_1wc8n_gg_",
41
- "__SDot": "___SDot_1wc8n_gg_",
42
- "--duration": "--duration_1wc8n",
43
- "_hide": "__hide_1wc8n_gg_",
44
- "_active": "__active_1wc8n_gg_",
45
- "_color": "__color_1wc8n_gg_",
46
- "--color": "--color_1wc8n"
40
+ "__SDots": "___SDots_1oivv_gg_",
41
+ "__SDot": "___SDot_1oivv_gg_",
42
+ "--duration": "--duration_1oivv",
43
+ "_hide": "__hide_1oivv_gg_",
44
+ "_active": "__active_1oivv_gg_",
45
+ "_color": "__color_1oivv_gg_",
46
+ "--color": "--color_1oivv"
47
47
  });
48
48
  var EXCLUDE_PROPS = ['data', 'scale', 'value', 'display'];
49
49
 
@@ -42,17 +42,17 @@ var style = (
42
42
  /*__reshadow_css_start__*/
43
43
  _core.sstyled.insert(
44
44
  /*__inner_css_start__*/
45
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBar_1cgx4_gg_ {\n fill: #2bb3ff;\n transition-property: height, width, y;\n transition-duration: var(--duration_1cgx4);\n transition-timing-function: ease-in-out;\n}\n\n.___SBar_1cgx4_gg_.__color_1cgx4_gg_ {\n fill: var(--color_1cgx4);\n}\n\n.___SBar_1cgx4_gg_.__hide_1cgx4_gg_ {\n display: none;\n}\n\n.___SBackground_1cgx4_gg_ {\n fill: #c4c7cf;\n}\n"
45
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBar_z81l7_gg_ {\n fill: #2bb3ff;\n transition-property: height, width, y;\n transition-duration: var(--duration_z81l7);\n transition-timing-function: ease-in-out;\n}\n\n.___SBar_z81l7_gg_.__color_z81l7_gg_ {\n fill: var(--color_z81l7);\n}\n\n.___SBar_z81l7_gg_.__hide_z81l7_gg_ {\n display: none;\n}\n\n.___SBackground_z81l7_gg_ {\n fill: #c4c7cf;\n}\n"
46
46
  /*__inner_css_end__*/
47
- , "1cgx4_gg_")
47
+ , "z81l7_gg_")
48
48
  /*__reshadow_css_end__*/
49
49
  , {
50
- "__SBar": "___SBar_1cgx4_gg_",
51
- "--duration": "--duration_1cgx4",
52
- "_color": "__color_1cgx4_gg_",
53
- "--color": "--color_1cgx4",
54
- "_hide": "__hide_1cgx4_gg_",
55
- "__SBackground": "___SBackground_1cgx4_gg_"
50
+ "__SBar": "___SBar_z81l7_gg_",
51
+ "--duration": "--duration_z81l7",
52
+ "_color": "__color_z81l7_gg_",
53
+ "--color": "--color_z81l7",
54
+ "_hide": "__hide_z81l7_gg_",
55
+ "__SBackground": "___SBackground_z81l7_gg_"
56
56
  });
57
57
 
58
58
  var HorizontalBarRoot = /*#__PURE__*/function (_Component) {
package/lib/cjs/Hover.js CHANGED
@@ -44,13 +44,13 @@ var style = (
44
44
  /*__reshadow_css_start__*/
45
45
  _core.sstyled.insert(
46
46
  /*__inner_css_start__*/
47
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SHoverLine_nkzuj_gg_ {\n stroke: #a9abb6;\n}\n\n.___SHoverRect_nkzuj_gg_ {\n fill: rgba(196, 199, 207, 0.3);\n}\n"
47
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SHoverLine_1m8up_gg_ {\n stroke: #a9abb6;\n}\n\n.___SHoverRect_1m8up_gg_ {\n fill: rgba(196, 199, 207, 0.3);\n}\n"
48
48
  /*__inner_css_end__*/
49
- , "nkzuj_gg_")
49
+ , "1m8up_gg_")
50
50
  /*__reshadow_css_end__*/
51
51
  , {
52
- "__SHoverLine": "___SHoverLine_nkzuj_gg_",
53
- "__SHoverRect": "___SHoverRect_nkzuj_gg_"
52
+ "__SHoverLine": "___SHoverLine_1m8up_gg_",
53
+ "__SHoverRect": "___SHoverRect_1m8up_gg_"
54
54
  });
55
55
 
56
56
  var Hover = /*#__PURE__*/function (_Component) {
package/lib/cjs/Line.js CHANGED
@@ -46,17 +46,17 @@ var style = (
46
46
  /*__reshadow_css_start__*/
47
47
  _core.sstyled.insert(
48
48
  /*__inner_css_start__*/
49
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SLine_1x3mi_gg_ {\n fill: transparent;\n stroke-width: 3;\n stroke: #2bb3ff;\n transition-property: d;\n transition-duration: var(--duration_1x3mi);\n transition-timing-function: ease-in-out;\n}\n\n.___SLine_1x3mi_gg_.__color_1x3mi_gg_ {\n stroke: var(--color_1x3mi);\n}\n\n.___SLine_1x3mi_gg_.__hide_1x3mi_gg_ {\n display: none;\n}\n\n.___SNull_1x3mi_gg_ {\n fill: transparent;\n stroke: #c4c7cf;\n stroke-dasharray: 4;\n}\n\n.___SNull_1x3mi_gg_.__hide_1x3mi_gg_ {\n display: none;\n}\n"
49
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SLine_14bgq_gg_ {\n fill: transparent;\n stroke-width: 3;\n stroke: #2bb3ff;\n transition-property: d;\n transition-duration: var(--duration_14bgq);\n transition-timing-function: ease-in-out;\n}\n\n.___SLine_14bgq_gg_.__color_14bgq_gg_ {\n stroke: var(--color_14bgq);\n}\n\n.___SLine_14bgq_gg_.__hide_14bgq_gg_ {\n display: none;\n}\n\n.___SNull_14bgq_gg_ {\n fill: transparent;\n stroke: #c4c7cf;\n stroke-dasharray: 4;\n}\n\n.___SNull_14bgq_gg_.__hide_14bgq_gg_ {\n display: none;\n}\n"
50
50
  /*__inner_css_end__*/
51
- , "1x3mi_gg_")
51
+ , "14bgq_gg_")
52
52
  /*__reshadow_css_end__*/
53
53
  , {
54
- "__SLine": "___SLine_1x3mi_gg_",
55
- "--duration": "--duration_1x3mi",
56
- "_color": "__color_1x3mi_gg_",
57
- "--color": "--color_1x3mi",
58
- "_hide": "__hide_1x3mi_gg_",
59
- "__SNull": "___SNull_1x3mi_gg_"
54
+ "__SLine": "___SLine_14bgq_gg_",
55
+ "--duration": "--duration_14bgq",
56
+ "_color": "__color_14bgq_gg_",
57
+ "--color": "--color_14bgq",
58
+ "_hide": "__hide_14bgq_gg_",
59
+ "__SNull": "___SNull_14bgq_gg_"
60
60
  });
61
61
 
62
62
  var LineRoot = /*#__PURE__*/function (_Component) {
package/lib/cjs/Plot.js CHANGED
@@ -58,13 +58,13 @@ var style = (
58
58
  /*__reshadow_css_start__*/
59
59
  _core.sstyled.insert(
60
60
  /*__inner_css_start__*/
61
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlot_1h8d7_gg_ {\n overflow: hidden;\n}\n\n.___SPlot_1h8d7_gg_:active,\n.___SPlot_1h8d7_gg_:focus {\n outline: 0;\n text-decoration: none;\n}\n\nforeignObject[data-aria-only] {\n pointer-events: none;\n}\n\n.___SPlot_1h8d7_gg_.__keyboardFocused_1h8d7_gg_ {\n border: 1px solid #008ff8;\n box-shadow: 0 0 0 3px rgba(0, 143, 248, 0.2);\n}\n"
61
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlot_1wg1w_gg_ {\n overflow: hidden;\n}\n\n.___SPlot_1wg1w_gg_:active,\n.___SPlot_1wg1w_gg_:focus {\n outline: 0;\n text-decoration: none;\n}\n\nforeignObject[data-aria-only] {\n pointer-events: none;\n}\n\n.___SPlot_1wg1w_gg_.__keyboardFocused_1wg1w_gg_ {\n border: 1px solid #008ff8;\n box-shadow: 0 0 0 3px rgba(0, 143, 248, 0.2);\n}\n"
62
62
  /*__inner_css_end__*/
63
- , "1h8d7_gg_")
63
+ , "1wg1w_gg_")
64
64
  /*__reshadow_css_end__*/
65
65
  , {
66
- "__SPlot": "___SPlot_1h8d7_gg_",
67
- "_keyboardFocused": "__keyboardFocused_1h8d7_gg_"
66
+ "__SPlot": "___SPlot_1wg1w_gg_",
67
+ "_keyboardFocused": "__keyboardFocused_1wg1w_gg_"
68
68
  });
69
69
 
70
70
  var PlotRoot = /*#__PURE__*/function (_Component) {
@@ -60,20 +60,20 @@ var style = (
60
60
  /*__reshadow_css_start__*/
61
61
  _core.sstyled.insert(
62
62
  /*__inner_css_start__*/
63
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SRadian_189v8_gg_ {\n cursor: pointer;\n fill: #008ff8;\n}\n\n.___SLine_189v8_gg_ {\n stroke: #008ff8;\n}\n\n.___SLine_189v8_gg_.__color_189v8_gg_ {\n stroke: var(--color_189v8);\n}\n\n.___SCap_189v8_gg_ {\n transition: r 0.1s;\n}\n\n.___SLabel_189v8_gg_ {\n fill: var(--color_189v8);\n cursor: var(--text-cursor_189v8);\n}\n\n.___SRadian_189v8_gg_:hover .___SLabel_189v8_gg_ {\n fill: var(--color-hovered_189v8);\n}\n\n@media (prefers-reduced-motion) {\n .___SLineCap_189v8_gg_ {\n transition: none;\n }\n}\n"
63
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SRadian_xffh4_gg_ {\n cursor: pointer;\n fill: #008ff8;\n}\n\n.___SLine_xffh4_gg_ {\n stroke: #008ff8;\n}\n\n.___SLine_xffh4_gg_.__color_xffh4_gg_ {\n stroke: var(--color_xffh4);\n}\n\n.___SCap_xffh4_gg_ {\n transition: r 0.1s;\n}\n\n.___SLabel_xffh4_gg_ {\n fill: var(--color_xffh4);\n cursor: var(--text-cursor_xffh4);\n}\n\n.___SRadian_xffh4_gg_:hover .___SLabel_xffh4_gg_ {\n fill: var(--color-hovered_xffh4);\n}\n\n@media (prefers-reduced-motion) {\n .___SLineCap_xffh4_gg_ {\n transition: none;\n }\n}\n"
64
64
  /*__inner_css_end__*/
65
- , "189v8_gg_")
65
+ , "xffh4_gg_")
66
66
  /*__reshadow_css_end__*/
67
67
  , {
68
- "__SRadian": "___SRadian_189v8_gg_",
69
- "__SLine": "___SLine_189v8_gg_",
70
- "_color": "__color_189v8_gg_",
71
- "--color": "--color_189v8",
72
- "__SCap": "___SCap_189v8_gg_",
73
- "__SLabel": "___SLabel_189v8_gg_",
74
- "--text-cursor": "--text-cursor_189v8",
75
- "--color-hovered": "--color-hovered_189v8",
76
- "__SLineCap": "___SLineCap_189v8_gg_"
68
+ "__SRadian": "___SRadian_xffh4_gg_",
69
+ "__SLine": "___SLine_xffh4_gg_",
70
+ "_color": "__color_xffh4_gg_",
71
+ "--color": "--color_xffh4",
72
+ "__SCap": "___SCap_xffh4_gg_",
73
+ "__SLabel": "___SLabel_xffh4_gg_",
74
+ "--text-cursor": "--text-cursor_xffh4",
75
+ "--color-hovered": "--color-hovered_xffh4",
76
+ "__SLineCap": "___SLineCap_xffh4_gg_"
77
77
  });
78
78
  var baseAngle = -Math.PI / 2; // The top vertical line
79
79
 
@@ -42,19 +42,19 @@ var style = (
42
42
  /*__reshadow_css_start__*/
43
43
  _core.sstyled.insert(
44
44
  /*__inner_css_start__*/
45
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SReferenceLine_8wn17_gg_ {\n fill: none;\n stroke: #a9abb6;\n}\n\n.___STitle_8wn17_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n transform-origin: var(--transform-origin_8wn17);\n}\n\n.___STitle_8wn17_gg_._position_top_8wn17_gg_ {\n text-anchor: middle;\n}\n\n.___STitle_8wn17_gg_._position_bottom_8wn17_gg_ {\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STitle_8wn17_gg_._position_right_8wn17_gg_ {\n transform: rotate(-90deg);\n alignment-baseline: middle;\n text-anchor: middle;\n}\n\n.___STitle_8wn17_gg_._position_left_8wn17_gg_ {\n transform: rotate(-90deg);\n text-anchor: middle;\n alignment-baseline: middle;\n}\n\n.___SBackground_8wn17_gg_ {\n fill: rgba(196, 199, 207, 0.2);\n}\n"
45
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SReferenceLine_1t8oh_gg_ {\n fill: none;\n stroke: #a9abb6;\n}\n\n.___STitle_1t8oh_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n transform-origin: var(--transform-origin_1t8oh);\n}\n\n.___STitle_1t8oh_gg_._position_top_1t8oh_gg_ {\n text-anchor: middle;\n}\n\n.___STitle_1t8oh_gg_._position_bottom_1t8oh_gg_ {\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STitle_1t8oh_gg_._position_right_1t8oh_gg_ {\n transform: rotate(-90deg);\n alignment-baseline: middle;\n text-anchor: middle;\n}\n\n.___STitle_1t8oh_gg_._position_left_1t8oh_gg_ {\n transform: rotate(-90deg);\n text-anchor: middle;\n alignment-baseline: middle;\n}\n\n.___SBackground_1t8oh_gg_ {\n fill: rgba(196, 199, 207, 0.2);\n}\n"
46
46
  /*__inner_css_end__*/
47
- , "8wn17_gg_")
47
+ , "1t8oh_gg_")
48
48
  /*__reshadow_css_end__*/
49
49
  , {
50
- "__SReferenceLine": "___SReferenceLine_8wn17_gg_",
51
- "__STitle": "___STitle_8wn17_gg_",
52
- "--transform-origin": "--transform-origin_8wn17",
53
- "_position_top": "_position_top_8wn17_gg_",
54
- "_position_bottom": "_position_bottom_8wn17_gg_",
55
- "_position_right": "_position_right_8wn17_gg_",
56
- "_position_left": "_position_left_8wn17_gg_",
57
- "__SBackground": "___SBackground_8wn17_gg_"
50
+ "__SReferenceLine": "___SReferenceLine_1t8oh_gg_",
51
+ "__STitle": "___STitle_1t8oh_gg_",
52
+ "--transform-origin": "--transform-origin_1t8oh",
53
+ "_position_top": "_position_top_1t8oh_gg_",
54
+ "_position_bottom": "_position_bottom_1t8oh_gg_",
55
+ "_position_right": "_position_right_1t8oh_gg_",
56
+ "_position_left": "_position_left_1t8oh_gg_",
57
+ "__SBackground": "___SBackground_1t8oh_gg_"
58
58
  });
59
59
  var MAP_ORIENTATION = {
60
60
  left: 'vertical',
@@ -52,16 +52,16 @@ var style = (
52
52
  /*__reshadow_css_start__*/
53
53
  _core.sstyled.insert(
54
54
  /*__inner_css_start__*/
55
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SScatterPlot_1sy7o_gg_ {\n fill: #2bb3ff;\n transition-property: cx, cy;\n transition-duration: var(--duration_1sy7o);\n transition-timing-function: ease-in-out;\n opacity: 0.5\n}\n\n.___SScatterPlot_1sy7o_gg_:hover {\n opacity: 0.8;\n }\n\n.___SScatterPlot_1sy7o_gg_.__color_1sy7o_gg_ {\n fill: var(--color_1sy7o);\n}\n\n.___SValue_1sy7o_gg_ {\n text-anchor: middle;\n font-size: 10px;\n stroke: #008ff8;\n}\n\n.___SValue_1sy7o_gg_.__color_1sy7o_gg_ {\n stroke: var(--color_1sy7o);\n}\n"
55
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SScatterPlot_5eyaz_gg_ {\n fill: #2bb3ff;\n transition-property: cx, cy;\n transition-duration: var(--duration_5eyaz);\n transition-timing-function: ease-in-out;\n opacity: 0.5\n}\n\n.___SScatterPlot_5eyaz_gg_:hover {\n opacity: 0.8;\n }\n\n.___SScatterPlot_5eyaz_gg_.__color_5eyaz_gg_ {\n fill: var(--color_5eyaz);\n}\n\n.___SValue_5eyaz_gg_ {\n text-anchor: middle;\n font-size: 10px;\n stroke: #008ff8;\n}\n\n.___SValue_5eyaz_gg_.__color_5eyaz_gg_ {\n stroke: var(--color_5eyaz);\n}\n"
56
56
  /*__inner_css_end__*/
57
- , "1sy7o_gg_")
57
+ , "5eyaz_gg_")
58
58
  /*__reshadow_css_end__*/
59
59
  , {
60
- "__SScatterPlot": "___SScatterPlot_1sy7o_gg_",
61
- "--duration": "--duration_1sy7o",
62
- "_color": "__color_1sy7o_gg_",
63
- "--color": "--color_1sy7o",
64
- "__SValue": "___SValue_1sy7o_gg_"
60
+ "__SScatterPlot": "___SScatterPlot_5eyaz_gg_",
61
+ "--duration": "--duration_5eyaz",
62
+ "_color": "__color_5eyaz_gg_",
63
+ "--color": "--color_5eyaz",
64
+ "__SValue": "___SValue_5eyaz_gg_"
65
65
  });
66
66
 
67
67
  var ScatterPlotRoot = /*#__PURE__*/function (_Component) {
@@ -60,17 +60,17 @@ var style = (
60
60
  /*__reshadow_css_start__*/
61
61
  _core.sstyled.insert(
62
62
  /*__inner_css_start__*/
63
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___STooltip_t9kcy_gg_ {\n font-size: 12px;\n line-height: 1.33;\n position: relative;\n background-color: #fff;\n border-radius: 6px;\n border: 1px solid #e0e1e9;\n box-sizing: border-box;\n box-shadow: 0px 1px 12px 0px rgba(25, 27, 35, 0.15);\n padding: 12px;\n}\n\n.___STitle_t9kcy_gg_ {\n color: #6c6e79;\n margin-bottom: 8px;\n}\n\n.___SDotGroup_t9kcy_gg_ {\n display: flex;\n align-items: center;\n}\n\n.___SDot_t9kcy_gg_ {\n width: 8px;\n height: 8px;\n border-radius: 50%;\n margin-right: 8px;\n background: #2bb3ff;\n}\n\n.___SDot_t9kcy_gg_.__color_t9kcy_gg_ {\n background: var(--color_t9kcy);\n}\n"
63
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___STooltip_1pe41_gg_ {\n font-size: 12px;\n line-height: 1.33;\n position: relative;\n background-color: #fff;\n border-radius: 6px;\n border: 1px solid #e0e1e9;\n box-sizing: border-box;\n box-shadow: 0px 1px 12px 0px rgba(25, 27, 35, 0.15);\n padding: 12px;\n}\n\n.___STitle_1pe41_gg_ {\n color: #6c6e79;\n margin-bottom: 8px;\n}\n\n.___SDotGroup_1pe41_gg_ {\n display: flex;\n align-items: center;\n}\n\n.___SDot_1pe41_gg_ {\n width: 8px;\n height: 8px;\n border-radius: 50%;\n margin-right: 8px;\n background: #2bb3ff;\n}\n\n.___SDot_1pe41_gg_.__color_1pe41_gg_ {\n background: var(--color_1pe41);\n}\n"
64
64
  /*__inner_css_end__*/
65
- , "t9kcy_gg_")
65
+ , "1pe41_gg_")
66
66
  /*__reshadow_css_end__*/
67
67
  , {
68
- "__STooltip": "___STooltip_t9kcy_gg_",
69
- "__STitle": "___STitle_t9kcy_gg_",
70
- "__SDotGroup": "___SDotGroup_t9kcy_gg_",
71
- "__SDot": "___SDot_t9kcy_gg_",
72
- "_color": "__color_t9kcy_gg_",
73
- "--color": "--color_t9kcy"
68
+ "__STooltip": "___STooltip_1pe41_gg_",
69
+ "__STitle": "___STitle_1pe41_gg_",
70
+ "__SDotGroup": "___SDotGroup_1pe41_gg_",
71
+ "__SDot": "___SDot_1pe41_gg_",
72
+ "_color": "__color_1pe41_gg_",
73
+ "--color": "--color_1pe41"
74
74
  });
75
75
 
76
76
  var TooltipRoot = /*#__PURE__*/function (_Component) {
package/lib/cjs/Venn.js CHANGED
@@ -48,16 +48,16 @@ var style = (
48
48
  /*__reshadow_css_start__*/
49
49
  _core.sstyled.insert(
50
50
  /*__inner_css_start__*/
51
- ".___SCircle_lo3c8_gg_ {\n fill: #59ddaa;\n stroke: #fff;\n stroke-width: 2px;\n fill-opacity: 0.5;\n transition-property: cx, cy;\n transition-duration: var(--duration_lo3c8);\n transition-timing-function: ease-in-out\n}\n\n.___SCircle_lo3c8_gg_:hover {\n fill-opacity: 0.7;\n }\n\n.___SCircle_lo3c8_gg_.__color_lo3c8_gg_ {\n fill: var(--color_lo3c8);\n}\n\n.___SIntersection_lo3c8_gg_ {\n stroke: #fff;\n stroke-width: 2px;\n fill-opacity: 0\n}\n\n.___SIntersection_lo3c8_gg_:hover {\n fill-opacity: 0.1;\n }\n"
51
+ ".___SCircle_cu40g_gg_ {\n fill: #59ddaa;\n stroke: #fff;\n stroke-width: 2px;\n fill-opacity: 0.5;\n transition-property: cx, cy;\n transition-duration: var(--duration_cu40g);\n transition-timing-function: ease-in-out\n}\n\n.___SCircle_cu40g_gg_:hover {\n fill-opacity: 0.7;\n }\n\n.___SCircle_cu40g_gg_.__color_cu40g_gg_ {\n fill: var(--color_cu40g);\n}\n\n.___SIntersection_cu40g_gg_ {\n stroke: #fff;\n stroke-width: 2px;\n fill-opacity: 0\n}\n\n.___SIntersection_cu40g_gg_:hover {\n fill-opacity: 0.1;\n }\n"
52
52
  /*__inner_css_end__*/
53
- , "lo3c8_gg_")
53
+ , "cu40g_gg_")
54
54
  /*__reshadow_css_end__*/
55
55
  , {
56
- "__SCircle": "___SCircle_lo3c8_gg_",
57
- "--duration": "--duration_lo3c8",
58
- "_color": "__color_lo3c8_gg_",
59
- "--color": "--color_lo3c8",
60
- "__SIntersection": "___SIntersection_lo3c8_gg_"
56
+ "__SCircle": "___SCircle_cu40g_gg_",
57
+ "--duration": "--duration_cu40g",
58
+ "_color": "__color_cu40g_gg_",
59
+ "--color": "--color_cu40g",
60
+ "__SIntersection": "___SIntersection_cu40g_gg_"
61
61
  });
62
62
 
63
63
  var VennRoot = /*#__PURE__*/function (_Component) {
@@ -40,12 +40,12 @@ var styles = (
40
40
  /*__reshadow_css_start__*/
41
41
  _core.sstyled.insert(
42
42
  /*__inner_css_start__*/
43
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlotA11yModule_gin3z_gg_ {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n pointer-events: none;\n opacity: 0;\n}\n\n.___SPlotA11yModule_gin3z_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n}\n"
43
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlotA11yModule_1wl2v_gg_ {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n pointer-events: none;\n opacity: 0;\n}\n\n.___SPlotA11yModule_1wl2v_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n}\n"
44
44
  /*__inner_css_end__*/
45
- , "gin3z_gg_")
45
+ , "1wl2v_gg_")
46
46
  /*__reshadow_css_end__*/
47
47
  , {
48
- "__SPlotA11yModule": "___SPlotA11yModule_gin3z_gg_"
48
+ "__SPlotA11yModule": "___SPlotA11yModule_1wl2v_gg_"
49
49
  });
50
50
  var globalWasFocused = false;
51
51
  var globalNavWithKeyboard = false;
@@ -44,13 +44,13 @@ var styles = (
44
44
  /*__reshadow_css_start__*/
45
45
  _core.sstyled.insert(
46
46
  /*__inner_css_start__*/
47
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlotA11yView_1ves0_gg_ {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n pointer-events: none;\n opacity: 0;\n background-color: white;\n color: black;\n border: 3px solid black;\n font-size: 10px;\n padding: 2px;\n width: 200px;\n height: 200px;\n max-width: 80%;\n max-height: 80%;\n overflow: auto;\n}\n\n.___SPlotA11yView_1ves0_gg_.__focus-within_1ves0_gg_,\n.___SPlotA11yView_1ves0_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n z-index: 100;\n position: relative;\n display: block;\n}\n\n.___SPlotA11yView_1ves0_gg_:focus-within,\n.___SPlotA11yView_1ves0_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n z-index: 100;\n position: relative;\n display: block;\n}\n\n.___SPlotA11yView_1ves0_gg_ a {\n cursor: pointer;\n text-decoration: underline;\n margin-bottom: 8px;\n display: block;\n}\n\n.___SPlotA11yView_1ves0_gg_ table,\n.___SPlotA11yView_1ves0_gg_ td,\n.___SPlotA11yView_1ves0_gg_ th {\n border: 1px solid black;\n}\n"
47
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlotA11yView_1okjv_gg_ {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n pointer-events: none;\n opacity: 0;\n background-color: white;\n color: black;\n border: 3px solid black;\n font-size: 10px;\n padding: 2px;\n width: 200px;\n height: 200px;\n max-width: 80%;\n max-height: 80%;\n overflow: auto;\n}\n\n.___SPlotA11yView_1okjv_gg_.__focus-within_1okjv_gg_,\n.___SPlotA11yView_1okjv_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n z-index: 100;\n position: relative;\n display: block;\n}\n\n.___SPlotA11yView_1okjv_gg_:focus-within,\n.___SPlotA11yView_1okjv_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n z-index: 100;\n position: relative;\n display: block;\n}\n\n.___SPlotA11yView_1okjv_gg_ a {\n cursor: pointer;\n text-decoration: underline;\n margin-bottom: 8px;\n display: block;\n}\n\n.___SPlotA11yView_1okjv_gg_ table,\n.___SPlotA11yView_1okjv_gg_ td,\n.___SPlotA11yView_1okjv_gg_ th {\n border: 1px solid black;\n}\n"
48
48
  /*__inner_css_end__*/
49
- , "1ves0_gg_")
49
+ , "1okjv_gg_")
50
50
  /*__reshadow_css_end__*/
51
51
  , {
52
- "__SPlotA11yView": "___SPlotA11yView_1ves0_gg_",
53
- "_focus-within": "__focus-within_1ves0_gg_"
52
+ "__SPlotA11yView": "___SPlotA11yView_1okjv_gg_",
53
+ "_focus-within": "__focus-within_1okjv_gg_"
54
54
  });
55
55
 
56
56
  var PlotA11yView = function PlotA11yView(_ref3) {
package/lib/es6/Area.js CHANGED
@@ -26,18 +26,18 @@ var style = (
26
26
  /*__reshadow_css_start__*/
27
27
  _sstyled.insert(
28
28
  /*__inner_css_start__*/
29
- ".___SArea_7kcw3_gg_ {\n fill: #2bb3ff;\n fill-opacity: 0.2;\n}\n\n.___SArea_7kcw3_gg_.__color_7kcw3_gg_ {\n fill: var(--color_7kcw3);\n}\n\n.___SAreaLine_7kcw3_gg_ {\n stroke: #2bb3ff;\n stroke-width: 3;\n fill: transparent;\n}\n\n.___SAreaLine_7kcw3_gg_.__color_7kcw3_gg_ {\n stroke: var(--color_7kcw3);\n}\n\n.___SArea_7kcw3_gg_,\n.___SAreaLine_7kcw3_gg_ {\n transition-property: d;\n transition-duration: var(--duration_7kcw3);\n transition-timing-function: ease-in-out;\n}\n\n.___SNull_7kcw3_gg_ {\n fill: transparent;\n stroke: #8a8e9b;\n stroke-dasharray: 4;\n}\n\n.___SNull_7kcw3_gg_.__hide_7kcw3_gg_ {\n display: none;\n}\n"
29
+ ".___SArea_oo67a_gg_ {\n fill: #2bb3ff;\n fill-opacity: 0.2;\n}\n\n.___SArea_oo67a_gg_.__color_oo67a_gg_ {\n fill: var(--color_oo67a);\n}\n\n.___SAreaLine_oo67a_gg_ {\n stroke: #2bb3ff;\n stroke-width: 3;\n fill: transparent;\n}\n\n.___SAreaLine_oo67a_gg_.__color_oo67a_gg_ {\n stroke: var(--color_oo67a);\n}\n\n.___SArea_oo67a_gg_,\n.___SAreaLine_oo67a_gg_ {\n transition-property: d;\n transition-duration: var(--duration_oo67a);\n transition-timing-function: ease-in-out;\n}\n\n.___SNull_oo67a_gg_ {\n fill: transparent;\n stroke: #8a8e9b;\n stroke-dasharray: 4;\n}\n\n.___SNull_oo67a_gg_.__hide_oo67a_gg_ {\n display: none;\n}\n"
30
30
  /*__inner_css_end__*/
31
- , "7kcw3_gg_")
31
+ , "oo67a_gg_")
32
32
  /*__reshadow_css_end__*/
33
33
  , {
34
- "__SArea": "___SArea_7kcw3_gg_",
35
- "_color": "__color_7kcw3_gg_",
36
- "--color": "--color_7kcw3",
37
- "__SAreaLine": "___SAreaLine_7kcw3_gg_",
38
- "--duration": "--duration_7kcw3",
39
- "__SNull": "___SNull_7kcw3_gg_",
40
- "_hide": "__hide_7kcw3_gg_"
34
+ "__SArea": "___SArea_oo67a_gg_",
35
+ "_color": "__color_oo67a_gg_",
36
+ "--color": "--color_oo67a",
37
+ "__SAreaLine": "___SAreaLine_oo67a_gg_",
38
+ "--duration": "--duration_oo67a",
39
+ "__SNull": "___SNull_oo67a_gg_",
40
+ "_hide": "__hide_oo67a_gg_"
41
41
  });
42
42
 
43
43
  var AreaRoot = /*#__PURE__*/function (_Component) {
package/lib/es6/Axis.js CHANGED
@@ -27,23 +27,23 @@ var style = (
27
27
  /*__reshadow_css_start__*/
28
28
  _sstyled.insert(
29
29
  /*__inner_css_start__*/
30
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SAxis_ih7q8_gg_ {\n stroke: #c4c7cf;\n}\n\n.___SAxis_ih7q8_gg_.__hide_ih7q8_gg_ {\n display: none;\n}\n\n.___STick_ih7q8_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n}\n\n.___STick_ih7q8_gg_.__hide_ih7q8_gg_ {\n display: none;\n}\n\n.___SGrid_ih7q8_gg_ {\n fill: transparent;\n stroke: #e0e1e9;\n}\n\n.___STitle_ih7q8_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n transform-origin: var(--transform-origin_ih7q8);\n}\n\n.___STitle_ih7q8_gg_._position_top_ih7q8_gg_ {\n text-anchor: middle;\n}\n\n.___STitle_ih7q8_gg_._position_bottom_ih7q8_gg_ {\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STitle_ih7q8_gg_._position_right_ih7q8_gg_ {\n transform: rotate(-90deg);\n alignment-baseline: middle;\n text-anchor: middle;\n}\n\n.___STitle_ih7q8_gg_._position_left_ih7q8_gg_ {\n transform: rotate(-90deg);\n text-anchor: middle;\n alignment-baseline: middle;\n}\n\n.___STick_ih7q8_gg_._position_top_ih7q8_gg_ {\n transform: translateY(-12px);\n text-anchor: middle;\n}\n\n.___STick_ih7q8_gg_._position_bottom_ih7q8_gg_ {\n transform: translateY(12px);\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STick_ih7q8_gg_._position_right_ih7q8_gg_ {\n transform: translateX(16px);\n text-anchor: start;\n alignment-baseline: middle;\n}\n\n.___STick_ih7q8_gg_._position_left_ih7q8_gg_ {\n transform: translateX(-16px);\n text-anchor: end;\n alignment-baseline: middle;\n}\n\n.___STick_ih7q8_gg_._position_custom_0_ih7q8_gg_ {\n transform: translateY(12px);\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STick_ih7q8_gg_._position_custom_1_ih7q8_gg_ {\n transform: translateX(-16px);\n text-anchor: end;\n alignment-baseline: middle;\n}\n"
30
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SAxis_e59iq_gg_ {\n stroke: #c4c7cf;\n}\n\n.___SAxis_e59iq_gg_.__hide_e59iq_gg_ {\n display: none;\n}\n\n.___STick_e59iq_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n}\n\n.___STick_e59iq_gg_.__hide_e59iq_gg_ {\n display: none;\n}\n\n.___SGrid_e59iq_gg_ {\n fill: transparent;\n stroke: #e0e1e9;\n}\n\n.___STitle_e59iq_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n transform-origin: var(--transform-origin_e59iq);\n}\n\n.___STitle_e59iq_gg_._position_top_e59iq_gg_ {\n text-anchor: middle;\n}\n\n.___STitle_e59iq_gg_._position_bottom_e59iq_gg_ {\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STitle_e59iq_gg_._position_right_e59iq_gg_ {\n transform: rotate(-90deg);\n alignment-baseline: middle;\n text-anchor: middle;\n}\n\n.___STitle_e59iq_gg_._position_left_e59iq_gg_ {\n transform: rotate(-90deg);\n text-anchor: middle;\n alignment-baseline: middle;\n}\n\n.___STick_e59iq_gg_._position_top_e59iq_gg_ {\n transform: translateY(-12px);\n text-anchor: middle;\n}\n\n.___STick_e59iq_gg_._position_bottom_e59iq_gg_ {\n transform: translateY(12px);\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STick_e59iq_gg_._position_right_e59iq_gg_ {\n transform: translateX(16px);\n text-anchor: start;\n alignment-baseline: middle;\n}\n\n.___STick_e59iq_gg_._position_left_e59iq_gg_ {\n transform: translateX(-16px);\n text-anchor: end;\n alignment-baseline: middle;\n}\n\n.___STick_e59iq_gg_._position_custom_0_e59iq_gg_ {\n transform: translateY(12px);\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STick_e59iq_gg_._position_custom_1_e59iq_gg_ {\n transform: translateX(-16px);\n text-anchor: end;\n alignment-baseline: middle;\n}\n"
31
31
  /*__inner_css_end__*/
32
- , "ih7q8_gg_")
32
+ , "e59iq_gg_")
33
33
  /*__reshadow_css_end__*/
34
34
  , {
35
- "__SAxis": "___SAxis_ih7q8_gg_",
36
- "_hide": "__hide_ih7q8_gg_",
37
- "__STick": "___STick_ih7q8_gg_",
38
- "__SGrid": "___SGrid_ih7q8_gg_",
39
- "__STitle": "___STitle_ih7q8_gg_",
40
- "--transform-origin": "--transform-origin_ih7q8",
41
- "_position_top": "_position_top_ih7q8_gg_",
42
- "_position_bottom": "_position_bottom_ih7q8_gg_",
43
- "_position_right": "_position_right_ih7q8_gg_",
44
- "_position_left": "_position_left_ih7q8_gg_",
45
- "_position_custom_0": "_position_custom_0_ih7q8_gg_",
46
- "_position_custom_1": "_position_custom_1_ih7q8_gg_"
35
+ "__SAxis": "___SAxis_e59iq_gg_",
36
+ "_hide": "__hide_e59iq_gg_",
37
+ "__STick": "___STick_e59iq_gg_",
38
+ "__SGrid": "___SGrid_e59iq_gg_",
39
+ "__STitle": "___STitle_e59iq_gg_",
40
+ "--transform-origin": "--transform-origin_e59iq",
41
+ "_position_top": "_position_top_e59iq_gg_",
42
+ "_position_bottom": "_position_bottom_e59iq_gg_",
43
+ "_position_right": "_position_right_e59iq_gg_",
44
+ "_position_left": "_position_left_e59iq_gg_",
45
+ "_position_custom_0": "_position_custom_0_e59iq_gg_",
46
+ "_position_custom_1": "_position_custom_1_e59iq_gg_"
47
47
  });
48
48
  var CUSTOM_0 = Symbol('custom_0');
49
49
  var CUSTOM_1 = Symbol('custom_1');
package/lib/es6/Bar.js CHANGED
@@ -24,17 +24,17 @@ var style = (
24
24
  /*__reshadow_css_start__*/
25
25
  _sstyled.insert(
26
26
  /*__inner_css_start__*/
27
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBar_1cgx4_gg_ {\n fill: #2bb3ff;\n transition-property: height, width, y;\n transition-duration: var(--duration_1cgx4);\n transition-timing-function: ease-in-out;\n}\n\n.___SBar_1cgx4_gg_.__color_1cgx4_gg_ {\n fill: var(--color_1cgx4);\n}\n\n.___SBar_1cgx4_gg_.__hide_1cgx4_gg_ {\n display: none;\n}\n\n.___SBackground_1cgx4_gg_ {\n fill: #c4c7cf;\n}\n"
27
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBar_z81l7_gg_ {\n fill: #2bb3ff;\n transition-property: height, width, y;\n transition-duration: var(--duration_z81l7);\n transition-timing-function: ease-in-out;\n}\n\n.___SBar_z81l7_gg_.__color_z81l7_gg_ {\n fill: var(--color_z81l7);\n}\n\n.___SBar_z81l7_gg_.__hide_z81l7_gg_ {\n display: none;\n}\n\n.___SBackground_z81l7_gg_ {\n fill: #c4c7cf;\n}\n"
28
28
  /*__inner_css_end__*/
29
- , "1cgx4_gg_")
29
+ , "z81l7_gg_")
30
30
  /*__reshadow_css_end__*/
31
31
  , {
32
- "__SBar": "___SBar_1cgx4_gg_",
33
- "--duration": "--duration_1cgx4",
34
- "_color": "__color_1cgx4_gg_",
35
- "--color": "--color_1cgx4",
36
- "_hide": "__hide_1cgx4_gg_",
37
- "__SBackground": "___SBackground_1cgx4_gg_"
32
+ "__SBar": "___SBar_z81l7_gg_",
33
+ "--duration": "--duration_z81l7",
34
+ "_color": "__color_z81l7_gg_",
35
+ "--color": "--color_z81l7",
36
+ "_hide": "__hide_z81l7_gg_",
37
+ "__SBackground": "___SBackground_z81l7_gg_"
38
38
  });
39
39
 
40
40
  var BarRoot = /*#__PURE__*/function (_Component) {
package/lib/es6/Bubble.js CHANGED
@@ -32,19 +32,19 @@ var style = (
32
32
  /*__reshadow_css_start__*/
33
33
  _sstyled.insert(
34
34
  /*__inner_css_start__*/
35
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBubble_69a2y_gg_ {\n fill: #2bb3ff;\n stroke: #fff;\n stroke-width: 2px;\n transition-property: cx, cy;\n transition-duration: var(--duration_69a2y);\n transition-timing-function: ease-in-out;\n opacity: 0.5\n}\n\n.___SBubble_69a2y_gg_:hover {\n opacity: 0.8;\n }\n\n.___SBubble_69a2y_gg_.__color_69a2y_gg_ {\n fill: var(--color_69a2y);\n}\n\n.___SCenter_69a2y_gg_ {\n text-anchor: middle;\n font-size: 11px;\n stroke: #2bb3ff;\n}\n\n.___SCenter_69a2y_gg_.__color_69a2y_gg_ {\n stroke: var(--color_69a2y);\n}\n\n.___SLabel_69a2y_gg_ {\n fill: #2bb3ff;\n}\n\n.___SLabel_69a2y_gg_._position_right_69a2y_gg_ {\n text-anchor: end;\n}\n\n.___SLabel_69a2y_gg_._position_left_69a2y_gg_ {\n text-anchor: start;\n}\n\n.___SLabel_69a2y_gg_.__color_69a2y_gg_ {\n fill: var(--color_69a2y);\n}\n"
35
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBubble_133hi_gg_ {\n fill: #2bb3ff;\n stroke: #fff;\n stroke-width: 2px;\n transition-property: cx, cy;\n transition-duration: var(--duration_133hi);\n transition-timing-function: ease-in-out;\n opacity: 0.5\n}\n\n.___SBubble_133hi_gg_:hover {\n opacity: 0.8;\n }\n\n.___SBubble_133hi_gg_.__color_133hi_gg_ {\n fill: var(--color_133hi);\n}\n\n.___SCenter_133hi_gg_ {\n text-anchor: middle;\n font-size: 11px;\n stroke: #2bb3ff;\n}\n\n.___SCenter_133hi_gg_.__color_133hi_gg_ {\n stroke: var(--color_133hi);\n}\n\n.___SLabel_133hi_gg_ {\n fill: #2bb3ff;\n}\n\n.___SLabel_133hi_gg_._position_right_133hi_gg_ {\n text-anchor: end;\n}\n\n.___SLabel_133hi_gg_._position_left_133hi_gg_ {\n text-anchor: start;\n}\n\n.___SLabel_133hi_gg_.__color_133hi_gg_ {\n fill: var(--color_133hi);\n}\n"
36
36
  /*__inner_css_end__*/
37
- , "69a2y_gg_")
37
+ , "133hi_gg_")
38
38
  /*__reshadow_css_end__*/
39
39
  , {
40
- "__SBubble": "___SBubble_69a2y_gg_",
41
- "--duration": "--duration_69a2y",
42
- "_color": "__color_69a2y_gg_",
43
- "--color": "--color_69a2y",
44
- "__SCenter": "___SCenter_69a2y_gg_",
45
- "__SLabel": "___SLabel_69a2y_gg_",
46
- "_position_right": "_position_right_69a2y_gg_",
47
- "_position_left": "_position_left_69a2y_gg_"
40
+ "__SBubble": "___SBubble_133hi_gg_",
41
+ "--duration": "--duration_133hi",
42
+ "_color": "__color_133hi_gg_",
43
+ "--color": "--color_133hi",
44
+ "__SCenter": "___SCenter_133hi_gg_",
45
+ "__SLabel": "___SLabel_133hi_gg_",
46
+ "_position_right": "_position_right_133hi_gg_",
47
+ "_position_left": "_position_left_133hi_gg_"
48
48
  });
49
49
 
50
50
  var BubbleRoot = /*#__PURE__*/function (_Component) {
package/lib/es6/Donut.js CHANGED
@@ -34,16 +34,16 @@ var style = (
34
34
  /*__reshadow_css_start__*/
35
35
  _sstyled.insert(
36
36
  /*__inner_css_start__*/
37
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPie_rls1a_gg_ {\n stroke: #ffffff;\n fill: #2bb3ff;\n}\n\n.___SPie_rls1a_gg_.__color_rls1a_gg_ {\n fill: var(--color_rls1a);\n}\n\n.___SEmptyData_rls1a_gg_ {\n fill: #e0e1e9;\n}\n\n.___SEmptyData_rls1a_gg_.__color_rls1a_gg_ {\n fill: var(--color_rls1a);\n}\n\n.___SLabel_rls1a_gg_ {\n text-anchor: middle;\n vertical-anchor: middle;\n}\n"
37
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPie_wtta4_gg_ {\n stroke: #ffffff;\n fill: #2bb3ff;\n}\n\n.___SPie_wtta4_gg_.__color_wtta4_gg_ {\n fill: var(--color_wtta4);\n}\n\n.___SEmptyData_wtta4_gg_ {\n fill: #e0e1e9;\n}\n\n.___SEmptyData_wtta4_gg_.__color_wtta4_gg_ {\n fill: var(--color_wtta4);\n}\n\n.___SLabel_wtta4_gg_ {\n text-anchor: middle;\n vertical-anchor: middle;\n}\n"
38
38
  /*__inner_css_end__*/
39
- , "rls1a_gg_")
39
+ , "wtta4_gg_")
40
40
  /*__reshadow_css_end__*/
41
41
  , {
42
- "__SPie": "___SPie_rls1a_gg_",
43
- "_color": "__color_rls1a_gg_",
44
- "--color": "--color_rls1a",
45
- "__SEmptyData": "___SEmptyData_rls1a_gg_",
46
- "__SLabel": "___SLabel_rls1a_gg_"
42
+ "__SPie": "___SPie_wtta4_gg_",
43
+ "_color": "__color_wtta4_gg_",
44
+ "--color": "--color_wtta4",
45
+ "__SEmptyData": "___SEmptyData_wtta4_gg_",
46
+ "__SLabel": "___SLabel_wtta4_gg_"
47
47
  });
48
48
  var DEFAULT_INSTANCE = Symbol('DEFAULT_INSTANCE');
49
49
 
package/lib/es6/Dots.js CHANGED
@@ -12,18 +12,18 @@ var style = (
12
12
  /*__reshadow_css_start__*/
13
13
  _sstyled.insert(
14
14
  /*__inner_css_start__*/
15
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SDots_1wc8n_gg_ .___SDot_1wc8n_gg_ {\n transition-duration: var(--duration_1wc8n);\n }\n\n.___SDot_1wc8n_gg_ {\n stroke-width: 2px;\n stroke: #fff;\n r: 6px;\n fill: #2bb3ff;\n transition-property: cx, cy;\n transition-timing-function: ease-in-out;\n}\n\n.___SDot_1wc8n_gg_.__hide_1wc8n_gg_ {\n display: none;\n}\n\n.___SDot_1wc8n_gg_.__active_1wc8n_gg_ {\n r: 8px;\n}\n\n.___SDot_1wc8n_gg_.__color_1wc8n_gg_ {\n fill: var(--color_1wc8n);\n}\n"
15
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SDots_1oivv_gg_ .___SDot_1oivv_gg_ {\n transition-duration: var(--duration_1oivv);\n }\n\n.___SDot_1oivv_gg_ {\n stroke-width: 2px;\n stroke: #fff;\n r: 6px;\n fill: #2bb3ff;\n transition-property: cx, cy;\n transition-timing-function: ease-in-out;\n}\n\n.___SDot_1oivv_gg_.__hide_1oivv_gg_ {\n display: none;\n}\n\n.___SDot_1oivv_gg_.__active_1oivv_gg_ {\n r: 8px;\n}\n\n.___SDot_1oivv_gg_.__color_1oivv_gg_ {\n fill: var(--color_1oivv);\n}\n"
16
16
  /*__inner_css_end__*/
17
- , "1wc8n_gg_")
17
+ , "1oivv_gg_")
18
18
  /*__reshadow_css_end__*/
19
19
  , {
20
- "__SDots": "___SDots_1wc8n_gg_",
21
- "__SDot": "___SDot_1wc8n_gg_",
22
- "--duration": "--duration_1wc8n",
23
- "_hide": "__hide_1wc8n_gg_",
24
- "_active": "__active_1wc8n_gg_",
25
- "_color": "__color_1wc8n_gg_",
26
- "--color": "--color_1wc8n"
20
+ "__SDots": "___SDots_1oivv_gg_",
21
+ "__SDot": "___SDot_1oivv_gg_",
22
+ "--duration": "--duration_1oivv",
23
+ "_hide": "__hide_1oivv_gg_",
24
+ "_active": "__active_1oivv_gg_",
25
+ "_color": "__color_1oivv_gg_",
26
+ "--color": "--color_1oivv"
27
27
  });
28
28
  var EXCLUDE_PROPS = ['data', 'scale', 'value', 'display'];
29
29
 
@@ -23,17 +23,17 @@ var style = (
23
23
  /*__reshadow_css_start__*/
24
24
  _sstyled.insert(
25
25
  /*__inner_css_start__*/
26
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBar_1cgx4_gg_ {\n fill: #2bb3ff;\n transition-property: height, width, y;\n transition-duration: var(--duration_1cgx4);\n transition-timing-function: ease-in-out;\n}\n\n.___SBar_1cgx4_gg_.__color_1cgx4_gg_ {\n fill: var(--color_1cgx4);\n}\n\n.___SBar_1cgx4_gg_.__hide_1cgx4_gg_ {\n display: none;\n}\n\n.___SBackground_1cgx4_gg_ {\n fill: #c4c7cf;\n}\n"
26
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SBar_z81l7_gg_ {\n fill: #2bb3ff;\n transition-property: height, width, y;\n transition-duration: var(--duration_z81l7);\n transition-timing-function: ease-in-out;\n}\n\n.___SBar_z81l7_gg_.__color_z81l7_gg_ {\n fill: var(--color_z81l7);\n}\n\n.___SBar_z81l7_gg_.__hide_z81l7_gg_ {\n display: none;\n}\n\n.___SBackground_z81l7_gg_ {\n fill: #c4c7cf;\n}\n"
27
27
  /*__inner_css_end__*/
28
- , "1cgx4_gg_")
28
+ , "z81l7_gg_")
29
29
  /*__reshadow_css_end__*/
30
30
  , {
31
- "__SBar": "___SBar_1cgx4_gg_",
32
- "--duration": "--duration_1cgx4",
33
- "_color": "__color_1cgx4_gg_",
34
- "--color": "--color_1cgx4",
35
- "_hide": "__hide_1cgx4_gg_",
36
- "__SBackground": "___SBackground_1cgx4_gg_"
31
+ "__SBar": "___SBar_z81l7_gg_",
32
+ "--duration": "--duration_z81l7",
33
+ "_color": "__color_z81l7_gg_",
34
+ "--color": "--color_z81l7",
35
+ "_hide": "__hide_z81l7_gg_",
36
+ "__SBackground": "___SBackground_z81l7_gg_"
37
37
  });
38
38
 
39
39
  var HorizontalBarRoot = /*#__PURE__*/function (_Component) {
package/lib/es6/Hover.js CHANGED
@@ -24,13 +24,13 @@ var style = (
24
24
  /*__reshadow_css_start__*/
25
25
  _sstyled.insert(
26
26
  /*__inner_css_start__*/
27
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SHoverLine_nkzuj_gg_ {\n stroke: #a9abb6;\n}\n\n.___SHoverRect_nkzuj_gg_ {\n fill: rgba(196, 199, 207, 0.3);\n}\n"
27
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SHoverLine_1m8up_gg_ {\n stroke: #a9abb6;\n}\n\n.___SHoverRect_1m8up_gg_ {\n fill: rgba(196, 199, 207, 0.3);\n}\n"
28
28
  /*__inner_css_end__*/
29
- , "nkzuj_gg_")
29
+ , "1m8up_gg_")
30
30
  /*__reshadow_css_end__*/
31
31
  , {
32
- "__SHoverLine": "___SHoverLine_nkzuj_gg_",
33
- "__SHoverRect": "___SHoverRect_nkzuj_gg_"
32
+ "__SHoverLine": "___SHoverLine_1m8up_gg_",
33
+ "__SHoverRect": "___SHoverRect_1m8up_gg_"
34
34
  });
35
35
 
36
36
  var Hover = /*#__PURE__*/function (_Component) {
package/lib/es6/Line.js CHANGED
@@ -25,17 +25,17 @@ var style = (
25
25
  /*__reshadow_css_start__*/
26
26
  _sstyled.insert(
27
27
  /*__inner_css_start__*/
28
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SLine_1x3mi_gg_ {\n fill: transparent;\n stroke-width: 3;\n stroke: #2bb3ff;\n transition-property: d;\n transition-duration: var(--duration_1x3mi);\n transition-timing-function: ease-in-out;\n}\n\n.___SLine_1x3mi_gg_.__color_1x3mi_gg_ {\n stroke: var(--color_1x3mi);\n}\n\n.___SLine_1x3mi_gg_.__hide_1x3mi_gg_ {\n display: none;\n}\n\n.___SNull_1x3mi_gg_ {\n fill: transparent;\n stroke: #c4c7cf;\n stroke-dasharray: 4;\n}\n\n.___SNull_1x3mi_gg_.__hide_1x3mi_gg_ {\n display: none;\n}\n"
28
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SLine_14bgq_gg_ {\n fill: transparent;\n stroke-width: 3;\n stroke: #2bb3ff;\n transition-property: d;\n transition-duration: var(--duration_14bgq);\n transition-timing-function: ease-in-out;\n}\n\n.___SLine_14bgq_gg_.__color_14bgq_gg_ {\n stroke: var(--color_14bgq);\n}\n\n.___SLine_14bgq_gg_.__hide_14bgq_gg_ {\n display: none;\n}\n\n.___SNull_14bgq_gg_ {\n fill: transparent;\n stroke: #c4c7cf;\n stroke-dasharray: 4;\n}\n\n.___SNull_14bgq_gg_.__hide_14bgq_gg_ {\n display: none;\n}\n"
29
29
  /*__inner_css_end__*/
30
- , "1x3mi_gg_")
30
+ , "14bgq_gg_")
31
31
  /*__reshadow_css_end__*/
32
32
  , {
33
- "__SLine": "___SLine_1x3mi_gg_",
34
- "--duration": "--duration_1x3mi",
35
- "_color": "__color_1x3mi_gg_",
36
- "--color": "--color_1x3mi",
37
- "_hide": "__hide_1x3mi_gg_",
38
- "__SNull": "___SNull_1x3mi_gg_"
33
+ "__SLine": "___SLine_14bgq_gg_",
34
+ "--duration": "--duration_14bgq",
35
+ "_color": "__color_14bgq_gg_",
36
+ "--color": "--color_14bgq",
37
+ "_hide": "__hide_14bgq_gg_",
38
+ "__SNull": "___SNull_14bgq_gg_"
39
39
  });
40
40
 
41
41
  var LineRoot = /*#__PURE__*/function (_Component) {
package/lib/es6/Plot.js CHANGED
@@ -31,13 +31,13 @@ var style = (
31
31
  /*__reshadow_css_start__*/
32
32
  _sstyled.insert(
33
33
  /*__inner_css_start__*/
34
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlot_1h8d7_gg_ {\n overflow: hidden;\n}\n\n.___SPlot_1h8d7_gg_:active,\n.___SPlot_1h8d7_gg_:focus {\n outline: 0;\n text-decoration: none;\n}\n\nforeignObject[data-aria-only] {\n pointer-events: none;\n}\n\n.___SPlot_1h8d7_gg_.__keyboardFocused_1h8d7_gg_ {\n border: 1px solid #008ff8;\n box-shadow: 0 0 0 3px rgba(0, 143, 248, 0.2);\n}\n"
34
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlot_1wg1w_gg_ {\n overflow: hidden;\n}\n\n.___SPlot_1wg1w_gg_:active,\n.___SPlot_1wg1w_gg_:focus {\n outline: 0;\n text-decoration: none;\n}\n\nforeignObject[data-aria-only] {\n pointer-events: none;\n}\n\n.___SPlot_1wg1w_gg_.__keyboardFocused_1wg1w_gg_ {\n border: 1px solid #008ff8;\n box-shadow: 0 0 0 3px rgba(0, 143, 248, 0.2);\n}\n"
35
35
  /*__inner_css_end__*/
36
- , "1h8d7_gg_")
36
+ , "1wg1w_gg_")
37
37
  /*__reshadow_css_end__*/
38
38
  , {
39
- "__SPlot": "___SPlot_1h8d7_gg_",
40
- "_keyboardFocused": "__keyboardFocused_1h8d7_gg_"
39
+ "__SPlot": "___SPlot_1wg1w_gg_",
40
+ "_keyboardFocused": "__keyboardFocused_1wg1w_gg_"
41
41
  });
42
42
 
43
43
  var PlotRoot = /*#__PURE__*/function (_Component) {
@@ -34,20 +34,20 @@ var style = (
34
34
  /*__reshadow_css_start__*/
35
35
  _sstyled.insert(
36
36
  /*__inner_css_start__*/
37
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SRadian_189v8_gg_ {\n cursor: pointer;\n fill: #008ff8;\n}\n\n.___SLine_189v8_gg_ {\n stroke: #008ff8;\n}\n\n.___SLine_189v8_gg_.__color_189v8_gg_ {\n stroke: var(--color_189v8);\n}\n\n.___SCap_189v8_gg_ {\n transition: r 0.1s;\n}\n\n.___SLabel_189v8_gg_ {\n fill: var(--color_189v8);\n cursor: var(--text-cursor_189v8);\n}\n\n.___SRadian_189v8_gg_:hover .___SLabel_189v8_gg_ {\n fill: var(--color-hovered_189v8);\n}\n\n@media (prefers-reduced-motion) {\n .___SLineCap_189v8_gg_ {\n transition: none;\n }\n}\n"
37
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SRadian_xffh4_gg_ {\n cursor: pointer;\n fill: #008ff8;\n}\n\n.___SLine_xffh4_gg_ {\n stroke: #008ff8;\n}\n\n.___SLine_xffh4_gg_.__color_xffh4_gg_ {\n stroke: var(--color_xffh4);\n}\n\n.___SCap_xffh4_gg_ {\n transition: r 0.1s;\n}\n\n.___SLabel_xffh4_gg_ {\n fill: var(--color_xffh4);\n cursor: var(--text-cursor_xffh4);\n}\n\n.___SRadian_xffh4_gg_:hover .___SLabel_xffh4_gg_ {\n fill: var(--color-hovered_xffh4);\n}\n\n@media (prefers-reduced-motion) {\n .___SLineCap_xffh4_gg_ {\n transition: none;\n }\n}\n"
38
38
  /*__inner_css_end__*/
39
- , "189v8_gg_")
39
+ , "xffh4_gg_")
40
40
  /*__reshadow_css_end__*/
41
41
  , {
42
- "__SRadian": "___SRadian_189v8_gg_",
43
- "__SLine": "___SLine_189v8_gg_",
44
- "_color": "__color_189v8_gg_",
45
- "--color": "--color_189v8",
46
- "__SCap": "___SCap_189v8_gg_",
47
- "__SLabel": "___SLabel_189v8_gg_",
48
- "--text-cursor": "--text-cursor_189v8",
49
- "--color-hovered": "--color-hovered_189v8",
50
- "__SLineCap": "___SLineCap_189v8_gg_"
42
+ "__SRadian": "___SRadian_xffh4_gg_",
43
+ "__SLine": "___SLine_xffh4_gg_",
44
+ "_color": "__color_xffh4_gg_",
45
+ "--color": "--color_xffh4",
46
+ "__SCap": "___SCap_xffh4_gg_",
47
+ "__SLabel": "___SLabel_xffh4_gg_",
48
+ "--text-cursor": "--text-cursor_xffh4",
49
+ "--color-hovered": "--color-hovered_xffh4",
50
+ "__SLineCap": "___SLineCap_xffh4_gg_"
51
51
  });
52
52
  var baseAngle = -Math.PI / 2; // The top vertical line
53
53
 
@@ -25,19 +25,19 @@ var style = (
25
25
  /*__reshadow_css_start__*/
26
26
  _sstyled.insert(
27
27
  /*__inner_css_start__*/
28
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SReferenceLine_8wn17_gg_ {\n fill: none;\n stroke: #a9abb6;\n}\n\n.___STitle_8wn17_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n transform-origin: var(--transform-origin_8wn17);\n}\n\n.___STitle_8wn17_gg_._position_top_8wn17_gg_ {\n text-anchor: middle;\n}\n\n.___STitle_8wn17_gg_._position_bottom_8wn17_gg_ {\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STitle_8wn17_gg_._position_right_8wn17_gg_ {\n transform: rotate(-90deg);\n alignment-baseline: middle;\n text-anchor: middle;\n}\n\n.___STitle_8wn17_gg_._position_left_8wn17_gg_ {\n transform: rotate(-90deg);\n text-anchor: middle;\n alignment-baseline: middle;\n}\n\n.___SBackground_8wn17_gg_ {\n fill: rgba(196, 199, 207, 0.2);\n}\n"
28
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SReferenceLine_1t8oh_gg_ {\n fill: none;\n stroke: #a9abb6;\n}\n\n.___STitle_1t8oh_gg_ {\n font-size: 12px;\n fill: #6c6e79;\n transform-origin: var(--transform-origin_1t8oh);\n}\n\n.___STitle_1t8oh_gg_._position_top_1t8oh_gg_ {\n text-anchor: middle;\n}\n\n.___STitle_1t8oh_gg_._position_bottom_1t8oh_gg_ {\n text-anchor: middle;\n alignment-baseline: hanging;\n}\n\n.___STitle_1t8oh_gg_._position_right_1t8oh_gg_ {\n transform: rotate(-90deg);\n alignment-baseline: middle;\n text-anchor: middle;\n}\n\n.___STitle_1t8oh_gg_._position_left_1t8oh_gg_ {\n transform: rotate(-90deg);\n text-anchor: middle;\n alignment-baseline: middle;\n}\n\n.___SBackground_1t8oh_gg_ {\n fill: rgba(196, 199, 207, 0.2);\n}\n"
29
29
  /*__inner_css_end__*/
30
- , "8wn17_gg_")
30
+ , "1t8oh_gg_")
31
31
  /*__reshadow_css_end__*/
32
32
  , {
33
- "__SReferenceLine": "___SReferenceLine_8wn17_gg_",
34
- "__STitle": "___STitle_8wn17_gg_",
35
- "--transform-origin": "--transform-origin_8wn17",
36
- "_position_top": "_position_top_8wn17_gg_",
37
- "_position_bottom": "_position_bottom_8wn17_gg_",
38
- "_position_right": "_position_right_8wn17_gg_",
39
- "_position_left": "_position_left_8wn17_gg_",
40
- "__SBackground": "___SBackground_8wn17_gg_"
33
+ "__SReferenceLine": "___SReferenceLine_1t8oh_gg_",
34
+ "__STitle": "___STitle_1t8oh_gg_",
35
+ "--transform-origin": "--transform-origin_1t8oh",
36
+ "_position_top": "_position_top_1t8oh_gg_",
37
+ "_position_bottom": "_position_bottom_1t8oh_gg_",
38
+ "_position_right": "_position_right_1t8oh_gg_",
39
+ "_position_left": "_position_left_1t8oh_gg_",
40
+ "__SBackground": "___SBackground_1t8oh_gg_"
41
41
  });
42
42
  var MAP_ORIENTATION = {
43
43
  left: 'vertical',
@@ -30,16 +30,16 @@ var style = (
30
30
  /*__reshadow_css_start__*/
31
31
  _sstyled.insert(
32
32
  /*__inner_css_start__*/
33
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SScatterPlot_1sy7o_gg_ {\n fill: #2bb3ff;\n transition-property: cx, cy;\n transition-duration: var(--duration_1sy7o);\n transition-timing-function: ease-in-out;\n opacity: 0.5\n}\n\n.___SScatterPlot_1sy7o_gg_:hover {\n opacity: 0.8;\n }\n\n.___SScatterPlot_1sy7o_gg_.__color_1sy7o_gg_ {\n fill: var(--color_1sy7o);\n}\n\n.___SValue_1sy7o_gg_ {\n text-anchor: middle;\n font-size: 10px;\n stroke: #008ff8;\n}\n\n.___SValue_1sy7o_gg_.__color_1sy7o_gg_ {\n stroke: var(--color_1sy7o);\n}\n"
33
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SScatterPlot_5eyaz_gg_ {\n fill: #2bb3ff;\n transition-property: cx, cy;\n transition-duration: var(--duration_5eyaz);\n transition-timing-function: ease-in-out;\n opacity: 0.5\n}\n\n.___SScatterPlot_5eyaz_gg_:hover {\n opacity: 0.8;\n }\n\n.___SScatterPlot_5eyaz_gg_.__color_5eyaz_gg_ {\n fill: var(--color_5eyaz);\n}\n\n.___SValue_5eyaz_gg_ {\n text-anchor: middle;\n font-size: 10px;\n stroke: #008ff8;\n}\n\n.___SValue_5eyaz_gg_.__color_5eyaz_gg_ {\n stroke: var(--color_5eyaz);\n}\n"
34
34
  /*__inner_css_end__*/
35
- , "1sy7o_gg_")
35
+ , "5eyaz_gg_")
36
36
  /*__reshadow_css_end__*/
37
37
  , {
38
- "__SScatterPlot": "___SScatterPlot_1sy7o_gg_",
39
- "--duration": "--duration_1sy7o",
40
- "_color": "__color_1sy7o_gg_",
41
- "--color": "--color_1sy7o",
42
- "__SValue": "___SValue_1sy7o_gg_"
38
+ "__SScatterPlot": "___SScatterPlot_5eyaz_gg_",
39
+ "--duration": "--duration_5eyaz",
40
+ "_color": "__color_5eyaz_gg_",
41
+ "--color": "--color_5eyaz",
42
+ "__SValue": "___SValue_5eyaz_gg_"
43
43
  });
44
44
 
45
45
  var ScatterPlotRoot = /*#__PURE__*/function (_Component) {
@@ -34,17 +34,17 @@ var style = (
34
34
  /*__reshadow_css_start__*/
35
35
  _sstyled.insert(
36
36
  /*__inner_css_start__*/
37
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___STooltip_t9kcy_gg_ {\n font-size: 12px;\n line-height: 1.33;\n position: relative;\n background-color: #fff;\n border-radius: 6px;\n border: 1px solid #e0e1e9;\n box-sizing: border-box;\n box-shadow: 0px 1px 12px 0px rgba(25, 27, 35, 0.15);\n padding: 12px;\n}\n\n.___STitle_t9kcy_gg_ {\n color: #6c6e79;\n margin-bottom: 8px;\n}\n\n.___SDotGroup_t9kcy_gg_ {\n display: flex;\n align-items: center;\n}\n\n.___SDot_t9kcy_gg_ {\n width: 8px;\n height: 8px;\n border-radius: 50%;\n margin-right: 8px;\n background: #2bb3ff;\n}\n\n.___SDot_t9kcy_gg_.__color_t9kcy_gg_ {\n background: var(--color_t9kcy);\n}\n"
37
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___STooltip_1pe41_gg_ {\n font-size: 12px;\n line-height: 1.33;\n position: relative;\n background-color: #fff;\n border-radius: 6px;\n border: 1px solid #e0e1e9;\n box-sizing: border-box;\n box-shadow: 0px 1px 12px 0px rgba(25, 27, 35, 0.15);\n padding: 12px;\n}\n\n.___STitle_1pe41_gg_ {\n color: #6c6e79;\n margin-bottom: 8px;\n}\n\n.___SDotGroup_1pe41_gg_ {\n display: flex;\n align-items: center;\n}\n\n.___SDot_1pe41_gg_ {\n width: 8px;\n height: 8px;\n border-radius: 50%;\n margin-right: 8px;\n background: #2bb3ff;\n}\n\n.___SDot_1pe41_gg_.__color_1pe41_gg_ {\n background: var(--color_1pe41);\n}\n"
38
38
  /*__inner_css_end__*/
39
- , "t9kcy_gg_")
39
+ , "1pe41_gg_")
40
40
  /*__reshadow_css_end__*/
41
41
  , {
42
- "__STooltip": "___STooltip_t9kcy_gg_",
43
- "__STitle": "___STitle_t9kcy_gg_",
44
- "__SDotGroup": "___SDotGroup_t9kcy_gg_",
45
- "__SDot": "___SDot_t9kcy_gg_",
46
- "_color": "__color_t9kcy_gg_",
47
- "--color": "--color_t9kcy"
42
+ "__STooltip": "___STooltip_1pe41_gg_",
43
+ "__STitle": "___STitle_1pe41_gg_",
44
+ "__SDotGroup": "___SDotGroup_1pe41_gg_",
45
+ "__SDot": "___SDot_1pe41_gg_",
46
+ "_color": "__color_1pe41_gg_",
47
+ "--color": "--color_1pe41"
48
48
  });
49
49
 
50
50
  var TooltipRoot = /*#__PURE__*/function (_Component) {
package/lib/es6/Venn.js CHANGED
@@ -26,16 +26,16 @@ var style = (
26
26
  /*__reshadow_css_start__*/
27
27
  _sstyled.insert(
28
28
  /*__inner_css_start__*/
29
- ".___SCircle_lo3c8_gg_ {\n fill: #59ddaa;\n stroke: #fff;\n stroke-width: 2px;\n fill-opacity: 0.5;\n transition-property: cx, cy;\n transition-duration: var(--duration_lo3c8);\n transition-timing-function: ease-in-out\n}\n\n.___SCircle_lo3c8_gg_:hover {\n fill-opacity: 0.7;\n }\n\n.___SCircle_lo3c8_gg_.__color_lo3c8_gg_ {\n fill: var(--color_lo3c8);\n}\n\n.___SIntersection_lo3c8_gg_ {\n stroke: #fff;\n stroke-width: 2px;\n fill-opacity: 0\n}\n\n.___SIntersection_lo3c8_gg_:hover {\n fill-opacity: 0.1;\n }\n"
29
+ ".___SCircle_cu40g_gg_ {\n fill: #59ddaa;\n stroke: #fff;\n stroke-width: 2px;\n fill-opacity: 0.5;\n transition-property: cx, cy;\n transition-duration: var(--duration_cu40g);\n transition-timing-function: ease-in-out\n}\n\n.___SCircle_cu40g_gg_:hover {\n fill-opacity: 0.7;\n }\n\n.___SCircle_cu40g_gg_.__color_cu40g_gg_ {\n fill: var(--color_cu40g);\n}\n\n.___SIntersection_cu40g_gg_ {\n stroke: #fff;\n stroke-width: 2px;\n fill-opacity: 0\n}\n\n.___SIntersection_cu40g_gg_:hover {\n fill-opacity: 0.1;\n }\n"
30
30
  /*__inner_css_end__*/
31
- , "lo3c8_gg_")
31
+ , "cu40g_gg_")
32
32
  /*__reshadow_css_end__*/
33
33
  , {
34
- "__SCircle": "___SCircle_lo3c8_gg_",
35
- "--duration": "--duration_lo3c8",
36
- "_color": "__color_lo3c8_gg_",
37
- "--color": "--color_lo3c8",
38
- "__SIntersection": "___SIntersection_lo3c8_gg_"
34
+ "__SCircle": "___SCircle_cu40g_gg_",
35
+ "--duration": "--duration_cu40g",
36
+ "_color": "__color_cu40g_gg_",
37
+ "--color": "--color_cu40g",
38
+ "__SIntersection": "___SIntersection_cu40g_gg_"
39
39
  });
40
40
 
41
41
  var VennRoot = /*#__PURE__*/function (_Component) {
@@ -20,12 +20,12 @@ var styles = (
20
20
  /*__reshadow_css_start__*/
21
21
  _sstyled.insert(
22
22
  /*__inner_css_start__*/
23
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlotA11yModule_gin3z_gg_ {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n pointer-events: none;\n opacity: 0;\n}\n\n.___SPlotA11yModule_gin3z_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n}\n"
23
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlotA11yModule_1wl2v_gg_ {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n pointer-events: none;\n opacity: 0;\n}\n\n.___SPlotA11yModule_1wl2v_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n}\n"
24
24
  /*__inner_css_end__*/
25
- , "gin3z_gg_")
25
+ , "1wl2v_gg_")
26
26
  /*__reshadow_css_end__*/
27
27
  , {
28
- "__SPlotA11yModule": "___SPlotA11yModule_gin3z_gg_"
28
+ "__SPlotA11yModule": "___SPlotA11yModule_1wl2v_gg_"
29
29
  });
30
30
  import { Context as I18nContext } from '@semcore/utils/lib/enhances/WithI18n';
31
31
  import { Box } from '@semcore/flex-box';
@@ -27,13 +27,13 @@ var styles = (
27
27
  /*__reshadow_css_start__*/
28
28
  _sstyled.insert(
29
29
  /*__inner_css_start__*/
30
- ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlotA11yView_1ves0_gg_ {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n pointer-events: none;\n opacity: 0;\n background-color: white;\n color: black;\n border: 3px solid black;\n font-size: 10px;\n padding: 2px;\n width: 200px;\n height: 200px;\n max-width: 80%;\n max-height: 80%;\n overflow: auto;\n}\n\n.___SPlotA11yView_1ves0_gg_.__focus-within_1ves0_gg_,\n.___SPlotA11yView_1ves0_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n z-index: 100;\n position: relative;\n display: block;\n}\n\n.___SPlotA11yView_1ves0_gg_:focus-within,\n.___SPlotA11yView_1ves0_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n z-index: 100;\n position: relative;\n display: block;\n}\n\n.___SPlotA11yView_1ves0_gg_ a {\n cursor: pointer;\n text-decoration: underline;\n margin-bottom: 8px;\n display: block;\n}\n\n.___SPlotA11yView_1ves0_gg_ table,\n.___SPlotA11yView_1ves0_gg_ td,\n.___SPlotA11yView_1ves0_gg_ th {\n border: 1px solid black;\n}\n"
30
+ ":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SPlotA11yView_1okjv_gg_ {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n pointer-events: none;\n opacity: 0;\n background-color: white;\n color: black;\n border: 3px solid black;\n font-size: 10px;\n padding: 2px;\n width: 200px;\n height: 200px;\n max-width: 80%;\n max-height: 80%;\n overflow: auto;\n}\n\n.___SPlotA11yView_1okjv_gg_.__focus-within_1okjv_gg_,\n.___SPlotA11yView_1okjv_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n z-index: 100;\n position: relative;\n display: block;\n}\n\n.___SPlotA11yView_1okjv_gg_:focus-within,\n.___SPlotA11yView_1okjv_gg_:focus {\n -webkit-user-select: all;\n -moz-user-select: all;\n user-select: all;\n pointer-events: all;\n opacity: 1;\n z-index: 100;\n position: relative;\n display: block;\n}\n\n.___SPlotA11yView_1okjv_gg_ a {\n cursor: pointer;\n text-decoration: underline;\n margin-bottom: 8px;\n display: block;\n}\n\n.___SPlotA11yView_1okjv_gg_ table,\n.___SPlotA11yView_1okjv_gg_ td,\n.___SPlotA11yView_1okjv_gg_ th {\n border: 1px solid black;\n}\n"
31
31
  /*__inner_css_end__*/
32
- , "1ves0_gg_")
32
+ , "1okjv_gg_")
33
33
  /*__reshadow_css_end__*/
34
34
  , {
35
- "__SPlotA11yView": "___SPlotA11yView_1ves0_gg_",
36
- "_focus-within": "__focus-within_1ves0_gg_"
35
+ "__SPlotA11yView": "___SPlotA11yView_1okjv_gg_",
36
+ "_focus-within": "__focus-within_1okjv_gg_"
37
37
  });
38
38
  import { Box } from '@semcore/flex-box';
39
39
  export var PlotA11yView = function PlotA11yView(_ref3) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semcore/d3-chart",
3
3
  "description": "Semrush D3 Chart Component",
4
- "version": "2.4.4",
4
+ "version": "2.4.5",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",