pds-dev-kit-web-test 2.5.17 → 2.5.18

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.
@@ -48,6 +48,9 @@ type ActionHandlerPayload = {
48
48
  placeholder?: LayoutItem;
49
49
  e?: ResizeEventType;
50
50
  node?: HTMLElement;
51
+ details: {
52
+ hadPaddingChanged: boolean;
53
+ };
51
54
  };
52
55
  '@CUSTOMSECTION/PLACEMENT_CHANGED': {
53
56
  layout: Layout;
@@ -361,7 +361,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
361
361
  if (sectionActionHandler && isIdNumber) {
362
362
  sectionActionHandler({
363
363
  type: '@CUSTOMSECTION/CB_AUTO_FIT_CONTENT',
364
- payload: props
364
+ payload: __assign(__assign({}, props), { details: { hadPaddingChanged: props.hasPaddingChanged } })
365
365
  });
366
366
  }
367
367
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.17",
3
+ "version": "2.5.18",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",