@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.
@@ -1,5 +1,5 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { D as l, P as d, e as s } from "./pdfWorker-DGnb8wYm.js";
2
+ import { D as l, P as d, e as s } from "./pdfWorker-BRFX1gbJ.js";
3
3
  s();
4
4
  const f = ({
5
5
  url: n,
@@ -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-BjppyLWI.js";
4
+ import { n as g, a as h, f as v, T as r, d as F } from "./index-BfXb0pT1.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-D5RFd-m2.js";
5
+ import { u as x, D as y } from "./DocumentToolbar-BP2OdGIL.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-D5RFd-m2.js";
5
+ import { u as _, D as j } from "./DocumentToolbar-BP2OdGIL.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-D5RFd-m2.js";
4
+ import { u as y, D as g } from "./DocumentToolbar-BP2OdGIL.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
@@ -5219,9 +5219,11 @@ declare namespace Calendar {
5219
5219
 
5220
5220
  declare module "@tiptap/core" {
5221
5221
  interface Commands<ReturnType> {
5222
- aiBlock: {
5223
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
5224
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
5222
+ enhanceHighlight: {
5223
+ setEnhanceHighlight: (from: number, to: number, options?: {
5224
+ placeholder?: string;
5225
+ }) => ReturnType;
5226
+ clearEnhanceHighlight: () => ReturnType;
5225
5227
  };
5226
5228
  }
5227
5229
  }
@@ -5229,11 +5231,9 @@ declare module "@tiptap/core" {
5229
5231
 
5230
5232
  declare module "@tiptap/core" {
5231
5233
  interface Commands<ReturnType> {
5232
- enhanceHighlight: {
5233
- setEnhanceHighlight: (from: number, to: number, options?: {
5234
- placeholder?: string;
5235
- }) => ReturnType;
5236
- clearEnhanceHighlight: () => ReturnType;
5234
+ aiBlock: {
5235
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
5236
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
5237
5237
  };
5238
5238
  }
5239
5239
  }
@@ -283,9 +283,11 @@ declare namespace Calendar {
283
283
 
284
284
  declare module "@tiptap/core" {
285
285
  interface Commands<ReturnType> {
286
- aiBlock: {
287
- insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
288
- executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
286
+ enhanceHighlight: {
287
+ setEnhanceHighlight: (from: number, to: number, options?: {
288
+ placeholder?: string;
289
+ }) => ReturnType;
290
+ clearEnhanceHighlight: () => ReturnType;
289
291
  };
290
292
  }
291
293
  }
@@ -293,11 +295,9 @@ declare module "@tiptap/core" {
293
295
 
294
296
  declare module "@tiptap/core" {
295
297
  interface Commands<ReturnType> {
296
- enhanceHighlight: {
297
- setEnhanceHighlight: (from: number, to: number, options?: {
298
- placeholder?: string;
299
- }) => ReturnType;
300
- clearEnhanceHighlight: () => ReturnType;
298
+ aiBlock: {
299
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
300
+ executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
301
301
  };
302
302
  }
303
303
  }