@factorialco/f0-react 1.227.0 → 1.228.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 +3523 -3544
- package/dist/f0.d.ts +5 -5
- package/dist/f0.js +2 -2
- package/dist/{hooks-D8oWmrY7.js → hooks-D30-_L4u.js} +15470 -15426
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5151,6 +5151,11 @@ declare module "@tiptap/core" {
|
|
|
5151
5151
|
}
|
|
5152
5152
|
|
|
5153
5153
|
|
|
5154
|
+
declare namespace Calendar {
|
|
5155
|
+
var displayName: string;
|
|
5156
|
+
}
|
|
5157
|
+
|
|
5158
|
+
|
|
5154
5159
|
declare module "@tiptap/core" {
|
|
5155
5160
|
interface Commands<ReturnType> {
|
|
5156
5161
|
moodTracker: {
|
|
@@ -5158,8 +5163,3 @@ declare module "@tiptap/core" {
|
|
|
5158
5163
|
};
|
|
5159
5164
|
}
|
|
5160
5165
|
}
|
|
5161
|
-
|
|
5162
|
-
|
|
5163
|
-
declare namespace Calendar {
|
|
5164
|
-
var displayName: string;
|
|
5165
|
-
}
|