@semcore/illustration 1.1.5 → 1.3.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 (110) hide show
  1. package/AreaChart/index.js +11 -11
  2. package/AreaChart/index.mjs +11 -11
  3. package/CHANGELOG.md +12 -24
  4. package/ChoroplethMapChart/index.js +13 -13
  5. package/ChoroplethMapChart/index.mjs +13 -13
  6. package/Coffee/index.js +15 -15
  7. package/Coffee/index.mjs +15 -15
  8. package/Collection/index.js +10 -10
  9. package/Collection/index.mjs +10 -10
  10. package/CombinedChart/index.js +17 -37
  11. package/CombinedChart/index.mjs +17 -37
  12. package/Congrats/index.js +18 -18
  13. package/Congrats/index.mjs +18 -18
  14. package/DonutChart/index.js +16 -16
  15. package/DonutChart/index.mjs +16 -16
  16. package/Duplicates/index.js +19 -23
  17. package/Duplicates/index.mjs +19 -23
  18. package/FunnelChart/index.js +18 -31
  19. package/FunnelChart/index.mjs +18 -31
  20. package/Good/index.js +26 -30
  21. package/Good/index.mjs +26 -30
  22. package/HeatMapChart/index.js +17 -49
  23. package/HeatMapChart/index.mjs +17 -49
  24. package/HorizontalBarChart/index.js +15 -32
  25. package/HorizontalBarChart/index.mjs +15 -32
  26. package/KagiChart/index.js +9 -9
  27. package/KagiChart/index.mjs +9 -9
  28. package/LICENSE +21 -0
  29. package/LineChart/index.js +10 -10
  30. package/LineChart/index.mjs +10 -10
  31. package/LollipopChart/index.js +12 -12
  32. package/LollipopChart/index.mjs +12 -12
  33. package/Nexttime/index.js +14 -14
  34. package/Nexttime/index.mjs +14 -14
  35. package/NothingFound/index.js +19 -35
  36. package/NothingFound/index.mjs +19 -35
  37. package/OtherData/index.js +22 -22
  38. package/OtherData/index.mjs +22 -22
  39. package/PieChart/index.js +14 -14
  40. package/PieChart/index.mjs +14 -14
  41. package/Processing/index.js +16 -16
  42. package/Processing/index.mjs +16 -16
  43. package/RadarChart/index.js +14 -27
  44. package/RadarChart/index.mjs +14 -27
  45. package/RadialTreeChart/index.js +20 -20
  46. package/RadialTreeChart/index.mjs +20 -20
  47. package/SankeyChart/index.js +15 -15
  48. package/SankeyChart/index.mjs +15 -15
  49. package/ScatterPlotChart/index.js +16 -33
  50. package/ScatterPlotChart/index.mjs +16 -33
  51. package/StackedAreaChart/index.js +15 -15
  52. package/StackedAreaChart/index.mjs +15 -15
  53. package/Suggestion/index.js +15 -15
  54. package/Suggestion/index.mjs +15 -15
  55. package/Suggestions/index.js +16 -16
  56. package/Suggestions/index.mjs +16 -16
  57. package/Table/index.js +11 -15
  58. package/Table/index.mjs +11 -15
  59. package/TagCloud/index.js +16 -56
  60. package/TagCloud/index.mjs +16 -56
  61. package/TextLinksEtc/index.js +12 -16
  62. package/TextLinksEtc/index.mjs +12 -16
  63. package/UnderConstruction/index.js +30 -30
  64. package/UnderConstruction/index.mjs +30 -30
  65. package/VennChart/index.js +16 -33
  66. package/VennChart/index.mjs +16 -33
  67. package/VerticalBarChart/index.js +12 -12
  68. package/VerticalBarChart/index.mjs +12 -12
  69. package/Waiting/index.js +12 -12
  70. package/Waiting/index.mjs +12 -12
  71. package/Warning/index.js +14 -18
  72. package/Warning/index.mjs +14 -18
  73. package/lib/cjs/index.js +1 -1
  74. package/lib/es6/index.js +1 -1
  75. package/package.json +10 -10
  76. package/svg/AreaChart.svg +1 -13
  77. package/svg/ChoroplethMapChart.svg +1 -15
  78. package/svg/Coffee.svg +1 -10
  79. package/svg/Collection.svg +1 -12
  80. package/svg/CombinedChart.svg +1 -23
  81. package/svg/Congrats.svg +1 -27
  82. package/svg/DonutChart.svg +1 -18
  83. package/svg/Duplicates.svg +1 -16
  84. package/svg/FunnelChart.svg +1 -18
  85. package/svg/Good.svg +1 -20
  86. package/svg/HeatMapChart.svg +1 -27
  87. package/svg/HorizontalBarChart.svg +1 -19
  88. package/svg/KagiChart.svg +1 -11
  89. package/svg/LineChart.svg +1 -12
  90. package/svg/LollipopChart.svg +1 -14
  91. package/svg/Nexttime.svg +1 -16
  92. package/svg/NothingFound.svg +1 -21
  93. package/svg/OtherData.svg +1 -16
  94. package/svg/PieChart.svg +1 -16
  95. package/svg/Processing.svg +1 -13
  96. package/svg/RadarChart.svg +1 -18
  97. package/svg/RadialTreeChart.svg +1 -19
  98. package/svg/SankeyChart.svg +1 -17
  99. package/svg/ScatterPlotChart.svg +1 -20
  100. package/svg/StackedAreaChart.svg +1 -17
  101. package/svg/Suggestion.svg +1 -13
  102. package/svg/Suggestions.svg +1 -13
  103. package/svg/Table.svg +1 -11
  104. package/svg/TagCloud.svg +1 -26
  105. package/svg/TextLinksEtc.svg +1 -12
  106. package/svg/UnderConstruction.svg +1 -21
  107. package/svg/VennChart.svg +1 -20
  108. package/svg/VerticalBarChart.svg +1 -14
  109. package/svg/Waiting.svg +1 -14
  110. package/svg/Warning.svg +1 -13
@@ -37,11 +37,11 @@ function AreaChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M40.04 4.3V1.9c0-.49-.5-.9-.99-.9A39.23 39.23 0 0 0 4.3 39.96H1.9c-.49 0-.9.5-.9.99A39.23 39.23 0 0 0 39.96 75.7v2.4c0 .49.5.9.99.9A39.23 39.23 0 0 0 75.7 40.04h2.4c.49 0 .9-.41.9-.99A39.23 39.23 0 0 0 40.04 4.3Z",
40
+ d: "M40.041 4.302V1.908c0-.495-.495-.908-.99-.908C19.489 3.229 4.3 19.82 4.3 39.959H1.909c-.495 0-.908.495-.908.99C3.229 60.511 19.819 75.7 39.959 75.7v2.393c0 .495.495.908.99.908C60.511 76.771 75.7 60.181 75.7 40.041h2.393c.495 0 .908-.412.908-.99C76.771 19.489 60.181 4.3 40.041 4.3Z",
41
41
  fill: "#E0E1E9",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
- d: "M63.91 57.68s.1-.05.12-.09l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L9.7 24.57l-1.4-3.13-3.4 5.88a6.5 6.5 0 0 0-.22.37v.02a5.64 5.64 0 0 0-.46 4.25L14.66 68.6a2.59 2.59 0 0 0 3.18 1.79l45.27-12.34c.27-.08.52-.2.75-.35l.05-.03Z",
44
+ d: "M63.914 57.68s.087-.055.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15L9.704 24.565 8.31 21.442 4.894 27.32a6.504 6.504 0 0 0-.216.367v.022a5.637 5.637 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342a2.94 2.94 0 0 0 .746-.346l.054-.033Z",
45
45
  fill: "#E0E1E9",
46
46
  stroke: "#6C6E79",
47
47
  strokeWidth: ".7",
@@ -49,45 +49,45 @@ function AreaChart(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- d: "m69.75 53.62-47.67 13a2.73 2.73 0 0 1-3.35-1.9L7.74 26.14a6.03 6.03 0 0 1 4.6-7.55L55.2 9.83a6.02 6.02 0 0 1 7.02 4.38l9.45 36.08a2.73 2.73 0 0 1-1.93 3.33Z",
52
+ d: "M69.753 53.616 22.081 66.617a2.734 2.734 0 0 1-3.35-1.891L7.74 26.132c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.135-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
53
53
  fill: "#fff",
54
54
  shapeRendering: "geometricPrecision"
55
55
  }), /*#__PURE__*/_react["default"].createElement("path", {
56
- d: "M63.44 18.88 9.05 30.82l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55l42.87-8.74a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67v-.01Z",
56
+ d: "M63.438 18.88 9.054 30.822l-1.34-4.69c-.962-3.372 1.156-6.853 4.593-7.555l42.874-8.732c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.668.01-.01Z",
57
57
  fill: "#6C6E79",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
- d: "M16.38 23.49a1.87 1.87 0 0 1-1.41 2.37 2.19 2.19 0 0 1-2.53-1.53 1.87 1.87 0 0 1 1.43-2.36 2.2 2.2 0 0 1 2.51 1.53v-.01Z",
60
+ d: "M16.384 23.49a1.873 1.873 0 0 1-1.416 2.367c-1.091.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.091-.227 2.215.464 2.518 1.534v-.01Z",
61
61
  fill: "#fff",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
- d: "M23.37 22.01c.29 1.06-.33 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.34A2.14 2.14 0 0 1 23.37 22V22Z",
64
+ d: "M23.365 22.01c.292 1.06-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.011Z",
65
65
  fill: "#E0E1E9",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- d: "M9.08 30.91s.32-3.15.6-6.38l-1.37-3.08-3.42 5.88a6.5 6.5 0 0 0-.21.36v.03a5.64 5.64 0 0 0-.46 4.24l1.4 4.9 3.46-5.96v.01Z",
68
+ d: "M9.077 30.914s.324-3.155.605-6.387l-1.373-3.08-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.248l1.394 4.906 3.459-5.965v.01Z",
69
69
  fill: "#6C6E79",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
- d: "M71.69 50.29 65.2 25.56c-3.75.58-6.7 1.52-8.51 2.87-8.47 6.28-7.22 18.27-11.65 21.05-5.29 3.3-11.7-6.32-18.92-4.3-4.9 1.36-6.7 8.34-8.2 16.71l.81 2.83a2.74 2.74 0 0 0 3.35 1.9l47.67-13a2.73 2.73 0 0 0 1.93-3.33Z",
72
+ d: "m71.686 50.286-6.474-24.728c-3.75.584-6.7 1.524-8.516 2.875-8.462 6.28-7.22 18.265-11.65 21.042-5.285 3.307-11.705-6.311-18.914-4.301-4.896 1.362-6.7 8.343-8.203 16.72l.81 2.83a2.743 2.743 0 0 0 3.351 1.892l47.672-13.002a2.73 2.73 0 0 0 1.924-3.328Z",
73
73
  fill: "#E0E1E9",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/_react["default"].createElement("path", {
76
- d: "m69.75 53.62-47.67 13a2.73 2.73 0 0 1-3.35-1.9L7.74 26.14a6.03 6.03 0 0 1 4.6-7.55L55.2 9.83a6.02 6.02 0 0 1 7.02 4.38l9.45 36.08a2.73 2.73 0 0 1-1.93 3.33Z",
76
+ d: "M69.753 53.616 22.081 66.617a2.734 2.734 0 0 1-3.35-1.891L7.74 26.132c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.135-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
77
77
  stroke: "#6C6E79",
78
78
  strokeWidth: ".7",
79
79
  strokeLinecap: "round",
80
80
  strokeLinejoin: "round",
81
81
  shapeRendering: "geometricPrecision"
82
82
  }), /*#__PURE__*/_react["default"].createElement("path", {
83
- d: "M17.93 61.9c1.5-8.38 3.3-15.36 8.2-16.72 7.21-2 13.63 7.61 18.92 4.3 4.44-2.77 3.2-14.76 11.65-21.04 3.41-2.53 10.8-3.66 20.14-3.55",
83
+ d: "M17.93 61.9c1.501-8.375 3.306-15.357 8.202-16.718 7.209-2.01 13.628 7.608 18.913 4.3 4.442-2.777 3.2-14.762 11.65-21.041 3.416-2.53 10.808-3.664 20.146-3.556",
84
84
  stroke: "#6C6E79",
85
85
  strokeWidth: ".7",
86
86
  strokeLinecap: "round",
87
87
  strokeLinejoin: "round",
88
88
  shapeRendering: "geometricPrecision"
89
89
  }), /*#__PURE__*/_react["default"].createElement("path", {
90
- d: "M59.33 27.92c.44 1.67-.37 3.3-1.81 3.64-1.45.35-3-.74-3.46-2.42-.46-1.67.36-3.33 1.83-3.65 1.46-.33 3 .77 3.45 2.44v-.01ZM28.76 44.57c.44 1.68-.37 3.3-1.82 3.64-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.33 1.84-3.65 1.46-.33 3 .77 3.45 2.44l-.01-.01ZM47.67 48.88c.44 1.67-.37 3.3-1.81 3.64-1.45.35-3-.75-3.46-2.42-.46-1.68.36-3.33 1.83-3.65 1.47-.33 3 .76 3.45 2.44v-.01Z",
90
+ d: "M59.331 27.92c.443 1.674-.367 3.296-1.816 3.641-1.448.346-3.004-.745-3.458-2.42-.454-1.675.367-3.33 1.837-3.653 1.46-.325 2.994.767 3.448 2.442l-.011-.01ZM28.759 44.57c.443 1.675-.368 3.296-1.816 3.642-1.448.346-3.005-.746-3.458-2.42-.454-1.676.367-3.33 1.837-3.654 1.459-.324 2.994.768 3.448 2.443l-.011-.011ZM47.672 48.877c.443 1.675-.368 3.297-1.816 3.642-1.448.346-3.005-.745-3.459-2.42-.453-1.675.368-3.33 1.838-3.653 1.47-.325 2.993.767 3.447 2.442l-.01-.01Z",
91
91
  fill: "#6C6E79",
92
92
  shapeRendering: "geometricPrecision"
93
93
  }));
@@ -19,11 +19,11 @@ function AreaChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M40.04 4.3V1.9c0-.49-.5-.9-.99-.9A39.23 39.23 0 0 0 4.3 39.96H1.9c-.49 0-.9.5-.9.99A39.23 39.23 0 0 0 39.96 75.7v2.4c0 .49.5.9.99.9A39.23 39.23 0 0 0 75.7 40.04h2.4c.49 0 .9-.41.9-.99A39.23 39.23 0 0 0 40.04 4.3Z",
22
+ d: "M40.041 4.302V1.908c0-.495-.495-.908-.99-.908C19.489 3.229 4.3 19.82 4.3 39.959H1.909c-.495 0-.908.495-.908.99C3.229 60.511 19.819 75.7 39.959 75.7v2.393c0 .495.495.908.99.908C60.511 76.771 75.7 60.181 75.7 40.041h2.393c.495 0 .908-.412.908-.99C76.771 19.489 60.181 4.3 40.041 4.3Z",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- d: "M63.91 57.68s.1-.05.12-.09l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L9.7 24.57l-1.4-3.13-3.4 5.88a6.5 6.5 0 0 0-.22.37v.02a5.64 5.64 0 0 0-.46 4.25L14.66 68.6a2.59 2.59 0 0 0 3.18 1.79l45.27-12.34c.27-.08.52-.2.75-.35l.05-.03Z",
26
+ d: "M63.914 57.68s.087-.055.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15L9.704 24.565 8.31 21.442 4.894 27.32a6.504 6.504 0 0 0-.216.367v.022a5.637 5.637 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342a2.94 2.94 0 0 0 .746-.346l.054-.033Z",
27
27
  fill: "#E0E1E9",
28
28
  stroke: "#6C6E79",
29
29
  strokeWidth: ".7",
@@ -31,45 +31,45 @@ function AreaChart({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "m69.75 53.62-47.67 13a2.73 2.73 0 0 1-3.35-1.9L7.74 26.14a6.03 6.03 0 0 1 4.6-7.55L55.2 9.83a6.02 6.02 0 0 1 7.02 4.38l9.45 36.08a2.73 2.73 0 0 1-1.93 3.33Z",
34
+ d: "M69.753 53.616 22.081 66.617a2.734 2.734 0 0 1-3.35-1.891L7.74 26.132c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.135-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
35
35
  fill: "#fff",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/React.createElement("path", {
38
- d: "M63.44 18.88 9.05 30.82l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55l42.87-8.74a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67v-.01Z",
38
+ d: "M63.438 18.88 9.054 30.822l-1.34-4.69c-.962-3.372 1.156-6.853 4.593-7.555l42.874-8.732c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.668.01-.01Z",
39
39
  fill: "#6C6E79",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
- d: "M16.38 23.49a1.87 1.87 0 0 1-1.41 2.37 2.19 2.19 0 0 1-2.53-1.53 1.87 1.87 0 0 1 1.43-2.36 2.2 2.2 0 0 1 2.51 1.53v-.01Z",
42
+ d: "M16.384 23.49a1.873 1.873 0 0 1-1.416 2.367c-1.091.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.091-.227 2.215.464 2.518 1.534v-.01Z",
43
43
  fill: "#fff",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
- d: "M23.37 22.01c.29 1.06-.33 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.34A2.14 2.14 0 0 1 23.37 22V22Z",
46
+ d: "M23.365 22.01c.292 1.06-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.011Z",
47
47
  fill: "#E0E1E9",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M9.08 30.91s.32-3.15.6-6.38l-1.37-3.08-3.42 5.88a6.5 6.5 0 0 0-.21.36v.03a5.64 5.64 0 0 0-.46 4.24l1.4 4.9 3.46-5.96v.01Z",
50
+ d: "M9.077 30.914s.324-3.155.605-6.387l-1.373-3.08-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.248l1.394 4.906 3.459-5.965v.01Z",
51
51
  fill: "#6C6E79",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "M71.69 50.29 65.2 25.56c-3.75.58-6.7 1.52-8.51 2.87-8.47 6.28-7.22 18.27-11.65 21.05-5.29 3.3-11.7-6.32-18.92-4.3-4.9 1.36-6.7 8.34-8.2 16.71l.81 2.83a2.74 2.74 0 0 0 3.35 1.9l47.67-13a2.73 2.73 0 0 0 1.93-3.33Z",
54
+ d: "m71.686 50.286-6.474-24.728c-3.75.584-6.7 1.524-8.516 2.875-8.462 6.28-7.22 18.265-11.65 21.042-5.285 3.307-11.705-6.311-18.914-4.301-4.896 1.362-6.7 8.343-8.203 16.72l.81 2.83a2.743 2.743 0 0 0 3.351 1.892l47.672-13.002a2.73 2.73 0 0 0 1.924-3.328Z",
55
55
  fill: "#E0E1E9",
56
56
  shapeRendering: "geometricPrecision"
57
57
  }), /*#__PURE__*/React.createElement("path", {
58
- d: "m69.75 53.62-47.67 13a2.73 2.73 0 0 1-3.35-1.9L7.74 26.14a6.03 6.03 0 0 1 4.6-7.55L55.2 9.83a6.02 6.02 0 0 1 7.02 4.38l9.45 36.08a2.73 2.73 0 0 1-1.93 3.33Z",
58
+ d: "M69.753 53.616 22.081 66.617a2.734 2.734 0 0 1-3.35-1.891L7.74 26.132c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.135-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
59
59
  stroke: "#6C6E79",
60
60
  strokeWidth: ".7",
61
61
  strokeLinecap: "round",
62
62
  strokeLinejoin: "round",
63
63
  shapeRendering: "geometricPrecision"
64
64
  }), /*#__PURE__*/React.createElement("path", {
65
- d: "M17.93 61.9c1.5-8.38 3.3-15.36 8.2-16.72 7.21-2 13.63 7.61 18.92 4.3 4.44-2.77 3.2-14.76 11.65-21.04 3.41-2.53 10.8-3.66 20.14-3.55",
65
+ d: "M17.93 61.9c1.501-8.375 3.306-15.357 8.202-16.718 7.209-2.01 13.628 7.608 18.913 4.3 4.442-2.777 3.2-14.762 11.65-21.041 3.416-2.53 10.808-3.664 20.146-3.556",
66
66
  stroke: "#6C6E79",
67
67
  strokeWidth: ".7",
68
68
  strokeLinecap: "round",
69
69
  strokeLinejoin: "round",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/React.createElement("path", {
72
- d: "M59.33 27.92c.44 1.67-.37 3.3-1.81 3.64-1.45.35-3-.74-3.46-2.42-.46-1.67.36-3.33 1.83-3.65 1.46-.33 3 .77 3.45 2.44v-.01ZM28.76 44.57c.44 1.68-.37 3.3-1.82 3.64-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.33 1.84-3.65 1.46-.33 3 .77 3.45 2.44l-.01-.01ZM47.67 48.88c.44 1.67-.37 3.3-1.81 3.64-1.45.35-3-.75-3.46-2.42-.46-1.68.36-3.33 1.83-3.65 1.47-.33 3 .76 3.45 2.44v-.01Z",
72
+ d: "M59.331 27.92c.443 1.674-.367 3.296-1.816 3.641-1.448.346-3.004-.745-3.458-2.42-.454-1.675.367-3.33 1.837-3.653 1.46-.325 2.994.767 3.448 2.442l-.011-.01ZM28.759 44.57c.443 1.675-.368 3.296-1.816 3.642-1.448.346-3.005-.746-3.458-2.42-.454-1.676.367-3.33 1.837-3.654 1.459-.324 2.994.768 3.448 2.443l-.011-.011ZM47.672 48.877c.443 1.675-.368 3.297-1.816 3.642-1.448.346-3.005-.745-3.459-2.42-.453-1.675.368-3.33 1.838-3.653 1.47-.325 2.993.767 3.447 2.442l-.01-.01Z",
73
73
  fill: "#6C6E79",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }));
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
+ ## [1.3.0] - 2022-10-10
6
+
7
+ ### Changed
8
+
9
+ - Added support for React 18 🔥
10
+
11
+ ## [1.2.0] - 2022-10-06
12
+
13
+ ### Changed
14
+
15
+ - Remove masks from all svg illustrations for WidgetEmpty component.
16
+
5
17
  ## [1.1.5] - 2022-10-04
6
18
 
7
19
  ### Changed
@@ -38,30 +50,6 @@ CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangel
38
50
 
39
51
  - Version patch update due to children dependencies update (`@semcore/flex-box` [4.5.10 ~> 4.5.11]).
40
52
 
41
- ## [1.0.4] - 2022-08-18
42
-
43
- ### Changed
44
-
45
- - Version patch update due to children dependencies update (`@semcore/flex-box` [4.5.9 ~> 4.5.10]).
46
-
47
- ## [1.0.3] - 2022-08-11
48
-
49
- ### Changed
50
-
51
- - Version patch update due to children dependencies update (`@semcore/flex-box` [4.5.8 ~> 4.5.9]).
52
-
53
- ## [1.0.2] - 2022-07-22
54
-
55
- ### Changed
56
-
57
- - Version patch update due to children dependencies update (`@semcore/flex-box` [4.5.6 ~> 4.5.7]).
58
-
59
- ## [1.0.1] - 2022-07-07
60
-
61
- ### Changed
62
-
63
- - Version patch update due to children dependencies update (`@semcore/flex-box` [4.5.5 ~> 4.5.6]).
64
-
65
53
  ## [1.0.0] - 2022-06-30
66
54
 
67
55
  ### Changed
@@ -37,11 +37,11 @@ function ChoroplethMapChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M39.96 1C18.46 1 1 15.87 1 37.5c0 21.4 20.84 30.8 38.46 41.38.33.16.75.16 1.08 0C58.57 68.64 79 58.89 79 37.5 78.92 15.95 61.54 1 39.96 1Z",
40
+ d: "M39.959 1C18.46 1 1 15.865 1 37.502 1 58.89 21.838 68.305 39.465 78.876c.33.165.74.165 1.07 0C58.573 68.636 79 58.891 79 37.502 78.918 15.948 61.539 1 39.959 1Z",
41
41
  fill: "#E0E1E9",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
- d: "M65.92 57.62s.1-.06.12-.09l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.51l-1.4-3.12-3.4 5.88-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.2.75-.35l.05-.03.01-.01Z",
44
+ d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
45
45
  fill: "#E0E1E9",
46
46
  stroke: "#6C6E79",
47
47
  strokeWidth: ".7",
@@ -49,34 +49,34 @@ function ChoroplethMapChart(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33Z",
52
+ d: "M71.763 53.553 24.091 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
53
53
  fill: "#fff",
54
54
  shapeRendering: "geometricPrecision"
55
55
  }), /*#__PURE__*/_react["default"].createElement("path", {
56
- d: "M65.45 18.82 11.07 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.02 4.38l1.22 4.67Z",
56
+ d: "M65.452 18.818 11.07 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.884-8.743c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.669Z",
57
57
  fill: "#6C6E79",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
- d: "M18.4 23.43a1.87 1.87 0 0 1-1.42 2.36 2.2 2.2 0 0 1-2.53-1.52 1.87 1.87 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.51 1.54v-.01Z",
60
+ d: "M18.394 23.427a1.873 1.873 0 0 1-1.416 2.367c-1.08.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.091-.227 2.215.464 2.518 1.534v-.01Z",
61
61
  fill: "#fff",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
- d: "M25.37 21.96c.3 1.06-.32 2.1-1.39 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.46 1.53Z",
64
+ d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z",
65
65
  fill: "#E0E1E9",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- d: "M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
68
+ d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.415 5.879a6.51 6.51 0 0 0-.217.367v.022a5.638 5.638 0 0 0-.453 4.247l1.394 4.907 3.458-5.966v.01Z",
69
69
  fill: "#6C6E79",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33v0Z",
72
+ d: "M71.763 53.553 24.091 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33v0Z",
73
73
  stroke: "#6C6E79",
74
74
  strokeWidth: ".7",
75
75
  strokeLinecap: "round",
76
76
  strokeLinejoin: "round",
77
77
  shapeRendering: "geometricPrecision"
78
78
  }), /*#__PURE__*/_react["default"].createElement("path", {
79
- d: "m19.64 38-.52 3.26 3.12-.75 2.18 2.6.55 3.08 2.38 2.2 3.97.15 1.43.3-1.37-.84-2.55-1.58.38-.48 1.3.03 2.43-3.24L35 40.99l-2.55-1.88-.8.22-.22 1.79-.87.02-1.51-1.18 2.05-2.03-1.05-1.21-.63.1-1.08.93L21 36.5 19.64 38Z",
79
+ d: "m19.636 37.994-.519 3.264 3.123-.746 2.184 2.605.55 3.069 2.378 2.205 3.967.151 1.426.303-1.361-.843-2.551-1.578.378-.487 1.297.033 2.432-3.242 2.064-1.74-2.55-1.881-.8.227-.227 1.783-.865.022-1.513-1.178 2.054-2.032-1.049-1.21-.637.108-1.081.918-7.328-1.232-1.372 1.48Z",
80
80
  fill: "#E0E1E9",
81
81
  stroke: "#6C6E79",
82
82
  strokeWidth: ".7",
@@ -84,7 +84,7 @@ function ChoroplethMapChart(_ref, ref) {
84
84
  strokeLinejoin: "round",
85
85
  shapeRendering: "geometricPrecision"
86
86
  }), /*#__PURE__*/_react["default"].createElement("path", {
87
- d: "m33.02 33.73 3.97-2.8 1.92.74-.09 4.3-2.9 2.83-.7-.23-1.05-4.32-1.03-.06-.12-.46ZM32.09 50.38l1.5-2.72 5.11 1.46.92.04.07 2.29-2.84 3.62.63 1.72-.57.5-1.9-1.16-.99-4.31-1.93-1.44Z",
87
+ d: "m33.017 33.731 3.977-2.799 1.913.735-.086 4.301-2.897 2.832-.713-.227-1.037-4.323-1.038-.065-.119-.454ZM32.086 50.378l1.502-2.713 5.112 1.46.919.032.076 2.29-2.843 3.621.627 1.719-.573.497-1.902-1.157-.983-4.312-1.935-1.437Z",
88
88
  fill: "#6C6E79",
89
89
  stroke: "#6C6E79",
90
90
  strokeWidth: ".7",
@@ -92,14 +92,14 @@ function ChoroplethMapChart(_ref, ref) {
92
92
  strokeLinejoin: "round",
93
93
  shapeRendering: "geometricPrecision"
94
94
  }), /*#__PURE__*/_react["default"].createElement("path", {
95
- d: "m41.38 46 1.7 1.27 2.7-1.08.6.2.87 3.4.68 1.06 1.08.53 1.02-.29.66-.9 1.65-6.3-4.18-2.74-2.1.54-1.81-.03-2.63 1.78-.24 2.56Z",
95
+ d: "m41.384 46.005 1.697 1.264 2.69-1.08.606.205.875 3.393.681 1.06 1.08.529 1.017-.281.659-.908 1.654-6.29-4.183-2.745-2.097.54-1.815-.032-2.627 1.783-.237 2.562Z",
96
96
  stroke: "#6C6E79",
97
97
  strokeWidth: ".7",
98
98
  strokeLinecap: "round",
99
99
  strokeLinejoin: "round",
100
100
  shapeRendering: "geometricPrecision"
101
101
  }), /*#__PURE__*/_react["default"].createElement("path", {
102
- d: "m40.93 40.38.06 1.16.66.24 2.16-1.71 2.09.4 2.2-.54.25.2-.31 1.02 2.8 1.76 1.36-.56-.16-.6-1.58-.85.5-.49 2.31.51 1.11 1.1 1 .69.62-.17.16-1.23.75-.73.89.62 1.07.11.45-.4-.2-.77.26-.3.85.03.64-.8.34-.5-.36-.5-.87-.76 1.33-1.55.17-.93-.1-1.32-.07-.24-1.07.04-.43-.23-.22-.8 1.28-.68.16-.47.64-.78.84.73.68.43.55-.17-.95-3.61-1.22-.6-7.67 2.5-1.07.63-.35-.4.25-.69-.27-.28-1.8.41-1.36 3.84-2.51 1.72-2.57-.56-1.72 2.54.91 1.2-2.48 2.34Z",
102
+ d: "m40.928 40.382.065 1.156.66.238 2.16-1.708 2.087.4 2.204-.54.249.195-.313 1.026 2.799 1.762 1.361-.562-.162-.605-1.577-.843.497-.487 2.312.508 1.114 1.103.994.68.627-.161.151-1.233.757-.734.886.626 1.07.108.454-.41-.195-.757.249-.313.853.043.638-.8.346-.497-.367-.508-.865-.756 1.33-1.557.172-.93-.108-1.318-.065-.237-1.07.043-.432-.238-.216-.8 1.275-.68.162-.465.638-.778.843.724.68.432.552-.173-.951-3.61-1.221-.605-7.674 2.507-1.07.627-.346-.389.249-.692-.27-.28-1.794.41-1.362 3.837-2.518 1.718-2.562-.562-1.729 2.54.919 1.21-2.486 2.335Z",
103
103
  fill: "#E0E1E9",
104
104
  stroke: "#6C6E79",
105
105
  strokeWidth: ".7",
@@ -107,7 +107,7 @@ function ChoroplethMapChart(_ref, ref) {
107
107
  strokeLinejoin: "round",
108
108
  shapeRendering: "geometricPrecision"
109
109
  }), /*#__PURE__*/_react["default"].createElement("path", {
110
- d: "m61.98 45.58 2.3-2.13 1.4-.36.9.1.17.62 1.24 1.03-.52 2.43-1.43.38-1.01-.82-2.41.63-.64-1.88Z",
110
+ d: "m61.98 45.577 2.302-2.13 1.394-.356.908.097.162.627 1.243 1.027-.519 2.431-1.426.379-1.016-.822-2.41.627-.638-1.88Z",
111
111
  fill: "#6C6E79",
112
112
  stroke: "#6C6E79",
113
113
  strokeWidth: ".7",
@@ -19,11 +19,11 @@ function ChoroplethMapChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M39.96 1C18.46 1 1 15.87 1 37.5c0 21.4 20.84 30.8 38.46 41.38.33.16.75.16 1.08 0C58.57 68.64 79 58.89 79 37.5 78.92 15.95 61.54 1 39.96 1Z",
22
+ d: "M39.959 1C18.46 1 1 15.865 1 37.502 1 58.89 21.838 68.305 39.465 78.876c.33.165.74.165 1.07 0C58.573 68.636 79 58.891 79 37.502 78.918 15.948 61.539 1 39.959 1Z",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- d: "M65.92 57.62s.1-.06.12-.09l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.51l-1.4-3.12-3.4 5.88-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.2.75-.35l.05-.03.01-.01Z",
26
+ d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
27
27
  fill: "#E0E1E9",
28
28
  stroke: "#6C6E79",
29
29
  strokeWidth: ".7",
@@ -31,34 +31,34 @@ function ChoroplethMapChart({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33Z",
34
+ d: "M71.763 53.553 24.091 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
35
35
  fill: "#fff",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/React.createElement("path", {
38
- d: "M65.45 18.82 11.07 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.02 4.38l1.22 4.67Z",
38
+ d: "M65.452 18.818 11.07 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.884-8.743c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.669Z",
39
39
  fill: "#6C6E79",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
- d: "M18.4 23.43a1.87 1.87 0 0 1-1.42 2.36 2.2 2.2 0 0 1-2.53-1.52 1.87 1.87 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.51 1.54v-.01Z",
42
+ d: "M18.394 23.427a1.873 1.873 0 0 1-1.416 2.367c-1.08.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.091-.227 2.215.464 2.518 1.534v-.01Z",
43
43
  fill: "#fff",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
- d: "M25.37 21.96c.3 1.06-.32 2.1-1.39 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.46 1.53Z",
46
+ d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z",
47
47
  fill: "#E0E1E9",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
50
+ d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.415 5.879a6.51 6.51 0 0 0-.217.367v.022a5.638 5.638 0 0 0-.453 4.247l1.394 4.907 3.458-5.966v.01Z",
51
51
  fill: "#6C6E79",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33v0Z",
54
+ d: "M71.763 53.553 24.091 66.555a2.734 2.734 0 0 1-3.35-1.892L9.749 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33v0Z",
55
55
  stroke: "#6C6E79",
56
56
  strokeWidth: ".7",
57
57
  strokeLinecap: "round",
58
58
  strokeLinejoin: "round",
59
59
  shapeRendering: "geometricPrecision"
60
60
  }), /*#__PURE__*/React.createElement("path", {
61
- d: "m19.64 38-.52 3.26 3.12-.75 2.18 2.6.55 3.08 2.38 2.2 3.97.15 1.43.3-1.37-.84-2.55-1.58.38-.48 1.3.03 2.43-3.24L35 40.99l-2.55-1.88-.8.22-.22 1.79-.87.02-1.51-1.18 2.05-2.03-1.05-1.21-.63.1-1.08.93L21 36.5 19.64 38Z",
61
+ d: "m19.636 37.994-.519 3.264 3.123-.746 2.184 2.605.55 3.069 2.378 2.205 3.967.151 1.426.303-1.361-.843-2.551-1.578.378-.487 1.297.033 2.432-3.242 2.064-1.74-2.55-1.881-.8.227-.227 1.783-.865.022-1.513-1.178 2.054-2.032-1.049-1.21-.637.108-1.081.918-7.328-1.232-1.372 1.48Z",
62
62
  fill: "#E0E1E9",
63
63
  stroke: "#6C6E79",
64
64
  strokeWidth: ".7",
@@ -66,7 +66,7 @@ function ChoroplethMapChart({
66
66
  strokeLinejoin: "round",
67
67
  shapeRendering: "geometricPrecision"
68
68
  }), /*#__PURE__*/React.createElement("path", {
69
- d: "m33.02 33.73 3.97-2.8 1.92.74-.09 4.3-2.9 2.83-.7-.23-1.05-4.32-1.03-.06-.12-.46ZM32.09 50.38l1.5-2.72 5.11 1.46.92.04.07 2.29-2.84 3.62.63 1.72-.57.5-1.9-1.16-.99-4.31-1.93-1.44Z",
69
+ d: "m33.017 33.731 3.977-2.799 1.913.735-.086 4.301-2.897 2.832-.713-.227-1.037-4.323-1.038-.065-.119-.454ZM32.086 50.378l1.502-2.713 5.112 1.46.919.032.076 2.29-2.843 3.621.627 1.719-.573.497-1.902-1.157-.983-4.312-1.935-1.437Z",
70
70
  fill: "#6C6E79",
71
71
  stroke: "#6C6E79",
72
72
  strokeWidth: ".7",
@@ -74,14 +74,14 @@ function ChoroplethMapChart({
74
74
  strokeLinejoin: "round",
75
75
  shapeRendering: "geometricPrecision"
76
76
  }), /*#__PURE__*/React.createElement("path", {
77
- d: "m41.38 46 1.7 1.27 2.7-1.08.6.2.87 3.4.68 1.06 1.08.53 1.02-.29.66-.9 1.65-6.3-4.18-2.74-2.1.54-1.81-.03-2.63 1.78-.24 2.56Z",
77
+ d: "m41.384 46.005 1.697 1.264 2.69-1.08.606.205.875 3.393.681 1.06 1.08.529 1.017-.281.659-.908 1.654-6.29-4.183-2.745-2.097.54-1.815-.032-2.627 1.783-.237 2.562Z",
78
78
  stroke: "#6C6E79",
79
79
  strokeWidth: ".7",
80
80
  strokeLinecap: "round",
81
81
  strokeLinejoin: "round",
82
82
  shapeRendering: "geometricPrecision"
83
83
  }), /*#__PURE__*/React.createElement("path", {
84
- d: "m40.93 40.38.06 1.16.66.24 2.16-1.71 2.09.4 2.2-.54.25.2-.31 1.02 2.8 1.76 1.36-.56-.16-.6-1.58-.85.5-.49 2.31.51 1.11 1.1 1 .69.62-.17.16-1.23.75-.73.89.62 1.07.11.45-.4-.2-.77.26-.3.85.03.64-.8.34-.5-.36-.5-.87-.76 1.33-1.55.17-.93-.1-1.32-.07-.24-1.07.04-.43-.23-.22-.8 1.28-.68.16-.47.64-.78.84.73.68.43.55-.17-.95-3.61-1.22-.6-7.67 2.5-1.07.63-.35-.4.25-.69-.27-.28-1.8.41-1.36 3.84-2.51 1.72-2.57-.56-1.72 2.54.91 1.2-2.48 2.34Z",
84
+ d: "m40.928 40.382.065 1.156.66.238 2.16-1.708 2.087.4 2.204-.54.249.195-.313 1.026 2.799 1.762 1.361-.562-.162-.605-1.577-.843.497-.487 2.312.508 1.114 1.103.994.68.627-.161.151-1.233.757-.734.886.626 1.07.108.454-.41-.195-.757.249-.313.853.043.638-.8.346-.497-.367-.508-.865-.756 1.33-1.557.172-.93-.108-1.318-.065-.237-1.07.043-.432-.238-.216-.8 1.275-.68.162-.465.638-.778.843.724.68.432.552-.173-.951-3.61-1.221-.605-7.674 2.507-1.07.627-.346-.389.249-.692-.27-.28-1.794.41-1.362 3.837-2.518 1.718-2.562-.562-1.729 2.54.919 1.21-2.486 2.335Z",
85
85
  fill: "#E0E1E9",
86
86
  stroke: "#6C6E79",
87
87
  strokeWidth: ".7",
@@ -89,7 +89,7 @@ function ChoroplethMapChart({
89
89
  strokeLinejoin: "round",
90
90
  shapeRendering: "geometricPrecision"
91
91
  }), /*#__PURE__*/React.createElement("path", {
92
- d: "m61.98 45.58 2.3-2.13 1.4-.36.9.1.17.62 1.24 1.03-.52 2.43-1.43.38-1.01-.82-2.41.63-.64-1.88Z",
92
+ d: "m61.98 45.577 2.302-2.13 1.394-.356.908.097.162.627 1.243 1.027-.519 2.431-1.426.379-1.016-.822-2.41.627-.638-1.88Z",
93
93
  fill: "#6C6E79",
94
94
  stroke: "#6C6E79",
95
95
  strokeWidth: ".7",
package/Coffee/index.js CHANGED
@@ -37,62 +37,62 @@ function Coffee(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
+ d: "M57.811 4.702c-7.315 0-13.78 3.558-17.813 9.006C35.93 8.216 29.4 4.647 22.03 4.702 10.184 4.779.46 14.095.018 25.93c-.928 24.576 34.687 50.08 39.46 53.384.321.22.73.22 1.04 0C45.19 75.954 80 50.14 80 26.89c0-12.255-9.934-22.178-22.178-22.178",
40
41
  fill: "#E0E1E9",
41
- d: "M57.81 4.7a22.12 22.12 0 0 0-17.81 9 22.12 22.12 0 0 0-17.97-9A22.1 22.1 0 0 0 .02 25.93C-.91 50.51 34.7 76.01 39.48 79.31a.9.9 0 0 0 1.04 0C45.19 75.95 80 50.14 80 26.9A22.18 22.18 0 0 0 57.82 4.71",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
+ d: "M43.678 64.804c14.64 0 26.51-2.939 26.51-6.564s-11.87-6.564-26.51-6.564c-14.641 0-26.51 2.94-26.51 6.564 0 3.625 11.869 6.564 26.51 6.564Z",
44
45
  fill: "#fff",
45
46
  stroke: "#6C6E79",
47
+ strokeWidth: ".7",
46
48
  strokeLinecap: "round",
47
49
  strokeLinejoin: "round",
48
- strokeWidth: ".7",
49
- d: "M43.68 64.8c14.64 0 26.5-2.93 26.5-6.56s-11.86-6.56-26.5-6.56-26.51 2.94-26.51 6.56c0 3.63 11.87 6.56 26.5 6.56Z",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
+ d: "M43.678 64.815c-13.493 0-24.62-2.497-26.29-5.724.94 2.796 4.034 5.945 6.532 7.67.331.264.762.53 1.26.773.077.044.165.088.231.121 3.47 1.614 10.332 2.719 18.245 2.719 7.912 0 14.774-1.105 18.244-2.719.077-.033.154-.088.232-.121a6.89 6.89 0 0 0 1.26-.774c2.508-1.724 5.59-4.873 6.53-7.669-1.668 3.227-12.796 5.724-26.289 5.724h.045Z",
52
53
  fill: "#6C6E79",
53
54
  stroke: "#6C6E79",
55
+ strokeWidth: ".7",
54
56
  strokeLinecap: "round",
55
57
  strokeLinejoin: "round",
56
- strokeWidth: ".7",
57
- d: "M43.68 64.81c-13.5 0-24.62-2.5-26.3-5.72.95 2.8 4.04 5.95 6.54 7.67a6.98 6.98 0 0 0 1.5.9c3.46 1.6 10.32 2.71 18.23 2.71 7.92 0 14.78-1.1 18.25-2.72.08-.03.15-.08.23-.12a6.9 6.9 0 0 0 1.26-.77c2.51-1.72 5.6-4.87 6.53-7.67-1.67 3.23-12.8 5.72-26.29 5.72h.05Z",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
+ d: "M61.645 41.555c2.42-.597 3.78-.265 4.851.784 2.73 2.697-.928 10.41-8.188 12.476M26.472 60.66c-.42-.375-.64-.762-.64-1.17 0-2.443 7.989-4.42 17.834-4.42 4.863 0 9.272.486 12.498 1.26",
60
61
  stroke: "#6C6E79",
62
+ strokeWidth: ".7",
61
63
  strokeLinecap: "round",
62
64
  strokeLinejoin: "round",
63
- strokeWidth: ".7",
64
- d: "M61.65 41.55c2.42-.6 3.78-.26 4.85.79 2.73 2.7-.93 10.4-8.2 12.47m-31.83 5.85c-.42-.38-.64-.76-.64-1.17 0-2.44 8-4.42 17.84-4.42 4.86 0 9.27.49 12.5 1.26",
65
65
  shapeRendering: "geometricPrecision"
66
66
  }), /*#__PURE__*/_react["default"].createElement("path", {
67
+ d: "M43.678 43.875c10.167 0 18.41-2.622 18.41-5.856 0-3.235-8.243-5.857-18.41-5.857-10.168 0-18.41 2.622-18.41 5.857 0 3.234 8.242 5.856 18.41 5.856Z",
67
68
  fill: "#fff",
68
69
  stroke: "#6C6E79",
70
+ strokeWidth: ".7",
69
71
  strokeLinecap: "round",
70
72
  strokeLinejoin: "round",
71
- strokeWidth: ".7",
72
- d: "M43.68 43.88c10.16 0 18.4-2.63 18.4-5.86 0-3.24-8.24-5.86-18.4-5.86-10.17 0-18.41 2.62-18.41 5.86 0 3.23 8.24 5.85 18.4 5.85Z",
73
73
  shapeRendering: "geometricPrecision"
74
74
  }), /*#__PURE__*/_react["default"].createElement("path", {
75
+ d: "M43.678 43.876c5.978 0 11.271-.907 14.63-2.321-1.779-2.044-7.647-3.547-14.63-3.547-6.984 0-12.852 1.503-14.63 3.547 3.358 1.403 8.652 2.32 14.63 2.32Z",
75
76
  fill: "#6C6E79",
76
77
  stroke: "#6C6E79",
78
+ strokeWidth: ".7",
77
79
  strokeLinecap: "round",
78
80
  strokeLinejoin: "round",
79
- strokeWidth: ".7",
80
- d: "M43.68 43.88c5.98 0 11.27-.91 14.63-2.33-1.78-2.04-7.65-3.54-14.63-3.54-6.99 0-12.85 1.5-14.63 3.55 3.36 1.4 8.65 2.31 14.63 2.31Z",
81
81
  shapeRendering: "geometricPrecision"
82
82
  }), /*#__PURE__*/_react["default"].createElement("path", {
83
+ d: "M62.088 38.019c0 3.237-8.244 5.856-18.41 5.856s-18.41-2.619-18.41-5.856c-1.249 10.575 3.713 19.404 8.442 22.819 1.536 1.27 5.415 2.176 9.957 2.176 4.541 0 8.42-.906 9.956-2.177 4.73-3.414 9.702-12.243 8.443-22.818h.022Z",
83
84
  fill: "#fff",
84
85
  stroke: "#6C6E79",
86
+ strokeWidth: ".7",
85
87
  strokeLinecap: "round",
86
88
  strokeLinejoin: "round",
87
- strokeWidth: ".7",
88
- d: "M62.09 38.02c0 3.24-8.25 5.85-18.41 5.85-10.17 0-18.41-2.61-18.41-5.85-1.25 10.57 3.71 19.4 8.44 22.82C35.25 62.1 39.13 63 43.67 63c4.54 0 8.42-.9 9.95-2.17 4.73-3.42 9.7-12.25 8.45-22.82h.02Z",
89
89
  shapeRendering: "geometricPrecision"
90
90
  }), /*#__PURE__*/_react["default"].createElement("path", {
91
+ d: "M32.981 49.323c.64-1.569 2.133-2.52 3.624-2.387 1.57.144 2.454 1.415 2.575 1.603M56.165 49.323c-.641-1.57-2.133-2.52-3.625-2.387-1.57.144-2.453 1.415-2.575 1.602M40.252 50.97c-.332 2.818 2.155 5.039 4.564 4.917 2.276-.11 4.398-2.287 4.066-4.917h-8.63ZM51.877 1c1.636 1.249 4.83 3.68 5.315 7.636 1.116 8.984-12.63 12.343-10.31 18.575M44.097 8.735c5.868 7.514-10.288 15.526-8.254 25.007.364 1.724 1.624 4.288 4.376 6.056",
91
92
  stroke: "#6C6E79",
93
+ strokeWidth: ".7",
92
94
  strokeLinecap: "round",
93
95
  strokeLinejoin: "round",
94
- strokeWidth: ".7",
95
- d: "M32.98 49.32a3.67 3.67 0 0 1 3.63-2.38 3.65 3.65 0 0 1 2.57 1.6m16.98.78a3.67 3.67 0 0 0-3.62-2.38 3.66 3.66 0 0 0-2.58 1.6m-9.7 2.43a4.5 4.5 0 0 0 4.56 4.92 4.43 4.43 0 0 0 4.06-4.92h-8.63ZM51.87 1c1.63 1.25 4.83 3.68 5.31 7.64 1.12 8.98-12.63 12.34-10.3 18.57m-2.8-18.48c5.87 7.52-10.28 15.53-8.25 25.01a9.91 9.91 0 0 0 4.38 6.06",
96
96
  shapeRendering: "geometricPrecision"
97
97
  }));
98
98
  }
package/Coffee/index.mjs CHANGED
@@ -19,62 +19,62 @@ function Coffee({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M57.811 4.702c-7.315 0-13.78 3.558-17.813 9.006C35.93 8.216 29.4 4.647 22.03 4.702 10.184 4.779.46 14.095.018 25.93c-.928 24.576 34.687 50.08 39.46 53.384.321.22.73.22 1.04 0C45.19 75.954 80 50.14 80 26.89c0-12.255-9.934-22.178-22.178-22.178",
22
23
  fill: "#E0E1E9",
23
- d: "M57.81 4.7a22.12 22.12 0 0 0-17.81 9 22.12 22.12 0 0 0-17.97-9A22.1 22.1 0 0 0 .02 25.93C-.91 50.51 34.7 76.01 39.48 79.31a.9.9 0 0 0 1.04 0C45.19 75.95 80 50.14 80 26.9A22.18 22.18 0 0 0 57.82 4.71",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M43.678 64.804c14.64 0 26.51-2.939 26.51-6.564s-11.87-6.564-26.51-6.564c-14.641 0-26.51 2.94-26.51 6.564 0 3.625 11.869 6.564 26.51 6.564Z",
26
27
  fill: "#fff",
27
28
  stroke: "#6C6E79",
29
+ strokeWidth: ".7",
28
30
  strokeLinecap: "round",
29
31
  strokeLinejoin: "round",
30
- strokeWidth: ".7",
31
- d: "M43.68 64.8c14.64 0 26.5-2.93 26.5-6.56s-11.86-6.56-26.5-6.56-26.51 2.94-26.51 6.56c0 3.63 11.87 6.56 26.5 6.56Z",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
+ d: "M43.678 64.815c-13.493 0-24.62-2.497-26.29-5.724.94 2.796 4.034 5.945 6.532 7.67.331.264.762.53 1.26.773.077.044.165.088.231.121 3.47 1.614 10.332 2.719 18.245 2.719 7.912 0 14.774-1.105 18.244-2.719.077-.033.154-.088.232-.121a6.89 6.89 0 0 0 1.26-.774c2.508-1.724 5.59-4.873 6.53-7.669-1.668 3.227-12.796 5.724-26.289 5.724h.045Z",
34
35
  fill: "#6C6E79",
35
36
  stroke: "#6C6E79",
37
+ strokeWidth: ".7",
36
38
  strokeLinecap: "round",
37
39
  strokeLinejoin: "round",
38
- strokeWidth: ".7",
39
- d: "M43.68 64.81c-13.5 0-24.62-2.5-26.3-5.72.95 2.8 4.04 5.95 6.54 7.67a6.98 6.98 0 0 0 1.5.9c3.46 1.6 10.32 2.71 18.23 2.71 7.92 0 14.78-1.1 18.25-2.72.08-.03.15-.08.23-.12a6.9 6.9 0 0 0 1.26-.77c2.51-1.72 5.6-4.87 6.53-7.67-1.67 3.23-12.8 5.72-26.29 5.72h.05Z",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M61.645 41.555c2.42-.597 3.78-.265 4.851.784 2.73 2.697-.928 10.41-8.188 12.476M26.472 60.66c-.42-.375-.64-.762-.64-1.17 0-2.443 7.989-4.42 17.834-4.42 4.863 0 9.272.486 12.498 1.26",
42
43
  stroke: "#6C6E79",
44
+ strokeWidth: ".7",
43
45
  strokeLinecap: "round",
44
46
  strokeLinejoin: "round",
45
- strokeWidth: ".7",
46
- d: "M61.65 41.55c2.42-.6 3.78-.26 4.85.79 2.73 2.7-.93 10.4-8.2 12.47m-31.83 5.85c-.42-.38-.64-.76-.64-1.17 0-2.44 8-4.42 17.84-4.42 4.86 0 9.27.49 12.5 1.26",
47
47
  shapeRendering: "geometricPrecision"
48
48
  }), /*#__PURE__*/React.createElement("path", {
49
+ d: "M43.678 43.875c10.167 0 18.41-2.622 18.41-5.856 0-3.235-8.243-5.857-18.41-5.857-10.168 0-18.41 2.622-18.41 5.857 0 3.234 8.242 5.856 18.41 5.856Z",
49
50
  fill: "#fff",
50
51
  stroke: "#6C6E79",
52
+ strokeWidth: ".7",
51
53
  strokeLinecap: "round",
52
54
  strokeLinejoin: "round",
53
- strokeWidth: ".7",
54
- d: "M43.68 43.88c10.16 0 18.4-2.63 18.4-5.86 0-3.24-8.24-5.86-18.4-5.86-10.17 0-18.41 2.62-18.41 5.86 0 3.23 8.24 5.85 18.4 5.85Z",
55
55
  shapeRendering: "geometricPrecision"
56
56
  }), /*#__PURE__*/React.createElement("path", {
57
+ d: "M43.678 43.876c5.978 0 11.271-.907 14.63-2.321-1.779-2.044-7.647-3.547-14.63-3.547-6.984 0-12.852 1.503-14.63 3.547 3.358 1.403 8.652 2.32 14.63 2.32Z",
57
58
  fill: "#6C6E79",
58
59
  stroke: "#6C6E79",
60
+ strokeWidth: ".7",
59
61
  strokeLinecap: "round",
60
62
  strokeLinejoin: "round",
61
- strokeWidth: ".7",
62
- d: "M43.68 43.88c5.98 0 11.27-.91 14.63-2.33-1.78-2.04-7.65-3.54-14.63-3.54-6.99 0-12.85 1.5-14.63 3.55 3.36 1.4 8.65 2.31 14.63 2.31Z",
63
63
  shapeRendering: "geometricPrecision"
64
64
  }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M62.088 38.019c0 3.237-8.244 5.856-18.41 5.856s-18.41-2.619-18.41-5.856c-1.249 10.575 3.713 19.404 8.442 22.819 1.536 1.27 5.415 2.176 9.957 2.176 4.541 0 8.42-.906 9.956-2.177 4.73-3.414 9.702-12.243 8.443-22.818h.022Z",
65
66
  fill: "#fff",
66
67
  stroke: "#6C6E79",
68
+ strokeWidth: ".7",
67
69
  strokeLinecap: "round",
68
70
  strokeLinejoin: "round",
69
- strokeWidth: ".7",
70
- d: "M62.09 38.02c0 3.24-8.25 5.85-18.41 5.85-10.17 0-18.41-2.61-18.41-5.85-1.25 10.57 3.71 19.4 8.44 22.82C35.25 62.1 39.13 63 43.67 63c4.54 0 8.42-.9 9.95-2.17 4.73-3.42 9.7-12.25 8.45-22.82h.02Z",
71
71
  shapeRendering: "geometricPrecision"
72
72
  }), /*#__PURE__*/React.createElement("path", {
73
+ d: "M32.981 49.323c.64-1.569 2.133-2.52 3.624-2.387 1.57.144 2.454 1.415 2.575 1.603M56.165 49.323c-.641-1.57-2.133-2.52-3.625-2.387-1.57.144-2.453 1.415-2.575 1.602M40.252 50.97c-.332 2.818 2.155 5.039 4.564 4.917 2.276-.11 4.398-2.287 4.066-4.917h-8.63ZM51.877 1c1.636 1.249 4.83 3.68 5.315 7.636 1.116 8.984-12.63 12.343-10.31 18.575M44.097 8.735c5.868 7.514-10.288 15.526-8.254 25.007.364 1.724 1.624 4.288 4.376 6.056",
73
74
  stroke: "#6C6E79",
75
+ strokeWidth: ".7",
74
76
  strokeLinecap: "round",
75
77
  strokeLinejoin: "round",
76
- strokeWidth: ".7",
77
- d: "M32.98 49.32a3.67 3.67 0 0 1 3.63-2.38 3.65 3.65 0 0 1 2.57 1.6m16.98.78a3.67 3.67 0 0 0-3.62-2.38 3.66 3.66 0 0 0-2.58 1.6m-9.7 2.43a4.5 4.5 0 0 0 4.56 4.92 4.43 4.43 0 0 0 4.06-4.92h-8.63ZM51.87 1c1.63 1.25 4.83 3.68 5.31 7.64 1.12 8.98-12.63 12.34-10.3 18.57m-2.8-18.48c5.87 7.52-10.28 15.53-8.25 25.01a9.91 9.91 0 0 0 4.38 6.06",
78
78
  shapeRendering: "geometricPrecision"
79
79
  }));
80
80
  }