@factorialco/f0-react 1.240.1 → 1.240.2
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 +1091 -1089
- package/dist/f0.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -3427,6 +3427,11 @@ declare module "@tiptap/core" {
|
|
|
3427
3427
|
}
|
|
3428
3428
|
|
|
3429
3429
|
|
|
3430
|
+
declare namespace Calendar {
|
|
3431
|
+
var displayName: string;
|
|
3432
|
+
}
|
|
3433
|
+
|
|
3434
|
+
|
|
3430
3435
|
declare module "@tiptap/core" {
|
|
3431
3436
|
interface Commands<ReturnType> {
|
|
3432
3437
|
moodTracker: {
|
|
@@ -3434,8 +3439,3 @@ declare module "@tiptap/core" {
|
|
|
3434
3439
|
};
|
|
3435
3440
|
}
|
|
3436
3441
|
}
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
declare namespace Calendar {
|
|
3440
|
-
var displayName: string;
|
|
3441
|
-
}
|