@memori.ai/memori-react 7.30.0 → 7.30.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.
- package/CHANGELOG.md +14 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AnimationController.d.ts +38 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AnimationController.js +181 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AnimationController.js.map +1 -0
- package/dist/components/ChatBubble/VirtualizedContent/VirtualizedContent.d.ts +7 -0
- package/dist/components/ChatBubble/VirtualizedContent/VirtualizedContent.js +69 -0
- package/dist/components/ChatBubble/VirtualizedContent/VirtualizedContent.js.map +1 -0
- package/dist/components/ChatHistoryDrawer/ChatHistory.css +67 -39
- package/dist/components/ChatHistoryDrawer/ChatHistory.d.ts +4 -2
- package/dist/components/ChatHistoryDrawer/ChatHistory.js +87 -12
- package/dist/components/ChatHistoryDrawer/ChatHistory.js.map +1 -1
- package/dist/components/Header/Header.js +3 -4
- package/dist/components/Header/Header.js.map +1 -1
- package/dist/components/MemoriWidget/MemoriWidget.js +1 -11
- package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/dist/locales/de.json +1 -0
- package/dist/locales/en.json +1 -0
- package/dist/locales/es.json +1 -0
- package/dist/locales/fr.json +1 -0
- package/dist/locales/it.json +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AnimationController.d.ts +38 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AnimationController.js +177 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AnimationController.js.map +1 -0
- package/esm/components/ChatBubble/VirtualizedContent/VirtualizedContent.d.ts +7 -0
- package/esm/components/ChatBubble/VirtualizedContent/VirtualizedContent.js +67 -0
- package/esm/components/ChatBubble/VirtualizedContent/VirtualizedContent.js.map +1 -0
- package/esm/components/ChatHistoryDrawer/ChatHistory.css +67 -39
- package/esm/components/ChatHistoryDrawer/ChatHistory.d.ts +4 -2
- package/esm/components/ChatHistoryDrawer/ChatHistory.js +88 -13
- package/esm/components/ChatHistoryDrawer/ChatHistory.js.map +1 -1
- package/esm/components/Header/Header.js +3 -4
- package/esm/components/Header/Header.js.map +1 -1
- package/esm/components/MemoriWidget/MemoriWidget.js +1 -11
- package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/esm/locales/de.json +1 -0
- package/esm/locales/en.json +1 -0
- package/esm/locales/es.json +1 -0
- package/esm/locales/fr.json +1 -0
- package/esm/locales/it.json +1 -0
- package/package.json +1 -1
- package/src/components/ChatHistoryDrawer/ChatHistory.css +67 -39
- package/src/components/ChatHistoryDrawer/ChatHistory.stories.tsx +7 -7
- package/src/components/ChatHistoryDrawer/ChatHistory.test.tsx +4 -0
- package/src/components/ChatHistoryDrawer/ChatHistory.tsx +300 -92
- package/src/components/Header/Header.tsx +4 -7
- package/src/components/Header/__snapshots__/Header.test.tsx.snap +26 -472
- package/src/components/MemoriWidget/MemoriWidget.tsx +11 -10
- package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +1 -30
- package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +2 -60
- package/src/components/layouts/__snapshots__/HiddenChat.test.tsx.snap +1 -30
- package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +1 -30
- package/src/components/layouts/__snapshots__/ZoomedFullBody.test.tsx.snap +1 -30
- package/src/locales/de.json +1 -0
- package/src/locales/en.json +1 -0
- package/src/locales/es.json +1 -0
- package/src/locales/fr.json +1 -0
- package/src/locales/it.json +1 -0
- package/src/components/ChatHistoryDrawer/ChatHistory.scss +0 -41
- package/src/components/ExportHistoryButton/ExportHistoryButton.stories.tsx +0 -73
- package/src/components/ExportHistoryButton/ExportHistoryButton.test.tsx +0 -69
- package/src/components/ExportHistoryButton/ExportHistoryButton.tsx +0 -103
- package/src/components/ExportHistoryButton/__snapshots__/ExportHistoryButton.test.tsx.snap +0 -239
|
@@ -13,22 +13,14 @@ exports[`renders Header for board of experts unchanged 1`] = `
|
|
|
13
13
|
class="memori-button--icon"
|
|
14
14
|
>
|
|
15
15
|
<svg
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
aria-hidden="true"
|
|
17
|
+
focusable="false"
|
|
18
|
+
role="img"
|
|
19
|
+
viewBox="0 0 1024 1024"
|
|
20
20
|
xmlns="http://www.w3.org/2000/svg"
|
|
21
21
|
>
|
|
22
22
|
<path
|
|
23
|
-
d="
|
|
24
|
-
stroke="#ffff"
|
|
25
|
-
stroke-linecap="round"
|
|
26
|
-
stroke-linejoin="round"
|
|
27
|
-
stroke-width="2"
|
|
28
|
-
/>
|
|
29
|
-
<path
|
|
30
|
-
d="m5.604 5.604-.53-.53.53.53ZM4.338 6.871l-.75.003a.75.75 0 0 0 .746.747l.004-.75Zm2.542.762a.75.75 0 1 0 .007-1.5l-.007 1.5ZM5.075 4.321a.75.75 0 0 0-1.5.008l1.5-.008ZM3.75 12a.75.75 0 0 0-1.5 0h1.5Zm13.125 8.445a.75.75 0 1 0-.75-1.298l.75 1.298Zm2.272-4.32a.75.75 0 1 0 1.298.75l-1.298-.75ZM5.14 5.07a.75.75 0 1 0 1.056 1.066L5.14 5.071Zm13.722.067c-3.82-3.82-9.993-3.859-13.788-.064l1.06 1.06c3.2-3.199 8.423-3.18 11.668.065l1.06-1.061ZM5.074 5.074 3.808 6.34l1.06 1.06 1.267-1.265-1.061-1.061Zm-.74 2.547 2.546.012.007-1.5-2.545-.012-.008 1.5Zm.754-.754L5.075 4.32l-1.5.008.013 2.545 1.5-.007ZM12 3.75A8.25 8.25 0 0 1 20.25 12h1.5c0-5.385-4.365-9.75-9.75-9.75v1.5Zm0 16.5A8.25 8.25 0 0 1 3.75 12h-1.5c0 5.385 4.365 9.75 9.75 9.75v-1.5Zm4.125-1.103A8.209 8.209 0 0 1 12 20.25v1.5c1.775 0 3.44-.475 4.875-1.305l-.75-1.298ZM20.25 12a8.209 8.209 0 0 1-1.103 4.125l1.298.75A9.708 9.708 0 0 0 21.75 12h-1.5ZM6.196 6.137A8.221 8.221 0 0 1 12 3.75v-1.5a9.721 9.721 0 0 0-6.86 2.821l1.056 1.066Z"
|
|
31
|
-
fill="#ffff"
|
|
23
|
+
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
32
24
|
/>
|
|
33
25
|
</svg>
|
|
34
26
|
</span>
|
|
@@ -81,35 +73,6 @@ exports[`renders Header for board of experts unchanged 1`] = `
|
|
|
81
73
|
</svg>
|
|
82
74
|
</span>
|
|
83
75
|
</button>
|
|
84
|
-
<div
|
|
85
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
86
|
-
data-headlessui-state=""
|
|
87
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
88
|
-
>
|
|
89
|
-
<button
|
|
90
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--disabled"
|
|
91
|
-
data-headlessui-state=""
|
|
92
|
-
disabled=""
|
|
93
|
-
id="headlessui-popover-button-:r1u:"
|
|
94
|
-
type="button"
|
|
95
|
-
>
|
|
96
|
-
<div
|
|
97
|
-
class="memori-button--icon"
|
|
98
|
-
>
|
|
99
|
-
<svg
|
|
100
|
-
aria-hidden="true"
|
|
101
|
-
focusable="false"
|
|
102
|
-
role="img"
|
|
103
|
-
viewBox="0 0 1024 1024"
|
|
104
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
105
|
-
>
|
|
106
|
-
<path
|
|
107
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
108
|
-
/>
|
|
109
|
-
</svg>
|
|
110
|
-
</div>
|
|
111
|
-
</button>
|
|
112
|
-
</div>
|
|
113
76
|
<button
|
|
114
77
|
class="memori-button memori-button--primary memori-button--circle memori-button--padded memori-button--icon-only memori-header--button memori-header--button-login"
|
|
115
78
|
title="login.user"
|
|
@@ -147,22 +110,14 @@ exports[`renders Header for board of experts with session open unchanged 1`] = `
|
|
|
147
110
|
class="memori-button--icon"
|
|
148
111
|
>
|
|
149
112
|
<svg
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
113
|
+
aria-hidden="true"
|
|
114
|
+
focusable="false"
|
|
115
|
+
role="img"
|
|
116
|
+
viewBox="0 0 1024 1024"
|
|
154
117
|
xmlns="http://www.w3.org/2000/svg"
|
|
155
118
|
>
|
|
156
119
|
<path
|
|
157
|
-
d="
|
|
158
|
-
stroke="#ffff"
|
|
159
|
-
stroke-linecap="round"
|
|
160
|
-
stroke-linejoin="round"
|
|
161
|
-
stroke-width="2"
|
|
162
|
-
/>
|
|
163
|
-
<path
|
|
164
|
-
d="m5.604 5.604-.53-.53.53.53ZM4.338 6.871l-.75.003a.75.75 0 0 0 .746.747l.004-.75Zm2.542.762a.75.75 0 1 0 .007-1.5l-.007 1.5ZM5.075 4.321a.75.75 0 0 0-1.5.008l1.5-.008ZM3.75 12a.75.75 0 0 0-1.5 0h1.5Zm13.125 8.445a.75.75 0 1 0-.75-1.298l.75 1.298Zm2.272-4.32a.75.75 0 1 0 1.298.75l-1.298-.75ZM5.14 5.07a.75.75 0 1 0 1.056 1.066L5.14 5.071Zm13.722.067c-3.82-3.82-9.993-3.859-13.788-.064l1.06 1.06c3.2-3.199 8.423-3.18 11.668.065l1.06-1.061ZM5.074 5.074 3.808 6.34l1.06 1.06 1.267-1.265-1.061-1.061Zm-.74 2.547 2.546.012.007-1.5-2.545-.012-.008 1.5Zm.754-.754L5.075 4.32l-1.5.008.013 2.545 1.5-.007ZM12 3.75A8.25 8.25 0 0 1 20.25 12h1.5c0-5.385-4.365-9.75-9.75-9.75v1.5Zm0 16.5A8.25 8.25 0 0 1 3.75 12h-1.5c0 5.385 4.365 9.75 9.75 9.75v-1.5Zm4.125-1.103A8.209 8.209 0 0 1 12 20.25v1.5c1.775 0 3.44-.475 4.875-1.305l-.75-1.298ZM20.25 12a8.209 8.209 0 0 1-1.103 4.125l1.298.75A9.708 9.708 0 0 0 21.75 12h-1.5ZM6.196 6.137A8.221 8.221 0 0 1 12 3.75v-1.5a9.721 9.721 0 0 0-6.86 2.821l1.056 1.066Z"
|
|
165
|
-
fill="#ffff"
|
|
120
|
+
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
166
121
|
/>
|
|
167
122
|
</svg>
|
|
168
123
|
</span>
|
|
@@ -214,35 +169,6 @@ exports[`renders Header for board of experts with session open unchanged 1`] = `
|
|
|
214
169
|
</svg>
|
|
215
170
|
</span>
|
|
216
171
|
</button>
|
|
217
|
-
<div
|
|
218
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
219
|
-
data-headlessui-state=""
|
|
220
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
221
|
-
>
|
|
222
|
-
<button
|
|
223
|
-
aria-expanded="false"
|
|
224
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--primary"
|
|
225
|
-
data-headlessui-state=""
|
|
226
|
-
id="headlessui-popover-button-:r23:"
|
|
227
|
-
type="button"
|
|
228
|
-
>
|
|
229
|
-
<div
|
|
230
|
-
class="memori-button--icon"
|
|
231
|
-
>
|
|
232
|
-
<svg
|
|
233
|
-
aria-hidden="true"
|
|
234
|
-
focusable="false"
|
|
235
|
-
role="img"
|
|
236
|
-
viewBox="0 0 1024 1024"
|
|
237
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
238
|
-
>
|
|
239
|
-
<path
|
|
240
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
241
|
-
/>
|
|
242
|
-
</svg>
|
|
243
|
-
</div>
|
|
244
|
-
</button>
|
|
245
|
-
</div>
|
|
246
172
|
<button
|
|
247
173
|
class="memori-button memori-button--primary memori-button--circle memori-button--padded memori-button--icon-only memori-header--button memori-header--button-login"
|
|
248
174
|
title="login.user"
|
|
@@ -292,35 +218,6 @@ exports[`renders Header unchanged 1`] = `
|
|
|
292
218
|
</svg>
|
|
293
219
|
</span>
|
|
294
220
|
</button>
|
|
295
|
-
<div
|
|
296
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
297
|
-
data-headlessui-state=""
|
|
298
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
299
|
-
>
|
|
300
|
-
<button
|
|
301
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--disabled"
|
|
302
|
-
data-headlessui-state=""
|
|
303
|
-
disabled=""
|
|
304
|
-
id="headlessui-popover-button-:r0:"
|
|
305
|
-
type="button"
|
|
306
|
-
>
|
|
307
|
-
<div
|
|
308
|
-
class="memori-button--icon"
|
|
309
|
-
>
|
|
310
|
-
<svg
|
|
311
|
-
aria-hidden="true"
|
|
312
|
-
focusable="false"
|
|
313
|
-
role="img"
|
|
314
|
-
viewBox="0 0 1024 1024"
|
|
315
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
316
|
-
>
|
|
317
|
-
<path
|
|
318
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
319
|
-
/>
|
|
320
|
-
</svg>
|
|
321
|
-
</div>
|
|
322
|
-
</button>
|
|
323
|
-
</div>
|
|
324
221
|
<button
|
|
325
222
|
class="memori-button memori-button--primary memori-button--circle memori-button--padded memori-button--icon-only memori-header--button memori-header--button-login"
|
|
326
223
|
title="login.login"
|
|
@@ -350,35 +247,6 @@ exports[`renders Header with audio disabled unchanged 1`] = `
|
|
|
350
247
|
<div
|
|
351
248
|
class="memori-header"
|
|
352
249
|
>
|
|
353
|
-
<div
|
|
354
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
355
|
-
data-headlessui-state=""
|
|
356
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
357
|
-
>
|
|
358
|
-
<button
|
|
359
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--disabled"
|
|
360
|
-
data-headlessui-state=""
|
|
361
|
-
disabled=""
|
|
362
|
-
id="headlessui-popover-button-:rf:"
|
|
363
|
-
type="button"
|
|
364
|
-
>
|
|
365
|
-
<div
|
|
366
|
-
class="memori-button--icon"
|
|
367
|
-
>
|
|
368
|
-
<svg
|
|
369
|
-
aria-hidden="true"
|
|
370
|
-
focusable="false"
|
|
371
|
-
role="img"
|
|
372
|
-
viewBox="0 0 1024 1024"
|
|
373
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
374
|
-
>
|
|
375
|
-
<path
|
|
376
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
377
|
-
/>
|
|
378
|
-
</svg>
|
|
379
|
-
</div>
|
|
380
|
-
</button>
|
|
381
|
-
</div>
|
|
382
250
|
<button
|
|
383
251
|
class="memori-button memori-button--primary memori-button--circle memori-button--padded memori-button--icon-only memori-header--button memori-header--button-login"
|
|
384
252
|
title="login.login"
|
|
@@ -448,35 +316,6 @@ exports[`renders Header with clear button unchanged 1`] = `
|
|
|
448
316
|
</svg>
|
|
449
317
|
</span>
|
|
450
318
|
</button>
|
|
451
|
-
<div
|
|
452
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
453
|
-
data-headlessui-state=""
|
|
454
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
455
|
-
>
|
|
456
|
-
<button
|
|
457
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--disabled"
|
|
458
|
-
data-headlessui-state=""
|
|
459
|
-
disabled=""
|
|
460
|
-
id="headlessui-popover-button-:r10:"
|
|
461
|
-
type="button"
|
|
462
|
-
>
|
|
463
|
-
<div
|
|
464
|
-
class="memori-button--icon"
|
|
465
|
-
>
|
|
466
|
-
<svg
|
|
467
|
-
aria-hidden="true"
|
|
468
|
-
focusable="false"
|
|
469
|
-
role="img"
|
|
470
|
-
viewBox="0 0 1024 1024"
|
|
471
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
472
|
-
>
|
|
473
|
-
<path
|
|
474
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
475
|
-
/>
|
|
476
|
-
</svg>
|
|
477
|
-
</div>
|
|
478
|
-
</button>
|
|
479
|
-
</div>
|
|
480
319
|
<button
|
|
481
320
|
class="memori-button memori-button--primary memori-button--circle memori-button--padded memori-button--icon-only memori-header--button memori-header--button-login"
|
|
482
321
|
title="login.login"
|
|
@@ -514,22 +353,14 @@ exports[`renders Header with deep thought and session open unchanged 1`] = `
|
|
|
514
353
|
class="memori-button--icon"
|
|
515
354
|
>
|
|
516
355
|
<svg
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
356
|
+
aria-hidden="true"
|
|
357
|
+
focusable="false"
|
|
358
|
+
role="img"
|
|
359
|
+
viewBox="0 0 1024 1024"
|
|
521
360
|
xmlns="http://www.w3.org/2000/svg"
|
|
522
361
|
>
|
|
523
362
|
<path
|
|
524
|
-
d="
|
|
525
|
-
stroke="#ffff"
|
|
526
|
-
stroke-linecap="round"
|
|
527
|
-
stroke-linejoin="round"
|
|
528
|
-
stroke-width="2"
|
|
529
|
-
/>
|
|
530
|
-
<path
|
|
531
|
-
d="m5.604 5.604-.53-.53.53.53ZM4.338 6.871l-.75.003a.75.75 0 0 0 .746.747l.004-.75Zm2.542.762a.75.75 0 1 0 .007-1.5l-.007 1.5ZM5.075 4.321a.75.75 0 0 0-1.5.008l1.5-.008ZM3.75 12a.75.75 0 0 0-1.5 0h1.5Zm13.125 8.445a.75.75 0 1 0-.75-1.298l.75 1.298Zm2.272-4.32a.75.75 0 1 0 1.298.75l-1.298-.75ZM5.14 5.07a.75.75 0 1 0 1.056 1.066L5.14 5.071Zm13.722.067c-3.82-3.82-9.993-3.859-13.788-.064l1.06 1.06c3.2-3.199 8.423-3.18 11.668.065l1.06-1.061ZM5.074 5.074 3.808 6.34l1.06 1.06 1.267-1.265-1.061-1.061Zm-.74 2.547 2.546.012.007-1.5-2.545-.012-.008 1.5Zm.754-.754L5.075 4.32l-1.5.008.013 2.545 1.5-.007ZM12 3.75A8.25 8.25 0 0 1 20.25 12h1.5c0-5.385-4.365-9.75-9.75-9.75v1.5Zm0 16.5A8.25 8.25 0 0 1 3.75 12h-1.5c0 5.385 4.365 9.75 9.75 9.75v-1.5Zm4.125-1.103A8.209 8.209 0 0 1 12 20.25v1.5c1.775 0 3.44-.475 4.875-1.305l-.75-1.298ZM20.25 12a8.209 8.209 0 0 1-1.103 4.125l1.298.75A9.708 9.708 0 0 0 21.75 12h-1.5ZM6.196 6.137A8.221 8.221 0 0 1 12 3.75v-1.5a9.721 9.721 0 0 0-6.86 2.821l1.056 1.066Z"
|
|
532
|
-
fill="#ffff"
|
|
363
|
+
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
533
364
|
/>
|
|
534
365
|
</svg>
|
|
535
366
|
</span>
|
|
@@ -554,35 +385,6 @@ exports[`renders Header with deep thought and session open unchanged 1`] = `
|
|
|
554
385
|
</svg>
|
|
555
386
|
</span>
|
|
556
387
|
</button>
|
|
557
|
-
<div
|
|
558
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
559
|
-
data-headlessui-state=""
|
|
560
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
561
|
-
>
|
|
562
|
-
<button
|
|
563
|
-
aria-expanded="false"
|
|
564
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--primary"
|
|
565
|
-
data-headlessui-state=""
|
|
566
|
-
id="headlessui-popover-button-:r1p:"
|
|
567
|
-
type="button"
|
|
568
|
-
>
|
|
569
|
-
<div
|
|
570
|
-
class="memori-button--icon"
|
|
571
|
-
>
|
|
572
|
-
<svg
|
|
573
|
-
aria-hidden="true"
|
|
574
|
-
focusable="false"
|
|
575
|
-
role="img"
|
|
576
|
-
viewBox="0 0 1024 1024"
|
|
577
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
578
|
-
>
|
|
579
|
-
<path
|
|
580
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
581
|
-
/>
|
|
582
|
-
</svg>
|
|
583
|
-
</div>
|
|
584
|
-
</button>
|
|
585
|
-
</div>
|
|
586
388
|
<button
|
|
587
389
|
class="memori-button memori-button--primary memori-button--circle memori-button--padded memori-button--icon-only memori-header--button memori-header--button-login"
|
|
588
390
|
title="login.user"
|
|
@@ -620,22 +422,14 @@ exports[`renders Header with deep thought logged but without permission flag unc
|
|
|
620
422
|
class="memori-button--icon"
|
|
621
423
|
>
|
|
622
424
|
<svg
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
425
|
+
aria-hidden="true"
|
|
426
|
+
focusable="false"
|
|
427
|
+
role="img"
|
|
428
|
+
viewBox="0 0 1024 1024"
|
|
627
429
|
xmlns="http://www.w3.org/2000/svg"
|
|
628
430
|
>
|
|
629
431
|
<path
|
|
630
|
-
d="
|
|
631
|
-
stroke="#ffff"
|
|
632
|
-
stroke-linecap="round"
|
|
633
|
-
stroke-linejoin="round"
|
|
634
|
-
stroke-width="2"
|
|
635
|
-
/>
|
|
636
|
-
<path
|
|
637
|
-
d="m5.604 5.604-.53-.53.53.53ZM4.338 6.871l-.75.003a.75.75 0 0 0 .746.747l.004-.75Zm2.542.762a.75.75 0 1 0 .007-1.5l-.007 1.5ZM5.075 4.321a.75.75 0 0 0-1.5.008l1.5-.008ZM3.75 12a.75.75 0 0 0-1.5 0h1.5Zm13.125 8.445a.75.75 0 1 0-.75-1.298l.75 1.298Zm2.272-4.32a.75.75 0 1 0 1.298.75l-1.298-.75ZM5.14 5.07a.75.75 0 1 0 1.056 1.066L5.14 5.071Zm13.722.067c-3.82-3.82-9.993-3.859-13.788-.064l1.06 1.06c3.2-3.199 8.423-3.18 11.668.065l1.06-1.061ZM5.074 5.074 3.808 6.34l1.06 1.06 1.267-1.265-1.061-1.061Zm-.74 2.547 2.546.012.007-1.5-2.545-.012-.008 1.5Zm.754-.754L5.075 4.32l-1.5.008.013 2.545 1.5-.007ZM12 3.75A8.25 8.25 0 0 1 20.25 12h1.5c0-5.385-4.365-9.75-9.75-9.75v1.5Zm0 16.5A8.25 8.25 0 0 1 3.75 12h-1.5c0 5.385 4.365 9.75 9.75 9.75v-1.5Zm4.125-1.103A8.209 8.209 0 0 1 12 20.25v1.5c1.775 0 3.44-.475 4.875-1.305l-.75-1.298ZM20.25 12a8.209 8.209 0 0 1-1.103 4.125l1.298.75A9.708 9.708 0 0 0 21.75 12h-1.5ZM6.196 6.137A8.221 8.221 0 0 1 12 3.75v-1.5a9.721 9.721 0 0 0-6.86 2.821l1.056 1.066Z"
|
|
638
|
-
fill="#ffff"
|
|
432
|
+
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
639
433
|
/>
|
|
640
434
|
</svg>
|
|
641
435
|
</span>
|
|
@@ -660,35 +454,6 @@ exports[`renders Header with deep thought logged but without permission flag unc
|
|
|
660
454
|
</svg>
|
|
661
455
|
</span>
|
|
662
456
|
</button>
|
|
663
|
-
<div
|
|
664
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
665
|
-
data-headlessui-state=""
|
|
666
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
667
|
-
>
|
|
668
|
-
<button
|
|
669
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--disabled"
|
|
670
|
-
data-headlessui-state=""
|
|
671
|
-
disabled=""
|
|
672
|
-
id="headlessui-popover-button-:r1f:"
|
|
673
|
-
type="button"
|
|
674
|
-
>
|
|
675
|
-
<div
|
|
676
|
-
class="memori-button--icon"
|
|
677
|
-
>
|
|
678
|
-
<svg
|
|
679
|
-
aria-hidden="true"
|
|
680
|
-
focusable="false"
|
|
681
|
-
role="img"
|
|
682
|
-
viewBox="0 0 1024 1024"
|
|
683
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
684
|
-
>
|
|
685
|
-
<path
|
|
686
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
687
|
-
/>
|
|
688
|
-
</svg>
|
|
689
|
-
</div>
|
|
690
|
-
</button>
|
|
691
|
-
</div>
|
|
692
457
|
<button
|
|
693
458
|
class="memori-button memori-button--primary memori-button--circle memori-button--padded memori-button--icon-only memori-header--button memori-header--button-login"
|
|
694
459
|
title="login.user"
|
|
@@ -726,22 +491,14 @@ exports[`renders Header with deep thought logged with permission flag unchanged
|
|
|
726
491
|
class="memori-button--icon"
|
|
727
492
|
>
|
|
728
493
|
<svg
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
494
|
+
aria-hidden="true"
|
|
495
|
+
focusable="false"
|
|
496
|
+
role="img"
|
|
497
|
+
viewBox="0 0 1024 1024"
|
|
733
498
|
xmlns="http://www.w3.org/2000/svg"
|
|
734
499
|
>
|
|
735
500
|
<path
|
|
736
|
-
d="
|
|
737
|
-
stroke="#ffff"
|
|
738
|
-
stroke-linecap="round"
|
|
739
|
-
stroke-linejoin="round"
|
|
740
|
-
stroke-width="2"
|
|
741
|
-
/>
|
|
742
|
-
<path
|
|
743
|
-
d="m5.604 5.604-.53-.53.53.53ZM4.338 6.871l-.75.003a.75.75 0 0 0 .746.747l.004-.75Zm2.542.762a.75.75 0 1 0 .007-1.5l-.007 1.5ZM5.075 4.321a.75.75 0 0 0-1.5.008l1.5-.008ZM3.75 12a.75.75 0 0 0-1.5 0h1.5Zm13.125 8.445a.75.75 0 1 0-.75-1.298l.75 1.298Zm2.272-4.32a.75.75 0 1 0 1.298.75l-1.298-.75ZM5.14 5.07a.75.75 0 1 0 1.056 1.066L5.14 5.071Zm13.722.067c-3.82-3.82-9.993-3.859-13.788-.064l1.06 1.06c3.2-3.199 8.423-3.18 11.668.065l1.06-1.061ZM5.074 5.074 3.808 6.34l1.06 1.06 1.267-1.265-1.061-1.061Zm-.74 2.547 2.546.012.007-1.5-2.545-.012-.008 1.5Zm.754-.754L5.075 4.32l-1.5.008.013 2.545 1.5-.007ZM12 3.75A8.25 8.25 0 0 1 20.25 12h1.5c0-5.385-4.365-9.75-9.75-9.75v1.5Zm0 16.5A8.25 8.25 0 0 1 3.75 12h-1.5c0 5.385 4.365 9.75 9.75 9.75v-1.5Zm4.125-1.103A8.209 8.209 0 0 1 12 20.25v1.5c1.775 0 3.44-.475 4.875-1.305l-.75-1.298ZM20.25 12a8.209 8.209 0 0 1-1.103 4.125l1.298.75A9.708 9.708 0 0 0 21.75 12h-1.5ZM6.196 6.137A8.221 8.221 0 0 1 12 3.75v-1.5a9.721 9.721 0 0 0-6.86 2.821l1.056 1.066Z"
|
|
744
|
-
fill="#ffff"
|
|
501
|
+
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
745
502
|
/>
|
|
746
503
|
</svg>
|
|
747
504
|
</span>
|
|
@@ -810,35 +567,6 @@ exports[`renders Header with deep thought logged with permission flag unchanged
|
|
|
810
567
|
</svg>
|
|
811
568
|
</span>
|
|
812
569
|
</button>
|
|
813
|
-
<div
|
|
814
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
815
|
-
data-headlessui-state=""
|
|
816
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
817
|
-
>
|
|
818
|
-
<button
|
|
819
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--disabled"
|
|
820
|
-
data-headlessui-state=""
|
|
821
|
-
disabled=""
|
|
822
|
-
id="headlessui-popover-button-:r1k:"
|
|
823
|
-
type="button"
|
|
824
|
-
>
|
|
825
|
-
<div
|
|
826
|
-
class="memori-button--icon"
|
|
827
|
-
>
|
|
828
|
-
<svg
|
|
829
|
-
aria-hidden="true"
|
|
830
|
-
focusable="false"
|
|
831
|
-
role="img"
|
|
832
|
-
viewBox="0 0 1024 1024"
|
|
833
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
834
|
-
>
|
|
835
|
-
<path
|
|
836
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
837
|
-
/>
|
|
838
|
-
</svg>
|
|
839
|
-
</div>
|
|
840
|
-
</button>
|
|
841
|
-
</div>
|
|
842
570
|
<button
|
|
843
571
|
class="memori-button memori-button--primary memori-button--circle memori-button--padded memori-button--icon-only memori-header--button memori-header--button-login"
|
|
844
572
|
title="login.user"
|
|
@@ -888,35 +616,6 @@ exports[`renders Header with deep thought unlogged unchanged 1`] = `
|
|
|
888
616
|
</svg>
|
|
889
617
|
</span>
|
|
890
618
|
</button>
|
|
891
|
-
<div
|
|
892
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
893
|
-
data-headlessui-state=""
|
|
894
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
895
|
-
>
|
|
896
|
-
<button
|
|
897
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--disabled"
|
|
898
|
-
data-headlessui-state=""
|
|
899
|
-
disabled=""
|
|
900
|
-
id="headlessui-popover-button-:r1a:"
|
|
901
|
-
type="button"
|
|
902
|
-
>
|
|
903
|
-
<div
|
|
904
|
-
class="memori-button--icon"
|
|
905
|
-
>
|
|
906
|
-
<svg
|
|
907
|
-
aria-hidden="true"
|
|
908
|
-
focusable="false"
|
|
909
|
-
role="img"
|
|
910
|
-
viewBox="0 0 1024 1024"
|
|
911
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
912
|
-
>
|
|
913
|
-
<path
|
|
914
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
915
|
-
/>
|
|
916
|
-
</svg>
|
|
917
|
-
</div>
|
|
918
|
-
</button>
|
|
919
|
-
</div>
|
|
920
619
|
<button
|
|
921
620
|
class="memori-button memori-button--primary memori-button--circle memori-button--padded memori-button--icon-only memori-header--button memori-header--button-login"
|
|
922
621
|
title="login.login"
|
|
@@ -996,35 +695,6 @@ exports[`renders Header with position unchanged 1`] = `
|
|
|
996
695
|
</svg>
|
|
997
696
|
</span>
|
|
998
697
|
</button>
|
|
999
|
-
<div
|
|
1000
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
1001
|
-
data-headlessui-state=""
|
|
1002
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
1003
|
-
>
|
|
1004
|
-
<button
|
|
1005
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--disabled"
|
|
1006
|
-
data-headlessui-state=""
|
|
1007
|
-
disabled=""
|
|
1008
|
-
id="headlessui-popover-button-:r5:"
|
|
1009
|
-
type="button"
|
|
1010
|
-
>
|
|
1011
|
-
<div
|
|
1012
|
-
class="memori-button--icon"
|
|
1013
|
-
>
|
|
1014
|
-
<svg
|
|
1015
|
-
aria-hidden="true"
|
|
1016
|
-
focusable="false"
|
|
1017
|
-
role="img"
|
|
1018
|
-
viewBox="0 0 1024 1024"
|
|
1019
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1020
|
-
>
|
|
1021
|
-
<path
|
|
1022
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
1023
|
-
/>
|
|
1024
|
-
</svg>
|
|
1025
|
-
</div>
|
|
1026
|
-
</button>
|
|
1027
|
-
</div>
|
|
1028
698
|
<button
|
|
1029
699
|
class="memori-button memori-button--primary memori-button--circle memori-button--padded memori-button--icon-only memori-header--button memori-header--button-login"
|
|
1030
700
|
title="login.login"
|
|
@@ -1074,35 +744,6 @@ exports[`renders Header with settings button unchanged 1`] = `
|
|
|
1074
744
|
</svg>
|
|
1075
745
|
</span>
|
|
1076
746
|
</button>
|
|
1077
|
-
<div
|
|
1078
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
1079
|
-
data-headlessui-state=""
|
|
1080
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
1081
|
-
>
|
|
1082
|
-
<button
|
|
1083
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--disabled"
|
|
1084
|
-
data-headlessui-state=""
|
|
1085
|
-
disabled=""
|
|
1086
|
-
id="headlessui-popover-button-:rr:"
|
|
1087
|
-
type="button"
|
|
1088
|
-
>
|
|
1089
|
-
<div
|
|
1090
|
-
class="memori-button--icon"
|
|
1091
|
-
>
|
|
1092
|
-
<svg
|
|
1093
|
-
aria-hidden="true"
|
|
1094
|
-
focusable="false"
|
|
1095
|
-
role="img"
|
|
1096
|
-
viewBox="0 0 1024 1024"
|
|
1097
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1098
|
-
>
|
|
1099
|
-
<path
|
|
1100
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
1101
|
-
/>
|
|
1102
|
-
</svg>
|
|
1103
|
-
</div>
|
|
1104
|
-
</button>
|
|
1105
|
-
</div>
|
|
1106
747
|
<button
|
|
1107
748
|
class="memori-button memori-button--primary memori-button--circle memori-button--padded memori-button--icon-only memori-header--button memori-header--button-settings"
|
|
1108
749
|
title="widget.settings"
|
|
@@ -1172,35 +813,6 @@ exports[`renders Header with share button unchanged 1`] = `
|
|
|
1172
813
|
</svg>
|
|
1173
814
|
</span>
|
|
1174
815
|
</button>
|
|
1175
|
-
<div
|
|
1176
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
1177
|
-
data-headlessui-state=""
|
|
1178
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
1179
|
-
>
|
|
1180
|
-
<button
|
|
1181
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--disabled"
|
|
1182
|
-
data-headlessui-state=""
|
|
1183
|
-
disabled=""
|
|
1184
|
-
id="headlessui-popover-button-:rk:"
|
|
1185
|
-
type="button"
|
|
1186
|
-
>
|
|
1187
|
-
<div
|
|
1188
|
-
class="memori-button--icon"
|
|
1189
|
-
>
|
|
1190
|
-
<svg
|
|
1191
|
-
aria-hidden="true"
|
|
1192
|
-
focusable="false"
|
|
1193
|
-
role="img"
|
|
1194
|
-
viewBox="0 0 1024 1024"
|
|
1195
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1196
|
-
>
|
|
1197
|
-
<path
|
|
1198
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
1199
|
-
/>
|
|
1200
|
-
</svg>
|
|
1201
|
-
</div>
|
|
1202
|
-
</button>
|
|
1203
|
-
</div>
|
|
1204
816
|
<div
|
|
1205
817
|
class="memori-share-button memori-share-button--align-left"
|
|
1206
818
|
data-headlessui-state=""
|
|
@@ -1210,7 +822,7 @@ exports[`renders Header with share button unchanged 1`] = `
|
|
|
1210
822
|
aria-haspopup="true"
|
|
1211
823
|
class="memori-button memori-button--circle memori-button--icon-only memori-share-button--button memori-header--button memori-header--button-share memori-button--primary"
|
|
1212
824
|
data-headlessui-state=""
|
|
1213
|
-
id="headlessui-menu-button-:
|
|
825
|
+
id="headlessui-menu-button-:r0:"
|
|
1214
826
|
title="widget.share"
|
|
1215
827
|
type="button"
|
|
1216
828
|
>
|
|
@@ -1282,35 +894,6 @@ exports[`renders Header with speaker muted unchanged 1`] = `
|
|
|
1282
894
|
</svg>
|
|
1283
895
|
</span>
|
|
1284
896
|
</button>
|
|
1285
|
-
<div
|
|
1286
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
1287
|
-
data-headlessui-state=""
|
|
1288
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
1289
|
-
>
|
|
1290
|
-
<button
|
|
1291
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--disabled"
|
|
1292
|
-
data-headlessui-state=""
|
|
1293
|
-
disabled=""
|
|
1294
|
-
id="headlessui-popover-button-:ra:"
|
|
1295
|
-
type="button"
|
|
1296
|
-
>
|
|
1297
|
-
<div
|
|
1298
|
-
class="memori-button--icon"
|
|
1299
|
-
>
|
|
1300
|
-
<svg
|
|
1301
|
-
aria-hidden="true"
|
|
1302
|
-
focusable="false"
|
|
1303
|
-
role="img"
|
|
1304
|
-
viewBox="0 0 1024 1024"
|
|
1305
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1306
|
-
>
|
|
1307
|
-
<path
|
|
1308
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
1309
|
-
/>
|
|
1310
|
-
</svg>
|
|
1311
|
-
</div>
|
|
1312
|
-
</button>
|
|
1313
|
-
</div>
|
|
1314
897
|
<button
|
|
1315
898
|
class="memori-button memori-button--primary memori-button--circle memori-button--padded memori-button--icon-only memori-header--button memori-header--button-login"
|
|
1316
899
|
title="login.login"
|
|
@@ -1360,35 +943,6 @@ exports[`renders Header with user activated speak unchanged 1`] = `
|
|
|
1360
943
|
</svg>
|
|
1361
944
|
</span>
|
|
1362
945
|
</button>
|
|
1363
|
-
<div
|
|
1364
|
-
class="memori-export-history-button memori-header--button memori-header--button--export"
|
|
1365
|
-
data-headlessui-state=""
|
|
1366
|
-
title="write_and_speak.exportChatHistoryMessage"
|
|
1367
|
-
>
|
|
1368
|
-
<button
|
|
1369
|
-
aria-expanded="false"
|
|
1370
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-button--primary"
|
|
1371
|
-
data-headlessui-state=""
|
|
1372
|
-
id="headlessui-popover-button-:r15:"
|
|
1373
|
-
type="button"
|
|
1374
|
-
>
|
|
1375
|
-
<div
|
|
1376
|
-
class="memori-button--icon"
|
|
1377
|
-
>
|
|
1378
|
-
<svg
|
|
1379
|
-
aria-hidden="true"
|
|
1380
|
-
focusable="false"
|
|
1381
|
-
role="img"
|
|
1382
|
-
viewBox="0 0 1024 1024"
|
|
1383
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1384
|
-
>
|
|
1385
|
-
<path
|
|
1386
|
-
d="M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z"
|
|
1387
|
-
/>
|
|
1388
|
-
</svg>
|
|
1389
|
-
</div>
|
|
1390
|
-
</button>
|
|
1391
|
-
</div>
|
|
1392
946
|
<button
|
|
1393
947
|
class="memori-button memori-button--primary memori-button--circle memori-button--padded memori-button--icon-only memori-header--button memori-header--button-login"
|
|
1394
948
|
title="login.login"
|