@mui/material 6.0.0-beta.5 → 6.0.0-beta.5-dev.20240809-114550-93cb3d65e7

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.
@@ -1082,7 +1082,7 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes /* remove-proptyp
1082
1082
  */
1083
1083
  openText: PropTypes.string,
1084
1084
  /**
1085
- * Array of options.
1085
+ * A list of options that will be shown in the Autocomplete.
1086
1086
  */
1087
1087
  options: PropTypes.array.isRequired,
1088
1088
  /**
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material v6.0.0-beta.5
2
+ * @mui/material v6.0.0-beta.5-dev.20240809-114550-93cb3d65e7
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -1082,7 +1082,7 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes /* remove-proptyp
1082
1082
  */
1083
1083
  openText: PropTypes.string,
1084
1084
  /**
1085
- * Array of options.
1085
+ * A list of options that will be shown in the Autocomplete.
1086
1086
  */
1087
1087
  options: PropTypes.array.isRequired,
1088
1088
  /**
package/modern/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material v6.0.0-beta.5
2
+ * @mui/material v6.0.0-beta.5-dev.20240809-114550-93cb3d65e7
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -1,4 +1,4 @@
1
- export const version = "6.0.0-beta.5";
1
+ export const version = "6.0.0-beta.5-dev.20240809-114550-93cb3d65e7";
2
2
  export const major = Number("6");
3
3
  export const minor = Number("0");
4
4
  export const patch = Number("0");
@@ -1098,7 +1098,7 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes /* remove-proptyp
1098
1098
  */
1099
1099
  openText: _propTypes.default.string,
1100
1100
  /**
1101
- * Array of options.
1101
+ * A list of options that will be shown in the Autocomplete.
1102
1102
  */
1103
1103
  options: _propTypes.default.array.isRequired,
1104
1104
  /**
package/node/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material v6.0.0-beta.5
2
+ * @mui/material v6.0.0-beta.5-dev.20240809-114550-93cb3d65e7
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.version = exports.preReleaseNumber = exports.preReleaseLabel = exports.patch = exports.minor = exports.major = exports.default = void 0;
7
- const version = exports.version = "6.0.0-beta.5";
7
+ const version = exports.version = "6.0.0-beta.5-dev.20240809-114550-93cb3d65e7";
8
8
  const major = exports.major = Number("6");
9
9
  const minor = exports.minor = Number("0");
10
10
  const patch = exports.patch = Number("0");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/material",
3
- "version": "6.0.0-beta.5",
3
+ "version": "6.0.0-beta.5-dev.20240809-114550-93cb3d65e7",
4
4
  "private": false,
5
5
  "author": "MUI Team",
6
6
  "description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",
@@ -35,10 +35,10 @@
35
35
  "prop-types": "^15.8.1",
36
36
  "react-is": "^18.3.1",
37
37
  "react-transition-group": "^4.4.5",
38
- "@mui/system": "6.0.0-beta.5",
39
- "@mui/utils": "6.0.0-beta.5",
38
+ "@mui/core-downloads-tracker": "^6.0.0-beta.5",
39
+ "@mui/system": "6.0.0-beta.5-dev.20240809-114550-93cb3d65e7",
40
40
  "@mui/types": "^7.2.14",
41
- "@mui/core-downloads-tracker": "^6.0.0-beta.5"
41
+ "@mui/utils": "6.0.0-beta.5-dev.20240809-114550-93cb3d65e7"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@emotion/react": "^11.5.0",
@@ -46,7 +46,7 @@
46
46
  "@types/react": "^17.0.0 || ^18.0.0",
47
47
  "react": "^17.0.0 || ^18.0.0",
48
48
  "react-dom": "^17.0.0 || ^18.0.0",
49
- "@mui/material-pigment-css": "^6.0.0-beta.5"
49
+ "@mui/material-pigment-css": "^6.0.0-beta.5-dev.20240809-114550-93cb3d65e7"
50
50
  },
51
51
  "peerDependenciesMeta": {
52
52
  "@types/react": {
@@ -281,7 +281,7 @@ export interface UseAutocompleteProps<
281
281
  */
282
282
  openOnFocus?: boolean;
283
283
  /**
284
- * Array of options.
284
+ * A list of options that will be shown in the Autocomplete.
285
285
  */
286
286
  options: ReadonlyArray<Value>;
287
287
  /**
package/version/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export const version = "6.0.0-beta.5";
1
+ export const version = "6.0.0-beta.5-dev.20240809-114550-93cb3d65e7";
2
2
  export const major = Number("6");
3
3
  export const minor = Number("0");
4
4
  export const patch = Number("0");