@eclass/ui-kit 1.51.10 → 1.51.12
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
|
@@ -35237,17 +35237,27 @@ const GoToCalendar = ({
|
|
|
35237
35237
|
background: (_a = vars("colors-main-blueGrey")) != null ? _a : "#60798E",
|
|
35238
35238
|
border: "1px solid transparent",
|
|
35239
35239
|
borderRadius: "100%",
|
|
35240
|
-
height: "30px",
|
|
35241
|
-
width: "30px",
|
|
35240
|
+
height: "30px!important",
|
|
35241
|
+
width: "30px!important",
|
|
35242
35242
|
position: "relative",
|
|
35243
35243
|
_hover: {
|
|
35244
35244
|
bg: "rgba(96, 121, 142, 0.8)"
|
|
35245
35245
|
},
|
|
35246
35246
|
sx: {
|
|
35247
35247
|
">span": {
|
|
35248
|
-
|
|
35248
|
+
alignContent: "center",
|
|
35249
|
+
h: "16px!important",
|
|
35249
35250
|
justifyItems: "center",
|
|
35250
|
-
|
|
35251
|
+
lineHeight: "0",
|
|
35252
|
+
m: "0!important",
|
|
35253
|
+
p: "0!important",
|
|
35254
|
+
w: "16px!important",
|
|
35255
|
+
svg: {
|
|
35256
|
+
h: "16px!important",
|
|
35257
|
+
m: "0!important",
|
|
35258
|
+
p: "0!important",
|
|
35259
|
+
w: "16px!important"
|
|
35260
|
+
}
|
|
35251
35261
|
}
|
|
35252
35262
|
},
|
|
35253
35263
|
children: /* @__PURE__ */ jsx(CalendarButtonIcon, {})
|
|
@@ -35603,7 +35613,7 @@ const CalendarDropdownContainer = ({
|
|
|
35603
35613
|
return;
|
|
35604
35614
|
targetElement.style.display = isMenuOpen ? "none" : "";
|
|
35605
35615
|
}
|
|
35606
|
-
}, [isMenuOpen]);
|
|
35616
|
+
}, [isMobile, isMenuOpen, onlyToCalendar]);
|
|
35607
35617
|
const onClose = () => {
|
|
35608
35618
|
closeAndMarkSeen();
|
|
35609
35619
|
setMenuOpen(false);
|