@razorpay/blade 6.0.2 → 6.0.4
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 +15 -0
- package/build/components/index.d.ts +4 -4
- package/build/components/index.native.d.ts +4 -4
- package/build/components/index.native.js +2 -2
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +2 -0
- 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 +25 -7
|
@@ -14724,6 +14724,7 @@ var getCheckboxIconWrapperStyles = function getCheckboxIconWrapperStyles(_ref) {
|
|
|
14724
14724
|
var backgroundColor = background === 'transparent' ? background : get_1(theme, background);
|
|
14725
14725
|
var borderColor = border === 'transparent' ? border : get_1(theme, border);
|
|
14726
14726
|
return {
|
|
14727
|
+
position: 'relative',
|
|
14727
14728
|
display: 'flex',
|
|
14728
14729
|
alignItems: 'center',
|
|
14729
14730
|
justifyContent: 'center',
|
|
@@ -18198,6 +18199,7 @@ var getRadioIconWrapperStyles = function getRadioIconWrapperStyles(_ref) {
|
|
|
18198
18199
|
var backgroundColor = background === 'transparent' ? background : get_1(theme, background);
|
|
18199
18200
|
var borderColor = border === 'transparent' ? border : get_1(theme, border);
|
|
18200
18201
|
return _objectSpread$1({
|
|
18202
|
+
position: 'relative',
|
|
18201
18203
|
display: 'flex',
|
|
18202
18204
|
alignItems: 'center',
|
|
18203
18205
|
justifyContent: 'center',
|