@semcore/d3-chart 16.4.1 → 16.4.2-prerelease.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 +6 -0
- package/lib/cjs/Area.js +11 -11
- package/lib/cjs/Axis.js +15 -15
- package/lib/cjs/Bar.js +16 -16
- package/lib/cjs/Bubble.js +13 -13
- package/lib/cjs/CompactHorizontalBar.js +16 -16
- package/lib/cjs/Donut.js +9 -9
- package/lib/cjs/Dots.js +8 -8
- package/lib/cjs/HorizontalBar.js +16 -16
- package/lib/cjs/Hover.js +3 -3
- package/lib/cjs/Line.js +9 -9
- package/lib/cjs/Plot.js +3 -3
- package/lib/cjs/Radar.js +19 -19
- package/lib/cjs/RadialTree.js +12 -12
- package/lib/cjs/Reference.js +12 -12
- package/lib/cjs/ScatterPlot.js +9 -9
- package/lib/cjs/Tooltip.js +9 -9
- package/lib/cjs/Venn.js +9 -9
- package/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/lib/cjs/translations/de.json +1 -0
- package/lib/cjs/translations/es.json +1 -0
- package/lib/cjs/translations/fr.json +1 -0
- package/lib/cjs/translations/it.json +1 -0
- package/lib/cjs/translations/ja.json +1 -0
- package/lib/cjs/translations/ko.json +1 -0
- package/lib/cjs/translations/nl.json +1 -0
- package/lib/cjs/translations/pl.json +1 -0
- package/lib/cjs/translations/pt.json +1 -0
- package/lib/cjs/translations/sv.json +1 -0
- package/lib/cjs/translations/tr.json +2 -1
- package/lib/cjs/translations/vi.json +1 -0
- package/lib/cjs/translations/zh.json +1 -0
- package/lib/es6/Area.js +11 -11
- package/lib/es6/Axis.js +15 -15
- package/lib/es6/Bar.js +16 -16
- package/lib/es6/Bubble.js +13 -13
- package/lib/es6/CompactHorizontalBar.js +16 -16
- package/lib/es6/Donut.js +9 -9
- package/lib/es6/Dots.js +8 -8
- package/lib/es6/HorizontalBar.js +16 -16
- package/lib/es6/Hover.js +3 -3
- package/lib/es6/Line.js +9 -9
- package/lib/es6/Plot.js +3 -3
- package/lib/es6/Radar.js +19 -19
- package/lib/es6/RadialTree.js +12 -12
- package/lib/es6/Reference.js +12 -12
- package/lib/es6/ScatterPlot.js +9 -9
- package/lib/es6/Tooltip.js +9 -9
- package/lib/es6/Venn.js +9 -9
- package/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/lib/es6/a11y/PlotA11yView.js +2 -2
- package/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/lib/es6/translations/de.json +1 -0
- package/lib/es6/translations/es.json +1 -0
- package/lib/es6/translations/fr.json +1 -0
- package/lib/es6/translations/it.json +1 -0
- package/lib/es6/translations/ja.json +1 -0
- package/lib/es6/translations/ko.json +1 -0
- package/lib/es6/translations/nl.json +1 -0
- package/lib/es6/translations/pl.json +1 -0
- package/lib/es6/translations/pt.json +1 -0
- package/lib/es6/translations/sv.json +1 -0
- package/lib/es6/translations/tr.json +2 -1
- package/lib/es6/translations/vi.json +1 -0
- package/lib/es6/translations/zh.json +1 -0
- package/lib/esm/Area.mjs +12 -12
- package/lib/esm/Axis.mjs +16 -16
- package/lib/esm/Bar.mjs +17 -17
- package/lib/esm/Bubble.mjs +14 -14
- package/lib/esm/CompactHorizontalBar.mjs +17 -17
- package/lib/esm/Donut.mjs +10 -10
- package/lib/esm/Dots.mjs +9 -9
- package/lib/esm/HorizontalBar.mjs +17 -17
- package/lib/esm/Hover.mjs +4 -4
- package/lib/esm/Line.mjs +10 -10
- package/lib/esm/Plot.mjs +4 -4
- package/lib/esm/Radar.mjs +20 -20
- package/lib/esm/RadialTree.mjs +13 -13
- package/lib/esm/Reference.mjs +13 -13
- package/lib/esm/ScatterPlot.mjs +10 -10
- package/lib/esm/Tooltip.mjs +10 -10
- package/lib/esm/Venn.mjs +10 -10
- package/lib/esm/a11y/PlotA11yModule.mjs +3 -3
- package/lib/esm/a11y/PlotA11yView.mjs +3 -3
- package/lib/esm/component/ChartLegend/LegendFlex/LegendFlex.mjs +5 -5
- package/lib/esm/component/ChartLegend/LegendItem/LegendItem.mjs +18 -18
- package/lib/esm/component/ChartLegend/LegendTable/LegendTable.mjs +7 -7
- package/lib/esm/translations/es.json.mjs +1 -0
- package/lib/esm/translations/fr.json.mjs +1 -0
- package/lib/esm/translations/it.json.mjs +1 -0
- package/lib/esm/translations/ja.json.mjs +1 -0
- package/lib/esm/translations/ko.json.mjs +1 -0
- package/lib/esm/translations/nl.json.mjs +1 -0
- package/lib/esm/translations/pl.json.mjs +1 -0
- package/lib/esm/translations/pt.json.mjs +1 -0
- package/lib/esm/translations/sv.json.mjs +1 -0
- package/lib/esm/translations/tr.json.mjs +2 -1
- package/lib/esm/translations/vi.json.mjs +1 -0
- package/lib/esm/translations/zh.json.mjs +1 -0
- package/lib/types/translations/__intergalactic-dynamic-locales.d.ts +12 -0
- package/package.json +7 -7
package/lib/es6/HorizontalBar.js
CHANGED
|
@@ -12,24 +12,24 @@ import AnimatedClipPath from './AnimatedClipPath';
|
|
|
12
12
|
import createElement from './createElement';
|
|
13
13
|
import { PatternFill } from './Pattern';
|
|
14
14
|
/*!__reshadow-styles__:"./style/bar.shadow.css"*/
|
|
15
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
15
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SBar_9ziaf_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:height,width,y;transition-duration:var(--duration_9ziaf);transition-timing-function:ease-in-out}.___SBar_9ziaf_gg_.__color_9ziaf_gg_{fill:var(--color_9ziaf)}.___SBar_9ziaf_gg_.__pattern_9ziaf_gg_.__color_9ziaf_gg_{fill:var(--pattern_9ziaf);stroke:var(--color_9ziaf);stroke-width:1px}.___SBar_9ziaf_gg_.__hide_9ziaf_gg_{display:none}.___SBar_9ziaf_gg_.__transparent_9ziaf_gg_{opacity:.3}.___SBackground_9ziaf_gg_.__onClick_9ziaf_gg_,.___SBar_9ziaf_gg_.__onClick_9ziaf_gg_{cursor:pointer}.___SBackground_9ziaf_gg_{fill:var(--intergalactic-chart-grid-bar-chart-base-bg, #e0e1e9)}.___SBarAnnotation_9ziaf_gg_{display:flex;justify-content:space-between}.___SBarLabel_9ziaf_gg_{color:var(--intergalactic-text-primary, #191b23);margin-right:auto}.___SBarLabel_9ziaf_gg_,.___SBarPercent_9ziaf_gg_,.___SBarValue_9ziaf_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SBarPercent_9ziaf_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-right:var(--intergalactic-spacing-2x, 8px)}.___SBarValue_9ziaf_gg_{min-width:52px;display:flex;justify-content:flex-end;color:var(--intergalactic-text-primary, #191b23);text-align:right}.___SCompactHorizontalBarHoverRect_9ziaf_gg_{fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"9ziaf_gg_"),
|
|
16
16
|
/*__reshadow_css_end__*/
|
|
17
17
|
{
|
|
18
|
-
"__SBar": "
|
|
19
|
-
"--duration": "--
|
|
20
|
-
"_color": "
|
|
21
|
-
"--color": "--
|
|
22
|
-
"_pattern": "
|
|
23
|
-
"--pattern": "--
|
|
24
|
-
"_hide": "
|
|
25
|
-
"_transparent": "
|
|
26
|
-
"_onClick": "
|
|
27
|
-
"__SBackground": "
|
|
28
|
-
"__SBarAnnotation": "
|
|
29
|
-
"__SBarLabel": "
|
|
30
|
-
"__SBarPercent": "
|
|
31
|
-
"__SBarValue": "
|
|
32
|
-
"__SCompactHorizontalBarHoverRect": "
|
|
18
|
+
"__SBar": "___SBar_9ziaf_gg_",
|
|
19
|
+
"--duration": "--duration_9ziaf",
|
|
20
|
+
"_color": "__color_9ziaf_gg_",
|
|
21
|
+
"--color": "--color_9ziaf",
|
|
22
|
+
"_pattern": "__pattern_9ziaf_gg_",
|
|
23
|
+
"--pattern": "--pattern_9ziaf",
|
|
24
|
+
"_hide": "__hide_9ziaf_gg_",
|
|
25
|
+
"_transparent": "__transparent_9ziaf_gg_",
|
|
26
|
+
"_onClick": "__onClick_9ziaf_gg_",
|
|
27
|
+
"__SBackground": "___SBackground_9ziaf_gg_",
|
|
28
|
+
"__SBarAnnotation": "___SBarAnnotation_9ziaf_gg_",
|
|
29
|
+
"__SBarLabel": "___SBarLabel_9ziaf_gg_",
|
|
30
|
+
"__SBarPercent": "___SBarPercent_9ziaf_gg_",
|
|
31
|
+
"__SBarValue": "___SBarValue_9ziaf_gg_",
|
|
32
|
+
"__SCompactHorizontalBarHoverRect": "___SCompactHorizontalBarHoverRect_9ziaf_gg_"
|
|
33
33
|
});
|
|
34
34
|
import { scaleToBand, roundedPath } from './utils';
|
|
35
35
|
export var MIN_WIDTH = 2;
|
package/lib/es6/Hover.js
CHANGED
|
@@ -15,11 +15,11 @@ import trottle from '@semcore/core/lib/utils/rafTrottle';
|
|
|
15
15
|
import React from 'react';
|
|
16
16
|
import createElement from './createElement';
|
|
17
17
|
/*!__reshadow-styles__:"./style/hover.shadow.css"*/
|
|
18
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
18
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SHoverLine_1xhov_gg_,.___SHoverLine_1xhov_gg_:focus-visible{outline:0;stroke:var(--intergalactic-chart-grid-x-axis, #c4c7cf)}.___SHoverRect_1xhov_gg_,.___SHoverRect_1xhov_gg_:focus-visible{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"1xhov_gg_"),
|
|
19
19
|
/*__reshadow_css_end__*/
|
|
20
20
|
{
|
|
21
|
-
"__SHoverLine": "
|
|
22
|
-
"__SHoverRect": "
|
|
21
|
+
"__SHoverLine": "___SHoverLine_1xhov_gg_",
|
|
22
|
+
"__SHoverRect": "___SHoverRect_1xhov_gg_"
|
|
23
23
|
});
|
|
24
24
|
import Tooltip from './Tooltip';
|
|
25
25
|
import { scaleOfBandwidth, getIndexFromData, eventToPoint, invert, scaleToBand } from './utils';
|
package/lib/es6/Line.js
CHANGED
|
@@ -15,17 +15,17 @@ import createElement from './createElement';
|
|
|
15
15
|
import Dots from './Dots';
|
|
16
16
|
import { resolvePatternDasharray } from './Pattern';
|
|
17
17
|
/*!__reshadow-styles__:"./style/line.shadow.css"*/
|
|
18
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
18
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SLine_c6fgc_gg_{fill:transparent;stroke-width:3;stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:d;transition-duration:var(--duration_c6fgc);transition-timing-function:ease-in-out}.___SLine_c6fgc_gg_.__color_c6fgc_gg_{stroke:var(--color_c6fgc)}.___SLine_c6fgc_gg_.__hide_c6fgc_gg_{display:none}.___SLine_c6fgc_gg_.__transparent_c6fgc_gg_{opacity:.3}.___SNull_c6fgc_gg_{fill:transparent;stroke:var(--intergalactic-border-primary, #c4c7cf);stroke-dasharray:4}.___SNull_c6fgc_gg_.__hide_c6fgc_gg_{display:none}.___SLineArea_c6fgc_gg_{transition-property:d;transition-duration:var(--duration_c6fgc);transition-timing-function:ease-in-out;opacity:.3;fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SLineArea_c6fgc_gg_.__color_c6fgc_gg_{fill:var(--color_c6fgc)}", /*__inner_css_end__*/"c6fgc_gg_"),
|
|
19
19
|
/*__reshadow_css_end__*/
|
|
20
20
|
{
|
|
21
|
-
"__SLine": "
|
|
22
|
-
"--duration": "--
|
|
23
|
-
"_color": "
|
|
24
|
-
"--color": "--
|
|
25
|
-
"_hide": "
|
|
26
|
-
"_transparent": "
|
|
27
|
-
"__SNull": "
|
|
28
|
-
"__SLineArea": "
|
|
21
|
+
"__SLine": "___SLine_c6fgc_gg_",
|
|
22
|
+
"--duration": "--duration_c6fgc",
|
|
23
|
+
"_color": "__color_c6fgc_gg_",
|
|
24
|
+
"--color": "--color_c6fgc",
|
|
25
|
+
"_hide": "__hide_c6fgc_gg_",
|
|
26
|
+
"_transparent": "__transparent_c6fgc_gg_",
|
|
27
|
+
"__SNull": "___SNull_c6fgc_gg_",
|
|
28
|
+
"__SLineArea": "___SLineArea_c6fgc_gg_"
|
|
29
29
|
});
|
|
30
30
|
import { definedData, definedNullData, scaleOfBandwidth, getNullData, interpolateValue, getChartDefaultColorName, eventToPoint, invert } from './utils';
|
|
31
31
|
var LineRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Plot.js
CHANGED
|
@@ -17,11 +17,11 @@ import React from 'react';
|
|
|
17
17
|
import { makeDataHintsHandlers, makeDataHintsContainer } from './a11y/hints';
|
|
18
18
|
import { PlotA11yModule } from './a11y/PlotA11yModule';
|
|
19
19
|
/*!__reshadow-styles__:"./style/plot.shadow.css"*/
|
|
20
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
20
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SPlot_19n1y_gg_{overflow:hidden}.___SPlot_19n1y_gg_:focus{outline:0}.___SPlot_19n1y_gg_:active{outline:0;-webkit-text-decoration:none;text-decoration:none}foreignObject[data-aria-only]{pointer-events:none}.___SPlot_19n1y_gg_.__keyboardFocused_19n1y_gg_{outline-color:var(--intergalactic-keyboard-focus-outline, #008ff8);outline-style:solid;outline-width:2px;outline-offset:2px;transition-duration:calc(var(--intergalactic-duration-extra-fast, 100)*1ms);transition-timing-function:ease-in-out;transition-property:outline-color,outline-width,outline-offset;border-radius:var(--intergalactic-surface-rounded, 6px)}", /*__inner_css_end__*/"19n1y_gg_"),
|
|
21
21
|
/*__reshadow_css_end__*/
|
|
22
22
|
{
|
|
23
|
-
"__SPlot": "
|
|
24
|
-
"_keyboardFocused": "
|
|
23
|
+
"__SPlot": "___SPlot_19n1y_gg_",
|
|
24
|
+
"_keyboardFocused": "__keyboardFocused_19n1y_gg_"
|
|
25
25
|
});
|
|
26
26
|
import { localizedMessages } from './translations/__intergalactic-dynamic-locales';
|
|
27
27
|
import { eventToPoint, uniqueId } from './utils';
|
package/lib/es6/Radar.js
CHANGED
|
@@ -19,27 +19,27 @@ import React, { cloneElement } from 'react';
|
|
|
19
19
|
import createElement from './createElement';
|
|
20
20
|
import { PatternFill, PatternSymbol, getPatternSymbolSize } from './Pattern';
|
|
21
21
|
/*!__reshadow-styles__:"./style/radar.shadow.css"*/
|
|
22
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
22
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SAxisLine_1v7a0_gg_,.___SAxisTick_1v7a0_gg_,.___SAxis_1v7a0_gg_{stroke:var(--intergalactic-chart-grid-line, #e0e1e9);stroke-width:1;fill:transparent}.___SAxisLine_1v7a0_gg_,.___SAxisTick_1v7a0_gg_{stroke-dasharray:2}.___SAxisLine_1v7a0_gg_.__active_1v7a0_gg_{stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___SAxisLabel_1v7a0_gg_{text-anchor:middle;dominant-baseline:central;font-size:12px}.___SAxisLabel_1v7a0_gg_.__xDirection_1v7a0_gg_{text-anchor:var(--xDirection_1v7a0)}.___SAxisLabel_1v7a0_gg_.__yDirection_1v7a0_gg_{dominant-baseline:var(--yDirection_1v7a0)}.___SPolygonDot_1v7a0_gg_,.___SPolygon_1v7a0_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff)}.___SPolygon_1v7a0_gg_{opacity:.2}.___SPolygon_1v7a0_gg_.__color_1v7a0_gg_{fill:var(--color_1v7a0)}.___SPolygon_1v7a0_gg_.__pattern_1v7a0_gg_.__color_1v7a0_gg_{fill:var(--pattern_1v7a0);stroke:var(--color_1v7a0);stroke-width:1px}.___SPolygonDot_1v7a0_gg_{stroke-width:2px;stroke:var(--intergalactic-chart-grid-border, #ffffff);r:6px}.___SPolygonDot_1v7a0_gg_.__transparent_1v7a0_gg_{opacity:.3}.___SPolygonDot_1v7a0_gg_.__color_1v7a0_gg_{fill:var(--color_1v7a0)}.___SPolygonLine_1v7a0_gg_{stroke:var(--intergalactic-chart-palette-order-1, #2bb3ff);stroke-width:3;fill:transparent}.___SPolygonLine_1v7a0_gg_.__transparent_1v7a0_gg_{opacity:.3}.___SPolygonLine_1v7a0_gg_.__color_1v7a0_gg_{stroke:var(--color_1v7a0)}.___SPieRect_1v7a0_gg_{outline:0;fill:var(--intergalactic-chart-grid-bar-chart-hover, rgba(196, 199, 207, 0.3))}", /*__inner_css_end__*/"1v7a0_gg_"),
|
|
23
23
|
/*__reshadow_css_end__*/
|
|
24
24
|
{
|
|
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
|
-
"_pattern": "
|
|
38
|
-
"--pattern": "--
|
|
39
|
-
"__SPolygonDot": "
|
|
40
|
-
"_transparent": "
|
|
41
|
-
"__SPolygonLine": "
|
|
42
|
-
"__SPieRect": "
|
|
25
|
+
"__SAxis": "___SAxis_1v7a0_gg_",
|
|
26
|
+
"__SAxisLine": "___SAxisLine_1v7a0_gg_",
|
|
27
|
+
"__SAxisTick": "___SAxisTick_1v7a0_gg_",
|
|
28
|
+
"_active": "__active_1v7a0_gg_",
|
|
29
|
+
"__SAxisLabel": "___SAxisLabel_1v7a0_gg_",
|
|
30
|
+
"_xDirection": "__xDirection_1v7a0_gg_",
|
|
31
|
+
"--xDirection": "--xDirection_1v7a0",
|
|
32
|
+
"_yDirection": "__yDirection_1v7a0_gg_",
|
|
33
|
+
"--yDirection": "--yDirection_1v7a0",
|
|
34
|
+
"__SPolygon": "___SPolygon_1v7a0_gg_",
|
|
35
|
+
"_color": "__color_1v7a0_gg_",
|
|
36
|
+
"--color": "--color_1v7a0",
|
|
37
|
+
"_pattern": "__pattern_1v7a0_gg_",
|
|
38
|
+
"--pattern": "--pattern_1v7a0",
|
|
39
|
+
"__SPolygonDot": "___SPolygonDot_1v7a0_gg_",
|
|
40
|
+
"_transparent": "__transparent_1v7a0_gg_",
|
|
41
|
+
"__SPolygonLine": "___SPolygonLine_1v7a0_gg_",
|
|
42
|
+
"__SPieRect": "___SPieRect_1v7a0_gg_"
|
|
43
43
|
});
|
|
44
44
|
import Tooltip from './Tooltip';
|
|
45
45
|
import { eventToPoint, getChartDefaultColorName, measureText } from './utils';
|
package/lib/es6/RadialTree.js
CHANGED
|
@@ -19,20 +19,20 @@ import React from 'react';
|
|
|
19
19
|
import createElement from './createElement';
|
|
20
20
|
import { PatternSymbol, getPatternSymbolSize } from './Pattern';
|
|
21
21
|
/*!__reshadow-styles__:"./style/radial-tree.shadow.css"*/
|
|
22
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
22
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SRadian_hkvb1_gg_{cursor:pointer;fill:var(--intergalactic-text-large-info, #008ff8)}.___SLine_hkvb1_gg_{stroke:var(--intergalactic-text-large-info, #008ff8)}.___SLine_hkvb1_gg_.__stroke_hkvb1_gg_{stroke:var(--stroke_hkvb1)}.___SLine_hkvb1_gg_.__transparent_hkvb1_gg_{opacity:.3}.___SCap_hkvb1_gg_{transition:r .1s}.___SCap_hkvb1_gg_.__pattern_hkvb1_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:1px}.___SCap_hkvb1_gg_.__transparent_hkvb1_gg_,.___SIcon_hkvb1_gg_.__transparent_hkvb1_gg_,.___SLabel_hkvb1_gg_.__transparent_hkvb1_gg_{opacity:.3}.___SLabel_hkvb1_gg_{fill:var(--color_hkvb1)}@media (hover:hover){.___SRadian_hkvb1_gg_:hover .___SLabel_hkvb1_gg_{cursor:pointer;filter:brightness(.6)}}@media (prefers-reduced-motion){.___SLineCap_hkvb1_gg_{transition:none}}", /*__inner_css_end__*/"hkvb1_gg_"),
|
|
23
23
|
/*__reshadow_css_end__*/
|
|
24
24
|
{
|
|
25
|
-
"__SRadian": "
|
|
26
|
-
"__SLine": "
|
|
27
|
-
"_stroke": "
|
|
28
|
-
"--stroke": "--
|
|
29
|
-
"_transparent": "
|
|
30
|
-
"__SCap": "
|
|
31
|
-
"_pattern": "
|
|
32
|
-
"__SIcon": "
|
|
33
|
-
"__SLabel": "
|
|
34
|
-
"--color": "--
|
|
35
|
-
"__SLineCap": "
|
|
25
|
+
"__SRadian": "___SRadian_hkvb1_gg_",
|
|
26
|
+
"__SLine": "___SLine_hkvb1_gg_",
|
|
27
|
+
"_stroke": "__stroke_hkvb1_gg_",
|
|
28
|
+
"--stroke": "--stroke_hkvb1",
|
|
29
|
+
"_transparent": "__transparent_hkvb1_gg_",
|
|
30
|
+
"__SCap": "___SCap_hkvb1_gg_",
|
|
31
|
+
"_pattern": "__pattern_hkvb1_gg_",
|
|
32
|
+
"__SIcon": "___SIcon_hkvb1_gg_",
|
|
33
|
+
"__SLabel": "___SLabel_hkvb1_gg_",
|
|
34
|
+
"--color": "--color_hkvb1",
|
|
35
|
+
"__SLineCap": "___SLineCap_hkvb1_gg_"
|
|
36
36
|
});
|
|
37
37
|
import { getChartDefaultColorName, measureText } from './utils';
|
|
38
38
|
var baseAngle = -Math.PI / 2; // The top vertical line
|
package/lib/es6/Reference.js
CHANGED
|
@@ -11,20 +11,20 @@ import uniqueIDEnhancement from '@semcore/core/lib/utils/uniqueID';
|
|
|
11
11
|
import React from 'react';
|
|
12
12
|
import createElement from './createElement';
|
|
13
13
|
/*!__reshadow-styles__:"./style/reference.shadow.css"*/
|
|
14
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
14
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SReferenceLine_1hehc_gg_{fill:none;stroke:var(--intergalactic-chart-grid-y-accent-hover-line, #a9abb6)}.___STitle_1hehc_gg_{font-size:var(--intergalactic-fs-100, 12px);fill:var(--intergalactic-chart-grid-text-label, #6c6e79);transform-origin:var(--transform-origin_1hehc)}.___STitle_1hehc_gg_._position_top_1hehc_gg_{text-anchor:middle}.___STitle_1hehc_gg_._position_bottom_1hehc_gg_{text-anchor:middle;dominant-baseline:hanging}.___STitle_1hehc_gg_._position_left_1hehc_gg_,.___STitle_1hehc_gg_._position_right_1hehc_gg_{transform:rotate(-90deg);text-anchor:middle;dominant-baseline:middle}.___SBackground_1hehc_gg_{fill:var(--intergalactic-chart-grid-period-bg, rgba(196, 199, 207, 0.2))}.___SStripes_1hehc_gg_{fill:var(--fill_1hehc)}.___SStripesPatternPath_1hehc_gg_{stroke:var(--intergalactic-chart-grid-period-pattern, rgba(25, 27, 35, 0.15));stroke-width:1px}", /*__inner_css_end__*/"1hehc_gg_"),
|
|
15
15
|
/*__reshadow_css_end__*/
|
|
16
16
|
{
|
|
17
|
-
"__SReferenceLine": "
|
|
18
|
-
"__STitle": "
|
|
19
|
-
"--transform-origin": "--transform-
|
|
20
|
-
"_position_top": "
|
|
21
|
-
"_position_bottom": "
|
|
22
|
-
"_position_right": "
|
|
23
|
-
"_position_left": "
|
|
24
|
-
"__SBackground": "
|
|
25
|
-
"__SStripes": "
|
|
26
|
-
"--fill": "--
|
|
27
|
-
"__SStripesPatternPath": "
|
|
17
|
+
"__SReferenceLine": "___SReferenceLine_1hehc_gg_",
|
|
18
|
+
"__STitle": "___STitle_1hehc_gg_",
|
|
19
|
+
"--transform-origin": "--transform-origin_1hehc",
|
|
20
|
+
"_position_top": "_position_top_1hehc_gg_",
|
|
21
|
+
"_position_bottom": "_position_bottom_1hehc_gg_",
|
|
22
|
+
"_position_right": "_position_right_1hehc_gg_",
|
|
23
|
+
"_position_left": "_position_left_1hehc_gg_",
|
|
24
|
+
"__SBackground": "___SBackground_1hehc_gg_",
|
|
25
|
+
"__SStripes": "___SStripes_1hehc_gg_",
|
|
26
|
+
"--fill": "--fill_1hehc",
|
|
27
|
+
"__SStripesPatternPath": "___SStripesPatternPath_1hehc_gg_"
|
|
28
28
|
});
|
|
29
29
|
import { scaleOfBandwidth } from './utils';
|
|
30
30
|
var side2direction = {
|
package/lib/es6/ScatterPlot.js
CHANGED
|
@@ -15,17 +15,17 @@ import React from 'react';
|
|
|
15
15
|
import createElement from './createElement';
|
|
16
16
|
import { PatternFill } from './Pattern';
|
|
17
17
|
/*!__reshadow-styles__:"./style/scatterplot.shadow.css"*/
|
|
18
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
18
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SScatterPlot_12tyx_gg_{fill:var(--intergalactic-chart-palette-order-1, #2bb3ff);transition-property:cx,cy;transition-duration:var(--duration_12tyx);transition-timing-function:ease-in-out;opacity:.5}@media (hover:hover){.___SScatterPlot_12tyx_gg_:hover{opacity:.8}}.___SScatterPlot_12tyx_gg_.__color_12tyx_gg_{fill:var(--color_12tyx)}.___SScatterPlot_12tyx_gg_.__pattern_12tyx_gg_.__color_12tyx_gg_{fill:var(--pattern_12tyx);stroke:var(--color_12tyx);stroke-width:1px}.___SScatterPlot_12tyx_gg_.__transparent_12tyx_gg_{opacity:.3}.___SValue_12tyx_gg_{text-anchor:middle;font-size:var(--intergalactic-fs-50, 10px);stroke:var(--intergalactic-chart-palette-order-9, #008ff8)}.___SValue_12tyx_gg_.__color_12tyx_gg_{stroke:var(--color_12tyx)}.___SValue_12tyx_gg_.__transparent_12tyx_gg_{opacity:.3}", /*__inner_css_end__*/"12tyx_gg_"),
|
|
19
19
|
/*__reshadow_css_end__*/
|
|
20
20
|
{
|
|
21
|
-
"__SScatterPlot": "
|
|
22
|
-
"_color": "
|
|
23
|
-
"--color": "--
|
|
24
|
-
"_pattern": "
|
|
25
|
-
"--pattern": "--
|
|
26
|
-
"_transparent": "
|
|
27
|
-
"__SValue": "
|
|
28
|
-
"--duration": "--
|
|
21
|
+
"__SScatterPlot": "___SScatterPlot_12tyx_gg_",
|
|
22
|
+
"_color": "__color_12tyx_gg_",
|
|
23
|
+
"--color": "--color_12tyx",
|
|
24
|
+
"_pattern": "__pattern_12tyx_gg_",
|
|
25
|
+
"--pattern": "--pattern_12tyx",
|
|
26
|
+
"_transparent": "__transparent_12tyx_gg_",
|
|
27
|
+
"__SValue": "___SValue_12tyx_gg_",
|
|
28
|
+
"--duration": "--duration_12tyx"
|
|
29
29
|
});
|
|
30
30
|
import Tooltip from './Tooltip';
|
|
31
31
|
import { getScatterPlotRadius } from './utils';
|
package/lib/es6/Tooltip.js
CHANGED
|
@@ -21,17 +21,17 @@ import React from 'react';
|
|
|
21
21
|
import createElement from './createElement';
|
|
22
22
|
import { PatternSymbol } from './Pattern';
|
|
23
23
|
/*!__reshadow-styles__:"./style/tooltip.shadow.css"*/
|
|
24
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
24
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___STooltip_1m894_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_1m894_gg_{color:var(--intergalactic-text-secondary, #6c6e79);margin-bottom:var(--intergalactic-spacing-2x, 8px)}.___SDotGroup_1m894_gg_{display:flex;align-items:center}.___SDot_1m894_gg_{margin-right:var(--intergalactic-spacing-2x, 8px)}.___SDotCircle_1m894_gg_.__color_1m894_gg_{background-color:var(--color_1m894);width:8px;height:8px;border-radius:50%}.___SFooter_1m894_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__*/"1m894_gg_"),
|
|
25
25
|
/*__reshadow_css_end__*/
|
|
26
26
|
{
|
|
27
|
-
"__STooltip": "
|
|
28
|
-
"__STitle": "
|
|
29
|
-
"__SDotGroup": "
|
|
30
|
-
"__SDot": "
|
|
31
|
-
"__SDotCircle": "
|
|
32
|
-
"_color": "
|
|
33
|
-
"--color": "--
|
|
34
|
-
"__SFooter": "
|
|
27
|
+
"__STooltip": "___STooltip_1m894_gg_",
|
|
28
|
+
"__STitle": "___STitle_1m894_gg_",
|
|
29
|
+
"__SDotGroup": "___SDotGroup_1m894_gg_",
|
|
30
|
+
"__SDot": "___SDot_1m894_gg_",
|
|
31
|
+
"__SDotCircle": "___SDotCircle_1m894_gg_",
|
|
32
|
+
"_color": "__color_1m894_gg_",
|
|
33
|
+
"--color": "--color_1m894",
|
|
34
|
+
"__SFooter": "___SFooter_1m894_gg_"
|
|
35
35
|
});
|
|
36
36
|
import { getChartDefaultColorName } from './utils';
|
|
37
37
|
|
package/lib/es6/Venn.js
CHANGED
|
@@ -18,17 +18,17 @@ import React from 'react';
|
|
|
18
18
|
import createElement from './createElement';
|
|
19
19
|
import { PatternFill } from './Pattern';
|
|
20
20
|
/*!__reshadow-styles__:"./style/venn.shadow.css"*/
|
|
21
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
21
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SCircle_1bird_gg_,.___SIntersection_1bird_gg_{stroke:var(--intergalactic-chart-grid-border, #ffffff);stroke-width:2px}.___SCircle_1bird_gg_{fill:var(--intergalactic-chart-palette-order-2, #59ddaa);fill-opacity:.5;transition-property:cx,cy;transition-duration:var(--duration_1bird);transition-timing-function:ease-in-out}@media (hover:hover){.___SCircle_1bird_gg_:hover{fill-opacity:.7}}.___SCircle_1bird_gg_.__color_1bird_gg_{fill:var(--color_1bird)}.___SCircle_1bird_gg_.__pattern_1bird_gg_.__color_1bird_gg_{fill:var(--pattern_1bird);fill-opacity:.7;stroke:var(--color_1bird);stroke-width:1px}@media (hover:hover){.___SCircle_1bird_gg_.__pattern_1bird_gg_.__color_1bird_gg_:hover{fill-opacity:.85}}.___SCircle_1bird_gg_.__transparent_1bird_gg_{opacity:.3}.___SIntersection_1bird_gg_{fill-opacity:0}@media (hover:hover){.___SIntersection_1bird_gg_:hover{fill-opacity:.1}}.___SIntersection_1bird_gg_.__transparent_1bird_gg_{opacity:.3}", /*__inner_css_end__*/"1bird_gg_"),
|
|
22
22
|
/*__reshadow_css_end__*/
|
|
23
23
|
{
|
|
24
|
-
"__SCircle": "
|
|
25
|
-
"_color": "
|
|
26
|
-
"--color": "--
|
|
27
|
-
"_transparent": "
|
|
28
|
-
"__SIntersection": "
|
|
29
|
-
"--duration": "--
|
|
30
|
-
"_pattern": "
|
|
31
|
-
"--pattern": "--
|
|
24
|
+
"__SCircle": "___SCircle_1bird_gg_",
|
|
25
|
+
"_color": "__color_1bird_gg_",
|
|
26
|
+
"--color": "--color_1bird",
|
|
27
|
+
"_transparent": "__transparent_1bird_gg_",
|
|
28
|
+
"__SIntersection": "___SIntersection_1bird_gg_",
|
|
29
|
+
"--duration": "--duration_1bird",
|
|
30
|
+
"_pattern": "__pattern_1bird_gg_",
|
|
31
|
+
"--pattern": "--pattern_1bird"
|
|
32
32
|
});
|
|
33
33
|
import Tooltip from './Tooltip';
|
|
34
34
|
import { getChartDefaultColorName } from './utils';
|
|
@@ -11,10 +11,10 @@ import { Box } from '@semcore/flex-box';
|
|
|
11
11
|
import React from 'react';
|
|
12
12
|
import { normalizeLocale } from './locale';
|
|
13
13
|
/*!__reshadow-styles__:"../style/plotA11yModule.shadow.css"*/
|
|
14
|
-
var styles = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
14
|
+
var styles = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SPlotA11yModule_edvf5_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;opacity:0}.___SPlotA11yModule_edvf5_gg_:focus{-webkit-user-select:all;-moz-user-select:all;user-select:all;pointer-events:all;opacity:1}", /*__inner_css_end__*/"edvf5_gg_"),
|
|
15
15
|
/*__reshadow_css_end__*/
|
|
16
16
|
{
|
|
17
|
-
"__SPlotA11yModule": "
|
|
17
|
+
"__SPlotA11yModule": "___SPlotA11yModule_edvf5_gg_"
|
|
18
18
|
});
|
|
19
19
|
import { localizedMessages } from './translations/module/__intergalactic-dynamic-locales';
|
|
20
20
|
var globalWasFocused = false;
|
|
@@ -12,10 +12,10 @@ import { makeDataSummarizationConfig } from './hints';
|
|
|
12
12
|
import { getIntl } from './intl';
|
|
13
13
|
import { summarize } from './summarize';
|
|
14
14
|
/*!__reshadow-styles__:"../style/plotA11yView.shadow.css"*/
|
|
15
|
-
var styles = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
15
|
+
var styles = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SPlotA11yView_x91v4_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_x91v4_gg_:focus,.___SPlotA11yView_x91v4_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_x91v4_gg_ a{cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;margin-bottom:var(--intergalactic-spacing-2x, 8px);display:block}.___SPlotA11yView_x91v4_gg_ table,.___SPlotA11yView_x91v4_gg_ td,.___SPlotA11yView_x91v4_gg_ th{border:1px solid var(--intergalactic-border-primary, #c4c7cf)}", /*__inner_css_end__*/"x91v4_gg_"),
|
|
16
16
|
/*__reshadow_css_end__*/
|
|
17
17
|
{
|
|
18
|
-
"__SPlotA11yView": "
|
|
18
|
+
"__SPlotA11yView": "___SPlotA11yView_x91v4_gg_"
|
|
19
19
|
});
|
|
20
20
|
import { localizedMessages } from './translations/view/__intergalactic-dynamic-locales';
|
|
21
21
|
export var PlotA11yView = function PlotA11yView(_ref3) {
|
|
@@ -13,12 +13,12 @@ import Divider from '@semcore/divider';
|
|
|
13
13
|
import { Flex } from '@semcore/flex-box';
|
|
14
14
|
import React from 'react';
|
|
15
15
|
/*!__reshadow-styles__:"./legend-flex.shadow.css"*/
|
|
16
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
16
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SLegendFlex_119wy_gg_._direction_row_119wy_gg_{align-items:flex-start;align-content:flex-start;flex-wrap:wrap;gap:8px 16px}.___SLegendFlex_119wy_gg_._direction_column_119wy_gg_{align-items:flex-start;flex-wrap:wrap;gap:8px}", /*__inner_css_end__*/"119wy_gg_"),
|
|
17
17
|
/*__reshadow_css_end__*/
|
|
18
18
|
{
|
|
19
|
-
"__SLegendFlex": "
|
|
20
|
-
"_direction_row": "
|
|
21
|
-
"_direction_column": "
|
|
19
|
+
"__SLegendFlex": "___SLegendFlex_119wy_gg_",
|
|
20
|
+
"_direction_row": "_direction_row_119wy_gg_",
|
|
21
|
+
"_direction_column": "_direction_column_119wy_gg_"
|
|
22
22
|
});
|
|
23
23
|
import { localizedMessages } from '../../../translations/__intergalactic-dynamic-locales';
|
|
24
24
|
import { BaseLegend } from '../BaseLegend';
|
|
@@ -21,25 +21,25 @@ import { Flex, Box } from '@semcore/flex-box';
|
|
|
21
21
|
import { Text as TypographyText } from '@semcore/typography';
|
|
22
22
|
import React from 'react';
|
|
23
23
|
/*!__reshadow-styles__:"./legend-item.shadow.css"*/
|
|
24
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
24
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SLegendItem_o0eu9_gg_{min-width:0;align-items:flex-start}@media (hover:hover){.___SLegendItem_o0eu9_gg_:hover{cursor:pointer}.___SLegendItem_o0eu9_gg_.__disabled_o0eu9_gg_:hover{cursor:default}}.___SPointShape_o0eu9_gg_.__color_o0eu9_gg_{background-color:var(--color_o0eu9);margin-right:8px;flex-shrink:0}.___SPointShape_o0eu9_gg_._shape_Circle_o0eu9_gg_._size_l_o0eu9_gg_{width:16px;height:16px;border-radius:8px;margin-top:4px}.___SPointShape_o0eu9_gg_._shape_Circle_o0eu9_gg_._size_m_o0eu9_gg_{width:12px;height:12px;border-radius:6px;margin-top:4px}.___SPointShape_o0eu9_gg_._shape_Line_o0eu9_gg_._size_l_o0eu9_gg_{width:16px;height:4px;border-radius:3px;margin-top:9px}.___SPointShape_o0eu9_gg_._shape_Line_o0eu9_gg_._size_m_o0eu9_gg_{width:12px;height:4px;border-radius:3px;margin-top:8px}.___SPointShape_o0eu9_gg_._shape_Square_o0eu9_gg_._size_l_o0eu9_gg_{width:16px;height:16px;border-radius:2px;margin-top:4px}.___SPointShape_o0eu9_gg_._shape_Square_o0eu9_gg_._size_m_o0eu9_gg_{width:12px;height:12px;border-radius:2px;margin-top:4px}.___SPointShape_o0eu9_gg_._shape_Pattern_o0eu9_gg_{background-color:transparent;margin-right:4px}.___SIcon_o0eu9_gg_{line-height:0;margin-right:4px}.___SIcon_o0eu9_gg_._size_l_o0eu9_gg_{margin-top:4px}.___SIcon_o0eu9_gg_._size_m_o0eu9_gg_{margin-top:2px}.___SLabel_o0eu9_gg_{min-width:0}.___SAdditionalLabel_o0eu9_gg_._size_l_o0eu9_gg_,.___SCount_o0eu9_gg_._size_l_o0eu9_gg_,.___SLabel_o0eu9_gg_._size_l_o0eu9_gg_{font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%)}.___SAdditionalLabel_o0eu9_gg_._size_m_o0eu9_gg_,.___SCount_o0eu9_gg_._size_m_o0eu9_gg_,.___SLabel_o0eu9_gg_._size_m_o0eu9_gg_{font-size:var(--intergalactic-fs-200, 14px);line-height:var(--intergalactic-lh-200, 142%)}.___SAdditionalLabel_o0eu9_gg_,.___SCount_o0eu9_gg_{margin-left:4px}.___SAdditionalLabel_o0eu9_gg_{white-space:nowrap;display:flex;align-items:flex-start}.___SAdditionalLabel_o0eu9_gg_::before{content:\"\";display:inline-block;background-color:var(--intergalactic-text-secondary, #6c6e79);height:4px;width:4px;border-radius:2px;margin-right:4px}.___SAdditionalLabel_o0eu9_gg_._size_l_o0eu9_gg_::before{margin-top:10px}.___SAdditionalLabel_o0eu9_gg_._size_m_o0eu9_gg_::before{margin-top:8px}.___SPatternSymbol_o0eu9_gg_{transform:scale(.8)}", /*__inner_css_end__*/"o0eu9_gg_"),
|
|
25
25
|
/*__reshadow_css_end__*/
|
|
26
26
|
{
|
|
27
|
-
"__SLegendItem": "
|
|
28
|
-
"_disabled": "
|
|
29
|
-
"__SPointShape": "
|
|
30
|
-
"_color": "
|
|
31
|
-
"--color": "--
|
|
32
|
-
"_shape_Circle": "
|
|
33
|
-
"_size_l": "
|
|
34
|
-
"_size_m": "
|
|
35
|
-
"_shape_Line": "
|
|
36
|
-
"_shape_Square": "
|
|
37
|
-
"_shape_Pattern": "
|
|
38
|
-
"__SIcon": "
|
|
39
|
-
"__SLabel": "
|
|
40
|
-
"__SAdditionalLabel": "
|
|
41
|
-
"__SCount": "
|
|
42
|
-
"__SPatternSymbol": "
|
|
27
|
+
"__SLegendItem": "___SLegendItem_o0eu9_gg_",
|
|
28
|
+
"_disabled": "__disabled_o0eu9_gg_",
|
|
29
|
+
"__SPointShape": "___SPointShape_o0eu9_gg_",
|
|
30
|
+
"_color": "__color_o0eu9_gg_",
|
|
31
|
+
"--color": "--color_o0eu9",
|
|
32
|
+
"_shape_Circle": "_shape_Circle_o0eu9_gg_",
|
|
33
|
+
"_size_l": "_size_l_o0eu9_gg_",
|
|
34
|
+
"_size_m": "_size_m_o0eu9_gg_",
|
|
35
|
+
"_shape_Line": "_shape_Line_o0eu9_gg_",
|
|
36
|
+
"_shape_Square": "_shape_Square_o0eu9_gg_",
|
|
37
|
+
"_shape_Pattern": "_shape_Pattern_o0eu9_gg_",
|
|
38
|
+
"__SIcon": "___SIcon_o0eu9_gg_",
|
|
39
|
+
"__SLabel": "___SLabel_o0eu9_gg_",
|
|
40
|
+
"__SAdditionalLabel": "___SAdditionalLabel_o0eu9_gg_",
|
|
41
|
+
"__SCount": "___SCount_o0eu9_gg_",
|
|
42
|
+
"__SPatternSymbol": "___SPatternSymbol_o0eu9_gg_"
|
|
43
43
|
});
|
|
44
44
|
import { StaticShapes } from './LegendItem.type';
|
|
45
45
|
import { PatternSymbol } from '../../../Pattern';
|
|
@@ -11,14 +11,14 @@ import { createComponent, sstyled, Root } from '@semcore/core';
|
|
|
11
11
|
import { Box } from '@semcore/flex-box';
|
|
12
12
|
import React from 'react';
|
|
13
13
|
/*!__reshadow-styles__:"./legend-table.shadow.css"*/
|
|
14
|
-
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".
|
|
14
|
+
var style = (/*__reshadow_css_start__*/_sstyled.insert(/*__inner_css_start__*/".___SLegendTable_104fb_gg_.__columns-count_104fb_gg_{font-feature-settings:\"tnum\";font-variant-numeric:tabular-nums;display:grid;grid-template-columns:auto .2fr;align-items:center;height:-moz-fit-content;height:fit-content;grid-column-gap:16px;grid-row-gap:8px}.___SColumnItem_104fb_gg_._size_l_104fb_gg_{font-size:var(--intergalactic-fs-300, 16px);text-align:right}.___SColumnItem_104fb_gg_._size_m_104fb_gg_{font-size:var(--intergalactic-fs-200, 14px);text-align:right}", /*__inner_css_end__*/"104fb_gg_"),
|
|
15
15
|
/*__reshadow_css_end__*/
|
|
16
16
|
{
|
|
17
|
-
"__SLegendTable": "
|
|
18
|
-
"_columns-count": "__columns-
|
|
19
|
-
"__SColumnItem": "
|
|
20
|
-
"_size_l": "
|
|
21
|
-
"_size_m": "
|
|
17
|
+
"__SLegendTable": "___SLegendTable_104fb_gg_",
|
|
18
|
+
"_columns-count": "__columns-count_104fb_gg_",
|
|
19
|
+
"__SColumnItem": "___SColumnItem_104fb_gg_",
|
|
20
|
+
"_size_l": "_size_l_104fb_gg_",
|
|
21
|
+
"_size_m": "_size_m_104fb_gg_"
|
|
22
22
|
});
|
|
23
23
|
import { BaseLegend } from '../BaseLegend';
|
|
24
24
|
import { LegendItemComponent } from '../LegendItem/LegendItem';
|