@bigcommerce/checkout-sdk 1.237.3 → 1.238.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.
@@ -31,6 +31,7 @@ service.initializePayment({
31
31
  ### Properties
32
32
 
33
33
  * [containerId](stripeupepaymentinitializeoptions.md#containerid)
34
+ * [style](stripeupepaymentinitializeoptions.md#optional-style)
34
35
 
35
36
  ## Properties
36
37
 
@@ -39,3 +40,11 @@ service.initializePayment({
39
40
  • **containerId**: *string*
40
41
 
41
42
  The location to insert the credit card number form field.
43
+
44
+ ___
45
+
46
+ ### `Optional` style
47
+
48
+ • **style**? : *undefined | object*
49
+
50
+ Checkout styles from store theme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.237.3",
3
+ "version": "1.238.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",