@azure/communication-react 1.6.1-alpha-202306300014 → 1.7.0-alpha-202307050016
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 +15 -1
- package/dist/dist-cjs/communication-react/index.js +45 -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/TextFieldWithMention/TextFieldWithMention.js +6 -3
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/TextFieldWithMention.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-composites/src/composites/CallComposite/components/MediaGallery.js +10 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- 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
|
*
|