This commit is contained in:
Mirco Wittrien 2021-07-05 18:24:52 +02:00
parent 731fa62f0d
commit 0193381728
2 changed files with 46 additions and 37 deletions

View File

@ -1154,6 +1154,7 @@
"ChannelTextAreaSlate": {"props": ["slateContainer", "placeholder"]},
"ChatWindow": {"props": ["chat", "channelTextArea"]},
"Checkbox": {"props": ["checkboxWrapper", "round"]},
"Clamped": {"props": ["clamped"]},
"Combobox": {"props": ["combobox", "itemLabel"]},
"Cursor": {"props": ["cursorDefault", "userSelectNone"]},
"CustomStatusIcon": {"props": ["textRuler", "emoji", "icon"]},
@ -1820,6 +1821,7 @@
"checkboxround": ["Checkbox", "round"],
"checkboxwrapper": ["Checkbox", "checkboxWrapper"],
"checkboxwrapperdisabled": ["Checkbox", "checkboxWrapperDisabled"],
"clamped": ["Clamped", "clamped"],
"collapsecontainer": ["BDFDB", "collapseContainer"],
"collapsecontainercollapsed": ["BDFDB", "collapseContainerCollapsed"],
"collapsecontainerheader": ["BDFDB", "collapseContainerHeader"],
@ -1827,10 +1829,7 @@
"collapsecontainermini": ["BDFDB", "collapseContainerMini"],
"collapsecontainertitle": ["BDFDB", "collapseContainerTitle"],
"colorbase": ["TextColor2", "base"],
"colorbrand": ["TextColor", "colorBrand"],
"colorerror": ["TextColor", "colorError"],
"colormuted": ["TextColor", "colorMuted"],
"colorgreen": ["TextColor", "colorStatusGreen"],
"colormuted": ["TextColor2", "muted"],
"colorpicker": ["ColorPicker", "colorPickerCustom"],
"colorpickeralpha": ["BDFDB", "colorPickerAlpha"],
"colorpickeralphacheckered": ["BDFDB", "colorPickerAlphaCheckered"],
@ -2781,6 +2780,7 @@
"searchresultsresult": ["SearchResultsMessage", "searchResult"],
"searchresultswrap": ["SearchResults", "searchResultsWrap"],
"select": ["SelectSearchable", "select"],
"selectable": ["TextColor2", "selectable"],
"selectoption": ["SelectSearchable", "option"],
"selectsearchinput": ["SelectSearchable", "searchInput"],
"selectselectedicon": ["SelectSearchable", "selectedIcon"],
@ -3011,6 +3011,7 @@
"unreadbartext": ["UnreadBar", "text"],
"unreadbarunread": ["UnreadBar", "unread"],
"uploadmodal": ["UploadModal", "uploadModal"],
"uppercase": ["TextColor2", "uppercase"],
"userbadge": ["UserBadges", "profileBadge"],
"userbadgeouter": ["UserBadges", "clickable"],
"userbadges": ["UserBadges", "container"],
@ -3023,9 +3024,13 @@
"userbannerprofilepremium": ["UserBanner", "profileBannerPremium"],
"userinfodate": ["BDFDB", "userInfoDate"],
"userpopout": ["UserPopout", "userPopout"],
"userpopoutaboutme": ["UserPopoutHeader", "aboutMeSection"],
"userpopoutaboutmebody": ["UserPopoutHeader", "aboutMeBody"],
"userpopoutaboutmetitle": ["UserPopoutHeader", "aboutMeTitle"],
"userpopoutactivity": ["UserPopoutBody", "activity"],
"userpopoutavatar": ["UserPopoutHeader", "avatar"],
"userpopoutavatarbase": ["UserPopout", "baseAvatar"],
"userpopoutavatarclickable": ["UserPopoutHeader", "clickable"],
"userpopoutavatarhint": ["UserPopoutHeader", "avatarHint"],
"userpopoutavatarhintinner": ["UserPopoutHeader", "avatarHintInner"],
"userpopoutavatarlarge": ["UserPopout", "largeAvatar"],

View File

@ -1787,7 +1787,7 @@
<div class="REPLACE_CLASS_invite">
<h5 class="REPLACE_CLASS_h5 REPLACE_CLASS_inviteheader">You've been invited to join a server</h5>
<div class="REPLACE_CLASS_invitecontent">
<div class="REPLACE_CLASS_avataricon REPLACE_CLASS_inviteguildiconimage REPLACE_CLASS_avatariconsizelarge REPLACE_CLASS_avatariconactivelarge" role="button" style="background-image: url(https://cdn.discordapp.com/icons/410787888507256842/c8941576782dd171cf2b82dd1ffc0f76.webp);"></div>
<div class="REPLACE_CLASS_avataricon REPLACE_CLASS_inviteguildiconimage REPLACE_CLASS_avatariconsizelarge REPLACE_CLASS_avatariconactivelarge" role="button" style="background-image: url(https://cdn.discordapp.com/icons/410787888507256842/3ed65aef2806f01ceb4022674b50ea1a.webp);"></div>
<div class="REPLACE_CLASS_flex REPLACE_CLASS_flexvertical REPLACE_CLASS_flexjustifycenter REPLACE_CLASS_flexalignstretch REPLACE_CLASS_flexnowrap REPLACE_CLASS_inviteguildinfo" style="flex: 1 1 auto;">
<h3 class="REPLACE_CLASS_invitedestination REPLACE_CLASS_colorbase REPLACE_CLASS_size16">
<div class="REPLACE_CLASS_inviteguildnamewrapper">
@ -2384,42 +2384,46 @@
<div aria-label="DevilBro" class="REPLACE_CLASS_userpopout" role="dialog" tabindex="-1" aria-modal="true" style="width: 300px;" data-user-id="278543574059057154">
<div class="REPLACE_CLASS_userpopoutheadernormal">
<div class="REPLACE_CLASS_userbanner REPLACE_CLASS_userbannerpopout" style="background-color: hsl(0, calc(var(--saturation-factor, 1) * 81.6%), 59.6%);"></div>
<div class="REPLACE_CLASS_userpopoutheadertop REPLACE_CLASS_userpopoutheadertopwithcustomstatus">
<div class="REPLACE_CLASS_userbadges REPLACE_CLASS_userbadgespopout"></div>
<div class="REPLACE_CLASS_userpopoutheadertext">
<div class="REPLACE_CLASS_userpopoutheadernickname">DevilBro</div>
<div class="REPLACE_CLASS_userpopoutheadertagwithnickname REPLACE_CLASS_nametag">
<span class="REPLACE_CLASS_username REPLACE_CLASS_userpopoutheadertagusernamebase">DevilBro</span>
<span class="REPLACE_CLASS_userpopoutheaderdiscriminatorbase">#4401</span>
</div>
</div>
<div class="REPLACE_CLASS_userpopoutheadertop REPLACE_CLASS_userpopoutheadertopwithcustomstatus">
<div class="REPLACE_CLASS_userbadges REPLACE_CLASS_userbadgespopout"></div>
<div class="REPLACE_CLASS_userpopoutheadertext">
<div class="REPLACE_CLASS_userpopoutheadernickname">DevilBro</div>
<div class="REPLACE_CLASS_userpopoutheadertagwithnickname REPLACE_CLASS_nametag">
<span class="REPLACE_CLASS_username REPLACE_CLASS_userpopoutheadertagusernamebase">DevilBro</span>
<span class="REPLACE_CLASS_userpopoutheaderdiscriminatorbase">#4401</span>
</div>
</div>
<div class="REPLACE_CLASS_userpopoutavatarwrappernormal REPLACE_CLASS_userpopoutclickable Mentionspositionnormal" role="button" tabindex="0">
<div class="REPLACE_CLASS_userpopoutavatar REPLACE_CLASS_avatarwrapper" role="img" aria-label="DevilBro, Idle" aria-hidden="false" style="width: 80px; height: 80px;" data-user-id="278543574059057154">
<svg width="92" height="80" viewBox="0 0 92 80" class="REPLACE_CLASS_avatarmask REPLACE_CLASS_avatarsvg" aria-hidden="true">
<foreignObject x="0" y="0" width="80" height="80" mask="url(#svg-mask-avatar-status-round-80)">
<div class="REPLACE_CLASS_avatarstack">
<img src="https://discord.com/assets/6f26ddd1bf59740c536d2274bb834a05.png?size=" alt=" " class="REPLACE_CLASS_avatar" aria-hidden="true">
</div>
</foreignObject>
<rect width="16" height="16" x="60" y="60" fill="#faa61a" mask="url(#svg-mask-status-idle)" class="REPLACE_CLASS_avatarpointerevents"></rect>
</svg>
</div>
<svg width="80" height="80" class="REPLACE_CLASS_userpopoutavatarhint" viewBox="0 0 80 80">
<foreignObject x="0" y="0" width="80" height="80" mask="url(#svg-mask-avatar-status-round-80)">
<div class="REPLACE_CLASS_userpopoutavatarhintinner">Show Profile</div>
</foreignObject>
</svg>
</div>
</div>
<div class="REPLACE_CLASS_userpopoutavatarwrappernormal REPLACE_CLASS_userpopoutavatarpositionnormal REPLACE_CLASS_userpopoutavatarclickable" role="button" tabindex="0">
<div class="REPLACE_CLASS_userpopoutavatar REPLACE_CLASS_avatarwrapper" role="img" aria-label="DevilBro, Idle" aria-hidden="false" style="width: 80px; height: 80px;" data-user-id="278543574059057154">
<svg width="92" height="80" viewBox="0 0 92 80" class="REPLACE_CLASS_avatarmask REPLACE_CLASS_avatarsvg" aria-hidden="true">
<foreignObject x="0" y="0" width="80" height="80" mask="url(#svg-mask-avatar-status-round-80)">
<div class="REPLACE_CLASS_avatarstack">
<img src="https://discord.com/assets/6f26ddd1bf59740c536d2274bb834a05.png?size=" alt=" " class="REPLACE_CLASS_avatar" aria-hidden="true">
</div>
</foreignObject>
<rect width="16" height="16" x="60" y="60" fill="#faa61a" mask="url(#svg-mask-status-idle)" class="REPLACE_CLASS_avatarpointerevents"></rect>
</svg>
</div>
<svg width="80" height="80" class="REPLACE_CLASS_userpopoutavatarhint" viewBox="0 0 80 80">
<foreignObject x="0" y="0" width="80" height="80" mask="url(#svg-mask-avatar-status-round-80)">
<div class="REPLACE_CLASS_userpopoutavatarhintinner">Show Profile</div>
</foreignObject>
</svg>
</div>
<div class="REPLACE_CLASS_userpopoutbody REPLACE_CLASS_scrollerthin REPLACE_CLASS_scrollerfade" style="overflow: hidden scroll; padding-right: 0px;">
<div class="REPLACE_CLASS_userpopoutcustomstatus">
<img src="https://discord.com/assets/ebc2b7d9c497f0e4663d46c13e35fe23.svg" alt="⛑" draggable="false" class="REPLACE_CLASS_emojiold REPLACE_CLASS_emoji REPLACE_CLASS_userpopoutcustomstatusemoji">
<span class="REPLACE_CLASS_userpopoutcustomstatustext">Helping</span>
</div>
<div class="REPLACE_CLASS_userpopoutdivider"></div>
<div class="REPLACE_CLASS_userpopoutaboutme">
<h3 class="REPLACE_CLASS_userpopoutaboutmetitle REPLACE_CLASS_colorbase REPLACE_CLASS_size12 REPLACE_CLASS_colormuted REPLACE_CLASS_uppercase">About Me</h3>
<div class="REPLACE_CLASS_userpopoutaboutmebody REPLACE_CLASS_messagemarkup REPLACE_CLASS_clamped">This is just a fake About Me</div>
</div>
<div class="REPLACE_CLASS_userpopoutbodyinnerwrapper">
<div class="REPLACE_CLASS_userpopoutcustomstatus">
<img src="https://discord.com/assets/ebc2b7d9c497f0e4663d46c13e35fe23.svg" alt="⛑" draggable="false" class="REPLACE_CLASS_emojiold REPLACE_CLASS_emoji REPLACE_CLASS_userpopoutcustomstatusemoji">
<span class="REPLACE_CLASS_userpopoutcustomstatustext">Helping</span>
</div>
<div class="REPLACE_CLASS_userpopoutdivider"></div>
<div class="REPLACE_CLASS_userpopoutbodytitle">Role</div>
<h3 class="REPLACE_CLASS_userpopoutbodytitle REPLACE_CLASS_colorbase REPLACE_CLASS_size12 REPLACE_CLASS_colormuted REPLACE_CLASS_uppercase">Role</h3>
<div class="REPLACE_CLASS_userpopoutroles REPLACE_CLASS_userpopoutrolelist">
<div class="REPLACE_CLASS_userpopoutrole" style="border-color: rgba(255, 23, 189, 0.6);">
<div class="REPLACE_CLASS_userpopoutrolecircle" style="background-color: rgb(255, 23, 189);"></div>
@ -2438,7 +2442,7 @@
<div class="REPLACE_CLASS_userpopoutrolename">Human</div>
</div>
</div>
<div class="REPLACE_CLASS_userpopoutbodytitle">Note</div>
<h3 class="REPLACE_CLASS_userpopoutbodytitle REPLACE_CLASS_colorbase REPLACE_CLASS_size12 REPLACE_CLASS_colormuted REPLACE_CLASS_uppercase">Note</h3>
<div class="REPLACE_CLASS_usernotepopout">
<textarea class="REPLACE_CLASS_usernotetextarea REPLACE_CLASS_inputdefault REPLACE_CLASS_scrollbarghosthairline" placeholder="Click to add a note" spellcheck="false" maxlength="256" style="height: 21px;"></textarea>
</div>