@arcblock/ux 2.4.29 → 2.4.30

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.
@@ -76,8 +76,9 @@ function Footer(props) {
76
76
  })
77
77
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_Box.default, {
78
78
  position: "absolute",
79
- right: 0,
79
+ right: 16,
80
80
  bottom: 0,
81
+ fontSize: 12,
81
82
  sx: {
82
83
  color: 'transparent',
83
84
  '::selection': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.4.29",
3
+ "version": "2.4.30",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -47,10 +47,10 @@
47
47
  "react": ">=18.1.0",
48
48
  "react-ga": "^2.7.0"
49
49
  },
50
- "gitHead": "c9d01163bf74ae11b95e7799b0748f5a31a3ef56",
50
+ "gitHead": "ac31e48f3f02a3bfe0de05c41bea6fd55d3c03e1",
51
51
  "dependencies": {
52
- "@arcblock/icons": "^2.4.29",
53
- "@arcblock/react-hooks": "^2.4.29",
52
+ "@arcblock/icons": "^2.4.30",
53
+ "@arcblock/react-hooks": "^2.4.30",
54
54
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
55
55
  "@emotion/react": "^11.10.0",
56
56
  "@emotion/styled": "^11.10.0",
@@ -32,8 +32,9 @@ export default function Footer(props) {
32
32
  </MuiContainer>
33
33
  <Box
34
34
  position="absolute"
35
- right={0}
35
+ right={16}
36
36
  bottom={0}
37
+ fontSize={12}
37
38
  sx={{ color: 'transparent', '::selection': { background: '#000', color: '#fff' } }}>
38
39
  {window?.blocklet?.version}
39
40
  </Box>