@factorialco/f0-react 4.66.1 → 4.67.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-B6cpkK2V.js → ChatPdfThumbnail-DdGaoAhx.js} +1 -1
- package/dist/{DocumentToolbar-J2Zl9PTQ.js → DocumentToolbar-BTKvzHAu.js} +2 -2
- package/dist/{DocxViewer-ZjEOEeLk.js → DocxViewer-C8TSH4uj.js} +2 -2
- package/dist/{F0AiProcessingOverlay-Dcn_VJmt.js → F0AiProcessingOverlay-D4uoUT5u.js} +2 -2
- package/dist/{F0CanvasPanel-CAZj0Nd9.js → F0CanvasPanel-DxDzkDr0.js} +941 -944
- package/dist/{SheetViewer-SePU9bzg.js → SheetViewer-L64AYlhM.js} +2 -2
- package/dist/{TextViewer-SO73ZG9p.js → TextViewer-DdteOLrX.js} +2 -2
- package/dist/ai.js +2 -2
- package/dist/component-status.js +6 -6
- package/dist/experimental.d.ts +81 -33
- package/dist/experimental.js +2960 -2826
- package/dist/f0.d.ts +12 -1
- package/dist/f0.js +8266 -8251
- package/dist/{index-CxZ5GasS.js → index-BvfA8BM8.js} +7154 -7105
- package/dist/{index-DmJkoCbT.js → index-CnX1kb-7.js} +4 -4
- package/dist/{pdfWorker-CsKNA8cW.js → pdfWorker-JxQes0dQ.js} +3 -3
- package/dist/styles.css +1 -1
- package/dist/{tooltip-DTpaXpXW.js → tooltip-Cik7KBQT.js} +2 -2
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
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-DxDzkDr0.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-JxQes0dQ.js";
|
|
5
5
|
import { F as We } from "./Printer-B7iDPx2r.js";
|
|
6
|
-
import { d as ae } from "./tooltip-
|
|
6
|
+
import { d as ae } from "./tooltip-Cik7KBQT.js";
|
|
7
7
|
import './index.css';const Oe = ({
|
|
8
8
|
label: o,
|
|
9
9
|
width: a,
|
|
@@ -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-L64AYlhM.js")), Ge = J(() => import("./DocxViewer-C8TSH4uj.js")), Ze = J(() => import("./TextViewer-DdteOLrX.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 });
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { createContext, useReducer, forwardRef, useRef, useImperativeHandle, useEffect, useCallback, useMemo, useContext, useLayoutEffect } from "react";
|
|
3
|
-
import { e as clsx } from "./tooltip-
|
|
4
|
-
import { t as invariant } from "./F0CanvasPanel-
|
|
5
|
-
import { d as dequal } from "./index-
|
|
3
|
+
import { e as clsx } from "./tooltip-Cik7KBQT.js";
|
|
4
|
+
import { t as invariant } from "./F0CanvasPanel-DxDzkDr0.js";
|
|
5
|
+
import { d as dequal } from "./index-BvfA8BM8.js";
|
|
6
6
|
import { a as getAugmentedNamespace, g as getDefaultExportFromCjs } from "./_commonjsHelpers-ByX85dGu.js";
|
|
7
7
|
import { c as commonjsRequire } from "./_commonjs-dynamic-modules-BpilXLfW.js";
|
|
8
8
|
import './pdfWorker.css';var pdf$1 = { exports: {} };
|