@factorialco/f0-react 1.389.0 → 1.390.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.
@@ -1,6 +1,6 @@
1
1
  import { jsx as G, jsxs as le } from "react/jsx-runtime";
2
2
  import { useInsertionEffect as Ge, createContext as ke, useContext as $e, useRef as _, useEffect as ne, useState as _e, useCallback as Ye, useMemo as ze } from "react";
3
- import { G as qe, J as We, K as He, M as je, N as Ne, Q as Ke, R as Qe, V as Je, W as Ze, X as et, Y as Ce, Z as tt, _ as rt, $ as nt, a0 as it, a1 as ot, a2 as at, a3 as st, a4 as ie, a5 as ct, a6 as ut, a7 as lt, a8 as ft, a9 as mt, aa as dt, ab as fe, ac as ht } from "./F0AiChat-DIBpfRHh.js";
3
+ import { G as qe, J as We, K as He, M as je, N as Ne, Q as Ke, R as Qe, V as Je, W as Ze, X as et, Y as Ce, Z as tt, _ as rt, $ as nt, a0 as it, a1 as ot, a2 as at, a3 as st, a4 as ie, a5 as ct, a6 as ut, a7 as lt, a8 as ft, a9 as mt, aa as dt, ab as fe, ac as ht } from "./F0AiChat-nPbqtFaA.js";
4
4
  import { useTrackVolume as pt } from "@livekit/components-react";
5
5
  function vt(t, e, r) {
6
6
  Ge(() => t.on(e, r), [t, e, r]);
package/dist/ai.js CHANGED
@@ -1,6 +1,6 @@
1
- import { A as e, B as t, C as n, q as o, E as i, h as r, F as l, a as c, D as A, i as u, b as F, j as h, w as C, x as m, y as T, z as d, c as f, r as S, s as p, t as I, H as g, I as k, m as x, L as H, O as P, v as b, P as w, S as M, T as O, n as v, o as D, p as E, U as L, k as R, l as q, d as y, e as z, u as B, g as U, f as j } from "./F0AiChat-DIBpfRHh.js";
1
+ import { A as e, B as t, C as n, q as o, E as i, h as r, F as l, a as c, D as A, i as u, b as F, j as h, w as C, x as m, y as T, z as d, c as f, r as S, s as p, t as I, H as g, I as k, m as x, L as H, O as P, v as b, P as w, S as M, T as O, n as v, o as D, p as E, U as L, k as R, l as q, d as y, e as z, u as B, g as U, f as j } from "./F0AiChat-nPbqtFaA.js";
2
2
  import { defaultTranslations as G } from "./i18n-provider-defaults.js";
3
- import { A as K, F as N, c as Q, b as W, a as X, o as Y, u as Z } from "./F0HILActionConfirmation-Q8FqZblZ.js";
3
+ import { A as K, F as N, c as Q, b as W, a as X, o as Y, u as Z } from "./F0HILActionConfirmation-B5UWkFgg.js";
4
4
  export {
5
5
  e as A,
6
6
  K as AiChatTranslationsProvider,
@@ -1914,6 +1914,8 @@ export declare type DataCollectionSourceDefinition<R extends RecordType = Record
1914
1914
  itemActions?: ItemActions;
1915
1915
  /** Available primary actions that can be performed on the collection */
1916
1916
  primaryActions?: PrimaryActionsDefinitionFn;
1917
+ /** Label for the primary actions dropdown trigger button */
1918
+ primaryActionsLabel?: string;
1917
1919
  /** Available secondary actions that can be performed on the collection */
1918
1920
  secondaryActions?: SecondaryActionsDefinition;
1919
1921
  /** Available summaries fields. If not provided, summaries is not allowed. */
@@ -5486,7 +5488,7 @@ declare interface PrimaryActionButton extends PrimaryAction {
5486
5488
  onClick: () => void;
5487
5489
  }
5488
5490
 
5489
- export declare type PrimaryActionItemDefinition = Pick<DropdownItemObject, "label" | "icon"> & {
5491
+ export declare type PrimaryActionItemDefinition = Pick<DropdownItemObject, "label" | "icon" | "description"> & {
5490
5492
  loading?: boolean;
5491
5493
  onClick?: () => void | Promise<void>;
5492
5494
  disabled?: boolean;