@semcore/d3-chart 16.4.1 → 16.4.2-prerelease.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 +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/esm/Tooltip.mjs
CHANGED
|
@@ -20,19 +20,19 @@ var style = (
|
|
|
20
20
|
/*__reshadow_css_start__*/
|
|
21
21
|
(sstyled.insert(
|
|
22
22
|
/*__inner_css_start__*/
|
|
23
|
-
".
|
|
23
|
+
".___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))}",
|
|
24
24
|
/*__inner_css_end__*/
|
|
25
|
-
"
|
|
25
|
+
"1m894_gg_"
|
|
26
26
|
), /*__reshadow_css_end__*/
|
|
27
27
|
{
|
|
28
|
-
"__STooltip": "
|
|
29
|
-
"__STitle": "
|
|
30
|
-
"__SDotGroup": "
|
|
31
|
-
"__SDot": "
|
|
32
|
-
"__SDotCircle": "
|
|
33
|
-
"_color": "
|
|
34
|
-
"--color": "--
|
|
35
|
-
"__SFooter": "
|
|
28
|
+
"__STooltip": "___STooltip_1m894_gg_",
|
|
29
|
+
"__STitle": "___STitle_1m894_gg_",
|
|
30
|
+
"__SDotGroup": "___SDotGroup_1m894_gg_",
|
|
31
|
+
"__SDot": "___SDot_1m894_gg_",
|
|
32
|
+
"__SDotCircle": "___SDotCircle_1m894_gg_",
|
|
33
|
+
"_color": "__color_1m894_gg_",
|
|
34
|
+
"--color": "--color_1m894",
|
|
35
|
+
"__SFooter": "___SFooter_1m894_gg_"
|
|
36
36
|
})
|
|
37
37
|
);
|
|
38
38
|
var TooltipDotRenderContext = /* @__PURE__ */ React.createContext({
|
package/lib/esm/Venn.mjs
CHANGED
|
@@ -22,19 +22,19 @@ var style = (
|
|
|
22
22
|
/*__reshadow_css_start__*/
|
|
23
23
|
(sstyled.insert(
|
|
24
24
|
/*__inner_css_start__*/
|
|
25
|
-
".
|
|
25
|
+
".___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}",
|
|
26
26
|
/*__inner_css_end__*/
|
|
27
|
-
"
|
|
27
|
+
"1bird_gg_"
|
|
28
28
|
), /*__reshadow_css_end__*/
|
|
29
29
|
{
|
|
30
|
-
"__SCircle": "
|
|
31
|
-
"_color": "
|
|
32
|
-
"--color": "--
|
|
33
|
-
"_transparent": "
|
|
34
|
-
"__SIntersection": "
|
|
35
|
-
"--duration": "--
|
|
36
|
-
"_pattern": "
|
|
37
|
-
"--pattern": "--
|
|
30
|
+
"__SCircle": "___SCircle_1bird_gg_",
|
|
31
|
+
"_color": "__color_1bird_gg_",
|
|
32
|
+
"--color": "--color_1bird",
|
|
33
|
+
"_transparent": "__transparent_1bird_gg_",
|
|
34
|
+
"__SIntersection": "___SIntersection_1bird_gg_",
|
|
35
|
+
"--duration": "--duration_1bird",
|
|
36
|
+
"_pattern": "__pattern_1bird_gg_",
|
|
37
|
+
"--pattern": "--pattern_1bird"
|
|
38
38
|
})
|
|
39
39
|
);
|
|
40
40
|
var VennRoot = /* @__PURE__ */ (function(_Component) {
|
|
@@ -12,12 +12,12 @@ var styles = (
|
|
|
12
12
|
/*__reshadow_css_start__*/
|
|
13
13
|
(sstyled.insert(
|
|
14
14
|
/*__inner_css_start__*/
|
|
15
|
-
".
|
|
15
|
+
".___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}",
|
|
16
16
|
/*__inner_css_end__*/
|
|
17
|
-
"
|
|
17
|
+
"edvf5_gg_"
|
|
18
18
|
), /*__reshadow_css_end__*/
|
|
19
19
|
{
|
|
20
|
-
"__SPlotA11yModule": "
|
|
20
|
+
"__SPlotA11yModule": "___SPlotA11yModule_edvf5_gg_"
|
|
21
21
|
})
|
|
22
22
|
);
|
|
23
23
|
var globalWasFocused = false;
|
|
@@ -15,12 +15,12 @@ var styles = (
|
|
|
15
15
|
/*__reshadow_css_start__*/
|
|
16
16
|
(sstyled.insert(
|
|
17
17
|
/*__inner_css_start__*/
|
|
18
|
-
".
|
|
18
|
+
".___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)}",
|
|
19
19
|
/*__inner_css_end__*/
|
|
20
|
-
"
|
|
20
|
+
"x91v4_gg_"
|
|
21
21
|
), /*__reshadow_css_end__*/
|
|
22
22
|
{
|
|
23
|
-
"__SPlotA11yView": "
|
|
23
|
+
"__SPlotA11yView": "___SPlotA11yView_x91v4_gg_"
|
|
24
24
|
})
|
|
25
25
|
);
|
|
26
26
|
var PlotA11yView = function PlotA11yView2(_ref3) {
|
|
@@ -18,14 +18,14 @@ var style = (
|
|
|
18
18
|
/*__reshadow_css_start__*/
|
|
19
19
|
(sstyled.insert(
|
|
20
20
|
/*__inner_css_start__*/
|
|
21
|
-
".
|
|
21
|
+
".___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}",
|
|
22
22
|
/*__inner_css_end__*/
|
|
23
|
-
"
|
|
23
|
+
"119wy_gg_"
|
|
24
24
|
), /*__reshadow_css_end__*/
|
|
25
25
|
{
|
|
26
|
-
"__SLegendFlex": "
|
|
27
|
-
"_direction_row": "
|
|
28
|
-
"_direction_column": "
|
|
26
|
+
"__SLegendFlex": "___SLegendFlex_119wy_gg_",
|
|
27
|
+
"_direction_row": "_direction_row_119wy_gg_",
|
|
28
|
+
"_direction_column": "_direction_column_119wy_gg_"
|
|
29
29
|
})
|
|
30
30
|
);
|
|
31
31
|
var LegendFlexRoot = /* @__PURE__ */ (function(_BaseLegend) {
|
|
@@ -21,27 +21,27 @@ var style = (
|
|
|
21
21
|
/*__reshadow_css_start__*/
|
|
22
22
|
(sstyled.insert(
|
|
23
23
|
/*__inner_css_start__*/
|
|
24
|
-
'.
|
|
24
|
+
'.___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)}',
|
|
25
25
|
/*__inner_css_end__*/
|
|
26
|
-
"
|
|
26
|
+
"o0eu9_gg_"
|
|
27
27
|
), /*__reshadow_css_end__*/
|
|
28
28
|
{
|
|
29
|
-
"__SLegendItem": "
|
|
30
|
-
"_disabled": "
|
|
31
|
-
"__SPointShape": "
|
|
32
|
-
"_color": "
|
|
33
|
-
"--color": "--
|
|
34
|
-
"_shape_Circle": "
|
|
35
|
-
"_size_l": "
|
|
36
|
-
"_size_m": "
|
|
37
|
-
"_shape_Line": "
|
|
38
|
-
"_shape_Square": "
|
|
39
|
-
"_shape_Pattern": "
|
|
40
|
-
"__SIcon": "
|
|
41
|
-
"__SLabel": "
|
|
42
|
-
"__SAdditionalLabel": "
|
|
43
|
-
"__SCount": "
|
|
44
|
-
"__SPatternSymbol": "
|
|
29
|
+
"__SLegendItem": "___SLegendItem_o0eu9_gg_",
|
|
30
|
+
"_disabled": "__disabled_o0eu9_gg_",
|
|
31
|
+
"__SPointShape": "___SPointShape_o0eu9_gg_",
|
|
32
|
+
"_color": "__color_o0eu9_gg_",
|
|
33
|
+
"--color": "--color_o0eu9",
|
|
34
|
+
"_shape_Circle": "_shape_Circle_o0eu9_gg_",
|
|
35
|
+
"_size_l": "_size_l_o0eu9_gg_",
|
|
36
|
+
"_size_m": "_size_m_o0eu9_gg_",
|
|
37
|
+
"_shape_Line": "_shape_Line_o0eu9_gg_",
|
|
38
|
+
"_shape_Square": "_shape_Square_o0eu9_gg_",
|
|
39
|
+
"_shape_Pattern": "_shape_Pattern_o0eu9_gg_",
|
|
40
|
+
"__SIcon": "___SIcon_o0eu9_gg_",
|
|
41
|
+
"__SLabel": "___SLabel_o0eu9_gg_",
|
|
42
|
+
"__SAdditionalLabel": "___SAdditionalLabel_o0eu9_gg_",
|
|
43
|
+
"__SCount": "___SCount_o0eu9_gg_",
|
|
44
|
+
"__SPatternSymbol": "___SPatternSymbol_o0eu9_gg_"
|
|
45
45
|
})
|
|
46
46
|
);
|
|
47
47
|
var enhance = [resolveColorEnhance(), uniqueIDEnhancement()];
|
|
@@ -14,16 +14,16 @@ var style = (
|
|
|
14
14
|
/*__reshadow_css_start__*/
|
|
15
15
|
(sstyled.insert(
|
|
16
16
|
/*__inner_css_start__*/
|
|
17
|
-
'.
|
|
17
|
+
'.___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}',
|
|
18
18
|
/*__inner_css_end__*/
|
|
19
|
-
"
|
|
19
|
+
"104fb_gg_"
|
|
20
20
|
), /*__reshadow_css_end__*/
|
|
21
21
|
{
|
|
22
|
-
"__SLegendTable": "
|
|
23
|
-
"_columns-count": "__columns-
|
|
24
|
-
"__SColumnItem": "
|
|
25
|
-
"_size_l": "
|
|
26
|
-
"_size_m": "
|
|
22
|
+
"__SLegendTable": "___SLegendTable_104fb_gg_",
|
|
23
|
+
"_columns-count": "__columns-count_104fb_gg_",
|
|
24
|
+
"__SColumnItem": "___SColumnItem_104fb_gg_",
|
|
25
|
+
"_size_l": "_size_l_104fb_gg_",
|
|
26
|
+
"_size_m": "_size_m_104fb_gg_"
|
|
27
27
|
})
|
|
28
28
|
);
|
|
29
29
|
var LegendTableRoot = /* @__PURE__ */ (function(_BaseLegend) {
|
|
@@ -5,50 +5,62 @@ export declare const localizedMessages: {
|
|
|
5
5
|
legendForChart: string;
|
|
6
6
|
};
|
|
7
7
|
es: {
|
|
8
|
+
"d3Chart.Plot:aria-label": string;
|
|
8
9
|
trend: string;
|
|
9
10
|
legendForChart: string;
|
|
10
11
|
};
|
|
11
12
|
fr: {
|
|
13
|
+
"d3Chart.Plot:aria-label": string;
|
|
12
14
|
trend: string;
|
|
13
15
|
legendForChart: string;
|
|
14
16
|
};
|
|
15
17
|
it: {
|
|
18
|
+
"d3Chart.Plot:aria-label": string;
|
|
16
19
|
trend: string;
|
|
17
20
|
legendForChart: string;
|
|
18
21
|
};
|
|
19
22
|
ja: {
|
|
23
|
+
"d3Chart.Plot:aria-label": string;
|
|
20
24
|
trend: string;
|
|
21
25
|
legendForChart: string;
|
|
22
26
|
};
|
|
23
27
|
ko: {
|
|
28
|
+
"d3Chart.Plot:aria-label": string;
|
|
24
29
|
trend: string;
|
|
25
30
|
legendForChart: string;
|
|
26
31
|
};
|
|
27
32
|
nl: {
|
|
33
|
+
"d3Chart.Plot:aria-label": string;
|
|
28
34
|
trend: string;
|
|
29
35
|
legendForChart: string;
|
|
30
36
|
};
|
|
31
37
|
pt: {
|
|
38
|
+
"d3Chart.Plot:aria-label": string;
|
|
32
39
|
trend: string;
|
|
33
40
|
legendForChart: string;
|
|
34
41
|
};
|
|
35
42
|
tr: {
|
|
43
|
+
"d3Chart.Plot:aria-label": string;
|
|
36
44
|
trend: string;
|
|
37
45
|
legendForChart: string;
|
|
38
46
|
};
|
|
39
47
|
vi: {
|
|
48
|
+
"d3Chart.Plot:aria-label": string;
|
|
40
49
|
trend: string;
|
|
41
50
|
legendForChart: string;
|
|
42
51
|
};
|
|
43
52
|
zh: {
|
|
53
|
+
"d3Chart.Plot:aria-label": string;
|
|
44
54
|
trend: string;
|
|
45
55
|
legendForChart: string;
|
|
46
56
|
};
|
|
47
57
|
pl: {
|
|
58
|
+
"d3Chart.Plot:aria-label": string;
|
|
48
59
|
trend: string;
|
|
49
60
|
legendForChart: string;
|
|
50
61
|
};
|
|
51
62
|
sv: {
|
|
63
|
+
"d3Chart.Plot:aria-label": string;
|
|
52
64
|
trend: string;
|
|
53
65
|
legendForChart: string;
|
|
54
66
|
};
|
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": "16.4.1",
|
|
4
|
+
"version": "16.4.2-prerelease.1",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@semcore/checkbox": "16.2.1",
|
|
20
20
|
"@semcore/divider": "16.0.11",
|
|
21
21
|
"@semcore/flex-box": "16.0.11",
|
|
22
|
-
"@semcore/icon": "16.7.3",
|
|
22
|
+
"@semcore/icon": "16.7.3-prerelease.1",
|
|
23
23
|
"@semcore/popper": "16.0.11",
|
|
24
24
|
"@semcore/typography": "16.3.2",
|
|
25
25
|
"@types/d3-shape": "^3.1.7",
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"@types/d3-scale": "^4.0.9",
|
|
49
49
|
"@types/d3-transition": "^3.0.9",
|
|
50
50
|
"@semcore/core": "16.5.1",
|
|
51
|
-
"@semcore/checkbox": "16.2.1",
|
|
52
|
-
"@semcore/divider": "16.0.11",
|
|
53
51
|
"@semcore/button": "16.0.12",
|
|
54
|
-
"@semcore/dropdown-menu": "16.2.0",
|
|
55
52
|
"@semcore/base-components": "16.4.2",
|
|
53
|
+
"@semcore/checkbox": "16.2.1",
|
|
54
|
+
"@semcore/divider": "16.0.11",
|
|
55
|
+
"@semcore/dropdown-menu": "16.2.1-prerelease.1",
|
|
56
56
|
"@semcore/ellipsis": "16.0.12",
|
|
57
57
|
"@semcore/typography": "16.3.2",
|
|
58
|
-
"@semcore/
|
|
59
|
-
"@semcore/
|
|
58
|
+
"@semcore/icon": "16.7.3-prerelease.1",
|
|
59
|
+
"@semcore/testing-utils": "1.0.0"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build": "pnpm semcore-builder --source=js,ts && pnpm vite build"
|