@paypal/checkout-components 5.0.199 → 5.0.201-alpha.1
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 +6 -0
- package/dist/button.js +1 -1
- package/globals.js +2 -2
- package/package.json +12 -12
- package/src/funding/applepay/template.jsx +1 -1
- package/src/funding/card/config.jsx +1 -1
- package/src/funding/common.jsx +2 -2
- package/src/funding/config.js +1 -1
- package/src/funding/content.jsx +1 -1
- package/src/funding/credit/config.jsx +1 -1
- package/src/funding/ideal/config.jsx +1 -1
- package/src/funding/paylater/config.jsx +46 -39
- package/src/funding/paypal/template.jsx +1 -1
- package/src/funding/venmo/template.jsx +1 -1
- package/src/interface/button.js +1 -1
- package/src/lib/security.js +2 -2
- package/src/lib/session.js +1 -1
- package/src/marks/component.jsx +3 -3
- package/src/marks/template.jsx +2 -2
- package/src/ui/buttons/button.jsx +3 -3
- package/src/ui/buttons/buttonDesigns/control.jsx +1 -1
- package/src/ui/buttons/buttonDesigns/divideLogoAnimation.jsx +1 -1
- package/src/ui/buttons/buttonDesigns/index.js +1 -1
- package/src/ui/buttons/buttonDesigns/inlineLogoTextDesign.jsx +1 -1
- package/src/ui/buttons/buttonDesigns/script.jsx +1 -1
- package/src/ui/buttons/buttonDesigns/types.js +1 -1
- package/src/ui/buttons/buttons.jsx +2 -2
- package/src/ui/buttons/content.jsx +1 -1
- package/src/ui/buttons/menu-button/menu-button.jsx +1 -1
- package/src/ui/buttons/poweredBy.jsx +1 -1
- package/src/ui/buttons/props.js +4 -4
- package/src/ui/buttons/script.jsx +1 -1
- package/src/ui/buttons/spinner.jsx +1 -1
- package/src/ui/buttons/style.jsx +1 -1
- package/src/ui/buttons/styles/responsive.js +1 -1
- package/src/ui/buttons/tagline.jsx +1 -1
- package/src/ui/chevron.jsx +1 -1
- package/src/ui/loading.jsx +1 -1
- package/src/ui/text/text.jsx +1 -1
- package/src/ui/tracking.jsx +1 -1
- package/src/zoid/buttons/component.jsx +5 -5
- package/src/zoid/buttons/container.jsx +3 -3
- package/src/zoid/buttons/prerender.jsx +4 -4
- package/src/zoid/buttons/util.js +1 -1
- package/src/zoid/card-fields/component.jsx +5 -5
- package/src/zoid/card-fields/prerender.jsx +1 -1
- package/src/zoid/card-form/component.js +4 -4
- package/src/zoid/checkout/component.jsx +4 -4
- package/src/zoid/checkout/hacks.js +1 -1
- package/src/zoid/checkout/props.js +1 -1
- package/src/zoid/installments/component.jsx +3 -3
- package/src/zoid/menu/component.jsx +2 -2
- package/src/zoid/modal/component.jsx +3 -3
- package/src/zoid/payment-fields/component.jsx +3 -3
- package/src/zoid/payment-fields/container.jsx +3 -3
- package/src/zoid/payment-fields/prerender.jsx +1 -1
- package/src/zoid/qr-code/component.jsx +2 -2
- package/src/zoid/qr-code/container.jsx +3 -3
- package/src/zoid/qr-code/prerender.jsx +2 -2
- package/src/zoid/wallet/component.jsx +4 -4
- package/src/zoid/wallet/container.jsx +3 -3
- package/src/zoid/wallet/prerender.jsx +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## <small>5.0.200 (2022-02-24)</small>
|
|
2
|
+
|
|
3
|
+
* fix(typo): Update FPTI event tracking name (#1881) ([1e2fd45](https://github.com/paypal/paypal-checkout-components/commit/1e2fd45)), closes [#1881](https://github.com/paypal/paypal-checkout-components/issues/1881)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
## <small>5.0.199 (2022-02-23)</small>
|
|
2
8
|
|
|
3
9
|
* chore(deps): update dependency karma to v6 [security] (#1876) ([0d1c628](https://github.com/paypal/paypal-checkout-components/commit/0d1c628)), closes [#1876](https://github.com/paypal/paypal-checkout-components/issues/1876)
|