@shotstack/shotstack-studio 2.8.0 → 2.9.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.
- package/dist/index.d.ts +2 -0
- package/dist/internal.d.ts +2 -0
- package/dist/internal.es.js +537 -529
- package/dist/internal.umd.js +14 -14
- package/dist/shotstack-studio.es.js +1307 -1278
- package/dist/shotstack-studio.umd.js +89 -86
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -261,6 +261,8 @@ export declare class Edit {
|
|
|
261
261
|
* Find the content clip that best matches a luma (by temporal overlap).
|
|
262
262
|
*/
|
|
263
263
|
private findBestContentMatch;
|
|
264
|
+
private lastClipClick;
|
|
265
|
+
private static readonly DoubleClickThresholdMs;
|
|
264
266
|
private setupIntentListeners;
|
|
265
267
|
}
|
|
266
268
|
|
package/dist/internal.d.ts
CHANGED
|
@@ -173,6 +173,8 @@ export declare class Edit {
|
|
|
173
173
|
* Find the content clip that best matches a luma (by temporal overlap).
|
|
174
174
|
*/
|
|
175
175
|
private findBestContentMatch;
|
|
176
|
+
private lastClipClick;
|
|
177
|
+
private static readonly DoubleClickThresholdMs;
|
|
176
178
|
private setupIntentListeners;
|
|
177
179
|
}
|
|
178
180
|
|