@lax-wp/design-system 0.8.12 → 0.8.14
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
|
@@ -11917,7 +11917,7 @@ const P7 = ({
|
|
|
11917
11917
|
Xs,
|
|
11918
11918
|
{
|
|
11919
11919
|
className: V(
|
|
11920
|
-
"flex items-center justify-center
|
|
11920
|
+
"flex items-center justify-center !rounded-md hover:bg-neutral-200 dark:hover:bg-black-700",
|
|
11921
11921
|
{
|
|
11922
11922
|
"!bg-primary-50 dark:!bg-black-800": e === u
|
|
11923
11923
|
}
|
|
@@ -11986,7 +11986,7 @@ const P7 = ({
|
|
|
11986
11986
|
i && (d.preventDefault(), d.stopPropagation());
|
|
11987
11987
|
},
|
|
11988
11988
|
onKeyDown: (d) => {
|
|
11989
|
-
d.key === "Enter" && d.preventDefault();
|
|
11989
|
+
d.key === "Enter" && l && d.preventDefault();
|
|
11990
11990
|
},
|
|
11991
11991
|
children: [
|
|
11992
11992
|
A ? /* @__PURE__ */ r(ro, { iconName: A, sx: { width: 20, height: 20 }, className: "text-neutral-900 dark:text-white" }) : /* @__PURE__ */ r(
|