@memori.ai/memori-react 8.38.5 → 9.0.0-alpha.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.
Files changed (889) hide show
  1. package/CHANGELOG.md +1824 -0
  2. package/dist/components/AgeVerificationModal/AgeVerificationModal.css +35 -12
  3. package/dist/components/AgeVerificationModal/AgeVerificationModal.d.ts +0 -1
  4. package/dist/components/AgeVerificationModal/AgeVerificationModal.js +22 -10
  5. package/dist/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
  6. package/dist/components/Auth/Auth.css +13 -9
  7. package/dist/components/Auth/Auth.d.ts +0 -1
  8. package/dist/components/Auth/Auth.js +14 -10
  9. package/dist/components/Auth/Auth.js.map +1 -1
  10. package/dist/components/Avatar/Avatar.css +2 -2
  11. package/dist/components/Avatar/Avatar.js +7 -7
  12. package/dist/components/Avatar/Avatar.js.map +1 -1
  13. package/dist/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.d.ts +0 -1
  14. package/dist/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.js +1 -1
  15. package/dist/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.js.map +1 -1
  16. package/dist/components/Avatar/AvatarView/AvatarComponent/avatarComponent.d.ts +0 -1
  17. package/dist/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js.map +1 -1
  18. package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.d.ts +0 -1
  19. package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js +1 -2
  20. package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js.map +1 -1
  21. package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.js +1 -1
  22. package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.js.map +1 -1
  23. package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js.map +1 -1
  24. package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.js.map +1 -1
  25. package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js.map +1 -1
  26. package/dist/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.d.ts +0 -1
  27. package/dist/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.js +1 -1
  28. package/dist/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.js.map +1 -1
  29. package/dist/components/Avatar/AvatarView/AvatarComponent/components/loader.d.ts +0 -1
  30. package/dist/components/Avatar/AvatarView/AvatarComponent/components/loader.js +2 -3
  31. package/dist/components/Avatar/AvatarView/AvatarComponent/components/loader.js.map +1 -1
  32. package/dist/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +21 -21
  33. package/dist/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.d.ts +0 -1
  34. package/dist/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.js +8 -10
  35. package/dist/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.js.map +1 -1
  36. package/dist/components/Avatar/AvatarView/index.js +1 -1
  37. package/dist/components/Avatar/AvatarView/index.js.map +1 -1
  38. package/dist/components/Avatar/AvatarView/utils/hideHands.js.map +1 -1
  39. package/dist/components/Avatar/AvatarView/utils/useEyeBlink.js +1 -2
  40. package/dist/components/Avatar/AvatarView/utils/useEyeBlink.js.map +1 -1
  41. package/dist/components/Avatar/AvatarView/utils/useHeadMovement.js +1 -1
  42. package/dist/components/Avatar/AvatarView/utils/useHeadMovement.js.map +1 -1
  43. package/dist/components/Avatar/AvatarView/utils/useLoadingMorphAnim.js +1 -1
  44. package/dist/components/Avatar/AvatarView/utils/useLoadingMorphAnim.js.map +1 -1
  45. package/dist/components/Avatar/AvatarView/utils/useMouthAnimation.js +1 -2
  46. package/dist/components/Avatar/AvatarView/utils/useMouthAnimation.js.map +1 -1
  47. package/dist/components/Avatar/AvatarView/utils/useSmile.js +1 -1
  48. package/dist/components/Avatar/AvatarView/utils/useSmile.js.map +1 -1
  49. package/dist/components/Avatar/AvatarView/utils/utils.js.map +1 -1
  50. package/dist/components/Blob/Blob.css +14 -12
  51. package/dist/components/Blob/Blob.d.ts +0 -1
  52. package/dist/components/BlockedMemoriBadge/BlockedMemoriBadge.css +4 -4
  53. package/dist/components/BlockedMemoriBadge/BlockedMemoriBadge.d.ts +0 -1
  54. package/dist/components/BlockedMemoriBadge/BlockedMemoriBadge.js +4 -5
  55. package/dist/components/BlockedMemoriBadge/BlockedMemoriBadge.js.map +1 -1
  56. package/dist/components/ChangeMode/ChangeMode.css +4 -2
  57. package/dist/components/ChangeMode/ChangeMode.js +8 -3
  58. package/dist/components/ChangeMode/ChangeMode.js.map +1 -1
  59. package/dist/components/Chat/Chat.css +114 -38
  60. package/dist/components/Chat/Chat.js +39 -53
  61. package/dist/components/Chat/Chat.js.map +1 -1
  62. package/dist/components/ChatBubble/ChatBubble.css +206 -68
  63. package/dist/components/ChatBubble/ChatBubble.d.ts +5 -0
  64. package/dist/components/ChatBubble/ChatBubble.js +223 -164
  65. package/dist/components/ChatBubble/ChatBubble.js.map +1 -1
  66. package/dist/components/ChatHistoryDrawer/ChatHistory.css +417 -156
  67. package/dist/components/ChatHistoryDrawer/ChatHistory.d.ts +0 -1
  68. package/dist/components/ChatHistoryDrawer/ChatHistory.js +252 -151
  69. package/dist/components/ChatHistoryDrawer/ChatHistory.js.map +1 -1
  70. package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.css +1 -1
  71. package/dist/components/ChatInputs/ChatInputs.css +68 -51
  72. package/dist/components/ChatInputs/ChatInputs.d.ts +1 -0
  73. package/dist/components/ChatInputs/ChatInputs.js +51 -28
  74. package/dist/components/ChatInputs/ChatInputs.js.map +1 -1
  75. package/dist/components/ChatTextArea/ChatTextArea.css +38 -12
  76. package/dist/components/ChatTextArea/ChatTextArea.js +1 -1
  77. package/dist/components/ChatTextArea/ChatTextArea.js.map +1 -1
  78. package/dist/components/CompletionProviderStatus/CompletionProviderStatus.css +5 -5
  79. package/dist/components/CompletionProviderStatus/CompletionProviderStatus.d.ts +0 -1
  80. package/dist/components/CompletionProviderStatus/CompletionProviderStatus.js +8 -11
  81. package/dist/components/CompletionProviderStatus/CompletionProviderStatus.js.map +1 -1
  82. package/dist/components/ContentPreviewModal/ContentPreviewModal.css +129 -84
  83. package/dist/components/ContentPreviewModal/ContentPreviewModal.js +5 -4
  84. package/dist/components/ContentPreviewModal/ContentPreviewModal.js.map +1 -1
  85. package/dist/components/ContentPreviewModal/index.js +2 -4
  86. package/dist/components/ContentPreviewModal/index.js.map +1 -1
  87. package/dist/components/CustomGLBModelViewer/ModelViewer.d.ts +0 -1
  88. package/dist/components/DateSelector/DateSelector.css +22 -24
  89. package/dist/components/DateSelector/DateSelector.d.ts +0 -1
  90. package/dist/components/DateSelector/DateSelector.js +2 -2
  91. package/dist/components/DateSelector/DateSelector.js.map +1 -1
  92. package/dist/components/ErrorBoundary/ErrorBoundary.js +3 -4
  93. package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
  94. package/dist/components/ExpertsDrawer/ExpertsDrawer.css +6 -9
  95. package/dist/components/ExpertsDrawer/ExpertsDrawer.d.ts +0 -1
  96. package/dist/components/ExpertsDrawer/ExpertsDrawer.js +2 -3
  97. package/dist/components/ExpertsDrawer/ExpertsDrawer.js.map +1 -1
  98. package/dist/components/ExportHistoryButton/ExportHistoryButton.css +3 -3
  99. package/dist/components/FeedbackButtons/FeedbackButtons.css +17 -15
  100. package/dist/components/FeedbackButtons/FeedbackButtons.d.ts +0 -1
  101. package/dist/components/FeedbackButtons/FeedbackButtons.js +32 -12
  102. package/dist/components/FeedbackButtons/FeedbackButtons.js.map +1 -1
  103. package/dist/components/FilePreview/FilePreview.css +56 -40
  104. package/dist/components/FilePreview/FilePreview.d.ts +0 -1
  105. package/dist/components/FilePreview/FilePreview.js +11 -12
  106. package/dist/components/FilePreview/FilePreview.js.map +1 -1
  107. package/dist/components/Header/ChatConsumptionDropdown.d.ts +10 -2
  108. package/dist/components/Header/ChatConsumptionDropdown.js +36 -10
  109. package/dist/components/Header/ChatConsumptionDropdown.js.map +1 -1
  110. package/dist/components/Header/Header.css +525 -62
  111. package/dist/components/Header/Header.d.ts +7 -1
  112. package/dist/components/Header/Header.js +357 -69
  113. package/dist/components/Header/Header.js.map +1 -1
  114. package/dist/components/KnownFacts/KnownFacts.css +52 -13
  115. package/dist/components/KnownFacts/KnownFacts.d.ts +2 -2
  116. package/dist/components/KnownFacts/KnownFacts.js +183 -128
  117. package/dist/components/KnownFacts/KnownFacts.js.map +1 -1
  118. package/dist/components/LoginDrawer/LoginDrawer.css +377 -252
  119. package/dist/components/LoginDrawer/LoginDrawer.d.ts +1 -2
  120. package/dist/components/LoginDrawer/LoginDrawer.js +140 -32
  121. package/dist/components/LoginDrawer/LoginDrawer.js.map +1 -1
  122. package/dist/components/MediaWidget/DocumentCard.js +1 -2
  123. package/dist/components/MediaWidget/DocumentCard.js.map +1 -1
  124. package/dist/components/MediaWidget/MediaItemWidget.css +222 -176
  125. package/dist/components/MediaWidget/MediaItemWidget.js +23 -26
  126. package/dist/components/MediaWidget/MediaItemWidget.js.map +1 -1
  127. package/dist/components/MediaWidget/MediaItemWidget.types.d.ts +0 -1
  128. package/dist/components/MediaWidget/MediaItemWidget.utils.js +11 -11
  129. package/dist/components/MediaWidget/MediaItemWidget.utils.js.map +1 -1
  130. package/dist/components/MediaWidget/MediaPreviewModal.d.ts +1 -1
  131. package/dist/components/MediaWidget/MediaPreviewModal.js +2 -3
  132. package/dist/components/MediaWidget/MediaPreviewModal.js.map +1 -1
  133. package/dist/components/MediaWidget/MediaWidget.css +5 -5
  134. package/dist/components/MediaWidget/MediaWidget.js +3 -4
  135. package/dist/components/MediaWidget/MediaWidget.js.map +1 -1
  136. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +83 -87
  137. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js +4 -9
  138. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js.map +1 -1
  139. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js +25 -28
  140. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js.map +1 -1
  141. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js +5 -8
  142. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js.map +1 -1
  143. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.js +8 -7
  144. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.js.map +1 -1
  145. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +287 -277
  146. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.js +5 -5
  147. package/dist/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.js.map +1 -1
  148. package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +117 -142
  149. package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +47 -45
  150. package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -1
  151. package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +4 -134
  152. package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.js +10 -16
  153. package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.js.map +1 -1
  154. package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.css +196 -166
  155. package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js +41 -29
  156. package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js.map +1 -1
  157. package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +204 -205
  158. package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js.map +1 -1
  159. package/dist/components/MemoriArtifactSystem/context/ArtifactContext.d.ts +4 -1
  160. package/dist/components/MemoriArtifactSystem/context/ArtifactContext.js +5 -1
  161. package/dist/components/MemoriArtifactSystem/context/ArtifactContext.js.map +1 -1
  162. package/dist/components/MemoriArtifactSystem/types/artifact.types.d.ts +1 -0
  163. package/dist/components/MemoriArtifactSystem/utils/ArtifactAPI.js +15 -4
  164. package/dist/components/MemoriArtifactSystem/utils/ArtifactAPI.js.map +1 -1
  165. package/dist/components/MemoriWidget/MemoriWidget.css +16 -71
  166. package/dist/components/MemoriWidget/MemoriWidget.d.ts +16 -10
  167. package/dist/components/MemoriWidget/MemoriWidget.js +198 -105
  168. package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
  169. package/dist/components/MicrophoneButton/MicrophoneButton.css +25 -5
  170. package/dist/components/MicrophoneButton/MicrophoneButton.d.ts +2 -2
  171. package/dist/components/MicrophoneButton/MicrophoneButton.js +16 -13
  172. package/dist/components/MicrophoneButton/MicrophoneButton.js.map +1 -1
  173. package/dist/components/MobileSessionPanel/MobileSessionPanel.css +30 -4
  174. package/dist/components/MobileSessionPanel/MobileSessionPanel.js +13 -10
  175. package/dist/components/MobileSessionPanel/MobileSessionPanel.js.map +1 -1
  176. package/dist/components/PoweredBy/PoweredBy.css +29 -27
  177. package/dist/components/PoweredBy/PoweredBy.d.ts +1 -2
  178. package/dist/components/PoweredBy/PoweredBy.js +5 -7
  179. package/dist/components/PoweredBy/PoweredBy.js.map +1 -1
  180. package/dist/components/SendOnEnterMenu/SendOnEnterMenu.css +3 -3
  181. package/dist/components/SendOnEnterMenu/SendOnEnterMenu.js +3 -9
  182. package/dist/components/SendOnEnterMenu/SendOnEnterMenu.js.map +1 -1
  183. package/dist/components/SettingsDrawer/SettingsDrawer.css +2 -2
  184. package/dist/components/SettingsDrawer/SettingsDrawer.d.ts +0 -1
  185. package/dist/components/SettingsDrawer/SettingsDrawer.js +19 -17
  186. package/dist/components/SettingsDrawer/SettingsDrawer.js.map +1 -1
  187. package/dist/components/ShareButton/ShareButton.css +254 -8
  188. package/dist/components/ShareButton/ShareButton.d.ts +6 -1
  189. package/dist/components/ShareButton/ShareButton.js +199 -41
  190. package/dist/components/ShareButton/ShareButton.js.map +1 -1
  191. package/dist/components/Snippet/Snippet.css +53 -17
  192. package/dist/components/Snippet/Snippet.d.ts +0 -1
  193. package/dist/components/Snippet/Snippet.js +3 -3
  194. package/dist/components/Snippet/Snippet.js.map +1 -1
  195. package/dist/components/StartPanel/StartPanel.css +733 -110
  196. package/dist/components/StartPanel/StartPanel.d.ts +5 -1
  197. package/dist/components/StartPanel/StartPanel.js +152 -64
  198. package/dist/components/StartPanel/StartPanel.js.map +1 -1
  199. package/dist/components/Typing/Typing.d.ts +8 -2
  200. package/dist/components/Typing/Typing.js +41 -2
  201. package/dist/components/Typing/Typing.js.map +1 -1
  202. package/dist/components/UploadButton/UploadButton.css +357 -326
  203. package/dist/components/UploadButton/UploadButton.d.ts +1 -0
  204. package/dist/components/UploadButton/UploadButton.js +46 -28
  205. package/dist/components/UploadButton/UploadButton.js.map +1 -1
  206. package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js +5 -5
  207. package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
  208. package/dist/components/UploadButton/UploadImages/UploadImages.js +22 -16
  209. package/dist/components/UploadButton/UploadImages/UploadImages.js.map +1 -1
  210. package/dist/components/VenueWidget/VenueWidget.css +101 -41
  211. package/dist/components/VenueWidget/VenueWidget.d.ts +19 -1
  212. package/dist/components/VenueWidget/VenueWidget.js +140 -59
  213. package/dist/components/VenueWidget/VenueWidget.js.map +1 -1
  214. package/dist/components/WhyThisAnswer/WhyThisAnswer.css +20 -20
  215. package/dist/components/WhyThisAnswer/WhyThisAnswer.d.ts +0 -1
  216. package/dist/components/WhyThisAnswer/WhyThisAnswer.js +11 -8
  217. package/dist/components/WhyThisAnswer/WhyThisAnswer.js.map +1 -1
  218. package/dist/components/icons/GasStation.d.ts +2 -3
  219. package/dist/components/layouts/Chat.js +194 -4
  220. package/dist/components/layouts/Chat.js.map +1 -1
  221. package/dist/components/layouts/FullPage.js +186 -4
  222. package/dist/components/layouts/FullPage.js.map +1 -1
  223. package/dist/components/layouts/HiddenChat.js +289 -12
  224. package/dist/components/layouts/HiddenChat.js.map +1 -1
  225. package/dist/components/layouts/Totem.js +2 -3
  226. package/dist/components/layouts/Totem.js.map +1 -1
  227. package/dist/components/layouts/ZoomedFullBody.js +185 -3
  228. package/dist/components/layouts/ZoomedFullBody.js.map +1 -1
  229. package/dist/components/layouts/chat.css +273 -71
  230. package/dist/components/layouts/hidden-chat.css +329 -84
  231. package/dist/components/layouts/totem.css +23 -15
  232. package/dist/components/layouts/zoomed-full-body.css +144 -6
  233. package/dist/context/visemeContext.js.map +1 -1
  234. package/dist/helpers/chatPdfExport.js +15 -12
  235. package/dist/helpers/chatPdfExport.js.map +1 -1
  236. package/dist/helpers/configuration.js.map +1 -1
  237. package/dist/helpers/constants.js +25 -25
  238. package/dist/helpers/constants.js.map +1 -1
  239. package/dist/helpers/credits.d.ts +3 -3
  240. package/dist/helpers/credits.js.map +1 -1
  241. package/dist/helpers/error.js.map +1 -1
  242. package/dist/helpers/imageCompression.js.map +1 -1
  243. package/dist/helpers/llmUsage.js.map +1 -1
  244. package/dist/helpers/markedExtendedTables.js +1 -1
  245. package/dist/helpers/markedExtendedTables.js.map +1 -1
  246. package/dist/helpers/media.js.map +1 -1
  247. package/dist/helpers/message.js.map +1 -1
  248. package/dist/helpers/piiDetection.js +1 -2
  249. package/dist/helpers/piiDetection.js.map +1 -1
  250. package/dist/helpers/sanitizer.js +1 -2
  251. package/dist/helpers/sanitizer.js.map +1 -1
  252. package/dist/helpers/statistics.js.map +1 -1
  253. package/dist/helpers/stt/useSTT.d.ts +0 -1
  254. package/dist/helpers/stt/useSTT.js +1 -2
  255. package/dist/helpers/stt/useSTT.js.map +1 -1
  256. package/dist/helpers/tts/ttsVoiceUtility.js +8 -8
  257. package/dist/helpers/tts/ttsVoiceUtility.js.map +1 -1
  258. package/dist/helpers/tts/useTTS.d.ts +0 -1
  259. package/dist/helpers/tts/useTTS.js +1 -2
  260. package/dist/helpers/tts/useTTS.js.map +1 -1
  261. package/dist/helpers/utils.d.ts +2 -1
  262. package/dist/helpers/utils.js +8 -7
  263. package/dist/helpers/utils.js.map +1 -1
  264. package/dist/i18n.js +2 -0
  265. package/dist/i18n.js.map +1 -1
  266. package/dist/index.js +17 -17
  267. package/dist/index.js.map +1 -1
  268. package/dist/locales/de.json +67 -6
  269. package/dist/locales/en.json +67 -6
  270. package/dist/locales/es.json +67 -7
  271. package/dist/locales/fr.json +68 -7
  272. package/dist/locales/it.json +68 -7
  273. package/dist/styles.css +87 -52
  274. package/dist/version.d.ts +1 -1
  275. package/dist/version.js +1 -1
  276. package/dist/version.js.map +1 -1
  277. package/esm/components/AgeVerificationModal/AgeVerificationModal.css +35 -12
  278. package/esm/components/AgeVerificationModal/AgeVerificationModal.d.ts +0 -1
  279. package/esm/components/AgeVerificationModal/AgeVerificationModal.js +22 -10
  280. package/esm/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
  281. package/esm/components/Auth/Auth.css +13 -9
  282. package/esm/components/Auth/Auth.d.ts +0 -1
  283. package/esm/components/Auth/Auth.js +14 -9
  284. package/esm/components/Auth/Auth.js.map +1 -1
  285. package/esm/components/Avatar/Avatar.css +2 -2
  286. package/esm/components/Avatar/Avatar.js +7 -7
  287. package/esm/components/Avatar/Avatar.js.map +1 -1
  288. package/esm/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.d.ts +0 -1
  289. package/esm/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.js +1 -1
  290. package/esm/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.js.map +1 -1
  291. package/esm/components/Avatar/AvatarView/AvatarComponent/avatarComponent.d.ts +0 -1
  292. package/esm/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js.map +1 -1
  293. package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.d.ts +0 -1
  294. package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js.map +1 -1
  295. package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js.map +1 -1
  296. package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.js.map +1 -1
  297. package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js.map +1 -1
  298. package/esm/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.d.ts +0 -1
  299. package/esm/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.js.map +1 -1
  300. package/esm/components/Avatar/AvatarView/AvatarComponent/components/loader.d.ts +0 -1
  301. package/esm/components/Avatar/AvatarView/AvatarComponent/components/loader.js +1 -1
  302. package/esm/components/Avatar/AvatarView/AvatarComponent/components/loader.js.map +1 -1
  303. package/esm/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +21 -21
  304. package/esm/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.d.ts +0 -1
  305. package/esm/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.js +8 -9
  306. package/esm/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.js.map +1 -1
  307. package/esm/components/Avatar/AvatarView/index.js.map +1 -1
  308. package/esm/components/Avatar/AvatarView/utils/hideHands.js.map +1 -1
  309. package/esm/components/Avatar/AvatarView/utils/useEyeBlink.js.map +1 -1
  310. package/esm/components/Avatar/AvatarView/utils/useHeadMovement.js.map +1 -1
  311. package/esm/components/Avatar/AvatarView/utils/useLoadingMorphAnim.js.map +1 -1
  312. package/esm/components/Avatar/AvatarView/utils/useMouthAnimation.js.map +1 -1
  313. package/esm/components/Avatar/AvatarView/utils/useSmile.js.map +1 -1
  314. package/esm/components/Avatar/AvatarView/utils/utils.js.map +1 -1
  315. package/esm/components/Blob/Blob.css +14 -12
  316. package/esm/components/Blob/Blob.d.ts +0 -1
  317. package/esm/components/BlockedMemoriBadge/BlockedMemoriBadge.css +4 -4
  318. package/esm/components/BlockedMemoriBadge/BlockedMemoriBadge.d.ts +0 -1
  319. package/esm/components/BlockedMemoriBadge/BlockedMemoriBadge.js +3 -3
  320. package/esm/components/BlockedMemoriBadge/BlockedMemoriBadge.js.map +1 -1
  321. package/esm/components/ChangeMode/ChangeMode.css +4 -2
  322. package/esm/components/ChangeMode/ChangeMode.js +8 -3
  323. package/esm/components/ChangeMode/ChangeMode.js.map +1 -1
  324. package/esm/components/Chat/Chat.css +114 -38
  325. package/esm/components/Chat/Chat.js +35 -49
  326. package/esm/components/Chat/Chat.js.map +1 -1
  327. package/esm/components/ChatBubble/ChatBubble.css +206 -68
  328. package/esm/components/ChatBubble/ChatBubble.d.ts +5 -0
  329. package/esm/components/ChatBubble/ChatBubble.js +223 -164
  330. package/esm/components/ChatBubble/ChatBubble.js.map +1 -1
  331. package/esm/components/ChatHistoryDrawer/ChatHistory.css +417 -156
  332. package/esm/components/ChatHistoryDrawer/ChatHistory.d.ts +0 -1
  333. package/esm/components/ChatHistoryDrawer/ChatHistory.js +252 -151
  334. package/esm/components/ChatHistoryDrawer/ChatHistory.js.map +1 -1
  335. package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.css +1 -1
  336. package/esm/components/ChatInputs/ChatInputs.css +68 -51
  337. package/esm/components/ChatInputs/ChatInputs.d.ts +1 -0
  338. package/esm/components/ChatInputs/ChatInputs.js +51 -28
  339. package/esm/components/ChatInputs/ChatInputs.js.map +1 -1
  340. package/esm/components/ChatTextArea/ChatTextArea.css +38 -12
  341. package/esm/components/ChatTextArea/ChatTextArea.js +1 -1
  342. package/esm/components/ChatTextArea/ChatTextArea.js.map +1 -1
  343. package/esm/components/CompletionProviderStatus/CompletionProviderStatus.css +5 -5
  344. package/esm/components/CompletionProviderStatus/CompletionProviderStatus.d.ts +0 -1
  345. package/esm/components/CompletionProviderStatus/CompletionProviderStatus.js +5 -7
  346. package/esm/components/CompletionProviderStatus/CompletionProviderStatus.js.map +1 -1
  347. package/esm/components/ContentPreviewModal/ContentPreviewModal.css +129 -84
  348. package/esm/components/ContentPreviewModal/ContentPreviewModal.js +5 -4
  349. package/esm/components/ContentPreviewModal/ContentPreviewModal.js.map +1 -1
  350. package/esm/components/CustomGLBModelViewer/ModelViewer.d.ts +0 -1
  351. package/esm/components/DateSelector/DateSelector.css +22 -24
  352. package/esm/components/DateSelector/DateSelector.d.ts +0 -1
  353. package/esm/components/DateSelector/DateSelector.js +2 -2
  354. package/esm/components/DateSelector/DateSelector.js.map +1 -1
  355. package/esm/components/ErrorBoundary/ErrorBoundary.js +3 -3
  356. package/esm/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
  357. package/esm/components/ExpertsDrawer/ExpertsDrawer.css +6 -9
  358. package/esm/components/ExpertsDrawer/ExpertsDrawer.d.ts +0 -1
  359. package/esm/components/ExpertsDrawer/ExpertsDrawer.js +1 -1
  360. package/esm/components/ExpertsDrawer/ExpertsDrawer.js.map +1 -1
  361. package/esm/components/ExportHistoryButton/ExportHistoryButton.css +3 -3
  362. package/esm/components/FeedbackButtons/FeedbackButtons.css +17 -15
  363. package/esm/components/FeedbackButtons/FeedbackButtons.d.ts +0 -1
  364. package/esm/components/FeedbackButtons/FeedbackButtons.js +32 -11
  365. package/esm/components/FeedbackButtons/FeedbackButtons.js.map +1 -1
  366. package/esm/components/FilePreview/FilePreview.css +56 -40
  367. package/esm/components/FilePreview/FilePreview.d.ts +0 -1
  368. package/esm/components/FilePreview/FilePreview.js +11 -12
  369. package/esm/components/FilePreview/FilePreview.js.map +1 -1
  370. package/esm/components/Header/ChatConsumptionDropdown.d.ts +10 -2
  371. package/esm/components/Header/ChatConsumptionDropdown.js +34 -10
  372. package/esm/components/Header/ChatConsumptionDropdown.js.map +1 -1
  373. package/esm/components/Header/Header.css +525 -62
  374. package/esm/components/Header/Header.d.ts +7 -1
  375. package/esm/components/Header/Header.js +359 -71
  376. package/esm/components/Header/Header.js.map +1 -1
  377. package/esm/components/KnownFacts/KnownFacts.css +52 -13
  378. package/esm/components/KnownFacts/KnownFacts.d.ts +2 -2
  379. package/esm/components/KnownFacts/KnownFacts.js +185 -129
  380. package/esm/components/KnownFacts/KnownFacts.js.map +1 -1
  381. package/esm/components/LoginDrawer/LoginDrawer.css +377 -252
  382. package/esm/components/LoginDrawer/LoginDrawer.d.ts +1 -2
  383. package/esm/components/LoginDrawer/LoginDrawer.js +140 -32
  384. package/esm/components/LoginDrawer/LoginDrawer.js.map +1 -1
  385. package/esm/components/MediaWidget/MediaItemWidget.css +222 -176
  386. package/esm/components/MediaWidget/MediaItemWidget.js +14 -17
  387. package/esm/components/MediaWidget/MediaItemWidget.js.map +1 -1
  388. package/esm/components/MediaWidget/MediaItemWidget.types.d.ts +0 -1
  389. package/esm/components/MediaWidget/MediaItemWidget.utils.js.map +1 -1
  390. package/esm/components/MediaWidget/MediaPreviewModal.d.ts +1 -1
  391. package/esm/components/MediaWidget/MediaPreviewModal.js +1 -1
  392. package/esm/components/MediaWidget/MediaPreviewModal.js.map +1 -1
  393. package/esm/components/MediaWidget/MediaWidget.css +5 -5
  394. package/esm/components/MediaWidget/MediaWidget.js +2 -3
  395. package/esm/components/MediaWidget/MediaWidget.js.map +1 -1
  396. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +83 -87
  397. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js +4 -8
  398. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js.map +1 -1
  399. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js +23 -26
  400. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js.map +1 -1
  401. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js +3 -6
  402. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js.map +1 -1
  403. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.js +8 -7
  404. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.js.map +1 -1
  405. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +287 -277
  406. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.js +5 -5
  407. package/esm/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.js.map +1 -1
  408. package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +117 -142
  409. package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +47 -45
  410. package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -1
  411. package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +4 -134
  412. package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.js +9 -14
  413. package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.js.map +1 -1
  414. package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.css +196 -166
  415. package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js +41 -29
  416. package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js.map +1 -1
  417. package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +204 -205
  418. package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js.map +1 -1
  419. package/esm/components/MemoriArtifactSystem/context/ArtifactContext.d.ts +4 -1
  420. package/esm/components/MemoriArtifactSystem/context/ArtifactContext.js +5 -1
  421. package/esm/components/MemoriArtifactSystem/context/ArtifactContext.js.map +1 -1
  422. package/esm/components/MemoriArtifactSystem/types/artifact.types.d.ts +1 -0
  423. package/esm/components/MemoriArtifactSystem/utils/ArtifactAPI.js +15 -4
  424. package/esm/components/MemoriArtifactSystem/utils/ArtifactAPI.js.map +1 -1
  425. package/esm/components/MemoriWidget/MemoriWidget.css +16 -71
  426. package/esm/components/MemoriWidget/MemoriWidget.d.ts +16 -10
  427. package/esm/components/MemoriWidget/MemoriWidget.js +197 -105
  428. package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
  429. package/esm/components/MicrophoneButton/MicrophoneButton.css +25 -5
  430. package/esm/components/MicrophoneButton/MicrophoneButton.d.ts +2 -2
  431. package/esm/components/MicrophoneButton/MicrophoneButton.js +16 -12
  432. package/esm/components/MicrophoneButton/MicrophoneButton.js.map +1 -1
  433. package/esm/components/MobileSessionPanel/MobileSessionPanel.css +30 -4
  434. package/esm/components/MobileSessionPanel/MobileSessionPanel.js +14 -11
  435. package/esm/components/MobileSessionPanel/MobileSessionPanel.js.map +1 -1
  436. package/esm/components/PoweredBy/PoweredBy.css +29 -27
  437. package/esm/components/PoweredBy/PoweredBy.d.ts +1 -2
  438. package/esm/components/PoweredBy/PoweredBy.js +4 -7
  439. package/esm/components/PoweredBy/PoweredBy.js.map +1 -1
  440. package/esm/components/SendOnEnterMenu/SendOnEnterMenu.css +3 -3
  441. package/esm/components/SendOnEnterMenu/SendOnEnterMenu.js +3 -8
  442. package/esm/components/SendOnEnterMenu/SendOnEnterMenu.js.map +1 -1
  443. package/esm/components/SettingsDrawer/SettingsDrawer.css +2 -2
  444. package/esm/components/SettingsDrawer/SettingsDrawer.d.ts +0 -1
  445. package/esm/components/SettingsDrawer/SettingsDrawer.js +19 -16
  446. package/esm/components/SettingsDrawer/SettingsDrawer.js.map +1 -1
  447. package/esm/components/ShareButton/ShareButton.css +254 -8
  448. package/esm/components/ShareButton/ShareButton.d.ts +6 -1
  449. package/esm/components/ShareButton/ShareButton.js +200 -42
  450. package/esm/components/ShareButton/ShareButton.js.map +1 -1
  451. package/esm/components/Snippet/Snippet.css +53 -17
  452. package/esm/components/Snippet/Snippet.d.ts +0 -1
  453. package/esm/components/Snippet/Snippet.js +3 -3
  454. package/esm/components/Snippet/Snippet.js.map +1 -1
  455. package/esm/components/StartPanel/StartPanel.css +733 -110
  456. package/esm/components/StartPanel/StartPanel.d.ts +5 -1
  457. package/esm/components/StartPanel/StartPanel.js +154 -66
  458. package/esm/components/StartPanel/StartPanel.js.map +1 -1
  459. package/esm/components/Typing/Typing.d.ts +8 -2
  460. package/esm/components/Typing/Typing.js +41 -2
  461. package/esm/components/Typing/Typing.js.map +1 -1
  462. package/esm/components/UploadButton/UploadButton.css +357 -326
  463. package/esm/components/UploadButton/UploadButton.d.ts +1 -0
  464. package/esm/components/UploadButton/UploadButton.js +47 -29
  465. package/esm/components/UploadButton/UploadButton.js.map +1 -1
  466. package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js +5 -5
  467. package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -1
  468. package/esm/components/UploadButton/UploadImages/UploadImages.js +22 -16
  469. package/esm/components/UploadButton/UploadImages/UploadImages.js.map +1 -1
  470. package/esm/components/VenueWidget/VenueWidget.css +101 -41
  471. package/esm/components/VenueWidget/VenueWidget.d.ts +19 -1
  472. package/esm/components/VenueWidget/VenueWidget.js +138 -61
  473. package/esm/components/VenueWidget/VenueWidget.js.map +1 -1
  474. package/esm/components/WhyThisAnswer/WhyThisAnswer.css +20 -20
  475. package/esm/components/WhyThisAnswer/WhyThisAnswer.d.ts +0 -1
  476. package/esm/components/WhyThisAnswer/WhyThisAnswer.js +10 -7
  477. package/esm/components/WhyThisAnswer/WhyThisAnswer.js.map +1 -1
  478. package/esm/components/icons/GasStation.d.ts +2 -3
  479. package/esm/components/layouts/Chat.js +194 -4
  480. package/esm/components/layouts/Chat.js.map +1 -1
  481. package/esm/components/layouts/FullPage.js +186 -4
  482. package/esm/components/layouts/FullPage.js.map +1 -1
  483. package/esm/components/layouts/HiddenChat.js +290 -13
  484. package/esm/components/layouts/HiddenChat.js.map +1 -1
  485. package/esm/components/layouts/Totem.js +2 -2
  486. package/esm/components/layouts/Totem.js.map +1 -1
  487. package/esm/components/layouts/ZoomedFullBody.js +185 -3
  488. package/esm/components/layouts/ZoomedFullBody.js.map +1 -1
  489. package/esm/components/layouts/chat.css +273 -71
  490. package/esm/components/layouts/hidden-chat.css +329 -84
  491. package/esm/components/layouts/totem.css +23 -15
  492. package/esm/components/layouts/zoomed-full-body.css +144 -6
  493. package/esm/context/visemeContext.js.map +1 -1
  494. package/esm/helpers/chatPdfExport.js +15 -12
  495. package/esm/helpers/chatPdfExport.js.map +1 -1
  496. package/esm/helpers/configuration.js.map +1 -1
  497. package/esm/helpers/constants.js +25 -25
  498. package/esm/helpers/constants.js.map +1 -1
  499. package/esm/helpers/credits.d.ts +3 -3
  500. package/esm/helpers/credits.js.map +1 -1
  501. package/esm/helpers/error.js.map +1 -1
  502. package/esm/helpers/imageCompression.js.map +1 -1
  503. package/esm/helpers/llmUsage.js.map +1 -1
  504. package/esm/helpers/markedExtendedTables.js.map +1 -1
  505. package/esm/helpers/media.js.map +1 -1
  506. package/esm/helpers/message.js.map +1 -1
  507. package/esm/helpers/piiDetection.js.map +1 -1
  508. package/esm/helpers/statistics.js.map +1 -1
  509. package/esm/helpers/stt/useSTT.d.ts +0 -1
  510. package/esm/helpers/stt/useSTT.js.map +1 -1
  511. package/esm/helpers/tts/ttsVoiceUtility.js.map +1 -1
  512. package/esm/helpers/tts/useTTS.d.ts +0 -1
  513. package/esm/helpers/tts/useTTS.js.map +1 -1
  514. package/esm/helpers/utils.d.ts +2 -1
  515. package/esm/helpers/utils.js +1 -0
  516. package/esm/helpers/utils.js.map +1 -1
  517. package/esm/i18n.js +2 -0
  518. package/esm/i18n.js.map +1 -1
  519. package/esm/index.js +17 -17
  520. package/esm/index.js.map +1 -1
  521. package/esm/locales/de.json +67 -6
  522. package/esm/locales/en.json +67 -6
  523. package/esm/locales/es.json +67 -7
  524. package/esm/locales/fr.json +68 -7
  525. package/esm/locales/it.json +68 -7
  526. package/esm/styles.css +87 -52
  527. package/esm/version.d.ts +1 -1
  528. package/esm/version.js +1 -1
  529. package/esm/version.js.map +1 -1
  530. package/package.json +15 -11
  531. package/src/Showcase.stories.tsx +641 -0
  532. package/src/__snapshots__/index.test.tsx.snap +40 -10
  533. package/src/components/AgeVerificationModal/AgeVerificationModal.css +35 -12
  534. package/src/components/AgeVerificationModal/AgeVerificationModal.stories.tsx +4 -1
  535. package/src/components/AgeVerificationModal/AgeVerificationModal.test.tsx +2 -1
  536. package/src/components/AgeVerificationModal/AgeVerificationModal.tsx +59 -39
  537. package/src/components/AgeVerificationModal/__snapshots__/AgeVerificationModal.test.tsx.snap +27 -3
  538. package/src/components/Auth/Auth.css +13 -9
  539. package/src/components/Auth/Auth.tsx +30 -18
  540. package/src/components/Auth/__snapshots__/Auth.test.tsx.snap +91 -35
  541. package/src/components/Avatar/Avatar.css +2 -2
  542. package/src/components/Avatar/Avatar.tsx +11 -8
  543. package/src/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.tsx +1 -1
  544. package/src/components/Avatar/AvatarView/AvatarComponent/components/loader.tsx +1 -1
  545. package/src/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +21 -21
  546. package/src/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.tsx +12 -14
  547. package/src/components/Blob/Blob.css +14 -12
  548. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.css +4 -4
  549. package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.tsx +3 -3
  550. package/src/components/BlockedMemoriBadge/__snapshots__/BlockedMemoriBadge.test.tsx.snap +115 -70
  551. package/src/components/ChangeMode/ChangeMode.css +4 -2
  552. package/src/components/ChangeMode/ChangeMode.tsx +29 -28
  553. package/src/components/ChangeMode/__snapshots__/ChangeMode.test.tsx.snap +50 -80
  554. package/src/components/Chat/Chat.css +114 -38
  555. package/src/components/Chat/Chat.stories.tsx +15 -12
  556. package/src/components/Chat/Chat.test.tsx +11 -2
  557. package/src/components/Chat/Chat.tsx +136 -173
  558. package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +8260 -4942
  559. package/src/components/ChatBubble/ChatBubble.css +206 -68
  560. package/src/components/ChatBubble/ChatBubble.stories.tsx +13 -20
  561. package/src/components/ChatBubble/ChatBubble.test.tsx +5 -0
  562. package/src/components/ChatBubble/ChatBubble.tsx +505 -401
  563. package/src/components/ChatBubble/__snapshots__/ChatBubble.test.tsx.snap +7753 -6638
  564. package/src/components/ChatHistoryDrawer/ChatHistory.css +417 -156
  565. package/src/components/ChatHistoryDrawer/ChatHistory.stories.tsx +121 -82
  566. package/src/components/ChatHistoryDrawer/ChatHistory.test.tsx +65 -56
  567. package/src/components/ChatHistoryDrawer/ChatHistory.tsx +507 -513
  568. package/src/components/ChatHistoryDrawer/ChatResumeDrawer.css +367 -0
  569. package/src/components/ChatHistoryDrawer/ChatResumeDrawer.tsx +296 -0
  570. package/src/components/ChatHistoryDrawer/__snapshots__/ChatHistory.test.tsx.snap +12 -15
  571. package/src/components/ChatInputs/ChatInputs.css +68 -51
  572. package/src/components/ChatInputs/ChatInputs.stories.tsx +13 -10
  573. package/src/components/ChatInputs/ChatInputs.tsx +80 -54
  574. package/src/components/ChatTextArea/ChatTextArea.css +38 -12
  575. package/src/components/ChatTextArea/ChatTextArea.tsx +7 -3
  576. package/src/components/ChatTextArea/__snapshots__/ChatTextArea.test.tsx.snap +6 -0
  577. package/src/components/CompletionProviderStatus/CompletionProviderStatus.css +5 -5
  578. package/src/components/CompletionProviderStatus/CompletionProviderStatus.tsx +5 -7
  579. package/src/components/CompletionProviderStatus/__snapshots__/CompletionProviderStatus.test.tsx.snap +63 -48
  580. package/src/components/ContentPreviewModal/ContentPreviewModal.css +129 -84
  581. package/src/components/ContentPreviewModal/ContentPreviewModal.tsx +4 -3
  582. package/src/components/DateSelector/DateSelector.css +22 -24
  583. package/src/components/DateSelector/DateSelector.tsx +11 -4
  584. package/src/components/DrawerFooter/DrawerFooter.css +62 -0
  585. package/src/components/DrawerFooter/DrawerFooter.tsx +58 -0
  586. package/src/components/ErrorBoundary/ErrorBoundary.tsx +3 -3
  587. package/src/components/ExpertsDrawer/ExpertsDrawer.css +6 -9
  588. package/src/components/ExpertsDrawer/ExpertsDrawer.tsx +1 -1
  589. package/src/components/ExpertsDrawer/__snapshots__/ExpertsDrawer.test.tsx.snap +4 -5
  590. package/src/components/ExportHistoryButton/ExportHistoryButton.css +3 -3
  591. package/src/components/FeedbackButtons/FeedbackButtons.css +17 -15
  592. package/src/components/FeedbackButtons/FeedbackButtons.stories.tsx +4 -1
  593. package/src/components/FeedbackButtons/FeedbackButtons.test.tsx +1 -1
  594. package/src/components/FeedbackButtons/FeedbackButtons.tsx +104 -77
  595. package/src/components/FeedbackButtons/__snapshots__/FeedbackButtons.test.tsx.snap +30 -17
  596. package/src/components/FilePreview/FilePreview.css +56 -40
  597. package/src/components/FilePreview/FilePreview.tsx +36 -27
  598. package/src/components/FilePreview/__snapshots__/FilePreview.test.tsx.snap +165 -96
  599. package/src/components/Header/ChatConsumptionDropdown.test.tsx +41 -4
  600. package/src/components/Header/ChatConsumptionDropdown.tsx +190 -123
  601. package/src/components/Header/Header.css +525 -62
  602. package/src/components/Header/Header.stories.tsx +123 -57
  603. package/src/components/Header/Header.test.tsx +43 -15
  604. package/src/components/Header/Header.tsx +1037 -250
  605. package/src/components/Header/__snapshots__/Header.test.tsx.snap +1752 -700
  606. package/src/components/KnownFacts/KnownFacts.css +52 -13
  607. package/src/components/KnownFacts/KnownFacts.stories.tsx +11 -8
  608. package/src/components/KnownFacts/KnownFacts.test.tsx +1 -1
  609. package/src/components/KnownFacts/KnownFacts.tsx +327 -316
  610. package/src/components/KnownFacts/__snapshots__/KnownFacts.test.tsx.snap +27 -3
  611. package/src/components/LoginDrawer/LoginDrawer.css +377 -252
  612. package/src/components/LoginDrawer/LoginDrawer.stories.tsx +3 -0
  613. package/src/components/LoginDrawer/LoginDrawer.test.tsx +1 -1
  614. package/src/components/LoginDrawer/LoginDrawer.tsx +301 -123
  615. package/src/components/LoginDrawer/__snapshots__/LoginDrawer.test.tsx.snap +90 -12
  616. package/src/components/MediaWidget/DocumentCard.test.tsx +1 -1
  617. package/src/components/MediaWidget/MediaItemWidget.css +222 -176
  618. package/src/components/MediaWidget/MediaItemWidget.tsx +17 -31
  619. package/src/components/MediaWidget/MediaPreviewModal.test.tsx +1 -1
  620. package/src/components/MediaWidget/MediaPreviewModal.tsx +1 -1
  621. package/src/components/MediaWidget/MediaWidget.css +5 -5
  622. package/src/components/MediaWidget/MediaWidget.tsx +6 -16
  623. package/src/components/MediaWidget/__snapshots__/MediaItemWidget.test.tsx.snap +280 -463
  624. package/src/components/MediaWidget/__snapshots__/MediaWidget.test.tsx.snap +31 -45
  625. package/src/components/MemoriArtifactSystem/ArtifactDrawer.stories.tsx +17 -17
  626. package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +83 -87
  627. package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.tsx +32 -42
  628. package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.tsx +81 -84
  629. package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.tsx +8 -6
  630. package/src/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.ts +8 -7
  631. package/src/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +287 -277
  632. package/src/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.ts +5 -5
  633. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +117 -142
  634. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.tsx +144 -155
  635. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +4 -134
  636. package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.tsx +29 -45
  637. package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.css +196 -166
  638. package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.tsx +53 -27
  639. package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +204 -205
  640. package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.tsx +2 -3
  641. package/src/components/MemoriArtifactSystem/context/ArtifactContext.tsx +21 -10
  642. package/src/components/MemoriArtifactSystem/types/artifact.types.ts +2 -0
  643. package/src/components/MemoriArtifactSystem/utils/ArtifactAPI.test.tsx +2 -1
  644. package/src/components/MemoriArtifactSystem/utils/ArtifactAPI.tsx +15 -4
  645. package/src/components/MemoriWidget/MemoriWidget.css +16 -71
  646. package/src/components/MemoriWidget/MemoriWidget.stories.tsx +29 -8
  647. package/src/components/MemoriWidget/MemoriWidget.tsx +247 -131
  648. package/src/components/MicrophoneButton/MicrophoneButton.css +25 -5
  649. package/src/components/MicrophoneButton/MicrophoneButton.tsx +31 -24
  650. package/src/components/MobileSessionPanel/MobileSessionPanel.css +437 -0
  651. package/src/components/MobileSessionPanel/MobileSessionPanel.tsx +795 -0
  652. package/src/components/PositionPopover/PositionPopover.css +219 -0
  653. package/src/components/PositionPopover/PositionPopover.stories.tsx +37 -0
  654. package/src/components/PositionPopover/PositionPopover.tsx +367 -0
  655. package/src/components/PoweredBy/PoweredBy.css +29 -27
  656. package/src/components/PoweredBy/PoweredBy.tsx +11 -19
  657. package/src/components/PoweredBy/__snapshots__/PoweredBy.test.tsx.snap +248 -16
  658. package/src/components/SendOnEnterMenu/SendOnEnterMenu.css +3 -3
  659. package/src/components/SendOnEnterMenu/SendOnEnterMenu.tsx +30 -64
  660. package/src/components/SendOnEnterMenu/__snapshots__/SendOnEnterMenu.test.tsx.snap +74 -26
  661. package/src/components/SettingsDrawer/SettingsDrawer.css +2 -2
  662. package/src/components/SettingsDrawer/SettingsDrawer.tsx +54 -65
  663. package/src/components/SettingsDrawer/__snapshots__/SettingsDrawer.test.tsx.snap +28 -35
  664. package/src/components/ShareButton/ShareButton.css +254 -8
  665. package/src/components/ShareButton/ShareButton.stories.tsx +9 -4
  666. package/src/components/ShareButton/ShareButton.test.tsx +1 -1
  667. package/src/components/ShareButton/ShareButton.tsx +496 -142
  668. package/src/components/ShareButton/__snapshots__/ShareButton.test.tsx.snap +639 -216
  669. package/src/components/Snippet/Snippet.css +53 -17
  670. package/src/components/Snippet/Snippet.tsx +5 -5
  671. package/src/components/Snippet/__snapshots__/Snippet.test.tsx.snap +64 -48
  672. package/src/components/StartPanel/StartPanel.css +733 -110
  673. package/src/components/StartPanel/StartPanel.stories.tsx +54 -65
  674. package/src/components/StartPanel/StartPanel.test.tsx +26 -13
  675. package/src/components/StartPanel/StartPanel.tsx +555 -262
  676. package/src/components/StartPanel/__snapshots__/StartPanel.test.tsx.snap +2602 -1346
  677. package/src/components/Typing/Typing.tsx +85 -7
  678. package/src/components/Typing/__snapshots__/Typing.test.tsx.snap +102 -62
  679. package/src/components/UploadButton/UploadButton.css +357 -326
  680. package/src/components/UploadButton/UploadButton.stories.tsx +221 -87
  681. package/src/components/UploadButton/UploadButton.test.tsx +4 -1
  682. package/src/components/UploadButton/UploadButton.tsx +99 -81
  683. package/src/components/UploadButton/UploadDocuments/UploadDocuments.tsx +8 -5
  684. package/src/components/UploadButton/UploadImages/UploadImages.tsx +76 -63
  685. package/src/components/UploadButton/__snapshots__/UploadButton.test.tsx.snap +70 -75
  686. package/src/components/VenueWidget/VenueWidget.css +101 -41
  687. package/src/components/VenueWidget/VenueWidget.stories.tsx +4 -1
  688. package/src/components/VenueWidget/VenueWidget.test.tsx +1 -1
  689. package/src/components/VenueWidget/VenueWidget.tsx +311 -191
  690. package/src/components/VenueWidget/__snapshots__/VenueWidget.test.tsx.snap +498 -92
  691. package/src/components/WhyThisAnswer/WhyThisAnswer.css +20 -20
  692. package/src/components/WhyThisAnswer/WhyThisAnswer.stories.tsx +21 -18
  693. package/src/components/WhyThisAnswer/WhyThisAnswer.test.tsx +1 -1
  694. package/src/components/WhyThisAnswer/WhyThisAnswer.tsx +20 -11
  695. package/src/components/WhyThisAnswer/__snapshots__/WhyThisAnswer.test.tsx.snap +34 -4
  696. package/src/components/layouts/Chat.test.tsx +2 -1
  697. package/src/components/layouts/Chat.tsx +379 -17
  698. package/src/components/layouts/FullPage.test.tsx +2 -1
  699. package/src/components/layouts/FullPage.tsx +307 -14
  700. package/src/components/layouts/HiddenChat.test.tsx +2 -1
  701. package/src/components/layouts/HiddenChat.tsx +569 -44
  702. package/src/components/layouts/Totem.test.tsx +2 -1
  703. package/src/components/layouts/Totem.tsx +7 -3
  704. package/src/components/layouts/WebsiteAssistant/WebsiteAssistant.stories.tsx +115 -0
  705. package/src/components/layouts/WebsiteAssistant/WebsiteAssistant.test.tsx +43 -0
  706. package/src/components/layouts/{WebsiteAssistant.tsx → WebsiteAssistant/WebsiteAssistant.tsx} +29 -23
  707. package/src/components/layouts/WebsiteAssistant/__snapshots__/WebsiteAssistant.test.tsx.snap +76 -0
  708. package/src/components/layouts/{website-assistant.css → WebsiteAssistant/website-assistant.css} +74 -58
  709. package/src/components/layouts/ZoomedFullBody.test.tsx +2 -1
  710. package/src/components/layouts/ZoomedFullBody.tsx +304 -14
  711. package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +663 -365
  712. package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +1170 -740
  713. package/src/components/layouts/__snapshots__/HiddenChat.test.tsx.snap +476 -339
  714. package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +624 -392
  715. package/src/components/layouts/__snapshots__/ZoomedFullBody.test.tsx.snap +571 -356
  716. package/src/components/layouts/chat.css +273 -71
  717. package/src/components/layouts/fullpage.css +362 -0
  718. package/src/components/layouts/hidden-chat.css +329 -84
  719. package/src/components/layouts/layouts.stories.tsx +14 -146
  720. package/src/components/layouts/totem.css +23 -15
  721. package/src/components/layouts/zoomed-full-body.css +144 -6
  722. package/src/helpers/chatPdfExport.ts +15 -12
  723. package/src/helpers/constants.ts +28 -27
  724. package/src/helpers/utils.ts +2 -0
  725. package/src/i18n.ts +2 -0
  726. package/src/icons/FacebookIcon.tsx +23 -0
  727. package/src/icons/LinkedinIcon.tsx +23 -0
  728. package/src/icons/MemoriIcon.tsx +80 -0
  729. package/src/icons/TelegramIcon.tsx +19 -0
  730. package/src/icons/TwitterIcon.tsx +8 -0
  731. package/src/icons/WhatsappIcon.tsx +23 -0
  732. package/src/icons/artifacts/DocumentIcon.tsx +19 -0
  733. package/src/icons/artifacts/HtmlIcon.tsx +38 -0
  734. package/src/icons/artifacts/JavascriptIcon.tsx +19 -0
  735. package/src/icons/artifacts/MarkdownIcon.tsx +19 -0
  736. package/src/icons/artifacts/PythonIcon.tsx +17 -0
  737. package/src/icons/artifacts/SvgIcon.tsx +34 -0
  738. package/src/icons/artifacts/XmlIcon.tsx +34 -0
  739. package/src/icons/artifacts/cssIcon.tsx +34 -0
  740. package/src/index.stories.tsx +11 -5
  741. package/src/index.tsx +75 -72
  742. package/src/locales/de.json +67 -6
  743. package/src/locales/en.json +67 -6
  744. package/src/locales/es.json +67 -7
  745. package/src/locales/fr.json +68 -7
  746. package/src/locales/it.json +68 -7
  747. package/src/mocks/data.ts +5 -5
  748. package/src/styles.css +87 -52
  749. package/src/testUtils.tsx +42 -0
  750. package/src/version.ts +1 -1
  751. package/src/components/PositionDrawer/PositionDrawer.stories.tsx +0 -51
  752. package/src/components/PositionDrawer/PositionDrawer.test.tsx +0 -39
  753. package/src/components/PositionDrawer/PositionDrawer.tsx +0 -50
  754. package/src/components/PositionDrawer/__snapshots__/PositionDrawer.test.tsx.snap +0 -17
  755. package/src/components/icons/AI.tsx +0 -34
  756. package/src/components/icons/Alert.tsx +0 -31
  757. package/src/components/icons/ArrowUp.tsx +0 -28
  758. package/src/components/icons/Bug.tsx +0 -81
  759. package/src/components/icons/Chat.tsx +0 -30
  760. package/src/components/icons/ChevronDown.tsx +0 -26
  761. package/src/components/icons/ChevronLeft.tsx +0 -28
  762. package/src/components/icons/ChevronRight.tsx +0 -28
  763. package/src/components/icons/ChevronUp.tsx +0 -24
  764. package/src/components/icons/Clear.tsx +0 -23
  765. package/src/components/icons/Close.tsx +0 -30
  766. package/src/components/icons/Code.tsx +0 -24
  767. package/src/components/icons/Copy.tsx +0 -23
  768. package/src/components/icons/DeepThought.tsx +0 -38
  769. package/src/components/icons/Delete.tsx +0 -23
  770. package/src/components/icons/Document.tsx +0 -50
  771. package/src/components/icons/Download.tsx +0 -23
  772. package/src/components/icons/Edit.tsx +0 -17
  773. package/src/components/icons/Expand.tsx +0 -23
  774. package/src/components/icons/Eye.tsx +0 -17
  775. package/src/components/icons/EyeInvisible.tsx +0 -24
  776. package/src/components/icons/Facebook.tsx +0 -23
  777. package/src/components/icons/Feedback.tsx +0 -24
  778. package/src/components/icons/File.tsx +0 -17
  779. package/src/components/icons/FileExcel.tsx +0 -23
  780. package/src/components/icons/FilePdf.tsx +0 -23
  781. package/src/components/icons/FileWord.tsx +0 -23
  782. package/src/components/icons/Fullscreen.tsx +0 -23
  783. package/src/components/icons/FullscreenExit.tsx +0 -23
  784. package/src/components/icons/Group.tsx +0 -30
  785. package/src/components/icons/History.tsx +0 -33
  786. package/src/components/icons/Image.tsx +0 -37
  787. package/src/components/icons/Info.tsx +0 -31
  788. package/src/components/icons/Link.tsx +0 -17
  789. package/src/components/icons/Linkedin.tsx +0 -23
  790. package/src/components/icons/Loading.tsx +0 -28
  791. package/src/components/icons/Logout.tsx +0 -27
  792. package/src/components/icons/Mail.tsx +0 -17
  793. package/src/components/icons/MapMarker.tsx +0 -26
  794. package/src/components/icons/MenuHorizontal.tsx +0 -29
  795. package/src/components/icons/MenuVertical.tsx +0 -29
  796. package/src/components/icons/Message.tsx +0 -23
  797. package/src/components/icons/Microphone.tsx +0 -23
  798. package/src/components/icons/Minus.tsx +0 -23
  799. package/src/components/icons/MinusCircle.tsx +0 -24
  800. package/src/components/icons/PaperClip.tsx +0 -23
  801. package/src/components/icons/Picture.tsx +0 -23
  802. package/src/components/icons/Plus.tsx +0 -18
  803. package/src/components/icons/Preview.tsx +0 -29
  804. package/src/components/icons/Print.tsx +0 -34
  805. package/src/components/icons/QuestionHelp.tsx +0 -30
  806. package/src/components/icons/Refresh.tsx +0 -30
  807. package/src/components/icons/SelectIcon.tsx +0 -28
  808. package/src/components/icons/Send.tsx +0 -17
  809. package/src/components/icons/Setting.tsx +0 -23
  810. package/src/components/icons/Share.tsx +0 -23
  811. package/src/components/icons/Sound.tsx +0 -23
  812. package/src/components/icons/SoundDeactivated.tsx +0 -27
  813. package/src/components/icons/Telegram.tsx +0 -26
  814. package/src/components/icons/ThumbDown.tsx +0 -29
  815. package/src/components/icons/ThumbUp.tsx +0 -29
  816. package/src/components/icons/Translation.tsx +0 -24
  817. package/src/components/icons/Twitter.tsx +0 -23
  818. package/src/components/icons/Upload.tsx +0 -34
  819. package/src/components/icons/User.tsx +0 -17
  820. package/src/components/icons/Warning.tsx +0 -24
  821. package/src/components/icons/WhatsApp.tsx +0 -24
  822. package/src/components/icons/icons.stories.css +0 -5
  823. package/src/components/icons/icons.stories.tsx +0 -81
  824. package/src/components/icons/loading.css +0 -14
  825. package/src/components/layouts/WebsiteAssistant.test.tsx +0 -40
  826. package/src/components/layouts/__snapshots__/WebsiteAssistant.test.tsx.snap +0 -59
  827. package/src/components/ui/Alert.css +0 -93
  828. package/src/components/ui/Alert.stories.tsx +0 -137
  829. package/src/components/ui/Alert.test.tsx +0 -129
  830. package/src/components/ui/Alert.tsx +0 -123
  831. package/src/components/ui/Button.css +0 -167
  832. package/src/components/ui/Button.stories.tsx +0 -156
  833. package/src/components/ui/Button.test.tsx +0 -74
  834. package/src/components/ui/Button.tsx +0 -107
  835. package/src/components/ui/Card.css +0 -65
  836. package/src/components/ui/Card.stories.tsx +0 -95
  837. package/src/components/ui/Card.test.tsx +0 -47
  838. package/src/components/ui/Card.tsx +0 -48
  839. package/src/components/ui/Checkbox.css +0 -116
  840. package/src/components/ui/Checkbox.stories.tsx +0 -74
  841. package/src/components/ui/Checkbox.test.tsx +0 -28
  842. package/src/components/ui/Checkbox.tsx +0 -58
  843. package/src/components/ui/ConfirmDialog.css +0 -42
  844. package/src/components/ui/ConfirmDialog.stories.tsx +0 -216
  845. package/src/components/ui/ConfirmDialog.test.tsx +0 -124
  846. package/src/components/ui/ConfirmDialog.tsx +0 -58
  847. package/src/components/ui/Details.css +0 -66
  848. package/src/components/ui/Drawer.css +0 -270
  849. package/src/components/ui/Drawer.stories.tsx +0 -267
  850. package/src/components/ui/Drawer.test.tsx +0 -130
  851. package/src/components/ui/Drawer.tsx +0 -293
  852. package/src/components/ui/Dropdown.css +0 -173
  853. package/src/components/ui/Dropdown.tsx +0 -63
  854. package/src/components/ui/Expandable.css +0 -15
  855. package/src/components/ui/Expandable.stories.tsx +0 -180
  856. package/src/components/ui/Expandable.test.tsx +0 -107
  857. package/src/components/ui/Expandable.tsx +0 -121
  858. package/src/components/ui/Modal.css +0 -98
  859. package/src/components/ui/Modal.stories.tsx +0 -171
  860. package/src/components/ui/Modal.test.tsx +0 -111
  861. package/src/components/ui/Modal.tsx +0 -117
  862. package/src/components/ui/Select.css +0 -138
  863. package/src/components/ui/Select.stories.tsx +0 -79
  864. package/src/components/ui/Select.test.tsx +0 -84
  865. package/src/components/ui/Select.tsx +0 -79
  866. package/src/components/ui/Slider.css +0 -192
  867. package/src/components/ui/Slider.stories.tsx +0 -63
  868. package/src/components/ui/Slider.tsx +0 -142
  869. package/src/components/ui/Spin.css +0 -31
  870. package/src/components/ui/Spin.stories.tsx +0 -64
  871. package/src/components/ui/Spin.test.tsx +0 -41
  872. package/src/components/ui/Spin.tsx +0 -31
  873. package/src/components/ui/Table.css +0 -132
  874. package/src/components/ui/Tooltip.css +0 -171
  875. package/src/components/ui/Tooltip.stories.tsx +0 -109
  876. package/src/components/ui/Tooltip.test.tsx +0 -102
  877. package/src/components/ui/Tooltip.tsx +0 -163
  878. package/src/components/ui/__snapshots__/Alert.test.tsx.snap +0 -59
  879. package/src/components/ui/__snapshots__/Button.test.tsx.snap +0 -204
  880. package/src/components/ui/__snapshots__/Card.test.tsx.snap +0 -321
  881. package/src/components/ui/__snapshots__/Checkbox.test.tsx.snap +0 -131
  882. package/src/components/ui/__snapshots__/ConfirmDialog.test.tsx.snap +0 -35
  883. package/src/components/ui/__snapshots__/Drawer.test.tsx.snap +0 -67
  884. package/src/components/ui/__snapshots__/Expandable.test.tsx.snap +0 -159
  885. package/src/components/ui/__snapshots__/Modal.test.tsx.snap +0 -59
  886. package/src/components/ui/__snapshots__/Select.test.tsx.snap +0 -254
  887. package/src/components/ui/__snapshots__/Spin.test.tsx.snap +0 -193
  888. package/src/components/ui/__snapshots__/Tooltip.test.tsx.snap +0 -113
  889. package/src/components/ui/definitions.stories.tsx +0 -139
@@ -11,145 +11,258 @@ exports[`renders StartPanel for board of experts unchanged 1`] = `
11
11
  <div
12
12
  class="memori--board-of-experts"
13
13
  >
14
- <div
15
- class="memori-tooltip memori-tooltip--align-left"
14
+ <span
15
+ class="styles-module__root___-ALla"
16
16
  >
17
- <div
18
- class="memori-tooltip--trigger"
17
+ <span
18
+ class="styles-module__trigger___V2aIF"
19
+ id="base-ui-:rm:"
19
20
  >
20
- <span
21
+ <button
21
22
  aria-label="boardOfExperts"
23
+ class="memori-button memori-button--ghost memori-button--md memori-button--circle memori-button--icon-only"
24
+ tabindex="0"
25
+ type="button"
22
26
  >
23
- <svg
24
- aria-hidden="true"
25
- fill="none"
26
- focusable="false"
27
- height="16"
28
- role="img"
29
- stroke="currentColor"
30
- stroke-linecap="round"
31
- stroke-linejoin="round"
32
- stroke-width="2"
33
- viewBox="0 0 640 512"
34
- width="20"
35
- xmlns="http://www.w3.org/2000/svg"
27
+ <span
28
+ class="memori-button__icon"
36
29
  >
37
- <path
38
- d="M211.2 96a64 64 0 10-128 0 64 64 0 10128 0zM32 256c0 17.7 14.3 32 32 32h85.6c10.1-39.4 38.6-71.5 75.8-86.6-9.7-6-21.2-9.4-33.4-9.4H96c-35.3 0-64 28.7-64 64zm461.6 32H576c17.7 0 32-14.3 32-32 0-35.3-28.7-64-64-64h-96c-11.7 0-22.7 3.1-32.1 8.6 38.1 14.8 67.4 47.3 77.7 87.4zm-102.4-61.6c-6.9-1.6-14.2-2.4-21.6-2.4h-96c-8.5 0-16.7 1.1-24.5 3.1-30.8 8.1-55.6 31.1-66.1 60.9-3.5 10-5.5 20.8-5.5 32 0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32 0-11.2-1.9-22-5.5-32-10.8-30.7-36.8-54.2-68.9-61.6zM563.2 96a64 64 0 10-128 0 64 64 0 10128 0zm-241.6 96a80 80 0 100-160 80 80 0 100 160zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32h576c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z"
39
- />
40
- </svg>
41
- </span>
42
- </div>
43
- </div>
30
+ <svg
31
+ aria-hidden="true"
32
+ class="lucide lucide-users"
33
+ fill="none"
34
+ height="24"
35
+ stroke="currentColor"
36
+ stroke-linecap="round"
37
+ stroke-linejoin="round"
38
+ stroke-width="2"
39
+ viewBox="0 0 24 24"
40
+ width="24"
41
+ xmlns="http://www.w3.org/2000/svg"
42
+ >
43
+ <path
44
+ d="M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"
45
+ />
46
+ <circle
47
+ cx="9"
48
+ cy="7"
49
+ r="4"
50
+ />
51
+ <path
52
+ d="M22 21v-2a4 4 0 0 0-3-3.87"
53
+ />
54
+ <path
55
+ d="M16 3.13a4 4 0 0 1 0 7.75"
56
+ />
57
+ </svg>
58
+ </span>
59
+ </button>
60
+ </span>
61
+ </span>
44
62
  </div>
45
63
  </div>
46
- <picture
47
- class="memori--avatar"
48
- >
49
- <source
50
- src="https://aisuru.com/images/aisuru/square_logo.png"
51
- />
52
- <img
53
- alt="Memori"
54
- src="https://aisuru.com/images/aisuru/square_logo.png"
55
- />
56
- </picture>
57
- <h2
58
- class="memori--title"
59
- >
60
- Memori
61
- </h2>
62
64
  <div
63
- class="memori--description"
65
+ class="memori--start-panel__body"
64
66
  >
65
- <p>
67
+ <div
68
+ class="memori--title-container"
69
+ >
70
+ <picture
71
+ class="memori--avatar"
72
+ >
73
+ <source
74
+ src="https://aisuru.com/images/aisuru/square_logo.png"
75
+ />
76
+ <img
77
+ alt="Memori"
78
+ src="https://aisuru.com/images/aisuru/square_logo.png"
79
+ />
80
+ </picture>
66
81
  <div
67
- class="memori-expandable memori--description-text"
82
+ class="memori--title-container__content"
68
83
  >
84
+ <h2
85
+ class="memori--title"
86
+ >
87
+ Memori
88
+ </h2>
69
89
  <div
70
- class="memori-expandable--inner"
71
- style="max-height: 9999px;"
90
+ class="memori-expandable memori--description-text memori--description-text--collapsible"
72
91
  >
73
- Lorem ipsum.
92
+ <div
93
+ class="memori-expandable__inner"
94
+ style="max-height: 9999px;"
95
+ >
96
+ Lorem ipsum.
97
+ </div>
74
98
  </div>
75
99
  </div>
76
- </p>
77
- <div
78
- class="memori--start-privacy-explanation-container"
79
- >
80
- <p
81
- class="memori--start-privacy-explanation"
82
- >
83
- write_and_speak.pagePrivacyExplanation
84
- </p>
85
100
  <div
86
- class="memori-tooltip memori-tooltip--align-topLeft"
101
+ class="memori--completion-provider-status--loading"
87
102
  >
88
103
  <div
89
- class="memori-tooltip--trigger"
104
+ class="memori-spin memori-spin--spinning"
90
105
  >
91
- <svg
92
- aria-hidden="true"
93
- class="memori--start-privacy-explanation-icon"
94
- fill="none"
95
- focusable="false"
96
- role="img"
97
- stroke="currentColor"
98
- stroke-linecap="round"
99
- stroke-linejoin="round"
100
- stroke-width="1.5"
101
- viewBox="0 0 24 24"
102
- xmlns="http://www.w3.org/2000/svg"
106
+ <div
107
+ aria-label="Loading"
108
+ aria-live="polite"
109
+ class="memori-spin__overlay"
110
+ role="status"
103
111
  >
104
- <circle
105
- cx="12"
106
- cy="12"
107
- r="10"
108
- />
109
- <path
110
- d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"
111
- />
112
- <path
113
- d="M12 17L12.01 17"
114
- />
115
- </svg>
112
+ <div
113
+ class="memori-spin__container"
114
+ >
115
+ <svg
116
+ aria-hidden="true"
117
+ class="lucide lucide-loader-circle memori-spin__icon"
118
+ fill="none"
119
+ height="24"
120
+ stroke="currentColor"
121
+ stroke-linecap="round"
122
+ stroke-linejoin="round"
123
+ stroke-width="2"
124
+ viewBox="0 0 24 24"
125
+ width="24"
126
+ xmlns="http://www.w3.org/2000/svg"
127
+ >
128
+ <path
129
+ d="M21 12a9 9 0 1 1-6.219-8.56"
130
+ />
131
+ </svg>
132
+ </div>
133
+ </div>
116
134
  </div>
117
135
  </div>
118
136
  </div>
119
- <button
120
- class="memori-button memori-button--primary memori-button--rounded memori-button--padded memori--start-button"
121
- >
122
- write_and_speak.tryMeButton
123
- </button>
124
137
  <div
125
- class="memori--completion-provider-status--loading"
138
+ class="memori--description"
126
139
  >
127
- <div
128
- class="memori-spin memori-spin--spinning"
140
+ <section
141
+ class="memori--start-panel__mobile-info"
129
142
  >
130
143
  <div
131
- class="memori-spin--spinner"
144
+ class="memori--start-panel__mobile-info-content"
132
145
  >
133
- <svg
134
- aria-hidden="true"
135
- class="memori-loading-icon"
136
- focusable="false"
137
- role="img"
138
- viewBox="0 0 1024 1024"
139
- xmlns="http://www.w3.org/2000/svg"
146
+ <section
147
+ class="memori--settings-section"
140
148
  >
141
- <path
142
- 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"
143
- />
144
- </svg>
149
+ <div
150
+ class="memori--settings-section__row"
151
+ >
152
+ <div
153
+ aria-hidden="true"
154
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--neutral"
155
+ >
156
+ <svg
157
+ class="lucide lucide-eye memori--settings-section__icon"
158
+ fill="none"
159
+ height="24"
160
+ stroke="currentColor"
161
+ stroke-linecap="round"
162
+ stroke-linejoin="round"
163
+ stroke-width="2"
164
+ viewBox="0 0 24 24"
165
+ width="24"
166
+ xmlns="http://www.w3.org/2000/svg"
167
+ >
168
+ <path
169
+ d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
170
+ />
171
+ <circle
172
+ cx="12"
173
+ cy="12"
174
+ r="3"
175
+ />
176
+ </svg>
177
+ </div>
178
+ <div
179
+ class="memori--settings-section__content"
180
+ >
181
+ <div
182
+ class="memori--settings-section__title-inline"
183
+ >
184
+ <p
185
+ class="memori--settings-section__title"
186
+ >
187
+ write_and_speak.pagePrivacyExplanation
188
+ </p>
189
+ </div>
190
+ <p
191
+ class="memori--settings-section__description"
192
+ >
193
+ write_and_speak.pagePrivacyExplanationList.authorUsesInfo
194
+ </p>
195
+ </div>
196
+ <span
197
+ class="styles-module__root___-ALla"
198
+ >
199
+ <span
200
+ class="styles-module__trigger___V2aIF"
201
+ id="base-ui-:ro:"
202
+ >
203
+ <button
204
+ aria-label="privacyPolicy"
205
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
206
+ tabindex="0"
207
+ type="button"
208
+ >
209
+ <span
210
+ class="memori-button__content"
211
+ >
212
+ <svg
213
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
214
+ fill="none"
215
+ height="24"
216
+ stroke="currentColor"
217
+ stroke-linecap="round"
218
+ stroke-linejoin="round"
219
+ stroke-width="2"
220
+ viewBox="0 0 24 24"
221
+ width="24"
222
+ xmlns="http://www.w3.org/2000/svg"
223
+ >
224
+ <circle
225
+ cx="12"
226
+ cy="12"
227
+ r="10"
228
+ />
229
+ <path
230
+ d="M12 16v-4"
231
+ />
232
+ <path
233
+ d="M12 8h.01"
234
+ />
235
+ </svg>
236
+ </span>
237
+ </button>
238
+ </span>
239
+ </span>
240
+ </div>
241
+ </section>
145
242
  </div>
243
+ </section>
244
+ <div
245
+ class="memori--start-actions"
246
+ >
247
+ <button
248
+ class="memori-button memori-button--primary memori-button--lg memori--start-actions__start"
249
+ style="font-weight: var(--memori-text-weight-bold);"
250
+ tabindex="0"
251
+ type="button"
252
+ >
253
+ <span
254
+ class="memori-button__content"
255
+ >
256
+ write_and_speak.tryMeButton
257
+ </span>
258
+ </button>
146
259
  </div>
260
+ <p
261
+ class="memori--start-description"
262
+ >
263
+ write_and_speak.pageTryMeExplanation
264
+ </p>
147
265
  </div>
148
- <p
149
- class="memori--start-description"
150
- >
151
- write_and_speak.pageTryMeExplanation
152
- </p>
153
266
  </div>
154
267
  </div>
155
268
  </div>
@@ -163,113 +276,208 @@ exports[`renders StartPanel on instruct unchanged 1`] = `
163
276
  <div
164
277
  class="memori--cover"
165
278
  />
166
- <picture
167
- class="memori--avatar"
168
- >
169
- <source
170
- src="https://aisuru.com/images/aisuru/square_logo.png"
171
- />
172
- <img
173
- alt="Memori"
174
- src="https://aisuru.com/images/aisuru/square_logo.png"
175
- />
176
- </picture>
177
- <h2
178
- class="memori--title"
179
- >
180
- Memori
181
- </h2>
182
279
  <div
183
- class="memori--description"
280
+ class="memori--start-panel__body"
184
281
  >
185
- <p>
282
+ <div
283
+ class="memori--title-container"
284
+ >
285
+ <picture
286
+ class="memori--avatar"
287
+ >
288
+ <source
289
+ src="https://aisuru.com/images/aisuru/square_logo.png"
290
+ />
291
+ <img
292
+ alt="Memori"
293
+ src="https://aisuru.com/images/aisuru/square_logo.png"
294
+ />
295
+ </picture>
186
296
  <div
187
- class="memori-expandable memori--description-text"
297
+ class="memori--title-container__content"
188
298
  >
299
+ <h2
300
+ class="memori--title"
301
+ >
302
+ Memori
303
+ </h2>
189
304
  <div
190
- class="memori-expandable--inner"
191
- style="max-height: 9999px;"
305
+ class="memori-expandable memori--description-text memori--description-text--collapsible"
192
306
  >
193
- Lorem ipsum.
307
+ <div
308
+ class="memori-expandable__inner"
309
+ style="max-height: 9999px;"
310
+ >
311
+ Lorem ipsum.
312
+ </div>
194
313
  </div>
195
314
  </div>
196
- </p>
197
- <div
198
- class="memori--start-privacy-explanation-container"
199
- >
200
- <p
201
- class="memori--start-privacy-explanation"
202
- >
203
- write_and_speak.pagePrivacyExplanation
204
- </p>
205
315
  <div
206
- class="memori-tooltip memori-tooltip--align-topLeft"
316
+ class="memori--completion-provider-status--loading"
207
317
  >
208
318
  <div
209
- class="memori-tooltip--trigger"
319
+ class="memori-spin memori-spin--spinning"
210
320
  >
211
- <svg
212
- aria-hidden="true"
213
- class="memori--start-privacy-explanation-icon"
214
- fill="none"
215
- focusable="false"
216
- role="img"
217
- stroke="currentColor"
218
- stroke-linecap="round"
219
- stroke-linejoin="round"
220
- stroke-width="1.5"
221
- viewBox="0 0 24 24"
222
- xmlns="http://www.w3.org/2000/svg"
321
+ <div
322
+ aria-label="Loading"
323
+ aria-live="polite"
324
+ class="memori-spin__overlay"
325
+ role="status"
223
326
  >
224
- <circle
225
- cx="12"
226
- cy="12"
227
- r="10"
228
- />
229
- <path
230
- d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"
231
- />
232
- <path
233
- d="M12 17L12.01 17"
234
- />
235
- </svg>
327
+ <div
328
+ class="memori-spin__container"
329
+ >
330
+ <svg
331
+ aria-hidden="true"
332
+ class="lucide lucide-loader-circle memori-spin__icon"
333
+ fill="none"
334
+ height="24"
335
+ stroke="currentColor"
336
+ stroke-linecap="round"
337
+ stroke-linejoin="round"
338
+ stroke-width="2"
339
+ viewBox="0 0 24 24"
340
+ width="24"
341
+ xmlns="http://www.w3.org/2000/svg"
342
+ >
343
+ <path
344
+ d="M21 12a9 9 0 1 1-6.219-8.56"
345
+ />
346
+ </svg>
347
+ </div>
348
+ </div>
236
349
  </div>
237
350
  </div>
238
351
  </div>
239
- <button
240
- class="memori-button memori-button--primary memori-button--rounded memori-button--padded memori--start-button"
241
- >
242
- write_and_speak.instructButton
243
- </button>
244
352
  <div
245
- class="memori--completion-provider-status--loading"
353
+ class="memori--description"
246
354
  >
247
- <div
248
- class="memori-spin memori-spin--spinning"
355
+ <section
356
+ class="memori--start-panel__mobile-info"
249
357
  >
250
358
  <div
251
- class="memori-spin--spinner"
359
+ class="memori--start-panel__mobile-info-content"
252
360
  >
253
- <svg
254
- aria-hidden="true"
255
- class="memori-loading-icon"
256
- focusable="false"
257
- role="img"
258
- viewBox="0 0 1024 1024"
259
- xmlns="http://www.w3.org/2000/svg"
361
+ <section
362
+ class="memori--settings-section"
260
363
  >
261
- <path
262
- 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"
263
- />
264
- </svg>
364
+ <div
365
+ class="memori--settings-section__row"
366
+ >
367
+ <div
368
+ aria-hidden="true"
369
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--neutral"
370
+ >
371
+ <svg
372
+ class="lucide lucide-eye memori--settings-section__icon"
373
+ fill="none"
374
+ height="24"
375
+ stroke="currentColor"
376
+ stroke-linecap="round"
377
+ stroke-linejoin="round"
378
+ stroke-width="2"
379
+ viewBox="0 0 24 24"
380
+ width="24"
381
+ xmlns="http://www.w3.org/2000/svg"
382
+ >
383
+ <path
384
+ d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
385
+ />
386
+ <circle
387
+ cx="12"
388
+ cy="12"
389
+ r="3"
390
+ />
391
+ </svg>
392
+ </div>
393
+ <div
394
+ class="memori--settings-section__content"
395
+ >
396
+ <div
397
+ class="memori--settings-section__title-inline"
398
+ >
399
+ <p
400
+ class="memori--settings-section__title"
401
+ >
402
+ write_and_speak.pagePrivacyExplanation
403
+ </p>
404
+ </div>
405
+ <p
406
+ class="memori--settings-section__description"
407
+ >
408
+ write_and_speak.pagePrivacyExplanationList.authorUsesInfo
409
+ </p>
410
+ </div>
411
+ <span
412
+ class="styles-module__root___-ALla"
413
+ >
414
+ <span
415
+ class="styles-module__trigger___V2aIF"
416
+ id="base-ui-:r1q:"
417
+ >
418
+ <button
419
+ aria-label="privacyPolicy"
420
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
421
+ tabindex="0"
422
+ type="button"
423
+ >
424
+ <span
425
+ class="memori-button__content"
426
+ >
427
+ <svg
428
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
429
+ fill="none"
430
+ height="24"
431
+ stroke="currentColor"
432
+ stroke-linecap="round"
433
+ stroke-linejoin="round"
434
+ stroke-width="2"
435
+ viewBox="0 0 24 24"
436
+ width="24"
437
+ xmlns="http://www.w3.org/2000/svg"
438
+ >
439
+ <circle
440
+ cx="12"
441
+ cy="12"
442
+ r="10"
443
+ />
444
+ <path
445
+ d="M12 16v-4"
446
+ />
447
+ <path
448
+ d="M12 8h.01"
449
+ />
450
+ </svg>
451
+ </span>
452
+ </button>
453
+ </span>
454
+ </span>
455
+ </div>
456
+ </section>
265
457
  </div>
458
+ </section>
459
+ <div
460
+ class="memori--start-actions"
461
+ >
462
+ <button
463
+ class="memori-button memori-button--primary memori-button--lg memori--start-actions__start"
464
+ style="font-weight: var(--memori-text-weight-bold);"
465
+ tabindex="0"
466
+ type="button"
467
+ >
468
+ <span
469
+ class="memori-button__content"
470
+ >
471
+ write_and_speak.instructButton
472
+ </span>
473
+ </button>
266
474
  </div>
475
+ <p
476
+ class="memori--start-description"
477
+ >
478
+ write_and_speak.pageInstructExplanation
479
+ </p>
267
480
  </div>
268
- <p
269
- class="memori--start-description"
270
- >
271
- write_and_speak.pageInstructExplanation
272
- </p>
273
481
  </div>
274
482
  </div>
275
483
  </div>
@@ -283,113 +491,208 @@ exports[`renders StartPanel unchanged 1`] = `
283
491
  <div
284
492
  class="memori--cover"
285
493
  />
286
- <picture
287
- class="memori--avatar"
288
- >
289
- <source
290
- src="https://aisuru.com/images/aisuru/square_logo.png"
291
- />
292
- <img
293
- alt="Memori"
294
- src="https://aisuru.com/images/aisuru/square_logo.png"
295
- />
296
- </picture>
297
- <h2
298
- class="memori--title"
299
- >
300
- Memori
301
- </h2>
302
494
  <div
303
- class="memori--description"
495
+ class="memori--start-panel__body"
304
496
  >
305
- <p>
497
+ <div
498
+ class="memori--title-container"
499
+ >
500
+ <picture
501
+ class="memori--avatar"
502
+ >
503
+ <source
504
+ src="https://aisuru.com/images/aisuru/square_logo.png"
505
+ />
506
+ <img
507
+ alt="Memori"
508
+ src="https://aisuru.com/images/aisuru/square_logo.png"
509
+ />
510
+ </picture>
306
511
  <div
307
- class="memori-expandable memori--description-text"
512
+ class="memori--title-container__content"
308
513
  >
514
+ <h2
515
+ class="memori--title"
516
+ >
517
+ Memori
518
+ </h2>
309
519
  <div
310
- class="memori-expandable--inner"
311
- style="max-height: 9999px;"
520
+ class="memori-expandable memori--description-text memori--description-text--collapsible"
312
521
  >
313
- Lorem ipsum.
522
+ <div
523
+ class="memori-expandable__inner"
524
+ style="max-height: 9999px;"
525
+ >
526
+ Lorem ipsum.
527
+ </div>
314
528
  </div>
315
529
  </div>
316
- </p>
317
- <div
318
- class="memori--start-privacy-explanation-container"
319
- >
320
- <p
321
- class="memori--start-privacy-explanation"
322
- >
323
- write_and_speak.pagePrivacyExplanation
324
- </p>
325
530
  <div
326
- class="memori-tooltip memori-tooltip--align-topLeft"
531
+ class="memori--completion-provider-status--loading"
327
532
  >
328
533
  <div
329
- class="memori-tooltip--trigger"
534
+ class="memori-spin memori-spin--spinning"
330
535
  >
331
- <svg
332
- aria-hidden="true"
333
- class="memori--start-privacy-explanation-icon"
334
- fill="none"
335
- focusable="false"
336
- role="img"
337
- stroke="currentColor"
338
- stroke-linecap="round"
339
- stroke-linejoin="round"
340
- stroke-width="1.5"
341
- viewBox="0 0 24 24"
342
- xmlns="http://www.w3.org/2000/svg"
536
+ <div
537
+ aria-label="Loading"
538
+ aria-live="polite"
539
+ class="memori-spin__overlay"
540
+ role="status"
343
541
  >
344
- <circle
345
- cx="12"
346
- cy="12"
347
- r="10"
348
- />
349
- <path
350
- d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"
351
- />
352
- <path
353
- d="M12 17L12.01 17"
354
- />
355
- </svg>
542
+ <div
543
+ class="memori-spin__container"
544
+ >
545
+ <svg
546
+ aria-hidden="true"
547
+ class="lucide lucide-loader-circle memori-spin__icon"
548
+ fill="none"
549
+ height="24"
550
+ stroke="currentColor"
551
+ stroke-linecap="round"
552
+ stroke-linejoin="round"
553
+ stroke-width="2"
554
+ viewBox="0 0 24 24"
555
+ width="24"
556
+ xmlns="http://www.w3.org/2000/svg"
557
+ >
558
+ <path
559
+ d="M21 12a9 9 0 1 1-6.219-8.56"
560
+ />
561
+ </svg>
562
+ </div>
563
+ </div>
356
564
  </div>
357
565
  </div>
358
566
  </div>
359
- <button
360
- class="memori-button memori-button--primary memori-button--rounded memori-button--padded memori--start-button"
361
- >
362
- write_and_speak.tryMeButton
363
- </button>
364
567
  <div
365
- class="memori--completion-provider-status--loading"
568
+ class="memori--description"
366
569
  >
367
- <div
368
- class="memori-spin memori-spin--spinning"
570
+ <section
571
+ class="memori--start-panel__mobile-info"
369
572
  >
370
573
  <div
371
- class="memori-spin--spinner"
574
+ class="memori--start-panel__mobile-info-content"
372
575
  >
373
- <svg
374
- aria-hidden="true"
375
- class="memori-loading-icon"
376
- focusable="false"
377
- role="img"
378
- viewBox="0 0 1024 1024"
379
- xmlns="http://www.w3.org/2000/svg"
576
+ <section
577
+ class="memori--settings-section"
380
578
  >
381
- <path
382
- 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"
383
- />
384
- </svg>
579
+ <div
580
+ class="memori--settings-section__row"
581
+ >
582
+ <div
583
+ aria-hidden="true"
584
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--neutral"
585
+ >
586
+ <svg
587
+ class="lucide lucide-eye memori--settings-section__icon"
588
+ fill="none"
589
+ height="24"
590
+ stroke="currentColor"
591
+ stroke-linecap="round"
592
+ stroke-linejoin="round"
593
+ stroke-width="2"
594
+ viewBox="0 0 24 24"
595
+ width="24"
596
+ xmlns="http://www.w3.org/2000/svg"
597
+ >
598
+ <path
599
+ d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
600
+ />
601
+ <circle
602
+ cx="12"
603
+ cy="12"
604
+ r="3"
605
+ />
606
+ </svg>
607
+ </div>
608
+ <div
609
+ class="memori--settings-section__content"
610
+ >
611
+ <div
612
+ class="memori--settings-section__title-inline"
613
+ >
614
+ <p
615
+ class="memori--settings-section__title"
616
+ >
617
+ write_and_speak.pagePrivacyExplanation
618
+ </p>
619
+ </div>
620
+ <p
621
+ class="memori--settings-section__description"
622
+ >
623
+ write_and_speak.pagePrivacyExplanationList.authorUsesInfo
624
+ </p>
625
+ </div>
626
+ <span
627
+ class="styles-module__root___-ALla"
628
+ >
629
+ <span
630
+ class="styles-module__trigger___V2aIF"
631
+ id="base-ui-:r1:"
632
+ >
633
+ <button
634
+ aria-label="privacyPolicy"
635
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
636
+ tabindex="0"
637
+ type="button"
638
+ >
639
+ <span
640
+ class="memori-button__content"
641
+ >
642
+ <svg
643
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
644
+ fill="none"
645
+ height="24"
646
+ stroke="currentColor"
647
+ stroke-linecap="round"
648
+ stroke-linejoin="round"
649
+ stroke-width="2"
650
+ viewBox="0 0 24 24"
651
+ width="24"
652
+ xmlns="http://www.w3.org/2000/svg"
653
+ >
654
+ <circle
655
+ cx="12"
656
+ cy="12"
657
+ r="10"
658
+ />
659
+ <path
660
+ d="M12 16v-4"
661
+ />
662
+ <path
663
+ d="M12 8h.01"
664
+ />
665
+ </svg>
666
+ </span>
667
+ </button>
668
+ </span>
669
+ </span>
670
+ </div>
671
+ </section>
385
672
  </div>
673
+ </section>
674
+ <div
675
+ class="memori--start-actions"
676
+ >
677
+ <button
678
+ class="memori-button memori-button--primary memori-button--lg memori--start-actions__start"
679
+ style="font-weight: var(--memori-text-weight-bold);"
680
+ tabindex="0"
681
+ type="button"
682
+ >
683
+ <span
684
+ class="memori-button__content"
685
+ >
686
+ write_and_speak.tryMeButton
687
+ </span>
688
+ </button>
386
689
  </div>
690
+ <p
691
+ class="memori--start-description"
692
+ >
693
+ write_and_speak.pageTryMeExplanation
694
+ </p>
387
695
  </div>
388
- <p
389
- class="memori--start-description"
390
- >
391
- write_and_speak.pageTryMeExplanation
392
- </p>
393
696
  </div>
394
697
  </div>
395
698
  </div>
@@ -403,115 +706,203 @@ exports[`renders StartPanel with completion provider down unchanged 1`] = `
403
706
  <div
404
707
  class="memori--cover"
405
708
  />
406
- <picture
407
- class="memori--avatar"
408
- >
409
- <source
410
- src="https://aisuru.com/images/aisuru/square_logo.png"
411
- />
412
- <img
413
- alt="Memori"
414
- src="https://aisuru.com/images/aisuru/square_logo.png"
415
- />
416
- </picture>
417
- <h2
418
- class="memori--title"
419
- >
420
- Memori
421
- </h2>
422
709
  <div
423
- class="memori--description"
710
+ class="memori--start-panel__body"
424
711
  >
425
- <p>
712
+ <div
713
+ class="memori--title-container"
714
+ >
715
+ <picture
716
+ class="memori--avatar"
717
+ >
718
+ <source
719
+ src="https://aisuru.com/images/aisuru/square_logo.png"
720
+ />
721
+ <img
722
+ alt="Memori"
723
+ src="https://aisuru.com/images/aisuru/square_logo.png"
724
+ />
725
+ </picture>
426
726
  <div
427
- class="memori-expandable memori--description-text"
727
+ class="memori--title-container__content"
428
728
  >
729
+ <h2
730
+ class="memori--title"
731
+ >
732
+ Memori
733
+ </h2>
429
734
  <div
430
- class="memori-expandable--inner"
431
- style="max-height: 9999px;"
735
+ class="memori-expandable memori--description-text memori--description-text--collapsible"
432
736
  >
433
- Lorem ipsum.
737
+ <div
738
+ class="memori-expandable__inner"
739
+ style="max-height: 9999px;"
740
+ >
741
+ Lorem ipsum.
742
+ </div>
434
743
  </div>
435
744
  </div>
436
- </p>
437
- <div
438
- class="memori--start-privacy-explanation-container"
439
- >
440
- <p
441
- class="memori--start-privacy-explanation"
442
- >
443
- write_and_speak.pagePrivacyExplanation
444
- </p>
445
- <div
446
- class="memori-tooltip memori-tooltip--align-topLeft"
745
+ <span
746
+ class="styles-module__root___-ALla memori--completion-provider-status--tooltip"
447
747
  >
448
- <div
449
- class="memori-tooltip--trigger"
748
+ <span
749
+ class="styles-module__trigger___V2aIF"
750
+ id="base-ui-:r2s:"
450
751
  >
451
752
  <svg
452
- aria-hidden="true"
453
- class="memori--start-privacy-explanation-icon"
753
+ class="lucide lucide-triangle-alert memori--completion-provider-status--icon memori--completion-provider-status--icon-error"
454
754
  fill="none"
455
- focusable="false"
456
- role="img"
755
+ height="24"
457
756
  stroke="currentColor"
458
757
  stroke-linecap="round"
459
758
  stroke-linejoin="round"
460
- stroke-width="1.5"
759
+ stroke-width="2"
461
760
  viewBox="0 0 24 24"
761
+ width="24"
462
762
  xmlns="http://www.w3.org/2000/svg"
463
763
  >
464
- <circle
465
- cx="12"
466
- cy="12"
467
- r="10"
764
+ <path
765
+ d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"
468
766
  />
469
767
  <path
470
- d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"
768
+ d="M12 9v4"
471
769
  />
472
770
  <path
473
- d="M12 17L12.01 17"
771
+ d="M12 17h.01"
474
772
  />
475
773
  </svg>
476
- </div>
477
- </div>
774
+ </span>
775
+ </span>
478
776
  </div>
479
- <button
480
- class="memori-button memori-button--primary memori-button--rounded memori-button--padded memori--start-button"
481
- >
482
- write_and_speak.tryMeButton
483
- </button>
484
777
  <div
485
- class="memori-tooltip memori-tooltip--align-right memori--completion-provider-status--tooltip"
778
+ class="memori--description"
486
779
  >
780
+ <section
781
+ class="memori--start-panel__mobile-info"
782
+ >
783
+ <div
784
+ class="memori--start-panel__mobile-info-content"
785
+ >
786
+ <section
787
+ class="memori--settings-section"
788
+ >
789
+ <div
790
+ class="memori--settings-section__row"
791
+ >
792
+ <div
793
+ aria-hidden="true"
794
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--neutral"
795
+ >
796
+ <svg
797
+ class="lucide lucide-eye memori--settings-section__icon"
798
+ fill="none"
799
+ height="24"
800
+ stroke="currentColor"
801
+ stroke-linecap="round"
802
+ stroke-linejoin="round"
803
+ stroke-width="2"
804
+ viewBox="0 0 24 24"
805
+ width="24"
806
+ xmlns="http://www.w3.org/2000/svg"
807
+ >
808
+ <path
809
+ d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
810
+ />
811
+ <circle
812
+ cx="12"
813
+ cy="12"
814
+ r="3"
815
+ />
816
+ </svg>
817
+ </div>
818
+ <div
819
+ class="memori--settings-section__content"
820
+ >
821
+ <div
822
+ class="memori--settings-section__title-inline"
823
+ >
824
+ <p
825
+ class="memori--settings-section__title"
826
+ >
827
+ write_and_speak.pagePrivacyExplanation
828
+ </p>
829
+ </div>
830
+ <p
831
+ class="memori--settings-section__description"
832
+ >
833
+ write_and_speak.pagePrivacyExplanationList.authorUsesInfo
834
+ </p>
835
+ </div>
836
+ <span
837
+ class="styles-module__root___-ALla"
838
+ >
839
+ <span
840
+ class="styles-module__trigger___V2aIF"
841
+ id="base-ui-:r2u:"
842
+ >
843
+ <button
844
+ aria-label="privacyPolicy"
845
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
846
+ tabindex="0"
847
+ type="button"
848
+ >
849
+ <span
850
+ class="memori-button__content"
851
+ >
852
+ <svg
853
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
854
+ fill="none"
855
+ height="24"
856
+ stroke="currentColor"
857
+ stroke-linecap="round"
858
+ stroke-linejoin="round"
859
+ stroke-width="2"
860
+ viewBox="0 0 24 24"
861
+ width="24"
862
+ xmlns="http://www.w3.org/2000/svg"
863
+ >
864
+ <circle
865
+ cx="12"
866
+ cy="12"
867
+ r="10"
868
+ />
869
+ <path
870
+ d="M12 16v-4"
871
+ />
872
+ <path
873
+ d="M12 8h.01"
874
+ />
875
+ </svg>
876
+ </span>
877
+ </button>
878
+ </span>
879
+ </span>
880
+ </div>
881
+ </section>
882
+ </div>
883
+ </section>
487
884
  <div
488
- class="memori-tooltip--trigger"
489
- >
490
- <svg
491
- aria-hidden="true"
492
- class="memori--completion-provider-status--icon memori--completion-provider-status--icon-error"
493
- color="currentColor"
494
- fill="none"
495
- height="800px"
496
- viewBox="0 0 24 24"
497
- width="800px"
498
- xmlns="http://www.w3.org/2000/svg"
499
- >
500
- <path
501
- d="M12 16H12.01M12 8V12M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z"
502
- stroke="currentColor"
503
- stroke-linecap="round"
504
- stroke-linejoin="round"
505
- stroke-width="2"
506
- />
507
- </svg>
885
+ class="memori--start-actions"
886
+ >
887
+ <button
888
+ class="memori-button memori-button--primary memori-button--lg memori--start-actions__start"
889
+ style="font-weight: var(--memori-text-weight-bold);"
890
+ tabindex="0"
891
+ type="button"
892
+ >
893
+ <span
894
+ class="memori-button__content"
895
+ >
896
+ write_and_speak.tryMeButton
897
+ </span>
898
+ </button>
508
899
  </div>
900
+ <p
901
+ class="memori--start-description"
902
+ >
903
+ write_and_speak.pageTryMeExplanation
904
+ </p>
509
905
  </div>
510
- <p
511
- class="memori--start-description"
512
- >
513
- write_and_speak.pageTryMeExplanation
514
- </p>
515
906
  </div>
516
907
  </div>
517
908
  </div>
@@ -525,113 +916,208 @@ exports[`renders StartPanel with completions enabled unchanged 1`] = `
525
916
  <div
526
917
  class="memori--cover"
527
918
  />
528
- <picture
529
- class="memori--avatar"
530
- >
531
- <source
532
- src="https://aisuru.com/images/aisuru/square_logo.png"
533
- />
534
- <img
535
- alt="Memori"
536
- src="https://aisuru.com/images/aisuru/square_logo.png"
537
- />
538
- </picture>
539
- <h2
540
- class="memori--title"
541
- >
542
- Memori
543
- </h2>
544
919
  <div
545
- class="memori--description"
920
+ class="memori--start-panel__body"
546
921
  >
547
- <p>
922
+ <div
923
+ class="memori--title-container"
924
+ >
925
+ <picture
926
+ class="memori--avatar"
927
+ >
928
+ <source
929
+ src="https://aisuru.com/images/aisuru/square_logo.png"
930
+ />
931
+ <img
932
+ alt="Memori"
933
+ src="https://aisuru.com/images/aisuru/square_logo.png"
934
+ />
935
+ </picture>
548
936
  <div
549
- class="memori-expandable memori--description-text"
937
+ class="memori--title-container__content"
550
938
  >
939
+ <h2
940
+ class="memori--title"
941
+ >
942
+ Memori
943
+ </h2>
551
944
  <div
552
- class="memori-expandable--inner"
553
- style="max-height: 9999px;"
945
+ class="memori-expandable memori--description-text memori--description-text--collapsible"
554
946
  >
555
- Lorem ipsum.
947
+ <div
948
+ class="memori-expandable__inner"
949
+ style="max-height: 9999px;"
950
+ >
951
+ Lorem ipsum.
952
+ </div>
556
953
  </div>
557
954
  </div>
558
- </p>
559
- <div
560
- class="memori--start-privacy-explanation-container"
561
- >
562
- <p
563
- class="memori--start-privacy-explanation"
564
- >
565
- write_and_speak.pagePrivacyExplanation
566
- </p>
567
955
  <div
568
- class="memori-tooltip memori-tooltip--align-topLeft"
956
+ class="memori--completion-provider-status--loading"
569
957
  >
570
958
  <div
571
- class="memori-tooltip--trigger"
959
+ class="memori-spin memori-spin--spinning"
572
960
  >
573
- <svg
574
- aria-hidden="true"
575
- class="memori--start-privacy-explanation-icon"
576
- fill="none"
577
- focusable="false"
578
- role="img"
579
- stroke="currentColor"
580
- stroke-linecap="round"
581
- stroke-linejoin="round"
582
- stroke-width="1.5"
583
- viewBox="0 0 24 24"
584
- xmlns="http://www.w3.org/2000/svg"
961
+ <div
962
+ aria-label="Loading"
963
+ aria-live="polite"
964
+ class="memori-spin__overlay"
965
+ role="status"
585
966
  >
586
- <circle
587
- cx="12"
588
- cy="12"
589
- r="10"
590
- />
591
- <path
592
- d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"
593
- />
594
- <path
595
- d="M12 17L12.01 17"
596
- />
597
- </svg>
967
+ <div
968
+ class="memori-spin__container"
969
+ >
970
+ <svg
971
+ aria-hidden="true"
972
+ class="lucide lucide-loader-circle memori-spin__icon"
973
+ fill="none"
974
+ height="24"
975
+ stroke="currentColor"
976
+ stroke-linecap="round"
977
+ stroke-linejoin="round"
978
+ stroke-width="2"
979
+ viewBox="0 0 24 24"
980
+ width="24"
981
+ xmlns="http://www.w3.org/2000/svg"
982
+ >
983
+ <path
984
+ d="M21 12a9 9 0 1 1-6.219-8.56"
985
+ />
986
+ </svg>
987
+ </div>
988
+ </div>
598
989
  </div>
599
990
  </div>
600
991
  </div>
601
- <button
602
- class="memori-button memori-button--primary memori-button--rounded memori-button--padded memori--start-button"
603
- >
604
- write_and_speak.tryMeButton
605
- </button>
606
992
  <div
607
- class="memori--completion-provider-status--loading"
993
+ class="memori--description"
608
994
  >
609
- <div
610
- class="memori-spin memori-spin--spinning"
995
+ <section
996
+ class="memori--start-panel__mobile-info"
611
997
  >
612
998
  <div
613
- class="memori-spin--spinner"
999
+ class="memori--start-panel__mobile-info-content"
614
1000
  >
615
- <svg
616
- aria-hidden="true"
617
- class="memori-loading-icon"
618
- focusable="false"
619
- role="img"
620
- viewBox="0 0 1024 1024"
621
- xmlns="http://www.w3.org/2000/svg"
1001
+ <section
1002
+ class="memori--settings-section"
622
1003
  >
623
- <path
624
- 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"
625
- />
626
- </svg>
1004
+ <div
1005
+ class="memori--settings-section__row"
1006
+ >
1007
+ <div
1008
+ aria-hidden="true"
1009
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--neutral"
1010
+ >
1011
+ <svg
1012
+ class="lucide lucide-eye memori--settings-section__icon"
1013
+ fill="none"
1014
+ height="24"
1015
+ stroke="currentColor"
1016
+ stroke-linecap="round"
1017
+ stroke-linejoin="round"
1018
+ stroke-width="2"
1019
+ viewBox="0 0 24 24"
1020
+ width="24"
1021
+ xmlns="http://www.w3.org/2000/svg"
1022
+ >
1023
+ <path
1024
+ d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
1025
+ />
1026
+ <circle
1027
+ cx="12"
1028
+ cy="12"
1029
+ r="3"
1030
+ />
1031
+ </svg>
1032
+ </div>
1033
+ <div
1034
+ class="memori--settings-section__content"
1035
+ >
1036
+ <div
1037
+ class="memori--settings-section__title-inline"
1038
+ >
1039
+ <p
1040
+ class="memori--settings-section__title"
1041
+ >
1042
+ write_and_speak.pagePrivacyExplanation
1043
+ </p>
1044
+ </div>
1045
+ <p
1046
+ class="memori--settings-section__description"
1047
+ >
1048
+ write_and_speak.pagePrivacyExplanationList.authorUsesInfo
1049
+ </p>
1050
+ </div>
1051
+ <span
1052
+ class="styles-module__root___-ALla"
1053
+ >
1054
+ <span
1055
+ class="styles-module__trigger___V2aIF"
1056
+ id="base-ui-:rf:"
1057
+ >
1058
+ <button
1059
+ aria-label="privacyPolicy"
1060
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
1061
+ tabindex="0"
1062
+ type="button"
1063
+ >
1064
+ <span
1065
+ class="memori-button__content"
1066
+ >
1067
+ <svg
1068
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
1069
+ fill="none"
1070
+ height="24"
1071
+ stroke="currentColor"
1072
+ stroke-linecap="round"
1073
+ stroke-linejoin="round"
1074
+ stroke-width="2"
1075
+ viewBox="0 0 24 24"
1076
+ width="24"
1077
+ xmlns="http://www.w3.org/2000/svg"
1078
+ >
1079
+ <circle
1080
+ cx="12"
1081
+ cy="12"
1082
+ r="10"
1083
+ />
1084
+ <path
1085
+ d="M12 16v-4"
1086
+ />
1087
+ <path
1088
+ d="M12 8h.01"
1089
+ />
1090
+ </svg>
1091
+ </span>
1092
+ </button>
1093
+ </span>
1094
+ </span>
1095
+ </div>
1096
+ </section>
627
1097
  </div>
628
- </div>
629
- </div>
630
- <p
631
- class="memori--start-description"
632
- >
633
- write_and_speak.pageTryMeExplanation
634
- </p>
1098
+ </section>
1099
+ <div
1100
+ class="memori--start-actions"
1101
+ >
1102
+ <button
1103
+ class="memori-button memori-button--primary memori-button--lg memori--start-actions__start"
1104
+ style="font-weight: var(--memori-text-weight-bold);"
1105
+ tabindex="0"
1106
+ type="button"
1107
+ >
1108
+ <span
1109
+ class="memori-button__content"
1110
+ >
1111
+ write_and_speak.tryMeButton
1112
+ </span>
1113
+ </button>
1114
+ </div>
1115
+ <p
1116
+ class="memori--start-description"
1117
+ >
1118
+ write_and_speak.pageTryMeExplanation
1119
+ </p>
1120
+ </div>
635
1121
  </div>
636
1122
  </div>
637
1123
  </div>
@@ -645,175 +1131,316 @@ exports[`renders StartPanel with deep thought but unlogged unchanged 1`] = `
645
1131
  <div
646
1132
  class="memori--cover"
647
1133
  />
648
- <picture
649
- class="memori--avatar"
650
- >
651
- <source
652
- src="https://aisuru.com/images/aisuru/square_logo.png"
653
- />
654
- <img
655
- alt="Memori"
656
- src="https://aisuru.com/images/aisuru/square_logo.png"
657
- />
658
- </picture>
659
- <h2
660
- class="memori--title"
661
- >
662
- Memori
663
- </h2>
664
1134
  <div
665
- class="memori--description"
1135
+ class="memori--start-panel__body"
666
1136
  >
667
- <p>
668
- <div
669
- class="memori-expandable memori--description-text"
670
- >
671
- <div
672
- class="memori-expandable--inner"
673
- style="max-height: 9999px;"
674
- >
675
- Lorem ipsum.
676
- </div>
677
- </div>
678
- </p>
679
1137
  <div
680
- class="memori--start-privacy-explanation-container"
1138
+ class="memori--title-container"
681
1139
  >
682
- <p
683
- class="memori--start-privacy-explanation"
1140
+ <picture
1141
+ class="memori--avatar"
684
1142
  >
685
- write_and_speak.pagePrivacyExplanation
686
- </p>
1143
+ <source
1144
+ src="https://aisuru.com/images/aisuru/square_logo.png"
1145
+ />
1146
+ <img
1147
+ alt="Memori"
1148
+ src="https://aisuru.com/images/aisuru/square_logo.png"
1149
+ />
1150
+ </picture>
687
1151
  <div
688
- class="memori-tooltip memori-tooltip--align-topLeft"
1152
+ class="memori--title-container__content"
689
1153
  >
1154
+ <h2
1155
+ class="memori--title"
1156
+ >
1157
+ Memori
1158
+ </h2>
690
1159
  <div
691
- class="memori-tooltip--trigger"
1160
+ class="memori-expandable memori--description-text memori--description-text--collapsible"
692
1161
  >
693
- <svg
694
- aria-hidden="true"
695
- class="memori--start-privacy-explanation-icon"
696
- fill="none"
697
- focusable="false"
698
- role="img"
699
- stroke="currentColor"
700
- stroke-linecap="round"
701
- stroke-linejoin="round"
702
- stroke-width="1.5"
703
- viewBox="0 0 24 24"
704
- xmlns="http://www.w3.org/2000/svg"
1162
+ <div
1163
+ class="memori-expandable__inner"
1164
+ style="max-height: 9999px;"
705
1165
  >
706
- <circle
707
- cx="12"
708
- cy="12"
709
- r="10"
710
- />
711
- <path
712
- d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"
713
- />
714
- <path
715
- d="M12 17L12.01 17"
716
- />
717
- </svg>
1166
+ Lorem ipsum.
1167
+ </div>
718
1168
  </div>
719
1169
  </div>
720
- </div>
721
- <button
722
- class="memori-button memori-button--primary memori-button--rounded memori-button--padded memori--start-button"
723
- >
724
- write_and_speak.tryMeButton
725
- </button>
726
- <div
727
- class="memori--completion-provider-status--loading"
728
- >
729
1170
  <div
730
- class="memori-spin memori-spin--spinning"
1171
+ class="memori--completion-provider-status--loading"
731
1172
  >
732
1173
  <div
733
- class="memori-spin--spinner"
1174
+ class="memori-spin memori-spin--spinning"
734
1175
  >
735
- <svg
736
- aria-hidden="true"
737
- class="memori-loading-icon"
738
- focusable="false"
739
- role="img"
740
- viewBox="0 0 1024 1024"
741
- xmlns="http://www.w3.org/2000/svg"
1176
+ <div
1177
+ aria-label="Loading"
1178
+ aria-live="polite"
1179
+ class="memori-spin__overlay"
1180
+ role="status"
742
1181
  >
743
- <path
744
- 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"
745
- />
746
- </svg>
1182
+ <div
1183
+ class="memori-spin__container"
1184
+ >
1185
+ <svg
1186
+ aria-hidden="true"
1187
+ class="lucide lucide-loader-circle memori-spin__icon"
1188
+ fill="none"
1189
+ height="24"
1190
+ stroke="currentColor"
1191
+ stroke-linecap="round"
1192
+ stroke-linejoin="round"
1193
+ stroke-width="2"
1194
+ viewBox="0 0 24 24"
1195
+ width="24"
1196
+ xmlns="http://www.w3.org/2000/svg"
1197
+ >
1198
+ <path
1199
+ d="M21 12a9 9 0 1 1-6.219-8.56"
1200
+ />
1201
+ </svg>
1202
+ </div>
1203
+ </div>
747
1204
  </div>
748
1205
  </div>
749
1206
  </div>
750
- <p
751
- class="memori--start-description"
752
- >
753
- write_and_speak.pageTryMeExplanation
754
- </p>
755
1207
  <div
756
- class="memori--deep-thought-disclaimer"
1208
+ class="memori--description"
757
1209
  >
758
- <div
759
- class="memori-tooltip memori-tooltip--align-left"
1210
+ <section
1211
+ class="memori--start-panel__mobile-info"
760
1212
  >
761
1213
  <div
762
- class="memori-tooltip--trigger"
1214
+ class="memori--start-panel__mobile-info-content"
763
1215
  >
764
- <svg
765
- aria-hidden="true"
766
- fill="none"
767
- focusable="false"
768
- height="20"
769
- role="img"
770
- stroke="currentColor"
771
- stroke-linecap="round"
772
- stroke-linejoin="round"
773
- stroke-width="3"
774
- viewBox="0 0 48 48"
775
- width="20"
776
- xmlns="http://www.w3.org/2000/svg"
1216
+ <section
1217
+ class="memori--settings-section"
777
1218
  >
778
- <path
779
- d="M30.106 48v-2.745a2.213 2.213 0 012.213-2.212h6.11a2.392 2.392 0 002.326-2.466v-3.223a1.834 1.834 0 01.459-1.145 2.912 2.912 0 00.712-1.926l-.007-.667a1.016 1.016 0 01.651-.952h1.067a1.363 1.363 0 001.051-.456 1.304 1.304 0 00.19-1.395 67.032 67.032 0 01-3.037-7.51 4.767 4.767 0 01-.217-1.507l-.002-4.994a14.513 14.513 0 00-.552-3.963l-.006-.022a13.959 13.959 0 00-3.137-5.702q-.479-.516-1.006-1.003a17.67 17.67 0 00-.677-.623A18.303 18.303 0 0024.194 1a19.617 19.617 0 00-12.539 4.489 17.555 17.555 0 00-3.945 21.69C9.945 31.507 11.694 38.622 12.14 46v2"
780
- stroke-miterlimit="10"
781
- />
782
- <path
783
- d="M27.917 12L31.417 12"
784
- />
785
- <path
786
- d="M27.917 26L31.417 26"
787
- />
788
- <path
789
- d="M29.667 12L29.667 26"
790
- />
791
- <path
792
- d="M23.992 26L19.904 12 19.226 12 15.159 26"
793
- />
794
- <path
795
- d="M16.854 21.133L22.276 21.133"
796
- />
797
- </svg>
1219
+ <div
1220
+ class="memori--settings-section__row memori--settings-section__row--with-divider"
1221
+ >
1222
+ <div
1223
+ aria-hidden="true"
1224
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--info"
1225
+ >
1226
+ <svg
1227
+ class="lucide lucide-info memori--settings-section__icon"
1228
+ fill="none"
1229
+ height="24"
1230
+ stroke="currentColor"
1231
+ stroke-linecap="round"
1232
+ stroke-linejoin="round"
1233
+ stroke-width="2"
1234
+ viewBox="0 0 24 24"
1235
+ width="24"
1236
+ xmlns="http://www.w3.org/2000/svg"
1237
+ >
1238
+ <circle
1239
+ cx="12"
1240
+ cy="12"
1241
+ r="10"
1242
+ />
1243
+ <path
1244
+ d="M12 16v-4"
1245
+ />
1246
+ <path
1247
+ d="M12 8h.01"
1248
+ />
1249
+ </svg>
1250
+ </div>
1251
+ <div
1252
+ class="memori--settings-section__content"
1253
+ >
1254
+ <p
1255
+ class="memori--settings-section__title"
1256
+ >
1257
+ deepThoughtDisclaimerTitle
1258
+ </p>
1259
+ <div
1260
+ class="memori--settings-section__title-inline"
1261
+ >
1262
+ <p
1263
+ class="memori--settings-section__description"
1264
+ >
1265
+ deepThoughtPreDisclaimerUnlogged
1266
+ </p>
1267
+ </div>
1268
+ </div>
1269
+ <div
1270
+ class="memori--settings-section__actions-right"
1271
+ >
1272
+ <button
1273
+ class="memori-button memori-button--toolbar memori-button--sm memori--settings-section__action"
1274
+ tabindex="0"
1275
+ type="button"
1276
+ >
1277
+ <span
1278
+ class="memori-button__content"
1279
+ >
1280
+ login.login
1281
+ </span>
1282
+ </button>
1283
+ <span
1284
+ class="styles-module__root___-ALla"
1285
+ >
1286
+ <span
1287
+ class="styles-module__trigger___V2aIF"
1288
+ id="base-ui-:r18:"
1289
+ >
1290
+ <button
1291
+ aria-label="deepThoughtHelper"
1292
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
1293
+ tabindex="0"
1294
+ type="button"
1295
+ >
1296
+ <span
1297
+ class="memori-button__content"
1298
+ >
1299
+ <svg
1300
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
1301
+ fill="none"
1302
+ height="24"
1303
+ stroke="currentColor"
1304
+ stroke-linecap="round"
1305
+ stroke-linejoin="round"
1306
+ stroke-width="2"
1307
+ viewBox="0 0 24 24"
1308
+ width="24"
1309
+ xmlns="http://www.w3.org/2000/svg"
1310
+ >
1311
+ <circle
1312
+ cx="12"
1313
+ cy="12"
1314
+ r="10"
1315
+ />
1316
+ <path
1317
+ d="M12 16v-4"
1318
+ />
1319
+ <path
1320
+ d="M12 8h.01"
1321
+ />
1322
+ </svg>
1323
+ </span>
1324
+ </button>
1325
+ </span>
1326
+ </span>
1327
+ </div>
1328
+ </div>
1329
+ <div
1330
+ class="memori--settings-section__row"
1331
+ >
1332
+ <div
1333
+ aria-hidden="true"
1334
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--neutral"
1335
+ >
1336
+ <svg
1337
+ class="lucide lucide-eye memori--settings-section__icon"
1338
+ fill="none"
1339
+ height="24"
1340
+ stroke="currentColor"
1341
+ stroke-linecap="round"
1342
+ stroke-linejoin="round"
1343
+ stroke-width="2"
1344
+ viewBox="0 0 24 24"
1345
+ width="24"
1346
+ xmlns="http://www.w3.org/2000/svg"
1347
+ >
1348
+ <path
1349
+ d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
1350
+ />
1351
+ <circle
1352
+ cx="12"
1353
+ cy="12"
1354
+ r="3"
1355
+ />
1356
+ </svg>
1357
+ </div>
1358
+ <div
1359
+ class="memori--settings-section__content"
1360
+ >
1361
+ <div
1362
+ class="memori--settings-section__title-inline"
1363
+ >
1364
+ <p
1365
+ class="memori--settings-section__title"
1366
+ >
1367
+ write_and_speak.pagePrivacyExplanation
1368
+ </p>
1369
+ </div>
1370
+ <p
1371
+ class="memori--settings-section__description"
1372
+ >
1373
+ write_and_speak.pagePrivacyExplanationList.authorUsesInfo
1374
+ </p>
1375
+ </div>
1376
+ <span
1377
+ class="styles-module__root___-ALla"
1378
+ >
1379
+ <span
1380
+ class="styles-module__trigger___V2aIF"
1381
+ id="base-ui-:r1a:"
1382
+ >
1383
+ <button
1384
+ aria-label="privacyPolicy"
1385
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
1386
+ tabindex="0"
1387
+ type="button"
1388
+ >
1389
+ <span
1390
+ class="memori-button__content"
1391
+ >
1392
+ <svg
1393
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
1394
+ fill="none"
1395
+ height="24"
1396
+ stroke="currentColor"
1397
+ stroke-linecap="round"
1398
+ stroke-linejoin="round"
1399
+ stroke-width="2"
1400
+ viewBox="0 0 24 24"
1401
+ width="24"
1402
+ xmlns="http://www.w3.org/2000/svg"
1403
+ >
1404
+ <circle
1405
+ cx="12"
1406
+ cy="12"
1407
+ r="10"
1408
+ />
1409
+ <path
1410
+ d="M12 16v-4"
1411
+ />
1412
+ <path
1413
+ d="M12 8h.01"
1414
+ />
1415
+ </svg>
1416
+ </span>
1417
+ </button>
1418
+ </span>
1419
+ </span>
1420
+ </div>
1421
+ </section>
798
1422
  </div>
799
- </div>
800
- <h2>
801
- deepThought
802
- </h2>
803
- <p>
804
- deepThoughtPreDisclaimerUnlogged
805
- </p>
806
- <p>
1423
+ </section>
1424
+ <div
1425
+ class="memori--start-actions"
1426
+ >
807
1427
  <button
808
- class="memori-button memori-button--outlined memori-button--rounded"
1428
+ class="memori-button memori-button--primary memori-button--lg memori--start-actions__start"
1429
+ style="font-weight: var(--memori-text-weight-bold);"
1430
+ tabindex="0"
1431
+ type="button"
809
1432
  >
810
- login.login
1433
+ <span
1434
+ class="memori-button__content"
1435
+ >
1436
+ write_and_speak.tryMeButton
1437
+ </span>
811
1438
  </button>
812
- </p>
1439
+ </div>
813
1440
  <p
814
- class="memori--deep-thought-disclaimer-text"
1441
+ class="memori--start-description"
815
1442
  >
816
- deepThoughtDisclaimer
1443
+ write_and_speak.pageTryMeExplanation
817
1444
  </p>
818
1445
  </div>
819
1446
  </div>
@@ -829,168 +1456,303 @@ exports[`renders StartPanel with deep thought enabled but without permission fla
829
1456
  <div
830
1457
  class="memori--cover"
831
1458
  />
832
- <picture
833
- class="memori--avatar"
834
- >
835
- <source
836
- src="https://aisuru.com/images/aisuru/square_logo.png"
837
- />
838
- <img
839
- alt="Memori"
840
- src="https://aisuru.com/images/aisuru/square_logo.png"
841
- />
842
- </picture>
843
- <h2
844
- class="memori--title"
845
- >
846
- Memori
847
- </h2>
848
1459
  <div
849
- class="memori--description"
1460
+ class="memori--start-panel__body"
850
1461
  >
851
- <p>
852
- <div
853
- class="memori-expandable memori--description-text"
854
- >
855
- <div
856
- class="memori-expandable--inner"
857
- style="max-height: 9999px;"
858
- >
859
- Lorem ipsum.
860
- </div>
861
- </div>
862
- </p>
863
1462
  <div
864
- class="memori--start-privacy-explanation-container"
1463
+ class="memori--title-container"
865
1464
  >
866
- <p
867
- class="memori--start-privacy-explanation"
1465
+ <picture
1466
+ class="memori--avatar"
868
1467
  >
869
- write_and_speak.pagePrivacyExplanation
870
- </p>
1468
+ <source
1469
+ src="https://aisuru.com/images/aisuru/square_logo.png"
1470
+ />
1471
+ <img
1472
+ alt="Memori"
1473
+ src="https://aisuru.com/images/aisuru/square_logo.png"
1474
+ />
1475
+ </picture>
871
1476
  <div
872
- class="memori-tooltip memori-tooltip--align-topLeft"
1477
+ class="memori--title-container__content"
873
1478
  >
1479
+ <h2
1480
+ class="memori--title"
1481
+ >
1482
+ Memori
1483
+ </h2>
874
1484
  <div
875
- class="memori-tooltip--trigger"
1485
+ class="memori-expandable memori--description-text memori--description-text--collapsible"
876
1486
  >
877
- <svg
878
- aria-hidden="true"
879
- class="memori--start-privacy-explanation-icon"
880
- fill="none"
881
- focusable="false"
882
- role="img"
883
- stroke="currentColor"
884
- stroke-linecap="round"
885
- stroke-linejoin="round"
886
- stroke-width="1.5"
887
- viewBox="0 0 24 24"
888
- xmlns="http://www.w3.org/2000/svg"
1487
+ <div
1488
+ class="memori-expandable__inner"
1489
+ style="max-height: 9999px;"
889
1490
  >
890
- <circle
891
- cx="12"
892
- cy="12"
893
- r="10"
894
- />
895
- <path
896
- d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"
897
- />
898
- <path
899
- d="M12 17L12.01 17"
900
- />
901
- </svg>
1491
+ Lorem ipsum.
1492
+ </div>
902
1493
  </div>
903
1494
  </div>
904
- </div>
905
- <button
906
- class="memori-button memori-button--primary memori-button--rounded memori-button--padded memori--start-button"
907
- >
908
- write_and_speak.tryMeButton
909
- </button>
910
- <div
911
- class="memori--completion-provider-status--loading"
912
- >
913
1495
  <div
914
- class="memori-spin memori-spin--spinning"
1496
+ class="memori--completion-provider-status--loading"
915
1497
  >
916
1498
  <div
917
- class="memori-spin--spinner"
1499
+ class="memori-spin memori-spin--spinning"
918
1500
  >
919
- <svg
920
- aria-hidden="true"
921
- class="memori-loading-icon"
922
- focusable="false"
923
- role="img"
924
- viewBox="0 0 1024 1024"
925
- xmlns="http://www.w3.org/2000/svg"
1501
+ <div
1502
+ aria-label="Loading"
1503
+ aria-live="polite"
1504
+ class="memori-spin__overlay"
1505
+ role="status"
926
1506
  >
927
- <path
928
- 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"
929
- />
930
- </svg>
1507
+ <div
1508
+ class="memori-spin__container"
1509
+ >
1510
+ <svg
1511
+ aria-hidden="true"
1512
+ class="lucide lucide-loader-circle memori-spin__icon"
1513
+ fill="none"
1514
+ height="24"
1515
+ stroke="currentColor"
1516
+ stroke-linecap="round"
1517
+ stroke-linejoin="round"
1518
+ stroke-width="2"
1519
+ viewBox="0 0 24 24"
1520
+ width="24"
1521
+ xmlns="http://www.w3.org/2000/svg"
1522
+ >
1523
+ <path
1524
+ d="M21 12a9 9 0 1 1-6.219-8.56"
1525
+ />
1526
+ </svg>
1527
+ </div>
1528
+ </div>
931
1529
  </div>
932
1530
  </div>
933
1531
  </div>
934
- <p
935
- class="memori--start-description"
936
- >
937
- write_and_speak.pageTryMeExplanation
938
- </p>
939
1532
  <div
940
- class="memori--deep-thought-disclaimer"
1533
+ class="memori--description"
941
1534
  >
942
- <div
943
- class="memori-tooltip memori-tooltip--align-left"
1535
+ <section
1536
+ class="memori--start-panel__mobile-info"
944
1537
  >
945
1538
  <div
946
- class="memori-tooltip--trigger"
1539
+ class="memori--start-panel__mobile-info-content"
947
1540
  >
948
- <svg
949
- aria-hidden="true"
950
- fill="none"
951
- focusable="false"
952
- height="20"
953
- role="img"
954
- stroke="currentColor"
955
- stroke-linecap="round"
956
- stroke-linejoin="round"
957
- stroke-width="3"
958
- viewBox="0 0 48 48"
959
- width="20"
960
- xmlns="http://www.w3.org/2000/svg"
1541
+ <section
1542
+ class="memori--settings-section"
961
1543
  >
962
- <path
963
- d="M30.106 48v-2.745a2.213 2.213 0 012.213-2.212h6.11a2.392 2.392 0 002.326-2.466v-3.223a1.834 1.834 0 01.459-1.145 2.912 2.912 0 00.712-1.926l-.007-.667a1.016 1.016 0 01.651-.952h1.067a1.363 1.363 0 001.051-.456 1.304 1.304 0 00.19-1.395 67.032 67.032 0 01-3.037-7.51 4.767 4.767 0 01-.217-1.507l-.002-4.994a14.513 14.513 0 00-.552-3.963l-.006-.022a13.959 13.959 0 00-3.137-5.702q-.479-.516-1.006-1.003a17.67 17.67 0 00-.677-.623A18.303 18.303 0 0024.194 1a19.617 19.617 0 00-12.539 4.489 17.555 17.555 0 00-3.945 21.69C9.945 31.507 11.694 38.622 12.14 46v2"
964
- stroke-miterlimit="10"
965
- />
966
- <path
967
- d="M27.917 12L31.417 12"
968
- />
969
- <path
970
- d="M27.917 26L31.417 26"
971
- />
972
- <path
973
- d="M29.667 12L29.667 26"
974
- />
975
- <path
976
- d="M23.992 26L19.904 12 19.226 12 15.159 26"
977
- />
978
- <path
979
- d="M16.854 21.133L22.276 21.133"
980
- />
981
- </svg>
1544
+ <div
1545
+ class="memori--settings-section__row memori--settings-section__row--with-divider"
1546
+ >
1547
+ <div
1548
+ aria-hidden="true"
1549
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--info"
1550
+ >
1551
+ <svg
1552
+ class="lucide lucide-info memori--settings-section__icon"
1553
+ fill="none"
1554
+ height="24"
1555
+ stroke="currentColor"
1556
+ stroke-linecap="round"
1557
+ stroke-linejoin="round"
1558
+ stroke-width="2"
1559
+ viewBox="0 0 24 24"
1560
+ width="24"
1561
+ xmlns="http://www.w3.org/2000/svg"
1562
+ >
1563
+ <circle
1564
+ cx="12"
1565
+ cy="12"
1566
+ r="10"
1567
+ />
1568
+ <path
1569
+ d="M12 16v-4"
1570
+ />
1571
+ <path
1572
+ d="M12 8h.01"
1573
+ />
1574
+ </svg>
1575
+ </div>
1576
+ <div
1577
+ class="memori--settings-section__content"
1578
+ >
1579
+ <p
1580
+ class="memori--settings-section__title"
1581
+ >
1582
+ deepThoughtDisclaimerTitle
1583
+ </p>
1584
+ <div
1585
+ class="memori--settings-section__title-inline"
1586
+ >
1587
+ <p
1588
+ class="memori--settings-section__description"
1589
+ />
1590
+ </div>
1591
+ </div>
1592
+ <div
1593
+ class="memori--settings-section__actions-right"
1594
+ >
1595
+ <span
1596
+ class="styles-module__root___-ALla"
1597
+ >
1598
+ <span
1599
+ class="styles-module__trigger___V2aIF"
1600
+ id="base-ui-:r1h:"
1601
+ >
1602
+ <button
1603
+ aria-label="deepThoughtHelper"
1604
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
1605
+ tabindex="0"
1606
+ type="button"
1607
+ >
1608
+ <span
1609
+ class="memori-button__content"
1610
+ >
1611
+ <svg
1612
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
1613
+ fill="none"
1614
+ height="24"
1615
+ stroke="currentColor"
1616
+ stroke-linecap="round"
1617
+ stroke-linejoin="round"
1618
+ stroke-width="2"
1619
+ viewBox="0 0 24 24"
1620
+ width="24"
1621
+ xmlns="http://www.w3.org/2000/svg"
1622
+ >
1623
+ <circle
1624
+ cx="12"
1625
+ cy="12"
1626
+ r="10"
1627
+ />
1628
+ <path
1629
+ d="M12 16v-4"
1630
+ />
1631
+ <path
1632
+ d="M12 8h.01"
1633
+ />
1634
+ </svg>
1635
+ </span>
1636
+ </button>
1637
+ </span>
1638
+ </span>
1639
+ </div>
1640
+ </div>
1641
+ <div
1642
+ class="memori--settings-section__row"
1643
+ >
1644
+ <div
1645
+ aria-hidden="true"
1646
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--neutral"
1647
+ >
1648
+ <svg
1649
+ class="lucide lucide-eye memori--settings-section__icon"
1650
+ fill="none"
1651
+ height="24"
1652
+ stroke="currentColor"
1653
+ stroke-linecap="round"
1654
+ stroke-linejoin="round"
1655
+ stroke-width="2"
1656
+ viewBox="0 0 24 24"
1657
+ width="24"
1658
+ xmlns="http://www.w3.org/2000/svg"
1659
+ >
1660
+ <path
1661
+ d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
1662
+ />
1663
+ <circle
1664
+ cx="12"
1665
+ cy="12"
1666
+ r="3"
1667
+ />
1668
+ </svg>
1669
+ </div>
1670
+ <div
1671
+ class="memori--settings-section__content"
1672
+ >
1673
+ <div
1674
+ class="memori--settings-section__title-inline"
1675
+ >
1676
+ <p
1677
+ class="memori--settings-section__title"
1678
+ >
1679
+ write_and_speak.pagePrivacyExplanation
1680
+ </p>
1681
+ </div>
1682
+ <p
1683
+ class="memori--settings-section__description"
1684
+ >
1685
+ write_and_speak.pagePrivacyExplanationList.authorUsesInfo
1686
+ </p>
1687
+ </div>
1688
+ <span
1689
+ class="styles-module__root___-ALla"
1690
+ >
1691
+ <span
1692
+ class="styles-module__trigger___V2aIF"
1693
+ id="base-ui-:r1j:"
1694
+ >
1695
+ <button
1696
+ aria-label="privacyPolicy"
1697
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
1698
+ tabindex="0"
1699
+ type="button"
1700
+ >
1701
+ <span
1702
+ class="memori-button__content"
1703
+ >
1704
+ <svg
1705
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
1706
+ fill="none"
1707
+ height="24"
1708
+ stroke="currentColor"
1709
+ stroke-linecap="round"
1710
+ stroke-linejoin="round"
1711
+ stroke-width="2"
1712
+ viewBox="0 0 24 24"
1713
+ width="24"
1714
+ xmlns="http://www.w3.org/2000/svg"
1715
+ >
1716
+ <circle
1717
+ cx="12"
1718
+ cy="12"
1719
+ r="10"
1720
+ />
1721
+ <path
1722
+ d="M12 16v-4"
1723
+ />
1724
+ <path
1725
+ d="M12 8h.01"
1726
+ />
1727
+ </svg>
1728
+ </span>
1729
+ </button>
1730
+ </span>
1731
+ </span>
1732
+ </div>
1733
+ </section>
982
1734
  </div>
1735
+ </section>
1736
+ <div
1737
+ class="memori--start-actions"
1738
+ >
1739
+ <button
1740
+ class="memori-button memori-button--primary memori-button--lg memori--start-actions__start"
1741
+ style="font-weight: var(--memori-text-weight-bold);"
1742
+ tabindex="0"
1743
+ type="button"
1744
+ >
1745
+ <span
1746
+ class="memori-button__content"
1747
+ >
1748
+ write_and_speak.tryMeButton
1749
+ </span>
1750
+ </button>
983
1751
  </div>
984
- <h2>
985
- deepThought
986
- </h2>
987
- <p>
988
- deepThoughtPreDisclaimerNotAllowed
989
- </p>
990
1752
  <p
991
- class="memori--deep-thought-disclaimer-text"
1753
+ class="memori--start-description"
992
1754
  >
993
- deepThoughtDisclaimer
1755
+ write_and_speak.pageTryMeExplanation
994
1756
  </p>
995
1757
  </div>
996
1758
  </div>
@@ -1006,165 +1768,303 @@ exports[`renders StartPanel with deep thought enabled unchanged 1`] = `
1006
1768
  <div
1007
1769
  class="memori--cover"
1008
1770
  />
1009
- <picture
1010
- class="memori--avatar"
1011
- >
1012
- <source
1013
- src="https://aisuru.com/images/aisuru/square_logo.png"
1014
- />
1015
- <img
1016
- alt="Memori"
1017
- src="https://aisuru.com/images/aisuru/square_logo.png"
1018
- />
1019
- </picture>
1020
- <h2
1021
- class="memori--title"
1022
- >
1023
- Memori
1024
- </h2>
1025
1771
  <div
1026
- class="memori--description"
1772
+ class="memori--start-panel__body"
1027
1773
  >
1028
- <p>
1029
- <div
1030
- class="memori-expandable memori--description-text"
1031
- >
1032
- <div
1033
- class="memori-expandable--inner"
1034
- style="max-height: 9999px;"
1035
- >
1036
- Lorem ipsum.
1037
- </div>
1038
- </div>
1039
- </p>
1040
1774
  <div
1041
- class="memori--start-privacy-explanation-container"
1775
+ class="memori--title-container"
1042
1776
  >
1043
- <p
1044
- class="memori--start-privacy-explanation"
1777
+ <picture
1778
+ class="memori--avatar"
1045
1779
  >
1046
- write_and_speak.pagePrivacyExplanation
1047
- </p>
1780
+ <source
1781
+ src="https://aisuru.com/images/aisuru/square_logo.png"
1782
+ />
1783
+ <img
1784
+ alt="Memori"
1785
+ src="https://aisuru.com/images/aisuru/square_logo.png"
1786
+ />
1787
+ </picture>
1048
1788
  <div
1049
- class="memori-tooltip memori-tooltip--align-topLeft"
1789
+ class="memori--title-container__content"
1050
1790
  >
1791
+ <h2
1792
+ class="memori--title"
1793
+ >
1794
+ Memori
1795
+ </h2>
1051
1796
  <div
1052
- class="memori-tooltip--trigger"
1797
+ class="memori-expandable memori--description-text memori--description-text--collapsible"
1053
1798
  >
1054
- <svg
1055
- aria-hidden="true"
1056
- class="memori--start-privacy-explanation-icon"
1057
- fill="none"
1058
- focusable="false"
1059
- role="img"
1060
- stroke="currentColor"
1061
- stroke-linecap="round"
1062
- stroke-linejoin="round"
1063
- stroke-width="1.5"
1064
- viewBox="0 0 24 24"
1065
- xmlns="http://www.w3.org/2000/svg"
1799
+ <div
1800
+ class="memori-expandable__inner"
1801
+ style="max-height: 9999px;"
1066
1802
  >
1067
- <circle
1068
- cx="12"
1069
- cy="12"
1070
- r="10"
1071
- />
1072
- <path
1073
- d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"
1074
- />
1075
- <path
1076
- d="M12 17L12.01 17"
1077
- />
1078
- </svg>
1803
+ Lorem ipsum.
1804
+ </div>
1079
1805
  </div>
1080
1806
  </div>
1081
- </div>
1082
- <button
1083
- class="memori-button memori-button--primary memori-button--rounded memori-button--padded memori--start-button"
1084
- >
1085
- write_and_speak.tryMeButton
1086
- </button>
1087
- <div
1088
- class="memori--completion-provider-status--loading"
1089
- >
1090
1807
  <div
1091
- class="memori-spin memori-spin--spinning"
1808
+ class="memori--completion-provider-status--loading"
1092
1809
  >
1093
1810
  <div
1094
- class="memori-spin--spinner"
1811
+ class="memori-spin memori-spin--spinning"
1095
1812
  >
1096
- <svg
1097
- aria-hidden="true"
1098
- class="memori-loading-icon"
1099
- focusable="false"
1100
- role="img"
1101
- viewBox="0 0 1024 1024"
1102
- xmlns="http://www.w3.org/2000/svg"
1813
+ <div
1814
+ aria-label="Loading"
1815
+ aria-live="polite"
1816
+ class="memori-spin__overlay"
1817
+ role="status"
1103
1818
  >
1104
- <path
1105
- 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"
1106
- />
1107
- </svg>
1819
+ <div
1820
+ class="memori-spin__container"
1821
+ >
1822
+ <svg
1823
+ aria-hidden="true"
1824
+ class="lucide lucide-loader-circle memori-spin__icon"
1825
+ fill="none"
1826
+ height="24"
1827
+ stroke="currentColor"
1828
+ stroke-linecap="round"
1829
+ stroke-linejoin="round"
1830
+ stroke-width="2"
1831
+ viewBox="0 0 24 24"
1832
+ width="24"
1833
+ xmlns="http://www.w3.org/2000/svg"
1834
+ >
1835
+ <path
1836
+ d="M21 12a9 9 0 1 1-6.219-8.56"
1837
+ />
1838
+ </svg>
1839
+ </div>
1840
+ </div>
1108
1841
  </div>
1109
1842
  </div>
1110
1843
  </div>
1111
- <p
1112
- class="memori--start-description"
1113
- >
1114
- write_and_speak.pageTryMeExplanation
1115
- </p>
1116
1844
  <div
1117
- class="memori--deep-thought-disclaimer"
1845
+ class="memori--description"
1118
1846
  >
1119
- <div
1120
- class="memori-tooltip memori-tooltip--align-left"
1847
+ <section
1848
+ class="memori--start-panel__mobile-info"
1121
1849
  >
1122
1850
  <div
1123
- class="memori-tooltip--trigger"
1851
+ class="memori--start-panel__mobile-info-content"
1124
1852
  >
1125
- <svg
1126
- aria-hidden="true"
1127
- fill="none"
1128
- focusable="false"
1129
- height="20"
1130
- role="img"
1131
- stroke="currentColor"
1132
- stroke-linecap="round"
1133
- stroke-linejoin="round"
1134
- stroke-width="3"
1135
- viewBox="0 0 48 48"
1136
- width="20"
1137
- xmlns="http://www.w3.org/2000/svg"
1853
+ <section
1854
+ class="memori--settings-section"
1138
1855
  >
1139
- <path
1140
- d="M30.106 48v-2.745a2.213 2.213 0 012.213-2.212h6.11a2.392 2.392 0 002.326-2.466v-3.223a1.834 1.834 0 01.459-1.145 2.912 2.912 0 00.712-1.926l-.007-.667a1.016 1.016 0 01.651-.952h1.067a1.363 1.363 0 001.051-.456 1.304 1.304 0 00.19-1.395 67.032 67.032 0 01-3.037-7.51 4.767 4.767 0 01-.217-1.507l-.002-4.994a14.513 14.513 0 00-.552-3.963l-.006-.022a13.959 13.959 0 00-3.137-5.702q-.479-.516-1.006-1.003a17.67 17.67 0 00-.677-.623A18.303 18.303 0 0024.194 1a19.617 19.617 0 00-12.539 4.489 17.555 17.555 0 00-3.945 21.69C9.945 31.507 11.694 38.622 12.14 46v2"
1141
- stroke-miterlimit="10"
1142
- />
1143
- <path
1144
- d="M27.917 12L31.417 12"
1145
- />
1146
- <path
1147
- d="M27.917 26L31.417 26"
1148
- />
1149
- <path
1150
- d="M29.667 12L29.667 26"
1151
- />
1152
- <path
1153
- d="M23.992 26L19.904 12 19.226 12 15.159 26"
1154
- />
1155
- <path
1156
- d="M16.854 21.133L22.276 21.133"
1157
- />
1158
- </svg>
1856
+ <div
1857
+ class="memori--settings-section__row memori--settings-section__row--with-divider"
1858
+ >
1859
+ <div
1860
+ aria-hidden="true"
1861
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--info"
1862
+ >
1863
+ <svg
1864
+ class="lucide lucide-info memori--settings-section__icon"
1865
+ fill="none"
1866
+ height="24"
1867
+ stroke="currentColor"
1868
+ stroke-linecap="round"
1869
+ stroke-linejoin="round"
1870
+ stroke-width="2"
1871
+ viewBox="0 0 24 24"
1872
+ width="24"
1873
+ xmlns="http://www.w3.org/2000/svg"
1874
+ >
1875
+ <circle
1876
+ cx="12"
1877
+ cy="12"
1878
+ r="10"
1879
+ />
1880
+ <path
1881
+ d="M12 16v-4"
1882
+ />
1883
+ <path
1884
+ d="M12 8h.01"
1885
+ />
1886
+ </svg>
1887
+ </div>
1888
+ <div
1889
+ class="memori--settings-section__content"
1890
+ >
1891
+ <p
1892
+ class="memori--settings-section__title"
1893
+ >
1894
+ deepThoughtDisclaimerTitle
1895
+ </p>
1896
+ <div
1897
+ class="memori--settings-section__title-inline"
1898
+ >
1899
+ <p
1900
+ class="memori--settings-section__description"
1901
+ />
1902
+ </div>
1903
+ </div>
1904
+ <div
1905
+ class="memori--settings-section__actions-right"
1906
+ >
1907
+ <span
1908
+ class="styles-module__root___-ALla"
1909
+ >
1910
+ <span
1911
+ class="styles-module__trigger___V2aIF"
1912
+ id="base-ui-:rv:"
1913
+ >
1914
+ <button
1915
+ aria-label="deepThoughtHelper"
1916
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
1917
+ tabindex="0"
1918
+ type="button"
1919
+ >
1920
+ <span
1921
+ class="memori-button__content"
1922
+ >
1923
+ <svg
1924
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
1925
+ fill="none"
1926
+ height="24"
1927
+ stroke="currentColor"
1928
+ stroke-linecap="round"
1929
+ stroke-linejoin="round"
1930
+ stroke-width="2"
1931
+ viewBox="0 0 24 24"
1932
+ width="24"
1933
+ xmlns="http://www.w3.org/2000/svg"
1934
+ >
1935
+ <circle
1936
+ cx="12"
1937
+ cy="12"
1938
+ r="10"
1939
+ />
1940
+ <path
1941
+ d="M12 16v-4"
1942
+ />
1943
+ <path
1944
+ d="M12 8h.01"
1945
+ />
1946
+ </svg>
1947
+ </span>
1948
+ </button>
1949
+ </span>
1950
+ </span>
1951
+ </div>
1952
+ </div>
1953
+ <div
1954
+ class="memori--settings-section__row"
1955
+ >
1956
+ <div
1957
+ aria-hidden="true"
1958
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--neutral"
1959
+ >
1960
+ <svg
1961
+ class="lucide lucide-eye memori--settings-section__icon"
1962
+ fill="none"
1963
+ height="24"
1964
+ stroke="currentColor"
1965
+ stroke-linecap="round"
1966
+ stroke-linejoin="round"
1967
+ stroke-width="2"
1968
+ viewBox="0 0 24 24"
1969
+ width="24"
1970
+ xmlns="http://www.w3.org/2000/svg"
1971
+ >
1972
+ <path
1973
+ d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
1974
+ />
1975
+ <circle
1976
+ cx="12"
1977
+ cy="12"
1978
+ r="3"
1979
+ />
1980
+ </svg>
1981
+ </div>
1982
+ <div
1983
+ class="memori--settings-section__content"
1984
+ >
1985
+ <div
1986
+ class="memori--settings-section__title-inline"
1987
+ >
1988
+ <p
1989
+ class="memori--settings-section__title"
1990
+ >
1991
+ write_and_speak.pagePrivacyExplanation
1992
+ </p>
1993
+ </div>
1994
+ <p
1995
+ class="memori--settings-section__description"
1996
+ >
1997
+ write_and_speak.pagePrivacyExplanationList.authorUsesInfo
1998
+ </p>
1999
+ </div>
2000
+ <span
2001
+ class="styles-module__root___-ALla"
2002
+ >
2003
+ <span
2004
+ class="styles-module__trigger___V2aIF"
2005
+ id="base-ui-:r11:"
2006
+ >
2007
+ <button
2008
+ aria-label="privacyPolicy"
2009
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
2010
+ tabindex="0"
2011
+ type="button"
2012
+ >
2013
+ <span
2014
+ class="memori-button__content"
2015
+ >
2016
+ <svg
2017
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
2018
+ fill="none"
2019
+ height="24"
2020
+ stroke="currentColor"
2021
+ stroke-linecap="round"
2022
+ stroke-linejoin="round"
2023
+ stroke-width="2"
2024
+ viewBox="0 0 24 24"
2025
+ width="24"
2026
+ xmlns="http://www.w3.org/2000/svg"
2027
+ >
2028
+ <circle
2029
+ cx="12"
2030
+ cy="12"
2031
+ r="10"
2032
+ />
2033
+ <path
2034
+ d="M12 16v-4"
2035
+ />
2036
+ <path
2037
+ d="M12 8h.01"
2038
+ />
2039
+ </svg>
2040
+ </span>
2041
+ </button>
2042
+ </span>
2043
+ </span>
2044
+ </div>
2045
+ </section>
1159
2046
  </div>
2047
+ </section>
2048
+ <div
2049
+ class="memori--start-actions"
2050
+ >
2051
+ <button
2052
+ class="memori-button memori-button--primary memori-button--lg memori--start-actions__start"
2053
+ style="font-weight: var(--memori-text-weight-bold);"
2054
+ tabindex="0"
2055
+ type="button"
2056
+ >
2057
+ <span
2058
+ class="memori-button__content"
2059
+ >
2060
+ write_and_speak.tryMeButton
2061
+ </span>
2062
+ </button>
1160
2063
  </div>
1161
- <h2>
1162
- deepThoughtDisclaimerTitle
1163
- </h2>
1164
2064
  <p
1165
- class="memori--deep-thought-disclaimer-text"
2065
+ class="memori--start-description"
1166
2066
  >
1167
- deepThoughtDisclaimer
2067
+ write_and_speak.pageTryMeExplanation
1168
2068
  </p>
1169
2069
  </div>
1170
2070
  </div>
@@ -1180,113 +2080,208 @@ exports[`renders StartPanel with existing sessionunchanged 1`] = `
1180
2080
  <div
1181
2081
  class="memori--cover"
1182
2082
  />
1183
- <picture
1184
- class="memori--avatar"
1185
- >
1186
- <source
1187
- src="https://aisuru.com/images/aisuru/square_logo.png"
1188
- />
1189
- <img
1190
- alt="Memori"
1191
- src="https://aisuru.com/images/aisuru/square_logo.png"
1192
- />
1193
- </picture>
1194
- <h2
1195
- class="memori--title"
1196
- >
1197
- Memori
1198
- </h2>
1199
2083
  <div
1200
- class="memori--description"
2084
+ class="memori--start-panel__body"
1201
2085
  >
1202
- <p>
2086
+ <div
2087
+ class="memori--title-container"
2088
+ >
2089
+ <picture
2090
+ class="memori--avatar"
2091
+ >
2092
+ <source
2093
+ src="https://aisuru.com/images/aisuru/square_logo.png"
2094
+ />
2095
+ <img
2096
+ alt="Memori"
2097
+ src="https://aisuru.com/images/aisuru/square_logo.png"
2098
+ />
2099
+ </picture>
2100
+ <div
2101
+ class="memori--title-container__content"
2102
+ >
2103
+ <h2
2104
+ class="memori--title"
2105
+ >
2106
+ Memori
2107
+ </h2>
2108
+ <div
2109
+ class="memori-expandable memori--description-text memori--description-text--collapsible"
2110
+ >
2111
+ <div
2112
+ class="memori-expandable__inner"
2113
+ style="max-height: 9999px;"
2114
+ >
2115
+ Lorem ipsum.
2116
+ </div>
2117
+ </div>
2118
+ </div>
1203
2119
  <div
1204
- class="memori-expandable memori--description-text"
2120
+ class="memori--completion-provider-status--loading"
1205
2121
  >
1206
2122
  <div
1207
- class="memori-expandable--inner"
1208
- style="max-height: 9999px;"
2123
+ class="memori-spin memori-spin--spinning"
1209
2124
  >
1210
- Lorem ipsum.
2125
+ <div
2126
+ aria-label="Loading"
2127
+ aria-live="polite"
2128
+ class="memori-spin__overlay"
2129
+ role="status"
2130
+ >
2131
+ <div
2132
+ class="memori-spin__container"
2133
+ >
2134
+ <svg
2135
+ aria-hidden="true"
2136
+ class="lucide lucide-loader-circle memori-spin__icon"
2137
+ fill="none"
2138
+ height="24"
2139
+ stroke="currentColor"
2140
+ stroke-linecap="round"
2141
+ stroke-linejoin="round"
2142
+ stroke-width="2"
2143
+ viewBox="0 0 24 24"
2144
+ width="24"
2145
+ xmlns="http://www.w3.org/2000/svg"
2146
+ >
2147
+ <path
2148
+ d="M21 12a9 9 0 1 1-6.219-8.56"
2149
+ />
2150
+ </svg>
2151
+ </div>
2152
+ </div>
1211
2153
  </div>
1212
2154
  </div>
1213
- </p>
2155
+ </div>
1214
2156
  <div
1215
- class="memori--start-privacy-explanation-container"
2157
+ class="memori--description"
1216
2158
  >
1217
- <p
1218
- class="memori--start-privacy-explanation"
2159
+ <section
2160
+ class="memori--start-panel__mobile-info"
1219
2161
  >
1220
- write_and_speak.pagePrivacyExplanation
1221
- </p>
2162
+ <div
2163
+ class="memori--start-panel__mobile-info-content"
2164
+ >
2165
+ <section
2166
+ class="memori--settings-section"
2167
+ >
2168
+ <div
2169
+ class="memori--settings-section__row"
2170
+ >
2171
+ <div
2172
+ aria-hidden="true"
2173
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--neutral"
2174
+ >
2175
+ <svg
2176
+ class="lucide lucide-eye memori--settings-section__icon"
2177
+ fill="none"
2178
+ height="24"
2179
+ stroke="currentColor"
2180
+ stroke-linecap="round"
2181
+ stroke-linejoin="round"
2182
+ stroke-width="2"
2183
+ viewBox="0 0 24 24"
2184
+ width="24"
2185
+ xmlns="http://www.w3.org/2000/svg"
2186
+ >
2187
+ <path
2188
+ d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
2189
+ />
2190
+ <circle
2191
+ cx="12"
2192
+ cy="12"
2193
+ r="3"
2194
+ />
2195
+ </svg>
2196
+ </div>
2197
+ <div
2198
+ class="memori--settings-section__content"
2199
+ >
2200
+ <div
2201
+ class="memori--settings-section__title-inline"
2202
+ >
2203
+ <p
2204
+ class="memori--settings-section__title"
2205
+ >
2206
+ write_and_speak.pagePrivacyExplanation
2207
+ </p>
2208
+ </div>
2209
+ <p
2210
+ class="memori--settings-section__description"
2211
+ >
2212
+ write_and_speak.pagePrivacyExplanationList.authorUsesInfo
2213
+ </p>
2214
+ </div>
2215
+ <span
2216
+ class="styles-module__root___-ALla"
2217
+ >
2218
+ <span
2219
+ class="styles-module__trigger___V2aIF"
2220
+ id="base-ui-:r8:"
2221
+ >
2222
+ <button
2223
+ aria-label="privacyPolicy"
2224
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
2225
+ tabindex="0"
2226
+ type="button"
2227
+ >
2228
+ <span
2229
+ class="memori-button__content"
2230
+ >
2231
+ <svg
2232
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
2233
+ fill="none"
2234
+ height="24"
2235
+ stroke="currentColor"
2236
+ stroke-linecap="round"
2237
+ stroke-linejoin="round"
2238
+ stroke-width="2"
2239
+ viewBox="0 0 24 24"
2240
+ width="24"
2241
+ xmlns="http://www.w3.org/2000/svg"
2242
+ >
2243
+ <circle
2244
+ cx="12"
2245
+ cy="12"
2246
+ r="10"
2247
+ />
2248
+ <path
2249
+ d="M12 16v-4"
2250
+ />
2251
+ <path
2252
+ d="M12 8h.01"
2253
+ />
2254
+ </svg>
2255
+ </span>
2256
+ </button>
2257
+ </span>
2258
+ </span>
2259
+ </div>
2260
+ </section>
2261
+ </div>
2262
+ </section>
1222
2263
  <div
1223
- class="memori-tooltip memori-tooltip--align-topLeft"
2264
+ class="memori--start-actions"
1224
2265
  >
1225
- <div
1226
- class="memori-tooltip--trigger"
2266
+ <button
2267
+ class="memori-button memori-button--primary memori-button--lg memori--start-actions__start"
2268
+ style="font-weight: var(--memori-text-weight-bold);"
2269
+ tabindex="0"
2270
+ type="button"
1227
2271
  >
1228
- <svg
1229
- aria-hidden="true"
1230
- class="memori--start-privacy-explanation-icon"
1231
- fill="none"
1232
- focusable="false"
1233
- role="img"
1234
- stroke="currentColor"
1235
- stroke-linecap="round"
1236
- stroke-linejoin="round"
1237
- stroke-width="1.5"
1238
- viewBox="0 0 24 24"
1239
- xmlns="http://www.w3.org/2000/svg"
2272
+ <span
2273
+ class="memori-button__content"
1240
2274
  >
1241
- <circle
1242
- cx="12"
1243
- cy="12"
1244
- r="10"
1245
- />
1246
- <path
1247
- d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"
1248
- />
1249
- <path
1250
- d="M12 17L12.01 17"
1251
- />
1252
- </svg>
1253
- </div>
2275
+ write_and_speak.resumeButton
2276
+ </span>
2277
+ </button>
1254
2278
  </div>
1255
- </div>
1256
- <button
1257
- class="memori-button memori-button--primary memori-button--rounded memori-button--padded memori--start-button"
1258
- >
1259
- write_and_speak.resumeButton
1260
- </button>
1261
- <div
1262
- class="memori--completion-provider-status--loading"
1263
- >
1264
- <div
1265
- class="memori-spin memori-spin--spinning"
2279
+ <p
2280
+ class="memori--start-description"
1266
2281
  >
1267
- <div
1268
- class="memori-spin--spinner"
1269
- >
1270
- <svg
1271
- aria-hidden="true"
1272
- class="memori-loading-icon"
1273
- focusable="false"
1274
- role="img"
1275
- viewBox="0 0 1024 1024"
1276
- xmlns="http://www.w3.org/2000/svg"
1277
- >
1278
- <path
1279
- 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"
1280
- />
1281
- </svg>
1282
- </div>
1283
- </div>
2282
+ write_and_speak.pageTryMeExplanation
2283
+ </p>
1284
2284
  </div>
1285
- <p
1286
- class="memori--start-description"
1287
- >
1288
- write_and_speak.pageTryMeExplanation
1289
- </p>
1290
2285
  </div>
1291
2286
  </div>
1292
2287
  </div>
@@ -1300,113 +2295,208 @@ exports[`renders StartPanel with integrationConfig unchanged 1`] = `
1300
2295
  <div
1301
2296
  class="memori--cover"
1302
2297
  />
1303
- <picture
1304
- class="memori--avatar"
1305
- >
1306
- <source
1307
- src="https://aisuru.com/images/aisuru/square_logo.png"
1308
- />
1309
- <img
1310
- alt="Memori"
1311
- src="https://aisuru.com/images/aisuru/square_logo.png"
1312
- />
1313
- </picture>
1314
- <h2
1315
- class="memori--title"
1316
- >
1317
- Memori
1318
- </h2>
1319
2298
  <div
1320
- class="memori--description"
2299
+ class="memori--start-panel__body"
1321
2300
  >
1322
- <p>
2301
+ <div
2302
+ class="memori--title-container"
2303
+ >
2304
+ <picture
2305
+ class="memori--avatar"
2306
+ >
2307
+ <source
2308
+ src="https://aisuru.com/images/aisuru/square_logo.png"
2309
+ />
2310
+ <img
2311
+ alt="Memori"
2312
+ src="https://aisuru.com/images/aisuru/square_logo.png"
2313
+ />
2314
+ </picture>
1323
2315
  <div
1324
- class="memori-expandable memori--description-text"
2316
+ class="memori--title-container__content"
1325
2317
  >
2318
+ <h2
2319
+ class="memori--title"
2320
+ >
2321
+ Memori
2322
+ </h2>
1326
2323
  <div
1327
- class="memori-expandable--inner"
1328
- style="max-height: 9999px;"
2324
+ class="memori-expandable memori--description-text memori--description-text--collapsible"
1329
2325
  >
1330
- Lorem ipsum.
2326
+ <div
2327
+ class="memori-expandable__inner"
2328
+ style="max-height: 9999px;"
2329
+ >
2330
+ Lorem ipsum.
2331
+ </div>
1331
2332
  </div>
1332
2333
  </div>
1333
- </p>
1334
- <div
1335
- class="memori--start-privacy-explanation-container"
1336
- >
1337
- <p
1338
- class="memori--start-privacy-explanation"
1339
- >
1340
- write_and_speak.pagePrivacyExplanation
1341
- </p>
1342
2334
  <div
1343
- class="memori-tooltip memori-tooltip--align-topLeft"
2335
+ class="memori--completion-provider-status--loading"
1344
2336
  >
1345
2337
  <div
1346
- class="memori-tooltip--trigger"
2338
+ class="memori-spin memori-spin--spinning"
1347
2339
  >
1348
- <svg
1349
- aria-hidden="true"
1350
- class="memori--start-privacy-explanation-icon"
1351
- fill="none"
1352
- focusable="false"
1353
- role="img"
1354
- stroke="currentColor"
1355
- stroke-linecap="round"
1356
- stroke-linejoin="round"
1357
- stroke-width="1.5"
1358
- viewBox="0 0 24 24"
1359
- xmlns="http://www.w3.org/2000/svg"
2340
+ <div
2341
+ aria-label="Loading"
2342
+ aria-live="polite"
2343
+ class="memori-spin__overlay"
2344
+ role="status"
1360
2345
  >
1361
- <circle
1362
- cx="12"
1363
- cy="12"
1364
- r="10"
1365
- />
1366
- <path
1367
- d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"
1368
- />
1369
- <path
1370
- d="M12 17L12.01 17"
1371
- />
1372
- </svg>
2346
+ <div
2347
+ class="memori-spin__container"
2348
+ >
2349
+ <svg
2350
+ aria-hidden="true"
2351
+ class="lucide lucide-loader-circle memori-spin__icon"
2352
+ fill="none"
2353
+ height="24"
2354
+ stroke="currentColor"
2355
+ stroke-linecap="round"
2356
+ stroke-linejoin="round"
2357
+ stroke-width="2"
2358
+ viewBox="0 0 24 24"
2359
+ width="24"
2360
+ xmlns="http://www.w3.org/2000/svg"
2361
+ >
2362
+ <path
2363
+ d="M21 12a9 9 0 1 1-6.219-8.56"
2364
+ />
2365
+ </svg>
2366
+ </div>
2367
+ </div>
1373
2368
  </div>
1374
2369
  </div>
1375
2370
  </div>
1376
- <button
1377
- class="memori-button memori-button--primary memori-button--rounded memori-button--padded memori--start-button"
1378
- >
1379
- write_and_speak.tryMeButton
1380
- </button>
1381
2371
  <div
1382
- class="memori--completion-provider-status--loading"
2372
+ class="memori--description"
1383
2373
  >
1384
- <div
1385
- class="memori-spin memori-spin--spinning"
2374
+ <section
2375
+ class="memori--start-panel__mobile-info"
1386
2376
  >
1387
2377
  <div
1388
- class="memori-spin--spinner"
2378
+ class="memori--start-panel__mobile-info-content"
1389
2379
  >
1390
- <svg
1391
- aria-hidden="true"
1392
- class="memori-loading-icon"
1393
- focusable="false"
1394
- role="img"
1395
- viewBox="0 0 1024 1024"
1396
- xmlns="http://www.w3.org/2000/svg"
2380
+ <section
2381
+ class="memori--settings-section"
1397
2382
  >
1398
- <path
1399
- 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"
1400
- />
1401
- </svg>
2383
+ <div
2384
+ class="memori--settings-section__row"
2385
+ >
2386
+ <div
2387
+ aria-hidden="true"
2388
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--neutral"
2389
+ >
2390
+ <svg
2391
+ class="lucide lucide-eye memori--settings-section__icon"
2392
+ fill="none"
2393
+ height="24"
2394
+ stroke="currentColor"
2395
+ stroke-linecap="round"
2396
+ stroke-linejoin="round"
2397
+ stroke-width="2"
2398
+ viewBox="0 0 24 24"
2399
+ width="24"
2400
+ xmlns="http://www.w3.org/2000/svg"
2401
+ >
2402
+ <path
2403
+ d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
2404
+ />
2405
+ <circle
2406
+ cx="12"
2407
+ cy="12"
2408
+ r="3"
2409
+ />
2410
+ </svg>
2411
+ </div>
2412
+ <div
2413
+ class="memori--settings-section__content"
2414
+ >
2415
+ <div
2416
+ class="memori--settings-section__title-inline"
2417
+ >
2418
+ <p
2419
+ class="memori--settings-section__title"
2420
+ >
2421
+ write_and_speak.pagePrivacyExplanation
2422
+ </p>
2423
+ </div>
2424
+ <p
2425
+ class="memori--settings-section__description"
2426
+ >
2427
+ write_and_speak.pagePrivacyExplanationList.authorUsesInfo
2428
+ </p>
2429
+ </div>
2430
+ <span
2431
+ class="styles-module__root___-ALla"
2432
+ >
2433
+ <span
2434
+ class="styles-module__trigger___V2aIF"
2435
+ id="base-ui-:r2b:"
2436
+ >
2437
+ <button
2438
+ aria-label="privacyPolicy"
2439
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
2440
+ tabindex="0"
2441
+ type="button"
2442
+ >
2443
+ <span
2444
+ class="memori-button__content"
2445
+ >
2446
+ <svg
2447
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
2448
+ fill="none"
2449
+ height="24"
2450
+ stroke="currentColor"
2451
+ stroke-linecap="round"
2452
+ stroke-linejoin="round"
2453
+ stroke-width="2"
2454
+ viewBox="0 0 24 24"
2455
+ width="24"
2456
+ xmlns="http://www.w3.org/2000/svg"
2457
+ >
2458
+ <circle
2459
+ cx="12"
2460
+ cy="12"
2461
+ r="10"
2462
+ />
2463
+ <path
2464
+ d="M12 16v-4"
2465
+ />
2466
+ <path
2467
+ d="M12 8h.01"
2468
+ />
2469
+ </svg>
2470
+ </span>
2471
+ </button>
2472
+ </span>
2473
+ </span>
2474
+ </div>
2475
+ </section>
1402
2476
  </div>
2477
+ </section>
2478
+ <div
2479
+ class="memori--start-actions"
2480
+ >
2481
+ <button
2482
+ class="memori-button memori-button--primary memori-button--lg memori--start-actions__start"
2483
+ style="font-weight: var(--memori-text-weight-bold);"
2484
+ tabindex="0"
2485
+ type="button"
2486
+ >
2487
+ <span
2488
+ class="memori-button__content"
2489
+ >
2490
+ write_and_speak.tryMeButton
2491
+ </span>
2492
+ </button>
1403
2493
  </div>
2494
+ <p
2495
+ class="memori--start-description"
2496
+ >
2497
+ write_and_speak.pageTryMeExplanation
2498
+ </p>
1404
2499
  </div>
1405
- <p
1406
- class="memori--start-description"
1407
- >
1408
- write_and_speak.pageTryMeExplanation
1409
- </p>
1410
2500
  </div>
1411
2501
  </div>
1412
2502
  </div>
@@ -1420,48 +2510,122 @@ exports[`renders StartPanel with login required unchanged 1`] = `
1420
2510
  <div
1421
2511
  class="memori--cover"
1422
2512
  />
1423
- <picture
1424
- class="memori--avatar"
1425
- >
1426
- <source
1427
- src="https://aisuru.com/images/aisuru/square_logo.png"
1428
- />
1429
- <img
1430
- alt="Memori"
1431
- src="https://aisuru.com/images/aisuru/square_logo.png"
1432
- />
1433
- </picture>
1434
- <h2
1435
- class="memori--title"
1436
- >
1437
- Memori
1438
- </h2>
1439
2513
  <div
1440
- class="memori--needsLogin"
2514
+ class="memori--start-panel__body"
1441
2515
  >
1442
- <p>
1443
- write_and_speak.requirePositionHelp
1444
- </p>
1445
- <button
1446
- class="memori-button memori-button--primary memori-button--rounded memori-button--padded memori-button--with-icon memori--start-button"
2516
+ <div
2517
+ class="memori--title-container"
1447
2518
  >
1448
- <span
1449
- class="memori-button--icon"
2519
+ <picture
2520
+ class="memori--avatar"
1450
2521
  >
1451
- <svg
1452
- aria-hidden="true"
1453
- focusable="false"
1454
- role="img"
1455
- viewBox="0 0 1024 1024"
1456
- xmlns="http://www.w3.org/2000/svg"
2522
+ <source
2523
+ src="https://aisuru.com/images/aisuru/square_logo.png"
2524
+ />
2525
+ <img
2526
+ alt="Memori"
2527
+ src="https://aisuru.com/images/aisuru/square_logo.png"
2528
+ />
2529
+ </picture>
2530
+ <div
2531
+ class="memori--title-container__content"
2532
+ >
2533
+ <h2
2534
+ class="memori--title"
1457
2535
  >
1458
- <path
1459
- d="M858.5 763.6a374 374 0 0 0-80.6-119.5 375.63 375.63 0 0 0-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 0 0-80.6 119.5A371.7 371.7 0 0 0 136 901.8a8 8 0 0 0 8 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 0 0 8-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z"
1460
- />
1461
- </svg>
1462
- </span>
1463
- login.login
1464
- </button>
2536
+ Memori
2537
+ </h2>
2538
+ <div
2539
+ class="memori-expandable memori--description-text memori--description-text--collapsible"
2540
+ >
2541
+ <div
2542
+ class="memori-expandable__inner"
2543
+ style="max-height: 9999px;"
2544
+ >
2545
+ Lorem ipsum.
2546
+ </div>
2547
+ </div>
2548
+ </div>
2549
+ <div
2550
+ class="memori--completion-provider-status--loading"
2551
+ >
2552
+ <div
2553
+ class="memori-spin memori-spin--spinning"
2554
+ >
2555
+ <div
2556
+ aria-label="Loading"
2557
+ aria-live="polite"
2558
+ class="memori-spin__overlay"
2559
+ role="status"
2560
+ >
2561
+ <div
2562
+ class="memori-spin__container"
2563
+ >
2564
+ <svg
2565
+ aria-hidden="true"
2566
+ class="lucide lucide-loader-circle memori-spin__icon"
2567
+ fill="none"
2568
+ height="24"
2569
+ stroke="currentColor"
2570
+ stroke-linecap="round"
2571
+ stroke-linejoin="round"
2572
+ stroke-width="2"
2573
+ viewBox="0 0 24 24"
2574
+ width="24"
2575
+ xmlns="http://www.w3.org/2000/svg"
2576
+ >
2577
+ <path
2578
+ d="M21 12a9 9 0 1 1-6.219-8.56"
2579
+ />
2580
+ </svg>
2581
+ </div>
2582
+ </div>
2583
+ </div>
2584
+ </div>
2585
+ </div>
2586
+ <div
2587
+ class="memori--needsLogin"
2588
+ >
2589
+ <p>
2590
+ write_and_speak.requirePositionHelp
2591
+ </p>
2592
+ <button
2593
+ class="memori-button memori-button--primary memori-button--md"
2594
+ tabindex="0"
2595
+ type="button"
2596
+ >
2597
+ <span
2598
+ class="memori-button__icon"
2599
+ >
2600
+ <svg
2601
+ class="lucide lucide-user"
2602
+ fill="none"
2603
+ height="24"
2604
+ stroke="currentColor"
2605
+ stroke-linecap="round"
2606
+ stroke-linejoin="round"
2607
+ stroke-width="2"
2608
+ viewBox="0 0 24 24"
2609
+ width="24"
2610
+ xmlns="http://www.w3.org/2000/svg"
2611
+ >
2612
+ <path
2613
+ d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"
2614
+ />
2615
+ <circle
2616
+ cx="12"
2617
+ cy="7"
2618
+ r="4"
2619
+ />
2620
+ </svg>
2621
+ </span>
2622
+ <span
2623
+ class="memori-button__content"
2624
+ >
2625
+ login.login
2626
+ </span>
2627
+ </button>
2628
+ </div>
1465
2629
  </div>
1466
2630
  </div>
1467
2631
  </div>
@@ -1475,299 +2639,269 @@ exports[`renders StartPanel with multilangual unchanged 1`] = `
1475
2639
  <div
1476
2640
  class="memori--cover"
1477
2641
  />
1478
- <picture
1479
- class="memori--avatar"
1480
- >
1481
- <source
1482
- src="https://aisuru.com/images/aisuru/square_logo.png"
1483
- />
1484
- <img
1485
- alt="Memori"
1486
- src="https://aisuru.com/images/aisuru/square_logo.png"
1487
- />
1488
- </picture>
1489
- <h2
1490
- class="memori--title"
1491
- >
1492
- Memori
1493
- </h2>
1494
2642
  <div
1495
- class="memori--description"
2643
+ class="memori--start-panel__body"
1496
2644
  >
1497
- <p>
2645
+ <div
2646
+ class="memori--title-container"
2647
+ >
2648
+ <picture
2649
+ class="memori--avatar"
2650
+ >
2651
+ <source
2652
+ src="https://aisuru.com/images/aisuru/square_logo.png"
2653
+ />
2654
+ <img
2655
+ alt="Memori"
2656
+ src="https://aisuru.com/images/aisuru/square_logo.png"
2657
+ />
2658
+ </picture>
1498
2659
  <div
1499
- class="memori-expandable memori--description-text"
2660
+ class="memori--title-container__content"
1500
2661
  >
2662
+ <h2
2663
+ class="memori--title"
2664
+ >
2665
+ Memori
2666
+ </h2>
1501
2667
  <div
1502
- class="memori-expandable--inner"
1503
- style="max-height: 9999px;"
2668
+ class="memori-expandable memori--description-text memori--description-text--collapsible"
1504
2669
  >
1505
- Lorem ipsum.
2670
+ <div
2671
+ class="memori-expandable__inner"
2672
+ style="max-height: 9999px;"
2673
+ >
2674
+ Lorem ipsum.
2675
+ </div>
1506
2676
  </div>
1507
2677
  </div>
1508
- </p>
1509
- <div
1510
- class="memori--language-chooser"
1511
- >
1512
- <label
1513
- for="user-lang-pref"
1514
- id="user-lang-pref-label"
1515
- >
1516
- write_and_speak.iWantToTalkToIn
1517
- </label>
1518
- <select
1519
- aria-labelledby="user-lang-pref-label"
1520
- class="memori-select--button"
1521
- id="user-lang-pref"
1522
- >
1523
- <optgroup
1524
- label="popularLanguages"
1525
- >
1526
- <option
1527
- aria-label="English"
1528
- value="EN"
1529
- >
1530
- English
1531
- </option>
1532
- <option
1533
- aria-label="Italiano"
1534
- value="IT"
1535
- >
1536
- Italiano
1537
- </option>
1538
- </optgroup>
1539
- <optgroup
1540
- label="allLanguages"
1541
- >
1542
- <option
1543
- aria-label="العربية"
1544
- value="AR"
1545
- >
1546
- العربية
1547
- </option>
1548
- <option
1549
- aria-label="български"
1550
- value="BG"
1551
- >
1552
- български
1553
- </option>
1554
- <option
1555
- aria-label="Čeština / český jazyk"
1556
- value="CS"
1557
- >
1558
- Čeština / český jazyk
1559
- </option>
1560
- <option
1561
- aria-label="Dansk"
1562
- value="DA"
1563
- >
1564
- Dansk
1565
- </option>
1566
- <option
1567
- aria-label="Deutsch"
1568
- value="DE"
1569
- >
1570
- Deutsch
1571
- </option>
1572
- <option
1573
- aria-label="Ελληνικά"
1574
- value="EL"
1575
- >
1576
- Ελληνικά
1577
- </option>
1578
- <option
1579
- aria-label="Español"
1580
- value="ES"
1581
- >
1582
- Español
1583
- </option>
1584
- <option
1585
- aria-label="Eesti keel"
1586
- value="ET"
1587
- >
1588
- Eesti keel
1589
- </option>
1590
- <option
1591
- aria-label="Suomi"
1592
- value="FI"
1593
- >
1594
- Suomi
1595
- </option>
1596
- <option
1597
- aria-label="Français"
1598
- value="FR"
1599
- >
1600
- Français
1601
- </option>
1602
- <option
1603
- aria-label="Hrvatski"
1604
- value="HR"
1605
- >
1606
- Hrvatski
1607
- </option>
1608
- <option
1609
- aria-label="Magyar"
1610
- value="HU"
1611
- >
1612
- Magyar
1613
- </option>
1614
- <option
1615
- aria-label="日本語"
1616
- value="JA"
1617
- >
1618
- 日本語
1619
- </option>
1620
- <option
1621
- aria-label="Lietuvių kalba"
1622
- value="LT"
1623
- >
1624
- Lietuvių kalba
1625
- </option>
1626
- <option
1627
- aria-label="Latvian"
1628
- value="LV"
1629
- >
1630
- Latvian
1631
- </option>
1632
- <option
1633
- aria-label="Nederlands"
1634
- value="NL"
1635
- >
1636
- Nederlands
1637
- </option>
1638
- <option
1639
- aria-label="Polski"
1640
- value="PL"
1641
- >
1642
- Polski
1643
- </option>
1644
- <option
1645
- aria-label="Português"
1646
- value="PT"
1647
- >
1648
- Português
1649
- </option>
1650
- <option
1651
- aria-label="Română"
1652
- value="RO"
1653
- >
1654
- Română
1655
- </option>
1656
- <option
1657
- aria-label="Русский"
1658
- value="RU"
1659
- >
1660
- Русский
1661
- </option>
1662
- <option
1663
- aria-label="Slovenčina"
1664
- value="SK"
1665
- >
1666
- Slovenčina
1667
- </option>
1668
- <option
1669
- aria-label="Slovenščina"
1670
- value="SL"
1671
- >
1672
- Slovenščina
1673
- </option>
1674
- <option
1675
- aria-label="Svenska"
1676
- value="SV"
1677
- >
1678
- Svenska
1679
- </option>
1680
- <option
1681
- aria-label="Українська"
1682
- value="UK"
1683
- >
1684
- Українська
1685
- </option>
1686
- <option
1687
- aria-label="中文"
1688
- value="ZH"
1689
- >
1690
- 中文
1691
- </option>
1692
- </optgroup>
1693
- </select>
1694
- </div>
1695
- <div
1696
- class="memori--start-privacy-explanation-container"
1697
- >
1698
- <p
1699
- class="memori--start-privacy-explanation"
1700
- >
1701
- write_and_speak.pagePrivacyExplanation
1702
- </p>
1703
2678
  <div
1704
- class="memori-tooltip memori-tooltip--align-topLeft"
2679
+ class="memori--completion-provider-status--loading"
1705
2680
  >
1706
2681
  <div
1707
- class="memori-tooltip--trigger"
2682
+ class="memori-spin memori-spin--spinning"
1708
2683
  >
1709
- <svg
1710
- aria-hidden="true"
1711
- class="memori--start-privacy-explanation-icon"
1712
- fill="none"
1713
- focusable="false"
1714
- role="img"
1715
- stroke="currentColor"
1716
- stroke-linecap="round"
1717
- stroke-linejoin="round"
1718
- stroke-width="1.5"
1719
- viewBox="0 0 24 24"
1720
- xmlns="http://www.w3.org/2000/svg"
2684
+ <div
2685
+ aria-label="Loading"
2686
+ aria-live="polite"
2687
+ class="memori-spin__overlay"
2688
+ role="status"
1721
2689
  >
1722
- <circle
1723
- cx="12"
1724
- cy="12"
1725
- r="10"
1726
- />
1727
- <path
1728
- d="M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"
1729
- />
1730
- <path
1731
- d="M12 17L12.01 17"
1732
- />
1733
- </svg>
2690
+ <div
2691
+ class="memori-spin__container"
2692
+ >
2693
+ <svg
2694
+ aria-hidden="true"
2695
+ class="lucide lucide-loader-circle memori-spin__icon"
2696
+ fill="none"
2697
+ height="24"
2698
+ stroke="currentColor"
2699
+ stroke-linecap="round"
2700
+ stroke-linejoin="round"
2701
+ stroke-width="2"
2702
+ viewBox="0 0 24 24"
2703
+ width="24"
2704
+ xmlns="http://www.w3.org/2000/svg"
2705
+ >
2706
+ <path
2707
+ d="M21 12a9 9 0 1 1-6.219-8.56"
2708
+ />
2709
+ </svg>
2710
+ </div>
2711
+ </div>
1734
2712
  </div>
1735
2713
  </div>
1736
2714
  </div>
1737
- <button
1738
- class="memori-button memori-button--primary memori-button--rounded memori-button--padded memori--start-button"
1739
- >
1740
- write_and_speak.tryMeButton
1741
- </button>
1742
2715
  <div
1743
- class="memori--completion-provider-status--loading"
2716
+ class="memori--description"
1744
2717
  >
1745
2718
  <div
1746
- class="memori-spin memori-spin--spinning"
2719
+ class="memori--language-row"
1747
2720
  >
1748
2721
  <div
1749
- class="memori-spin--spinner"
2722
+ class="memori-combobox memori-combobox--language-chooser memori--language-row__combobox"
1750
2723
  >
1751
- <svg
2724
+ <label
2725
+ class="memori-combobox__label"
2726
+ for=":r2h:"
2727
+ id=":r2h:-label"
2728
+ >
2729
+ write_and_speak.chatLanguageLabel
2730
+ </label>
2731
+ <button
2732
+ aria-expanded="false"
2733
+ aria-haspopup="dialog"
2734
+ aria-labelledby=":r2h:-label"
2735
+ class="memori-combobox__trigger"
2736
+ id=":r2h:"
2737
+ role="combobox"
2738
+ tabindex="0"
2739
+ type="button"
2740
+ >
2741
+ <span
2742
+ class="memori-combobox__value"
2743
+ >
2744
+ English
2745
+ </span>
2746
+ <span
2747
+ aria-hidden="true"
2748
+ class="memori-combobox__trigger-icon"
2749
+ >
2750
+ <svg
2751
+ aria-hidden="true"
2752
+ class="lucide lucide-chevron-down"
2753
+ fill="none"
2754
+ height="16"
2755
+ stroke="currentColor"
2756
+ stroke-linecap="round"
2757
+ stroke-linejoin="round"
2758
+ stroke-width="2"
2759
+ viewBox="0 0 24 24"
2760
+ width="16"
2761
+ xmlns="http://www.w3.org/2000/svg"
2762
+ >
2763
+ <path
2764
+ d="m6 9 6 6 6-6"
2765
+ />
2766
+ </svg>
2767
+ </span>
2768
+ </button>
2769
+ <input
1752
2770
  aria-hidden="true"
1753
- class="memori-loading-icon"
1754
- focusable="false"
1755
- role="img"
1756
- viewBox="0 0 1024 1024"
1757
- xmlns="http://www.w3.org/2000/svg"
2771
+ id="base-ui-:r2i:"
2772
+ name="user-lang-pref"
2773
+ style="overflow: hidden; white-space: nowrap; position: fixed; top: 0px; left: 0px; border: 0px; padding: 0px; width: 1px; height: 1px; margin: -1px;"
2774
+ tabindex="-1"
2775
+ value="EN"
2776
+ />
2777
+ </div>
2778
+ </div>
2779
+ <section
2780
+ class="memori--start-panel__mobile-info"
2781
+ >
2782
+ <div
2783
+ class="memori--start-panel__mobile-info-content"
2784
+ >
2785
+ <section
2786
+ class="memori--settings-section"
1758
2787
  >
1759
- <path
1760
- 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"
1761
- />
1762
- </svg>
2788
+ <div
2789
+ class="memori--settings-section__row"
2790
+ >
2791
+ <div
2792
+ aria-hidden="true"
2793
+ class="memori--settings-section__icon-box memori--settings-section__icon-box--neutral"
2794
+ >
2795
+ <svg
2796
+ class="lucide lucide-eye memori--settings-section__icon"
2797
+ fill="none"
2798
+ height="24"
2799
+ stroke="currentColor"
2800
+ stroke-linecap="round"
2801
+ stroke-linejoin="round"
2802
+ stroke-width="2"
2803
+ viewBox="0 0 24 24"
2804
+ width="24"
2805
+ xmlns="http://www.w3.org/2000/svg"
2806
+ >
2807
+ <path
2808
+ d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
2809
+ />
2810
+ <circle
2811
+ cx="12"
2812
+ cy="12"
2813
+ r="3"
2814
+ />
2815
+ </svg>
2816
+ </div>
2817
+ <div
2818
+ class="memori--settings-section__content"
2819
+ >
2820
+ <div
2821
+ class="memori--settings-section__title-inline"
2822
+ >
2823
+ <p
2824
+ class="memori--settings-section__title"
2825
+ >
2826
+ write_and_speak.pagePrivacyExplanation
2827
+ </p>
2828
+ </div>
2829
+ <p
2830
+ class="memori--settings-section__description"
2831
+ >
2832
+ write_and_speak.pagePrivacyExplanationList.authorUsesInfo
2833
+ </p>
2834
+ </div>
2835
+ <span
2836
+ class="styles-module__root___-ALla"
2837
+ >
2838
+ <span
2839
+ class="styles-module__trigger___V2aIF"
2840
+ id="base-ui-:r2l:"
2841
+ >
2842
+ <button
2843
+ aria-label="privacyPolicy"
2844
+ class="memori-button memori-button--toolbar memori-button--sm memori--privacy-popover-trigger memori--settings-section__info-trigger"
2845
+ tabindex="0"
2846
+ type="button"
2847
+ >
2848
+ <span
2849
+ class="memori-button__content"
2850
+ >
2851
+ <svg
2852
+ class="lucide lucide-info memori--settings-section__inline-info-icon"
2853
+ fill="none"
2854
+ height="24"
2855
+ stroke="currentColor"
2856
+ stroke-linecap="round"
2857
+ stroke-linejoin="round"
2858
+ stroke-width="2"
2859
+ viewBox="0 0 24 24"
2860
+ width="24"
2861
+ xmlns="http://www.w3.org/2000/svg"
2862
+ >
2863
+ <circle
2864
+ cx="12"
2865
+ cy="12"
2866
+ r="10"
2867
+ />
2868
+ <path
2869
+ d="M12 16v-4"
2870
+ />
2871
+ <path
2872
+ d="M12 8h.01"
2873
+ />
2874
+ </svg>
2875
+ </span>
2876
+ </button>
2877
+ </span>
2878
+ </span>
2879
+ </div>
2880
+ </section>
1763
2881
  </div>
2882
+ </section>
2883
+ <div
2884
+ class="memori--start-actions"
2885
+ >
2886
+ <button
2887
+ class="memori-button memori-button--primary memori-button--lg memori--start-actions__start"
2888
+ style="font-weight: var(--memori-text-weight-bold);"
2889
+ tabindex="0"
2890
+ type="button"
2891
+ >
2892
+ <span
2893
+ class="memori-button__content"
2894
+ >
2895
+ write_and_speak.tryMeButton
2896
+ </span>
2897
+ </button>
1764
2898
  </div>
2899
+ <p
2900
+ class="memori--start-description"
2901
+ >
2902
+ write_and_speak.pageTryMeExplanation
2903
+ </p>
1765
2904
  </div>
1766
- <p
1767
- class="memori--start-description"
1768
- >
1769
- write_and_speak.pageTryMeExplanation
1770
- </p>
1771
2905
  </div>
1772
2906
  </div>
1773
2907
  </div>
@@ -1781,49 +2915,171 @@ exports[`renders StartPanel with position required unchanged 1`] = `
1781
2915
  <div
1782
2916
  class="memori--cover"
1783
2917
  />
1784
- <picture
1785
- class="memori--avatar"
1786
- >
1787
- <source
1788
- src="https://aisuru.com/images/aisuru/square_logo.png"
1789
- />
1790
- <img
1791
- alt="Memori"
1792
- src="https://aisuru.com/images/aisuru/square_logo.png"
1793
- />
1794
- </picture>
1795
- <h2
1796
- class="memori--title"
1797
- >
1798
- Memori
1799
- </h2>
1800
2918
  <div
1801
- class="memori--needsPosition"
2919
+ class="memori--start-panel__body"
1802
2920
  >
1803
- <p>
1804
- write_and_speak.requirePositionHelp
1805
- </p>
1806
- <button
1807
- class="memori-button memori-button--primary memori-button--rounded memori-button--padded memori-button--with-icon memori--start-button"
2921
+ <div
2922
+ class="memori--title-container"
1808
2923
  >
1809
- <span
1810
- class="memori-button--icon"
1811
- >
1812
- <svg
1813
- aria-hidden="true"
1814
- focusable="false"
1815
- role="img"
1816
- viewBox="0 0 384 512"
1817
- xmlns="http://www.w3.org/2000/svg"
1818
- >
1819
- <path
1820
- d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z"
1821
- fill="currentColor"
1822
- />
1823
- </svg>
1824
- </span>
1825
- widget.position
1826
- </button>
2924
+ <picture
2925
+ class="memori--avatar"
2926
+ >
2927
+ <source
2928
+ src="https://aisuru.com/images/aisuru/square_logo.png"
2929
+ />
2930
+ <img
2931
+ alt="Memori"
2932
+ src="https://aisuru.com/images/aisuru/square_logo.png"
2933
+ />
2934
+ </picture>
2935
+ <div
2936
+ class="memori--title-container__content"
2937
+ >
2938
+ <h2
2939
+ class="memori--title"
2940
+ >
2941
+ Memori
2942
+ </h2>
2943
+ <div
2944
+ class="memori-expandable memori--description-text memori--description-text--collapsible"
2945
+ >
2946
+ <div
2947
+ class="memori-expandable__inner"
2948
+ style="max-height: 9999px;"
2949
+ >
2950
+ Lorem ipsum.
2951
+ </div>
2952
+ </div>
2953
+ </div>
2954
+ <div
2955
+ class="memori--completion-provider-status--loading"
2956
+ >
2957
+ <div
2958
+ class="memori-spin memori-spin--spinning"
2959
+ >
2960
+ <div
2961
+ aria-label="Loading"
2962
+ aria-live="polite"
2963
+ class="memori-spin__overlay"
2964
+ role="status"
2965
+ >
2966
+ <div
2967
+ class="memori-spin__container"
2968
+ >
2969
+ <svg
2970
+ aria-hidden="true"
2971
+ class="lucide lucide-loader-circle memori-spin__icon"
2972
+ fill="none"
2973
+ height="24"
2974
+ stroke="currentColor"
2975
+ stroke-linecap="round"
2976
+ stroke-linejoin="round"
2977
+ stroke-width="2"
2978
+ viewBox="0 0 24 24"
2979
+ width="24"
2980
+ xmlns="http://www.w3.org/2000/svg"
2981
+ >
2982
+ <path
2983
+ d="M21 12a9 9 0 1 1-6.219-8.56"
2984
+ />
2985
+ </svg>
2986
+ </div>
2987
+ </div>
2988
+ </div>
2989
+ </div>
2990
+ </div>
2991
+ <div
2992
+ class="memori--needsPosition"
2993
+ >
2994
+ <p>
2995
+ write_and_speak.requirePositionHelp
2996
+ </p>
2997
+ <div
2998
+ class="memori--needsPosition-actions"
2999
+ >
3000
+ <button
3001
+ class="memori-button memori-button--primary memori-button--md"
3002
+ style="width: 100%;"
3003
+ tabindex="0"
3004
+ type="button"
3005
+ >
3006
+ <span
3007
+ class="memori-button__icon"
3008
+ >
3009
+ <svg
3010
+ class="lucide lucide-map-pin"
3011
+ fill="none"
3012
+ height="24"
3013
+ stroke="currentColor"
3014
+ stroke-linecap="round"
3015
+ stroke-linejoin="round"
3016
+ stroke-width="2"
3017
+ viewBox="0 0 24 24"
3018
+ width="24"
3019
+ xmlns="http://www.w3.org/2000/svg"
3020
+ >
3021
+ <path
3022
+ d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"
3023
+ />
3024
+ <circle
3025
+ cx="12"
3026
+ cy="10"
3027
+ r="3"
3028
+ />
3029
+ </svg>
3030
+ </span>
3031
+ <span
3032
+ class="memori-button__content"
3033
+ >
3034
+ write_and_speak.useMyPosition
3035
+ </span>
3036
+ </button>
3037
+ <button
3038
+ class="memori-button memori-button--outline memori-button--md"
3039
+ style="width: 100%;"
3040
+ tabindex="0"
3041
+ type="button"
3042
+ >
3043
+ <span
3044
+ class="memori-button__icon"
3045
+ >
3046
+ <svg
3047
+ class="lucide lucide-map-pin-off"
3048
+ fill="none"
3049
+ height="24"
3050
+ stroke="currentColor"
3051
+ stroke-linecap="round"
3052
+ stroke-linejoin="round"
3053
+ stroke-width="2"
3054
+ viewBox="0 0 24 24"
3055
+ width="24"
3056
+ xmlns="http://www.w3.org/2000/svg"
3057
+ >
3058
+ <path
3059
+ d="M12.75 7.09a3 3 0 0 1 2.16 2.16"
3060
+ />
3061
+ <path
3062
+ d="M17.072 17.072c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 1.432-4.568"
3063
+ />
3064
+ <path
3065
+ d="m2 2 20 20"
3066
+ />
3067
+ <path
3068
+ d="M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533"
3069
+ />
3070
+ <path
3071
+ d="M9.13 9.13a3 3 0 0 0 3.74 3.74"
3072
+ />
3073
+ </svg>
3074
+ </span>
3075
+ <span
3076
+ class="memori-button__content"
3077
+ >
3078
+ write_and_speak.dontWantToProvidePosition
3079
+ </span>
3080
+ </button>
3081
+ </div>
3082
+ </div>
1827
3083
  </div>
1828
3084
  </div>
1829
3085
  </div>