@memori.ai/memori-react 8.10.1 → 8.12.0
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/CHANGELOG.md +66 -0
- package/dist/components/AgeVerificationModal/AgeVerificationModal.css +41 -14
- package/dist/components/AgeVerificationModal/AgeVerificationModal.js +2 -2
- package/dist/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
- package/dist/components/Auth/Auth.js +36 -8
- package/dist/components/Auth/Auth.js.map +1 -1
- package/dist/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +2 -2
- package/dist/components/Chat/Chat.js +2 -2
- package/dist/components/Chat/Chat.js.map +1 -1
- package/dist/components/ChatBubble/ChatBubble.css +81 -13
- package/dist/components/ChatBubble/ChatBubble.js +86 -19
- package/dist/components/ChatBubble/ChatBubble.js.map +1 -1
- package/dist/components/ChatHistoryDrawer/ChatHistory.css +5 -1
- package/dist/components/ChatInputs/ChatInputs.d.ts +1 -0
- package/dist/components/ChatInputs/ChatInputs.js +8 -3
- package/dist/components/ChatInputs/ChatInputs.js.map +1 -1
- package/dist/components/DateSelector/DateSelector.css +125 -104
- package/dist/components/DateSelector/DateSelector.d.ts +1 -1
- package/dist/components/DateSelector/DateSelector.js +110 -52
- package/dist/components/DateSelector/DateSelector.js.map +1 -1
- package/dist/components/Header/Header.js +1 -1
- package/dist/components/Header/Header.js.map +1 -1
- package/dist/components/LoginDrawer/LoginDrawer.css +37 -5
- package/dist/components/LoginDrawer/LoginDrawer.d.ts +1 -2
- package/dist/components/LoginDrawer/LoginDrawer.js +2 -9
- package/dist/components/LoginDrawer/LoginDrawer.js.map +1 -1
- package/dist/components/MediaWidget/MediaItemWidget.js +40 -5
- package/dist/components/MediaWidget/MediaItemWidget.js.map +1 -1
- package/dist/components/MediaWidget/MediaWidget.css +4 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js +1 -1
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js.map +1 -1
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js +1 -1
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js.map +1 -1
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js +3 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js.map +1 -1
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +2 -2
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -1
- package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +16 -7
- package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js +6 -4
- package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js.map +1 -1
- package/dist/components/MemoriWidget/MemoriWidget.js +69 -25
- package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/dist/components/UploadButton/UploadButton.js +2 -0
- package/dist/components/UploadButton/UploadButton.js.map +1 -1
- package/dist/components/UploadButton/UploadImages/UploadImages.js +2 -2
- package/dist/components/UploadButton/UploadImages/UploadImages.js.map +1 -1
- package/dist/components/ui/Drawer.css +8 -0
- package/dist/components/ui/Drawer.d.ts +2 -0
- package/dist/components/ui/Drawer.js +2 -2
- package/dist/components/ui/Drawer.js.map +1 -1
- package/dist/components/ui/Tooltip.css +49 -1
- package/dist/components/ui/Tooltip.d.ts +1 -1
- package/dist/locales/de.json +6 -1
- package/dist/locales/en.json +9 -1
- package/dist/locales/es.json +6 -1
- package/dist/locales/fr.json +5 -1
- package/dist/locales/it.json +8 -1
- package/dist/styles.css +3 -2
- package/esm/components/AgeVerificationModal/AgeVerificationModal.css +41 -14
- package/esm/components/AgeVerificationModal/AgeVerificationModal.js +2 -2
- package/esm/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
- package/esm/components/Auth/Auth.js +36 -8
- package/esm/components/Auth/Auth.js.map +1 -1
- package/esm/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +2 -2
- package/esm/components/Chat/Chat.js +2 -2
- package/esm/components/Chat/Chat.js.map +1 -1
- package/esm/components/ChatBubble/ChatBubble.css +81 -13
- package/esm/components/ChatBubble/ChatBubble.js +87 -20
- package/esm/components/ChatBubble/ChatBubble.js.map +1 -1
- package/esm/components/ChatHistoryDrawer/ChatHistory.css +5 -1
- package/esm/components/ChatInputs/ChatInputs.d.ts +1 -0
- package/esm/components/ChatInputs/ChatInputs.js +8 -3
- package/esm/components/ChatInputs/ChatInputs.js.map +1 -1
- package/esm/components/DateSelector/DateSelector.css +125 -104
- package/esm/components/DateSelector/DateSelector.d.ts +1 -1
- package/esm/components/DateSelector/DateSelector.js +111 -52
- package/esm/components/DateSelector/DateSelector.js.map +1 -1
- package/esm/components/Header/Header.js +1 -1
- package/esm/components/Header/Header.js.map +1 -1
- package/esm/components/LoginDrawer/LoginDrawer.css +37 -5
- package/esm/components/LoginDrawer/LoginDrawer.d.ts +1 -2
- package/esm/components/LoginDrawer/LoginDrawer.js +2 -9
- package/esm/components/LoginDrawer/LoginDrawer.js.map +1 -1
- package/esm/components/MediaWidget/MediaItemWidget.js +40 -5
- package/esm/components/MediaWidget/MediaItemWidget.js.map +1 -1
- package/esm/components/MediaWidget/MediaWidget.css +4 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js +1 -1
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js.map +1 -1
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js +1 -1
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js.map +1 -1
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js +3 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js.map +1 -1
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +2 -2
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -1
- package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +16 -7
- package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js +6 -4
- package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js.map +1 -1
- package/esm/components/MemoriWidget/MemoriWidget.js +69 -25
- package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/esm/components/UploadButton/UploadButton.js +2 -0
- package/esm/components/UploadButton/UploadButton.js.map +1 -1
- package/esm/components/UploadButton/UploadImages/UploadImages.js +2 -2
- package/esm/components/UploadButton/UploadImages/UploadImages.js.map +1 -1
- package/esm/components/ui/Drawer.css +8 -0
- package/esm/components/ui/Drawer.d.ts +2 -0
- package/esm/components/ui/Drawer.js +2 -2
- package/esm/components/ui/Drawer.js.map +1 -1
- package/esm/components/ui/Tooltip.css +49 -1
- package/esm/components/ui/Tooltip.d.ts +1 -1
- package/esm/locales/de.json +6 -1
- package/esm/locales/en.json +9 -1
- package/esm/locales/es.json +6 -1
- package/esm/locales/fr.json +5 -1
- package/esm/locales/it.json +8 -1
- package/esm/styles.css +3 -2
- package/package.json +2 -2
- package/src/components/AgeVerificationModal/AgeVerificationModal.css +41 -14
- package/src/components/AgeVerificationModal/AgeVerificationModal.tsx +3 -1
- package/src/components/Auth/Auth.tsx +55 -11
- package/src/components/Avatar/Avatar.stories.tsx +3 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +2 -2
- package/src/components/Chat/Chat.stories.tsx +16 -2
- package/src/components/Chat/Chat.tsx +2 -1
- package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +1036 -36
- package/src/components/ChatBubble/ChatBubble.css +81 -13
- package/src/components/ChatBubble/ChatBubble.stories.tsx +16 -2
- package/src/components/ChatBubble/ChatBubble.test.tsx +17 -0
- package/src/components/ChatBubble/ChatBubble.tsx +144 -31
- package/src/components/ChatBubble/__snapshots__/ChatBubble.test.tsx.snap +304 -8
- package/src/components/ChatHistoryDrawer/ChatHistory.css +5 -1
- package/src/components/ChatInputs/ChatInputs.tsx +14 -1
- package/src/components/DateSelector/DateSelector.css +125 -104
- package/src/components/DateSelector/DateSelector.stories.tsx +1 -1
- package/src/components/DateSelector/DateSelector.test.tsx +137 -23
- package/src/components/DateSelector/DateSelector.tsx +203 -177
- package/src/components/Header/Header.stories.tsx +5 -1
- package/src/components/Header/Header.tsx +1 -1
- package/src/components/Header/__snapshots__/Header.test.tsx.snap +1 -1
- package/src/components/LoginDrawer/LoginDrawer.css +37 -5
- package/src/components/LoginDrawer/LoginDrawer.stories.tsx +0 -1
- package/src/components/LoginDrawer/LoginDrawer.test.tsx +0 -1
- package/src/components/LoginDrawer/LoginDrawer.tsx +0 -19
- package/src/components/MediaWidget/MediaItemWidget.stories.tsx +69 -0
- package/src/components/MediaWidget/MediaItemWidget.tsx +66 -18
- package/src/components/MediaWidget/MediaWidget.css +4 -0
- package/src/components/MediaWidget/__snapshots__/MediaItemWidget.test.tsx.snap +10 -10
- package/src/components/MediaWidget/__snapshots__/MediaWidget.test.tsx.snap +2 -2
- package/src/components/MemoriArtifactSystem/ArtifactDrawer.stories.tsx +996 -204
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.tsx +2 -2
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.tsx +1 -1
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.tsx +3 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.tsx +56 -54
- package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +16 -7
- package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.tsx +12 -3
- package/src/components/MemoriWidget/MemoriWidget.stories.tsx +6 -3
- package/src/components/MemoriWidget/MemoriWidget.tsx +123 -48
- package/src/components/UploadButton/UploadButton.tsx +2 -0
- package/src/components/UploadButton/UploadImages/UploadImages.tsx +3 -2
- package/src/components/layouts/FullBody/FullBody.stories.tsx +110 -0
- package/src/components/layouts/Totem/Totem.stories.tsx +131 -0
- package/src/components/layouts/ZoomedFullBody/ZoomedFullBody.stories.tsx +131 -0
- package/src/components/layouts/layouts.stories.tsx +55 -508
- package/src/components/ui/Drawer.css +8 -0
- package/src/components/ui/Drawer.tsx +16 -12
- package/src/components/ui/Tooltip.css +49 -1
- package/src/components/ui/Tooltip.tsx +1 -1
- package/src/index.stories.tsx +13 -320
- package/src/locales/de.json +6 -1
- package/src/locales/en.json +9 -1
- package/src/locales/es.json +6 -1
- package/src/locales/fr.json +5 -1
- package/src/locales/it.json +8 -1
- package/src/mocks/data.ts +4 -2
- package/src/styles.css +3 -2
- package/src/components/SignupForm/SignupForm.test.tsx +0 -40
- package/src/components/SignupForm/SignupForm.tsx +0 -457
- package/src/components/SignupForm/__snapshots__/SignupForm.test.tsx.snap +0 -247
|
@@ -89,7 +89,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
89
89
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
90
90
|
>
|
|
91
91
|
<div
|
|
92
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
92
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
93
93
|
>
|
|
94
94
|
<div
|
|
95
95
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -108,6 +108,43 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
108
108
|
</div>
|
|
109
109
|
</div>
|
|
110
110
|
</div>
|
|
111
|
+
<div
|
|
112
|
+
class="memori-chat--bubble-addon"
|
|
113
|
+
>
|
|
114
|
+
<button
|
|
115
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
116
|
+
title="copy"
|
|
117
|
+
>
|
|
118
|
+
<span
|
|
119
|
+
class="memori-button--icon"
|
|
120
|
+
>
|
|
121
|
+
<svg
|
|
122
|
+
aria-hidden="true"
|
|
123
|
+
fill="none"
|
|
124
|
+
focusable="false"
|
|
125
|
+
role="img"
|
|
126
|
+
stroke="currentColor"
|
|
127
|
+
stroke-linecap="round"
|
|
128
|
+
stroke-linejoin="round"
|
|
129
|
+
stroke-width="1.5"
|
|
130
|
+
viewBox="0 0 24 24"
|
|
131
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
132
|
+
>
|
|
133
|
+
<rect
|
|
134
|
+
height="14"
|
|
135
|
+
rx="2"
|
|
136
|
+
ry="2"
|
|
137
|
+
width="14"
|
|
138
|
+
x="8"
|
|
139
|
+
y="8"
|
|
140
|
+
/>
|
|
141
|
+
<path
|
|
142
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
143
|
+
/>
|
|
144
|
+
</svg>
|
|
145
|
+
</span>
|
|
146
|
+
</button>
|
|
147
|
+
</div>
|
|
111
148
|
</div>
|
|
112
149
|
<div
|
|
113
150
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -198,7 +235,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
198
235
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
199
236
|
>
|
|
200
237
|
<div
|
|
201
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
238
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
202
239
|
>
|
|
203
240
|
<div
|
|
204
241
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -217,6 +254,43 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
217
254
|
</div>
|
|
218
255
|
</div>
|
|
219
256
|
</div>
|
|
257
|
+
<div
|
|
258
|
+
class="memori-chat--bubble-addon"
|
|
259
|
+
>
|
|
260
|
+
<button
|
|
261
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
262
|
+
title="copy"
|
|
263
|
+
>
|
|
264
|
+
<span
|
|
265
|
+
class="memori-button--icon"
|
|
266
|
+
>
|
|
267
|
+
<svg
|
|
268
|
+
aria-hidden="true"
|
|
269
|
+
fill="none"
|
|
270
|
+
focusable="false"
|
|
271
|
+
role="img"
|
|
272
|
+
stroke="currentColor"
|
|
273
|
+
stroke-linecap="round"
|
|
274
|
+
stroke-linejoin="round"
|
|
275
|
+
stroke-width="1.5"
|
|
276
|
+
viewBox="0 0 24 24"
|
|
277
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
278
|
+
>
|
|
279
|
+
<rect
|
|
280
|
+
height="14"
|
|
281
|
+
rx="2"
|
|
282
|
+
ry="2"
|
|
283
|
+
width="14"
|
|
284
|
+
x="8"
|
|
285
|
+
y="8"
|
|
286
|
+
/>
|
|
287
|
+
<path
|
|
288
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
289
|
+
/>
|
|
290
|
+
</svg>
|
|
291
|
+
</span>
|
|
292
|
+
</button>
|
|
293
|
+
</div>
|
|
220
294
|
</div>
|
|
221
295
|
<div
|
|
222
296
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -383,7 +457,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
383
457
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
384
458
|
>
|
|
385
459
|
<div
|
|
386
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
460
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
387
461
|
>
|
|
388
462
|
<div
|
|
389
463
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -402,6 +476,43 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
402
476
|
</div>
|
|
403
477
|
</div>
|
|
404
478
|
</div>
|
|
479
|
+
<div
|
|
480
|
+
class="memori-chat--bubble-addon"
|
|
481
|
+
>
|
|
482
|
+
<button
|
|
483
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
484
|
+
title="copy"
|
|
485
|
+
>
|
|
486
|
+
<span
|
|
487
|
+
class="memori-button--icon"
|
|
488
|
+
>
|
|
489
|
+
<svg
|
|
490
|
+
aria-hidden="true"
|
|
491
|
+
fill="none"
|
|
492
|
+
focusable="false"
|
|
493
|
+
role="img"
|
|
494
|
+
stroke="currentColor"
|
|
495
|
+
stroke-linecap="round"
|
|
496
|
+
stroke-linejoin="round"
|
|
497
|
+
stroke-width="1.5"
|
|
498
|
+
viewBox="0 0 24 24"
|
|
499
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
500
|
+
>
|
|
501
|
+
<rect
|
|
502
|
+
height="14"
|
|
503
|
+
rx="2"
|
|
504
|
+
ry="2"
|
|
505
|
+
width="14"
|
|
506
|
+
x="8"
|
|
507
|
+
y="8"
|
|
508
|
+
/>
|
|
509
|
+
<path
|
|
510
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
511
|
+
/>
|
|
512
|
+
</svg>
|
|
513
|
+
</span>
|
|
514
|
+
</button>
|
|
515
|
+
</div>
|
|
405
516
|
</div>
|
|
406
517
|
<div
|
|
407
518
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -649,7 +760,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
649
760
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
650
761
|
>
|
|
651
762
|
<div
|
|
652
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
763
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
653
764
|
>
|
|
654
765
|
<div
|
|
655
766
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -668,6 +779,43 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
668
779
|
</div>
|
|
669
780
|
</div>
|
|
670
781
|
</div>
|
|
782
|
+
<div
|
|
783
|
+
class="memori-chat--bubble-addon"
|
|
784
|
+
>
|
|
785
|
+
<button
|
|
786
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
787
|
+
title="copy"
|
|
788
|
+
>
|
|
789
|
+
<span
|
|
790
|
+
class="memori-button--icon"
|
|
791
|
+
>
|
|
792
|
+
<svg
|
|
793
|
+
aria-hidden="true"
|
|
794
|
+
fill="none"
|
|
795
|
+
focusable="false"
|
|
796
|
+
role="img"
|
|
797
|
+
stroke="currentColor"
|
|
798
|
+
stroke-linecap="round"
|
|
799
|
+
stroke-linejoin="round"
|
|
800
|
+
stroke-width="1.5"
|
|
801
|
+
viewBox="0 0 24 24"
|
|
802
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
803
|
+
>
|
|
804
|
+
<rect
|
|
805
|
+
height="14"
|
|
806
|
+
rx="2"
|
|
807
|
+
ry="2"
|
|
808
|
+
width="14"
|
|
809
|
+
x="8"
|
|
810
|
+
y="8"
|
|
811
|
+
/>
|
|
812
|
+
<path
|
|
813
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
814
|
+
/>
|
|
815
|
+
</svg>
|
|
816
|
+
</span>
|
|
817
|
+
</button>
|
|
818
|
+
</div>
|
|
671
819
|
</div>
|
|
672
820
|
<div
|
|
673
821
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -758,7 +906,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
758
906
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
759
907
|
>
|
|
760
908
|
<div
|
|
761
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
909
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
762
910
|
>
|
|
763
911
|
<div
|
|
764
912
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -777,6 +925,43 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
777
925
|
</div>
|
|
778
926
|
</div>
|
|
779
927
|
</div>
|
|
928
|
+
<div
|
|
929
|
+
class="memori-chat--bubble-addon"
|
|
930
|
+
>
|
|
931
|
+
<button
|
|
932
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
933
|
+
title="copy"
|
|
934
|
+
>
|
|
935
|
+
<span
|
|
936
|
+
class="memori-button--icon"
|
|
937
|
+
>
|
|
938
|
+
<svg
|
|
939
|
+
aria-hidden="true"
|
|
940
|
+
fill="none"
|
|
941
|
+
focusable="false"
|
|
942
|
+
role="img"
|
|
943
|
+
stroke="currentColor"
|
|
944
|
+
stroke-linecap="round"
|
|
945
|
+
stroke-linejoin="round"
|
|
946
|
+
stroke-width="1.5"
|
|
947
|
+
viewBox="0 0 24 24"
|
|
948
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
949
|
+
>
|
|
950
|
+
<rect
|
|
951
|
+
height="14"
|
|
952
|
+
rx="2"
|
|
953
|
+
ry="2"
|
|
954
|
+
width="14"
|
|
955
|
+
x="8"
|
|
956
|
+
y="8"
|
|
957
|
+
/>
|
|
958
|
+
<path
|
|
959
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
960
|
+
/>
|
|
961
|
+
</svg>
|
|
962
|
+
</span>
|
|
963
|
+
</button>
|
|
964
|
+
</div>
|
|
780
965
|
</div>
|
|
781
966
|
<div
|
|
782
967
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -958,7 +1143,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
958
1143
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
959
1144
|
>
|
|
960
1145
|
<div
|
|
961
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1146
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
962
1147
|
>
|
|
963
1148
|
<div
|
|
964
1149
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -977,6 +1162,43 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
977
1162
|
</div>
|
|
978
1163
|
</div>
|
|
979
1164
|
</div>
|
|
1165
|
+
<div
|
|
1166
|
+
class="memori-chat--bubble-addon"
|
|
1167
|
+
>
|
|
1168
|
+
<button
|
|
1169
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
1170
|
+
title="copy"
|
|
1171
|
+
>
|
|
1172
|
+
<span
|
|
1173
|
+
class="memori-button--icon"
|
|
1174
|
+
>
|
|
1175
|
+
<svg
|
|
1176
|
+
aria-hidden="true"
|
|
1177
|
+
fill="none"
|
|
1178
|
+
focusable="false"
|
|
1179
|
+
role="img"
|
|
1180
|
+
stroke="currentColor"
|
|
1181
|
+
stroke-linecap="round"
|
|
1182
|
+
stroke-linejoin="round"
|
|
1183
|
+
stroke-width="1.5"
|
|
1184
|
+
viewBox="0 0 24 24"
|
|
1185
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1186
|
+
>
|
|
1187
|
+
<rect
|
|
1188
|
+
height="14"
|
|
1189
|
+
rx="2"
|
|
1190
|
+
ry="2"
|
|
1191
|
+
width="14"
|
|
1192
|
+
x="8"
|
|
1193
|
+
y="8"
|
|
1194
|
+
/>
|
|
1195
|
+
<path
|
|
1196
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
1197
|
+
/>
|
|
1198
|
+
</svg>
|
|
1199
|
+
</span>
|
|
1200
|
+
</button>
|
|
1201
|
+
</div>
|
|
980
1202
|
</div>
|
|
981
1203
|
<div
|
|
982
1204
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -1239,7 +1461,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1239
1461
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
1240
1462
|
>
|
|
1241
1463
|
<div
|
|
1242
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1464
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1243
1465
|
>
|
|
1244
1466
|
<div
|
|
1245
1467
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -1258,6 +1480,43 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1258
1480
|
</div>
|
|
1259
1481
|
</div>
|
|
1260
1482
|
</div>
|
|
1483
|
+
<div
|
|
1484
|
+
class="memori-chat--bubble-addon"
|
|
1485
|
+
>
|
|
1486
|
+
<button
|
|
1487
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
1488
|
+
title="copy"
|
|
1489
|
+
>
|
|
1490
|
+
<span
|
|
1491
|
+
class="memori-button--icon"
|
|
1492
|
+
>
|
|
1493
|
+
<svg
|
|
1494
|
+
aria-hidden="true"
|
|
1495
|
+
fill="none"
|
|
1496
|
+
focusable="false"
|
|
1497
|
+
role="img"
|
|
1498
|
+
stroke="currentColor"
|
|
1499
|
+
stroke-linecap="round"
|
|
1500
|
+
stroke-linejoin="round"
|
|
1501
|
+
stroke-width="1.5"
|
|
1502
|
+
viewBox="0 0 24 24"
|
|
1503
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1504
|
+
>
|
|
1505
|
+
<rect
|
|
1506
|
+
height="14"
|
|
1507
|
+
rx="2"
|
|
1508
|
+
ry="2"
|
|
1509
|
+
width="14"
|
|
1510
|
+
x="8"
|
|
1511
|
+
y="8"
|
|
1512
|
+
/>
|
|
1513
|
+
<path
|
|
1514
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
1515
|
+
/>
|
|
1516
|
+
</svg>
|
|
1517
|
+
</span>
|
|
1518
|
+
</button>
|
|
1519
|
+
</div>
|
|
1261
1520
|
</div>
|
|
1262
1521
|
<div
|
|
1263
1522
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -1340,7 +1599,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1340
1599
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
1341
1600
|
>
|
|
1342
1601
|
<div
|
|
1343
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1602
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1344
1603
|
>
|
|
1345
1604
|
<div
|
|
1346
1605
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -1359,6 +1618,43 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1359
1618
|
</div>
|
|
1360
1619
|
</div>
|
|
1361
1620
|
</div>
|
|
1621
|
+
<div
|
|
1622
|
+
class="memori-chat--bubble-addon"
|
|
1623
|
+
>
|
|
1624
|
+
<button
|
|
1625
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
1626
|
+
title="copy"
|
|
1627
|
+
>
|
|
1628
|
+
<span
|
|
1629
|
+
class="memori-button--icon"
|
|
1630
|
+
>
|
|
1631
|
+
<svg
|
|
1632
|
+
aria-hidden="true"
|
|
1633
|
+
fill="none"
|
|
1634
|
+
focusable="false"
|
|
1635
|
+
role="img"
|
|
1636
|
+
stroke="currentColor"
|
|
1637
|
+
stroke-linecap="round"
|
|
1638
|
+
stroke-linejoin="round"
|
|
1639
|
+
stroke-width="1.5"
|
|
1640
|
+
viewBox="0 0 24 24"
|
|
1641
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1642
|
+
>
|
|
1643
|
+
<rect
|
|
1644
|
+
height="14"
|
|
1645
|
+
rx="2"
|
|
1646
|
+
ry="2"
|
|
1647
|
+
width="14"
|
|
1648
|
+
x="8"
|
|
1649
|
+
y="8"
|
|
1650
|
+
/>
|
|
1651
|
+
<path
|
|
1652
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
1653
|
+
/>
|
|
1654
|
+
</svg>
|
|
1655
|
+
</span>
|
|
1656
|
+
</button>
|
|
1657
|
+
</div>
|
|
1362
1658
|
</div>
|
|
1363
1659
|
<div
|
|
1364
1660
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -1517,7 +1813,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1517
1813
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
1518
1814
|
>
|
|
1519
1815
|
<div
|
|
1520
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1816
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1521
1817
|
>
|
|
1522
1818
|
<div
|
|
1523
1819
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -1536,6 +1832,43 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1536
1832
|
</div>
|
|
1537
1833
|
</div>
|
|
1538
1834
|
</div>
|
|
1835
|
+
<div
|
|
1836
|
+
class="memori-chat--bubble-addon"
|
|
1837
|
+
>
|
|
1838
|
+
<button
|
|
1839
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
1840
|
+
title="copy"
|
|
1841
|
+
>
|
|
1842
|
+
<span
|
|
1843
|
+
class="memori-button--icon"
|
|
1844
|
+
>
|
|
1845
|
+
<svg
|
|
1846
|
+
aria-hidden="true"
|
|
1847
|
+
fill="none"
|
|
1848
|
+
focusable="false"
|
|
1849
|
+
role="img"
|
|
1850
|
+
stroke="currentColor"
|
|
1851
|
+
stroke-linecap="round"
|
|
1852
|
+
stroke-linejoin="round"
|
|
1853
|
+
stroke-width="1.5"
|
|
1854
|
+
viewBox="0 0 24 24"
|
|
1855
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1856
|
+
>
|
|
1857
|
+
<rect
|
|
1858
|
+
height="14"
|
|
1859
|
+
rx="2"
|
|
1860
|
+
ry="2"
|
|
1861
|
+
width="14"
|
|
1862
|
+
x="8"
|
|
1863
|
+
y="8"
|
|
1864
|
+
/>
|
|
1865
|
+
<path
|
|
1866
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
1867
|
+
/>
|
|
1868
|
+
</svg>
|
|
1869
|
+
</span>
|
|
1870
|
+
</button>
|
|
1871
|
+
</div>
|
|
1539
1872
|
</div>
|
|
1540
1873
|
<div
|
|
1541
1874
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -1775,7 +2108,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
1775
2108
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
1776
2109
|
>
|
|
1777
2110
|
<div
|
|
1778
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2111
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1779
2112
|
>
|
|
1780
2113
|
<div
|
|
1781
2114
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -1794,6 +2127,43 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
1794
2127
|
</div>
|
|
1795
2128
|
</div>
|
|
1796
2129
|
</div>
|
|
2130
|
+
<div
|
|
2131
|
+
class="memori-chat--bubble-addon"
|
|
2132
|
+
>
|
|
2133
|
+
<button
|
|
2134
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
2135
|
+
title="copy"
|
|
2136
|
+
>
|
|
2137
|
+
<span
|
|
2138
|
+
class="memori-button--icon"
|
|
2139
|
+
>
|
|
2140
|
+
<svg
|
|
2141
|
+
aria-hidden="true"
|
|
2142
|
+
fill="none"
|
|
2143
|
+
focusable="false"
|
|
2144
|
+
role="img"
|
|
2145
|
+
stroke="currentColor"
|
|
2146
|
+
stroke-linecap="round"
|
|
2147
|
+
stroke-linejoin="round"
|
|
2148
|
+
stroke-width="1.5"
|
|
2149
|
+
viewBox="0 0 24 24"
|
|
2150
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2151
|
+
>
|
|
2152
|
+
<rect
|
|
2153
|
+
height="14"
|
|
2154
|
+
rx="2"
|
|
2155
|
+
ry="2"
|
|
2156
|
+
width="14"
|
|
2157
|
+
x="8"
|
|
2158
|
+
y="8"
|
|
2159
|
+
/>
|
|
2160
|
+
<path
|
|
2161
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
2162
|
+
/>
|
|
2163
|
+
</svg>
|
|
2164
|
+
</span>
|
|
2165
|
+
</button>
|
|
2166
|
+
</div>
|
|
1797
2167
|
</div>
|
|
1798
2168
|
<picture
|
|
1799
2169
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -1878,7 +2248,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
1878
2248
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
1879
2249
|
>
|
|
1880
2250
|
<div
|
|
1881
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2251
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1882
2252
|
>
|
|
1883
2253
|
<div
|
|
1884
2254
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -1897,6 +2267,43 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
1897
2267
|
</div>
|
|
1898
2268
|
</div>
|
|
1899
2269
|
</div>
|
|
2270
|
+
<div
|
|
2271
|
+
class="memori-chat--bubble-addon"
|
|
2272
|
+
>
|
|
2273
|
+
<button
|
|
2274
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
2275
|
+
title="copy"
|
|
2276
|
+
>
|
|
2277
|
+
<span
|
|
2278
|
+
class="memori-button--icon"
|
|
2279
|
+
>
|
|
2280
|
+
<svg
|
|
2281
|
+
aria-hidden="true"
|
|
2282
|
+
fill="none"
|
|
2283
|
+
focusable="false"
|
|
2284
|
+
role="img"
|
|
2285
|
+
stroke="currentColor"
|
|
2286
|
+
stroke-linecap="round"
|
|
2287
|
+
stroke-linejoin="round"
|
|
2288
|
+
stroke-width="1.5"
|
|
2289
|
+
viewBox="0 0 24 24"
|
|
2290
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2291
|
+
>
|
|
2292
|
+
<rect
|
|
2293
|
+
height="14"
|
|
2294
|
+
rx="2"
|
|
2295
|
+
ry="2"
|
|
2296
|
+
width="14"
|
|
2297
|
+
x="8"
|
|
2298
|
+
y="8"
|
|
2299
|
+
/>
|
|
2300
|
+
<path
|
|
2301
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
2302
|
+
/>
|
|
2303
|
+
</svg>
|
|
2304
|
+
</span>
|
|
2305
|
+
</button>
|
|
2306
|
+
</div>
|
|
1900
2307
|
</div>
|
|
1901
2308
|
<picture
|
|
1902
2309
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -2057,7 +2464,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2057
2464
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
2058
2465
|
>
|
|
2059
2466
|
<div
|
|
2060
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2467
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2061
2468
|
>
|
|
2062
2469
|
<div
|
|
2063
2470
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -2076,6 +2483,43 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2076
2483
|
</div>
|
|
2077
2484
|
</div>
|
|
2078
2485
|
</div>
|
|
2486
|
+
<div
|
|
2487
|
+
class="memori-chat--bubble-addon"
|
|
2488
|
+
>
|
|
2489
|
+
<button
|
|
2490
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
2491
|
+
title="copy"
|
|
2492
|
+
>
|
|
2493
|
+
<span
|
|
2494
|
+
class="memori-button--icon"
|
|
2495
|
+
>
|
|
2496
|
+
<svg
|
|
2497
|
+
aria-hidden="true"
|
|
2498
|
+
fill="none"
|
|
2499
|
+
focusable="false"
|
|
2500
|
+
role="img"
|
|
2501
|
+
stroke="currentColor"
|
|
2502
|
+
stroke-linecap="round"
|
|
2503
|
+
stroke-linejoin="round"
|
|
2504
|
+
stroke-width="1.5"
|
|
2505
|
+
viewBox="0 0 24 24"
|
|
2506
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2507
|
+
>
|
|
2508
|
+
<rect
|
|
2509
|
+
height="14"
|
|
2510
|
+
rx="2"
|
|
2511
|
+
ry="2"
|
|
2512
|
+
width="14"
|
|
2513
|
+
x="8"
|
|
2514
|
+
y="8"
|
|
2515
|
+
/>
|
|
2516
|
+
<path
|
|
2517
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
2518
|
+
/>
|
|
2519
|
+
</svg>
|
|
2520
|
+
</span>
|
|
2521
|
+
</button>
|
|
2522
|
+
</div>
|
|
2079
2523
|
</div>
|
|
2080
2524
|
<picture
|
|
2081
2525
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -2322,7 +2766,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2322
2766
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
2323
2767
|
>
|
|
2324
2768
|
<div
|
|
2325
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2769
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2326
2770
|
>
|
|
2327
2771
|
<div
|
|
2328
2772
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -2341,6 +2785,43 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2341
2785
|
</div>
|
|
2342
2786
|
</div>
|
|
2343
2787
|
</div>
|
|
2788
|
+
<div
|
|
2789
|
+
class="memori-chat--bubble-addon"
|
|
2790
|
+
>
|
|
2791
|
+
<button
|
|
2792
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
2793
|
+
title="copy"
|
|
2794
|
+
>
|
|
2795
|
+
<span
|
|
2796
|
+
class="memori-button--icon"
|
|
2797
|
+
>
|
|
2798
|
+
<svg
|
|
2799
|
+
aria-hidden="true"
|
|
2800
|
+
fill="none"
|
|
2801
|
+
focusable="false"
|
|
2802
|
+
role="img"
|
|
2803
|
+
stroke="currentColor"
|
|
2804
|
+
stroke-linecap="round"
|
|
2805
|
+
stroke-linejoin="round"
|
|
2806
|
+
stroke-width="1.5"
|
|
2807
|
+
viewBox="0 0 24 24"
|
|
2808
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2809
|
+
>
|
|
2810
|
+
<rect
|
|
2811
|
+
height="14"
|
|
2812
|
+
rx="2"
|
|
2813
|
+
ry="2"
|
|
2814
|
+
width="14"
|
|
2815
|
+
x="8"
|
|
2816
|
+
y="8"
|
|
2817
|
+
/>
|
|
2818
|
+
<path
|
|
2819
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
2820
|
+
/>
|
|
2821
|
+
</svg>
|
|
2822
|
+
</span>
|
|
2823
|
+
</button>
|
|
2824
|
+
</div>
|
|
2344
2825
|
</div>
|
|
2345
2826
|
<div
|
|
2346
2827
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -2441,7 +2922,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2441
2922
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
2442
2923
|
>
|
|
2443
2924
|
<div
|
|
2444
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2925
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2445
2926
|
>
|
|
2446
2927
|
<div
|
|
2447
2928
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -2460,6 +2941,43 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2460
2941
|
</div>
|
|
2461
2942
|
</div>
|
|
2462
2943
|
</div>
|
|
2944
|
+
<div
|
|
2945
|
+
class="memori-chat--bubble-addon"
|
|
2946
|
+
>
|
|
2947
|
+
<button
|
|
2948
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
2949
|
+
title="copy"
|
|
2950
|
+
>
|
|
2951
|
+
<span
|
|
2952
|
+
class="memori-button--icon"
|
|
2953
|
+
>
|
|
2954
|
+
<svg
|
|
2955
|
+
aria-hidden="true"
|
|
2956
|
+
fill="none"
|
|
2957
|
+
focusable="false"
|
|
2958
|
+
role="img"
|
|
2959
|
+
stroke="currentColor"
|
|
2960
|
+
stroke-linecap="round"
|
|
2961
|
+
stroke-linejoin="round"
|
|
2962
|
+
stroke-width="1.5"
|
|
2963
|
+
viewBox="0 0 24 24"
|
|
2964
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2965
|
+
>
|
|
2966
|
+
<rect
|
|
2967
|
+
height="14"
|
|
2968
|
+
rx="2"
|
|
2969
|
+
ry="2"
|
|
2970
|
+
width="14"
|
|
2971
|
+
x="8"
|
|
2972
|
+
y="8"
|
|
2973
|
+
/>
|
|
2974
|
+
<path
|
|
2975
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
2976
|
+
/>
|
|
2977
|
+
</svg>
|
|
2978
|
+
</span>
|
|
2979
|
+
</button>
|
|
2980
|
+
</div>
|
|
2463
2981
|
</div>
|
|
2464
2982
|
<div
|
|
2465
2983
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -2636,7 +3154,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2636
3154
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
2637
3155
|
>
|
|
2638
3156
|
<div
|
|
2639
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
3157
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2640
3158
|
>
|
|
2641
3159
|
<div
|
|
2642
3160
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -2655,6 +3173,43 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2655
3173
|
</div>
|
|
2656
3174
|
</div>
|
|
2657
3175
|
</div>
|
|
3176
|
+
<div
|
|
3177
|
+
class="memori-chat--bubble-addon"
|
|
3178
|
+
>
|
|
3179
|
+
<button
|
|
3180
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
3181
|
+
title="copy"
|
|
3182
|
+
>
|
|
3183
|
+
<span
|
|
3184
|
+
class="memori-button--icon"
|
|
3185
|
+
>
|
|
3186
|
+
<svg
|
|
3187
|
+
aria-hidden="true"
|
|
3188
|
+
fill="none"
|
|
3189
|
+
focusable="false"
|
|
3190
|
+
role="img"
|
|
3191
|
+
stroke="currentColor"
|
|
3192
|
+
stroke-linecap="round"
|
|
3193
|
+
stroke-linejoin="round"
|
|
3194
|
+
stroke-width="1.5"
|
|
3195
|
+
viewBox="0 0 24 24"
|
|
3196
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3197
|
+
>
|
|
3198
|
+
<rect
|
|
3199
|
+
height="14"
|
|
3200
|
+
rx="2"
|
|
3201
|
+
ry="2"
|
|
3202
|
+
width="14"
|
|
3203
|
+
x="8"
|
|
3204
|
+
y="8"
|
|
3205
|
+
/>
|
|
3206
|
+
<path
|
|
3207
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
3208
|
+
/>
|
|
3209
|
+
</svg>
|
|
3210
|
+
</span>
|
|
3211
|
+
</button>
|
|
3212
|
+
</div>
|
|
2658
3213
|
</div>
|
|
2659
3214
|
<div
|
|
2660
3215
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -2912,7 +3467,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
2912
3467
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
2913
3468
|
>
|
|
2914
3469
|
<div
|
|
2915
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
3470
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2916
3471
|
>
|
|
2917
3472
|
<div
|
|
2918
3473
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -2931,6 +3486,43 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
2931
3486
|
</div>
|
|
2932
3487
|
</div>
|
|
2933
3488
|
</div>
|
|
3489
|
+
<div
|
|
3490
|
+
class="memori-chat--bubble-addon"
|
|
3491
|
+
>
|
|
3492
|
+
<button
|
|
3493
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
3494
|
+
title="copy"
|
|
3495
|
+
>
|
|
3496
|
+
<span
|
|
3497
|
+
class="memori-button--icon"
|
|
3498
|
+
>
|
|
3499
|
+
<svg
|
|
3500
|
+
aria-hidden="true"
|
|
3501
|
+
fill="none"
|
|
3502
|
+
focusable="false"
|
|
3503
|
+
role="img"
|
|
3504
|
+
stroke="currentColor"
|
|
3505
|
+
stroke-linecap="round"
|
|
3506
|
+
stroke-linejoin="round"
|
|
3507
|
+
stroke-width="1.5"
|
|
3508
|
+
viewBox="0 0 24 24"
|
|
3509
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3510
|
+
>
|
|
3511
|
+
<rect
|
|
3512
|
+
height="14"
|
|
3513
|
+
rx="2"
|
|
3514
|
+
ry="2"
|
|
3515
|
+
width="14"
|
|
3516
|
+
x="8"
|
|
3517
|
+
y="8"
|
|
3518
|
+
/>
|
|
3519
|
+
<path
|
|
3520
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
3521
|
+
/>
|
|
3522
|
+
</svg>
|
|
3523
|
+
</span>
|
|
3524
|
+
</button>
|
|
3525
|
+
</div>
|
|
2934
3526
|
</div>
|
|
2935
3527
|
<div
|
|
2936
3528
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -3021,7 +3613,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3021
3613
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
3022
3614
|
>
|
|
3023
3615
|
<div
|
|
3024
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
3616
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
3025
3617
|
>
|
|
3026
3618
|
<div
|
|
3027
3619
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -3040,6 +3632,43 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3040
3632
|
</div>
|
|
3041
3633
|
</div>
|
|
3042
3634
|
</div>
|
|
3635
|
+
<div
|
|
3636
|
+
class="memori-chat--bubble-addon"
|
|
3637
|
+
>
|
|
3638
|
+
<button
|
|
3639
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
3640
|
+
title="copy"
|
|
3641
|
+
>
|
|
3642
|
+
<span
|
|
3643
|
+
class="memori-button--icon"
|
|
3644
|
+
>
|
|
3645
|
+
<svg
|
|
3646
|
+
aria-hidden="true"
|
|
3647
|
+
fill="none"
|
|
3648
|
+
focusable="false"
|
|
3649
|
+
role="img"
|
|
3650
|
+
stroke="currentColor"
|
|
3651
|
+
stroke-linecap="round"
|
|
3652
|
+
stroke-linejoin="round"
|
|
3653
|
+
stroke-width="1.5"
|
|
3654
|
+
viewBox="0 0 24 24"
|
|
3655
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3656
|
+
>
|
|
3657
|
+
<rect
|
|
3658
|
+
height="14"
|
|
3659
|
+
rx="2"
|
|
3660
|
+
ry="2"
|
|
3661
|
+
width="14"
|
|
3662
|
+
x="8"
|
|
3663
|
+
y="8"
|
|
3664
|
+
/>
|
|
3665
|
+
<path
|
|
3666
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
3667
|
+
/>
|
|
3668
|
+
</svg>
|
|
3669
|
+
</span>
|
|
3670
|
+
</button>
|
|
3671
|
+
</div>
|
|
3043
3672
|
</div>
|
|
3044
3673
|
<div
|
|
3045
3674
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -3206,7 +3835,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3206
3835
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
3207
3836
|
>
|
|
3208
3837
|
<div
|
|
3209
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
3838
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
3210
3839
|
>
|
|
3211
3840
|
<div
|
|
3212
3841
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -3225,6 +3854,43 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3225
3854
|
</div>
|
|
3226
3855
|
</div>
|
|
3227
3856
|
</div>
|
|
3857
|
+
<div
|
|
3858
|
+
class="memori-chat--bubble-addon"
|
|
3859
|
+
>
|
|
3860
|
+
<button
|
|
3861
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
3862
|
+
title="copy"
|
|
3863
|
+
>
|
|
3864
|
+
<span
|
|
3865
|
+
class="memori-button--icon"
|
|
3866
|
+
>
|
|
3867
|
+
<svg
|
|
3868
|
+
aria-hidden="true"
|
|
3869
|
+
fill="none"
|
|
3870
|
+
focusable="false"
|
|
3871
|
+
role="img"
|
|
3872
|
+
stroke="currentColor"
|
|
3873
|
+
stroke-linecap="round"
|
|
3874
|
+
stroke-linejoin="round"
|
|
3875
|
+
stroke-width="1.5"
|
|
3876
|
+
viewBox="0 0 24 24"
|
|
3877
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3878
|
+
>
|
|
3879
|
+
<rect
|
|
3880
|
+
height="14"
|
|
3881
|
+
rx="2"
|
|
3882
|
+
ry="2"
|
|
3883
|
+
width="14"
|
|
3884
|
+
x="8"
|
|
3885
|
+
y="8"
|
|
3886
|
+
/>
|
|
3887
|
+
<path
|
|
3888
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
3889
|
+
/>
|
|
3890
|
+
</svg>
|
|
3891
|
+
</span>
|
|
3892
|
+
</button>
|
|
3893
|
+
</div>
|
|
3228
3894
|
</div>
|
|
3229
3895
|
<div
|
|
3230
3896
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -3498,7 +4164,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3498
4164
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
3499
4165
|
>
|
|
3500
4166
|
<div
|
|
3501
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4167
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
3502
4168
|
>
|
|
3503
4169
|
<div
|
|
3504
4170
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -3517,6 +4183,43 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3517
4183
|
</div>
|
|
3518
4184
|
</div>
|
|
3519
4185
|
</div>
|
|
4186
|
+
<div
|
|
4187
|
+
class="memori-chat--bubble-addon"
|
|
4188
|
+
>
|
|
4189
|
+
<button
|
|
4190
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
4191
|
+
title="copy"
|
|
4192
|
+
>
|
|
4193
|
+
<span
|
|
4194
|
+
class="memori-button--icon"
|
|
4195
|
+
>
|
|
4196
|
+
<svg
|
|
4197
|
+
aria-hidden="true"
|
|
4198
|
+
fill="none"
|
|
4199
|
+
focusable="false"
|
|
4200
|
+
role="img"
|
|
4201
|
+
stroke="currentColor"
|
|
4202
|
+
stroke-linecap="round"
|
|
4203
|
+
stroke-linejoin="round"
|
|
4204
|
+
stroke-width="1.5"
|
|
4205
|
+
viewBox="0 0 24 24"
|
|
4206
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4207
|
+
>
|
|
4208
|
+
<rect
|
|
4209
|
+
height="14"
|
|
4210
|
+
rx="2"
|
|
4211
|
+
ry="2"
|
|
4212
|
+
width="14"
|
|
4213
|
+
x="8"
|
|
4214
|
+
y="8"
|
|
4215
|
+
/>
|
|
4216
|
+
<path
|
|
4217
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
4218
|
+
/>
|
|
4219
|
+
</svg>
|
|
4220
|
+
</span>
|
|
4221
|
+
</button>
|
|
4222
|
+
</div>
|
|
3520
4223
|
</div>
|
|
3521
4224
|
<div
|
|
3522
4225
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -3607,7 +4310,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3607
4310
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
3608
4311
|
>
|
|
3609
4312
|
<div
|
|
3610
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4313
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
3611
4314
|
>
|
|
3612
4315
|
<div
|
|
3613
4316
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -3626,6 +4329,43 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3626
4329
|
</div>
|
|
3627
4330
|
</div>
|
|
3628
4331
|
</div>
|
|
4332
|
+
<div
|
|
4333
|
+
class="memori-chat--bubble-addon"
|
|
4334
|
+
>
|
|
4335
|
+
<button
|
|
4336
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
4337
|
+
title="copy"
|
|
4338
|
+
>
|
|
4339
|
+
<span
|
|
4340
|
+
class="memori-button--icon"
|
|
4341
|
+
>
|
|
4342
|
+
<svg
|
|
4343
|
+
aria-hidden="true"
|
|
4344
|
+
fill="none"
|
|
4345
|
+
focusable="false"
|
|
4346
|
+
role="img"
|
|
4347
|
+
stroke="currentColor"
|
|
4348
|
+
stroke-linecap="round"
|
|
4349
|
+
stroke-linejoin="round"
|
|
4350
|
+
stroke-width="1.5"
|
|
4351
|
+
viewBox="0 0 24 24"
|
|
4352
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4353
|
+
>
|
|
4354
|
+
<rect
|
|
4355
|
+
height="14"
|
|
4356
|
+
rx="2"
|
|
4357
|
+
ry="2"
|
|
4358
|
+
width="14"
|
|
4359
|
+
x="8"
|
|
4360
|
+
y="8"
|
|
4361
|
+
/>
|
|
4362
|
+
<path
|
|
4363
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
4364
|
+
/>
|
|
4365
|
+
</svg>
|
|
4366
|
+
</span>
|
|
4367
|
+
</button>
|
|
4368
|
+
</div>
|
|
3629
4369
|
</div>
|
|
3630
4370
|
<div
|
|
3631
4371
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -3741,12 +4481,12 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3741
4481
|
class="memori-media-item--figure"
|
|
3742
4482
|
>
|
|
3743
4483
|
<source
|
|
3744
|
-
srcset="https://picsum.photos/300/200?random=0
|
|
4484
|
+
srcset="https://picsum.photos/300/200?random=0"
|
|
3745
4485
|
type="image/png"
|
|
3746
4486
|
/>
|
|
3747
4487
|
<img
|
|
3748
4488
|
alt="Image 0"
|
|
3749
|
-
src="
|
|
4489
|
+
src="https://picsum.photos/300/200?random=0"
|
|
3750
4490
|
/>
|
|
3751
4491
|
<figcaption
|
|
3752
4492
|
class="memori-media-item--figure-caption"
|
|
@@ -3805,12 +4545,12 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3805
4545
|
class="memori-media-item--figure"
|
|
3806
4546
|
>
|
|
3807
4547
|
<source
|
|
3808
|
-
srcset="https://picsum.photos/200/300?random=1
|
|
4548
|
+
srcset="https://picsum.photos/200/300?random=1"
|
|
3809
4549
|
type="image/png"
|
|
3810
4550
|
/>
|
|
3811
4551
|
<img
|
|
3812
4552
|
alt="Image 1"
|
|
3813
|
-
src="
|
|
4553
|
+
src="https://picsum.photos/200/300?random=1"
|
|
3814
4554
|
/>
|
|
3815
4555
|
<figcaption
|
|
3816
4556
|
class="memori-media-item--figure-caption"
|
|
@@ -3869,12 +4609,12 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3869
4609
|
class="memori-media-item--figure"
|
|
3870
4610
|
>
|
|
3871
4611
|
<source
|
|
3872
|
-
srcset="https://picsum.photos/300/300?random=2
|
|
4612
|
+
srcset="https://picsum.photos/300/300?random=2"
|
|
3873
4613
|
type="image/png"
|
|
3874
4614
|
/>
|
|
3875
4615
|
<img
|
|
3876
4616
|
alt="Image 2"
|
|
3877
|
-
src="
|
|
4617
|
+
src="https://picsum.photos/300/300?random=2"
|
|
3878
4618
|
/>
|
|
3879
4619
|
<figcaption
|
|
3880
4620
|
class="memori-media-item--figure-caption"
|
|
@@ -4193,7 +4933,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
4193
4933
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
4194
4934
|
>
|
|
4195
4935
|
<div
|
|
4196
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4936
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4197
4937
|
>
|
|
4198
4938
|
<div
|
|
4199
4939
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -4212,6 +4952,43 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
4212
4952
|
</div>
|
|
4213
4953
|
</div>
|
|
4214
4954
|
</div>
|
|
4955
|
+
<div
|
|
4956
|
+
class="memori-chat--bubble-addon"
|
|
4957
|
+
>
|
|
4958
|
+
<button
|
|
4959
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
4960
|
+
title="copy"
|
|
4961
|
+
>
|
|
4962
|
+
<span
|
|
4963
|
+
class="memori-button--icon"
|
|
4964
|
+
>
|
|
4965
|
+
<svg
|
|
4966
|
+
aria-hidden="true"
|
|
4967
|
+
fill="none"
|
|
4968
|
+
focusable="false"
|
|
4969
|
+
role="img"
|
|
4970
|
+
stroke="currentColor"
|
|
4971
|
+
stroke-linecap="round"
|
|
4972
|
+
stroke-linejoin="round"
|
|
4973
|
+
stroke-width="1.5"
|
|
4974
|
+
viewBox="0 0 24 24"
|
|
4975
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4976
|
+
>
|
|
4977
|
+
<rect
|
|
4978
|
+
height="14"
|
|
4979
|
+
rx="2"
|
|
4980
|
+
ry="2"
|
|
4981
|
+
width="14"
|
|
4982
|
+
x="8"
|
|
4983
|
+
y="8"
|
|
4984
|
+
/>
|
|
4985
|
+
<path
|
|
4986
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
4987
|
+
/>
|
|
4988
|
+
</svg>
|
|
4989
|
+
</span>
|
|
4990
|
+
</button>
|
|
4991
|
+
</div>
|
|
4215
4992
|
</div>
|
|
4216
4993
|
<div
|
|
4217
4994
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -4459,7 +5236,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4459
5236
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
4460
5237
|
>
|
|
4461
5238
|
<div
|
|
4462
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
5239
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4463
5240
|
>
|
|
4464
5241
|
<div
|
|
4465
5242
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -4478,6 +5255,43 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4478
5255
|
</div>
|
|
4479
5256
|
</div>
|
|
4480
5257
|
</div>
|
|
5258
|
+
<div
|
|
5259
|
+
class="memori-chat--bubble-addon"
|
|
5260
|
+
>
|
|
5261
|
+
<button
|
|
5262
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
5263
|
+
title="copy"
|
|
5264
|
+
>
|
|
5265
|
+
<span
|
|
5266
|
+
class="memori-button--icon"
|
|
5267
|
+
>
|
|
5268
|
+
<svg
|
|
5269
|
+
aria-hidden="true"
|
|
5270
|
+
fill="none"
|
|
5271
|
+
focusable="false"
|
|
5272
|
+
role="img"
|
|
5273
|
+
stroke="currentColor"
|
|
5274
|
+
stroke-linecap="round"
|
|
5275
|
+
stroke-linejoin="round"
|
|
5276
|
+
stroke-width="1.5"
|
|
5277
|
+
viewBox="0 0 24 24"
|
|
5278
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5279
|
+
>
|
|
5280
|
+
<rect
|
|
5281
|
+
height="14"
|
|
5282
|
+
rx="2"
|
|
5283
|
+
ry="2"
|
|
5284
|
+
width="14"
|
|
5285
|
+
x="8"
|
|
5286
|
+
y="8"
|
|
5287
|
+
/>
|
|
5288
|
+
<path
|
|
5289
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
5290
|
+
/>
|
|
5291
|
+
</svg>
|
|
5292
|
+
</span>
|
|
5293
|
+
</button>
|
|
5294
|
+
</div>
|
|
4481
5295
|
</div>
|
|
4482
5296
|
<div
|
|
4483
5297
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -4568,7 +5382,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4568
5382
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
4569
5383
|
>
|
|
4570
5384
|
<div
|
|
4571
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
5385
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4572
5386
|
>
|
|
4573
5387
|
<div
|
|
4574
5388
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -4587,6 +5401,43 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4587
5401
|
</div>
|
|
4588
5402
|
</div>
|
|
4589
5403
|
</div>
|
|
5404
|
+
<div
|
|
5405
|
+
class="memori-chat--bubble-addon"
|
|
5406
|
+
>
|
|
5407
|
+
<button
|
|
5408
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
5409
|
+
title="copy"
|
|
5410
|
+
>
|
|
5411
|
+
<span
|
|
5412
|
+
class="memori-button--icon"
|
|
5413
|
+
>
|
|
5414
|
+
<svg
|
|
5415
|
+
aria-hidden="true"
|
|
5416
|
+
fill="none"
|
|
5417
|
+
focusable="false"
|
|
5418
|
+
role="img"
|
|
5419
|
+
stroke="currentColor"
|
|
5420
|
+
stroke-linecap="round"
|
|
5421
|
+
stroke-linejoin="round"
|
|
5422
|
+
stroke-width="1.5"
|
|
5423
|
+
viewBox="0 0 24 24"
|
|
5424
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5425
|
+
>
|
|
5426
|
+
<rect
|
|
5427
|
+
height="14"
|
|
5428
|
+
rx="2"
|
|
5429
|
+
ry="2"
|
|
5430
|
+
width="14"
|
|
5431
|
+
x="8"
|
|
5432
|
+
y="8"
|
|
5433
|
+
/>
|
|
5434
|
+
<path
|
|
5435
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
5436
|
+
/>
|
|
5437
|
+
</svg>
|
|
5438
|
+
</span>
|
|
5439
|
+
</button>
|
|
5440
|
+
</div>
|
|
4590
5441
|
</div>
|
|
4591
5442
|
<div
|
|
4592
5443
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -4753,7 +5604,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4753
5604
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
4754
5605
|
>
|
|
4755
5606
|
<div
|
|
4756
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
5607
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4757
5608
|
>
|
|
4758
5609
|
<div
|
|
4759
5610
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -4772,6 +5623,43 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4772
5623
|
</div>
|
|
4773
5624
|
</div>
|
|
4774
5625
|
</div>
|
|
5626
|
+
<div
|
|
5627
|
+
class="memori-chat--bubble-addon"
|
|
5628
|
+
>
|
|
5629
|
+
<button
|
|
5630
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
5631
|
+
title="copy"
|
|
5632
|
+
>
|
|
5633
|
+
<span
|
|
5634
|
+
class="memori-button--icon"
|
|
5635
|
+
>
|
|
5636
|
+
<svg
|
|
5637
|
+
aria-hidden="true"
|
|
5638
|
+
fill="none"
|
|
5639
|
+
focusable="false"
|
|
5640
|
+
role="img"
|
|
5641
|
+
stroke="currentColor"
|
|
5642
|
+
stroke-linecap="round"
|
|
5643
|
+
stroke-linejoin="round"
|
|
5644
|
+
stroke-width="1.5"
|
|
5645
|
+
viewBox="0 0 24 24"
|
|
5646
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5647
|
+
>
|
|
5648
|
+
<rect
|
|
5649
|
+
height="14"
|
|
5650
|
+
rx="2"
|
|
5651
|
+
ry="2"
|
|
5652
|
+
width="14"
|
|
5653
|
+
x="8"
|
|
5654
|
+
y="8"
|
|
5655
|
+
/>
|
|
5656
|
+
<path
|
|
5657
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
5658
|
+
/>
|
|
5659
|
+
</svg>
|
|
5660
|
+
</span>
|
|
5661
|
+
</button>
|
|
5662
|
+
</div>
|
|
4775
5663
|
</div>
|
|
4776
5664
|
<div
|
|
4777
5665
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -4926,22 +5814,23 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4926
5814
|
</div>
|
|
4927
5815
|
</div>
|
|
4928
5816
|
<button
|
|
4929
|
-
class="memori-button memori-button--circle memori-button--padded memori-button--icon-only memori-chat-inputs--send"
|
|
5817
|
+
class="memori-button memori-button--circle memori-button--padded memori-button--icon-only memori-button--loading memori-chat-inputs--send"
|
|
4930
5818
|
disabled=""
|
|
4931
5819
|
title="send"
|
|
4932
5820
|
>
|
|
4933
5821
|
<span
|
|
4934
|
-
class="memori-button--icon"
|
|
5822
|
+
class="memori-button--icon loading-icon"
|
|
4935
5823
|
>
|
|
4936
5824
|
<svg
|
|
4937
5825
|
aria-hidden="true"
|
|
5826
|
+
class="memori-loading-icon"
|
|
4938
5827
|
focusable="false"
|
|
4939
5828
|
role="img"
|
|
4940
5829
|
viewBox="0 0 1024 1024"
|
|
4941
5830
|
xmlns="http://www.w3.org/2000/svg"
|
|
4942
5831
|
>
|
|
4943
5832
|
<path
|
|
4944
|
-
d="
|
|
5833
|
+
d="M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"
|
|
4945
5834
|
/>
|
|
4946
5835
|
</svg>
|
|
4947
5836
|
</span>
|
|
@@ -5040,7 +5929,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
5040
5929
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
5041
5930
|
>
|
|
5042
5931
|
<div
|
|
5043
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
5932
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
5044
5933
|
>
|
|
5045
5934
|
<div
|
|
5046
5935
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -5059,6 +5948,43 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
5059
5948
|
</div>
|
|
5060
5949
|
</div>
|
|
5061
5950
|
</div>
|
|
5951
|
+
<div
|
|
5952
|
+
class="memori-chat--bubble-addon"
|
|
5953
|
+
>
|
|
5954
|
+
<button
|
|
5955
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
5956
|
+
title="copy"
|
|
5957
|
+
>
|
|
5958
|
+
<span
|
|
5959
|
+
class="memori-button--icon"
|
|
5960
|
+
>
|
|
5961
|
+
<svg
|
|
5962
|
+
aria-hidden="true"
|
|
5963
|
+
fill="none"
|
|
5964
|
+
focusable="false"
|
|
5965
|
+
role="img"
|
|
5966
|
+
stroke="currentColor"
|
|
5967
|
+
stroke-linecap="round"
|
|
5968
|
+
stroke-linejoin="round"
|
|
5969
|
+
stroke-width="1.5"
|
|
5970
|
+
viewBox="0 0 24 24"
|
|
5971
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5972
|
+
>
|
|
5973
|
+
<rect
|
|
5974
|
+
height="14"
|
|
5975
|
+
rx="2"
|
|
5976
|
+
ry="2"
|
|
5977
|
+
width="14"
|
|
5978
|
+
x="8"
|
|
5979
|
+
y="8"
|
|
5980
|
+
/>
|
|
5981
|
+
<path
|
|
5982
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
5983
|
+
/>
|
|
5984
|
+
</svg>
|
|
5985
|
+
</span>
|
|
5986
|
+
</button>
|
|
5987
|
+
</div>
|
|
5062
5988
|
</div>
|
|
5063
5989
|
<picture
|
|
5064
5990
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -5143,7 +6069,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
5143
6069
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
5144
6070
|
>
|
|
5145
6071
|
<div
|
|
5146
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
6072
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
5147
6073
|
>
|
|
5148
6074
|
<div
|
|
5149
6075
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -5162,6 +6088,43 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
5162
6088
|
</div>
|
|
5163
6089
|
</div>
|
|
5164
6090
|
</div>
|
|
6091
|
+
<div
|
|
6092
|
+
class="memori-chat--bubble-addon"
|
|
6093
|
+
>
|
|
6094
|
+
<button
|
|
6095
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
6096
|
+
title="copy"
|
|
6097
|
+
>
|
|
6098
|
+
<span
|
|
6099
|
+
class="memori-button--icon"
|
|
6100
|
+
>
|
|
6101
|
+
<svg
|
|
6102
|
+
aria-hidden="true"
|
|
6103
|
+
fill="none"
|
|
6104
|
+
focusable="false"
|
|
6105
|
+
role="img"
|
|
6106
|
+
stroke="currentColor"
|
|
6107
|
+
stroke-linecap="round"
|
|
6108
|
+
stroke-linejoin="round"
|
|
6109
|
+
stroke-width="1.5"
|
|
6110
|
+
viewBox="0 0 24 24"
|
|
6111
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6112
|
+
>
|
|
6113
|
+
<rect
|
|
6114
|
+
height="14"
|
|
6115
|
+
rx="2"
|
|
6116
|
+
ry="2"
|
|
6117
|
+
width="14"
|
|
6118
|
+
x="8"
|
|
6119
|
+
y="8"
|
|
6120
|
+
/>
|
|
6121
|
+
<path
|
|
6122
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
6123
|
+
/>
|
|
6124
|
+
</svg>
|
|
6125
|
+
</span>
|
|
6126
|
+
</button>
|
|
6127
|
+
</div>
|
|
5165
6128
|
</div>
|
|
5166
6129
|
<picture
|
|
5167
6130
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
@@ -5322,7 +6285,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
5322
6285
|
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user"
|
|
5323
6286
|
>
|
|
5324
6287
|
<div
|
|
5325
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
6288
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
5326
6289
|
>
|
|
5327
6290
|
<div
|
|
5328
6291
|
class="memori-expandable memori-chat--bubble-content"
|
|
@@ -5341,6 +6304,43 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
5341
6304
|
</div>
|
|
5342
6305
|
</div>
|
|
5343
6306
|
</div>
|
|
6307
|
+
<div
|
|
6308
|
+
class="memori-chat--bubble-addon"
|
|
6309
|
+
>
|
|
6310
|
+
<button
|
|
6311
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon memori-chat--bubble-action-icon--from-user"
|
|
6312
|
+
title="copy"
|
|
6313
|
+
>
|
|
6314
|
+
<span
|
|
6315
|
+
class="memori-button--icon"
|
|
6316
|
+
>
|
|
6317
|
+
<svg
|
|
6318
|
+
aria-hidden="true"
|
|
6319
|
+
fill="none"
|
|
6320
|
+
focusable="false"
|
|
6321
|
+
role="img"
|
|
6322
|
+
stroke="currentColor"
|
|
6323
|
+
stroke-linecap="round"
|
|
6324
|
+
stroke-linejoin="round"
|
|
6325
|
+
stroke-width="1.5"
|
|
6326
|
+
viewBox="0 0 24 24"
|
|
6327
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6328
|
+
>
|
|
6329
|
+
<rect
|
|
6330
|
+
height="14"
|
|
6331
|
+
rx="2"
|
|
6332
|
+
ry="2"
|
|
6333
|
+
width="14"
|
|
6334
|
+
x="8"
|
|
6335
|
+
y="8"
|
|
6336
|
+
/>
|
|
6337
|
+
<path
|
|
6338
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
6339
|
+
/>
|
|
6340
|
+
</svg>
|
|
6341
|
+
</span>
|
|
6342
|
+
</button>
|
|
6343
|
+
</div>
|
|
5344
6344
|
</div>
|
|
5345
6345
|
<picture
|
|
5346
6346
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|