@factorialco/f0-react 2.54.0 → 2.55.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
@@ -4709,11 +4709,6 @@ declare module "gridstack" {
4709
4709
  }
4710
4710
 
4711
4711
 
4712
- declare namespace Calendar {
4713
- var displayName: string;
4714
- }
4715
-
4716
-
4717
4712
  declare module "@tiptap/core" {
4718
4713
  interface Commands<ReturnType> {
4719
4714
  aiBlock: {
@@ -4763,6 +4758,11 @@ declare module "@tiptap/core" {
4763
4758
  }
4764
4759
 
4765
4760
 
4761
+ declare namespace Calendar {
4762
+ var displayName: string;
4763
+ }
4764
+
4765
+
4766
4766
  declare namespace F0GraphNodeWrapperInner {
4767
4767
  var displayName: string;
4768
4768
  }
@@ -8864,11 +8864,6 @@ declare module "gridstack" {
8864
8864
  }
8865
8865
 
8866
8866
 
8867
- declare namespace Calendar {
8868
- var displayName: string;
8869
- }
8870
-
8871
-
8872
8867
  declare module "@tiptap/core" {
8873
8868
  interface Commands<ReturnType> {
8874
8869
  aiBlock: {
@@ -8918,6 +8913,11 @@ declare module "@tiptap/core" {
8918
8913
  }
8919
8914
 
8920
8915
 
8916
+ declare namespace Calendar {
8917
+ var displayName: string;
8918
+ }
8919
+
8920
+
8921
8921
  declare namespace F0GraphNodeWrapperInner {
8922
8922
  var displayName: string;
8923
8923
  }
package/dist/f0.d.ts CHANGED
@@ -10466,7 +10466,10 @@ declare interface F0WizardFormBaseProps {
10466
10466
  isOpen: boolean;
10467
10467
  onClose?: () => void;
10468
10468
  title?: string;
10469
+ /** @deprecated Use `size` instead. */
10469
10470
  width?: DialogWidth;
10471
+ /** The size of the wizard dialog. Preferred over the deprecated `width`. */
10472
+ size?: F0DialogSize;
10470
10473
  defaultStepIndex?: number;
10471
10474
  nextLabel?: string;
10472
10475
  previousLabel?: string;
@@ -16141,11 +16144,6 @@ declare module "gridstack" {
16141
16144
  }
16142
16145
 
16143
16146
 
16144
- declare namespace Calendar {
16145
- var displayName: string;
16146
- }
16147
-
16148
-
16149
16147
  declare module "@tiptap/core" {
16150
16148
  interface Commands<ReturnType> {
16151
16149
  aiBlock: {
@@ -16195,6 +16193,11 @@ declare module "@tiptap/core" {
16195
16193
  }
16196
16194
 
16197
16195
 
16196
+ declare namespace Calendar {
16197
+ var displayName: string;
16198
+ }
16199
+
16200
+
16198
16201
  declare namespace F0GraphNodeWrapperInner {
16199
16202
  var displayName: string;
16200
16203
  }