@factorialco/f0-react 1.238.0 → 1.238.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 +3 -0
- package/dist/f0.d.ts +5 -5
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5370,6 +5370,11 @@ declare module "@tiptap/core" {
|
|
|
5370
5370
|
}
|
|
5371
5371
|
|
|
5372
5372
|
|
|
5373
|
+
declare namespace Calendar {
|
|
5374
|
+
var displayName: string;
|
|
5375
|
+
}
|
|
5376
|
+
|
|
5377
|
+
|
|
5373
5378
|
declare module "@tiptap/core" {
|
|
5374
5379
|
interface Commands<ReturnType> {
|
|
5375
5380
|
moodTracker: {
|
|
@@ -5377,8 +5382,3 @@ declare module "@tiptap/core" {
|
|
|
5377
5382
|
};
|
|
5378
5383
|
}
|
|
5379
5384
|
}
|
|
5380
|
-
|
|
5381
|
-
|
|
5382
|
-
declare namespace Calendar {
|
|
5383
|
-
var displayName: string;
|
|
5384
|
-
}
|
package/dist/experimental.js
CHANGED
|
@@ -15289,6 +15289,9 @@ const A8 = ({ disabled: t, open: e, onChange: n, size: i = "sm", className: r })
|
|
|
15289
15289
|
children: f("button", {
|
|
15290
15290
|
className: "flex w-full items-center justify-between",
|
|
15291
15291
|
"aria-label": x || e,
|
|
15292
|
+
onClick: (ge) => {
|
|
15293
|
+
ge.preventDefault();
|
|
15294
|
+
},
|
|
15292
15295
|
children: _e && f(Cz, {
|
|
15293
15296
|
item: _e
|
|
15294
15297
|
})
|
package/dist/f0.d.ts
CHANGED
|
@@ -3415,6 +3415,11 @@ declare module "@tiptap/core" {
|
|
|
3415
3415
|
}
|
|
3416
3416
|
|
|
3417
3417
|
|
|
3418
|
+
declare namespace Calendar {
|
|
3419
|
+
var displayName: string;
|
|
3420
|
+
}
|
|
3421
|
+
|
|
3422
|
+
|
|
3418
3423
|
declare module "@tiptap/core" {
|
|
3419
3424
|
interface Commands<ReturnType> {
|
|
3420
3425
|
moodTracker: {
|
|
@@ -3422,8 +3427,3 @@ declare module "@tiptap/core" {
|
|
|
3422
3427
|
};
|
|
3423
3428
|
}
|
|
3424
3429
|
}
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
declare namespace Calendar {
|
|
3428
|
-
var displayName: string;
|
|
3429
|
-
}
|