@factorialco/f0-react 1.286.0 → 1.288.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 +5443 -5344
- package/dist/f0.d.ts +5 -5
- package/icons/app/ClockPlus.d.ts +4 -0
- package/icons/app/ClockPlus.d.ts.map +1 -0
- package/icons/app/ClockPlus.js +5 -0
- package/icons/app/Computer.d.ts +4 -0
- package/icons/app/Computer.d.ts.map +1 -0
- package/icons/app/Computer.js +5 -0
- package/icons/app/Sleep.d.ts +4 -0
- package/icons/app/Sleep.d.ts.map +1 -0
- package/icons/app/Sleep.js +5 -0
- package/icons/app/Tablet.d.ts +4 -0
- package/icons/app/Tablet.d.ts.map +1 -0
- package/icons/app/Tablet.js +5 -0
- package/icons/app/index.d.ts +4 -0
- package/icons/app/index.d.ts.map +1 -1
- package/icons/app/index.js +4 -0
- package/package.json +2 -2
package/dist/experimental.d.ts
CHANGED
|
@@ -6197,6 +6197,11 @@ declare module "@tiptap/core" {
|
|
|
6197
6197
|
}
|
|
6198
6198
|
|
|
6199
6199
|
|
|
6200
|
+
declare namespace Calendar {
|
|
6201
|
+
var displayName: string;
|
|
6202
|
+
}
|
|
6203
|
+
|
|
6204
|
+
|
|
6200
6205
|
declare module "@tiptap/core" {
|
|
6201
6206
|
interface Commands<ReturnType> {
|
|
6202
6207
|
moodTracker: {
|
|
@@ -6204,8 +6209,3 @@ declare module "@tiptap/core" {
|
|
|
6204
6209
|
};
|
|
6205
6210
|
}
|
|
6206
6211
|
}
|
|
6207
|
-
|
|
6208
|
-
|
|
6209
|
-
declare namespace Calendar {
|
|
6210
|
-
var displayName: string;
|
|
6211
|
-
}
|