@paypal/checkout-components 5.0.189 → 5.0.192

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/__sdk__.js +1 -0
  3. package/dist/button.js +1 -1
  4. package/package.json +3 -3
  5. package/src/constants/button.js +5 -0
  6. package/src/funding/common.jsx +2 -2
  7. package/src/funding/config.js +3 -1
  8. package/src/funding/multiblanco/config.jsx +21 -0
  9. package/src/funding/multiblanco/index.js +4 -0
  10. package/src/funding/paylater/config.jsx +22 -2
  11. package/src/funding/paypal/template.jsx +12 -15
  12. package/src/lib/errors.js +6 -6
  13. package/src/marks/template.jsx +8 -8
  14. package/src/ui/buttons/button.jsx +11 -11
  15. package/src/ui/buttons/buttonDesigns/control.jsx +9 -0
  16. package/src/ui/buttons/buttonDesigns/divideLogoAnimation.jsx +174 -0
  17. package/src/ui/buttons/buttonDesigns/index.js +92 -0
  18. package/src/ui/buttons/buttonDesigns/inlineLogoTextDesign.jsx +123 -0
  19. package/src/ui/buttons/buttonDesigns/script.jsx +35 -0
  20. package/src/ui/buttons/buttonDesigns/types.js +13 -0
  21. package/src/ui/buttons/buttons.jsx +18 -18
  22. package/src/ui/buttons/props.js +6 -4
  23. package/src/ui/buttons/styles/responsive.js +7 -4
  24. package/src/zoid/buttons/container.jsx +3 -3
  25. package/src/zoid/buttons/util.js +1 -0
  26. package/src/zoid/card-fields/component.jsx +7 -3
  27. package/src/zoid/payment-fields/prerender.jsx +1 -24
  28. package/src/ui/buttons/button-animations/divide-logo-animation.jsx +0 -175
  29. package/src/ui/buttons/button-animations/index.js +0 -38
  30. package/src/ui/buttons/button-animations/label-text-next-to-logo-animation.jsx +0 -106
  31. package/src/ui/buttons/button-animations/script.jsx +0 -24
  32. package/src/ui/buttons/button-animations/types.js +0 -41
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## <small>5.0.192 (2022-01-14)</small>
2
+
3
+ * Revert "Add button size query param prop (#1836)" (#1840) ([e014242](https://github.com/paypal/paypal-checkout-components/commit/e014242)), closes [#1836](https://github.com/paypal/paypal-checkout-components/issues/1836) [#1840](https://github.com/paypal/paypal-checkout-components/issues/1840)
4
+
5
+
6
+
7
+ ## <small>5.0.191 (2022-01-14)</small>
8
+
9
+ * Add button size query param prop (#1836) ([f743611](https://github.com/paypal/paypal-checkout-components/commit/f743611)), closes [#1836](https://github.com/paypal/paypal-checkout-components/issues/1836)
10
+
11
+
12
+
13
+ ## <small>5.0.190 (2022-01-11)</small>
14
+
15
+ * Add card holder name field (#1809) ([d892b09](https://github.com/paypal/paypal-checkout-components/commit/d892b09)), closes [#1809](https://github.com/paypal/paypal-checkout-components/issues/1809)
16
+
17
+
18
+
1
19
  ## <small>5.0.189 (2021-11-16)</small>
2
20
 
3
21
  * Revert "paymentfields prerender bg update (#1791)" ([02558c5](https://github.com/paypal/paypal-checkout-components/commit/02558c5)), closes [#1791](https://github.com/paypal/paypal-checkout-components/issues/1791)
package/__sdk__.js CHANGED
@@ -28,6 +28,7 @@ const SMART_FUNDING_SOURCES = [
28
28
  FUNDING.TRUSTLY,
29
29
  FUNDING.OXXO,
30
30
  FUNDING.BOLETO,
31
+ FUNDING.MULTIBLANCO,
31
32
  FUNDING.MAXIMA,
32
33
  FUNDING.MERCADOPAGO,
33
34
  FUNDING.CARD