@factorialco/f0-react 1.271.0 → 1.272.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 +3266 -3241
- package/dist/f0.d.ts +5 -5
- package/dist/f0.js +2 -2
- package/dist/{hooks-DhSyBRGu.js → hooks-DhWPNWrb.js} +13515 -13541
- package/dist/styles.css +1 -1
- package/package.json +4 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5778,6 +5778,11 @@ declare module "@tiptap/core" {
|
|
|
5778
5778
|
}
|
|
5779
5779
|
|
|
5780
5780
|
|
|
5781
|
+
declare namespace Calendar {
|
|
5782
|
+
var displayName: string;
|
|
5783
|
+
}
|
|
5784
|
+
|
|
5785
|
+
|
|
5781
5786
|
declare module "@tiptap/core" {
|
|
5782
5787
|
interface Commands<ReturnType> {
|
|
5783
5788
|
moodTracker: {
|
|
@@ -5785,8 +5790,3 @@ declare module "@tiptap/core" {
|
|
|
5785
5790
|
};
|
|
5786
5791
|
}
|
|
5787
5792
|
}
|
|
5788
|
-
|
|
5789
|
-
|
|
5790
|
-
declare namespace Calendar {
|
|
5791
|
-
var displayName: string;
|
|
5792
|
-
}
|