@alfalab/core-components-chart 2.2.0 → 2.2.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.
Files changed (376) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/{Component.d.ts → dist/Component.d.ts} +0 -0
  3. package/{Component.js → dist/Component.js} +2 -2
  4. package/{components → dist/components}/CustomizedLabel.d.ts +0 -0
  5. package/{components → dist/components}/CustomizedLabel.js +0 -0
  6. package/dist/components/Dot/index.css +23 -0
  7. package/{components → dist/components}/Dot/index.d.ts +0 -0
  8. package/{components → dist/components}/Dot/index.js +1 -1
  9. package/{esm → dist}/components/Legends/index.css +7 -7
  10. package/{components → dist/components}/Legends/index.d.ts +0 -0
  11. package/{components → dist/components}/Legends/index.js +1 -1
  12. package/{components → dist/components}/LinearGradient.d.ts +0 -0
  13. package/{components → dist/components}/LinearGradient.js +0 -0
  14. package/{components → dist/components}/RectBar.d.ts +0 -0
  15. package/{components → dist/components}/RectBar.js +0 -0
  16. package/{modern → dist}/components/Tick/index.css +3 -3
  17. package/{components → dist/components}/Tick/index.d.ts +0 -0
  18. package/{components → dist/components}/Tick/index.js +1 -1
  19. package/{components → dist/components}/TooltipContent/index.css +6 -6
  20. package/{components → dist/components}/TooltipContent/index.d.ts +0 -0
  21. package/{components → dist/components}/TooltipContent/index.js +1 -1
  22. package/{cssm → dist/cssm}/Component.d.ts +0 -0
  23. package/{cssm → dist/cssm}/Component.js +1 -1
  24. package/{cssm → dist/cssm}/components/CustomizedLabel.d.ts +0 -0
  25. package/{cssm → dist/cssm}/components/CustomizedLabel.js +0 -0
  26. package/{cssm → dist/cssm}/components/Dot/index.d.ts +0 -0
  27. package/{cssm → dist/cssm}/components/Dot/index.js +0 -0
  28. package/{cssm → dist/cssm}/components/Dot/index.module.css +0 -0
  29. package/{cssm → dist/cssm}/components/Legends/index.d.ts +0 -0
  30. package/{cssm → dist/cssm}/components/Legends/index.js +1 -1
  31. package/{cssm → dist/cssm}/components/Legends/index.module.css +0 -0
  32. package/{cssm → dist/cssm}/components/LinearGradient.d.ts +0 -0
  33. package/{cssm → dist/cssm}/components/LinearGradient.js +0 -0
  34. package/{cssm → dist/cssm}/components/RectBar.d.ts +0 -0
  35. package/{cssm → dist/cssm}/components/RectBar.js +0 -0
  36. package/{cssm → dist/cssm}/components/Tick/index.d.ts +0 -0
  37. package/{cssm → dist/cssm}/components/Tick/index.js +0 -0
  38. package/{cssm → dist/cssm}/components/Tick/index.module.css +0 -0
  39. package/{cssm → dist/cssm}/components/TooltipContent/index.d.ts +0 -0
  40. package/{cssm → dist/cssm}/components/TooltipContent/index.js +1 -1
  41. package/{cssm → dist/cssm}/components/TooltipContent/index.module.css +0 -0
  42. package/{cssm → dist/cssm}/hooks/usePathBar/index.d.ts +0 -0
  43. package/{cssm → dist/cssm}/hooks/usePathBar/index.js +0 -0
  44. package/{cssm → dist/cssm}/hooks/usePathBar/utils/getRadius.d.ts +0 -0
  45. package/{cssm → dist/cssm}/hooks/usePathBar/utils/getRadius.js +0 -0
  46. package/{cssm → dist/cssm}/hooks/useSettings/index.d.ts +0 -0
  47. package/{cssm → dist/cssm}/hooks/useSettings/index.js +0 -0
  48. package/{cssm → dist/cssm}/hooks/useSettings/utils/setComposedChartsMargin.d.ts +0 -0
  49. package/{cssm → dist/cssm}/hooks/useSettings/utils/setComposedChartsMargin.js +0 -0
  50. package/{cssm → dist/cssm}/hooks/useSettings/utils/setDatas.d.ts +0 -0
  51. package/{cssm → dist/cssm}/hooks/useSettings/utils/setDatas.js +0 -0
  52. package/{cssm → dist/cssm}/hooks/useSettings/utils/setGradientCharts.d.ts +0 -0
  53. package/{cssm → dist/cssm}/hooks/useSettings/utils/setGradientCharts.js +0 -0
  54. package/{cssm → dist/cssm}/hooks/useSettings/utils/setLegendMargin.d.ts +0 -0
  55. package/{cssm → dist/cssm}/hooks/useSettings/utils/setLegendMargin.js +0 -0
  56. package/{cssm → dist/cssm}/hooks/useSettings/utils/sortByIndex.d.ts +0 -0
  57. package/{cssm → dist/cssm}/hooks/useSettings/utils/sortByIndex.js +0 -0
  58. package/{cssm → dist/cssm}/icons/Circle.d.ts +0 -0
  59. package/{cssm → dist/cssm}/icons/Circle.js +0 -0
  60. package/{cssm → dist/cssm}/icons/CircleLine.d.ts +0 -0
  61. package/{cssm → dist/cssm}/icons/CircleLine.js +0 -0
  62. package/{cssm → dist/cssm}/icons/FilledCircle.d.ts +0 -0
  63. package/{cssm → dist/cssm}/icons/FilledCircle.js +0 -0
  64. package/{cssm → dist/cssm}/icons/Point.d.ts +0 -0
  65. package/{cssm → dist/cssm}/icons/Point.js +0 -0
  66. package/{cssm → dist/cssm}/icons/StrokeCircle.d.ts +0 -0
  67. package/{cssm → dist/cssm}/icons/StrokeCircle.js +0 -0
  68. package/{cssm → dist/cssm}/index.d.ts +0 -0
  69. package/{cssm → dist/cssm}/index.js +1 -1
  70. package/{cssm → dist/cssm}/index.module.css +0 -0
  71. package/{cssm → dist/cssm}/tslib.es6-2be2aee7.d.ts +0 -0
  72. package/{cssm → dist/cssm}/tslib.es6-2be2aee7.js +0 -0
  73. package/{cssm → dist/cssm}/types/brush.types.d.ts +0 -0
  74. package/{cssm → dist/cssm}/types/brush.types.js +0 -0
  75. package/{cssm → dist/cssm}/types/cartesianGrid.types.d.ts +0 -0
  76. package/{cssm → dist/cssm}/types/cartesianGrid.types.js +0 -0
  77. package/{cssm → dist/cssm}/types/chart.types.d.ts +0 -0
  78. package/{cssm → dist/cssm}/types/chart.types.js +0 -0
  79. package/{cssm → dist/cssm}/types/composedChart.types.d.ts +0 -0
  80. package/{cssm → dist/cssm}/types/composedChart.types.js +0 -0
  81. package/{cssm → dist/cssm}/types/index.d.ts +0 -0
  82. package/{cssm → dist/cssm}/types/index.js +0 -0
  83. package/{cssm → dist/cssm}/types/labelList.types.d.ts +0 -0
  84. package/{cssm → dist/cssm}/types/labelList.types.js +0 -0
  85. package/{cssm → dist/cssm}/types/legend.types.d.ts +0 -0
  86. package/{cssm → dist/cssm}/types/legend.types.js +0 -0
  87. package/{cssm → dist/cssm}/types/options.types.d.ts +0 -0
  88. package/{cssm → dist/cssm}/types/options.types.js +0 -0
  89. package/{cssm → dist/cssm}/types/payload.types.d.ts +0 -0
  90. package/{cssm → dist/cssm}/types/payload.types.js +0 -0
  91. package/{cssm → dist/cssm}/types/responsiveContainer.types.d.ts +0 -0
  92. package/{cssm → dist/cssm}/types/responsiveContainer.types.js +0 -0
  93. package/{cssm → dist/cssm}/types/seria.types.d.ts +0 -0
  94. package/{cssm → dist/cssm}/types/seria.types.js +0 -0
  95. package/{cssm → dist/cssm}/types/tooltip.types.d.ts +0 -0
  96. package/{cssm → dist/cssm}/types/tooltip.types.js +0 -0
  97. package/{cssm → dist/cssm}/types/utils/axis.types.d.ts +0 -0
  98. package/{cssm → dist/cssm}/types/utils/axis.types.js +0 -0
  99. package/{cssm → dist/cssm}/types/utils/coordinates.types.d.ts +0 -0
  100. package/{cssm → dist/cssm}/types/utils/coordinates.types.js +0 -0
  101. package/{cssm → dist/cssm}/types/utils/data.types.d.ts +0 -0
  102. package/{cssm → dist/cssm}/types/utils/data.types.js +0 -0
  103. package/{cssm → dist/cssm}/types/utils/dot.types.d.ts +0 -0
  104. package/{cssm → dist/cssm}/types/utils/dot.types.js +0 -0
  105. package/{cssm → dist/cssm}/types/utils/gradient.types.d.ts +0 -0
  106. package/{cssm → dist/cssm}/types/utils/gradient.types.js +0 -0
  107. package/{cssm → dist/cssm}/types/utils/index.d.ts +0 -0
  108. package/{cssm → dist/cssm}/types/utils/index.js +0 -0
  109. package/{cssm → dist/cssm}/types/utils/tick.types.d.ts +0 -0
  110. package/{cssm → dist/cssm}/types/utils/tick.types.js +0 -0
  111. package/{cssm → dist/cssm}/types/xAxis.types.d.ts +0 -0
  112. package/{cssm → dist/cssm}/types/xAxis.types.js +0 -0
  113. package/{cssm → dist/cssm}/types/yAxis.types.d.ts +0 -0
  114. package/{cssm → dist/cssm}/types/yAxis.types.js +0 -0
  115. package/{esm → dist/esm}/Component.d.ts +0 -0
  116. package/{esm → dist/esm}/Component.js +3 -3
  117. package/{esm → dist/esm}/components/CustomizedLabel.d.ts +0 -0
  118. package/{esm → dist/esm}/components/CustomizedLabel.js +0 -0
  119. package/dist/esm/components/Dot/index.css +23 -0
  120. package/{esm → dist/esm}/components/Dot/index.d.ts +0 -0
  121. package/{esm → dist/esm}/components/Dot/index.js +1 -1
  122. package/{components → dist/esm/components}/Legends/index.css +7 -7
  123. package/{esm → dist/esm}/components/Legends/index.d.ts +0 -0
  124. package/{esm → dist/esm}/components/Legends/index.js +2 -2
  125. package/{esm → dist/esm}/components/LinearGradient.d.ts +0 -0
  126. package/{esm → dist/esm}/components/LinearGradient.js +0 -0
  127. package/{esm → dist/esm}/components/RectBar.d.ts +0 -0
  128. package/{esm → dist/esm}/components/RectBar.js +0 -0
  129. package/{esm → dist/esm}/components/Tick/index.css +3 -3
  130. package/{esm → dist/esm}/components/Tick/index.d.ts +0 -0
  131. package/{esm → dist/esm}/components/Tick/index.js +1 -1
  132. package/{modern → dist/esm}/components/TooltipContent/index.css +6 -6
  133. package/{esm → dist/esm}/components/TooltipContent/index.d.ts +0 -0
  134. package/{esm → dist/esm}/components/TooltipContent/index.js +2 -2
  135. package/{esm → dist/esm}/hooks/usePathBar/index.d.ts +0 -0
  136. package/{esm → dist/esm}/hooks/usePathBar/index.js +0 -0
  137. package/{esm → dist/esm}/hooks/usePathBar/utils/getRadius.d.ts +0 -0
  138. package/{esm → dist/esm}/hooks/usePathBar/utils/getRadius.js +0 -0
  139. package/{esm → dist/esm}/hooks/useSettings/index.d.ts +0 -0
  140. package/{esm → dist/esm}/hooks/useSettings/index.js +1 -1
  141. package/{esm → dist/esm}/hooks/useSettings/utils/setComposedChartsMargin.d.ts +0 -0
  142. package/{esm → dist/esm}/hooks/useSettings/utils/setComposedChartsMargin.js +0 -0
  143. package/{esm → dist/esm}/hooks/useSettings/utils/setDatas.d.ts +0 -0
  144. package/{esm → dist/esm}/hooks/useSettings/utils/setDatas.js +1 -1
  145. package/{esm → dist/esm}/hooks/useSettings/utils/setGradientCharts.d.ts +0 -0
  146. package/{esm → dist/esm}/hooks/useSettings/utils/setGradientCharts.js +1 -1
  147. package/{esm → dist/esm}/hooks/useSettings/utils/setLegendMargin.d.ts +0 -0
  148. package/{esm → dist/esm}/hooks/useSettings/utils/setLegendMargin.js +0 -0
  149. package/{esm → dist/esm}/hooks/useSettings/utils/sortByIndex.d.ts +0 -0
  150. package/{esm → dist/esm}/hooks/useSettings/utils/sortByIndex.js +0 -0
  151. package/{esm → dist/esm}/icons/Circle.d.ts +0 -0
  152. package/{esm → dist/esm}/icons/Circle.js +0 -0
  153. package/{esm → dist/esm}/icons/CircleLine.d.ts +0 -0
  154. package/{esm → dist/esm}/icons/CircleLine.js +0 -0
  155. package/{esm → dist/esm}/icons/FilledCircle.d.ts +0 -0
  156. package/{esm → dist/esm}/icons/FilledCircle.js +0 -0
  157. package/{esm → dist/esm}/icons/Point.d.ts +0 -0
  158. package/{esm → dist/esm}/icons/Point.js +0 -0
  159. package/{esm → dist/esm}/icons/StrokeCircle.d.ts +0 -0
  160. package/{esm → dist/esm}/icons/StrokeCircle.js +0 -0
  161. package/{esm → dist/esm}/index.css +4 -4
  162. package/{esm → dist/esm}/index.d.ts +0 -0
  163. package/{esm → dist/esm}/index.js +2 -2
  164. package/{esm/tslib.es6-be87f385.d.ts → dist/esm/tslib.es6-b710f839.d.ts} +0 -0
  165. package/{esm/tslib.es6-be87f385.js → dist/esm/tslib.es6-b710f839.js} +0 -0
  166. package/{esm → dist/esm}/types/brush.types.d.ts +0 -0
  167. package/{esm → dist/esm}/types/brush.types.js +0 -0
  168. package/{esm → dist/esm}/types/cartesianGrid.types.d.ts +0 -0
  169. package/{esm → dist/esm}/types/cartesianGrid.types.js +0 -0
  170. package/{esm → dist/esm}/types/chart.types.d.ts +0 -0
  171. package/{esm → dist/esm}/types/chart.types.js +0 -0
  172. package/{esm → dist/esm}/types/composedChart.types.d.ts +0 -0
  173. package/{esm → dist/esm}/types/composedChart.types.js +0 -0
  174. package/{esm → dist/esm}/types/index.d.ts +0 -0
  175. package/{esm → dist/esm}/types/index.js +0 -0
  176. package/{esm → dist/esm}/types/labelList.types.d.ts +0 -0
  177. package/{esm → dist/esm}/types/labelList.types.js +0 -0
  178. package/{esm → dist/esm}/types/legend.types.d.ts +0 -0
  179. package/{esm → dist/esm}/types/legend.types.js +0 -0
  180. package/{esm → dist/esm}/types/options.types.d.ts +0 -0
  181. package/{esm → dist/esm}/types/options.types.js +0 -0
  182. package/{esm → dist/esm}/types/payload.types.d.ts +0 -0
  183. package/{esm → dist/esm}/types/payload.types.js +0 -0
  184. package/{esm → dist/esm}/types/responsiveContainer.types.d.ts +0 -0
  185. package/{esm → dist/esm}/types/responsiveContainer.types.js +0 -0
  186. package/{esm → dist/esm}/types/seria.types.d.ts +0 -0
  187. package/{esm → dist/esm}/types/seria.types.js +0 -0
  188. package/{esm → dist/esm}/types/tooltip.types.d.ts +0 -0
  189. package/{esm → dist/esm}/types/tooltip.types.js +0 -0
  190. package/{esm → dist/esm}/types/utils/axis.types.d.ts +0 -0
  191. package/{esm → dist/esm}/types/utils/axis.types.js +0 -0
  192. package/{esm → dist/esm}/types/utils/coordinates.types.d.ts +0 -0
  193. package/{esm → dist/esm}/types/utils/coordinates.types.js +0 -0
  194. package/{esm → dist/esm}/types/utils/data.types.d.ts +0 -0
  195. package/{esm → dist/esm}/types/utils/data.types.js +0 -0
  196. package/{esm → dist/esm}/types/utils/dot.types.d.ts +0 -0
  197. package/{esm → dist/esm}/types/utils/dot.types.js +0 -0
  198. package/{esm → dist/esm}/types/utils/gradient.types.d.ts +0 -0
  199. package/{esm → dist/esm}/types/utils/gradient.types.js +0 -0
  200. package/{esm → dist/esm}/types/utils/index.d.ts +0 -0
  201. package/{esm → dist/esm}/types/utils/index.js +0 -0
  202. package/{esm → dist/esm}/types/utils/tick.types.d.ts +0 -0
  203. package/{esm → dist/esm}/types/utils/tick.types.js +0 -0
  204. package/{esm → dist/esm}/types/xAxis.types.d.ts +0 -0
  205. package/{esm → dist/esm}/types/xAxis.types.js +0 -0
  206. package/{esm → dist/esm}/types/yAxis.types.d.ts +0 -0
  207. package/{esm → dist/esm}/types/yAxis.types.js +0 -0
  208. package/{hooks → dist/hooks}/usePathBar/index.d.ts +0 -0
  209. package/{hooks → dist/hooks}/usePathBar/index.js +0 -0
  210. package/{hooks → dist/hooks}/usePathBar/utils/getRadius.d.ts +0 -0
  211. package/{hooks → dist/hooks}/usePathBar/utils/getRadius.js +0 -0
  212. package/{hooks → dist/hooks}/useSettings/index.d.ts +0 -0
  213. package/{hooks → dist/hooks}/useSettings/index.js +1 -1
  214. package/{hooks → dist/hooks}/useSettings/utils/setComposedChartsMargin.d.ts +0 -0
  215. package/{hooks → dist/hooks}/useSettings/utils/setComposedChartsMargin.js +0 -0
  216. package/{modern → dist}/hooks/useSettings/utils/setDatas.d.ts +0 -0
  217. package/{hooks → dist/hooks}/useSettings/utils/setDatas.js +1 -1
  218. package/{hooks → dist/hooks}/useSettings/utils/setGradientCharts.d.ts +0 -0
  219. package/{hooks → dist/hooks}/useSettings/utils/setGradientCharts.js +1 -1
  220. package/{hooks → dist/hooks}/useSettings/utils/setLegendMargin.d.ts +0 -0
  221. package/{hooks → dist/hooks}/useSettings/utils/setLegendMargin.js +0 -0
  222. package/{hooks → dist/hooks}/useSettings/utils/sortByIndex.d.ts +0 -0
  223. package/{hooks → dist/hooks}/useSettings/utils/sortByIndex.js +0 -0
  224. package/{icons → dist/icons}/Circle.d.ts +0 -0
  225. package/{icons → dist/icons}/Circle.js +0 -0
  226. package/{icons → dist/icons}/CircleLine.d.ts +0 -0
  227. package/{icons → dist/icons}/CircleLine.js +0 -0
  228. package/{icons → dist/icons}/FilledCircle.d.ts +0 -0
  229. package/{icons → dist/icons}/FilledCircle.js +0 -0
  230. package/{icons → dist/icons}/Point.d.ts +0 -0
  231. package/{icons → dist/icons}/Point.js +0 -0
  232. package/{icons → dist/icons}/StrokeCircle.d.ts +0 -0
  233. package/{icons → dist/icons}/StrokeCircle.js +0 -0
  234. package/{index.css → dist/index.css} +4 -4
  235. package/{index.d.ts → dist/index.d.ts} +0 -0
  236. package/{index.js → dist/index.js} +1 -1
  237. package/{modern → dist/modern}/Component.d.ts +0 -0
  238. package/{modern → dist/modern}/Component.js +2 -2
  239. package/{modern → dist/modern}/components/CustomizedLabel.d.ts +0 -0
  240. package/{modern → dist/modern}/components/CustomizedLabel.js +0 -0
  241. package/dist/modern/components/Dot/index.css +23 -0
  242. package/{modern → dist/modern}/components/Dot/index.d.ts +0 -0
  243. package/{modern → dist/modern}/components/Dot/index.js +1 -1
  244. package/{modern → dist/modern}/components/Legends/index.css +7 -7
  245. package/{modern → dist/modern}/components/Legends/index.d.ts +0 -0
  246. package/{modern → dist/modern}/components/Legends/index.js +2 -2
  247. package/{modern → dist/modern}/components/LinearGradient.d.ts +0 -0
  248. package/{modern → dist/modern}/components/LinearGradient.js +0 -0
  249. package/{modern → dist/modern}/components/RectBar.d.ts +0 -0
  250. package/{modern → dist/modern}/components/RectBar.js +0 -0
  251. package/{components → dist/modern/components}/Tick/index.css +3 -3
  252. package/{modern → dist/modern}/components/Tick/index.d.ts +0 -0
  253. package/{modern → dist/modern}/components/Tick/index.js +1 -1
  254. package/{esm → dist/modern}/components/TooltipContent/index.css +6 -6
  255. package/{modern → dist/modern}/components/TooltipContent/index.d.ts +0 -0
  256. package/{modern → dist/modern}/components/TooltipContent/index.js +2 -2
  257. package/{modern → dist/modern}/hooks/usePathBar/index.d.ts +0 -0
  258. package/{modern → dist/modern}/hooks/usePathBar/index.js +0 -0
  259. package/{modern → dist/modern}/hooks/usePathBar/utils/getRadius.d.ts +0 -0
  260. package/{modern → dist/modern}/hooks/usePathBar/utils/getRadius.js +0 -0
  261. package/{modern → dist/modern}/hooks/useSettings/index.d.ts +0 -0
  262. package/{modern → dist/modern}/hooks/useSettings/index.js +0 -0
  263. package/{modern → dist/modern}/hooks/useSettings/utils/setComposedChartsMargin.d.ts +0 -0
  264. package/{modern → dist/modern}/hooks/useSettings/utils/setComposedChartsMargin.js +0 -0
  265. package/{hooks → dist/modern/hooks}/useSettings/utils/setDatas.d.ts +2 -1
  266. package/{modern → dist/modern}/hooks/useSettings/utils/setDatas.js +0 -0
  267. package/{modern → dist/modern}/hooks/useSettings/utils/setGradientCharts.d.ts +0 -0
  268. package/{modern → dist/modern}/hooks/useSettings/utils/setGradientCharts.js +0 -0
  269. package/{modern → dist/modern}/hooks/useSettings/utils/setLegendMargin.d.ts +0 -0
  270. package/{modern → dist/modern}/hooks/useSettings/utils/setLegendMargin.js +0 -0
  271. package/{modern → dist/modern}/hooks/useSettings/utils/sortByIndex.d.ts +0 -0
  272. package/{modern → dist/modern}/hooks/useSettings/utils/sortByIndex.js +0 -0
  273. package/{modern → dist/modern}/icons/Circle.d.ts +0 -0
  274. package/{modern → dist/modern}/icons/Circle.js +0 -0
  275. package/{modern → dist/modern}/icons/CircleLine.d.ts +0 -0
  276. package/{modern → dist/modern}/icons/CircleLine.js +0 -0
  277. package/{modern → dist/modern}/icons/FilledCircle.d.ts +0 -0
  278. package/{modern → dist/modern}/icons/FilledCircle.js +0 -0
  279. package/{modern → dist/modern}/icons/Point.d.ts +0 -0
  280. package/{modern → dist/modern}/icons/Point.js +0 -0
  281. package/{modern → dist/modern}/icons/StrokeCircle.d.ts +0 -0
  282. package/{modern → dist/modern}/icons/StrokeCircle.js +0 -0
  283. package/{modern → dist/modern}/index.css +4 -4
  284. package/{modern → dist/modern}/index.d.ts +0 -0
  285. package/{modern → dist/modern}/index.js +1 -1
  286. package/{modern → dist/modern}/types/brush.types.d.ts +0 -0
  287. package/{modern → dist/modern}/types/brush.types.js +0 -0
  288. package/{modern → dist/modern}/types/cartesianGrid.types.d.ts +0 -0
  289. package/{modern → dist/modern}/types/cartesianGrid.types.js +0 -0
  290. package/{modern → dist/modern}/types/chart.types.d.ts +0 -0
  291. package/{modern → dist/modern}/types/chart.types.js +0 -0
  292. package/{modern → dist/modern}/types/composedChart.types.d.ts +0 -0
  293. package/{modern → dist/modern}/types/composedChart.types.js +0 -0
  294. package/{modern → dist/modern}/types/index.d.ts +0 -0
  295. package/{modern → dist/modern}/types/index.js +0 -0
  296. package/{modern → dist/modern}/types/labelList.types.d.ts +0 -0
  297. package/{modern → dist/modern}/types/labelList.types.js +0 -0
  298. package/{modern → dist/modern}/types/legend.types.d.ts +0 -0
  299. package/{modern → dist/modern}/types/legend.types.js +0 -0
  300. package/{modern → dist/modern}/types/options.types.d.ts +0 -0
  301. package/{modern → dist/modern}/types/options.types.js +0 -0
  302. package/{modern → dist/modern}/types/payload.types.d.ts +0 -0
  303. package/{modern → dist/modern}/types/payload.types.js +0 -0
  304. package/{modern → dist/modern}/types/responsiveContainer.types.d.ts +0 -0
  305. package/{modern → dist/modern}/types/responsiveContainer.types.js +0 -0
  306. package/{modern → dist/modern}/types/seria.types.d.ts +0 -0
  307. package/{modern → dist/modern}/types/seria.types.js +0 -0
  308. package/{modern → dist/modern}/types/tooltip.types.d.ts +0 -0
  309. package/{modern → dist/modern}/types/tooltip.types.js +0 -0
  310. package/{modern → dist/modern}/types/utils/axis.types.d.ts +0 -0
  311. package/{modern → dist/modern}/types/utils/axis.types.js +0 -0
  312. package/{modern → dist/modern}/types/utils/coordinates.types.d.ts +0 -0
  313. package/{modern → dist/modern}/types/utils/coordinates.types.js +0 -0
  314. package/{modern → dist/modern}/types/utils/data.types.d.ts +0 -0
  315. package/{modern → dist/modern}/types/utils/data.types.js +0 -0
  316. package/{modern → dist/modern}/types/utils/dot.types.d.ts +0 -0
  317. package/{modern → dist/modern}/types/utils/dot.types.js +0 -0
  318. package/{modern → dist/modern}/types/utils/gradient.types.d.ts +0 -0
  319. package/{modern → dist/modern}/types/utils/gradient.types.js +0 -0
  320. package/{modern → dist/modern}/types/utils/index.d.ts +0 -0
  321. package/{modern → dist/modern}/types/utils/index.js +0 -0
  322. package/{modern → dist/modern}/types/utils/tick.types.d.ts +0 -0
  323. package/{modern → dist/modern}/types/utils/tick.types.js +0 -0
  324. package/{modern → dist/modern}/types/xAxis.types.d.ts +0 -0
  325. package/{modern → dist/modern}/types/xAxis.types.js +0 -0
  326. package/{modern → dist/modern}/types/yAxis.types.d.ts +0 -0
  327. package/{modern → dist/modern}/types/yAxis.types.js +0 -0
  328. package/{send-stats.js → dist/send-stats.js} +0 -0
  329. package/{tslib.es6-7cc61387.d.ts → dist/tslib.es6-3d613989.d.ts} +0 -0
  330. package/{tslib.es6-7cc61387.js → dist/tslib.es6-3d613989.js} +0 -0
  331. package/{types → dist/types}/brush.types.d.ts +0 -0
  332. package/{types → dist/types}/brush.types.js +0 -0
  333. package/{types → dist/types}/cartesianGrid.types.d.ts +0 -0
  334. package/{types → dist/types}/cartesianGrid.types.js +0 -0
  335. package/{types → dist/types}/chart.types.d.ts +0 -0
  336. package/{types → dist/types}/chart.types.js +0 -0
  337. package/{types → dist/types}/composedChart.types.d.ts +0 -0
  338. package/{types → dist/types}/composedChart.types.js +0 -0
  339. package/{types → dist/types}/index.d.ts +0 -0
  340. package/{types → dist/types}/index.js +0 -0
  341. package/{types → dist/types}/labelList.types.d.ts +0 -0
  342. package/{types → dist/types}/labelList.types.js +0 -0
  343. package/{types → dist/types}/legend.types.d.ts +0 -0
  344. package/{types → dist/types}/legend.types.js +0 -0
  345. package/{types → dist/types}/options.types.d.ts +0 -0
  346. package/{types → dist/types}/options.types.js +0 -0
  347. package/{types → dist/types}/payload.types.d.ts +0 -0
  348. package/{types → dist/types}/payload.types.js +0 -0
  349. package/{types → dist/types}/responsiveContainer.types.d.ts +0 -0
  350. package/{types → dist/types}/responsiveContainer.types.js +0 -0
  351. package/{types → dist/types}/seria.types.d.ts +0 -0
  352. package/{types → dist/types}/seria.types.js +0 -0
  353. package/{types → dist/types}/tooltip.types.d.ts +0 -0
  354. package/{types → dist/types}/tooltip.types.js +0 -0
  355. package/{types → dist/types}/utils/axis.types.d.ts +0 -0
  356. package/{types → dist/types}/utils/axis.types.js +0 -0
  357. package/{types → dist/types}/utils/coordinates.types.d.ts +0 -0
  358. package/{types → dist/types}/utils/coordinates.types.js +0 -0
  359. package/{types → dist/types}/utils/data.types.d.ts +0 -0
  360. package/{types → dist/types}/utils/data.types.js +0 -0
  361. package/{types → dist/types}/utils/dot.types.d.ts +0 -0
  362. package/{types → dist/types}/utils/dot.types.js +0 -0
  363. package/{types → dist/types}/utils/gradient.types.d.ts +0 -0
  364. package/{types → dist/types}/utils/gradient.types.js +0 -0
  365. package/{types → dist/types}/utils/index.d.ts +0 -0
  366. package/{types → dist/types}/utils/index.js +0 -0
  367. package/{types → dist/types}/utils/tick.types.d.ts +0 -0
  368. package/{types → dist/types}/utils/tick.types.js +0 -0
  369. package/{types → dist/types}/xAxis.types.d.ts +0 -0
  370. package/{types → dist/types}/xAxis.types.js +0 -0
  371. package/{types → dist/types}/yAxis.types.d.ts +0 -0
  372. package/{types → dist/types}/yAxis.types.js +0 -0
  373. package/package.json +10 -7
  374. package/components/Dot/index.css +0 -23
  375. package/esm/components/Dot/index.css +0 -23
  376. package/modern/components/Dot/index.css +0 -23
@@ -11,17 +11,17 @@
11
11
 
12
12
  /* Hard up */
13
13
  }
14
- .chart__tickText_17o60 {
14
+ .chart__tickText_1h6th {
15
15
  fill: var(--color-light-text-primary);
16
16
  font-size: 16px;
17
17
  line-height: 24px;
18
18
  font-weight: 400;
19
19
  }
20
- .chart__circle_17o60 {
20
+ .chart__circle_1h6th {
21
21
  opacity: 0.3;
22
22
  fill: var(--color-dark-bg-primary);
23
23
  }
24
- .chart__circle_17o60 {
24
+ .chart__circle_1h6th {
25
25
  opacity: 0.3;
26
26
  fill: var(--color-dark-bg-primary);
27
27
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"tickText":"chart__tickText_17o60","circle":"chart__circle_17o60"};
4
+ var styles = {"tickText":"chart__tickText_1h6th","circle":"chart__circle_1h6th"};
5
5
  require('./index.css')
6
6
 
7
7
  const Tick = ({ y, payload, tickFormatter, xAxis }) => {
@@ -19,7 +19,7 @@
19
19
  :root {
20
20
  --border-radius-m: 8px;
21
21
  }
22
- .chart__tooltip_mopo0 {
22
+ .chart__tooltip_1lhoc {
23
23
  background-color: var(--color-light-bg-primary);
24
24
  border: 1px solid var(--color-light-border-primary);
25
25
  box-shadow: var(--shadow-l);
@@ -28,17 +28,17 @@
28
28
  pointer-events: none;
29
29
  position: relative;
30
30
  }
31
- .chart__tooltipList_mopo0 {
31
+ .chart__tooltipList_1lhoc {
32
32
  position: relative;
33
33
  z-index: 5;
34
34
  list-style-type: none;
35
35
  padding: 0;
36
36
  margin: 0;
37
37
  }
38
- .chart__tooltipItem_mopo0 {
38
+ .chart__tooltipItem_1lhoc {
39
39
  margin-bottom: 10px;
40
40
  }
41
- .chart__tooltipArrow_mopo0 {
41
+ .chart__tooltipArrow_1lhoc {
42
42
  position: absolute;
43
43
  left: 0;
44
44
  top: 50%;
@@ -48,7 +48,7 @@
48
48
  border: 1px solid var(--color-light-border-primary);
49
49
  background-color: var(--color-light-bg-primary);
50
50
  }
51
- .chart__tooltipArrow_mopo0:before {
51
+ .chart__tooltipArrow_1lhoc:before {
52
52
  content: '';
53
53
  position: absolute;
54
54
  left: -2px;
@@ -59,7 +59,7 @@
59
59
  border-width: 0 24px 24px 0;
60
60
  border-color: transparent var(--color-light-bg-primary) transparent transparent;
61
61
  }
62
- .chart__tooltipArrowRight_mopo0 {
62
+ .chart__tooltipArrowRight_1lhoc {
63
63
  left: 100%;
64
64
  transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);
65
65
  }
@@ -1,8 +1,8 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
- import { Typography } from '@alfalab/core-components-typography/modern';
3
+ import { Typography } from '@alfalab/core-components-typography/dist/modern';
4
4
 
5
- var styles = {"tooltip":"chart__tooltip_mopo0","tooltipList":"chart__tooltipList_mopo0","tooltipItem":"chart__tooltipItem_mopo0","tooltipArrow":"chart__tooltipArrow_mopo0","tooltipArrowRight":"chart__tooltipArrowRight_mopo0"};
5
+ var styles = {"tooltip":"chart__tooltip_1lhoc","tooltipList":"chart__tooltipList_1lhoc","tooltipItem":"chart__tooltipItem_1lhoc","tooltipArrow":"chart__tooltipArrow_1lhoc","tooltipArrowRight":"chart__tooltipArrowRight_1lhoc"};
6
6
  require('./index.css')
7
7
 
8
8
  const TooltipContent = ({ payload, separator, label, tooltipArrowSide, arrow, series, labelFormatter, labelStyle, }) => {
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import { DataDynamicBooleanProps, DataDynamicProps } from "../../../types/utils/data.types";
2
3
  import { SeriaProps } from "../../../types/seria.types";
3
4
  type DatasResultProps = [DataDynamicProps[], DataDynamicBooleanProps, number];
4
- declare const setDatas: (series: SeriaProps[], labels: (string | number)[]) => DatasResultProps;
5
+ declare const setDatas: (series: SeriaProps[], labels: import("react").Key[]) => DatasResultProps;
5
6
  export { setDatas };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -10,17 +10,17 @@
10
10
 
11
11
  /* Hard up */
12
12
  }
13
- .chart__coreChart_ekvmn .recharts-line path {
13
+ .chart__coreChart_1d021 .recharts-line path {
14
14
  transition: d 0.2s ease-out;
15
15
  }
16
- .chart__coreChart_ekvmn .recharts-text tspan {
16
+ .chart__coreChart_1d021 .recharts-text tspan {
17
17
  fill: var(--color-light-text-primary);
18
18
  font-size: 16px;
19
19
  line-height: 22px;
20
20
  }
21
- .chart__bar_ekvmn {
21
+ .chart__bar_1d021 {
22
22
  transition: opacity 0.2s ease-out, d 0.2s ease-out;
23
23
  }
24
- .chart__unfocused_ekvmn {
24
+ .chart__unfocused_1d021 {
25
25
  opacity: 0.3;
26
26
  }
File without changes
@@ -3,7 +3,7 @@ import 'classnames';
3
3
  import 'recharts';
4
4
  export { Chart } from './Component.js';
5
5
  import './components/LinearGradient.js';
6
- import '@alfalab/core-components-typography/modern';
6
+ import '@alfalab/core-components-typography/dist/modern';
7
7
  import './icons/Circle.js';
8
8
  import './icons/CircleLine.js';
9
9
  import './icons/FilledCircle.js';
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,19 +1,21 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-chart",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Chart component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
- "main": "index.js",
7
+ "main": "dist/index.js",
8
+ "files": [
9
+ "dist"
10
+ ],
8
11
  "scripts": {
9
- "postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
12
+ "postinstall": "node -e \"if (require('fs').existsSync('./dist/send-stats.js')){require('./dist/send-stats.js')} \""
10
13
  },
11
14
  "publishConfig": {
12
- "access": "public",
13
- "directory": "dist"
15
+ "access": "public"
14
16
  },
15
17
  "dependencies": {
16
- "@alfalab/core-components-typography": "^2.7.0",
18
+ "@alfalab/core-components-typography": "^2.7.1",
17
19
  "classnames": "^2.3.1",
18
20
  "recharts": "^2.1.2"
19
21
  },
@@ -22,5 +24,6 @@
22
24
  },
23
25
  "peerDependencies": {
24
26
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0"
25
- }
27
+ },
28
+ "gitHead": "4d6c8965d07839e339b370bb7c92bd7f9e24b1f3"
26
29
  }
@@ -1,23 +0,0 @@
1
- /* hash: 1abiv */
2
- .chart__dotUnfocused_1dk64 {
3
- opacity: 0.3;
4
- }
5
-
6
- .chart__dot_1dk64,
7
- .chart__dotItem_1dk64,
8
- .chart__dotWrap_1dk64 {
9
- transition: all 0.2s ease;
10
- }
11
-
12
- .chart__dot_1dk64 {
13
- animation: chart__showDot_1dk64 0.5s ease;
14
- }
15
-
16
- @keyframes chart__showDot_1dk64 {
17
- from {
18
- opacity: 0;
19
- }
20
- to {
21
- opacity: 1;
22
- }
23
- }
@@ -1,23 +0,0 @@
1
- /* hash: 1abiv */
2
- .chart__dotUnfocused_1dk64 {
3
- opacity: 0.3;
4
- }
5
-
6
- .chart__dot_1dk64,
7
- .chart__dotItem_1dk64,
8
- .chart__dotWrap_1dk64 {
9
- transition: all 0.2s ease;
10
- }
11
-
12
- .chart__dot_1dk64 {
13
- animation: chart__showDot_1dk64 0.5s ease;
14
- }
15
-
16
- @keyframes chart__showDot_1dk64 {
17
- from {
18
- opacity: 0;
19
- }
20
- to {
21
- opacity: 1;
22
- }
23
- }
@@ -1,23 +0,0 @@
1
- /* hash: 1abiv */
2
- .chart__dotUnfocused_1dk64 {
3
- opacity: 0.3;
4
- }
5
-
6
- .chart__dot_1dk64,
7
- .chart__dotItem_1dk64,
8
- .chart__dotWrap_1dk64 {
9
- transition: all 0.2s ease;
10
- }
11
-
12
- .chart__dot_1dk64 {
13
- animation: chart__showDot_1dk64 0.5s ease;
14
- }
15
-
16
- @keyframes chart__showDot_1dk64 {
17
- from {
18
- opacity: 0;
19
- }
20
- to {
21
- opacity: 1;
22
- }
23
- }