pds-dev-kit-web-test 2.7.398 → 2.7.400

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,
@@ -1051,7 +1051,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
1051
1051
  paddingBottom: padding.bottom,
1052
1052
  paddingRight: padding.right,
1053
1053
  paddingLeft: padding.left
1054
- } }, { children: (0, jsx_runtime_1.jsx)(Responsive, __assign({ selectedBlockId: selectedBlockId !== null && selectedBlockId !== void 0 ? selectedBlockId : '', sectionId: props.id.toString(), innerRef: innerRef, className: (0, clsx_1.clsx)({
1054
+ } }, { children: (0, jsx_runtime_1.jsx)(Responsive, __assign({ device: device, selectedBlockId: selectedBlockId !== null && selectedBlockId !== void 0 ? selectedBlockId : '', sectionId: props.id.toString(), innerRef: innerRef, className: (0, clsx_1.clsx)({
1055
1055
  'selected-grid-layout': editingSectionId === props.id
1056
1056
  }), 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: {
1057
1057
  width: customSectionStyles.width,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.398",
3
+ "version": "2.7.400",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "lottie-react": "^2.3.1",
26
26
  "nuka-carousel": "^4.8.4",
27
27
  "publ-echo": "^0.0.120",
28
- "publ-echo-test": "^0.0.379",
28
+ "publ-echo-test": "^0.0.381",
29
29
  "react-hook-form": "^7.28.1",
30
30
  "react-i18next": "^11.12.0",
31
31
  "react-router-dom": "^5.2.0",