@arcblock/ux 3.2.4 → 3.2.6

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.
@@ -104,7 +104,7 @@ function ko({
104
104
  s,
105
105
  {
106
106
  sx: {
107
- border: `1px solid ${c(e, 0.1)}`,
107
+ border: `3px solid ${c(e, 0.1)}`,
108
108
  m: "-1px",
109
109
  position: "relative",
110
110
  borderRadius: "12px",
@@ -1,4 +1,4 @@
1
- const e = "3.2.4", s = { "@blocklet/js-sdk": "1.17.1" }, n = {
1
+ const e = "3.2.6", s = { "@blocklet/js-sdk": "1.17.2" }, n = {
2
2
  version: e,
3
3
  dependencies: s
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "3.2.4",
3
+ "version": "3.2.6",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -68,16 +68,16 @@
68
68
  "react": "^19.0.0",
69
69
  "react-router-dom": "^6.22.3"
70
70
  },
71
- "gitHead": "75c7e540161356c3b4d7a35322b85cd5d09c872e",
71
+ "gitHead": "801062a03310e7d84710fb6968a058d88a4cee7d",
72
72
  "dependencies": {
73
- "@arcblock/bridge": "3.2.4",
74
- "@arcblock/did": "^1.27.3",
73
+ "@arcblock/bridge": "3.2.6",
74
+ "@arcblock/did": "^1.27.6",
75
75
  "@arcblock/did-motif": "^1.1.14",
76
- "@arcblock/icons": "3.2.4",
77
- "@arcblock/nft-display": "3.2.4",
78
- "@arcblock/react-hooks": "3.2.4",
79
- "@blocklet/js-sdk": "1.17.1",
80
- "@blocklet/theme": "3.2.4",
76
+ "@arcblock/icons": "3.2.6",
77
+ "@arcblock/nft-display": "3.2.6",
78
+ "@arcblock/react-hooks": "3.2.6",
79
+ "@blocklet/js-sdk": "1.17.2",
80
+ "@blocklet/theme": "3.2.6",
81
81
  "@fontsource/roboto": "~5.1.1",
82
82
  "@fontsource/ubuntu-mono": "^5.2.6",
83
83
  "@iconify-icons/logos": "^1.2.36",
@@ -85,7 +85,7 @@
85
85
  "@iconify-icons/mdi": "^1.2.48",
86
86
  "@iconify-icons/tabler": "^1.2.95",
87
87
  "@iconify/react": "^5.2.1",
88
- "@ocap/mcrypto": "^1.27.3",
88
+ "@ocap/mcrypto": "^1.27.6",
89
89
  "@solana/qr-code-styling": "^1.6.0",
90
90
  "@types/dompurify": "^3.2.0",
91
91
  "@types/mui-datatables": "^4.3.12",
@@ -188,7 +188,7 @@ export default function DIDConnectContainer({
188
188
  )}>
189
189
  <Box
190
190
  sx={{
191
- border: `1px solid ${hexToRgba(color, 0.1)}`,
191
+ border: `3px solid ${hexToRgba(color, 0.1)}`,
192
192
  m: '-1px',
193
193
  position: 'relative',
194
194
  borderRadius: '12px',