Update BDFDB.data.json

This commit is contained in:
Mirco Wittrien 2020-11-21 19:40:28 +01:00
parent 35e3d24e1e
commit 5869c1fcae
1 changed files with 4 additions and 1 deletions

View File

@ -226,7 +226,7 @@
"UserHook": {"class": "auditloguserhook"}, "UserHook": {"class": "auditloguserhook"},
"UserPopout": {"class": "userpopout"}, "UserPopout": {"class": "userpopout"},
"UserProfile": {"class": "userprofile"}, "UserProfile": {"class": "userprofile"},
"UserSettingsAppearance": {"class": "settingswindowcontentregion"}, "UserSettingsAppearance": {"class": "radiogroup"},
"V2C_ContentColumn": {"class": "settingswindowcontentcolumn", "special": [{"path": "return.stateNode.props.title", "value": ["PLUGINS", "THEMES"]}]} "V2C_ContentColumn": {"class": "settingswindowcontentcolumn", "special": [{"path": "return.stateNode.props.title", "value": ["PLUGINS", "THEMES"]}]}
}, },
"LoadedInComponents": { "LoadedInComponents": {
@ -1033,6 +1033,7 @@
"QuickSelect": {"props": ["quickSelectArrow", "selected"]}, "QuickSelect": {"props": ["quickSelectArrow", "selected"]},
"QuickSwitch": {"props": ["resultFocused", "guildIconContainer"]}, "QuickSwitch": {"props": ["resultFocused", "guildIconContainer"]},
"QuickSwitchWrap": {"props": ["container", "miscContainer"]}, "QuickSwitchWrap": {"props": ["container", "miscContainer"]},
"RadioGroup": {"props": ["radioBar", "item"]},
"Reactions": {"props": ["reactionBtn", "reaction"]}, "Reactions": {"props": ["reactionBtn", "reaction"]},
"RecentMentions": {"props": ["recentMentionsPopout"]}, "RecentMentions": {"props": ["recentMentionsPopout"]},
"RecentMentionsHeader": {"props": ["channelName", "channelHeader", "dmIcon"]}, "RecentMentionsHeader": {"props": ["channelName", "channelHeader", "dmIcon"]},
@ -2305,6 +2306,8 @@
"quickswitchresultname": ["QuickSwitch", "name"], "quickswitchresultname": ["QuickSwitch", "name"],
"quickswitchresultnote": ["QuickSwitch", "note"], "quickswitchresultnote": ["QuickSwitch", "note"],
"quickswitchresultusername": ["QuickSwitch", "username"], "quickswitchresultusername": ["QuickSwitch", "username"],
"radiogroup": ["RadioGroup", "item"],
"radiogroupinner": ["RadioGroup", "radioBar"],
"recentmentionschannelname": ["RecentMentionsHeader", "channelName"], "recentmentionschannelname": ["RecentMentionsHeader", "channelName"],
"recentmentionsclosebutton": ["RecentMentions", "closeButton"], "recentmentionsclosebutton": ["RecentMentions", "closeButton"],
"recentmentionsdmicon": ["RecentMentionsHeader", "dmIcon"], "recentmentionsdmicon": ["RecentMentionsHeader", "dmIcon"],