@rafal.lemieszewski/tide-ui 0.38.0 → 0.38.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.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
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,
|
|
23081
|
+
({ className: e, variant: t, intent: n, appearance: r, size: o, children: a, ...i }, c) => /* @__PURE__ */ y(
|
|
23082
23082
|
"div",
|
|
23083
23083
|
{
|
|
23084
|
-
ref:
|
|
23084
|
+
ref: c,
|
|
23085
23085
|
className: R(
|
|
23086
23086
|
R5e({ variant: t, intent: n, appearance: r, size: o }),
|
|
23087
23087
|
e
|
|
23088
23088
|
),
|
|
23089
|
-
...
|
|
23089
|
+
...i,
|
|
23090
|
+
children: /* @__PURE__ */ y("span", { className: "min-w-0 truncate", children: a })
|
|
23090
23091
|
}
|
|
23091
23092
|
)
|
|
23092
23093
|
);
|
|
@@ -73460,7 +73461,6 @@ function FU(e, t, n, r) {
|
|
|
73460
73461
|
return /* @__PURE__ */ N("div", { className: "flex items-center gap-[var(--space-sm)] font-medium text-[var(--color-text-primary)]", children: [
|
|
73461
73462
|
o,
|
|
73462
73463
|
/* @__PURE__ */ N("div", { className: "flex items-center gap-[var(--space-sm)]", children: [
|
|
73463
|
-
/* @__PURE__ */ y(de, { name: "folder", className: "h-4 w-4 text-[var(--color-text-secondary)]" }),
|
|
73464
73464
|
/* @__PURE__ */ y("span", { className: "font-semibold", children: String(e.getGroupingValue(e.groupingColumnId)) }),
|
|
73465
73465
|
a
|
|
73466
73466
|
] })
|