@factorialco/f0-react 2.58.0 → 2.59.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/ai.d.ts CHANGED
@@ -1124,13 +1124,6 @@ declare type CardAvatarVariant = AvatarVariant | {
1124
1124
  } | {
1125
1125
  type: "date";
1126
1126
  date: Date;
1127
- } | {
1128
- type: "pulse";
1129
- firstName: string;
1130
- lastName: string;
1131
- src?: string;
1132
- pulse?: Pulse;
1133
- onPulseClick: () => void;
1134
1127
  };
1135
1128
 
1136
1129
  declare type CardInternalProps = F0AiInsightCardProps & {
@@ -4255,10 +4248,6 @@ declare type Props_2 = {
4255
4248
  customColor: string;
4256
4249
  });
4257
4250
 
4258
- declare type Pulse = (typeof pulses)[number];
4259
-
4260
- declare const pulses: readonly ["superNegative", "negative", "neutral", "positive", "superPositive"];
4261
-
4262
4251
  export declare interface RadarComputation {
4263
4252
  datasetId: string;
4264
4253
  seriesColumn: string;
package/dist/ai.js CHANGED
@@ -1,6 +1,6 @@
1
- import { D as e, F as r, a as t, e as o, f as i, c as n, d as F, I as C, P as A, b as l, u as d } from "./F0CanvasPanel-Dr6ruMgi.js";
1
+ import { D as e, F as r, a as t, e as o, f as i, c as n, d as F, I as C, P as A, b as l, u as d } from "./F0CanvasPanel-44Gm4epD.js";
2
2
  import { defaultTranslations as m } from "./i18n-provider-defaults.js";
3
- import { A as c, C as I, h as P, t as v, v as f, x as p, n as T, j as g, r as y, y as S, q as x, s as H, k as V, e as b, g as k, l as w, F as M, i as O, a as D, p as j, m as q, o as z, b as B, f as E, w as L, c as R, d as G, u as J } from "./useChatHistory-CEzj-hkr.js";
3
+ import { A as c, C as I, h as P, t as v, v as f, x as p, n as T, j as g, r as y, y as S, q as x, s as H, k as V, e as b, g as k, l as w, F as M, i as O, a as D, p as j, m as q, o as z, b as B, f as E, w as L, c as R, d as G, u as J } from "./useChatHistory-HVhWAfGi.js";
4
4
  export {
5
5
  c as AiChatTranslationsProvider,
6
6
  I as ChatSpinner,
@@ -1536,13 +1536,6 @@ declare type CardAvatarVariant = AvatarVariant | {
1536
1536
  } | {
1537
1537
  type: "date";
1538
1538
  date: Date;
1539
- } | {
1540
- type: "pulse";
1541
- firstName: string;
1542
- lastName: string;
1543
- src?: string;
1544
- pulse?: Pulse;
1545
- onPulseClick: () => void;
1546
1539
  };
1547
1540
 
1548
1541
  /**