@bigcommerce/checkout-sdk 1.357.1 → 1.358.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.
@@ -6,6 +6,7 @@
6
6
 
7
7
  ### Properties
8
8
 
9
+ - [buttonHeight](BraintreePaypalCreditCustomerInitializeOptions.md#buttonheight)
9
10
  - [container](BraintreePaypalCreditCustomerInitializeOptions.md#container)
10
11
 
11
12
  ### Methods
@@ -14,6 +15,12 @@
14
15
 
15
16
  ## Properties
16
17
 
18
+ ### buttonHeight
19
+
20
+ • `Optional` **buttonHeight**: `number`
21
+
22
+ ___
23
+
17
24
  ### container
18
25
 
19
26
  • **container**: `string`
@@ -6,6 +6,7 @@
6
6
 
7
7
  ### Properties
8
8
 
9
+ - [buttonHeight](BraintreePaypalCustomerInitializeOptions.md#buttonheight)
9
10
  - [container](BraintreePaypalCustomerInitializeOptions.md#container)
10
11
 
11
12
  ### Methods
@@ -14,6 +15,12 @@
14
15
 
15
16
  ## Properties
16
17
 
18
+ ### buttonHeight
19
+
20
+ • `Optional` **buttonHeight**: `number`
21
+
22
+ ___
23
+
17
24
  ### container
18
25
 
19
26
  • **container**: `string`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.357.1",
3
+ "version": "1.358.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",