pds-dev-kit-web-test 2.7.295 → 2.7.296

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.
@@ -1116,7 +1116,7 @@ var CompositionEditor = (0, react_1.forwardRef)(function CompositionEditorCanvas
1116
1116
  e.stopPropagation();
1117
1117
  e.preventDefault();
1118
1118
  onContextMenuCB(matchedCB.id, e);
1119
- } }, { children: (0, jsx_runtime_1.jsx)(ComponentBlockMatcher_1.default, { cbProps: matchedCB, device: device, rowHeight: rowHeight, index: index }) })) }), each.i));
1119
+ } }, { children: (0, jsx_runtime_1.jsx)(ErrorBoundary_1.ErrorBoundary, { children: (0, jsx_runtime_1.jsx)(ComponentBlockMatcher_1.default, { cbProps: matchedCB, device: device, rowHeight: rowHeight, index: index }) }) })) }), each.i));
1120
1120
  }) })) })) })) }) })) })) })) }));
1121
1121
  });
1122
1122
  function isLayoutPlacementSame(current, prev) {
@@ -137,7 +137,6 @@ var Composition = (0, react_1.forwardRef)(function CustomSection(props, ref) {
137
137
  maxWidth: maxWidth ? "".concat(maxWidth, "px") : '100%',
138
138
  minWidth: "".concat(Math.max(canvasWidth, minWidth !== null && minWidth !== void 0 ? minWidth : 0), "px")
139
139
  };
140
- console.log('composition: ', customSectionStyles);
141
140
  var onClickSection = function () {
142
141
  if (!isEditMode) {
143
142
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.295",
3
+ "version": "2.7.296",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",