@lax-wp/design-system 0.5.21 → 0.5.22
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
|
@@ -15378,7 +15378,7 @@ const Vc = ({
|
|
|
15378
15378
|
item: l,
|
|
15379
15379
|
variant: e,
|
|
15380
15380
|
isLastItem: c,
|
|
15381
|
-
onClick: t
|
|
15381
|
+
onClick: l?.link ? void 0 : t
|
|
15382
15382
|
}
|
|
15383
15383
|
);
|
|
15384
15384
|
return l?.link ? /* @__PURE__ */ n(
|