-
Notifications
You must be signed in to change notification settings - Fork 125
/
Copy path0BDFDB.data.json
5458 lines (5458 loc) · 313 KB
/
0BDFDB.data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"PluginNameMap": {},
"PluginUrlMap": {
"BDFDB": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js"
},
"LibraryRequires": ["electron", "fs", "path", "process", "request"],
"DiscordObjects": {
"Channel": {"props": ["getRecipientId", "isManaged", "getGuildId"]},
"DisplayProfile": {"props": ["isUsingGuildMemberBio", "getBannerURL"]},
"Guild": {"props": ["getIconURL", "getMaxEmojiSlots", "getRole"]},
"Invite": {"props": ["getExpiresAt", "isExpired"]},
"Message": {"props": ["getReaction", "isEdited", "getChannelId"]},
"Messages": {"props": ["jumpToMessage", "hasAfterCached", "forEach"]},
"Relationship": {"strings": ["status", "mutualGuilds", "nickname"], "value": "Row"},
"Timestamp": {"props": ["add", "dayOfYear", "hasAlignedHourOffset"]},
"Upload": {"strings": [".reactNativeFileIndex", ".NOT_STARTED", ".loaded", ".size"], "value": "CloudFileUpload"},
"User": {"strings": ["hasFlag", "isLocalBot", "isClaimed"], "value": "default"}
},
"LibraryModules": {
"AckUtils": {"props": ["localAck", "bulkAck"]},
"ActivityUtils": {"props": ["sendActivityInvite", "updateActivity"]},
"APIEncodeUtils": {"props": ["stringify", "parse", "encode"]},
"APIUtils": {"props": ["getAPIBaseURL"]},
"AnalyticsUtils": {"props": ["isThrottled", "track"]},
"AnimationUtils": {"props": ["spring", "decay"]},
"AppearanceSettingsUtils": {"props": ["updateLocale", "updateTheme"]},
"ArrayUtils": {"props": ["isArrayLike", "zipObject"]},
"AssetUtils": {"props": ["getAssetImage", "getAssetIds"]},
"AutocompleteOptions": {"props": ["AUTOCOMPLETE_OPTIONS"]},
"AutocompleteSentinels": {"props": ["CHANNEL_SENTINEL", "COMMAND_SENTINEL"]},
"BadgeUtils": {"props": ["getBadgeCountString", "getBadgeWidthForValue"]},
"BannerUtils": {"props": ["getUserBannerURLForContext"]},
"CallUtils": {"props": ["getCalls", "isCallActive"]},
"CategoryCollapseStore": {"props": ["getCollapsedCategories", "isCollapsed"]},
"CategoryCollapseUtils": {"props": ["categoryCollapse", "categoryCollapseAll"]},
"ChannelIconUtils": {"props": ["getChannelIconComponent", "getChannelIconTooltipText"]},
"ChannelListStore": {"name": "ChannelListStore"},
"ChannelUtils": {"props": ["selectChannel", "selectPrivateChannel"]},
"ChannelStore": {"props": ["getChannel", "getDMFromUserId"]},
"ChatRestrictionUtils": {"props": ["applyChatRestrictions"]},
"ColorUtils": {"props": ["hex2int", "hex2rgb"]},
"ConnectionProviderUtils": {"props": ["get", "isSupported", "filter"]},
"ConnectionStore": {"props": ["getAccounts", "getLocalAccounts"]},
"ConnectionUtils": {"props": ["setShowActivity", "setVisibility"]},
"ContextMenuUtils": {"props": ["closeContextMenu", "openContextMenu"]},
"CopyLinkUtils": {"props": ["SUPPORTS_COPY", "copy"]},
"CurrentUserStore": {"props": ["getCurrentUser"]},
"CurrentVoiceUtils": {"props": ["getAveragePing", "getChannelId"]},
"DesktopNotificationUtils": {"props": ["showNotification", "requestPermission"]},
"DirectMessageStore": {"props": ["getPrivateChannelIds"]},
"DirectMessageUnreadStore": {"props": ["getUnreadPrivateChannelIds"]},
"DirectMessageUtils": {"props": ["addRecipient", "openPrivateChannel"]},
"DispatchApiUtils": {"props": ["dispatch", "isDispatching"]},
"DispatchUtils": {"props": ["ComponentDispatch"]},
"EmojiUtils": {"props": ["translateInlineEmojiToSurrogates", "translateSurrogatesToInlineEmoji"]},
"EmojiStateUtils": {"props": ["getURL", "isEmojiDisabled"]},
"Env": {"props": ["env"]},
"FolderSettingsUtils": {"props": ["saveGuildFolders"]},
"FolderStore": {"props": ["getGuildFolderById", "getFlattenedGuilds"]},
"FolderUtils": {"props": ["isFolderExpanded", "getExpandedFolders"]},
"GuildBadgeUtils": {"props": ["renderUnavailableBadge", "renderMediaBadge"]},
"GuildBoostUtils": {"props": ["getTierName", "getUserLevel"]},
"GuildChannelKeys": {"props": ["GUILD_SELECTABLE_CHANNELS_KEY", "GUILD_VOCAL_CHANNELS_KEY"]},
"GuildChannelStore": {"props": ["getChannels", "getDefaultChannel"]},
"GuildEmojiStore": {"props": ["getGuildEmoji", "getDisambiguatedEmojiContext"]},
"GuildEventStore": {"props": ["getGuildScheduledEventsForGuild", "getGuildScheduledEvent"]},
"GuildNotificationsUtils": {"props": ["updateChannelOverrideSettings", "updateGuildNotificationSettings"]},
"GuildSettingsUtils": {"props": ["open", "updateGuild"]},
"GuildStore": {"props": ["getGuild", "getGuilds"]},
"GuildUnavailableStore": {"props": ["isUnavailable", "totalUnavailableGuilds"]},
"GuildUtils": {"props": ["selectGuild", "transitionToGuildSync"]},
"GuildWelcomeStore": {"props": ["hasSeen", "get"]},
"GuildWelcomeUtils": {"props": ["welcomeScreenViewed", "resetWelcomeScreen"]},
"HistoryUtils": {"props": ["transitionTo", "replaceWith", "getHistory"]},
"IconUtils": {"props": ["getGuildIconURL", "getGuildBannerURL"]},
"ImageEditUtils": {"props": ["getPrimaryColorForAvatar", "getRatio"]},
"InboxUtils": {"props": ["InboxTab", "InboxSettings"]},
"InviteUtils": {"props": ["acceptInvite", "createInvite"]},
"KeyCodeUtils": {"props": ["toCombo", "keyToCode"], "assign": true},
"KeyEvents": {"props": ["aliases", "code", "codes"]},
"LanguageStore": {"props": ["Messages", "getLanguages"]},
"LastChannelStore": {"props": ["getLastSelectedChannelId"]},
"LastGuildStore": {"props": ["getLastSelectedGuildId"]},
"LinkUtils": {"props": ["handleClick", "isLinkTrusted"]},
"LocalSettingsStore": {"props": ["darkSidebar", "keyboardModeEnabled"]},
"LoginUtils": {"props": ["login", "logout"]},
"MediaComponentUtils": {"props": ["renderImageComponent", "renderAudioComponent"]},
"MediaDeviceSetUtils": {"props": ["setOutputDevice", "setInputDevice"]},
"MediaDeviceUtils": {"props": ["getOutputDevices", "getInputDevices"]},
"MemberDisplayUtils": {"props": ["getDisplayProfile"]},
"MemberCountUtils": {"props": ["getMemberCount", "getMemberCounts"]},
"MemberStore": {"props": ["getMember", "getMembers"]},
"MentionUtils": {"props": ["isRawMessageMentioned", "isMentioned"]},
"MessageAuthorUtils": {"props": ["getMessageAuthor", "useNullableMessageAuthor"]},
"MessageManageUtils": {"props": ["copyLink", "replyToMessage"]},
"MessageParser": {"props": ["parseEmbedTitle", "defaultRules"]},
"MessagePinUtils": {"props": ["pinMessage", "unpinMessage"]},
"MessageReplyStore": {"props": ["getPendingReply"]},
"MessageReplyUtils": {"props": ["createPendingReply", "deletePendingReply"]},
"MessageStore": {"props": ["getMessage", "getMessages"]},
"MessageUtils": {"props": ["receiveMessage", "editMessage"]},
"ModalUtils": {"props": ["openModal", "hasModalOpen"]},
"MutedUtils": {"props": ["isGuildOrCategoryOrChannelMuted"]},
"NitroUtils": {"props": ["canUseIncreasedMessageLength", "canUploadAnimatedAvatar"]},
"NoteStore": {"props": ["getNote"]},
"NotificationSettingsStore": {"props": ["getDesktopType", "getTTSType"]},
"NotificationSettingsUtils": {"props": ["setDesktopType", "setTTSType"]},
"NotificationUtils": {"props": ["makeTextChatNotification", "shouldNotify"]},
"PlatformUtils": {"props": ["isWindows", "isLinux"]},
"PermissionRoleUtils": {"props": ["can", "ALLOW", "DENY"]},
"PermissionUtils": {"props": ["getChannelPermissions", "can"]},
"PreferencesContext": {"props": ["AccessibilityPreferencesContext"]},
"QuerySearchUtils": {"props": ["queryGuilds", "queryGroupDMs"]},
"QueryUtils": {"props": ["AutocompleterQuerySymbols", "AutocompleterResultTypes"]},
"ReactionEmojiUtils": {"props": ["getReactionEmojiName", "getReactionEmojiName"]},
"ReactionUtils": {"props": ["addReaction", "removeReaction"]},
"RecentMentionUtils": {"props": ["deleteRecentMention", "fetchRecentMentions"]},
"RelationshipStore": {"props": ["getFriendIDs", "getRelationships"]},
"RelationshipSuggestionUtils": {"props": ["getSuggestionCount", "getSuggestions"]},
"RelationshipUtils": {"props": ["addRelationship", "removeRelationship"]},
"FriendUtils": {"props": ["getFriendIDs", "getRelationships"]},
"RoleIconUtils": {"props": ["getRoleIconData"]},
"SearchPageUtils": {"props": ["searchNextPage", "searchPreviousPage"]},
"SettingsUtils": {"props": ["ShowCurrentGame", "DeveloperMode"]},
"SimpleMarkdownComponents": {"strings": ["customEmoji", "emojiTooltipPosition", "timestampTooltip"]},
"SimpleMarkdownParser": {"props": ["parseBlock", "parseInline", "defaultOutput"]},
"SlateDraftUtils": {"props": ["getRecentlyEditedDrafts", "getDraft"]},
"SlateRichUtils": {"props": ["toRichValue", "createEmptyState"]},
"SlateTextUtils": {"props": ["toTextValue", "serializeDescendant"]},
"SlowmodeUtils": {"props": ["getSlowmodeCooldownGuess"]},
"SoundParser": {"strings": ["discodo", "ddr-down", "mute"]},
"SoundStateUtils": {"props": ["isSoundDisabled", "getDisabledSounds"]},
"SoundUtils": {"props": ["playSound", "createSound"]},
"SpellCheckStore": {"strings": ["SPELLCHECK_LEARN_WORD", "isEnabled"], "value": "default"},
"SpotifyTrackUtils": {"props": ["hasConnectedAccount", "getLastPlayedTrackId"]},
"SpotifyUtils": {"props": ["setActiveDevice", "pause"]},
"StageChannelLiveStore": {"props": ["getAllLiveStageChannels", "useAllLiveStageChannels"]},
"StageChannelStore": {"props": ["getStageInstanceByChannel", "getAllStageInstances"]},
"StageChannelUtils": {"props": ["getMutableParticipants", "getParticipantCount"]},
"StateStoreUtils": {"props": ["useStateFromStores", "useStateFromStoresArray"]},
"StatusMetaUtils": {"props": ["getApplicationActivity", "getStatus", "getState"]},
"StoreChangeUtils": {"props": ["get", "set", "clear", "remove"]},
"StreamerModeStore": {"strings": ["StreamerModeStore", "hidePersonalInformation", "disableSounds"], "value": "default"},
"StreamUtils": {"props": ["getActiveStreamForUser", "getAllApplicationStreams"]},
"StringUtils": {"props": ["cssValueToNumber", "upperCaseFirstChar"]},
"TimestampUtils": {"props": ["fromTimestamp", "extractTimestamp"]},
"TimeUtils": {"props": ["calendarFormat", "dateFormat"]},
"ThemeSettingsStore": {"props": ["theme"]},
"ThreadStore": {"props": ["isActive", "getThreadsForGuild"]},
"UnreadGuildUtils": {"props": ["hasUnread", "getTotalMentionCount"]},
"UnreadChannelUtils": {"props": ["getUnreadCount", "getOldestUnreadMessageId"]},
"UnreadStateTypes": {"props": ["ReadStateTypes"], "value": "ReadStateTypes"},
"UploadUtils": {"props": ["upload", "instantBatchUpload"]},
"URLParser": {"props": ["parse", "resolveObject"]},
"UserBadgeKeys": {"props": ["BadgeKeys"], "value": "BadgeKeys"},
"UserBioParser": {"props": ["parseBioReact"]},
"UserFetchUtils": {"props": ["fetchCurrentUser", "getUser"]},
"UserNameUtils": {"props": ["getName", "getNickname"]},
"UserProfileModalUtils": {"props": ["openUserProfileModal", "closeUserProfileModal"]},
"UserProfileUtils": {"props": ["fetchMutualFriends", "fetchProfile"]},
"UserSettingsUtils": {"props": ["open", "updateAccount"]},
"UserStore": {"props": ["getUser", "getUsers"]},
"Utilities": {"props": ["flatMap", "cloneDeep"]},
"VoiceChannelUtils": {"props": ["isFullscreenInContext", "getParticipants"]},
"VoiceUtils": {"props": ["getAllVoiceStates", "getVoiceStatesForChannel"]},
"WindowUtils": {"props": ["minimize", "maximize", "close"]},
"ZoomUtils": {"props": ["setZoom", "setFontSize"]}
},
"ModuleUtilsConfig": {
"QueuedComponents": [
"GuildHeaderContextMenu",
"SystemMessageOptionContextMenu",
"SystemMessageOptionToolbar",
"MessageOptionContextMenu",
"MessageOptionToolbar"
],
"ContextMenuTypes": [
"UserSettingsCog",
"UserProfileActions",
"Event",
"GroupDMUser",
"GroupDM",
"User",
"Developer",
"Slate",
"GuildSettingsRole",
"GuildDirectoryEntry",
"GuildFolder",
"SystemMessage",
"Message",
"Native",
"Role",
"Guild",
"Channel"
],
"ContextMenuTypesMap": {
"GroupDMUserContextMenu": "UserContextMenu",
"GroupDMContextMenu": "ChannelContextMenu"
},
"ContextMenuSubItemsMap": {
"ChannelContextMenu": {
"keys": ["channel"],
"items": ["useChannelLeaveItem", "useChannelDeleteItem", "useChannelFavoriteSetNickname", "useChannelGoToOriginalGuildItem", "useChannelCloneItem", "useChannelCopyLinkItem", "useChannelEditItem", "useChannelMarkAsReadItem"]
},
"UserContextMenu": {
"keys": ["user", "channel"],
"items": ["useHideNoVideoParticipantsItem", "useHideSelfVideoItem", "usePreviewVideoItem", "useChangeIdentityItem", "useMoveToAudienceItem", "useAddFriendNicknameItem", "useAddNoteItem", "useBlockUserItem", "useUserRelationshipItems", "useUserManagementItems", "useMoveUserVoiceItems", "useCallUserItem", "useFocusVideoItem", "useInviteUserToGuildItems", "useMentionUserItem", "useMessageUserItem", "useUserProfileItem", "useUserRolesItems", "useUserVolumeItem", "useWatchStreamItem", "useCloseDMItem", "useMuteChannelItem"]
}
},
"PatchTypes": [
"before",
"instead",
"after"
],
"InstanceFunctions": [
"render",
"componentDidMount",
"componentDidUpdate",
"componentWillUnmount"
],
"PatchMap": {
"AuditLogs": "GuildSettingsAuditLog",
"BannedCard": "BannedUser",
"ChannelWindow": "Channel",
"InvitationCard": "InviteRow",
"InviteCard": "InviteRow",
"MemberCard": "Member",
"PopoutContainer": "Popout",
"QuickSwitchResult": "Result"
},
"Finder": {
"useMuteChannelItem": {"strings": ["DM", "MenuItem", "Messages.MUTE_CHANNEL"], "lazyLoaded": true},
"useUserManagementItems": {"strings": ["canManageUser", "MenuItem", "Messages.BAN_USER"], "lazyLoaded": true},
"useUserRelationshipItems": {"strings": ["ContextMenu", "isFriend", "addRelationship", "Messages.REMOVE_FRIEND"], "lazyLoaded": true},
"useInviteItem": {"strings": ["CREATE_INSTANT_INVITE", "invite-people"], "lazyLoaded": true},
"Account": {"class": "accountinfo"},
"ActiveThread": {"strings": [".threadId", ".gotoThread", ".showChannelName"]},
"App": {"class": "app"},
"AppSkeleton": {"class": "app"},
"AppView": {"strings": ["darkSidebar", "guilds", "GUILD_CHANNEL", "GUILD_DISCOVERY"]},
"AuditLogs": {"class": "auditlog"},
"AuthWrapper": {"class": "loginscreen"},
"Avatar": {"props": ["AnimatedAvatar"]},
"BannedCard": {"class": "guildsettingsbannedcard"},
"Category": {"class": "categorycontainerdefault"},
"ChannelCall": {"class": "callcurrentcontainer"},
"ChannelCategoryItem": {"strings": ["GUILD_CATEGORY", "CREATE_CHANNEL", "addButtonIcon"], "path": "default.DecoratedComponent"},
"ChannelMember": {"class": "member"},
"ChannelMembers": {"class": "members"},
"Channels": {"class": "guildchannels"},
"ChannelTextAreaForm": {"class": "chatform"},
"ChannelWindow": {"class": "chatcontent"},
"ChatMessage": {"strings": ["childrenMessageContent", "childrenRepliedMessage", "message.id"]},
"CircleIconButton": {"strings": ["className", ".default.circleIconButton"]},
"CustomStatusModal": {"class": "customstatusmodal"},
"DirectMessage": {"class": "guildouter", "forceObserve": true},
"FocusRing": {"props": ["FocusRingScope"]},
"GuildFavorites": {"strings": [".favoriteIcon", "FAVORITES_GUILD_NAME"]},
"GuildFolderSettingsModal": {"lazyLoaded": true, "exported": true},
"GuildHeader": {"strings": ["bannerVisible", "guildBanner", "onContextMenu"]},
"GuildIcon": {"class": "avataricon", "forceObserve": true},
"GuildItem": {"strings": ["renderUnavailableBadge", "guildNode", "lowerBadgeWidth"]},
"GuildRoleSettings": {"class": "settingswindowcontentregion"},
"Guilds": {"subComponent": {"type": "type", "children": true, "strings": ["guildsnav", "ListNavigatorProvider"]}},
"GuildSettings": {"class": "layer"},
"GuildSettingsBans": {"class": "guildsettingsbannedcard"},
"GuildSettingsEmoji": {"class": "guildsettingsemojicard"},
"GuildSettingsMembers": {"class": "guildsettingsmembercard"},
"GuildSidebar": {"class": "guildchannels"},
"HomeButton": {"subComponent": {"type": "HomeButton", "strings": ["showDMsOnly", "DefaultHomeButton"]}},
"I18nLoaderWrapper": {"class": "app"},
"InboxButton": {"strings": ["inbox-button", "Messages.INBOX"]},
"InstantInviteModal": {"class": "invitemodalwrapper"},
"InvitationCard": {"class": "invitemodalinviterow"},
"InviteGuildName": {"props": ["GuildName", "GuildTemplateName"]},
"InviteCard": {"class": "guildsettingsinvitecard"},
"MemberCard": {"class": "guildsettingsmembercard"},
"MemberListItem": {"class": "member"},
"MemberRoles": {"props": ["MemberRole"]},
"Message": {"strings": ["childrenMessageContent", "childrenRepliedMessage", "zalgo"]},
"MessageHeader": {"strings": ["ANIMATE_CHAT_AVATAR", "showUsernamePopout"]},
"MessageReply": {"strings": [".referencedMessage", ".useClickReferencedMessageAuthorUsername"]},
"Messages": {"strings": ["group-spacing-", "canManageMessages"]},
"MessageToolbar": {"strings": ["renderReactions", "canAddNewReactions", "showMoreUtilities"]},
"MessageUsername": {"strings": [".default.username", "colorString", "compact"]},
"ModalLayer": {"class": "modal"},
"MutualGuilds": {"lazyLoaded": true},
"MutualFriends": {"lazyLoaded": true},
"NicknameSection": {"lazyLoaded": true},
"Note": {"class": "usernotetextarea"},
"PeoplePageList": {"strings": ["FriendsSections", "emptyStateContainer"]},
"PopoutContainer": {"class": "popout"},
"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"},
"RecentsHeader": {"strings": ["expanded", "CompactRecentsHeader"]},
"RichChannelMention": {"props": ["ChannelMention"]},
"RichUserMention": {"props": ["UserMention"]},
"RTCConnection": {"class": "voicedetails"},
"SearchBar": {"props": ["SearchIcon"], "path": "default.prototype"},
"SearchResults": {"class": "searchresultswrap"},
"SearchResultsInner": {"strings": ["SEARCH_HIDE_BLOCKED_MESSAGES", "totalResults", "SEARCH_PAGE_SIZE"]},
"SettingsView": {"lazyLoaded": true, "exported": true},
"StandardSidebarView": {"strings": ["standardSidebarView", "getThemeClass", "mobileSidebarHeader"]},
"ThreadCard": {"strings": ["threadId", "gotoThread", "container"]},
"ThreadSidebar": {"strings": ["channelId", "collectThreadMetadata", "SIDEBAR"]},
"TypingUsers": {"class": "typing"},
"UnavailableGuildsButton": {"strings": ["className", ".default.guildsError"]},
"Upload": {"class": "uploadmodal"},
"UserMention": {"strings": ["inlinePreview", "getAvatarURL", "userId", "default.getName"]},
"UserPopoutAvatar": {"props": ["UserPopoutAvatar"]},
"UserPopoutBody": {"strings": ["passportCaret", "setNote", "USER_POPOUT"]},
"UserPopoutBodySection": {"strings": [".customStatusActivity", ".canDM", ".hidePersonalInformation"]},
"UserProfileModal": {"lazyLoaded": true},
"UserProfileModalHeader": {"lazyLoaded": true},
"UserSettingsAppearance": {"class": "usersettingsappearancepreview"},
"UserThemeBanner": {"strings": [".showPremiumBadgeUpsell", ".isPremiumAtLeast", "PremiumTypes"]}
},
"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"
}
},
"ForceLoadedComponents": {},
"NativeSubComponents": {
"Button": {"props": ["Colors", "Hovers", "Looks"]},
"Checkbox": {"name": "Checkbox"},
"Clickable": {"name": "Clickable"},
"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", "blur"]},
"SearchableSelect": {"name": "SingleSelect"},
"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},
"AppReferencePositionLayer": {"name": "AppReferencePositionLayer"},
"AutocompleteItems": {"props": ["Generic", "User", "Command"]},
"AutocompleteMenu": {"name": "Autocomplete"},
"AvatarComponents": {"props": ["AnimatedAvatar"]},
"Badges": {"props": ["IconBadge", "NumberBadge"], "assign": true},
"ChannelTextAreaTypes": {"props": ["ChatInputTypes"], "value": "ChatInputTypes"},
"Checkmark": {"name": "Checkmark"},
"Connectors": {"props": ["Router", "Link"], "assign": true},
"DiscordTag": {"name": "DiscordTag"},
"Emoji": {"strings": ["emojiName", "shouldAnimate", "jumboable"], "value": "default"},
"EmojiButton": {"name": "EmojiButton"},
"EmojiPicker": {"name": "EmojiPicker"},
"Flex": {"props": ["Wrap", "Direction", "Child"]},
"FlowerStar": {"name": "FlowerStar"},
"FocusRingScope": {"props": ["FocusRingScope"], "value": "default"},
"FormComponents": {"props": ["FormSection", "FormText"], "assign": true},
"FriendsEmptyState": {"strings": ["FriendsEmptyState", "FriendsSections"], "value": "default"},
"GuildComponents": {
"children": {
"Badge": {"name": "GuildBadge"},
"BlobMask": {"name": "BlobMask"},
"DragPlaceholder": {"name": "DragPlaceholder"},
"Favorites": {"strings": [".favoriteIcon", "FAVORITES_GUILD_NAME"]},
"Icon": {"name": "GuildIconWrapper"},
"MutedText": {"props": ["useMutedUntilText"], "value": "default"},
"Pill": {"strings": ["opacity:1,height:", "20:8", "default.item"]},
"Separator": {"strings": ["className", "default.guildSeparator"]},
"UnavailableGuildsButton": {"strings": ["className", "default.guildsError"]}
}
},
"Header": {"props": ["Sizes", "Tags"]},
"Heading": {"name": "Heading"},
"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,
"children": {
"Colors": {"props": ["MenuItemColor"], "value": "MenuItemColor"}
}
},
"MessageGroup": {"name": "ChannelMessage"},
"MessagesPopoutComponents": {"props": ["Header", "EmptyStateBottom"]},
"ModalComponents": {"props": ["ModalContent", "ModalFooter"], "assign": true},
"NavItem": {"name": "NavItem"},
"Paginator": {"name": "Paginator"},
"PanelButton": {"name": "PanelButton"},
"PopoutCSSAnimator": {"name": "PopoutCSSAnimator"},
"PopoutFocusLock": {"strings": ["useFocusLock", "useImperativeHandle"], "value": "default"},
"PrivateChannelItems": {"props": ["DirectMessage", "GroupDM"]},
"QuickSwitchItems": {"props": ["Channel", "GroupDM", "Header"]},
"Scrollers": {
"children": {
"Auto": {"props": ["AdvancedScrollerThin", "AdvancedScrollerAuto"], "value": "AdvancedScrollerAuto"},
"None": {"props": ["AdvancedScrollerThin", "AdvancedScrollerAuto"], "value": "AdvancedScrollerNone"},
"Thin": {"props": ["AdvancedScrollerThin", "AdvancedScrollerAuto"], "value": "AdvancedScrollerThin"}
}
},
"SliderMarkerPositions": {"props": ["MarkerPositions"], "value": "MarkerPositions"},
"Spinner": {"name": "Spinner"},
"Status": {"name": "Status"},
"StatusPickerPopout": {"strings": ["\"StatusPickerPopout\""], "value": "default"},
"TextElement": {"props": ["Colors", "Sizes"]},
"UserBadgeKeys": {"props": ["BadgeKeys"], "value": "BadgeKeys"},
"UserBadges": {"props": ["BadgeSizes"]},
"UserPopout": {"name": "UserPopoutContainer"},
"UserPopoutSection": {"name": "UserPopoutSection"},
"UserSummaryItem": {"name": "UserSummaryItem"},
"VideoForwardRef": {"strings": ["displayName=\"Video\"", "\"video\"", "HTMLImageElement"], "value": "default"},
"VoiceSettingsConstants": {"props": ["MediaEngineContextTypes", "DEFAULT_VOLUME"]},
"VolumeUtils": {"props": ["amplitudeToPerceptual", "perceptualToAmplitude"]}
},
"SvgIcons": {
"ACTIVITY": {
"defaultProps": {
"width": 16,
"height": 16
},
"icon": "<svg name='Activity' width='%%width' height='%%height' viewBox='0 0 16 16'><path fill='%%color' d='M6,7 L2,7 L2,6 L6,6 L6,7 Z M8,5 L2,5 L2,4 L8,4 L8,5 Z M8,3 L2,3 L2,2 L8,2 L8,3 Z M8.88888889,0 L1.11111111,0 C0.494444444,0 0,0.494444444 0,1.11111111 L0,8.88888889 C0,9.50253861 0.497461389,10 1.11111111,10 L8.88888889,10 C9.50253861,10 10,9.50253861 10,8.88888889 L10,1.11111111 C10,0.494444444 9.5,0 8.88888889,0 Z' transform='translate(3 3)'/></svg>"
},
"ACTIVITY_DISABLED": {
"defaultProps": {
"width": 16,
"height": 16,
"foreground": 16
},
"icon": "<svg name='ActivityDisabled' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 16 16'><path fill='%%color' d='M 4.1113281 3 C 3.4946615 3 3 3.4946615 3 4.1113281 L 3 10.46875 L 5.484375 8 L 5 8 L 5 7 L 6.4902344 7 L 7.4980469 6 L 5 6 L 5 5 L 8.5039062 5 L 10.517578 3 L 4.1113281 3 z M 13 5.5390625 L 11 7.5390625 L 11 8 L 10.539062 8 L 9 9.5390625 L 9 10 L 8.5390625 10 L 8.5117188 10.027344 L 5.5195312 13 L 11.888672 13 C 12.502322 13 13 12.502322 13 11.888672 L 13 5.5390625 z'/><path d='M 14,2.8466665 13.153333,1.9999998 2,13.153333 2.846666,14 5.64,11.213333 6.46,10.386667 7.566666,9.2799998 9.993333,6.8533328 Z' class='%%foreground' fill='currentColor'/></svg>"
},
"ARROW_DOWN": {
"defaultProps": {
"width": 18,
"height": 18
},
"icon": "<svg name='ArrowDown' width='%%width' height='%%height' viewBox='0 0 18 18'><path fill='%%color' d='M4 7l5 5 5-5H4z'/></svg>"
},
"ARROW_UP": {
"defaultProps": {
"width": 18,
"height": 18
},
"icon": "<svg name='ArrowUp' width='%%width' height='%%height' viewBox='0 0 18 18'><path fill='%%color' d='M4 11l5-5 5 5H4z'/></svg>"
},
"BOOST": {
"defaultProps": {
"width": 24,
"height": 24,
"foreground": ""
},
"icon": "<svg name='Boost' width='%%width' height='%%height' viewBox='0 0 8 12'><path class='%%foreground' fill='%%color' d='M4 0L0 4V8L4 12L8 8V4L4 0ZM7 7.59L4 10.59L1 7.59V4.41L4 1.41L7 4.41V7.59Z'/><path class='%%foreground' fill='%%color' d='M2 4.83V7.17L4 9.17L6 7.17V4.83L4 2.83L2 4.83Z'/></svg>"
},
"CALENDAR": {
"icon": "<svg name='Calendar' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 2 2 C 0.892 2 0 2.892 0 4 L 0 6 L 24 6 L 24 4 C 24 2.892 23.108 2 22 2 L 20 2 L 20 2.4648438 C 20 3.5922824 19.108 4.5 18 4.5 C 16.892 4.5 16 3.5922823 16 2.4648438 L 16 2 L 8 2 L 8 2.4648438 C 8 3.5922824 7.108 4.5 6 4.5 C 4.892 4.5 4 3.5922823 4 2.4648438 L 4 2 L 2 2 z M 0 8 L 0 20 C 0 21.108 0.892 22 2 22 L 22 22 C 23.108 22 24 21.108 24 20 L 24 8 L 0 8 z M 4.0117188 9.5996094 L 6.0371094 9.5996094 C 6.5980344 9.5996094 7.0507812 10.052356 7.0507812 10.613281 L 7.0507812 12.636719 C 7.0507812 13.197644 6.5980344 13.650391 6.0371094 13.650391 L 4.0117188 13.650391 C 3.4507937 13.650391 3 13.197644 3 12.636719 L 3 10.613281 C 3 10.052356 3.4507937 9.5996094 4.0117188 9.5996094 z M 10.988281 9.5996094 L 13.011719 9.5996094 C 13.572644 9.5996094 14.025391 10.052356 14.025391 10.613281 L 14.025391 12.636719 C 14.025391 13.197644 13.572644 13.650391 13.011719 13.650391 L 10.988281 13.650391 C 10.427356 13.650391 9.9746094 13.197644 9.9746094 12.636719 L 9.9746094 10.613281 C 9.9746094 10.052356 10.427356 9.5996094 10.988281 9.5996094 z M 17.962891 9.5996094 L 19.988281 9.5996094 C 20.549206 9.5996094 21 10.052356 21 10.613281 L 21 12.636719 C 21 13.197644 20.549206 13.650391 19.988281 13.650391 L 17.962891 13.650391 C 17.401966 13.650391 16.949219 13.197644 16.949219 12.636719 L 16.949219 10.613281 C 16.949219 10.052356 17.401966 9.5996094 17.962891 9.5996094 z M 4.0117188 15.449219 L 6.0371094 15.449219 C 6.5980344 15.449219 7.0507812 15.901966 7.0507812 16.462891 L 7.0507812 18.488281 C 7.0507812 19.049206 6.5980344 19.5 6.0371094 19.5 L 4.0117188 19.5 C 3.4507937 19.5 3 19.049206 3 18.488281 L 3 16.462891 C 3 15.901966 3.4507938 15.449219 4.0117188 15.449219 z M 10.988281 15.449219 L 13.011719 15.449219 C 13.572644 15.449219 14.025391 15.901966 14.025391 16.462891 L 14.025391 18.488281 C 14.025391 19.049206 13.572644 19.5 13.011719 19.5 L 10.988281 19.5 C 10.427356 19.5 9.9746094 19.049206 9.9746094 18.488281 L 9.9746094 16.462891 C 9.9746094 15.901966 10.427356 15.449219 10.988281 15.449219 z M 17.962891 15.449219 L 19.988281 15.449219 C 20.549206 15.449219 21 15.901966 21 16.462891 L 21 18.488281 C 21 19.049206 20.549206 19.5 19.988281 19.5 L 17.962891 19.5 C 17.401966 19.5 16.949219 19.049206 16.949219 18.488281 L 16.949219 16.462891 C 16.949219 15.901966 17.401966 15.449219 17.962891 15.449219 z'/></svg>"
},
"CHANGELOG": {
"icon": "<svg name='ChangeLog' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 12.994141,2 C 7.4665894,2 3,6.4779848 3,12 H 1 L 4.0996094,15.408203 7.2226562,12 h -2 c 0,-4.2942525 3.4830736,-7.7773438 7.7773438,-7.7773438 4.294251,0 7.777344,3.4830913 7.777344,7.7773438 0,4.294253 -3.483093,7.779297 -7.777344,7.779297 -2.149914,0 -4.0886771,-0.879641 -5.4941406,-2.285156 L 5.9335938,19.066406 C 7.7390932,20.877425 10.233155,22 12.994141,22 18.521728,22 23,17.522015 23,12 23,6.4779858 18.521728,2 12.994141,2 Z m -1.496094,4.4375 v 6.632812 l 5.675781,3.367188 0.953125,-1.611328 -4.640625,-2.751953 V 6.4375 Z'/></svg>"
},
"CHECKBOX": {
"defaultProps": {
"background": "",
"foreground": ""
},
"icon": "<svg 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 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'/></svg>"
},
"CHECKBOX_EMPTY": {
"defaultProps": {
"foreground": ""
},
"icon": "<svg name='CheckBoxEmpty' 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'/></svg>"
},
"CHECKMARK": {
"defaultProps": {
"width": 18,
"height": 18
},
"icon": "<svg name='Checkmark' 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>"
},
"CHECKMARK_CIRCLE": {
"icon": "<svg name='CheckmarkCircle' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 12,1e-7 C 5.376,1e-7 0,5.376 0,12 0,18.624 5.376,24 12,24 18.624,24 24,18.624 24,12 24,5.376 18.624,1e-7 12,1e-7 Z M 9.6,18 l -6,-6 1.692,-1.692 4.308,4.296 9.11,-9.11 1.692,1.704 z'/></svg>"
},
"CLOCK": {
"icon": "<svg name='Clock' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 12 0 C 8.7946875 0 5.782125 1.2491254 3.515625 3.515625 C 1.249125 5.7821254 0 8.7946875 0 12 C 0 15.205313 1.249125 18.217922 3.515625 20.484375 C 5.782125 22.750828 8.7946875 24 12 24 C 15.205313 24 18.217875 22.750874 20.484375 20.484375 C 22.750875 18.217875 24 15.205313 24 12 C 24 8.7946875 22.750875 5.7820786 20.484375 3.515625 C 18.217875 1.2491254 15.205313 0 12 0 z M 10.75 2.4433594 L 10.75 3.8554688 C 10.75 4.5458054 11.309665 5.1054686 12 5.1054688 C 12.690335 5.1054688 13.25 4.5458054 13.25 3.8554688 L 13.25 2.4472656 C 17.567884 3.0099988 20.991523 6.4336856 21.554688 10.75 L 20.144531 10.75 C 19.454194 10.75 18.894531 11.309664 18.894531 12 C 18.894531 12.690334 19.454194 13.25 20.144531 13.25 L 21.554688 13.25 C 20.991523 17.566315 17.567884 20.990002 13.25 21.552734 L 13.25 20.144531 C 13.25 19.454194 12.690335 18.894531 12 18.894531 C 11.309665 18.894531 10.75 19.454194 10.75 20.144531 L 10.75 21.552734 C 6.4321157 20.990034 3.0084774 17.566319 2.4453125 13.25 L 3.8554688 13.25 C 4.5458057 13.25 5.1054688 12.690335 5.1054688 12 C 5.1054688 11.309665 4.5458057 10.75 3.8554688 10.75 L 2.4453125 10.75 C 3.008225 6.4324405 6.4313845 3.0055795 10.75 2.4433594 z M 7.5429688 6.8457031 C 7.2633181 6.8457031 6.98288 6.9506777 6.7695312 7.1640625 C 6.3427618 7.5908318 6.3427618 8.2842402 6.7695312 8.7109375 L 11.367188 13.308594 C 11.572059 13.513526 11.850845 13.628906 12.140625 13.628906 C 12.430477 13.628906 12.707164 13.513535 12.912109 13.308594 L 16.128906 10.091797 C 16.555532 9.6650989 16.555532 8.9735735 16.128906 8.546875 C 15.702136 8.1201071 15.010683 8.1201071 14.583984 8.546875 L 12.140625 10.992188 L 8.3144531 7.1640625 C 8.1010678 6.950677 7.8226195 6.8457031 7.5429688 6.8457031 z'/></svg>"
},
"CLOSE": {
"defaultProps": {
"width": 12,
"height": 12
},
"icon": "<svg name='Close' width='%%width' height='%%height' viewBox='0 0 12 12'><g fill='none' fill-rule='evenodd'><path d='M0 0h12v12H0'/><path 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'/></g></svg>"
},
"CLOSE_CIRCLE": {
"icon": "<svg name='CloseCircle' 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'/></svg>"
},
"COG": {
"icon": "<svg name='Cog' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 19.738,10 H 22 v 4 h -2.261 c -0.241,0.931 -0.639,1.798 -1.174,2.564 L 20,18 18,20 16.565,18.564 C 15.797,19.099 14.932,19.498 14,19.738 V 22 H 10 V 19.738 C 9.069,19.498 8.203,19.099 7.436,18.564 L 6,20 4,18 5.436,16.564 C 4.901,15.799 4.502,14.932 4.262,14 H 2 V 10 H 4.262 C 4.502,9.068 4.9,8.202 5.436,7.436 L 4,6 6,4 7.436,5.436 C 8.202,4.9 9.068,4.502 10,4.262 V 2 h 4 v 2.261 c 0.932,0.241 1.797,0.639 2.565,1.174 L 18,3.999 l 2,2 -1.436,1.437 C 19.099,8.202 19.498,9.069 19.738,10 Z M 12,16 c 2.2091,0 4,-1.7909 4,-4 0,-2.20914 -1.7909,-4 -4,-4 -2.20914,0 -4,1.79086 -4,4 0,2.2091 1.79086,4 4,4 z'/></svg>"
},
"CROWN": {
"icon": "<svg name='Crown' width='%%width' height='%%height' viewBox='0 0 16 16'><path fill='%%color' 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'/></svg>"
},
"DOWNLOAD": {
"defaultProps": {
"width": 16,
"height": 16
},
"icon": "<svg name='Download' width='%%width' height='%%height' viewBox='0 0 16 16'><path fill='%%color' fill-rule='evenodd' d='M7.47 10.78a.75.75 0 001.06 0l3.75-3.75a.75.75 0 00-1.06-1.06L8.75 8.44V1.75a.75.75 0 00-1.5 0v6.69L4.78 5.97a.75.75 0 00-1.06 1.06l3.75 3.75zM3.75 13a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5z'/></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 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'/></g></svg>"
},
"EYE": {
"icon": "<svg name='Eye' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='m 12,4.8468858 c -4.5854555,0 -8.7437859,2.5087448 -11.8122114,6.5836142 -0.2503836,0.333845 -0.2503836,0.800246 0,1.13409 C 3.2562141,16.644369 7.4145445,19.153114 12,19.153114 c 4.585455,0 8.743786,-2.508745 11.812211,-6.583614 0.250384,-0.333845 0.250384,-0.800246 0,-1.13409 C 20.743786,7.3556306 16.585455,4.8468858 12,4.8468858 Z M 12.328935,17.037128 C 9.2850571,17.228597 6.7714025,14.719852 6.9628723,11.671065 7.1199757,9.1574101 9.1574101,7.1199755 11.671065,6.9628721 c 3.043878,-0.1914698 5.557532,2.317275 5.366063,5.3660629 -0.162013,2.508745 -2.199448,4.54618 -4.708193,4.708193 z m -0.152194,-2.327094 c -1.639766,0.103099 -2.9947829,-1.247009 -2.8867749,-2.886775 0.08346,-1.355017 1.1831849,-2.4498317 2.5382019,-2.5382024 1.639767,-0.1030991 2.994784,1.2470084 2.886775,2.8867754 -0.08837,1.359926 -1.188094,2.45474 -2.538202,2.538202 z'/></svg>"
},
"FAVORITE": {
"icon": "<svg name='Favorite' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M19.6,9l-4.2-0.4c-0.4,0-0.7-0.3-0.8-0.6l-1.6-3.9c-0.3-0.8-1.5-0.8-1.8,0L9.4,8.1C9.3,8.4,9,8.6,8.6,8.7L4.4,9 c-0.9,0.1-1.2,1.2-0.6,1.8L7,13.6c0.3,0.2,0.4,0.6,0.3,1l-1,4.1c-0.2,0.9,0.7,1.5,1.5,1.1l3.6-2.2c0.3-0.2,0.7-0.2,1,0l3.6,2.2 c0.8,0.5,1.7-0.2,1.5-1.1l-1-4.1c-0.1-0.4,0-0.7,0.3-1l3.2-2.8C20.9,10.2,20.5,9.1,19.6,9z M12,15.4l-3.8,2.3l1-4.3l-3.3-2.9 l4.4-0.4l1.7-4l1.7,4l4.4,0.4l-3.3,2.9l1,4.3L12,15.4z'/></svg>"
},
"FAVORITE_FILLED": {
"icon": "<svg name='FavoriteFilled' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M12.5,17.6l3.6,2.2a1,1,0,0,0,1.5-1.1l-1-4.1a1,1,0,0,1,.3-1l3.2-2.8A1,1,0,0,0,19.5,9l-4.2-.4a.87.87,0,0,1-.8-.6L12.9,4.1a1.05,1.05,0,0,0-1.9,0l-1.6,4a1,1,0,0,1-.8.6L4.4,9a1.06,1.06,0,0,0-.6,1.8L7,13.6a.91.91,0,0,1,.3,1l-1,4.1a1,1,0,0,0,1.5,1.1l3.6-2.2A1.08,1.08,0,0,1,12.5,17.6Z'/></svg>"
},
"FOLDER": {
"icon": "<svg name='Folder' 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'/></svg>"
},
"GAMEPAD": {
"icon": "<svg name='Gamepad' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 5.7066445,4.9022473 H 18.293275 c 1.595895,0 2.92046,1.2333283 3.034163,2.8251676 l 0.667683,9.3475611 c 0.0743,1.040197 -0.708715,1.943677 -1.748914,2.017977 -0.04477,0.0032 -0.08964,0.0048 -0.134531,0.0048 -1.191828,0 -2.230714,-0.811138 -2.519775,-1.96738 l -0.522119,-2.08848 H 6.930137 l -0.5221194,2.088478 c -0.2890608,1.156242 -1.3279463,1.96738 -2.5197742,1.96738 -1.0428481,0 -1.8882436,-0.845396 -1.8882436,-1.888243 0,-0.04488 0.0016,-0.08976 0.0048,-0.134532 L 2.6724812,7.7274149 C 2.7861841,6.1355756 4.1107494,4.9022473 5.7066445,4.9022473 Z m 8.8282265,5.0698223 c 0.839995,0 1.520947,-0.680951 1.520947,-1.5209465 0,-0.8399957 -0.680952,-1.5209468 -1.520947,-1.5209468 -0.839996,0 -1.520947,0.6809511 -1.520947,1.5209468 0,0.8399955 0.680951,1.5209465 1.520947,1.5209465 z m 4.055858,3.0418944 c 0.839996,0 1.520947,-0.680952 1.520947,-1.520947 0,-0.839995 -0.680951,-1.5209474 -1.520947,-1.5209474 -0.839996,0 -1.520947,0.6809524 -1.520947,1.5209474 0,0.839995 0.680951,1.520947 1.520947,1.520947 z M 5.9161725,8.9581056 H 3.8882434 v 2.0279294 h 2.0279291 v 2.027929 H 7.9441016 V 10.986035 H 9.9720304 V 8.9581056 H 7.9441016 V 6.9301763 H 5.9161725 Z'/></svg>"
},
"GAMEPAD_DISABLED": {
"defaultProps": {
"foreground": ""
},
"icon": "<svg name='GamepadDisabled' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='m 5.707493,4.903746 c -1.5957556,0 -2.921198,1.232272 -3.0348909,2.823972 l -0.6679103,9.346058 c -0.0032,0.04477 -0.00469,0.09105 -0.00469,0.135925 0,0.286145 0.068875,0.553783 0.1827966,0.796805 L 7.1745522,13.014755 H 5.9160685 v -2.02951 H 3.8889021 V 8.958078 H 5.9160685 V 6.930913 H 7.943235 v 2.027165 h 2.0295102 v 1.258484 L 15.285561,4.903746 Z m 15.366625,1.832652 -4.813642,4.813642 -3.491882,3.491882 h 4.300405 l 0.522611,2.088099 c 0.289036,1.156141 1.327587,1.966233 2.519311,1.966233 0.04489,0 0.08882,-0.0014 0.133582,-0.0047 1.040108,-0.0743 1.824922,-0.977685 1.750628,-2.01779 l -0.66791,-9.346079 c -0.02519,-0.352659 -0.11926,-0.683371 -0.253103,-0.99132 z m -2.484157,3.236436 c 0.839921,0 1.52096,0.681039 1.52096,1.52096 0,0.839923 -0.681039,1.520961 -1.52096,1.520961 -0.839923,0 -1.520962,-0.681038 -1.520962,-1.520961 0,-0.839921 0.681039,-1.52096 1.520962,-1.52096 z M 7.943235,10.985245 v 1.260827 l 1.2608277,-1.260827 z'/><path d='M21 4.27L19.73 3L3 19.73L4.27 21L8.46 16.82L9.69 15.58L11.35 13.92L14.99 10.28L21 4.27Z' class='%%foreground' fill='currentColor'/></svg>"
},
"GITHUB": {
"icon": "<svg name='Github' 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'/></g></svg>"
},
"GLOBE": {
"defaultProps": {
"width": 20,
"height": 20
},
"icon": "<svg name='Globe' width='%%width' height='%%height' viewBox='0 0 20 20'><g fill='%%color'><path d='M 9.99,0 C 4.47,0 0,4.48 0,10 0,15.52 4.47,20 9.99,20 15.52,20 20,15.52 20,10 20,4.48 15.52,0 9.99,0 Z m 6.93,6 H 13.97 C 13.65,4.75 13.19,3.55 12.59,2.44 14.43,3.07 15.96,4.35 16.92,6 Z M 10,2.04 c 0.83,1.2 1.48,2.53 1.91,3.96 H 8.09 C 8.52,4.57 9.17,3.24 10,2.04 Z M 2.26,12 C 2.1,11.36 2,10.69 2,10 2,9.31 2.1,8.64 2.26,8 H 5.64 C 5.56,8.66 5.5,9.32 5.5,10 c 0,0.68 0.06,1.34 0.14,2 z m 0.82,2 h 2.95 c 0.32,1.25 0.78,2.45 1.38,3.56 C 5.57,16.93 4.04,15.66 3.08,14 Z M 6.03,6 H 3.08 C 4.04,4.34 5.57,3.07 7.41,2.44 6.81,3.55 6.35,4.75 6.03,6 Z M 10,17.96 C 9.17,16.76 8.52,15.43 8.09,14 h 3.82 C 11.48,15.43 10.83,16.76 10,17.96 Z M 12.34,12 H 7.66 C 7.57,11.34 7.5,10.68 7.5,10 7.5,9.32 7.57,8.65 7.66,8 h 4.68 c 0.09,0.65 0.16,1.32 0.16,2 0,0.68 -0.07,1.34 -0.16,2 z m 0.25,5.56 c 0.6,-1.11 1.06,-2.31 1.38,-3.56 h 2.95 c -0.96,1.65 -2.49,2.93 -4.33,3.56 z M 14.36,12 c 0.08,-0.66 0.14,-1.32 0.14,-2 0,-0.68 -0.06,-1.34 -0.14,-2 h 3.38 C 17.9,8.64 18,9.31 18,10 c 0,0.69 -0.1,1.36 -0.26,2 z'/></g></svg>"
},
"GRADIENT": {
"defaultProps": {
"width": 36,
"height": 36
},
"icon": "<svg name='Gradient' width='%%width' height='%%height' viewBox='0 0 36 36'><path fill='%%color' d='M 5,0 C 0,0 0,5 0,5 V 31 c 0,5 5,5 5,5 h 26 c 5,0 5,-5 5,-5 V 5 C 36,0 31,0 31,0 Z M 4,4 h 8 v 4 h 4 v -4 h 4 v 4 h 4 V 12 h -4 v 4 h 4 v 4 h -4 v 4 h 4 v 4 h -4 v 4 h -4 v -4 h -4 v 4 H 4 Z M 16,28 h 4 v -4 h -4 z m 0,-4 v -4 h -4 v 4 z m 0,-4 h 4 v -4 h -4 z m 0,-4 v -4 h -4 v 4 z m 0,-4 h 4 V 8 h -4 z'/></svg>"
},
"HEART": {
"defaultProps": {
"width": 16,
"height": 16
},
"icon": "<svg name='Heart' width='%%width' height='%%height' viewBox='0 0 16 16'><path fill='%%color' fill-rule='evenodd' d='M4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.565 20.565 0 008 13.393a20.561 20.561 0 003.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.75.75 0 01-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5zM8 14.25l-.345.666-.002-.001-.006-.003-.018-.01a7.643 7.643 0 01-.31-.17 22.075 22.075 0 01-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.08 22.08 0 01-3.744 2.584l-.018.01-.006.003h-.002L8 14.25zm0 0l.345.666a.752.752 0 01-.69 0L8 14.25z'/></svg>"
},
"INFO": {
"icon": "<svg name='Info' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 12,0 C 5.376,0 0,5.376 0,12 0,18.624 5.376,24 12,24 18.624,24 24,18.624 24,12 24,5.376 18.624,0 12,0 Z m 1.2,18 h -2.4 v -7.2 h 2.4 z m 0,-9.6 h -2.4 v -2.4 h 2.4 z'/></svg>"
},
"LEFT_CARET": {
"icon": "<svg name='LeftCaret' 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' 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' 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'/></svg>"
},
"LOCK_OPEN": {
"icon": "<svg name='LockOpen' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 12 2 C 9.242 2 7 4.5340642 7 7 L 7 7.5 C 7 7.5 6.947917 8.5 8 8.5 C 9.0520833 8.5 9 7.5 9 7.5 L 9 7 C 9 5.346 10.346 4 12 4 C 13.654 4 15 5.346 15 7 L 15 11 L 7 11 C 5.897 11 5 11.896 5 13 L 5 20 C 5 21.103 5.897 22 7 22 L 17 22 C 18.103 22 19 21.103 19 20 L 19 13 C 19 11.896 18.103 11 17 11 L 17 7 C 17 4.243 14.756 2 12 2 z M 14.955078 13.5 C 15.22209 13.5 15.488762 13.606126 15.693359 13.818359 C 16.102555 14.242827 16.102555 14.927096 15.693359 15.351562 L 12 19.181641 C 11.590804 19.606108 10.932635 19.606108 10.523438 19.181641 L 8.3066406 16.882812 C 7.8974447 16.458346 7.8974447 15.776029 8.3066406 15.351562 C 8.7158365 14.927095 9.3740069 14.927096 9.7832031 15.351562 L 11.261719 16.882812 L 14.216797 13.818359 C 14.421394 13.606126 14.688067 13.5 14.955078 13.5 z'/></svg>"
},
"MENU_CARET": {
"getClassName": {
"": ["menucaretarrow"],
"props.open": ["menucaretopen"]
},
"icon": "<svg name='MenuCaret' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd'><path fill='%%color' d='M16.59 8.59004L12 13.17L7.41 8.59004L6 10L12 16L18 10L16.59 8.59004Z'/></g></svg>"
},
"METAMASK": {
"icon": "<svg name='MetaMask' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 1.3475938,1.2834223 0.19251362,4.8128343 0.83422485,8.6631013 0.38502698,8.9197863 1.0267382,9.4973263 0.51336925,9.9465243 1.2192516,10.588236 0.77005375,10.973263 1.7811944,12.2373 2.5e-7,17.390375 l 1.41176485,5.326203 5.4545453,-1.73262 0.8983958,0.64171 2.3743318,1.026739 h 1.860963 0.06417 1.860963 l 2.374331,-1.026739 0.834225,-0.64171 5.454545,1.73262 L 24,17.390375 22.218806,12.2373 23.229947,10.973263 22.780749,10.588235 23.486631,9.9465242 22.973261,9.4973263 23.614973,8.9197862 23.165775,8.6631013 23.807485,4.8128343 22.652406,1.2834223 15.401069,4.2994652 H 8.5989308 Z m 1.5271837,1.541221 c 4.8034519,3.629275 7.2231085,5.4617449 7.2586895,5.497326 0.03558,0.03558 -0.9251678,0.836168 -2.8821299,2.4017377 L 3.2484405,11.951204 2.394608,10.883913 2.7680485,10.563726 2.1809273,10.029858 2.6080661,9.6564173 2.0741981,9.1760253 2.4478612,8.9625663 1.9142159,5.7602493 Z m 18.2504445,0 0.960562,2.935606 -0.533645,3.202317 0.373663,0.213459 -0.533868,0.480392 0.427139,0.3734397 -0.587122,0.533869 0.373441,0.320187 -0.853833,1.067291 -4.002896,-1.227496 C 14.791702,9.1581373 13.830952,8.3575503 13.866534,8.3219693 c 0.03558,-0.03558 2.455237,-1.868051 7.258688,-5.497326 z M 9.0481287,14.053476 9.7540113,15.529413 7.2513371,14.887701 Z m 5.9037433,0 1.796791,0.834225 -2.502673,0.641711 z m -1.66845,4.235295 0.51337,0.320855 0.0085,0.06996 2.56e-4,2.56e-4 0.247994,1.983289 v 0.06416 L 13.668485,20.470615 H 12 10.331551 L 10.010695,20.7273 v -0.06417 l 0.252897,-2.022727 0.0038,-0.03075 0.449198,-0.256683 z'/></svg>"
},
"MORE": {
"icon": "<svg name='More' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='none' fill-rule='evenodd'><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'/></g></svg>"
},
"NOVA_AT": {
"icon": "<svg name='Nova_At' 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'/></svg>"
},
"NOVA_PIN": {
"icon": "<svg name='Nova_Pin' 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'/></svg>"
},
"NOVA_TRASH": {
"icon": "<svg name='Nova_Trash' width='%%width' height='%%height' viewBox='0 0 24 24'><g fill='%%color'><path d='M15 3.999V2H9V3.999H3V5.999H21V3.999H15Z'/><path 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'/></g></svg>"
},
"OPEN_EXTERNAL": {
"icon": "<svg name='OpenExternal' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/></svg>"
},
"OVERLAY": {
"icon": "<svg name='Overlay' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' fill-rule='evenodd' clip-rule='evenodd' d='M4 2.5C2.897 2.5 2 3.397 2 4.5V15.5C2 16.604 2.897 17.5 4 17.5H11V19.5H7V21.5H17V19.5H13V17.5H20C21.103 17.5 22 16.604 22 15.5V4.5C22 3.397 21.103 2.5 20 2.5H4ZM20 4.5V13.5H4V4.5H20Z'/></svg>"
},
"OVERLAY_DISABLED": {
"icon": "<svg name='OverlayDisabled' aria-hidden='false' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M8.67872 19H11V21H7V23H17V21H13V19H20C21.103 19 22 18.104 22 17V6C22 5.89841 21.9924 5.79857 21.9777 5.70101L20 7.67872V15H12.6787L8.67872 19ZM13.1496 6H4V15H4.14961L2.00515 17.1445C2.00174 17.0967 2 17.0486 2 17V6C2 4.897 2.897 4 4 4H15.1496L13.1496 6Z'/><path d='M21 4.27L19.73 3L3 19.73L4.27 21L8.46 16.82L9.69 15.58L11.35 13.92L14.99 10.28L21 4.27Z' class='%%foreground' fill='currentColor'/></svg>"
},
"PATREON": {
"icon": "<svg name='Patreon' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 0,-1.2209e-4 V 24 H 4.4021963 V -1.2209e-4 Z m 15.010145,0 c -4.974287,0 -9.020427,4.04121619 -9.020427,9.00819799 0,4.9565461 4.04614,8.9837411 9.020427,8.9837421 C 19.970866,17.991818 24,13.959406 24,9.0080759 24,4.0421376 19.969822,-1.2209e-4 15.010145,-1.2209e-4 Z'/></svg>"
},
"PAYPAL": {
"icon": "<svg name='PayPal' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 5.6863929,0 C 5.1806043,0 4.7507198,0.3656279 4.6704813,0.85995389 L 1.6795909,19.673995 c -0.058746,0.371103 0.2309887,0.706911 0.6092555,0.706911 h 4.4338638 l 1.1121097,-7.006437 -0.033522,0.22009 c 0.078805,-0.494326 0.5072079,-0.859954 1.0129965,-0.859954 h 2.1061586 c 4.139443,0 7.378419,-1.667588 8.325519,-6.4919233 0.02866,-0.1432829 0.07434,-0.4183163 0.07434,-0.4183163 C 19.589638,4.0390606 19.318112,2.8290903 18.345211,1.7301106 17.276361,0.5193702 15.342278,0 12.867737,0 Z M 21.516831,7.8139196 c -1.028771,4.7498274 -4.3124,7.2629664 -9.522166,7.2629664 H 10.107139 L 8.6962314,24 H 11.76 c 0.442744,0 0.820329,-0.319405 0.889104,-0.753552 l 0.03498,-0.189482 0.705454,-4.428033 0.04519,-0.244868 c 0.06878,-0.434148 0.446338,-0.753554 0.887649,-0.753554 h 0.559699 c 3.620757,0 6.455196,-1.457472 7.283371,-5.677153 0.332416,-1.693603 0.172401,-3.113533 -0.64861,-4.1394384 z'/></svg>"
},
"PENCIL": {
"defaultProps": {
"width": 16,
"height": 16
},
"icon": "<svg name='Pencil' 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'/></svg>"
},
"PHANTOM": {
"icon": "<svg name='Phantom' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 12,0 A 12.000054,12.000054 0 0 0 0,12 12.000054,12.000054 0 0 0 12,24 12.000054,12.000054 0 0 0 24,12 12.000054,12.000054 0 0 0 12,0 Z m -1.337931,4.30669 c 4.320581,0 7.818801,3.51205 7.818801,7.84657 h 2.11864 c 0.0836,0 0.15325,1.4e-4 0.22294,0.028 0.5993,0.12544 0.98944,0.69671 0.86401,1.29601 -0.80837,3.67946 -6.00706,6.70408 -9.881637,6.70408 h -0.557494 c -4.390264,0 -8.515718,-3.80505 -8.432094,-8.18138 C 2.898855,7.7212 6.383304,4.30666 10.662069,4.30666 Z M 6.4531,9.60289 c -0.585369,0 -1.059456,0.45993 -1.059456,1.0453 v 1.70024 c 0,0.57143 0.459932,1.0453 1.045301,1.0453 0.585368,0 1.059456,-0.45993 1.059456,-1.0453 v -1.70024 c 0,-0.57143 -0.459933,-1.0453 -1.045301,-1.0453 z m 3.651475,0 c -0.585368,0 -1.059184,0.45993 -1.059184,1.0453 v 1.70024 c 0,0.57143 0.459933,1.0453 1.045301,1.0453 0.585369,0 1.059184,-0.45993 1.059184,-1.0453 v -1.70024 c 0,-0.57143 -0.459932,-1.0453 -1.045301,-1.0453 z'/></svg>"
},
"PIN": {
"defaultProps": {
"width": 16,
"height": 16
},
"icon": "<svg name='Pin' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M19 3H5V5H7V12H5V14H11V22H13V14H19V12H17V5H19V3Z'/></svg>"
},
"PODIUM": {
"icon": "<svg name='Podium' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' fill-rule='evenodd' clip-rule='evenodd' d='M14 13C14 14.1 13.1 15 12 15C10.9 15 10 14.1 10 13C10 11.9 10.9 11 12 11C13.1 11 14 11.9 14 13ZM8.5 20V19.5C8.5 17.8 9.94 16.5 12 16.5C14.06 16.5 15.5 17.8 15.5 19.5V20H8.5ZM7 13C7 10.24 9.24 8 12 8C14.76 8 17 10.24 17 13C17 13.91 16.74 14.75 16.31 15.49L17.62 16.25C18.17 15.29 18.5 14.19 18.5 13C18.5 9.42 15.58 6.5 12 6.5C8.42 6.5 5.5 9.42 5.5 13C5.5 14.18 5.82 15.29 6.38 16.25L7.69 15.49C7.26 14.75 7 13.91 7 13ZM2.5 13C2.5 7.75 6.75 3.5 12 3.5C17.25 3.5 21.5 7.75 21.5 13C21.5 14.73 21.03 16.35 20.22 17.75L21.51 18.5C22.45 16.88 23 15 23 13C23 6.93 18.07 2 12 2C5.93 2 1 6.93 1 13C1 15 1.55 16.88 2.48 18.49L3.77 17.74C2.97 16.35 2.5 14.73 2.5 13Z'/></svg>"
},
"QUESTIONMARK": {
"icon": "<svg name='QuestionMark' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M12 2C6.486 2 2 6.487 2 12C2 17.515 6.486 22 12 22C17.514 22 22 17.515 22 12C22 6.487 17.514 2 12 2ZM12 18.25C11.31 18.25 10.75 17.691 10.75 17C10.75 16.31 11.31 15.75 12 15.75C12.69 15.75 13.25 16.31 13.25 17C13.25 17.691 12.69 18.25 12 18.25ZM13 13.875V15H11V12H12C13.104 12 14 11.103 14 10C14 8.896 13.104 8 12 8C10.896 8 10 8.896 10 10H8C8 7.795 9.795 6 12 6C14.205 6 16 7.795 16 10C16 11.861 14.723 13.429 13 13.875Z'/></svg>"
},
"QUESTIONMARK_ACTIVITY": {
"defaultProps": {
"width": 40,
"height": 40
},
"icon": "<svg name='QuestionMark_Activity' width='%%width' height='%%height' viewBox='0 0 40 40'><g fill='none' fill-rule='evenodd'><path fill='currentColor' fill-opacity='.8' d='M21.226 30v-4.154h-3.755V30h3.755zm-.512-8.62c3.67-1.337 5.718-2.959 5.718-6.145 0-3.272-2.36-5.235-6.088-5.235-2.589 0-4.637.825-6.344 2.048l.484 3.3c1.621-1.251 3.47-2.162 5.49-2.162 1.707 0 2.845.854 2.845 2.305 0 1.593-1.08 2.475-3.812 3.442l-.882.342.342 4.523 2.076-.455.171-1.963z'></path><rect width='38' height='38' x='1' y='1' stroke='currentColor' stroke-opacity='.4' stroke-width='2' rx='5'></rect><circle cx='7' cy='7' r='2' fill='currentColor' fill-opacity='.4'></circle><circle cx='7' cy='33' r='2' fill='currentColor' fill-opacity='.4'></circle><circle cx='33' cy='7' r='2' fill='currentColor' fill-opacity='.4'></circle><circle cx='33' cy='33' r='2' fill='currentColor' fill-opacity='.4'></circle></g></svg>"
},
"QUOTE": {
"icon": "<svg name='Quote' 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'/></svg>"
},
"RAW_TEXT": {
"icon": "<svg name='RawText' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 2,2.9181818 V 5.6454545 H 7.4545455 V 21.1 H 10.181818 V 5.6454545 h 5.454546 V 2.9181818 Z M 12,9.281818 v 2.727273 h 3.636364 V 21.1 h 2.727272 V 12.009091 H 22 V 9.281818 Z'/></svg>"
},
"RIGHT_CARET": {
"icon": "<svg name='RightCaret' 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' 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' width='%%width' height='%%height' viewBox='0 0 18 18'><g fill='none' fill-rule='evenodd'><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'/></g></svg>"
},
"SPEAKER": {
"icon": "<svg name='Speaker' 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'/></svg>"
},
"STREAM": {
"icon": "<svg name='Stream' 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'/></svg>"
},
"TRASH": {
"icon": "<svg name='Trash' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='none' d='M0 0h24v24H0V0z'/><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'/></svg>"
},
"WARNING": {
"icon": "<svg name='Warning' width='%%width' height='%%height' viewBox='0 0 24 24'><path fill='%%color' d='M 0,22.35 H 24 L 12,1.6227273 Z m 13.090909,-3.272727 h -2.181818 v -2.181818 h 2.181818 z m 0,-4.363637 H 10.909091 V 10.35 h 2.181818 z'/></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",
"cardDisabled": "cardDisabled-wnh5ZW",
"cardHorizontal": "horizontal-0ffRsT",
"cardInner": "inner-OP_8zd",
"cardWrapper": "card-rT4Wbb",
"changeLogButton": "changeLogButton-L9FFs5",
"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",
"cursorPointer": "cursorPointer-B3uwDA",
"dateInputButton": "dateInputButton-jTGUJg",
"dateInputButtonSelected": "selected-8F23Ra",
"dateInputControls": "dateInputControls-cgfPf9",
"dateInputField": "dateInputField-2vhGP1",
"dateInputInner": "dateInputInner-ORXFwT",
"dateInputPreview": "dateInputPreview-lG5sMM",
"dateInputPreviewPrefix": "dateInputPreviewPrefix-6Fww21",
"dateInputPreviewSuffix": "dateInputPreviewSuffix-f4Sr32",
"dateInputWrapper": "dateInputWrapper-6tQOYp",
"dev": "dev-A7f2Rx",
"discoveryCard": "card-x5zW6z",
"discoveryCardAuthor": "author-d2JIcl",
"discoveryCardButton": "button-coQXfM",
"discoveryCardControls": "controls-T0w-Wc",
"discoveryCardCover": "cover-qyY86I",
"discoveryCardCoverBadge": "coverBadge-I41ZIY",
"discoveryCardCoverWrapper": "coverWrapper-J-mDGJ",
"discoveryCardDescription": "description-zXiu5E",
"discoveryCardFooter": "footer-C1KpS6",
"discoveryCardHeader": "header-4hHJgv",
"discoveryCardIcon": "icon-0jmVrJ",
"discoveryCardIconLoading": "loading-f8Gs22",
"discoveryCardIconWrapper": "iconWrapper-eK7GO6",
"discoveryCardInfo": "info-xw-o76",
"discoveryCardName": "name-OSUjF9",
"discoveryCards": "list-QuW8QR",
"discoveryCardStat": "stat-eRknnn",
"discoveryCardStatIcon": "statIcon-o40EX1",
"discoveryCardStats": "stats-Pc5tYW",
"discoveryCardTag": "tag-PbPfwP",
"discoveryCardTags": "tags-9KJ-1X",
"discoveryCardTitle": "title-SSzExd",
"discoveryCardTitleButton": "button-SxdSzE",
"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",
"guildVoiceList": "guildVoiceList-9ads4k",
"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",
"layerContainerZIndexDisabled": "zIndexDisabled-Pf4Txx",
"listInput": "listInput-11g5Sr",
"listInputDelete": "delete-M_nPTt",
"listInputItem": "item-wGC8aX",
"listInputItems": "items-D9PGwH",
"listRow": "listRow-7SfZww",
"loadingIcon": "loadingIcon-cOYMPl",
"loadingIconWrapper": "loadingIconWrapper-PsVJ9m",
"overflowEllipsis": "ellipsis-qlo9sA",
"pagination": "pagination-09Sd5R",
"paginationBottom": "bottom-jTb32i",
"paginationList": "list-PIKebU",
"paginationListAlphabet": "alphabet-2ANo0x",
"paginationListAlphabetChar": "alphabetChar-bq-8Go",
"paginationListAlphabetCharDisabled": "disabled-XmhCq2",
"paginationListContent": "listContent-aG3Fq8",
"paginationListMini": "mini-GMiniS",
"paginationMini": "mini-hODxXf",
"paginationTop": "top-v-18jZ",
"popoutArrow": "popoutArrow-g8f4Ss",
"popoutArrowBottom": "popoutArrowBottom-r5Tzui",
"popoutArrowTop": "popoutArrowTop-lK9F3a",
"popoutWrapper": "popout-xwjvsX",
"quickSelectWrapper": "quickSelectWrapper-UCfTKz",
"marginLeft4": "marginLeft4-58StzA",
"marginLeft8": "marginLeft8-3RhhAa",
"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",
"modalTextContent": "text-8fSrts",
"modalWrapper": "modal-6GHvdM",
"multiInput": "multiInput-Ft9zQo",
"multiInputField": "multiInputField-GfMBpr",
"multiInputFirst": "multiInputFirst-5rMj_O",
"multiInputLast": "multiInputLast-HWxgTr",
"multiInputWrapper": "multiInputWrapper-g6Srtv",
"noticeClosing": "closing-g5Srr2",
"noticeText": "text-kRs522",
"noticeUpdate": "updateNotice-2DjjHs",
"noticeUpdateButtonAll": "all-iF7Saa",
"noticeUpdateButtonReload": "reload-LkMrac",
"noticeUpdateEntries": "entries-Br6Sda",
"noticeUpdateEntry": "entry-oFts5R",
"noticeUpdateText": "notice-message",
"noticeUpdateSeparator": "separator-g5DsaR",
"noticeWrapper": "noticeWrapper-8z511t",
"searchBarWrapper": "searchBarWrapper-1GpKvB",
"selectWrapper": "selectWrapper-yPjeij",
"settingsGuild": "guild-J3Egt5",
"settingsGuildDisabled": "disabled-b2o83O",
"settingsPanel": "settingsPanel-w2ySNR",
"settingsPanelList": "settingsList-eZjkXj",
"settingsPanelListWrapper": "wrapper-kRsR33",
"settingsPanelListWrapperMini": "mini-2Iug3W",
"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",
"supporterTier1": "tier1-841W86",
"supporterTier2": "tier2-VDTzC3",
"supporterTier3": "tier3-yTxjsy",
"supporterTier4": "tier4-5RNl6k",
"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",
"tooltipNote": "note-e4Jh6_",
"tooltipRowExtra": "extraRow-6F2Dss",
"userInfoDate": "date-YN6TCS"
},
"BD": {
"bdAddonCard": "bd-addon-card",
"bdAddonList": "bd-addon-list",
"bdAddonModal": "bd-addon-modal",
"bdAddonModalFooter": "bd-addon-modal-footer",
"bdAddonModalHeader": "bd-addon-modal-header",
"bdAddonModalSettings": "bd-addon-modal-settings",
"bdAuthor": "bd-author",
"bdButton": "bd-button",
"bdButtonDanger": "bd-button-danger",
"bdControls": "bd-controls",
"bdControlsButton": "bd-addon-button",
"bdDescription": "bd-description",
"bdDescriptionWrap": "bd-description-wrap",
"bdFolderButton": "bd-pfbtn",
"bdFooter": "bd-footer",
"bdGuild": "bd-guild",
"bdGuildAnimatable": "bd-animatable",
"bdGuildAudio": "bd-audio",
"bdGuildSelected": "bd-selected",
"bdGuildSeparator": "bd-guild-separator",
"bdGuildUnread": "bd-unread",
"bdGuildVideo": "bd-video",
"bdHeader": "bd-addon-header",
"bdHeaderTitle": "bd-title",
"bdIcon": "bd-icon",
"bdLink": "bd-link",
"bdLinks": "bd-links",
"bdMeta": "bd-meta",
"bdMinimalMode": "bd-minimal",
"bdName": "bd-name",
"bdPillSelected": "bd-selected",
"bdPillUnread": "bd-unread",
"bdSwitch": "bd-switch",
"bdSwitchChecked": "bd-switch-checked",
"bdSwitchInner": "bd-checkbox",
"bdUpdatebtn": "bd-updatebtn",
"bdVersion": "bd-version",
"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"
},
"BetterFriendList": {
"mutualGuilds": "mutualGuilds-s7F2aa",
"nameCell": "nameCell-7F4sRs",
"title": "title-3aDrFs"
},
"BetterNsfwTag": {
"nsfwTag": "nsfwTag-666omg"
},
"BetterSearchPage": {
"pagination": "pagination-shit69"
},
"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_",
"threadCreation": "threadCreation-p0fWA_",
"uploadCounter": "uploadCounter-iEGQQk"
},
"CreationDate": {
"date": "creationDate-CJwdKT"
},
"CustomStatusPresets": {
"customStatusItem": "customStatusItem-f5Trsa",
"deleteButton": "deleteButton-k8a4Sa",
"deleteIcon": "deleteIcon-22SgHa",
"dragPreview": "dragPreview-3F0ssT",
"sortableCard": "sortableCard-oF6sTT",
"sortDivider": "sortDivider-d8SzzU",
"status": "status-0f5Sr2"
},
"DisplayServersAsChannels": {
"badge": "badge-fxFrUP",
"muted": "muted-k5Fraa",
"name": "name-z5133D",
"styled": "styledGuildsAsChannels-DNHtg_"
},
"EmojiStatistics": {
"amountCell": "amountCell-g_W6Rx",
"iconCell": "iconCell--wniOu",
"nameCell": "nameCell-xyXENZ",
"statisticsButton": "statisticsButton-nW2KoM"
},
"FriendNotifications": {
"friendsOnline": "friendsOnline-2JkivW",
"friendsOnlineWrap": "friendsOnlineWrap-0gZ63m",
"logAvatar": "avatar-GgGssS",
"logContent": "content-_3_FFs",
"logTime": "time-00Fs44",
"timeLogModal": "timeLogModal-9s4Rts",
"typeLabel": "label-9FgsSa"
},
"GameActivityToggle": {
"added": "gameActivityToggleAdded-Yd-YxC"
},
"ImageUtilities": {
"details": "details-9dkFPc",