cozy-bar 22.1.0 → 22.1.1
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.
|
@@ -16,11 +16,8 @@ var AvatarMyself = function AvatarMyself(_ref) {
|
|
|
16
16
|
var rootURL = client.getStackClient().uri;
|
|
17
17
|
return /*#__PURE__*/_react.default.createElement(_Avatar.default, {
|
|
18
18
|
className: className,
|
|
19
|
-
size: size
|
|
20
|
-
}, /*#__PURE__*/_react.default.createElement("img", {
|
|
21
|
-
width: "100%",
|
|
22
|
-
height: "100%",
|
|
19
|
+
size: size,
|
|
23
20
|
src: "".concat(rootURL, "/public/avatar?fallback=initials")
|
|
24
|
-
})
|
|
21
|
+
});
|
|
25
22
|
};
|
|
26
23
|
var _default = exports.default = AvatarMyself;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cozy-bar",
|
|
3
|
-
"version": "22.1.
|
|
3
|
+
"version": "22.1.1",
|
|
4
4
|
"description": "cozy-bar.js library, a small lib provided by cozy-stack to inject the Cozy-bar component into each app",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"author": "Cozy Cloud <contact@cozycloud.cc> (https://cozy.io/)",
|