@blocklet/launcher-layout 2.3.30 → 2.3.32

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -4
  2. package/package.json +4 -4
package/lib/index.js CHANGED
@@ -101,6 +101,7 @@ function Layout({
101
101
  children: [/*#__PURE__*/_jsxs(Header, {
102
102
  maxWidth: contentMaxWidth,
103
103
  width: pcWidth,
104
+ className: "ll-header",
104
105
  children: [header && header, !header && /*#__PURE__*/_jsxs(_Fragment, {
105
106
  children: [isMobile && /*#__PURE__*/_jsx("div", {
106
107
  className: "left",
@@ -213,10 +214,6 @@ const Header = styled.header`
213
214
  height: 68px;
214
215
  align-items: center;
215
216
 
216
- @media (max-height: 900px) {
217
- width: 100%;
218
- }
219
-
220
217
  ${props => props.theme.breakpoints.up('sm')} and (min-height: 900px) {
221
218
  justify-content: flex-end;
222
219
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-layout",
3
- "version": "2.3.30",
3
+ "version": "2.3.32",
4
4
  "description": "Common ux components of launcher",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@arcblock/icons": "^2.10.3",
46
- "@blocklet/launcher-util": "2.3.30",
47
- "@blocklet/launcher-ux": "2.3.30",
46
+ "@blocklet/launcher-util": "2.3.32",
47
+ "@blocklet/launcher-ux": "2.3.32",
48
48
  "@blocklet/meta": "1.16.28",
49
49
  "@emotion/react": "^11.11.4",
50
50
  "@emotion/styled": "^11.11.5",
@@ -65,5 +65,5 @@
65
65
  "babel-plugin-inline-react-svg": "^2.0.2",
66
66
  "glob": "^10.4.2"
67
67
  },
68
- "gitHead": "b7f01c38e56a7743038f839a2c74b3c9e885fc64"
68
+ "gitHead": "9f5402fdad12728aa1316e4d039dc4f30b7e5daf"
69
69
  }