@microsoft/omnichannel-chat-components 1.0.8-main.8ab6082 → 1.0.9-main.3e45b7c

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/lib/cjs/common/Constants.js +2 -2
  2. package/lib/cjs/components/common/commandbutton/CommandButton.js +2 -2
  3. package/lib/cjs/components/common/subcomponents/CloseButton.js +1 -2
  4. package/lib/cjs/components/footer/common/defaultProps/customFooterControlProps.js +3 -6
  5. package/lib/cjs/components/footer/common/defaultProps/defaultFooterControlProps.js +3 -6
  6. package/lib/cjs/components/footer/subcomponents/AudioNotificationButton.js +1 -1
  7. package/lib/cjs/components/footer/subcomponents/DownloadTranscriptButton.js +1 -2
  8. package/lib/cjs/components/footer/subcomponents/EmailTranscriptButton.js +1 -2
  9. package/lib/cjs/components/header/common/defaultProps/customHeaderControlProps.js +2 -4
  10. package/lib/cjs/components/header/common/defaultProps/defaultHeaderControlProps.js +2 -4
  11. package/lib/cjs/components/header/subcomponents/MinimizeButton.js +1 -2
  12. package/lib/cjs/components/inputvalidationpane/common/default/defaultProps/defaultInputValidationPaneControlProps.js +2 -2
  13. package/lib/cjs/components/inputvalidationpane/common/presetTwo/presetTwoProps/presetTwoInputValidationPaneControlProps.js +0 -1
  14. package/lib/esm/common/Constants.js +2 -2
  15. package/lib/esm/components/common/commandbutton/CommandButton.js +2 -2
  16. package/lib/esm/components/common/subcomponents/CloseButton.js +1 -2
  17. package/lib/esm/components/footer/common/defaultProps/customFooterControlProps.js +3 -6
  18. package/lib/esm/components/footer/common/defaultProps/defaultFooterControlProps.js +3 -6
  19. package/lib/esm/components/footer/subcomponents/AudioNotificationButton.js +1 -1
  20. package/lib/esm/components/footer/subcomponents/DownloadTranscriptButton.js +1 -2
  21. package/lib/esm/components/footer/subcomponents/EmailTranscriptButton.js +1 -2
  22. package/lib/esm/components/header/common/defaultProps/customHeaderControlProps.js +2 -4
  23. package/lib/esm/components/header/common/defaultProps/defaultHeaderControlProps.js +2 -4
  24. package/lib/esm/components/header/subcomponents/MinimizeButton.js +1 -2
  25. package/lib/esm/components/inputvalidationpane/common/default/defaultProps/defaultInputValidationPaneControlProps.js +2 -2
  26. package/lib/esm/components/inputvalidationpane/common/presetTwo/presetTwoProps/presetTwoInputValidationPaneControlProps.js +0 -1
  27. package/lib/types/common/Constants.d.ts +5 -4
  28. package/package.json +1 -1
@@ -60,9 +60,9 @@ const ButtonTypes = (_class4 = class ButtonTypes {}, _defineProperty(_class4, "I
60
60
  exports.ButtonTypes = ButtonTypes;
61
61
  const IconNames = (_class5 = class IconNames {}, _defineProperty(_class5, "DeclineCall", "DeclineCall"), _defineProperty(_class5, "Microphone", "Microphone"), _defineProperty(_class5, "MicOff2", "MicOff2"), _defineProperty(_class5, "Video", "Video"), _defineProperty(_class5, "VideoOff", "VideoOff"), _defineProperty(_class5, "IncomingCall", "IncomingCall"), _defineProperty(_class5, "ChromeClose", "ChromeClose"), _defineProperty(_class5, "Download", "Download"), _defineProperty(_class5, "Mail", "Mail"), _defineProperty(_class5, "Volume3", "Volume3"), _defineProperty(_class5, "Volume0", "Volume0"), _defineProperty(_class5, "ChromeMinimize", "ChromeMinimize"), _class5);
62
62
  exports.IconNames = IconNames;
63
- const AriaLabels = (_class6 = class AriaLabels {}, _defineProperty(_class6, "EndCall", "End Call"), _defineProperty(_class6, "MicMute", "Mute"), _defineProperty(_class6, "MicUnmute", "Unmute"), _defineProperty(_class6, "VideoTurnCameraOn", "Turn camera on"), _defineProperty(_class6, "VideoTurnCameraOff", "Turn camera off"), _defineProperty(_class6, "IncomingCallArea", "Incoming call area"), _defineProperty(_class6, "RejectCall", "Reject call"), _defineProperty(_class6, "AcceptVoiceCall", "Accept voice call"), _defineProperty(_class6, "AcceptVideoCall", "Accept video Call"), _defineProperty(_class6, "DeclineCall", "Decline Call"), _defineProperty(_class6, "AudioCall", "Audio Call"), _defineProperty(_class6, "VideoCall", "Video Call"), _defineProperty(_class6, "LetsChatWeAreOnline", "Let's chat we are online"), _defineProperty(_class6, "UnreadMessageString", "you have new messages"), _defineProperty(_class6, "Close", "Close"), _defineProperty(_class6, "ConfirmationPaneConfirm", "Close Chat"), _defineProperty(_class6, "ConfirmationPaneCancel", "Cancel. Return to Chat"), _defineProperty(_class6, "DownloadChatTranscript", "Download chat transcript"), _defineProperty(_class6, "EmailTranscript", "Email Transcript"), _defineProperty(_class6, "TurnSoundOff", "Turn sound off"), _defineProperty(_class6, "TurnSoundOn", "Turn sound on"), _defineProperty(_class6, "Minimize", "Minimize"), _defineProperty(_class6, "EmailChatTranscriptPane", "Email Chat Transcript Pane"), _defineProperty(_class6, "InputValidationPaneInput", "Email this chat transcript. This will be sent after your chat ends. Email address text area"), _defineProperty(_class6, "Send", "Send"), _defineProperty(_class6, "Cancel", "Cancel"), _defineProperty(_class6, "ProactiveChatPane", "Proactive Chat Pane"), _defineProperty(_class6, "ChatNow", "Chat Now"), _defineProperty(_class6, "ReconnectChatPane", "Reconnect Chat Pane"), _defineProperty(_class6, "ReconnectChatPaneIcon", "Reconnect Chat Pane Icon"), _defineProperty(_class6, "ContinueConversation", "Continue conversation"), _defineProperty(_class6, "StartNewConversation", "Start new conversation"), _class6);
63
+ const AriaLabels = (_class6 = class AriaLabels {}, _defineProperty(_class6, "EndCall", "End Call"), _defineProperty(_class6, "MicMute", "Mute"), _defineProperty(_class6, "MicUnmute", "Unmute"), _defineProperty(_class6, "VideoTurnCameraOn", "Turn camera on"), _defineProperty(_class6, "VideoTurnCameraOff", "Turn camera off"), _defineProperty(_class6, "IncomingCallArea", "Incoming call area"), _defineProperty(_class6, "RejectCall", "Reject call"), _defineProperty(_class6, "AcceptVoiceCall", "Accept voice call"), _defineProperty(_class6, "AcceptVideoCall", "Accept video Call"), _defineProperty(_class6, "DeclineCall", "Decline Call"), _defineProperty(_class6, "AudioCall", "Audio Call"), _defineProperty(_class6, "VideoCall", "Video Call"), _defineProperty(_class6, "LetsChatWeAreOnline", "Let's chat we are online"), _defineProperty(_class6, "UnreadMessageString", "you have new messages"), _defineProperty(_class6, "Close", "Close"), _defineProperty(_class6, "ConfirmationPaneConfirm", "Close Chat"), _defineProperty(_class6, "ConfirmationPaneCancel", "Cancel. Return to Chat"), _defineProperty(_class6, "DownloadChatTranscript", "Download chat transcript"), _defineProperty(_class6, "EmailTranscript", "Email Transcript"), _defineProperty(_class6, "TurnSoundOff", "Turn sound off"), _defineProperty(_class6, "TurnSoundOn", "Turn sound on"), _defineProperty(_class6, "Minimize", "Minimize"), _defineProperty(_class6, "EmailChatTranscriptPane", "Email Chat Transcript Pane"), _defineProperty(_class6, "InputValidationPaneInput", "Please provide e-mail address to send transcript. The transcript will be sent after the chat ends. Email address text area"), _defineProperty(_class6, "Save", "Save"), _defineProperty(_class6, "Cancel", "Cancel"), _defineProperty(_class6, "ProactiveChatPane", "Proactive Chat Pane"), _defineProperty(_class6, "ChatNow", "Chat Now"), _defineProperty(_class6, "ReconnectChatPane", "Reconnect Chat Pane"), _defineProperty(_class6, "ReconnectChatPaneIcon", "Reconnect Chat Pane Icon"), _defineProperty(_class6, "ContinueConversation", "Continue conversation"), _defineProperty(_class6, "StartNewConversation", "Start new conversation"), _class6);
64
64
  exports.AriaLabels = AriaLabels;
65
65
  const EventNames = (_class7 = class EventNames {}, _defineProperty(_class7, "OnClick", "OnClick"), _defineProperty(_class7, "OnEscapeKeyDown", "OnEscapeKeyDown"), _defineProperty(_class7, "IncomingCallEnded", "IncomingCallEnded"), _class7);
66
66
  exports.EventNames = EventNames;
67
- const Texts = (_class8 = class Texts {}, _defineProperty(_class8, "IncomingCallTitle", "Incoming Call"), _defineProperty(_class8, "ChatButtonTitle", "Let's Chat!"), _defineProperty(_class8, "ChatButtonSubtitle", "We're online."), _defineProperty(_class8, "ChatButtonUnreadMessageString", "new messages"), _defineProperty(_class8, "ChatButtonLargeUnreadMessageString", "99+"), _defineProperty(_class8, "CloseButtonText", "Close"), _defineProperty(_class8, "ConfirmationPaneTitle", "Close chat"), _defineProperty(_class8, "ConfirmationPaneSubtitle", "Do you really want to close this chat?"), _defineProperty(_class8, "ConfirmButtonText", "Close"), _defineProperty(_class8, "EmailPlaceHolderText", "johnsmith@outlook.com"), _defineProperty(_class8, "CancelButtonText", "Cancel"), _defineProperty(_class8, "DownloadChatTranscriptText", "Download chat transcript"), _defineProperty(_class8, "EmailTranscriptText", "Email Transcript"), _defineProperty(_class8, "HeaderIcon", "Chat Icon"), _defineProperty(_class8, "HeaderTitle", "Let's Chat"), _defineProperty(_class8, "MinimizeText", "Minimize"), _defineProperty(_class8, "InputValidationPaneTitleText", "Email this chat transcript"), _defineProperty(_class8, "InputValidationPaneSubtitleText", "This will be sent after your chat ends."), _defineProperty(_class8, "InvalidInputErrorMessageText", "Enter a valid email address."), _defineProperty(_class8, "SendButtonText", "Send"), _defineProperty(_class8, "LoadingPaneTitleText", "Welcome to"), _defineProperty(_class8, "LoadingPaneSubtitleText", "live chat support ..."), _defineProperty(_class8, "LoadingPaneSpinnerText", "Loading ..."), _defineProperty(_class8, "OOOHPaneTitleText", "Thanks for contacting us. You have reached us outside of our operating hours. An agent will respond when we open."), _defineProperty(_class8, "PostChatSurveyPaneTitleText", "Post chat survey pane"), _defineProperty(_class8, "ProactiveChatPaneTitleText", "Welcome to"), _defineProperty(_class8, "ProactiveChatPaneSubtitleText", "Live chat support!"), _defineProperty(_class8, "ProactiveChatPaneBodyTitleText", "Hi! Have any questions? I am here to help."), _defineProperty(_class8, "ProactiveChatPaneStartButtonText", "Chat Now"), _defineProperty(_class8, "ReconnectChatPaneTitleText", "Previous session detected"), _defineProperty(_class8, "ReconnectChatPaneSubtitleText", "We have detected a previous chat session. Would you like to continue with your previous session?"), _defineProperty(_class8, "ReconnectChatPaneContinueChatButtonText", "Continue conversation"), _defineProperty(_class8, "ReconnectChatPaneStartNewChatButtonText", "Start new conversation"), _class8);
67
+ const Texts = (_class8 = class Texts {}, _defineProperty(_class8, "IncomingCallTitle", "Incoming Call"), _defineProperty(_class8, "ChatButtonTitle", "Let's Chat!"), _defineProperty(_class8, "ChatButtonSubtitle", "We're online."), _defineProperty(_class8, "ChatButtonUnreadMessageString", "new messages"), _defineProperty(_class8, "ChatButtonLargeUnreadMessageString", "99+"), _defineProperty(_class8, "CloseButtonText", "Close"), _defineProperty(_class8, "ConfirmationPaneTitle", "Close chat"), _defineProperty(_class8, "ConfirmationPaneSubtitle", "Do you really want to close this chat?"), _defineProperty(_class8, "ConfirmButtonText", "Close"), _defineProperty(_class8, "EmailPlaceHolderText", "johnsmith@outlook.com"), _defineProperty(_class8, "CancelButtonText", "Cancel"), _defineProperty(_class8, "DownloadChatTranscriptText", "Download chat transcript"), _defineProperty(_class8, "EmailTranscriptText", "Email Transcript"), _defineProperty(_class8, "HeaderIcon", "Chat Icon"), _defineProperty(_class8, "HeaderTitle", "Let's Chat"), _defineProperty(_class8, "MinimizeText", "Minimize"), _defineProperty(_class8, "InputValidationPaneTitleText", "Please provide e-mail address to send transcript."), _defineProperty(_class8, "InputValidationPaneSubtitleText", "The transcript will be sent after the chat ends."), _defineProperty(_class8, "InvalidInputErrorMessageText", "Enter a valid email address."), _defineProperty(_class8, "SendButtonText", "Send"), _defineProperty(_class8, "SaveButtonText", "Save"), _defineProperty(_class8, "LoadingPaneTitleText", "Welcome to"), _defineProperty(_class8, "LoadingPaneSubtitleText", "live chat support ..."), _defineProperty(_class8, "LoadingPaneSpinnerText", "Loading ..."), _defineProperty(_class8, "OOOHPaneTitleText", "Thanks for contacting us. You have reached us outside of our operating hours. An agent will respond when we open."), _defineProperty(_class8, "PostChatSurveyPaneTitleText", "Post chat survey pane"), _defineProperty(_class8, "ProactiveChatPaneTitleText", "Welcome to"), _defineProperty(_class8, "ProactiveChatPaneSubtitleText", "Live chat support!"), _defineProperty(_class8, "ProactiveChatPaneBodyTitleText", "Hi! Have any questions? I am here to help."), _defineProperty(_class8, "ProactiveChatPaneStartButtonText", "Chat Now"), _defineProperty(_class8, "ReconnectChatPaneTitleText", "Previous session detected"), _defineProperty(_class8, "ReconnectChatPaneSubtitleText", "We have detected a previous chat session. Would you like to continue with your previous session?"), _defineProperty(_class8, "ReconnectChatPaneContinueChatButtonText", "Continue conversation"), _defineProperty(_class8, "ReconnectChatPaneStartNewChatButtonText", "Start new conversation"), _class8);
68
68
  exports.Texts = Texts;
@@ -79,11 +79,11 @@ function CommandButton(props) {
79
79
  disabled: props.disabled,
80
80
  className: props.className,
81
81
  styles: buttonStyles,
82
- title: props.hideButtonTitle ? undefined : props.ariaLabel
82
+ title: props.ariaLabel
83
83
  }), props.type === _Constants.ButtonTypes.Icon && /*#__PURE__*/_react2.default.createElement(_react.IconButton, {
84
84
  id: props.id,
85
85
  iconProps: iconProp,
86
- title: props.hideButtonTitle ? undefined : props.ariaLabel,
86
+ title: props.ariaLabel,
87
87
  ariaLabel: props.ariaLabel,
88
88
  disabled: props.disabled,
89
89
  styles: buttonStyles,
@@ -34,8 +34,7 @@ function CloseButton(props) {
34
34
  onClick: props.onClick,
35
35
  ariaLabel: props.ariaLabel ?? _Constants.AriaLabels.Close,
36
36
  className: props.className,
37
- customEvent: customEvent,
38
- hideButtonTitle: props.hideButtonTitle
37
+ customEvent: customEvent
39
38
  });
40
39
  }
41
40
 
@@ -38,8 +38,7 @@ const customFooterControlProps = {
38
38
  imageIconProps: {
39
39
  src: _Icons.TranscriptDownloadIconBase64
40
40
  },
41
- ariaLabel: _Constants.AriaLabels.DownloadChatTranscript,
42
- hideButtonTitle: true
41
+ ariaLabel: _Constants.AriaLabels.DownloadChatTranscript
43
42
  },
44
43
  emailTranscriptButtonProps: {
45
44
  id: _Constants.Ids.EmailTranscriptButtonId,
@@ -47,8 +46,7 @@ const customFooterControlProps = {
47
46
  imageIconProps: {
48
47
  src: _Icons.TranscriptEmailIconBase64
49
48
  },
50
- ariaLabel: _Constants.AriaLabels.EmailTranscript,
51
- hideButtonTitle: true
49
+ ariaLabel: _Constants.AriaLabels.EmailTranscript
52
50
  },
53
51
  audioNotificationButtonProps: {
54
52
  id: _Constants.Ids.AudioNotificationButtonId,
@@ -59,8 +57,7 @@ const customFooterControlProps = {
59
57
  },
60
58
  imageToggleIconProps: {
61
59
  src: _Icons.AudioNotificationOffIconBase64
62
- },
63
- hideButtonTitle: true
60
+ }
64
61
  }
65
62
  };
66
63
  exports.customFooterControlProps = customFooterControlProps;
@@ -34,15 +34,13 @@ const defaultFooterControlProps = {
34
34
  id: _Constants.Ids.DownloadTranscriptButtonId,
35
35
  type: _Constants.ButtonTypes.Icon,
36
36
  iconName: _Constants.IconNames.Download,
37
- ariaLabel: _Constants.AriaLabels.DownloadChatTranscript,
38
- hideButtonTitle: true
37
+ ariaLabel: _Constants.AriaLabels.DownloadChatTranscript
39
38
  },
40
39
  emailTranscriptButtonProps: {
41
40
  id: _Constants.Ids.EmailTranscriptButtonId,
42
41
  type: _Constants.ButtonTypes.Icon,
43
42
  iconName: _Constants.IconNames.Mail,
44
- ariaLabel: _Constants.AriaLabels.EmailTranscript,
45
- hideButtonTitle: true
43
+ ariaLabel: _Constants.AriaLabels.EmailTranscript
46
44
  },
47
45
  audioNotificationButtonProps: {
48
46
  id: _Constants.Ids.AudioNotificationButtonId,
@@ -50,8 +48,7 @@ const defaultFooterControlProps = {
50
48
  ariaLabel: _Constants.AriaLabels.TurnSoundOff,
51
49
  toggleAriaLabel: _Constants.AriaLabels.TurnSoundOn,
52
50
  iconName: _Constants.IconNames.Volume3,
53
- toggleIconName: _Constants.IconNames.Volume0,
54
- hideButtonTitle: true
51
+ toggleIconName: _Constants.IconNames.Volume0
55
52
  }
56
53
  };
57
54
  exports.defaultFooterControlProps = defaultFooterControlProps;
@@ -88,7 +88,7 @@ function AudioNotificationButton(props) {
88
88
  disabled: disabled,
89
89
  styles: iconButtonStyles,
90
90
  className: props.className,
91
- title: undefined,
91
+ title: muted ? props.toggleAriaLabel ?? _Constants.AriaLabels.TurnSoundOn : props.ariaLabel ?? _Constants.AriaLabels.TurnSoundOff,
92
92
  ariaLabel: muted ? props.toggleAriaLabel ?? _Constants.AriaLabels.TurnSoundOn : props.ariaLabel ?? _Constants.AriaLabels.TurnSoundOff
93
93
  });
94
94
  }
@@ -33,8 +33,7 @@ function DownloadTranscriptButton(props) {
33
33
  onClick: props.onClick,
34
34
  ariaLabel: props.ariaLabel ?? _Constants.AriaLabels.DownloadChatTranscript,
35
35
  className: props.className,
36
- customEvent: customEvent,
37
- hideButtonTitle: props.hideButtonTitle
36
+ customEvent: customEvent
38
37
  });
39
38
  }
40
39
 
@@ -33,8 +33,7 @@ function EmailTranscriptButton(props) {
33
33
  onClick: props.onClick,
34
34
  ariaLabel: props.ariaLabel ?? _Constants.AriaLabels.EmailTranscript,
35
35
  className: props.className,
36
- customEvent: customEvent,
37
- hideButtonTitle: props.hideButtonTitle
36
+ customEvent: customEvent
38
37
  });
39
38
  }
40
39
 
@@ -41,8 +41,7 @@ const customHeaderControlProps = {
41
41
  width: "16px"
42
42
  }
43
43
  }
44
- },
45
- hideButtonTitle: true
44
+ }
46
45
  },
47
46
  closeButtonProps: {
48
47
  id: "oc-lcw-header-closebutton",
@@ -55,8 +54,7 @@ const customHeaderControlProps = {
55
54
  width: "16px"
56
55
  }
57
56
  }
58
- },
59
- hideButtonTitle: true
57
+ }
60
58
  },
61
59
  headerIconProps: {
62
60
  id: _Constants.Ids.HeaderIconId,
@@ -33,14 +33,12 @@ const defaultHeaderControlProps = {
33
33
  minimizeButtonProps: {
34
34
  id: _Constants.Ids.MinimizeButtonId,
35
35
  type: _Constants.ButtonTypes.Icon,
36
- iconName: _Constants.IconNames.ChromeMinimize,
37
- hideButtonTitle: true
36
+ iconName: _Constants.IconNames.ChromeMinimize
38
37
  },
39
38
  closeButtonProps: {
40
39
  id: _Constants.Ids.CloseButtonId,
41
40
  type: _Constants.ButtonTypes.Icon,
42
- iconName: _Constants.IconNames.ChromeClose,
43
- hideButtonTitle: true
41
+ iconName: _Constants.IconNames.ChromeClose
44
42
  },
45
43
  headerIconProps: {
46
44
  id: _Constants.Ids.HeaderIconId,
@@ -34,8 +34,7 @@ function MinimizeButton(props) {
34
34
  onClick: props.onClick,
35
35
  ariaLabel: props.ariaLabel ?? _Constants.AriaLabels.Minimize,
36
36
  className: props.className,
37
- customEvent: customEvent,
38
- hideButtonTitle: props.hideButtonTitle
37
+ customEvent: customEvent
39
38
  });
40
39
  }
41
40
 
@@ -26,8 +26,8 @@ const defaultInputValidationPaneControlProps = {
26
26
  isButtonGroupHorizontal: true,
27
27
  hideSendButton: false,
28
28
  enableSendButton: false,
29
- sendButtonText: _Constants.Texts.SendButtonText,
30
- sendButtonAriaLabel: _Constants.AriaLabels.Send,
29
+ sendButtonText: _Constants.Texts.SaveButtonText,
30
+ sendButtonAriaLabel: _Constants.AriaLabels.Save,
31
31
  hideCancelButton: false,
32
32
  cancelButtonText: _Constants.Texts.CancelButtonText,
33
33
  cancelButtonAriaLabel: _Constants.AriaLabels.Cancel,
@@ -26,7 +26,6 @@ const presetTwoInputValidationPaneControlProps = {
26
26
  hideSendButton: false,
27
27
  enableSendButton: true,
28
28
  sendButtonText: _Constants.Texts.SendButtonText,
29
- sendButtonAriaLabel: _Constants.AriaLabels.Send,
30
29
  hideCancelButton: false,
31
30
  cancelButtonText: _Constants.Texts.CancelButtonText,
32
31
  cancelButtonAriaLabel: _Constants.AriaLabels.Cancel,
@@ -45,6 +45,6 @@ export let ElementType;
45
45
  export const Ids = (_class3 = class Ids {}, _defineProperty(_class3, "DefaultCallingContainerId", "lcw-calling-container"), _defineProperty(_class3, "DefaultCurrentCallId", "lcw-current-call-container"), _defineProperty(_class3, "CurrentCallActionGroupId", "lcw-current-call-action-icons"), _defineProperty(_class3, "CurrentCallFooterId", "lcw-current-call-footer"), _defineProperty(_class3, "RemoteVideoTileId", "lcw-remote-video"), _defineProperty(_class3, "SelfVideoTileId", "lcw-self-video"), _defineProperty(_class3, "VideoTileGroupId", "lcw-current-call-body"), _defineProperty(_class3, "EndCallButtonId", "lcw-call-reject-button"), _defineProperty(_class3, "MicButtonId", "lcw-toggle-audio"), _defineProperty(_class3, "VideoButtonId", "lcw-toggle-video"), _defineProperty(_class3, "CallTimerId", "lcw-current-call-timer"), _defineProperty(_class3, "CurrentCallLeftGroupId", "lcw-current-call-left-group"), _defineProperty(_class3, "CurrentCallMiddleGroupId", "lcw-current-call-middle-group"), _defineProperty(_class3, "CurrentCallRightGroupId", "lcw-current-call-right-group"), _defineProperty(_class3, "DefaultIncomingCallId", "lcw-incoming-call"), _defineProperty(_class3, "DeclineCallButtonId", "lcw-call-reject-button"), _defineProperty(_class3, "AudioCallButtonId", "lcw-call-accept-button"), _defineProperty(_class3, "VideoCallButtonId", "lcw-video-call-accept-button"), _defineProperty(_class3, "IncomingCallTitleId", "lcw-incoming-call-message"), _defineProperty(_class3, "DefaultIncomingCallPopupId", "lcw-incoming-call-popup"), _defineProperty(_class3, "IncomingCallLeftGroupId", "lcw-incoming-call-left-group"), _defineProperty(_class3, "IncomingCallMiddleGroupId", "lcw-incoming-call-middle-group"), _defineProperty(_class3, "IncomingCallRightGroupId", "lcw-incoming-call-right-group"), _defineProperty(_class3, "DefaultChatButtonId", "lcw-components-chat-button"), _defineProperty(_class3, "DefaultConfirmationPaneId", "lcw-components-confirmation-pane"), _defineProperty(_class3, "CustomFooterId", "lcw-footer"), _defineProperty(_class3, "DownloadTranscriptButtonId", "lcw-footer-download-transcript-button"), _defineProperty(_class3, "EmailTranscriptButtonId", "lcw-footer-email-transcript-button"), _defineProperty(_class3, "AudioNotificationButtonId", "lcw-footer-audio-notification-button"), _defineProperty(_class3, "DefaultFooterId", "lcw-components-footer"), _defineProperty(_class3, "FooterLeftGroupId", "lcw-footer-left-group"), _defineProperty(_class3, "FooterMiddleGroupId", "lcw-footer-middle-group"), _defineProperty(_class3, "FooterRightGroupId", "lcw-footer-right-group"), _defineProperty(_class3, "DefaultHeaderId", "lcw-header"), _defineProperty(_class3, "MinimizeButtonId", "lcw-header-minimize-button"), _defineProperty(_class3, "CloseButtonId", "lcw-header-close-button"), _defineProperty(_class3, "HeaderIconId", "lcw-header-icon"), _defineProperty(_class3, "HeaderTitleId", "lcw-header-title"), _defineProperty(_class3, "HeaderLeftGroupId", "lcw-header-left-group"), _defineProperty(_class3, "HeaderMiddleGroupId", "lcw-header-middle-group"), _defineProperty(_class3, "HeaderRightGroupId", "lcw-header-right-group"), _defineProperty(_class3, "DefaultInputValidationPaneId", "lcw-email-transcript-dialog-container"), _defineProperty(_class3, "DefaultInputValidationPaneInputId", "lcw-email-transcript-dialog-text-field"), _defineProperty(_class3, "DefaultLoadingPaneId", "lcw-loading-pane"), _defineProperty(_class3, "DefaultNotificationPaneId", "lcw-notification-pane"), _defineProperty(_class3, "DefaultOOOHPaneId", "lcw-out-of-office-hours-pane"), _defineProperty(_class3, "DefaultPostChatSurveyPaneId", "lcw-postchat-survey-pane"), _defineProperty(_class3, "DefaultPreChatSurveyPaneId", "lcw-prechat-survey-pane-default"), _defineProperty(_class3, "DefaultProactiveChatPaneId", "lcw-proactive-chat"), _defineProperty(_class3, "DefaultReconnectChatPaneId", "lcw-reconnect-chat-pane"), _class3);
46
46
  export const ButtonTypes = (_class4 = class ButtonTypes {}, _defineProperty(_class4, "Icon", "icon"), _defineProperty(_class4, "Text", "text"), _class4);
47
47
  export const IconNames = (_class5 = class IconNames {}, _defineProperty(_class5, "DeclineCall", "DeclineCall"), _defineProperty(_class5, "Microphone", "Microphone"), _defineProperty(_class5, "MicOff2", "MicOff2"), _defineProperty(_class5, "Video", "Video"), _defineProperty(_class5, "VideoOff", "VideoOff"), _defineProperty(_class5, "IncomingCall", "IncomingCall"), _defineProperty(_class5, "ChromeClose", "ChromeClose"), _defineProperty(_class5, "Download", "Download"), _defineProperty(_class5, "Mail", "Mail"), _defineProperty(_class5, "Volume3", "Volume3"), _defineProperty(_class5, "Volume0", "Volume0"), _defineProperty(_class5, "ChromeMinimize", "ChromeMinimize"), _class5);
48
- export const AriaLabels = (_class6 = class AriaLabels {}, _defineProperty(_class6, "EndCall", "End Call"), _defineProperty(_class6, "MicMute", "Mute"), _defineProperty(_class6, "MicUnmute", "Unmute"), _defineProperty(_class6, "VideoTurnCameraOn", "Turn camera on"), _defineProperty(_class6, "VideoTurnCameraOff", "Turn camera off"), _defineProperty(_class6, "IncomingCallArea", "Incoming call area"), _defineProperty(_class6, "RejectCall", "Reject call"), _defineProperty(_class6, "AcceptVoiceCall", "Accept voice call"), _defineProperty(_class6, "AcceptVideoCall", "Accept video Call"), _defineProperty(_class6, "DeclineCall", "Decline Call"), _defineProperty(_class6, "AudioCall", "Audio Call"), _defineProperty(_class6, "VideoCall", "Video Call"), _defineProperty(_class6, "LetsChatWeAreOnline", "Let's chat we are online"), _defineProperty(_class6, "UnreadMessageString", "you have new messages"), _defineProperty(_class6, "Close", "Close"), _defineProperty(_class6, "ConfirmationPaneConfirm", "Close Chat"), _defineProperty(_class6, "ConfirmationPaneCancel", "Cancel. Return to Chat"), _defineProperty(_class6, "DownloadChatTranscript", "Download chat transcript"), _defineProperty(_class6, "EmailTranscript", "Email Transcript"), _defineProperty(_class6, "TurnSoundOff", "Turn sound off"), _defineProperty(_class6, "TurnSoundOn", "Turn sound on"), _defineProperty(_class6, "Minimize", "Minimize"), _defineProperty(_class6, "EmailChatTranscriptPane", "Email Chat Transcript Pane"), _defineProperty(_class6, "InputValidationPaneInput", "Email this chat transcript. This will be sent after your chat ends. Email address text area"), _defineProperty(_class6, "Send", "Send"), _defineProperty(_class6, "Cancel", "Cancel"), _defineProperty(_class6, "ProactiveChatPane", "Proactive Chat Pane"), _defineProperty(_class6, "ChatNow", "Chat Now"), _defineProperty(_class6, "ReconnectChatPane", "Reconnect Chat Pane"), _defineProperty(_class6, "ReconnectChatPaneIcon", "Reconnect Chat Pane Icon"), _defineProperty(_class6, "ContinueConversation", "Continue conversation"), _defineProperty(_class6, "StartNewConversation", "Start new conversation"), _class6);
48
+ export const AriaLabels = (_class6 = class AriaLabels {}, _defineProperty(_class6, "EndCall", "End Call"), _defineProperty(_class6, "MicMute", "Mute"), _defineProperty(_class6, "MicUnmute", "Unmute"), _defineProperty(_class6, "VideoTurnCameraOn", "Turn camera on"), _defineProperty(_class6, "VideoTurnCameraOff", "Turn camera off"), _defineProperty(_class6, "IncomingCallArea", "Incoming call area"), _defineProperty(_class6, "RejectCall", "Reject call"), _defineProperty(_class6, "AcceptVoiceCall", "Accept voice call"), _defineProperty(_class6, "AcceptVideoCall", "Accept video Call"), _defineProperty(_class6, "DeclineCall", "Decline Call"), _defineProperty(_class6, "AudioCall", "Audio Call"), _defineProperty(_class6, "VideoCall", "Video Call"), _defineProperty(_class6, "LetsChatWeAreOnline", "Let's chat we are online"), _defineProperty(_class6, "UnreadMessageString", "you have new messages"), _defineProperty(_class6, "Close", "Close"), _defineProperty(_class6, "ConfirmationPaneConfirm", "Close Chat"), _defineProperty(_class6, "ConfirmationPaneCancel", "Cancel. Return to Chat"), _defineProperty(_class6, "DownloadChatTranscript", "Download chat transcript"), _defineProperty(_class6, "EmailTranscript", "Email Transcript"), _defineProperty(_class6, "TurnSoundOff", "Turn sound off"), _defineProperty(_class6, "TurnSoundOn", "Turn sound on"), _defineProperty(_class6, "Minimize", "Minimize"), _defineProperty(_class6, "EmailChatTranscriptPane", "Email Chat Transcript Pane"), _defineProperty(_class6, "InputValidationPaneInput", "Please provide e-mail address to send transcript. The transcript will be sent after the chat ends. Email address text area"), _defineProperty(_class6, "Save", "Save"), _defineProperty(_class6, "Cancel", "Cancel"), _defineProperty(_class6, "ProactiveChatPane", "Proactive Chat Pane"), _defineProperty(_class6, "ChatNow", "Chat Now"), _defineProperty(_class6, "ReconnectChatPane", "Reconnect Chat Pane"), _defineProperty(_class6, "ReconnectChatPaneIcon", "Reconnect Chat Pane Icon"), _defineProperty(_class6, "ContinueConversation", "Continue conversation"), _defineProperty(_class6, "StartNewConversation", "Start new conversation"), _class6);
49
49
  export const EventNames = (_class7 = class EventNames {}, _defineProperty(_class7, "OnClick", "OnClick"), _defineProperty(_class7, "OnEscapeKeyDown", "OnEscapeKeyDown"), _defineProperty(_class7, "IncomingCallEnded", "IncomingCallEnded"), _class7);
50
- export const Texts = (_class8 = class Texts {}, _defineProperty(_class8, "IncomingCallTitle", "Incoming Call"), _defineProperty(_class8, "ChatButtonTitle", "Let's Chat!"), _defineProperty(_class8, "ChatButtonSubtitle", "We're online."), _defineProperty(_class8, "ChatButtonUnreadMessageString", "new messages"), _defineProperty(_class8, "ChatButtonLargeUnreadMessageString", "99+"), _defineProperty(_class8, "CloseButtonText", "Close"), _defineProperty(_class8, "ConfirmationPaneTitle", "Close chat"), _defineProperty(_class8, "ConfirmationPaneSubtitle", "Do you really want to close this chat?"), _defineProperty(_class8, "ConfirmButtonText", "Close"), _defineProperty(_class8, "EmailPlaceHolderText", "johnsmith@outlook.com"), _defineProperty(_class8, "CancelButtonText", "Cancel"), _defineProperty(_class8, "DownloadChatTranscriptText", "Download chat transcript"), _defineProperty(_class8, "EmailTranscriptText", "Email Transcript"), _defineProperty(_class8, "HeaderIcon", "Chat Icon"), _defineProperty(_class8, "HeaderTitle", "Let's Chat"), _defineProperty(_class8, "MinimizeText", "Minimize"), _defineProperty(_class8, "InputValidationPaneTitleText", "Email this chat transcript"), _defineProperty(_class8, "InputValidationPaneSubtitleText", "This will be sent after your chat ends."), _defineProperty(_class8, "InvalidInputErrorMessageText", "Enter a valid email address."), _defineProperty(_class8, "SendButtonText", "Send"), _defineProperty(_class8, "LoadingPaneTitleText", "Welcome to"), _defineProperty(_class8, "LoadingPaneSubtitleText", "live chat support ..."), _defineProperty(_class8, "LoadingPaneSpinnerText", "Loading ..."), _defineProperty(_class8, "OOOHPaneTitleText", "Thanks for contacting us. You have reached us outside of our operating hours. An agent will respond when we open."), _defineProperty(_class8, "PostChatSurveyPaneTitleText", "Post chat survey pane"), _defineProperty(_class8, "ProactiveChatPaneTitleText", "Welcome to"), _defineProperty(_class8, "ProactiveChatPaneSubtitleText", "Live chat support!"), _defineProperty(_class8, "ProactiveChatPaneBodyTitleText", "Hi! Have any questions? I am here to help."), _defineProperty(_class8, "ProactiveChatPaneStartButtonText", "Chat Now"), _defineProperty(_class8, "ReconnectChatPaneTitleText", "Previous session detected"), _defineProperty(_class8, "ReconnectChatPaneSubtitleText", "We have detected a previous chat session. Would you like to continue with your previous session?"), _defineProperty(_class8, "ReconnectChatPaneContinueChatButtonText", "Continue conversation"), _defineProperty(_class8, "ReconnectChatPaneStartNewChatButtonText", "Start new conversation"), _class8);
50
+ export const Texts = (_class8 = class Texts {}, _defineProperty(_class8, "IncomingCallTitle", "Incoming Call"), _defineProperty(_class8, "ChatButtonTitle", "Let's Chat!"), _defineProperty(_class8, "ChatButtonSubtitle", "We're online."), _defineProperty(_class8, "ChatButtonUnreadMessageString", "new messages"), _defineProperty(_class8, "ChatButtonLargeUnreadMessageString", "99+"), _defineProperty(_class8, "CloseButtonText", "Close"), _defineProperty(_class8, "ConfirmationPaneTitle", "Close chat"), _defineProperty(_class8, "ConfirmationPaneSubtitle", "Do you really want to close this chat?"), _defineProperty(_class8, "ConfirmButtonText", "Close"), _defineProperty(_class8, "EmailPlaceHolderText", "johnsmith@outlook.com"), _defineProperty(_class8, "CancelButtonText", "Cancel"), _defineProperty(_class8, "DownloadChatTranscriptText", "Download chat transcript"), _defineProperty(_class8, "EmailTranscriptText", "Email Transcript"), _defineProperty(_class8, "HeaderIcon", "Chat Icon"), _defineProperty(_class8, "HeaderTitle", "Let's Chat"), _defineProperty(_class8, "MinimizeText", "Minimize"), _defineProperty(_class8, "InputValidationPaneTitleText", "Please provide e-mail address to send transcript."), _defineProperty(_class8, "InputValidationPaneSubtitleText", "The transcript will be sent after the chat ends."), _defineProperty(_class8, "InvalidInputErrorMessageText", "Enter a valid email address."), _defineProperty(_class8, "SendButtonText", "Send"), _defineProperty(_class8, "SaveButtonText", "Save"), _defineProperty(_class8, "LoadingPaneTitleText", "Welcome to"), _defineProperty(_class8, "LoadingPaneSubtitleText", "live chat support ..."), _defineProperty(_class8, "LoadingPaneSpinnerText", "Loading ..."), _defineProperty(_class8, "OOOHPaneTitleText", "Thanks for contacting us. You have reached us outside of our operating hours. An agent will respond when we open."), _defineProperty(_class8, "PostChatSurveyPaneTitleText", "Post chat survey pane"), _defineProperty(_class8, "ProactiveChatPaneTitleText", "Welcome to"), _defineProperty(_class8, "ProactiveChatPaneSubtitleText", "Live chat support!"), _defineProperty(_class8, "ProactiveChatPaneBodyTitleText", "Hi! Have any questions? I am here to help."), _defineProperty(_class8, "ProactiveChatPaneStartButtonText", "Chat Now"), _defineProperty(_class8, "ReconnectChatPaneTitleText", "Previous session detected"), _defineProperty(_class8, "ReconnectChatPaneSubtitleText", "We have detected a previous chat session. Would you like to continue with your previous session?"), _defineProperty(_class8, "ReconnectChatPaneContinueChatButtonText", "Continue conversation"), _defineProperty(_class8, "ReconnectChatPaneStartNewChatButtonText", "Start new conversation"), _class8);
@@ -63,11 +63,11 @@ function CommandButton(props) {
63
63
  disabled: props.disabled,
64
64
  className: props.className,
65
65
  styles: buttonStyles,
66
- title: props.hideButtonTitle ? undefined : props.ariaLabel
66
+ title: props.ariaLabel
67
67
  }), props.type === ButtonTypes.Icon && /*#__PURE__*/React.createElement(IconButton, {
68
68
  id: props.id,
69
69
  iconProps: iconProp,
70
- title: props.hideButtonTitle ? undefined : props.ariaLabel,
70
+ title: props.ariaLabel,
71
71
  ariaLabel: props.ariaLabel,
72
72
  disabled: props.disabled,
73
73
  styles: buttonStyles,
@@ -23,8 +23,7 @@ function CloseButton(props) {
23
23
  onClick: props.onClick,
24
24
  ariaLabel: props.ariaLabel ?? AriaLabels.Close,
25
25
  className: props.className,
26
- customEvent: customEvent,
27
- hideButtonTitle: props.hideButtonTitle
26
+ customEvent: customEvent
28
27
  });
29
28
  }
30
29
 
@@ -29,8 +29,7 @@ export const customFooterControlProps = {
29
29
  imageIconProps: {
30
30
  src: TranscriptDownloadIconBase64
31
31
  },
32
- ariaLabel: AriaLabels.DownloadChatTranscript,
33
- hideButtonTitle: true
32
+ ariaLabel: AriaLabels.DownloadChatTranscript
34
33
  },
35
34
  emailTranscriptButtonProps: {
36
35
  id: Ids.EmailTranscriptButtonId,
@@ -38,8 +37,7 @@ export const customFooterControlProps = {
38
37
  imageIconProps: {
39
38
  src: TranscriptEmailIconBase64
40
39
  },
41
- ariaLabel: AriaLabels.EmailTranscript,
42
- hideButtonTitle: true
40
+ ariaLabel: AriaLabels.EmailTranscript
43
41
  },
44
42
  audioNotificationButtonProps: {
45
43
  id: Ids.AudioNotificationButtonId,
@@ -50,7 +48,6 @@ export const customFooterControlProps = {
50
48
  },
51
49
  imageToggleIconProps: {
52
50
  src: AudioNotificationOffIconBase64
53
- },
54
- hideButtonTitle: true
51
+ }
55
52
  }
56
53
  };
@@ -26,15 +26,13 @@ export const defaultFooterControlProps = {
26
26
  id: Ids.DownloadTranscriptButtonId,
27
27
  type: ButtonTypes.Icon,
28
28
  iconName: IconNames.Download,
29
- ariaLabel: AriaLabels.DownloadChatTranscript,
30
- hideButtonTitle: true
29
+ ariaLabel: AriaLabels.DownloadChatTranscript
31
30
  },
32
31
  emailTranscriptButtonProps: {
33
32
  id: Ids.EmailTranscriptButtonId,
34
33
  type: ButtonTypes.Icon,
35
34
  iconName: IconNames.Mail,
36
- ariaLabel: AriaLabels.EmailTranscript,
37
- hideButtonTitle: true
35
+ ariaLabel: AriaLabels.EmailTranscript
38
36
  },
39
37
  audioNotificationButtonProps: {
40
38
  id: Ids.AudioNotificationButtonId,
@@ -42,7 +40,6 @@ export const defaultFooterControlProps = {
42
40
  ariaLabel: AriaLabels.TurnSoundOff,
43
41
  toggleAriaLabel: AriaLabels.TurnSoundOn,
44
42
  iconName: IconNames.Volume3,
45
- toggleIconName: IconNames.Volume0,
46
- hideButtonTitle: true
43
+ toggleIconName: IconNames.Volume0
47
44
  }
48
45
  };
@@ -72,7 +72,7 @@ function AudioNotificationButton(props) {
72
72
  disabled: disabled,
73
73
  styles: iconButtonStyles,
74
74
  className: props.className,
75
- title: undefined,
75
+ title: muted ? props.toggleAriaLabel ?? AriaLabels.TurnSoundOn : props.ariaLabel ?? AriaLabels.TurnSoundOff,
76
76
  ariaLabel: muted ? props.toggleAriaLabel ?? AriaLabels.TurnSoundOn : props.ariaLabel ?? AriaLabels.TurnSoundOff
77
77
  });
78
78
  }
@@ -22,8 +22,7 @@ function DownloadTranscriptButton(props) {
22
22
  onClick: props.onClick,
23
23
  ariaLabel: props.ariaLabel ?? AriaLabels.DownloadChatTranscript,
24
24
  className: props.className,
25
- customEvent: customEvent,
26
- hideButtonTitle: props.hideButtonTitle
25
+ customEvent: customEvent
27
26
  });
28
27
  }
29
28
 
@@ -22,8 +22,7 @@ function EmailTranscriptButton(props) {
22
22
  onClick: props.onClick,
23
23
  ariaLabel: props.ariaLabel ?? AriaLabels.EmailTranscript,
24
24
  className: props.className,
25
- customEvent: customEvent,
26
- hideButtonTitle: props.hideButtonTitle
25
+ customEvent: customEvent
27
26
  });
28
27
  }
29
28
 
@@ -32,8 +32,7 @@ export const customHeaderControlProps = {
32
32
  width: "16px"
33
33
  }
34
34
  }
35
- },
36
- hideButtonTitle: true
35
+ }
37
36
  },
38
37
  closeButtonProps: {
39
38
  id: "oc-lcw-header-closebutton",
@@ -46,8 +45,7 @@ export const customHeaderControlProps = {
46
45
  width: "16px"
47
46
  }
48
47
  }
49
- },
50
- hideButtonTitle: true
48
+ }
51
49
  },
52
50
  headerIconProps: {
53
51
  id: Ids.HeaderIconId,
@@ -24,14 +24,12 @@ export const defaultHeaderControlProps = {
24
24
  minimizeButtonProps: {
25
25
  id: Ids.MinimizeButtonId,
26
26
  type: ButtonTypes.Icon,
27
- iconName: IconNames.ChromeMinimize,
28
- hideButtonTitle: true
27
+ iconName: IconNames.ChromeMinimize
29
28
  },
30
29
  closeButtonProps: {
31
30
  id: Ids.CloseButtonId,
32
31
  type: ButtonTypes.Icon,
33
- iconName: IconNames.ChromeClose,
34
- hideButtonTitle: true
32
+ iconName: IconNames.ChromeClose
35
33
  },
36
34
  headerIconProps: {
37
35
  id: Ids.HeaderIconId,
@@ -23,8 +23,7 @@ function MinimizeButton(props) {
23
23
  onClick: props.onClick,
24
24
  ariaLabel: props.ariaLabel ?? AriaLabels.Minimize,
25
25
  className: props.className,
26
- customEvent: customEvent,
27
- hideButtonTitle: props.hideButtonTitle
26
+ customEvent: customEvent
28
27
  });
29
28
  }
30
29
 
@@ -18,8 +18,8 @@ export const defaultInputValidationPaneControlProps = {
18
18
  isButtonGroupHorizontal: true,
19
19
  hideSendButton: false,
20
20
  enableSendButton: false,
21
- sendButtonText: Texts.SendButtonText,
22
- sendButtonAriaLabel: AriaLabels.Send,
21
+ sendButtonText: Texts.SaveButtonText,
22
+ sendButtonAriaLabel: AriaLabels.Save,
23
23
  hideCancelButton: false,
24
24
  cancelButtonText: Texts.CancelButtonText,
25
25
  cancelButtonAriaLabel: AriaLabels.Cancel,
@@ -18,7 +18,6 @@ export const presetTwoInputValidationPaneControlProps = {
18
18
  hideSendButton: false,
19
19
  enableSendButton: true,
20
20
  sendButtonText: Texts.SendButtonText,
21
- sendButtonAriaLabel: AriaLabels.Send,
22
21
  hideCancelButton: false,
23
22
  cancelButtonText: Texts.CancelButtonText,
24
23
  cancelButtonAriaLabel: AriaLabels.Cancel,
@@ -140,8 +140,8 @@ export declare const AriaLabels: {
140
140
  readonly TurnSoundOn: "Turn sound on";
141
141
  readonly Minimize: "Minimize";
142
142
  readonly EmailChatTranscriptPane: "Email Chat Transcript Pane";
143
- readonly InputValidationPaneInput: "Email this chat transcript. This will be sent after your chat ends. Email address text area";
144
- readonly Send: "Send";
143
+ readonly InputValidationPaneInput: "Please provide e-mail address to send transcript. The transcript will be sent after the chat ends. Email address text area";
144
+ readonly Save: "Save";
145
145
  readonly Cancel: "Cancel";
146
146
  readonly ProactiveChatPane: "Proactive Chat Pane";
147
147
  readonly ChatNow: "Chat Now";
@@ -174,10 +174,11 @@ export declare const Texts: {
174
174
  readonly HeaderIcon: "Chat Icon";
175
175
  readonly HeaderTitle: "Let's Chat";
176
176
  readonly MinimizeText: "Minimize";
177
- readonly InputValidationPaneTitleText: "Email this chat transcript";
178
- readonly InputValidationPaneSubtitleText: "This will be sent after your chat ends.";
177
+ readonly InputValidationPaneTitleText: "Please provide e-mail address to send transcript.";
178
+ readonly InputValidationPaneSubtitleText: "The transcript will be sent after the chat ends.";
179
179
  readonly InvalidInputErrorMessageText: "Enter a valid email address.";
180
180
  readonly SendButtonText: "Send";
181
+ readonly SaveButtonText: "Save";
181
182
  readonly LoadingPaneTitleText: "Welcome to";
182
183
  readonly LoadingPaneSubtitleText: "live chat support ...";
183
184
  readonly LoadingPaneSpinnerText: "Loading ...";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-components",
3
- "version": "1.0.8-main.8ab6082",
3
+ "version": "1.0.9-main.3e45b7c",
4
4
  "description": "Microsoft Omnichannel Chat Components",
5
5
  "main": "lib/cjs/index.js",
6
6
  "types": "lib/types/index.d.ts",