pds-dev-kit-web 2.2.182 → 2.2.184
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/src/sub/DynamicLayout/mock_video_cb.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +1 -1
- package/package.json +1 -1
- package/release-note.md +2 -2
|
@@ -21,7 +21,7 @@ exports.MOCK_VIDEO_CB = {
|
|
|
21
21
|
CB_CONTENT_PROP_VIDEO_SPEC_ENDTIME: 10,
|
|
22
22
|
CB_CONTENT_PROP_VIDEO_SPEC_MPLAY: true,
|
|
23
23
|
CB_CONTENT_PROP_VIDEO_SPEC_REPLAY: true,
|
|
24
|
-
CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR: '
|
|
24
|
+
CB_CONTENT_PROP_VIDEO_SPEC_SELECTOR: 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4',
|
|
25
25
|
CB_CONTENT_PROP_VIDEO_SPEC_STARTTIME: 5,
|
|
26
26
|
CB_CONTENT_PROP_VIDEO_SPEC_THUMB: '',
|
|
27
27
|
CB_CONTENT_PROP_VIDEO_SPEC_TYPE: 'FILE',
|
|
@@ -165,7 +165,7 @@ function getBGColorStyles(props, device) {
|
|
|
165
165
|
];
|
|
166
166
|
return (0, colorUtil_1.parseStyleColorToCSSProp)({ availableSpecCodes: availableSpecCodes, props: props, propKey: 'BGCOLOR', device: device });
|
|
167
167
|
}
|
|
168
|
-
var S_Video = styled_components_1.default.video(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n aspect-ratio: 16 / 9;\n height: 100%;\n max-height: 100%;\n object-fit:
|
|
168
|
+
var S_Video = styled_components_1.default.video(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n aspect-ratio: 16 / 9;\n height: 100%;\n max-height: 100%;\n object-fit: contain;\n pointer-events: ", ";\n width: 100%;\n"], ["\n aspect-ratio: 16 / 9;\n height: 100%;\n max-height: 100%;\n object-fit: contain;\n pointer-events: ", ";\n width: 100%;\n"])), function (_a) {
|
|
169
169
|
var isEditMode = _a.isEditMode;
|
|
170
170
|
return (isEditMode ? 'none' : 'auto');
|
|
171
171
|
});
|
package/package.json
CHANGED
package/release-note.md
CHANGED