@blocklet/launcher-layout 2.0.14 → 2.0.16

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 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 (max-width: 1920px) {\n width: 90%;\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: 2500px) {\n width: 50%;\n }\n\n @media (min-width: 2500px) and (max-width: 2800px) {\n width: 80%;\n }\n\n @media (max-width: 2499px) {\n width: 90%;\n }\n"])));
34
34
  function Layout(_ref) {
35
35
  let {
36
36
  blockletMeta,
@@ -13,6 +13,7 @@ var _Dialog = _interopRequireDefault(require("@arcblock/ux/lib/Dialog"));
13
13
  var _submit = _interopRequireDefault(require("@blocklet/launcher-ux/lib/hot-key/submit"));
14
14
  var _jsxRuntime = require("react/jsx-runtime");
15
15
  var _templateObject;
16
+ /* eslint-disable react/jsx-wrap-multilines */
16
17
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
18
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
18
19
  function ServerEula(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-layout",
3
- "version": "2.0.14",
3
+ "version": "2.0.16",
4
4
  "description": "Common ux components of launcher",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,8 +40,8 @@
40
40
  "@arcblock/did-connect": "^2.5.18",
41
41
  "@arcblock/icons": "^2.5.18",
42
42
  "@arcblock/ux": "^2.5.18",
43
- "@blocklet/launcher-ux": "2.0.14",
44
- "@blocklet/meta": "^1.8.68",
43
+ "@blocklet/launcher-ux": "2.0.16",
44
+ "@blocklet/meta": "^1.16.1",
45
45
  "@emotion/react": "^11.10.6",
46
46
  "@emotion/styled": "^11.10.6",
47
47
  "@mui/icons-material": "^5.11.11",
@@ -53,11 +53,11 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "@babel/cli": "^7.21.0",
56
- "@babel/core": "^7.21.3",
57
- "@babel/preset-env": "^7.20.2",
56
+ "@babel/core": "^7.21.4",
57
+ "@babel/preset-env": "^7.21.4",
58
58
  "@babel/preset-react": "^7.18.6",
59
59
  "@storybook/react": "^6.5.16",
60
60
  "babel-plugin-inline-react-svg": "^2.0.2"
61
61
  },
62
- "gitHead": "7f028a21fa8e7d4248056035bd382cbfb352e339"
62
+ "gitHead": "3ced6709f92df8d60b4d559697b2a5f10a526a17"
63
63
  }