@blocklet/launcher-layout 1.5.54 → 1.5.57

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 -1
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -134,7 +134,7 @@ if (ua.includes('iphone os') && ua.includes('crios')) {
134
134
  const Root = _styledComponents.default.div.withConfig({
135
135
  displayName: "src__Root",
136
136
  componentId: "sc-11nbl7p-2"
137
- })(["display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;", " .ellipsis-title{flex:1;position:absolute;left:0;top:0;width:100%;height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}", "{background:#ebeef2;}", "{background:", ";}.root-header{position:fixed;z-index:200;top:0;display:flex;width:100%;height:72px;align-items:center;", "{padding:24px;justify-content:flex-end;}", "{padding:14px 16px;justify-content:space-between;background:", ";}.left{flex:1;display:flex;align-items:center;.menu__icon{margin-right:16px;color:", ";}}.right{display:flex;align-items:center;}}"], injectStyle, props => props.theme.breakpoints.up('sm'), props => props.theme.breakpoints.down('sm'), props => props.theme.palette.common.white, props => props.theme.breakpoints.up('sm'), props => props.theme.breakpoints.down('sm'), props => props.theme.palette.common.white, props => props.theme.palette.grey[900]);
137
+ })(["display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;", " .ellipsis-title{flex:1;position:absolute;left:0;top:0;width:100%;height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}", "{background:#ebeef2;}", "{background:", ";}.root-header{position:fixed;z-index:200;top:0;display:flex;width:100%;height:72px;align-items:center;", "{padding:24px;justify-content:flex-end;}", "{padding:14px 16px;justify-content:space-between;background:", ";}.left{flex:1;display:flex;align-items:center;.menu__icon{margin-right:16px;color:", ";}}.right{display:flex;align-items:center;", "{button,a{padding-left:8px;padding-right:8px;}}}}"], injectStyle, props => props.theme.breakpoints.up('sm'), props => props.theme.breakpoints.down('sm'), props => props.theme.palette.common.white, props => props.theme.breakpoints.up('sm'), props => props.theme.breakpoints.down('sm'), props => props.theme.palette.common.white, props => props.theme.palette.grey[900], props => props.theme.breakpoints.down('sm'));
138
138
 
139
139
  const Center = _styledComponents.default.div.withConfig({
140
140
  displayName: "src__Center",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-layout",
3
- "version": "1.5.54",
3
+ "version": "1.5.57",
4
4
  "description": "Common ux components of launcher",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -25,7 +25,7 @@
25
25
  "scripts": {
26
26
  "lint": "eslint src",
27
27
  "build": "rm -rf lib && babel src --out-dir lib --copy-files",
28
- "watch": "npm run lint && babel src --out-dir lib -w --copy-files",
28
+ "watch": "babel src --out-dir lib -w --copy-files",
29
29
  "precommit": "CI=1 yarn test",
30
30
  "prepush": "CI=1 yarn test",
31
31
  "prepublish": "npm run build"
@@ -56,5 +56,5 @@
56
56
  "babel-plugin-inline-react-svg": "^2.0.1",
57
57
  "babel-plugin-styled-components": "^1.10.7"
58
58
  },
59
- "gitHead": "c138467be17105e54c9450b0281952c1195828a9"
59
+ "gitHead": "f99a6ebc6e4bd2508c1d5b67496d2ceef583724b"
60
60
  }