@semcore/d3-chart 3.23.1 → 3.24.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.
Files changed (53) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/lib/cjs/Area.js +9 -9
  3. package/lib/cjs/Axis.js +14 -14
  4. package/lib/cjs/Bar.js +8 -8
  5. package/lib/cjs/Bubble.js +10 -10
  6. package/lib/cjs/Donut.js +7 -7
  7. package/lib/cjs/Dots.js +8 -8
  8. package/lib/cjs/HorizontalBar.js +8 -8
  9. package/lib/cjs/Hover.js +3 -3
  10. package/lib/cjs/Line.js +9 -9
  11. package/lib/cjs/Plot.js +3 -3
  12. package/lib/cjs/Radar.js +17 -17
  13. package/lib/cjs/RadialTree.js +10 -10
  14. package/lib/cjs/RadialTree.js.map +1 -1
  15. package/lib/cjs/ReferenceLine.js +9 -9
  16. package/lib/cjs/ScatterPlot.js +7 -7
  17. package/lib/cjs/Tooltip.js +8 -8
  18. package/lib/cjs/Venn.js +7 -7
  19. package/lib/cjs/a11y/PlotA11yModule.js +2 -2
  20. package/lib/cjs/a11y/PlotA11yView.js +2 -2
  21. package/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  22. package/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +15 -15
  23. package/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  24. package/lib/cjs/types/Plot.d.js.map +1 -1
  25. package/lib/cjs/types/Tooltip.d.js.map +1 -1
  26. package/lib/es6/Area.js +9 -9
  27. package/lib/es6/Axis.js +14 -14
  28. package/lib/es6/Bar.js +8 -8
  29. package/lib/es6/Bubble.js +10 -10
  30. package/lib/es6/Donut.js +7 -7
  31. package/lib/es6/Dots.js +8 -8
  32. package/lib/es6/HorizontalBar.js +8 -8
  33. package/lib/es6/Hover.js +3 -3
  34. package/lib/es6/Line.js +9 -9
  35. package/lib/es6/Plot.js +3 -3
  36. package/lib/es6/Radar.js +17 -17
  37. package/lib/es6/RadialTree.js +10 -10
  38. package/lib/es6/RadialTree.js.map +1 -1
  39. package/lib/es6/ReferenceLine.js +9 -9
  40. package/lib/es6/ScatterPlot.js +7 -7
  41. package/lib/es6/Tooltip.js +8 -8
  42. package/lib/es6/Venn.js +7 -7
  43. package/lib/es6/a11y/PlotA11yModule.js +2 -2
  44. package/lib/es6/a11y/PlotA11yView.js +2 -2
  45. package/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  46. package/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +15 -15
  47. package/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  48. package/lib/es6/types/Plot.d.js.map +1 -1
  49. package/lib/es6/types/Tooltip.d.js.map +1 -1
  50. package/lib/types/Plot.d.ts +1 -1
  51. package/lib/types/RadialTree.d.ts +2 -2
  52. package/lib/types/Tooltip.d.ts +5 -1
  53. package/package.json +7 -7
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.23.1",
4
+ "version": "3.24.0",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/es6/index.js",
7
7
  "typings": "lib/types/index.d.ts",
@@ -15,11 +15,11 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@formatjs/intl": "2.3.0",
18
- "@semcore/animation": "2.14.1",
19
- "@semcore/divider": "4.14.1",
20
- "@semcore/flex-box": "5.14.1",
21
- "@semcore/popper": "5.15.0",
22
- "@semcore/utils": "4.16.2",
18
+ "@semcore/animation": "2.15.0",
19
+ "@semcore/divider": "4.15.0",
20
+ "@semcore/flex-box": "5.15.0",
21
+ "@semcore/popper": "5.16.0",
22
+ "@semcore/utils": "4.17.0",
23
23
  "@types/d3-shape": "^3.1.0",
24
24
  "@upsetjs/venn.js": "1.4.2",
25
25
  "d3-array": "3.1.6",
@@ -33,7 +33,7 @@
33
33
  "hoist-non-react-statics": "3.3.2"
34
34
  },
35
35
  "peerDependencies": {
36
- "@semcore/core": "^2.13.1",
36
+ "@semcore/core": "^2.14.0",
37
37
  "react": "16.8 - 18",
38
38
  "react-dom": "16.8 - 18"
39
39
  },