@paypal/checkout-components 5.0.283 → 5.0.284

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.283",
3
+ "version": "5.0.284",
4
4
  "description": "PayPal Checkout components, for integrating checkout products.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -288,6 +288,12 @@ export function getCheckoutComponent(): CheckoutComponent {
288
288
  required: false,
289
289
  queryParam: true,
290
290
  },
291
+
292
+ sign_out_user: {
293
+ type: "boolean",
294
+ queryParam: true,
295
+ required: false,
296
+ },
291
297
  },
292
298
 
293
299
  dimensions: ({ props }) => {