@factorialco/f0-react 2.43.0 → 2.44.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.
package/dist/ai.d.ts
CHANGED
|
@@ -4263,6 +4263,11 @@ declare module "gridstack" {
|
|
|
4263
4263
|
}
|
|
4264
4264
|
|
|
4265
4265
|
|
|
4266
|
+
declare namespace Calendar {
|
|
4267
|
+
var displayName: string;
|
|
4268
|
+
}
|
|
4269
|
+
|
|
4270
|
+
|
|
4266
4271
|
declare module "@tiptap/core" {
|
|
4267
4272
|
interface Commands<ReturnType> {
|
|
4268
4273
|
aiBlock: {
|
|
@@ -4312,11 +4317,6 @@ declare module "@tiptap/core" {
|
|
|
4312
4317
|
}
|
|
4313
4318
|
|
|
4314
4319
|
|
|
4315
|
-
declare namespace Calendar {
|
|
4316
|
-
var displayName: string;
|
|
4317
|
-
}
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
4320
|
declare namespace F0GraphNodeWrapperInner {
|
|
4321
4321
|
var displayName: string;
|
|
4322
4322
|
}
|
package/dist/ai.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { D as e, F as r, a as t, e as o, f as i, c as n, d as F, I as C, P as A, b as l, u as d } from "./F0CanvasPanel-Czxg0RlQ.js";
|
|
2
2
|
import { defaultTranslations as m } from "./i18n-provider-defaults.js";
|
|
3
|
-
import { A as c, C as I, h as P, t as v, v as f, x as p, n as T, j as g, r as y, y as S, q as x, s as H, k as V, e as b, g as k, l as w, F as M, i as O, a as D, p as j, m as q, o as z, b as B, f as E, w as L, c as R, d as G, u as J } from "./useChatHistory-
|
|
3
|
+
import { A as c, C as I, h as P, t as v, v as f, x as p, n as T, j as g, r as y, y as S, q as x, s as H, k as V, e as b, g as k, l as w, F as M, i as O, a as D, p as j, m as q, o as z, b as B, f as E, w as L, c as R, d as G, u as J } from "./useChatHistory-4yObgxX5.js";
|
|
4
4
|
export {
|
|
5
5
|
c as AiChatTranslationsProvider,
|
|
6
6
|
I as ChatSpinner,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -8756,6 +8756,11 @@ declare module "gridstack" {
|
|
|
8756
8756
|
}
|
|
8757
8757
|
|
|
8758
8758
|
|
|
8759
|
+
declare namespace Calendar {
|
|
8760
|
+
var displayName: string;
|
|
8761
|
+
}
|
|
8762
|
+
|
|
8763
|
+
|
|
8759
8764
|
declare module "@tiptap/core" {
|
|
8760
8765
|
interface Commands<ReturnType> {
|
|
8761
8766
|
aiBlock: {
|
|
@@ -8805,11 +8810,6 @@ declare module "@tiptap/core" {
|
|
|
8805
8810
|
}
|
|
8806
8811
|
|
|
8807
8812
|
|
|
8808
|
-
declare namespace Calendar {
|
|
8809
|
-
var displayName: string;
|
|
8810
|
-
}
|
|
8811
|
-
|
|
8812
|
-
|
|
8813
8813
|
declare namespace F0GraphNodeWrapperInner {
|
|
8814
8814
|
var displayName: string;
|
|
8815
8815
|
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -1572,13 +1572,13 @@ export declare type BorderStyleToken = "solid" | "dashed" | "dotted" | "double"
|
|
|
1572
1572
|
/** Border width tokens */
|
|
1573
1573
|
export declare type BorderWidthToken = "none" | "default" | "thick";
|
|
1574
1574
|
|
|
1575
|
-
export declare type BoxShadowToken = "none" | "md" | "lg" | "xl";
|
|
1575
|
+
export declare type BoxShadowToken = "none" | "sm" | "md" | "lg" | "xl";
|
|
1576
1576
|
|
|
1577
1577
|
declare type BoxVariantProps = VariantProps<typeof boxVariants>;
|
|
1578
1578
|
|
|
1579
1579
|
declare const boxVariants: (props?: ({
|
|
1580
1580
|
zIndex?: "0" | "auto" | "10" | "20" | "50" | "40" | "30" | undefined;
|
|
1581
|
-
boxShadow?: "none" | "lg" | "md" | "xl" | undefined;
|
|
1581
|
+
boxShadow?: "none" | "lg" | "md" | "sm" | "xl" | undefined;
|
|
1582
1582
|
divider?: "x" | "y" | undefined;
|
|
1583
1583
|
dividerColor?: "info" | "bold" | "default" | "secondary" | "critical" | "warning" | "positive" | "promote" | "selected" | "critical-bold" | "info-bold" | "warning-bold" | "positive-bold" | "selected-bold" | undefined;
|
|
1584
1584
|
overflow?: "hidden" | "auto" | "scroll" | "visible" | undefined;
|
|
@@ -15580,6 +15580,11 @@ declare module "gridstack" {
|
|
|
15580
15580
|
}
|
|
15581
15581
|
|
|
15582
15582
|
|
|
15583
|
+
declare namespace Calendar {
|
|
15584
|
+
var displayName: string;
|
|
15585
|
+
}
|
|
15586
|
+
|
|
15587
|
+
|
|
15583
15588
|
declare module "@tiptap/core" {
|
|
15584
15589
|
interface Commands<ReturnType> {
|
|
15585
15590
|
aiBlock: {
|
|
@@ -15629,11 +15634,6 @@ declare module "@tiptap/core" {
|
|
|
15629
15634
|
}
|
|
15630
15635
|
|
|
15631
15636
|
|
|
15632
|
-
declare namespace Calendar {
|
|
15633
|
-
var displayName: string;
|
|
15634
|
-
}
|
|
15635
|
-
|
|
15636
|
-
|
|
15637
15637
|
declare namespace F0GraphNodeWrapperInner {
|
|
15638
15638
|
var displayName: string;
|
|
15639
15639
|
}
|
package/dist/f0.js
CHANGED
|
@@ -3,8 +3,8 @@ import { gA as Mme, D as Eme, aM as Lme, F as Nme, a as Ime, e as kme, b1 as Rme
|
|
|
3
3
|
import { jsx as w, jsxs as B, Fragment as kt } from "react/jsx-runtime";
|
|
4
4
|
import * as Yn from "react";
|
|
5
5
|
import He, { forwardRef as Jr, useRef as se, useImperativeHandle as kH, Children as Yv, createContext as en, useContext as _r, useState as ye, useMemo as ae, useEffect as _e, useCallback as te, useLayoutEffect as Zb, createElement as Xd, isValidElement as Ik, Fragment as Ig, memo as kk, useReducer as RH, cloneElement as PH, useId as kg } from "react";
|
|
6
|
-
import { z as OH, B as BH, U as aT, D as oT, E as $m, G as sT, H as VH, I as na, J as Io, K as FH, L as Hw, M as Rr, N as fi, O as zH, P as GH, Q as Rk, Z as Wo, R as HH, S as WH, T as UH, V as Pk, W as Xv, X as Ww, Y as Ok, _ as Bk, $ as pn, a0 as $H, a1 as YH, a2 as Vk, a3 as Rg, a4 as XH, a5 as qH, a6 as Fk, a7 as ZH, a8 as jH, a9 as KH, aa as QH, ab as JH, ac as eW, F as tW } from "./useChatHistory-
|
|
7
|
-
import { A as Iye, C as kye, h as Rye, t as Pye, v as Oye, x as Bye, ah as Vye, n as Fye, j as zye, r as Gye, y as Hye, q as Wye, s as Uye, k as $ye, e as Yye, g as Xye, l as qye, i as Zye, a as jye, p as Kye, ai as Qye, af as Jye, ae as e0e, ag as t0e, m as r0e, o as n0e, ad as i0e, b as a0e, f as o0e, w as s0e, c as l0e, d as u0e, u as c0e } from "./useChatHistory-
|
|
6
|
+
import { z as OH, B as BH, U as aT, D as oT, E as $m, G as sT, H as VH, I as na, J as Io, K as FH, L as Hw, M as Rr, N as fi, O as zH, P as GH, Q as Rk, Z as Wo, R as HH, S as WH, T as UH, V as Pk, W as Xv, X as Ww, Y as Ok, _ as Bk, $ as pn, a0 as $H, a1 as YH, a2 as Vk, a3 as Rg, a4 as XH, a5 as qH, a6 as Fk, a7 as ZH, a8 as jH, a9 as KH, aa as QH, ab as JH, ac as eW, F as tW } from "./useChatHistory-4yObgxX5.js";
|
|
7
|
+
import { A as Iye, C as kye, h as Rye, t as Pye, v as Oye, x as Bye, ah as Vye, n as Fye, j as zye, r as Gye, y as Hye, q as Wye, s as Uye, k as $ye, e as Yye, g as Xye, l as qye, i as Zye, a as jye, p as Kye, ai as Qye, af as Jye, ae as e0e, ag as t0e, m as r0e, o as n0e, ad as i0e, b as a0e, f as o0e, w as s0e, c as l0e, d as u0e, u as c0e } from "./useChatHistory-4yObgxX5.js";
|
|
8
8
|
import { createPortal as zk, unstable_batchedUpdates as qd, flushSync as rW } from "react-dom";
|
|
9
9
|
import { C as nW, o as iW, G as jb, H as Gk, ag as Hk, Q as Wk, ae as aW, U as oW, X as Uk, Y as Uw, ah as $w, a9 as sW, ai as lW, aj as uW, d as Pg, ak as cW, R as Yw, u as Xw, W as $k, O as qw, al as Yk, am as Zw, p as fW, a4 as Xk, $ as qk, an as dW, ao as hW, ap as vW, aq as pW, ar as gW, M as mW, as as Kb } from "./useDataCollectionSource-Bxbwl5Iu.js";
|
|
10
10
|
import { r as d0e, s as h0e, t as v0e, z as p0e, az as g0e, ay as m0e, au as y0e, F as b0e, J as x0e, af as _0e, K as w0e, v as S0e, aA as C0e, ab as T0e, ac as D0e, aa as A0e, ad as M0e, N as E0e, w as L0e, P as N0e, y as I0e, D as k0e, T as R0e, x as P0e, E as O0e, aC as B0e, m as V0e, n as F0e, at as z0e, aB as G0e, a7 as H0e, I as W0e, aD as U0e, aE as $0e, av as Y0e, aw as X0e, ax as q0e, e as Z0e, aF as j0e } from "./useDataCollectionSource-Bxbwl5Iu.js";
|
|
@@ -850,6 +850,11 @@ declare module "gridstack" {
|
|
|
850
850
|
}
|
|
851
851
|
|
|
852
852
|
|
|
853
|
+
declare namespace Calendar {
|
|
854
|
+
var displayName: string;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
|
|
853
858
|
declare module "@tiptap/core" {
|
|
854
859
|
interface Commands<ReturnType> {
|
|
855
860
|
aiBlock: {
|
|
@@ -899,11 +904,6 @@ declare module "@tiptap/core" {
|
|
|
899
904
|
}
|
|
900
905
|
|
|
901
906
|
|
|
902
|
-
declare namespace Calendar {
|
|
903
|
-
var displayName: string;
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
|
|
907
907
|
declare namespace F0GraphNodeWrapperInner {
|
|
908
908
|
var displayName: string;
|
|
909
909
|
}
|