@bigcommerce/checkout-sdk 1.731.1 → 1.732.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/docs/README.md CHANGED
@@ -550,6 +550,7 @@
550
550
  - [ReadableCheckoutStore](README.md#readablecheckoutstore)
551
551
  - [StripeElementOptions](README.md#stripeelementoptions)
552
552
  - [StripeEventType](README.md#stripeeventtype)
553
+ - [StripeUPEAppearanceValues](README.md#stripeupeappearancevalues)
553
554
  - [WithGooglePayButtonInitializeOptions](README.md#withgooglepaybuttoninitializeoptions)
554
555
  - [WithGooglePayCustomerInitializeOptions](README.md#withgooglepaycustomerinitializeoptions)
555
556
  - [WithGooglePayPaymentInitializeOptions](README.md#withgooglepaypaymentinitializeoptions)
@@ -915,6 +916,12 @@ ___
915
916
 
916
917
  ___
917
918
 
919
+ ### StripeUPEAppearanceValues
920
+
921
+ Ƭ **StripeUPEAppearanceValues**: `string` \| `string`[] \| `number` \| `undefined`
922
+
923
+ ___
924
+
918
925
  ### WithGooglePayButtonInitializeOptions
919
926
 
920
927
  Ƭ **WithGooglePayButtonInitializeOptions**: { [k in GooglePayKey]?: GooglePayButtonInitializeOptions }
@@ -49,14 +49,10 @@ ___
49
49
 
50
50
  ### style
51
51
 
52
- • `Optional` **style**: `Object`
52
+ • `Optional` **style**: `Record`<`string`, [`StripeUPEAppearanceValues`](../README.md#stripeupeappearancevalues)\>
53
53
 
54
54
  Checkout styles from store theme
55
55
 
56
- #### Index signature
57
-
58
- ▪ [key: `string`]: `string`
59
-
60
56
  ## Methods
61
57
 
62
58
  ### handleClosePaymentMethod
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.731.1",
3
+ "version": "1.732.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",