@razorpay/blade 10.4.3 → 10.4.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/build/components/index.development.web.js +2 -6
- 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 +2 -6
- 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
|
@@ -26020,17 +26020,13 @@ var _Amount = function _Amount(_ref4) {
|
|
|
26020
26020
|
var currencyWeight = getCurrencyWeight(isAffixSubtle, size);
|
|
26021
26021
|
var isReactNative = getPlatformType() === 'react-native';
|
|
26022
26022
|
return /*#__PURE__*/jsx(BaseBox, _objectSpread$j(_objectSpread$j(_objectSpread$j({
|
|
26023
|
-
display: isReactNative ?
|
|
26023
|
+
display: isReactNative ? 'flex' : 'inline-flex'
|
|
26024
26024
|
}, metaAttribute({
|
|
26025
26025
|
name: MetaConstants.Amount,
|
|
26026
26026
|
testID: testID
|
|
26027
26027
|
})), getStyledProps(styledProps)), {}, {
|
|
26028
26028
|
children: /*#__PURE__*/jsxs(BaseBox, {
|
|
26029
|
-
|
|
26030
|
-
paddingRight: "spacing.2"
|
|
26031
|
-
// @TODO: fix casting of platform types. currently they all become `never` type
|
|
26032
|
-
,
|
|
26033
|
-
display: isReactNative ? castNativeType('flex') : castWebType('inline-flex'),
|
|
26029
|
+
display: isReactNative ? 'flex' : 'inline-flex',
|
|
26034
26030
|
alignItems: "baseline",
|
|
26035
26031
|
flexDirection: "row",
|
|
26036
26032
|
children: [/*#__PURE__*/jsx(BaseText, {
|