@semcore/d3-chart 3.6.0 → 3.7.0
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 +7 -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 +16 -12
- package/lib/cjs/Donut.js.map +1 -1
- package/lib/cjs/Dots.js +9 -9
- package/lib/cjs/HorizontalBar.js +8 -8
- package/lib/cjs/Hover.js +3 -3
- package/lib/cjs/Line.js +8 -8
- package/lib/cjs/Plot.js +3 -3
- package/lib/cjs/Radar.js +17 -17
- package/lib/cjs/RadialTree.js +12 -12
- package/lib/cjs/ReferenceLine.js +9 -9
- package/lib/cjs/ScatterPlot.js +7 -7
- package/lib/cjs/Tooltip.js +8 -8
- package/lib/cjs/Venn.js +7 -7
- package/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/lib/cjs/a11y/PlotA11yView.js +3 -3
- 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 +16 -12
- package/lib/es6/Donut.js.map +1 -1
- package/lib/es6/Dots.js +9 -9
- package/lib/es6/HorizontalBar.js +8 -8
- package/lib/es6/Hover.js +3 -3
- package/lib/es6/Line.js +8 -8
- package/lib/es6/Plot.js +3 -3
- package/lib/es6/Radar.js +17 -17
- package/lib/es6/RadialTree.js +12 -12
- package/lib/es6/ReferenceLine.js +9 -9
- package/lib/es6/ScatterPlot.js +7 -7
- package/lib/es6/Tooltip.js +8 -8
- package/lib/es6/Venn.js +7 -7
- package/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/lib/es6/a11y/PlotA11yView.js +3 -3
- package/package.json +6 -6
package/lib/es6/Radar.js
CHANGED
|
@@ -21,23 +21,23 @@ import createElement from './createElement';
|
|
|
21
21
|
import { CONSTANT, eventToPoint, measureText } from './utils';
|
|
22
22
|
import Tooltip from './Tooltip';
|
|
23
23
|
/*__reshadow-styles__:"./style/radar.shadow.css"*/
|
|
24
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
|
25
|
-
"__SAxis": "
|
|
26
|
-
"__SAxisLine": "
|
|
27
|
-
"__SAxisTick": "
|
|
28
|
-
"_active": "
|
|
29
|
-
"__SAxisLabel": "
|
|
30
|
-
"_xDirection": "
|
|
31
|
-
"--xDirection": "--
|
|
32
|
-
"_yDirection": "
|
|
33
|
-
"--yDirection": "--
|
|
34
|
-
"__SPolygon": "
|
|
35
|
-
"_color": "
|
|
36
|
-
"--color": "--
|
|
37
|
-
"__SPolygonDot": "
|
|
38
|
-
"_transparent": "
|
|
39
|
-
"__SPolygonLine": "
|
|
40
|
-
"__SPieRect": "
|
|
24
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SAxisLine_4aqx4_gg_,.___SAxisTick_4aqx4_gg_,.___SAxis_4aqx4_gg_{stroke:var(--intergalactic-chart-grid-line, #e0e1e9);stroke-width:1;fill:transparent}.___SAxisLine_4aqx4_gg_,.___SAxisTick_4aqx4_gg_{stroke-dasharray:2}.___SAxisLine_4aqx4_gg_.__active_4aqx4_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___SAxisLabel_4aqx4_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_4aqx4_gg_.__xDirection_4aqx4_gg_{text-anchor:var(--xDirection_4aqx4)}.___SAxisLabel_4aqx4_gg_.__yDirection_4aqx4_gg_{dominant-baseline:var(--yDirection_4aqx4)}.___SPolygonDot_4aqx4_gg_,.___SPolygon_4aqx4_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPolygon_4aqx4_gg_{opacity:.2}.___SPolygon_4aqx4_gg_.__color_4aqx4_gg_{fill:var(--color_4aqx4)}.___SPolygonDot_4aqx4_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px}.___SPolygonDot_4aqx4_gg_.__transparent_4aqx4_gg_{opacity:.3}.___SPolygonDot_4aqx4_gg_.__color_4aqx4_gg_{fill:var(--color_4aqx4)}.___SPolygonLine_4aqx4_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SPolygonLine_4aqx4_gg_.__transparent_4aqx4_gg_{opacity:.3}.___SPolygonLine_4aqx4_gg_.__color_4aqx4_gg_{stroke:var(--color_4aqx4)}.___SPieRect_4aqx4_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}" /*__inner_css_end__*/, "4aqx4_gg_") /*__reshadow_css_end__*/, {
|
|
25
|
+
"__SAxis": "___SAxis_4aqx4_gg_",
|
|
26
|
+
"__SAxisLine": "___SAxisLine_4aqx4_gg_",
|
|
27
|
+
"__SAxisTick": "___SAxisTick_4aqx4_gg_",
|
|
28
|
+
"_active": "__active_4aqx4_gg_",
|
|
29
|
+
"__SAxisLabel": "___SAxisLabel_4aqx4_gg_",
|
|
30
|
+
"_xDirection": "__xDirection_4aqx4_gg_",
|
|
31
|
+
"--xDirection": "--xDirection_4aqx4",
|
|
32
|
+
"_yDirection": "__yDirection_4aqx4_gg_",
|
|
33
|
+
"--yDirection": "--yDirection_4aqx4",
|
|
34
|
+
"__SPolygon": "___SPolygon_4aqx4_gg_",
|
|
35
|
+
"_color": "__color_4aqx4_gg_",
|
|
36
|
+
"--color": "--color_4aqx4",
|
|
37
|
+
"__SPolygonDot": "___SPolygonDot_4aqx4_gg_",
|
|
38
|
+
"_transparent": "__transparent_4aqx4_gg_",
|
|
39
|
+
"__SPolygonLine": "___SPolygonLine_4aqx4_gg_",
|
|
40
|
+
"__SPieRect": "___SPieRect_4aqx4_gg_"
|
|
41
41
|
});
|
|
42
42
|
var clampAngle = function clampAngle(angle) {
|
|
43
43
|
angle = angle % (2 * Math.PI);
|
package/lib/es6/RadialTree.js
CHANGED
|
@@ -21,18 +21,18 @@ import canUseDOM from '@semcore/utils/lib/canUseDOM';
|
|
|
21
21
|
import createElement from './createElement';
|
|
22
22
|
import { measureText } from './utils';
|
|
23
23
|
/*__reshadow-styles__:"./style/radial-tree.shadow.css"*/
|
|
24
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
|
25
|
-
"__SRadian": "
|
|
26
|
-
"__SLine": "
|
|
27
|
-
"_color": "
|
|
28
|
-
"--color": "--
|
|
29
|
-
"_transparent": "
|
|
30
|
-
"__SCap": "
|
|
31
|
-
"__SIcon": "
|
|
32
|
-
"__SLabel": "
|
|
33
|
-
"--text-cursor": "--text-
|
|
34
|
-
"--color-hovered": "--color-
|
|
35
|
-
"__SLineCap": "
|
|
24
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SRadian_ilhh1_gg_{cursor:pointer;fill:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SLine_ilhh1_gg_{stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SLine_ilhh1_gg_.__color_ilhh1_gg_{stroke:var(--color_ilhh1)}.___SCap_ilhh1_gg_.__transparent_ilhh1_gg_,.___SIcon_ilhh1_gg_.__transparent_ilhh1_gg_,.___SLabel_ilhh1_gg_.__transparent_ilhh1_gg_,.___SLine_ilhh1_gg_.__transparent_ilhh1_gg_{opacity:.3}.___SCap_ilhh1_gg_{transition:r .1s}.___SLabel_ilhh1_gg_{fill:var(--color_ilhh1);cursor:var(--text-cursor_ilhh1)}@media (hover:hover){.___SRadian_ilhh1_gg_:hover .___SLabel_ilhh1_gg_{fill:var(--color-hovered_ilhh1)}}@media (prefers-reduced-motion){.___SLineCap_ilhh1_gg_{transition:none}}" /*__inner_css_end__*/, "ilhh1_gg_") /*__reshadow_css_end__*/, {
|
|
25
|
+
"__SRadian": "___SRadian_ilhh1_gg_",
|
|
26
|
+
"__SLine": "___SLine_ilhh1_gg_",
|
|
27
|
+
"_color": "__color_ilhh1_gg_",
|
|
28
|
+
"--color": "--color_ilhh1",
|
|
29
|
+
"_transparent": "__transparent_ilhh1_gg_",
|
|
30
|
+
"__SCap": "___SCap_ilhh1_gg_",
|
|
31
|
+
"__SIcon": "___SIcon_ilhh1_gg_",
|
|
32
|
+
"__SLabel": "___SLabel_ilhh1_gg_",
|
|
33
|
+
"--text-cursor": "--text-cursor_ilhh1",
|
|
34
|
+
"--color-hovered": "--color-hovered_ilhh1",
|
|
35
|
+
"__SLineCap": "___SLineCap_ilhh1_gg_"
|
|
36
36
|
});
|
|
37
37
|
var baseAngle = -Math.PI / 2; // The top vertical line
|
|
38
38
|
var RadialTreeBase = /*#__PURE__*/function (_Component) {
|
package/lib/es6/ReferenceLine.js
CHANGED
|
@@ -11,15 +11,15 @@ import { Component, sstyled } from '@semcore/core';
|
|
|
11
11
|
import createElement from './createElement';
|
|
12
12
|
import { scaleOfBandwidth } from './utils';
|
|
13
13
|
/*__reshadow-styles__:"./style/reference-line.shadow.css"*/
|
|
14
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
|
15
|
-
"__SReferenceLine": "
|
|
16
|
-
"__STitle": "
|
|
17
|
-
"--transform-origin": "--transform-
|
|
18
|
-
"_position_top": "
|
|
19
|
-
"_position_bottom": "
|
|
20
|
-
"_position_right": "
|
|
21
|
-
"_position_left": "
|
|
22
|
-
"__SBackground": "
|
|
14
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SReferenceLine_16kyp_gg_{fill:none;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___STitle_16kyp_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79);transform-origin:var(--transform-origin_16kyp)}.___STitle_16kyp_gg_._position_top_16kyp_gg_{text-anchor:middle}.___STitle_16kyp_gg_._position_bottom_16kyp_gg_{text-anchor:middle;alignment-baseline:hanging}.___STitle_16kyp_gg_._position_left_16kyp_gg_,.___STitle_16kyp_gg_._position_right_16kyp_gg_{transform:rotate(-90deg);text-anchor:middle;alignment-baseline:middle}.___SBackground_16kyp_gg_{fill:var(--intergalactic-chart-grid-period-bg, rgba(196, 199, 207, 0.2))}" /*__inner_css_end__*/, "16kyp_gg_") /*__reshadow_css_end__*/, {
|
|
15
|
+
"__SReferenceLine": "___SReferenceLine_16kyp_gg_",
|
|
16
|
+
"__STitle": "___STitle_16kyp_gg_",
|
|
17
|
+
"--transform-origin": "--transform-origin_16kyp",
|
|
18
|
+
"_position_top": "_position_top_16kyp_gg_",
|
|
19
|
+
"_position_bottom": "_position_bottom_16kyp_gg_",
|
|
20
|
+
"_position_right": "_position_right_16kyp_gg_",
|
|
21
|
+
"_position_left": "_position_left_16kyp_gg_",
|
|
22
|
+
"__SBackground": "___SBackground_16kyp_gg_"
|
|
23
23
|
});
|
|
24
24
|
var side2direction = {
|
|
25
25
|
left: 'vertical',
|
package/lib/es6/ScatterPlot.js
CHANGED
|
@@ -18,13 +18,13 @@ import { CONSTANT } from './utils';
|
|
|
18
18
|
import ClipPath from './ClipPath';
|
|
19
19
|
import Tooltip from './Tooltip';
|
|
20
20
|
/*__reshadow-styles__:"./style/scatterplot.shadow.css"*/
|
|
21
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
|
22
|
-
"__SScatterPlot": "
|
|
23
|
-
"--duration": "--
|
|
24
|
-
"_color": "
|
|
25
|
-
"--color": "--
|
|
26
|
-
"_transparent": "
|
|
27
|
-
"__SValue": "
|
|
21
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SScatterPlot_q7zec_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-duration:var(--duration_q7zec);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SScatterPlot_q7zec_gg_:hover{opacity:.8}}.___SScatterPlot_q7zec_gg_.__color_q7zec_gg_{fill:var(--color_q7zec)}.___SScatterPlot_q7zec_gg_.__transparent_q7zec_gg_{opacity:.3}.___SValue_q7zec_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50, 10px);stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SValue_q7zec_gg_.__color_q7zec_gg_{stroke:var(--color_q7zec)}.___SValue_q7zec_gg_.__transparent_q7zec_gg_{opacity:.3}" /*__inner_css_end__*/, "q7zec_gg_") /*__reshadow_css_end__*/, {
|
|
22
|
+
"__SScatterPlot": "___SScatterPlot_q7zec_gg_",
|
|
23
|
+
"--duration": "--duration_q7zec",
|
|
24
|
+
"_color": "__color_q7zec_gg_",
|
|
25
|
+
"--color": "--color_q7zec",
|
|
26
|
+
"_transparent": "__transparent_q7zec_gg_",
|
|
27
|
+
"__SValue": "___SValue_q7zec_gg_"
|
|
28
28
|
});
|
|
29
29
|
var ScatterPlotRoot = /*#__PURE__*/function (_Component) {
|
|
30
30
|
_inherits(ScatterPlotRoot, _Component);
|
package/lib/es6/Tooltip.js
CHANGED
|
@@ -21,14 +21,14 @@ import resolveColor from '@semcore/utils/lib/color';
|
|
|
21
21
|
import createElement from './createElement';
|
|
22
22
|
import { CONSTANT } from './utils';
|
|
23
23
|
/*__reshadow-styles__:"./style/tooltip.shadow.css"*/
|
|
24
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
|
25
|
-
"__STooltip": "
|
|
26
|
-
"__STitle": "
|
|
27
|
-
"__SDotGroup": "
|
|
28
|
-
"__SDot": "
|
|
29
|
-
"_color": "
|
|
30
|
-
"--color": "--
|
|
31
|
-
"__SFooter": "
|
|
24
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___STooltip_8i9zz_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_8i9zz_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SDotGroup_8i9zz_gg_{display:flex;align-items:center}.___SDot_8i9zz_gg_{width:8px;height:8px;border-radius:50%;margin-right:var(--intergalactic-spacing-2x, 8px);background:var(--intergalactic-icon-secondary-info, #2bb3ff)}.___SDot_8i9zz_gg_.__color_8i9zz_gg_{background:var(--color_8i9zz)}.___SFooter_8i9zz_gg_{background:var(--intergalactic-bg-secondary-neutral, #f4f5f9);padding:var(--intergalactic-spacing-1x, 4px) var(--intergalactic-spacing-3x, 12px);border-radius:0 0 var(--intergalactic-rounded-medium, 6px) var(--intergalactic-rounded-medium, 6px);margin:var(--intergalactic-spacing-3x, 12px) calc(-1*var(--intergalactic-spacing-3x, 12px)) calc(-1*var(--intergalactic-spacing-3x, 12px))}" /*__inner_css_end__*/, "8i9zz_gg_") /*__reshadow_css_end__*/, {
|
|
25
|
+
"__STooltip": "___STooltip_8i9zz_gg_",
|
|
26
|
+
"__STitle": "___STitle_8i9zz_gg_",
|
|
27
|
+
"__SDotGroup": "___SDotGroup_8i9zz_gg_",
|
|
28
|
+
"__SDot": "___SDot_8i9zz_gg_",
|
|
29
|
+
"_color": "__color_8i9zz_gg_",
|
|
30
|
+
"--color": "--color_8i9zz",
|
|
31
|
+
"__SFooter": "___SFooter_8i9zz_gg_"
|
|
32
32
|
});
|
|
33
33
|
var TooltipRoot = /*#__PURE__*/function (_Component) {
|
|
34
34
|
_inherits(TooltipRoot, _Component);
|
package/lib/es6/Venn.js
CHANGED
|
@@ -18,13 +18,13 @@ import createElement from './createElement';
|
|
|
18
18
|
import { CONSTANT } from './utils';
|
|
19
19
|
import Tooltip from './Tooltip';
|
|
20
20
|
/*__reshadow-styles__:"./style/venn.shadow.css"*/
|
|
21
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
|
22
|
-
"__SCircle": "
|
|
23
|
-
"--duration": "--
|
|
24
|
-
"_color": "
|
|
25
|
-
"--color": "--
|
|
26
|
-
"_transparent": "
|
|
27
|
-
"__SIntersection": "
|
|
21
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SCircle_u2pk4_gg_,.___SIntersection_u2pk4_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px}.___SCircle_u2pk4_gg_{fill:var(--intergalactic-chart-palette-order-2, #59ddaa);fill-opacity:.5;transition-property:cx,cy;transition-duration:var(--duration_u2pk4);transition-timing-function:ease-in-out}@media (hover:hover){.___SCircle_u2pk4_gg_:hover{fill-opacity:.7}}.___SCircle_u2pk4_gg_.__color_u2pk4_gg_{fill:var(--color_u2pk4)}.___SCircle_u2pk4_gg_.__transparent_u2pk4_gg_{opacity:.3}.___SIntersection_u2pk4_gg_{fill-opacity:0}@media (hover:hover){.___SIntersection_u2pk4_gg_:hover{fill-opacity:.1}}.___SIntersection_u2pk4_gg_.__transparent_u2pk4_gg_{opacity:.3}" /*__inner_css_end__*/, "u2pk4_gg_") /*__reshadow_css_end__*/, {
|
|
22
|
+
"__SCircle": "___SCircle_u2pk4_gg_",
|
|
23
|
+
"--duration": "--duration_u2pk4",
|
|
24
|
+
"_color": "__color_u2pk4_gg_",
|
|
25
|
+
"--color": "--color_u2pk4",
|
|
26
|
+
"_transparent": "__transparent_u2pk4_gg_",
|
|
27
|
+
"__SIntersection": "___SIntersection_u2pk4_gg_"
|
|
28
28
|
});
|
|
29
29
|
var VennRoot = /*#__PURE__*/function (_Component) {
|
|
30
30
|
_inherits(VennRoot, _Component);
|
|
@@ -10,8 +10,8 @@ import { normalizeLocale } from './locale';
|
|
|
10
10
|
import { localizedMessages } from './translations/module/__intergalactic-dynamic-locales';
|
|
11
11
|
import { Root, sstyled } from '@semcore/core';
|
|
12
12
|
/*__reshadow-styles__:"../style/plotA11yModule.shadow.css"*/
|
|
13
|
-
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
|
14
|
-
"__SPlotA11yModule": "
|
|
13
|
+
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPlotA11yModule_a477d_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0}.___SPlotA11yModule_a477d_gg_:focus{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1}" /*__inner_css_end__*/, "a477d_gg_") /*__reshadow_css_end__*/, {
|
|
14
|
+
"__SPlotA11yModule": "___SPlotA11yModule_a477d_gg_"
|
|
15
15
|
});
|
|
16
16
|
import { Context as I18nContext, useI18n } from '@semcore/utils/lib/enhances/WithI18n';
|
|
17
17
|
import { Box } from '@semcore/flex-box';
|
|
@@ -13,9 +13,9 @@ import { getIntl } from './intl';
|
|
|
13
13
|
import { summarize } from './summarize';
|
|
14
14
|
import { Root, sstyled } from '@semcore/core';
|
|
15
15
|
/*__reshadow-styles__:"../style/plotA11yView.shadow.css"*/
|
|
16
|
-
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
|
17
|
-
"__SPlotA11yView": "
|
|
18
|
-
"_focus-within": "__focus-
|
|
16
|
+
var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SPlotA11yView_vwi4c_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);color:var(--intergalactic-text-primary, #191b23);border:3px solid var(--intergalactic-border-primary, #c4c7cf);font-size:var(--intergalactic-fs-50, 10px);padding:2px;width:200px;height:200px;max-width:80%;max-height:80%;overflow:auto}.___SPlotA11yView_vwi4c_gg_.__focus-within_vwi4c_gg_,.___SPlotA11yView_vwi4c_gg_:focus{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1;z-index:var(--intergalactic-z-index-overlay, 500);position:relative;display:block}.___SPlotA11yView_vwi4c_gg_:focus,.___SPlotA11yView_vwi4c_gg_:focus-within{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1;z-index:var(--intergalactic-z-index-overlay, 500);position:relative;display:block}.___SPlotA11yView_vwi4c_gg_ a{cursor:pointer;text-decoration:underline;margin-bottom:var(--intergalactic-spacing-2x, 8px);display:block}.___SPlotA11yView_vwi4c_gg_ table,.___SPlotA11yView_vwi4c_gg_ td,.___SPlotA11yView_vwi4c_gg_ th{border:1px solid var(--intergalactic-border-primary, #c4c7cf)}" /*__inner_css_end__*/, "vwi4c_gg_") /*__reshadow_css_end__*/, {
|
|
17
|
+
"__SPlotA11yView": "___SPlotA11yView_vwi4c_gg_",
|
|
18
|
+
"_focus-within": "__focus-within_vwi4c_gg_"
|
|
19
19
|
});
|
|
20
20
|
import { Box } from '@semcore/flex-box';
|
|
21
21
|
import { useAsyncI18nMessages } from '@semcore/utils/lib/enhances/i18nEnhance';
|
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": "3.
|
|
4
|
+
"version": "3.7.0",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es6/index.js",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@formatjs/intl": "2.3.0",
|
|
17
|
-
"@semcore/animation": "2.3.
|
|
18
|
-
"@semcore/flex-box": "5.3.
|
|
19
|
-
"@semcore/popper": "5.3.
|
|
20
|
-
"@semcore/utils": "4.3.
|
|
17
|
+
"@semcore/animation": "2.3.1",
|
|
18
|
+
"@semcore/flex-box": "5.3.1",
|
|
19
|
+
"@semcore/popper": "5.3.1",
|
|
20
|
+
"@semcore/utils": "4.3.1",
|
|
21
21
|
"@types/d3-shape": "^3.1.0",
|
|
22
22
|
"@upsetjs/venn.js": "1.4.2",
|
|
23
23
|
"d3-array": "3.1.6",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"hoist-non-react-statics": "3.3.2"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@semcore/core": "^2.3.
|
|
34
|
+
"@semcore/core": "^2.3.1-test.0",
|
|
35
35
|
"react": "16.8 - 18",
|
|
36
36
|
"react-dom": "16.8 - 18"
|
|
37
37
|
},
|