pds-dev-kit-web-test 2.7.399 → 2.7.401

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.
@@ -1078,7 +1078,7 @@ var CompositionEditor = (0, react_1.forwardRef)(function CompositionEditorCanvas
1078
1078
  paddingBottom: padding.bottom,
1079
1079
  paddingRight: padding.right,
1080
1080
  paddingLeft: padding.left
1081
- } }, { children: (0, jsx_runtime_1.jsx)(Responsive, __assign({ selectedBlockId: selectedBlockId, sectionId: props.compositionData.id.toString(), innerRef: innerRef, className: (0, clsx_1.clsx)({
1081
+ } }, { children: (0, jsx_runtime_1.jsx)(Responsive, __assign({ device: device, selectedBlockId: selectedBlockId, sectionId: props.compositionData.id.toString(), innerRef: innerRef, className: (0, clsx_1.clsx)({
1082
1082
  'selected-grid-layout': editingSectionId === props.compositionData.id
1083
1083
  }), 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: {
1084
1084
  // minWidth: customSectionStyles.minWidth,