@memori.ai/memori-react 6.8.1 → 6.8.4
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 +1918 -0
- package/README.md +89 -48
- package/dist/I18nWrapper.js +3 -47
- package/dist/I18nWrapper.js.map +1 -1
- package/dist/components/AccountForm/AccountForm.d.ts +4 -2
- package/dist/components/AccountForm/AccountForm.js +2 -4
- package/dist/components/AccountForm/AccountForm.js.map +1 -1
- package/dist/components/AgeVerificationModal/AgeVerificationModal.css +1 -1
- package/dist/components/AgeVerificationModal/AgeVerificationModal.d.ts +1 -0
- package/dist/components/AgeVerificationModal/AgeVerificationModal.js +1 -1
- package/dist/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
- package/dist/components/AttachmentLinkModal/AttachmentLinkModal.d.ts +1 -0
- package/dist/components/Auth/Auth.d.ts +1 -0
- package/dist/components/Avatar/Avatar.css +2 -2
- package/dist/components/Avatar/Avatar.d.ts +7 -0
- package/dist/components/Avatar/Avatar.js +70 -60
- package/dist/components/Avatar/Avatar.js.map +1 -1
- package/dist/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.d.ts +7 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.js +62 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/avatarComponent.d.ts +22 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js +41 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.d.ts +18 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js +185 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.d.ts +39 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.js +10 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.d.ts +65 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js +747 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.d.ts +19 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.js +60 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.d.ts +24 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js +133 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controls.d.ts +26 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controls.js +59 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/controls.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.d.ts +15 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.js +83 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.js.map +1 -0
- package/dist/components/{AvatarView → Avatar/AvatarView/AvatarComponent}/components/loader.d.ts +1 -0
- package/dist/components/{AvatarView → Avatar/AvatarView/AvatarComponent}/components/loader.js +1 -1
- package/dist/components/Avatar/AvatarView/AvatarComponent/components/loader.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/constants.d.ts +35 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/constants.js +99 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/constants.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/lights/Lights.d.ts +27 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/lights/Lights.js +52 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/lights/Lights.js.map +1 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +111 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.d.ts +11 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.js +110 -0
- package/dist/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.js.map +1 -0
- package/dist/components/Avatar/AvatarView/index.d.ts +30 -0
- package/dist/components/Avatar/AvatarView/index.js +68 -0
- package/dist/components/Avatar/AvatarView/index.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/hideHands.d.ts +2 -0
- package/dist/components/Avatar/AvatarView/utils/hideHands.js +14 -0
- package/dist/components/Avatar/AvatarView/utils/hideHands.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/useEyeBlink.d.ts +16 -0
- package/dist/components/Avatar/AvatarView/utils/useEyeBlink.js +71 -0
- package/dist/components/Avatar/AvatarView/utils/useEyeBlink.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/useHeadMovement.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/useLoadingMorphAnim.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/useMouthAnimation.d.ts +16 -0
- package/dist/components/Avatar/AvatarView/utils/useMouthAnimation.js +59 -0
- package/dist/components/Avatar/AvatarView/utils/useMouthAnimation.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/useSmile.js +28 -0
- package/dist/components/Avatar/AvatarView/utils/useSmile.js.map +1 -0
- package/dist/components/Avatar/AvatarView/utils/utils.js.map +1 -0
- package/dist/components/Blob/Blob.d.ts +1 -0
- package/dist/components/BlockedMemoriBadge/BlockedMemoriBadge.d.ts +1 -0
- package/dist/components/Chat/Chat.d.ts +15 -7
- package/dist/components/Chat/Chat.js +49 -30
- package/dist/components/Chat/Chat.js.map +1 -1
- package/dist/components/ChatBubble/ChatBubble.css +91 -14
- package/dist/components/ChatBubble/ChatBubble.d.ts +14 -0
- package/dist/components/ChatBubble/ChatBubble.js +92 -67
- package/dist/components/ChatBubble/ChatBubble.js.map +1 -1
- package/dist/components/ChatHistoryDrawer/ChatHistory.css +414 -0
- package/dist/components/ChatHistoryDrawer/ChatHistory.d.ts +20 -0
- package/dist/components/ChatHistoryDrawer/ChatHistory.js +630 -0
- package/dist/components/ChatHistoryDrawer/ChatHistory.js.map +1 -0
- package/dist/components/ChatInputs/ChatInputs.d.ts +9 -3
- package/dist/components/ChatInputs/ChatInputs.js +47 -6
- package/dist/components/ChatInputs/ChatInputs.js.map +1 -1
- package/dist/components/ChatTextArea/ChatTextArea.css +9 -5
- package/dist/components/ChatTextArea/ChatTextArea.js +1 -1
- package/dist/components/ChatTextArea/ChatTextArea.js.map +1 -1
- package/dist/components/CompletionProviderStatus/CompletionProviderStatus.css +35 -17
- package/dist/components/CompletionProviderStatus/CompletionProviderStatus.d.ts +5 -3
- package/dist/components/CompletionProviderStatus/CompletionProviderStatus.js +142 -28
- package/dist/components/CompletionProviderStatus/CompletionProviderStatus.js.map +1 -1
- package/dist/components/CustomGLBModelViewer/ModelViewer.d.ts +1 -0
- package/dist/components/ExpertsDrawer/ExpertsDrawer.d.ts +1 -0
- package/dist/components/ExpertsDrawer/ExpertsDrawer.js +2 -2
- package/dist/components/ExpertsDrawer/ExpertsDrawer.js.map +1 -1
- package/dist/components/FeedbackButtons/FeedbackButtons.d.ts +1 -0
- package/dist/components/FilePreview/FilePreview.css +184 -0
- package/dist/components/FilePreview/FilePreview.d.ts +9 -0
- package/dist/components/FilePreview/FilePreview.js +74 -0
- package/dist/components/FilePreview/FilePreview.js.map +1 -0
- package/dist/components/Header/Header.css +3 -3
- package/dist/components/Header/Header.d.ts +5 -1
- package/dist/components/Header/Header.js +27 -13
- package/dist/components/Header/Header.js.map +1 -1
- package/dist/components/KnownFacts/KnownFacts.d.ts +4 -2
- package/dist/components/KnownFacts/KnownFacts.js +3 -5
- package/dist/components/KnownFacts/KnownFacts.js.map +1 -1
- package/dist/components/LoginDrawer/LoginDrawer.css +302 -0
- package/dist/components/LoginDrawer/LoginDrawer.d.ts +4 -2
- package/dist/components/LoginDrawer/LoginDrawer.js +9 -11
- package/dist/components/LoginDrawer/LoginDrawer.js.map +1 -1
- package/dist/components/MediaWidget/LinkItemWidget.css +10 -0
- package/dist/components/MediaWidget/LinkItemWidget.d.ts +1 -0
- package/dist/components/MediaWidget/LinkItemWidget.js +5 -2
- package/dist/components/MediaWidget/LinkItemWidget.js.map +1 -1
- package/dist/components/MediaWidget/MediaItemWidget.css +153 -3
- package/dist/components/MediaWidget/MediaItemWidget.d.ts +7 -2
- package/dist/components/MediaWidget/MediaItemWidget.js +89 -37
- package/dist/components/MediaWidget/MediaItemWidget.js.map +1 -1
- package/dist/components/MediaWidget/MediaWidget.d.ts +4 -1
- package/dist/components/MediaWidget/MediaWidget.js +2 -2
- package/dist/components/MediaWidget/MediaWidget.js.map +1 -1
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +163 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.d.ts +12 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js +133 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.d.ts +4 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js +286 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.d.ts +6 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js +40 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.d.ts +6 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.js +492 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/index.d.ts +5 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/index.js +14 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/index.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +489 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.d.ts +3 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js +64 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/types.d.ts +61 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/types.js +3 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/types.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.d.ts +15 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.js +352 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +1059 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.d.ts +5 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +167 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +150 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.d.ts +9 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.js +35 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.css +253 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.d.ts +8 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js +104 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +346 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.d.ts +7 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js +89 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/context/ArtifactContext.d.ts +13 -0
- package/dist/components/MemoriArtifactSystem/context/ArtifactContext.js +55 -0
- package/dist/components/MemoriArtifactSystem/context/ArtifactContext.js.map +1 -0
- package/dist/components/MemoriArtifactSystem/types/artifact.types.d.ts +14 -0
- package/dist/components/MemoriArtifactSystem/types/artifact.types.js +3 -0
- package/dist/components/MemoriArtifactSystem/types/artifact.types.js.map +1 -0
- package/dist/components/MemoriWidget/MemoriWidget.css +10 -4
- package/dist/components/MemoriWidget/MemoriWidget.d.ts +29 -11
- package/dist/components/MemoriWidget/MemoriWidget.js +763 -1051
- package/dist/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/dist/components/MicrophoneButton/MicrophoneButton.d.ts +1 -0
- package/dist/components/MicrophoneButton/MicrophoneButton.js +1 -1
- package/dist/components/MicrophoneButton/MicrophoneButton.js.map +1 -1
- package/dist/components/PositionDrawer/PositionDrawer.d.ts +1 -0
- package/dist/components/PoweredBy/PoweredBy.d.ts +1 -0
- package/dist/components/SendOnEnterMenu/SendOnEnterMenu.css +3 -3
- package/dist/components/SettingsDrawer/SettingsDrawer.css +9 -2
- package/dist/components/SettingsDrawer/SettingsDrawer.d.ts +8 -1
- package/dist/components/SettingsDrawer/SettingsDrawer.js +15 -6
- package/dist/components/SettingsDrawer/SettingsDrawer.js.map +1 -1
- package/dist/components/ShareButton/ShareButton.css +6 -0
- package/dist/components/ShareButton/ShareButton.d.ts +3 -1
- package/dist/components/ShareButton/ShareButton.js +14 -3
- package/dist/components/ShareButton/ShareButton.js.map +1 -1
- package/dist/components/SignupForm/SignupForm.d.ts +4 -2
- package/dist/components/SignupForm/SignupForm.js +6 -8
- package/dist/components/SignupForm/SignupForm.js.map +1 -1
- package/dist/components/Snippet/Snippet.d.ts +2 -2
- package/dist/components/Snippet/Snippet.js +36 -25
- package/dist/components/Snippet/Snippet.js.map +1 -1
- package/dist/components/StartPanel/StartPanel.css +34 -8
- package/dist/components/StartPanel/StartPanel.d.ts +8 -3
- package/dist/components/StartPanel/StartPanel.js +26 -15
- package/dist/components/StartPanel/StartPanel.js.map +1 -1
- package/dist/components/Typing/Typing.d.ts +1 -0
- package/dist/components/Typing/Typing.js +49 -47
- package/dist/components/Typing/Typing.js.map +1 -1
- package/dist/components/UploadButton/UploadButton.css +544 -0
- package/dist/components/UploadButton/UploadButton.d.ts +19 -0
- package/dist/components/UploadButton/UploadButton.js +226 -0
- package/dist/components/UploadButton/UploadButton.js.map +1 -0
- package/dist/components/UploadButton/UploadDocuments/UploadDocuments.d.ts +31 -0
- package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js +244 -0
- package/dist/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -0
- package/dist/components/UploadButton/UploadImages/UploadImages.d.ts +20 -0
- package/dist/components/UploadButton/UploadImages/UploadImages.js +172 -0
- package/dist/components/UploadButton/UploadImages/UploadImages.js.map +1 -0
- package/dist/components/UploadMenu/UploadMenu.css +3 -3
- package/dist/components/VenueWidget/VenueWidget.css +7 -0
- package/dist/components/VenueWidget/VenueWidget.d.ts +1 -0
- package/dist/components/VenueWidget/VenueWidget.js +1 -1
- package/dist/components/VenueWidget/VenueWidget.js.map +1 -1
- package/dist/components/WhyThisAnswer/WhyThisAnswer.css +43 -0
- package/dist/components/WhyThisAnswer/WhyThisAnswer.d.ts +4 -2
- package/dist/components/WhyThisAnswer/WhyThisAnswer.js +5 -6
- package/dist/components/WhyThisAnswer/WhyThisAnswer.js.map +1 -1
- package/dist/components/icons/AI.d.ts +1 -0
- package/dist/components/icons/Alert.d.ts +6 -0
- package/dist/components/icons/Alert.js +6 -0
- package/dist/components/icons/Alert.js.map +1 -0
- package/dist/components/icons/ArrowUp.d.ts +6 -0
- package/dist/components/icons/ArrowUp.js +6 -0
- package/dist/components/icons/ArrowUp.js.map +1 -0
- package/dist/components/icons/Bug.d.ts +6 -0
- package/dist/components/icons/Bug.js +6 -0
- package/dist/components/icons/Bug.js.map +1 -0
- package/dist/components/icons/Chat.d.ts +6 -0
- package/dist/components/icons/Chat.js +6 -0
- package/dist/components/icons/Chat.js.map +1 -0
- package/dist/components/icons/ChevronDown.d.ts +6 -0
- package/dist/components/icons/ChevronDown.js +6 -0
- package/dist/components/icons/ChevronDown.js.map +1 -0
- package/dist/components/icons/ChevronLeft.d.ts +1 -0
- package/dist/components/icons/ChevronRight.d.ts +1 -0
- package/dist/components/icons/ChevronUp.d.ts +6 -0
- package/dist/components/icons/ChevronUp.js +6 -0
- package/dist/components/icons/ChevronUp.js.map +1 -0
- package/dist/components/icons/Clear.d.ts +1 -0
- package/dist/components/icons/Close.d.ts +3 -1
- package/dist/components/icons/Close.js +1 -1
- package/dist/components/icons/Close.js.map +1 -1
- package/dist/components/icons/Code.d.ts +6 -0
- package/dist/components/icons/Code.js +6 -0
- package/dist/components/icons/Code.js.map +1 -0
- package/dist/components/icons/Copy.d.ts +1 -0
- package/dist/components/icons/Copy.js +1 -1
- package/dist/components/icons/Copy.js.map +1 -1
- package/dist/components/icons/DeepThought.d.ts +1 -0
- package/dist/components/icons/Delete.d.ts +1 -0
- package/dist/components/icons/Document.d.ts +5 -0
- package/dist/components/icons/Document.js +10 -0
- package/dist/components/icons/Document.js.map +1 -0
- package/dist/components/icons/Download.d.ts +1 -0
- package/dist/components/icons/Edit.d.ts +1 -0
- package/dist/components/icons/Expand.d.ts +1 -0
- package/dist/components/icons/Eye.d.ts +1 -0
- package/dist/components/icons/EyeInvisible.d.ts +1 -0
- package/dist/components/icons/Facebook.d.ts +1 -0
- package/dist/components/icons/Feedback.d.ts +1 -0
- package/dist/components/icons/File.d.ts +1 -0
- package/dist/components/icons/FileExcel.d.ts +1 -0
- package/dist/components/icons/FilePdf.d.ts +1 -0
- package/dist/components/icons/FileWord.d.ts +1 -0
- package/dist/components/icons/Fullscreen.d.ts +1 -0
- package/dist/components/icons/FullscreenExit.d.ts +1 -0
- package/dist/components/icons/Group.d.ts +1 -0
- package/dist/components/icons/History.d.ts +7 -0
- package/dist/components/icons/History.js +6 -0
- package/dist/components/icons/History.js.map +1 -0
- package/dist/components/icons/Image.d.ts +4 -0
- package/dist/components/icons/Image.js +9 -0
- package/dist/components/icons/Image.js.map +1 -0
- package/dist/components/icons/Info.d.ts +6 -0
- package/dist/components/icons/Info.js +6 -0
- package/dist/components/icons/Info.js.map +1 -0
- package/dist/components/icons/Link.d.ts +1 -0
- package/dist/components/icons/Linkedin.d.ts +1 -0
- package/dist/components/icons/Loading.d.ts +1 -0
- package/dist/components/icons/Mail.d.ts +1 -0
- package/dist/components/icons/MapMarker.d.ts +1 -0
- package/dist/components/icons/MenuHorizontal.d.ts +7 -0
- package/dist/components/icons/MenuHorizontal.js +6 -0
- package/dist/components/icons/MenuHorizontal.js.map +1 -0
- package/dist/components/icons/MenuVertical.d.ts +7 -0
- package/dist/components/icons/MenuVertical.js +6 -0
- package/dist/components/icons/MenuVertical.js.map +1 -0
- package/dist/components/icons/Message.d.ts +1 -0
- package/dist/components/icons/Microphone.d.ts +1 -0
- package/dist/components/icons/Minus.d.ts +1 -0
- package/dist/components/icons/MinusCircle.d.ts +1 -0
- package/dist/components/icons/PaperClip.d.ts +1 -0
- package/dist/components/icons/Picture.d.ts +1 -0
- package/dist/components/icons/Plus.d.ts +1 -0
- package/dist/components/icons/Preview.d.ts +4 -0
- package/dist/components/icons/Preview.js +9 -0
- package/dist/components/icons/Preview.js.map +1 -0
- package/dist/components/icons/Print.d.ts +6 -0
- package/dist/components/icons/Print.js +6 -0
- package/dist/components/icons/Print.js.map +1 -0
- package/dist/components/icons/QuestionHelp.d.ts +1 -0
- package/dist/components/icons/Refresh.d.ts +1 -0
- package/dist/components/icons/SelectIcon.d.ts +1 -0
- package/dist/components/icons/Send.d.ts +1 -0
- package/dist/components/icons/Setting.d.ts +1 -0
- package/dist/components/icons/Share.d.ts +1 -0
- package/dist/components/icons/Sound.d.ts +1 -0
- package/dist/components/icons/SoundDeactivated.d.ts +1 -0
- package/dist/components/icons/Telegram.d.ts +1 -0
- package/dist/components/icons/ThumbDown.d.ts +1 -0
- package/dist/components/icons/ThumbUp.d.ts +1 -0
- package/dist/components/icons/Translation.d.ts +1 -0
- package/dist/components/icons/Twitter.d.ts +1 -0
- package/dist/components/icons/Upload.d.ts +4 -0
- package/dist/components/icons/Upload.js +9 -0
- package/dist/components/icons/Upload.js.map +1 -0
- package/dist/components/icons/User.d.ts +1 -0
- package/dist/components/icons/Warning.d.ts +1 -0
- package/dist/components/icons/Warning.js +1 -1
- package/dist/components/icons/Warning.js.map +1 -1
- package/dist/components/icons/WhatsApp.d.ts +1 -0
- package/dist/components/layouts/Chat.js +9 -1
- package/dist/components/layouts/Chat.js.map +1 -1
- package/dist/components/layouts/FullPage.js +10 -1
- package/dist/components/layouts/FullPage.js.map +1 -1
- package/dist/components/layouts/HiddenChat.d.ts +4 -0
- package/dist/components/layouts/HiddenChat.js +147 -0
- package/dist/components/layouts/HiddenChat.js.map +1 -0
- package/dist/components/layouts/Totem.js +1 -1
- package/dist/components/layouts/Totem.js.map +1 -1
- package/dist/components/layouts/WebsiteAssistant.js +2 -2
- package/dist/components/layouts/WebsiteAssistant.js.map +1 -1
- package/dist/components/layouts/ZoomedFullBody.d.ts +4 -0
- package/dist/components/layouts/ZoomedFullBody.js +17 -0
- package/dist/components/layouts/ZoomedFullBody.js.map +1 -0
- package/dist/components/layouts/chat.css +358 -19
- package/dist/components/layouts/hidden-chat.css +254 -0
- package/dist/components/layouts/totem.css +19 -10
- package/dist/components/layouts/website-assistant.css +2 -2
- package/dist/components/layouts/zoomed-full-body.css +18 -0
- package/dist/components/ui/Alert.css +93 -0
- package/dist/components/ui/Alert.d.ts +18 -0
- package/dist/components/ui/Alert.js +42 -0
- package/dist/components/ui/Alert.js.map +1 -0
- package/dist/components/ui/Button.css +8 -2
- package/dist/components/ui/Button.d.ts +1 -0
- package/dist/components/ui/Button.js +2 -1
- package/dist/components/ui/Button.js.map +1 -1
- package/dist/components/ui/Card.css +5 -0
- package/dist/components/ui/Card.d.ts +1 -0
- package/dist/components/ui/Card.js +2 -1
- package/dist/components/ui/Card.js.map +1 -1
- package/dist/components/ui/ConfirmDialog.css +42 -0
- package/dist/components/ui/ConfirmDialog.d.ts +11 -0
- package/dist/components/ui/ConfirmDialog.js +12 -0
- package/dist/components/ui/ConfirmDialog.js.map +1 -0
- package/dist/components/ui/Drawer.css +121 -96
- package/dist/components/ui/Drawer.d.ts +17 -6
- package/dist/components/ui/Drawer.js +44 -13
- package/dist/components/ui/Drawer.js.map +1 -1
- package/dist/components/ui/Expandable.d.ts +3 -2
- package/dist/components/ui/Expandable.js +35 -20
- package/dist/components/ui/Expandable.js.map +1 -1
- package/dist/components/ui/Select.d.ts +1 -0
- package/dist/components/ui/Slider.css +192 -0
- package/dist/components/ui/Slider.d.ts +12 -0
- package/dist/components/ui/Slider.js +78 -0
- package/dist/components/ui/Slider.js.map +1 -0
- package/dist/components/ui/Table.css +15 -2
- package/dist/context/visemeContext.d.ts +24 -0
- package/dist/context/visemeContext.js +192 -0
- package/dist/context/visemeContext.js.map +1 -0
- package/dist/helpers/configuration.js +0 -1
- package/dist/helpers/configuration.js.map +1 -1
- package/dist/helpers/constants.d.ts +6 -0
- package/dist/helpers/constants.js +7 -1
- package/dist/helpers/constants.js.map +1 -1
- package/dist/helpers/error.js +53 -6
- package/dist/helpers/error.js.map +1 -1
- package/dist/helpers/markedExtendedTables.js +1 -1
- package/dist/helpers/markedExtendedTables.js.map +1 -1
- package/dist/helpers/message.d.ts +5 -0
- package/dist/helpers/message.js +98 -0
- package/dist/helpers/message.js.map +1 -0
- package/dist/helpers/sanitizer.d.ts +1 -0
- package/dist/helpers/sanitizer.js +9 -0
- package/dist/helpers/sanitizer.js.map +1 -0
- package/dist/helpers/statistics.d.ts +1 -12
- package/dist/helpers/statistics.js +1 -165
- package/dist/helpers/statistics.js.map +1 -1
- package/dist/helpers/stt/useSTT.d.ts +40 -0
- package/dist/helpers/stt/useSTT.js +527 -0
- package/dist/helpers/stt/useSTT.js.map +1 -0
- package/dist/helpers/translations.js +23 -4
- package/dist/helpers/translations.js.map +1 -1
- package/dist/helpers/tts/ttsVoiceUtility.d.ts +158 -0
- package/dist/helpers/tts/ttsVoiceUtility.js +192 -0
- package/dist/helpers/tts/ttsVoiceUtility.js.map +1 -0
- package/dist/helpers/tts/useTTS.d.ts +27 -0
- package/dist/helpers/tts/useTTS.js +297 -0
- package/dist/helpers/tts/useTTS.js.map +1 -0
- package/dist/helpers/utils.d.ts +40 -0
- package/dist/helpers/utils.js +157 -1
- package/dist/helpers/utils.js.map +1 -1
- package/dist/i18n.js +13 -1
- package/dist/i18n.js.map +1 -1
- package/dist/index.d.ts +14 -4
- package/dist/index.js +136 -84
- package/dist/index.js.map +1 -1
- package/dist/locales/de.json +593 -0
- package/dist/locales/en.json +250 -40
- package/dist/locales/es.json +593 -0
- package/dist/locales/fr.json +603 -0
- package/dist/locales/it.json +260 -48
- package/dist/styles.css +18 -2
- package/esm/I18nWrapper.js +4 -48
- package/esm/I18nWrapper.js.map +1 -1
- package/esm/components/AccountForm/AccountForm.d.ts +4 -2
- package/esm/components/AccountForm/AccountForm.js +2 -4
- package/esm/components/AccountForm/AccountForm.js.map +1 -1
- package/esm/components/AgeVerificationModal/AgeVerificationModal.css +1 -1
- package/esm/components/AgeVerificationModal/AgeVerificationModal.d.ts +1 -0
- package/esm/components/AgeVerificationModal/AgeVerificationModal.js +1 -1
- package/esm/components/AgeVerificationModal/AgeVerificationModal.js.map +1 -1
- package/esm/components/AttachmentLinkModal/AttachmentLinkModal.d.ts +1 -0
- package/esm/components/Auth/Auth.d.ts +1 -0
- package/esm/components/Avatar/Avatar.css +2 -2
- package/esm/components/Avatar/Avatar.d.ts +7 -0
- package/esm/components/Avatar/Avatar.js +72 -62
- package/esm/components/Avatar/Avatar.js.map +1 -1
- package/esm/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.d.ts +7 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.js +60 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/avatarComponent.d.ts +22 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js +36 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/avatarComponent.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.d.ts +18 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js +180 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.d.ts +39 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.js +7 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.d.ts +65 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js +743 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.d.ts +19 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.js +56 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.d.ts +24 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js +129 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controls.d.ts +26 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controls.js +56 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/controls.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.d.ts +15 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.js +79 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.js.map +1 -0
- package/esm/components/{AvatarView → Avatar/AvatarView/AvatarComponent}/components/loader.d.ts +1 -0
- package/esm/components/{AvatarView → Avatar/AvatarView/AvatarComponent}/components/loader.js +1 -1
- package/esm/components/Avatar/AvatarView/AvatarComponent/components/loader.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/constants.d.ts +35 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/constants.js +96 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/constants.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/lights/Lights.d.ts +27 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/lights/Lights.js +48 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/lights/Lights.js.map +1 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +111 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.d.ts +11 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.js +107 -0
- package/esm/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.js.map +1 -0
- package/esm/components/Avatar/AvatarView/index.d.ts +30 -0
- package/esm/components/Avatar/AvatarView/index.js +64 -0
- package/esm/components/Avatar/AvatarView/index.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/hideHands.d.ts +2 -0
- package/esm/components/Avatar/AvatarView/utils/hideHands.js +10 -0
- package/esm/components/Avatar/AvatarView/utils/hideHands.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/useEyeBlink.d.ts +16 -0
- package/esm/components/Avatar/AvatarView/utils/useEyeBlink.js +67 -0
- package/esm/components/Avatar/AvatarView/utils/useEyeBlink.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/useHeadMovement.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/useLoadingMorphAnim.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/useMouthAnimation.d.ts +16 -0
- package/esm/components/Avatar/AvatarView/utils/useMouthAnimation.js +55 -0
- package/esm/components/Avatar/AvatarView/utils/useMouthAnimation.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/useSmile.js +25 -0
- package/esm/components/Avatar/AvatarView/utils/useSmile.js.map +1 -0
- package/esm/components/Avatar/AvatarView/utils/utils.js.map +1 -0
- package/esm/components/Blob/Blob.d.ts +1 -0
- package/esm/components/BlockedMemoriBadge/BlockedMemoriBadge.d.ts +1 -0
- package/esm/components/Chat/Chat.d.ts +15 -7
- package/esm/components/Chat/Chat.js +49 -30
- package/esm/components/Chat/Chat.js.map +1 -1
- package/esm/components/ChatBubble/ChatBubble.css +91 -14
- package/esm/components/ChatBubble/ChatBubble.d.ts +14 -0
- package/esm/components/ChatBubble/ChatBubble.js +93 -68
- package/esm/components/ChatBubble/ChatBubble.js.map +1 -1
- package/esm/components/ChatHistoryDrawer/ChatHistory.css +414 -0
- package/esm/components/ChatHistoryDrawer/ChatHistory.d.ts +20 -0
- package/esm/components/ChatHistoryDrawer/ChatHistory.js +627 -0
- package/esm/components/ChatHistoryDrawer/ChatHistory.js.map +1 -0
- package/esm/components/ChatInputs/ChatInputs.d.ts +9 -3
- package/esm/components/ChatInputs/ChatInputs.js +48 -7
- package/esm/components/ChatInputs/ChatInputs.js.map +1 -1
- package/esm/components/ChatTextArea/ChatTextArea.css +9 -5
- package/esm/components/ChatTextArea/ChatTextArea.js +1 -1
- package/esm/components/ChatTextArea/ChatTextArea.js.map +1 -1
- package/esm/components/CompletionProviderStatus/CompletionProviderStatus.css +35 -17
- package/esm/components/CompletionProviderStatus/CompletionProviderStatus.d.ts +5 -3
- package/esm/components/CompletionProviderStatus/CompletionProviderStatus.js +143 -29
- package/esm/components/CompletionProviderStatus/CompletionProviderStatus.js.map +1 -1
- package/esm/components/CustomGLBModelViewer/ModelViewer.d.ts +1 -0
- package/esm/components/ExpertsDrawer/ExpertsDrawer.d.ts +1 -0
- package/esm/components/ExpertsDrawer/ExpertsDrawer.js +2 -2
- package/esm/components/ExpertsDrawer/ExpertsDrawer.js.map +1 -1
- package/esm/components/FeedbackButtons/FeedbackButtons.d.ts +1 -0
- package/esm/components/FilePreview/FilePreview.css +184 -0
- package/esm/components/FilePreview/FilePreview.d.ts +9 -0
- package/esm/components/FilePreview/FilePreview.js +71 -0
- package/esm/components/FilePreview/FilePreview.js.map +1 -0
- package/esm/components/Header/Header.css +3 -3
- package/esm/components/Header/Header.d.ts +5 -1
- package/esm/components/Header/Header.js +27 -13
- package/esm/components/Header/Header.js.map +1 -1
- package/esm/components/KnownFacts/KnownFacts.d.ts +4 -2
- package/esm/components/KnownFacts/KnownFacts.js +3 -5
- package/esm/components/KnownFacts/KnownFacts.js.map +1 -1
- package/esm/components/LoginDrawer/LoginDrawer.css +302 -0
- package/esm/components/LoginDrawer/LoginDrawer.d.ts +4 -2
- package/esm/components/LoginDrawer/LoginDrawer.js +9 -11
- package/esm/components/LoginDrawer/LoginDrawer.js.map +1 -1
- package/esm/components/MediaWidget/LinkItemWidget.css +10 -0
- package/esm/components/MediaWidget/LinkItemWidget.d.ts +1 -0
- package/esm/components/MediaWidget/LinkItemWidget.js +5 -2
- package/esm/components/MediaWidget/LinkItemWidget.js.map +1 -1
- package/esm/components/MediaWidget/MediaItemWidget.css +153 -3
- package/esm/components/MediaWidget/MediaItemWidget.d.ts +7 -2
- package/esm/components/MediaWidget/MediaItemWidget.js +90 -38
- package/esm/components/MediaWidget/MediaItemWidget.js.map +1 -1
- package/esm/components/MediaWidget/MediaWidget.d.ts +4 -1
- package/esm/components/MediaWidget/MediaWidget.js +2 -2
- package/esm/components/MediaWidget/MediaWidget.js.map +1 -1
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +163 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.d.ts +12 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js +130 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.d.ts +4 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js +283 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.d.ts +6 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js +37 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.d.ts +6 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.js +487 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/index.d.ts +5 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/index.js +6 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/index.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +489 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.d.ts +3 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js +62 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/types.d.ts +61 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/types.js +2 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/types.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.d.ts +15 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.js +348 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +1059 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.d.ts +5 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js +164 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +150 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.d.ts +9 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.js +32 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.css +253 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.d.ts +8 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js +101 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +346 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.d.ts +7 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js +86 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/context/ArtifactContext.d.ts +13 -0
- package/esm/components/MemoriArtifactSystem/context/ArtifactContext.js +50 -0
- package/esm/components/MemoriArtifactSystem/context/ArtifactContext.js.map +1 -0
- package/esm/components/MemoriArtifactSystem/types/artifact.types.d.ts +14 -0
- package/esm/components/MemoriArtifactSystem/types/artifact.types.js +2 -0
- package/esm/components/MemoriArtifactSystem/types/artifact.types.js.map +1 -0
- package/esm/components/MemoriWidget/MemoriWidget.css +10 -4
- package/esm/components/MemoriWidget/MemoriWidget.d.ts +29 -11
- package/esm/components/MemoriWidget/MemoriWidget.js +766 -1054
- package/esm/components/MemoriWidget/MemoriWidget.js.map +1 -1
- package/esm/components/MicrophoneButton/MicrophoneButton.d.ts +1 -0
- package/esm/components/MicrophoneButton/MicrophoneButton.js +1 -1
- package/esm/components/MicrophoneButton/MicrophoneButton.js.map +1 -1
- package/esm/components/PositionDrawer/PositionDrawer.d.ts +1 -0
- package/esm/components/PoweredBy/PoweredBy.d.ts +1 -0
- package/esm/components/SendOnEnterMenu/SendOnEnterMenu.css +3 -3
- package/esm/components/SettingsDrawer/SettingsDrawer.css +9 -2
- package/esm/components/SettingsDrawer/SettingsDrawer.d.ts +8 -1
- package/esm/components/SettingsDrawer/SettingsDrawer.js +15 -6
- package/esm/components/SettingsDrawer/SettingsDrawer.js.map +1 -1
- package/esm/components/ShareButton/ShareButton.css +6 -0
- package/esm/components/ShareButton/ShareButton.d.ts +3 -1
- package/esm/components/ShareButton/ShareButton.js +14 -3
- package/esm/components/ShareButton/ShareButton.js.map +1 -1
- package/esm/components/SignupForm/SignupForm.d.ts +4 -2
- package/esm/components/SignupForm/SignupForm.js +6 -8
- package/esm/components/SignupForm/SignupForm.js.map +1 -1
- package/esm/components/Snippet/Snippet.d.ts +2 -2
- package/esm/components/Snippet/Snippet.js +36 -25
- package/esm/components/Snippet/Snippet.js.map +1 -1
- package/esm/components/StartPanel/StartPanel.css +34 -8
- package/esm/components/StartPanel/StartPanel.d.ts +8 -3
- package/esm/components/StartPanel/StartPanel.js +26 -15
- package/esm/components/StartPanel/StartPanel.js.map +1 -1
- package/esm/components/Typing/Typing.d.ts +1 -0
- package/esm/components/Typing/Typing.js +49 -47
- package/esm/components/Typing/Typing.js.map +1 -1
- package/esm/components/UploadButton/UploadButton.css +544 -0
- package/esm/components/UploadButton/UploadButton.d.ts +19 -0
- package/esm/components/UploadButton/UploadButton.js +223 -0
- package/esm/components/UploadButton/UploadButton.js.map +1 -0
- package/esm/components/UploadButton/UploadDocuments/UploadDocuments.d.ts +31 -0
- package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js +241 -0
- package/esm/components/UploadButton/UploadDocuments/UploadDocuments.js.map +1 -0
- package/esm/components/UploadButton/UploadImages/UploadImages.d.ts +20 -0
- package/esm/components/UploadButton/UploadImages/UploadImages.js +169 -0
- package/esm/components/UploadButton/UploadImages/UploadImages.js.map +1 -0
- package/esm/components/UploadMenu/UploadMenu.css +3 -3
- package/esm/components/VenueWidget/VenueWidget.css +7 -0
- package/esm/components/VenueWidget/VenueWidget.d.ts +1 -0
- package/esm/components/VenueWidget/VenueWidget.js +1 -1
- package/esm/components/VenueWidget/VenueWidget.js.map +1 -1
- package/esm/components/WhyThisAnswer/WhyThisAnswer.css +43 -0
- package/esm/components/WhyThisAnswer/WhyThisAnswer.d.ts +4 -2
- package/esm/components/WhyThisAnswer/WhyThisAnswer.js +5 -6
- package/esm/components/WhyThisAnswer/WhyThisAnswer.js.map +1 -1
- package/esm/components/icons/AI.d.ts +1 -0
- package/esm/components/icons/Alert.d.ts +6 -0
- package/esm/components/icons/Alert.js +4 -0
- package/esm/components/icons/Alert.js.map +1 -0
- package/esm/components/icons/ArrowUp.d.ts +6 -0
- package/esm/components/icons/ArrowUp.js +4 -0
- package/esm/components/icons/ArrowUp.js.map +1 -0
- package/esm/components/icons/Bug.d.ts +6 -0
- package/esm/components/icons/Bug.js +4 -0
- package/esm/components/icons/Bug.js.map +1 -0
- package/esm/components/icons/Chat.d.ts +6 -0
- package/esm/components/icons/Chat.js +4 -0
- package/esm/components/icons/Chat.js.map +1 -0
- package/esm/components/icons/ChevronDown.d.ts +6 -0
- package/esm/components/icons/ChevronDown.js +4 -0
- package/esm/components/icons/ChevronDown.js.map +1 -0
- package/esm/components/icons/ChevronLeft.d.ts +1 -0
- package/esm/components/icons/ChevronRight.d.ts +1 -0
- package/esm/components/icons/ChevronUp.d.ts +6 -0
- package/esm/components/icons/ChevronUp.js +4 -0
- package/esm/components/icons/ChevronUp.js.map +1 -0
- package/esm/components/icons/Clear.d.ts +1 -0
- package/esm/components/icons/Close.d.ts +3 -1
- package/esm/components/icons/Close.js +1 -1
- package/esm/components/icons/Close.js.map +1 -1
- package/esm/components/icons/Code.d.ts +6 -0
- package/esm/components/icons/Code.js +4 -0
- package/esm/components/icons/Code.js.map +1 -0
- package/esm/components/icons/Copy.d.ts +1 -0
- package/esm/components/icons/Copy.js +2 -2
- package/esm/components/icons/Copy.js.map +1 -1
- package/esm/components/icons/DeepThought.d.ts +1 -0
- package/esm/components/icons/Delete.d.ts +1 -0
- package/esm/components/icons/Document.d.ts +5 -0
- package/esm/components/icons/Document.js +6 -0
- package/esm/components/icons/Document.js.map +1 -0
- package/esm/components/icons/Download.d.ts +1 -0
- package/esm/components/icons/Edit.d.ts +1 -0
- package/esm/components/icons/Expand.d.ts +1 -0
- package/esm/components/icons/Eye.d.ts +1 -0
- package/esm/components/icons/EyeInvisible.d.ts +1 -0
- package/esm/components/icons/Facebook.d.ts +1 -0
- package/esm/components/icons/Feedback.d.ts +1 -0
- package/esm/components/icons/File.d.ts +1 -0
- package/esm/components/icons/FileExcel.d.ts +1 -0
- package/esm/components/icons/FilePdf.d.ts +1 -0
- package/esm/components/icons/FileWord.d.ts +1 -0
- package/esm/components/icons/Fullscreen.d.ts +1 -0
- package/esm/components/icons/FullscreenExit.d.ts +1 -0
- package/esm/components/icons/Group.d.ts +1 -0
- package/esm/components/icons/History.d.ts +7 -0
- package/esm/components/icons/History.js +4 -0
- package/esm/components/icons/History.js.map +1 -0
- package/esm/components/icons/Image.d.ts +4 -0
- package/esm/components/icons/Image.js +5 -0
- package/esm/components/icons/Image.js.map +1 -0
- package/esm/components/icons/Info.d.ts +6 -0
- package/esm/components/icons/Info.js +4 -0
- package/esm/components/icons/Info.js.map +1 -0
- package/esm/components/icons/Link.d.ts +1 -0
- package/esm/components/icons/Linkedin.d.ts +1 -0
- package/esm/components/icons/Loading.d.ts +1 -0
- package/esm/components/icons/Mail.d.ts +1 -0
- package/esm/components/icons/MapMarker.d.ts +1 -0
- package/esm/components/icons/MenuHorizontal.d.ts +7 -0
- package/esm/components/icons/MenuHorizontal.js +4 -0
- package/esm/components/icons/MenuHorizontal.js.map +1 -0
- package/esm/components/icons/MenuVertical.d.ts +7 -0
- package/esm/components/icons/MenuVertical.js +4 -0
- package/esm/components/icons/MenuVertical.js.map +1 -0
- package/esm/components/icons/Message.d.ts +1 -0
- package/esm/components/icons/Microphone.d.ts +1 -0
- package/esm/components/icons/Minus.d.ts +1 -0
- package/esm/components/icons/MinusCircle.d.ts +1 -0
- package/esm/components/icons/PaperClip.d.ts +1 -0
- package/esm/components/icons/Picture.d.ts +1 -0
- package/esm/components/icons/Plus.d.ts +1 -0
- package/esm/components/icons/Preview.d.ts +4 -0
- package/esm/components/icons/Preview.js +5 -0
- package/esm/components/icons/Preview.js.map +1 -0
- package/esm/components/icons/Print.d.ts +6 -0
- package/esm/components/icons/Print.js +4 -0
- package/esm/components/icons/Print.js.map +1 -0
- package/esm/components/icons/QuestionHelp.d.ts +1 -0
- package/esm/components/icons/Refresh.d.ts +1 -0
- package/esm/components/icons/SelectIcon.d.ts +1 -0
- package/esm/components/icons/Send.d.ts +1 -0
- package/esm/components/icons/Setting.d.ts +1 -0
- package/esm/components/icons/Share.d.ts +1 -0
- package/esm/components/icons/Sound.d.ts +1 -0
- package/esm/components/icons/SoundDeactivated.d.ts +1 -0
- package/esm/components/icons/Telegram.d.ts +1 -0
- package/esm/components/icons/ThumbDown.d.ts +1 -0
- package/esm/components/icons/ThumbUp.d.ts +1 -0
- package/esm/components/icons/Translation.d.ts +1 -0
- package/esm/components/icons/Twitter.d.ts +1 -0
- package/esm/components/icons/Upload.d.ts +4 -0
- package/esm/components/icons/Upload.js +5 -0
- package/esm/components/icons/Upload.js.map +1 -0
- package/esm/components/icons/User.d.ts +1 -0
- package/esm/components/icons/Warning.d.ts +1 -0
- package/esm/components/icons/Warning.js +1 -1
- package/esm/components/icons/Warning.js.map +1 -1
- package/esm/components/icons/WhatsApp.d.ts +1 -0
- package/esm/components/layouts/Chat.js +9 -1
- package/esm/components/layouts/Chat.js.map +1 -1
- package/esm/components/layouts/FullPage.js +10 -1
- package/esm/components/layouts/FullPage.js.map +1 -1
- package/esm/components/layouts/HiddenChat.d.ts +4 -0
- package/esm/components/layouts/HiddenChat.js +144 -0
- package/esm/components/layouts/HiddenChat.js.map +1 -0
- package/esm/components/layouts/Totem.js +1 -1
- package/esm/components/layouts/Totem.js.map +1 -1
- package/esm/components/layouts/WebsiteAssistant.js +2 -2
- package/esm/components/layouts/WebsiteAssistant.js.map +1 -1
- package/esm/components/layouts/ZoomedFullBody.d.ts +4 -0
- package/esm/components/layouts/ZoomedFullBody.js +14 -0
- package/esm/components/layouts/ZoomedFullBody.js.map +1 -0
- package/esm/components/layouts/chat.css +358 -19
- package/esm/components/layouts/hidden-chat.css +254 -0
- package/esm/components/layouts/totem.css +19 -10
- package/esm/components/layouts/website-assistant.css +2 -2
- package/esm/components/layouts/zoomed-full-body.css +18 -0
- package/esm/components/ui/Alert.css +93 -0
- package/esm/components/ui/Alert.d.ts +18 -0
- package/esm/components/ui/Alert.js +39 -0
- package/esm/components/ui/Alert.js.map +1 -0
- package/esm/components/ui/Button.css +8 -2
- package/esm/components/ui/Button.d.ts +1 -0
- package/esm/components/ui/Button.js +2 -1
- package/esm/components/ui/Button.js.map +1 -1
- package/esm/components/ui/Card.css +5 -0
- package/esm/components/ui/Card.d.ts +1 -0
- package/esm/components/ui/Card.js +2 -1
- package/esm/components/ui/Card.js.map +1 -1
- package/esm/components/ui/ConfirmDialog.css +42 -0
- package/esm/components/ui/ConfirmDialog.d.ts +11 -0
- package/esm/components/ui/ConfirmDialog.js +9 -0
- package/esm/components/ui/ConfirmDialog.js.map +1 -0
- package/esm/components/ui/Drawer.css +121 -96
- package/esm/components/ui/Drawer.d.ts +17 -6
- package/esm/components/ui/Drawer.js +45 -14
- package/esm/components/ui/Drawer.js.map +1 -1
- package/esm/components/ui/Expandable.d.ts +3 -2
- package/esm/components/ui/Expandable.js +35 -20
- package/esm/components/ui/Expandable.js.map +1 -1
- package/esm/components/ui/Select.d.ts +1 -0
- package/esm/components/ui/Slider.css +192 -0
- package/esm/components/ui/Slider.d.ts +12 -0
- package/esm/components/ui/Slider.js +75 -0
- package/esm/components/ui/Slider.js.map +1 -0
- package/esm/components/ui/Table.css +15 -2
- package/esm/context/visemeContext.d.ts +24 -0
- package/esm/context/visemeContext.js +187 -0
- package/esm/context/visemeContext.js.map +1 -0
- package/esm/helpers/configuration.js +0 -1
- package/esm/helpers/configuration.js.map +1 -1
- package/esm/helpers/constants.d.ts +6 -0
- package/esm/helpers/constants.js +6 -0
- package/esm/helpers/constants.js.map +1 -1
- package/esm/helpers/error.js +53 -6
- package/esm/helpers/error.js.map +1 -1
- package/esm/helpers/markedExtendedTables.js +1 -1
- package/esm/helpers/markedExtendedTables.js.map +1 -1
- package/esm/helpers/message.d.ts +5 -0
- package/esm/helpers/message.js +91 -0
- package/esm/helpers/message.js.map +1 -0
- package/esm/helpers/sanitizer.d.ts +1 -0
- package/esm/helpers/sanitizer.js +5 -0
- package/esm/helpers/sanitizer.js.map +1 -0
- package/esm/helpers/statistics.d.ts +1 -12
- package/esm/helpers/statistics.js +0 -156
- package/esm/helpers/statistics.js.map +1 -1
- package/esm/helpers/stt/useSTT.d.ts +40 -0
- package/esm/helpers/stt/useSTT.js +523 -0
- package/esm/helpers/stt/useSTT.js.map +1 -0
- package/esm/helpers/translations.js +23 -4
- package/esm/helpers/translations.js.map +1 -1
- package/esm/helpers/tts/ttsVoiceUtility.d.ts +158 -0
- package/esm/helpers/tts/ttsVoiceUtility.js +182 -0
- package/esm/helpers/tts/ttsVoiceUtility.js.map +1 -0
- package/esm/helpers/tts/useTTS.d.ts +27 -0
- package/esm/helpers/tts/useTTS.js +293 -0
- package/esm/helpers/tts/useTTS.js.map +1 -0
- package/esm/helpers/utils.d.ts +40 -0
- package/esm/helpers/utils.js +143 -0
- package/esm/helpers/utils.js.map +1 -1
- package/esm/i18n.js +13 -1
- package/esm/i18n.js.map +1 -1
- package/esm/index.d.ts +14 -4
- package/esm/index.js +137 -85
- package/esm/index.js.map +1 -1
- package/esm/locales/de.json +593 -0
- package/esm/locales/en.json +250 -40
- package/esm/locales/es.json +593 -0
- package/esm/locales/fr.json +603 -0
- package/esm/locales/it.json +260 -48
- package/esm/styles.css +18 -2
- package/package.json +12 -13
- package/src/I18nWrapper.tsx +3 -60
- package/src/__snapshots__/index.test.tsx.snap +60 -0
- package/src/components/AccountForm/AccountForm.test.tsx +2 -1
- package/src/components/AccountForm/AccountForm.tsx +3 -5
- package/src/components/AgeVerificationModal/AgeVerificationModal.css +1 -1
- package/src/components/AgeVerificationModal/AgeVerificationModal.tsx +1 -1
- package/src/components/Avatar/Avatar.css +2 -2
- package/src/components/Avatar/Avatar.test.tsx +39 -20
- package/src/components/Avatar/Avatar.tsx +175 -145
- package/src/components/Avatar/AvatarView/AvatarComponent/Shadow/DynamicShadow.tsx +103 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/avatarComponent.tsx +106 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/fullbodyAvatar.tsx +348 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/FullbodyAvatar/types.ts +44 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarAnimator.ts +1250 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/AvatarPositionController.ts +83 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/controllers/MorphTargetController.ts +301 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/controls.tsx +100 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/components/halfbodyAvatar.tsx +152 -0
- package/src/components/{AvatarView → Avatar/AvatarView/AvatarComponent}/components/loader.tsx +1 -1
- package/src/components/Avatar/AvatarView/AvatarComponent/constants.ts +128 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/lights/Lights.tsx +145 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.css +111 -0
- package/src/components/Avatar/AvatarView/AvatarComponent/positionControls/positionControls.tsx +201 -0
- package/src/components/{AvatarView → Avatar/AvatarView}/AvatarView.stories.tsx +41 -7
- package/src/components/Avatar/AvatarView/index.tsx +194 -0
- package/src/components/Avatar/AvatarView/utils/hideHands.ts +11 -0
- package/src/components/Avatar/AvatarView/utils/useEyeBlink.ts +100 -0
- package/src/components/Avatar/AvatarView/utils/useMouthAnimation.ts +93 -0
- package/src/components/Avatar/AvatarView/utils/useSmile.ts +39 -0
- package/src/components/Avatar/__snapshots__/Avatar.test.tsx.snap +32 -93
- package/src/components/BlockedMemoriBadge/__snapshots__/BlockedMemoriBadge.test.tsx.snap +10 -0
- package/src/components/Chat/Chat.stories.tsx +498 -2
- package/src/components/Chat/Chat.test.tsx +241 -301
- package/src/components/Chat/Chat.tsx +120 -58
- package/src/components/Chat/__snapshots__/Chat.test.tsx.snap +1756 -1222
- package/src/components/ChatBubble/ChatBubble.css +91 -14
- package/src/components/ChatBubble/ChatBubble.stories.tsx +759 -16
- package/src/components/ChatBubble/ChatBubble.test.tsx +217 -2
- package/src/components/ChatBubble/ChatBubble.tsx +242 -90
- package/src/components/ChatBubble/__snapshots__/ChatBubble.test.tsx.snap +7728 -254
- package/src/components/ChatHistoryDrawer/ChatHistory.css +414 -0
- package/src/components/ChatHistoryDrawer/ChatHistory.stories.tsx +361 -0
- package/src/components/ChatHistoryDrawer/ChatHistory.test.tsx +107 -0
- package/src/components/ChatHistoryDrawer/ChatHistory.tsx +1191 -0
- package/src/components/ChatHistoryDrawer/__snapshots__/ChatHistory.test.tsx.snap +27 -0
- package/src/components/ChatInputs/ChatInputs.stories.tsx +5 -0
- package/src/components/ChatInputs/ChatInputs.test.tsx +0 -6
- package/src/components/ChatInputs/ChatInputs.tsx +136 -25
- package/src/components/ChatInputs/__snapshots__/ChatInputs.test.tsx.snap +6 -138
- package/src/components/ChatTextArea/ChatTextArea.css +9 -5
- package/src/components/ChatTextArea/ChatTextArea.tsx +1 -0
- package/src/components/ChatTextArea/__snapshots__/ChatTextArea.test.tsx.snap +3 -0
- package/src/components/CompletionProviderStatus/CompletionProviderStatus.css +35 -17
- package/src/components/CompletionProviderStatus/CompletionProviderStatus.stories.tsx +275 -22
- package/src/components/CompletionProviderStatus/CompletionProviderStatus.test.tsx +6 -4
- package/src/components/CompletionProviderStatus/CompletionProviderStatus.tsx +192 -39
- package/src/components/CompletionProviderStatus/__snapshots__/CompletionProviderStatus.test.tsx.snap +83 -15
- package/src/components/ExpertsDrawer/ExpertsDrawer.tsx +4 -2
- package/src/components/FilePreview/FilePreview.css +184 -0
- package/src/components/FilePreview/FilePreview.stories.tsx +66 -0
- package/src/components/FilePreview/FilePreview.test.tsx +26 -0
- package/src/components/FilePreview/FilePreview.tsx +177 -0
- package/src/components/FilePreview/__snapshots__/FilePreview.test.tsx.snap +275 -0
- package/src/components/Header/Header.css +3 -3
- package/src/components/Header/Header.stories.tsx +21 -1
- package/src/components/Header/Header.test.tsx +38 -1
- package/src/components/Header/Header.tsx +56 -16
- package/src/components/Header/__snapshots__/Header.test.tsx.snap +127 -375
- package/src/components/KnownFacts/KnownFacts.stories.tsx +5 -4
- package/src/components/KnownFacts/KnownFacts.test.tsx +6 -3
- package/src/components/KnownFacts/KnownFacts.tsx +4 -5
- package/src/components/LoginDrawer/LoginDrawer.css +302 -0
- package/src/components/LoginDrawer/LoginDrawer.stories.tsx +27 -1
- package/src/components/LoginDrawer/LoginDrawer.test.tsx +65 -8
- package/src/components/LoginDrawer/LoginDrawer.tsx +12 -13
- package/src/components/LoginDrawer/__snapshots__/LoginDrawer.test.tsx.snap +32 -0
- package/src/components/MediaWidget/LinkItemWidget.css +10 -0
- package/src/components/MediaWidget/LinkItemWidget.tsx +6 -1
- package/src/components/MediaWidget/MediaItemWidget.css +153 -3
- package/src/components/MediaWidget/MediaItemWidget.stories.tsx +6 -0
- package/src/components/MediaWidget/MediaItemWidget.tsx +229 -161
- package/src/components/MediaWidget/MediaWidget.test.tsx +2 -1
- package/src/components/MediaWidget/MediaWidget.tsx +5 -2
- package/src/components/MediaWidget/__snapshots__/LinkItemWidget.test.tsx.snap +4 -4
- package/src/components/MediaWidget/__snapshots__/MediaItemWidget.test.tsx.snap +150 -249
- package/src/components/MediaWidget/__snapshots__/MediaWidget.test.tsx.snap +2 -2
- package/src/components/MemoriArtifactSystem/ArtifactDrawer.stories.tsx +755 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.css +163 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/ArtifactActions.tsx +250 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/CopyButton.stories.tsx +30 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyButtonWithDropdown.tsx +467 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/components/CopyMenuItem.tsx +86 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/hooks/useCopyArtifact.ts +619 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/index.ts +9 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/styles.css +489 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/test/CopyButtonTest.tsx +90 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/types.ts +73 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactActions/utils/PDFExporter.ts +454 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.css +1059 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/ArtifactDrawer.tsx +428 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.css +150 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactDrawer/components/TabSwitch.tsx +79 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.css +253 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactHandler/ArtifactHandler.tsx +169 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +346 -0
- package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.tsx +165 -0
- package/src/components/MemoriArtifactSystem/context/ArtifactContext.tsx +69 -0
- package/src/components/MemoriArtifactSystem/types/artifact.types.ts +16 -0
- package/src/components/MemoriWidget/MemoriWidget.css +10 -4
- package/src/components/MemoriWidget/MemoriWidget.stories.tsx +70 -11
- package/src/components/MemoriWidget/MemoriWidget.tsx +1344 -1349
- package/src/components/MicrophoneButton/MicrophoneButton.tsx +0 -1
- package/src/components/SendOnEnterMenu/SendOnEnterMenu.css +3 -3
- package/src/components/SettingsDrawer/SettingsDrawer.css +9 -2
- package/src/components/SettingsDrawer/SettingsDrawer.test.tsx +24 -0
- package/src/components/SettingsDrawer/SettingsDrawer.tsx +104 -14
- package/src/components/ShareButton/ShareButton.css +6 -0
- package/src/components/ShareButton/ShareButton.stories.tsx +18 -1
- package/src/components/ShareButton/ShareButton.test.tsx +8 -1
- package/src/components/ShareButton/ShareButton.tsx +49 -2
- package/src/components/ShareButton/__snapshots__/ShareButton.test.tsx.snap +35 -0
- package/src/components/SignupForm/SignupForm.test.tsx +3 -2
- package/src/components/SignupForm/SignupForm.tsx +8 -9
- package/src/components/Snippet/Snippet.stories.tsx +0 -8
- package/src/components/Snippet/Snippet.test.tsx +0 -1
- package/src/components/Snippet/Snippet.tsx +55 -36
- package/src/components/Snippet/__snapshots__/Snippet.test.tsx.snap +186 -2560
- package/src/components/StartPanel/StartPanel.css +34 -8
- package/src/components/StartPanel/StartPanel.stories.tsx +58 -23
- package/src/components/StartPanel/StartPanel.test.tsx +50 -17
- package/src/components/StartPanel/StartPanel.tsx +218 -152
- package/src/components/StartPanel/__snapshots__/StartPanel.test.tsx.snap +1340 -171
- package/src/components/Typing/Typing.tsx +52 -47
- package/src/components/UploadButton/UploadButton.css +544 -0
- package/src/components/UploadButton/UploadButton.stories.tsx +164 -0
- package/src/components/UploadButton/UploadButton.test.tsx +11 -0
- package/src/components/UploadButton/UploadButton.tsx +490 -0
- package/src/components/UploadButton/UploadDocuments/UploadDocuments.tsx +422 -0
- package/src/components/UploadButton/UploadImages/UploadImages.tsx +362 -0
- package/src/components/UploadButton/__snapshots__/UploadButton.test.tsx.snap +156 -0
- package/src/components/UploadMenu/UploadMenu.css +3 -3
- package/src/components/VenueWidget/VenueWidget.css +7 -0
- package/src/components/VenueWidget/VenueWidget.tsx +4 -4
- package/src/components/WhyThisAnswer/WhyThisAnswer.css +43 -0
- package/src/components/WhyThisAnswer/WhyThisAnswer.stories.tsx +46 -4
- package/src/components/WhyThisAnswer/WhyThisAnswer.test.tsx +132 -11
- package/src/components/WhyThisAnswer/WhyThisAnswer.tsx +36 -10
- package/src/components/WhyThisAnswer/__snapshots__/WhyThisAnswer.test.tsx.snap +15 -1
- package/src/components/icons/Alert.tsx +31 -0
- package/src/components/icons/ArrowUp.tsx +28 -0
- package/src/components/icons/Bug.tsx +81 -0
- package/src/components/icons/Chat.tsx +30 -0
- package/src/components/icons/ChevronDown.tsx +26 -0
- package/src/components/icons/ChevronUp.tsx +24 -0
- package/src/components/icons/Close.tsx +8 -1
- package/src/components/icons/Code.tsx +24 -0
- package/src/components/icons/Copy.tsx +8 -2
- package/src/components/icons/Document.tsx +50 -0
- package/src/components/icons/History.tsx +33 -0
- package/src/components/icons/Image.tsx +37 -0
- package/src/components/icons/Info.tsx +31 -0
- package/src/components/icons/MenuHorizontal.tsx +29 -0
- package/src/components/icons/MenuVertical.tsx +29 -0
- package/src/components/icons/Preview.tsx +29 -0
- package/src/components/icons/Print.tsx +34 -0
- package/src/components/icons/Upload.tsx +34 -0
- package/src/components/icons/Warning.tsx +2 -1
- package/src/components/icons/icons.stories.tsx +14 -6
- package/src/components/layouts/Chat.test.tsx +18 -10
- package/src/components/layouts/Chat.tsx +51 -31
- package/src/components/layouts/FullPage.test.tsx +42 -9
- package/src/components/layouts/FullPage.tsx +55 -30
- package/src/components/layouts/HiddenChat.test.tsx +40 -0
- package/src/components/layouts/HiddenChat.tsx +252 -0
- package/src/components/layouts/Totem.test.tsx +18 -10
- package/src/components/layouts/Totem.tsx +1 -7
- package/src/components/layouts/WebsiteAssistant.test.tsx +18 -10
- package/src/components/layouts/WebsiteAssistant.tsx +0 -7
- package/src/components/layouts/ZoomedFullBody.test.tsx +40 -0
- package/src/components/layouts/ZoomedFullBody.tsx +81 -0
- package/src/components/layouts/__snapshots__/Chat.test.tsx.snap +287 -197
- package/src/components/layouts/__snapshots__/FullPage.test.tsx.snap +827 -201
- package/src/components/layouts/__snapshots__/HiddenChat.test.tsx.snap +470 -0
- package/src/components/layouts/__snapshots__/Totem.test.tsx.snap +122 -36
- package/src/components/layouts/__snapshots__/WebsiteAssistant.test.tsx.snap +1 -1
- package/src/components/layouts/__snapshots__/ZoomedFullBody.test.tsx.snap +533 -0
- package/src/components/layouts/chat.css +358 -19
- package/src/components/layouts/hidden-chat.css +254 -0
- package/src/components/layouts/layouts.stories.tsx +257 -57
- package/src/components/layouts/totem.css +19 -10
- package/src/components/layouts/website-assistant.css +2 -2
- package/src/components/layouts/zoomed-full-body.css +18 -0
- package/src/components/ui/Alert.css +93 -0
- package/src/components/ui/Alert.stories.tsx +137 -0
- package/src/components/ui/Alert.test.tsx +129 -0
- package/src/components/ui/Alert.tsx +123 -0
- package/src/components/ui/Button.css +8 -2
- package/src/components/ui/Button.tsx +3 -0
- package/src/components/ui/Card.css +5 -0
- package/src/components/ui/Card.tsx +4 -0
- package/src/components/ui/ConfirmDialog.css +42 -0
- package/src/components/ui/ConfirmDialog.stories.tsx +216 -0
- package/src/components/ui/ConfirmDialog.test.tsx +124 -0
- package/src/components/ui/ConfirmDialog.tsx +58 -0
- package/src/components/ui/Drawer.css +121 -96
- package/src/components/ui/Drawer.stories.tsx +152 -67
- package/src/components/ui/Drawer.test.tsx +6 -2
- package/src/components/ui/Drawer.tsx +202 -90
- package/src/components/ui/Expandable.stories.tsx +128 -1
- package/src/components/ui/Expandable.tsx +44 -22
- package/src/components/ui/Slider.css +192 -0
- package/src/components/ui/Slider.stories.tsx +63 -0
- package/src/components/ui/Slider.tsx +142 -0
- package/src/components/ui/Table.css +15 -2
- package/src/components/ui/__snapshots__/Alert.test.tsx.snap +59 -0
- package/src/components/ui/__snapshots__/ConfirmDialog.test.tsx.snap +35 -0
- package/src/context/visemeContext.tsx +391 -0
- package/src/helpers/configuration.ts +0 -1
- package/src/helpers/constants.ts +10 -0
- package/src/helpers/error.ts +58 -6
- package/src/helpers/markedExtendedTables.js +1 -1
- package/src/helpers/message.ts +148 -0
- package/src/helpers/sanitizer.ts +17 -0
- package/src/helpers/statistics.ts +1 -195
- package/src/helpers/stt/useSTT.ts +774 -0
- package/src/helpers/translations.ts +29 -7
- package/src/helpers/tts/ttsVoiceUtility.ts +275 -0
- package/src/helpers/tts/useTTS.ts +464 -0
- package/src/helpers/utils.test.ts +38 -1
- package/src/helpers/utils.ts +200 -0
- package/src/i18n.ts +13 -1
- package/src/index.stories.tsx +266 -23
- package/src/index.test.tsx +130 -0
- package/src/index.tsx +245 -153
- package/src/locales/de.json +621 -0
- package/src/locales/en.json +251 -40
- package/src/locales/es.json +593 -0
- package/src/locales/fr.json +603 -0
- package/src/locales/it.json +262 -48
- package/src/mocks/data.ts +272 -9
- package/src/styles.css +18 -2
- package/dist/components/AttachmentMediaModal/AttachmentMediaModal.d.ts +0 -14
- package/dist/components/AttachmentMediaModal/AttachmentMediaModal.js +0 -66
- package/dist/components/AttachmentMediaModal/AttachmentMediaModal.js.map +0 -1
- package/dist/components/AvatarView/components/avatar.d.ts +0 -9
- package/dist/components/AvatarView/components/avatar.js +0 -35
- package/dist/components/AvatarView/components/avatar.js.map +0 -1
- package/dist/components/AvatarView/components/fullbodyAvatar.d.ts +0 -10
- package/dist/components/AvatarView/components/fullbodyAvatar.js +0 -62
- package/dist/components/AvatarView/components/fullbodyAvatar.js.map +0 -1
- package/dist/components/AvatarView/components/loader.js.map +0 -1
- package/dist/components/AvatarView/index.d.ts +0 -17
- package/dist/components/AvatarView/index.js +0 -35
- package/dist/components/AvatarView/index.js.map +0 -1
- package/dist/components/AvatarView/utils/useEyeBlink.d.ts +0 -2
- package/dist/components/AvatarView/utils/useEyeBlink.js +0 -40
- package/dist/components/AvatarView/utils/useEyeBlink.js.map +0 -1
- package/dist/components/AvatarView/utils/useHeadMovement.js.map +0 -1
- package/dist/components/AvatarView/utils/useLoadingMorphAnim.js.map +0 -1
- package/dist/components/AvatarView/utils/useMouthSpeaking.d.ts +0 -2
- package/dist/components/AvatarView/utils/useMouthSpeaking.js +0 -60
- package/dist/components/AvatarView/utils/useMouthSpeaking.js.map +0 -1
- package/dist/components/AvatarView/utils/useSmile.js +0 -30
- package/dist/components/AvatarView/utils/useSmile.js.map +0 -1
- package/dist/components/AvatarView/utils/utils.js.map +0 -1
- package/dist/components/ExportHistoryButton/ExportHistoryButton.d.ts +0 -14
- package/dist/components/ExportHistoryButton/ExportHistoryButton.js +0 -38
- package/dist/components/ExportHistoryButton/ExportHistoryButton.js.map +0 -1
- package/dist/components/ImageUpload/ImageUpload.css +0 -168
- package/dist/components/ImageUpload/ImageUpload.d.ts +0 -28
- package/dist/components/ImageUpload/ImageUpload.js +0 -163
- package/dist/components/ImageUpload/ImageUpload.js.map +0 -1
- package/dist/components/layouts/Default.d.ts +0 -17
- package/dist/components/layouts/Default.js +0 -8
- package/dist/components/layouts/Default.js.map +0 -1
- package/dist/components/ui/Message.d.ts +0 -17
- package/dist/components/ui/Message.js +0 -13
- package/dist/components/ui/Message.js.map +0 -1
- package/dist/helpers/tenant.d.ts +0 -2
- package/dist/helpers/tenant.js +0 -40
- package/dist/helpers/tenant.js.map +0 -1
- package/esm/components/AttachmentMediaModal/AttachmentMediaModal.d.ts +0 -14
- package/esm/components/AttachmentMediaModal/AttachmentMediaModal.js +0 -63
- package/esm/components/AttachmentMediaModal/AttachmentMediaModal.js.map +0 -1
- package/esm/components/AvatarView/components/avatar.d.ts +0 -9
- package/esm/components/AvatarView/components/avatar.js +0 -31
- package/esm/components/AvatarView/components/avatar.js.map +0 -1
- package/esm/components/AvatarView/components/fullbodyAvatar.d.ts +0 -10
- package/esm/components/AvatarView/components/fullbodyAvatar.js +0 -58
- package/esm/components/AvatarView/components/fullbodyAvatar.js.map +0 -1
- package/esm/components/AvatarView/components/loader.js.map +0 -1
- package/esm/components/AvatarView/index.d.ts +0 -17
- package/esm/components/AvatarView/index.js +0 -31
- package/esm/components/AvatarView/index.js.map +0 -1
- package/esm/components/AvatarView/utils/useEyeBlink.d.ts +0 -2
- package/esm/components/AvatarView/utils/useEyeBlink.js +0 -37
- package/esm/components/AvatarView/utils/useEyeBlink.js.map +0 -1
- package/esm/components/AvatarView/utils/useHeadMovement.js.map +0 -1
- package/esm/components/AvatarView/utils/useLoadingMorphAnim.js.map +0 -1
- package/esm/components/AvatarView/utils/useMouthSpeaking.d.ts +0 -2
- package/esm/components/AvatarView/utils/useMouthSpeaking.js +0 -57
- package/esm/components/AvatarView/utils/useMouthSpeaking.js.map +0 -1
- package/esm/components/AvatarView/utils/useSmile.js +0 -27
- package/esm/components/AvatarView/utils/useSmile.js.map +0 -1
- package/esm/components/AvatarView/utils/utils.js.map +0 -1
- package/esm/components/ExportHistoryButton/ExportHistoryButton.d.ts +0 -14
- package/esm/components/ExportHistoryButton/ExportHistoryButton.js +0 -35
- package/esm/components/ExportHistoryButton/ExportHistoryButton.js.map +0 -1
- package/esm/components/ImageUpload/ImageUpload.css +0 -168
- package/esm/components/ImageUpload/ImageUpload.d.ts +0 -28
- package/esm/components/ImageUpload/ImageUpload.js +0 -160
- package/esm/components/ImageUpload/ImageUpload.js.map +0 -1
- package/esm/components/layouts/Default.d.ts +0 -17
- package/esm/components/layouts/Default.js +0 -5
- package/esm/components/layouts/Default.js.map +0 -1
- package/esm/components/ui/Message.d.ts +0 -17
- package/esm/components/ui/Message.js +0 -10
- package/esm/components/ui/Message.js.map +0 -1
- package/esm/helpers/tenant.d.ts +0 -2
- package/esm/helpers/tenant.js +0 -36
- package/esm/helpers/tenant.js.map +0 -1
- package/src/components/AvatarView/components/avatar.tsx +0 -57
- package/src/components/AvatarView/components/fullbodyAvatar.tsx +0 -99
- package/src/components/AvatarView/index.tsx +0 -101
- package/src/components/AvatarView/utils/useEyeBlink.ts +0 -48
- package/src/components/AvatarView/utils/useMouthSpeaking.ts +0 -70
- package/src/components/AvatarView/utils/useSmile.ts +0 -31
- package/src/components/ExportHistoryButton/ExportHistoryButton.stories.tsx +0 -73
- package/src/components/ExportHistoryButton/ExportHistoryButton.test.tsx +0 -69
- package/src/components/ExportHistoryButton/ExportHistoryButton.tsx +0 -103
- package/src/components/ExportHistoryButton/__snapshots__/ExportHistoryButton.test.tsx.snap +0 -239
- package/src/helpers/statistics.test.ts +0 -213
- package/src/helpers/tenant.ts +0 -47
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/useHeadMovement.d.ts +0 -0
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/useHeadMovement.js +0 -0
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/useLoadingMorphAnim.d.ts +0 -0
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/useLoadingMorphAnim.js +0 -0
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/useSmile.d.ts +0 -0
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/utils.d.ts +0 -0
- /package/dist/components/{AvatarView → Avatar/AvatarView}/utils/utils.js +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/useHeadMovement.d.ts +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/useHeadMovement.js +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/useLoadingMorphAnim.d.ts +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/useLoadingMorphAnim.js +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/useSmile.d.ts +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/utils.d.ts +0 -0
- /package/esm/components/{AvatarView → Avatar/AvatarView}/utils/utils.js +0 -0
- /package/src/components/{AvatarView → Avatar/AvatarView}/utils/useHeadMovement.ts +0 -0
- /package/src/components/{AvatarView → Avatar/AvatarView}/utils/useLoadingMorphAnim.ts +0 -0
- /package/src/components/{AvatarView → Avatar/AvatarView}/utils/utils.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
-
exports[`renders Chat
|
|
3
|
+
exports[`renders Chat unchanged 1`] = `
|
|
4
4
|
<div>
|
|
5
5
|
<div
|
|
6
6
|
class="memori-chat--wrapper"
|
|
@@ -33,7 +33,7 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
33
33
|
/>
|
|
34
34
|
</picture>
|
|
35
35
|
<div
|
|
36
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
36
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
37
37
|
>
|
|
38
38
|
<div
|
|
39
39
|
class="memori-chat--bubble-content"
|
|
@@ -43,66 +43,42 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
43
43
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
44
44
|
</p>
|
|
45
45
|
</div>
|
|
46
|
-
</div>
|
|
47
|
-
</div>
|
|
48
|
-
<div
|
|
49
|
-
class="memori-media-widget"
|
|
50
|
-
/>
|
|
51
|
-
<div
|
|
52
|
-
class="memori-chat--bubble-container memori-chat--bubble-from-user"
|
|
53
|
-
>
|
|
54
|
-
<div
|
|
55
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
56
|
-
>
|
|
57
|
-
<div
|
|
58
|
-
class="memori-chat--bubble-content"
|
|
59
|
-
dir="auto"
|
|
60
|
-
>
|
|
61
|
-
Prova
|
|
62
|
-
</div>
|
|
63
|
-
</div>
|
|
64
|
-
<div
|
|
65
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
66
|
-
>
|
|
67
|
-
<svg
|
|
68
|
-
aria-hidden="true"
|
|
69
|
-
focusable="false"
|
|
70
|
-
role="img"
|
|
71
|
-
viewBox="0 0 1024 1024"
|
|
72
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
73
|
-
>
|
|
74
|
-
<path
|
|
75
|
-
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"
|
|
76
|
-
/>
|
|
77
|
-
</svg>
|
|
78
|
-
</div>
|
|
79
|
-
</div>
|
|
80
|
-
<div
|
|
81
|
-
class="memori-media-widget"
|
|
82
|
-
/>
|
|
83
|
-
<div
|
|
84
|
-
class="memori-chat--bubble-container"
|
|
85
|
-
>
|
|
86
|
-
<picture
|
|
87
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x--15"
|
|
88
|
-
title="Memori"
|
|
89
|
-
>
|
|
90
|
-
<img
|
|
91
|
-
alt="Memori"
|
|
92
|
-
class="memori-chat--bubble-avatar-img"
|
|
93
|
-
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
94
|
-
/>
|
|
95
|
-
</picture>
|
|
96
|
-
<div
|
|
97
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
98
|
-
>
|
|
99
46
|
<div
|
|
100
|
-
class="memori-chat--bubble-
|
|
101
|
-
dir="auto"
|
|
47
|
+
class="memori-chat--bubble-addon"
|
|
102
48
|
>
|
|
103
|
-
<
|
|
104
|
-
|
|
105
|
-
|
|
49
|
+
<button
|
|
50
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
51
|
+
title="copy"
|
|
52
|
+
>
|
|
53
|
+
<span
|
|
54
|
+
class="memori-button--icon"
|
|
55
|
+
>
|
|
56
|
+
<svg
|
|
57
|
+
aria-hidden="true"
|
|
58
|
+
fill="none"
|
|
59
|
+
focusable="false"
|
|
60
|
+
role="img"
|
|
61
|
+
stroke="currentColor"
|
|
62
|
+
stroke-linecap="round"
|
|
63
|
+
stroke-linejoin="round"
|
|
64
|
+
stroke-width="1.5"
|
|
65
|
+
viewBox="0 0 24 24"
|
|
66
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
67
|
+
>
|
|
68
|
+
<rect
|
|
69
|
+
height="14"
|
|
70
|
+
rx="2"
|
|
71
|
+
ry="2"
|
|
72
|
+
width="14"
|
|
73
|
+
x="8"
|
|
74
|
+
y="8"
|
|
75
|
+
/>
|
|
76
|
+
<path
|
|
77
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
78
|
+
/>
|
|
79
|
+
</svg>
|
|
80
|
+
</span>
|
|
81
|
+
</button>
|
|
106
82
|
</div>
|
|
107
83
|
</div>
|
|
108
84
|
</div>
|
|
@@ -116,10 +92,21 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
116
92
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
117
93
|
>
|
|
118
94
|
<div
|
|
119
|
-
class="memori-chat--bubble-content"
|
|
120
|
-
dir="auto"
|
|
95
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
121
96
|
>
|
|
122
|
-
|
|
97
|
+
<div
|
|
98
|
+
class="memori-expandable--inner"
|
|
99
|
+
style="max-height: 9999px;"
|
|
100
|
+
>
|
|
101
|
+
<div
|
|
102
|
+
class="memori-chat--bubble-content"
|
|
103
|
+
dir="auto"
|
|
104
|
+
>
|
|
105
|
+
<p>
|
|
106
|
+
Prova
|
|
107
|
+
</p>
|
|
108
|
+
</div>
|
|
109
|
+
</div>
|
|
123
110
|
</div>
|
|
124
111
|
</div>
|
|
125
112
|
<div
|
|
@@ -155,870 +142,82 @@ exports[`renders Chat on X2a state unchanged 1`] = `
|
|
|
155
142
|
/>
|
|
156
143
|
</picture>
|
|
157
144
|
<div
|
|
158
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
145
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
159
146
|
>
|
|
160
147
|
<div
|
|
161
148
|
class="memori-chat--bubble-content"
|
|
162
149
|
dir="auto"
|
|
163
150
|
>
|
|
164
151
|
<p>
|
|
165
|
-
|
|
152
|
+
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
166
153
|
</p>
|
|
167
154
|
</div>
|
|
168
|
-
</div>
|
|
169
|
-
</div>
|
|
170
|
-
<div
|
|
171
|
-
class="memori-chat--context-vars"
|
|
172
|
-
>
|
|
173
|
-
<div
|
|
174
|
-
class="memori-chat--context-tag"
|
|
175
|
-
>
|
|
176
|
-
<span
|
|
177
|
-
class="memori-chat--context-tag-text"
|
|
178
|
-
>
|
|
179
|
-
TEST
|
|
180
|
-
:
|
|
181
|
-
test
|
|
182
|
-
</span>
|
|
183
|
-
</div>
|
|
184
|
-
</div>
|
|
185
|
-
<div
|
|
186
|
-
class="memori-media-widget"
|
|
187
|
-
>
|
|
188
|
-
<div
|
|
189
|
-
class="memori-link-items"
|
|
190
|
-
>
|
|
191
155
|
<div
|
|
192
|
-
class="memori-
|
|
156
|
+
class="memori-chat--bubble-addon"
|
|
193
157
|
>
|
|
194
|
-
<
|
|
195
|
-
class="memori-
|
|
158
|
+
<button
|
|
159
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
160
|
+
title="copy"
|
|
196
161
|
>
|
|
197
|
-
<
|
|
198
|
-
class="memori-
|
|
199
|
-
href="https://memori.ai"
|
|
200
|
-
rel="noopener noreferrer"
|
|
201
|
-
target="_blank"
|
|
162
|
+
<span
|
|
163
|
+
class="memori-button--icon"
|
|
202
164
|
>
|
|
203
|
-
<
|
|
204
|
-
|
|
165
|
+
<svg
|
|
166
|
+
aria-hidden="true"
|
|
167
|
+
fill="none"
|
|
168
|
+
focusable="false"
|
|
169
|
+
role="img"
|
|
170
|
+
stroke="currentColor"
|
|
171
|
+
stroke-linecap="round"
|
|
172
|
+
stroke-linejoin="round"
|
|
173
|
+
stroke-width="1.5"
|
|
174
|
+
viewBox="0 0 24 24"
|
|
175
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
205
176
|
>
|
|
206
|
-
<
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
viewBox="0 0 1024 1024"
|
|
221
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
222
|
-
>
|
|
223
|
-
<path
|
|
224
|
-
d="M574 665.4a8.03 8.03 0 0 0-11.3 0L446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3l-39.8-39.8a8.03 8.03 0 0 0-11.3 0L191.4 526.5c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3L574 665.4zm258.6-474c-84.6-84.6-221.5-84.6-306 0L410.3 307.6a8.03 8.03 0 0 0 0 11.3l39.7 39.7c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204L665.3 562.6a8.03 8.03 0 0 0 0 11.3l39.8 39.8c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c84.5-84.6 84.5-221.5 0-306.1zM610.1 372.3a8.03 8.03 0 0 0-11.3 0L372.3 598.7a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l226.4-226.4c3.1-3.1 3.1-8.2 0-11.3l-39.5-39.6z"
|
|
225
|
-
/>
|
|
226
|
-
</svg>
|
|
227
|
-
</div>
|
|
228
|
-
</div>
|
|
229
|
-
<div
|
|
230
|
-
class="memori-card--content"
|
|
231
|
-
>
|
|
232
|
-
<h3
|
|
233
|
-
class="memori-card--title"
|
|
234
|
-
>
|
|
235
|
-
Link
|
|
236
|
-
</h3>
|
|
237
|
-
<div
|
|
238
|
-
class="memori-card--children"
|
|
239
|
-
/>
|
|
240
|
-
</div>
|
|
241
|
-
<div
|
|
242
|
-
class="memori-spin--spinner"
|
|
243
|
-
>
|
|
244
|
-
<svg
|
|
245
|
-
aria-hidden="true"
|
|
246
|
-
class="memori-loading-icon"
|
|
247
|
-
focusable="false"
|
|
248
|
-
role="img"
|
|
249
|
-
viewBox="0 0 1024 1024"
|
|
250
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
251
|
-
>
|
|
252
|
-
<path
|
|
253
|
-
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"
|
|
254
|
-
/>
|
|
255
|
-
</svg>
|
|
256
|
-
</div>
|
|
257
|
-
</div>
|
|
258
|
-
</div>
|
|
259
|
-
</a>
|
|
260
|
-
</div>
|
|
261
|
-
</div>
|
|
262
|
-
</div>
|
|
263
|
-
</div>
|
|
264
|
-
<div
|
|
265
|
-
class="memori-chat--bubble-container memori-chat--bubble-from-user"
|
|
266
|
-
>
|
|
267
|
-
<div
|
|
268
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
269
|
-
>
|
|
270
|
-
<div
|
|
271
|
-
class="memori-chat--bubble-content"
|
|
272
|
-
dir="auto"
|
|
273
|
-
>
|
|
274
|
-
Ah, grazie! Ciao!
|
|
177
|
+
<rect
|
|
178
|
+
height="14"
|
|
179
|
+
rx="2"
|
|
180
|
+
ry="2"
|
|
181
|
+
width="14"
|
|
182
|
+
x="8"
|
|
183
|
+
y="8"
|
|
184
|
+
/>
|
|
185
|
+
<path
|
|
186
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
187
|
+
/>
|
|
188
|
+
</svg>
|
|
189
|
+
</span>
|
|
190
|
+
</button>
|
|
275
191
|
</div>
|
|
276
192
|
</div>
|
|
277
|
-
<div
|
|
278
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
279
|
-
>
|
|
280
|
-
<svg
|
|
281
|
-
aria-hidden="true"
|
|
282
|
-
focusable="false"
|
|
283
|
-
role="img"
|
|
284
|
-
viewBox="0 0 1024 1024"
|
|
285
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
286
|
-
>
|
|
287
|
-
<path
|
|
288
|
-
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"
|
|
289
|
-
/>
|
|
290
|
-
</svg>
|
|
291
|
-
</div>
|
|
292
193
|
</div>
|
|
293
194
|
<div
|
|
294
195
|
class="memori-media-widget"
|
|
295
196
|
/>
|
|
296
197
|
<div
|
|
297
|
-
class="memori-chat--bubble-container"
|
|
198
|
+
class="memori-chat--bubble-container memori-chat--bubble-from-user"
|
|
298
199
|
>
|
|
299
|
-
<picture
|
|
300
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x--15"
|
|
301
|
-
title="Memori"
|
|
302
|
-
>
|
|
303
|
-
<img
|
|
304
|
-
alt="Memori"
|
|
305
|
-
class="memori-chat--bubble-avatar-img"
|
|
306
|
-
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
307
|
-
/>
|
|
308
|
-
</picture>
|
|
309
200
|
<div
|
|
310
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x
|
|
201
|
+
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
311
202
|
>
|
|
312
203
|
<div
|
|
313
|
-
class="memori-chat--bubble-content"
|
|
314
|
-
dir="auto"
|
|
315
|
-
>
|
|
316
|
-
<p>
|
|
317
|
-
Arrivederci.
|
|
318
|
-
</p>
|
|
319
|
-
</div>
|
|
320
|
-
</div>
|
|
321
|
-
</div>
|
|
322
|
-
<div
|
|
323
|
-
class="memori-chat--context-vars"
|
|
324
|
-
>
|
|
325
|
-
<div
|
|
326
|
-
class="memori-chat--context-tag"
|
|
327
|
-
>
|
|
328
|
-
<span
|
|
329
|
-
class="memori-chat--context-tag-text"
|
|
330
|
-
>
|
|
331
|
-
TEST
|
|
332
|
-
:
|
|
333
|
-
test
|
|
334
|
-
</span>
|
|
335
|
-
</div>
|
|
336
|
-
</div>
|
|
337
|
-
<div
|
|
338
|
-
class="memori-media-widget"
|
|
339
|
-
/>
|
|
340
|
-
<div
|
|
341
|
-
id="end-messages-ref"
|
|
342
|
-
/>
|
|
343
|
-
</div>
|
|
344
|
-
</div>
|
|
345
|
-
<fieldset
|
|
346
|
-
class="memori-chat-inputs"
|
|
347
|
-
disabled=""
|
|
348
|
-
id="chat-fieldset"
|
|
349
|
-
>
|
|
350
|
-
<div
|
|
351
|
-
class="memori-send-on-enter-menu"
|
|
352
|
-
data-headlessui-state=""
|
|
353
|
-
>
|
|
354
|
-
<button
|
|
355
|
-
aria-expanded="false"
|
|
356
|
-
aria-haspopup="true"
|
|
357
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-share-button--button memori--conversation-button"
|
|
358
|
-
data-headlessui-state=""
|
|
359
|
-
id="headlessui-menu-button-:re:"
|
|
360
|
-
type="button"
|
|
361
|
-
>
|
|
362
|
-
<div
|
|
363
|
-
class="memori-button--icon"
|
|
364
|
-
>
|
|
365
|
-
<span
|
|
366
|
-
style="display: block; width: 1rem; height: 1rem;"
|
|
367
|
-
>
|
|
368
|
-
…
|
|
369
|
-
</span>
|
|
370
|
-
</div>
|
|
371
|
-
</button>
|
|
372
|
-
</div>
|
|
373
|
-
<div
|
|
374
|
-
class="memori-chat-textarea"
|
|
375
|
-
data-testid="chat-textarea"
|
|
376
|
-
>
|
|
377
|
-
<div
|
|
378
|
-
class="memori-chat-textarea--inner"
|
|
379
|
-
>
|
|
380
|
-
<textarea
|
|
381
|
-
class="memori-chat-textarea--input"
|
|
382
|
-
/>
|
|
383
|
-
<div
|
|
384
|
-
class="memori-chat-textarea--expand"
|
|
385
|
-
>
|
|
386
|
-
<button
|
|
387
|
-
class="memori-button memori-button--ghost memori-button--rounded memori-button--icon-only memori-chat-textarea--expand-button"
|
|
388
|
-
title="expand"
|
|
389
|
-
>
|
|
390
|
-
<span
|
|
391
|
-
class="memori-button--icon"
|
|
392
|
-
>
|
|
393
|
-
<svg
|
|
394
|
-
aria-hidden="true"
|
|
395
|
-
focusable="false"
|
|
396
|
-
role="img"
|
|
397
|
-
viewBox="0 0 1024 1024"
|
|
398
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
399
|
-
>
|
|
400
|
-
<path
|
|
401
|
-
d="M855 160.1l-189.2 23.5c-6.6.8-9.3 8.8-4.7 13.5l54.7 54.7-153.5 153.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l153.6-153.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L863.9 169a7.9 7.9 0 0 0-8.9-8.9zM416.6 562.3a8.03 8.03 0 0 0-11.3 0L251.8 715.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L160.1 855c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 153.6-153.6c3.1-3.1 3.1-8.2 0-11.3l-45.2-45z"
|
|
402
|
-
/>
|
|
403
|
-
</svg>
|
|
404
|
-
</span>
|
|
405
|
-
</button>
|
|
406
|
-
</div>
|
|
407
|
-
</div>
|
|
408
|
-
</div>
|
|
409
|
-
<button
|
|
410
|
-
class="memori-button memori-button--circle memori-button--padded memori-button--icon-only memori-chat-inputs--send"
|
|
411
|
-
disabled=""
|
|
412
|
-
title="send"
|
|
413
|
-
>
|
|
414
|
-
<span
|
|
415
|
-
class="memori-button--icon"
|
|
416
|
-
>
|
|
417
|
-
<svg
|
|
418
|
-
aria-hidden="true"
|
|
419
|
-
focusable="false"
|
|
420
|
-
role="img"
|
|
421
|
-
viewBox="0 0 1024 1024"
|
|
422
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
423
|
-
>
|
|
424
|
-
<path
|
|
425
|
-
d="M931.4 498.9L94.9 79.5c-3.4-1.7-7.3-2.1-11-1.2-8.5 2.1-13.8 10.7-11.7 19.3l86.2 352.2c1.3 5.3 5.2 9.6 10.4 11.3l147.7 50.7-147.6 50.7c-5.2 1.8-9.1 6-10.3 11.3L72.2 926.5c-.9 3.7-.5 7.6 1.2 10.9 3.9 7.9 13.5 11.1 21.5 7.2l836.5-417c3.1-1.5 5.6-4.1 7.2-7.1 3.9-8 .7-17.6-7.2-21.6zM170.8 826.3l50.3-205.6 295.2-101.3c2.3-.8 4.2-2.6 5-5 1.4-4.2-.8-8.7-5-10.2L221.1 403 171 198.2l628 314.9-628.2 313.2z"
|
|
426
|
-
/>
|
|
427
|
-
</svg>
|
|
428
|
-
</span>
|
|
429
|
-
</button>
|
|
430
|
-
</fieldset>
|
|
431
|
-
</div>
|
|
432
|
-
</div>
|
|
433
|
-
`;
|
|
434
|
-
|
|
435
|
-
exports[`renders Chat on X3 state unchanged 1`] = `
|
|
436
|
-
<div>
|
|
437
|
-
<div
|
|
438
|
-
class="memori-chat--wrapper"
|
|
439
|
-
data-memori-lang="IT"
|
|
440
|
-
id="chat-wrapper"
|
|
441
|
-
>
|
|
442
|
-
<div
|
|
443
|
-
class="memori-chat--history"
|
|
444
|
-
>
|
|
445
|
-
<div
|
|
446
|
-
class="memori-chat--content"
|
|
447
|
-
>
|
|
448
|
-
<div
|
|
449
|
-
class="memori-chat--cover"
|
|
450
|
-
/>
|
|
451
|
-
<div
|
|
452
|
-
class="memori-chat--bubble-initial"
|
|
453
|
-
/>
|
|
454
|
-
<div
|
|
455
|
-
class="memori-chat--bubble-container"
|
|
456
|
-
>
|
|
457
|
-
<picture
|
|
458
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x--15"
|
|
459
|
-
title="Memori"
|
|
460
|
-
>
|
|
461
|
-
<img
|
|
462
|
-
alt="Memori"
|
|
463
|
-
class="memori-chat--bubble-avatar-img"
|
|
464
|
-
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
465
|
-
/>
|
|
466
|
-
</picture>
|
|
467
|
-
<div
|
|
468
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
469
|
-
>
|
|
470
|
-
<div
|
|
471
|
-
class="memori-chat--bubble-content"
|
|
472
|
-
dir="auto"
|
|
473
|
-
>
|
|
474
|
-
<p>
|
|
475
|
-
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
476
|
-
</p>
|
|
477
|
-
</div>
|
|
478
|
-
</div>
|
|
479
|
-
</div>
|
|
480
|
-
<div
|
|
481
|
-
class="memori-media-widget"
|
|
482
|
-
/>
|
|
483
|
-
<div
|
|
484
|
-
class="memori-chat--bubble-container memori-chat--bubble-from-user"
|
|
485
|
-
>
|
|
486
|
-
<div
|
|
487
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
488
|
-
>
|
|
489
|
-
<div
|
|
490
|
-
class="memori-chat--bubble-content"
|
|
491
|
-
dir="auto"
|
|
492
|
-
>
|
|
493
|
-
Prova
|
|
494
|
-
</div>
|
|
495
|
-
</div>
|
|
496
|
-
<div
|
|
497
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
498
|
-
>
|
|
499
|
-
<svg
|
|
500
|
-
aria-hidden="true"
|
|
501
|
-
focusable="false"
|
|
502
|
-
role="img"
|
|
503
|
-
viewBox="0 0 1024 1024"
|
|
504
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
505
|
-
>
|
|
506
|
-
<path
|
|
507
|
-
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"
|
|
508
|
-
/>
|
|
509
|
-
</svg>
|
|
510
|
-
</div>
|
|
511
|
-
</div>
|
|
512
|
-
<div
|
|
513
|
-
class="memori-media-widget"
|
|
514
|
-
/>
|
|
515
|
-
<div
|
|
516
|
-
class="memori-chat--bubble-container"
|
|
517
|
-
>
|
|
518
|
-
<picture
|
|
519
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x--15"
|
|
520
|
-
title="Memori"
|
|
521
|
-
>
|
|
522
|
-
<img
|
|
523
|
-
alt="Memori"
|
|
524
|
-
class="memori-chat--bubble-avatar-img"
|
|
525
|
-
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
526
|
-
/>
|
|
527
|
-
</picture>
|
|
528
|
-
<div
|
|
529
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
530
|
-
>
|
|
531
|
-
<div
|
|
532
|
-
class="memori-chat--bubble-content"
|
|
533
|
-
dir="auto"
|
|
534
|
-
>
|
|
535
|
-
<p>
|
|
536
|
-
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
537
|
-
</p>
|
|
538
|
-
</div>
|
|
539
|
-
</div>
|
|
540
|
-
</div>
|
|
541
|
-
<div
|
|
542
|
-
class="memori-media-widget"
|
|
543
|
-
/>
|
|
544
|
-
<div
|
|
545
|
-
class="memori-chat--bubble-container memori-chat--bubble-from-user"
|
|
546
|
-
>
|
|
547
|
-
<div
|
|
548
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
549
|
-
>
|
|
550
|
-
<div
|
|
551
|
-
class="memori-chat--bubble-content"
|
|
552
|
-
dir="auto"
|
|
553
|
-
>
|
|
554
|
-
Come faccio a fare delle cose con questa cosa?
|
|
555
|
-
</div>
|
|
556
|
-
</div>
|
|
557
|
-
<div
|
|
558
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
559
|
-
>
|
|
560
|
-
<svg
|
|
561
|
-
aria-hidden="true"
|
|
562
|
-
focusable="false"
|
|
563
|
-
role="img"
|
|
564
|
-
viewBox="0 0 1024 1024"
|
|
565
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
566
|
-
>
|
|
567
|
-
<path
|
|
568
|
-
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"
|
|
569
|
-
/>
|
|
570
|
-
</svg>
|
|
571
|
-
</div>
|
|
572
|
-
</div>
|
|
573
|
-
<div
|
|
574
|
-
class="memori-media-widget"
|
|
575
|
-
/>
|
|
576
|
-
<div
|
|
577
|
-
class="memori-chat--bubble-container"
|
|
578
|
-
>
|
|
579
|
-
<picture
|
|
580
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x--15"
|
|
581
|
-
title="Memori"
|
|
582
|
-
>
|
|
583
|
-
<img
|
|
584
|
-
alt="Memori"
|
|
585
|
-
class="memori-chat--bubble-avatar-img"
|
|
586
|
-
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
587
|
-
/>
|
|
588
|
-
</picture>
|
|
589
|
-
<div
|
|
590
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
591
|
-
>
|
|
592
|
-
<div
|
|
593
|
-
class="memori-chat--bubble-content"
|
|
594
|
-
dir="auto"
|
|
595
|
-
>
|
|
596
|
-
<p>
|
|
597
|
-
Ecco qui come.
|
|
598
|
-
</p>
|
|
599
|
-
</div>
|
|
600
|
-
</div>
|
|
601
|
-
</div>
|
|
602
|
-
<div
|
|
603
|
-
class="memori-chat--context-vars"
|
|
604
|
-
>
|
|
605
|
-
<div
|
|
606
|
-
class="memori-chat--context-tag"
|
|
607
|
-
>
|
|
608
|
-
<span
|
|
609
|
-
class="memori-chat--context-tag-text"
|
|
610
|
-
>
|
|
611
|
-
TEST
|
|
612
|
-
:
|
|
613
|
-
test
|
|
614
|
-
</span>
|
|
615
|
-
</div>
|
|
616
|
-
</div>
|
|
617
|
-
<div
|
|
618
|
-
class="memori-media-widget"
|
|
619
|
-
>
|
|
620
|
-
<div
|
|
621
|
-
class="memori-link-items"
|
|
622
|
-
>
|
|
623
|
-
<div
|
|
624
|
-
class="memori-link-items--grid"
|
|
204
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
625
205
|
>
|
|
626
206
|
<div
|
|
627
|
-
class="memori-
|
|
207
|
+
class="memori-expandable--inner"
|
|
208
|
+
style="max-height: 9999px;"
|
|
628
209
|
>
|
|
629
|
-
<
|
|
630
|
-
class="memori-
|
|
631
|
-
|
|
632
|
-
rel="noopener noreferrer"
|
|
633
|
-
target="_blank"
|
|
210
|
+
<div
|
|
211
|
+
class="memori-chat--bubble-content"
|
|
212
|
+
dir="auto"
|
|
634
213
|
>
|
|
635
|
-
<
|
|
636
|
-
|
|
637
|
-
>
|
|
638
|
-
|
|
639
|
-
class="memori-spin"
|
|
640
|
-
>
|
|
641
|
-
<div
|
|
642
|
-
class="memori-card--cover"
|
|
643
|
-
>
|
|
644
|
-
<div
|
|
645
|
-
class="memori-link-item--card-cover-icon"
|
|
646
|
-
>
|
|
647
|
-
<svg
|
|
648
|
-
aria-hidden="true"
|
|
649
|
-
class="memori-link-item--icon"
|
|
650
|
-
focusable="false"
|
|
651
|
-
role="img"
|
|
652
|
-
viewBox="0 0 1024 1024"
|
|
653
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
654
|
-
>
|
|
655
|
-
<path
|
|
656
|
-
d="M574 665.4a8.03 8.03 0 0 0-11.3 0L446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3l-39.8-39.8a8.03 8.03 0 0 0-11.3 0L191.4 526.5c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3L574 665.4zm258.6-474c-84.6-84.6-221.5-84.6-306 0L410.3 307.6a8.03 8.03 0 0 0 0 11.3l39.7 39.7c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204L665.3 562.6a8.03 8.03 0 0 0 0 11.3l39.8 39.8c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c84.5-84.6 84.5-221.5 0-306.1zM610.1 372.3a8.03 8.03 0 0 0-11.3 0L372.3 598.7a8.03 8.03 0 0 0 0 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l226.4-226.4c3.1-3.1 3.1-8.2 0-11.3l-39.5-39.6z"
|
|
657
|
-
/>
|
|
658
|
-
</svg>
|
|
659
|
-
</div>
|
|
660
|
-
</div>
|
|
661
|
-
<div
|
|
662
|
-
class="memori-card--content"
|
|
663
|
-
>
|
|
664
|
-
<h3
|
|
665
|
-
class="memori-card--title"
|
|
666
|
-
>
|
|
667
|
-
Link
|
|
668
|
-
</h3>
|
|
669
|
-
<div
|
|
670
|
-
class="memori-card--children"
|
|
671
|
-
/>
|
|
672
|
-
</div>
|
|
673
|
-
<div
|
|
674
|
-
class="memori-spin--spinner"
|
|
675
|
-
>
|
|
676
|
-
<svg
|
|
677
|
-
aria-hidden="true"
|
|
678
|
-
class="memori-loading-icon"
|
|
679
|
-
focusable="false"
|
|
680
|
-
role="img"
|
|
681
|
-
viewBox="0 0 1024 1024"
|
|
682
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
683
|
-
>
|
|
684
|
-
<path
|
|
685
|
-
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"
|
|
686
|
-
/>
|
|
687
|
-
</svg>
|
|
688
|
-
</div>
|
|
689
|
-
</div>
|
|
690
|
-
</div>
|
|
691
|
-
</a>
|
|
214
|
+
<p>
|
|
215
|
+
Come faccio a fare delle cose con questa cosa?
|
|
216
|
+
</p>
|
|
217
|
+
</div>
|
|
692
218
|
</div>
|
|
693
219
|
</div>
|
|
694
220
|
</div>
|
|
695
|
-
</div>
|
|
696
|
-
<div
|
|
697
|
-
class="memori-chat--bubble-container memori-chat--bubble-from-user"
|
|
698
|
-
>
|
|
699
|
-
<div
|
|
700
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
701
|
-
>
|
|
702
|
-
<div
|
|
703
|
-
class="memori-chat--bubble-content"
|
|
704
|
-
dir="auto"
|
|
705
|
-
>
|
|
706
|
-
Ah, grazie! Ciao!
|
|
707
|
-
</div>
|
|
708
|
-
</div>
|
|
709
|
-
<div
|
|
710
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
711
|
-
>
|
|
712
|
-
<svg
|
|
713
|
-
aria-hidden="true"
|
|
714
|
-
focusable="false"
|
|
715
|
-
role="img"
|
|
716
|
-
viewBox="0 0 1024 1024"
|
|
717
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
718
|
-
>
|
|
719
|
-
<path
|
|
720
|
-
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"
|
|
721
|
-
/>
|
|
722
|
-
</svg>
|
|
723
|
-
</div>
|
|
724
|
-
</div>
|
|
725
|
-
<div
|
|
726
|
-
class="memori-media-widget"
|
|
727
|
-
/>
|
|
728
|
-
<div
|
|
729
|
-
class="memori-chat--bubble-container"
|
|
730
|
-
>
|
|
731
|
-
<picture
|
|
732
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x--15"
|
|
733
|
-
title="Memori"
|
|
734
|
-
>
|
|
735
|
-
<img
|
|
736
|
-
alt="Memori"
|
|
737
|
-
class="memori-chat--bubble-avatar-img"
|
|
738
|
-
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
739
|
-
/>
|
|
740
|
-
</picture>
|
|
741
|
-
<div
|
|
742
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
743
|
-
>
|
|
744
|
-
<div
|
|
745
|
-
class="memori-chat--bubble-content"
|
|
746
|
-
dir="auto"
|
|
747
|
-
>
|
|
748
|
-
<p>
|
|
749
|
-
Arrivederci.
|
|
750
|
-
</p>
|
|
751
|
-
</div>
|
|
752
|
-
</div>
|
|
753
|
-
</div>
|
|
754
|
-
<div
|
|
755
|
-
class="memori-chat--context-vars"
|
|
756
|
-
>
|
|
757
|
-
<div
|
|
758
|
-
class="memori-chat--context-tag"
|
|
759
|
-
>
|
|
760
|
-
<span
|
|
761
|
-
class="memori-chat--context-tag-text"
|
|
762
|
-
>
|
|
763
|
-
TEST
|
|
764
|
-
:
|
|
765
|
-
test
|
|
766
|
-
</span>
|
|
767
|
-
</div>
|
|
768
|
-
</div>
|
|
769
|
-
<div
|
|
770
|
-
class="memori-media-widget"
|
|
771
|
-
/>
|
|
772
|
-
<div
|
|
773
|
-
id="end-messages-ref"
|
|
774
|
-
/>
|
|
775
|
-
</div>
|
|
776
|
-
</div>
|
|
777
|
-
<div
|
|
778
|
-
class="memori-chat--known-tags"
|
|
779
|
-
>
|
|
780
|
-
<button
|
|
781
|
-
class="memori-button memori-button--rounded memori-button--padded memori-button--with-icon memori-chat--known-tag"
|
|
782
|
-
>
|
|
783
|
-
<span
|
|
784
|
-
class="memori-button--icon"
|
|
785
|
-
>
|
|
786
|
-
<span
|
|
787
|
-
class="memori-chat--known-tag-icon"
|
|
788
|
-
>
|
|
789
|
-
☠️
|
|
790
|
-
</span>
|
|
791
|
-
</span>
|
|
792
|
-
test
|
|
793
|
-
</button>
|
|
794
|
-
<button
|
|
795
|
-
class="memori-button memori-button--rounded memori-button--padded memori-button--with-icon memori-chat--known-tag"
|
|
796
|
-
>
|
|
797
|
-
<span
|
|
798
|
-
class="memori-button--icon"
|
|
799
|
-
>
|
|
800
|
-
<span
|
|
801
|
-
class="memori-chat--known-tag-icon"
|
|
802
|
-
>
|
|
803
|
-
😎
|
|
804
|
-
</span>
|
|
805
|
-
</span>
|
|
806
|
-
Ciccio
|
|
807
|
-
</button>
|
|
808
|
-
</div>
|
|
809
|
-
<fieldset
|
|
810
|
-
class="memori-chat-inputs"
|
|
811
|
-
disabled=""
|
|
812
|
-
id="chat-fieldset"
|
|
813
|
-
>
|
|
814
|
-
<div
|
|
815
|
-
class="memori-send-on-enter-menu"
|
|
816
|
-
data-headlessui-state=""
|
|
817
|
-
>
|
|
818
|
-
<button
|
|
819
|
-
aria-expanded="false"
|
|
820
|
-
aria-haspopup="true"
|
|
821
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-share-button--button memori--conversation-button"
|
|
822
|
-
data-headlessui-state=""
|
|
823
|
-
id="headlessui-menu-button-:rc:"
|
|
824
|
-
type="button"
|
|
825
|
-
>
|
|
826
|
-
<div
|
|
827
|
-
class="memori-button--icon"
|
|
828
|
-
>
|
|
829
|
-
<span
|
|
830
|
-
style="display: block; width: 1rem; height: 1rem;"
|
|
831
|
-
>
|
|
832
|
-
…
|
|
833
|
-
</span>
|
|
834
|
-
</div>
|
|
835
|
-
</button>
|
|
836
|
-
</div>
|
|
837
|
-
<div
|
|
838
|
-
class="memori-chat-textarea memori-chat-textarea--disabled"
|
|
839
|
-
data-testid="chat-textarea"
|
|
840
|
-
>
|
|
841
|
-
<div
|
|
842
|
-
class="memori-chat-textarea--inner"
|
|
843
|
-
>
|
|
844
|
-
<textarea
|
|
845
|
-
class="memori-chat-textarea--input"
|
|
846
|
-
disabled=""
|
|
847
|
-
/>
|
|
848
|
-
<div
|
|
849
|
-
class="memori-chat-textarea--expand"
|
|
850
|
-
>
|
|
851
|
-
<button
|
|
852
|
-
class="memori-button memori-button--ghost memori-button--rounded memori-button--icon-only memori-chat-textarea--expand-button"
|
|
853
|
-
title="expand"
|
|
854
|
-
>
|
|
855
|
-
<span
|
|
856
|
-
class="memori-button--icon"
|
|
857
|
-
>
|
|
858
|
-
<svg
|
|
859
|
-
aria-hidden="true"
|
|
860
|
-
focusable="false"
|
|
861
|
-
role="img"
|
|
862
|
-
viewBox="0 0 1024 1024"
|
|
863
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
864
|
-
>
|
|
865
|
-
<path
|
|
866
|
-
d="M855 160.1l-189.2 23.5c-6.6.8-9.3 8.8-4.7 13.5l54.7 54.7-153.5 153.5a8.03 8.03 0 0 0 0 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l153.6-153.6 54.7 54.7a7.94 7.94 0 0 0 13.5-4.7L863.9 169a7.9 7.9 0 0 0-8.9-8.9zM416.6 562.3a8.03 8.03 0 0 0-11.3 0L251.8 715.9l-54.7-54.7a7.94 7.94 0 0 0-13.5 4.7L160.1 855c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 153.6-153.6c3.1-3.1 3.1-8.2 0-11.3l-45.2-45z"
|
|
867
|
-
/>
|
|
868
|
-
</svg>
|
|
869
|
-
</span>
|
|
870
|
-
</button>
|
|
871
|
-
</div>
|
|
872
|
-
</div>
|
|
873
|
-
</div>
|
|
874
|
-
<button
|
|
875
|
-
class="memori-button memori-button--circle memori-button--padded memori-button--icon-only memori-chat-inputs--send"
|
|
876
|
-
disabled=""
|
|
877
|
-
title="send"
|
|
878
|
-
>
|
|
879
|
-
<span
|
|
880
|
-
class="memori-button--icon"
|
|
881
|
-
>
|
|
882
|
-
<svg
|
|
883
|
-
aria-hidden="true"
|
|
884
|
-
focusable="false"
|
|
885
|
-
role="img"
|
|
886
|
-
viewBox="0 0 1024 1024"
|
|
887
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
888
|
-
>
|
|
889
|
-
<path
|
|
890
|
-
d="M931.4 498.9L94.9 79.5c-3.4-1.7-7.3-2.1-11-1.2-8.5 2.1-13.8 10.7-11.7 19.3l86.2 352.2c1.3 5.3 5.2 9.6 10.4 11.3l147.7 50.7-147.6 50.7c-5.2 1.8-9.1 6-10.3 11.3L72.2 926.5c-.9 3.7-.5 7.6 1.2 10.9 3.9 7.9 13.5 11.1 21.5 7.2l836.5-417c3.1-1.5 5.6-4.1 7.2-7.1 3.9-8 .7-17.6-7.2-21.6zM170.8 826.3l50.3-205.6 295.2-101.3c2.3-.8 4.2-2.6 5-5 1.4-4.2-.8-8.7-5-10.2L221.1 403 171 198.2l628 314.9-628.2 313.2z"
|
|
891
|
-
/>
|
|
892
|
-
</svg>
|
|
893
|
-
</span>
|
|
894
|
-
</button>
|
|
895
|
-
</fieldset>
|
|
896
|
-
</div>
|
|
897
|
-
</div>
|
|
898
|
-
`;
|
|
899
|
-
|
|
900
|
-
exports[`renders Chat unchanged 1`] = `
|
|
901
|
-
<div>
|
|
902
|
-
<div
|
|
903
|
-
class="memori-chat--wrapper"
|
|
904
|
-
data-memori-lang="IT"
|
|
905
|
-
id="chat-wrapper"
|
|
906
|
-
>
|
|
907
|
-
<div
|
|
908
|
-
class="memori-chat--history"
|
|
909
|
-
>
|
|
910
|
-
<div
|
|
911
|
-
class="memori-chat--content"
|
|
912
|
-
>
|
|
913
|
-
<div
|
|
914
|
-
class="memori-chat--cover"
|
|
915
|
-
/>
|
|
916
|
-
<div
|
|
917
|
-
class="memori-chat--bubble-initial"
|
|
918
|
-
/>
|
|
919
|
-
<div
|
|
920
|
-
class="memori-chat--bubble-container"
|
|
921
|
-
>
|
|
922
|
-
<picture
|
|
923
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x--15"
|
|
924
|
-
title="Memori"
|
|
925
|
-
>
|
|
926
|
-
<img
|
|
927
|
-
alt="Memori"
|
|
928
|
-
class="memori-chat--bubble-avatar-img"
|
|
929
|
-
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
930
|
-
/>
|
|
931
|
-
</picture>
|
|
932
|
-
<div
|
|
933
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
934
|
-
>
|
|
935
|
-
<div
|
|
936
|
-
class="memori-chat--bubble-content"
|
|
937
|
-
dir="auto"
|
|
938
|
-
>
|
|
939
|
-
<p>
|
|
940
|
-
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
941
|
-
</p>
|
|
942
|
-
</div>
|
|
943
|
-
</div>
|
|
944
|
-
</div>
|
|
945
|
-
<div
|
|
946
|
-
class="memori-media-widget"
|
|
947
|
-
/>
|
|
948
|
-
<div
|
|
949
|
-
class="memori-chat--bubble-container memori-chat--bubble-from-user"
|
|
950
|
-
>
|
|
951
|
-
<div
|
|
952
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
953
|
-
>
|
|
954
|
-
<div
|
|
955
|
-
class="memori-chat--bubble-content"
|
|
956
|
-
dir="auto"
|
|
957
|
-
>
|
|
958
|
-
Prova
|
|
959
|
-
</div>
|
|
960
|
-
</div>
|
|
961
|
-
<div
|
|
962
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
963
|
-
>
|
|
964
|
-
<svg
|
|
965
|
-
aria-hidden="true"
|
|
966
|
-
focusable="false"
|
|
967
|
-
role="img"
|
|
968
|
-
viewBox="0 0 1024 1024"
|
|
969
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
970
|
-
>
|
|
971
|
-
<path
|
|
972
|
-
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"
|
|
973
|
-
/>
|
|
974
|
-
</svg>
|
|
975
|
-
</div>
|
|
976
|
-
</div>
|
|
977
|
-
<div
|
|
978
|
-
class="memori-media-widget"
|
|
979
|
-
/>
|
|
980
|
-
<div
|
|
981
|
-
class="memori-chat--bubble-container"
|
|
982
|
-
>
|
|
983
|
-
<picture
|
|
984
|
-
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x--15"
|
|
985
|
-
title="Memori"
|
|
986
|
-
>
|
|
987
|
-
<img
|
|
988
|
-
alt="Memori"
|
|
989
|
-
class="memori-chat--bubble-avatar-img"
|
|
990
|
-
src="https://aisuru.com/images/aisuru/square_logo.png"
|
|
991
|
-
/>
|
|
992
|
-
</picture>
|
|
993
|
-
<div
|
|
994
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
995
|
-
>
|
|
996
|
-
<div
|
|
997
|
-
class="memori-chat--bubble-content"
|
|
998
|
-
dir="auto"
|
|
999
|
-
>
|
|
1000
|
-
<p>
|
|
1001
|
-
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
1002
|
-
</p>
|
|
1003
|
-
</div>
|
|
1004
|
-
</div>
|
|
1005
|
-
</div>
|
|
1006
|
-
<div
|
|
1007
|
-
class="memori-media-widget"
|
|
1008
|
-
/>
|
|
1009
|
-
<div
|
|
1010
|
-
class="memori-chat--bubble-container memori-chat--bubble-from-user"
|
|
1011
|
-
>
|
|
1012
|
-
<div
|
|
1013
|
-
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1014
|
-
>
|
|
1015
|
-
<div
|
|
1016
|
-
class="memori-chat--bubble-content"
|
|
1017
|
-
dir="auto"
|
|
1018
|
-
>
|
|
1019
|
-
Come faccio a fare delle cose con questa cosa?
|
|
1020
|
-
</div>
|
|
1021
|
-
</div>
|
|
1022
221
|
<div
|
|
1023
222
|
class="memori-chat--bubble-avatar transition ease-in-out duration-300 opacity-0 scale-075 translate-x-15"
|
|
1024
223
|
>
|
|
@@ -1052,7 +251,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1052
251
|
/>
|
|
1053
252
|
</picture>
|
|
1054
253
|
<div
|
|
1055
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
254
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1056
255
|
>
|
|
1057
256
|
<div
|
|
1058
257
|
class="memori-chat--bubble-content"
|
|
@@ -1062,6 +261,43 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1062
261
|
Ecco qui come.
|
|
1063
262
|
</p>
|
|
1064
263
|
</div>
|
|
264
|
+
<div
|
|
265
|
+
class="memori-chat--bubble-addon"
|
|
266
|
+
>
|
|
267
|
+
<button
|
|
268
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
269
|
+
title="copy"
|
|
270
|
+
>
|
|
271
|
+
<span
|
|
272
|
+
class="memori-button--icon"
|
|
273
|
+
>
|
|
274
|
+
<svg
|
|
275
|
+
aria-hidden="true"
|
|
276
|
+
fill="none"
|
|
277
|
+
focusable="false"
|
|
278
|
+
role="img"
|
|
279
|
+
stroke="currentColor"
|
|
280
|
+
stroke-linecap="round"
|
|
281
|
+
stroke-linejoin="round"
|
|
282
|
+
stroke-width="1.5"
|
|
283
|
+
viewBox="0 0 24 24"
|
|
284
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
285
|
+
>
|
|
286
|
+
<rect
|
|
287
|
+
height="14"
|
|
288
|
+
rx="2"
|
|
289
|
+
ry="2"
|
|
290
|
+
width="14"
|
|
291
|
+
x="8"
|
|
292
|
+
y="8"
|
|
293
|
+
/>
|
|
294
|
+
<path
|
|
295
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
296
|
+
/>
|
|
297
|
+
</svg>
|
|
298
|
+
</span>
|
|
299
|
+
</button>
|
|
300
|
+
</div>
|
|
1065
301
|
</div>
|
|
1066
302
|
</div>
|
|
1067
303
|
<div
|
|
@@ -1071,7 +307,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1071
307
|
class="memori-link-items"
|
|
1072
308
|
>
|
|
1073
309
|
<div
|
|
1074
|
-
class="memori-link-items--grid"
|
|
310
|
+
class="memori-link-items--grid memori-link-items--agent"
|
|
1075
311
|
>
|
|
1076
312
|
<div
|
|
1077
313
|
class="memori-link-item ease-out duration-500 delay-0 opacity-0 scale-95"
|
|
@@ -1150,10 +386,21 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1150
386
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1151
387
|
>
|
|
1152
388
|
<div
|
|
1153
|
-
class="memori-chat--bubble-content"
|
|
1154
|
-
dir="auto"
|
|
389
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
1155
390
|
>
|
|
1156
|
-
|
|
391
|
+
<div
|
|
392
|
+
class="memori-expandable--inner"
|
|
393
|
+
style="max-height: 9999px;"
|
|
394
|
+
>
|
|
395
|
+
<div
|
|
396
|
+
class="memori-chat--bubble-content"
|
|
397
|
+
dir="auto"
|
|
398
|
+
>
|
|
399
|
+
<p>
|
|
400
|
+
Ah, grazie! Ciao!
|
|
401
|
+
</p>
|
|
402
|
+
</div>
|
|
403
|
+
</div>
|
|
1157
404
|
</div>
|
|
1158
405
|
</div>
|
|
1159
406
|
<div
|
|
@@ -1189,7 +436,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1189
436
|
/>
|
|
1190
437
|
</picture>
|
|
1191
438
|
<div
|
|
1192
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
439
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1193
440
|
>
|
|
1194
441
|
<div
|
|
1195
442
|
class="memori-chat--bubble-content"
|
|
@@ -1199,6 +446,43 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1199
446
|
Arrivederci.
|
|
1200
447
|
</p>
|
|
1201
448
|
</div>
|
|
449
|
+
<div
|
|
450
|
+
class="memori-chat--bubble-addon"
|
|
451
|
+
>
|
|
452
|
+
<button
|
|
453
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
454
|
+
title="copy"
|
|
455
|
+
>
|
|
456
|
+
<span
|
|
457
|
+
class="memori-button--icon"
|
|
458
|
+
>
|
|
459
|
+
<svg
|
|
460
|
+
aria-hidden="true"
|
|
461
|
+
fill="none"
|
|
462
|
+
focusable="false"
|
|
463
|
+
role="img"
|
|
464
|
+
stroke="currentColor"
|
|
465
|
+
stroke-linecap="round"
|
|
466
|
+
stroke-linejoin="round"
|
|
467
|
+
stroke-width="1.5"
|
|
468
|
+
viewBox="0 0 24 24"
|
|
469
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
470
|
+
>
|
|
471
|
+
<rect
|
|
472
|
+
height="14"
|
|
473
|
+
rx="2"
|
|
474
|
+
ry="2"
|
|
475
|
+
width="14"
|
|
476
|
+
x="8"
|
|
477
|
+
y="8"
|
|
478
|
+
/>
|
|
479
|
+
<path
|
|
480
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
481
|
+
/>
|
|
482
|
+
</svg>
|
|
483
|
+
</span>
|
|
484
|
+
</button>
|
|
485
|
+
</div>
|
|
1202
486
|
</div>
|
|
1203
487
|
</div>
|
|
1204
488
|
<div
|
|
@@ -1213,29 +497,6 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1213
497
|
class="memori-chat-inputs"
|
|
1214
498
|
id="chat-fieldset"
|
|
1215
499
|
>
|
|
1216
|
-
<div
|
|
1217
|
-
class="memori-send-on-enter-menu"
|
|
1218
|
-
data-headlessui-state=""
|
|
1219
|
-
>
|
|
1220
|
-
<button
|
|
1221
|
-
aria-expanded="false"
|
|
1222
|
-
aria-haspopup="true"
|
|
1223
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-share-button--button memori--conversation-button"
|
|
1224
|
-
data-headlessui-state=""
|
|
1225
|
-
id="headlessui-menu-button-:r0:"
|
|
1226
|
-
type="button"
|
|
1227
|
-
>
|
|
1228
|
-
<div
|
|
1229
|
-
class="memori-button--icon"
|
|
1230
|
-
>
|
|
1231
|
-
<span
|
|
1232
|
-
style="display: block; width: 1rem; height: 1rem;"
|
|
1233
|
-
>
|
|
1234
|
-
…
|
|
1235
|
-
</span>
|
|
1236
|
-
</div>
|
|
1237
|
-
</button>
|
|
1238
|
-
</div>
|
|
1239
500
|
<div
|
|
1240
501
|
class="memori-chat-textarea"
|
|
1241
502
|
data-testid="chat-textarea"
|
|
@@ -1245,6 +506,7 @@ exports[`renders Chat unchanged 1`] = `
|
|
|
1245
506
|
>
|
|
1246
507
|
<textarea
|
|
1247
508
|
class="memori-chat-textarea--input"
|
|
509
|
+
maxlength="100000"
|
|
1248
510
|
/>
|
|
1249
511
|
<div
|
|
1250
512
|
class="memori-chat-textarea--expand"
|
|
@@ -1331,7 +593,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1331
593
|
/>
|
|
1332
594
|
</picture>
|
|
1333
595
|
<div
|
|
1334
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
596
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1335
597
|
>
|
|
1336
598
|
<div
|
|
1337
599
|
class="memori-chat--bubble-content"
|
|
@@ -1341,6 +603,43 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1341
603
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
1342
604
|
</p>
|
|
1343
605
|
</div>
|
|
606
|
+
<div
|
|
607
|
+
class="memori-chat--bubble-addon"
|
|
608
|
+
>
|
|
609
|
+
<button
|
|
610
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
611
|
+
title="copy"
|
|
612
|
+
>
|
|
613
|
+
<span
|
|
614
|
+
class="memori-button--icon"
|
|
615
|
+
>
|
|
616
|
+
<svg
|
|
617
|
+
aria-hidden="true"
|
|
618
|
+
fill="none"
|
|
619
|
+
focusable="false"
|
|
620
|
+
role="img"
|
|
621
|
+
stroke="currentColor"
|
|
622
|
+
stroke-linecap="round"
|
|
623
|
+
stroke-linejoin="round"
|
|
624
|
+
stroke-width="1.5"
|
|
625
|
+
viewBox="0 0 24 24"
|
|
626
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
627
|
+
>
|
|
628
|
+
<rect
|
|
629
|
+
height="14"
|
|
630
|
+
rx="2"
|
|
631
|
+
ry="2"
|
|
632
|
+
width="14"
|
|
633
|
+
x="8"
|
|
634
|
+
y="8"
|
|
635
|
+
/>
|
|
636
|
+
<path
|
|
637
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
638
|
+
/>
|
|
639
|
+
</svg>
|
|
640
|
+
</span>
|
|
641
|
+
</button>
|
|
642
|
+
</div>
|
|
1344
643
|
</div>
|
|
1345
644
|
</div>
|
|
1346
645
|
<div
|
|
@@ -1353,10 +652,21 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1353
652
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1354
653
|
>
|
|
1355
654
|
<div
|
|
1356
|
-
class="memori-chat--bubble-content"
|
|
1357
|
-
dir="auto"
|
|
655
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
1358
656
|
>
|
|
1359
|
-
|
|
657
|
+
<div
|
|
658
|
+
class="memori-expandable--inner"
|
|
659
|
+
style="max-height: 9999px;"
|
|
660
|
+
>
|
|
661
|
+
<div
|
|
662
|
+
class="memori-chat--bubble-content"
|
|
663
|
+
dir="auto"
|
|
664
|
+
>
|
|
665
|
+
<p>
|
|
666
|
+
Prova
|
|
667
|
+
</p>
|
|
668
|
+
</div>
|
|
669
|
+
</div>
|
|
1360
670
|
</div>
|
|
1361
671
|
</div>
|
|
1362
672
|
<div
|
|
@@ -1392,7 +702,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1392
702
|
/>
|
|
1393
703
|
</picture>
|
|
1394
704
|
<div
|
|
1395
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
705
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1396
706
|
>
|
|
1397
707
|
<div
|
|
1398
708
|
class="memori-chat--bubble-content"
|
|
@@ -1402,6 +712,43 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1402
712
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
1403
713
|
</p>
|
|
1404
714
|
</div>
|
|
715
|
+
<div
|
|
716
|
+
class="memori-chat--bubble-addon"
|
|
717
|
+
>
|
|
718
|
+
<button
|
|
719
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
720
|
+
title="copy"
|
|
721
|
+
>
|
|
722
|
+
<span
|
|
723
|
+
class="memori-button--icon"
|
|
724
|
+
>
|
|
725
|
+
<svg
|
|
726
|
+
aria-hidden="true"
|
|
727
|
+
fill="none"
|
|
728
|
+
focusable="false"
|
|
729
|
+
role="img"
|
|
730
|
+
stroke="currentColor"
|
|
731
|
+
stroke-linecap="round"
|
|
732
|
+
stroke-linejoin="round"
|
|
733
|
+
stroke-width="1.5"
|
|
734
|
+
viewBox="0 0 24 24"
|
|
735
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
736
|
+
>
|
|
737
|
+
<rect
|
|
738
|
+
height="14"
|
|
739
|
+
rx="2"
|
|
740
|
+
ry="2"
|
|
741
|
+
width="14"
|
|
742
|
+
x="8"
|
|
743
|
+
y="8"
|
|
744
|
+
/>
|
|
745
|
+
<path
|
|
746
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
747
|
+
/>
|
|
748
|
+
</svg>
|
|
749
|
+
</span>
|
|
750
|
+
</button>
|
|
751
|
+
</div>
|
|
1405
752
|
</div>
|
|
1406
753
|
</div>
|
|
1407
754
|
<div
|
|
@@ -1414,10 +761,21 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1414
761
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1415
762
|
>
|
|
1416
763
|
<div
|
|
1417
|
-
class="memori-chat--bubble-content"
|
|
1418
|
-
dir="auto"
|
|
764
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
1419
765
|
>
|
|
1420
|
-
|
|
766
|
+
<div
|
|
767
|
+
class="memori-expandable--inner"
|
|
768
|
+
style="max-height: 9999px;"
|
|
769
|
+
>
|
|
770
|
+
<div
|
|
771
|
+
class="memori-chat--bubble-content"
|
|
772
|
+
dir="auto"
|
|
773
|
+
>
|
|
774
|
+
<p>
|
|
775
|
+
Come faccio a fare delle cose con questa cosa?
|
|
776
|
+
</p>
|
|
777
|
+
</div>
|
|
778
|
+
</div>
|
|
1421
779
|
</div>
|
|
1422
780
|
</div>
|
|
1423
781
|
<div
|
|
@@ -1453,7 +811,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1453
811
|
/>
|
|
1454
812
|
</picture>
|
|
1455
813
|
<div
|
|
1456
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
814
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1457
815
|
>
|
|
1458
816
|
<div
|
|
1459
817
|
class="memori-chat--bubble-content"
|
|
@@ -1463,6 +821,43 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1463
821
|
Ecco qui come.
|
|
1464
822
|
</p>
|
|
1465
823
|
</div>
|
|
824
|
+
<div
|
|
825
|
+
class="memori-chat--bubble-addon"
|
|
826
|
+
>
|
|
827
|
+
<button
|
|
828
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
829
|
+
title="copy"
|
|
830
|
+
>
|
|
831
|
+
<span
|
|
832
|
+
class="memori-button--icon"
|
|
833
|
+
>
|
|
834
|
+
<svg
|
|
835
|
+
aria-hidden="true"
|
|
836
|
+
fill="none"
|
|
837
|
+
focusable="false"
|
|
838
|
+
role="img"
|
|
839
|
+
stroke="currentColor"
|
|
840
|
+
stroke-linecap="round"
|
|
841
|
+
stroke-linejoin="round"
|
|
842
|
+
stroke-width="1.5"
|
|
843
|
+
viewBox="0 0 24 24"
|
|
844
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
845
|
+
>
|
|
846
|
+
<rect
|
|
847
|
+
height="14"
|
|
848
|
+
rx="2"
|
|
849
|
+
ry="2"
|
|
850
|
+
width="14"
|
|
851
|
+
x="8"
|
|
852
|
+
y="8"
|
|
853
|
+
/>
|
|
854
|
+
<path
|
|
855
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
856
|
+
/>
|
|
857
|
+
</svg>
|
|
858
|
+
</span>
|
|
859
|
+
</button>
|
|
860
|
+
</div>
|
|
1466
861
|
</div>
|
|
1467
862
|
</div>
|
|
1468
863
|
<div
|
|
@@ -1487,7 +882,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1487
882
|
class="memori-link-items"
|
|
1488
883
|
>
|
|
1489
884
|
<div
|
|
1490
|
-
class="memori-link-items--grid"
|
|
885
|
+
class="memori-link-items--grid memori-link-items--agent"
|
|
1491
886
|
>
|
|
1492
887
|
<div
|
|
1493
888
|
class="memori-link-item ease-out duration-500 delay-0 opacity-0 scale-95"
|
|
@@ -1566,10 +961,21 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1566
961
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1567
962
|
>
|
|
1568
963
|
<div
|
|
1569
|
-
class="memori-chat--bubble-content"
|
|
1570
|
-
dir="auto"
|
|
964
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
1571
965
|
>
|
|
1572
|
-
|
|
966
|
+
<div
|
|
967
|
+
class="memori-expandable--inner"
|
|
968
|
+
style="max-height: 9999px;"
|
|
969
|
+
>
|
|
970
|
+
<div
|
|
971
|
+
class="memori-chat--bubble-content"
|
|
972
|
+
dir="auto"
|
|
973
|
+
>
|
|
974
|
+
<p>
|
|
975
|
+
Ah, grazie! Ciao!
|
|
976
|
+
</p>
|
|
977
|
+
</div>
|
|
978
|
+
</div>
|
|
1573
979
|
</div>
|
|
1574
980
|
</div>
|
|
1575
981
|
<div
|
|
@@ -1605,7 +1011,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1605
1011
|
/>
|
|
1606
1012
|
</picture>
|
|
1607
1013
|
<div
|
|
1608
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1014
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1609
1015
|
>
|
|
1610
1016
|
<div
|
|
1611
1017
|
class="memori-chat--bubble-content"
|
|
@@ -1615,6 +1021,43 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1615
1021
|
Arrivederci.
|
|
1616
1022
|
</p>
|
|
1617
1023
|
</div>
|
|
1024
|
+
<div
|
|
1025
|
+
class="memori-chat--bubble-addon"
|
|
1026
|
+
>
|
|
1027
|
+
<button
|
|
1028
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
1029
|
+
title="copy"
|
|
1030
|
+
>
|
|
1031
|
+
<span
|
|
1032
|
+
class="memori-button--icon"
|
|
1033
|
+
>
|
|
1034
|
+
<svg
|
|
1035
|
+
aria-hidden="true"
|
|
1036
|
+
fill="none"
|
|
1037
|
+
focusable="false"
|
|
1038
|
+
role="img"
|
|
1039
|
+
stroke="currentColor"
|
|
1040
|
+
stroke-linecap="round"
|
|
1041
|
+
stroke-linejoin="round"
|
|
1042
|
+
stroke-width="1.5"
|
|
1043
|
+
viewBox="0 0 24 24"
|
|
1044
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1045
|
+
>
|
|
1046
|
+
<rect
|
|
1047
|
+
height="14"
|
|
1048
|
+
rx="2"
|
|
1049
|
+
ry="2"
|
|
1050
|
+
width="14"
|
|
1051
|
+
x="8"
|
|
1052
|
+
y="8"
|
|
1053
|
+
/>
|
|
1054
|
+
<path
|
|
1055
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
1056
|
+
/>
|
|
1057
|
+
</svg>
|
|
1058
|
+
</span>
|
|
1059
|
+
</button>
|
|
1060
|
+
</div>
|
|
1618
1061
|
</div>
|
|
1619
1062
|
</div>
|
|
1620
1063
|
<div
|
|
@@ -1644,29 +1087,6 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1644
1087
|
class="memori-chat-inputs"
|
|
1645
1088
|
id="chat-fieldset"
|
|
1646
1089
|
>
|
|
1647
|
-
<div
|
|
1648
|
-
class="memori-send-on-enter-menu"
|
|
1649
|
-
data-headlessui-state=""
|
|
1650
|
-
>
|
|
1651
|
-
<button
|
|
1652
|
-
aria-expanded="false"
|
|
1653
|
-
aria-haspopup="true"
|
|
1654
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-share-button--button memori--conversation-button"
|
|
1655
|
-
data-headlessui-state=""
|
|
1656
|
-
id="headlessui-menu-button-:ra:"
|
|
1657
|
-
type="button"
|
|
1658
|
-
>
|
|
1659
|
-
<div
|
|
1660
|
-
class="memori-button--icon"
|
|
1661
|
-
>
|
|
1662
|
-
<span
|
|
1663
|
-
style="display: block; width: 1rem; height: 1rem;"
|
|
1664
|
-
>
|
|
1665
|
-
…
|
|
1666
|
-
</span>
|
|
1667
|
-
</div>
|
|
1668
|
-
</button>
|
|
1669
|
-
</div>
|
|
1670
1090
|
<div
|
|
1671
1091
|
class="memori-chat-textarea"
|
|
1672
1092
|
data-testid="chat-textarea"
|
|
@@ -1676,6 +1096,7 @@ exports[`renders Chat with context vars unchanged 1`] = `
|
|
|
1676
1096
|
>
|
|
1677
1097
|
<textarea
|
|
1678
1098
|
class="memori-chat-textarea--input"
|
|
1099
|
+
maxlength="100000"
|
|
1679
1100
|
/>
|
|
1680
1101
|
<div
|
|
1681
1102
|
class="memori-chat-textarea--expand"
|
|
@@ -1762,7 +1183,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1762
1183
|
/>
|
|
1763
1184
|
</picture>
|
|
1764
1185
|
<div
|
|
1765
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1186
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1766
1187
|
>
|
|
1767
1188
|
<div
|
|
1768
1189
|
class="memori-chat--bubble-content"
|
|
@@ -1772,6 +1193,43 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1772
1193
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
1773
1194
|
</p>
|
|
1774
1195
|
</div>
|
|
1196
|
+
<div
|
|
1197
|
+
class="memori-chat--bubble-addon"
|
|
1198
|
+
>
|
|
1199
|
+
<button
|
|
1200
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
1201
|
+
title="copy"
|
|
1202
|
+
>
|
|
1203
|
+
<span
|
|
1204
|
+
class="memori-button--icon"
|
|
1205
|
+
>
|
|
1206
|
+
<svg
|
|
1207
|
+
aria-hidden="true"
|
|
1208
|
+
fill="none"
|
|
1209
|
+
focusable="false"
|
|
1210
|
+
role="img"
|
|
1211
|
+
stroke="currentColor"
|
|
1212
|
+
stroke-linecap="round"
|
|
1213
|
+
stroke-linejoin="round"
|
|
1214
|
+
stroke-width="1.5"
|
|
1215
|
+
viewBox="0 0 24 24"
|
|
1216
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1217
|
+
>
|
|
1218
|
+
<rect
|
|
1219
|
+
height="14"
|
|
1220
|
+
rx="2"
|
|
1221
|
+
ry="2"
|
|
1222
|
+
width="14"
|
|
1223
|
+
x="8"
|
|
1224
|
+
y="8"
|
|
1225
|
+
/>
|
|
1226
|
+
<path
|
|
1227
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
1228
|
+
/>
|
|
1229
|
+
</svg>
|
|
1230
|
+
</span>
|
|
1231
|
+
</button>
|
|
1232
|
+
</div>
|
|
1775
1233
|
</div>
|
|
1776
1234
|
</div>
|
|
1777
1235
|
<div
|
|
@@ -1784,10 +1242,21 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1784
1242
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1785
1243
|
>
|
|
1786
1244
|
<div
|
|
1787
|
-
class="memori-chat--bubble-content"
|
|
1788
|
-
dir="auto"
|
|
1245
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
1789
1246
|
>
|
|
1790
|
-
|
|
1247
|
+
<div
|
|
1248
|
+
class="memori-expandable--inner"
|
|
1249
|
+
style="max-height: 9999px;"
|
|
1250
|
+
>
|
|
1251
|
+
<div
|
|
1252
|
+
class="memori-chat--bubble-content"
|
|
1253
|
+
dir="auto"
|
|
1254
|
+
>
|
|
1255
|
+
<p>
|
|
1256
|
+
Prova
|
|
1257
|
+
</p>
|
|
1258
|
+
</div>
|
|
1259
|
+
</div>
|
|
1791
1260
|
</div>
|
|
1792
1261
|
</div>
|
|
1793
1262
|
<div
|
|
@@ -1815,7 +1284,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1815
1284
|
/>
|
|
1816
1285
|
</picture>
|
|
1817
1286
|
<div
|
|
1818
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1287
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1819
1288
|
>
|
|
1820
1289
|
<div
|
|
1821
1290
|
class="memori-chat--bubble-content"
|
|
@@ -1825,6 +1294,43 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1825
1294
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
1826
1295
|
</p>
|
|
1827
1296
|
</div>
|
|
1297
|
+
<div
|
|
1298
|
+
class="memori-chat--bubble-addon"
|
|
1299
|
+
>
|
|
1300
|
+
<button
|
|
1301
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
1302
|
+
title="copy"
|
|
1303
|
+
>
|
|
1304
|
+
<span
|
|
1305
|
+
class="memori-button--icon"
|
|
1306
|
+
>
|
|
1307
|
+
<svg
|
|
1308
|
+
aria-hidden="true"
|
|
1309
|
+
fill="none"
|
|
1310
|
+
focusable="false"
|
|
1311
|
+
role="img"
|
|
1312
|
+
stroke="currentColor"
|
|
1313
|
+
stroke-linecap="round"
|
|
1314
|
+
stroke-linejoin="round"
|
|
1315
|
+
stroke-width="1.5"
|
|
1316
|
+
viewBox="0 0 24 24"
|
|
1317
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1318
|
+
>
|
|
1319
|
+
<rect
|
|
1320
|
+
height="14"
|
|
1321
|
+
rx="2"
|
|
1322
|
+
ry="2"
|
|
1323
|
+
width="14"
|
|
1324
|
+
x="8"
|
|
1325
|
+
y="8"
|
|
1326
|
+
/>
|
|
1327
|
+
<path
|
|
1328
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
1329
|
+
/>
|
|
1330
|
+
</svg>
|
|
1331
|
+
</span>
|
|
1332
|
+
</button>
|
|
1333
|
+
</div>
|
|
1828
1334
|
</div>
|
|
1829
1335
|
</div>
|
|
1830
1336
|
<div
|
|
@@ -1837,10 +1343,21 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1837
1343
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1838
1344
|
>
|
|
1839
1345
|
<div
|
|
1840
|
-
class="memori-chat--bubble-content"
|
|
1841
|
-
dir="auto"
|
|
1346
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
1842
1347
|
>
|
|
1843
|
-
|
|
1348
|
+
<div
|
|
1349
|
+
class="memori-expandable--inner"
|
|
1350
|
+
style="max-height: 9999px;"
|
|
1351
|
+
>
|
|
1352
|
+
<div
|
|
1353
|
+
class="memori-chat--bubble-content"
|
|
1354
|
+
dir="auto"
|
|
1355
|
+
>
|
|
1356
|
+
<p>
|
|
1357
|
+
Come faccio a fare delle cose con questa cosa?
|
|
1358
|
+
</p>
|
|
1359
|
+
</div>
|
|
1360
|
+
</div>
|
|
1844
1361
|
</div>
|
|
1845
1362
|
</div>
|
|
1846
1363
|
<div
|
|
@@ -1868,7 +1385,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1868
1385
|
/>
|
|
1869
1386
|
</picture>
|
|
1870
1387
|
<div
|
|
1871
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1388
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1872
1389
|
>
|
|
1873
1390
|
<div
|
|
1874
1391
|
class="memori-chat--bubble-content"
|
|
@@ -1878,6 +1395,43 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1878
1395
|
Ecco qui come.
|
|
1879
1396
|
</p>
|
|
1880
1397
|
</div>
|
|
1398
|
+
<div
|
|
1399
|
+
class="memori-chat--bubble-addon"
|
|
1400
|
+
>
|
|
1401
|
+
<button
|
|
1402
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
1403
|
+
title="copy"
|
|
1404
|
+
>
|
|
1405
|
+
<span
|
|
1406
|
+
class="memori-button--icon"
|
|
1407
|
+
>
|
|
1408
|
+
<svg
|
|
1409
|
+
aria-hidden="true"
|
|
1410
|
+
fill="none"
|
|
1411
|
+
focusable="false"
|
|
1412
|
+
role="img"
|
|
1413
|
+
stroke="currentColor"
|
|
1414
|
+
stroke-linecap="round"
|
|
1415
|
+
stroke-linejoin="round"
|
|
1416
|
+
stroke-width="1.5"
|
|
1417
|
+
viewBox="0 0 24 24"
|
|
1418
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1419
|
+
>
|
|
1420
|
+
<rect
|
|
1421
|
+
height="14"
|
|
1422
|
+
rx="2"
|
|
1423
|
+
ry="2"
|
|
1424
|
+
width="14"
|
|
1425
|
+
x="8"
|
|
1426
|
+
y="8"
|
|
1427
|
+
/>
|
|
1428
|
+
<path
|
|
1429
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
1430
|
+
/>
|
|
1431
|
+
</svg>
|
|
1432
|
+
</span>
|
|
1433
|
+
</button>
|
|
1434
|
+
</div>
|
|
1881
1435
|
</div>
|
|
1882
1436
|
</div>
|
|
1883
1437
|
<div
|
|
@@ -1887,7 +1441,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1887
1441
|
class="memori-link-items"
|
|
1888
1442
|
>
|
|
1889
1443
|
<div
|
|
1890
|
-
class="memori-link-items--grid"
|
|
1444
|
+
class="memori-link-items--grid memori-link-items--agent"
|
|
1891
1445
|
>
|
|
1892
1446
|
<div
|
|
1893
1447
|
class="memori-link-item ease-out duration-500 delay-0 opacity-0 scale-95"
|
|
@@ -1966,10 +1520,21 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1966
1520
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
1967
1521
|
>
|
|
1968
1522
|
<div
|
|
1969
|
-
class="memori-chat--bubble-content"
|
|
1970
|
-
dir="auto"
|
|
1523
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
1971
1524
|
>
|
|
1972
|
-
|
|
1525
|
+
<div
|
|
1526
|
+
class="memori-expandable--inner"
|
|
1527
|
+
style="max-height: 9999px;"
|
|
1528
|
+
>
|
|
1529
|
+
<div
|
|
1530
|
+
class="memori-chat--bubble-content"
|
|
1531
|
+
dir="auto"
|
|
1532
|
+
>
|
|
1533
|
+
<p>
|
|
1534
|
+
Ah, grazie! Ciao!
|
|
1535
|
+
</p>
|
|
1536
|
+
</div>
|
|
1537
|
+
</div>
|
|
1973
1538
|
</div>
|
|
1974
1539
|
</div>
|
|
1975
1540
|
<div
|
|
@@ -1997,7 +1562,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
1997
1562
|
/>
|
|
1998
1563
|
</picture>
|
|
1999
1564
|
<div
|
|
2000
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1565
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2001
1566
|
>
|
|
2002
1567
|
<div
|
|
2003
1568
|
class="memori-chat--bubble-content"
|
|
@@ -2007,6 +1572,43 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
2007
1572
|
Arrivederci.
|
|
2008
1573
|
</p>
|
|
2009
1574
|
</div>
|
|
1575
|
+
<div
|
|
1576
|
+
class="memori-chat--bubble-addon"
|
|
1577
|
+
>
|
|
1578
|
+
<button
|
|
1579
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
1580
|
+
title="copy"
|
|
1581
|
+
>
|
|
1582
|
+
<span
|
|
1583
|
+
class="memori-button--icon"
|
|
1584
|
+
>
|
|
1585
|
+
<svg
|
|
1586
|
+
aria-hidden="true"
|
|
1587
|
+
fill="none"
|
|
1588
|
+
focusable="false"
|
|
1589
|
+
role="img"
|
|
1590
|
+
stroke="currentColor"
|
|
1591
|
+
stroke-linecap="round"
|
|
1592
|
+
stroke-linejoin="round"
|
|
1593
|
+
stroke-width="1.5"
|
|
1594
|
+
viewBox="0 0 24 24"
|
|
1595
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1596
|
+
>
|
|
1597
|
+
<rect
|
|
1598
|
+
height="14"
|
|
1599
|
+
rx="2"
|
|
1600
|
+
ry="2"
|
|
1601
|
+
width="14"
|
|
1602
|
+
x="8"
|
|
1603
|
+
y="8"
|
|
1604
|
+
/>
|
|
1605
|
+
<path
|
|
1606
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
1607
|
+
/>
|
|
1608
|
+
</svg>
|
|
1609
|
+
</span>
|
|
1610
|
+
</button>
|
|
1611
|
+
</div>
|
|
2010
1612
|
</div>
|
|
2011
1613
|
</div>
|
|
2012
1614
|
<div
|
|
@@ -2021,29 +1623,6 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
2021
1623
|
class="memori-chat-inputs"
|
|
2022
1624
|
id="chat-fieldset"
|
|
2023
1625
|
>
|
|
2024
|
-
<div
|
|
2025
|
-
class="memori-send-on-enter-menu"
|
|
2026
|
-
data-headlessui-state=""
|
|
2027
|
-
>
|
|
2028
|
-
<button
|
|
2029
|
-
aria-expanded="false"
|
|
2030
|
-
aria-haspopup="true"
|
|
2031
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-share-button--button memori--conversation-button"
|
|
2032
|
-
data-headlessui-state=""
|
|
2033
|
-
id="headlessui-menu-button-:rk:"
|
|
2034
|
-
type="button"
|
|
2035
|
-
>
|
|
2036
|
-
<div
|
|
2037
|
-
class="memori-button--icon"
|
|
2038
|
-
>
|
|
2039
|
-
<span
|
|
2040
|
-
style="display: block; width: 1rem; height: 1rem;"
|
|
2041
|
-
>
|
|
2042
|
-
…
|
|
2043
|
-
</span>
|
|
2044
|
-
</div>
|
|
2045
|
-
</button>
|
|
2046
|
-
</div>
|
|
2047
1626
|
<div
|
|
2048
1627
|
class="memori-chat-textarea"
|
|
2049
1628
|
data-testid="chat-textarea"
|
|
@@ -2053,6 +1632,7 @@ exports[`renders Chat with custom user avatar as react element unchanged 1`] = `
|
|
|
2053
1632
|
>
|
|
2054
1633
|
<textarea
|
|
2055
1634
|
class="memori-chat-textarea--input"
|
|
1635
|
+
maxlength="100000"
|
|
2056
1636
|
/>
|
|
2057
1637
|
<div
|
|
2058
1638
|
class="memori-chat-textarea--expand"
|
|
@@ -2139,7 +1719,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2139
1719
|
/>
|
|
2140
1720
|
</picture>
|
|
2141
1721
|
<div
|
|
2142
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1722
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2143
1723
|
>
|
|
2144
1724
|
<div
|
|
2145
1725
|
class="memori-chat--bubble-content"
|
|
@@ -2149,6 +1729,43 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2149
1729
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
2150
1730
|
</p>
|
|
2151
1731
|
</div>
|
|
1732
|
+
<div
|
|
1733
|
+
class="memori-chat--bubble-addon"
|
|
1734
|
+
>
|
|
1735
|
+
<button
|
|
1736
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
1737
|
+
title="copy"
|
|
1738
|
+
>
|
|
1739
|
+
<span
|
|
1740
|
+
class="memori-button--icon"
|
|
1741
|
+
>
|
|
1742
|
+
<svg
|
|
1743
|
+
aria-hidden="true"
|
|
1744
|
+
fill="none"
|
|
1745
|
+
focusable="false"
|
|
1746
|
+
role="img"
|
|
1747
|
+
stroke="currentColor"
|
|
1748
|
+
stroke-linecap="round"
|
|
1749
|
+
stroke-linejoin="round"
|
|
1750
|
+
stroke-width="1.5"
|
|
1751
|
+
viewBox="0 0 24 24"
|
|
1752
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1753
|
+
>
|
|
1754
|
+
<rect
|
|
1755
|
+
height="14"
|
|
1756
|
+
rx="2"
|
|
1757
|
+
ry="2"
|
|
1758
|
+
width="14"
|
|
1759
|
+
x="8"
|
|
1760
|
+
y="8"
|
|
1761
|
+
/>
|
|
1762
|
+
<path
|
|
1763
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
1764
|
+
/>
|
|
1765
|
+
</svg>
|
|
1766
|
+
</span>
|
|
1767
|
+
</button>
|
|
1768
|
+
</div>
|
|
2152
1769
|
</div>
|
|
2153
1770
|
</div>
|
|
2154
1771
|
<div
|
|
@@ -2161,10 +1778,21 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2161
1778
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2162
1779
|
>
|
|
2163
1780
|
<div
|
|
2164
|
-
class="memori-chat--bubble-content"
|
|
2165
|
-
dir="auto"
|
|
1781
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
2166
1782
|
>
|
|
2167
|
-
|
|
1783
|
+
<div
|
|
1784
|
+
class="memori-expandable--inner"
|
|
1785
|
+
style="max-height: 9999px;"
|
|
1786
|
+
>
|
|
1787
|
+
<div
|
|
1788
|
+
class="memori-chat--bubble-content"
|
|
1789
|
+
dir="auto"
|
|
1790
|
+
>
|
|
1791
|
+
<p>
|
|
1792
|
+
Prova
|
|
1793
|
+
</p>
|
|
1794
|
+
</div>
|
|
1795
|
+
</div>
|
|
2168
1796
|
</div>
|
|
2169
1797
|
</div>
|
|
2170
1798
|
<picture
|
|
@@ -2194,7 +1822,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2194
1822
|
/>
|
|
2195
1823
|
</picture>
|
|
2196
1824
|
<div
|
|
2197
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1825
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2198
1826
|
>
|
|
2199
1827
|
<div
|
|
2200
1828
|
class="memori-chat--bubble-content"
|
|
@@ -2204,6 +1832,43 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2204
1832
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
2205
1833
|
</p>
|
|
2206
1834
|
</div>
|
|
1835
|
+
<div
|
|
1836
|
+
class="memori-chat--bubble-addon"
|
|
1837
|
+
>
|
|
1838
|
+
<button
|
|
1839
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
1840
|
+
title="copy"
|
|
1841
|
+
>
|
|
1842
|
+
<span
|
|
1843
|
+
class="memori-button--icon"
|
|
1844
|
+
>
|
|
1845
|
+
<svg
|
|
1846
|
+
aria-hidden="true"
|
|
1847
|
+
fill="none"
|
|
1848
|
+
focusable="false"
|
|
1849
|
+
role="img"
|
|
1850
|
+
stroke="currentColor"
|
|
1851
|
+
stroke-linecap="round"
|
|
1852
|
+
stroke-linejoin="round"
|
|
1853
|
+
stroke-width="1.5"
|
|
1854
|
+
viewBox="0 0 24 24"
|
|
1855
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1856
|
+
>
|
|
1857
|
+
<rect
|
|
1858
|
+
height="14"
|
|
1859
|
+
rx="2"
|
|
1860
|
+
ry="2"
|
|
1861
|
+
width="14"
|
|
1862
|
+
x="8"
|
|
1863
|
+
y="8"
|
|
1864
|
+
/>
|
|
1865
|
+
<path
|
|
1866
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
1867
|
+
/>
|
|
1868
|
+
</svg>
|
|
1869
|
+
</span>
|
|
1870
|
+
</button>
|
|
1871
|
+
</div>
|
|
2207
1872
|
</div>
|
|
2208
1873
|
</div>
|
|
2209
1874
|
<div
|
|
@@ -2216,10 +1881,21 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2216
1881
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2217
1882
|
>
|
|
2218
1883
|
<div
|
|
2219
|
-
class="memori-chat--bubble-content"
|
|
2220
|
-
dir="auto"
|
|
1884
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
2221
1885
|
>
|
|
2222
|
-
|
|
1886
|
+
<div
|
|
1887
|
+
class="memori-expandable--inner"
|
|
1888
|
+
style="max-height: 9999px;"
|
|
1889
|
+
>
|
|
1890
|
+
<div
|
|
1891
|
+
class="memori-chat--bubble-content"
|
|
1892
|
+
dir="auto"
|
|
1893
|
+
>
|
|
1894
|
+
<p>
|
|
1895
|
+
Come faccio a fare delle cose con questa cosa?
|
|
1896
|
+
</p>
|
|
1897
|
+
</div>
|
|
1898
|
+
</div>
|
|
2223
1899
|
</div>
|
|
2224
1900
|
</div>
|
|
2225
1901
|
<picture
|
|
@@ -2249,7 +1925,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2249
1925
|
/>
|
|
2250
1926
|
</picture>
|
|
2251
1927
|
<div
|
|
2252
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
1928
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2253
1929
|
>
|
|
2254
1930
|
<div
|
|
2255
1931
|
class="memori-chat--bubble-content"
|
|
@@ -2259,6 +1935,43 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2259
1935
|
Ecco qui come.
|
|
2260
1936
|
</p>
|
|
2261
1937
|
</div>
|
|
1938
|
+
<div
|
|
1939
|
+
class="memori-chat--bubble-addon"
|
|
1940
|
+
>
|
|
1941
|
+
<button
|
|
1942
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
1943
|
+
title="copy"
|
|
1944
|
+
>
|
|
1945
|
+
<span
|
|
1946
|
+
class="memori-button--icon"
|
|
1947
|
+
>
|
|
1948
|
+
<svg
|
|
1949
|
+
aria-hidden="true"
|
|
1950
|
+
fill="none"
|
|
1951
|
+
focusable="false"
|
|
1952
|
+
role="img"
|
|
1953
|
+
stroke="currentColor"
|
|
1954
|
+
stroke-linecap="round"
|
|
1955
|
+
stroke-linejoin="round"
|
|
1956
|
+
stroke-width="1.5"
|
|
1957
|
+
viewBox="0 0 24 24"
|
|
1958
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1959
|
+
>
|
|
1960
|
+
<rect
|
|
1961
|
+
height="14"
|
|
1962
|
+
rx="2"
|
|
1963
|
+
ry="2"
|
|
1964
|
+
width="14"
|
|
1965
|
+
x="8"
|
|
1966
|
+
y="8"
|
|
1967
|
+
/>
|
|
1968
|
+
<path
|
|
1969
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
1970
|
+
/>
|
|
1971
|
+
</svg>
|
|
1972
|
+
</span>
|
|
1973
|
+
</button>
|
|
1974
|
+
</div>
|
|
2262
1975
|
</div>
|
|
2263
1976
|
</div>
|
|
2264
1977
|
<div
|
|
@@ -2268,7 +1981,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2268
1981
|
class="memori-link-items"
|
|
2269
1982
|
>
|
|
2270
1983
|
<div
|
|
2271
|
-
class="memori-link-items--grid"
|
|
1984
|
+
class="memori-link-items--grid memori-link-items--agent"
|
|
2272
1985
|
>
|
|
2273
1986
|
<div
|
|
2274
1987
|
class="memori-link-item ease-out duration-500 delay-0 opacity-0 scale-95"
|
|
@@ -2347,10 +2060,21 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2347
2060
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2348
2061
|
>
|
|
2349
2062
|
<div
|
|
2350
|
-
class="memori-chat--bubble-content"
|
|
2351
|
-
dir="auto"
|
|
2063
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
2352
2064
|
>
|
|
2353
|
-
|
|
2065
|
+
<div
|
|
2066
|
+
class="memori-expandable--inner"
|
|
2067
|
+
style="max-height: 9999px;"
|
|
2068
|
+
>
|
|
2069
|
+
<div
|
|
2070
|
+
class="memori-chat--bubble-content"
|
|
2071
|
+
dir="auto"
|
|
2072
|
+
>
|
|
2073
|
+
<p>
|
|
2074
|
+
Ah, grazie! Ciao!
|
|
2075
|
+
</p>
|
|
2076
|
+
</div>
|
|
2077
|
+
</div>
|
|
2354
2078
|
</div>
|
|
2355
2079
|
</div>
|
|
2356
2080
|
<picture
|
|
@@ -2380,7 +2104,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2380
2104
|
/>
|
|
2381
2105
|
</picture>
|
|
2382
2106
|
<div
|
|
2383
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2107
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2384
2108
|
>
|
|
2385
2109
|
<div
|
|
2386
2110
|
class="memori-chat--bubble-content"
|
|
@@ -2390,6 +2114,43 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2390
2114
|
Arrivederci.
|
|
2391
2115
|
</p>
|
|
2392
2116
|
</div>
|
|
2117
|
+
<div
|
|
2118
|
+
class="memori-chat--bubble-addon"
|
|
2119
|
+
>
|
|
2120
|
+
<button
|
|
2121
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
2122
|
+
title="copy"
|
|
2123
|
+
>
|
|
2124
|
+
<span
|
|
2125
|
+
class="memori-button--icon"
|
|
2126
|
+
>
|
|
2127
|
+
<svg
|
|
2128
|
+
aria-hidden="true"
|
|
2129
|
+
fill="none"
|
|
2130
|
+
focusable="false"
|
|
2131
|
+
role="img"
|
|
2132
|
+
stroke="currentColor"
|
|
2133
|
+
stroke-linecap="round"
|
|
2134
|
+
stroke-linejoin="round"
|
|
2135
|
+
stroke-width="1.5"
|
|
2136
|
+
viewBox="0 0 24 24"
|
|
2137
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2138
|
+
>
|
|
2139
|
+
<rect
|
|
2140
|
+
height="14"
|
|
2141
|
+
rx="2"
|
|
2142
|
+
ry="2"
|
|
2143
|
+
width="14"
|
|
2144
|
+
x="8"
|
|
2145
|
+
y="8"
|
|
2146
|
+
/>
|
|
2147
|
+
<path
|
|
2148
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
2149
|
+
/>
|
|
2150
|
+
</svg>
|
|
2151
|
+
</span>
|
|
2152
|
+
</button>
|
|
2153
|
+
</div>
|
|
2393
2154
|
</div>
|
|
2394
2155
|
</div>
|
|
2395
2156
|
<div
|
|
@@ -2404,29 +2165,6 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2404
2165
|
class="memori-chat-inputs"
|
|
2405
2166
|
id="chat-fieldset"
|
|
2406
2167
|
>
|
|
2407
|
-
<div
|
|
2408
|
-
class="memori-send-on-enter-menu"
|
|
2409
|
-
data-headlessui-state=""
|
|
2410
|
-
>
|
|
2411
|
-
<button
|
|
2412
|
-
aria-expanded="false"
|
|
2413
|
-
aria-haspopup="true"
|
|
2414
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-share-button--button memori--conversation-button"
|
|
2415
|
-
data-headlessui-state=""
|
|
2416
|
-
id="headlessui-menu-button-:ri:"
|
|
2417
|
-
type="button"
|
|
2418
|
-
>
|
|
2419
|
-
<div
|
|
2420
|
-
class="memori-button--icon"
|
|
2421
|
-
>
|
|
2422
|
-
<span
|
|
2423
|
-
style="display: block; width: 1rem; height: 1rem;"
|
|
2424
|
-
>
|
|
2425
|
-
…
|
|
2426
|
-
</span>
|
|
2427
|
-
</div>
|
|
2428
|
-
</button>
|
|
2429
|
-
</div>
|
|
2430
2168
|
<div
|
|
2431
2169
|
class="memori-chat-textarea"
|
|
2432
2170
|
data-testid="chat-textarea"
|
|
@@ -2436,6 +2174,7 @@ exports[`renders Chat with custom user avatar unchanged 1`] = `
|
|
|
2436
2174
|
>
|
|
2437
2175
|
<textarea
|
|
2438
2176
|
class="memori-chat-textarea--input"
|
|
2177
|
+
maxlength="100000"
|
|
2439
2178
|
/>
|
|
2440
2179
|
<div
|
|
2441
2180
|
class="memori-chat-textarea--expand"
|
|
@@ -2522,7 +2261,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2522
2261
|
/>
|
|
2523
2262
|
</picture>
|
|
2524
2263
|
<div
|
|
2525
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2264
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2526
2265
|
>
|
|
2527
2266
|
<div
|
|
2528
2267
|
class="memori-chat--bubble-content"
|
|
@@ -2532,6 +2271,43 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2532
2271
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
2533
2272
|
</p>
|
|
2534
2273
|
</div>
|
|
2274
|
+
<div
|
|
2275
|
+
class="memori-chat--bubble-addon"
|
|
2276
|
+
>
|
|
2277
|
+
<button
|
|
2278
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
2279
|
+
title="copy"
|
|
2280
|
+
>
|
|
2281
|
+
<span
|
|
2282
|
+
class="memori-button--icon"
|
|
2283
|
+
>
|
|
2284
|
+
<svg
|
|
2285
|
+
aria-hidden="true"
|
|
2286
|
+
fill="none"
|
|
2287
|
+
focusable="false"
|
|
2288
|
+
role="img"
|
|
2289
|
+
stroke="currentColor"
|
|
2290
|
+
stroke-linecap="round"
|
|
2291
|
+
stroke-linejoin="round"
|
|
2292
|
+
stroke-width="1.5"
|
|
2293
|
+
viewBox="0 0 24 24"
|
|
2294
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2295
|
+
>
|
|
2296
|
+
<rect
|
|
2297
|
+
height="14"
|
|
2298
|
+
rx="2"
|
|
2299
|
+
ry="2"
|
|
2300
|
+
width="14"
|
|
2301
|
+
x="8"
|
|
2302
|
+
y="8"
|
|
2303
|
+
/>
|
|
2304
|
+
<path
|
|
2305
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
2306
|
+
/>
|
|
2307
|
+
</svg>
|
|
2308
|
+
</span>
|
|
2309
|
+
</button>
|
|
2310
|
+
</div>
|
|
2535
2311
|
</div>
|
|
2536
2312
|
</div>
|
|
2537
2313
|
<small
|
|
@@ -2549,10 +2325,21 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2549
2325
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2550
2326
|
>
|
|
2551
2327
|
<div
|
|
2552
|
-
class="memori-chat--bubble-content"
|
|
2553
|
-
dir="auto"
|
|
2328
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
2554
2329
|
>
|
|
2555
|
-
|
|
2330
|
+
<div
|
|
2331
|
+
class="memori-expandable--inner"
|
|
2332
|
+
style="max-height: 9999px;"
|
|
2333
|
+
>
|
|
2334
|
+
<div
|
|
2335
|
+
class="memori-chat--bubble-content"
|
|
2336
|
+
dir="auto"
|
|
2337
|
+
>
|
|
2338
|
+
<p>
|
|
2339
|
+
Prova
|
|
2340
|
+
</p>
|
|
2341
|
+
</div>
|
|
2342
|
+
</div>
|
|
2556
2343
|
</div>
|
|
2557
2344
|
</div>
|
|
2558
2345
|
<div
|
|
@@ -2593,7 +2380,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2593
2380
|
/>
|
|
2594
2381
|
</picture>
|
|
2595
2382
|
<div
|
|
2596
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2383
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2597
2384
|
>
|
|
2598
2385
|
<div
|
|
2599
2386
|
class="memori-chat--bubble-content"
|
|
@@ -2603,6 +2390,43 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2603
2390
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
2604
2391
|
</p>
|
|
2605
2392
|
</div>
|
|
2393
|
+
<div
|
|
2394
|
+
class="memori-chat--bubble-addon"
|
|
2395
|
+
>
|
|
2396
|
+
<button
|
|
2397
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
2398
|
+
title="copy"
|
|
2399
|
+
>
|
|
2400
|
+
<span
|
|
2401
|
+
class="memori-button--icon"
|
|
2402
|
+
>
|
|
2403
|
+
<svg
|
|
2404
|
+
aria-hidden="true"
|
|
2405
|
+
fill="none"
|
|
2406
|
+
focusable="false"
|
|
2407
|
+
role="img"
|
|
2408
|
+
stroke="currentColor"
|
|
2409
|
+
stroke-linecap="round"
|
|
2410
|
+
stroke-linejoin="round"
|
|
2411
|
+
stroke-width="1.5"
|
|
2412
|
+
viewBox="0 0 24 24"
|
|
2413
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2414
|
+
>
|
|
2415
|
+
<rect
|
|
2416
|
+
height="14"
|
|
2417
|
+
rx="2"
|
|
2418
|
+
ry="2"
|
|
2419
|
+
width="14"
|
|
2420
|
+
x="8"
|
|
2421
|
+
y="8"
|
|
2422
|
+
/>
|
|
2423
|
+
<path
|
|
2424
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
2425
|
+
/>
|
|
2426
|
+
</svg>
|
|
2427
|
+
</span>
|
|
2428
|
+
</button>
|
|
2429
|
+
</div>
|
|
2606
2430
|
</div>
|
|
2607
2431
|
</div>
|
|
2608
2432
|
<small
|
|
@@ -2620,10 +2444,21 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2620
2444
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2621
2445
|
>
|
|
2622
2446
|
<div
|
|
2623
|
-
class="memori-chat--bubble-content"
|
|
2624
|
-
dir="auto"
|
|
2447
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
2625
2448
|
>
|
|
2626
|
-
|
|
2449
|
+
<div
|
|
2450
|
+
class="memori-expandable--inner"
|
|
2451
|
+
style="max-height: 9999px;"
|
|
2452
|
+
>
|
|
2453
|
+
<div
|
|
2454
|
+
class="memori-chat--bubble-content"
|
|
2455
|
+
dir="auto"
|
|
2456
|
+
>
|
|
2457
|
+
<p>
|
|
2458
|
+
Come faccio a fare delle cose con questa cosa?
|
|
2459
|
+
</p>
|
|
2460
|
+
</div>
|
|
2461
|
+
</div>
|
|
2627
2462
|
</div>
|
|
2628
2463
|
</div>
|
|
2629
2464
|
<div
|
|
@@ -2664,7 +2499,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2664
2499
|
/>
|
|
2665
2500
|
</picture>
|
|
2666
2501
|
<div
|
|
2667
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2502
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2668
2503
|
>
|
|
2669
2504
|
<div
|
|
2670
2505
|
class="memori-chat--bubble-content"
|
|
@@ -2674,6 +2509,43 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2674
2509
|
Ecco qui come.
|
|
2675
2510
|
</p>
|
|
2676
2511
|
</div>
|
|
2512
|
+
<div
|
|
2513
|
+
class="memori-chat--bubble-addon"
|
|
2514
|
+
>
|
|
2515
|
+
<button
|
|
2516
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
2517
|
+
title="copy"
|
|
2518
|
+
>
|
|
2519
|
+
<span
|
|
2520
|
+
class="memori-button--icon"
|
|
2521
|
+
>
|
|
2522
|
+
<svg
|
|
2523
|
+
aria-hidden="true"
|
|
2524
|
+
fill="none"
|
|
2525
|
+
focusable="false"
|
|
2526
|
+
role="img"
|
|
2527
|
+
stroke="currentColor"
|
|
2528
|
+
stroke-linecap="round"
|
|
2529
|
+
stroke-linejoin="round"
|
|
2530
|
+
stroke-width="1.5"
|
|
2531
|
+
viewBox="0 0 24 24"
|
|
2532
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2533
|
+
>
|
|
2534
|
+
<rect
|
|
2535
|
+
height="14"
|
|
2536
|
+
rx="2"
|
|
2537
|
+
ry="2"
|
|
2538
|
+
width="14"
|
|
2539
|
+
x="8"
|
|
2540
|
+
y="8"
|
|
2541
|
+
/>
|
|
2542
|
+
<path
|
|
2543
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
2544
|
+
/>
|
|
2545
|
+
</svg>
|
|
2546
|
+
</span>
|
|
2547
|
+
</button>
|
|
2548
|
+
</div>
|
|
2677
2549
|
</div>
|
|
2678
2550
|
</div>
|
|
2679
2551
|
<small
|
|
@@ -2688,7 +2560,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2688
2560
|
class="memori-link-items"
|
|
2689
2561
|
>
|
|
2690
2562
|
<div
|
|
2691
|
-
class="memori-link-items--grid"
|
|
2563
|
+
class="memori-link-items--grid memori-link-items--agent"
|
|
2692
2564
|
>
|
|
2693
2565
|
<div
|
|
2694
2566
|
class="memori-link-item ease-out duration-500 delay-0 opacity-0 scale-95"
|
|
@@ -2767,10 +2639,21 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2767
2639
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2768
2640
|
>
|
|
2769
2641
|
<div
|
|
2770
|
-
class="memori-chat--bubble-content"
|
|
2771
|
-
dir="auto"
|
|
2642
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
2772
2643
|
>
|
|
2773
|
-
|
|
2644
|
+
<div
|
|
2645
|
+
class="memori-expandable--inner"
|
|
2646
|
+
style="max-height: 9999px;"
|
|
2647
|
+
>
|
|
2648
|
+
<div
|
|
2649
|
+
class="memori-chat--bubble-content"
|
|
2650
|
+
dir="auto"
|
|
2651
|
+
>
|
|
2652
|
+
<p>
|
|
2653
|
+
Ah, grazie! Ciao!
|
|
2654
|
+
</p>
|
|
2655
|
+
</div>
|
|
2656
|
+
</div>
|
|
2774
2657
|
</div>
|
|
2775
2658
|
</div>
|
|
2776
2659
|
<div
|
|
@@ -2811,7 +2694,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2811
2694
|
/>
|
|
2812
2695
|
</picture>
|
|
2813
2696
|
<div
|
|
2814
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2697
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2815
2698
|
>
|
|
2816
2699
|
<div
|
|
2817
2700
|
class="memori-chat--bubble-content"
|
|
@@ -2821,6 +2704,43 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2821
2704
|
Arrivederci.
|
|
2822
2705
|
</p>
|
|
2823
2706
|
</div>
|
|
2707
|
+
<div
|
|
2708
|
+
class="memori-chat--bubble-addon"
|
|
2709
|
+
>
|
|
2710
|
+
<button
|
|
2711
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
2712
|
+
title="copy"
|
|
2713
|
+
>
|
|
2714
|
+
<span
|
|
2715
|
+
class="memori-button--icon"
|
|
2716
|
+
>
|
|
2717
|
+
<svg
|
|
2718
|
+
aria-hidden="true"
|
|
2719
|
+
fill="none"
|
|
2720
|
+
focusable="false"
|
|
2721
|
+
role="img"
|
|
2722
|
+
stroke="currentColor"
|
|
2723
|
+
stroke-linecap="round"
|
|
2724
|
+
stroke-linejoin="round"
|
|
2725
|
+
stroke-width="1.5"
|
|
2726
|
+
viewBox="0 0 24 24"
|
|
2727
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2728
|
+
>
|
|
2729
|
+
<rect
|
|
2730
|
+
height="14"
|
|
2731
|
+
rx="2"
|
|
2732
|
+
ry="2"
|
|
2733
|
+
width="14"
|
|
2734
|
+
x="8"
|
|
2735
|
+
y="8"
|
|
2736
|
+
/>
|
|
2737
|
+
<path
|
|
2738
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
2739
|
+
/>
|
|
2740
|
+
</svg>
|
|
2741
|
+
</span>
|
|
2742
|
+
</button>
|
|
2743
|
+
</div>
|
|
2824
2744
|
</div>
|
|
2825
2745
|
</div>
|
|
2826
2746
|
<small
|
|
@@ -2840,29 +2760,6 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2840
2760
|
class="memori-chat-inputs"
|
|
2841
2761
|
id="chat-fieldset"
|
|
2842
2762
|
>
|
|
2843
|
-
<div
|
|
2844
|
-
class="memori-send-on-enter-menu"
|
|
2845
|
-
data-headlessui-state=""
|
|
2846
|
-
>
|
|
2847
|
-
<button
|
|
2848
|
-
aria-expanded="false"
|
|
2849
|
-
aria-haspopup="true"
|
|
2850
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-share-button--button memori--conversation-button"
|
|
2851
|
-
data-headlessui-state=""
|
|
2852
|
-
id="headlessui-menu-button-:r8:"
|
|
2853
|
-
type="button"
|
|
2854
|
-
>
|
|
2855
|
-
<div
|
|
2856
|
-
class="memori-button--icon"
|
|
2857
|
-
>
|
|
2858
|
-
<span
|
|
2859
|
-
style="display: block; width: 1rem; height: 1rem;"
|
|
2860
|
-
>
|
|
2861
|
-
…
|
|
2862
|
-
</span>
|
|
2863
|
-
</div>
|
|
2864
|
-
</button>
|
|
2865
|
-
</div>
|
|
2866
2763
|
<div
|
|
2867
2764
|
class="memori-chat-textarea"
|
|
2868
2765
|
data-testid="chat-textarea"
|
|
@@ -2872,6 +2769,7 @@ exports[`renders Chat with dates unchanged 1`] = `
|
|
|
2872
2769
|
>
|
|
2873
2770
|
<textarea
|
|
2874
2771
|
class="memori-chat-textarea--input"
|
|
2772
|
+
maxlength="100000"
|
|
2875
2773
|
/>
|
|
2876
2774
|
<div
|
|
2877
2775
|
class="memori-chat-textarea--expand"
|
|
@@ -2958,7 +2856,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
2958
2856
|
/>
|
|
2959
2857
|
</picture>
|
|
2960
2858
|
<div
|
|
2961
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2859
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2962
2860
|
>
|
|
2963
2861
|
<div
|
|
2964
2862
|
class="memori-chat--bubble-content"
|
|
@@ -2968,6 +2866,43 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
2968
2866
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
2969
2867
|
</p>
|
|
2970
2868
|
</div>
|
|
2869
|
+
<div
|
|
2870
|
+
class="memori-chat--bubble-addon"
|
|
2871
|
+
>
|
|
2872
|
+
<button
|
|
2873
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
2874
|
+
title="copy"
|
|
2875
|
+
>
|
|
2876
|
+
<span
|
|
2877
|
+
class="memori-button--icon"
|
|
2878
|
+
>
|
|
2879
|
+
<svg
|
|
2880
|
+
aria-hidden="true"
|
|
2881
|
+
fill="none"
|
|
2882
|
+
focusable="false"
|
|
2883
|
+
role="img"
|
|
2884
|
+
stroke="currentColor"
|
|
2885
|
+
stroke-linecap="round"
|
|
2886
|
+
stroke-linejoin="round"
|
|
2887
|
+
stroke-width="1.5"
|
|
2888
|
+
viewBox="0 0 24 24"
|
|
2889
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2890
|
+
>
|
|
2891
|
+
<rect
|
|
2892
|
+
height="14"
|
|
2893
|
+
rx="2"
|
|
2894
|
+
ry="2"
|
|
2895
|
+
width="14"
|
|
2896
|
+
x="8"
|
|
2897
|
+
y="8"
|
|
2898
|
+
/>
|
|
2899
|
+
<path
|
|
2900
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
2901
|
+
/>
|
|
2902
|
+
</svg>
|
|
2903
|
+
</span>
|
|
2904
|
+
</button>
|
|
2905
|
+
</div>
|
|
2971
2906
|
</div>
|
|
2972
2907
|
</div>
|
|
2973
2908
|
<div
|
|
@@ -2980,10 +2915,21 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
2980
2915
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
2981
2916
|
>
|
|
2982
2917
|
<div
|
|
2983
|
-
class="memori-chat--bubble-content"
|
|
2984
|
-
dir="auto"
|
|
2918
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
2985
2919
|
>
|
|
2986
|
-
|
|
2920
|
+
<div
|
|
2921
|
+
class="memori-expandable--inner"
|
|
2922
|
+
style="max-height: 9999px;"
|
|
2923
|
+
>
|
|
2924
|
+
<div
|
|
2925
|
+
class="memori-chat--bubble-content"
|
|
2926
|
+
dir="auto"
|
|
2927
|
+
>
|
|
2928
|
+
<p>
|
|
2929
|
+
Prova
|
|
2930
|
+
</p>
|
|
2931
|
+
</div>
|
|
2932
|
+
</div>
|
|
2987
2933
|
</div>
|
|
2988
2934
|
</div>
|
|
2989
2935
|
<div
|
|
@@ -3019,7 +2965,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3019
2965
|
/>
|
|
3020
2966
|
</picture>
|
|
3021
2967
|
<div
|
|
3022
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
2968
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
3023
2969
|
>
|
|
3024
2970
|
<div
|
|
3025
2971
|
class="memori-chat--bubble-content"
|
|
@@ -3029,6 +2975,43 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3029
2975
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
3030
2976
|
</p>
|
|
3031
2977
|
</div>
|
|
2978
|
+
<div
|
|
2979
|
+
class="memori-chat--bubble-addon"
|
|
2980
|
+
>
|
|
2981
|
+
<button
|
|
2982
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
2983
|
+
title="copy"
|
|
2984
|
+
>
|
|
2985
|
+
<span
|
|
2986
|
+
class="memori-button--icon"
|
|
2987
|
+
>
|
|
2988
|
+
<svg
|
|
2989
|
+
aria-hidden="true"
|
|
2990
|
+
fill="none"
|
|
2991
|
+
focusable="false"
|
|
2992
|
+
role="img"
|
|
2993
|
+
stroke="currentColor"
|
|
2994
|
+
stroke-linecap="round"
|
|
2995
|
+
stroke-linejoin="round"
|
|
2996
|
+
stroke-width="1.5"
|
|
2997
|
+
viewBox="0 0 24 24"
|
|
2998
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
2999
|
+
>
|
|
3000
|
+
<rect
|
|
3001
|
+
height="14"
|
|
3002
|
+
rx="2"
|
|
3003
|
+
ry="2"
|
|
3004
|
+
width="14"
|
|
3005
|
+
x="8"
|
|
3006
|
+
y="8"
|
|
3007
|
+
/>
|
|
3008
|
+
<path
|
|
3009
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
3010
|
+
/>
|
|
3011
|
+
</svg>
|
|
3012
|
+
</span>
|
|
3013
|
+
</button>
|
|
3014
|
+
</div>
|
|
3032
3015
|
</div>
|
|
3033
3016
|
</div>
|
|
3034
3017
|
<div
|
|
@@ -3041,10 +3024,21 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3041
3024
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
3042
3025
|
>
|
|
3043
3026
|
<div
|
|
3044
|
-
class="memori-chat--bubble-content"
|
|
3045
|
-
dir="auto"
|
|
3027
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
3046
3028
|
>
|
|
3047
|
-
|
|
3029
|
+
<div
|
|
3030
|
+
class="memori-expandable--inner"
|
|
3031
|
+
style="max-height: 9999px;"
|
|
3032
|
+
>
|
|
3033
|
+
<div
|
|
3034
|
+
class="memori-chat--bubble-content"
|
|
3035
|
+
dir="auto"
|
|
3036
|
+
>
|
|
3037
|
+
<p>
|
|
3038
|
+
Come faccio a fare delle cose con questa cosa?
|
|
3039
|
+
</p>
|
|
3040
|
+
</div>
|
|
3041
|
+
</div>
|
|
3048
3042
|
</div>
|
|
3049
3043
|
</div>
|
|
3050
3044
|
<div
|
|
@@ -3080,7 +3074,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3080
3074
|
/>
|
|
3081
3075
|
</picture>
|
|
3082
3076
|
<div
|
|
3083
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
3077
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
3084
3078
|
>
|
|
3085
3079
|
<div
|
|
3086
3080
|
class="memori-chat--bubble-content"
|
|
@@ -3090,6 +3084,43 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3090
3084
|
Ecco qui come.
|
|
3091
3085
|
</p>
|
|
3092
3086
|
</div>
|
|
3087
|
+
<div
|
|
3088
|
+
class="memori-chat--bubble-addon"
|
|
3089
|
+
>
|
|
3090
|
+
<button
|
|
3091
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
3092
|
+
title="copy"
|
|
3093
|
+
>
|
|
3094
|
+
<span
|
|
3095
|
+
class="memori-button--icon"
|
|
3096
|
+
>
|
|
3097
|
+
<svg
|
|
3098
|
+
aria-hidden="true"
|
|
3099
|
+
fill="none"
|
|
3100
|
+
focusable="false"
|
|
3101
|
+
role="img"
|
|
3102
|
+
stroke="currentColor"
|
|
3103
|
+
stroke-linecap="round"
|
|
3104
|
+
stroke-linejoin="round"
|
|
3105
|
+
stroke-width="1.5"
|
|
3106
|
+
viewBox="0 0 24 24"
|
|
3107
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3108
|
+
>
|
|
3109
|
+
<rect
|
|
3110
|
+
height="14"
|
|
3111
|
+
rx="2"
|
|
3112
|
+
ry="2"
|
|
3113
|
+
width="14"
|
|
3114
|
+
x="8"
|
|
3115
|
+
y="8"
|
|
3116
|
+
/>
|
|
3117
|
+
<path
|
|
3118
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
3119
|
+
/>
|
|
3120
|
+
</svg>
|
|
3121
|
+
</span>
|
|
3122
|
+
</button>
|
|
3123
|
+
</div>
|
|
3093
3124
|
</div>
|
|
3094
3125
|
</div>
|
|
3095
3126
|
<div
|
|
@@ -3099,7 +3130,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3099
3130
|
class="memori-link-items"
|
|
3100
3131
|
>
|
|
3101
3132
|
<div
|
|
3102
|
-
class="memori-link-items--grid"
|
|
3133
|
+
class="memori-link-items--grid memori-link-items--agent"
|
|
3103
3134
|
>
|
|
3104
3135
|
<div
|
|
3105
3136
|
class="memori-link-item ease-out duration-500 delay-0 opacity-0 scale-95"
|
|
@@ -3178,10 +3209,21 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3178
3209
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
3179
3210
|
>
|
|
3180
3211
|
<div
|
|
3181
|
-
class="memori-chat--bubble-content"
|
|
3182
|
-
dir="auto"
|
|
3212
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
3183
3213
|
>
|
|
3184
|
-
|
|
3214
|
+
<div
|
|
3215
|
+
class="memori-expandable--inner"
|
|
3216
|
+
style="max-height: 9999px;"
|
|
3217
|
+
>
|
|
3218
|
+
<div
|
|
3219
|
+
class="memori-chat--bubble-content"
|
|
3220
|
+
dir="auto"
|
|
3221
|
+
>
|
|
3222
|
+
<p>
|
|
3223
|
+
Ah, grazie! Ciao!
|
|
3224
|
+
</p>
|
|
3225
|
+
</div>
|
|
3226
|
+
</div>
|
|
3185
3227
|
</div>
|
|
3186
3228
|
</div>
|
|
3187
3229
|
<div
|
|
@@ -3217,7 +3259,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3217
3259
|
/>
|
|
3218
3260
|
</picture>
|
|
3219
3261
|
<div
|
|
3220
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
3262
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
3221
3263
|
>
|
|
3222
3264
|
<div
|
|
3223
3265
|
class="memori-chat--bubble-content"
|
|
@@ -3227,6 +3269,43 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3227
3269
|
Arrivederci.
|
|
3228
3270
|
</p>
|
|
3229
3271
|
</div>
|
|
3272
|
+
<div
|
|
3273
|
+
class="memori-chat--bubble-addon"
|
|
3274
|
+
>
|
|
3275
|
+
<button
|
|
3276
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
3277
|
+
title="copy"
|
|
3278
|
+
>
|
|
3279
|
+
<span
|
|
3280
|
+
class="memori-button--icon"
|
|
3281
|
+
>
|
|
3282
|
+
<svg
|
|
3283
|
+
aria-hidden="true"
|
|
3284
|
+
fill="none"
|
|
3285
|
+
focusable="false"
|
|
3286
|
+
role="img"
|
|
3287
|
+
stroke="currentColor"
|
|
3288
|
+
stroke-linecap="round"
|
|
3289
|
+
stroke-linejoin="round"
|
|
3290
|
+
stroke-width="1.5"
|
|
3291
|
+
viewBox="0 0 24 24"
|
|
3292
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3293
|
+
>
|
|
3294
|
+
<rect
|
|
3295
|
+
height="14"
|
|
3296
|
+
rx="2"
|
|
3297
|
+
ry="2"
|
|
3298
|
+
width="14"
|
|
3299
|
+
x="8"
|
|
3300
|
+
y="8"
|
|
3301
|
+
/>
|
|
3302
|
+
<path
|
|
3303
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
3304
|
+
/>
|
|
3305
|
+
</svg>
|
|
3306
|
+
</span>
|
|
3307
|
+
</button>
|
|
3308
|
+
</div>
|
|
3230
3309
|
</div>
|
|
3231
3310
|
</div>
|
|
3232
3311
|
<div
|
|
@@ -3267,29 +3346,6 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3267
3346
|
class="memori-chat-inputs"
|
|
3268
3347
|
id="chat-fieldset"
|
|
3269
3348
|
>
|
|
3270
|
-
<div
|
|
3271
|
-
class="memori-send-on-enter-menu"
|
|
3272
|
-
data-headlessui-state=""
|
|
3273
|
-
>
|
|
3274
|
-
<button
|
|
3275
|
-
aria-expanded="false"
|
|
3276
|
-
aria-haspopup="true"
|
|
3277
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-share-button--button memori--conversation-button"
|
|
3278
|
-
data-headlessui-state=""
|
|
3279
|
-
id="headlessui-menu-button-:r4:"
|
|
3280
|
-
type="button"
|
|
3281
|
-
>
|
|
3282
|
-
<div
|
|
3283
|
-
class="memori-button--icon"
|
|
3284
|
-
>
|
|
3285
|
-
<span
|
|
3286
|
-
style="display: block; width: 1rem; height: 1rem;"
|
|
3287
|
-
>
|
|
3288
|
-
…
|
|
3289
|
-
</span>
|
|
3290
|
-
</div>
|
|
3291
|
-
</button>
|
|
3292
|
-
</div>
|
|
3293
3349
|
<div
|
|
3294
3350
|
class="memori-chat-textarea"
|
|
3295
3351
|
data-testid="chat-textarea"
|
|
@@ -3299,6 +3355,7 @@ exports[`renders Chat with hints unchanged 1`] = `
|
|
|
3299
3355
|
>
|
|
3300
3356
|
<textarea
|
|
3301
3357
|
class="memori-chat-textarea--input"
|
|
3358
|
+
maxlength="100000"
|
|
3302
3359
|
/>
|
|
3303
3360
|
<div
|
|
3304
3361
|
class="memori-chat-textarea--expand"
|
|
@@ -3385,7 +3442,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3385
3442
|
/>
|
|
3386
3443
|
</picture>
|
|
3387
3444
|
<div
|
|
3388
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
3445
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
3389
3446
|
>
|
|
3390
3447
|
<div
|
|
3391
3448
|
class="memori-chat--bubble-content"
|
|
@@ -3395,6 +3452,43 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3395
3452
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
3396
3453
|
</p>
|
|
3397
3454
|
</div>
|
|
3455
|
+
<div
|
|
3456
|
+
class="memori-chat--bubble-addon"
|
|
3457
|
+
>
|
|
3458
|
+
<button
|
|
3459
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
3460
|
+
title="copy"
|
|
3461
|
+
>
|
|
3462
|
+
<span
|
|
3463
|
+
class="memori-button--icon"
|
|
3464
|
+
>
|
|
3465
|
+
<svg
|
|
3466
|
+
aria-hidden="true"
|
|
3467
|
+
fill="none"
|
|
3468
|
+
focusable="false"
|
|
3469
|
+
role="img"
|
|
3470
|
+
stroke="currentColor"
|
|
3471
|
+
stroke-linecap="round"
|
|
3472
|
+
stroke-linejoin="round"
|
|
3473
|
+
stroke-width="1.5"
|
|
3474
|
+
viewBox="0 0 24 24"
|
|
3475
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3476
|
+
>
|
|
3477
|
+
<rect
|
|
3478
|
+
height="14"
|
|
3479
|
+
rx="2"
|
|
3480
|
+
ry="2"
|
|
3481
|
+
width="14"
|
|
3482
|
+
x="8"
|
|
3483
|
+
y="8"
|
|
3484
|
+
/>
|
|
3485
|
+
<path
|
|
3486
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
3487
|
+
/>
|
|
3488
|
+
</svg>
|
|
3489
|
+
</span>
|
|
3490
|
+
</button>
|
|
3491
|
+
</div>
|
|
3398
3492
|
</div>
|
|
3399
3493
|
</div>
|
|
3400
3494
|
<div
|
|
@@ -3407,10 +3501,21 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3407
3501
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
3408
3502
|
>
|
|
3409
3503
|
<div
|
|
3410
|
-
class="memori-chat--bubble-content"
|
|
3411
|
-
dir="auto"
|
|
3504
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
3412
3505
|
>
|
|
3413
|
-
|
|
3506
|
+
<div
|
|
3507
|
+
class="memori-expandable--inner"
|
|
3508
|
+
style="max-height: 9999px;"
|
|
3509
|
+
>
|
|
3510
|
+
<div
|
|
3511
|
+
class="memori-chat--bubble-content"
|
|
3512
|
+
dir="auto"
|
|
3513
|
+
>
|
|
3514
|
+
<p>
|
|
3515
|
+
Prova
|
|
3516
|
+
</p>
|
|
3517
|
+
</div>
|
|
3518
|
+
</div>
|
|
3414
3519
|
</div>
|
|
3415
3520
|
</div>
|
|
3416
3521
|
<div
|
|
@@ -3446,7 +3551,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3446
3551
|
/>
|
|
3447
3552
|
</picture>
|
|
3448
3553
|
<div
|
|
3449
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
3554
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
3450
3555
|
>
|
|
3451
3556
|
<div
|
|
3452
3557
|
class="memori-chat--bubble-content"
|
|
@@ -3456,6 +3561,43 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3456
3561
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
3457
3562
|
</p>
|
|
3458
3563
|
</div>
|
|
3564
|
+
<div
|
|
3565
|
+
class="memori-chat--bubble-addon"
|
|
3566
|
+
>
|
|
3567
|
+
<button
|
|
3568
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
3569
|
+
title="copy"
|
|
3570
|
+
>
|
|
3571
|
+
<span
|
|
3572
|
+
class="memori-button--icon"
|
|
3573
|
+
>
|
|
3574
|
+
<svg
|
|
3575
|
+
aria-hidden="true"
|
|
3576
|
+
fill="none"
|
|
3577
|
+
focusable="false"
|
|
3578
|
+
role="img"
|
|
3579
|
+
stroke="currentColor"
|
|
3580
|
+
stroke-linecap="round"
|
|
3581
|
+
stroke-linejoin="round"
|
|
3582
|
+
stroke-width="1.5"
|
|
3583
|
+
viewBox="0 0 24 24"
|
|
3584
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3585
|
+
>
|
|
3586
|
+
<rect
|
|
3587
|
+
height="14"
|
|
3588
|
+
rx="2"
|
|
3589
|
+
ry="2"
|
|
3590
|
+
width="14"
|
|
3591
|
+
x="8"
|
|
3592
|
+
y="8"
|
|
3593
|
+
/>
|
|
3594
|
+
<path
|
|
3595
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
3596
|
+
/>
|
|
3597
|
+
</svg>
|
|
3598
|
+
</span>
|
|
3599
|
+
</button>
|
|
3600
|
+
</div>
|
|
3459
3601
|
</div>
|
|
3460
3602
|
</div>
|
|
3461
3603
|
<div
|
|
@@ -3468,10 +3610,21 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3468
3610
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
3469
3611
|
>
|
|
3470
3612
|
<div
|
|
3471
|
-
class="memori-chat--bubble-content"
|
|
3472
|
-
dir="auto"
|
|
3613
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
3473
3614
|
>
|
|
3474
|
-
|
|
3615
|
+
<div
|
|
3616
|
+
class="memori-expandable--inner"
|
|
3617
|
+
style="max-height: 9999px;"
|
|
3618
|
+
>
|
|
3619
|
+
<div
|
|
3620
|
+
class="memori-chat--bubble-content"
|
|
3621
|
+
dir="auto"
|
|
3622
|
+
>
|
|
3623
|
+
<p>
|
|
3624
|
+
Come faccio a fare delle cose con questa cosa?
|
|
3625
|
+
</p>
|
|
3626
|
+
</div>
|
|
3627
|
+
</div>
|
|
3475
3628
|
</div>
|
|
3476
3629
|
</div>
|
|
3477
3630
|
<div
|
|
@@ -3507,7 +3660,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3507
3660
|
/>
|
|
3508
3661
|
</picture>
|
|
3509
3662
|
<div
|
|
3510
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
3663
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
3511
3664
|
>
|
|
3512
3665
|
<div
|
|
3513
3666
|
class="memori-chat--bubble-content"
|
|
@@ -3517,6 +3670,43 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3517
3670
|
Ecco qui delle cose per te.
|
|
3518
3671
|
</p>
|
|
3519
3672
|
</div>
|
|
3673
|
+
<div
|
|
3674
|
+
class="memori-chat--bubble-addon"
|
|
3675
|
+
>
|
|
3676
|
+
<button
|
|
3677
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
3678
|
+
title="copy"
|
|
3679
|
+
>
|
|
3680
|
+
<span
|
|
3681
|
+
class="memori-button--icon"
|
|
3682
|
+
>
|
|
3683
|
+
<svg
|
|
3684
|
+
aria-hidden="true"
|
|
3685
|
+
fill="none"
|
|
3686
|
+
focusable="false"
|
|
3687
|
+
role="img"
|
|
3688
|
+
stroke="currentColor"
|
|
3689
|
+
stroke-linecap="round"
|
|
3690
|
+
stroke-linejoin="round"
|
|
3691
|
+
stroke-width="1.5"
|
|
3692
|
+
viewBox="0 0 24 24"
|
|
3693
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
3694
|
+
>
|
|
3695
|
+
<rect
|
|
3696
|
+
height="14"
|
|
3697
|
+
rx="2"
|
|
3698
|
+
ry="2"
|
|
3699
|
+
width="14"
|
|
3700
|
+
x="8"
|
|
3701
|
+
y="8"
|
|
3702
|
+
/>
|
|
3703
|
+
<path
|
|
3704
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
3705
|
+
/>
|
|
3706
|
+
</svg>
|
|
3707
|
+
</span>
|
|
3708
|
+
</button>
|
|
3709
|
+
</div>
|
|
3520
3710
|
</div>
|
|
3521
3711
|
</div>
|
|
3522
3712
|
<div
|
|
@@ -3526,7 +3716,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3526
3716
|
class="memori-media-items"
|
|
3527
3717
|
>
|
|
3528
3718
|
<div
|
|
3529
|
-
class="memori-media-items--grid"
|
|
3719
|
+
class="memori-media-items--grid memori-media-items--agent"
|
|
3530
3720
|
>
|
|
3531
3721
|
<div
|
|
3532
3722
|
class="memori-media-item ease-out duration-500 delay-0 opacity-0 scale-95"
|
|
@@ -3726,7 +3916,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
3726
3916
|
class="memori-link-items"
|
|
3727
3917
|
>
|
|
3728
3918
|
<div
|
|
3729
|
-
class="memori-link-items--grid"
|
|
3919
|
+
class="memori-link-items--grid memori-link-items--agent"
|
|
3730
3920
|
>
|
|
3731
3921
|
<div
|
|
3732
3922
|
class="memori-link-item ease-out duration-500 delay-0 opacity-0 scale-95"
|
|
@@ -4006,10 +4196,21 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
4006
4196
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4007
4197
|
>
|
|
4008
4198
|
<div
|
|
4009
|
-
class="memori-chat--bubble-content"
|
|
4010
|
-
dir="auto"
|
|
4199
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
4011
4200
|
>
|
|
4012
|
-
|
|
4201
|
+
<div
|
|
4202
|
+
class="memori-expandable--inner"
|
|
4203
|
+
style="max-height: 9999px;"
|
|
4204
|
+
>
|
|
4205
|
+
<div
|
|
4206
|
+
class="memori-chat--bubble-content"
|
|
4207
|
+
dir="auto"
|
|
4208
|
+
>
|
|
4209
|
+
<p>
|
|
4210
|
+
Ah, grazie! Ciao!
|
|
4211
|
+
</p>
|
|
4212
|
+
</div>
|
|
4213
|
+
</div>
|
|
4013
4214
|
</div>
|
|
4014
4215
|
</div>
|
|
4015
4216
|
<div
|
|
@@ -4045,7 +4246,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
4045
4246
|
/>
|
|
4046
4247
|
</picture>
|
|
4047
4248
|
<div
|
|
4048
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4249
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4049
4250
|
>
|
|
4050
4251
|
<div
|
|
4051
4252
|
class="memori-chat--bubble-content"
|
|
@@ -4055,6 +4256,43 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
4055
4256
|
Arrivederci.
|
|
4056
4257
|
</p>
|
|
4057
4258
|
</div>
|
|
4259
|
+
<div
|
|
4260
|
+
class="memori-chat--bubble-addon"
|
|
4261
|
+
>
|
|
4262
|
+
<button
|
|
4263
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
4264
|
+
title="copy"
|
|
4265
|
+
>
|
|
4266
|
+
<span
|
|
4267
|
+
class="memori-button--icon"
|
|
4268
|
+
>
|
|
4269
|
+
<svg
|
|
4270
|
+
aria-hidden="true"
|
|
4271
|
+
fill="none"
|
|
4272
|
+
focusable="false"
|
|
4273
|
+
role="img"
|
|
4274
|
+
stroke="currentColor"
|
|
4275
|
+
stroke-linecap="round"
|
|
4276
|
+
stroke-linejoin="round"
|
|
4277
|
+
stroke-width="1.5"
|
|
4278
|
+
viewBox="0 0 24 24"
|
|
4279
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4280
|
+
>
|
|
4281
|
+
<rect
|
|
4282
|
+
height="14"
|
|
4283
|
+
rx="2"
|
|
4284
|
+
ry="2"
|
|
4285
|
+
width="14"
|
|
4286
|
+
x="8"
|
|
4287
|
+
y="8"
|
|
4288
|
+
/>
|
|
4289
|
+
<path
|
|
4290
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
4291
|
+
/>
|
|
4292
|
+
</svg>
|
|
4293
|
+
</span>
|
|
4294
|
+
</button>
|
|
4295
|
+
</div>
|
|
4058
4296
|
</div>
|
|
4059
4297
|
</div>
|
|
4060
4298
|
<div
|
|
@@ -4069,29 +4307,6 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
4069
4307
|
class="memori-chat-inputs"
|
|
4070
4308
|
id="chat-fieldset"
|
|
4071
4309
|
>
|
|
4072
|
-
<div
|
|
4073
|
-
class="memori-send-on-enter-menu"
|
|
4074
|
-
data-headlessui-state=""
|
|
4075
|
-
>
|
|
4076
|
-
<button
|
|
4077
|
-
aria-expanded="false"
|
|
4078
|
-
aria-haspopup="true"
|
|
4079
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-share-button--button memori--conversation-button"
|
|
4080
|
-
data-headlessui-state=""
|
|
4081
|
-
id="headlessui-menu-button-:r6:"
|
|
4082
|
-
type="button"
|
|
4083
|
-
>
|
|
4084
|
-
<div
|
|
4085
|
-
class="memori-button--icon"
|
|
4086
|
-
>
|
|
4087
|
-
<span
|
|
4088
|
-
style="display: block; width: 1rem; height: 1rem;"
|
|
4089
|
-
>
|
|
4090
|
-
…
|
|
4091
|
-
</span>
|
|
4092
|
-
</div>
|
|
4093
|
-
</button>
|
|
4094
|
-
</div>
|
|
4095
4310
|
<div
|
|
4096
4311
|
class="memori-chat-textarea"
|
|
4097
4312
|
data-testid="chat-textarea"
|
|
@@ -4101,6 +4316,7 @@ exports[`renders Chat with media unchanged 1`] = `
|
|
|
4101
4316
|
>
|
|
4102
4317
|
<textarea
|
|
4103
4318
|
class="memori-chat-textarea--input"
|
|
4319
|
+
maxlength="100000"
|
|
4104
4320
|
/>
|
|
4105
4321
|
<div
|
|
4106
4322
|
class="memori-chat-textarea--expand"
|
|
@@ -4187,7 +4403,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4187
4403
|
/>
|
|
4188
4404
|
</picture>
|
|
4189
4405
|
<div
|
|
4190
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4406
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4191
4407
|
>
|
|
4192
4408
|
<div
|
|
4193
4409
|
class="memori-chat--bubble-content"
|
|
@@ -4197,6 +4413,43 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4197
4413
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
4198
4414
|
</p>
|
|
4199
4415
|
</div>
|
|
4416
|
+
<div
|
|
4417
|
+
class="memori-chat--bubble-addon"
|
|
4418
|
+
>
|
|
4419
|
+
<button
|
|
4420
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
4421
|
+
title="copy"
|
|
4422
|
+
>
|
|
4423
|
+
<span
|
|
4424
|
+
class="memori-button--icon"
|
|
4425
|
+
>
|
|
4426
|
+
<svg
|
|
4427
|
+
aria-hidden="true"
|
|
4428
|
+
fill="none"
|
|
4429
|
+
focusable="false"
|
|
4430
|
+
role="img"
|
|
4431
|
+
stroke="currentColor"
|
|
4432
|
+
stroke-linecap="round"
|
|
4433
|
+
stroke-linejoin="round"
|
|
4434
|
+
stroke-width="1.5"
|
|
4435
|
+
viewBox="0 0 24 24"
|
|
4436
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4437
|
+
>
|
|
4438
|
+
<rect
|
|
4439
|
+
height="14"
|
|
4440
|
+
rx="2"
|
|
4441
|
+
ry="2"
|
|
4442
|
+
width="14"
|
|
4443
|
+
x="8"
|
|
4444
|
+
y="8"
|
|
4445
|
+
/>
|
|
4446
|
+
<path
|
|
4447
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
4448
|
+
/>
|
|
4449
|
+
</svg>
|
|
4450
|
+
</span>
|
|
4451
|
+
</button>
|
|
4452
|
+
</div>
|
|
4200
4453
|
</div>
|
|
4201
4454
|
</div>
|
|
4202
4455
|
<div
|
|
@@ -4209,10 +4462,21 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4209
4462
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4210
4463
|
>
|
|
4211
4464
|
<div
|
|
4212
|
-
class="memori-chat--bubble-content"
|
|
4213
|
-
dir="auto"
|
|
4465
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
4214
4466
|
>
|
|
4215
|
-
|
|
4467
|
+
<div
|
|
4468
|
+
class="memori-expandable--inner"
|
|
4469
|
+
style="max-height: 9999px;"
|
|
4470
|
+
>
|
|
4471
|
+
<div
|
|
4472
|
+
class="memori-chat--bubble-content"
|
|
4473
|
+
dir="auto"
|
|
4474
|
+
>
|
|
4475
|
+
<p>
|
|
4476
|
+
Prova
|
|
4477
|
+
</p>
|
|
4478
|
+
</div>
|
|
4479
|
+
</div>
|
|
4216
4480
|
</div>
|
|
4217
4481
|
</div>
|
|
4218
4482
|
<div
|
|
@@ -4248,7 +4512,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4248
4512
|
/>
|
|
4249
4513
|
</picture>
|
|
4250
4514
|
<div
|
|
4251
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4515
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4252
4516
|
>
|
|
4253
4517
|
<div
|
|
4254
4518
|
class="memori-chat--bubble-content"
|
|
@@ -4258,6 +4522,43 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4258
4522
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
4259
4523
|
</p>
|
|
4260
4524
|
</div>
|
|
4525
|
+
<div
|
|
4526
|
+
class="memori-chat--bubble-addon"
|
|
4527
|
+
>
|
|
4528
|
+
<button
|
|
4529
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
4530
|
+
title="copy"
|
|
4531
|
+
>
|
|
4532
|
+
<span
|
|
4533
|
+
class="memori-button--icon"
|
|
4534
|
+
>
|
|
4535
|
+
<svg
|
|
4536
|
+
aria-hidden="true"
|
|
4537
|
+
fill="none"
|
|
4538
|
+
focusable="false"
|
|
4539
|
+
role="img"
|
|
4540
|
+
stroke="currentColor"
|
|
4541
|
+
stroke-linecap="round"
|
|
4542
|
+
stroke-linejoin="round"
|
|
4543
|
+
stroke-width="1.5"
|
|
4544
|
+
viewBox="0 0 24 24"
|
|
4545
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4546
|
+
>
|
|
4547
|
+
<rect
|
|
4548
|
+
height="14"
|
|
4549
|
+
rx="2"
|
|
4550
|
+
ry="2"
|
|
4551
|
+
width="14"
|
|
4552
|
+
x="8"
|
|
4553
|
+
y="8"
|
|
4554
|
+
/>
|
|
4555
|
+
<path
|
|
4556
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
4557
|
+
/>
|
|
4558
|
+
</svg>
|
|
4559
|
+
</span>
|
|
4560
|
+
</button>
|
|
4561
|
+
</div>
|
|
4261
4562
|
</div>
|
|
4262
4563
|
</div>
|
|
4263
4564
|
<div
|
|
@@ -4270,10 +4571,21 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4270
4571
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4271
4572
|
>
|
|
4272
4573
|
<div
|
|
4273
|
-
class="memori-chat--bubble-content"
|
|
4274
|
-
dir="auto"
|
|
4574
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
4275
4575
|
>
|
|
4276
|
-
|
|
4576
|
+
<div
|
|
4577
|
+
class="memori-expandable--inner"
|
|
4578
|
+
style="max-height: 9999px;"
|
|
4579
|
+
>
|
|
4580
|
+
<div
|
|
4581
|
+
class="memori-chat--bubble-content"
|
|
4582
|
+
dir="auto"
|
|
4583
|
+
>
|
|
4584
|
+
<p>
|
|
4585
|
+
Come faccio a fare delle cose con questa cosa?
|
|
4586
|
+
</p>
|
|
4587
|
+
</div>
|
|
4588
|
+
</div>
|
|
4277
4589
|
</div>
|
|
4278
4590
|
</div>
|
|
4279
4591
|
<div
|
|
@@ -4309,7 +4621,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4309
4621
|
/>
|
|
4310
4622
|
</picture>
|
|
4311
4623
|
<div
|
|
4312
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4624
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4313
4625
|
>
|
|
4314
4626
|
<div
|
|
4315
4627
|
class="memori-chat--bubble-content"
|
|
@@ -4319,6 +4631,43 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4319
4631
|
Ecco qui come.
|
|
4320
4632
|
</p>
|
|
4321
4633
|
</div>
|
|
4634
|
+
<div
|
|
4635
|
+
class="memori-chat--bubble-addon"
|
|
4636
|
+
>
|
|
4637
|
+
<button
|
|
4638
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
4639
|
+
title="copy"
|
|
4640
|
+
>
|
|
4641
|
+
<span
|
|
4642
|
+
class="memori-button--icon"
|
|
4643
|
+
>
|
|
4644
|
+
<svg
|
|
4645
|
+
aria-hidden="true"
|
|
4646
|
+
fill="none"
|
|
4647
|
+
focusable="false"
|
|
4648
|
+
role="img"
|
|
4649
|
+
stroke="currentColor"
|
|
4650
|
+
stroke-linecap="round"
|
|
4651
|
+
stroke-linejoin="round"
|
|
4652
|
+
stroke-width="1.5"
|
|
4653
|
+
viewBox="0 0 24 24"
|
|
4654
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4655
|
+
>
|
|
4656
|
+
<rect
|
|
4657
|
+
height="14"
|
|
4658
|
+
rx="2"
|
|
4659
|
+
ry="2"
|
|
4660
|
+
width="14"
|
|
4661
|
+
x="8"
|
|
4662
|
+
y="8"
|
|
4663
|
+
/>
|
|
4664
|
+
<path
|
|
4665
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
4666
|
+
/>
|
|
4667
|
+
</svg>
|
|
4668
|
+
</span>
|
|
4669
|
+
</button>
|
|
4670
|
+
</div>
|
|
4322
4671
|
</div>
|
|
4323
4672
|
</div>
|
|
4324
4673
|
<div
|
|
@@ -4328,7 +4677,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4328
4677
|
class="memori-link-items"
|
|
4329
4678
|
>
|
|
4330
4679
|
<div
|
|
4331
|
-
class="memori-link-items--grid"
|
|
4680
|
+
class="memori-link-items--grid memori-link-items--agent"
|
|
4332
4681
|
>
|
|
4333
4682
|
<div
|
|
4334
4683
|
class="memori-link-item ease-out duration-500 delay-0 opacity-0 scale-95"
|
|
@@ -4407,10 +4756,21 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4407
4756
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4408
4757
|
>
|
|
4409
4758
|
<div
|
|
4410
|
-
class="memori-chat--bubble-content"
|
|
4411
|
-
dir="auto"
|
|
4759
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
4412
4760
|
>
|
|
4413
|
-
|
|
4761
|
+
<div
|
|
4762
|
+
class="memori-expandable--inner"
|
|
4763
|
+
style="max-height: 9999px;"
|
|
4764
|
+
>
|
|
4765
|
+
<div
|
|
4766
|
+
class="memori-chat--bubble-content"
|
|
4767
|
+
dir="auto"
|
|
4768
|
+
>
|
|
4769
|
+
<p>
|
|
4770
|
+
Ah, grazie! Ciao!
|
|
4771
|
+
</p>
|
|
4772
|
+
</div>
|
|
4773
|
+
</div>
|
|
4414
4774
|
</div>
|
|
4415
4775
|
</div>
|
|
4416
4776
|
<div
|
|
@@ -4446,7 +4806,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4446
4806
|
/>
|
|
4447
4807
|
</picture>
|
|
4448
4808
|
<div
|
|
4449
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4809
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4450
4810
|
>
|
|
4451
4811
|
<div
|
|
4452
4812
|
class="memori-chat--bubble-content"
|
|
@@ -4456,6 +4816,43 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4456
4816
|
Arrivederci.
|
|
4457
4817
|
</p>
|
|
4458
4818
|
</div>
|
|
4819
|
+
<div
|
|
4820
|
+
class="memori-chat--bubble-addon"
|
|
4821
|
+
>
|
|
4822
|
+
<button
|
|
4823
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
4824
|
+
title="copy"
|
|
4825
|
+
>
|
|
4826
|
+
<span
|
|
4827
|
+
class="memori-button--icon"
|
|
4828
|
+
>
|
|
4829
|
+
<svg
|
|
4830
|
+
aria-hidden="true"
|
|
4831
|
+
fill="none"
|
|
4832
|
+
focusable="false"
|
|
4833
|
+
role="img"
|
|
4834
|
+
stroke="currentColor"
|
|
4835
|
+
stroke-linecap="round"
|
|
4836
|
+
stroke-linejoin="round"
|
|
4837
|
+
stroke-width="1.5"
|
|
4838
|
+
viewBox="0 0 24 24"
|
|
4839
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4840
|
+
>
|
|
4841
|
+
<rect
|
|
4842
|
+
height="14"
|
|
4843
|
+
rx="2"
|
|
4844
|
+
ry="2"
|
|
4845
|
+
width="14"
|
|
4846
|
+
x="8"
|
|
4847
|
+
y="8"
|
|
4848
|
+
/>
|
|
4849
|
+
<path
|
|
4850
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
4851
|
+
/>
|
|
4852
|
+
</svg>
|
|
4853
|
+
</span>
|
|
4854
|
+
</button>
|
|
4855
|
+
</div>
|
|
4459
4856
|
</div>
|
|
4460
4857
|
</div>
|
|
4461
4858
|
<div
|
|
@@ -4491,29 +4888,6 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4491
4888
|
class="memori-chat-inputs"
|
|
4492
4889
|
id="chat-fieldset"
|
|
4493
4890
|
>
|
|
4494
|
-
<div
|
|
4495
|
-
class="memori-send-on-enter-menu"
|
|
4496
|
-
data-headlessui-state=""
|
|
4497
|
-
>
|
|
4498
|
-
<button
|
|
4499
|
-
aria-expanded="false"
|
|
4500
|
-
aria-haspopup="true"
|
|
4501
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-share-button--button memori--conversation-button"
|
|
4502
|
-
data-headlessui-state=""
|
|
4503
|
-
id="headlessui-menu-button-:r2:"
|
|
4504
|
-
type="button"
|
|
4505
|
-
>
|
|
4506
|
-
<div
|
|
4507
|
-
class="memori-button--icon"
|
|
4508
|
-
>
|
|
4509
|
-
<span
|
|
4510
|
-
style="display: block; width: 1rem; height: 1rem;"
|
|
4511
|
-
>
|
|
4512
|
-
…
|
|
4513
|
-
</span>
|
|
4514
|
-
</div>
|
|
4515
|
-
</button>
|
|
4516
|
-
</div>
|
|
4517
4891
|
<div
|
|
4518
4892
|
class="memori-chat-textarea"
|
|
4519
4893
|
data-testid="chat-textarea"
|
|
@@ -4523,6 +4897,7 @@ exports[`renders Chat with memori typing unchanged 1`] = `
|
|
|
4523
4897
|
>
|
|
4524
4898
|
<textarea
|
|
4525
4899
|
class="memori-chat-textarea--input"
|
|
4900
|
+
maxlength="100000"
|
|
4526
4901
|
/>
|
|
4527
4902
|
<div
|
|
4528
4903
|
class="memori-chat-textarea--expand"
|
|
@@ -4609,7 +4984,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4609
4984
|
/>
|
|
4610
4985
|
</picture>
|
|
4611
4986
|
<div
|
|
4612
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4987
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4613
4988
|
>
|
|
4614
4989
|
<div
|
|
4615
4990
|
class="memori-chat--bubble-content"
|
|
@@ -4619,6 +4994,43 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4619
4994
|
Ciao, io sono test, c'è qualcosa che vorresti chiedermi?
|
|
4620
4995
|
</p>
|
|
4621
4996
|
</div>
|
|
4997
|
+
<div
|
|
4998
|
+
class="memori-chat--bubble-addon"
|
|
4999
|
+
>
|
|
5000
|
+
<button
|
|
5001
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
5002
|
+
title="copy"
|
|
5003
|
+
>
|
|
5004
|
+
<span
|
|
5005
|
+
class="memori-button--icon"
|
|
5006
|
+
>
|
|
5007
|
+
<svg
|
|
5008
|
+
aria-hidden="true"
|
|
5009
|
+
fill="none"
|
|
5010
|
+
focusable="false"
|
|
5011
|
+
role="img"
|
|
5012
|
+
stroke="currentColor"
|
|
5013
|
+
stroke-linecap="round"
|
|
5014
|
+
stroke-linejoin="round"
|
|
5015
|
+
stroke-width="1.5"
|
|
5016
|
+
viewBox="0 0 24 24"
|
|
5017
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5018
|
+
>
|
|
5019
|
+
<rect
|
|
5020
|
+
height="14"
|
|
5021
|
+
rx="2"
|
|
5022
|
+
ry="2"
|
|
5023
|
+
width="14"
|
|
5024
|
+
x="8"
|
|
5025
|
+
y="8"
|
|
5026
|
+
/>
|
|
5027
|
+
<path
|
|
5028
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
5029
|
+
/>
|
|
5030
|
+
</svg>
|
|
5031
|
+
</span>
|
|
5032
|
+
</button>
|
|
5033
|
+
</div>
|
|
4622
5034
|
</div>
|
|
4623
5035
|
</div>
|
|
4624
5036
|
<div
|
|
@@ -4631,10 +5043,21 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4631
5043
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4632
5044
|
>
|
|
4633
5045
|
<div
|
|
4634
|
-
class="memori-chat--bubble-content"
|
|
4635
|
-
dir="auto"
|
|
5046
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
4636
5047
|
>
|
|
4637
|
-
|
|
5048
|
+
<div
|
|
5049
|
+
class="memori-expandable--inner"
|
|
5050
|
+
style="max-height: 9999px;"
|
|
5051
|
+
>
|
|
5052
|
+
<div
|
|
5053
|
+
class="memori-chat--bubble-content"
|
|
5054
|
+
dir="auto"
|
|
5055
|
+
>
|
|
5056
|
+
<p>
|
|
5057
|
+
Prova
|
|
5058
|
+
</p>
|
|
5059
|
+
</div>
|
|
5060
|
+
</div>
|
|
4638
5061
|
</div>
|
|
4639
5062
|
</div>
|
|
4640
5063
|
<picture
|
|
@@ -4664,7 +5087,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4664
5087
|
/>
|
|
4665
5088
|
</picture>
|
|
4666
5089
|
<div
|
|
4667
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
5090
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4668
5091
|
>
|
|
4669
5092
|
<div
|
|
4670
5093
|
class="memori-chat--bubble-content"
|
|
@@ -4674,6 +5097,43 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4674
5097
|
Mi dispiace, le mie risposte sono limitate. Devi farmi le domande giuste. C'è altro che vuoi sapere?
|
|
4675
5098
|
</p>
|
|
4676
5099
|
</div>
|
|
5100
|
+
<div
|
|
5101
|
+
class="memori-chat--bubble-addon"
|
|
5102
|
+
>
|
|
5103
|
+
<button
|
|
5104
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
5105
|
+
title="copy"
|
|
5106
|
+
>
|
|
5107
|
+
<span
|
|
5108
|
+
class="memori-button--icon"
|
|
5109
|
+
>
|
|
5110
|
+
<svg
|
|
5111
|
+
aria-hidden="true"
|
|
5112
|
+
fill="none"
|
|
5113
|
+
focusable="false"
|
|
5114
|
+
role="img"
|
|
5115
|
+
stroke="currentColor"
|
|
5116
|
+
stroke-linecap="round"
|
|
5117
|
+
stroke-linejoin="round"
|
|
5118
|
+
stroke-width="1.5"
|
|
5119
|
+
viewBox="0 0 24 24"
|
|
5120
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5121
|
+
>
|
|
5122
|
+
<rect
|
|
5123
|
+
height="14"
|
|
5124
|
+
rx="2"
|
|
5125
|
+
ry="2"
|
|
5126
|
+
width="14"
|
|
5127
|
+
x="8"
|
|
5128
|
+
y="8"
|
|
5129
|
+
/>
|
|
5130
|
+
<path
|
|
5131
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
5132
|
+
/>
|
|
5133
|
+
</svg>
|
|
5134
|
+
</span>
|
|
5135
|
+
</button>
|
|
5136
|
+
</div>
|
|
4677
5137
|
</div>
|
|
4678
5138
|
</div>
|
|
4679
5139
|
<div
|
|
@@ -4686,10 +5146,21 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4686
5146
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4687
5147
|
>
|
|
4688
5148
|
<div
|
|
4689
|
-
class="memori-chat--bubble-content"
|
|
4690
|
-
dir="auto"
|
|
5149
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
4691
5150
|
>
|
|
4692
|
-
|
|
5151
|
+
<div
|
|
5152
|
+
class="memori-expandable--inner"
|
|
5153
|
+
style="max-height: 9999px;"
|
|
5154
|
+
>
|
|
5155
|
+
<div
|
|
5156
|
+
class="memori-chat--bubble-content"
|
|
5157
|
+
dir="auto"
|
|
5158
|
+
>
|
|
5159
|
+
<p>
|
|
5160
|
+
Come faccio a fare delle cose con questa cosa?
|
|
5161
|
+
</p>
|
|
5162
|
+
</div>
|
|
5163
|
+
</div>
|
|
4693
5164
|
</div>
|
|
4694
5165
|
</div>
|
|
4695
5166
|
<picture
|
|
@@ -4719,7 +5190,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4719
5190
|
/>
|
|
4720
5191
|
</picture>
|
|
4721
5192
|
<div
|
|
4722
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
5193
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4723
5194
|
>
|
|
4724
5195
|
<div
|
|
4725
5196
|
class="memori-chat--bubble-content"
|
|
@@ -4729,6 +5200,43 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4729
5200
|
Ecco qui come.
|
|
4730
5201
|
</p>
|
|
4731
5202
|
</div>
|
|
5203
|
+
<div
|
|
5204
|
+
class="memori-chat--bubble-addon"
|
|
5205
|
+
>
|
|
5206
|
+
<button
|
|
5207
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
5208
|
+
title="copy"
|
|
5209
|
+
>
|
|
5210
|
+
<span
|
|
5211
|
+
class="memori-button--icon"
|
|
5212
|
+
>
|
|
5213
|
+
<svg
|
|
5214
|
+
aria-hidden="true"
|
|
5215
|
+
fill="none"
|
|
5216
|
+
focusable="false"
|
|
5217
|
+
role="img"
|
|
5218
|
+
stroke="currentColor"
|
|
5219
|
+
stroke-linecap="round"
|
|
5220
|
+
stroke-linejoin="round"
|
|
5221
|
+
stroke-width="1.5"
|
|
5222
|
+
viewBox="0 0 24 24"
|
|
5223
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5224
|
+
>
|
|
5225
|
+
<rect
|
|
5226
|
+
height="14"
|
|
5227
|
+
rx="2"
|
|
5228
|
+
ry="2"
|
|
5229
|
+
width="14"
|
|
5230
|
+
x="8"
|
|
5231
|
+
y="8"
|
|
5232
|
+
/>
|
|
5233
|
+
<path
|
|
5234
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
5235
|
+
/>
|
|
5236
|
+
</svg>
|
|
5237
|
+
</span>
|
|
5238
|
+
</button>
|
|
5239
|
+
</div>
|
|
4732
5240
|
</div>
|
|
4733
5241
|
</div>
|
|
4734
5242
|
<div
|
|
@@ -4738,7 +5246,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4738
5246
|
class="memori-link-items"
|
|
4739
5247
|
>
|
|
4740
5248
|
<div
|
|
4741
|
-
class="memori-link-items--grid"
|
|
5249
|
+
class="memori-link-items--grid memori-link-items--agent"
|
|
4742
5250
|
>
|
|
4743
5251
|
<div
|
|
4744
5252
|
class="memori-link-item ease-out duration-500 delay-0 opacity-0 scale-95"
|
|
@@ -4817,10 +5325,21 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4817
5325
|
class="memori-chat--bubble memori-chat--user-bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x-30"
|
|
4818
5326
|
>
|
|
4819
5327
|
<div
|
|
4820
|
-
class="memori-chat--bubble-content"
|
|
4821
|
-
dir="auto"
|
|
5328
|
+
class="memori-expandable memori-chat--bubble-content"
|
|
4822
5329
|
>
|
|
4823
|
-
|
|
5330
|
+
<div
|
|
5331
|
+
class="memori-expandable--inner"
|
|
5332
|
+
style="max-height: 9999px;"
|
|
5333
|
+
>
|
|
5334
|
+
<div
|
|
5335
|
+
class="memori-chat--bubble-content"
|
|
5336
|
+
dir="auto"
|
|
5337
|
+
>
|
|
5338
|
+
<p>
|
|
5339
|
+
Ah, grazie! Ciao!
|
|
5340
|
+
</p>
|
|
5341
|
+
</div>
|
|
5342
|
+
</div>
|
|
4824
5343
|
</div>
|
|
4825
5344
|
</div>
|
|
4826
5345
|
<picture
|
|
@@ -4850,7 +5369,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4850
5369
|
/>
|
|
4851
5370
|
</picture>
|
|
4852
5371
|
<div
|
|
4853
|
-
class="memori-chat--bubble transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
5372
|
+
class="memori-chat--bubble memori-chat--with-addon transition ease-in-out duration-300 opacity-0 scale-09 translate-x--30"
|
|
4854
5373
|
>
|
|
4855
5374
|
<div
|
|
4856
5375
|
class="memori-chat--bubble-content"
|
|
@@ -4860,6 +5379,43 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4860
5379
|
Arrivederci.
|
|
4861
5380
|
</p>
|
|
4862
5381
|
</div>
|
|
5382
|
+
<div
|
|
5383
|
+
class="memori-chat--bubble-addon"
|
|
5384
|
+
>
|
|
5385
|
+
<button
|
|
5386
|
+
class="memori-button memori-button--ghost memori-button--circle memori-button--padded memori-button--icon-only memori-chat--bubble-action-icon"
|
|
5387
|
+
title="copy"
|
|
5388
|
+
>
|
|
5389
|
+
<span
|
|
5390
|
+
class="memori-button--icon"
|
|
5391
|
+
>
|
|
5392
|
+
<svg
|
|
5393
|
+
aria-hidden="true"
|
|
5394
|
+
fill="none"
|
|
5395
|
+
focusable="false"
|
|
5396
|
+
role="img"
|
|
5397
|
+
stroke="currentColor"
|
|
5398
|
+
stroke-linecap="round"
|
|
5399
|
+
stroke-linejoin="round"
|
|
5400
|
+
stroke-width="1.5"
|
|
5401
|
+
viewBox="0 0 24 24"
|
|
5402
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5403
|
+
>
|
|
5404
|
+
<rect
|
|
5405
|
+
height="14"
|
|
5406
|
+
rx="2"
|
|
5407
|
+
ry="2"
|
|
5408
|
+
width="14"
|
|
5409
|
+
x="8"
|
|
5410
|
+
y="8"
|
|
5411
|
+
/>
|
|
5412
|
+
<path
|
|
5413
|
+
d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"
|
|
5414
|
+
/>
|
|
5415
|
+
</svg>
|
|
5416
|
+
</span>
|
|
5417
|
+
</button>
|
|
5418
|
+
</div>
|
|
4863
5419
|
</div>
|
|
4864
5420
|
</div>
|
|
4865
5421
|
<div
|
|
@@ -4874,29 +5430,6 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4874
5430
|
class="memori-chat-inputs"
|
|
4875
5431
|
id="chat-fieldset"
|
|
4876
5432
|
>
|
|
4877
|
-
<div
|
|
4878
|
-
class="memori-send-on-enter-menu"
|
|
4879
|
-
data-headlessui-state=""
|
|
4880
|
-
>
|
|
4881
|
-
<button
|
|
4882
|
-
aria-expanded="false"
|
|
4883
|
-
aria-haspopup="true"
|
|
4884
|
-
class="memori-button memori-button--circle memori-button--icon-only memori-share-button--button memori--conversation-button"
|
|
4885
|
-
data-headlessui-state=""
|
|
4886
|
-
id="headlessui-menu-button-:rg:"
|
|
4887
|
-
type="button"
|
|
4888
|
-
>
|
|
4889
|
-
<div
|
|
4890
|
-
class="memori-button--icon"
|
|
4891
|
-
>
|
|
4892
|
-
<span
|
|
4893
|
-
style="display: block; width: 1rem; height: 1rem;"
|
|
4894
|
-
>
|
|
4895
|
-
…
|
|
4896
|
-
</span>
|
|
4897
|
-
</div>
|
|
4898
|
-
</button>
|
|
4899
|
-
</div>
|
|
4900
5433
|
<div
|
|
4901
5434
|
class="memori-chat-textarea"
|
|
4902
5435
|
data-testid="chat-textarea"
|
|
@@ -4906,6 +5439,7 @@ exports[`renders Chat with user unchanged 1`] = `
|
|
|
4906
5439
|
>
|
|
4907
5440
|
<textarea
|
|
4908
5441
|
class="memori-chat-textarea--input"
|
|
5442
|
+
maxlength="100000"
|
|
4909
5443
|
/>
|
|
4910
5444
|
<div
|
|
4911
5445
|
class="memori-chat-textarea--expand"
|