@blocklet/launcher-layout 1.7.73 → 1.7.76

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.
@@ -75,8 +75,8 @@ function LaunchResultMessage(_ref) {
75
75
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
76
76
  className: "result-sub-title ".concat(subTitle ? '' : 'ele-hide'),
77
77
  children: subTitle
78
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
79
- className: "result-footer ".concat(footer ? '' : 'ele-hide'),
78
+ }), footer && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
79
+ className: "result-footer",
80
80
  children: footer
81
81
  })]
82
82
  })
@@ -99,4 +99,4 @@ LaunchResultMessage.defaultProps = {
99
99
  const Container = _styledComponents.default.div.withConfig({
100
100
  displayName: "launch-result-message__Container",
101
101
  componentId: "sc-msneii-0"
102
- })(["display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;.result-body{padding:0 14px;max-width:500px;text-align:center;margin-top:-64px;}.result-icon{display:inline-flex;justify-content:center;align-items:center;margin-bottom:24px;width:48px;height:48px;border-radius:100%;color:", ";transition:all ease 0.3s;&.color-success{background-color:", ";}&.color-error{background-color:", ";}&.color-info{background-color:", ";}}.result-title{height:34px;font-size:24px;margin-bottom:8px;font-weight:bolder;transition:all ease 0.3s;transition-delay:0.2s;&.color-success{color:", ";}&.color-error{color:", ";}&.color-info{color:", ";}&.ele-hide{height:0;opacity:0;margin-bottom:0;}}.result-sub-title{margin:0 auto;min-height:17px;color:", ";font-size:14px;line-height:1.21em;transition:all ease 0.3s;transition-delay:0.2s;word-break:break-word;&.ele-hide{line-height:0;opacity:0;min-height:0;}}.result-footer{padding-top:24px;height:70px;overflow:hidden;transition:all ease 0.3s;transition-delay:0.2s;&.ele-hide{padding-top:0;height:0;opacity:0;}}"], props => props.theme.palette.common.white, props => props.theme.palette.success.main, props => props.theme.palette.error.main, props => props.theme.palette.primary.main, props => props.theme.palette.success.main, props => props.theme.palette.error.main, props => props.theme.palette.primary.main, props => props.theme.palette.grey[700]);
102
+ })(["display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;.result-body{padding:0 14px;max-width:500px;text-align:center;margin-top:-64px;}.result-icon{display:inline-flex;justify-content:center;align-items:center;margin-bottom:24px;width:48px;height:48px;border-radius:100%;color:", ";transition:all ease 0.3s;&.color-success{background-color:", ";}&.color-error{background-color:", ";}&.color-info{background-color:", ";}}.result-title{height:34px;font-size:24px;margin-bottom:8px;font-weight:bolder;transition:all ease 0.3s;transition-delay:0.2s;&.color-success{color:", ";}&.color-error{color:", ";}&.color-info{color:", ";}&.ele-hide{height:0;opacity:0;margin-bottom:0;}}.result-sub-title{margin:0 auto;min-height:17px;color:", ";font-size:14px;line-height:1.21em;transition:all ease 0.3s;transition-delay:0.2s;word-break:break-word;&.ele-hide{line-height:0;opacity:0;min-height:0;}}.result-footer{padding-top:24px;transition:all ease 0.3s;transition-delay:0.2s;}"], props => props.theme.palette.common.white, props => props.theme.palette.success.main, props => props.theme.palette.error.main, props => props.theme.palette.primary.main, props => props.theme.palette.success.main, props => props.theme.palette.error.main, props => props.theme.palette.primary.main, props => props.theme.palette.grey[700]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-layout",
3
- "version": "1.7.73",
3
+ "version": "1.7.76",
4
4
  "description": "Common ux components of launcher",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -37,11 +37,11 @@
37
37
  "react": ">=18.1.0"
38
38
  },
39
39
  "dependencies": {
40
- "@arcblock/did-connect": "^2.1.65",
41
- "@arcblock/icons": "^2.1.65",
42
- "@arcblock/ux": "^2.1.65",
43
- "@blocklet/launcher-ux": "1.7.73",
44
- "@blocklet/meta": "^1.8.3",
40
+ "@arcblock/did-connect": "^2.1.71",
41
+ "@arcblock/icons": "^2.1.71",
42
+ "@arcblock/ux": "^2.1.71",
43
+ "@blocklet/launcher-ux": "1.7.76",
44
+ "@blocklet/meta": "^1.8.4",
45
45
  "@emotion/react": "^11.9.0",
46
46
  "@emotion/styled": "^11.8.1",
47
47
  "@mui/icons-material": "^5.6.2",
@@ -63,5 +63,5 @@
63
63
  "babel-plugin-inline-react-svg": "^2.0.1",
64
64
  "babel-plugin-styled-components": "^1.10.7"
65
65
  },
66
- "gitHead": "280ca700207a7024dc176d62342a2cb3760a17ec"
66
+ "gitHead": "85fe3de3cbf890c62226a186d941c1d527a050b7"
67
67
  }