@vidispine/vdt-materialui 22.4.0-pre.2 → 22.4.0-pre.4
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +10 -10
package/dist/index.es.js
CHANGED
|
@@ -31719,10 +31719,10 @@ function BinList(_ref3) {
|
|
|
31719
31719
|
metadata: {
|
|
31720
31720
|
field: start ? [{
|
|
31721
31721
|
key: 'start',
|
|
31722
|
-
value: formatTimeCodeText(start).
|
|
31722
|
+
value: formatTimeCodeText(start).toText()
|
|
31723
31723
|
}, {
|
|
31724
31724
|
key: 'end',
|
|
31725
|
-
value: formatTimeCodeText(end).
|
|
31725
|
+
value: formatTimeCodeText(end).toText()
|
|
31726
31726
|
}] : []
|
|
31727
31727
|
}
|
|
31728
31728
|
};
|
package/dist/index.js
CHANGED
|
@@ -31910,10 +31910,10 @@ function BinList(_ref3) {
|
|
|
31910
31910
|
metadata: {
|
|
31911
31911
|
field: start ? [{
|
|
31912
31912
|
key: 'start',
|
|
31913
|
-
value: vdtJs.formatTimeCodeText(start).
|
|
31913
|
+
value: vdtJs.formatTimeCodeText(start).toText()
|
|
31914
31914
|
}, {
|
|
31915
31915
|
key: 'end',
|
|
31916
|
-
value: vdtJs.formatTimeCodeText(end).
|
|
31916
|
+
value: vdtJs.formatTimeCodeText(end).toText()
|
|
31917
31917
|
}] : []
|
|
31918
31918
|
}
|
|
31919
31919
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidispine/vdt-materialui",
|
|
3
|
-
"version": "22.4.0-pre.
|
|
3
|
+
"version": "22.4.0-pre.4",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.18.9",
|
|
28
|
-
"@vidispine/vdt-api": "22.4.0-pre.
|
|
29
|
-
"@vidispine/vdt-js": "22.4.0-pre.
|
|
30
|
-
"@vidispine/vdt-react": "22.4.0-pre.
|
|
31
|
-
"@vidispine/vdt-videojs-react": "22.4.0-pre.
|
|
28
|
+
"@vidispine/vdt-api": "22.4.0-pre.4",
|
|
29
|
+
"@vidispine/vdt-js": "22.4.0-pre.4",
|
|
30
|
+
"@vidispine/vdt-react": "22.4.0-pre.4",
|
|
31
|
+
"@vidispine/vdt-videojs-react": "22.4.0-pre.4",
|
|
32
32
|
"clsx": "^1.2.1",
|
|
33
33
|
"core-js": "^3.24.1",
|
|
34
34
|
"filesize": "^6.4.0",
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
"@rollup/plugin-commonjs": "21.1.0",
|
|
72
72
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
73
73
|
"@svgr/rollup": "6.3.1",
|
|
74
|
-
"@vidispine/eslint-config-mdx": "22.4.0-pre.
|
|
75
|
-
"@vidispine/eslint-config-react": "22.4.0-pre.
|
|
76
|
-
"@vidispine/eslint-config-storybook": "22.4.0-pre.
|
|
77
|
-
"@vidispine/prettier-config": "22.4.0-pre.
|
|
78
|
-
"@vidispine/proptypes": "22.4.0-pre.
|
|
74
|
+
"@vidispine/eslint-config-mdx": "22.4.0-pre.4",
|
|
75
|
+
"@vidispine/eslint-config-react": "22.4.0-pre.4",
|
|
76
|
+
"@vidispine/eslint-config-storybook": "22.4.0-pre.4",
|
|
77
|
+
"@vidispine/prettier-config": "22.4.0-pre.4",
|
|
78
|
+
"@vidispine/proptypes": "22.4.0-pre.4",
|
|
79
79
|
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
|
|
80
80
|
"axios": "0.21.4",
|
|
81
81
|
"axios-mock-adapter": "1.21.2",
|