@authing/react-ui-components 4.5.47-bg.2 → 4.5.47-bg.4
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 +1021 -1
- package/lib/index.min.js +1 -1
- package/lib/index.min.js.LICENSE.txt +284 -0
- package/package.json +2 -2
|
@@ -24,6 +24,261 @@ object-assign
|
|
|
24
24
|
|
|
25
25
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
26
26
|
|
|
27
|
+
/**
|
|
28
|
+
* @license
|
|
29
|
+
* Copyright 2024 Google LLC. All Rights Reserved.
|
|
30
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
31
|
+
* you may not use this file except in compliance with the License.
|
|
32
|
+
* You may obtain a copy of the License at
|
|
33
|
+
*
|
|
34
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
35
|
+
*
|
|
36
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
37
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
38
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
39
|
+
* See the License for the specific language governing permissions and
|
|
40
|
+
* limitations under the License.
|
|
41
|
+
* =============================================================================
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* @license
|
|
46
|
+
* Copyright 2017 Google LLC. All Rights Reserved.
|
|
47
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
48
|
+
* you may not use this file except in compliance with the License.
|
|
49
|
+
* You may obtain a copy of the License at
|
|
50
|
+
*
|
|
51
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
52
|
+
*
|
|
53
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
54
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
55
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
56
|
+
* See the License for the specific language governing permissions and
|
|
57
|
+
* limitations under the License.
|
|
58
|
+
* =============================================================================
|
|
59
|
+
*/
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* @license
|
|
63
|
+
* Copyright 2018 Google LLC. All Rights Reserved.
|
|
64
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
65
|
+
* you may not use this file except in compliance with the License.
|
|
66
|
+
* You may obtain a copy of the License at
|
|
67
|
+
*
|
|
68
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
69
|
+
*
|
|
70
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
71
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
72
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
73
|
+
* See the License for the specific language governing permissions and
|
|
74
|
+
* limitations under the License.
|
|
75
|
+
* =============================================================================
|
|
76
|
+
*/
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @license
|
|
80
|
+
* Copyright 2019 Google LLC. All Rights Reserved.
|
|
81
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
82
|
+
* you may not use this file except in compliance with the License.
|
|
83
|
+
* You may obtain a copy of the License at
|
|
84
|
+
*
|
|
85
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
86
|
+
*
|
|
87
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
88
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
89
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
90
|
+
* See the License for the specific language governing permissions and
|
|
91
|
+
* limitations under the License.
|
|
92
|
+
* =============================================================================
|
|
93
|
+
*/
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* @license
|
|
97
|
+
* Copyright 2019 Google LLC. All Rights Reserved.
|
|
98
|
+
* Licensed under the Apache License, Version 2.0 (the 'License');
|
|
99
|
+
* you may not use this file except in compliance with the License.
|
|
100
|
+
* You may obtain a copy of the License at
|
|
101
|
+
*
|
|
102
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
103
|
+
*
|
|
104
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
105
|
+
* distributed under the License is distributed on an 'AS IS' BASIS,
|
|
106
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
107
|
+
* See the License for the specific language governing permissions and
|
|
108
|
+
* limitations under the License.
|
|
109
|
+
* =============================================================================
|
|
110
|
+
*/
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* @license
|
|
114
|
+
* Copyright 2020 Google Inc. All Rights Reserved.
|
|
115
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
116
|
+
* you may not use this file except in compliance with the License.
|
|
117
|
+
* You may obtain a copy of the License at
|
|
118
|
+
*
|
|
119
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
120
|
+
*
|
|
121
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
122
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
123
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
124
|
+
* See the License for the specific language governing permissions and
|
|
125
|
+
* limitations under the License.
|
|
126
|
+
* =============================================================================
|
|
127
|
+
*/
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* @license
|
|
131
|
+
* Copyright 2020 Google LLC. All Rights Reserved.
|
|
132
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
133
|
+
* you may not use this file except in compliance with the License.
|
|
134
|
+
* You may obtain a copy of the License at
|
|
135
|
+
*
|
|
136
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
137
|
+
*
|
|
138
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
139
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
140
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
141
|
+
* See the License for the specific language governing permissions and
|
|
142
|
+
* limitations under the License.
|
|
143
|
+
* =============================================================================
|
|
144
|
+
*/
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* @license
|
|
148
|
+
* Copyright 2020 Google LLC. All Rights Reserved.
|
|
149
|
+
* Licensed under the Apache License, Version 2.0 (the License);
|
|
150
|
+
* you may not use this file except in compliance with the License.
|
|
151
|
+
* You may obtain a copy of the License at
|
|
152
|
+
*
|
|
153
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
154
|
+
*
|
|
155
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
156
|
+
* distributed under the License is distributed on an AS IS BASIS,
|
|
157
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
158
|
+
* See the License for the specific language governing permissions and
|
|
159
|
+
* limitations under the License.
|
|
160
|
+
* =============================================================================
|
|
161
|
+
*/
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* @license
|
|
165
|
+
* Copyright 2021 Google LLC. All Rights Reserved.
|
|
166
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
167
|
+
* you may not use this file except in compliance with the License.
|
|
168
|
+
* You may obtain a copy of the License at
|
|
169
|
+
*
|
|
170
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
171
|
+
*
|
|
172
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
173
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
174
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
175
|
+
* See the License for the specific language governing permissions and
|
|
176
|
+
* limitations under the License.
|
|
177
|
+
* =============================================================================
|
|
178
|
+
*/
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* @license
|
|
182
|
+
* Copyright 2021 Google LLC. All Rights Reserved.
|
|
183
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
184
|
+
* you may not use this file except in compliance with the License.
|
|
185
|
+
* You may obtain a copy of the License at
|
|
186
|
+
*
|
|
187
|
+
* https://www.apache.org/licenses/LICENSE-2.0
|
|
188
|
+
*
|
|
189
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
190
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
191
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
192
|
+
* See the License for the specific language governing permissions and
|
|
193
|
+
* limitations under the License.
|
|
194
|
+
* =============================================================================
|
|
195
|
+
*/
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* @license
|
|
199
|
+
* Copyright 2022 Google LLC.
|
|
200
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
201
|
+
* you may not use this file except in compliance with the License.
|
|
202
|
+
* You may obtain a copy of the License at
|
|
203
|
+
*
|
|
204
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
205
|
+
*
|
|
206
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
207
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
208
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
209
|
+
* See the License for the specific language governing permissions and
|
|
210
|
+
* limitations under the License.
|
|
211
|
+
* =============================================================================
|
|
212
|
+
*/
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* @license
|
|
216
|
+
* Copyright 2022 Google LLC. All Rights Reserved.
|
|
217
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
218
|
+
* you may not use this file except in compliance with the License.
|
|
219
|
+
* You may obtain a copy of the License at
|
|
220
|
+
*
|
|
221
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
222
|
+
*
|
|
223
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
224
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
225
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
226
|
+
* See the License for the specific language governing permissions and
|
|
227
|
+
* limitations under the License.
|
|
228
|
+
* =============================================================================
|
|
229
|
+
*/
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* @license
|
|
233
|
+
* Copyright 2022 Google LLC. All Rights Reserved.
|
|
234
|
+
* Licensed under the Apache License, Version 2.0 (the 'License');
|
|
235
|
+
* you may not use this file except in compliance with the License.
|
|
236
|
+
* You may obtain a copy of the License at
|
|
237
|
+
*
|
|
238
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
239
|
+
*
|
|
240
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
241
|
+
* distributed under the License is distributed on an 'AS IS' BASIS,
|
|
242
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
243
|
+
* See the License for the specific language governing permissions and
|
|
244
|
+
* limitations under the License.
|
|
245
|
+
* =============================================================================
|
|
246
|
+
*/
|
|
247
|
+
|
|
248
|
+
/**
|
|
249
|
+
* @license
|
|
250
|
+
* Copyright 2023 Google LLC.
|
|
251
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
252
|
+
* you may not use this file except in compliance with the License.
|
|
253
|
+
* You may obtain a copy of the License at
|
|
254
|
+
*
|
|
255
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
256
|
+
*
|
|
257
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
258
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
259
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
260
|
+
* See the License for the specific language governing permissions and
|
|
261
|
+
* limitations under the License.
|
|
262
|
+
* =============================================================================
|
|
263
|
+
*/
|
|
264
|
+
|
|
265
|
+
/**
|
|
266
|
+
* @license
|
|
267
|
+
* Copyright 2023 Google LLC. All Rights Reserved.
|
|
268
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
269
|
+
* you may not use this file except in compliance with the License.
|
|
270
|
+
* You may obtain a copy of the License at
|
|
271
|
+
*
|
|
272
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
273
|
+
*
|
|
274
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
275
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
276
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
277
|
+
* See the License for the specific language governing permissions and
|
|
278
|
+
* limitations under the License.
|
|
279
|
+
* =============================================================================
|
|
280
|
+
*/
|
|
281
|
+
|
|
27
282
|
/**
|
|
28
283
|
* @license
|
|
29
284
|
* Lodash <https://lodash.com/>
|
|
@@ -33,6 +288,26 @@ object-assign
|
|
|
33
288
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
34
289
|
*/
|
|
35
290
|
|
|
291
|
+
/**
|
|
292
|
+
* @license React
|
|
293
|
+
* use-sync-external-store-shim.production.js
|
|
294
|
+
*
|
|
295
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
296
|
+
*
|
|
297
|
+
* This source code is licensed under the MIT license found in the
|
|
298
|
+
* LICENSE file in the root directory of this source tree.
|
|
299
|
+
*/
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* @license React
|
|
303
|
+
* use-sync-external-store-shim/with-selector.production.js
|
|
304
|
+
*
|
|
305
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
306
|
+
*
|
|
307
|
+
* This source code is licensed under the MIT license found in the
|
|
308
|
+
* LICENSE file in the root directory of this source tree.
|
|
309
|
+
*/
|
|
310
|
+
|
|
36
311
|
/**
|
|
37
312
|
* @license qrcode.react
|
|
38
313
|
* Copyright (c) Paul O'Shannessy
|
|
@@ -66,6 +341,15 @@ object-assign
|
|
|
66
341
|
* LICENSE file in the root directory of this source tree.
|
|
67
342
|
*/
|
|
68
343
|
|
|
344
|
+
/** @license React v16.14.0
|
|
345
|
+
* react-jsx-runtime.production.min.js
|
|
346
|
+
*
|
|
347
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
348
|
+
*
|
|
349
|
+
* This source code is licensed under the MIT license found in the
|
|
350
|
+
* LICENSE file in the root directory of this source tree.
|
|
351
|
+
*/
|
|
352
|
+
|
|
69
353
|
/** @preserve
|
|
70
354
|
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
71
355
|
* derived from CryptoJS.mode.CTR
|
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.4",
|
|
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.4",
|
|
23
23
|
"react": "^16.13.1",
|
|
24
24
|
"react-dom": "^16.13.1"
|
|
25
25
|
},
|