@paypal/checkout-components 5.0.431 → 5.0.432

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.431",
3
+ "version": "5.0.432",
4
4
  "description": "PayPal Checkout components, for integrating checkout products.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -241,6 +241,7 @@ export const getButtonsComponent: () => ButtonsComponent = memoize(() => {
241
241
  allowpaymentrequest: "allowpaymentrequest",
242
242
  scrolling: "no",
243
243
  title: `${FUNDING_BRAND_LABEL.PAYPAL}${fundingSource}`,
244
+ "aria-label": "Payment Button",
244
245
  role: "presentation",
245
246
  },
246
247
  };