@spiffcommerce/preview 5.3.5-4 → 5.3.6-beta.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/index.d.mts +1 -0
- package/dist/index.esm.js +326 -317
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1055,6 +1055,7 @@ declare class SpiffCommerce3DPreviewService implements ThreeDPreviewService {
|
|
|
1055
1055
|
private screenshotPrepareResolve;
|
|
1056
1056
|
private readonly initPromise;
|
|
1057
1057
|
private initComplete;
|
|
1058
|
+
private currentCameraAnimationPromise;
|
|
1058
1059
|
constructor(options?: PreviewOptions);
|
|
1059
1060
|
getInitializationPromise(): Promise<void>;
|
|
1060
1061
|
getInitializationComplete(): boolean;
|