@bigcommerce/checkout-sdk 1.338.0 → 1.340.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
@@ -7,6 +7,7 @@
7
7
  ### Properties
8
8
 
9
9
  - [checkoutBillingSameAsShippingEnabled](CheckoutSettings.md#checkoutbillingsameasshippingenabled)
10
+ - [checkoutUserExperienceSettings](CheckoutSettings.md#checkoutuserexperiencesettings)
10
11
  - [enableOrderComments](CheckoutSettings.md#enableordercomments)
11
12
  - [enableTermsAndConditions](CheckoutSettings.md#enabletermsandconditions)
12
13
  - [features](CheckoutSettings.md#features)
@@ -42,6 +43,18 @@
42
43
 
43
44
  ___
44
45
 
46
+ ### checkoutUserExperienceSettings
47
+
48
+ • **checkoutUserExperienceSettings**: `Object`
49
+
50
+ #### Type declaration
51
+
52
+ | Name | Type |
53
+ | :------ | :------ |
54
+ | `walletButtonsOnTop` | `boolean` |
55
+
56
+ ___
57
+
45
58
  ### enableOrderComments
46
59
 
47
60
  • **enableOrderComments**: `boolean`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.338.0",
3
+ "version": "1.340.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",