@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.
@@ -1069,11 +1069,8 @@ declare module "@tiptap/core" {
1069
1069
 
1070
1070
  declare module "@tiptap/core" {
1071
1071
  interface Commands<ReturnType> {
1072
- enhanceHighlight: {
1073
- setEnhanceHighlight: (from: number, to: number, options?: {
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
- moodTracker: {
1085
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
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-DZnIZ1lj.js";
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-Cv5d3RGQ.js";
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-Bt7PwvEj.js")), Ge = J(() => import("./DocxViewer-mC0BJR8R.js")), Ze = J(() => import("./TextViewer-CMeFlTaI.js")), oe = 48, se = ne(
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 });