@authing/react-ui-components 3.1.10 → 3.1.11-rc.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.
@@ -10,47 +10,6 @@
10
10
  http://jedwatson.github.io/classnames
11
11
  */
12
12
 
13
- /*! *****************************************************************************
14
- Copyright (c) Microsoft Corporation.
15
-
16
- Permission to use, copy, modify, and/or distribute this software for any
17
- purpose with or without fee is hereby granted.
18
-
19
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
20
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
22
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
23
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
24
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25
- PERFORMANCE OF THIS SOFTWARE.
26
- ***************************************************************************** */
27
-
28
- /**
29
- * @license
30
- * Copyright 2020 Google LLC. All Rights Reserved.
31
- * Licensed under the Apache License, Version 2.0 (the "License");
32
- * you may not use this file except in compliance with the License.
33
- * You may obtain a copy of the License at
34
- *
35
- * http://www.apache.org/licenses/LICENSE-2.0
36
- *
37
- * Unless required by applicable law or agreed to in writing, software
38
- * distributed under the License is distributed on an "AS IS" BASIS,
39
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
40
- * See the License for the specific language governing permissions and
41
- * limitations under the License.
42
- * =============================================================================
43
- */
44
-
45
- /**
46
- * @license
47
- * Lodash <https://lodash.com/>
48
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
49
- * Released under MIT license <https://lodash.com/license>
50
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
51
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
52
- */
53
-
54
13
  /** @license React v16.13.1
55
14
  * react-is.production.min.js
56
15
  *
@@ -3,14 +3,17 @@
3
3
  <style>
4
4
  #path-f {
5
5
  fill: none;
6
- stroke: #eaebee;
7
- stroke-width: 10;
6
+ stroke: #0080ff;
7
+ stroke-width: 8.2;
8
8
  stroke-dasharray: 100 220;
9
9
  animation: dash 40s infinite linear forwards;
10
+ stroke-linecap: round;
11
+ stroke-linejoin: round;
12
+
10
13
  }
11
14
  #path-b {
12
15
  fill: none;
13
- stroke: #0080ff;
16
+ stroke: #eaebee;
14
17
  stroke-width: 8;
15
18
  stroke-linecap: round;
16
19
  stroke-linejoin: round;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "3.1.10",
3
+ "version": "3.1.11-rc.1",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "lib/index.d.ts",
@@ -11,8 +11,7 @@
11
11
  ],
12
12
  "dependencies": {
13
13
  "antd": "^4.8.0",
14
- "authing-js-sdk": "4.23.29-alpha.1",
15
- "face-api.js": "^0.22.2",
14
+ "authing-js-sdk": "4.23.30-alpha.3",
16
15
  "fastclick": "^1.0.6",
17
16
  "global": "^4.4.0",
18
17
  "phone": "^3.1.12",
@@ -197,10 +196,12 @@
197
196
  "prettier": "^2.1.2",
198
197
  "pretty-quick": "^3.0.0",
199
198
  "query-string": "^7.0.0",
199
+ "raw-loader": "^4.0.2",
200
200
  "react": "16.14.0",
201
201
  "react-app-polyfill": "^2.0.0",
202
202
  "react-dev-utils": "^11.0.0",
203
203
  "react-dom": "16.14.0",
204
+ "react-frame-component": "^5.2.1",
204
205
  "react-i18next": "^11.8.12",
205
206
  "react-refresh": "^0.8.3",
206
207
  "resolve": "1.18.1",
@@ -221,6 +222,5 @@
221
222
  "webpack-dev-server": "3.11.0",
222
223
  "webpack-manifest-plugin": "2.2.0",
223
224
  "workbox-webpack-plugin": "5.1.4"
224
- },
225
- "gitHead": "d0f1eeb8f7b0a8c9b0c6fe96c1700ebafd53930b"
226
- }
225
+ }
226
+ }
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2018 Authing
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.