@bigcommerce/checkout-sdk 1.369.0 → 1.369.2

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 (27) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/checkout-button.js +1 -1
  3. package/dist/checkout-button.js.map +1 -1
  4. package/dist/checkout-button.umd.js +1 -1
  5. package/dist/checkout-button.umd.js.map +1 -1
  6. package/dist/checkout-sdk.d.ts +95 -214
  7. package/dist/checkout-sdk.js +1 -1
  8. package/dist/checkout-sdk.js.map +1 -1
  9. package/dist/checkout-sdk.umd.js +1 -1
  10. package/dist/checkout-sdk.umd.js.map +1 -1
  11. package/docs/README.md +4 -51
  12. package/docs/interfaces/BasePaymentInitializeOptions.md +1 -1
  13. package/docs/interfaces/DeprecatedPayPalCommerceCreditCardsPaymentInitializeOptions.md +17 -0
  14. package/docs/interfaces/{PaypalCommerceCreditCardPaymentInitializeOptions.md → PayPalCommerceCreditCardsPaymentInitializeOptions.md} +8 -8
  15. package/docs/interfaces/WithPayPalCommerceCreditCardsPaymentInitializeOptions.md +22 -0
  16. package/package.json +1 -1
  17. package/docs/enums/PaypalCommerceFormFieldType.md +0 -50
  18. package/docs/interfaces/PaypalCommerceFormFieldCardTypeChangeEventData.md +0 -15
  19. package/docs/interfaces/PaypalCommerceFormFieldKeyboardEventData.md +0 -15
  20. package/docs/interfaces/PaypalCommerceFormFieldOptions.md +0 -28
  21. package/docs/interfaces/PaypalCommerceFormFieldStylesMap.md +0 -29
  22. package/docs/interfaces/PaypalCommerceFormFieldValidateErrorData.md +0 -29
  23. package/docs/interfaces/PaypalCommerceFormFieldValidateEventData.md +0 -33
  24. package/docs/interfaces/PaypalCommerceFormFieldsMap.md +0 -36
  25. package/docs/interfaces/PaypalCommerceFormOptions.md +0 -148
  26. package/docs/interfaces/PaypalCommerceStoredCardFieldOptions.md +0 -43
  27. package/docs/interfaces/PaypalCommerceStoredCardFieldsMap.md +0 -22
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.369.2](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.369.1...v1.369.2) (2023-03-23)
6
+
7
+
8
+ ### Code Refactoring
9
+
10
+ * **payment:** PAYPAL-000 removed useless utils method from paypal-commerce-integration package ([#1911](https://github.com/bigcommerce/checkout-sdk-js/issues/1911)) ([7159071](https://github.com/bigcommerce/checkout-sdk-js/commit/7159071fc3d998a21ceae25970c7136a9ac86f59))
11
+ * **payment:** PAYPAL-1893 removed PayPalCommerceCreditCards related code from core package ([#1910](https://github.com/bigcommerce/checkout-sdk-js/issues/1910)) ([a3fb70e](https://github.com/bigcommerce/checkout-sdk-js/commit/a3fb70e11dec18b498c7239b0d64003effae4601))
12
+
13
+ ### [1.369.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.369.0...v1.369.1) (2023-03-23)
14
+
15
+
16
+ ### Code Refactoring
17
+
18
+ * **payment:** PAYPAL-1893 added PayPalCommerceCreditCardsPaymentStrategy to paypal-commerce-integration package ([#1887](https://github.com/bigcommerce/checkout-sdk-js/issues/1887)) ([329676f](https://github.com/bigcommerce/checkout-sdk-js/commit/329676f996de5b3784f8fce5a70386319878a37b))
19
+
5
20
  ## [1.369.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.368.0...v1.369.0) (2023-03-22)
6
21
 
7
22