@mui/x-charts-premium 9.0.0 → 9.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,7 +42,7 @@ Properties ${missingKeys.map(key => `"${key}"`).join(', ')} are missing.` : (0,
42
42
  if (process.env.NODE_ENV !== 'production') {
43
43
  for (const key of ['open', 'high', 'low', 'close']) {
44
44
  if (data[datasetKeys[key]] !== null && typeof data[datasetKeys[key]] !== 'number') {
45
- (0, _warning.warnOnce)([`MUI X Charts: Your dataset key "${key}" is used for plotting a candlestick, but contains nonnumerical elements.`, 'Candlestick charts only support numbers.']);
45
+ (0, _warning.warnOnce)([`MUI X Charts: Your dataset key "${key}" is used for plotting a candlestick, but contains non-numerical elements.`, 'Candlestick charts only support numbers.']);
46
46
  }
47
47
  }
48
48
  }
@@ -35,7 +35,7 @@ Properties ${missingKeys.map(key => `"${key}"`).join(', ')} are missing.` : _for
35
35
  if (process.env.NODE_ENV !== 'production') {
36
36
  for (const key of ['open', 'high', 'low', 'close']) {
37
37
  if (data[datasetKeys[key]] !== null && typeof data[datasetKeys[key]] !== 'number') {
38
- warnOnce([`MUI X Charts: Your dataset key "${key}" is used for plotting a candlestick, but contains nonnumerical elements.`, 'Candlestick charts only support numbers.']);
38
+ warnOnce([`MUI X Charts: Your dataset key "${key}" is used for plotting a candlestick, but contains non-numerical elements.`, 'Candlestick charts only support numbers.']);
39
39
  }
40
40
  }
41
41
  }
@@ -20,7 +20,7 @@ var _seriesConfig2 = require("../CandlestickChart/seriesConfig");
20
20
  var _jsxRuntime = require("react/jsx-runtime");
21
21
  const packageInfo = {
22
22
  releaseDate: "MTc3NTYwNjQwMDAwMA==",
23
- version: "9.0.0",
23
+ version: "9.0.1",
24
24
  name: 'x-charts-premium'
25
25
  };
26
26
  const defaultSeriesConfigPremium = exports.defaultSeriesConfigPremium = (0, _extends2.default)({}, _internals2.defaultSeriesConfigPro, {
@@ -14,7 +14,7 @@ import { ohlcSeriesConfig } from "../CandlestickChart/seriesConfig/index.mjs";
14
14
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
15
15
  const packageInfo = {
16
16
  releaseDate: "MTc3NTYwNjQwMDAwMA==",
17
- version: "9.0.0",
17
+ version: "9.0.1",
18
18
  name: 'x-charts-premium'
19
19
  };
20
20
  export const defaultSeriesConfigPremium = _extends({}, defaultSeriesConfigPro, {
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-premium v9.0.0
2
+ * @mui/x-charts-premium v9.0.1
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-premium v9.0.0
2
+ * @mui/x-charts-premium v9.0.1
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-premium",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "author": "MUI Team",
5
5
  "description": "The Premium plan edition of the MUI X Charts components.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -31,11 +31,11 @@
31
31
  "@mui/utils": "9.0.0",
32
32
  "clsx": "^2.1.1",
33
33
  "prop-types": "^15.8.1",
34
- "@mui/x-charts": "^9.0.0",
35
- "@mui/x-charts-pro": "^9.0.0",
34
+ "@mui/x-charts": "^9.0.1",
36
35
  "@mui/x-charts-vendor": "^9.0.0",
37
- "@mui/x-license": "^9.0.0",
38
- "@mui/x-internals": "^9.0.0"
36
+ "@mui/x-charts-pro": "^9.0.1",
37
+ "@mui/x-internals": "^9.0.0",
38
+ "@mui/x-license": "^9.0.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@emotion/react": "^11.9.0",