@blocklet/launcher-layout 2.1.92 → 2.1.94
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.
- package/lib/index.js +1 -1
- package/package.json +10 -10
package/lib/index.js
CHANGED
|
@@ -202,7 +202,7 @@ if (ua.includes('iphone os') && ua.includes('crios')) {
|
|
|
202
202
|
injectStyle = 'height: calc(100vh - 60px);';
|
|
203
203
|
}
|
|
204
204
|
const Header = _styled.default.header(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n width: ", ";\n min-width: 900px;\n box-sizing: border-box;\n position: absolute;\n z-index: 200;\n top: 0;\n display: flex;\n max-width: ", ";\n height: 68px;\n align-items: center;\n\n @media (max-height: 900px) {\n width: 100%;\n }\n\n ", " and (min-height: 900px) {\n justify-content: flex-end;\n }\n\n ", " {\n min-width: 360px;\n width: 100%;\n height: ", ";\n padding: 14px 16px;\n justify-content: space-between;\n background: #f6f8fa;\n }\n\n .left {\n flex: 1;\n display: flex;\n align-items: center;\n }\n\n .right {\n display: flex;\n align-items: center;\n ", " {\n button,\n a {\n padding-left: 8px;\n padding-right: 8px;\n }\n }\n }\n"])), props => props.width || '80%', props => props.maxWidth, props => props.theme.breakpoints.up('sm'), props => props.theme.breakpoints.down('md'), HEADER_HEIGHT_MD, props => props.theme.breakpoints.down('md'));
|
|
205
|
-
const Root = _styled.default.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n letter-spacing: normal;\n ", "\n\n .circular {\n display: inline-block;\n position: relative;\n width: 15px;\n height: 12px;\n > * {\n position: absolute;\n left: 3px;\n top: 2px;\n width: 100%;\n height: 100%;\n }\n }\n\n .layout-content {\n width: 100%;\n height: 100%;\n padding: 32px;\n\n ", " {\n padding:
|
|
205
|
+
const Root = _styled.default.div(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n letter-spacing: normal;\n ", "\n\n .circular {\n display: inline-block;\n position: relative;\n width: 15px;\n height: 12px;\n > * {\n position: absolute;\n left: 3px;\n top: 2px;\n width: 100%;\n height: 100%;\n }\n }\n\n .layout-content {\n width: 100%;\n height: 100%;\n padding: 32px;\n\n ", " {\n padding: 16px;\n }\n }\n\n ", " {\n background: #f6f8fa;\n }\n\n ", " {\n background: ", ";\n }\n"])), injectStyle, props => props.theme.breakpoints.down('md'), props => props.theme.breakpoints.up('sm'), props => props.theme.breakpoints.down('md'), props => props.theme.palette.common.white);
|
|
206
206
|
const LogoContainer = _styled.default.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n display: block;\n margin-top: 4px;\n"])));
|
|
207
207
|
var _default = Layout;
|
|
208
208
|
exports.default = _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-layout",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.94",
|
|
4
4
|
"description": "Common ux components of launcher",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
"react": ">=18.1.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@arcblock/did-connect": "^2.6
|
|
40
|
-
"@arcblock/icons": "^2.6
|
|
41
|
-
"@arcblock/ux": "^2.6
|
|
42
|
-
"@blocklet/launcher-util": "2.1.
|
|
43
|
-
"@blocklet/launcher-ux": "2.1.
|
|
44
|
-
"@blocklet/meta": "^1.16.
|
|
39
|
+
"@arcblock/did-connect": "^2.7.6",
|
|
40
|
+
"@arcblock/icons": "^2.7.6",
|
|
41
|
+
"@arcblock/ux": "^2.7.6",
|
|
42
|
+
"@blocklet/launcher-util": "2.1.94",
|
|
43
|
+
"@blocklet/launcher-ux": "2.1.94",
|
|
44
|
+
"@blocklet/meta": "^1.16.14",
|
|
45
45
|
"@emotion/react": "^11.11.1",
|
|
46
46
|
"@emotion/styled": "^11.11.0",
|
|
47
|
-
"@mui/icons-material": "^5.14.
|
|
48
|
-
"@mui/material": "^5.14.
|
|
47
|
+
"@mui/icons-material": "^5.14.3",
|
|
48
|
+
"@mui/material": "^5.14.3",
|
|
49
49
|
"is-empty": "^1.2.0",
|
|
50
50
|
"lodash": "^4.17.21",
|
|
51
51
|
"prop-types": "^15.8.1",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"@storybook/react": "^6.5.16",
|
|
61
61
|
"babel-plugin-inline-react-svg": "^2.0.2"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "68031666188dfc604b0c8b4fa2ff92814092ab3e"
|
|
64
64
|
}
|