@razorpay/blade 3.5.0 → 3.5.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @razorpay/blade
2
2
 
3
+ ## 3.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - dea879d: fix(IconButton): add `type="button"` to stop form submission
8
+
3
9
  ## 3.5.0
4
10
 
5
11
  ### Minor Changes
@@ -4937,7 +4937,8 @@ var StyledIconButton = function StyledIconButton(_ref) {
4937
4937
  accessibilityLabel = _ref.accessibilityLabel;
4938
4938
  return /*#__PURE__*/jsx(StyledButton, _objectSpread$r(_objectSpread$r({
4939
4939
  onClick: onClick,
4940
- contrast: contrast
4940
+ contrast: contrast,
4941
+ type: "button"
4941
4942
  }, makeAccessible({
4942
4943
  label: accessibilityLabel
4943
4944
  })), {}, {