@bigcommerce/checkout-sdk 1.182.1 → 1.184.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.
@@ -54,6 +54,7 @@ service.initializePayment({
54
54
  ### Properties
55
55
 
56
56
  * [containerId](stripev3paymentinitializeoptions.md#containerid)
57
+ * [form](stripev3paymentinitializeoptions.md#optional-form)
57
58
  * [options](stripev3paymentinitializeoptions.md#optional-options)
58
59
 
59
60
  ## Properties
@@ -66,6 +67,14 @@ The location to insert the credit card number form field.
66
67
 
67
68
  ___
68
69
 
70
+ ### `Optional` form
71
+
72
+ • **form**? : *[HostedFormOptions](hostedformoptions.md)*
73
+
74
+ Hosted Form Validation Options
75
+
76
+ ___
77
+
69
78
  ### `Optional` options
70
79
 
71
80
  • **options**? : *[StripeElementOptions](../README.md#stripeelementoptions) | [IndividualCardElementOptions](individualcardelementoptions.md)*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.182.1",
3
+ "version": "1.184.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",