@paypal/checkout-components 5.0.204 → 5.0.207

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 (68) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/button.js +1 -1
  3. package/globals.js +2 -2
  4. package/package.json +13 -13
  5. package/src/constants/button.js +4 -0
  6. package/src/constants/class.js +3 -1
  7. package/src/funding/applepay/template.jsx +1 -1
  8. package/src/funding/card/config.jsx +10 -2
  9. package/src/funding/common.jsx +4 -3
  10. package/src/funding/config.js +1 -1
  11. package/src/funding/content.jsx +1 -1
  12. package/src/funding/credit/config.jsx +1 -1
  13. package/src/funding/ideal/config.jsx +1 -1
  14. package/src/funding/paylater/config.jsx +1 -1
  15. package/src/funding/paypal/template.jsx +1 -1
  16. package/src/funding/venmo/template.jsx +1 -1
  17. package/src/interface/button.js +1 -1
  18. package/src/lib/security.js +2 -2
  19. package/src/lib/session.js +1 -1
  20. package/src/marks/component.jsx +3 -3
  21. package/src/marks/template.jsx +2 -2
  22. package/src/types.js +7 -0
  23. package/src/ui/buttons/button.jsx +12 -7
  24. package/src/ui/buttons/buttonDesigns/control.jsx +1 -1
  25. package/src/ui/buttons/buttonDesigns/divideLogoAnimation.jsx +1 -1
  26. package/src/ui/buttons/buttonDesigns/index.js +1 -1
  27. package/src/ui/buttons/buttonDesigns/inlineLogoTextDesign.jsx +1 -1
  28. package/src/ui/buttons/buttonDesigns/script.jsx +1 -1
  29. package/src/ui/buttons/buttonDesigns/types.js +1 -1
  30. package/src/ui/buttons/buttons.jsx +25 -6
  31. package/src/ui/buttons/content.jsx +1 -1
  32. package/src/ui/buttons/menu-button/menu-button.jsx +1 -1
  33. package/src/ui/buttons/poweredBy.jsx +1 -1
  34. package/src/ui/buttons/props.js +17 -14
  35. package/src/ui/buttons/script.jsx +1 -1
  36. package/src/ui/buttons/spinner.jsx +1 -1
  37. package/src/ui/buttons/style.jsx +3 -3
  38. package/src/ui/buttons/styles/base.js +5 -1
  39. package/src/ui/buttons/styles/button.js +2 -7
  40. package/src/ui/buttons/styles/custom.js +31 -0
  41. package/src/ui/buttons/styles/responsive.js +1 -1
  42. package/src/ui/buttons/tagline.jsx +1 -1
  43. package/src/ui/chevron.jsx +1 -1
  44. package/src/ui/loading.jsx +1 -1
  45. package/src/ui/text/text.jsx +1 -1
  46. package/src/ui/tracking.jsx +1 -1
  47. package/src/zoid/buttons/component.jsx +13 -6
  48. package/src/zoid/buttons/container.jsx +3 -3
  49. package/src/zoid/buttons/prerender.jsx +4 -4
  50. package/src/zoid/buttons/util.js +1 -1
  51. package/src/zoid/card-fields/component.jsx +5 -5
  52. package/src/zoid/card-fields/prerender.jsx +1 -1
  53. package/src/zoid/card-form/component.js +4 -4
  54. package/src/zoid/checkout/component.jsx +4 -4
  55. package/src/zoid/checkout/hacks.js +1 -1
  56. package/src/zoid/checkout/props.js +1 -1
  57. package/src/zoid/installments/component.jsx +3 -3
  58. package/src/zoid/menu/component.jsx +2 -2
  59. package/src/zoid/modal/component.jsx +3 -3
  60. package/src/zoid/payment-fields/component.jsx +3 -3
  61. package/src/zoid/payment-fields/container.jsx +3 -3
  62. package/src/zoid/payment-fields/prerender.jsx +1 -1
  63. package/src/zoid/qr-code/component.jsx +2 -2
  64. package/src/zoid/qr-code/container.jsx +3 -3
  65. package/src/zoid/qr-code/prerender.jsx +2 -2
  66. package/src/zoid/wallet/component.jsx +4 -4
  67. package/src/zoid/wallet/container.jsx +3 -3
  68. package/src/zoid/wallet/prerender.jsx +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ ## <small>5.0.207 (2022-04-05)</small>
2
+
3
+ * chore: update packages to krakenjs scope (#1885) ([fd1bb83](https://github.com/paypal/paypal-checkout-components/commit/fd1bb83)), closes [#1885](https://github.com/paypal/paypal-checkout-components/issues/1885)
4
+
5
+
6
+
7
+ ## <small>5.0.206 (2022-03-31)</small>
8
+
9
+ * Update Styling for Inline XO (#1904) ([d800838](https://github.com/paypal/paypal-checkout-components/commit/d800838)), closes [#1904](https://github.com/paypal/paypal-checkout-components/issues/1904)
10
+ * chore: update codecov action (#1903) ([1a7f8a7](https://github.com/paypal/paypal-checkout-components/commit/1a7f8a7)), closes [#1903](https://github.com/paypal/paypal-checkout-components/issues/1903)
11
+
12
+
13
+
14
+ ## <small>5.0.205 (2022-03-30)</small>
15
+
16
+ * Custom Styling for InlineXO (#1901) ([53ddb88](https://github.com/paypal/paypal-checkout-components/commit/53ddb88)), closes [#1901](https://github.com/paypal/paypal-checkout-components/issues/1901)
17
+ * Keep inlinexo internally (#1895) ([302376e](https://github.com/paypal/paypal-checkout-components/commit/302376e)), closes [#1895](https://github.com/paypal/paypal-checkout-components/issues/1895)
18
+ * tech(CSS): Revert Venmo bold styling (#1891) ([854825f](https://github.com/paypal/paypal-checkout-components/commit/854825f)), closes [#1891](https://github.com/paypal/paypal-checkout-components/issues/1891)
19
+ * chore(deps): update codecov/codecov-action action to v2 (#1900) ([d0b0990](https://github.com/paypal/paypal-checkout-components/commit/d0b0990)), closes [#1900](https://github.com/paypal/paypal-checkout-components/issues/1900)
20
+ * chore(release): 5.0.204 🎉 ([0c6c8d3](https://github.com/paypal/paypal-checkout-components/commit/0c6c8d3))
21
+
22
+
23
+
1
24
  ## <small>5.0.204 (2022-03-25)</small>
2
25
 
3
26
  * Keep inlinexo internally (#1895) ([302376e](https://github.com/paypal/paypal-checkout-components/commit/302376e)), closes [#1895](https://github.com/paypal/paypal-checkout-components/issues/1895)