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