@blocklet/launcher-workflow 1.7.50 → 1.7.53
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/components/plan.js +3 -1
- package/package.json +8 -8
package/lib/components/plan.js
CHANGED
|
@@ -13,6 +13,8 @@ var _lodash = _interopRequireDefault(require("lodash.get"));
|
|
|
13
13
|
|
|
14
14
|
var _constant = require("@blocklet/launcher-util/lib/constant");
|
|
15
15
|
|
|
16
|
+
var _util = require("@blocklet/launcher-util/lib/util");
|
|
17
|
+
|
|
16
18
|
var _material = require("@mui/material");
|
|
17
19
|
|
|
18
20
|
var _Check = _interopRequireDefault(require("@mui/icons-material/Check"));
|
|
@@ -51,7 +53,7 @@ function NodeType(_ref) {
|
|
|
51
53
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
|
|
52
54
|
className: "name",
|
|
53
55
|
component: "span",
|
|
54
|
-
children: (0, _lodash.default)(data, "name.".concat(locale))
|
|
56
|
+
children: "".concat((0, _lodash.default)(data, "name.".concat(locale)), " (").concat((0, _util.prettyDuration)(data.duration, locale), ")")
|
|
55
57
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
56
58
|
className: "price",
|
|
57
59
|
component: "span",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-workflow",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.53",
|
|
4
4
|
"description": "Purchase components for Launcher UI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"react": ">=18.1.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@arcblock/did-connect": "^2.1.
|
|
41
|
-
"@arcblock/icons": "^2.1.
|
|
42
|
-
"@arcblock/license": "^2.1.
|
|
43
|
-
"@arcblock/ux": "^2.1.
|
|
44
|
-
"@blocklet/launcher-layout": "1.7.
|
|
45
|
-
"@blocklet/launcher-util": "1.7.
|
|
40
|
+
"@arcblock/did-connect": "^2.1.54",
|
|
41
|
+
"@arcblock/icons": "^2.1.54",
|
|
42
|
+
"@arcblock/license": "^2.1.54",
|
|
43
|
+
"@arcblock/ux": "^2.1.54",
|
|
44
|
+
"@blocklet/launcher-layout": "1.7.53",
|
|
45
|
+
"@blocklet/launcher-util": "1.7.53",
|
|
46
46
|
"@emotion/react": "^11.9.0",
|
|
47
47
|
"@emotion/styled": "^11.8.1",
|
|
48
48
|
"@mui/icons-material": "^5.6.2",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
74
74
|
"babel-plugin-styled-components": "^1.10.7"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "7b2a5c56cd82baf212e6038eb0de9a260e767eb4"
|
|
77
77
|
}
|