@azure/communication-react 1.3.2-alpha-202210051728 → 1.3.2-beta.1

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 (83) hide show
  1. package/CHANGELOG.json +1626 -0
  2. package/CHANGELOG.md +107 -1
  3. package/dist/communication-react.d.ts +0 -241
  4. package/dist/dist-cjs/communication-react/index.js +239 -562
  5. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  8. package/dist/dist-esm/communication-react/src/index.d.ts +0 -6
  9. package/dist/dist-esm/communication-react/src/index.js +0 -6
  10. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  11. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +3 -2
  12. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  13. package/dist/dist-esm/react-components/src/components/index.d.ts +0 -4
  14. package/dist/dist-esm/react-components/src/components/index.js +0 -4
  15. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  16. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -6
  17. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  18. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +36 -8
  19. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +44 -16
  20. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +35 -7
  21. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +40 -12
  22. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +41 -13
  23. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +44 -16
  24. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +37 -9
  25. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +35 -7
  26. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +44 -16
  27. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +38 -10
  28. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +44 -16
  29. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +38 -10
  30. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +37 -9
  31. package/dist/dist-esm/react-components/src/theming/icons.d.ts +0 -4
  32. package/dist/dist-esm/react-components/src/theming/icons.js +1 -62
  33. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  34. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +0 -58
  35. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +2 -26
  36. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  37. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +8 -5
  38. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  39. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +8 -2
  40. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  41. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.js +0 -37
  42. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageCameraDropdown.js.map +1 -1
  43. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.js +0 -40
  44. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ConfigurationpageMicDropdown.js.map +1 -1
  45. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +0 -16
  46. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  47. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +12 -3
  48. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  49. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -1
  50. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  51. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.d.ts +0 -2
  52. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +8 -14
  53. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  54. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +0 -37
  55. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +11 -10
  56. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  57. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +0 -4
  58. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +54 -14
  59. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +54 -14
  60. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +54 -14
  61. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +54 -14
  62. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +54 -14
  63. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +54 -14
  64. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +54 -14
  65. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +54 -14
  66. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +54 -14
  67. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +54 -14
  68. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +54 -14
  69. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +54 -14
  70. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +54 -14
  71. package/package.json +10 -10
  72. package/dist/dist-esm/react-components/src/components/DomainPermissions.d.ts +0 -45
  73. package/dist/dist-esm/react-components/src/components/DomainPermissions.js +0 -42
  74. package/dist/dist-esm/react-components/src/components/DomainPermissions.js.map +0 -1
  75. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.d.ts +0 -32
  76. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js +0 -33
  77. package/dist/dist-esm/react-components/src/components/UnsupportedBrowser.js.map +0 -1
  78. package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.d.ts +0 -30
  79. package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.js +0 -72
  80. package/dist/dist-esm/react-components/src/components/styles/DomainPermissions.styles.js.map +0 -1
  81. package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.d.ts +0 -22
  82. package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.js +0 -53
  83. package/dist/dist-esm/react-components/src/components/styles/UnsupportedBrowser.styles.js.map +0 -1
@@ -3,6 +3,7 @@
3
3
  "cameraLabel": "照相机",
4
4
  "cameraPermissionDenied": "你的浏览器正在阻止对相机的访问",
5
5
  "cameraTurnedOff": "你的相机已关闭",
6
+ "chatButtonLabel": "聊天",
6
7
  "close": "关闭",
7
8
  "complianceBannerNowOnlyRecording": "现在仅录制此会议。",
8
9
  "complianceBannerNowOnlyTranscription": "现在仅听录此会议。",
@@ -17,7 +18,10 @@
17
18
  "complianceBannerTranscriptionSaving": "正在保存听录。",
18
19
  "complianceBannerTranscriptionStopped": "听录已停止。",
19
20
  "configurationPageTitle": "开始通话",
21
+ "copyInviteLinkButtonLabel": "复制邀请链接",
22
+ "copyInviteLinkActionedAriaLabel": "已复制邀请链接",
20
23
  "defaultPlaceHolder": "选择一个选项",
24
+ "dismissSidePaneButtonLabel": "关闭",
21
25
  "failedToJoinCallDueToNoNetworkMoreDetails": "由于网络问题,呼叫已断开连接。请检查你的连接,然后重新加入。",
22
26
  "failedToJoinCallDueToNoNetworkTitle": "通话已断开",
23
27
  "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "未在通话中向你授予条目。如果这是一个错误,请重新加入呼叫。",
@@ -28,42 +32,78 @@
28
32
  "lobbyScreenConnectingToCallTitle": "加入通话",
29
33
  "lobbyScreenWaitingToBeAdmittedTitle": "正在等待被拒绝",
30
34
  "microphonePermissionDenied": "你的浏览器正在阻止对麦克风的访问",
35
+ "microphoneToggleInLobbyNotAllowed": "在大厅中时无法静音或取消静音。",
31
36
  "mutedMessage": "你已静音",
32
37
  "networkReconnectMoreDetails": "似乎出现了问题。我们正在努力恢复通话。",
33
38
  "networkReconnectTitle": "稍等",
39
+ "deniedPermissionToRoomDetails": "你没有加入此聊天室的权限。",
40
+ "deniedPermissionToRoomTitle": "已拒绝对会议室的权限",
41
+ "peopleButtonLabel": "人员",
42
+ "peoplePaneTitle": "人员",
43
+ "peopleButtonTooltipOpen": "显示参与者",
44
+ "peopleButtonTooltipClose": "隐藏参与者",
45
+ "peoplePaneSubTitle": "在此通话中",
34
46
  "privacyPolicy": "隐私策略",
35
47
  "rejoinCallButtonLabel": "重新加入呼叫",
36
48
  "removedFromCallMoreDetails": "另一名参与者已将你从通话中删除。",
37
49
  "removedFromCallTitle": "你已被删除",
50
+ "removeMenuLabel": "删除",
51
+ "returnToCallButtonAriaDescription": "返回通话",
52
+ "returnToCallButtonAriaLabel": "返回",
53
+ "roomNotFoundDetails": "提供的会议室 ID 无效。",
54
+ "roomNotFoundTitle": "未找到会议室。",
38
55
  "soundLabel": "声音",
39
56
  "startCallButtonLabel": "开始通话",
40
- "microphoneToggleInLobbyNotAllowed": "在大厅中时无法静音或取消静音。"
57
+ "openDialpadButtonLabel": "拨打电话号码",
58
+ "peoplePaneAddPeopleButtonLabel": "添加人员",
59
+ "dialpadStartCallButtonLabel": "呼叫",
60
+ "dialpadModalTitle": "拨打电话号码",
61
+ "dialpadModalAriaLabel": "拨号盘",
62
+ "dialpadCloseModalButtonAriaLabel": "关闭拨号盘",
63
+ "moreButtonCallingLabel": "更多",
64
+ "resumeCallButtonLabel": "恢复",
65
+ "resumingCallButtonLabel": "正在恢复...",
66
+ "resumeCallButtonAriaLabel": "继续呼叫",
67
+ "resumingCallButtonAriaLabel": "继续通话",
68
+ "holdScreenLabel": "你的通话处于保留状态",
69
+ "openDtmfDialpadLabel": "显示拨号盘",
70
+ "dtmfDialpadPlaceHolderText": "输入号码"
41
71
  },
42
72
  "chat": {
43
- "chatListHeader": "在此聊天中"
73
+ "chatListHeader": "在此聊天中",
74
+ "uploadFile": "上传文件"
44
75
  },
45
76
  "callWithChat": {
46
- "peopleButtonLabel": "人员",
47
- "peopleButtonTooltipOpen": "显示参与者",
48
- "peopleButtonTooltipClose": "隐藏参与者",
49
77
  "chatButtonLabel": "聊天",
78
+ "chatButtonNewMessageNotificationLabel": "新建消息",
50
79
  "chatButtonTooltipClosedWithMessageCount": "显示聊天({unreadMessagesCount} 条未读)",
51
- "chatButtonTooltipOpen": "显示聊天",
52
80
  "chatButtonTooltipClose": "隐藏聊天",
81
+ "chatButtonTooltipOpen": "显示聊天",
82
+ "chatPaneTitle": "聊天",
83
+ "copyInviteLinkButtonLabel": "复制邀请链接",
84
+ "copyInviteLinkActionedAriaLabel": "已复制邀请链接",
85
+ "dismissSidePaneButtonLabel": "关闭",
53
86
  "moreDrawerAudioDeviceMenuTitle": "音频设备",
54
- "moreDrawerMicrophoneMenuTitle": "麦克风",
55
- "moreDrawerSpeakerMenuTitle": "扬声器",
56
87
  "moreDrawerButtonLabel": "更多选项",
57
88
  "moreDrawerButtonTooltip": "更多选项",
58
- "peoplePaneTitle": "人员",
89
+ "moreDrawerMicrophoneMenuTitle": "麦克风",
90
+ "moreDrawerSpeakerMenuTitle": "扬声器",
91
+ "peopleButtonLabel": "人员",
92
+ "peopleButtonTooltipOpen": "显示参与者",
93
+ "peopleButtonTooltipClose": "隐藏参与者",
59
94
  "peoplePaneSubTitle": "在此通话中",
60
- "chatPaneTitle": "聊天",
61
- "chatButtonNewMessageNotificationLabel": "新建消息",
95
+ "peoplePaneTitle": "人员",
62
96
  "pictureInPictureTileAriaLabel": "视频源。单击以返回到通话屏幕。",
63
97
  "removeMenuLabel": "删除",
64
- "copyInviteLinkButtonLabel": "复制邀请链接",
65
- "dismissSidePaneButton": "关闭",
98
+ "openDialpadButtonLabel": "拨打电话号码",
66
99
  "returnToCallButtonAriaDescription": "返回通话",
67
- "returnToCallButtonAriaLabel": "返回"
100
+ "returnToCallButtonAriaLabel": "返回",
101
+ "peoplePaneAddPeopleButtonLabel": "添加人员",
102
+ "dialpadStartCallButtonLabel": "呼叫",
103
+ "dialpadModalTitle": "拨打电话号码",
104
+ "dialpadModalAriaLabel": "拨号盘",
105
+ "dialpadCloseModalButtonAriaLabel": "关闭拨号盘",
106
+ "openDtmfDialpadLabel": "显示拨号盘",
107
+ "dtmfDialpadPlaceHolderText": "输入号码"
68
108
  }
69
109
  }
@@ -3,6 +3,7 @@
3
3
  "cameraLabel": "相機",
4
4
  "cameraPermissionDenied": "您的瀏覽器禁止存取您的相機",
5
5
  "cameraTurnedOff": "您的相機已關閉",
6
+ "chatButtonLabel": "聊天",
6
7
  "close": "關閉",
7
8
  "complianceBannerNowOnlyRecording": "您現在只會錄製此會議。",
8
9
  "complianceBannerNowOnlyTranscription": "您現在只會轉錄此會議。",
@@ -17,7 +18,10 @@
17
18
  "complianceBannerTranscriptionSaving": "正在儲存轉錄。",
18
19
  "complianceBannerTranscriptionStopped": "已停止轉錄。",
19
20
  "configurationPageTitle": "開始通話",
21
+ "copyInviteLinkButtonLabel": "複製邀請連結",
22
+ "copyInviteLinkActionedAriaLabel": "已複製邀請連結",
20
23
  "defaultPlaceHolder": "選取選項",
24
+ "dismissSidePaneButtonLabel": "關閉",
21
25
  "failedToJoinCallDueToNoNetworkMoreDetails": "由於網路問題,通話已中斷連線。檢查您的連線並再次加入。",
22
26
  "failedToJoinCallDueToNoNetworkTitle": "通話已斷線",
23
27
  "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "您未被授予加入通話的權限。如果有誤,請重新加入通話。",
@@ -28,42 +32,78 @@
28
32
  "lobbyScreenConnectingToCallTitle": "正在加入通話",
29
33
  "lobbyScreenWaitingToBeAdmittedTitle": "正在等候認可",
30
34
  "microphonePermissionDenied": "您的瀏覽器禁止存取您的麥克風",
35
+ "microphoneToggleInLobbyNotAllowed": "無法在大廳中靜音或取消靜音。",
31
36
  "mutedMessage": "您已設為靜音",
32
37
  "networkReconnectMoreDetails": "似乎發生錯誤。我們正在嘗試讓您返回通話。",
33
38
  "networkReconnectTitle": "請稍候",
39
+ "deniedPermissionToRoomDetails": "您沒有加入此會議室的權限。",
40
+ "deniedPermissionToRoomTitle": "會議室權限遭拒絕",
41
+ "peopleButtonLabel": "人員",
42
+ "peoplePaneTitle": "人員",
43
+ "peopleButtonTooltipOpen": "顯示參與者",
44
+ "peopleButtonTooltipClose": "隱藏參與者",
45
+ "peoplePaneSubTitle": "在此通話中",
34
46
  "privacyPolicy": "隱私權原則",
35
47
  "rejoinCallButtonLabel": "重新加入通話",
36
48
  "removedFromCallMoreDetails": "另一名參與者已將您自通話中移除。",
37
49
  "removedFromCallTitle": "您已遭移除",
50
+ "removeMenuLabel": "移除",
51
+ "returnToCallButtonAriaDescription": "返回通話",
52
+ "returnToCallButtonAriaLabel": "返回",
53
+ "roomNotFoundDetails": "提供的會議室識別碼無效。",
54
+ "roomNotFoundTitle": "找不到會議室",
38
55
  "soundLabel": "音效",
39
56
  "startCallButtonLabel": "開始通話",
40
- "microphoneToggleInLobbyNotAllowed": "無法在大廳中靜音或取消靜音。"
57
+ "openDialpadButtonLabel": "撥打電話號碼",
58
+ "peoplePaneAddPeopleButtonLabel": "新增人員",
59
+ "dialpadStartCallButtonLabel": "通話",
60
+ "dialpadModalTitle": "撥打電話號碼",
61
+ "dialpadModalAriaLabel": "撥號鍵台",
62
+ "dialpadCloseModalButtonAriaLabel": "關閉撥號鍵台",
63
+ "moreButtonCallingLabel": "其他",
64
+ "resumeCallButtonLabel": "繼續",
65
+ "resumingCallButtonLabel": "正在繼續...",
66
+ "resumeCallButtonAriaLabel": "繼續通話",
67
+ "resumingCallButtonAriaLabel": "繼續通話",
68
+ "holdScreenLabel": "您的通話已保留",
69
+ "openDtmfDialpadLabel": "顯示撥號盤",
70
+ "dtmfDialpadPlaceHolderText": "輸入號碼"
41
71
  },
42
72
  "chat": {
43
- "chatListHeader": "在此聊天中"
73
+ "chatListHeader": "在此聊天中",
74
+ "uploadFile": "上傳檔案"
44
75
  },
45
76
  "callWithChat": {
46
- "peopleButtonLabel": "人員",
47
- "peopleButtonTooltipOpen": "顯示參與者",
48
- "peopleButtonTooltipClose": "隱藏參與者",
49
77
  "chatButtonLabel": "聊天",
78
+ "chatButtonNewMessageNotificationLabel": "新訊息",
50
79
  "chatButtonTooltipClosedWithMessageCount": "顯示聊天 ({unreadMessagesCount} 個未讀取)",
51
- "chatButtonTooltipOpen": "顯示聊天",
52
80
  "chatButtonTooltipClose": "隱藏聊天",
81
+ "chatButtonTooltipOpen": "顯示聊天",
82
+ "chatPaneTitle": "聊天",
83
+ "copyInviteLinkButtonLabel": "複製邀請連結",
84
+ "copyInviteLinkActionedAriaLabel": "已複製邀請連結",
85
+ "dismissSidePaneButtonLabel": "關閉",
53
86
  "moreDrawerAudioDeviceMenuTitle": "音訊裝置",
54
- "moreDrawerMicrophoneMenuTitle": "麥克風",
55
- "moreDrawerSpeakerMenuTitle": "揚聲器",
56
87
  "moreDrawerButtonLabel": "更多選項",
57
88
  "moreDrawerButtonTooltip": "更多選項",
58
- "peoplePaneTitle": "人員",
89
+ "moreDrawerMicrophoneMenuTitle": "麥克風",
90
+ "moreDrawerSpeakerMenuTitle": "揚聲器",
91
+ "peopleButtonLabel": "人員",
92
+ "peopleButtonTooltipOpen": "顯示參與者",
93
+ "peopleButtonTooltipClose": "隱藏參與者",
59
94
  "peoplePaneSubTitle": "在此通話中",
60
- "chatPaneTitle": "聊天",
61
- "chatButtonNewMessageNotificationLabel": "新訊息",
95
+ "peoplePaneTitle": "人員",
62
96
  "pictureInPictureTileAriaLabel": "影片摘要。按一下以返回通話畫面。",
63
97
  "removeMenuLabel": "移除",
64
- "copyInviteLinkButtonLabel": "複製邀請連結",
65
- "dismissSidePaneButton": "關閉",
98
+ "openDialpadButtonLabel": "撥打電話號碼",
66
99
  "returnToCallButtonAriaDescription": "返回通話",
67
- "returnToCallButtonAriaLabel": "返回"
100
+ "returnToCallButtonAriaLabel": "返回",
101
+ "peoplePaneAddPeopleButtonLabel": "新增人員",
102
+ "dialpadStartCallButtonLabel": "通話",
103
+ "dialpadModalTitle": "撥打電話號碼",
104
+ "dialpadModalAriaLabel": "撥號鍵台",
105
+ "dialpadCloseModalButtonAriaLabel": "關閉撥號鍵台",
106
+ "openDtmfDialpadLabel": "顯示撥號盤",
107
+ "dtmfDialpadPlaceHolderText": "輸入號碼"
68
108
  }
69
109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.3.2-alpha-202210051728",
3
+ "version": "1.3.2-beta.1",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [
@@ -46,7 +46,7 @@
46
46
  "@azure/core-rest-pipeline": "~1.9.2"
47
47
  },
48
48
  "peerDependencies": {
49
- "@azure/communication-calling": "1.8.0-beta.1 || 1.4.4",
49
+ "@azure/communication-calling": "1.8.0-beta.1",
50
50
  "@azure/communication-chat": "1.2.0",
51
51
  "@types/react": ">=16.8.0 <18.0.0",
52
52
  "@types/react-dom": ">=16.8.0 <18.0.0",
@@ -81,18 +81,18 @@
81
81
  "_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell"
82
82
  },
83
83
  "devDependencies": {
84
- "@azure/communication-calling": "1.8.0-beta.1 || 1.4.4",
84
+ "@azure/communication-calling": "1.8.0-beta.1",
85
85
  "@azure/communication-chat": "1.2.0",
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.3.2-alpha-202210051728",
90
- "@internal/calling-stateful-client": "1.3.2-alpha-202210051728",
91
- "@internal/chat-component-bindings": "1.3.2-alpha-202210051728",
92
- "@internal/chat-stateful-client": "1.3.2-alpha-202210051728",
93
- "@internal/fake-backends": "1.3.2-alpha-202210051728",
94
- "@internal/react-components": "1.3.2-alpha-202210051728",
95
- "@internal/react-composites": "1.3.2-alpha-202210051728",
89
+ "@internal/calling-component-bindings": "1.3.2-beta.1",
90
+ "@internal/calling-stateful-client": "1.3.2-beta.1",
91
+ "@internal/chat-component-bindings": "1.3.2-beta.1",
92
+ "@internal/chat-stateful-client": "1.3.2-beta.1",
93
+ "@internal/fake-backends": "1.3.2-beta.1",
94
+ "@internal/react-components": "1.3.2-beta.1",
95
+ "@internal/react-composites": "1.3.2-beta.1",
96
96
  "@microsoft/api-documenter": "~7.12.11",
97
97
  "@microsoft/api-extractor": "~7.18.0",
98
98
  "@rollup/plugin-json": "~4.1.0",
@@ -1,45 +0,0 @@
1
- /// <reference types="react" />
2
- /**
3
- * @beta
4
- * Props for DomainPermissions component.
5
- */
6
- export interface DomainPermissionsProps {
7
- /**
8
- * Name of application calling experience is in.
9
- */
10
- appName: string;
11
- /**
12
- * Action to be taken by the more help link. Possible to send to external page or show other modal.
13
- */
14
- onTroubleshootingClick: () => void;
15
- /**
16
- * Localization strings for DomainPermissions component.
17
- */
18
- strings: DomainPermissionsStrings;
19
- }
20
- /**
21
- * @beta
22
- * Strings for DomainPermissions component
23
- */
24
- export interface DomainPermissionsStrings {
25
- /**
26
- * Main text string.
27
- */
28
- primaryText: string;
29
- /**
30
- * Subtext string.
31
- */
32
- secondaryText: string;
33
- /**
34
- * More help link string.
35
- */
36
- linkText: string;
37
- }
38
- /**
39
- * @beta
40
- *
41
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
42
- * by their browsers settings.
43
- */
44
- export declare const DomainPermissions: (props: DomainPermissionsProps) => JSX.Element;
45
- //# sourceMappingURL=DomainPermissions.d.ts.map
@@ -1,42 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- import React from 'react';
4
- /* @conditional-compile-remove(call-readiness) */
5
- import { Stack, Text, Link, Icon, useTheme } from '@fluentui/react';
6
- /* @conditional-compile-remove(call-readiness) */
7
- import { useLocale } from '../localization';
8
- /* @conditional-compile-remove(call-readiness) */
9
- import { _formatString } from "../../../acs-ui-common/src";
10
- /* @conditional-compile-remove(call-readiness) */
11
- import { iconContainerStyles, iconPrimaryStyles, linkTextStyles, primaryTextStyles, secondaryTextStyles, sparkleIconBackdropStyles, textContainerStyles } from './styles/DomainPermissions.styles';
12
- /* @conditional-compile-remove(call-readiness) */
13
- const DomainPermissionsContainer = (props) => {
14
- const { appName, onTroubleshootingClick, strings } = props;
15
- const theme = useTheme();
16
- return (React.createElement(Stack, { style: { padding: '2rem', maxWidth: '25.375rem' } },
17
- React.createElement(Stack, { horizontal: true, style: { paddingBottom: '1rem' }, horizontalAlign: 'space-between' },
18
- React.createElement(Stack, { styles: iconContainerStyles, horizontalAlign: 'center' },
19
- React.createElement(Icon, { styles: iconPrimaryStyles, iconName: 'DomainPermissionCamera' })),
20
- React.createElement(Stack, { styles: iconContainerStyles, horizontalAlign: 'center' },
21
- React.createElement(Icon, { styles: sparkleIconBackdropStyles(theme), iconName: 'DomainPermissionsSparkle' })),
22
- React.createElement(Stack, { styles: iconContainerStyles, horizontalAlign: 'center' },
23
- React.createElement(Icon, { styles: iconPrimaryStyles, iconName: 'DomainPermissionMic' }))),
24
- React.createElement(Stack, { styles: textContainerStyles },
25
- React.createElement(Text, { styles: primaryTextStyles }, _formatString(strings.primaryText, { appName: appName })),
26
- React.createElement(Text, { styles: secondaryTextStyles }, strings.secondaryText),
27
- React.createElement(Link, { styles: linkTextStyles, onClick: onTroubleshootingClick }, strings.linkText))));
28
- };
29
- /**
30
- * @beta
31
- *
32
- * Component to allow Contoso to help their end user with their devices should their permissions be blocked
33
- * by their browsers settings.
34
- */
35
- export const DomainPermissions = (props) => {
36
- /* @conditional-compile-remove(call-readiness) */
37
- const locale = useLocale().strings.DomainPermissions;
38
- /* @conditional-compile-remove(call-readiness) */
39
- return React.createElement(DomainPermissionsContainer, Object.assign({}, props, { strings: props.strings ? props.strings : locale }));
40
- return React.createElement(React.Fragment, null);
41
- };
42
- //# sourceMappingURL=DomainPermissions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DomainPermissions.js","sourceRoot":"","sources":["../../../../../../react-components/src/components/DomainPermissions.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,iDAAiD;AACjD,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACpE,iDAAiD;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,iDAAiD;AACjD,OAAO,EAAE,aAAa,EAAY,mCAAgC;AAClE,iDAAiD;AACjD,OAAO,EACL,mBAAmB,EACnB,iBAAiB,EACjB,cAAc,EACd,iBAAiB,EACjB,mBAAmB,EACnB,yBAAyB,EACzB,mBAAmB,EACpB,MAAM,mCAAmC,CAAC;AAwC3C,iDAAiD;AACjD,MAAM,0BAA0B,GAAG,CAAC,KAA6B,EAAe,EAAE;IAChF,MAAM,EAAE,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IAC3D,MAAM,KAAK,GAAG,QAAQ,EAAE,CAAC;IACzB,OAAO,CACL,oBAAC,KAAK,IAAC,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,WAAW,EAAE;QACtD,oBAAC,KAAK,IAAC,UAAU,QAAC,KAAK,EAAE,EAAE,aAAa,EAAE,MAAM,EAAE,EAAE,eAAe,EAAE,eAAe;YAClF,oBAAC,KAAK,IAAC,MAAM,EAAE,mBAAmB,EAAE,eAAe,EAAE,QAAQ;gBAC3D,oBAAC,IAAI,IAAC,MAAM,EAAE,iBAAiB,EAAE,QAAQ,EAAE,wBAAwB,GAAS,CACtE;YACR,oBAAC,KAAK,IAAC,MAAM,EAAE,mBAAmB,EAAE,eAAe,EAAE,QAAQ;gBAC3D,oBAAC,IAAI,IAAC,MAAM,EAAE,yBAAyB,CAAC,KAAK,CAAC,EAAE,QAAQ,EAAE,0BAA0B,GAAS,CACvF;YACR,oBAAC,KAAK,IAAC,MAAM,EAAE,mBAAmB,EAAE,eAAe,EAAE,QAAQ;gBAC3D,oBAAC,IAAI,IAAC,MAAM,EAAE,iBAAiB,EAAE,QAAQ,EAAE,qBAAqB,GAAS,CACnE,CACF;QACR,oBAAC,KAAK,IAAC,MAAM,EAAE,mBAAmB;YAChC,oBAAC,IAAI,IAAC,MAAM,EAAE,iBAAiB,IAAG,aAAa,CAAC,OAAO,CAAC,WAAW,EAAE,EAAE,OAAO,EAAE,OAAO,EAAE,CAAC,CAAQ;YAClG,oBAAC,IAAI,IAAC,MAAM,EAAE,mBAAmB,IAAG,OAAO,CAAC,aAAa,CAAQ;YACjE,oBAAC,IAAI,IAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,sBAAsB,IAC1D,OAAO,CAAC,QAAQ,CACZ,CACD,CACF,CACT,CAAC;AACJ,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,KAA6B,EAAe,EAAE;IAC9E,iDAAiD;IACjD,MAAM,MAAM,GAAG,SAAS,EAAE,CAAC,OAAO,CAAC,iBAAiB,CAAC;IACrD,iDAAiD;IACjD,OAAO,oBAAC,0BAA0B,oBAAK,KAAK,IAAE,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,IAAI,CAAC;IAClG,OAAO,yCAAK,CAAC;AACf,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport React from 'react';\n/* @conditional-compile-remove(call-readiness) */\nimport { Stack, Text, Link, Icon, useTheme } from '@fluentui/react';\n/* @conditional-compile-remove(call-readiness) */\nimport { useLocale } from '../localization';\n/* @conditional-compile-remove(call-readiness) */\nimport { _formatString, _pxToRem } from '@internal/acs-ui-common';\n/* @conditional-compile-remove(call-readiness) */\nimport {\n iconContainerStyles,\n iconPrimaryStyles,\n linkTextStyles,\n primaryTextStyles,\n secondaryTextStyles,\n sparkleIconBackdropStyles,\n textContainerStyles\n} from './styles/DomainPermissions.styles';\n\n/**\n * @beta\n * Props for DomainPermissions component.\n */\nexport interface DomainPermissionsProps {\n /**\n * Name of application calling experience is in.\n */\n appName: string;\n /**\n * Action to be taken by the more help link. Possible to send to external page or show other modal.\n */\n onTroubleshootingClick: () => void;\n /**\n * Localization strings for DomainPermissions component.\n */\n strings: DomainPermissionsStrings;\n}\n\n/**\n * @beta\n * Strings for DomainPermissions component\n */\nexport interface DomainPermissionsStrings {\n /**\n * Main text string.\n */\n primaryText: string;\n /**\n * Subtext string.\n */\n secondaryText: string;\n /**\n * More help link string.\n */\n linkText: string;\n}\n\n/* @conditional-compile-remove(call-readiness) */\nconst DomainPermissionsContainer = (props: DomainPermissionsProps): JSX.Element => {\n const { appName, onTroubleshootingClick, strings } = props;\n const theme = useTheme();\n return (\n <Stack style={{ padding: '2rem', maxWidth: '25.375rem' }}>\n <Stack horizontal style={{ paddingBottom: '1rem' }} horizontalAlign={'space-between'}>\n <Stack styles={iconContainerStyles} horizontalAlign={'center'}>\n <Icon styles={iconPrimaryStyles} iconName={'DomainPermissionCamera'}></Icon>\n </Stack>\n <Stack styles={iconContainerStyles} horizontalAlign={'center'}>\n <Icon styles={sparkleIconBackdropStyles(theme)} iconName={'DomainPermissionsSparkle'}></Icon>\n </Stack>\n <Stack styles={iconContainerStyles} horizontalAlign={'center'}>\n <Icon styles={iconPrimaryStyles} iconName={'DomainPermissionMic'}></Icon>\n </Stack>\n </Stack>\n <Stack styles={textContainerStyles}>\n <Text styles={primaryTextStyles}>{_formatString(strings.primaryText, { appName: appName })}</Text>\n <Text styles={secondaryTextStyles}>{strings.secondaryText}</Text>\n <Link styles={linkTextStyles} onClick={onTroubleshootingClick}>\n {strings.linkText}\n </Link>\n </Stack>\n </Stack>\n );\n};\n\n/**\n * @beta\n *\n * Component to allow Contoso to help their end user with their devices should their permissions be blocked\n * by their browsers settings.\n */\nexport const DomainPermissions = (props: DomainPermissionsProps): JSX.Element => {\n /* @conditional-compile-remove(call-readiness) */\n const locale = useLocale().strings.DomainPermissions;\n /* @conditional-compile-remove(call-readiness) */\n return <DomainPermissionsContainer {...props} strings={props.strings ? props.strings : locale} />;\n return <></>;\n};\n\"../../../acs-ui-common/src\""]}
@@ -1,32 +0,0 @@
1
- /// <reference types="react" />
2
- /**
3
- * Strings for UnsupportedBrowser component
4
- *
5
- * @beta
6
- */
7
- export interface UnsupportedBrowserStrings {
8
- /** String for the primary text */
9
- primaryText: string;
10
- /** String for the secondary text */
11
- secondaryText: string;
12
- /** String for the help link */
13
- moreHelpLink: string;
14
- }
15
- /**
16
- * props for UnsupportedBrowser UI
17
- *
18
- * @beta
19
- */
20
- export interface UnsupportedBrowserProps {
21
- /** Handler to perform a action when the help link is actioned */
22
- onTroubleShootingClick: () => void;
23
- /** String overrides for the component */
24
- strings: UnsupportedBrowserStrings;
25
- }
26
- /**
27
- * UI to display to the user that the browser they are using is not supported by calling application.
28
- *
29
- * @beta
30
- */
31
- export declare const UnsupportedBrowser: (props: UnsupportedBrowserProps) => JSX.Element;
32
- //# sourceMappingURL=UnsupportedBrowser.d.ts.map
@@ -1,33 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- /* @conditional-compile-remove(unsupported-browser) */
4
- import { Icon, Link, Stack, Text } from '@fluentui/react';
5
- import React from 'react';
6
- /* @conditional-compile-remove(unsupported-browser) */
7
- import { useLocale } from '../localization';
8
- /* @conditional-compile-remove(unsupported-browser) */
9
- import { containerStyles, iconStyles, linkTextStyles, mainTextStyles, secondaryTextStyles } from './styles/UnsupportedBrowser.styles';
10
- /* @conditional-compile-remove(unsupported-browser) */
11
- const UnsupportedBrowserContainer = (props) => {
12
- const { onTroubleShootingClick, strings } = props;
13
- return (React.createElement(Stack, { styles: containerStyles },
14
- React.createElement(Icon, { styles: iconStyles, iconName: "UnsupportedBrowserWarning" }),
15
- React.createElement(Text, { styles: mainTextStyles }, strings.primaryText),
16
- React.createElement(Text, { styles: secondaryTextStyles }, strings.secondaryText),
17
- React.createElement(Link, { styles: linkTextStyles, onClick: () => {
18
- onTroubleShootingClick();
19
- } }, strings.moreHelpLink)));
20
- };
21
- /**
22
- * UI to display to the user that the browser they are using is not supported by calling application.
23
- *
24
- * @beta
25
- */
26
- export const UnsupportedBrowser = (props) => {
27
- /* @conditional-compile-remove(unsupported-browser) */
28
- const strings = useLocale().strings.UnsupportedBrowser;
29
- /* @conditional-compile-remove(unsupported-browser) */
30
- return React.createElement(UnsupportedBrowserContainer, Object.assign({}, props, { strings: strings }));
31
- return React.createElement(React.Fragment, null);
32
- };
33
- //# sourceMappingURL=UnsupportedBrowser.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnsupportedBrowser.js","sourceRoot":"","sources":["../../../../../../react-components/src/components/UnsupportedBrowser.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,sDAAsD;AACtD,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAG1D,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,sDAAsD;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,sDAAsD;AACtD,OAAO,EACL,eAAe,EACf,UAAU,EACV,cAAc,EACd,cAAc,EACd,mBAAmB,EACpB,MAAM,oCAAoC,CAAC;AA4B5C,sDAAsD;AACtD,MAAM,2BAA2B,GAAG,CAAC,KAA8B,EAAe,EAAE;IAClF,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IAClD,OAAO,CACL,oBAAC,KAAK,IAAC,MAAM,EAAE,eAAe;QAC5B,oBAAC,IAAI,IAAC,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAC,2BAA2B,GAAQ;QACtE,oBAAC,IAAI,IAAC,MAAM,EAAE,cAAc,IAAG,OAAO,CAAC,WAAW,CAAQ;QAC1D,oBAAC,IAAI,IAAC,MAAM,EAAE,mBAAmB,IAAG,OAAO,CAAC,aAAa,CAAQ;QACjE,oBAAC,IAAI,IACH,MAAM,EAAE,cAAc,EACtB,OAAO,EAAE,GAAG,EAAE;gBACZ,sBAAsB,EAAE,CAAC;YAC3B,CAAC,IAEA,OAAO,CAAC,YAAY,CAChB,CACD,CACT,CAAC;AACJ,CAAC,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,KAA8B,EAAe,EAAE;IAChF,sDAAsD;IACtD,MAAM,OAAO,GAAG,SAAS,EAAE,CAAC,OAAO,CAAC,kBAAkB,CAAC;IACvD,sDAAsD;IACtD,OAAO,oBAAC,2BAA2B,oBAAK,KAAK,IAAE,OAAO,EAAE,OAAO,IAAI,CAAC;IACpE,OAAO,yCAAK,CAAC;AACf,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\n/* @conditional-compile-remove(unsupported-browser) */\nimport { Icon, Link, Stack, Text } from '@fluentui/react';\n/* @conditional-compile-remove(unsupported-browser) */\nimport { _pxToRem } from '@internal/acs-ui-common';\nimport React from 'react';\n/* @conditional-compile-remove(unsupported-browser) */\nimport { useLocale } from '../localization';\n/* @conditional-compile-remove(unsupported-browser) */\nimport {\n containerStyles,\n iconStyles,\n linkTextStyles,\n mainTextStyles,\n secondaryTextStyles\n} from './styles/UnsupportedBrowser.styles';\n\n/**\n * Strings for UnsupportedBrowser component\n *\n * @beta\n */\nexport interface UnsupportedBrowserStrings {\n /** String for the primary text */\n primaryText: string;\n /** String for the secondary text */\n secondaryText: string;\n /** String for the help link */\n moreHelpLink: string;\n}\n\n/**\n * props for UnsupportedBrowser UI\n *\n * @beta\n */\nexport interface UnsupportedBrowserProps {\n /** Handler to perform a action when the help link is actioned */\n onTroubleShootingClick: () => void;\n /** String overrides for the component */\n strings: UnsupportedBrowserStrings;\n}\n\n/* @conditional-compile-remove(unsupported-browser) */\nconst UnsupportedBrowserContainer = (props: UnsupportedBrowserProps): JSX.Element => {\n const { onTroubleShootingClick, strings } = props;\n return (\n <Stack styles={containerStyles}>\n <Icon styles={iconStyles} iconName=\"UnsupportedBrowserWarning\"></Icon>\n <Text styles={mainTextStyles}>{strings.primaryText}</Text>\n <Text styles={secondaryTextStyles}>{strings.secondaryText}</Text>\n <Link\n styles={linkTextStyles}\n onClick={() => {\n onTroubleShootingClick();\n }}\n >\n {strings.moreHelpLink}\n </Link>\n </Stack>\n );\n};\n\n/**\n * UI to display to the user that the browser they are using is not supported by calling application.\n *\n * @beta\n */\nexport const UnsupportedBrowser = (props: UnsupportedBrowserProps): JSX.Element => {\n /* @conditional-compile-remove(unsupported-browser) */\n const strings = useLocale().strings.UnsupportedBrowser;\n /* @conditional-compile-remove(unsupported-browser) */\n return <UnsupportedBrowserContainer {...props} strings={strings} />;\n return <></>;\n};\n\"../../../acs-ui-common/src\""]}
@@ -1,30 +0,0 @@
1
- import { IIconStyles, ILinkStyles, IStackStyles, ITextStyles, Theme } from '@fluentui/react';
2
- /**
3
- * @internal
4
- */
5
- export declare const iconContainerStyles: IStackStyles;
6
- /**
7
- * @internal
8
- */
9
- export declare const textContainerStyles: IStackStyles;
10
- /**
11
- * @internal
12
- */
13
- export declare const iconPrimaryStyles: IIconStyles;
14
- /**
15
- * @internal
16
- */
17
- export declare const sparkleIconBackdropStyles: (theme: Theme) => IIconStyles;
18
- /**
19
- * @internal
20
- */
21
- export declare const primaryTextStyles: ITextStyles;
22
- /**
23
- * @internal
24
- */
25
- export declare const secondaryTextStyles: ITextStyles;
26
- /**
27
- * @internal
28
- */
29
- export declare const linkTextStyles: ILinkStyles;
30
- //# sourceMappingURL=DomainPermissions.styles.d.ts.map
@@ -1,72 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- import { _pxToRem } from "../../../../acs-ui-common/src";
4
- /**
5
- * @internal
6
- */
7
- export const iconContainerStyles = {
8
- root: {
9
- margin: 'auto',
10
- position: 'relative'
11
- }
12
- };
13
- /**
14
- * @internal
15
- */
16
- export const textContainerStyles = {
17
- root: {
18
- margin: 'auto',
19
- textAlign: 'center'
20
- }
21
- };
22
- /**
23
- * @internal
24
- */
25
- export const iconPrimaryStyles = {
26
- root: {
27
- zIndex: 1,
28
- margin: 'auto'
29
- }
30
- };
31
- /**
32
- * @internal
33
- */
34
- export const sparkleIconBackdropStyles = (theme) => {
35
- return {
36
- root: {
37
- color: theme.palette.themeLighterAlt
38
- }
39
- };
40
- };
41
- /**
42
- * @internal
43
- */
44
- export const primaryTextStyles = {
45
- root: {
46
- fontWeight: 600,
47
- fontSize: _pxToRem(20),
48
- lineHeight: _pxToRem(28),
49
- paddingBottom: '1rem'
50
- }
51
- };
52
- /**
53
- * @internal
54
- */
55
- export const secondaryTextStyles = {
56
- root: {
57
- margin: 'auto',
58
- fontWeight: 400,
59
- paddingBottom: '0.5rem'
60
- }
61
- };
62
- /**
63
- * @internal
64
- */
65
- export const linkTextStyles = {
66
- root: {
67
- margin: 'auto',
68
- fontWeight: 600,
69
- textAlign: 'inherit'
70
- }
71
- };
72
- //# sourceMappingURL=DomainPermissions.styles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DomainPermissions.styles.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/styles/DomainPermissions.styles.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,QAAQ,EAAE,sCAAgC;AAEnD;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAiB;IAC/C,IAAI,EAAE;QACJ,MAAM,EAAE,MAAM;QACd,QAAQ,EAAE,UAAU;KACrB;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAiB;IAC/C,IAAI,EAAE;QACJ,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,QAAQ;KACpB;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAgB;IAC5C,IAAI,EAAE;QACJ,MAAM,EAAE,CAAC;QACT,MAAM,EAAE,MAAM;KACf;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,KAAY,EAAe,EAAE;IACrE,OAAO;QACL,IAAI,EAAE;YACJ,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,eAAe;SACrC;KACF,CAAC;AACJ,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAgB;IAC5C,IAAI,EAAE;QACJ,UAAU,EAAE,GAAG;QACf,QAAQ,EAAE,QAAQ,CAAC,EAAE,CAAC;QACtB,UAAU,EAAE,QAAQ,CAAC,EAAE,CAAC;QACxB,aAAa,EAAE,MAAM;KACtB;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAgB;IAC9C,IAAI,EAAE;QACJ,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,GAAG;QACf,aAAa,EAAE,QAAQ;KACxB;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAgB;IACzC,IAAI,EAAE;QACJ,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,GAAG;QACf,SAAS,EAAE,SAAS;KACrB;CACF,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { IIconStyles, ILinkStyles, IStackStyles, ITextStyles, Theme } from '@fluentui/react';\nimport { _pxToRem } from '@internal/acs-ui-common';\n\n/**\n * @internal\n */\nexport const iconContainerStyles: IStackStyles = {\n root: {\n margin: 'auto',\n position: 'relative'\n }\n};\n\n/**\n * @internal\n */\nexport const textContainerStyles: IStackStyles = {\n root: {\n margin: 'auto',\n textAlign: 'center'\n }\n};\n\n/**\n * @internal\n */\nexport const iconPrimaryStyles: IIconStyles = {\n root: {\n zIndex: 1,\n margin: 'auto'\n }\n};\n\n/**\n * @internal\n */\nexport const sparkleIconBackdropStyles = (theme: Theme): IIconStyles => {\n return {\n root: {\n color: theme.palette.themeLighterAlt\n }\n };\n};\n\n/**\n * @internal\n */\nexport const primaryTextStyles: ITextStyles = {\n root: {\n fontWeight: 600,\n fontSize: _pxToRem(20),\n lineHeight: _pxToRem(28),\n paddingBottom: '1rem'\n }\n};\n\n/**\n * @internal\n */\nexport const secondaryTextStyles: ITextStyles = {\n root: {\n margin: 'auto',\n fontWeight: 400,\n paddingBottom: '0.5rem'\n }\n};\n\n/**\n * @internal\n */\nexport const linkTextStyles: ILinkStyles = {\n root: {\n margin: 'auto',\n fontWeight: 600,\n textAlign: 'inherit'\n }\n};\n\"../../../../acs-ui-common/src\""]}
@@ -1,22 +0,0 @@
1
- import { IIconStyles, ILinkStyles, IStackStyles, ITextStyles } from '@fluentui/react';
2
- /**
3
- * @internal
4
- */
5
- export declare const mainTextStyles: ITextStyles;
6
- /**
7
- * @internal
8
- */
9
- export declare const secondaryTextStyles: ITextStyles;
10
- /**
11
- * @internal
12
- */
13
- export declare const linkTextStyles: ILinkStyles;
14
- /**
15
- * @internal
16
- */
17
- export declare const containerStyles: IStackStyles;
18
- /**
19
- * @interal
20
- */
21
- export declare const iconStyles: IIconStyles;
22
- //# sourceMappingURL=UnsupportedBrowser.styles.d.ts.map
@@ -1,53 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- import { _pxToRem } from "../../../../acs-ui-common/src";
4
- /**
5
- * @internal
6
- */
7
- export const mainTextStyles = {
8
- root: {
9
- fontWeight: 600,
10
- fontSize: _pxToRem(20),
11
- lineHeight: _pxToRem(28),
12
- paddingBottom: '1rem',
13
- margin: 'auto'
14
- }
15
- };
16
- /**
17
- * @internal
18
- */
19
- export const secondaryTextStyles = {
20
- root: {
21
- margin: 'auto',
22
- fontWeight: 400,
23
- paddingBottom: '0.5rem'
24
- }
25
- };
26
- /**
27
- * @internal
28
- */
29
- export const linkTextStyles = {
30
- root: {
31
- margin: 'auto',
32
- fontWeight: 600,
33
- textAlign: 'inherit'
34
- }
35
- };
36
- /**
37
- * @internal
38
- */
39
- export const containerStyles = {
40
- root: {
41
- padding: '2rem',
42
- maxWidth: '25.374rem'
43
- }
44
- };
45
- /**
46
- * @interal
47
- */
48
- export const iconStyles = {
49
- root: {
50
- paddingBottom: '1rem'
51
- }
52
- };
53
- //# sourceMappingURL=UnsupportedBrowser.styles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnsupportedBrowser.styles.js","sourceRoot":"","sources":["../../../../../../../react-components/src/components/styles/UnsupportedBrowser.styles.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,QAAQ,EAAE,sCAAgC;AAEnD;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAgB;IACzC,IAAI,EAAE;QACJ,UAAU,EAAE,GAAG;QACf,QAAQ,EAAE,QAAQ,CAAC,EAAE,CAAC;QACtB,UAAU,EAAE,QAAQ,CAAC,EAAE,CAAC;QACxB,aAAa,EAAE,MAAM;QACrB,MAAM,EAAE,MAAM;KACf;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAgB;IAC9C,IAAI,EAAE;QACJ,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,GAAG;QACf,aAAa,EAAE,QAAQ;KACxB;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAgB;IACzC,IAAI,EAAE;QACJ,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,GAAG;QACf,SAAS,EAAE,SAAS;KACrB;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAiB;IAC3C,IAAI,EAAE;QACJ,OAAO,EAAE,MAAM;QACf,QAAQ,EAAE,WAAW;KACtB;CACF,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAgB;IACrC,IAAI,EAAE;QACJ,aAAa,EAAE,MAAM;KACtB;CACF,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { IIconStyles, ILinkStyles, IStackStyles, ITextStyles } from '@fluentui/react';\nimport { _pxToRem } from '@internal/acs-ui-common';\n\n/**\n * @internal\n */\nexport const mainTextStyles: ITextStyles = {\n root: {\n fontWeight: 600,\n fontSize: _pxToRem(20),\n lineHeight: _pxToRem(28),\n paddingBottom: '1rem',\n margin: 'auto'\n }\n};\n\n/**\n * @internal\n */\nexport const secondaryTextStyles: ITextStyles = {\n root: {\n margin: 'auto',\n fontWeight: 400,\n paddingBottom: '0.5rem'\n }\n};\n\n/**\n * @internal\n */\nexport const linkTextStyles: ILinkStyles = {\n root: {\n margin: 'auto',\n fontWeight: 600,\n textAlign: 'inherit'\n }\n};\n\n/**\n * @internal\n */\nexport const containerStyles: IStackStyles = {\n root: {\n padding: '2rem',\n maxWidth: '25.374rem'\n }\n};\n\n/**\n * @interal\n */\nexport const iconStyles: IIconStyles = {\n root: {\n paddingBottom: '1rem'\n }\n};\n\"../../../../acs-ui-common/src\""]}