@shotstack/shotstack-studio 2.0.0-beta.28 → 2.0.0-beta.29
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.ts +0 -1
- package/dist/schema/index.d.ts +0 -1
- package/dist/shotstack-studio.es.js +3223 -3214
- package/dist/shotstack-studio.umd.js +70 -70
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1219,7 +1219,6 @@ export declare class SelectionHandles implements CanvasOverlayRegistration {
|
|
|
1219
1219
|
private getCornerResizeCursor;
|
|
1220
1220
|
private updateHoverState;
|
|
1221
1221
|
private resetDragState;
|
|
1222
|
-
private updateSvgViewBox;
|
|
1223
1222
|
}
|
|
1224
1223
|
|
|
1225
1224
|
export declare type ShapeAsset = components["schemas"]["ShapeAsset"];
|
package/dist/schema/index.d.ts
CHANGED
|
@@ -1219,7 +1219,6 @@ export declare class SelectionHandles implements CanvasOverlayRegistration {
|
|
|
1219
1219
|
private getCornerResizeCursor;
|
|
1220
1220
|
private updateHoverState;
|
|
1221
1221
|
private resetDragState;
|
|
1222
|
-
private updateSvgViewBox;
|
|
1223
1222
|
}
|
|
1224
1223
|
|
|
1225
1224
|
export declare type ShapeAsset = components["schemas"]["ShapeAsset"];
|