@azure/communication-react 1.6.1-alpha-202306290015 → 1.6.1-alpha-202307010018
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 +17 -1
- package/dist/dist-cjs/communication-react/index.js +38 -13
- package/dist/dist-cjs/communication-react/index.js.map +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/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +2 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/DevicesButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MentionPopover.js +4 -2
- package/dist/dist-esm/react-components/src/components/MentionPopover.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +331 -0
- package/dist/dist-esm/react-components/src/localization/locales/index.d.ts +7 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js +8 -1
- package/dist/dist-esm/react-components/src/localization/locales/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +2 -1
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +208 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.d.ts +6 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js +11 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/index.js.map +1 -1
- package/package.json +8 -8
@@ -4266,7 +4266,14 @@ export declare type CommunicationParticipant = {
|
|
4266
4266
|
export declare const COMPONENT_LOCALE_AR_SA: ComponentLocale;
|
4267
4267
|
|
4268
4268
|
/**
|
4269
|
-
* Locale for
|
4269
|
+
* Locale for Czech (Czech Republic).
|
4270
|
+
*
|
4271
|
+
* @public
|
4272
|
+
*/
|
4273
|
+
export declare const COMPONENT_LOCALE_CS_CZ: ComponentLocale;
|
4274
|
+
|
4275
|
+
/**
|
4276
|
+
* Locale for German (Germany).
|
4270
4277
|
*
|
4271
4278
|
* @public
|
4272
4279
|
*/
|
@@ -4524,6 +4531,13 @@ export declare interface ComponentStrings {
|
|
4524
4531
|
*/
|
4525
4532
|
export declare const COMPOSITE_LOCALE_AR_SA: CompositeLocale;
|
4526
4533
|
|
4534
|
+
/**
|
4535
|
+
* Locale for Czech (Czech Republic)
|
4536
|
+
*
|
4537
|
+
* @public
|
4538
|
+
*/
|
4539
|
+
export declare const COMPOSITE_LOCALE_CS_CZ: CompositeLocale;
|
4540
|
+
|
4527
4541
|
/**
|
4528
4542
|
* Locale for German (Germany)
|
4529
4543
|
*
|
@@ -5296,6 +5310,7 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5296
5310
|
ChangeSpokenLanguageIcon: JSX.Element;
|
5297
5311
|
ContextMenuCameraIcon: JSX.Element;
|
5298
5312
|
ContextMenuMicIcon: JSX.Element;
|
5313
|
+
ContextMenuSpeakerIcon: JSX.Element;
|
5299
5314
|
};
|
5300
5315
|
|
5301
5316
|
/**
|
@@ -5414,6 +5429,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5414
5429
|
ChangeSpokenLanguageIcon: JSX.Element;
|
5415
5430
|
ContextMenuCameraIcon: JSX.Element;
|
5416
5431
|
ContextMenuMicIcon: JSX.Element;
|
5432
|
+
ContextMenuSpeakerIcon: JSX.Element;
|
5417
5433
|
};
|
5418
5434
|
|
5419
5435
|
/**
|