@abtnode/ux 1.16.8-beta-81db8efa → 1.16.8-beta-186fd5aa
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.
|
@@ -114,7 +114,7 @@ function NotificationEmail() {
|
|
|
114
114
|
});
|
|
115
115
|
const validatePassword = (0, _ahooks.useMemoizedFn)(val => {
|
|
116
116
|
if (!(val !== null && val !== void 0 && val.trim())) {
|
|
117
|
-
return t('notification.email.
|
|
117
|
+
return t('notification.email.passwordRequired');
|
|
118
118
|
}
|
|
119
119
|
return true;
|
|
120
120
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/ux",
|
|
3
|
-
"version": "1.16.8-beta-
|
|
3
|
+
"version": "1.16.8-beta-186fd5aa",
|
|
4
4
|
"description": "UX components shared across abtnode packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@abtnode/auth": "1.16.8-beta-
|
|
27
|
-
"@abtnode/constant": "1.16.8-beta-
|
|
28
|
-
"@abtnode/util": "1.16.8-beta-
|
|
26
|
+
"@abtnode/auth": "1.16.8-beta-186fd5aa",
|
|
27
|
+
"@abtnode/constant": "1.16.8-beta-186fd5aa",
|
|
28
|
+
"@abtnode/util": "1.16.8-beta-186fd5aa",
|
|
29
29
|
"@ahooksjs/use-url-state": "^3.5.1",
|
|
30
30
|
"@arcblock/did": "^1.18.78",
|
|
31
31
|
"@arcblock/did-connect": "^2.5.39",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@arcblock/react-hooks": "^2.5.39",
|
|
35
35
|
"@arcblock/terminal": "^2.5.39",
|
|
36
36
|
"@arcblock/ux": "^2.5.39",
|
|
37
|
-
"@blocklet/constant": "1.16.8-beta-
|
|
37
|
+
"@blocklet/constant": "1.16.8-beta-186fd5aa",
|
|
38
38
|
"@blocklet/launcher-layout": "2.0.39",
|
|
39
39
|
"@blocklet/list": "^0.11.24",
|
|
40
|
-
"@blocklet/meta": "1.16.8-beta-
|
|
40
|
+
"@blocklet/meta": "1.16.8-beta-186fd5aa",
|
|
41
41
|
"@blocklet/ui-react": "^2.5.39",
|
|
42
42
|
"@emotion/react": "^11.10.4",
|
|
43
43
|
"@emotion/styled": "^11.10.4",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"@babel/preset-react": "^7.18.6",
|
|
95
95
|
"babel-plugin-inline-react-svg": "^1.1.2"
|
|
96
96
|
},
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "3150c3a5c3e041fe7f5a3902418d9d62adee3173"
|
|
98
98
|
}
|