@bigcommerce/checkout-sdk 1.349.0 → 1.350.1

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.
@@ -5938,12 +5938,10 @@ declare interface PasswordRequirements {
5938
5938
  }
5939
5939
 
5940
5940
  declare interface PayPalButtonStyleOptions {
5941
- layout?: StyleButtonLayout;
5942
5941
  color?: StyleButtonColor;
5943
5942
  shape?: StyleButtonShape;
5944
5943
  height?: number;
5945
5944
  label?: StyleButtonLabel;
5946
- tagline?: boolean;
5947
5945
  custom?: {
5948
5946
  label?: string;
5949
5947
  css?: {
@@ -5978,12 +5976,6 @@ declare interface PayPalCommerceButtonInitializeOptions {
5978
5976
  * The option that used to initialize a PayPal script with provided currency code.
5979
5977
  */
5980
5978
  currencyCode?: string;
5981
- /**
5982
- * // TODO: this flag should be removed, because the strategy does not used on checkout page
5983
- * // and it always equals to 'false'
5984
- * Flag which helps to detect that the strategy initializes on Checkout page.
5985
- */
5986
- initializesOnCheckoutPage?: boolean;
5987
5979
  /**
5988
5980
  * A set of styling options for the checkout button.
5989
5981
  */
@@ -5995,10 +5987,6 @@ declare interface PayPalCommerceButtonInitializeOptions {
5995
5987
  }
5996
5988
 
5997
5989
  declare interface PayPalCommerceCreditButtonInitializeOptions {
5998
- /**
5999
- * Flag which helps to detect that the strategy initializes on Checkout page
6000
- */
6001
- initializesOnCheckoutPage?: boolean;
6002
5990
  /**
6003
5991
  * The ID of a container which the messaging should be inserted.
6004
5992
  */
@@ -6092,10 +6080,6 @@ declare interface PayPalCommerceVenmoButtonInitializeOptions {
6092
6080
  * A set of styling options for the checkout button.
6093
6081
  */
6094
6082
  style?: PayPalButtonStyleOptions;
6095
- /**
6096
- * Flag which helps to detect that the strategy initializes on Checkout page
6097
- */
6098
- initializesOnCheckoutPage?: boolean;
6099
6083
  /**
6100
6084
  * The option that used to initialize a PayPal script with provided currency code.
6101
6085
  */
@@ -7399,11 +7383,6 @@ declare enum StyleButtonLabel {
7399
7383
  installment = "installment"
7400
7384
  }
7401
7385
 
7402
- declare enum StyleButtonLayout {
7403
- vertical = "vertical",
7404
- horizontal = "horizontal"
7405
- }
7406
-
7407
7386
  declare enum StyleButtonShape {
7408
7387
  pill = "pill",
7409
7388
  rect = "rect"