@inditextech/weave-store-standalone 2.5.0 → 2.7.0

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/client.d.ts CHANGED
@@ -228,7 +228,7 @@ declare class WeaveNodesEdgeSnappingPlugin extends WeavePlugin {
228
228
  private getSelectionParentNode;
229
229
  cleanupGuidelines(): void;
230
230
  private initEvents;
231
- getLineGuideStops(nodes: Konva.Node[]): LineGuideStop;
231
+ getLineGuideStops(parent: Konva.Node, nodes: Konva.Node[]): LineGuideStop;
232
232
  getObjectSnappingEdges(node: Konva.Node): NodeSnappingEdges;
233
233
  getGuides(lineGuideStops: LineGuideStop, itemBounds: NodeSnappingEdges, type: string): Guide[];
234
234
  private sortedGuides;
package/dist/server.d.ts CHANGED
@@ -228,7 +228,7 @@ declare class WeaveNodesEdgeSnappingPlugin extends WeavePlugin {
228
228
  private getSelectionParentNode;
229
229
  cleanupGuidelines(): void;
230
230
  private initEvents;
231
- getLineGuideStops(nodes: Konva.Node[]): LineGuideStop;
231
+ getLineGuideStops(parent: Konva.Node, nodes: Konva.Node[]): LineGuideStop;
232
232
  getObjectSnappingEdges(node: Konva.Node): NodeSnappingEdges;
233
233
  getGuides(lineGuideStops: LineGuideStop, itemBounds: NodeSnappingEdges, type: string): Guide[];
234
234
  private sortedGuides;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inditextech/weave-store-standalone",
3
- "version": "2.5.0",
3
+ "version": "2.7.0",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Jesus Manuel Piñeiro Cid <jesusmpc@inditex.com>",
@@ -53,8 +53,8 @@
53
53
  "version:release": "npm version $RELEASE_VERSION -m \"[npm-scripts] prepare release $RELEASE_VERSION\" --tag-version-prefix \"\""
54
54
  },
55
55
  "dependencies": {
56
- "@inditextech/weave-types": "2.5.0",
57
- "@inditextech/weave-sdk": "2.5.0",
56
+ "@inditextech/weave-types": "2.7.0",
57
+ "@inditextech/weave-sdk": "2.7.0",
58
58
  "@syncedstore/core": "0.6.0"
59
59
  },
60
60
  "devDependencies": {