@blocklet/launcher-workflow 1.7.3 → 1.7.4

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.
@@ -107,7 +107,7 @@ ConfirmDialog.defaultProps = {
107
107
  onCancel: () => {},
108
108
  cancel: '',
109
109
  confirm: '',
110
- color: 'danger',
110
+ color: 'error',
111
111
  params: {},
112
112
  locale: 'en'
113
113
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
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.0.4",
41
- "@arcblock/icons": "^2.0.4",
42
- "@arcblock/license": "^2.0.4",
43
- "@arcblock/ux": "^2.0.4",
44
- "@blocklet/launcher-constant": "1.7.3",
45
- "@blocklet/launcher-layout": "1.7.3",
40
+ "@arcblock/did-connect": "^2.0.7",
41
+ "@arcblock/icons": "^2.0.7",
42
+ "@arcblock/license": "^2.0.7",
43
+ "@arcblock/ux": "^2.0.7",
44
+ "@blocklet/launcher-constant": "1.7.4",
45
+ "@blocklet/launcher-layout": "1.7.4",
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": "27b5fbd2a352c050260faa1edc41be247ec9e257"
76
+ "gitHead": "22b721fdc449b2c612530fe08eef9b1839223ae8"
77
77
  }