@rafal.lemieszewski/tide-ui 0.38.0 → 0.38.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/index.es.js CHANGED
@@ -22910,7 +22910,7 @@ const P5e = v.forwardRef(({ className: e, size: t, shape: n, variant: r, ...o },
22910
22910
  ));
22911
22911
  P5e.displayName = lY.displayName;
22912
22912
  const R5e = Be(
22913
- "inline-flex items-center w-fit rounded-sm px-[var(--space-sm)] py-[var(--space-xsm)] text-caption-medium-sm font-medium transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--ring-color)] focus-visible:ring-offset-1 cursor-default",
22913
+ "inline-flex items-center w-fit max-w-full rounded-sm px-[var(--space-sm)] py-[var(--space-xsm)] text-caption-medium-sm font-medium transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--ring-color)] focus-visible:ring-offset-1 cursor-default",
22914
22914
  {
22915
22915
  variants: {
22916
22916
  variant: {
@@ -23078,15 +23078,16 @@ const R5e = Be(
23078
23078
  }
23079
23079
  }
23080
23080
  ), pn = v.forwardRef(
23081
- ({ className: e, variant: t, intent: n, appearance: r, size: o, ...a }, i) => /* @__PURE__ */ y(
23081
+ ({ className: e, variant: t, intent: n, appearance: r, size: o, children: a, ...i }, c) => /* @__PURE__ */ y(
23082
23082
  "div",
23083
23083
  {
23084
- ref: i,
23084
+ ref: c,
23085
23085
  className: R(
23086
23086
  R5e({ variant: t, intent: n, appearance: r, size: o }),
23087
23087
  e
23088
23088
  ),
23089
- ...a
23089
+ ...i,
23090
+ children: /* @__PURE__ */ y("span", { className: "min-w-0 truncate", children: a })
23090
23091
  }
23091
23092
  )
23092
23093
  );