@eclass/ui-kit 1.51.20 → 1.51.21

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.
@@ -35614,18 +35614,17 @@ const CalendarDropdownContainer = ({
35614
35614
  position: "relative",
35615
35615
  sx: {
35616
35616
  "&::after": {
35617
- content: '""',
35618
- position: "absolute",
35619
- width: "0",
35620
- height: "0",
35621
- borderColor: `transparent transparent ${(_a = vars("colors-neutral-davysGrey")) != null ? _a : "#5C5C5C"}
35622
- transparent`,
35617
+ borderColor: `transparent transparent ${(_a = vars("colors-neutral-davysGrey")) != null ? _a : "#5C5C5C"} transparent`,
35623
35618
  borderStyle: "solid",
35624
35619
  borderWidth: "0 11px 10px 11px",
35625
- top: isMobile ? "30px" : "30px",
35626
- right: isMobile ? "3px" : "15px",
35620
+ content: '""',
35627
35621
  display: isMenuOpen ? "block" : "none",
35628
- transform: isMobile ? "none" : "translateX(50%)"
35622
+ height: "0",
35623
+ left: "50%",
35624
+ position: "absolute",
35625
+ top: "30px",
35626
+ transform: "translateX(-50%)",
35627
+ width: "0"
35629
35628
  },
35630
35629
  "&.hasNew::before": {
35631
35630
  background: (_b = vars("colors-secondary-pumpkin")) != null ? _b : "#FF7A14",
@@ -35640,27 +35639,27 @@ const CalendarDropdownContainer = ({
35640
35639
  zIndex: "1"
35641
35640
  },
35642
35641
  ">div": {
35643
- position: isMobile ? "fixed !important" : "absolute",
35644
35642
  left: isMobile ? "0 !important" : "auto",
35643
+ position: isMobile ? "fixed !important" : "absolute",
35645
35644
  top: isMobile ? "62px !important" : "auto",
35646
35645
  transform: isMobile ? "none !important" : "translate3d(-409px, 38px, 0px) !important"
35647
35646
  },
35648
35647
  ".chakra-menu__menu-list": {
35649
- padding: "0",
35650
- position: "absolute",
35651
- left: isMobile ? "auto" : "-30px",
35652
- top: isMobile ? "-6px !important" : "auto",
35653
- width: isMobile ? "100vw" : "500px",
35654
- maxHeight: isMobile ? "calc(100vh - 62px)" : "auto",
35655
- overflowY: isMobile ? "auto" : "hidden",
35648
+ animation: "none !important",
35656
35649
  background: "transparent",
35657
35650
  border: "none",
35658
35651
  borderRadius: isMobile ? "0" : "10px",
35659
35652
  boxShadow: isMobile ? "none" : "rgba(47, 47, 47, 0.2) -1px 6px 40px 0px",
35660
- animation: "none !important",
35661
- transition: "none !important",
35653
+ left: isMobile ? "auto" : "-30px",
35654
+ maxHeight: isMobile ? "calc(100vh - 62px)" : "auto",
35655
+ opacity: "1 !important",
35656
+ overflowY: isMobile ? "auto" : "hidden",
35657
+ padding: "0",
35658
+ position: "absolute",
35659
+ top: isMobile ? "-6px !important" : "auto",
35662
35660
  transform: "none !important",
35663
- opacity: "1 !important"
35661
+ transition: "none !important",
35662
+ width: isMobile ? "100vw" : "500px"
35664
35663
  },
35665
35664
  ".chakra-menu__group__title": {
35666
35665
  fontSize: "18px",