@convai/web-sdk 0.0.1

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.
Files changed (158) hide show
  1. package/README.md +239 -0
  2. package/dist/components/RTCWidget.d.ts +56 -0
  3. package/dist/components/RTCWidget.d.ts.map +1 -0
  4. package/dist/components/RTCWidget.js +419 -0
  5. package/dist/components/RTCWidget.js.map +1 -0
  6. package/dist/components/index.d.ts +3 -0
  7. package/dist/components/index.d.ts.map +1 -0
  8. package/dist/components/index.js +5 -0
  9. package/dist/components/index.js.map +1 -0
  10. package/dist/components/rtc-widget/components/AudioSettingsPanel.d.ts +10 -0
  11. package/dist/components/rtc-widget/components/AudioSettingsPanel.d.ts.map +1 -0
  12. package/dist/components/rtc-widget/components/AudioSettingsPanel.js +316 -0
  13. package/dist/components/rtc-widget/components/AudioSettingsPanel.js.map +1 -0
  14. package/dist/components/rtc-widget/components/ConviMessage.d.ts +10 -0
  15. package/dist/components/rtc-widget/components/ConviMessage.d.ts.map +1 -0
  16. package/dist/components/rtc-widget/components/ConviMessage.js +14 -0
  17. package/dist/components/rtc-widget/components/ConviMessage.js.map +1 -0
  18. package/dist/components/rtc-widget/components/FloatingVideo.d.ts +9 -0
  19. package/dist/components/rtc-widget/components/FloatingVideo.d.ts.map +1 -0
  20. package/dist/components/rtc-widget/components/FloatingVideo.js +122 -0
  21. package/dist/components/rtc-widget/components/FloatingVideo.js.map +1 -0
  22. package/dist/components/rtc-widget/components/MarkdownRenderer.d.ts +7 -0
  23. package/dist/components/rtc-widget/components/MarkdownRenderer.d.ts.map +1 -0
  24. package/dist/components/rtc-widget/components/MarkdownRenderer.js +68 -0
  25. package/dist/components/rtc-widget/components/MarkdownRenderer.js.map +1 -0
  26. package/dist/components/rtc-widget/components/MessageBubble.d.ts +10 -0
  27. package/dist/components/rtc-widget/components/MessageBubble.d.ts.map +1 -0
  28. package/dist/components/rtc-widget/components/MessageBubble.js +23 -0
  29. package/dist/components/rtc-widget/components/MessageBubble.js.map +1 -0
  30. package/dist/components/rtc-widget/components/MessageList.d.ts +11 -0
  31. package/dist/components/rtc-widget/components/MessageList.d.ts.map +1 -0
  32. package/dist/components/rtc-widget/components/MessageList.js +89 -0
  33. package/dist/components/rtc-widget/components/MessageList.js.map +1 -0
  34. package/dist/components/rtc-widget/components/UserMessage.d.ts +9 -0
  35. package/dist/components/rtc-widget/components/UserMessage.d.ts.map +1 -0
  36. package/dist/components/rtc-widget/components/UserMessage.js +15 -0
  37. package/dist/components/rtc-widget/components/UserMessage.js.map +1 -0
  38. package/dist/components/rtc-widget/components/conviComponents/ConviButton.d.ts +6 -0
  39. package/dist/components/rtc-widget/components/conviComponents/ConviButton.d.ts.map +1 -0
  40. package/dist/components/rtc-widget/components/conviComponents/ConviButton.js +15 -0
  41. package/dist/components/rtc-widget/components/conviComponents/ConviButton.js.map +1 -0
  42. package/dist/components/rtc-widget/components/conviComponents/ConviFooter.d.ts +25 -0
  43. package/dist/components/rtc-widget/components/conviComponents/ConviFooter.d.ts.map +1 -0
  44. package/dist/components/rtc-widget/components/conviComponents/ConviFooter.js +172 -0
  45. package/dist/components/rtc-widget/components/conviComponents/ConviFooter.js.map +1 -0
  46. package/dist/components/rtc-widget/components/conviComponents/ConviHeader.d.ts +17 -0
  47. package/dist/components/rtc-widget/components/conviComponents/ConviHeader.d.ts.map +1 -0
  48. package/dist/components/rtc-widget/components/conviComponents/ConviHeader.js +66 -0
  49. package/dist/components/rtc-widget/components/conviComponents/ConviHeader.js.map +1 -0
  50. package/dist/components/rtc-widget/components/conviComponents/SettingsTray.d.ts +12 -0
  51. package/dist/components/rtc-widget/components/conviComponents/SettingsTray.d.ts.map +1 -0
  52. package/dist/components/rtc-widget/components/conviComponents/SettingsTray.js +68 -0
  53. package/dist/components/rtc-widget/components/conviComponents/SettingsTray.js.map +1 -0
  54. package/dist/components/rtc-widget/components/conviComponents/VoiceModeOverlay.d.ts +8 -0
  55. package/dist/components/rtc-widget/components/conviComponents/VoiceModeOverlay.d.ts.map +1 -0
  56. package/dist/components/rtc-widget/components/conviComponents/VoiceModeOverlay.js +199 -0
  57. package/dist/components/rtc-widget/components/conviComponents/VoiceModeOverlay.js.map +1 -0
  58. package/dist/components/rtc-widget/components/conviComponents/index.d.ts +6 -0
  59. package/dist/components/rtc-widget/components/conviComponents/index.d.ts.map +1 -0
  60. package/dist/components/rtc-widget/components/conviComponents/index.js +6 -0
  61. package/dist/components/rtc-widget/components/conviComponents/index.js.map +1 -0
  62. package/dist/components/rtc-widget/components/index.d.ts +9 -0
  63. package/dist/components/rtc-widget/components/index.d.ts.map +1 -0
  64. package/dist/components/rtc-widget/components/index.js +13 -0
  65. package/dist/components/rtc-widget/components/index.js.map +1 -0
  66. package/dist/components/rtc-widget/index.d.ts +6 -0
  67. package/dist/components/rtc-widget/index.d.ts.map +1 -0
  68. package/dist/components/rtc-widget/index.js +7 -0
  69. package/dist/components/rtc-widget/index.js.map +1 -0
  70. package/dist/components/rtc-widget/styles/framerConfig.d.ts +116 -0
  71. package/dist/components/rtc-widget/styles/framerConfig.d.ts.map +1 -0
  72. package/dist/components/rtc-widget/styles/framerConfig.js +73 -0
  73. package/dist/components/rtc-widget/styles/framerConfig.js.map +1 -0
  74. package/dist/components/rtc-widget/styles/icons.d.ts +28 -0
  75. package/dist/components/rtc-widget/styles/icons.d.ts.map +1 -0
  76. package/dist/components/rtc-widget/styles/icons.js +257 -0
  77. package/dist/components/rtc-widget/styles/icons.js.map +1 -0
  78. package/dist/components/rtc-widget/styles/index.d.ts +6 -0
  79. package/dist/components/rtc-widget/styles/index.d.ts.map +1 -0
  80. package/dist/components/rtc-widget/styles/index.js +9 -0
  81. package/dist/components/rtc-widget/styles/index.js.map +1 -0
  82. package/dist/components/rtc-widget/styles/styledComponents.d.ts +90 -0
  83. package/dist/components/rtc-widget/styles/styledComponents.d.ts.map +1 -0
  84. package/dist/components/rtc-widget/styles/styledComponents.js +640 -0
  85. package/dist/components/rtc-widget/styles/styledComponents.js.map +1 -0
  86. package/dist/components/rtc-widget/styles/theme.d.ts +188 -0
  87. package/dist/components/rtc-widget/styles/theme.d.ts.map +1 -0
  88. package/dist/components/rtc-widget/styles/theme.js +290 -0
  89. package/dist/components/rtc-widget/styles/theme.js.map +1 -0
  90. package/dist/components/rtc-widget/types/index.d.ts +60 -0
  91. package/dist/components/rtc-widget/types/index.d.ts.map +1 -0
  92. package/dist/components/rtc-widget/types/index.js +2 -0
  93. package/dist/components/rtc-widget/types/index.js.map +1 -0
  94. package/dist/hooks/index.d.ts +13 -0
  95. package/dist/hooks/index.d.ts.map +1 -0
  96. package/dist/hooks/index.js +14 -0
  97. package/dist/hooks/index.js.map +1 -0
  98. package/dist/hooks/useAudioControls.d.ts +41 -0
  99. package/dist/hooks/useAudioControls.d.ts.map +1 -0
  100. package/dist/hooks/useAudioControls.js +219 -0
  101. package/dist/hooks/useAudioControls.js.map +1 -0
  102. package/dist/hooks/useCharacterInfo.d.ts +17 -0
  103. package/dist/hooks/useCharacterInfo.d.ts.map +1 -0
  104. package/dist/hooks/useCharacterInfo.js +61 -0
  105. package/dist/hooks/useCharacterInfo.js.map +1 -0
  106. package/dist/hooks/useConvaiClient.d.ts +37 -0
  107. package/dist/hooks/useConvaiClient.d.ts.map +1 -0
  108. package/dist/hooks/useConvaiClient.js +348 -0
  109. package/dist/hooks/useConvaiClient.js.map +1 -0
  110. package/dist/hooks/useDynamicInfoUpdater.d.ts +33 -0
  111. package/dist/hooks/useDynamicInfoUpdater.d.ts.map +1 -0
  112. package/dist/hooks/useDynamicInfoUpdater.js +51 -0
  113. package/dist/hooks/useDynamicInfoUpdater.js.map +1 -0
  114. package/dist/hooks/useLocalCameraTrack.d.ts +22 -0
  115. package/dist/hooks/useLocalCameraTrack.d.ts.map +1 -0
  116. package/dist/hooks/useLocalCameraTrack.js +34 -0
  117. package/dist/hooks/useLocalCameraTrack.js.map +1 -0
  118. package/dist/hooks/useMessageHandler.d.ts +28 -0
  119. package/dist/hooks/useMessageHandler.d.ts.map +1 -0
  120. package/dist/hooks/useMessageHandler.js +317 -0
  121. package/dist/hooks/useMessageHandler.js.map +1 -0
  122. package/dist/hooks/useScreenShare.d.ts +45 -0
  123. package/dist/hooks/useScreenShare.d.ts.map +1 -0
  124. package/dist/hooks/useScreenShare.js +198 -0
  125. package/dist/hooks/useScreenShare.js.map +1 -0
  126. package/dist/hooks/useTemplateKeysUpdater.d.ts +35 -0
  127. package/dist/hooks/useTemplateKeysUpdater.d.ts.map +1 -0
  128. package/dist/hooks/useTemplateKeysUpdater.js +53 -0
  129. package/dist/hooks/useTemplateKeysUpdater.js.map +1 -0
  130. package/dist/hooks/useTriggerMessageSender.d.ts +28 -0
  131. package/dist/hooks/useTriggerMessageSender.d.ts.map +1 -0
  132. package/dist/hooks/useTriggerMessageSender.js +52 -0
  133. package/dist/hooks/useTriggerMessageSender.js.map +1 -0
  134. package/dist/hooks/useTtsToggle.d.ts +37 -0
  135. package/dist/hooks/useTtsToggle.d.ts.map +1 -0
  136. package/dist/hooks/useTtsToggle.js +65 -0
  137. package/dist/hooks/useTtsToggle.js.map +1 -0
  138. package/dist/hooks/useUserTextMessageSender.d.ts +28 -0
  139. package/dist/hooks/useUserTextMessageSender.d.ts.map +1 -0
  140. package/dist/hooks/useUserTextMessageSender.js +61 -0
  141. package/dist/hooks/useUserTextMessageSender.js.map +1 -0
  142. package/dist/hooks/useVideoControls.d.ts +39 -0
  143. package/dist/hooks/useVideoControls.d.ts.map +1 -0
  144. package/dist/hooks/useVideoControls.js +211 -0
  145. package/dist/hooks/useVideoControls.js.map +1 -0
  146. package/dist/index.d.ts +5 -0
  147. package/dist/index.d.ts.map +1 -0
  148. package/dist/index.js +9 -0
  149. package/dist/index.js.map +1 -0
  150. package/dist/types/index.d.ts +225 -0
  151. package/dist/types/index.d.ts.map +1 -0
  152. package/dist/types/index.js +2 -0
  153. package/dist/types/index.js.map +1 -0
  154. package/dist/utils/logger.d.ts +27 -0
  155. package/dist/utils/logger.d.ts.map +1 -0
  156. package/dist/utils/logger.js +96 -0
  157. package/dist/utils/logger.js.map +1 -0
  158. package/package.json +94 -0
@@ -0,0 +1,640 @@
1
+ import styled from "styled-components";
2
+ import { motion } from "framer-motion";
3
+ import { aeroTheme } from "./theme";
4
+ // Styled Components matching the original webChat exactly
5
+ export const ConvaiContainer = styled(motion.div) `
6
+ position: fixed !important;
7
+ bottom: 2rem !important;
8
+ right: 2rem !important;
9
+ z-index: 1000 !important;
10
+ isolation: isolate;
11
+ contain: layout style paint;
12
+
13
+ /* Override any inherited text styles */
14
+ * {
15
+ font-family: ${aeroTheme.typography.fontFamily.body} !important;
16
+ color-scheme: light !important;
17
+ font-synthesis: none !important;
18
+ text-rendering: optimizeLegibility !important;
19
+ -webkit-font-smoothing: antialiased !important;
20
+ -moz-osx-font-smoothing: grayscale !important;
21
+ -webkit-text-size-adjust: 100% !important;
22
+ }
23
+ `;
24
+ export const MorphingContainer = styled(motion.div) `
25
+ position: relative !important;
26
+ background: ${(props) => {
27
+ const opacity = props.$backgroundOpacity ?? 0.95;
28
+ // Extract RGB from the theme backdrop color and apply custom opacity
29
+ return `rgba(255, 255, 255, ${opacity})`;
30
+ }} !important;
31
+ backdrop-filter: blur(20px) !important;
32
+ border: 1px solid rgba(255, 255, 255, 0.3) !important;
33
+ display: flex !important;
34
+ flex-direction: column !important;
35
+ overflow: visible !important;
36
+ isolation: isolate;
37
+ contain: layout style paint;
38
+ `;
39
+ export const ButtonContent = styled(motion.div) `
40
+ width: 100% !important;
41
+ height: 100% !important;
42
+ display: flex !important;
43
+ align-items: center !important;
44
+ justify-content: center !important;
45
+ position: absolute !important;
46
+ top: 0 !important;
47
+ left: 0 !important;
48
+ isolation: isolate;
49
+ contain: layout style paint;
50
+ `;
51
+ export const Logo = styled(motion.div) `
52
+ width: 2rem !important;
53
+ height: 2rem !important;
54
+ display: flex !important;
55
+ align-items: center !important;
56
+ justify-content: center !important;
57
+ color: ${aeroTheme.colors.primary[500]} !important;
58
+ isolation: isolate;
59
+ contain: layout style paint;
60
+ `;
61
+ export const ChatContent = styled(motion.div) `
62
+ width: 100% !important;
63
+ height: 100% !important;
64
+ display: flex !important;
65
+ flex-direction: column !important;
66
+ position: absolute !important;
67
+ top: 0 !important;
68
+ left: 0 !important;
69
+ overflow: visible !important;
70
+ isolation: isolate;
71
+ contain: layout style paint;
72
+ `;
73
+ export const Header = styled(motion.div) `
74
+ padding: ${aeroTheme.spacing.md} !important;
75
+ border-bottom: ${aeroTheme.colors.glass.borderLight} !important;
76
+ display: flex !important;
77
+ align-items: center !important;
78
+ justify-content: space-between !important;
79
+ background: ${aeroTheme.colors.glass.light} !important;
80
+ backdrop-filter: ${aeroTheme.colors.glass.backdropLight} !important;
81
+ position: relative !important;
82
+ z-index: 10 !important;
83
+ isolation: isolate;
84
+ contain: layout style paint;
85
+ `;
86
+ export const Title = styled.h3 `
87
+ margin: 0 !important;
88
+ font-size: ${aeroTheme.typography.fontSize.lg} !important;
89
+ font-weight: ${aeroTheme.typography.fontWeight.semibold} !important;
90
+ font-family: ${aeroTheme.typography.fontFamily.body} !important;
91
+ color: ${aeroTheme.colors.text.primary} !important;
92
+ text-align: center !important;
93
+ display: flex !important;
94
+ align-items: center !important;
95
+ justify-content: center !important;
96
+ gap: 0.5rem !important;
97
+ flex: 1 !important;
98
+ font-synthesis: none !important;
99
+ text-rendering: optimizeLegibility !important;
100
+ -webkit-font-smoothing: antialiased !important;
101
+ -moz-osx-font-smoothing: grayscale !important;
102
+ -webkit-text-size-adjust: 100% !important;
103
+ isolation: isolate;
104
+ contain: layout style paint;
105
+ `;
106
+ export const HeaderLogo = styled.div `
107
+ display: flex !important;
108
+ align-items: center !important;
109
+ justify-content: center !important;
110
+ isolation: isolate;
111
+ contain: layout style paint;
112
+ `;
113
+ export const CloseButton = styled(motion.button) `
114
+ background: rgba(255, 255, 255, 0.95) !important;
115
+ backdrop-filter: blur(20px);
116
+ border: 1px solid rgba(255, 255, 255, 0.3) !important;
117
+ border-radius: 50% !important;
118
+ width: 2rem;
119
+ height: 2rem;
120
+ display: flex;
121
+ align-items: center;
122
+ justify-content: center;
123
+ cursor: pointer !important;
124
+ color: ${aeroTheme.colors.text.primary} !important;
125
+ transition: ${aeroTheme.transitions.normal};
126
+ z-index: 1;
127
+ box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
128
+ outline: none !important;
129
+ padding: 0 !important;
130
+ font-size: inherit !important;
131
+ font-weight: inherit !important;
132
+ font-family: inherit !important;
133
+
134
+ &:hover {
135
+ background: rgba(255, 255, 255, 1) !important;
136
+ color: ${aeroTheme.colors.text.primary} !important;
137
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
138
+ border-color: rgba(255, 255, 255, 0.3) !important;
139
+ }
140
+
141
+ &:focus {
142
+ outline: none !important;
143
+ }
144
+
145
+ &:focus-visible {
146
+ outline: none !important;
147
+ }
148
+ `;
149
+ export const SettingsButton = styled(motion.button) `
150
+ background: rgba(255, 255, 255, 0.95) !important;
151
+ backdrop-filter: blur(20px);
152
+ border: 1px solid rgba(255, 255, 255, 0.3) !important;
153
+ border-radius: 50% !important;
154
+ width: 2rem;
155
+ height: 2rem;
156
+ display: flex;
157
+ align-items: center;
158
+ justify-content: center;
159
+ cursor: pointer !important;
160
+ color: ${aeroTheme.colors.text.primary} !important;
161
+ transition: ${aeroTheme.transitions.normal};
162
+ z-index: 1;
163
+ box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
164
+ outline: none !important;
165
+ padding: 0 !important;
166
+ font-size: inherit !important;
167
+ font-weight: inherit !important;
168
+ font-family: inherit !important;
169
+
170
+ &:hover {
171
+ background: rgba(255, 255, 255, 1) !important;
172
+ color: ${aeroTheme.colors.text.primary} !important;
173
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
174
+ border-color: rgba(255, 255, 255, 0.3) !important;
175
+ }
176
+
177
+ &:focus {
178
+ outline: none !important;
179
+ }
180
+
181
+ &:focus-visible {
182
+ outline: none !important;
183
+ }
184
+ `;
185
+ export const SettingsTray = styled(motion.div) `
186
+ background: rgba(255, 255, 255, 0.98) !important;
187
+ backdrop-filter: blur(20px) !important;
188
+ border: 1px solid rgba(255, 255, 255, 0.3) !important;
189
+ border-radius: ${aeroTheme.borderRadius.lg} !important;
190
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
191
+ padding: 0 !important;
192
+ min-width: 0 !important;
193
+ isolation: isolate;
194
+ contain: layout style paint;
195
+ `;
196
+ export const SettingsOption = styled(motion.button) `
197
+ padding: ${aeroTheme.spacing.sm} ${aeroTheme.spacing.md};
198
+ background: transparent;
199
+ border: none !important;
200
+ border-radius: ${aeroTheme.borderRadius.md} !important;
201
+ color: ${aeroTheme.colors.text.primary};
202
+ font-family: ${aeroTheme.typography.fontFamily.body} !important;
203
+ font-size: ${aeroTheme.typography.sizes.sm} !important;
204
+ font-weight: inherit !important;
205
+ cursor: pointer !important;
206
+ transition: ${aeroTheme.transitions.normal};
207
+ display: flex;
208
+ align-items: center;
209
+ justify-content: center;
210
+ gap: ${aeroTheme.spacing.sm};
211
+ outline: none !important;
212
+ flex: 1;
213
+ min-width: 2.5rem;
214
+
215
+ &:hover {
216
+ background: rgba(0, 0, 0, 0.05);
217
+ border-color: transparent !important;
218
+ }
219
+
220
+ &:active {
221
+ background: rgba(0, 0, 0, 0.1);
222
+ }
223
+
224
+ &:focus {
225
+ outline: none !important;
226
+ }
227
+
228
+ &:focus-visible {
229
+ outline: none !important;
230
+ }
231
+ `;
232
+ export const Content = styled(motion.div) `
233
+ flex: 1 !important;
234
+ padding: ${aeroTheme.spacing.md} !important;
235
+ display: flex !important;
236
+ flex-direction: column !important;
237
+ justify-content: space-between !important;
238
+ min-height: 0 !important;
239
+ z-index: 1 !important;
240
+ overflow: hidden !important;
241
+ isolation: isolate;
242
+ contain: layout style paint;
243
+ `;
244
+ export const Footer = styled(motion.div) `
245
+ padding: ${aeroTheme.spacing.md} !important;
246
+ border-top: ${aeroTheme.colors.glass.borderLight} !important;
247
+ background: ${aeroTheme.colors.glass.light} !important;
248
+ backdrop-filter: ${aeroTheme.colors.glass.backdropLight} !important;
249
+ position: relative !important;
250
+ isolation: isolate;
251
+ contain: layout style paint;
252
+ `;
253
+ export const InputContainer = styled(motion.div) `
254
+ display: flex !important;
255
+ align-items: center !important;
256
+ gap: ${aeroTheme.spacing.sm} !important;
257
+ background: rgba(255, 255, 255, 0.95) !important;
258
+ backdrop-filter: blur(20px) !important;
259
+ border: 1px solid rgba(255, 255, 255, 0.3) !important;
260
+ border-radius: ${aeroTheme.borderRadius.full} !important;
261
+ min-height: 3rem !important;
262
+ box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
263
+ isolation: isolate;
264
+ contain: layout style paint;
265
+ `;
266
+ export const Input = styled.input `
267
+ flex: 1 !important;
268
+ background: transparent !important;
269
+ border: none !important;
270
+ outline: none !important;
271
+ color: ${aeroTheme.colors.text.primary} !important;
272
+ font-size: ${aeroTheme.typography.fontSize.sm} !important;
273
+ font-family: ${aeroTheme.typography.fontFamily.body} !important;
274
+ border-radius: ${aeroTheme.borderRadius.full} !important;
275
+ padding: 0.5rem 0.75rem !important;
276
+ line-height: 1.5 !important;
277
+ min-height: 2.25rem !important;
278
+ font-synthesis: none !important;
279
+ text-rendering: optimizeLegibility !important;
280
+ -webkit-font-smoothing: antialiased !important;
281
+ -moz-osx-font-smoothing: grayscale !important;
282
+ -webkit-text-size-adjust: 100% !important;
283
+ isolation: isolate;
284
+ contain: layout style paint;
285
+
286
+ &::placeholder {
287
+ color: ${aeroTheme.colors.text.tertiary} !important;
288
+ font-family: ${aeroTheme.typography.fontFamily.body} !important;
289
+ font-size: ${aeroTheme.typography.fontSize.sm} !important;
290
+ }
291
+
292
+ &:focus {
293
+ outline: none !important;
294
+ border: none !important;
295
+ }
296
+ `;
297
+ export const ActionButton = styled(motion.button) `
298
+ width: 2.25rem !important;
299
+ height: 2.25rem !important;
300
+ min-width: 2.25rem !important;
301
+ min-height: 2.25rem !important;
302
+ flex-shrink: 0 !important;
303
+ border-radius: 50% !important;
304
+ border: none !important;
305
+ background: ${(props) => props.$active
306
+ ? aeroTheme.colors.convai.light
307
+ : aeroTheme.colors.text.primary};
308
+ color: ${(props) => props.$active ? aeroTheme.colors.text.inverse : "white"};
309
+ display: flex !important;
310
+ align-items: center !important;
311
+ justify-content: center !important;
312
+ cursor: pointer !important;
313
+ transition: ${aeroTheme.transitions.normal} !important;
314
+ outline: none !important;
315
+ padding: 0 !important;
316
+ font-size: inherit !important;
317
+ font-weight: inherit !important;
318
+ font-family: inherit !important;
319
+ isolation: isolate;
320
+ contain: layout style paint;
321
+
322
+ &:hover {
323
+ transform: scale(1.05);
324
+ background: ${aeroTheme.colors.neutral[800]} !important;
325
+ border-color: transparent !important;
326
+ }
327
+
328
+ &:active {
329
+ transform: scale(0.95);
330
+ }
331
+
332
+ &:focus {
333
+ outline: none !important;
334
+ }
335
+
336
+ &:focus-visible {
337
+ outline: none !important;
338
+ }
339
+ `;
340
+ export const MessageList = styled.div `
341
+ flex: 1 !important;
342
+ overflow-y: auto !important;
343
+ padding: ${aeroTheme.spacing.md} !important;
344
+ display: flex !important;
345
+ flex-direction: column !important;
346
+ gap: ${aeroTheme.spacing.sm} !important;
347
+ isolation: isolate;
348
+ contain: layout style paint;
349
+ `;
350
+ export const Message = styled.div `
351
+ display: flex !important;
352
+ flex-direction: ${(props) => props.isUser ? "row-reverse" : "row"} !important;
353
+ align-items: flex-start !important;
354
+ gap: ${aeroTheme.spacing.sm} !important;
355
+ margin-bottom: ${aeroTheme.spacing.sm} !important;
356
+ isolation: isolate;
357
+ contain: layout style paint;
358
+ `;
359
+ export const MessageBubble = styled.div `
360
+ max-width: 70% !important;
361
+ padding: ${aeroTheme.spacing.sm} ${aeroTheme.spacing.md} !important;
362
+ background: ${(props) => props.isUser
363
+ ? aeroTheme.colors.primary[500]
364
+ : "rgba(255, 255, 255, 0.9)"} !important;
365
+ color: ${(props) => props.isUser ? "white" : aeroTheme.colors.text.primary} !important;
366
+ border-radius: ${aeroTheme.borderRadius.lg} !important;
367
+ font-size: ${aeroTheme.typography.fontSize.sm} !important;
368
+ font-family: ${aeroTheme.typography.fontFamily.body} !important;
369
+ line-height: 1.4 !important;
370
+ word-wrap: break-word !important;
371
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
372
+ font-synthesis: none !important;
373
+ text-rendering: optimizeLegibility !important;
374
+ -webkit-font-smoothing: antialiased !important;
375
+ -moz-osx-font-smoothing: grayscale !important;
376
+ -webkit-text-size-adjust: 100% !important;
377
+ isolation: isolate;
378
+ contain: layout style paint;
379
+ `;
380
+ export const MessageTime = styled.div `
381
+ font-size: ${aeroTheme.typography.fontSize.xs} !important;
382
+ font-family: ${aeroTheme.typography.fontFamily.body} !important;
383
+ color: ${aeroTheme.colors.text.secondary} !important;
384
+ margin-top: ${aeroTheme.spacing.xs} !important;
385
+ text-align: ${(props) => (props.isUser ? "right" : "left")} !important;
386
+ font-synthesis: none !important;
387
+ text-rendering: optimizeLegibility !important;
388
+ -webkit-font-smoothing: antialiased !important;
389
+ -moz-osx-font-smoothing: grayscale !important;
390
+ -webkit-text-size-adjust: 100% !important;
391
+ isolation: isolate;
392
+ contain: layout style paint;
393
+ `;
394
+ export const ButtonContainer = styled(motion.button) `
395
+ position: fixed !important;
396
+ bottom: 2rem !important;
397
+ right: 2rem !important;
398
+ width: 4rem !important;
399
+ height: 4rem !important;
400
+ border: none !important;
401
+ border-radius: 50% !important;
402
+ background: ${aeroTheme.colors.glass.backdrop} !important;
403
+ backdrop-filter: ${aeroTheme.glass.backdrop} !important;
404
+ border: ${aeroTheme.glass.border} !important;
405
+ box-shadow: ${aeroTheme.shadows.glass} !important;
406
+ cursor: pointer !important;
407
+ display: flex !important;
408
+ align-items: center !important;
409
+ justify-content: center !important;
410
+ z-index: 1000 !important;
411
+ isolation: isolate;
412
+ contain: layout style paint;
413
+
414
+ &:hover {
415
+ transform: scale(1.05) !important;
416
+ box-shadow: ${aeroTheme.shadows.xl} !important;
417
+ }
418
+ `;
419
+ export const ButtonLogo = styled(motion.div) `
420
+ width: 2rem !important;
421
+ height: 2rem !important;
422
+ display: flex !important;
423
+ align-items: center !important;
424
+ justify-content: center !important;
425
+ color: ${aeroTheme.colors.primary[500]} !important;
426
+ isolation: isolate;
427
+ contain: layout style paint;
428
+ `;
429
+ // Message Components
430
+ export const ConviBubble = styled.div `
431
+ background: rgba(255, 255, 255, 0.95) !important;
432
+ backdrop-filter: blur(20px) !important;
433
+ border: 1px solid rgba(255, 255, 255, 0.3) !important;
434
+ border-radius: 12px 12px 12px 4px !important;
435
+ padding: 12px !important;
436
+ box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08) !important;
437
+ color: ${aeroTheme.colors.text.primary} !important;
438
+ font-family: ${aeroTheme.typography.fontFamily.body} !important;
439
+ font-size: 14px !important;
440
+ line-height: 1.5 !important;
441
+
442
+ /* Markdown styling */
443
+ strong {
444
+ font-weight: 600 !important;
445
+ color: ${aeroTheme.colors.text.primary} !important;
446
+ }
447
+
448
+ em {
449
+ font-style: italic !important;
450
+ }
451
+ word-wrap: break-word !important;
452
+ max-width: 100% !important;
453
+ font-synthesis: none !important;
454
+ text-rendering: optimizeLegibility !important;
455
+ -webkit-font-smoothing: antialiased !important;
456
+ -moz-osx-font-smoothing: grayscale !important;
457
+ -webkit-text-size-adjust: 100% !important;
458
+ isolation: isolate;
459
+ contain: layout style paint;
460
+ `;
461
+ export const ConviMessageContainer = styled.div `
462
+ display: flex !important;
463
+ flex-direction: column !important;
464
+ max-width: 70% !important;
465
+ margin-right: auto !important;
466
+ width: 100% !important;
467
+ isolation: isolate;
468
+ contain: layout style paint;
469
+ `;
470
+ export const MessageHeader = styled.div `
471
+ display: flex !important;
472
+ align-items: center !important;
473
+ gap: ${aeroTheme.spacing.xs} !important;
474
+ margin-bottom: ${aeroTheme.spacing.xs} !important;
475
+ isolation: isolate;
476
+ contain: layout style paint;
477
+ `;
478
+ export const ConviLabel = styled.span `
479
+ font-size: ${aeroTheme.typography.sizes.caption} !important;
480
+ color: #10b981 !important;
481
+ font-weight: 500 !important;
482
+ font-family: ${aeroTheme.typography.fontFamily.body} !important;
483
+ isolation: isolate;
484
+ contain: layout style paint;
485
+ `;
486
+ export const LogoWrapper = styled.div `
487
+ width: 1rem !important;
488
+ height: 1rem !important;
489
+ display: flex !important;
490
+ align-items: center !important;
491
+ justify-content: center !important;
492
+ isolation: isolate;
493
+ contain: layout style paint;
494
+ `;
495
+ export const UserBubble = styled.div `
496
+ background: rgba(255, 255, 255, 0.95) !important;
497
+ backdrop-filter: blur(20px) !important;
498
+ border: 1px solid rgba(255, 255, 255, 0.3) !important;
499
+ border-radius: 12px 12px 4px 12px !important;
500
+ padding: 12px !important;
501
+ box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08) !important;
502
+ color: ${aeroTheme.colors.text.primary} !important;
503
+ font-family: ${aeroTheme.typography.fontFamily.body} !important;
504
+ font-size: 14px !important;
505
+ line-height: 1.5 !important;
506
+
507
+ /* Markdown styling */
508
+ strong {
509
+ font-weight: 600 !important;
510
+ color: ${aeroTheme.colors.text.primary} !important;
511
+ }
512
+
513
+ em {
514
+ font-style: italic !important;
515
+ }
516
+ word-wrap: break-word !important;
517
+ max-width: 100% !important;
518
+ font-synthesis: none !important;
519
+ text-rendering: optimizeLegibility !important;
520
+ -webkit-font-smoothing: antialiased !important;
521
+ -moz-osx-font-smoothing: grayscale !important;
522
+ -webkit-text-size-adjust: 100% !important;
523
+ isolation: isolate;
524
+ contain: layout style paint;
525
+ `;
526
+ export const UserMessageContainer = styled.div `
527
+ display: flex !important;
528
+ flex-direction: column !important;
529
+ max-width: 70% !important;
530
+ margin-left: auto !important;
531
+ width: 100% !important;
532
+ isolation: isolate;
533
+ contain: layout style paint;
534
+ `;
535
+ export const UserLabel = styled.span `
536
+ font-size: ${aeroTheme.typography.sizes.caption} !important;
537
+ color: ${aeroTheme.colors.convai.dark} !important;
538
+ font-weight: 500 !important;
539
+ font-family: ${aeroTheme.typography.fontFamily.body} !important;
540
+ isolation: isolate;
541
+ contain: layout style paint;
542
+ `;
543
+ export const BubbleContainer = styled(motion.div) `
544
+ display: flex !important;
545
+ flex-direction: column !important;
546
+ max-width: 70% !important;
547
+ margin: ${aeroTheme.spacing.sm} 0 !important;
548
+ align-self: ${(props) => props.$isUser ? "flex-end" : "flex-start"} !important;
549
+ isolation: isolate;
550
+ contain: layout style paint;
551
+ `;
552
+ export const Bubble = styled(motion.div) `
553
+ background: ${(props) => props.$isUser
554
+ ? "rgba(255, 255, 255, 0.95)"
555
+ : "rgba(248, 250, 252, 0.95)"} !important;
556
+ backdrop-filter: blur(20px) !important;
557
+ border: 1px solid
558
+ ${(props) => props.$isUser
559
+ ? "rgba(255, 255, 255, 0.3)"
560
+ : "rgba(248, 250, 252, 0.3)"} !important;
561
+ border-radius: ${(props) => props.$isUser
562
+ ? `${aeroTheme.borderRadius.lg} ${aeroTheme.borderRadius.lg} ${aeroTheme.borderRadius.sm} ${aeroTheme.borderRadius.lg}`
563
+ : `${aeroTheme.borderRadius.lg} ${aeroTheme.borderRadius.lg} ${aeroTheme.borderRadius.lg} ${aeroTheme.borderRadius.sm}`} !important;
564
+ padding: ${aeroTheme.spacing.md} !important;
565
+ box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08) !important;
566
+ color: ${aeroTheme.colors.text.primary} !important;
567
+ font-family: ${aeroTheme.typography.fontFamily.body} !important;
568
+ font-size: ${aeroTheme.typography.sizes.body} !important;
569
+ line-height: 1.5 !important;
570
+ word-wrap: break-word !important;
571
+ position: relative !important;
572
+ font-synthesis: none !important;
573
+ text-rendering: optimizeLegibility !important;
574
+ -webkit-font-smoothing: antialiased !important;
575
+ -moz-osx-font-smoothing: grayscale !important;
576
+ -webkit-text-size-adjust: 100% !important;
577
+ isolation: isolate;
578
+ contain: layout style paint;
579
+ `;
580
+ export const Timestamp = styled.span `
581
+ font-size: ${aeroTheme.typography.sizes.caption} !important;
582
+ color: ${aeroTheme.colors.text.secondary} !important;
583
+ margin-top: ${aeroTheme.spacing.xs} !important;
584
+ align-self: ${(props) => props.$isUser ? "flex-end" : "flex-start"} !important;
585
+ font-family: ${aeroTheme.typography.fontFamily.body} !important;
586
+ isolation: isolate;
587
+ contain: layout style paint;
588
+ `;
589
+ export const MessageListContainer = styled.div `
590
+ display: flex !important;
591
+ flex-direction: column !important;
592
+ overflow-y: auto !important;
593
+ flex: 1 !important;
594
+ min-height: 0 !important;
595
+ width: 100% !important;
596
+ scroll-behavior: smooth !important;
597
+ isolation: isolate;
598
+ contain: layout style paint;
599
+
600
+ /* Custom scrollbar */
601
+ &::-webkit-scrollbar {
602
+ width: 4px !important;
603
+ }
604
+
605
+ &::-webkit-scrollbar-track {
606
+ background: transparent !important;
607
+ }
608
+
609
+ &::-webkit-scrollbar-thumb {
610
+ background: rgba(0, 0, 0, 0.1) !important;
611
+ border-radius: 2px !important;
612
+ }
613
+
614
+ &::-webkit-scrollbar-thumb:hover {
615
+ background: rgba(0, 0, 0, 0.2) !important;
616
+ }
617
+ `;
618
+ export const MessageWrapper = styled.div `
619
+ margin-bottom: 16px !important;
620
+ width: 100% !important;
621
+ isolation: isolate;
622
+ contain: layout style paint;
623
+
624
+ &:last-child {
625
+ margin-bottom: 0 !important;
626
+ }
627
+ `;
628
+ export const EmptyState = styled.div `
629
+ display: flex;
630
+ flex-direction: column;
631
+ align-items: center;
632
+ justify-content: center;
633
+ height: 100%;
634
+ color: ${aeroTheme.colors.text.secondary};
635
+ font-family: ${aeroTheme.typography.fontFamily.body};
636
+ font-size: ${aeroTheme.typography.sizes.body};
637
+ text-align: center;
638
+ padding: 32px;
639
+ `;
640
+ //# sourceMappingURL=styledComponents.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styledComponents.js","sourceRoot":"","sources":["../../../../src/components/rtc-widget/styles/styledComponents.ts"],"names":[],"mappings":"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"}