@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.
@@ -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 ? castNativeType('flex') : castWebType('inline-flex')
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
- paddingLeft: "spacing.2",
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, {