@moises.ai/design-system 3.9.20 → 3.9.21

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/index.js CHANGED
@@ -2062,7 +2062,7 @@ const xi = In({
2062
2062
  },
2063
2063
  o.id || i
2064
2064
  );
2065
- return e ? /* @__PURE__ */ r(ft, { content: o.label, side: "right", children: u }, o.id || i) : u;
2065
+ return e ? /* @__PURE__ */ r(ft, { content: o.label, side: "right", sideOffset: 5, children: u }, o.id || i) : u;
2066
2066
  }) }) : null;
2067
2067
  }, pA = "_bannerAnnouncement_1c5nw_1", AA = "_image_1c5nw_15", gA = "_closeButton_1c5nw_22", mA = "_children_1c5nw_34", fA = "_button_1c5nw_39", CA = "_badge_1c5nw_48", vA = "_badgeGreen_1c5nw_57", yA = "_badgeNeutral_1c5nw_61", et = {
2068
2068
  bannerAnnouncement: pA,
@@ -5407,7 +5407,7 @@ const Fv = "_navItem_6drgg_1", Pv = "_navItemIcon_6drgg_12", Wv = "_navItemConte
5407
5407
  },
5408
5408
  l.id
5409
5409
  );
5410
- return s ? /* @__PURE__ */ r(ft, { content: l.label, side: "right", children: u }, l.id) : u;
5410
+ return s ? /* @__PURE__ */ r(ft, { content: l.label, side: "right", sideOffset: 5, children: u }, l.id) : u;
5411
5411
  }) });
5412
5412
  }, Gv = "(max-width: 768px)", Ki = (n = Gv) => {
5413
5413
  const [e, t] = L(() => typeof window > "u" ? !1 : window.matchMedia(n).matches);
@@ -5483,7 +5483,7 @@ const ay = ({
5483
5483
  Rn,
5484
5484
  {
5485
5485
  className: C(_e.profileMenu, n),
5486
- trigger: s && a ? /* @__PURE__ */ r("div", { children: /* @__PURE__ */ r(ft, { content: a, side: "right", children: h }) }) : h,
5486
+ trigger: s && a ? /* @__PURE__ */ r("div", { children: /* @__PURE__ */ r(ft, { content: a, side: "right", sideOffset: 5, children: h }) }) : h,
5487
5487
  options: t,
5488
5488
  side: l ? "top" : "right",
5489
5489
  ...i,
@@ -6486,7 +6486,7 @@ function ck({ onExpand: n, className: e, style: t, collapsed: s = !1, tooltip: a
6486
6486
  children: /* @__PURE__ */ r(v, { gap: "3", align: "center", className: Y.collapsedInner, children: /* @__PURE__ */ r("div", { className: Y.avatarSetlist, children: /* @__PURE__ */ r(ir, { width: 16, height: 16 }) }) })
6487
6487
  }
6488
6488
  );
6489
- return s && a ? /* @__PURE__ */ r(ft, { content: a, side: "right", children: o }) : o;
6489
+ return s && a ? /* @__PURE__ */ r(ft, { content: a, side: "right", sideOffset: 15, children: o }) : o;
6490
6490
  }
6491
6491
  function dk({ onClick: n, className: e, collapsed: t = !1, text: s = "New Setlist" }) {
6492
6492
  return /* @__PURE__ */ r(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moises.ai/design-system",
3
- "version": "3.9.20",
3
+ "version": "3.9.21",
4
4
  "description": "Design System package based on @radix-ui/themes with custom defaults",
5
5
  "private": false,
6
6
  "type": "module",
@@ -54,7 +54,7 @@ export const AdditionalItems = ({
54
54
  </Flex>
55
55
  )
56
56
  return collapsed ? (
57
- <Tooltip key={item.id || index} content={item.label} side="right">
57
+ <Tooltip key={item.id || index} content={item.label} side="right" sideOffset={5}>
58
58
  {navItem}
59
59
  </Tooltip>
60
60
  ) : (
@@ -66,7 +66,7 @@ export const ProductsList = ({
66
66
  </Flex>
67
67
  )
68
68
  return collapsed ? (
69
- <Tooltip key={product.id} content={product.label} side="right">
69
+ <Tooltip key={product.id} content={product.label} side="right" sideOffset={5}>
70
70
  {navItem}
71
71
  </Tooltip>
72
72
  ) : (
@@ -31,7 +31,7 @@ export const ProfileMenu = ({
31
31
  trigger={
32
32
  collapsed && tooltip ? (
33
33
  <div>
34
- <Tooltip content={tooltip} side="right">
34
+ <Tooltip content={tooltip} side="right" sideOffset={5}>
35
35
  {trigger}
36
36
  </Tooltip>
37
37
  </div>
@@ -40,7 +40,7 @@ function SetlistExpandButton({ onExpand, className, style, collapsed = false, to
40
40
  </button>
41
41
  )
42
42
  return collapsed && tooltip ? (
43
- <Tooltip content={tooltip} side="right">
43
+ <Tooltip content={tooltip} side="right" sideOffset={15}>
44
44
  {button}
45
45
  </Tooltip>
46
46
  ) : (