@lax-wp/design-system 0.5.22 → 0.5.23
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 +2 -2
- 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
|
@@ -15318,7 +15318,7 @@ const bo = xA(
|
|
|
15318
15318
|
variant: "medium",
|
|
15319
15319
|
className: `flex items-center ${o()} cursor-pointer min-w-0 ${t ? "" : e === "secondary" ? "hover:bg-neutral-200 dark:hover:bg-neutral-600" : "hover:bg-primary-400 dark:hover:bg-neutral-600"} px-1 py-0.5 rounded transition-colors duration-200`,
|
|
15320
15320
|
appearance: "custom",
|
|
15321
|
-
onClick: i,
|
|
15321
|
+
onClick: r ? i : void 0,
|
|
15322
15322
|
children: /* @__PURE__ */ n("span", { className: "truncate min-w-0 block", children: A?.title })
|
|
15323
15323
|
}
|
|
15324
15324
|
) });
|
|
@@ -15397,7 +15397,7 @@ const Vc = ({
|
|
|
15397
15397
|
}
|
|
15398
15398
|
);
|
|
15399
15399
|
};
|
|
15400
|
-
return /* @__PURE__ */ n("div", { className: "flex items-center justify-start min-w-0 w-full overflow-hidden animate-fade-in
|
|
15400
|
+
return /* @__PURE__ */ n("div", { className: "flex items-center justify-start min-w-0 w-full overflow-hidden animate-fade-in pr-2", children: A.map((l, s) => /* @__PURE__ */ w(
|
|
15401
15401
|
"div",
|
|
15402
15402
|
{
|
|
15403
15403
|
className: "flex items-center min-w-0 animate-slide-in-left",
|