@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.
package/dist/index.es.js CHANGED
@@ -1985,7 +1985,9 @@ var ActionCardPressable = /*#__PURE__*/forwardRef(function (_ref2, ref) {
1985
1985
  isHoveredInternal = _ref2.isHoveredInternal,
1986
1986
  isPressedInternal = _ref2.isPressedInternal,
1987
1987
  isFocusedInternal = _ref2.isFocusedInternal,
1988
- onPress = _ref2.onPress;
1988
+ onPress = _ref2.onPress,
1989
+ onHoverIn = _ref2.onHoverIn,
1990
+ onHoverOut = _ref2.onHoverOut;
1989
1991
  return /*#__PURE__*/jsx(Pressable, {
1990
1992
  ref: ref,
1991
1993
  accessibilityRole: accessibilityRole,
@@ -1995,6 +1997,8 @@ var ActionCardPressable = /*#__PURE__*/forwardRef(function (_ref2, ref) {
1995
1997
  hrefAttrs: hrefAttrs,
1996
1998
  width: "100%",
1997
1999
  onPress: onPress,
2000
+ onHoverIn: onHoverIn,
2001
+ onHoverOut: onHoverOut,
1998
2002
  children: function children(_ref3) {
1999
2003
  var isHovered = _ref3.isHovered,
2000
2004
  isPressed = _ref3.isPressed,