@factorialco/f0-react 1.235.2 → 1.235.3
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 +3034 -3059
- package/dist/f0.d.ts +5 -5
- package/dist/f0.js +2 -2
- package/dist/{hooks-CV8UudN7.js → hooks-CALHYYfS.js} +9031 -8996
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5181,6 +5181,11 @@ declare module "@tiptap/core" {
|
|
|
5181
5181
|
}
|
|
5182
5182
|
|
|
5183
5183
|
|
|
5184
|
+
declare namespace Calendar {
|
|
5185
|
+
var displayName: string;
|
|
5186
|
+
}
|
|
5187
|
+
|
|
5188
|
+
|
|
5184
5189
|
declare module "@tiptap/core" {
|
|
5185
5190
|
interface Commands<ReturnType> {
|
|
5186
5191
|
moodTracker: {
|
|
@@ -5188,8 +5193,3 @@ declare module "@tiptap/core" {
|
|
|
5188
5193
|
};
|
|
5189
5194
|
}
|
|
5190
5195
|
}
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
declare namespace Calendar {
|
|
5194
|
-
var displayName: string;
|
|
5195
|
-
}
|