advanced-chat-kai 1.1.1 → 1.1.2

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.
@@ -2150,6 +2150,7 @@ class _ extends m {
2150
2150
  padding: var(--chat-spacing-2) var(--chat-spacing-3);
2151
2151
  font-size: var(--chat-text-sm);
2152
2152
  color: var(--chat-foreground);
2153
+ overflow-wrap: anywhere;
2153
2154
  background-color: var(--chat-secondary);
2154
2155
  border-radius: var(--chat-radius-lg);
2155
2156
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "advanced-chat-kai",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "A highly customizable chat web component",
5
5
  "main": "dist/advanced-chat-kai.es.js",
6
6
  "module": "dist/advanced-chat-kai.es.js",