@vidispine/vdt-mui 22.3.0-pre.5 → 22.3.1-pre.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.
- package/dist/index.es.js +4809 -1963
- package/dist/index.js +4825 -1978
- package/package.json +53 -41
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidispine/vdt-mui",
|
|
3
|
-
"version": "22.3.
|
|
3
|
+
"version": "22.3.1-pre.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
|
-
"private": false,
|
|
6
5
|
"publishConfig": {
|
|
7
6
|
"access": "public"
|
|
8
7
|
},
|
|
@@ -19,55 +18,68 @@
|
|
|
19
18
|
"dist"
|
|
20
19
|
],
|
|
21
20
|
"scripts": {
|
|
22
|
-
"build": "
|
|
23
|
-
"build:watch": "
|
|
24
|
-
"lint": "eslint
|
|
25
|
-
"lint:fix": "yarn lint --fix",
|
|
21
|
+
"build": "rimraf dist && rollup -c",
|
|
22
|
+
"build:watch": "yarn build -w --environment DEVELOPMENT",
|
|
23
|
+
"lint": "eslint . --ext js,md,mdx",
|
|
26
24
|
"new:component": "hygen new component"
|
|
27
25
|
},
|
|
28
26
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "^7.
|
|
30
|
-
"@mui/icons-material": "^5.
|
|
31
|
-
"@mui/lab": "^5.0.0-alpha.
|
|
32
|
-
"@mui/material": "^5.
|
|
33
|
-
"@mui/styles": "^5.
|
|
34
|
-
"@vidispine/proptypes": "22.3.
|
|
35
|
-
"@vidispine/vdt-api": "22.3.
|
|
36
|
-
"@vidispine/vdt-js": "22.3.
|
|
37
|
-
"@vidispine/vdt-react": "22.3.
|
|
38
|
-
"@vidispine/vdt-videojs-react": "22.3.
|
|
39
|
-
"clsx": "^1.
|
|
27
|
+
"@babel/runtime": "^7.18.9",
|
|
28
|
+
"@mui/icons-material": "^5.8.4",
|
|
29
|
+
"@mui/lab": "^5.0.0-alpha.95",
|
|
30
|
+
"@mui/material": "^5.10.1",
|
|
31
|
+
"@mui/styles": "^5.9.3",
|
|
32
|
+
"@vidispine/proptypes": "22.3.1-pre.1",
|
|
33
|
+
"@vidispine/vdt-api": "22.3.1-pre.1",
|
|
34
|
+
"@vidispine/vdt-js": "22.3.1-pre.1",
|
|
35
|
+
"@vidispine/vdt-react": "22.3.1-pre.1",
|
|
36
|
+
"@vidispine/vdt-videojs-react": "22.3.1-pre.1",
|
|
37
|
+
"clsx": "^1.2.1",
|
|
38
|
+
"prop-types": "^15.8.1"
|
|
40
39
|
},
|
|
41
40
|
"peerDependencies": {
|
|
42
|
-
"react": "^17.0.
|
|
43
|
-
"react-dom": "^17.0.
|
|
41
|
+
"react": "^17.0.0",
|
|
42
|
+
"react-dom": "^17.0.0"
|
|
44
43
|
},
|
|
45
44
|
"devDependencies": {
|
|
46
|
-
"@babel/core": "
|
|
47
|
-
"@babel/plugin-transform-runtime": "
|
|
48
|
-
"@babel/preset-env": "
|
|
49
|
-
"@babel/preset-react": "
|
|
50
|
-
"@rollup/plugin-babel": "
|
|
51
|
-
"@rollup/plugin-commonjs": "
|
|
52
|
-
"@rollup/plugin-node-resolve": "
|
|
53
|
-
"@svgr/rollup": "
|
|
54
|
-
"@testing-library/jest-dom": "
|
|
55
|
-
"@testing-library/react": "
|
|
56
|
-
"@vidispine/eslint-config-
|
|
57
|
-
"@vidispine/eslint-config-
|
|
58
|
-
"@vidispine/
|
|
59
|
-
"@vidispine/
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
45
|
+
"@babel/core": "7.19.1",
|
|
46
|
+
"@babel/plugin-transform-runtime": "7.19.1",
|
|
47
|
+
"@babel/preset-env": "7.19.1",
|
|
48
|
+
"@babel/preset-react": "7.18.6",
|
|
49
|
+
"@rollup/plugin-babel": "5.3.1",
|
|
50
|
+
"@rollup/plugin-commonjs": "21.1.0",
|
|
51
|
+
"@rollup/plugin-node-resolve": "13.3.0",
|
|
52
|
+
"@svgr/rollup": "6.3.1",
|
|
53
|
+
"@testing-library/jest-dom": "5.16.5",
|
|
54
|
+
"@testing-library/react": "12.1.5",
|
|
55
|
+
"@vidispine/eslint-config-mdx": "22.3.1-pre.1",
|
|
56
|
+
"@vidispine/eslint-config-react": "22.3.1-pre.1",
|
|
57
|
+
"@vidispine/eslint-config-storybook": "22.3.1-pre.1",
|
|
58
|
+
"@vidispine/prettier-config": "22.3.1-pre.1",
|
|
59
|
+
"@vidispine/vdt-storybook": "22.3.1-pre.1",
|
|
60
|
+
"eslint": "8.23.1",
|
|
61
|
+
"hygen": "6.2.11",
|
|
62
|
+
"prettier": "2.7.1",
|
|
63
|
+
"rimraf": "3.0.2",
|
|
64
|
+
"rollup": "2.79.0"
|
|
64
65
|
},
|
|
65
66
|
"eslintConfig": {
|
|
66
67
|
"extends": [
|
|
67
68
|
"@vidispine/eslint-config-react",
|
|
69
|
+
"@vidispine/eslint-config-mdx",
|
|
68
70
|
"@vidispine/eslint-config-storybook"
|
|
69
|
-
]
|
|
71
|
+
],
|
|
72
|
+
"rules": {
|
|
73
|
+
"react/no-unused-prop-types": [
|
|
74
|
+
2,
|
|
75
|
+
{
|
|
76
|
+
"ignore": [
|
|
77
|
+
"className",
|
|
78
|
+
"classes"
|
|
79
|
+
]
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
}
|
|
70
83
|
},
|
|
71
|
-
"prettier": "@vidispine/prettier-config"
|
|
72
|
-
|
|
73
|
-
}
|
|
84
|
+
"prettier": "@vidispine/prettier-config"
|
|
85
|
+
}
|