@factorialco/f0-react 1.203.0 → 1.203.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.
@@ -5041,6 +5041,11 @@ declare module "@tiptap/core" {
5041
5041
  }
5042
5042
 
5043
5043
 
5044
+ declare namespace Calendar {
5045
+ var displayName: string;
5046
+ }
5047
+
5048
+
5044
5049
  declare module "@tiptap/core" {
5045
5050
  interface Commands<ReturnType> {
5046
5051
  moodTracker: {
@@ -5048,8 +5053,3 @@ declare module "@tiptap/core" {
5048
5053
  };
5049
5054
  }
5050
5055
  }
5051
-
5052
-
5053
- declare namespace Calendar {
5054
- var displayName: string;
5055
- }
@@ -21508,9 +21508,16 @@ const kA = ({
21508
21508
  "group after:absolute after:inset-y-0 after:-right-px after:z-10 after:hidden after:h-full after:w-10 after:bg-gradient-to-r after:from-transparent after:via-f1-background after:via-75% after:to-f1-background after:transition-all after:content-[''] hover:after:via-[#F5F6F8] hover:after:to-[#F5F6F8] dark:hover:after:via-[#192231] dark:hover:after:to-[#192231] md:after:block hover:md:bg-f1-background-hover"
21509
21509
  ),
21510
21510
  children: [
21511
- /* @__PURE__ */ b("div", { className: "flex flex-1 flex-row items-center gap-2", children: [
21511
+ /* @__PURE__ */ d(
21512
+ "div",
21513
+ {
21514
+ onClick: f,
21515
+ className: "pointer-events-auto absolute inset-0"
21516
+ }
21517
+ ),
21518
+ /* @__PURE__ */ b("div", { className: "pointer-events-none flex flex-1 flex-row items-center gap-2", children: [
21512
21519
  t.selectable && c !== void 0 && // z-10 is needed here to prevent the checkbox from not being selectable when itemHref is provided
21513
- /* @__PURE__ */ d("div", { className: "z-10 hidden items-center justify-end md:flex", children: /* @__PURE__ */ d(
21520
+ /* @__PURE__ */ d("div", { className: "pointer-events-auto z-10 hidden items-center justify-end md:flex", children: /* @__PURE__ */ d(
21514
21521
  Yl,
21515
21522
  {
21516
21523
  checked: n.has(c),
@@ -21519,7 +21526,16 @@ const kA = ({
21519
21526
  hideLabel: !0
21520
21527
  }
21521
21528
  ) }),
21522
- l && /* @__PURE__ */ d(Li, { href: l, className: "absolute inset-0 block", tabIndex: 0, children: /* @__PURE__ */ d("span", { className: "sr-only", children: a.view }) }),
21529
+ l && /* @__PURE__ */ d(
21530
+ Li,
21531
+ {
21532
+ href: l,
21533
+ className: "pointer-events-auto absolute inset-0 block",
21534
+ tabIndex: 0,
21535
+ onClick: f,
21536
+ children: /* @__PURE__ */ d("span", { className: "sr-only", children: a.view })
21537
+ }
21538
+ ),
21523
21539
  /* @__PURE__ */ d(
21524
21540
  _A,
21525
21541
  {
@@ -21532,13 +21548,13 @@ const kA = ({
21532
21548
  /* @__PURE__ */ d("div", { className: "flex flex-col items-start md:flex-row md:items-center [&>div]:justify-end", children: (r || []).filter((v) => {
21533
21549
  var x;
21534
21550
  return !((x = v.hide) != null && x.call(v, e));
21535
- }).map((v) => /* @__PURE__ */ d("div", { onClick: f, children: /* @__PURE__ */ d("div", { className: "flex items-center justify-center px-0 py-1 md:p-3 [&>span]:whitespace-nowrap", children: o(e, v) }) }, String(v.label))) }),
21551
+ }).map((v) => /* @__PURE__ */ d("div", { children: /* @__PURE__ */ d("div", { className: "flex items-center justify-center px-0 py-1 md:p-3 [&>span]:whitespace-nowrap", children: o(e, v) }) }, String(v.label))) }),
21536
21552
  t.itemActions && /* @__PURE__ */ b(xe, { children: [
21537
21553
  /* @__PURE__ */ d(
21538
21554
  f9,
21539
21555
  {
21540
21556
  dropDownOpen: y,
21541
- className: "hidden md:flex",
21557
+ className: "pointer-events-auto hidden md:flex",
21542
21558
  children: /* @__PURE__ */ d(
21543
21559
  u9,
21544
21560
  {
@@ -21562,7 +21578,7 @@ const kA = ({
21562
21578
  "div",
21563
21579
  {
21564
21580
  className: L(
21565
- "absolute right-3 top-3 flex h-8 w-8 items-center justify-center md:hidden",
21581
+ "pointer-events-auto absolute right-3 top-3 flex h-8 w-8 items-center justify-center md:hidden",
21566
21582
  t.itemActions && "right-12"
21567
21583
  ),
21568
21584
  children: /* @__PURE__ */ d(
package/dist/f0.d.ts CHANGED
@@ -3345,6 +3345,11 @@ declare module "@tiptap/core" {
3345
3345
  }
3346
3346
 
3347
3347
 
3348
+ declare namespace Calendar {
3349
+ var displayName: string;
3350
+ }
3351
+
3352
+
3348
3353
  declare module "@tiptap/core" {
3349
3354
  interface Commands<ReturnType> {
3350
3355
  moodTracker: {
@@ -3352,8 +3357,3 @@ declare module "@tiptap/core" {
3352
3357
  };
3353
3358
  }
3354
3359
  }
3355
-
3356
-
3357
- declare namespace Calendar {
3358
- var displayName: string;
3359
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.203.0",
3
+ "version": "1.203.1",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,