@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 +6 -0
- package/build/components/index.web.js +2 -1
- package/build/components/index.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +1 -1
- package/build/css/bankingThemeDarkMobile.css +1 -1
- package/build/css/bankingThemeLightDesktop.css +1 -1
- package/build/css/bankingThemeLightMobile.css +1 -1
- package/build/css/paymentThemeDarkDesktop.css +1 -1
- package/build/css/paymentThemeDarkMobile.css +1 -1
- package/build/css/paymentThemeLightDesktop.css +1 -1
- package/build/css/paymentThemeLightMobile.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -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
|
})), {}, {
|