@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.
- package/CHANGELOG.md +29 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.js.map +1 -1
- package/dist/checkout-button.umd.js +7 -7
- package/dist/checkout-button.umd.js.map +1 -1
- package/dist/checkout-sdk.d.ts +4 -0
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +8 -8
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/dist/embedded-checkout.js +1 -1
- package/dist/embedded-checkout.js.map +1 -1
- package/dist/embedded-checkout.umd.js +6 -6
- package/dist/embedded-checkout.umd.js.map +1 -1
- package/dist/hosted-form.js +1 -1
- package/dist/hosted-form.js.map +1 -1
- package/dist/hosted-form.umd.js +3 -3
- package/dist/hosted-form.umd.js.map +1 -1
- package/dist/internal-mappers.js +1 -1
- package/dist/internal-mappers.js.map +1 -1
- package/dist/internal-mappers.umd.js +2 -2
- package/dist/internal-mappers.umd.js.map +1 -1
- package/docs/interfaces/stripev3paymentinitializeoptions.md +9 -0
- package/package.json +1 -1
package/dist/checkout-sdk.d.ts
CHANGED
|
@@ -6088,6 +6088,10 @@ declare interface StripeV3PaymentInitializeOptions {
|
|
|
6088
6088
|
*/
|
|
6089
6089
|
containerId: string;
|
|
6090
6090
|
options?: StripeElementOptions | IndividualCardElementOptions;
|
|
6091
|
+
/**
|
|
6092
|
+
* Hosted Form Validation Options
|
|
6093
|
+
*/
|
|
6094
|
+
form?: HostedFormOptions;
|
|
6091
6095
|
}
|
|
6092
6096
|
|
|
6093
6097
|
declare enum StyleButtonColor {
|