@blocklet/launcher-ux 2.3.118 → 2.3.119

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.
@@ -256,7 +256,7 @@ function Component({
256
256
  minHeight: 44,
257
257
  cursor: 'pointer',
258
258
  '&:hover': {
259
- backgroundColor: 'secondary.main',
259
+ backgroundColor: 'action.hover',
260
260
  borderRadius: '4px'
261
261
  }
262
262
  },
@@ -277,7 +277,7 @@ function Component(_ref3) {
277
277
  minHeight: 44,
278
278
  cursor: 'pointer',
279
279
  '&:hover': {
280
- backgroundColor: 'secondary.main',
280
+ backgroundColor: 'action.hover',
281
281
  borderRadius: '4px'
282
282
  }
283
283
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-ux",
3
- "version": "2.3.118",
3
+ "version": "2.3.119",
4
4
  "description": "Launcher UX lib",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -54,9 +54,9 @@
54
54
  "glob": "^10.4.5"
55
55
  },
56
56
  "dependencies": {
57
- "@arcblock/ux": "^2.13.35",
58
- "@blocklet/launcher-util": "2.3.118",
59
- "@blocklet/payment-react": "^1.18.43",
57
+ "@arcblock/ux": "^2.13.36",
58
+ "@blocklet/launcher-util": "2.3.119",
59
+ "@blocklet/payment-react": "^1.18.44",
60
60
  "@emotion/styled": "^11.14.0",
61
61
  "@mui/icons-material": "^5.17.1",
62
62
  "@mui/material": "^5.17.1",
@@ -94,5 +94,5 @@
94
94
  "require": "./lib/use-mobile/index.js"
95
95
  }
96
96
  },
97
- "gitHead": "76af82cb00a4d6d95dc5e046e8982375f38e65a1"
97
+ "gitHead": "78ee4387fe95e9023bdfb68fcfcb8b46c43a15b4"
98
98
  }