@paypal/checkout-components 5.0.260 → 5.0.261

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/checkout-components",
3
- "version": "5.0.260",
3
+ "version": "5.0.261",
4
4
  "description": "PayPal Checkout components, for integrating checkout products.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -232,7 +232,9 @@ export function Button({
232
232
 
233
233
  if (
234
234
  WalletLabel &&
235
- (!showPayLabel || flow === BUTTON_FLOW.PURCHASE) &&
235
+ (!showPayLabel ||
236
+ flow === BUTTON_FLOW.PURCHASE ||
237
+ flow === BUTTON_FLOW.VAULT_WITHOUT_PURCHASE) &&
236
238
  (instrument ||
237
239
  (__WEB__ &&
238
240
  userIDToken &&