@razorpay/blade 10.15.2 → 10.15.3

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.
@@ -14915,7 +14915,7 @@ var SelectorLabel = function SelectorLabel(_ref2) {
14915
14915
  var children = _ref2.children,
14916
14916
  componentName = _ref2.componentName,
14917
14917
  testID = _ref2.testID,
14918
- _onMouseDown = _ref2.onMouseDown,
14918
+ onMouseDown = _ref2.onMouseDown,
14919
14919
  onMouseUp = _ref2.onMouseUp,
14920
14920
  onMouseOut = _ref2.onMouseOut,
14921
14921
  onKeyDown = _ref2.onKeyDown,
@@ -14926,10 +14926,7 @@ var SelectorLabel = function SelectorLabel(_ref2) {
14926
14926
  return /*#__PURE__*/jsx(StyledSelectorLabel, _objectSpread$1x(_objectSpread$1x({
14927
14927
  onTouchStart: onTouchStart,
14928
14928
  onTouchEnd: onTouchEnd,
14929
- onMouseDown: function onMouseDown(e) {
14930
- e.preventDefault();
14931
- _onMouseDown === null || _onMouseDown === void 0 ? void 0 : _onMouseDown(e);
14932
- },
14929
+ onMouseDown: onMouseDown,
14933
14930
  onMouseUp: onMouseUp,
14934
14931
  onMouseOut: onMouseOut,
14935
14932
  onKeyDown: onKeyDown,