pds-dev-kit-web-test 2.5.1 → 2.5.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.
@@ -124,8 +124,8 @@ function YouTubeIframe(_a) {
|
|
124
124
|
listType: 'playlist',
|
125
125
|
disablekb: 1,
|
126
126
|
playlist: videoId,
|
127
|
-
start: startSeconds
|
128
|
-
rel: 0
|
127
|
+
start: startSeconds
|
128
|
+
// rel: 0
|
129
129
|
};
|
130
130
|
var player = new window.YT.Player(PLAYER_ID, {
|
131
131
|
videoId: videoId,
|
@@ -228,7 +228,7 @@ function YouTubeIframe(_a) {
|
|
228
228
|
youtubeScript === null || youtubeScript === void 0 ? void 0 : youtubeScript.remove();
|
229
229
|
};
|
230
230
|
}, []);
|
231
|
-
return ((0, jsx_runtime_1.
|
231
|
+
return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)(S_IframeWrapper, { children: (0, jsx_runtime_1.jsx)("div", { id: PLAYER_ID }) }) }));
|
232
232
|
}
|
233
233
|
var BlackScreen = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n bottom: 0;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n"], ["\n background-color: ", ";\n bottom: 0;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n"])), function (_a) {
|
234
234
|
var theme = _a.theme;
|