@vvfx/sdk 0.0.0-alpha.61 → 0.0.0-alpha.63

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
@@ -987,6 +987,7 @@ type SDKEvents = {
987
987
  'cutBoxChange': [box: Box2];
988
988
  'expandBoxChange': [box: Box2];
989
989
  'textInput': [{
990
+ itemId: string;
990
991
  text: string;
991
992
  fontFamily: string;
992
993
  }];
package/dist/index.d.ts CHANGED
@@ -987,6 +987,7 @@ type SDKEvents = {
987
987
  'cutBoxChange': [box: Box2];
988
988
  'expandBoxChange': [box: Box2];
989
989
  'textInput': [{
990
+ itemId: string;
990
991
  text: string;
991
992
  fontFamily: string;
992
993
  }];