@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.
@@ -15131,7 +15131,7 @@ var SelectorLabel = function SelectorLabel(_ref2) {
15131
15131
  var children = _ref2.children,
15132
15132
  componentName = _ref2.componentName,
15133
15133
  testID = _ref2.testID,
15134
- _onMouseDown = _ref2.onMouseDown,
15134
+ onMouseDown = _ref2.onMouseDown,
15135
15135
  onMouseUp = _ref2.onMouseUp,
15136
15136
  onMouseOut = _ref2.onMouseOut,
15137
15137
  onKeyDown = _ref2.onKeyDown,
@@ -15142,10 +15142,7 @@ var SelectorLabel = function SelectorLabel(_ref2) {
15142
15142
  return /*#__PURE__*/jsx(StyledSelectorLabel, _objectSpread$1x(_objectSpread$1x({
15143
15143
  onTouchStart: onTouchStart,
15144
15144
  onTouchEnd: onTouchEnd,
15145
- onMouseDown: function onMouseDown(e) {
15146
- e.preventDefault();
15147
- _onMouseDown === null || _onMouseDown === void 0 ? void 0 : _onMouseDown(e);
15148
- },
15145
+ onMouseDown: onMouseDown,
15149
15146
  onMouseUp: onMouseUp,
15150
15147
  onMouseOut: onMouseOut,
15151
15148
  onKeyDown: onKeyDown,