@arcblock/ux 2.13.66 → 2.13.68

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.
@@ -108,7 +108,7 @@ export default function SessionBlocklet({
108
108
  children: sessionMenuList.map(item => /*#__PURE__*/_jsx(ListItem, {
109
109
  disablePadding: true,
110
110
  children: /*#__PURE__*/_jsxs(ListItemButton, {
111
- href: item.link,
111
+ href: getTranslation(item.link, locale),
112
112
  sx: {
113
113
  p: 1,
114
114
  display: 'flex',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.13.66",
3
+ "version": "2.13.68",
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": "952f406bac1d36559e581fce848179e12a405282",
74
+ "gitHead": "f4b11f192bdc9b65db06a66d1465cdea8605a8ea",
75
75
  "dependencies": {
76
76
  "@arcblock/did-motif": "^1.1.13",
77
- "@arcblock/icons": "^2.13.66",
78
- "@arcblock/nft-display": "^2.13.66",
79
- "@arcblock/react-hooks": "^2.13.66",
77
+ "@arcblock/icons": "^2.13.68",
78
+ "@arcblock/nft-display": "^2.13.68",
79
+ "@arcblock/react-hooks": "^2.13.68",
80
80
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
81
- "@blocklet/theme": "^2.13.66",
81
+ "@blocklet/theme": "^2.13.68",
82
82
  "@fontsource/roboto": "~5.1.1",
83
83
  "@fontsource/ubuntu-mono": "^5.0.18",
84
84
  "@iconify-icons/logos": "^1.2.36",
@@ -116,7 +116,7 @@ export default function SessionBlocklet({
116
116
  {sessionMenuList.map((item) => (
117
117
  <ListItem key={item.id} disablePadding>
118
118
  <ListItemButton
119
- href={item.link}
119
+ href={getTranslation(item.link, locale)}
120
120
  sx={{
121
121
  p: 1,
122
122
  display: 'flex',