@factorialco/f0-react 1.315.0 → 1.316.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 +12 -6
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +11 -6
- package/dist/f0.js +2 -2
- package/dist/{hooks-BIWBS-V4.js → hooks-Cai7CCkN.js} +11051 -11043
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -503,11 +503,6 @@ declare module "@tiptap/core" {
|
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
|
|
506
|
-
declare namespace Calendar {
|
|
507
|
-
var displayName: string;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
|
|
511
506
|
declare module "@tiptap/core" {
|
|
512
507
|
interface Commands<ReturnType> {
|
|
513
508
|
moodTracker: {
|
|
@@ -515,3 +510,8 @@ declare module "@tiptap/core" {
|
|
|
515
510
|
};
|
|
516
511
|
}
|
|
517
512
|
}
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
declare namespace Calendar {
|
|
516
|
+
var displayName: string;
|
|
517
|
+
}
|