@factorialco/f0-react 4.56.0 → 4.56.2

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/ai.d.ts CHANGED
@@ -5218,10 +5218,8 @@ declare module "@tiptap/core" {
5218
5218
 
5219
5219
  declare module "@tiptap/core" {
5220
5220
  interface Commands<ReturnType> {
5221
- videoEmbed: {
5222
- setVideoEmbed: (options: {
5223
- src: string;
5224
- }) => ReturnType;
5221
+ transcript: {
5222
+ insertTranscript: (data: TranscriptData) => ReturnType;
5225
5223
  };
5226
5224
  }
5227
5225
  }
@@ -5229,8 +5227,10 @@ declare module "@tiptap/core" {
5229
5227
 
5230
5228
  declare module "@tiptap/core" {
5231
5229
  interface Commands<ReturnType> {
5232
- transcript: {
5233
- insertTranscript: (data: TranscriptData) => ReturnType;
5230
+ videoEmbed: {
5231
+ setVideoEmbed: (options: {
5232
+ src: string;
5233
+ }) => ReturnType;
5234
5234
  };
5235
5235
  }
5236
5236
  }
package/dist/ai.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { C as e, D as r, c as t, F as i, a as o, f as n, g as F, d as C, e as l, I as A, P as d, b as u, u as h } from "./F0CanvasPanel-BeVQHrJo.js";
2
2
  import { defaultTranslations as c } from "./i18n-provider-defaults.js";
3
- import { A as P, C as T, t as p, s as v, v as g, y as f, l as y, i as S, q as x, z as b, B as k, p as H, r as O, j as V, e as w, g as B, k as M, F as z, T as D, w as L, h as j, a as q, n as E, m as G, o as R, b as J, f as K, x as N, c as Q, d as U, u as W } from "./F0AiProcessingOverlay-D5hKB9d7.js";
3
+ import { A as P, C as T, t as p, s as v, v as g, y as f, l as y, i as S, q as x, z as b, B as k, p as H, r as O, j as V, e as w, g as B, k as M, F as z, T as D, w as L, h as j, a as q, n as E, m as G, o as R, b as J, f as K, x as N, c as Q, d as U, u as W } from "./F0AiProcessingOverlay-CDg_WXQ8.js";
4
4
  export {
5
5
  P as AiChatTranslationsProvider,
6
6
  e as ChatSpinner,
@@ -314,10 +314,8 @@ declare module "@tiptap/core" {
314
314
 
315
315
  declare module "@tiptap/core" {
316
316
  interface Commands<ReturnType> {
317
- videoEmbed: {
318
- setVideoEmbed: (options: {
319
- src: string;
320
- }) => ReturnType;
317
+ transcript: {
318
+ insertTranscript: (data: TranscriptData) => ReturnType;
321
319
  };
322
320
  }
323
321
  }
@@ -325,8 +323,10 @@ declare module "@tiptap/core" {
325
323
 
326
324
  declare module "@tiptap/core" {
327
325
  interface Commands<ReturnType> {
328
- transcript: {
329
- insertTranscript: (data: TranscriptData) => ReturnType;
326
+ videoEmbed: {
327
+ setVideoEmbed: (options: {
328
+ src: string;
329
+ }) => ReturnType;
330
330
  };
331
331
  }
332
332
  }