@paypal/checkout-components
Advanced tools
Comparing version 5.0.87 to 5.0.88
@@ -19,3 +19,7 @@ /* @flow */ | ||
globals | ||
}, | ||
fields: { | ||
entry: './src/interface/fields', | ||
globals | ||
} | ||
}; |
@@ -28,5 +28,6 @@ /* eslint import/no-commonjs: off, flowtype/require-valid-file-annotation: off, flowtype/require-return-type: off */ | ||
__CARD_FIELDS__: '/smart/card-fields', | ||
__WALLET__: '/smart/wallet' | ||
__WALLET__: '/smart/wallet', | ||
__FIELDS__: '/smart/fields' | ||
} | ||
} | ||
}; |
{ | ||
"name": "@paypal/checkout-components", | ||
"version": "5.0.87", | ||
"version": "5.0.88", | ||
"description": "PayPal Checkout components, for integrating checkout products.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,4 +14,5 @@ /* @flow */ | ||
__MODAL__ : string, | ||
__WALLET__ : string | ||
__WALLET__ : string, | ||
__FIELDS__ : string | ||
|} | ||
|}; |
@@ -109,3 +109,3 @@ /* @flow */ | ||
return ( | ||
<GlyphCard color={ logoColor } /> | ||
<GlyphCard logoColor={ logoColor } /> | ||
); | ||
@@ -112,0 +112,0 @@ }, |
@@ -173,5 +173,5 @@ /* @flow */ | ||
} else if (instrument.type === WALLET_INSTRUMENT.CARD) { | ||
logo = <GlyphCard />; | ||
logo = <GlyphCard logoColor={ logoColor } />; | ||
} else if (instrument.type === WALLET_INSTRUMENT.BANK) { | ||
logo = <GlyphCard />; | ||
logo = <GlyphCard logoColor={ logoColor } />; | ||
} else if (instrument.type === WALLET_INSTRUMENT.CREDIT) { | ||
@@ -187,6 +187,6 @@ logo = <CreditLogo locale={ locale } logoColor={ logoColor } />; | ||
</div> | ||
<Space /> | ||
{ | ||
(instrument.oneClick && commit && content) && | ||
<div class='pay-now'> | ||
<Space /> | ||
<Text>{ content.payNow }</Text> | ||
@@ -193,0 +193,0 @@ </div> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
775928
145
5092