cloudinary-video-player 2.0.2-edge.2 → 2.0.2
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/chapters.js +6 -509
- package/dist/chapters.light.js +6 -509
- package/dist/chapters.light.min.js +1 -1
- package/dist/chapters.min.js +1 -1
- package/dist/cld-video-player.css +1161 -0
- package/dist/cld-video-player.js +120 -84
- package/dist/cld-video-player.light.css +1161 -0
- package/dist/cld-video-player.light.js +120 -84
- package/dist/cld-video-player.light.min.css +1 -1
- package/dist/cld-video-player.light.min.js +1 -1
- package/dist/cld-video-player.min.css +1 -1
- package/dist/cld-video-player.min.js +1 -1
- package/dist/ima.js +6 -611
- package/dist/ima.light.js +6 -620
- package/dist/ima.light.min.js +1 -1
- package/dist/ima.min.js +1 -1
- package/dist/interaction-areas.js +6 -516
- package/dist/interaction-areas.light.js +6 -516
- package/dist/interaction-areas.light.min.js +1 -1
- package/dist/interaction-areas.min.js +1 -1
- package/dist/node_modules_lodash_throttle_js.js +449 -0
- package/dist/node_modules_lodash_throttle_js.light.js +449 -0
- package/dist/playlist.js +130 -549
- package/dist/playlist.light.js +130 -549
- package/dist/playlist.light.min.js +1 -1
- package/dist/playlist.min.js +1 -1
- package/dist/recommendations-overlay.js +6 -617
- package/dist/recommendations-overlay.light.js +6 -617
- package/dist/recommendations-overlay.light.min.js +1 -1
- package/dist/recommendations-overlay.min.js +1 -1
- package/dist/shoppable.js +7 -742
- package/dist/shoppable.light.js +7 -742
- package/dist/shoppable.light.min.js +1 -1
- package/dist/shoppable.min.js +1 -1
- package/lib/all.js +1 -1
- package/lib/chapters.js +1 -1
- package/lib/cld-video-player.js +1 -1
- package/lib/cld-video-player.min.css +10 -1
- package/lib/ima.js +1 -1
- package/lib/interaction-areas.js +1 -1
- package/lib/playlist.js +1 -1
- package/lib/recommendations-overlay.js +1 -1
- package/lib/shoppable.js +1 -1
- package/lib/videoPlayer.js +1 -1
- package/lib/videoPlayerWithProfile.js +1 -1
- package/package.json +1 -2
- package/dist/473.light.min.js +0 -2
- package/dist/473.min.js +0 -2
- package/dist/node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_sourceMaps_j-64c8cd.js +0 -530
- package/dist/node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_sourceMaps_j-64c8cd.light.js +0 -530
- package/lib/473.js +0 -2
- package/lib/all.min.css +0 -12
- package/lib/videoPlayer.min.css +0 -12
- package/lib/videoPlayerWithProfile.min.css +0 -12
package/dist/playlist.light.js
CHANGED
|
@@ -184,7 +184,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
184
184
|
/* harmony export */ });
|
|
185
185
|
/* harmony import */ var _playlist_next_button__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./playlist-next-button */ "./plugins/playlist/ui/components/playlist-next-button.js");
|
|
186
186
|
/* harmony import */ var _playlist_previous_button__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./playlist-previous-button */ "./plugins/playlist/ui/components/playlist-previous-button.js");
|
|
187
|
-
/* harmony import */ var
|
|
187
|
+
/* harmony import */ var _playlist_buttons_scss__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./playlist-buttons.scss */ "./plugins/playlist/ui/components/playlist-buttons.scss");
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
|
|
@@ -270,7 +270,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
270
270
|
/* harmony export */ });
|
|
271
271
|
/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! video.js */ "../node_modules/video.js/dist/alt/video.core-exposed.js");
|
|
272
272
|
/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(video_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
273
|
-
/* harmony import */ var
|
|
273
|
+
/* harmony import */ var _upcoming_video_overlay_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./upcoming-video-overlay.scss */ "./plugins/playlist/ui/components/upcoming-video-overlay.scss");
|
|
274
274
|
/* harmony import */ var utils_consts__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! utils/consts */ "./utils/consts.js");
|
|
275
275
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
276
276
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
@@ -938,7 +938,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
938
938
|
/* harmony import */ var _components_upcoming_video_overlay__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./components/upcoming-video-overlay */ "./plugins/playlist/ui/components/upcoming-video-overlay.js");
|
|
939
939
|
/* harmony import */ var _components_playlist_buttons__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./components/playlist-buttons */ "./plugins/playlist/ui/components/playlist-buttons.js");
|
|
940
940
|
/* harmony import */ var _playlist_const__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./playlist.const */ "./plugins/playlist/ui/playlist.const.js");
|
|
941
|
-
/* harmony import */ var
|
|
941
|
+
/* harmony import */ var _playlist_scss__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./playlist.scss */ "./plugins/playlist/ui/playlist.scss");
|
|
942
942
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
943
943
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
944
944
|
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
@@ -1294,7 +1294,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1294
1294
|
/* harmony export */ });
|
|
1295
1295
|
/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! video.js */ "../node_modules/video.js/dist/alt/video.core-exposed.js");
|
|
1296
1296
|
/* harmony import */ var video_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(video_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
1297
|
-
/* harmony import */ var
|
|
1297
|
+
/* harmony import */ var _thumbnail_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./thumbnail.scss */ "./plugins/playlist/ui/thumbnail/thumbnail.scss");
|
|
1298
1298
|
|
|
1299
1299
|
|
|
1300
1300
|
|
|
@@ -1463,393 +1463,60 @@ const parseISO8601 = function (date) {
|
|
|
1463
1463
|
|
|
1464
1464
|
/***/ }),
|
|
1465
1465
|
|
|
1466
|
-
/***/ "../node_modules/
|
|
1467
|
-
|
|
1468
|
-
!*** ../node_modules/
|
|
1469
|
-
|
|
1470
|
-
/***/ ((module,
|
|
1466
|
+
/***/ "../node_modules/lodash/_baseTrim.js":
|
|
1467
|
+
/*!*******************************************!*\
|
|
1468
|
+
!*** ../node_modules/lodash/_baseTrim.js ***!
|
|
1469
|
+
\*******************************************/
|
|
1470
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1471
1471
|
|
|
1472
|
-
|
|
1473
|
-
__webpack_require__.r(__webpack_exports__);
|
|
1474
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1475
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1476
|
-
/* harmony export */ });
|
|
1477
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js */ "../node_modules/css-loader/dist/runtime/sourceMaps.js");
|
|
1478
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
1479
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/api.js */ "../node_modules/css-loader/dist/runtime/api.js");
|
|
1480
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
1481
|
-
// Imports
|
|
1472
|
+
var trimmedEndIndex = __webpack_require__(/*! ./_trimmedEndIndex */ "../node_modules/lodash/_trimmedEndIndex.js");
|
|
1482
1473
|
|
|
1474
|
+
/** Used to match leading whitespace. */
|
|
1475
|
+
var reTrimStart = /^\s+/;
|
|
1483
1476
|
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1477
|
+
/**
|
|
1478
|
+
* The base implementation of `_.trim`.
|
|
1479
|
+
*
|
|
1480
|
+
* @private
|
|
1481
|
+
* @param {string} string The string to trim.
|
|
1482
|
+
* @returns {string} Returns the trimmed string.
|
|
1483
|
+
*/
|
|
1484
|
+
function baseTrim(string) {
|
|
1485
|
+
return string
|
|
1486
|
+
? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')
|
|
1487
|
+
: string;
|
|
1488
1488
|
}
|
|
1489
|
-
.cld-video-player.vjs-playlist .vjs-playlist-button {
|
|
1490
|
-
display: block;
|
|
1491
|
-
}`, "",{"version":3,"sources":["webpack://./plugins/playlist/ui/components/playlist-buttons.scss"],"names":[],"mappings":"AAEE;EACE,aAAA;AADJ;AAMI;EACE,cAAA;AAJN","sourcesContent":[".cld-video-player {\n\n .vjs-playlist-button {\n display: none;\n }\n\n &.vjs-playlist {\n\n .vjs-playlist-button {\n display: block;\n }\n }\n\n}\n\n"],"sourceRoot":""}]);
|
|
1492
|
-
// Exports
|
|
1493
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
1494
1489
|
|
|
1495
|
-
|
|
1496
|
-
/***/ }),
|
|
1497
|
-
|
|
1498
|
-
/***/ "../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/components/upcoming-video-overlay.scss?style-loader":
|
|
1499
|
-
/*!****************************************************************************************************************************************************************!*\
|
|
1500
|
-
!*** ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/components/upcoming-video-overlay.scss?style-loader ***!
|
|
1501
|
-
\****************************************************************************************************************************************************************/
|
|
1502
|
-
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
1503
|
-
|
|
1504
|
-
"use strict";
|
|
1505
|
-
__webpack_require__.r(__webpack_exports__);
|
|
1506
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1507
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1508
|
-
/* harmony export */ });
|
|
1509
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js */ "../node_modules/css-loader/dist/runtime/sourceMaps.js");
|
|
1510
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
1511
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/api.js */ "../node_modules/css-loader/dist/runtime/api.js");
|
|
1512
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
1513
|
-
// Imports
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
1517
|
-
// Module
|
|
1518
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.vjs-upcoming-video {
|
|
1519
|
-
opacity: 0;
|
|
1520
|
-
transition: bottom 0.1s, visibility 0.2s, opacity 0.2s;
|
|
1521
|
-
visibility: hidden;
|
|
1522
|
-
position: absolute;
|
|
1523
|
-
bottom: 4.5em;
|
|
1524
|
-
right: 0.75em;
|
|
1525
|
-
width: 38.7%;
|
|
1526
|
-
max-width: 30em;
|
|
1527
|
-
border: 1px solid #E8E8E9;
|
|
1528
|
-
}
|
|
1529
|
-
.vjs-upcoming-video .upcoming-video-overlay {
|
|
1530
|
-
aspect-ratio: 16/9;
|
|
1531
|
-
background-size: cover;
|
|
1532
|
-
cursor: pointer;
|
|
1533
|
-
}
|
|
1534
|
-
.vjs-upcoming-video .upcoming-video-overlay .vjs-upcoming-video-bar {
|
|
1535
|
-
display: flex;
|
|
1536
|
-
flex: auto;
|
|
1537
|
-
justify-content: space-between;
|
|
1538
|
-
position: absolute;
|
|
1539
|
-
height: 3em;
|
|
1540
|
-
line-height: 3em;
|
|
1541
|
-
width: 100%;
|
|
1542
|
-
bottom: 0px;
|
|
1543
|
-
}
|
|
1544
|
-
.vjs-upcoming-video .upcoming-video-overlay .vjs-upcoming-video-bar .vjs-upcoming-video-title {
|
|
1545
|
-
flex: auto;
|
|
1546
|
-
text-align: left;
|
|
1547
|
-
display: block;
|
|
1548
|
-
width: auto;
|
|
1549
|
-
max-width: 80%;
|
|
1550
|
-
padding-left: 1em;
|
|
1551
|
-
padding-right: 1em;
|
|
1552
|
-
}
|
|
1553
|
-
.vjs-upcoming-video .upcoming-video-overlay .vjs-upcoming-video-bar .vjs-upcoming-video-title .vjs-upcoming-video-title-display {
|
|
1554
|
-
text-overflow: ellipsis;
|
|
1555
|
-
overflow: hidden;
|
|
1556
|
-
white-space: nowrap;
|
|
1557
|
-
}
|
|
1558
|
-
.vjs-upcoming-video .upcoming-video-overlay .vjs-upcoming-video-bar .vjs-upcoming-video-title .vjs-upcoming-video-title-display .vjs-upcoming-video-title-display-label {
|
|
1559
|
-
font-weight: 400;
|
|
1560
|
-
}
|
|
1561
|
-
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-upcoming-video {
|
|
1562
|
-
transition: bottom 1s, visibility 0.2s, opacity 0.2s;
|
|
1563
|
-
bottom: 0.7em;
|
|
1564
|
-
}
|
|
1565
|
-
.vjs-upcoming-video.vjs-upcoming-video-show {
|
|
1566
|
-
transition: visibility 0.2s, opacity 0.2s;
|
|
1567
|
-
opacity: 1;
|
|
1568
|
-
visibility: visible;
|
|
1569
|
-
}
|
|
1570
|
-
.vjs-upcoming-video.disable-transition {
|
|
1571
|
-
transition: visibility 0s;
|
|
1572
|
-
}
|
|
1573
|
-
@media only screen and (max-width: 768px) {
|
|
1574
|
-
.vjs-upcoming-video:before {
|
|
1575
|
-
display: none;
|
|
1576
|
-
}
|
|
1577
|
-
.cld-video-player.cld-video-player-skin-dark .vjs-upcoming-video, .cld-video-player.cld-video-player-skin-light .vjs-upcoming-video {
|
|
1578
|
-
border: none;
|
|
1579
|
-
}
|
|
1580
|
-
.vjs-upcoming-video .aspect-ratio-content {
|
|
1581
|
-
background-image: none !important;
|
|
1582
|
-
}
|
|
1583
|
-
}`, "",{"version":3,"sources":["webpack://./plugins/playlist/ui/components/upcoming-video-overlay.scss"],"names":[],"mappings":"AAIA;EACE,UAAA;EACA,sDAAA;EAEA,kBAAA;EACA,kBAAA;EACA,aAAA;EACA,aAAA;EACA,YAAA;EACA,eAZyB;EAazB,yBAAA;AAJF;AAME;EACE,kBAAA;EACA,sBAAA;EACA,eAAA;AAJJ;AAMI;EACE,aAAA;EACA,UAAA;EACA,8BAAA;EAEA,kBAAA;EACA,WAAA;EACA,gBAAA;EACA,WAAA;EACA,WAAA;AALN;AAOM;EACE,UAAA;EACA,gBAAA;EACA,cAAA;EACA,WAAA;EACA,cAAA;EACA,iBAAA;EACA,kBAAA;AALR;AAOQ;EACE,uBAAA;EACA,gBAAA;EACA,mBAAA;AALV;AAOU;EACE,gBAAA;AALZ;AAYE;EACE,oDAAA;EACA,aAAA;AAVJ;AAaE;EACE,yCA1DyB;EA2DzB,UAAA;EACA,mBAAA;AAXJ;AAcE;EACE,yBAAA;AAZJ;AAgBE;EACE;IACE,aAAA;EAdJ;EAiBE;IAEE,YAAA;EAhBJ;EAmBE;IACE,iCAAA;EAjBJ;AACF","sourcesContent":["\n$upcoming-video-max-width: 30em;\n$_upcoming-video-transition: visibility 0.2s, opacity 0.2s;\n\n.vjs-upcoming-video {\n opacity: 0;\n transition: bottom 0.1s, $_upcoming-video-transition;\n\n visibility: hidden;\n position: absolute;\n bottom: 4.5em;\n right: 0.75em;\n width: 38.7%;\n max-width: $upcoming-video-max-width;\n border: 1px solid #E8E8E9;\n\n .upcoming-video-overlay {\n aspect-ratio: 16/9;\n background-size: cover;\n cursor: pointer;\n\n .vjs-upcoming-video-bar {\n display: flex;\n flex: auto;\n justify-content: space-between;\n\n position: absolute;\n height: 3.0em;\n line-height: 3.0em;\n width: 100%;\n bottom: 0px;\n\n .vjs-upcoming-video-title {\n flex: auto;\n text-align: left;\n display: block;\n width: auto;\n max-width: 80%;\n padding-left: 1em;\n padding-right: 1em;\n\n .vjs-upcoming-video-title-display {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n\n .vjs-upcoming-video-title-display-label {\n font-weight: 400;\n }\n }\n }\n }\n }\n\n .vjs-has-started.vjs-user-inactive.vjs-playing & {\n transition: bottom 1s, $_upcoming-video-transition;\n bottom: 0.7em;\n }\n\n &.vjs-upcoming-video-show {\n transition: $_upcoming-video-transition;\n opacity: 1;\n visibility: visible;\n }\n\n &.disable-transition {\n transition: visibility 0s;\n }\n\n\n @media only screen and (max-width: 768px) {\n &:before {\n display: none;\n }\n\n .cld-video-player.cld-video-player-skin-dark &,\n .cld-video-player.cld-video-player-skin-light & {\n border: none;\n }\n\n .aspect-ratio-content {\n background-image: none !important;\n }\n }\n}\n"],"sourceRoot":""}]);
|
|
1584
|
-
// Exports
|
|
1585
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
1490
|
+
module.exports = baseTrim;
|
|
1586
1491
|
|
|
1587
1492
|
|
|
1588
1493
|
/***/ }),
|
|
1589
1494
|
|
|
1590
|
-
/***/ "../node_modules/
|
|
1591
|
-
|
|
1592
|
-
!*** ../node_modules/
|
|
1593
|
-
|
|
1594
|
-
/***/ ((module
|
|
1495
|
+
/***/ "../node_modules/lodash/_trimmedEndIndex.js":
|
|
1496
|
+
/*!**************************************************!*\
|
|
1497
|
+
!*** ../node_modules/lodash/_trimmedEndIndex.js ***!
|
|
1498
|
+
\**************************************************/
|
|
1499
|
+
/***/ ((module) => {
|
|
1595
1500
|
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1599
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1600
|
-
/* harmony export */ });
|
|
1601
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../node_modules/css-loader/dist/runtime/sourceMaps.js */ "../node_modules/css-loader/dist/runtime/sourceMaps.js");
|
|
1602
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
1603
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../node_modules/css-loader/dist/runtime/api.js */ "../node_modules/css-loader/dist/runtime/api.js");
|
|
1604
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
1605
|
-
// Imports
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
1609
|
-
// Module
|
|
1610
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.cld-plw-horizontal .cld-plw-col-list {
|
|
1611
|
-
padding-top: 14.0625%;
|
|
1612
|
-
position: relative;
|
|
1613
|
-
}
|
|
1614
|
-
.cld-plw-horizontal .cld-plw-panel {
|
|
1615
|
-
overflow: auto;
|
|
1616
|
-
position: absolute;
|
|
1617
|
-
top: 0;
|
|
1618
|
-
bottom: 0;
|
|
1619
|
-
right: 0;
|
|
1620
|
-
left: 0;
|
|
1621
|
-
display: flex;
|
|
1622
|
-
flex-direction: row;
|
|
1623
|
-
}
|
|
1624
|
-
.cld-plw-horizontal .cld-plw-panel-item {
|
|
1625
|
-
background-image: none;
|
|
1626
|
-
min-width: 25%;
|
|
1627
|
-
max-width: 25%;
|
|
1628
|
-
}
|
|
1629
|
-
.cld-plw-horizontal .cld-plw-panel-item:first-child {
|
|
1630
|
-
margin-left: 0;
|
|
1631
|
-
}
|
|
1632
|
-
.cld-plw-horizontal .cld-plw-panel-item:last-child {
|
|
1633
|
-
margin-right: 0;
|
|
1634
|
-
}
|
|
1501
|
+
/** Used to match a single whitespace character. */
|
|
1502
|
+
var reWhitespace = /\s/;
|
|
1635
1503
|
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
}
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
min-width: 20%;
|
|
1647
|
-
}
|
|
1648
|
-
.cld-plw-vertical .cld-plw-panel {
|
|
1649
|
-
height: 100%;
|
|
1650
|
-
overflow: auto;
|
|
1651
|
-
}
|
|
1652
|
-
.cld-plw-vertical .cld-plw-panel-item {
|
|
1653
|
-
height: 25%;
|
|
1654
|
-
}
|
|
1655
|
-
.cld-plw-vertical .cld-plw-panel-item:last-child {
|
|
1656
|
-
margin-bottom: 0;
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
.cld-plw-item-title-next {
|
|
1660
|
-
font-weight: bold;
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
.cld-plw-item-info-wrap {
|
|
1664
|
-
position: absolute;
|
|
1665
|
-
bottom: 0;
|
|
1666
|
-
left: 0;
|
|
1667
|
-
padding: 5% 7%;
|
|
1668
|
-
width: 100%;
|
|
1669
|
-
transition: color 0.25s;
|
|
1670
|
-
display: flex;
|
|
1671
|
-
flex-direction: row;
|
|
1672
|
-
justify-content: space-between;
|
|
1673
|
-
box-sizing: border-box;
|
|
1674
|
-
}
|
|
1675
|
-
.cld-video-player-skin-dark .cld-plw-item-info-wrap {
|
|
1676
|
-
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
|
1677
|
-
}
|
|
1678
|
-
@media only screen and (max-width: 768px) {
|
|
1679
|
-
.cld-video-player-skin-dark .cld-plw-item-info-wrap {
|
|
1680
|
-
background: var(--color-base);
|
|
1681
|
-
}
|
|
1682
|
-
}
|
|
1683
|
-
|
|
1684
|
-
.cld-plw-item-title {
|
|
1685
|
-
text-overflow: ellipsis;
|
|
1686
|
-
white-space: nowrap;
|
|
1687
|
-
overflow: hidden;
|
|
1688
|
-
}
|
|
1689
|
-
|
|
1690
|
-
.cld-plw-item-duration {
|
|
1691
|
-
margin-left: 10px;
|
|
1692
|
-
}
|
|
1693
|
-
|
|
1694
|
-
/* Default Playlist Layout */
|
|
1695
|
-
.cld-plw-layout.cld-plw-layout-fluid {
|
|
1696
|
-
width: 100%;
|
|
1697
|
-
}
|
|
1698
|
-
.cld-plw-layout.cld-plw-vertical {
|
|
1699
|
-
flex-direction: row;
|
|
1700
|
-
}
|
|
1701
|
-
.cld-plw-layout.cld-plw-horizontal {
|
|
1702
|
-
flex-direction: column;
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
.cld-plw-custom {
|
|
1706
|
-
padding: 4px;
|
|
1707
|
-
}
|
|
1708
|
-
.cld-plw-custom .cld-plw-panel-item {
|
|
1709
|
-
background: none !important;
|
|
1710
|
-
margin: 4px 0;
|
|
1711
|
-
}
|
|
1712
|
-
.cld-plw-custom .cld-plw-panel-item:first-child {
|
|
1713
|
-
margin-top: 0;
|
|
1714
|
-
}
|
|
1715
|
-
.cld-plw-custom .cld-plw-panel-item:last-child {
|
|
1716
|
-
margin-bottom: 0;
|
|
1717
|
-
}
|
|
1718
|
-
.cld-plw-custom .cld-plw-panel-item img {
|
|
1719
|
-
display: block;
|
|
1720
|
-
width: 150px;
|
|
1721
|
-
}
|
|
1722
|
-
.cld-plw-custom .cld-plw-panel-item .cld-plw-item-info-wrap {
|
|
1723
|
-
left: 160px;
|
|
1724
|
-
}
|
|
1725
|
-
.cld-plw-custom .cld-plw-panel-item .cld-plw-item-title-next {
|
|
1726
|
-
display: block;
|
|
1727
|
-
}
|
|
1728
|
-
|
|
1729
|
-
@media only screen and (max-width: 768px) {
|
|
1730
|
-
.cld-plw-layout.cld-plw-vertical, .cld-plw-layout.cld-plw-horizontal {
|
|
1731
|
-
flex-direction: column;
|
|
1732
|
-
}
|
|
1733
|
-
.cld-plw-layout.cld-plw-vertical .cld-plw-panel, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel {
|
|
1734
|
-
flex-direction: column;
|
|
1735
|
-
}
|
|
1736
|
-
.cld-plw-layout.cld-plw-vertical .cld-plw-col-list, .cld-plw-layout.cld-plw-horizontal .cld-plw-col-list {
|
|
1737
|
-
width: inherit !important;
|
|
1738
|
-
height: inherit !important;
|
|
1739
|
-
max-height: 340px;
|
|
1740
|
-
}
|
|
1741
|
-
.cld-plw-layout.cld-plw-vertical .cld-plw-panel-item, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item {
|
|
1742
|
-
background: none !important;
|
|
1743
|
-
}
|
|
1744
|
-
.cld-plw-layout.cld-plw-vertical .cld-plw-panel-item img, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item img {
|
|
1745
|
-
display: block;
|
|
1746
|
-
width: 150px;
|
|
1747
|
-
height: 84px;
|
|
1748
|
-
}
|
|
1749
|
-
.cld-plw-layout.cld-plw-vertical .cld-plw-panel-item .cld-plw-item-info-wrap, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item .cld-plw-item-info-wrap {
|
|
1750
|
-
left: 150px;
|
|
1751
|
-
padding: 15px 10px;
|
|
1752
|
-
top: 0;
|
|
1753
|
-
right: 0;
|
|
1754
|
-
width: auto;
|
|
1755
|
-
}
|
|
1756
|
-
.cld-plw-layout.cld-plw-vertical .cld-plw-panel-item .cld-plw-item-title-next, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item .cld-plw-item-title-next {
|
|
1757
|
-
display: block;
|
|
1758
|
-
}
|
|
1759
|
-
.cld-plw-layout.cld-plw-vertical .cld-plw-panel-item .cld-plw-item-title-curr, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item .cld-plw-item-title-curr {
|
|
1760
|
-
display: block;
|
|
1761
|
-
}
|
|
1762
|
-
.cld-plw-layout.cld-plw-vertical .cld-plw-panel-item .cld-plw-item-title, .cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item .cld-plw-item-title {
|
|
1763
|
-
white-space: normal;
|
|
1764
|
-
}
|
|
1765
|
-
.cld-plw-layout.cld-plw-horizontal .cld-plw-col-list {
|
|
1766
|
-
padding-top: 0;
|
|
1767
|
-
overflow: auto;
|
|
1768
|
-
}
|
|
1769
|
-
.cld-plw-layout.cld-plw-horizontal .cld-plw-panel {
|
|
1770
|
-
position: initial;
|
|
1771
|
-
}
|
|
1772
|
-
.cld-plw-layout.cld-plw-horizontal .cld-plw-panel-item {
|
|
1773
|
-
max-width: none;
|
|
1774
|
-
}
|
|
1775
|
-
}`, "",{"version":3,"sources":["webpack://./plugins/playlist/ui/playlist.scss"],"names":[],"mappings":"AACE;EACE,qBAAA;EACA,kBAAA;AAAJ;AAGE;EACE,cAAA;EACA,kBAAA;EACA,MAAA;EACA,SAAA;EACA,QAAA;EACA,OAAA;EACA,aAAA;EACA,mBAAA;AADJ;AAIE;EACE,sBAAA;EACA,cAAA;EACA,cAAA;AAFJ;AAII;EACE,cAAA;AAFN;AAKI;EACE,eAAA;AAHN;;AAQA;EACE,aAAA;EACA,mBAAA;AALF;AAQI;EACE,OAAA;AANN;AAUE;EACE,aAAA;EACA,sBAAA;EACA,cAAA;AARJ;AAWE;EACE,YAAA;EACA,cAAA;AATJ;AAYE;EACE,WAAA;AAVJ;AAYI;EACE,gBAAA;AAVN;;AAeA;EACE,iBAAA;AAZF;;AAeA;EACE,kBAAA;EACA,SAAA;EACA,OAAA;EACA,cAAA;EACA,WAAA;EACA,uBAAA;EACA,aAAA;EACA,mBAAA;EACA,8BAAA;EACA,sBAAA;AAZF;AAcE;EACE,2CAAA;AAZJ;AAcI;EAHF;IAII,6BAAA;EAXJ;AACF;;AAeA;EACE,uBAAA;EACA,mBAAA;EACA,gBAAA;AAZF;;AAeA;EACE,iBAAA;AAZF;;AAeA,6BAAA;AAGE;EACE,WAAA;AAdJ;AAiBE;EACE,mBAAA;AAfJ;AAkBE;EACE,sBAAA;AAhBJ;;AAoBA;EACE,YAAA;AAjBF;AAkBE;EACE,2BAAA;EACA,aAAA;AAhBJ;AAiBI;EACE,aAAA;AAfN;AAkBI;EACE,gBAAA;AAhBN;AAmBI;EACE,cAAA;EACA,YAAA;AAjBN;AAoBI;EACE,WAAA;AAlBN;AAqBI;EACE,cAAA;AAnBN;;AAwBA;EAEI;IAEE,sBAAA;EAvBJ;EAyBI;IACE,sBAAA;EAvBN;EA0BI;IACE,yBAAA;IACA,0BAAA;IACA,iBAAA;EAxBN;EA2BI;IACE,2BAAA;EAzBN;EA2BM;IACE,cAAA;IACA,YAAA;IACA,YAAA;EAzBR;EA4BM;IACE,WAAA;IACA,kBAAA;IACA,MAAA;IACA,QAAA;IACA,WAAA;EA1BR;EA6BM;IACE,cAAA;EA3BR;EA8BM;IACE,cAAA;EA5BR;EA+BM;IACE,mBAAA;EA7BR;EAmCI;IACE,cAAA;IACA,cAAA;EAjCN;EAoCI;IACE,iBAAA;EAlCN;EAqCI;IACE,eAAA;EAnCN;AACF","sourcesContent":[".cld-plw-horizontal {\n .cld-plw-col-list {\n padding-top: 14.0625%;\n position: relative;\n }\n\n .cld-plw-panel {\n overflow: auto;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 0;\n left: 0;\n display: flex;\n flex-direction: row;\n }\n\n .cld-plw-panel-item {\n background-image: none;\n min-width: 25%;\n max-width: 25%;\n\n &:first-child {\n margin-left: 0;\n }\n\n &:last-child {\n margin-right: 0;\n }\n }\n}\n\n.cld-plw-vertical {\n display: flex;\n flex-direction: row;\n\n &.cld-plw-layout {\n > div:first-child {\n flex: 1;\n }\n }\n\n .cld-plw-col-list {\n display: flex;\n flex-direction: column;\n min-width: 20%;\n }\n\n .cld-plw-panel {\n height: 100%;\n overflow: auto;\n }\n\n .cld-plw-panel-item {\n height: 25%;\n\n &:last-child {\n margin-bottom: 0;\n }\n }\n}\n\n.cld-plw-item-title-next {\n font-weight: bold;\n}\n\n.cld-plw-item-info-wrap {\n position: absolute;\n bottom: 0;\n left: 0;\n padding: 5% 7%;\n width: 100%;\n transition: color 0.25s;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n box-sizing: border-box;\n\n .cld-video-player-skin-dark & {\n text-shadow: 1px 1px 1px rgba(#000, 0.3);\n\n @media only screen and (max-width: 768px) {\n background: var(--color-base);\n }\n }\n}\n\n.cld-plw-item-title {\n text-overflow: ellipsis;\n white-space: nowrap;\n overflow: hidden;\n}\n\n.cld-plw-item-duration {\n margin-left: 10px;\n}\n\n/* Default Playlist Layout */\n\n.cld-plw-layout {\n &.cld-plw-layout-fluid {\n width: 100%;\n }\n\n &.cld-plw-vertical {\n flex-direction: row;\n }\n\n &.cld-plw-horizontal {\n flex-direction: column;\n }\n}\n\n.cld-plw-custom {\n padding: 4px;\n .cld-plw-panel-item {\n background: none !important;\n margin: 4px 0;\n &:first-child {\n margin-top: 0;\n }\n\n &:last-child {\n margin-bottom: 0;\n }\n\n img {\n display: block;\n width: 150px;\n }\n\n .cld-plw-item-info-wrap {\n left: 160px;\n }\n\n .cld-plw-item-title-next {\n display: block;\n }\n }\n}\n\n@media only screen and (max-width: 768px) {\n .cld-plw-layout {\n &.cld-plw-vertical,\n &.cld-plw-horizontal {\n flex-direction: column;\n\n .cld-plw-panel {\n flex-direction: column;\n }\n\n .cld-plw-col-list {\n width: inherit !important;\n height: inherit !important;\n max-height: 340px;\n }\n\n .cld-plw-panel-item {\n background: none !important;\n\n img {\n display: block;\n width: 150px;\n height: 84px;\n }\n\n .cld-plw-item-info-wrap {\n left: 150px;\n padding: 15px 10px;\n top: 0;\n right: 0;\n width: auto;\n }\n\n .cld-plw-item-title-next {\n display: block;\n }\n\n .cld-plw-item-title-curr {\n display: block;\n }\n\n .cld-plw-item-title {\n white-space: normal;\n }\n }\n }\n\n &.cld-plw-horizontal {\n .cld-plw-col-list {\n padding-top: 0;\n overflow: auto;\n }\n\n .cld-plw-panel {\n position: initial;\n }\n\n .cld-plw-panel-item {\n max-width: none;\n }\n }\n }\n}\n"],"sourceRoot":""}]);
|
|
1776
|
-
// Exports
|
|
1777
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
/***/ }),
|
|
1781
|
-
|
|
1782
|
-
/***/ "../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/thumbnail/thumbnail.scss?style-loader":
|
|
1783
|
-
/*!**************************************************************************************************************************************************!*\
|
|
1784
|
-
!*** ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/thumbnail/thumbnail.scss?style-loader ***!
|
|
1785
|
-
\**************************************************************************************************************************************************/
|
|
1786
|
-
/***/ ((module, __webpack_exports__, __webpack_require__) => {
|
|
1787
|
-
|
|
1788
|
-
"use strict";
|
|
1789
|
-
__webpack_require__.r(__webpack_exports__);
|
|
1790
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1791
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
1792
|
-
/* harmony export */ });
|
|
1793
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/sourceMaps.js */ "../node_modules/css-loader/dist/runtime/sourceMaps.js");
|
|
1794
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
1795
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../../node_modules/css-loader/dist/runtime/api.js */ "../node_modules/css-loader/dist/runtime/api.js");
|
|
1796
|
-
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
1797
|
-
// Imports
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_sourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
1801
|
-
// Module
|
|
1802
|
-
___CSS_LOADER_EXPORT___.push([module.id, `.cld-thumbnail {
|
|
1803
|
-
position: relative;
|
|
1804
|
-
display: block;
|
|
1805
|
-
width: 100%;
|
|
1806
|
-
overflow: hidden;
|
|
1807
|
-
font-size: 1em;
|
|
1808
|
-
text-align: left;
|
|
1809
|
-
background-repeat: no-repeat;
|
|
1810
|
-
background-size: cover;
|
|
1811
|
-
background-position: center;
|
|
1812
|
-
}
|
|
1813
|
-
.cld-thumbnail .cld-thumbnail-img {
|
|
1814
|
-
display: none;
|
|
1815
|
-
}
|
|
1816
|
-
.cld-thumbnail:before {
|
|
1817
|
-
content: "";
|
|
1818
|
-
position: absolute;
|
|
1819
|
-
top: 40%;
|
|
1820
|
-
max-height: 60%;
|
|
1821
|
-
right: 0;
|
|
1822
|
-
bottom: 0;
|
|
1823
|
-
left: 0;
|
|
1824
|
-
background: linear-gradient(to top, var(--color-base), transparent 80%);
|
|
1825
|
-
opacity: 0.6;
|
|
1826
|
-
}
|
|
1827
|
-
.cld-thumbnail.cld-plw-panel-item-active {
|
|
1828
|
-
border: 1px solid var(--color-accent);
|
|
1829
|
-
box-sizing: border-box;
|
|
1830
|
-
}
|
|
1831
|
-
.cld-thumbnail.cld-plw-panel-item-active .cld-plw-item-info-wrap {
|
|
1832
|
-
color: var(--color-accent);
|
|
1833
|
-
}
|
|
1504
|
+
/**
|
|
1505
|
+
* Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace
|
|
1506
|
+
* character of `string`.
|
|
1507
|
+
*
|
|
1508
|
+
* @private
|
|
1509
|
+
* @param {string} string The string to inspect.
|
|
1510
|
+
* @returns {number} Returns the index of the last non-whitespace character.
|
|
1511
|
+
*/
|
|
1512
|
+
function trimmedEndIndex(string) {
|
|
1513
|
+
var index = string.length;
|
|
1834
1514
|
|
|
1835
|
-
.
|
|
1836
|
-
|
|
1837
|
-
position: absolute;
|
|
1838
|
-
width: 100%;
|
|
1839
|
-
height: 100%;
|
|
1840
|
-
top: 0px;
|
|
1841
|
-
left: 0px;
|
|
1842
|
-
background-color: var(--color-text);
|
|
1843
|
-
opacity: 0.2;
|
|
1515
|
+
while (index-- && reWhitespace.test(string.charAt(index))) {}
|
|
1516
|
+
return index;
|
|
1844
1517
|
}
|
|
1845
1518
|
|
|
1846
|
-
|
|
1847
|
-
.cld-thumbnail:before {
|
|
1848
|
-
background: none;
|
|
1849
|
-
}
|
|
1850
|
-
}`, "",{"version":3,"sources":["webpack://./plugins/playlist/ui/thumbnail/thumbnail.scss"],"names":[],"mappings":"AAAA;EACE,kBAAA;EACA,cAAA;EACA,WAAA;EACA,gBAAA;EACA,cAAA;EACA,gBAAA;EACA,4BAAA;EACA,sBAAA;EACA,2BAAA;AACF;AACE;EACE,aAAA;AACJ;AAEE;EACE,WAAA;EACA,kBAAA;EACA,QAAA;EACA,eAAA;EACA,QAAA;EACA,SAAA;EACA,OAAA;EACA,uEAAA;EACA,YAAA;AAAJ;AAGE;EACE,qCAAA;EACA,sBAAA;AADJ;AAEI;EACE,0BAAA;AAAN;;AAKA;EACE,WAAA;EACA,kBAAA;EACA,WAAA;EACA,YAAA;EACA,QAAA;EACA,SAAA;EACA,mCAAA;EACA,YAAA;AAFF;;AAKA;EACE;IACE,gBAAA;EAFF;AACF","sourcesContent":[".cld-thumbnail {\n position: relative;\n display: block;\n width: 100%;\n overflow: hidden;\n font-size: 1em;\n text-align: left;\n background-repeat: no-repeat;\n background-size: cover;\n background-position: center;\n\n .cld-thumbnail-img {\n display: none;\n }\n\n &:before {\n content: '';\n position: absolute;\n top: 40%;\n max-height: 60%;\n right: 0;\n bottom: 0;\n left: 0;\n background: linear-gradient(to top, var(--color-base), transparent 80%);\n opacity: 0.6;\n }\n\n &.cld-plw-panel-item-active {\n border: 1px solid var(--color-accent);\n box-sizing: border-box;\n .cld-plw-item-info-wrap {\n color: var(--color-accent);\n }\n }\n}\n\n.cld-plw-panel-item:hover:after {\n content: '';\n position: absolute;\n width: 100%;\n height: 100%;\n top: 0px;\n left: 0px;\n background-color: var(--color-text);\n opacity: 0.2;\n}\n\n@media only screen and (max-width: 768px) {\n .cld-thumbnail:before {\n background: none;\n }\n}\n"],"sourceRoot":""}]);
|
|
1851
|
-
// Exports
|
|
1852
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
|
|
1519
|
+
module.exports = trimmedEndIndex;
|
|
1853
1520
|
|
|
1854
1521
|
|
|
1855
1522
|
/***/ }),
|
|
@@ -1995,214 +1662,128 @@ module.exports = toInteger;
|
|
|
1995
1662
|
|
|
1996
1663
|
/***/ }),
|
|
1997
1664
|
|
|
1998
|
-
/***/ "
|
|
1999
|
-
|
|
2000
|
-
!***
|
|
2001
|
-
|
|
2002
|
-
/***/ ((
|
|
2003
|
-
|
|
2004
|
-
"use strict";
|
|
2005
|
-
__webpack_require__.r(__webpack_exports__);
|
|
2006
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2007
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
2008
|
-
/* harmony export */ });
|
|
2009
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */ "../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js");
|
|
2010
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2011
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js */ "../node_modules/style-loader/dist/runtime/styleDomAPI.js");
|
|
2012
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2013
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/insertBySelector.js */ "../node_modules/style-loader/dist/runtime/insertBySelector.js");
|
|
2014
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
2015
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js */ "../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js");
|
|
2016
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
2017
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js */ "../node_modules/style-loader/dist/runtime/insertStyleElement.js");
|
|
2018
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
2019
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js */ "../node_modules/style-loader/dist/runtime/styleTagTransform.js");
|
|
2020
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
2021
|
-
/* harmony import */ var _node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_playlist_buttons_scss_style_loader__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! !!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/sass-loader/dist/cjs.js!./playlist-buttons.scss?style-loader */ "../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/components/playlist-buttons.scss?style-loader");
|
|
1665
|
+
/***/ "../node_modules/lodash/toNumber.js":
|
|
1666
|
+
/*!******************************************!*\
|
|
1667
|
+
!*** ../node_modules/lodash/toNumber.js ***!
|
|
1668
|
+
\******************************************/
|
|
1669
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
2022
1670
|
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
1671
|
+
var baseTrim = __webpack_require__(/*! ./_baseTrim */ "../node_modules/lodash/_baseTrim.js"),
|
|
1672
|
+
isObject = __webpack_require__(/*! ./isObject */ "../node_modules/lodash/isObject.js"),
|
|
1673
|
+
isSymbol = __webpack_require__(/*! ./isSymbol */ "../node_modules/lodash/isSymbol.js");
|
|
2032
1674
|
|
|
2033
|
-
|
|
1675
|
+
/** Used as references for various `Number` constants. */
|
|
1676
|
+
var NAN = 0 / 0;
|
|
2034
1677
|
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
options.insert = _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default().bind(null, "head");
|
|
2038
|
-
options.domAPI = (_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());
|
|
2039
|
-
options.insertStyleElement = (_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default());
|
|
1678
|
+
/** Used to detect bad signed hexadecimal string values. */
|
|
1679
|
+
var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
|
|
2040
1680
|
|
|
2041
|
-
|
|
1681
|
+
/** Used to detect binary string values. */
|
|
1682
|
+
var reIsBinary = /^0b[01]+$/i;
|
|
2042
1683
|
|
|
1684
|
+
/** Used to detect octal string values. */
|
|
1685
|
+
var reIsOctal = /^0o[0-7]+$/i;
|
|
2043
1686
|
|
|
1687
|
+
/** Built-in method references without a dependency on `root`. */
|
|
1688
|
+
var freeParseInt = parseInt;
|
|
2044
1689
|
|
|
1690
|
+
/**
|
|
1691
|
+
* Converts `value` to a number.
|
|
1692
|
+
*
|
|
1693
|
+
* @static
|
|
1694
|
+
* @memberOf _
|
|
1695
|
+
* @since 4.0.0
|
|
1696
|
+
* @category Lang
|
|
1697
|
+
* @param {*} value The value to process.
|
|
1698
|
+
* @returns {number} Returns the number.
|
|
1699
|
+
* @example
|
|
1700
|
+
*
|
|
1701
|
+
* _.toNumber(3.2);
|
|
1702
|
+
* // => 3.2
|
|
1703
|
+
*
|
|
1704
|
+
* _.toNumber(Number.MIN_VALUE);
|
|
1705
|
+
* // => 5e-324
|
|
1706
|
+
*
|
|
1707
|
+
* _.toNumber(Infinity);
|
|
1708
|
+
* // => Infinity
|
|
1709
|
+
*
|
|
1710
|
+
* _.toNumber('3.2');
|
|
1711
|
+
* // => 3.2
|
|
1712
|
+
*/
|
|
1713
|
+
function toNumber(value) {
|
|
1714
|
+
if (typeof value == 'number') {
|
|
1715
|
+
return value;
|
|
1716
|
+
}
|
|
1717
|
+
if (isSymbol(value)) {
|
|
1718
|
+
return NAN;
|
|
1719
|
+
}
|
|
1720
|
+
if (isObject(value)) {
|
|
1721
|
+
var other = typeof value.valueOf == 'function' ? value.valueOf() : value;
|
|
1722
|
+
value = isObject(other) ? (other + '') : other;
|
|
1723
|
+
}
|
|
1724
|
+
if (typeof value != 'string') {
|
|
1725
|
+
return value === 0 ? value : +value;
|
|
1726
|
+
}
|
|
1727
|
+
value = baseTrim(value);
|
|
1728
|
+
var isBinary = reIsBinary.test(value);
|
|
1729
|
+
return (isBinary || reIsOctal.test(value))
|
|
1730
|
+
? freeParseInt(value.slice(2), isBinary ? 2 : 8)
|
|
1731
|
+
: (reIsBadHex.test(value) ? NAN : +value);
|
|
1732
|
+
}
|
|
2045
1733
|
|
|
2046
|
-
|
|
1734
|
+
module.exports = toNumber;
|
|
2047
1735
|
|
|
2048
1736
|
|
|
2049
1737
|
/***/ }),
|
|
2050
1738
|
|
|
2051
|
-
/***/ "./plugins/playlist/ui/components/
|
|
2052
|
-
|
|
2053
|
-
!*** ./plugins/playlist/ui/components/
|
|
2054
|
-
|
|
1739
|
+
/***/ "./plugins/playlist/ui/components/playlist-buttons.scss":
|
|
1740
|
+
/*!**************************************************************!*\
|
|
1741
|
+
!*** ./plugins/playlist/ui/components/playlist-buttons.scss ***!
|
|
1742
|
+
\**************************************************************/
|
|
2055
1743
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2056
1744
|
|
|
2057
1745
|
"use strict";
|
|
2058
1746
|
__webpack_require__.r(__webpack_exports__);
|
|
2059
|
-
|
|
2060
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
2061
|
-
/* harmony export */ });
|
|
2062
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */ "../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js");
|
|
2063
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2064
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js */ "../node_modules/style-loader/dist/runtime/styleDomAPI.js");
|
|
2065
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2066
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/insertBySelector.js */ "../node_modules/style-loader/dist/runtime/insertBySelector.js");
|
|
2067
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
2068
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js */ "../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js");
|
|
2069
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
2070
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js */ "../node_modules/style-loader/dist/runtime/insertStyleElement.js");
|
|
2071
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
2072
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js */ "../node_modules/style-loader/dist/runtime/styleTagTransform.js");
|
|
2073
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
2074
|
-
/* harmony import */ var _node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_upcoming_video_overlay_scss_style_loader__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! !!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/sass-loader/dist/cjs.js!./upcoming-video-overlay.scss?style-loader */ "../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/components/upcoming-video-overlay.scss?style-loader");
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
var options = {};
|
|
2087
|
-
|
|
2088
|
-
options.styleTagTransform = (_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default());
|
|
2089
|
-
options.setAttributes = (_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default());
|
|
2090
|
-
options.insert = _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default().bind(null, "head");
|
|
2091
|
-
options.domAPI = (_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());
|
|
2092
|
-
options.insertStyleElement = (_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default());
|
|
2093
|
-
|
|
2094
|
-
var update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_upcoming_video_overlay_scss_style_loader__WEBPACK_IMPORTED_MODULE_6__["default"], options);
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_upcoming_video_overlay_scss_style_loader__WEBPACK_IMPORTED_MODULE_6__["default"] && _node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_upcoming_video_overlay_scss_style_loader__WEBPACK_IMPORTED_MODULE_6__["default"].locals ? _node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_upcoming_video_overlay_scss_style_loader__WEBPACK_IMPORTED_MODULE_6__["default"].locals : undefined);
|
|
1747
|
+
// extracted by mini-css-extract-plugin
|
|
2100
1748
|
|
|
2101
1749
|
|
|
2102
1750
|
/***/ }),
|
|
2103
1751
|
|
|
2104
|
-
/***/ "./plugins/playlist/ui/
|
|
2105
|
-
|
|
2106
|
-
!*** ./plugins/playlist/ui/
|
|
2107
|
-
|
|
1752
|
+
/***/ "./plugins/playlist/ui/components/upcoming-video-overlay.scss":
|
|
1753
|
+
/*!********************************************************************!*\
|
|
1754
|
+
!*** ./plugins/playlist/ui/components/upcoming-video-overlay.scss ***!
|
|
1755
|
+
\********************************************************************/
|
|
2108
1756
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2109
1757
|
|
|
2110
1758
|
"use strict";
|
|
2111
1759
|
__webpack_require__.r(__webpack_exports__);
|
|
2112
|
-
|
|
2113
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
2114
|
-
/* harmony export */ });
|
|
2115
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */ "../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js");
|
|
2116
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2117
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! !../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js */ "../node_modules/style-loader/dist/runtime/styleDomAPI.js");
|
|
2118
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2119
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! !../../../../node_modules/style-loader/dist/runtime/insertBySelector.js */ "../node_modules/style-loader/dist/runtime/insertBySelector.js");
|
|
2120
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
2121
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! !../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js */ "../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js");
|
|
2122
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
2123
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! !../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js */ "../node_modules/style-loader/dist/runtime/insertStyleElement.js");
|
|
2124
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
2125
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! !../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js */ "../node_modules/style-loader/dist/runtime/styleTagTransform.js");
|
|
2126
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
2127
|
-
/* harmony import */ var _node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_playlist_scss_style_loader__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! !!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/sass-loader/dist/cjs.js!./playlist.scss?style-loader */ "../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/playlist.scss?style-loader");
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
var options = {};
|
|
2140
|
-
|
|
2141
|
-
options.styleTagTransform = (_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default());
|
|
2142
|
-
options.setAttributes = (_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default());
|
|
2143
|
-
options.insert = _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default().bind(null, "head");
|
|
2144
|
-
options.domAPI = (_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());
|
|
2145
|
-
options.insertStyleElement = (_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default());
|
|
2146
|
-
|
|
2147
|
-
var update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_playlist_scss_style_loader__WEBPACK_IMPORTED_MODULE_6__["default"], options);
|
|
1760
|
+
// extracted by mini-css-extract-plugin
|
|
2148
1761
|
|
|
2149
1762
|
|
|
1763
|
+
/***/ }),
|
|
2150
1764
|
|
|
1765
|
+
/***/ "./plugins/playlist/ui/playlist.scss":
|
|
1766
|
+
/*!*******************************************!*\
|
|
1767
|
+
!*** ./plugins/playlist/ui/playlist.scss ***!
|
|
1768
|
+
\*******************************************/
|
|
1769
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2151
1770
|
|
|
2152
|
-
|
|
1771
|
+
"use strict";
|
|
1772
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1773
|
+
// extracted by mini-css-extract-plugin
|
|
2153
1774
|
|
|
2154
1775
|
|
|
2155
1776
|
/***/ }),
|
|
2156
1777
|
|
|
2157
|
-
/***/ "./plugins/playlist/ui/thumbnail/thumbnail.scss
|
|
2158
|
-
|
|
2159
|
-
!*** ./plugins/playlist/ui/thumbnail/thumbnail.scss
|
|
2160
|
-
|
|
1778
|
+
/***/ "./plugins/playlist/ui/thumbnail/thumbnail.scss":
|
|
1779
|
+
/*!******************************************************!*\
|
|
1780
|
+
!*** ./plugins/playlist/ui/thumbnail/thumbnail.scss ***!
|
|
1781
|
+
\******************************************************/
|
|
2161
1782
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2162
1783
|
|
|
2163
1784
|
"use strict";
|
|
2164
1785
|
__webpack_require__.r(__webpack_exports__);
|
|
2165
|
-
|
|
2166
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
2167
|
-
/* harmony export */ });
|
|
2168
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */ "../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js");
|
|
2169
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
2170
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js */ "../node_modules/style-loader/dist/runtime/styleDomAPI.js");
|
|
2171
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
2172
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/insertBySelector.js */ "../node_modules/style-loader/dist/runtime/insertBySelector.js");
|
|
2173
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
2174
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js */ "../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js");
|
|
2175
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
2176
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js */ "../node_modules/style-loader/dist/runtime/insertStyleElement.js");
|
|
2177
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
2178
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! !../../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js */ "../node_modules/style-loader/dist/runtime/styleTagTransform.js");
|
|
2179
|
-
/* harmony import */ var _node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
2180
|
-
/* harmony import */ var _node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_thumbnail_scss_style_loader__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! !!../../../../../node_modules/css-loader/dist/cjs.js!../../../../../node_modules/sass-loader/dist/cjs.js!./thumbnail.scss?style-loader */ "../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./plugins/playlist/ui/thumbnail/thumbnail.scss?style-loader");
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
var options = {};
|
|
2193
|
-
|
|
2194
|
-
options.styleTagTransform = (_node_modules_style_loader_dist_runtime_styleTagTransform_js__WEBPACK_IMPORTED_MODULE_5___default());
|
|
2195
|
-
options.setAttributes = (_node_modules_style_loader_dist_runtime_setAttributesWithoutAttributes_js__WEBPACK_IMPORTED_MODULE_3___default());
|
|
2196
|
-
options.insert = _node_modules_style_loader_dist_runtime_insertBySelector_js__WEBPACK_IMPORTED_MODULE_2___default().bind(null, "head");
|
|
2197
|
-
options.domAPI = (_node_modules_style_loader_dist_runtime_styleDomAPI_js__WEBPACK_IMPORTED_MODULE_1___default());
|
|
2198
|
-
options.insertStyleElement = (_node_modules_style_loader_dist_runtime_insertStyleElement_js__WEBPACK_IMPORTED_MODULE_4___default());
|
|
2199
|
-
|
|
2200
|
-
var update = _node_modules_style_loader_dist_runtime_injectStylesIntoStyleTag_js__WEBPACK_IMPORTED_MODULE_0___default()(_node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_thumbnail_scss_style_loader__WEBPACK_IMPORTED_MODULE_6__["default"], options);
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (_node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_thumbnail_scss_style_loader__WEBPACK_IMPORTED_MODULE_6__["default"] && _node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_thumbnail_scss_style_loader__WEBPACK_IMPORTED_MODULE_6__["default"].locals ? _node_modules_css_loader_dist_cjs_js_node_modules_sass_loader_dist_cjs_js_thumbnail_scss_style_loader__WEBPACK_IMPORTED_MODULE_6__["default"].locals : undefined);
|
|
1786
|
+
// extracted by mini-css-extract-plugin
|
|
2206
1787
|
|
|
2207
1788
|
|
|
2208
1789
|
/***/ })
|