Update 0BDFDB.data.json

This commit is contained in:
Mirco Wittrien 2022-07-11 15:18:10 +02:00
parent 3d173ef5e5
commit 263c0b0d4b
1 changed files with 3 additions and 1 deletions

View File

@ -1243,6 +1243,7 @@
"ChangeLog": {"props": ["added", "fixed", "improved", "progress"]},
"Channel": {"props": ["wrapper", "content", "modeSelected"]},
"ChannelContainer": {"props": ["actionIcon", "containerDefault"]},
"ChannelContainerMentionsBadge": {"props": ["mentionsBadge", "iconBase"]},
"ChannelLimit": {"props": ["users", "total", "wrapper"]},
"ChannelTextArea": {"props": ["textArea", "buttons"]},
"ChannelTextAreaAttachButton": {"props": ["attachButton", "attachWrapper"]},
@ -1895,7 +1896,8 @@
"channeliconvisibility": ["ChannelContainer", "iconVisibility"],
"channelinfo": ["ChannelContainer", "channelInfo"],
"channelmaincontent": ["Channel", "mainContent"],
"channelmentionsbadge": ["ChannelContainer", "mentionsBadge"],
"channelmentionsbadge": ["ChannelContainerMentionsBadge", "mentionsBadge"],
"channelmentionsbadgebase": ["ChannelContainerMentionsBadge", "iconBase"],
"channelmodeconnected": ["Channel", "modeConnected"],
"channelmodelocked": ["Channel", "modeLocked"],
"channelmodemuted": ["Channel", "modeMuted"],