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.
@@ -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
|
};
|