@factorialco/f0-react 1.319.2 → 1.319.3

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.
@@ -6405,23 +6405,6 @@ declare global {
6405
6405
  }
6406
6406
  }
6407
6407
 
6408
- declare module "gridstack" {
6409
- interface GridStackWidget {
6410
- id?: string;
6411
- allowedSizes?: Array<{
6412
- w: number;
6413
- h: number;
6414
- }>;
6415
- meta?: Record<string, unknown>;
6416
- }
6417
- interface GridStackNode {
6418
- allowedSizes?: Array<{
6419
- w: number;
6420
- h: number;
6421
- }>;
6422
- }
6423
- }
6424
-
6425
6408
 
6426
6409
  declare module "@tiptap/core" {
6427
6410
  interface Commands<ReturnType> {
@@ -6449,6 +6432,23 @@ declare module "@tiptap/core" {
6449
6432
  }
6450
6433
  }
6451
6434
 
6435
+ declare module "gridstack" {
6436
+ interface GridStackWidget {
6437
+ id?: string;
6438
+ allowedSizes?: Array<{
6439
+ w: number;
6440
+ h: number;
6441
+ }>;
6442
+ meta?: Record<string, unknown>;
6443
+ }
6444
+ interface GridStackNode {
6445
+ allowedSizes?: Array<{
6446
+ w: number;
6447
+ h: number;
6448
+ }>;
6449
+ }
6450
+ }
6451
+
6452
6452
 
6453
6453
  declare module "@tiptap/core" {
6454
6454
  interface Commands<ReturnType> {