@blocklet/launcher-ux 2.3.48 → 2.3.49
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.
|
@@ -422,19 +422,29 @@ function Component({
|
|
|
422
422
|
width: '100%',
|
|
423
423
|
'& .cko-container': {
|
|
424
424
|
minWidth: '100% !important',
|
|
425
|
-
maxWidth: '100% !important'
|
|
425
|
+
maxWidth: '100% !important',
|
|
426
|
+
'&>div': {
|
|
427
|
+
padding: 0
|
|
428
|
+
}
|
|
426
429
|
},
|
|
427
430
|
'& .cko-payment': {
|
|
428
|
-
gap: '24px'
|
|
431
|
+
gap: '24px',
|
|
432
|
+
'&>hr': {
|
|
433
|
+
display: 'none'
|
|
434
|
+
}
|
|
429
435
|
},
|
|
430
436
|
'& .cko-payment-contact': {
|
|
431
437
|
gap: '12px',
|
|
432
|
-
|
|
438
|
+
lineHeight: '1.5rem',
|
|
439
|
+
'&>*': {
|
|
433
440
|
marginBottom: 0
|
|
441
|
+
},
|
|
442
|
+
'&>p': {
|
|
443
|
+
fontSize: '1rem'
|
|
434
444
|
}
|
|
435
445
|
},
|
|
436
446
|
'& .cko-payment-form': {
|
|
437
|
-
|
|
447
|
+
gap: '12px'
|
|
438
448
|
},
|
|
439
449
|
'& .cko-payment-methods': {
|
|
440
450
|
gap: '12px',
|
|
@@ -455,7 +465,7 @@ function Component({
|
|
|
455
465
|
mode: "inline-minimal",
|
|
456
466
|
onPaid: handlePaid,
|
|
457
467
|
onChange: handleChange,
|
|
458
|
-
|
|
468
|
+
theme: "inherit"
|
|
459
469
|
})
|
|
460
470
|
})]
|
|
461
471
|
})]
|
|
@@ -438,19 +438,29 @@ function Component(_ref2) {
|
|
|
438
438
|
width: '100%',
|
|
439
439
|
'& .cko-container': {
|
|
440
440
|
minWidth: '100% !important',
|
|
441
|
-
maxWidth: '100% !important'
|
|
441
|
+
maxWidth: '100% !important',
|
|
442
|
+
'&>div': {
|
|
443
|
+
padding: 0
|
|
444
|
+
}
|
|
442
445
|
},
|
|
443
446
|
'& .cko-payment': {
|
|
444
|
-
gap: '24px'
|
|
447
|
+
gap: '24px',
|
|
448
|
+
'&>hr': {
|
|
449
|
+
display: 'none'
|
|
450
|
+
}
|
|
445
451
|
},
|
|
446
452
|
'& .cko-payment-contact': {
|
|
447
453
|
gap: '12px',
|
|
448
|
-
|
|
454
|
+
lineHeight: '1.5rem',
|
|
455
|
+
'&>*': {
|
|
449
456
|
marginBottom: 0
|
|
457
|
+
},
|
|
458
|
+
'&>p': {
|
|
459
|
+
fontSize: '1rem'
|
|
450
460
|
}
|
|
451
461
|
},
|
|
452
462
|
'& .cko-payment-form': {
|
|
453
|
-
|
|
463
|
+
gap: '12px'
|
|
454
464
|
},
|
|
455
465
|
'& .cko-payment-methods': {
|
|
456
466
|
gap: '12px',
|
|
@@ -471,7 +481,7 @@ function Component(_ref2) {
|
|
|
471
481
|
mode: "inline-minimal",
|
|
472
482
|
onPaid: handlePaid,
|
|
473
483
|
onChange: handleChange,
|
|
474
|
-
|
|
484
|
+
theme: "inherit"
|
|
475
485
|
})
|
|
476
486
|
})]
|
|
477
487
|
})]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-ux",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.49",
|
|
4
4
|
"description": "Launcher UX lib",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -46,16 +46,16 @@
|
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@babel/cli": "^7.24.8",
|
|
48
48
|
"@babel/core": "^7.25.2",
|
|
49
|
-
"@babel/preset-env": "^7.25.
|
|
49
|
+
"@babel/preset-env": "^7.25.4",
|
|
50
50
|
"@babel/preset-react": "^7.24.7",
|
|
51
51
|
"@storybook/react": "^6.5.16",
|
|
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.14.
|
|
56
|
+
"@arcblock/ux": "^2.10.23",
|
|
57
|
+
"@blocklet/launcher-util": "2.3.49",
|
|
58
|
+
"@blocklet/payment-react": "^1.14.32",
|
|
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": "823c6e1af3fb5e3f8bb4cc451bc7667fcc8a235e"
|
|
97
97
|
}
|