@semcore/d3-chart 2.12.2 → 2.13.1
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 +12 -0
- package/lib/cjs/Area.js +10 -10
- package/lib/cjs/Axis.js +14 -14
- package/lib/cjs/Bar.js +9 -9
- package/lib/cjs/Bubble.js +11 -11
- package/lib/cjs/Donut.js +8 -8
- package/lib/cjs/Dots.js +10 -10
- package/lib/cjs/HorizontalBar.js +9 -9
- package/lib/cjs/Hover.js +4 -4
- package/lib/cjs/Line.js +9 -9
- package/lib/cjs/Plot.js +4 -4
- package/lib/cjs/Radar.js +18 -18
- package/lib/cjs/RadialTree.js +13 -13
- package/lib/cjs/ReferenceLine.js +10 -10
- package/lib/cjs/ScatterPlot.js +8 -8
- package/lib/cjs/Tooltip.js +9 -9
- package/lib/cjs/Venn.js +8 -8
- package/lib/cjs/a11y/PlotA11yModule.js +3 -3
- package/lib/cjs/a11y/PlotA11yView.js +10 -8
- package/lib/cjs/a11y/PlotA11yView.js.map +1 -1
- package/lib/cjs/a11y/hints.js +5 -2
- package/lib/cjs/a11y/hints.js.map +1 -1
- package/lib/cjs/a11y/serialize.js +8 -10
- package/lib/cjs/a11y/serialize.js.map +1 -1
- package/lib/cjs/types/Plot.d.js.map +1 -1
- package/lib/es6/Area.js +10 -10
- package/lib/es6/Axis.js +14 -14
- package/lib/es6/Bar.js +9 -9
- package/lib/es6/Bubble.js +11 -11
- package/lib/es6/Donut.js +8 -8
- package/lib/es6/Dots.js +10 -10
- package/lib/es6/HorizontalBar.js +9 -9
- package/lib/es6/Hover.js +4 -4
- package/lib/es6/Line.js +9 -9
- package/lib/es6/Plot.js +4 -4
- package/lib/es6/Radar.js +18 -18
- package/lib/es6/RadialTree.js +13 -13
- package/lib/es6/ReferenceLine.js +10 -10
- package/lib/es6/ScatterPlot.js +8 -8
- package/lib/es6/Tooltip.js +9 -9
- package/lib/es6/Venn.js +8 -8
- package/lib/es6/a11y/PlotA11yModule.js +3 -3
- package/lib/es6/a11y/PlotA11yView.js +10 -8
- package/lib/es6/a11y/PlotA11yView.js.map +1 -1
- package/lib/es6/a11y/hints.js +4 -2
- package/lib/es6/a11y/hints.js.map +1 -1
- package/lib/es6/a11y/serialize.js +8 -10
- package/lib/es6/a11y/serialize.js.map +1 -1
- package/lib/es6/types/Plot.d.js.map +1 -1
- package/lib/types/Plot.d.ts +3 -0
- package/lib/types/a11y/hints.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [2.13.1] - 2023-03-24
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/animation` [1.9.6 ~> 1.9.7], `@semcore/utils` [3.48.0 ~> 3.48.1]).
|
|
10
|
+
|
|
11
|
+
## [2.13.0] - 2023-03-23
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Added `additionalFields` in `a11yAltTextConfig` for extra text description to the data when using a screen reader
|
|
16
|
+
|
|
5
17
|
## [2.12.2] - 2023-03-22
|
|
6
18
|
|
|
7
19
|
### Changed
|
package/lib/cjs/Area.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
|
+
".___SArea_1p5so_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);fill-opacity:.2}.___SArea_1p5so_gg_.__color_1p5so_gg_{fill:var(--color_1p5so)}.___SArea_1p5so_gg_.__transparent_1p5so_gg_{opacity:.3}.___SAreaLine_1p5so_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SAreaLine_1p5so_gg_.__color_1p5so_gg_{stroke:var(--color_1p5so)}.___SAreaLine_1p5so_gg_.__transparent_1p5so_gg_{opacity:.3}.___SAreaLine_1p5so_gg_,.___SArea_1p5so_gg_{transition-property:d;transition-duration:var(--duration_1p5so);transition-timing-function:ease-in-out}.___SNull_1p5so_gg_{fill:transparent;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf);stroke-dasharray:4}.___SNull_1p5so_gg_.__hide_1p5so_gg_{display:none}"
|
|
46
46
|
/*__inner_css_end__*/
|
|
47
|
-
, "
|
|
47
|
+
, "1p5so_gg_")
|
|
48
48
|
/*__reshadow_css_end__*/
|
|
49
49
|
, {
|
|
50
|
-
"__SArea": "
|
|
51
|
-
"_color": "
|
|
52
|
-
"--color": "--
|
|
53
|
-
"_transparent": "
|
|
54
|
-
"__SAreaLine": "
|
|
55
|
-
"--duration": "--
|
|
56
|
-
"__SNull": "
|
|
57
|
-
"_hide": "
|
|
50
|
+
"__SArea": "___SArea_1p5so_gg_",
|
|
51
|
+
"_color": "__color_1p5so_gg_",
|
|
52
|
+
"--color": "--color_1p5so",
|
|
53
|
+
"_transparent": "__transparent_1p5so_gg_",
|
|
54
|
+
"__SAreaLine": "___SAreaLine_1p5so_gg_",
|
|
55
|
+
"--duration": "--duration_1p5so",
|
|
56
|
+
"__SNull": "___SNull_1p5so_gg_",
|
|
57
|
+
"_hide": "__hide_1p5so_gg_"
|
|
58
58
|
});
|
|
59
59
|
|
|
60
60
|
var AreaRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Axis.js
CHANGED
|
@@ -36,23 +36,23 @@ var style = (
|
|
|
36
36
|
/*__reshadow_css_start__*/
|
|
37
37
|
_core.sstyled.insert(
|
|
38
38
|
/*__inner_css_start__*/
|
|
39
|
-
".
|
|
39
|
+
".___SAxis_1cqj0_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SAxis_1cqj0_gg_.__hide_1cqj0_gg_,.___STick_1cqj0_gg_.__hide_1cqj0_gg_{display:none}.___STick_1cqj0_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79)}.___SGrid_1cqj0_gg_{fill:transparent;stroke:var(--intergalactic-border-secondary, #e0e1e9)}.___STitle_1cqj0_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-text-hint, #6c6e79);transform-origin:var(--transform-origin_1cqj0)}.___STitle_1cqj0_gg_._position_top_1cqj0_gg_{text-anchor:middle}.___STitle_1cqj0_gg_._position_bottom_1cqj0_gg_{text-anchor:middle;alignment-baseline:hanging}.___STitle_1cqj0_gg_._position_left_1cqj0_gg_,.___STitle_1cqj0_gg_._position_right_1cqj0_gg_{transform:rotate(-90deg);text-anchor:middle;alignment-baseline:middle}.___STick_1cqj0_gg_._position_top_1cqj0_gg_{transform:translateY(-12px);text-anchor:middle}.___STick_1cqj0_gg_._position_bottom_1cqj0_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_1cqj0_gg_._position_right_1cqj0_gg_{transform:translateX(16px);text-anchor:start;alignment-baseline:middle}.___STick_1cqj0_gg_._position_left_1cqj0_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}.___STick_1cqj0_gg_._position_custom_0_1cqj0_gg_{transform:translateY(12px);text-anchor:middle;alignment-baseline:hanging}.___STick_1cqj0_gg_._position_custom_1_1cqj0_gg_{transform:translateX(-16px);text-anchor:end;alignment-baseline:middle}"
|
|
40
40
|
/*__inner_css_end__*/
|
|
41
|
-
, "
|
|
41
|
+
, "1cqj0_gg_")
|
|
42
42
|
/*__reshadow_css_end__*/
|
|
43
43
|
, {
|
|
44
|
-
"__SAxis": "
|
|
45
|
-
"_hide": "
|
|
46
|
-
"__STick": "
|
|
47
|
-
"__SGrid": "
|
|
48
|
-
"__STitle": "
|
|
49
|
-
"--transform-origin": "--transform-
|
|
50
|
-
"_position_top": "
|
|
51
|
-
"_position_bottom": "
|
|
52
|
-
"_position_right": "
|
|
53
|
-
"_position_left": "
|
|
54
|
-
"_position_custom_0": "
|
|
55
|
-
"_position_custom_1": "
|
|
44
|
+
"__SAxis": "___SAxis_1cqj0_gg_",
|
|
45
|
+
"_hide": "__hide_1cqj0_gg_",
|
|
46
|
+
"__STick": "___STick_1cqj0_gg_",
|
|
47
|
+
"__SGrid": "___SGrid_1cqj0_gg_",
|
|
48
|
+
"__STitle": "___STitle_1cqj0_gg_",
|
|
49
|
+
"--transform-origin": "--transform-origin_1cqj0",
|
|
50
|
+
"_position_top": "_position_top_1cqj0_gg_",
|
|
51
|
+
"_position_bottom": "_position_bottom_1cqj0_gg_",
|
|
52
|
+
"_position_right": "_position_right_1cqj0_gg_",
|
|
53
|
+
"_position_left": "_position_left_1cqj0_gg_",
|
|
54
|
+
"_position_custom_0": "_position_custom_0_1cqj0_gg_",
|
|
55
|
+
"_position_custom_1": "_position_custom_1_1cqj0_gg_"
|
|
56
56
|
});
|
|
57
57
|
var CUSTOM_0 = Symbol('custom_0');
|
|
58
58
|
var CUSTOM_1 = Symbol('custom_1');
|
package/lib/cjs/Bar.js
CHANGED
|
@@ -38,18 +38,18 @@ var style = (
|
|
|
38
38
|
/*__reshadow_css_start__*/
|
|
39
39
|
_core.sstyled.insert(
|
|
40
40
|
/*__inner_css_start__*/
|
|
41
|
-
".
|
|
41
|
+
".___SBar_11gzn_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_11gzn);transition-timing-function:ease-in-out}.___SBar_11gzn_gg_.__color_11gzn_gg_{fill:var(--color_11gzn)}.___SBar_11gzn_gg_.__hide_11gzn_gg_{display:none}.___SBar_11gzn_gg_.__transparent_11gzn_gg_{opacity:.3}.___SBackground_11gzn_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}"
|
|
42
42
|
/*__inner_css_end__*/
|
|
43
|
-
, "
|
|
43
|
+
, "11gzn_gg_")
|
|
44
44
|
/*__reshadow_css_end__*/
|
|
45
45
|
, {
|
|
46
|
-
"__SBar": "
|
|
47
|
-
"--duration": "--
|
|
48
|
-
"_color": "
|
|
49
|
-
"--color": "--
|
|
50
|
-
"_hide": "
|
|
51
|
-
"_transparent": "
|
|
52
|
-
"__SBackground": "
|
|
46
|
+
"__SBar": "___SBar_11gzn_gg_",
|
|
47
|
+
"--duration": "--duration_11gzn",
|
|
48
|
+
"_color": "__color_11gzn_gg_",
|
|
49
|
+
"--color": "--color_11gzn",
|
|
50
|
+
"_hide": "__hide_11gzn_gg_",
|
|
51
|
+
"_transparent": "__transparent_11gzn_gg_",
|
|
52
|
+
"__SBackground": "___SBackground_11gzn_gg_"
|
|
53
53
|
});
|
|
54
54
|
|
|
55
55
|
var calcPartBarY = function calcPartBarY(y, minHeight, height) {
|
package/lib/cjs/Bubble.js
CHANGED
|
@@ -48,20 +48,20 @@ var style = (
|
|
|
48
48
|
/*__reshadow_css_start__*/
|
|
49
49
|
_core.sstyled.insert(
|
|
50
50
|
/*__inner_css_start__*/
|
|
51
|
-
".
|
|
51
|
+
".___SBubble_1sdff_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px;transition-property:cx,cy;transition-duration:var(--duration_1sdff);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SBubble_1sdff_gg_:hover{opacity:.8}}.___SBubble_1sdff_gg_.__color_1sdff_gg_{fill:var(--color_1sdff)}.___SBubble_1sdff_gg_.__transparent_1sdff_gg_{opacity:.3}.___SCenter_1sdff_gg_{text-anchor:middle;font-size:calc(var(--intergalactic-fs-100, 12px) - 1px);stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SCenter_1sdff_gg_.__color_1sdff_gg_{stroke:var(--color_1sdff)}.___SCenter_1sdff_gg_.__transparent_1sdff_gg_{opacity:.3}.___SLabel_1sdff_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLabel_1sdff_gg_._position_right_1sdff_gg_{text-anchor:end}.___SLabel_1sdff_gg_._position_left_1sdff_gg_{text-anchor:start}.___SLabel_1sdff_gg_.__color_1sdff_gg_{fill:var(--color_1sdff)}.___SLabel_1sdff_gg_.__transparent_1sdff_gg_{opacity:.3}"
|
|
52
52
|
/*__inner_css_end__*/
|
|
53
|
-
, "
|
|
53
|
+
, "1sdff_gg_")
|
|
54
54
|
/*__reshadow_css_end__*/
|
|
55
55
|
, {
|
|
56
|
-
"__SBubble": "
|
|
57
|
-
"--duration": "--
|
|
58
|
-
"_color": "
|
|
59
|
-
"--color": "--
|
|
60
|
-
"_transparent": "
|
|
61
|
-
"__SCenter": "
|
|
62
|
-
"__SLabel": "
|
|
63
|
-
"_position_right": "
|
|
64
|
-
"_position_left": "
|
|
56
|
+
"__SBubble": "___SBubble_1sdff_gg_",
|
|
57
|
+
"--duration": "--duration_1sdff",
|
|
58
|
+
"_color": "__color_1sdff_gg_",
|
|
59
|
+
"--color": "--color_1sdff",
|
|
60
|
+
"_transparent": "__transparent_1sdff_gg_",
|
|
61
|
+
"__SCenter": "___SCenter_1sdff_gg_",
|
|
62
|
+
"__SLabel": "___SLabel_1sdff_gg_",
|
|
63
|
+
"_position_right": "_position_right_1sdff_gg_",
|
|
64
|
+
"_position_left": "_position_left_1sdff_gg_"
|
|
65
65
|
});
|
|
66
66
|
|
|
67
67
|
var BubbleRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Donut.js
CHANGED
|
@@ -52,17 +52,17 @@ var style = (
|
|
|
52
52
|
/*__reshadow_css_start__*/
|
|
53
53
|
_core.sstyled.insert(
|
|
54
54
|
/*__inner_css_start__*/
|
|
55
|
-
".
|
|
55
|
+
".___SPie_94i73_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPie_94i73_gg_.__color_94i73_gg_{fill:var(--color_94i73)}.___SPie_94i73_gg_.__transparent_94i73_gg_{opacity:.3}.___SEmptyData_94i73_gg_{fill:var(--intergalactic-chart-palette-order-null, #e0e1e9)}.___SEmptyData_94i73_gg_.__color_94i73_gg_{fill:var(--color_94i73)}.___SLabel_94i73_gg_{text-anchor:middle;vertical-anchor:middle}"
|
|
56
56
|
/*__inner_css_end__*/
|
|
57
|
-
, "
|
|
57
|
+
, "94i73_gg_")
|
|
58
58
|
/*__reshadow_css_end__*/
|
|
59
59
|
, {
|
|
60
|
-
"__SPie": "
|
|
61
|
-
"_color": "
|
|
62
|
-
"--color": "--
|
|
63
|
-
"_transparent": "
|
|
64
|
-
"__SEmptyData": "
|
|
65
|
-
"__SLabel": "
|
|
60
|
+
"__SPie": "___SPie_94i73_gg_",
|
|
61
|
+
"_color": "__color_94i73_gg_",
|
|
62
|
+
"--color": "--color_94i73",
|
|
63
|
+
"_transparent": "__transparent_94i73_gg_",
|
|
64
|
+
"__SEmptyData": "___SEmptyData_94i73_gg_",
|
|
65
|
+
"__SLabel": "___SLabel_94i73_gg_"
|
|
66
66
|
});
|
|
67
67
|
var DEFAULT_INSTANCE = Symbol('DEFAULT_INSTANCE');
|
|
68
68
|
|
package/lib/cjs/Dots.js
CHANGED
|
@@ -28,19 +28,19 @@ var style = (
|
|
|
28
28
|
/*__reshadow_css_start__*/
|
|
29
29
|
_core.sstyled.insert(
|
|
30
30
|
/*__inner_css_start__*/
|
|
31
|
-
".
|
|
31
|
+
".___SDots_zwbiw_gg_ .___SDot_zwbiw_gg_{transition-duration:var(--duration_zwbiw)}.___SDot_zwbiw_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px;fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-timing-function:ease-in-out}.___SDot_zwbiw_gg_.__hide_zwbiw_gg_{display:none}.___SDot_zwbiw_gg_.__active_zwbiw_gg_{r:8px}.___SDot_zwbiw_gg_.__color_zwbiw_gg_{fill:var(--color_zwbiw)}.___SDot_zwbiw_gg_.__transparent_zwbiw_gg_{opacity:.3}"
|
|
32
32
|
/*__inner_css_end__*/
|
|
33
|
-
, "
|
|
33
|
+
, "zwbiw_gg_")
|
|
34
34
|
/*__reshadow_css_end__*/
|
|
35
35
|
, {
|
|
36
|
-
"__SDots": "
|
|
37
|
-
"__SDot": "
|
|
38
|
-
"--duration": "--
|
|
39
|
-
"_hide": "
|
|
40
|
-
"_active": "
|
|
41
|
-
"_color": "
|
|
42
|
-
"--color": "--
|
|
43
|
-
"_transparent": "
|
|
36
|
+
"__SDots": "___SDots_zwbiw_gg_",
|
|
37
|
+
"__SDot": "___SDot_zwbiw_gg_",
|
|
38
|
+
"--duration": "--duration_zwbiw",
|
|
39
|
+
"_hide": "__hide_zwbiw_gg_",
|
|
40
|
+
"_active": "__active_zwbiw_gg_",
|
|
41
|
+
"_color": "__color_zwbiw_gg_",
|
|
42
|
+
"--color": "--color_zwbiw",
|
|
43
|
+
"_transparent": "__transparent_zwbiw_gg_"
|
|
44
44
|
});
|
|
45
45
|
var EXCLUDE_PROPS = ['data', 'scale', 'value', 'display'];
|
|
46
46
|
|
package/lib/cjs/HorizontalBar.js
CHANGED
|
@@ -36,18 +36,18 @@ var style = (
|
|
|
36
36
|
/*__reshadow_css_start__*/
|
|
37
37
|
_core.sstyled.insert(
|
|
38
38
|
/*__inner_css_start__*/
|
|
39
|
-
".
|
|
39
|
+
".___SBar_11gzn_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_11gzn);transition-timing-function:ease-in-out}.___SBar_11gzn_gg_.__color_11gzn_gg_{fill:var(--color_11gzn)}.___SBar_11gzn_gg_.__hide_11gzn_gg_{display:none}.___SBar_11gzn_gg_.__transparent_11gzn_gg_{opacity:.3}.___SBackground_11gzn_gg_{fill:var(--intergalactic-chart-palette-order-other-data, #c4c7cf)}"
|
|
40
40
|
/*__inner_css_end__*/
|
|
41
|
-
, "
|
|
41
|
+
, "11gzn_gg_")
|
|
42
42
|
/*__reshadow_css_end__*/
|
|
43
43
|
, {
|
|
44
|
-
"__SBar": "
|
|
45
|
-
"--duration": "--
|
|
46
|
-
"_color": "
|
|
47
|
-
"--color": "--
|
|
48
|
-
"_hide": "
|
|
49
|
-
"_transparent": "
|
|
50
|
-
"__SBackground": "
|
|
44
|
+
"__SBar": "___SBar_11gzn_gg_",
|
|
45
|
+
"--duration": "--duration_11gzn",
|
|
46
|
+
"_color": "__color_11gzn_gg_",
|
|
47
|
+
"--color": "--color_11gzn",
|
|
48
|
+
"_hide": "__hide_11gzn_gg_",
|
|
49
|
+
"_transparent": "__transparent_11gzn_gg_",
|
|
50
|
+
"__SBackground": "___SBackground_11gzn_gg_"
|
|
51
51
|
});
|
|
52
52
|
|
|
53
53
|
var HorizontalBarRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Hover.js
CHANGED
|
@@ -38,13 +38,13 @@ var style = (
|
|
|
38
38
|
/*__reshadow_css_start__*/
|
|
39
39
|
_core.sstyled.insert(
|
|
40
40
|
/*__inner_css_start__*/
|
|
41
|
-
".
|
|
41
|
+
".___SHoverLine_1489f_gg_{stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SHoverRect_1489f_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}"
|
|
42
42
|
/*__inner_css_end__*/
|
|
43
|
-
, "
|
|
43
|
+
, "1489f_gg_")
|
|
44
44
|
/*__reshadow_css_end__*/
|
|
45
45
|
, {
|
|
46
|
-
"__SHoverLine": "
|
|
47
|
-
"__SHoverRect": "
|
|
46
|
+
"__SHoverLine": "___SHoverLine_1489f_gg_",
|
|
47
|
+
"__SHoverRect": "___SHoverRect_1489f_gg_"
|
|
48
48
|
});
|
|
49
49
|
|
|
50
50
|
var Hover = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Line.js
CHANGED
|
@@ -40,18 +40,18 @@ var style = (
|
|
|
40
40
|
/*__reshadow_css_start__*/
|
|
41
41
|
_core.sstyled.insert(
|
|
42
42
|
/*__inner_css_start__*/
|
|
43
|
-
".
|
|
43
|
+
".___SLine_1kyke_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:d;transition-duration:var(--duration_1kyke);transition-timing-function:ease-in-out}.___SLine_1kyke_gg_.__color_1kyke_gg_{stroke:var(--color_1kyke)}.___SLine_1kyke_gg_.__hide_1kyke_gg_{display:none}.___SLine_1kyke_gg_.__transparent_1kyke_gg_{opacity:.3}.___SNull_1kyke_gg_{fill:transparent;stroke:var(-intergalactic-border-primary);stroke-dasharray:4}.___SNull_1kyke_gg_.__hide_1kyke_gg_{display:none}"
|
|
44
44
|
/*__inner_css_end__*/
|
|
45
|
-
, "
|
|
45
|
+
, "1kyke_gg_")
|
|
46
46
|
/*__reshadow_css_end__*/
|
|
47
47
|
, {
|
|
48
|
-
"__SLine": "
|
|
49
|
-
"--duration": "--
|
|
50
|
-
"_color": "
|
|
51
|
-
"--color": "--
|
|
52
|
-
"_hide": "
|
|
53
|
-
"_transparent": "
|
|
54
|
-
"__SNull": "
|
|
48
|
+
"__SLine": "___SLine_1kyke_gg_",
|
|
49
|
+
"--duration": "--duration_1kyke",
|
|
50
|
+
"_color": "__color_1kyke_gg_",
|
|
51
|
+
"--color": "--color_1kyke",
|
|
52
|
+
"_hide": "__hide_1kyke_gg_",
|
|
53
|
+
"_transparent": "__transparent_1kyke_gg_",
|
|
54
|
+
"__SNull": "___SNull_1kyke_gg_"
|
|
55
55
|
});
|
|
56
56
|
|
|
57
57
|
var LineRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Plot.js
CHANGED
|
@@ -46,13 +46,13 @@ var style = (
|
|
|
46
46
|
/*__reshadow_css_start__*/
|
|
47
47
|
_core.sstyled.insert(
|
|
48
48
|
/*__inner_css_start__*/
|
|
49
|
-
".
|
|
49
|
+
".___SPlot_122cf_gg_{overflow:hidden}.___SPlot_122cf_gg_:active,.___SPlot_122cf_gg_:focus{outline:0;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_122cf_gg_.__keyboardFocused_122cf_gg_{border:1px solid var(--intergalactic-chart-palette-order-9, #008ff8);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}"
|
|
50
50
|
/*__inner_css_end__*/
|
|
51
|
-
, "
|
|
51
|
+
, "122cf_gg_")
|
|
52
52
|
/*__reshadow_css_end__*/
|
|
53
53
|
, {
|
|
54
|
-
"__SPlot": "
|
|
55
|
-
"_keyboardFocused": "
|
|
54
|
+
"__SPlot": "___SPlot_122cf_gg_",
|
|
55
|
+
"_keyboardFocused": "__keyboardFocused_122cf_gg_"
|
|
56
56
|
});
|
|
57
57
|
|
|
58
58
|
var PlotRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Radar.js
CHANGED
|
@@ -51,27 +51,27 @@ var style = (
|
|
|
51
51
|
/*__reshadow_css_start__*/
|
|
52
52
|
_core.sstyled.insert(
|
|
53
53
|
/*__inner_css_start__*/
|
|
54
|
-
".
|
|
54
|
+
".___SAxisLine_30zm7_gg_,.___SAxisTick_30zm7_gg_,.___SAxis_30zm7_gg_{stroke:var(--intergalactic-chart-grid-line, #e0e1e9);stroke-width:1;fill:transparent}.___SAxisLine_30zm7_gg_,.___SAxisTick_30zm7_gg_{stroke-dasharray:2}.___SAxisLine_30zm7_gg_.__active_30zm7_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___SAxisLabel_30zm7_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_30zm7_gg_.__xDirection_30zm7_gg_{text-anchor:var(--xDirection_30zm7)}.___SAxisLabel_30zm7_gg_.__yDirection_30zm7_gg_{dominant-baseline:var(--yDirection_30zm7)}.___SPolygonDot_30zm7_gg_,.___SPolygon_30zm7_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPolygon_30zm7_gg_{opacity:.2}.___SPolygon_30zm7_gg_.__color_30zm7_gg_{fill:var(--color_30zm7)}.___SPolygonDot_30zm7_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px}.___SPolygonDot_30zm7_gg_.__transparent_30zm7_gg_{opacity:.3}.___SPolygonDot_30zm7_gg_.__color_30zm7_gg_{fill:var(--color_30zm7)}.___SPolygonLine_30zm7_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SPolygonLine_30zm7_gg_.__transparent_30zm7_gg_{opacity:.3}.___SPolygonLine_30zm7_gg_.__color_30zm7_gg_{stroke:var(--color_30zm7)}.___SPieRect_30zm7_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}"
|
|
55
55
|
/*__inner_css_end__*/
|
|
56
|
-
, "
|
|
56
|
+
, "30zm7_gg_")
|
|
57
57
|
/*__reshadow_css_end__*/
|
|
58
58
|
, {
|
|
59
|
-
"__SAxis": "
|
|
60
|
-
"__SAxisLine": "
|
|
61
|
-
"__SAxisTick": "
|
|
62
|
-
"_active": "
|
|
63
|
-
"__SAxisLabel": "
|
|
64
|
-
"_xDirection": "
|
|
65
|
-
"--xDirection": "--
|
|
66
|
-
"_yDirection": "
|
|
67
|
-
"--yDirection": "--
|
|
68
|
-
"__SPolygon": "
|
|
69
|
-
"_color": "
|
|
70
|
-
"--color": "--
|
|
71
|
-
"__SPolygonDot": "
|
|
72
|
-
"_transparent": "
|
|
73
|
-
"__SPolygonLine": "
|
|
74
|
-
"__SPieRect": "
|
|
59
|
+
"__SAxis": "___SAxis_30zm7_gg_",
|
|
60
|
+
"__SAxisLine": "___SAxisLine_30zm7_gg_",
|
|
61
|
+
"__SAxisTick": "___SAxisTick_30zm7_gg_",
|
|
62
|
+
"_active": "__active_30zm7_gg_",
|
|
63
|
+
"__SAxisLabel": "___SAxisLabel_30zm7_gg_",
|
|
64
|
+
"_xDirection": "__xDirection_30zm7_gg_",
|
|
65
|
+
"--xDirection": "--xDirection_30zm7",
|
|
66
|
+
"_yDirection": "__yDirection_30zm7_gg_",
|
|
67
|
+
"--yDirection": "--yDirection_30zm7",
|
|
68
|
+
"__SPolygon": "___SPolygon_30zm7_gg_",
|
|
69
|
+
"_color": "__color_30zm7_gg_",
|
|
70
|
+
"--color": "--color_30zm7",
|
|
71
|
+
"__SPolygonDot": "___SPolygonDot_30zm7_gg_",
|
|
72
|
+
"_transparent": "__transparent_30zm7_gg_",
|
|
73
|
+
"__SPolygonLine": "___SPolygonLine_30zm7_gg_",
|
|
74
|
+
"__SPieRect": "___SPieRect_30zm7_gg_"
|
|
75
75
|
});
|
|
76
76
|
|
|
77
77
|
var clampAngle = function clampAngle(angle) {
|
package/lib/cjs/RadialTree.js
CHANGED
|
@@ -54,22 +54,22 @@ var style = (
|
|
|
54
54
|
/*__reshadow_css_start__*/
|
|
55
55
|
_core.sstyled.insert(
|
|
56
56
|
/*__inner_css_start__*/
|
|
57
|
-
".
|
|
57
|
+
".___SRadian_1c9yd_gg_{cursor:pointer;fill:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SLine_1c9yd_gg_{stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SLine_1c9yd_gg_.__color_1c9yd_gg_{stroke:var(--color_1c9yd)}.___SCap_1c9yd_gg_.__transparent_1c9yd_gg_,.___SIcon_1c9yd_gg_.__transparent_1c9yd_gg_,.___SLabel_1c9yd_gg_.__transparent_1c9yd_gg_,.___SLine_1c9yd_gg_.__transparent_1c9yd_gg_{opacity:.3}.___SCap_1c9yd_gg_{transition:r .1s}.___SLabel_1c9yd_gg_{fill:var(--color_1c9yd);cursor:var(--text-cursor_1c9yd)}@media (hover:hover){.___SRadian_1c9yd_gg_:hover .___SLabel_1c9yd_gg_{fill:var(--color-hovered_1c9yd)}}@media (prefers-reduced-motion){.___SLineCap_1c9yd_gg_{transition:none}}"
|
|
58
58
|
/*__inner_css_end__*/
|
|
59
|
-
, "
|
|
59
|
+
, "1c9yd_gg_")
|
|
60
60
|
/*__reshadow_css_end__*/
|
|
61
61
|
, {
|
|
62
|
-
"__SRadian": "
|
|
63
|
-
"__SLine": "
|
|
64
|
-
"_color": "
|
|
65
|
-
"--color": "--
|
|
66
|
-
"_transparent": "
|
|
67
|
-
"__SCap": "
|
|
68
|
-
"__SIcon": "
|
|
69
|
-
"__SLabel": "
|
|
70
|
-
"--text-cursor": "--text-
|
|
71
|
-
"--color-hovered": "--color-
|
|
72
|
-
"__SLineCap": "
|
|
62
|
+
"__SRadian": "___SRadian_1c9yd_gg_",
|
|
63
|
+
"__SLine": "___SLine_1c9yd_gg_",
|
|
64
|
+
"_color": "__color_1c9yd_gg_",
|
|
65
|
+
"--color": "--color_1c9yd",
|
|
66
|
+
"_transparent": "__transparent_1c9yd_gg_",
|
|
67
|
+
"__SCap": "___SCap_1c9yd_gg_",
|
|
68
|
+
"__SIcon": "___SIcon_1c9yd_gg_",
|
|
69
|
+
"__SLabel": "___SLabel_1c9yd_gg_",
|
|
70
|
+
"--text-cursor": "--text-cursor_1c9yd",
|
|
71
|
+
"--color-hovered": "--color-hovered_1c9yd",
|
|
72
|
+
"__SLineCap": "___SLineCap_1c9yd_gg_"
|
|
73
73
|
});
|
|
74
74
|
var baseAngle = -Math.PI / 2; // The top vertical line
|
|
75
75
|
|
package/lib/cjs/ReferenceLine.js
CHANGED
|
@@ -34,19 +34,19 @@ var style = (
|
|
|
34
34
|
/*__reshadow_css_start__*/
|
|
35
35
|
_core.sstyled.insert(
|
|
36
36
|
/*__inner_css_start__*/
|
|
37
|
-
".
|
|
37
|
+
".___SReferenceLine_uo2f0_gg_{fill:none;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___STitle_uo2f0_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79);transform-origin:var(--transform-origin_uo2f0)}.___STitle_uo2f0_gg_._position_top_uo2f0_gg_{text-anchor:middle}.___STitle_uo2f0_gg_._position_bottom_uo2f0_gg_{text-anchor:middle;alignment-baseline:hanging}.___STitle_uo2f0_gg_._position_left_uo2f0_gg_,.___STitle_uo2f0_gg_._position_right_uo2f0_gg_{transform:rotate(-90deg);text-anchor:middle;alignment-baseline:middle}.___SBackground_uo2f0_gg_{fill:var(--intergalactic-chart-grid-period-bg, rgba(196, 199, 207, 0.2))}"
|
|
38
38
|
/*__inner_css_end__*/
|
|
39
|
-
, "
|
|
39
|
+
, "uo2f0_gg_")
|
|
40
40
|
/*__reshadow_css_end__*/
|
|
41
41
|
, {
|
|
42
|
-
"__SReferenceLine": "
|
|
43
|
-
"__STitle": "
|
|
44
|
-
"--transform-origin": "--transform-
|
|
45
|
-
"_position_top": "
|
|
46
|
-
"_position_bottom": "
|
|
47
|
-
"_position_right": "
|
|
48
|
-
"_position_left": "
|
|
49
|
-
"__SBackground": "
|
|
42
|
+
"__SReferenceLine": "___SReferenceLine_uo2f0_gg_",
|
|
43
|
+
"__STitle": "___STitle_uo2f0_gg_",
|
|
44
|
+
"--transform-origin": "--transform-origin_uo2f0",
|
|
45
|
+
"_position_top": "_position_top_uo2f0_gg_",
|
|
46
|
+
"_position_bottom": "_position_bottom_uo2f0_gg_",
|
|
47
|
+
"_position_right": "_position_right_uo2f0_gg_",
|
|
48
|
+
"_position_left": "_position_left_uo2f0_gg_",
|
|
49
|
+
"__SBackground": "___SBackground_uo2f0_gg_"
|
|
50
50
|
});
|
|
51
51
|
var side2direction = {
|
|
52
52
|
left: 'vertical',
|
package/lib/cjs/ScatterPlot.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
|
+
".___SScatterPlot_1tfrr_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-duration:var(--duration_1tfrr);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SScatterPlot_1tfrr_gg_:hover{opacity:.8}}.___SScatterPlot_1tfrr_gg_.__color_1tfrr_gg_{fill:var(--color_1tfrr)}.___SScatterPlot_1tfrr_gg_.__transparent_1tfrr_gg_{opacity:.3}.___SValue_1tfrr_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50, 10px);stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SValue_1tfrr_gg_.__color_1tfrr_gg_{stroke:var(--color_1tfrr)}.___SValue_1tfrr_gg_.__transparent_1tfrr_gg_{opacity:.3}"
|
|
48
48
|
/*__inner_css_end__*/
|
|
49
|
-
, "
|
|
49
|
+
, "1tfrr_gg_")
|
|
50
50
|
/*__reshadow_css_end__*/
|
|
51
51
|
, {
|
|
52
|
-
"__SScatterPlot": "
|
|
53
|
-
"--duration": "--
|
|
54
|
-
"_color": "
|
|
55
|
-
"--color": "--
|
|
56
|
-
"_transparent": "
|
|
57
|
-
"__SValue": "
|
|
52
|
+
"__SScatterPlot": "___SScatterPlot_1tfrr_gg_",
|
|
53
|
+
"--duration": "--duration_1tfrr",
|
|
54
|
+
"_color": "__color_1tfrr_gg_",
|
|
55
|
+
"--color": "--color_1tfrr",
|
|
56
|
+
"_transparent": "__transparent_1tfrr_gg_",
|
|
57
|
+
"__SValue": "___SValue_1tfrr_gg_"
|
|
58
58
|
});
|
|
59
59
|
|
|
60
60
|
var ScatterPlotRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Tooltip.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
|
+
".___STooltip_1fy1q_gg_{font-size:var(--intergalactic-fs-100, 12px);line-height:var(--intergalactic-lh-100, 133%);position:relative;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border-radius:var(--intergalactic-popper-rounded, 6px);border:1px solid var(--intergalactic-border-secondary, #e0e1e9);box-sizing:border-box;box-shadow:var(--intergalactic-box-shadow-popper, 0px 1px 12px 0px rgba(25, 27, 35, 0.15));padding:var(--intergalactic-spacing-3x, 12px)}.___STitle_1fy1q_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SDotGroup_1fy1q_gg_{display:flex;align-items:center}.___SDot_1fy1q_gg_{width:8px;height:8px;border-radius:50%;margin-right:var(--intergalactic-spacing-2x, 8px);background:var(--intergalactic-icon-secondary-info, #2bb3ff)}.___SDot_1fy1q_gg_.__color_1fy1q_gg_{background:var(--color_1fy1q)}.___SFooter_1fy1q_gg_{background:var(--intergalactic-bg-secondary-neutral, #f4f5f9);padding:var(--intergalactic-spacing-1x, 4px) var(--intergalactic-spacing-3x, 12px);border-radius:0 0 var(--intergalactic-rounded-medium, 6px) var(--intergalactic-rounded-medium, 6px);margin:var(--intergalactic-spacing-3x, 12px) calc(-1*var(--intergalactic-spacing-3x, 12px)) calc(-1*var(--intergalactic-spacing-3x, 12px))}"
|
|
52
52
|
/*__inner_css_end__*/
|
|
53
|
-
, "
|
|
53
|
+
, "1fy1q_gg_")
|
|
54
54
|
/*__reshadow_css_end__*/
|
|
55
55
|
, {
|
|
56
|
-
"__STooltip": "
|
|
57
|
-
"__STitle": "
|
|
58
|
-
"__SDotGroup": "
|
|
59
|
-
"__SDot": "
|
|
60
|
-
"_color": "
|
|
61
|
-
"--color": "--
|
|
62
|
-
"__SFooter": "
|
|
56
|
+
"__STooltip": "___STooltip_1fy1q_gg_",
|
|
57
|
+
"__STitle": "___STitle_1fy1q_gg_",
|
|
58
|
+
"__SDotGroup": "___SDotGroup_1fy1q_gg_",
|
|
59
|
+
"__SDot": "___SDot_1fy1q_gg_",
|
|
60
|
+
"_color": "__color_1fy1q_gg_",
|
|
61
|
+
"--color": "--color_1fy1q",
|
|
62
|
+
"__SFooter": "___SFooter_1fy1q_gg_"
|
|
63
63
|
});
|
|
64
64
|
|
|
65
65
|
var TooltipRoot = /*#__PURE__*/function (_Component) {
|
package/lib/cjs/Venn.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
|
+
".___SCircle_6plsl_gg_,.___SIntersection_6plsl_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px}.___SCircle_6plsl_gg_{fill:var(--intergalactic-chart-palette-order-2, #59ddaa);fill-opacity:.5;transition-property:cx,cy;transition-duration:var(--duration_6plsl);transition-timing-function:ease-in-out}@media (hover:hover){.___SCircle_6plsl_gg_:hover{fill-opacity:.7}}.___SCircle_6plsl_gg_.__color_6plsl_gg_{fill:var(--color_6plsl)}.___SCircle_6plsl_gg_.__transparent_6plsl_gg_{opacity:.3}.___SIntersection_6plsl_gg_{fill-opacity:0}@media (hover:hover){.___SIntersection_6plsl_gg_:hover{fill-opacity:.1}}.___SIntersection_6plsl_gg_.__transparent_6plsl_gg_{opacity:.3}"
|
|
46
46
|
/*__inner_css_end__*/
|
|
47
|
-
, "
|
|
47
|
+
, "6plsl_gg_")
|
|
48
48
|
/*__reshadow_css_end__*/
|
|
49
49
|
, {
|
|
50
|
-
"__SCircle": "
|
|
51
|
-
"--duration": "--
|
|
52
|
-
"_color": "
|
|
53
|
-
"--color": "--
|
|
54
|
-
"_transparent": "
|
|
55
|
-
"__SIntersection": "
|
|
50
|
+
"__SCircle": "___SCircle_6plsl_gg_",
|
|
51
|
+
"--duration": "--duration_6plsl",
|
|
52
|
+
"_color": "__color_6plsl_gg_",
|
|
53
|
+
"--color": "--color_6plsl",
|
|
54
|
+
"_transparent": "__transparent_6plsl_gg_",
|
|
55
|
+
"__SIntersection": "___SIntersection_6plsl_gg_"
|
|
56
56
|
});
|
|
57
57
|
|
|
58
58
|
var VennRoot = /*#__PURE__*/function (_Component) {
|
|
@@ -32,12 +32,12 @@ var styles = (
|
|
|
32
32
|
/*__reshadow_css_start__*/
|
|
33
33
|
_core.sstyled.insert(
|
|
34
34
|
/*__inner_css_start__*/
|
|
35
|
-
".
|
|
35
|
+
".___SPlotA11yModule_1t4n4_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0}.___SPlotA11yModule_1t4n4_gg_:focus{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1}"
|
|
36
36
|
/*__inner_css_end__*/
|
|
37
|
-
, "
|
|
37
|
+
, "1t4n4_gg_")
|
|
38
38
|
/*__reshadow_css_end__*/
|
|
39
39
|
, {
|
|
40
|
-
"__SPlotA11yModule": "
|
|
40
|
+
"__SPlotA11yModule": "___SPlotA11yModule_1t4n4_gg_"
|
|
41
41
|
});
|
|
42
42
|
var globalWasFocused = false;
|
|
43
43
|
var globalNavWithKeyboard = false;
|