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