@factorialco/f0-react 1.452.0 → 1.453.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
@@ -2651,6 +2651,11 @@ declare module "gridstack" {
2651
2651
  }
2652
2652
 
2653
2653
 
2654
+ declare namespace Calendar {
2655
+ var displayName: string;
2656
+ }
2657
+
2658
+
2654
2659
  declare module "@tiptap/core" {
2655
2660
  interface Commands<ReturnType> {
2656
2661
  aiBlock: {
@@ -2698,8 +2703,3 @@ declare module "@tiptap/core" {
2698
2703
  };
2699
2704
  }
2700
2705
  }
2701
-
2702
-
2703
- declare namespace Calendar {
2704
- var displayName: string;
2705
- }
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-Cj0SpVLR.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-CLTpMqnb.js";
2
2
  import { defaultTranslations as m } from "./i18n-provider-defaults.js";
3
- import { A as p, e as g, F as S, c as v, d as x, b as k, a as O, f as P, o as b, u as y } from "./types-Cv-6WKdU.js";
3
+ import { A as p, e as g, F as S, c as v, d as x, b as k, a as O, f as P, o as b, u as y } from "./types-BcRmQjTr.js";
4
4
  export {
5
5
  p as AiChatTranslationsProvider,
6
6
  t as ChatSpinner,
@@ -7684,6 +7684,11 @@ declare module "gridstack" {
7684
7684
  }
7685
7685
 
7686
7686
 
7687
+ declare namespace Calendar {
7688
+ var displayName: string;
7689
+ }
7690
+
7691
+
7687
7692
  declare module "@tiptap/core" {
7688
7693
  interface Commands<ReturnType> {
7689
7694
  aiBlock: {
@@ -7731,8 +7736,3 @@ declare module "@tiptap/core" {
7731
7736
  };
7732
7737
  }
7733
7738
  }
7734
-
7735
-
7736
- declare namespace Calendar {
7737
- var displayName: string;
7738
- }