@abtnode/ux 1.6.15 → 1.6.16
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/lost-passport.js +1 -2
- package/package.json +7 -4
package/lib/lost-passport.js
CHANGED
|
@@ -195,8 +195,7 @@ function LostPassport(_ref2) {
|
|
|
195
195
|
width: '100%'
|
|
196
196
|
}
|
|
197
197
|
}, /*#__PURE__*/_react.default.createElement(_RadioGroup.default, {
|
|
198
|
-
|
|
199
|
-
name: "gender1",
|
|
198
|
+
name: "passport",
|
|
200
199
|
value: passport,
|
|
201
200
|
onChange: handleChange
|
|
202
201
|
}, /*#__PURE__*/_react.default.createElement(_Grid.default, {
|
package/package.json
CHANGED
|
@@ -3,13 +3,16 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.6.
|
|
6
|
+
"version": "1.6.16",
|
|
7
7
|
"description": "UX components shared across abtnode packages",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
10
10
|
"lib"
|
|
11
11
|
],
|
|
12
12
|
"scripts": {
|
|
13
|
+
"lint": "eslint src",
|
|
14
|
+
"lint:fix": "eslint src --fix",
|
|
15
|
+
"prepublishOnly": "npm run build",
|
|
13
16
|
"build": "babel src --out-dir lib --copy-files",
|
|
14
17
|
"watch": "babel src --out-dir lib -w --copy-files"
|
|
15
18
|
},
|
|
@@ -17,8 +20,8 @@
|
|
|
17
20
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
18
21
|
"license": "MIT",
|
|
19
22
|
"dependencies": {
|
|
20
|
-
"@arcblock/did-connect": "^1.16.
|
|
21
|
-
"@arcblock/ux": "^1.16.
|
|
23
|
+
"@arcblock/did-connect": "^1.16.13",
|
|
24
|
+
"@arcblock/ux": "^1.16.13",
|
|
22
25
|
"@material-ui/core": "^4.12.3",
|
|
23
26
|
"@material-ui/icons": "^4.11.2",
|
|
24
27
|
"react": "^16.13.0",
|
|
@@ -34,5 +37,5 @@
|
|
|
34
37
|
"babel-plugin-inline-react-svg": "^1.1.1",
|
|
35
38
|
"babel-plugin-styled-components": "^1.10.7"
|
|
36
39
|
},
|
|
37
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "69b08db16aeb75ce23b0e6bb5b9fa396adba2d4b"
|
|
38
41
|
}
|