@authing/react-ui-components 3.0.2-beta.11 → 3.0.2-beta.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "3.0.2-beta.11",
3
+ "version": "3.0.2-beta.12",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "lib/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "dependencies": {
13
13
  "antd": "^4.8.0",
14
- "authing-js-sdk": "4.22.26-alpha.2",
14
+ "authing-js-sdk": "4.22.26-alpha.13",
15
15
  "face-api.js": "^0.22.2",
16
16
  "global": "^4.4.0",
17
17
  "qs": "^6.9.4",
@@ -30,11 +30,12 @@
30
30
  "log-tag": "node ./scripts/tag.js",
31
31
  "pretty-quick": "pretty-quick",
32
32
  "prepublishOnly": "node ./scripts/pre-publish.js",
33
- "prestart": "npm run log-tag && npm run vegcrsion",
33
+ "prestart": "npm run log-tag && npm run version",
34
34
  "prebuild:lib": "npm run log-tag && npm run version",
35
35
  "prepare": "cd ../.. && husky install packages/react-components/.husky",
36
- "pub": "npm run build:lib && cross-env npm_guard_publish='true' node ./scripts/publish.js",
36
+ "pub": "npm run build:lib && node ./scripts/publish.js",
37
37
  "start": "PORT=3006 node ./scripts/start.js",
38
+ "vite": "vite",
38
39
  "version": "node ./scripts/generate-version"
39
40
  },
40
41
  "publishConfig": {
@@ -133,6 +134,7 @@
133
134
  "@types/shortid": "^0.0.29",
134
135
  "@typescript-eslint/eslint-plugin": "^4.5.0",
135
136
  "@typescript-eslint/parser": "^4.5.0",
137
+ "@vitejs/plugin-react": "1.1.0",
136
138
  "babel-eslint": "^10.1.0",
137
139
  "babel-jest": "^26.6.0",
138
140
  "babel-loader": "8.1.0",
@@ -202,6 +204,7 @@
202
204
  "ts-pnp": "1.2.0",
203
205
  "typescript": "^4.0.3",
204
206
  "url-loader": "4.1.1",
207
+ "vite": "^2.6.14",
205
208
  "web-vitals": "^0.2.4",
206
209
  "webpack": "4.44.2",
207
210
  "webpack-bundle-analyzer": "^4.1.0",
@@ -209,4 +212,4 @@
209
212
  "webpack-manifest-plugin": "2.2.0",
210
213
  "workbox-webpack-plugin": "5.1.4"
211
214
  }
212
- }
215
+ }
@@ -1,29 +0,0 @@
1
- <svg width="100%" height="100%"
2
- viewBox="0 0 150 150" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <style>
4
- #path-f {
5
- fill: none;
6
- stroke: #eaebee;
7
- stroke-width: 10;
8
- stroke-dasharray: 100 220;
9
- animation: dash 40s infinite linear forwards;
10
- }
11
- #path-b {
12
- fill: none;
13
- stroke: #0080ff;
14
- stroke-width: 8;
15
- stroke-linecap: round;
16
- stroke-linejoin: round;
17
- }
18
- @keyframes dash {
19
- to {
20
- stroke-dashoffset: 12000;
21
- }
22
- }
23
- </style>
24
- <title>Loading</title>
25
- <g id="单独" transform="translate(25.000000, 16.000000)" fill-rule="nonzero" stroke-width="2" >
26
- <path d="M50,0 L0,30 C0,31 0,32 0,33 C0,69 20,100 50,116 C79,100 100,69 100,33 C100,32 99,31 99,30 L50,0 Z" id="path-b"/>
27
- <path d="M50,0 L0,30 C0,31 0,32 0,33 C0,69 20,100 50,116 C79,100 100,69 100,33 C100,32 99,31 99,30 L50,0 Z" id="path-f"/>
28
- </g>
29
- </svg>