@factorialco/f0-react 4.60.0 → 4.61.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.
@@ -1059,9 +1059,11 @@ declare namespace Calendar {
1059
1059
 
1060
1060
  declare module "@tiptap/core" {
1061
1061
  interface Commands<ReturnType> {
1062
- aiBlock: {
1063
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
1064
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
1062
+ enhanceHighlight: {
1063
+ setEnhanceHighlight: (from: number, to: number, options?: {
1064
+ placeholder?: string;
1065
+ }) => ReturnType;
1066
+ clearEnhanceHighlight: () => ReturnType;
1065
1067
  };
1066
1068
  }
1067
1069
  }
@@ -1069,11 +1071,9 @@ declare module "@tiptap/core" {
1069
1071
 
1070
1072
  declare module "@tiptap/core" {
1071
1073
  interface Commands<ReturnType> {
1072
- enhanceHighlight: {
1073
- setEnhanceHighlight: (from: number, to: number, options?: {
1074
- placeholder?: string;
1075
- }) => ReturnType;
1076
- clearEnhanceHighlight: () => ReturnType;
1074
+ aiBlock: {
1075
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
1076
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
1077
1077
  };
1078
1078
  }
1079
1079
  }
@@ -1,7 +1,7 @@
1
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-DZnIZ1lj.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-DGnb8wYm.js";
4
+ import { e as Ee, D as Ue, P as je, c as De } from "./pdfWorker-BRFX1gbJ.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-JzdSM-Xt.js")), Ge = J(() => import("./DocxViewer-YbJWweNA.js")), Ze = J(() => import("./TextViewer-GEPi8xxX.js")), oe = 48, se = ne(
225
+ const qe = J(() => import("./SheetViewer-B3QtS9JS.js")), Ge = J(() => import("./DocxViewer-vVS2WHK4.js")), Ze = J(() => import("./TextViewer-CWjZ3iBC.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 });