@abtnode/ux 1.16.47 → 1.16.48

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.
@@ -217,7 +217,8 @@ export default function CommonSettings() {
217
217
  }), emailEnabled && /*#__PURE__*/_jsxs(Stack, {
218
218
  direction: "column",
219
219
  sx: {
220
- ml: 2
220
+ ml: 2,
221
+ gap: 0.5
221
222
  },
222
223
  children: [/*#__PURE__*/_jsx(Section, {
223
224
  title: t('blocklet.config.session.emailRequireVerified'),
@@ -235,7 +236,7 @@ export default function CommonSettings() {
235
236
  field
236
237
  }) => /*#__PURE__*/_jsx(FormControlLabel, {
237
238
  sx: {
238
- mt: 1
239
+ ml: 0
239
240
  },
240
241
  control: /*#__PURE__*/_jsx(Switch, {
241
242
  ...field,
@@ -260,7 +261,7 @@ export default function CommonSettings() {
260
261
  field
261
262
  }) => /*#__PURE__*/_jsx(FormControlLabel, {
262
263
  sx: {
263
- mt: 1
264
+ ml: 0
264
265
  },
265
266
  control: /*#__PURE__*/_jsx(Switch, {
266
267
  ...field,
@@ -285,7 +286,7 @@ export default function CommonSettings() {
285
286
  field
286
287
  }) => /*#__PURE__*/_jsx(FormControlLabel, {
287
288
  sx: {
288
- mt: 1
289
+ ml: 0
289
290
  },
290
291
  control: /*#__PURE__*/_jsx(Switch, {
291
292
  ...field,
@@ -310,7 +311,7 @@ export default function CommonSettings() {
310
311
  field
311
312
  }) => /*#__PURE__*/_jsx(FormControlLabel, {
312
313
  sx: {
313
- mt: 1
314
+ ml: 0
314
315
  },
315
316
  control: /*#__PURE__*/_jsx(Switch, {
316
317
  ...field,
@@ -360,7 +361,7 @@ export default function CommonSettings() {
360
361
  field
361
362
  }) => /*#__PURE__*/_jsx(FormControlLabel, {
362
363
  sx: {
363
- mt: 1
364
+ ml: 0
364
365
  },
365
366
  control: /*#__PURE__*/_jsx(Switch, {
366
367
  ...field,
@@ -416,7 +417,7 @@ export default function CommonSettings() {
416
417
  field
417
418
  }) => /*#__PURE__*/_jsx(FormControlLabel, {
418
419
  sx: {
419
- mt: 1
420
+ ml: 0
420
421
  },
421
422
  control: /*#__PURE__*/_jsx(Switch, {
422
423
  ...field,
@@ -446,6 +447,9 @@ export default function CommonSettings() {
446
447
  render: ({
447
448
  field
448
449
  }) => /*#__PURE__*/_jsx(FormControlLabel, {
450
+ sx: {
451
+ ml: 0
452
+ },
449
453
  control: /*#__PURE__*/_jsx(Switch, {
450
454
  ...field,
451
455
  checked: field.value
@@ -468,6 +472,9 @@ export default function CommonSettings() {
468
472
  render: ({
469
473
  field
470
474
  }) => /*#__PURE__*/_jsx(FormControlLabel, {
475
+ sx: {
476
+ ml: 0
477
+ },
471
478
  control: /*#__PURE__*/_jsx(Switch, {
472
479
  ...field,
473
480
  checked: field.value
@@ -519,7 +526,7 @@ export default function CommonSettings() {
519
526
  sx: {
520
527
  width: '100%',
521
528
  maxWidth: 500,
522
- px: 1.5
529
+ px: 2
523
530
  },
524
531
  children: /*#__PURE__*/_jsx(Slider, {
525
532
  ...field,
@@ -591,7 +598,7 @@ export default function CommonSettings() {
591
598
  field
592
599
  }) => /*#__PURE__*/_jsx(FormControlLabel, {
593
600
  sx: {
594
- mt: 1
601
+ ml: 0
595
602
  },
596
603
  control: /*#__PURE__*/_jsx(Switch, {
597
604
  ...field,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/ux",
3
- "version": "1.16.47",
3
+ "version": "1.16.48",
4
4
  "description": "UX components shared across abtnode packages",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -25,33 +25,33 @@
25
25
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@abtnode/auth": "1.16.47",
29
- "@abtnode/constant": "1.16.47",
30
- "@abtnode/docker-utils": "1.16.47",
31
- "@abtnode/util": "1.16.47",
28
+ "@abtnode/auth": "1.16.48",
29
+ "@abtnode/constant": "1.16.48",
30
+ "@abtnode/docker-utils": "1.16.48",
31
+ "@abtnode/util": "1.16.48",
32
32
  "@ahooksjs/use-url-state": "^3.5.1",
33
33
  "@arcblock/did": "1.21.2",
34
- "@arcblock/did-connect-react": "^3.1.3",
34
+ "@arcblock/did-connect-react": "^3.1.5",
35
35
  "@arcblock/did-ext": "^1.21.2",
36
36
  "@arcblock/did-motif": "^1.1.14",
37
- "@arcblock/icons": "^3.1.3",
38
- "@arcblock/nft-display": "^3.1.3",
39
- "@arcblock/react-hooks": "^3.1.3",
40
- "@arcblock/terminal": "^3.1.3",
41
- "@arcblock/ux": "^3.1.3",
37
+ "@arcblock/icons": "^3.1.5",
38
+ "@arcblock/nft-display": "^3.1.5",
39
+ "@arcblock/react-hooks": "^3.1.5",
40
+ "@arcblock/terminal": "^3.1.5",
41
+ "@arcblock/ux": "^3.1.5",
42
42
  "@arcblock/validator": "1.21.2",
43
- "@blocklet/aigne-hub": "^0.3.7",
44
- "@blocklet/constant": "1.16.47",
45
- "@blocklet/did-domain-react": "^0.5.25",
43
+ "@blocklet/aigne-hub": "^0.3.8",
44
+ "@blocklet/constant": "1.16.48",
45
+ "@blocklet/did-domain-react": "^0.5.26",
46
46
  "@blocklet/did-space-react": "^1.1.14",
47
47
  "@blocklet/error": "^0.2.5",
48
- "@blocklet/js-sdk": "1.16.47",
49
- "@blocklet/launcher-layout": "^3.1.3",
50
- "@blocklet/list": "^0.17.13",
51
- "@blocklet/meta": "1.16.47",
52
- "@blocklet/theme": "^3.1.3",
53
- "@blocklet/ui-react": "^3.1.3",
54
- "@blocklet/uploader": "^0.2.5",
48
+ "@blocklet/js-sdk": "1.16.48",
49
+ "@blocklet/launcher-layout": "^3.1.5",
50
+ "@blocklet/list": "^0.17.14",
51
+ "@blocklet/meta": "1.16.48",
52
+ "@blocklet/theme": "^3.1.5",
53
+ "@blocklet/ui-react": "^3.1.5",
54
+ "@blocklet/uploader": "^0.2.6",
55
55
  "@emotion/react": "^11.14.0",
56
56
  "@emotion/styled": "^11.14.1",
57
57
  "@iconify-icons/material-symbols": "^1.2.58",
@@ -128,5 +128,5 @@
128
128
  "jest": "^29.7.0",
129
129
  "jest-environment-jsdom": "^29.7.0"
130
130
  },
131
- "gitHead": "02eecfdabe8acf7a10b0cc897958667777d64f79"
131
+ "gitHead": "f1ef930361959dab18f92b1268e21b2d8e452198"
132
132
  }