@factorialco/f0-react 2.58.0 → 2.60.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;
@@ -4713,11 +4702,6 @@ declare module "gridstack" {
4713
4702
  }
4714
4703
 
4715
4704
 
4716
- declare namespace Calendar {
4717
- var displayName: string;
4718
- }
4719
-
4720
-
4721
4705
  declare module "@tiptap/core" {
4722
4706
  interface Commands<ReturnType> {
4723
4707
  aiBlock: {
@@ -4767,6 +4751,11 @@ declare module "@tiptap/core" {
4767
4751
  }
4768
4752
 
4769
4753
 
4754
+ declare namespace Calendar {
4755
+ var displayName: string;
4756
+ }
4757
+
4758
+
4770
4759
  declare namespace F0GraphNodeWrapperInner {
4771
4760
  var displayName: string;
4772
4761
  }
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-Dwn0nUXM.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-t42cvE76.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
  /**
@@ -9175,11 +9168,6 @@ declare module "gridstack" {
9175
9168
  }
9176
9169
 
9177
9170
 
9178
- declare namespace Calendar {
9179
- var displayName: string;
9180
- }
9181
-
9182
-
9183
9171
  declare module "@tiptap/core" {
9184
9172
  interface Commands<ReturnType> {
9185
9173
  aiBlock: {
@@ -9229,6 +9217,11 @@ declare module "@tiptap/core" {
9229
9217
  }
9230
9218
 
9231
9219
 
9220
+ declare namespace Calendar {
9221
+ var displayName: string;
9222
+ }
9223
+
9224
+
9232
9225
  declare namespace F0GraphNodeWrapperInner {
9233
9226
  var displayName: string;
9234
9227
  }