@pie-players/pie-section-player-tools-shared 0.3.43 → 0.3.45

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/README.md ADDED
@@ -0,0 +1,27 @@
1
+ # Section Player Tools Shared
2
+
3
+ Shared panel UI and helper utilities for the section-player debugger packages.
4
+ This package is not a custom element by itself; it provides building blocks used
5
+ by the event, PNP, session, TTS settings, and instrumentation debugger panels.
6
+
7
+ ## Usage
8
+
9
+ ```ts
10
+ import {
11
+ SharedFloatingPanel,
12
+ getSectionControllerFromCoordinator,
13
+ } from "@pie-players/pie-section-player-tools-shared";
14
+ ```
15
+
16
+ ## Consumers
17
+
18
+ - `@pie-players/pie-section-player-tools-event-debugger`
19
+ - `@pie-players/pie-section-player-tools-pnp-debugger`
20
+ - `@pie-players/pie-section-player-tools-session-debugger`
21
+ - `@pie-players/pie-section-player-tools-tts-settings`
22
+ - `@pie-players/pie-section-player-tools-instrumentation-debugger`
23
+
24
+ ## Related Documentation
25
+
26
+ - [Section player architecture](../section-player/ARCHITECTURE.md)
27
+ - [Section player client architecture tutorial](../../docs/section-player/client-architecture-tutorial.md)
@@ -36,4 +36,3 @@ export type FloatingPanelPointerController = {
36
36
  };
37
37
  export declare function createFloatingPanelPointerController(args: PointerControllerArgs): FloatingPanelPointerController;
38
38
  export {};
39
- //# sourceMappingURL=floating-panel.d.ts.map
package/dist/index.d.ts CHANGED
@@ -5,4 +5,3 @@ 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
- //# sourceMappingURL=index.d.ts.map