Update BDFDB.data.json

This commit is contained in:
Mirco Wittrien 2021-05-01 11:08:57 +02:00
parent b9fd4524ea
commit beea71080a
1 changed files with 3 additions and 2 deletions

View File

@ -940,6 +940,7 @@
"NotFound": {
"_": "",
"badgeWrapper": "wrapper-232cHJ",
"appOuter": "app-1q1i1E",
"channelPanelTitle": "title-eS5yk3",
"emoji": "emoji",
"highlight": "highlight",
@ -1024,7 +1025,7 @@
"AppInner": {"props": ["app", "layers"]},
"AppMount": {"props": ["appMount"]},
"ApplicationStore": {"props": ["applicationStore", "navigation"]},
"AppOuter": {"props": ["app"], "length": 1},
"AppOuter": {"props": ["app", "mobileApp"]},
"Attachment": {"props": ["wrapper", "video", "metadataDownload"]},
"AuditLog": {"props": ["auditLog"]},
"AuditLogPopout": {"props": ["guildSettingsAuditLogsUserFilterPopout"]},
@ -1462,7 +1463,7 @@
"animationcontainerrender": ["AnimationContainer", "didRender"],
"animationcontainerscale": ["AnimationContainer", "scale"],
"animationcontainertranslate": ["AnimationContainer", "translate"],
"app": ["AppOuter", "app"],
"app": ["NotFound", "appOuter"],
"appcontainer": ["AppBase", "container"],
"appinner": ["AppInner", "app"],
"appmount": ["AppMount", "appMount"],