@abtnode/ux 1.16.17-beta-1cab4b42 → 1.16.17-beta-5d4664f8
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.
|
@@ -1070,13 +1070,17 @@ export default function AddComponent({
|
|
|
1070
1070
|
overflow: 'hidden',
|
|
1071
1071
|
textOverflow: 'ellipsis',
|
|
1072
1072
|
whiteSpace: 'nowrap',
|
|
1073
|
+
minWidth: '140px',
|
|
1073
1074
|
maxWidth: '280px',
|
|
1074
|
-
|
|
1075
|
+
textAlign: 'center'
|
|
1075
1076
|
},
|
|
1076
1077
|
children: /*#__PURE__*/_jsxs(Box, {
|
|
1077
1078
|
display: "flex",
|
|
1078
1079
|
alignItems: "center",
|
|
1079
1080
|
children: [(typeof step.loading === 'boolean' ? step.loading : loading) && /*#__PURE__*/_jsx(Spinner, {
|
|
1081
|
+
style: {
|
|
1082
|
+
marginRight: 8
|
|
1083
|
+
},
|
|
1080
1084
|
size: 16
|
|
1081
1085
|
}), step.confirm]
|
|
1082
1086
|
})
|
|
@@ -1078,13 +1078,17 @@ function AddComponent(_ref2) {
|
|
|
1078
1078
|
overflow: 'hidden',
|
|
1079
1079
|
textOverflow: 'ellipsis',
|
|
1080
1080
|
whiteSpace: 'nowrap',
|
|
1081
|
+
minWidth: '140px',
|
|
1081
1082
|
maxWidth: '280px',
|
|
1082
|
-
|
|
1083
|
+
textAlign: 'center'
|
|
1083
1084
|
},
|
|
1084
1085
|
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Box.default, {
|
|
1085
1086
|
display: "flex",
|
|
1086
1087
|
alignItems: "center",
|
|
1087
1088
|
children: [(typeof step.loading === 'boolean' ? step.loading : loading) && /*#__PURE__*/(0, _jsxRuntime.jsx)(_CircularProgress.default, {
|
|
1089
|
+
style: {
|
|
1090
|
+
marginRight: 8
|
|
1091
|
+
},
|
|
1088
1092
|
size: 16
|
|
1089
1093
|
}), step.confirm]
|
|
1090
1094
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/ux",
|
|
3
|
-
"version": "1.16.17-beta-
|
|
3
|
+
"version": "1.16.17-beta-5d4664f8",
|
|
4
4
|
"description": "UX components shared across abtnode packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -27,24 +27,24 @@
|
|
|
27
27
|
"author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@abtnode/auth": "1.16.17-beta-
|
|
31
|
-
"@abtnode/constant": "1.16.17-beta-
|
|
32
|
-
"@abtnode/util": "1.16.17-beta-
|
|
30
|
+
"@abtnode/auth": "1.16.17-beta-5d4664f8",
|
|
31
|
+
"@abtnode/constant": "1.16.17-beta-5d4664f8",
|
|
32
|
+
"@abtnode/util": "1.16.17-beta-5d4664f8",
|
|
33
33
|
"@ahooksjs/use-url-state": "^3.5.1",
|
|
34
34
|
"@arcblock/did": "^1.18.92",
|
|
35
|
-
"@arcblock/did-connect": "^2.7.
|
|
35
|
+
"@arcblock/did-connect": "^2.7.29",
|
|
36
36
|
"@arcblock/did-motif": "^1.1.13",
|
|
37
|
-
"@arcblock/icons": "^2.7.
|
|
38
|
-
"@arcblock/nft-display": "2.7.
|
|
39
|
-
"@arcblock/react-hooks": "^2.7.
|
|
40
|
-
"@arcblock/terminal": "^2.7.
|
|
41
|
-
"@arcblock/ux": "^2.7.
|
|
42
|
-
"@blocklet/constant": "1.16.17-beta-
|
|
37
|
+
"@arcblock/icons": "^2.7.29",
|
|
38
|
+
"@arcblock/nft-display": "2.7.29",
|
|
39
|
+
"@arcblock/react-hooks": "^2.7.29",
|
|
40
|
+
"@arcblock/terminal": "^2.7.29",
|
|
41
|
+
"@arcblock/ux": "^2.7.29",
|
|
42
|
+
"@blocklet/constant": "1.16.17-beta-5d4664f8",
|
|
43
43
|
"@blocklet/launcher-layout": "2.2.21",
|
|
44
44
|
"@blocklet/list": "^0.12.45",
|
|
45
|
-
"@blocklet/meta": "1.16.17-beta-
|
|
46
|
-
"@blocklet/ui-react": "^2.7.
|
|
47
|
-
"@blocklet/uploader": "^0.0.
|
|
45
|
+
"@blocklet/meta": "1.16.17-beta-5d4664f8",
|
|
46
|
+
"@blocklet/ui-react": "^2.7.29",
|
|
47
|
+
"@blocklet/uploader": "^0.0.29",
|
|
48
48
|
"@emotion/react": "^11.10.4",
|
|
49
49
|
"@emotion/styled": "^11.10.4",
|
|
50
50
|
"@iconify/react": "^4.0.0",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"babel-plugin-inline-react-svg": "^1.1.2",
|
|
101
101
|
"glob": "^10.3.3"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "e03febafae50406a3fb12706a2349e87ef2c1caa",
|
|
104
104
|
"exports": {
|
|
105
105
|
".": {
|
|
106
106
|
"import": "./es/index.js",
|