@factorialco/f0-react 1.210.0 → 1.210.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/dist/experimental.d.ts +8 -6
- package/dist/experimental.js +610 -595
- package/dist/f0.d.ts +5 -5
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -3364,11 +3364,6 @@ declare module "@tiptap/core" {
|
|
|
3364
3364
|
}
|
|
3365
3365
|
|
|
3366
3366
|
|
|
3367
|
-
declare namespace Calendar {
|
|
3368
|
-
var displayName: string;
|
|
3369
|
-
}
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
3367
|
declare module "@tiptap/core" {
|
|
3373
3368
|
interface Commands<ReturnType> {
|
|
3374
3369
|
moodTracker: {
|
|
@@ -3376,3 +3371,8 @@ declare module "@tiptap/core" {
|
|
|
3376
3371
|
};
|
|
3377
3372
|
}
|
|
3378
3373
|
}
|
|
3374
|
+
|
|
3375
|
+
|
|
3376
|
+
declare namespace Calendar {
|
|
3377
|
+
var displayName: string;
|
|
3378
|
+
}
|