@vvfx/sdk 0.0.0-alpha.69 → 0.0.0-alpha.70

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/index.d.cts CHANGED
@@ -1045,7 +1045,7 @@ type SDKEvents = {
1045
1045
  'undoRedoChange': [Operation];
1046
1046
  'viewportTransform': [{
1047
1047
  zoom: number;
1048
- translatoion: [number, number];
1048
+ translation: [number, number];
1049
1049
  }];
1050
1050
  };
1051
1051
  declare class SDK {
package/dist/index.d.ts CHANGED
@@ -1045,7 +1045,7 @@ type SDKEvents = {
1045
1045
  'undoRedoChange': [Operation];
1046
1046
  'viewportTransform': [{
1047
1047
  zoom: number;
1048
- translatoion: [number, number];
1048
+ translation: [number, number];
1049
1049
  }];
1050
1050
  };
1051
1051
  declare class SDK {