openvideo 0.2.8 → 0.2.9

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.
@@ -20,6 +20,14 @@ export declare class SelectionManager {
20
20
  private onStagePointerDown;
21
21
  private onStagePointerMove;
22
22
  private onStagePointerUp;
23
+ /**
24
+ * Find clips that intersect with the given selection rectangle
25
+ */
26
+ private getIntersectingClips;
27
+ /**
28
+ * Update the transformer to show a preview of what will be selected
29
+ */
30
+ private updatePreviewSelection;
23
31
  /**
24
32
  * Setup sprite interactivity for click selection
25
33
  */
@@ -1,4 +1,4 @@
1
- import { e as a, R as e, T as d, G as i, b as s, M as t, c as p, d as P, f as n, g as r, B as T, H as l, h as c, i as m, N as x, j as S, k as o } from "./index-DoARYsuw.js";
1
+ import { e as a, R as e, T as d, G as i, b as s, M as t, c as p, d as P, f as n, g as r, B as T, H as l, h as c, i as m, N as x, j as S, k as o } from "./index-X_sXWlZk.js";
2
2
  a.add(e);
3
3
  a.add(d);
4
4
  a.add(i);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openvideo",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Video rendering and processing library",
5
5
  "type": "module",
6
6
  "publishConfig": {