@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 t('common.progress');
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",
@@ -266,6 +266,7 @@ function SpaceItem(_ref) {
266
266
  await onBackupNow();
267
267
  } catch (error) {
268
268
  console.error(error);
269
+ _Toast.default.error(error.message);
269
270
  } finally {
270
271
  setLoading(true);
271
272
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/ux",
3
- "version": "1.16.14-beta-dd4f6a50",
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-dd4f6a50",
27
- "@abtnode/constant": "1.16.14-beta-dd4f6a50",
28
- "@abtnode/util": "1.16.14-beta-dd4f6a50",
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.65",
31
+ "@arcblock/did-connect": "^2.5.66",
32
32
  "@arcblock/did-motif": "^1.1.13",
33
- "@arcblock/icons": "^2.5.65",
34
- "@arcblock/nft-display": "2.5.65",
35
- "@arcblock/react-hooks": "^2.5.65",
36
- "@arcblock/terminal": "^2.5.65",
37
- "@arcblock/ux": "^2.5.65",
38
- "@blocklet/constant": "1.16.14-beta-dd4f6a50",
39
- "@blocklet/launcher-layout": "2.1.55",
40
- "@blocklet/list": "^0.12.10",
41
- "@blocklet/meta": "1.16.14-beta-dd4f6a50",
42
- "@blocklet/ui-react": "^2.5.65",
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": "fb3858f842b221f0a8c298307b393d55c555af45"
100
+ "gitHead": "a59c9970f447462db0ccfee75b277e98bb11a6fa"
101
101
  }