@paypal/checkout-components 5.0.210 → 5.0.211

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.210",
3
+ "version": "5.0.211",
4
4
  "description": "PayPal Checkout components, for integrating checkout products.",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -215,7 +215,7 @@ export function Button({ fundingSource, style, multiple, locale, env, fundingEli
215
215
  ].join(' ') }
216
216
  >
217
217
  <div
218
- role='button'
218
+ role='link'
219
219
  { ...{
220
220
  [ ATTRIBUTE.BUTTON ]: true,
221
221
  [ ATTRIBUTE.FUNDING_SOURCE ]: fundingSource,