@blocklet/launcher-workflow 2.0.25 → 2.0.26

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.
@@ -55,8 +55,7 @@ function LaunchServerless(_ref) {
55
55
  });
56
56
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(Container, {
57
57
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_pageHeader.default, {
58
- title: t('launch.pageTitle'),
59
- disableBack: true
58
+ title: t('launch.pageTitle')
60
59
  }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
61
60
  className: "page-body",
62
61
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
@@ -20,8 +20,7 @@ function Header(_ref) {
20
20
  };
21
21
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_pageHeader.default, {
22
22
  title: title,
23
- onClickBack: clickBack,
24
- disableBack: disableBack
23
+ onClickBack: disableBack ? undefined : clickBack
25
24
  });
26
25
  }
27
26
  Header.propTypes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,9 +40,9 @@
40
40
  "@arcblock/icons": "^2.5.19",
41
41
  "@arcblock/license": "^2.5.19",
42
42
  "@arcblock/ux": "2.5.18",
43
- "@blocklet/launcher-layout": "2.0.25",
44
- "@blocklet/launcher-util": "2.0.25",
45
- "@blocklet/launcher-ux": "2.0.25",
43
+ "@blocklet/launcher-layout": "2.0.26",
44
+ "@blocklet/launcher-util": "2.0.26",
45
+ "@blocklet/launcher-ux": "2.0.26",
46
46
  "@did-pay/react": "^1.9.49",
47
47
  "@emotion/react": "^11.10.6",
48
48
  "@emotion/styled": "^11.10.6",
@@ -72,5 +72,5 @@
72
72
  "@babel/preset-react": "^7.18.6",
73
73
  "babel-plugin-inline-react-svg": "^2.0.2"
74
74
  },
75
- "gitHead": "219486bea0d20fa0a034b6e9538d749cd5a4b4cd"
75
+ "gitHead": "171bc954e14eb044164484219e636bb4a180219d"
76
76
  }