@cometchat/chat-uikit-react 6.2.4 → 6.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +29 -29
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles/CometChatAIAssistantMessageBubble.css +4 -2
- package/dist/styles/CometChatStreamMessageBubble.css +4 -1
- package/dist/styles/components/CometChatAIAssistantMessageBubble.css +4 -2
- package/dist/styles/components/CometChatStreamMessageBubble.css +4 -1
- package/package.json +1 -1
|
@@ -142,11 +142,13 @@
|
|
|
142
142
|
text-decoration: underline;
|
|
143
143
|
color: var(--cometchat-text-color-highlight);
|
|
144
144
|
}
|
|
145
|
-
|
|
145
|
+
.cometchat-ai-assistant-message-bubble ul,.cometchat-ai-assistant-message-bubble ol,.cometchat-ai-assistant-message-bubble hr{
|
|
146
|
+
margin: 0;
|
|
147
|
+
}
|
|
146
148
|
.cometchat-ai-assistant-message-bubble li{
|
|
147
149
|
overflow: visible !important;
|
|
148
150
|
line-height: 20px;
|
|
149
|
-
padding: 6px 0px;
|
|
151
|
+
padding: 0px 0px 6px 0px;
|
|
150
152
|
}
|
|
151
153
|
.cometchat-ai-assistant-message-bubble > ol:first-child > li:first-child,
|
|
152
154
|
.cometchat-ai-assistant-message-bubble > ul:first-child > li:first-child
|
|
@@ -205,10 +205,13 @@
|
|
|
205
205
|
color: var(--cometchat-text-color-highlight);
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
.cometchat-stream-message-bubble ul,.cometchat-stream-message-bubble ol,.cometchat-stream-message-bubble hr{
|
|
209
|
+
margin: 0;
|
|
210
|
+
}
|
|
208
211
|
.cometchat-stream-message-bubble li{
|
|
209
212
|
overflow: visible !important;
|
|
210
213
|
line-height: 20px;
|
|
211
|
-
padding: 6px 0px;
|
|
214
|
+
padding: 0px 0px 6px 0px;
|
|
212
215
|
}
|
|
213
216
|
.cometchat-stream-message-bubble img{
|
|
214
217
|
max-height: 300px;
|
|
@@ -142,11 +142,13 @@
|
|
|
142
142
|
text-decoration: underline;
|
|
143
143
|
color: var(--cometchat-text-color-highlight);
|
|
144
144
|
}
|
|
145
|
-
|
|
145
|
+
.cometchat-ai-assistant-message-bubble ul,.cometchat-ai-assistant-message-bubble ol,.cometchat-ai-assistant-message-bubble hr{
|
|
146
|
+
margin: 0;
|
|
147
|
+
}
|
|
146
148
|
.cometchat-ai-assistant-message-bubble li{
|
|
147
149
|
overflow: visible !important;
|
|
148
150
|
line-height: 20px;
|
|
149
|
-
padding: 6px 0px;
|
|
151
|
+
padding: 0px 0px 6px 0px;
|
|
150
152
|
}
|
|
151
153
|
.cometchat-ai-assistant-message-bubble > ol:first-child > li:first-child,
|
|
152
154
|
.cometchat-ai-assistant-message-bubble > ul:first-child > li:first-child
|
|
@@ -205,10 +205,13 @@
|
|
|
205
205
|
color: var(--cometchat-text-color-highlight);
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
+
.cometchat-stream-message-bubble ul,.cometchat-stream-message-bubble ol,.cometchat-stream-message-bubble hr{
|
|
209
|
+
margin: 0;
|
|
210
|
+
}
|
|
208
211
|
.cometchat-stream-message-bubble li{
|
|
209
212
|
overflow: visible !important;
|
|
210
213
|
line-height: 20px;
|
|
211
|
-
padding: 6px 0px;
|
|
214
|
+
padding: 0px 0px 6px 0px;
|
|
212
215
|
}
|
|
213
216
|
.cometchat-stream-message-bubble img{
|
|
214
217
|
max-height: 300px;
|