@factorialco/f0-react 1.236.1 → 1.236.2

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.
@@ -5190,11 +5190,6 @@ declare module "@tiptap/core" {
5190
5190
  }
5191
5191
 
5192
5192
 
5193
- declare namespace Calendar {
5194
- var displayName: string;
5195
- }
5196
-
5197
-
5198
5193
  declare module "@tiptap/core" {
5199
5194
  interface Commands<ReturnType> {
5200
5195
  moodTracker: {
@@ -5202,3 +5197,8 @@ declare module "@tiptap/core" {
5202
5197
  };
5203
5198
  }
5204
5199
  }
5200
+
5201
+
5202
+ declare namespace Calendar {
5203
+ var displayName: string;
5204
+ }
@@ -29949,9 +29949,9 @@ const RW = (t) => "date" in t, FW = {
29949
29949
  })]
29950
29950
  })]
29951
29951
  }), e && b(HN, {
29952
- className: "px-4 pb-4 pt-2 [&_div]:w-full",
29952
+ className: "px-4 pb-4 pt-2",
29953
29953
  children: [b("div", {
29954
- className: "hidden sm:flex sm:flex-row sm:justify-between sm:gap-3",
29954
+ className: "hidden sm:flex sm:flex-row sm:justify-between sm:gap-3 [&>div]:w-full",
29955
29955
  children: [f(pe, {
29956
29956
  variant: "outline",
29957
29957
  ...e.secondary
@@ -29960,7 +29960,7 @@ const RW = (t) => "date" in t, FW = {
29960
29960
  variant: e.primary.variant || "default"
29961
29961
  })]
29962
29962
  }), b("div", {
29963
- className: "flex flex-col-reverse gap-2 sm:hidden",
29963
+ className: "flex flex-col-reverse gap-2 sm:hidden [&>div]:w-full",
29964
29964
  children: [f(pe, {
29965
29965
  variant: "outline",
29966
29966
  ...e.secondary,
package/dist/f0.d.ts CHANGED
@@ -3414,11 +3414,6 @@ declare module "@tiptap/core" {
3414
3414
  }
3415
3415
 
3416
3416
 
3417
- declare namespace Calendar {
3418
- var displayName: string;
3419
- }
3420
-
3421
-
3422
3417
  declare module "@tiptap/core" {
3423
3418
  interface Commands<ReturnType> {
3424
3419
  moodTracker: {
@@ -3426,3 +3421,8 @@ declare module "@tiptap/core" {
3426
3421
  };
3427
3422
  }
3428
3423
  }
3424
+
3425
+
3426
+ declare namespace Calendar {
3427
+ var displayName: string;
3428
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.236.1",
3
+ "version": "1.236.2",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,