@blocklet/launcher-workflow 2.0.12 → 2.0.14
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/checkout.js +0 -1
- package/package.json +11 -11
package/lib/checkout.js
CHANGED
|
@@ -318,7 +318,6 @@ function CheckoutPage() {
|
|
|
318
318
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
319
319
|
className: "actions",
|
|
320
320
|
children: [isMobile && /*#__PURE__*/(0, _jsxRuntime.jsx)(_button.default, {
|
|
321
|
-
loading: paying,
|
|
322
321
|
className: "button-previous",
|
|
323
322
|
variant: "outlined",
|
|
324
323
|
onClick: () => navigate(-1),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-workflow",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.14",
|
|
4
4
|
"description": "Purchase components for Launcher UI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"react": ">=18.1.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@arcblock/did-connect": "^2.5.
|
|
40
|
-
"@arcblock/icons": "^2.5.
|
|
41
|
-
"@arcblock/license": "^2.5.
|
|
42
|
-
"@arcblock/ux": "^2.5.
|
|
43
|
-
"@blocklet/launcher-layout": "2.0.
|
|
44
|
-
"@blocklet/launcher-util": "2.0.
|
|
45
|
-
"@blocklet/launcher-ux": "2.0.
|
|
46
|
-
"@did-pay/react": "^1.9.
|
|
39
|
+
"@arcblock/did-connect": "^2.5.18",
|
|
40
|
+
"@arcblock/icons": "^2.5.18",
|
|
41
|
+
"@arcblock/license": "^2.5.18",
|
|
42
|
+
"@arcblock/ux": "^2.5.18",
|
|
43
|
+
"@blocklet/launcher-layout": "2.0.14",
|
|
44
|
+
"@blocklet/launcher-util": "2.0.14",
|
|
45
|
+
"@blocklet/launcher-ux": "2.0.14",
|
|
46
|
+
"@did-pay/react": "^1.9.47",
|
|
47
47
|
"@emotion/react": "^11.10.6",
|
|
48
48
|
"@emotion/styled": "^11.10.6",
|
|
49
49
|
"@mui/icons-material": "^5.11.11",
|
|
50
|
-
"@mui/material": "^5.11.
|
|
50
|
+
"@mui/material": "^5.11.15",
|
|
51
51
|
"@ocap/util": "^1.18.64",
|
|
52
52
|
"@splidejs/react-splide": "^0.7.12",
|
|
53
53
|
"@splidejs/splide": "^4.1.4",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"@babel/preset-react": "^7.18.6",
|
|
73
73
|
"babel-plugin-inline-react-svg": "^2.0.2"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "7f028a21fa8e7d4248056035bd382cbfb352e339"
|
|
76
76
|
}
|