botframework-webchat-component 4.18.1-main.20260518.2a3d1d3 → 4.18.2
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/dist/botframework-webchat-component.d.mts +2312 -64
- package/dist/botframework-webchat-component.internal.d.mts +3 -68
- package/dist/botframework-webchat-component.internal.mjs +2 -1
- package/dist/botframework-webchat-component.internal.mjs.LEGAL.txt +0 -0
- package/dist/botframework-webchat-component.mjs +11 -1
- package/dist/botframework-webchat-component.mjs.LEGAL.txt +0 -0
- package/dist/botframework-webchat-component.mjs.map +1 -1
- package/dist/chunk-X37JABN5.mjs +5 -0
- package/dist/chunk-X37JABN5.mjs.LEGAL.txt +0 -0
- package/dist/chunk-X37JABN5.mjs.map +1 -0
- package/dist/metafile-esm.json +1 -1
- package/internal.js +1 -1
- package/lib/Activity/Avatar.d.ts +10 -0
- package/lib/Activity/Avatar.d.ts.map +1 -0
- package/lib/Activity/Avatar.js +35 -0
- package/lib/Activity/Bubble.d.ts +11 -0
- package/lib/Activity/Bubble.d.ts.map +1 -0
- package/lib/Activity/Bubble.js +137 -0
- package/lib/Activity/CarouselFilmStrip.js +264 -0
- package/lib/Activity/CarouselFilmStripAttachment.js +93 -0
- package/lib/Activity/CarouselLayout.js +133 -0
- package/lib/Activity/SayAlt.js +31 -0
- package/lib/Activity/Speak.d.ts +8 -0
- package/lib/Activity/Speak.d.ts.map +1 -0
- package/lib/Activity/Speak.js +99 -0
- package/lib/Activity/StackedLayout.d.ts +17 -0
- package/lib/Activity/StackedLayout.d.ts.map +1 -0
- package/lib/Activity/StackedLayout.js +233 -0
- package/lib/ActivityStatus/AbsoluteTime.js +38 -0
- package/lib/ActivityStatus/OthersActivityStatus.d.ts +8 -0
- package/lib/ActivityStatus/OthersActivityStatus.d.ts.map +1 -0
- package/lib/ActivityStatus/OthersActivityStatus.js +105 -0
- package/lib/ActivityStatus/SelfActivityStatus.d.ts +8 -0
- package/lib/ActivityStatus/SelfActivityStatus.d.ts.map +1 -0
- package/lib/ActivityStatus/SelfActivityStatus.js +37 -0
- package/lib/ActivityStatus/SendStatus/SendStatus.d.ts +10 -0
- package/lib/ActivityStatus/SendStatus/SendStatus.d.ts.map +1 -0
- package/lib/ActivityStatus/SendStatus/SendStatus.js +58 -0
- package/lib/ActivityStatus/SendStatus/private/SendFailedRetry.js +35 -0
- package/lib/ActivityStatus/Slotted.d.ts +7 -0
- package/lib/ActivityStatus/Slotted.d.ts.map +1 -0
- package/lib/ActivityStatus/Slotted.js +31 -0
- package/lib/ActivityStatus/Timestamp.d.ts +7 -0
- package/lib/ActivityStatus/Timestamp.d.ts.map +1 -0
- package/lib/ActivityStatus/Timestamp.js +36 -0
- package/lib/ActivityStatus/private/Feedback/Feedback.d.ts +8 -0
- package/lib/ActivityStatus/private/Feedback/Feedback.d.ts.map +1 -0
- package/lib/ActivityStatus/private/Feedback/Feedback.js +67 -0
- package/lib/ActivityStatus/private/Feedback/private/ThumbButton.Image.d.ts +9 -0
- package/lib/ActivityStatus/private/Feedback/private/ThumbButton.Image.d.ts.map +1 -0
- package/lib/ActivityStatus/private/Feedback/private/ThumbButton.Image.js +34 -0
- package/lib/ActivityStatus/private/Feedback/private/ThumbButton.d.ts +9 -0
- package/lib/ActivityStatus/private/Feedback/private/ThumbButton.d.ts.map +1 -0
- package/lib/ActivityStatus/private/Feedback/private/ThumbButton.js +57 -0
- package/lib/ActivityStatus/private/Feedback/private/VoteButton.d.ts +10 -0
- package/lib/ActivityStatus/private/Feedback/private/VoteButton.d.ts.map +1 -0
- package/lib/ActivityStatus/private/Feedback/private/VoteButton.js +43 -0
- package/lib/ActivityStatus/private/Feedback/private/icons/ThumbDislike16Filled.d.ts +7 -0
- package/lib/ActivityStatus/private/Feedback/private/icons/ThumbDislike16Filled.d.ts.map +1 -0
- package/lib/ActivityStatus/private/Feedback/private/icons/ThumbDislike16Filled.js +28 -0
- package/lib/ActivityStatus/private/Feedback/private/icons/ThumbDislike16Regular.d.ts +7 -0
- package/lib/ActivityStatus/private/Feedback/private/icons/ThumbDislike16Regular.d.ts.map +1 -0
- package/lib/ActivityStatus/private/Feedback/private/icons/ThumbDislike16Regular.js +28 -0
- package/lib/ActivityStatus/private/Feedback/private/icons/ThumbLike16Filled.d.ts +7 -0
- package/lib/ActivityStatus/private/Feedback/private/icons/ThumbLike16Filled.d.ts.map +1 -0
- package/lib/ActivityStatus/private/Feedback/private/icons/ThumbLike16Filled.js +28 -0
- package/lib/ActivityStatus/private/Feedback/private/icons/ThumbLike16Regular.d.ts +7 -0
- package/lib/ActivityStatus/private/Feedback/private/icons/ThumbLike16Regular.d.ts.map +1 -0
- package/lib/ActivityStatus/private/Feedback/private/icons/ThumbLike16Regular.js +28 -0
- package/lib/ActivityStatus/private/Originator.d.ts +8 -0
- package/lib/ActivityStatus/private/Originator.d.ts.map +1 -0
- package/lib/ActivityStatus/private/Originator.js +29 -0
- package/lib/ActivityStatus/private/RelativeTime.js +37 -0
- package/lib/Assets/TypingAnimation.js +47 -0
- package/lib/Attachment/Assets/DownloadIcon.js +35 -0
- package/lib/Attachment/AudioAttachment.js +38 -0
- package/lib/Attachment/AudioContent.d.ts +11 -0
- package/lib/Attachment/AudioContent.d.ts.map +1 -0
- package/lib/Attachment/AudioContent.js +51 -0
- package/lib/Attachment/FileAttachment.js +43 -0
- package/lib/Attachment/FileContent.d.ts +10 -0
- package/lib/Attachment/FileContent.d.ts.map +1 -0
- package/lib/Attachment/FileContent.js +120 -0
- package/lib/Attachment/HTMLVideoContent.d.ts +11 -0
- package/lib/Attachment/HTMLVideoContent.d.ts.map +1 -0
- package/lib/Attachment/HTMLVideoContent.js +51 -0
- package/lib/Attachment/ImageAttachment.js +41 -0
- package/lib/Attachment/ImageContent.d.ts +8 -0
- package/lib/Attachment/ImageContent.d.ts.map +1 -0
- package/lib/Attachment/ImageContent.js +41 -0
- package/lib/Attachment/Text/TextAttachment.d.ts +12 -0
- package/lib/Attachment/Text/TextAttachment.d.ts.map +1 -0
- package/lib/Attachment/Text/TextAttachment.js +27 -0
- package/lib/Attachment/Text/TextContent.d.ts +10 -0
- package/lib/Attachment/Text/TextContent.d.ts.map +1 -0
- package/lib/Attachment/Text/TextContent.js +34 -0
- package/lib/Attachment/Text/private/CitationModalContent.d.ts +8 -0
- package/lib/Attachment/Text/private/CitationModalContent.d.ts.map +1 -0
- package/lib/Attachment/Text/private/CitationModalContent.js +45 -0
- package/lib/Attachment/Text/private/MarkdownTextContent.d.ts +9 -0
- package/lib/Attachment/Text/private/MarkdownTextContent.d.ts.map +1 -0
- package/lib/Attachment/Text/private/MarkdownTextContent.js +204 -0
- package/lib/Attachment/Text/private/MessageSensitivityLabel.d.ts +12 -0
- package/lib/Attachment/Text/private/MessageSensitivityLabel.d.ts.map +1 -0
- package/lib/Attachment/Text/private/MessageSensitivityLabel.js +38 -0
- package/lib/Attachment/Text/private/PlainTextContent.d.ts +7 -0
- package/lib/Attachment/Text/private/PlainTextContent.d.ts.map +1 -0
- package/lib/Attachment/Text/private/PlainTextContent.js +35 -0
- package/lib/Attachment/Text/private/ShieldIcon.d.ts +9 -0
- package/lib/Attachment/Text/private/ShieldIcon.d.ts.map +1 -0
- package/lib/Attachment/Text/private/ShieldIcon.js +39 -0
- package/lib/Attachment/Text/private/isHTMLButtonElement.d.ts +2 -0
- package/lib/Attachment/Text/private/isHTMLButtonElement.d.ts.map +1 -0
- package/lib/Attachment/Text/private/isHTMLButtonElement.js +10 -0
- package/lib/Attachment/VideoAttachment.js +45 -0
- package/lib/Attachment/VideoContent.d.ts +11 -0
- package/lib/Attachment/VideoContent.d.ts.map +1 -0
- package/lib/Attachment/VideoContent.js +103 -0
- package/lib/Attachment/VimeoContent.d.ts +10 -0
- package/lib/Attachment/VimeoContent.d.ts.map +1 -0
- package/lib/Attachment/VimeoContent.js +59 -0
- package/lib/Attachment/YouTubeContent.d.ts +10 -0
- package/lib/Attachment/YouTubeContent.d.ts.map +1 -0
- package/lib/Attachment/YouTubeContent.js +60 -0
- package/lib/Attachment/createMiddleware.d.ts +3 -0
- package/lib/Attachment/createMiddleware.d.ts.map +1 -0
- package/lib/Attachment/createMiddleware.js +64 -0
- package/lib/Attachment/private/types/WebChatAttachment.d.ts +9 -0
- package/lib/Attachment/private/types/WebChatAttachment.d.ts.map +1 -0
- package/lib/Attachment/private/types/WebChatAttachment.js +2 -0
- package/lib/Avatar/ImageAvatar.js +59 -0
- package/lib/Avatar/InitialsAvatar.js +57 -0
- package/lib/BasicConnectivityStatus.js +46 -0
- package/lib/BasicToast.js +103 -0
- package/lib/BasicToaster.js +176 -0
- package/lib/BasicTranscript.d.ts +7 -0
- package/lib/BasicTranscript.d.ts.map +1 -0
- package/lib/BasicTranscript.js +735 -0
- package/lib/BasicTypingIndicator.d.ts +6 -0
- package/lib/BasicTypingIndicator.d.ts.map +1 -0
- package/lib/BasicTypingIndicator.js +54 -0
- package/lib/BasicWebChat.d.ts +9 -0
- package/lib/BasicWebChat.d.ts.map +1 -0
- package/lib/BasicWebChat.js +90 -0
- package/lib/Composer.d.ts +50 -0
- package/lib/Composer.d.ts.map +1 -0
- package/lib/Composer.js +336 -0
- package/lib/ConnectivityStatus/Assets/ErrorNotificationIcon.js +47 -0
- package/lib/ConnectivityStatus/Assets/SpinnerAnimation.js +32 -0
- package/lib/ConnectivityStatus/Assets/WarningNotificationIcon.js +47 -0
- package/lib/ConnectivityStatus/Connected.js +20 -0
- package/lib/ConnectivityStatus/Connecting.js +82 -0
- package/lib/ConnectivityStatus/FailedToConnect.js +41 -0
- package/lib/ConnectivityStatus/JavaScriptError.js +41 -0
- package/lib/Dictation.js +158 -0
- package/lib/ErrorBox.d.ts +8 -0
- package/lib/ErrorBox.d.ts.map +1 -0
- package/lib/ErrorBox.js +42 -0
- package/lib/LinkDefinition/LinkDefinitionItem.d.ts +12 -0
- package/lib/LinkDefinition/LinkDefinitionItem.d.ts.map +1 -0
- package/lib/LinkDefinition/LinkDefinitionItem.js +57 -0
- package/lib/LinkDefinition/LinkDefinitions.d.ts +12 -0
- package/lib/LinkDefinition/LinkDefinitions.d.ts.map +1 -0
- package/lib/LinkDefinition/LinkDefinitions.js +69 -0
- package/lib/LinkDefinition/index.d.ts +4 -0
- package/lib/LinkDefinition/index.d.ts.map +1 -0
- package/lib/LinkDefinition/index.js +21 -0
- package/lib/LinkDefinition/private/Badge.d.ts +7 -0
- package/lib/LinkDefinition/private/Badge.d.ts.map +1 -0
- package/lib/LinkDefinition/private/Badge.js +20 -0
- package/lib/LinkDefinition/private/Chevron.d.ts +4 -0
- package/lib/LinkDefinition/private/Chevron.d.ts.map +1 -0
- package/lib/LinkDefinition/private/Chevron.js +27 -0
- package/lib/LinkDefinition/private/ItemBody.d.ts +11 -0
- package/lib/LinkDefinition/private/ItemBody.d.ts.map +1 -0
- package/lib/LinkDefinition/private/ItemBody.js +41 -0
- package/lib/LinkDefinition/private/OpenInNewWindowIcon.d.ts +7 -0
- package/lib/LinkDefinition/private/OpenInNewWindowIcon.d.ts.map +1 -0
- package/lib/LinkDefinition/private/OpenInNewWindowIcon.js +23 -0
- package/lib/LinkDefinition/private/extractHostnameWithSubdomain.d.ts +2 -0
- package/lib/LinkDefinition/private/extractHostnameWithSubdomain.d.ts.map +1 -0
- package/lib/LinkDefinition/private/extractHostnameWithSubdomain.js +24 -0
- package/lib/LinkDefinition/private/extractHostnameWithSubdomain.spec.d.ts +2 -0
- package/lib/LinkDefinition/private/extractHostnameWithSubdomain.spec.d.ts.map +1 -0
- package/lib/LiveRegion/LiveRegionActivity.d.ts +9 -0
- package/lib/LiveRegion/LiveRegionActivity.d.ts.map +1 -0
- package/lib/LiveRegion/LiveRegionActivity.js +70 -0
- package/lib/LiveRegion/private/LiveRegionAttachments.d.ts +11 -0
- package/lib/LiveRegion/private/LiveRegionAttachments.d.ts.map +1 -0
- package/lib/LiveRegion/private/LiveRegionAttachments.js +53 -0
- package/lib/LiveRegion/private/LiveRegionSuggestedActions.d.ts +8 -0
- package/lib/LiveRegion/private/LiveRegionSuggestedActions.d.ts.map +1 -0
- package/lib/LiveRegion/private/LiveRegionSuggestedActions.js +37 -0
- package/lib/Middleware/Activity/createCoreMiddleware.d.ts +3 -0
- package/lib/Middleware/Activity/createCoreMiddleware.d.ts.map +1 -0
- package/lib/Middleware/Activity/createCoreMiddleware.js +95 -0
- package/lib/Middleware/ActivityStatus/createCoreMiddleware.d.ts +3 -0
- package/lib/Middleware/ActivityStatus/createCoreMiddleware.d.ts.map +1 -0
- package/lib/Middleware/ActivityStatus/createCoreMiddleware.js +13 -0
- package/lib/Middleware/ActivityStatus/createSendStatusMiddleware.d.ts +3 -0
- package/lib/Middleware/ActivityStatus/createSendStatusMiddleware.d.ts.map +1 -0
- package/lib/Middleware/ActivityStatus/createSendStatusMiddleware.js +41 -0
- package/lib/Middleware/ActivityStatus/createTimestampMiddleware.d.ts +3 -0
- package/lib/Middleware/ActivityStatus/createTimestampMiddleware.d.ts.map +1 -0
- package/lib/Middleware/ActivityStatus/createTimestampMiddleware.js +48 -0
- package/lib/Middleware/AttachmentForScreenReader/AudioAttachment.js +18 -0
- package/lib/Middleware/AttachmentForScreenReader/FileAttachment.js +28 -0
- package/lib/Middleware/AttachmentForScreenReader/ImageAttachment.js +18 -0
- package/lib/Middleware/AttachmentForScreenReader/TextAttachment.js +28 -0
- package/lib/Middleware/AttachmentForScreenReader/VideoAttachment.js +18 -0
- package/lib/Middleware/AttachmentForScreenReader/createCoreMiddleware.d.ts +3 -0
- package/lib/Middleware/AttachmentForScreenReader/createCoreMiddleware.d.ts.map +1 -0
- package/lib/Middleware/AttachmentForScreenReader/createCoreMiddleware.js +61 -0
- package/lib/Middleware/Avatar/createCoreMiddleware.d.ts +11 -0
- package/lib/Middleware/Avatar/createCoreMiddleware.d.ts.map +1 -0
- package/lib/Middleware/Avatar/createCoreMiddleware.js +82 -0
- package/lib/Middleware/CardAction/createCoreMiddleware.js +108 -0
- package/lib/Middleware/ScrollToEndButton/ScrollToEndButton.js +52 -0
- package/lib/Middleware/ScrollToEndButton/createScrollToEndButtonMiddleware.d.ts +3 -0
- package/lib/Middleware/ScrollToEndButton/createScrollToEndButtonMiddleware.d.ts.map +1 -0
- package/lib/Middleware/ScrollToEndButton/createScrollToEndButtonMiddleware.js +27 -0
- package/lib/Middleware/Toast/createCoreMiddleware.d.ts +4 -0
- package/lib/Middleware/Toast/createCoreMiddleware.d.ts.map +1 -0
- package/lib/Middleware/Toast/createCoreMiddleware.js +27 -0
- package/lib/Middleware/TypingIndicator/createCoreMiddleware.d.ts +3 -0
- package/lib/Middleware/TypingIndicator/createCoreMiddleware.d.ts.map +1 -0
- package/lib/Middleware/TypingIndicator/createCoreMiddleware.js +47 -0
- package/lib/ReactWebChat.d.ts +42 -0
- package/lib/ReactWebChat.d.ts.map +1 -0
- package/lib/ReactWebChat.js +52 -0
- package/lib/ScreenReaderText.d.ts +9 -0
- package/lib/ScreenReaderText.d.ts.map +1 -0
- package/lib/ScreenReaderText.js +58 -0
- package/lib/SendBox/Assets/MicrophoneIcon.js +25 -0
- package/lib/SendBox/Assets/SendIcon.js +45 -0
- package/lib/SendBox/AutoResizeTextArea.d.ts +24 -0
- package/lib/SendBox/AutoResizeTextArea.d.ts.map +1 -0
- package/lib/SendBox/AutoResizeTextArea.js +113 -0
- package/lib/SendBox/BasicSendBox.d.ts +9 -0
- package/lib/SendBox/BasicSendBox.d.ts.map +1 -0
- package/lib/SendBox/BasicSendBox.js +123 -0
- package/lib/SendBox/DictationInterims.d.ts +7 -0
- package/lib/SendBox/DictationInterims.d.ts.map +1 -0
- package/lib/SendBox/DictationInterims.js +68 -0
- package/lib/SendBox/IconButton.d.ts +11 -0
- package/lib/SendBox/IconButton.d.ts.map +1 -0
- package/lib/SendBox/IconButton.js +73 -0
- package/lib/SendBox/MicrophoneButton.d.ts +10 -0
- package/lib/SendBox/MicrophoneButton.d.ts.map +1 -0
- package/lib/SendBox/MicrophoneButton.js +160 -0
- package/lib/SendBox/SendButton.d.ts +7 -0
- package/lib/SendBox/SendButton.d.ts.map +1 -0
- package/lib/SendBox/SendButton.js +53 -0
- package/lib/SendBox/SuggestedAction.d.ts +16 -0
- package/lib/SendBox/SuggestedAction.d.ts.map +1 -0
- package/lib/SendBox/SuggestedAction.js +166 -0
- package/lib/SendBox/SuggestedActions.d.ts +7 -0
- package/lib/SendBox/SuggestedActions.d.ts.map +1 -0
- package/lib/SendBox/SuggestedActions.js +256 -0
- package/lib/SendBox/TextBox.d.ts +24 -0
- package/lib/SendBox/TextBox.d.ts.map +1 -0
- package/lib/SendBox/TextBox.js +252 -0
- package/lib/SendBox/createMiddleware.d.ts +4 -0
- package/lib/SendBox/createMiddleware.d.ts.map +1 -0
- package/lib/SendBox/createMiddleware.js +38 -0
- package/lib/SendBoxToolbar/Assets/AttachmentIcon.d.ts +7 -0
- package/lib/SendBoxToolbar/Assets/AttachmentIcon.d.ts.map +1 -0
- package/lib/SendBoxToolbar/Assets/AttachmentIcon.js +63 -0
- package/lib/SendBoxToolbar/BasicSendBoxToolbar.d.ts +6 -0
- package/lib/SendBoxToolbar/BasicSendBoxToolbar.d.ts.map +1 -0
- package/lib/SendBoxToolbar/BasicSendBoxToolbar.js +32 -0
- package/lib/SendBoxToolbar/UploadButton.d.ts +7 -0
- package/lib/SendBoxToolbar/UploadButton.d.ts.map +1 -0
- package/lib/SendBoxToolbar/UploadButton.js +156 -0
- package/lib/SendBoxToolbar/createMiddleware.d.ts +4 -0
- package/lib/SendBoxToolbar/createMiddleware.d.ts.map +1 -0
- package/lib/SendBoxToolbar/createMiddleware.js +20 -0
- package/lib/Styles/CSSTokens.d.ts +16 -0
- package/lib/Styles/CSSTokens.d.ts.map +1 -0
- package/lib/Styles/CSSTokens.js +19 -0
- package/lib/Styles/CustomPropertyNames.d.ts +13 -0
- package/lib/Styles/CustomPropertyNames.d.ts.map +1 -0
- package/lib/Styles/CustomPropertyNames.js +24 -0
- package/lib/Styles/StyleSet/Activities.d.ts +5 -0
- package/lib/Styles/StyleSet/Activities.d.ts.map +1 -0
- package/lib/Styles/StyleSet/Activities.js +13 -0
- package/lib/Styles/StyleSet/AudioAttachment.d.ts +6 -0
- package/lib/Styles/StyleSet/AudioAttachment.d.ts.map +1 -0
- package/lib/Styles/StyleSet/AudioAttachment.js +15 -0
- package/lib/Styles/StyleSet/AudioContent.d.ts +4 -0
- package/lib/Styles/StyleSet/AudioContent.d.ts.map +1 -0
- package/lib/Styles/StyleSet/AudioContent.js +12 -0
- package/lib/Styles/StyleSet/AutoResizeTextArea.d.ts +37 -0
- package/lib/Styles/StyleSet/AutoResizeTextArea.d.ts.map +1 -0
- package/lib/Styles/StyleSet/AutoResizeTextArea.js +45 -0
- package/lib/Styles/StyleSet/Avatar.d.ts +9 -0
- package/lib/Styles/StyleSet/Avatar.d.ts.map +1 -0
- package/lib/Styles/StyleSet/Avatar.js +18 -0
- package/lib/Styles/StyleSet/BasicTranscript.d.ts +85 -0
- package/lib/Styles/StyleSet/BasicTranscript.d.ts.map +1 -0
- package/lib/Styles/StyleSet/BasicTranscript.js +110 -0
- package/lib/Styles/StyleSet/Bubble.d.ts +5 -0
- package/lib/Styles/StyleSet/Bubble.d.ts.map +1 -0
- package/lib/Styles/StyleSet/Bubble.js +153 -0
- package/lib/Styles/StyleSet/CSSCustomProperties.d.ts +16 -0
- package/lib/Styles/StyleSet/CSSCustomProperties.d.ts.map +1 -0
- package/lib/Styles/StyleSet/CSSCustomProperties.js +27 -0
- package/lib/Styles/StyleSet/CarouselFilmStrip.d.ts +5 -0
- package/lib/Styles/StyleSet/CarouselFilmStrip.d.ts.map +1 -0
- package/lib/Styles/StyleSet/CarouselFilmStrip.js +90 -0
- package/lib/Styles/StyleSet/CarouselFilmStripAttachment.d.ts +3 -0
- package/lib/Styles/StyleSet/CarouselFilmStripAttachment.d.ts.map +1 -0
- package/lib/Styles/StyleSet/CarouselFilmStripAttachment.js +57 -0
- package/lib/Styles/StyleSet/CarouselFlipper.d.ts +27 -0
- package/lib/Styles/StyleSet/CarouselFlipper.d.ts.map +1 -0
- package/lib/Styles/StyleSet/CarouselFlipper.js +42 -0
- package/lib/Styles/StyleSet/CitationModalDialog.d.ts +8 -0
- package/lib/Styles/StyleSet/CitationModalDialog.d.ts.map +1 -0
- package/lib/Styles/StyleSet/CitationModalDialog.js +16 -0
- package/lib/Styles/StyleSet/ConnectivityNotification.d.ts +13 -0
- package/lib/Styles/StyleSet/ConnectivityNotification.d.ts.map +1 -0
- package/lib/Styles/StyleSet/ConnectivityNotification.js +26 -0
- package/lib/Styles/StyleSet/Constants.d.ts +6 -0
- package/lib/Styles/StyleSet/Constants.d.ts.map +1 -0
- package/lib/Styles/StyleSet/Constants.js +15 -0
- package/lib/Styles/StyleSet/DictationInterims.d.ts +13 -0
- package/lib/Styles/StyleSet/DictationInterims.d.ts.map +1 -0
- package/lib/Styles/StyleSet/DictationInterims.js +22 -0
- package/lib/Styles/StyleSet/ErrorBox.d.ts +33 -0
- package/lib/Styles/StyleSet/ErrorBox.d.ts.map +1 -0
- package/lib/Styles/StyleSet/ErrorBox.js +43 -0
- package/lib/Styles/StyleSet/ErrorNotification.d.ts +23 -0
- package/lib/Styles/StyleSet/ErrorNotification.d.ts.map +1 -0
- package/lib/Styles/StyleSet/ErrorNotification.js +36 -0
- package/lib/Styles/StyleSet/FileContent.d.ts +32 -0
- package/lib/Styles/StyleSet/FileContent.d.ts.map +1 -0
- package/lib/Styles/StyleSet/FileContent.js +43 -0
- package/lib/Styles/StyleSet/ImageAvatar.d.ts +7 -0
- package/lib/Styles/StyleSet/ImageAvatar.d.ts.map +1 -0
- package/lib/Styles/StyleSet/ImageAvatar.js +15 -0
- package/lib/Styles/StyleSet/InitialsAvatar.d.ts +19 -0
- package/lib/Styles/StyleSet/InitialsAvatar.d.ts.map +1 -0
- package/lib/Styles/StyleSet/InitialsAvatar.js +31 -0
- package/lib/Styles/StyleSet/KeyboardHelp.d.ts +152 -0
- package/lib/Styles/StyleSet/KeyboardHelp.d.ts.map +1 -0
- package/lib/Styles/StyleSet/KeyboardHelp.js +168 -0
- package/lib/Styles/StyleSet/LinkDefinitions.d.ts +165 -0
- package/lib/Styles/StyleSet/LinkDefinitions.d.ts.map +1 -0
- package/lib/Styles/StyleSet/LinkDefinitions.js +180 -0
- package/lib/Styles/StyleSet/MicrophoneButton.d.ts +13 -0
- package/lib/Styles/StyleSet/MicrophoneButton.d.ts.map +1 -0
- package/lib/Styles/StyleSet/MicrophoneButton.js +21 -0
- package/lib/Styles/StyleSet/ModalDialog.d.ts +94 -0
- package/lib/Styles/StyleSet/ModalDialog.d.ts.map +1 -0
- package/lib/Styles/StyleSet/ModalDialog.js +98 -0
- package/lib/Styles/StyleSet/RenderMarkdown.d.ts +51 -0
- package/lib/Styles/StyleSet/RenderMarkdown.d.ts.map +1 -0
- package/lib/Styles/StyleSet/RenderMarkdown.js +67 -0
- package/lib/Styles/StyleSet/Root.d.ts +8 -0
- package/lib/Styles/StyleSet/Root.d.ts.map +1 -0
- package/lib/Styles/StyleSet/Root.js +19 -0
- package/lib/Styles/StyleSet/ScrollToEndButton.d.ts +36 -0
- package/lib/Styles/StyleSet/ScrollToEndButton.d.ts.map +1 -0
- package/lib/Styles/StyleSet/ScrollToEndButton.js +55 -0
- package/lib/Styles/StyleSet/SendBox.d.ts +24 -0
- package/lib/Styles/StyleSet/SendBox.d.ts.map +1 -0
- package/lib/Styles/StyleSet/SendBox.js +37 -0
- package/lib/Styles/StyleSet/SendBoxButton.d.ts +79 -0
- package/lib/Styles/StyleSet/SendBoxButton.d.ts.map +1 -0
- package/lib/Styles/StyleSet/SendBoxButton.js +112 -0
- package/lib/Styles/StyleSet/SendBoxTextBox.d.ts +41 -0
- package/lib/Styles/StyleSet/SendBoxTextBox.d.ts.map +1 -0
- package/lib/Styles/StyleSet/SendBoxTextBox.js +57 -0
- package/lib/Styles/StyleSet/SendStatus.d.ts +19 -0
- package/lib/Styles/StyleSet/SendStatus.d.ts.map +1 -0
- package/lib/Styles/StyleSet/SendStatus.js +29 -0
- package/lib/Styles/StyleSet/SingleAttachmentActivity.d.ts +11 -0
- package/lib/Styles/StyleSet/SingleAttachmentActivity.d.ts.map +1 -0
- package/lib/Styles/StyleSet/SingleAttachmentActivity.js +21 -0
- package/lib/Styles/StyleSet/SlottedActivityStatus.d.ts +12 -0
- package/lib/Styles/StyleSet/SlottedActivityStatus.d.ts.map +1 -0
- package/lib/Styles/StyleSet/SlottedActivityStatus.js +22 -0
- package/lib/Styles/StyleSet/SpinnerAnimation.d.ts +15 -0
- package/lib/Styles/StyleSet/SpinnerAnimation.d.ts.map +1 -0
- package/lib/Styles/StyleSet/SpinnerAnimation.js +34 -0
- package/lib/Styles/StyleSet/StackedLayout.d.ts +63 -0
- package/lib/Styles/StyleSet/StackedLayout.d.ts.map +1 -0
- package/lib/Styles/StyleSet/StackedLayout.js +77 -0
- package/lib/Styles/StyleSet/SuggestedAction.d.ts +94 -0
- package/lib/Styles/StyleSet/SuggestedAction.d.ts.map +1 -0
- package/lib/Styles/StyleSet/SuggestedAction.js +152 -0
- package/lib/Styles/StyleSet/SuggestedActions.d.ts +139 -0
- package/lib/Styles/StyleSet/SuggestedActions.d.ts.map +1 -0
- package/lib/Styles/StyleSet/SuggestedActions.js +165 -0
- package/lib/Styles/StyleSet/TextContent.d.ts +24 -0
- package/lib/Styles/StyleSet/TextContent.d.ts.map +1 -0
- package/lib/Styles/StyleSet/TextContent.js +34 -0
- package/lib/Styles/StyleSet/ThumbButton.d.ts +32 -0
- package/lib/Styles/StyleSet/ThumbButton.d.ts.map +1 -0
- package/lib/Styles/StyleSet/ThumbButton.js +44 -0
- package/lib/Styles/StyleSet/Toast.d.ts +65 -0
- package/lib/Styles/StyleSet/Toast.d.ts.map +1 -0
- package/lib/Styles/StyleSet/Toast.js +83 -0
- package/lib/Styles/StyleSet/Toaster.d.ts +111 -0
- package/lib/Styles/StyleSet/Toaster.d.ts.map +1 -0
- package/lib/Styles/StyleSet/Toaster.js +137 -0
- package/lib/Styles/StyleSet/TypingAnimation.d.ts +8 -0
- package/lib/Styles/StyleSet/TypingAnimation.d.ts.map +1 -0
- package/lib/Styles/StyleSet/TypingAnimation.js +26 -0
- package/lib/Styles/StyleSet/TypingIndicator.d.ts +11 -0
- package/lib/Styles/StyleSet/TypingIndicator.d.ts.map +1 -0
- package/lib/Styles/StyleSet/TypingIndicator.js +19 -0
- package/lib/Styles/StyleSet/UploadButton.d.ts +14 -0
- package/lib/Styles/StyleSet/UploadButton.d.ts.map +1 -0
- package/lib/Styles/StyleSet/UploadButton.js +27 -0
- package/lib/Styles/StyleSet/VideoAttachment.d.ts +2 -0
- package/lib/Styles/StyleSet/VideoAttachment.d.ts.map +1 -0
- package/lib/Styles/StyleSet/VideoAttachment.js +10 -0
- package/lib/Styles/StyleSet/VideoContent.d.ts +6 -0
- package/lib/Styles/StyleSet/VideoContent.d.ts.map +1 -0
- package/lib/Styles/StyleSet/VideoContent.js +14 -0
- package/lib/Styles/StyleSet/VimeoContent.d.ts +7 -0
- package/lib/Styles/StyleSet/VimeoContent.d.ts.map +1 -0
- package/lib/Styles/StyleSet/VimeoContent.js +15 -0
- package/lib/Styles/StyleSet/WarningNotification.d.ts +22 -0
- package/lib/Styles/StyleSet/WarningNotification.d.ts.map +1 -0
- package/lib/Styles/StyleSet/WarningNotification.js +37 -0
- package/lib/Styles/StyleSet/YouTubeContent.d.ts +7 -0
- package/lib/Styles/StyleSet/YouTubeContent.d.ts.map +1 -0
- package/lib/Styles/StyleSet/YouTubeContent.js +15 -0
- package/lib/Styles/createStyleSet.d.ts +1803 -0
- package/lib/Styles/createStyleSet.d.ts.map +1 -0
- package/lib/Styles/createStyleSet.js +121 -0
- package/lib/Styles/mirrorStyle.js +40 -0
- package/lib/Toast/CheckMarkIcon.js +36 -0
- package/lib/Toast/CollapseIcon.js +32 -0
- package/lib/Toast/DismissIcon.js +32 -0
- package/lib/Toast/ExclamationMarkIcon.js +34 -0
- package/lib/Toast/ExpandIcon.js +32 -0
- package/lib/Toast/NotificationIcon.js +46 -0
- package/lib/Toast/createToastMiddleware.d.ts +4 -0
- package/lib/Toast/createToastMiddleware.d.ts.map +1 -0
- package/lib/Toast/createToastMiddleware.js +26 -0
- package/lib/Transcript/ActivityRow.d.ts +9 -0
- package/lib/Transcript/ActivityRow.d.ts.map +1 -0
- package/lib/Transcript/ActivityRow.js +137 -0
- package/lib/Transcript/FocusTrap.d.ts +9 -0
- package/lib/Transcript/FocusTrap.d.ts.map +1 -0
- package/lib/Transcript/FocusTrap.js +76 -0
- package/lib/Transcript/KeyboardHelp.d.ts +4 -0
- package/lib/Transcript/KeyboardHelp.d.ts.map +1 -0
- package/lib/Transcript/KeyboardHelp.js +562 -0
- package/lib/Transcript/LiveRegion/SendFailed.d.ts +14 -0
- package/lib/Transcript/LiveRegion/SendFailed.d.ts.map +1 -0
- package/lib/Transcript/LiveRegion/SendFailed.js +90 -0
- package/lib/Transcript/LiveRegion/isPresentational.d.ts +9 -0
- package/lib/Transcript/LiveRegion/isPresentational.d.ts.map +1 -0
- package/lib/Transcript/LiveRegion/isPresentational.js +30 -0
- package/lib/Transcript/LiveRegionTranscript.d.ts +8 -0
- package/lib/Transcript/LiveRegionTranscript.d.ts.map +1 -0
- package/lib/Transcript/LiveRegionTranscript.js +178 -0
- package/lib/Transcript/types.d.ts +2 -0
- package/lib/Transcript/types.d.ts.map +1 -0
- package/lib/Transcript/types.js +2 -0
- package/lib/Transcript/useActivityAccessibleName.d.ts +11 -0
- package/lib/Transcript/useActivityAccessibleName.d.ts.map +1 -0
- package/lib/Transcript/useActivityAccessibleName.js +103 -0
- package/lib/Transcript/useTypistNames.d.ts +3 -0
- package/lib/Transcript/useTypistNames.d.ts.map +1 -0
- package/lib/Transcript/useTypistNames.js +50 -0
- package/lib/TranscriptActivity.d.ts +17 -0
- package/lib/TranscriptActivity.d.ts.map +1 -0
- package/lib/TranscriptActivity.js +48 -0
- package/lib/Utils/AccessKeySink/Surface.js +74 -0
- package/lib/Utils/AccessKeySink/internal/Context.js +11 -0
- package/lib/Utils/AccessKeySink/internal/useContext.js +13 -0
- package/lib/Utils/AccessKeySink/useFocusAccessKeyEffect.js +34 -0
- package/lib/Utils/AccessibleButton.d.ts +11 -0
- package/lib/Utils/AccessibleButton.d.ts.map +1 -0
- package/lib/Utils/AccessibleButton.js +78 -0
- package/lib/Utils/AccessibleInputText.d.ts +22 -0
- package/lib/Utils/AccessibleInputText.d.ts.map +1 -0
- package/lib/Utils/AccessibleInputText.js +114 -0
- package/lib/Utils/AccessibleTextArea.d.ts +20 -0
- package/lib/Utils/AccessibleTextArea.d.ts.map +1 -0
- package/lib/Utils/AccessibleTextArea.js +105 -0
- package/lib/Utils/CroppedImage.js +61 -0
- package/lib/Utils/FocusRedirector.d.ts +9 -0
- package/lib/Utils/FocusRedirector.d.ts.map +1 -0
- package/lib/Utils/FocusRedirector.js +61 -0
- package/lib/Utils/InlineMarkdown.js +166 -0
- package/lib/Utils/JSONLinkedData/BlankNode.d.ts +15 -0
- package/lib/Utils/JSONLinkedData/BlankNode.d.ts.map +1 -0
- package/lib/Utils/JSONLinkedData/BlankNode.js +2 -0
- package/lib/Utils/JSONLinkedData/__snapshots__/dereferenceBlankNodes.spec.ts.snap +92 -0
- package/lib/Utils/JSONLinkedData/dereferenceBlankNodes.d.ts +16 -0
- package/lib/Utils/JSONLinkedData/dereferenceBlankNodes.d.ts.map +1 -0
- package/lib/Utils/JSONLinkedData/dereferenceBlankNodes.js +96 -0
- package/lib/Utils/JSONLinkedData/dereferenceBlankNodes.spec.d.ts +2 -0
- package/lib/Utils/JSONLinkedData/dereferenceBlankNodes.spec.d.ts.map +1 -0
- package/lib/Utils/JSONLinkedData/getSafeOwnPropertyNames.d.ts +10 -0
- package/lib/Utils/JSONLinkedData/getSafeOwnPropertyNames.d.ts.map +1 -0
- package/lib/Utils/JSONLinkedData/getSafeOwnPropertyNames.js +22 -0
- package/lib/Utils/JSONLinkedData/isBlankNode.d.ts +10 -0
- package/lib/Utils/JSONLinkedData/isBlankNode.d.ts.map +1 -0
- package/lib/Utils/JSONLinkedData/isBlankNode.js +22 -0
- package/lib/Utils/JSONLinkedData/isBlankNode.spec.d.ts +2 -0
- package/lib/Utils/JSONLinkedData/isBlankNode.spec.d.ts.map +1 -0
- package/lib/Utils/JSONLinkedData/isUnconnectedBlankNode.d.ts +10 -0
- package/lib/Utils/JSONLinkedData/isUnconnectedBlankNode.d.ts.map +1 -0
- package/lib/Utils/JSONLinkedData/isUnconnectedBlankNode.js +21 -0
- package/lib/Utils/JSONLinkedData/isUnconnectedBlankNode.spec.d.ts +2 -0
- package/lib/Utils/JSONLinkedData/isUnconnectedBlankNode.spec.d.ts.map +1 -0
- package/lib/Utils/JSONLinkedData/visitOnce.d.ts +2 -0
- package/lib/Utils/JSONLinkedData/visitOnce.d.ts.map +1 -0
- package/lib/Utils/JSONLinkedData/visitOnce.js +17 -0
- package/lib/Utils/LocalizedString.d.ts +26 -0
- package/lib/Utils/LocalizedString.d.ts.map +1 -0
- package/lib/Utils/LocalizedString.js +138 -0
- package/lib/Utils/TypeFocusSink/Context.js +14 -0
- package/lib/Utils/TypeFocusSink/FocusBox.js +91 -0
- package/lib/Utils/TypeFocusSink/getTabIndex.d.ts +2 -0
- package/lib/Utils/TypeFocusSink/getTabIndex.d.ts.map +1 -0
- package/lib/Utils/TypeFocusSink/getTabIndex.js +27 -0
- package/lib/Utils/TypeFocusSink/index.js +18 -0
- package/lib/Utils/TypeFocusSink/inputtableKey.d.ts +2 -0
- package/lib/Utils/TypeFocusSink/inputtableKey.d.ts.map +1 -0
- package/lib/Utils/TypeFocusSink/inputtableKey.js +28 -0
- package/lib/Utils/TypeFocusSink/navigableEvent.js +59 -0
- package/lib/Utils/activityAltText.d.ts +8 -0
- package/lib/Utils/activityAltText.d.ts.map +1 -0
- package/lib/Utils/activityAltText.js +79 -0
- package/lib/Utils/addTargetBlankToHyperlinksMarkdown.js +34 -0
- package/lib/Utils/betterLinks.d.ts +28 -0
- package/lib/Utils/betterLinks.d.ts.map +1 -0
- package/lib/Utils/betterLinks.js +142 -0
- package/lib/Utils/computeSuggestedActionText.d.ts +3 -0
- package/lib/Utils/computeSuggestedActionText.d.ts.map +1 -0
- package/lib/Utils/computeSuggestedActionText.js +24 -0
- package/lib/Utils/createCSSKey.js +16 -0
- package/lib/Utils/createCustomEvent.js +34 -0
- package/lib/Utils/detectBrowser.js +27 -0
- package/lib/Utils/downscaleImageToDataURL/WorkerJob.d.ts +16 -0
- package/lib/Utils/downscaleImageToDataURL/WorkerJob.d.ts.map +1 -0
- package/lib/Utils/downscaleImageToDataURL/WorkerJob.js +2 -0
- package/lib/Utils/downscaleImageToDataURL/downscaleImageToDataURLUsingBrowser.d.ts +2 -0
- package/lib/Utils/downscaleImageToDataURL/downscaleImageToDataURLUsingBrowser.d.ts.map +1 -0
- package/lib/Utils/downscaleImageToDataURL/downscaleImageToDataURLUsingBrowser.js +90 -0
- package/lib/Utils/downscaleImageToDataURL/downscaleImageToDataURLUsingWorker.d.ts +4 -0
- package/lib/Utils/downscaleImageToDataURL/downscaleImageToDataURLUsingWorker.d.ts.map +1 -0
- package/lib/Utils/downscaleImageToDataURL/downscaleImageToDataURLUsingWorker.js +198 -0
- package/lib/Utils/downscaleImageToDataURL/downscaleImageToDataURLUsingWorker.worker.js +96 -0
- package/lib/Utils/downscaleImageToDataURL/index.d.ts +2 -0
- package/lib/Utils/downscaleImageToDataURL/index.d.ts.map +1 -0
- package/lib/Utils/downscaleImageToDataURL/index.js +44 -0
- package/lib/Utils/filterMap.js +28 -0
- package/lib/Utils/findAncestor.d.ts +2 -0
- package/lib/Utils/findAncestor.d.ts.map +1 -0
- package/lib/Utils/findAncestor.js +15 -0
- package/lib/Utils/firstTabbableDescendant.js +40 -0
- package/lib/Utils/getActivityUniqueId.d.ts +3 -0
- package/lib/Utils/getActivityUniqueId.d.ts.map +1 -0
- package/lib/Utils/getActivityUniqueId.js +11 -0
- package/lib/Utils/intersectionOf.d.ts +5 -0
- package/lib/Utils/intersectionOf.d.ts.map +1 -0
- package/lib/Utils/intersectionOf.js +27 -0
- package/lib/Utils/isZeroOrPositive.d.ts +5 -0
- package/lib/Utils/isZeroOrPositive.d.ts.map +1 -0
- package/lib/Utils/isZeroOrPositive.js +14 -0
- package/lib/Utils/mapMap.js +27 -0
- package/lib/Utils/parseDocumentFromString.d.ts +2 -0
- package/lib/Utils/parseDocumentFromString.d.ts.map +1 -0
- package/lib/Utils/parseDocumentFromString.js +11 -0
- package/lib/Utils/randomId.js +15 -0
- package/lib/Utils/readDataURIToBlob.js +44 -0
- package/lib/Utils/removeInline.js +18 -0
- package/lib/Utils/scrollIntoViewWithBlockNearest.d.ts +7 -0
- package/lib/Utils/scrollIntoViewWithBlockNearest.d.ts.map +1 -0
- package/lib/Utils/scrollIntoViewWithBlockNearest.js +38 -0
- package/lib/Utils/serializeDocumentIntoString.d.ts +2 -0
- package/lib/Utils/serializeDocumentIntoString.d.ts.map +1 -0
- package/lib/Utils/serializeDocumentIntoString.js +27 -0
- package/lib/Utils/shallowEquals.js +21 -0
- package/lib/Utils/singleToArray.d.ts +2 -0
- package/lib/Utils/singleToArray.d.ts.map +1 -0
- package/lib/Utils/singleToArray.js +10 -0
- package/lib/Utils/supportPseudoClass.d.ts +2 -0
- package/lib/Utils/supportPseudoClass.d.ts.map +1 -0
- package/lib/Utils/supportPseudoClass.js +21 -0
- package/lib/Utils/tabbableElements.d.ts +2 -0
- package/lib/Utils/tabbableElements.d.ts.map +1 -0
- package/lib/Utils/tabbableElements.js +20 -0
- package/lib/Utils/textFormatToContentType.js +17 -0
- package/lib/Utils/updateMarkdownAttrs.js +16 -0
- package/lib/Utils/walkMarkdownTokens.js +19 -0
- package/lib/hooks/index.d.ts +22 -0
- package/lib/hooks/index.d.ts.map +1 -0
- package/lib/hooks/index.js +152 -0
- package/lib/hooks/internal/BypassSpeechSynthesisPonyfill.js +278 -0
- package/lib/hooks/internal/UITracker.js +39 -0
- package/lib/hooks/internal/WebChatUIContext.d.ts +8 -0
- package/lib/hooks/internal/WebChatUIContext.d.ts.map +1 -0
- package/lib/hooks/internal/WebChatUIContext.js +11 -0
- package/lib/hooks/internal/createWaitUntilable.d.ts +5 -0
- package/lib/hooks/internal/createWaitUntilable.d.ts.map +1 -0
- package/lib/hooks/internal/createWaitUntilable.js +50 -0
- package/lib/hooks/internal/createWaitUntilable.spec.d.ts +2 -0
- package/lib/hooks/internal/createWaitUntilable.spec.d.ts.map +1 -0
- package/lib/hooks/internal/private/createOnEventShim.d.ts +5 -0
- package/lib/hooks/internal/private/createOnEventShim.d.ts.map +1 -0
- package/lib/hooks/internal/private/createOnEventShim.js +25 -0
- package/lib/hooks/internal/private/createOnEventShim.spec.d.ts +2 -0
- package/lib/hooks/internal/private/createOnEventShim.spec.d.ts.map +1 -0
- package/lib/hooks/internal/useChanged.d.ts +9 -0
- package/lib/hooks/internal/useChanged.d.ts.map +1 -0
- package/lib/hooks/internal/useChanged.js +21 -0
- package/lib/hooks/internal/useDispatchScrollPosition.js +12 -0
- package/lib/hooks/internal/useDispatchTranscriptFocusByActivityKey.d.ts +2 -0
- package/lib/hooks/internal/useDispatchTranscriptFocusByActivityKey.d.ts.map +1 -0
- package/lib/hooks/internal/useDispatchTranscriptFocusByActivityKey.js +12 -0
- package/lib/hooks/internal/useEnterKeyHint.js +18 -0
- package/lib/hooks/internal/useFocusVisible.d.ts +3 -0
- package/lib/hooks/internal/useFocusVisible.d.ts.map +1 -0
- package/lib/hooks/internal/useFocusVisible.js +37 -0
- package/lib/hooks/internal/useFocusWithin.d.ts +3 -0
- package/lib/hooks/internal/useFocusWithin.d.ts.map +1 -0
- package/lib/hooks/internal/useFocusWithin.js +38 -0
- package/lib/hooks/internal/useForceRender.js +24 -0
- package/lib/hooks/internal/useForceRenderAtInterval.d.ts +3 -0
- package/lib/hooks/internal/useForceRenderAtInterval.d.ts.map +1 -0
- package/lib/hooks/internal/useForceRenderAtInterval.js +57 -0
- package/lib/hooks/internal/useInternalMarkdownIt.js +14 -0
- package/lib/hooks/internal/useInternalRenderMarkdownInline.js +16 -0
- package/lib/hooks/internal/useLocalizeAccessKey.d.ts +2 -0
- package/lib/hooks/internal/useLocalizeAccessKey.d.ts.map +1 -0
- package/lib/hooks/internal/useLocalizeAccessKey.js +38 -0
- package/lib/hooks/internal/useMemoWithPrevious.d.ts +3 -0
- package/lib/hooks/internal/useMemoWithPrevious.d.ts.map +1 -0
- package/lib/hooks/internal/useMemoWithPrevious.js +20 -0
- package/lib/hooks/internal/useMemoized.d.ts +11 -0
- package/lib/hooks/internal/useMemoized.d.ts.map +1 -0
- package/lib/hooks/internal/useMemoized.js +82 -0
- package/lib/hooks/internal/useMemoized.spec.jsx +159 -0
- package/lib/hooks/internal/useNavigatorPlatform.js +31 -0
- package/lib/hooks/internal/useNonce.js +14 -0
- package/lib/hooks/internal/useObserveFocusVisible.d.ts +3 -0
- package/lib/hooks/internal/useObserveFocusVisible.d.ts.map +1 -0
- package/lib/hooks/internal/useObserveFocusVisible.js +201 -0
- package/lib/hooks/internal/usePrevious.d.ts +2 -0
- package/lib/hooks/internal/usePrevious.d.ts.map +1 -0
- package/lib/hooks/internal/usePrevious.js +17 -0
- package/lib/hooks/internal/useRegisterFocusTranscript.js +27 -0
- package/lib/hooks/internal/useRegisterScrollTo.js +27 -0
- package/lib/hooks/internal/useRegisterScrollToEnd.js +25 -0
- package/lib/hooks/internal/useReplaceEmoticon.js +58 -0
- package/lib/hooks/internal/useResumeAudioContext.d.ts +2 -0
- package/lib/hooks/internal/useResumeAudioContext.d.ts.map +1 -0
- package/lib/hooks/internal/useResumeAudioContext.js +23 -0
- package/lib/hooks/internal/useSendBoxFocusRef.js +12 -0
- package/lib/hooks/internal/useSettableDictateAbortable.js +15 -0
- package/lib/hooks/internal/useStateRef.d.ts +3 -0
- package/lib/hooks/internal/useStateRef.d.ts.map +1 -0
- package/lib/hooks/internal/useStateRef.js +30 -0
- package/lib/hooks/internal/useStyleToEmotionObject.js +12 -0
- package/lib/hooks/internal/useSuggestedActionsAccessKey.js +14 -0
- package/lib/hooks/internal/useTimer.d.ts +5 -0
- package/lib/hooks/internal/useTimer.d.ts.map +1 -0
- package/lib/hooks/internal/useTimer.js +46 -0
- package/lib/hooks/internal/useTranscriptActivityElementsRef.js +12 -0
- package/lib/hooks/internal/useTranscriptFocusRef.js +12 -0
- package/lib/hooks/internal/useUniqueId.d.ts +2 -0
- package/lib/hooks/internal/useUniqueId.d.ts.map +1 -0
- package/lib/hooks/internal/useUniqueId.js +19 -0
- package/lib/hooks/internal/useValueRef.d.ts +3 -0
- package/lib/hooks/internal/useValueRef.d.ts.map +1 -0
- package/lib/hooks/internal/useValueRef.js +24 -0
- package/lib/hooks/internal/useWebChatUIContext.js +17 -0
- package/lib/hooks/sendBoxFocus.d.ts +7 -0
- package/lib/hooks/sendBoxFocus.d.ts.map +1 -0
- package/lib/hooks/sendBoxFocus.js +13 -0
- package/lib/hooks/transcriptScrollRelative.d.ts +7 -0
- package/lib/hooks/transcriptScrollRelative.d.ts.map +1 -0
- package/lib/hooks/transcriptScrollRelative.js +13 -0
- package/lib/hooks/useDictateAbortable.d.ts +2 -0
- package/lib/hooks/useDictateAbortable.d.ts.map +1 -0
- package/lib/hooks/useDictateAbortable.js +22 -0
- package/lib/hooks/useFocus.d.ts +2 -0
- package/lib/hooks/useFocus.d.ts.map +1 -0
- package/lib/hooks/useFocus.js +65 -0
- package/lib/hooks/useMakeThumbnail.d.ts +2 -0
- package/lib/hooks/useMakeThumbnail.d.ts.map +1 -0
- package/lib/hooks/useMakeThumbnail.js +74 -0
- package/lib/hooks/useObserveScrollPosition.d.ts +3 -0
- package/lib/hooks/useObserveScrollPosition.d.ts.map +1 -0
- package/lib/hooks/useObserveScrollPosition.js +31 -0
- package/lib/hooks/useObserveTranscriptFocus.d.ts +5 -0
- package/lib/hooks/useObserveTranscriptFocus.d.ts.map +1 -0
- package/lib/hooks/useObserveTranscriptFocus.js +31 -0
- package/lib/hooks/useRenderMarkdownAsHTML.d.ts +5 -0
- package/lib/hooks/useRenderMarkdownAsHTML.d.ts.map +1 -0
- package/lib/hooks/useRenderMarkdownAsHTML.js +62 -0
- package/lib/hooks/useScrollDown.d.ts +4 -0
- package/lib/hooks/useScrollDown.d.ts.map +1 -0
- package/lib/hooks/useScrollDown.js +20 -0
- package/lib/hooks/useScrollTo.d.ts +5 -0
- package/lib/hooks/useScrollTo.d.ts.map +1 -0
- package/lib/hooks/useScrollTo.js +22 -0
- package/lib/hooks/useScrollToEnd.d.ts +2 -0
- package/lib/hooks/useScrollToEnd.d.ts.map +1 -0
- package/lib/hooks/useScrollToEnd.js +21 -0
- package/lib/hooks/useScrollUp.d.ts +4 -0
- package/lib/hooks/useScrollUp.d.ts.map +1 -0
- package/lib/hooks/useScrollUp.js +20 -0
- package/lib/hooks/useSendFiles.d.ts +5 -0
- package/lib/hooks/useSendFiles.d.ts.map +1 -0
- package/lib/hooks/useSendFiles.js +63 -0
- package/lib/hooks/useSendMessage.d.ts +8 -0
- package/lib/hooks/useSendMessage.d.ts.map +1 -0
- package/lib/hooks/useSendMessage.js +102 -0
- package/lib/hooks/useStyleSet.d.ts +3 -0
- package/lib/hooks/useStyleSet.d.ts.map +1 -0
- package/lib/hooks/useStyleSet.js +13 -0
- package/lib/hooks/useWebSpeechPonyfill.d.ts +3 -0
- package/lib/hooks/useWebSpeechPonyfill.d.ts.map +1 -0
- package/lib/hooks/useWebSpeechPonyfill.js +12 -0
- package/lib/index.d.ts +330 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +164 -0
- package/lib/internal.d.ts +4 -0
- package/lib/internal.d.ts.map +1 -0
- package/lib/internal.js +21 -0
- package/lib/providers/ActivityTree/ActivityTreeComposer.d.ts +7 -0
- package/lib/providers/ActivityTree/ActivityTreeComposer.d.ts.map +1 -0
- package/lib/providers/ActivityTree/ActivityTreeComposer.js +90 -0
- package/lib/providers/ActivityTree/private/Context.d.ts +9 -0
- package/lib/providers/ActivityTree/private/Context.d.ts.map +1 -0
- package/lib/providers/ActivityTree/private/Context.js +10 -0
- package/lib/providers/ActivityTree/private/types.d.ts +10 -0
- package/lib/providers/ActivityTree/private/types.d.ts.map +1 -0
- package/lib/providers/ActivityTree/private/types.js +2 -0
- package/lib/providers/ActivityTree/private/useActivitiesWithRenderer.d.ts +4 -0
- package/lib/providers/ActivityTree/private/useActivitiesWithRenderer.d.ts.map +1 -0
- package/lib/providers/ActivityTree/private/useActivitiesWithRenderer.js +36 -0
- package/lib/providers/ActivityTree/private/useActivityTreeWithRenderer.d.ts +5 -0
- package/lib/providers/ActivityTree/private/useActivityTreeWithRenderer.d.ts.map +1 -0
- package/lib/providers/ActivityTree/private/useActivityTreeWithRenderer.js +147 -0
- package/lib/providers/ActivityTree/private/useContext.d.ts +3 -0
- package/lib/providers/ActivityTree/private/useContext.d.ts.map +1 -0
- package/lib/providers/ActivityTree/private/useContext.js +18 -0
- package/lib/providers/ActivityTree/useActivityTreeWithRenderer.d.ts +8 -0
- package/lib/providers/ActivityTree/useActivityTreeWithRenderer.d.ts.map +1 -0
- package/lib/providers/ActivityTree/useActivityTreeWithRenderer.js +14 -0
- package/lib/providers/LiveRegionTwin/LiveRegionTwinComposer.d.ts +37 -0
- package/lib/providers/LiveRegionTwin/LiveRegionTwinComposer.d.ts.map +1 -0
- package/lib/providers/LiveRegionTwin/LiveRegionTwinComposer.js +145 -0
- package/lib/providers/LiveRegionTwin/private/Context.d.ts +10 -0
- package/lib/providers/LiveRegionTwin/private/Context.d.ts.map +1 -0
- package/lib/providers/LiveRegionTwin/private/Context.js +11 -0
- package/lib/providers/LiveRegionTwin/private/LiveRegionTwinContainer.d.ts +12 -0
- package/lib/providers/LiveRegionTwin/private/LiveRegionTwinContainer.d.ts.map +1 -0
- package/lib/providers/LiveRegionTwin/private/LiveRegionTwinContainer.js +77 -0
- package/lib/providers/LiveRegionTwin/private/types.d.ts +8 -0
- package/lib/providers/LiveRegionTwin/private/types.d.ts.map +1 -0
- package/lib/providers/LiveRegionTwin/private/types.js +2 -0
- package/lib/providers/LiveRegionTwin/private/useContext.d.ts +3 -0
- package/lib/providers/LiveRegionTwin/private/useContext.d.ts.map +1 -0
- package/lib/providers/LiveRegionTwin/private/useContext.js +18 -0
- package/lib/providers/LiveRegionTwin/private/useMarkAllAsRenderedEffect.d.ts +2 -0
- package/lib/providers/LiveRegionTwin/private/useMarkAllAsRenderedEffect.d.ts.map +1 -0
- package/lib/providers/LiveRegionTwin/private/useMarkAllAsRenderedEffect.js +20 -0
- package/lib/providers/LiveRegionTwin/private/useStaticElementEntries.d.ts +3 -0
- package/lib/providers/LiveRegionTwin/private/useStaticElementEntries.d.ts.map +1 -0
- package/lib/providers/LiveRegionTwin/private/useStaticElementEntries.js +12 -0
- package/lib/providers/LiveRegionTwin/useQueueStaticElement.d.ts +8 -0
- package/lib/providers/LiveRegionTwin/useQueueStaticElement.d.ts.map +1 -0
- package/lib/providers/LiveRegionTwin/useQueueStaticElement.js +17 -0
- package/lib/providers/ModalDialog/ModalDialogComposer.d.ts +7 -0
- package/lib/providers/ModalDialog/ModalDialogComposer.d.ts.map +1 -0
- package/lib/providers/ModalDialog/ModalDialogComposer.js +51 -0
- package/lib/providers/ModalDialog/private/Context.d.ts +13 -0
- package/lib/providers/ModalDialog/private/Context.d.ts.map +1 -0
- package/lib/providers/ModalDialog/private/Context.js +24 -0
- package/lib/providers/ModalDialog/private/Popover.d.ts +10 -0
- package/lib/providers/ModalDialog/private/Popover.d.ts.map +1 -0
- package/lib/providers/ModalDialog/private/Popover.js +79 -0
- package/lib/providers/ModalDialog/private/useContext.d.ts +4 -0
- package/lib/providers/ModalDialog/private/useContext.d.ts.map +1 -0
- package/lib/providers/ModalDialog/private/useContext.js +13 -0
- package/lib/providers/ModalDialog/useClose.d.ts +3 -0
- package/lib/providers/ModalDialog/useClose.d.ts.map +1 -0
- package/lib/providers/ModalDialog/useClose.js +12 -0
- package/lib/providers/ModalDialog/useShowModal.d.ts +3 -0
- package/lib/providers/ModalDialog/useShowModal.d.ts.map +1 -0
- package/lib/providers/ModalDialog/useShowModal.js +12 -0
- package/lib/providers/RovingTabIndex/RovingTabIndexComposer.d.ts +8 -0
- package/lib/providers/RovingTabIndex/RovingTabIndexComposer.d.ts.map +1 -0
- package/lib/providers/RovingTabIndex/RovingTabIndexComposer.js +163 -0
- package/lib/providers/RovingTabIndex/private/Context.d.ts +8 -0
- package/lib/providers/RovingTabIndex/private/Context.d.ts.map +1 -0
- package/lib/providers/RovingTabIndex/private/Context.js +17 -0
- package/lib/providers/RovingTabIndex/private/useContext.d.ts +2 -0
- package/lib/providers/RovingTabIndex/private/useContext.d.ts.map +1 -0
- package/lib/providers/RovingTabIndex/private/useContext.js +18 -0
- package/lib/providers/RovingTabIndex/useItemRef.d.ts +3 -0
- package/lib/providers/RovingTabIndex/useItemRef.d.ts.map +1 -0
- package/lib/providers/RovingTabIndex/useItemRef.js +19 -0
- package/lib/providers/Theme/ThemeProvider.d.ts +7 -0
- package/lib/providers/Theme/ThemeProvider.d.ts.map +1 -0
- package/lib/providers/Theme/ThemeProvider.js +103 -0
- package/lib/providers/Theme/private/Context.d.ts +19 -0
- package/lib/providers/Theme/private/Context.d.ts.map +1 -0
- package/lib/providers/Theme/private/Context.js +26 -0
- package/lib/providers/Theme/useTheme.d.ts +2 -0
- package/lib/providers/Theme/useTheme.d.ts.map +1 -0
- package/lib/providers/Theme/useTheme.js +13 -0
- package/lib/providers/TranscriptFocus/TranscriptFocusComposer.d.ts +7 -0
- package/lib/providers/TranscriptFocus/TranscriptFocusComposer.d.ts.map +1 -0
- package/lib/providers/TranscriptFocus/TranscriptFocusComposer.js +153 -0
- package/lib/providers/TranscriptFocus/private/Context.d.ts +12 -0
- package/lib/providers/TranscriptFocus/private/Context.d.ts.map +1 -0
- package/lib/providers/TranscriptFocus/private/Context.js +11 -0
- package/lib/providers/TranscriptFocus/private/useContext.d.ts +2 -0
- package/lib/providers/TranscriptFocus/private/useContext.d.ts.map +1 -0
- package/lib/providers/TranscriptFocus/private/useContext.js +18 -0
- package/lib/providers/TranscriptFocus/useActiveDescendantId.d.ts +2 -0
- package/lib/providers/TranscriptFocus/useActiveDescendantId.d.ts.map +1 -0
- package/lib/providers/TranscriptFocus/useActiveDescendantId.js +12 -0
- package/lib/providers/TranscriptFocus/useFocusByActivityKey.d.ts +8 -0
- package/lib/providers/TranscriptFocus/useFocusByActivityKey.d.ts.map +1 -0
- package/lib/providers/TranscriptFocus/useFocusByActivityKey.js +18 -0
- package/lib/providers/TranscriptFocus/useFocusRelativeActivity.d.ts +2 -0
- package/lib/providers/TranscriptFocus/useFocusRelativeActivity.d.ts.map +1 -0
- package/lib/providers/TranscriptFocus/useFocusRelativeActivity.js +12 -0
- package/lib/providers/TranscriptFocus/useFocusedActivityKey.d.ts +2 -0
- package/lib/providers/TranscriptFocus/useFocusedActivityKey.d.ts.map +1 -0
- package/lib/providers/TranscriptFocus/useFocusedActivityKey.js +12 -0
- package/lib/providers/TranscriptFocus/useFocusedExplicitly.d.ts +2 -0
- package/lib/providers/TranscriptFocus/useFocusedExplicitly.d.ts.map +1 -0
- package/lib/providers/TranscriptFocus/useFocusedExplicitly.js +12 -0
- package/lib/providers/TranscriptFocus/useGetDescendantIdByActivityKey.d.ts +2 -0
- package/lib/providers/TranscriptFocus/useGetDescendantIdByActivityKey.d.ts.map +1 -0
- package/lib/providers/TranscriptFocus/useGetDescendantIdByActivityKey.js +12 -0
- package/lib/providers/internal/SendBox/SendBoxComposer.d.ts +4 -0
- package/lib/providers/internal/SendBox/SendBoxComposer.d.ts.map +1 -0
- package/lib/providers/internal/SendBox/SendBoxComposer.js +161 -0
- package/lib/providers/internal/SendBox/private/Context.d.ts +4 -0
- package/lib/providers/internal/SendBox/private/Context.d.ts.map +1 -0
- package/lib/providers/internal/SendBox/private/Context.js +11 -0
- package/lib/providers/internal/SendBox/private/types.d.ts +8 -0
- package/lib/providers/internal/SendBox/private/types.d.ts.map +1 -0
- package/lib/providers/internal/SendBox/private/types.js +2 -0
- package/lib/providers/internal/SendBox/private/useContext.d.ts +3 -0
- package/lib/providers/internal/SendBox/private/useContext.d.ts.map +1 -0
- package/lib/providers/internal/SendBox/private/useContext.js +17 -0
- package/lib/providers/internal/SendBox/useErrorMessageId.d.ts +12 -0
- package/lib/providers/internal/SendBox/useErrorMessageId.d.ts.map +1 -0
- package/lib/providers/internal/SendBox/useErrorMessageId.js +22 -0
- package/lib/providers/internal/SendBox/useSubmit.d.ts +14 -0
- package/lib/providers/internal/SendBox/useSubmit.d.ts.map +1 -0
- package/lib/providers/internal/SendBox/useSubmit.js +20 -0
- package/lib/tsconfig.json +18 -0
- package/lib/types/ContextOf.d.ts +4 -0
- package/lib/types/ContextOf.d.ts.map +1 -0
- package/lib/types/ContextOf.js +2 -0
- package/lib/types/PropsOf.d.ts +3 -0
- package/lib/types/PropsOf.d.ts.map +1 -0
- package/lib/types/PropsOf.js +2 -0
- package/lib/types/ScrollPosition.d.ts +6 -0
- package/lib/types/ScrollPosition.d.ts.map +1 -0
- package/lib/types/ScrollPosition.js +2 -0
- package/lib/types/internal/FocusTranscriptInit.d.ts +4 -0
- package/lib/types/internal/FocusTranscriptInit.d.ts.map +1 -0
- package/lib/types/internal/FocusTranscriptInit.js +2 -0
- package/lib/types/internal/SendStatus.d.ts +7 -0
- package/lib/types/internal/SendStatus.d.ts.map +1 -0
- package/lib/types/internal/SendStatus.js +19 -0
- package/lib/types/internal/TypeOfArray.d.ts +2 -0
- package/lib/types/internal/TypeOfArray.d.ts.map +1 -0
- package/lib/types/internal/TypeOfArray.js +2 -0
- package/lib/withEmoji/private/UndoEntry.d.ts +9 -0
- package/lib/withEmoji/private/UndoEntry.d.ts.map +1 -0
- package/lib/withEmoji/private/UndoEntry.js +69 -0
- package/lib/withEmoji/private/useUndoStack.d.ts +6 -0
- package/lib/withEmoji/private/useUndoStack.d.ts.map +1 -0
- package/lib/withEmoji/private/useUndoStack.js +64 -0
- package/lib/withEmoji/withEmoji.d.ts +15 -0
- package/lib/withEmoji/withEmoji.d.ts.map +1 -0
- package/lib/withEmoji/withEmoji.js +128 -0
- package/package.json +81 -146
- package/src/Activity/Avatar.tsx +23 -20
- package/src/Activity/Bubble.tsx +70 -45
- package/src/Activity/CarouselFilmStrip.js +112 -31
- package/src/Activity/CarouselFilmStripAttachment.js +15 -14
- package/src/Activity/CarouselLayout.js +17 -16
- package/src/Activity/SayAlt.js +26 -0
- package/src/Activity/Speak.tsx +42 -84
- package/src/Activity/StackedLayout.tsx +198 -265
- package/src/ActivityStatus/AbsoluteTime.js +32 -0
- package/src/ActivityStatus/OthersActivityStatus.tsx +53 -52
- package/src/ActivityStatus/SelfActivityStatus.tsx +8 -11
- package/src/ActivityStatus/SendStatus/SendStatus.tsx +23 -23
- package/src/ActivityStatus/Slotted.tsx +26 -0
- package/src/ActivityStatus/Timestamp.tsx +12 -17
- package/src/ActivityStatus/private/Feedback/Feedback.tsx +60 -0
- package/src/ActivityStatus/private/Feedback/private/ThumbButton.Image.tsx +30 -0
- package/src/ActivityStatus/private/Feedback/private/ThumbButton.tsx +54 -0
- package/src/ActivityStatus/private/Feedback/private/VoteButton.tsx +36 -0
- package/src/ActivityStatus/private/Feedback/private/icons/ThumbDislike16Filled.tsx +16 -0
- package/src/ActivityStatus/private/Feedback/private/icons/ThumbDislike16Regular.tsx +16 -0
- package/src/ActivityStatus/private/Feedback/private/icons/ThumbLike16Filled.tsx +16 -0
- package/src/ActivityStatus/private/Feedback/private/icons/ThumbLike16Regular.tsx +16 -0
- package/src/ActivityStatus/private/Originator.tsx +10 -33
- package/src/ActivityStatus/private/RelativeTime.js +31 -0
- package/src/Assets/TypingAnimation.js +1 -3
- package/src/Attachment/Assets/DownloadIcon.js +29 -0
- package/src/Attachment/AudioContent.tsx +29 -20
- package/src/Attachment/FileContent.tsx +46 -46
- package/src/Attachment/HTMLVideoContent.tsx +27 -21
- package/src/Attachment/ImageAttachment.js +37 -0
- package/src/Attachment/ImageContent.tsx +27 -13
- package/src/Attachment/Text/TextAttachment.tsx +14 -38
- package/src/Attachment/Text/TextContent.tsx +16 -40
- package/src/Attachment/Text/private/CitationModalContent.tsx +21 -28
- package/src/Attachment/Text/private/MarkdownTextContent.tsx +126 -223
- package/src/Attachment/Text/private/MessageSensitivityLabel.tsx +34 -47
- package/src/Attachment/Text/private/PlainTextContent.tsx +14 -24
- package/src/Attachment/Text/private/ShieldIcon.tsx +34 -52
- package/src/Attachment/VideoAttachment.js +1 -1
- package/src/Attachment/VideoContent.tsx +27 -21
- package/src/Attachment/VimeoContent.tsx +25 -21
- package/src/Attachment/YouTubeContent.tsx +25 -21
- package/src/Avatar/ImageAvatar.js +49 -0
- package/src/Avatar/InitialsAvatar.js +50 -0
- package/src/BasicConnectivityStatus.js +7 -7
- package/src/BasicToast.js +1 -1
- package/src/BasicToaster.js +8 -47
- package/src/BasicTranscript.tsx +587 -402
- package/src/BasicWebChat.tsx +34 -28
- package/src/Composer.tsx +128 -226
- package/src/ConnectivityStatus/Connecting.js +72 -0
- package/src/Dictation.js +24 -16
- package/src/ErrorBox.tsx +26 -54
- package/src/LinkDefinition/LinkDefinitionItem.tsx +21 -51
- package/src/LinkDefinition/LinkDefinitions.tsx +19 -84
- package/src/LinkDefinition/index.ts +4 -6
- package/src/LinkDefinition/private/Badge.tsx +1 -12
- package/src/LinkDefinition/private/Chevron.tsx +21 -0
- package/src/LinkDefinition/private/ItemBody.tsx +15 -24
- package/src/LinkDefinition/private/OpenInNewWindowIcon.tsx +13 -20
- package/src/LinkDefinition/private/extractHostnameWithSubdomain.spec.ts +0 -2
- package/src/LinkDefinition/private/extractHostnameWithSubdomain.ts +1 -1
- package/src/LiveRegion/LiveRegionActivity.tsx +18 -18
- package/src/LiveRegion/private/LiveRegionSuggestedActions.tsx +25 -34
- package/src/Middleware/Activity/createCoreMiddleware.tsx +102 -0
- package/src/Middleware/ActivityStatus/createTimestampMiddleware.tsx +2 -2
- package/src/Middleware/Avatar/createCoreMiddleware.tsx +76 -0
- package/src/Middleware/ScrollToEndButton/ScrollToEndButton.js +45 -0
- package/src/ReactWebChat.tsx +8 -3
- package/src/ScreenReaderText.tsx +34 -27
- package/src/SendBox/Assets/MicrophoneIcon.js +12 -0
- package/src/SendBox/Assets/SendIcon.js +36 -0
- package/src/SendBox/AutoResizeTextArea.tsx +64 -28
- package/src/SendBox/BasicSendBox.tsx +30 -99
- package/src/SendBox/DictationInterims.tsx +21 -32
- package/src/SendBox/IconButton.tsx +30 -32
- package/src/SendBox/MicrophoneButton.tsx +23 -29
- package/src/SendBox/SendButton.tsx +21 -26
- package/src/SendBox/SuggestedAction.tsx +72 -60
- package/src/SendBox/SuggestedActions.tsx +9 -6
- package/src/SendBox/TextBox.tsx +39 -57
- package/src/SendBoxToolbar/Assets/AttachmentIcon.tsx +23 -6
- package/src/SendBoxToolbar/BasicSendBoxToolbar.tsx +2 -4
- package/src/SendBoxToolbar/UploadButton.tsx +26 -47
- package/src/Styles/CustomPropertyNames.ts +6 -66
- package/src/Styles/StyleSet/AudioAttachment.ts +3 -3
- package/src/Styles/StyleSet/Avatar.ts +3 -4
- package/src/Styles/StyleSet/CSSCustomProperties.ts +46 -0
- package/src/Styles/StyleSet/CarouselFilmStrip.ts +7 -9
- package/src/Styles/StyleSet/CarouselFilmStripAttachment.ts +4 -3
- package/src/Styles/StyleSet/ErrorBox.ts +2 -2
- package/src/Styles/StyleSet/FileContent.ts +1 -2
- package/src/Styles/StyleSet/ImageAvatar.ts +5 -8
- package/src/Styles/StyleSet/InitialsAvatar.ts +5 -4
- package/src/Styles/StyleSet/KeyboardHelp.ts +204 -0
- package/src/Styles/StyleSet/LinkDefinitions.ts +11 -17
- package/src/Styles/StyleSet/MicrophoneButton.ts +1 -1
- package/src/Styles/StyleSet/ModalDialog.ts +8 -14
- package/src/Styles/StyleSet/RenderMarkdown.ts +0 -35
- package/src/Styles/StyleSet/ScrollToEndButton.ts +11 -0
- package/src/Styles/StyleSet/SendBox.ts +7 -57
- package/src/Styles/StyleSet/SendBoxButton.ts +5 -7
- package/src/Styles/StyleSet/SendBoxTextBox.ts +1 -6
- package/src/Styles/StyleSet/SendStatus.ts +0 -12
- package/src/Styles/StyleSet/SingleAttachmentActivity.ts +18 -0
- package/src/Styles/StyleSet/SlottedActivityStatus.ts +16 -0
- package/src/Styles/StyleSet/SpinnerAnimation.ts +1 -3
- package/src/Styles/StyleSet/StackedLayout.ts +9 -18
- package/src/Styles/StyleSet/SuggestedAction.ts +13 -1
- package/src/Styles/StyleSet/TextContent.ts +2 -17
- package/src/Styles/StyleSet/ThumbButton.ts +24 -77
- package/src/Styles/StyleSet/TypingAnimation.ts +1 -3
- package/src/Styles/createStyleSet.ts +14 -14
- package/src/Transcript/ActivityRow.tsx +39 -100
- package/src/Transcript/FocusTrap.tsx +38 -96
- package/src/Transcript/KeyboardHelp.tsx +319 -0
- package/src/Transcript/LiveRegion/SendFailed.tsx +10 -8
- package/src/Transcript/LiveRegionTranscript.tsx +62 -11
- package/src/TranscriptActivity.tsx +64 -0
- package/src/Utils/AccessKeySink/Surface.js +56 -0
- package/src/Utils/AccessibleButton.tsx +49 -64
- package/src/Utils/AccessibleInputText.tsx +106 -97
- package/src/Utils/AccessibleTextArea.tsx +41 -10
- package/src/Utils/CroppedImage.js +45 -0
- package/src/Utils/FocusRedirector.tsx +26 -31
- package/src/Utils/InlineMarkdown.js +1 -6
- package/src/Utils/JSONLinkedData/__snapshots__/dereferenceBlankNodes.spec.ts.snap +17 -17
- package/src/Utils/JSONLinkedData/dereferenceBlankNodes.spec.ts +0 -2
- package/src/Utils/JSONLinkedData/dereferenceBlankNodes.ts +1 -1
- package/src/Utils/JSONLinkedData/getSafeOwnPropertyNames.ts +2 -2
- package/src/Utils/JSONLinkedData/isUnconnectedBlankNode.spec.ts +0 -2
- package/src/Utils/LocalizedString.tsx +3 -3
- package/src/Utils/addTargetBlankToHyperlinksMarkdown.spec.js +4 -4
- package/src/Utils/downscaleImageToDataURL/downscaleImageToDataURLUsingBrowser.ts +0 -2
- package/src/Utils/downscaleImageToDataURL/downscaleImageToDataURLUsingWorker.ts +4 -4
- package/src/Utils/firstTabbableDescendant.js +1 -0
- package/src/Utils/parseDocumentFromString.ts +5 -0
- package/src/Utils/readDataURIToBlob.js +31 -0
- package/src/Utils/serializeDocumentIntoString.ts +10 -0
- package/src/Utils/singleToArray.ts +3 -0
- package/src/Utils/supportPseudoClass.ts +1 -1
- package/src/Utils/tabbableElements.ts +1 -7
- package/src/Utils/textFormatToContentType.js +12 -0
- package/src/Utils/updateMarkdownAttrs.spec.js +14 -14
- package/src/Utils/walkMarkdownTokens.spec.js +1 -1
- package/src/hooks/index.ts +0 -4
- package/src/hooks/internal/UITracker.js +1 -1
- package/src/hooks/internal/WebChatUIContext.ts +1 -19
- package/src/hooks/internal/createWaitUntilable.spec.ts +2 -4
- package/src/hooks/internal/createWaitUntilable.ts +1 -1
- package/src/hooks/internal/private/createOnEventShim.spec.ts +0 -2
- package/src/hooks/internal/useForceRenderAtInterval.ts +6 -6
- package/src/hooks/internal/useMemoWithPrevious.ts +16 -0
- package/src/hooks/internal/useMemoized.spec.jsx +3 -3
- package/src/hooks/internal/useMemoized.ts +1 -1
- package/src/hooks/internal/useNonce.js +7 -0
- package/src/hooks/internal/useObserveFocusVisible.ts +1 -0
- package/src/hooks/internal/useStateRef.ts +1 -1
- package/src/hooks/internal/useStyleToEmotionObject.js +5 -0
- package/src/hooks/sendBoxFocus.ts +2 -6
- package/src/hooks/transcriptScrollRelative.ts +3 -6
- package/src/hooks/useObserveScrollPosition.ts +0 -3
- package/src/hooks/useObserveTranscriptFocus.ts +3 -9
- package/src/hooks/useRenderMarkdownAsHTML.ts +29 -32
- package/src/hooks/useSendFiles.ts +1 -4
- package/src/index.ts +125 -30
- package/src/internal.ts +4 -0
- package/src/providers/ActivityTree/ActivityTreeComposer.tsx +90 -0
- package/src/providers/ActivityTree/private/Context.ts +12 -0
- package/src/providers/ActivityTree/private/types.ts +12 -0
- package/src/providers/ActivityTree/private/useActivitiesWithRenderer.ts +40 -0
- package/src/providers/ActivityTree/private/useActivityTreeWithRenderer.ts +140 -0
- package/src/providers/ActivityTree/private/useContext.ts +15 -0
- package/src/providers/ActivityTree/useActivityTreeWithRenderer.ts +16 -0
- package/src/providers/LiveRegionTwin/LiveRegionTwinComposer.tsx +172 -0
- package/src/providers/LiveRegionTwin/private/Context.ts +15 -0
- package/src/providers/LiveRegionTwin/private/LiveRegionTwinContainer.tsx +39 -27
- package/src/providers/LiveRegionTwin/private/useContext.ts +8 -2
- package/src/providers/LiveRegionTwin/useQueueStaticElement.ts +2 -2
- package/src/providers/ModalDialog/private/Popover.tsx +15 -5
- package/src/providers/RovingTabIndex/RovingTabIndexComposer.tsx +23 -20
- package/src/providers/Theme/ThemeProvider.tsx +40 -119
- package/src/providers/Theme/private/Context.ts +18 -18
- package/src/providers/TranscriptFocus/TranscriptFocusComposer.tsx +68 -325
- package/src/providers/TranscriptFocus/private/Context.ts +0 -4
- package/src/providers/TranscriptFocus/useActiveDescendantId.ts +1 -4
- package/src/providers/TranscriptFocus/useFocusRelativeActivity.ts +1 -1
- package/src/providers/internal/SendBox/SendBoxComposer.tsx +38 -30
- package/src/tsconfig.json +14 -8
- package/LICENSE +0 -21
- package/boot/deprecated/component.js +0 -7
- package/boot/deprecated/component.mjs +0 -5
- package/boot/deprecated/decorator.js +0 -7
- package/boot/deprecated/decorator.mjs +0 -5
- package/boot/deprecated/hook.js +0 -7
- package/boot/deprecated/hook.mjs +0 -5
- package/boot/deprecated/internal.js +0 -7
- package/boot/deprecated/internal.mjs +0 -5
- package/component.js +0 -3
- package/decorator.js +0 -3
- package/dist/TextBox-BEU2rUID.d.mts +0 -46
- package/dist/TextBox-BEU2rUID.d.ts +0 -46
- package/dist/_dtsroll-chunks/BlpMO3PT-empty-object.d.ts +0 -34
- package/dist/_dtsroll-chunks/Cha1SOtx-botframework-webchat-styles.react.d.ts +0 -38
- package/dist/_dtsroll-chunks/DP9nda2m-botframework-webchat-react-hooks.d.ts +0 -19
- package/dist/botframework-webchat-component.component.css +0 -2
- package/dist/botframework-webchat-component.component.css.map +0 -1
- package/dist/botframework-webchat-component.component.d.mts +0 -9
- package/dist/botframework-webchat-component.component.d.ts +0 -9
- package/dist/botframework-webchat-component.component.js +0 -2
- package/dist/botframework-webchat-component.component.js.map +0 -1
- package/dist/botframework-webchat-component.component.mjs +0 -2
- package/dist/botframework-webchat-component.component.mjs.map +0 -1
- package/dist/botframework-webchat-component.css +0 -2
- package/dist/botframework-webchat-component.css.map +0 -1
- package/dist/botframework-webchat-component.d.ts +0 -90
- package/dist/botframework-webchat-component.decorator.css +0 -2
- package/dist/botframework-webchat-component.decorator.css.map +0 -1
- package/dist/botframework-webchat-component.decorator.d.mts +0 -28
- package/dist/botframework-webchat-component.decorator.d.ts +0 -28
- package/dist/botframework-webchat-component.decorator.js +0 -2
- package/dist/botframework-webchat-component.decorator.js.map +0 -1
- package/dist/botframework-webchat-component.decorator.mjs +0 -2
- package/dist/botframework-webchat-component.decorator.mjs.map +0 -1
- package/dist/botframework-webchat-component.hook.css +0 -2
- package/dist/botframework-webchat-component.hook.css.map +0 -1
- package/dist/botframework-webchat-component.hook.d.mts +0 -8
- package/dist/botframework-webchat-component.hook.d.ts +0 -8
- package/dist/botframework-webchat-component.hook.js +0 -2
- package/dist/botframework-webchat-component.hook.js.map +0 -1
- package/dist/botframework-webchat-component.hook.mjs +0 -2
- package/dist/botframework-webchat-component.hook.mjs.map +0 -1
- package/dist/botframework-webchat-component.internal.css +0 -2
- package/dist/botframework-webchat-component.internal.css.map +0 -1
- package/dist/botframework-webchat-component.internal.d.ts +0 -70
- package/dist/botframework-webchat-component.internal.js +0 -2
- package/dist/botframework-webchat-component.internal.js.map +0 -1
- package/dist/botframework-webchat-component.js +0 -2
- package/dist/botframework-webchat-component.js.map +0 -1
- package/dist/chunk-4IEFVGFY.mjs +0 -2
- package/dist/chunk-4IEFVGFY.mjs.map +0 -1
- package/dist/chunk-AUUHHO4G.mjs +0 -2
- package/dist/chunk-AUUHHO4G.mjs.map +0 -1
- package/dist/chunk-BUJ23PGG.js +0 -77
- package/dist/chunk-BUJ23PGG.js.map +0 -1
- package/dist/chunk-EYXG4PAK.js +0 -2
- package/dist/chunk-EYXG4PAK.js.map +0 -1
- package/dist/chunk-FA5SN6F3.js +0 -2
- package/dist/chunk-FA5SN6F3.js.map +0 -1
- package/dist/chunk-H443W2JC.mjs +0 -2
- package/dist/chunk-H443W2JC.mjs.map +0 -1
- package/dist/chunk-I2HRS7P3.js +0 -2
- package/dist/chunk-I2HRS7P3.js.map +0 -1
- package/dist/chunk-I6DJ35K3.mjs +0 -2
- package/dist/chunk-I6DJ35K3.mjs.map +0 -1
- package/dist/chunk-I6EXXZUN.js +0 -2
- package/dist/chunk-I6EXXZUN.js.map +0 -1
- package/dist/chunk-IB5KEWTO.js +0 -2
- package/dist/chunk-IB5KEWTO.js.map +0 -1
- package/dist/chunk-NNNAE55I.mjs +0 -2
- package/dist/chunk-NNNAE55I.mjs.map +0 -1
- package/dist/chunk-TMUNLKZW.js +0 -2
- package/dist/chunk-TMUNLKZW.js.map +0 -1
- package/dist/chunk-UKBRB4EA.mjs +0 -2
- package/dist/chunk-UKBRB4EA.mjs.map +0 -1
- package/dist/chunk-UXADOWHM.mjs +0 -77
- package/dist/chunk-UXADOWHM.mjs.map +0 -1
- package/dist/component-BtSxgJS5.d.mts +0 -539
- package/dist/component-Fyy8iCRE.d.ts +0 -539
- package/dist/hook-B7KuomGm.d.mts +0 -2259
- package/dist/hook-o9AgRedV.d.ts +0 -2259
- package/dist/metafile-cjs.json +0 -1
- package/hook.js +0 -3
- package/src/Activity/AttachmentRow.tsx +0 -56
- package/src/Activity/Bubble.module.css +0 -131
- package/src/Activity/CarouselFilmStrip.module.css +0 -155
- package/src/Activity/CarouselFilmStripAttachment.module.css +0 -38
- package/src/Activity/CarouselLayout.module.css +0 -30
- package/src/Activity/CodeBlockContent.module.css +0 -40
- package/src/Activity/CodeBlockContent.tsx +0 -42
- package/src/Activity/CollapsibleContent.module.css +0 -43
- package/src/Activity/CollapsibleContent.tsx +0 -68
- package/src/Activity/SayAlt.module.css +0 -4
- package/src/Activity/SayAlt.tsx +0 -25
- package/src/Activity/StackedLayout.module.css +0 -233
- package/src/Activity/StackedLayoutMain.tsx +0 -36
- package/src/Activity/StackedLayoutMessageStatus.tsx +0 -57
- package/src/Activity/StackedLayoutRoot.tsx +0 -71
- package/src/Activity/StackedLayoutStatus.tsx +0 -36
- package/src/Activity/private/MessageStatusLoader.module.css +0 -18
- package/src/Activity/private/MessageStatusLoader.tsx +0 -27
- package/src/ActivityDebug/RestrictedActivityDebugAPI.ts +0 -15
- package/src/ActivityDebug/index.ts +0 -1
- package/src/ActivityFeedback/ActivityFeedback.tsx +0 -88
- package/src/ActivityFeedback/private/FeedbackForm.module.css +0 -123
- package/src/ActivityFeedback/private/FeedbackForm.tsx +0 -83
- package/src/ActivityFeedback/private/FeedbackVoteButton.tsx +0 -88
- package/src/ActivityFeedback/private/FeedbackVoteButtonBar.tsx +0 -40
- package/src/ActivityFeedback/private/ThumbButton.Image.tsx +0 -35
- package/src/ActivityFeedback/private/ThumbButton.module.css +0 -91
- package/src/ActivityFeedback/private/ThumbButton.tsx +0 -103
- package/src/ActivityFeedback/private/canActionResubmit.ts +0 -6
- package/src/ActivityFeedback/private/getDisclaimerFromFeedbackLoop.ts +0 -10
- package/src/ActivityFeedback/private/getDisclaimerFromReviewAction.ts +0 -12
- package/src/ActivityFeedback/private/hasFeedbackLoop.ts +0 -42
- package/src/ActivityFeedback/private/isActionRequireReview.ts +0 -10
- package/src/ActivityFeedback/providers/ActivityFeedbackComposer.tsx +0 -372
- package/src/ActivityFeedback/providers/private/ActivityFeedbackContext.ts +0 -24
- package/src/ActivityFeedback/providers/private/FocusPropagation.ts +0 -10
- package/src/ActivityFeedback/providers/useActivityFeedbackHooks.ts +0 -6
- package/src/ActivityStatus/AbsoluteTime.tsx +0 -37
- package/src/ActivityStatus/ActivityStatus.module.css +0 -31
- package/src/ActivityStatus/StatusSlot.tsx +0 -17
- package/src/ActivityStatus/private/RelativeTime.tsx +0 -43
- package/src/Attachment/ImageAttachment.tsx +0 -58
- package/src/Attachment/Text/TextContent.module.css +0 -45
- package/src/Attachment/Text/private/ActivityButton.module.css +0 -45
- package/src/Attachment/Text/private/ActivityButton.tsx +0 -71
- package/src/Attachment/Text/private/ActivityCopyButton.module.css +0 -45
- package/src/Attachment/Text/private/ActivityCopyButton.tsx +0 -109
- package/src/Attachment/Text/private/ActivityViewCodeButton.tsx +0 -66
- package/src/Attachment/Text/private/CitationModal.module.css +0 -9
- package/src/Attachment/Text/private/CodeContent.tsx +0 -44
- package/src/Attachment/Text/private/Markdownable.tsx +0 -39
- package/src/Attachment/Text/private/ViewCodeDialog.module.css +0 -59
- package/src/Attachment/Text/private/isAIGeneratedActivity.ts +0 -5
- package/src/Avatar/ImageAvatar.tsx +0 -48
- package/src/Avatar/InitialsAvatar.tsx +0 -55
- package/src/BuiltInDecorator.tsx +0 -17
- package/src/ChatHistory/ChatHistoryBox.tsx +0 -27
- package/src/ChatHistory/ChatHistoryToolbar.tsx +0 -36
- package/src/ChatHistory/private/ScrollToEndButton.tsx +0 -105
- package/src/ConnectivityStatus/Connecting.tsx +0 -77
- package/src/Icon/ComponentIcon.module.css +0 -113
- package/src/Icon/ComponentIcon.tsx +0 -59
- package/src/Icon/index.ts +0 -1
- package/src/LinkDefinition/LinkDefinitions.module.css +0 -209
- package/src/Middleware/Activity/defaultActivityPolymiddleware.tsx +0 -104
- package/src/Middleware/ActivityGrouping/createDefaultActivityGroupingDecoratorMiddleware.tsx +0 -21
- package/src/Middleware/ActivityGrouping/ui/LegacyActivityBridgeComposer.tsx +0 -91
- package/src/Middleware/ActivityGrouping/ui/PartGrouping/CollapsibleGrouping.module.css +0 -76
- package/src/Middleware/ActivityGrouping/ui/PartGrouping/CollapsibleGrouping.tsx +0 -97
- package/src/Middleware/ActivityGrouping/ui/PartGrouping/CollapsibleGroupingList.tsx +0 -30
- package/src/Middleware/ActivityGrouping/ui/PartGrouping/CollapsibleGroupingTitle.tsx +0 -29
- package/src/Middleware/ActivityGrouping/ui/PartGrouping/PartGrouping.tsx +0 -52
- package/src/Middleware/ActivityGrouping/ui/PartGrouping/private/PartGroupingActivity.module.css +0 -29
- package/src/Middleware/ActivityGrouping/ui/PartGrouping/private/PartGroupingActivity.tsx +0 -258
- package/src/Middleware/ActivityGrouping/ui/PartGrouping/private/usePartGroupingLogicalGroup.ts +0 -41
- package/src/Middleware/ActivityGrouping/ui/RenderActivity.tsx +0 -37
- package/src/Middleware/ActivityGrouping/ui/RenderActivityGrouping.tsx +0 -41
- package/src/Middleware/ActivityGrouping/ui/SenderGrouping/SenderGrouping.tsx +0 -49
- package/src/Middleware/ActivityGrouping/ui/SenderGrouping/private/SenderGroupingContext.ts +0 -18
- package/src/Middleware/ActivityGrouping/ui/SenderGrouping/private/useSenderGroupingContext.ts +0 -6
- package/src/Middleware/ActivityGrouping/ui/SenderGrouping/useFirstActivity.ts +0 -6
- package/src/Middleware/ActivityGrouping/ui/SenderGrouping/useLastActivity.ts +0 -6
- package/src/Middleware/ActivityGrouping/ui/StatusGrouping/StatusGrouping.tsx +0 -49
- package/src/Middleware/ActivityGrouping/ui/StatusGrouping/private/StatusGroupingContext.ts +0 -18
- package/src/Middleware/ActivityGrouping/ui/StatusGrouping/private/useStatusGroupingContext.ts +0 -6
- package/src/Middleware/ActivityGrouping/ui/StatusGrouping/useFirstActivity.ts +0 -6
- package/src/Middleware/ActivityGrouping/ui/StatusGrouping/useLastActivity.ts +0 -6
- package/src/Middleware/Avatar/DefaultAvatar.tsx +0 -61
- package/src/Middleware/Avatar/createDefaultAvatarPolymiddleware.tsx +0 -22
- package/src/Middleware/ScrollToEndButton/ScrollToEndButton.tsx +0 -58
- package/src/SendBox/AttachmentBar/AttachmentBar.module.css +0 -32
- package/src/SendBox/AttachmentBar/AttachmentBar.tsx +0 -71
- package/src/SendBox/AttachmentBar/AttachmentBarItem.module.css +0 -137
- package/src/SendBox/AttachmentBar/AttachmentBarItem.tsx +0 -103
- package/src/SendBox/AttachmentBar/ItemDeleteButton.tsx +0 -61
- package/src/SendBox/AttachmentBar/ItemPreview.tsx +0 -52
- package/src/SendBox/AttachmentBar/Preview/FilePreview.module.css +0 -35
- package/src/SendBox/AttachmentBar/Preview/FilePreview.tsx +0 -63
- package/src/SendBox/AttachmentBar/Preview/ImagePreview.module.css +0 -5
- package/src/SendBox/AttachmentBar/Preview/ImagePreview.tsx +0 -46
- package/src/SendBox/AttachmentBar/Preview/sendBoxAttachment.ts +0 -13
- package/src/SendBox/AttachmentBar/index.ts +0 -3
- package/src/SendBox/DropZone.tsx +0 -64
- package/src/Styles/CSSCustomPropertiesContainer.tsx +0 -195
- package/src/Styles/StyleSet/ActivityButton.ts +0 -49
- package/src/Styles/StyleSet/ActivityCopyButton.ts +0 -40
- package/src/Styles/StyleSet/ChatHistoryBox.ts +0 -22
- package/src/Styles/StyleSet/CodeBlock.ts +0 -39
- package/src/Styles/StyleSet/CodeBlockCopyButton.ts +0 -71
- package/src/Styles/StyleSet/Tooltip.ts +0 -66
- package/src/Styles/StyleSet/ViewCodeDialog.ts +0 -70
- package/src/Styles/StyleSet/types/StyleSet.ts +0 -11
- package/src/TextArea/TextArea.module.css +0 -75
- package/src/TextArea/TextArea.tsx +0 -126
- package/src/TextArea/index.ts +0 -1
- package/src/Tooltip/index.ts +0 -1
- package/src/Tooltip/private/Tooltip.tsx +0 -26
- package/src/Transcript/ActivityTree.tsx +0 -35
- package/src/Transcript/TranscriptFocus/TranscriptActivityList.tsx +0 -22
- package/src/Transcript/TranscriptFocus/TranscriptFocus.module.css +0 -117
- package/src/Transcript/TranscriptFocus/TranscriptFocusArea.tsx +0 -27
- package/src/Transcript/TranscriptFocus/TranscriptFocusContent.tsx +0 -34
- package/src/Transcript/TranscriptFocus/TranscriptFocusContentActiveDescendant.tsx +0 -26
- package/src/Transcript/TranscriptFocus/TranscriptFocusContentBody.tsx +0 -20
- package/src/Transcript/TranscriptFocus/TranscriptFocusContentOverlay.tsx +0 -20
- package/src/Transcript/TranscriptFocus/TranscriptFocusIndicator.tsx +0 -28
- package/src/Transcript/TranscriptFocus/TranscriptFocusTerminator.tsx +0 -42
- package/src/Transcript/TranscriptFocus/TranscriptFocusTerminatorBody.tsx +0 -20
- package/src/Transcript/TranscriptFocus/TranscriptFocusTerminatorText.tsx +0 -20
- package/src/Transcript/TranscriptFocus/index.ts +0 -25
- package/src/Transcript/hooks/useRenderActivityProps.ts +0 -88
- package/src/Utils/AccessKeySink/Surface.tsx +0 -63
- package/src/Utils/FixedWidthImage.tsx +0 -60
- package/src/Utils/createIconComponent.tsx +0 -126
- package/src/Utils/orgSchema/getFirstBaseOfSoftwareSourceCode.ts +0 -15
- package/src/Utils/parseDocumentFragmentFromString.ts +0 -9
- package/src/Utils/readDataURIToBlob.ts +0 -37
- package/src/Utils/serializeDocumentFragmentIntoString.ts +0 -3
- package/src/Utils/textFormatToContentType.ts +0 -14
- package/src/__tests__/addMetaTag.spec.js +0 -8
- package/src/__tests__/addMetaTag.spec.mjs +0 -8
- package/src/boot/component.ts +0 -45
- package/src/boot/decorator.ts +0 -1
- package/src/boot/hook.ts +0 -118
- package/src/boot/internal.ts +0 -15
- package/src/buildInfo.ts +0 -9
- package/src/decorator/index.ts +0 -3
- package/src/decorator/private/BorderFlair.module.css +0 -566
- package/src/decorator/private/BorderFlair.tsx +0 -39
- package/src/decorator/private/BorderLoader.module.css +0 -53
- package/src/decorator/private/BorderLoader.tsx +0 -24
- package/src/decorator/private/WebChatDecorator.tsx +0 -64
- package/src/decorator/stylesheet/DecoratorStylesheet.tsx +0 -33
- package/src/decorator/stylesheet/createDecoratorStyleElements.ts +0 -8
- package/src/env.d.ts +0 -11
- package/src/hooks/RenderMarkdown.module.css +0 -102
- package/src/hooks/internal/codeHighlighter/index.ts +0 -3
- package/src/hooks/internal/codeHighlighter/private/CodeHighlighterComposer.tsx +0 -32
- package/src/hooks/internal/codeHighlighter/private/createCodeHighlighterComposer.tsx +0 -32
- package/src/hooks/internal/codeHighlighter/private/defaultHighlightCode.tsx +0 -22
- package/src/hooks/internal/styleToEmotionObject/index.ts +0 -1
- package/src/hooks/internal/styleToEmotionObject/private/StyleToEmotionObjectComposer.tsx +0 -20
- package/src/hooks/internal/styleToEmotionObject/private/createStyleToEmotionObjectComposer.tsx +0 -22
- package/src/hooks/internal/useEmotion.ts +0 -37
- package/src/hooks/internal/useFeedbackActions.ts +0 -120
- package/src/hooks/internal/useNonce.ts +0 -7
- package/src/hooks/internal/useSanitizeHrefCallback.ts +0 -37
- package/src/hooks/useStreamingMarkdownWithDefinitions.ts +0 -193
- package/src/providers/ActivityLogicalGrouping/ActivityLogicalGroupingComposer.ts +0 -100
- package/src/providers/ActivityLogicalGrouping/index.ts +0 -7
- package/src/providers/ActivityLogicalGrouping/private/ActivityLogicalGroupingContext.ts +0 -31
- package/src/providers/ActivityLogicalGrouping/private/useStateWithOptimisticRef.ts +0 -13
- package/src/providers/ActivityLogicalGrouping/useAddLogicalGrouping.ts +0 -5
- package/src/providers/ActivityLogicalGrouping/useGetGroupState.ts +0 -5
- package/src/providers/ActivityLogicalGrouping/useGetLogicalGroupBoundaries.ts +0 -5
- package/src/providers/ActivityLogicalGrouping/useGetLogicalGroupKey.ts +0 -5
- package/src/providers/ActivityLogicalGrouping/useRemoveLogicalGrouping.ts +0 -5
- package/src/providers/ChatHistoryDOM/ChatHistoryDOMComposer.tsx +0 -18
- package/src/providers/ChatHistoryDOM/private/ChatHistoryDOMContext.ts +0 -11
- package/src/providers/ChatHistoryDOM/useActivityElementRef.ts +0 -6
- package/src/providers/CustomElements/CustomElementsComposer.tsx +0 -58
- package/src/providers/CustomElements/customElements/CodeBlock.module.css +0 -35
- package/src/providers/CustomElements/customElements/CodeBlock.ts +0 -230
- package/src/providers/CustomElements/customElements/CodeBlockCopyButton.module.css +0 -63
- package/src/providers/CustomElements/customElements/CodeBlockCopyButton.tsx +0 -108
- package/src/providers/CustomElements/customElements/wrapAsCustomElement.ts +0 -85
- package/src/providers/CustomElements/private/CustomElementsContext.ts +0 -15
- package/src/providers/CustomElements/private/useCustomElementsContext.ts +0 -6
- package/src/providers/CustomElements/useCodeBlockCopyButtonTagName.ts +0 -8
- package/src/providers/CustomElements/useCodeBlockTagName.ts +0 -19
- package/src/providers/GroupedRenderingActivities/GroupedRenderingActivities.ts +0 -10
- package/src/providers/GroupedRenderingActivities/GroupedRenderingActivitiesComposer.tsx +0 -87
- package/src/providers/GroupedRenderingActivities/private/GroupedRenderingActivitiesContext.ts +0 -14
- package/src/providers/GroupedRenderingActivities/private/group.spec.ts +0 -31
- package/src/providers/GroupedRenderingActivities/private/group.ts +0 -19
- package/src/providers/GroupedRenderingActivities/private/pick.spec.ts +0 -35
- package/src/providers/GroupedRenderingActivities/private/pick.ts +0 -20
- package/src/providers/GroupedRenderingActivities/useGroupedRenderingActivities.ts +0 -6
- package/src/providers/GroupedRenderingActivities/useNumRenderingActivities.ts +0 -5
- package/src/providers/HTMLContentTransformCOR/HTMLContentTransformComposer.tsx +0 -41
- package/src/providers/HTMLContentTransformCOR/index.ts +0 -8
- package/src/providers/HTMLContentTransformCOR/private/HTMLContentTransformContext.ts +0 -34
- package/src/providers/HTMLContentTransformCOR/private/useHTMLContentTransformContext.ts +0 -6
- package/src/providers/HTMLContentTransformCOR/useTransformHTMLContent.ts +0 -187
- package/src/providers/LiveRegionTwin/index.ts +0 -3
- package/src/providers/LiveRegionTwin/private/LiveRegionTwinComposer.ts +0 -27
- package/src/providers/LiveRegionTwin/private/createLiveRegionTwinComposer.tsx +0 -155
- package/src/providers/LiveRegionTwin/useLiveRegion.ts +0 -27
- package/src/providers/ReducedMotion/ReducedMotionComposer.tsx +0 -35
- package/src/providers/ReducedMotion/private/Context.ts +0 -22
- package/src/providers/ReducedMotion/private/useContext.ts +0 -8
- package/src/providers/ReducedMotion/useShouldReduceMotion.ts +0 -5
- package/src/providers/RenderingActivities/RenderingActivitiesComposer.tsx +0 -103
- package/src/providers/RenderingActivities/private/RenderingActivitiesContext.ts +0 -15
- package/src/providers/RenderingActivities/useActivityRendererMap.ts +0 -9
- package/src/providers/RenderingActivities/useRenderingActivities.ts +0 -7
- package/src/providers/RenderingActivities/useRenderingActivityKeys.ts +0 -5
- package/src/providers/TranscriptFocus/TranscriptFocusComposer.spec.tsx +0 -611
- package/src/providers/TranscriptFocus/useFocusByGroupKey.ts +0 -11
- package/src/providers/TranscriptFocus/useFocusedKey.ts +0 -6
- package/src/providers/TranscriptFocus/useGetGroupDescendantIdByActivityKey.ts +0 -5
- package/src/providers/createContextAndHook.ts +0 -23
- package/src/stylesheet/ComponentStylesheet.tsx +0 -33
- package/src/stylesheet/createComponentStyleElements.ts +0 -8
- package/src/testIds.ts +0 -18
- package/src/types/internal/mutableRefObject.ts +0 -40
- package/src/types/internal/refObject.ts +0 -40
|
@@ -0,0 +1,1803 @@
|
|
|
1
|
+
import { StyleOptions } from 'botframework-webchat-api';
|
|
2
|
+
export default function createStyleSet(styleOptions: StyleOptions): Readonly<{
|
|
3
|
+
readonly activities: {
|
|
4
|
+
margin: number;
|
|
5
|
+
padding: number;
|
|
6
|
+
};
|
|
7
|
+
readonly audioAttachment: {
|
|
8
|
+
display: string;
|
|
9
|
+
minHeight: number;
|
|
10
|
+
};
|
|
11
|
+
readonly audioContent: {
|
|
12
|
+
width: string;
|
|
13
|
+
};
|
|
14
|
+
readonly autoResizeTextArea: {
|
|
15
|
+
'&.webchat__auto-resize-textarea': {
|
|
16
|
+
fontFamily: string;
|
|
17
|
+
overflow: string;
|
|
18
|
+
position: string;
|
|
19
|
+
'& .webchat__auto-resize-textarea__doppelganger': {
|
|
20
|
+
color: string;
|
|
21
|
+
height: string;
|
|
22
|
+
overflowY: string;
|
|
23
|
+
userSelect: string;
|
|
24
|
+
width: string;
|
|
25
|
+
whiteSpace: string;
|
|
26
|
+
wordBreak: string;
|
|
27
|
+
};
|
|
28
|
+
'& .webchat__auto-resize-textarea__textarea': {
|
|
29
|
+
appearance: string;
|
|
30
|
+
backgroundColor: string;
|
|
31
|
+
border: number;
|
|
32
|
+
color: string;
|
|
33
|
+
fontFamily: string;
|
|
34
|
+
fontSize: string;
|
|
35
|
+
height: string;
|
|
36
|
+
left: number;
|
|
37
|
+
margin: number;
|
|
38
|
+
outline: number;
|
|
39
|
+
overflowY: string;
|
|
40
|
+
padding: number;
|
|
41
|
+
position: string;
|
|
42
|
+
resize: string;
|
|
43
|
+
top: number;
|
|
44
|
+
width: string;
|
|
45
|
+
wordBreak: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
readonly avatar: {
|
|
50
|
+
'&.webchat__defaultAvatar': {
|
|
51
|
+
borderRadius: string | number;
|
|
52
|
+
height: number;
|
|
53
|
+
width: number;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
readonly basicTranscript: {
|
|
57
|
+
'&.webchat__basic-transcript': {
|
|
58
|
+
'&:focus': {
|
|
59
|
+
outline: number;
|
|
60
|
+
'& .webchat__basic-transcript__activity-indicator.webchat__basic-transcript__activity-indicator--focus': {
|
|
61
|
+
borderColor: string;
|
|
62
|
+
borderStyle: string;
|
|
63
|
+
borderWidth: string | number;
|
|
64
|
+
boxSizing: string;
|
|
65
|
+
height: string;
|
|
66
|
+
left: number;
|
|
67
|
+
marginBottom: number;
|
|
68
|
+
marginLeft: number;
|
|
69
|
+
marginRight: number;
|
|
70
|
+
marginTop: number;
|
|
71
|
+
pointerEvents: string;
|
|
72
|
+
position: string;
|
|
73
|
+
top: number;
|
|
74
|
+
width: string;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
'&:focus-visible .webchat__basic-transcript__focus-indicator, .webchat__basic-transcript__terminator:focus-visible + .webchat__basic-transcript__focus-indicator': {
|
|
78
|
+
height: string;
|
|
79
|
+
borderColor: string;
|
|
80
|
+
borderStyle: string;
|
|
81
|
+
borderWidth: string | number;
|
|
82
|
+
boxSizing: string;
|
|
83
|
+
pointerEvents: string;
|
|
84
|
+
position: string;
|
|
85
|
+
top: number;
|
|
86
|
+
width: string;
|
|
87
|
+
};
|
|
88
|
+
'& .webchat__basic-transcript__activity': {
|
|
89
|
+
paddingTop: number;
|
|
90
|
+
position: string;
|
|
91
|
+
'&:first-child': {
|
|
92
|
+
marginTop: number;
|
|
93
|
+
};
|
|
94
|
+
'&:not(:first-child)': {
|
|
95
|
+
marginTop: number;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
'& .webchat__basic-transcript__activity-active-descendant': {
|
|
99
|
+
height: string;
|
|
100
|
+
left: number;
|
|
101
|
+
marginTop: number;
|
|
102
|
+
paddingBottom: number;
|
|
103
|
+
pointerEvents: string;
|
|
104
|
+
position: string;
|
|
105
|
+
top: number;
|
|
106
|
+
width: string;
|
|
107
|
+
};
|
|
108
|
+
'& .webchat__basic-transcript__activity-body:not(:empty)': {
|
|
109
|
+
paddingBottom: number;
|
|
110
|
+
};
|
|
111
|
+
'& .webchat__basic-transcript__terminator': {
|
|
112
|
+
bottom: number;
|
|
113
|
+
height: number;
|
|
114
|
+
outline: number;
|
|
115
|
+
position: string;
|
|
116
|
+
width: string;
|
|
117
|
+
};
|
|
118
|
+
'& .webchat__basic-transcript__terminator-body': {
|
|
119
|
+
bottom: number;
|
|
120
|
+
display: string;
|
|
121
|
+
justifyContent: string;
|
|
122
|
+
position: string;
|
|
123
|
+
width: string;
|
|
124
|
+
};
|
|
125
|
+
'& .webchat__basic-transcript__terminator:not(:focus) .webchat__basic-transcript__terminator-body': {
|
|
126
|
+
display: string;
|
|
127
|
+
};
|
|
128
|
+
'& .webchat__basic-transcript__terminator-text': {
|
|
129
|
+
backgroundColor: string;
|
|
130
|
+
borderRadius: string | number;
|
|
131
|
+
color: string;
|
|
132
|
+
fontFamily: string;
|
|
133
|
+
fontSize: string | number;
|
|
134
|
+
margin: number;
|
|
135
|
+
padding: number;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
readonly bubble: {
|
|
140
|
+
'&.webchat__bubble': any;
|
|
141
|
+
};
|
|
142
|
+
readonly carouselFilmStrip: {
|
|
143
|
+
'&.webchat__carousel-filmstrip': any;
|
|
144
|
+
};
|
|
145
|
+
readonly carouselFilmStripAttachment: any;
|
|
146
|
+
readonly carouselFlipper: {
|
|
147
|
+
'&.webchat__carousel-layout': {
|
|
148
|
+
'& .react-film__flipper': {
|
|
149
|
+
'& .react-film__flipper__body': {
|
|
150
|
+
backgroundColor: string;
|
|
151
|
+
color: string;
|
|
152
|
+
outline: number;
|
|
153
|
+
};
|
|
154
|
+
'&:disabled, &[aria-disabled="true"]': {
|
|
155
|
+
'& .react-film__flipper__body': {
|
|
156
|
+
backgroundColor: string;
|
|
157
|
+
color: string;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
160
|
+
'&:focus .react-film__flipper__body': {
|
|
161
|
+
backgroundColor: string;
|
|
162
|
+
color: string;
|
|
163
|
+
};
|
|
164
|
+
'&:hover .react-film__flipper__body': {
|
|
165
|
+
backgroundColor: string;
|
|
166
|
+
color: string;
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
readonly connectivityNotification: {
|
|
172
|
+
alignItems: string;
|
|
173
|
+
color: string;
|
|
174
|
+
display: string;
|
|
175
|
+
fontFamily: string;
|
|
176
|
+
fontSize: string | number;
|
|
177
|
+
marginBottom: number;
|
|
178
|
+
marginLeft: number;
|
|
179
|
+
marginRight: number;
|
|
180
|
+
marginTop: number;
|
|
181
|
+
};
|
|
182
|
+
readonly dictationInterims: {
|
|
183
|
+
fontFamily: string;
|
|
184
|
+
margin: number;
|
|
185
|
+
paddingBottom: number;
|
|
186
|
+
paddingLeft: number;
|
|
187
|
+
paddingRight: number;
|
|
188
|
+
paddingTop: number;
|
|
189
|
+
'&.dictating > span:not(:first-child), &.status': {
|
|
190
|
+
opacity: number;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
readonly errorBox: {
|
|
194
|
+
display: string;
|
|
195
|
+
flexDirection: string;
|
|
196
|
+
fontFamily: string;
|
|
197
|
+
margin: number;
|
|
198
|
+
minHeight: number;
|
|
199
|
+
maxHeight: number;
|
|
200
|
+
overflowY: string;
|
|
201
|
+
WebkitOverflowScrolling: string;
|
|
202
|
+
'& > :first-child': {
|
|
203
|
+
backgroundColor: string;
|
|
204
|
+
color: string;
|
|
205
|
+
padding: string;
|
|
206
|
+
};
|
|
207
|
+
'& > :last-child': {
|
|
208
|
+
borderColor: string;
|
|
209
|
+
borderStyle: string;
|
|
210
|
+
borderBottomWidth: number;
|
|
211
|
+
borderLeftWidth: number;
|
|
212
|
+
borderRightWidth: number;
|
|
213
|
+
borderTopWidth: number;
|
|
214
|
+
margin: number;
|
|
215
|
+
overflowY: string;
|
|
216
|
+
padding: number;
|
|
217
|
+
'& > pre': {
|
|
218
|
+
fontFamily: string;
|
|
219
|
+
fontSize: string;
|
|
220
|
+
margin: number;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
readonly errorNotification: {
|
|
225
|
+
alignItems: string;
|
|
226
|
+
color: string | number;
|
|
227
|
+
display: string;
|
|
228
|
+
fontFamily: string;
|
|
229
|
+
fontSize: string | number;
|
|
230
|
+
fontWeight: string;
|
|
231
|
+
marginBottom: number;
|
|
232
|
+
marginLeft: number;
|
|
233
|
+
marginRight: number;
|
|
234
|
+
marginTop: number;
|
|
235
|
+
'& > svg': {
|
|
236
|
+
fill: string | number;
|
|
237
|
+
'&:not(.webchat__error--rtl)': {
|
|
238
|
+
paddingRight: number;
|
|
239
|
+
};
|
|
240
|
+
'&.webchat__error--rtl': {
|
|
241
|
+
paddingLeft: number;
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
readonly fileContent: {
|
|
246
|
+
color: string;
|
|
247
|
+
display: string;
|
|
248
|
+
fontFamily: string;
|
|
249
|
+
padding: number;
|
|
250
|
+
'& .webchat__fileContent__badge': {
|
|
251
|
+
justifyContent: string;
|
|
252
|
+
};
|
|
253
|
+
'& .webchat__fileContent__buttonLink': {
|
|
254
|
+
alignItems: string;
|
|
255
|
+
color: string;
|
|
256
|
+
textDecoration: string;
|
|
257
|
+
'&:focus': {
|
|
258
|
+
backgroundColor: string;
|
|
259
|
+
};
|
|
260
|
+
};
|
|
261
|
+
'& .webchat__fileContent__downloadIcon': {
|
|
262
|
+
fill: string;
|
|
263
|
+
padding: number;
|
|
264
|
+
'&:not(.webchat__fileContent__downloadIcon--rtl)': {
|
|
265
|
+
marginLeft: number;
|
|
266
|
+
};
|
|
267
|
+
'&.webchat__fileContent__downloadIcon--rtl': {
|
|
268
|
+
marginRight: number;
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
'& .webchat__fileContent__fileName': {
|
|
272
|
+
color: string;
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
readonly imageAvatar: {
|
|
276
|
+
height: number;
|
|
277
|
+
overflow: string;
|
|
278
|
+
width: number;
|
|
279
|
+
};
|
|
280
|
+
readonly initialsAvatar: {
|
|
281
|
+
'&.webchat__initialsAvatar': {
|
|
282
|
+
alignItems: string;
|
|
283
|
+
color: string;
|
|
284
|
+
fontFamily: string;
|
|
285
|
+
height: number;
|
|
286
|
+
justifyContent: string;
|
|
287
|
+
overflow: string;
|
|
288
|
+
width: number;
|
|
289
|
+
'&.webchat__initialsAvatar--fromUser': {
|
|
290
|
+
backgroundColor: string;
|
|
291
|
+
};
|
|
292
|
+
'&:not(.webchat__initialsAvatar--fromUser)': {
|
|
293
|
+
backgroundColor: string;
|
|
294
|
+
};
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
readonly keyboardHelp: {
|
|
298
|
+
'&.webchat__keyboard-help': {
|
|
299
|
+
fontFamily: string;
|
|
300
|
+
fontSize: number;
|
|
301
|
+
height: string;
|
|
302
|
+
outline: number;
|
|
303
|
+
overflow: string;
|
|
304
|
+
'&:not(.webchat__keyboard-help--shown)': {
|
|
305
|
+
height: number;
|
|
306
|
+
margin: number;
|
|
307
|
+
overflow: string;
|
|
308
|
+
pointerEvents: string;
|
|
309
|
+
width: number;
|
|
310
|
+
};
|
|
311
|
+
'& .webchat__keyboard-help__border': {
|
|
312
|
+
boxSizing: string;
|
|
313
|
+
height: string;
|
|
314
|
+
padding: number;
|
|
315
|
+
};
|
|
316
|
+
'& .webchat__keyboard-help__box': {
|
|
317
|
+
borderRadius: number;
|
|
318
|
+
boxShadow: string;
|
|
319
|
+
height: string;
|
|
320
|
+
overflow: string;
|
|
321
|
+
"@media (forced-colors: active)": {
|
|
322
|
+
backgroundColor: string;
|
|
323
|
+
boxShadow: string;
|
|
324
|
+
outlineColor: string;
|
|
325
|
+
outlineStyle: string;
|
|
326
|
+
outlineWidth: number;
|
|
327
|
+
};
|
|
328
|
+
"@media (forced-colors: none) and (prefers-color-scheme: dark)": {
|
|
329
|
+
backgroundColor: string;
|
|
330
|
+
boxShadow: string;
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
'& .webchat__keyboard-help__scrollable': {
|
|
334
|
+
boxSizing: string;
|
|
335
|
+
height: string;
|
|
336
|
+
overflowY: string;
|
|
337
|
+
padding: number;
|
|
338
|
+
position: string;
|
|
339
|
+
};
|
|
340
|
+
'& .webchat__keyboard-help__close-button': {
|
|
341
|
+
appearance: string;
|
|
342
|
+
backgroundColor: string;
|
|
343
|
+
border: number;
|
|
344
|
+
outline: number;
|
|
345
|
+
padding: number;
|
|
346
|
+
pointerEvents: string;
|
|
347
|
+
position: string;
|
|
348
|
+
right: number;
|
|
349
|
+
top: number;
|
|
350
|
+
};
|
|
351
|
+
'& .webchat__keyboard-help__close-button-border': {
|
|
352
|
+
alignItems: string;
|
|
353
|
+
borderRadius: number;
|
|
354
|
+
borderStyle: string;
|
|
355
|
+
borderWidth: number;
|
|
356
|
+
color: string;
|
|
357
|
+
display: string;
|
|
358
|
+
height: number;
|
|
359
|
+
justifyContent: string;
|
|
360
|
+
pointerEvents: string;
|
|
361
|
+
width: number;
|
|
362
|
+
"@media (forced-colors: none) and (prefers-color-scheme: light)": {
|
|
363
|
+
borderColor: string;
|
|
364
|
+
'&:active': {
|
|
365
|
+
backgroundColor: string;
|
|
366
|
+
};
|
|
367
|
+
'&:not(:active):hover': {
|
|
368
|
+
backgroundColor: string;
|
|
369
|
+
};
|
|
370
|
+
};
|
|
371
|
+
"@media (forced-colors: none) and (prefers-color-scheme: dark)": {
|
|
372
|
+
borderColor: string;
|
|
373
|
+
'&:active': {
|
|
374
|
+
backgroundColor: string;
|
|
375
|
+
};
|
|
376
|
+
'&:not(:active):hover': {
|
|
377
|
+
backgroundColor: string;
|
|
378
|
+
};
|
|
379
|
+
};
|
|
380
|
+
"@media (forced-colors: active)": {
|
|
381
|
+
backgroundColor: string;
|
|
382
|
+
borderColor: string;
|
|
383
|
+
};
|
|
384
|
+
};
|
|
385
|
+
'& .webchat__keyboard-help__close-button-image': {
|
|
386
|
+
fill: string;
|
|
387
|
+
height: number;
|
|
388
|
+
width: number;
|
|
389
|
+
"@media (forced-colors: active)": {
|
|
390
|
+
fill: string;
|
|
391
|
+
};
|
|
392
|
+
"@media (forced-colors: none) and (prefers-color-scheme: dark)": {
|
|
393
|
+
fill: string;
|
|
394
|
+
};
|
|
395
|
+
};
|
|
396
|
+
'& .webchat__keyboard-help__header, & .webchat__keyboard-help__sub-header': {
|
|
397
|
+
marginBottom: number;
|
|
398
|
+
marginTop: number;
|
|
399
|
+
};
|
|
400
|
+
'& .webchat__keyboard-help__section:not(:last-child)': {
|
|
401
|
+
marginBottom: number;
|
|
402
|
+
};
|
|
403
|
+
'& .webchat__keyboard-help__two-panes': {
|
|
404
|
+
alignItems: string;
|
|
405
|
+
display: string;
|
|
406
|
+
};
|
|
407
|
+
'& .webchat__keyboard-help__image': {
|
|
408
|
+
paddingRight: number;
|
|
409
|
+
};
|
|
410
|
+
'& .webchat__keyboard-help__image--dark, & .webchat__keyboard-help__image--high-contrast': {
|
|
411
|
+
display: string;
|
|
412
|
+
};
|
|
413
|
+
"@media (forced-colors: active)": {
|
|
414
|
+
'& .webchat__keyboard-help__image--dark, & .webchat__keyboard-help__image--light': {
|
|
415
|
+
display: string;
|
|
416
|
+
};
|
|
417
|
+
'& .webchat__keyboard-help__image--high-contrast': {
|
|
418
|
+
display: string;
|
|
419
|
+
mixBlendMode: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
"@media (forced-colors: none) and (prefers-color-scheme: dark)": {
|
|
423
|
+
color: string;
|
|
424
|
+
'& .webchat__keyboard-help__image--light': {
|
|
425
|
+
display: string;
|
|
426
|
+
};
|
|
427
|
+
'& .webchat__keyboard-help__image--dark': {
|
|
428
|
+
display: string;
|
|
429
|
+
};
|
|
430
|
+
};
|
|
431
|
+
'& .webchat__keyboard-help__notes': {
|
|
432
|
+
marginBottom: number;
|
|
433
|
+
marginTop: number;
|
|
434
|
+
};
|
|
435
|
+
'& .webchat__keyboard-help__notes-header': {
|
|
436
|
+
fontWeight: string;
|
|
437
|
+
margin: number;
|
|
438
|
+
};
|
|
439
|
+
'& .webchat__keyboard-help__notes-pane': {
|
|
440
|
+
flexShrink: number;
|
|
441
|
+
};
|
|
442
|
+
'& .webchat__keyboard-help__notes-text': {
|
|
443
|
+
margin: number;
|
|
444
|
+
};
|
|
445
|
+
};
|
|
446
|
+
};
|
|
447
|
+
readonly microphoneButton: {
|
|
448
|
+
'&.webchat__microphone-button': {
|
|
449
|
+
'&.webchat__microphone-button--dictating .webchat__microphone-button__button': {
|
|
450
|
+
'&, &:focus, &:hover': {
|
|
451
|
+
'& .webchat__microphone-button__icon': {
|
|
452
|
+
fill: string;
|
|
453
|
+
};
|
|
454
|
+
};
|
|
455
|
+
};
|
|
456
|
+
};
|
|
457
|
+
};
|
|
458
|
+
readonly options: {
|
|
459
|
+
readonly accent: string;
|
|
460
|
+
readonly backgroundColor: string;
|
|
461
|
+
readonly subtle: string;
|
|
462
|
+
readonly paddingRegular: number;
|
|
463
|
+
readonly paddingWide: number;
|
|
464
|
+
readonly transitionDuration: string;
|
|
465
|
+
readonly fontSizeSmall: string | number;
|
|
466
|
+
readonly monospaceFont: string;
|
|
467
|
+
readonly primaryFont: string;
|
|
468
|
+
readonly rootHeight: string | number;
|
|
469
|
+
readonly rootWidth: string | number;
|
|
470
|
+
readonly rootZIndex: number;
|
|
471
|
+
readonly avatarBorderRadius: string | number;
|
|
472
|
+
readonly avatarSize: number;
|
|
473
|
+
readonly botAvatarBackgroundColor: string;
|
|
474
|
+
readonly botAvatarImage: string;
|
|
475
|
+
readonly botAvatarInitials: string;
|
|
476
|
+
readonly userAvatarBackgroundColor: string;
|
|
477
|
+
readonly userAvatarImage: string;
|
|
478
|
+
readonly userAvatarInitials: string;
|
|
479
|
+
readonly showAvatarInGroup: true | "sender" | "status";
|
|
480
|
+
readonly bubbleBackground: string;
|
|
481
|
+
readonly bubbleBorderColor: string;
|
|
482
|
+
readonly bubbleBorderRadius: number;
|
|
483
|
+
readonly bubbleBorderStyle: string;
|
|
484
|
+
readonly bubbleBorderWidth: number;
|
|
485
|
+
readonly bubbleFromUserBackground: string;
|
|
486
|
+
readonly bubbleFromUserBorderColor: string;
|
|
487
|
+
readonly bubbleFromUserBorderRadius: number;
|
|
488
|
+
readonly bubbleFromUserBorderStyle: string;
|
|
489
|
+
readonly bubbleFromUserBorderWidth: number;
|
|
490
|
+
readonly bubbleFromUserNubOffset: number;
|
|
491
|
+
readonly bubbleFromUserNubSize: number;
|
|
492
|
+
readonly bubbleFromUserTextColor: string;
|
|
493
|
+
readonly bubbleImageHeight: number;
|
|
494
|
+
readonly bubbleMaxWidth: number;
|
|
495
|
+
readonly bubbleMinHeight: number;
|
|
496
|
+
readonly bubbleMinWidth: number;
|
|
497
|
+
readonly bubbleNubOffset: number;
|
|
498
|
+
readonly bubbleNubSize: number;
|
|
499
|
+
readonly bubbleTextColor: string;
|
|
500
|
+
readonly messageActivityWordBreak: "break-word" | "normal" | "break-all" | "keep-all";
|
|
501
|
+
readonly connectivityIconPadding: number;
|
|
502
|
+
readonly connectivityMarginLeftRight: number;
|
|
503
|
+
readonly connectivityMarginTopBottom: number;
|
|
504
|
+
readonly connectivityTextSize: string | number;
|
|
505
|
+
readonly failedConnectivity: string | number;
|
|
506
|
+
readonly slowConnectivity: string;
|
|
507
|
+
readonly notificationText: string;
|
|
508
|
+
readonly slowConnectionAfter: number;
|
|
509
|
+
readonly emojiSet: (boolean | Record<string, string>) & (false | Record<string, string>);
|
|
510
|
+
readonly internalLiveRegionFadeAfter: number;
|
|
511
|
+
readonly markdownRespectCRLF: boolean;
|
|
512
|
+
readonly markdownRenderHTML: boolean;
|
|
513
|
+
readonly markdownExternalLinkIconImage: string;
|
|
514
|
+
readonly autoScrollSnapOnActivity: number | boolean;
|
|
515
|
+
readonly autoScrollSnapOnActivityOffset: number;
|
|
516
|
+
readonly autoScrollSnapOnPage: number | boolean;
|
|
517
|
+
readonly autoScrollSnapOnPageOffset: number;
|
|
518
|
+
readonly hideSendBox: boolean;
|
|
519
|
+
readonly hideUploadButton: boolean;
|
|
520
|
+
readonly hideTelephoneKeypadButton: boolean;
|
|
521
|
+
readonly microphoneButtonColorOnDictate: string;
|
|
522
|
+
readonly sendBoxBackground: string;
|
|
523
|
+
readonly uploadAccept: string;
|
|
524
|
+
readonly uploadMultiple: boolean;
|
|
525
|
+
readonly sendAttachmentOn: "attach" | "send";
|
|
526
|
+
readonly sendBoxButtonColor: string;
|
|
527
|
+
readonly sendBoxButtonShadeBorderRadius: number;
|
|
528
|
+
readonly sendBoxButtonShadeColor: string;
|
|
529
|
+
readonly sendBoxButtonShadeInset: number;
|
|
530
|
+
readonly sendBoxButtonColorOnActive: string;
|
|
531
|
+
readonly sendBoxButtonShadeColorOnActive: string;
|
|
532
|
+
readonly sendBoxButtonColorOnDisabled: string;
|
|
533
|
+
readonly sendBoxButtonShadeColorOnDisabled: string;
|
|
534
|
+
readonly sendBoxButtonColorOnFocus: string;
|
|
535
|
+
readonly sendBoxButtonShadeColorOnFocus: string;
|
|
536
|
+
readonly sendBoxButtonColorOnHover: string;
|
|
537
|
+
readonly sendBoxButtonShadeColorOnHover: string;
|
|
538
|
+
readonly sendBoxButtonKeyboardFocusIndicatorBorderColor: string;
|
|
539
|
+
readonly sendBoxButtonKeyboardFocusIndicatorBorderRadius: string | number;
|
|
540
|
+
readonly sendBoxButtonKeyboardFocusIndicatorBorderStyle: string;
|
|
541
|
+
readonly sendBoxButtonKeyboardFocusIndicatorBorderWidth: number;
|
|
542
|
+
readonly sendBoxButtonKeyboardFocusIndicatorInset: number;
|
|
543
|
+
readonly sendBoxDisabledTextColor: string;
|
|
544
|
+
readonly sendBoxHeight: string | number;
|
|
545
|
+
readonly sendBoxMaxHeight: string | number;
|
|
546
|
+
readonly sendBoxTextColor: string;
|
|
547
|
+
readonly sendBoxBorderBottom: string | number;
|
|
548
|
+
readonly sendBoxBorderLeft: string | number;
|
|
549
|
+
readonly sendBoxBorderRight: string | number;
|
|
550
|
+
readonly sendBoxBorderTop: string | number;
|
|
551
|
+
readonly sendBoxPlaceholderColor: string;
|
|
552
|
+
readonly sendBoxTextWrap: boolean;
|
|
553
|
+
readonly sendBoxButtonAlignment: "bottom" | "top" | "stretch";
|
|
554
|
+
readonly showSpokenText: boolean;
|
|
555
|
+
readonly spinnerAnimationBackgroundImage: string;
|
|
556
|
+
readonly spinnerAnimationHeight: string | number;
|
|
557
|
+
readonly spinnerAnimationWidth: string | number;
|
|
558
|
+
readonly spinnerAnimationPadding: string | number;
|
|
559
|
+
readonly suggestedActionBorderRadius: string | number;
|
|
560
|
+
readonly suggestedActionBackground: string;
|
|
561
|
+
readonly suggestedActionBackgroundColor: string;
|
|
562
|
+
readonly suggestedActionBorderColor: string;
|
|
563
|
+
readonly suggestedActionBorderStyle: string;
|
|
564
|
+
readonly suggestedActionBorderWidth: number;
|
|
565
|
+
readonly suggestedActionTextColor: string;
|
|
566
|
+
readonly suggestedActionBackgroundColorOnDisabled: string;
|
|
567
|
+
readonly suggestedActionBorderColorOnDisabled: string;
|
|
568
|
+
readonly suggestedActionBorderStyleOnDisabled: string;
|
|
569
|
+
readonly suggestedActionBorderWidthOnDisabled: number;
|
|
570
|
+
readonly suggestedActionTextColorOnDisabled: string;
|
|
571
|
+
readonly suggestedActionBackgroundColorOnActive: string;
|
|
572
|
+
readonly suggestedActionBorderColorOnActive: string;
|
|
573
|
+
readonly suggestedActionBorderStyleOnActive: string;
|
|
574
|
+
readonly suggestedActionBorderWidthOnActive: number;
|
|
575
|
+
readonly suggestedActionTextColorOnActive: string;
|
|
576
|
+
readonly suggestedActionBackgroundColorOnFocus: string;
|
|
577
|
+
readonly suggestedActionBorderColorOnFocus: string;
|
|
578
|
+
readonly suggestedActionBorderStyleOnFocus: string;
|
|
579
|
+
readonly suggestedActionBorderWidthOnFocus: number;
|
|
580
|
+
readonly suggestedActionTextColorOnFocus: string;
|
|
581
|
+
readonly suggestedActionBackgroundColorOnHover: string;
|
|
582
|
+
readonly suggestedActionBorderColorOnHover: string;
|
|
583
|
+
readonly suggestedActionBorderStyleOnHover: string;
|
|
584
|
+
readonly suggestedActionBorderWidthOnHover: number;
|
|
585
|
+
readonly suggestedActionTextColorOnHover: string;
|
|
586
|
+
readonly suggestedActionDisabledBackground: string;
|
|
587
|
+
readonly suggestedActionDisabledBorderColor: string;
|
|
588
|
+
readonly suggestedActionDisabledBorderStyle: string;
|
|
589
|
+
readonly suggestedActionDisabledBorderWidth: number;
|
|
590
|
+
readonly suggestedActionDisabledTextColor: string;
|
|
591
|
+
readonly suggestedActionHeight: string | number;
|
|
592
|
+
readonly suggestedActionImageHeight: string | number;
|
|
593
|
+
readonly suggestedActionLayout: "carousel" | "flow" | "stacked";
|
|
594
|
+
readonly suggestedActionKeyboardFocusIndicatorBorderColor: string;
|
|
595
|
+
readonly suggestedActionKeyboardFocusIndicatorBorderRadius: string | number;
|
|
596
|
+
readonly suggestedActionKeyboardFocusIndicatorBorderStyle: string;
|
|
597
|
+
readonly suggestedActionKeyboardFocusIndicatorBorderWidth: number;
|
|
598
|
+
readonly suggestedActionKeyboardFocusIndicatorInset: number;
|
|
599
|
+
readonly suggestedActionActiveBackground: string;
|
|
600
|
+
readonly suggestedActionFocusBackground: string;
|
|
601
|
+
readonly suggestedActionHoverBackground: string;
|
|
602
|
+
readonly suggestedActionsCarouselFlipperCursor: string;
|
|
603
|
+
readonly suggestedActionsCarouselFlipperBoxWidth: number;
|
|
604
|
+
readonly suggestedActionsCarouselFlipperSize: number;
|
|
605
|
+
readonly suggestedActionsFlowMaxHeight: undefined;
|
|
606
|
+
readonly suggestedActionsStackedHeight: number | "auto";
|
|
607
|
+
readonly suggestedActionsStackedOverflow: "visible" | "hidden" | "auto" | "scroll";
|
|
608
|
+
readonly suggestedActionsStackedLayoutButtonMaxHeight: string | number;
|
|
609
|
+
readonly suggestedActionsStackedLayoutButtonTextWrap: boolean;
|
|
610
|
+
readonly suggestedActionsVisualKeyboardIndicatorColor: string;
|
|
611
|
+
readonly suggestedActionsVisualKeyboardIndicatorStyle: string;
|
|
612
|
+
readonly suggestedActionsVisualKeyboardIndicatorWidth: number;
|
|
613
|
+
readonly groupTimestamp: number | boolean;
|
|
614
|
+
readonly sendTimeout: number | ((activity: import("botframework-webchat-core").WebChatActivity) => number);
|
|
615
|
+
readonly sendTimeoutForAttachments: number;
|
|
616
|
+
readonly timestampColor: string;
|
|
617
|
+
readonly timestampFormat: "relative" | "absolute";
|
|
618
|
+
readonly transcriptTerminatorBackgroundColor: string;
|
|
619
|
+
readonly transcriptTerminatorBorderRadius: string | number;
|
|
620
|
+
readonly transcriptTerminatorColor: string;
|
|
621
|
+
readonly transcriptTerminatorFontSize: string | number;
|
|
622
|
+
readonly transcriptActivityVisualKeyboardIndicatorColor: string;
|
|
623
|
+
readonly transcriptActivityVisualKeyboardIndicatorStyle: string;
|
|
624
|
+
readonly transcriptActivityVisualKeyboardIndicatorWidth: string | number;
|
|
625
|
+
readonly transcriptVisualKeyboardIndicatorColor: string;
|
|
626
|
+
readonly transcriptVisualKeyboardIndicatorStyle: string;
|
|
627
|
+
readonly transcriptVisualKeyboardIndicatorWidth: string | number;
|
|
628
|
+
readonly scrollToEndButtonBehavior: false | "any" | "unread";
|
|
629
|
+
readonly scrollToEndButtonFontSize: string | number;
|
|
630
|
+
readonly transcriptOverlayButtonBackground: string;
|
|
631
|
+
readonly transcriptOverlayButtonBackgroundOnDisabled: string;
|
|
632
|
+
readonly transcriptOverlayButtonBackgroundOnFocus: string;
|
|
633
|
+
readonly transcriptOverlayButtonBackgroundOnHover: string;
|
|
634
|
+
readonly transcriptOverlayButtonColor: string;
|
|
635
|
+
readonly transcriptOverlayButtonColorOnDisabled: string;
|
|
636
|
+
readonly transcriptOverlayButtonColorOnFocus: string;
|
|
637
|
+
readonly transcriptOverlayButtonColorOnHover: string;
|
|
638
|
+
readonly notificationDebounceTimeout: number;
|
|
639
|
+
readonly hideToaster: boolean;
|
|
640
|
+
readonly toasterHeight: string | number;
|
|
641
|
+
readonly toasterMaxHeight: string | number;
|
|
642
|
+
readonly toasterSingularMaxHeight: string | number;
|
|
643
|
+
readonly toastFontSize: string | number;
|
|
644
|
+
readonly toastIconWidth: string | number;
|
|
645
|
+
readonly toastSeparatorColor: string;
|
|
646
|
+
readonly toastTextPadding: string | number;
|
|
647
|
+
readonly toastErrorBackgroundColor: string;
|
|
648
|
+
readonly toastErrorColor: string;
|
|
649
|
+
readonly toastInfoBackgroundColor: string;
|
|
650
|
+
readonly toastInfoColor: string;
|
|
651
|
+
readonly toastSuccessBackgroundColor: string;
|
|
652
|
+
readonly toastSuccessColor: string;
|
|
653
|
+
readonly toastWarnBackgroundColor: string;
|
|
654
|
+
readonly toastWarnColor: string;
|
|
655
|
+
readonly typingAnimationBackgroundImage: string;
|
|
656
|
+
readonly typingAnimationDuration: number;
|
|
657
|
+
readonly typingAnimationHeight: string | number;
|
|
658
|
+
readonly typingAnimationWidth: string | number;
|
|
659
|
+
readonly enableUploadThumbnail: boolean;
|
|
660
|
+
readonly uploadThumbnailContentType: string;
|
|
661
|
+
readonly uploadThumbnailHeight: number;
|
|
662
|
+
readonly uploadThumbnailQuality: number;
|
|
663
|
+
readonly uploadThumbnailWidth: number;
|
|
664
|
+
readonly videoHeight: string | number;
|
|
665
|
+
readonly maxMessageLength: number;
|
|
666
|
+
};
|
|
667
|
+
readonly root: {
|
|
668
|
+
backgroundColor: string;
|
|
669
|
+
height: string | number;
|
|
670
|
+
width: string | number;
|
|
671
|
+
zIndex: number;
|
|
672
|
+
};
|
|
673
|
+
readonly scrollToEndButton: {
|
|
674
|
+
'&.webchat__scroll-to-end-button': {
|
|
675
|
+
'@media screen and (forced-colors: active)': {
|
|
676
|
+
borderWidth: string;
|
|
677
|
+
outline: string;
|
|
678
|
+
};
|
|
679
|
+
appearance: string;
|
|
680
|
+
backgroundColor: string;
|
|
681
|
+
borderRadius: number;
|
|
682
|
+
borderWidth: number;
|
|
683
|
+
bottom: number;
|
|
684
|
+
color: string;
|
|
685
|
+
fontFamily: string;
|
|
686
|
+
fontSize: string | number;
|
|
687
|
+
outline: number;
|
|
688
|
+
padding: number;
|
|
689
|
+
position: string;
|
|
690
|
+
zIndex: number;
|
|
691
|
+
'&:hover': {
|
|
692
|
+
backgroundColor: string;
|
|
693
|
+
color: string;
|
|
694
|
+
};
|
|
695
|
+
'&:focus': {
|
|
696
|
+
backgroundColor: string;
|
|
697
|
+
color: string;
|
|
698
|
+
};
|
|
699
|
+
'&:not(.webchat__scroll-to-end-button--rtl)': {
|
|
700
|
+
right: number;
|
|
701
|
+
};
|
|
702
|
+
'&.webchat__scroll-to-end-button--rtl': {
|
|
703
|
+
left: number;
|
|
704
|
+
};
|
|
705
|
+
};
|
|
706
|
+
};
|
|
707
|
+
readonly sendBox: {
|
|
708
|
+
'&.webchat__send-box': {
|
|
709
|
+
'& .webchat__send-box__button--align-bottom': {
|
|
710
|
+
alignSelf: string;
|
|
711
|
+
};
|
|
712
|
+
'& .webchat__send-box__button--align-stretch': {
|
|
713
|
+
alignSelf: string;
|
|
714
|
+
};
|
|
715
|
+
'& .webchat__send-box__button--align-top': {
|
|
716
|
+
alignSelf: string;
|
|
717
|
+
};
|
|
718
|
+
'& .webchat__send-box__main': {
|
|
719
|
+
alignItems: string;
|
|
720
|
+
backgroundColor: string;
|
|
721
|
+
borderBottom: string | number;
|
|
722
|
+
borderLeft: string | number;
|
|
723
|
+
borderRight: string | number;
|
|
724
|
+
borderTop: string | number;
|
|
725
|
+
minHeight: string | number;
|
|
726
|
+
};
|
|
727
|
+
};
|
|
728
|
+
};
|
|
729
|
+
readonly sendBoxButton: {
|
|
730
|
+
'&.webchat__icon-button': {
|
|
731
|
+
alignItems: string;
|
|
732
|
+
appearance: string;
|
|
733
|
+
backgroundColor: string;
|
|
734
|
+
border: number;
|
|
735
|
+
display: string;
|
|
736
|
+
fill: string;
|
|
737
|
+
justifyContent: string;
|
|
738
|
+
outline: number;
|
|
739
|
+
padding: number;
|
|
740
|
+
position: string;
|
|
741
|
+
width: string | number;
|
|
742
|
+
'&:not(.webchat__icon-button--stretch)': {
|
|
743
|
+
height: string | number;
|
|
744
|
+
};
|
|
745
|
+
'&:disabled, &[aria-disabled="true"]': {
|
|
746
|
+
fill: string;
|
|
747
|
+
'& .webchat__icon-button__shade': {
|
|
748
|
+
backgroundColor: string;
|
|
749
|
+
};
|
|
750
|
+
};
|
|
751
|
+
'&:not(:disabled):not([aria-disabled="true"])': {
|
|
752
|
+
'&:active': {
|
|
753
|
+
fill: string;
|
|
754
|
+
'& .webchat__icon-button__shade': {
|
|
755
|
+
backgroundColor: string;
|
|
756
|
+
};
|
|
757
|
+
};
|
|
758
|
+
'&:not(:active)': {
|
|
759
|
+
'&:hover': {
|
|
760
|
+
fill: string;
|
|
761
|
+
'& .webchat__icon-button__shade': {
|
|
762
|
+
backgroundColor: string;
|
|
763
|
+
};
|
|
764
|
+
};
|
|
765
|
+
'&:not(:hover)': {
|
|
766
|
+
'&:focus': {
|
|
767
|
+
fill: string;
|
|
768
|
+
'& .webchat__icon-button__shade': {
|
|
769
|
+
backgroundColor: string;
|
|
770
|
+
};
|
|
771
|
+
};
|
|
772
|
+
};
|
|
773
|
+
};
|
|
774
|
+
};
|
|
775
|
+
'&:not(:focus-visible) .webchat__icon-button__keyboard-focus-indicator': {
|
|
776
|
+
display: string;
|
|
777
|
+
};
|
|
778
|
+
'&:not(.webchat__icon-button--focus-visible) .webchat__icon-button__keyboard-focus-indicator': {
|
|
779
|
+
display: string;
|
|
780
|
+
};
|
|
781
|
+
'& > *': {
|
|
782
|
+
position: string;
|
|
783
|
+
};
|
|
784
|
+
'& .webchat__icon-button__shade': {
|
|
785
|
+
backgroundColor: string;
|
|
786
|
+
borderRadius: number;
|
|
787
|
+
bottom: number;
|
|
788
|
+
left: number;
|
|
789
|
+
position: string;
|
|
790
|
+
right: number;
|
|
791
|
+
top: number;
|
|
792
|
+
};
|
|
793
|
+
'& .webchat__icon-button__keyboard-focus-indicator': {
|
|
794
|
+
borderColor: string;
|
|
795
|
+
borderRadius: string | number;
|
|
796
|
+
borderStyle: string;
|
|
797
|
+
borderWidth: number;
|
|
798
|
+
bottom: number;
|
|
799
|
+
left: number;
|
|
800
|
+
position: string;
|
|
801
|
+
right: number;
|
|
802
|
+
top: number;
|
|
803
|
+
};
|
|
804
|
+
};
|
|
805
|
+
};
|
|
806
|
+
readonly sendBoxTextBox: {
|
|
807
|
+
'&.webchat__send-box-text-box': {
|
|
808
|
+
alignItems: string;
|
|
809
|
+
fontFamily: string;
|
|
810
|
+
padding: number;
|
|
811
|
+
position: string;
|
|
812
|
+
'& .webchat__send-box-text-box__input': {
|
|
813
|
+
border: number;
|
|
814
|
+
fontFamily: string;
|
|
815
|
+
fontSize: string;
|
|
816
|
+
height: string;
|
|
817
|
+
outline: number;
|
|
818
|
+
padding: number;
|
|
819
|
+
};
|
|
820
|
+
'& .webchat__send-box-text-box__input, & .webchat__send-box-text-box__html-text-area': {
|
|
821
|
+
backgroundColor: string;
|
|
822
|
+
'&:not(:disabled):not([aria-disabled="true"])': {
|
|
823
|
+
color: string;
|
|
824
|
+
};
|
|
825
|
+
'&:disabled, &[aria-disabled="true"]': {
|
|
826
|
+
color: string;
|
|
827
|
+
};
|
|
828
|
+
'&::placeholder': {
|
|
829
|
+
color: string;
|
|
830
|
+
};
|
|
831
|
+
};
|
|
832
|
+
'& .webchat__send-box-text-box__input, & .webchat__send-box-text-box__text-area': {
|
|
833
|
+
maxHeight: string | number;
|
|
834
|
+
};
|
|
835
|
+
'& .webchat__send-box-text-box__glass': {
|
|
836
|
+
height: string;
|
|
837
|
+
left: number;
|
|
838
|
+
position: string;
|
|
839
|
+
top: number;
|
|
840
|
+
userSelect: number;
|
|
841
|
+
width: string;
|
|
842
|
+
};
|
|
843
|
+
};
|
|
844
|
+
};
|
|
845
|
+
readonly singleAttachmentActivity: {
|
|
846
|
+
'& > .bubble-box': {
|
|
847
|
+
maxWidth: number;
|
|
848
|
+
minWidth: number;
|
|
849
|
+
};
|
|
850
|
+
'& > .filler': {
|
|
851
|
+
minWidth: number;
|
|
852
|
+
};
|
|
853
|
+
};
|
|
854
|
+
readonly spinnerAnimation: {
|
|
855
|
+
backgroundImage: string;
|
|
856
|
+
backgroundRepeat: string;
|
|
857
|
+
backgroundSize: string;
|
|
858
|
+
height: string | number;
|
|
859
|
+
width: string | number;
|
|
860
|
+
':not(.webchat__spinner--rtl)': {
|
|
861
|
+
marginRight: string | number;
|
|
862
|
+
};
|
|
863
|
+
'.webchat__spinner--rtl': {
|
|
864
|
+
marginLeft: string | number;
|
|
865
|
+
};
|
|
866
|
+
};
|
|
867
|
+
readonly stackedLayout: {
|
|
868
|
+
'&.webchat__stacked-layout': {
|
|
869
|
+
marginLeft: number;
|
|
870
|
+
marginRight: number;
|
|
871
|
+
'& .webchat__stacked-layout__alignment-pad': {
|
|
872
|
+
transitionDuration: string;
|
|
873
|
+
transitionProperty: string;
|
|
874
|
+
width: number;
|
|
875
|
+
};
|
|
876
|
+
'&.webchat__stacked-layout--extra-trailing .webchat__stacked-layout__alignment-pad': {
|
|
877
|
+
width: number;
|
|
878
|
+
};
|
|
879
|
+
'& .webchat__stacked-layout__avatar-gutter': {
|
|
880
|
+
transitionDuration: string;
|
|
881
|
+
transitionProperty: string;
|
|
882
|
+
width: number;
|
|
883
|
+
};
|
|
884
|
+
'& .webchat__stacked-layout__attachment': {
|
|
885
|
+
maxWidth: number;
|
|
886
|
+
minWidth: number;
|
|
887
|
+
transitionDuration: string;
|
|
888
|
+
transitionProperty: string;
|
|
889
|
+
};
|
|
890
|
+
'& .webchat__stacked-layout__attachment-row': {
|
|
891
|
+
marginTop: number;
|
|
892
|
+
width: string;
|
|
893
|
+
};
|
|
894
|
+
'&.webchat__stacked-layout--no-message .webchat__stacked-layout__attachment-row.webchat__stacked-layout__attachment-row--first': {
|
|
895
|
+
marginTop: number;
|
|
896
|
+
};
|
|
897
|
+
'& .webchat__stacked-layout__message': {
|
|
898
|
+
maxWidth: number;
|
|
899
|
+
overflow: string;
|
|
900
|
+
transitionDuration: string;
|
|
901
|
+
transitionProperty: string;
|
|
902
|
+
};
|
|
903
|
+
'& .webchat__stacked-layout__nub-pad': {
|
|
904
|
+
transitionDuration: string;
|
|
905
|
+
transitionProperty: string;
|
|
906
|
+
width: number;
|
|
907
|
+
};
|
|
908
|
+
'&.webchat__stacked-layout--hide-avatar, &.webchat__stacked-layout--show-avatar': {
|
|
909
|
+
'& .webchat__stacked-layout__avatar-gutter': {
|
|
910
|
+
width: number;
|
|
911
|
+
};
|
|
912
|
+
};
|
|
913
|
+
'&.webchat__stacked-layout--hide-avatar, &.webchat__stacked-layout--show-avatar, &.webchat__stacked-layout--hide-nub, &.webchat__stacked-layout--show-nub': {
|
|
914
|
+
'& .webchat__stacked-layout__attachment, & .webchat__stacked-layout__message': {
|
|
915
|
+
maxWidth: number;
|
|
916
|
+
};
|
|
917
|
+
'& .webchat__stacked-layout__nub-pad': {
|
|
918
|
+
width: number;
|
|
919
|
+
};
|
|
920
|
+
};
|
|
921
|
+
'&:not(.webchat__stacked-layout--top-callout)': {
|
|
922
|
+
'& .webchat__stacked-layout__avatar-gutter, & .webchat__stacked-layout__content': {
|
|
923
|
+
justifyContent: string;
|
|
924
|
+
};
|
|
925
|
+
};
|
|
926
|
+
};
|
|
927
|
+
};
|
|
928
|
+
readonly suggestedAction: {
|
|
929
|
+
'&.webchat__suggested-action': {
|
|
930
|
+
alignItems: string;
|
|
931
|
+
background: string;
|
|
932
|
+
backgroundColor: string;
|
|
933
|
+
borderColor: string;
|
|
934
|
+
borderRadius: string | number;
|
|
935
|
+
borderStyle: string;
|
|
936
|
+
borderWidth: number;
|
|
937
|
+
color: string;
|
|
938
|
+
fontFamily: string;
|
|
939
|
+
fontSize: string;
|
|
940
|
+
height: string | number;
|
|
941
|
+
justifyContent: string;
|
|
942
|
+
maxWidth: string;
|
|
943
|
+
outline: number;
|
|
944
|
+
paddingLeft: number;
|
|
945
|
+
paddingRight: number;
|
|
946
|
+
position: string;
|
|
947
|
+
whiteSpace: string;
|
|
948
|
+
width: string;
|
|
949
|
+
'&:disabled, &[aria-disabled="true"]': {
|
|
950
|
+
background: string;
|
|
951
|
+
backgroundColor: string;
|
|
952
|
+
borderColor: string;
|
|
953
|
+
borderStyle: string;
|
|
954
|
+
borderWidth: number;
|
|
955
|
+
color: string;
|
|
956
|
+
};
|
|
957
|
+
'&:not(:disabled):not([aria-disabled="true"])': {
|
|
958
|
+
'&:active': {
|
|
959
|
+
background: string;
|
|
960
|
+
backgroundColor: string;
|
|
961
|
+
borderColor: string;
|
|
962
|
+
borderStyle: string;
|
|
963
|
+
borderWidth: number;
|
|
964
|
+
color: string;
|
|
965
|
+
};
|
|
966
|
+
'&:not(:active)': {
|
|
967
|
+
'&:hover': {
|
|
968
|
+
background: string;
|
|
969
|
+
backgroundColor: string;
|
|
970
|
+
borderColor: string;
|
|
971
|
+
borderStyle: string;
|
|
972
|
+
borderWidth: number;
|
|
973
|
+
color: string;
|
|
974
|
+
};
|
|
975
|
+
'&:not(:hover)': {
|
|
976
|
+
'&:focus': {
|
|
977
|
+
background: string;
|
|
978
|
+
backgroundColor: string;
|
|
979
|
+
borderColor: string;
|
|
980
|
+
borderStyle: string;
|
|
981
|
+
borderWidth: number;
|
|
982
|
+
color: string;
|
|
983
|
+
};
|
|
984
|
+
};
|
|
985
|
+
};
|
|
986
|
+
};
|
|
987
|
+
'&:not(:focus-visible) .webchat__suggested-action__keyboard-focus-indicator': {
|
|
988
|
+
display: string;
|
|
989
|
+
};
|
|
990
|
+
'&:not(.webchat__suggested-action--focus-visible) .webchat__suggested-action__keyboard-focus-indicator': {
|
|
991
|
+
display: string;
|
|
992
|
+
};
|
|
993
|
+
'&:not(.webchat__suggested-action--rtl) .webchat__suggested-action__image + .webchat__suggested-action__text': {
|
|
994
|
+
paddingLeft: number;
|
|
995
|
+
};
|
|
996
|
+
'&.webchat__suggested-action--rtl .webchat__suggested-action__image + .webchat__suggested-action__text': {
|
|
997
|
+
paddingRight: number;
|
|
998
|
+
};
|
|
999
|
+
'&.webchat__suggested-action--wrapping': {
|
|
1000
|
+
height: string;
|
|
1001
|
+
maxHeight: string | number;
|
|
1002
|
+
minHeight: string | number;
|
|
1003
|
+
};
|
|
1004
|
+
'& .webchat__suggested-action__image': {
|
|
1005
|
+
height: string | number;
|
|
1006
|
+
};
|
|
1007
|
+
'& .webchat__suggested-action__keyboard-focus-indicator': {
|
|
1008
|
+
borderColor: string;
|
|
1009
|
+
borderRadius: string | number;
|
|
1010
|
+
borderStyle: string;
|
|
1011
|
+
borderWidth: number;
|
|
1012
|
+
bottom: number;
|
|
1013
|
+
left: number;
|
|
1014
|
+
position: string;
|
|
1015
|
+
right: number;
|
|
1016
|
+
top: number;
|
|
1017
|
+
};
|
|
1018
|
+
};
|
|
1019
|
+
};
|
|
1020
|
+
readonly suggestedActions: {
|
|
1021
|
+
'&.webchat__suggested-actions': {
|
|
1022
|
+
position: string;
|
|
1023
|
+
'&.webchat__suggested-actions--carousel-layout': {
|
|
1024
|
+
'& .webchat__suggested-actions__carousel': {
|
|
1025
|
+
paddingBottom: number;
|
|
1026
|
+
paddingTop: number;
|
|
1027
|
+
'& .webchat__suggested-actions__item-box': {
|
|
1028
|
+
paddingBottom: number;
|
|
1029
|
+
paddingLeft: number;
|
|
1030
|
+
paddingRight: number;
|
|
1031
|
+
paddingTop: number;
|
|
1032
|
+
};
|
|
1033
|
+
'& .react-film__filmstrip': {
|
|
1034
|
+
scrollbarWidth: string;
|
|
1035
|
+
};
|
|
1036
|
+
'& .react-film__flipper': {
|
|
1037
|
+
'&:disabled, &[aria-disabled="true"]': {
|
|
1038
|
+
'& .react-film__flipper__body': {
|
|
1039
|
+
backgroundColor: string;
|
|
1040
|
+
color: string;
|
|
1041
|
+
};
|
|
1042
|
+
};
|
|
1043
|
+
'&:focus .react-film__flipper__body': {
|
|
1044
|
+
backgroundColor: string;
|
|
1045
|
+
color: string;
|
|
1046
|
+
};
|
|
1047
|
+
'&:hover .react-film__flipper__body': {
|
|
1048
|
+
backgroundColor: string;
|
|
1049
|
+
color: string;
|
|
1050
|
+
};
|
|
1051
|
+
'& .react-film__flipper__body': {
|
|
1052
|
+
background: string;
|
|
1053
|
+
color: string;
|
|
1054
|
+
outline: number;
|
|
1055
|
+
};
|
|
1056
|
+
};
|
|
1057
|
+
};
|
|
1058
|
+
'&:not(.webchat__suggested-actions--rtl)': {
|
|
1059
|
+
'& .react-film__filmstrip__item:first-child': {
|
|
1060
|
+
paddingLeft: number;
|
|
1061
|
+
};
|
|
1062
|
+
'& .react-film__filmstrip__item:last-child': {
|
|
1063
|
+
paddingRight: number;
|
|
1064
|
+
};
|
|
1065
|
+
'& .react-film__flipper + .react-film__filmstrip': {
|
|
1066
|
+
'& .react-film__filmstrip__item:first-child': {
|
|
1067
|
+
paddingLeft: number;
|
|
1068
|
+
};
|
|
1069
|
+
'& .react-film__filmstrip__item:last-child': {
|
|
1070
|
+
paddingRight: number;
|
|
1071
|
+
};
|
|
1072
|
+
};
|
|
1073
|
+
};
|
|
1074
|
+
'&.webchat__suggested-actions--rtl': {
|
|
1075
|
+
'& .react-film__filmstrip__item:first-child': {
|
|
1076
|
+
paddingRight: number;
|
|
1077
|
+
};
|
|
1078
|
+
'& .react-film__filmstrip__item:last-child': {
|
|
1079
|
+
paddingLeft: number;
|
|
1080
|
+
};
|
|
1081
|
+
'& .react-film__flipper + .react-film__filmstrip': {
|
|
1082
|
+
'& .react-film__filmstrip__item:first-child': {
|
|
1083
|
+
paddingRight: number;
|
|
1084
|
+
};
|
|
1085
|
+
'& .react-film__filmstrip__item:last-child': {
|
|
1086
|
+
paddingLeft: number;
|
|
1087
|
+
};
|
|
1088
|
+
};
|
|
1089
|
+
};
|
|
1090
|
+
};
|
|
1091
|
+
'&.webchat__suggested-actions--flow-layout': {
|
|
1092
|
+
'& .webchat__suggested-actions__flow-box': {
|
|
1093
|
+
maxHeight: undefined;
|
|
1094
|
+
overflowY: string;
|
|
1095
|
+
paddingBottom: number;
|
|
1096
|
+
paddingLeft: number;
|
|
1097
|
+
paddingRight: number;
|
|
1098
|
+
paddingTop: number;
|
|
1099
|
+
};
|
|
1100
|
+
'& .webchat__suggested-actions__flow-item-box': {
|
|
1101
|
+
maxWidth: string;
|
|
1102
|
+
overflow: string;
|
|
1103
|
+
};
|
|
1104
|
+
'& .webchat__suggested-actions__item-box': {
|
|
1105
|
+
paddingBottom: number;
|
|
1106
|
+
paddingLeft: number;
|
|
1107
|
+
paddingRight: number;
|
|
1108
|
+
paddingTop: number;
|
|
1109
|
+
};
|
|
1110
|
+
};
|
|
1111
|
+
'&.webchat__suggested-actions--stacked-layout': {
|
|
1112
|
+
'& .webchat__suggested-actions__stack': {
|
|
1113
|
+
maxHeight: number | "auto";
|
|
1114
|
+
overflowY: "visible" | "hidden" | "auto" | "scroll";
|
|
1115
|
+
paddingBottom: number;
|
|
1116
|
+
paddingLeft: number;
|
|
1117
|
+
paddingRight: number;
|
|
1118
|
+
paddingTop: number;
|
|
1119
|
+
};
|
|
1120
|
+
'& .webchat__suggested-actions__item-box': {
|
|
1121
|
+
paddingBottom: number;
|
|
1122
|
+
paddingLeft: number;
|
|
1123
|
+
paddingRight: number;
|
|
1124
|
+
paddingTop: number;
|
|
1125
|
+
};
|
|
1126
|
+
};
|
|
1127
|
+
'&.webchat__suggested-actions--flow-layout, &.webchat__suggested-actions--stacked-layout': {
|
|
1128
|
+
'& .webchat__suggested-actions__button-text': {
|
|
1129
|
+
overflow: string;
|
|
1130
|
+
textOverflow: string;
|
|
1131
|
+
};
|
|
1132
|
+
'& .webchat__suggested-actions__button-text-stacked-text-wrap': {
|
|
1133
|
+
alignItems: string;
|
|
1134
|
+
display: string;
|
|
1135
|
+
whiteSpace: string;
|
|
1136
|
+
};
|
|
1137
|
+
};
|
|
1138
|
+
'& .webchat__suggested-actions__item-box': {
|
|
1139
|
+
display: string;
|
|
1140
|
+
maxWidth: string;
|
|
1141
|
+
};
|
|
1142
|
+
'&.webchat__suggested-actions--focus-within, &:focus-within': {
|
|
1143
|
+
'& .webchat__suggested-actions__focus-indicator': {
|
|
1144
|
+
borderColor: string;
|
|
1145
|
+
borderStyle: string;
|
|
1146
|
+
borderWidth: number;
|
|
1147
|
+
boxSizing: string;
|
|
1148
|
+
height: string;
|
|
1149
|
+
pointerEvents: string;
|
|
1150
|
+
position: string;
|
|
1151
|
+
top: number;
|
|
1152
|
+
width: string;
|
|
1153
|
+
};
|
|
1154
|
+
};
|
|
1155
|
+
};
|
|
1156
|
+
};
|
|
1157
|
+
readonly toast: {
|
|
1158
|
+
fontFamily: string;
|
|
1159
|
+
fontSize: string | number;
|
|
1160
|
+
minHeight: string | number;
|
|
1161
|
+
'&.webchat__toast--error': {
|
|
1162
|
+
color: string;
|
|
1163
|
+
fill: string;
|
|
1164
|
+
};
|
|
1165
|
+
'&.webchat__toast--info': {
|
|
1166
|
+
color: string;
|
|
1167
|
+
fill: string;
|
|
1168
|
+
};
|
|
1169
|
+
'&.webchat__toast--success': {
|
|
1170
|
+
color: string;
|
|
1171
|
+
fill: string;
|
|
1172
|
+
};
|
|
1173
|
+
'&.webchat__toast--warn': {
|
|
1174
|
+
color: string;
|
|
1175
|
+
fill: string;
|
|
1176
|
+
};
|
|
1177
|
+
'& .webchat__toast__iconBox': {
|
|
1178
|
+
alignItems: string;
|
|
1179
|
+
display: string;
|
|
1180
|
+
flexShrink: number;
|
|
1181
|
+
height: string | number;
|
|
1182
|
+
justifyContent: string;
|
|
1183
|
+
width: string | number;
|
|
1184
|
+
};
|
|
1185
|
+
'& .webchat__toast__dismissButton': {
|
|
1186
|
+
alignItems: string;
|
|
1187
|
+
appearance: string;
|
|
1188
|
+
backgroundColor: string;
|
|
1189
|
+
border: number;
|
|
1190
|
+
display: string;
|
|
1191
|
+
height: string | number;
|
|
1192
|
+
justifyContent: string;
|
|
1193
|
+
outline: number;
|
|
1194
|
+
padding: number;
|
|
1195
|
+
width: string | number;
|
|
1196
|
+
'&:focus .webchat__toast__dismissButtonFocus': {
|
|
1197
|
+
borderColor: string;
|
|
1198
|
+
};
|
|
1199
|
+
'&:hover .webchat__toast__dismissButtonFocus': {
|
|
1200
|
+
backgroundColor: string;
|
|
1201
|
+
};
|
|
1202
|
+
};
|
|
1203
|
+
'& .webchat__toast__dismissButtonFocus': {
|
|
1204
|
+
alignItems: string;
|
|
1205
|
+
borderColor: string;
|
|
1206
|
+
borderStyle: string;
|
|
1207
|
+
borderWidth: number;
|
|
1208
|
+
borderRadius: number;
|
|
1209
|
+
display: string;
|
|
1210
|
+
height: number;
|
|
1211
|
+
justifyContent: string;
|
|
1212
|
+
width: number;
|
|
1213
|
+
};
|
|
1214
|
+
'& .webchat__toast__text': {
|
|
1215
|
+
alignSelf: string;
|
|
1216
|
+
paddingBottom: string | number;
|
|
1217
|
+
paddingTop: string | number;
|
|
1218
|
+
};
|
|
1219
|
+
};
|
|
1220
|
+
readonly toaster: {
|
|
1221
|
+
overflowY: string;
|
|
1222
|
+
'&:not(.webchat__toaster--expandable)': {
|
|
1223
|
+
maxHeight: string | number;
|
|
1224
|
+
};
|
|
1225
|
+
'&.webchat__toaster--expandable:not(.webchat__toaster--expanded) > ul': {
|
|
1226
|
+
height: number;
|
|
1227
|
+
};
|
|
1228
|
+
'&.webchat__toaster--expandable.webchat__toaster--expanded': {
|
|
1229
|
+
maxHeight: string | number;
|
|
1230
|
+
};
|
|
1231
|
+
'& .webchat__toaster__header': {
|
|
1232
|
+
alignItems: string;
|
|
1233
|
+
alignSelf: string;
|
|
1234
|
+
appearance: string;
|
|
1235
|
+
backgroundColor: string;
|
|
1236
|
+
border: number;
|
|
1237
|
+
display: string;
|
|
1238
|
+
fontFamily: string;
|
|
1239
|
+
fontSize: string | number;
|
|
1240
|
+
minHeight: string | number;
|
|
1241
|
+
outline: number;
|
|
1242
|
+
padding: number;
|
|
1243
|
+
textAlign: string;
|
|
1244
|
+
'&:focus .webchat__toaster__expandIconFocus': {
|
|
1245
|
+
borderColor: string;
|
|
1246
|
+
};
|
|
1247
|
+
'&:hover .webchat__toaster__expandIconFocus': {
|
|
1248
|
+
backgroundColor: string;
|
|
1249
|
+
};
|
|
1250
|
+
};
|
|
1251
|
+
'& .webchat__toaster__expandIconFocus': {
|
|
1252
|
+
alignItems: string;
|
|
1253
|
+
borderColor: string;
|
|
1254
|
+
borderStyle: string;
|
|
1255
|
+
borderWidth: number;
|
|
1256
|
+
borderRadius: number;
|
|
1257
|
+
display: string;
|
|
1258
|
+
height: number;
|
|
1259
|
+
justifyContent: string;
|
|
1260
|
+
width: number;
|
|
1261
|
+
};
|
|
1262
|
+
'&.webchat__toaster--error': {
|
|
1263
|
+
'&:not(.webchat__toaster--expandable), & .webchat__toaster__header': {
|
|
1264
|
+
backgroundColor: string;
|
|
1265
|
+
};
|
|
1266
|
+
'& .webchat__toaster__header': {
|
|
1267
|
+
color: string;
|
|
1268
|
+
fill: string;
|
|
1269
|
+
};
|
|
1270
|
+
};
|
|
1271
|
+
'&.webchat__toaster--info': {
|
|
1272
|
+
'&:not(.webchat__toaster--expandable), & .webchat__toaster__header': {
|
|
1273
|
+
backgroundColor: string;
|
|
1274
|
+
};
|
|
1275
|
+
'& .webchat__toaster__header': {
|
|
1276
|
+
color: string;
|
|
1277
|
+
fill: string;
|
|
1278
|
+
};
|
|
1279
|
+
};
|
|
1280
|
+
'&.webchat__toaster--success': {
|
|
1281
|
+
'&:not(.webchat__toaster--expandable), & .webchat__toaster__header': {
|
|
1282
|
+
backgroundColor: string;
|
|
1283
|
+
};
|
|
1284
|
+
'& .webchat__toaster__header': {
|
|
1285
|
+
color: string;
|
|
1286
|
+
fill: string;
|
|
1287
|
+
};
|
|
1288
|
+
};
|
|
1289
|
+
'&.webchat__toaster--warn': {
|
|
1290
|
+
'&:not(.webchat__toaster--expandable), & .webchat__toaster__header': {
|
|
1291
|
+
backgroundColor: string;
|
|
1292
|
+
};
|
|
1293
|
+
'& .webchat__toaster__header': {
|
|
1294
|
+
color: string;
|
|
1295
|
+
fill: string;
|
|
1296
|
+
};
|
|
1297
|
+
};
|
|
1298
|
+
'& .webchat__toaster__expandLevelIconBox': {
|
|
1299
|
+
height: string | number;
|
|
1300
|
+
width: string | number;
|
|
1301
|
+
};
|
|
1302
|
+
'& .webchat__toaster__expandIcon': {
|
|
1303
|
+
height: string | number;
|
|
1304
|
+
width: string | number;
|
|
1305
|
+
};
|
|
1306
|
+
'& .webchat__toaster__expandText': {
|
|
1307
|
+
padding: string;
|
|
1308
|
+
};
|
|
1309
|
+
'& .webchat__toaster__expandLevelIconBox, & .webchat__toaster__expandIcon': {
|
|
1310
|
+
alignItems: string;
|
|
1311
|
+
display: string;
|
|
1312
|
+
justifyContent: string;
|
|
1313
|
+
};
|
|
1314
|
+
'& .webchat__toaster__list': {
|
|
1315
|
+
margin: number;
|
|
1316
|
+
overflowY: string;
|
|
1317
|
+
padding: number;
|
|
1318
|
+
};
|
|
1319
|
+
'& .webchat__toaster__listItem:first-child:last-child': {
|
|
1320
|
+
overflow: string;
|
|
1321
|
+
};
|
|
1322
|
+
'& .webchat__toaster__listItem:not(:first-child), & .webchat__toaster__listItem:not(:last-child)': {
|
|
1323
|
+
borderBottomColor: string;
|
|
1324
|
+
borderBottomStyle: string;
|
|
1325
|
+
borderBottomWidth: number;
|
|
1326
|
+
minHeight: number;
|
|
1327
|
+
};
|
|
1328
|
+
};
|
|
1329
|
+
readonly typingAnimation: {
|
|
1330
|
+
backgroundImage: string;
|
|
1331
|
+
backgroundRepeat: string;
|
|
1332
|
+
height: string | number;
|
|
1333
|
+
width: string | number;
|
|
1334
|
+
};
|
|
1335
|
+
readonly typingIndicator: {
|
|
1336
|
+
paddingBottom: number;
|
|
1337
|
+
'&:not(.webchat__typing-indicator--rtl)': {
|
|
1338
|
+
paddingLeft: number;
|
|
1339
|
+
};
|
|
1340
|
+
'&.webchat__typing-indicator--rtl': {
|
|
1341
|
+
paddingRight: number;
|
|
1342
|
+
};
|
|
1343
|
+
};
|
|
1344
|
+
readonly uploadButton: {
|
|
1345
|
+
width: string | number;
|
|
1346
|
+
'& > .icon > svg': {
|
|
1347
|
+
fill: string;
|
|
1348
|
+
};
|
|
1349
|
+
'& > input:hover + .icon > svg': {
|
|
1350
|
+
fill: string;
|
|
1351
|
+
};
|
|
1352
|
+
'& > input:focus + .icon > svg': {
|
|
1353
|
+
fill: string;
|
|
1354
|
+
};
|
|
1355
|
+
};
|
|
1356
|
+
readonly videoAttachment: {};
|
|
1357
|
+
readonly videoContent: {
|
|
1358
|
+
height: string | number;
|
|
1359
|
+
width: string;
|
|
1360
|
+
};
|
|
1361
|
+
readonly vimeoContent: {
|
|
1362
|
+
border: number;
|
|
1363
|
+
height: string | number;
|
|
1364
|
+
width: string;
|
|
1365
|
+
};
|
|
1366
|
+
readonly warningNotification: {
|
|
1367
|
+
alignItems: string;
|
|
1368
|
+
color: string;
|
|
1369
|
+
display: string;
|
|
1370
|
+
fontFamily: string;
|
|
1371
|
+
fontSize: string | number;
|
|
1372
|
+
marginBottom: number;
|
|
1373
|
+
marginLeft: number;
|
|
1374
|
+
marginRight: number;
|
|
1375
|
+
marginTop: number;
|
|
1376
|
+
'& > svg': {
|
|
1377
|
+
fill: string;
|
|
1378
|
+
'&:not(webchat__warning--rtl)': {
|
|
1379
|
+
paddingRight: number;
|
|
1380
|
+
};
|
|
1381
|
+
'&.webchat__warning--rtl': {
|
|
1382
|
+
paddingLeft: number;
|
|
1383
|
+
};
|
|
1384
|
+
};
|
|
1385
|
+
};
|
|
1386
|
+
readonly youTubeContent: {
|
|
1387
|
+
border: number;
|
|
1388
|
+
height: string | number;
|
|
1389
|
+
width: string;
|
|
1390
|
+
};
|
|
1391
|
+
readonly citationModalDialog: {
|
|
1392
|
+
'&.webchat__citation-modal-dialog': {
|
|
1393
|
+
'& .webchat__citation-modal-dialog__body': {
|
|
1394
|
+
lineHeight: string;
|
|
1395
|
+
};
|
|
1396
|
+
};
|
|
1397
|
+
};
|
|
1398
|
+
readonly cssCustomProperties: {
|
|
1399
|
+
'&.webchat__css-custom-properties': {
|
|
1400
|
+
display: string;
|
|
1401
|
+
"--webchat__color--accent": string;
|
|
1402
|
+
"--webchat__color--subtle": string;
|
|
1403
|
+
"--webchat__color--timestamp": string;
|
|
1404
|
+
"--webchat__font--primary": string;
|
|
1405
|
+
"--webchat__font-size--small": string | number;
|
|
1406
|
+
"--webchat__icon-url--external-link": string;
|
|
1407
|
+
"--webchat__max-width--bubble": string;
|
|
1408
|
+
"--webchat__min-height--bubble": string;
|
|
1409
|
+
"--webchat__padding--regular": string;
|
|
1410
|
+
};
|
|
1411
|
+
};
|
|
1412
|
+
readonly linkDefinitions: {
|
|
1413
|
+
'&.webchat__link-definitions': {
|
|
1414
|
+
'.webchat__link-definitions__header': {
|
|
1415
|
+
alignItems: string;
|
|
1416
|
+
display: string;
|
|
1417
|
+
fontFamily: "var(--webchat__font--primary)";
|
|
1418
|
+
fontSize: "var(--webchat__font-size--small)";
|
|
1419
|
+
gap: number;
|
|
1420
|
+
listStyle: string;
|
|
1421
|
+
"@media (forced-colors: none)": {
|
|
1422
|
+
color: string;
|
|
1423
|
+
};
|
|
1424
|
+
"@media (forced-colors: none) and not (forced-colors: none)": {
|
|
1425
|
+
color: string;
|
|
1426
|
+
};
|
|
1427
|
+
};
|
|
1428
|
+
'.webchat__link-definitions__header-text': {
|
|
1429
|
+
flexShrink: number;
|
|
1430
|
+
};
|
|
1431
|
+
'.webchat__link-definitions__header::-webkit-details-marker': {
|
|
1432
|
+
display: string;
|
|
1433
|
+
};
|
|
1434
|
+
'.webchat__link-definitions__header-chevron': {
|
|
1435
|
+
flexShrink: number;
|
|
1436
|
+
};
|
|
1437
|
+
'&:not([open]) .webchat__link-definitions__header-chevron': {
|
|
1438
|
+
transform: string;
|
|
1439
|
+
};
|
|
1440
|
+
'.webchat__link-definitions__header-filler': {
|
|
1441
|
+
flexGrow: number;
|
|
1442
|
+
};
|
|
1443
|
+
'.webchat__link-definitions__header-accessory': {
|
|
1444
|
+
overflow: string;
|
|
1445
|
+
};
|
|
1446
|
+
'.webchat__link-definitions__message-sensitivity-label': {
|
|
1447
|
+
display: string;
|
|
1448
|
+
gap: number;
|
|
1449
|
+
};
|
|
1450
|
+
'.webchat__link-definitions__message-sensitivity-label-icon': {
|
|
1451
|
+
color: string;
|
|
1452
|
+
flexShrink: number;
|
|
1453
|
+
};
|
|
1454
|
+
'.webchat__link-definitions__message-sensitivity-label-text': {
|
|
1455
|
+
overflow: string;
|
|
1456
|
+
textOverflow: string;
|
|
1457
|
+
whiteSpace: string;
|
|
1458
|
+
};
|
|
1459
|
+
'.webchat__link-definitions__list': {
|
|
1460
|
+
display: string;
|
|
1461
|
+
flexDirection: string;
|
|
1462
|
+
gap: number;
|
|
1463
|
+
margin: string;
|
|
1464
|
+
padding: number;
|
|
1465
|
+
};
|
|
1466
|
+
'.webchat__link-definitions__list-item': {
|
|
1467
|
+
display: string;
|
|
1468
|
+
flexDirection: string;
|
|
1469
|
+
};
|
|
1470
|
+
'.webchat__link-definitions__badge': {
|
|
1471
|
+
alignItems: string;
|
|
1472
|
+
alignSelf: string;
|
|
1473
|
+
borderRadius: string;
|
|
1474
|
+
borderStyle: string;
|
|
1475
|
+
borderWidth: number;
|
|
1476
|
+
display: string;
|
|
1477
|
+
flexShrink: number;
|
|
1478
|
+
fontSize: string;
|
|
1479
|
+
justifyContent: string;
|
|
1480
|
+
margin: number;
|
|
1481
|
+
minWidth: string;
|
|
1482
|
+
overflow: string;
|
|
1483
|
+
padding: number;
|
|
1484
|
+
whiteSpace: string;
|
|
1485
|
+
"@media (forced-colors: none)": {
|
|
1486
|
+
backgroundColor: string;
|
|
1487
|
+
borderColor: string;
|
|
1488
|
+
color: string;
|
|
1489
|
+
};
|
|
1490
|
+
"@media (forced-colors: none) and not (forced-colors: none)": {
|
|
1491
|
+
backgroundColor: string;
|
|
1492
|
+
borderColor: string;
|
|
1493
|
+
color: string;
|
|
1494
|
+
};
|
|
1495
|
+
"@media (forced-colors: active)": {
|
|
1496
|
+
borderColor: string;
|
|
1497
|
+
};
|
|
1498
|
+
};
|
|
1499
|
+
'.webchat__link-definitions__list-item-box': {
|
|
1500
|
+
alignItems: string;
|
|
1501
|
+
borderRadius: number;
|
|
1502
|
+
borderStyle: string;
|
|
1503
|
+
borderWidth: number;
|
|
1504
|
+
"@media (forced-colors: none)": {
|
|
1505
|
+
backgroundColor: string;
|
|
1506
|
+
borderColor: string;
|
|
1507
|
+
};
|
|
1508
|
+
"@media (forced-colors: none) and not (forced-colors: none)": {
|
|
1509
|
+
backgroundColor: string;
|
|
1510
|
+
borderColor: string;
|
|
1511
|
+
};
|
|
1512
|
+
"@media (forced-colors: active)": {
|
|
1513
|
+
backgroundColor: string;
|
|
1514
|
+
borderColor: string;
|
|
1515
|
+
};
|
|
1516
|
+
};
|
|
1517
|
+
'.webchat__link-definitions__list-item-box--as-link': {
|
|
1518
|
+
display: string;
|
|
1519
|
+
outlineOffset: number;
|
|
1520
|
+
textDecoration: string;
|
|
1521
|
+
};
|
|
1522
|
+
'.webchat__link-definitions__list-item-box--as-button': {
|
|
1523
|
+
appearance: string;
|
|
1524
|
+
background: string;
|
|
1525
|
+
cursor: string;
|
|
1526
|
+
fontFamily: string;
|
|
1527
|
+
fontSize: string;
|
|
1528
|
+
overflow: string;
|
|
1529
|
+
padding: number;
|
|
1530
|
+
textAlign: string;
|
|
1531
|
+
};
|
|
1532
|
+
'.webchat__link-definitions__list-item-body': {
|
|
1533
|
+
alignItems: string;
|
|
1534
|
+
display: string;
|
|
1535
|
+
fontFamily: string;
|
|
1536
|
+
gap: number;
|
|
1537
|
+
padding: number;
|
|
1538
|
+
};
|
|
1539
|
+
'.webchat__link-definitions__list-item-body-main': {
|
|
1540
|
+
display: string;
|
|
1541
|
+
flexDirection: string;
|
|
1542
|
+
gap: number;
|
|
1543
|
+
overflow: string;
|
|
1544
|
+
};
|
|
1545
|
+
'.webchat__link-definitions__list-item-main-text': {
|
|
1546
|
+
alignItems: string;
|
|
1547
|
+
display: string;
|
|
1548
|
+
gap: number;
|
|
1549
|
+
};
|
|
1550
|
+
'.webchat__link-definitions__list-item-badge, .webchat__link-definitions__list-item-text': {
|
|
1551
|
+
overflow: string;
|
|
1552
|
+
textOverflow: string;
|
|
1553
|
+
whiteSpace: string;
|
|
1554
|
+
};
|
|
1555
|
+
'.webchat__link-definitions__list-item-text': {
|
|
1556
|
+
textDecoration: string;
|
|
1557
|
+
"@media (forced-colors: none)": {
|
|
1558
|
+
color: "var(--webchat__color--accent)";
|
|
1559
|
+
};
|
|
1560
|
+
};
|
|
1561
|
+
'.webchat__link-definitions__list-item-badge': {
|
|
1562
|
+
fontSize: "var(--webchat__font-size--small)";
|
|
1563
|
+
"@media (forced-colors: none)": {
|
|
1564
|
+
color: "var(--webchat__color--subtle)";
|
|
1565
|
+
};
|
|
1566
|
+
};
|
|
1567
|
+
'.webchat__link-definitions__open-in-new-window-icon': {
|
|
1568
|
+
flexShrink: number;
|
|
1569
|
+
paddingRight: number;
|
|
1570
|
+
"@media (forced-colors: none)": {
|
|
1571
|
+
color: "var(--webchat__color--accent)";
|
|
1572
|
+
};
|
|
1573
|
+
};
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
readonly modalDialog: {
|
|
1577
|
+
'&.webchat__modal-dialog': {
|
|
1578
|
+
fontFamily: "var(--webchat__font--primary)";
|
|
1579
|
+
maxHeight: string;
|
|
1580
|
+
maxWidth: string;
|
|
1581
|
+
width: string;
|
|
1582
|
+
"@media (forced-colors: none)": {
|
|
1583
|
+
backgroundColor: string;
|
|
1584
|
+
border: number;
|
|
1585
|
+
};
|
|
1586
|
+
'& .webchat__modal-dialog__box': {
|
|
1587
|
+
borderRadius: number;
|
|
1588
|
+
overflow: string;
|
|
1589
|
+
margin: string;
|
|
1590
|
+
'@media screen and (max-width: 639px)': {
|
|
1591
|
+
maxWidth: string;
|
|
1592
|
+
};
|
|
1593
|
+
'@media screen and (min-width: 640px)': {
|
|
1594
|
+
maxWidth: string;
|
|
1595
|
+
minWidth: string;
|
|
1596
|
+
width: string;
|
|
1597
|
+
};
|
|
1598
|
+
"@media (forced-colors: none)": {
|
|
1599
|
+
backgroundColor: string;
|
|
1600
|
+
boxShadow: string;
|
|
1601
|
+
};
|
|
1602
|
+
"@media (forced-colors: none) and not (forced-colors: none)": {
|
|
1603
|
+
backgroundColor: string;
|
|
1604
|
+
boxShadow: string;
|
|
1605
|
+
color: string;
|
|
1606
|
+
};
|
|
1607
|
+
"@media (forced-colors: active)": {
|
|
1608
|
+
outlineColor: string;
|
|
1609
|
+
outlineStyle: string;
|
|
1610
|
+
outlineWidth: number;
|
|
1611
|
+
};
|
|
1612
|
+
};
|
|
1613
|
+
'& .webchat__modal-dialog__close-button-layout': {
|
|
1614
|
+
float: string;
|
|
1615
|
+
padding: "var(--webchat__padding--regular)";
|
|
1616
|
+
};
|
|
1617
|
+
'& .webchat__modal-dialog__close-button': {
|
|
1618
|
+
height: number;
|
|
1619
|
+
width: number;
|
|
1620
|
+
"@media (forced-colors: none)": {
|
|
1621
|
+
appearance: string;
|
|
1622
|
+
backgroundColor: string;
|
|
1623
|
+
borderColor: string;
|
|
1624
|
+
borderRadius: number;
|
|
1625
|
+
borderStyle: string;
|
|
1626
|
+
borderWidth: number;
|
|
1627
|
+
color: string;
|
|
1628
|
+
outline: number;
|
|
1629
|
+
};
|
|
1630
|
+
};
|
|
1631
|
+
'& .webchat__modal-dialog__close-button:focus': {
|
|
1632
|
+
"@media (forced-colors: none)": {
|
|
1633
|
+
borderColor: string;
|
|
1634
|
+
'&:active': {
|
|
1635
|
+
backgroundColor: string;
|
|
1636
|
+
};
|
|
1637
|
+
'&:not(:active):hover': {
|
|
1638
|
+
backgroundColor: string;
|
|
1639
|
+
};
|
|
1640
|
+
};
|
|
1641
|
+
"@media (forced-colors: none) and not (forced-colors: none)": {
|
|
1642
|
+
borderColor: string;
|
|
1643
|
+
'&:active': {
|
|
1644
|
+
backgroundColor: string;
|
|
1645
|
+
};
|
|
1646
|
+
'&:not(:active):hover': {
|
|
1647
|
+
backgroundColor: string;
|
|
1648
|
+
};
|
|
1649
|
+
};
|
|
1650
|
+
};
|
|
1651
|
+
'& .webchat__modal-dialog__close-button-image': {
|
|
1652
|
+
height: number;
|
|
1653
|
+
width: number;
|
|
1654
|
+
"@media (forced-colors: none)": {
|
|
1655
|
+
fill: string;
|
|
1656
|
+
};
|
|
1657
|
+
"@media (forced-colors: none) and not (forced-colors: none)": {
|
|
1658
|
+
fill: string;
|
|
1659
|
+
};
|
|
1660
|
+
"@media (forced-colors: active)": {
|
|
1661
|
+
fill: string;
|
|
1662
|
+
};
|
|
1663
|
+
};
|
|
1664
|
+
'& .webchat__modal-dialog__body': {
|
|
1665
|
+
margin: string;
|
|
1666
|
+
};
|
|
1667
|
+
};
|
|
1668
|
+
};
|
|
1669
|
+
readonly renderMarkdown: {
|
|
1670
|
+
'&.webchat__render-markdown': {
|
|
1671
|
+
display: string;
|
|
1672
|
+
'&.webchat__render-markdown--adaptive-cards > *:first-child': {
|
|
1673
|
+
marginTop: number;
|
|
1674
|
+
width: string;
|
|
1675
|
+
overflow: string;
|
|
1676
|
+
textOverflow: string;
|
|
1677
|
+
};
|
|
1678
|
+
'&.webchat__render-markdown--adaptive-cards > *:last-child': {
|
|
1679
|
+
marginBottom: number;
|
|
1680
|
+
};
|
|
1681
|
+
'&.webchat__render-markdown--message-activity > *:first-child': {
|
|
1682
|
+
marginTop: number;
|
|
1683
|
+
};
|
|
1684
|
+
'&.webchat__render-markdown--message-activity > *:last-child': {
|
|
1685
|
+
marginBottom: number;
|
|
1686
|
+
};
|
|
1687
|
+
'& .webchat__render-markdown__external-link-icon': {
|
|
1688
|
+
backgroundImage: "var(--webchat__icon-url--external-link)";
|
|
1689
|
+
height: string;
|
|
1690
|
+
marginLeft: string;
|
|
1691
|
+
};
|
|
1692
|
+
'& .webchat__render-markdown__citation': {
|
|
1693
|
+
background: string;
|
|
1694
|
+
border: number;
|
|
1695
|
+
cursor: string;
|
|
1696
|
+
fontFamily: string;
|
|
1697
|
+
fontSize: string;
|
|
1698
|
+
padding: number;
|
|
1699
|
+
textDecoration: string;
|
|
1700
|
+
whiteSpace: string;
|
|
1701
|
+
"@media (forced-colors: active)": {
|
|
1702
|
+
color: string;
|
|
1703
|
+
};
|
|
1704
|
+
"@media (forced-colors: none)": {
|
|
1705
|
+
color: "var(--webchat__color--accent)";
|
|
1706
|
+
};
|
|
1707
|
+
};
|
|
1708
|
+
'& .webchat__render-markdown__pure-identifier': {
|
|
1709
|
+
whiteSpace: string;
|
|
1710
|
+
};
|
|
1711
|
+
'& .webchat__render-markdown__pure-identifier::after': {
|
|
1712
|
+
content: string;
|
|
1713
|
+
};
|
|
1714
|
+
'& .webchat__render-markdown__pure-identifier::before': {
|
|
1715
|
+
content: string;
|
|
1716
|
+
};
|
|
1717
|
+
};
|
|
1718
|
+
};
|
|
1719
|
+
readonly sendStatus: {
|
|
1720
|
+
'&.webchat__activity-status': {
|
|
1721
|
+
color: "var(--webchat__color--timestamp)";
|
|
1722
|
+
fontFamily: "var(--webchat__font--primary)";
|
|
1723
|
+
fontSize: "var(--webchat__font-size--small)";
|
|
1724
|
+
marginTop: string;
|
|
1725
|
+
};
|
|
1726
|
+
'&.webchat__activity-status--slotted': {
|
|
1727
|
+
display: string;
|
|
1728
|
+
gap: number;
|
|
1729
|
+
};
|
|
1730
|
+
'& .webchat__activity-status__originator': {
|
|
1731
|
+
alignItems: string;
|
|
1732
|
+
'&.webchat__activity-status__originator--has-link': {
|
|
1733
|
+
color: "var(--webchat__color--accent)";
|
|
1734
|
+
};
|
|
1735
|
+
};
|
|
1736
|
+
};
|
|
1737
|
+
readonly slottedActivityStatus: {
|
|
1738
|
+
'&.webchat__slotted-activity-status': {
|
|
1739
|
+
alignItems: string;
|
|
1740
|
+
display: string;
|
|
1741
|
+
gap: number;
|
|
1742
|
+
marginTop: string;
|
|
1743
|
+
'& .webchat__slotted-activity-status__pipe': {
|
|
1744
|
+
fontSize: "var(--webchat__font-size--small)";
|
|
1745
|
+
};
|
|
1746
|
+
};
|
|
1747
|
+
};
|
|
1748
|
+
readonly textContent: {
|
|
1749
|
+
'&.webchat__text-content': {
|
|
1750
|
+
fontFamily: "var(--webchat__font--primary)";
|
|
1751
|
+
margin: number;
|
|
1752
|
+
minHeight: string;
|
|
1753
|
+
padding: "var(--webchat__padding--regular)";
|
|
1754
|
+
'&.webchat__text-content--is-markdown': {
|
|
1755
|
+
display: string;
|
|
1756
|
+
flexDirection: string;
|
|
1757
|
+
gap: "var(--webchat__padding--regular)";
|
|
1758
|
+
};
|
|
1759
|
+
'& .webchat__text-content__markdown img:not(.webchat__render-markdown__external-link-icon)': {
|
|
1760
|
+
maxWidth: "var(--webchat__max-width--bubble)";
|
|
1761
|
+
width: string;
|
|
1762
|
+
};
|
|
1763
|
+
'& .webchat__text-content__markdown pre': {
|
|
1764
|
+
overflow: string;
|
|
1765
|
+
};
|
|
1766
|
+
'& .webchat__text-content__open-in-new-window-icon': {
|
|
1767
|
+
height: string;
|
|
1768
|
+
};
|
|
1769
|
+
};
|
|
1770
|
+
};
|
|
1771
|
+
readonly thumbButton: {
|
|
1772
|
+
'&.webchat__thumb-button': {
|
|
1773
|
+
appearance: string;
|
|
1774
|
+
background: string;
|
|
1775
|
+
border: number;
|
|
1776
|
+
borderRadius: number;
|
|
1777
|
+
height: number;
|
|
1778
|
+
overflow: string;
|
|
1779
|
+
padding: number;
|
|
1780
|
+
width: number;
|
|
1781
|
+
'&:active': {
|
|
1782
|
+
background: string;
|
|
1783
|
+
};
|
|
1784
|
+
'&:focus': {
|
|
1785
|
+
outline: string;
|
|
1786
|
+
};
|
|
1787
|
+
'& .webchat__thumb-button__image': {
|
|
1788
|
+
color: "var(--webchat__color--accent)";
|
|
1789
|
+
width: number;
|
|
1790
|
+
};
|
|
1791
|
+
'&:hover .webchat__thumb-button__image:not(.webchat__thumb-button__image--is-filled)': {
|
|
1792
|
+
display: string;
|
|
1793
|
+
};
|
|
1794
|
+
'&.webchat__thumb-button--is-pressed .webchat__thumb-button__image:not(.webchat__thumb-button__image--is-filled)': {
|
|
1795
|
+
display: string;
|
|
1796
|
+
};
|
|
1797
|
+
'&.webchat__thumb-button:not(:hover):not(.webchat__thumb-button--is-pressed) .webchat__thumb-button__image--is-filled': {
|
|
1798
|
+
display: string;
|
|
1799
|
+
};
|
|
1800
|
+
};
|
|
1801
|
+
};
|
|
1802
|
+
}>;
|
|
1803
|
+
//# sourceMappingURL=createStyleSet.d.ts.map
|