@factorialco/f0-react 1.309.1 → 1.310.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/experimental.d.ts +17 -17
- package/dist/f0.d.ts +17 -17
- package/dist/i18n-provider-defaults.d.ts +17 -17
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -6438,6 +6438,23 @@ declare global {
|
|
|
6438
6438
|
}
|
|
6439
6439
|
}
|
|
6440
6440
|
|
|
6441
|
+
declare module "gridstack" {
|
|
6442
|
+
interface GridStackWidget {
|
|
6443
|
+
id?: string;
|
|
6444
|
+
allowedSizes?: Array<{
|
|
6445
|
+
w: number;
|
|
6446
|
+
h: number;
|
|
6447
|
+
}>;
|
|
6448
|
+
meta?: Record<string, unknown>;
|
|
6449
|
+
}
|
|
6450
|
+
interface GridStackNode {
|
|
6451
|
+
allowedSizes?: Array<{
|
|
6452
|
+
w: number;
|
|
6453
|
+
h: number;
|
|
6454
|
+
}>;
|
|
6455
|
+
}
|
|
6456
|
+
}
|
|
6457
|
+
|
|
6441
6458
|
|
|
6442
6459
|
declare module "@tiptap/core" {
|
|
6443
6460
|
interface Commands<ReturnType> {
|
|
@@ -6465,23 +6482,6 @@ declare module "@tiptap/core" {
|
|
|
6465
6482
|
}
|
|
6466
6483
|
}
|
|
6467
6484
|
|
|
6468
|
-
declare module "gridstack" {
|
|
6469
|
-
interface GridStackWidget {
|
|
6470
|
-
id?: string;
|
|
6471
|
-
allowedSizes?: Array<{
|
|
6472
|
-
w: number;
|
|
6473
|
-
h: number;
|
|
6474
|
-
}>;
|
|
6475
|
-
meta?: Record<string, unknown>;
|
|
6476
|
-
}
|
|
6477
|
-
interface GridStackNode {
|
|
6478
|
-
allowedSizes?: Array<{
|
|
6479
|
-
w: number;
|
|
6480
|
-
h: number;
|
|
6481
|
-
}>;
|
|
6482
|
-
}
|
|
6483
|
-
}
|
|
6484
|
-
|
|
6485
6485
|
|
|
6486
6486
|
declare module "@tiptap/core" {
|
|
6487
6487
|
interface Commands<ReturnType> {
|
package/dist/f0.d.ts
CHANGED
|
@@ -4757,6 +4757,23 @@ declare global {
|
|
|
4757
4757
|
}
|
|
4758
4758
|
}
|
|
4759
4759
|
|
|
4760
|
+
declare module "gridstack" {
|
|
4761
|
+
interface GridStackWidget {
|
|
4762
|
+
id?: string;
|
|
4763
|
+
allowedSizes?: Array<{
|
|
4764
|
+
w: number;
|
|
4765
|
+
h: number;
|
|
4766
|
+
}>;
|
|
4767
|
+
meta?: Record<string, unknown>;
|
|
4768
|
+
}
|
|
4769
|
+
interface GridStackNode {
|
|
4770
|
+
allowedSizes?: Array<{
|
|
4771
|
+
w: number;
|
|
4772
|
+
h: number;
|
|
4773
|
+
}>;
|
|
4774
|
+
}
|
|
4775
|
+
}
|
|
4776
|
+
|
|
4760
4777
|
|
|
4761
4778
|
declare module "@tiptap/core" {
|
|
4762
4779
|
interface Commands<ReturnType> {
|
|
@@ -4784,23 +4801,6 @@ declare module "@tiptap/core" {
|
|
|
4784
4801
|
}
|
|
4785
4802
|
}
|
|
4786
4803
|
|
|
4787
|
-
declare module "gridstack" {
|
|
4788
|
-
interface GridStackWidget {
|
|
4789
|
-
id?: string;
|
|
4790
|
-
allowedSizes?: Array<{
|
|
4791
|
-
w: number;
|
|
4792
|
-
h: number;
|
|
4793
|
-
}>;
|
|
4794
|
-
meta?: Record<string, unknown>;
|
|
4795
|
-
}
|
|
4796
|
-
interface GridStackNode {
|
|
4797
|
-
allowedSizes?: Array<{
|
|
4798
|
-
w: number;
|
|
4799
|
-
h: number;
|
|
4800
|
-
}>;
|
|
4801
|
-
}
|
|
4802
|
-
}
|
|
4803
|
-
|
|
4804
4804
|
|
|
4805
4805
|
declare module "@tiptap/core" {
|
|
4806
4806
|
interface Commands<ReturnType> {
|
|
@@ -450,6 +450,23 @@ declare global {
|
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
452
|
|
|
453
|
+
declare module "gridstack" {
|
|
454
|
+
interface GridStackWidget {
|
|
455
|
+
id?: string;
|
|
456
|
+
allowedSizes?: Array<{
|
|
457
|
+
w: number;
|
|
458
|
+
h: number;
|
|
459
|
+
}>;
|
|
460
|
+
meta?: Record<string, unknown>;
|
|
461
|
+
}
|
|
462
|
+
interface GridStackNode {
|
|
463
|
+
allowedSizes?: Array<{
|
|
464
|
+
w: number;
|
|
465
|
+
h: number;
|
|
466
|
+
}>;
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
|
|
453
470
|
|
|
454
471
|
declare module "@tiptap/core" {
|
|
455
472
|
interface Commands<ReturnType> {
|
|
@@ -477,23 +494,6 @@ declare module "@tiptap/core" {
|
|
|
477
494
|
}
|
|
478
495
|
}
|
|
479
496
|
|
|
480
|
-
declare module "gridstack" {
|
|
481
|
-
interface GridStackWidget {
|
|
482
|
-
id?: string;
|
|
483
|
-
allowedSizes?: Array<{
|
|
484
|
-
w: number;
|
|
485
|
-
h: number;
|
|
486
|
-
}>;
|
|
487
|
-
meta?: Record<string, unknown>;
|
|
488
|
-
}
|
|
489
|
-
interface GridStackNode {
|
|
490
|
-
allowedSizes?: Array<{
|
|
491
|
-
w: number;
|
|
492
|
-
h: number;
|
|
493
|
-
}>;
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
|
|
497
497
|
|
|
498
498
|
declare module "@tiptap/core" {
|
|
499
499
|
interface Commands<ReturnType> {
|