@inditextech/weave-sdk 5.0.0-SNAPSHOT.342.1 → 5.0.0-SNAPSHOT.345.1

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.
package/dist/sdk.js CHANGED
@@ -9442,7 +9442,7 @@ var WeaveRegisterManager = class {
9442
9442
 
9443
9443
  //#endregion
9444
9444
  //#region package.json
9445
- var version = "5.0.0-SNAPSHOT.342.1";
9445
+ var version = "5.0.0-SNAPSHOT.345.1";
9446
9446
 
9447
9447
  //#endregion
9448
9448
  //#region src/managers/setup.ts
@@ -28914,6 +28914,7 @@ var WeaveNodesSnappingCustomGuides = class {
28914
28914
  }
28915
28915
  saveCustomGuide(guide) {
28916
28916
  const containerId = guide.containerId;
28917
+ if (!this.customGuides) this.customGuides = {};
28917
28918
  if (!this.customGuides[containerId]) this.customGuides[containerId] = [];
28918
28919
  this.customGuides[containerId].push(guide);
28919
28920
  this.instance.emitEvent("snappingManager:onCustomGuidesChange", { guides: this.customGuides });
package/dist/sdk.node.js CHANGED
@@ -9441,7 +9441,7 @@ var WeaveRegisterManager = class {
9441
9441
 
9442
9442
  //#endregion
9443
9443
  //#region package.json
9444
- var version = "5.0.0-SNAPSHOT.342.1";
9444
+ var version = "5.0.0-SNAPSHOT.345.1";
9445
9445
 
9446
9446
  //#endregion
9447
9447
  //#region src/managers/setup.ts
@@ -28929,6 +28929,7 @@ var WeaveNodesSnappingCustomGuides = class {
28929
28929
  }
28930
28930
  saveCustomGuide(guide) {
28931
28931
  const containerId = guide.containerId;
28932
+ if (!this.customGuides) this.customGuides = {};
28932
28933
  if (!this.customGuides[containerId]) this.customGuides[containerId] = [];
28933
28934
  this.customGuides[containerId].push(guide);
28934
28935
  this.instance.emitEvent("snappingManager:onCustomGuidesChange", { guides: this.customGuides });