@blocklet/launcher-layout 2.1.90 → 2.1.91

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 +2 -1
  2. package/package.json +4 -4
package/lib/header.js CHANGED
@@ -128,6 +128,7 @@ function AppIcon(_ref3) {
128
128
  blockletSize
129
129
  } = _ref3;
130
130
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Img.default, {
131
+ // force update
131
132
  width: blockletSize,
132
133
  height: blockletSize,
133
134
  src: logoUrl,
@@ -136,7 +137,7 @@ function AppIcon(_ref3) {
136
137
  style: {
137
138
  verticalAlign: 'text-bottom'
138
139
  }
139
- });
140
+ }, "layout-app-icon-".concat(logoUrl));
140
141
  }
141
142
 
142
143
  // eslint-disable-next-line react/prop-types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-layout",
3
- "version": "2.1.90",
3
+ "version": "2.1.91",
4
4
  "description": "Common ux components of launcher",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -39,8 +39,8 @@
39
39
  "@arcblock/did-connect": "^2.6.7",
40
40
  "@arcblock/icons": "^2.6.7",
41
41
  "@arcblock/ux": "^2.6.7",
42
- "@blocklet/launcher-util": "2.1.90",
43
- "@blocklet/launcher-ux": "2.1.90",
42
+ "@blocklet/launcher-util": "2.1.91",
43
+ "@blocklet/launcher-ux": "2.1.91",
44
44
  "@blocklet/meta": "^1.16.13",
45
45
  "@emotion/react": "^11.11.1",
46
46
  "@emotion/styled": "^11.11.0",
@@ -60,5 +60,5 @@
60
60
  "@storybook/react": "^6.5.16",
61
61
  "babel-plugin-inline-react-svg": "^2.0.2"
62
62
  },
63
- "gitHead": "7838a63c9cf10ccc1575a04bec0a38ad1f541b16"
63
+ "gitHead": "a1aa8dd8d2a8e3c9cced8e26f5f579630451c1f0"
64
64
  }