@pi-outpost/embed 0.9.0 → 0.10.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/mount.d.ts CHANGED
@@ -1,8 +1,3 @@
1
- /**
2
- * Mounts pi-outpost into `container` inside a Shadow DOM, fully isolated from the
3
- * host page's CSS in both directions (Tailwind's reset never touches the host page,
4
- * and the host page's styles never bleed into the widget).
5
- */
6
1
  export declare function mount(container: HTMLElement, options?: MountOptions): MountHandle;
7
2
 
8
3
  export declare interface MountHandle {