@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.
@@ -1951,7 +1951,9 @@ const ActionCardPressable = /*#__PURE__*/forwardRef(({
1951
1951
  isHoveredInternal,
1952
1952
  isPressedInternal,
1953
1953
  isFocusedInternal,
1954
- onPress
1954
+ onPress,
1955
+ onHoverIn,
1956
+ onHoverOut
1955
1957
  }, ref) => {
1956
1958
  return /*#__PURE__*/jsx(Pressable, {
1957
1959
  ref: ref,
@@ -1962,6 +1964,8 @@ const ActionCardPressable = /*#__PURE__*/forwardRef(({
1962
1964
  hrefAttrs: hrefAttrs,
1963
1965
  width: "100%",
1964
1966
  onPress: onPress,
1967
+ onHoverIn: onHoverIn,
1968
+ onHoverOut: onHoverOut,
1965
1969
  children: ({
1966
1970
  isHovered,
1967
1971
  isPressed,