pds-dev-kit-web-test 2.7.374 → 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.
|
@@ -406,7 +406,7 @@ var CompositionEditor = (0, react_1.forwardRef)(function CompositionEditorCanvas
|
|
|
406
406
|
var customSectionStyles = {
|
|
407
407
|
minHeight: "".concat(minHeight, "px"),
|
|
408
408
|
maxHeight: "".concat(maxHeight, "px"),
|
|
409
|
-
|
|
409
|
+
width: "".concat(canvasWidth, "px"),
|
|
410
410
|
maxWidth: maxWidth ? "".concat(maxWidth, "px") : '100%',
|
|
411
411
|
minWidth: "".concat(minWidth, "px")
|
|
412
412
|
};
|
|
@@ -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
|
-
|
|
1085
|
-
|
|
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
|