@factorialco/f0-react 4.61.1 → 4.62.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/{ChatPdfThumbnail-BvqoVZ2X.js → ChatPdfThumbnail-CbjsTpR4.js} +1 -1
- package/dist/{DocumentToolbar-o3LpYNlt.js → DocumentToolbar-DT0gyO1A.js} +1 -1
- package/dist/{DocxViewer-C2NRSKDS.js → DocxViewer-mC0BJR8R.js} +1 -1
- package/dist/{SheetViewer-wQApTl1z.js → SheetViewer-Bt7PwvEj.js} +1 -1
- package/dist/{TextViewer-D7UtF0eS.js → TextViewer-CMeFlTaI.js} +1 -1
- package/dist/ai.d.ts +7 -7
- package/dist/component-status.d.ts +7 -7
- package/dist/component-status.js +1 -1
- package/dist/experimental.d.ts +14 -7
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +14 -7
- package/dist/f0.js +4 -4
- package/dist/i18n-provider-defaults.d.ts +7 -7
- package/dist/{index-BN83B1xz.js → index-BLYqC62j.js} +2 -2
- package/dist/{index-4f0dxc1K.js → index-y-Yg5X2z.js} +4011 -4007
- package/dist/{pdfWorker-DXwMD3Dk.js → pdfWorker-Cv5d3RGQ.js} +1 -1
- package/package.json +1 -1
|
@@ -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-DZnIZ1lj.js";
|
|
4
|
-
import { n as g, a as h, f as v, T as r, d as F } from "./index-
|
|
4
|
+
import { n as g, a as h, f as v, T as r, d as F } from "./index-BLYqC62j.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-DZnIZ1lj.js";
|
|
5
|
-
import { u as x, D as y } from "./DocumentToolbar-
|
|
5
|
+
import { u as x, D as y } from "./DocumentToolbar-DT0gyO1A.js";
|
|
6
6
|
const V = ({
|
|
7
7
|
url: o,
|
|
8
8
|
filename: d,
|
|
@@ -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-DZnIZ1lj.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-DT0gyO1A.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-DZnIZ1lj.js";
|
|
4
|
-
import { u as y, D as g } from "./DocumentToolbar-
|
|
4
|
+
import { u as y, D as g } from "./DocumentToolbar-DT0gyO1A.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
|
@@ -5229,8 +5229,11 @@ declare module "@tiptap/core" {
|
|
|
5229
5229
|
|
|
5230
5230
|
declare module "@tiptap/core" {
|
|
5231
5231
|
interface Commands<ReturnType> {
|
|
5232
|
-
|
|
5233
|
-
|
|
5232
|
+
enhanceHighlight: {
|
|
5233
|
+
setEnhanceHighlight: (from: number, to: number, options?: {
|
|
5234
|
+
placeholder?: string;
|
|
5235
|
+
}) => ReturnType;
|
|
5236
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
5234
5237
|
};
|
|
5235
5238
|
}
|
|
5236
5239
|
}
|
|
@@ -5238,11 +5241,8 @@ declare module "@tiptap/core" {
|
|
|
5238
5241
|
|
|
5239
5242
|
declare module "@tiptap/core" {
|
|
5240
5243
|
interface Commands<ReturnType> {
|
|
5241
|
-
|
|
5242
|
-
|
|
5243
|
-
placeholder?: string;
|
|
5244
|
-
}) => ReturnType;
|
|
5245
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
5244
|
+
moodTracker: {
|
|
5245
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
5246
5246
|
};
|
|
5247
5247
|
}
|
|
5248
5248
|
}
|
|
@@ -293,8 +293,11 @@ declare module "@tiptap/core" {
|
|
|
293
293
|
|
|
294
294
|
declare module "@tiptap/core" {
|
|
295
295
|
interface Commands<ReturnType> {
|
|
296
|
-
|
|
297
|
-
|
|
296
|
+
enhanceHighlight: {
|
|
297
|
+
setEnhanceHighlight: (from: number, to: number, options?: {
|
|
298
|
+
placeholder?: string;
|
|
299
|
+
}) => ReturnType;
|
|
300
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
298
301
|
};
|
|
299
302
|
}
|
|
300
303
|
}
|
|
@@ -302,11 +305,8 @@ declare module "@tiptap/core" {
|
|
|
302
305
|
|
|
303
306
|
declare module "@tiptap/core" {
|
|
304
307
|
interface Commands<ReturnType> {
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
placeholder?: string;
|
|
308
|
-
}) => ReturnType;
|
|
309
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
308
|
+
moodTracker: {
|
|
309
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
310
310
|
};
|
|
311
311
|
}
|
|
312
312
|
}
|