This commit is contained in:
poslop
2023-03-24 15:23:01 -05:00
parent a3e93cd5a2
commit adfa36a4fd
13 changed files with 493 additions and 376 deletions

View File

@@ -57,7 +57,7 @@
"ChannelTextAreaTypes": ["CREATE_FORUM_POST", "PROFILE_BIO_INPUT", "FORUM_CHANNEL_GUIDELINES"],
"ChannelTypes": ["GUILD_TEXT", "GUILD_STORE", "DM"],
"ChannelTypeGroups": ["GUILD_TEXTUAL", "GUILD_VOCAL", "ALL_DMS"],
"Colors": ["SPOTIFY", "STATUS_RED"],
"Colors": ["SPOTIFY", "RED_100", "BLUE"],
"ColorVariables": ["status-danger", "background-primary"],
"ComponentActions": ["INSERT_TEXT", "TEXTAREA_FOCUS"],
"EmojiSprites": ["DiversityPerRow", "PickerPerRow"],
@@ -93,6 +93,7 @@
"ApplicationAssetUtils": {"strings": ["ApplicationAssetUtils", "getAssetImage"], "exported": false, "value": "exports", "map": {
"getAssetImage": ["ApplicationAssetUtils", "getAssetImage"]
}},
"AppUtils": {"props": ["clipboard", "os"]},
"ArrayUtils": {"props": ["isArrayLike", "zipObject"]},
"ChannelUtils": {"props": ["selectChannel", "selectPrivateChannel"]},
"ChatRestrictionUtils": {"strings": ["openWarningPopout", "userCanUsePremiumMessageLength"], "exported": false, "value": "exports", "map": {
@@ -140,7 +141,8 @@
}},
"MediaEngineUtils": {"props": ["setOutputDevice", "setInputDevice"]},
"MemberDisplayUtils": {"strings": ["getUserProfile", "getGuildMemberProfile", "_userProfile"], "exported": false, "value": "exports", "map": {
"getDisplayProfile": [");return null"]
"getDisplayProfile": ["getUserProfile"],
"getUserProfile": ["function(){return"]
}},
"MentionUtils": {"strings": ["rawMessage", "mention_everyone", "mentionUsers"], "exported": false, "value": "exports", "map": {
"isRawMessageMentioned": ["rawMessage", "mention_everyone", "mentionUsers"]
@@ -237,12 +239,12 @@
"Checkbox": {"props": ["Aligns", "Shapes", "Types"]},
"Clickable": {"strings": [".ENTER", "preventDefault", ").handleKeyPress"]},
"KeybindRecorder": {"strings": [".RECORDING", ".DEFAULT", "toggleRecordMode"]},
"PopoutContainer": {"props": ["Positions", "Align", "Animation", "defaultProps"]},
"PopoutContainer": {"props": ["Animation", "defaultProps"]},
"RadioGroup": {"strings": ["itemInfoClassName", "hasSelection", ".radioItemIconClassName"]},
"SearchBar": {"strings": [").inputRef", ".containerRef", ".handleOnChange"]},
"SearchableSelect": {"strings": ["serialize", "haspopup", ".maxVisibleItems"], "exported": false, "value": "exports", "funcStrings": [".onChange,", ".jsx)", "isSelected:function"]},
"Slider": {"strings": [".stickToMarkers", "sortedMarkers"]},
"TabBar": {"props": ["Looks", "Header", "Panel"]},
"TabBar": {"props": ["Item", "Header", "Panel"]},
"Table": {"props": ["SortDirection", "defaultProps"]},
"TextArea": {"strings": ["onKeyDown=function", "defaultDirty"]},
"TextInput": {"strings": ["onFocus=function", "MAXIMUM_LENGTH_ERROR", "translate3d"], "exported": false, "value": "exports", "funcStrings": ["MAXIMUM_LENGTH_ERROR"]},
@@ -251,13 +253,15 @@
"LibraryComponents": {
"Anchor": {"strings": ["anchorUnderlineOnHover", "noreferrer noopener"]},
"Animations": {"props": ["Controller", "Spring"]},
"AppReferencePositionLayer": {"strings": ["\"onMount\"", "\"onUnmount\""]},
"AppReferencePositionLayer": {"strings": [".LayerProvider,", ".LayerContainer,", ".layerContext,"], "funcStrings": [",{children:(", "({ref:"]},
"AvatarConstants": {"strings": ["\"SIZE_20\"", "\"SIZE_32\""], "exported": false, "value": "exports", "map": {
"Sizes": ["\"SIZE_20\"", "\"SIZE_32\""]
}},
"Avatars": {"strings": ["\"statusColor\"", "ONLINE", "isMobile"], "exported": false, "value": "exports", "map": {
"AnimatedAvatar": ["compare"],
"Avatar": ["statusColor"],
"Sizes": ["SIZE_32"]
"Avatar": ["statusColor"]
}},
"Badges": {"strings": ["baseShapeRound", "textBadge"], "exported": false, "value": "exports", "map": {
"Badges": {"strings": ["disableColor", "baseShapeRound", "textBadge"], "exported": false, "value": "exports", "map": {
"BadgeShapes": ["baseShapeRoundRight", "baseShapeRoundLeft"],
"IconBadge": [".iconBadge"],
"NumberBadge": [".numberBadge"],
@@ -298,7 +302,7 @@
"createLayer": [".createContext"],
"LayerContainer": [".layerContainer", "missing parent"]
}},
"LazyImage": {"strings": ["LOADING", "visibilityObserver"]},
"LazyImage": {"protos": ["loadImage", "getRatio", "getSrc"]},
"ListHeader": {"strings": [".container", "\"h2\"", "[\"aria-label\"]"]},
"Mask": {"props": "Masks"},
"Menu": {"strings": ["Menu API only allows Items and groups of Items as children"], "funcStrings": ["keyboardModeEnabled"]},
@@ -327,15 +331,14 @@
"LinkButton": [".apply(this"]
}},
"RoleMention": {"strings": ["rolePopout", "inlinePreview"], "funcStrings": ["inlinePreview"]},
"Scrollers": {"strings": [".fade", ".auto", "paddingFix", "getScrollerNode"], "exported": false, "value": "exports"},
"SpinnerComponents": {"strings": ["WANDERING_CUBES", "CHASING_DOTS"], "exported": false, "value": "exports", "map": {
"Spinner": ["LOADING"],
"Types": ["WANDERING_CUBES", "CHASING_DOTS"]
"Scrollers": {"strings": ["().thin", "().none", "().auto", "().fade)}"], "exported": false, "value": "exports"},
"SpinnerComponents": {"strings": ["WANDERING_CUBES", "wanderingCubes", ".spinningCircleInner"], "exported": false, "value": "exports", "map": {
"Spinner": [".spinningCircleInner"],
"Types": ["WANDERING_CUBES", "wanderingCubes"]
}},
"StatusComponents": {"strings": ["{mask", ".mask,", "UNKNOWN"], "exported": false, "value": "exports", "map": {
"AnimatedStatus": ["useSpring"],
"Status": [".mask,"],
"Types": ["UNKNOWN", "INVISIBLE"]
"StatusComponents": {"strings": ["().status}", ".isMobile", ".ONLINE"], "exported": false, "value": "exports", "map": {
"Status": ["().status}", ".isMobile", ".ONLINE"],
"Types": ["\"online\"", "\"unknown\""]
}},
"Text": {"strings": ["lineClamp:", ".selectable", ".defaultColor"]},
"TextElement": {"strings": [".strong,", ".STANDARD"]},
@@ -450,11 +453,11 @@
"InviteGuildName": {"strings": [".guild;return", "().guildName", "().guildNameWrapper"]},
"LayerProvider": {"strings": ["layerContainerElement", "getContextValue"]},
"LayersProvider": {"strings": ["._currentlyTransitioningKeys", "._keysToEnter", "._keyChildMapping"]},
"LazyImage": {"protos": ["loadImage", "getWidth", "getSrc"]},
"LazyImage": {"protos": ["loadImage", "getRatio", "getSrc"]},
"LazyImageZoomable": {"strings": ["renderLinkComponent", "onCloseImage"]},
"ListItemTooltip": {"strings": [".listItemWrapper", "tooltipClassName", "disableWrapper"]},
"MemberListItem": {"protos": ["renderOwner", "renderDecorators", "renderPremium"]},
"Mention": {"strings": [".iconType", ".color,", "CHANNEL_BROWSER_TITLE"]},
"Mention": {"strings": [".iconType", ".color,", "),backgroundColor:"]},
"Menu": {"strings": ["\"empty\"", "getItemProps", "isUsingKeyboardNavigation"]},
"Message": {"strings": ["childrenMessageContent", "childrenRepliedMessage", "zalgo", ".buttonContainer"]},
"MessageAccessories": {"protos": ["renderGiftCodes", "renderEmbeds", "renderActivityInvite"]},
@@ -468,7 +471,7 @@
"MessageSearchResultContextMenu": {"strings": ["MESSAGE_ACTIONS_MENU_LABEL", "navId:\"message"], "nonStrings": ["getGuildId"]},
"MessageTimestamp": {"strings": [".timestampVisibleOnHover", "MESSAGE_EDITED_TIMESTAMP", ".timestampTooltip"], "noSearch": true},
"MessageToolbar": {"strings": ["Messages.MORE", "hasDeveloperMode", "emojiPicker:", "Messages.MESSAGE_TODOS_MARK_AS_DONE"], "noSearch": true},
"MessageUsername": {"strings": ["\"username\"", "colorString", "compact", "WINDOW_CENTER"]},
"MessageUsername": {"strings": ["\"username\"", "colorString", "compact"]},
"ModalCarousel": {"strings": [".gotoNext", "currentIndex", "gotoPrevThrottled"]},
"ModalHeader": {"strings": [".headerIdIsManaged", ".header,", "Direction.HORIZONTAL"]},
"ModalFooter": {"strings": [".footerSeparator", ".separator", "Direction.HORIZONTAL_REVERSE"]},
@@ -521,7 +524,7 @@
"StandardSidebarView": {"strings": ["standardSidebarView", ".sidebarTheme", "mobileSidebarHeader"]},
"SystemMessageThreadCreated": {"strings": ["threadOnClick:", ".SYSTEM_MESSAGE_THREAD_CREATED", "viewThreadsOnClick:"]},
"SystemMessageWrapper": {"strings": ["unknown message type", "\"SystemMessage\""]},
"TabBar": {"props": ["Types", "Looks", "Item", "Panel"]},
"TabBar": {"props": ["Item", "Header", "Panel"]},
"TextChannelEmptyMessage": {"strings": ["MANAGE_CHANNELS", ".BEGINNING_CHANNEL_DESCRIPTION", "topicHook:"]},
"ThreadCard": {"strings": [".threadId", ".gotoThread", ".container", ".threadName"]},
"ThreadCardDescription": {"strings": [".Messages.THREAD_BROWSER_STARTED_BY", ".bullet", ".lastMessageId"]},
@@ -541,8 +544,8 @@
"UserBannerMask": {"strings": [".overrideAvatarDecorationURL", "hasBannerImage:", "foreignObject"]},
"UserBioSection": {"strings": [".isUsingGuildBio", "aboutMeGuildIcon", "GUILD_IDENTITY_BIO_TOAST"]},
"UserConnectionsSection": {"strings": [".applicationRoleConnections)", ".CONNECTIONS_ROLE_POPOUT_VIEW_ALL"]},
"UserInfo": {"strings": [".botTag", "isMobile:", ".discordTag"]},
"UserGenericContextMenu": {"strings": ["USER_ACTIONS_MENU_LABEL", "navId:\"user", ".USER_GENERIC_MENU"]},
"UserInfo": {"strings": [".botTag", "isMobile:", ".discordTag"]},
"UserMemberContextMenu": {"strings": ["USER_ACTIONS_MENU_LABEL", "navId:\"user", ".GUILD_CHANNEL_USER_MENU"]},
"UserMemberSince": {"strings": [".memberSinceContainer", ".USER_PROFILE_DISCORD_MEMBER_SINCE"]},
"UserMemberSinceSection": {"strings": [".userId", "headingClassName", "().title", ".guildMember"]},
@@ -560,6 +563,7 @@
"UserRolesSection": {"strings": [".rolePillBorder", "numRoles", "roleClassName"]},
"UserSummaryItem": {"protos": ["renderMoreUsers", "renderUsers", "renderIcon"]},
"UserSettingsAppearance": {"protos": ["renderTheme", "renderDisplayMode", "renderMessageGroupSpacingSlider"]},
"UserTheme": {"strings": [".profileColors", "useDefaultClientTheme:"], "noSearch": true},
"VideoBackground": {"strings": [".backgroundSrc", ".pulseSpeakingIndicator", ".avatarWrapper"]},
"VoiceUser": {"protos": ["renderPrioritySpeaker", "renderIcons", "renderAvatar"]},
"VoiceUsers": {"strings": ["hidePreview", "previewIsOpen", "previewUserIdAfterDelay"]}
@@ -1341,6 +1345,12 @@
"userPopoutNote": "note-6O4w9y",
"voiceDraggable": "draggable-1KoBzC"
},
"ModalCarousel": {
"carouselModal": "carouselModal-1eUFoq",
"nav": "nav-3QIE8_",
"navNext": "navNext-1mR5ku nav-3QIE8_",
"navPrev": "navPrev-1L-o1J nav-3QIE8_"
},
"Toast": {
"avatar": "avatar-3xmbmC",
"bar": "bar-95Sdw1",
@@ -1379,6 +1389,7 @@
"ApplicationStore": {"props": ["applicationStore", "navigation"]},
"AppOuter": {"props": ["app", "mobileApp"]},
"Attachment": {"props": ["wrapper", "video", "metadataDownload"]},
"AttachmentCover": {"props": ["cover", "icon", "iconWrapper"]},
"AuditLog": {"props": ["auditLog", "divider"]},
"AuthBox": {"props": ["authBox"]},
"Autocomplete": {"props": ["autocomplete", "autocompleteRow"]},
@@ -1463,8 +1474,7 @@
"GuildSettingsEmoji": {"props": ["emojiRow", "emojiAliasPlaceholder"]},
"GuildSettingsInvite": {"props": ["countdownColumn", "inviteSettingsInviteRow"]},
"GuildSettingsMember": {"props": ["member", "membersFilterPopout"]},
"GuildsListItem": {"props": ["listItemWrapper", "listItemTooltip"]},
"GuildsInboxIcon": {"props": ["iconButton", "selected"]},
"GuildsListItem": {"props": ["listItemWrapper", "listItemTooltip"], "length": 6, "smaller": true},
"GuildsItems": {"props": ["circleIcon", "guildsError"]},
"GuildsWrapper": {"props": ["scroller", "unreadMentionsBar", "wrapper"]},
"HeaderBar": {"props": ["container", "children", "toolbar"]},
@@ -1479,7 +1489,6 @@
"IconDirection": {"props": ["directionDown", "directionUp"]},
"ImageAssets": {"props": ["pngImage", "stickerAsset"]},
"ImageModal": {"props": ["image", "modal"], "length": 4, "smaller": true},
"ImageModalNavigation": {"props": ["nav", "navPrev", "navNext"]},
"ImageMosaic": {"props": ["lazyImg", "oneByOneGridSingle"]},
"ImageWrapper": {"props": ["clickable", "imageWrapperBackground"]},
"Input": {"props": ["inputMini", "inputDefault"]},
@@ -1526,7 +1535,6 @@
"MessageToolbar": {"props": ["container", "icon", "isHeader"]},
"MessageToolbarItems": {"props": ["wrapper", "button", "separator"]},
"Modal": {"props": ["root", "small", "medium"]},
"ModalCarousel": {"props": ["carouselModal", "carousel"]},
"ModalCarouselWrapper": {"props": ["modalCarouselWrapper", "zoomedCarouselModalRoot"]},
"ModalDivider": {"props": ["divider"], "length": 1},
"ModalItems": {"props": ["guildName", "checkboxContainer"]},
@@ -1561,7 +1569,7 @@
"RecentMentions": {"props": ["recentMentionsPopout"]},
"RecentMentionsHeader": {"props": ["channelName", "channelHeader", "dmIcon"]},
"Role": {"props": ["roleName", "roleRemoveIcon"]},
"RoleCircle": {"props": ["roleCircle", "flex"]},
"RoleCircle": {"props": ["roleCircle", "dot"]},
"RoleIcon": {"props": ["clickable", "roleIcon"], "length": 4, "smaller": true},
"Roles": {"props": ["rolePill", "roles", "rolePillBorder"]},
"Scrollbar": {"props": ["scrollbar", "scrollbarGhost"]},
@@ -1616,7 +1624,7 @@
"UserSettingsSocialLinks": {"props": ["socialLinks", "link"]},
"UserSummaryItem": {"props": ["avatarContainerMasked", "container"]},
"UserTheme": {"props": ["userPopoutOuter", "userProfileOuter"]},
"Video": {"props": ["video", "fullScreen"]},
"Video": {"props": ["video", "fullScreen", "chatSidebarOpen"]},
"VoiceChannel": {"props": ["avatarSpeaking", "voiceUser"]},
"VoiceChannelLimit": {"props": ["total", "users", "wrapper"]},
"VoiceChannelList": {"props": ["list", "collapsed"]},
@@ -1877,7 +1885,11 @@
"applayers": ["AppInner", "layers"],
"applicationstore": ["ApplicationStore", "applicationStore"],
"attachment": ["Attachment", "wrapper"],
"attachmentcontrolshidden": ["Attachment", "wrapperControlsHidden"],
"attachmentcover": ["AttachmentCover", "cover"],
"attachmentcovericon": ["AttachmentCover", "icon"],
"attachmentvideo": ["Attachment", "video"],
"attachmentvideocontrols": ["Attachment", "videoControls"],
"auditlog": ["AuditLog", "auditLog"],
"auditlogoverflowellipsis": ["AuditLog", "overflowEllipsis"],
"auditlogtimestamp": ["AuditLog", "timestamp"],
@@ -2407,6 +2419,7 @@
"guildfoldericonwrapperexpanded": ["GuildFolder", "expandedFolderIconWrapper"],
"guildfolderwrapper": ["GuildFolder", "wrapper"],
"guildheader": ["GuildHeader", "container"],
"guildheaderbanneranimatedhoverlayer": ["GuildHeader", "animatedBannerHoverLayer"],
"guildheaderbannerimage": ["GuildHeader", "bannerImage"],
"guildheaderbannerimagecontainer": ["GuildHeader", "animatedContainer"],
"guildheaderbannervisible": ["GuildHeader", "bannerVisible"],
@@ -2422,9 +2435,6 @@
"guildiconchildwrapper": ["GuildIcon", "childWrapper"],
"guildiconselected": ["GuildIcon", "selected"],
"guildiconwrapper": ["GuildIcon", "wrapper"],
"guildinboxicon": ["GuildsInboxIcon", "iconButton"],
"guildinboxiconmask": ["GuildsInboxIcon", "iconMask"],
"guildinboxiconselected": ["GuildsInboxIcon", "selected"],
"guildinner": ["Guild", "wrapper"],
"guildinnerwrapper": ["GuildsItems", "listItemWrapper"],
"guildlistitem": ["GuildsListItem", "listItemWrapper"],
@@ -2529,9 +2539,9 @@
"imageplaceholderoverlay": ["ImageWrapper", "imagePlaceholderOverlay"],
"imagemodal": ["ImageModal", "modal"],
"imagemodalimage": ["ImageModal", "image"],
"imagemodalnavbutton": ["ImageModalNavigation", "nav"],
"imagemodalnavbuttonprev": ["ImageModalNavigation", "navPrev"],
"imagemodalnavbuttonnext": ["ImageModalNavigation", "navNext"],
"imagemodalnavbutton": ["ModalCarousel", "nav"],
"imagemodalnavbuttonprev": ["ModalCarousel", "navPrev"],
"imagemodalnavbuttonnext": ["ModalCarousel", "navNext"],
"imagemosaicattachmentscontainer": ["ImageMosaic", "mediaAttachmentsContainer"],
"imagemosaiconebyonegridsingle": ["ImageMosaic", "oneByOneGridSingle"],
"imagesticker": ["ImageAssets", "stickerAsset"],
@@ -3114,7 +3124,6 @@
"settingsitemrole": ["ItemRole", "role"],
"settingsitemroleinner": ["ItemRole", "roleInner"],
"settingsitemselected": ["Item", "selected"],
"settingsitemside": ["Item", "side"],
"settingsitemthemed": ["Item", "themed"],
"settingspanel": ["BDFDB", "settingsPanel"],
"settingspanellist": ["BDFDB", "settingsPanelList"],
@@ -3198,7 +3207,9 @@
"tabbarcontainer": ["UserProfile", "tabBarContainer"],
"tabbarcontainerbottom": ["BDFDB", "tabBarContainerBottom"],
"tabbaritem": ["UserProfile", "tabBarItem"],
"tabbarside": ["Item", "side"],
"tabbartop": ["Item", "top"],
"tabbartoppill": ["Item", "topPill"],
"table": ["BDFDB", "table"],
"tablebodycell": ["BDFDB", "tableBodyCell"],
"tableheadercell": ["BDFDB", "tableHeaderCell"],
@@ -5529,11 +5540,8 @@
"148234730523852800": {"active": true, "tier": "t2", "text": "", "color": "", "id": "inbroso (MaEp)"},
"105509397211406336": {"active": true, "tier": "t2", "text": "", "color": "", "id": "samtino (SgJeff)"},
"323494393828999168": {"active": true, "tier": "t2", "text": "", "color": "", "id": "polak (SzKu)"},
"226444377482985473": {"active": true, "tier": "t3", "text": "xoxo", "color": "", "id": "seivag (zij)"},
"507464069100601363": {"active": true, "tier": "t2", "text": "", "color": "", "id": "Cracky (MiPo)"},
"620397524494057513": {"active": true, "tier": "t2", "text": "", "color": "", "id": "FUSL"},
"798499176220327966": {"active": true, "tier": "t2", "text": "", "color": "", "id": "void (JaUt)"},
"1027026862708379849": {"active": true, "tier": "t3", "text": "Mr. Morale", "color": "", "id": "strix (A1C)"}
"798499176220327966": {"active": true, "tier": "t2", "text": "", "color": "", "id": "void (JaUt)"}
},
"BDFDB_Patron_Tiers": {
"t1": {
@@ -5549,4 +5557,4 @@
"text": "BDFDB Special Supporter"
}
}
}
}