@factorialco/f0-react 1.296.0 → 1.298.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 +22 -5
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +22 -5
- package/dist/f0.js +567 -656
- package/dist/{hooks-DVXzUSyf.js → hooks-D-lZODNt.js} +20808 -20661
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/icons/ai/One.d.ts +4 -0
- package/icons/ai/One.d.ts.map +1 -0
- package/icons/ai/One.js +5 -0
- package/icons/ai/index.d.ts +1 -0
- package/icons/ai/index.d.ts.map +1 -1
- package/icons/ai/index.js +1 -0
- package/package.json +2 -2
|
@@ -506,6 +506,11 @@ declare module "@tiptap/core" {
|
|
|
506
506
|
}
|
|
507
507
|
|
|
508
508
|
|
|
509
|
+
declare namespace Calendar {
|
|
510
|
+
var displayName: string;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
|
|
509
514
|
declare module "@tiptap/core" {
|
|
510
515
|
interface Commands<ReturnType> {
|
|
511
516
|
moodTracker: {
|
|
@@ -513,8 +518,3 @@ declare module "@tiptap/core" {
|
|
|
513
518
|
};
|
|
514
519
|
}
|
|
515
520
|
}
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
declare namespace Calendar {
|
|
519
|
-
var displayName: string;
|
|
520
|
-
}
|