pds-dev-kit-web-test 2.5.379 → 2.5.380

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.
@@ -121,7 +121,7 @@ function getBGColorStyles(props, device) {
121
121
  ];
122
122
  return (0, colorUtil_1.parseStyleColorToCSSProp)({ availableSpecCodes: availableSpecCodes, props: props, propKey: 'BGCOLOR', device: device });
123
123
  }
124
- var S_Video = styled_components_1.default.video(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n pointer-events: ", ";\n width: 100%;\n"], ["\n height: 100%;\n pointer-events: ", ";\n width: 100%;\n"])), function (_a) {
124
+ var S_Video = styled_components_1.default.video(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n object-fit: cover;\n pointer-events: ", ";\n width: 100%;\n"], ["\n height: 100%;\n object-fit: cover;\n pointer-events: ", ";\n width: 100%;\n"])), function (_a) {
125
125
  var isEditMode = _a.isEditMode;
126
126
  return (isEditMode ? 'none' : 'auto');
127
127
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.379",
3
+ "version": "2.5.380",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",