@ornikar/kitt-universal 25.2.0 → 25.3.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.
@@ -1958,7 +1958,9 @@ const ActionCardPressable = /*#__PURE__*/forwardRef(({
1958
1958
  isHoveredInternal,
1959
1959
  isPressedInternal,
1960
1960
  isFocusedInternal,
1961
- onPress
1961
+ onPress,
1962
+ onHoverIn,
1963
+ onHoverOut
1962
1964
  }, ref) => {
1963
1965
  return /*#__PURE__*/jsx(Pressable, {
1964
1966
  ref: ref,
@@ -1969,6 +1971,8 @@ const ActionCardPressable = /*#__PURE__*/forwardRef(({
1969
1971
  hrefAttrs: hrefAttrs,
1970
1972
  width: "100%",
1971
1973
  onPress: onPress,
1974
+ onHoverIn: onHoverIn,
1975
+ onHoverOut: onHoverOut,
1972
1976
  children: ({
1973
1977
  isHovered,
1974
1978
  isPressed,