@azure/communication-react 1.2.3-alpha-202205120015.0 → 1.2.3-alpha-202205130015.0

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 (74) hide show
  1. package/dist/communication-react.d.ts +16 -5
  2. package/dist/dist-cjs/communication-react/index.js +206 -183
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  5. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts +4 -1
  6. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts.map +1 -1
  7. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +4 -2
  8. package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
  9. package/dist/dist-esm/communication-react/src/index.d.ts +2 -2
  10. package/dist/dist-esm/communication-react/src/index.d.ts.map +1 -1
  11. package/dist/dist-esm/communication-react/src/index.js +1 -1
  12. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  13. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +4 -2
  14. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts.map +1 -1
  15. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +2 -2
  16. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  17. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +4 -1
  18. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts.map +1 -1
  19. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +24 -13
  20. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
  21. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.d.ts +41 -0
  22. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.d.ts.map +1 -0
  23. package/dist/dist-esm/{react-composites/src/composites/CallComposite/components → react-components/src/components/ComplianceBanner}/ComplianceBanner.js +52 -48
  24. package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -0
  25. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.d.ts +20 -0
  26. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.d.ts.map +1 -0
  27. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js +42 -0
  28. package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -0
  29. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.d.ts +3 -0
  30. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.d.ts.map +1 -0
  31. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js +4 -0
  32. package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -0
  33. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +10 -4
  34. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts.map +1 -1
  35. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  36. package/dist/dist-esm/react-components/src/components/index.d.ts +3 -1
  37. package/dist/dist-esm/react-components/src/components/index.d.ts.map +1 -1
  38. package/dist/dist-esm/react-components/src/components/index.js +1 -0
  39. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  40. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +2 -3
  41. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts.map +1 -1
  42. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +2 -3
  43. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  44. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts.map +1 -1
  45. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +3 -1
  46. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  47. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +1 -1
  48. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
  49. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +0 -19
  50. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts.map +1 -1
  51. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +0 -39
  52. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  53. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +3 -1
  54. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts.map +1 -1
  55. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +4 -2
  56. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  57. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +4 -1
  58. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts.map +1 -1
  59. package/dist/dist-esm/react-composites/src/composites/localization/index.d.ts +7 -0
  60. package/dist/dist-esm/react-composites/src/composites/localization/index.d.ts.map +1 -1
  61. package/dist/dist-esm/react-composites/src/composites/localization/index.js +8 -0
  62. package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
  63. package/dist/dist-esm/react-composites/src/index-public.d.ts +2 -0
  64. package/dist/dist-esm/react-composites/src/index-public.d.ts.map +1 -0
  65. package/dist/dist-esm/react-composites/src/index-public.js +8 -0
  66. package/dist/dist-esm/react-composites/src/index-public.js.map +1 -0
  67. package/package.json +7 -7
  68. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ComplianceBanner.d.ts +0 -13
  69. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ComplianceBanner.d.ts.map +0 -1
  70. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ComplianceBanner.js.map +0 -1
  71. package/dist/dist-esm/react-composites/src/index.d.ts +0 -2
  72. package/dist/dist-esm/react-composites/src/index.d.ts.map +0 -1
  73. package/dist/dist-esm/react-composites/src/index.js +0 -4
  74. package/dist/dist-esm/react-composites/src/index.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"ChatAdapter.d.ts","sourceRoot":"","sources":["../../../../../../../../react-composites/src/composites/ChatComposite/adapter/ChatAdapter.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ChatAdapter.d.ts","sourceRoot":"","sources":["../../../../../../../../react-composites/src/composites/ChatComposite/adapter/ChatAdapter.ts"],"names":[],"mappings":"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"}
@@ -1,2 +1,9 @@
1
1
  export * from './LocalizationProvider';
2
+ /**
3
+ * @internal
4
+ *
5
+ * Used by storybook INTERNAL stories to provide strings to components from
6
+ * \@internal/react-components that use composite strings, e.g., _ComplianceBanner.
7
+ */
8
+ export declare const _useCompositeLocale: () => import("./LocalizationProvider").CompositeLocale;
2
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/localization/index.ts"],"names":[],"mappings":"AAGA,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/localization/index.ts"],"names":[],"mappings":"AAGA,cAAc,wBAAwB,CAAC;AAIvC;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,wDAAY,CAAC"}
@@ -1,4 +1,12 @@
1
1
  // Copyright (c) Microsoft Corporation.
2
2
  // Licensed under the MIT license.
3
3
  export * from './LocalizationProvider';
4
+ import { useLocale } from './LocalizationProvider';
5
+ /**
6
+ * @internal
7
+ *
8
+ * Used by storybook INTERNAL stories to provide strings to components from
9
+ * \@internal/react-components that use composite strings, e.g., _ComplianceBanner.
10
+ */
11
+ export const _useCompositeLocale = useLocale;
4
12
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/localization/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/localization/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,wBAAwB,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAEnD;;;;;GAKG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,SAAS,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './composites';
2
+ //# sourceMappingURL=index-public.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-public.d.ts","sourceRoot":"","sources":["../../../../../react-composites/src/index-public.ts"],"names":[],"mappings":"AAOA,cAAc,cAAc,CAAC"}
@@ -0,0 +1,8 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT license.
3
+ // This entry point exports only the symbols that should be re-exported from
4
+ // @azure/communication-react.
5
+ //
6
+ // This avoids having to list all the types again in @internal/communication-react.
7
+ export * from './composites';
8
+ //# sourceMappingURL=index-public.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-public.js","sourceRoot":"","sources":["../../../../../react-composites/src/index-public.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,4EAA4E;AAC5E,8BAA8B;AAC9B,EAAE;AACF,mFAAmF;AACnF,cAAc,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.2.3-alpha-202205120015.0",
3
+ "version": "1.2.3-alpha-202205130015.0",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [
@@ -86,12 +86,12 @@
86
86
  "@azure/core-auth": "1.3.2",
87
87
  "@babel/cli": "~7.16.0",
88
88
  "@babel/core": "~7.16.0",
89
- "@internal/calling-component-bindings": "1.2.3-alpha-202205120015.0",
90
- "@internal/calling-stateful-client": "1.2.3-alpha-202205120015.0",
91
- "@internal/chat-component-bindings": "1.2.3-alpha-202205120015.0",
92
- "@internal/chat-stateful-client": "1.2.3-alpha-202205120015.0",
93
- "@internal/react-components": "1.2.3-alpha-202205120015.0",
94
- "@internal/react-composites": "1.2.3-alpha-202205120015.0",
89
+ "@internal/calling-component-bindings": "1.2.3-alpha-202205130015.0",
90
+ "@internal/calling-stateful-client": "1.2.3-alpha-202205130015.0",
91
+ "@internal/chat-component-bindings": "1.2.3-alpha-202205130015.0",
92
+ "@internal/chat-stateful-client": "1.2.3-alpha-202205130015.0",
93
+ "@internal/react-components": "1.2.3-alpha-202205130015.0",
94
+ "@internal/react-composites": "1.2.3-alpha-202205130015.0",
95
95
  "@microsoft/api-documenter": "~7.12.11",
96
96
  "@microsoft/api-extractor": "~7.18.0",
97
97
  "@rollup/plugin-json": "~4.1.0",
@@ -1,13 +0,0 @@
1
- /// <reference types="react" />
2
- /**
3
- * @private
4
- */
5
- export declare type ComplianceBannerProps = {
6
- callTranscribeState?: boolean;
7
- callRecordState?: boolean;
8
- };
9
- /**
10
- * @private
11
- */
12
- export declare const ComplianceBanner: (props: ComplianceBannerProps) => JSX.Element;
13
- //# sourceMappingURL=ComplianceBanner.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ComplianceBanner.d.ts","sourceRoot":"","sources":["../../../../../../../../react-composites/src/composites/CallComposite/components/ComplianceBanner.tsx"],"names":[],"mappings":";AAOA;;GAEG;AACH,oBAAY,qBAAqB,GAAG;IAClC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAYF;;GAEG;AACH,eAAO,MAAM,gBAAgB,UAAW,qBAAqB,KAAG,WAyF/D,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ComplianceBanner.js","sourceRoot":"","sources":["../../../../../../../../react-composites/src/composites/CallComposite/components/ComplianceBanner.tsx"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export * from './composites';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../react-composites/src/index.ts"],"names":[],"mappings":"AAGA,cAAc,cAAc,CAAC"}
@@ -1,4 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- export * from './composites';
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../react-composites/src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,cAAc,CAAC"}