@factorialco/f0-react 1.319.2 → 1.320.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 +1008 -995
- package/dist/f0.d.ts +5 -5
- package/dist/f0.js +2 -2
- package/dist/{hooks-CyB5Juwa.js → hooks-DfJTw7RN.js} +16041 -15989
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/package.json +5 -5
package/dist/experimental.d.ts
CHANGED
|
@@ -6450,6 +6450,11 @@ declare module "@tiptap/core" {
|
|
|
6450
6450
|
}
|
|
6451
6451
|
|
|
6452
6452
|
|
|
6453
|
+
declare namespace Calendar {
|
|
6454
|
+
var displayName: string;
|
|
6455
|
+
}
|
|
6456
|
+
|
|
6457
|
+
|
|
6453
6458
|
declare module "@tiptap/core" {
|
|
6454
6459
|
interface Commands<ReturnType> {
|
|
6455
6460
|
moodTracker: {
|
|
@@ -6457,8 +6462,3 @@ declare module "@tiptap/core" {
|
|
|
6457
6462
|
};
|
|
6458
6463
|
}
|
|
6459
6464
|
}
|
|
6460
|
-
|
|
6461
|
-
|
|
6462
|
-
declare namespace Calendar {
|
|
6463
|
-
var displayName: string;
|
|
6464
|
-
}
|