@memori.ai/memori-react 9.0.0-alpha.21 → 9.0.0-alpha.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +453 -0
- package/dist/components/AgeVerificationModal/AgeVerificationModal.css +1 -7
- package/dist/components/AgeVerificationModal/AgeVerificationModal.js +1 -1
- package/dist/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
- package/dist/components/Auth/Auth.css +12 -5
- package/dist/components/Auth/Auth.d.ts +1 -1
- package/dist/components/Auth/Auth.js +46 -32
- package/dist/components/Auth/Auth.js.map +1 -1
- package/dist/components/BlockedMemoriBadge/BlockedMemoriBadge.css +7 -6
- package/dist/components/Chat/Chat.css +1 -0
- package/dist/components/Chat/Chat.js +1 -1
- package/dist/components/Chat/Chat.js.map +1 -1
- package/dist/components/ChatBubble/ChatBubble.css +32 -5
- package/dist/components/ChatBubble/ChatBubble.js +14 -11
- package/dist/components/ChatBubble/ChatBubble.js.map +1 -1
- package/dist/components/ChatHistoryDrawer/ChatHistory.d.ts +3 -1
- package/dist/components/ChatHistoryDrawer/ChatHistory.js +2 -2
- package/dist/components/ChatHistoryDrawer/ChatHistory.js.map +1 -1
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.css +1 -1
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.d.ts +3 -1
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js +7 -57
- package/dist/components/ChatHistoryDrawer/ChatResumeDrawer.js.map +1 -1
- package/dist/components/ChatInputs/ChatInputs.js +10 -1
- package/dist/components/ChatInputs/ChatInputs.js.map +1 -1
- package/dist/components/ChatTextArea/ChatTextArea.css +1 -1
- package/dist/components/ContentPreviewModal/ContentPreviewModal.css +1 -10
- package/dist/components/ContentPreviewModal/ContentPreviewModal.js +1 -1
- package/dist/components/ContentPreviewModal/ContentPreviewModal.js.map +1 -1
- package/dist/components/ExpertsDrawer/ExpertsDrawer.css +0 -6
- package/dist/components/FeedbackButtons/FeedbackButtons.js +2 -2
- package/dist/components/FeedbackButtons/FeedbackButtons.js.map +1 -1
- package/dist/components/Header/Header.css +8 -3
- package/dist/components/Header/Header.js +15 -18
- package/dist/components/Header/Header.js.map +1 -1
- package/dist/components/IconButton/IconButton.d.ts +1 -1
- package/dist/components/KnownFacts/KnownFacts.css +1 -1
- package/dist/components/KnownFacts/KnownFacts.js +2 -5
- package/dist/components/KnownFacts/KnownFacts.js.map +1 -1
- package/dist/components/LoginDrawer/LoginDrawer.css +16 -14
- package/dist/components/LoginDrawer/LoginDrawer.js +19 -11
- package/dist/components/LoginDrawer/LoginDrawer.js.map +1 -1
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +4 -4
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +28 -5
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +2 -2
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -1
- package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js +1 -1
- package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js.map +1 -1
- package/dist/components/MemoriWidget/MemoriWidget.d.ts +1 -0
- package/dist/components/MemoriWidget/MemoriWidget.js +93 -32
- package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/dist/components/MobileSessionPanel/MobileSessionPanel.css +2 -2
- package/dist/components/PositionPopover/PositionPopover.css +3 -3
- package/dist/components/PositionPopover/PositionPopover.js +38 -25
- package/dist/components/PositionPopover/PositionPopover.js.map +1 -1
- package/dist/components/Snippet/Snippet.css +1 -1
- package/dist/components/StartPanel/StartPanel.css +19 -3
- package/dist/components/StartPanel/StartPanel.js +12 -18
- package/dist/components/StartPanel/StartPanel.js.map +1 -1
- package/dist/components/layouts/WebsiteAssistant/website-assistant.css +3 -3
- package/dist/components/layouts/chat.css +5 -2
- package/dist/components/layouts/totem.css +43 -9
- package/dist/helpers/nats/getNatsConfig.js.map +1 -1
- package/dist/helpers/nats/useNats.d.ts +2 -1
- package/dist/helpers/nats/useNats.js +87 -20
- package/dist/helpers/nats/useNats.js.map +1 -1
- package/dist/helpers/nats/useNatsSession.d.ts +6 -1
- package/dist/helpers/nats/useNatsSession.js +48 -7
- package/dist/helpers/nats/useNatsSession.js.map +1 -1
- package/dist/helpers/positionPopover.d.ts +2 -1
- package/dist/helpers/positionPopover.js +10 -2
- package/dist/helpers/positionPopover.js.map +1 -1
- package/dist/icons/MemoriIcon.js +1 -1
- package/dist/icons/MemoriIcon.js.map +1 -1
- package/dist/locales/de.json +4 -1
- package/dist/locales/en.json +3 -1
- package/dist/locales/es.json +3 -1
- package/dist/locales/fr.json +3 -1
- package/dist/locales/it.json +3 -1
- package/dist/styles.css +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/esm/components/AgeVerificationModal/AgeVerificationModal.css +1 -7
- package/esm/components/AgeVerificationModal/AgeVerificationModal.js +1 -1
- package/esm/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
- package/esm/components/Auth/Auth.css +12 -5
- package/esm/components/Auth/Auth.d.ts +1 -1
- package/esm/components/Auth/Auth.js +47 -33
- package/esm/components/Auth/Auth.js.map +1 -1
- package/esm/components/BlockedMemoriBadge/BlockedMemoriBadge.css +7 -6
- package/esm/components/Chat/Chat.css +1 -0
- package/esm/components/Chat/Chat.js +1 -1
- package/esm/components/Chat/Chat.js.map +1 -1
- package/esm/components/ChatBubble/ChatBubble.css +32 -5
- package/esm/components/ChatBubble/ChatBubble.js +14 -11
- package/esm/components/ChatBubble/ChatBubble.js.map +1 -1
- package/esm/components/ChatHistoryDrawer/ChatHistory.d.ts +3 -1
- package/esm/components/ChatHistoryDrawer/ChatHistory.js +2 -2
- package/esm/components/ChatHistoryDrawer/ChatHistory.js.map +1 -1
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.css +1 -1
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.d.ts +3 -1
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.js +9 -59
- package/esm/components/ChatHistoryDrawer/ChatResumeDrawer.js.map +1 -1
- package/esm/components/ChatInputs/ChatInputs.js +11 -2
- package/esm/components/ChatInputs/ChatInputs.js.map +1 -1
- package/esm/components/ChatTextArea/ChatTextArea.css +1 -1
- package/esm/components/ContentPreviewModal/ContentPreviewModal.css +1 -10
- package/esm/components/ContentPreviewModal/ContentPreviewModal.js +1 -1
- package/esm/components/ContentPreviewModal/ContentPreviewModal.js.map +1 -1
- package/esm/components/ExpertsDrawer/ExpertsDrawer.css +0 -6
- package/esm/components/FeedbackButtons/FeedbackButtons.js +2 -2
- package/esm/components/FeedbackButtons/FeedbackButtons.js.map +1 -1
- package/esm/components/Header/Header.css +8 -3
- package/esm/components/Header/Header.js +15 -18
- package/esm/components/Header/Header.js.map +1 -1
- package/esm/components/IconButton/IconButton.d.ts +1 -1
- package/esm/components/KnownFacts/KnownFacts.css +1 -1
- package/esm/components/KnownFacts/KnownFacts.js +2 -5
- package/esm/components/KnownFacts/KnownFacts.js.map +1 -1
- package/esm/components/LoginDrawer/LoginDrawer.css +16 -14
- package/esm/components/LoginDrawer/LoginDrawer.js +20 -12
- package/esm/components/LoginDrawer/LoginDrawer.js.map +1 -1
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +4 -4
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +28 -5
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +2 -2
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -1
- package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js +1 -1
- package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js.map +1 -1
- package/esm/components/MemoriWidget/MemoriWidget.d.ts +1 -0
- package/esm/components/MemoriWidget/MemoriWidget.js +93 -33
- package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/esm/components/MobileSessionPanel/MobileSessionPanel.css +2 -2
- package/esm/components/PositionPopover/PositionPopover.css +3 -3
- package/esm/components/PositionPopover/PositionPopover.js +39 -26
- package/esm/components/PositionPopover/PositionPopover.js.map +1 -1
- package/esm/components/Snippet/Snippet.css +1 -1
- package/esm/components/StartPanel/StartPanel.css +19 -3
- package/esm/components/StartPanel/StartPanel.js +12 -18
- package/esm/components/StartPanel/StartPanel.js.map +1 -1
- package/esm/components/layouts/WebsiteAssistant/website-assistant.css +3 -3
- package/esm/components/layouts/chat.css +5 -2
- package/esm/components/layouts/totem.css +43 -9
- package/esm/helpers/nats/getNatsConfig.js.map +1 -1
- package/esm/helpers/nats/useNats.d.ts +2 -1
- package/esm/helpers/nats/useNats.js +87 -20
- package/esm/helpers/nats/useNats.js.map +1 -1
- package/esm/helpers/nats/useNatsSession.d.ts +6 -1
- package/esm/helpers/nats/useNatsSession.js +48 -8
- package/esm/helpers/nats/useNatsSession.js.map +1 -1
- package/esm/helpers/positionPopover.d.ts +2 -1
- package/esm/helpers/positionPopover.js +9 -2
- package/esm/helpers/positionPopover.js.map +1 -1
- package/esm/icons/MemoriIcon.js +1 -1
- package/esm/icons/MemoriIcon.js.map +1 -1
- package/esm/locales/de.json +4 -1
- package/esm/locales/en.json +3 -1
- package/esm/locales/es.json +3 -1
- package/esm/locales/fr.json +3 -1
- package/esm/locales/it.json +3 -1
- package/esm/styles.css +1 -1
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +8 -5
- package/src/Live/Agents.stories.tsx +49 -0
- package/src/Live/KnownFacts.stories.tsx +50 -0
- package/src/Showcase.stories.tsx +3 -14
- package/src/components/AgeVerificationModal/AgeVerificationModal.css +1 -7
- package/src/components/AgeVerificationModal/AgeVerificationModal.stories.tsx +1 -1
- package/src/components/AgeVerificationModal/AgeVerificationModal.tsx +1 -0
- package/src/components/Auth/Auth.css +12 -5
- package/src/components/Auth/Auth.stories.tsx +1 -1
- package/src/components/Auth/Auth.test.tsx +68 -1
- package/src/components/Auth/Auth.tsx +69 -54
- package/src/components/Auth/__snapshots__/Auth.test.tsx.snap +5 -6
- package/src/components/Avatar/Avatar.stories.tsx +1 -18
- package/src/components/Avatar/AvatarView/AvatarView.stories.tsx +1 -103
- package/src/components/Blob/Blob.stories.tsx +1 -1
- package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.css +7 -6
- package/src/components/BlockedMemoriBadge/BlockedMemoriBadge.stories.tsx +1 -1
- package/src/components/ChangeMode/ChangeMode.stories.tsx +1 -1
- package/src/components/Chat/Chat.css +1 -0
- package/src/components/Chat/Chat.stories.tsx +61 -7
- package/src/components/Chat/Chat.tsx +1 -0
- package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +151 -151
- package/src/components/ChatBubble/ChatBubble.css +32 -5
- package/src/components/ChatBubble/ChatBubble.stories.tsx +24 -2
- package/src/components/ChatBubble/ChatBubble.test.tsx +37 -1
- package/src/components/ChatBubble/ChatBubble.tsx +308 -299
- package/src/components/ChatBubble/__snapshots__/ChatBubble.test.tsx.snap +384 -264
- package/src/components/ChatHistoryDrawer/ChatHistory.stories.tsx +1 -1
- package/src/components/ChatHistoryDrawer/ChatHistory.tsx +6 -0
- package/src/components/ChatHistoryDrawer/ChatResumeDrawer.css +1 -1
- package/src/components/ChatHistoryDrawer/ChatResumeDrawer.tsx +24 -81
- package/src/components/ChatInputs/ChatInputs.stories.tsx +1 -39
- package/src/components/ChatInputs/ChatInputs.test.tsx +47 -0
- package/src/components/ChatInputs/ChatInputs.tsx +12 -2
- package/src/components/ChatTextArea/ChatTextArea.css +1 -1
- package/src/components/CompletionProviderStatus/CompletionProviderStatus.stories.tsx +1 -1
- package/src/components/ContentPreviewModal/ContentPreviewModal.css +1 -10
- package/src/components/ContentPreviewModal/ContentPreviewModal.tsx +1 -1
- package/src/components/ExpertsDrawer/ExpertsDrawer.css +0 -6
- package/src/components/ExpertsDrawer/ExpertsDrawer.stories.tsx +1 -1
- package/src/components/FeedbackButtons/FeedbackButtons.stories.tsx +29 -10
- package/src/components/FeedbackButtons/FeedbackButtons.tsx +2 -0
- package/src/components/FeedbackButtons/__snapshots__/FeedbackButtons.test.tsx.snap +1 -1
- package/src/components/Header/Header.css +8 -3
- package/src/components/Header/Header.stories.tsx +1 -1
- package/src/components/Header/Header.tsx +146 -117
- package/src/components/KnownFacts/KnownFacts.css +1 -1
- package/src/components/KnownFacts/KnownFacts.stories.tsx +1 -23
- package/src/components/KnownFacts/KnownFacts.tsx +4 -9
- package/src/components/KnownFacts/__snapshots__/KnownFacts.test.tsx.snap +6 -2
- package/src/components/LoginDrawer/LoginDrawer.css +16 -14
- package/src/components/LoginDrawer/LoginDrawer.stories.tsx +2 -52
- package/src/components/LoginDrawer/LoginDrawer.tsx +51 -39
- package/src/components/LoginDrawer/__snapshots__/LoginDrawer.test.tsx.snap +33 -11
- package/src/components/MediaWidget/MediaItemWidget.stories.tsx +1 -15
- package/src/components/MediaWidget/MediaWidget.stories.tsx +1 -45
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/CopyButton.stories.tsx +1 -1
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +4 -4
- package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +28 -5
- package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.tsx +4 -6
- package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.tsx +1 -1
- package/src/components/MemoriArtifactSystem/utils/ArtifactAPI.test.tsx +32 -28
- package/src/components/MemoriWidget/MemoriUIProvider.contract.test.tsx +55 -0
- package/src/components/MemoriWidget/MemoriWidget.stories.tsx +55 -77
- package/src/components/MemoriWidget/MemoriWidget.tsx +114 -45
- package/src/components/MemoriWidget/getChatStyles.test.ts +24 -0
- package/src/components/MicrophoneButton/MicrophoneButton.stories.tsx +1 -1
- package/src/components/MobileSessionPanel/MobileSessionPanel.css +2 -2
- package/src/components/PositionPopover/PositionPopover.css +3 -3
- package/src/components/PositionPopover/PositionPopover.stories.tsx +1 -1
- package/src/components/PositionPopover/PositionPopover.tsx +50 -28
- package/src/components/PoweredBy/PoweredBy.stories.tsx +1 -54
- package/src/components/PoweredBy/__snapshots__/PoweredBy.test.tsx.snap +2 -2
- package/src/components/SendOnEnterMenu/SendOnEnterMenu.stories.tsx +1 -1
- package/src/components/SettingsDrawer/SettingsDrawer.stories.tsx +1 -1
- package/src/components/ShareButton/ShareButton.stories.tsx +1 -1
- package/src/components/Snippet/Snippet.css +1 -1
- package/src/components/Snippet/Snippet.stories.tsx +1 -1
- package/src/components/StartPanel/StartPanel.css +19 -3
- package/src/components/StartPanel/StartPanel.stories.tsx +2 -2
- package/src/components/StartPanel/StartPanel.tsx +22 -35
- package/src/components/StartPanel/__snapshots__/StartPanel.test.tsx.snap +177 -121
- package/src/components/Typing/Typing.stories.tsx +1 -1
- package/src/components/WhyThisAnswer/WhyThisAnswer.stories.tsx +22 -44
- package/src/components/WhyThisAnswer/__snapshots__/WhyThisAnswer.test.tsx.snap +9 -3
- package/src/components/layouts/FullBody/FullBody.stories.tsx +55 -68
- package/src/components/layouts/Totem/Totem.stories.tsx +69 -87
- package/src/components/layouts/WebsiteAssistant/website-assistant.css +3 -3
- package/src/components/layouts/ZoomedFullBody/ZoomedFullBody.stories.tsx +69 -87
- package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +19 -41
- package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +39 -83
- package/src/components/layouts/__snapshots__/HiddenChat.test.tsx.snap +15 -11
- package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +116 -42
- package/src/components/layouts/__snapshots__/ZoomedFullBody.test.tsx.snap +18 -40
- package/src/components/layouts/chat.css +5 -2
- package/src/components/layouts/layouts.stories.tsx +96 -179
- package/src/components/layouts/totem.css +43 -9
- package/src/helpers/nats/getNatsConfig.ts +4 -1
- package/src/helpers/nats/useNats.test.tsx +81 -0
- package/src/helpers/nats/useNats.ts +109 -29
- package/src/helpers/nats/useNatsSession.test.ts +16 -0
- package/src/helpers/nats/useNatsSession.ts +79 -13
- package/src/helpers/positionPopover.test.ts +36 -1
- package/src/helpers/positionPopover.ts +21 -4
- package/src/i18n.knownFacts.test.ts +40 -0
- package/src/icons/MemoriIcon.tsx +1 -1
- package/src/index.stories.tsx +1 -47
- package/src/locales/de.json +4 -1
- package/src/locales/en.json +3 -1
- package/src/locales/es.json +3 -1
- package/src/locales/fr.json +3 -1
- package/src/locales/it.json +3 -1
- package/src/styles.css +13 -27
- package/src/version.ts +1 -1
- package/src/components/ChatTextArea/ChatTextArea.stories.tsx +0 -55
- package/src/components/CustomGLBModelViewer/ModelViewer.stories.tsx +0 -58
- package/src/components/DateSelector/DateSelector.stories.tsx +0 -47
- package/src/components/FilePreview/FilePreview.stories.tsx +0 -63
- package/src/components/MemoriArtifactSystem/ArtifactDrawer.stories.tsx +0 -265
- package/src/components/UploadButton/UploadButton.stories.tsx +0 -510
- package/src/components/VenueWidget/VenueWidget.stories.tsx +0 -69
- package/src/components/layouts/WebsiteAssistant/WebsiteAssistant.stories.tsx +0 -115
|
@@ -44,14 +44,14 @@ exports[`renders ChatBubble from user with avatar as react element unchanged 1`]
|
|
|
44
44
|
>
|
|
45
45
|
<span
|
|
46
46
|
class="memori-tooltip__trigger"
|
|
47
|
-
id="base-ui-:
|
|
47
|
+
id="base-ui-:r21:"
|
|
48
48
|
>
|
|
49
49
|
<span
|
|
50
50
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
51
51
|
>
|
|
52
52
|
<button
|
|
53
53
|
aria-label="copy"
|
|
54
|
-
class="memori-button memori-button--ghost memori-button--
|
|
54
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
55
55
|
tabindex="0"
|
|
56
56
|
type="button"
|
|
57
57
|
>
|
|
@@ -150,14 +150,14 @@ exports[`renders ChatBubble from user with avatar unchanged 1`] = `
|
|
|
150
150
|
>
|
|
151
151
|
<span
|
|
152
152
|
class="memori-tooltip__trigger"
|
|
153
|
-
id="base-ui-:
|
|
153
|
+
id="base-ui-:r1p:"
|
|
154
154
|
>
|
|
155
155
|
<span
|
|
156
156
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
157
157
|
>
|
|
158
158
|
<button
|
|
159
159
|
aria-label="copy"
|
|
160
|
-
class="memori-button memori-button--ghost memori-button--
|
|
160
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
161
161
|
tabindex="0"
|
|
162
162
|
type="button"
|
|
163
163
|
>
|
|
@@ -258,14 +258,14 @@ exports[`renders ChatBubble from user with custom avatar unchanged 1`] = `
|
|
|
258
258
|
>
|
|
259
259
|
<span
|
|
260
260
|
class="memori-tooltip__trigger"
|
|
261
|
-
id="base-ui-:
|
|
261
|
+
id="base-ui-:r1t:"
|
|
262
262
|
>
|
|
263
263
|
<span
|
|
264
264
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
265
265
|
>
|
|
266
266
|
<button
|
|
267
267
|
aria-label="copy"
|
|
268
|
-
class="memori-button memori-button--ghost memori-button--
|
|
268
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
269
269
|
tabindex="0"
|
|
270
270
|
type="button"
|
|
271
271
|
>
|
|
@@ -376,7 +376,7 @@ exports[`renders ChatBubble unchanged 1`] = `
|
|
|
376
376
|
>
|
|
377
377
|
<button
|
|
378
378
|
aria-label="copy"
|
|
379
|
-
class="memori-button memori-button--ghost memori-button--
|
|
379
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
380
380
|
tabindex="0"
|
|
381
381
|
type="button"
|
|
382
382
|
>
|
|
@@ -2958,14 +2958,14 @@ M834 80h400000v40h-400000z"
|
|
|
2958
2958
|
>
|
|
2959
2959
|
<span
|
|
2960
2960
|
class="memori-tooltip__trigger"
|
|
2961
|
-
id="base-ui-:
|
|
2961
|
+
id="base-ui-:r3l:"
|
|
2962
2962
|
>
|
|
2963
2963
|
<span
|
|
2964
2964
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
2965
2965
|
>
|
|
2966
2966
|
<button
|
|
2967
2967
|
aria-label="copy"
|
|
2968
|
-
class="memori-button memori-button--ghost memori-button--
|
|
2968
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
2969
2969
|
tabindex="0"
|
|
2970
2970
|
type="button"
|
|
2971
2971
|
>
|
|
@@ -3007,14 +3007,14 @@ M834 80h400000v40h-400000z"
|
|
|
3007
3007
|
>
|
|
3008
3008
|
<span
|
|
3009
3009
|
class="memori-tooltip__trigger"
|
|
3010
|
-
id="base-ui-:
|
|
3010
|
+
id="base-ui-:r3n:"
|
|
3011
3011
|
>
|
|
3012
3012
|
<span
|
|
3013
3013
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
3014
3014
|
>
|
|
3015
3015
|
<button
|
|
3016
3016
|
aria-label="copyRawCode"
|
|
3017
|
-
class="memori-button memori-button--ghost memori-button--
|
|
3017
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
3018
3018
|
tabindex="0"
|
|
3019
3019
|
type="button"
|
|
3020
3020
|
>
|
|
@@ -3160,7 +3160,7 @@ Il valore della resistenza dei materiali
|
|
|
3160
3160
|
>
|
|
3161
3161
|
<span
|
|
3162
3162
|
class="mord mathnormal"
|
|
3163
|
-
style="margin-right:0.
|
|
3163
|
+
style="margin-right:0.1076em;"
|
|
3164
3164
|
>
|
|
3165
3165
|
f
|
|
3166
3166
|
</span>
|
|
@@ -3346,7 +3346,7 @@ Il valore della resistenza dei materiali
|
|
|
3346
3346
|
>
|
|
3347
3347
|
<span
|
|
3348
3348
|
class="mord mathnormal"
|
|
3349
|
-
style="margin-right:0.
|
|
3349
|
+
style="margin-right:0.1076em;"
|
|
3350
3350
|
>
|
|
3351
3351
|
f
|
|
3352
3352
|
</span>
|
|
@@ -3474,9 +3474,15 @@ Il valore della resistenza dei materiali
|
|
|
3474
3474
|
>
|
|
3475
3475
|
<span
|
|
3476
3476
|
class="mord mathnormal"
|
|
3477
|
-
style="margin-right:0.
|
|
3477
|
+
style="margin-right:0.1389em;"
|
|
3478
3478
|
>
|
|
3479
|
-
|
|
3479
|
+
F
|
|
3480
|
+
</span>
|
|
3481
|
+
<span
|
|
3482
|
+
class="mord mathnormal"
|
|
3483
|
+
style="margin-right:0.0715em;"
|
|
3484
|
+
>
|
|
3485
|
+
C
|
|
3480
3486
|
</span>
|
|
3481
3487
|
<span
|
|
3482
3488
|
class="mspace newline"
|
|
@@ -3506,7 +3512,7 @@ Il valore della resistenza dei materiali
|
|
|
3506
3512
|
>
|
|
3507
3513
|
<span
|
|
3508
3514
|
class="mord mathnormal"
|
|
3509
|
-
style="margin-right:0.
|
|
3515
|
+
style="margin-right:0.0556em;"
|
|
3510
3516
|
>
|
|
3511
3517
|
γ
|
|
3512
3518
|
</span>
|
|
@@ -3535,7 +3541,7 @@ Il valore della resistenza dei materiali
|
|
|
3535
3541
|
>
|
|
3536
3542
|
<span
|
|
3537
3543
|
class="mord mathnormal mtight"
|
|
3538
|
-
style="margin-right:0.
|
|
3544
|
+
style="margin-right:0.109em;"
|
|
3539
3545
|
>
|
|
3540
3546
|
M
|
|
3541
3547
|
</span>
|
|
@@ -3590,7 +3596,7 @@ Il valore della resistenza dei materiali
|
|
|
3590
3596
|
>
|
|
3591
3597
|
<span
|
|
3592
3598
|
class="mord mathnormal"
|
|
3593
|
-
style="margin-right:0.
|
|
3599
|
+
style="margin-right:0.1076em;"
|
|
3594
3600
|
>
|
|
3595
3601
|
f
|
|
3596
3602
|
</span>
|
|
@@ -3709,9 +3715,15 @@ Il valore della resistenza dei materiali
|
|
|
3709
3715
|
>
|
|
3710
3716
|
<span
|
|
3711
3717
|
class="mord mathnormal"
|
|
3712
|
-
style="margin-right:0.
|
|
3718
|
+
style="margin-right:0.1389em;"
|
|
3713
3719
|
>
|
|
3714
|
-
|
|
3720
|
+
F
|
|
3721
|
+
</span>
|
|
3722
|
+
<span
|
|
3723
|
+
class="mord mathnormal"
|
|
3724
|
+
style="margin-right:0.0715em;"
|
|
3725
|
+
>
|
|
3726
|
+
C
|
|
3715
3727
|
</span>
|
|
3716
3728
|
</span>
|
|
3717
3729
|
</span>
|
|
@@ -3742,7 +3754,7 @@ Il valore della resistenza dei materiali
|
|
|
3742
3754
|
>
|
|
3743
3755
|
<span
|
|
3744
3756
|
class="mord mathnormal"
|
|
3745
|
-
style="margin-right:0.
|
|
3757
|
+
style="margin-right:0.1076em;"
|
|
3746
3758
|
>
|
|
3747
3759
|
f
|
|
3748
3760
|
</span>
|
|
@@ -3771,7 +3783,7 @@ Il valore della resistenza dei materiali
|
|
|
3771
3783
|
>
|
|
3772
3784
|
<span
|
|
3773
3785
|
class="mord mathnormal mtight"
|
|
3774
|
-
style="margin-right:0.
|
|
3786
|
+
style="margin-right:0.0315em;"
|
|
3775
3787
|
>
|
|
3776
3788
|
k
|
|
3777
3789
|
</span>
|
|
@@ -3886,7 +3898,7 @@ Il valore della resistenza dei materiali
|
|
|
3886
3898
|
>
|
|
3887
3899
|
<span
|
|
3888
3900
|
class="mord mathnormal"
|
|
3889
|
-
style="margin-right:0.
|
|
3901
|
+
style="margin-right:0.1076em;"
|
|
3890
3902
|
>
|
|
3891
3903
|
f
|
|
3892
3904
|
</span>
|
|
@@ -3986,7 +3998,7 @@ Il valore della resistenza dei materiali
|
|
|
3986
3998
|
>
|
|
3987
3999
|
<span
|
|
3988
4000
|
class="mord mathnormal"
|
|
3989
|
-
style="margin-right:0.
|
|
4001
|
+
style="margin-right:0.1076em;"
|
|
3990
4002
|
>
|
|
3991
4003
|
f
|
|
3992
4004
|
</span>
|
|
@@ -4015,7 +4027,7 @@ Il valore della resistenza dei materiali
|
|
|
4015
4027
|
>
|
|
4016
4028
|
<span
|
|
4017
4029
|
class="mord mathnormal mtight"
|
|
4018
|
-
style="margin-right:0.
|
|
4030
|
+
style="margin-right:0.0315em;"
|
|
4019
4031
|
>
|
|
4020
4032
|
k
|
|
4021
4033
|
</span>
|
|
@@ -4082,9 +4094,15 @@ Il valore della resistenza dei materiali
|
|
|
4082
4094
|
/>
|
|
4083
4095
|
<span
|
|
4084
4096
|
class="mord mathnormal"
|
|
4085
|
-
style="margin-right:0.
|
|
4097
|
+
style="margin-right:0.1389em;"
|
|
4098
|
+
>
|
|
4099
|
+
F
|
|
4100
|
+
</span>
|
|
4101
|
+
<span
|
|
4102
|
+
class="mord mathnormal"
|
|
4103
|
+
style="margin-right:0.0715em;"
|
|
4086
4104
|
>
|
|
4087
|
-
|
|
4105
|
+
C
|
|
4088
4106
|
</span>
|
|
4089
4107
|
</span>
|
|
4090
4108
|
</span>
|
|
@@ -4132,7 +4150,7 @@ Il valore della resistenza dei materiali
|
|
|
4132
4150
|
>
|
|
4133
4151
|
<span
|
|
4134
4152
|
class="mord mathnormal"
|
|
4135
|
-
style="margin-right:0.
|
|
4153
|
+
style="margin-right:0.0556em;"
|
|
4136
4154
|
>
|
|
4137
4155
|
γ
|
|
4138
4156
|
</span>
|
|
@@ -4161,7 +4179,7 @@ Il valore della resistenza dei materiali
|
|
|
4161
4179
|
>
|
|
4162
4180
|
<span
|
|
4163
4181
|
class="mord mathnormal mtight"
|
|
4164
|
-
style="margin-right:0.
|
|
4182
|
+
style="margin-right:0.109em;"
|
|
4165
4183
|
>
|
|
4166
4184
|
M
|
|
4167
4185
|
</span>
|
|
@@ -4255,14 +4273,14 @@ Gli esiti delle prove devono essere attentamente analizzati per confermare le ca
|
|
|
4255
4273
|
>
|
|
4256
4274
|
<span
|
|
4257
4275
|
class="memori-tooltip__trigger"
|
|
4258
|
-
id="base-ui-:
|
|
4276
|
+
id="base-ui-:r3r:"
|
|
4259
4277
|
>
|
|
4260
4278
|
<span
|
|
4261
4279
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
4262
4280
|
>
|
|
4263
4281
|
<button
|
|
4264
4282
|
aria-label="copy"
|
|
4265
|
-
class="memori-button memori-button--ghost memori-button--
|
|
4283
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
4266
4284
|
tabindex="0"
|
|
4267
4285
|
type="button"
|
|
4268
4286
|
>
|
|
@@ -4304,14 +4322,14 @@ Gli esiti delle prove devono essere attentamente analizzati per confermare le ca
|
|
|
4304
4322
|
>
|
|
4305
4323
|
<span
|
|
4306
4324
|
class="memori-tooltip__trigger"
|
|
4307
|
-
id="base-ui-:
|
|
4325
|
+
id="base-ui-:r3t:"
|
|
4308
4326
|
>
|
|
4309
4327
|
<span
|
|
4310
4328
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
4311
4329
|
>
|
|
4312
4330
|
<button
|
|
4313
4331
|
aria-label="copyRawCode"
|
|
4314
|
-
class="memori-button memori-button--ghost memori-button--
|
|
4332
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
4315
4333
|
tabindex="0"
|
|
4316
4334
|
type="button"
|
|
4317
4335
|
>
|
|
@@ -4507,7 +4525,7 @@ exports[`renders ChatBubble with complex markdown and math 3 unchanged 1`] = `
|
|
|
4507
4525
|
>
|
|
4508
4526
|
<span
|
|
4509
4527
|
class="mord mathnormal"
|
|
4510
|
-
style="margin-right:0.
|
|
4528
|
+
style="margin-right:0.109em;"
|
|
4511
4529
|
>
|
|
4512
4530
|
M
|
|
4513
4531
|
</span>
|
|
@@ -4761,7 +4779,7 @@ exports[`renders ChatBubble with complex markdown and math 3 unchanged 1`] = `
|
|
|
4761
4779
|
>
|
|
4762
4780
|
<span
|
|
4763
4781
|
class="mord mathnormal mtight"
|
|
4764
|
-
style="margin-right:0.
|
|
4782
|
+
style="margin-right:0.0077em;"
|
|
4765
4783
|
>
|
|
4766
4784
|
R
|
|
4767
4785
|
</span>
|
|
@@ -4841,7 +4859,7 @@ exports[`renders ChatBubble with complex markdown and math 3 unchanged 1`] = `
|
|
|
4841
4859
|
>
|
|
4842
4860
|
<span
|
|
4843
4861
|
class="mord mathnormal mtight"
|
|
4844
|
-
style="margin-right:0.
|
|
4862
|
+
style="margin-right:0.0715em;"
|
|
4845
4863
|
>
|
|
4846
4864
|
C
|
|
4847
4865
|
</span>
|
|
@@ -4977,7 +4995,7 @@ exports[`renders ChatBubble with complex markdown and math 3 unchanged 1`] = `
|
|
|
4977
4995
|
>
|
|
4978
4996
|
<span
|
|
4979
4997
|
class="mord mathnormal mtight"
|
|
4980
|
-
style="margin-right:0.
|
|
4998
|
+
style="margin-right:0.0502em;"
|
|
4981
4999
|
>
|
|
4982
5000
|
B
|
|
4983
5001
|
</span>
|
|
@@ -5073,7 +5091,7 @@ exports[`renders ChatBubble with complex markdown and math 3 unchanged 1`] = `
|
|
|
5073
5091
|
>
|
|
5074
5092
|
<span
|
|
5075
5093
|
class="mord mathnormal mtight"
|
|
5076
|
-
style="margin-right:0.
|
|
5094
|
+
style="margin-right:0.0715em;"
|
|
5077
5095
|
>
|
|
5078
5096
|
C
|
|
5079
5097
|
</span>
|
|
@@ -5169,7 +5187,7 @@ exports[`renders ChatBubble with complex markdown and math 3 unchanged 1`] = `
|
|
|
5169
5187
|
>
|
|
5170
5188
|
<span
|
|
5171
5189
|
class="mord mathnormal mtight"
|
|
5172
|
-
style="margin-right:0.
|
|
5190
|
+
style="margin-right:0.0077em;"
|
|
5173
5191
|
>
|
|
5174
5192
|
R
|
|
5175
5193
|
</span>
|
|
@@ -5286,14 +5304,14 @@ exports[`renders ChatBubble with complex markdown and math 3 unchanged 1`] = `
|
|
|
5286
5304
|
>
|
|
5287
5305
|
<span
|
|
5288
5306
|
class="memori-tooltip__trigger"
|
|
5289
|
-
id="base-ui-:
|
|
5307
|
+
id="base-ui-:r41:"
|
|
5290
5308
|
>
|
|
5291
5309
|
<span
|
|
5292
5310
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
5293
5311
|
>
|
|
5294
5312
|
<button
|
|
5295
5313
|
aria-label="copy"
|
|
5296
|
-
class="memori-button memori-button--ghost memori-button--
|
|
5314
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
5297
5315
|
tabindex="0"
|
|
5298
5316
|
type="button"
|
|
5299
5317
|
>
|
|
@@ -5335,14 +5353,14 @@ exports[`renders ChatBubble with complex markdown and math 3 unchanged 1`] = `
|
|
|
5335
5353
|
>
|
|
5336
5354
|
<span
|
|
5337
5355
|
class="memori-tooltip__trigger"
|
|
5338
|
-
id="base-ui-:
|
|
5356
|
+
id="base-ui-:r43:"
|
|
5339
5357
|
>
|
|
5340
5358
|
<span
|
|
5341
5359
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
5342
5360
|
>
|
|
5343
5361
|
<button
|
|
5344
5362
|
aria-label="copyRawCode"
|
|
5345
|
-
class="memori-button memori-button--ghost memori-button--
|
|
5363
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
5346
5364
|
tabindex="0"
|
|
5347
5365
|
type="button"
|
|
5348
5366
|
>
|
|
@@ -5524,7 +5542,7 @@ exports[`renders ChatBubble with complex markdown and math 4 unchanged 1`] = `
|
|
|
5524
5542
|
>
|
|
5525
5543
|
<span
|
|
5526
5544
|
class="mord mathnormal"
|
|
5527
|
-
style="margin-right:0.
|
|
5545
|
+
style="margin-right:0.0576em;"
|
|
5528
5546
|
>
|
|
5529
5547
|
E
|
|
5530
5548
|
</span>
|
|
@@ -5553,7 +5571,7 @@ exports[`renders ChatBubble with complex markdown and math 4 unchanged 1`] = `
|
|
|
5553
5571
|
>
|
|
5554
5572
|
<span
|
|
5555
5573
|
class="mord mathnormal mtight"
|
|
5556
|
-
style="margin-right:0.
|
|
5574
|
+
style="margin-right:0.0315em;"
|
|
5557
5575
|
>
|
|
5558
5576
|
k
|
|
5559
5577
|
</span>
|
|
@@ -5650,7 +5668,7 @@ exports[`renders ChatBubble with complex markdown and math 4 unchanged 1`] = `
|
|
|
5650
5668
|
/>
|
|
5651
5669
|
<span
|
|
5652
5670
|
class="mord mathnormal"
|
|
5653
|
-
style="margin-right:0.
|
|
5671
|
+
style="margin-right:0.0359em;"
|
|
5654
5672
|
>
|
|
5655
5673
|
v
|
|
5656
5674
|
</span>
|
|
@@ -5701,7 +5719,7 @@ exports[`renders ChatBubble with complex markdown and math 4 unchanged 1`] = `
|
|
|
5701
5719
|
/>
|
|
5702
5720
|
<span
|
|
5703
5721
|
class="mord mathnormal"
|
|
5704
|
-
style="margin-right:0.
|
|
5722
|
+
style="margin-right:0.1389em;"
|
|
5705
5723
|
>
|
|
5706
5724
|
F
|
|
5707
5725
|
</span>
|
|
@@ -5753,7 +5771,7 @@ exports[`renders ChatBubble with complex markdown and math 4 unchanged 1`] = `
|
|
|
5753
5771
|
</span>
|
|
5754
5772
|
<span
|
|
5755
5773
|
class="mord mathnormal"
|
|
5756
|
-
style="margin-right:0.
|
|
5774
|
+
style="margin-right:0.0359em;"
|
|
5757
5775
|
>
|
|
5758
5776
|
v
|
|
5759
5777
|
</span>
|
|
@@ -5856,14 +5874,14 @@ exports[`renders ChatBubble with complex markdown and math 4 unchanged 1`] = `
|
|
|
5856
5874
|
>
|
|
5857
5875
|
<span
|
|
5858
5876
|
class="memori-tooltip__trigger"
|
|
5859
|
-
id="base-ui-:
|
|
5877
|
+
id="base-ui-:r47:"
|
|
5860
5878
|
>
|
|
5861
5879
|
<span
|
|
5862
5880
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
5863
5881
|
>
|
|
5864
5882
|
<button
|
|
5865
5883
|
aria-label="copy"
|
|
5866
|
-
class="memori-button memori-button--ghost memori-button--
|
|
5884
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
5867
5885
|
tabindex="0"
|
|
5868
5886
|
type="button"
|
|
5869
5887
|
>
|
|
@@ -5905,14 +5923,14 @@ exports[`renders ChatBubble with complex markdown and math 4 unchanged 1`] = `
|
|
|
5905
5923
|
>
|
|
5906
5924
|
<span
|
|
5907
5925
|
class="memori-tooltip__trigger"
|
|
5908
|
-
id="base-ui-:
|
|
5926
|
+
id="base-ui-:r49:"
|
|
5909
5927
|
>
|
|
5910
5928
|
<span
|
|
5911
5929
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
5912
5930
|
>
|
|
5913
5931
|
<button
|
|
5914
5932
|
aria-label="copyRawCode"
|
|
5915
|
-
class="memori-button memori-button--ghost memori-button--
|
|
5933
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
5916
5934
|
tabindex="0"
|
|
5917
5935
|
type="button"
|
|
5918
5936
|
>
|
|
@@ -6099,13 +6117,13 @@ exports[`renders ChatBubble with complex markdown and math 5 unchanged 1`] = `
|
|
|
6099
6117
|
</span>
|
|
6100
6118
|
<span
|
|
6101
6119
|
class="mord mathnormal"
|
|
6102
|
-
style="margin-right:0.
|
|
6120
|
+
style="margin-right:0.0359em;"
|
|
6103
6121
|
>
|
|
6104
6122
|
q
|
|
6105
6123
|
</span>
|
|
6106
6124
|
<span
|
|
6107
6125
|
class="mord mathnormal"
|
|
6108
|
-
style="margin-right:0.
|
|
6126
|
+
style="margin-right:0.0278em;"
|
|
6109
6127
|
>
|
|
6110
6128
|
r
|
|
6111
6129
|
</span>
|
|
@@ -6404,13 +6422,13 @@ exports[`renders ChatBubble with complex markdown and math 5 unchanged 1`] = `
|
|
|
6404
6422
|
</span>
|
|
6405
6423
|
<span
|
|
6406
6424
|
class="mord mathnormal"
|
|
6407
|
-
style="margin-right:0.
|
|
6425
|
+
style="margin-right:0.0359em;"
|
|
6408
6426
|
>
|
|
6409
6427
|
q
|
|
6410
6428
|
</span>
|
|
6411
6429
|
<span
|
|
6412
6430
|
class="mord mathnormal"
|
|
6413
|
-
style="margin-right:0.
|
|
6431
|
+
style="margin-right:0.0278em;"
|
|
6414
6432
|
>
|
|
6415
6433
|
r
|
|
6416
6434
|
</span>
|
|
@@ -6549,13 +6567,13 @@ exports[`renders ChatBubble with complex markdown and math 5 unchanged 1`] = `
|
|
|
6549
6567
|
</span>
|
|
6550
6568
|
<span
|
|
6551
6569
|
class="mord mathnormal"
|
|
6552
|
-
style="margin-right:0.
|
|
6570
|
+
style="margin-right:0.0359em;"
|
|
6553
6571
|
>
|
|
6554
6572
|
q
|
|
6555
6573
|
</span>
|
|
6556
6574
|
<span
|
|
6557
6575
|
class="mord mathnormal"
|
|
6558
|
-
style="margin-right:0.
|
|
6576
|
+
style="margin-right:0.0278em;"
|
|
6559
6577
|
>
|
|
6560
6578
|
r
|
|
6561
6579
|
</span>
|
|
@@ -6618,13 +6636,13 @@ exports[`renders ChatBubble with complex markdown and math 5 unchanged 1`] = `
|
|
|
6618
6636
|
</span>
|
|
6619
6637
|
<span
|
|
6620
6638
|
class="mord mathnormal"
|
|
6621
|
-
style="margin-right:0.
|
|
6639
|
+
style="margin-right:0.0359em;"
|
|
6622
6640
|
>
|
|
6623
6641
|
q
|
|
6624
6642
|
</span>
|
|
6625
6643
|
<span
|
|
6626
6644
|
class="mord mathnormal"
|
|
6627
|
-
style="margin-right:0.
|
|
6645
|
+
style="margin-right:0.0278em;"
|
|
6628
6646
|
>
|
|
6629
6647
|
r
|
|
6630
6648
|
</span>
|
|
@@ -6688,14 +6706,14 @@ exports[`renders ChatBubble with complex markdown and math 5 unchanged 1`] = `
|
|
|
6688
6706
|
>
|
|
6689
6707
|
<span
|
|
6690
6708
|
class="memori-tooltip__trigger"
|
|
6691
|
-
id="base-ui-:
|
|
6709
|
+
id="base-ui-:r4d:"
|
|
6692
6710
|
>
|
|
6693
6711
|
<span
|
|
6694
6712
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
6695
6713
|
>
|
|
6696
6714
|
<button
|
|
6697
6715
|
aria-label="copy"
|
|
6698
|
-
class="memori-button memori-button--ghost memori-button--
|
|
6716
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
6699
6717
|
tabindex="0"
|
|
6700
6718
|
type="button"
|
|
6701
6719
|
>
|
|
@@ -6737,14 +6755,14 @@ exports[`renders ChatBubble with complex markdown and math 5 unchanged 1`] = `
|
|
|
6737
6755
|
>
|
|
6738
6756
|
<span
|
|
6739
6757
|
class="memori-tooltip__trigger"
|
|
6740
|
-
id="base-ui-:
|
|
6758
|
+
id="base-ui-:r4f:"
|
|
6741
6759
|
>
|
|
6742
6760
|
<span
|
|
6743
6761
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
6744
6762
|
>
|
|
6745
6763
|
<button
|
|
6746
6764
|
aria-label="copyRawCode"
|
|
6747
|
-
class="memori-button memori-button--ghost memori-button--
|
|
6765
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
6748
6766
|
tabindex="0"
|
|
6749
6767
|
type="button"
|
|
6750
6768
|
>
|
|
@@ -6998,14 +7016,14 @@ Prendi la radice quadrata della somma per trovare l'ipotenusa: $ c = \\sqrt{a^2
|
|
|
6998
7016
|
>
|
|
6999
7017
|
<span
|
|
7000
7018
|
class="memori-tooltip__trigger"
|
|
7001
|
-
id="base-ui-:
|
|
7019
|
+
id="base-ui-:r3f:"
|
|
7002
7020
|
>
|
|
7003
7021
|
<span
|
|
7004
7022
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
7005
7023
|
>
|
|
7006
7024
|
<button
|
|
7007
7025
|
aria-label="copy"
|
|
7008
|
-
class="memori-button memori-button--ghost memori-button--
|
|
7026
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
7009
7027
|
tabindex="0"
|
|
7010
7028
|
type="button"
|
|
7011
7029
|
>
|
|
@@ -7047,14 +7065,14 @@ Prendi la radice quadrata della somma per trovare l'ipotenusa: $ c = \\sqrt{a^2
|
|
|
7047
7065
|
>
|
|
7048
7066
|
<span
|
|
7049
7067
|
class="memori-tooltip__trigger"
|
|
7050
|
-
id="base-ui-:
|
|
7068
|
+
id="base-ui-:r3h:"
|
|
7051
7069
|
>
|
|
7052
7070
|
<span
|
|
7053
7071
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
7054
7072
|
>
|
|
7055
7073
|
<button
|
|
7056
7074
|
aria-label="copyRawCode"
|
|
7057
|
-
class="memori-button memori-button--ghost memori-button--
|
|
7075
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
7058
7076
|
tabindex="0"
|
|
7059
7077
|
type="button"
|
|
7060
7078
|
>
|
|
@@ -7238,14 +7256,14 @@ exports[`renders ChatBubble with debug button unchanged 1`] = `
|
|
|
7238
7256
|
>
|
|
7239
7257
|
<span
|
|
7240
7258
|
class="memori-tooltip__trigger"
|
|
7241
|
-
id="base-ui-:
|
|
7259
|
+
id="base-ui-:r1h:"
|
|
7242
7260
|
>
|
|
7243
7261
|
<span
|
|
7244
7262
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
7245
7263
|
>
|
|
7246
7264
|
<button
|
|
7247
7265
|
aria-label="copy"
|
|
7248
|
-
class="memori-button memori-button--ghost memori-button--
|
|
7266
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
7249
7267
|
tabindex="0"
|
|
7250
7268
|
type="button"
|
|
7251
7269
|
>
|
|
@@ -7287,13 +7305,13 @@ exports[`renders ChatBubble with debug button unchanged 1`] = `
|
|
|
7287
7305
|
>
|
|
7288
7306
|
<span
|
|
7289
7307
|
class="memori-tooltip__trigger"
|
|
7290
|
-
id="base-ui-:
|
|
7308
|
+
id="base-ui-:r1j:"
|
|
7291
7309
|
>
|
|
7292
7310
|
<span
|
|
7293
7311
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
7294
7312
|
>
|
|
7295
7313
|
<button
|
|
7296
|
-
class="memori-button memori-button--ghost memori-button--
|
|
7314
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button"
|
|
7297
7315
|
tabindex="0"
|
|
7298
7316
|
type="button"
|
|
7299
7317
|
>
|
|
@@ -7357,58 +7375,49 @@ exports[`renders ChatBubble with debug button unchanged 1`] = `
|
|
|
7357
7375
|
>
|
|
7358
7376
|
<span
|
|
7359
7377
|
class="memori-tooltip__trigger"
|
|
7360
|
-
id="base-ui-:
|
|
7378
|
+
id="base-ui-:r1l:"
|
|
7361
7379
|
>
|
|
7362
7380
|
<span
|
|
7363
|
-
|
|
7381
|
+
aria-label="generatedByAI"
|
|
7382
|
+
class="memori-chat--bubble-addon-tooltip-trigger memori-chat--bubble-ai-icon"
|
|
7383
|
+
role="img"
|
|
7364
7384
|
>
|
|
7365
|
-
<
|
|
7366
|
-
aria-
|
|
7367
|
-
class="
|
|
7368
|
-
|
|
7369
|
-
|
|
7385
|
+
<svg
|
|
7386
|
+
aria-hidden="true"
|
|
7387
|
+
class="lucide lucide-bot"
|
|
7388
|
+
fill="none"
|
|
7389
|
+
height="24"
|
|
7390
|
+
stroke="currentColor"
|
|
7391
|
+
stroke-linecap="round"
|
|
7392
|
+
stroke-linejoin="round"
|
|
7393
|
+
stroke-width="2"
|
|
7394
|
+
viewBox="0 0 24 24"
|
|
7395
|
+
width="24"
|
|
7396
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7370
7397
|
>
|
|
7371
|
-
<
|
|
7372
|
-
|
|
7373
|
-
|
|
7374
|
-
|
|
7375
|
-
|
|
7376
|
-
|
|
7377
|
-
|
|
7378
|
-
|
|
7379
|
-
|
|
7380
|
-
|
|
7381
|
-
|
|
7382
|
-
|
|
7383
|
-
|
|
7384
|
-
|
|
7385
|
-
|
|
7386
|
-
|
|
7387
|
-
|
|
7388
|
-
|
|
7389
|
-
|
|
7390
|
-
|
|
7391
|
-
|
|
7392
|
-
|
|
7393
|
-
|
|
7394
|
-
x="4"
|
|
7395
|
-
y="8"
|
|
7396
|
-
/>
|
|
7397
|
-
<path
|
|
7398
|
-
d="M2 14h2"
|
|
7399
|
-
/>
|
|
7400
|
-
<path
|
|
7401
|
-
d="M20 14h2"
|
|
7402
|
-
/>
|
|
7403
|
-
<path
|
|
7404
|
-
d="M15 13v2"
|
|
7405
|
-
/>
|
|
7406
|
-
<path
|
|
7407
|
-
d="M9 13v2"
|
|
7408
|
-
/>
|
|
7409
|
-
</svg>
|
|
7410
|
-
</span>
|
|
7411
|
-
</button>
|
|
7398
|
+
<path
|
|
7399
|
+
d="M12 8V4H8"
|
|
7400
|
+
/>
|
|
7401
|
+
<rect
|
|
7402
|
+
height="12"
|
|
7403
|
+
rx="2"
|
|
7404
|
+
width="16"
|
|
7405
|
+
x="4"
|
|
7406
|
+
y="8"
|
|
7407
|
+
/>
|
|
7408
|
+
<path
|
|
7409
|
+
d="M2 14h2"
|
|
7410
|
+
/>
|
|
7411
|
+
<path
|
|
7412
|
+
d="M20 14h2"
|
|
7413
|
+
/>
|
|
7414
|
+
<path
|
|
7415
|
+
d="M15 13v2"
|
|
7416
|
+
/>
|
|
7417
|
+
<path
|
|
7418
|
+
d="M9 13v2"
|
|
7419
|
+
/>
|
|
7420
|
+
</svg>
|
|
7412
7421
|
</span>
|
|
7413
7422
|
</span>
|
|
7414
7423
|
</span>
|
|
@@ -7476,14 +7485,14 @@ exports[`renders ChatBubble with initial msg unchanged 1`] = `
|
|
|
7476
7485
|
>
|
|
7477
7486
|
<span
|
|
7478
7487
|
class="memori-tooltip__trigger"
|
|
7479
|
-
id="base-ui-:
|
|
7488
|
+
id="base-ui-:r5:"
|
|
7480
7489
|
>
|
|
7481
7490
|
<span
|
|
7482
7491
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
7483
7492
|
>
|
|
7484
7493
|
<button
|
|
7485
7494
|
aria-label="copy"
|
|
7486
|
-
class="memori-button memori-button--ghost memori-button--
|
|
7495
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
7487
7496
|
tabindex="0"
|
|
7488
7497
|
type="button"
|
|
7489
7498
|
>
|
|
@@ -7617,14 +7626,14 @@ exports[`renders ChatBubble with markdown and breakline unchanged 1`] = `
|
|
|
7617
7626
|
>
|
|
7618
7627
|
<span
|
|
7619
7628
|
class="memori-tooltip__trigger"
|
|
7620
|
-
id="base-ui-:
|
|
7629
|
+
id="base-ui-:r2t:"
|
|
7621
7630
|
>
|
|
7622
7631
|
<span
|
|
7623
7632
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
7624
7633
|
>
|
|
7625
7634
|
<button
|
|
7626
7635
|
aria-label="copy"
|
|
7627
|
-
class="memori-button memori-button--ghost memori-button--
|
|
7636
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
7628
7637
|
tabindex="0"
|
|
7629
7638
|
type="button"
|
|
7630
7639
|
>
|
|
@@ -7666,14 +7675,14 @@ exports[`renders ChatBubble with markdown and breakline unchanged 1`] = `
|
|
|
7666
7675
|
>
|
|
7667
7676
|
<span
|
|
7668
7677
|
class="memori-tooltip__trigger"
|
|
7669
|
-
id="base-ui-:
|
|
7678
|
+
id="base-ui-:r2v:"
|
|
7670
7679
|
>
|
|
7671
7680
|
<span
|
|
7672
7681
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
7673
7682
|
>
|
|
7674
7683
|
<button
|
|
7675
7684
|
aria-label="copyRawCode"
|
|
7676
|
-
class="memori-button memori-button--ghost memori-button--
|
|
7685
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
7677
7686
|
tabindex="0"
|
|
7678
7687
|
type="button"
|
|
7679
7688
|
>
|
|
@@ -7776,14 +7785,14 @@ exports[`renders ChatBubble with markdown code unchanged 1`] = `
|
|
|
7776
7785
|
>
|
|
7777
7786
|
<span
|
|
7778
7787
|
class="memori-tooltip__trigger"
|
|
7779
|
-
id="base-ui-:
|
|
7788
|
+
id="base-ui-:r33:"
|
|
7780
7789
|
>
|
|
7781
7790
|
<span
|
|
7782
7791
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
7783
7792
|
>
|
|
7784
7793
|
<button
|
|
7785
7794
|
aria-label="copy"
|
|
7786
|
-
class="memori-button memori-button--ghost memori-button--
|
|
7795
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
7787
7796
|
tabindex="0"
|
|
7788
7797
|
type="button"
|
|
7789
7798
|
>
|
|
@@ -7825,14 +7834,14 @@ exports[`renders ChatBubble with markdown code unchanged 1`] = `
|
|
|
7825
7834
|
>
|
|
7826
7835
|
<span
|
|
7827
7836
|
class="memori-tooltip__trigger"
|
|
7828
|
-
id="base-ui-:
|
|
7837
|
+
id="base-ui-:r35:"
|
|
7829
7838
|
>
|
|
7830
7839
|
<span
|
|
7831
7840
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
7832
7841
|
>
|
|
7833
7842
|
<button
|
|
7834
7843
|
aria-label="copyRawCode"
|
|
7835
|
-
class="memori-button memori-button--ghost memori-button--
|
|
7844
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
7836
7845
|
tabindex="0"
|
|
7837
7846
|
type="button"
|
|
7838
7847
|
>
|
|
@@ -7993,14 +8002,14 @@ exports[`renders ChatBubble with markdown table unchanged 1`] = `
|
|
|
7993
8002
|
>
|
|
7994
8003
|
<span
|
|
7995
8004
|
class="memori-tooltip__trigger"
|
|
7996
|
-
id="base-ui-:
|
|
8005
|
+
id="base-ui-:r39:"
|
|
7997
8006
|
>
|
|
7998
8007
|
<span
|
|
7999
8008
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
8000
8009
|
>
|
|
8001
8010
|
<button
|
|
8002
8011
|
aria-label="copy"
|
|
8003
|
-
class="memori-button memori-button--ghost memori-button--
|
|
8012
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
8004
8013
|
tabindex="0"
|
|
8005
8014
|
type="button"
|
|
8006
8015
|
>
|
|
@@ -8042,14 +8051,14 @@ exports[`renders ChatBubble with markdown table unchanged 1`] = `
|
|
|
8042
8051
|
>
|
|
8043
8052
|
<span
|
|
8044
8053
|
class="memori-tooltip__trigger"
|
|
8045
|
-
id="base-ui-:
|
|
8054
|
+
id="base-ui-:r3b:"
|
|
8046
8055
|
>
|
|
8047
8056
|
<span
|
|
8048
8057
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
8049
8058
|
>
|
|
8050
8059
|
<button
|
|
8051
8060
|
aria-label="copyRawCode"
|
|
8052
|
-
class="memori-button memori-button--ghost memori-button--
|
|
8061
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
8053
8062
|
tabindex="0"
|
|
8054
8063
|
type="button"
|
|
8055
8064
|
>
|
|
@@ -8373,14 +8382,14 @@ exports[`renders ChatBubble with markdown unchanged 1`] = `
|
|
|
8373
8382
|
>
|
|
8374
8383
|
<span
|
|
8375
8384
|
class="memori-tooltip__trigger"
|
|
8376
|
-
id="base-ui-:
|
|
8385
|
+
id="base-ui-:r2n:"
|
|
8377
8386
|
>
|
|
8378
8387
|
<span
|
|
8379
8388
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
8380
8389
|
>
|
|
8381
8390
|
<button
|
|
8382
8391
|
aria-label="copy"
|
|
8383
|
-
class="memori-button memori-button--ghost memori-button--
|
|
8392
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
8384
8393
|
tabindex="0"
|
|
8385
8394
|
type="button"
|
|
8386
8395
|
>
|
|
@@ -8422,14 +8431,14 @@ exports[`renders ChatBubble with markdown unchanged 1`] = `
|
|
|
8422
8431
|
>
|
|
8423
8432
|
<span
|
|
8424
8433
|
class="memori-tooltip__trigger"
|
|
8425
|
-
id="base-ui-:
|
|
8434
|
+
id="base-ui-:r2p:"
|
|
8426
8435
|
>
|
|
8427
8436
|
<span
|
|
8428
8437
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
8429
8438
|
>
|
|
8430
8439
|
<button
|
|
8431
8440
|
aria-label="copyRawCode"
|
|
8432
|
-
class="memori-button memori-button--ghost memori-button--
|
|
8441
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
8433
8442
|
tabindex="0"
|
|
8434
8443
|
type="button"
|
|
8435
8444
|
>
|
|
@@ -8519,14 +8528,14 @@ exports[`renders ChatBubble with msg from BoE expert unchanged 1`] = `
|
|
|
8519
8528
|
>
|
|
8520
8529
|
<span
|
|
8521
8530
|
class="memori-tooltip__trigger"
|
|
8522
|
-
id="base-ui-:
|
|
8531
|
+
id="base-ui-:r1b:"
|
|
8523
8532
|
>
|
|
8524
8533
|
<span
|
|
8525
8534
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
8526
8535
|
>
|
|
8527
8536
|
<button
|
|
8528
8537
|
aria-label="copy"
|
|
8529
|
-
class="memori-button memori-button--ghost memori-button--
|
|
8538
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
8530
8539
|
tabindex="0"
|
|
8531
8540
|
type="button"
|
|
8532
8541
|
>
|
|
@@ -8568,58 +8577,49 @@ exports[`renders ChatBubble with msg from BoE expert unchanged 1`] = `
|
|
|
8568
8577
|
>
|
|
8569
8578
|
<span
|
|
8570
8579
|
class="memori-tooltip__trigger"
|
|
8571
|
-
id="base-ui-:
|
|
8580
|
+
id="base-ui-:r1d:"
|
|
8572
8581
|
>
|
|
8573
8582
|
<span
|
|
8574
|
-
|
|
8583
|
+
aria-label="generatedByAI"
|
|
8584
|
+
class="memori-chat--bubble-addon-tooltip-trigger memori-chat--bubble-ai-icon"
|
|
8585
|
+
role="img"
|
|
8575
8586
|
>
|
|
8576
|
-
<
|
|
8577
|
-
aria-
|
|
8578
|
-
class="
|
|
8579
|
-
|
|
8580
|
-
|
|
8587
|
+
<svg
|
|
8588
|
+
aria-hidden="true"
|
|
8589
|
+
class="lucide lucide-bot"
|
|
8590
|
+
fill="none"
|
|
8591
|
+
height="24"
|
|
8592
|
+
stroke="currentColor"
|
|
8593
|
+
stroke-linecap="round"
|
|
8594
|
+
stroke-linejoin="round"
|
|
8595
|
+
stroke-width="2"
|
|
8596
|
+
viewBox="0 0 24 24"
|
|
8597
|
+
width="24"
|
|
8598
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8581
8599
|
>
|
|
8582
|
-
<
|
|
8583
|
-
|
|
8584
|
-
|
|
8585
|
-
|
|
8586
|
-
|
|
8587
|
-
|
|
8588
|
-
|
|
8589
|
-
|
|
8590
|
-
|
|
8591
|
-
|
|
8592
|
-
|
|
8593
|
-
|
|
8594
|
-
|
|
8595
|
-
|
|
8596
|
-
|
|
8597
|
-
|
|
8598
|
-
|
|
8599
|
-
|
|
8600
|
-
|
|
8601
|
-
|
|
8602
|
-
|
|
8603
|
-
|
|
8604
|
-
|
|
8605
|
-
x="4"
|
|
8606
|
-
y="8"
|
|
8607
|
-
/>
|
|
8608
|
-
<path
|
|
8609
|
-
d="M2 14h2"
|
|
8610
|
-
/>
|
|
8611
|
-
<path
|
|
8612
|
-
d="M20 14h2"
|
|
8613
|
-
/>
|
|
8614
|
-
<path
|
|
8615
|
-
d="M15 13v2"
|
|
8616
|
-
/>
|
|
8617
|
-
<path
|
|
8618
|
-
d="M9 13v2"
|
|
8619
|
-
/>
|
|
8620
|
-
</svg>
|
|
8621
|
-
</span>
|
|
8622
|
-
</button>
|
|
8600
|
+
<path
|
|
8601
|
+
d="M12 8V4H8"
|
|
8602
|
+
/>
|
|
8603
|
+
<rect
|
|
8604
|
+
height="12"
|
|
8605
|
+
rx="2"
|
|
8606
|
+
width="16"
|
|
8607
|
+
x="4"
|
|
8608
|
+
y="8"
|
|
8609
|
+
/>
|
|
8610
|
+
<path
|
|
8611
|
+
d="M2 14h2"
|
|
8612
|
+
/>
|
|
8613
|
+
<path
|
|
8614
|
+
d="M20 14h2"
|
|
8615
|
+
/>
|
|
8616
|
+
<path
|
|
8617
|
+
d="M15 13v2"
|
|
8618
|
+
/>
|
|
8619
|
+
<path
|
|
8620
|
+
d="M9 13v2"
|
|
8621
|
+
/>
|
|
8622
|
+
</svg>
|
|
8623
8623
|
</span>
|
|
8624
8624
|
</span>
|
|
8625
8625
|
</span>
|
|
@@ -8703,14 +8703,14 @@ exports[`renders ChatBubble with msg generated by AI unchanged 1`] = `
|
|
|
8703
8703
|
>
|
|
8704
8704
|
<span
|
|
8705
8705
|
class="memori-tooltip__trigger"
|
|
8706
|
-
id="base-ui-:
|
|
8706
|
+
id="base-ui-:rn:"
|
|
8707
8707
|
>
|
|
8708
8708
|
<span
|
|
8709
8709
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
8710
8710
|
>
|
|
8711
8711
|
<button
|
|
8712
8712
|
aria-label="copy"
|
|
8713
|
-
class="memori-button memori-button--ghost memori-button--
|
|
8713
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
8714
8714
|
tabindex="0"
|
|
8715
8715
|
type="button"
|
|
8716
8716
|
>
|
|
@@ -8752,58 +8752,49 @@ exports[`renders ChatBubble with msg generated by AI unchanged 1`] = `
|
|
|
8752
8752
|
>
|
|
8753
8753
|
<span
|
|
8754
8754
|
class="memori-tooltip__trigger"
|
|
8755
|
-
id="base-ui-:
|
|
8755
|
+
id="base-ui-:rp:"
|
|
8756
8756
|
>
|
|
8757
8757
|
<span
|
|
8758
|
-
|
|
8758
|
+
aria-label="generatedByAI"
|
|
8759
|
+
class="memori-chat--bubble-addon-tooltip-trigger memori-chat--bubble-ai-icon"
|
|
8760
|
+
role="img"
|
|
8759
8761
|
>
|
|
8760
|
-
<
|
|
8761
|
-
aria-
|
|
8762
|
-
class="
|
|
8763
|
-
|
|
8764
|
-
|
|
8762
|
+
<svg
|
|
8763
|
+
aria-hidden="true"
|
|
8764
|
+
class="lucide lucide-bot"
|
|
8765
|
+
fill="none"
|
|
8766
|
+
height="24"
|
|
8767
|
+
stroke="currentColor"
|
|
8768
|
+
stroke-linecap="round"
|
|
8769
|
+
stroke-linejoin="round"
|
|
8770
|
+
stroke-width="2"
|
|
8771
|
+
viewBox="0 0 24 24"
|
|
8772
|
+
width="24"
|
|
8773
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8765
8774
|
>
|
|
8766
|
-
<
|
|
8767
|
-
|
|
8768
|
-
|
|
8769
|
-
|
|
8770
|
-
|
|
8771
|
-
|
|
8772
|
-
|
|
8773
|
-
|
|
8774
|
-
|
|
8775
|
-
|
|
8776
|
-
|
|
8777
|
-
|
|
8778
|
-
|
|
8779
|
-
|
|
8780
|
-
|
|
8781
|
-
|
|
8782
|
-
|
|
8783
|
-
|
|
8784
|
-
|
|
8785
|
-
|
|
8786
|
-
|
|
8787
|
-
|
|
8788
|
-
|
|
8789
|
-
x="4"
|
|
8790
|
-
y="8"
|
|
8791
|
-
/>
|
|
8792
|
-
<path
|
|
8793
|
-
d="M2 14h2"
|
|
8794
|
-
/>
|
|
8795
|
-
<path
|
|
8796
|
-
d="M20 14h2"
|
|
8797
|
-
/>
|
|
8798
|
-
<path
|
|
8799
|
-
d="M15 13v2"
|
|
8800
|
-
/>
|
|
8801
|
-
<path
|
|
8802
|
-
d="M9 13v2"
|
|
8803
|
-
/>
|
|
8804
|
-
</svg>
|
|
8805
|
-
</span>
|
|
8806
|
-
</button>
|
|
8775
|
+
<path
|
|
8776
|
+
d="M12 8V4H8"
|
|
8777
|
+
/>
|
|
8778
|
+
<rect
|
|
8779
|
+
height="12"
|
|
8780
|
+
rx="2"
|
|
8781
|
+
width="16"
|
|
8782
|
+
x="4"
|
|
8783
|
+
y="8"
|
|
8784
|
+
/>
|
|
8785
|
+
<path
|
|
8786
|
+
d="M2 14h2"
|
|
8787
|
+
/>
|
|
8788
|
+
<path
|
|
8789
|
+
d="M20 14h2"
|
|
8790
|
+
/>
|
|
8791
|
+
<path
|
|
8792
|
+
d="M15 13v2"
|
|
8793
|
+
/>
|
|
8794
|
+
<path
|
|
8795
|
+
d="M9 13v2"
|
|
8796
|
+
/>
|
|
8797
|
+
</svg>
|
|
8807
8798
|
</span>
|
|
8808
8799
|
</span>
|
|
8809
8800
|
</span>
|
|
@@ -8907,14 +8898,14 @@ exports[`renders ChatBubble with output code unchanged 1`] = `
|
|
|
8907
8898
|
>
|
|
8908
8899
|
<span
|
|
8909
8900
|
class="memori-tooltip__trigger"
|
|
8910
|
-
id="base-ui-:
|
|
8901
|
+
id="base-ui-:r25:"
|
|
8911
8902
|
>
|
|
8912
8903
|
<span
|
|
8913
8904
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
8914
8905
|
>
|
|
8915
8906
|
<button
|
|
8916
8907
|
aria-label="copy"
|
|
8917
|
-
class="memori-button memori-button--ghost memori-button--
|
|
8908
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
8918
8909
|
tabindex="0"
|
|
8919
8910
|
type="button"
|
|
8920
8911
|
>
|
|
@@ -8956,14 +8947,14 @@ exports[`renders ChatBubble with output code unchanged 1`] = `
|
|
|
8956
8947
|
>
|
|
8957
8948
|
<span
|
|
8958
8949
|
class="memori-tooltip__trigger"
|
|
8959
|
-
id="base-ui-:
|
|
8950
|
+
id="base-ui-:r27:"
|
|
8960
8951
|
>
|
|
8961
8952
|
<span
|
|
8962
8953
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
8963
8954
|
>
|
|
8964
8955
|
<button
|
|
8965
8956
|
aria-label="copyRawCode"
|
|
8966
|
-
class="memori-button memori-button--ghost memori-button--
|
|
8957
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
8967
8958
|
tabindex="0"
|
|
8968
8959
|
type="button"
|
|
8969
8960
|
>
|
|
@@ -9092,14 +9083,14 @@ end
|
|
|
9092
9083
|
>
|
|
9093
9084
|
<span
|
|
9094
9085
|
class="memori-tooltip__trigger"
|
|
9095
|
-
id="base-ui-:
|
|
9086
|
+
id="base-ui-:r4j:"
|
|
9096
9087
|
>
|
|
9097
9088
|
<span
|
|
9098
9089
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
9099
9090
|
>
|
|
9100
9091
|
<button
|
|
9101
9092
|
aria-label="copy"
|
|
9102
|
-
class="memori-button memori-button--ghost memori-button--
|
|
9093
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
9103
9094
|
tabindex="0"
|
|
9104
9095
|
type="button"
|
|
9105
9096
|
>
|
|
@@ -9141,14 +9132,14 @@ end
|
|
|
9141
9132
|
>
|
|
9142
9133
|
<span
|
|
9143
9134
|
class="memori-tooltip__trigger"
|
|
9144
|
-
id="base-ui-:
|
|
9135
|
+
id="base-ui-:r4l:"
|
|
9145
9136
|
>
|
|
9146
9137
|
<span
|
|
9147
9138
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
9148
9139
|
>
|
|
9149
9140
|
<button
|
|
9150
9141
|
aria-label="copyRawCode"
|
|
9151
|
-
class="memori-button memori-button--ghost memori-button--
|
|
9142
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
9152
9143
|
tabindex="0"
|
|
9153
9144
|
type="button"
|
|
9154
9145
|
>
|
|
@@ -9248,14 +9239,14 @@ Proin libero ante, dignissim sit amet turpis a, pretium condimentum dolor.
|
|
|
9248
9239
|
>
|
|
9249
9240
|
<span
|
|
9250
9241
|
class="memori-tooltip__trigger"
|
|
9251
|
-
id="base-ui-:
|
|
9242
|
+
id="base-ui-:r2h:"
|
|
9252
9243
|
>
|
|
9253
9244
|
<span
|
|
9254
9245
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
9255
9246
|
>
|
|
9256
9247
|
<button
|
|
9257
9248
|
aria-label="copy"
|
|
9258
|
-
class="memori-button memori-button--ghost memori-button--
|
|
9249
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
9259
9250
|
tabindex="0"
|
|
9260
9251
|
type="button"
|
|
9261
9252
|
>
|
|
@@ -9297,14 +9288,14 @@ Proin libero ante, dignissim sit amet turpis a, pretium condimentum dolor.
|
|
|
9297
9288
|
>
|
|
9298
9289
|
<span
|
|
9299
9290
|
class="memori-tooltip__trigger"
|
|
9300
|
-
id="base-ui-:
|
|
9291
|
+
id="base-ui-:r2j:"
|
|
9301
9292
|
>
|
|
9302
9293
|
<span
|
|
9303
9294
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
9304
9295
|
>
|
|
9305
9296
|
<button
|
|
9306
9297
|
aria-label="copyRawCode"
|
|
9307
|
-
class="memori-button memori-button--ghost memori-button--
|
|
9298
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
9308
9299
|
tabindex="0"
|
|
9309
9300
|
type="button"
|
|
9310
9301
|
>
|
|
@@ -9397,14 +9388,14 @@ exports[`renders ChatBubble with reasoning unchanged 1`] = `
|
|
|
9397
9388
|
>
|
|
9398
9389
|
<span
|
|
9399
9390
|
class="memori-tooltip__trigger"
|
|
9400
|
-
id="base-ui-:
|
|
9391
|
+
id="base-ui-:r2b:"
|
|
9401
9392
|
>
|
|
9402
9393
|
<span
|
|
9403
9394
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
9404
9395
|
>
|
|
9405
9396
|
<button
|
|
9406
9397
|
aria-label="copy"
|
|
9407
|
-
class="memori-button memori-button--ghost memori-button--
|
|
9398
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
9408
9399
|
tabindex="0"
|
|
9409
9400
|
type="button"
|
|
9410
9401
|
>
|
|
@@ -9446,14 +9437,14 @@ exports[`renders ChatBubble with reasoning unchanged 1`] = `
|
|
|
9446
9437
|
>
|
|
9447
9438
|
<span
|
|
9448
9439
|
class="memori-tooltip__trigger"
|
|
9449
|
-
id="base-ui-:
|
|
9440
|
+
id="base-ui-:r2d:"
|
|
9450
9441
|
>
|
|
9451
9442
|
<span
|
|
9452
9443
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
9453
9444
|
>
|
|
9454
9445
|
<button
|
|
9455
9446
|
aria-label="copyRawCode"
|
|
9456
|
-
class="memori-button memori-button--ghost memori-button--
|
|
9447
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
9457
9448
|
tabindex="0"
|
|
9458
9449
|
type="button"
|
|
9459
9450
|
>
|
|
@@ -9546,14 +9537,14 @@ exports[`renders ChatBubble with translation and original unchanged 1`] = `
|
|
|
9546
9537
|
>
|
|
9547
9538
|
<span
|
|
9548
9539
|
class="memori-tooltip__trigger"
|
|
9549
|
-
id="base-ui-:
|
|
9540
|
+
id="base-ui-:r13:"
|
|
9550
9541
|
>
|
|
9551
9542
|
<span
|
|
9552
9543
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
9553
9544
|
>
|
|
9554
9545
|
<button
|
|
9555
9546
|
aria-label="copy"
|
|
9556
|
-
class="memori-button memori-button--ghost memori-button--
|
|
9547
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
9557
9548
|
tabindex="0"
|
|
9558
9549
|
type="button"
|
|
9559
9550
|
>
|
|
@@ -9595,14 +9586,14 @@ exports[`renders ChatBubble with translation and original unchanged 1`] = `
|
|
|
9595
9586
|
>
|
|
9596
9587
|
<span
|
|
9597
9588
|
class="memori-tooltip__trigger"
|
|
9598
|
-
id="base-ui-:
|
|
9589
|
+
id="base-ui-:r15:"
|
|
9599
9590
|
>
|
|
9600
9591
|
<span
|
|
9601
9592
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
9602
9593
|
>
|
|
9603
9594
|
<button
|
|
9604
9595
|
aria-label="copyRawCode"
|
|
9605
|
-
class="memori-button memori-button--ghost memori-button--
|
|
9596
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
9606
9597
|
tabindex="0"
|
|
9607
9598
|
type="button"
|
|
9608
9599
|
>
|
|
@@ -9639,14 +9630,14 @@ exports[`renders ChatBubble with translation and original unchanged 1`] = `
|
|
|
9639
9630
|
>
|
|
9640
9631
|
<span
|
|
9641
9632
|
class="memori-tooltip__trigger"
|
|
9642
|
-
id="base-ui-:
|
|
9633
|
+
id="base-ui-:r17:"
|
|
9643
9634
|
>
|
|
9644
9635
|
<span
|
|
9645
9636
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
9646
9637
|
>
|
|
9647
9638
|
<button
|
|
9648
9639
|
aria-label="Original text"
|
|
9649
|
-
class="memori-button memori-button--ghost memori-button--
|
|
9640
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button"
|
|
9650
9641
|
tabindex="0"
|
|
9651
9642
|
type="button"
|
|
9652
9643
|
>
|
|
@@ -9748,14 +9739,143 @@ exports[`renders ChatBubble with user msg unchanged 1`] = `
|
|
|
9748
9739
|
>
|
|
9749
9740
|
<span
|
|
9750
9741
|
class="memori-tooltip__trigger"
|
|
9751
|
-
id="base-ui-:
|
|
9742
|
+
id="base-ui-:r9:"
|
|
9743
|
+
>
|
|
9744
|
+
<span
|
|
9745
|
+
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
9746
|
+
>
|
|
9747
|
+
<button
|
|
9748
|
+
aria-label="copy"
|
|
9749
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
9750
|
+
tabindex="0"
|
|
9751
|
+
type="button"
|
|
9752
|
+
>
|
|
9753
|
+
<span
|
|
9754
|
+
class="memori-button__icon"
|
|
9755
|
+
>
|
|
9756
|
+
<svg
|
|
9757
|
+
aria-hidden="true"
|
|
9758
|
+
class="lucide lucide-copy memori-share-button--copy-icon"
|
|
9759
|
+
fill="none"
|
|
9760
|
+
height="24"
|
|
9761
|
+
stroke="currentColor"
|
|
9762
|
+
stroke-linecap="round"
|
|
9763
|
+
stroke-linejoin="round"
|
|
9764
|
+
stroke-width="2"
|
|
9765
|
+
viewBox="0 0 24 24"
|
|
9766
|
+
width="24"
|
|
9767
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9768
|
+
>
|
|
9769
|
+
<rect
|
|
9770
|
+
height="14"
|
|
9771
|
+
rx="2"
|
|
9772
|
+
ry="2"
|
|
9773
|
+
width="14"
|
|
9774
|
+
x="8"
|
|
9775
|
+
y="8"
|
|
9776
|
+
/>
|
|
9777
|
+
<path
|
|
9778
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
9779
|
+
/>
|
|
9780
|
+
</svg>
|
|
9781
|
+
</span>
|
|
9782
|
+
</button>
|
|
9783
|
+
</span>
|
|
9784
|
+
</span>
|
|
9785
|
+
</span>
|
|
9786
|
+
</div>
|
|
9787
|
+
</div>
|
|
9788
|
+
<div
|
|
9789
|
+
class="memori-media-widget"
|
|
9790
|
+
/>
|
|
9791
|
+
</div>
|
|
9792
|
+
<div
|
|
9793
|
+
class="memori-chat--bubble-avatar"
|
|
9794
|
+
>
|
|
9795
|
+
<svg
|
|
9796
|
+
class="lucide lucide-user"
|
|
9797
|
+
fill="none"
|
|
9798
|
+
height="24"
|
|
9799
|
+
stroke="currentColor"
|
|
9800
|
+
stroke-linecap="round"
|
|
9801
|
+
stroke-linejoin="round"
|
|
9802
|
+
stroke-width="2"
|
|
9803
|
+
viewBox="0 0 24 24"
|
|
9804
|
+
width="24"
|
|
9805
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9806
|
+
>
|
|
9807
|
+
<path
|
|
9808
|
+
d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"
|
|
9809
|
+
/>
|
|
9810
|
+
<circle
|
|
9811
|
+
cx="12"
|
|
9812
|
+
cy="7"
|
|
9813
|
+
r="4"
|
|
9814
|
+
/>
|
|
9815
|
+
</svg>
|
|
9816
|
+
</div>
|
|
9817
|
+
</div>
|
|
9818
|
+
</div>
|
|
9819
|
+
</div>
|
|
9820
|
+
`;
|
|
9821
|
+
|
|
9822
|
+
exports[`renders ChatBubble with user msg with newlines unchanged 1`] = `
|
|
9823
|
+
<div>
|
|
9824
|
+
<div
|
|
9825
|
+
class="memori-chat--bubble-container memori-chat-scroll-item memori-chat--bubble-from-user memori-chat--with-addon"
|
|
9826
|
+
>
|
|
9827
|
+
<div
|
|
9828
|
+
class="memori-media-widget"
|
|
9829
|
+
/>
|
|
9830
|
+
<div
|
|
9831
|
+
class="memori-chat--bubble-message-row"
|
|
9832
|
+
>
|
|
9833
|
+
<div
|
|
9834
|
+
class="memori-chat--bubble-shell memori-chat--bubble-shell--from-user"
|
|
9835
|
+
>
|
|
9836
|
+
<div
|
|
9837
|
+
class="memori-chat--bubble-anchor memori-chat--bubble-anchor--from-user memori-chat--bubble-anchor--has-addon"
|
|
9838
|
+
>
|
|
9839
|
+
<div
|
|
9840
|
+
class="memori-chat--bubble memori-chat--user-bubble memori-chat--with-addon"
|
|
9841
|
+
>
|
|
9842
|
+
<div
|
|
9843
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
9844
|
+
>
|
|
9845
|
+
<div
|
|
9846
|
+
class="memori-expandable__inner"
|
|
9847
|
+
style="max-height: 9999px;"
|
|
9848
|
+
>
|
|
9849
|
+
<div
|
|
9850
|
+
class="memori-chat--bubble-content"
|
|
9851
|
+
dir="auto"
|
|
9852
|
+
>
|
|
9853
|
+
Proin libero ante, dignissim sit amet.
|
|
9854
|
+
<br />
|
|
9855
|
+
Turpis a, pretium condimentum dolor.
|
|
9856
|
+
<br />
|
|
9857
|
+
<br />
|
|
9858
|
+
[Vedi altro](https://memori.ai)
|
|
9859
|
+
</div>
|
|
9860
|
+
</div>
|
|
9861
|
+
</div>
|
|
9862
|
+
</div>
|
|
9863
|
+
<div
|
|
9864
|
+
class="memori-chat--bubble-addon"
|
|
9865
|
+
>
|
|
9866
|
+
<span
|
|
9867
|
+
class="memori-tooltip"
|
|
9868
|
+
>
|
|
9869
|
+
<span
|
|
9870
|
+
class="memori-tooltip__trigger"
|
|
9871
|
+
id="base-ui-:rd:"
|
|
9752
9872
|
>
|
|
9753
9873
|
<span
|
|
9754
9874
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
9755
9875
|
>
|
|
9756
9876
|
<button
|
|
9757
9877
|
aria-label="copy"
|
|
9758
|
-
class="memori-button memori-button--ghost memori-button--
|
|
9878
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
9759
9879
|
tabindex="0"
|
|
9760
9880
|
type="button"
|
|
9761
9881
|
>
|
|
@@ -9872,14 +9992,14 @@ exports[`shows copy button for user messages 1`] = `
|
|
|
9872
9992
|
>
|
|
9873
9993
|
<span
|
|
9874
9994
|
class="memori-tooltip__trigger"
|
|
9875
|
-
id="base-ui-:
|
|
9995
|
+
id="base-ui-:rh:"
|
|
9876
9996
|
>
|
|
9877
9997
|
<span
|
|
9878
9998
|
class="memori-chat--bubble-addon-tooltip-trigger"
|
|
9879
9999
|
>
|
|
9880
10000
|
<button
|
|
9881
10001
|
aria-label="copy"
|
|
9882
|
-
class="memori-button memori-button--ghost memori-button--
|
|
10002
|
+
class="memori-button memori-button--ghost memori-button--sm memori-button--circle memori-button--icon-only memori-chat--bubble-action-button memori-share-button--copy-item"
|
|
9883
10003
|
tabindex="0"
|
|
9884
10004
|
type="button"
|
|
9885
10005
|
>
|