@happeouikit/avatar
Advanced tools
Comparing version 1.4.9 to 1.4.11
# Changelog | ||
## 1.4.11 | ||
- [Optimize] Minor accessibility improvements. | ||
## 1.4.10 | ||
- [Optimize] Minor accessibility improvements. | ||
## 1.4.9 | ||
@@ -4,0 +12,0 @@ |
@@ -198,3 +198,4 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray"; | ||
return React.createElement(AvatarDiv, { | ||
size: size | ||
size: size, | ||
tabIndex: "0" | ||
}, React.createElement(VioletGroupIcon, { | ||
@@ -208,4 +209,6 @@ width: sizeMap[size].avatar, | ||
return React.createElement(AvatarDiv, { | ||
size: size | ||
size: size, | ||
tabIndex: "0" | ||
}, React.createElement(Image, { | ||
alt: "".concat(user.fullName, " avatar"), | ||
src: user.thumbnailPhotoUrl, | ||
@@ -212,0 +215,0 @@ onError: function onError() { |
{ | ||
"name": "@happeouikit/avatar", | ||
"version": "1.4.9", | ||
"version": "1.4.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
17037
271
1