pds-dev-kit-web-test 2.7.376 → 2.7.377

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.
@@ -1079,10 +1079,10 @@ var CompositionEditor = (0, react_1.forwardRef)(function CompositionEditorCanvas
1079
1079
  } }, { children: (0, jsx_runtime_1.jsx)(Responsive, __assign({ selectedBlockId: selectedBlockId, sectionId: props.compositionData.id.toString(), innerRef: innerRef, className: (0, clsx_1.clsx)({
1080
1080
  'selected-grid-layout': editingSectionId === props.compositionData.id
1081
1081
  }), allowOverlap: true, layouts: layouts, resizeHandles: ['nw', 'e', 'n', 'ne', 's', 'se', 'sw', 'w'], breakpoints: breakpoints, breakpoint: breakpoint, cols: { lg: colsDesktop, sm: colsMobile }, rowHeight: rowHeight, margin: [10, 10], style: {
1082
- minWidth: customSectionStyles.minWidth,
1083
- maxWidth: customSectionStyles.maxWidth,
1082
+ // minWidth: customSectionStyles.minWidth,
1083
+ // maxWidth: customSectionStyles.maxWidth,
1084
1084
  width: customSectionStyles.width,
1085
- maxHeight: customSectionStyles.maxHeight,
1085
+ // maxHeight: customSectionStyles.maxHeight,
1086
1086
  fontSize: "".concat(16, "px")
1087
1087
  }, onLayoutChange: onLayoutChange, onDragStart: onDragStart, onDragStop: onDragStop, onResizeStop: onResizeStop, onDragStopForGroup: onBulkDragStop, onFitToContent: onAutoFitContent, onWidthChange: onWidthChange, minNbRow: rows, isDraggable: isEditMode, isResizable: isEditMode, zoom: props.editorProps.zoomScale,
1088
1088
  // GROUP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.376",
3
+ "version": "2.7.377",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",