pds-dev-kit-web-test 2.7.552 → 2.7.553

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.
@@ -119,7 +119,7 @@ var Composition = (0, react_1.forwardRef)(function CustomSection(props) {
119
119
  var customSectionStyles = {
120
120
  minHeight: "".concat(minHeight, "px"),
121
121
  maxHeight: "".concat(maxHeight, "px"),
122
- width: "".concat(Math.max(canvasWidth, minWidth !== null && minWidth !== void 0 ? minWidth : 0), "px"),
122
+ width: mode === 'EDIT' ? "".concat(Math.max(canvasWidth, minWidth !== null && minWidth !== void 0 ? minWidth : 0), "px") : '100%',
123
123
  maxWidth: maxWidth ? "".concat(maxWidth, "px") : '100%',
124
124
  minWidth: minWidth ? "".concat(minWidth, "px") : '0px'
125
125
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.552",
3
+ "version": "2.7.553",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",