@bigcommerce/checkout-sdk 1.591.0 → 1.592.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.
@@ -3,7 +3,6 @@
3
3
  /// <reference types="lodash" />
4
4
  import { AmazonPayV2ButtonConfig } from '@bigcommerce/checkout-sdk/amazon-pay-utils';
5
5
  import { AmazonPayV2ButtonParameters } from '@bigcommerce/checkout-sdk/amazon-pay-utils';
6
- import { BraintreeConnectStylesOption } from '@bigcommerce/checkout-sdk/braintree-utils';
7
6
  import { BraintreeError as BraintreeError_2 } from '@bigcommerce/checkout-sdk/braintree-utils';
8
7
  import { BraintreeFastlaneStylesOption } from '@bigcommerce/checkout-sdk/braintree-utils';
9
8
  import { BuyNowCartRequestBody as BuyNowCartRequestBody_2 } from '@bigcommerce/checkout-sdk/payment-integration-api';
@@ -1427,7 +1426,7 @@ declare interface BraintreeFastlaneShippingInitializeOptions {
1427
1426
  * because they will be provided to PayPal library only for the first strategy initialization
1428
1427
  * no matter what strategy was initialised first
1429
1428
  */
1430
- styles?: BraintreeConnectStylesOption;
1429
+ styles?: BraintreeFastlaneStylesOption;
1431
1430
  }
1432
1431
 
1433
1432
  declare type BraintreeFormErrorData = Omit<BraintreeFormFieldState, 'isFocused'>;