@vidispine/vdt-mui 22.2.0 → 22.3.0-pre.3

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/dist/index.es.js CHANGED
@@ -1468,7 +1468,7 @@ EntityAvatar.propTypes = {
1468
1468
  classes: PropTypes.instanceOf(Object),
1469
1469
 
1470
1470
  /**
1471
- * Variant/shapes for the Avatar
1471
+ * Type of icon for the Avatar
1472
1472
  */
1473
1473
  entityType: PropTypes.oneOf(['item', 'collection', 'library']),
1474
1474
 
package/dist/index.js CHANGED
@@ -1493,7 +1493,7 @@ EntityAvatar.propTypes = {
1493
1493
  classes: PropTypes.instanceOf(Object),
1494
1494
 
1495
1495
  /**
1496
- * Variant/shapes for the Avatar
1496
+ * Type of icon for the Avatar
1497
1497
  */
1498
1498
  entityType: PropTypes.oneOf(['item', 'collection', 'library']),
1499
1499
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidispine/vdt-mui",
3
- "version": "22.2.0",
3
+ "version": "22.3.0-pre.3",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -31,11 +31,11 @@
31
31
  "@mui/lab": "^5.0.0-alpha.75",
32
32
  "@mui/material": "^5.5.3",
33
33
  "@mui/styles": "^5.5.3",
34
- "@vidispine/proptypes": "22.2.0",
35
- "@vidispine/vdt-api": "22.2.0",
36
- "@vidispine/vdt-js": "22.2.0",
37
- "@vidispine/vdt-react": "22.2.0",
38
- "@vidispine/vdt-videojs-react": "22.2.0",
34
+ "@vidispine/proptypes": "22.3.0-pre.3",
35
+ "@vidispine/vdt-api": "22.3.0-pre.3",
36
+ "@vidispine/vdt-js": "22.3.0-pre.3",
37
+ "@vidispine/vdt-react": "22.3.0-pre.3",
38
+ "@vidispine/vdt-videojs-react": "22.3.0-pre.3",
39
39
  "clsx": "^1.1.1"
40
40
  },
41
41
  "peerDependencies": {
@@ -53,10 +53,10 @@
53
53
  "@svgr/rollup": "^6.2.1",
54
54
  "@testing-library/jest-dom": "^5.16.2",
55
55
  "@testing-library/react": "^12.1.4",
56
- "@vidispine/eslint-config-react": "22.2.0",
57
- "@vidispine/eslint-config-storybook": "22.2.0",
58
- "@vidispine/prettier-config": "22.2.0",
59
- "@vidispine/vdt-storybook": "22.2.0",
56
+ "@vidispine/eslint-config-react": "22.3.0-pre.3",
57
+ "@vidispine/eslint-config-storybook": "22.3.0-pre.3",
58
+ "@vidispine/prettier-config": "22.3.0-pre.3",
59
+ "@vidispine/vdt-storybook": "22.3.0-pre.3",
60
60
  "hygen": "^6.1.0",
61
61
  "prop-types": "^15.8.1",
62
62
  "rollup": "^2.67.0",
@@ -69,5 +69,5 @@
69
69
  ]
70
70
  },
71
71
  "prettier": "@vidispine/prettier-config",
72
- "gitHead": "9873cf54bedeb5a1ee4c396eb9f101f3915ca1d1"
72
+ "gitHead": "9819429aa7af26cf9a1be230b50c66acd9d721f2"
73
73
  }