@web3auth/modal 6.1.8 → 7.0.0-beta.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/dist/modal.cjs.js +17 -23
- package/dist/modal.cjs.js.map +1 -1
- package/dist/modal.esm.js +23 -22
- package/dist/modal.esm.js.map +1 -1
- package/dist/modal.umd.min.js +1 -1
- package/dist/modal.umd.min.js.LICENSE.txt +9 -2
- package/dist/modal.umd.min.js.map +1 -1
- package/dist/types/default.d.ts +1 -2
- package/dist/types/interface.d.ts +2 -2
- package/dist/types/modalManager.d.ts +2 -2
- package/package.json +18 -18
- package/src/default.ts +2 -2
- package/src/interface.ts +2 -9
- package/src/modalManager.ts +5 -16
|
@@ -33,8 +33,6 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
33
33
|
PERFORMANCE OF THIS SOFTWARE.
|
|
34
34
|
***************************************************************************** */
|
|
35
35
|
|
|
36
|
-
/*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
|
|
37
|
-
|
|
38
36
|
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
39
37
|
|
|
40
38
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
@@ -47,6 +45,15 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
47
45
|
|
|
48
46
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
49
47
|
|
|
48
|
+
/**
|
|
49
|
+
* @license
|
|
50
|
+
* Lodash <https://lodash.com/>
|
|
51
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
52
|
+
* Released under MIT license <https://lodash.com/license>
|
|
53
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
54
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
55
|
+
*/
|
|
56
|
+
|
|
50
57
|
/**
|
|
51
58
|
* @license React
|
|
52
59
|
* react-dom.production.min.js
|