@blocklet/ui-react 2.11.10 → 2.11.12
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.
|
@@ -257,12 +257,13 @@ export default function UserSessions({
|
|
|
257
257
|
Box,
|
|
258
258
|
{
|
|
259
259
|
sx: {
|
|
260
|
+
maxWidth: 920,
|
|
260
261
|
".MuiTableCell-head": {
|
|
261
262
|
whiteSpace: "nowrap",
|
|
262
263
|
fontWeight: "bold"
|
|
263
264
|
},
|
|
264
265
|
".MuiTableCell-root": {
|
|
265
|
-
paddingRight: "
|
|
266
|
+
paddingRight: "8px"
|
|
266
267
|
}
|
|
267
268
|
},
|
|
268
269
|
children: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/ui-react",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.12",
|
|
4
4
|
"description": "Some useful front-end web components that can be used in Blocklets.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"url": "https://github.com/ArcBlock/ux/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@arcblock/bridge": "^2.11.
|
|
36
|
-
"@arcblock/react-hooks": "^2.11.
|
|
35
|
+
"@arcblock/bridge": "^2.11.12",
|
|
36
|
+
"@arcblock/react-hooks": "^2.11.12",
|
|
37
37
|
"@blocklet/did-space-react": "^0.6.0",
|
|
38
38
|
"@iconify-icons/logos": "^1.2.36",
|
|
39
39
|
"@iconify-icons/material-symbols": "^1.2.58",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"jest": "^29.7.0",
|
|
82
82
|
"unbuild": "^2.0.0"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "b8f74102e7f4a6918743f6b256485a9888c91af0"
|
|
85
85
|
}
|
|
@@ -308,12 +308,13 @@ export default function UserSessions({
|
|
|
308
308
|
return (
|
|
309
309
|
<Box
|
|
310
310
|
sx={{
|
|
311
|
+
maxWidth: 920,
|
|
311
312
|
'.MuiTableCell-head': {
|
|
312
313
|
whiteSpace: 'nowrap',
|
|
313
314
|
fontWeight: 'bold',
|
|
314
315
|
},
|
|
315
316
|
'.MuiTableCell-root': {
|
|
316
|
-
paddingRight: '
|
|
317
|
+
paddingRight: '8px',
|
|
317
318
|
},
|
|
318
319
|
}}>
|
|
319
320
|
{confirmHolder}
|