@webitel/ui-sdk 24.4.34 → 24.4.36
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/package.json
CHANGED
|
@@ -109,8 +109,8 @@ export default {
|
|
|
109
109
|
if (this.player) this.player.destroy();
|
|
110
110
|
const controls = [
|
|
111
111
|
'play-large', 'play', 'progress', 'current-time',
|
|
112
|
-
'mute', 'volume', 'captions', 'settings',
|
|
113
|
-
'airplay', 'fullscreen'
|
|
112
|
+
'duration', 'mute', 'volume', 'captions', 'settings',
|
|
113
|
+
'pip', 'airplay', 'fullscreen'
|
|
114
114
|
];
|
|
115
115
|
if (this.download) controls.push('download');
|
|
116
116
|
this.player = new Plyr(this.$refs.player, {
|
|
@@ -186,13 +186,15 @@ export default {
|
|
|
186
186
|
box-shadow: var(--elevation-10);
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
.plyr__controls .plyr__control
|
|
189
|
+
.plyr__controls > .plyr__control,
|
|
190
|
+
.plyr__controls > .plyr__controls__item > .plyr__control {
|
|
190
191
|
padding: var(--plyr-controls-icon-padding);
|
|
192
|
+
}
|
|
191
193
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
194
|
+
.plyr__controls > .plyr__control > svg,
|
|
195
|
+
.plyr__controls > .plyr__controls__item > .plyr__control > svg {
|
|
196
|
+
height: var(--plyr-controls-icon-size);
|
|
197
|
+
width: var(--plyr-controls-icon-size);
|
|
196
198
|
}
|
|
197
199
|
|
|
198
200
|
.plyr__control--overlaid svg {
|