@factorialco/f0-react 1.310.0 → 1.311.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/README.md +1 -1
- package/dist/experimental.d.ts +5 -11
- package/dist/experimental.js +8000 -8053
- package/dist/f0.d.ts +161 -14
- package/dist/f0.js +942 -895
- package/dist/{hooks-BxHngDSH.js → hooks-BivGRF9G.js} +17035 -16958
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -495,6 +495,11 @@ declare module "@tiptap/core" {
|
|
|
495
495
|
}
|
|
496
496
|
|
|
497
497
|
|
|
498
|
+
declare namespace Calendar {
|
|
499
|
+
var displayName: string;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
|
|
498
503
|
declare module "@tiptap/core" {
|
|
499
504
|
interface Commands<ReturnType> {
|
|
500
505
|
moodTracker: {
|
|
@@ -502,8 +507,3 @@ declare module "@tiptap/core" {
|
|
|
502
507
|
};
|
|
503
508
|
}
|
|
504
509
|
}
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
declare namespace Calendar {
|
|
508
|
-
var displayName: string;
|
|
509
|
-
}
|