@factorialco/f0-react 4.51.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: {
@@ -5185,6 +5191,16 @@ declare module "@tiptap/core" {
5185
5191
  }
5186
5192
 
5187
5193
 
5194
+ declare module "@tiptap/core" {
5195
+ interface Commands<ReturnType> {
5196
+ aiBlock: {
5197
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
5198
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
5199
+ };
5200
+ }
5201
+ }
5202
+
5203
+
5188
5204
  declare module "@tiptap/core" {
5189
5205
  interface Commands<ReturnType> {
5190
5206
  transcript: {
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: {
@@ -288,6 +278,16 @@ declare module "@tiptap/core" {
288
278
  }
289
279
 
290
280
 
281
+ declare module "@tiptap/core" {
282
+ interface Commands<ReturnType> {
283
+ aiBlock: {
284
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
285
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
286
+ };
287
+ }
288
+ }
289
+
290
+
291
291
  declare module "@tiptap/core" {
292
292
  interface Commands<ReturnType> {
293
293
  transcript: {