@azure/communication-react 1.17.0-alpha-202405240014 → 1.17.0-alpha-202405250013

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 (82) hide show
  1. package/dist/communication-react.d.ts +293 -1
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CeKa8qDu.js → ChatMessageComponentAsRichTextEditBox-D6ea1yzU.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CeKa8qDu.js.map → ChatMessageComponentAsRichTextEditBox-D6ea1yzU.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-xx9t_FzT.js → RichTextSendBoxWrapper-TueLs8OS.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-xx9t_FzT.js.map → RichTextSendBoxWrapper-TueLs8OS.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-qGuuq6Hb.js → index-Bj8WXYGE.js} +241 -37
  7. package/dist/dist-cjs/communication-react/index-Bj8WXYGE.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +3 -1
  9. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  11. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  12. package/dist/dist-esm/communication-react/src/index.d.ts +4 -1
  13. package/dist/dist-esm/communication-react/src/index.js +2 -0
  14. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  15. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +1 -0
  16. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  17. package/dist/dist-esm/react-components/src/components/NotificationBar.d.ts +65 -0
  18. package/dist/dist-esm/react-components/src/components/NotificationBar.js +38 -0
  19. package/dist/dist-esm/react-components/src/components/NotificationBar.js.map +1 -0
  20. package/dist/dist-esm/react-components/src/components/Notifications.d.ts +215 -0
  21. package/dist/dist-esm/react-components/src/components/Notifications.js +48 -0
  22. package/dist/dist-esm/react-components/src/components/Notifications.js.map +1 -0
  23. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +2 -0
  24. package/dist/dist-esm/react-components/src/components/VideoGallery.js +3 -3
  25. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  26. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +6 -1
  27. package/dist/dist-esm/react-components/src/components/VideoTile.js +3 -1
  28. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  29. package/dist/dist-esm/react-components/src/components/index.d.ts +3 -2
  30. package/dist/dist-esm/react-components/src/components/index.js +4 -0
  31. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/styles/NotificationBar.styles.d.ts +22 -0
  33. package/dist/dist-esm/react-components/src/components/styles/NotificationBar.styles.js +56 -0
  34. package/dist/dist-esm/react-components/src/components/styles/NotificationBar.styles.js.map +1 -0
  35. package/dist/dist-esm/react-components/src/components/utils.d.ts +13 -0
  36. package/dist/dist-esm/react-components/src/components/utils.js +29 -0
  37. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  38. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +3 -0
  39. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  40. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js +3 -1
  41. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/ComponentLocale.js.map +1 -1
  42. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js +3 -1
  43. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/ComponentLocale.js.map +1 -1
  44. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js +3 -1
  45. package/dist/dist-esm/react-components/src/localization/locales/de-DE/ComponentLocale.js.map +1 -1
  46. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js +3 -1
  47. package/dist/dist-esm/react-components/src/localization/locales/en-GB/ComponentLocale.js.map +1 -1
  48. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +157 -1
  49. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js +3 -1
  50. package/dist/dist-esm/react-components/src/localization/locales/es-ES/ComponentLocale.js.map +1 -1
  51. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js +3 -1
  52. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/ComponentLocale.js.map +1 -1
  53. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js +3 -1
  54. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/ComponentLocale.js.map +1 -1
  55. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js +3 -1
  56. package/dist/dist-esm/react-components/src/localization/locales/he-IL/ComponentLocale.js.map +1 -1
  57. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js +3 -1
  58. package/dist/dist-esm/react-components/src/localization/locales/it-IT/ComponentLocale.js.map +1 -1
  59. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js +3 -1
  60. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/ComponentLocale.js.map +1 -1
  61. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js +3 -1
  62. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/ComponentLocale.js.map +1 -1
  63. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js +3 -1
  64. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/ComponentLocale.js.map +1 -1
  65. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js +3 -1
  66. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/ComponentLocale.js.map +1 -1
  67. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js +3 -1
  68. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/ComponentLocale.js.map +1 -1
  69. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js +3 -1
  70. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/ComponentLocale.js.map +1 -1
  71. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js +3 -1
  72. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/ComponentLocale.js.map +1 -1
  73. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js +3 -1
  74. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/ComponentLocale.js.map +1 -1
  75. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js +3 -1
  76. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/ComponentLocale.js.map +1 -1
  77. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js +3 -1
  78. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/ComponentLocale.js.map +1 -1
  79. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js +3 -1
  80. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/ComponentLocale.js.map +1 -1
  81. package/package.json +2 -2
  82. package/dist/dist-cjs/communication-react/index-qGuuq6Hb.js.map +0 -1
@@ -259,12 +259,167 @@
259
259
  "unableToStartVideoEffect": "Unable to apply video effect.",
260
260
  "startSpotlightWhileMaxParticipantsAreSpotlighted": "Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted."
261
261
  },
262
+ "notifications": {
263
+ "unableToReachChatService": {
264
+ "title": "You are offline.",
265
+ "closeButtonAriaLabel": "Close"
266
+ },
267
+ "accessDenied": {
268
+ "title": "Unable to access chat services",
269
+ "message": "Please check the user credentials provided",
270
+ "closeButtonAriaLabel": "Close"
271
+ },
272
+ "userNotInChatThread": {
273
+ "title": "You are no longer in this chat thread.",
274
+ "closeButtonAriaLabel": "Close"
275
+ },
276
+ "sendMessageNotInChatThread": {
277
+ "title": "Failed to send message",
278
+ "message": "You are no longer in this chat thread",
279
+ "closeButtonAriaLabel": "Close"
280
+ },
281
+ "sendMessageGeneric": {
282
+ "title": "Failed to send message.",
283
+ "closeButtonAriaLabel": "Close"
284
+ },
285
+ "callingNetworkFailure": {
286
+ "title": "Troubling connecting call",
287
+ "message": "You seem to be offline. Please check your network connection and try again.",
288
+ "closeButtonAriaLabel": "Close"
289
+ },
290
+ "startVideoGeneric": {
291
+ "title": "Failed to start video.",
292
+ "closeButtonAriaLabel": "Close"
293
+ },
294
+ "stopVideoGeneric": {
295
+ "title": "Failed to stop video.",
296
+ "closeButtonAriaLabel": "Close"
297
+ },
298
+ "muteGeneric": {
299
+ "title": "Failed to mute microphone.",
300
+ "closeButtonAriaLabel": "Close"
301
+ },
302
+ "unmuteGeneric": {
303
+ "title": "Failed to unmute microphone.",
304
+ "closeButtonAriaLabel": "Close"
305
+ },
306
+ "speakingWhileMuted": {
307
+ "title": "You're muted.",
308
+ "closeButtonAriaLabel": "Close"
309
+ },
310
+ "startScreenShareGeneric": {
311
+ "title": "There was an issue starting screen share.",
312
+ "closeButtonAriaLabel": "Close"
313
+ },
314
+ "stopScreenShareGeneric": {
315
+ "title": "Failed to stop screen sharing.",
316
+ "closeButtonAriaLabel": "Close"
317
+ },
318
+ "callNetworkQualityLow": {
319
+ "title": "Network quality is low.",
320
+ "closeButtonAriaLabel": "Close"
321
+ },
322
+ "callNoSpeakerFound": {
323
+ "title": "No speakers or headphones found",
324
+ "message": "Connect an audio device to hear the call.",
325
+ "closeButtonAriaLabel": "Close"
326
+ },
327
+ "callNoMicrophoneFound": {
328
+ "title": "No microphones found",
329
+ "message": "Connect an audio input device.",
330
+ "closeButtonAriaLabel": "Close"
331
+ },
332
+ "callMicrophoneAccessDenied": {
333
+ "title": "Unable to access microphone",
334
+ "message": "Click the lock in the address bar to grant permission to this webpage.",
335
+ "closeButtonAriaLabel": "Close"
336
+ },
337
+ "callMicrophoneAccessDeniedSafari": {
338
+ "title": "Unable to access microphone",
339
+ "message": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
340
+ "closeButtonAriaLabel": "Close"
341
+ },
342
+ "callMicrophoneMutedBySystem": {
343
+ "title": "You are muted by your system.",
344
+ "closeButtonAriaLabel": "Close"
345
+ },
346
+ "callMicrophoneUnmutedBySystem": {
347
+ "title": "Your microphone recovered and you were unmuted by your system.",
348
+ "closeButtonAriaLabel": "Close"
349
+ },
350
+ "callMacOsMicrophoneAccessDenied": {
351
+ "title": "Unable to access microphone",
352
+ "message": "Grant microphone permission in your macOS privacy settings.",
353
+ "closeButtonAriaLabel": "Close"
354
+ },
355
+ "callLocalVideoFreeze": {
356
+ "title": "Network bandwidth is poor",
357
+ "message": "Your video may appear paused for others on the call.",
358
+ "closeButtonAriaLabel": "Close"
359
+ },
360
+ "callCameraAccessDenied": {
361
+ "title": "Unable to access camera",
362
+ "message": "Click the lock in the address bar to grant permission to this webpage.",
363
+ "closeButtonAriaLabel": "Close"
364
+ },
365
+ "callCameraAccessDeniedSafari": {
366
+ "title": "Unable to access camera",
367
+ "message": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
368
+ "closeButtonAriaLabel": "Close"
369
+ },
370
+ "callCameraAlreadyInUse": {
371
+ "title": "Unable to access camera",
372
+ "message": "It may already be in use by another application.",
373
+ "closeButtonAriaLabel": "Close"
374
+ },
375
+ "callVideoStoppedBySystem": {
376
+ "title": "Your video has been stopped by your system.",
377
+ "closeButtonAriaLabel": "Close"
378
+ },
379
+ "callVideoRecoveredBySystem": {
380
+ "title": "Your video has resumed.",
381
+ "closeButtonAriaLabel": "Close"
382
+ },
383
+ "callMacOsCameraAccessDenied": {
384
+ "title": "MacOS is blocking access to your camera",
385
+ "message": "Update your privacy settings to allow this browser to access your camera.",
386
+ "closeButtonAriaLabel": "Close"
387
+ },
388
+ "callMacOsScreenShareAccessDenied": {
389
+ "title": "MacOS is blocking screen sharing",
390
+ "message": "Update your privacy settings to allow this browser to record your screen.",
391
+ "closeButtonAriaLabel": "Close"
392
+ },
393
+ "failedToJoinCallGeneric": {
394
+ "title": "Failed to join call.",
395
+ "closeButtonAriaLabel": "Close"
396
+ },
397
+ "failedToJoinCallInvalidMeetingLink": {
398
+ "title": "Unable to join Meeting. Invalid Link.",
399
+ "closeButtonAriaLabel": "Close"
400
+ },
401
+ "cameraFrozenForRemoteParticipants": {
402
+ "title": "Users in the call are having issues seeing your video",
403
+ "message": "Please check your devices and network.",
404
+ "closeButtonAriaLabel": "Close"
405
+ },
406
+ "unableToStartVideoEffect": {
407
+ "title": "Unable to apply video effect.",
408
+ "closeButtonAriaLabel": "Close"
409
+ },
410
+ "startSpotlightWhileMaxParticipantsAreSpotlighted": {
411
+ "title": "Cannot start spotlight on participant(s)",
412
+ "message": "The maximum number of participants are already spotlighted.",
413
+ "closeButtonAriaLabel": "Close"
414
+ }
415
+ },
262
416
  "videoGallery": {
263
417
  "screenIsBeingSharedMessage": "You are sharing your screen",
264
418
  "screenShareLoadingMessage": "Loading {participant}'s screen",
265
419
  "localVideoLabel": "You",
266
420
  "localVideoCameraSwitcherLabel": "Switch camera",
267
421
  "localVideoMovementLabel": "Movable Local Video Tile",
422
+ "localVideoMovementAriaLabel": "Movable Local Video Tile",
268
423
  "localVideoSelectedDescription": "{cameraName} selected",
269
424
  "displayNamePlaceholder": "Unnamed participant",
270
425
  "fitRemoteParticipantToFrame": "Fit to frame",
@@ -295,7 +450,8 @@
295
450
  },
296
451
  "videoTile": {
297
452
  "participantStateRinging": "Calling...",
298
- "participantStateHold": "On hold"
453
+ "participantStateHold": "On hold",
454
+ "moreOptionsButtonAriaLabel": "More Options"
299
455
  },
300
456
  "CameraAndMicrophoneSitePermissionsRequest": {
301
457
  "primaryText": "Allow {appName} to use your camera and microphone",
@@ -7,5 +7,7 @@ import es_ES from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_ES_ES = { strings: createComponentStrings(es_ES) };
10
+ export const COMPONENT_LOCALE_ES_ES = {
11
+ strings: createComponentStrings(es_ES)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/es-ES/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport es_ES from './strings.json';\n\n/**\n * Locale for Spanish (Spain).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_ES_ES: ComponentLocale = { strings: createComponentStrings(es_ES) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/es-ES/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport es_ES from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Spanish (Spain).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_ES_ES: ComponentLocale = {\n strings: createComponentStrings(es_ES as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import fi_FI from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_FI_FI = { strings: createComponentStrings(fi_FI) };
10
+ export const COMPONENT_LOCALE_FI_FI = {
11
+ strings: createComponentStrings(fi_FI)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/fi-FI/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport fi_FI from './strings.json';\n\n/**\n * Locale for Finnish (Finland).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_FI_FI: ComponentLocale = { strings: createComponentStrings(fi_FI) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/fi-FI/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport fi_FI from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Finnish (Finland).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_FI_FI: ComponentLocale = {\n strings: createComponentStrings(fi_FI as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import fr_FR from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_FR_FR = { strings: createComponentStrings(fr_FR) };
10
+ export const COMPONENT_LOCALE_FR_FR = {
11
+ strings: createComponentStrings(fr_FR)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/fr-FR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport fr_FR from './strings.json';\n\n/**\n * Locale for French (France).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_FR_FR: ComponentLocale = { strings: createComponentStrings(fr_FR) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/fr-FR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport fr_FR from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for French (France).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_FR_FR: ComponentLocale = {\n strings: createComponentStrings(fr_FR as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import he_IL from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_HE_IL = { strings: createComponentStrings(he_IL) };
10
+ export const COMPONENT_LOCALE_HE_IL = {
11
+ strings: createComponentStrings(he_IL)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/he-IL/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport he_IL from './strings.json';\n\n/**\n * Locale for Hebrew (Israel).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_HE_IL: ComponentLocale = { strings: createComponentStrings(he_IL) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/he-IL/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport he_IL from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Hebrew (Israel).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_HE_IL: ComponentLocale = {\n strings: createComponentStrings(he_IL as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import it_IT from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_IT_IT = { strings: createComponentStrings(it_IT) };
10
+ export const COMPONENT_LOCALE_IT_IT = {
11
+ strings: createComponentStrings(it_IT)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/it-IT/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport it_IT from './strings.json';\n\n/**\n * Locale for Italian (Italy).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_IT_IT: ComponentLocale = { strings: createComponentStrings(it_IT) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/it-IT/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport it_IT from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Italian (Italy).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_IT_IT: ComponentLocale = {\n strings: createComponentStrings(it_IT as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import ja_JP from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_JA_JP = { strings: createComponentStrings(ja_JP) };
10
+ export const COMPONENT_LOCALE_JA_JP = {
11
+ strings: createComponentStrings(ja_JP)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/ja-JP/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport ja_JP from './strings.json';\n\n/**\n * Locale for Japanese (Japan).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_JA_JP: ComponentLocale = { strings: createComponentStrings(ja_JP) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/ja-JP/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport ja_JP from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Japanese (Japan).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_JA_JP: ComponentLocale = {\n strings: createComponentStrings(ja_JP as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import ko_KR from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_KO_KR = { strings: createComponentStrings(ko_KR) };
10
+ export const COMPONENT_LOCALE_KO_KR = {
11
+ strings: createComponentStrings(ko_KR)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/ko-KR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport ko_KR from './strings.json';\n\n/**\n * Locale for Korean (South Korea).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_KO_KR: ComponentLocale = { strings: createComponentStrings(ko_KR) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/ko-KR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport ko_KR from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Korean (South Korea).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_KO_KR: ComponentLocale = {\n strings: createComponentStrings(ko_KR as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import nb_NO from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_NB_NO = { strings: createComponentStrings(nb_NO) };
10
+ export const COMPONENT_LOCALE_NB_NO = {
11
+ strings: createComponentStrings(nb_NO)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/nb-NO/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport nb_NO from './strings.json';\n\n/**\n * Locale for Norwegian Bokmål (Norway) .\n *\n * @public\n */\nexport const COMPONENT_LOCALE_NB_NO: ComponentLocale = { strings: createComponentStrings(nb_NO) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/nb-NO/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport nb_NO from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Norwegian Bokmål (Norway) .\n *\n * @public\n */\nexport const COMPONENT_LOCALE_NB_NO: ComponentLocale = {\n strings: createComponentStrings(nb_NO as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import nl_NL from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_NL_NL = { strings: createComponentStrings(nl_NL) };
10
+ export const COMPONENT_LOCALE_NL_NL = {
11
+ strings: createComponentStrings(nl_NL)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/nl-NL/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport nl_NL from './strings.json';\n\n/**\n * Locale for Dutch (Netherlands).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_NL_NL: ComponentLocale = { strings: createComponentStrings(nl_NL) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/nl-NL/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport nl_NL from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Dutch (Netherlands).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_NL_NL: ComponentLocale = {\n strings: createComponentStrings(nl_NL as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import pl_PL from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_PL_PL = { strings: createComponentStrings(pl_PL) };
10
+ export const COMPONENT_LOCALE_PL_PL = {
11
+ strings: createComponentStrings(pl_PL)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/pl-PL/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport pl_PL from './strings.json';\n\n/**\n * Locale for Polish (Poland).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_PL_PL: ComponentLocale = { strings: createComponentStrings(pl_PL) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/pl-PL/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport pl_PL from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Polish (Poland).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_PL_PL: ComponentLocale = {\n strings: createComponentStrings(pl_PL as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import pt_BR from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_PT_BR = { strings: createComponentStrings(pt_BR) };
10
+ export const COMPONENT_LOCALE_PT_BR = {
11
+ strings: createComponentStrings(pt_BR)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/pt-BR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport pt_BR from './strings.json';\n\n/**\n * Locale for Portuguese (Brazil).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_PT_BR: ComponentLocale = { strings: createComponentStrings(pt_BR) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/pt-BR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport pt_BR from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Portuguese (Brazil).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_PT_BR: ComponentLocale = {\n strings: createComponentStrings(pt_BR as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import ru_RU from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_RU_RU = { strings: createComponentStrings(ru_RU) };
10
+ export const COMPONENT_LOCALE_RU_RU = {
11
+ strings: createComponentStrings(ru_RU)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/ru-RU/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport ru_RU from './strings.json';\n\n/**\n * Locale for Russian (Russia).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_RU_RU: ComponentLocale = { strings: createComponentStrings(ru_RU) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/ru-RU/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport ru_RU from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Russian (Russia).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_RU_RU: ComponentLocale = {\n strings: createComponentStrings(ru_RU as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import sv_SE from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_SV_SE = { strings: createComponentStrings(sv_SE) };
10
+ export const COMPONENT_LOCALE_SV_SE = {
11
+ strings: createComponentStrings(sv_SE)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/sv-SE/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport sv_SE from './strings.json';\n\n/**\n * Locale for Swedish (Sweden) .\n *\n * @public\n */\nexport const COMPONENT_LOCALE_SV_SE: ComponentLocale = { strings: createComponentStrings(sv_SE) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/sv-SE/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport sv_SE from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Swedish (Sweden) .\n *\n * @public\n */\nexport const COMPONENT_LOCALE_SV_SE: ComponentLocale = {\n strings: createComponentStrings(sv_SE as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import tr_TR from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_TR_TR = { strings: createComponentStrings(tr_TR) };
10
+ export const COMPONENT_LOCALE_TR_TR = {
11
+ strings: createComponentStrings(tr_TR)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/tr-TR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport tr_TR from './strings.json';\n\n/**\n * Locale for Turkish (Turkey).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_TR_TR: ComponentLocale = { strings: createComponentStrings(tr_TR) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/tr-TR/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport tr_TR from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Turkish (Turkey).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_TR_TR: ComponentLocale = {\n strings: createComponentStrings(tr_TR as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import zh_CN from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_ZH_CN = { strings: createComponentStrings(zh_CN) };
10
+ export const COMPONENT_LOCALE_ZH_CN = {
11
+ strings: createComponentStrings(zh_CN)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/zh-CN/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport zh_CN from './strings.json';\n\n/**\n * Locale for Chinese (Mainland China).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_ZH_CN: ComponentLocale = { strings: createComponentStrings(zh_CN) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/zh-CN/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport zh_CN from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Chinese (Mainland China).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_ZH_CN: ComponentLocale = {\n strings: createComponentStrings(zh_CN as PartialDeep<ComponentStrings>)\n};\n"]}
@@ -7,5 +7,7 @@ import zh_TW from './strings.json';
7
7
  *
8
8
  * @public
9
9
  */
10
- export const COMPONENT_LOCALE_ZH_TW = { strings: createComponentStrings(zh_TW) };
10
+ export const COMPONENT_LOCALE_ZH_TW = {
11
+ strings: createComponentStrings(zh_TW)
12
+ };
11
13
  //# sourceMappingURL=ComponentLocale.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/zh-TW/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAEnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB,EAAE,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale } from '../..';\nimport zh_TW from './strings.json';\n\n/**\n * Locale for Chinese (Taiwan).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_ZH_TW: ComponentLocale = { strings: createComponentStrings(zh_TW) };\n"]}
1
+ {"version":3,"file":"ComponentLocale.js","sourceRoot":"","sources":["../../../../../../../../react-components/src/localization/locales/zh-TW/ComponentLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,MAAM,gBAAgB,CAAC;AAGnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,OAAO,EAAE,sBAAsB,CAAC,KAAsC,CAAC;CACxE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createComponentStrings } from '../utils';\nimport type { ComponentLocale, ComponentStrings } from '../..';\nimport zh_TW from './strings.json';\nimport { PartialDeep } from 'type-fest';\n\n/**\n * Locale for Chinese (Taiwan).\n *\n * @public\n */\nexport const COMPONENT_LOCALE_ZH_TW: ComponentLocale = {\n strings: createComponentStrings(zh_TW as PartialDeep<ComponentStrings>)\n};\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.17.0-alpha-202405240014",
3
+ "version": "1.17.0-alpha-202405250013",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [
@@ -54,7 +54,7 @@
54
54
  "uuid": "^9.0.0"
55
55
  },
56
56
  "peerDependencies": {
57
- "@azure/communication-calling": "1.25.1-beta.1",
57
+ "@azure/communication-calling": "1.25.2-beta.2",
58
58
  "@azure/communication-calling-effects": "1.0.1",
59
59
  "@azure/communication-chat": "1.6.0-beta.1",
60
60
  "@types/react": ">=16.8.0 <19.0.0",