@factorialco/f0-react 1.303.4 → 1.303.5
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 +6 -5
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +6 -5
- package/dist/f0.js +2 -2
- package/dist/{hooks-BvQUUeUk.js → hooks-CSPsU7f1.js} +8649 -8635
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/package.json +1 -1
|
@@ -494,6 +494,11 @@ declare module "@tiptap/core" {
|
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
|
|
497
|
+
declare namespace Calendar {
|
|
498
|
+
var displayName: string;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
|
|
497
502
|
declare module "@tiptap/core" {
|
|
498
503
|
interface Commands<ReturnType> {
|
|
499
504
|
moodTracker: {
|
|
@@ -501,8 +506,3 @@ declare module "@tiptap/core" {
|
|
|
501
506
|
};
|
|
502
507
|
}
|
|
503
508
|
}
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
declare namespace Calendar {
|
|
507
|
-
var displayName: string;
|
|
508
|
-
}
|