Update 0BDFDB.data.json
This commit is contained in:
parent
94a4d1881f
commit
6b7c1db8d7
|
@ -1257,8 +1257,11 @@
|
|||
},
|
||||
"NotFound": {
|
||||
"_": "",
|
||||
"attachmentWrapper": "wrapper_f316dd",
|
||||
"botTag": "botTag_a02df3",
|
||||
"emoji": "emoji",
|
||||
"carouselModal": "carouselModal__7e22f",
|
||||
"carouselModal": "carouselModal__7e22f",
|
||||
"highlight": "highlight",
|
||||
"mention": "mention",
|
||||
"mentionInteractive": "interactive",
|
||||
|
@ -1317,15 +1320,15 @@
|
|||
"AppBase": {"props": ["container", "base", "panels"]},
|
||||
"AppInner": {"props": ["app", "layers"]},
|
||||
"AppMount": {"props": ["appMount"]},
|
||||
"ApplicationStore": {"props": ["applicationStore", "navigation"]},
|
||||
"AppOuter": {"props": ["app", "mobileApp"]},
|
||||
"Attachment": {"props": ["wrapper", "video", "metadataDownload"]},
|
||||
"Attachment": {"props": ["audio", "video", "metadataDownload"]},
|
||||
"AttachmentCover": {"props": ["cover", "icon", "iconWrapper"]},
|
||||
"AuditLog": {"props": ["auditLog", "divider"]},
|
||||
"AuthBox": {"props": ["authBox", "authBoxExpanded"]},
|
||||
"AuthBoxBackground": {"props": ["splashBackground", "characterBackground"]},
|
||||
"AuthBoxBackgroundCharacter": {"props": ["characterBackground"]},
|
||||
"AuthBoxBackgroundSplash": {"props": ["splashBackground"]},
|
||||
"Autocomplete": {"props": ["autocomplete", "autocompleteRowIcon"]},
|
||||
"AutocompleteAliases": {"props": ["autocomplete", "stickerAutoComplete"]},
|
||||
"AutocompleteAliases": {"props": ["autocomplete", "autocompleteAttached"]},
|
||||
"Avatar": {"props": ["avatar", "mask", "wrapper"]},
|
||||
"AvatarIcon": {"props": ["iconActiveLarge", "iconActiveMedium"]},
|
||||
"Backdrop": {"props": ["backdrop", "withLayer"]},
|
||||
|
@ -1823,8 +1826,7 @@
|
|||
"appinner": ["AppInner", "app"],
|
||||
"appmount": ["AppMount", "appMount"],
|
||||
"applayers": ["AppInner", "layers"],
|
||||
"applicationstore": ["ApplicationStore", "applicationStore"],
|
||||
"attachment": ["Attachment", "wrapper"],
|
||||
"attachment": ["NotFound", "attachmentWrapper"],
|
||||
"attachmentcontrolshidden": ["Attachment", "wrapperControlsHidden"],
|
||||
"attachmentcover": ["AttachmentCover", "cover"],
|
||||
"attachmentcovericon": ["AttachmentCover", "icon"],
|
||||
|
@ -1835,8 +1837,8 @@
|
|||
"auditlogtimestamp": ["AuditLog", "timestamp"],
|
||||
"auditloguserhook": ["AuditLog", "userHook"],
|
||||
"authbox": ["AuthBox", "authBox"],
|
||||
"authboxcharacterbackground": ["AuthBoxBackground", "characterBackground"],
|
||||
"authboxsplashbackground": ["AuthBoxBackground", "splashBackground"],
|
||||
"authboxcharacterbackground": ["AuthBoxBackgroundCharacter", "characterBackground"],
|
||||
"authboxsplashbackground": ["AuthBoxBackgroundSplash", "splashBackground"],
|
||||
"autocomplete": ["Autocomplete", "autocomplete"],
|
||||
"autocompletecontenttitle": ["Autocomplete", "contentTitle"],
|
||||
"autocompletedescriptiondiscriminator": ["Autocomplete", "descriptionDiscriminator"],
|
||||
|
@ -1895,7 +1897,7 @@
|
|||
"bdfdbsupportert3": ["BDFDB", "supporterTier3"],
|
||||
"bdfdbsupportert4": ["BDFDB", "supporterTier4"],
|
||||
"bold": ["TextStyle", "bold"],
|
||||
"bottag": ["BotTag", "botTag"],
|
||||
"bottag": ["NotFound", "botTag"],
|
||||
"bottaginvert": ["BotTag", "botTagInvert"],
|
||||
"bottagmember": ["Member", "botTag"],
|
||||
"bottagnametag": ["NameTag", "bot"],
|
||||
|
|
Loading…
Reference in New Issue