pds-dev-kit-web-test 2.2.93 → 2.2.94

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.
@@ -408,6 +408,10 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
408
408
  if (!isEditMode) {
409
409
  return;
410
410
  }
411
+ if (selectedCB === 'group' || selectedCB === null) {
412
+ return;
413
+ }
414
+ // const selectedCBItem = layout.find((each) => each.i === selectedCB.toString());
411
415
  if (sectionActionHandler) {
412
416
  sectionActionHandler({
413
417
  type: '@CUSTOMSECTION/AUTO_RESIZED_TO_FIT_CONTENT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.2.93",
3
+ "version": "2.2.94",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "i18next-intervalplural-postprocessor": "^3.0.0",
23
23
  "lottie-react": "^2.3.1",
24
24
  "nuka-carousel": "^4.8.4",
25
- "publ-echo": "^0.0.80",
25
+ "publ-echo": "^0.0.81",
26
26
  "react-hook-form": "^7.28.1",
27
27
  "react-i18next": "^11.12.0",
28
28
  "react-router-dom": "^5.2.0",