@authing/react-ui-components 4.5.47-bg.11 → 4.5.47-bg.13
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/lib/index.min.css +1 -1021
- package/lib/index.min.js +1 -1
- package/lib/index.min.js.LICENSE.txt +16 -297
- package/package.json +2 -2
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
1
7
|
/*
|
|
2
8
|
object-assign
|
|
3
9
|
(c) Sindre Sorhus
|
|
@@ -18,261 +24,6 @@ object-assign
|
|
|
18
24
|
|
|
19
25
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
20
26
|
|
|
21
|
-
/**
|
|
22
|
-
* @license
|
|
23
|
-
* Copyright 2024 Google LLC. All Rights Reserved.
|
|
24
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
25
|
-
* you may not use this file except in compliance with the License.
|
|
26
|
-
* You may obtain a copy of the License at
|
|
27
|
-
*
|
|
28
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
29
|
-
*
|
|
30
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
31
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
32
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
33
|
-
* See the License for the specific language governing permissions and
|
|
34
|
-
* limitations under the License.
|
|
35
|
-
* =============================================================================
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @license
|
|
40
|
-
* Copyright 2017 Google LLC. All Rights Reserved.
|
|
41
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
42
|
-
* you may not use this file except in compliance with the License.
|
|
43
|
-
* You may obtain a copy of the License at
|
|
44
|
-
*
|
|
45
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
46
|
-
*
|
|
47
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
48
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
49
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
50
|
-
* See the License for the specific language governing permissions and
|
|
51
|
-
* limitations under the License.
|
|
52
|
-
* =============================================================================
|
|
53
|
-
*/
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @license
|
|
57
|
-
* Copyright 2018 Google LLC. All Rights Reserved.
|
|
58
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
59
|
-
* you may not use this file except in compliance with the License.
|
|
60
|
-
* You may obtain a copy of the License at
|
|
61
|
-
*
|
|
62
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
63
|
-
*
|
|
64
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
65
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
66
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
67
|
-
* See the License for the specific language governing permissions and
|
|
68
|
-
* limitations under the License.
|
|
69
|
-
* =============================================================================
|
|
70
|
-
*/
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* @license
|
|
74
|
-
* Copyright 2019 Google LLC. All Rights Reserved.
|
|
75
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
76
|
-
* you may not use this file except in compliance with the License.
|
|
77
|
-
* You may obtain a copy of the License at
|
|
78
|
-
*
|
|
79
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
80
|
-
*
|
|
81
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
82
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
83
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
84
|
-
* See the License for the specific language governing permissions and
|
|
85
|
-
* limitations under the License.
|
|
86
|
-
* =============================================================================
|
|
87
|
-
*/
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* @license
|
|
91
|
-
* Copyright 2019 Google LLC. All Rights Reserved.
|
|
92
|
-
* Licensed under the Apache License, Version 2.0 (the 'License');
|
|
93
|
-
* you may not use this file except in compliance with the License.
|
|
94
|
-
* You may obtain a copy of the License at
|
|
95
|
-
*
|
|
96
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
97
|
-
*
|
|
98
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
99
|
-
* distributed under the License is distributed on an 'AS IS' BASIS,
|
|
100
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
101
|
-
* See the License for the specific language governing permissions and
|
|
102
|
-
* limitations under the License.
|
|
103
|
-
* =============================================================================
|
|
104
|
-
*/
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* @license
|
|
108
|
-
* Copyright 2020 Google Inc. All Rights Reserved.
|
|
109
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
110
|
-
* you may not use this file except in compliance with the License.
|
|
111
|
-
* You may obtain a copy of the License at
|
|
112
|
-
*
|
|
113
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
114
|
-
*
|
|
115
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
116
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
117
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
118
|
-
* See the License for the specific language governing permissions and
|
|
119
|
-
* limitations under the License.
|
|
120
|
-
* =============================================================================
|
|
121
|
-
*/
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* @license
|
|
125
|
-
* Copyright 2020 Google LLC. All Rights Reserved.
|
|
126
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
127
|
-
* you may not use this file except in compliance with the License.
|
|
128
|
-
* You may obtain a copy of the License at
|
|
129
|
-
*
|
|
130
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
131
|
-
*
|
|
132
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
133
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
134
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
135
|
-
* See the License for the specific language governing permissions and
|
|
136
|
-
* limitations under the License.
|
|
137
|
-
* =============================================================================
|
|
138
|
-
*/
|
|
139
|
-
|
|
140
|
-
/**
|
|
141
|
-
* @license
|
|
142
|
-
* Copyright 2020 Google LLC. All Rights Reserved.
|
|
143
|
-
* Licensed under the Apache License, Version 2.0 (the License);
|
|
144
|
-
* you may not use this file except in compliance with the License.
|
|
145
|
-
* You may obtain a copy of the License at
|
|
146
|
-
*
|
|
147
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
148
|
-
*
|
|
149
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
150
|
-
* distributed under the License is distributed on an AS IS BASIS,
|
|
151
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
152
|
-
* See the License for the specific language governing permissions and
|
|
153
|
-
* limitations under the License.
|
|
154
|
-
* =============================================================================
|
|
155
|
-
*/
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* @license
|
|
159
|
-
* Copyright 2021 Google LLC. All Rights Reserved.
|
|
160
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
161
|
-
* you may not use this file except in compliance with the License.
|
|
162
|
-
* You may obtain a copy of the License at
|
|
163
|
-
*
|
|
164
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
165
|
-
*
|
|
166
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
167
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
168
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
169
|
-
* See the License for the specific language governing permissions and
|
|
170
|
-
* limitations under the License.
|
|
171
|
-
* =============================================================================
|
|
172
|
-
*/
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* @license
|
|
176
|
-
* Copyright 2021 Google LLC. All Rights Reserved.
|
|
177
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
178
|
-
* you may not use this file except in compliance with the License.
|
|
179
|
-
* You may obtain a copy of the License at
|
|
180
|
-
*
|
|
181
|
-
* https://www.apache.org/licenses/LICENSE-2.0
|
|
182
|
-
*
|
|
183
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
184
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
185
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
186
|
-
* See the License for the specific language governing permissions and
|
|
187
|
-
* limitations under the License.
|
|
188
|
-
* =============================================================================
|
|
189
|
-
*/
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* @license
|
|
193
|
-
* Copyright 2022 Google LLC.
|
|
194
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
195
|
-
* you may not use this file except in compliance with the License.
|
|
196
|
-
* You may obtain a copy of the License at
|
|
197
|
-
*
|
|
198
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
199
|
-
*
|
|
200
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
201
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
202
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
203
|
-
* See the License for the specific language governing permissions and
|
|
204
|
-
* limitations under the License.
|
|
205
|
-
* =============================================================================
|
|
206
|
-
*/
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* @license
|
|
210
|
-
* Copyright 2022 Google LLC. All Rights Reserved.
|
|
211
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
212
|
-
* you may not use this file except in compliance with the License.
|
|
213
|
-
* You may obtain a copy of the License at
|
|
214
|
-
*
|
|
215
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
216
|
-
*
|
|
217
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
218
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
219
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
220
|
-
* See the License for the specific language governing permissions and
|
|
221
|
-
* limitations under the License.
|
|
222
|
-
* =============================================================================
|
|
223
|
-
*/
|
|
224
|
-
|
|
225
|
-
/**
|
|
226
|
-
* @license
|
|
227
|
-
* Copyright 2022 Google LLC. All Rights Reserved.
|
|
228
|
-
* Licensed under the Apache License, Version 2.0 (the 'License');
|
|
229
|
-
* you may not use this file except in compliance with the License.
|
|
230
|
-
* You may obtain a copy of the License at
|
|
231
|
-
*
|
|
232
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
233
|
-
*
|
|
234
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
235
|
-
* distributed under the License is distributed on an 'AS IS' BASIS,
|
|
236
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
237
|
-
* See the License for the specific language governing permissions and
|
|
238
|
-
* limitations under the License.
|
|
239
|
-
* =============================================================================
|
|
240
|
-
*/
|
|
241
|
-
|
|
242
|
-
/**
|
|
243
|
-
* @license
|
|
244
|
-
* Copyright 2023 Google LLC.
|
|
245
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
246
|
-
* you may not use this file except in compliance with the License.
|
|
247
|
-
* You may obtain a copy of the License at
|
|
248
|
-
*
|
|
249
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
250
|
-
*
|
|
251
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
252
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
253
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
254
|
-
* See the License for the specific language governing permissions and
|
|
255
|
-
* limitations under the License.
|
|
256
|
-
* =============================================================================
|
|
257
|
-
*/
|
|
258
|
-
|
|
259
|
-
/**
|
|
260
|
-
* @license
|
|
261
|
-
* Copyright 2023 Google LLC. All Rights Reserved.
|
|
262
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
263
|
-
* you may not use this file except in compliance with the License.
|
|
264
|
-
* You may obtain a copy of the License at
|
|
265
|
-
*
|
|
266
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
267
|
-
*
|
|
268
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
269
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
270
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
271
|
-
* See the License for the specific language governing permissions and
|
|
272
|
-
* limitations under the License.
|
|
273
|
-
* =============================================================================
|
|
274
|
-
*/
|
|
275
|
-
|
|
276
27
|
/**
|
|
277
28
|
* @license
|
|
278
29
|
* Lodash <https://lodash.com/>
|
|
@@ -282,26 +33,6 @@ object-assign
|
|
|
282
33
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
283
34
|
*/
|
|
284
35
|
|
|
285
|
-
/**
|
|
286
|
-
* @license React
|
|
287
|
-
* use-sync-external-store-shim.production.js
|
|
288
|
-
*
|
|
289
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
290
|
-
*
|
|
291
|
-
* This source code is licensed under the MIT license found in the
|
|
292
|
-
* LICENSE file in the root directory of this source tree.
|
|
293
|
-
*/
|
|
294
|
-
|
|
295
|
-
/**
|
|
296
|
-
* @license React
|
|
297
|
-
* use-sync-external-store-shim/with-selector.production.js
|
|
298
|
-
*
|
|
299
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
300
|
-
*
|
|
301
|
-
* This source code is licensed under the MIT license found in the
|
|
302
|
-
* LICENSE file in the root directory of this source tree.
|
|
303
|
-
*/
|
|
304
|
-
|
|
305
36
|
/**
|
|
306
37
|
* @license qrcode.react
|
|
307
38
|
* Copyright (c) Paul O'Shannessy
|
|
@@ -335,31 +66,19 @@ object-assign
|
|
|
335
66
|
* LICENSE file in the root directory of this source tree.
|
|
336
67
|
*/
|
|
337
68
|
|
|
338
|
-
/** @license React v16.14.0
|
|
339
|
-
* react-jsx-runtime.production.min.js
|
|
340
|
-
*
|
|
341
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
342
|
-
*
|
|
343
|
-
* This source code is licensed under the MIT license found in the
|
|
344
|
-
* LICENSE file in the root directory of this source tree.
|
|
345
|
-
*/
|
|
346
|
-
|
|
347
69
|
/** @preserve
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
70
|
+
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
71
|
+
* derived from CryptoJS.mode.CTR
|
|
72
|
+
* Jan Hruby jhruby.web@gmail.com
|
|
73
|
+
*/
|
|
352
74
|
|
|
353
75
|
/** @preserve
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
362
|
-
*/
|
|
76
|
+
(c) 2012 by Cédric Mesnil. All rights reserved.
|
|
77
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
78
|
+
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
79
|
+
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
80
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
81
|
+
*/
|
|
363
82
|
|
|
364
83
|
//! moment.js
|
|
365
84
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authing/react-ui-components",
|
|
3
|
-
"version": "4.5.47-bg.
|
|
3
|
+
"version": "4.5.47-bg.13",
|
|
4
4
|
"description": "Authing Guard for React",
|
|
5
5
|
"main": "lib/index.min.js",
|
|
6
6
|
"module": "lib/index.min.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"author": "https://github.com/authing",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@authing/guard-shim-react": "4.5.47-bg.
|
|
22
|
+
"@authing/guard-shim-react": "4.5.47-bg.13",
|
|
23
23
|
"react": "^16.13.1",
|
|
24
24
|
"react-dom": "^16.13.1"
|
|
25
25
|
},
|