@cometchat/chat-uikit-angular 4.3.36 → 5.0.0-beta.2

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 (648) hide show
  1. package/README.md +41 -14
  2. package/fesm2022/cometchat-chat-uikit-angular.mjs +107859 -0
  3. package/fesm2022/cometchat-chat-uikit-angular.mjs.map +1 -0
  4. package/package.json +14 -21
  5. package/screenshots/sample_app_overview.png +0 -0
  6. package/src/lib/assets/Collaborative-Whiteboard-Preview-Light.png +0 -0
  7. package/src/lib/assets/Collaborative-document-Preview-light.png +0 -0
  8. package/src/lib/assets/Collaborative_Document_Dark.png +0 -0
  9. package/src/lib/assets/Collaborative_Document_Light.png +0 -0
  10. package/src/lib/assets/Collaborative_Whiteboard_Dark.png +0 -0
  11. package/src/lib/assets/Collaborative_Whiteboard_Light.png +0 -0
  12. package/src/lib/assets/Copy.svg +5 -0
  13. package/src/lib/assets/Info.svg +8 -0
  14. package/src/lib/assets/Profile.png +0 -0
  15. package/src/lib/assets/Send.svg +3 -0
  16. package/src/lib/assets/Spinner-Gradient-1.svg +12 -0
  17. package/src/lib/assets/account_circle.svg +8 -0
  18. package/src/lib/assets/activity.svg +10 -0
  19. package/src/lib/assets/add.svg +8 -0
  20. package/src/lib/assets/add_a_photo.svg +8 -0
  21. package/src/lib/assets/add_box.svg +8 -0
  22. package/src/lib/assets/add_call.svg +8 -0
  23. package/src/lib/assets/add_circle.svg +3 -0
  24. package/src/lib/assets/add_circle_fill.svg +3 -0
  25. package/src/lib/assets/add_comment.svg +8 -0
  26. package/src/lib/assets/add_reaction.svg +8 -0
  27. package/src/lib/assets/add_reaction_icon.svg +5 -0
  28. package/src/lib/assets/ai_conversation_summary.svg +3 -0
  29. package/src/lib/assets/ai_fill.svg +4 -0
  30. package/src/lib/assets/ai_suggest_reply.svg +3 -0
  31. package/src/lib/assets/alternate_email.svg +8 -0
  32. package/src/lib/assets/animals_nature.svg +10 -0
  33. package/src/lib/assets/archive.svg +8 -0
  34. package/src/lib/assets/arrow_back.svg +8 -0
  35. package/src/lib/assets/arrow_forward.svg +8 -0
  36. package/src/lib/assets/attach_file.svg +8 -0
  37. package/src/lib/assets/audio_call_button.svg +5 -0
  38. package/src/lib/assets/audio_filter_icon.svg +3 -0
  39. package/src/lib/assets/bar_chart.svg +3 -0
  40. package/src/lib/assets/bedtime.svg +8 -0
  41. package/src/lib/assets/block.svg +8 -0
  42. package/src/lib/assets/bold-format.svg +3 -0
  43. package/src/lib/assets/bookmark.svg +8 -0
  44. package/src/lib/assets/bookmark_add.svg +8 -0
  45. package/src/lib/assets/bullet-list-format.svg +3 -0
  46. package/src/lib/assets/calendar_add_on.svg +8 -0
  47. package/src/lib/assets/calendar_today.svg +8 -0
  48. package/src/lib/assets/call-log-audio.svg +3 -0
  49. package/src/lib/assets/call-log_video.svg +3 -0
  50. package/src/lib/assets/call-logs_empty_state.svg +8 -0
  51. package/src/lib/assets/call-logs_empty_state_dark.svg +8 -0
  52. package/src/lib/assets/call.svg +8 -0
  53. package/src/lib/assets/call_end.svg +8 -0
  54. package/src/lib/assets/call_end_no_fill.svg +3 -0
  55. package/src/lib/assets/call_log.svg +8 -0
  56. package/src/lib/assets/call_made.svg +8 -0
  57. package/src/lib/assets/call_missed.svg +8 -0
  58. package/src/lib/assets/call_missed_outgoing.svg +8 -0
  59. package/src/lib/assets/call_received.svg +8 -0
  60. package/src/lib/assets/cancel.svg +8 -0
  61. package/src/lib/assets/cancel_fill.svg +8 -0
  62. package/src/lib/assets/change_circle.svg +3 -0
  63. package/src/lib/assets/change_scope.png +0 -0
  64. package/src/lib/assets/chat-history.svg +3 -0
  65. package/src/lib/assets/chat.svg +8 -0
  66. package/src/lib/assets/chat_bot.svg +3 -0
  67. package/src/lib/assets/chats_filter_icon.svg +1 -0
  68. package/src/lib/assets/check.svg +8 -0
  69. package/src/lib/assets/check_circle.svg +3 -0
  70. package/src/lib/assets/checkbox_tick.svg +5 -0
  71. package/src/lib/assets/chevron_left.svg +8 -0
  72. package/src/lib/assets/chevron_right.svg +8 -0
  73. package/src/lib/assets/circle.svg +3 -0
  74. package/src/lib/assets/close.svg +8 -0
  75. package/src/lib/assets/code-block-format.svg +3 -0
  76. package/src/lib/assets/code-format.svg +3 -0
  77. package/src/lib/assets/collaborative_document_fill.svg +4 -0
  78. package/src/lib/assets/collaborative_whiteboard.svg +4 -0
  79. package/src/lib/assets/collaborative_whiteboard_fill.svg +4 -0
  80. package/src/lib/assets/collabrative_document.svg +4 -0
  81. package/src/lib/assets/content_copy.svg +8 -0
  82. package/src/lib/assets/conversation_summary.svg +4 -0
  83. package/src/lib/assets/conversations_audio-message.svg +8 -0
  84. package/src/lib/assets/conversations_card-message.svg +8 -0
  85. package/src/lib/assets/conversations_collaborative-document-message.svg +4 -0
  86. package/src/lib/assets/conversations_collaborative-whiteboard-message.svg +5 -0
  87. package/src/lib/assets/conversations_delete.svg +8 -0
  88. package/src/lib/assets/conversations_delivered.svg +3 -0
  89. package/src/lib/assets/conversations_dropdown.svg +3 -0
  90. package/src/lib/assets/conversations_empty_state.svg +20 -0
  91. package/src/lib/assets/conversations_empty_state_dark.svg +20 -0
  92. package/src/lib/assets/conversations_error.svg +16 -0
  93. package/src/lib/assets/conversations_file-message.svg +8 -0
  94. package/src/lib/assets/conversations_form-message.svg +3 -0
  95. package/src/lib/assets/conversations_image-message.svg +8 -0
  96. package/src/lib/assets/conversations_incoming-video-call.svg +8 -0
  97. package/src/lib/assets/conversations_incoming-voice-call.svg +3 -0
  98. package/src/lib/assets/conversations_link.svg +8 -0
  99. package/src/lib/assets/conversations_missed-video-call.svg +8 -0
  100. package/src/lib/assets/conversations_missed-voice-call.svg +3 -0
  101. package/src/lib/assets/conversations_outgoing-video-call.svg +8 -0
  102. package/src/lib/assets/conversations_outgoing-voice-call.svg +4 -0
  103. package/src/lib/assets/conversations_poll-message.svg +3 -0
  104. package/src/lib/assets/conversations_read.svg +3 -0
  105. package/src/lib/assets/conversations_schedular-message.svg +8 -0
  106. package/src/lib/assets/conversations_sent.svg +3 -0
  107. package/src/lib/assets/conversations_sticker-message.svg +4 -0
  108. package/src/lib/assets/conversations_thread.svg +8 -0
  109. package/src/lib/assets/conversations_video-message.svg +8 -0
  110. package/{assets/wait.svg → src/lib/assets/conversations_wait.svg} +0 -0
  111. package/src/lib/assets/copy-text.svg +3 -0
  112. package/src/lib/assets/crop.svg +8 -0
  113. package/src/lib/assets/delete.svg +8 -0
  114. package/src/lib/assets/delete_icon.svg +4 -0
  115. package/src/lib/assets/deliveredIcon.svg +5 -0
  116. package/src/lib/assets/description.svg +8 -0
  117. package/src/lib/assets/document_icon.svg +10 -0
  118. package/src/lib/assets/done_all.svg +8 -0
  119. package/src/lib/assets/download.svg +8 -0
  120. package/src/lib/assets/dropdown-arrow.svg +3 -0
  121. package/src/lib/assets/edit.svg +8 -0
  122. package/src/lib/assets/edit_calendar.svg +8 -0
  123. package/src/lib/assets/edit_icon.svg +5 -0
  124. package/src/lib/assets/edit_square.svg +3 -0
  125. package/src/lib/assets/error.svg +9 -0
  126. package/src/lib/assets/error_icon.svg +3 -0
  127. package/src/lib/assets/error_info.svg +3 -0
  128. package/src/lib/assets/event.svg +8 -0
  129. package/src/lib/assets/favorite.svg +8 -0
  130. package/src/lib/assets/file_filter_icon.svg +4 -0
  131. package/src/lib/assets/file_type_jpg.png +0 -0
  132. package/src/lib/assets/file_type_link.png +0 -0
  133. package/src/lib/assets/file_type_mov.png +0 -0
  134. package/src/lib/assets/file_type_mp3.png +0 -0
  135. package/src/lib/assets/file_type_pdf.png +0 -0
  136. package/src/lib/assets/file_type_ppt.png +0 -0
  137. package/src/lib/assets/file_type_txt.png +0 -0
  138. package/src/lib/assets/file_type_unsupported.png +0 -0
  139. package/src/lib/assets/file_type_word.png +0 -0
  140. package/src/lib/assets/file_type_xlsx.png +0 -0
  141. package/src/lib/assets/file_type_zip.png +0 -0
  142. package/src/lib/assets/filter_list.svg +8 -0
  143. package/src/lib/assets/filter_list_off.svg +8 -0
  144. package/src/lib/assets/flags.svg +5 -0
  145. package/src/lib/assets/flip_camera_ios.svg +8 -0
  146. package/src/lib/assets/food_drink.svg +10 -0
  147. package/src/lib/assets/forward.svg +8 -0
  148. package/src/lib/assets/gif.svg +3 -0
  149. package/src/lib/assets/graphic_eq.svg +3 -0
  150. package/src/lib/assets/group_filter_icon.svg +3 -0
  151. package/src/lib/assets/groups_empty_state.svg +8 -0
  152. package/src/lib/assets/groups_empty_state_dark.svg +8 -0
  153. package/src/lib/assets/help.svg +8 -0
  154. package/src/lib/assets/history.svg +8 -0
  155. package/src/lib/assets/image_placeholder.png +0 -0
  156. package/src/lib/assets/incoming_video.svg +8 -0
  157. package/src/lib/assets/incoming_video_no_fill.svg +4 -0
  158. package/src/lib/assets/info_icon.svg +3 -0
  159. package/src/lib/assets/info_icon_fill.svg +5 -0
  160. package/src/lib/assets/italic-format.svg +3 -0
  161. package/src/lib/assets/keep.svg +8 -0
  162. package/src/lib/assets/keep_off.svg +8 -0
  163. package/src/lib/assets/keyboard.svg +8 -0
  164. package/src/lib/assets/keyboard_arrow_down.svg +8 -0
  165. package/src/lib/assets/keyboard_arrow_up.svg +8 -0
  166. package/src/lib/assets/language.svg +8 -0
  167. package/src/lib/assets/link.svg +8 -0
  168. package/src/lib/assets/link_filter_icon.svg +3 -0
  169. package/src/lib/assets/link_icon_2x.svg +3 -0
  170. package/src/lib/assets/list_error_state_icon.svg +20 -0
  171. package/src/lib/assets/list_error_state_icon_dark.svg +27 -0
  172. package/src/lib/assets/loading.svg +5 -0
  173. package/src/lib/assets/loading_animation.svg +5 -0
  174. package/src/lib/assets/loading_icon.svg +3 -0
  175. package/src/lib/assets/location_on.svg +8 -0
  176. package/src/lib/assets/lock.svg +8 -0
  177. package/src/lib/assets/lock_open.svg +8 -0
  178. package/src/lib/assets/logout.svg +3 -0
  179. package/src/lib/assets/mail.svg +8 -0
  180. package/src/lib/assets/message_blocked.svg +8 -0
  181. package/src/lib/assets/message_delete.svg +8 -0
  182. package/src/lib/assets/messages_filter_icon.svg +1 -0
  183. package/src/lib/assets/mic.svg +3 -0
  184. package/src/lib/assets/mic_fill.svg +8 -0
  185. package/src/lib/assets/mic_off.svg +8 -0
  186. package/src/lib/assets/missedCallIcon.svg +10 -0
  187. package/src/lib/assets/missed_video_call.svg +8 -0
  188. package/src/lib/assets/missed_video_call_no_fill.svg +3 -0
  189. package/src/lib/assets/mood.svg +3 -0
  190. package/src/lib/assets/mood_fill.svg +8 -0
  191. package/src/lib/assets/more_icon.svg +5 -0
  192. package/src/lib/assets/more_vert.svg +8 -0
  193. package/src/lib/assets/near_me.svg +3 -0
  194. package/src/lib/assets/new-chat.svg +3 -0
  195. package/src/lib/assets/no-messages.svg +8 -0
  196. package/src/lib/assets/no_photography.svg +8 -0
  197. package/src/lib/assets/notifications.svg +8 -0
  198. package/src/lib/assets/notifications_off.svg +8 -0
  199. package/src/lib/assets/number-list-format.svg +3 -0
  200. package/src/lib/assets/objects.svg +10 -0
  201. package/src/lib/assets/outgoing_video.svg +8 -0
  202. package/src/lib/assets/outgoing_video_no_fill.svg +4 -0
  203. package/src/lib/assets/pause.svg +8 -0
  204. package/src/lib/assets/person.svg +8 -0
  205. package/src/lib/assets/person_add.svg +8 -0
  206. package/src/lib/assets/phone_in_talk.svg +8 -0
  207. package/src/lib/assets/phone_incoming.svg +3 -0
  208. package/src/lib/assets/phone_incoming_no_fill.svg +3 -0
  209. package/src/lib/assets/phone_missed.svg +8 -0
  210. package/src/lib/assets/phone_missed_no_fill.svg +3 -0
  211. package/src/lib/assets/phone_outgoing.svg +4 -0
  212. package/src/lib/assets/phone_outgoing_no_fill.svg +4 -0
  213. package/src/lib/assets/photo.svg +8 -0
  214. package/src/lib/assets/photo_camera.svg +8 -0
  215. package/src/lib/assets/photo_filter_icon.svg +3 -0
  216. package/src/lib/assets/placeholder.png +0 -0
  217. package/src/lib/assets/play_arrow.svg +8 -0
  218. package/src/lib/assets/play_circle.svg +8 -0
  219. package/src/lib/assets/poll.svg +5 -0
  220. package/src/lib/assets/quote-format.svg +3 -0
  221. package/src/lib/assets/readIcon.svg +5 -0
  222. package/src/lib/assets/rearrange.svg +3 -0
  223. package/src/lib/assets/recording_icon.svg +10 -0
  224. package/src/lib/assets/recording_resume.svg +10 -0
  225. package/src/lib/assets/refresh.svg +8 -0
  226. package/src/lib/assets/reply.svg +8 -0
  227. package/src/lib/assets/reply_all.svg +8 -0
  228. package/src/lib/assets/reply_in_thread.svg +10 -0
  229. package/src/lib/assets/retry.svg +3 -0
  230. package/src/lib/assets/right-arrow.svg +3 -0
  231. package/src/lib/assets/sample-audio.wav +0 -0
  232. package/src/lib/assets/sample-video-thumbnail.svg +7 -0
  233. package/src/lib/assets/sample-video.mp4 +0 -0
  234. package/src/lib/assets/schedule.svg +8 -0
  235. package/src/lib/assets/screen_share.svg +8 -0
  236. package/src/lib/assets/search.svg +8 -0
  237. package/src/lib/assets/search_message_icon.svg +8 -0
  238. package/src/lib/assets/send-message.svg +3 -0
  239. package/src/lib/assets/send_fill.svg +8 -0
  240. package/src/lib/assets/settings.svg +8 -0
  241. package/src/lib/assets/share.svg +8 -0
  242. package/src/lib/assets/shield.svg +3 -0
  243. package/src/lib/assets/smileys_people.svg +10 -0
  244. package/src/lib/assets/star.svg +8 -0
  245. package/src/lib/assets/status_delivered.svg +5 -0
  246. package/src/lib/assets/status_error.svg +16 -0
  247. package/src/lib/assets/status_read.svg +3 -0
  248. package/src/lib/assets/status_sending.svg +5 -0
  249. package/src/lib/assets/status_sent.svg +5 -0
  250. package/src/lib/assets/sticker.svg +3 -0
  251. package/src/lib/assets/sticker_fill.svg +4 -0
  252. package/src/lib/assets/stop-message.svg +3 -0
  253. package/src/lib/assets/stop.svg +8 -0
  254. package/src/lib/assets/stop_circle.svg +8 -0
  255. package/src/lib/assets/stop_screen_share.svg +8 -0
  256. package/src/lib/assets/strike-out-format.svg +3 -0
  257. package/src/lib/assets/subdirectory_arrow_left.svg +8 -0
  258. package/src/lib/assets/subdirectory_arrow_right.svg +8 -0
  259. package/src/lib/assets/sunny.svg +8 -0
  260. package/src/lib/assets/symbols.svg +13 -0
  261. package/src/lib/assets/thumb_down.svg +8 -0
  262. package/src/lib/assets/thumb_up.svg +8 -0
  263. package/src/lib/assets/toast_check_circle.svg +3 -0
  264. package/src/lib/assets/toast_error.svg +3 -0
  265. package/src/lib/assets/toast_info.svg +3 -0
  266. package/src/lib/assets/toast_warning.svg +3 -0
  267. package/src/lib/assets/toolbar-toggle.svg +3 -0
  268. package/src/lib/assets/tooltip-side.svg +5 -0
  269. package/src/lib/assets/tooltip.svg +5 -0
  270. package/src/lib/assets/translate.svg +3 -0
  271. package/src/lib/assets/travel_places.svg +10 -0
  272. package/src/lib/assets/ulr-format.svg +3 -0
  273. package/src/lib/assets/underline-format.svg +3 -0
  274. package/src/lib/assets/unread_filter_icon.svg +7 -0
  275. package/src/lib/assets/upload.svg +3 -0
  276. package/src/lib/assets/user_empty.svg +8 -0
  277. package/src/lib/assets/user_empty_dark.svg +8 -0
  278. package/src/lib/assets/video_call.svg +8 -0
  279. package/src/lib/assets/video_call_button.svg +5 -0
  280. package/src/lib/assets/video_filter_icon.svg +3 -0
  281. package/src/lib/assets/videocam.svg +8 -0
  282. package/src/lib/assets/videocam_off.svg +8 -0
  283. package/src/lib/assets/visibility_off.svg +3 -0
  284. package/src/lib/assets/volume_down.svg +8 -0
  285. package/src/lib/assets/volume_mute.svg +8 -0
  286. package/src/lib/assets/volume_off.svg +8 -0
  287. package/src/lib/assets/volume_up.svg +8 -0
  288. package/src/lib/assets/warning.svg +8 -0
  289. package/src/lib/assets/warning_neutral.svg +3 -0
  290. package/src/lib/assets/wifi.svg +8 -0
  291. package/src/lib/assets/zoom_in_map.svg +8 -0
  292. package/src/lib/assets/zoom_out_map.svg +8 -0
  293. package/styles/accessibility.css +148 -0
  294. package/styles/css-variables.css +547 -0
  295. package/styles/fonts/Roboto/LICENSE.txt +202 -0
  296. package/styles/fonts/Roboto/Roboto-Black.ttf +0 -0
  297. package/styles/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
  298. package/styles/fonts/Roboto/Roboto-Bold.ttf +0 -0
  299. package/styles/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
  300. package/styles/fonts/Roboto/Roboto-Italic.ttf +0 -0
  301. package/styles/fonts/Roboto/Roboto-Light.ttf +0 -0
  302. package/styles/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
  303. package/styles/fonts/Roboto/Roboto-Medium.ttf +0 -0
  304. package/styles/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
  305. package/styles/fonts/Roboto/Roboto-Regular.ttf +0 -0
  306. package/styles/fonts/Roboto/Roboto-Thin.ttf +0 -0
  307. package/styles/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
  308. package/styles/mention-styles.css +190 -0
  309. package/styles/rich-text-styles.css +310 -0
  310. package/types/cometchat-chat-uikit-angular.d.ts +34636 -0
  311. package/AI/AIAssistBot/AIAssistBot.d.ts +0 -7
  312. package/AI/AIAssistBot/AIAssistBotDecorator.d.ts +0 -11
  313. package/AI/AIConversationStarter/AIConversationStarter.d.ts +0 -7
  314. package/AI/AIConversationStarter/AIConversationStarterDecorator.d.ts +0 -9
  315. package/AI/AIConversationSummary/AIConversationSummary.d.ts +0 -7
  316. package/AI/AIConversationSummary/AIConversationSummaryDecorator.d.ts +0 -10
  317. package/AI/AISmartReplies/AISmartReplies.d.ts +0 -7
  318. package/AI/AISmartReplies/AISmartRepliesDecorator.d.ts +0 -9
  319. package/Calls/CallingExtension.d.ts +0 -6
  320. package/Calls/CallingExtensionDecorator.d.ts +0 -16
  321. package/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.d.ts +0 -79
  322. package/Calls/CometChatCallButtons/cometchat-call-buttons.module.d.ts +0 -11
  323. package/Calls/CometChatCallLogDetails/cometchat-call-log-details/cometchat-call-log-details.component.d.ts +0 -136
  324. package/Calls/CometChatCallLogDetails/cometchat-call-log-details.module.d.ts +0 -14
  325. package/Calls/CometChatCallLogHistory/cometchat-call-log-history/cometchat-call-log-history.component.d.ts +0 -112
  326. package/Calls/CometChatCallLogHistory/cometchat-call-log-history.module.d.ts +0 -10
  327. package/Calls/CometChatCallLogParticipants/cometchat-call-log-participants/cometchat-call-log-participants.component.d.ts +0 -77
  328. package/Calls/CometChatCallLogParticipants/cometchat-call-log-participants.module.d.ts +0 -10
  329. package/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings/cometchat-call-log-recordings.component.d.ts +0 -91
  330. package/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings.module.d.ts +0 -10
  331. package/Calls/CometChatCallLogs/cometchat-call-logs/cometchat-call-logs.component.d.ts +0 -134
  332. package/Calls/CometChatCallLogs/cometchat-call-logs.module.d.ts +0 -12
  333. package/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details/cometchat-call-logs-with-details.component.d.ts +0 -54
  334. package/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details.module.d.ts +0 -12
  335. package/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.d.ts +0 -81
  336. package/Calls/CometChatIncomingCall/cometchat-incoming-call.module.d.ts +0 -11
  337. package/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.d.ts +0 -38
  338. package/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.d.ts +0 -9
  339. package/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.d.ts +0 -57
  340. package/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.d.ts +0 -10
  341. package/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.d.ts +0 -117
  342. package/CometChatAddMembers/cometchat-add-members.module.d.ts +0 -12
  343. package/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.d.ts +0 -152
  344. package/CometChatBannedMembers/cometchat-banned-members.module.d.ts +0 -13
  345. package/CometChatContacts/cometchat-contacts/cometchat-contacts.component.d.ts +0 -66
  346. package/CometChatContacts/cometchat-contacts.module.d.ts +0 -12
  347. package/CometChatConversations/cometchat-conversations/cometchat-conversations.component.d.ts +0 -387
  348. package/CometChatConversations/cometchat-conversations.module.d.ts +0 -10
  349. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.d.ts +0 -98
  350. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.d.ts +0 -11
  351. package/CometChatDetails/cometchat-details/cometchat-details.component.d.ts +0 -164
  352. package/CometChatDetails/cometchat-details.module.d.ts +0 -12
  353. package/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.d.ts +0 -162
  354. package/CometChatGroupMembers/cometchat-group-members.module.d.ts +0 -13
  355. package/CometChatGroups/cometchat-groups/cometchat-groups.component.d.ts +0 -150
  356. package/CometChatGroups/cometchat-groups.module.d.ts +0 -10
  357. package/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.d.ts +0 -103
  358. package/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.d.ts +0 -11
  359. package/CometChatList/cometchat-list.component.d.ts +0 -91
  360. package/CometChatList/cometchat-list.module.d.ts +0 -10
  361. package/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.d.ts +0 -63
  362. package/CometChatMessageBubble/cometchat-message-bubble.module.d.ts +0 -8
  363. package/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.d.ts +0 -326
  364. package/CometChatMessageComposer/cometchat-message-composer.module.d.ts +0 -11
  365. package/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.d.ts +0 -99
  366. package/CometChatMessageHeader/cometchat-message-header.module.d.ts +0 -9
  367. package/CometChatMessageInformation/cometchat-message-information/cometchat-message-information.component.d.ts +0 -99
  368. package/CometChatMessageInformation/cometchat-message-information.module.d.ts +0 -10
  369. package/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.d.ts +0 -819
  370. package/CometChatMessageList/cometchat-message-list.module.d.ts +0 -13
  371. package/CometChatMessages/cometchat-messages/cometchat-messages.component.d.ts +0 -149
  372. package/CometChatMessages/cometchat-messages.module.d.ts +0 -16
  373. package/CometChatTheme.service.d.ts +0 -7
  374. package/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.d.ts +0 -85
  375. package/CometChatThreadedMessages/cometchat-threaded-messages.module.d.ts +0 -12
  376. package/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.d.ts +0 -88
  377. package/CometChatTransferOwnership/cometchat-transfer-ownership.module.d.ts +0 -10
  378. package/CometChatUserMemberWrapper/cometchat-user-member-wrapper.component.d.ts +0 -41
  379. package/CometChatUserMemberWrapper/cometchat-user-member-wrapper.module.d.ts +0 -11
  380. package/CometChatUsers/cometchat-users/cometchat-users.component.d.ts +0 -194
  381. package/CometChatUsers/cometchat-users.module.d.ts +0 -11
  382. package/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.d.ts +0 -72
  383. package/CometChatUsersWithMessages/cometchat-users-with-messages.module.d.ts +0 -10
  384. package/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.d.ts +0 -5
  385. package/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.d.ts +0 -14
  386. package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.d.ts +0 -5
  387. package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +0 -14
  388. package/Extensions/ImageModeration/ImageModerationExtension.d.ts +0 -5
  389. package/Extensions/ImageModeration/ImageModerationExtensionDecorator.d.ts +0 -6
  390. package/Extensions/LinkPreviewExtension/LinkPreviewExtension.d.ts +0 -5
  391. package/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.d.ts +0 -6
  392. package/Extensions/MessageTranslation/MessageTranslationExtension.d.ts +0 -5
  393. package/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.d.ts +0 -9
  394. package/Extensions/PollsExtension/PollsExtension.d.ts +0 -5
  395. package/Extensions/PollsExtension/PollsExtensionDecorator.d.ts +0 -14
  396. package/Extensions/SmartReplies/SmartRepliesExtension.d.ts +0 -5
  397. package/Extensions/SmartReplies/SmartRepliesExtensionDecorator.d.ts +0 -16
  398. package/Extensions/Stickers/StickersExtension.d.ts +0 -5
  399. package/Extensions/Stickers/StickersExtensionDecorator.d.ts +0 -28
  400. package/Extensions/TextModerator/TextModeratorExtension.d.ts +0 -6
  401. package/Extensions/TextModerator/TextModeratorExtensionDecorator.d.ts +0 -8
  402. package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.d.ts +0 -5
  403. package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +0 -6
  404. package/Screenshots/overview_cometchat_screens.png +0 -0
  405. package/Shared/CometChatUIkit/CometChatUIKit.d.ts +0 -49
  406. package/Shared/Framework/AIExtensionDataSource.d.ts +0 -5
  407. package/Shared/Framework/ChatConfigurator.d.ts +0 -8
  408. package/Shared/Framework/DataSource.d.ts +0 -40
  409. package/Shared/Framework/DataSourceDecorator.d.ts +0 -43
  410. package/Shared/Framework/ExtensionDataSource.d.ts +0 -3
  411. package/Shared/Utils/CallDetailUtils.d.ts +0 -8
  412. package/Shared/Utils/CallLogUtils.d.ts +0 -8
  413. package/Shared/Utils/ComeChatException.d.ts +0 -1
  414. package/Shared/Utils/MessageUtils.d.ts +0 -151
  415. package/Shared/Utils/UtilityFunctions.d.ts +0 -6
  416. package/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list/aiassist-bot-message-list.component.d.ts +0 -71
  417. package/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list.module.d.ts +0 -11
  418. package/Shared/Views/CometChatTabs/cometchat-tabs/cometchat-tabs.component.d.ts +0 -82
  419. package/Shared/Views/CometChatTabs/cometchat-tabs.module.d.ts +0 -8
  420. package/assets/.gitkeep +0 -0
  421. package/assets/Audio-Call.svg +0 -11
  422. package/assets/Audio-Call2x.svg +0 -11
  423. package/assets/Copy.svg +0 -17
  424. package/assets/Grid-layout.svg +0 -1
  425. package/assets/Heart.svg +0 -11
  426. package/assets/Imagemoderation.svg +0 -14
  427. package/assets/Info.svg +0 -13
  428. package/assets/InfoIcon.svg +0 -13
  429. package/assets/InfoSimpleIcon.svg +0 -4
  430. package/assets/Locked.svg +0 -10
  431. package/assets/More@2x.svg +0 -9
  432. package/assets/Plus.svg +0 -13
  433. package/assets/Private.svg +0 -10
  434. package/assets/Reactionsicon.svg +0 -9
  435. package/assets/Reply@2x.svg +0 -9
  436. package/assets/Send.svg +0 -12
  437. package/assets/Spinner.svg +0 -15
  438. package/assets/Stickers.svg +0 -16
  439. package/assets/Stipop.svg +0 -9
  440. package/assets/Video-call.svg +0 -12
  441. package/assets/Video-call2x.svg +0 -12
  442. package/assets/activity.svg +0 -22
  443. package/assets/addreaction.svg +0 -9
  444. package/assets/ai-bot.svg +0 -24
  445. package/assets/ai-empty.svg +0 -22
  446. package/assets/ai-error.svg +0 -21
  447. package/assets/animals.svg +0 -15
  448. package/assets/attachment-file.svg +0 -14
  449. package/assets/audio-file.svg +0 -12
  450. package/assets/back.png +0 -0
  451. package/assets/backbutton.svg +0 -12
  452. package/assets/call.svg +0 -1
  453. package/assets/chats.svg +0 -1
  454. package/assets/checkmark.svg +0 -11
  455. package/assets/close.svg +0 -12
  456. package/assets/close2x.svg +0 -12
  457. package/assets/collaborativedocument.svg +0 -13
  458. package/assets/collaborativewhiteboard.svg +0 -12
  459. package/assets/create-button.svg +0 -12
  460. package/assets/declaration.d.ts +0 -3
  461. package/assets/delete.svg +0 -7
  462. package/assets/deleteicon.svg +0 -15
  463. package/assets/down-arrow.svg +0 -1
  464. package/assets/download.svg +0 -13
  465. package/assets/editicon.svg +0 -14
  466. package/assets/emoji.svg +0 -2693
  467. package/assets/empty-slot.svg +0 -14
  468. package/assets/file-upload.svg +0 -2693
  469. package/assets/flags.svg +0 -12
  470. package/assets/food.svg +0 -26
  471. package/assets/greaterThanIcon.svg +0 -3
  472. package/assets/group.svg +0 -40
  473. package/assets/heart-reaction.png +0 -0
  474. package/assets/heart.png +0 -0
  475. package/assets/image.svg +0 -2693
  476. package/assets/incomingAudioCallIconUrl.svg +0 -5
  477. package/assets/incomingVideoCallIconUrl.svg +0 -6
  478. package/assets/incomingcall.wav +0 -0
  479. package/assets/increase-size.svg +0 -6
  480. package/assets/location.svg +0 -2693
  481. package/assets/message-delivered.png +0 -0
  482. package/assets/message-delivered.svg +0 -5
  483. package/assets/message-read.png +0 -0
  484. package/assets/message-read.svg +0 -5
  485. package/assets/message-sent.png +0 -0
  486. package/assets/message-sent.svg +0 -3
  487. package/assets/mic.svg +0 -11
  488. package/assets/missedAudioCallIconUrl.svg +0 -5
  489. package/assets/missedVideoCallIconUrl.svg +0 -6
  490. package/assets/moreicon.svg +0 -9
  491. package/assets/new-chat.svg +0 -13
  492. package/assets/new-message-icon.svg +0 -1
  493. package/assets/objects.svg +0 -13
  494. package/assets/open-thread.svg +0 -11
  495. package/assets/outgoingAudioCallIconUrl.svg +0 -5
  496. package/assets/outgoingVideoCallIconUrl.svg +0 -6
  497. package/assets/password-protected-group.svg +0 -3
  498. package/assets/pause-icon.svg +0 -14
  499. package/assets/photolibrary.svg +0 -11
  500. package/assets/placeholder.png +0 -0
  501. package/assets/play-icon.svg +0 -18
  502. package/assets/plus-rotated.svg +0 -13
  503. package/assets/polls.svg +0 -14
  504. package/assets/privacy.svg +0 -4
  505. package/assets/private-group.svg +0 -9
  506. package/assets/public.svg +0 -3
  507. package/assets/record-icon.svg +0 -8
  508. package/assets/reduce-size.svg +0 -6
  509. package/assets/right-arrow.svg +0 -6
  510. package/assets/search.png +0 -0
  511. package/assets/search.svg +0 -4
  512. package/assets/side-arrow.svg +0 -1
  513. package/assets/smileys.svg +0 -16
  514. package/assets/start-chat.svg +0 -1
  515. package/assets/start-conversation.svg +0 -46
  516. package/assets/stop.svg +0 -1
  517. package/assets/symbols.svg +0 -16
  518. package/assets/thread-arrow.svg +0 -1
  519. package/assets/thread-icon.svg +0 -38
  520. package/assets/threadIndicatorIcon.svg +0 -11
  521. package/assets/threadicon.svg +0 -14
  522. package/assets/translation.svg +0 -16
  523. package/assets/travel.svg +0 -18
  524. package/assets/unsafe-content.svg +0 -23
  525. package/assets/user.svg +0 -31
  526. package/assets/video-upload.svg +0 -2693
  527. package/assets/video.svg +0 -12
  528. package/assets/wait.png +0 -0
  529. package/assets/warning-small.png +0 -0
  530. package/assets/warning-small.svg +0 -5
  531. package/cometchat-chat-uikit-angular.d.ts +0 -5
  532. package/esm2020/AI/AIAssistBot/AIAssistBot.mjs +0 -21
  533. package/esm2020/AI/AIAssistBot/AIAssistBotDecorator.mjs +0 -68
  534. package/esm2020/AI/AIConversationStarter/AIConversationStarter.mjs +0 -21
  535. package/esm2020/AI/AIConversationStarter/AIConversationStarterDecorator.mjs +0 -31
  536. package/esm2020/AI/AIConversationSummary/AIConversationSummary.mjs +0 -21
  537. package/esm2020/AI/AIConversationSummary/AIConversationSummaryDecorator.mjs +0 -32
  538. package/esm2020/AI/AISmartReplies/AISmartReplies.mjs +0 -21
  539. package/esm2020/AI/AISmartReplies/AISmartRepliesDecorator.mjs +0 -31
  540. package/esm2020/Calls/CallingExtension.mjs +0 -14
  541. package/esm2020/Calls/CallingExtensionDecorator.mjs +0 -127
  542. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.mjs +0 -409
  543. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons.module.mjs +0 -32
  544. package/esm2020/Calls/CometChatCallLogDetails/cometchat-call-log-details/cometchat-call-log-details.component.mjs +0 -373
  545. package/esm2020/Calls/CometChatCallLogDetails/cometchat-call-log-details.module.mjs +0 -47
  546. package/esm2020/Calls/CometChatCallLogHistory/cometchat-call-log-history/cometchat-call-log-history.component.mjs +0 -352
  547. package/esm2020/Calls/CometChatCallLogHistory/cometchat-call-log-history.module.mjs +0 -21
  548. package/esm2020/Calls/CometChatCallLogParticipants/cometchat-call-log-participants/cometchat-call-log-participants.component.mjs +0 -189
  549. package/esm2020/Calls/CometChatCallLogParticipants/cometchat-call-log-participants.module.mjs +0 -21
  550. package/esm2020/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings/cometchat-call-log-recordings.component.mjs +0 -246
  551. package/esm2020/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings.module.mjs +0 -21
  552. package/esm2020/Calls/CometChatCallLogs/cometchat-call-logs/cometchat-call-logs.component.mjs +0 -592
  553. package/esm2020/Calls/CometChatCallLogs/cometchat-call-logs.module.mjs +0 -36
  554. package/esm2020/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details/cometchat-call-logs-with-details.component.mjs +0 -198
  555. package/esm2020/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details.module.mjs +0 -39
  556. package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.mjs +0 -464
  557. package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call.module.mjs +0 -32
  558. package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.mjs +0 -176
  559. package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.mjs +0 -27
  560. package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.mjs +0 -188
  561. package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.mjs +0 -28
  562. package/esm2020/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.mjs +0 -374
  563. package/esm2020/CometChatAddMembers/cometchat-add-members.module.mjs +0 -23
  564. package/esm2020/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.mjs +0 -530
  565. package/esm2020/CometChatBannedMembers/cometchat-banned-members.module.mjs +0 -24
  566. package/esm2020/CometChatContacts/cometchat-contacts/cometchat-contacts.component.mjs +0 -274
  567. package/esm2020/CometChatContacts/cometchat-contacts.module.mjs +0 -23
  568. package/esm2020/CometChatConversations/cometchat-conversations/cometchat-conversations.component.mjs +0 -1837
  569. package/esm2020/CometChatConversations/cometchat-conversations.module.mjs +0 -28
  570. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.mjs +0 -413
  571. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.mjs +0 -35
  572. package/esm2020/CometChatDetails/cometchat-details/cometchat-details.component.mjs +0 -789
  573. package/esm2020/CometChatDetails/cometchat-details.module.mjs +0 -27
  574. package/esm2020/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.mjs +0 -807
  575. package/esm2020/CometChatGroupMembers/cometchat-group-members.module.mjs +0 -24
  576. package/esm2020/CometChatGroups/cometchat-groups/cometchat-groups.component.mjs +0 -681
  577. package/esm2020/CometChatGroups/cometchat-groups.module.mjs +0 -28
  578. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs +0 -499
  579. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.mjs +0 -35
  580. package/esm2020/CometChatList/cometchat-list.component.mjs +0 -225
  581. package/esm2020/CometChatList/cometchat-list.module.mjs +0 -28
  582. package/esm2020/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.mjs +0 -166
  583. package/esm2020/CometChatMessageBubble/cometchat-message-bubble.module.mjs +0 -23
  584. package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +0 -1976
  585. package/esm2020/CometChatMessageComposer/cometchat-message-composer.module.mjs +0 -22
  586. package/esm2020/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.mjs +0 -467
  587. package/esm2020/CometChatMessageHeader/cometchat-message-header.module.mjs +0 -26
  588. package/esm2020/CometChatMessageInformation/cometchat-message-information/cometchat-message-information.component.mjs +0 -308
  589. package/esm2020/CometChatMessageInformation/cometchat-message-information.module.mjs +0 -28
  590. package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +0 -4360
  591. package/esm2020/CometChatMessageList/cometchat-message-list.module.mjs +0 -42
  592. package/esm2020/CometChatMessages/cometchat-messages/cometchat-messages.component.mjs +0 -449
  593. package/esm2020/CometChatMessages/cometchat-messages.module.mjs +0 -52
  594. package/esm2020/CometChatTheme.service.mjs +0 -17
  595. package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.mjs +0 -372
  596. package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages.module.mjs +0 -36
  597. package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.mjs +0 -336
  598. package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership.module.mjs +0 -21
  599. package/esm2020/CometChatUserMemberWrapper/cometchat-user-member-wrapper.component.mjs +0 -75
  600. package/esm2020/CometChatUserMemberWrapper/cometchat-user-member-wrapper.module.mjs +0 -21
  601. package/esm2020/CometChatUsers/cometchat-users/cometchat-users.component.mjs +0 -788
  602. package/esm2020/CometChatUsers/cometchat-users.module.mjs +0 -32
  603. package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.mjs +0 -205
  604. package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages.module.mjs +0 -31
  605. package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.mjs +0 -12
  606. package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.mjs +0 -93
  607. package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.mjs +0 -12
  608. package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.mjs +0 -94
  609. package/esm2020/Extensions/ImageModeration/ImageModerationExtension.mjs +0 -12
  610. package/esm2020/Extensions/ImageModeration/ImageModerationExtensionDecorator.mjs +0 -10
  611. package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtension.mjs +0 -12
  612. package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.mjs +0 -10
  613. package/esm2020/Extensions/MessageTranslation/MessageTranslationExtension.mjs +0 -12
  614. package/esm2020/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.mjs +0 -31
  615. package/esm2020/Extensions/PollsExtension/PollsExtension.mjs +0 -12
  616. package/esm2020/Extensions/PollsExtension/PollsExtensionDecorator.mjs +0 -77
  617. package/esm2020/Extensions/SmartReplies/SmartRepliesExtension.mjs +0 -12
  618. package/esm2020/Extensions/SmartReplies/SmartRepliesExtensionDecorator.mjs +0 -115
  619. package/esm2020/Extensions/Stickers/StickersExtension.mjs +0 -12
  620. package/esm2020/Extensions/Stickers/StickersExtensionDecorator.mjs +0 -125
  621. package/esm2020/Extensions/TextModerator/TextModeratorExtension.mjs +0 -22
  622. package/esm2020/Extensions/TextModerator/TextModeratorExtensionDecorator.mjs +0 -87
  623. package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.mjs +0 -12
  624. package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.mjs +0 -10
  625. package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +0 -495
  626. package/esm2020/Shared/Framework/AIExtensionDataSource.mjs +0 -3
  627. package/esm2020/Shared/Framework/ChatConfigurator.mjs +0 -23
  628. package/esm2020/Shared/Framework/DataSource.mjs +0 -3
  629. package/esm2020/Shared/Framework/DataSourceDecorator.mjs +0 -113
  630. package/esm2020/Shared/Framework/ExtensionDataSource.mjs +0 -4
  631. package/esm2020/Shared/Utils/CallDetailUtils.mjs +0 -72
  632. package/esm2020/Shared/Utils/CallLogUtils.mjs +0 -122
  633. package/esm2020/Shared/Utils/ComeChatException.mjs +0 -10
  634. package/esm2020/Shared/Utils/MessageUtils.mjs +0 -682
  635. package/esm2020/Shared/Utils/UtilityFunctions.mjs +0 -36
  636. package/esm2020/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list/aiassist-bot-message-list.component.mjs +0 -290
  637. package/esm2020/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list.module.mjs +0 -22
  638. package/esm2020/Shared/Views/CometChatTabs/cometchat-tabs/cometchat-tabs.component.mjs +0 -124
  639. package/esm2020/Shared/Views/CometChatTabs/cometchat-tabs.module.mjs +0 -23
  640. package/esm2020/cometchat-chat-uikit-angular.mjs +0 -5
  641. package/esm2020/public-api.mjs +0 -115
  642. package/examples/sample-app/README.md +0 -50
  643. package/fesm2015/cometchat-chat-uikit-angular.mjs +0 -22649
  644. package/fesm2015/cometchat-chat-uikit-angular.mjs.map +0 -1
  645. package/fesm2020/cometchat-chat-uikit-angular.mjs +0 -22538
  646. package/fesm2020/cometchat-chat-uikit-angular.mjs.map +0 -1
  647. package/public-api.d.ts +0 -106
  648. /package/{assets/message-privately.svg → src/lib/assets/send_message_privately.svg} +0 -0
package/assets/image.svg DELETED
@@ -1,2693 +0,0 @@
1
-
2
-
3
-
4
-
5
-
6
-
7
- <!DOCTYPE html>
8
- <html lang="en" data-color-mode="auto" data-light-theme="light" data-dark-theme="light" >
9
- <head>
10
- <meta charset="utf-8">
11
- <link rel="dns-prefetch" href="https://github.githubassets.com">
12
- <link rel="dns-prefetch" href="https://avatars.githubusercontent.com">
13
- <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
14
- <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
15
- <link rel="preconnect" href="https://github.githubassets.com" crossorigin>
16
- <link rel="preconnect" href="https://avatars.githubusercontent.com">
17
-
18
-
19
-
20
- <link crossorigin="anonymous" media="all" integrity="sha512-sD8zc/Dn1lguLc4FdbeVhD2gfxFCTXGr/y+MpJG3oX1vkAyaFf/7BHPtvv1dAHA0KG4bDEW3Ex1EPrzGTMtN2Q==" rel="stylesheet" href="https://github.githubassets.com/assets/light-b03f3373f0e7.css" /><link crossorigin="anonymous" media="all" integrity="sha512-sD8zc/Dn1lguLc4FdbeVhD2gfxFCTXGr/y+MpJG3oX1vkAyaFf/7BHPtvv1dAHA0KG4bDEW3Ex1EPrzGTMtN2Q==" rel="stylesheet" href="https://github.githubassets.com/assets/light-b03f3373f0e7.css" /><link data-color-theme="dark" crossorigin="anonymous" media="all" integrity="sha512-V0872pNNqPTaPQFzdwX9tHIzJvB4F1Foi6VYDciZAMo/qHgBC8PvN2d/SkMweiNDbR6eF3cXcG0aPVrEtC8zqw==" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark-574f3bda934d.css" /><link data-color-theme="dark_dimmed" crossorigin="anonymous" media="all" integrity="sha512-PzuUWYSTZfXfFMEstZYF7zd5TnBiunweYKf7SA0USRWwzNBPELoB8ZhGVGTwcMSwF5ff9kyBAdGzEbfJ2/4cig==" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_dimmed-3f3b94598493.css" /><link data-color-theme="dark_high_contrast" crossorigin="anonymous" media="all" integrity="sha512-PDguTqV/sgFBBIdGLWGe50pI4GUQjVg3NQIm1ue9+6Wtn5qdx122aGJ1/M6IydIYhVs1tRfeLBl8P+7lNRRHlg==" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_high_contrast-3c382e4ea57f.css" /><link data-color-theme="dark_colorblind" crossorigin="anonymous" media="all" integrity="sha512-PZ0pkh4DltajJswDsmdCrHotI3eS5qb+etb48dcRDxUuiy0g2YP+kw5sQi04CE7AO+J33JXg86PAQoivVKkdKg==" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_colorblind-3d9d29921e03.css" /><link data-color-theme="light_colorblind" crossorigin="anonymous" media="all" integrity="sha512-P+VDoZFVyqfAb06foA/ZLUzHkdMPqEQq1d1B0VSzEzOF3fidwKWULgI+b1E+OoF7VnC5HXRS4lMJPKKc6wrc8g==" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_colorblind-3fe543a19155.css" /><link data-color-theme="light_high_contrast" crossorigin="anonymous" media="all" integrity="sha512-33ulzUgAM4pZv65KAcvjwZLHiC4bQaF61LiK9BiAQ/kuCG/+LtNi2clT1gfb72sa9SOsiu4fs4bEBL543Ms3Iw==" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_high_contrast-df7ba5cd4800.css" />
21
- <link crossorigin="anonymous" media="all" integrity="sha512-Pd4DlGdp/KPKDXzj7Ag3B+GMsPHzBw38b1EJjLCldUa+MTlbZGTpm6Rb35lZl3gh6toNtaLGkwzrZtSgRF0RPw==" rel="stylesheet" href="https://github.githubassets.com/assets/frameworks-3dde03946769.css" />
22
- <link crossorigin="anonymous" media="all" integrity="sha512-VbLTQP8rYT5x8UvTJf+BrQ548XN3zk+EOXTb/XKF1VyYxv+1ERTE0g0I+KcrWKGgzKj8Tg/ZFKTOuAYxftw6cg==" rel="stylesheet" href="https://github.githubassets.com/assets/behaviors-55b2d340ff2b.css" />
23
- <link crossorigin="anonymous" media="all" integrity="sha512-zrsFD6SjRcuSfHSnFM4iQcYUXIvUl8nIpZSoq3G8z9JOK0ncxG6rDsqvMHn/FrCtBvr+r+VRvJQo/RtHaM2AMA==" rel="stylesheet" href="https://github.githubassets.com/assets/tab-size-fix-cebb050fa4a3.css" />
24
- <link crossorigin="anonymous" media="all" integrity="sha512-ld3F3PZ5wmOy9UxXV87FuwzL8tkzOoMwIMAOg3uk2pvCQDKz7q5EXrztrUV+gu7YZJt8yItj5Ob0p2kNtkf1Wg==" rel="stylesheet" href="https://github.githubassets.com/assets/github-95ddc5dcf679.css" />
25
-
26
- <meta name="optimizely-datafile" content="{&quot;version&quot;: &quot;4&quot;, &quot;rollouts&quot;: [], &quot;typedAudiences&quot;: [], &quot;anonymizeIP&quot;: true, &quot;projectId&quot;: &quot;16737760170&quot;, &quot;variables&quot;: [], &quot;featureFlags&quot;: [], &quot;experiments&quot;: [{&quot;status&quot;: &quot;Running&quot;, &quot;audienceIds&quot;: [], &quot;variations&quot;: [{&quot;variables&quot;: [], &quot;id&quot;: &quot;20438636352&quot;, &quot;key&quot;: &quot;control&quot;}, {&quot;variables&quot;: [], &quot;id&quot;: &quot;20484957397&quot;, &quot;key&quot;: &quot;treatment&quot;}], &quot;id&quot;: &quot;20479227424&quot;, &quot;key&quot;: &quot;growth_ghec_onboarding_experience&quot;, &quot;layerId&quot;: &quot;20467848595&quot;, &quot;trafficAllocation&quot;: [{&quot;entityId&quot;: &quot;20484957397&quot;, &quot;endOfRange&quot;: 1000}, {&quot;entityId&quot;: &quot;20484957397&quot;, &quot;endOfRange&quot;: 3000}, {&quot;entityId&quot;: &quot;20484957397&quot;, &quot;endOfRange&quot;: 5000}, {&quot;entityId&quot;: &quot;20484957397&quot;, &quot;endOfRange&quot;: 6000}, {&quot;entityId&quot;: &quot;20484957397&quot;, &quot;endOfRange&quot;: 8000}, {&quot;entityId&quot;: &quot;20484957397&quot;, &quot;endOfRange&quot;: 10000}], &quot;forcedVariations&quot;: {&quot;85e2238ce2b9074907d7a3d91d6feeae&quot;: &quot;control&quot;}}, {&quot;status&quot;: &quot;Running&quot;, &quot;audienceIds&quot;: [], &quot;variations&quot;: [{&quot;variables&quot;: [], &quot;id&quot;: &quot;20667381018&quot;, &quot;key&quot;: &quot;control&quot;}, {&quot;variables&quot;: [], &quot;id&quot;: &quot;20680930759&quot;, &quot;key&quot;: &quot;treatment&quot;}], &quot;id&quot;: &quot;20652570897&quot;, &quot;key&quot;: &quot;project_genesis&quot;, &quot;layerId&quot;: &quot;20672300363&quot;, &quot;trafficAllocation&quot;: [{&quot;entityId&quot;: &quot;20667381018&quot;, &quot;endOfRange&quot;: 5000}, {&quot;entityId&quot;: &quot;20680930759&quot;, &quot;endOfRange&quot;: 10000}], &quot;forcedVariations&quot;: {&quot;83356e17066d336d1803024138ecb683&quot;: &quot;treatment&quot;, &quot;18e31c8a9b2271332466133162a4aa0d&quot;: &quot;treatment&quot;, &quot;10f8ab3fbc5ebe989a36a05f79d48f32&quot;: &quot;treatment&quot;, &quot;1686089f6d540cd2deeaec60ee43ecf7&quot;: &quot;treatment&quot;}}, {&quot;status&quot;: &quot;Running&quot;, &quot;audienceIds&quot;: [], &quot;variations&quot;: [{&quot;variables&quot;: [], &quot;id&quot;: &quot;20898546114&quot;, &quot;key&quot;: &quot;control&quot;}, {&quot;variables&quot;: [], &quot;id&quot;: &quot;20923036705&quot;, &quot;key&quot;: &quot;treatment_a&quot;}, {&quot;variables&quot;: [], &quot;id&quot;: &quot;20965581308&quot;, &quot;key&quot;: &quot;treatment_b&quot;}], &quot;id&quot;: &quot;20902325119&quot;, &quot;key&quot;: &quot;contact_sales_page_optimizations&quot;, &quot;layerId&quot;: &quot;20969031091&quot;, &quot;trafficAllocation&quot;: [{&quot;entityId&quot;: &quot;20965581308&quot;, &quot;endOfRange&quot;: 3330}, {&quot;entityId&quot;: &quot;20965581308&quot;, &quot;endOfRange&quot;: 5000}, {&quot;entityId&quot;: &quot;20965581308&quot;, &quot;endOfRange&quot;: 6670}, {&quot;entityId&quot;: &quot;20965581308&quot;, &quot;endOfRange&quot;: 10000}], &quot;forcedVariations&quot;: {}}], &quot;audiences&quot;: [{&quot;conditions&quot;: &quot;[\&quot;or\&quot;, {\&quot;match\&quot;: \&quot;exact\&quot;, \&quot;name\&quot;: \&quot;$opt_dummy_attribute\&quot;, \&quot;type\&quot;: \&quot;custom_attribute\&quot;, \&quot;value\&quot;: \&quot;$opt_dummy_value\&quot;}]&quot;, &quot;id&quot;: &quot;$opt_dummy_audience&quot;, &quot;name&quot;: &quot;Optimizely-Generated Audience for Backwards Compatibility&quot;}], &quot;groups&quot;: [], &quot;sdkKey&quot;: &quot;WTc6awnGuYDdG98CYRban&quot;, &quot;environmentKey&quot;: &quot;production&quot;, &quot;attributes&quot;: [{&quot;id&quot;: &quot;16822470375&quot;, &quot;key&quot;: &quot;user_id&quot;}, {&quot;id&quot;: &quot;17143601254&quot;, &quot;key&quot;: &quot;spammy&quot;}, {&quot;id&quot;: &quot;18175660309&quot;, &quot;key&quot;: &quot;organization_plan&quot;}, {&quot;id&quot;: &quot;18813001570&quot;, &quot;key&quot;: &quot;is_logged_in&quot;}, {&quot;id&quot;: &quot;19073851829&quot;, &quot;key&quot;: &quot;geo&quot;}, {&quot;id&quot;: &quot;20175462351&quot;, &quot;key&quot;: &quot;requestedCurrency&quot;}, {&quot;id&quot;: &quot;20785470195&quot;, &quot;key&quot;: &quot;country_code&quot;}], &quot;botFiltering&quot;: false, &quot;accountId&quot;: &quot;16737760170&quot;, &quot;events&quot;: [{&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;17911811441&quot;, &quot;key&quot;: &quot;hydro_click.dashboard.teacher_toolbox_cta&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18124116703&quot;, &quot;key&quot;: &quot;submit.organizations.complete_sign_up&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18145892387&quot;, &quot;key&quot;: &quot;no_metric.tracked_outside_of_optimizely&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18178755568&quot;, &quot;key&quot;: &quot;click.org_onboarding_checklist.add_repo&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18180553241&quot;, &quot;key&quot;: &quot;submit.repository_imports.create&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18186103728&quot;, &quot;key&quot;: &quot;click.help.learn_more_about_repository_creation&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18188530140&quot;, &quot;key&quot;: &quot;test_event&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18191963644&quot;, &quot;key&quot;: &quot;click.empty_org_repo_cta.transfer_repository&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18195612788&quot;, &quot;key&quot;: &quot;click.empty_org_repo_cta.import_repository&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18210945499&quot;, &quot;key&quot;: &quot;click.org_onboarding_checklist.invite_members&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18211063248&quot;, &quot;key&quot;: &quot;click.empty_org_repo_cta.create_repository&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18215721889&quot;, &quot;key&quot;: &quot;click.org_onboarding_checklist.update_profile&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18224360785&quot;, &quot;key&quot;: &quot;click.org_onboarding_checklist.dismiss&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18234832286&quot;, &quot;key&quot;: &quot;submit.organization_activation.complete&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18252392383&quot;, &quot;key&quot;: &quot;submit.org_repository.create&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18257551537&quot;, &quot;key&quot;: &quot;submit.org_member_invitation.create&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18259522260&quot;, &quot;key&quot;: &quot;submit.organization_profile.update&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18564603625&quot;, &quot;key&quot;: &quot;view.classroom_select_organization&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18568612016&quot;, &quot;key&quot;: &quot;click.classroom_sign_in_click&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18572592540&quot;, &quot;key&quot;: &quot;view.classroom_name&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18574203855&quot;, &quot;key&quot;: &quot;click.classroom_create_organization&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18582053415&quot;, &quot;key&quot;: &quot;click.classroom_select_organization&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18589463420&quot;, &quot;key&quot;: &quot;click.classroom_create_classroom&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18591323364&quot;, &quot;key&quot;: &quot;click.classroom_create_first_classroom&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18591652321&quot;, &quot;key&quot;: &quot;click.classroom_grant_access&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18607131425&quot;, &quot;key&quot;: &quot;view.classroom_creation&quot;}, {&quot;experimentIds&quot;: [&quot;20479227424&quot;], &quot;id&quot;: &quot;18831680583&quot;, &quot;key&quot;: &quot;upgrade_account_plan&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19064064515&quot;, &quot;key&quot;: &quot;click.signup&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19075373687&quot;, &quot;key&quot;: &quot;click.view_account_billing_page&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19077355841&quot;, &quot;key&quot;: &quot;click.dismiss_signup_prompt&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19079713938&quot;, &quot;key&quot;: &quot;click.contact_sales&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19120963070&quot;, &quot;key&quot;: &quot;click.compare_account_plans&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19151690317&quot;, &quot;key&quot;: &quot;click.upgrade_account_cta&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19424193129&quot;, &quot;key&quot;: &quot;click.open_account_switcher&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19520330825&quot;, &quot;key&quot;: &quot;click.visit_account_profile&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19540970635&quot;, &quot;key&quot;: &quot;click.switch_account_context&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19730198868&quot;, &quot;key&quot;: &quot;submit.homepage_signup&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19820830627&quot;, &quot;key&quot;: &quot;click.homepage_signup&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19988571001&quot;, &quot;key&quot;: &quot;click.create_enterprise_trial&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20036538294&quot;, &quot;key&quot;: &quot;click.create_organization_team&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20040653299&quot;, &quot;key&quot;: &quot;click.input_enterprise_trial_form&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20062030003&quot;, &quot;key&quot;: &quot;click.continue_with_team&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20068947153&quot;, &quot;key&quot;: &quot;click.create_organization_free&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20086636658&quot;, &quot;key&quot;: &quot;click.signup_continue.username&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20091648988&quot;, &quot;key&quot;: &quot;click.signup_continue.create_account&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20103637615&quot;, &quot;key&quot;: &quot;click.signup_continue.email&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20111574253&quot;, &quot;key&quot;: &quot;click.signup_continue.password&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20120044111&quot;, &quot;key&quot;: &quot;view.pricing_page&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20152062109&quot;, &quot;key&quot;: &quot;submit.create_account&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20165800992&quot;, &quot;key&quot;: &quot;submit.upgrade_payment_form&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20171520319&quot;, &quot;key&quot;: &quot;submit.create_organization&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20222645674&quot;, &quot;key&quot;: &quot;click.recommended_plan_in_signup.discuss_your_needs&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20227443657&quot;, &quot;key&quot;: &quot;submit.verify_primary_user_email&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20234607160&quot;, &quot;key&quot;: &quot;click.recommended_plan_in_signup.try_enterprise&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20238175784&quot;, &quot;key&quot;: &quot;click.recommended_plan_in_signup.team&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20239847212&quot;, &quot;key&quot;: &quot;click.recommended_plan_in_signup.continue_free&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20251097193&quot;, &quot;key&quot;: &quot;recommended_plan&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20438619534&quot;, &quot;key&quot;: &quot;click.pricing_calculator.1_member&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20456699683&quot;, &quot;key&quot;: &quot;click.pricing_calculator.15_members&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20467868331&quot;, &quot;key&quot;: &quot;click.pricing_calculator.10_members&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20476267432&quot;, &quot;key&quot;: &quot;click.trial_days_remaining&quot;}, {&quot;experimentIds&quot;: [&quot;20479227424&quot;], &quot;id&quot;: &quot;20476357660&quot;, &quot;key&quot;: &quot;click.discover_feature&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20479287901&quot;, &quot;key&quot;: &quot;click.pricing_calculator.custom_members&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20481107083&quot;, &quot;key&quot;: &quot;click.recommended_plan_in_signup.apply_teacher_benefits&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20483089392&quot;, &quot;key&quot;: &quot;click.pricing_calculator.5_members&quot;}, {&quot;experimentIds&quot;: [&quot;20479227424&quot;, &quot;20652570897&quot;], &quot;id&quot;: &quot;20484283944&quot;, &quot;key&quot;: &quot;click.onboarding_task&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20484996281&quot;, &quot;key&quot;: &quot;click.recommended_plan_in_signup.apply_student_benefits&quot;}, {&quot;experimentIds&quot;: [&quot;20479227424&quot;], &quot;id&quot;: &quot;20486713726&quot;, &quot;key&quot;: &quot;click.onboarding_task_breadcrumb&quot;}, {&quot;experimentIds&quot;: [&quot;20479227424&quot;], &quot;id&quot;: &quot;20490791319&quot;, &quot;key&quot;: &quot;click.upgrade_to_enterprise&quot;}, {&quot;experimentIds&quot;: [&quot;20479227424&quot;], &quot;id&quot;: &quot;20491786766&quot;, &quot;key&quot;: &quot;click.talk_to_us&quot;}, {&quot;experimentIds&quot;: [&quot;20479227424&quot;], &quot;id&quot;: &quot;20494144087&quot;, &quot;key&quot;: &quot;click.dismiss_enterprise_trial&quot;}, {&quot;experimentIds&quot;: [&quot;20479227424&quot;, &quot;20652570897&quot;], &quot;id&quot;: &quot;20499722759&quot;, &quot;key&quot;: &quot;completed_all_tasks&quot;}, {&quot;experimentIds&quot;: [&quot;20479227424&quot;, &quot;20652570897&quot;], &quot;id&quot;: &quot;20500710104&quot;, &quot;key&quot;: &quot;completed_onboarding_tasks&quot;}, {&quot;experimentIds&quot;: [&quot;20479227424&quot;], &quot;id&quot;: &quot;20513160672&quot;, &quot;key&quot;: &quot;click.read_doc&quot;}, {&quot;experimentIds&quot;: [&quot;20652570897&quot;], &quot;id&quot;: &quot;20516196762&quot;, &quot;key&quot;: &quot;actions_enabled&quot;}, {&quot;experimentIds&quot;: [&quot;20479227424&quot;], &quot;id&quot;: &quot;20518980986&quot;, &quot;key&quot;: &quot;click.dismiss_trial_banner&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20535446721&quot;, &quot;key&quot;: &quot;click.issue_actions_prompt.dismiss_prompt&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20557002247&quot;, &quot;key&quot;: &quot;click.issue_actions_prompt.setup_workflow&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20595070227&quot;, &quot;key&quot;: &quot;click.pull_request_setup_workflow&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20626600314&quot;, &quot;key&quot;: &quot;click.seats_input&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20642310305&quot;, &quot;key&quot;: &quot;click.decrease_seats_number&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20662990045&quot;, &quot;key&quot;: &quot;click.increase_seats_number&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20679620969&quot;, &quot;key&quot;: &quot;click.public_product_roadmap&quot;}, {&quot;experimentIds&quot;: [&quot;20479227424&quot;], &quot;id&quot;: &quot;20761240940&quot;, &quot;key&quot;: &quot;click.dismiss_survey_banner&quot;}, {&quot;experimentIds&quot;: [&quot;20479227424&quot;], &quot;id&quot;: &quot;20767210721&quot;, &quot;key&quot;: &quot;click.take_survey&quot;}, {&quot;experimentIds&quot;: [&quot;20652570897&quot;], &quot;id&quot;: &quot;20795281201&quot;, &quot;key&quot;: &quot;click.archive_list&quot;}, {&quot;experimentIds&quot;: [&quot;20902325119&quot;], &quot;id&quot;: &quot;20966790249&quot;, &quot;key&quot;: &quot;contact_sales.submit&quot;}, {&quot;experimentIds&quot;: [&quot;20902325119&quot;], &quot;id&quot;: &quot;20996500333&quot;, &quot;key&quot;: &quot;contact_sales.existing_customer&quot;}, {&quot;experimentIds&quot;: [&quot;20902325119&quot;], &quot;id&quot;: &quot;20996890162&quot;, &quot;key&quot;: &quot;contact_sales.blank_message_field&quot;}, {&quot;experimentIds&quot;: [&quot;20902325119&quot;], &quot;id&quot;: &quot;21000470317&quot;, &quot;key&quot;: &quot;contact_sales.personal_email&quot;}, {&quot;experimentIds&quot;: [&quot;20902325119&quot;], &quot;id&quot;: &quot;21002790172&quot;, &quot;key&quot;: &quot;contact_sales.blank_phone_field&quot;}], &quot;revision&quot;: &quot;1096&quot;}" />
27
-
28
-
29
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-SdcMcjM0jEaIvlyw8oqk8a9Lcz3cUQ8e1Se9n02dlMIJGRDTsBrUc9MMLYO8izhTS4QZKSJux6MgU9EGkNlg3g==" src="https://github.githubassets.com/assets/runtime-49d70c723334.js"></script>
30
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-o0cxfMCZ7A2uDJmgCUTvKotuDHkCq83aB8D511EijQnhPr3rmq0xqePektaf3Cs8HJWdwq5Hc2MVDwcymjpkOw==" src="https://github.githubassets.com/assets/environment-a347317cc099.js"></script>
31
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-rB/EVqzuiKzqcb6RaaDSx+i7s/HApAXhuINThOQOfSCzOsY0zTZf2Ba2GjECWMqWsDjDbJBMP23O6Lc83vygpg==" src="https://github.githubassets.com/assets/9048-ac1fc456acee.js"></script>
32
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-HGeV9MtF7qlJk/b5sDswl5jAS3cfQncdrcrvwSIjS0FoGJanQ+P9873q4kkIRjiWs/98fqkXbbY/RoXHUCmSbA==" src="https://github.githubassets.com/assets/9758-1c6795f4cb45.js"></script>
33
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-jjPr0ZAftDw2p5OPu0DRLB9f7B5l1lZmKij0neI7TQquIKCMD6ZZTVqZTYimRo6PPUyegWiGbJmygZsiwlS43g==" src="https://github.githubassets.com/assets/6038-8e33ebd1901f.js"></script>
34
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-KkL7rbbpZr7Qbu8Ooi2vKIlpcdPWG//bfCZa8MhXRdJ0+SBpOInUwyWSH0esyZY/XojaXnoiGag22Bj19wtNQw==" src="https://github.githubassets.com/assets/github-elements-2a42fbadb6e9.js"></script>
35
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-qk6DTpAtts03U43T27YBi2GGDQsOLdCLJ7JR3PfUshJ/z5EqEUGh8LdD4w4gOClo9Zr7+YWtxOhIA25s6zO/1g==" src="https://github.githubassets.com/assets/element-registry-aa4e834e902d.js"></script>
36
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-Qv2lL056rpQocE0oqgYds356Kr0VteNXu+I2H+xqjO5p0YJ7aBCngsWeS1IszuUIaiEmDoOp7umaTcXQ5P75+w==" src="https://github.githubassets.com/assets/762-42fda52f4e7a.js"></script>
37
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-kyutNFnVyXNirOp6jgLzir/lHojSmZRtKkCvj/18DUnh7DOxXyxa1uE7JKsGnXyDFvyDXAz0P76liKUpyrl5+A==" src="https://github.githubassets.com/assets/8933-932bad3459d5.js"></script>
38
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-WOGryZiEX4rxCv+yzuST7+eEDb+yYgZI0/JXge0gHDt36/QbHlCyIukOTeTEcV5Owb10K6CZPzYkyRZrCIAmKA==" src="https://github.githubassets.com/assets/52-58e1abc99884.js"></script>
39
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-4LnNDBotTstM2Et+yZ2gqy7JvdmdSzxgBNgYXyMwcTBLSioeQ22M8v0V7Sj+TlUCJaPlk0kQjTwItcZ4NlMTXg==" src="https://github.githubassets.com/assets/7105-e0b9cd0c1a2d.js"></script>
40
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-y0Ky7pWSieHl1aMPGzJ4HjAkahyiqC7ILqLq33fCkVXV/7s7AXm4y9vUMTjAsz4Kk6ASA3x/T/M67vaQUgmN3A==" src="https://github.githubassets.com/assets/2308-cb42b2ee9592.js"></script>
41
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-UQioBOJDApdwFc+p3sk/gCC7/AeniZ1u/g98H/QeeqYiYg5fivFgpe4L1q1y2OO5VjnB/CC/JpOU38OR1zsrOg==" src="https://github.githubassets.com/assets/2662-5108a804e243.js"></script>
42
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-pnXCfKVWaHkJY5S205OfY/ei+CVFBeIyKsEP6aF2UiOZt0H97kFtGTJ0Ic9BgoYhr5JJm94xnuEHmFPRTjkGYg==" src="https://github.githubassets.com/assets/4686-a675c27ca556.js"></script>
43
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-DK5RpldZj6z5BGVg4bzqDMndRZ4QbcB/xtJ6sYe2UqpnEaGrhithb/RD0ccOMVkWi1tA22NPVPZ5tcIkEGeKuQ==" src="https://github.githubassets.com/assets/8851-0cae51a65759.js"></script>
44
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-WjMM57Ne4AtZ7ttu8mmGi8EUXolmE0pm3DUAXXEjs0p4qwCBLyt85Vw+BZsQ+P9jgEfL4eCj8sIXoV930aDnOw==" src="https://github.githubassets.com/assets/1316-5a330ce7b35e.js"></script>
45
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-znuRGfjwMsuDy8hyVAP2f/f7DqUaQepd47k+xykB/IdObFvNAvUHzjd8heZKSOCbUWYVAH0b1J5IHYxEY5XIyA==" src="https://github.githubassets.com/assets/6832-ce7b9119f8f0.js"></script>
46
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-nOFW2fN6dF9lB292YmnZpyAPUK9+WLa7h3zJV5bXg+LNf0vbC6ofYh5ApR14cjrTOEcrm/n/cSwjMujDcl6iNQ==" src="https://github.githubassets.com/assets/behaviors-9ce156d9f37a.js"></script>
47
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-vZv147xO15/NwrEoMon2Lor5F4tSROpvyfxSqmUkr5RguhmLN7dhL6WaqFtGe+MapYypxQgz3XTi8RdZKiEfQw==" src="https://github.githubassets.com/assets/1953-bd9bf5e3bc4e.js"></script>
48
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-efy3CN9EBi6LnUt+QFNWzFmQSoOt7Bj5v7kf9K5gcCe6hbT804Wgu0wWP3sQiabIioL49Bq7DsrfQXlMNbn3fg==" src="https://github.githubassets.com/assets/notifications-global-79fcb708df44.js"></script>
49
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-vs0Kxdsheq8VPj2F+uDXD4N6nJvzIGfSeVgow2hwFhG40oQbmO6RlZvuKwc471uROAv80rHTAZQOdeei///XqA==" src="https://github.githubassets.com/assets/2975-becd0ac5db21.js"></script>
50
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-IapRVKBO8I/mXI8Liw+86EcGRK4dJ19tKL8jootOGCz3B2DKS6qd7Ur83ICdk7EK2blIxI7izWgHhfYBq1q98w==" src="https://github.githubassets.com/assets/optimizely-21aa5154a04e.js"></script>
51
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-xxAQo8UuHY7yQyM3UUNUUffL9a1iqePJ/et0uLTcIZ+nO/ensbzeT44PLq54Gxnc7kF2xwV6RsfkDWeRDLZaLQ==" src="https://github.githubassets.com/assets/7429-c71010a3c52e.js"></script>
52
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-7tglo0ern9xE7zRfdh51LLnRSjQ3JfpX1t38tYICwiNrd+TNcSehyiDeFW+T5JAT9kqCLoTcAdsW3dbw4uydSg==" src="https://github.githubassets.com/assets/3578-eed825a347ab.js"></script>
53
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-Sdwc3+z/WPKJn72KWAnQ6kRBxE5fePZR8idB0QDEAEFL8NGySe0iXZoVfKymgjPGcIWO3jv+wZ4PV1nptAg7ZA==" src="https://github.githubassets.com/assets/7460-49dc1cdfecff.js"></script>
54
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-4Tg4dsOGatitnO1t/M8XDSD4mAEsBmkXr9NpHJ17oAF5ptoIMLWN/N96wTJRW/ogOjwlcmoTyJbGp7hLsmqShg==" src="https://github.githubassets.com/assets/9976-e1383876c386.js"></script>
55
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-MOmGz5k1U7ku8siwvGYrsp7yZPmJAGAWBVvS87zR7nub1KZCPskffPuMQBa8HbzCU6guKiShYqMbjVInVAk0bg==" src="https://github.githubassets.com/assets/repositories-30e986cf9935.js"></script>
56
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-gPeKo6ftR3gkx9TZJ+kZIwlVU1R7aElDIyhhAelKa5ON68Xo3vn8cqMUKmPGHlCFneKCva3CAp5LmHBp+js38A==" src="https://github.githubassets.com/assets/diffs-80f78aa3a7ed.js"></script>
57
-
58
-
59
- <meta name="viewport" content="width=device-width">
60
-
61
- <title>cometchat-pro-react-ui-kit/image.svg at release/modularity · cometchat-team/cometchat-pro-react-ui-kit</title>
62
- <meta name="description" content="Contribute to cometchat-team/cometchat-pro-react-ui-kit development by creating an account on GitHub.">
63
- <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
64
- <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
65
- <meta property="fb:app_id" content="1401488693436528">
66
- <meta name="apple-itunes-app" content="app-id=1477376905" />
67
- <meta name="twitter:image:src" content="https://avatars.githubusercontent.com/u/78825776?s=400&amp;v=4" /><meta name="twitter:site" content="@github" /><meta name="twitter:card" content="summary" /><meta name="twitter:title" content="cometchat-pro-react-ui-kit/image.svg at release/modularity · cometchat-team/cometchat-pro-react-ui-kit" /><meta name="twitter:description" content="Contribute to cometchat-team/cometchat-pro-react-ui-kit development by creating an account on GitHub." />
68
- <meta property="og:image" content="https://avatars.githubusercontent.com/u/78825776?s=400&amp;v=4" /><meta property="og:image:alt" content="Contribute to cometchat-team/cometchat-pro-react-ui-kit development by creating an account on GitHub." /><meta property="og:site_name" content="GitHub" /><meta property="og:type" content="object" /><meta property="og:title" content="cometchat-pro-react-ui-kit/image.svg at release/modularity · cometchat-team/cometchat-pro-react-ui-kit" /><meta property="og:url" content="https://github.com/cometchat-team/cometchat-pro-react-ui-kit" /><meta property="og:description" content="Contribute to cometchat-team/cometchat-pro-react-ui-kit development by creating an account on GitHub." />
69
-
70
-
71
-
72
-
73
-
74
-
75
- <link rel="assets" href="https://github.githubassets.com/">
76
- <link rel="shared-web-socket" href="wss://alive.github.com/_sockets/u/91062933/ws?session=eyJ2IjoiVjMiLCJ1Ijo5MTA2MjkzMywicyI6NzcxMTk4NzczLCJjIjozOTg3OTk2NjcsInQiOjE2NDczMTgzMTd9--b9e6bb72676efca2dc9a2a51d69072c5ebc22d230e658501469e9c31350e1ce2" data-refresh-url="/_alive" data-session-id="a98502f404ccb49942043d8c30ee93a03c028bfdd3cfec07941798d50d8532dd">
77
- <link rel="shared-web-socket-src" href="/assets-cdn/worker/socket-worker-dae024e51136.js">
78
- <link rel="sudo-modal" href="/sessions/sudo_modal">
79
-
80
- <meta name="request-id" content="EFB4:4D56:D403D7:11B686D:6230151F" data-pjax-transient="true" /><meta name="html-safe-nonce" content="836c9d1517d33003252072060c2a4ae216b14b277a9399cda0fa01d0a15d166b" data-pjax-transient="true" /><meta name="visitor-payload" content="eyJyZWZlcnJlciI6Imh0dHBzOi8vZ2l0aHViLmNvbS9jb21ldGNoYXQtdGVhbS9jb21ldGNoYXQtcHJvLXJlYWN0LXVpLWtpdC90cmVlL3JlbGVhc2UvbW9kdWxhcml0eS9Db21ldENoYXRXb3Jrc3BhY2Uvc3JjL2NvbXBvbmVudHMvTWVzc2FnZXMvQ29tZXRDaGF0TWVzc2FnZUNvbXBvc2VyL3Jlc291cmNlcyIsInJlcXVlc3RfaWQiOiJFRkI0OjRENTY6RDQwM0Q3OjExQjY4NkQ6NjIzMDE1MUYiLCJ2aXNpdG9yX2lkIjoiMjQ3OTc1ODEwMzY2MDU4ODkwOSIsInJlZ2lvbl9lZGdlIjoiYXAtc291dGgtMSIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==" data-pjax-transient="true" /><meta name="visitor-hmac" content="1b65f9ccf0a0940ae0aed400651d7afae6be9204a2c9e2817973f29d3a35a6e2" data-pjax-transient="true" />
81
-
82
- <meta name="hovercard-subject-tag" content="repository:271195615" data-pjax-transient>
83
-
84
-
85
- <meta name="github-keyboard-shortcuts" content="repository,source-code" data-pjax-transient="true" />
86
-
87
-
88
-
89
- <meta name="selected-link" value="repo_source" data-pjax-transient>
90
-
91
- <meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY">
92
- <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
93
- <meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA">
94
- <meta name="google-site-verification" content="GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc">
95
-
96
- <meta name="octolytics-url" content="https://collector.github.com/github/collect" /><meta name="octolytics-actor-id" content="91062933" /><meta name="octolytics-actor-login" content="ananyasisodia" /><meta name="octolytics-actor-hash" content="c2f7015569ded0a2b3b145fca8329ea9d120db8cc5dbb840a3f2f6c32ff9819d" />
97
-
98
- <meta name="analytics-location" content="/&lt;user-name&gt;/&lt;repo-name&gt;/blob/show" data-pjax-transient="true" />
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
-
107
- <meta name="hostname" content="github.com">
108
- <meta name="user-login" content="ananyasisodia">
109
-
110
-
111
- <meta name="keyboard-shortcuts-preference" content="all">
112
- <script type="application/json" id="memex_keyboard_shortcuts_preference">"all"</script>
113
-
114
- <meta name="expected-hostname" content="github.com">
115
-
116
- <meta name="js-proxy-site-detection-payload" content="YzE5NWM4MzJhMjA5NzllYWMzMzQxNDk1NTkzOGY3MTEyYTYzZTgzMGQyNzMxNWY1MTAyZjY3NjkzODNhM2QzMHx7InJlbW90ZV9hZGRyZXNzIjoiMTgyLjc3LjExLjYiLCJyZXF1ZXN0X2lkIjoiRUZCNDo0RDU2OkQ0MDNENzoxMUI2ODZEOjYyMzAxNTFGIiwidGltZXN0YW1wIjoxNjQ3MzE4MzE3LCJob3N0IjoiZ2l0aHViLmNvbSJ9">
117
-
118
- <meta name="enabled-features" content="ACTIONS_CALLABLE_WORKFLOWS,MARKETPLACE_PENDING_INSTALLATIONS,PRESENCE_IDLE">
119
-
120
-
121
- <meta http-equiv="x-pjax-version" content="86a500f904e37701b4c7f8f5647a6faf4dacfd1ccaea3752151a6bcd53895dd9" data-turbo-track="reload">
122
- <meta http-equiv="x-pjax-csp-version" content="ad743a89372c421844ffcba4fd906096b07b7fd7c2a57617ff2d2f0fdf463e56" data-turbo-track="reload">
123
- <meta http-equiv="x-pjax-css-version" content="1f7e8b1aeadcfd5a24876f39d01e11e8f02bfc7418b60714261f0d4e7d128288" data-turbo-track="reload">
124
- <meta http-equiv="x-pjax-js-version" content="4efde82bf3844920726278568fba8f0903edf7feccb542079e39bf157147bca4" data-turbo-track="reload">
125
-
126
-
127
-
128
- <meta name="go-import" content="github.com/cometchat-team/cometchat-pro-react-ui-kit git https://github.com/cometchat-team/cometchat-pro-react-ui-kit.git">
129
-
130
- <meta name="octolytics-dimension-user_id" content="78825776" /><meta name="octolytics-dimension-user_login" content="cometchat-team" /><meta name="octolytics-dimension-repository_id" content="271195615" /><meta name="octolytics-dimension-repository_nwo" content="cometchat-team/cometchat-pro-react-ui-kit" /><meta name="octolytics-dimension-repository_public" content="false" /><meta name="octolytics-dimension-repository_is_fork" content="false" /><meta name="octolytics-dimension-repository_network_root_id" content="271195615" /><meta name="octolytics-dimension-repository_network_root_nwo" content="cometchat-team/cometchat-pro-react-ui-kit" />
131
-
132
-
133
-
134
- <link rel="canonical" href="https://github.com/cometchat-team/cometchat-pro-react-ui-kit/blob/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg" data-pjax-transient>
135
-
136
-
137
- <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">
138
-
139
- <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
140
-
141
- <meta name="browser-optimizely-client-errors-url" content="https://api.github.com/_private/browser/optimizely_client/errors">
142
-
143
- <link rel="mask-icon" href="https://github.githubassets.com/pinned-octocat.svg" color="#000000">
144
- <link rel="alternate icon" class="js-site-favicon" type="image/png" href="https://github.githubassets.com/favicons/favicon.png">
145
- <link rel="icon" class="js-site-favicon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg">
146
-
147
- <meta name="theme-color" content="#1e2327">
148
- <meta name="color-scheme" content="light dark" />
149
-
150
-
151
- <link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">
152
-
153
- </head>
154
-
155
- <body class="logged-in env-production page-responsive page-blob" style="word-wrap: break-word;">
156
-
157
-
158
- <div class="position-relative js-header-wrapper ">
159
- <a href="#start-of-content" class="p-3 color-bg-accent-emphasis color-fg-on-emphasis show-on-focus js-skip-to-content">Skip to content</a>
160
- <span data-view-component="true" class="progress-pjax-loader js-pjax-loader-bar Progress position-fixed width-full">
161
- <span style="width: 0%;" data-view-component="true" class="Progress-item progress-pjax-loader-bar left-0 top-0 color-bg-accent-emphasis"></span>
162
- </span>
163
-
164
-
165
-
166
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-+EkHyTyMKL4C3n8EfuoQu/99gJNPozXTtAfaYO3xdHa8BGJeiLMjZZpkxSJIn/oUN42hSKuLNGezsLNZSMWwqQ==" src="https://github.githubassets.com/assets/2403-f84907c93c8c.js"></script>
167
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-9EJuJYdCh6MaxAhNcj0MpJh/fu33M4MaiAFNsiG9zES+EpCmDPotg257ZgEz5jaDI//MlhdKFq4i4JNMgoMY+A==" src="https://github.githubassets.com/assets/2243-f4426e258742.js"></script>
168
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-8CjwN7N7V7uNR/5XITNAypc9QQC8a3h4Rci9PZUJT1XQLN8A7aNX4MkVF5PPTqQimtS8p8bgGafF4Xie4x0ecQ==" src="https://github.githubassets.com/assets/7253-f028f037b37b.js"></script>
169
- <script crossorigin="anonymous" defer="defer" type="application/javascript" integrity="sha512-MaryyuKwU0hr35vWEGWRbXnNczPJMbxbhYvh5HnWIoBpP2IpWPJ5nTboz+MdrknWMTWKsCEzwWYs8D2xwyewdw==" src="https://github.githubassets.com/assets/command-palette-31aaf2cae2b0.js"></script>
170
-
171
- <header class="Header js-details-container Details px-3 px-md-4 px-lg-5 flex-wrap flex-md-nowrap" role="banner" >
172
- <div class="Header-item mt-n1 mb-n1 d-none d-md-flex">
173
- <a
174
- class="Header-link "
175
- href="https://github.com/"
176
- data-hotkey="g d"
177
- aria-label="Homepage "
178
- data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to dashboard&quot;,&quot;label&quot;:&quot;icon:logo&quot;}"
179
- >
180
- <svg height="32" aria-hidden="true" viewBox="0 0 16 16" version="1.1" width="32" data-view-component="true" class="octicon octicon-mark-github v-align-middle">
181
- <path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
182
- </svg>
183
- </a>
184
-
185
- </div>
186
-
187
- <div class="Header-item d-md-none">
188
- <button aria-label="Toggle navigation" aria-expanded="false" type="button" data-view-component="true" class="Header-link js-details-target btn-link"> <svg aria-hidden="true" height="24" viewBox="0 0 16 16" version="1.1" width="24" data-view-component="true" class="octicon octicon-three-bars">
189
- <path fill-rule="evenodd" d="M1 2.75A.75.75 0 011.75 2h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 2.75zm0 5A.75.75 0 011.75 7h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 7.75zM1.75 12a.75.75 0 100 1.5h12.5a.75.75 0 100-1.5H1.75z"></path>
190
- </svg>
191
- </button> </div>
192
-
193
- <div class="Header-item Header-item--full flex-column flex-md-row width-full flex-order-2 flex-md-order-none mr-0 mr-md-3 mt-3 mt-md-0 Details-content--hidden-not-important d-md-flex">
194
-
195
-
196
-
197
-
198
- <div class="header-search flex-auto js-site-search position-relative flex-self-stretch flex-md-self-auto mb-3 mb-md-0 mr-0 mr-md-3 scoped-search site-scoped-search js-jump-to"
199
- >
200
- <div class="position-relative">
201
- <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-site-search-form" role="search" aria-label="Site" data-scope-type="Repository" data-scope-id="271195615" data-scoped-search-url="/cometchat-team/cometchat-pro-react-ui-kit/search" data-owner-scoped-search-url="/orgs/cometchat-team/search" data-unscoped-search-url="/search" data-turbo="false" action="/cometchat-team/cometchat-pro-react-ui-kit/search" accept-charset="UTF-8" method="get">
202
- <label class="form-control input-sm header-search-wrapper p-0 js-chromeless-input-container header-search-wrapper-jump-to position-relative d-flex flex-justify-between flex-items-center">
203
- <input type="text"
204
- class="form-control input-sm header-search-input jump-to-field js-jump-to-field js-site-search-focus js-site-search-field is-clearable"
205
- data-hotkey=s,/
206
- name="q"
207
- data-test-selector="nav-search-input"
208
- placeholder="Search or jump to…"
209
- data-unscoped-placeholder="Search or jump to…"
210
- data-scoped-placeholder="Search or jump to…"
211
- autocapitalize="off"
212
- role="combobox"
213
- aria-haspopup="listbox"
214
- aria-expanded="false"
215
- aria-autocomplete="list"
216
- aria-controls="jump-to-results"
217
- aria-label="Search or jump to…"
218
- data-jump-to-suggestions-path="/_graphql/GetSuggestedNavigationDestinations"
219
- spellcheck="false"
220
- autocomplete="off"
221
- >
222
- <input type="hidden" value="SWyeQ4ADo7mwQP6tZTxTFRYIKuYkT9RrzrwnZHXoudgeWIk1Bo1Gh4ZoTgKrbTzlNXjcaen_MAN8o9jSSQrNtA" data-csrf="true" class="js-data-jump-to-suggestions-path-csrf" />
223
- <input type="hidden" class="js-site-search-type-field" name="type" >
224
- <svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" aria-hidden="true" class="mr-1 header-search-key-slash"><path fill="none" stroke="#979A9C" opacity=".4" d="M3.5.5h12c1.7 0 3 1.3 3 3v13c0 1.7-1.3 3-3 3h-12c-1.7 0-3-1.3-3-3v-13c0-1.7 1.3-3 3-3z"></path><path fill="#979A9C" d="M11.8 6L8 15.1h-.9L10.8 6h1z"></path></svg>
225
-
226
-
227
- <div class="Box position-absolute overflow-hidden d-none jump-to-suggestions js-jump-to-suggestions-container">
228
-
229
- <ul class="d-none js-jump-to-suggestions-template-container">
230
-
231
-
232
- <li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-suggestion" role="option">
233
- <a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="" data-item-type="suggestion">
234
- <div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
235
- <svg title="Repository" aria-label="Repository" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo js-jump-to-octicon-repo d-none flex-shrink-0">
236
- <path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
237
- </svg>
238
- <svg title="Project" aria-label="Project" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project js-jump-to-octicon-project d-none flex-shrink-0">
239
- <path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path>
240
- </svg>
241
- <svg title="Search" aria-label="Search" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search js-jump-to-octicon-search d-none flex-shrink-0">
242
- <path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path>
243
- </svg>
244
- </div>
245
-
246
- <img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">
247
-
248
- <div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
249
- </div>
250
-
251
- <div class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none js-jump-to-badge-search">
252
- <span class="js-jump-to-badge-search-text-default d-none" aria-label="in this repository">
253
- In this repository
254
- </span>
255
- <span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
256
- All GitHub
257
- </span>
258
- <span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
259
- </div>
260
-
261
- <div aria-hidden="true" class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
262
- Jump to
263
- <span class="d-inline-block ml-1 v-align-middle">↵</span>
264
- </div>
265
- </a>
266
- </li>
267
-
268
- </ul>
269
-
270
- <ul class="d-none js-jump-to-no-results-template-container">
271
- <li class="d-flex flex-justify-center flex-items-center f5 d-none js-jump-to-suggestion p-2">
272
- <span class="color-fg-muted">No suggested jump to results</span>
273
- </li>
274
- </ul>
275
-
276
- <ul id="jump-to-results" role="listbox" class="p-0 m-0 js-navigation-container jump-to-suggestions-results-container js-jump-to-suggestions-results-container">
277
-
278
-
279
- <li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-scoped-search d-none" role="option">
280
- <a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="" data-item-type="scoped_search">
281
- <div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
282
- <svg title="Repository" aria-label="Repository" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo js-jump-to-octicon-repo d-none flex-shrink-0">
283
- <path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
284
- </svg>
285
- <svg title="Project" aria-label="Project" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project js-jump-to-octicon-project d-none flex-shrink-0">
286
- <path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path>
287
- </svg>
288
- <svg title="Search" aria-label="Search" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search js-jump-to-octicon-search d-none flex-shrink-0">
289
- <path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path>
290
- </svg>
291
- </div>
292
-
293
- <img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">
294
-
295
- <div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
296
- </div>
297
-
298
- <div class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none js-jump-to-badge-search">
299
- <span class="js-jump-to-badge-search-text-default d-none" aria-label="in this repository">
300
- In this repository
301
- </span>
302
- <span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
303
- All GitHub
304
- </span>
305
- <span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
306
- </div>
307
-
308
- <div aria-hidden="true" class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
309
- Jump to
310
- <span class="d-inline-block ml-1 v-align-middle">↵</span>
311
- </div>
312
- </a>
313
- </li>
314
-
315
-
316
-
317
- <li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-owner-scoped-search d-none" role="option">
318
- <a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="" data-item-type="owner_scoped_search">
319
- <div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
320
- <svg title="Repository" aria-label="Repository" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo js-jump-to-octicon-repo d-none flex-shrink-0">
321
- <path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
322
- </svg>
323
- <svg title="Project" aria-label="Project" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project js-jump-to-octicon-project d-none flex-shrink-0">
324
- <path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path>
325
- </svg>
326
- <svg title="Search" aria-label="Search" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search js-jump-to-octicon-search d-none flex-shrink-0">
327
- <path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path>
328
- </svg>
329
- </div>
330
-
331
- <img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">
332
-
333
- <div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
334
- </div>
335
-
336
- <div class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none js-jump-to-badge-search">
337
- <span class="js-jump-to-badge-search-text-default d-none" aria-label="in this organization">
338
- In this organization
339
- </span>
340
- <span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
341
- All GitHub
342
- </span>
343
- <span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
344
- </div>
345
-
346
- <div aria-hidden="true" class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
347
- Jump to
348
- <span class="d-inline-block ml-1 v-align-middle">↵</span>
349
- </div>
350
- </a>
351
- </li>
352
-
353
-
354
-
355
- <li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-global-search d-none" role="option">
356
- <a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="" data-item-type="global_search">
357
- <div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
358
- <svg title="Repository" aria-label="Repository" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo js-jump-to-octicon-repo d-none flex-shrink-0">
359
- <path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
360
- </svg>
361
- <svg title="Project" aria-label="Project" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project js-jump-to-octicon-project d-none flex-shrink-0">
362
- <path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path>
363
- </svg>
364
- <svg title="Search" aria-label="Search" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search js-jump-to-octicon-search d-none flex-shrink-0">
365
- <path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path>
366
- </svg>
367
- </div>
368
-
369
- <img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">
370
-
371
- <div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
372
- </div>
373
-
374
- <div class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none js-jump-to-badge-search">
375
- <span class="js-jump-to-badge-search-text-default d-none" aria-label="in this repository">
376
- In this repository
377
- </span>
378
- <span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
379
- All GitHub
380
- </span>
381
- <span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
382
- </div>
383
-
384
- <div aria-hidden="true" class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
385
- Jump to
386
- <span class="d-inline-block ml-1 v-align-middle">↵</span>
387
- </div>
388
- </a>
389
- </li>
390
-
391
-
392
- <li class="d-flex flex-justify-center flex-items-center p-0 f5 js-jump-to-suggestion">
393
- <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="m-3 anim-rotate">
394
- <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
395
- <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
396
- </svg>
397
- </li>
398
- </ul>
399
-
400
- </div>
401
- </label>
402
- </form> </div>
403
- </div>
404
-
405
- <nav class="d-flex flex-column flex-md-row flex-self-stretch flex-md-self-auto" aria-label="Global">
406
- <a class="Header-link py-md-3 d-block d-md-none py-2 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:dashboard:user" aria-label="Dashboard" href="/dashboard">
407
- Dashboard
408
- </a>
409
- <a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-hotkey="g p" data-ga-click="Header, click, Nav menu - item:pulls context:user" aria-label="Pull requests you created" data-selected-links="/pulls /pulls/assigned /pulls/mentioned /pulls" href="/pulls">
410
- Pull<span class="d-inline d-md-none d-lg-inline"> request</span>s
411
- </a>
412
- <a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-hotkey="g i" data-ga-click="Header, click, Nav menu - item:issues context:user" aria-label="Issues you created" data-selected-links="/issues /issues/assigned /issues/mentioned /issues" href="/issues">
413
- Issues
414
- </a>
415
- <div class="d-flex position-relative">
416
- <a class="js-selected-navigation-item Header-link flex-auto mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:marketplace context:user" data-octo-click="marketplace_click" data-octo-dimensions="location:nav_bar" data-selected-links=" /marketplace" href="/marketplace">
417
- Marketplace
418
- </a> </div>
419
-
420
- <a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:explore" data-selected-links="/explore /trending /trending/developers /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship showcases showcases_search showcases_landing /explore" href="/explore">
421
- Explore
422
- </a>
423
- <a class="js-selected-navigation-item Header-link d-block d-md-none py-2 py-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:workspaces context:user" data-selected-links="/codespaces /codespaces" href="/codespaces">
424
- Codespaces
425
- </a>
426
- <a class="js-selected-navigation-item Header-link d-block d-md-none py-2 py-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:Sponsors" data-hydro-click="{&quot;event_type&quot;:&quot;sponsors.button_click&quot;,&quot;payload&quot;:{&quot;button&quot;:&quot;HEADER_SPONSORS_DASHBOARD&quot;,&quot;sponsorable_login&quot;:&quot;ananyasisodia&quot;,&quot;originating_url&quot;:&quot;https://github.com/cometchat-team/cometchat-pro-react-ui-kit/blob/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg&quot;,&quot;user_id&quot;:91062933}}" data-hydro-click-hmac="7f5447ec94695ae6a970a8f811dcd24c514db78a8e8a6a2ce676af12c3f074fb" data-selected-links=" /sponsors/accounts" href="/sponsors/accounts">Sponsors</a>
427
-
428
- <a class="Header-link d-block d-md-none mr-0 mr-md-3 py-2 py-md-3 border-top border-md-top-0 border-white-fade" href="/settings/profile">
429
- Settings
430
- </a>
431
- <a class="Header-link d-block d-md-none mr-0 mr-md-3 py-2 py-md-3 border-top border-md-top-0 border-white-fade" href="/ananyasisodia">
432
- <img class="avatar avatar-user" loading="lazy" decoding="async" src="https://avatars.githubusercontent.com/u/91062933?s=40&amp;v=4" width="20" height="20" alt="@ananyasisodia" />
433
- ananyasisodia
434
- </a>
435
- <!-- '"` --><!-- </textarea></xmp> --></option></form><form data-turbo="false" action="/logout" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="Tnmz0mP1AbW4kfw-E0kNWKBoqzQTpwrRDSZuRONgTUy6exIEY3YUSHqckVTGI5zj2Z2j78dMP9K6QlgFpbZuTA" />
436
- <button
437
- type="submit"
438
- class="Header-link mr-0 mr-md-3 py-2 py-md-3 border-top border-md-top-0 border-white-fade d-md-none btn-link d-block width-full text-left"
439
- style="padding-left: 2px;"
440
- data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;sign out&quot;,&quot;label&quot;:&quot;icon:logout&quot;}"
441
- >
442
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-sign-out v-align-middle">
443
- <path fill-rule="evenodd" d="M2 2.75C2 1.784 2.784 1 3.75 1h2.5a.75.75 0 010 1.5h-2.5a.25.25 0 00-.25.25v10.5c0 .138.112.25.25.25h2.5a.75.75 0 010 1.5h-2.5A1.75 1.75 0 012 13.25V2.75zm10.44 4.5H6.75a.75.75 0 000 1.5h5.69l-1.97 1.97a.75.75 0 101.06 1.06l3.25-3.25a.75.75 0 000-1.06l-3.25-3.25a.75.75 0 10-1.06 1.06l1.97 1.97z"></path>
444
- </svg>
445
- Sign out
446
- </button>
447
- </form></nav>
448
-
449
- </div>
450
-
451
- <div class="Header-item Header-item--full flex-justify-center d-md-none position-relative">
452
- <a
453
- class="Header-link "
454
- href="https://github.com/"
455
- data-hotkey="g d"
456
- aria-label="Homepage "
457
- data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to dashboard&quot;,&quot;label&quot;:&quot;icon:logo&quot;}"
458
- >
459
- <svg height="32" aria-hidden="true" viewBox="0 0 16 16" version="1.1" width="32" data-view-component="true" class="octicon octicon-mark-github v-align-middle">
460
- <path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
461
- </svg>
462
- </a>
463
-
464
- </div>
465
-
466
- <div class="Header-item mr-0 mr-md-3 flex-order-1 flex-md-order-none">
467
-
468
-
469
-
470
- <notification-indicator
471
- class="js-socket-channel"
472
- data-test-selector="notifications-indicator"
473
- data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6OTEwNjI5MzMiLCJ0IjoxNjQ3MzE4MzE3fQ==--2be82aa1e8fcb53e33e40ef32f16c8e8e84240571905c858890259453312cf98">
474
- <a href="/notifications"
475
- data-turbo=false
476
- class="Header-link notification-indicator position-relative tooltipped tooltipped-sw"
477
-
478
- aria-label="You have no unread notifications"
479
- data-hotkey="g n"
480
- data-ga-click="Header, go to notifications, icon:read"
481
- data-target="notification-indicator.link">
482
- <span class="mail-status " data-target="notification-indicator.modifier"></span>
483
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bell">
484
- <path d="M8 16a2 2 0 001.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 008 16z"></path><path fill-rule="evenodd" d="M8 1.5A3.5 3.5 0 004.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556a.018.018 0 00-.003.01l.001.006c0 .002.002.004.004.006a.017.017 0 00.006.004l.007.001h10.964l.007-.001a.016.016 0 00.006-.004.016.016 0 00.004-.006l.001-.007a.017.017 0 00-.003-.01l-1.703-2.554a1.75 1.75 0 01-.294-.97V5A3.5 3.5 0 008 1.5zM3 5a5 5 0 0110 0v2.947c0 .05.015.098.042.139l1.703 2.555A1.518 1.518 0 0113.482 13H2.518a1.518 1.518 0 01-1.263-2.36l1.703-2.554A.25.25 0 003 7.947V5z"></path>
485
- </svg>
486
- </a>
487
- </notification-indicator>
488
-
489
- </div>
490
-
491
-
492
- <div class="Header-item position-relative d-none d-md-flex">
493
- <details class="details-overlay details-reset">
494
- <summary
495
- class="Header-link"
496
- aria-label="Create new…"
497
- data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;create new&quot;,&quot;label&quot;:&quot;icon:add&quot;}"
498
- >
499
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus">
500
- <path fill-rule="evenodd" d="M7.75 2a.75.75 0 01.75.75V7h4.25a.75.75 0 110 1.5H8.5v4.25a.75.75 0 11-1.5 0V8.5H2.75a.75.75 0 010-1.5H7V2.75A.75.75 0 017.75 2z"></path>
501
- </svg> <span class="dropdown-caret"></span>
502
- </summary>
503
- <details-menu class="dropdown-menu dropdown-menu-sw">
504
-
505
- <a role="menuitem" class="dropdown-item" href="/new" data-ga-click="Header, create new repository">
506
- New repository
507
- </a>
508
-
509
- <a role="menuitem" class="dropdown-item" href="/new/import" data-ga-click="Header, import a repository">
510
- Import repository
511
- </a>
512
-
513
- <a role="menuitem" class="dropdown-item" href="https://gist.github.com/" data-ga-click="Header, create new gist">
514
- New gist
515
- </a>
516
-
517
- <a role="menuitem" class="dropdown-item" href="/organizations/new" data-ga-click="Header, create new organization">
518
- New organization
519
- </a>
520
-
521
-
522
-
523
- </details-menu>
524
- </details>
525
-
526
- </div>
527
-
528
- <div class="Header-item position-relative mr-0 d-none d-md-flex">
529
-
530
- <details class="details-overlay details-reset js-feature-preview-indicator-container" data-feature-preview-indicator-src="/users/ananyasisodia/feature_preview/indicator_check">
531
-
532
- <summary
533
- class="Header-link"
534
- aria-label="View profile and more"
535
- data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;show menu&quot;,&quot;label&quot;:&quot;icon:avatar&quot;}"
536
- >
537
- <img src="https://avatars.githubusercontent.com/u/91062933?s=40&amp;v=4" alt="@ananyasisodia" size="20" height="20" width="20" data-view-component="true" class="avatar avatar-small circle" />
538
- <span class="feature-preview-indicator js-feature-preview-indicator" style="top: 1px;" hidden></span>
539
- <span class="dropdown-caret"></span>
540
- </summary>
541
- <details-menu
542
- class="dropdown-menu dropdown-menu-sw"
543
- style="width: 180px"
544
-
545
- preload>
546
- <include-fragment src="/users/91062933/menu" loading="lazy">
547
- <p class="text-center mt-3" data-hide-on-error>
548
- <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
549
- <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
550
- <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
551
- </svg>
552
- </p>
553
- <p class="ml-1 mb-2 mt-2 color-fg-default" data-show-on-error>
554
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
555
- <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
556
- </svg>
557
- Sorry, something went wrong.
558
- </p>
559
- </include-fragment>
560
- </details-menu>
561
- </details>
562
-
563
- </div>
564
- </header>
565
-
566
-
567
- </div>
568
-
569
- <div id="start-of-content" class="show-on-focus"></div>
570
-
571
-
572
-
573
-
574
-
575
-
576
-
577
- <div data-pjax-replace id="js-flash-container">
578
-
579
-
580
- <template class="js-flash-template">
581
- <div class="flash flash-full {{ className }}">
582
- <div class="px-2" >
583
- <button class="flash-close js-flash-close" type="button" aria-label="Dismiss this message">
584
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
585
- <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
586
- </svg>
587
- </button>
588
-
589
- <div>{{ message }}</div>
590
-
591
- </div>
592
- </div>
593
- </template>
594
- </div>
595
-
596
-
597
-
598
-
599
- <include-fragment class="js-notification-shelf-include-fragment" data-base-src="https://github.com/notifications/beta/shelf"></include-fragment>
600
-
601
-
602
-
603
-
604
- <details class="details-reset details-overlay details-overlay-dark js-command-palette-dialog">
605
- <summary class="command-palette-details-summary" aria-label="command palette trigger">
606
- </summary>
607
- <details-dialog class="command-palette-details-dialog d-flex flex-column flex-justify-center height-fit" aria-label="command palette">
608
- <command-palette
609
- class="command-palette color-bg-default rounded-3 border color-shadow-small"
610
- data-return-to=/cometchat-team/cometchat-pro-react-ui-kit/blob/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg
611
- data-user-id="91062933"
612
- data-activation-hotkey="Mod+k,Mod+Alt+k"
613
- data-command-mode-hotkey="Mod+Shift+k"
614
- data-action="
615
- keydown:command-palette#onKeydown
616
- loadingStateChanged:command-palette#loadingStateChanged
617
- selectedItemChanged:command-palette#selectedItemChanged
618
- "
619
- >
620
-
621
-
622
- <input type="hidden" name="color-mode-path" id="color-mode-path" value="/settings/appearance/color_mode" class="js-color-mode-path" autocomplete="off" />
623
- <input type="hidden" value="Jj7xuhlFkLx903dnMsKb3-UKQ_QwMR0GJW5V9dyBxQnR7sXkkLkSH3TGtPvFObjnpFlIEuu3c2UI_RqmmI9r9Q" data-csrf="true" class="js-color-mode-csrf" />
624
-
625
- <command-palette-mode
626
- data-char="#"
627
- data-scope-types="[&quot;&quot;]"
628
- data-placeholder="Search issues and pull requests"
629
- ></command-palette-mode>
630
- <command-palette-mode
631
- data-char="#"
632
- data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
633
- data-placeholder="Search issues, pull requests, discussions, and projects"
634
- ></command-palette-mode>
635
- <command-palette-mode
636
- data-char="!"
637
- data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
638
- data-placeholder="Search projects"
639
- ></command-palette-mode>
640
- <command-palette-mode
641
- data-char="@"
642
- data-scope-types="[&quot;&quot;]"
643
- data-placeholder="Search or jump to a user, organization, or repository"
644
- ></command-palette-mode>
645
- <command-palette-mode
646
- data-char="@"
647
- data-scope-types="[&quot;owner&quot;]"
648
- data-placeholder="Search or jump to a repository"
649
- ></command-palette-mode>
650
- <command-palette-mode
651
- data-char="/"
652
- data-scope-types="[&quot;repository&quot;]"
653
- data-placeholder="Search files"
654
- ></command-palette-mode>
655
- <command-palette-mode
656
- data-char="?"
657
- ></command-palette-mode>
658
- <command-palette-mode
659
- data-char="&gt;"
660
- data-placeholder="Run a command"
661
- ></command-palette-mode>
662
- <command-palette-mode
663
- data-char=""
664
- data-scope-types="[&quot;owner&quot;]"
665
- data-placeholder="Search or jump to..."
666
- ></command-palette-mode>
667
- <command-palette-mode
668
- class="js-command-palette-default-mode"
669
- data-char=""
670
- data-placeholder="Search or jump to..."
671
- ></command-palette-mode>
672
-
673
- <command-palette-input placeholder="Search or jump to..."
674
- data-action="
675
- command-palette-input:command-palette#onInput
676
- command-palette-select:command-palette#onSelect
677
- command-palette-descope:command-palette#onDescope
678
- command-palette-cleared:command-palette#onInputClear
679
- "
680
- >
681
- <div class="js-search-icon d-flex flex-items-center mr-2" style="height: 26px">
682
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search color-fg-muted">
683
- <path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path>
684
- </svg>
685
- </div>
686
- <div class="js-spinner d-flex flex-items-center mr-2 color-fg-muted" hidden>
687
- <svg aria-label="Loading" class="anim-rotate" viewBox="0 0 16 16" fill="none" width="16" height="16">
688
- <circle
689
- cx="8"
690
- cy="8"
691
- r="7"
692
- stroke="currentColor"
693
- stroke-opacity="0.25"
694
- stroke-width="2"
695
- vector-effect="non-scaling-stroke"
696
- ></circle>
697
- <path
698
- d="M15 8a7.002 7.002 0 00-7-7"
699
- stroke="currentColor"
700
- stroke-width="2"
701
- stroke-linecap="round"
702
- vector-effect="non-scaling-stroke"
703
- ></path>
704
- </svg>
705
- </div>
706
- <command-palette-scope >
707
- <div data-target="command-palette-scope.placeholder" hidden class="color-fg-subtle">/&nbsp;&nbsp;<span class="text-semibold color-fg-default">...</span>&nbsp;&nbsp;/&nbsp;&nbsp;</div>
708
- <command-palette-token
709
- data-text="cometchat-team"
710
- data-id="MDEyOk9yZ2FuaXphdGlvbjc4ODI1Nzc2"
711
- data-type="owner"
712
- data-value="cometchat-team"
713
- data-targets="command-palette-scope.tokens"
714
- class="color-fg-default text-semibold"
715
- style="white-space:nowrap;line-height:20px;"
716
- >cometchat-team<span class="color-fg-subtle text-normal">&nbsp;&nbsp;/&nbsp;&nbsp;</span></command-palette-token>
717
- <command-palette-token
718
- data-text="cometchat-pro-react-ui-kit"
719
- data-id="MDEwOlJlcG9zaXRvcnkyNzExOTU2MTU="
720
- data-type="repository"
721
- data-value="cometchat-pro-react-ui-kit"
722
- data-targets="command-palette-scope.tokens"
723
- class="color-fg-default text-semibold"
724
- style="white-space:nowrap;line-height:20px;"
725
- >cometchat-pro-rea...<span class="color-fg-subtle text-normal">&nbsp;&nbsp;/&nbsp;&nbsp;</span></command-palette-token>
726
- </command-palette-scope>
727
- <div class="command-palette-input-group flex-1 form-control border-0 box-shadow-none" style="z-index: 0">
728
- <div class="command-palette-typeahead position-absolute d-flex flex-items-center Truncate">
729
- <span class="typeahead-segment input-mirror" data-target="command-palette-input.mirror"></span>
730
- <span class="Truncate-text" data-target="command-palette-input.typeaheadText"></span>
731
- <span class="typeahead-segment" data-target="command-palette-input.typeaheadPlaceholder"></span>
732
- </div>
733
- <input
734
- class="js-overlay-input typeahead-input d-none"
735
- disabled
736
- tabindex="-1"
737
- aria-label="Hidden input for typeahead"
738
- >
739
- <input
740
- type="text"
741
- autocomplete="off"
742
- autocorrect="off"
743
- autocapitalize="off"
744
- spellcheck="false"
745
- class="js-input typeahead-input form-control border-0 box-shadow-none input-block width-full"
746
- aria-label="Command palette input"
747
- aria-haspopup="listbox"
748
- aria-expanded="false"
749
- aria-autocomplete="list"
750
- aria-controls="command-palette-item-stack"
751
- role="combobox"
752
- data-action="
753
- input:command-palette-input#onInput
754
- keydown:command-palette-input#onKeydown
755
- "
756
- >
757
- </div>
758
- <button aria-label="clear command palette" aria-keyshortcuts="Meta+Delete" data-action="click:command-palette-input#onClear keydown:command-palette-input#onClear" id="command-palette-clear-button" type="button" data-view-component="true" class="btn-octicon js-clear command-palette-input-clear-button"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x-circle-fill">
759
- <path fill-rule="evenodd" d="M2.343 13.657A8 8 0 1113.657 2.343 8 8 0 012.343 13.657zM6.03 4.97a.75.75 0 00-1.06 1.06L6.94 8 4.97 9.97a.75.75 0 101.06 1.06L8 9.06l1.97 1.97a.75.75 0 101.06-1.06L9.06 8l1.97-1.97a.75.75 0 10-1.06-1.06L8 6.94 6.03 4.97z"></path>
760
- </svg></button>
761
- <primer-tooltip hidden="hidden" for="command-palette-clear-button" data-direction="w" data-type="description" data-view-component="true">Clear</primer-tooltip>
762
- </command-palette-input>
763
-
764
- <command-palette-item-stack
765
- id="command-palette-item-stack"
766
- class="item-stack-transition-height"
767
-
768
- role="listbox"
769
- aria-label="Command palette results"
770
- data-action="itemsUpdated:command-palette#itemsUpdated"
771
- >
772
- <command-palette-tip
773
- class="color-fg-muted f6 px-3 py-1 my-2"
774
- data-mode=""
775
- data-value="">
776
- <div class="d-flex flex-items-start flex-justify-between">
777
- <div>
778
- <span class="text-bold">Tip:</span>
779
- Type <kbd class="hx_kbd">#</kbd> to search pull requests
780
- </div>
781
- <div class="ml-2 flex-shrink-0">
782
- Type <kbd class="hx_kbd">?</kbd> for help and tips
783
- </div>
784
- </div>
785
- </command-palette-tip>
786
- <command-palette-tip
787
- class="color-fg-muted f6 px-3 py-1 my-2"
788
- data-mode=""
789
- data-value="">
790
- <div class="d-flex flex-items-start flex-justify-between">
791
- <div>
792
- <span class="text-bold">Tip:</span>
793
- Type <kbd class="hx_kbd">#</kbd> to search issues
794
- </div>
795
- <div class="ml-2 flex-shrink-0">
796
- Type <kbd class="hx_kbd">?</kbd> for help and tips
797
- </div>
798
- </div>
799
- </command-palette-tip>
800
- <command-palette-tip
801
- class="color-fg-muted f6 px-3 py-1 my-2"
802
- data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
803
- data-mode=""
804
- data-value="">
805
- <div class="d-flex flex-items-start flex-justify-between">
806
- <div>
807
- <span class="text-bold">Tip:</span>
808
- Type <kbd class="hx_kbd">#</kbd> to search discussions
809
- </div>
810
- <div class="ml-2 flex-shrink-0">
811
- Type <kbd class="hx_kbd">?</kbd> for help and tips
812
- </div>
813
- </div>
814
- </command-palette-tip>
815
- <command-palette-tip
816
- class="color-fg-muted f6 px-3 py-1 my-2"
817
- data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
818
- data-mode=""
819
- data-value="">
820
- <div class="d-flex flex-items-start flex-justify-between">
821
- <div>
822
- <span class="text-bold">Tip:</span>
823
- Type <kbd class="hx_kbd">!</kbd> to search projects
824
- </div>
825
- <div class="ml-2 flex-shrink-0">
826
- Type <kbd class="hx_kbd">?</kbd> for help and tips
827
- </div>
828
- </div>
829
- </command-palette-tip>
830
- <command-palette-tip
831
- class="color-fg-muted f6 px-3 py-1 my-2"
832
- data-scope-types="[&quot;owner&quot;]"
833
- data-mode=""
834
- data-value="">
835
- <div class="d-flex flex-items-start flex-justify-between">
836
- <div>
837
- <span class="text-bold">Tip:</span>
838
- Type <kbd class="hx_kbd">@</kbd> to search teams
839
- </div>
840
- <div class="ml-2 flex-shrink-0">
841
- Type <kbd class="hx_kbd">?</kbd> for help and tips
842
- </div>
843
- </div>
844
- </command-palette-tip>
845
- <command-palette-tip
846
- class="color-fg-muted f6 px-3 py-1 my-2"
847
- data-scope-types="[&quot;&quot;]"
848
- data-mode=""
849
- data-value="">
850
- <div class="d-flex flex-items-start flex-justify-between">
851
- <div>
852
- <span class="text-bold">Tip:</span>
853
- Type <kbd class="hx_kbd">@</kbd> to search people and organizations
854
- </div>
855
- <div class="ml-2 flex-shrink-0">
856
- Type <kbd class="hx_kbd">?</kbd> for help and tips
857
- </div>
858
- </div>
859
- </command-palette-tip>
860
- <command-palette-tip
861
- class="color-fg-muted f6 px-3 py-1 my-2"
862
- data-mode=""
863
- data-value="">
864
- <div class="d-flex flex-items-start flex-justify-between">
865
- <div>
866
- <span class="text-bold">Tip:</span>
867
- Type <kbd class="hx_kbd">&gt;</kbd> to activate command mode
868
- </div>
869
- <div class="ml-2 flex-shrink-0">
870
- Type <kbd class="hx_kbd">?</kbd> for help and tips
871
- </div>
872
- </div>
873
- </command-palette-tip>
874
- <command-palette-tip
875
- class="color-fg-muted f6 px-3 py-1 my-2"
876
- data-mode=""
877
- data-value="">
878
- <div class="d-flex flex-items-start flex-justify-between">
879
- <div>
880
- <span class="text-bold">Tip:</span>
881
- Go to your accessibility settings to change your keyboard shortcuts
882
- </div>
883
- <div class="ml-2 flex-shrink-0">
884
- Type <kbd class="hx_kbd">?</kbd> for help and tips
885
- </div>
886
- </div>
887
- </command-palette-tip>
888
- <command-palette-tip
889
- class="color-fg-muted f6 px-3 py-1 my-2"
890
- data-mode="#"
891
- data-value="">
892
- <div class="d-flex flex-items-start flex-justify-between">
893
- <div>
894
- <span class="text-bold">Tip:</span>
895
- Type author:@me to search your content
896
- </div>
897
- <div class="ml-2 flex-shrink-0">
898
- Type <kbd class="hx_kbd">?</kbd> for help and tips
899
- </div>
900
- </div>
901
- </command-palette-tip>
902
- <command-palette-tip
903
- class="color-fg-muted f6 px-3 py-1 my-2"
904
- data-mode="#"
905
- data-value="">
906
- <div class="d-flex flex-items-start flex-justify-between">
907
- <div>
908
- <span class="text-bold">Tip:</span>
909
- Type is:pr to filter to pull requests
910
- </div>
911
- <div class="ml-2 flex-shrink-0">
912
- Type <kbd class="hx_kbd">?</kbd> for help and tips
913
- </div>
914
- </div>
915
- </command-palette-tip>
916
- <command-palette-tip
917
- class="color-fg-muted f6 px-3 py-1 my-2"
918
- data-mode="#"
919
- data-value="">
920
- <div class="d-flex flex-items-start flex-justify-between">
921
- <div>
922
- <span class="text-bold">Tip:</span>
923
- Type is:issue to filter to issues
924
- </div>
925
- <div class="ml-2 flex-shrink-0">
926
- Type <kbd class="hx_kbd">?</kbd> for help and tips
927
- </div>
928
- </div>
929
- </command-palette-tip>
930
- <command-palette-tip
931
- class="color-fg-muted f6 px-3 py-1 my-2"
932
- data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
933
- data-mode="#"
934
- data-value="">
935
- <div class="d-flex flex-items-start flex-justify-between">
936
- <div>
937
- <span class="text-bold">Tip:</span>
938
- Type is:project to filter to projects
939
- </div>
940
- <div class="ml-2 flex-shrink-0">
941
- Type <kbd class="hx_kbd">?</kbd> for help and tips
942
- </div>
943
- </div>
944
- </command-palette-tip>
945
- <command-palette-tip
946
- class="color-fg-muted f6 px-3 py-1 my-2"
947
- data-mode="#"
948
- data-value="">
949
- <div class="d-flex flex-items-start flex-justify-between">
950
- <div>
951
- <span class="text-bold">Tip:</span>
952
- Type is:open to filter to open content
953
- </div>
954
- <div class="ml-2 flex-shrink-0">
955
- Type <kbd class="hx_kbd">?</kbd> for help and tips
956
- </div>
957
- </div>
958
- </command-palette-tip>
959
- <command-palette-tip class="mx-3 my-2 flash flash-error d-flex flex-items-center" data-on-error>
960
- <div>
961
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
962
- <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
963
- </svg>
964
- </div>
965
- <div class="px-2">
966
- We’ve encountered an error and some results aren't available at this time. Type a new search or try again later.
967
- </div>
968
- </command-palette-tip>
969
- <command-palette-tip class="h4 color-fg-default pl-3 pb-2 pt-3" data-on-empty data-match-mode="[^?]|^$">
970
- No results matched your search
971
- </command-palette-tip>
972
-
973
- <command-palette-item-group
974
- data-group-id="top"
975
- data-group-title="Top result"
976
- data-group-hint=""
977
- data-group-limits="{}"
978
- data-targets="command-palette-item-stack.groups"
979
- >
980
- </command-palette-item-group>
981
- <command-palette-item-group
982
- data-group-id="commands"
983
- data-group-title="Commands"
984
- data-group-hint="Type &gt; to filter"
985
- data-group-limits="{}"
986
- data-targets="command-palette-item-stack.groups"
987
- >
988
- </command-palette-item-group>
989
- <command-palette-item-group
990
- data-group-id="global_commands"
991
- data-group-title="Global Commands"
992
- data-group-hint="Type &gt; to filter"
993
- data-group-limits="{}"
994
- data-targets="command-palette-item-stack.groups"
995
- >
996
- </command-palette-item-group>
997
- <command-palette-item-group
998
- data-group-id="files"
999
- data-group-title="Files"
1000
- data-group-hint=""
1001
- data-group-limits="{}"
1002
- data-targets="command-palette-item-stack.groups"
1003
- >
1004
- </command-palette-item-group>
1005
- <command-palette-item-group
1006
- data-group-id="pages"
1007
- data-group-title="Pages"
1008
- data-group-hint=""
1009
- data-group-limits="{&quot;repository&quot;:10}"
1010
- data-targets="command-palette-item-stack.groups"
1011
- >
1012
- </command-palette-item-group>
1013
- <command-palette-item-group
1014
- data-group-id="access_policies"
1015
- data-group-title="Access Policies"
1016
- data-group-hint=""
1017
- data-group-limits="{}"
1018
- data-targets="command-palette-item-stack.groups"
1019
- >
1020
- </command-palette-item-group>
1021
- <command-palette-item-group
1022
- data-group-id="organizations"
1023
- data-group-title="Organizations"
1024
- data-group-hint=""
1025
- data-group-limits="{}"
1026
- data-targets="command-palette-item-stack.groups"
1027
- >
1028
- </command-palette-item-group>
1029
- <command-palette-item-group
1030
- data-group-id="repositories"
1031
- data-group-title="Repositories"
1032
- data-group-hint=""
1033
- data-group-limits="{}"
1034
- data-targets="command-palette-item-stack.groups"
1035
- >
1036
- </command-palette-item-group>
1037
- <command-palette-item-group
1038
- data-group-id="references"
1039
- data-group-title="Issues, pull requests, and discussions"
1040
- data-group-hint="Type # to filter"
1041
- data-group-limits="{}"
1042
- data-targets="command-palette-item-stack.groups"
1043
- >
1044
- </command-palette-item-group>
1045
- <command-palette-item-group
1046
- data-group-id="teams"
1047
- data-group-title="Teams"
1048
- data-group-hint=""
1049
- data-group-limits="{}"
1050
- data-targets="command-palette-item-stack.groups"
1051
- >
1052
- </command-palette-item-group>
1053
- <command-palette-item-group
1054
- data-group-id="users"
1055
- data-group-title="Users"
1056
- data-group-hint=""
1057
- data-group-limits="{}"
1058
- data-targets="command-palette-item-stack.groups"
1059
- >
1060
- </command-palette-item-group>
1061
- <command-palette-item-group
1062
- data-group-id="projects"
1063
- data-group-title="Projects"
1064
- data-group-hint=""
1065
- data-group-limits="{}"
1066
- data-targets="command-palette-item-stack.groups"
1067
- >
1068
- </command-palette-item-group>
1069
- <command-palette-item-group
1070
- data-group-id="footer"
1071
- data-group-title="Footer"
1072
- data-group-hint=""
1073
- data-group-limits="{}"
1074
- data-targets="command-palette-item-stack.groups"
1075
- >
1076
- </command-palette-item-group>
1077
- <command-palette-item-group
1078
- data-group-id="modes_help"
1079
- data-group-title="Modes"
1080
- data-group-hint=""
1081
- data-group-limits="{}"
1082
- data-targets="command-palette-item-stack.groups"
1083
- >
1084
- </command-palette-item-group>
1085
- <command-palette-item-group
1086
- data-group-id="filters_help"
1087
- data-group-title="Use filters in issues, pull requests, discussions, and projects"
1088
- data-group-hint=""
1089
- data-group-limits="{}"
1090
- data-targets="command-palette-item-stack.groups"
1091
- >
1092
- </command-palette-item-group>
1093
- </command-palette-item-stack>
1094
-
1095
- <div class="js-command-local-provider-octicons" hidden>
1096
- <div data-local-provider-octicon-id="arrow-right-color-fg-muted">
1097
- <svg height="16" class="octicon octicon-arrow-right color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.22 2.97a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06l2.97-2.97H3.75a.75.75 0 010-1.5h7.44L8.22 4.03a.75.75 0 010-1.06z"></path></svg>
1098
- </div>
1099
- <div data-local-provider-octicon-id="arrow-right-color-fg-default">
1100
- <svg height="16" class="octicon octicon-arrow-right color-fg-default" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.22 2.97a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06l2.97-2.97H3.75a.75.75 0 010-1.5h7.44L8.22 4.03a.75.75 0 010-1.06z"></path></svg>
1101
- </div>
1102
- <div data-local-provider-octicon-id="codespaces-color-fg-muted">
1103
- <svg height="16" class="octicon octicon-codespaces color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M2 1.75C2 .784 2.784 0 3.75 0h8.5C13.216 0 14 .784 14 1.75v5a1.75 1.75 0 01-1.75 1.75h-8.5A1.75 1.75 0 012 6.75v-5zm1.75-.25a.25.25 0 00-.25.25v5c0 .138.112.25.25.25h8.5a.25.25 0 00.25-.25v-5a.25.25 0 00-.25-.25h-8.5zM0 11.25c0-.966.784-1.75 1.75-1.75h12.5c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0114.25 16H1.75A1.75 1.75 0 010 14.25v-3zM1.75 11a.25.25 0 00-.25.25v3c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25v-3a.25.25 0 00-.25-.25H1.75z"></path><path fill-rule="evenodd" d="M3 12.75a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75zm4 0a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75z"></path></svg>
1104
- </div>
1105
- <div data-local-provider-octicon-id="copy-color-fg-muted">
1106
- <svg height="16" class="octicon octicon-copy color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"></path><path fill-rule="evenodd" d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"></path></svg>
1107
- </div>
1108
- <div data-local-provider-octicon-id="dash-color-fg-muted">
1109
- <svg height="16" class="octicon octicon-dash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M2 7.75A.75.75 0 012.75 7h10a.75.75 0 010 1.5h-10A.75.75 0 012 7.75z"></path></svg>
1110
- </div>
1111
- <div data-local-provider-octicon-id="file-color-fg-muted">
1112
- <svg height="16" class="octicon octicon-file color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M3.75 1.5a.25.25 0 00-.25.25v11.5c0 .138.112.25.25.25h8.5a.25.25 0 00.25-.25V6H9.75A1.75 1.75 0 018 4.25V1.5H3.75zm5.75.56v2.19c0 .138.112.25.25.25h2.19L9.5 2.06zM2 1.75C2 .784 2.784 0 3.75 0h5.086c.464 0 .909.184 1.237.513l3.414 3.414c.329.328.513.773.513 1.237v8.086A1.75 1.75 0 0112.25 15h-8.5A1.75 1.75 0 012 13.25V1.75z"></path></svg>
1113
- </div>
1114
- <div data-local-provider-octicon-id="lock-color-fg-muted">
1115
- <svg height="16" class="octicon octicon-lock color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M4 4v2h-.25A1.75 1.75 0 002 7.75v5.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0014 13.25v-5.5A1.75 1.75 0 0012.25 6H12V4a4 4 0 10-8 0zm6.5 2V4a2.5 2.5 0 00-5 0v2h5zM12 7.5h.25a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25h-8.5a.25.25 0 01-.25-.25v-5.5a.25.25 0 01.25-.25H12z"></path></svg>
1116
- </div>
1117
- <div data-local-provider-octicon-id="moon-color-fg-muted">
1118
- <svg height="16" class="octicon octicon-moon color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M9.598 1.591a.75.75 0 01.785-.175 7 7 0 11-8.967 8.967.75.75 0 01.961-.96 5.5 5.5 0 007.046-7.046.75.75 0 01.175-.786zm1.616 1.945a7 7 0 01-7.678 7.678 5.5 5.5 0 107.678-7.678z"></path></svg>
1119
- </div>
1120
- <div data-local-provider-octicon-id="person-color-fg-muted">
1121
- <svg height="16" class="octicon octicon-person color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M10.5 5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zm.061 3.073a4 4 0 10-5.123 0 6.004 6.004 0 00-3.431 5.142.75.75 0 001.498.07 4.5 4.5 0 018.99 0 .75.75 0 101.498-.07 6.005 6.005 0 00-3.432-5.142z"></path></svg>
1122
- </div>
1123
- <div data-local-provider-octicon-id="pencil-color-fg-muted">
1124
- <svg height="16" class="octicon octicon-pencil color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path></svg>
1125
- </div>
1126
- <div data-local-provider-octicon-id="issue-opened-open">
1127
- <svg height="16" class="octicon octicon-issue-opened open" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path><path fill-rule="evenodd" d="M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z"></path></svg>
1128
- </div>
1129
- <div data-local-provider-octicon-id="git-pull-request-draft-color-fg-muted">
1130
- <svg height="16" class="octicon octicon-git-pull-request-draft color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M2.5 3.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM3.25 1a2.25 2.25 0 00-.75 4.372v5.256a2.251 2.251 0 101.5 0V5.372A2.25 2.25 0 003.25 1zm0 11a.75.75 0 100 1.5.75.75 0 000-1.5zm9.5 3a2.25 2.25 0 100-4.5 2.25 2.25 0 000 4.5zm0-3a.75.75 0 100 1.5.75.75 0 000-1.5z"></path><path d="M14 7.5a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm0-4.25a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z"></path></svg>
1131
- </div>
1132
- <div data-local-provider-octicon-id="search-color-fg-muted">
1133
- <svg height="16" class="octicon octicon-search color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path></svg>
1134
- </div>
1135
- <div data-local-provider-octicon-id="sun-color-fg-muted">
1136
- <svg height="16" class="octicon octicon-sun color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 10.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM8 12a4 4 0 100-8 4 4 0 000 8zM8 0a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V.75A.75.75 0 018 0zm0 13a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 018 13zM2.343 2.343a.75.75 0 011.061 0l1.06 1.061a.75.75 0 01-1.06 1.06l-1.06-1.06a.75.75 0 010-1.06zm9.193 9.193a.75.75 0 011.06 0l1.061 1.06a.75.75 0 01-1.06 1.061l-1.061-1.06a.75.75 0 010-1.061zM16 8a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 0116 8zM3 8a.75.75 0 01-.75.75H.75a.75.75 0 010-1.5h1.5A.75.75 0 013 8zm10.657-5.657a.75.75 0 010 1.061l-1.061 1.06a.75.75 0 11-1.06-1.06l1.06-1.06a.75.75 0 011.06 0zm-9.193 9.193a.75.75 0 010 1.06l-1.06 1.061a.75.75 0 11-1.061-1.06l1.06-1.061a.75.75 0 011.061 0z"></path></svg>
1137
- </div>
1138
- <div data-local-provider-octicon-id="sync-color-fg-muted">
1139
- <svg height="16" class="octicon octicon-sync color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 2.5a5.487 5.487 0 00-4.131 1.869l1.204 1.204A.25.25 0 014.896 6H1.25A.25.25 0 011 5.75V2.104a.25.25 0 01.427-.177l1.38 1.38A7.001 7.001 0 0114.95 7.16a.75.75 0 11-1.49.178A5.501 5.501 0 008 2.5zM1.705 8.005a.75.75 0 01.834.656 5.501 5.501 0 009.592 2.97l-1.204-1.204a.25.25 0 01.177-.427h3.646a.25.25 0 01.25.25v3.646a.25.25 0 01-.427.177l-1.38-1.38A7.001 7.001 0 011.05 8.84a.75.75 0 01.656-.834z"></path></svg>
1140
- </div>
1141
- <div data-local-provider-octicon-id="trash-color-fg-muted">
1142
- <svg height="16" class="octicon octicon-trash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M6.5 1.75a.25.25 0 01.25-.25h2.5a.25.25 0 01.25.25V3h-3V1.75zm4.5 0V3h2.25a.75.75 0 010 1.5H2.75a.75.75 0 010-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75zM4.496 6.675a.75.75 0 10-1.492.15l.66 6.6A1.75 1.75 0 005.405 15h5.19c.9 0 1.652-.681 1.741-1.576l.66-6.6a.75.75 0 00-1.492-.149l-.66 6.6a.25.25 0 01-.249.225h-5.19a.25.25 0 01-.249-.225l-.66-6.6z"></path></svg>
1143
- </div>
1144
- <div data-local-provider-octicon-id="key-color-fg-muted">
1145
- <svg height="16" class="octicon octicon-key color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M6.5 5.5a4 4 0 112.731 3.795.75.75 0 00-.768.18L7.44 10.5H6.25a.75.75 0 00-.75.75v1.19l-.06.06H4.25a.75.75 0 00-.75.75v1.19l-.06.06H1.75a.25.25 0 01-.25-.25v-1.69l5.024-5.023a.75.75 0 00.181-.768A3.995 3.995 0 016.5 5.5zm4-5.5a5.5 5.5 0 00-5.348 6.788L.22 11.72a.75.75 0 00-.22.53v2C0 15.216.784 16 1.75 16h2a.75.75 0 00.53-.22l.5-.5a.75.75 0 00.22-.53V14h.75a.75.75 0 00.53-.22l.5-.5a.75.75 0 00.22-.53V12h.75a.75.75 0 00.53-.22l.932-.932A5.5 5.5 0 1010.5 0zm.5 6a1 1 0 100-2 1 1 0 000 2z"></path></svg>
1146
- </div>
1147
- <div data-local-provider-octicon-id="comment-discussion-color-fg-muted">
1148
- <svg height="16" class="octicon octicon-comment-discussion color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.5 2.75a.25.25 0 01.25-.25h8.5a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25h-3.5a.75.75 0 00-.53.22L3.5 11.44V9.25a.75.75 0 00-.75-.75h-1a.25.25 0 01-.25-.25v-5.5zM1.75 1A1.75 1.75 0 000 2.75v5.5C0 9.216.784 10 1.75 10H2v1.543a1.457 1.457 0 002.487 1.03L7.061 10h3.189A1.75 1.75 0 0012 8.25v-5.5A1.75 1.75 0 0010.25 1h-8.5zM14.5 4.75a.25.25 0 00-.25-.25h-.5a.75.75 0 110-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0114.25 12H14v1.543a1.457 1.457 0 01-2.487 1.03L9.22 12.28a.75.75 0 111.06-1.06l2.22 2.22v-2.19a.75.75 0 01.75-.75h1a.25.25 0 00.25-.25v-5.5z"></path></svg>
1149
- </div>
1150
- <div data-local-provider-octicon-id="bell-color-fg-muted">
1151
- <svg height="16" class="octicon octicon-bell color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 16a2 2 0 001.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 008 16z"></path><path fill-rule="evenodd" d="M8 1.5A3.5 3.5 0 004.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556a.018.018 0 00-.003.01l.001.006c0 .002.002.004.004.006a.017.017 0 00.006.004l.007.001h10.964l.007-.001a.016.016 0 00.006-.004.016.016 0 00.004-.006l.001-.007a.017.017 0 00-.003-.01l-1.703-2.554a1.75 1.75 0 01-.294-.97V5A3.5 3.5 0 008 1.5zM3 5a5 5 0 0110 0v2.947c0 .05.015.098.042.139l1.703 2.555A1.518 1.518 0 0113.482 13H2.518a1.518 1.518 0 01-1.263-2.36l1.703-2.554A.25.25 0 003 7.947V5z"></path></svg>
1152
- </div>
1153
- <div data-local-provider-octicon-id="bell-slash-color-fg-muted">
1154
- <svg height="16" class="octicon octicon-bell-slash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 1.5c-.997 0-1.895.416-2.534 1.086A.75.75 0 014.38 1.55 5 5 0 0113 5v2.373a.75.75 0 01-1.5 0V5A3.5 3.5 0 008 1.5zM4.182 4.31L1.19 2.143a.75.75 0 10-.88 1.214L3 5.305v2.642a.25.25 0 01-.042.139L1.255 10.64A1.518 1.518 0 002.518 13h11.108l1.184.857a.75.75 0 10.88-1.214l-1.375-.996a1.196 1.196 0 00-.013-.01L4.198 4.321a.733.733 0 00-.016-.011zm7.373 7.19L4.5 6.391v1.556c0 .346-.102.683-.294.97l-1.703 2.556a.018.018 0 00-.003.01.015.015 0 00.005.012.017.017 0 00.006.004l.007.001h9.037zM8 16a2 2 0 001.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 008 16z"></path></svg>
1155
- </div>
1156
- <div data-local-provider-octicon-id="paintbrush-color-fg-muted">
1157
- <svg height="16" class="octicon octicon-paintbrush color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M11.134 1.535C9.722 2.562 8.16 4.057 6.889 5.312 5.8 6.387 5.041 7.401 4.575 8.294a3.745 3.745 0 00-3.227 1.054c-.43.431-.69 1.066-.86 1.657a11.982 11.982 0 00-.358 1.914A21.263 21.263 0 000 15.203v.054l.75-.007-.007.75h.054a14.404 14.404 0 00.654-.012 21.243 21.243 0 001.63-.118c.62-.07 1.3-.18 1.914-.357.592-.17 1.226-.43 1.657-.861a3.745 3.745 0 001.055-3.217c.908-.461 1.942-1.216 3.04-2.3 1.279-1.262 2.764-2.825 3.775-4.249.501-.706.923-1.428 1.125-2.096.2-.659.235-1.469-.368-2.07-.606-.607-1.42-.55-2.069-.34-.66.213-1.376.646-2.076 1.155zm-3.95 8.48a3.76 3.76 0 00-1.19-1.192 9.758 9.758 0 011.161-1.607l1.658 1.658a9.853 9.853 0 01-1.63 1.142zM.742 16l.007-.75-.75.008A.75.75 0 00.743 16zM12.016 2.749c-1.224.89-2.605 2.189-3.822 3.384l1.718 1.718c1.21-1.205 2.51-2.597 3.387-3.833.47-.662.78-1.227.912-1.662.134-.444.032-.551.009-.575h-.001V1.78c-.014-.014-.112-.113-.548.027-.432.14-.995.462-1.655.942zM1.62 13.089a19.56 19.56 0 00-.104 1.395 19.55 19.55 0 001.396-.104 10.528 10.528 0 001.668-.309c.526-.151.856-.325 1.011-.48a2.25 2.25 0 00-3.182-3.182c-.155.155-.329.485-.48 1.01a10.515 10.515 0 00-.309 1.67z"></path></svg>
1158
- </div>
1159
- </div>
1160
-
1161
- <server-defined-provider data-type="search-links" data-targets="command-palette.serverDefinedProviderElements"></server-defined-provider>
1162
- <server-defined-provider data-type="help" data-targets="command-palette.serverDefinedProviderElements">
1163
- <command-palette-help
1164
- data-group="modes_help"
1165
- data-prefix="#"
1166
- data-scope-types="[&quot;&quot;]"
1167
- >
1168
- <span data-target="command-palette-help.titleElement">Search for <strong>issues</strong> and <strong>pull requests</strong></span>
1169
- <span data-target="command-palette-help.hintElement">
1170
- <kbd class="hx_kbd">#</kbd>
1171
- </span>
1172
- </command-palette-help>
1173
- <command-palette-help
1174
- data-group="modes_help"
1175
- data-prefix="#"
1176
- data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1177
- >
1178
- <span data-target="command-palette-help.titleElement">Search for <strong>issues, pull requests, discussions,</strong> and <strong>projects</strong></span>
1179
- <span data-target="command-palette-help.hintElement">
1180
- <kbd class="hx_kbd">#</kbd>
1181
- </span>
1182
- </command-palette-help>
1183
- <command-palette-help
1184
- data-group="modes_help"
1185
- data-prefix="@"
1186
- data-scope-types="[&quot;&quot;]"
1187
- >
1188
- <span data-target="command-palette-help.titleElement">Search for <strong>organizations, repositories,</strong> and <strong>users</strong></span>
1189
- <span data-target="command-palette-help.hintElement">
1190
- <kbd class="hx_kbd">@</kbd>
1191
- </span>
1192
- </command-palette-help>
1193
- <command-palette-help
1194
- data-group="modes_help"
1195
- data-prefix="!"
1196
- data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1197
- >
1198
- <span data-target="command-palette-help.titleElement">Search for <strong>projects</strong></span>
1199
- <span data-target="command-palette-help.hintElement">
1200
- <kbd class="hx_kbd">!</kbd>
1201
- </span>
1202
- </command-palette-help>
1203
- <command-palette-help
1204
- data-group="modes_help"
1205
- data-prefix="/"
1206
- data-scope-types="[&quot;repository&quot;]"
1207
- >
1208
- <span data-target="command-palette-help.titleElement">Search for <strong>files</strong></span>
1209
- <span data-target="command-palette-help.hintElement">
1210
- <kbd class="hx_kbd">/</kbd>
1211
- </span>
1212
- </command-palette-help>
1213
- <command-palette-help
1214
- data-group="modes_help"
1215
- data-prefix="&gt;"
1216
- >
1217
- <span data-target="command-palette-help.titleElement">Activate <strong>command mode</strong></span>
1218
- <span data-target="command-palette-help.hintElement">
1219
- <kbd class="hx_kbd">&gt;</kbd>
1220
- </span>
1221
- </command-palette-help>
1222
- <command-palette-help
1223
- data-group="filters_help"
1224
- data-prefix="# author:@me"
1225
- >
1226
- <span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
1227
- <span data-target="command-palette-help.hintElement">
1228
- <kbd class="hx_kbd"># author:@me</kbd>
1229
- </span>
1230
- </command-palette-help>
1231
- <command-palette-help
1232
- data-group="filters_help"
1233
- data-prefix="# author:@me"
1234
- >
1235
- <span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
1236
- <span data-target="command-palette-help.hintElement">
1237
- <kbd class="hx_kbd"># author:@me</kbd>
1238
- </span>
1239
- </command-palette-help>
1240
- <command-palette-help
1241
- data-group="filters_help"
1242
- data-prefix="# is:pr"
1243
- >
1244
- <span data-target="command-palette-help.titleElement">Filter to pull requests</span>
1245
- <span data-target="command-palette-help.hintElement">
1246
- <kbd class="hx_kbd"># is:pr</kbd>
1247
- </span>
1248
- </command-palette-help>
1249
- <command-palette-help
1250
- data-group="filters_help"
1251
- data-prefix="# is:issue"
1252
- >
1253
- <span data-target="command-palette-help.titleElement">Filter to issues</span>
1254
- <span data-target="command-palette-help.hintElement">
1255
- <kbd class="hx_kbd"># is:issue</kbd>
1256
- </span>
1257
- </command-palette-help>
1258
- <command-palette-help
1259
- data-group="filters_help"
1260
- data-prefix="# is:discussion"
1261
- data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1262
- >
1263
- <span data-target="command-palette-help.titleElement">Filter to discussions</span>
1264
- <span data-target="command-palette-help.hintElement">
1265
- <kbd class="hx_kbd"># is:discussion</kbd>
1266
- </span>
1267
- </command-palette-help>
1268
- <command-palette-help
1269
- data-group="filters_help"
1270
- data-prefix="# is:project"
1271
- data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1272
- >
1273
- <span data-target="command-palette-help.titleElement">Filter to projects</span>
1274
- <span data-target="command-palette-help.hintElement">
1275
- <kbd class="hx_kbd"># is:project</kbd>
1276
- </span>
1277
- </command-palette-help>
1278
- <command-palette-help
1279
- data-group="filters_help"
1280
- data-prefix="# is:open"
1281
- >
1282
- <span data-target="command-palette-help.titleElement">Filter to open issues, pull requests, and discussions</span>
1283
- <span data-target="command-palette-help.hintElement">
1284
- <kbd class="hx_kbd"># is:open</kbd>
1285
- </span>
1286
- </command-palette-help>
1287
- </server-defined-provider>
1288
-
1289
- <server-defined-provider
1290
- data-type="prefetched"
1291
- data-fetch-debounce="0"
1292
- data-src="/command_palette/commands"
1293
- data-supported-modes="[&quot;&gt;&quot;]"
1294
- data-supports-commands
1295
-
1296
- data-targets="command-palette.serverDefinedProviderElements"
1297
- ></server-defined-provider>
1298
- <server-defined-provider
1299
- data-type="prefetched"
1300
- data-fetch-debounce="0"
1301
- data-src="/command_palette/jump_to_page_navigation"
1302
- data-supported-modes="[&quot;&quot;]"
1303
-
1304
- data-targets="command-palette.serverDefinedProviderElements"
1305
- ></server-defined-provider>
1306
- <server-defined-provider
1307
- data-type="remote"
1308
- data-fetch-debounce="200"
1309
- data-src="/command_palette/issues"
1310
- data-supported-modes="[&quot;#&quot;,&quot;#&quot;]"
1311
- data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;,&quot;&quot;]"
1312
-
1313
- data-targets="command-palette.serverDefinedProviderElements"
1314
- ></server-defined-provider>
1315
- <server-defined-provider
1316
- data-type="remote"
1317
- data-fetch-debounce="200"
1318
- data-src="/command_palette/jump_to"
1319
- data-supported-modes="[&quot;@&quot;,&quot;@&quot;]"
1320
- data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1321
-
1322
- data-targets="command-palette.serverDefinedProviderElements"
1323
- ></server-defined-provider>
1324
- <server-defined-provider
1325
- data-type="remote"
1326
- data-fetch-debounce="200"
1327
- data-src="/command_palette/jump_to_members_only"
1328
- data-supported-modes="[&quot;&quot;]"
1329
-
1330
- data-targets="command-palette.serverDefinedProviderElements"
1331
- ></server-defined-provider>
1332
- <server-defined-provider
1333
- data-type="prefetched"
1334
- data-fetch-debounce="0"
1335
- data-src="/command_palette/jump_to_members_only_prefetched"
1336
- data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;]"
1337
- data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1338
-
1339
- data-targets="command-palette.serverDefinedProviderElements"
1340
- ></server-defined-provider>
1341
- <server-defined-provider
1342
- data-type="files"
1343
- data-fetch-debounce="0"
1344
- data-src="/command_palette/files"
1345
- data-supported-modes="[&quot;/&quot;]"
1346
- data-supported-scope-types="[&quot;repository&quot;]"
1347
-
1348
- data-targets="command-palette.serverDefinedProviderElements"
1349
- ></server-defined-provider>
1350
- <server-defined-provider
1351
- data-type="remote"
1352
- data-fetch-debounce="200"
1353
- data-src="/command_palette/discussions"
1354
- data-supported-modes="[&quot;#&quot;]"
1355
- data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1356
-
1357
- data-targets="command-palette.serverDefinedProviderElements"
1358
- ></server-defined-provider>
1359
- <server-defined-provider
1360
- data-type="remote"
1361
- data-fetch-debounce="200"
1362
- data-src="/command_palette/projects"
1363
- data-supported-modes="[&quot;#&quot;,&quot;!&quot;]"
1364
- data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1365
-
1366
- data-targets="command-palette.serverDefinedProviderElements"
1367
- ></server-defined-provider>
1368
- <server-defined-provider
1369
- data-type="prefetched"
1370
- data-fetch-debounce="0"
1371
- data-src="/command_palette/recent_issues"
1372
- data-supported-modes="[&quot;#&quot;,&quot;#&quot;]"
1373
- data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;,&quot;&quot;]"
1374
-
1375
- data-targets="command-palette.serverDefinedProviderElements"
1376
- ></server-defined-provider>
1377
- <server-defined-provider
1378
- data-type="remote"
1379
- data-fetch-debounce="200"
1380
- data-src="/command_palette/teams"
1381
- data-supported-modes="[&quot;@&quot;,&quot;&quot;]"
1382
- data-supported-scope-types="[&quot;owner&quot;]"
1383
-
1384
- data-targets="command-palette.serverDefinedProviderElements"
1385
- ></server-defined-provider>
1386
- <server-defined-provider
1387
- data-type="remote"
1388
- data-fetch-debounce="200"
1389
- data-src="/command_palette/name_with_owner_repository"
1390
- data-supported-modes="[&quot;&quot;]"
1391
-
1392
- data-targets="command-palette.serverDefinedProviderElements"
1393
- ></server-defined-provider>
1394
- </command-palette>
1395
- </details-dialog>
1396
- </details>
1397
-
1398
- <div class="position-fixed bottom-0 left-0 ml-5 mb-5 js-command-palette-toasts" style="z-index: 1000">
1399
- <div hidden class="Toast Toast--loading">
1400
- <span class="Toast-icon">
1401
- <svg class="Toast--spinner" viewBox="0 0 32 32" width="18" height="18" aria-hidden="true">
1402
- <path
1403
- fill="#959da5"
1404
- d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"
1405
- />
1406
- <path fill="#ffffff" d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"></path>
1407
- </svg>
1408
- </span>
1409
- <span class="Toast-content"></span>
1410
- </div>
1411
-
1412
- <div hidden class="anim-fade-in fast Toast Toast--error">
1413
- <span class="Toast-icon">
1414
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-stop">
1415
- <path fill-rule="evenodd" d="M4.47.22A.75.75 0 015 0h6a.75.75 0 01.53.22l4.25 4.25c.141.14.22.331.22.53v6a.75.75 0 01-.22.53l-4.25 4.25A.75.75 0 0111 16H5a.75.75 0 01-.53-.22L.22 11.53A.75.75 0 010 11V5a.75.75 0 01.22-.53L4.47.22zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5H5.31zM8 4a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 018 4zm0 8a1 1 0 100-2 1 1 0 000 2z"></path>
1416
- </svg>
1417
- </span>
1418
- <span class="Toast-content"></span>
1419
- </div>
1420
-
1421
- <div hidden class="anim-fade-in fast Toast Toast--warning">
1422
- <span class="Toast-icon">
1423
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
1424
- <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
1425
- </svg>
1426
- </span>
1427
- <span class="Toast-content"></span>
1428
- </div>
1429
-
1430
-
1431
- <div hidden class="anim-fade-in fast Toast Toast--success">
1432
- <span class="Toast-icon">
1433
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check">
1434
- <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
1435
- </svg>
1436
- </span>
1437
- <span class="Toast-content"></span>
1438
- </div>
1439
-
1440
- <div hidden class="anim-fade-in fast Toast">
1441
- <span class="Toast-icon">
1442
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-info">
1443
- <path fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm6.5-.25A.75.75 0 017.25 7h1a.75.75 0 01.75.75v2.75h.25a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h.25v-2h-.25a.75.75 0 01-.75-.75zM8 6a1 1 0 100-2 1 1 0 000 2z"></path>
1444
- </svg>
1445
- </span>
1446
- <span class="Toast-content"></span>
1447
- </div>
1448
- </div>
1449
-
1450
- <command-palette-pjax-metadata hidden class="js-command-palette-pjax-metadata" data-pjax-replace id="command-palette-pjax-metadata"
1451
- data-default-scope-id="MDEwOlJlcG9zaXRvcnkyNzExOTU2MTU="
1452
- data-default-scope-type="Repository"
1453
- >
1454
- </command-palette-pjax-metadata>
1455
-
1456
-
1457
- <div
1458
- class="application-main "
1459
- data-commit-hovercards-enabled
1460
- data-discussion-hovercards-enabled
1461
- data-issue-and-pr-hovercards-enabled
1462
- >
1463
- <div itemscope itemtype="http://schema.org/SoftwareSourceCode" class="">
1464
- <main id="js-repo-pjax-container" data-pjax-container >
1465
-
1466
-
1467
-
1468
-
1469
-
1470
-
1471
-
1472
-
1473
-
1474
-
1475
-
1476
-
1477
- <div id="repository-container-header" class="pt-3 hide-full-screen mb-5" style="background-color: var(--color-page-header-bg);" data-pjax-replace>
1478
-
1479
- <div class="d-flex mb-3 px-3 px-md-4 px-lg-5">
1480
-
1481
- <div class="flex-auto min-width-0 width-fit mr-3">
1482
- <h1 class=" d-flex flex-wrap flex-items-center wb-break-word f3 text-normal">
1483
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-lock color-fg-muted mr-2">
1484
- <path fill-rule="evenodd" d="M4 4v2h-.25A1.75 1.75 0 002 7.75v5.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0014 13.25v-5.5A1.75 1.75 0 0012.25 6H12V4a4 4 0 10-8 0zm6.5 2V4a2.5 2.5 0 00-5 0v2h5zM12 7.5h.25a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25h-8.5a.25.25 0 01-.25-.25v-5.5a.25.25 0 01.25-.25H12z"></path>
1485
- </svg>
1486
- <span class="author flex-self-stretch" itemprop="author">
1487
- <a class="url fn" rel="author" data-hovercard-type="organization" data-hovercard-url="/orgs/cometchat-team/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="/cometchat-team">cometchat-team</a>
1488
- </span>
1489
- <span class="mx-1 flex-self-stretch color-fg-muted">/</span>
1490
- <strong itemprop="name" class="mr-2 flex-self-stretch">
1491
- <a data-pjax="#repo-content-pjax-container" href="/cometchat-team/cometchat-pro-react-ui-kit">cometchat-pro-react-ui-kit</a>
1492
- </strong>
1493
-
1494
- <span></span><span class="Label Label--secondary v-align-middle mr-1">Private</span>
1495
- </h1>
1496
-
1497
- </div>
1498
-
1499
- <ul class="pagehead-actions flex-shrink-0 d-none d-md-inline" style="padding: 2px 0;">
1500
-
1501
-
1502
-
1503
- <li>
1504
- <notifications-list-subscription-form
1505
- data-action="notifications-dialog-label-toggled:notifications-list-subscription-form#handleDialogLabelToggle"
1506
- class="f5 position-relative"
1507
- >
1508
- <details
1509
- class="details-reset details-overlay f5 position-relative"
1510
- data-target="notifications-list-subscription-form.details"
1511
- data-action="toggle:notifications-list-subscription-form#detailsToggled"
1512
- >
1513
-
1514
- <summary data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;WATCH_BUTTON&quot;,&quot;repository_id&quot;:271195615,&quot;originating_url&quot;:&quot;https://github.com/cometchat-team/cometchat-pro-react-ui-kit/blob/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg&quot;,&quot;user_id&quot;:91062933}}" data-hydro-click-hmac="317b2256001777e040e3aeb9146611587f3e984531b2cea0c31fed17a12fa730" data-ga-click="Repository, click Watch settings, action:blob#show" aria-label="Notification settings" data-view-component="true" class="btn-sm btn"> <span data-menu-button>
1515
- <span
1516
- hidden
1517
-
1518
- data-target="notifications-list-subscription-form.unwatchButtonCopy"
1519
- >
1520
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-eye">
1521
- <path fill-rule="evenodd" d="M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z"></path>
1522
- </svg>
1523
- Unwatch
1524
- </span>
1525
- <span
1526
- hidden
1527
-
1528
- data-target="notifications-list-subscription-form.stopIgnoringButtonCopy"
1529
- >
1530
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bell-slash">
1531
- <path fill-rule="evenodd" d="M8 1.5c-.997 0-1.895.416-2.534 1.086A.75.75 0 014.38 1.55 5 5 0 0113 5v2.373a.75.75 0 01-1.5 0V5A3.5 3.5 0 008 1.5zM4.182 4.31L1.19 2.143a.75.75 0 10-.88 1.214L3 5.305v2.642a.25.25 0 01-.042.139L1.255 10.64A1.518 1.518 0 002.518 13h11.108l1.184.857a.75.75 0 10.88-1.214l-1.375-.996a1.196 1.196 0 00-.013-.01L4.198 4.321a.733.733 0 00-.016-.011zm7.373 7.19L4.5 6.391v1.556c0 .346-.102.683-.294.97l-1.703 2.556a.018.018 0 00-.003.01.015.015 0 00.005.012.017.017 0 00.006.004l.007.001h9.037zM8 16a2 2 0 001.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 008 16z"></path>
1532
- </svg>
1533
- Stop ignoring
1534
- </span>
1535
- <span
1536
-
1537
-
1538
- data-target="notifications-list-subscription-form.watchButtonCopy"
1539
- >
1540
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-eye">
1541
- <path fill-rule="evenodd" d="M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z"></path>
1542
- </svg>
1543
- Watch
1544
- </span>
1545
- </span>
1546
- <span id="repo-notifications-counter" data-target="notifications-list-subscription-form.socialCount" data-pjax-replace="true" title="4" data-view-component="true" class="Counter">4</span>
1547
- <span class="dropdown-caret"></span>
1548
- </summary>
1549
- <details-menu
1550
- class="SelectMenu "
1551
- role="menu"
1552
- data-target="notifications-list-subscription-form.menu"
1553
-
1554
- >
1555
- <div class="SelectMenu-modal notifications-component-menu-modal">
1556
- <header class="SelectMenu-header">
1557
- <h3 class="SelectMenu-title">Notifications</h3>
1558
- <button class="SelectMenu-closeButton" type="button" aria-label="Close menu" data-action="click:notifications-list-subscription-form#closeMenu">
1559
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1560
- <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
1561
- </svg>
1562
- </button>
1563
- </header>
1564
-
1565
- <div class="SelectMenu-list">
1566
- <form data-target="notifications-list-subscription-form.form" data-action="submit:notifications-list-subscription-form#submitForm" data-turbo="false" action="/notifications/subscribe" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="Kwr2zUccs9m45ZK0S0-D8lPJDYRfgFZWTQY27UGsmVYyonkufp5qUNJQEaSpgPIA1s_YOE7VjTkvVztXVRsJTQ" autocomplete="off" />
1567
-
1568
- <input type="hidden" name="repository_id" value="271195615">
1569
-
1570
- <button
1571
- type="submit"
1572
- name="do"
1573
- value="included"
1574
- class="SelectMenu-item flex-items-start"
1575
- role="menuitemradio"
1576
- aria-checked="true"
1577
- data-targets="notifications-list-subscription-form.subscriptionButtons"
1578
-
1579
- >
1580
- <span class="f5">
1581
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check SelectMenu-icon SelectMenu-icon--check">
1582
- <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
1583
- </svg>
1584
- </span>
1585
- <div>
1586
- <div class="f5 text-bold">
1587
- Participating and @mentions
1588
- </div>
1589
- <div class="text-small color-fg-muted text-normal pb-1">
1590
- Only receive notifications from this repository when participating or @mentioned.
1591
- </div>
1592
- </div>
1593
- </button>
1594
-
1595
- <button
1596
- type="submit"
1597
- name="do"
1598
- value="subscribed"
1599
- class="SelectMenu-item flex-items-start"
1600
- role="menuitemradio"
1601
- aria-checked="false"
1602
- data-targets="notifications-list-subscription-form.subscriptionButtons"
1603
- >
1604
- <span class="f5">
1605
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check SelectMenu-icon SelectMenu-icon--check">
1606
- <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
1607
- </svg>
1608
- </span>
1609
- <div>
1610
- <div class="f5 text-bold">
1611
- All Activity
1612
- </div>
1613
- <div class="text-small color-fg-muted text-normal pb-1">
1614
- Notified of all notifications on this repository.
1615
- </div>
1616
- </div>
1617
- </button>
1618
-
1619
- <button
1620
- type="submit"
1621
- name="do"
1622
- value="ignore"
1623
- class="SelectMenu-item flex-items-start"
1624
- role="menuitemradio"
1625
- aria-checked="false"
1626
- data-targets="notifications-list-subscription-form.subscriptionButtons"
1627
- >
1628
- <span class="f5">
1629
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check SelectMenu-icon SelectMenu-icon--check">
1630
- <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
1631
- </svg>
1632
- </span>
1633
- <div>
1634
- <div class="f5 text-bold">
1635
- Ignore
1636
- </div>
1637
- <div class="text-small color-fg-muted text-normal pb-1">
1638
- Never be notified.
1639
- </div>
1640
- </div>
1641
- </button>
1642
- </form>
1643
- <button
1644
- class="SelectMenu-item flex-items-start pr-3"
1645
- type="button"
1646
- role="menuitemradio"
1647
- data-target="notifications-list-subscription-form.customButton"
1648
- data-action="click:notifications-list-subscription-form#openCustomDialog"
1649
- aria-haspopup="true"
1650
- aria-checked="false"
1651
-
1652
- >
1653
- <span class="f5">
1654
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check SelectMenu-icon SelectMenu-icon--check">
1655
- <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
1656
- </svg>
1657
- </span>
1658
- <div>
1659
- <div class="d-flex flex-items-start flex-justify-between">
1660
- <div class="f5 text-bold">Custom</div>
1661
- <div class="f5 pr-1">
1662
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-arrow-right">
1663
- <path fill-rule="evenodd" d="M8.22 2.97a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06l2.97-2.97H3.75a.75.75 0 010-1.5h7.44L8.22 4.03a.75.75 0 010-1.06z"></path>
1664
- </svg>
1665
- </div>
1666
- </div>
1667
- <div class="text-small color-fg-muted text-normal pb-1">
1668
- Select events you want to be notified of in addition to participating and @mentions.
1669
- </div>
1670
- </div>
1671
- </button>
1672
-
1673
- <div class="px-3 py-2 d-flex color-bg-subtle flex-items-center">
1674
- <span class="f5">
1675
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-device-mobile SelectMenu-icon SelectMenu-icon--device-mobile">
1676
- <path fill-rule="evenodd" d="M3.75 0A1.75 1.75 0 002 1.75v12.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0014 14.25V1.75A1.75 1.75 0 0012.25 0h-8.5zM3.5 1.75a.25.25 0 01.25-.25h8.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25h-8.5a.25.25 0 01-.25-.25V1.75zM8 13a1 1 0 100-2 1 1 0 000 2z"></path>
1677
- </svg>
1678
- </span>
1679
- <span className="text-small color-fg-muted text-normal pb-1">
1680
- Get push notifications on <a target="_blank" rel="noopener noreferrer" href="https://apps.apple.com/app/apple-store/id1477376905?ct=watch-dropdown&amp;mt=8&amp;pt=524675">iOS</a> or <a target="_blank" rel="noopener noreferrer" href="https://play.google.com/store/apps/details?id=com.github.android&amp;referrer=utm_campaign%3Dwatch-dropdown%26utm_medium%3Dweb%26utm_source%3Dgithub">Android</a>.
1681
- </span>
1682
- </div>
1683
- </div>
1684
- </div>
1685
- </details-menu>
1686
-
1687
- <details-dialog
1688
- class="notifications-component-dialog "
1689
- data-target="notifications-list-subscription-form.customDialog"
1690
- aria-label="Custom dialog"
1691
- hidden
1692
- >
1693
- <div class="SelectMenu-modal notifications-component-dialog-modal overflow-visible">
1694
- <form data-target="notifications-list-subscription-form.customform" data-action="submit:notifications-list-subscription-form#submitCustomForm" data-turbo="false" action="/notifications/subscribe" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="M6587PZxDiVBhvFurquunwKEdq5eQQ7LaCz7gXfWaboqBvMPz_PXrCszcn5MZN9th4KjEk8U1aQKffY7Y2H5oQ" autocomplete="off" />
1695
-
1696
- <input type="hidden" name="repository_id" value="271195615">
1697
-
1698
- <header class="d-sm-none SelectMenu-header pb-0 border-bottom-0 px-2 px-sm-3">
1699
- <h1 class="f3 SelectMenu-title d-inline-flex">
1700
- <button
1701
- class="color-bg-default border-0 px-2 py-0 m-0 Link--secondary f5"
1702
- aria-label="Return to menu"
1703
- type="button"
1704
- data-action="click:notifications-list-subscription-form#closeCustomDialog"
1705
- >
1706
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-arrow-left">
1707
- <path fill-rule="evenodd" d="M7.78 12.53a.75.75 0 01-1.06 0L2.47 8.28a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 1.06L4.81 7h7.44a.75.75 0 010 1.5H4.81l2.97 2.97a.75.75 0 010 1.06z"></path>
1708
- </svg>
1709
- </button>
1710
- Custom
1711
- </h1>
1712
- </header>
1713
-
1714
- <header class="d-none d-sm-flex flex-items-start pt-1">
1715
- <button
1716
- class="border-0 px-2 pt-1 m-0 Link--secondary f5"
1717
- style="background-color: transparent;"
1718
- aria-label="Return to menu"
1719
- type="button"
1720
- data-action="click:notifications-list-subscription-form#closeCustomDialog"
1721
- >
1722
- <svg style="position: relative; left: 2px; top: 1px" aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-arrow-left">
1723
- <path fill-rule="evenodd" d="M7.78 12.53a.75.75 0 01-1.06 0L2.47 8.28a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 1.06L4.81 7h7.44a.75.75 0 010 1.5H4.81l2.97 2.97a.75.75 0 010 1.06z"></path>
1724
- </svg>
1725
- </button>
1726
-
1727
- <h1 class="pt-1 pr-4 pb-0 pl-0 f5 text-bold">
1728
- Custom
1729
- </h1>
1730
- </header>
1731
-
1732
- <fieldset>
1733
- <legend>
1734
- <div class="text-small color-fg-muted pt-0 pr-3 pb-3 pl-6 pl-sm-5 border-bottom mb-3">
1735
- Select events you want to be notified of in addition to participating and @mentions.
1736
- </div>
1737
- </legend>
1738
- <div data-target="notifications-list-subscription-form.labelInputs">
1739
- </div>
1740
- <div class="form-checkbox mr-3 ml-6 ml-sm-5 mb-2 mt-0">
1741
- <label class="f5 text-normal">
1742
- <input
1743
- type="checkbox"
1744
- name="thread_types[]"
1745
- value="Issue"
1746
- data-targets="notifications-list-subscription-form.threadTypeCheckboxes"
1747
- data-action="change:notifications-list-subscription-form#threadTypeCheckboxesUpdated"
1748
-
1749
- >
1750
- Issues
1751
- </label>
1752
-
1753
- </div>
1754
- <div class="form-checkbox mr-3 ml-6 ml-sm-5 mb-2 mt-0">
1755
- <label class="f5 text-normal">
1756
- <input
1757
- type="checkbox"
1758
- name="thread_types[]"
1759
- value="PullRequest"
1760
- data-targets="notifications-list-subscription-form.threadTypeCheckboxes"
1761
- data-action="change:notifications-list-subscription-form#threadTypeCheckboxesUpdated"
1762
-
1763
- >
1764
- Pull requests
1765
- </label>
1766
-
1767
- </div>
1768
- <div class="form-checkbox mr-3 ml-6 ml-sm-5 mb-2 mt-0">
1769
- <label class="f5 text-normal">
1770
- <input
1771
- type="checkbox"
1772
- name="thread_types[]"
1773
- value="Release"
1774
- data-targets="notifications-list-subscription-form.threadTypeCheckboxes"
1775
- data-action="change:notifications-list-subscription-form#threadTypeCheckboxesUpdated"
1776
-
1777
- >
1778
- Releases
1779
- </label>
1780
-
1781
- </div>
1782
- <div class="form-checkbox mr-3 ml-6 ml-sm-5 mb-2 mt-0">
1783
- <label class="f5 text-normal">
1784
- <input
1785
- type="checkbox"
1786
- name="thread_types[]"
1787
- value="Discussion"
1788
- data-targets="notifications-list-subscription-form.threadTypeCheckboxes"
1789
- data-action="change:notifications-list-subscription-form#threadTypeCheckboxesUpdated"
1790
-
1791
- >
1792
- Discussions
1793
- </label>
1794
-
1795
- <span
1796
- class="tooltipped tooltipped-nw mr-2 p-1 float-right"
1797
-
1798
- aria-label="Discussions are not enabled for this repo">
1799
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-info color-fg-muted">
1800
- <path fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm6.5-.25A.75.75 0 017.25 7h1a.75.75 0 01.75.75v2.75h.25a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h.25v-2h-.25a.75.75 0 01-.75-.75zM8 6a1 1 0 100-2 1 1 0 000 2z"></path>
1801
- </svg>
1802
- </span>
1803
- </div>
1804
- <div class="form-checkbox mr-3 ml-6 ml-sm-5 mb-2 mt-0">
1805
- <label class="f5 text-normal">
1806
- <input
1807
- type="checkbox"
1808
- name="thread_types[]"
1809
- value="SecurityAlert"
1810
- data-targets="notifications-list-subscription-form.threadTypeCheckboxes"
1811
- data-action="change:notifications-list-subscription-form#threadTypeCheckboxesUpdated"
1812
-
1813
- >
1814
- Security alerts
1815
- </label>
1816
-
1817
- </div>
1818
- </fieldset>
1819
- <div class="pt-2 pb-3 px-3 d-flex flex-justify-start flex-row-reverse">
1820
- <button name="do" value="custom" data-target="notifications-list-subscription-form.customSubmit" disabled="disabled" type="submit" data-view-component="true" class="btn-primary btn-sm btn ml-2"> Apply
1821
- </button>
1822
-
1823
- <button data-action="click:notifications-list-subscription-form#resetForm" data-close-dialog="" type="button" data-view-component="true" class="btn-sm btn"> Cancel
1824
- </button>
1825
- </div>
1826
- </form> </div>
1827
- </details-dialog>
1828
-
1829
-
1830
- <div class="notifications-component-dialog-overlay"></div>
1831
- </details>
1832
- </notifications-list-subscription-form>
1833
-
1834
-
1835
-
1836
- </li>
1837
-
1838
- <li>
1839
- <button aria-label="Cannot fork because forking is disabled." disabled="disabled" type="button" data-view-component="true" class="tooltipped tooltipped-s btn-sm btn"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo-forked mr-2">
1840
- <path fill-rule="evenodd" d="M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z"></path>
1841
- </svg>Fork
1842
- <span id="repo-network-counter" data-pjax-replace="true" title="0" data-view-component="true" class="Counter">0</span>
1843
- </button>
1844
- </li>
1845
-
1846
- <li>
1847
- <template class="js-unstar-confirmation-dialog-template">
1848
- <div class="Box-header">
1849
- <h2 class="Box-title">Unstar this repository?</h2>
1850
- </div>
1851
- <div class="Box-body">
1852
- <p class="mb-3">
1853
- This will remove {{ repoNameWithOwner }} from the {{ listsWithCount }} that it's been added to.
1854
- </p>
1855
- <div class="form-actions">
1856
- <form class="js-social-confirmation-form" action="{{ confirmUrl }}" accept-charset="UTF-8" method="post">
1857
- <input type="hidden" name="authenticity_token" value="{{ confirmCsrfToken }}">
1858
- <input type="hidden" name="confirm" value="true">
1859
- <button data-close-dialog="true" type="submit" data-view-component="true" class="btn-danger btn width-full"> Unstar
1860
- </button>
1861
- </form> </div>
1862
- </div>
1863
- </template>
1864
-
1865
- <div data-view-component="true" class="js-toggler-container js-social-container starring-container BtnGroup d-flex">
1866
- <form class="starred js-social-form BtnGroup-parent flex-auto js-deferred-toggler-target" data-turbo="false" action="/cometchat-team/cometchat-pro-react-ui-kit/unstar" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="EHUR0pJ3JDV2xf3tG_zLXAtR26c03wgibiMiQcaGY2g8YRbsl2Bti5G1gVNp89yeBhIolfGQO_EThIt36ncr9A" autocomplete="off" />
1867
- <input type="hidden" value="YOW5YwcldCDNEoWtC-8zTnVBvwto20A2kGrbaKTsVBRM8b5dAjI9nipi-RN54CSMeAJMOa2Uc-XtzXJeiB0ciA" data-csrf="true" class="js-confirm-csrf-token" />
1868
- <input type="hidden" name="context" value="repository">
1869
- <button data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;UNSTAR_BUTTON&quot;,&quot;repository_id&quot;:271195615,&quot;originating_url&quot;:&quot;https://github.com/cometchat-team/cometchat-pro-react-ui-kit/blob/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg&quot;,&quot;user_id&quot;:91062933}}" data-hydro-click-hmac="f2bb3223601e0e53aabe3ac6b6f248a0550f9194e3d4a971e9615a1da759a4be" data-ga-click="Repository, click unstar button, action:blob#show; text:Unstar" aria-label="Unstar this repository" type="submit" data-view-component="true" class="rounded-left-2 border-right-0 btn-sm btn BtnGroup-item"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-star-fill starred-button-icon d-inline-block mr-2">
1870
- <path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25z"></path>
1871
- </svg><span data-view-component="true" class="d-inline">
1872
- Starred
1873
- </span> <span id="repo-stars-counter-unstar" aria-label="0 users starred this repository" data-singular-suffix="user starred this repository" data-plural-suffix="users starred this repository" data-pjax-replace="true" title="0" data-view-component="true" class="Counter js-social-count">0</span>
1874
- </button></form>
1875
- <form class="unstarred js-social-form BtnGroup-parent flex-auto" data-turbo="false" action="/cometchat-team/cometchat-pro-react-ui-kit/star" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="38UkK8x7Oh1trzw4pMB9E7MLfMj3RN8VbIzvbiLsrsI7MnRXz0-9QVbV_PeIJFuZJpdzGXBpyDw-dOhifxiWNg" autocomplete="off" />
1876
- <input type="hidden" name="context" value="repository">
1877
- <button data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;STAR_BUTTON&quot;,&quot;repository_id&quot;:271195615,&quot;originating_url&quot;:&quot;https://github.com/cometchat-team/cometchat-pro-react-ui-kit/blob/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg&quot;,&quot;user_id&quot;:91062933}}" data-hydro-click-hmac="1aa08f0754d9263831bf9829f49a98ac870c555f94379296cae30ab789351c69" data-ga-click="Repository, click star button, action:blob#show; text:Star" aria-label="Star this repository" type="submit" data-view-component="true" class="js-toggler-target rounded-left-2 btn-sm btn BtnGroup-item"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-star d-inline-block mr-2">
1878
- <path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"></path>
1879
- </svg><span data-view-component="true" class="d-inline">
1880
- Star
1881
- </span> <span id="repo-stars-counter-star" aria-label="0 users starred this repository" data-singular-suffix="user starred this repository" data-plural-suffix="users starred this repository" data-pjax-replace="true" title="0" data-view-component="true" class="Counter js-social-count">0</span>
1882
- </button></form>
1883
- <details id="details-user-list-271195615" data-view-component="true" class="details-reset details-overlay BtnGroup-parent js-user-list-menu d-inline-block position-relative">
1884
- <summary aria-label="Add this repository to a list" data-view-component="true" class="btn-sm btn BtnGroup-item px-2 float-none"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-triangle-down">
1885
- <path d="M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z"></path>
1886
- </svg>
1887
- </summary>
1888
- <details-menu
1889
- class="SelectMenu right-0"
1890
- src="/cometchat-team/cometchat-pro-react-ui-kit/lists"
1891
-
1892
- role="menu"
1893
-
1894
- >
1895
- <div class="SelectMenu-modal">
1896
- <button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-5cf3d5">
1897
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1898
- <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
1899
- </svg>
1900
- </button>
1901
- <div
1902
- id="filter-menu-5cf3d5"
1903
- class="d-flex flex-column flex-1 overflow-hidden"
1904
- >
1905
- <div
1906
- class="SelectMenu-list"
1907
- >
1908
-
1909
- <include-fragment class="SelectMenu-loading" aria-label="Loading">
1910
- <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
1911
- <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1912
- <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1913
- </svg>
1914
- </include-fragment>
1915
- </div>
1916
-
1917
- </div>
1918
- </div>
1919
- </details-menu>
1920
- </details>
1921
- </div>
1922
- </li>
1923
-
1924
-
1925
-
1926
- </ul>
1927
-
1928
- </div>
1929
-
1930
- <div id="responsive-meta-container" data-pjax-replace>
1931
- </div>
1932
-
1933
-
1934
-
1935
- <nav data-pjax="#js-repo-pjax-container" aria-label="Repository" data-view-component="true" class="js-repo-nav js-sidenav-container-pjax js-responsive-underlinenav overflow-hidden UnderlineNav px-3 px-md-4 px-lg-5">
1936
-
1937
- <ul data-view-component="true" class="UnderlineNav-body list-style-none">
1938
- <li data-view-component="true" class="d-inline-flex">
1939
- <a id="code-tab" href="/cometchat-team/cometchat-pro-react-ui-kit/tree/release/modularity" data-tab-item="i0code-tab" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /cometchat-team/cometchat-pro-react-ui-kit/tree/release/modularity" data-pjax="#repo-content-pjax-container" data-hotkey="g c" data-ga-click="Repository, Navigation click, Code tab" aria-current="page" data-view-component="true" class="UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item selected">
1940
-
1941
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code UnderlineNav-octicon d-none d-sm-inline">
1942
- <path fill-rule="evenodd" d="M4.72 3.22a.75.75 0 011.06 1.06L2.06 8l3.72 3.72a.75.75 0 11-1.06 1.06L.47 8.53a.75.75 0 010-1.06l4.25-4.25zm6.56 0a.75.75 0 10-1.06 1.06L13.94 8l-3.72 3.72a.75.75 0 101.06 1.06l4.25-4.25a.75.75 0 000-1.06l-4.25-4.25z"></path>
1943
- </svg>
1944
- <span data-content="Code">Code</span>
1945
- <span id="code-repo-tab-count" data-pjax-replace="" title="Not available" data-view-component="true" class="Counter"></span>
1946
-
1947
-
1948
-
1949
- </a></li>
1950
- <li data-view-component="true" class="d-inline-flex">
1951
- <a id="issues-tab" href="/cometchat-team/cometchat-pro-react-ui-kit/issues" data-tab-item="i1issues-tab" data-selected-links="repo_issues repo_labels repo_milestones /cometchat-team/cometchat-pro-react-ui-kit/issues" data-pjax="#repo-content-pjax-container" data-hotkey="g i" data-ga-click="Repository, Navigation click, Issues tab" data-view-component="true" class="UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
1952
-
1953
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-issue-opened UnderlineNav-octicon d-none d-sm-inline">
1954
- <path d="M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path><path fill-rule="evenodd" d="M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z"></path>
1955
- </svg>
1956
- <span data-content="Issues">Issues</span>
1957
- <span id="issues-repo-tab-count" data-pjax-replace="" title="0" hidden="hidden" data-view-component="true" class="Counter">0</span>
1958
-
1959
-
1960
-
1961
- </a></li>
1962
- <li data-view-component="true" class="d-inline-flex">
1963
- <a id="pull-requests-tab" href="/cometchat-team/cometchat-pro-react-ui-kit/pulls" data-tab-item="i2pull-requests-tab" data-selected-links="repo_pulls checks /cometchat-team/cometchat-pro-react-ui-kit/pulls" data-pjax="#repo-content-pjax-container" data-hotkey="g p" data-ga-click="Repository, Navigation click, Pull requests tab" data-view-component="true" class="UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
1964
-
1965
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-git-pull-request UnderlineNav-octicon d-none d-sm-inline">
1966
- <path fill-rule="evenodd" d="M7.177 3.073L9.573.677A.25.25 0 0110 .854v4.792a.25.25 0 01-.427.177L7.177 3.427a.25.25 0 010-.354zM3.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122v5.256a2.251 2.251 0 11-1.5 0V5.372A2.25 2.25 0 011.5 3.25zM11 2.5h-1V4h1a1 1 0 011 1v5.628a2.251 2.251 0 101.5 0V5A2.5 2.5 0 0011 2.5zm1 10.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM3.75 12a.75.75 0 100 1.5.75.75 0 000-1.5z"></path>
1967
- </svg>
1968
- <span data-content="Pull requests">Pull requests</span>
1969
- <span id="pull-requests-repo-tab-count" data-pjax-replace="" title="0" hidden="hidden" data-view-component="true" class="Counter">0</span>
1970
-
1971
-
1972
-
1973
- </a></li>
1974
- <li data-view-component="true" class="d-inline-flex">
1975
- <a id="actions-tab" href="/cometchat-team/cometchat-pro-react-ui-kit/actions" data-tab-item="i3actions-tab" data-selected-links="repo_actions /cometchat-team/cometchat-pro-react-ui-kit/actions" data-pjax="#repo-content-pjax-container" data-hotkey="g a" data-ga-click="Repository, Navigation click, Actions tab" data-view-component="true" class="UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
1976
-
1977
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-play UnderlineNav-octicon d-none d-sm-inline">
1978
- <path fill-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM6.379 5.227A.25.25 0 006 5.442v5.117a.25.25 0 00.379.214l4.264-2.559a.25.25 0 000-.428L6.379 5.227z"></path>
1979
- </svg>
1980
- <span data-content="Actions">Actions</span>
1981
- <span id="actions-repo-tab-count" data-pjax-replace="" title="Not available" data-view-component="true" class="Counter"></span>
1982
-
1983
-
1984
-
1985
- </a></li>
1986
- <li data-view-component="true" class="d-inline-flex">
1987
- <a id="projects-tab" href="/cometchat-team/cometchat-pro-react-ui-kit/projects?type=beta" data-tab-item="i4projects-tab" data-selected-links="repo_projects new_repo_project repo_project /cometchat-team/cometchat-pro-react-ui-kit/projects?type=beta" data-pjax="#repo-content-pjax-container" data-hotkey="g b" data-ga-click="Repository, Navigation click, Projects tab" data-view-component="true" class="UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
1988
-
1989
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-table UnderlineNav-octicon d-none d-sm-inline">
1990
- <path fill-rule="evenodd" d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v3.585a.746.746 0 010 .83v8.085A1.75 1.75 0 0114.25 16H6.309a.748.748 0 01-1.118 0H1.75A1.75 1.75 0 010 14.25V6.165a.746.746 0 010-.83V1.75zM1.5 6.5v7.75c0 .138.112.25.25.25H5v-8H1.5zM5 5H1.5V1.75a.25.25 0 01.25-.25H5V5zm1.5 1.5v8h7.75a.25.25 0 00.25-.25V6.5h-8zm8-1.5h-8V1.5h7.75a.25.25 0 01.25.25V5z"></path>
1991
- </svg>
1992
- <span data-content="Projects">Projects</span>
1993
- <span id="projects-repo-tab-count" data-pjax-replace="" title="0" hidden="hidden" data-view-component="true" class="Counter">0</span>
1994
-
1995
-
1996
-
1997
- </a></li>
1998
- <li data-view-component="true" class="d-inline-flex">
1999
- <a id="wiki-tab" href="/cometchat-team/cometchat-pro-react-ui-kit/wiki" data-tab-item="i5wiki-tab" data-selected-links="repo_wiki /cometchat-team/cometchat-pro-react-ui-kit/wiki" data-pjax="#repo-content-pjax-container" data-hotkey="g w" data-ga-click="Repository, Navigation click, Wikis tab" data-view-component="true" class="UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2000
-
2001
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-book UnderlineNav-octicon d-none d-sm-inline">
2002
- <path fill-rule="evenodd" d="M0 1.75A.75.75 0 01.75 1h4.253c1.227 0 2.317.59 3 1.501A3.744 3.744 0 0111.006 1h4.245a.75.75 0 01.75.75v10.5a.75.75 0 01-.75.75h-4.507a2.25 2.25 0 00-1.591.659l-.622.621a.75.75 0 01-1.06 0l-.622-.621A2.25 2.25 0 005.258 13H.75a.75.75 0 01-.75-.75V1.75zm8.755 3a2.25 2.25 0 012.25-2.25H14.5v9h-3.757c-.71 0-1.4.201-1.992.572l.004-7.322zm-1.504 7.324l.004-5.073-.002-2.253A2.25 2.25 0 005.003 2.5H1.5v9h3.757a3.75 3.75 0 011.994.574z"></path>
2003
- </svg>
2004
- <span data-content="Wiki">Wiki</span>
2005
- <span id="wiki-repo-tab-count" data-pjax-replace="" title="Not available" data-view-component="true" class="Counter"></span>
2006
-
2007
-
2008
-
2009
- </a></li>
2010
- <li data-view-component="true" class="d-inline-flex">
2011
- <a id="security-tab" href="/cometchat-team/cometchat-pro-react-ui-kit/security" data-tab-item="i6security-tab" data-selected-links="security overview alerts policy token_scanning code_scanning /cometchat-team/cometchat-pro-react-ui-kit/security" data-pjax="#repo-content-pjax-container" data-hotkey="g s" data-ga-click="Repository, Navigation click, Security tab" data-view-component="true" class="UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2012
-
2013
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-shield UnderlineNav-octicon d-none d-sm-inline">
2014
- <path fill-rule="evenodd" d="M7.467.133a1.75 1.75 0 011.066 0l5.25 1.68A1.75 1.75 0 0115 3.48V7c0 1.566-.32 3.182-1.303 4.682-.983 1.498-2.585 2.813-5.032 3.855a1.7 1.7 0 01-1.33 0c-2.447-1.042-4.049-2.357-5.032-3.855C1.32 10.182 1 8.566 1 7V3.48a1.75 1.75 0 011.217-1.667l5.25-1.68zm.61 1.429a.25.25 0 00-.153 0l-5.25 1.68a.25.25 0 00-.174.238V7c0 1.358.275 2.666 1.057 3.86.784 1.194 2.121 2.34 4.366 3.297a.2.2 0 00.154 0c2.245-.956 3.582-2.104 4.366-3.298C13.225 9.666 13.5 8.36 13.5 7V3.48a.25.25 0 00-.174-.237l-5.25-1.68zM9 10.5a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.75a.75.75 0 10-1.5 0v3a.75.75 0 001.5 0v-3z"></path>
2015
- </svg>
2016
- <span data-content="Security">Security</span>
2017
- <include-fragment src="/cometchat-team/cometchat-pro-react-ui-kit/security/overall-count" accept="text/fragment+html"></include-fragment>
2018
-
2019
-
2020
- </a></li>
2021
- <li data-view-component="true" class="d-inline-flex">
2022
- <a id="insights-tab" href="/cometchat-team/cometchat-pro-react-ui-kit/pulse" data-tab-item="i7insights-tab" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /cometchat-team/cometchat-pro-react-ui-kit/pulse" data-pjax="#repo-content-pjax-container" data-ga-click="Repository, Navigation click, Insights tab" data-view-component="true" class="UnderlineNav-item hx_underlinenav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2023
-
2024
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-graph UnderlineNav-octicon d-none d-sm-inline">
2025
- <path fill-rule="evenodd" d="M1.5 1.75a.75.75 0 00-1.5 0v12.5c0 .414.336.75.75.75h14.5a.75.75 0 000-1.5H1.5V1.75zm14.28 2.53a.75.75 0 00-1.06-1.06L10 7.94 7.53 5.47a.75.75 0 00-1.06 0L3.22 8.72a.75.75 0 001.06 1.06L7 7.06l2.47 2.47a.75.75 0 001.06 0l5.25-5.25z"></path>
2026
- </svg>
2027
- <span data-content="Insights">Insights</span>
2028
- <span id="insights-repo-tab-count" data-pjax-replace="" title="Not available" data-view-component="true" class="Counter"></span>
2029
-
2030
-
2031
-
2032
- </a></li>
2033
- </ul>
2034
- <div style="visibility:hidden;" data-view-component="true" class="UnderlineNav-actions js-responsive-underlinenav-overflow position-absolute pr-3 pr-md-4 pr-lg-5 right-0"> <details data-view-component="true" class="details-overlay details-reset position-relative">
2035
- <summary role="button" data-view-component="true"> <div class="UnderlineNav-item mr-0 border-0">
2036
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-kebab-horizontal">
2037
- <path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path>
2038
- </svg>
2039
- <span class="sr-only">More</span>
2040
- </div>
2041
- </summary>
2042
- <div data-view-component="true"> <details-menu role="menu" data-view-component="true" class="dropdown-menu dropdown-menu-sw">
2043
-
2044
- <ul>
2045
- <li data-menu-item="i0code-tab" hidden>
2046
- <a role="menuitem" class="js-selected-navigation-item selected dropdown-item" aria-current="page" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /cometchat-team/cometchat-pro-react-ui-kit/tree/release/modularity" href="/cometchat-team/cometchat-pro-react-ui-kit/tree/release/modularity">
2047
- Code
2048
- </a> </li>
2049
- <li data-menu-item="i1issues-tab" hidden>
2050
- <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_issues repo_labels repo_milestones /cometchat-team/cometchat-pro-react-ui-kit/issues" href="/cometchat-team/cometchat-pro-react-ui-kit/issues">
2051
- Issues
2052
- </a> </li>
2053
- <li data-menu-item="i2pull-requests-tab" hidden>
2054
- <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_pulls checks /cometchat-team/cometchat-pro-react-ui-kit/pulls" href="/cometchat-team/cometchat-pro-react-ui-kit/pulls">
2055
- Pull requests
2056
- </a> </li>
2057
- <li data-menu-item="i3actions-tab" hidden>
2058
- <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_actions /cometchat-team/cometchat-pro-react-ui-kit/actions" href="/cometchat-team/cometchat-pro-react-ui-kit/actions">
2059
- Actions
2060
- </a> </li>
2061
- <li data-menu-item="i4projects-tab" hidden>
2062
- <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_projects new_repo_project repo_project /cometchat-team/cometchat-pro-react-ui-kit/projects?type=beta" href="/cometchat-team/cometchat-pro-react-ui-kit/projects?type=beta">
2063
- Projects
2064
- </a> </li>
2065
- <li data-menu-item="i5wiki-tab" hidden>
2066
- <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_wiki /cometchat-team/cometchat-pro-react-ui-kit/wiki" href="/cometchat-team/cometchat-pro-react-ui-kit/wiki">
2067
- Wiki
2068
- </a> </li>
2069
- <li data-menu-item="i6security-tab" hidden>
2070
- <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="security overview alerts policy token_scanning code_scanning /cometchat-team/cometchat-pro-react-ui-kit/security" href="/cometchat-team/cometchat-pro-react-ui-kit/security">
2071
- Security
2072
- </a> </li>
2073
- <li data-menu-item="i7insights-tab" hidden>
2074
- <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /cometchat-team/cometchat-pro-react-ui-kit/pulse" href="/cometchat-team/cometchat-pro-react-ui-kit/pulse">
2075
- Insights
2076
- </a> </li>
2077
- </ul>
2078
-
2079
- </details-menu></div>
2080
- </details></div>
2081
- </nav>
2082
- </div>
2083
-
2084
-
2085
-
2086
- <div class="clearfix new-discussion-timeline container-xl px-3 px-md-4 px-lg-5">
2087
- <div id="repo-content-pjax-container" class="repository-content " >
2088
-
2089
- <a href="https://github.dev/" class="d-none js-github-dev-shortcut" data-hotkey=".">Open in github.dev</a>
2090
- <a href="https://github.dev/" class="d-none js-github-dev-new-tab-shortcut" data-hotkey="Shift+.,Shift+&gt;,&gt;" target="_blank">Open in a new github.dev tab</a>
2091
-
2092
-
2093
-
2094
-
2095
-
2096
-
2097
-
2098
-
2099
- <div>
2100
-
2101
-
2102
-
2103
- <div data-view-component="true" class="flash flash-warn mb-3 d-flex flex-justify-between flex-column flex-md-row flex-md-items-center">
2104
-
2105
-
2106
- <div class="flex-column mb-2 mb-md-0 mr-0 pr-md-4">
2107
- <h5 class="mb-1"><svg height="18" aria-hidden="true" viewBox="0 0 16 16" version="1.1" width="18" data-view-component="true" class="octicon octicon-alert mr-1">
2108
- <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
2109
- </svg>We found potential security vulnerabilities in your dependencies.</h5>
2110
-
2111
- <p class="text-small">
2112
- You can see this message because you have been granted <a href="/cometchat-team/cometchat-pro-react-ui-kit/settings/security_analysis">access to Dependabot alerts for this repository</a>.
2113
- </p>
2114
- </div>
2115
- <div>
2116
- <a href="/cometchat-team/cometchat-pro-react-ui-kit/security/dependabot" class="btn mt-2 mt-md-0" data-pjax="#repo-content-pjax-container" data-octo-click="vuln_alert_review">See Dependabot alerts</a>
2117
- </div>
2118
-
2119
-
2120
-
2121
- </div>
2122
-
2123
-
2124
-
2125
- <a class="d-none js-permalink-shortcut" data-hotkey="y" href="/cometchat-team/cometchat-pro-react-ui-kit/blob/f23fb15b06556305ec89e856ba3dc47913286626/src/components/Messages/CometChatMessageComposer/resources/image.svg">Permalink</a>
2126
-
2127
- <div class="d-flex flex-items-start flex-shrink-0 pb-3 flex-wrap flex-md-nowrap flex-justify-between flex-md-justify-start">
2128
-
2129
- <div class="position-relative">
2130
- <details class="details-reset details-overlay mr-0 mb-0 " id="branch-select-menu">
2131
- <summary class="btn css-truncate"
2132
- data-hotkey="w"
2133
- title="release/modularity">
2134
- <svg text="gray" aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-git-branch">
2135
- <path fill-rule="evenodd" d="M11.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122V6A2.5 2.5 0 0110 8.5H6a1 1 0 00-1 1v1.128a2.251 2.251 0 11-1.5 0V5.372a2.25 2.25 0 111.5 0v1.836A2.492 2.492 0 016 7h4a1 1 0 001-1v-.628A2.25 2.25 0 019.5 3.25zM4.25 12a.75.75 0 100 1.5.75.75 0 000-1.5zM3.5 3.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0z"></path>
2136
- </svg>
2137
- <span class="css-truncate-target" data-menu-button>release/modula…</span>
2138
- <span class="dropdown-caret"></span>
2139
- </summary>
2140
-
2141
-
2142
- <div class="SelectMenu">
2143
- <div class="SelectMenu-modal">
2144
- <header class="SelectMenu-header">
2145
- <span class="SelectMenu-title">Switch branches/tags</span>
2146
- <button class="SelectMenu-closeButton" type="button" data-toggle-for="branch-select-menu"><svg aria-label="Close menu" aria-hidden="false" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
2147
- <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
2148
- </svg></button>
2149
- </header>
2150
-
2151
- <input-demux data-action="tab-container-change:input-demux#storeInput tab-container-changed:input-demux#updateInput">
2152
- <tab-container class="d-flex flex-column js-branches-tags-tabs" style="min-height: 0;">
2153
- <div class="SelectMenu-filter">
2154
- <input data-target="input-demux.source"
2155
- id="context-commitish-filter-field"
2156
- class="SelectMenu-input form-control"
2157
- aria-owns="ref-list-branches"
2158
- data-controls-ref-menu-id="ref-list-branches"
2159
- autofocus
2160
- autocomplete="off"
2161
- aria-label="Find or create a branch…"
2162
- placeholder="Find or create a branch…"
2163
- type="text"
2164
- >
2165
- </div>
2166
-
2167
- <div class="SelectMenu-tabs" role="tablist" data-target="input-demux.control" >
2168
- <button class="SelectMenu-tab" type="button" role="tab" aria-selected="true">Branches</button>
2169
- <button class="SelectMenu-tab" type="button" role="tab">Tags</button>
2170
- </div>
2171
-
2172
- <div role="tabpanel" id="ref-list-branches" data-filter-placeholder="Find or create a branch…" tabindex="" class="d-flex flex-column flex-auto overflow-auto">
2173
- <ref-selector
2174
- type="branch"
2175
- data-targets="input-demux.sinks"
2176
- data-action="
2177
- input-entered:ref-selector#inputEntered
2178
- tab-selected:ref-selector#tabSelected
2179
- focus-list:ref-selector#focusFirstListMember
2180
- "
2181
- query-endpoint="/cometchat-team/cometchat-pro-react-ui-kit/refs"
2182
- can-create
2183
- cache-key="v0:1646976860.7234712"
2184
- current-committish="cmVsZWFzZS9tb2R1bGFyaXR5"
2185
- default-branch="bWFzdGVy"
2186
- name-with-owner="Y29tZXRjaGF0LXRlYW0vY29tZXRjaGF0LXByby1yZWFjdC11aS1raXQ="
2187
- prefetch-on-mouseover
2188
- >
2189
-
2190
- <template data-target="ref-selector.fetchFailedTemplate">
2191
- <div class="SelectMenu-message" data-index="{{ index }}">Could not load branches</div>
2192
- </template>
2193
-
2194
- <template data-target="ref-selector.noMatchTemplate">
2195
- <!-- '"` --><!-- </textarea></xmp> --></option></form><form data-turbo="false" action="/cometchat-team/cometchat-pro-react-ui-kit/branches" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="BeM2u87WXeSSvHOu06d9QOdv_4MI0Fxi4pbe5ctjTBj7-bTpWpxzHw7xGk1Oj73ZQDe2kp0adI-K17T_JHgjxg" />
2196
- <input type="hidden" name="name" value="{{ refName }}">
2197
- <input type="hidden" name="branch" value="release/modularity">
2198
- <input type="hidden" name="path_binary" value="Q29tZXRDaGF0V29ya3NwYWNlL3NyYy9jb21wb25lbnRzL01lc3NhZ2VzL0NvbWV0Q2hhdE1lc3NhZ2VDb21wb3Nlci9yZXNvdXJjZXMvaW1hZ2Uuc3Zn">
2199
-
2200
- <button class="SelectMenu-item wb-break-word" type="submit" role="menuitem" data-index="{{ index }}">
2201
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-git-branch SelectMenu-icon flex-self-baseline">
2202
- <path fill-rule="evenodd" d="M11.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122V6A2.5 2.5 0 0110 8.5H6a1 1 0 00-1 1v1.128a2.251 2.251 0 11-1.5 0V5.372a2.25 2.25 0 111.5 0v1.836A2.492 2.492 0 016 7h4a1 1 0 001-1v-.628A2.25 2.25 0 019.5 3.25zM4.25 12a.75.75 0 100 1.5.75.75 0 000-1.5zM3.5 3.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0z"></path>
2203
- </svg>
2204
- <div>
2205
- <span class="text-bold">Create branch: {{ refName }}</span>
2206
- <span class="color-fg-muted">from ‘release/modularity’</span>
2207
- </div>
2208
- </button>
2209
- </form></template>
2210
-
2211
-
2212
- <!-- TODO: this max-height is necessary or else the branch list won't scroll. why? -->
2213
- <div data-target="ref-selector.listContainer" role="menu" class="SelectMenu-list " style="max-height: 330px" data-pjax="#repo-content-pjax-container">
2214
- <div class="SelectMenu-loading pt-3 pb-0 overflow-hidden" aria-label="Menu is loading">
2215
- <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
2216
- <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
2217
- <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
2218
- </svg>
2219
- </div>
2220
- </div>
2221
-
2222
- <template data-target="ref-selector.itemTemplate">
2223
- <a href="https://github.com/cometchat-team/cometchat-pro-react-ui-kit/blob/{{ urlEncodedRefName }}/src/components/Messages/CometChatMessageComposer/resources/image.svg" class="SelectMenu-item" role="menuitemradio" rel="nofollow" aria-checked="{{ isCurrent }}" data-index="{{ index }}">
2224
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check SelectMenu-icon SelectMenu-icon--check">
2225
- <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
2226
- </svg>
2227
- <span class="flex-1 css-truncate css-truncate-overflow {{ isFilteringClass }}">{{ refName }}</span>
2228
- <span hidden="{{ isNotDefault }}" class="Label Label--secondary flex-self-start">default</span>
2229
- </a>
2230
- </template>
2231
-
2232
-
2233
- <footer class="SelectMenu-footer"><a href="/cometchat-team/cometchat-pro-react-ui-kit/branches">View all branches</a></footer>
2234
- </ref-selector>
2235
-
2236
- </div>
2237
-
2238
- <div role="tabpanel" id="tags-menu" data-filter-placeholder="Find a tag" tabindex="" hidden class="d-flex flex-column flex-auto overflow-auto">
2239
- <ref-selector
2240
- type="tag"
2241
- data-action="
2242
- input-entered:ref-selector#inputEntered
2243
- tab-selected:ref-selector#tabSelected
2244
- focus-list:ref-selector#focusFirstListMember
2245
- "
2246
- data-targets="input-demux.sinks"
2247
- query-endpoint="/cometchat-team/cometchat-pro-react-ui-kit/refs"
2248
- cache-key="v0:1646976860.7234712"
2249
- current-committish="cmVsZWFzZS9tb2R1bGFyaXR5"
2250
- default-branch="bWFzdGVy"
2251
- name-with-owner="Y29tZXRjaGF0LXRlYW0vY29tZXRjaGF0LXByby1yZWFjdC11aS1raXQ="
2252
- >
2253
-
2254
- <template data-target="ref-selector.fetchFailedTemplate">
2255
- <div class="SelectMenu-message" data-index="{{ index }}">Could not load tags</div>
2256
- </template>
2257
-
2258
- <template data-target="ref-selector.noMatchTemplate">
2259
- <div class="SelectMenu-message" data-index="{{ index }}">Nothing to show</div>
2260
- </template>
2261
-
2262
- <template data-target="ref-selector.itemTemplate">
2263
- <a href="https://github.com/cometchat-team/cometchat-pro-react-ui-kit/blob/{{ urlEncodedRefName }}/src/components/Messages/CometChatMessageComposer/resources/image.svg" class="SelectMenu-item" role="menuitemradio" rel="nofollow" aria-checked="{{ isCurrent }}" data-index="{{ index }}">
2264
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check SelectMenu-icon SelectMenu-icon--check">
2265
- <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
2266
- </svg>
2267
- <span class="flex-1 css-truncate css-truncate-overflow {{ isFilteringClass }}">{{ refName }}</span>
2268
- <span hidden="{{ isNotDefault }}" class="Label Label--secondary flex-self-start">default</span>
2269
- </a>
2270
- </template>
2271
-
2272
-
2273
- <div data-target="ref-selector.listContainer" role="menu" class="SelectMenu-list" style="max-height: 330px" data-pjax="#repo-content-pjax-container">
2274
- <div class="SelectMenu-loading pt-3 pb-0 overflow-hidden" aria-label="Menu is loading">
2275
- <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
2276
- <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
2277
- <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
2278
- </svg>
2279
- </div>
2280
- </div>
2281
- <footer class="SelectMenu-footer"><a href="/cometchat-team/cometchat-pro-react-ui-kit/tags">View all tags</a></footer>
2282
- </ref-selector>
2283
- </div>
2284
- </tab-container>
2285
- </input-demux>
2286
- </div>
2287
- </div>
2288
-
2289
- </details>
2290
-
2291
- </div>
2292
-
2293
- <h2 id="blob-path" class="breadcrumb flex-auto flex-self-center min-width-0 text-normal mx-2 width-full width-md-auto flex-order-1 flex-md-order-none mt-3 mt-md-0">
2294
- <span class="js-repo-root text-bold"><span class="js-path-segment d-inline-block wb-break-all"><a data-pjax="#repo-content-pjax-container" href="/cometchat-team/cometchat-pro-react-ui-kit/tree/release/modularity"><span>cometchat-pro-react-ui-kit</span></a></span></span><span class="separator">/</span><span class="js-path-segment d-inline-block wb-break-all"><a data-pjax="#repo-content-pjax-container" href="/cometchat-team/cometchat-pro-react-ui-kit/tree/release/modularity"><span>CometChatWorkspace</span></a></span><span class="separator">/</span><span class="js-path-segment d-inline-block wb-break-all"><a data-pjax="#repo-content-pjax-container" href="/cometchat-team/cometchat-pro-react-ui-kit/tree/release/modularity/src"><span>src</span></a></span><span class="separator">/</span><span class="js-path-segment d-inline-block wb-break-all"><a data-pjax="#repo-content-pjax-container" href="/cometchat-team/cometchat-pro-react-ui-kit/tree/release/modularity/src/components"><span>components</span></a></span><span class="separator">/</span><span class="js-path-segment d-inline-block wb-break-all"><a data-pjax="#repo-content-pjax-container" href="/cometchat-team/cometchat-pro-react-ui-kit/tree/release/modularity/src/components/Messages"><span>Messages</span></a></span><span class="separator">/</span><span class="js-path-segment d-inline-block wb-break-all"><a data-pjax="#repo-content-pjax-container" href="/cometchat-team/cometchat-pro-react-ui-kit/tree/release/modularity/src/components/Messages/CometChatMessageComposer"><span>CometChatMessageComposer</span></a></span><span class="separator">/</span><span class="js-path-segment d-inline-block wb-break-all"><a data-pjax="#repo-content-pjax-container" href="/cometchat-team/cometchat-pro-react-ui-kit/tree/release/modularity/src/components/Messages/CometChatMessageComposer/resources"><span>resources</span></a></span><span class="separator">/</span><strong class="final-path">image.svg</strong>
2295
- </h2>
2296
- <a href="/cometchat-team/cometchat-pro-react-ui-kit/find/release%2Fmodularity" data-pjax="" data-hotkey="t" data-view-component="true" class="js-pjax-capture-input btn mr-2 d-none d-md-block"> Go to file
2297
- </a>
2298
- <details id="blob-more-options-details" data-view-component="true" class="details-overlay details-reset position-relative">
2299
- <summary role="button" data-view-component="true" class="btn"> <svg aria-label="More options" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-kebab-horizontal">
2300
- <path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path>
2301
- </svg>
2302
- </summary>
2303
- <div data-view-component="true"> <ul class="dropdown-menu dropdown-menu-sw">
2304
- <li class="d-block d-md-none">
2305
- <a class="dropdown-item d-flex flex-items-baseline" data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;FIND_FILE_BUTTON&quot;,&quot;repository_id&quot;:271195615,&quot;originating_url&quot;:&quot;https://github.com/cometchat-team/cometchat-pro-react-ui-kit/blob/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg&quot;,&quot;user_id&quot;:91062933}}" data-hydro-click-hmac="1d7deca8df83376f59fdb129a10c945d46d80ed001a3c322a7418b868f28c415" data-ga-click="Repository, find file, location:repo overview" data-hotkey="t" data-pjax="true" href="/cometchat-team/cometchat-pro-react-ui-kit/find/release%2Fmodularity">
2306
- <span class="flex-auto">Go to file</span>
2307
- <span class="text-small color-fg-muted" aria-hidden="true">T</span>
2308
- </a> </li>
2309
- <li data-toggle-for="blob-more-options-details">
2310
- <button data-toggle-for="jumpto-line-details-dialog" type="button" data-view-component="true" class="dropdown-item btn-link"> <span class="d-flex flex-items-baseline">
2311
- <span class="flex-auto">Go to line</span>
2312
- <span class="text-small color-fg-muted" aria-hidden="true">L</span>
2313
- </span>
2314
- </button> </li>
2315
- <li class="dropdown-divider" role="none"></li>
2316
- <li>
2317
- <clipboard-copy data-toggle-for="blob-more-options-details" aria-label="Copy path" value="CometChatWorkspace/src/components/Messages/CometChatMessageComposer/resources/image.svg" data-view-component="true" class="dropdown-item cursor-pointer">
2318
-
2319
- Copy path
2320
-
2321
- </clipboard-copy> </li>
2322
- <li>
2323
- <clipboard-copy data-toggle-for="blob-more-options-details" aria-label="Copy permalink" value="https://github.com/cometchat-team/cometchat-pro-react-ui-kit/blob/f23fb15b06556305ec89e856ba3dc47913286626/src/components/Messages/CometChatMessageComposer/resources/image.svg" data-view-component="true" class="dropdown-item cursor-pointer">
2324
-
2325
- <span class="d-flex flex-items-baseline">
2326
- <span class="flex-auto">Copy permalink</span>
2327
- </span>
2328
-
2329
- </clipboard-copy> </li>
2330
- </ul>
2331
- </div>
2332
- </details></div>
2333
-
2334
-
2335
-
2336
-
2337
-
2338
- <div id="spoof-warning" class="mt-0 pb-3" hidden aria-hidden>
2339
- <div data-view-component="true" class="flash flash-warn mt-0 clearfix">
2340
-
2341
-
2342
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert float-left mt-1">
2343
- <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
2344
- </svg>
2345
-
2346
- <div class="overflow-hidden">This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.</div>
2347
-
2348
-
2349
-
2350
- </div></div>
2351
-
2352
- <include-fragment src="/cometchat-team/cometchat-pro-react-ui-kit/spoofed_commit_check/f23fb15b06556305ec89e856ba3dc47913286626" data-test-selector="spoofed-commit-check"></include-fragment>
2353
-
2354
- <div class="Box d-flex flex-column flex-shrink-0 mb-3">
2355
- <include-fragment src="/cometchat-team/cometchat-pro-react-ui-kit/contributors/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg" class="commit-loader">
2356
- <div class="Box-header d-flex flex-items-center">
2357
- <div class="Skeleton avatar avatar-user flex-shrink-0 ml-n1 mr-n1 mt-n1 mb-n1" style="width:24px;height:24px;"></div>
2358
- <div class="Skeleton Skeleton--text col-5 ml-2">&nbsp;</div>
2359
- </div>
2360
-
2361
- <div class="Box-body d-flex flex-items-center" >
2362
- <div class="Skeleton Skeleton--text col-1">&nbsp;</div>
2363
- <span class="color-fg-danger h6 loader-error">Cannot retrieve contributors at this time</span>
2364
- </div>
2365
- </include-fragment></div>
2366
-
2367
-
2368
-
2369
-
2370
-
2371
-
2372
-
2373
-
2374
-
2375
-
2376
-
2377
-
2378
- <div data-target="readme-toc.content" class="Box mt-3 position-relative">
2379
-
2380
- <div
2381
- class="Box-header js-blob-header py-2 pr-2 d-flex flex-shrink-0 flex-md-row flex-items-center"
2382
-
2383
- >
2384
-
2385
-
2386
- <div class="text-mono f6 flex-auto pr-3 flex-order-2 flex-md-order-1">
2387
-
2388
- 12 lines (12 sloc)
2389
- <span class="file-info-divider"></span>
2390
- 1.78 KB
2391
- </div>
2392
-
2393
- <div class="d-flex py-1 py-md-0 flex-auto flex-order-1 flex-md-order-2 flex-sm-grow-0 flex-justify-between hide-sm hide-md">
2394
- <div class="BtnGroup">
2395
- <a href="/cometchat-team/cometchat-pro-react-ui-kit/blob/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg?short_path=a9f9e81" data-permalink-href="/cometchat-team/cometchat-pro-react-ui-kit/blob/f23fb15b06556305ec89e856ba3dc47913286626/src/components/Messages/CometChatMessageComposer/resources/image.svg?short_path=a9f9e81" aria-label="Display the source blob" data-view-component="true" class="source tooltipped tooltipped tooltipped-n js-permalink-replaceable-link btn-sm btn BtnGroup-item"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
2396
- <path fill-rule="evenodd" d="M4.72 3.22a.75.75 0 011.06 1.06L2.06 8l3.72 3.72a.75.75 0 11-1.06 1.06L.47 8.53a.75.75 0 010-1.06l4.25-4.25zm6.56 0a.75.75 0 10-1.06 1.06L13.94 8l-3.72 3.72a.75.75 0 101.06 1.06l4.25-4.25a.75.75 0 000-1.06l-4.25-4.25z"></path>
2397
- </svg>
2398
- </a> <a href="/cometchat-team/cometchat-pro-react-ui-kit/blob/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg" data-permalink-href="/cometchat-team/cometchat-pro-react-ui-kit/blob/f23fb15b06556305ec89e856ba3dc47913286626/src/components/Messages/CometChatMessageComposer/resources/image.svg" aria-label="Display the rendered blob" data-view-component="true" class="rendered tooltipped tooltipped tooltipped-n selected js-permalink-replaceable-link btn-sm btn BtnGroup-item"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-file">
2399
- <path fill-rule="evenodd" d="M3.75 1.5a.25.25 0 00-.25.25v11.5c0 .138.112.25.25.25h8.5a.25.25 0 00.25-.25V6H9.75A1.75 1.75 0 018 4.25V1.5H3.75zm5.75.56v2.19c0 .138.112.25.25.25h2.19L9.5 2.06zM2 1.75C2 .784 2.784 0 3.75 0h5.086c.464 0 .909.184 1.237.513l3.414 3.414c.329.328.513.773.513 1.237v8.086A1.75 1.75 0 0112.25 15h-8.5A1.75 1.75 0 012 13.25V1.75z"></path>
2400
- </svg>
2401
- </a> </div>
2402
-
2403
-
2404
- <div class="BtnGroup">
2405
- <a data-permalink-href="/cometchat-team/cometchat-pro-react-ui-kit/raw/f23fb15b06556305ec89e856ba3dc47913286626/src/components/Messages/CometChatMessageComposer/resources/image.svg" href="/cometchat-team/cometchat-pro-react-ui-kit/raw/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg" id="raw-url" data-view-component="true" class="js-permalink-replaceable-link btn-sm btn BtnGroup-item"> Raw
2406
- </a> <a data-permalink-href="/cometchat-team/cometchat-pro-react-ui-kit/blame/f23fb15b06556305ec89e856ba3dc47913286626/src/components/Messages/CometChatMessageComposer/resources/image.svg" href="/cometchat-team/cometchat-pro-react-ui-kit/blame/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg" data-hotkey="b" data-view-component="true" class="js-update-url-with-hash js-permalink-replaceable-link btn-sm btn BtnGroup-item"> Blame
2407
- </a> </div>
2408
-
2409
- <div>
2410
- <a class="btn-octicon tooltipped tooltipped-nw js-remove-unless-platform"
2411
- data-platforms="windows,mac"
2412
- href="x-github-client://openRepo/https://github.com/cometchat-team/cometchat-pro-react-ui-kit?branch=release%2Fmodularity&amp;filepath=CometChatWorkspace%2Fsrc%2Fcomponents%2FMessages%2FCometChatMessageComposer%2Fresources%2Fimage.svg"
2413
- aria-label="Open this file in GitHub Desktop"
2414
- data-ga-click="Repository, open with desktop">
2415
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-device-desktop">
2416
- <path fill-rule="evenodd" d="M1.75 2.5h12.5a.25.25 0 01.25.25v7.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25v-7.5a.25.25 0 01.25-.25zM14.25 1H1.75A1.75 1.75 0 000 2.75v7.5C0 11.216.784 12 1.75 12h3.727c-.1 1.041-.52 1.872-1.292 2.757A.75.75 0 004.75 16h6.5a.75.75 0 00.565-1.243c-.772-.885-1.193-1.716-1.292-2.757h3.727A1.75 1.75 0 0016 10.25v-7.5A1.75 1.75 0 0014.25 1zM9.018 12H6.982a5.72 5.72 0 01-.765 2.5h3.566a5.72 5.72 0 01-.765-2.5z"></path>
2417
- </svg>
2418
- </a>
2419
-
2420
- <remote-clipboard-copy class="d-inline-block btn-octicon" style="height: 26px" data-src="/cometchat-team/cometchat-pro-react-ui-kit/raw/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg" data-action="click:remote-clipboard-copy#remoteCopy">
2421
-
2422
-
2423
-
2424
- <span data-target="remote-clipboard-copy.idle"> <span class="tooltipped tooltipped-nw cursor-pointer" data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;COPY_RAW_CONTENTS_BUTTON&quot;,&quot;repository_id&quot;:271195615,&quot;originating_url&quot;:&quot;https://github.com/cometchat-team/cometchat-pro-react-ui-kit/blob/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg&quot;,&quot;user_id&quot;:91062933}}" data-hydro-click-hmac="6c1b8aaea03c990e514e1873acc7bdad827d37c27688d291b7cf4ba78055207a" aria-label="Copy raw contents">
2425
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-copy">
2426
- <path fill-rule="evenodd" d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"></path><path fill-rule="evenodd" d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"></path>
2427
- </svg>
2428
- </span></span>
2429
- <span data-target="remote-clipboard-copy.fetching" hidden="hidden"> <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
2430
- <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
2431
- <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
2432
- </svg>
2433
- </span>
2434
- <span data-target="remote-clipboard-copy.success" hidden="hidden"> <span class="tooltipped tooltipped-nw" aria-label="Copied!">
2435
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check color-fg-success">
2436
- <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
2437
- </svg>
2438
- </span>
2439
- </span>
2440
- <span data-target="remote-clipboard-copy.error" hidden="hidden"> <span class="tooltipped tooltipped-nw" aria-label="Something went wrong. Try again.">
2441
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert color-fg-attention">
2442
- <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
2443
- </svg>
2444
- </span>
2445
- </span>
2446
- </remote-clipboard-copy>
2447
- <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="inline-form js-update-url-with-hash" data-turbo="false" action="/cometchat-team/cometchat-pro-react-ui-kit/edit/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="aoPpWR9g_Y4-DXB3waBUhnJho_x80PskbofNvp7PXsIQba2lxwYuWkSGMrkKSHmqg03h58wFrZ6xtfA-stU1kw" />
2448
- <button class="btn-octicon tooltipped tooltipped-nw" type="submit"
2449
- aria-label="Edit this file" data-hotkey="e" data-disable-with>
2450
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-pencil">
2451
- <path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path>
2452
- </svg>
2453
- </button>
2454
- </form>
2455
- <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="inline-form" data-turbo="false" action="/cometchat-team/cometchat-pro-react-ui-kit/delete/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="LEmdxp8tegKOMPNIF2FAuQWP4VjaOhR4Gmit5ZDwg5twGZW_zq5T_iTGb1DR8NjwQUHkHcdbaFwrl_BeafAgJw" />
2456
- <button class="btn-octicon btn-octicon-danger tooltipped tooltipped-nw" type="submit"
2457
- aria-label="Delete this file" data-disable-with>
2458
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
2459
- <path fill-rule="evenodd" d="M6.5 1.75a.25.25 0 01.25-.25h2.5a.25.25 0 01.25.25V3h-3V1.75zm4.5 0V3h2.25a.75.75 0 010 1.5H2.75a.75.75 0 010-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75zM4.496 6.675a.75.75 0 10-1.492.15l.66 6.6A1.75 1.75 0 005.405 15h5.19c.9 0 1.652-.681 1.741-1.576l.66-6.6a.75.75 0 00-1.492-.149l-.66 6.6a.25.25 0 01-.249.225h-5.19a.25.25 0 01-.249-.225l-.66-6.6z"></path>
2460
- </svg>
2461
- </button>
2462
- </form> </div>
2463
- </div>
2464
-
2465
- <div class="d-flex hide-lg hide-xl flex-order-2 flex-grow-0">
2466
- <details class="dropdown details-reset details-overlay d-inline-block">
2467
- <summary class="btn-octicon" aria-haspopup="true" aria-label="possible actions">
2468
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-kebab-horizontal">
2469
- <path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path>
2470
- </svg>
2471
- </summary>
2472
-
2473
- <ul class="dropdown-menu dropdown-menu-sw" style="width: 175px">
2474
- <li>
2475
- <a class="dropdown-item tooltipped tooltipped-nw js-remove-unless-platform"
2476
- data-platforms="windows,mac"
2477
- href="x-github-client://openRepo/https://github.com/cometchat-team/cometchat-pro-react-ui-kit?branch=release%2Fmodularity&amp;filepath=CometChatWorkspace%2Fsrc%2Fcomponents%2FMessages%2FCometChatMessageComposer%2Fresources%2Fimage.svg"
2478
- data-ga-click="Repository, open with desktop">
2479
- Open with Desktop
2480
- </a>
2481
- </li>
2482
- <li>
2483
- <a class="dropdown-item" href="/cometchat-team/cometchat-pro-react-ui-kit/raw/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg">
2484
- View raw
2485
- </a>
2486
- </li>
2487
- <li>
2488
- <remote-clipboard-copy class="dropdown-item" data-src="/cometchat-team/cometchat-pro-react-ui-kit/raw/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg" data-action="click:remote-clipboard-copy#remoteCopy">
2489
-
2490
-
2491
- <span data-target="remote-clipboard-copy.idle"> <span class="cursor-pointer" data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;COPY_RAW_CONTENTS_BUTTON&quot;,&quot;repository_id&quot;:271195615,&quot;originating_url&quot;:&quot;https://github.com/cometchat-team/cometchat-pro-react-ui-kit/blob/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg&quot;,&quot;user_id&quot;:91062933}}" data-hydro-click-hmac="6c1b8aaea03c990e514e1873acc7bdad827d37c27688d291b7cf4ba78055207a">
2492
- Copy raw contents
2493
- </span></span>
2494
- <span data-target="remote-clipboard-copy.fetching" hidden="hidden"> Copy raw contents
2495
- <span class="d-inline-block position-relative" style="top: 3px">
2496
- <svg aria-label="fetching contents…" style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
2497
- <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
2498
- <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
2499
- </svg>
2500
- </span>
2501
- </span>
2502
- <span data-target="remote-clipboard-copy.success" hidden="hidden"> Copy raw contents
2503
- <svg aria-label="Copied!" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check color-fg-success">
2504
- <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
2505
- </svg>
2506
- </span>
2507
- <span data-target="remote-clipboard-copy.error" hidden="hidden"> Copy raw contents
2508
- <svg aria-label="Something went wrong. Try again." role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert color-fg-attention">
2509
- <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
2510
- </svg>
2511
- </span>
2512
- </remote-clipboard-copy> </li>
2513
- <li>
2514
- <a class="dropdown-item" href="/cometchat-team/cometchat-pro-react-ui-kit/blame/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg">
2515
- View blame
2516
- </a>
2517
- </li>
2518
-
2519
- <li class="dropdown-divider" role="none"></li>
2520
- <li>
2521
- <a class="dropdown-item" href="/cometchat-team/cometchat-pro-react-ui-kit/edit/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg">Edit file</a>
2522
- </li>
2523
- <li>
2524
- <a class="dropdown-item menu-item-danger" href="/cometchat-team/cometchat-pro-react-ui-kit/delete/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg">Delete file</a>
2525
- </li>
2526
- </ul>
2527
- </details>
2528
- </div>
2529
- </div>
2530
-
2531
-
2532
-
2533
- <div itemprop="text" class="Box-body p-0 blob-wrapper data type-svg gist-border-0">
2534
-
2535
- <div class="render-wrapper ">
2536
- <div class="render-container is-render-pending js-render-target "
2537
- data-identity="f0eb91e2-017f-438b-9a4f-9a7b3a8c1d02"
2538
- data-host="https://viewscreen.githubusercontent.com"
2539
- data-type="svg">
2540
- <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="64" height="64" viewBox="0 0 16 16" fill="none" data-view-component="true" class="octospinner mx-auto anim-rotate">
2541
- <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
2542
- <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
2543
- </svg>
2544
- <div class="render-viewer-error">Sorry, something went wrong. <a href="https://github.com/cometchat-team/cometchat-pro-react-ui-kit/blob/release/modularity/src/components/Messages/CometChatMessageComposer/resources/image.svg">Reload?</a></div>
2545
- <div class="render-viewer-fatal">Sorry, we cannot display this file.</div>
2546
- <div class="render-viewer-invalid">Sorry, this file is invalid so it cannot be displayed.</div>
2547
- <iframe
2548
- class="render-viewer "
2549
- src="https://viewscreen.githubusercontent.com/view/svg?browser=chrome&amp;color_mode=auto&amp;commit=f23fb15b06556305ec89e856ba3dc47913286626&amp;device=unknown_device&amp;enc_url=68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f636f6d6574636861742d7465616d2f636f6d6574636861742d70726f2d72656163742d75692d6b69742f663233666231356230363535363330356563383965383536626133646334373931333238363632362f436f6d657443686174576f726b73706163652f7372632f636f6d706f6e656e74732f4d657373616765732f436f6d6574436861744d657373616765436f6d706f7365722f7265736f75726365732f696d6167652e7376673f746f6b656e3d41565759464649525242365a4f4c4f37564355444233544347414b5753&amp;logged_in=true&amp;nwo=cometchat-team%2Fcometchat-pro-react-ui-kit&amp;path=CometChatWorkspace%2Fsrc%2Fcomponents%2FMessages%2FCometChatMessageComposer%2Fresources%2Fimage.svg&amp;platform=mac&amp;repository_id=271195615&amp;repository_type=Repository&amp;version=98#f0eb91e2-017f-438b-9a4f-9a7b3a8c1d02"
2550
- sandbox="allow-scripts allow-same-origin allow-top-navigation"
2551
- title="File display"
2552
- name="f0eb91e2-017f-438b-9a4f-9a7b3a8c1d02"
2553
- >
2554
- Viewer requires iframe.
2555
- </iframe>
2556
- </div>
2557
- </div>
2558
-
2559
- </div>
2560
-
2561
- </div>
2562
-
2563
-
2564
-
2565
-
2566
- <details class="details-reset details-overlay details-overlay-dark" id="jumpto-line-details-dialog">
2567
- <summary data-hotkey="l" aria-label="Jump to line"></summary>
2568
- <details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast linejump" aria-label="Jump to line">
2569
- <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-jump-to-line-form Box-body d-flex" data-turbo="false" action="" accept-charset="UTF-8" method="get">
2570
- <input class="form-control flex-auto mr-3 linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line&hellip;" aria-label="Jump to line" autofocus>
2571
- <button data-close-dialog="" type="submit" data-view-component="true" class="btn"> Go
2572
- </button>
2573
- </form> </details-dialog>
2574
- </details>
2575
-
2576
-
2577
- </div>
2578
-
2579
-
2580
-
2581
- </div>
2582
- </div>
2583
-
2584
- </main>
2585
- </div>
2586
-
2587
- </div>
2588
-
2589
- <footer class="footer width-full container-xl p-responsive" role="contentinfo">
2590
-
2591
-
2592
- <div class="position-relative d-flex flex-items-center pb-2 f6 color-fg-muted border-top color-border-muted flex-column-reverse flex-lg-row flex-wrap flex-lg-nowrap mt-6 pt-6">
2593
- <ul class="list-style-none d-flex flex-wrap col-0 col-lg-2 flex-justify-start flex-lg-justify-between mb-2 mb-lg-0">
2594
- <li class="mt-2 mt-lg-0 d-flex flex-items-center">
2595
- <a aria-label="Homepage" title="GitHub" class="footer-octicon mr-2" href="https://github.com">
2596
- <svg aria-hidden="true" height="24" viewBox="0 0 16 16" version="1.1" width="24" data-view-component="true" class="octicon octicon-mark-github">
2597
- <path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
2598
- </svg>
2599
- </a> <span>
2600
- &copy; 2022 GitHub, Inc.
2601
- </span>
2602
- </li>
2603
- </ul>
2604
- <ul class="list-style-none d-flex flex-wrap col-12 col-lg-8 flex-justify-center flex-lg-justify-between mb-2 mb-lg-0">
2605
- <li class="mr-3 mr-lg-0"><a href="https://docs.github.com/en/github/site-policy/github-terms-of-service" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to terms&quot;,&quot;label&quot;:&quot;text:terms&quot;}">Terms</a></li>
2606
- <li class="mr-3 mr-lg-0"><a href="https://docs.github.com/en/github/site-policy/github-privacy-statement" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to privacy&quot;,&quot;label&quot;:&quot;text:privacy&quot;}">Privacy</a></li>
2607
- <li class="mr-3 mr-lg-0"><a data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to security&quot;,&quot;label&quot;:&quot;text:security&quot;}" href="https://github.com/security">Security</a></li>
2608
- <li class="mr-3 mr-lg-0"><a href="https://www.githubstatus.com/" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to status&quot;,&quot;label&quot;:&quot;text:status&quot;}">Status</a></li>
2609
- <li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to help, text:Docs" href="https://docs.github.com">Docs</a></li>
2610
- <li class="mr-3 mr-lg-0"><a href="https://support.github.com?tags=dotcom-footer" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to contact&quot;,&quot;label&quot;:&quot;text:contact&quot;}">Contact GitHub</a></li>
2611
- <li class="mr-3 mr-lg-0"><a href="https://github.com/pricing" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to Pricing&quot;,&quot;label&quot;:&quot;text:Pricing&quot;}">Pricing</a></li>
2612
- <li class="mr-3 mr-lg-0"><a href="https://docs.github.com" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to api&quot;,&quot;label&quot;:&quot;text:api&quot;}">API</a></li>
2613
- <li class="mr-3 mr-lg-0"><a href="https://services.github.com" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to training&quot;,&quot;label&quot;:&quot;text:training&quot;}">Training</a></li>
2614
- <li class="mr-3 mr-lg-0"><a href="https://github.blog" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to blog&quot;,&quot;label&quot;:&quot;text:blog&quot;}">Blog</a></li>
2615
- <li><a data-ga-click="Footer, go to about, text:about" href="https://github.com/about">About</a></li>
2616
- </ul>
2617
- </div>
2618
- <div class="d-flex flex-justify-center pb-6">
2619
- <span class="f6 color-fg-muted"></span>
2620
- </div>
2621
- </footer>
2622
-
2623
-
2624
-
2625
-
2626
- <div id="ajax-error-message" class="ajax-error-message flash flash-error" hidden>
2627
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
2628
- <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
2629
- </svg>
2630
- <button type="button" class="flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
2631
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
2632
- <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
2633
- </svg>
2634
- </button>
2635
- You can’t perform that action at this time.
2636
- </div>
2637
-
2638
- <div class="js-stale-session-flash flash flash-warn flash-banner" hidden
2639
- >
2640
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
2641
- <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
2642
- </svg>
2643
- <span class="js-stale-session-flash-signed-in" hidden>You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span>
2644
- <span class="js-stale-session-flash-signed-out" hidden>You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span>
2645
- </div>
2646
- <template id="site-details-dialog">
2647
- <details class="details-reset details-overlay details-overlay-dark lh-default color-fg-default hx_rsm" open>
2648
- <summary role="button" aria-label="Close dialog"></summary>
2649
- <details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast hx_rsm-dialog hx_rsm-modal">
2650
- <button class="Box-btn-octicon m-0 btn-octicon position-absolute right-0 top-0" type="button" aria-label="Close dialog" data-close-dialog>
2651
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
2652
- <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
2653
- </svg>
2654
- </button>
2655
- <div class="octocat-spinner my-6 js-details-dialog-spinner"></div>
2656
- </details-dialog>
2657
- </details>
2658
- </template>
2659
-
2660
- <div class="Popover js-hovercard-content position-absolute" style="display: none; outline: none;" tabindex="0">
2661
- <div class="Popover-message Popover-message--bottom-left Popover-message--large Box color-shadow-large" style="width:360px;">
2662
- </div>
2663
- </div>
2664
-
2665
- <template id="snippet-clipboard-copy-button">
2666
- <div class="zeroclipboard-container position-absolute right-0 top-0">
2667
- <clipboard-copy aria-label="Copy" class="ClipboardButton btn js-clipboard-copy m-2 p-0 tooltipped-no-delay" data-copy-feedback="Copied!" data-tooltip-direction="w">
2668
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-copy js-clipboard-copy-icon m-2">
2669
- <path fill-rule="evenodd" d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"></path><path fill-rule="evenodd" d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"></path>
2670
- </svg>
2671
- <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check js-clipboard-check-icon color-fg-success d-none m-2">
2672
- <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
2673
- </svg>
2674
- </clipboard-copy>
2675
- </div>
2676
- </template>
2677
-
2678
-
2679
- <style>
2680
- .user-mention[href$="/ananyasisodia"] {
2681
- color: var(--color-user-mention-fg);
2682
- background-color: var(--color-user-mention-bg);
2683
- border-radius: 2px;
2684
- margin-left: -2px;
2685
- margin-right: -2px;
2686
- padding: 0 2px;
2687
- }
2688
- </style>
2689
-
2690
-
2691
- </body>
2692
- </html>
2693
-