@shotstack/shotstack-studio 2.9.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 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
 
@@ -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