@factorialco/f0-react 1.464.1 → 1.464.3

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
@@ -3291,10 +3291,8 @@ declare module "@tiptap/core" {
3291
3291
 
3292
3292
  declare module "@tiptap/core" {
3293
3293
  interface Commands<ReturnType> {
3294
- videoEmbed: {
3295
- setVideoEmbed: (options: {
3296
- src: string;
3297
- }) => ReturnType;
3294
+ transcript: {
3295
+ insertTranscript: (data: TranscriptData) => ReturnType;
3298
3296
  };
3299
3297
  }
3300
3298
  }
@@ -3302,8 +3300,10 @@ declare module "@tiptap/core" {
3302
3300
 
3303
3301
  declare module "@tiptap/core" {
3304
3302
  interface Commands<ReturnType> {
3305
- transcript: {
3306
- insertTranscript: (data: TranscriptData) => ReturnType;
3303
+ videoEmbed: {
3304
+ setVideoEmbed: (options: {
3305
+ src: string;
3306
+ }) => ReturnType;
3307
3307
  };
3308
3308
  }
3309
3309
  }
package/dist/ai.js CHANGED
@@ -1,6 +1,6 @@
1
- import { l as t, k as e, F as r, a as o, C as i, b as n, m as F, n as u, d as A, I as c, g as C, c as m, h, e as l, u as d, j as I, i as f, f as T } from "./F0AiChat-BA3SVQ8J.js";
1
+ import { l as t, k as e, F as r, a as o, C as i, b as n, m as F, n as u, d as A, I as c, g as C, c as m, h, e as l, u as d, j as I, i as f, f as T } from "./F0AiChat-CuAyl4Bo.js";
2
2
  import { defaultTranslations as S } from "./i18n-provider-defaults.js";
3
- import { A as v, e as x, F as P, c as V, d as k, b as O, a as b, f as y, o as M, u as j } from "./types-DpsiMzdF.js";
3
+ import { A as v, e as x, F as P, c as V, d as k, b as O, a as b, f as y, o as M, u as j } from "./types-TWXJ7fOI.js";
4
4
  export {
5
5
  v as AiChatTranslationsProvider,
6
6
  t as ChatSpinner,
@@ -8062,10 +8062,8 @@ declare module "@tiptap/core" {
8062
8062
 
8063
8063
  declare module "@tiptap/core" {
8064
8064
  interface Commands<ReturnType> {
8065
- videoEmbed: {
8066
- setVideoEmbed: (options: {
8067
- src: string;
8068
- }) => ReturnType;
8065
+ transcript: {
8066
+ insertTranscript: (data: TranscriptData) => ReturnType;
8069
8067
  };
8070
8068
  }
8071
8069
  }
@@ -8073,8 +8071,10 @@ declare module "@tiptap/core" {
8073
8071
 
8074
8072
  declare module "@tiptap/core" {
8075
8073
  interface Commands<ReturnType> {
8076
- transcript: {
8077
- insertTranscript: (data: TranscriptData) => ReturnType;
8074
+ videoEmbed: {
8075
+ setVideoEmbed: (options: {
8076
+ src: string;
8077
+ }) => ReturnType;
8078
8078
  };
8079
8079
  }
8080
8080
  }