This website requires JavaScript.
Explore
Help
Sign In
m
/
metamask-extension
Watch
1
Star
0
Fork
0
You've already forked metamask-extension
mirror of
https://github.com/kremalicious/metamask-extension.git
synced
2024-12-04 15:14:29 +01:00
Code
523c90ade9
metamask-extension
/
ui
/
components
/
component-library
/
avatar-with-badge
/
avatar-with-badge.constants.js
5 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
AvatarWithBadge Housekeeping (#16985) * updated classnames * updated readme and tests for avatar with badge * updated constants in root * replacing BADGE_POSITIONS with AVATAR_WITH_BADGE_BADGE_POSITIONS
2022-12-21 20:06:40 +01:00
export
const
AVATAR
_WITH
_BADGE
_POSTIONS
=
{
Added AvatarBadge component (#15676) * avatar badge component added * resolved conflicts * added badge prop * updated avatar badge children/badge props * updated badge token size to be 16px * added AvatarBadge Test component * added avatar badge test * updated avatarBadge props * added Readme and test files to AvatarWithBadge Component * resolved conflicts * removed unused change * updated badge and badge props * updated avatar badge stories * updated constants for avatar badge * updated avatar badge test * replaced avatar-badge with avatar-with-badge * updated avatar badge tests * updated test for badgeProps
2022-10-12 20:19:12 +02:00
TOP
:
'top'
,
BOTTOM
:
'bottom'
,
}
;
Copy Permalink