@lax-wp/design-system 0.9.6 → 0.9.7
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -760,7 +760,7 @@ const _r = ({ labels: t = [] }) => {
|
|
|
760
760
|
const y = {};
|
|
761
761
|
return d.map((b) => (y[b] = (y[b] ?? 0) + 1, { id: `${b}-${y[b]}`, label: b }));
|
|
762
762
|
}, [d]), p = /* @__PURE__ */ w("div", { className: "flex items-center gap-2", children: [
|
|
763
|
-
/* @__PURE__ */ l("span", { className: "flex-1", children: e }),
|
|
763
|
+
/* @__PURE__ */ l("span", { className: "flex-1 min-w-0", children: e }),
|
|
764
764
|
h.length > 0 && /* @__PURE__ */ l("span", { className: "flex items-center gap-0.5 flex-shrink-0", children: h.map((y) => /* @__PURE__ */ l(
|
|
765
765
|
"kbd",
|
|
766
766
|
{
|