@bigcommerce/checkout-sdk 1.337.0 → 1.339.0

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/docs/README.md CHANGED
@@ -431,6 +431,7 @@
431
431
  - [PaypalCommerceInitializeOptions](README.md#paypalcommerceinitializeoptions)
432
432
  - [StripeElementOptions](README.md#stripeelementoptions)
433
433
  - [StripeEventType](README.md#stripeeventtype)
434
+ - [UserExperienceSettingNames](README.md#userexperiencesettingnames)
434
435
 
435
436
  ### Functions
436
437
 
@@ -725,6 +726,12 @@ ___
725
726
 
726
727
  Ƭ **StripeEventType**: [`StripeShippingEvent`](interfaces/StripeShippingEvent.md) \| [`StripeCustomerEvent`](interfaces/StripeCustomerEvent.md)
727
728
 
729
+ ___
730
+
731
+ ### UserExperienceSettingNames
732
+
733
+ Ƭ **UserExperienceSettingNames**: ``"walletButtonsOnTop"``
734
+
728
735
  ## Functions
729
736
 
730
737
  ### createBodlService
@@ -6,6 +6,7 @@
6
6
 
7
7
  ### Properties
8
8
 
9
+ - [CheckoutUserExperienceSettings](CheckoutSettings.md#checkoutuserexperiencesettings)
9
10
  - [checkoutBillingSameAsShippingEnabled](CheckoutSettings.md#checkoutbillingsameasshippingenabled)
10
11
  - [enableOrderComments](CheckoutSettings.md#enableordercomments)
11
12
  - [enableTermsAndConditions](CheckoutSettings.md#enabletermsandconditions)
@@ -36,6 +37,18 @@
36
37
 
37
38
  ## Properties
38
39
 
40
+ ### CheckoutUserExperienceSettings
41
+
42
+ • **CheckoutUserExperienceSettings**: `Object`
43
+
44
+ #### Type declaration
45
+
46
+ | Name | Type |
47
+ | :------ | :------ |
48
+ | `walletButtonsOnTop` | `boolean` |
49
+
50
+ ___
51
+
39
52
  ### checkoutBillingSameAsShippingEnabled
40
53
 
41
54
  • **checkoutBillingSameAsShippingEnabled**: `boolean`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.337.0",
3
+ "version": "1.339.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",