@factorialco/f0-react 1.187.0 → 1.187.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 +5 -5
- package/dist/experimental.js +4318 -4315
- package/dist/f0.d.ts +5 -5
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -2123,11 +2123,6 @@ declare module "@tiptap/core" {
|
|
|
2123
2123
|
}
|
|
2124
2124
|
|
|
2125
2125
|
|
|
2126
|
-
declare namespace Calendar {
|
|
2127
|
-
var displayName: string;
|
|
2128
|
-
}
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
2126
|
declare module "@tiptap/core" {
|
|
2132
2127
|
interface Commands<ReturnType> {
|
|
2133
2128
|
moodTracker: {
|
|
@@ -2135,3 +2130,8 @@ declare module "@tiptap/core" {
|
|
|
2135
2130
|
};
|
|
2136
2131
|
}
|
|
2137
2132
|
}
|
|
2133
|
+
|
|
2134
|
+
|
|
2135
|
+
declare namespace Calendar {
|
|
2136
|
+
var displayName: string;
|
|
2137
|
+
}
|