@azure/communication-react 1.23.0-alpha-202501160016 → 1.23.0-alpha-202501170016
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/communication-react.d.ts +4 -0
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-R5C_P0J9.js → ChatMessageComponentAsRichTextEditBox-Bs70B1Sm.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-R5C_P0J9.js.map → ChatMessageComponentAsRichTextEditBox-Bs70B1Sm.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-D0KlP9qO.js → RichTextSendBoxWrapper-CxNd16vB.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-D0KlP9qO.js.map → RichTextSendBoxWrapper-CxNd16vB.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-iq0jAnxX.js → index-DwZL8eqF.js} +30 -11
- package/dist/dist-cjs/communication-react/{index-iq0jAnxX.js.map → index-DwZL8eqF.js.map} +1 -1
- package/dist/dist-cjs/communication-react/index.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js +10 -2
- package/dist/dist-esm/calling-stateful-client/src/CapabilitiesSubscriber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +13 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +3 -1
- package/package.json +1 -1
@@ -318,7 +318,9 @@
|
|
318
318
|
"resendMessage": "Try sending again",
|
319
319
|
"failToSendTag": "Failed to send",
|
320
320
|
"editedTag": "Edited",
|
321
|
-
"liveAuthorIntro": "{author}
|
321
|
+
"liveAuthorIntro": "Message from {author}",
|
322
|
+
"editedMessageLiveAuthorIntro": "Edited message from {author}",
|
323
|
+
"editedMessageLocalUserLiveAuthorIntro": "Edited message",
|
322
324
|
"messageContentAriaText": "{status} {author} said {message}",
|
323
325
|
"messageContentMineAriaText": "{status} You said {message}",
|
324
326
|
"editBoxTextLimit": "Your message is over the limit of {limitNumber} characters",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
|
-
"version": "1.23.0-alpha-
|
3
|
+
"version": "1.23.0-alpha-202501170016",
|
4
4
|
"sideEffects": false,
|
5
5
|
"description": "React library for building modern communication user experiences utilizing Azure Communication Services",
|
6
6
|
"keywords": [
|