@factorialco/f0-react 6.35.0 → 6.36.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.
@@ -2,7 +2,7 @@ import { cO as kx, cP as wm, cQ as Zx, cR as Nx, cS as Kx, cT as Wx, cU as Ip, c
2
2
  import { jsx as p, jsxs as te, Fragment as ag } from "react/jsx-runtime";
3
3
  import Pt, { forwardRef as yg, useRef as Te, useTransition as j1, useState as He, useLayoutEffect as yi, useId as WA, useContext as Ji, createContext as XI, useEffect as It, useCallback as et, useMemo as Et, useImperativeHandle as L1, Fragment as Pi, isValidElement as pp, cloneElement as zU, Suspense as od, lazy as ar, createElement as Dc, memo as JU, Children as Bp } from "react";
4
4
  import { d as we, T as X1, a as q1, b as $1, f as oI, c as e_, g as t_ } from "./tooltip-DTpaXpXW.js";
5
- import { C as g_, P as I_, c as rd, n as i_, E as C_, a as fp, u as n_, b as Pa, M as o_, p as r_, e as A_, R as vm, f as HU, g as s_, h as a_, i as l_, j as c_, k as d_, l as u_, O as OU, W as nr, A as h_, B as p_, L as B_, m as f_, V as m_, o as F_, q as U_, r as Q_, s as mp, S as y_, t as w_, v as b_, F as x_, w as D_, x as __, y as S_, z as v_, D as R_, G as M_, H as V_, I as P_, J as G_, K as E_, N as Rm, Q as T_ } from "./CoachmarkProvider-D4-wX33Q.js";
5
+ import { C as g_, P as I_, c as rd, n as i_, E as C_, a as fp, u as n_, b as Pa, M as o_, p as r_, e as A_, R as vm, f as HU, g as s_, h as a_, i as l_, j as c_, k as d_, l as u_, O as OU, W as nr, A as h_, B as p_, L as B_, m as f_, V as m_, o as F_, q as U_, r as Q_, s as mp, S as y_, t as w_, v as b_, F as x_, w as D_, x as __, y as S_, z as v_, D as R_, G as M_, H as V_, I as P_, J as G_, K as E_, N as Rm, Q as T_ } from "./CoachmarkProvider-7wMzbJMN.js";
6
6
  import { g as k_ } from "./_commonjsHelpers-ByX85dGu.js";
7
7
  import Z_, { createPortal as Gh } from "react-dom";
8
8
  import './experimental.css';const N_ = kx("Search", [
@@ -34603,7 +34603,7 @@ const aQ = () => Io(IQ, "useChatJump"), CM = () => Io(iQ, "useChatHighlightedId"
34603
34603
  ),
34604
34604
  children: n
34605
34605
  }
34606
- ), FQ = () => import("./ChatPdfThumbnail-WmbIbAKx.js"), UQ = () => import("./ChatSheetThumbnail-BvnxT-4A.js"), QQ = () => import("./ChatDocxThumbnail-DzNPNFya.js"), yQ = () => import("./ChatTextThumbnail-yVt_iYi7.js"), cM = ar(FQ), dM = ar(UQ), uM = ar(QQ), hM = ar(yQ), pM = {
34606
+ ), FQ = () => import("./ChatPdfThumbnail-DGHV_frS.js"), UQ = () => import("./ChatSheetThumbnail-BvnxT-4A.js"), QQ = () => import("./ChatDocxThumbnail-DzNPNFya.js"), yQ = () => import("./ChatTextThumbnail-yVt_iYi7.js"), cM = ar(FQ), dM = ar(UQ), uM = ar(QQ), hM = ar(yQ), pM = {
34607
34607
  pdf: FQ,
34608
34608
  sheet: UQ,
34609
34609
  docx: QQ,
@@ -34787,7 +34787,7 @@ const aQ = () => Io(IQ, "useChatJump"), CM = () => Io(iQ, "useChatHighlightedId"
34787
34787
  ]
34788
34788
  }
34789
34789
  );
34790
- }, bQ = () => import("./LocationMap-B0-ER5am.js"), mM = ar(bQ), FM = 200, UM = ({ latitude: n, longitude: l }) => `https://www.google.com/maps?q=${n},${l}`, xQ = ({
34790
+ }, bQ = () => import("./LocationMap-A4S-s91c.js"), mM = ar(bQ), FM = 200, UM = ({ latitude: n, longitude: l }) => `https://www.google.com/maps?q=${n},${l}`, xQ = ({
34791
34791
  location: n,
34792
34792
  cornerClass: l = "rounded-xl",
34793
34793
  surfaceClassName: f
@@ -36544,7 +36544,7 @@ const kM = {
36544
36544
  }
36545
36545
  ) }) });
36546
36546
  }, jM = ar(
36547
- () => import("./index-ByA_oXGj.js").then((n) => n.i).then((n) => ({
36547
+ () => import("./index-C952bG1s.js").then((n) => n.i).then((n) => ({
36548
36548
  default: n.F0PdfViewer
36549
36549
  }))
36550
36550
  ), LM = () => {
@@ -3536,6 +3536,23 @@ declare const daytimePageVariants: (props?: ({
3536
3536
  */
3537
3537
  export declare const DEFAULT_EXPECTED_ITEMS_COUNT = 3;
3538
3538
 
3539
+ /**
3540
+ * How rows start out when the user has not touched them yet.
3541
+ *
3542
+ * - `true` / `false` — every row, or none (the default).
3543
+ * - a number — expand rows shallower than that depth, so `1` opens the
3544
+ * top-level rows and reveals depth 1.
3545
+ * - a predicate — anything else, e.g. `(node) => node.type !== "role"`.
3546
+ *
3547
+ * The policy is re-evaluated per row rather than resolved into a set of ids up
3548
+ * front: rows evaluate it as they mount, so an expanded row's children evaluate
3549
+ * it in turn and the cascade falls out of the component tree. That works the
3550
+ * same whether the tree is already in memory or fetched lazily.
3551
+ */
3552
+ declare type DefaultExpandedPolicy<R extends RecordType> = boolean | number | ((record: R, context: {
3553
+ depth: number;
3554
+ }) => boolean);
3555
+
3539
3556
  /**
3540
3557
  * Built-in renderers for the standard visualizations. `list` covers every
3541
3558
  * row-based slot through its schema; `event-list` and `indicators` spread
@@ -12415,6 +12432,27 @@ declare type TableVisualizationOptions<R extends RecordType, _Filters extends Fi
12415
12432
  * The number of columns to freeze on the left
12416
12433
  */
12417
12434
  frozenColumns?: 0 | 1 | 2;
12435
+ /**
12436
+ * For nested tables, which rows start out expanded before the user touches
12437
+ * anything. Pass `true` for the whole tree, a depth, or a predicate:
12438
+ *
12439
+ * ```ts
12440
+ * defaultExpanded: true // everything
12441
+ * defaultExpanded: 2 // down to depth 2
12442
+ * defaultExpanded: (node) => node.type !== "role" // stop at roles
12443
+ * ```
12444
+ *
12445
+ * Once the user expands or collapses a row their choice wins for that row and
12446
+ * the policy no longer applies to it. Changing filters, sortings or
12447
+ * navigation filters resets the tree, so the policy applies again and a
12448
+ * filtered view comes back expanded.
12449
+ *
12450
+ * Expanding a row loads its children, so a policy that opens a large tree
12451
+ * costs one `fetchChildren` per opened row on first paint.
12452
+ *
12453
+ * @default false
12454
+ */
12455
+ defaultExpanded?: DefaultExpandedPolicy<R>;
12418
12456
  /**
12419
12457
  * Allow users to reorder columns (you can only reorder columns that are not frozen) (check cols props to define the order)
12420
12458
  */
@@ -1,6 +1,6 @@
1
- import { t as s, s as t, A as i, a as r, G as o, ao as n, an as l, ap as d, B as S, v as C, x as g, J as m, av as u, aw as h, aF as c, w as b, C as P, au as p, aG as T, z as I, y as F, a1 as E, aZ as A, b3 as B, I as L, aY as y, E as D, b as W, ae as k, af as v, F as _, i as f, l as x, n as O, j as H, c as M, p as R, q as N, H as V, aJ as w, aK as G, ay as z, ak as U, aO as j, aq as X, a4 as Y, aI as q, Q as K, aa as J, O as Q, b7 as Z, T as $, P as aa, K as ea, L as sa, ar as ta, R as ia, aW as ra, a_ as oa, S as na, a5 as la, a6 as da, Y as Sa, Z as Ca, _ as ga, X as ma, $ as ua, U as ha, a0 as ca, a2 as ba, a3 as Pa, a7 as pa, a8 as Ta, b1 as Ia, am as Fa, al as Ea, at as Aa, aH as Ba, aE as La, as as ya, a9 as Da, az as Wa, b2 as ka, b5 as va, ax as _a, aC as fa, aA as xa, b6 as Oa, aD as Ha, aB as Ma, b4 as Ra, d as Na, ad as Va, b0 as wa, a$ as Ga, ah as za, f as Ua, k as ja, o as Xa, g as Ya, h as qa, aR as Ka, aP as Ja, ai as Qa, aj as Za, aN as $a, aQ as ae, e as ee, r as se, aM as te, aS as ie, ab as re, aX as oe, u as ne, ac as le, ag as de, aL as Se, N as Ce, M as ge, D as me, W as ue, V as he, aV as ce, aU as be, aT as Pe } from "./experimental-l7ckfJhf.js";
1
+ import { t as s, s as t, A as i, a as r, G as o, ao as n, an as l, ap as d, B as S, v as C, x as g, J as m, av as u, aw as h, aF as c, w as b, C as P, au as p, aG as T, z as I, y as F, a1 as E, aZ as A, b3 as B, I as L, aY as y, E as D, b as W, ae as k, af as v, F as _, i as f, l as x, n as O, j as H, c as M, p as R, q as N, H as V, aJ as w, aK as G, ay as z, ak as U, aO as j, aq as X, a4 as Y, aI as q, Q as K, aa as J, O as Q, b7 as Z, T as $, P as aa, K as ea, L as sa, ar as ta, R as ia, aW as ra, a_ as oa, S as na, a5 as la, a6 as da, Y as Sa, Z as Ca, _ as ga, X as ma, $ as ua, U as ha, a0 as ca, a2 as ba, a3 as Pa, a7 as pa, a8 as Ta, b1 as Ia, am as Fa, al as Ea, at as Aa, aH as Ba, aE as La, as as ya, a9 as Da, az as Wa, b2 as ka, b5 as va, ax as _a, aC as fa, aA as xa, b6 as Oa, aD as Ha, aB as Ma, b4 as Ra, d as Na, ad as Va, b0 as wa, a$ as Ga, ah as za, f as Ua, k as ja, o as Xa, g as Ya, h as qa, aR as Ka, aP as Ja, ai as Qa, aj as Za, aN as $a, aQ as ae, e as ee, r as se, aM as te, aS as ie, ab as re, aX as oe, u as ne, ac as le, ag as de, aL as Se, N as Ce, M as ge, D as me, W as ue, V as he, aV as ce, aU as be, aT as Pe } from "./experimental-BfAU5qNL.js";
2
2
  import { dL as Te, en as Ie, em as Fe, ez as Ee, dj as Ae, ek as Be, cc as Le, c2 as ye, c9 as De, ef as We, bX as ke, bX as ve, bQ as _e, eg as fe, cf as xe, dY as Oe, ch as He, eC as Me, el as Re, ev as Ne, ew as Ve, d4 as we, eA as Ge, k as ze, dM as Ue, cL as je, ej as Xe, ep as Ye, eo as qe, T as Ke, h as Je, bR as Qe, ex as Ze, eD as $e, ey as as, eB as es, eu as ss, er as ts, et as is, eq as rs, eh as os, ei as ns, eb as ls, es as ds } from "./F0CanvasPanel-C4oILlIh.js";
3
- import { ap as Cs, aq as gs, _ as ms, $ as us, Y as hs, a9 as cs, C as bs, a0 as Ps, aB as ps, a5 as Ts, aA as Is, a8 as Fs, Z as Es, an as As, aD as Bs, aC as Ls, af as ys, aa as Ds, aG as Ws, X as ks, ak as vs, ah as _s, ac as fs, aI as xs, ad as Os, al as Hs, am as Ms, a1 as Rs, aE as Ns, aF as Vs, ae as ws, ao as Gs, ax as zs, O as Us, az as js, a2 as Xs, aK as Ys, a4 as qs, a6 as Ks, ai as Js, aH as Qs, aj as Zs, ag as $s, aJ as at, a3 as et, W as st, a7 as tt, T as it, U as rt, at as ot, au as nt, ar as lt, ay as dt, ab as St, av as Ct, h as gt, as as mt, aw as ut, s as ht } from "./CoachmarkProvider-D4-wX33Q.js";
3
+ import { ap as Cs, aq as gs, _ as ms, $ as us, Y as hs, a9 as cs, C as bs, a0 as Ps, aB as ps, a5 as Ts, aA as Is, a8 as Fs, Z as Es, an as As, aD as Bs, aC as Ls, af as ys, aa as Ds, aG as Ws, X as ks, ak as vs, ah as _s, ac as fs, aI as xs, ad as Os, al as Hs, am as Ms, a1 as Rs, aE as Ns, aF as Vs, ae as ws, ao as Gs, ax as zs, O as Us, az as js, a2 as Xs, aK as Ys, a4 as qs, a6 as Ks, ai as Js, aH as Qs, aj as Zs, ag as $s, aJ as at, a3 as et, W as st, a7 as tt, T as it, U as rt, at as ot, au as nt, ar as lt, ay as dt, ab as St, av as Ct, h as gt, as as mt, aw as ut, s as ht } from "./CoachmarkProvider-7wMzbJMN.js";
4
4
  export {
5
5
  Cs as AUTO_PER_PAGE_MAX,
6
6
  gs as AUTO_PER_PAGE_MIN_RESERVED_ROWS,
package/dist/f0.d.ts CHANGED
@@ -4519,6 +4519,23 @@ declare type DateValue = {
4519
4519
 
4520
4520
  declare type DefaultAction = BannerAction;
4521
4521
 
4522
+ /**
4523
+ * How rows start out when the user has not touched them yet.
4524
+ *
4525
+ * - `true` / `false` — every row, or none (the default).
4526
+ * - a number — expand rows shallower than that depth, so `1` opens the
4527
+ * top-level rows and reveals depth 1.
4528
+ * - a predicate — anything else, e.g. `(node) => node.type !== "role"`.
4529
+ *
4530
+ * The policy is re-evaluated per row rather than resolved into a set of ids up
4531
+ * front: rows evaluate it as they mount, so an expanded row's children evaluate
4532
+ * it in turn and the cascade falls out of the component tree. That works the
4533
+ * same whether the tree is already in memory or fetched lazily.
4534
+ */
4535
+ declare type DefaultExpandedPolicy<R extends RecordType> = boolean | number | ((record: R, context: {
4536
+ depth: number;
4537
+ }) => boolean);
4538
+
4522
4539
  export declare const defaultTranslations: {
4523
4540
  readonly common: {
4524
4541
  readonly selectPlaceholder: "Select";
@@ -17720,6 +17737,27 @@ declare type TableVisualizationOptions<R extends RecordType, _Filters extends Fi
17720
17737
  * The number of columns to freeze on the left
17721
17738
  */
17722
17739
  frozenColumns?: 0 | 1 | 2;
17740
+ /**
17741
+ * For nested tables, which rows start out expanded before the user touches
17742
+ * anything. Pass `true` for the whole tree, a depth, or a predicate:
17743
+ *
17744
+ * ```ts
17745
+ * defaultExpanded: true // everything
17746
+ * defaultExpanded: 2 // down to depth 2
17747
+ * defaultExpanded: (node) => node.type !== "role" // stop at roles
17748
+ * ```
17749
+ *
17750
+ * Once the user expands or collapses a row their choice wins for that row and
17751
+ * the policy no longer applies to it. Changing filters, sortings or
17752
+ * navigation filters resets the tree, so the policy applies again and a
17753
+ * filtered view comes back expanded.
17754
+ *
17755
+ * Expanding a row loads its children, so a policy that opens a large tree
17756
+ * costs one `fetchChildren` per opened row on first paint.
17757
+ *
17758
+ * @default false
17759
+ */
17760
+ defaultExpanded?: DefaultExpandedPolicy<R>;
17723
17761
  /**
17724
17762
  * Allow users to reorder columns (you can only reorder columns that are not frozen) (check cols props to define the order)
17725
17763
  */
package/dist/f0.js CHANGED
@@ -1,16 +1,16 @@
1
1
  import { hV as rN, w as at, e1 as xb, cr as dn, hk as nN, bW as An, fk as kV, hW as PV, hX as iN, r as Xt, c2 as ef, hY as RV, hZ as Tw, h_ as Mr, h$ as Ua, i0 as OV, u as Be, bU as qv, i1 as Yi, i2 as zl, i3 as aN, bT as sl, hh as Vy, i4 as BV, S as ee, s as wb, i5 as zV, i6 as VV, i7 as Dw, cx as FV, i8 as GV, i9 as HV, ia as oN, ib as WV, t as Zv, v as jv, m as tt, x as Kv, y as Gr, O as UV, Q as $V, z as tf, A as rf, ax as $o, B as nf, gs as Fy, d2 as Ft, V as et, ah as yl, d3 as Ma, df as Sb, ic as YV, ck as XV, cl as Aw, n as sN, o as _l, bV as xc, cm as qV, ez as bd, d$ as lN, id as ZV, hj as Mw, d5 as jV, ie as Ew, da as KV, ig as QV, b$ as uN, dX as cN, gb as Gy, dj as JV, a7 as Hy, a6 as fN, gO as Vl, gP as af, gR as hN, hq as eF, gq as dN, d8 as vN, gp as tF, ih as Qv, b3 as Cb, h5 as rF, c7 as pN, fY as nF, au as iF, hR as Tb, b6 as gN, c3 as aF, c4 as oF, c5 as sF, d as lF, bA as mN, ai as rs, bG as yN, b2 as _N, ag as Db, bI as bN, X as Ab, G as ll, H as ul, K as cl, L as fl, gt as ha, $ as xN, j as uF, b0 as xd, as as bl, J as Nr, ej as cF, bR as wN, b4 as Wy, co as wc, ch as fF, aS as of, aq as Fl, dE as SN, dr as hF, g_ as Or, ii as dF, ij as vF, ik as CN, il as Jv, im as pF, io as gF, cC as Kn, R as TN, U as DN, cg as mF, ip as yF, c9 as AN, dV as _F, dW as bF, bO as Uy, d9 as Gl, e4 as Hl, eX as sf, bJ as xF, e2 as wF, bq as SF, ak as MN, dd as CF, aj as TF, aW as Lw, bE as Sc, f_ as DF, f$ as AF, iq as MF, cf as EF, aZ as LF, l as EN, a8 as NF, a5 as IF, ir as kF, hn as PF, cL as RF, c1 as OF, cD as LN, is as NN, it as BF, iu as zF, I as VF, iv as FF, iw as GF, ix as HF, iy as WF } from "./F0CanvasPanel-C4oILlIh.js";
2
2
  import { iP as Che, C as The, D as Dhe, dy as Ahe, c as Mhe, F as Ehe, a as Lhe, iI as Nhe, f as Ihe, cv as khe, dz as Phe, e6 as Rhe, ca as Ohe, cb as Bhe, ct as zhe, c8 as Vhe, cu as Fhe, dl as Ghe, ef as Hhe, g as Whe, c6 as Uhe, bX as $he, iD as Yhe, iU as Xhe, bQ as qhe, e as Zhe, dY as jhe, k as Khe, cw as Qhe, iK as Jhe, dH as ede, iL as tde, iN as rde, iO as nde, eC as ide, iR as ade, ev as ode, ew as sde, P as lde, eA as ude, iM as cde, ex as fde, iQ as hde, iV as dde, iA as vde, iB as pde, iC as gde, iz as mde, ey as yde, iT as _de, iJ as bde, iG as xde, iF as wde, eB as Sde, gn as Cde, h6 as Tde, iS as Dde, dB as Ade, eu as Mde, er as Ede, et as Lde, eq as Nde, iH as Ide, h8 as kde, h2 as Pde, gS as Rde, iY as Ode, eb as Bde, es as zde, iX as Vde, dP as Fde, cd as Gde, gm as Hde, gT as Wde, b as Ude, dS as $de, hp as Yde, dA as Xde, ce as qde, iE as Zde, h4 as jde, h3 as Kde, iW as Qde } from "./F0CanvasPanel-C4oILlIh.js";
3
3
  import { jsx as S, jsxs as B, Fragment as it } from "react/jsx-runtime";
4
- import { C as UF, W as $F, w as YF, x as XF, y as qF, z as Nw, aL as ZF, aM as jF, Q as KF, D as QF, H as JF, J as e5, N as t5, l as r5, X as IN, aN as n5, aO as i5, aP as a5, aQ as o5, aR as s5, aS as kN, aT as l5, n as Mb, aU as $a, aV as u5, v as Eb, aW as Lb, a8 as c5, aX as f5, aY as ys, aZ as PN, a_ as h5, a$ as d5, b0 as v5, b1 as p5, b2 as g5, b3 as m5, ak as y5, aA as _5, b4 as b5, af as x5, E as w5, a as S5, f as ep, R as Nb, g as Ib, ai as RN, O as kb, b5 as ON, b6 as Iw, b7 as Pb, Y as C5, h as BN, ao as zN, b8 as T5, b9 as D5, ba as A5, bb as _s, bc as M5, aB as E5, M as L5 } from "./CoachmarkProvider-D4-wX33Q.js";
5
- import { _ as eve, $ as tve, a9 as rve, a0 as nve, a5 as ive, by as ave, bx as ove, bq as sve, be as lve, bd as uve, bf as cve, bg as fve, bi as hve, F as dve, aD as vve, aC as pve, aG as gve, ah as mve, ac as yve, aI as _ve, ad as bve, a1 as xve, bz as wve, aE as Sve, aF as Cve, ae as Tve, a2 as Dve, P as Ave, a4 as Mve, a6 as Eve, aH as Lve, ag as Nve, aJ as Ive, a3 as kve, a7 as Pve, bB as Rve, T as Ove, U as Bve, bp as zve, bv as Vve, bv as Fve, bw as Gve, bl as Hve, bk as Wve, bA as Uve, ay as $ve, bn as Yve, bo as Xve, ab as qve, bC as Zve, bD as jve, K as Kve, i as Qve, br as Jve, bs as epe, bt as tpe, bh as rpe, bm as npe, j as ipe, bu as ape, bj as ope, bE as spe } from "./CoachmarkProvider-D4-wX33Q.js";
4
+ import { C as UF, W as $F, w as YF, x as XF, y as qF, z as Nw, aL as ZF, aM as jF, Q as KF, D as QF, H as JF, J as e5, N as t5, l as r5, X as IN, aN as n5, aO as i5, aP as a5, aQ as o5, aR as s5, aS as kN, aT as l5, n as Mb, aU as $a, aV as u5, v as Eb, aW as Lb, a8 as c5, aX as f5, aY as ys, aZ as PN, a_ as h5, a$ as d5, b0 as v5, b1 as p5, b2 as g5, b3 as m5, ak as y5, aA as _5, b4 as b5, af as x5, E as w5, a as S5, f as ep, R as Nb, g as Ib, ai as RN, O as kb, b5 as ON, b6 as Iw, b7 as Pb, Y as C5, h as BN, ao as zN, b8 as T5, b9 as D5, ba as A5, bb as _s, bc as M5, aB as E5, M as L5 } from "./CoachmarkProvider-7wMzbJMN.js";
5
+ import { _ as eve, $ as tve, a9 as rve, a0 as nve, a5 as ive, by as ave, bx as ove, bq as sve, be as lve, bd as uve, bf as cve, bg as fve, bi as hve, F as dve, aD as vve, aC as pve, aG as gve, ah as mve, ac as yve, aI as _ve, ad as bve, a1 as xve, bz as wve, aE as Sve, aF as Cve, ae as Tve, a2 as Dve, P as Ave, a4 as Mve, a6 as Eve, aH as Lve, ag as Nve, aJ as Ive, a3 as kve, a7 as Pve, bB as Rve, T as Ove, U as Bve, bp as zve, bv as Vve, bv as Fve, bw as Gve, bl as Hve, bk as Wve, bA as Uve, ay as $ve, bn as Yve, bo as Xve, ab as qve, bC as Zve, bD as jve, K as Kve, i as Qve, br as Jve, bs as epe, bt as tpe, bh as rpe, bm as npe, j as ipe, bu as ape, bj as ope, bE as spe } from "./CoachmarkProvider-7wMzbJMN.js";
6
6
  import * as xt from "react";
7
7
  import N5, { forwardRef as Dr, useRef as ce, useImperativeHandle as I5, Children as wd, createContext as Ba, useContext as ns, useState as ue, useMemo as me, useEffect as Me, useCallback as de, useLayoutEffect as $y, isValidElement as VN, Fragment as Wl, useSyncExternalStore as xl, useId as oc, memo as k5 } from "react";
8
8
  import { createPortal as tp } from "react-dom";
9
9
  import { d as re, g as lf, h as P5, i as Js, P as uf, u as Ul, j as R5, f as za } from "./tooltip-DTpaXpXW.js";
10
10
  import { l as Yy, c as FN, d as Sd, r as Xy } from "./F0VideoPlayer-CI6CZGLe.js";
11
11
  import { F as upe } from "./F0VideoPlayer-CI6CZGLe.js";
12
- import { F as fpe, p as hpe } from "./index-ByA_oXGj.js";
13
- import { c as vpe } from "./pdfWorker-BMWcmp8A.js";
12
+ import { F as fpe, p as hpe } from "./index-C952bG1s.js";
13
+ import { c as vpe } from "./pdfWorker-dbCIDm2Y.js";
14
14
  import { D as O5, E as Cd, G as Rb, H as GN, I as HN, J as B5, K as z5, L as V5, M as F5, N as G5, F as H5 } from "./F0AiProcessingOverlay-CA3YKEvp.js";
15
15
  import { A as gpe, C as mpe, t as ype, s as _pe, v as bpe, y as xpe, l as wpe, i as Spe, q as Cpe, z as Tpe, B as Dpe, p as Ape, r as Mpe, j as Epe, e as Lpe, g as Npe, k as Ipe, T as kpe, w as Ppe, h as Rpe, a as Ope, n as Bpe, m as zpe, o as Vpe, b as Fpe, f as Gpe, x as Hpe, c as Wpe, d as Upe, u as $pe } from "./F0AiProcessingOverlay-CA3YKEvp.js";
16
16
  import { g as W5 } from "./_commonjsHelpers-ByX85dGu.js";
@@ -1,7 +1,7 @@
1
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-C4oILlIh.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-BMWcmp8A.js";
4
+ import { e as Ee, D as Ue, P as je, c as De } from "./pdfWorker-dbCIDm2Y.js";
5
5
  import { F as We } from "./Printer-BD-FEi_2.js";
6
6
  import { d as ae } from "./tooltip-DTpaXpXW.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-BelTG51l.js")), Ge = J(() => import("./DocxViewer-DlDQvoVh.js")), Ze = J(() => import("./TextViewer-D7WTedKI.js")), oe = 48, se = ne(
225
+ const qe = J(() => import("./SheetViewer-6rjkSGhC.js")), Ge = J(() => import("./DocxViewer-Zfbwc8M8.js")), Ze = J(() => import("./TextViewer-BMwjXKZ9.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 });
@@ -2,7 +2,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { createContext, useReducer, forwardRef, useRef, useImperativeHandle, useEffect, useCallback, useMemo, useContext, useLayoutEffect } from "react";
3
3
  import { e as clsx } from "./tooltip-DTpaXpXW.js";
4
4
  import { W as invariant } from "./F0CanvasPanel-C4oILlIh.js";
5
- import { d as dequal } from "./CoachmarkProvider-D4-wX33Q.js";
5
+ import { d as dequal } from "./CoachmarkProvider-7wMzbJMN.js";
6
6
  import { a as getAugmentedNamespace, g as getDefaultExportFromCjs } from "./_commonjsHelpers-ByX85dGu.js";
7
7
  import { c as commonjsRequire } from "./_commonjs-dynamic-modules-BpilXLfW.js";
8
8
  import './pdfWorker.css';var pdf$1 = { exports: {} };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "6.35.0",
3
+ "version": "6.36.0",
4
4
  "private": false,
5
5
  "files": [
6
6
  "assets",