@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
|
@@ -25558,17 +25558,13 @@ var _Amount = function _Amount(_ref4) {
|
|
|
25558
25558
|
var currencyWeight = getCurrencyWeight(isAffixSubtle, size);
|
|
25559
25559
|
var isReactNative = getPlatformType() === 'react-native';
|
|
25560
25560
|
return /*#__PURE__*/jsx(BaseBox, _objectSpread$j(_objectSpread$j(_objectSpread$j({
|
|
25561
|
-
display: isReactNative ?
|
|
25561
|
+
display: isReactNative ? 'flex' : 'inline-flex'
|
|
25562
25562
|
}, metaAttribute({
|
|
25563
25563
|
name: MetaConstants.Amount,
|
|
25564
25564
|
testID: testID
|
|
25565
25565
|
})), getStyledProps(styledProps)), {}, {
|
|
25566
25566
|
children: /*#__PURE__*/jsxs(BaseBox, {
|
|
25567
|
-
|
|
25568
|
-
paddingRight: "spacing.2"
|
|
25569
|
-
// @TODO: fix casting of platform types. currently they all become `never` type
|
|
25570
|
-
,
|
|
25571
|
-
display: isReactNative ? castNativeType('flex') : castWebType('inline-flex'),
|
|
25567
|
+
display: isReactNative ? 'flex' : 'inline-flex',
|
|
25572
25568
|
alignItems: "baseline",
|
|
25573
25569
|
flexDirection: "row",
|
|
25574
25570
|
children: [/*#__PURE__*/jsx(BaseText, {
|