@mui/x-charts 9.6.0 → 9.8.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 (723) hide show
  1. package/BarChart/AnimatedBarElement.d.mts +2 -2
  2. package/BarChart/AnimatedBarElement.d.ts +2 -2
  3. package/BarChart/BarChart.d.mts +12 -12
  4. package/BarChart/BarChart.d.ts +12 -12
  5. package/BarChart/BarChart.plugins.d.mts +9 -9
  6. package/BarChart/BarChart.plugins.d.ts +9 -9
  7. package/BarChart/BarElement.d.mts +3 -3
  8. package/BarChart/BarElement.d.ts +3 -3
  9. package/BarChart/BarLabel/BarLabel.d.mts +1 -1
  10. package/BarChart/BarLabel/BarLabel.d.ts +1 -1
  11. package/BarChart/BarLabel/BarLabel.types.d.mts +2 -2
  12. package/BarChart/BarLabel/BarLabel.types.d.ts +2 -2
  13. package/BarChart/BarLabel/BarLabelItem.d.mts +4 -4
  14. package/BarChart/BarLabel/BarLabelItem.d.ts +4 -4
  15. package/BarChart/BarLabel/BarLabelPlot.d.mts +3 -3
  16. package/BarChart/BarLabel/BarLabelPlot.d.ts +3 -3
  17. package/BarChart/BarLabel/getBarLabel.d.mts +3 -3
  18. package/BarChart/BarLabel/getBarLabel.d.ts +3 -3
  19. package/BarChart/BarPlot.d.mts +4 -4
  20. package/BarChart/BarPlot.d.ts +4 -4
  21. package/BarChart/BatchBarPlot/BatchBarPlot.d.mts +1 -1
  22. package/BarChart/BatchBarPlot/BatchBarPlot.d.ts +1 -1
  23. package/BarChart/IndividualBarPlot.d.mts +3 -3
  24. package/BarChart/IndividualBarPlot.d.ts +3 -3
  25. package/BarChart/barClasses.d.mts +1 -1
  26. package/BarChart/barClasses.d.ts +1 -1
  27. package/BarChart/checkBarChartScaleErrors.d.mts +2 -2
  28. package/BarChart/checkBarChartScaleErrors.d.ts +2 -2
  29. package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.mts +1 -1
  30. package/BarChart/seriesConfig/bar/getSeriesWithDefaultValues.d.ts +1 -1
  31. package/BarChart/seriesConfig/bar/keyboardFocusHandler.d.mts +1 -1
  32. package/BarChart/seriesConfig/bar/keyboardFocusHandler.d.ts +1 -1
  33. package/BarChart/useBarChartProps.d.mts +10 -10
  34. package/BarChart/useBarChartProps.d.ts +10 -10
  35. package/BarChart/useBarPlotData.d.mts +5 -5
  36. package/BarChart/useBarPlotData.d.ts +5 -5
  37. package/BarChart/useRegisterItemClickHandlers.d.mts +1 -1
  38. package/BarChart/useRegisterItemClickHandlers.d.ts +1 -1
  39. package/CHANGELOG.md +241 -2
  40. package/ChartsAxis/ChartsAxis.d.mts +1 -1
  41. package/ChartsAxis/ChartsAxis.d.ts +1 -1
  42. package/ChartsAxisHighlight/ChartsAxisHighlight.d.mts +1 -1
  43. package/ChartsAxisHighlight/ChartsAxisHighlight.d.ts +1 -1
  44. package/ChartsAxisHighlight/ChartsAxisHighlightPath.d.mts +1 -1
  45. package/ChartsAxisHighlight/ChartsAxisHighlightPath.d.ts +1 -1
  46. package/ChartsAxisHighlight/ChartsXAxisHighlight.d.mts +2 -2
  47. package/ChartsAxisHighlight/ChartsXAxisHighlight.d.ts +2 -2
  48. package/ChartsAxisHighlight/ChartsYAxisHighlight.d.mts +2 -2
  49. package/ChartsAxisHighlight/ChartsYAxisHighlight.d.ts +2 -2
  50. package/ChartsAxisHighlightValue/ChartsAxisHighlightValue.d.mts +2 -2
  51. package/ChartsAxisHighlightValue/ChartsAxisHighlightValue.d.ts +2 -2
  52. package/ChartsAxisHighlightValue/ChartsAxisHighlightValueItem.d.mts +1 -1
  53. package/ChartsAxisHighlightValue/ChartsAxisHighlightValueItem.d.ts +1 -1
  54. package/ChartsContainer/ChartsContainer.d.mts +5 -5
  55. package/ChartsContainer/ChartsContainer.d.ts +5 -5
  56. package/ChartsContainer/useChartsContainerProps.d.mts +5 -5
  57. package/ChartsContainer/useChartsContainerProps.d.ts +5 -5
  58. package/ChartsDataProvider/ChartsDataProvider.d.mts +6 -6
  59. package/ChartsDataProvider/ChartsDataProvider.d.ts +6 -6
  60. package/ChartsDataProvider/useChartsDataProviderProps.d.mts +5 -5
  61. package/ChartsDataProvider/useChartsDataProviderProps.d.ts +5 -5
  62. package/ChartsGrid/ChartsGrid.d.mts +1 -1
  63. package/ChartsGrid/ChartsGrid.d.ts +1 -1
  64. package/ChartsGrid/ChartsHorizontalGrid.d.mts +2 -2
  65. package/ChartsGrid/ChartsHorizontalGrid.d.ts +2 -2
  66. package/ChartsGrid/ChartsVerticalGrid.d.mts +2 -2
  67. package/ChartsGrid/ChartsVerticalGrid.d.ts +2 -2
  68. package/ChartsLabel/ChartsLabel.d.mts +2 -2
  69. package/ChartsLabel/ChartsLabel.d.ts +2 -2
  70. package/ChartsLabel/ChartsLabelGradient.d.mts +2 -2
  71. package/ChartsLabel/ChartsLabelGradient.d.ts +2 -2
  72. package/ChartsLabel/ChartsLabelMark.d.mts +2 -2
  73. package/ChartsLabel/ChartsLabelMark.d.ts +2 -2
  74. package/ChartsLayerContainer/ChartsLayerContainer.d.mts +1 -1
  75. package/ChartsLayerContainer/ChartsLayerContainer.d.ts +1 -1
  76. package/ChartsLegend/ChartsLegend.d.mts +3 -3
  77. package/ChartsLegend/ChartsLegend.d.ts +3 -3
  78. package/ChartsLegend/ContinuousColorLegend.d.mts +6 -6
  79. package/ChartsLegend/ContinuousColorLegend.d.ts +6 -6
  80. package/ChartsLegend/PiecewiseColorLegend.d.mts +8 -8
  81. package/ChartsLegend/PiecewiseColorLegend.d.ts +8 -8
  82. package/ChartsLegend/chartsLegend.types.d.mts +3 -3
  83. package/ChartsLegend/chartsLegend.types.d.ts +3 -3
  84. package/ChartsLegend/colorLegend.types.d.mts +1 -1
  85. package/ChartsLegend/colorLegend.types.d.ts +1 -1
  86. package/ChartsLegend/legend.types.d.mts +1 -1
  87. package/ChartsLegend/legend.types.d.ts +1 -1
  88. package/ChartsLegend/legendContext.types.d.mts +2 -2
  89. package/ChartsLegend/legendContext.types.d.ts +2 -2
  90. package/ChartsLegend/onClickContextBuilder.d.mts +1 -1
  91. package/ChartsLegend/onClickContextBuilder.d.ts +1 -1
  92. package/ChartsLegend/piecewiseColorDefaultLabelFormatter.d.mts +1 -1
  93. package/ChartsLegend/piecewiseColorDefaultLabelFormatter.d.ts +1 -1
  94. package/ChartsLegend/useAxis.d.mts +3 -3
  95. package/ChartsLegend/useAxis.d.ts +3 -3
  96. package/ChartsOverlay/ChartsOverlay.d.mts +2 -2
  97. package/ChartsOverlay/ChartsOverlay.d.ts +2 -2
  98. package/ChartsRadialAxisHighlight/ChartsRadialAxisHighlight.d.mts +1 -1
  99. package/ChartsRadialAxisHighlight/ChartsRadialAxisHighlight.d.ts +1 -1
  100. package/ChartsRadialAxisHighlight/ChartsRadiusAxisHighlight.d.mts +2 -2
  101. package/ChartsRadialAxisHighlight/ChartsRadiusAxisHighlight.d.ts +2 -2
  102. package/ChartsRadialAxisHighlight/ChartsRotationAxisHighlight.d.mts +2 -2
  103. package/ChartsRadialAxisHighlight/ChartsRotationAxisHighlight.d.ts +2 -2
  104. package/ChartsRadialDataProvider/ChartsRadialDataProvider.d.mts +6 -6
  105. package/ChartsRadialDataProvider/ChartsRadialDataProvider.d.ts +6 -6
  106. package/ChartsRadialDataProvider/ChartsRadialDataProvider.plugins.d.mts +6 -6
  107. package/ChartsRadialDataProvider/ChartsRadialDataProvider.plugins.d.ts +6 -6
  108. package/ChartsRadialDataProvider/useChartsRadialDataProviderProps.d.mts +5 -5
  109. package/ChartsRadialDataProvider/useChartsRadialDataProviderProps.d.ts +5 -5
  110. package/ChartsRadialGrid/ChartsRadialGrid.d.mts +1 -1
  111. package/ChartsRadialGrid/ChartsRadialGrid.d.ts +1 -1
  112. package/ChartsRadialGrid/ChartsRadiusGrid.d.mts +2 -2
  113. package/ChartsRadialGrid/ChartsRadiusGrid.d.ts +2 -2
  114. package/ChartsRadialGrid/ChartsRotationGrid.d.mts +2 -2
  115. package/ChartsRadialGrid/ChartsRotationGrid.d.ts +2 -2
  116. package/ChartsRadiusAxis/chartsRadiusAxisClasses.d.mts +1 -1
  117. package/ChartsRadiusAxis/chartsRadiusAxisClasses.d.ts +1 -1
  118. package/ChartsReferenceLine/ChartsReferenceLine.d.mts +3 -3
  119. package/ChartsReferenceLine/ChartsReferenceLine.d.ts +3 -3
  120. package/ChartsReferenceLine/ChartsXReferenceLine.d.mts +2 -2
  121. package/ChartsReferenceLine/ChartsXReferenceLine.d.ts +2 -2
  122. package/ChartsReferenceLine/ChartsYReferenceLine.d.mts +2 -2
  123. package/ChartsReferenceLine/ChartsYReferenceLine.d.ts +2 -2
  124. package/ChartsReferenceLine/common.d.mts +3 -3
  125. package/ChartsReferenceLine/common.d.ts +3 -3
  126. package/ChartsRotationAxis/chartsRotationAxisClasses.d.mts +1 -1
  127. package/ChartsRotationAxis/chartsRotationAxisClasses.d.ts +1 -1
  128. package/ChartsSurface/ChartsSurface.d.mts +2 -2
  129. package/ChartsSurface/ChartsSurface.d.ts +2 -2
  130. package/ChartsSvgLayer/ChartsSvgLayer.d.mts +1 -1
  131. package/ChartsSvgLayer/ChartsSvgLayer.d.ts +1 -1
  132. package/ChartsText/ChartsText.d.mts +1 -1
  133. package/ChartsText/ChartsText.d.ts +1 -1
  134. package/ChartsText/defaultTextPlacement.d.mts +1 -1
  135. package/ChartsText/defaultTextPlacement.d.ts +1 -1
  136. package/ChartsTooltip/ChartTooltip.types.d.mts +2 -2
  137. package/ChartsTooltip/ChartTooltip.types.d.ts +2 -2
  138. package/ChartsTooltip/ChartsAxisTooltipContent.d.mts +2 -2
  139. package/ChartsTooltip/ChartsAxisTooltipContent.d.ts +2 -2
  140. package/ChartsTooltip/ChartsAxisTooltipContent.js +9 -2
  141. package/ChartsTooltip/ChartsAxisTooltipContent.mjs +9 -2
  142. package/ChartsTooltip/ChartsItemTooltipContent.d.mts +2 -2
  143. package/ChartsTooltip/ChartsItemTooltipContent.d.ts +2 -2
  144. package/ChartsTooltip/ChartsTooltip.d.mts +2 -2
  145. package/ChartsTooltip/ChartsTooltip.d.ts +2 -2
  146. package/ChartsTooltip/ChartsTooltipContainer.d.mts +3 -3
  147. package/ChartsTooltip/ChartsTooltipContainer.d.ts +3 -3
  148. package/ChartsTooltip/ChartsTooltipContainer.js +14 -3
  149. package/ChartsTooltip/ChartsTooltipContainer.mjs +15 -4
  150. package/ChartsTooltip/useAxesTooltip.d.mts +4 -4
  151. package/ChartsTooltip/useAxesTooltip.d.ts +4 -4
  152. package/ChartsTooltip/useItemTooltip.d.mts +1 -1
  153. package/ChartsTooltip/useItemTooltip.d.ts +1 -1
  154. package/ChartsWrapper/ChartsWrapper.d.mts +3 -3
  155. package/ChartsWrapper/ChartsWrapper.d.ts +3 -3
  156. package/ChartsXAxis/ChartsGroupedXAxisTicks.d.mts +1 -1
  157. package/ChartsXAxis/ChartsGroupedXAxisTicks.d.ts +1 -1
  158. package/ChartsXAxis/ChartsGroupedXAxisTicks.js +3 -13
  159. package/ChartsXAxis/ChartsGroupedXAxisTicks.mjs +2 -12
  160. package/ChartsXAxis/ChartsXAxis.d.mts +1 -1
  161. package/ChartsXAxis/ChartsXAxis.d.ts +1 -1
  162. package/ChartsXAxis/getVisibleLabels.d.mts +2 -2
  163. package/ChartsXAxis/getVisibleLabels.d.ts +2 -2
  164. package/ChartsXAxis/shortenLabels.d.mts +3 -3
  165. package/ChartsXAxis/shortenLabels.d.ts +3 -3
  166. package/ChartsXAxis/useAxisTicksProps.d.mts +3 -2
  167. package/ChartsXAxis/useAxisTicksProps.d.ts +3 -2
  168. package/ChartsXAxis/utilities.d.mts +1 -1
  169. package/ChartsXAxis/utilities.d.ts +1 -1
  170. package/ChartsYAxis/ChartsGroupedYAxisTicks.d.mts +1 -1
  171. package/ChartsYAxis/ChartsGroupedYAxisTicks.d.ts +1 -1
  172. package/ChartsYAxis/ChartsGroupedYAxisTicks.js +4 -16
  173. package/ChartsYAxis/ChartsGroupedYAxisTicks.mjs +3 -13
  174. package/ChartsYAxis/ChartsYAxis.d.mts +1 -1
  175. package/ChartsYAxis/ChartsYAxis.d.ts +1 -1
  176. package/ChartsYAxis/shortenLabels.d.mts +3 -3
  177. package/ChartsYAxis/shortenLabels.d.ts +3 -3
  178. package/ChartsYAxis/useAxisTicksProps.d.mts +3 -2
  179. package/ChartsYAxis/useAxisTicksProps.d.ts +3 -2
  180. package/ChartsYAxis/utilities.d.mts +1 -1
  181. package/ChartsYAxis/utilities.d.ts +1 -1
  182. package/Gauge/Gauge.d.mts +3 -3
  183. package/Gauge/Gauge.d.ts +3 -3
  184. package/Gauge/GaugeContainer.d.mts +4 -4
  185. package/Gauge/GaugeContainer.d.ts +4 -4
  186. package/Gauge/GaugeValueText.d.mts +1 -1
  187. package/Gauge/GaugeValueText.d.ts +1 -1
  188. package/LineChart/AppearingMask.d.mts +1 -1
  189. package/LineChart/AppearingMask.d.ts +1 -1
  190. package/LineChart/AreaElement.d.mts +5 -5
  191. package/LineChart/AreaElement.d.ts +5 -5
  192. package/LineChart/AreaElement.js +1 -1
  193. package/LineChart/AreaElement.mjs +1 -1
  194. package/LineChart/AreaPlot.d.mts +2 -2
  195. package/LineChart/AreaPlot.d.ts +2 -2
  196. package/LineChart/CircleMarkElement.d.mts +2 -2
  197. package/LineChart/CircleMarkElement.d.ts +2 -2
  198. package/LineChart/LineChart.d.mts +14 -14
  199. package/LineChart/LineChart.d.ts +14 -14
  200. package/LineChart/LineChart.plugins.d.mts +9 -9
  201. package/LineChart/LineChart.plugins.d.ts +9 -9
  202. package/LineChart/LineElement.d.mts +5 -5
  203. package/LineChart/LineElement.d.ts +5 -5
  204. package/LineChart/LineHighlightElement.d.mts +1 -1
  205. package/LineChart/LineHighlightElement.d.ts +1 -1
  206. package/LineChart/LineHighlightPlot.d.mts +2 -2
  207. package/LineChart/LineHighlightPlot.d.ts +2 -2
  208. package/LineChart/LinePlot.d.mts +2 -2
  209. package/LineChart/LinePlot.d.ts +2 -2
  210. package/LineChart/MarkElement.d.mts +9 -1
  211. package/LineChart/MarkElement.d.ts +9 -1
  212. package/LineChart/MarkPlot.d.mts +2 -2
  213. package/LineChart/MarkPlot.d.ts +2 -2
  214. package/LineChart/lineClasses.d.mts +0 -9
  215. package/LineChart/lineClasses.d.ts +0 -9
  216. package/LineChart/lineClasses.js +0 -1
  217. package/LineChart/lineClasses.mjs +1 -1
  218. package/LineChart/seriesConfig/extremums.d.mts +1 -1
  219. package/LineChart/seriesConfig/extremums.d.ts +1 -1
  220. package/LineChart/seriesConfig/getColor.d.mts +1 -1
  221. package/LineChart/seriesConfig/getColor.d.ts +1 -1
  222. package/LineChart/seriesConfig/index.d.mts +1 -1
  223. package/LineChart/seriesConfig/index.d.ts +1 -1
  224. package/LineChart/seriesConfig/keyboardFocusHandler.d.mts +1 -1
  225. package/LineChart/seriesConfig/keyboardFocusHandler.d.ts +1 -1
  226. package/LineChart/seriesConfig/legend.d.mts +1 -1
  227. package/LineChart/seriesConfig/legend.d.ts +1 -1
  228. package/LineChart/useAreaPlotData.d.mts +3 -3
  229. package/LineChart/useAreaPlotData.d.ts +3 -3
  230. package/LineChart/useLineChartProps.d.mts +12 -12
  231. package/LineChart/useLineChartProps.d.ts +12 -12
  232. package/LineChart/useLineChartProps.mjs +0 -1
  233. package/LineChart/useLinePlotData.d.mts +3 -3
  234. package/LineChart/useLinePlotData.d.ts +3 -3
  235. package/LineChart/useMarkPlotData.d.mts +4 -4
  236. package/LineChart/useMarkPlotData.d.ts +4 -4
  237. package/PieChart/FocusedPieArc.d.mts +1 -1
  238. package/PieChart/FocusedPieArc.d.ts +1 -1
  239. package/PieChart/PieArc.d.mts +1 -1
  240. package/PieChart/PieArc.d.ts +1 -1
  241. package/PieChart/PieArcLabel.d.mts +2 -2
  242. package/PieChart/PieArcLabel.d.ts +2 -2
  243. package/PieChart/PieArcLabelPlot.d.mts +2 -2
  244. package/PieChart/PieArcLabelPlot.d.ts +2 -2
  245. package/PieChart/PieArcPlot.d.mts +2 -2
  246. package/PieChart/PieArcPlot.d.ts +2 -2
  247. package/PieChart/PieChart.d.mts +11 -11
  248. package/PieChart/PieChart.d.ts +11 -11
  249. package/PieChart/PieChart.plugins.d.mts +6 -6
  250. package/PieChart/PieChart.plugins.d.ts +6 -6
  251. package/PieChart/PiePlot.d.mts +2 -2
  252. package/PieChart/PiePlot.d.ts +2 -2
  253. package/PieChart/dataTransform/useTransformData.d.mts +1 -1
  254. package/PieChart/dataTransform/useTransformData.d.ts +1 -1
  255. package/PieChart/getPieCoordinates.d.mts +2 -2
  256. package/PieChart/getPieCoordinates.d.ts +2 -2
  257. package/PieChart/pieClasses.d.mts +1 -1
  258. package/PieChart/pieClasses.d.ts +1 -1
  259. package/PieChart/seriesConfig/getColor.d.mts +1 -1
  260. package/PieChart/seriesConfig/getColor.d.ts +1 -1
  261. package/PieChart/seriesConfig/index.d.mts +1 -1
  262. package/PieChart/seriesConfig/index.d.ts +1 -1
  263. package/PieChart/seriesConfig/legend.d.mts +1 -1
  264. package/PieChart/seriesConfig/legend.d.ts +1 -1
  265. package/PieChart/seriesConfig/seriesProcessor.d.mts +1 -1
  266. package/PieChart/seriesConfig/seriesProcessor.d.ts +1 -1
  267. package/RadarChart/RadarAxis/RadarAxis.d.mts +2 -2
  268. package/RadarChart/RadarAxis/RadarAxis.d.ts +2 -2
  269. package/RadarChart/RadarAxis/RadarAxis.utils.d.mts +1 -1
  270. package/RadarChart/RadarAxis/RadarAxis.utils.d.ts +1 -1
  271. package/RadarChart/RadarAxisHighlight/RadarAxisHighlight.d.mts +1 -1
  272. package/RadarChart/RadarAxisHighlight/RadarAxisHighlight.d.ts +1 -1
  273. package/RadarChart/RadarAxisHighlight/useRadarAxisHighlight.d.mts +4 -4
  274. package/RadarChart/RadarAxisHighlight/useRadarAxisHighlight.d.ts +4 -4
  275. package/RadarChart/RadarChart.d.mts +11 -11
  276. package/RadarChart/RadarChart.d.ts +11 -11
  277. package/RadarChart/RadarChart.plugins.d.mts +6 -6
  278. package/RadarChart/RadarChart.plugins.d.ts +6 -6
  279. package/RadarChart/RadarDataProvider/RadarDataProvider.d.mts +6 -6
  280. package/RadarChart/RadarDataProvider/RadarDataProvider.d.ts +6 -6
  281. package/RadarChart/RadarDataProvider/radar.types.d.mts +1 -1
  282. package/RadarChart/RadarDataProvider/radar.types.d.ts +1 -1
  283. package/RadarChart/RadarGrid/CircularRadarGrid.d.mts +1 -1
  284. package/RadarChart/RadarGrid/CircularRadarGrid.d.ts +1 -1
  285. package/RadarChart/RadarGrid/CircularRadarStripes.d.mts +1 -1
  286. package/RadarChart/RadarGrid/CircularRadarStripes.d.ts +1 -1
  287. package/RadarChart/RadarGrid/RadarGrid.d.mts +1 -1
  288. package/RadarChart/RadarGrid/RadarGrid.d.ts +1 -1
  289. package/RadarChart/RadarGrid/RadarGrid.types.d.mts +1 -1
  290. package/RadarChart/RadarGrid/RadarGrid.types.d.ts +1 -1
  291. package/RadarChart/RadarGrid/SharpRadarGrid.d.mts +1 -1
  292. package/RadarChart/RadarGrid/SharpRadarGrid.d.ts +1 -1
  293. package/RadarChart/RadarGrid/SharpRadarStripes.d.mts +1 -1
  294. package/RadarChart/RadarGrid/SharpRadarStripes.d.ts +1 -1
  295. package/RadarChart/RadarSeriesPlot/RadarSeriesArea.d.mts +2 -2
  296. package/RadarChart/RadarSeriesPlot/RadarSeriesArea.d.ts +2 -2
  297. package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.d.mts +3 -3
  298. package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.d.ts +3 -3
  299. package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.d.mts +1 -1
  300. package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.d.ts +1 -1
  301. package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.types.d.mts +2 -2
  302. package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.types.d.ts +2 -2
  303. package/RadarChart/RadarSeriesPlot/useInteractionAllItemProps.d.mts +1 -1
  304. package/RadarChart/RadarSeriesPlot/useInteractionAllItemProps.d.ts +1 -1
  305. package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.mts +1 -1
  306. package/RadarChart/RadarSeriesPlot/useRadarSeriesData.d.ts +1 -1
  307. package/RadarChart/seriesConfig/extremums.d.mts +1 -1
  308. package/RadarChart/seriesConfig/extremums.d.ts +1 -1
  309. package/RadarChart/seriesConfig/getColor.d.mts +1 -1
  310. package/RadarChart/seriesConfig/getColor.d.ts +1 -1
  311. package/RadarChart/seriesConfig/index.d.mts +1 -1
  312. package/RadarChart/seriesConfig/index.d.ts +1 -1
  313. package/RadarChart/seriesConfig/legend.d.mts +1 -1
  314. package/RadarChart/seriesConfig/legend.d.ts +1 -1
  315. package/RadarChart/seriesConfig/seriesProcessor.d.mts +1 -1
  316. package/RadarChart/seriesConfig/seriesProcessor.d.ts +1 -1
  317. package/RadarChart/useRadarChartProps.d.mts +7 -7
  318. package/RadarChart/useRadarChartProps.d.ts +7 -7
  319. package/ScatterChart/BatchScatter.d.mts +3 -3
  320. package/ScatterChart/BatchScatter.d.ts +3 -3
  321. package/ScatterChart/Scatter.d.mts +4 -4
  322. package/ScatterChart/Scatter.d.ts +4 -4
  323. package/ScatterChart/ScatterChart.d.mts +13 -13
  324. package/ScatterChart/ScatterChart.d.ts +13 -13
  325. package/ScatterChart/ScatterChart.plugins.d.mts +11 -11
  326. package/ScatterChart/ScatterChart.plugins.d.ts +11 -11
  327. package/ScatterChart/ScatterMarker.d.mts +1 -1
  328. package/ScatterChart/ScatterMarker.d.ts +1 -1
  329. package/ScatterChart/ScatterPlot.d.mts +1 -1
  330. package/ScatterChart/ScatterPlot.d.ts +1 -1
  331. package/ScatterChart/async/ScatterAsync.d.mts +7 -1
  332. package/ScatterChart/async/ScatterAsync.d.ts +7 -1
  333. package/ScatterChart/async/ScatterAsync.js +32 -10
  334. package/ScatterChart/async/ScatterAsync.mjs +31 -10
  335. package/ScatterChart/async/ScatterAsyncBatch.d.mts +13 -8
  336. package/ScatterChart/async/ScatterAsyncBatch.d.ts +13 -8
  337. package/ScatterChart/async/ScatterAsyncBatch.js +17 -11
  338. package/ScatterChart/async/ScatterAsyncBatch.mjs +18 -12
  339. package/ScatterChart/async/scatterRenderData.selectors.d.mts +22 -25
  340. package/ScatterChart/async/scatterRenderData.selectors.d.ts +22 -25
  341. package/ScatterChart/async/scatterRenderData.selectors.js +34 -49
  342. package/ScatterChart/async/scatterRenderData.selectors.mjs +33 -48
  343. package/ScatterChart/seriesConfig/extremums.d.mts +1 -1
  344. package/ScatterChart/seriesConfig/extremums.d.ts +1 -1
  345. package/ScatterChart/seriesConfig/getColor.d.mts +1 -1
  346. package/ScatterChart/seriesConfig/getColor.d.ts +1 -1
  347. package/ScatterChart/seriesConfig/getMarkerSize.d.mts +2 -2
  348. package/ScatterChart/seriesConfig/getMarkerSize.d.ts +2 -2
  349. package/ScatterChart/seriesConfig/index.d.mts +1 -1
  350. package/ScatterChart/seriesConfig/index.d.ts +1 -1
  351. package/ScatterChart/seriesConfig/keyboardFocusHandler.d.mts +1 -1
  352. package/ScatterChart/seriesConfig/keyboardFocusHandler.d.ts +1 -1
  353. package/ScatterChart/seriesConfig/legend.d.mts +1 -1
  354. package/ScatterChart/seriesConfig/legend.d.ts +1 -1
  355. package/ScatterChart/seriesConfig/seriesProcessor.d.mts +1 -1
  356. package/ScatterChart/seriesConfig/seriesProcessor.d.ts +1 -1
  357. package/ScatterChart/useScatterChartProps.d.mts +7 -7
  358. package/ScatterChart/useScatterChartProps.d.ts +7 -7
  359. package/ScatterChart/useScatterItemPosition.d.mts +1 -1
  360. package/ScatterChart/useScatterItemPosition.d.ts +1 -1
  361. package/ScatterChart/useScatterPlotData.d.mts +3 -3
  362. package/ScatterChart/useScatterPlotData.d.ts +3 -3
  363. package/SparkLineChart/SparkLineChart.d.mts +3 -3
  364. package/SparkLineChart/SparkLineChart.d.ts +3 -3
  365. package/Toolbar/Toolbar.d.mts +1 -1
  366. package/Toolbar/Toolbar.d.ts +1 -1
  367. package/Toolbar/ToolbarButton.d.mts +2 -2
  368. package/Toolbar/ToolbarButton.d.ts +2 -2
  369. package/colorPalettes/categorical/blueberryTwilight.d.mts +1 -1
  370. package/colorPalettes/categorical/blueberryTwilight.d.ts +1 -1
  371. package/colorPalettes/categorical/cheerfulFiesta.d.mts +1 -1
  372. package/colorPalettes/categorical/cheerfulFiesta.d.ts +1 -1
  373. package/colorPalettes/categorical/mangoFusion.d.mts +1 -1
  374. package/colorPalettes/categorical/mangoFusion.d.ts +1 -1
  375. package/colorPalettes/categorical/rainbowSurge.d.mts +1 -1
  376. package/colorPalettes/categorical/rainbowSurge.d.ts +1 -1
  377. package/colorPalettes/sequential/blue.d.mts +1 -1
  378. package/colorPalettes/sequential/blue.d.ts +1 -1
  379. package/colorPalettes/sequential/cyan.d.mts +1 -1
  380. package/colorPalettes/sequential/cyan.d.ts +1 -1
  381. package/colorPalettes/sequential/green.d.mts +1 -1
  382. package/colorPalettes/sequential/green.d.ts +1 -1
  383. package/colorPalettes/sequential/orange.d.mts +1 -1
  384. package/colorPalettes/sequential/orange.d.ts +1 -1
  385. package/colorPalettes/sequential/pink.d.mts +1 -1
  386. package/colorPalettes/sequential/pink.d.ts +1 -1
  387. package/colorPalettes/sequential/purple.d.mts +1 -1
  388. package/colorPalettes/sequential/purple.d.ts +1 -1
  389. package/colorPalettes/sequential/red.d.mts +1 -1
  390. package/colorPalettes/sequential/red.d.ts +1 -1
  391. package/colorPalettes/sequential/strawberrySky.d.mts +1 -1
  392. package/colorPalettes/sequential/strawberrySky.d.ts +1 -1
  393. package/colorPalettes/sequential/yellow.d.mts +1 -1
  394. package/colorPalettes/sequential/yellow.d.ts +1 -1
  395. package/context/ChartsProvider/ChartsProvider.d.mts +1 -1
  396. package/context/ChartsProvider/ChartsProvider.d.ts +1 -1
  397. package/context/ChartsProvider/ChartsProvider.types.d.mts +1 -1
  398. package/context/ChartsProvider/ChartsProvider.types.d.ts +1 -1
  399. package/context/ChartsProvider/useChartsContext.d.mts +2 -2
  400. package/context/ChartsProvider/useChartsContext.d.ts +2 -2
  401. package/context/ChartsSlotsContext.d.mts +1 -1
  402. package/context/ChartsSlotsContext.d.ts +1 -1
  403. package/context/useChartApiContext.d.mts +1 -1
  404. package/context/useChartApiContext.d.ts +1 -1
  405. package/hooks/index.d.mts +2 -1
  406. package/hooks/index.d.ts +2 -1
  407. package/hooks/index.js +10 -2
  408. package/hooks/index.mjs +2 -1
  409. package/hooks/useAxis.d.mts +1 -1
  410. package/hooks/useAxis.d.ts +1 -1
  411. package/hooks/useAxisCoordinates.d.mts +2 -2
  412. package/hooks/useAxisCoordinates.d.ts +2 -2
  413. package/hooks/useAxisTicks.d.mts +2 -2
  414. package/hooks/useAxisTicks.d.ts +2 -2
  415. package/hooks/useBarSeries.d.mts +3 -3
  416. package/hooks/useBarSeries.d.ts +3 -3
  417. package/hooks/useChartGradientId.d.mts +1 -1
  418. package/hooks/useChartGradientId.d.ts +1 -1
  419. package/hooks/useColorScale.d.mts +1 -1
  420. package/hooks/useColorScale.d.ts +1 -1
  421. package/hooks/useDataset.d.mts +1 -1
  422. package/hooks/useDataset.d.ts +1 -1
  423. package/hooks/useItemHighlightStateGetter.d.mts +1 -1
  424. package/hooks/useItemHighlightStateGetter.d.ts +1 -1
  425. package/hooks/useLineSeries.d.mts +3 -3
  426. package/hooks/useLineSeries.d.ts +3 -3
  427. package/hooks/usePolarGeometry.d.mts +51 -0
  428. package/hooks/usePolarGeometry.d.ts +51 -0
  429. package/hooks/usePolarGeometry.js +47 -0
  430. package/hooks/usePolarGeometry.mjs +41 -0
  431. package/hooks/useRadarSeries.d.mts +3 -3
  432. package/hooks/useRadarSeries.d.ts +3 -3
  433. package/hooks/useScatterSeries.d.mts +3 -3
  434. package/hooks/useScatterSeries.d.ts +3 -3
  435. package/hooks/useTicksGrouped.d.mts +1 -1
  436. package/hooks/useTicksGrouped.d.ts +1 -1
  437. package/index.js +1 -1
  438. package/index.mjs +1 -1
  439. package/internals/animation/Transition.mjs +0 -1
  440. package/internals/animation/animation.d.mts +1 -1
  441. package/internals/animation/animation.d.ts +1 -1
  442. package/internals/colorScale.d.mts +2 -2
  443. package/internals/colorScale.d.ts +2 -2
  444. package/internals/commonNextFocusItem.d.mts +15 -5
  445. package/internals/commonNextFocusItem.d.ts +15 -5
  446. package/internals/commonNextFocusItem.js +6 -0
  447. package/internals/commonNextFocusItem.mjs +7 -0
  448. package/internals/components/ChartsAxesGradients/ChartsContinuousGradient.d.mts +1 -1
  449. package/internals/components/ChartsAxesGradients/ChartsContinuousGradient.d.ts +1 -1
  450. package/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.d.mts +1 -1
  451. package/internals/components/ChartsAxesGradients/ChartsContinuousGradientObjectBound.d.ts +1 -1
  452. package/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.d.mts +1 -1
  453. package/internals/components/ChartsAxesGradients/ChartsPiecewiseGradient.d.ts +1 -1
  454. package/internals/configInit.d.mts +1 -1
  455. package/internals/configInit.d.ts +1 -1
  456. package/internals/createCommonKeyboardFocusHandler.d.mts +5 -1
  457. package/internals/createCommonKeyboardFocusHandler.d.ts +5 -1
  458. package/internals/createSvgIcon.d.mts +1 -1
  459. package/internals/createSvgIcon.d.ts +1 -1
  460. package/internals/dateHelpers.d.mts +3 -3
  461. package/internals/dateHelpers.d.ts +3 -3
  462. package/internals/defaultValueFormatters.d.mts +1 -1
  463. package/internals/defaultValueFormatters.d.ts +1 -1
  464. package/internals/getCurve.d.mts +1 -1
  465. package/internals/getCurve.d.ts +1 -1
  466. package/internals/getGroupingConfig.d.mts +6 -0
  467. package/internals/getGroupingConfig.d.ts +6 -0
  468. package/internals/getGroupingConfig.js +20 -0
  469. package/internals/getGroupingConfig.mjs +12 -0
  470. package/internals/getScale.d.mts +2 -2
  471. package/internals/getScale.d.ts +2 -2
  472. package/internals/getSeriesColorFn.d.mts +2 -2
  473. package/internals/getSeriesColorFn.d.ts +2 -2
  474. package/internals/invertScale.d.mts +1 -1
  475. package/internals/invertScale.d.ts +1 -1
  476. package/internals/invertTextAnchor.d.mts +1 -1
  477. package/internals/invertTextAnchor.d.ts +1 -1
  478. package/internals/isCartesian.d.mts +1 -1
  479. package/internals/isCartesian.d.ts +1 -1
  480. package/internals/isPolar.d.mts +1 -1
  481. package/internals/isPolar.d.ts +1 -1
  482. package/internals/material/index.d.mts +2 -2
  483. package/internals/material/index.d.ts +2 -2
  484. package/internals/plugins/allPlugins.d.mts +12 -12
  485. package/internals/plugins/allPlugins.d.ts +12 -12
  486. package/internals/plugins/corePlugins/corePlugins.d.mts +8 -8
  487. package/internals/plugins/corePlugins/corePlugins.d.ts +8 -8
  488. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.mts +1 -1
  489. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.d.ts +1 -1
  490. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.mts +1 -1
  491. package/internals/plugins/corePlugins/useChartAnimation/useChartAnimation.types.d.ts +1 -1
  492. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.mts +1 -1
  493. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.d.ts +1 -1
  494. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.mts +2 -2
  495. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.selectors.d.ts +2 -2
  496. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.mts +1 -1
  497. package/internals/plugins/corePlugins/useChartDimensions/useChartDimensions.types.d.ts +1 -1
  498. package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.d.mts +2 -2
  499. package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.d.ts +2 -2
  500. package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.types.d.mts +1 -1
  501. package/internals/plugins/corePlugins/useChartElementRef/useChartElementRef.types.d.ts +1 -1
  502. package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.d.mts +1 -1
  503. package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.d.ts +1 -1
  504. package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.mts +1 -1
  505. package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.selectors.d.ts +1 -1
  506. package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.d.mts +1 -1
  507. package/internals/plugins/corePlugins/useChartExperimentalFeature/useChartExperimentalFeature.types.d.ts +1 -1
  508. package/internals/plugins/corePlugins/useChartId/useChartId.d.mts +2 -2
  509. package/internals/plugins/corePlugins/useChartId/useChartId.d.ts +2 -2
  510. package/internals/plugins/corePlugins/useChartId/useChartId.types.d.mts +1 -1
  511. package/internals/plugins/corePlugins/useChartId/useChartId.types.d.ts +1 -1
  512. package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.d.mts +2 -2
  513. package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.d.ts +2 -2
  514. package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.types.d.mts +2 -2
  515. package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.types.d.ts +2 -2
  516. package/internals/plugins/corePlugins/useChartSeries/processSeries.d.mts +5 -5
  517. package/internals/plugins/corePlugins/useChartSeries/processSeries.d.ts +5 -5
  518. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.d.mts +2 -2
  519. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.d.ts +2 -2
  520. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.mts +4 -3
  521. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.selectors.d.ts +4 -3
  522. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.mts +6 -6
  523. package/internals/plugins/corePlugins/useChartSeries/useChartSeries.types.d.ts +6 -6
  524. package/internals/plugins/corePlugins/useChartSeries/useColorProcessor.d.mts +2 -2
  525. package/internals/plugins/corePlugins/useChartSeries/useColorProcessor.d.ts +2 -2
  526. package/internals/plugins/corePlugins/useChartSeriesConfig/types/TooltipContent.types.d.mts +2 -2
  527. package/internals/plugins/corePlugins/useChartSeriesConfig/types/TooltipContent.types.d.ts +2 -2
  528. package/internals/plugins/corePlugins/useChartSeriesConfig/types/colorProcessor.types.d.mts +1 -1
  529. package/internals/plugins/corePlugins/useChartSeriesConfig/types/colorProcessor.types.d.ts +1 -1
  530. package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesConfig.types.d.mts +19 -13
  531. package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesConfig.types.d.ts +19 -13
  532. package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesLayout.types.d.mts +2 -2
  533. package/internals/plugins/corePlugins/useChartSeriesConfig/types/seriesLayout.types.d.ts +2 -2
  534. package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipGetter.types.d.mts +4 -4
  535. package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipGetter.types.d.ts +4 -4
  536. package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.d.mts +22 -11
  537. package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.d.ts +22 -11
  538. package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.d.mts +2 -2
  539. package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.d.ts +2 -2
  540. package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.selectors.d.mts +2 -2
  541. package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.selectors.d.ts +2 -2
  542. package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.d.mts +5 -5
  543. package/internals/plugins/corePlugins/useChartSeriesConfig/useChartSeriesConfig.types.d.ts +5 -5
  544. package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.d.mts +2 -2
  545. package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.d.ts +2 -2
  546. package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.types.d.mts +1 -1
  547. package/internals/plugins/featurePlugins/useChartBrush/useChartBrush.types.d.ts +1 -1
  548. package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisAutoSize.d.mts +1 -1
  549. package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisAutoSize.d.ts +1 -1
  550. package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.mts +8 -8
  551. package/internals/plugins/featurePlugins/useChartCartesianAxis/computeAxisValue.d.ts +8 -8
  552. package/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.d.mts +4 -4
  553. package/internals/plugins/featurePlugins/useChartCartesianAxis/createAxisFilterMapper.d.ts +4 -4
  554. package/internals/plugins/featurePlugins/useChartCartesianAxis/createZoomLookup.d.mts +1 -1
  555. package/internals/plugins/featurePlugins/useChartCartesianAxis/createZoomLookup.d.ts +1 -1
  556. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.mts +4 -4
  557. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeAxis.d.ts +4 -4
  558. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.d.mts +3 -3
  559. package/internals/plugins/featurePlugins/useChartCartesianAxis/defaultizeZoom.d.ts +3 -3
  560. package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.d.mts +4 -4
  561. package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.d.ts +4 -4
  562. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisDomainLimit.d.mts +4 -4
  563. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisDomainLimit.d.ts +4 -4
  564. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtrema.d.mts +5 -5
  565. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisExtrema.d.ts +5 -5
  566. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisScale.d.mts +3 -3
  567. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisScale.d.ts +3 -3
  568. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisTriggerTooltip.d.mts +4 -4
  569. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisTriggerTooltip.d.ts +4 -4
  570. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.mts +1 -1
  571. package/internals/plugins/featurePlugins/useChartCartesianAxis/getAxisValue.d.ts +1 -1
  572. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisAutoSize.selectors.d.mts +1 -1
  573. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisAutoSize.selectors.d.ts +1 -1
  574. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisDomains.selectors.d.mts +1 -1
  575. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisDomains.selectors.d.ts +1 -1
  576. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartAxisDomains.selectors.mjs +0 -1
  577. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.d.mts +2 -2
  578. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxis.d.ts +2 -2
  579. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.mts +3 -3
  580. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisLayout.selectors.d.ts +3 -3
  581. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.mts +1 -1
  582. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisPreview.selectors.d.ts +1 -1
  583. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.mts +3 -3
  584. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianAxisRendering.selectors.d.ts +3 -3
  585. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.mts +1 -1
  586. package/internals/plugins/featurePlugins/useChartCartesianAxis/useChartCartesianInteraction.selectors.d.ts +1 -1
  587. package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.mts +2 -2
  588. package/internals/plugins/featurePlugins/useChartCartesianAxis/zoom.types.d.ts +2 -2
  589. package/internals/plugins/featurePlugins/useChartClosestPoint/findClosestPoints.d.mts +3 -3
  590. package/internals/plugins/featurePlugins/useChartClosestPoint/findClosestPoints.d.ts +3 -3
  591. package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.d.mts +2 -2
  592. package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.d.ts +2 -2
  593. package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.types.d.mts +7 -7
  594. package/internals/plugins/featurePlugins/useChartClosestPoint/useChartClosestPoint.types.d.ts +7 -7
  595. package/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.d.mts +1 -1
  596. package/internals/plugins/featurePlugins/useChartHighlight/createIsFaded.d.ts +1 -1
  597. package/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.d.mts +1 -1
  598. package/internals/plugins/featurePlugins/useChartHighlight/createIsHighlighted.d.ts +1 -1
  599. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.mts +2 -2
  600. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.selectors.d.ts +2 -2
  601. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.types.d.mts +4 -4
  602. package/internals/plugins/featurePlugins/useChartHighlight/useChartHighlight.types.d.ts +4 -4
  603. package/internals/plugins/featurePlugins/useChartInteraction/checkHasInteractionPlugin.d.mts +2 -2
  604. package/internals/plugins/featurePlugins/useChartInteraction/checkHasInteractionPlugin.d.ts +2 -2
  605. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.d.mts +2 -2
  606. package/internals/plugins/featurePlugins/useChartInteraction/useChartInteraction.d.ts +2 -2
  607. package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.mts +1 -1
  608. package/internals/plugins/featurePlugins/useChartKeyboardNavigation/useChartKeyboardNavigation.selectors.d.ts +1 -1
  609. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.mts +5 -5
  610. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.d.ts +5 -5
  611. package/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.d.mts +3 -3
  612. package/internals/plugins/featurePlugins/useChartPolarAxis/defaultizeAxis.d.ts +3 -3
  613. package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisExtremum.d.mts +3 -3
  614. package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisExtremum.d.ts +3 -3
  615. package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisTriggerTooltip.d.mts +4 -4
  616. package/internals/plugins/featurePlugins/useChartPolarAxis/getAxisTriggerTooltip.d.ts +4 -4
  617. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.d.mts +2 -2
  618. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.d.ts +2 -2
  619. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.mts +2 -2
  620. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.selectors.d.ts +2 -2
  621. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.types.d.mts +5 -5
  622. package/internals/plugins/featurePlugins/useChartPolarAxis/useChartPolarAxis.types.d.ts +5 -5
  623. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.mts +1 -1
  624. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.d.ts +1 -1
  625. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.js +3 -7
  626. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.mjs +3 -7
  627. package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.d.mts +2 -2
  628. package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.d.ts +2 -2
  629. package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.types.d.mts +4 -4
  630. package/internals/plugins/featurePlugins/useChartVisibilityManager/useChartVisibilityManager.types.d.ts +4 -4
  631. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.d.mts +2 -2
  632. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.d.ts +2 -2
  633. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.d.mts +5 -5
  634. package/internals/plugins/featurePlugins/useChartZAxis/useChartZAxis.types.d.ts +5 -5
  635. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.d.mts +3 -4
  636. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.d.ts +3 -4
  637. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.d.mts +11 -2
  638. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.d.ts +11 -2
  639. package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.d.mts +6 -10
  640. package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.d.ts +6 -10
  641. package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.js +48 -27
  642. package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.mjs +49 -28
  643. package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.selectors.d.mts +11 -8
  644. package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.selectors.d.ts +11 -8
  645. package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.selectors.js +30 -41
  646. package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.selectors.mjs +29 -41
  647. package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.types.d.mts +2 -2
  648. package/internals/plugins/featurePlugins/useProgressiveRendering/useProgressiveRendering.types.d.ts +2 -2
  649. package/internals/plugins/models/plugin.d.mts +2 -2
  650. package/internals/plugins/models/plugin.d.ts +2 -2
  651. package/internals/plugins/utils/selectors.d.mts +2 -2
  652. package/internals/plugins/utils/selectors.d.ts +2 -2
  653. package/internals/plugins/utils/useLazySelectorEffect.d.mts +1 -1
  654. package/internals/plugins/utils/useLazySelectorEffect.d.ts +1 -1
  655. package/internals/processLineLikeSeries.d.mts +1 -1
  656. package/internals/processLineLikeSeries.d.ts +1 -1
  657. package/internals/scaleGuards.d.mts +1 -1
  658. package/internals/scaleGuards.d.ts +1 -1
  659. package/internals/scales/scaleBand.js +4 -1
  660. package/internals/scales/scaleBand.mjs +4 -1
  661. package/internals/scales/scaleSymlog.d.mts +1 -1
  662. package/internals/scales/scaleSymlog.d.ts +1 -1
  663. package/internals/seriesSelectorOfType.d.mts +2 -2
  664. package/internals/seriesSelectorOfType.d.ts +2 -2
  665. package/internals/shallowEqual.d.mts +1 -1
  666. package/internals/shallowEqual.d.ts +1 -1
  667. package/internals/shallowEqual.js +1 -1
  668. package/internals/shallowEqual.mjs +1 -1
  669. package/internals/sizeScale.d.mts +2 -2
  670. package/internals/sizeScale.d.ts +2 -2
  671. package/internals/stacking/stackSeries.d.mts +3 -2
  672. package/internals/stacking/stackSeries.d.ts +3 -2
  673. package/internals/store/extractPluginParamsFromProps.d.mts +3 -3
  674. package/internals/store/extractPluginParamsFromProps.d.ts +3 -3
  675. package/internals/store/useCharts.d.mts +2 -2
  676. package/internals/store/useCharts.d.ts +2 -2
  677. package/internals/store/useCharts.types.d.mts +1 -1
  678. package/internals/store/useCharts.types.d.ts +1 -1
  679. package/internals/store/useStore.d.mts +2 -2
  680. package/internals/store/useStore.d.ts +2 -2
  681. package/locales/elGR.d.mts +1 -1
  682. package/locales/elGR.d.ts +1 -1
  683. package/locales/enUS.d.mts +1 -1
  684. package/locales/enUS.d.ts +1 -1
  685. package/locales/frFR.d.mts +1 -1
  686. package/locales/frFR.d.ts +1 -1
  687. package/locales/nbNO.d.mts +1 -1
  688. package/locales/nbNO.d.ts +1 -1
  689. package/locales/ptBR.d.mts +1 -1
  690. package/locales/ptBR.d.ts +1 -1
  691. package/locales/ptPT.d.mts +1 -1
  692. package/locales/ptPT.d.ts +1 -1
  693. package/locales/svSE.d.mts +1 -1
  694. package/locales/svSE.d.ts +1 -1
  695. package/locales/utils/chartsLocaleTextApi.d.mts +1 -1
  696. package/locales/utils/chartsLocaleTextApi.d.ts +1 -1
  697. package/locales/utils/getChartsLocalization.d.mts +1 -1
  698. package/locales/utils/getChartsLocalization.d.ts +1 -1
  699. package/models/axis.d.mts +6 -6
  700. package/models/axis.d.ts +6 -6
  701. package/models/seriesType/bar.d.mts +4 -4
  702. package/models/seriesType/bar.d.ts +4 -4
  703. package/models/seriesType/line.d.mts +3 -3
  704. package/models/seriesType/line.d.ts +3 -3
  705. package/models/seriesType/pie.d.mts +3 -3
  706. package/models/seriesType/pie.d.ts +3 -3
  707. package/models/seriesType/radar.d.mts +1 -1
  708. package/models/seriesType/radar.d.ts +1 -1
  709. package/models/seriesType/scatter.d.mts +3 -3
  710. package/models/seriesType/scatter.d.ts +3 -3
  711. package/models/slots/chartsBaseSlots.d.mts +1 -1
  712. package/models/slots/chartsBaseSlots.d.ts +1 -1
  713. package/models/z-axis.d.mts +1 -1
  714. package/models/z-axis.d.ts +1 -1
  715. package/package.json +5 -5
  716. package/themeAugmentation/components.d.mts +1 -1
  717. package/themeAugmentation/components.d.ts +1 -1
  718. package/themeAugmentation/overrides.d.mts +7 -7
  719. package/themeAugmentation/overrides.d.ts +7 -7
  720. package/themeAugmentation/props.d.mts +15 -15
  721. package/themeAugmentation/props.d.ts +15 -15
  722. package/utils/niceDomain.d.mts +2 -2
  723. package/utils/niceDomain.d.ts +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,245 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.8.0
4
+
5
+ _Jul 2, 2026_
6
+
7
+ We'd like to extend a big thank you to the 18 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 🗺️ New [`MapImagePlot`](https://mui.com/x/react-charts/map/) for rendering raster base maps, with `onItemClick` support on map shapes (Premium)
10
+ - 📊 New [`usePolarGeometry`](https://mui.com/x/react-charts/hooks/use-polar-geometry/) hook to build custom radial overlays
11
+ - 🐞 Bugfixes
12
+ - 📚 Documentation improvements
13
+
14
+ Special thanks go out to these community members for their valuable contributions:
15
+ @Anexus5919, @aromanio, @greymoth-jp, @mustafajw07, @timbuckley, @voidmatcha
16
+
17
+ The following team members contributed to this release:
18
+ @alexfauquette, @arminmeh, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @joserodolfofreitas, @LukasTy, @mapache-salvaje, @michelengelen, @rita-codes, @sai6855
19
+
20
+ ### Data Grid
21
+
22
+ #### `@mui/x-data-grid@9.8.0`
23
+
24
+ - [DataGrid] Prevent cell editing from resurrecting a deleted row (#22958) @Anexus5919
25
+ - [DataGrid] Avoid reading `type` of `undefined` in `gridRowUtils` (#21808) @timbuckley
26
+ - [DataGrid] Improved get started tutorial (#22911) @joserodolfofreitas
27
+ - [l10n] Improve Japanese (ja-JP) locale (#23001) @greymoth-jp
28
+
29
+ #### `@mui/x-data-grid-pro@9.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
30
+
31
+ Same changes as in `@mui/x-data-grid@9.8.0`.
32
+
33
+ #### `@mui/x-data-grid-premium@9.8.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
34
+
35
+ Same changes as in `@mui/x-data-grid-pro@9.8.0`, plus:
36
+
37
+ - [DataGridPremium] Escape `singleSelect` values in Excel export with `escapeFormulas` enabled (#22851) @Anexus5919
38
+
39
+ ### Date and Time Pickers
40
+
41
+ #### `@mui/x-date-pickers@9.8.0`
42
+
43
+ - [pickers] Fix localized digit crash (#22995) @alexfauquette
44
+ - [pickers] Flag the first and last visible day cell across year boundaries (#22981) @Anexus5919
45
+ - [pickers] Use calendar day tokens in `AdapterMomentHijri` and `AdapterMomentJalaali` formats (#22974) @Anexus5919
46
+ - [pickers] Use the Hijri day token in `AdapterMomentHijri` `normalDateWithWeekday` (#22972) @Anexus5919
47
+ - [l10n] Improve Romanian (ro-RO) locale (#22969) @aromanio
48
+
49
+ #### `@mui/x-date-pickers-pro@9.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
50
+
51
+ Same changes as in `@mui/x-date-pickers@9.8.0`, plus:
52
+
53
+ - [DateRangeCalendar] Fix auto month-switch across the year boundary (#22987) @Anexus5919
54
+
55
+ ### Charts
56
+
57
+ #### `@mui/x-charts@9.8.0`
58
+
59
+ - [charts] Decouple `d3-geo` from the universal tooltip (#23011) @sai6855
60
+ - [charts] Deduplicate `getGroupingConfig` (#22889) @sai6855
61
+ - [charts] Expose `usePolarGeometry` hook for radial overlays (#22892) @mustafajw07
62
+
63
+ #### `@mui/x-charts-pro@9.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
64
+
65
+ Same changes as in `@mui/x-charts@9.8.0`.
66
+
67
+ #### `@mui/x-charts-premium@9.8.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
68
+
69
+ Same changes as in `@mui/x-charts-pro@9.8.0`, plus:
70
+
71
+ - [charts-premium] Add `onItemClick` support for the Map shapes (#22876) @sai6855
72
+ - [charts-premium] Replace `dataIndex` with `name` in map identifier (#22891) @sai6855
73
+ - [charts-premium] Share helper function (#23030) @alexfauquette
74
+ - [charts-premium] Extract shared WebGL utilities across bar/scatter/heatmap renderers (#22466) @sai6855
75
+ - [charts-premium] Add `MapImagePlot` for raster base maps (#22977) @JCQuintas
76
+
77
+ ### Tree View
78
+
79
+ #### `@mui/x-tree-view@9.8.0`
80
+
81
+ - [TreeView] Fix extra selection event when clicking a collapsed parent item (#22249) @michelengelen
82
+ - [TreeView] Enforce top-level type imports (#23034) @Janpot
83
+
84
+ #### `@mui/x-tree-view-pro@9.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
85
+
86
+ Same changes as in `@mui/x-tree-view@9.8.0`.
87
+
88
+ ### Scheduler
89
+
90
+ #### `@mui/x-scheduler@9.0.0-beta.4`
91
+
92
+ - [scheduler] Enforce top-level type imports (#22931) @Janpot
93
+ - [scheduler] Keep the occurrence date when editing only one recurring event (#23007) @Anexus5919
94
+ - [scheduler] Track bundle size of scheduler packages (#22682) @flaviendelangle
95
+ - [scheduler] Add `viewConfig` prop to limit displayed hours in the day and week views (#22929) @flaviendelangle
96
+
97
+ #### `@mui/x-scheduler-premium@9.0.0-beta.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
98
+
99
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.4`, plus:
100
+
101
+ - [scheduler] Collapsible resources in the timeline (#22920) @rita-codes
102
+
103
+ ### Codemod
104
+
105
+ #### `@mui/x-codemod@9.8.0`
106
+
107
+ Internal changes.
108
+
109
+ ### Docs
110
+
111
+ - [docs] Add recipe for conditional master-detail panels (#22971) @michelengelen
112
+ - [docs] Add recipe for describing active filters in the toolbar (#22970) @michelengelen
113
+ - [docs] Add recipe for triggering clipboard copy from a button (#22967) @michelengelen
114
+ - [docs] Clarify that `fieldRef.current.focusField()` is the canonical way to focus a field (#22937) @michelengelen
115
+ - [docs][scheduler] Another copyediting pass across the Scheduler docs (#22619) @mapache-salvaje
116
+ - [docs][charts] Add map example for arbitrary GeoJSON shapes (#22976) @JCQuintas
117
+ - [docs][charts] Double point count in `ScatterAsyncRenderer` demo (#22906) @JCQuintas
118
+
119
+ ### Core
120
+
121
+ - [code-infra] Fix tracking branch bug in release script (#22956) @michelengelen
122
+ - [code-infra] Remove mark-duplicate workflow (#22994) @cherniavskii
123
+ - [code-infra] Revert `nanoid@3.3.15` `minimumReleaseAge` exemption (#22953) @LukasTy
124
+
125
+ ### Miscellaneous
126
+
127
+ - [internals] Fix `ERR_UNSUPPORTED_DIR_IMPORT` for `core-js-pure` in Node ESM (#22985) @michelengelen
128
+ - [internals] Harden `useDisposable` React internals read with safeReact (#22986) @rita-codes
129
+ - [internals] Replace core-js `DisposableStack` ponyfill with a minimal fallback (#23002) @sai6855
130
+ - [test] Assert the edited `dateTime` cell value in the e2e edit test (#22982) @voidmatcha
131
+ - [virtualizer] Remeasure scrollbars when layout changes (#22914) @arminmeh
132
+
133
+ ## 9.7.0
134
+
135
+ _Jun 25, 2026_
136
+
137
+ We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
138
+
139
+ - 🐞 Bugfixes
140
+ - 📚 Documentation improvements
141
+
142
+ Special thanks go out to these community members for their valuable contributions:
143
+ @Anexus5919, @mustafajw07
144
+
145
+ The following team members contributed to this release:
146
+ @alexfauquette, @arminmeh, @brijeshb42, @Janpot, @JCQuintas, @LukasTy, @MBilalShafi, @michelengelen, @romgrk, @sai6855, @siriwatknp
147
+
148
+ ### Data Grid
149
+
150
+ #### `@mui/x-data-grid@9.7.0`
151
+
152
+ - [DataGrid] Fix `CustomColumnMenuGrid` demo crashing (#22897) @sai6855
153
+ - [DataGrid] Fix crash in `getRowValue` when `colDef` is `undefined` (#22838) @LukasTy
154
+ - [DataGrid] Fix `longText` expand button submitting surrounding form (#22450) @siriwatknp
155
+ - [DataGrid] Remove filename ignore list from `removePropTypesPlugin` in Babel config (#22727) @sai6855
156
+ - [DataGrid] Deduplicate scroll-preserving focus logic (#22916) @sai6855
157
+ - [DataGrid] Fix `singleSelect` clearing to use empty string instead of `null` (#22881) @michelengelen
158
+ - [DataGrid] Wait for rows before reacting on `autosizeOnMount` (#22698) @MBilalShafi
159
+
160
+ #### `@mui/x-data-grid-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
161
+
162
+ Same changes as in `@mui/x-data-grid@9.7.0`.
163
+
164
+ #### `@mui/x-data-grid-premium@9.7.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
165
+
166
+ Same changes as in `@mui/x-data-grid-pro@9.7.0`.
167
+
168
+ ### Date and Time Pickers
169
+
170
+ #### `@mui/x-date-pickers@9.7.0`
171
+
172
+ - [fields] Announce cardinal day in the day section `aria-valuetext` (#22922) @LukasTy
173
+ - [fields] Avoid focusing the field on blank space clicks (#22285) @LukasTy
174
+ - [pickers] Commit `TimeClock` value when the drag ends outside the clock (#22877) @LukasTy
175
+ - [pickers] Respect explicit `notched` prop on the outlined PickersTextField (#22875) @LukasTy
176
+
177
+ #### `@mui/x-date-pickers-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
178
+
179
+ Same changes as in `@mui/x-date-pickers@9.7.0`.
180
+
181
+ ### Charts
182
+
183
+ #### `@mui/x-charts@9.7.0`
184
+
185
+ - [charts] Add demo for displaying the sum of all values from the stacked series on top of the stacked bars (#22879) @sai6855
186
+ - [charts] Add `zAxis` custom scatter component demo (#22746) @mustafajw07
187
+ - [charts] Apply axis `colorMap` to radial bar fill (#22800) @JCQuintas
188
+ - [charts] Simplify classes type (#22626) @alexfauquette
189
+ - [charts] Stable progressive scatter batching + responsive zoom/pan (#22862) @JCQuintas
190
+ - [charts] Strip dev-only console diagnostics from production (#22917) @sai6855
191
+ - [docs] Fix scatter renderer table blocking column (#22904) @JCQuintas
192
+ - [docs] Make `ScatterAsyncRenderer` button bar responsive (#22905) @JCQuintas
193
+
194
+ #### `@mui/x-charts-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
195
+
196
+ Same changes as in `@mui/x-charts@9.7.0`.
197
+
198
+ #### `@mui/x-charts-premium@9.7.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
199
+
200
+ Same changes as in `@mui/x-charts-pro@9.7.0`.
201
+
202
+ ### Tree View
203
+
204
+ #### `@mui/x-tree-view@9.7.0`
205
+
206
+ Internal changes.
207
+
208
+ #### `@mui/x-tree-view-pro@9.7.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
209
+
210
+ Same changes as in `@mui/x-tree-view@9.7.0`.
211
+
212
+ ### Scheduler
213
+
214
+ #### `@mui/x-scheduler@9.0.0-beta.3`
215
+
216
+ - [scheduler] Highlight only the edited occurrence of a recurring event (#22873) @Anexus5919
217
+
218
+ #### `@mui/x-scheduler-premium@9.0.0-beta.3` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
219
+
220
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.3`.
221
+
222
+ ### Codemod
223
+
224
+ #### `@mui/x-codemod@9.7.0`
225
+
226
+ Internal changes.
227
+
228
+ ### Core
229
+
230
+ - [code-infra] Fix react@^18 CI failing on nanoid trust-downgrade (#22923) @LukasTy
231
+ - [code-infra] Reduce Netlify build parallelism to 2 (#22925) @LukasTy
232
+ - [code-infra] Use Turbopack for docs in dev (#22882) @brijeshb42
233
+ - [docs-infra] Pre-render API page descriptions (#22919) @brijeshb42
234
+ - [internal] Use `@base-ui/utils/platform` for platform detection (#22710) @romgrk
235
+ - [internal] Enforce top-level type imports (#22679) @Janpot
236
+
237
+ ### Miscellaneous
238
+
239
+ - [internal] Enable mui/no-floating-cleanup and fix leaks (#22872) @romgrk
240
+ - [infra] Update `.gitignore` to exclude `.claude` sub-directories (#22435) @michelengelen
241
+ - [virtualizer] Improve the dimensions' initial state (#22885) @arminmeh
242
+
3
243
  ## 9.6.0
4
244
 
5
245
  _Jun 18, 2026_
@@ -68,7 +308,6 @@ Same changes as in `@mui/x-charts-pro@9.6.0`, plus:
68
308
  - [charts-premium] Support maps tooltip positioned on items (#22648) @alexfauquette
69
309
  - [docs] Show how to export maps (#22837) @alexfauquette
70
310
 
71
-
72
311
  ### Tree View
73
312
 
74
313
  #### `@mui/x-tree-view@9.6.0`
@@ -115,7 +354,7 @@ Same changes as in `@mui/x-scheduler@9.0.0-beta.2`, plus:
115
354
 
116
355
  - [scheduler-premium] Expose premium model types through public API (#22798) @mustafajw07
117
356
  - [scheduler-premium] Remove non-functional `onPreferencesChange` prop from `EventTimelinePremium` (#22777) @rita-codes
118
- - [scheduler-premium] Validate the `FREQ` value in `parseRRule`] (#22786) @rita-codes
357
+ - [scheduler-premium] Validate the `FREQ` value in `parseRRule`] (#22786) @rita-codes
119
358
 
120
359
  ### Codemod
121
360
 
@@ -1,4 +1,4 @@
1
- import { type ChartsAxisSlotProps, type ChartsAxisSlots } from "../models/axis.mjs";
1
+ import type { ChartsAxisSlotProps, ChartsAxisSlots } from "../models/axis.mjs";
2
2
  export type { ChartsAxisSlots, ChartsAxisSlotProps };
3
3
  export interface ChartsAxisProps {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { type ChartsAxisSlotProps, type ChartsAxisSlots } from "../models/axis.js";
1
+ import type { ChartsAxisSlotProps, ChartsAxisSlots } from "../models/axis.js";
2
2
  export type { ChartsAxisSlots, ChartsAxisSlotProps };
3
3
  export interface ChartsAxisProps {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { type ChartsAxisHighlightProps } from "./ChartsAxisHighlight.types.mjs";
1
+ import type { ChartsAxisHighlightProps } from "./ChartsAxisHighlight.types.mjs";
2
2
  /**
3
3
  * Demos:
4
4
  *
@@ -1,4 +1,4 @@
1
- import { type ChartsAxisHighlightProps } from "./ChartsAxisHighlight.types.js";
1
+ import type { ChartsAxisHighlightProps } from "./ChartsAxisHighlight.types.js";
2
2
  /**
3
3
  * Demos:
4
4
  *
@@ -1,4 +1,4 @@
1
- import { type ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.mjs";
1
+ import type { ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.mjs";
2
2
  export declare const ChartsAxisHighlightPath: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
3
3
  ownerState: {
4
4
  axisHighlight: ChartsAxisHighlightType;
@@ -1,4 +1,4 @@
1
- import { type ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.js";
1
+ import type { ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.js";
2
2
  export declare const ChartsAxisHighlightPath: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
3
3
  ownerState: {
4
4
  axisHighlight: ChartsAxisHighlightType;
@@ -1,5 +1,5 @@
1
- import { type ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.mjs";
2
- import { type ChartsAxisHighlightClasses } from "./chartsAxisHighlightClasses.mjs";
1
+ import type { ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.mjs";
2
+ import type { ChartsAxisHighlightClasses } from "./chartsAxisHighlightClasses.mjs";
3
3
  /**
4
4
  * @ignore - internal component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import { type ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.js";
2
- import { type ChartsAxisHighlightClasses } from "./chartsAxisHighlightClasses.js";
1
+ import type { ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.js";
2
+ import type { ChartsAxisHighlightClasses } from "./chartsAxisHighlightClasses.js";
3
3
  /**
4
4
  * @ignore - internal component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import { type ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.mjs";
2
- import { type ChartsAxisHighlightClasses } from "./chartsAxisHighlightClasses.mjs";
1
+ import type { ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.mjs";
2
+ import type { ChartsAxisHighlightClasses } from "./chartsAxisHighlightClasses.mjs";
3
3
  /**
4
4
  * @ignore - internal component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import { type ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.js";
2
- import { type ChartsAxisHighlightClasses } from "./chartsAxisHighlightClasses.js";
1
+ import type { ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.js";
2
+ import type { ChartsAxisHighlightClasses } from "./chartsAxisHighlightClasses.js";
3
3
  /**
4
4
  * @ignore - internal component.
5
5
  */
@@ -1,5 +1,5 @@
1
- import { type SxProps } from '@mui/material/styles';
2
- import { type AxisId } from "../models/axis.mjs";
1
+ import type { SxProps } from '@mui/material/styles';
2
+ import type { AxisId } from "../models/axis.mjs";
3
3
  export type ChartsAxisHighlightValuePosition = 'start' | 'end' | 'both' | 'none';
4
4
  export interface ChartsAxisHighlightValueProps {
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { type SxProps } from '@mui/material/styles';
2
- import { type AxisId } from "../models/axis.js";
1
+ import type { SxProps } from '@mui/material/styles';
2
+ import type { AxisId } from "../models/axis.js";
3
3
  export type ChartsAxisHighlightValuePosition = 'start' | 'end' | 'both' | 'none';
4
4
  export interface ChartsAxisHighlightValueProps {
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type SxProps } from '@mui/material/styles';
1
+ import type { SxProps } from '@mui/material/styles';
2
2
  export interface ChartsAxisHighlightValueItemProps {
3
3
  x: number;
4
4
  y: number;
@@ -1,4 +1,4 @@
1
- import { type SxProps } from '@mui/material/styles';
1
+ import type { SxProps } from '@mui/material/styles';
2
2
  export interface ChartsAxisHighlightValueItemProps {
3
3
  x: number;
4
4
  y: number;
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
- import { type ChartSeriesType } from "../models/seriesType/config.mjs";
3
- import { type ChartsDataProviderProps, type ChartsDataProviderSlotProps, type ChartsDataProviderSlots } from "../ChartsDataProvider/index.mjs";
4
- import { type ChartsSurfaceProps } from "../ChartsSurface/index.mjs";
5
- import { type AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
6
- import { type ChartAnyPluginSignature } from "../internals/plugins/models/plugin.mjs";
2
+ import type { ChartSeriesType } from "../models/seriesType/config.mjs";
3
+ import type { ChartsDataProviderProps, ChartsDataProviderSlotProps, ChartsDataProviderSlots } from "../ChartsDataProvider/index.mjs";
4
+ import type { ChartsSurfaceProps } from "../ChartsSurface/index.mjs";
5
+ import type { AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
6
+ import type { ChartAnyPluginSignature } from "../internals/plugins/models/plugin.mjs";
7
7
  export interface ChartsContainerSlots extends ChartsDataProviderSlots {}
8
8
  export interface ChartsContainerSlotProps extends ChartsDataProviderSlotProps {}
9
9
  export type ChartsContainerProps<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>> = Omit<ChartsDataProviderProps<SeriesType, TSignatures>, 'children'> & ChartsSurfaceProps;
@@ -1,9 +1,9 @@
1
1
  import * as React from 'react';
2
- import { type ChartSeriesType } from "../models/seriesType/config.js";
3
- import { type ChartsDataProviderProps, type ChartsDataProviderSlotProps, type ChartsDataProviderSlots } from "../ChartsDataProvider/index.js";
4
- import { type ChartsSurfaceProps } from "../ChartsSurface/index.js";
5
- import { type AllPluginSignatures } from "../internals/plugins/allPlugins.js";
6
- import { type ChartAnyPluginSignature } from "../internals/plugins/models/plugin.js";
2
+ import type { ChartSeriesType } from "../models/seriesType/config.js";
3
+ import type { ChartsDataProviderProps, ChartsDataProviderSlotProps, ChartsDataProviderSlots } from "../ChartsDataProvider/index.js";
4
+ import type { ChartsSurfaceProps } from "../ChartsSurface/index.js";
5
+ import type { AllPluginSignatures } from "../internals/plugins/allPlugins.js";
6
+ import type { ChartAnyPluginSignature } from "../internals/plugins/models/plugin.js";
7
7
  export interface ChartsContainerSlots extends ChartsDataProviderSlots {}
8
8
  export interface ChartsContainerSlotProps extends ChartsDataProviderSlotProps {}
9
9
  export type ChartsContainerProps<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>> = Omit<ChartsDataProviderProps<SeriesType, TSignatures>, 'children'> & ChartsSurfaceProps;
@@ -1,9 +1,9 @@
1
- import { type ChartsSurfaceProps } from "../ChartsSurface/index.mjs";
2
- import { type ChartsDataProviderProps } from "../ChartsDataProvider/index.mjs";
1
+ import type { ChartsSurfaceProps } from "../ChartsSurface/index.mjs";
2
+ import type { ChartsDataProviderProps } from "../ChartsDataProvider/index.mjs";
3
3
  import type { ChartsContainerProps } from "./ChartsContainer.mjs";
4
- import { type ChartSeriesType } from "../models/seriesType/config.mjs";
5
- import { type AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
6
- import { type ChartAnyPluginSignature } from "../internals/plugins/models/plugin.mjs";
4
+ import type { ChartSeriesType } from "../models/seriesType/config.mjs";
5
+ import type { AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
6
+ import type { ChartAnyPluginSignature } from "../internals/plugins/models/plugin.mjs";
7
7
  export type UseChartsContainerPropsReturnValue<SeriesType extends ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[]> = {
8
8
  chartsDataProviderProps: ChartsDataProviderProps<SeriesType, TSignatures>;
9
9
  chartsSurfaceProps: ChartsSurfaceProps;
@@ -1,9 +1,9 @@
1
- import { type ChartsSurfaceProps } from "../ChartsSurface/index.js";
2
- import { type ChartsDataProviderProps } from "../ChartsDataProvider/index.js";
1
+ import type { ChartsSurfaceProps } from "../ChartsSurface/index.js";
2
+ import type { ChartsDataProviderProps } from "../ChartsDataProvider/index.js";
3
3
  import type { ChartsContainerProps } from "./ChartsContainer.js";
4
- import { type ChartSeriesType } from "../models/seriesType/config.js";
5
- import { type AllPluginSignatures } from "../internals/plugins/allPlugins.js";
6
- import { type ChartAnyPluginSignature } from "../internals/plugins/models/plugin.js";
4
+ import type { ChartSeriesType } from "../models/seriesType/config.js";
5
+ import type { AllPluginSignatures } from "../internals/plugins/allPlugins.js";
6
+ import type { ChartAnyPluginSignature } from "../internals/plugins/models/plugin.js";
7
7
  export type UseChartsContainerPropsReturnValue<SeriesType extends ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[]> = {
8
8
  chartsDataProviderProps: ChartsDataProviderProps<SeriesType, TSignatures>;
9
9
  chartsSurfaceProps: ChartsSurfaceProps;
@@ -1,10 +1,10 @@
1
1
  import * as React from 'react';
2
- import { type ChartsSlotProps, type ChartsSlots } from "../internals/material/index.mjs";
3
- import { type ChartsProviderProps } from "../context/ChartsProvider/index.mjs";
4
- import { type ChartSeriesType } from "../models/seriesType/config.mjs";
5
- import { type ChartAnyPluginSignature } from "../internals/plugins/models/plugin.mjs";
6
- import { type AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
7
- import { type ChartsLocalizationProviderProps } from "../ChartsLocalizationProvider/index.mjs";
2
+ import type { ChartsSlotProps, ChartsSlots } from "../internals/material/index.mjs";
3
+ import type { ChartsProviderProps } from "../context/ChartsProvider/index.mjs";
4
+ import type { ChartSeriesType } from "../models/seriesType/config.mjs";
5
+ import type { ChartAnyPluginSignature } from "../internals/plugins/models/plugin.mjs";
6
+ import type { AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
7
+ import type { ChartsLocalizationProviderProps } from "../ChartsLocalizationProvider/index.mjs";
8
8
  export interface ChartsDataProviderSlots extends ChartsSlots {}
9
9
  export interface ChartsDataProviderSlotProps extends ChartsSlotProps {}
10
10
  export type ChartsDataProviderProps<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>> = React.PropsWithChildren<ChartsProviderProps<SeriesType, TSignatures>['pluginParams'] & Pick<ChartsProviderProps<SeriesType, TSignatures>, 'plugins'>> & ChartsLocalizationProviderProps & {
@@ -1,10 +1,10 @@
1
1
  import * as React from 'react';
2
- import { type ChartsSlotProps, type ChartsSlots } from "../internals/material/index.js";
3
- import { type ChartsProviderProps } from "../context/ChartsProvider/index.js";
4
- import { type ChartSeriesType } from "../models/seriesType/config.js";
5
- import { type ChartAnyPluginSignature } from "../internals/plugins/models/plugin.js";
6
- import { type AllPluginSignatures } from "../internals/plugins/allPlugins.js";
7
- import { type ChartsLocalizationProviderProps } from "../ChartsLocalizationProvider/index.js";
2
+ import type { ChartsSlotProps, ChartsSlots } from "../internals/material/index.js";
3
+ import type { ChartsProviderProps } from "../context/ChartsProvider/index.js";
4
+ import type { ChartSeriesType } from "../models/seriesType/config.js";
5
+ import type { ChartAnyPluginSignature } from "../internals/plugins/models/plugin.js";
6
+ import type { AllPluginSignatures } from "../internals/plugins/allPlugins.js";
7
+ import type { ChartsLocalizationProviderProps } from "../ChartsLocalizationProvider/index.js";
8
8
  export interface ChartsDataProviderSlots extends ChartsSlots {}
9
9
  export interface ChartsDataProviderSlotProps extends ChartsSlotProps {}
10
10
  export type ChartsDataProviderProps<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>> = React.PropsWithChildren<ChartsProviderProps<SeriesType, TSignatures>['pluginParams'] & Pick<ChartsProviderProps<SeriesType, TSignatures>, 'plugins'>> & ChartsLocalizationProviderProps & {
@@ -1,9 +1,9 @@
1
1
  import type { ChartsDataProviderProps } from "./ChartsDataProvider.mjs";
2
- import { type ChartsProviderProps } from "../context/ChartsProvider/index.mjs";
3
- import { type ChartAnyPluginSignature } from "../internals/plugins/models/index.mjs";
4
- import { type ChartSeriesType } from "../models/seriesType/config.mjs";
5
- import { type AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
6
- import { type ChartsLocalizationProviderProps } from "../ChartsLocalizationProvider/index.mjs";
2
+ import type { ChartsProviderProps } from "../context/ChartsProvider/index.mjs";
3
+ import type { ChartAnyPluginSignature } from "../internals/plugins/models/index.mjs";
4
+ import type { ChartSeriesType } from "../models/seriesType/config.mjs";
5
+ import type { AllPluginSignatures } from "../internals/plugins/allPlugins.mjs";
6
+ import type { ChartsLocalizationProviderProps } from "../ChartsLocalizationProvider/index.mjs";
7
7
  export declare const useChartsDataProviderProps: <SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(inProps: ChartsDataProviderProps<SeriesType, TSignatures> & ChartsLocalizationProviderProps) => {
8
8
  children: import("react").ReactNode;
9
9
  localeText: Partial<import("../locales/index.mjs").ChartsLocaleText> | undefined;
@@ -1,9 +1,9 @@
1
1
  import type { ChartsDataProviderProps } from "./ChartsDataProvider.js";
2
- import { type ChartsProviderProps } from "../context/ChartsProvider/index.js";
3
- import { type ChartAnyPluginSignature } from "../internals/plugins/models/index.js";
4
- import { type ChartSeriesType } from "../models/seriesType/config.js";
5
- import { type AllPluginSignatures } from "../internals/plugins/allPlugins.js";
6
- import { type ChartsLocalizationProviderProps } from "../ChartsLocalizationProvider/index.js";
2
+ import type { ChartsProviderProps } from "../context/ChartsProvider/index.js";
3
+ import type { ChartAnyPluginSignature } from "../internals/plugins/models/index.js";
4
+ import type { ChartSeriesType } from "../models/seriesType/config.js";
5
+ import type { AllPluginSignatures } from "../internals/plugins/allPlugins.js";
6
+ import type { ChartsLocalizationProviderProps } from "../ChartsLocalizationProvider/index.js";
7
7
  export declare const useChartsDataProviderProps: <SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(inProps: ChartsDataProviderProps<SeriesType, TSignatures> & ChartsLocalizationProviderProps) => {
8
8
  children: import("react").ReactNode;
9
9
  localeText: Partial<import("../locales/index.js").ChartsLocaleText> | undefined;
@@ -1,4 +1,4 @@
1
- import { type ChartsGridClasses } from "./chartsGridClasses.mjs";
1
+ import type { ChartsGridClasses } from "./chartsGridClasses.mjs";
2
2
  export interface ChartsGridProps {
3
3
  /**
4
4
  * A CSS class name applied to the root element.
@@ -1,4 +1,4 @@
1
- import { type ChartsGridClasses } from "./chartsGridClasses.js";
1
+ import type { ChartsGridClasses } from "./chartsGridClasses.js";
2
2
  export interface ChartsGridProps {
3
3
  /**
4
4
  * A CSS class name applied to the root element.
@@ -1,5 +1,5 @@
1
- import { type ComputedYAxis } from "../models/axis.mjs";
2
- import { type ChartsGridClasses } from "./chartsGridClasses.mjs";
1
+ import type { ComputedYAxis } from "../models/axis.mjs";
2
+ import type { ChartsGridClasses } from "./chartsGridClasses.mjs";
3
3
  interface ChartsGridHorizontalProps {
4
4
  axis: ComputedYAxis;
5
5
  start: number;
@@ -1,5 +1,5 @@
1
- import { type ComputedYAxis } from "../models/axis.js";
2
- import { type ChartsGridClasses } from "./chartsGridClasses.js";
1
+ import type { ComputedYAxis } from "../models/axis.js";
2
+ import type { ChartsGridClasses } from "./chartsGridClasses.js";
3
3
  interface ChartsGridHorizontalProps {
4
4
  axis: ComputedYAxis;
5
5
  start: number;
@@ -1,5 +1,5 @@
1
- import { type ComputedXAxis } from "../models/axis.mjs";
2
- import { type ChartsGridClasses } from "./chartsGridClasses.mjs";
1
+ import type { ComputedXAxis } from "../models/axis.mjs";
2
+ import type { ChartsGridClasses } from "./chartsGridClasses.mjs";
3
3
  interface ChartsGridVerticalProps {
4
4
  axis: ComputedXAxis;
5
5
  start: number;
@@ -1,5 +1,5 @@
1
- import { type ComputedXAxis } from "../models/axis.js";
2
- import { type ChartsGridClasses } from "./chartsGridClasses.js";
1
+ import type { ComputedXAxis } from "../models/axis.js";
2
+ import type { ChartsGridClasses } from "./chartsGridClasses.js";
3
3
  interface ChartsGridVerticalProps {
4
4
  axis: ComputedXAxis;
5
5
  start: number;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type SxProps, type Theme } from '@mui/material/styles';
3
- import { type ChartsLabelClasses } from "./labelClasses.mjs";
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ import type { ChartsLabelClasses } from "./labelClasses.mjs";
4
4
  export interface ChartsLabelProps {
5
5
  /**
6
6
  * Override or extend the styles applied to the component.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type SxProps, type Theme } from '@mui/material/styles';
3
- import { type ChartsLabelClasses } from "./labelClasses.js";
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ import type { ChartsLabelClasses } from "./labelClasses.js";
4
4
  export interface ChartsLabelProps {
5
5
  /**
6
6
  * Override or extend the styles applied to the component.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type SxProps, type Theme } from '@mui/material/styles';
3
- import { type ChartsLabelGradientClasses } from "./labelGradientClasses.mjs";
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ import type { ChartsLabelGradientClasses } from "./labelGradientClasses.mjs";
4
4
  export interface ChartsLabelGradientProps {
5
5
  /**
6
6
  * A unique identifier for the gradient.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type SxProps, type Theme } from '@mui/material/styles';
3
- import { type ChartsLabelGradientClasses } from "./labelGradientClasses.js";
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ import type { ChartsLabelGradientClasses } from "./labelGradientClasses.js";
4
4
  export interface ChartsLabelGradientProps {
5
5
  /**
6
6
  * A unique identifier for the gradient.
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type SxProps, type Theme } from '@mui/material/styles';
3
- import { type ChartsLabelMarkClasses } from "./labelMarkClasses.mjs";
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ import type { ChartsLabelMarkClasses } from "./labelMarkClasses.mjs";
4
4
  import type { MarkShape } from "../models/seriesType/line.mjs";
5
5
  export interface ChartsLabelCustomMarkProps {
6
6
  className?: string;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { type SxProps, type Theme } from '@mui/material/styles';
3
- import { type ChartsLabelMarkClasses } from "./labelMarkClasses.js";
2
+ import type { SxProps, Theme } from '@mui/material/styles';
3
+ import type { ChartsLabelMarkClasses } from "./labelMarkClasses.js";
4
4
  import type { MarkShape } from "../models/seriesType/line.js";
5
5
  export interface ChartsLabelCustomMarkProps {
6
6
  className?: string;