aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat/chat.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/chat/chat.style.js')
-rw-r--r--src/components/chat/chat.style.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/components/chat/chat.style.js b/src/components/chat/chat.style.js
new file mode 100644
index 00000000..fc3d66a4
--- /dev/null
+++ b/src/components/chat/chat.style.js
@@ -0,0 +1,14 @@
+export default {
+ name: 'Chat',
+ selector: '.chat-message-list',
+ lazy: true,
+ validInnerComponents: [
+ 'Text',
+ 'Link',
+ 'Icon',
+ 'Avatar',
+ 'ChatMessage'
+ ],
+ defaultRules: [
+ ]
+}