@razorpay/blade 10.16.0 → 10.17.0
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.d.ts +0 -1
- package/build/components/index.development.web.js +2 -2
- package/build/components/index.development.web.js.map +1 -1
- package/build/components/index.native.d.ts +0 -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 +2 -2
- package/build/components/index.production.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +1 -2
- package/build/css/bankingThemeDarkMobile.css +1 -2
- package/build/css/bankingThemeLightDesktop.css +2 -3
- package/build/css/bankingThemeLightMobile.css +2 -3
- package/build/css/paymentThemeDarkDesktop.css +2 -3
- package/build/css/paymentThemeDarkMobile.css +2 -3
- package/build/css/paymentThemeLightDesktop.css +2 -3
- package/build/css/paymentThemeLightMobile.css +2 -3
- package/build/tokens/index.d.ts +0 -1
- package/build/tokens/index.development.web.js +3 -15
- package/build/tokens/index.development.web.js.map +1 -1
- package/build/tokens/index.native.d.ts +0 -1
- package/build/tokens/index.native.js +2 -2
- package/build/tokens/index.native.js.map +1 -1
- package/build/tokens/index.production.web.js +3 -15
- package/build/tokens/index.production.web.js.map +1 -1
- package/build/utils/index.d.ts +0 -1
- package/build/utils/index.development.web.js.map +1 -1
- package/build/utils/index.native.d.ts +0 -1
- package/build/utils/index.native.js.map +1 -1
- package/package.json +17 -16
|
@@ -24789,7 +24789,7 @@ var StyledModalBackdrop = /*#__PURE__*/styled(FloatingOverlay).withConfig({
|
|
|
24789
24789
|
transitionTimingFunction: isVisible ? castWebType(theme.motion.easing.entrance.revealing) : castWebType(theme.motion.easing.exit.revealing),
|
|
24790
24790
|
transitionProperty: 'opacity',
|
|
24791
24791
|
opacity: isVisible ? 1 : 0,
|
|
24792
|
-
backgroundColor: theme.colors.overlay.background
|
|
24792
|
+
backgroundColor: theme.colors.surface.overlay.background[800]
|
|
24793
24793
|
};
|
|
24794
24794
|
});
|
|
24795
24795
|
var ModalBackdrop = function ModalBackdrop() {
|
|
@@ -29533,7 +29533,7 @@ var BottomSheetBackdrop = function BottomSheetBackdrop(_ref2) {
|
|
|
29533
29533
|
bottom: "spacing.0",
|
|
29534
29534
|
right: "spacing.0",
|
|
29535
29535
|
zIndex: zIndex,
|
|
29536
|
-
backgroundColor: theme.colors.overlay.background
|
|
29536
|
+
backgroundColor: theme.colors.surface.overlay.background[800]
|
|
29537
29537
|
}));
|
|
29538
29538
|
};
|
|
29539
29539
|
|