@factorialco/f0-react 1.224.0 → 1.225.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/experimental.js +6576 -6511
- package/dist/f0.d.ts +5 -5
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -3398,11 +3398,6 @@ declare module "@tiptap/core" {
|
|
|
3398
3398
|
}
|
|
3399
3399
|
|
|
3400
3400
|
|
|
3401
|
-
declare namespace Calendar {
|
|
3402
|
-
var displayName: string;
|
|
3403
|
-
}
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
3401
|
declare module "@tiptap/core" {
|
|
3407
3402
|
interface Commands<ReturnType> {
|
|
3408
3403
|
moodTracker: {
|
|
@@ -3410,3 +3405,8 @@ declare module "@tiptap/core" {
|
|
|
3410
3405
|
};
|
|
3411
3406
|
}
|
|
3412
3407
|
}
|
|
3408
|
+
|
|
3409
|
+
|
|
3410
|
+
declare namespace Calendar {
|
|
3411
|
+
var displayName: string;
|
|
3412
|
+
}
|