@blocklet/launcher-workflow 2.2.72 → 2.3.0
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/es/prepare.js +1 -1
- package/lib/prepare.js +1 -1
- package/package.json +5 -5
package/es/prepare.js
CHANGED
|
@@ -136,7 +136,7 @@ function Content({
|
|
|
136
136
|
height: '100%',
|
|
137
137
|
alignItems: 'center'
|
|
138
138
|
},
|
|
139
|
-
children: [/*#__PURE__*/_jsx(ToggleButtonGroup, {
|
|
139
|
+
children: [productTypes.length > 1 && /*#__PURE__*/_jsx(ToggleButtonGroup, {
|
|
140
140
|
orientation: "horizontal",
|
|
141
141
|
color: "primary",
|
|
142
142
|
value: state.productType,
|
package/lib/prepare.js
CHANGED
|
@@ -144,7 +144,7 @@ function Content(_ref) {
|
|
|
144
144
|
height: '100%',
|
|
145
145
|
alignItems: 'center'
|
|
146
146
|
},
|
|
147
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_ToggleButtonGroup.default, {
|
|
147
|
+
children: [productTypes.length > 1 && /*#__PURE__*/(0, _jsxRuntime.jsx)(_ToggleButtonGroup.default, {
|
|
148
148
|
orientation: "horizontal",
|
|
149
149
|
color: "primary",
|
|
150
150
|
value: state.productType,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-workflow",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "Purchase components for Launcher UI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"@arcblock/license": "^2.9.63",
|
|
47
47
|
"@arcblock/react-hooks": "^2.9.63",
|
|
48
48
|
"@arcblock/ux": "^2.9.63",
|
|
49
|
-
"@blocklet/launcher-layout": "2.
|
|
50
|
-
"@blocklet/launcher-util": "2.
|
|
51
|
-
"@blocklet/launcher-ux": "2.
|
|
49
|
+
"@blocklet/launcher-layout": "2.3.0",
|
|
50
|
+
"@blocklet/launcher-util": "2.3.0",
|
|
51
|
+
"@blocklet/launcher-ux": "2.3.0",
|
|
52
52
|
"@blocklet/payment": "^1.13.207",
|
|
53
53
|
"@blocklet/payment-react": "^1.13.207",
|
|
54
54
|
"@emotion/react": "^11.11.4",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"require": "./lib/locales/index.js"
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "d70b687af190528bafa3cc51e3d27f3217d0117b"
|
|
110
110
|
}
|