@blocklet/launcher-workflow 2.2.28 → 2.2.30

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.
@@ -162,7 +162,7 @@ export default function LaunchDedicated({
162
162
  return /*#__PURE__*/_jsxs(Content, {
163
163
  children: [/*#__PURE__*/_jsx(PageHeader, {
164
164
  title: t('launch.pageTitle'),
165
- className: `launch-page-header ${successful ? 'header-hide' : ''}`,
165
+ className: "launch-page-header",
166
166
  disableBack: true
167
167
  }), launchState.status === STATUS.waiting && /*#__PURE__*/_jsx("div", {
168
168
  className: "center",
@@ -277,9 +277,6 @@ const Content = styled.div`
277
277
  }
278
278
  .launch-page-header {
279
279
  transition: all ease 0.3s;
280
- &.header-hide {
281
- opacity: 0;
282
- }
283
280
  }
284
281
  `;
285
282
  LaunchDedicated.propTypes = {
@@ -173,7 +173,7 @@ function LaunchDedicated(_ref) {
173
173
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(Content, {
174
174
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_pageHeader.default, {
175
175
  title: t('launch.pageTitle'),
176
- className: "launch-page-header ".concat(successful ? 'header-hide' : ''),
176
+ className: "launch-page-header",
177
177
  disableBack: true
178
178
  }), launchState.status === STATUS.waiting && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
179
179
  className: "center",
@@ -236,7 +236,7 @@ function LaunchDedicated(_ref) {
236
236
  }
237
237
  const LinkEle = _styled.default.a(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: flex;\n justify-content: center;\n align-items: center;\n height: 36px;\n color: ", ";\n"])), props => props.theme.palette.primary.main);
238
238
  const WaiterContainer = _styled.default.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n color: #1dc1c7;\n"])));
239
- const Content = _styled.default.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n margin: auto;\n height: 100%;\n\n .link {\n color: ", ";\n }\n\n .link:hover {\n text-decoration: underline !important;\n }\n\n .status {\n color: ", ";\n display: flex;\n flex-direction: column;\n align-items: center;\n\n .status-spinner {\n color: inherit !important;\n }\n\n .status-text {\n display: inline-block;\n padding: 0 20px;\n max-width: 420px;\n margin-top: 24px;\n text-align: center;\n }\n }\n\n .button {\n min-width: 150px;\n margin-bottom: 100px;\n }\n .center {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: 100%;\n }\n .launch-page-header {\n transition: all ease 0.3s;\n &.header-hide {\n opacity: 0;\n }\n }\n"])), props => props.theme.palette.primary.main, props => props.theme.palette.primary.main);
239
+ const Content = _styled.default.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n margin: auto;\n height: 100%;\n\n .link {\n color: ", ";\n }\n\n .link:hover {\n text-decoration: underline !important;\n }\n\n .status {\n color: ", ";\n display: flex;\n flex-direction: column;\n align-items: center;\n\n .status-spinner {\n color: inherit !important;\n }\n\n .status-text {\n display: inline-block;\n padding: 0 20px;\n max-width: 420px;\n margin-top: 24px;\n text-align: center;\n }\n }\n\n .button {\n min-width: 150px;\n margin-bottom: 100px;\n }\n .center {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n height: 100%;\n }\n .launch-page-header {\n transition: all ease 0.3s;\n }\n"])), props => props.theme.palette.primary.main, props => props.theme.palette.primary.main);
240
240
  LaunchDedicated.propTypes = {
241
241
  type: _propTypes.default.oneOf(['launch', 'start'])
242
242
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.2.28",
3
+ "version": "2.2.30",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,7 +31,7 @@
31
31
  "autoexports": "node tools/auto-exports.js",
32
32
  "watch": "npm run watch:lib && npm run watch:es && npm run autoexports",
33
33
  "watch:lib": "babel src --out-dir lib -w --copy-files",
34
- "watch:es": "babel --config-file ./babel.config.es.js src --out-dir lib -w --copy-files",
34
+ "watch:es": "babel --config-file ./babel.config.es.js src --out-dir es -w --copy-files",
35
35
  "prepublish": "npm run build"
36
36
  },
37
37
  "bugs": {
@@ -46,9 +46,9 @@
46
46
  "@arcblock/license": "^2.8.8",
47
47
  "@arcblock/react-hooks": "^2.8.8",
48
48
  "@arcblock/ux": "^2.8.8",
49
- "@blocklet/launcher-layout": "2.2.28",
50
- "@blocklet/launcher-util": "2.2.28",
51
- "@blocklet/launcher-ux": "2.2.28",
49
+ "@blocklet/launcher-layout": "2.2.30",
50
+ "@blocklet/launcher-util": "2.2.30",
51
+ "@blocklet/launcher-ux": "2.2.30",
52
52
  "@blocklet/payment": "^1.13.51",
53
53
  "@emotion/react": "^11.11.1",
54
54
  "@emotion/styled": "^11.11.0",
@@ -101,5 +101,5 @@
101
101
  "require": "./lib/locales/index.js"
102
102
  }
103
103
  },
104
- "gitHead": "478156b05511b920a44443ad4843a33ec49c5037"
104
+ "gitHead": "ed3ec053569e105c241216602d2200c571eac0cf"
105
105
  }