@arcblock/ux 2.10.47 → 2.10.48

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.
@@ -90,7 +90,7 @@ const Div = styled('div')`
90
90
  padding-bottom: ${props => props.theme.spacing(2)};
91
91
  }
92
92
  .arcblock-blocklet__text {
93
- height: 57px;
93
+ height: 65px;
94
94
  overflow: hidden;
95
95
  }
96
96
  /* 设置多行文本溢出显示省略号 兼容fireFox、safari */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.10.47",
3
+ "version": "2.10.48",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -64,12 +64,12 @@
64
64
  "react": ">=18.2.0",
65
65
  "react-router-dom": ">=6.22.3"
66
66
  },
67
- "gitHead": "21ff7984142d0a17cdb695c3bcec18c096d9bbf6",
67
+ "gitHead": "cf51a0c10a0db976cde5ea88c0c7f9bc9aad6895",
68
68
  "dependencies": {
69
69
  "@arcblock/did-motif": "^1.1.13",
70
- "@arcblock/icons": "^2.10.47",
71
- "@arcblock/nft-display": "^2.10.47",
72
- "@arcblock/react-hooks": "^2.10.47",
70
+ "@arcblock/icons": "^2.10.48",
71
+ "@arcblock/nft-display": "^2.10.48",
72
+ "@arcblock/react-hooks": "^2.10.48",
73
73
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
74
74
  "@fontsource/inter": "^5.0.16",
75
75
  "@fontsource/ubuntu-mono": "^5.0.18",
@@ -91,7 +91,7 @@ const Div = styled('div')`
91
91
  padding-bottom: ${(props) => props.theme.spacing(2)};
92
92
  }
93
93
  .arcblock-blocklet__text {
94
- height: 57px;
94
+ height: 65px;
95
95
  overflow: hidden;
96
96
  }
97
97
  /* 设置多行文本溢出显示省略号 兼容fireFox、safari */