@blocklet/launcher-workflow 1.5.105 → 1.5.106
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.
|
@@ -82,14 +82,12 @@ function ConfirmDialog(_ref) {
|
|
|
82
82
|
}
|
|
83
83
|
}, /*#__PURE__*/_react.default.createElement(_Button.default, {
|
|
84
84
|
onClick: () => onCallback(onCancel),
|
|
85
|
-
color: "default"
|
|
86
|
-
rounded: true
|
|
85
|
+
color: "default"
|
|
87
86
|
}, cancel || (0, _lodash.default)(translations, "".concat(innerLocale, ".cancel"))), /*#__PURE__*/_react.default.createElement(_Button.default, {
|
|
88
87
|
onClick: () => onCallback(onConfirm),
|
|
89
88
|
color: color,
|
|
90
89
|
variant: "outlined",
|
|
91
|
-
autoFocus: true
|
|
92
|
-
rounded: true
|
|
90
|
+
autoFocus: true
|
|
93
91
|
}, confirm || (0, _lodash.default)(translations, "".concat(innerLocale, ".confirm")))));
|
|
94
92
|
}
|
|
95
93
|
|
|
@@ -163,7 +163,6 @@ function OperationPage(_ref) {
|
|
|
163
163
|
color: "primary",
|
|
164
164
|
variant: "contained",
|
|
165
165
|
className: "button",
|
|
166
|
-
rounded: true,
|
|
167
166
|
component: _reactRouterDom.Link,
|
|
168
167
|
to: (0, _router.default)(routerPrefix, "/prepare/".concat(nftId).concat(window.location.search))
|
|
169
168
|
}, t('common.retry'))
|
|
@@ -175,7 +174,6 @@ function OperationPage(_ref) {
|
|
|
175
174
|
color: "primary",
|
|
176
175
|
variant: "contained",
|
|
177
176
|
className: "button",
|
|
178
|
-
rounded: true,
|
|
179
177
|
component: _reactRouterDom.Link,
|
|
180
178
|
to: (0, _router.default)(routerPrefix, "/prepare/".concat(nftId).concat(window.location.search))
|
|
181
179
|
}, t('common.launch'))
|
|
@@ -117,7 +117,6 @@ function CheckoutForm(_ref) {
|
|
|
117
117
|
id: "submit",
|
|
118
118
|
type: "submit",
|
|
119
119
|
disabled: isLoading,
|
|
120
|
-
rounded: true,
|
|
121
120
|
variant: "contained",
|
|
122
121
|
color: "primary"
|
|
123
122
|
}, isLoading ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_Spinner.default, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-workflow",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.106",
|
|
4
4
|
"description": "Purchase components for Launcher UI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"react": ">=16.12.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@arcblock/did-connect": "^1.17.
|
|
41
|
-
"@arcblock/icons": "^1.17.
|
|
42
|
-
"@arcblock/license": "^1.17.
|
|
43
|
-
"@arcblock/ux": "^1.17.
|
|
44
|
-
"@blocklet/launcher-constant": "1.5.
|
|
45
|
-
"@blocklet/launcher-layout": "1.5.
|
|
40
|
+
"@arcblock/did-connect": "^1.17.7",
|
|
41
|
+
"@arcblock/icons": "^1.17.7",
|
|
42
|
+
"@arcblock/license": "^1.17.7",
|
|
43
|
+
"@arcblock/ux": "^1.17.7",
|
|
44
|
+
"@blocklet/launcher-constant": "1.5.106",
|
|
45
|
+
"@blocklet/launcher-layout": "1.5.106",
|
|
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": "2a3cd854180b54ae7e2dc8ed3da33efac1b1d9e8"
|
|
73
73
|
}
|