@eclass/ui-kit 1.54.19 → 1.54.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.
@@ -4580,7 +4580,9 @@ const LargeBox = ({
4580
4580
  borderRadius: vars("radii-big"),
4581
4581
  _active: cssActive,
4582
4582
  _hover: cssActive,
4583
- _focus: cssActive,
4583
+ _focusVisible: {
4584
+ boxShadow: `0 0 0 3px ${vars("colors-alert-deepSkyBlue")}`
4585
+ },
4584
4586
  children: /* @__PURE__ */ jsx(Ripples, {
4585
4587
  children: /* @__PURE__ */ jsxs(Flex, {
4586
4588
  cursor: "pointer",
@@ -4677,7 +4679,9 @@ const SmallBox = ({
4677
4679
  transition: "box-shadow .3s",
4678
4680
  _active: cssActive,
4679
4681
  _hover: cssActive,
4680
- _focus: cssActive,
4682
+ _focusVisible: {
4683
+ boxShadow: `0 0 0 3px ${vars("colors-alert-deepSkyBlue")}`
4684
+ },
4681
4685
  width: "286px",
4682
4686
  height: "247px",
4683
4687
  borderRadius: vars("radii-big"),
@@ -5858,7 +5862,9 @@ const Resources = ({
5858
5862
  transition: "box-shadow 0.3s",
5859
5863
  _active: cssActive,
5860
5864
  _hover: cssActive,
5861
- _focus: cssActive,
5865
+ _focusVisible: {
5866
+ boxShadow: `0 0 0 3px ${vars("colors-alert-deepSkyBlue")}`
5867
+ },
5862
5868
  cursor: "pointer",
5863
5869
  borderRadius: vars("radii-big"),
5864
5870
  border: vars("borders-light"),
@@ -6668,7 +6674,7 @@ const CalendarDropdownContainer = ({
6668
6674
  height: "8px",
6669
6675
  width: "8px",
6670
6676
  position: "absolute",
6671
- right: "80px",
6677
+ left: "22px",
6672
6678
  top: "0",
6673
6679
  zIndex: "1"
6674
6680
  },