pds-dev-kit-web-test 2.5.105 → 2.5.107

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.
@@ -207,7 +207,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
207
207
  }
208
208
  }, [selectedBlockId, shortcutKeyMode, sectionActionHandler, setSelectedBlockId]);
209
209
  var makeAllInOneGroup = function () {
210
- var allRootChildIds = (0, group_1.findAllChildrenBlockIds)(pedigreeState, editingGroupBlock);
210
+ var allRootChildIds = (0, group_1.findDirectChildrenBlockIds)(pedigreeState, editingGroupBlock);
211
211
  setBulkBlockIds(allRootChildIds);
212
212
  };
213
213
  var getCollisionGroupIds = function (cdId1) {
@@ -218,7 +218,6 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
218
218
  var allCollisions = (0, renderHelpers_1.getAllCollisions)(layouts[layoutByDevice], layoutItem);
219
219
  var allCollisionsCbIds = allCollisions.map(function (each) { return Number(each.i); });
220
220
  var workDirChildrenBlockIds = (0, group_1.findDirectChildrenBlockIds)(newblock, editingGroupBlock);
221
- console.log('workDirChildrenBlockIds>>>', workDirChildrenBlockIds);
222
221
  var collisions = workDirChildrenBlockIds.filter(function (each) {
223
222
  var cbId = (0, group_1.formatBlockIdToCbId)(each);
224
223
  var allCollisions = (0, group_1.findAllChildrenCbIds)(newblock, each);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.105",
3
+ "version": "2.5.107",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "lottie-react": "^2.3.1",
24
24
  "nuka-carousel": "^4.8.4",
25
25
  "publ-echo": "^0.0.99",
26
- "publ-echo-test": "^0.0.136",
26
+ "publ-echo-test": "^0.0.137",
27
27
  "react-hook-form": "^7.28.1",
28
28
  "react-i18next": "^11.12.0",
29
29
  "react-router-dom": "^5.2.0",