@lax-wp/design-system 0.8.16 → 0.8.17
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
|
@@ -12099,7 +12099,7 @@ const FM = ({
|
|
|
12099
12099
|
u.detail > 0 && (c.current = !0);
|
|
12100
12100
|
},
|
|
12101
12101
|
onKeyDown: (u) => {
|
|
12102
|
-
u.key === "Enter" && (u.preventDefault(), o || u.
|
|
12102
|
+
u.key === "Enter" && (u.preventDefault(), o || u.currentTarget.closest("form")?.querySelector('button[type="submit"]')?.click());
|
|
12103
12103
|
},
|
|
12104
12104
|
children: [
|
|
12105
12105
|
A ? /* @__PURE__ */ l(V0, { iconName: A, sx: { width: 20, height: 20 }, className: "text-neutral-900 dark:text-white" }) : /* @__PURE__ */ l(
|