@bigcommerce/checkout-sdk 1.367.2 → 1.369.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/CHANGELOG.md +14 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +4 -5
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/docs/README.md +1 -14
- package/docs/interfaces/CheckoutSettings.md +1 -1
- package/docs/interfaces/CheckoutStoreSelector.md +2 -2
- package/docs/interfaces/UserExperienceSettings.md +22 -0
- package/package.json +1 -1
package/docs/README.md
CHANGED
|
@@ -363,6 +363,7 @@
|
|
|
363
363
|
- [TranslationData](interfaces/TranslationData.md)
|
|
364
364
|
- [Translations](interfaces/Translations.md)
|
|
365
365
|
- [UnknownObject](interfaces/UnknownObject.md)
|
|
366
|
+
- [UserExperienceSettings](interfaces/UserExperienceSettings.md)
|
|
366
367
|
- [VaultedInstrument](interfaces/VaultedInstrument.md)
|
|
367
368
|
- [WechatDataPaymentMethodState](interfaces/WechatDataPaymentMethodState.md)
|
|
368
369
|
- [WechatDataPaymentMethodState_2](interfaces/WechatDataPaymentMethodState_2.md)
|
|
@@ -445,8 +446,6 @@
|
|
|
445
446
|
- [PaypalCommerceInitializeOptions](README.md#paypalcommerceinitializeoptions)
|
|
446
447
|
- [StripeElementOptions](README.md#stripeelementoptions)
|
|
447
448
|
- [StripeEventType](README.md#stripeeventtype)
|
|
448
|
-
- [UserExperienceSettingNames](README.md#userexperiencesettingnames)
|
|
449
|
-
- [UserExperienceSettings](README.md#userexperiencesettings)
|
|
450
449
|
|
|
451
450
|
### Functions
|
|
452
451
|
|
|
@@ -771,18 +770,6 @@ ___
|
|
|
771
770
|
|
|
772
771
|
Ƭ **StripeEventType**: [`StripeShippingEvent`](interfaces/StripeShippingEvent.md) \| [`StripeCustomerEvent`](interfaces/StripeCustomerEvent.md)
|
|
773
772
|
|
|
774
|
-
___
|
|
775
|
-
|
|
776
|
-
### UserExperienceSettingNames
|
|
777
|
-
|
|
778
|
-
Ƭ **UserExperienceSettingNames**: ``"walletButtonsOnTop"``
|
|
779
|
-
|
|
780
|
-
___
|
|
781
|
-
|
|
782
|
-
### UserExperienceSettings
|
|
783
|
-
|
|
784
|
-
Ƭ **UserExperienceSettings**: { [key in UserExperienceSettingNames]: boolean }
|
|
785
|
-
|
|
786
773
|
## Functions
|
|
787
774
|
|
|
788
775
|
### createBodlService
|
|
@@ -45,7 +45,7 @@ ___
|
|
|
45
45
|
|
|
46
46
|
### checkoutUserExperienceSettings
|
|
47
47
|
|
|
48
|
-
• **checkoutUserExperienceSettings**: [`UserExperienceSettings`](
|
|
48
|
+
• **checkoutUserExperienceSettings**: [`UserExperienceSettings`](UserExperienceSettings.md)
|
|
49
49
|
|
|
50
50
|
___
|
|
51
51
|
|
|
@@ -450,13 +450,13 @@ ___
|
|
|
450
450
|
|
|
451
451
|
### getUserExperienceSettings
|
|
452
452
|
|
|
453
|
-
▸ **getUserExperienceSettings**(): `undefined` \| [`UserExperienceSettings`](
|
|
453
|
+
▸ **getUserExperienceSettings**(): `undefined` \| [`UserExperienceSettings`](UserExperienceSettings.md)
|
|
454
454
|
|
|
455
455
|
Gets user experience settings.
|
|
456
456
|
|
|
457
457
|
#### Returns
|
|
458
458
|
|
|
459
|
-
`undefined` \| [`UserExperienceSettings`](
|
|
459
|
+
`undefined` \| [`UserExperienceSettings`](UserExperienceSettings.md)
|
|
460
460
|
|
|
461
461
|
The object of user experience settings if it is loaded, otherwise undefined.
|
|
462
462
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[@bigcommerce/checkout-sdk](../README.md) / UserExperienceSettings
|
|
2
|
+
|
|
3
|
+
# Interface: UserExperienceSettings
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [floatingLabelEnabled](UserExperienceSettings.md#floatinglabelenabled)
|
|
10
|
+
- [walletButtonsOnTop](UserExperienceSettings.md#walletbuttonsontop)
|
|
11
|
+
|
|
12
|
+
## Properties
|
|
13
|
+
|
|
14
|
+
### floatingLabelEnabled
|
|
15
|
+
|
|
16
|
+
• **floatingLabelEnabled**: `boolean`
|
|
17
|
+
|
|
18
|
+
___
|
|
19
|
+
|
|
20
|
+
### walletButtonsOnTop
|
|
21
|
+
|
|
22
|
+
• **walletButtonsOnTop**: `boolean`
|