@mui/x-charts-pro 9.0.4 → 9.2.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.
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-pro v9.0.4
2
+ * @mui/x-charts-pro v9.2.0
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-pro v9.0.4
2
+ * @mui/x-charts-pro v9.2.0
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-charts-pro",
3
- "version": "9.0.4",
3
+ "version": "9.2.0",
4
4
  "author": "MUI Team",
5
5
  "description": "The Pro plan edition of the MUI X Charts components.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -28,14 +28,14 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.29.2",
31
- "@mui/utils": "9.0.0",
31
+ "@mui/utils": "9.0.1",
32
32
  "clsx": "^2.1.1",
33
33
  "prop-types": "^15.8.1",
34
- "@mui/x-charts": "^9.0.4",
35
34
  "@mui/x-charts-vendor": "^9.0.0",
36
- "@mui/x-internal-gestures": "^9.0.2",
37
- "@mui/x-license": "^9.0.4",
38
- "@mui/x-internals": "^9.0.4"
35
+ "@mui/x-charts": "^9.2.0",
36
+ "@mui/x-internals": "^9.1.0",
37
+ "@mui/x-license": "^9.2.0",
38
+ "@mui/x-internal-gestures": "^9.2.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@emotion/react": "^11.9.0",
@@ -146,6 +146,20 @@
146
146
  "default": "./ChartsAxisHighlight/index.mjs"
147
147
  }
148
148
  },
149
+ "./ChartsAxisHighlightValue": {
150
+ "import": {
151
+ "types": "./ChartsAxisHighlightValue/index.d.mts",
152
+ "default": "./ChartsAxisHighlightValue/index.mjs"
153
+ },
154
+ "require": {
155
+ "types": "./ChartsAxisHighlightValue/index.d.ts",
156
+ "default": "./ChartsAxisHighlightValue/index.js"
157
+ },
158
+ "default": {
159
+ "types": "./ChartsAxisHighlightValue/index.d.mts",
160
+ "default": "./ChartsAxisHighlightValue/index.mjs"
161
+ }
162
+ },
149
163
  "./ChartsBrushOverlay": {
150
164
  "import": {
151
165
  "types": "./ChartsBrushOverlay/index.d.mts",
@@ -314,6 +328,20 @@
314
328
  "default": "./ChartsOverlay/index.mjs"
315
329
  }
316
330
  },
331
+ "./ChartsRadialAxisHighlight": {
332
+ "import": {
333
+ "types": "./ChartsRadialAxisHighlight/index.d.mts",
334
+ "default": "./ChartsRadialAxisHighlight/index.mjs"
335
+ },
336
+ "require": {
337
+ "types": "./ChartsRadialAxisHighlight/index.d.ts",
338
+ "default": "./ChartsRadialAxisHighlight/index.js"
339
+ },
340
+ "default": {
341
+ "types": "./ChartsRadialAxisHighlight/index.d.mts",
342
+ "default": "./ChartsRadialAxisHighlight/index.mjs"
343
+ }
344
+ },
317
345
  "./ChartsRadialDataProvider": {
318
346
  "import": {
319
347
  "types": "./ChartsRadialDataProvider/index.d.mts",