@factorialco/f0-react 1.438.2 → 1.438.3

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,7 +1,7 @@
1
1
  import { defaultTranslations as ke } from "./i18n-provider-defaults.js";
2
2
  import { jsx as q, jsxs as le } from "react/jsx-runtime";
3
3
  import { useInsertionEffect as Xe, createContext as Ye, useContext as $e, useRef as B, useEffect as ie, useState as Ue, useCallback as qe, useMemo as He } from "react";
4
- import { r as Ke, l as je, m as Qe, n as Je, o as Me, p as Ze, q as et, s as tt, t as rt, v as nt, w as Ne, x as ot, V as it, y as st, z as at, A as ct, S as ut, H as lt, B as se, D as ft, E as dt, G as ht, J as mt, K as pt, L as vt, M as fe, N as gt } from "./F0AiChat-C8H9OyiK.js";
4
+ import { r as Ke, l as je, m as Qe, n as Je, o as Me, p as Ze, q as et, s as tt, t as rt, v as nt, w as Ne, x as ot, V as it, y as st, z as at, A as ct, S as ut, H as lt, B as se, D as ft, E as dt, G as ht, J as mt, K as pt, L as vt, M as fe, N as gt } from "./F0AiChat-Cv0j7lo_.js";
5
5
  import { useTrackVolume as wt } from "@livekit/components-react";
6
6
  function Tt(t, e, r) {
7
7
  Xe(() => t.on(e, r), [t, e, r]);
package/dist/ai.js CHANGED
@@ -1,6 +1,6 @@
1
- import { i as t, h as i, F as e, a as n, C as o, b as r, j as A, k as c, I as u, g as F, c as h, d as C, u as l, f as I, e as f } from "./F0AiChat-C8H9OyiK.js";
1
+ import { i as t, h as i, F as e, a as n, C as o, b as r, j as A, k as c, I as u, g as F, c as h, d as C, u as l, f as I, e as f } from "./F0AiChat-Cv0j7lo_.js";
2
2
  import { defaultTranslations as d } from "./i18n-provider-defaults.js";
3
- import { A as p, F as S, c as g, d as v, b as x, a as k, o as O, u as P } from "./F0HILActionConfirmation-DjKwUcGT.js";
3
+ import { A as p, F as S, c as g, d as v, b as x, a as k, o as O, u as P } from "./F0HILActionConfirmation-DDhZML5m.js";
4
4
  export {
5
5
  p as AiChatTranslationsProvider,
6
6
  t as ChatSpinner,
@@ -114,6 +114,7 @@ import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
114
114
  import { ValueDisplayRendererContext as ValueDisplayRendererContext_2 } from './experimental';
115
115
  import { VariantProps } from 'cva';
116
116
  import { VerticalBarChartProps } from './experimental';
117
+ import { VirtualItem } from '@tanstack/react-virtual';
117
118
  import { WidgetProps as WidgetProps_2 } from './experimental';
118
119
  import { WithDataTestIdProps as WithDataTestIdProps_2 } from './experimental';
119
120
  import { WithDataTestIdReturnType } from './experimental';
@@ -3122,7 +3123,7 @@ export declare interface DetailsItemType {
3122
3123
  spacingAtTheBottom?: boolean;
3123
3124
  }
3124
3125
 
3125
- export declare const Dialog: WithDataTestIdReturnType_5<ForwardRefExoticComponent<Omit<DialogProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLElement | SVGElement>>>;
3126
+ export declare const Dialog: WithDataTestIdReturnType_2<ForwardRefExoticComponent<Omit<DialogProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLElement | SVGElement>>>;
3126
3127
 
3127
3128
  declare type DialogProps = {
3128
3129
  header: {
@@ -6026,7 +6027,14 @@ declare interface ReactionProps {
6026
6027
  onInteraction?: (emoji: string) => void;
6027
6028
  }
6028
6029
 
6029
- declare interface ReactionsProps {
6030
+ /**
6031
+ * @experimental This is an experimental component use it at your own risk
6032
+ */
6033
+ export declare const Reactions: typeof _Reactions;
6034
+
6035
+ declare function _Reactions({ items, onInteraction, locale, action }: ReactionsProps): JSX_2.Element;
6036
+
6037
+ export declare interface ReactionsProps {
6030
6038
  items: ReactionProps[];
6031
6039
  onInteraction?: (emoji: string) => void;
6032
6040
  locale?: string;
@@ -7209,6 +7217,19 @@ declare const VerticalOverflowList: {
7209
7217
  displayName: string;
7210
7218
  };
7211
7219
 
7220
+ /**
7221
+ * @experimental This is an experimental component use it at your own risk
7222
+ */
7223
+ export declare const VirtualList: default_2.ForwardRefExoticComponent<VirtualListProps & default_2.RefAttributes<HTMLDivElement>>;
7224
+
7225
+ declare type VirtualListProps = {
7226
+ height: number;
7227
+ itemCount: number;
7228
+ itemSize: number | ((index: number) => number);
7229
+ renderer: (item: VirtualItem) => JSX.Element;
7230
+ className?: string;
7231
+ };
7232
+
7212
7233
  declare type VisualizacionTypeDefinition<Props, Settings = Record<string, never>> = {
7213
7234
  render: (props: Props) => JSX.Element;
7214
7235
  name: string;