@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/{F0CanvasPanel-Dr6ruMgi.js → F0CanvasPanel-44Gm4epD.js} +16716 -16879
- package/dist/ai.d.ts +0 -11
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +0 -7
- package/dist/experimental.js +1458 -1319
- package/dist/f0.d.ts +0 -11
- package/dist/f0.js +6 -6
- package/dist/{readDataCollectionStorage-DyBXGaXR.js → readDataCollectionStorage-U2-EKmqB.js} +3190 -3176
- package/dist/{useChatHistory-CEzj-hkr.js → useChatHistory-HVhWAfGi.js} +1 -1
- package/package.json +1 -1
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-
|
|
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-
|
|
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,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -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
|
/**
|