@arcblock/ux 2.13.59 → 2.13.60

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.
@@ -94,7 +94,7 @@ export default function AuthApps({
94
94
  sx: {
95
95
  display: 'flex',
96
96
  flexDirection: 'column',
97
- gap: 2,
97
+ gap: 1.5,
98
98
  p: {
99
99
  xs: 2,
100
100
  lg: 3,
@@ -115,7 +115,7 @@ export default function LandingPage({
115
115
  }
116
116
  return /*#__PURE__*/_jsxs(Box, {
117
117
  sx: {
118
- width: '100vw',
118
+ width: '100%',
119
119
  minHeight: '100vh',
120
120
  display: 'flex',
121
121
  justifyContent: 'center',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.13.59",
3
+ "version": "2.13.60",
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": "e00efa251020006bdc76353ef6c64212529ebddd",
74
+ "gitHead": "76eb26b12d8ccc1190e5fce847372babca7515c5",
75
75
  "dependencies": {
76
76
  "@arcblock/did-motif": "^1.1.13",
77
- "@arcblock/icons": "^2.13.59",
78
- "@arcblock/nft-display": "^2.13.59",
79
- "@arcblock/react-hooks": "^2.13.59",
77
+ "@arcblock/icons": "^2.13.60",
78
+ "@arcblock/nft-display": "^2.13.60",
79
+ "@arcblock/react-hooks": "^2.13.60",
80
80
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
81
- "@blocklet/theme": "^2.13.59",
81
+ "@blocklet/theme": "^2.13.60",
82
82
  "@fontsource/roboto": "~5.1.1",
83
83
  "@fontsource/ubuntu-mono": "^5.0.18",
84
84
  "@iconify-icons/logos": "^1.2.36",
@@ -123,7 +123,7 @@ export default function AuthApps({
123
123
  sx={{
124
124
  display: 'flex',
125
125
  flexDirection: 'column',
126
- gap: 2,
126
+ gap: 1.5,
127
127
  p: {
128
128
  xs: 2,
129
129
  lg: 3,
@@ -135,7 +135,7 @@ export default function LandingPage({
135
135
  return (
136
136
  <Box
137
137
  sx={{
138
- width: '100vw',
138
+ width: '100%',
139
139
  minHeight: '100vh',
140
140
  display: 'flex',
141
141
  justifyContent: 'center',