@paypal/checkout-components 5.0.381 → 5.0.382

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.381",
3
+ "version": "5.0.382",
4
4
  "description": "PayPal Checkout components, for integrating checkout products.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -211,7 +211,7 @@ export const buttonRebrandStyle = `
211
211
  width: auto;
212
212
  }
213
213
 
214
- // Hide/show credit/paylater logos based on button width
214
+ /* Hide/show credit/paylater logos based on button width */
215
215
  @media only screen and (min-width: 0px) and (max-width: 150px) {
216
216
  [${ATTRIBUTE.FUNDING_SOURCE}="credit"].${CLASS.BUTTON_REBRAND} .${CLASS.BUTTON_LABEL} .${CLASS.LOGO_REBRAND},
217
217
  [${ATTRIBUTE.FUNDING_SOURCE}="paylater"].${CLASS.BUTTON_REBRAND} .${CLASS.BUTTON_LABEL} .${CLASS.LOGO_REBRAND} {