shop-components 0.4.30 → 0.4.31

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.
File without changes
@@ -180,6 +180,7 @@ export interface TriViewCaptureView {
180
180
  plane: TriViewCapturePlane;
181
181
  mode?: 'orthographic' | 'perspective';
182
182
  fov?: number;
183
+ useFitDirection?: boolean;
183
184
  }
184
185
  export interface TriViewCaptureOptions {
185
186
  size?: TriViewCaptureSize;
@@ -224,6 +225,7 @@ export declare class TriViewCapture {
224
225
  private computeBounds;
225
226
  private configureCamera;
226
227
  private getPerspectiveDirection;
228
+ private getPerspectiveTargetZOffset;
227
229
  private storeRendererState;
228
230
  private applyRendererState;
229
231
  private restoreRendererState;