Update BDFDB.data.json
This commit is contained in:
parent
1198b11c06
commit
ba492fa300
|
@ -1006,6 +1006,7 @@
|
|||
"AppOuter": {"props": ["app"], "length": 1},
|
||||
"Attachment": {"props": ["wrapper", "video", "metadataDownload"]},
|
||||
"AuditLog": {"props": ["auditLog"]},
|
||||
"AuditLogPopout": {"props": ["guildSettingsAuditLogsUserFilterPopout"]},
|
||||
"AuthBox": {"props": ["authBox"]},
|
||||
"Autocomplete": {"props": ["autocomplete", "autocompleteRow"]},
|
||||
"Avatar": {"props": ["avatar", "mask", "wrapper"]},
|
||||
|
@ -1032,7 +1033,7 @@
|
|||
"ChannelTextAreaSlate": {"props": ["slateContainer", "placeholder"]},
|
||||
"ChatWindow": {"props": ["chat", "channelTextArea"]},
|
||||
"Checkbox": {"props": ["checkboxWrapper", "round"]},
|
||||
"CtaVerification": {"props": ["attendeeCTA", "verificationNotice"]},
|
||||
"Combobox": {"props": ["combobox", "itemLabel"]},
|
||||
"Cursor": {"props": ["cursorDefault", "userSelectNone"]},
|
||||
"CustomStatusIcon": {"props": ["textRuler", "emoji", "icon"]},
|
||||
"CustomStatusModal": {"props": ["inputContainer", "emojiButton"]},
|
||||
|
@ -1441,6 +1442,10 @@
|
|||
"attachmentvideo": ["Attachment", "video"],
|
||||
"auditlog": ["AuditLog", "auditLog"],
|
||||
"auditlogoverflowellipsis": ["AuditLog", "overflowEllipsis"],
|
||||
"auditlogpopoutaction": ["AuditLogPopout", "guildSettingsAuditLogsActionFilterPopout"],
|
||||
"auditlogpopoutavatar": ["AuditLogPopout", "avatar"],
|
||||
"auditlogpopoutuser": ["AuditLogPopout", "guildSettingsAuditLogsUserFilterPopout"],
|
||||
"auditlogpopoutusertext": ["AuditLogPopout", "userText"],
|
||||
"auditlogtimestamp": ["AuditLog", "timestamp"],
|
||||
"auditloguserhook": ["AuditLog", "userHook"],
|
||||
"authbox": ["AuthBox", "authBox"],
|
||||
|
@ -1735,6 +1740,9 @@
|
|||
"colorselectable": ["TextColor", "selectable"],
|
||||
"colorstandard": ["TextColor", "colorStandard"],
|
||||
"coloryellow": ["TextColor", "colorStatusYellow"],
|
||||
"combobox": ["Combobox", "combobox"],
|
||||
"comboboxitem": ["Combobox", "item"],
|
||||
"comboboxitemlabel": ["Combobox", "itemLabel"],
|
||||
"cursordefault": ["Cursor", "cursorDefault"],
|
||||
"cursorpointer": ["Cursor", "cursorPointer"],
|
||||
"customstatusemoji": ["CustomStatusIcon", "emoji"],
|
||||
|
|
Loading…
Reference in New Issue