@factorialco/f0-react 1.325.0 → 1.326.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 +562 -548
- package/dist/f0.d.ts +5 -5
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -6480,6 +6480,11 @@ declare module "@tiptap/core" {
|
|
|
6480
6480
|
}
|
|
6481
6481
|
|
|
6482
6482
|
|
|
6483
|
+
declare namespace Calendar {
|
|
6484
|
+
var displayName: string;
|
|
6485
|
+
}
|
|
6486
|
+
|
|
6487
|
+
|
|
6483
6488
|
declare module "@tiptap/core" {
|
|
6484
6489
|
interface Commands<ReturnType> {
|
|
6485
6490
|
moodTracker: {
|
|
@@ -6487,8 +6492,3 @@ declare module "@tiptap/core" {
|
|
|
6487
6492
|
};
|
|
6488
6493
|
}
|
|
6489
6494
|
}
|
|
6490
|
-
|
|
6491
|
-
|
|
6492
|
-
declare namespace Calendar {
|
|
6493
|
-
var displayName: string;
|
|
6494
|
-
}
|