@razorpay/blade 9.6.0 → 9.6.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/build/components/index.development.web.js +1 -1
- package/build/components/index.development.web.js.map +1 -1
- package/build/components/index.native.js +1 -1
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.production.web.js +1 -1
- package/build/components/index.production.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
|
@@ -26102,7 +26102,7 @@ var _Switch = function _Switch(_ref, ref) {
|
|
|
26102
26102
|
onKeyDown: handleKeyboardPressedIn,
|
|
26103
26103
|
onKeyUp: handleKeyboardPressedOut,
|
|
26104
26104
|
style: {
|
|
26105
|
-
cursor: 'pointer'
|
|
26105
|
+
cursor: isDisabled ? 'not-allowed' : 'pointer'
|
|
26106
26106
|
},
|
|
26107
26107
|
inputProps: state.isReactNative ? // accessibility label for react-native needs to be added
|
|
26108
26108
|
// since there is no text children inside Switch
|