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.
@@ -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: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4',
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: cover;\n pointer-events: ", ";\n width: 100%;\n"], ["\n aspect-ratio: 16 / 9;\n height: 100%;\n max-height: 100%;\n object-fit: cover;\n pointer-events: ", ";\n width: 100%;\n"])), function (_a) {
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
  });
@@ -19,7 +19,7 @@ function parseTargetUrl(url) {
19
19
  }
20
20
  return {
21
21
  encodedURL: encodedURL,
22
- fallbackURL: "http://".concat(fallbackUrl)
22
+ fallbackURL: "https://".concat(fallbackUrl)
23
23
  };
24
24
  }
25
25
  exports.parseTargetUrl = parseTargetUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.182",
3
+ "version": "2.2.184",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.182]
2
+ ## [v2.2.184]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * [PDS-1313] 비디오 CB의 플레이어 사이즈 조정시 영상 일부가 잘리는 현상
6
+ * [PDS-1314] 비디오 CB의 fallbackUrl 프로토콜 변경