@blocklet/launcher-layout 2.0.2 → 2.0.3

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
@@ -30,7 +30,7 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
30
30
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
31
31
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
32
32
  const MobileContent = _styled.default.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n box-sizing: border-box;\n display: flex;\n overflow: hidden;\n width: 100%;\n height: 100%;\n padding-top: 68px;\n"])));
33
- const PcContent = _styled.default.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: flex;\n height: 80%;\n max-height: 880px;\n border-radius: 8px;\n background-color: #fff;\n\n @media (min-width: 2400px) {\n width: 50%;\n }\n\n @media (min-width: 1920px) and (max-width: 2399px) {\n width: 60%;\n }\n\n @media (min-width: 1025px) and (max-width: 1920px) {\n width: 80%;\n }\n\n @media (min-width: 769px) and (max-width: 1024px) {\n width: 80%;\n }\n\n @media (max-width: 768px) {\n width: 80%;\n }\n"])));
33
+ const PcContent = _styled.default.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: flex;\n height: 80%;\n max-height: 880px;\n border-radius: 8px;\n background-color: #fff;\n\n @media (min-width: 2400px) {\n width: 50%;\n }\n\n @media (min-width: 1920px) and (max-width: 2399px) {\n width: 60%;\n }\n\n @media (max-width: 1920px) {\n width: 90%;\n }\n"])));
34
34
  function Layout(_ref) {
35
35
  let {
36
36
  blockletMeta,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-layout",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Common ux components of launcher",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,7 +40,7 @@
40
40
  "@arcblock/did-connect": "^2.4.68",
41
41
  "@arcblock/icons": "^2.4.68",
42
42
  "@arcblock/ux": "^2.4.68",
43
- "@blocklet/launcher-ux": "2.0.2",
43
+ "@blocklet/launcher-ux": "2.0.3",
44
44
  "@blocklet/meta": "^1.8.64",
45
45
  "@emotion/react": "^11.10.5",
46
46
  "@emotion/styled": "^11.10.5",
@@ -59,5 +59,5 @@
59
59
  "@storybook/react": "^6.5.16",
60
60
  "babel-plugin-inline-react-svg": "^2.0.1"
61
61
  },
62
- "gitHead": "af98696ed9291983f5ad99894891adbeaf59e30a"
62
+ "gitHead": "a296cb39be055fc2797a360505bfc7b662b09b92"
63
63
  }