@mui/x-tree-view 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.
@@ -58,7 +58,7 @@ export interface TreeItemSlots extends TreeItemIconSlots {
58
58
  */
59
59
  errorIcon?: React.ElementType;
60
60
  /**
61
- * The component that is rendered when the item is in an loading state.
61
+ * The component that is rendered when the item is in a loading state.
62
62
  * Warning: This slot is only useful when using the `<RichTreeViewPro />` component is lazy loading is enabled.
63
63
  * @default TreeItemLoadingContainer
64
64
  */
@@ -58,7 +58,7 @@ export interface TreeItemSlots extends TreeItemIconSlots {
58
58
  */
59
59
  errorIcon?: React.ElementType;
60
60
  /**
61
- * The component that is rendered when the item is in an loading state.
61
+ * The component that is rendered when the item is in a loading state.
62
62
  * Warning: This slot is only useful when using the `<RichTreeViewPro />` component is lazy loading is enabled.
63
63
  * @default TreeItemLoadingContainer
64
64
  */
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-tree-view v9.0.0
2
+ * @mui/x-tree-view v9.0.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-tree-view v9.0.0
2
+ * @mui/x-tree-view v9.0.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-tree-view",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "author": "MUI Team",
5
5
  "description": "The community edition of the MUI X Tree View components.",
6
6
  "license": "MIT",