@mui/x-charts 9.5.0 → 9.6.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 (200) hide show
  1. package/BarChart/BarChart.js +1 -1
  2. package/BarChart/BarChart.mjs +1 -1
  3. package/BarChart/BarElement.js +2 -1
  4. package/BarChart/BarElement.mjs +2 -1
  5. package/BarChart/BarLabel/BarLabel.js +1 -1
  6. package/BarChart/BarLabel/BarLabel.mjs +1 -1
  7. package/BarChart/BarPlot.js +1 -1
  8. package/BarChart/BarPlot.mjs +1 -1
  9. package/CHANGELOG.md +151 -0
  10. package/ChartsAxis/ChartsAxis.js +1 -1
  11. package/ChartsAxis/ChartsAxis.mjs +1 -1
  12. package/ChartsAxisHighlight/ChartsAxisHighlight.js +1 -1
  13. package/ChartsAxisHighlight/ChartsAxisHighlight.mjs +1 -1
  14. package/ChartsAxisHighlightValue/ChartsAxisHighlightValue.js +2 -2
  15. package/ChartsAxisHighlightValue/ChartsAxisHighlightValue.mjs +2 -2
  16. package/ChartsBrushOverlay/ChartsBrushOverlay.d.mts +5 -1
  17. package/ChartsBrushOverlay/ChartsBrushOverlay.d.ts +5 -1
  18. package/ChartsBrushOverlay/ChartsBrushOverlay.js +12 -1
  19. package/ChartsBrushOverlay/ChartsBrushOverlay.mjs +14 -2
  20. package/ChartsClipPath/ChartsClipPath.js +1 -1
  21. package/ChartsClipPath/ChartsClipPath.mjs +1 -1
  22. package/ChartsContainer/ChartsContainer.js +5 -3
  23. package/ChartsContainer/ChartsContainer.mjs +5 -3
  24. package/ChartsDataProvider/ChartsDataProvider.js +5 -1
  25. package/ChartsDataProvider/ChartsDataProvider.mjs +5 -1
  26. package/ChartsGrid/ChartsGrid.js +5 -1
  27. package/ChartsGrid/ChartsGrid.mjs +5 -1
  28. package/ChartsLayerContainer/ChartsLayerContainer.js +1 -1
  29. package/ChartsLayerContainer/ChartsLayerContainer.mjs +1 -1
  30. package/ChartsLocalizationProvider/ChartsLocalizationProvider.js +1 -1
  31. package/ChartsLocalizationProvider/ChartsLocalizationProvider.mjs +1 -1
  32. package/ChartsRadialAxisHighlight/ChartsRadialAxisHighlight.js +2 -2
  33. package/ChartsRadialAxisHighlight/ChartsRadialAxisHighlight.mjs +2 -2
  34. package/ChartsRadialDataProvider/ChartsRadialDataProvider.js +9 -1
  35. package/ChartsRadialDataProvider/ChartsRadialDataProvider.mjs +9 -1
  36. package/ChartsRadialGrid/ChartsRadialGrid.js +5 -1
  37. package/ChartsRadialGrid/ChartsRadialGrid.mjs +5 -1
  38. package/ChartsRadiusAxis/ChartsRadiusAxis.d.mts +8 -2
  39. package/ChartsRadiusAxis/ChartsRadiusAxis.d.ts +8 -2
  40. package/ChartsRadiusAxis/ChartsRadiusAxis.js +143 -3
  41. package/ChartsRadiusAxis/ChartsRadiusAxis.mjs +144 -5
  42. package/ChartsReferenceLine/ChartsReferenceLine.js +1 -1
  43. package/ChartsReferenceLine/ChartsReferenceLine.mjs +1 -1
  44. package/ChartsRotationAxis/ChartsRotationAxis.d.mts +8 -2
  45. package/ChartsRotationAxis/ChartsRotationAxis.d.ts +8 -2
  46. package/ChartsRotationAxis/ChartsRotationAxis.js +140 -3
  47. package/ChartsRotationAxis/ChartsRotationAxis.mjs +141 -5
  48. package/ChartsRotationAxis/index.d.mts +1 -1
  49. package/ChartsRotationAxis/index.d.ts +1 -1
  50. package/ChartsSurface/ChartsSurface.js +1 -1
  51. package/ChartsSurface/ChartsSurface.mjs +1 -1
  52. package/ChartsSvgLayer/ChartsSvgLayer.js +1 -1
  53. package/ChartsSvgLayer/ChartsSvgLayer.mjs +1 -1
  54. package/ChartsText/ChartsText.js +2 -2
  55. package/ChartsText/ChartsText.mjs +2 -2
  56. package/ChartsTooltip/ChartsAxisTooltipContent.js +22 -3
  57. package/ChartsTooltip/ChartsAxisTooltipContent.mjs +22 -3
  58. package/ChartsTooltip/ChartsItemTooltipContent.js +52 -1
  59. package/ChartsTooltip/ChartsItemTooltipContent.mjs +52 -1
  60. package/ChartsTooltip/ChartsTooltip.js +13 -33
  61. package/ChartsTooltip/ChartsTooltip.mjs +13 -33
  62. package/ChartsTooltip/ChartsTooltipContainer.js +6 -26
  63. package/ChartsTooltip/ChartsTooltipContainer.mjs +6 -26
  64. package/ChartsWrapper/ChartsWrapper.js +1 -1
  65. package/ChartsWrapper/ChartsWrapper.mjs +1 -1
  66. package/ChartsXAxis/ChartsSingleXAxisTicks.js +1 -1
  67. package/ChartsXAxis/ChartsSingleXAxisTicks.mjs +1 -1
  68. package/ChartsXAxis/ChartsXAxis.js +11 -2
  69. package/ChartsXAxis/ChartsXAxis.mjs +11 -2
  70. package/ChartsYAxis/ChartsSingleYAxisTicks.js +1 -1
  71. package/ChartsYAxis/ChartsSingleYAxisTicks.mjs +1 -1
  72. package/ChartsYAxis/ChartsYAxis.js +11 -2
  73. package/ChartsYAxis/ChartsYAxis.mjs +11 -2
  74. package/ChartsYAxis/ChartsYAxisImpl.js +1 -1
  75. package/ChartsYAxis/ChartsYAxisImpl.mjs +1 -1
  76. package/Gauge/Gauge.js +1 -1
  77. package/Gauge/Gauge.mjs +1 -1
  78. package/Gauge/GaugeContainer.js +1 -1
  79. package/Gauge/GaugeContainer.mjs +1 -1
  80. package/Gauge/GaugeValueArc.js +2 -2
  81. package/Gauge/GaugeValueArc.mjs +2 -2
  82. package/Gauge/GaugeValueText.js +1 -1
  83. package/Gauge/GaugeValueText.mjs +1 -1
  84. package/LineChart/AnimatedArea.js +3 -3
  85. package/LineChart/AnimatedArea.mjs +3 -3
  86. package/LineChart/AnimatedLine.js +1 -1
  87. package/LineChart/AnimatedLine.mjs +1 -1
  88. package/LineChart/AreaElement.js +1 -1
  89. package/LineChart/AreaElement.mjs +1 -1
  90. package/LineChart/AreaPlot.js +1 -1
  91. package/LineChart/AreaPlot.mjs +1 -1
  92. package/LineChart/LineChart.js +1 -1
  93. package/LineChart/LineChart.mjs +1 -1
  94. package/LineChart/LineElement.js +4 -2
  95. package/LineChart/LineElement.mjs +4 -2
  96. package/LineChart/LineHighlightElement.js +1 -2
  97. package/LineChart/LineHighlightElement.mjs +1 -2
  98. package/LineChart/LineHighlightPlot.js +1 -1
  99. package/LineChart/LineHighlightPlot.mjs +1 -1
  100. package/LineChart/LinePlot.js +1 -1
  101. package/LineChart/LinePlot.mjs +1 -1
  102. package/LineChart/MarkElement.js +3 -2
  103. package/LineChart/MarkElement.mjs +3 -2
  104. package/LineChart/MarkPlot.js +2 -1
  105. package/LineChart/MarkPlot.mjs +2 -1
  106. package/PieChart/FocusedPieArc.d.mts +5 -1
  107. package/PieChart/FocusedPieArc.d.ts +5 -1
  108. package/PieChart/FocusedPieArc.js +22 -1
  109. package/PieChart/FocusedPieArc.mjs +24 -2
  110. package/PieChart/PieArc.js +1 -1
  111. package/PieChart/PieArc.mjs +1 -1
  112. package/PieChart/PieArcLabel.js +1 -1
  113. package/PieChart/PieArcLabel.mjs +1 -1
  114. package/PieChart/PieArcLabelPlot.js +7 -6
  115. package/PieChart/PieArcLabelPlot.mjs +7 -6
  116. package/PieChart/PieArcPlot.js +7 -6
  117. package/PieChart/PieArcPlot.mjs +7 -6
  118. package/PieChart/PieChart.js +1 -1
  119. package/PieChart/PieChart.mjs +1 -1
  120. package/PieChart/PiePlot.js +2 -1
  121. package/PieChart/PiePlot.mjs +2 -1
  122. package/RadarChart/RadarAxis/RadarAxis.js +5 -1
  123. package/RadarChart/RadarAxis/RadarAxis.mjs +5 -1
  124. package/RadarChart/RadarAxisHighlight/RadarAxisHighlight.js +6 -2
  125. package/RadarChart/RadarAxisHighlight/RadarAxisHighlight.mjs +6 -2
  126. package/RadarChart/RadarChart.js +1 -1
  127. package/RadarChart/RadarChart.mjs +1 -1
  128. package/RadarChart/RadarGrid/RadarGrid.js +1 -5
  129. package/RadarChart/RadarGrid/RadarGrid.mjs +1 -5
  130. package/RadarChart/RadarSeriesPlot/RadarSeriesArea.js +5 -1
  131. package/RadarChart/RadarSeriesPlot/RadarSeriesArea.mjs +5 -1
  132. package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.js +5 -1
  133. package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.mjs +5 -1
  134. package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.js +5 -1
  135. package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.mjs +5 -1
  136. package/ScatterChart/Scatter.js +1 -1
  137. package/ScatterChart/Scatter.mjs +1 -1
  138. package/ScatterChart/ScatterChart.js +5 -3
  139. package/ScatterChart/ScatterChart.mjs +5 -3
  140. package/ScatterChart/ScatterMarker.js +2 -2
  141. package/ScatterChart/ScatterMarker.mjs +2 -2
  142. package/ScatterChart/ScatterPlot.d.mts +8 -1
  143. package/ScatterChart/ScatterPlot.d.ts +8 -1
  144. package/ScatterChart/ScatterPlot.js +5 -2
  145. package/ScatterChart/ScatterPlot.mjs +5 -2
  146. package/ScatterChart/seriesConfig/getColor.js +6 -15
  147. package/ScatterChart/seriesConfig/getColor.mjs +6 -15
  148. package/SparkLineChart/SparkLineChart.js +1 -1
  149. package/SparkLineChart/SparkLineChart.mjs +1 -1
  150. package/Toolbar/Toolbar.js +1 -1
  151. package/Toolbar/Toolbar.mjs +1 -1
  152. package/Toolbar/ToolbarButton.js +1 -1
  153. package/Toolbar/ToolbarButton.mjs +1 -1
  154. package/index.d.mts +1 -1
  155. package/index.d.ts +1 -1
  156. package/index.js +1 -1
  157. package/index.mjs +1 -1
  158. package/internals/colorScale.d.mts +2 -2
  159. package/internals/colorScale.d.ts +2 -2
  160. package/internals/colorScale.js +2 -2
  161. package/internals/colorScale.mjs +2 -2
  162. package/internals/index.d.mts +2 -0
  163. package/internals/index.d.ts +2 -0
  164. package/internals/index.js +8 -0
  165. package/internals/index.mjs +2 -0
  166. package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.js +16 -30
  167. package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.mjs +17 -31
  168. package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.types.d.mts +8 -1
  169. package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.types.d.ts +8 -1
  170. package/internals/plugins/corePlugins/useChartSeriesConfig/types/colorProcessor.types.d.mts +1 -1
  171. package/internals/plugins/corePlugins/useChartSeriesConfig/types/colorProcessor.types.d.ts +1 -1
  172. package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.d.mts +7 -0
  173. package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.d.ts +7 -0
  174. package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.d.mts +0 -8
  175. package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.d.ts +0 -8
  176. package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.js +1 -2
  177. package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.mjs +2 -2
  178. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.js +6 -1
  179. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.mjs +6 -1
  180. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.js +6 -2
  181. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.mjs +6 -2
  182. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.d.mts +49 -0
  183. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.d.ts +49 -0
  184. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.js +124 -0
  185. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.mjs +117 -0
  186. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.d.mts +64 -0
  187. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.d.ts +64 -0
  188. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.js +5 -0
  189. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.mjs +1 -0
  190. package/internals/resolveColorProcessor.js +4 -7
  191. package/internals/resolveColorProcessor.mjs +4 -7
  192. package/models/axis.d.mts +20 -4
  193. package/models/axis.d.ts +20 -4
  194. package/models/colorMapping.d.mts +8 -0
  195. package/models/colorMapping.d.ts +8 -0
  196. package/package.json +7 -4
  197. package/hooks/useIsHydrated.d.mts +0 -4
  198. package/hooks/useIsHydrated.d.ts +0 -4
  199. package/hooks/useIsHydrated.js +0 -19
  200. package/hooks/useIsHydrated.mjs +0 -14
@@ -73,7 +73,7 @@ const BarChart = exports.BarChart = /*#__PURE__*/React.forwardRef(function BarCh
73
73
  }));
74
74
  });
75
75
  if (process.env.NODE_ENV !== "production") BarChart.displayName = "BarChart";
76
- process.env.NODE_ENV !== "production" ? BarChart.propTypes = {
76
+ process.env.NODE_ENV !== "production" ? BarChart.propTypes /* remove-proptypes */ = {
77
77
  // ----------------------------- Warning --------------------------------
78
78
  // | These PropTypes are generated from the TypeScript type definitions |
79
79
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -66,7 +66,7 @@ const BarChart = /*#__PURE__*/React.forwardRef(function BarChart(inProps, ref) {
66
66
  }));
67
67
  });
68
68
  if (process.env.NODE_ENV !== "production") BarChart.displayName = "BarChart";
69
- process.env.NODE_ENV !== "production" ? BarChart.propTypes = {
69
+ process.env.NODE_ENV !== "production" ? BarChart.propTypes /* remove-proptypes */ = {
70
70
  // ----------------------------- Warning --------------------------------
71
71
  // | These PropTypes are generated from the TypeScript type definitions |
72
72
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -87,13 +87,14 @@ function BarElement(props) {
87
87
  });
88
88
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(Bar, (0, _extends2.default)({}, barProps));
89
89
  }
90
- process.env.NODE_ENV !== "production" ? BarElement.propTypes = {
90
+ process.env.NODE_ENV !== "production" ? BarElement.propTypes /* remove-proptypes */ = {
91
91
  // ----------------------------- Warning --------------------------------
92
92
  // | These PropTypes are generated from the TypeScript type definitions |
93
93
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
94
94
  // ----------------------------------------------------------------------
95
95
  classes: _propTypes.default.object,
96
96
  dataIndex: _propTypes.default.number.isRequired,
97
+ hidden: _propTypes.default.bool,
97
98
  layout: _propTypes.default.oneOf(['horizontal', 'vertical']).isRequired,
98
99
  seriesId: _propTypes.default.string.isRequired,
99
100
  skipAnimation: _propTypes.default.bool.isRequired,
@@ -80,13 +80,14 @@ function BarElement(props) {
80
80
  });
81
81
  return /*#__PURE__*/_jsx(Bar, _extends({}, barProps));
82
82
  }
83
- process.env.NODE_ENV !== "production" ? BarElement.propTypes = {
83
+ process.env.NODE_ENV !== "production" ? BarElement.propTypes /* remove-proptypes */ = {
84
84
  // ----------------------------- Warning --------------------------------
85
85
  // | These PropTypes are generated from the TypeScript type definitions |
86
86
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
87
87
  // ----------------------------------------------------------------------
88
88
  classes: PropTypes.object,
89
89
  dataIndex: PropTypes.number.isRequired,
90
+ hidden: PropTypes.bool,
90
91
  layout: PropTypes.oneOf(['horizontal', 'vertical']).isRequired,
91
92
  seriesId: PropTypes.string.isRequired,
92
93
  skipAnimation: PropTypes.bool.isRequired,
@@ -78,7 +78,7 @@ function getDominantBaseline({
78
78
  }
79
79
  return 'central';
80
80
  }
81
- process.env.NODE_ENV !== "production" ? BarLabel.propTypes = {
81
+ process.env.NODE_ENV !== "production" ? BarLabel.propTypes /* remove-proptypes */ = {
82
82
  // ----------------------------- Warning --------------------------------
83
83
  // | These PropTypes are generated from the TypeScript type definitions |
84
84
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -70,7 +70,7 @@ function getDominantBaseline({
70
70
  }
71
71
  return 'central';
72
72
  }
73
- process.env.NODE_ENV !== "production" ? BarLabel.propTypes = {
73
+ process.env.NODE_ENV !== "production" ? BarLabel.propTypes /* remove-proptypes */ = {
74
74
  // ----------------------------- Warning --------------------------------
75
75
  // | These PropTypes are generated from the TypeScript type definitions |
76
76
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -87,7 +87,7 @@ function BarPlot(props) {
87
87
  }, other), processedSeries.seriesId))]
88
88
  });
89
89
  }
90
- process.env.NODE_ENV !== "production" ? BarPlot.propTypes = {
90
+ process.env.NODE_ENV !== "production" ? BarPlot.propTypes /* remove-proptypes */ = {
91
91
  // ----------------------------- Warning --------------------------------
92
92
  // | These PropTypes are generated from the TypeScript type definitions |
93
93
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -80,7 +80,7 @@ function BarPlot(props) {
80
80
  }, other), processedSeries.seriesId))]
81
81
  });
82
82
  }
83
- process.env.NODE_ENV !== "production" ? BarPlot.propTypes = {
83
+ process.env.NODE_ENV !== "production" ? BarPlot.propTypes /* remove-proptypes */ = {
84
84
  // ----------------------------- Warning --------------------------------
85
85
  // | These PropTypes are generated from the TypeScript type definitions |
86
86
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
package/CHANGELOG.md CHANGED
@@ -1,5 +1,156 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.6.0
4
+
5
+ _Jun 18, 2026_
6
+
7
+ We'd like to extend a big thank you to the 17 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 📊 New features for the radial bar charts, like percentage min radius and disabling tick labels.
10
+
11
+ Special thanks go out to these community members for their valuable contributions:
12
+ @adamowski10, @Anexus5919, @Morteza-hp, @mustafajw07, @TargiX
13
+
14
+ The following team members contributed to this release:
15
+ @alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @hasdfa, @Janpot, @JCQuintas, @michelengelen, @noraleonte, @oliviertassinari, @rita-codes, @sai6855
16
+
17
+ ### Data Grid
18
+
19
+ #### `@mui/x-data-grid@9.6.0`
20
+
21
+ - [DataGrid] Define `overflowAnchor` style at the right element (#22849) @arminmeh
22
+ - [DataGrid] Fix scrollbars not showing up on scroll on iOS (#22832) @cherniavskii
23
+
24
+ #### `@mui/x-data-grid-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
25
+
26
+ Same changes as in `@mui/x-data-grid@9.6.0`, plus:
27
+
28
+ - [DataGridPro] Prevent incorrect row range capping on the first page with known `rowCount` (#22808) @michelengelen
29
+
30
+ #### `@mui/x-data-grid-premium@9.6.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
31
+
32
+ Same changes as in `@mui/x-data-grid-pro@9.6.0`.
33
+
34
+ ### Date and Time Pickers
35
+
36
+ #### `@mui/x-date-pickers@9.6.0`
37
+
38
+ - [pickers] Fix `AdapterMomentHijri.getDaysInMonth` returning the Gregorian month length (#22774) @Anexus5919
39
+ - [l10n] Improve Persian (fa-IR) locale (#22454) @Morteza-hp
40
+
41
+ #### `@mui/x-date-pickers-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
42
+
43
+ Same changes as in `@mui/x-date-pickers@9.6.0`.
44
+
45
+ ### Charts
46
+
47
+ #### `@mui/x-charts@9.6.0`
48
+
49
+ - [charts] Add `disableTickLabel` prop to radial axes (#22801) @JCQuintas
50
+ - [charts] Fix bug when `min` is in axis domain (#22827) @alexfauquette
51
+ - [charts] Fix wheel zoom not centering on cursor position (#22811) @JCQuintas
52
+ - [charts] Remove zoom gesture registration from community package (#22753) @sai6855
53
+ - [charts] Support percentage values for radial axis `minRadius`/`maxRadius` (#22803) @JCQuintas
54
+ - [charts] Support `unknownColor` in color scale (#22813) @alexfauquette
55
+ - [charts] Document click listener for scatter composition (#22809) @sai6855
56
+
57
+ #### `@mui/x-charts-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
58
+
59
+ Same changes as in `@mui/x-charts@9.6.0`.
60
+
61
+ #### `@mui/x-charts-premium@9.6.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
62
+
63
+ Same changes as in `@mui/x-charts-pro@9.6.0`, plus:
64
+
65
+ - [charts-premium] Add `geoFeatureKey` to transform features identifier (#22848) @alexfauquette
66
+ - [charts-premium] Allow to remove Antartica (#22815) @alexfauquette
67
+ - [charts-premium] Regenerate `ScatterPlotPremium` `propTypes` (#22829) @rita-codes
68
+ - [charts-premium] Support maps tooltip positioned on items (#22648) @alexfauquette
69
+ - [docs] Show how to export maps (#22837) @alexfauquette
70
+
71
+
72
+ ### Tree View
73
+
74
+ #### `@mui/x-tree-view@9.6.0`
75
+
76
+ Internal changes.
77
+
78
+ #### `@mui/x-tree-view-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
79
+
80
+ Same changes as in `@mui/x-tree-view@9.6.0`.
81
+
82
+ ### Scheduler
83
+
84
+ #### `@mui/x-scheduler@9.0.0-beta.2`
85
+
86
+ - [scheduler] Add dispose lifecycle to `SchedulerLazyLoadingPlugin` (#22532) @rita-codes
87
+ - [scheduler] Add responsive mobile week view and responsive typography (#22593) @noraleonte
88
+ - [scheduler] Add stable weekday token to `recurrenceWeeklyPresetLabel` (#22733) @mustafajw07
89
+ - [scheduler] Create accessibility documentation section (#22557) @mustafajw07
90
+ - [scheduler] Decouple `MonthViewProps` from day time grid props (#22802) @mustafajw07
91
+ - [scheduler] Export missing public scheduler types (#22785) @mustafajw07
92
+ - [scheduler] Fix JSDoc defaults and improve public type readability (#22784) @mustafajw07
93
+ - [scheduler] Fix `aria-labelledby` on events referencing non-existent header IDs (#22778) @rita-codes
94
+ - [scheduler] Move `EventCalendarStyledContext` to internals (#22787) @mustafajw07
95
+ - [scheduler] Normalize all-day recurring occurrences to whole days (#22792) @Anexus5919
96
+ - [scheduler] Recalculate `DayTimeGrid` `hasScroll` on container resize (#22780) @Anexus5919
97
+ - [scheduler] Recompute `nowUpdatedEveryMinute` only on timezone change (#22793) @Anexus5919
98
+ - [scheduler] Register auto-scroll once instead of on every render (#22794) @Anexus5919
99
+ - [scheduler] Remove duplicate dividers in the day/time grid (#22795) @Anexus5919
100
+ - [scheduler] Remove unused `--has-scroll` CSS variable from `DayTimeGrid` (#22799) @Anexus5919
101
+ - [scheduler] Remove vestigial async from internal drop handler (#22781) @mustafajw07
102
+ - [scheduler] Return a primitive key from the Calendar lazy-loading selector (#22791) @Anexus5919
103
+ - [scheduler] Throw on invalid event dates instead of emitting `NaN` timestamps (#22740) @rita-codes
104
+ - [scheduler] Tighten `StandaloneEventProps` data typing (#22796) @mustafajw07
105
+ - [scheduler] Update feedback banner to say beta instead of alpha (#22804) @rita-codes
106
+ - [scheduler] Use `@base-ui` `generateId` for event ids in `createEventModel` (#22788) @rita-codes
107
+ - [scheduler] Clear clipboard after pasting a cut event (#22773) @Anexus5919
108
+ - [scheduler] Show drag placeholder when re-entering the same position (#22775) @Anexus5919
109
+ - [scheduler] Validate missing and duplicate event ids (#22790) @Anexus5919
110
+ - [l10n] Improve Polish (pl-PL) locale (#22612) @adamowski10
111
+
112
+ #### `@mui/x-scheduler-premium@9.0.0-beta.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
113
+
114
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.2`, plus:
115
+
116
+ - [scheduler-premium] Expose premium model types through public API (#22798) @mustafajw07
117
+ - [scheduler-premium] Remove non-functional `onPreferencesChange` prop from `EventTimelinePremium` (#22777) @rita-codes
118
+ - [scheduler-premium] Validate the `FREQ` value in `parseRRule`] (#22786) @rita-codes
119
+
120
+ ### Codemod
121
+
122
+ #### `@mui/x-codemod@9.6.0`
123
+
124
+ Internal changes.
125
+
126
+ ### Docs
127
+
128
+ - [docs] Fix link-check build timeout by disabling serve directory listing (#22836) @Janpot
129
+ - [docs] Show how to export maps (#22837) @alexfauquette
130
+ - [docs] Add radial bar overview demo with custom overlays (#22776) @JCQuintas
131
+ - [docs] Add weather composition demo (#22723) @TargiX
132
+ - [docs] Add docs overview gallery and playground (#22488) @hasdfa
133
+ - [docs] Clarify 'Scrolling without render gaps' (#22629) @oliviertassinari
134
+ - [docs] Fix typo in release instructions (#22864) @brijeshb42
135
+
136
+ ### Core
137
+
138
+ - [code-infra] Fix lint issues (#22757) @brijeshb42
139
+ - [code-infra] Fix remaining Dependabot security alerts (#22761) @Janpot
140
+ - [code-infra] Remove release:build from docs:build script (#22852) @brijeshb42
141
+ - [code-infra] Unpin `@mui/utils` version to allow dedupe (#22828) @mustafajw07
142
+ - [docs-infra] Cap Netlify Next.js build parallelism to avoid OOM (#22847) @Janpot
143
+ - [docs-infra] Remove i18n codebase (#22591) @brijeshb42
144
+ - [internal] Fix failing React 18 unit tests (#22846) @brijeshb42
145
+
146
+ ### Miscellaneous
147
+
148
+ - [core] Add remove-proptypes markers to generated `propTypes` (#22850) @JCQuintas
149
+ - [core] Bump vitest packages to 4.1.8 to fix browser-test version skew (#22845) @Janpot
150
+ - [core] Reduce e2e build concurrency to avoid OOM (#22843) @Janpot
151
+ - [core] Strip proptypes from Production bundles (#22750) @sai6855
152
+ - [test] Wait for `GridToolbarCustom` rows before screenshot (#22844) @Janpot
153
+
3
154
  ## 9.5.0
4
155
 
5
156
  _Jun 11, 2026_
@@ -59,7 +59,7 @@ function ChartsAxis(props) {
59
59
  })]
60
60
  });
61
61
  }
62
- process.env.NODE_ENV !== "production" ? ChartsAxis.propTypes = {
62
+ process.env.NODE_ENV !== "production" ? ChartsAxis.propTypes /* remove-proptypes */ = {
63
63
  // ----------------------------- Warning --------------------------------
64
64
  // | These PropTypes are generated from the TypeScript type definitions |
65
65
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -52,7 +52,7 @@ function ChartsAxis(props) {
52
52
  })]
53
53
  });
54
54
  }
55
- process.env.NODE_ENV !== "production" ? ChartsAxis.propTypes = {
55
+ process.env.NODE_ENV !== "production" ? ChartsAxis.propTypes /* remove-proptypes */ = {
56
56
  // ----------------------------- Warning --------------------------------
57
57
  // | These PropTypes are generated from the TypeScript type definitions |
58
58
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -46,7 +46,7 @@ function ChartsAxisHighlight(props) {
46
46
  })]
47
47
  });
48
48
  }
49
- process.env.NODE_ENV !== "production" ? ChartsAxisHighlight.propTypes = {
49
+ process.env.NODE_ENV !== "production" ? ChartsAxisHighlight.propTypes /* remove-proptypes */ = {
50
50
  // ----------------------------- Warning --------------------------------
51
51
  // | These PropTypes are generated from the TypeScript type definitions |
52
52
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -39,7 +39,7 @@ function ChartsAxisHighlight(props) {
39
39
  })]
40
40
  });
41
41
  }
42
- process.env.NODE_ENV !== "production" ? ChartsAxisHighlight.propTypes = {
42
+ process.env.NODE_ENV !== "production" ? ChartsAxisHighlight.propTypes /* remove-proptypes */ = {
43
43
  // ----------------------------- Warning --------------------------------
44
44
  // | These PropTypes are generated from the TypeScript type definitions |
45
45
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -56,7 +56,7 @@ function ChartsAxisHighlightValue(props) {
56
56
  }
57
57
  return /*#__PURE__*/ReactDOM.createPortal(content, chartsLayerContainerRef.current);
58
58
  }
59
- ChartsAxisHighlightValue.propTypes = {
59
+ process.env.NODE_ENV !== "production" ? ChartsAxisHighlightValue.propTypes /* remove-proptypes */ = {
60
60
  // ----------------------------- Warning --------------------------------
61
61
  // | These PropTypes are generated from the TypeScript type definitions |
62
62
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -91,4 +91,4 @@ ChartsAxisHighlightValue.propTypes = {
91
91
  * @returns {string} The formatted string.
92
92
  */
93
93
  valueFormatter: _propTypes.default.func
94
- };
94
+ } : void 0;
@@ -49,7 +49,7 @@ function ChartsAxisHighlightValue(props) {
49
49
  }
50
50
  return /*#__PURE__*/ReactDOM.createPortal(content, chartsLayerContainerRef.current);
51
51
  }
52
- ChartsAxisHighlightValue.propTypes = {
52
+ process.env.NODE_ENV !== "production" ? ChartsAxisHighlightValue.propTypes /* remove-proptypes */ = {
53
53
  // ----------------------------- Warning --------------------------------
54
54
  // | These PropTypes are generated from the TypeScript type definitions |
55
55
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -84,5 +84,5 @@ ChartsAxisHighlightValue.propTypes = {
84
84
  * @returns {string} The formatted string.
85
85
  */
86
86
  valueFormatter: PropTypes.func
87
- };
87
+ } : void 0;
88
88
  export { ChartsAxisHighlightValue };
@@ -7,4 +7,8 @@ export interface ChartsBrushOverlayProps {
7
7
  /**
8
8
  * Component that renders visual feedback during brush interaction
9
9
  */
10
- export declare function ChartsBrushOverlay(props: ChartsBrushOverlayProps): import("react/jsx-runtime").JSX.Element | null;
10
+ declare function ChartsBrushOverlay(props: ChartsBrushOverlayProps): import("react/jsx-runtime").JSX.Element | null;
11
+ declare namespace ChartsBrushOverlay {
12
+ var propTypes: any;
13
+ }
14
+ export { ChartsBrushOverlay };
@@ -7,4 +7,8 @@ export interface ChartsBrushOverlayProps {
7
7
  /**
8
8
  * Component that renders visual feedback during brush interaction
9
9
  */
10
- export declare function ChartsBrushOverlay(props: ChartsBrushOverlayProps): import("react/jsx-runtime").JSX.Element | null;
10
+ declare function ChartsBrushOverlay(props: ChartsBrushOverlayProps): import("react/jsx-runtime").JSX.Element | null;
11
+ declare namespace ChartsBrushOverlay {
12
+ var propTypes: any;
13
+ }
14
+ export { ChartsBrushOverlay };
@@ -9,6 +9,7 @@ Object.defineProperty(exports, "__esModule", {
9
9
  exports.ChartsBrushOverlay = ChartsBrushOverlay;
10
10
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
11
  var React = _interopRequireWildcard(require("react"));
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
12
13
  var _clsx = _interopRequireDefault(require("clsx"));
13
14
  var _styles = require("@mui/material/styles");
14
15
  var _ChartsBrushOverlay = require("./ChartsBrushOverlay.classes");
@@ -101,4 +102,14 @@ function ChartsBrushOverlay(props) {
101
102
  height: height
102
103
  })
103
104
  });
104
- }
105
+ }
106
+ process.env.NODE_ENV !== "production" ? ChartsBrushOverlay.propTypes /* remove-proptypes */ = {
107
+ // ----------------------------- Warning --------------------------------
108
+ // | These PropTypes are generated from the TypeScript type definitions |
109
+ // | To update them edit the TypeScript types and run "pnpm proptypes" |
110
+ // ----------------------------------------------------------------------
111
+ /**
112
+ * A CSS class name applied to the root element.
113
+ */
114
+ className: _propTypes.default.string
115
+ } : void 0;
@@ -2,6 +2,7 @@
2
2
 
3
3
  import _extends from "@babel/runtime/helpers/esm/extends";
4
4
  import * as React from 'react';
5
+ import PropTypes from 'prop-types';
5
6
  import clsx from 'clsx';
6
7
  import { useTheme } from '@mui/material/styles';
7
8
  import { brushOverlayClasses } from "./ChartsBrushOverlay.classes.mjs";
@@ -20,7 +21,7 @@ function BrushRect(props) {
20
21
  /**
21
22
  * Component that renders visual feedback during brush interaction
22
23
  */
23
- export function ChartsBrushOverlay(props) {
24
+ function ChartsBrushOverlay(props) {
24
25
  const {
25
26
  className
26
27
  } = props;
@@ -94,4 +95,15 @@ export function ChartsBrushOverlay(props) {
94
95
  height: height
95
96
  })
96
97
  });
97
- }
98
+ }
99
+ process.env.NODE_ENV !== "production" ? ChartsBrushOverlay.propTypes /* remove-proptypes */ = {
100
+ // ----------------------------- Warning --------------------------------
101
+ // | These PropTypes are generated from the TypeScript type definitions |
102
+ // | To update them edit the TypeScript types and run "pnpm proptypes" |
103
+ // ----------------------------------------------------------------------
104
+ /**
105
+ * A CSS class name applied to the root element.
106
+ */
107
+ className: PropTypes.string
108
+ } : void 0;
109
+ export { ChartsBrushOverlay };
@@ -42,7 +42,7 @@ function ChartsClipPath(props) {
42
42
  })
43
43
  });
44
44
  }
45
- process.env.NODE_ENV !== "production" ? ChartsClipPath.propTypes = {
45
+ process.env.NODE_ENV !== "production" ? ChartsClipPath.propTypes /* remove-proptypes */ = {
46
46
  // ----------------------------- Warning --------------------------------
47
47
  // | These PropTypes are generated from the TypeScript type definitions |
48
48
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -36,7 +36,7 @@ function ChartsClipPath(props) {
36
36
  })
37
37
  });
38
38
  }
39
- process.env.NODE_ENV !== "production" ? ChartsClipPath.propTypes = {
39
+ process.env.NODE_ENV !== "production" ? ChartsClipPath.propTypes /* remove-proptypes */ = {
40
40
  // ----------------------------- Warning --------------------------------
41
41
  // | These PropTypes are generated from the TypeScript type definitions |
42
42
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -54,7 +54,7 @@ const ChartsContainer = exports.ChartsContainer = /*#__PURE__*/React.forwardRef(
54
54
 
55
55
  // @ts-ignore
56
56
  if (process.env.NODE_ENV !== "production") ChartsContainer.displayName = "ChartsContainer";
57
- process.env.NODE_ENV !== "production" ? ChartsContainer.propTypes = {
57
+ process.env.NODE_ENV !== "production" ? ChartsContainer.propTypes /* remove-proptypes */ = {
58
58
  // ----------------------------- Warning --------------------------------
59
59
  // | These PropTypes are generated from the TypeScript type definitions |
60
60
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -348,11 +348,13 @@ process.env.NODE_ENV !== "production" ? ChartsContainer.propTypes = {
348
348
  color: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.string.isRequired), _propTypes.default.func]).isRequired,
349
349
  max: _propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]),
350
350
  min: _propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]),
351
- type: _propTypes.default.oneOf(['continuous']).isRequired
351
+ type: _propTypes.default.oneOf(['continuous']).isRequired,
352
+ unknownColor: _propTypes.default.string
352
353
  }), _propTypes.default.shape({
353
354
  colors: _propTypes.default.arrayOf(_propTypes.default.string).isRequired,
354
355
  thresholds: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]).isRequired).isRequired,
355
- type: _propTypes.default.oneOf(['piecewise']).isRequired
356
+ type: _propTypes.default.oneOf(['piecewise']).isRequired,
357
+ unknownColor: _propTypes.default.string
356
358
  }), _propTypes.default.shape({
357
359
  colors: _propTypes.default.arrayOf(_propTypes.default.string).isRequired,
358
360
  type: _propTypes.default.oneOf(['ordinal']).isRequired,
@@ -47,7 +47,7 @@ const ChartsContainer = /*#__PURE__*/React.forwardRef(function ChartsContainer(p
47
47
 
48
48
  // @ts-ignore
49
49
  if (process.env.NODE_ENV !== "production") ChartsContainer.displayName = "ChartsContainer";
50
- process.env.NODE_ENV !== "production" ? ChartsContainer.propTypes = {
50
+ process.env.NODE_ENV !== "production" ? ChartsContainer.propTypes /* remove-proptypes */ = {
51
51
  // ----------------------------- Warning --------------------------------
52
52
  // | These PropTypes are generated from the TypeScript type definitions |
53
53
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -341,11 +341,13 @@ process.env.NODE_ENV !== "production" ? ChartsContainer.propTypes = {
341
341
  color: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string.isRequired), PropTypes.func]).isRequired,
342
342
  max: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
343
343
  min: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
344
- type: PropTypes.oneOf(['continuous']).isRequired
344
+ type: PropTypes.oneOf(['continuous']).isRequired,
345
+ unknownColor: PropTypes.string
345
346
  }), PropTypes.shape({
346
347
  colors: PropTypes.arrayOf(PropTypes.string).isRequired,
347
348
  thresholds: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]).isRequired).isRequired,
348
- type: PropTypes.oneOf(['piecewise']).isRequired
349
+ type: PropTypes.oneOf(['piecewise']).isRequired,
350
+ unknownColor: PropTypes.string
349
351
  }), PropTypes.shape({
350
352
  colors: PropTypes.arrayOf(PropTypes.string).isRequired,
351
353
  type: PropTypes.oneOf(['ordinal']).isRequired,
@@ -63,7 +63,7 @@ function ChartsDataProvider(props) {
63
63
  })
64
64
  }));
65
65
  }
66
- process.env.NODE_ENV !== "production" ? ChartsDataProvider.propTypes = {
66
+ process.env.NODE_ENV !== "production" ? ChartsDataProvider.propTypes /* remove-proptypes */ = {
67
67
  // ----------------------------- Warning --------------------------------
68
68
  // | These PropTypes are generated from the TypeScript type definitions |
69
69
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -80,6 +80,10 @@ process.env.NODE_ENV !== "production" ? ChartsDataProvider.propTypes = {
80
80
  * An array of objects that can be used to populate series and axes data using their `dataKey` property.
81
81
  */
82
82
  dataset: _propTypes.default.arrayOf(_propTypes.default.object),
83
+ /**
84
+ * Options to enable features planned for the next major.
85
+ */
86
+ experimentalFeatures: _propTypes.default.any,
83
87
  /**
84
88
  * The height of the chart in px. If not defined, it takes the height of the parent element.
85
89
  */
@@ -56,7 +56,7 @@ function ChartsDataProvider(props) {
56
56
  })
57
57
  }));
58
58
  }
59
- process.env.NODE_ENV !== "production" ? ChartsDataProvider.propTypes = {
59
+ process.env.NODE_ENV !== "production" ? ChartsDataProvider.propTypes /* remove-proptypes */ = {
60
60
  // ----------------------------- Warning --------------------------------
61
61
  // | These PropTypes are generated from the TypeScript type definitions |
62
62
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -73,6 +73,10 @@ process.env.NODE_ENV !== "production" ? ChartsDataProvider.propTypes = {
73
73
  * An array of objects that can be used to populate series and axes data using their `dataKey` property.
74
74
  */
75
75
  dataset: PropTypes.arrayOf(PropTypes.object),
76
+ /**
77
+ * Options to enable features planned for the next major.
78
+ */
79
+ experimentalFeatures: PropTypes.any,
76
80
  /**
77
81
  * The height of the chart in px. If not defined, it takes the height of the parent element.
78
82
  */
@@ -77,7 +77,7 @@ function ChartsGrid(inProps) {
77
77
  })]
78
78
  }));
79
79
  }
80
- process.env.NODE_ENV !== "production" ? ChartsGrid.propTypes = {
80
+ process.env.NODE_ENV !== "production" ? ChartsGrid.propTypes /* remove-proptypes */ = {
81
81
  // ----------------------------- Warning --------------------------------
82
82
  // | These PropTypes are generated from the TypeScript type definitions |
83
83
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -86,6 +86,10 @@ process.env.NODE_ENV !== "production" ? ChartsGrid.propTypes = {
86
86
  * Override or extend the styles applied to the component.
87
87
  */
88
88
  classes: _propTypes.default.object,
89
+ /**
90
+ * A CSS class name applied to the root element.
91
+ */
92
+ className: _propTypes.default.string,
89
93
  /**
90
94
  * Displays horizontal grid.
91
95
  */
@@ -71,7 +71,7 @@ function ChartsGrid(inProps) {
71
71
  })]
72
72
  }));
73
73
  }
74
- process.env.NODE_ENV !== "production" ? ChartsGrid.propTypes = {
74
+ process.env.NODE_ENV !== "production" ? ChartsGrid.propTypes /* remove-proptypes */ = {
75
75
  // ----------------------------- Warning --------------------------------
76
76
  // | These PropTypes are generated from the TypeScript type definitions |
77
77
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -80,6 +80,10 @@ process.env.NODE_ENV !== "production" ? ChartsGrid.propTypes = {
80
80
  * Override or extend the styles applied to the component.
81
81
  */
82
82
  classes: PropTypes.object,
83
+ /**
84
+ * A CSS class name applied to the root element.
85
+ */
86
+ className: PropTypes.string,
83
87
  /**
84
88
  * Displays horizontal grid.
85
89
  */
@@ -120,7 +120,7 @@ const ChartsLayerContainer = exports.ChartsLayerContainer = /*#__PURE__*/React.f
120
120
  );
121
121
  });
122
122
  if (process.env.NODE_ENV !== "production") ChartsLayerContainer.displayName = "ChartsLayerContainer";
123
- process.env.NODE_ENV !== "production" ? ChartsLayerContainer.propTypes = {
123
+ process.env.NODE_ENV !== "production" ? ChartsLayerContainer.propTypes /* remove-proptypes */ = {
124
124
  // ----------------------------- Warning --------------------------------
125
125
  // | These PropTypes are generated from the TypeScript type definitions |
126
126
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -114,7 +114,7 @@ const ChartsLayerContainer = /*#__PURE__*/React.forwardRef(function ChartsLayerC
114
114
  );
115
115
  });
116
116
  if (process.env.NODE_ENV !== "production") ChartsLayerContainer.displayName = "ChartsLayerContainer";
117
- process.env.NODE_ENV !== "production" ? ChartsLayerContainer.propTypes = {
117
+ process.env.NODE_ENV !== "production" ? ChartsLayerContainer.propTypes /* remove-proptypes */ = {
118
118
  // ----------------------------- Warning --------------------------------
119
119
  // | These PropTypes are generated from the TypeScript type definitions |
120
120
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -58,7 +58,7 @@ function ChartsLocalizationProvider(inProps) {
58
58
  children: children
59
59
  });
60
60
  }
61
- process.env.NODE_ENV !== "production" ? ChartsLocalizationProvider.propTypes = {
61
+ process.env.NODE_ENV !== "production" ? ChartsLocalizationProvider.propTypes /* remove-proptypes */ = {
62
62
  // ----------------------------- Warning --------------------------------
63
63
  // | These PropTypes are generated from the TypeScript type definitions |
64
64
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -50,7 +50,7 @@ function ChartsLocalizationProvider(inProps) {
50
50
  children: children
51
51
  });
52
52
  }
53
- process.env.NODE_ENV !== "production" ? ChartsLocalizationProvider.propTypes = {
53
+ process.env.NODE_ENV !== "production" ? ChartsLocalizationProvider.propTypes /* remove-proptypes */ = {
54
54
  // ----------------------------- Warning --------------------------------
55
55
  // | These PropTypes are generated from the TypeScript type definitions |
56
56
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -46,11 +46,11 @@ function ChartsRadialAxisHighlight(props) {
46
46
  })]
47
47
  });
48
48
  }
49
- process.env.NODE_ENV !== "production" ? ChartsRadialAxisHighlight.propTypes = {
49
+ process.env.NODE_ENV !== "production" ? ChartsRadialAxisHighlight.propTypes /* remove-proptypes */ = {
50
50
  // ----------------------------- Warning --------------------------------
51
51
  // | These PropTypes are generated from the TypeScript type definitions |
52
52
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
53
53
  // ----------------------------------------------------------------------
54
- radius: _propTypes.default.oneOf(['line', 'none']),
54
+ radius: _propTypes.default.oneOf(['band', 'line', 'none']),
55
55
  rotation: _propTypes.default.oneOf(['band', 'line', 'none'])
56
56
  } : void 0;
@@ -39,12 +39,12 @@ function ChartsRadialAxisHighlight(props) {
39
39
  })]
40
40
  });
41
41
  }
42
- process.env.NODE_ENV !== "production" ? ChartsRadialAxisHighlight.propTypes = {
42
+ process.env.NODE_ENV !== "production" ? ChartsRadialAxisHighlight.propTypes /* remove-proptypes */ = {
43
43
  // ----------------------------- Warning --------------------------------
44
44
  // | These PropTypes are generated from the TypeScript type definitions |
45
45
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
46
46
  // ----------------------------------------------------------------------
47
- radius: PropTypes.oneOf(['line', 'none']),
47
+ radius: PropTypes.oneOf(['band', 'line', 'none']),
48
48
  rotation: PropTypes.oneOf(['band', 'line', 'none'])
49
49
  } : void 0;
50
50
  export { ChartsRadialAxisHighlight };