@abtnode/ux 1.16.27-beta-74c4e335 → 1.16.27-beta-426c1690
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.
|
@@ -145,7 +145,8 @@ export default function AddDomain({
|
|
|
145
145
|
});
|
|
146
146
|
await sleep(2000);
|
|
147
147
|
setState({
|
|
148
|
-
loading: false
|
|
148
|
+
loading: false,
|
|
149
|
+
domain: ''
|
|
149
150
|
});
|
|
150
151
|
onSuccess({
|
|
151
152
|
domain,
|
|
@@ -301,7 +302,7 @@ export default function AddDomain({
|
|
|
301
302
|
},
|
|
302
303
|
children: domainTypes[type]?.component
|
|
303
304
|
})]
|
|
304
|
-
}, type)), /*#__PURE__*/_jsx(Connect, {
|
|
305
|
+
}, type)), nftDomainService && /*#__PURE__*/_jsx(Connect, {
|
|
305
306
|
open: state.showNFTDomainAuth,
|
|
306
307
|
popup: true,
|
|
307
308
|
useSocket: false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/ux",
|
|
3
|
-
"version": "1.16.27-beta-
|
|
3
|
+
"version": "1.16.27-beta-426c1690",
|
|
4
4
|
"description": "UX components shared across abtnode packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@abtnode/auth": "1.16.27-beta-
|
|
30
|
-
"@abtnode/constant": "1.16.27-beta-
|
|
31
|
-
"@abtnode/util": "1.16.27-beta-
|
|
29
|
+
"@abtnode/auth": "1.16.27-beta-426c1690",
|
|
30
|
+
"@abtnode/constant": "1.16.27-beta-426c1690",
|
|
31
|
+
"@abtnode/util": "1.16.27-beta-426c1690",
|
|
32
32
|
"@ahooksjs/use-url-state": "^3.5.1",
|
|
33
33
|
"@arcblock/did": "^1.18.121",
|
|
34
34
|
"@arcblock/did-connect": "^2.9.89",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"@arcblock/react-hooks": "^2.9.89",
|
|
39
39
|
"@arcblock/terminal": "^2.9.89",
|
|
40
40
|
"@arcblock/ux": "^2.9.89",
|
|
41
|
-
"@blocklet/constant": "1.16.27-beta-
|
|
41
|
+
"@blocklet/constant": "1.16.27-beta-426c1690",
|
|
42
42
|
"@blocklet/launcher-layout": "2.3.20",
|
|
43
43
|
"@blocklet/list": "^0.12.103",
|
|
44
|
-
"@blocklet/meta": "1.16.27-beta-
|
|
44
|
+
"@blocklet/meta": "1.16.27-beta-426c1690",
|
|
45
45
|
"@blocklet/ui-react": "^2.9.89",
|
|
46
46
|
"@blocklet/uploader": "^0.1.6",
|
|
47
47
|
"@emotion/react": "^11.10.4",
|
|
@@ -108,5 +108,5 @@
|
|
|
108
108
|
"jest": "^29.7.0",
|
|
109
109
|
"jest-environment-jsdom": "^29.7.0"
|
|
110
110
|
},
|
|
111
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "96208341e13a7fd959a7b99e7906fe441a63060b"
|
|
112
112
|
}
|