@arcblock/ux 2.13.31 → 2.13.32

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.
@@ -43,9 +43,9 @@ const translations = {
43
43
  },
44
44
  zh: {
45
45
  utc: 'UTC 时区',
46
- local: '本地时区',
46
+ local: '当前时区',
47
47
  shortUTC: 'UTC',
48
- shortLocal: '本地'
48
+ shortLocal: '当前时区'
49
49
  }
50
50
  };
51
51
  function useRelativeTime({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.13.31",
3
+ "version": "2.13.32",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -71,14 +71,14 @@
71
71
  "react": ">=18.2.0",
72
72
  "react-router-dom": ">=6.22.3"
73
73
  },
74
- "gitHead": "66ef51b4b217d15985838eb2c058ec833c07e1cd",
74
+ "gitHead": "87fa6cebba886885a5c2ac78c786c71599fb5f7a",
75
75
  "dependencies": {
76
76
  "@arcblock/did-motif": "^1.1.13",
77
- "@arcblock/icons": "^2.13.31",
78
- "@arcblock/nft-display": "^2.13.31",
79
- "@arcblock/react-hooks": "^2.13.31",
77
+ "@arcblock/icons": "^2.13.32",
78
+ "@arcblock/nft-display": "^2.13.32",
79
+ "@arcblock/react-hooks": "^2.13.32",
80
80
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
81
- "@blocklet/theme": "^2.13.31",
81
+ "@blocklet/theme": "^2.13.32",
82
82
  "@fontsource/roboto": "~5.1.1",
83
83
  "@fontsource/ubuntu-mono": "^5.0.18",
84
84
  "@iconify-icons/logos": "^1.2.36",
@@ -45,9 +45,9 @@ const translations: Record<Locale, { utc: string; local: string; shortUTC: strin
45
45
  },
46
46
  zh: {
47
47
  utc: 'UTC 时区',
48
- local: '本地时区',
48
+ local: '当前时区',
49
49
  shortUTC: 'UTC',
50
- shortLocal: '本地',
50
+ shortLocal: '当前时区',
51
51
  },
52
52
  };
53
53