@kroo-web/design-system 1.18.3 → 1.18.5
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.js +4 -1
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16731,7 +16731,7 @@ const Q9 = (e) => {
|
|
|
16731
16731
|
{
|
|
16732
16732
|
error: n == null ? void 0 : n.message,
|
|
16733
16733
|
helper: o == null ? void 0 : o.message,
|
|
16734
|
-
id:
|
|
16734
|
+
id: r,
|
|
16735
16735
|
label: i,
|
|
16736
16736
|
children: /* @__PURE__ */ w(
|
|
16737
16737
|
"input",
|
|
@@ -17910,6 +17910,9 @@ const Lk = /* @__PURE__ */ uh(Fk), Vk = "_modal_3ln72_1", Kk = "_buttons_3ln72_3
|
|
|
17910
17910
|
"dialog",
|
|
17911
17911
|
{
|
|
17912
17912
|
className: Gu.modal,
|
|
17913
|
+
onKeyDown: (c) => {
|
|
17914
|
+
c.key === "Escape" && u();
|
|
17915
|
+
},
|
|
17913
17916
|
onClick: (c) => {
|
|
17914
17917
|
t && c.target === c.currentTarget && u();
|
|
17915
17918
|
},
|