@semcore/d3-chart 2.3.0-1 → 2.3.2
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 +31 -1
- package/lib/cjs/Area.js +9 -9
- package/lib/cjs/Axis.js +14 -14
- package/lib/cjs/Bar.js +8 -8
- package/lib/cjs/Bubble.js +10 -10
- package/lib/cjs/Donut.js +7 -7
- package/lib/cjs/Dots.js +9 -9
- package/lib/cjs/GroupBar.js +6 -6
- package/lib/cjs/HorizontalBar.js +8 -8
- package/lib/cjs/Hover.js +4 -4
- package/lib/cjs/Line.js +8 -8
- package/lib/cjs/Plot.js +4 -4
- package/lib/cjs/RadialTree.js +11 -11
- package/lib/cjs/ReferenceLine.js +10 -10
- package/lib/cjs/ResponsiveContainer.js +1 -0
- package/lib/cjs/ResponsiveContainer.js.map +1 -1
- package/lib/cjs/ScatterPlot.js +7 -7
- package/lib/cjs/StackBar.js +6 -6
- package/lib/cjs/StackedArea.js +7 -7
- package/lib/cjs/Tooltip.js +8 -8
- package/lib/cjs/Venn.js +7 -7
- package/lib/cjs/a11y/PlotA11yModule.js +18 -6
- package/lib/cjs/a11y/PlotA11yModule.js.map +1 -1
- package/lib/cjs/a11y/PlotA11yView.js +7 -5
- package/lib/cjs/a11y/PlotA11yView.js.map +1 -1
- package/lib/cjs/a11y/insights.js.map +1 -1
- package/lib/cjs/a11y/locale.js +6 -2
- package/lib/cjs/a11y/locale.js.map +1 -1
- package/lib/es6/Area.js +9 -9
- package/lib/es6/Axis.js +14 -14
- package/lib/es6/Bar.js +8 -8
- package/lib/es6/Bubble.js +10 -10
- package/lib/es6/Donut.js +7 -7
- package/lib/es6/Dots.js +9 -9
- package/lib/es6/GroupBar.js +6 -6
- package/lib/es6/HorizontalBar.js +8 -8
- package/lib/es6/Hover.js +4 -4
- package/lib/es6/Line.js +8 -8
- package/lib/es6/Plot.js +4 -4
- package/lib/es6/RadialTree.js +11 -11
- package/lib/es6/ReferenceLine.js +10 -10
- package/lib/es6/ResponsiveContainer.js +1 -0
- package/lib/es6/ResponsiveContainer.js.map +1 -1
- package/lib/es6/ScatterPlot.js +7 -7
- package/lib/es6/StackBar.js +6 -6
- package/lib/es6/StackedArea.js +7 -7
- package/lib/es6/Tooltip.js +8 -8
- package/lib/es6/Venn.js +7 -7
- package/lib/es6/a11y/PlotA11yModule.js +14 -6
- package/lib/es6/a11y/PlotA11yModule.js.map +1 -1
- package/lib/es6/a11y/PlotA11yView.js +6 -5
- package/lib/es6/a11y/PlotA11yView.js.map +1 -1
- package/lib/es6/a11y/insights.js.map +1 -1
- package/lib/es6/a11y/locale.js +6 -2
- package/lib/es6/a11y/locale.js.map +1 -1
- package/lib/types/a11y/hints.d.ts +2 -23
- package/lib/types/a11y/locale.d.ts +1 -1
- package/lib/types/a11y/serialize.d.ts +3 -3
- package/lib/types/a11y/summarize.d.ts +1 -1
- package/lib/types/utils.d.ts +4 -4
- package/package.json +2 -2
- package/lib/cjs/a11y/datasets/charts-a11y.js +0 -591
- package/lib/cjs/a11y/datasets/charts-a11y.js.map +0 -1
- package/lib/cjs/a11y/datasets/gold.json +0 -7961
- package/lib/cjs/a11y/datasets/imdb.json +0 -10002
- package/lib/cjs/a11y/datasets/readme.md +0 -5
- package/lib/cjs/a11y/datasets/stores.json +0 -6274
- package/lib/cjs/a11y/datasets/titanic.json +0 -5436
- package/lib/es6/a11y/datasets/charts-a11y.js +0 -590
- package/lib/es6/a11y/datasets/charts-a11y.js.map +0 -1
- package/lib/es6/a11y/datasets/gold.json +0 -7961
- package/lib/es6/a11y/datasets/imdb.json +0 -10002
- package/lib/es6/a11y/datasets/readme.md +0 -5
- package/lib/es6/a11y/datasets/stores.json +0 -6274
- package/lib/es6/a11y/datasets/titanic.json +0 -5436
- package/lib/types/a11y/datasets/charts-a11y.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,42 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
-
## [2.3.
|
|
5
|
+
## [2.3.2] - 2022-08-30
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/animation` [1.5.9 ~> 1.5.10], `@semcore/utils` [3.37.0 ~> 3.37.1]).
|
|
10
|
+
|
|
11
|
+
## [2.3.1] - 2022-08-29
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Version patch update due to children dependencies update (`@semcore/animation` [1.5.8 ~> 1.5.9]).
|
|
16
|
+
|
|
17
|
+
## [2.3.0] - 2022-08-22
|
|
6
18
|
|
|
7
19
|
### Added
|
|
8
20
|
|
|
9
21
|
- Introduced charts accessibility module.
|
|
10
22
|
|
|
23
|
+
## [2.2.7] - 2022-08-18
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- Version patch update due to children dependencies update (`@semcore/animation` [1.5.7 ~> 1.5.8], `@semcore/utils` [3.36.0 ~> 3.37.0]).
|
|
28
|
+
|
|
29
|
+
## [2.2.6] - 2022-08-11
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
|
|
33
|
+
- Version patch update due to children dependencies update (`@semcore/animation` [1.5.6 ~> 1.5.7], `@semcore/utils` [3.35.1 ~> 3.36.0]).
|
|
34
|
+
|
|
35
|
+
## [2.2.5] - 2022-08-04
|
|
36
|
+
|
|
37
|
+
### Fix
|
|
38
|
+
|
|
39
|
+
- Fixed `ResponsiveContainer` memory leak on unmount.
|
|
40
|
+
|
|
11
41
|
## [2.2.4] - 2022-08-02
|
|
12
42
|
|
|
13
43
|
### Fix
|
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
|
-
".
|
|
51
|
+
".___SArea_1fxfn_gg_{fill:#2bb3ff;fill-opacity:.2}.___SArea_1fxfn_gg_.__color_1fxfn_gg_{fill:var(--color_1fxfn)}.___SAreaLine_1fxfn_gg_{stroke:#2bb3ff;stroke-width:3;fill:transparent}.___SAreaLine_1fxfn_gg_.__color_1fxfn_gg_{stroke:var(--color_1fxfn)}.___SArea_1fxfn_gg_,.___SAreaLine_1fxfn_gg_{transition-property:d;transition-duration:var(--duration_1fxfn);transition-timing-function:ease-in-out}.___SNull_1fxfn_gg_{fill:transparent;stroke:#8a8e9b;stroke-dasharray:4}.___SNull_1fxfn_gg_.__hide_1fxfn_gg_{display:none}"
|
|
52
52
|
/*__inner_css_end__*/
|
|
53
|
-
, "
|
|
53
|
+
, "1fxfn_gg_")
|
|
54
54
|
/*__reshadow_css_end__*/
|
|
55
55
|
, {
|
|
56
|
-
"__SArea": "
|
|
57
|
-
"_color": "
|
|
58
|
-
"--color": "--
|
|
59
|
-
"__SAreaLine": "
|
|
60
|
-
"--duration": "--
|
|
61
|
-
"__SNull": "
|
|
62
|
-
"_hide": "
|
|
56
|
+
"__SArea": "___SArea_1fxfn_gg_",
|
|
57
|
+
"_color": "__color_1fxfn_gg_",
|
|
58
|
+
"--color": "--color_1fxfn",
|
|
59
|
+
"__SAreaLine": "___SAreaLine_1fxfn_gg_",
|
|
60
|
+
"--duration": "--duration_1fxfn",
|
|
61
|
+
"__SNull": "___SNull_1fxfn_gg_",
|
|
62
|
+
"_hide": "__hide_1fxfn_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
|
-
".
|
|
47
|
+
".___SAxis_zhm9s_gg_{stroke:#c4c7cf}.___SAxis_zhm9s_gg_.__hide_zhm9s_gg_{display:none}.___STick_zhm9s_gg_{font-size:12px;fill:#6c6e79}.___STick_zhm9s_gg_.__hide_zhm9s_gg_{display:none}.___SGrid_zhm9s_gg_{fill:transparent;stroke:#e0e1e9}.___STitle_zhm9s_gg_{font-size:12px;fill:#6c6e79;transform-origin:var(--transform-origin_zhm9s)}.___STitle_zhm9s_gg_._position_top_zhm9s_gg_{text-anchor:middle}.___STitle_zhm9s_gg_._position_bottom_zhm9s_gg_{text-anchor:middle;alignment-baseline:hanging}.___STitle_zhm9s_gg_._position_right_zhm9s_gg_{transform:rotate(-90deg);alignment-baseline:middle;text-anchor:middle}.___STitle_zhm9s_gg_._position_left_zhm9s_gg_{transform:rotate(-90deg);text-anchor:middle;alignment-baseline:middle}.___STick_zhm9s_gg_._position_top_zhm9s_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_zhm9s_gg_._position_bottom_zhm9s_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_zhm9s_gg_._position_right_zhm9s_gg_{transform:translateX(16px);text-anchor:start;alignment-baseline:middle}.___STick_zhm9s_gg_._position_left_zhm9s_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}.___STick_zhm9s_gg_._position_custom_0_zhm9s_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_zhm9s_gg_._position_custom_1_zhm9s_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}"
|
|
48
48
|
/*__inner_css_end__*/
|
|
49
|
-
, "
|
|
49
|
+
, "zhm9s_gg_")
|
|
50
50
|
/*__reshadow_css_end__*/
|
|
51
51
|
, {
|
|
52
|
-
"__SAxis": "
|
|
53
|
-
"_hide": "
|
|
54
|
-
"__STick": "
|
|
55
|
-
"__SGrid": "
|
|
56
|
-
"__STitle": "
|
|
57
|
-
"--transform-origin": "--transform-
|
|
58
|
-
"_position_top": "
|
|
59
|
-
"_position_bottom": "
|
|
60
|
-
"_position_right": "
|
|
61
|
-
"_position_left": "
|
|
62
|
-
"_position_custom_0": "
|
|
63
|
-
"_position_custom_1": "
|
|
52
|
+
"__SAxis": "___SAxis_zhm9s_gg_",
|
|
53
|
+
"_hide": "__hide_zhm9s_gg_",
|
|
54
|
+
"__STick": "___STick_zhm9s_gg_",
|
|
55
|
+
"__SGrid": "___SGrid_zhm9s_gg_",
|
|
56
|
+
"__STitle": "___STitle_zhm9s_gg_",
|
|
57
|
+
"--transform-origin": "--transform-origin_zhm9s",
|
|
58
|
+
"_position_top": "_position_top_zhm9s_gg_",
|
|
59
|
+
"_position_bottom": "_position_bottom_zhm9s_gg_",
|
|
60
|
+
"_position_right": "_position_right_zhm9s_gg_",
|
|
61
|
+
"_position_left": "_position_left_zhm9s_gg_",
|
|
62
|
+
"_position_custom_0": "_position_custom_0_zhm9s_gg_",
|
|
63
|
+
"_position_custom_1": "_position_custom_1_zhm9s_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
|
-
".
|
|
47
|
+
".___SBar_19nw3_gg_{fill:#2bb3ff;transition-property:height,width,y;transition-duration:var(--duration_19nw3);transition-timing-function:ease-in-out}.___SBar_19nw3_gg_.__color_19nw3_gg_{fill:var(--color_19nw3)}.___SBar_19nw3_gg_.__hide_19nw3_gg_{display:none}.___SBackground_19nw3_gg_{fill:#c4c7cf}"
|
|
48
48
|
/*__inner_css_end__*/
|
|
49
|
-
, "
|
|
49
|
+
, "19nw3_gg_")
|
|
50
50
|
/*__reshadow_css_end__*/
|
|
51
51
|
, {
|
|
52
|
-
"__SBar": "
|
|
53
|
-
"--duration": "--
|
|
54
|
-
"_color": "
|
|
55
|
-
"--color": "--
|
|
56
|
-
"_hide": "
|
|
57
|
-
"__SBackground": "
|
|
52
|
+
"__SBar": "___SBar_19nw3_gg_",
|
|
53
|
+
"--duration": "--duration_19nw3",
|
|
54
|
+
"_color": "__color_19nw3_gg_",
|
|
55
|
+
"--color": "--color_19nw3",
|
|
56
|
+
"_hide": "__hide_19nw3_gg_",
|
|
57
|
+
"__SBackground": "___SBackground_19nw3_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
|
-
".
|
|
59
|
+
".___SBubble_11l7c_gg_{fill:#2bb3ff;stroke:#fff;stroke-width:2px;transition-property:cx,cy;transition-duration:var(--duration_11l7c);transition-timing-function:ease-in-out;opacity:.5}.___SBubble_11l7c_gg_:hover{opacity:.8}.___SBubble_11l7c_gg_.__color_11l7c_gg_{fill:var(--color_11l7c)}.___SCenter_11l7c_gg_{text-anchor:middle;font-size:11px;stroke:#2bb3ff}.___SCenter_11l7c_gg_.__color_11l7c_gg_{stroke:var(--color_11l7c)}.___SLabel_11l7c_gg_{fill:#2bb3ff}.___SLabel_11l7c_gg_._position_right_11l7c_gg_{text-anchor:end}.___SLabel_11l7c_gg_._position_left_11l7c_gg_{text-anchor:start}.___SLabel_11l7c_gg_.__color_11l7c_gg_{fill:var(--color_11l7c)}"
|
|
60
60
|
/*__inner_css_end__*/
|
|
61
|
-
, "
|
|
61
|
+
, "11l7c_gg_")
|
|
62
62
|
/*__reshadow_css_end__*/
|
|
63
63
|
, {
|
|
64
|
-
"__SBubble": "
|
|
65
|
-
"--duration": "--
|
|
66
|
-
"_color": "
|
|
67
|
-
"--color": "--
|
|
68
|
-
"__SCenter": "
|
|
69
|
-
"__SLabel": "
|
|
70
|
-
"_position_right": "
|
|
71
|
-
"_position_left": "
|
|
64
|
+
"__SBubble": "___SBubble_11l7c_gg_",
|
|
65
|
+
"--duration": "--duration_11l7c",
|
|
66
|
+
"_color": "__color_11l7c_gg_",
|
|
67
|
+
"--color": "--color_11l7c",
|
|
68
|
+
"__SCenter": "___SCenter_11l7c_gg_",
|
|
69
|
+
"__SLabel": "___SLabel_11l7c_gg_",
|
|
70
|
+
"_position_right": "_position_right_11l7c_gg_",
|
|
71
|
+
"_position_left": "_position_left_11l7c_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
|
-
".
|
|
69
|
+
".___SPie_15pda_gg_{stroke:#fff;fill:#2bb3ff}.___SPie_15pda_gg_.__color_15pda_gg_{fill:var(--color_15pda)}.___SEmptyData_15pda_gg_{fill:#e0e1e9}.___SEmptyData_15pda_gg_.__color_15pda_gg_{fill:var(--color_15pda)}.___SLabel_15pda_gg_{text-anchor:middle;vertical-anchor:middle}"
|
|
70
70
|
/*__inner_css_end__*/
|
|
71
|
-
, "
|
|
71
|
+
, "15pda_gg_")
|
|
72
72
|
/*__reshadow_css_end__*/
|
|
73
73
|
, {
|
|
74
|
-
"__SPie": "
|
|
75
|
-
"_color": "
|
|
76
|
-
"--color": "--
|
|
77
|
-
"__SEmptyData": "
|
|
78
|
-
"__SLabel": "
|
|
74
|
+
"__SPie": "___SPie_15pda_gg_",
|
|
75
|
+
"_color": "__color_15pda_gg_",
|
|
76
|
+
"--color": "--color_15pda",
|
|
77
|
+
"__SEmptyData": "___SEmptyData_15pda_gg_",
|
|
78
|
+
"__SLabel": "___SLabel_15pda_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
|
-
".
|
|
35
|
+
".___SDots_cm5sn_gg_ .___SDot_cm5sn_gg_{transition-duration:var(--duration_cm5sn)}.___SDot_cm5sn_gg_{stroke-width:2px;stroke:#fff;r:6px;fill:#2bb3ff;transition-property:cx,cy;transition-timing-function:ease-in-out}.___SDot_cm5sn_gg_.__hide_cm5sn_gg_{display:none}.___SDot_cm5sn_gg_.__active_cm5sn_gg_{r:8px}.___SDot_cm5sn_gg_.__color_cm5sn_gg_{fill:var(--color_cm5sn)}"
|
|
36
36
|
/*__inner_css_end__*/
|
|
37
|
-
, "
|
|
37
|
+
, "cm5sn_gg_")
|
|
38
38
|
/*__reshadow_css_end__*/
|
|
39
39
|
, {
|
|
40
|
-
"__SDots": "
|
|
41
|
-
"__SDot": "
|
|
42
|
-
"--duration": "--
|
|
43
|
-
"_hide": "
|
|
44
|
-
"_active": "
|
|
45
|
-
"_color": "
|
|
46
|
-
"--color": "--
|
|
40
|
+
"__SDots": "___SDots_cm5sn_gg_",
|
|
41
|
+
"__SDot": "___SDot_cm5sn_gg_",
|
|
42
|
+
"--duration": "--duration_cm5sn",
|
|
43
|
+
"_hide": "__hide_cm5sn_gg_",
|
|
44
|
+
"_active": "__active_cm5sn_gg_",
|
|
45
|
+
"_color": "__color_cm5sn_gg_",
|
|
46
|
+
"--color": "--color_cm5sn"
|
|
47
47
|
});
|
|
48
48
|
var EXCLUDE_PROPS = ['data', 'scale', 'value', 'display'];
|
|
49
49
|
|
package/lib/cjs/GroupBar.js
CHANGED
|
@@ -42,15 +42,15 @@ var _ref = (
|
|
|
42
42
|
/*__reshadow_css_start__*/
|
|
43
43
|
(0, _core.__css__)(
|
|
44
44
|
/*__inner_css_start__*/
|
|
45
|
-
".
|
|
45
|
+
".___SBar_f03r7_gg_{fill:#2bb3ff;transition-property:height,width,y;transition-duration:var(--duration);transition-timing-function:ease-in-out}.___SBar_f03r7_gg_.__color_f03r7_gg_{fill:var(--color)}.___SBar_f03r7_gg_.__hide_f03r7_gg_{display:none}.___SBackground_f03r7_gg_{fill:#c4c7cf}"
|
|
46
46
|
/*__inner_css_end__*/
|
|
47
|
-
, "
|
|
47
|
+
, "jel8ua_gg_")
|
|
48
48
|
/*__reshadow_css_end__*/
|
|
49
49
|
, {
|
|
50
|
-
"__SBar": "
|
|
51
|
-
"_color": "
|
|
52
|
-
"_hide": "
|
|
53
|
-
"__SBackground": "
|
|
50
|
+
"__SBar": "___SBar_f03r7_gg_",
|
|
51
|
+
"_color": "__color_f03r7_gg_",
|
|
52
|
+
"_hide": "__hide_f03r7_gg_",
|
|
53
|
+
"__SBackground": "___SBackground_f03r7_gg_"
|
|
54
54
|
}),
|
|
55
55
|
style = (0, _extends2["default"])({}, _ref);
|
|
56
56
|
|
package/lib/cjs/HorizontalBar.js
CHANGED
|
@@ -42,17 +42,17 @@ var style = (
|
|
|
42
42
|
/*__reshadow_css_start__*/
|
|
43
43
|
_core.sstyled.insert(
|
|
44
44
|
/*__inner_css_start__*/
|
|
45
|
-
".
|
|
45
|
+
".___SBar_19nw3_gg_{fill:#2bb3ff;transition-property:height,width,y;transition-duration:var(--duration_19nw3);transition-timing-function:ease-in-out}.___SBar_19nw3_gg_.__color_19nw3_gg_{fill:var(--color_19nw3)}.___SBar_19nw3_gg_.__hide_19nw3_gg_{display:none}.___SBackground_19nw3_gg_{fill:#c4c7cf}"
|
|
46
46
|
/*__inner_css_end__*/
|
|
47
|
-
, "
|
|
47
|
+
, "19nw3_gg_")
|
|
48
48
|
/*__reshadow_css_end__*/
|
|
49
49
|
, {
|
|
50
|
-
"__SBar": "
|
|
51
|
-
"--duration": "--
|
|
52
|
-
"_color": "
|
|
53
|
-
"--color": "--
|
|
54
|
-
"_hide": "
|
|
55
|
-
"__SBackground": "
|
|
50
|
+
"__SBar": "___SBar_19nw3_gg_",
|
|
51
|
+
"--duration": "--duration_19nw3",
|
|
52
|
+
"_color": "__color_19nw3_gg_",
|
|
53
|
+
"--color": "--color_19nw3",
|
|
54
|
+
"_hide": "__hide_19nw3_gg_",
|
|
55
|
+
"__SBackground": "___SBackground_19nw3_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
|
-
".
|
|
47
|
+
".___SHoverLine_120bn_gg_{stroke:#a9abb6}.___SHoverRect_120bn_gg_{fill:rgba(196,199,207,.3)}"
|
|
48
48
|
/*__inner_css_end__*/
|
|
49
|
-
, "
|
|
49
|
+
, "120bn_gg_")
|
|
50
50
|
/*__reshadow_css_end__*/
|
|
51
51
|
, {
|
|
52
|
-
"__SHoverLine": "
|
|
53
|
-
"__SHoverRect": "
|
|
52
|
+
"__SHoverLine": "___SHoverLine_120bn_gg_",
|
|
53
|
+
"__SHoverRect": "___SHoverRect_120bn_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
|
-
".
|
|
49
|
+
".___SLine_1sa7n_gg_{fill:transparent;stroke-width:3;stroke:#2bb3ff;transition-property:d;transition-duration:var(--duration_1sa7n);transition-timing-function:ease-in-out}.___SLine_1sa7n_gg_.__color_1sa7n_gg_{stroke:var(--color_1sa7n)}.___SLine_1sa7n_gg_.__hide_1sa7n_gg_{display:none}.___SNull_1sa7n_gg_{fill:transparent;stroke:#c4c7cf;stroke-dasharray:4}.___SNull_1sa7n_gg_.__hide_1sa7n_gg_{display:none}"
|
|
50
50
|
/*__inner_css_end__*/
|
|
51
|
-
, "
|
|
51
|
+
, "1sa7n_gg_")
|
|
52
52
|
/*__reshadow_css_end__*/
|
|
53
53
|
, {
|
|
54
|
-
"__SLine": "
|
|
55
|
-
"--duration": "--
|
|
56
|
-
"_color": "
|
|
57
|
-
"--color": "--
|
|
58
|
-
"_hide": "
|
|
59
|
-
"__SNull": "
|
|
54
|
+
"__SLine": "___SLine_1sa7n_gg_",
|
|
55
|
+
"--duration": "--duration_1sa7n",
|
|
56
|
+
"_color": "__color_1sa7n_gg_",
|
|
57
|
+
"--color": "--color_1sa7n",
|
|
58
|
+
"_hide": "__hide_1sa7n_gg_",
|
|
59
|
+
"__SNull": "___SNull_1sa7n_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
|
-
".
|
|
61
|
+
".___SPlot_jzcej_gg_{overflow:hidden}.___SPlot_jzcej_gg_:active,.___SPlot_jzcej_gg_:focus{outline:0;text-decoration:none}.___SPlot_jzcej_gg_.__keyboardFocused_jzcej_gg_{border:1px solid #008ff8;box-shadow:0 0 0 3px rgba(0, 143, 248, 0.2)}"
|
|
62
62
|
/*__inner_css_end__*/
|
|
63
|
-
, "
|
|
63
|
+
, "jzcej_gg_")
|
|
64
64
|
/*__reshadow_css_end__*/
|
|
65
65
|
, {
|
|
66
|
-
"__SPlot": "
|
|
67
|
-
"_keyboardFocused": "
|
|
66
|
+
"__SPlot": "___SPlot_jzcej_gg_",
|
|
67
|
+
"_keyboardFocused": "__keyboardFocused_jzcej_gg_"
|
|
68
68
|
});
|
|
69
69
|
|
|
70
70
|
var PlotRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/RadialTree.js
CHANGED
|
@@ -60,20 +60,20 @@ var style = (
|
|
|
60
60
|
/*__reshadow_css_start__*/
|
|
61
61
|
_core.sstyled.insert(
|
|
62
62
|
/*__inner_css_start__*/
|
|
63
|
-
".
|
|
63
|
+
".___SRadian_102fp_gg_{cursor:pointer;fill:#008ff8}.___SLine_102fp_gg_{stroke:#008ff8}.___SLine_102fp_gg_.__color_102fp_gg_{stroke:var(--color_102fp)}.___SCap_102fp_gg_{transition:r .1s}.___SLabel_102fp_gg_{fill:var(--color_102fp);cursor:var(--text-cursor_102fp)}.___SRadian_102fp_gg_:hover .___SLabel_102fp_gg_{fill:var(--color-hovered_102fp)}@media (prefers-reduced-motion){.___SLineCap_102fp_gg_{transition:none}}"
|
|
64
64
|
/*__inner_css_end__*/
|
|
65
|
-
, "
|
|
65
|
+
, "102fp_gg_")
|
|
66
66
|
/*__reshadow_css_end__*/
|
|
67
67
|
, {
|
|
68
|
-
"__SRadian": "
|
|
69
|
-
"__SLine": "
|
|
70
|
-
"_color": "
|
|
71
|
-
"--color": "--
|
|
72
|
-
"__SCap": "
|
|
73
|
-
"__SLabel": "
|
|
74
|
-
"--text-cursor": "--text-
|
|
75
|
-
"--color-hovered": "--color-
|
|
76
|
-
"__SLineCap": "
|
|
68
|
+
"__SRadian": "___SRadian_102fp_gg_",
|
|
69
|
+
"__SLine": "___SLine_102fp_gg_",
|
|
70
|
+
"_color": "__color_102fp_gg_",
|
|
71
|
+
"--color": "--color_102fp",
|
|
72
|
+
"__SCap": "___SCap_102fp_gg_",
|
|
73
|
+
"__SLabel": "___SLabel_102fp_gg_",
|
|
74
|
+
"--text-cursor": "--text-cursor_102fp",
|
|
75
|
+
"--color-hovered": "--color-hovered_102fp",
|
|
76
|
+
"__SLineCap": "___SLineCap_102fp_gg_"
|
|
77
77
|
});
|
|
78
78
|
var baseAngle = -Math.PI / 2; // The top vertical line
|
|
79
79
|
|
package/lib/cjs/ReferenceLine.js
CHANGED
|
@@ -42,19 +42,19 @@ var style = (
|
|
|
42
42
|
/*__reshadow_css_start__*/
|
|
43
43
|
_core.sstyled.insert(
|
|
44
44
|
/*__inner_css_start__*/
|
|
45
|
-
".
|
|
45
|
+
".___SReferenceLine_pz315_gg_{fill:none;stroke:#a9abb6}.___STitle_pz315_gg_{font-size:12px;fill:#6c6e79;transform-origin:var(--transform-origin_pz315)}.___STitle_pz315_gg_._position_top_pz315_gg_{text-anchor:middle}.___STitle_pz315_gg_._position_bottom_pz315_gg_{text-anchor:middle;alignment-baseline:hanging}.___STitle_pz315_gg_._position_right_pz315_gg_{transform:rotate(-90deg);alignment-baseline:middle;text-anchor:middle}.___STitle_pz315_gg_._position_left_pz315_gg_{transform:rotate(-90deg);text-anchor:middle;alignment-baseline:middle}.___SBackground_pz315_gg_{fill:rgba(196,199,207,.2)}"
|
|
46
46
|
/*__inner_css_end__*/
|
|
47
|
-
, "
|
|
47
|
+
, "pz315_gg_")
|
|
48
48
|
/*__reshadow_css_end__*/
|
|
49
49
|
, {
|
|
50
|
-
"__SReferenceLine": "
|
|
51
|
-
"__STitle": "
|
|
52
|
-
"--transform-origin": "--transform-
|
|
53
|
-
"_position_top": "
|
|
54
|
-
"_position_bottom": "
|
|
55
|
-
"_position_right": "
|
|
56
|
-
"_position_left": "
|
|
57
|
-
"__SBackground": "
|
|
50
|
+
"__SReferenceLine": "___SReferenceLine_pz315_gg_",
|
|
51
|
+
"__STitle": "___STitle_pz315_gg_",
|
|
52
|
+
"--transform-origin": "--transform-origin_pz315",
|
|
53
|
+
"_position_top": "_position_top_pz315_gg_",
|
|
54
|
+
"_position_bottom": "_position_bottom_pz315_gg_",
|
|
55
|
+
"_position_right": "_position_right_pz315_gg_",
|
|
56
|
+
"_position_left": "_position_left_pz315_gg_",
|
|
57
|
+
"__SBackground": "___SBackground_pz315_gg_"
|
|
58
58
|
});
|
|
59
59
|
var MAP_ORIENTATION = {
|
|
60
60
|
left: 'vertical',
|
|
@@ -67,6 +67,7 @@ var ResponsiveContainerRoot = /*#__PURE__*/function (_Component) {
|
|
|
67
67
|
var _this$asProps = _this.asProps,
|
|
68
68
|
Children = _this$asProps.Children,
|
|
69
69
|
aspect = _this$asProps.aspect;
|
|
70
|
+
if (!_this.$container) return;
|
|
70
71
|
var _this$$container = _this.$container,
|
|
71
72
|
width = _this$$container.clientWidth,
|
|
72
73
|
height = _this$$container.clientHeight;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResponsiveContainer.js","names":["ResponsiveContainerRoot","props","React","createRef","trottle","entries","asProps","Children","aspect","$container","width","clientWidth","height","clientHeight","style","window","getComputedStyle","minHeight","Number","parseInt","getPropertyValue","maxHeight","size","fire","getOriginChildren","forceUpdate","observer","ResizeObserver","handleResize","containerRef","current","observe","disconnect","SResponsiveContainer","Box","styles","sstyled","Component","ResponsiveContainer","createComponent"],"sources":["../../src/ResponsiveContainer.jsx"],"sourcesContent":["import React from 'react';\nimport ResizeObserver from 'resize-observer-polyfill';\n\nimport createComponent, { Component, Root, sstyled } from '@semcore/core';\nimport { Box } from '@semcore/flex-box';\nimport trottle from '@semcore/utils/lib/rafTrottle';\nimport fire from '@semcore/utils/lib/fire';\nimport getOriginChildren from '@semcore/utils/lib/getOriginChildren';\n\nclass ResponsiveContainerRoot extends Component {\n static displayName = 'ResponsiveContainer';\n\n containerRef = React.createRef();\n size = [0, 0];\n\n constructor(props) {\n super(props);\n this.observer = new ResizeObserver(this.handleResize);\n }\n\n get $container() {\n return this.containerRef.current;\n }\n\n handleResize = trottle((entries) => {\n const { Children, aspect } = this.asProps;\n let { clientWidth: width, clientHeight: height } = this.$container;\n\n if (aspect) {\n const style = window.getComputedStyle(this.$container);\n const minHeight = Number.parseInt(style.getPropertyValue('min-height'));\n const maxHeight = Number.parseInt(style.getPropertyValue('max-height'));\n height = width * aspect;\n\n if (height < minHeight) {\n height = minHeight;\n }\n if (height > maxHeight) {\n height = maxHeight;\n }\n }\n\n if (this.size[0] === width && this.size[1] === height) return;\n\n this.size = [width, height];\n\n fire(this, 'onResize', this.size, entries);\n\n if (typeof getOriginChildren(Children) === 'function') {\n this.forceUpdate();\n }\n });\n\n setContext() {\n const [width, height] = this.size;\n return {\n width,\n height,\n };\n }\n\n componentDidMount() {\n if (this.$container) {\n // TODO: may be we can increase perfomance here? (by lsroman)\n this.observer.observe(this.$container);\n }\n }\n\n // TODO component did update ref?\n\n componentWillUnmount() {\n this.observer.disconnect();\n }\n\n render() {\n const SResponsiveContainer = Root;\n const { styles } = this.asProps;\n return sstyled(styles)(<SResponsiveContainer render={Box} ref={this.containerRef} />);\n }\n}\n\nconst ResponsiveContainer = createComponent(ResponsiveContainerRoot);\n\nexport default ResponsiveContainer;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA;;AAHA;;AACA;;AAGA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;IAEMA,uB;;;;;EAMJ,iCAAYC,KAAZ,EAAmB;IAAA;;IAAA;IACjB,0BAAMA,KAAN;IADiB,8GAHJC,iBAAA,CAAMC,SAAN,EAGI;IAAA,yFAFZ,CAAC,CAAD,EAAI,CAAJ,CAEY;IAAA,iGASJ,IAAAC,sBAAA,EAAQ,UAACC,OAAD,EAAa;MAClC,oBAA6B,MAAKC,OAAlC;MAAA,IAAQC,QAAR,iBAAQA,QAAR;MAAA,IAAkBC,MAAlB,iBAAkBA,MAAlB;
|
|
1
|
+
{"version":3,"file":"ResponsiveContainer.js","names":["ResponsiveContainerRoot","props","React","createRef","trottle","entries","asProps","Children","aspect","$container","width","clientWidth","height","clientHeight","style","window","getComputedStyle","minHeight","Number","parseInt","getPropertyValue","maxHeight","size","fire","getOriginChildren","forceUpdate","observer","ResizeObserver","handleResize","containerRef","current","observe","disconnect","SResponsiveContainer","Box","styles","sstyled","Component","ResponsiveContainer","createComponent"],"sources":["../../src/ResponsiveContainer.jsx"],"sourcesContent":["import React from 'react';\nimport ResizeObserver from 'resize-observer-polyfill';\n\nimport createComponent, { Component, Root, sstyled } from '@semcore/core';\nimport { Box } from '@semcore/flex-box';\nimport trottle from '@semcore/utils/lib/rafTrottle';\nimport fire from '@semcore/utils/lib/fire';\nimport getOriginChildren from '@semcore/utils/lib/getOriginChildren';\n\nclass ResponsiveContainerRoot extends Component {\n static displayName = 'ResponsiveContainer';\n\n containerRef = React.createRef();\n size = [0, 0];\n\n constructor(props) {\n super(props);\n this.observer = new ResizeObserver(this.handleResize);\n }\n\n get $container() {\n return this.containerRef.current;\n }\n\n handleResize = trottle((entries) => {\n const { Children, aspect } = this.asProps;\n\n if (!this.$container) return;\n\n let { clientWidth: width, clientHeight: height } = this.$container;\n\n if (aspect) {\n const style = window.getComputedStyle(this.$container);\n const minHeight = Number.parseInt(style.getPropertyValue('min-height'));\n const maxHeight = Number.parseInt(style.getPropertyValue('max-height'));\n height = width * aspect;\n\n if (height < minHeight) {\n height = minHeight;\n }\n if (height > maxHeight) {\n height = maxHeight;\n }\n }\n\n if (this.size[0] === width && this.size[1] === height) return;\n\n this.size = [width, height];\n\n fire(this, 'onResize', this.size, entries);\n\n if (typeof getOriginChildren(Children) === 'function') {\n this.forceUpdate();\n }\n });\n\n setContext() {\n const [width, height] = this.size;\n return {\n width,\n height,\n };\n }\n\n componentDidMount() {\n if (this.$container) {\n // TODO: may be we can increase perfomance here? (by lsroman)\n this.observer.observe(this.$container);\n }\n }\n\n // TODO component did update ref?\n\n componentWillUnmount() {\n this.observer.disconnect();\n }\n\n render() {\n const SResponsiveContainer = Root;\n const { styles } = this.asProps;\n return sstyled(styles)(<SResponsiveContainer render={Box} ref={this.containerRef} />);\n }\n}\n\nconst ResponsiveContainer = createComponent(ResponsiveContainerRoot);\n\nexport default ResponsiveContainer;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA;;AAHA;;AACA;;AAGA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;IAEMA,uB;;;;;EAMJ,iCAAYC,KAAZ,EAAmB;IAAA;;IAAA;IACjB,0BAAMA,KAAN;IADiB,8GAHJC,iBAAA,CAAMC,SAAN,EAGI;IAAA,yFAFZ,CAAC,CAAD,EAAI,CAAJ,CAEY;IAAA,iGASJ,IAAAC,sBAAA,EAAQ,UAACC,OAAD,EAAa;MAClC,oBAA6B,MAAKC,OAAlC;MAAA,IAAQC,QAAR,iBAAQA,QAAR;MAAA,IAAkBC,MAAlB,iBAAkBA,MAAlB;MAEA,IAAI,CAAC,MAAKC,UAAV,EAAsB;MAEtB,uBAAmD,MAAKA,UAAxD;MAAA,IAAmBC,KAAnB,oBAAMC,WAAN;MAAA,IAAwCC,MAAxC,oBAA0BC,YAA1B;;MAEA,IAAIL,MAAJ,EAAY;QACV,IAAMM,KAAK,GAAGC,MAAM,CAACC,gBAAP,CAAwB,MAAKP,UAA7B,CAAd;QACA,IAAMQ,SAAS,GAAGC,MAAM,CAACC,QAAP,CAAgBL,KAAK,CAACM,gBAAN,CAAuB,YAAvB,CAAhB,CAAlB;QACA,IAAMC,SAAS,GAAGH,MAAM,CAACC,QAAP,CAAgBL,KAAK,CAACM,gBAAN,CAAuB,YAAvB,CAAhB,CAAlB;QACAR,MAAM,GAAGF,KAAK,GAAGF,MAAjB;;QAEA,IAAII,MAAM,GAAGK,SAAb,EAAwB;UACtBL,MAAM,GAAGK,SAAT;QACD;;QACD,IAAIL,MAAM,GAAGS,SAAb,EAAwB;UACtBT,MAAM,GAAGS,SAAT;QACD;MACF;;MAED,IAAI,MAAKC,IAAL,CAAU,CAAV,MAAiBZ,KAAjB,IAA0B,MAAKY,IAAL,CAAU,CAAV,MAAiBV,MAA/C,EAAuD;MAEvD,MAAKU,IAAL,GAAY,CAACZ,KAAD,EAAQE,MAAR,CAAZ;MAEA,IAAAW,gBAAA,kDAAW,UAAX,EAAuB,MAAKD,IAA5B,EAAkCjB,OAAlC;;MAEA,IAAI,OAAO,IAAAmB,6BAAA,EAAkBjB,QAAlB,CAAP,KAAuC,UAA3C,EAAuD;QACrD,MAAKkB,WAAL;MACD;IACF,CA9Bc,CATI;IAEjB,MAAKC,QAAL,GAAgB,IAAIC,kCAAJ,CAAmB,MAAKC,YAAxB,CAAhB;IAFiB;EAGlB;;;;SAED,eAAiB;MACf,OAAO,KAAKC,YAAL,CAAkBC,OAAzB;IACD;;;WAkCD,sBAAa;MACX,iDAAwB,KAAKR,IAA7B;MAAA,IAAOZ,KAAP;MAAA,IAAcE,MAAd;;MACA,OAAO;QACLF,KAAK,EAALA,KADK;QAELE,MAAM,EAANA;MAFK,CAAP;IAID;;;WAED,6BAAoB;MAClB,IAAI,KAAKH,UAAT,EAAqB;QACnB;QACA,KAAKiB,QAAL,CAAcK,OAAd,CAAsB,KAAKtB,UAA3B;MACD;IACF,C,CAED;;;;WAEA,gCAAuB;MACrB,KAAKiB,QAAL,CAAcM,UAAd;IACD;;;WAED,kBAAS;MAAA;MAAA;;MACP,IAAMC,oBAAoB,GAE2BC,YAFrD;MACA,IAAQC,MAAR,GAAmB,KAAK7B,OAAxB,CAAQ6B,MAAR;MACA,eAAO,IAAAC,aAAA,EAAQD,MAAR,CAAP,eAAuB,gCAAC,oBAAD;QAAA,OAAwC,KAAKN;MAA7C,WAAvB;IACD;;;EAxEmCQ,e;;iCAAhCrC,uB,iBACiB,qB;AA0EvB,IAAMsC,mBAAmB,GAAG,IAAAC,gBAAA,EAAgBvC,uBAAhB,CAA5B;eAEesC,mB"}
|
package/lib/cjs/ScatterPlot.js
CHANGED
|
@@ -52,16 +52,16 @@ var style = (
|
|
|
52
52
|
/*__reshadow_css_start__*/
|
|
53
53
|
_core.sstyled.insert(
|
|
54
54
|
/*__inner_css_start__*/
|
|
55
|
-
".
|
|
55
|
+
".___SScatterPlot_vf7hu_gg_{fill:#2bb3ff;transition-property:cx,cy;transition-duration:var(--duration_vf7hu);transition-timing-function:ease-in-out;opacity:.5}.___SScatterPlot_vf7hu_gg_:hover{opacity:.8}.___SScatterPlot_vf7hu_gg_.__color_vf7hu_gg_{fill:var(--color_vf7hu)}.___SValue_vf7hu_gg_{text-anchor:middle;font-size:10px;stroke:#008ff8}.___SValue_vf7hu_gg_.__color_vf7hu_gg_{stroke:var(--color_vf7hu)}"
|
|
56
56
|
/*__inner_css_end__*/
|
|
57
|
-
, "
|
|
57
|
+
, "vf7hu_gg_")
|
|
58
58
|
/*__reshadow_css_end__*/
|
|
59
59
|
, {
|
|
60
|
-
"__SScatterPlot": "
|
|
61
|
-
"--duration": "--
|
|
62
|
-
"_color": "
|
|
63
|
-
"--color": "--
|
|
64
|
-
"__SValue": "
|
|
60
|
+
"__SScatterPlot": "___SScatterPlot_vf7hu_gg_",
|
|
61
|
+
"--duration": "--duration_vf7hu",
|
|
62
|
+
"_color": "__color_vf7hu_gg_",
|
|
63
|
+
"--color": "--color_vf7hu",
|
|
64
|
+
"__SValue": "___SValue_vf7hu_gg_"
|
|
65
65
|
});
|
|
66
66
|
|
|
67
67
|
var ScatterPlotRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/StackBar.js
CHANGED
|
@@ -48,15 +48,15 @@ var _ref = (
|
|
|
48
48
|
/*__reshadow_css_start__*/
|
|
49
49
|
(0, _core.__css__)(
|
|
50
50
|
/*__inner_css_start__*/
|
|
51
|
-
".
|
|
51
|
+
".___SBar_ns3re_gg_{fill:#2bb3ff;transition-property:height,width,y;transition-duration:var(--duration);transition-timing-function:ease-in-out}.___SBar_ns3re_gg_.__color_ns3re_gg_{fill:var(--color)}.___SBar_ns3re_gg_.__hide_ns3re_gg_{display:none}.___SBackground_ns3re_gg_{fill:#c4c7cf}"
|
|
52
52
|
/*__inner_css_end__*/
|
|
53
|
-
, "
|
|
53
|
+
, "bmt5z6_gg_")
|
|
54
54
|
/*__reshadow_css_end__*/
|
|
55
55
|
, {
|
|
56
|
-
"__SBar": "
|
|
57
|
-
"_color": "
|
|
58
|
-
"_hide": "
|
|
59
|
-
"__SBackground": "
|
|
56
|
+
"__SBar": "___SBar_ns3re_gg_",
|
|
57
|
+
"_color": "__color_ns3re_gg_",
|
|
58
|
+
"_hide": "__hide_ns3re_gg_",
|
|
59
|
+
"__SBackground": "___SBackground_ns3re_gg_"
|
|
60
60
|
}),
|
|
61
61
|
style = (0, _extends2["default"])({}, _ref);
|
|
62
62
|
|
package/lib/cjs/StackedArea.js
CHANGED
|
@@ -46,16 +46,16 @@ var _ref = (
|
|
|
46
46
|
/*__reshadow_css_start__*/
|
|
47
47
|
(0, _core.__css__)(
|
|
48
48
|
/*__inner_css_start__*/
|
|
49
|
-
".
|
|
49
|
+
".___SArea_gga8q_gg_{fill:#2bb3ff;fill-opacity:.2}.___SArea_gga8q_gg_.__color_gga8q_gg_{fill:var(--color)}.___SAreaLine_gga8q_gg_{stroke:#2bb3ff;stroke-width:3;fill:transparent}.___SAreaLine_gga8q_gg_.__color_gga8q_gg_{stroke:var(--color)}.___SArea_gga8q_gg_,.___SAreaLine_gga8q_gg_{transition-property:d;transition-duration:var(--duration);transition-timing-function:ease-in-out}.___SNull_gga8q_gg_{fill:transparent;stroke:#8a8e9b;stroke-dasharray:4}.___SNull_gga8q_gg_.__hide_gga8q_gg_{display:none}"
|
|
50
50
|
/*__inner_css_end__*/
|
|
51
|
-
, "
|
|
51
|
+
, "impyjf_gg_")
|
|
52
52
|
/*__reshadow_css_end__*/
|
|
53
53
|
, {
|
|
54
|
-
"__SArea": "
|
|
55
|
-
"_color": "
|
|
56
|
-
"__SAreaLine": "
|
|
57
|
-
"__SNull": "
|
|
58
|
-
"_hide": "
|
|
54
|
+
"__SArea": "___SArea_gga8q_gg_",
|
|
55
|
+
"_color": "__color_gga8q_gg_",
|
|
56
|
+
"__SAreaLine": "___SAreaLine_gga8q_gg_",
|
|
57
|
+
"__SNull": "___SNull_gga8q_gg_",
|
|
58
|
+
"_hide": "__hide_gga8q_gg_"
|
|
59
59
|
}),
|
|
60
60
|
style = (0, _extends2["default"])({}, _ref);
|
|
61
61
|
|
package/lib/cjs/Tooltip.js
CHANGED
|
@@ -60,17 +60,17 @@ var style = (
|
|
|
60
60
|
/*__reshadow_css_start__*/
|
|
61
61
|
_core.sstyled.insert(
|
|
62
62
|
/*__inner_css_start__*/
|
|
63
|
-
".
|
|
63
|
+
".___STooltip_18frv_gg_{font-size:12px;line-height:1.33;position:relative;background-color:#fff;border-radius:6px;border:1px solid #e0e1e9;box-sizing:border-box;box-shadow:0px 1px 12px 0px rgba(25, 27, 35, 0.15);padding:12px}.___STitle_18frv_gg_{color:#6c6e79;margin-bottom:8px}.___SDotGroup_18frv_gg_{display:flex;align-items:center}.___SDot_18frv_gg_{width:8px;height:8px;border-radius:50%;margin-right:8px;background:#2bb3ff}.___SDot_18frv_gg_.__color_18frv_gg_{background:var(--color_18frv)}"
|
|
64
64
|
/*__inner_css_end__*/
|
|
65
|
-
, "
|
|
65
|
+
, "18frv_gg_")
|
|
66
66
|
/*__reshadow_css_end__*/
|
|
67
67
|
, {
|
|
68
|
-
"__STooltip": "
|
|
69
|
-
"__STitle": "
|
|
70
|
-
"__SDotGroup": "
|
|
71
|
-
"__SDot": "
|
|
72
|
-
"_color": "
|
|
73
|
-
"--color": "--
|
|
68
|
+
"__STooltip": "___STooltip_18frv_gg_",
|
|
69
|
+
"__STitle": "___STitle_18frv_gg_",
|
|
70
|
+
"__SDotGroup": "___SDotGroup_18frv_gg_",
|
|
71
|
+
"__SDot": "___SDot_18frv_gg_",
|
|
72
|
+
"_color": "__color_18frv_gg_",
|
|
73
|
+
"--color": "--color_18frv"
|
|
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
|
-
".
|
|
51
|
+
".___SCircle_5ve8g_gg_{fill:#59ddaa;stroke:#fff;stroke-width:2px;fill-opacity:.5;transition-property:cx,cy;transition-duration:var(--duration_5ve8g);transition-timing-function:ease-in-out}.___SCircle_5ve8g_gg_:hover{fill-opacity:.7}.___SCircle_5ve8g_gg_.__color_5ve8g_gg_{fill:var(--color_5ve8g)}.___SIntersection_5ve8g_gg_{stroke:#fff;stroke-width:2px;fill-opacity:0}.___SIntersection_5ve8g_gg_:hover{fill-opacity:.1}"
|
|
52
52
|
/*__inner_css_end__*/
|
|
53
|
-
, "
|
|
53
|
+
, "5ve8g_gg_")
|
|
54
54
|
/*__reshadow_css_end__*/
|
|
55
55
|
, {
|
|
56
|
-
"__SCircle": "
|
|
57
|
-
"--duration": "--
|
|
58
|
-
"_color": "
|
|
59
|
-
"--color": "--
|
|
60
|
-
"__SIntersection": "
|
|
56
|
+
"__SCircle": "___SCircle_5ve8g_gg_",
|
|
57
|
+
"--duration": "--duration_5ve8g",
|
|
58
|
+
"_color": "__color_5ve8g_gg_",
|
|
59
|
+
"--color": "--color_5ve8g",
|
|
60
|
+
"__SIntersection": "___SIntersection_5ve8g_gg_"
|
|
61
61
|
});
|
|
62
62
|
|
|
63
63
|
var VennRoot = /*#__PURE__*/function (_Component) {
|