@factorialco/f0-react 1.206.0 → 1.207.0
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 +3083 -3042
- package/dist/f0.d.ts +6 -5
- package/dist/f0.js +405 -375
- package/dist/{hooks-CY4ijPb5.js → hooks-DpgCYH5Q.js} +8620 -8662
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5049,11 +5049,6 @@ declare module "@tiptap/core" {
|
|
|
5049
5049
|
}
|
|
5050
5050
|
|
|
5051
5051
|
|
|
5052
|
-
declare namespace Calendar {
|
|
5053
|
-
var displayName: string;
|
|
5054
|
-
}
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
5052
|
declare module "@tiptap/core" {
|
|
5058
5053
|
interface Commands<ReturnType> {
|
|
5059
5054
|
moodTracker: {
|
|
@@ -5061,3 +5056,8 @@ declare module "@tiptap/core" {
|
|
|
5061
5056
|
};
|
|
5062
5057
|
}
|
|
5063
5058
|
}
|
|
5059
|
+
|
|
5060
|
+
|
|
5061
|
+
declare namespace Calendar {
|
|
5062
|
+
var displayName: string;
|
|
5063
|
+
}
|