@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.
@@ -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 German (Germany).
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
  *