@factorialco/f0-react 6.37.2 → 6.38.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.
@@ -1,5 +1,5 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { D as l, P as d, e as s } from "./pdfWorker-CMsIpYiA.js";
2
+ import { D as l, P as d, e as s } from "./pdfWorker-Bb9OLhh-.js";
3
3
  s();
4
4
  const f = ({
5
5
  url: n,
@@ -81781,17 +81781,17 @@ export {
81781
81781
  gW as D,
81782
81782
  z0e as E,
81783
81783
  O3e as F,
81784
- xV as G,
81785
- zW as H,
81786
- $W as I,
81787
- BCe as J,
81788
- x5e as K,
81784
+ zW as G,
81785
+ $W as H,
81786
+ BCe as I,
81787
+ x5e as J,
81788
+ Ck as K,
81789
81789
  WK as L,
81790
81790
  OH as M,
81791
- Ck as N,
81791
+ _k as N,
81792
81792
  gQ as O,
81793
81793
  QCe as P,
81794
- _k as Q,
81794
+ IH as Q,
81795
81795
  zH as R,
81796
81796
  QT as S,
81797
81797
  JCe as T,
@@ -81926,11 +81926,11 @@ export {
81926
81926
  CK as q,
81927
81927
  Wo as r,
81928
81928
  FCe as s,
81929
- IH as t,
81929
+ qD as t,
81930
81930
  PH as u,
81931
- qD as v,
81932
- KW as w,
81933
- Rs as x,
81934
- vV as y,
81935
- j_ as z
81931
+ KW as v,
81932
+ Rs as w,
81933
+ vV as x,
81934
+ j_ as y,
81935
+ xV as z
81936
81936
  };
@@ -1,7 +1,7 @@
1
1
  import { jsxs as i, jsx as l } from "react/jsx-runtime";
2
2
  import { useState as u, useCallback as m, useMemo as p } from "react";
3
3
  import { u as x, i as w, j as k, k as S, l as C } from "./F0CanvasPanel-x0HG1lL2.js";
4
- import { n as g, a as h, f as v, T as r, d as F } from "./index-B2h4ZwMg.js";
4
+ import { n as g, a as h, f as v, T as r, d as F } from "./index-B9tGQBrU.js";
5
5
  const D = () => {
6
6
  const [t, a] = u(1), n = m(
7
7
  () => a((e) => g(e) ?? e),
@@ -2,7 +2,7 @@ import { jsxs as c, jsx as t } from "react/jsx-runtime";
2
2
  import { useRef as g, useState as h, useEffect as b } from "react";
3
3
  import { r as p } from "./docx-preview-BaRDMyPN.js";
4
4
  import { u as v, S as w } from "./F0CanvasPanel-x0HG1lL2.js";
5
- import { u as x, D as y } from "./DocumentToolbar-JrXXDWlg.js";
5
+ import { u as x, D as y } from "./DocumentToolbar-C73oFj5j.js";
6
6
  const V = ({
7
7
  url: o,
8
8
  filename: d,
@@ -1,5 +1,5 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
- import { m } from "./experimental-D_2ntw23.js";
2
+ import { m } from "./experimental-AwqVvQnQ.js";
3
3
  import { useRef as l, useEffect as i, useState as b } from "react";
4
4
  const k = "https://tiles.openfreemap.org/styles/positron", y = "https://tiles.openfreemap.org/styles/dark", R = 15, d = (n) => {
5
5
  const [c, s] = b(!1);
@@ -2,7 +2,7 @@ import { jsxs as a, jsx as r, Fragment as N } from "react/jsx-runtime";
2
2
  import { useState as i, useEffect as k } from "react";
3
3
  import { u as v, T as S, h as V, S as R } from "./F0CanvasPanel-x0HG1lL2.js";
4
4
  import { f as z, c as E } from "./sheetPreview-5qeAOp0W.js";
5
- import { u as _, D as j } from "./DocumentToolbar-JrXXDWlg.js";
5
+ import { u as _, D as j } from "./DocumentToolbar-C73oFj5j.js";
6
6
  const g = 1e3, F = 100, G = ({
7
7
  url: n,
8
8
  filename: y,
@@ -1,7 +1,7 @@
1
1
  import { jsxs as b, jsx as e } from "react/jsx-runtime";
2
2
  import { useState as _, useEffect as h } from "react";
3
3
  import { u as x, S as p, p as w } from "./F0CanvasPanel-x0HG1lL2.js";
4
- import { u as y, D as g } from "./DocumentToolbar-JrXXDWlg.js";
4
+ import { u as y, D as g } from "./DocumentToolbar-C73oFj5j.js";
5
5
  const k = 2 * 1024 * 1024, v = [
6
6
  "[&_h1]:mb-3 [&_h1]:mt-6 [&_h1]:text-2xl [&_h1]:font-semibold",
7
7
  "[&_h2]:mb-2 [&_h2]:mt-5 [&_h2]:text-xl [&_h2]:font-semibold",
package/dist/ai.d.ts CHANGED
@@ -5740,8 +5740,10 @@ declare module "@tiptap/core" {
5740
5740
 
5741
5741
  declare module "@tiptap/core" {
5742
5742
  interface Commands<ReturnType> {
5743
- transcript: {
5744
- insertTranscript: (data: TranscriptData) => ReturnType;
5743
+ videoEmbed: {
5744
+ setVideoEmbed: (options: {
5745
+ src: string;
5746
+ }) => ReturnType;
5745
5747
  };
5746
5748
  }
5747
5749
  }
@@ -5749,10 +5751,8 @@ declare module "@tiptap/core" {
5749
5751
 
5750
5752
  declare module "@tiptap/core" {
5751
5753
  interface Commands<ReturnType> {
5752
- videoEmbed: {
5753
- setVideoEmbed: (options: {
5754
- src: string;
5755
- }) => ReturnType;
5754
+ transcript: {
5755
+ insertTranscript: (data: TranscriptData) => ReturnType;
5756
5756
  };
5757
5757
  }
5758
5758
  }
@@ -348,8 +348,10 @@ declare module "@tiptap/core" {
348
348
 
349
349
  declare module "@tiptap/core" {
350
350
  interface Commands<ReturnType> {
351
- transcript: {
352
- insertTranscript: (data: TranscriptData) => ReturnType;
351
+ videoEmbed: {
352
+ setVideoEmbed: (options: {
353
+ src: string;
354
+ }) => ReturnType;
353
355
  };
354
356
  }
355
357
  }
@@ -357,10 +359,8 @@ declare module "@tiptap/core" {
357
359
 
358
360
  declare module "@tiptap/core" {
359
361
  interface Commands<ReturnType> {
360
- videoEmbed: {
361
- setVideoEmbed: (options: {
362
- src: string;
363
- }) => ReturnType;
362
+ transcript: {
363
+ insertTranscript: (data: TranscriptData) => ReturnType;
364
364
  };
365
365
  }
366
366
  }