cloudinary-video-player 2.6.0 → 2.6.1-edge.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/README.md +14 -16
- package/dist/adaptive-streaming.js +36927 -0
- package/dist/adaptive-streaming.min.js +3 -0
- package/dist/adaptive-streaming.min.js.LICENSE.txt +3 -0
- package/dist/chapters.js +1 -1
- package/dist/chapters.min.js +1 -1
- package/dist/cld-video-player.css +200 -11
- package/dist/cld-video-player.js +37548 -79684
- package/dist/cld-video-player.light.js +197 -662
- package/dist/cld-video-player.light.min.js +4 -3
- package/dist/cld-video-player.min.css +1 -1
- package/dist/cld-video-player.min.js +1 -1
- package/dist/cld-video-player.min.js.LICENSE.txt +16 -14
- package/dist/colors.js +86 -0
- package/dist/colors.min.js +2 -0
- package/dist/dash.js +62 -2
- package/dist/dash.min.js +1 -1
- package/dist/debug.js +140 -90
- package/dist/debug.min.js +1 -1
- package/dist/ima.js +66 -3
- package/dist/ima.min.js +1 -1
- package/dist/interaction-areas.js +87 -4
- package/dist/interaction-areas.min.js +1 -1
- package/dist/playlist.js +9 -9
- package/dist/playlist.min.js +1 -1
- package/dist/recommendations-overlay.js +7 -7
- package/dist/recommendations-overlay.min.js +1 -1
- package/dist/shoppable.js +7 -7
- package/dist/shoppable.min.js +1 -1
- package/dist/srt-text-tracks.js +208 -0
- package/dist/srt-text-tracks.min.js +2 -0
- package/dist/visual-search.js +4 -4
- package/dist/visual-search.min.js +1 -1
- package/lib/adaptive-streaming.js +3 -0
- package/lib/adaptive-streaming.js.LICENSE.txt +3 -0
- package/lib/all.js +1 -1
- package/lib/all.js.LICENSE.txt +18 -12
- package/lib/chapters.js +1 -1
- package/lib/cld-video-player.js +1 -1
- package/lib/cld-video-player.js.LICENSE.txt +16 -14
- package/lib/cld-video-player.min.css +2 -2
- package/lib/colors.js +2 -0
- package/lib/dash.js +1 -1
- package/lib/debug.js +1 -1
- package/lib/ima.js +1 -1
- package/lib/interaction-areas.js +1 -1
- package/lib/player.js +1 -1
- package/lib/player.js.LICENSE.txt +16 -14
- package/lib/playlist.js +1 -1
- package/lib/recommendations-overlay.js +1 -1
- package/lib/shoppable.js +1 -1
- package/lib/srt-text-tracks.js +2 -0
- package/lib/videoPlayer.js +1 -1
- package/lib/videoPlayer.js.LICENSE.txt +16 -14
- package/lib/visual-search.js +1 -1
- package/package.json +10 -23
- package/dist/chapters.light.js +0 -233
- package/dist/chapters.light.min.js +0 -2
- package/dist/cld-video-player.light.css +0 -2428
- package/dist/cld-video-player.light.min.css +0 -2
- package/dist/cld-video-player.light.min.js.LICENSE.txt +0 -21
- package/dist/dash.light.js +0 -70036
- package/dist/dash.light.min.js +0 -3
- package/dist/dash.light.min.js.LICENSE.txt +0 -1842
- package/dist/debug.light.js +0 -383
- package/dist/debug.light.min.js +0 -2
- package/dist/ima.light.js +0 -7110
- package/dist/ima.light.min.js +0 -2
- package/dist/interaction-areas.light.js +0 -646
- package/dist/interaction-areas.light.min.js +0 -2
- package/dist/node_modules_lodash_throttle_js.light.js +0 -449
- package/dist/playlist.light.js +0 -1788
- package/dist/playlist.light.min.js +0 -2
- package/dist/recommendations-overlay.light.js +0 -464
- package/dist/recommendations-overlay.light.min.js +0 -2
- package/dist/shoppable.light.js +0 -853
- package/dist/shoppable.light.min.js +0 -2
- package/dist/visual-search.light.js +0 -317
- package/dist/visual-search.light.min.js +0 -2
- package/lib/light/chapters.js +0 -2
- package/lib/light/cld-video-player.light.min.css +0 -21
- package/lib/light/dash.js +0 -3
- package/lib/light/dash.js.LICENSE.txt +0 -1842
- package/lib/light/debug.js +0 -2
- package/lib/light/ima.js +0 -2
- package/lib/light/index.js +0 -3
- package/lib/light/index.js.LICENSE.txt +0 -21
- package/lib/light/interaction-areas.js +0 -2
- package/lib/light/playlist.js +0 -2
- package/lib/light/recommendations-overlay.js +0 -2
- package/lib/light/shoppable.js +0 -2
- package/lib/light/visual-search.js +0 -2
package/dist/chapters.js
CHANGED
|
@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11
11
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12
12
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
13
13
|
/* harmony export */ });
|
|
14
|
-
/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! video.js */ "../node_modules/video.js/dist/video.
|
|
14
|
+
/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! video.js */ "../node_modules/video.js/dist/alt/video.core-exposed.js");
|
|
15
15
|
/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(video_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
16
16
|
/* harmony import */ var _chapters_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./chapters.scss */ "./plugins/chapters/chapters.scss");
|
|
17
17
|
/* harmony import */ var _cloudinary_common__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../cloudinary/common */ "./plugins/cloudinary/common.js");
|
package/dist/chapters.min.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";(self.cloudinaryVideoPlayerChunkLoading=self.cloudinaryVideoPlayerChunkLoading||[]).push([[625],{9234:(t,e,r)=>{r.d(e,{default:()=>n});var s=r(
|
|
1
|
+
"use strict";(self.cloudinaryVideoPlayerChunkLoading=self.cloudinaryVideoPlayerChunkLoading||[]).push([[625],{9234:(t,e,r)=>{r.d(e,{default:()=>n});var s=r(6673),a=r.n(s),i=r(9388);const o=function(){function t(t,e){return this.player=t,this.options=e,this.player.one("loadedmetadata",this.initializeChapters.bind(this)),this}return t.prototype.src=function(t){this.resetPlugin(),this.options=t,this.player.one("loadedmetadata",this.initializeChapters.bind(this))},t.prototype.detach=function(){this.resetPlugin()},t.prototype.resetPlugin=function(){this.chaptersTrack&&(this.player.$(".vjs-control-bar-chapter-display").remove(),this.player.$(".vjs-chapter-display").remove(),this.player.$$(".vjs-chapter-marker").forEach((t=>t.remove())),this.player.removeRemoteTextTrack(this.chaptersTrack),delete this.chaptersTrack)},t.prototype.getChaptersFileUrlByName=function(){const t=this.player.cloudinary.currentPublicId();if(!t)return null;return`${(0,i.KA)(`${t}-chapters.vtt`,(0,i.lP)(this.player.cloudinary.cloudinaryConfig(),{resource_type:"raw",version:"1"}))}?t=${Date.now()}`},t.prototype.initializeChapters=async function(){const t=!0===this.options?this.getChaptersFileUrlByName():this.options.url;if(t){const e={kind:"chapters",src:t,default:!0},r=this.player.addRemoteTextTrack(e);r.addEventListener("load",(()=>{this.chaptersTrack=r.track,this.setupChaptersDisplays()}))}else if(Object.entries(this.options).length){const t=this.player.addRemoteTextTrack({kind:"chapters",default:!0}),e=this.player.duration();Object.entries(this.options).forEach(((r,s,a)=>{const i=new VTTCue(parseFloat(r[0]),parseFloat(a[s+1]?a[s+1][0]:e),r[1]);t.track.addCue(i)})),this.chaptersTrack=t.track,this.setupChaptersDisplays(),this.player.controlBar.chaptersButton&&this.player.controlBar.chaptersButton.update()}},t.prototype.setupChaptersDisplays=function(){this.setupProgressBarMarkers(),this.setupProgressBarChapter(),this.setupControlBarChapter()},t.prototype.setupControlBarChapter=function(){const t=this.player.$(".vjs-control-bar-chapter-display")||document.createElement("div");t.setAttribute("class","vjs-control-bar-chapter-display");const e=this.player.$(".vjs-control-bar .vjs-spacer");e.innerHTML="",e.classList.add("vjs-control-bar-chapter-wrapper"),e.appendChild(t),this.chaptersTrack.addEventListener("cuechange",(()=>{const e=Array.from(this.chaptersTrack.activeCues);t.innerText=e.length>0?e[0].text:""}))},t.prototype.setupProgressBarMarkers=function(){const t=this.player.duration(),{seekBar:e}=this.player.controlBar.progressControl;Array.from(this.chaptersTrack.cues).forEach((r=>{if(0!==r.startTime){const s=r.startTime/t*100+"%",i=a().dom.createEl("div",void 0,{class:"vjs-chapter-marker",style:`left: ${s}`});e.el().append(i)}}))},t.prototype.setupProgressBarChapter=function(){const t=a().dom.createEl("div",void 0,{class:"vjs-chapter-display",style:`max-width: ${this.player.$(".vjs-vtt-thumbnail-display")?this.player.$(".vjs-vtt-thumbnail-display").style.width:"160px"}`}),e=this.player.getDescendant(["controlBar","progressControl","seekBar","mouseTimeDisplay"]),r=e.getDescendant(["timeTooltip"]);r.el().parentElement.prepend(t);const s=t=>{const e=t*this.player.duration(),r=Array.from(this.chaptersTrack?.cues||[]).find((t=>e>=t.startTime&&e<=t.endTime));return r?r.text:""};r.update=function(e,r,a){Object.getPrototypeOf(this).update.call(this,e,r,a),t.innerText=s(r)},"object"!=typeof this.player.vttThumbnails&&(e.update=function(e,s){const i=s*this.player_.duration(),o=e.width,n=t.clientWidth/2;r.updateTime(e,s,i,(()=>{e.width*s<n?this.el_.style.left=`${n}px`:e.width*s+n>o?this.el_.style.left=e.width-n+"px":this.el_.style.left=e.width*s+"px"})),r.write(a().time.formatTime(i))})},t}(),n=function(t,e){e.addClass("vjs-chapters"),e.chapters=new o(e,t)}}}]);
|
|
2
2
|
//# sourceMappingURL=chapters.min.js.map
|
|
@@ -543,11 +543,18 @@
|
|
|
543
543
|
}
|
|
544
544
|
|
|
545
545
|
.cld-video-player {
|
|
546
|
+
--color-accent: #0D9AFF;
|
|
547
|
+
--color-base: #000000;
|
|
548
|
+
--color-text: #FFFFFF;
|
|
546
549
|
font-family: Arial, Helvetica, sans-serif;
|
|
547
550
|
overflow: hidden;
|
|
548
551
|
font-size: 12px;
|
|
549
552
|
font-weight: 300;
|
|
550
553
|
}
|
|
554
|
+
.cld-video-player.cld-video-player-skin-light {
|
|
555
|
+
--color-base: #FFFFFF;
|
|
556
|
+
--color-text: #000000;
|
|
557
|
+
}
|
|
551
558
|
.cld-video-player:focus {
|
|
552
559
|
outline: none;
|
|
553
560
|
}
|
|
@@ -1114,17 +1121,6 @@
|
|
|
1114
1121
|
right: auto !important;
|
|
1115
1122
|
translate: -50%;
|
|
1116
1123
|
}
|
|
1117
|
-
/*!*********************************************************************************************************************************************!*\
|
|
1118
|
-
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/qualitySelector/quality-selector.scss ***!
|
|
1119
|
-
\*********************************************************************************************************************************************/
|
|
1120
|
-
.cld-video-player .vjs-http-source-selector > .vjs-button > .vjs-icon-placeholder {
|
|
1121
|
-
font-family: VideoJS;
|
|
1122
|
-
font-weight: 400;
|
|
1123
|
-
font-style: normal;
|
|
1124
|
-
}
|
|
1125
|
-
.cld-video-player .vjs-http-source-selector > .vjs-button > .vjs-icon-placeholder:before {
|
|
1126
|
-
content: "\f114";
|
|
1127
|
-
}
|
|
1128
1124
|
/*!************************************************************************************************************************************************************!*\
|
|
1129
1125
|
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/recommendations-overlay/recommendations-overlay.scss ***!
|
|
1130
1126
|
\************************************************************************************************************************************************************/
|
|
@@ -1345,6 +1341,199 @@
|
|
|
1345
1341
|
right: auto !important;
|
|
1346
1342
|
translate: -50%;
|
|
1347
1343
|
}
|
|
1344
|
+
/*!***********************************************************************************************************************!*\
|
|
1345
|
+
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/colors/colors.scss ***!
|
|
1346
|
+
\***********************************************************************************************************************/
|
|
1347
|
+
.cld-video-player {
|
|
1348
|
+
color: var(--color-text);
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
.cld-video-player .vjs-time-tooltip,
|
|
1352
|
+
.cld-video-player .vjs-mouse-display:after,
|
|
1353
|
+
.cld-video-player .vjs-play-progress:after {
|
|
1354
|
+
color: var(--color-text);
|
|
1355
|
+
background-color: var(--color-base);
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
.cld-video-player .vjs-load-progress {
|
|
1359
|
+
background: color-mix(in srgb, var(--color-text) 30%, transparent);
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
.cld-video-player .vjs-volume-level {
|
|
1363
|
+
background: var(--color-text);
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
.cld-video-player .vjs-play-progress {
|
|
1367
|
+
background: var(--color-accent);
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
.cld-video-player .vjs-volume-vertical {
|
|
1371
|
+
background-color: color-mix(in srgb, var(--color-base) 70%, transparent);
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
.cld-video-player .vjs-volume-panel-horizontal .vjs-control:before {
|
|
1375
|
+
border-color: transparent transparent color-mix(in srgb, var(--color-accent) 40%, transparent) transparent;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
.cld-video-player .vjs-volume-panel-horizontal .vjs-volume-level:before {
|
|
1379
|
+
border-color: transparent transparent var(--color-accent) transparent;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
.cld-video-player .vjs-progress-control:before {
|
|
1383
|
+
color: var(--color-base);
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
.cld-video-player .vjs-highlights-graph-display {
|
|
1387
|
+
color: color-mix(in srgb, var(--color-text) 30%, transparent);
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
.cld-video-player .vjs-recommendations-overlay {
|
|
1391
|
+
color: var(--color-text);
|
|
1392
|
+
background-color: color-mix(in srgb, var(--color-base) 40%, transparent);
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
.cld-video-player .vjs-recommendations-overlay .vjs-recommendations-overlay-item {
|
|
1396
|
+
box-shadow: 0 0.5em 1.2em 0px var(--color-base);
|
|
1397
|
+
color: var(--color-text);
|
|
1398
|
+
border: 1px solid var(--color-text) !important;
|
|
1399
|
+
position: relative;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
.cld-video-player .vjs-recommendations-overlay .vjs-recommendations-overlay-item:active,
|
|
1403
|
+
.cld-video-player .vjs-recommendations-overlay .vjs-recommendations-overlay-item:hover {
|
|
1404
|
+
border: 1px solid var(--color-accent) !important;
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
.cld-video-player .vjs-menu-content .vjs-menu-item:active,
|
|
1408
|
+
.cld-video-player .vjs-menu-content .vjs-menu-item:focus,
|
|
1409
|
+
.cld-video-player .vjs-menu-content .vjs-menu-item:hover {
|
|
1410
|
+
color: var(--color-text);
|
|
1411
|
+
background-color: color-mix(in srgb, var(--color-text) 20%, transparent);
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
.cld-video-player.vjs-ad-playing .vjs-progress-control .vjs-play-progress {
|
|
1415
|
+
background: var(--color-base);
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.cld-video-player.cld-plw-layout {
|
|
1419
|
+
background-color: var(--color-base);
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
.cld-video-player .cld-plw-item-info-wrap {
|
|
1423
|
+
color: var(--color-text);
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
.cld-video-player .cld-video-player-floater-close polygon {
|
|
1427
|
+
fill: var(--color-base);
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
.cld-video-player .cld-spbl-product-hotspot:after {
|
|
1431
|
+
background: var(--color-base);
|
|
1432
|
+
box-shadow: 0 0 0 4px var(--color-accent), 0 0 0 8px color-mix(in srgb, var(--color-text) 24%, transparent);
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
.cld-video-player .cld-spbl-product-tooltip {
|
|
1436
|
+
color: var(--color-base);
|
|
1437
|
+
background: var(--color-text);
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
.cld-video-player .base-color-semi-bg {
|
|
1441
|
+
background: color-mix(in srgb, var(--color-base) 70%, transparent);
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.cld-video-player .text-color-semi-bg {
|
|
1445
|
+
background: color-mix(in srgb, var(--color-text) 70%, transparent);
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.cld-video-player .text-color-text {
|
|
1449
|
+
color: var(--color-text);
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
.cld-video-player .base-color-text {
|
|
1453
|
+
color: var(--color-base);
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.cld-video-player .accent-color-text {
|
|
1457
|
+
color: var(--color-accent);
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
/* Dark theme specific styles */
|
|
1461
|
+
.cld-video-player.cld-video-player-skin-dark .base-color-bg,
|
|
1462
|
+
.cld-video-player.cld-video-player-skin-dark .vjs-control-bar,
|
|
1463
|
+
.cld-video-player.cld-video-player-skin-dark .vjs-big-play-button,
|
|
1464
|
+
.cld-video-player.cld-video-player-skin-dark .vjs-menu-button .vjs-menu-content {
|
|
1465
|
+
background-color: color-mix(in srgb, var(--color-base) 60%, transparent);
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
.cld-video-player .vjs-recommendations-overlay .vjs-recommendations-overlay-item.vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content {
|
|
1469
|
+
background-color: color-mix(in srgb, var(--color-base) 60%, transparent);
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.cld-video-player .vjs-recommendations-overlay .vjs-recommendations-overlay-item.vjs-recommendations-overlay-item-secondary div {
|
|
1473
|
+
background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 80%);
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.cld-video-player .vjs-upcoming-video {
|
|
1477
|
+
border: 1px solid color-mix(in srgb, var(--color-text) 50%, transparent);
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
.cld-video-player .vjs-upcoming-video .vjs-upcoming-video-bar {
|
|
1481
|
+
background-color: color-mix(in srgb, var(--color-base) 60%, transparent);
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
.cld-video-player .vjs-context-menu-ui .vjs-menu-content {
|
|
1485
|
+
background-color: color-mix(in srgb, var(--color-base) 60%, transparent);
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
/* Light theme specific styles */
|
|
1489
|
+
.cld-video-player.cld-video-player-skin-light .base-color-bg,
|
|
1490
|
+
.cld-video-player.cld-video-player-skin-light .vjs-control-bar,
|
|
1491
|
+
.cld-video-player.cld-video-player-skin-light .vjs-big-play-button,
|
|
1492
|
+
.cld-video-player.cld-video-player-skin-light .vjs-menu-button .vjs-menu-content {
|
|
1493
|
+
background-color: color-mix(in srgb, var(--color-base) 80%, transparent);
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
.cld-video-player.cld-video-player-skin-light .vjs-recommendations-overlay .vjs-recommendations-overlay-item.vjs-recommendations-overlay-item-primary .vjs-recommendations-overlay-item-primary-content {
|
|
1497
|
+
background-color: var(--color-base);
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
.cld-video-player.cld-video-player-skin-light .vjs-recommendations-overlay .vjs-recommendations-overlay-item.vjs-recommendations-overlay-item-primary:active .vjs-recommendations-overlay-item-primary-content,
|
|
1501
|
+
.cld-video-player.cld-video-player-skin-light .vjs-recommendations-overlay .vjs-recommendations-overlay-item.vjs-recommendations-overlay-item-primary:hover .vjs-recommendations-overlay-item-primary-content {
|
|
1502
|
+
color: var(--color-base);
|
|
1503
|
+
background-color: color-mix(in srgb, var(--color-accent) 80%, transparent);
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
.cld-video-player.cld-video-player-skin-light .vjs-recommendations-overlay .vjs-recommendations-overlay-item.vjs-recommendations-overlay-item-secondary:active div,
|
|
1507
|
+
.cld-video-player.cld-video-player-skin-light .vjs-recommendations-overlay .vjs-recommendations-overlay-item.vjs-recommendations-overlay-item-secondary:hover div {
|
|
1508
|
+
color: var(--color-base);
|
|
1509
|
+
background-color: color-mix(in srgb, var(--color-accent) 80%, transparent);
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.cld-video-player.cld-video-player-skin-light .vjs-recommendations-overlay .vjs-recommendations-overlay-item.vjs-recommendations-overlay-item-secondary div {
|
|
1513
|
+
background: var(--color-base);
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.cld-video-player.cld-video-player-skin-light .vjs-upcoming-video {
|
|
1517
|
+
border: 1px solid var(--color-text);
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
.cld-video-player.cld-video-player-skin-light .vjs-upcoming-video .vjs-upcoming-video-bar {
|
|
1521
|
+
background-color: var(--color-base);
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
.cld-video-player.cld-video-player-skin-light .vjs-context-menu-ui .vjs-menu-content {
|
|
1525
|
+
background-color: var(--color-base);
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
.cld-video-player.cld-video-player-skin-light .cld-plw-item-info-wrap {
|
|
1529
|
+
color: var(--color-text);
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
@media only screen and (max-width: 768px) {
|
|
1533
|
+
.cld-video-player.cld-video-player-skin-light.cld-plw-vertical .cld-plw-item-info-wrap {
|
|
1534
|
+
color: var(--color-accent);
|
|
1535
|
+
}
|
|
1536
|
+
}
|
|
1348
1537
|
/*!********************************************************************************************************************************************!*\
|
|
1349
1538
|
!*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!../node_modules/videojs-ima/dist/videojs.ima.scss ***!
|
|
1350
1539
|
\********************************************************************************************************************************************/
|