@factorialco/f0-react 1.233.3 → 1.234.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 +5 -5
- package/dist/f0.d.ts +5 -5
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5179,6 +5179,11 @@ declare module "@tiptap/core" {
|
|
|
5179
5179
|
}
|
|
5180
5180
|
|
|
5181
5181
|
|
|
5182
|
+
declare namespace Calendar {
|
|
5183
|
+
var displayName: string;
|
|
5184
|
+
}
|
|
5185
|
+
|
|
5186
|
+
|
|
5182
5187
|
declare module "@tiptap/core" {
|
|
5183
5188
|
interface Commands<ReturnType> {
|
|
5184
5189
|
moodTracker: {
|
|
@@ -5186,8 +5191,3 @@ declare module "@tiptap/core" {
|
|
|
5186
5191
|
};
|
|
5187
5192
|
}
|
|
5188
5193
|
}
|
|
5189
|
-
|
|
5190
|
-
|
|
5191
|
-
declare namespace Calendar {
|
|
5192
|
-
var displayName: string;
|
|
5193
|
-
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -3414,6 +3414,11 @@ declare module "@tiptap/core" {
|
|
|
3414
3414
|
}
|
|
3415
3415
|
|
|
3416
3416
|
|
|
3417
|
+
declare namespace Calendar {
|
|
3418
|
+
var displayName: string;
|
|
3419
|
+
}
|
|
3420
|
+
|
|
3421
|
+
|
|
3417
3422
|
declare module "@tiptap/core" {
|
|
3418
3423
|
interface Commands<ReturnType> {
|
|
3419
3424
|
moodTracker: {
|
|
@@ -3421,8 +3426,3 @@ declare module "@tiptap/core" {
|
|
|
3421
3426
|
};
|
|
3422
3427
|
}
|
|
3423
3428
|
}
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
declare namespace Calendar {
|
|
3427
|
-
var displayName: string;
|
|
3428
|
-
}
|