pds-dev-kit-web-test 2.5.328 → 2.5.330

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.
@@ -403,7 +403,7 @@ var CompositionEditor = (0, react_1.forwardRef)(function CompositionEditorCanvas
403
403
  var customSectionStyles = {
404
404
  minHeight: "".concat(minHeight, "px"),
405
405
  maxHeight: "".concat(maxHeight, "px"),
406
- width: "100%",
406
+ width: "".concat(canvasWidth, "px"),
407
407
  maxWidth: maxWidth ? "".concat(maxWidth, "px") : '100%',
408
408
  minWidth: "".concat(Math.max(canvasWidth, minWidth !== null && minWidth !== void 0 ? minWidth : 0), "px")
409
409
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.328",
3
+ "version": "2.5.330",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",