@factorialco/f0-react 1.308.0 → 1.308.1
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 +8 -8
- package/dist/experimental.js +2921 -2908
- package/dist/f0.d.ts +5 -5
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -4802,11 +4802,6 @@ declare module "@tiptap/core" {
|
|
|
4802
4802
|
}
|
|
4803
4803
|
|
|
4804
4804
|
|
|
4805
|
-
declare namespace Calendar {
|
|
4806
|
-
var displayName: string;
|
|
4807
|
-
}
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
4805
|
declare module "@tiptap/core" {
|
|
4811
4806
|
interface Commands<ReturnType> {
|
|
4812
4807
|
moodTracker: {
|
|
@@ -4814,3 +4809,8 @@ declare module "@tiptap/core" {
|
|
|
4814
4809
|
};
|
|
4815
4810
|
}
|
|
4816
4811
|
}
|
|
4812
|
+
|
|
4813
|
+
|
|
4814
|
+
declare namespace Calendar {
|
|
4815
|
+
var displayName: string;
|
|
4816
|
+
}
|
|
@@ -495,11 +495,6 @@ declare module "@tiptap/core" {
|
|
|
495
495
|
}
|
|
496
496
|
|
|
497
497
|
|
|
498
|
-
declare namespace Calendar {
|
|
499
|
-
var displayName: string;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
|
|
503
498
|
declare module "@tiptap/core" {
|
|
504
499
|
interface Commands<ReturnType> {
|
|
505
500
|
moodTracker: {
|
|
@@ -507,3 +502,8 @@ declare module "@tiptap/core" {
|
|
|
507
502
|
};
|
|
508
503
|
}
|
|
509
504
|
}
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
declare namespace Calendar {
|
|
508
|
+
var displayName: string;
|
|
509
|
+
}
|