@arcblock/ux 3.1.0 → 3.1.1
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.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@arcblock/ux",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.1",
|
4
4
|
"description": "Common used react components for arcblock products",
|
5
5
|
"keywords": [
|
6
6
|
"react",
|
@@ -60,16 +60,16 @@
|
|
60
60
|
"react": "^19.0.0",
|
61
61
|
"react-router-dom": "^6.22.3"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "858111bd8bce6a904a1ec70982896d815672f2f1",
|
64
64
|
"dependencies": {
|
65
|
-
"@arcblock/bridge": "3.1.
|
65
|
+
"@arcblock/bridge": "3.1.1",
|
66
66
|
"@arcblock/did": "^1.21.2",
|
67
67
|
"@arcblock/did-motif": "^1.1.14",
|
68
|
-
"@arcblock/icons": "3.1.
|
69
|
-
"@arcblock/nft-display": "3.1.
|
70
|
-
"@arcblock/react-hooks": "3.1.
|
68
|
+
"@arcblock/icons": "3.1.1",
|
69
|
+
"@arcblock/nft-display": "3.1.1",
|
70
|
+
"@arcblock/react-hooks": "3.1.1",
|
71
71
|
"@blocklet/js-sdk": "^1.16.46",
|
72
|
-
"@blocklet/theme": "3.1.
|
72
|
+
"@blocklet/theme": "3.1.1",
|
73
73
|
"@fontsource/roboto": "~5.1.1",
|
74
74
|
"@fontsource/ubuntu-mono": "^5.2.6",
|
75
75
|
"@iconify-icons/logos": "^1.2.36",
|
@@ -34,7 +34,7 @@ dayjs.updateLocale('zh-cn', {
|
|
34
34
|
yy: '%d 年',
|
35
35
|
},
|
36
36
|
});
|
37
|
-
// FIXME:
|
37
|
+
// FIXME: @zhanghan 此处不能真正的将 relativeTime 设置为支持中文
|
38
38
|
setDateTool(dayjs);
|
39
39
|
|
40
40
|
const translations: Record<Locale, { utc: string; local: string; shortUTC: string; shortLocal: string }> = {
|