@bigcommerce/checkout-sdk 1.631.0 → 1.631.1
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/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/hosted-form-v2-iframe-content.d.ts +40 -52
- package/dist/hosted-form-v2-iframe-content.js +1 -1
- package/dist/hosted-form-v2-iframe-content.js.map +1 -1
- package/dist/hosted-form-v2-iframe-content.umd.js +1 -1
- package/dist/hosted-form-v2-iframe-content.umd.js.LICENSE.txt +8 -0
- package/dist/hosted-form-v2-iframe-content.umd.js.map +1 -1
- package/dist/hosted-form-v2-iframe-host.d.ts +37 -26
- package/dist/hosted-form-v2-iframe-host.js +1 -1
- package/dist/hosted-form-v2-iframe-host.js.map +1 -1
- package/dist/hosted-form-v2-iframe-host.umd.js +1 -1
- package/dist/hosted-form-v2-iframe-host.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,6 +4,14 @@ object-assign
|
|
|
4
4
|
@license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
/*!
|
|
8
|
+
* JavaScript Cookie v2.2.1
|
|
9
|
+
* https://github.com/js-cookie/js-cookie
|
|
10
|
+
*
|
|
11
|
+
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
|
|
12
|
+
* Released under the MIT license
|
|
13
|
+
*/
|
|
14
|
+
|
|
7
15
|
/*! *****************************************************************************
|
|
8
16
|
Copyright (c) Microsoft Corporation.
|
|
9
17
|
|