@paypal/checkout-components 5.0.204 → 5.0.205
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/CHANGELOG.md +10 -0
- package/dist/button.js +1 -1
- package/package.json +1 -1
- package/src/constants/class.js +3 -1
- package/src/funding/card/config.jsx +9 -1
- package/src/funding/common.jsx +3 -2
- package/src/types.js +7 -0
- package/src/ui/buttons/button.jsx +7 -4
- package/src/ui/buttons/buttons.jsx +2 -1
- package/src/ui/buttons/props.js +8 -5
- package/src/ui/buttons/style.jsx +2 -2
- package/src/ui/buttons/styles/base.js +5 -1
- package/src/ui/buttons/styles/button.js +2 -7
- package/src/ui/buttons/styles/custom.js +20 -0
- package/src/zoid/buttons/component.jsx +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## <small>5.0.205 (2022-03-30)</small>
|
|
2
|
+
|
|
3
|
+
* 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)
|
|
4
|
+
* 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)
|
|
5
|
+
* 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)
|
|
6
|
+
* 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)
|
|
7
|
+
* chore(release): 5.0.204 🎉 ([0c6c8d3](https://github.com/paypal/paypal-checkout-components/commit/0c6c8d3))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
## <small>5.0.204 (2022-03-25)</small>
|
|
2
12
|
|
|
3
13
|
* 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)
|