@eclass/ui-kit 1.54.11 → 1.54.13
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/eclass-ui-kit.es.js
CHANGED
|
@@ -4226,6 +4226,8 @@ const Modal = ({
|
|
|
4226
4226
|
textAlign: "center",
|
|
4227
4227
|
children: title
|
|
4228
4228
|
}), closeOnOverlayClick && /* @__PURE__ */ jsx(ModalCloseButton, {
|
|
4229
|
+
background: "transparent!important",
|
|
4230
|
+
border: "none",
|
|
4229
4231
|
color: vars("colors-neutral-white"),
|
|
4230
4232
|
h: "12px",
|
|
4231
4233
|
p: "22px",
|
|
@@ -4234,6 +4236,9 @@ const Modal = ({
|
|
|
4234
4236
|
w: "12px",
|
|
4235
4237
|
_focus: {
|
|
4236
4238
|
boxShadow: "none"
|
|
4239
|
+
},
|
|
4240
|
+
_focusVisible: {
|
|
4241
|
+
boxShadow: `inset 0 0 0 2px ${vars("colors-alert-deepSkyBlue")}, inset 0 0 0 4px ${vars("colors-neutral-white")}`
|
|
4237
4242
|
}
|
|
4238
4243
|
}), (fixedSubtitle == null ? void 0 : fixedSubtitle.trim()) && /* @__PURE__ */ jsx(Box, {
|
|
4239
4244
|
as: "p",
|