@micromag/screen-video 0.3.153 → 0.3.159
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/es/index.js +6 -5
- package/lib/index.js +6 -5
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -125,13 +125,14 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
125
125
|
return function () {};
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
+
setControlsTheme({
|
|
129
|
+
seekBarOnly: withSeekBar && !withControls,
|
|
130
|
+
color: color,
|
|
131
|
+
progressColor: progressColor
|
|
132
|
+
});
|
|
133
|
+
|
|
128
134
|
if (withControls || withSeekBar) {
|
|
129
135
|
setControls(true);
|
|
130
|
-
setControlsTheme({
|
|
131
|
-
seekBarOnly: withSeekBar && !withControls,
|
|
132
|
-
color: color,
|
|
133
|
-
progressColor: progressColor
|
|
134
|
-
});
|
|
135
136
|
} else {
|
|
136
137
|
setControls(false);
|
|
137
138
|
}
|
package/lib/index.js
CHANGED
|
@@ -145,13 +145,14 @@ var VideoScreen = function VideoScreen(_ref) {
|
|
|
145
145
|
return function () {};
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
+
setControlsTheme({
|
|
149
|
+
seekBarOnly: withSeekBar && !withControls,
|
|
150
|
+
color: color,
|
|
151
|
+
progressColor: progressColor
|
|
152
|
+
});
|
|
153
|
+
|
|
148
154
|
if (withControls || withSeekBar) {
|
|
149
155
|
setControls(true);
|
|
150
|
-
setControlsTheme({
|
|
151
|
-
seekBarOnly: withSeekBar && !withControls,
|
|
152
|
-
color: color,
|
|
153
|
-
progressColor: progressColor
|
|
154
|
-
});
|
|
155
156
|
} else {
|
|
156
157
|
setControls(false);
|
|
157
158
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-video",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.159",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
52
|
"@folklore/size": "^0.1.20",
|
|
53
|
-
"@micromag/core": "^0.3.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
56
|
-
"@micromag/element-closed-captions": "^0.3.
|
|
57
|
-
"@micromag/element-container": "^0.3.
|
|
58
|
-
"@micromag/element-image": "^0.3.
|
|
59
|
-
"@micromag/element-media-controls": "^0.3.
|
|
60
|
-
"@micromag/element-video": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
53
|
+
"@micromag/core": "^0.3.159",
|
|
54
|
+
"@micromag/element-background": "^0.3.159",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.159",
|
|
56
|
+
"@micromag/element-closed-captions": "^0.3.159",
|
|
57
|
+
"@micromag/element-container": "^0.3.159",
|
|
58
|
+
"@micromag/element-image": "^0.3.159",
|
|
59
|
+
"@micromag/element-media-controls": "^0.3.159",
|
|
60
|
+
"@micromag/element-video": "^0.3.159",
|
|
61
|
+
"@micromag/transforms": "^0.3.159",
|
|
62
62
|
"classnames": "^2.2.6",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "685851a0877cde60bcb1c322d939e93bf2f72792"
|
|
72
72
|
}
|