@factorialco/f0-react 4.7.0 → 4.9.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/f0.d.ts CHANGED
@@ -106,6 +106,7 @@ import { LineChartConfig as LineChartConfig_2 } from './f0';
106
106
  import { LineChartPropsBase } from './utils/types';
107
107
  import { LocalAudioTrack } from 'livekit-client';
108
108
  import { LongTextCellValue } from './types/longText';
109
+ import { NamedExoticComponent } from 'react';
109
110
  import { NumberCellValue } from './f0';
110
111
  import { NumberCellValue as NumberCellValue_2 } from './types/number';
111
112
  import { NumberFilterOptions } from './NumberFilter/NumberFilter';
@@ -893,6 +894,7 @@ export declare const aiTranslations: {
893
894
  readonly inputPlaceholder: "Ask about time, people, or company info and a lot of other things...";
894
895
  readonly stopAnswerGeneration: "Stop generating";
895
896
  readonly responseStopped: "You stopped this response";
897
+ readonly applyingChanges: "Applying changes";
896
898
  readonly sendMessage: "Send message";
897
899
  readonly thoughtsGroupTitle: "Reasoning";
898
900
  readonly resourcesGroupTitle: "Resources";
@@ -4347,6 +4349,10 @@ export declare const defaultTranslations: {
4347
4349
  readonly navigation: {
4348
4350
  readonly sidebar: {
4349
4351
  readonly label: "Main navigation";
4352
+ readonly search: "Search";
4353
+ readonly tabs: {
4354
+ readonly label: "Sidebar sections";
4355
+ };
4350
4356
  readonly companySelector: {
4351
4357
  readonly label: "Select a company";
4352
4358
  readonly placeholder: "Select a company";
@@ -4643,6 +4649,7 @@ export declare const defaultTranslations: {
4643
4649
  readonly inputPlaceholder: "Ask about time, people, or company info and a lot of other things...";
4644
4650
  readonly stopAnswerGeneration: "Stop generating";
4645
4651
  readonly responseStopped: "You stopped this response";
4652
+ readonly applyingChanges: "Applying changes";
4646
4653
  readonly sendMessage: "Send message";
4647
4654
  readonly thoughtsGroupTitle: "Reasoning";
4648
4655
  readonly resourcesGroupTitle: "Resources";
@@ -6395,6 +6402,34 @@ declare interface F0AiPongProps {
6395
6402
  onClose: () => void;
6396
6403
  }
6397
6404
 
6405
+ /**
6406
+ * Wraps a panel/canvas that F0AiChat is regenerating. While `active`, the
6407
+ * content blurs and stops receiving pointer events, and a centered pill — the
6408
+ * One icon plus an "Applying changes" label — floats over it, so the user gets
6409
+ * clear feedback that the surface is being updated and shouldn't be edited.
6410
+ *
6411
+ * Mirrors the survey form-builder "applying changes" affordance, lifted into
6412
+ * the F0AiChat family so any surface paired with the chat can reuse it.
6413
+ */
6414
+ export declare const F0AiProcessingOverlay: NamedExoticComponent<F0AiProcessingOverlayProps>;
6415
+
6416
+ export declare interface F0AiProcessingOverlayProps {
6417
+ /**
6418
+ * When `true`, the wrapped content is blurred and locked
6419
+ * (`pointer-events-none`) and the floating status pill is shown over it.
6420
+ */
6421
+ active: boolean;
6422
+ /**
6423
+ * Pill label. Defaults to the translated "Applying changes"
6424
+ * (`ai.applyingChanges`).
6425
+ */
6426
+ label?: string;
6427
+ /** Extra classes for the wrapper element. */
6428
+ className?: string;
6429
+ /** The panel/canvas content the assistant is editing. */
6430
+ children: ReactNode;
6431
+ }
6432
+
6398
6433
  export declare function F0AiProposalCard(props: F0AiProposalCardProps): JSX_2.Element;
6399
6434
 
6400
6435
  export declare namespace F0AiProposalCard {
package/dist/f0.js CHANGED
@@ -1,15 +1,15 @@
1
- import { gN as h2, a8 as nt, bq as j_, o as Q, q as Xr, gH as v2, p as sn, eW as $G, gO as p2, af as Qp, U as K, u as Ge, H as tt, dh as du, A as ys, j as g2, L as ro, d1 as no, a9 as Gt, a5 as $f, gP as UG, ae as Pl, gE as cb, gQ as YG, gR as XG, gS as dC, e7 as qG, gT as ZG, gU as m2, fv as Jp, gV as jG, gW as KG, gX as Al, gY as Uf, gZ as hu, g_ as QG, g$ as y2, h0 as JG, h1 as e3, bK as t3, bJ as r3, v as Ls, J as Yf, K as Xf, Q as it, O as qf, fR as b2, Y as Zt, ad as Zf, _ as bs, aQ as K_, am as eg, h2 as n3, bh as i3, e3 as hC, cX as x2, bb as Xl, bi as a3, aE as Q_, aF as J_, aG as ew, cf as xv, h3 as tw, h4 as o3, gG as vC, fA as s3, h5 as sf, au as l3, gg as rw, h6 as u3, $ as vu, c5 as c3, n as f3, l as d3, h7 as _2, h8 as h3, h9 as v3, ha as w2, y as nw, hb as p3, hc as g3, hd as m3, he as pC, ft as y3, hf as b3, fZ as pu, f_ as jf, gc as x3, fP as S2, aa as _n, ar as _3, cQ as fb, cP as C2, g0 as T2, fO as w3, hg as tg, ds as iw, gs as S3, a3 as D2, fs as C3, bM as T3, gh as aw, dW as D3, dX as A3, dY as M3, d as E3, eG as L3, G as A2, cW as Ns, dL as M2, dr as E2, bP as ow, dN as L2, cH as sw, fT as Ol, fU as Bl, N as zl, fV as Vl, fS as Fa, cJ as N2, at as N3, dp as _v, bf as ql, g3 as Fr, bX as I3, a2 as I2, dt as db, e4 as lf, bW as R3, aZ as R2, aD as k3, gm as Kr, hh as P3, hi as O3, hj as k2, hk as rg, hl as B3, hm as z3, dw as P2, du as O2, e1 as V3, hn as F3, aT as B2, ge as G3, gf as H3, br as gu, bv as mu, bC as Kf, dO as W3, bs as $3, b8 as U3, S as z2, bg as Y3, a1 as X3, dl as gC, dK as uf, fw as q3, fx as Z3, ho as j3, aY as K3, bw as Q3, c$ as V2, a6 as J3, cO as eH, gK as tH, bE as F2, b0 as rH, hp as G2, hq as nH, hr as iH, I as aH, hs as oH, ht as sH, hu as lH, hv as uH } from "./F0CanvasPanel-NAs7-9VU.js";
2
- import { hL as Hge, C as Wge, D as $ge, aR as Uge, c as Yge, F as Xge, a as qge, hE as Zge, f as jge, b9 as Kge, aS as Qge, bF as Jge, d_ as eme, aJ as tme, bl as rme, al as nme, e6 as ime, bT as ame, g as ome, dZ as sme, hz as lme, hQ as ume, ci as cme, e as fme, bV as dme, aw as hme, bx as vme, hG as pme, b4 as gme, hH as mme, hJ as yme, hK as bme, cj as xme, hN as _me, cb as wme, cc as Sme, P as Cme, cg as Tme, hI as Dme, cd as Ame, hM as Mme, hR as Eme, hw as Lme, hx as Nme, hy as Ime, ce as Rme, hP as kme, hF as Pme, hC as Ome, hB as Bme, ch as zme, fM as Vme, gt as Fme, hO as Gme, aW as Hme, ca as Wme, c7 as $me, c9 as Ume, c6 as Yme, hD as Xme, gv as qme, gp as Zme, g1 as jme, hU as Kme, b_ as Qme, c8 as Jme, hT as eye, bm as tye, d$ as rye, fL as nye, g2 as iye, b as aye, bp as oye, gM as sye, aU as lye, e0 as uye, hA as cye, gr as fye, gq as dye, hS as hye } from "./F0CanvasPanel-NAs7-9VU.js";
1
+ import { gO as h2, a8 as nt, bt as j_, o as Q, q as Xr, gI as v2, p as sn, eZ as $G, gP as p2, af as Qp, U as K, u as Ge, H as tt, dk as du, A as ys, j as g2, L as ro, d4 as no, a9 as Gt, a5 as $f, gQ as UG, ae as Pl, gF as cb, gR as YG, gS as XG, gT as dC, ea as qG, gU as ZG, gV as m2, fy as Jp, gW as jG, gX as KG, gY as Al, gZ as Uf, g_ as hu, g$ as QG, h0 as y2, h1 as JG, h2 as e3, bN as t3, bM as r3, v as Ls, J as Yf, K as Xf, Q as it, O as qf, fU as b2, Y as Zt, ad as Zf, _ as bs, aQ as K_, am as eg, h3 as n3, b9 as i3, e6 as hC, c_ as x2, ba as Xl, bb as a3, aE as Q_, aF as J_, aG as ew, ci as xv, h4 as tw, h5 as o3, gH as vC, fD as s3, h6 as sf, au as l3, gh as rw, h7 as u3, $ as vu, c8 as c3, n as f3, l as d3, h8 as _2, h9 as h3, ha as v3, hb as w2, y as nw, hc as p3, hd as g3, he as m3, hf as pC, fw as y3, hg as b3, g0 as pu, g1 as jf, gd as x3, fS as S2, aa as _n, ar as _3, cT as fb, cS as C2, g3 as T2, fR as w3, hh as tg, dv as iw, gt as S3, a3 as D2, fv as C3, bP as T3, gi as aw, dZ as D3, d_ as A3, d$ as M3, d as E3, eJ as L3, G as A2, cZ as Ns, dO as M2, du as E2, bS as ow, dQ as L2, cK as sw, fW as Ol, fX as Bl, N as zl, fY as Vl, fV as Fa, cM as N2, at as N3, ds as _v, bj as ql, bd as Fr, b_ as I3, a2 as I2, dw as db, e7 as lf, bZ as R3, aZ as R2, aD as k3, gn as Kr, hi as P3, hj as O3, hk as k2, hl as rg, hm as B3, hn as z3, dz as P2, dx as O2, e4 as V3, ho as F3, aT as B2, gf as G3, gg as H3, bu as gu, by as mu, bF as Kf, dR as W3, bv as $3, b8 as U3, S as z2, bc as Y3, a1 as X3, dp as gC, dN as uf, fz as q3, fA as Z3, hp as j3, aY as K3, bz as Q3, d2 as V2, a6 as J3, cR as eH, gL as tH, bH as F2, b0 as rH, hq as G2, hr as nH, hs as iH, I as aH, ht as oH, hu as sH, hv as lH, hw as uH } from "./F0CanvasPanel-B-6B9ckI.js";
2
+ import { hM as Hge, C as Wge, D as $ge, aR as Uge, c as Yge, F as Xge, a as qge, hF as Zge, f as jge, be as Kge, aS as Qge, bI as Jge, e1 as eme, aJ as tme, bo as rme, al as nme, e9 as ime, bW as ame, g as ome, e0 as sme, hA as lme, hR as ume, cl as cme, e as fme, bY as dme, aw as hme, bA as vme, hH as pme, b4 as gme, hI as mme, hK as yme, hL as bme, cm as xme, hO as _me, ce as wme, cf as Sme, P as Cme, cj as Tme, hJ as Dme, cg as Ame, hN as Mme, hS as Eme, hx as Lme, hy as Nme, hz as Ime, ch as Rme, hQ as kme, hG as Pme, hD as Ome, hC as Bme, ck as zme, fP as Vme, gu as Fme, hP as Gme, aW as Hme, cd as Wme, ca as $me, cc as Ume, c9 as Yme, hE as Xme, gw as qme, gq as Zme, g4 as jme, hV as Kme, c1 as Qme, cb as Jme, hU as eye, bp as tye, e2 as rye, fO as nye, g5 as iye, b as aye, bs as oye, gN as sye, aU as lye, e3 as uye, hB as cye, gs as fye, gr as dye, hT as hye } from "./F0CanvasPanel-B-6B9ckI.js";
3
3
  import { jsx as w, jsxs as B, Fragment as rt } from "react/jsx-runtime";
4
4
  import * as St from "react";
5
5
  import xt, { forwardRef as sr, useRef as re, useImperativeHandle as cH, Children as wv, createContext as Or, useContext as dr, useState as ee, useMemo as se, useEffect as fe, useCallback as ae, useLayoutEffect as hb, isValidElement as H2, Fragment as yu, memo as W2, useReducer as fH, cloneElement as dH, useId as Hc, useSyncExternalStore as Zl } from "react";
6
- import { y as hH, z as vH, B as pH, C as gH, D as $2, E as Sv, G as lw, H as U2, I as Y2, J as bi, K as mH, L as yH, M as bH, N as xH, O as _H, F as wH } from "./useChatHistory-hrv_qH8R.js";
7
- import { A as pye, s as gye, t as mye, w as yye, l as bye, i as xye, q as _ye, x as wye, p as Sye, r as Cye, j as Tye, e as Dye, g as Aye, k as Mye, h as Eye, a as Lye, n as Nye, m as Iye, o as Rye, b as kye, f as Pye, v as Oye, c as Bye, d as zye, u as Vye } from "./useChatHistory-hrv_qH8R.js";
6
+ import { z as hH, B as vH, C as pH, D as gH, E as $2, G as Sv, H as lw, I as U2, J as Y2, K as bi, L as mH, M as yH, N as bH, O as xH, P as _H, F as wH } from "./F0AiProcessingOverlay-B8K7o_Ei.js";
7
+ import { A as pye, s as gye, t as mye, w as yye, l as bye, i as xye, q as _ye, x as wye, y as Sye, p as Cye, r as Tye, j as Dye, e as Aye, g as Mye, k as Eye, h as Lye, a as Nye, n as Iye, m as Rye, o as kye, b as Pye, f as Oye, v as Bye, c as zye, d as Vye, u as Fye } from "./F0AiProcessingOverlay-B8K7o_Ei.js";
8
8
  import { createPortal as Qf, unstable_batchedUpdates as Sd } from "react-dom";
9
- import { C as SH, F as X2, ah as q2, ai as CH, aj as TH, ak as DH, al as ng, am as ig, G as AH, an as MH, ao as va, Y as EH, a8 as LH, ap as NH, Q as IH, aq as RH, ar as kH, c as ag, R as uw, u as cw, W as Z2, O as fw, as as j2, at as mC, au as dw, o as PH, d as K2, $ as Q2, av as OH, aw as BH, ax as zH, ay as VH, az as FH, M as GH } from "./useDataCollectionSource-Coj9e5oF.js";
10
- import { r as Gye, s as Hye, H as Wye, t as $ye, z as Uye, aQ as Yye, aP as Xye, aL as qye, aB as Zye, aA as jye, aC as Kye, aD as Qye, aa as Jye, a9 as e0e, ad as t0e, U as r0e, J as n0e, af as i0e, K as a0e, v as o0e, aR as s0e, ab as l0e, ac as u0e, N as c0e, w as f0e, P as d0e, y as h0e, D as v0e, ae as p0e, T as g0e, ag as m0e, x as y0e, E as b0e, aT as x0e, m as _0e, n as w0e, aK as S0e, aG as C0e, aF as T0e, aS as D0e, a6 as A0e, aI as M0e, aJ as E0e, I as L0e, aU as N0e, aV as I0e, e as R0e, aM as k0e, aN as P0e, aO as O0e, aH as B0e, f as z0e, h as V0e, aE as F0e, aW as G0e } from "./useDataCollectionSource-Coj9e5oF.js";
9
+ import { C as SH, F as X2, ah as q2, ai as CH, aj as TH, ak as DH, al as ng, am as ig, G as AH, an as MH, ao as va, Y as EH, a8 as LH, ap as NH, Q as IH, aq as RH, ar as kH, c as ag, R as uw, u as cw, W as Z2, O as fw, as as j2, at as mC, au as dw, o as PH, d as K2, $ as Q2, av as OH, aw as BH, ax as zH, ay as VH, az as FH, M as GH } from "./useDataCollectionSource-Cs0H4TUr.js";
10
+ import { r as Hye, s as Wye, H as $ye, t as Uye, z as Yye, aQ as Xye, aP as qye, aL as Zye, aB as jye, aA as Kye, aC as Qye, aD as Jye, aa as e0e, a9 as t0e, ad as r0e, U as n0e, J as i0e, af as a0e, K as o0e, v as s0e, aR as l0e, ab as u0e, ac as c0e, N as f0e, w as d0e, P as h0e, y as v0e, D as p0e, ae as g0e, T as m0e, ag as y0e, x as b0e, E as x0e, aT as _0e, m as w0e, n as S0e, aK as C0e, aG as T0e, aF as D0e, aS as A0e, a6 as M0e, aI as E0e, aJ as L0e, I as N0e, aU as I0e, aV as R0e, e as k0e, aM as P0e, aN as O0e, aO as B0e, aH as z0e, f as V0e, h as F0e, aE as G0e, aW as H0e } from "./useDataCollectionSource-Cs0H4TUr.js";
11
11
  import { utils as Fl, write as J2 } from "./xlsx-Bedf3nwD.js";
12
- import { defaultTranslations as W0e } from "./i18n-provider-defaults.js";
12
+ import { defaultTranslations as $0e } from "./i18n-provider-defaults.js";
13
13
  import './f0.css';const HH = {
14
14
  xs: 1,
15
15
  sm: 2,
@@ -69659,21 +69659,21 @@ const Xh = /* @__PURE__ */ new Set(), Z_ = /* @__PURE__ */ new Set(), lb = () =>
69659
69659
  };
69660
69660
  export {
69661
69661
  pye as AiChatTranslationsProvider,
69662
- Gye as AreaChart,
69662
+ Hye as AreaChart,
69663
69663
  Hge as Await,
69664
- Hye as BarChart,
69664
+ Wye as BarChart,
69665
69665
  e5 as BarChartSkeleton,
69666
- Wye as CardSelectableContainer,
69667
- $ye as CategoryBarChart,
69666
+ $ye as CardSelectableContainer,
69667
+ Uye as CategoryBarChart,
69668
69668
  Wge as ChatSpinner,
69669
69669
  xv as Chip,
69670
- Uye as ComboChart,
69671
- Yye as DATA_COLLECTION_URL_PARAMS,
69672
- Xye as DATA_COLLECTION_URL_PARAM_PREFIX,
69670
+ Yye as ComboChart,
69671
+ Xye as DATA_COLLECTION_URL_PARAMS,
69672
+ qye as DATA_COLLECTION_URL_PARAM_PREFIX,
69673
69673
  zpe as Dashboard,
69674
69674
  s5 as DataChartEmptyStateView,
69675
69675
  y3 as DataTestIdWrapper,
69676
- qye as DndProvider,
69676
+ Zye as DndProvider,
69677
69677
  $ge as DropOverlay,
69678
69678
  Uge as EmojiImage,
69679
69679
  rge as F0Accordion,
@@ -69690,13 +69690,14 @@ export {
69690
69690
  _ye as F0AiMessageSources,
69691
69691
  wye as F0AiMessagesContainer,
69692
69692
  jge as F0AiPong,
69693
- Sye as F0AiProposalCard,
69694
- Cye as F0AiTableCard,
69695
- Zye as F0Alert,
69693
+ Sye as F0AiProcessingOverlay,
69694
+ Cye as F0AiProposalCard,
69695
+ Tye as F0AiTableCard,
69696
+ jye as F0Alert,
69696
69697
  Rge as F0AnalyticsDashboard,
69697
69698
  Jpe as F0AudioPlayer,
69698
69699
  ege as F0AudioPlayerCard,
69699
- Tye as F0AuraVoiceAnimation,
69700
+ Dye as F0AuraVoiceAnimation,
69700
69701
  Y3 as F0Avatar,
69701
69702
  F2 as F0AvatarAlert,
69702
69703
  Kge as F0AvatarCompany,
@@ -69714,14 +69715,14 @@ export {
69714
69715
  it as F0Button,
69715
69716
  l3 as F0ButtonDropdown,
69716
69717
  ame as F0ButtonToggle,
69717
- Dye as F0CanvasCard,
69718
+ Aye as F0CanvasCard,
69718
69719
  ome as F0CanvasPanel,
69719
69720
  sme as F0Card,
69720
69721
  lf as F0Checkbox,
69721
69722
  ige as F0ChipList,
69722
- Aye as F0ClarifyingPanel,
69723
+ Mye as F0ClarifyingPanel,
69723
69724
  sfe as F0DataChart,
69724
- jye as F0DatePicker,
69725
+ Kye as F0DatePicker,
69725
69726
  Mge as F0DemoCard,
69726
69727
  V3 as F0Dialog,
69727
69728
  O5 as F0DialogAlikeContext,
@@ -69729,28 +69730,28 @@ export {
69729
69730
  k3 as F0DialogContext,
69730
69731
  lme as F0DialogProvider,
69731
69732
  lge as F0Drawer,
69732
- Kye as F0DurationInput,
69733
+ Qye as F0DurationInput,
69733
69734
  ume as F0EventCatcherProvider,
69734
69735
  Ege as F0FAQCard,
69735
69736
  cme as F0FileItem,
69736
69737
  uge as F0FilterPickerContent,
69737
- Qye as F0Form,
69738
+ Jye as F0Form,
69738
69739
  Dr as F0FormField,
69739
69740
  bge as F0GridStack,
69740
- Mye as F0HILActionConfirmation,
69741
+ Eye as F0HILActionConfirmation,
69741
69742
  hge as F0Heading,
69742
69743
  tt as F0Icon,
69743
69744
  rH as F0Link,
69744
69745
  Lge as F0ModuleCard,
69745
- Jye as F0NotesTextEditor,
69746
- e0e as F0NotesTextEditorSkeleton,
69746
+ e0e as F0NotesTextEditor,
69747
+ t0e as F0NotesTextEditorSkeleton,
69747
69748
  IH as F0NumberInput,
69748
69749
  E3 as F0OneIcon,
69749
69750
  fme as F0OneSwitch,
69750
69751
  Bge as F0Provider,
69751
69752
  Ige as F0QuestionCardMultiStep,
69752
69753
  K3 as F0RichTextDisplay,
69753
- t0e as F0RichTextEditor,
69754
+ r0e as F0RichTextEditor,
69754
69755
  dme as F0SearchInput,
69755
69756
  hme as F0Select,
69756
69757
  pge as F0Slider,
@@ -69765,12 +69766,12 @@ export {
69765
69766
  D2 as F0TagStatus,
69766
69767
  bme as F0TagTeam,
69767
69768
  df as F0Text,
69768
- r0e as F0TextAreaInput,
69769
+ n0e as F0TextAreaInput,
69769
69770
  R3 as F0TextInput,
69770
69771
  mge as F0TimelineRow,
69771
69772
  fge as F0WizardForm,
69772
- n0e as F1SearchBox,
69773
- i0e as FILE_TYPES,
69773
+ i0e as F1SearchBox,
69774
+ a0e as FILE_TYPES,
69774
69775
  xme as FileItem,
69775
69776
  wH as FormCardValueFormatterProvider,
69776
69777
  r5 as FunnelChartSkeleton,
@@ -69778,32 +69779,32 @@ export {
69778
69779
  a5 as GaugeChartSkeleton,
69779
69780
  o5 as HeatmapChartSkeleton,
69780
69781
  Wpe as HomeLayout,
69781
- a0e as Input,
69782
+ o0e as Input,
69782
69783
  Fpe as Layout,
69783
- o0e as LineChart,
69784
+ s0e as LineChart,
69784
69785
  t5 as LineChartSkeleton,
69785
- s0e as MAX_URL_FILTER_VALUES,
69786
- l0e as NotesTextEditor,
69787
- u0e as NotesTextEditorSkeleton,
69788
- c0e as NumberInput,
69786
+ l0e as MAX_URL_FILTER_VALUES,
69787
+ u0e as NotesTextEditor,
69788
+ c0e as NotesTextEditorSkeleton,
69789
+ f0e as NumberInput,
69789
69790
  wme as OneCalendar,
69790
69791
  Sme as OneCalendarInternal,
69791
69792
  Pl as OneEllipsis,
69792
69793
  fw as OneEmptyState,
69793
69794
  tH as OneFilterPicker,
69794
- f0e as PieChart,
69795
+ d0e as PieChart,
69795
69796
  n5 as PieChartSkeleton,
69796
69797
  Cme as PongBall,
69797
69798
  FH as PrivacyModeProvider,
69798
69799
  Jhe as ProductBlankslate,
69799
- d0e as ProductCard,
69800
+ h0e as ProductCard,
69800
69801
  Cge as ProductModal,
69801
69802
  nve as ProductWidget,
69802
- h0e as ProgressBarChart,
69803
- v0e as RadarChart,
69803
+ v0e as ProgressBarChart,
69804
+ p0e as RadarChart,
69804
69805
  i5 as RadarChartSkeleton,
69805
69806
  Tme as RichTextDisplay,
69806
- p0e as RichTextEditor,
69807
+ g0e as RichTextEditor,
69807
69808
  Gpe as StandardLayout,
69808
69809
  mG as SurveyAllQuestionsLoadingSkeleton,
69809
69810
  wge as SurveyAnsweringForm,
@@ -69812,32 +69813,32 @@ export {
69812
69813
  Bhe as SurveySteppedLoadingSkeleton,
69813
69814
  yge as Tag,
69814
69815
  Dme as TagCounter,
69815
- g0e as Textarea,
69816
+ m0e as Textarea,
69816
69817
  ppe as ToastProvider,
69817
69818
  Hpe as TwoColumnLayout,
69818
- m0e as UPLOAD_INPUT_ID,
69819
+ y0e as UPLOAD_INPUT_ID,
69819
69820
  j2 as UpsellRequestResponseDialog,
69820
69821
  Tge as UpsellingAlert,
69821
69822
  Dge as UpsellingBanner,
69822
69823
  dw as UpsellingButton,
69823
69824
  Age as UpsellingPopover,
69824
- y0e as VerticalBarChart,
69825
+ b0e as VerticalBarChart,
69825
69826
  Ame as WeekStartDay,
69826
- b0e as actionBarStatuses,
69827
- Eye as actionItemStatuses,
69827
+ x0e as actionBarStatuses,
69828
+ Lye as actionItemStatuses,
69828
69829
  Mme as adaptDataAdapterToInfiniteScroll,
69829
- Lye as aiTranslations,
69830
+ Nye as aiTranslations,
69830
69831
  sge as alertVariantOptions,
69831
69832
  Qpe as audioPlayerSizes,
69832
69833
  Bpe as avatarVariants,
69833
- x0e as buildDataCollectionUrlParams,
69834
+ _0e as buildDataCollectionUrlParams,
69834
69835
  Eme as buildTranslations,
69835
69836
  Kpe as buttonDropdownModes,
69836
69837
  jpe as buttonDropdownSizes,
69837
69838
  Zpe as buttonDropdownVariants,
69838
69839
  qpe as buttonSizes,
69839
- _0e as buttonToggleSizes,
69840
- w0e as buttonToggleVariants,
69840
+ w0e as buttonToggleSizes,
69841
+ S0e as buttonToggleVariants,
69841
69842
  Xpe as buttonVariants,
69842
69843
  nge as cardAlertVariants,
69843
69844
  Lme as cardImageAspectRatios,
@@ -69846,8 +69847,8 @@ export {
69846
69847
  $pe as chartColorTokens,
69847
69848
  Rme as chipVariants,
69848
69849
  Lhe as computeSectionEndIds,
69849
- Nye as contentTypes,
69850
- S0e as createAtlaskitDriver,
69850
+ Iye as contentTypes,
69851
+ C0e as createAtlaskitDriver,
69851
69852
  kme as createDataSourceDefinition,
69852
69853
  cge as createF0FormDefinitionTester,
69853
69854
  qfe as createF0FormTester,
@@ -69855,7 +69856,7 @@ export {
69855
69856
  uW as createPageLayoutBlockGroup,
69856
69857
  age as dataCollectionLocalStorageHandler,
69857
69858
  oge as datepickerSizes,
69858
- W0e as defaultTranslations,
69859
+ $0e as defaultTranslations,
69859
69860
  Pme as defineAvailableForm,
69860
69861
  Yfe as describeFormSchema,
69861
69862
  zge as dialogs,
@@ -69870,7 +69871,7 @@ export {
69870
69871
  Mhe as flattenElements,
69871
69872
  qp as formatPlaybackTime,
69872
69873
  dge as forms,
69873
- C0e as generateAnchorId,
69874
+ T0e as generateAnchorId,
69874
69875
  Fme as getAnimationVariants,
69875
69876
  vC as getDataCollectionStorageKey,
69876
69877
  Gme as getDataSourcePaginationType,
@@ -69879,7 +69880,7 @@ export {
69879
69880
  Wme as getGranularityDefinition,
69880
69881
  $me as getGranularityDefinitions,
69881
69882
  Ume as getGranularitySimpleDefinition,
69882
- T0e as getSchemaDefinition,
69883
+ D0e as getSchemaDefinition,
69883
69884
  Yme as granularityDefinitions,
69884
69885
  Xme as hasF0Config,
69885
69886
  x3 as inferFieldType,
@@ -69888,58 +69889,58 @@ export {
69888
69889
  Zme as isPageBasedPagination,
69889
69890
  jme as isZodType,
69890
69891
  tge as linkVariants,
69891
- Iye as markdownRenderers,
69892
+ Rye as markdownRenderers,
69892
69893
  Kme as mergeDataCollectionFilters,
69893
69894
  Qme as modules,
69894
- Rye as oneIconSizes,
69895
- D0e as parseDataCollectionUrlParams,
69896
- A0e as predefinedPresets,
69895
+ kye as oneIconSizes,
69896
+ A0e as parseDataCollectionUrlParams,
69897
+ M0e as predefinedPresets,
69897
69898
  Jme as rangeSeparator,
69898
69899
  eye as readDataCollectionStorage,
69899
69900
  YI as reconstructElements,
69900
69901
  tye as resolveDataCollectionFilters,
69901
- M0e as resolveItemNeighbors,
69902
- E0e as resolveWindowNeighbors,
69902
+ E0e as resolveItemNeighbors,
69903
+ L0e as resolveWindowNeighbors,
69903
69904
  rye as secondsToFields,
69904
69905
  nye as secondsToVisibleFields,
69905
- L0e as selectSizes,
69906
- N0e as setDataCollectionUrlParams,
69906
+ N0e as selectSizes,
69907
+ I0e as setDataCollectionUrlParams,
69907
69908
  vge as sliderTooltipModes,
69908
- I0e as syncDataCollectionUrlParams,
69909
+ R0e as syncDataCollectionUrlParams,
69909
69910
  Upe as tagDotColors,
69910
69911
  gge as timelineRowStatuses,
69911
69912
  Pge as toasts,
69912
69913
  iye as unwrapZodSchema,
69913
69914
  aye as useAiChat,
69914
- kye as useAiChatTranslations,
69915
+ Pye as useAiChatTranslations,
69915
69916
  Ife as useAudioPlayer,
69916
- Pye as useCanvasEntity,
69917
- Oye as useChatHistory,
69917
+ Oye as useCanvasEntity,
69918
+ Bye as useChatHistory,
69918
69919
  oye as useData,
69919
69920
  sye as useDataSource,
69920
- R0e as useDataSourceItemNavigation,
69921
- k0e as useDndEvents,
69922
- P0e as useDraggable,
69923
- O0e as useDroppableList,
69921
+ k0e as useDataSourceItemNavigation,
69922
+ P0e as useDndEvents,
69923
+ O0e as useDraggable,
69924
+ B0e as useDroppableList,
69924
69925
  lye as useEmojiConfetti,
69925
69926
  uye as useF0AiFormRegistry,
69926
69927
  cye as useF0Dialog,
69927
69928
  B5 as useF0DialogAlikeContext,
69928
69929
  ng as useF0Form,
69929
- B0e as useF0FormDefinition,
69930
- Bye as useFormCardValueFormatter,
69930
+ z0e as useF0FormDefinition,
69931
+ zye as useFormCardValueFormatter,
69931
69932
  Oge as useFormComponent,
69932
69933
  fye as useGroups,
69933
69934
  kge as useIsDesktop,
69934
69935
  EG as useIsMobile,
69935
- z0e as useItemNeighbors,
69936
- V0e as usePrivacyMode,
69936
+ V0e as useItemNeighbors,
69937
+ F0e as usePrivacyMode,
69937
69938
  K_ as useReducedMotion,
69938
- F0e as useSchemaDefinition,
69939
+ G0e as useSchemaDefinition,
69939
69940
  dye as useSelectable,
69940
- zye as useSetFormCardValueFormatter,
69941
- Vye as useToolCallId,
69941
+ Vye as useSetFormCardValueFormatter,
69942
+ Fye as useToolCallId,
69942
69943
  hye as useXRay,
69943
69944
  nt as withDataTestId,
69944
- G0e as writeDataCollectionStorage
69945
+ H0e as writeDataCollectionStorage
69945
69946
  };
@@ -118,6 +118,10 @@ export declare const defaultTranslations: {
118
118
  readonly navigation: {
119
119
  readonly sidebar: {
120
120
  readonly label: "Main navigation";
121
+ readonly search: "Search";
122
+ readonly tabs: {
123
+ readonly label: "Sidebar sections";
124
+ };
121
125
  readonly companySelector: {
122
126
  readonly label: "Select a company";
123
127
  readonly placeholder: "Select a company";
@@ -414,6 +418,7 @@ export declare const defaultTranslations: {
414
418
  readonly inputPlaceholder: "Ask about time, people, or company info and a lot of other things...";
415
419
  readonly stopAnswerGeneration: "Stop generating";
416
420
  readonly responseStopped: "You stopped this response";
421
+ readonly applyingChanges: "Applying changes";
417
422
  readonly sendMessage: "Send message";
418
423
  readonly thoughtsGroupTitle: "Reasoning";
419
424
  readonly resourcesGroupTitle: "Resources";
@@ -118,6 +118,10 @@ const e = {
118
118
  navigation: {
119
119
  sidebar: {
120
120
  label: "Main navigation",
121
+ search: "Search",
122
+ tabs: {
123
+ label: "Sidebar sections"
124
+ },
121
125
  companySelector: {
122
126
  label: "Select a company",
123
127
  placeholder: "Select a company"
@@ -414,6 +418,7 @@ const e = {
414
418
  inputPlaceholder: "Ask about time, people, or company info and a lot of other things...",
415
419
  stopAnswerGeneration: "Stop generating",
416
420
  responseStopped: "You stopped this response",
421
+ applyingChanges: "Applying changes",
417
422
  sendMessage: "Send message",
418
423
  thoughtsGroupTitle: "Reasoning",
419
424
  resourcesGroupTitle: "Resources",