@alliance-droid/chat-widget 0.1.10 → 0.1.11

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.
@@ -62,10 +62,6 @@
62
62
  </script>
63
63
 
64
64
  <div class="flex {className}" class:justify-end={isUser} style="min-width: 0; width: 100%;">
65
- {#if !isUser && !isSystem}
66
- <!-- Colored accent bar for incoming messages -->
67
- <div class="accent-bar"></div>
68
- {/if}
69
65
  <div class="bubble {isUser ? 'bubble-user' : isSystem ? 'bubble-system' : 'bubble-incoming'}" style="max-width: 80%; overflow: hidden; word-wrap: break-word;">
70
66
  {#if renderedContent()}
71
67
  <div class="markdown-content" style="word-break: break-word; overflow-wrap: anywhere;">
@@ -81,15 +77,6 @@
81
77
  </div>
82
78
 
83
79
  <style>
84
- .accent-bar {
85
- width: 3px;
86
- min-width: 3px;
87
- background: #3b82f6;
88
- border-radius: 3px;
89
- margin-right: 8px;
90
- align-self: stretch;
91
- }
92
-
93
80
  .bubble {
94
81
  padding: 10px 14px;
95
82
  line-height: 1.4;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alliance-droid/chat-widget",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Svelte chat widget with AI support and human escalation",
5
5
  "type": "module",
6
6
  "scripts": {