@useparagon/connect 2.3.2-experimental.20500.2 → 2.3.2
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/src/ConnectSDK.js +1 -1
- package/dist/src/file-picker/helpers/microsoftPicker.d.ts +0 -2
- package/dist/src/index.js +1 -1
- package/package.json +4 -5
- package/dist/src/bundledMode.d.ts +0 -1
- package/dist/src/file-picker/vendor/box/runtime.d.ts +0 -2
- package/dist/src/file-picker/vendor/box/runtime.stub.d.ts +0 -1
- package/dist/src/file-picker/vendor/google/runtime.d.ts +0 -2
- package/dist/src/file-picker/vendor/google/runtime.stub.d.ts +0 -1
- package/dist/src/index.bundled.d.ts +0 -5
- package/dist/src/report.bundled.html +0 -39
- package/dist/src/with-third-party-scripts.js +0 -2
- package/dist/src/with-third-party-scripts.js.LICENSE.txt +0 -179
- package/src/types/assets.d.ts +0 -12
|
@@ -1,179 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* [js-sha1]{@link https://github.com/emn178/js-sha1}
|
|
3
|
-
*
|
|
4
|
-
* @version 0.6.0
|
|
5
|
-
* @author Chen, Yi-Cyuan [emn178@gmail.com]
|
|
6
|
-
* @copyright Chen, Yi-Cyuan 2014-2017
|
|
7
|
-
* @license MIT
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
/*
|
|
11
|
-
object-assign
|
|
12
|
-
(c) Sindre Sorhus
|
|
13
|
-
@license MIT
|
|
14
|
-
*/
|
|
15
|
-
|
|
16
|
-
/*!
|
|
17
|
-
Copyright (c) 2018 Jed Watson.
|
|
18
|
-
Licensed under the MIT License (MIT), see
|
|
19
|
-
http://jedwatson.github.io/classnames
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/*!
|
|
23
|
-
Copyright (c) 2015 Jed Watson.
|
|
24
|
-
Based on code that is Copyright 2013-2015, Facebook, Inc.
|
|
25
|
-
All rights reserved.
|
|
26
|
-
*/
|
|
27
|
-
|
|
28
|
-
/*!
|
|
29
|
-
* Adapted from jQuery UI core
|
|
30
|
-
*
|
|
31
|
-
* http://jqueryui.com
|
|
32
|
-
*
|
|
33
|
-
* Copyright 2014 jQuery Foundation and other contributors
|
|
34
|
-
* Released under the MIT license.
|
|
35
|
-
* http://jquery.org/license
|
|
36
|
-
*
|
|
37
|
-
* http://api.jqueryui.com/category/ui-core/
|
|
38
|
-
*/
|
|
39
|
-
|
|
40
|
-
/*!
|
|
41
|
-
* Box UI Element
|
|
42
|
-
*
|
|
43
|
-
* Copyright 2019 Box, Inc. All rights reserved.
|
|
44
|
-
*
|
|
45
|
-
* This product includes software developed by Box, Inc. ("Box")
|
|
46
|
-
* (http://www.box.com)
|
|
47
|
-
*
|
|
48
|
-
* ALL BOX SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
|
49
|
-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
50
|
-
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
51
|
-
* IN NO EVENT SHALL BOX BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
52
|
-
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
53
|
-
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
54
|
-
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
55
|
-
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
56
|
-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
57
|
-
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
58
|
-
*
|
|
59
|
-
* See the Box license for the specific language governing permissions
|
|
60
|
-
* and limitations under the license.
|
|
61
|
-
*/
|
|
62
|
-
|
|
63
|
-
/*!
|
|
64
|
-
* The buffer module from node.js, for the browser.
|
|
65
|
-
*
|
|
66
|
-
* @author Feross Aboukhadijeh <https://feross.org>
|
|
67
|
-
* @license MIT
|
|
68
|
-
*/
|
|
69
|
-
|
|
70
|
-
/*!
|
|
71
|
-
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
72
|
-
*
|
|
73
|
-
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
74
|
-
* Released under the MIT License.
|
|
75
|
-
*/
|
|
76
|
-
|
|
77
|
-
/*!
|
|
78
|
-
* isobject <https://github.com/jonschlinkert/isobject>
|
|
79
|
-
*
|
|
80
|
-
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
81
|
-
* Released under the MIT License.
|
|
82
|
-
*/
|
|
83
|
-
|
|
84
|
-
/*!
|
|
85
|
-
* jsUri
|
|
86
|
-
* https://github.com/derek-watson/jsUri
|
|
87
|
-
*
|
|
88
|
-
* Copyright 2013, Derek Watson
|
|
89
|
-
* Released under the MIT license.
|
|
90
|
-
*
|
|
91
|
-
* Includes parseUri regular expressions
|
|
92
|
-
* http://blog.stevenlevithan.com/archives/parseuri
|
|
93
|
-
* Copyright 2007, Steven Levithan
|
|
94
|
-
* Released under the MIT license.
|
|
95
|
-
*/
|
|
96
|
-
|
|
97
|
-
/*!
|
|
98
|
-
* shallow-clone <https://github.com/jonschlinkert/shallow-clone>
|
|
99
|
-
*
|
|
100
|
-
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
101
|
-
* Released under the MIT License.
|
|
102
|
-
*/
|
|
103
|
-
|
|
104
|
-
/*! *****************************************************************************
|
|
105
|
-
Copyright (c) Microsoft Corporation.
|
|
106
|
-
|
|
107
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
108
|
-
purpose with or without fee is hereby granted.
|
|
109
|
-
|
|
110
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
111
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
112
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
113
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
114
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
115
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
116
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
117
|
-
***************************************************************************** */
|
|
118
|
-
|
|
119
|
-
/*! *****************************************************************************
|
|
120
|
-
Copyright (c) Microsoft Corporation.
|
|
121
|
-
|
|
122
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
123
|
-
purpose with or without fee is hereby granted.
|
|
124
|
-
|
|
125
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
126
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
127
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
128
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
129
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
130
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
131
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
132
|
-
***************************************************************************** */
|
|
133
|
-
|
|
134
|
-
/*! @azure/msal-browser v2.19.0 2021-11-02 */
|
|
135
|
-
|
|
136
|
-
/*! @azure/msal-common v5.1.0 2021-11-02 */
|
|
137
|
-
|
|
138
|
-
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
139
|
-
|
|
140
|
-
/*! tether 1.4.7 */
|
|
141
|
-
|
|
142
|
-
/**
|
|
143
|
-
* @license React
|
|
144
|
-
* react-dom.production.min.js
|
|
145
|
-
*
|
|
146
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
147
|
-
*
|
|
148
|
-
* This source code is licensed under the MIT license found in the
|
|
149
|
-
* LICENSE file in the root directory of this source tree.
|
|
150
|
-
*/
|
|
151
|
-
|
|
152
|
-
/**
|
|
153
|
-
* @license React
|
|
154
|
-
* react.production.min.js
|
|
155
|
-
*
|
|
156
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
157
|
-
*
|
|
158
|
-
* This source code is licensed under the MIT license found in the
|
|
159
|
-
* LICENSE file in the root directory of this source tree.
|
|
160
|
-
*/
|
|
161
|
-
|
|
162
|
-
/**
|
|
163
|
-
* @license React
|
|
164
|
-
* scheduler.production.min.js
|
|
165
|
-
*
|
|
166
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
167
|
-
*
|
|
168
|
-
* This source code is licensed under the MIT license found in the
|
|
169
|
-
* LICENSE file in the root directory of this source tree.
|
|
170
|
-
*/
|
|
171
|
-
|
|
172
|
-
/** @license React v16.13.1
|
|
173
|
-
* react-is.production.min.js
|
|
174
|
-
*
|
|
175
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
176
|
-
*
|
|
177
|
-
* This source code is licensed under the MIT license found in the
|
|
178
|
-
* LICENSE file in the root directory of this source tree.
|
|
179
|
-
*/
|
package/src/types/assets.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare module '*?inline-text' {
|
|
2
|
-
const content: string;
|
|
3
|
-
export default content;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
declare module '@bundled/box-runtime' {
|
|
7
|
-
export const ensureBundledBoxStyles: () => void;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
declare module '@bundled/google-runtime' {
|
|
11
|
-
export const installBundledGoogleScriptInterceptors: () => void;
|
|
12
|
-
}
|