@abtnode/ux 1.16.14-beta-dd4f6a50 → 1.16.14-beta-a90ba909
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.
|
@@ -175,7 +175,17 @@ function SpacesBackupRecords(_ref2) {
|
|
|
175
175
|
message
|
|
176
176
|
} = (_backups$index = backups === null || backups === void 0 ? void 0 : backups[index]) !== null && _backups$index !== void 0 ? _backups$index : {};
|
|
177
177
|
if ((0, _lodash.isNull)(status)) {
|
|
178
|
-
return
|
|
178
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_material.Typography, {
|
|
179
|
+
display: "inline-flex",
|
|
180
|
+
alignItems: "center",
|
|
181
|
+
fontSize: "14px",
|
|
182
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.CircularProgress, {
|
|
183
|
+
sx: {
|
|
184
|
+
marginRight: '4px'
|
|
185
|
+
},
|
|
186
|
+
size: "12px"
|
|
187
|
+
}), t('common.progress')]
|
|
188
|
+
});
|
|
179
189
|
}
|
|
180
190
|
const node = !status ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_Tag.default, {
|
|
181
191
|
type: "success",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/ux",
|
|
3
|
-
"version": "1.16.14-beta-
|
|
3
|
+
"version": "1.16.14-beta-a90ba909",
|
|
4
4
|
"description": "UX components shared across abtnode packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -23,23 +23,23 @@
|
|
|
23
23
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@abtnode/auth": "1.16.14-beta-
|
|
27
|
-
"@abtnode/constant": "1.16.14-beta-
|
|
28
|
-
"@abtnode/util": "1.16.14-beta-
|
|
26
|
+
"@abtnode/auth": "1.16.14-beta-a90ba909",
|
|
27
|
+
"@abtnode/constant": "1.16.14-beta-a90ba909",
|
|
28
|
+
"@abtnode/util": "1.16.14-beta-a90ba909",
|
|
29
29
|
"@ahooksjs/use-url-state": "^3.5.1",
|
|
30
30
|
"@arcblock/did": "^1.18.87",
|
|
31
|
-
"@arcblock/did-connect": "^2.5.
|
|
31
|
+
"@arcblock/did-connect": "^2.5.66",
|
|
32
32
|
"@arcblock/did-motif": "^1.1.13",
|
|
33
|
-
"@arcblock/icons": "^2.5.
|
|
34
|
-
"@arcblock/nft-display": "2.5.
|
|
35
|
-
"@arcblock/react-hooks": "^2.5.
|
|
36
|
-
"@arcblock/terminal": "^2.5.
|
|
37
|
-
"@arcblock/ux": "^2.5.
|
|
38
|
-
"@blocklet/constant": "1.16.14-beta-
|
|
39
|
-
"@blocklet/launcher-layout": "2.1.
|
|
40
|
-
"@blocklet/list": "^0.12.
|
|
41
|
-
"@blocklet/meta": "1.16.14-beta-
|
|
42
|
-
"@blocklet/ui-react": "^2.5.
|
|
33
|
+
"@arcblock/icons": "^2.5.66",
|
|
34
|
+
"@arcblock/nft-display": "2.5.66",
|
|
35
|
+
"@arcblock/react-hooks": "^2.5.66",
|
|
36
|
+
"@arcblock/terminal": "^2.5.66",
|
|
37
|
+
"@arcblock/ux": "^2.5.66",
|
|
38
|
+
"@blocklet/constant": "1.16.14-beta-a90ba909",
|
|
39
|
+
"@blocklet/launcher-layout": "2.1.58",
|
|
40
|
+
"@blocklet/list": "^0.12.12",
|
|
41
|
+
"@blocklet/meta": "1.16.14-beta-a90ba909",
|
|
42
|
+
"@blocklet/ui-react": "^2.5.66",
|
|
43
43
|
"@emotion/react": "^11.10.4",
|
|
44
44
|
"@emotion/styled": "^11.10.4",
|
|
45
45
|
"@iconify/react": "^4.0.0",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"@babel/preset-react": "^7.18.6",
|
|
98
98
|
"babel-plugin-inline-react-svg": "^1.1.2"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "a59c9970f447462db0ccfee75b277e98bb11a6fa"
|
|
101
101
|
}
|