@factorialco/f0-react 1.366.0 → 1.368.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.
@@ -1,6 +1,6 @@
1
1
  import { jsx as X, jsxs as le } from "react/jsx-runtime";
2
2
  import { useInsertionEffect as Xe, createContext as ke, useContext as $e, useRef as _, useEffect as ne, useState as _e, useCallback as ze, useMemo as Ye } from "react";
3
- import { y as qe, z as We, D as He, G as je, J as Ne, K as Ke, M as Qe, N as Je, Q as Ze, R as et, V as Ce, W as tt, X as rt, Y as nt, Z as it, _ as ot, $ as at, a0 as st, a1 as ie, a2 as ct, a3 as ut, a4 as lt, a5 as ft, a6 as mt, a7 as dt, a8 as fe, a9 as ht } from "./F0AiChat-hgYSsd3K.js";
3
+ import { y as qe, z as We, D as He, G as je, J as Ne, K as Ke, M as Qe, N as Je, Q as Ze, R as et, V as Ce, W as tt, X as rt, Y as nt, Z as it, _ as ot, $ as at, a0 as st, a1 as ie, a2 as ct, a3 as ut, a4 as lt, a5 as ft, a6 as mt, a7 as dt, a8 as fe, a9 as ht } from "./F0AiChat-3B4UugKL.js";
4
4
  import { useTrackVolume as pt } from "@livekit/components-react";
5
5
  function vt(t, e, r) {
6
6
  Xe(() => t.on(e, r), [t, e, r]);
package/dist/ai.d.ts CHANGED
@@ -1149,6 +1149,11 @@ declare module "gridstack" {
1149
1149
  }
1150
1150
 
1151
1151
 
1152
+ declare namespace Calendar {
1153
+ var displayName: string;
1154
+ }
1155
+
1156
+
1152
1157
  declare module "@tiptap/core" {
1153
1158
  interface Commands<ReturnType> {
1154
1159
  aiBlock: {
@@ -1185,8 +1190,3 @@ declare module "@tiptap/core" {
1185
1190
  };
1186
1191
  }
1187
1192
  }
1188
-
1189
-
1190
- declare namespace Calendar {
1191
- var displayName: string;
1192
- }
package/dist/ai.js CHANGED
@@ -1,6 +1,6 @@
1
- import { A as e, B as o, C as t, E as n, h as i, F as r, a as l, x as c, i as A, b as u, s as F, t as h, v as C, w as T, c as d, n as m, o as I, p as f, H as g, I as S, k as p, L as x, O as H, q as P, P as b, S as k, T as O, l as v, m as w, U as M, r as E, j as L, d as q, e as B, u as U, g as j, f as z } from "./F0AiChat-hgYSsd3K.js";
1
+ import { A as e, B as o, C as t, E as n, h as i, F as r, a as l, x as c, i as A, b as u, s as F, t as h, v as C, w as T, c as d, n as m, o as I, p as f, H as g, I as S, k as p, L as x, O as H, q as P, P as b, S as k, T as O, l as v, m as w, U as M, r as E, j as L, d as q, e as B, u as U, g as j, f as z } from "./F0AiChat-3B4UugKL.js";
2
2
  import { defaultTranslations as R } from "./i18n-provider-defaults.js";
3
- import { A as y, F as G, c as J, b as K, a as N, o as Q, u as W } from "./F0HILActionConfirmation-jfsj-ueP.js";
3
+ import { A as y, F as G, c as J, b as K, a as N, o as Q, u as W } from "./F0HILActionConfirmation-CZTSs7VF.js";
4
4
  export {
5
5
  e as A,
6
6
  y as AiChatTranslationsProvider,
@@ -3162,7 +3162,7 @@ declare type F0SelectItemObject<T, R = unknown> = {
3162
3162
  label: string;
3163
3163
  description?: string;
3164
3164
  avatar?: AvatarVariant;
3165
- tag?: string;
3165
+ tag?: F0SelectTagProp;
3166
3166
  icon?: IconType;
3167
3167
  item?: R;
3168
3168
  disabled?: boolean;
@@ -3234,6 +3234,12 @@ declare type F0SelectProps<T extends string, R = unknown> = F0SelectBaseProps<T,
3234
3234
  export { F0SelectProps }
3235
3235
  export { F0SelectProps as SelectProps }
3236
3236
 
3237
+ export declare type F0SelectTagProp = string | {
3238
+ type: "dot";
3239
+ text: string;
3240
+ color: NewColor;
3241
+ };
3242
+
3237
3243
  /**
3238
3244
  * @experimental This is an experimental component use it at your own risk
3239
3245
  */
@@ -6629,6 +6635,11 @@ declare module "gridstack" {
6629
6635
  }
6630
6636
 
6631
6637
 
6638
+ declare namespace Calendar {
6639
+ var displayName: string;
6640
+ }
6641
+
6642
+
6632
6643
  declare module "@tiptap/core" {
6633
6644
  interface Commands<ReturnType> {
6634
6645
  aiBlock: {
@@ -6665,8 +6676,3 @@ declare module "@tiptap/core" {
6665
6676
  };
6666
6677
  }
6667
6678
  }
6668
-
6669
-
6670
- declare namespace Calendar {
6671
- var displayName: string;
6672
- }