@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.
@@ -7568,11 +7568,10 @@ declare enum UntrustedShippingCardVerificationType {
7568
7568
  PAN = "pan"
7569
7569
  }
7570
7570
 
7571
- declare type UserExperienceSettingNames = 'walletButtonsOnTop';
7572
-
7573
- declare type UserExperienceSettings = {
7574
- [key in UserExperienceSettingNames]: boolean;
7575
- };
7571
+ declare interface UserExperienceSettings {
7572
+ walletButtonsOnTop: boolean;
7573
+ floatingLabelEnabled: boolean;
7574
+ }
7576
7575
 
7577
7576
  declare interface VaultedInstrument {
7578
7577
  instrumentId: string;