@abtnode/ux 1.16.16-beta-d8a9fb09 → 1.16.16-beta-e038cde7

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.
@@ -20,7 +20,7 @@ export default function CpuMonitor({
20
20
  current: `${Math.floor(currentLoad || 0)}%`,
21
21
  data: history,
22
22
  description: `${t('system.cores')}: ${cpus?.length || 0}`,
23
- dateFn: v => formatTime(v, 'HH:mm', locale),
23
+ dateFn: v => formatTime(v, 'HH:mm:ss', locale),
24
24
  valueFn: formatNumber
25
25
  });
26
26
  }
@@ -52,7 +52,7 @@ export default function MemoryMonitor({
52
52
  },
53
53
  children: [x.title, ": ", x.metric]
54
54
  }, x.title)),
55
- dateFn: v => formatTime(v, 'HH:mm', locale),
55
+ dateFn: v => formatTime(v, 'HH:mm:ss', locale),
56
56
  valueFn: filesize
57
57
  });
58
58
  }
@@ -28,7 +28,7 @@ function CpuMonitor(_ref) {
28
28
  current: "".concat(Math.floor(currentLoad || 0), "%"),
29
29
  data: history,
30
30
  description: "".concat(t('system.cores'), ": ").concat((cpus === null || cpus === void 0 ? void 0 : cpus.length) || 0),
31
- dateFn: v => (0, _util.formatTime)(v, 'HH:mm', locale),
31
+ dateFn: v => (0, _util.formatTime)(v, 'HH:mm:ss', locale),
32
32
  valueFn: formatNumber
33
33
  });
34
34
  }
@@ -60,7 +60,7 @@ function MemoryMonitor(_ref) {
60
60
  },
61
61
  children: [x.title, ": ", x.metric]
62
62
  }, x.title)),
63
- dateFn: v => (0, _util.formatTime)(v, 'HH:mm', locale),
63
+ dateFn: v => (0, _util.formatTime)(v, 'HH:mm:ss', locale),
64
64
  valueFn: _filesize.default
65
65
  });
66
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/ux",
3
- "version": "1.16.16-beta-d8a9fb09",
3
+ "version": "1.16.16-beta-e038cde7",
4
4
  "description": "UX components shared across abtnode packages",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -27,23 +27,23 @@
27
27
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@abtnode/auth": "1.16.16-beta-d8a9fb09",
31
- "@abtnode/constant": "1.16.16-beta-d8a9fb09",
32
- "@abtnode/util": "1.16.16-beta-d8a9fb09",
30
+ "@abtnode/auth": "1.16.16-beta-e038cde7",
31
+ "@abtnode/constant": "1.16.16-beta-e038cde7",
32
+ "@abtnode/util": "1.16.16-beta-e038cde7",
33
33
  "@ahooksjs/use-url-state": "^3.5.1",
34
34
  "@arcblock/did": "^1.18.89",
35
- "@arcblock/did-connect": "^2.7.15",
35
+ "@arcblock/did-connect": "^2.7.16",
36
36
  "@arcblock/did-motif": "^1.1.13",
37
- "@arcblock/icons": "^2.7.15",
38
- "@arcblock/nft-display": "2.7.15",
39
- "@arcblock/react-hooks": "^2.7.15",
40
- "@arcblock/terminal": "^2.7.15",
41
- "@arcblock/ux": "^2.7.15",
42
- "@blocklet/constant": "1.16.16-beta-d8a9fb09",
37
+ "@arcblock/icons": "^2.7.16",
38
+ "@arcblock/nft-display": "2.7.16",
39
+ "@arcblock/react-hooks": "^2.7.16",
40
+ "@arcblock/terminal": "^2.7.16",
41
+ "@arcblock/ux": "^2.7.16",
42
+ "@blocklet/constant": "1.16.16-beta-e038cde7",
43
43
  "@blocklet/launcher-layout": "2.2.5",
44
- "@blocklet/list": "^0.12.34",
45
- "@blocklet/meta": "1.16.16-beta-d8a9fb09",
46
- "@blocklet/ui-react": "^2.7.15",
44
+ "@blocklet/list": "^0.12.35",
45
+ "@blocklet/meta": "1.16.16-beta-e038cde7",
46
+ "@blocklet/ui-react": "^2.7.16",
47
47
  "@emotion/react": "^11.10.4",
48
48
  "@emotion/styled": "^11.10.4",
49
49
  "@iconify/react": "^4.0.0",
@@ -98,7 +98,7 @@
98
98
  "babel-plugin-inline-react-svg": "^1.1.2",
99
99
  "glob": "^10.3.3"
100
100
  },
101
- "gitHead": "a03d8972fd0fafe810369efa89b03ccd0647dce5",
101
+ "gitHead": "688b1c7ae0f6652094100c101f5d218266dd86ac",
102
102
  "exports": {
103
103
  ".": {
104
104
  "import": "./es/index.js",