@blocklet/launcher-workflow 1.5.37 → 1.5.40
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/purchase.js +5 -5
- package/package.json +7 -7
package/lib/purchase.js
CHANGED
|
@@ -35,7 +35,7 @@ var _Tabs = _interopRequireDefault(require("@arcblock/ux/lib/Tabs"));
|
|
|
35
35
|
|
|
36
36
|
var _CreditCard = _interopRequireDefault(require("@material-ui/icons/CreditCard"));
|
|
37
37
|
|
|
38
|
-
var
|
|
38
|
+
var _Coins = require("@styled-icons/remix-fill/Coins");
|
|
39
39
|
|
|
40
40
|
var _plan = _interopRequireDefault(require("./components/plan"));
|
|
41
41
|
|
|
@@ -93,7 +93,7 @@ function PurchasePage() {
|
|
|
93
93
|
|
|
94
94
|
}, [paymentType, userDid]);
|
|
95
95
|
const paymentTypes = [{
|
|
96
|
-
label: /*#__PURE__*/_react.default.createElement(PaymentLabel, null, /*#__PURE__*/_react.default.createElement(
|
|
96
|
+
label: /*#__PURE__*/_react.default.createElement(PaymentLabel, null, /*#__PURE__*/_react.default.createElement(CryptoIcon, {
|
|
97
97
|
className: "payment-icon"
|
|
98
98
|
}), t('plan.useCrypto')),
|
|
99
99
|
value: 'crypto'
|
|
@@ -315,10 +315,10 @@ const PaymentLabel = _styledComponents.default.div.withConfig({
|
|
|
315
315
|
componentId: "sc-1knmtel-2"
|
|
316
316
|
})(["display:flex;justify-content:center;align-items:center;.payment-icon{margin-right:4px;}"]);
|
|
317
317
|
|
|
318
|
-
const
|
|
319
|
-
displayName: "
|
|
318
|
+
const CryptoIcon = (0, _styledComponents.default)(_Coins.Coins).withConfig({
|
|
319
|
+
displayName: "purchase__CryptoIcon",
|
|
320
320
|
componentId: "sc-1knmtel-3"
|
|
321
|
-
})(["font-size:
|
|
321
|
+
})(["font-size:14px;height:22px;"]);
|
|
322
322
|
|
|
323
323
|
var _default = (0, _reactRouterDom.withRouter)(PurchasePage);
|
|
324
324
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-workflow",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.40",
|
|
4
4
|
"description": "Purchase components for Launcher UI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
"react": ">=16.12.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@arcblock/did-connect": "^1.16.
|
|
41
|
-
"@arcblock/icons": "^1.16.
|
|
42
|
-
"@arcblock/ux": "^1.16.
|
|
43
|
-
"@blocklet/launcher-layout": "1.5.
|
|
40
|
+
"@arcblock/did-connect": "^1.16.37",
|
|
41
|
+
"@arcblock/icons": "^1.16.37",
|
|
42
|
+
"@arcblock/ux": "^1.16.37",
|
|
43
|
+
"@blocklet/launcher-layout": "1.5.40",
|
|
44
44
|
"@material-ui/core": "^4.12.3",
|
|
45
45
|
"@material-ui/icons": "^4.11.2",
|
|
46
46
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
47
47
|
"@ocap/util": "^1.14.19",
|
|
48
48
|
"@stripe/react-stripe-js": "^1.7.0",
|
|
49
49
|
"@stripe/stripe-js": "^1.22.0",
|
|
50
|
-
"@styled-icons/
|
|
50
|
+
"@styled-icons/remix-fill": "^10.18.0",
|
|
51
51
|
"axios": "^0.26.0",
|
|
52
52
|
"flat": "^5.0.2",
|
|
53
53
|
"lodash.get": "^4.4.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
67
67
|
"babel-plugin-styled-components": "^1.10.7"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "0b4e40efe2d1abc04979fcb309c629a8fc9dcdd6"
|
|
70
70
|
}
|