@factorialco/f0-react 4.47.2 → 4.49.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.
- package/dist/{ChatDocxThumbnail-Dv_RJfHi.js → ChatDocxThumbnail-0UzuQ7VD.js} +1 -1
- package/dist/{ChatPdfThumbnail-Cz-NbQ1w.js → ChatPdfThumbnail-950d7Iex.js} +1 -1
- package/dist/{DocumentToolbar-Ct_Et9Ep.js → DocumentToolbar-BsYEN9Hc.js} +2 -2
- package/dist/{DocxViewer-FDYl7a9o.js → DocxViewer-Cq9oG9UA.js} +3 -3
- package/dist/{F0AiProcessingOverlay-B32hzXK2.js → F0AiProcessingOverlay-s63zo8tZ.js} +1 -1
- package/dist/{F0CanvasPanel-CUlu2cJa.js → F0CanvasPanel-DrV1MNII.js} +16705 -16686
- package/dist/{LocationMap-D5rQKDbn.js → LocationMap-FSCZLFpn.js} +1 -1
- package/dist/{SheetViewer-CcUI_Cm_.js → SheetViewer-Cu2W94YV.js} +2 -2
- package/dist/{TextViewer-DOYwJUHI.js → TextViewer-BWLjSEeq.js} +2 -2
- package/dist/ai.d.ts +6 -6
- package/dist/ai.js +2 -2
- package/dist/component-status.d.ts +6 -6
- package/dist/component-status.js +1 -1
- package/dist/{docx-preview-BjeY0ez5.js → docx-preview-BVnwcaR_.js} +1 -1
- package/dist/experimental.d.ts +38 -8
- package/dist/experimental.js +677 -674
- package/dist/f0.d.ts +15 -8
- package/dist/f0.js +8 -8
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/dist/{index-8Z3dRSwW.js → index-CDKvU3T5.js} +15056 -14947
- package/dist/{index-CAXEmnmo.js → index-CMLPPa_1.js} +3 -3
- package/dist/{pdfWorker-B1n2TrgP.js → pdfWorker-XmSJhi79.js} +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/tailwind.config.ts +6 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as O_ } from "react/jsx-runtime";
|
|
2
|
-
import { n as V_ } from "./F0CanvasPanel-
|
|
2
|
+
import { n as V_ } from "./F0CanvasPanel-DrV1MNII.js";
|
|
3
3
|
import { useRef as Ru, useEffect as yd, useState as j_ } from "react";
|
|
4
4
|
import './LocationMap.css';var Lu = { exports: {} };
|
|
5
5
|
var N_ = Lu.exports, Uf;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
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
|
-
import { u as v, T as S, h as V, S as R } from "./F0CanvasPanel-
|
|
3
|
+
import { u as v, T as S, h as V, S as R } from "./F0CanvasPanel-DrV1MNII.js";
|
|
4
4
|
import { f as z, c as E } from "./sheetPreview-5qeAOp0W.js";
|
|
5
|
-
import { u as _, D as j } from "./DocumentToolbar-
|
|
5
|
+
import { u as _, D as j } from "./DocumentToolbar-BsYEN9Hc.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
|
-
import { u as x, S as p, p as w } from "./F0CanvasPanel-
|
|
4
|
-
import { u as y, D as g } from "./DocumentToolbar-
|
|
3
|
+
import { u as x, S as p, p as w } from "./F0CanvasPanel-DrV1MNII.js";
|
|
4
|
+
import { u as y, D as g } from "./DocumentToolbar-BsYEN9Hc.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
|
@@ -5187,10 +5187,8 @@ declare module "@tiptap/core" {
|
|
|
5187
5187
|
|
|
5188
5188
|
declare module "@tiptap/core" {
|
|
5189
5189
|
interface Commands<ReturnType> {
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
src: string;
|
|
5193
|
-
}) => ReturnType;
|
|
5190
|
+
transcript: {
|
|
5191
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
5194
5192
|
};
|
|
5195
5193
|
}
|
|
5196
5194
|
}
|
|
@@ -5198,8 +5196,10 @@ declare module "@tiptap/core" {
|
|
|
5198
5196
|
|
|
5199
5197
|
declare module "@tiptap/core" {
|
|
5200
5198
|
interface Commands<ReturnType> {
|
|
5201
|
-
|
|
5202
|
-
|
|
5199
|
+
videoEmbed: {
|
|
5200
|
+
setVideoEmbed: (options: {
|
|
5201
|
+
src: string;
|
|
5202
|
+
}) => ReturnType;
|
|
5203
5203
|
};
|
|
5204
5204
|
}
|
|
5205
5205
|
}
|
package/dist/ai.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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-
|
|
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-DrV1MNII.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-
|
|
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-s63zo8tZ.js";
|
|
4
4
|
export {
|
|
5
5
|
P as AiChatTranslationsProvider,
|
|
6
6
|
e as ChatSpinner,
|
|
@@ -290,10 +290,8 @@ declare module "@tiptap/core" {
|
|
|
290
290
|
|
|
291
291
|
declare module "@tiptap/core" {
|
|
292
292
|
interface Commands<ReturnType> {
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
src: string;
|
|
296
|
-
}) => ReturnType;
|
|
293
|
+
transcript: {
|
|
294
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
297
295
|
};
|
|
298
296
|
}
|
|
299
297
|
}
|
|
@@ -301,8 +299,10 @@ declare module "@tiptap/core" {
|
|
|
301
299
|
|
|
302
300
|
declare module "@tiptap/core" {
|
|
303
301
|
interface Commands<ReturnType> {
|
|
304
|
-
|
|
305
|
-
|
|
302
|
+
videoEmbed: {
|
|
303
|
+
setVideoEmbed: (options: {
|
|
304
|
+
src: string;
|
|
305
|
+
}) => ReturnType;
|
|
306
306
|
};
|
|
307
307
|
}
|
|
308
308
|
}
|