@arcblock/ux 2.13.40 → 2.13.41

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.
@@ -18,7 +18,6 @@ export default function QuickLoginItem({
18
18
  const isRawWalletAccount = getSourceProvider(userSession?.user) === 'wallet';
19
19
  return /*#__PURE__*/_jsxs(Box, {
20
20
  sx: {
21
- borderRadius: 1,
22
21
  p: 2,
23
22
  transition: 'background-color 0.5s',
24
23
  bgcolor: 'background.paper',
@@ -142,7 +142,8 @@ export default function UnLogin({
142
142
  maxWidth: '90vw',
143
143
  borderColor: 'divider',
144
144
  border: '0 !important',
145
- boxShadow: 4
145
+ boxShadow: 4,
146
+ overflow: 'hidden'
146
147
  },
147
148
  children: [/*#__PURE__*/_jsxs(Box, {
148
149
  sx: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.13.40",
3
+ "version": "2.13.41",
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": "123c3e42cc1a8905a600efa1a2b230d3f1e7857d",
74
+ "gitHead": "333c9629e6d8ec6a25b85baf28ccf1899c135279",
75
75
  "dependencies": {
76
76
  "@arcblock/did-motif": "^1.1.13",
77
- "@arcblock/icons": "^2.13.40",
78
- "@arcblock/nft-display": "^2.13.40",
79
- "@arcblock/react-hooks": "^2.13.40",
77
+ "@arcblock/icons": "^2.13.41",
78
+ "@arcblock/nft-display": "^2.13.41",
79
+ "@arcblock/react-hooks": "^2.13.41",
80
80
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
81
- "@blocklet/theme": "^2.13.40",
81
+ "@blocklet/theme": "^2.13.41",
82
82
  "@fontsource/roboto": "~5.1.1",
83
83
  "@fontsource/ubuntu-mono": "^5.0.18",
84
84
  "@iconify-icons/logos": "^1.2.36",
@@ -38,7 +38,6 @@ export default function QuickLoginItem({
38
38
  return (
39
39
  <Box
40
40
  sx={{
41
- borderRadius: 1,
42
41
  p: 2,
43
42
  transition: 'background-color 0.5s',
44
43
  bgcolor: 'background.paper',
@@ -152,6 +152,7 @@ export default function UnLogin({ session, onLogin = noop, size = 24, dark = fal
152
152
  borderColor: 'divider',
153
153
  border: '0 !important',
154
154
  boxShadow: 4,
155
+ overflow: 'hidden',
155
156
  }}>
156
157
  <Box
157
158
  sx={{