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

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.
@@ -1081,8 +1081,8 @@ var CompositionEditor = (0, react_1.forwardRef)(function CompositionEditorCanvas
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
1082
  minWidth: customSectionStyles.minWidth,
1083
1083
  maxWidth: customSectionStyles.maxWidth,
1084
- // minWidth: isMobile ? GLE_MIN_WIDTH_MOBILE_PX : GLE_MIN_WIDTH_DESKTOP_PX,
1085
- // fontSize: `${baseFontSize}px`
1084
+ width: customSectionStyles.width,
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.375",
3
+ "version": "2.7.376",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",