Update 0BDFDB.data.json
This commit is contained in:
parent
3d173ef5e5
commit
263c0b0d4b
|
@ -1243,6 +1243,7 @@
|
||||||
"ChangeLog": {"props": ["added", "fixed", "improved", "progress"]},
|
"ChangeLog": {"props": ["added", "fixed", "improved", "progress"]},
|
||||||
"Channel": {"props": ["wrapper", "content", "modeSelected"]},
|
"Channel": {"props": ["wrapper", "content", "modeSelected"]},
|
||||||
"ChannelContainer": {"props": ["actionIcon", "containerDefault"]},
|
"ChannelContainer": {"props": ["actionIcon", "containerDefault"]},
|
||||||
|
"ChannelContainerMentionsBadge": {"props": ["mentionsBadge", "iconBase"]},
|
||||||
"ChannelLimit": {"props": ["users", "total", "wrapper"]},
|
"ChannelLimit": {"props": ["users", "total", "wrapper"]},
|
||||||
"ChannelTextArea": {"props": ["textArea", "buttons"]},
|
"ChannelTextArea": {"props": ["textArea", "buttons"]},
|
||||||
"ChannelTextAreaAttachButton": {"props": ["attachButton", "attachWrapper"]},
|
"ChannelTextAreaAttachButton": {"props": ["attachButton", "attachWrapper"]},
|
||||||
|
@ -1895,7 +1896,8 @@
|
||||||
"channeliconvisibility": ["ChannelContainer", "iconVisibility"],
|
"channeliconvisibility": ["ChannelContainer", "iconVisibility"],
|
||||||
"channelinfo": ["ChannelContainer", "channelInfo"],
|
"channelinfo": ["ChannelContainer", "channelInfo"],
|
||||||
"channelmaincontent": ["Channel", "mainContent"],
|
"channelmaincontent": ["Channel", "mainContent"],
|
||||||
"channelmentionsbadge": ["ChannelContainer", "mentionsBadge"],
|
"channelmentionsbadge": ["ChannelContainerMentionsBadge", "mentionsBadge"],
|
||||||
|
"channelmentionsbadgebase": ["ChannelContainerMentionsBadge", "iconBase"],
|
||||||
"channelmodeconnected": ["Channel", "modeConnected"],
|
"channelmodeconnected": ["Channel", "modeConnected"],
|
||||||
"channelmodelocked": ["Channel", "modeLocked"],
|
"channelmodelocked": ["Channel", "modeLocked"],
|
||||||
"channelmodemuted": ["Channel", "modeMuted"],
|
"channelmodemuted": ["Channel", "modeMuted"],
|
||||||
|
|
Loading…
Reference in New Issue