@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 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
@@ -91,5 +91,11 @@ module.exports = {
91
91
  confirm: '在您的 DID 钱包上确认',
92
92
  success: '支付成功'
93
93
  }
94
+ },
95
+ launchPrepare: {
96
+ formError: {
97
+ nameExceed: '节点名称不能超过 {length}',
98
+ descriptionExceed: '节点描述不能超过 {length}'
99
+ }
94
100
  }
95
101
  };
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.75",
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.75",
45
- "@blocklet/launcher-layout": "1.5.75",
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": "0b6b99b9286966d3ade8995dcef6c5ee1c95b617"
72
+ "gitHead": "dbf2b6758e7bcea9a3ba14118e59654ce537f452"
73
73
  }