Update 0BDFDB.data.json
This commit is contained in:
parent
6c70028832
commit
8b95bd62a8
|
@ -370,7 +370,7 @@
|
|||
"UserBadges": [".PROFILE_USER_BADGES"],
|
||||
"Sizes": ["\"SIZE_24\":"]
|
||||
}},
|
||||
"UserBadges": {"strings": ["badgeClassName:", "\"HOVER_BADGE\"", "QUEST_BADGE"]},
|
||||
"UserBadges": {"strings": ["QUEST_CONTENT_VIEWED", "\"PRESS_BADGE\"", "PROFILE_USER_BADGES"]},
|
||||
"UserPopout": {"strings": ["location:", "userId:", "user:", "user cannot be undefined"]},
|
||||
"UserPopoutSection": {"strings": [".section,", ".lastSection"]},
|
||||
"UserSummaryItem": {"strings": ["popoutUserId:", ".clickableAvatar"]},
|
||||
|
@ -395,6 +395,7 @@
|
|||
},
|
||||
"PatchModules": {
|
||||
"Account": {"strings": ["handleOpenSettingsContextMenu", "shouldShowSpeakingWhileMutedTooltip", "renderSettingsGear"]},
|
||||
"AccountName": {"strings": ["accountProfilePopoutWrapper", ".avatarWrapper", "renderNameTag"]},
|
||||
"AnalyticsContext": {"props": ["ObjectTypes", "Objects", "Pages", "Sections"]},
|
||||
"AuditLogEntry": {"protos": ["renderRoleUpdate", "renderChangeDetails", "getActionTypeColor", "renderPermissionUpdate"]},
|
||||
"AuditLogs": {"strings": ["Messages.SEARCH_MEMBERS", "._lastExpandedRef", ".handleActionFilterQueryClear"]},
|
||||
|
@ -572,7 +573,7 @@
|
|||
"TypingUsers": {"strings": ["Easing.quad", ".emphasizeSlowmodeCooldown", ".sequence("]},
|
||||
"UnavailableGuildsButton": {"strings": [".errorInner", ".guildsError", "Messages.PARTIAL_OUTAGE"]},
|
||||
"UnreadDMs": {"strings": ["getMutablePrivateChannels", "selectedVoiceGuildId", "selectedVoiceChannelId:"]},
|
||||
"UserBadges": {"strings": [".PROFILE_USER_BADGES", "SIZE_24"]},
|
||||
"UserBadges": {"strings": ["QUEST_CONTENT_VIEWED", "\"PRESS_BADGE\"", "PROFILE_USER_BADGES"]},
|
||||
"UserBanner": {"strings": [".gifTag", "pendingBanner", "getAvatarSize"], "noSearch": true},
|
||||
"UserBannerMask": {"strings": [".bannerSVGWrapper", "overrideBannerWidth", "foreignObject"]},
|
||||
"UserBioSection": {"strings": ["isUsingGuildBio:", "aboutMeGuildIcon", "GUILD_IDENTITY_BIO_TOAST"]},
|
||||
|
@ -1417,6 +1418,7 @@
|
|||
"HotKeyRecorderBase": "c67e31",
|
||||
"HoverCardRemoveButton": "a467ac",
|
||||
"HoverCardRemoveButton": "a467ac",
|
||||
"NoteTextarea": "dde0a8",
|
||||
"PollModal": "cbdbf0",
|
||||
"SelectFilterPopout": "cfe282",
|
||||
"SettingsTabBar": "d8bb15",
|
||||
|
@ -1662,8 +1664,7 @@
|
|||
"UserBadges": {"props": ["badge", "container"], "length": 2},
|
||||
"UserBanner": {"props": ["popoutBanner", "popoutBannerPremium"]},
|
||||
"UserHeaderUsername": {"props": ["clickableUsername", "nickname", "bot"]},
|
||||
"UserPopoutCustomStatusPicker": {"props": ["statusBubble", "visibleContainer"]},
|
||||
"UserPopoutFooter": {"props": ["wumpusWrapper", "messageInputContainer"]},
|
||||
"UserPopoutCustomStatusPicker": {"props": ["statusBubble", "visibleContainer"], "nonProps": ["hoisted"]},
|
||||
"UserPopoutHeader": {"props": ["avatarHint", "profileBadges", "avatarWrapperNormal"]},
|
||||
"UserPopoutSection": {"props": ["section", "lastSection"]},
|
||||
"UserPopoutSectionTitle": {"props": ["title", "body"], "length": 2},
|
||||
|
@ -3343,7 +3344,6 @@
|
|||
"userpopoutcustomstatussoloemoji": ["CustomStatus", "customStatusSoloEmoji"],
|
||||
"userpopoutcustomstatustext": ["CustomStatus", "customStatusText"],
|
||||
"userpopoutinner": ["UserTheme", "userPopoutInner"],
|
||||
"userpopoutmessageinputcontainer": ["UserPopoutFooter", "messageInputContainer"],
|
||||
"userpopoutouter": ["UserTheme", "userPopoutOuter"],
|
||||
"userpopoutsection": ["UserPopoutSection", "section"],
|
||||
"userpopoutsectionbody": ["UserPopoutSectionTitle", "body"],
|
||||
|
|
Loading…
Reference in New Issue