@smart-cloud/ai-kit-ui 1.4.9 → 1.4.10

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.
@@ -714,6 +714,10 @@
714
714
  max-width: 80%;
715
715
  }
716
716
 
717
+ .ai-chat-bubble > * {
718
+ margin: 0;
719
+ }
720
+
717
721
  .ai-chat-row.user .ai-chat-bubble {
718
722
  background: var(--ai-kit-user-bubble-bg);
719
723
  color: var(--ai-kit-user-bubble-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/ai-kit-ui",
3
- "version": "1.4.9",
3
+ "version": "1.4.10",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -714,6 +714,10 @@
714
714
  max-width: 80%;
715
715
  }
716
716
 
717
+ .ai-chat-bubble > * {
718
+ margin: 0;
719
+ }
720
+
717
721
  .ai-chat-row.user .ai-chat-bubble {
718
722
  background: var(--ai-kit-user-bubble-bg);
719
723
  color: var(--ai-kit-user-bubble-color);