3272 lines
179 KiB
JSON
3272 lines
179 KiB
JSON
{
|
||
"LibraryRequires": ["child_process", "electron", "fs", "path", "process", "request"],
|
||
"DiscordObjects": {
|
||
"Channel": {"props": ["getRecipientId", "isManaged", "getGuildId"]},
|
||
"Guild": {"props": ["getIconURL", "getMaxEmojiSlots", "getRole"]},
|
||
"Invite": {"props": ["getExpiresAt", "isExpired"]},
|
||
"Message": {"props": ["getReaction", "getAuthorName", "getChannelId"]},
|
||
"Messages": {"props": ["jumpToMessage", "hasAfterCached", "forEach"]},
|
||
"Relationship": {"protos": ["comparator"], "array": true},
|
||
"Timestamp": {"props": ["add", "dayOfYear", "hasAlignedHourOffset"]},
|
||
"User": {"props": ["hasFlag", "isLocalBot", "isClaimed"]}
|
||
},
|
||
"LibraryModules": {
|
||
"AckUtils": {"props": ["localAck", "bulkAck"]},
|
||
"ActivityUtils": {"props": ["sendActivityInvite", "updateActivity"]},
|
||
"APIUtils": {"props": ["getAPIBaseURL"]},
|
||
"AnalyticsUtils": {"props": ["isThrottled", "track"]},
|
||
"AnimationUtils": {"props": ["spring", "decay"]},
|
||
"ArrayUtils": {"props": ["isArrayLike", "zipObject"]},
|
||
"AssetUtils": {"props": ["getAssetImage", "getAssetIds"]},
|
||
"AutocompleteOptions": {"props": ["AUTOCOMPLETE_OPTIONS"]},
|
||
"BadgeUtils": {"props": ["getBadgeCountString", "getBadgeWidthForValue"]},
|
||
"CallUtils": {"props": ["getCalls", "isCallActive"]},
|
||
"CategoryCollapseStore": {"props": ["getCollapsedCategories", "isCollapsed"]},
|
||
"CategoryCollapseUtils": {"props": ["categoryCollapse", "categoryCollapseAll"]},
|
||
"ChannelStore": {"props": ["getChannel", "getDMFromUserId"]},
|
||
"ColorUtils": {"props": ["hex2int", "hex2rgb"]},
|
||
"ContextMenuUtils": {"props": ["closeContextMenu", "openContextMenu"]},
|
||
"CopyLinkUtils": {"props": ["SUPPORTS_COPY", "copy"]},
|
||
"CurrentUserStore": {"props": ["getCurrentUser"]},
|
||
"CurrentVoiceUtils": {"props": ["getAveragePing", "isConnected"]},
|
||
"DirectMessageStore": {"props": ["getPrivateChannelIds"]},
|
||
"DirectMessageUnreadStore": {"props": ["getUnreadPrivateChannelIds"]},
|
||
"DispatchApiUtils": {"props": ["dirtyDispatch", "isDispatching"]},
|
||
"DispatchUtils": {"props": ["ComponentDispatch"]},
|
||
"DirectMessageUtils": {"props": ["addRecipient", "openPrivateChannel"]},
|
||
"EmojiUtils": {"props": ["translateInlineEmojiToSurrogates", "translateSurrogatesToInlineEmoji"]},
|
||
"EmojiStateUtils": {"props": ["getURL", "isEmojiDisabled"]},
|
||
"FriendUtils": {"props": ["getFriendIDs", "getRelationships"]},
|
||
"FolderStore": {"props": ["getGuildFolderById", "getFlattenedGuilds"]},
|
||
"FolderUtils": {"props": ["isFolderExpanded", "getExpandedFolders"]},
|
||
"GuildBoostUtils": {"props": ["getTierName", "getUserLevel"]},
|
||
"GuildChannelStore": {"props": ["getChannels", "getDefaultChannel"]},
|
||
"GuildEmojiStore": {"props": ["getGuildEmoji", "getDisambiguatedEmojiContext"]},
|
||
"GuildNotificationsUtils": {"props": ["updateChannelOverrideSettings", "updateGuildNotificationSettings"]},
|
||
"GuildSettingsSectionUtils": {"props": ["getGuildSettingsSections"]},
|
||
"GuildSettingsUtils": {"props": ["open", "updateGuild"]},
|
||
"GuildStore": {"props": ["getGuild", "getGuilds"]},
|
||
"GuildUnavailableStore": {"props": ["isUnavailable", "totalUnavailableGuilds"]},
|
||
"GuildUtils": {"props": ["transitionToGuildSync"]},
|
||
"GuildWelcomeStore": {"props": ["hasSeen", "get"]},
|
||
"GuildWelcomeUtils": {"props": ["welcomeScreenViewed", "resetWelcomeScreen"]},
|
||
"HistoryUtils": {"props": ["transitionTo", "replaceWith", "getHistory"]},
|
||
"IconUtils": {"props": ["getGuildIconURL", "getGuildBannerURL"]},
|
||
"InviteUtils": {"props": ["acceptInvite", "createInvite"]},
|
||
"KeyCodeUtils": {"props": ["toCombo", "keyToCode"], "assign": true},
|
||
"KeyEvents": {"props": ["aliases", "code", "codes"]},
|
||
"LanguageStore": {"props": ["getLanguages", "Messages"]},
|
||
"LastChannelStore": {"props": ["getLastSelectedChannelId"]},
|
||
"LastGuildStore": {"props": ["getLastSelectedGuildId"]},
|
||
"LinkUtils": {"props": ["handleClick", "isLinkTrusted"]},
|
||
"LoginUtils": {"props": ["login", "logout"]},
|
||
"MediaDeviceUtils": {"props": ["getOutputDevices", "getInputDevices"]},
|
||
"MediaDeviceSetUtils": {"props": ["setOutputDevice", "setInputDevice"]},
|
||
"MemberCountUtils": {"props": ["getMemberCount", "getMemberCounts"]},
|
||
"MemberStore": {"props": ["getMember", "getMembers"]},
|
||
"MentionUtils": {"props": ["isRawMessageMentioned", "isMentioned"]},
|
||
"MessageManageUtils": {"props": ["copyLink", "replyToMessage"]},
|
||
"MessagePinUtils": {"props": ["pinMessage", "unpinMessage"]},
|
||
"MessageStore": {"props": ["getMessage", "getMessages"]},
|
||
"MessageUtils": {"props": ["receiveMessage", "editMessage"]},
|
||
"ModalUtils": {"props": ["openModal", "hasModalOpen"]},
|
||
"MutedUtils": {"props": ["isGuildOrCategoryOrChannelMuted"]},
|
||
"NoteStore": {"props": ["getNote"]},
|
||
"NotificationSettingsStore": {"props": ["getDesktopType", "getTTSType"]},
|
||
"NotificationSettingsUtils": {"props": ["setDesktopType", "setTTSType"]},
|
||
"NotificationUtils": {"props": ["makeTextChatNotification", "shouldNotify"]},
|
||
"PlatformUtils": {"props": ["isWindows", "isLinux"]},
|
||
"PermissionUtils": {"props": ["getChannelPermissions", "can"]},
|
||
"PermissionRoleUtils": {"props": ["canEveryone", "can"]},
|
||
"PreferencesContext": {"props": ["AccessibilityPreferencesContext"]},
|
||
"QueryUtils": {"props": ["AutocompleterQuerySymbols", "AutocompleterResultTypes"]},
|
||
"ReactionEmojiUtils": {"props": ["getReactionEmojiName", "getReactionEmojiName"]},
|
||
"ReactionUtils": {"props": ["addReaction", "removeReaction"]},
|
||
"RecentMentionUtils": {"props": ["deleteRecentMention", "fetchRecentMentions"]},
|
||
"SearchPageUtils": {"props": ["searchNextPage", "searchPreviousPage"]},
|
||
"SelectChannelUtils": {"props": ["selectChannel", "selectPrivateChannel"]},
|
||
"SettingsUtils": {"props": ["updateRemoteSettings", "updateLocalSettings"]},
|
||
"SimpleMarkdownParser": {"props": ["parseBlock", "parseInline", "defaultOutput"]},
|
||
"SlateUtils": {"props": ["serialize", "deserialize"], "notProps": ["getFlag"]},
|
||
"SlateSelectionUtils": {"props": ["serialize", "serializeSelection"]},
|
||
"SlowmodeUtils": {"props": ["getSlowmodeCooldownGuess"]},
|
||
"SoundStateUtils": {"props": ["isSoundDisabled", "getDisabledSounds"]},
|
||
"SoundUtils": {"props": ["playSound", "createSound"]},
|
||
"SpellCheckUtils": {"props": ["learnWord", "toggleSpellcheck"]},
|
||
"SpotifyTrackUtils": {"props": ["hasConnectedAccount", "getLastPlayedTrackId"]},
|
||
"SpotifyUtils": {"props": ["setActiveDevice", "pause"]},
|
||
"StateStoreUtils": {"props": ["useStateFromStores", "useStateFromStoresArray"]},
|
||
"StatusMetaUtils": {"props": ["getApplicationActivity", "getStatus"]},
|
||
"StoreChangeUtils": {"props": ["get", "set", "clear", "remove"]},
|
||
"StreamerModeStore": {"props": ["disableSounds", "hidePersonalInformation"]},
|
||
"StreamUtils": {"props": ["getActiveStreamForUser", "getAllApplicationStreams"]},
|
||
"StringUtils": {"props": ["cssValueToNumber", "upperCaseFirstChar"]},
|
||
"TimestampUtils": {"props": ["fromTimestamp", "extractTimestamp"]},
|
||
"UnreadGuildUtils": {"props": ["hasUnread", "getUnreadGuilds"]},
|
||
"UnreadChannelUtils": {"props": ["getUnreadCount", "getOldestUnreadMessageId"]},
|
||
"UploadUtils": {"props": ["upload", "instantBatchUpload"]},
|
||
"URLParser": {"props": ["parse", "resolveObject"]},
|
||
"UserFetchUtils": {"props": ["fetchCurrentUser", "getUser"]},
|
||
"UserNameUtils": {"props": ["getName", "getNickname"]},
|
||
"UserProfileUtils": {"props": ["open", "fetchProfile"]},
|
||
"UserSettingsUtils": {"props": ["open", "updateAccount"]},
|
||
"UserStore": {"props": ["getUser", "getUsers"]},
|
||
"Utilities": {"props": ["flatMap", "cloneDeep"]},
|
||
"VoiceUtils": {"props": ["getAllVoiceStates", "getVoiceStatesForChannel"]},
|
||
"ZoomUtils": {"props": ["setZoom", "setFontSize"]}
|
||
},
|
||
"ModuleUtilsConfig": {
|
||
"PatchTypes": [
|
||
"before",
|
||
"instead",
|
||
"after"
|
||
],
|
||
"InstanceFunctions": [
|
||
"render",
|
||
"componentDidMount",
|
||
"componentDidUpdate",
|
||
"componentWillUnmount"
|
||
],
|
||
"PatchMap": {
|
||
"BannedCard": "BannedUser",
|
||
"ChannelWindow": "Channel",
|
||
"InvitationCard": "InviteRow",
|
||
"InviteCard": "InviteRow",
|
||
"MemberCard": "Member",
|
||
"PopoutContainer": "Popout",
|
||
"QuickSwitchResult": "Result",
|
||
"UserProfile": "UserProfileBody"
|
||
},
|
||
"ForceObserve": [
|
||
"DirectMessage",
|
||
"GuildIcon"
|
||
],
|
||
"MemoComponent": [
|
||
"ChannelAutoComplete",
|
||
"ChannelCategoryItem",
|
||
"EmojiPicker",
|
||
"ExpressionPicker",
|
||
"InviteGuildName",
|
||
"GuildFolder",
|
||
"Messages",
|
||
"MessageContent",
|
||
"NowPlayingHeader"
|
||
],
|
||
"SubRender": [
|
||
"GuildFolder"
|
||
],
|
||
"NonPrototype": [
|
||
"ChannelAutoComplete",
|
||
"ChannelTextAreaContainer"
|
||
],
|
||
"Finder": {
|
||
"Account": {"class": "accountinfo"},
|
||
"App": {"class": "app"},
|
||
"AppSkeleton": {"class": "app"},
|
||
"AppView": {"class": "appcontainer"},
|
||
"AuthWrapper": {"class": "loginscreen"},
|
||
"Avatar": {"props": ["AnimatedAvatar"]},
|
||
"BannedCard": {"class": "guildsettingsbannedcard"},
|
||
"Category": {"class": "categorycontainerdefault"},
|
||
"ChannelAutoComplete": {"strings": ["hidePersonalInformation", "canExecuteCommands"]},
|
||
"ChannelCall": {"class": "callcurrentcontainer"},
|
||
"ChannelCategoryItem": {"strings": ["muted", "channel", "collapsed"]},
|
||
"ChannelMember": {"class": "member"},
|
||
"ChannelMembers": {"class": "members"},
|
||
"Channels": {"class": "guildchannels"},
|
||
"ChannelTextAreaForm": {"class": "chatform"},
|
||
"ChannelWindow": {"class": "chatcontent"},
|
||
"CustomStatusModal": {"class": "emojiinputmodal"},
|
||
"DirectMessage": {"class": "guildouter"},
|
||
"EmojiPicker": {"strings": ["allowManagedEmojis", "EMOJI_PICKER_TAB_PANEL_ID", "diversitySelector"]},
|
||
"FocusRing": {"props": ["FocusRingScope"]},
|
||
"Guild": {"class": "guildouter"},
|
||
"GuildFolder": {"class": "guildfolderwrapper", "special": [{"path": "return.memoizedProps.folderId"}, {"path": "return.memoizedProps.guildIds"}]},
|
||
"GuildIcon": {"class": "avataricon"},
|
||
"GuildRoleSettings": {"class": "settingswindowcontentregion"},
|
||
"Guilds": {"class": "guildswrapper"},
|
||
"GuildSettings": {"class": "layer"},
|
||
"GuildSettingsBans": {"class": "guildsettingsbannedcard"},
|
||
"GuildSettingsEmoji": {"class": "guildsettingsemojicard"},
|
||
"GuildSettingsMembers": {"class": "guildsettingsmembercard"},
|
||
"GuildSidebar": {"class": "guildchannels"},
|
||
"I18nLoaderWrapper": {"class": "app"},
|
||
"InstantInviteModal": {"class": "invitemodalwrapper"},
|
||
"InvitationCard": {"class": "invitemodalinviterow"},
|
||
"InviteGuildName": {"props": ["GuildName", "GuildTemplateName"]},
|
||
"InviteCard": {"class": "guildsettingsinvitecard"},
|
||
"MemberCard": {"class": "guildsettingsmembercard"},
|
||
"MessageHeader": {"props": ["MessageTimestamp"]},
|
||
"Messages": {"strings": ["group-spacing-", "canManageMessages"]},
|
||
"MessageUsername": {"strings": ["default.username", "colorString", "compact"]},
|
||
"ModalLayer": {"class": "layermodal"},
|
||
"MutualGuilds": {"class": "userprofilebody"},
|
||
"MutualFriends": {"class": "userprofilebody"},
|
||
"Note": {"class": "usernotetextarea"},
|
||
"PopoutContainer": {"class": "popout"},
|
||
"Popouts": {"class": "popouts"},
|
||
"PrivateChannelCall": {"class": "callcurrentcontainer"},
|
||
"PrivateChannelCallParticipants": {"class": "callcurrentcontainer"},
|
||
"PrivateChannelRecipientsInvitePopout": {"class": "searchpopoutdmaddpopout"},
|
||
"PrivateChannelsList": {"class": "dmchannelsscroller"},
|
||
"QuickSwitchChannelResult": {"class": "quickswitchresult"},
|
||
"QuickSwitchGuildResult": {"class": "quickswitchresult"},
|
||
"QuickSwitchResult": {"class": "quickswitchresult"},
|
||
"Reaction": {"class": "messagereactionme"},
|
||
"Reactor": {"class": "messagereactionsmodalreactor"},
|
||
"ReactorsComponent": {"class": "messagereactionsmodalreactor"},
|
||
"RTCConnection": {"class": "voicedetails"},
|
||
"SearchResults": {"class": "searchresultswrap"},
|
||
"SearchResultsInner": {"strings": ["SEARCH_HIDE_BLOCKED_MESSAGES", "totalResults", "SEARCH_PAGE_SIZE"]},
|
||
"TypingUsers": {"class": "typing"},
|
||
"UnavailableGuildsButton": {"props": ["UnavailableGuildsButton"]},
|
||
"UnreadDMs": {"class": "guildsscroller"},
|
||
"Upload": {"class": "uploadmodal"},
|
||
"UserHook": {"class": "auditloguserhook"},
|
||
"UserPopout": {"class": "userpopout"},
|
||
"UserProfile": {"class": "userprofile"},
|
||
"UserSettingsAppearance": {"class": "usersettingsappearancepreview"},
|
||
"V2C_ContentColumn": {"class": "settingswindowcontentcolumn", "special": [{"path": "return.stateNode.props.title", "value": ["PLUGINS", "THEMES"]}]}
|
||
},
|
||
"LoadedInComponents": {
|
||
"AutocompleteChannelResult": "LibraryComponents.AutocompleteItems.Channel",
|
||
"AutocompleteUserResult": "LibraryComponents.AutocompleteItems.User",
|
||
"QuickSwitchChannelResult": "LibraryComponents.QuickSwitchItems.Channel",
|
||
"QuickSwitchGroupDMResult": "LibraryComponents.QuickSwitchItems.GroupDM",
|
||
"QuickSwitchGuildResult": "LibraryComponents.QuickSwitchItems.Guild",
|
||
"QuickSwitchUserResult": "LibraryComponents.QuickSwitchItems.User"
|
||
}
|
||
},
|
||
"NativeSubComponents": {
|
||
"Button": {"props": ["Colors", "Hovers", "Looks"]},
|
||
"Checkbox": {"name": "Checkbox"},
|
||
"Clickable": {"name": "Clickable"},
|
||
"FavButton": {"name": "GIFFavButton"},
|
||
"KeybindRecorder": {"name": "KeybindRecorder"},
|
||
"MenuCheckboxItem": {"name": "MenuCheckboxItem"},
|
||
"MenuControlItem": {"name": "MenuControlItem"},
|
||
"MenuItem": {"name": "MenuItem"},
|
||
"PopoutContainer": {"name": "Popout"},
|
||
"QuickSelect": {"name": "QuickSelectWrapper"},
|
||
"RadioGroup": {"name": "RadioGroup"},
|
||
"SearchBar": {"name": "SearchBar", "protos": ["focus"]},
|
||
"Select": {"name": "SelectTempWrapper"},
|
||
"Slider": {"name": "Slider"},
|
||
"Switch": {"name": "Switch"},
|
||
"TabBar": {"name": "TabBar"},
|
||
"Table": {"name": "Table"},
|
||
"TextArea": {"name": "TextArea"},
|
||
"TextInput": {"name": "TextInput"},
|
||
"TooltipContainer": {"name": "Tooltip"}
|
||
},
|
||
"LibraryComponents": {
|
||
"Anchor": {"name": "Anchor"},
|
||
"Animations": {"props": ["Controller", "Spring"], "assign": true},
|
||
"AutocompleteItems": {"props": ["Generic", "User", "Command"]},
|
||
"AutocompleteMenu": {"name": "Autocomplete"},
|
||
"AvatarComponents": {"props": ["AnimatedAvatar"]},
|
||
"Badges": {"props": ["IconBadge", "NumberBadge"], "assign": true},
|
||
"CardRemoveButton": {"name": "RemoveButton"},
|
||
"Connectors": {"props": ["Router", "Link"], "assign": true},
|
||
"DiscordTag": {"name": "DiscordTag"},
|
||
"Emoji": {"strings": ["emojiName", "shouldAnimate", "jumboable"], "value": "default"},
|
||
"EmojiButton": {"name": "EmojiButton"},
|
||
"EmojiPicker": {"strings": ["allowManagedEmojis", "EMOJI_PICKER_TAB_PANEL_ID", "diversitySelector"]},
|
||
"Flex": {"props": ["Wrap", "Direction", "Child"]},
|
||
"FlowerStarIcon": {"name": "FlowerStarIcon"},
|
||
"FormComponents": {"props": ["FormSection", "FormText"], "assign": true},
|
||
"GuildComponents Badge": {"name": "GuildBadge"},
|
||
"GuildComponents BlobMask": {"name": "BlobMask"},
|
||
"GuildComponents Icon": {"name": "GuildIconWrapper"},
|
||
"GuildComponents Items": {"props": ["Separator", "DragPlaceholder"]},
|
||
"GuildComponents Pill": {"strings": ["opacity:1,height:", "20:8", "default.item"]},
|
||
"HeaderBarComponents": {"name": "HeaderBarContainer"},
|
||
"Image": {"props": ["ImageReadyStates"]},
|
||
"ImageModal": {"name": "ImageModal"},
|
||
"LazyImage": {"name": "LazyImage"},
|
||
"ListHeader": {"name": "ListSectionItem"},
|
||
"Mask": {"name": "Mask"},
|
||
"Menu": {"name": "Menu"},
|
||
"MenuItems": {"props": ["MenuItem", "MenuGroup"], "assign": true},
|
||
"MenuItems Colors": {"props": ["MenuItemColor"], "value": "MenuItemColor"},
|
||
"MessageGroup": {"name": "ChannelMessage"},
|
||
"MessagesPopoutComponents": {"props": ["Header", "EmptyStateBottom"]},
|
||
"ModalComponents": {"props": ["ModalContent", "ModalFooter"], "assign": true},
|
||
"NavItem": {"name": "NavItem"},
|
||
"PopoutFocusLock": {"strings": ["useFocusLock", "useImperativeHandle"]},
|
||
"PrivateChannelItems": {"props": ["DirectMessage", "GroupDM"]},
|
||
"QuickSwitchItems": {"props": ["Channel", "GroupDM", "Header"]},
|
||
"QuickSwitchMenu": {"name": "QuickSwitcher"},
|
||
"Scrollers Auto": {"props": ["AdvancedScrollerThin", "AdvancedScrollerAuto"], "value": "AdvancedScrollerAuto"},
|
||
"Scrollers None": {"props": ["AdvancedScrollerThin", "AdvancedScrollerAuto"], "value": "AdvancedScrollerNone"},
|
||
"Scrollers Thin": {"props": ["AdvancedScrollerThin", "AdvancedScrollerAuto"], "value": "AdvancedScrollerThin"},
|
||
"Spinner": {"name": "Spinner"},
|
||
"TextElement": {"name": "Text"},
|
||
"UserPopout": {"name": "UserPopout"},
|
||
"UserSummaryItem": {"name": "UserSummaryItem"}
|
||
},
|
||
"SvgIcons": {
|
||
"ARROW_DOWN": {
|
||
"defaultProps": {
|
||
"width": 18,
|
||
"height": 18
|
||
},
|
||
"icon": "<svg name='ArrowDown' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 18 18'><path fill='%%color' d='M4 7l5 5 5-5H4z'></path></svg>"
|
||
},
|
||
"ARROW_UP": {
|
||
"defaultProps": {
|
||
"width": 18,
|
||
"height": 18
|
||
},
|
||
"icon": "<svg name='ArrowUp' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 18 18'><path fill='%%color' d='M4 11l5-5 5 5H4z'></path></svg>"
|
||
},
|
||
"CHANGELOG": {
|
||
"icon": "<svg name='ChangeLog' fill='%%color' width='%%width' height='%%height' viewBox='0 0 448 448'><polygon points='234.667, 138.667 234.667, 245.333 325.973, 299.52 341.333, 273.6 266.667, 229.333 266.667, 138.667'></polygon><path d='M 255.893, 32 C 149.76, 32, 64, 117.973, 64, 224 H 0 l 83.093, 83.093 l 1.493, 3.093 L 170.667, 224 h -64 c 0 -82.453, 66.88 -149.333, 149.333 -149.333 S 405.333, 141.547, 405.333, 224 S 338.453, 373.333, 256, 373.333 c -41.28, 0 -78.507 -16.853 -105.493 -43.84 L 120.32, 359.68 C 154.987, 394.453, 202.88, 416, 255.893, 416 C 362.027, 416, 448, 330.027, 448, 224 S 362.027, 32, 255.893, 32 z'></path></svg>"
|
||
},
|
||
"CHECKBOX": {
|
||
"defaultProps": {
|
||
"background": "",
|
||
"foreground": ""
|
||
},
|
||
"icon": "<svg aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.37499 3H18.625C19.9197 3 21.0056 4.08803 21 5.375V18.625C21 19.936 19.9359 21 18.625 21H5.37499C4.06518 21 3 19.936 3 18.625V5.375C3 4.06519 4.06518 3 5.37499 3Z' class='%%background' fill='%%color'></path><path d='M9.58473 14.8636L6.04944 11.4051L4.50003 12.9978L9.58473 18L19.5 8.26174L17.9656 6.64795L9.58473 14.8636Z' class='%%foreground' fill='%%color'></path></svg>"
|
||
},
|
||
"CHECKBOX_EMPTY": {
|
||
"defaultProps": {
|
||
"foreground": ""
|
||
},
|
||
"icon": "<svg name='CheckBoxEmpty' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill-rule='evenodd' clip-rule='evenodd' d='M18.625 3H5.375C4.06519 3 3 4.06519 3 5.375V18.625C3 19.936 4.06519 21 5.375 21H18.625C19.936 21 21 19.936 21 18.625V5.375C21.0057 4.08803 19.9197 3 18.625 3ZM19 19V5H4.99999V19H19Z' class='%%foreground' fill='%%color'></path></svg>"
|
||
},
|
||
"CHECKMARK": {
|
||
"defaultProps": {
|
||
"width": 18,
|
||
"height": 18
|
||
},
|
||
"icon": "<svg name='Checkmark' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 18 18'><g fill='none' fill-rule='evenodd'><polyline stroke='%%color' stroke-width='2' points='3.5 9.5 7 13 15 5'></polyline></g></svg>"
|
||
},
|
||
"CLOSE": {
|
||
"defaultProps": {
|
||
"width": 12,
|
||
"height": 12
|
||
},
|
||
"icon": "<svg name='Close' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 12 12'><g fill='none' fill-rule='evenodd' aria-hidden='true'><path d='M0 0h12v12H0'></path><path class='fill' fill='%%color' d='M9.5 3.205L8.795 2.5 6 5.295 3.205 2.5l-.705.705L5.295 6 2.5 8.795l.705.705L6 6.705 8.795 9.5l.705-.705L6.705 6'></path></g></svg>"
|
||
},
|
||
"CLOSE_CIRCLE": {
|
||
"icon": "<svg name='CloseCircle' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 14 14'><path fill='%%color' d='M7.02799 0.333252C3.346 0.333252 0.361328 3.31792 0.361328 6.99992C0.361328 10.6819 3.346 13.6666 7.02799 13.6666C10.71 13.6666 13.6947 10.6819 13.6947 6.99992C13.6947 3.31792 10.7093 0.333252 7.02799 0.333252ZM10.166 9.19525L9.22333 10.1379L7.02799 7.94325L4.83266 10.1379L3.89 9.19525L6.08466 6.99992L3.88933 4.80459L4.832 3.86259L7.02733 6.05792L9.22266 3.86259L10.1653 4.80459L7.97066 6.99992L10.166 9.19525Z'></path></svg>"
|
||
},
|
||
"COG": {
|
||
"defaultProps": {
|
||
"width": 20,
|
||
"height": 20
|
||
},
|
||
"icon": "<svg name='Cog' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M19.738 10H22V14H19.739C19.498 14.931 19.1 15.798 18.565 16.564L20 18L18 20L16.565 18.564C15.797 19.099 14.932 19.498 14 19.738V22H10V19.738C9.069 19.498 8.203 19.099 7.436 18.564L6 20L4 18L5.436 16.564C4.901 15.799 4.502 14.932 4.262 14H2V10H4.262C4.502 9.068 4.9 8.202 5.436 7.436L4 6L6 4L7.436 5.436C8.202 4.9 9.068 4.502 10 4.262V2H14V4.261C14.932 4.502 15.797 4.9 16.565 5.435L18 3.999L20 5.999L18.564 7.436C19.099 8.202 19.498 9.069 19.738 10ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z'></path></svg>"
|
||
},
|
||
"CROWN": {
|
||
"icon": "<svg name='Crown' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 16 16'><path fill-rule='evenodd' clip-rule='evenodd' d='M13.6572 5.42868C13.8879 5.29002 14.1806 5.30402 14.3973 5.46468C14.6133 5.62602 14.7119 5.90068 14.6473 6.16202L13.3139 11.4954C13.2393 11.7927 12.9726 12.0007 12.6666 12.0007H3.33325C3.02725 12.0007 2.76058 11.792 2.68592 11.4954L1.35258 6.16202C1.28792 5.90068 1.38658 5.62602 1.60258 5.46468C1.81992 5.30468 2.11192 5.29068 2.34325 5.42868L5.13192 7.10202L7.44592 3.63068C7.46173 3.60697 7.48377 3.5913 7.50588 3.57559C7.5192 3.56612 7.53255 3.55663 7.54458 3.54535L6.90258 2.90268C6.77325 2.77335 6.77325 2.56068 6.90258 2.43135L7.76458 1.56935C7.89392 1.44002 8.10658 1.44002 8.23592 1.56935L9.09792 2.43135C9.22725 2.56068 9.22725 2.77335 9.09792 2.90268L8.45592 3.54535C8.46794 3.55686 8.48154 3.56651 8.49516 3.57618C8.51703 3.5917 8.53897 3.60727 8.55458 3.63068L10.8686 7.10202L13.6572 5.42868ZM2.66667 12.6673H13.3333V14.0007H2.66667V12.6673Z' fill='%%color' aria-hidden='true'></path></svg>"
|
||
},
|
||
"DOWNLOAD": {
|
||
"defaultProps": {
|
||
"foreground": ""
|
||
},
|
||
"icon": "<svg name='Download' fill='%%color' aria-hidden='false' width='%%width' height='%%height' viewBox='-2 -2 28 28'><path class='%%foreground' fill-rule='evenodd' clip-rule='evenodd' d='M16.293 9.293L17.707 10.707L12 16.414L6.29297 10.707L7.70697 9.293L11 12.586V2H13V12.586L16.293 9.293ZM18 20V18H20V20C20 21.102 19.104 22 18 22H6C4.896 22 4 21.102 4 20V18H6V20H18Z' aria-hidden='true'></path></svg>"
|
||
},
|
||
"DROPPER": {
|
||
"defaultProps": {
|
||
"width": 16,
|
||
"height": 16,
|
||
"foreground": ""
|
||
},
|
||
"icon": "<svg width='%%width' height='%%height' viewBox='0 0 16 16'><g fill='none'><path d='M-4-4h24v24H-4z'></path><path class='%%foreground' fill='%%color' d='M14.994 1.006C13.858-.257 11.904-.3 10.72.89L8.637 2.975l-.696-.697-1.387 1.388 5.557 5.557 1.387-1.388-.697-.697 1.964-1.964c1.13-1.13 1.3-2.985.23-4.168zm-13.25 10.25c-.225.224-.408.48-.55.764L.02 14.37l1.39 1.39 2.35-1.174c.283-.14.54-.33.765-.55l4.808-4.808-2.776-2.776-4.813 4.803z'></path></g></svg>"
|
||
},
|
||
"FOLDER": {
|
||
"icon": "<svg name='Folder' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M20 7H12L10.553 5.106C10.214 4.428 9.521 4 8.764 4H3C2.447 4 2 4.447 2 5V19C2 20.104 2.895 21 4 21H20C21.104 21 22 20.104 22 19V9C22 7.896 21.104 7 20 7Z'></path></svg>"
|
||
},
|
||
"GITHUB": {
|
||
"icon": "<svg name='Github' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='%%color'><path d='m12 .5c-6.63 0-12 5.28-12 11.792 0 5.211 3.438 9.63 8.205 11.188.6.111.82-.254.82-.567 0-.28-.01-1.022-.015-2.005-3.338.711-4.042-1.582-4.042-1.582-.546-1.361-1.335-1.725-1.335-1.725-1.087-.731.084-.716.084-.716 1.205.082 1.838 1.215 1.838 1.215 1.07 1.803 2.809 1.282 3.495.981.108-.763.417-1.282.76-1.577-2.665-.295-5.466-1.309-5.466-5.827 0-1.287.465-2.339 1.235-3.164-.135-.298-.54-1.497.105-3.121 0 0 1.005-.316 3.3 1.209.96-.262 1.98-.392 3-.398 1.02.006 2.04.136 3 .398 2.28-1.525 3.285-1.209 3.285-1.209.645 1.624.24 2.823.12 3.121.765.825 1.23 1.877 1.23 3.164 0 4.53-2.805 5.527-5.475 5.817.42.354.81 1.077.81 2.182 0 1.578-.015 2.846-.015 3.229 0 .309.21.678.825.56 4.801-1.548 8.236-5.97 8.236-11.173 0-6.512-5.373-11.792-12-11.792z'></path></g></svg>"
|
||
},
|
||
"GRADIENT": {
|
||
"defaultProps": {
|
||
"width": 36,
|
||
"height": 36
|
||
},
|
||
"icon": "<svg name='Gradient' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 36 36' fill='%%color' fill-rule='evenodd'><path d='M 5 0 h 26 c 0 0, 5 0, 5 5 v 26 c 0 0, 0 5, -5 5 h -26 c 0 0, -5 0, -5 -5 v -26 c 0 0, 0 -5, 5 -5 z M 4 4 h 20 v 28 h -20 v -28 z'></path><rect x='12' y='4' width='4' height='4'></rect><rect x='20' y='4' width='4' height='4'></rect><rect x='16' y='8' width='4' height='4'></rect><rect x='12' y='12' width='4' height='4'></rect><rect x='20' y='12' width='4' height='4'></rect><rect x='16' y='16' width='4' height='4'></rect><rect x='12' y='20' width='4' height='4'></rect><rect x='20' y='20' width='4' height='4'></rect><rect x='16' y='24' width='4' height='4'></rect><rect x='12' y='28' width='4' height='4'></rect><rect x='20' y='28' width='4' height='4'></rect></svg>"
|
||
},
|
||
"LEFT_CARET": {
|
||
"icon": "<svg name='LeftCaret' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd'><polygon fill='%%color' fill-rule='nonzero' points='18.35 4.35 16 2 6 12 16 22 18.35 19.65 10.717 12'></polygon><polygon points='0 0 24 0 24 24 0 24'></polygon></g></svg>"
|
||
},
|
||
"LEFT_DOUBLE_CARET": {
|
||
"icon": "<svg name='LeftDoubleCaret' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd'><polygon fill='%%color' fill-rule='nonzero' points='12.35 4.35 10 2 0 12 10 22 12.35 19.65 4.717 12'></polygon><polygon fill='%%color' fill-rule='nonzero' points='24.35 4.35 22 2 12 12 22 22 24.35 19.65 16.717 12'></polygon><polygon points='0 0 24 0 24 24 0 24'></polygon></g></svg>"
|
||
},
|
||
"LOCK_CLOSED": {
|
||
"icon": "<svg name='LockClosed' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M17 11V7C17 4.243 14.756 2 12 2C9.242 2 7 4.243 7 7V11C5.897 11 5 11.896 5 13V20C5 21.103 5.897 22 7 22H17C18.103 22 19 21.103 19 20V13C19 11.896 18.103 11 17 11ZM12 18C11.172 18 10.5 17.328 10.5 16.5C10.5 15.672 11.172 15 12 15C12.828 15 13.5 15.672 13.5 16.5C13.5 17.328 12.828 18 12 18ZM15 11H9V7C9 5.346 10.346 4 12 4C13.654 4 15 5.346 15 7V11Z'></path></svg>"
|
||
},
|
||
"MENU_CARET": {
|
||
"getClassName": {
|
||
"": ["menucaretarrow"],
|
||
"props.open": ["menucaretopen"]
|
||
},
|
||
"icon": "<svg name='MenuCaret' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd' aria-hidden='true'><path fill='%%color' d='M16.59 8.59004L12 13.17L7.41 8.59004L6 10L12 16L18 10L16.59 8.59004Z'></path></g></svg>"
|
||
},
|
||
"MORE": {
|
||
"icon": "<svg name='More' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd' aria-hidden='true'><path fill='%%color' d='M7 12.001C7 10.8964 6.10457 10.001 5 10.001C3.89543 10.001 3 10.8964 3 12.001C3 13.1055 3.89543 14.001 5 14.001C6.10457 14.001 7 13.1055 7 12.001ZM14 12.001C14 10.8964 13.1046 10.001 12 10.001C10.8954 10.001 10 10.8964 10 12.001C10 13.1055 10.8954 14.001 12 14.001C13.1046 14.001 14 13.1055 14 12.001ZM19 10.001C20.1046 10.001 21 10.8964 21 12.001C21 13.1055 20.1046 14.001 19 14.001C17.8954 14.001 17 13.1055 17 12.001C17 10.8964 17.8954 10.001 19 10.001Z'></path></g></svg>"
|
||
},
|
||
"NOVA_AT": {
|
||
"icon": "<svg name='Nova_At' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M12 2C6.486 2 2 6.486 2 12C2 17.515 6.486 22 12 22C14.039 22 15.993 21.398 17.652 20.259L16.521 18.611C15.195 19.519 13.633 20 12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12V12.782C20 14.17 19.402 15 18.4 15L18.398 15.018C18.338 15.005 18.273 15 18.209 15H18C17.437 15 16.6 14.182 16.6 13.631V12C16.6 9.464 14.537 7.4 12 7.4C9.463 7.4 7.4 9.463 7.4 12C7.4 14.537 9.463 16.6 12 16.6C13.234 16.6 14.35 16.106 15.177 15.313C15.826 16.269 16.93 17 18 17L18.002 16.981C18.064 16.994 18.129 17 18.195 17H18.4C20.552 17 22 15.306 22 12.782V12C22 6.486 17.514 2 12 2ZM12 14.599C10.566 14.599 9.4 13.433 9.4 11.999C9.4 10.565 10.566 9.399 12 9.399C13.434 9.399 14.6 10.565 14.6 11.999C14.6 13.433 13.434 14.599 12 14.599Z'></path></svg>"
|
||
},
|
||
"NOVA_PIN": {
|
||
"icon": "<svg name='Nova_Pin' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M22 12L12.101 2.10101L10.686 3.51401L12.101 4.92901L7.15096 9.87801V9.88001L5.73596 8.46501L4.32196 9.88001L8.56496 14.122L2.90796 19.778L4.32196 21.192L9.97896 15.536L14.222 19.778L15.636 18.364L14.222 16.95L19.171 12H19.172L20.586 13.414L22 12Z'></path></svg>"
|
||
},
|
||
"NOVA_TRASH": {
|
||
"icon": "<svg name='Nova_Trash' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M15 3.999V2H9V3.999H3V5.999H21V3.999H15Z'></path><path fill='%%color' d='M5 6.99902V18.999C5 20.101 5.897 20.999 7 20.999H17C18.103 20.999 19 20.101 19 18.999V6.99902H5ZM11 17H9V11H11V17ZM15 17H13V11H15V17Z'></path></svg>"
|
||
},
|
||
"PATREON": {
|
||
"icon": "<svg name='Patreon' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='%%color'><path d='m 0,0.5 h 4.219 v 23 H 0 Z'></path><path d='m 15.384,0.5 c -4.767,0 -8.644,3.873 -8.644,8.633 0,4.75 3.877,8.61 8.644,8.61 C 20.138,17.743 24,13.878 24,9.133 24,4.374 20.137,0.5 15.384,0.5 Z'></path></g></svg>"
|
||
},
|
||
"PAYPAL": {
|
||
"icon": "<svg name='PayPal' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 32 32'><g fill='%%color' transform='matrix(0.96,0,0,0.96,-0.14,2)'><path d='M 25.772542,2.414 C 24.280605,0.724 21.580605,0 18.126542,0 H 8.1025423 c -0.706,0 -1.306,0.51 -1.418,1.2 L 2.5106048,27.462 c -0.082,0.518 0.322,0.986 0.85,0.986 h 6.188 l 1.5540002,-9.78 -0.048,0.308 c 0.11,-0.69 0.708,-1.2 1.414,-1.2 h 2.94 c 5.778,0 10.3,-2.328 11.622,-9.062 0.04,-0.2 0.102,-0.584 0.102,-0.584 0.375937,-2.492 -0.0021,-4.182 -1.360063,-5.716 z'></path><path d='m 30.199,10.906 c -1.436,6.63 -6.018,10.138 -13.29,10.138 H 14.273 L 12.305,33.5 h 4.276 c 0.618,0 1.144,-0.446 1.24,-1.052 l 0.05,-0.264 0.984,-6.182 0.064,-0.34 c 0.096,-0.606 0.622,-1.052 1.238,-1.052 h 0.782 c 5.054,0 9.01,-2.036 10.166,-7.926 0.464,-2.364 0.24,-4.346 -0.906,-5.778 z'></path></g></svg>"
|
||
},
|
||
"PENCIL": {
|
||
"defaultProps": {
|
||
"width": 16,
|
||
"height": 16
|
||
},
|
||
"icon": "<svg name='Pencil' aria-hidden='false' width='16' height='16' viewBox='0 0 24 24'><path fill='%%color' d='M20.1039 9.58997L20.8239 8.87097C22.3929 7.30197 22.3929 4.74797 20.8239 3.17797C19.2549 1.60897 16.6999 1.60897 15.1309 3.17797L14.4119 3.89797L20.1039 9.58997ZM12.9966 5.30896L4.42847 13.8795L10.1214 19.5709L18.6896 11.0003L12.9966 5.30896ZM3.24398 21.968L8.39998 20.68L3.31998 15.6L2.03098 20.756C1.94598 21.096 2.04598 21.457 2.29398 21.705C2.54198 21.953 2.90298 22.052 3.24398 21.968Z'></path></svg>"
|
||
},
|
||
"PIN": {
|
||
"defaultProps": {
|
||
"width": 16,
|
||
"height": 16
|
||
},
|
||
"icon": "<svg name='Pin' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd'><path fill='%%color' d='M19 3H5V5H7V12H5V14H11V22H13V14H19V12H17V5H19V3Z'></path></g></svg>"
|
||
},
|
||
"QUOTE": {
|
||
"icon": "<svg name='Quote' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M19.8401 5.39392C20.1229 4.73405 19.6389 4 18.921 4H17.1231C16.7417 4 16.3935 4.21695 16.2254 4.55933L13.3297 10.4581C13.195 10.7324 13.125 11.0339 13.125 11.3394V19C13.125 19.5523 13.5727 20 14.125 20H20C20.5523 20 21 19.5523 21 19V12.875C21 12.3227 20.5523 11.875 20 11.875H17.8208C17.4618 11.875 17.2198 11.508 17.3612 11.178L19.8401 5.39392ZM9.71511 5.39392C9.99791 4.73405 9.51388 4 8.79596 4H6.99809C6.61669 4 6.2685 4.21695 6.10042 4.55933L3.20466 10.4581C3.07001 10.7324 3 11.0339 3 11.3394V19C3 19.5523 3.44772 20 4 20H9.875C10.4273 20 10.875 19.5523 10.875 19V12.875C10.875 12.3227 10.4273 11.875 9.875 11.875H7.69577C7.33681 11.875 7.0948 11.508 7.2362 11.178L9.71511 5.39392Z'></path></svg>"
|
||
},
|
||
"RAW_TEXT": {
|
||
"icon": "<svg name='RawText' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 48 48'><path fill='%%color' d='M 2,2 h 28 v 8 h -6 v -2 h -4 v 28 h 4 v 6 h -16 v -6 h 4 v -28 h -4 v 2 h -6 Z'></path><path fill='%%color' d='M 24,16 h 22 v 7 h -5 v -2 h -3 v 16 h 3 v 5 h -12 v -5 h 3 v -16 h -3 v 2 h -5 Z'></path></svg>"
|
||
},
|
||
"RIGHT_CARET": {
|
||
"icon": "<svg name='RightCaret' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd'><polygon fill='%%color' fill-rule='nonzero' points='8.47 2 6.12 4.35 13.753 12 6.12 19.65 8.47 22 18.47 12'></polygon><polygon points='0 0 24 0 24 24 0 24'></polygon></g></svg>"
|
||
},
|
||
"RIGHT_DOUBLE_CARET": {
|
||
"icon": "<svg name='RightDoubleCaret' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd'><polygon fill='%%color' fill-rule='nonzero' points='2.47 2 0.12 4.35 7.753 12 0.12 19.65 2.47 22 12.47 12'></polygon><polygon fill='%%color' fill-rule='nonzero' points='14.47 2 12.12 4.35 19.753 12 12.12 19.65 14.47 22 24.47 12'></polygon><polygon points='0 0 24 0 24 24 0 24'></polygon></g></svg>"
|
||
},
|
||
"SEARCH": {
|
||
"defaultProps": {
|
||
"width": 18,
|
||
"height": 18
|
||
},
|
||
"icon": "<svg name='Search' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 18 18'><g fill='none' fill-rule='evenodd' aria-hidden='true'><path fill='%%color' d='M3.60091481,7.20297313 C3.60091481,5.20983419 5.20983419,3.60091481 7.20297313,3.60091481 C9.19611206,3.60091481 10.8050314,5.20983419 10.8050314,7.20297313 C10.8050314,9.19611206 9.19611206,10.8050314 7.20297313,10.8050314 C5.20983419,10.8050314 3.60091481,9.19611206 3.60091481,7.20297313 Z M12.0057176,10.8050314 L11.3733562,10.8050314 L11.1492281,10.5889079 C11.9336764,9.67638651 12.4059463,8.49170955 12.4059463,7.20297313 C12.4059463,4.32933105 10.0766152,2 7.20297313,2 C4.32933105,2 2,4.32933105 2,7.20297313 C2,10.0766152 4.32933105,12.4059463 7.20297313,12.4059463 C8.49170955,12.4059463 9.67638651,11.9336764 10.5889079,11.1492281 L10.8050314,11.3733562 L10.8050314,12.0057176 L14.8073185,16 L16,14.8073185 L12.2102538,11.0099776 L12.0057176,10.8050314 Z'></path></g></svg>"
|
||
},
|
||
"SPEAKER": {
|
||
"icon": "<svg name='Speaker' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' fill-rule='evenodd' clip-rule='evenodd' d='M11.383 3.07904C11.009 2.92504 10.579 3.01004 10.293 3.29604L6 8.00204H3C2.45 8.00204 2 8.45304 2 9.00204V15.002C2 15.552 2.45 16.002 3 16.002H6L10.293 20.71C10.579 20.996 11.009 21.082 11.383 20.927C11.757 20.772 12 20.407 12 20.002V4.00204C12 3.59904 11.757 3.23204 11.383 3.07904ZM14 5.00195V7.00195C16.757 7.00195 19 9.24595 19 12.002C19 14.759 16.757 17.002 14 17.002V19.002C17.86 19.002 21 15.863 21 12.002C21 8.14295 17.86 5.00195 14 5.00195ZM14 9.00195C15.654 9.00195 17 10.349 17 12.002C17 13.657 15.654 15.002 14 15.002V13.002C14.551 13.002 15 12.553 15 12.002C15 11.451 14.551 11.002 14 11.002V9.00195Z'></path></svg>"
|
||
},
|
||
"STREAM": {
|
||
"icon": "<svg name='Stream' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' fill-rule='evenodd' clip-rule='evenodd' d='M20 3V4L23 3V7L20 6V7C20 7.553 19.552 8 19 8H15C14.448 8 14 7.553 14 7V3C14 2.447 14.448 2 15 2H19C19.552 2 20 2.447 20 3ZM18 15V10H19H20V17C20 18.104 19.103 19 18 19H11V21H15V23H5V21H9V19H2C0.897 19 0 18.104 0 17V6C0 4.897 0.897 4 2 4H12V6H2V15H7H10H13H18Z'></path></svg>"
|
||
},
|
||
"TRASH": {
|
||
"icon": "<svg name='Trash' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='none' d='M0 0h24v24H0V0z'></path><path fill='%%color' d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zm2.46-7.12l1.41-1.41L12 12.59l2.12-2.12 1.41 1.41L13.41 14l2.12 2.12-1.41 1.41L12 15.41l-2.12 2.12-1.41-1.41L10.59 14l-2.13-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4z'></path></svg>"
|
||
}
|
||
},
|
||
"CustomClassModules": {
|
||
"BDFDB": {
|
||
"BDFDBundefined": "BDFDB_undefined",
|
||
"avatarDisabled": "disabled-6G33EE",
|
||
"badge": "badge-7R_W3s",
|
||
"badgeAvatar": "avatar-hF52Er",
|
||
"bdRepoEntry": "entry-9JnAPs",
|
||
"bdRepoFooterControls": "controls-p0SrvV",
|
||
"bdRepoHeaderControls": "controls-18FQsW",
|
||
"bdRepoListHeader": "repoHeader-2KfNvH",
|
||
"bdRepoListWrapper": "repoList-9JnAPs",
|
||
"cardHorizontal": "horizontal-0ffRsT",
|
||
"cardInner": "inner-OP_8zd",
|
||
"cardWrapper": "card-rT4Wbb",
|
||
"charCounter": "counter-uAzbKp",
|
||
"changeLogModal": "changeLogModal-ny_dHC",
|
||
"collapseContainer": "container-fAVkOf",
|
||
"collapseContainerCollapsed": "collapsed-2BUBZm",
|
||
"collapseContainerHeader": "header-2s6x-5",
|
||
"collapseContainerInner": "inner-TkGytd",
|
||
"collapseContainerMini": "container-fAVkOf containerMini-_k6Rts",
|
||
"collapseContainerTitle": "title-ROsJi-",
|
||
"colorPicker": "colorPicker-h5sF8g",
|
||
"colorPickerAlpha": "alpha-VcPGeR",
|
||
"colorPickerAlphaCheckered": "alpha-checkered",
|
||
"colorPickerAlphaCursor": "alpha-cursor",
|
||
"colorPickerAlphaHorizontal": "alpha-horizontal",
|
||
"colorPickerGradient": "gradient-TJOYTr",
|
||
"colorPickerGradientCheckered": "gradient-checkered",
|
||
"colorPickerGradientCursor": "gradient-cursor",
|
||
"colorPickerGradientCursorEdge": "gradient-cursor-edge",
|
||
"colorPickerGradientCursorSelected": "gradient-cursor-selected",
|
||
"colorPickerGradientHorizontal": "gradient-horizontal",
|
||
"colorPickerGradientButton": "gradientButton-eBBuwD",
|
||
"colorPickerGradientButtonEnabled": "enabled-MypHME",
|
||
"colorPickerSwatches": "swatches-QxZw_N",
|
||
"colorPickerSwatchesDisabled": "disabled-2JgNxl",
|
||
"colorPickerSwatchSelected": "selected-f5IVXN",
|
||
"colorPickerSwatchSingle": "single-Fbb1wB",
|
||
"colorPickerSwatchSingleWrapper": "swatch-7FsRaa",
|
||
"confirmModal": "confirmModal-t-WDWJ",
|
||
"dev": "dev-A7f2Rx",
|
||
"favButtonContainer": "favbutton-8Fzu45",
|
||
"guild": "guild-r3yAE_",
|
||
"guildLowerLeftBadge": "lowerLeftBadge-zr4T_9",
|
||
"guildsLabel": "label-2wRs_g",
|
||
"guildSummaryClickableIcon": "clickableIcon-7I6aVc",
|
||
"guildSummaryContainer": "container-5VyO4t",
|
||
"guildSummaryEmptyGuild": "emptyGuild-Am9XfC",
|
||
"guildSummaryIcon": "icon-r6DlKo",
|
||
"guildSummaryIconContainer": "iconContainer-IBAtWs",
|
||
"guildSummaryIconContainerMasked": "iconContainerMasked-G-akdf iconContainer-IBAtWs",
|
||
"guildSummaryMoreGuilds": "moreGuilds-c5JVlC",
|
||
"guildSummarySvgIcon": "icon-5TsFrr",
|
||
"guildUpperLeftBadge": "upperLeftBadge-e35IpL",
|
||
"hasBadge": "hasBadge-4rT8_u",
|
||
"hotkeyResetButton": "resetButton-hI9Ax7",
|
||
"hotkeyWrapper": "recorder-can0vx",
|
||
"inputNumberButton": "button-J9muv5",
|
||
"inputNumberButtonDown": "down-cOY7Qp button-J9muv5",
|
||
"inputNumberButtonUp": "up-mUs_72 button-J9muv5",
|
||
"inputNumberButtons": "buttons-our3p-",
|
||
"inputNumberWrapper": "numberInputWrapper-j4svZS",
|
||
"inputNumberWrapperDefault": "numberInputWrapperDefault-gRxcuK numberInputWrapper-j4svZS",
|
||
"inputNumberWrapperMini": "numberInputWrapperMini-wtUU31 numberInputWrapper-j4svZS",
|
||
"listRow": "listRow-7SfZww",
|
||
"loadingIcon": "loadingIcon-cOYMPl",
|
||
"loadingIconWrapper": "loadingIconWrapper-PsVJ9m",
|
||
"overflowEllipsis": "ellipsis-qlo9sA",
|
||
"paginationList": "list-PIKebU",
|
||
"paginationListAlphabet": "alphabet-2ANo0x",
|
||
"paginationListAlphabetChar": "alphabetChar-bq-8Go",
|
||
"paginationListAlphabetCharDisabled": "disabled-XmhCq2",
|
||
"paginationListContent": "listContent-aG3Fq8",
|
||
"paginationListMini": "mini-GMiniS",
|
||
"paginationListPagination": "pagination-ko4zZk",
|
||
"popoutWrapper": "popout-xwjvsX",
|
||
"quickSelectWrapper": "quickSelectWrapper-UCfTKz",
|
||
"listInput": "listInput-11g5Sr",
|
||
"listInputDelete": "delete-M_nPTt",
|
||
"listInputItem": "item-wGC8aX",
|
||
"listInputItems": "items-D9PGwH",
|
||
"menuColorCustom": "colorCustom-44asd2",
|
||
"menuItemHint": "hint-BK71lM",
|
||
"modalHeaderShade": "shade-h6F4sT",
|
||
"modalHeaderHasSibling": "hasSiblings-fRyjyl",
|
||
"modalNoScroller": "noScroller-YgPpF3",
|
||
"modalSidebar": "sidebar-_0OpfR",
|
||
"modalTabContent": "tabContent-nZ-1U5",
|
||
"modalTabContentOpen": "open-yICTYu",
|
||
"modalSubInner": "inner-t84Frz",
|
||
"modalWrapper": "modal-6GHvdM",
|
||
"multiInput": "multiInput-Ft9zQo",
|
||
"multiInputField": "multiInputField-GfMBpr",
|
||
"multiInputFirst": "multiInputFirst-5rMj_O",
|
||
"multiInputLast": "multiInputLast-HWxgTr",
|
||
"multiInputWrapper": "multiInputWrapper-g6Srtv",
|
||
"noticeWrapper": "noticeWrapper-8z511t",
|
||
"searchBarWrapper": "searchBarWrapper-1GpKvB",
|
||
"selectWrapper": "selectWrapper-yPjeij",
|
||
"settingsGuild": "guild-J3Egt5",
|
||
"settingsGuildDisabled": "disabled-b2o83O",
|
||
"settingsPanel": "settingsPanel-w2ySNR",
|
||
"settingsPanelList": "settingsList-eZjkXj",
|
||
"settingsRow": "settingsRow-o9Ft44",
|
||
"settingsTableCard": "settingsTableCard-628t52",
|
||
"settingsTableCardConfigs": "settingsTableCardConfigs-w5X9-Z",
|
||
"settingsTableCardLabel": "settingsTableCardLabel-MElgIg",
|
||
"settingsTableHeaderOptions": "headerOptions-8F_5Ss",
|
||
"settingsTableHeaders": "settingsTableHeaders-WKzw9_",
|
||
"settingsTableHeaderVertical": "headerVertical-4MNxqk",
|
||
"settingsTableList": "settingsTableList-f6sW2y",
|
||
"sidebar": "sidebar-frSZx3",
|
||
"sidebarContent": "content-1SbgDG",
|
||
"sidebarList": "list-VCoBc2",
|
||
"sliderBubble": "bubble-3we2di",
|
||
"switchMini": "mini-6F2SSa",
|
||
"supporter": "supporter-Z3FfwL",
|
||
"supporterCustom": "customSupporter-thxL4U",
|
||
"svgIcon": "icon-GhnIRB",
|
||
"svgIconWrapper": "iconWrapper-g20jFn",
|
||
"tabBarContainerBottom": "bottom-b8sdfs",
|
||
"table": "table-moqjM0",
|
||
"tableBodyCell": "bodyCell-dQam9V",
|
||
"tableHeaderCell": "headerCell-T6Fo3K",
|
||
"textScroller": "textScroller-dc9_kz",
|
||
"themedPopout": "themedPopout-1TrfdI",
|
||
"tooltipCustom": "tooltipCustom-hH39_Z",
|
||
"tooltipRowExtra": "extraRow-6F2Dss",
|
||
"userInfoDate": "date-YN6TCS"
|
||
},
|
||
"BDrepo": {
|
||
"bdAddonCard": "bd-addon-card",
|
||
"bdAddonModal": "bd-addon-modal",
|
||
"bdAddonModalFooter": "bd-addon-modal-footer",
|
||
"bdAddonModalHeader": "bd-addon-modal-header",
|
||
"bdAddonModalSettings": "bd-addon-modal-settings",
|
||
"bdButton": "bd-button",
|
||
"bdButtonDanger": "bd-button-danger",
|
||
"bdControls": "bd-controls",
|
||
"bdControlsButton": "bd-addon-button",
|
||
"bdaAuthor": "bd-author author bda-author",
|
||
"bdaDescription": "bd-scroller bd-description bd-addon-description bda-description scroller",
|
||
"bdaDescriptionWrap": "bd-scroller-wrap bd-description-wrap bda-description-wrap scroller-wrap fade",
|
||
"bdaFooter": "bd-footer bd-card-footer bda-footer",
|
||
"bdaHeader": "bd-addon-header bda-header",
|
||
"bdaHeaderTitle": "bd-title bd-card-title bda-header-title",
|
||
"bdaLink": "bd-link bda-link",
|
||
"bdaLinks": "bd-links bd-addon-links bda-links",
|
||
"bdaName": "bd-name name bda-name",
|
||
"bdaSettingsButton": "bd-button bda-settings-button",
|
||
"bdaSlist": "bda-slist bd-addon-list",
|
||
"bdaVersion": "bd-version version bda-version",
|
||
"bdGuild": "bd-guild",
|
||
"bdGuildAnimatable": "bd-animatable",
|
||
"bdGuildAudio": "bd-audio",
|
||
"bdGuildSelected": "bd-selected",
|
||
"bdGuildSeparator": "bd-guild-separator",
|
||
"bdGuildUnread": "bd-unread",
|
||
"bdGuildVideo": "bd-video",
|
||
"bdIcon": "bd-icon",
|
||
"bdMeta": "bd-meta",
|
||
"bdPillSelected": "bd-selected",
|
||
"bdPillUnread": "bd-unread",
|
||
"bdPfbtn": "bd-pfbtn",
|
||
"bdSwitch": "bd-switch",
|
||
"bdSwitchChecked": "bd-switch-checked",
|
||
"bdSwitchInner": "bd-checkbox",
|
||
"bdUpdatebtn": "bd-updatebtn",
|
||
"settings": "plugin-settings",
|
||
"settingsOpen": "settings-open",
|
||
"settingsClosed": "settings-closed",
|
||
"switch": "ui-switch",
|
||
"switchCheckbox": "ui-switch-checkbox",
|
||
"switchChecked": "checked",
|
||
"switchItem": "ui-switch-item",
|
||
"switchWrapper": "ui-switch-wrapper"
|
||
},
|
||
"BadgesEverywhere": {
|
||
"badge": "badge-7CsdQq",
|
||
"badges": "badges-XRnWAp",
|
||
"badgesChat": "badgesChat-f_cbR8",
|
||
"badgesInner": "inner-dA0J42",
|
||
"badgesList": "badgesList-Aw_p52",
|
||
"badgesPopout": "badgesPopout-srZ8EX",
|
||
"badgesSettings": "badgesSettings-ychoGn",
|
||
"indicator": "indicator-cY1-b4",
|
||
"indicatorInner": "indicatorInner-08W8Jl",
|
||
"mini": "mini-g-JPgX",
|
||
"size17": "size17-2GsONg",
|
||
"size21": "size21-Y634b3",
|
||
"size22": "size22-AJj9xV",
|
||
"size24": "size24-NlR6be"
|
||
},
|
||
"BetterFriendList": {
|
||
"mutualGuilds": "mutualGuilds-s7F2aa",
|
||
"nameCell": "nameCell-7F4sRs",
|
||
"title": "title-3aDrFs"
|
||
},
|
||
"BetterNsfwTag": {
|
||
"nsfwTag": "nsfwTag-666omg"
|
||
},
|
||
"ChatFilter": {
|
||
"blocked": "blocked-jUhayi",
|
||
"blockedStamp": "blockedStamp-ijVeNn",
|
||
"censored": "censored-UYfeYg",
|
||
"censoredStamp": "censoredStamp-fb2cYb"
|
||
},
|
||
"CharCounter": {
|
||
"charCounter": "charCounter-7fw40k",
|
||
"chatCounter": "chatCounter-XOMPsh",
|
||
"counterAdded": "charCounterAdded-zz9O4t",
|
||
"customStatusCounter": "customStatusCounter-G8FrsT",
|
||
"editCounter": "editCounter-pNT1Xe",
|
||
"nickCounter": "nickCounter-tJrO_4",
|
||
"popoutNoteCounter": "popoutNoteCounter-62U4Rh",
|
||
"profileNoteCounter": "profileNoteCounter-p0fWA_",
|
||
"uploadCounter": "uploadCounter-iEGQQk"
|
||
},
|
||
"CreationDate": {
|
||
"date": "creationDate-CJwdKT"
|
||
},
|
||
"DisplayLargeMessages": {
|
||
"injectButton": "injectButton-8eKqGu"
|
||
},
|
||
"DisplayServersAsChannels": {
|
||
"badge": "badge-fxFrUP",
|
||
"name": "name-z5133D",
|
||
"styled": "styledGuildsAsChannels-DNHtg_"
|
||
},
|
||
"EmojiStatistics": {
|
||
"statisticsButton": "statisticsButton-nW2KoM",
|
||
"amountCell": "amountCell-g_W6Rx",
|
||
"iconCell": "iconCell--wniOu",
|
||
"nameCell": "nameCell-xyXENZ"
|
||
},
|
||
"FriendNotifications": {
|
||
"logAvatar": "avatar-GgGssS",
|
||
"logContent": "content-_3_FFs",
|
||
"logTime": "time-00Fs44",
|
||
"friendsOnline": "friendsOnline-2JkivW",
|
||
"typeLabel": "label-9FgsSa"
|
||
},
|
||
"GoogleTranslateOption": {
|
||
"reverseButton": "reverseButton-5S47qV",
|
||
"translateButton": "translateButton-DhP9x8",
|
||
"translated": "translated-5YO8i3",
|
||
"translating": "translating-Yi-YxC"
|
||
},
|
||
"ImageUtilities": {
|
||
"details": "details-9dkFPc",
|
||
"detailsAdded": "detailsAdded-fHiJlm",
|
||
"detailsLabel": "label-mrlccN",
|
||
"detailsWrapper": "detailsWrapper-TE1mu5",
|
||
"gallery": "gallery-JViwKR",
|
||
"imageDetails": "imageDetails-1t6Zms",
|
||
"lense": "zoomLense-uOK8xV",
|
||
"lenseBackdrop": "lenseBackdrop-yEm7Om",
|
||
"next": "next-SHEZrz",
|
||
"operations": "operations-3V47CY",
|
||
"previous": "previous-xsNq6B",
|
||
"sibling": "sibling-6vI7Pu",
|
||
"switchIcon": "switchIcon-QY6cR4"
|
||
},
|
||
"JoinedAtDate": {
|
||
"date": "joinedAtDate-IawR02"
|
||
},
|
||
"LastMessageDate": {
|
||
"date": "lastMessageDate-ocEw13"
|
||
},
|
||
"OldTitleBar": {
|
||
"oldTitleBarEnabled": "oldTitleBarEnabled-D8ppJQ",
|
||
"settingsToolbar": "settingsToolbar-wu4yfQ",
|
||
"toolbar": "toolbar-hRzFw-"
|
||
},
|
||
"OwnerTag": {
|
||
"adminIcon": "admin-Kv1Hp_",
|
||
"managementIcon": "management-3fF_o8",
|
||
"ownerIcon": "owner-FfFh3B-"
|
||
},
|
||
"PinDMs": {
|
||
"dragPreview": "dragPreview-nXiByA",
|
||
"dmChannelPinned": "pinned-0lM4wD",
|
||
"dmChannelPlaceholder": "placeholder-7bhR5s",
|
||
"pinnedChannelsHeaderAmount": "headerAmount-_-7GrS",
|
||
"pinnedChannelsHeaderArrow": "pinnedChannelsHeaderArrow-44rrTz",
|
||
"pinnedChannelsHeaderCollapsed": "collapsed-3w_-ff",
|
||
"pinnedChannelsHeaderColored": "colored-oIzG5s",
|
||
"pinnedChannelsHeaderContainer": "pinnedChannelsHeaderContainer-89Gjv4",
|
||
"recentPinned": "pinned-jHvFrr",
|
||
"recentPlaceholder": "placeholder-Uff-gH",
|
||
"unpinButton": "unpinButton-z3-UVO",
|
||
"unpinIcon": "unpinIcon-79ZnEr"
|
||
},
|
||
"ReadAllNotificationsButton": {
|
||
"button": "button-Jt-tIg",
|
||
"frame": "frame-oXWS21",
|
||
"innerFrame": "innerFrame-8Hg64E"
|
||
},
|
||
"ServerCounter": {
|
||
"serverCount": "serverCount-FsTTs1"
|
||
},
|
||
"ServerDetails": {
|
||
"details": "details-08FrsT",
|
||
"icon": "icon-hSL42R",
|
||
"tooltip": "detailsTooltip-G9hSSa"
|
||
},
|
||
"ServerFolders": {
|
||
"dragPreview": "dragPreview-nXiByA",
|
||
"guildPlaceholder": "placeholder-7bhR5s",
|
||
"folderContent": "content-Pph8t6",
|
||
"folderContentClosed": "closed-j55_T-",
|
||
"folderContentIsOpen": "folderContentIsOpen-zz6FgW",
|
||
"iconSwatch": "iconSwatch-_78Ghj",
|
||
"iconSwatchInner": "iconInner-aOY-qk",
|
||
"iconSwatchPreview": "preview-Bbg_24",
|
||
"iconSwatchSelected": "selected-P5oePO"
|
||
},
|
||
"SpellCheck": {
|
||
"error": "error-k9z2IV",
|
||
"overlay": "spellCheckOverlay-cNSap5"
|
||
},
|
||
"ShowHiddenChannels": {
|
||
"accessModal": "accessModal-w5HjsV"
|
||
},
|
||
"SpotifyControls": {
|
||
"bar": "bar-g2ZMIm",
|
||
"barGabber": "grabber-7sd5f5",
|
||
"barFill": "barFill-Dhkah7",
|
||
"barText": "barText-lmqc5O",
|
||
"buttonActive": "active-6TsW-_",
|
||
"container": "container-6sXIoE",
|
||
"containerInner": "inner-WRV6k5",
|
||
"containerMaximized": "maximized-vv2Wr0",
|
||
"containerWithTimeline": "withTimeline-824fT_",
|
||
"cover": "cover-SwJ-ck",
|
||
"coverMaximizer": "maximizer-RVu85p",
|
||
"coverWrapper": "coverWrapper-YAplwJ",
|
||
"details": "details-ntX2k5",
|
||
"interpret": "interpret-F93iqP",
|
||
"settingsIcon": "icon-F4SSra",
|
||
"settingsLabel": "label-3f00Sr",
|
||
"song": "song-tIdBpF",
|
||
"timeline": "timeline-UWmgAx",
|
||
"volumeSlider": "volumeSlider-sR5g00"
|
||
},
|
||
"TimedLightDarkMode": {
|
||
"dateGrabber": "dateGrabber-QrRkIX",
|
||
"timerGrabber": "timerGrabber-zpRAIk",
|
||
"timerSettings": "timerSettings-wkvEfF"
|
||
},
|
||
"TopRolesEverywhere": {
|
||
"badgeStyle": "badgeStyle-tFiEQ8",
|
||
"chatTag": "chatTag-Y-5TDc",
|
||
"memberTag": "memberTag-QVWzGc",
|
||
"roleStyle": "roleStyle-jQ7KI2",
|
||
"tag": "tag-wWVHyf"
|
||
},
|
||
"NotFound": {
|
||
"_": "",
|
||
"badgeWrapper": "wrapper-232cHJ",
|
||
"channelPanelTitle": "title-eS5yk3",
|
||
"emoji": "emoji",
|
||
"highlight": "highlight",
|
||
"hoverCardButton": "button-2CgfFz",
|
||
"loginScreen": "wrapper-3Q5DdO",
|
||
"mention": "mention",
|
||
"mentionInteractive": "interactive",
|
||
"mentionWrapper": "wrapper-3WhCwL",
|
||
"messagesLoadingWrapper": "wrapper-3vR61M",
|
||
"messagesWelcomeChannelButtonContainer": "buttonContainer-2GVjL_",
|
||
"nameContainerNameContainer": "container-2ax-kl",
|
||
"hueCursor": "hue-cursor",
|
||
"hueHorizontal": "hue-horizontal",
|
||
"hueVertical": "hue-vertical",
|
||
"saturationBlack": "saturation-black",
|
||
"saturationColor": "saturation-color",
|
||
"saturationCursor": "saturation-cursor",
|
||
"saturationWhite": "saturation-white",
|
||
"splashBackground": "splashBackground-1FRCko",
|
||
"stopAnimations": "stop-animations",
|
||
"subtext": "subtext-3CDbHg",
|
||
"themeDark": "theme-dark",
|
||
"themeLight": "theme-light",
|
||
"themeUndefined": "theme-undefined",
|
||
"voiceDraggable": "draggable-1KoBzC"
|
||
},
|
||
"ColorPicker": {
|
||
"colorPickerCustom": "colorPickerCustom-2CWBn2",
|
||
"colorPickerDropper": "colorPickerDropper-3c2mIf",
|
||
"colorPickerDropperFg": "colorPickerDropperFg-3jYKWI",
|
||
"colorPickerRow": "colorPickerRow-1LgLnl",
|
||
"colorPickerSwatch": "colorPickerSwatch-5GX3Ve",
|
||
"custom": "custom-2SJn4n",
|
||
"customColorPickerInput": "customColorPickerInput-14pB0r",
|
||
"default": "default-cS_caM",
|
||
"disabled": "disabled-1C4eHl",
|
||
"input": "input-GfazGc",
|
||
"noColor": "noColor-1pdBDm"
|
||
},
|
||
"ColorPickerInner": {
|
||
"hue": "hue-13HAGb",
|
||
"saturation": "saturation-1FDvtn",
|
||
"wrapper": "wrapper-2AQieU"
|
||
}
|
||
},
|
||
"DiscordClassModules": {
|
||
"AccountDetails": {"props": ["usernameContainer", "container"]},
|
||
"AccountDetailsButtons": {"props": ["button", "enabled", "disabled"]},
|
||
"Anchor": {"props": ["anchor", "anchorUnderlineOnHover"]},
|
||
"AnimationContainer": {"props": ["animatorLeft", "didRender"]},
|
||
"AppBase": {"props": ["container", "base"]},
|
||
"AppInner": {"props": ["app", "layers"]},
|
||
"AppMount": {"props": ["appMount"]},
|
||
"ApplicationStore": {"props": ["applicationStore", "navigation"]},
|
||
"AppOuter": {"props": ["app"], "length": 1},
|
||
"AuditLog": {"props": ["auditLog"]},
|
||
"AuthBox": {"props": ["authBox"]},
|
||
"Autocomplete": {"props": ["autocomplete", "autocompleteRow"]},
|
||
"Avatar": {"props": ["avatar", "mask", "wrapper"]},
|
||
"AvatarIcon": {"props": ["iconActiveLarge", "iconActiveMedium"]},
|
||
"Backdrop": {"props": ["backdrop", "backdropWithLayer"]},
|
||
"Badge": {"props": ["numberBadge", "textBadge", "iconBadge"]},
|
||
"BotTag": {"props": ["botTag", "botTagInvert"]},
|
||
"Button": {"props": ["colorBlack", "button"]},
|
||
"CallCurrent": {"props": ["wrapper", "fullScreen"]},
|
||
"CallDetails": {"props": ["container", "hotspot"]},
|
||
"CallIncoming": {"props": ["wrapper", "mainChannelInfo"]},
|
||
"Card": {"props": ["card", "cardBrand"]},
|
||
"CardStatus": {"props": ["reset", "error", "card"]},
|
||
"Category": {"props": ["wrapper", "children", "muted"]},
|
||
"CategoryArrow": {"props": ["arrow", "open"]},
|
||
"CategoryContainer": {"props": ["addButtonIcon", "containerDefault"]},
|
||
"ChangeLog": {"props": ["added", "fixed", "improved", "progress"]},
|
||
"Channel": {"props": ["wrapper", "content", "modeSelected"]},
|
||
"ChannelContainer": {"props": ["actionIcon", "containerDefault"]},
|
||
"ChannelLimit": {"props": ["users", "total", "wrapper"]},
|
||
"ChannelTextArea": {"props": ["textArea", "buttons"]},
|
||
"ChannelTextAreaAttachButton": {"props": ["attachButton", "attachWrapper"]},
|
||
"ChannelTextAreaButton": {"props": ["buttonWrapper", "active"]},
|
||
"ChannelTextAreaCharCounter": {"props": ["characterCount", "error"]},
|
||
"ChannelTextAreaSlate": {"props": ["slateContainer", "placeholder"]},
|
||
"ChatWindow": {"props": ["chat", "channelTextArea"]},
|
||
"Checkbox": {"props": ["checkboxWrapper", "round"]},
|
||
"CtaVerification": {"props": ["attendeeCTA", "verificationNotice"]},
|
||
"Cursor": {"props": ["cursorDefault", "userSelectNone"]},
|
||
"CustomStatusIcon": {"props": ["textRuler", "emoji", "icon"]},
|
||
"DmAddPopout": {"props": ["popout", "searchBarComponent"]},
|
||
"DmAddPopoutItems": {"props": ["friendSelected", "friendWrapper"]},
|
||
"DownloadLink": {"props": ["downloadLink"]},
|
||
"Embed": {"props": ["embed", "embedAuthorIcon"]},
|
||
"EmbedActions": {"props": ["iconPlay", "iconWrapperActive"]},
|
||
"Emoji": {"props": ["emoji"], "length": 1},
|
||
"EmojiButton": {"props": ["emojiButton", "sprite"]},
|
||
"EmojiInput": {"props": ["inputContainer", "emojiButton"]},
|
||
"EmojiPicker": {"props": ["emojiPicker", "inspector"]},
|
||
"EmojiPickerDiversitySelector": {"props": ["diversityEmojiItemImage", "diversitySelectorPopout"]},
|
||
"EmojiPickerItem": {"props": ["emojiSpriteImage"]},
|
||
"EmojiPickerInspector": {"props": ["inspector", "graphicPrimary"]},
|
||
"EmojiPickerInspectorEmoji": {"props": ["emoji", "glyphEmoji"]},
|
||
"ErrorScreen": {"props": ["wrapper", "flexWrapper", "note"]},
|
||
"ExpressionPicker": {"props": ["contentWrapper", "navButton", "navList"]},
|
||
"File": {"props": ["downloadButton", "fileNameLink"]},
|
||
"Flex": {"props": ["alignBaseline", "alignCenter"]},
|
||
"FlexChild": {"props": ["flexChild", "flex"]},
|
||
"FlowerStar": {"props": ["flowerStarContainer", "flowerStar"]},
|
||
"FormText": {"props": ["description", "modeDefault"]},
|
||
"Game": {"props": ["game", "gameName"]},
|
||
"GameIcon": {"props": ["gameIcon", "small", "xsmall"]},
|
||
"GameLibraryTable": {"props": ["stickyHeader", "emptyStateText"]},
|
||
"GifFavoriteButton": {"props": ["gifFavoriteButton", "showPulse"]},
|
||
"GoLiveDetails": {"props": ["panel", "gameWrapper"]},
|
||
"Guild": {"props": ["wrapper", "lowerBadge", "svg"]},
|
||
"GuildChannels": {"props": ["positionedContainer", "unreadBar"]},
|
||
"GuildChannelsWrapper": {"props": ["subscribeTooltipWrapper", "container"]},
|
||
"GuildDiscovery": {"props": ["pageWrapper", "guildList"]},
|
||
"GuildDm": {"props": ["pill"], "length": 1},
|
||
"GuildEdges": {"props": ["wrapper", "edge", "autoPointerEvents"]},
|
||
"GuildFolder": {"props": ["folder", "expandedFolderIconWrapper"]},
|
||
"GuildHeader": {"props": ["header", "name", "bannerImage"]},
|
||
"GuildHeaderButton": {"props": ["button", "open"]},
|
||
"GuildIcon": {"props": ["acronym", "selected", "wrapper"]},
|
||
"GuildInvite": {"props": ["wrapper", "guildIconJoined"]},
|
||
"GuildSettingsBanned": {"props": ["bannedUser", "bannedUserAvatar"]},
|
||
"GuildSettingsEmoji": {"props": ["emojiRow", "emojiAliasPlaceholder"]},
|
||
"GuildSettingsInvite": {"props": ["countdownColumn", "inviteSettingsInviteRow"]},
|
||
"GuildSettingsMember": {"props": ["member", "membersFilterPopout"]},
|
||
"GuildSettingsRoles": {"props": ["buttonWrapper", "addRoleIcon"]},
|
||
"GuildServer": {"props": ["blobContainer", "pill"]},
|
||
"GuildsItems": {"props": ["guildSeparator", "guildsError"]},
|
||
"GuildsWrapper": {"props": ["scroller", "unreadMentionsBar", "wrapper"]},
|
||
"HeaderBar": {"props": ["container", "children", "toolbar"]},
|
||
"HeaderBarExtras": {"props": ["headerBarLoggedOut", "search"]},
|
||
"HeaderBarSearch": {"props": ["search", "searchBar", "open"]},
|
||
"HeaderBarTopic": {"props": ["topic", "expandable", "content"]},
|
||
"HomeIcon": {"props": ["homeIcon"]},
|
||
"HotKeyRecorder": {"props": ["editIcon", "recording"]},
|
||
"HoverCard": {"props": ["card", "active"]},
|
||
"IconDirection": {"props": ["directionDown", "directionUp"]},
|
||
"ImageModal": {"props": ["image", "modal"], "length": 4, "smaller": true},
|
||
"ImageWrapper": {"props": ["clickable", "imageWrapperBackground"]},
|
||
"Input": {"props": ["inputMini", "inputDefault"]},
|
||
"InviteModal": {"props": ["inviteRow", "modal"]},
|
||
"Item": {"props": ["item", "side", "header"]},
|
||
"ItemRole": {"props": ["role", "dragged"]},
|
||
"ItemLayerContainer": {"props": ["layer", "layerContainer"]},
|
||
"LayerModal": {"props": ["root", "small", "medium"]},
|
||
"Layers": {"props": ["layer", "layers"]},
|
||
"LiveTag": {"props": ["liveLarge", "live"]},
|
||
"LoadingScreen": {"props": ["container", "problemsText", "problems"]},
|
||
"Margins": {"props": ["marginBottom4", "marginCenterHorz"]},
|
||
"Menu": {"props": ["menu", "styleFlexible", "item"]},
|
||
"MenuCaret": {"props": ["arrow", "open"]},
|
||
"MenuReactButton": {"props": ["wrapper", "icon", "focused"]},
|
||
"MenuSlider": {"props": ["slider", "sliderContainer"]},
|
||
"Member": {"props": ["member", "ownerIcon"]},
|
||
"MembersWrapper": {"props": ["membersWrap", "membersGroup"]},
|
||
"Message": {"props": ["message", "mentioned"]},
|
||
"MessageAccessory": {"props": ["embedWrapper", "gifFavoriteButton"]},
|
||
"MessageBlocked": {"props": ["blockedMessageText", "expanded"]},
|
||
"MessageBody": {"props": ["markupRtl", "edited"]},
|
||
"MessageDivider": {"props": ["isUnread", "divider"]},
|
||
"MessageElements": {"props": ["messageGroupBlockedBtn", "dividerRed"]},
|
||
"MessageFile": {"props": ["cancelButton", "filenameLinkWrapper"]},
|
||
"MessageLocalBot": {"props": ["ephemeralMessage", "icon"]},
|
||
"MessageMarkup": {"props": ["markup"]},
|
||
"MessageOperations": {"props": ["operations"], "length": 1},
|
||
"MessageReactions": {"props": ["reactions", "reactionMe"]},
|
||
"MessageReactionsModal": {"props": ["reactor", "reactionSelected"]},
|
||
"MessageReply": {"props": ["container", "text", "closeButton"]},
|
||
"MessageSystem": {"props": ["container", "actionAnchor"]},
|
||
"MessageToolbar": {"props": ["container", "icon", "isHeader"]},
|
||
"MessageToolbarItems": {"props": ["wrapper", "button", "separator"]},
|
||
"MessagesPopout": {"props": ["messagesPopoutWrap", "jumpButton"]},
|
||
"MessagesPopoutButtons": {"props": ["secondary", "tertiary", "button"]},
|
||
"MessagesPopoutTabBar": {"props": ["header", "tabBar", "active"]},
|
||
"MessagesLoading": {"props": ["attachment", "blob", "cozy"]},
|
||
"MessagesWelcomeChannel": {"props": ["emptyChannelIcon", "description", "header"]},
|
||
"MessagesWelcomeChannelButton": {"props": ["button", "buttonIcon"], "length": 2},
|
||
"MessagesWelcomeGuild": {"props": ["inner", "titleName", "emptyMessage"]},
|
||
"MessagesWrap": {"props": ["messagesWrapper", "messageGroupBlocked"]},
|
||
"Modal": {"props": ["modal", "sizeLarge"]},
|
||
"ModalDivider": {"props": ["divider"], "length": 1},
|
||
"ModalItems": {"props": ["guildName", "checkboxContainer"]},
|
||
"ModalMiniContent": {"props": ["modal", "content"], "length": 2},
|
||
"ModalWrap": {"props": ["modal", "inner"], "length": 2},
|
||
"NameContainer": {"props": ["nameAndDecorators", "name"]},
|
||
"NameTag": {"props": ["bot", "nameTag"]},
|
||
"NitroStore": {"props": ["applicationStore", "marketingHeader"]},
|
||
"NoteTextarea": {"props": ["textarea"], "length": 1},
|
||
"Notice": {"props": ["notice", "platformIcon"]},
|
||
"NoticePlatform": {"props": ["iconAndroid", "textLink"]},
|
||
"PeopleItem": {"props": ["peopleListItem", "active"]},
|
||
"PeopleItemInfo": {"props": ["listItemContents", "actions"], "length": 2},
|
||
"Peoples": {"props": ["peopleColumn", "tabBar"]},
|
||
"PictureInPicture": {"props": ["pictureInPicture", "pictureInPictureWindow"]},
|
||
"PillWrapper": {"props": ["item", "wrapper"], "length": 2},
|
||
"PrivateChannel": {"props": ["channel", "closeButton"]},
|
||
"PrivateChannelList": {"props": ["privateChannels", "searchBar"]},
|
||
"PrivateChannelListScroller": {"props": ["scroller", "empty"]},
|
||
"Popout": {"props": ["popout", "arrowAlignmentTop"]},
|
||
"PopoutActivity": {"props": ["ellipsis", "activityActivityFeed"]},
|
||
"QuickMessage": {"props": ["input"], "length": 1},
|
||
"QuickSelect": {"props": ["quickSelectArrow", "selected"]},
|
||
"QuickSwitch": {"props": ["resultFocused", "guildIconContainer"]},
|
||
"QuickSwitchWrap": {"props": ["container", "miscContainer"]},
|
||
"RadioGroup": {"props": ["radioBar", "item"]},
|
||
"Reactions": {"props": ["reactionBtn", "reaction"]},
|
||
"RecentMentions": {"props": ["recentMentionsPopout"]},
|
||
"RecentMentionsHeader": {"props": ["channelName", "channelHeader", "dmIcon"]},
|
||
"Role": {"props": ["roleCircle", "roleName", "roleRemoveIcon"]},
|
||
"Scrollbar": {"props": ["scrollbar", "scrollbarGhost"]},
|
||
"Scroller": {"props": ["scrollerBase", "none", "fade"]},
|
||
"SearchBar": {"props": ["clear", "container", "pointer"]},
|
||
"SearchPopout": {"props": ["datePicker", "searchResultChannelIconBackground"]},
|
||
"SearchPopoutWrap": {"props": ["container", "queryContainer"]},
|
||
"SearchResults": {"props": ["noResults", "searchResultsWrap"]},
|
||
"SearchResultsElements": {"props": ["resultsBlocked", "channelSeparator"]},
|
||
"SearchResultsPagination": {"props": ["paginationButton", "pagination"]},
|
||
"SearchResultsMessage": {"props": ["after", "messageGroupCozy"]},
|
||
"Select": {"props": ["select", "error", "errorMessage"]},
|
||
"SettingsCloseButton": {"props": ["closeButton", "keybind"]},
|
||
"SettingsItems": {"props": ["labelRow", "note"]},
|
||
"SettingsTable": {"props": ["headerOption", "headerName"]},
|
||
"SettingsWindow": {"props": ["contentRegion", "standardSidebarView"]},
|
||
"SettingsWindowScroller": {"props": ["sidebarScrollable", "content", "scroller"]},
|
||
"Slider": {"props": ["slider", "grabber"]},
|
||
"Spoiler": {"props": ["spoilerContainer", "hidden"]},
|
||
"SpoilerEmbed": {"props": ["hiddenSpoilers", "spoiler"]},
|
||
"Switch": {"props": ["container", "slider", "input"]},
|
||
"Table": {"props": ["stickyHeader", "sortIcon"]},
|
||
"Text": {"props": ["defaultColor", "defaultMarginh1"]},
|
||
"TextColor": {"props": ["colorStandard", "colorMuted", "colorError"]},
|
||
"TextColor2": {"props": ["muted", "wrapper", "base"]},
|
||
"TextSize": {"props": ["size10", "size14", "size20"]},
|
||
"TextStyle": {"props": ["strikethrough", "underline", "bold"]},
|
||
"Tip": {"props": ["pro", "inline"]},
|
||
"TitleBar": {"props": ["titleBar", "wordmark"]},
|
||
"Tooltip": {"props": ["tooltip", "tooltipTop"]},
|
||
"TooltipGuild": {"props": ["rowIcon", "rowGuildName"]},
|
||
"Typing": {"props": ["cooldownWrapper", "typing"]},
|
||
"UnreadBar": {"props": ["active", "bar", "unread"]},
|
||
"UploadModal": {"props": ["uploadModal", "bgScale"]},
|
||
"UserBadges": {"props": ["profileBadgeStaff", "profileBadgePremium"]},
|
||
"UserInfo": {"props": ["userInfo", "discordTag"]},
|
||
"UserPopout": {"props": ["userPopout", "headerPlaying"]},
|
||
"UserProfile": {"props": ["topSectionNormal", "tabBarContainer"]},
|
||
"UserSettingsAppearancePreview": {"props": ["preview", "firstMessage"]},
|
||
"UserSummaryItem": {"props": ["avatarContainerMasked", "container"]},
|
||
"Video": {"props": ["video", "fullScreen"]},
|
||
"VoiceChannel": {"props": ["avatarSpeaking", "voiceUser"]},
|
||
"VoiceChannelLimit": {"props": ["total", "users", "wrapper"]},
|
||
"VoiceChannelList": {"props": ["list", "collapsed"]},
|
||
"VoiceDetails": {"props": ["container", "customStatusContainer"]},
|
||
"VoiceDetailsPing": {"props": ["rtcConnectionQualityBad", "rtcConnectionQualityFine"]},
|
||
"WebhookCard": {"props": ["pulseBorder", "copyButton"]}
|
||
},
|
||
"DiscordClasses": {
|
||
"_bdguild": ["BDrepo", "bdGuild"],
|
||
"_bdguildanimatable": ["BDrepo", "bdGuildAnimatable"],
|
||
"_bdguildaudio": ["BDrepo", "bdGuildAudio"],
|
||
"_bdguildselected": ["BDrepo", "bdGuildSelected"],
|
||
"_bdguildseparator": ["BDrepo", "bdGuildSeparator"],
|
||
"_bdguildunread": ["BDrepo", "bdGuildUnread"],
|
||
"_bdguildvideo": ["BDrepo", "bdGuildVideo"],
|
||
"_bdpillselected": ["BDrepo", "bdPillSelected"],
|
||
"_bdpillunread": ["BDrepo", "bdPillUnread"],
|
||
"_badgeseverywherebadge": ["BadgesEverywhere", "badge"],
|
||
"_badgeseverywherebadges": ["BadgesEverywhere", "badges"],
|
||
"_badgeseverywherebadgeschat": ["BadgesEverywhere", "badgesChat"],
|
||
"_badgeseverywherebadgesinner": ["BadgesEverywhere", "badgesInner"],
|
||
"_badgeseverywherebadgeslist": ["BadgesEverywhere", "badgesList"],
|
||
"_badgeseverywherebadgespopout": ["BadgesEverywhere", "badgesPopout"],
|
||
"_badgeseverywherebadgessettings": ["BadgesEverywhere", "badgesSettings"],
|
||
"_badgeseverywhereindicator": ["BadgesEverywhere", "indicator"],
|
||
"_badgeseverywhereindicatorinner": ["BadgesEverywhere", "indicatorInner"],
|
||
"_badgeseverywheremini": ["BadgesEverywhere", "mini"],
|
||
"_badgeseverywheresize17": ["BadgesEverywhere", "size17"],
|
||
"_badgeseverywheresize21": ["BadgesEverywhere", "size21"],
|
||
"_badgeseverywheresize22": ["BadgesEverywhere", "size22"],
|
||
"_badgeseverywheresize24": ["BadgesEverywhere", "size24"],
|
||
"_betterfriendlistmutualguilds": ["BetterFriendList", "mutualGuilds"],
|
||
"_betterfriendlistnamecell": ["BetterFriendList", "nameCell"],
|
||
"_betterfriendlisttitle": ["BetterFriendList", "title"],
|
||
"_betternsfwtagtag": ["BetterNsfwTag", "nsfwTag"],
|
||
"_chatfilterblocked": ["ChatFilter", "blocked"],
|
||
"_chatfilterblockedstamp": ["ChatFilter", "blockedStamp"],
|
||
"_chatfiltercensored": ["ChatFilter", "censored"],
|
||
"_chatfiltercensoredstamp": ["ChatFilter", "censoredStamp"],
|
||
"_charcountercounter": ["CharCounter", "charCounter"],
|
||
"_charcounterchatcounter": ["CharCounter", "chatCounter"],
|
||
"_charcountercounteradded": ["CharCounter", "counterAdded"],
|
||
"_charcountercustomstatuscounter": ["CharCounter", "customStatusCounter"],
|
||
"_charcountereditcounter": ["CharCounter", "editCounter"],
|
||
"_charcounternickcounter": ["CharCounter", "nickCounter"],
|
||
"_charcounterpopoutnotecounter": ["CharCounter", "popoutNoteCounter"],
|
||
"_charcounterprofilenotecounter": ["CharCounter", "profileNoteCounter"],
|
||
"_charcounteruploadcounter": ["CharCounter", "uploadCounter"],
|
||
"_creationdatedate": ["CreationDate", "date"],
|
||
"_displaylargemessagesinjectbutton": ["DisplayLargeMessages", "injectButton"],
|
||
"_displayserversaschannelsbadge": ["DisplayServersAsChannels", "badge"],
|
||
"_displayserversaschannelsname": ["DisplayServersAsChannels", "name"],
|
||
"_displayserversaschannelsstyled": ["DisplayServersAsChannels", "styled"],
|
||
"_emojistatisticsstatisticsbutton": ["EmojiStatistics", "statisticsButton"],
|
||
"_emojistatisticsamountcell": ["EmojiStatistics", "amountCell"],
|
||
"_emojistatisticsiconcell": ["EmojiStatistics", "iconCell"],
|
||
"_emojistatisticsnamecell": ["EmojiStatistics", "nameCell"],
|
||
"_friendnotificationslogavatar": ["FriendNotifications", "logAvatar"],
|
||
"_friendnotificationslogcontent": ["FriendNotifications", "logContent"],
|
||
"_friendnotificationslogtime": ["FriendNotifications", "logTime"],
|
||
"_friendnotificationsfriendsonline": ["FriendNotifications", "friendsOnline"],
|
||
"_friendnotificationstypelabel": ["FriendNotifications", "typeLabel"],
|
||
"_imageutilitiesdetails": ["ImageUtilities", "details"],
|
||
"_imageutilitiesdetailsadded": ["ImageUtilities", "detailsAdded"],
|
||
"_imageutilitiesdetailslabel": ["ImageUtilities", "detailsLabel"],
|
||
"_imageutilitiesdetailswrapper": ["ImageUtilities", "detailsWrapper"],
|
||
"_imageutilitiesgallery": ["ImageUtilities", "gallery"],
|
||
"_imageutilitiesimagedetails": ["ImageUtilities", "imageDetails"],
|
||
"_imageutilitieslense": ["ImageUtilities", "lense"],
|
||
"_imageutilitieslensebackdrop": ["ImageUtilities", "lenseBackdrop"],
|
||
"_imageutilitiesnext": ["ImageUtilities", "next"],
|
||
"_imageutilitiesoperations": ["ImageUtilities", "operations"],
|
||
"_imageutilitiesprevious": ["ImageUtilities", "previous"],
|
||
"_imageutilitiessibling": ["ImageUtilities", "sibling"],
|
||
"_imageutilitiesswitchicon": ["ImageUtilities", "switchIcon"],
|
||
"_joinedatdatedate": ["JoinedAtDate", "date"],
|
||
"_lastmessagedatedate": ["LastMessageDate", "date"],
|
||
"_googletranslateoptionreversebutton": ["GoogleTranslateOption", "reverseButton"],
|
||
"_googletranslateoptiontranslatebutton": ["GoogleTranslateOption", "translateButton"],
|
||
"_googletranslateoptiontranslated": ["GoogleTranslateOption", "translated"],
|
||
"_googletranslateoptiontranslating": ["GoogleTranslateOption", "translating"],
|
||
"_oldtitlebarenabled": ["OldTitleBar", "oldTitleBarEnabled"],
|
||
"_oldtitlebarsettingstoolbar": ["OldTitleBar", "settingsToolbar"],
|
||
"_oldtitlebartoolbar": ["OldTitleBar", "toolbar"],
|
||
"_ownertagadminicon": ["OwnerTag", "adminIcon"],
|
||
"_ownertagmanagementicon": ["OwnerTag", "managementIcon"],
|
||
"_ownertagownericon": ["OwnerTag", "ownerIcon"],
|
||
"_pindmsdragpreview": ["PinDMs", "dragPreview"],
|
||
"_pindmsdmchannelpinned": ["PinDMs", "dmChannelPinned"],
|
||
"_pindmsdmchannelplaceholder": ["PinDMs", "dmChannelPlaceholder"],
|
||
"_pindmspinnedchannelsheaderamount": ["PinDMs", "pinnedChannelsHeaderAmount"],
|
||
"_pindmspinnedchannelsheaderarrow": ["PinDMs", "pinnedChannelsHeaderArrow"],
|
||
"_pindmspinnedchannelsheadercollapsed": ["PinDMs", "pinnedChannelsHeaderCollapsed"],
|
||
"_pindmspinnedchannelsheadercolored": ["PinDMs", "pinnedChannelsHeaderColored"],
|
||
"_pindmspinnedchannelsheadercontainer": ["PinDMs", "pinnedChannelsHeaderContainer"],
|
||
"_pindmsrecentpinned": ["PinDMs", "recentPinned"],
|
||
"_pindmsrecentplaceholder": ["PinDMs", "recentPlaceholder"],
|
||
"_pindmsunpinbutton": ["PinDMs", "unpinButton"],
|
||
"_pindmsunpinicon": ["PinDMs", "unpinIcon"],
|
||
"_readallnotificationsbuttonbutton": ["ReadAllNotificationsButton", "button"],
|
||
"_readallnotificationsbuttonframe": ["ReadAllNotificationsButton", "frame"],
|
||
"_readallnotificationsbuttoninner": ["ReadAllNotificationsButton", "innerFrame"],
|
||
"_servercounterservercount": ["ServerCounter", "serverCount"],
|
||
"_serverdetailsdetails": ["ServerDetails", "details"],
|
||
"_serverdetailsicon": ["ServerDetails", "icon"],
|
||
"_serverdetailstooltip": ["ServerDetails", "tooltip"],
|
||
"_serverfoldersdragpreview": ["ServerFolders", "dragPreview"],
|
||
"_serverfoldersfoldercontent": ["ServerFolders", "folderContent"],
|
||
"_serverfoldersfoldercontentclosed": ["ServerFolders", "folderContentClosed"],
|
||
"_serverfoldersfoldercontentisopen": ["ServerFolders", "folderContentIsOpen"],
|
||
"_serverfoldersguildplaceholder": ["ServerFolders", "guildPlaceholder"],
|
||
"_serverfoldersiconswatch": ["ServerFolders", "iconSwatch"],
|
||
"_serverfoldersiconswatchinner": ["ServerFolders", "iconSwatchInner"],
|
||
"_serverfoldersiconswatchpreview": ["ServerFolders", "iconSwatchPreview"],
|
||
"_serverfoldersiconswatchselected": ["ServerFolders", "iconSwatchSelected"],
|
||
"_showhiddenchannelsaccessmodal": ["ShowHiddenChannels", "accessModal"],
|
||
"_spellcheckerror": ["SpellCheck", "error"],
|
||
"_spellcheckoverlay": ["SpellCheck", "overlay"],
|
||
"_spotifycontrolsbar": ["SpotifyControls", "bar"],
|
||
"_spotifycontrolsbarfill": ["SpotifyControls", "barFill"],
|
||
"_spotifycontrolsbargrabber": ["SpotifyControls", "barGabber"],
|
||
"_spotifycontrolsbartext": ["SpotifyControls", "barText"],
|
||
"_spotifycontrolsbuttonactive": ["SpotifyControls", "buttonActive"],
|
||
"_spotifycontrolscontainer": ["SpotifyControls", "container"],
|
||
"_spotifycontrolscontainerinner": ["SpotifyControls", "containerInner"],
|
||
"_spotifycontrolscontainermaximized": ["SpotifyControls", "containerMaximized"],
|
||
"_spotifycontrolscontainerwithtimeline": ["SpotifyControls", "containerWithTimeline"],
|
||
"_spotifycontrolscover": ["SpotifyControls", "cover"],
|
||
"_spotifycontrolscovermaximizer": ["SpotifyControls", "coverMaximizer"],
|
||
"_spotifycontrolscoverwrapper": ["SpotifyControls", "coverWrapper"],
|
||
"_spotifycontrolsdetails": ["SpotifyControls", "details"],
|
||
"_spotifycontrolsinterpret": ["SpotifyControls", "interpret"],
|
||
"_spotifycontrolssettingsicon": ["SpotifyControls", "settingsIcon"],
|
||
"_spotifycontrolssettingslabel": ["SpotifyControls", "settingsLabel"],
|
||
"_spotifycontrolssong": ["SpotifyControls", "song"],
|
||
"_spotifycontrolstimeline": ["SpotifyControls", "timeline"],
|
||
"_spotifycontrolsvolumeslider": ["SpotifyControls", "volumeSlider"],
|
||
"_timedlightdarkmodedategrabber": ["TimedLightDarkMode", "dateGrabber"],
|
||
"_timedlightdarkmodetimergrabber": ["TimedLightDarkMode", "timerGrabber"],
|
||
"_timedlightdarkmodetimersettings": ["TimedLightDarkMode", "timerSettings"],
|
||
"_toproleseverywherebadgestyle": ["TopRolesEverywhere", "badgeStyle"],
|
||
"_toproleseverywherechattag": ["TopRolesEverywhere", "chatTag"],
|
||
"_toproleseverywheremembertag": ["TopRolesEverywhere", "memberTag"],
|
||
"_toproleseverywhererolestyle": ["TopRolesEverywhere", "roleStyle"],
|
||
"_toproleseverywheretag": ["TopRolesEverywhere", "tag"],
|
||
"_repoauthor": ["BDrepo", "bdaAuthor"],
|
||
"_repobutton": ["BDrepo", "bdButton"],
|
||
"_repobuttondanger": ["BDrepo", "bdButtonDanger"],
|
||
"_repocard": ["BDrepo", "bdAddonCard"],
|
||
"_repocheckbox": ["BDrepo", "switchCheckbox"],
|
||
"_repocheckboxchecked": ["BDrepo", "switchChecked"],
|
||
"_repocheckboxinner": ["BDrepo", "switch"],
|
||
"_repocheckboxitem": ["BDrepo", "switchItem"],
|
||
"_repocheckboxwrap": ["BDrepo", "switchWrapper"],
|
||
"_repocontrols": ["BDrepo", "bdControls"],
|
||
"_repocontrolsbutton": ["BDrepo", "bdControlsButton"],
|
||
"_repodescription": ["BDrepo", "bdaDescription"],
|
||
"_repodescriptionwrap": ["BDrepo", "bdaDescriptionWrap"],
|
||
"_repoentry": ["BDFDB", "bdRepoEntry"],
|
||
"_repofolderbutton": ["BDrepo", "bdPfbtn"],
|
||
"_repofooter": ["BDrepo", "bdaFooter"],
|
||
"_repofootercontrols": ["BDFDB", "bdRepoFooterControls"],
|
||
"_repoheader": ["BDrepo", "bdaHeader"],
|
||
"_repoheadercontrols": ["BDFDB", "bdRepoHeaderControls"],
|
||
"_repoheadertitle": ["BDrepo", "bdaHeaderTitle"],
|
||
"_repoicon": ["BDrepo", "bdIcon"],
|
||
"_repolist": ["BDrepo", "bdaSlist"],
|
||
"_repolistheader": ["BDFDB", "bdRepoListHeader"],
|
||
"_repolistwrapper": ["BDFDB", "bdRepoListWrapper"],
|
||
"_repolink": ["BDrepo", "bdaLink"],
|
||
"_repolinks": ["BDrepo", "bdaLinks"],
|
||
"_repometa": ["BDrepo", "bdMeta"],
|
||
"_repomodal": ["BDrepo", "bdAddonModal"],
|
||
"_repomodalfooter": ["BDrepo", "bdAddonModalFooter"],
|
||
"_repomodalheader": ["BDrepo", "bdAddonModalHeader"],
|
||
"_repomodalsettings": ["BDrepo", "bdAddonModalSettings"],
|
||
"_reponame": ["BDrepo", "bdaName"],
|
||
"_reposettings": ["BDrepo", "settings"],
|
||
"_reposettingsbutton": ["BDrepo", "bdaSettingsButton"],
|
||
"_reposettingsopen": ["BDrepo", "settingsOpen"],
|
||
"_reposettingsclosed": ["BDrepo", "settingsClosed"],
|
||
"_reposwitch": ["BDrepo", "bdSwitch"],
|
||
"_reposwitchchecked": ["BDrepo", "bdSwitchChecked"],
|
||
"_reposwitchinner": ["BDrepo", "bdSwitchInner"],
|
||
"_repoupdatebutton": ["BDrepo", "bdUpdatebtn"],
|
||
"_repoversion": ["BDrepo", "bdaVersion"],
|
||
"accountinfo": ["AccountDetails", "container"],
|
||
"accountinfoavatar": ["AccountDetails", "avatar"],
|
||
"accountinfoavatarwrapper": ["AccountDetails", "avatarWrapper"],
|
||
"accountinfobutton": ["AccountDetailsButtons", "button"],
|
||
"accountinfobuttondisabled": ["AccountDetailsButtons", "disabled"],
|
||
"accountinfobuttonenabled": ["AccountDetailsButtons", "enabled"],
|
||
"accountinfodetails": ["AccountDetails", "usernameContainer"],
|
||
"accountinfonametag": ["AccountDetails", "nameTag"],
|
||
"anchor": ["Anchor", "anchor"],
|
||
"anchorunderlineonhover": ["Anchor", "anchorUnderlineOnHover"],
|
||
"animationcontainerbottom": ["AnimationContainer", "animatorBottom"],
|
||
"animationcontainerleft": ["AnimationContainer", "animatorLeft"],
|
||
"animationcontainerright": ["AnimationContainer", "animatorRight"],
|
||
"animationcontainertop": ["AnimationContainer", "animatorTop"],
|
||
"animationcontainerrender": ["AnimationContainer", "didRender"],
|
||
"animationcontainerscale": ["AnimationContainer", "scale"],
|
||
"animationcontainertranslate": ["AnimationContainer", "translate"],
|
||
"app": ["AppOuter", "app"],
|
||
"appcontainer": ["AppBase", "container"],
|
||
"appmount": ["AppMount", "appMount"],
|
||
"applayers": ["AppInner", "layers"],
|
||
"applicationstore": ["ApplicationStore", "applicationStore"],
|
||
"appold": ["AppInner", "app"],
|
||
"auditlog": ["AuditLog", "auditLog"],
|
||
"auditlogoverflowellipsis": ["AuditLog", "overflowEllipsis"],
|
||
"auditloguserhook": ["AuditLog", "userHook"],
|
||
"authbox": ["AuthBox", "authBox"],
|
||
"autocomplete": ["Autocomplete", "autocomplete"],
|
||
"autocompletecontent": ["Autocomplete", "content"],
|
||
"autocompletecontenttitle": ["Autocomplete", "contentTitle"],
|
||
"autocompletedescription": ["Autocomplete", "description"],
|
||
"autocompletedescriptiondiscriminator": ["Autocomplete", "descriptionDiscriminator"],
|
||
"autocompletedescriptionusername": ["Autocomplete", "descriptionUsername"],
|
||
"autocompleteicon": ["Autocomplete", "icon"],
|
||
"autocompleteiconforeground": ["Autocomplete", "iconForeground"],
|
||
"autocompleteinner": ["Autocomplete", "autocompleteInner"],
|
||
"autocompleterow": ["Autocomplete", "autocompleteRow"],
|
||
"autocompleterowhorizontal": ["Autocomplete", "autocompleteRowHorizontal"],
|
||
"autocompleterowvertical": ["Autocomplete", "autocompleteRowVertical"],
|
||
"autocompleteselectable": ["Autocomplete", "selectable"],
|
||
"autocompleteselected": ["Autocomplete", "selectorSelected"],
|
||
"autocompleteselector": ["Autocomplete", "selector"],
|
||
"avatar": ["Avatar", "avatar"],
|
||
"avatarcursordefault": ["Avatar", "cursorDefault"],
|
||
"avatardisabled": ["BDFDB", "avatarDisabled"],
|
||
"avataricon": ["AvatarIcon", "icon"],
|
||
"avatariconactivelarge": ["AvatarIcon", "iconActiveLarge"],
|
||
"avatariconactivemedium": ["AvatarIcon", "iconActiveMedium"],
|
||
"avatariconactivemini": ["AvatarIcon", "iconActiveMini"],
|
||
"avatariconactivesmall": ["AvatarIcon", "iconActiveSmall"],
|
||
"avatariconactivexlarge": ["AvatarIcon", "iconActiveXLarge"],
|
||
"avatariconinactive": ["AvatarIcon", "iconInactive"],
|
||
"avatariconsizelarge": ["AvatarIcon", "iconSizeLarge"],
|
||
"avatariconsizemedium": ["AvatarIcon", "iconSizeMedium"],
|
||
"avatariconsizemini": ["AvatarIcon", "iconSizeMini"],
|
||
"avatariconsizesmol": ["AvatarIcon", "iconSizeSmol"],
|
||
"avatariconsizesmall": ["AvatarIcon", "iconSizeSmall"],
|
||
"avatariconsizexlarge": ["AvatarIcon", "iconSizeXLarge"],
|
||
"avatarmask": ["Avatar", "mask"],
|
||
"avatarnoicon": ["AvatarIcon", "noIcon"],
|
||
"avatarpointer": ["Avatar", "pointer"],
|
||
"avatarpointerevents": ["Avatar", "pointerEvents"],
|
||
"avatarwrapper": ["Avatar", "wrapper"],
|
||
"backdrop": ["Backdrop", "backdrop"],
|
||
"backdropwithlayer": ["Backdrop", "backdropWithLayer"],
|
||
"badgebase": ["Badge", "base"],
|
||
"badgeicon": ["Badge", "icon"],
|
||
"badgeiconbadge": ["Badge", "iconBadge"],
|
||
"badgenumberbadge": ["Badge", "numberBadge"],
|
||
"badgetextbadge": ["Badge", "textBadge"],
|
||
"badgewrapper": ["NotFound", "badgeWrapper"],
|
||
"bdfdbbadge": ["BDFDB", "badge"],
|
||
"bdfdbbadgeavatar": ["BDFDB", "badgeAvatar"],
|
||
"bdfdbdev": ["BDFDB", "dev"],
|
||
"bdfdbhasbadge": ["BDFDB", "hasBadge"],
|
||
"bdfdbsupporter": ["BDFDB", "supporter"],
|
||
"bdfdbsupportercustom": ["BDFDB", "supporterCustom"],
|
||
"bold": ["TextStyle", "bold"],
|
||
"bottag": ["BotTag", "botTag"],
|
||
"bottaginvert": ["BotTag", "botTagInvert"],
|
||
"bottagmember": ["Member", "botTag"],
|
||
"bottagnametag": ["NameTag", "bot"],
|
||
"bottagpx": ["BotTag", "px"],
|
||
"bottagregular": ["BotTag", "botTagRegular"],
|
||
"bottagrem": ["BotTag", "rem"],
|
||
"bottagtext": ["BotTag", "botText"],
|
||
"bottagverified": ["BotTag", "botTagVerified"],
|
||
"button": ["Button", "button"],
|
||
"buttoncolorblack": ["Button", "colorBlack"],
|
||
"buttoncolorbrand": ["Button", "colorBrand"],
|
||
"buttoncolorgreen": ["Button", "colorGreen"],
|
||
"buttoncolorgrey": ["Button", "colorGrey"],
|
||
"buttoncolorlink": ["Button", "colorLink"],
|
||
"buttoncolorprimary": ["Button", "colorPrimary"],
|
||
"buttoncolorred": ["Button", "colorRed"],
|
||
"buttoncolortransparent": ["Button", "colorTransparent"],
|
||
"buttoncolorwhite": ["Button", "colorWhite"],
|
||
"buttoncoloryellow": ["Button", "colorYellow"],
|
||
"buttoncontents": ["Button", "contents"],
|
||
"buttondisabledoverlay": ["Button", "disabledButtonOverlay"],
|
||
"buttondisabledwrapper": ["Button", "disabledButtonWrapper"],
|
||
"buttonfullwidth": ["Button", "fullWidth"],
|
||
"buttongrow": ["Button", "grow"],
|
||
"buttonhashover": ["Button", "hasHover"],
|
||
"buttonhoverblack": ["Button", "hoverBlack"],
|
||
"buttonhoverbrand": ["Button", "hoverBrand"],
|
||
"buttonhovergreen": ["Button", "hoverGreen"],
|
||
"buttonhovergrey": ["Button", "hoverGrey"],
|
||
"buttonhoverlink": ["Button", "hoverLink"],
|
||
"buttonhoverprimary": ["Button", "hoverPrimary"],
|
||
"buttonhoverred": ["Button", "hoverRed"],
|
||
"buttonhovertransparent": ["Button", "hoverTransparent"],
|
||
"buttonhoverwhite": ["Button", "hoverWhite"],
|
||
"buttonhoveryellow": ["Button", "hoverYellow"],
|
||
"buttonlookblank": ["Button", "lookBlank"],
|
||
"buttonlookfilled": ["Button", "lookFilled"],
|
||
"buttonlookghost": ["Button", "lookGhost"],
|
||
"buttonlookinverted": ["Button", "lookInverted"],
|
||
"buttonlooklink": ["Button", "lookLink"],
|
||
"buttonlookoutlined": ["Button", "lookOutlined"],
|
||
"buttonsizeicon": ["Button", "sizeIcon"],
|
||
"buttonsizelarge": ["Button", "sizeLarge"],
|
||
"buttonsizemax": ["Button", "sizeMax"],
|
||
"buttonsizemedium": ["Button", "sizeMedium"],
|
||
"buttonsizemin": ["Button", "sizeMin"],
|
||
"buttonsizesmall": ["Button", "sizeSmall"],
|
||
"buttonsizexlarge": ["Button", "sizeXlarge"],
|
||
"buttonspinner": ["Button", "spinner"],
|
||
"buttonspinneritem": ["Button", "spinnerItem"],
|
||
"buttonsubmitting": ["Button", "submitting"],
|
||
"callcurrentcontainer": ["CallCurrent", "wrapper"],
|
||
"callcurrentdetails": ["CallDetails", "container"],
|
||
"callcurrentvideo": ["Video", "video"],
|
||
"callincomingicon": ["CallIncoming", "icon"],
|
||
"callincomingroot": ["CallIncoming", "root"],
|
||
"callincomingtitle": ["CallIncoming", "title"],
|
||
"callincomingwrapper": ["CallIncoming", "wrapper"],
|
||
"card": ["Card", "card"],
|
||
"cardbrand": ["Card", "cardBrand"],
|
||
"cardbrandoutline": ["Card", "cardBrandOutline"],
|
||
"carddanger": ["Card", "cardDanger"],
|
||
"carddangeroutline": ["Card", "cardDangerOutline"],
|
||
"carderror": ["CardStatus", "error"],
|
||
"cardprimary": ["Card", "cardPrimary"],
|
||
"cardprimaryeditable": ["Card", "cardPrimaryEditable"],
|
||
"cardprimaryoutline": ["Card", "cardPrimaryOutline"],
|
||
"cardprimaryoutlineeditable": ["Card", "cardPrimaryOutlineEditable"],
|
||
"cardreset": ["CardStatus", "reset"],
|
||
"cardsuccess": ["Card", "cardSuccess"],
|
||
"cardsuccessoutline": ["Card", "cardSuccessOutline"],
|
||
"cardwarning": ["Card", "cardWarning"],
|
||
"cardwarningoutline": ["Card", "cardWarningOutline"],
|
||
"categoryarrow": ["CategoryArrow", "arrow"],
|
||
"categoryarrowopen": ["CategoryArrow", "open"],
|
||
"categoryaddbutton": ["CategoryContainer", "addButton"],
|
||
"categoryaddbuttonicon": ["CategoryContainer", "addButtonIcon"],
|
||
"categorychildren": ["Category", "children"],
|
||
"categoryclickable": ["Category", "clickable"],
|
||
"categorycollapsed": ["Category", "collapsed"],
|
||
"categorycontainerdefault": ["CategoryContainer", "containerDefault"],
|
||
"categoryforcevisible": ["CategoryContainer", "forceVisible"],
|
||
"categoryicon": ["Category", "icon"],
|
||
"categoryiconvisibility": ["CategoryContainer", "iconVisibility"],
|
||
"categorymaincontent": ["Category", "mainContent"],
|
||
"categorymuted": ["Category", "muted"],
|
||
"categoryname": ["Category", "name"],
|
||
"categorywrapper": ["Category", "wrapper"],
|
||
"changelogadded": ["ChangeLog", "added"],
|
||
"changelogcontainer": ["ChangeLog", "container"],
|
||
"changelogfixed": ["ChangeLog", "fixed"],
|
||
"changelogfooter": ["ChangeLog", "footer"],
|
||
"changelogimproved": ["ChangeLog", "improved"],
|
||
"changelogprogress": ["ChangeLog", "progress"],
|
||
"changelogsociallink": ["ChangeLog", "socialLink"],
|
||
"changelogtitle": ["ChangeLog", "title"],
|
||
"channelactionicon": ["ChannelContainer", "actionIcon"],
|
||
"channelchildicon": ["ChannelContainer", "iconItem"],
|
||
"channelchildiconbase": ["ChannelContainer", "iconBase"],
|
||
"channelchildren": ["Channel", "children"],
|
||
"channelcontainerdefault": ["ChannelContainer", "containerDefault"],
|
||
"channelcontent": ["Channel", "content"],
|
||
"channeldisabled": ["ChannelContainer", "disabled"],
|
||
"channelheaderchannelname": ["ChatWindow", "channelName"],
|
||
"channelheaderchildren": ["HeaderBar", "children"],
|
||
"channelheaderdivider": ["HeaderBar", "divider"],
|
||
"channelheaderheaderbar": ["HeaderBar", "container"],
|
||
"channelheaderheaderbarthemed": ["HeaderBar", "themed"],
|
||
"channelheaderheaderbartitle": ["HeaderBar", "title"],
|
||
"channelheadericon": ["HeaderBar", "icon"],
|
||
"channelheadericonbadge": ["HeaderBar", "iconBadge"],
|
||
"channelheadericonclickable": ["HeaderBar", "clickable"],
|
||
"channelheadericonselected": ["HeaderBar", "selected"],
|
||
"channelheadericonwrapper": ["HeaderBar", "iconWrapper"],
|
||
"channelheadertitle": ["ChatWindow", "title"],
|
||
"channelheadertitlewrapper": ["ChatWindow", "titleWrapper"],
|
||
"channelheadersearch": ["HeaderBarExtras", "search"],
|
||
"channelheadersearchbar": ["HeaderBarSearch", "searchBar"],
|
||
"channelheadersearchicon": ["HeaderBarSearch", "icon"],
|
||
"channelheadersearchinner": ["HeaderBarSearch", "search"],
|
||
"channelheadertoolbar": ["HeaderBar", "toolbar"],
|
||
"channelheadertoolbar2": ["HeaderBarExtras", "toolbar"],
|
||
"channelheadertopic": ["HeaderBarTopic", "topic"],
|
||
"channelheadertopicexpandable": ["HeaderBarTopic", "expandable"],
|
||
"channelicon": ["Channel", "icon"],
|
||
"channeliconitem": ["ChannelContainer", "iconItem"],
|
||
"channeliconvisibility": ["ChannelContainer", "iconVisibility"],
|
||
"channelmaincontent": ["Channel", "mainContent"],
|
||
"channelmentionsbadge": ["ChannelContainer", "mentionsBadge"],
|
||
"channelmodeconnected": ["Channel", "modeConnected"],
|
||
"channelmodelocked": ["Channel", "modeLocked"],
|
||
"channelmodemuted": ["Channel", "modeMuted"],
|
||
"channelmodeselected": ["Channel", "modeSelected"],
|
||
"channelmodeunread": ["Channel", "modeUnread"],
|
||
"channelname": ["Channel", "name"],
|
||
"channelpanel": ["AppBase", "activityPanel"],
|
||
"channelpaneltitle": ["NotFound", "channelPanelTitle"],
|
||
"channelpanels": ["AppBase", "panels"],
|
||
"channels": ["AppBase", "sidebar"],
|
||
"channelselected": ["ChannelContainer", "selected"],
|
||
"channelsscroller": ["GuildChannels", "scroller"],
|
||
"channelsunreadbar": ["GuildChannels", "unreadBar"],
|
||
"channelsunreadbarcontainer": ["GuildChannels", "positionedContainer"],
|
||
"channelsunreadbarbottom": ["GuildChannels", "unreadBottom"],
|
||
"channelsunreadbarunread": ["GuildChannels", "unread"],
|
||
"channelsunreadbartop": ["GuildChannels", "unreadTop"],
|
||
"channelunread": ["Channel", "unread"],
|
||
"channeluserlimit": ["ChannelLimit", "wrapper"],
|
||
"channeluserlimitcontainer": ["ChannelContainer", "userLimit"],
|
||
"channeluserlimittotal": ["ChannelLimit", "total"],
|
||
"channeluserlimitusers": ["ChannelLimit", "users"],
|
||
"channelwrapper": ["Channel", "wrapper"],
|
||
"charcounter": ["BDFDB", "charCounter"],
|
||
"chat": ["ChatWindow", "chat"],
|
||
"chatbase": ["AppBase", "base"],
|
||
"chatcontent": ["ChatWindow", "chatContent"],
|
||
"chatform": ["ChatWindow", "form"],
|
||
"chatinner": ["ChatWindow", "content"],
|
||
"chatspacer": ["AppBase", "content"],
|
||
"checkbox": ["Checkbox", "checkbox"],
|
||
"checkboxchecked": ["Checkbox", "checked"],
|
||
"checkboxcontainer": ["ModalItems", "checkboxContainer"],
|
||
"checkboxinput": ["Checkbox", "input"],
|
||
"checkboxinputdefault": ["Checkbox", "inputDefault"],
|
||
"checkboxinputdisabled": ["Checkbox", "inputDisabled"],
|
||
"checkboxround": ["Checkbox", "round"],
|
||
"checkboxwrapper": ["Checkbox", "checkboxWrapper"],
|
||
"checkboxwrapperdisabled": ["Checkbox", "checkboxWrapperDisabled"],
|
||
"collapsecontainer": ["BDFDB", "collapseContainer"],
|
||
"collapsecontainercollapsed": ["BDFDB", "collapseContainerCollapsed"],
|
||
"collapsecontainerheader": ["BDFDB", "collapseContainerHeader"],
|
||
"collapsecontainerinner": ["BDFDB", "collapseContainerInner"],
|
||
"collapsecontainermini": ["BDFDB", "collapseContainerMini"],
|
||
"collapsecontainertitle": ["BDFDB", "collapseContainerTitle"],
|
||
"colorbase": ["TextColor2", "base"],
|
||
"colorbrand": ["TextColor", "colorBrand"],
|
||
"colorerror": ["TextColor", "colorError"],
|
||
"colormuted": ["TextColor", "colorMuted"],
|
||
"colorgreen": ["TextColor", "colorStatusGreen"],
|
||
"colorpicker": ["ColorPicker", "colorPickerCustom"],
|
||
"colorpickeralpha": ["BDFDB", "colorPickerAlpha"],
|
||
"colorpickeralphacheckered": ["BDFDB", "colorPickerAlphaCheckered"],
|
||
"colorpickeralphacursor": ["BDFDB", "colorPickerAlphaCursor"],
|
||
"colorpickeralphahorizontal": ["BDFDB", "colorPickerAlphaHorizontal"],
|
||
"colorpickergradient": ["BDFDB", "colorPickerGradient"],
|
||
"colorpickergradientbutton": ["BDFDB", "colorPickerGradientButton"],
|
||
"colorpickergradientbuttonenabled": ["BDFDB", "colorPickerGradientButtonEnabled"],
|
||
"colorpickergradientcheckered": ["BDFDB", "colorPickerGradientCheckered"],
|
||
"colorpickergradientcursor": ["BDFDB", "colorPickerGradientCursor"],
|
||
"colorpickergradientcursoredge": ["BDFDB", "colorPickerGradientCursorEdge"],
|
||
"colorpickergradientcursorselected": ["BDFDB", "colorPickerGradientCursorSelected"],
|
||
"colorpickergradienthorizontal": ["BDFDB", "colorPickerGradientHorizontal"],
|
||
"colorpickerhexinput": ["ColorPicker", "customColorPickerInput"],
|
||
"colorpickerhue": ["ColorPickerInner", "hue"],
|
||
"colorpickerhuecursor": ["NotFound", "hueCursor"],
|
||
"colorpickerhuehorizontal": ["NotFound", "hueHorizontal"],
|
||
"colorpickerhuevertical": ["NotFound", "hueVertical"],
|
||
"colorpickerinner": ["ColorPickerInner", "wrapper"],
|
||
"colorpickerrow": ["ColorPicker", "colorPickerRow"],
|
||
"colorpickersaturation": ["ColorPickerInner", "saturation"],
|
||
"colorpickersaturationblack": ["NotFound", "saturationBlack"],
|
||
"colorpickersaturationcolor": ["NotFound", "saturationColor"],
|
||
"colorpickersaturationcursor": ["NotFound", "saturationCursor"],
|
||
"colorpickersaturationwhite": ["NotFound", "saturationWhite"],
|
||
"colorpickerswatch": ["ColorPicker", "colorPickerSwatch"],
|
||
"colorpickerswatches": ["BDFDB", "colorPickerSwatches"],
|
||
"colorpickerswatchesdisabled": ["BDFDB", "colorPickerSwatchesDisabled"],
|
||
"colorpickerswatchcustom": ["ColorPicker", "custom"],
|
||
"colorpickerswatchdefault": ["ColorPicker", "default"],
|
||
"colorpickerswatchdisabled": ["ColorPicker", "disabled"],
|
||
"colorpickerswatchdropper": ["ColorPicker", "colorPickerDropper"],
|
||
"colorpickerswatchdropperfg": ["ColorPicker", "colorPickerDropperFg"],
|
||
"colorpickerswatchnocolor": ["ColorPicker", "noColor"],
|
||
"colorpickerswatchselected": ["BDFDB", "colorPickerSwatchSelected"],
|
||
"colorpickerswatchsingle": ["BDFDB", "colorPickerSwatchSingle"],
|
||
"colorpickerswatchsinglewrapper": ["BDFDB", "colorPickerSwatchSingleWrapper"],
|
||
"colorpickerwrapper": ["BDFDB", "colorPicker"],
|
||
"colorprimary": ["TextColor", "colorHeaderPrimary"],
|
||
"colorred": ["TextColor", "colorStatusRed"],
|
||
"colorsecondary": ["TextColor", "colorHeaderSecondary"],
|
||
"colorselectable": ["TextColor", "selectable"],
|
||
"colorstandard": ["TextColor", "colorStandard"],
|
||
"coloryellow": ["TextColor", "colorStatusYellow"],
|
||
"cursordefault": ["Cursor", "cursorDefault"],
|
||
"cursorpointer": ["Cursor", "cursorPointer"],
|
||
"customstatusemoji": ["CustomStatusIcon", "emoji"],
|
||
"customstatusicon": ["CustomStatusIcon", "icon"],
|
||
"defaultcolor": ["Text", "defaultColor"],
|
||
"description": ["FormText", "description"],
|
||
"directiondown": ["IconDirection", "directionDown"],
|
||
"directionleft": ["IconDirection", "directionLeft"],
|
||
"directionright": ["IconDirection", "directionRight"],
|
||
"directionup": ["IconDirection", "directionUp"],
|
||
"directiontransition": ["IconDirection", "transition"],
|
||
"discriminator": ["NameTag", "discriminator"],
|
||
"divider": ["ModalDivider", "divider"],
|
||
"dividerdefault": ["SettingsItems", "dividerDefault"],
|
||
"dmchannel": ["PrivateChannel", "channel"],
|
||
"dmchannelactivity": ["PrivateChannel", "activity"],
|
||
"dmchannelactivityemoji": ["PrivateChannel", "activityEmoji"],
|
||
"dmchannelactivitytext": ["PrivateChannel", "activityText"],
|
||
"dmchannelclose": ["PrivateChannel", "closeButton"],
|
||
"dmchannelheadercontainer": ["PrivateChannelListScroller", "privateChannelsHeaderContainer"],
|
||
"dmchannelheadertext": ["PrivateChannelListScroller", "headerText"],
|
||
"dmchannels": ["PrivateChannelList", "privateChannels"],
|
||
"dmchannelsempty": ["PrivateChannelListScroller", "empty"],
|
||
"dmchannelsscroller": ["PrivateChannelListScroller", "scroller"],
|
||
"dmpill": ["GuildDm", "pill"],
|
||
"downloadlink": ["DownloadLink", "downloadLink"],
|
||
"ellipsis": ["PopoutActivity", "ellipsis"],
|
||
"embed": ["Embed", "embed"],
|
||
"embedauthor": ["Embed", "embedAuthor"],
|
||
"embedauthoricon": ["Embed", "embedAuthorIcon"],
|
||
"embedauthorname": ["Embed", "embedAuthorName"],
|
||
"embedauthornamelink": ["Embed", "embedAuthorNameLink"],
|
||
"embedcentercontent": ["Embed", "centerContent"],
|
||
"embeddescription": ["Embed", "embedDescription"],
|
||
"embedfield": ["Embed", "embedField"],
|
||
"embedfieldname": ["Embed", "embedFieldName"],
|
||
"embedfields": ["Embed", "embedFields"],
|
||
"embedfieldvalue": ["Embed", "embedFieldValue"],
|
||
"embedfooter": ["Embed", "embedFooter"],
|
||
"embedfootericon": ["Embed", "embedFooterIcon"],
|
||
"embedfooterseparator": ["Embed", "embedFooterSeparator"],
|
||
"embedfootertext": ["Embed", "embedFooterText"],
|
||
"embedfull": ["Embed", "embedFull"],
|
||
"embedgiftag": ["Embed", "embedGIFTag"],
|
||
"embedgrid": ["Embed", "grid"],
|
||
"embedhasthumbnail": ["Embed", "hasThumbnail"],
|
||
"embedhiddenspoiler": ["Embed", "hiddenSpoiler"],
|
||
"embediframe": ["Embed", "embedIframe"],
|
||
"embedimage": ["Embed", "embedImage"],
|
||
"embedlink": ["Embed", "embedLink"],
|
||
"embedmargin": ["Embed", "embedMargin"],
|
||
"embedmedia": ["Embed", "embedMedia"],
|
||
"embedprovider": ["Embed", "embedProvider"],
|
||
"embedspoilerattachment": ["Embed", "spoilerAttachment"],
|
||
"embedspoilerembed": ["Embed", "spoilerEmbed"],
|
||
"embedspotify": ["Embed", "embedSpotify"],
|
||
"embedthumbnail": ["Embed", "embedThumbnail"],
|
||
"embedtitle": ["Embed", "embedTitle"],
|
||
"embedtitlelink": ["Embed", "embedTitleLink"],
|
||
"embedvideo": ["Embed", "embedVideo"],
|
||
"embedvideoaction": ["Embed", "embedVideoAction"],
|
||
"embedvideoactions": ["Embed", "embedVideoActions"],
|
||
"embedvideoimagecomponent": ["Embed", "embedVideoImageComponent"],
|
||
"embedvideoimagecomponentinner": ["Embed", "embedVideoImageComponentInner"],
|
||
"embedwrapper": ["MessageAccessory", "embedWrapper"],
|
||
"emoji": ["Emoji", "emoji"],
|
||
"emojiold": ["NotFound", "emoji"],
|
||
"emojibutton": ["EmojiButton", "emojiButton"],
|
||
"emojibuttonhovered": ["EmojiButton", "emojiButtonHovered"],
|
||
"emojibuttonnormal": ["EmojiButton", "emojiButtonNormal"],
|
||
"emojibuttonsprite": ["EmojiButton", "sprite"],
|
||
"emojiinput": ["EmojiInput", "input"],
|
||
"emojiinputbutton": ["EmojiInput", "emojiButton"],
|
||
"emojiinputbuttoncontainer": ["EmojiInput", "emojiButtonContainer"],
|
||
"emojiinputclearbutton": ["EmojiInput", "clearButton"],
|
||
"emojiinputclearicon": ["EmojiInput", "clearIcon"],
|
||
"emojiinputcontainer": ["EmojiInput", "inputContainer"],
|
||
"emojiinputmodal": ["EmojiInput", "modalRoot"],
|
||
"emojipickerbutton": ["Reactions", "reactionBtn"],
|
||
"emojipicker": ["EmojiPicker", "emojiPicker"],
|
||
"emojipickerdiversityemojiitem": ["EmojiPickerDiversitySelector", "diversityEmojiItem"],
|
||
"emojipickerdiversityemojiitemimage": ["EmojiPickerDiversitySelector", "diversityEmojiItemImage"],
|
||
"emojipickerdiversityselector": ["EmojiPickerDiversitySelector", "diversitySelector"],
|
||
"emojipickerdiversityselectorpopout": ["EmojiPickerDiversitySelector", "diversitySelectorPopout"],
|
||
"emojipickerdiversityselectorwrapper": ["EmojiPicker", "diversitySelector"],
|
||
"emojipickeremojispriteimage": ["EmojiPickerItem", "emojiSpriteImage"],
|
||
"emojipickerheader": ["EmojiPicker", "header"],
|
||
"emojipickerinspector": ["EmojiPickerInspector", "inspector"],
|
||
"emojipickerinspectoremoji": ["EmojiPickerInspectorEmoji", "emoji"],
|
||
"errorscreen": ["ErrorScreen", "wrapper"],
|
||
"expressionpicker": ["ExpressionPicker", "contentWrapper"],
|
||
"expressionpickernav": ["ExpressionPicker", "nav"],
|
||
"expressionpickernavbutton": ["ExpressionPicker", "navButton"],
|
||
"expressionpickernavbuttonactive": ["ExpressionPicker", "navButtonActive"],
|
||
"expressionpickernavitem": ["ExpressionPicker", "navItem"],
|
||
"expressionpickernavlist": ["ExpressionPicker", "navList"],
|
||
"favbuttoncontainer": ["BDFDB", "favButtonContainer"],
|
||
"fileattachment": ["File", "attachment"],
|
||
"fileattachmentinner": ["File", "attachmentInner"],
|
||
"filecancelbutton": ["File", "cancelButton"],
|
||
"filedownloadbutton": ["File", "downloadButton"],
|
||
"filename": ["File", "filename"],
|
||
"filenamelink": ["File", "fileNameLink"],
|
||
"filenamelinkwrapper": ["File", "filenameLinkWrapper"],
|
||
"filenamewrapper": ["File", "filenameWrapper"],
|
||
"flex": ["FlexChild", "flex"],
|
||
"flex2": ["Flex", "flex"],
|
||
"flexalignbaseline": ["Flex", "alignBaseline"],
|
||
"flexaligncenter": ["Flex", "alignCenter"],
|
||
"flexalignend": ["Flex", "alignEnd"],
|
||
"flexalignstart": ["Flex", "alignStart"],
|
||
"flexalignstretch": ["Flex", "alignStretch"],
|
||
"flexcenter": ["Flex", "flexCenter"],
|
||
"flexchild": ["FlexChild", "flexChild"],
|
||
"flexdirectioncolumn": ["Flex", "directionColumn"],
|
||
"flexdirectionrow": ["Flex", "directionRow"],
|
||
"flexdirectionrowreverse": ["Flex", "directionRowReverse"],
|
||
"flexhorizontal": ["FlexChild", "horizontal"],
|
||
"flexhorizontalreverse": ["FlexChild", "horizontalReverse"],
|
||
"flexjustifycenter": ["Flex", "justifyCenter"],
|
||
"flexjustifyend": ["Flex", "justifyEnd"],
|
||
"flexjustifystart": ["Flex", "justifyStart"],
|
||
"flexmarginreset": ["FlexChild", "flexMarginReset"],
|
||
"flexnowrap": ["Flex", "noWrap"],
|
||
"flexspacer": ["Flex", "spacer"],
|
||
"flexvertical": ["Flex", "vertical"],
|
||
"flexwrap": ["Flex", "wrap"],
|
||
"flexwrapreverse": ["Flex", "wrapReverse"],
|
||
"flowerstar": ["FlowerStar", "flowerStar"],
|
||
"flowerstarchild": ["FlowerStar", "childContainer"],
|
||
"flowerstarcontainer": ["FlowerStar", "flowerStarContainer"],
|
||
"formtext": ["FormText", "formText"],
|
||
"game": ["Game", "game"],
|
||
"gameicon": ["GameIcon", "gameIcon"],
|
||
"gameiconlarge": ["GameIcon", "large"],
|
||
"gameiconmedium": ["GameIcon", "medium"],
|
||
"gameiconsmall": ["GameIcon", "small"],
|
||
"gameiconxsmall": ["GameIcon", "xsmall"],
|
||
"gamelibrarytable": ["GameLibraryTable", "table"],
|
||
"gamelibrarytableheader": ["GameLibraryTable", "header"],
|
||
"gamelibrarytableheadercell": ["GameLibraryTable", "headerCell"],
|
||
"gamelibrarytableheadercellsorted": ["GameLibraryTable", "headerCellSorted"],
|
||
"gamelibrarytablerow": ["GameLibraryTable", "row"],
|
||
"gamelibrarytablerowwrapper": ["GameLibraryTable", "rowWrapper"],
|
||
"gamelibrarytablestickyheader": ["GameLibraryTable", "stickyHeader"],
|
||
"gamename": ["Game", "gameName"],
|
||
"gamenameinput": ["Game", "gameNameInput"],
|
||
"giffavoritebutton": ["MessageAccessory", "gifFavoriteButton"],
|
||
"giffavoritecolor": ["GifFavoriteButton", "gifFavoriteButton"],
|
||
"giffavoriteicon": ["GifFavoriteButton", "icon"],
|
||
"giffavoriteshowpulse": ["GifFavoriteButton", "showPulse"],
|
||
"giffavoritesize": ["GifFavoriteButton", "size"],
|
||
"giffavoriteselected": ["GifFavoriteButton", "selected"],
|
||
"goliveactions": ["GoLiveDetails", "actions"],
|
||
"golivebody": ["GoLiveDetails", "body"],
|
||
"goliveclickablegamewrapper": ["GoLiveDetails", "clickableGameWrapper"],
|
||
"golivegameicon": ["GoLiveDetails", "gameIcon"],
|
||
"golivegamename": ["GoLiveDetails", "gameName"],
|
||
"golivegamewrapper": ["GoLiveDetails", "gameWrapper"],
|
||
"goliveinfo": ["GoLiveDetails", "info"],
|
||
"golivepanel": ["GoLiveDetails", "panel"],
|
||
"guild": ["BDFDB", "guild"],
|
||
"guildbuttoncontainer": ["GuildsItems", "circleButtonMask"],
|
||
"guildbuttoninner": ["GuildsItems", "circleIconButton"],
|
||
"guildbuttonicon": ["GuildsItems", "circleIcon"],
|
||
"guildbuttonpill": ["GuildsItems", "pill"],
|
||
"guildbuttonselected": ["GuildsItems", "selected"],
|
||
"guildchannels": ["GuildChannelsWrapper", "container"],
|
||
"guildcontainer": ["GuildServer", "blobContainer"],
|
||
"guilddiscovery": ["GuildDiscovery", "pageWrapper"],
|
||
"guildedge": ["GuildEdges", "edge"],
|
||
"guildedgehalf": ["GuildEdges", "half"],
|
||
"guildedgehigher": ["GuildEdges", "higher"],
|
||
"guildedgemiddle": ["GuildEdges", "middle"],
|
||
"guildedgewrapper": ["GuildEdges", "wrapper"],
|
||
"guildserror": ["GuildsItems", "guildsError"],
|
||
"guildserrorinner": ["GuildsItems", "errorInner"],
|
||
"guildfolder": ["GuildFolder", "folder"],
|
||
"guildfolderexpandedbackground": ["GuildFolder", "expandedFolderBackground"],
|
||
"guildfolderexpandedbackgroundcollapsed": ["GuildFolder", "collapsed"],
|
||
"guildfolderexpandedbackgroundhover": ["GuildFolder", "hover"],
|
||
"guildfolderguildicon": ["GuildFolder", "guildIcon"],
|
||
"guildfoldericonwrapper": ["GuildFolder", "folderIconWrapper"],
|
||
"guildfoldericonwrapperclosed": ["GuildFolder", "closedFolderIconWrapper"],
|
||
"guildfoldericonwrapperexpanded": ["GuildFolder", "expandedFolderIconWrapper"],
|
||
"guildfolderwrapper": ["GuildFolder", "wrapper"],
|
||
"guildheader": ["GuildHeader", "container"],
|
||
"guildheaderbannerimage": ["GuildHeader", "bannerImage"],
|
||
"guildheaderbannerimagecontainer": ["GuildHeader", "animatedContainer"],
|
||
"guildheaderbannervisible": ["GuildHeader", "bannerVisible"],
|
||
"guildheaderbutton": ["GuildHeaderButton", "button"],
|
||
"guildheaderbuttonopen": ["GuildHeaderButton", "open"],
|
||
"guildheaderclickable": ["GuildHeader", "clickable"],
|
||
"guildheaderhasbanner": ["GuildHeader", "hasBanner"],
|
||
"guildheadericoncontainer": ["GuildHeader", "guildIconContainer"],
|
||
"guildheadericonbgtiernone": ["GuildHeader", "iconBackgroundTierNone"],
|
||
"guildheadericonbgtierone": ["GuildHeader", "iconBackgroundTierOne"],
|
||
"guildheadericonbgtierthree": ["GuildHeader", "iconBackgroundTierThree"],
|
||
"guildheadericonbgtiertwo": ["GuildHeader", "iconBackgroundTierTwo"],
|
||
"guildheadericonpremiumgem": ["GuildHeader", "premiumGuildIconGem"],
|
||
"guildheadericontiernone": ["GuildHeader", "iconTierNone"],
|
||
"guildheadericontierone": ["GuildHeader", "iconTierOne"],
|
||
"guildheadericontierthree": ["GuildHeader", "iconTierThree"],
|
||
"guildheadericontiertwo": ["GuildHeader", "iconTierTwo"],
|
||
"guildheaderheader": ["GuildHeader", "header"],
|
||
"guildheadername": ["GuildHeader", "name"],
|
||
"guildicon": ["GuildIcon", "icon"],
|
||
"guildiconacronym": ["GuildIcon", "acronym"],
|
||
"guildiconbadge": ["GuildsItems", "iconBadge"],
|
||
"guildiconchildwrapper": ["GuildIcon", "childWrapper"],
|
||
"guildiconselected": ["GuildIcon", "selected"],
|
||
"guildiconwrapper": ["GuildIcon", "wrapper"],
|
||
"guildinner": ["Guild", "wrapper"],
|
||
"guildinnerwrapper": ["GuildsItems", "listItemWrapper"],
|
||
"guildlowerbadge": ["Guild", "lowerBadge"],
|
||
"guildlowerleftbadge": ["BDFDB", "guildLowerLeftBadge"],
|
||
"guildouter": ["GuildsItems", "listItem"],
|
||
"guildpill": ["GuildServer", "pill"],
|
||
"guildpillitem": ["PillWrapper", "item"],
|
||
"guildpillwrapper": ["PillWrapper", "wrapper"],
|
||
"guildplaceholder": ["GuildsItems", "dragInner"],
|
||
"guildplaceholdermask": ["GuildsItems", "placeholderMask"],
|
||
"guilds": ["AppBase", "guilds"],
|
||
"guildseparator": ["GuildsItems", "guildSeparator"],
|
||
"guildserror": ["GuildsItems", "guildsError"],
|
||
"usersettingsappearancepreview": ["UserSettingsAppearancePreview", "preview"],
|
||
"usersettingsappearancepreviewcompact": ["UserSettingsAppearancePreview", "compactpreview"],
|
||
"usersettingsappearancepreviewfirst": ["UserSettingsAppearancePreview", "firstMessage"],
|
||
"guildsettingsbannedcard": ["GuildSettingsBanned", "bannedUser"],
|
||
"guildsettingsbanneddiscrim": ["GuildSettingsBanned", "discrim"],
|
||
"guildsettingsbannedusername": ["GuildSettingsBanned", "username"],
|
||
"guildsettingsemojicard": ["GuildSettingsEmoji", "emojiRow"],
|
||
"guildsettingsinvitecard": ["GuildSettingsInvite", "inviteSettingsInviteRow"],
|
||
"guildsettingsinvitechannelname": ["GuildSettingsInvite", "channelName"],
|
||
"guildsettingsinviteusername": ["GuildSettingsInvite", "username"],
|
||
"guildsettingsmembercard": ["GuildSettingsMember", "member"],
|
||
"guildsettingsmembername": ["GuildSettingsMember", "name"],
|
||
"guildsettingsmembernametag": ["GuildSettingsMember", "nameTag"],
|
||
"guildsettingsrolesbuttonwrapper": ["GuildSettingsRoles", "buttonWrapper"],
|
||
"guildslabel": ["BDFDB", "guildsLabel"],
|
||
"guildsscroller": ["GuildsWrapper", "scroller"],
|
||
"guildstree": ["GuildsWrapper", "tree"],
|
||
"guildsummaryclickableicon": ["BDFDB", "guildSummaryClickableIcon"],
|
||
"guildsummarycontainer": ["BDFDB", "guildSummaryContainer"],
|
||
"guildsummaryemptyguild": ["BDFDB", "guildSummaryEmptyGuild"],
|
||
"guildsummaryicon": ["BDFDB", "guildSummaryIcon"],
|
||
"guildsummaryiconcontainer": ["BDFDB", "guildSummaryIconContainer"],
|
||
"guildsummaryiconcontainermasked": ["BDFDB", "guildSummaryIconContainerMasked"],
|
||
"guildsummarymoreguilds": ["BDFDB", "guildSummaryMoreGuilds"],
|
||
"guildsummarysvgicon": ["BDFDB", "guildSummarySvgIcon"],
|
||
"guildsvg": ["Guild", "svg"],
|
||
"guildswrapper": ["GuildsWrapper", "wrapper"],
|
||
"guildswrapperunreadmentionsbar": ["GuildsWrapper", "unreadMentionsBar"],
|
||
"guildswrapperunreadmentionsbarbottom": ["GuildsWrapper", "unreadMentionsIndicatorBottom"],
|
||
"guildswrapperunreadmentionsbartop": ["GuildsWrapper", "unreadMentionsIndicatorTop"],
|
||
"guildtutorialcontainer": ["GuildsItems", "tutorialContainer"],
|
||
"guildupperbadge": ["Guild", "upperBadge"],
|
||
"guildupperleftbadge": ["BDFDB", "guildUpperLeftBadge"],
|
||
"h1": ["Text", "h1"],
|
||
"h1defaultmargin": ["Text", "defaultMarginh1"],
|
||
"h2": ["Text", "h2"],
|
||
"h2defaultmargin": ["Text", "defaultMarginh2"],
|
||
"h3": ["Text", "h3"],
|
||
"h3defaultmargin": ["Text", "defaultMarginh3"],
|
||
"h4": ["Text", "h4"],
|
||
"h4defaultmargin": ["Text", "defaultMarginh4"],
|
||
"h5": ["Text", "h5"],
|
||
"h5defaultmargin": ["Text", "defaultMarginh5"],
|
||
"headertitle": ["Text", "title"],
|
||
"height12": ["UserPopout", "height12"],
|
||
"highlight": ["NotFound", "highlight"],
|
||
"homebuttonicon": ["HomeIcon", "homeIcon"],
|
||
"homebuttonpill": ["HomeIcon", "pill"],
|
||
"hotkeybutton": ["HotKeyRecorder", "button"],
|
||
"hotkeycontainer": ["HotKeyRecorder", "container"],
|
||
"hotkeydisabled": ["HotKeyRecorder", "disabled"],
|
||
"hotkeyediticon": ["HotKeyRecorder", "editIcon"],
|
||
"hotkeyhasvalue": ["HotKeyRecorder", "hasValue"],
|
||
"hotkeyinput": ["HotKeyRecorder", "input"],
|
||
"hotkeyinput2": ["HotKeyRecorder", "input"],
|
||
"hotkeylayout": ["HotKeyRecorder", "layout"],
|
||
"hotkeylayout2": ["HotKeyRecorder", "layout"],
|
||
"hotkeyrecording": ["HotKeyRecorder", "recording"],
|
||
"hotkeyresetbutton": ["BDFDB", "hotkeyResetButton"],
|
||
"hotkeyshadowpulse": ["HotKeyRecorder", "shadowPulse"],
|
||
"hotkeytext": ["HotKeyRecorder", "text"],
|
||
"hotkeywrapper": ["BDFDB", "hotkeyWrapper"],
|
||
"hovercard": ["HoverCard", "card"],
|
||
"hovercardbutton": ["NotFound", "hoverCardButton"],
|
||
"hovercardhorizontal": ["BDFDB", "cardHorizontal"],
|
||
"hovercardinner": ["BDFDB", "cardInner"],
|
||
"hovercardwrapper": ["BDFDB", "cardWrapper"],
|
||
"icon": ["EmbedActions", "icon"],
|
||
"iconactionswrapper": ["EmbedActions", "wrapper"],
|
||
"iconexternal": ["EmbedActions", "iconExternal"],
|
||
"iconexternalmargins": ["EmbedActions", "iconExternalMargins"],
|
||
"iconplay": ["EmbedActions", "iconPlay"],
|
||
"iconwrapper": ["EmbedActions", "iconWrapper"],
|
||
"iconwrapperactive": ["EmbedActions", "iconWrapperActive"],
|
||
"imageaccessory": ["ImageWrapper", "imageAccessory"],
|
||
"imageclickable": ["ImageWrapper", "clickable"],
|
||
"imageerror": ["ImageWrapper", "imageError"],
|
||
"imageplaceholder": ["ImageWrapper", "imagePlaceholder"],
|
||
"imageplaceholderoverlay": ["ImageWrapper", "imagePlaceholderOverlay"],
|
||
"imagemodal": ["ImageModal", "modal"],
|
||
"imagemodalimage": ["ImageModal", "image"],
|
||
"imagewrapper": ["ImageWrapper", "imageWrapper"],
|
||
"imagewrapperbackground": ["ImageWrapper", "imageWrapperBackground"],
|
||
"imagewrapperinner": ["ImageWrapper", "imageWrapperInner"],
|
||
"imagezoom": ["ImageWrapper", "imageZoom"],
|
||
"itemlayer": ["ItemLayerContainer", "layer"],
|
||
"itemlayercontainer": ["ItemLayerContainer", "layerContainer"],
|
||
"itemlayerdisabledpointerevents": ["ItemLayerContainer", "disabledPointerEvents"],
|
||
"input": ["Input", "input"],
|
||
"inputdefault": ["Input", "inputDefault"],
|
||
"inputdisabled": ["Input", "disabled"],
|
||
"inputeditable": ["Input", "editable"],
|
||
"inputerror": ["Input", "error"],
|
||
"inputfocused": ["Input", "focused"],
|
||
"inputlist": ["BDFDB", "listInput"],
|
||
"inputlistdelete": ["BDFDB", "listInputDelete"],
|
||
"inputlistitem": ["BDFDB", "listInputItem"],
|
||
"inputlistitems": ["BDFDB", "listInputItems"],
|
||
"inputmini": ["Input", "inputMini"],
|
||
"inputmulti": ["BDFDB", "multiInput"],
|
||
"inputmultifield": ["BDFDB", "multiInputField"],
|
||
"inputmultifirst": ["BDFDB", "multiInputFirst"],
|
||
"inputmultilast": ["BDFDB", "multiInputLast"],
|
||
"inputmultiwrapper": ["BDFDB", "multiInputWrapper"],
|
||
"inputnumberbutton": ["BDFDB", "inputNumberButton"],
|
||
"inputnumberbuttondown": ["BDFDB", "inputNumberButtonDown"],
|
||
"inputnumberbuttonup": ["BDFDB", "inputNumberButtonUp"],
|
||
"inputnumberbuttons": ["BDFDB", "inputNumberButtons"],
|
||
"inputnumberwrapper": ["BDFDB", "inputNumberWrapper"],
|
||
"inputnumberwrapperdefault": ["BDFDB", "inputNumberWrapperDefault"],
|
||
"inputnumberwrappermini": ["BDFDB", "inputNumberWrapperMini"],
|
||
"inputprefix": ["Input", "inputPrefix"],
|
||
"inputsuccess": ["Input", "success"],
|
||
"inputwrapper": ["Input", "inputWrapper"],
|
||
"invite": ["GuildInvite", "wrapper"],
|
||
"invitebutton": ["GuildInvite", "button"],
|
||
"invitebuttonfornonmember": ["GuildInvite", "buttonForNonMember"],
|
||
"invitebuttonresolving": ["GuildInvite", "invite-button-resolving"],
|
||
"invitebuttonsize": ["GuildInvite", "buttonSize"],
|
||
"invitechannel": ["GuildInvite", "channel"],
|
||
"invitechannelicon": ["GuildInvite", "channelIcon"],
|
||
"invitechannelname": ["GuildInvite", "channelName"],
|
||
"invitecontent": ["GuildInvite", "content"],
|
||
"invitecount": ["GuildInvite", "count"],
|
||
"invitecursordefault": ["GuildInvite", "cursorDefault"],
|
||
"invitedestination": ["GuildInvite", "inviteDestination"],
|
||
"invitedestinationexpired": ["GuildInvite", "inviteDestinationExpired"],
|
||
"invitedestinationjoined": ["GuildInvite", "inviteDestinationJoined"],
|
||
"inviteguildbadge": ["GuildInvite", "guildBadge"],
|
||
"inviteguilddetail": ["GuildInvite", "guildDetail"],
|
||
"inviteguildicon": ["GuildInvite", "guildIcon"],
|
||
"inviteguildiconexpired": ["GuildInvite", "guildIconExpired"],
|
||
"inviteguildiconimage": ["GuildInvite", "guildIconImage"],
|
||
"inviteguildiconimagejoined": ["GuildInvite", "guildIconImageJoined"],
|
||
"inviteguildiconjoined": ["GuildInvite", "guildIconJoined"],
|
||
"inviteguildinfo": ["GuildInvite", "guildInfo"],
|
||
"inviteguildname": ["GuildInvite", "guildName"],
|
||
"inviteguildnamewrapper": ["GuildInvite", "guildNameWrapper"],
|
||
"inviteheader": ["GuildInvite", "header"],
|
||
"invitemodal": ["InviteModal", "modal"],
|
||
"invitemodalinviterow": ["InviteModal", "inviteRow"],
|
||
"invitemodalinviterowname": ["InviteModal", "inviteRowName"],
|
||
"invitemodalwrapper": ["InviteModal", "wrapper"],
|
||
"invitesplash": ["GuildInvite", "inviteSplash"],
|
||
"invitesplashimage": ["GuildInvite", "inviteSplashImage"],
|
||
"invitesplashimageloaded": ["GuildInvite", "inviteSplashImageLoaded"],
|
||
"inviteresolving": ["GuildInvite", "resolving"],
|
||
"inviteresolvingbackground": ["GuildInvite", "resolvingBackground"],
|
||
"invitestatus": ["GuildInvite", "status"],
|
||
"invitestatuscounts": ["GuildInvite", "statusCounts"],
|
||
"invitestatusoffline": ["GuildInvite", "statusOffline"],
|
||
"invitestatusonline": ["GuildInvite", "statusOnline"],
|
||
"inviteuserselectnone": ["GuildInvite", "userSelectNone"],
|
||
"italics": ["TextStyle", "italics"],
|
||
"layermodal": ["LayerModal", "root"],
|
||
"layermodallarge": ["LayerModal", "large"],
|
||
"layermodalmedium": ["LayerModal", "medium"],
|
||
"layermodalsmall": ["LayerModal", "small"],
|
||
"layer": ["Layers", "layer"],
|
||
"layerbase": ["Layers", "baseLayer"],
|
||
"layers": ["Layers", "layers"],
|
||
"layersbg": ["Layers", "bg"],
|
||
"listavatar": ["UserProfile", "listAvatar"],
|
||
"listdiscriminator": ["UserProfile", "listDiscriminator"],
|
||
"listname": ["UserProfile", "listName"],
|
||
"listrow": ["UserProfile", "listRow"],
|
||
"listrowcontent": ["UserProfile", "listRowContent"],
|
||
"listrowwrapper": ["BDFDB", "listRow"],
|
||
"listscroller": ["UserProfile", "listScroller"],
|
||
"livetag": ["LiveTag", "live"],
|
||
"livetaggrey": ["LiveTag", "grey"],
|
||
"livetaglarge": ["LiveTag", "liveLarge"],
|
||
"livetagsmall": ["LiveTag", "liveSmall"],
|
||
"loadingicon": ["BDFDB", "loadingIcon"],
|
||
"loadingiconwrapper": ["BDFDB", "loadingIconWrapper"],
|
||
"loadingscreen": ["LoadingScreen", "container"],
|
||
"loginscreen": ["NotFound", "loginScreen"],
|
||
"marginbottom4": ["Margins", "marginBottom4"],
|
||
"marginbottom8": ["Margins", "marginBottom8"],
|
||
"marginbottom20": ["Margins", "marginBottom20"],
|
||
"marginbottom40": ["Margins", "marginBottom40"],
|
||
"marginbottom60": ["Margins", "marginBottom60"],
|
||
"margincenterhorz": ["Margins", "marginCenterHorz"],
|
||
"marginleft4": ["Autocomplete", "marginLeft4"],
|
||
"marginleft8": ["Autocomplete", "marginLeft8"],
|
||
"marginreset": ["Margins", "marginReset"],
|
||
"margintop4": ["Margins", "marginTop4"],
|
||
"margintop8": ["Margins", "marginTop8"],
|
||
"margintop20": ["Margins", "marginTop20"],
|
||
"margintop40": ["Margins", "marginTop40"],
|
||
"margintop60": ["Margins", "marginTop60"],
|
||
"member": ["Member", "member"],
|
||
"memberactivity": ["Member", "activity"],
|
||
"membericon": ["Member", "icon"],
|
||
"memberoffline": ["Member", "offline"],
|
||
"memberownericon": ["Member", "ownerIcon"],
|
||
"memberpremiumicon": ["Member", "premiumIcon"],
|
||
"members": ["MembersWrapper", "members"],
|
||
"membersgroup": ["MembersWrapper", "membersGroup"],
|
||
"memberswrap": ["MembersWrapper", "membersWrap"],
|
||
"memberusername": ["Member", "roleColor"],
|
||
"mention": ["NotFound", "mention"],
|
||
"mentioninteractive": ["NotFound", "mentionInteractive"],
|
||
"mentionwrapper": ["NotFound", "mentionWrapper"],
|
||
"menu": ["Menu", "menu"],
|
||
"menucaret": ["Menu", "caret"],
|
||
"menucaretarrow": ["MenuCaret", "arrow"],
|
||
"menucaretopen": ["MenuCaret", "open"],
|
||
"menucheck": ["Menu", "check"],
|
||
"menucheckbox": ["Menu", "checkbox"],
|
||
"menucolorbrand": ["Menu", "colorBrand"],
|
||
"menucolorcustom": ["BDFDB", "menuColorCustom"],
|
||
"menucolordanger": ["Menu", "colorDanger"],
|
||
"menucolordefault": ["Menu", "colorDefault"],
|
||
"menucolorpremium": ["Menu", "colorPremium"],
|
||
"menucustomitem": ["Menu", "customItem"],
|
||
"menudisabled": ["Menu", "disabled"],
|
||
"menufocused": ["Menu", "focused"],
|
||
"menuhideinteraction": ["Menu", "hideInteraction"],
|
||
"menuhint": ["BDFDB", "menuItemHint"],
|
||
"menuhintcontainer": ["Menu", "hintContainer"],
|
||
"menuicon": ["Menu", "icon"],
|
||
"menuiconcontainer": ["Menu", "iconContainer"],
|
||
"menuimage": ["Menu", "image"],
|
||
"menuimagecontainer": ["Menu", "imageContainer"],
|
||
"menuitem": ["Menu", "item"],
|
||
"menulabel": ["Menu", "label"],
|
||
"menulabelcontainer": ["Menu", "labelContainer"],
|
||
"menureactbutton": ["MenuReactButton", "button"],
|
||
"menureactbuttonfocused": ["MenuReactButton", "focused"],
|
||
"menureactbuttonicon": ["MenuReactButton", "icon"],
|
||
"menureactbuttons": ["MenuReactButton", "wrapper"],
|
||
"menuscroller": ["Menu", "scroller"],
|
||
"menuseparator": ["Menu", "separator"],
|
||
"menuslider": ["MenuSlider", "slider"],
|
||
"menuslidercontainer": ["MenuSlider", "sliderContainer"],
|
||
"menustylefixed": ["Menu", "styleFixed"],
|
||
"menustyleflexible": ["Menu", "styleFlexible"],
|
||
"menusubmenu": ["Menu", "submenu"],
|
||
"menusubmenucontainer": ["Menu", "submenuContainer"],
|
||
"menusubtext": ["Menu", "subtext"],
|
||
"message": ["Message", "message"],
|
||
"messageaccessory": ["MessageAccessory", "container"],
|
||
"messageavatar": ["MessageBody", "avatar"],
|
||
"messageavatarclickable": ["MessageBody", "clickable"],
|
||
"messagebackgroundflash": ["Message", "backgroundFlash"],
|
||
"messagebarbase": ["MessageElements", "barBase"],
|
||
"messagebarbuttonalt": ["MessageElements", "barButtonAlt"],
|
||
"messagebarbuttonbase": ["MessageElements", "barButtonBase"],
|
||
"messagebarbuttonicon": ["MessageElements", "barButtonIcon"],
|
||
"messagebarbuttonmain": ["MessageElements", "barButtonMain"],
|
||
"messagebarhasmore": ["MessageElements", "hasMore"],
|
||
"messagebarjumptopresentbar": ["MessageElements", "jumpToPresentBar"],
|
||
"messagebarloadingmore": ["MessageElements", "loadingMore"],
|
||
"messagebarnewmessagesbar": ["MessageElements", "newMessagesBar"],
|
||
"messagebarspan": ["MessageElements", "span"],
|
||
"messagebarspinner": ["MessageElements", "spinner"],
|
||
"messagebarspinneritem": ["MessageElements", "spinnerItem"],
|
||
"messagebeforegroup": ["Message", "beforeGroup"],
|
||
"messageblockedaction": ["MessageBlocked", "blockedAction"],
|
||
"messageblockedcontainer": ["MessageBlocked", "container"],
|
||
"messageblockedexpanded": ["MessageBlocked", "expanded"],
|
||
"messageblockedicon": ["MessageBlocked", "blockedIcon"],
|
||
"messageblockedsystemmessage": ["MessageBlocked", "blockedSystemMessage"],
|
||
"messageblockedtext": ["MessageBlocked", "blockedMessageText"],
|
||
"messageblockquotecontainer": ["MessageMarkup", "blockquoteContainer"],
|
||
"messageblockquotedivider": ["MessageMarkup", "blockquoteDivider"],
|
||
"messagebottag": ["MessageBody", "botTag"],
|
||
"messagebottagcompact": ["MessageBody", "botTagCompact"],
|
||
"messagebottagcozy": ["MessageBody", "botTagCozy"],
|
||
"messagebuttoncontainer": ["MessageBody", "buttonContainer"],
|
||
"messagebuttons": ["Message", "buttons"],
|
||
"messagechanneltextarea": ["Message", "channelTextArea"],
|
||
"messagecompact": ["MessageBody", "compact"],
|
||
"messagecontents": ["MessageBody", "contents"],
|
||
"messagecozy": ["MessageBody", "cozy"],
|
||
"messagecozymessage": ["Message", "cozyMessage"],
|
||
"messagedisableinteraction": ["Message", "disableInteraction"],
|
||
"messagedivider": ["Message", "divider"],
|
||
"messagedividerhascontent": ["Message", "hasContent"],
|
||
"messageedited": ["MessageBody", "edited"],
|
||
"messagegroupstart": ["Message", "groupStart"],
|
||
"messagegroupblocked": ["MessageElements", "messageGroupBlocked"],
|
||
"messagegroupblockedbtn": ["MessageElements", "messageGroupBlockedBtn"],
|
||
"messagegroupblockedrevealed": ["MessageElements", "revealed"],
|
||
"messageheader": ["MessageBody", "header"],
|
||
"messageheadertext": ["MessageBody", "headerText"],
|
||
"messagelocalbot": ["Message", "ephemeral"],
|
||
"messagelocalboticon": ["MessageLocalBot", "icon"],
|
||
"messagelocalbotoperations": ["MessageLocalBot", "ephemeralMessage"],
|
||
"messagemarkup": ["MessageMarkup", "markup"],
|
||
"messagemarkupcompact": ["MessageBody", "compact"],
|
||
"messagemarkupcontent": ["MessageBody", "messageContent"],
|
||
"messagemarkupcozy": ["MessageBody", "cozy"],
|
||
"messagemarkupisfailed": ["MessageBody", "isFailed"],
|
||
"messagemarkupissending": ["MessageBody", "isSending"],
|
||
"messagemarkuprtl": ["MessageBody", "markupRtl"],
|
||
"messagementioned": ["Message", "mentioned"],
|
||
"messageoperations": ["MessageOperations", "operations"],
|
||
"messagereaction": ["MessageReactions", "reaction"],
|
||
"messagereactionme": ["MessageReactions", "reactionMe"],
|
||
"messagereactions": ["MessageReactions", "reactions"],
|
||
"messagereactionsmodalemoji": ["MessageReactionsModal", "emoji"],
|
||
"messagereactionsmodalname": ["MessageReactionsModal", "name"],
|
||
"messagereactionsmodalnickname": ["MessageReactionsModal", "nickname"],
|
||
"messagereactionsmodalreactor": ["MessageReactionsModal", "reactor"],
|
||
"messagereactionsmodalusername": ["MessageReactionsModal", "username"],
|
||
"messagereply": ["MessageReply", "container"],
|
||
"messagereplyname": ["MessageReply", "name"],
|
||
"messagereplytext": ["MessageReply", "text"],
|
||
"messageselected": ["Message", "selected"],
|
||
"messages": ["MessagesWrap", "messages"],
|
||
"messagesdivider": ["MessagesWrap", "divider"],
|
||
"messagesloadingavatar": ["MessagesLoading", "avatar"],
|
||
"messagesloadingcompact": ["MessagesLoading", "compact"],
|
||
"messagesloadingcozy": ["MessagesLoading", "cozy"],
|
||
"messagesloadingmessage": ["MessagesLoading", "wrapper"],
|
||
"messagesloadingwrapper": ["NotFound", "messagesLoadingWrapper"],
|
||
"messagespopout": ["MessagesPopout", "messagesPopout"],
|
||
"messagespopoutactionbuttons": ["MessagesPopout", "actionButtons"],
|
||
"messagespopoutbody": ["MessagesPopout", "body"],
|
||
"messagespopoutbottom": ["MessagesPopout", "bottom"],
|
||
"messagespopoutbutton": ["MessagesPopoutButtons", "button"],
|
||
"messagespopoutbuttonsecondary": ["MessagesPopoutButtons", "secondary"],
|
||
"messagespopoutbuttontertiary": ["MessagesPopoutButtons", "tertiary"],
|
||
"messagespopoutchannelname": ["MessagesPopout", "channelName"],
|
||
"messagespopoutchannelseparator": ["MessagesPopout", "channelSeparator"],
|
||
"messagespopoutclosebutton": ["MessagesPopout", "closeIcon"],
|
||
"messagespopoutemptyplaceholder": ["MessagesPopout", "emptyPlaceholder"],
|
||
"messagespopoutfooter": ["MessagesPopout", "footer"],
|
||
"messagespopoutguildname": ["MessagesPopout", "guildName"],
|
||
"messagespopoutgroupcozy": ["MessagesPopout", "messageGroupCozy"],
|
||
"messagespopoutgroupwrapper": ["MessagesPopout", "messageGroupWrapper"],
|
||
"messagespopouthasmore": ["MessagesPopout", "hasMore"],
|
||
"messagespopouthasmorebutton": ["MessagesPopout", "hasMoreButton"],
|
||
"messagespopoutheader": ["MessagesPopout", "header"],
|
||
"messagespopoutimage": ["MessagesPopout", "image"],
|
||
"messagespopoutjumpbutton": ["MessagesPopout", "jumpButton"],
|
||
"messagespopoutloading": ["MessagesPopout", "loading"],
|
||
"messagespopoutloadingmore": ["MessagesPopout", "loadingMore"],
|
||
"messagespopoutloadingplaceholder": ["MessagesPopout", "loadingPlaceholder"],
|
||
"messagespopoutscrollingfooterwrap": ["MessagesPopout", "scrollingFooterWrap"],
|
||
"messagespopoutspinner": ["MessagesPopout", "spinner"],
|
||
"messagespopouttabbar": ["MessagesPopoutTabBar", "tabBar"],
|
||
"messagespopouttabbarheader": ["MessagesPopoutTabBar", "header"],
|
||
"messagespopouttabbartab": ["MessagesPopoutTabBar", "tab"],
|
||
"messagespopouttabbartabactive": ["MessagesPopoutTabBar", "active"],
|
||
"messagespopouttitle": ["MessagesPopout", "title"],
|
||
"messagespopoutvisible": ["MessagesPopout", "visible"],
|
||
"messagespopoutwrap": ["MessagesPopout", "messagesPopoutWrap"],
|
||
"messagesscroller": ["MessagesWrap", "scroller"],
|
||
"messagesscrollercontent": ["MessagesWrap", "scrollerContent"],
|
||
"messagesscrollerinner": ["MessagesWrap", "scrollerInner"],
|
||
"messagesscrollerwrapper": ["MessagesWrap", "scrollerWrap"],
|
||
"messageswelcomechannel": ["MessagesWelcomeChannel", "container"],
|
||
"messageswelcomechannelbutton": ["MessagesWelcomeChannelButton", "button"],
|
||
"messageswelcomechannelbuttoncontainer": ["NotFound", "messagesWelcomeChannelButtonContainer"],
|
||
"messageswelcomechannelbuttonicon": ["MessagesWelcomeChannelButton", "buttonIcon"],
|
||
"messageswelcomechanneldescription": ["MessagesWelcomeChannel", "description"],
|
||
"messageswelcomechannelemptychannelicon": ["MessagesWelcomeChannel", "emptyChannelIcon"],
|
||
"messageswelcomechannelhasdivider": ["MessagesWelcomeChannel", "hasDivider"],
|
||
"messageswelcomechannelheader": ["MessagesWelcomeChannel", "header"],
|
||
"messageswelcomechannellocked": ["MessagesWelcomeChannel", "locked"],
|
||
"messageswelcomeguild": ["MessagesWelcomeGuild", "container"],
|
||
"messageswelcomeguildinner": ["MessagesWelcomeGuild", "inner"],
|
||
"messageswelcomeguildtitle": ["MessagesWelcomeGuild", "titleName"],
|
||
"messageswrapper": ["MessagesWrap", "messagesWrapper"],
|
||
"messagesystem": ["Message", "systemMessage"],
|
||
"messagesystemaccessories": ["MessageBody", "systemMessageAccessories"],
|
||
"messagesystemcontainer": ["MessageSystem", "container"],
|
||
"messagesystemcontent": ["MessageSystem", "content"],
|
||
"messagesystemicon": ["MessageSystem", "icon"],
|
||
"messagesystemiconcontainer": ["MessageSystem", "iconContainer"],
|
||
"messagesystemiconsize": ["MessageSystem", "iconSize"],
|
||
"messagetimedivider": ["MessageDivider", "divider"],
|
||
"messagetimedividercontent": ["MessageDivider", "content"],
|
||
"messagetimedividerhascontent": ["MessageDivider", "hasContent"],
|
||
"messagetimedividerisunread": ["MessageDivider", "isUnread"],
|
||
"messagetimedividerunreadpill": ["MessageDivider", "unreadPill"],
|
||
"messagetimedividerunreadpillcap": ["MessageDivider", "unreadPillCap"],
|
||
"messagetimedividerunreadpillcapstroke": ["MessageDivider", "unreadPillCapStroke"],
|
||
"messagetimestampasiancompact": ["MessageBody", "asianCompactTimeStamp"],
|
||
"messagetimestamp": ["MessageBody", "timestamp"],
|
||
"messagetimestampalt": ["MessageBody", "alt"],
|
||
"messagetimestamplatin12compact": ["MessageBody", "latin12CompactTimeStamp"],
|
||
"messagetimestamplatin24compact": ["MessageBody", "latin24CompactTimeStamp"],
|
||
"messagetimestampseparator": ["MessageBody", "separator"],
|
||
"messagetimestampsystem": ["MessageSystem", "timestamp"],
|
||
"messagetimestamptooltip": ["MessageBody", "timestampTooltip"],
|
||
"messagetimestampvisibleonhover": ["MessageBody", "timestampVisibleOnHover"],
|
||
"messagetoolbar": ["MessageToolbar", "container"],
|
||
"messagetoolbarbutton": ["MessageToolbarItems", "button"],
|
||
"messagetoolbarbuttondisabled": ["MessageToolbarItems", "disabled"],
|
||
"messagetoolbarbuttonselected": ["MessageToolbarItems", "selected"],
|
||
"messagetoolbaricon": ["MessageToolbar", "icon"],
|
||
"messagetoolbarinner": ["MessageToolbarItems", "wrapper"],
|
||
"messagetoolbarisheader": ["MessageToolbar", "isHeader"],
|
||
"messagetoolbarseparator": ["MessageToolbarItems", "separator"],
|
||
"messageuploadcancel": ["MessageFile", "cancelButton"],
|
||
"messageusername": ["MessageBody", "username"],
|
||
"messagewrapper": ["MessageBody", "wrapper"],
|
||
"messagezalgo": ["MessageBody", "zalgo"],
|
||
"modal": ["ModalWrap", "modal"],
|
||
"modalclose": ["LayerModal", "close"],
|
||
"modalchangelogmodal": ["BDFDB", "changeLogModal"],
|
||
"modalconfirmmodal": ["BDFDB", "confirmModal"],
|
||
"modalcontent": ["LayerModal", "content"],
|
||
"modalfooter": ["LayerModal", "footer"],
|
||
"modalguildname": ["ModalItems", "guildName"],
|
||
"modalheader": ["LayerModal", "header"],
|
||
"modalheaderhassibling": ["BDFDB", "modalHeaderHasSibling"],
|
||
"modalheadershade": ["BDFDB", "modalHeaderShade"],
|
||
"modalinner": ["ModalWrap", "inner"],
|
||
"modalmini": ["ModalMiniContent", "modal"],
|
||
"modalminicontent": ["ModalMiniContent", "content"],
|
||
"modalminitext": ["HeaderBarTopic", "content"],
|
||
"modalnoscroller": ["BDFDB", "modalNoScroller"],
|
||
"modalseparator": ["LayerModal", "separator"],
|
||
"modalsidebar": ["BDFDB", "modalSidebar"],
|
||
"modalsizelarge": ["Modal", "sizeLarge"],
|
||
"modalsizemedium": ["Modal", "sizeMedium"],
|
||
"modalsizesmall": ["Modal", "sizeSmall"],
|
||
"modalsub": ["Modal", "modal"],
|
||
"modalsubinner": ["BDFDB", "modalSubInner"],
|
||
"modaltabcontent": ["BDFDB", "modalTabContent"],
|
||
"modaltabcontentopen": ["BDFDB", "modalTabContentOpen"],
|
||
"modalwrapper": ["BDFDB", "modalWrapper"],
|
||
"modedefault": ["FormText", "modeDefault"],
|
||
"modedisabled": ["FormText", "modeDisabled"],
|
||
"modeselectable": ["FormText", "modeSelectable"],
|
||
"namecontainer": ["NameContainer", "container"],
|
||
"namecontaineravatar": ["NameContainer", "avatar"],
|
||
"namecontainerchildren": ["NameContainer", "children"],
|
||
"namecontainerclickable": ["NameContainer", "clickable"],
|
||
"namecontainercontent": ["NameContainer", "content"],
|
||
"namecontainerlayout": ["NameContainer", "layout"],
|
||
"namecontainername": ["NameContainer", "name"],
|
||
"namecontainernamecontainer": ["NotFound", "nameContainerNameContainer"],
|
||
"namecontainernamewrapper": ["NameContainer", "nameAndDecorators"],
|
||
"namecontainerselected": ["NameContainer", "selected"],
|
||
"namecontainersubtext": ["NameContainer", "subText"],
|
||
"nametag": ["NameTag", "nameTag"],
|
||
"nitrostore": ["NitroStore", "applicationStore"],
|
||
"nochannel": ["ChatWindow", "noChannel"],
|
||
"notice": ["Notice", "notice"],
|
||
"noticebrand": ["Notice", "colorBrand"],
|
||
"noticebutton": ["Notice", "button"],
|
||
"noticecustom": ["Notice", "colorCustom"],
|
||
"noticedanger": ["Notice", "colorDanger"],
|
||
"noticedark": ["Notice", "colorDark"],
|
||
"noticedefault": ["Notice", "colorDefault"],
|
||
"noticedownload": ["Notice", "colorDownload"],
|
||
"noticedismiss": ["Notice", "closeButton"],
|
||
"noticeicon": ["NoticePlatform", "icon"],
|
||
"noticeiconandroid": ["NoticePlatform", "iconAndroid"],
|
||
"noticeiconapple": ["NoticePlatform", "iconApple"],
|
||
"noticeiconwindows": ["NoticePlatform", "iconWindows"],
|
||
"noticeinfo": ["Notice", "colorInfo"],
|
||
"noticeneutral": ["Notice", "colorNeutral"],
|
||
"noticenotification": ["Notice", "colorNotification"],
|
||
"noticeplatformicon": ["NoticePlatform", "platformIcon"],
|
||
"noticepremium": ["Notice", "colorPremium"],
|
||
"noticepremiumaction": ["NoticePlatform", "premiumAction"],
|
||
"noticepremiumicon": ["NoticePlatform", "premiumIcon"],
|
||
"noticepremiumlogo": ["NoticePlatform", "premiumLogo"],
|
||
"noticepremiumtext": ["NoticePlatform", "premiumText"],
|
||
"noticepremiumtier1": ["Notice", "colorPremiumTier1"],
|
||
"noticepremiumtier2": ["Notice", "colorPremiumTier2"],
|
||
"noticespotify": ["Notice", "colorSpotify"],
|
||
"noticestreamer": ["Notice", "colorStreamerMode"],
|
||
"noticesuccess": ["Notice", "colorSuccess"],
|
||
"noticetextlink": ["NoticePlatform", "textLink"],
|
||
"noticewrapper": ["BDFDB", "noticeWrapper"],
|
||
"overflowellipsis": ["BDFDB", "overflowEllipsis"],
|
||
"paginationlist": ["BDFDB", "paginationList"],
|
||
"paginationlistalphabet": ["BDFDB", "paginationListAlphabet"],
|
||
"paginationlistalphabetchar": ["BDFDB", "paginationListAlphabetChar"],
|
||
"paginationlistalphabetchardisabled": ["BDFDB", "paginationListAlphabetCharDisabled"],
|
||
"paginationlistcontent": ["BDFDB", "paginationListContent"],
|
||
"paginationlistmini": ["BDFDB", "paginationListMini"],
|
||
"paginationlistpagination": ["BDFDB", "paginationListPagination"],
|
||
"peopleactions": ["PeopleItemInfo", "actions"],
|
||
"peopleinner": ["PeopleItemInfo", "listItemContents"],
|
||
"peoples": ["Peoples", "container"],
|
||
"peoplesbadge": ["Peoples", "badge"],
|
||
"peoplesnowplayingcolumn": ["Peoples", "nowPlayingColumn"],
|
||
"peoplespeoplecolumn": ["Peoples", "peopleColumn"],
|
||
"peoplestabbar": ["Peoples", "tabBar"],
|
||
"peoplewrapper": ["PeopleItem", "peopleListItem"],
|
||
"pictureinpicture": ["PictureInPicture", "pictureInPicture"],
|
||
"pictureinpicturewindow": ["PictureInPicture", "pictureInPictureWindow"],
|
||
"popout": ["Popout", "popout"],
|
||
"popoutarrowalignmentmiddle": ["Popout", "arrowAlignmentMiddle"],
|
||
"popoutarrowalignmenttop": ["Popout", "arrowAlignmentTop"],
|
||
"popoutbottom": ["Popout", "popoutBottom"],
|
||
"popoutbottomleft": ["Popout", "popoutBottomLeft"],
|
||
"popoutbottomright": ["Popout", "popoutBottomRight"],
|
||
"popoutinvert": ["Popout", "popoutInvert"],
|
||
"popoutleft": ["Popout", "popoutLeft"],
|
||
"popoutnoarrow": ["Popout", "noArrow"],
|
||
"popoutnoshadow": ["Popout", "noShadow"],
|
||
"popoutright": ["Popout", "popoutRight"],
|
||
"popouts": ["Popout", "popouts"],
|
||
"popoutthemedpopout": ["BDFDB", "themedPopout"],
|
||
"popouttop": ["Popout", "popoutTop"],
|
||
"popouttopleft": ["Popout", "popoutTopLeft"],
|
||
"popouttopright": ["Popout", "popoutTopRight"],
|
||
"popoutwrapper": ["BDFDB", "popoutWrapper"],
|
||
"quickmessage": ["QuickMessage", "input"],
|
||
"quickselect": ["QuickSelect", "quickSelect"],
|
||
"quickselectarrow": ["QuickSelect", "quickSelectArrow"],
|
||
"quickselectclick": ["QuickSelect", "quickSelectClick"],
|
||
"quickselectlabel": ["QuickSelect", "quickSelectLabel"],
|
||
"quickselectvalue": ["QuickSelect", "quickSelectValue"],
|
||
"quickselectwrapper": ["BDFDB", "quickSelectWrapper"],
|
||
"quickswitcher": ["QuickSwitchWrap", "quickswitcher"],
|
||
"quickswitchresult": ["QuickSwitch", "result"],
|
||
"quickswitchresultfocused": ["QuickSwitch", "resultFocused"],
|
||
"quickswitchresultguildicon": ["QuickSwitch", "guildIcon"],
|
||
"quickswitchresulticon": ["QuickSwitch", "icon"],
|
||
"quickswitchresulticoncontainer": ["QuickSwitch", "iconContainer"],
|
||
"quickswitchresultmatch": ["QuickSwitch", "match"],
|
||
"quickswitchresultmisccontainer": ["QuickSwitchWrap", "miscContainer"],
|
||
"quickswitchresultname": ["QuickSwitch", "name"],
|
||
"quickswitchresultnote": ["QuickSwitch", "note"],
|
||
"quickswitchresultusername": ["QuickSwitch", "username"],
|
||
"radiogroup": ["RadioGroup", "item"],
|
||
"radiogroupinner": ["RadioGroup", "radioBar"],
|
||
"recentmentionschannelname": ["RecentMentionsHeader", "channelName"],
|
||
"recentmentionsclosebutton": ["RecentMentions", "closeButton"],
|
||
"recentmentionsdmicon": ["RecentMentionsHeader", "dmIcon"],
|
||
"recentmentionsguildicon": ["RecentMentionsHeader", "guildIcon"],
|
||
"recentmentionsguildname": ["RecentMentionsHeader", "guildName"],
|
||
"recentmentionsjumpbutton": ["RecentMentions", "jumpButton"],
|
||
"recentmentionspopout": ["RecentMentions", "recentMentionsPopout"],
|
||
"scrollbar": ["Scrollbar", "scrollbar"],
|
||
"scrollbardefault": ["Scrollbar", "scrollbarDefault"],
|
||
"scrollbarghost": ["Scrollbar", "scrollbarGhost"],
|
||
"scrollbarghosthairline": ["Scrollbar", "scrollbarGhostHairline"],
|
||
"scroller": ["Scroller", "scrollerBase"],
|
||
"scrollerauto": ["Scroller", "auto"],
|
||
"scrollercontent": ["Scroller", "content"],
|
||
"scrollerdisablescrollanchor": ["Scroller", "disableScrollAnchor"],
|
||
"scrollerfade": ["Scroller", "fade"],
|
||
"scrollernone": ["Scroller", "none"],
|
||
"scrollerscrolling": ["Scroller", "scrolling"],
|
||
"scrollerthin": ["Scroller", "thin"],
|
||
"searchbar": ["SearchBar", "container"],
|
||
"searchbarclear": ["SearchBar", "clear"],
|
||
"searchbarclose": ["SearchBar", "close"],
|
||
"searchbaricon": ["SearchBar", "icon"],
|
||
"searchbariconlayout": ["SearchBar", "iconLayout"],
|
||
"searchbariconwrap": ["SearchBar", "iconContainer"],
|
||
"searchbarinner": ["SearchBar", "inner"],
|
||
"searchbarinput": ["SearchBar", "input"],
|
||
"searchbarlarge": ["SearchBar", "large"],
|
||
"searchbarmedium": ["SearchBar", "medium"],
|
||
"searchbarsmall": ["SearchBar", "small"],
|
||
"searchbartag": ["SearchBar", "tag"],
|
||
"searchbarvisible": ["SearchBar", "visible"],
|
||
"searchbarwrapper": ["BDFDB", "searchBarWrapper"],
|
||
"searchpopout": ["SearchPopoutWrap", "container"],
|
||
"searchpopoutanswer": ["SearchPopout", "answer"],
|
||
"searchpopoutdatepicker": ["SearchPopout", "datePicker"],
|
||
"searchpopoutdatepickerhint": ["SearchPopout", "datePickerHint"],
|
||
"searchpopoutdmaddpopout": ["DmAddPopout", "popout"],
|
||
"searchpopoutddmadddiscordtag": ["DmAddPopoutItems", "discordTag"],
|
||
"searchpopoutddmaddfriend": ["DmAddPopoutItems", "friend"],
|
||
"searchpopoutddmaddfriendwrapper": ["DmAddPopoutItems", "friendWrapper"],
|
||
"searchpopoutddmaddnickname": ["DmAddPopoutItems", "nickname"],
|
||
"searchpopoutdisplayavatar": ["SearchPopout", "displayAvatar"],
|
||
"searchpopoutdisplayusername": ["SearchPopout", "displayUsername"],
|
||
"searchpopoutdisplayednick": ["SearchPopout", "displayedNick"],
|
||
"searchpopoutfilter": ["SearchPopout", "filter"],
|
||
"searchpopoutheader": ["SearchPopout", "header"],
|
||
"searchpopouthint": ["SearchPopout", "hint"],
|
||
"searchpopouthintvalue": ["SearchPopout", "hintValue"],
|
||
"searchpopoutlinksource": ["SearchPopout", "linkSource"],
|
||
"searchpopoutnontext": ["SearchPopout", "nonText"],
|
||
"searchpopoutoption": ["SearchPopout", "option"],
|
||
"searchpopoutplusicon": ["SearchPopout", "plusIcon"],
|
||
"searchpopoutresultchannel": ["SearchPopout", "resultChannel"],
|
||
"searchpopoutresultsgroup": ["SearchPopout", "resultsGroup"],
|
||
"searchpopoutsearchclearhistory": ["SearchPopout", "searchClearHistory"],
|
||
"searchpopoutsearchlearnmore": ["SearchPopout", "searchLearnMore"],
|
||
"searchpopoutsearchoption": ["SearchPopout", "searchOption"],
|
||
"searchpopoutsearchresultchannelcategory": ["SearchPopout", "searchResultChannelCategory"],
|
||
"searchpopoutsearchresultchannelicon": ["SearchPopout", "searchResultChannelIcon"],
|
||
"searchpopoutsearchresultchanneliconbackground": ["SearchPopout", "searchResultChannelIconBackground"],
|
||
"searchpopoutselected": ["SearchPopout", "selected"],
|
||
"searchpopoutuser": ["SearchPopout", "user"],
|
||
"searchresultsafter": ["SearchResultsMessage", "after"],
|
||
"searchresultsalt": ["SearchResults", "alt"],
|
||
"searchresultsbefore": ["SearchResultsMessage", "before"],
|
||
"searchresultschannelname": ["SearchResultsElements", "channelName"],
|
||
"searchresultschannelSeparator": ["SearchResultsElements", "channelSeparator"],
|
||
"searchresultsexpanded": ["SearchResultsMessage", "expanded"],
|
||
"searchresultsgroupcozy": ["SearchResultsMessage", "messageGroupCozy"],
|
||
"searchresultshit": ["SearchResultsMessage", "hit"],
|
||
"searchresultspagination": ["SearchResultsPagination", "pagination"],
|
||
"searchresultspaginationbutton": ["SearchResultsPagination", "paginationButton"],
|
||
"searchresultspaginationdisabled": ["SearchResultsPagination", "disabled"],
|
||
"searchresultspaginationicon": ["SearchResultsPagination", "icon"],
|
||
"searchresultssibling": ["SearchResultsMessage", "sibling"],
|
||
"searchresultswrap": ["SearchResults", "searchResultsWrap"],
|
||
"select": ["Select", "select"],
|
||
"selectwrapper": ["BDFDB", "selectWrapper"],
|
||
"settingsclosebutton": ["SettingsCloseButton", "closeButton"],
|
||
"settingsclosebuttoncontainer": ["SettingsCloseButton", "container"],
|
||
"settingsguild": ["BDFDB", "settingsGuild"],
|
||
"settingsguilddisabled": ["BDFDB", "settingsGuildDisabled"],
|
||
"settingsheader": ["Item", "header"],
|
||
"settingsitem": ["Item", "item"],
|
||
"settingsitemdragged": ["ItemRole", "dragged"],
|
||
"settingsitemdlock": ["ItemRole", "lock"],
|
||
"settingsitemrole": ["ItemRole", "role"],
|
||
"settingsitemroleinner": ["ItemRole", "roleInner"],
|
||
"settingsitemselected": ["Item", "selected"],
|
||
"settingsitemthemed": ["Item", "themed"],
|
||
"settingspanel": ["BDFDB", "settingsPanel"],
|
||
"settingspanellist": ["BDFDB", "settingsPanelList"],
|
||
"settingsrow": ["SettingsItems", "container"],
|
||
"settingsrowcontainer": ["BDFDB", "settingsRow"],
|
||
"settingsrowcontrol": ["SettingsItems", "control"],
|
||
"settingsrowdisabled": ["SettingsItems", "disabled"],
|
||
"settingsrowlabel": ["SettingsItems", "labelRow"],
|
||
"settingsrownote": ["SettingsItems", "note"],
|
||
"settingsrowtitle": ["SettingsItems", "title"],
|
||
"settingsrowtitledefault": ["SettingsItems", "titleDefault"],
|
||
"settingsrowtitlemini": ["SettingsItems", "titleMini"],
|
||
"settingsseparator": ["Item", "separator"],
|
||
"settingstableheader": ["SettingsTable", "header"],
|
||
"settingstableheadername": ["SettingsTable", "headerName"],
|
||
"settingstableheaderoption": ["SettingsTable", "headerOption"],
|
||
"settingstableheaderoptions": ["BDFDB", "settingsTableHeaderOptions"],
|
||
"settingstableheaders": ["BDFDB", "settingsTableHeaders"],
|
||
"settingstableheadervertical": ["BDFDB", "settingsTableHeaderVertical"],
|
||
"settingstablecard": ["BDFDB", "settingsTableCard"],
|
||
"settingstablecardconfigs": ["BDFDB", "settingsTableCardConfigs"],
|
||
"settingstablecardlabel": ["BDFDB", "settingsTableCardLabel"],
|
||
"settingstablelist": ["BDFDB", "settingsTableList"],
|
||
"settingswindowcontentcolumn": ["SettingsWindow", "contentColumn"],
|
||
"settingswindowcontentregion": ["SettingsWindow", "contentRegion"],
|
||
"settingswindowcontentregionscroller": ["SettingsWindow", "contentRegionScroller"],
|
||
"settingswindowsidebarregion": ["SettingsWindow", "sidebarRegion"],
|
||
"settingswindowsidebarregionscroller": ["SettingsWindow", "sidebarRegionScroller"],
|
||
"settingswindowstandardsidebarview": ["SettingsWindow", "standardSidebarView"],
|
||
"settingswindowsubsidebarcontent": ["SettingsWindowScroller", "content"],
|
||
"settingswindowsubsidebarscroller": ["SettingsWindowScroller", "scroller"],
|
||
"settingswindowtoolscontainer": ["SettingsWindow", "toolsContainer"],
|
||
"sidebar": ["BDFDB", "sidebar"],
|
||
"sidebarcontent": ["BDFDB", "sidebarContent"],
|
||
"sidebarlist": ["BDFDB", "sidebarList"],
|
||
"size10": ["TextSize", "size10"],
|
||
"size12": ["TextSize", "size12"],
|
||
"size14": ["TextSize", "size14"],
|
||
"size16": ["TextSize", "size16"],
|
||
"size20": ["TextSize", "size20"],
|
||
"size24": ["TextSize", "size24"],
|
||
"size32": ["TextSize", "size32"],
|
||
"slider": ["Slider", "slider"],
|
||
"sliderbar": ["Slider", "bar"],
|
||
"sliderbarfill": ["Slider", "barFill"],
|
||
"sliderbubble": ["BDFDB", "sliderBubble"],
|
||
"sliderdisabled": ["Slider", "disabled"],
|
||
"slidergrabber": ["Slider", "grabber"],
|
||
"sliderinput": ["Slider", "input"],
|
||
"slidermark": ["Slider", "mark"],
|
||
"slidermarkdash": ["Slider", "markDash"],
|
||
"slidermarkdashsimple": ["Slider", "markDashSimple"],
|
||
"slidermarkvalue": ["Slider", "markValue"],
|
||
"slidermini": ["Slider", "mini"],
|
||
"slidertrack": ["Slider", "track"],
|
||
"spoilercontainer": ["Spoiler", "spoilerContainer"],
|
||
"spoilerembed": ["SpoilerEmbed", "spoiler"],
|
||
"spoilerembedhidden": ["SpoilerEmbed", "hiddenSpoilers"],
|
||
"spoilerembedinline": ["SpoilerEmbed", "inline"],
|
||
"spoilerhidden": ["Spoiler", "hidden"],
|
||
"spoilertext": ["Spoiler", "spoilerText"],
|
||
"spoilerwarning": ["Spoiler", "spoilerWarning"],
|
||
"splashbackground": ["NotFound", "splashBackground"],
|
||
"strikethrough": ["TextStyle", "strikethrough"],
|
||
"status": ["Avatar", "status"],
|
||
"stopanimations": ["NotFound", "stopAnimations"],
|
||
"subtext": ["NotFound", "subtext"],
|
||
"svgicon": ["BDFDB", "svgIcon"],
|
||
"svgiconwrapper": ["BDFDB", "svgIconWrapper"],
|
||
"switch": ["Switch", "container"],
|
||
"switchinner": ["Switch", "input"],
|
||
"switchmini": ["BDFDB", "switchMini"],
|
||
"switchslider": ["Switch", "slider"],
|
||
"tabbar": ["UserProfile", "tabBar"],
|
||
"tabbarcontainer": ["UserProfile", "tabBarContainer"],
|
||
"tabbarcontainerbottom": ["BDFDB", "tabBarContainerBottom"],
|
||
"tabbaritem": ["UserProfile", "tabBarItem"],
|
||
"tabbartop": ["Item", "top"],
|
||
"table": ["BDFDB", "table"],
|
||
"tablebodycell": ["BDFDB", "tableBodyCell"],
|
||
"tableheadercell": ["BDFDB", "tableHeaderCell"],
|
||
"tableheadercellclickable": ["Table", "clickable"],
|
||
"tableheadercellcontent": ["Table", "headerCellContent"],
|
||
"tableheadercellsorted": ["Table", "headerCellSorted"],
|
||
"tableheadercellwrapper": ["Table", "headerCell"],
|
||
"tableheadersorticon": ["Table", "sortIcon"],
|
||
"tablerow": ["Table", "row"],
|
||
"tablespacerheader": ["Table", "spacerHeader"],
|
||
"tablestickyheader": ["Table", "stickyHeader"],
|
||
"textarea": ["ChannelTextArea", "textArea"],
|
||
"textareaattachbutton": ["ChannelTextAreaAttachButton", "attachButton"],
|
||
"textareaattachbuttoninner": ["ChannelTextAreaAttachButton", "attachButtonInner"],
|
||
"textareaattachbuttonplus": ["ChannelTextAreaAttachButton", "attachButtonPlus"],
|
||
"textareaattachwrapper": ["ChannelTextAreaAttachButton", "attachWrapper"],
|
||
"textareabutton": ["ChannelTextAreaButton", "button"],
|
||
"textareabuttonactive": ["ChannelTextAreaButton", "active"],
|
||
"textareabuttonpulse": ["ChannelTextAreaButton", "pulseButton"],
|
||
"textareabuttonwrapper": ["ChannelTextAreaButton", "buttonWrapper"],
|
||
"textareacharcounter": ["ChannelTextAreaCharCounter", "characterCount"],
|
||
"textareacharcountererror": ["ChannelTextAreaCharCounter", "error"],
|
||
"textareadisabled": ["ChannelTextArea", "textAreaDisabled"],
|
||
"textareafontsize12padding": ["ChannelTextArea", "fontSize12Padding"],
|
||
"textareafontsize14padding": ["ChannelTextArea", "fontSize14Padding"],
|
||
"textareafontsize15padding": ["ChannelTextArea", "fontSize15Padding"],
|
||
"textareafontsize16padding": ["ChannelTextArea", "fontSize16Padding"],
|
||
"textareafontsize18padding": ["ChannelTextArea", "fontSize18Padding"],
|
||
"textareafontsize20padding": ["ChannelTextArea", "fontSize20Padding"],
|
||
"textareafontsize24padding": ["ChannelTextArea", "fontSize24Padding"],
|
||
"textareaicon": ["ChannelTextAreaButton", "icon"],
|
||
"textareaiconpulse": ["ChannelTextAreaButton", "pulseIcon"],
|
||
"textareainner": ["ChannelTextArea", "inner"],
|
||
"textareainnerdisabled": ["ChannelTextArea", "innerDisabled"],
|
||
"textareapickerbutton": ["ChannelTextArea", "button"],
|
||
"textareapickerbuttoncontainer": ["ChannelTextArea", "buttonContainer"],
|
||
"textareapickerbuttons": ["ChannelTextArea", "buttons"],
|
||
"textareascrollablecontainer": ["ChannelTextArea", "scrollableContainer"],
|
||
"textareaslate": ["ChannelTextArea", "textAreaSlate"],
|
||
"textareaslatemarkup": ["ChannelTextAreaSlate", "slateTextArea"],
|
||
"textareaslatecontainer": ["ChannelTextAreaSlate", "slateContainer"],
|
||
"textareaslateplaceholder": ["ChannelTextAreaSlate", "placeholder"],
|
||
"textareauploadinput": ["ChannelTextAreaAttachButton", "uploadInput"],
|
||
"textareawebkit": ["ChannelTextArea", "webkit"],
|
||
"textareawrapall": ["ChannelTextArea", "channelTextArea"],
|
||
"textareawrapchat": ["ChatWindow", "channelTextArea"],
|
||
"textareawrapdisabled": ["ChannelTextArea", "channelTextAreaDisabled"],
|
||
"textrow": ["PopoutActivity", "textRow"],
|
||
"textscroller": ["BDFDB", "textScroller"],
|
||
"themedark": ["NotFound", "themeDark"],
|
||
"themelight": ["NotFound", "themeLight"],
|
||
"themeundefined": ["NotFound", "themeUndefined"],
|
||
"tip": ["Tip", "tip"],
|
||
"tipblock": ["Tip", "block"],
|
||
"tippro": ["Tip", "pro"],
|
||
"tipinline": ["Tip", "inline"],
|
||
"titlebar": ["TitleBar", "titleBar"],
|
||
"titlebarmac": ["TitleBar", "typeMacOS"],
|
||
"titlebarmacbutton": ["TitleBar", "macButton"],
|
||
"titlebarmacbuttonclose": ["TitleBar", "macButtonClose"],
|
||
"titlebarmacbuttonmin": ["TitleBar", "macButtonMinimize"],
|
||
"titlebarmacbuttonmax": ["TitleBar", "macButtonMaximize"],
|
||
"titlebarmacbuttons": ["TitleBar", "macButtons"],
|
||
"titlebarmacwithframe": ["TitleBar", "typeMacOSWithFrame"],
|
||
"titlebarwinbutton": ["TitleBar", "winButton"],
|
||
"titlebarwinbuttonclose": ["TitleBar", "winButtonClose"],
|
||
"titlebarwinbuttonminmax": ["TitleBar", "winButtonMinMax"],
|
||
"titlebarwindows": ["TitleBar", "typeWindows"],
|
||
"titlebarwithframe": ["TitleBar", "withFrame"],
|
||
"titlebarwordmark": ["TitleBar", "wordmark"],
|
||
"titlebarwordmarkmac": ["TitleBar", "wordmarkMacOS"],
|
||
"titlebarwordmarkwindows": ["TitleBar", "wordmarkWindows"],
|
||
"titlesize10": ["UserPopout", "size10"],
|
||
"titlesize12": ["UserPopout", "size12"],
|
||
"titlesize14": ["UserPopout", "size14"],
|
||
"titlesize16": ["UserPopout", "size16"],
|
||
"tooltip": ["Tooltip", "tooltip"],
|
||
"tooltipactivityicon": ["TooltipGuild", "activityIcon"],
|
||
"tooltipblack": ["Tooltip", "tooltipBlack"],
|
||
"tooltipbottom": ["Tooltip", "tooltipBottom"],
|
||
"tooltipbrand": ["Tooltip", "tooltipBrand"],
|
||
"tooltipcontent": ["Tooltip", "tooltipContent"],
|
||
"tooltipcontentallowoverflow": ["Tooltip", "tooltipContentAllowOverflow"],
|
||
"tooltipcustom": ["BDFDB", "tooltipCustom"],
|
||
"tooltipgreen": ["Tooltip", "tooltipGreen"],
|
||
"tooltipgrey": ["Tooltip", "tooltipGrey"],
|
||
"tooltipguildnametext": ["TooltipGuild", "guildNameText"],
|
||
"tooltipguildnametextlimitedsize": ["TooltipGuild", "guildNameTextLimitedSize"],
|
||
"tooltipleft": ["Tooltip", "tooltipLeft"],
|
||
"tooltiplistitem": ["GuildsItems", "listItemTooltip"],
|
||
"tooltippointer": ["Tooltip", "tooltipPointer"],
|
||
"tooltipred": ["Tooltip", "tooltipRed"],
|
||
"tooltipright": ["Tooltip", "tooltipRight"],
|
||
"tooltiprow": ["TooltipGuild", "row"],
|
||
"tooltiprowextra": ["BDFDB", "tooltipRowExtra"],
|
||
"tooltiprowguildname": ["TooltipGuild", "rowGuildName"],
|
||
"tooltiprowicon": ["TooltipGuild", "rowIcon"],
|
||
"tooltiptop": ["Tooltip", "tooltipTop"],
|
||
"tooltipyellow": ["Tooltip", "tooltipYellow"],
|
||
"typing": ["Typing", "typing"],
|
||
"typingcooldownwrapper": ["Typing", "cooldownWrapper"],
|
||
"typingtext": ["Typing", "text"],
|
||
"underline": ["TextStyle", "underline"],
|
||
"unreadbar": ["UnreadBar", "bar"],
|
||
"unreadbaractive": ["UnreadBar", "active"],
|
||
"unreadbarcontainer": ["UnreadBar", "container"],
|
||
"unreadbaricon": ["UnreadBar", "icon"],
|
||
"unreadbarmention": ["UnreadBar", "mention"],
|
||
"unreadbartext": ["UnreadBar", "text"],
|
||
"unreadbarunread": ["UnreadBar", "unread"],
|
||
"uploadmodal": ["UploadModal", "uploadModal"],
|
||
"userbadges": ["UserBadges", "container"],
|
||
"userbadgescolored": ["UserBadges", "colored"],
|
||
"userinfo": ["UserInfo", "userInfo"],
|
||
"userinfoavatar": ["UserInfo", "avatar"],
|
||
"userinfodate": ["BDFDB", "userInfoDate"],
|
||
"userinfodiscordtag": ["UserInfo", "discordTag"],
|
||
"userinfodiscriminator": ["UserInfo", "discriminator"],
|
||
"userinfohovered": ["UserInfo", "hovered"],
|
||
"userinfosubtext": ["UserInfo", "subtext"],
|
||
"userinfotext": ["UserInfo", "text"],
|
||
"userinfousername": ["UserInfo", "username"],
|
||
"userpopout": ["UserPopout", "userPopout"],
|
||
"userpopoutavatarhint": ["UserPopout", "avatarHint"],
|
||
"userpopoutavatarhintinner": ["UserPopout", "avatarHintInner"],
|
||
"userpopoutavatarwrapper": ["UserPopout", "avatarWrapper"],
|
||
"userpopoutavatarwrappernormal": ["UserPopout", "avatarWrapperNormal"],
|
||
"userpopoutbody": ["UserPopout", "body"],
|
||
"userpopoutbodyinnerwrapper": ["UserPopout", "bodyInnerWrapper"],
|
||
"userpopoutbodytitle": ["UserPopout", "bodyTitle"],
|
||
"userpopoutcustomstatus": ["UserPopout", "customStatus"],
|
||
"userpopoutcustomstatusemoji": ["UserPopout", "customStatusEmoji"],
|
||
"userpopoutcustomstatussoloemoji": ["UserPopout", "customStatusSoloEmoji"],
|
||
"userpopoutcustomstatustext": ["UserPopout", "customStatusText"],
|
||
"userpopoutendbodysection": ["UserPopout", "endBodySection"],
|
||
"userpopoutfooter": ["UserPopout", "footer"],
|
||
"userpopoutheader": ["UserPopout", "header"],
|
||
"userpopoutheaderbottagwithnickname": ["UserPopout", "headerBotTagWithNickname"],
|
||
"userpopoutheadernamewrapper": ["UserPopout", "headerNameWrapper"],
|
||
"userpopoutheadernickname": ["UserPopout", "headerName"],
|
||
"userpopoutheadernormal": ["UserPopout", "headerNormal"],
|
||
"userpopoutheaderplaying": ["UserPopout", "headerPlaying"],
|
||
"userpopoutheaderspotify": ["UserPopout", "headerSpotify"],
|
||
"userpopoutheaderstreaming": ["UserPopout", "headerStreaming"],
|
||
"userpopoutheadertag": ["UserPopout", "headerTag"],
|
||
"userpopoutheadertagnonickname": ["UserPopout", "headerTagNoNickname"],
|
||
"userpopoutheadertagusernamenonickname": ["UserPopout", "headerTagUsernameNoNickname"],
|
||
"userpopoutheadertagwithnickname": ["UserPopout", "headerTagWithNickname"],
|
||
"userpopoutheadertext": ["UserPopout", "headerText"],
|
||
"userpopoutheadertop": ["UserPopout", "headerTop"],
|
||
"userpopoutprotip": ["UserPopout", "protip"],
|
||
"userpopoutrole": ["Role", "role"],
|
||
"userpopoutrolecircle": ["Role", "roleCircle"],
|
||
"userpopoutrolelist": ["UserPopout", "rolesList"],
|
||
"userpopoutrolename": ["Role", "roleName"],
|
||
"userpopoutroles": ["Role", "root"],
|
||
"userprofile": ["UserProfile", "root"],
|
||
"userprofilebody": ["UserProfile", "body"],
|
||
"userprofilebottag": ["UserProfile", "botTag"],
|
||
"userprofilecustomstatus": ["UserProfile", "customStatusText"],
|
||
"userprofilecustomstatusemoji": ["UserProfile", "customStatusEmoji"],
|
||
"userprofileheader": ["UserProfile", "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"],
|
||
"username": ["NameTag", "username"],
|
||
"usernotepopout": ["UserPopout", "note"],
|
||
"usernoteprofile": ["UserProfile", "note"],
|
||
"usernotetextarea": ["NoteTextarea", "textarea"],
|
||
"usersettings": ["UserSettings", "usersettingsaccount"],
|
||
"usersummaryavatar": ["UserSummaryItem", "avatar"],
|
||
"usersummaryavatarcontainer": ["UserSummaryItem", "avatarContainer"],
|
||
"usersummaryavatarcontainermasked": ["UserSummaryItem", "avatarContainerMasked"],
|
||
"usersummaryclickableavatar": ["UserSummaryItem", "clickableAvatar"],
|
||
"usersummarycontainer": ["UserSummaryItem", "container"],
|
||
"usersummaryemptyuser": ["UserSummaryItem", "emptyUser"],
|
||
"usersummaryicon": ["UserSummaryItem", "icon"],
|
||
"usersummarymoreUsers": ["UserSummaryItem", "moreUsers"],
|
||
"voiceavatar": ["VoiceChannel", "avatar"],
|
||
"voiceavatarcontainer": ["VoiceChannel", "avatarContainer"],
|
||
"voiceavatarlarge": ["VoiceChannel", "avatarLarge"],
|
||
"voiceavatarsmall": ["VoiceChannel", "avatarSmall"],
|
||
"voiceavatarspeaking": ["VoiceChannel", "avatarSpeaking"],
|
||
"voiceclickable": ["VoiceChannel", "clickable"],
|
||
"voicecontent": ["VoiceChannel", "content"],
|
||
"voicedetails": ["VoiceDetails", "container"],
|
||
"voicedetailsactionbuttons": ["VoiceDetails", "actionButtons"],
|
||
"voicedetailsbutton": ["VoiceDetails", "button"],
|
||
"voicedetailsbuttonactive": ["VoiceDetails", "buttonActive"],
|
||
"voicedetailsbuttoncolor": ["VoiceDetails", "buttonColor"],
|
||
"voicedetailsbuttonicon": ["VoiceDetails", "buttonIcon"],
|
||
"voicedetailschannel": ["VoiceDetails", "channel"],
|
||
"voicedetailscustomstatuscontainer": ["VoiceDetails", "customStatusContainer"],
|
||
"voicedetailshotspot": ["VoiceDetails", "hotspot"],
|
||
"voicedetailsinner": ["VoiceDetails", "inner"],
|
||
"voicedetailslabelwrapper": ["VoiceDetailsPing", "labelWrapper"],
|
||
"voicedetailsping": ["VoiceDetailsPing", "ping"],
|
||
"voicedetailspingforeground": ["VoiceDetailsPing", "pingForeground"],
|
||
"voicedetailsqualityaverage": ["VoiceDetailsPing", "rtcConnectionQualityAverage"],
|
||
"voicedetailsqualitybad": ["VoiceDetailsPing", "rtcConnectionQualityBad"],
|
||
"voicedetailsqualityfine": ["VoiceDetailsPing", "rtcConnectionQualityFine"],
|
||
"voicedetailsstatus": ["VoiceDetailsPing", "rtcConnectionStatus"],
|
||
"voicedetailsstatusconnected": ["VoiceDetailsPing", "rtcConnectionStatusConnected"],
|
||
"voicedetailsstatusconnecting": ["VoiceDetailsPing", "rtcConnectionStatusConnecting"],
|
||
"voicedetailsstatuserror": ["VoiceDetailsPing", "rtcConnectionStatusError"],
|
||
"voicedetailsstatuswithpopout": ["VoiceDetails", "statusWithPopout"],
|
||
"voicedraggable": ["NotFound", "voiceDraggable"],
|
||
"voiceflipped": ["VoiceChannel", "flipped"],
|
||
"voiceicon": ["VoiceChannel", "icon"],
|
||
"voiceicons": ["VoiceChannel", "icons"],
|
||
"voiceiconspacing": ["VoiceChannel", "iconSpacing"],
|
||
"voicelimit": ["VoiceChannelLimit", "wrapper"],
|
||
"voicelimittotal": ["VoiceChannelLimit", "total"],
|
||
"voicelimitusers": ["VoiceChannelLimit", "users"],
|
||
"voicelist": ["VoiceChannel", "list"],
|
||
"voicelist2": ["VoiceChannelList", "list"],
|
||
"voicelistcollapsed": ["VoiceChannel", "listCollapse"],
|
||
"voicelistcollapsed2": ["VoiceChannelList", "collapsed"],
|
||
"voicelistdefault": ["VoiceChannel", "listDefault"],
|
||
"voiceliveicon": ["VoiceChannel", "liveIcon"],
|
||
"voicename": ["VoiceChannel", "username"],
|
||
"voicenamefont": ["VoiceChannel", "usernameFont"],
|
||
"voicenamespeaking": ["VoiceChannel", "usernameSpeaking"],
|
||
"voiceselected": ["VoiceChannel", "selected"],
|
||
"voiceuser": ["VoiceChannel", "voiceUser"],
|
||
"voiceuserlarge": ["VoiceChannel", "userLarge"],
|
||
"voiceusersmall": ["VoiceChannel", "userSmall"],
|
||
"webhookcard": ["WebhookCard", "card"],
|
||
"webhookcardbody": ["WebhookCard", "body"],
|
||
"webhookcardcopybutton": ["WebhookCard", "copyButton"],
|
||
"webhookcardheader": ["WebhookCard", "header"]
|
||
},
|
||
"myId": "278543574059057154",
|
||
"myGuildId": "410787888507256842",
|
||
"Languages": {
|
||
"$discord": {"name":"Discord (English))", "id":"en", "ownlang":"English"},
|
||
"af": {"name":"Afrikaans", "id":"af", "ownlang":"Afrikaans"},
|
||
"sq": {"name":"Albanian", "id":"sq", "ownlang":"Shqiptar"},
|
||
"am": {"name":"Amharic", "id":"am", "ownlang":"አማርኛ"},
|
||
"ar": {"name":"Arabic", "id":"ar", "ownlang":"اللغة العربية"},
|
||
"hy": {"name":"Armenian", "id":"hy", "ownlang":"Հայերեն"},
|
||
"az": {"name":"Azerbaijani", "id":"az", "ownlang":"آذربایجان دیلی"},
|
||
"ba": {"name":"Bashkir", "id":"ba", "ownlang":"Башҡорт"},
|
||
"eu": {"name":"Basque", "id":"eu", "ownlang":"Euskara"},
|
||
"be": {"name":"Belarusian", "id":"be", "ownlang":"Беларуская"},
|
||
"bn": {"name":"Bengali", "id":"bn", "ownlang":"বাংলা"},
|
||
"bs": {"name":"Bosnian", "id":"bs", "ownlang":"Босански"},
|
||
"bg": {"name":"Bulgarian", "id":"bg", "ownlang":"български"},
|
||
"my": {"name":"Burmese", "id":"my", "ownlang":"မြန်မာစာ"},
|
||
"ca": {"name":"Catalan", "id":"ca", "ownlang":"Català"},
|
||
"ceb": {"name":"Cebuano", "id":"ceb", "ownlang":"Bisaya"},
|
||
"ny": {"name":"Chichewa", "id":"ny", "ownlang":"Nyanja"},
|
||
"zh": {"name":"Chinese", "id":"zh", "ownlang":"中文"},
|
||
"zh-HK": {"name":"Chinese (Hong Kong)", "id":"zh-HK", "ownlang":"香港中文"},
|
||
"zh-CN": {"name":"Chinese (Simplified)", "id":"zh-CN", "ownlang":"简体中文"},
|
||
"zh-TW": {"name":"Chinese (Traditional)", "id":"zh-TW", "ownlang":"繁體中文"},
|
||
"co": {"name":"Corsican", "id":"co", "ownlang":"Corsu"},
|
||
"hr": {"name":"Croatian", "id":"hr", "ownlang":"Hrvatski"},
|
||
"cs": {"name":"Czech", "id":"cs", "ownlang":"Čeština"},
|
||
"da": {"name":"Danish", "id":"da", "ownlang":"Dansk"},
|
||
"nl": {"name":"Dutch", "id":"nl", "ownlang":"Nederlands"},
|
||
"en": {"name":"English", "id":"en", "ownlang":"English"},
|
||
"en-GB": {"name":"English (UK)", "id":"en-GB", "ownlang":"English (UK)"},
|
||
"en-US": {"name":"English (US)", "id":"en-US", "ownlang":"English (US)"},
|
||
"eo": {"name":"Esperanto", "id":"eo", "ownlang":"Esperanto"},
|
||
"et": {"name":"Estonian", "id":"et", "ownlang":"Eesti"},
|
||
"fil": {"name":"Filipino", "id":"fil", "ownlang":"Wikang Filipino"},
|
||
"fi": {"name":"Finnish", "id":"fi", "ownlang":"Suomi"},
|
||
"fr": {"name":"French", "id":"fr", "ownlang":"Français"},
|
||
"fr-CA": {"name":"French (Canadian)", "id":"fr-CA", "ownlang":"Français Canadien"},
|
||
"fy": {"name":"Frisian", "id":"fy", "ownlang":"Frysk"},
|
||
"gl": {"name":"Galician", "id":"gl", "ownlang":"Galego"},
|
||
"ka": {"name":"Georgian", "id":"ka", "ownlang":"ქართული"},
|
||
"de": {"name":"German", "id":"de", "ownlang":"Deutsch"},
|
||
"de-AT": {"name":"German (Austria)", "id":"de-AT", "ownlang":"Österreichisch Deutsch"},
|
||
"de-CH": {"name":"German (Switzerland)", "id":"de-CH", "ownlang":"Schweizerdeutsch"},
|
||
"el": {"name":"Greek", "id":"el", "ownlang":"Ελληνικά"},
|
||
"gu": {"name":"Gujarati", "id":"gu", "ownlang":"ગુજરાતી"},
|
||
"ht": {"name":"Haitian Creole", "id":"ht", "ownlang":"Kreyòl Ayisyen"},
|
||
"ha": {"name":"Hausa", "id":"ha", "ownlang":"حَوْسَ"},
|
||
"haw": {"name":"Hawaiian", "id":"haw", "ownlang":"ʻŌlelo Hawaiʻi"},
|
||
"he": {"name":"Hebrew", "id":"he", "ownlang":"עברית"},
|
||
"iw": {"name":"Hebrew (Israel)", "id":"iw", "ownlang":"עברית"},
|
||
"hi": {"name":"Hindi", "id":"hi", "ownlang":"हिन्दी"},
|
||
"hmn": {"name":"Hmong", "id":"hmn", "ownlang":"lol Hmongb"},
|
||
"hu": {"name":"Hungarian", "id":"hu", "ownlang":"Magyar"},
|
||
"is": {"name":"Icelandic", "id":"is", "ownlang":"Íslenska"},
|
||
"ig": {"name":"Igbo", "id":"ig", "ownlang":"Asụsụ Igbo"},
|
||
"id": {"name":"Indonesian", "id":"id", "ownlang":"Bahasa Indonesia"},
|
||
"ga": {"name":"Irish", "id":"ga", "ownlang":"Gaeilge"},
|
||
"it": {"name":"Italian", "id":"it", "ownlang":"Italiano"},
|
||
"ja": {"name":"Japanese", "id":"ja", "ownlang":"日本語"},
|
||
"jv": {"name":"Javanese", "id":"jv", "ownlang":"ꦧꦱꦗꦮ"},
|
||
"jw": {"name":"Javanese (Javanese)", "id":"jw", "ownlang":"ꦧꦱꦗꦮ"},
|
||
"kn": {"name":"Kannada", "id":"kn", "ownlang":"ಕನ್ನಡ"},
|
||
"kk": {"name":"Kazakh", "id":"kk", "ownlang":"Қазақ Tілі"},
|
||
"km": {"name":"Khmer", "id":"km", "ownlang":"ភាសាខ្មែរ"},
|
||
"rw": {"name":"Kinyarwanda", "id":"rw", "ownlang":"Ikinyarwanda"},
|
||
"ko": {"name":"Korean", "id":"ko", "ownlang":"한국어"},
|
||
"ku": {"name":"Kurdish", "id":"ku", "ownlang":"کوردی"},
|
||
"ky": {"name":"Kyrgyz", "id":"ky", "ownlang":"кыргызча"},
|
||
"lo": {"name":"Lao", "id":"lo", "ownlang":"ພາສາລາວ"},
|
||
"la": {"name":"Latin", "id":"la", "ownlang":"Latina"},
|
||
"lv": {"name":"Latvian", "id":"lv", "ownlang":"Latviešu"},
|
||
"lt": {"name":"Lithuanian", "id":"lt", "ownlang":"Lietuvių"},
|
||
"lb": {"name":"Luxembourgish", "id":"lb", "ownlang":"Lëtzebuergesch"},
|
||
"mk": {"name":"Macedonian", "id":"mk", "ownlang":"Mакедонски"},
|
||
"mg": {"name":"Malagasy", "id":"mg", "ownlang":"Malagasy"},
|
||
"ms": {"name":"Malay", "id":"ms", "ownlang":"بهاس ملايو"},
|
||
"ml": {"name":"Malayalam", "id":"ml", "ownlang":"മലയാളം"},
|
||
"mt": {"name":"Maltese", "id":"mt", "ownlang":"Malti"},
|
||
"mi": {"name":"Maori", "id":"mi", "ownlang":"te Reo Māori"},
|
||
"mr": {"name":"Marathi", "id":"mr", "ownlang":"मराठी"},
|
||
"mhr": {"name":"Mari", "id":"mhr", "ownlang":"марий йылме"},
|
||
"mn": {"name":"Mongolian", "id":"mn", "ownlang":"Монгол Хэл"},
|
||
"my": {"name":"Myanmar (Burmese)", "id":"my", "ownlang":"မြန်မာл Хэл"},
|
||
"ne": {"name":"Nepali", "id":"ne", "ownlang":"नेपाली"},
|
||
"no": {"name":"Norwegian", "id":"no", "ownlang":"Norsk"},
|
||
"or": {"name":"Odia", "id":"or", "ownlang":"ଓଡ଼ିଆ"},
|
||
"pap": {"name":"Papiamento", "id":"pap", "ownlang":"Papiamentu"},
|
||
"ps": {"name":"Pashto", "id":"ps", "ownlang":"پښتو"},
|
||
"fa": {"name":"Persian", "id":"fa", "ownlang":"فارسی"},
|
||
"pl": {"name":"Polish", "id":"pl", "ownlang":"Polski"},
|
||
"pt": {"name":"Portuguese", "id":"pt", "ownlang":"Português"},
|
||
"pt-BR": {"name":"Portuguese (Brazil)", "id":"pt-BR", "ownlang":"Português do Brasil"},
|
||
"pt-PT": {"name":"Portuguese (Portugal)", "id":"pt-PT", "ownlang":"Português do Portugal"},
|
||
"pa": {"name":"Punjabi", "id":"pa", "ownlang":"पंजाबी"},
|
||
"ro": {"name":"Romanian", "id":"ro", "ownlang":"Română"},
|
||
"ru": {"name":"Russian", "id":"ru", "ownlang":"Pусский"},
|
||
"sm": {"name":"Samoan", "id":"sm", "ownlang":"Gagana Sāmoa"},
|
||
"gd": {"name":"Scottish Gaelic", "id":"gd", "ownlang":"Gàidhlig"},
|
||
"sr": {"name":"Serbian", "id":"sr", "ownlang":"Српски"},
|
||
"st": {"name":"Sesotho", "id":"st", "ownlang":"Sesotho"},
|
||
"sn": {"name":"Shona", "id":"sn", "ownlang":"Shona"},
|
||
"sd": {"name":"Sindhi", "id":"sd", "ownlang":"سنڌي"},
|
||
"si": {"name":"Sinhala", "id":"si", "ownlang":"සිංහල"},
|
||
"sk": {"name":"Slovak", "id":"sk", "ownlang":"Slovenčina"},
|
||
"sl": {"name":"Slovenian", "id":"sl", "ownlang":"Slovenščina"},
|
||
"so": {"name":"Somali", "id":"so", "ownlang":"Soomaali"},
|
||
"es": {"name":"Spanish", "id":"es", "ownlang":"Español"},
|
||
"es-419": {"name":"Spanish (Latin America)", "id":"es-419", "ownlang":"Español latinoamericano"},
|
||
"su": {"name":"Sundanese", "id":"su", "ownlang":"Basa Sunda"},
|
||
"sw": {"name":"Swahili", "id":"sw", "ownlang":"Kiswahili"},
|
||
"sv": {"name":"Swedish", "id":"sv", "ownlang":"Svenska"},
|
||
"tl": {"name":"Tagalog", "id":"tl", "ownlang":"Wikang Tagalog"},
|
||
"tg": {"name":"Tajik", "id":"tg", "ownlang":"тоҷикӣ"},
|
||
"ta": {"name":"Tamil", "id":"ta", "ownlang":"தமிழ்"},
|
||
"tt": {"name":"Tatar", "id":"tt", "ownlang":"татарча"},
|
||
"te": {"name":"Telugu", "id":"te", "ownlang":"తెలుగు"},
|
||
"th": {"name":"Thai", "id":"th", "ownlang":"ภาษาไทย"},
|
||
"tr": {"name":"Turkish", "id":"tr", "ownlang":"Türkçe"},
|
||
"tk": {"name":"Turkmen", "id":"tk", "ownlang":"Türkmençe"},
|
||
"udm": {"name":"Udmurt", "id":"udm", "ownlang":"удмурт кыл"},
|
||
"uk": {"name":"Ukrainian", "id":"uk", "ownlang":"Yкраїнський"},
|
||
"ur": {"name":"Urdu", "id":"ur", "ownlang":"اُردُو"},
|
||
"ug": {"name":"Uyghur", "id":"ug", "ownlang":"ئۇيغۇر تىلى"},
|
||
"uz": {"name":"Uzbek", "id":"uz", "ownlang":"اوزبیک"},
|
||
"vi": {"name":"Vietnamese", "id":"vi", "ownlang":"Tiếng Việt Nam"},
|
||
"cy": {"name":"Welsh", "id":"cy", "ownlang":"Cymraeg"},
|
||
"xh": {"name":"Xhosa", "id":"xh", "ownlang":"Xhosa"},
|
||
"yi": {"name":"Yiddish", "id":"yi", "ownlang":"ייִדיש ייִדיש"},
|
||
"yo": {"name":"Yoruba", "id":"yo", "ownlang":"Èdè Yorùbá"},
|
||
"zu": {"name":"Zulu", "id":"zu", "ownlang":"Zulu"}
|
||
},
|
||
"LibraryStrings": {
|
||
"hr": {
|
||
"ascending": "Uzlazni",
|
||
"descending": "Silazni",
|
||
"donate_message": "Podržite me da primam daljnja ažuriranja!",
|
||
"file_navigator_text": "Pregledajte datoteku",
|
||
"first": "Prvi",
|
||
"last": "Zadnji",
|
||
"library_settings": "Postavke biblioteke",
|
||
"order": "Slijed",
|
||
"server": "Server",
|
||
"sort_by": "Poredaj po",
|
||
"toast_plugin_started": "{{var0}} je započeo",
|
||
"toast_plugin_stopped": "{{var0}} zaustavljen",
|
||
"toast_plugin_translated": "prijevod na {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} zamijenjen je s {{var2}} {{var3}}",
|
||
"update_notice_click": "Kliknite za ažuriranje!",
|
||
"update_notice_reload": "Za završetak ažuriranja potrebno je ponovo učitati",
|
||
"update_notice_update": "Sljedeće dodatke treba ažurirati:"
|
||
},
|
||
"da": {
|
||
"ascending": "Stigende",
|
||
"descending": "Aftagende",
|
||
"donate_message": "Støt mig til at modtage yderligere opdateringer!",
|
||
"file_navigator_text": "Gennemse fil",
|
||
"first": "Første",
|
||
"last": "Sidste",
|
||
"library_settings": "Biblioteksindstillinger",
|
||
"order": "Sekvens",
|
||
"server": "Server",
|
||
"sort_by": "Sorter efter",
|
||
"toast_plugin_started": "{{var0}} er startet",
|
||
"toast_plugin_stopped": "{{var0}} er stoppet",
|
||
"toast_plugin_translated": "oversat til {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} blev erstattet af {{var2}} {{var3}}",
|
||
"update_notice_click": "Klik for at opdatere!",
|
||
"update_notice_reload": "For at afslutte opdateringen skal du genindlæse",
|
||
"update_notice_update": "Følgende plugins skal opdateres:"
|
||
},
|
||
"de": {
|
||
"ascending": "Aufsteigend",
|
||
"descending": "Absteigend",
|
||
"donate_message": "Unterstütze mich, um weitere Updates zu erhalten!",
|
||
"file_navigator_text": "Datei durchsuchen",
|
||
"first": "Erste",
|
||
"last": "Letzte",
|
||
"library_settings": "Bibliothekseinstellungen",
|
||
"order": "Reihenfolge",
|
||
"server": "Server",
|
||
"sort_by": "Sortieren nach",
|
||
"toast_plugin_started": "{{var0}} wurde gestartet",
|
||
"toast_plugin_stopped": "{{var0}} wurde gestoppt",
|
||
"toast_plugin_translated": "auf {{var0}} übersetzt",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} wurde durch {{var2}} {{var3}} ersetzt",
|
||
"update_notice_click": "Zum Aktualisieren klicken!",
|
||
"update_notice_reload": "Lade neu, um die Aktualisierung abzuschließen",
|
||
"update_notice_update": "Die folgenden Plugins müssen aktualisiert werden:"
|
||
},
|
||
"es": {
|
||
"ascending": "Ascendente",
|
||
"descending": "Descendente",
|
||
"donate_message": "¡Apóyame para recibir más actualizaciones!",
|
||
"file_navigator_text": "Buscar archivo",
|
||
"first": "Primero",
|
||
"last": "Último",
|
||
"library_settings": "Configuraciones de biblioteca",
|
||
"order": "Secuencia",
|
||
"server": "Servidor",
|
||
"sort_by": "Ordenar por",
|
||
"toast_plugin_started": "{{var0}} se guilddiv iniciado",
|
||
"toast_plugin_stopped": "{{var0}} se guilddiv detenido",
|
||
"toast_plugin_translated": "traducido a {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} ha sido reemplazado por {{var2}} {{var3}}",
|
||
"update_notice_click": "Haga clic para actualizar!",
|
||
"update_notice_reload": "Para finalizar la actualización, debe volver a cargar",
|
||
"update_notice_update": "Los siguientes complementos deben actualizarse:"
|
||
},
|
||
"fr": {
|
||
"ascending": "Ascendant",
|
||
"descending": "Descendant",
|
||
"donate_message": "Soutenez-moi pour recevoir d'autres mises à jour!",
|
||
"file_navigator_text": "Parcourir le fichier",
|
||
"first": "Première",
|
||
"last": "Dernier",
|
||
"library_settings": "Paramètres de la bibliothèque",
|
||
"order": "Séquence",
|
||
"server": "Serveur",
|
||
"sort_by": "Trier par",
|
||
"toast_plugin_started": "{{var0}} a été démarré",
|
||
"toast_plugin_stopped": "{{var0}} a été arrêté",
|
||
"toast_plugin_translated": "traduit en {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} a été remplacé par {{var2}} {{var3}}",
|
||
"update_notice_click": "Cliquez pour mettre à jour!",
|
||
"update_notice_reload": "Pour terminer la mise à jour, vous devez recharger",
|
||
"update_notice_update": "Les plugins suivants doivent être mis à jour:"
|
||
},
|
||
"it": {
|
||
"ascending": "Ascendente",
|
||
"descending": "Discendente",
|
||
"donate_message": "Supportami a, per ricevere ulteriori aggiornamenti!",
|
||
"file_navigator_text": "Sfoglia file",
|
||
"first": "Primo",
|
||
"last": "Ultimo",
|
||
"library_settings": "Impostazioni della libreria",
|
||
"order": "Sequenza",
|
||
"server": "Server",
|
||
"sort_by": "Ordina per",
|
||
"toast_plugin_started": "{{var0}} è stato avviato",
|
||
"toast_plugin_stopped": "{{var0}} è stato interrotto",
|
||
"toast_plugin_translated": "tradotto in {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} è stato sostituito da {{var2}} {{var3}}",
|
||
"update_notice_click": "Clicca per aggiornare!",
|
||
"update_notice_reload": "Per terminare l'aggiornamento è necessario ricaricare",
|
||
"update_notice_update": "I seguenti plugin devono essere aggiornati:"
|
||
},
|
||
"nl": {
|
||
"ascending": "Oplopend",
|
||
"descending": "Aflopend",
|
||
"donate_message": "Steun mij om verdere updates te ontvangen!",
|
||
"file_navigator_text": "Bestand zoeken",
|
||
"first": "Eerste",
|
||
"last": "Laatste",
|
||
"library_settings": "Bibliotheekinstellingen",
|
||
"order": "Volgorde",
|
||
"server": "Server",
|
||
"sort_by": "Sorteer op",
|
||
"toast_plugin_started": "{{var0}} is gestart",
|
||
"toast_plugin_stopped": "{{var0}} is gestopt",
|
||
"toast_plugin_translated": "vertaald naar {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} is vervangen door {{var2}} {{var3}}",
|
||
"update_notice_click": "Klik om te updaten!",
|
||
"update_notice_reload": "Om de update te voltooien, moet u opnieuw laden",
|
||
"update_notice_update": "De volgende plug-ins moeten worden bijgewerkt:"
|
||
},
|
||
"no": {
|
||
"ascending": "Stigende",
|
||
"descending": "Synkende",
|
||
"donate_message": "Støtt meg til å motta ytterligere oppdateringer!",
|
||
"file_navigator_text": "Bla gjennom fil",
|
||
"first": "Første",
|
||
"last": "Siste",
|
||
"library_settings": "Bibliotekinnstillinger",
|
||
"order": "Sekvens",
|
||
"server": "Server",
|
||
"sort_by": "Sorter etter",
|
||
"toast_plugin_started": "{{var0}} er startet",
|
||
"toast_plugin_stopped": "{{var0}} er stoppet",
|
||
"toast_plugin_translated": "oversatt til {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} er erstattet av {{var2}} {{var3}}",
|
||
"update_notice_click": "Klikk for å oppdatere!",
|
||
"update_notice_reload": "For å fullføre oppdateringen må du laste inn på nytt",
|
||
"update_notice_update": "Følgende plugins må oppdateres:"
|
||
},
|
||
"pl": {
|
||
"ascending": "Rosnąco",
|
||
"descending": "Malejąco",
|
||
"donate_message": "Wesprzyj mnie, aby otrzymywać dalsze aktualizacje!",
|
||
"file_navigator_text": "Przeglądać plik",
|
||
"first": "Pierwszy",
|
||
"last": "Ostatni",
|
||
"library_settings": "Ustawienia biblioteki",
|
||
"order": "Sekwencja",
|
||
"server": "Serwer",
|
||
"sort_by": "Sortuj według",
|
||
"toast_plugin_started": "{{var0}} został uruchomiony",
|
||
"toast_plugin_stopped": "{{var0}} został zatrzymany",
|
||
"toast_plugin_translated": "przetłumaczono na {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} został zastąpiony przez {{var2}} {{var3}}",
|
||
"update_notice_click": "Kliknij, aby zaktualizować!",
|
||
"update_notice_reload": "Aby zakończyć aktualizację, musisz ponownie załadować",
|
||
"update_notice_update": "Należy zaktualizować następujące wtyczki:"
|
||
},
|
||
"pt-BR": {
|
||
"ascending": "Crescente",
|
||
"descending": "Descendente",
|
||
"donate_message": "Apoie-me para receber mais atualizações!",
|
||
"file_navigator_text": "Procurar arquivo",
|
||
"first": "Primeiro",
|
||
"last": "Último",
|
||
"library_settings": "Configurações da biblioteca",
|
||
"order": "Seqüência",
|
||
"server": "Servidor",
|
||
"sort_by": "Ordenar por",
|
||
"toast_plugin_started": "{{var0}} foi iniciado",
|
||
"toast_plugin_stopped": "{{var0}} foi interrompido",
|
||
"toast_plugin_translated": "traduzido para {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} foi substituído por {{var2}} {{var3}}",
|
||
"update_notice_click": "Clique para atualizar!",
|
||
"update_notice_reload": "Para concluir a atualização, você precisa recarregar",
|
||
"update_notice_update": "Os seguintes plugins precisam ser atualizados:"
|
||
},
|
||
"fi": {
|
||
"ascending": "Nouseva",
|
||
"descending": "Laskeva",
|
||
"donate_message": "Tue minua saadaksesi lisää päivityksiä!",
|
||
"file_navigator_text": "Selaa tiedostoa",
|
||
"first": "Ensimmäinen",
|
||
"last": "Viimeinen",
|
||
"library_settings": "Kirjastoasetukset",
|
||
"order": "Jakso",
|
||
"server": "Palvelin",
|
||
"sort_by": "Järjestä",
|
||
"toast_plugin_started": "{{var0}} on käynnistetty",
|
||
"toast_plugin_stopped": "{{var0}} on pysäytetty",
|
||
"toast_plugin_translated": "käännetty osoitteeseen {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} on korvattu {{var2}} {{var3}}",
|
||
"update_notice_click": "Napsauta päivittääksesi!",
|
||
"update_notice_reload": "Päivittäminen on suoritettava uudelleen",
|
||
"update_notice_update": "Seuraavat laajennukset on päivitettävä:"
|
||
},
|
||
"sv": {
|
||
"ascending": "Stigande",
|
||
"descending": "Nedåtgående",
|
||
"donate_message": "Stöd mig till, för att få ytterligare uppdateringar!",
|
||
"file_navigator_text": "Bläddra i fil",
|
||
"first": "Första",
|
||
"last": "Sista",
|
||
"library_settings": "Biblioteksinställningar",
|
||
"order": "Sekvens",
|
||
"server": "Server",
|
||
"sort_by": "Sortera efter",
|
||
"toast_plugin_started": "{{var0}} har startats",
|
||
"toast_plugin_stopped": "{{var0}} har blivit stoppad",
|
||
"toast_plugin_translated": "översatt till {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} har ersatts av {{var2}} {{var3}}",
|
||
"update_notice_click": "Klicka för att uppdatera!",
|
||
"update_notice_reload": "För att avsluta uppdateringen måste du ladda om",
|
||
"update_notice_update": "Följande plugins måste uppdateras:"
|
||
},
|
||
"tr": {
|
||
"ascending": "Yükselen",
|
||
"descending": "Azalan",
|
||
"donate_message": "Daha fazla güncelleme almak için beni destekleyin!",
|
||
"file_navigator_text": "Dosyaya gözat",
|
||
"first": "Ilk",
|
||
"last": "Son",
|
||
"library_settings": "Kütüphane Ayarları",
|
||
"order": "Sıra",
|
||
"server": "Sunucu",
|
||
"sort_by": "Göre sırala",
|
||
"toast_plugin_started": "{{var0}} başlatıldı",
|
||
"toast_plugin_stopped": "{{var0}} durduruldu",
|
||
"toast_plugin_translated": "{{var0}} olarak çevrildi",
|
||
"toast_plugin_updated": "{{var0}} {{var1}}, {{var2}} {{var3}} ile değiştirildi",
|
||
"update_notice_click": "Güncellemek için tıklayın!",
|
||
"update_notice_reload": "Güncellemeyi tamamlamak için yeniden yüklemeniz gerekir",
|
||
"update_notice_update": "Aşağıdaki eklentilerin güncellenmesi gerekir:"
|
||
},
|
||
"cs": {
|
||
"ascending": "Vzestupně",
|
||
"descending": "Klesající",
|
||
"donate_message": "Podpořte mě, abyste získali další aktualizace!",
|
||
"file_navigator_text": "Procházet soubor",
|
||
"first": "První",
|
||
"last": "Poslední",
|
||
"library_settings": "Nastavení knihovny",
|
||
"order": "Sekvence",
|
||
"server": "Server",
|
||
"sort_by": "Seřazeno podle",
|
||
"toast_plugin_started": "{{var0}} byl spuštěn",
|
||
"toast_plugin_stopped": "{{var0}} byl zastaven",
|
||
"toast_plugin_translated": "přeložen do {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} byl nahrazen {{var2}} {{var3}}",
|
||
"update_notice_click": "Klepnutím aktualizujte!",
|
||
"update_notice_reload": "Pro dokončení aktualizace je třeba znovu načíst",
|
||
"update_notice_update": "Následující doplňky je třeba aktualizovat:"
|
||
},
|
||
"bg": {
|
||
"ascending": "Възходящ",
|
||
"descending": "Низходящ",
|
||
"donate_message": "Подкрепете ме, за да получавам допълнителни актуализации!",
|
||
"file_navigator_text": "Прегледайте файла",
|
||
"first": "Първият",
|
||
"last": "Последният",
|
||
"library_settings": "Настройки на библиотеката",
|
||
"order": "Последователност",
|
||
"server": "Сървър",
|
||
"sort_by": "Сортиране по",
|
||
"toast_plugin_started": "{{var0}} е стартиран",
|
||
"toast_plugin_stopped": "{{var0}} е спрян",
|
||
"toast_plugin_translated": "преведена на {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} е заменен с {{var2}} {{var3}}",
|
||
"update_notice_click": "Кликнете, за да актуализирате!",
|
||
"update_notice_reload": "За да завършите актуализацията, трябва да презаредите",
|
||
"update_notice_update": "Следните приставки трябва да бъдат актуализирани:"
|
||
},
|
||
"ru": {
|
||
"ascending": "По возрастанию",
|
||
"descending": "По убыванию",
|
||
"donate_message": "Поддержите меня, чтобы получать дальнейшие обновления!",
|
||
"file_navigator_text": "Просмотр файла",
|
||
"first": "Первый",
|
||
"last": "Последний",
|
||
"library_settings": "Настройки библиотеки",
|
||
"order": "Последовательность",
|
||
"server": "Сервер",
|
||
"sort_by": "Сортировать по",
|
||
"toast_plugin_started": "{{var0}} запущен",
|
||
"toast_plugin_stopped": "{{var0}} остановлен",
|
||
"toast_plugin_translated": "переведен на {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} был заменен {{var2}} {{var3}}",
|
||
"update_notice_click": "Нажмите, чтобы обновить!",
|
||
"update_notice_reload": "Для завершения обновления необходимо перезагрузить",
|
||
"update_notice_update": "Следующие плагины должны быть обновлены:"
|
||
},
|
||
"uk": {
|
||
"ascending": "Зростання",
|
||
"descending": "Спад",
|
||
"donate_message": "Підтримайте мене, щоб отримувати подальші оновлення!",
|
||
"file_navigator_text": "Перегляньте файл",
|
||
"first": "Перший",
|
||
"last": "Останній",
|
||
"library_settings": "Налаштування бібліотеки",
|
||
"order": "Послідовність",
|
||
"server": "Сервер",
|
||
"sort_by": "Сортувати за",
|
||
"toast_plugin_started": "{{var0}} було запущено",
|
||
"toast_plugin_stopped": "{{var0}} було зупинено",
|
||
"toast_plugin_translated": "перекладено {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} було замінено на {{var2}} {{var3}}",
|
||
"update_notice_click": "Натисніть, щоб оновити!",
|
||
"update_notice_reload": "Щоб закінчити оновлення, вам потрібно перезавантажити",
|
||
"update_notice_update": "Необхідно оновити наступні плагіни:"
|
||
},
|
||
"ja": {
|
||
"ascending": "上昇",
|
||
"descending": "降順",
|
||
"donate_message": "さらなるアップデートを受け取るために、私をサポートしてください!",
|
||
"file_navigator_text": "ファイルを参照",
|
||
"first": "最初",
|
||
"last": "最後",
|
||
"library_settings": "ライブラリ設定",
|
||
"order": "ソート順",
|
||
"server": "サーバー",
|
||
"sort_by": "並び替え",
|
||
"toast_plugin_started": "{{var0}}が開始されました",
|
||
"toast_plugin_stopped": "{{var0}}が停止しました",
|
||
"toast_plugin_translated": "は{{var0}}に翻訳されました",
|
||
"toast_plugin_updated": "{{var0}} {{var1}}は{{var2}} {{var3}}に置き換えられました",
|
||
"update_notice_click": "クリックして更新!",
|
||
"update_notice_reload": "更新を完了するには、リロードする必要があります",
|
||
"update_notice_update": "次のプラグインを更新する必要があります:"
|
||
},
|
||
"zh-TW": {
|
||
"ascending": "上升",
|
||
"descending": "降序",
|
||
"donate_message": "支持我,以獲取進一步的更新!",
|
||
"file_navigator_text": "瀏覽文件",
|
||
"first": "首先",
|
||
"last": "最後",
|
||
"library_settings": "庫設置",
|
||
"order": "排序",
|
||
"server": "伺服器",
|
||
"sort_by": "排序方式",
|
||
"toast_plugin_started": "{{var0}}已經啟動",
|
||
"toast_plugin_stopped": "{{var0}}已停止",
|
||
"toast_plugin_translated": "翻譯為{{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}}已由{{var2}} {{var3}}取代",
|
||
"update_notice_click": "點擊更新!",
|
||
"update_notice_reload": "要完成更新,您需要重新加載",
|
||
"update_notice_update": "以下插件需要更新:"
|
||
},
|
||
"ko": {
|
||
"ascending": "오름차순",
|
||
"descending": "내림차순",
|
||
"donate_message": "추가 업데이트를 받으려면 저를 지원하십시오!",
|
||
"file_navigator_text": "파일 찾아보기",
|
||
"first": "첫번째",
|
||
"last": "마지막",
|
||
"library_settings": "라이브러리 설정",
|
||
"order": "정렬 순서",
|
||
"server": "서버",
|
||
"sort_by": "정렬 기준",
|
||
"toast_plugin_started": "{{var0}} 시작되었습니다",
|
||
"toast_plugin_stopped": "{{var0}} 중지되었습니다",
|
||
"toast_plugin_translated": "{{var0}} 로 번역되었습니다",
|
||
"toast_plugin_updated": "{{var0}} {{var1}}이 (가) {{var2}} {{var3}} (으)로 대체되었습니다",
|
||
"update_notice_click": "업데이트하려면 클릭하십시오!",
|
||
"update_notice_reload": "업데이트를 마치려면 다시로드해야합니다",
|
||
"update_notice_update": "다음 플러그인을 업데이트해야합니다:"
|
||
},
|
||
"default": {
|
||
"ascending": "Ascending",
|
||
"descending": "Descending",
|
||
"donate_message": "Support me to receive further updates!",
|
||
"file_navigator_text": "Browse File",
|
||
"first": "First",
|
||
"last": "Last",
|
||
"library_settings": "Library Settings",
|
||
"order": "Order",
|
||
"server": "Server",
|
||
"sort_by": "Sort by",
|
||
"toast_plugin_started": "{{var0}} has been started",
|
||
"toast_plugin_stopped": "{{var0}} has been stopped",
|
||
"toast_plugin_translated": "translated to {{var0}}",
|
||
"toast_plugin_updated": "{{var0}} {{var1}} has been replaced by {{var2}} {{var3}}",
|
||
"update_notice_click": "Click to update!",
|
||
"update_notice_reload": "To finish updating you need to reload",
|
||
"update_notice_update": "The following plugins need to be updated:"
|
||
}
|
||
},
|
||
"BDFDB_Patrons": {
|
||
"159762323907543040": {"active": true, "t3": false, "custom": false, "id": "STRIX (A1C)"},
|
||
"363785301195358221": {"active": true, "t3": false, "custom": false, "id": "TRENT (KABEL)"},
|
||
"106938698938978304": {"active": false, "t3": false, "custom": false, "id": "GABRIEL"},
|
||
"174868361040232448": {"active": true, "t3": false, "custom": false, "id": "GIBBU (Ian)"},
|
||
"443943393660239872": {"active": true, "t3": true, "custom": false, "id": "SARGE (PaSh)"},
|
||
"329018006371827713": {"active": true, "t3": true, "custom": false, "id": "FUSL"},
|
||
"562008872467038230": {"active": false, "t3": true, "custom": true, "id": "BEAUDEN"}
|
||
}
|
||
}
|