@factorialco/f0-react 4.62.0 → 4.63.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-CbjsTpR4.js → ChatPdfThumbnail-rAUdvyki.js} +1 -1
- package/dist/{DocumentToolbar-DT0gyO1A.js → DocumentToolbar-CkInIs2h.js} +2 -2
- package/dist/{DocxViewer-mC0BJR8R.js → DocxViewer-CrPb3mJK.js} +2 -2
- package/dist/{F0AiProcessingOverlay-DWjggPHl.js → F0AiProcessingOverlay-DuGNNOQy.js} +1 -1
- package/dist/{F0CanvasPanel-DZnIZ1lj.js → F0CanvasPanel-lgOVy7az.js} +22024 -21743
- package/dist/{SheetViewer-Bt7PwvEj.js → SheetViewer-DGlcSUU2.js} +2 -2
- package/dist/{TextViewer-CMeFlTaI.js → TextViewer-BQ26KsKG.js} +2 -2
- package/dist/ai.d.ts +7 -7
- package/dist/ai.js +2 -2
- package/dist/component-status.d.ts +7 -7
- package/dist/component-status.js +1 -1
- package/dist/experimental.d.ts +7 -7
- package/dist/experimental.js +6 -6
- package/dist/f0.d.ts +7 -7
- package/dist/f0.js +13738 -14006
- package/dist/i18n-provider-defaults.d.ts +7 -7
- package/dist/{index-BLYqC62j.js → index-BcCAxp-i.js} +3 -3
- package/dist/{index-y-Yg5X2z.js → index-WdW9rNgJ.js} +6689 -6659
- package/dist/{pdfWorker-Cv5d3RGQ.js → pdfWorker-C4Co5wHl.js} +2 -2
- package/package.json +1 -1
|
@@ -1069,11 +1069,8 @@ declare module "@tiptap/core" {
|
|
|
1069
1069
|
|
|
1070
1070
|
declare module "@tiptap/core" {
|
|
1071
1071
|
interface Commands<ReturnType> {
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
placeholder?: string;
|
|
1075
|
-
}) => ReturnType;
|
|
1076
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
1072
|
+
moodTracker: {
|
|
1073
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
1077
1074
|
};
|
|
1078
1075
|
}
|
|
1079
1076
|
}
|
|
@@ -1081,8 +1078,11 @@ declare module "@tiptap/core" {
|
|
|
1081
1078
|
|
|
1082
1079
|
declare module "@tiptap/core" {
|
|
1083
1080
|
interface Commands<ReturnType> {
|
|
1084
|
-
|
|
1085
|
-
|
|
1081
|
+
enhanceHighlight: {
|
|
1082
|
+
setEnhanceHighlight: (from: number, to: number, options?: {
|
|
1083
|
+
placeholder?: string;
|
|
1084
|
+
}) => ReturnType;
|
|
1085
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
1086
1086
|
};
|
|
1087
1087
|
}
|
|
1088
1088
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { S as L, m as ye, u as Z, n as Se, o as Re, i as ke, j as _e, k as Ne, q as Ce, l as Le, w as Fe, r as Ve, s as Te } from "./F0CanvasPanel-
|
|
1
|
+
import { S as L, m as ye, u as Z, n as Se, o as Re, i as ke, j as _e, k as Ne, q as Ce, l as Le, w as Fe, r as Ve, s as Te } from "./F0CanvasPanel-lgOVy7az.js";
|
|
2
2
|
import { jsx as t, jsxs as y } from "react/jsx-runtime";
|
|
3
3
|
import { lazy as J, forwardRef as ne, Suspense as He, useState as V, useRef as A, useMemo as te, useCallback as w, useEffect as T } from "react";
|
|
4
|
-
import { e as Ee, D as Ue, P as je, c as De } from "./pdfWorker-
|
|
4
|
+
import { e as Ee, D as Ue, P as je, c as De } from "./pdfWorker-C4Co5wHl.js";
|
|
5
5
|
import { F as We } from "./Printer-B7iDPx2r.js";
|
|
6
6
|
import { d as ae } from "./tooltip-BH6Se8A4.js";
|
|
7
7
|
import './index.css';const Oe = ({
|
|
@@ -222,7 +222,7 @@ import './index.css';const Oe = ({
|
|
|
222
222
|
}), i;
|
|
223
223
|
};
|
|
224
224
|
Ee();
|
|
225
|
-
const qe = J(() => import("./SheetViewer-
|
|
225
|
+
const qe = J(() => import("./SheetViewer-DGlcSUU2.js")), Ge = J(() => import("./DocxViewer-CrPb3mJK.js")), Ze = J(() => import("./TextViewer-BQ26KsKG.js")), oe = 48, se = ne(
|
|
226
226
|
(o, a) => {
|
|
227
227
|
const { kind: e = "pdf", mimeType: i, ...l } = o;
|
|
228
228
|
if (e === "pdf") return /* @__PURE__ */ t(le, { ref: a, ...l });
|