@abtnode/ux 1.16.16-beta-d6c5ed65 → 1.16.16-beta-d11cb031
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.
|
@@ -1107,8 +1107,6 @@ AddComponent.propTypes = {
|
|
|
1107
1107
|
AddComponent.defaultProps = {
|
|
1108
1108
|
children: null
|
|
1109
1109
|
};
|
|
1110
|
-
|
|
1111
|
-
// FIXME: @zhanghan 下面代码中的 header:empty 用于修复 e2e-test 中的问题 core/webapp/cypress/e2e/3-blocklet-lifecycle.cy.js L70
|
|
1112
1110
|
const DialogWrapper = styled(Dialog)`
|
|
1113
1111
|
.MuiDialogContent-root {
|
|
1114
1112
|
padding-left: 0;
|
|
@@ -1119,9 +1117,6 @@ const DialogWrapper = styled(Dialog)`
|
|
|
1119
1117
|
.MuiDialogActions-root {
|
|
1120
1118
|
padding: 16px 24px;
|
|
1121
1119
|
}
|
|
1122
|
-
header:empty {
|
|
1123
|
-
display: none;
|
|
1124
|
-
}
|
|
1125
1120
|
`;
|
|
1126
1121
|
const TypographyWrapper = styled(Typography)`
|
|
1127
1122
|
width: 100%;
|
|
@@ -1115,9 +1115,7 @@ AddComponent.propTypes = {
|
|
|
1115
1115
|
AddComponent.defaultProps = {
|
|
1116
1116
|
children: null
|
|
1117
1117
|
};
|
|
1118
|
-
|
|
1119
|
-
// FIXME: @zhanghan 下面代码中的 header:empty 用于修复 e2e-test 中的问题 core/webapp/cypress/e2e/3-blocklet-lifecycle.cy.js L70
|
|
1120
|
-
const DialogWrapper = (0, _styled.default)(_Dialog.default)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n .MuiDialogContent-root {\n padding-left: 0;\n padding-right: 0;\n padding-bottom: 0;\n }\n\n .MuiDialogActions-root {\n padding: 16px 24px;\n }\n header:empty {\n display: none;\n }\n"])));
|
|
1118
|
+
const DialogWrapper = (0, _styled.default)(_Dialog.default)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n .MuiDialogContent-root {\n padding-left: 0;\n padding-right: 0;\n padding-bottom: 0;\n }\n\n .MuiDialogActions-root {\n padding: 16px 24px;\n }\n"])));
|
|
1121
1119
|
const TypographyWrapper = (0, _styled.default)(_Typography.default)(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n width: 100%;\n height: 100%;\n"])));
|
|
1122
1120
|
const RightContent = _styled.default.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n\n .bottom-button {\n min-width: 200px;\n }\n\n // blocklet-select-side\n aside {\n width: 140px;\n }\n"])));
|
|
1123
1121
|
const isMobileDialogContent = props => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/ux",
|
|
3
|
-
"version": "1.16.16-beta-
|
|
3
|
+
"version": "1.16.16-beta-d11cb031",
|
|
4
4
|
"description": "UX components shared across abtnode packages",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -27,23 +27,23 @@
|
|
|
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.16-beta-
|
|
31
|
-
"@abtnode/constant": "1.16.16-beta-
|
|
32
|
-
"@abtnode/util": "1.16.16-beta-
|
|
30
|
+
"@abtnode/auth": "1.16.16-beta-d11cb031",
|
|
31
|
+
"@abtnode/constant": "1.16.16-beta-d11cb031",
|
|
32
|
+
"@abtnode/util": "1.16.16-beta-d11cb031",
|
|
33
33
|
"@ahooksjs/use-url-state": "^3.5.1",
|
|
34
|
-
"@arcblock/did": "^1.18.
|
|
35
|
-
"@arcblock/did-connect": "^2.7.
|
|
34
|
+
"@arcblock/did": "^1.18.90",
|
|
35
|
+
"@arcblock/did-connect": "^2.7.20",
|
|
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.16-beta-
|
|
43
|
-
"@blocklet/launcher-layout": "2.2.
|
|
44
|
-
"@blocklet/list": "^0.12.
|
|
45
|
-
"@blocklet/meta": "1.16.16-beta-
|
|
46
|
-
"@blocklet/ui-react": "^2.7.
|
|
37
|
+
"@arcblock/icons": "^2.7.20",
|
|
38
|
+
"@arcblock/nft-display": "2.7.20",
|
|
39
|
+
"@arcblock/react-hooks": "^2.7.20",
|
|
40
|
+
"@arcblock/terminal": "^2.7.20",
|
|
41
|
+
"@arcblock/ux": "^2.7.20",
|
|
42
|
+
"@blocklet/constant": "1.16.16-beta-d11cb031",
|
|
43
|
+
"@blocklet/launcher-layout": "2.2.14",
|
|
44
|
+
"@blocklet/list": "^0.12.40",
|
|
45
|
+
"@blocklet/meta": "1.16.16-beta-d11cb031",
|
|
46
|
+
"@blocklet/ui-react": "^2.7.20",
|
|
47
47
|
"@emotion/react": "^11.10.4",
|
|
48
48
|
"@emotion/styled": "^11.10.4",
|
|
49
49
|
"@iconify/react": "^4.0.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@mui/material": "^5.10.8",
|
|
54
54
|
"@mui/styles": "^5.10.8",
|
|
55
55
|
"@mui/x-date-pickers": "^6.9.0",
|
|
56
|
-
"@ocap/client": "1.18.
|
|
56
|
+
"@ocap/client": "1.18.90",
|
|
57
57
|
"@uiw/react-markdown-preview": "4.0.6",
|
|
58
58
|
"ahooks": "^3.7.1",
|
|
59
59
|
"axios": "^0.27.2",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"babel-plugin-inline-react-svg": "^1.1.2",
|
|
99
99
|
"glob": "^10.3.3"
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "0591985c51137cdebf382a515b17bb4f8bf829a6",
|
|
102
102
|
"exports": {
|
|
103
103
|
".": {
|
|
104
104
|
"import": "./es/index.js",
|