@factorialco/f0-react 1.199.1 → 1.199.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 +5 -5
- package/dist/experimental.js +1256 -1245
- package/dist/f0.d.ts +5 -5
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -2762,11 +2762,6 @@ declare module "@tiptap/core" {
|
|
|
2762
2762
|
}
|
|
2763
2763
|
|
|
2764
2764
|
|
|
2765
|
-
declare namespace Calendar {
|
|
2766
|
-
var displayName: string;
|
|
2767
|
-
}
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
2765
|
declare module "@tiptap/core" {
|
|
2771
2766
|
interface Commands<ReturnType> {
|
|
2772
2767
|
moodTracker: {
|
|
@@ -2774,3 +2769,8 @@ declare module "@tiptap/core" {
|
|
|
2774
2769
|
};
|
|
2775
2770
|
}
|
|
2776
2771
|
}
|
|
2772
|
+
|
|
2773
|
+
|
|
2774
|
+
declare namespace Calendar {
|
|
2775
|
+
var displayName: string;
|
|
2776
|
+
}
|