pds-dev-kit-web-test 2.7.123 → 2.7.124

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.
@@ -138,14 +138,14 @@ var Composition = (0, react_1.forwardRef)(function CustomSection(props, ref) {
138
138
  if (!isEditMode) {
139
139
  return;
140
140
  }
141
- setSelectedCB(null);
142
- sectionActionHandler &&
143
- sectionActionHandler({
144
- type: '@CUSTOMSECTION/SECTION_CLICKED',
145
- payload: {
146
- sectionId: props.id
147
- }
148
- });
141
+ // setSelectedCB(null);
142
+ // sectionActionHandler &&
143
+ // sectionActionHandler({
144
+ // type: '@CUSTOMSECTION/SECTION_CLICKED',
145
+ // payload: {
146
+ // sectionId: props.id
147
+ // }
148
+ // });
149
149
  };
150
150
  var padding = (0, parseSectionPadding_1.default)(CB_LAYOUT_PROP_PADDING, device);
151
151
  var shadowStyles = (0, parseStylePropShadow_1.default)({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.123",
3
+ "version": "2.7.124",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",