@razorpay/blade 8.3.0 → 8.4.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.
@@ -20002,6 +20002,11 @@ var makeBoxProps = function makeBoxProps(props) {
20002
20002
  borderTopRightRadius: props.borderTopRightRadius,
20003
20003
  borderBottomRightRadius: props.borderBottomRightRadius,
20004
20004
  borderBottomLeftRadius: props.borderBottomLeftRadius,
20005
+ // callbacks
20006
+ onMouseEnter: props.onMouseEnter,
20007
+ onMouseLeave: props.onMouseLeave,
20008
+ onMouseOver: props.onMouseOver,
20009
+ onScroll: props.onScroll,
20005
20010
  children: props.children,
20006
20011
  as: isReactNative$4() ? undefined : props.as // as is not supported on react-native
20007
20012