@factorialco/f0-react 1.232.0 → 1.233.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 +4976 -4971
- package/dist/f0.d.ts +5 -5
- package/dist/f0.js +128 -128
- package/dist/{hooks-CDonfn73.js → hooks-C1WJ6dmn.js} +12320 -12318
- package/dist/styles.css +1 -1
- package/package.json +2 -2
package/dist/experimental.d.ts
CHANGED
|
@@ -5161,11 +5161,6 @@ declare module "@tiptap/core" {
|
|
|
5161
5161
|
}
|
|
5162
5162
|
|
|
5163
5163
|
|
|
5164
|
-
declare namespace Calendar {
|
|
5165
|
-
var displayName: string;
|
|
5166
|
-
}
|
|
5167
|
-
|
|
5168
|
-
|
|
5169
5164
|
declare module "@tiptap/core" {
|
|
5170
5165
|
interface Commands<ReturnType> {
|
|
5171
5166
|
moodTracker: {
|
|
@@ -5173,3 +5168,8 @@ declare module "@tiptap/core" {
|
|
|
5173
5168
|
};
|
|
5174
5169
|
}
|
|
5175
5170
|
}
|
|
5171
|
+
|
|
5172
|
+
|
|
5173
|
+
declare namespace Calendar {
|
|
5174
|
+
var displayName: string;
|
|
5175
|
+
}
|