Update BDFDB.data.json
This commit is contained in:
parent
99cdb9fb9b
commit
7d5a913b68
|
@ -1323,6 +1323,7 @@
|
|||
"UserProfileHeader": {"props": ["header", "additionalActionsIcon"]},
|
||||
"UserProfileInfoSection": {"props": ["userInfoSection", "connectedAccounts"]},
|
||||
"UserProfileList": {"props": ["listAvatar", "listRow"]},
|
||||
"UserProfileListGuild": {"props": ["guildAvatar", "guildAvatarWithoutIcon"]},
|
||||
"UserSettingsAppearancePreview": {"props": ["preview", "firstMessage"]},
|
||||
"UserSettingsSocialLinks": {"props": ["socialLinks", "link"]},
|
||||
"UserSummaryItem": {"props": ["avatarContainerMasked", "container"]},
|
||||
|
@ -2300,7 +2301,8 @@
|
|||
"layersbg": ["Layers", "bg"],
|
||||
"listavatar": ["UserProfileList", "listAvatar"],
|
||||
"listdiscriminator": ["UserProfileList", "listDiscriminator"],
|
||||
"listguildavatarwithouticon": ["UserProfile", "guildAvatarWithoutIcon"],
|
||||
"listguildavatar": ["UserProfileListGuild", "guildAvatar"],
|
||||
"listguildavatarwithouticon": ["UserProfileListGuild", "guildAvatarWithoutIcon"],
|
||||
"listname": ["UserProfileList", "listName"],
|
||||
"listrow": ["UserProfileList", "listRow"],
|
||||
"listrowcontent": ["UserProfileList", "listRowContent"],
|
||||
|
@ -3054,11 +3056,10 @@
|
|||
"userprofile": ["UserProfile", "root"],
|
||||
"userprofilebody": ["UserProfile", "body"],
|
||||
"userprofilebottag": ["UserProfileHeader", "botTag"],
|
||||
"userprofilecustomstatus": ["UserProfile", "customStatusText"],
|
||||
"userprofilecustomstatusemoji": ["UserProfile", "customStatusEmoji"],
|
||||
"userprofilecustomstatus": ["UserProfileHeader", "customStatus"],
|
||||
"userprofilecustomstatusemoji": ["UserProfileHeader", "customStatusEmoji"],
|
||||
"userprofilecustomstatustext": ["UserProfileHeader", "customStatusText"],
|
||||
"userprofileheader": ["UserProfileHeader", "header"],
|
||||
"userprofileheaderfill": ["UserProfile", "headerFill"],
|
||||
"userprofileheaderinfo": ["UserProfileHeader", "headerInfo"],
|
||||
"userprofilenametag": ["UserProfileHeader", "nameTag"],
|
||||
"userprofiletopsection": ["UserProfile", "topSection"],
|
||||
"userprofileusername": ["UserProfileHeader", "username"],
|
||||
|
|
Loading…
Reference in New Issue