@blocklet/launcher-ux 2.3.67 → 2.3.69
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.
|
@@ -251,7 +251,8 @@ function Component({
|
|
|
251
251
|
dense: true,
|
|
252
252
|
disablePadding: true,
|
|
253
253
|
sx: {
|
|
254
|
-
maxHeight: '
|
|
254
|
+
// maxHeight: { xs: '240px', md: '360px' },
|
|
255
|
+
// maxHeight: { xs: 'unset', lg: '120px', xl: '320px' },
|
|
255
256
|
overflowY: 'auto',
|
|
256
257
|
'&::-webkit-scrollbar': {
|
|
257
258
|
width: '6px'
|
|
@@ -263,7 +264,19 @@ function Component({
|
|
|
263
264
|
backgroundColor: '#ccc',
|
|
264
265
|
borderRadius: '3px'
|
|
265
266
|
},
|
|
266
|
-
'@media (
|
|
267
|
+
'@media (min-height: 1400px)': {
|
|
268
|
+
maxHeight: '380px'
|
|
269
|
+
},
|
|
270
|
+
'@media (max-height: 1399px)': {
|
|
271
|
+
maxHeight: '280px'
|
|
272
|
+
},
|
|
273
|
+
'@media (max-height: 900px)': {
|
|
274
|
+
maxHeight: '160px'
|
|
275
|
+
},
|
|
276
|
+
'@media (max-height: 600px)': {
|
|
277
|
+
maxHeight: '120px'
|
|
278
|
+
},
|
|
279
|
+
'@media (max-width: 900px)': {
|
|
267
280
|
maxHeight: 'unset'
|
|
268
281
|
}
|
|
269
282
|
},
|
|
@@ -266,7 +266,8 @@ function Component(_ref2) {
|
|
|
266
266
|
dense: true,
|
|
267
267
|
disablePadding: true,
|
|
268
268
|
sx: {
|
|
269
|
-
maxHeight: '
|
|
269
|
+
// maxHeight: { xs: '240px', md: '360px' },
|
|
270
|
+
// maxHeight: { xs: 'unset', lg: '120px', xl: '320px' },
|
|
270
271
|
overflowY: 'auto',
|
|
271
272
|
'&::-webkit-scrollbar': {
|
|
272
273
|
width: '6px'
|
|
@@ -278,7 +279,19 @@ function Component(_ref2) {
|
|
|
278
279
|
backgroundColor: '#ccc',
|
|
279
280
|
borderRadius: '3px'
|
|
280
281
|
},
|
|
281
|
-
'@media (
|
|
282
|
+
'@media (min-height: 1400px)': {
|
|
283
|
+
maxHeight: '380px'
|
|
284
|
+
},
|
|
285
|
+
'@media (max-height: 1399px)': {
|
|
286
|
+
maxHeight: '280px'
|
|
287
|
+
},
|
|
288
|
+
'@media (max-height: 900px)': {
|
|
289
|
+
maxHeight: '160px'
|
|
290
|
+
},
|
|
291
|
+
'@media (max-height: 600px)': {
|
|
292
|
+
maxHeight: '120px'
|
|
293
|
+
},
|
|
294
|
+
'@media (max-width: 900px)': {
|
|
282
295
|
maxHeight: 'unset'
|
|
283
296
|
}
|
|
284
297
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-ux",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.69",
|
|
4
4
|
"description": "Launcher UX lib",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
"react": ">=18.1.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@babel/cli": "^7.25.
|
|
48
|
-
"@babel/core": "^7.
|
|
49
|
-
"@babel/preset-env": "^7.
|
|
50
|
-
"@babel/preset-react": "^7.25.
|
|
47
|
+
"@babel/cli": "^7.25.9",
|
|
48
|
+
"@babel/core": "^7.26.0",
|
|
49
|
+
"@babel/preset-env": "^7.26.0",
|
|
50
|
+
"@babel/preset-react": "^7.25.9",
|
|
51
51
|
"@storybook/react": "^7.6.20",
|
|
52
52
|
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
53
53
|
"glob": "^10.4.5"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@arcblock/ux": "^2.10.
|
|
57
|
-
"@blocklet/launcher-util": "2.3.
|
|
58
|
-
"@blocklet/payment-react": "^1.15.
|
|
56
|
+
"@arcblock/ux": "^2.10.53",
|
|
57
|
+
"@blocklet/launcher-util": "2.3.69",
|
|
58
|
+
"@blocklet/payment-react": "^1.15.21",
|
|
59
59
|
"@emotion/styled": "^11.13.0",
|
|
60
60
|
"@mui/icons-material": "^5.16.7",
|
|
61
61
|
"@mui/material": "^5.16.7",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"require": "./lib/use-mobile/index.js"
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "e63c72066b19876acea3deab7f503755cfc3186c"
|
|
97
97
|
}
|