@flemo/core 2.2.0 → 2.2.1

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.
@@ -4,14 +4,6 @@ export interface StagingRect {
4
4
  width: number;
5
5
  height: number;
6
6
  }
7
- /**
8
- * A viewport rect in a staging layer's own coordinates.
9
- *
10
- * The layer can sit inside a transformed ancestor (a demo bezel, a scaled
11
- * preview), in which case a px it is positioned by is not a px on the glass.
12
- * Its measured rect against its laid-out size gives the ratio, so a flight is
13
- * expressed in the space it is actually staged in.
14
- */
15
7
  export declare const intoLayerSpace: (rect: StagingRect, layer: HTMLElement) => StagingRect;
16
8
  export interface PreserveAnimationsOptions {
17
9
  /**