@factorialco/f0-react 1.195.0 → 1.195.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 +2329 -2370
- package/dist/f0.d.ts +5 -5
- package/dist/f0.js +2 -2
- package/dist/{hooks-B6Pv4TaE.js → hooks-CbFey1zm.js} +8654 -8612
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -4826,11 +4826,6 @@ declare module "@tiptap/core" {
|
|
|
4826
4826
|
}
|
|
4827
4827
|
|
|
4828
4828
|
|
|
4829
|
-
declare namespace Calendar {
|
|
4830
|
-
var displayName: string;
|
|
4831
|
-
}
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
4829
|
declare module "@tiptap/core" {
|
|
4835
4830
|
interface Commands<ReturnType> {
|
|
4836
4831
|
moodTracker: {
|
|
@@ -4838,3 +4833,8 @@ declare module "@tiptap/core" {
|
|
|
4838
4833
|
};
|
|
4839
4834
|
}
|
|
4840
4835
|
}
|
|
4836
|
+
|
|
4837
|
+
|
|
4838
|
+
declare namespace Calendar {
|
|
4839
|
+
var displayName: string;
|
|
4840
|
+
}
|