@bigcommerce/checkout-sdk 1.367.2 → 1.368.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 +7 -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/dist/checkout-sdk.d.ts
CHANGED
|
@@ -7568,11 +7568,10 @@ declare enum UntrustedShippingCardVerificationType {
|
|
|
7568
7568
|
PAN = "pan"
|
|
7569
7569
|
}
|
|
7570
7570
|
|
|
7571
|
-
declare
|
|
7572
|
-
|
|
7573
|
-
|
|
7574
|
-
|
|
7575
|
-
};
|
|
7571
|
+
declare interface UserExperienceSettings {
|
|
7572
|
+
walletButtonsOnTop: boolean;
|
|
7573
|
+
floatingLabelEnabled: boolean;
|
|
7574
|
+
}
|
|
7576
7575
|
|
|
7577
7576
|
declare interface VaultedInstrument {
|
|
7578
7577
|
instrumentId: string;
|