@pie-players/pie-section-player-tools-shared 0.3.67 → 0.3.69

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 CHANGED
@@ -5,3 +5,4 @@ export { default as SessionDbPanel } from './SessionDbPanel.svelte';
5
5
  export { default as DebugPanelToggles } from './DebugPanelToggles.svelte';
6
6
  export { createFloatingPanelPointerController, computePanelSizeFromViewport, claimNextFloatingPanelZIndex, type FloatingPanelPointerController, type FloatingPanelState, type FloatingPanelViewportSizing, } from './floating-panel.js';
7
7
  export { getSectionControllerFromCoordinator, isMatchingSectionControllerLifecycleEvent, optionalIdsEqual, type SectionControllerLifecycleEventLike, type SectionControllerKeyLike, type ToolkitCoordinatorWithSectionController, } from './section-controller.js';
8
+ export { createSectionControllerSubscriptionManager, type SectionControllerSubscriptionHandlers, } from './section-controller-subscription.js';