@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.
@@ -1,8 +1,8 @@
1
1
  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
- import { u as v, T as S, h as V, S as R } from "./F0CanvasPanel-DZnIZ1lj.js";
3
+ import { u as v, T as S, h as V, S as R } from "./F0CanvasPanel-lgOVy7az.js";
4
4
  import { f as z, c as E } from "./sheetPreview-5qeAOp0W.js";
5
- import { u as _, D as j } from "./DocumentToolbar-DT0gyO1A.js";
5
+ import { u as _, D as j } from "./DocumentToolbar-CkInIs2h.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
- import { u as x, S as p, p as w } from "./F0CanvasPanel-DZnIZ1lj.js";
4
- import { u as y, D as g } from "./DocumentToolbar-DT0gyO1A.js";
3
+ import { u as x, S as p, p as w } from "./F0CanvasPanel-lgOVy7az.js";
4
+ import { u as y, D as g } from "./DocumentToolbar-CkInIs2h.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
@@ -5229,11 +5229,8 @@ declare module "@tiptap/core" {
5229
5229
 
5230
5230
  declare module "@tiptap/core" {
5231
5231
  interface Commands<ReturnType> {
5232
- enhanceHighlight: {
5233
- setEnhanceHighlight: (from: number, to: number, options?: {
5234
- placeholder?: string;
5235
- }) => ReturnType;
5236
- clearEnhanceHighlight: () => ReturnType;
5232
+ moodTracker: {
5233
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
5237
5234
  };
5238
5235
  }
5239
5236
  }
@@ -5241,8 +5238,11 @@ declare module "@tiptap/core" {
5241
5238
 
5242
5239
  declare module "@tiptap/core" {
5243
5240
  interface Commands<ReturnType> {
5244
- moodTracker: {
5245
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
5241
+ enhanceHighlight: {
5242
+ setEnhanceHighlight: (from: number, to: number, options?: {
5243
+ placeholder?: string;
5244
+ }) => ReturnType;
5245
+ clearEnhanceHighlight: () => ReturnType;
5246
5246
  };
5247
5247
  }
5248
5248
  }
package/dist/ai.js CHANGED
@@ -1,6 +1,6 @@
1
- import { C as e, D as r, c as t, F as i, a as o, f as n, g as F, d as C, e as l, I as A, P as d, b as u, u as h } from "./F0CanvasPanel-DZnIZ1lj.js";
1
+ import { C as e, D as r, c as t, F as i, a as o, f as n, g as F, d as C, e as l, I as A, P as d, b as u, u as h } from "./F0CanvasPanel-lgOVy7az.js";
2
2
  import { defaultTranslations as c } from "./i18n-provider-defaults.js";
3
- import { A as P, C as T, t as p, s as v, v as g, y as f, l as y, i as S, q as x, z as b, B as k, p as H, r as O, j as V, e as w, g as B, k as M, F as z, T as D, w as L, h as j, a as q, n as E, m as G, o as R, b as J, f as K, x as N, c as Q, d as U, u as W } from "./F0AiProcessingOverlay-DWjggPHl.js";
3
+ import { A as P, C as T, t as p, s as v, v as g, y as f, l as y, i as S, q as x, z as b, B as k, p as H, r as O, j as V, e as w, g as B, k as M, F as z, T as D, w as L, h as j, a as q, n as E, m as G, o as R, b as J, f as K, x as N, c as Q, d as U, u as W } from "./F0AiProcessingOverlay-DuGNNOQy.js";
4
4
  export {
5
5
  P as AiChatTranslationsProvider,
6
6
  e as ChatSpinner,
@@ -293,11 +293,8 @@ declare module "@tiptap/core" {
293
293
 
294
294
  declare module "@tiptap/core" {
295
295
  interface Commands<ReturnType> {
296
- enhanceHighlight: {
297
- setEnhanceHighlight: (from: number, to: number, options?: {
298
- placeholder?: string;
299
- }) => ReturnType;
300
- clearEnhanceHighlight: () => ReturnType;
296
+ moodTracker: {
297
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
301
298
  };
302
299
  }
303
300
  }
@@ -305,8 +302,11 @@ declare module "@tiptap/core" {
305
302
 
306
303
  declare module "@tiptap/core" {
307
304
  interface Commands<ReturnType> {
308
- moodTracker: {
309
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
305
+ enhanceHighlight: {
306
+ setEnhanceHighlight: (from: number, to: number, options?: {
307
+ placeholder?: string;
308
+ }) => ReturnType;
309
+ clearEnhanceHighlight: () => ReturnType;
310
310
  };
311
311
  }
312
312
  }