@factorialco/f0-react 2.4.0 → 2.4.1
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/{F0AiProposalCard-pqQaiKFp.js → F0AiProposalCard-Dnuvkpg2.js} +1640 -1561
- package/dist/ai.d.ts +5 -5
- package/dist/ai.js +1 -1
- package/dist/experimental.d.ts +5 -5
- package/dist/f0.d.ts +5 -5
- package/dist/f0.js +2 -2
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/icons/app/Marker.d.ts.map +1 -1
- package/icons/app/Marker.js +1 -1
- package/icons/app/Multitask.d.ts.map +1 -1
- package/icons/app/Multitask.js +2 -2
- package/package.json +2 -2
package/dist/ai.d.ts
CHANGED
|
@@ -3757,9 +3757,8 @@ declare module "@tiptap/core" {
|
|
|
3757
3757
|
|
|
3758
3758
|
declare module "@tiptap/core" {
|
|
3759
3759
|
interface Commands<ReturnType> {
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
3760
|
+
moodTracker: {
|
|
3761
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
3763
3762
|
};
|
|
3764
3763
|
}
|
|
3765
3764
|
}
|
|
@@ -3767,8 +3766,9 @@ declare module "@tiptap/core" {
|
|
|
3767
3766
|
|
|
3768
3767
|
declare module "@tiptap/core" {
|
|
3769
3768
|
interface Commands<ReturnType> {
|
|
3770
|
-
|
|
3771
|
-
|
|
3769
|
+
enhanceHighlight: {
|
|
3770
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
3771
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
3772
3772
|
};
|
|
3773
3773
|
}
|
|
3774
3774
|
}
|
package/dist/ai.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { d as o, l as r, k as e, F as t, a as n, C as i, b as d, m as C, n as F, e as l, h as m, I as u, g as h, c as A, i as D, u as c, j as v, f as I } from "./useDataCollectionSource-BNMQa-mV.js";
|
|
2
2
|
import { defaultTranslations as b } from "./i18n-provider-defaults.js";
|
|
3
|
-
import { A as p, C as P, c as S, D as T, a as w, b as x, e as H, f as M, g as V, h as k, p as j, l as y, r as O, m as q, n as z, i as B, F as E, d as L, M as W, k as G, j as J, q as K, o as N, s as Q, u as R } from "./F0AiProposalCard-
|
|
3
|
+
import { A as p, C as P, c as S, D as T, a as w, b as x, e as H, f as M, g as V, h as k, p as j, l as y, r as O, m as q, n as z, i as B, F as E, d as L, M as W, k as G, j as J, q as K, o as N, s as Q, u as R } from "./F0AiProposalCard-Dnuvkpg2.js";
|
|
4
4
|
export {
|
|
5
5
|
p as AiChatTranslationsProvider,
|
|
6
6
|
o as CanvasCard,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -8234,9 +8234,8 @@ declare module "@tiptap/core" {
|
|
|
8234
8234
|
|
|
8235
8235
|
declare module "@tiptap/core" {
|
|
8236
8236
|
interface Commands<ReturnType> {
|
|
8237
|
-
|
|
8238
|
-
|
|
8239
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
8237
|
+
moodTracker: {
|
|
8238
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
8240
8239
|
};
|
|
8241
8240
|
}
|
|
8242
8241
|
}
|
|
@@ -8244,8 +8243,9 @@ declare module "@tiptap/core" {
|
|
|
8244
8243
|
|
|
8245
8244
|
declare module "@tiptap/core" {
|
|
8246
8245
|
interface Commands<ReturnType> {
|
|
8247
|
-
|
|
8248
|
-
|
|
8246
|
+
enhanceHighlight: {
|
|
8247
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
8248
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
8249
8249
|
};
|
|
8250
8250
|
}
|
|
8251
8251
|
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -14454,9 +14454,8 @@ declare module "@tiptap/core" {
|
|
|
14454
14454
|
|
|
14455
14455
|
declare module "@tiptap/core" {
|
|
14456
14456
|
interface Commands<ReturnType> {
|
|
14457
|
-
|
|
14458
|
-
|
|
14459
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
14457
|
+
moodTracker: {
|
|
14458
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
14460
14459
|
};
|
|
14461
14460
|
}
|
|
14462
14461
|
}
|
|
@@ -14464,8 +14463,9 @@ declare module "@tiptap/core" {
|
|
|
14464
14463
|
|
|
14465
14464
|
declare module "@tiptap/core" {
|
|
14466
14465
|
interface Commands<ReturnType> {
|
|
14467
|
-
|
|
14468
|
-
|
|
14466
|
+
enhanceHighlight: {
|
|
14467
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
14468
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
14469
14469
|
};
|
|
14470
14470
|
}
|
|
14471
14471
|
}
|
package/dist/f0.js
CHANGED
|
@@ -2,8 +2,8 @@ import { fc as Pr, ad as se, bq as zn, t as I, w as mt, fd as Hr, v as xt, dd as
|
|
|
2
2
|
import { gw as Qf, d as Kf, bX as Xf, l as Yf, gI as Jf, aU as Zf, k as em, F as tm, a as nm, C as im, go as rm, b as sm, bG as om, bb as am, bH as lm, g6 as cm, aM as dm, bp as um, ap as hm, g7 as fm, ay as mm, g8 as gm, gc as pm, gd as vm, ge as bm, gN as ym, b1 as xm, n as wm, aA as Cm, by as Nm, gr as Sm, b5 as Em, gs as _m, gu as Dm, gv as km, cB as Rm, cz as Tm, e as Fm, h as Lm, gx as Am, cl as zm, cm as Om, g5 as Mm, gM as Im, a_ as Bm, cA as Pm, gt as Hm, cn as Wm, bV as qm, gO as $m, g9 as Gm, ga as jm, gb as Um, co as Vm, gH as Qm, gC as Km, gq as Xm, gk as Ym, gj as Jm, gi as Zm, gF as eg, gB as tg, aY as ng, ck as ig, ch as rg, cj as sg, cg as og, gl as ag, gA as lg, gz as cg, gm as dg, c3 as ug, ci as hg, gg as fg, gh as mg, gn as gg, g as pg, c as vg, gy as bg, gD as yg, gJ as xg, gK as wg, gL as Cg, aW as Ng, gp as Sg, gf as Eg, i as _g, gE as Dg, br as kg, aT as Rg, gG as Tg, j as Fg, f as Lg, gP as Ag } from "./useDataCollectionSource-BNMQa-mV.js";
|
|
3
3
|
import { jsx as l, jsxs as y, Fragment as we } from "react/jsx-runtime";
|
|
4
4
|
import le, { forwardRef as We, useRef as W, useImperativeHandle as Wa, Children as xn, createContext as Ke, useContext as ke, useState as j, useMemo as P, useEffect as V, useCallback as B, useLayoutEffect as ui, createElement as an, isValidElement as os, Fragment as qa, memo as as, useReducer as $a, cloneElement as Ga, useId as ls } from "react";
|
|
5
|
-
import { t as ja, v as Ua, w as cs, x as Va, y as Qa, z as Wn, B as Ka, E as Fi, G as Xa, H as Ya, I as Ja, J as ds, K as wn, L as Li, N as us, O as Za, P as hs, Q as sr, R as el } from "./F0AiProposalCard-
|
|
6
|
-
import { A as Og, V as Mg, C as Ig, c as Bg, D as Pg, a as Hg, b as Wg, T as qg, e as $g, f as Gg, g as jg, h as Ug, p as Vg, l as Qg, r as Kg, a0 as Xg, m as Yg, S as Jg, a1 as Zg, n as ep, i as tp, a6 as np, F as ip, d as rp, W as sp, X as op, Y as ap, Z as lp, M as cp, _ as dp, $ as up, k as hp, j as fp, U as mp, q as gp, a4 as pp, a3 as vp, o as bp, s as yp, u as xp, a5 as wp, a7 as Cp, a2 as Np } from "./F0AiProposalCard-
|
|
5
|
+
import { t as ja, v as Ua, w as cs, x as Va, y as Qa, z as Wn, B as Ka, E as Fi, G as Xa, H as Ya, I as Ja, J as ds, K as wn, L as Li, N as us, O as Za, P as hs, Q as sr, R as el } from "./F0AiProposalCard-Dnuvkpg2.js";
|
|
6
|
+
import { A as Og, V as Mg, C as Ig, c as Bg, D as Pg, a as Hg, b as Wg, T as qg, e as $g, f as Gg, g as jg, h as Ug, p as Vg, l as Qg, r as Kg, a0 as Xg, m as Yg, S as Jg, a1 as Zg, n as ep, i as tp, a6 as np, F as ip, d as rp, W as sp, X as op, Y as ap, Z as lp, M as cp, _ as dp, $ as up, k as hp, j as fp, U as mp, q as gp, a4 as pp, a3 as vp, o as bp, s as yp, u as xp, a5 as wp, a7 as Cp, a2 as Np } from "./F0AiProposalCard-Dnuvkpg2.js";
|
|
7
7
|
import { createPortal as fs, unstable_batchedUpdates as ln } from "react-dom";
|
|
8
8
|
import { C as tl, D as nl, y as il, j as rl } from "./index-C3C31VSu.js";
|
|
9
9
|
import { l as Ep, m as _p, n as Dp, s as kp, F as Rp, o as Tp, v as Fp, w as Lp, N as Ap, x as zp, p as Op, P as Mp, r as Ip, R as Bp, q as Pp, u as Hp, t as Wp } from "./index-C3C31VSu.js";
|
|
@@ -848,9 +848,8 @@ declare module "@tiptap/core" {
|
|
|
848
848
|
|
|
849
849
|
declare module "@tiptap/core" {
|
|
850
850
|
interface Commands<ReturnType> {
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
851
|
+
moodTracker: {
|
|
852
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
854
853
|
};
|
|
855
854
|
}
|
|
856
855
|
}
|
|
@@ -858,8 +857,9 @@ declare module "@tiptap/core" {
|
|
|
858
857
|
|
|
859
858
|
declare module "@tiptap/core" {
|
|
860
859
|
interface Commands<ReturnType> {
|
|
861
|
-
|
|
862
|
-
|
|
860
|
+
enhanceHighlight: {
|
|
861
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
862
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
863
863
|
};
|
|
864
864
|
}
|
|
865
865
|
}
|