@blocklet/ui-react 2.13.47 → 2.13.49
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.
|
@@ -50,7 +50,7 @@ function StandardLayout({ elements, data, className, ...rest }) {
|
|
|
50
50
|
}
|
|
51
51
|
return /* @__PURE__ */ jsx(Root, { ...rest, className: clsx({ "footer--with-navs": withNavigation }, className), children: /* @__PURE__ */ jsxs(Container, { style: { padding: 0 }, children: [
|
|
52
52
|
topSection,
|
|
53
|
-
/* @__PURE__ */ jsx(Box, { sx: { pt: 3, borderTop: 1, borderColor: "
|
|
53
|
+
/* @__PURE__ */ jsx(Box, { sx: { pt: 3, borderTop: 1, borderColor: "divider" } }),
|
|
54
54
|
/* @__PURE__ */ jsx(Container, { children: /* @__PURE__ */ jsxs(Row, { autoCenter: true, children: [
|
|
55
55
|
elements.copyright,
|
|
56
56
|
elements.links
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/ui-react",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.49",
|
|
4
4
|
"description": "Some useful front-end web components that can be used in Blocklets.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@abtnode/constant": "^1.16.43",
|
|
36
36
|
"@abtnode/util": "^1.16.43",
|
|
37
|
-
"@arcblock/bridge": "^2.13.
|
|
38
|
-
"@arcblock/react-hooks": "^2.13.
|
|
37
|
+
"@arcblock/bridge": "^2.13.49",
|
|
38
|
+
"@arcblock/react-hooks": "^2.13.49",
|
|
39
39
|
"@arcblock/ws": "^1.20.11",
|
|
40
40
|
"@blocklet/constant": "^1.16.43",
|
|
41
41
|
"@blocklet/did-space-react": "^1.0.54",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"jest": "^29.7.0",
|
|
95
95
|
"unbuild": "^2.0.0"
|
|
96
96
|
},
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "a924ed1c40a2ca8fea2f50bea4de423d04aadd88"
|
|
98
98
|
}
|
|
@@ -58,7 +58,7 @@ function StandardLayout({ elements, data, className, ...rest }) {
|
|
|
58
58
|
<Container style={{ padding: 0 }}>
|
|
59
59
|
{topSection}
|
|
60
60
|
{/* 分割线可以延伸 */}
|
|
61
|
-
<Box sx={{ pt: 3, borderTop: 1, borderColor: '
|
|
61
|
+
<Box sx={{ pt: 3, borderTop: 1, borderColor: 'divider' }} />
|
|
62
62
|
<Container>
|
|
63
63
|
<Row autoCenter>
|
|
64
64
|
{elements.copyright}
|