@factorialco/f0-react 1.414.0 → 1.414.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/{F0AnalyticsDashboard-Doa70ufI.js → F0AnalyticsDashboard-C74qJ7sF.js} +1 -1
- package/dist/F0ChatDashboard.d.ts +6 -6
- package/dist/F0ChatDashboard.js +1 -1
- package/dist/ai.d.ts +6 -6
- package/dist/experimental.d.ts +6 -6
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +6 -6
- package/dist/f0.js +5 -5
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/dist/{index-C0vtKpW9.js → index-c9MQbjVB.js} +1 -1
- package/dist/{useDataCollectionSource-CzKsWqw5.js → useDataCollectionSource-BzzlFsAB.js} +12 -5
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import { jsx as B, Fragment as $c, jsxs as dt } from "react/jsx-runtime";
|
|
|
2
2
|
import { createContext as a0, useContext as NA, useState as Sr, useRef as fe, useMemo as Dr, useEffect as Je, useCallback as Jn, useLayoutEffect as D1 } from "react";
|
|
3
3
|
import { Q as iR, z as nR, O as Jl, aw as A1, E as Q, N as aR, u as PA, P as oR, B as sR, M as lR, G as M1, cz as uR, du as hR, t as cR, F as fR, cu as vR, bm as dR } from "./F0Input-C9w04Jpr.js";
|
|
4
4
|
import { createPortal as pR } from "react-dom";
|
|
5
|
-
import { i as gR, O as yR, l as mR, j as _R } from "./useDataCollectionSource-
|
|
5
|
+
import { i as gR, O as yR, l as mR, j as _R } from "./useDataCollectionSource-BzzlFsAB.js";
|
|
6
6
|
import './F0AnalyticsDashboard.css';const RA = a0(null);
|
|
7
7
|
function kA() {
|
|
8
8
|
const r = NA(RA);
|
|
@@ -346,10 +346,8 @@ declare module "@tiptap/core" {
|
|
|
346
346
|
|
|
347
347
|
declare module "@tiptap/core" {
|
|
348
348
|
interface Commands<ReturnType> {
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
src: string;
|
|
352
|
-
}) => ReturnType;
|
|
349
|
+
transcript: {
|
|
350
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
353
351
|
};
|
|
354
352
|
}
|
|
355
353
|
}
|
|
@@ -357,8 +355,10 @@ declare module "@tiptap/core" {
|
|
|
357
355
|
|
|
358
356
|
declare module "@tiptap/core" {
|
|
359
357
|
interface Commands<ReturnType> {
|
|
360
|
-
|
|
361
|
-
|
|
358
|
+
videoEmbed: {
|
|
359
|
+
setVideoEmbed: (options: {
|
|
360
|
+
src: string;
|
|
361
|
+
}) => ReturnType;
|
|
362
362
|
};
|
|
363
363
|
}
|
|
364
364
|
}
|
package/dist/F0ChatDashboard.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as $ } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as w, useCallback as v, useState as j, useEffect as R, useMemo as D } from "react";
|
|
3
|
-
import { F as P } from "./F0AnalyticsDashboard-
|
|
3
|
+
import { F as P } from "./F0AnalyticsDashboard-C74qJ7sF.js";
|
|
4
4
|
function _(t, e, n) {
|
|
5
5
|
const r = w(null), y = w(), i = w(t);
|
|
6
6
|
i.current = t;
|
package/dist/ai.d.ts
CHANGED
|
@@ -2026,10 +2026,8 @@ declare module "@tiptap/core" {
|
|
|
2026
2026
|
|
|
2027
2027
|
declare module "@tiptap/core" {
|
|
2028
2028
|
interface Commands<ReturnType> {
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
src: string;
|
|
2032
|
-
}) => ReturnType;
|
|
2029
|
+
transcript: {
|
|
2030
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
2033
2031
|
};
|
|
2034
2032
|
}
|
|
2035
2033
|
}
|
|
@@ -2037,8 +2035,10 @@ declare module "@tiptap/core" {
|
|
|
2037
2035
|
|
|
2038
2036
|
declare module "@tiptap/core" {
|
|
2039
2037
|
interface Commands<ReturnType> {
|
|
2040
|
-
|
|
2041
|
-
|
|
2038
|
+
videoEmbed: {
|
|
2039
|
+
setVideoEmbed: (options: {
|
|
2040
|
+
src: string;
|
|
2041
|
+
}) => ReturnType;
|
|
2042
2042
|
};
|
|
2043
2043
|
}
|
|
2044
2044
|
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -7171,10 +7171,8 @@ declare module "@tiptap/core" {
|
|
|
7171
7171
|
|
|
7172
7172
|
declare module "@tiptap/core" {
|
|
7173
7173
|
interface Commands<ReturnType> {
|
|
7174
|
-
|
|
7175
|
-
|
|
7176
|
-
src: string;
|
|
7177
|
-
}) => ReturnType;
|
|
7174
|
+
transcript: {
|
|
7175
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
7178
7176
|
};
|
|
7179
7177
|
}
|
|
7180
7178
|
}
|
|
@@ -7182,8 +7180,10 @@ declare module "@tiptap/core" {
|
|
|
7182
7180
|
|
|
7183
7181
|
declare module "@tiptap/core" {
|
|
7184
7182
|
interface Commands<ReturnType> {
|
|
7185
|
-
|
|
7186
|
-
|
|
7183
|
+
videoEmbed: {
|
|
7184
|
+
setVideoEmbed: (options: {
|
|
7185
|
+
src: string;
|
|
7186
|
+
}) => ReturnType;
|
|
7187
7187
|
};
|
|
7188
7188
|
}
|
|
7189
7189
|
}
|
package/dist/experimental.js
CHANGED
|
@@ -3,10 +3,10 @@ import { dj as GI, ap as KI, dk as qI, dr as JI, ds as YI, at as XI, dt as ZI, d
|
|
|
3
3
|
import { jsx as c, jsxs as g, Fragment as ne } from "react/jsx-runtime";
|
|
4
4
|
import * as Sn from "react";
|
|
5
5
|
import z, { PureComponent as Wh, forwardRef as P, useRef as K, useTransition as Uh, useState as L, useLayoutEffect as za, useContext as js, createContext as Hs, useCallback as X, useMemo as ee, useEffect as W, useId as $a, useImperativeHandle as Ba, memo as ja, Fragment as Gh, isValidElement as Kh, cloneElement as Ha, Children as Va } from "react";
|
|
6
|
-
import { f as Jt, ac as Nn, e as tr, ad as qh, L as bi, ae as Jh, A as Yh, i as nr, k as Xh, G as Zh, g as Io, af as Qh, j as Ao, n as ep, ag as Wa, ah as Ua, ai as tp, C as np, aa as rp, aj as He, ak as ot, al as Ee, am as ip, an as gr, ao as Ge, ap as Ga, aq as Me, ar as Vs, as as Be, at as _o, au as sp, av as Ka, aw as Ie, ax as Fe, ay as In, az as Dr, aA as qa, aB as op, aC as Vt, aD as lp, aE as ap, aF as cp, aG as Vn, aH as Wn, aI as Ws, aJ as dp, aK as Ja, aL as Ya, aM as Xa, aN as up, aO as Za, aP as Qa, aQ as ec, aR as tc, aS as nc, aT as rc, a3 as Eo, aU as fp, aV as To, aW as hp, aX as pp, aY as mp, w as gp, x as bp, z as wp, J as xp, K as yp, s as vp, aZ as ic, a_ as kp, a$ as Cp, b0 as Sp, b1 as sc, a7 as Wi, b2 as Np, b3 as Ip, b4 as Ap, b5 as _p, b6 as Ep, b7 as Tp, b8 as Dp, b9 as Rp, ba as Lp, bb as Op, bc as Mp, bd as Pp, ab as oc, M as Fp, N as zp, P as $p, Q as Bp, V as jp, O as Hp, be as Do, bf as Vp, bg as Wp, l as Up } from "./index-
|
|
7
|
-
import { a5 as oA, Z as lA, a0 as aA, R as cA, $ as dA, bk as uA, bj as fA, bh as hA, bi as pA, T as mA, a4 as gA, U as bA, _ as wA, W as xA, a8 as yA, a9 as vA } from "./index-
|
|
8
|
-
import { i as Gp, M as Kp, b as Ro, R as lc, u as qp, F as ac, S as Jp, O as Yp } from "./useDataCollectionSource-
|
|
9
|
-
import { j as CA, n as SA, o as NA, k as IA, l as AA, m as _A } from "./useDataCollectionSource-
|
|
6
|
+
import { f as Jt, ac as Nn, e as tr, ad as qh, L as bi, ae as Jh, A as Yh, i as nr, k as Xh, G as Zh, g as Io, af as Qh, j as Ao, n as ep, ag as Wa, ah as Ua, ai as tp, C as np, aa as rp, aj as He, ak as ot, al as Ee, am as ip, an as gr, ao as Ge, ap as Ga, aq as Me, ar as Vs, as as Be, at as _o, au as sp, av as Ka, aw as Ie, ax as Fe, ay as In, az as Dr, aA as qa, aB as op, aC as Vt, aD as lp, aE as ap, aF as cp, aG as Vn, aH as Wn, aI as Ws, aJ as dp, aK as Ja, aL as Ya, aM as Xa, aN as up, aO as Za, aP as Qa, aQ as ec, aR as tc, aS as nc, aT as rc, a3 as Eo, aU as fp, aV as To, aW as hp, aX as pp, aY as mp, w as gp, x as bp, z as wp, J as xp, K as yp, s as vp, aZ as ic, a_ as kp, a$ as Cp, b0 as Sp, b1 as sc, a7 as Wi, b2 as Np, b3 as Ip, b4 as Ap, b5 as _p, b6 as Ep, b7 as Tp, b8 as Dp, b9 as Rp, ba as Lp, bb as Op, bc as Mp, bd as Pp, ab as oc, M as Fp, N as zp, P as $p, Q as Bp, V as jp, O as Hp, be as Do, bf as Vp, bg as Wp, l as Up } from "./index-c9MQbjVB.js";
|
|
7
|
+
import { a5 as oA, Z as lA, a0 as aA, R as cA, $ as dA, bk as uA, bj as fA, bh as hA, bi as pA, T as mA, a4 as gA, U as bA, _ as wA, W as xA, a8 as yA, a9 as vA } from "./index-c9MQbjVB.js";
|
|
8
|
+
import { i as Gp, M as Kp, b as Ro, R as lc, u as qp, F as ac, S as Jp, O as Yp } from "./useDataCollectionSource-BzzlFsAB.js";
|
|
9
|
+
import { j as CA, n as SA, o as NA, k as IA, l as AA, m as _A } from "./useDataCollectionSource-BzzlFsAB.js";
|
|
10
10
|
import { a8 as Xp, a9 as Zp, aa as Lo, ab as rr, ac as Qp, ad as em, Y as tm, ae as cc, y as dc, V as Un, af as nm, ag as rm, ah as im, ai as sm, aj as om, ak as lm, al as am, am as cm, an as dm, ao as um, Z as fm, ap as hm, aq as pm, ar as mm, as as gm, J as bm, at as wm, au as uc, av as Oo, aw as xm, a2 as ym, u as fc, g as vm, a as km, ax as Cm, F as Sm, ay as hc, az as pc, aA as Nm, aB as Im, aC as Am, aD as _m, aE as Em, aF as Mo, aG as Po, aH as Fo, aI as Tm, aJ as Dm } from "./F0AiChat-CBy7rZCW.js";
|
|
11
11
|
import { aL as TA, aK as DA, aN as RA, aM as LA } from "./F0AiChat-CBy7rZCW.js";
|
|
12
12
|
import './experimental.css';const Rm = mf("Search", [
|
package/dist/f0.d.ts
CHANGED
|
@@ -10421,10 +10421,8 @@ declare module "@tiptap/core" {
|
|
|
10421
10421
|
|
|
10422
10422
|
declare module "@tiptap/core" {
|
|
10423
10423
|
interface Commands<ReturnType> {
|
|
10424
|
-
|
|
10425
|
-
|
|
10426
|
-
src: string;
|
|
10427
|
-
}) => ReturnType;
|
|
10424
|
+
transcript: {
|
|
10425
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
10428
10426
|
};
|
|
10429
10427
|
}
|
|
10430
10428
|
}
|
|
@@ -10432,8 +10430,10 @@ declare module "@tiptap/core" {
|
|
|
10432
10430
|
|
|
10433
10431
|
declare module "@tiptap/core" {
|
|
10434
10432
|
interface Commands<ReturnType> {
|
|
10435
|
-
|
|
10436
|
-
|
|
10433
|
+
videoEmbed: {
|
|
10434
|
+
setVideoEmbed: (options: {
|
|
10435
|
+
src: string;
|
|
10436
|
+
}) => ReturnType;
|
|
10437
10437
|
};
|
|
10438
10438
|
}
|
|
10439
10439
|
}
|
package/dist/f0.js
CHANGED
|
@@ -3,12 +3,12 @@ import { bu as gx, bJ as vx, b7 as bx, b8 as yx, b9 as xx, ba as wx, bc as Sx, b
|
|
|
3
3
|
import { jsx as c, jsxs as O, Fragment as _t } from "react/jsx-runtime";
|
|
4
4
|
import * as dt from "react";
|
|
5
5
|
import K, { forwardRef as He, useRef as Q, useImperativeHandle as eu, Children as vr, useCallback as P, useMemo as V, useState as te, useEffect as le, createElement as rr, isValidElement as Co, Fragment as _o, useLayoutEffect as tu, createContext as Nt, memo as ko, useReducer as nu, useContext as Ye, cloneElement as ru, PureComponent as su, useId as ai } from "react";
|
|
6
|
-
import { a as Do, F as iu } from "./F0AnalyticsDashboard-
|
|
6
|
+
import { a as Do, F as iu } from "./F0AnalyticsDashboard-C74qJ7sF.js";
|
|
7
7
|
import { unstable_batchedUpdates as sr, createPortal as au, flushSync as ou } from "react-dom";
|
|
8
|
-
import { C as lu, S as Ji, a as cu, f as cs, L as _n, b as du, A as uu, i as ir, c as No, E as fu, g as dr, d as hu, e as mu, h as pu, j as rn, k as Ao, u as gu, G as vu, l as bu, m as ea, r as yu, n as xu, o as To, p as wu, B as Eo, X as Fo, Y as Ts, q as Su, s as Oo, t as Cu, v as _u, w as ku, x as Du, y as Nu, z as Au, D as Tu, F as Eu, H as ta, I as Fu, J as Ou, K as Iu, M as Ru, N as Lu, O as Pu, P as Mu, Q as Bu, V as Vu, R as Es, T as Io, U as ju, W as $u, Z as zu, _ as Ro, $ as oi, a0 as qu, a1 as Wu, a2 as Zu, a3 as Uu, a4 as Qu, a5 as Hu, a6 as Gu } from "./index-
|
|
9
|
-
import { a7 as sw, aa as iw, a8 as aw, a9 as ow, ab as lw } from "./index-
|
|
10
|
-
import { L as Lo, i as Ku, F as Xu, a as Po, R as qr, b as li, u as ci, O as Yu, U as Mo, c as Bo, D as Ju, M as ef } from "./useDataCollectionSource-
|
|
11
|
-
import { e as dw, d as uw, f as fw, g as hw, h as mw } from "./useDataCollectionSource-
|
|
8
|
+
import { C as lu, S as Ji, a as cu, f as cs, L as _n, b as du, A as uu, i as ir, c as No, E as fu, g as dr, d as hu, e as mu, h as pu, j as rn, k as Ao, u as gu, G as vu, l as bu, m as ea, r as yu, n as xu, o as To, p as wu, B as Eo, X as Fo, Y as Ts, q as Su, s as Oo, t as Cu, v as _u, w as ku, x as Du, y as Nu, z as Au, D as Tu, F as Eu, H as ta, I as Fu, J as Ou, K as Iu, M as Ru, N as Lu, O as Pu, P as Mu, Q as Bu, V as Vu, R as Es, T as Io, U as ju, W as $u, Z as zu, _ as Ro, $ as oi, a0 as qu, a1 as Wu, a2 as Zu, a3 as Uu, a4 as Qu, a5 as Hu, a6 as Gu } from "./index-c9MQbjVB.js";
|
|
9
|
+
import { a7 as sw, aa as iw, a8 as aw, a9 as ow, ab as lw } from "./index-c9MQbjVB.js";
|
|
10
|
+
import { L as Lo, i as Ku, F as Xu, a as Po, R as qr, b as li, u as ci, O as Yu, U as Mo, c as Bo, D as Ju, M as ef } from "./useDataCollectionSource-BzzlFsAB.js";
|
|
11
|
+
import { e as dw, d as uw, f as fw, g as hw, h as mw } from "./useDataCollectionSource-BzzlFsAB.js";
|
|
12
12
|
import { J as tf, K as nf, M as rf, N as sf, Q as di, R as Vo, V as ln, W as Fs, X as af, x as of, Y as jo, Z as $o, _ as zo, $ as br, a0 as ui, a1 as qo, a2 as yr, a3 as Wo, a4 as Zo, a5 as lf, a6 as cf, a7 as df } from "./F0AiChat-CBy7rZCW.js";
|
|
13
13
|
import { A as gw, B as vw, C as bw, p as yw, E as xw, h as ww, F as Sw, a as Cw, D as _w, i as kw, b as Dw, j as Nw, w as Aw, y as Tw, z as Ew, c as Fw, q as Ow, s as Iw, t as Rw, H as Lw, I as Pw, L as Mw, O as Bw, v as Vw, P as jw, S as $w, T as zw, m as qw, n as Ww, o as Zw, U as Uw, k as Qw, l as Hw, g as Gw, r as Kw, u as Xw, d as Yw, f as Jw, e as e0 } from "./F0AiChat-CBy7rZCW.js";
|
|
14
14
|
import { A as n0, F as r0, c as s0, d as i0, e as a0, b as o0, a as l0, o as c0, u as d0 } from "./F0HILActionConfirmation-BvAjbJKj.js";
|
|
@@ -733,10 +733,8 @@ declare module "@tiptap/core" {
|
|
|
733
733
|
|
|
734
734
|
declare module "@tiptap/core" {
|
|
735
735
|
interface Commands<ReturnType> {
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
src: string;
|
|
739
|
-
}) => ReturnType;
|
|
736
|
+
transcript: {
|
|
737
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
740
738
|
};
|
|
741
739
|
}
|
|
742
740
|
}
|
|
@@ -744,8 +742,10 @@ declare module "@tiptap/core" {
|
|
|
744
742
|
|
|
745
743
|
declare module "@tiptap/core" {
|
|
746
744
|
interface Commands<ReturnType> {
|
|
747
|
-
|
|
748
|
-
|
|
745
|
+
videoEmbed: {
|
|
746
|
+
setVideoEmbed: (options: {
|
|
747
|
+
src: string;
|
|
748
|
+
}) => ReturnType;
|
|
749
749
|
};
|
|
750
750
|
}
|
|
751
751
|
}
|
|
@@ -3,7 +3,7 @@ import * as Ie from "react";
|
|
|
3
3
|
import T, { useRef as $e, useState as ve, useCallback as xt, useEffect as ut, useLayoutEffect as fg, isValidElement as Jn, Children as ua, PureComponent as qn, forwardRef as ii, useImperativeHandle as lg, useMemo as yi, cloneElement as bt, createElement as cg, useContext as Hn, createContext as Ei, Component as R6, useId as j6, Fragment as uf, useDebugValue as L6, createRef as KC, memo as B6, version as yb } from "react";
|
|
4
4
|
import { B as ki, b$ as GC, t as fe, bW as F6, av as YC, w as z6, y as Ai, N as $r, eA as eo, eB as XC, eC as JC, eD as ZC, eE as vb, eF as gb, eG as bb, eH as xb, ef as kb, eI as q6, eJ as yc, eK as QC, eL as eT, eM as tT, cy as df, aA as Ye, R as Ee, cm as nT, T as Ki, U as Zn, bQ as iT, bR as rT, bS as aT, bV as oT, eN as H6, G as nn, aS as sT, F as Le, ar as hl, aa as fT, dl as Ut, aE as lT, aF as cT, M as ug, aG as uT, aJ as dT, aH as hT, aI as wb, aK as _b, at as W6, aM as pT, aN as mT, aO as yT, aP as vT, x as wd, u as ir, an as V6, K as gn, z as nt, J as gT, O as U6, au as bT, a4 as dg, bI as xT, dj as kT, a6 as wT, dk as hg, be as hf, P as K6, cr as G6, ad as _T, eO as ST, em as OT, cv as pl, eP as _d, eQ as Sd, cx as ml, a2 as ET, a3 as AT, a5 as CT, bf as pg, d3 as TT, cJ as Y6, ct as MT, e3 as PT, aB as DT, dI as NT, cu as $T, bc as IT, cw as RT, dJ as jT, aq as X6, c0 as Vy, L as LT, D as J6, E as hn, eR as BT, ah as Sb, cM as FT, C as Z6, b9 as zT, ab as qT, b7 as mg, aW as HT, aX as WT, aY as VT, de as Ob, ak as UT, cB as KT, bp as GT, aT as Eb, ba as YT, aU as XT, d9 as JT } from "./F0Input-C9w04Jpr.js";
|
|
5
5
|
import { W as ZT, aC as QT, aD as eM, a1 as tM, aO as Q6, ak as nM, Q as Ab, aP as iM, aQ as Uy, aR as e5, aS as t5, aT as n5, aU as rM, aV as aM, aW as oM, aX as sM, al as fM, am as lM, an as cM, ao as uM, Z as dM, ar as hM, as as pM, _ as mM, aY as yM, a5 as vM, a6 as gM, aZ as bM } from "./F0AiChat-CBy7rZCW.js";
|
|
6
|
-
import { r as yl, p as vl, q as ri, s as xM, t as i5, v as kM, w as ts, x as wM, y as r5, z as yg, A as a5, B as o5, C as _M, E as SM, G as s5, H as OM, I as EM, J as AM, K as Od, N as CM, P as TM, Q as MM, T as PM, i as Sa, V as DM, W as NM, g as $M, X as f5, Y as Cb, Z as IM, d as RM, e as jM, f as LM, _ as BM, F as l5, $ as FM, a0 as zM, a1 as qM } from "./useDataCollectionSource-
|
|
6
|
+
import { r as yl, p as vl, q as ri, s as xM, t as i5, v as kM, w as ts, x as wM, y as r5, z as yg, A as a5, B as o5, C as _M, E as SM, G as s5, H as OM, I as EM, J as AM, K as Od, N as CM, P as TM, Q as MM, T as PM, i as Sa, V as DM, W as NM, g as $M, X as f5, Y as Cb, Z as IM, d as RM, e as jM, f as LM, _ as BM, F as l5, $ as FM, a0 as zM, a1 as qM } from "./useDataCollectionSource-BzzlFsAB.js";
|
|
7
7
|
import vg from "react-dom";
|
|
8
8
|
import './index.css';const HM = {
|
|
9
9
|
active: !0,
|
|
@@ -7328,16 +7328,23 @@ function og({ message: e, children: t }) {
|
|
|
7328
7328
|
/* @__PURE__ */ i(nd, { asChild: !0, className: "pointer-events-auto h-full w-full", children: /* @__PURE__ */ i(
|
|
7329
7329
|
"div",
|
|
7330
7330
|
{
|
|
7331
|
-
className: "h-full w-full",
|
|
7331
|
+
className: "flex h-full w-full items-center",
|
|
7332
7332
|
onFocusCapture: a,
|
|
7333
7333
|
onBlurCapture: o,
|
|
7334
7334
|
children: t
|
|
7335
7335
|
}
|
|
7336
7336
|
) }),
|
|
7337
|
-
/* @__PURE__ */ O(
|
|
7338
|
-
|
|
7339
|
-
|
|
7340
|
-
|
|
7337
|
+
/* @__PURE__ */ O(
|
|
7338
|
+
ad,
|
|
7339
|
+
{
|
|
7340
|
+
side: "top",
|
|
7341
|
+
className: "flex items-center gap-1 border-black/10 bg-[#fff] shadow-md",
|
|
7342
|
+
children: [
|
|
7343
|
+
/* @__PURE__ */ i(fe, { icon: ns, color: "critical", size: "sm" }),
|
|
7344
|
+
/* @__PURE__ */ i("span", { className: "text-sm font-medium text-f1-foreground-critical", children: e })
|
|
7345
|
+
]
|
|
7346
|
+
}
|
|
7347
|
+
)
|
|
7341
7348
|
] }) }) });
|
|
7342
7349
|
}
|
|
7343
7350
|
const sg = {
|