@factorialco/f0-react 4.50.0 → 4.52.0

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
@@ -2745,6 +2745,22 @@ export declare const defaultTranslations: {
2745
2745
  readonly other: "Showing the first {{count}} rows";
2746
2746
  };
2747
2747
  };
2748
+ readonly videoPlayer: {
2749
+ readonly regionLabel: "Video player";
2750
+ readonly play: "Play";
2751
+ readonly pause: "Pause";
2752
+ readonly playing: "Playing";
2753
+ readonly paused: "Paused";
2754
+ readonly mute: "Mute";
2755
+ readonly unmute: "Unmute";
2756
+ readonly volume: "Volume";
2757
+ readonly seekLabel: "Seek";
2758
+ readonly enterFullscreen: "Enter fullscreen";
2759
+ readonly exitFullscreen: "Exit fullscreen";
2760
+ readonly playbackSpeed: "Playback speed ({{rate}})";
2761
+ readonly playbackSpeedLabel: "Playback speed";
2762
+ readonly timeProgress: "{{current}} of {{total}}";
2763
+ };
2748
2764
  };
2749
2765
 
2750
2766
  declare type DetailsItemContent = (ComponentProps<typeof DataList.Item> & {
@@ -5154,16 +5170,6 @@ declare namespace Calendar {
5154
5170
  }
5155
5171
 
5156
5172
 
5157
- declare module "@tiptap/core" {
5158
- interface Commands<ReturnType> {
5159
- aiBlock: {
5160
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
5161
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
5162
- };
5163
- }
5164
- }
5165
-
5166
-
5167
5173
  declare module "@tiptap/core" {
5168
5174
  interface Commands<ReturnType> {
5169
5175
  enhanceHighlight: {
@@ -5187,10 +5193,9 @@ declare module "@tiptap/core" {
5187
5193
 
5188
5194
  declare module "@tiptap/core" {
5189
5195
  interface Commands<ReturnType> {
5190
- videoEmbed: {
5191
- setVideoEmbed: (options: {
5192
- src: string;
5193
- }) => ReturnType;
5196
+ aiBlock: {
5197
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
5198
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
5194
5199
  };
5195
5200
  }
5196
5201
  }
@@ -5205,6 +5210,17 @@ declare module "@tiptap/core" {
5205
5210
  }
5206
5211
 
5207
5212
 
5213
+ declare module "@tiptap/core" {
5214
+ interface Commands<ReturnType> {
5215
+ videoEmbed: {
5216
+ setVideoEmbed: (options: {
5217
+ src: string;
5218
+ }) => ReturnType;
5219
+ };
5220
+ }
5221
+ }
5222
+
5223
+
5208
5224
  declare namespace F0GraphNodeWrapperInner {
5209
5225
  var displayName: string;
5210
5226
  }
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-DkQ4xhBx.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-BUB4HW4a.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-DEjwsdqP.js";
4
4
  export {
5
5
  P as AiChatTranslationsProvider,
6
6
  e as ChatSpinner,
@@ -257,16 +257,6 @@ declare namespace Calendar {
257
257
  }
258
258
 
259
259
 
260
- declare module "@tiptap/core" {
261
- interface Commands<ReturnType> {
262
- aiBlock: {
263
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
264
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
265
- };
266
- }
267
- }
268
-
269
-
270
260
  declare module "@tiptap/core" {
271
261
  interface Commands<ReturnType> {
272
262
  enhanceHighlight: {
@@ -290,10 +280,9 @@ declare module "@tiptap/core" {
290
280
 
291
281
  declare module "@tiptap/core" {
292
282
  interface Commands<ReturnType> {
293
- videoEmbed: {
294
- setVideoEmbed: (options: {
295
- src: string;
296
- }) => ReturnType;
283
+ aiBlock: {
284
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
285
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
297
286
  };
298
287
  }
299
288
  }
@@ -308,6 +297,17 @@ declare module "@tiptap/core" {
308
297
  }
309
298
 
310
299
 
300
+ declare module "@tiptap/core" {
301
+ interface Commands<ReturnType> {
302
+ videoEmbed: {
303
+ setVideoEmbed: (options: {
304
+ src: string;
305
+ }) => ReturnType;
306
+ };
307
+ }
308
+ }
309
+
310
+
311
311
  declare namespace F0GraphNodeWrapperInner {
312
312
  var displayName: string;
313
313
  }