@eclass/ui-kit 1.35.0 → 1.36.0

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.
@@ -29543,7 +29543,9 @@ function BtnTertiary({
29543
29543
  tabIndex,
29544
29544
  id: id2,
29545
29545
  activeWhenPress = false,
29546
- onClick
29546
+ onClick,
29547
+ onMouseEnter,
29548
+ onMouseLeave
29547
29549
  }) {
29548
29550
  var _a;
29549
29551
  const gray = vars("colors-neutral-gray");
@@ -29611,6 +29613,8 @@ function BtnTertiary({
29611
29613
  leftIcon: lIcon,
29612
29614
  m: m2,
29613
29615
  onClick,
29616
+ onMouseEnter,
29617
+ onMouseLeave,
29614
29618
  _hover: {
29615
29619
  color: `${blue}`
29616
29620
  },
@@ -29618,7 +29622,7 @@ function BtnTertiary({
29618
29622
  boxShadow: `inset 0 0 0 2px ${blue}, inset 0 0 0 4px ${white}`
29619
29623
  },
29620
29624
  _focus: {
29621
- color: activeWhenPress ? `${blue}` : "inherit",
29625
+ color: activeWhenPress ? `${blue} !important` : "inherit",
29622
29626
  boxShadow: "none"
29623
29627
  },
29624
29628
  _active: {