@blocklet/launcher-layout 1.5.100 → 1.5.103

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.
Files changed (2) hide show
  1. package/lib/header.js +3 -2
  2. package/package.json +6 -6
package/lib/header.js CHANGED
@@ -98,14 +98,15 @@ AppHeader.propTypes = {
98
98
  logoUrl: _propTypes.default.string,
99
99
  did: _propTypes.default.string,
100
100
  locale: _propTypes.default.string,
101
- navLogo: _propTypes.default.any.isRequired
101
+ navLogo: _propTypes.default.any
102
102
  };
103
103
  AppHeader.defaultProps = {
104
104
  title: '',
105
105
  subTitle: '',
106
106
  logoUrl: '',
107
107
  did: '',
108
- locale: ''
108
+ locale: '',
109
+ navLogo: ''
109
110
  };
110
111
 
111
112
  const Container = _styledComponents.default.div.withConfig({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-layout",
3
- "version": "1.5.100",
3
+ "version": "1.5.103",
4
4
  "description": "Common ux components of launcher",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -37,10 +37,10 @@
37
37
  "react": ">=16.12.0"
38
38
  },
39
39
  "dependencies": {
40
- "@arcblock/did-connect": "^1.17.0",
41
- "@arcblock/icons": "^1.17.0",
42
- "@arcblock/ux": "^1.17.0",
43
- "@blocklet/meta": "^1.7.6",
40
+ "@arcblock/did-connect": "^1.17.2",
41
+ "@arcblock/icons": "^1.17.2",
42
+ "@arcblock/ux": "^1.17.2",
43
+ "@blocklet/meta": "^1.7.7",
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",
@@ -58,5 +58,5 @@
58
58
  "babel-plugin-inline-react-svg": "^2.0.1",
59
59
  "babel-plugin-styled-components": "^1.10.7"
60
60
  },
61
- "gitHead": "95e852cb584500cc1c0f9b14c9948c74bf7879ec"
61
+ "gitHead": "c0848181929b0bfc6a41a400698d795a8dfd3dfd"
62
62
  }