@blocklet/launcher-workflow 1.5.75 → 1.5.78
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/locales/en.js +6 -0
- package/lib/locales/zh.js +6 -0
- package/lib/prepare.js +0 -2
- package/package.json +4 -4
package/lib/locales/en.js
CHANGED
|
@@ -91,5 +91,11 @@ module.exports = {
|
|
|
91
91
|
confirm: 'Confirm on your DID Wallet',
|
|
92
92
|
success: 'Purchase Success'
|
|
93
93
|
}
|
|
94
|
+
},
|
|
95
|
+
launchPrepare: {
|
|
96
|
+
formError: {
|
|
97
|
+
nameExceed: 'Blocklet Server name cannot exceed {length}',
|
|
98
|
+
descriptionExceed: 'Blocklet Server description cannot exceed {length}'
|
|
99
|
+
}
|
|
94
100
|
}
|
|
95
101
|
};
|
package/lib/locales/zh.js
CHANGED
package/lib/prepare.js
CHANGED
|
@@ -242,8 +242,6 @@ function PreparePage() {
|
|
|
242
242
|
label: t('common.description'),
|
|
243
243
|
formError: !!formError.desc,
|
|
244
244
|
onChange: handleInput('description'),
|
|
245
|
-
multiline: true,
|
|
246
|
-
maxRows: 5,
|
|
247
245
|
value: description,
|
|
248
246
|
labelWidth: 0
|
|
249
247
|
}), formError.description && /*#__PURE__*/_react.default.createElement(_FormHelperText.default, null, formError.description)))), /*#__PURE__*/_react.default.createElement("div", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-workflow",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.78",
|
|
4
4
|
"description": "Purchase components for Launcher UI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@arcblock/icons": "^1.16.56",
|
|
42
42
|
"@arcblock/license": "^1.16.56",
|
|
43
43
|
"@arcblock/ux": "^1.16.56",
|
|
44
|
-
"@blocklet/launcher-constant": "1.5.
|
|
45
|
-
"@blocklet/launcher-layout": "1.5.
|
|
44
|
+
"@blocklet/launcher-constant": "1.5.78",
|
|
45
|
+
"@blocklet/launcher-layout": "1.5.78",
|
|
46
46
|
"@material-ui/core": "^4.12.3",
|
|
47
47
|
"@material-ui/icons": "^4.11.2",
|
|
48
48
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
70
70
|
"babel-plugin-styled-components": "^1.10.7"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "dbf2b6758e7bcea9a3ba14118e59654ce537f452"
|
|
73
73
|
}
|