@seatlayer/core 0.68.0 → 0.69.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.
@@ -1,6 +1,6 @@
1
1
  import { C as ChartDoc } from '../types-BjTzKc2D.cjs';
2
2
  import { p as EventConfigurationProductionElementKind, j as EventConfigurationOcclusion, a as EventConfigurationVersion } from '../eventConfigurations-C_dst7Ro.cjs';
3
- import { E as ExpandedSeat } from '../renderer-Dg76Jprw.cjs';
3
+ import { E as ExpandedSeat } from '../renderer-CXwpt_qs.cjs';
4
4
  import { SeatView } from './crossfade/panorama.cjs';
5
5
 
6
6
  /**
@@ -682,6 +682,13 @@ interface Venue3DHandle {
682
682
  state: SeatState3D;
683
683
  }[]): void;
684
684
  setSelection(seatIds: string[]): void;
685
+ /** Select what a one-finger / primary-pointer drag controls. Touch buyers can
686
+ * still use two fingers to move in either mode; this exists so native SDKs
687
+ * can expose the same explicit Rotate / Move controls as the web picker. */
688
+ setNavigationMode(mode: 'orbit' | 'pan'): void;
689
+ /** Programmatic camera controls for native/custom picker chrome. */
690
+ zoomIn(): void;
691
+ zoomOut(): void;
685
692
  /** Fly the camera from the overview into `seatId` and dissolve into its
686
693
  * view-from-seat panorama. Resolves at flight end; a drag cancels it, a second
687
694
  * call retargets, dispose resolves early. Reduced-motion → a short fade. */
@@ -1,6 +1,6 @@
1
1
  import { C as ChartDoc } from '../types-BjTzKc2D.js';
2
2
  import { p as EventConfigurationProductionElementKind, j as EventConfigurationOcclusion, a as EventConfigurationVersion } from '../eventConfigurations-kZpADDdx.js';
3
- import { E as ExpandedSeat } from '../renderer-BpeegL9d.js';
3
+ import { E as ExpandedSeat } from '../renderer-BiCXjFCG.js';
4
4
  import { SeatView } from './crossfade/panorama.js';
5
5
 
6
6
  /**
@@ -682,6 +682,13 @@ interface Venue3DHandle {
682
682
  state: SeatState3D;
683
683
  }[]): void;
684
684
  setSelection(seatIds: string[]): void;
685
+ /** Select what a one-finger / primary-pointer drag controls. Touch buyers can
686
+ * still use two fingers to move in either mode; this exists so native SDKs
687
+ * can expose the same explicit Rotate / Move controls as the web picker. */
688
+ setNavigationMode(mode: 'orbit' | 'pan'): void;
689
+ /** Programmatic camera controls for native/custom picker chrome. */
690
+ zoomIn(): void;
691
+ zoomOut(): void;
685
692
  /** Fly the camera from the overview into `seatId` and dissolve into its
686
693
  * view-from-seat panorama. Resolves at flight end; a drag cancels it, a second
687
694
  * call retargets, dispose resolves early. Reduced-motion → a short fade. */