Update BDFDB.data.json

This commit is contained in:
Mirco Wittrien 2021-06-09 16:37:11 +02:00
parent e89a9bcbcc
commit 52b211691c
1 changed files with 10 additions and 17 deletions

View File

@ -1319,6 +1319,8 @@
"UserPopoutHeader": {"props": ["headerNormal", "avatarPositionNormal"]},
"UserPopoutInfo": {"props": ["headerTop", "profileBadges"]},
"UserProfile": {"props": ["root", "tabBarContainer"]},
"UserProfileHeader": {"props": ["headerInfo", "additionalActionsIcon"]},
"UserProfileInfoSection": {"props": ["userInfoSection", "connectedAccounts"]},
"UserProfileList": {"props": ["listAvatar", "listRow"]},
"UserSettingsAppearancePreview": {"props": ["preview", "firstMessage"]},
"UserSummaryItem": {"props": ["avatarContainerMasked", "container"]},
@ -2295,6 +2297,7 @@
"layersbg": ["Layers", "bg"],
"listavatar": ["UserProfileList", "listAvatar"],
"listdiscriminator": ["UserProfileList", "listDiscriminator"],
"listguildavatarwithouticon": ["UserProfile", "guildAvatarWithoutIcon"],
"listname": ["UserProfileList", "listName"],
"listrow": ["UserProfileList", "listRow"],
"listrowcontent": ["UserProfileList", "listRowContent"],
@ -2923,10 +2926,6 @@
"titlebarwordmark": ["TitleBar", "wordmark"],
"titlebarwordmarkmac": ["TitleBar", "wordmarkMacOS"],
"titlebarwordmarkwindows": ["TitleBar", "wordmarkWindows"],
"titlesize10": ["UserPopoutHeader", "size10"],
"titlesize12": ["UserPopoutHeader", "size12"],
"titlesize14": ["UserPopoutHeader", "size14"],
"titlesize20": ["UserPopoutHeader", "size20"],
"toast": ["Toast", "toast"],
"toastavatar": ["Toast", "avatar"],
"toastbar": ["Toast", "bar"],
@ -3051,24 +3050,18 @@
"userpopoutroles": ["Role", "root"],
"userprofile": ["UserProfile", "root"],
"userprofilebody": ["UserProfile", "body"],
"userprofilebottag": ["UserProfile", "botTag"],
"userprofilebottag": ["UserProfileHeader", "botTag"],
"userprofilecustomstatus": ["UserProfile", "customStatusText"],
"userprofilecustomstatusemoji": ["UserProfile", "customStatusEmoji"],
"userprofileheader": ["UserProfile", "header"],
"userprofileheader": ["UserProfileHeader", "header"],
"userprofileheaderfill": ["UserProfile", "headerFill"],
"userprofileheaderinfo": ["UserProfile", "headerInfo"],
"userprofilelistavatar": ["UserProfile", "listAvatar"],
"userprofilelistguildavatarwithouticon": ["UserProfile", "guildAvatarWithoutIcon"],
"userprofilenametag": ["UserProfile", "nameTag"],
"userprofiletopsectionnormal": ["UserProfile", "topSectionNormal"],
"userprofiletopsectionplaying": ["UserProfile", "topSectionPlaying"],
"userprofiletopsectionspotify": ["UserProfile", "topSectionSpotify"],
"userprofiletopsectionstreaming": ["UserProfile", "topSectionStreaming"],
"userprofiletopsectionxbox": ["UserProfile", "topSectionXbox"],
"userprofileusername": ["UserProfile", "username"],
"userprofileheaderinfo": ["UserProfileHeader", "headerInfo"],
"userprofilenametag": ["UserProfileHeader", "nameTag"],
"userprofiletopsection": ["UserProfile", "topSection"],
"userprofileusername": ["UserProfileHeader", "username"],
"username": ["NameTag", "username"],
"usernotepopout": ["UserPopout", "note"],
"usernoteprofile": ["UserProfile", "note"],
"usernoteprofile": ["UserProfileInfoSection", "note"],
"usernotetextarea": ["NoteTextarea", "textarea"],
"usersettingsappearancepreview": ["UserSettingsAppearancePreview", "preview"],
"usersettingsappearancepreviewcompact": ["UserSettingsAppearancePreview", "compactPreview"],