@cometchat/chat-uikit-react 4.3.24 → 5.0.0-beta2

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 (765) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +10 -8
  3. package/SECURITY.md +4 -9
  4. package/SUPPORT.md +2 -2
  5. package/dist/assets/Collaborative-Whiteboard-Preview-Light.png +0 -0
  6. package/dist/assets/Collaborative-document-Preview-light.png +0 -0
  7. package/dist/assets/Collaborative_Document_Dark.png +0 -0
  8. package/dist/assets/Collaborative_Document_Light.png +0 -0
  9. package/dist/assets/Collaborative_Whiteboard_Dark.png +0 -0
  10. package/dist/assets/Collaborative_Whiteboard_Light.png +0 -0
  11. package/dist/assets/Copy.svg +5 -17
  12. package/dist/assets/Info.svg +0 -0
  13. package/dist/assets/Spinner-Gradient-1.svg +12 -0
  14. package/dist/assets/account_circle.svg +8 -0
  15. package/dist/assets/activity.svg +10 -0
  16. package/dist/assets/add.svg +8 -0
  17. package/dist/assets/add_a_photo.svg +8 -0
  18. package/dist/assets/add_box.svg +8 -0
  19. package/dist/assets/add_call.svg +8 -0
  20. package/dist/assets/add_circle.svg +3 -0
  21. package/dist/assets/add_circle_fill.svg +3 -0
  22. package/dist/assets/add_comment.svg +8 -0
  23. package/dist/assets/add_reaction.svg +8 -0
  24. package/dist/assets/add_reaction_icon.svg +5 -0
  25. package/dist/assets/ai.svg +4 -0
  26. package/dist/assets/ai_conversation_summary.svg +3 -0
  27. package/dist/assets/ai_fill.svg +4 -0
  28. package/dist/assets/ai_suggest_reply.svg +3 -0
  29. package/dist/assets/alternate_email.svg +8 -0
  30. package/dist/assets/animals_nature.svg +10 -0
  31. package/dist/assets/archive.svg +8 -0
  32. package/dist/assets/arrow_back.svg +8 -0
  33. package/dist/assets/arrow_forward.svg +8 -0
  34. package/dist/assets/attach_file.svg +8 -0
  35. package/dist/assets/audio_call_button.svg +5 -0
  36. package/dist/assets/bar_chart.svg +3 -0
  37. package/dist/assets/bedtime.svg +8 -0
  38. package/dist/assets/block.svg +8 -0
  39. package/dist/assets/bookmark.svg +8 -0
  40. package/dist/assets/bookmark_add.svg +8 -0
  41. package/dist/assets/calendar_add_on.svg +8 -0
  42. package/dist/assets/calendar_today.svg +8 -0
  43. package/dist/assets/call-log-audio.svg +3 -0
  44. package/dist/assets/call-log_video.svg +3 -0
  45. package/dist/assets/call-logs_empty_state.svg +8 -0
  46. package/dist/assets/call-logs_empty_state_dark.svg +8 -0
  47. package/dist/assets/call.svg +8 -0
  48. package/dist/assets/call_end.svg +8 -0
  49. package/dist/assets/call_end_no_fill.svg +3 -0
  50. package/dist/assets/call_log.svg +8 -0
  51. package/dist/assets/call_made.svg +8 -0
  52. package/dist/assets/call_missed.svg +8 -0
  53. package/dist/assets/call_missed_outgoing.svg +8 -0
  54. package/dist/assets/call_received.svg +8 -0
  55. package/dist/assets/cancel.svg +8 -0
  56. package/dist/assets/cancel_fill.svg +8 -0
  57. package/dist/assets/change_circle.svg +3 -0
  58. package/dist/assets/change_scope.png +0 -0
  59. package/dist/assets/chat.svg +8 -0
  60. package/dist/assets/chat_bot.svg +3 -0
  61. package/dist/assets/check.svg +8 -0
  62. package/dist/assets/check_circle.svg +3 -0
  63. package/dist/assets/checkbox_tick.svg +5 -0
  64. package/dist/assets/chevron_left.svg +8 -0
  65. package/dist/assets/chevron_right.svg +8 -0
  66. package/dist/assets/circle.svg +3 -0
  67. package/dist/assets/close.svg +8 -12
  68. package/dist/assets/close2x.svg +0 -0
  69. package/dist/assets/collaborative_document_fill.svg +4 -0
  70. package/dist/assets/collaborative_whiteboard.svg +4 -0
  71. package/dist/assets/collaborative_whiteboard_fill.svg +4 -0
  72. package/dist/assets/collabrative_document.svg +4 -0
  73. package/dist/assets/content_copy.svg +8 -0
  74. package/dist/assets/conversations_audio-message.svg +8 -0
  75. package/dist/assets/conversations_card-message.svg +8 -0
  76. package/dist/assets/conversations_collaborative-document-message.svg +4 -0
  77. package/dist/assets/conversations_collaborative-whiteboard-message.svg +5 -0
  78. package/dist/assets/conversations_delete.svg +8 -0
  79. package/dist/assets/conversations_delivered.svg +3 -0
  80. package/dist/assets/conversations_dropdown.svg +3 -0
  81. package/dist/assets/conversations_empty_state.svg +20 -0
  82. package/dist/assets/conversations_empty_state_dark.svg +20 -0
  83. package/dist/assets/conversations_error.svg +16 -0
  84. package/dist/assets/conversations_file-message.svg +8 -0
  85. package/dist/assets/conversations_form-message.svg +3 -0
  86. package/dist/assets/conversations_image-message.svg +8 -0
  87. package/dist/assets/conversations_incoming-video-call.svg +8 -0
  88. package/dist/assets/conversations_incoming-voice-call.svg +3 -0
  89. package/dist/assets/conversations_link.svg +8 -0
  90. package/dist/assets/conversations_missed-video-call.svg +8 -0
  91. package/dist/assets/conversations_missed-voice-call.svg +3 -0
  92. package/dist/assets/conversations_outgoing-video-call.svg +8 -0
  93. package/dist/assets/conversations_outgoing-voice-call.svg +4 -0
  94. package/dist/assets/conversations_poll-message.svg +3 -0
  95. package/dist/assets/conversations_read.svg +3 -0
  96. package/dist/assets/conversations_schedular-message.svg +8 -0
  97. package/dist/assets/conversations_sent.svg +3 -0
  98. package/dist/assets/conversations_sticker-message.svg +4 -0
  99. package/dist/assets/conversations_thread.svg +8 -0
  100. package/dist/assets/conversations_video-message.svg +8 -0
  101. package/dist/assets/conversations_wait.svg +4 -0
  102. package/dist/assets/crop.svg +8 -0
  103. package/dist/assets/delete.svg +8 -15
  104. package/dist/assets/delete_icon.svg +4 -0
  105. package/dist/assets/deliveredIcon.svg +5 -0
  106. package/dist/assets/description.svg +8 -0
  107. package/dist/assets/document_icon.svg +10 -0
  108. package/dist/assets/done_all.svg +8 -0
  109. package/dist/assets/download.svg +8 -13
  110. package/dist/assets/dropdown-arrow.svg +3 -0
  111. package/dist/assets/edit.svg +8 -0
  112. package/dist/assets/edit_calendar.svg +8 -0
  113. package/dist/assets/edit_icon.svg +5 -0
  114. package/dist/assets/edit_square.svg +3 -0
  115. package/dist/assets/error.svg +9 -0
  116. package/dist/assets/error_icon.svg +3 -0
  117. package/dist/assets/error_info.svg +3 -0
  118. package/dist/assets/event.svg +8 -0
  119. package/dist/assets/favorite.svg +8 -0
  120. package/dist/assets/file_type_jpg.png +0 -0
  121. package/dist/assets/file_type_link.png +0 -0
  122. package/dist/assets/file_type_mov.png +0 -0
  123. package/dist/assets/file_type_mp3.png +0 -0
  124. package/dist/assets/file_type_pdf.png +0 -0
  125. package/dist/assets/file_type_ppt.png +0 -0
  126. package/dist/assets/file_type_txt.png +0 -0
  127. package/dist/assets/file_type_unsupported.png +0 -0
  128. package/dist/assets/file_type_word.png +0 -0
  129. package/dist/assets/file_type_xlsx.png +0 -0
  130. package/dist/assets/file_type_zip.png +0 -0
  131. package/dist/assets/filter_list.svg +8 -0
  132. package/dist/assets/filter_list_off.svg +8 -0
  133. package/dist/assets/flags.svg +5 -0
  134. package/dist/assets/flip_camera_ios.svg +8 -0
  135. package/dist/assets/food_drink.svg +10 -0
  136. package/dist/assets/forward.svg +8 -0
  137. package/dist/assets/gif.svg +3 -0
  138. package/dist/assets/graphic_eq.svg +3 -0
  139. package/dist/assets/groups_empty_state.svg +8 -0
  140. package/dist/assets/groups_empty_state_dark.svg +8 -0
  141. package/dist/assets/help.svg +8 -0
  142. package/dist/assets/history.svg +8 -0
  143. package/dist/assets/incoming_video.svg +8 -0
  144. package/dist/assets/incoming_video_no_fill.svg +4 -0
  145. package/dist/assets/info_icon.svg +3 -0
  146. package/dist/assets/info_icon_fill.svg +5 -0
  147. package/dist/assets/keep.svg +8 -0
  148. package/dist/assets/keep_off.svg +8 -0
  149. package/dist/assets/keyboard.svg +8 -0
  150. package/dist/assets/keyboard_arrow_down.svg +8 -0
  151. package/dist/assets/keyboard_arrow_up.svg +8 -0
  152. package/dist/assets/language.svg +8 -0
  153. package/dist/assets/link.svg +8 -0
  154. package/dist/assets/list_error_state_icon.svg +20 -0
  155. package/dist/assets/list_error_state_icon_dark.svg +27 -0
  156. package/dist/assets/loading_animation.svg +5 -0
  157. package/dist/assets/loading_icon.svg +3 -0
  158. package/dist/assets/location_on.svg +8 -0
  159. package/dist/assets/lock.svg +8 -0
  160. package/dist/assets/lock_open.svg +8 -0
  161. package/dist/assets/{Locked.svg → locked.svg} +0 -0
  162. package/dist/assets/logout.svg +3 -0
  163. package/dist/assets/mail.svg +8 -0
  164. package/dist/assets/message-delivered.svg +3 -4
  165. package/dist/assets/message-read.svg +3 -4
  166. package/dist/assets/message-sent.svg +3 -9
  167. package/dist/assets/message_delete.svg +8 -0
  168. package/dist/assets/mic.svg +3 -11
  169. package/dist/assets/mic_fill.svg +8 -0
  170. package/dist/assets/mic_off.svg +8 -0
  171. package/dist/assets/missed_video_call.svg +8 -0
  172. package/dist/assets/missed_video_call_no_fill.svg +3 -0
  173. package/dist/assets/mood.svg +3 -0
  174. package/dist/assets/mood_fill.svg +8 -0
  175. package/dist/assets/more_icon.svg +5 -0
  176. package/dist/assets/more_vert.svg +8 -0
  177. package/dist/assets/near_me.svg +3 -0
  178. package/dist/assets/no_photography.svg +8 -0
  179. package/dist/assets/notifications.svg +8 -0
  180. package/dist/assets/notifications_off.svg +8 -0
  181. package/dist/assets/objects.svg +10 -0
  182. package/dist/assets/outgoing_video.svg +8 -0
  183. package/dist/assets/outgoing_video_no_fill.svg +4 -0
  184. package/dist/assets/pause.svg +8 -0
  185. package/dist/assets/person.svg +8 -0
  186. package/dist/assets/person_add.svg +8 -0
  187. package/dist/assets/phone_in_talk.svg +8 -0
  188. package/dist/assets/phone_incoming.svg +3 -0
  189. package/dist/assets/phone_incoming_no_fill.svg +3 -0
  190. package/dist/assets/phone_missed.svg +8 -0
  191. package/dist/assets/phone_missed_no_fill.svg +3 -0
  192. package/dist/assets/phone_outgoing.svg +4 -0
  193. package/dist/assets/phone_outgoing_no_fill.svg +4 -0
  194. package/dist/assets/photo.svg +8 -0
  195. package/dist/assets/photo_camera.svg +8 -0
  196. package/dist/assets/placeholder.png +0 -0
  197. package/dist/assets/play_arrow.svg +8 -0
  198. package/dist/assets/play_circle.svg +8 -0
  199. package/dist/assets/poll.svg +5 -0
  200. package/dist/assets/{Private.svg → private.svg} +0 -0
  201. package/dist/assets/readIcon.svg +5 -0
  202. package/dist/assets/rearrange.svg +3 -0
  203. package/dist/assets/recording_icon.svg +10 -0
  204. package/dist/assets/recording_resume.svg +10 -0
  205. package/dist/assets/refresh.svg +8 -0
  206. package/dist/assets/reply.svg +8 -0
  207. package/dist/assets/reply_all.svg +8 -0
  208. package/dist/assets/reply_in_thread.svg +10 -0
  209. package/dist/assets/retry.svg +3 -0
  210. package/dist/assets/schedule.svg +8 -0
  211. package/dist/assets/screen_share.svg +8 -0
  212. package/dist/assets/send_fill.svg +8 -0
  213. package/dist/assets/settings.svg +8 -0
  214. package/dist/assets/share.svg +8 -0
  215. package/dist/assets/shield.svg +3 -0
  216. package/dist/assets/side-arrow.svg +0 -0
  217. package/dist/assets/smileys_people.svg +10 -0
  218. package/dist/assets/star.svg +8 -0
  219. package/dist/assets/status_delivered.svg +5 -0
  220. package/dist/assets/status_error.svg +16 -0
  221. package/dist/assets/status_read.svg +3 -0
  222. package/dist/assets/status_sending.svg +5 -0
  223. package/dist/assets/status_sent.svg +5 -0
  224. package/dist/assets/sticker.svg +3 -0
  225. package/dist/assets/sticker_fill.svg +4 -0
  226. package/dist/assets/stop.svg +8 -1
  227. package/dist/assets/stop_circle.svg +8 -0
  228. package/dist/assets/stop_screen_share.svg +8 -0
  229. package/dist/assets/subdirectory_arrow_left.svg +8 -0
  230. package/dist/assets/subdirectory_arrow_right.svg +8 -0
  231. package/dist/assets/sunny.svg +8 -0
  232. package/dist/assets/symbols.svg +13 -0
  233. package/dist/assets/thumb_down.svg +8 -0
  234. package/dist/assets/thumb_up.svg +8 -0
  235. package/dist/assets/tooltip-side.svg +5 -0
  236. package/dist/assets/tooltip.svg +5 -0
  237. package/dist/assets/translate.svg +3 -0
  238. package/dist/assets/travel_places.svg +10 -0
  239. package/dist/assets/upload.svg +3 -0
  240. package/dist/assets/user_empty.svg +8 -0
  241. package/dist/assets/user_empty_dark.svg +8 -0
  242. package/dist/assets/video_call.svg +8 -0
  243. package/dist/assets/video_call_button.svg +5 -0
  244. package/dist/assets/videocam.svg +8 -0
  245. package/dist/assets/videocam_off.svg +8 -0
  246. package/dist/assets/visibility_off.svg +3 -0
  247. package/dist/assets/volume_down.svg +8 -0
  248. package/dist/assets/volume_mute.svg +8 -0
  249. package/dist/assets/volume_off.svg +8 -0
  250. package/dist/assets/volume_up.svg +8 -0
  251. package/dist/assets/wait.svg +0 -0
  252. package/dist/assets/warning.svg +8 -0
  253. package/dist/assets/wifi.svg +8 -0
  254. package/dist/assets/zoom_in_map.svg +8 -0
  255. package/dist/assets/zoom_out_map.svg +8 -0
  256. package/dist/fonts/LICENSE.txt +202 -0
  257. package/dist/fonts/Roboto/LICENSE.txt +202 -0
  258. package/dist/fonts/Roboto/Roboto-Black.ttf +0 -0
  259. package/dist/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
  260. package/dist/fonts/Roboto/Roboto-Bold.ttf +0 -0
  261. package/dist/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
  262. package/dist/fonts/Roboto/Roboto-Italic.ttf +0 -0
  263. package/dist/fonts/Roboto/Roboto-Light.ttf +0 -0
  264. package/dist/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
  265. package/dist/fonts/Roboto/Roboto-Medium.ttf +0 -0
  266. package/dist/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
  267. package/dist/fonts/Roboto/Roboto-Regular.ttf +0 -0
  268. package/dist/fonts/Roboto/Roboto-Thin.ttf +0 -0
  269. package/dist/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
  270. package/dist/fonts/Roboto-Black.ttf +0 -0
  271. package/dist/fonts/Roboto-BlackItalic.ttf +0 -0
  272. package/dist/fonts/Roboto-Bold.ttf +0 -0
  273. package/dist/fonts/Roboto-BoldItalic.ttf +0 -0
  274. package/dist/fonts/Roboto-Italic.ttf +0 -0
  275. package/dist/fonts/Roboto-Light.ttf +0 -0
  276. package/dist/fonts/Roboto-LightItalic.ttf +0 -0
  277. package/dist/fonts/Roboto-Medium.ttf +0 -0
  278. package/dist/fonts/Roboto-MediumItalic.ttf +0 -0
  279. package/dist/fonts/Roboto-Regular.ttf +0 -0
  280. package/dist/fonts/Roboto-Thin.ttf +0 -0
  281. package/dist/fonts/Roboto-ThinItalic.ttf +0 -0
  282. package/dist/index.d.ts +9880 -2338
  283. package/dist/index.js +2 -8
  284. package/dist/index.js.map +1 -1
  285. package/dist/styles/AICard.css +30 -0
  286. package/dist/styles/AIConversationStarter.css +79 -0
  287. package/dist/styles/AIConversationSummary.css +110 -0
  288. package/dist/styles/AISmartReplies.css +122 -0
  289. package/dist/styles/CometChatActionBubble.css +19 -0
  290. package/dist/styles/CometChatActionSheet.css +60 -0
  291. package/dist/styles/CometChatAudioBubble.css +191 -0
  292. package/dist/styles/CometChatAvatar.css +35 -0
  293. package/dist/styles/CometChatButton.css +61 -0
  294. package/dist/styles/CometChatCallBubble.css +199 -0
  295. package/dist/styles/CometChatCallButtons.css +52 -0
  296. package/dist/styles/CometChatCallLogs.css +239 -0
  297. package/dist/styles/CometChatChangeScope.css +197 -0
  298. package/dist/styles/CometChatCheckbox.css +62 -0
  299. package/dist/styles/CometChatConfirmDialog.css +143 -0
  300. package/dist/styles/CometChatContextMenu.css +126 -0
  301. package/dist/styles/CometChatConversations.css +585 -0
  302. package/dist/styles/CometChatDate.css +9 -0
  303. package/dist/styles/CometChatDeleteBubble.css +59 -0
  304. package/dist/styles/CometChatDocumentBubble.css +130 -0
  305. package/dist/styles/CometChatDropDown.css +82 -0
  306. package/dist/styles/CometChatEditPreview.css +59 -0
  307. package/dist/styles/CometChatEmojiKeyboard.css +146 -0
  308. package/dist/styles/CometChatFileBubble.css +182 -0
  309. package/dist/styles/CometChatFullScreenViewer.css +97 -0
  310. package/dist/styles/CometChatGroupMembers.css +227 -0
  311. package/dist/styles/CometChatGroups.css +218 -0
  312. package/dist/styles/CometChatImageBubble.css +36 -0
  313. package/dist/styles/CometChatIncomingCall.css +125 -0
  314. package/dist/styles/CometChatList.css +115 -0
  315. package/dist/styles/CometChatListItem.css +105 -0
  316. package/dist/styles/CometChatMediaRecorder.css +217 -0
  317. package/dist/styles/CometChatMessageBubble.css +118 -0
  318. package/dist/styles/CometChatMessageComposer.css +302 -0
  319. package/dist/styles/CometChatMessageHeader.css +168 -0
  320. package/dist/styles/CometChatMessageInformation.css +231 -0
  321. package/dist/styles/CometChatMessageList.css +710 -0
  322. package/dist/styles/CometChatOngoingCall.css +10 -0
  323. package/dist/styles/CometChatOutgoingCall.css +109 -0
  324. package/dist/styles/CometChatPopover.css +10 -0
  325. package/dist/styles/CometChatQuickView.css +57 -0
  326. package/dist/styles/CometChatRadioButton.css +63 -0
  327. package/dist/styles/CometChatReactionInfo.css +89 -0
  328. package/dist/styles/CometChatReactionList.css +205 -0
  329. package/dist/styles/CometChatReactions.css +53 -0
  330. package/dist/styles/CometChatSearchBar.css +66 -0
  331. package/dist/styles/CometChatSingleSelect.css +36 -0
  332. package/dist/styles/CometChatTextBubble.css +97 -0
  333. package/dist/styles/CometChatThreadedMessagePreview.css +152 -0
  334. package/dist/styles/CometChatToast.css +14 -0
  335. package/dist/styles/CometChatUsers.css +165 -0
  336. package/dist/styles/CometChatVideoBubble.css +39 -0
  337. package/dist/styles/CreatePolls.css +293 -0
  338. package/dist/styles/LinkPreview.css +127 -0
  339. package/dist/styles/MessageTranslationBubble.css +84 -0
  340. package/dist/styles/PollsBubble.css +251 -0
  341. package/dist/styles/StickersKeyboard.css +196 -0
  342. package/dist/styles/components/AICard.css +30 -0
  343. package/dist/styles/components/AIConversationStarter.css +79 -0
  344. package/dist/styles/components/AIConversationSummary.css +110 -0
  345. package/dist/styles/components/AISmartReplies.css +122 -0
  346. package/dist/styles/components/CometChatActionBubble.css +19 -0
  347. package/dist/styles/components/CometChatActionSheet.css +60 -0
  348. package/dist/styles/components/CometChatAudioBubble.css +191 -0
  349. package/dist/styles/components/CometChatAvatar.css +35 -0
  350. package/dist/styles/components/CometChatButton.css +61 -0
  351. package/dist/styles/components/CometChatCallBubble.css +199 -0
  352. package/dist/styles/components/CometChatCallButtons.css +52 -0
  353. package/dist/styles/components/CometChatCallLogs.css +239 -0
  354. package/dist/styles/components/CometChatChangeScope.css +197 -0
  355. package/dist/styles/components/CometChatCheckbox.css +62 -0
  356. package/dist/styles/components/CometChatConfirmDialog.css +143 -0
  357. package/dist/styles/components/CometChatContextMenu.css +126 -0
  358. package/dist/styles/components/CometChatConversations.css +585 -0
  359. package/dist/styles/components/CometChatDate.css +9 -0
  360. package/dist/styles/components/CometChatDeleteBubble.css +59 -0
  361. package/dist/styles/components/CometChatDocumentBubble.css +130 -0
  362. package/dist/styles/components/CometChatDropDown.css +82 -0
  363. package/dist/styles/components/CometChatEditPreview.css +59 -0
  364. package/dist/styles/components/CometChatEmojiKeyboard.css +146 -0
  365. package/dist/styles/components/CometChatFileBubble.css +182 -0
  366. package/dist/styles/components/CometChatFullScreenViewer.css +97 -0
  367. package/dist/styles/components/CometChatGroupMembers.css +227 -0
  368. package/dist/styles/components/CometChatGroups.css +218 -0
  369. package/dist/styles/components/CometChatImageBubble.css +36 -0
  370. package/dist/styles/components/CometChatIncomingCall.css +125 -0
  371. package/dist/styles/components/CometChatList.css +115 -0
  372. package/dist/styles/components/CometChatListItem.css +105 -0
  373. package/dist/styles/components/CometChatMediaRecorder.css +217 -0
  374. package/dist/styles/components/CometChatMessageBubble.css +118 -0
  375. package/dist/styles/components/CometChatMessageComposer.css +302 -0
  376. package/dist/styles/components/CometChatMessageHeader.css +168 -0
  377. package/dist/styles/components/CometChatMessageInformation.css +231 -0
  378. package/dist/styles/components/CometChatMessageList.css +710 -0
  379. package/dist/styles/components/CometChatOngoingCall.css +10 -0
  380. package/dist/styles/components/CometChatOutgoingCall.css +109 -0
  381. package/dist/styles/components/CometChatPopover.css +10 -0
  382. package/dist/styles/components/CometChatQuickView.css +57 -0
  383. package/dist/styles/components/CometChatRadioButton.css +63 -0
  384. package/dist/styles/components/CometChatReactionInfo.css +89 -0
  385. package/dist/styles/components/CometChatReactionList.css +205 -0
  386. package/dist/styles/components/CometChatReactions.css +53 -0
  387. package/dist/styles/components/CometChatSearchBar.css +66 -0
  388. package/dist/styles/components/CometChatSingleSelect.css +36 -0
  389. package/dist/styles/components/CometChatTextBubble.css +97 -0
  390. package/dist/styles/components/CometChatThreadedMessagePreview.css +152 -0
  391. package/dist/styles/components/CometChatToast.css +14 -0
  392. package/dist/styles/components/CometChatUsers.css +165 -0
  393. package/dist/styles/components/CometChatVideoBubble.css +39 -0
  394. package/dist/styles/components/CreatePolls.css +293 -0
  395. package/dist/styles/components/LinkPreview.css +127 -0
  396. package/dist/styles/components/MessageTranslationBubble.css +84 -0
  397. package/dist/styles/components/PollsBubble.css +251 -0
  398. package/dist/styles/components/StickersKeyboard.css +196 -0
  399. package/dist/styles/components/index.css +110 -0
  400. package/dist/styles/css-variables.css +419 -0
  401. package/dist/styles/index.css +110 -0
  402. package/dist/types/CometChatUIKit/CometChatCalls.d.ts +1 -0
  403. package/dist/types/CometChatUIKit/CometChatUIKit.d.ts +147 -0
  404. package/dist/types/CometChatUIKit/CometChatUIKitLoginListener.d.ts +32 -0
  405. package/dist/types/CometChatUIKit/CometChatUIKitUtility.d.ts +81 -0
  406. package/dist/types/CometChatUIKit/UIKitSettings.d.ts +304 -0
  407. package/dist/types/Enums/Enums.d.ts +258 -0
  408. package/dist/types/components/AI/AIBaseConfiguration.d.ts +51 -0
  409. package/dist/types/components/AI/AIConversationStarter/AIConversationStarterConfiguration.d.ts +20 -0
  410. package/dist/types/{AI → components/AI}/AIConversationStarter/AIConversationStarterDecorator.d.ts +4 -6
  411. package/dist/types/{AI → components/AI}/AIConversationStarter/AIConversationStarterExtension.d.ts +2 -2
  412. package/dist/types/{AI → components/AI}/AIConversationStarter/AIConversationStarterView.d.ts +3 -4
  413. package/dist/types/components/AI/AIConversationSummary/AIConversationSummaryConfiguration.d.ts +31 -0
  414. package/dist/types/{AI → components/AI}/AIConversationSummary/AIConversationSummaryDecorator.d.ts +7 -7
  415. package/dist/types/{AI → components/AI}/AIConversationSummary/AIConversationSummaryExtension.d.ts +2 -2
  416. package/dist/types/{AI → components/AI}/AIConversationSummary/AIConversationSummaryView.d.ts +3 -4
  417. package/dist/types/components/AI/AISmartReplies/AISmartRepliesConfiguration.d.ts +28 -0
  418. package/dist/types/components/AI/AISmartReplies/AISmartRepliesDecorator.d.ts +21 -0
  419. package/dist/types/{AI → components/AI}/AISmartReplies/AISmartRepliesExtension.d.ts +2 -2
  420. package/dist/types/{AI → components/AI}/AISmartReplies/AISmartRepliesView.d.ts +3 -4
  421. package/dist/types/components/BaseComponents/CometChatActionBubble/CometChatActionBubble.d.ts +8 -0
  422. package/dist/types/components/BaseComponents/CometChatActionSheet/CometChatActionSheet.d.ts +7 -0
  423. package/dist/types/components/BaseComponents/CometChatAudioBubble/CometChatAudioBubble.d.ts +6 -0
  424. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/base-plugin.d.ts +21 -0
  425. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/decoder.d.ts +9 -0
  426. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/dom.d.ts +13 -0
  427. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/draggable.d.ts +1 -0
  428. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/event-emitter.d.ts +21 -0
  429. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/fetcher.d.ts +5 -0
  430. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/player.d.ts +50 -0
  431. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/envelope.d.ts +79 -0
  432. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/hover.d.ts +36 -0
  433. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/minimap.d.ts +65 -0
  434. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/record.d.ts +89 -0
  435. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/regions.d.ts +139 -0
  436. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/spectrogram.d.ts +98 -0
  437. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/timeline.d.ts +54 -0
  438. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/plugins/zoom.d.ts +55 -0
  439. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/renderer.d.ts +63 -0
  440. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/timer.d.ts +11 -0
  441. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/wavesurfer.d.ts +223 -0
  442. package/dist/types/components/BaseComponents/CometChatAudioBubble/src/webaudio.d.ts +63 -0
  443. package/dist/types/components/BaseComponents/CometChatAvatar/CometChatAvatar.d.ts +13 -0
  444. package/dist/types/components/BaseComponents/CometChatButton/CometChatButton.d.ts +12 -0
  445. package/dist/types/components/BaseComponents/CometChatCallBubble/CometChatCallBubble.d.ts +12 -0
  446. package/dist/types/components/BaseComponents/CometChatChangeScope/CometChatChangeScope.d.ts +10 -0
  447. package/dist/types/components/BaseComponents/CometChatChangeScope/useCometChatChangeScope.d.ts +10 -0
  448. package/dist/types/components/BaseComponents/CometChatCheckbox/CometChatCheckbox.d.ts +11 -0
  449. package/dist/types/components/BaseComponents/CometChatCheckbox/useCometChatCheckbox.d.ts +11 -0
  450. package/dist/types/components/BaseComponents/CometChatConfirmDialog/CometChatConfirmDialog.d.ts +16 -0
  451. package/dist/types/components/BaseComponents/CometChatContextMenu/CometChatContextMenu.d.ts +17 -0
  452. package/dist/types/components/BaseComponents/CometChatDate/CometChatDate.d.ts +13 -0
  453. package/dist/types/components/BaseComponents/CometChatDate/useCometChatDate.d.ts +8 -0
  454. package/dist/types/components/BaseComponents/CometChatDeleteBubble/CometChatDeleteBubble.d.ts +14 -0
  455. package/dist/types/components/BaseComponents/CometChatDocumentBubble/CometChatDocumentBubble.d.ts +11 -0
  456. package/dist/types/components/BaseComponents/CometChatDropDown/CometChatDropDown.d.ts +14 -0
  457. package/dist/types/components/BaseComponents/CometChatDropDown/useCometChatDropDown.d.ts +12 -0
  458. package/dist/types/components/BaseComponents/CometChatEditPreview/CometChatEditPreview.d.ts +21 -0
  459. package/dist/types/components/BaseComponents/CometChatEmojiKeyboard/CometChatEmoji.d.ts +22 -0
  460. package/dist/types/components/BaseComponents/CometChatEmojiKeyboard/CometChatEmojiKeyboard.d.ts +7 -0
  461. package/dist/types/components/BaseComponents/CometChatEmojiKeyboard/emojis.d.ts +6579 -0
  462. package/dist/types/components/BaseComponents/CometChatEmojiKeyboard/useCometChatEmojiKeyboard.d.ts +17 -0
  463. package/dist/types/components/BaseComponents/CometChatFileBubble/CometChatFileBubble.d.ts +9 -0
  464. package/dist/types/components/BaseComponents/CometChatFullScreenViewer/CometChatFullScreenViewer.d.ts +23 -0
  465. package/dist/types/components/BaseComponents/CometChatImageBubble/CometChatImageBubble.d.ts +10 -0
  466. package/dist/types/components/BaseComponents/CometChatImageBubble/useCometChatImageBubble.d.ts +7 -0
  467. package/dist/types/{Shared/Views/CometChatList/index.d.ts → components/BaseComponents/CometChatList/CometChatList.d.ts} +15 -10
  468. package/dist/types/{Shared/Views/CometChatList/hooks.d.ts → components/BaseComponents/CometChatList/useCometChatList.d.ts} +3 -6
  469. package/dist/types/components/BaseComponents/CometChatListItem/CometChatListItem.d.ts +15 -0
  470. package/dist/types/components/BaseComponents/CometChatListItem/useCometChatListItem.d.ts +12 -0
  471. package/dist/types/components/BaseComponents/CometChatLiveReaction/CometChatLiveReaction.d.ts +5 -0
  472. package/dist/types/components/BaseComponents/CometChatLiveReaction/useLiveReactionHook.d.ts +19 -0
  473. package/dist/types/components/BaseComponents/CometChatMediaRecorder/CometChatMediaRecorder.d.ts +8 -0
  474. package/dist/types/components/BaseComponents/CometChatMessageBubble/CometChatMessageBubble.d.ts +28 -0
  475. package/dist/types/components/BaseComponents/CometChatPopover/CometChatPopover.d.ts +24 -0
  476. package/dist/types/components/BaseComponents/CometChatRadioButton/CometChatRadioButton.d.ts +14 -0
  477. package/dist/types/components/BaseComponents/CometChatRadioButton/useCometChatRadioButton.d.ts +13 -0
  478. package/dist/types/components/BaseComponents/CometChatSearchBar/CometChatSearchBar.d.ts +9 -0
  479. package/dist/types/components/BaseComponents/CometChatSearchBar/useCometChatSearchBar.d.ts +10 -0
  480. package/dist/types/components/BaseComponents/CometChatTextBubble/CometChatTextBubble.d.ts +8 -0
  481. package/dist/types/components/BaseComponents/CometChatTextBubble/useCometChatTextBubble.d.ts +6 -0
  482. package/dist/types/components/BaseComponents/CometChatToast/CometChatToast.d.ts +27 -0
  483. package/dist/types/components/BaseComponents/CometChatVideoBubble/CometChatVideoBubble.d.ts +9 -0
  484. package/dist/types/components/BaseComponents/CometChatVideoBubble/useCometChatVideoBubble.d.ts +6 -0
  485. package/dist/types/components/Calling/CallButtonConfiguration.d.ts +10 -0
  486. package/dist/types/components/Calling/CallingConfiguration.d.ts +7 -0
  487. package/dist/types/components/Calling/CallingExtension.d.ts +9 -0
  488. package/dist/types/components/Calling/CallingExtensionDecorator.d.ts +29 -0
  489. package/dist/types/components/Calling/CometChatCallButtons/CometChatCallButtons.d.ts +36 -0
  490. package/dist/types/components/Calling/CometChatCallButtons/useCallButtons.d.ts +6 -0
  491. package/dist/types/components/Calling/CometChatCallLogs/CometChatCallLogs.d.ts +71 -0
  492. package/dist/types/components/Calling/CometChatCallLogs/useCometChatCallLogs.d.ts +2 -0
  493. package/dist/types/components/Calling/CometChatIncomingCall/CometChatIncomingCall.d.ts +59 -0
  494. package/dist/types/components/Calling/CometChatIncomingCall/useCometChatIncomingCall.d.ts +2 -0
  495. package/dist/types/components/Calling/CometChatOngoingCall/CometChatOngoingCall.d.ts +10 -0
  496. package/dist/types/components/Calling/CometChatOngoingCall/useCometChatOngoingCall.d.ts +2 -0
  497. package/dist/types/components/Calling/CometChatOutgoingCall/CometChatOutgoingCall.d.ts +36 -0
  498. package/dist/types/components/Calling/CometChatOutgoingCall/useCometChatOutgoingCall.d.ts +7 -0
  499. package/dist/types/components/Calling/OutgoingCallConfiguration.d.ts +8 -0
  500. package/dist/types/{Calling → components/Calling}/Utils/utils.d.ts +1 -1
  501. package/dist/types/{CometChatConversations/index.d.ts → components/CometChatConversations/CometChatConversations.d.ts} +28 -153
  502. package/dist/types/{CometChatConversations → components/CometChatConversations}/controller.d.ts +1 -1
  503. package/dist/types/{CometChatConversations/hooks.d.ts → components/CometChatConversations/useCometChatConversations.d.ts} +7 -4
  504. package/dist/types/{CometChatGroupMembers/index.d.ts → components/CometChatGroupMembers/CometChatGroupMembers.d.ts} +9 -112
  505. package/dist/types/{CometChatGroupMembers → components/CometChatGroupMembers}/controller.d.ts +1 -1
  506. package/dist/types/{CometChatGroupMembers/hooks.d.ts → components/CometChatGroupMembers/useCometChatGroupMembers.d.ts} +3 -3
  507. package/dist/types/{CometChatGroups/index.d.ts → components/CometChatGroups/CometChatGroups.d.ts} +7 -72
  508. package/dist/types/{CometChatGroups → components/CometChatGroups}/controller.d.ts +1 -1
  509. package/dist/types/{CometChatGroups/hooks.d.ts → components/CometChatGroups/useCometChatGroups.d.ts} +2 -2
  510. package/dist/types/components/CometChatMessageComposer/CometChatMessageComposer.d.ts +166 -0
  511. package/dist/types/components/CometChatMessageComposer/useCometChatMessageComposer.d.ts +42 -0
  512. package/dist/types/components/CometChatMessageHeader/CometChatMessageHeader.d.ts +29 -0
  513. package/dist/types/components/CometChatMessageHeader/useCometChatMessageHeader.d.ts +3 -0
  514. package/dist/types/components/CometChatMessageInformation/CometChatMessageInformation.d.ts +6 -0
  515. package/dist/types/components/CometChatMessageList/CometChatMessageList.d.ts +132 -0
  516. package/dist/types/components/CometChatMessageList/useCometChatMessageList.d.ts +6 -0
  517. package/dist/types/components/CometChatThreadedMessagePreview/CometChatThreadedMessagePreview.d.ts +11 -0
  518. package/dist/types/{CometChatUserMemberWrapper/index.d.ts → components/CometChatUserMemberWrapper/CometChatUserMemberWrapper.d.ts} +3 -7
  519. package/dist/types/{CometChatUsers/index.d.ts → components/CometChatUsers/CometChatUsers.d.ts} +7 -74
  520. package/dist/types/{CometChatUsers → components/CometChatUsers}/controller.d.ts +0 -6
  521. package/dist/types/{CometChatUsers/hooks.d.ts → components/CometChatUsers/useCometChatUsers.d.ts} +3 -2
  522. package/dist/types/components/Extensions/CollaborativeDocument/CollaborativeDocumentConfiguration.d.ts +35 -0
  523. package/dist/types/components/Extensions/CollaborativeDocument/CollaborativeDocumentConstants.d.ts +15 -0
  524. package/dist/types/components/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.d.ts +37 -0
  525. package/dist/types/components/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.d.ts +116 -0
  526. package/dist/types/components/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardConfiguration.d.ts +35 -0
  527. package/dist/types/components/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardConstants.d.ts +13 -0
  528. package/dist/types/components/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.d.ts +29 -0
  529. package/dist/types/components/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +94 -0
  530. package/dist/types/components/Extensions/ExtensionsDataSource.d.ts +29 -0
  531. package/dist/types/components/Extensions/ExtensionsId.d.ts +22 -0
  532. package/dist/types/components/Extensions/LinkPreview/LinkPreview.d.ts +37 -0
  533. package/dist/types/components/Extensions/LinkPreview/LinkPreviewConstants.d.ts +11 -0
  534. package/dist/types/components/Extensions/LinkPreview/LinkPreviewExtension.d.ts +24 -0
  535. package/dist/types/components/Extensions/LinkPreview/LinkPreviewExtensionDecorator.d.ts +60 -0
  536. package/dist/types/components/Extensions/MessageTranslation/MessageTranslationBubble.d.ts +35 -0
  537. package/dist/types/components/Extensions/MessageTranslation/MessageTranslationConstants.d.ts +12 -0
  538. package/dist/types/components/Extensions/MessageTranslation/MessageTranslationExtension.d.ts +30 -0
  539. package/dist/types/components/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.d.ts +53 -0
  540. package/dist/types/components/Extensions/Polls/CreatePolls.d.ts +66 -0
  541. package/dist/types/components/Extensions/Polls/PollsBubble.d.ts +35 -0
  542. package/dist/types/{Extensions → components/Extensions}/Polls/PollsConfiguration.d.ts +0 -10
  543. package/dist/types/components/Extensions/Polls/PollsConstants.d.ts +8 -0
  544. package/dist/types/{Extensions → components/Extensions}/Polls/PollsExtension.d.ts +1 -1
  545. package/dist/types/components/Extensions/Polls/PollsExtensionDecorator.d.ts +112 -0
  546. package/dist/types/components/Extensions/Stickers/StickersConstants.d.ts +16 -0
  547. package/dist/types/components/Extensions/Stickers/StickersExtension.d.ts +31 -0
  548. package/dist/types/components/Extensions/Stickers/StickersExtensionDecorator.d.ts +112 -0
  549. package/dist/types/components/Extensions/Stickers/StickersKeyboard.d.ts +29 -0
  550. package/dist/types/components/Extensions/ThumbnailGeneration/ThumbnailGenerationConstants.d.ts +13 -0
  551. package/dist/types/components/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.d.ts +21 -0
  552. package/dist/types/components/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +40 -0
  553. package/dist/types/components/Reactions/CometChatReactionInfo/CometChatReactionInfo.d.ts +9 -0
  554. package/dist/types/components/Reactions/CometChatReactionList/CometChatReactionList.d.ts +8 -0
  555. package/dist/types/components/Reactions/CometChatReactions/CometChatReactions.d.ts +12 -0
  556. package/dist/types/constants/CometChatUIKitConstants.d.ts +139 -0
  557. package/dist/types/constants/CometChatUtilityConstants.d.ts +9 -0
  558. package/dist/types/constants/index.d.ts +1 -0
  559. package/dist/types/events/CometChatCallEvents.d.ts +10 -0
  560. package/dist/types/events/CometChatConversationEvents.d.ts +13 -0
  561. package/dist/types/events/CometChatGroupEvents.d.ts +63 -0
  562. package/dist/types/events/CometChatMessageEvents.d.ts +43 -0
  563. package/dist/types/events/CometChatUIEvents.d.ts +61 -0
  564. package/dist/types/events/CometChatUserEvents.d.ts +16 -0
  565. package/dist/types/formatters/CometChatFormatters/CometChatMentionsFormatter/CometChatMentionsFormatter.d.ts +210 -0
  566. package/dist/types/formatters/CometChatFormatters/CometChatTextFormatter.d.ts +268 -0
  567. package/dist/types/formatters/CometChatFormatters/CometChatUrlsFormatter/CometChatUrlsFormatter.d.ts +12 -0
  568. package/dist/types/formatters/index.d.ts +3 -0
  569. package/dist/types/index.d.ts +108 -84
  570. package/dist/types/modals/CometChatActions.d.ts +36 -0
  571. package/dist/types/modals/CometChatActionsIcon.d.ts +38 -0
  572. package/dist/types/modals/CometChatActionsView.d.ts +39 -0
  573. package/dist/types/modals/CometChatMessageComposerAction.d.ts +33 -0
  574. package/dist/types/modals/CometChatMessageOption.d.ts +37 -0
  575. package/dist/types/modals/CometChatMessageTemplate.d.ts +70 -0
  576. package/dist/types/modals/CometChatOption.d.ts +20 -0
  577. package/dist/types/modals/index.d.ts +7 -0
  578. package/dist/types/resources/CometChatLocalize/cometchat-localize.d.ts +5603 -0
  579. package/dist/types/resources/CometChatSoundManager/CometChatSoundManager.d.ts +128 -0
  580. package/dist/types/resources/index.d.ts +1 -0
  581. package/dist/types/utils/CallingDetailsUtils.d.ts +42 -0
  582. package/dist/types/{Shared/Framework → utils}/ChatConfigurator.d.ts +4 -0
  583. package/dist/types/utils/ChatSdkEventInitializer.d.ts +6 -0
  584. package/dist/types/utils/ConversationUtils.d.ts +69 -0
  585. package/dist/types/utils/DataSource.d.ts +55 -0
  586. package/dist/types/utils/DataSourceDecorator.d.ts +57 -0
  587. package/dist/types/utils/GroupMemberUtils.d.ts +32 -0
  588. package/dist/types/utils/MessageReceiptUtils.d.ts +44 -0
  589. package/dist/types/utils/MessageUtils.d.ts +55 -0
  590. package/dist/types/utils/MessagesDataSource.d.ts +110 -0
  591. package/dist/types/utils/Storage.d.ts +33 -0
  592. package/dist/types/utils/util.d.ts +26 -0
  593. package/package.json +14 -17
  594. package/rollup.config.js +16 -6
  595. package/screenshots/sample_app_overview.png +0 -0
  596. package/tsconfig.json +2 -1
  597. package/CONTRIBUTING.md +0 -92
  598. package/dist/assets/InfoSimpleIcon.svg +0 -4
  599. package/dist/assets/More.svg +0 -9
  600. package/dist/assets/More@2x.svg +0 -9
  601. package/dist/assets/Plus-1.svg +0 -12
  602. package/dist/assets/StartConversation.svg +0 -13
  603. package/dist/assets/Stickers.svg +0 -16
  604. package/dist/assets/addreaction.svg +0 -9
  605. package/dist/assets/ai-bot.svg +0 -3
  606. package/dist/assets/attachment-file.svg +0 -14
  607. package/dist/assets/audio-file.svg +0 -12
  608. package/dist/assets/collaborativedocument.svg +0 -13
  609. package/dist/assets/collaborativewhiteboard.svg +0 -12
  610. package/dist/assets/create-button.svg +0 -12
  611. package/dist/assets/deleteicon.svg +0 -15
  612. package/dist/assets/editicon.svg +0 -14
  613. package/dist/assets/heart.svg +0 -11
  614. package/dist/assets/photolibrary.svg +0 -11
  615. package/dist/assets/plus-rotated.svg +0 -13
  616. package/dist/assets/plus.svg +0 -13
  617. package/dist/assets/polls.svg +0 -14
  618. package/dist/assets/smileys.svg +0 -16
  619. package/dist/assets/stipop.svg +0 -9
  620. package/dist/assets/threadIndicatorIcon.svg +0 -11
  621. package/dist/assets/threadicon.svg +0 -14
  622. package/dist/assets/translation.svg +0 -16
  623. package/dist/assets/video.svg +0 -12
  624. package/dist/types/AI/AIAssistBot/AIAssistBotChatView.d.ts +0 -10
  625. package/dist/types/AI/AIAssistBot/AIAssistBotDecorator.d.ts +0 -22
  626. package/dist/types/AI/AIAssistBot/AIAssistBotExtension.d.ts +0 -8
  627. package/dist/types/AI/AIAssistBot/AIAssistBotOptionsView.d.ts +0 -11
  628. package/dist/types/AI/AIAssistBot/style.d.ts +0 -37
  629. package/dist/types/AI/AIAssistBot/utils.d.ts +0 -5
  630. package/dist/types/AI/AIConversationStarter/style.d.ts +0 -26
  631. package/dist/types/AI/AIConversationSummary/style.d.ts +0 -28
  632. package/dist/types/AI/AISmartReplies/AISmartRepliesDecorator.d.ts +0 -25
  633. package/dist/types/AI/AISmartReplies/style.d.ts +0 -28
  634. package/dist/types/Calling/CallingExtension.d.ts +0 -8
  635. package/dist/types/Calling/CallingExtensionDecorator.d.ts +0 -75
  636. package/dist/types/Calling/CometChatCallButtons/hooks.d.ts +0 -3
  637. package/dist/types/Calling/CometChatCallButtons/index.d.ts +0 -19
  638. package/dist/types/Calling/CometChatCallButtons/style.d.ts +0 -28
  639. package/dist/types/Calling/CometChatCallLogDetails/hooks.d.ts +0 -2
  640. package/dist/types/Calling/CometChatCallLogDetails/index.d.ts +0 -17
  641. package/dist/types/Calling/CometChatCallLogDetails/style.d.ts +0 -21
  642. package/dist/types/Calling/CometChatCallLogHistory/hooks.d.ts +0 -2
  643. package/dist/types/Calling/CometChatCallLogHistory/index.d.ts +0 -27
  644. package/dist/types/Calling/CometChatCallLogHistory/style.d.ts +0 -41
  645. package/dist/types/Calling/CometChatCallLogParticipants/index.d.ts +0 -19
  646. package/dist/types/Calling/CometChatCallLogParticipants/style.d.ts +0 -31
  647. package/dist/types/Calling/CometChatCallLogRecordings/index.d.ts +0 -21
  648. package/dist/types/Calling/CometChatCallLogRecordings/style.d.ts +0 -35
  649. package/dist/types/Calling/CometChatCallLogs/hooks.d.ts +0 -2
  650. package/dist/types/Calling/CometChatCallLogs/index.d.ts +0 -37
  651. package/dist/types/Calling/CometChatCallLogs/style.d.ts +0 -37
  652. package/dist/types/Calling/CometChatCallLogsWithDetails/hooks.d.ts +0 -4
  653. package/dist/types/Calling/CometChatCallLogsWithDetails/index.d.ts +0 -10
  654. package/dist/types/Calling/CometChatCallLogsWithDetails/style.d.ts +0 -13
  655. package/dist/types/Calling/CometChatIncomingCall/hooks.d.ts +0 -2
  656. package/dist/types/Calling/CometChatIncomingCall/index.d.ts +0 -19
  657. package/dist/types/Calling/CometChatIncomingCall/style.d.ts +0 -72
  658. package/dist/types/Calling/CometChatOngoingCall/hooks.d.ts +0 -2
  659. package/dist/types/Calling/CometChatOngoingCall/index.d.ts +0 -15
  660. package/dist/types/Calling/CometChatOngoingCall/style.d.ts +0 -2
  661. package/dist/types/Calling/CometChatOutgoingCall/hooks.d.ts +0 -2
  662. package/dist/types/Calling/CometChatOutgoingCall/index.d.ts +0 -16
  663. package/dist/types/Calling/CometChatOutgoingCall/style.d.ts +0 -39
  664. package/dist/types/Calling/Utils/CallDetailsUtils.d.ts +0 -11
  665. package/dist/types/Calling/Utils/CallingDetailsUtils.d.ts +0 -7
  666. package/dist/types/CometChatAddMembers/hooks.d.ts +0 -11
  667. package/dist/types/CometChatAddMembers/index.d.ts +0 -229
  668. package/dist/types/CometChatAddMembers/style.d.ts +0 -13
  669. package/dist/types/CometChatBannedMembers/controller.d.ts +0 -37
  670. package/dist/types/CometChatBannedMembers/hooks.d.ts +0 -17
  671. package/dist/types/CometChatBannedMembers/index.d.ts +0 -228
  672. package/dist/types/CometChatBannedMembers/style.d.ts +0 -19
  673. package/dist/types/CometChatContacts/index.d.ts +0 -22
  674. package/dist/types/CometChatContacts/style.d.ts +0 -20
  675. package/dist/types/CometChatConversations/style.d.ts +0 -29
  676. package/dist/types/CometChatConversationsWithMessages/hooks.d.ts +0 -2
  677. package/dist/types/CometChatConversationsWithMessages/index.d.ts +0 -15
  678. package/dist/types/CometChatConversationsWithMessages/style.d.ts +0 -87
  679. package/dist/types/CometChatDetails/hooks.d.ts +0 -17
  680. package/dist/types/CometChatDetails/index.d.ts +0 -186
  681. package/dist/types/CometChatDetails/style.d.ts +0 -40
  682. package/dist/types/CometChatGroupMembers/style.d.ts +0 -24
  683. package/dist/types/CometChatGroups/style.d.ts +0 -11
  684. package/dist/types/CometChatGroupsWithMessages/hooks.d.ts +0 -3
  685. package/dist/types/CometChatGroupsWithMessages/index.d.ts +0 -14
  686. package/dist/types/CometChatGroupsWithMessages/style.d.ts +0 -874
  687. package/dist/types/CometChatMessageComposer/hooks.d.ts +0 -65
  688. package/dist/types/CometChatMessageComposer/index.d.ts +0 -221
  689. package/dist/types/CometChatMessageComposer/style.d.ts +0 -92
  690. package/dist/types/CometChatMessageHeader/hooks.d.ts +0 -3
  691. package/dist/types/CometChatMessageHeader/index.d.ts +0 -29
  692. package/dist/types/CometChatMessageHeader/style.d.ts +0 -56
  693. package/dist/types/CometChatMessageInformation/index.d.ts +0 -29
  694. package/dist/types/CometChatMessageInformation/style.d.ts +0 -48
  695. package/dist/types/CometChatMessageList/CometChatMessageList.d.ts +0 -58
  696. package/dist/types/CometChatMessageList/style.d.ts +0 -237
  697. package/dist/types/CometChatMessageList/useCometChatMessageList.d.ts +0 -6
  698. package/dist/types/CometChatMessages/hooks.d.ts +0 -2
  699. package/dist/types/CometChatMessages/index.d.ts +0 -25
  700. package/dist/types/CometChatMessages/style.d.ts +0 -26
  701. package/dist/types/CometChatThemeContext.d.ts +0 -5
  702. package/dist/types/CometChatThreadedMessages/hooks.d.ts +0 -2
  703. package/dist/types/CometChatThreadedMessages/index.d.ts +0 -19
  704. package/dist/types/CometChatThreadedMessages/style.d.ts +0 -21
  705. package/dist/types/CometChatTransferOwnership/hooks.d.ts +0 -7
  706. package/dist/types/CometChatTransferOwnership/index.d.ts +0 -163
  707. package/dist/types/CometChatTransferOwnership/style.d.ts +0 -17
  708. package/dist/types/CometChatUsers/style.d.ts +0 -11
  709. package/dist/types/CometChatUsersWithMessages/hooks.d.ts +0 -2
  710. package/dist/types/CometChatUsersWithMessages/index.d.ts +0 -12
  711. package/dist/types/CometChatUsersWithMessages/style.d.ts +0 -70
  712. package/dist/types/Extensions/CollaborativeDocument/CollaborativeDocumentConfiguration.d.ts +0 -18
  713. package/dist/types/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.d.ts +0 -8
  714. package/dist/types/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.d.ts +0 -21
  715. package/dist/types/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardConfiguration.d.ts +0 -18
  716. package/dist/types/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.d.ts +0 -8
  717. package/dist/types/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +0 -21
  718. package/dist/types/Extensions/ImageModeration/ImageModerationConfiguration.d.ts +0 -15
  719. package/dist/types/Extensions/ImageModeration/ImageModerationExtension.d.ts +0 -8
  720. package/dist/types/Extensions/ImageModeration/ImageModerationExtensionDecorator.d.ts +0 -26
  721. package/dist/types/Extensions/LinkPreview/LinkPreviewConfiguration.d.ts +0 -8
  722. package/dist/types/Extensions/LinkPreview/LinkPreviewExtension.d.ts +0 -8
  723. package/dist/types/Extensions/LinkPreview/LinkPreviewExtensionDecorator.d.ts +0 -24
  724. package/dist/types/Extensions/MessageTranslation/MessageTranslationConfiguration.d.ts +0 -14
  725. package/dist/types/Extensions/MessageTranslation/MessageTranslationExtension.d.ts +0 -8
  726. package/dist/types/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.d.ts +0 -19
  727. package/dist/types/Extensions/Polls/PollsExtensionDecorator.d.ts +0 -26
  728. package/dist/types/Extensions/SmartReplies/SmartRepliesConfiguration.d.ts +0 -8
  729. package/dist/types/Extensions/SmartReplies/SmartRepliesExtension.d.ts +0 -9
  730. package/dist/types/Extensions/SmartReplies/SmartRepliesExtensionDecorator.d.ts +0 -35
  731. package/dist/types/Extensions/Stickers/StickersConfiguration.d.ts +0 -14
  732. package/dist/types/Extensions/Stickers/StickersExtension.d.ts +0 -8
  733. package/dist/types/Extensions/Stickers/StickersExtensionDecorator.d.ts +0 -27
  734. package/dist/types/Extensions/TextModerator/TextModeratorExtension.d.ts +0 -6
  735. package/dist/types/Extensions/TextModerator/TextModeratorExtensionDecorator.d.ts +0 -8
  736. package/dist/types/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.d.ts +0 -5
  737. package/dist/types/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +0 -8
  738. package/dist/types/Shared/CometChatUIKit/CometChatUIKit.d.ts +0 -42
  739. package/dist/types/Shared/Framework/DataSource.d.ts +0 -56
  740. package/dist/types/Shared/Framework/DataSourceDecorator.d.ts +0 -59
  741. package/dist/types/Shared/Framework/ExtensionsDataSource.d.ts +0 -6
  742. package/dist/types/Shared/Utils/MessageUtils.d.ts +0 -16
  743. package/dist/types/Shared/Utils/MessagesDataSource.d.ts +0 -92
  744. package/dist/types/Shared/Views/CometChatButton/hooks.d.ts +0 -11
  745. package/dist/types/Shared/Views/CometChatButton/index.d.ts +0 -19
  746. package/dist/types/Shared/Views/CometChatCheckbox/hooks.d.ts +0 -9
  747. package/dist/types/Shared/Views/CometChatCheckbox/index.d.ts +0 -13
  748. package/dist/types/Shared/Views/CometChatContextMenu/index.d.ts +0 -13
  749. package/dist/types/Shared/Views/CometChatContextMenu/style.d.ts +0 -28
  750. package/dist/types/Shared/Views/CometChatList/style.d.ts +0 -18
  751. package/dist/types/Shared/Views/CometChatListItem/hooks.d.ts +0 -9
  752. package/dist/types/Shared/Views/CometChatListItem/index.d.ts +0 -29
  753. package/dist/types/Shared/Views/CometChatMenuList/hooks.d.ts +0 -12
  754. package/dist/types/Shared/Views/CometChatMenuList/index.d.ts +0 -13
  755. package/dist/types/Shared/Views/CometChatMessageBubble/index.d.ts +0 -22
  756. package/dist/types/Shared/Views/CometChatMessageBubble/style.d.ts +0 -22
  757. package/dist/types/Shared/Views/CometChatRadioButton/hooks.d.ts +0 -9
  758. package/dist/types/Shared/Views/CometChatRadioButton/index.d.ts +0 -13
  759. package/dist/types/Shared/Views/CometChatTabs/TabsStyle.d.ts +0 -31
  760. package/dist/types/Shared/Views/CometChatTabs/index.d.ts +0 -11
  761. package/dist/types/Shared/Views/CometChatTabs/style.d.ts +0 -42
  762. package/dist/types/Shared/Views/LitElementsWrapper/LitElementsWrapper.d.ts +0 -49
  763. /package/dist/assets/{send-message-in-private.svg → send_message_privately.svg} +0 -0
  764. /package/dist/types/{Shared/Framework → components/AI}/AIExtensionDataSource.d.ts +0 -0
  765. /package/dist/types/{CometChatMessageList/controller.d.ts → components/CometChatMessageList/CometChatMessageListController.d.ts} +0 -0
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Utility class for managing local storage with change detection capabilities.
3
+ * It is used in CometChatIncomingCall component.
4
+ */
5
+ export declare class StorageUtils {
6
+ /**
7
+ * Attaches a callback function to the `storage` event, which is triggered when storage changes occur.
8
+ * @param {EventListenerOrEventListenerObject} callback - The function to be called when the storage event is fired. This function will receive the storage event as an argument.
9
+ */
10
+ static attachChangeDetection: (callback: EventListenerOrEventListenerObject) => void;
11
+ /**
12
+ * Detaches a previously attached callback function from the `storage` event.
13
+ * @param {EventListenerOrEventListenerObject} callback - The function that was previously attached to the storage event. This function will be removed from the event listeners.
14
+ */
15
+ static detachChangeDetection: (callback: EventListenerOrEventListenerObject) => void;
16
+ /**
17
+ * Stores a value in local storage under the specified key.
18
+ * @param {string} storageKey - The key under which the value will be stored.
19
+ * @param {string} storageValue - The value to be stored in local storage. It will be converted to a JSON string.
20
+ */
21
+ static setItem: (storageKey: string, storageValue: string | CometChat.Call) => void;
22
+ /**
23
+ * Retrieves a value from local storage by its key.
24
+ * @param {string} storageKey - The key of the item to be retrieved from local storage.
25
+ * @returns {string} The value stored in local storage under the specified key, parsed from JSON. Returns `null` if the key does not exist.
26
+ */
27
+ static getItem: (storageKey: string) => any;
28
+ /**
29
+ * Removes an item from local storage by its key.
30
+ * @param {string} storageKey - The key of the item to be removed from local storage.
31
+ */
32
+ static removeItem: (storageKey: string) => void;
33
+ }
@@ -0,0 +1,26 @@
1
+ export declare function sanitizeHtml(htmlString: string, whitelistRegExes: RegExp[]): string;
2
+ export declare function isMessageSentByMe(message: CometChat.BaseMessage, loggedInUser: CometChat.User): boolean;
3
+ /**
4
+ * Checks if a given text is a URL.
5
+ * A valid URL should start with either "http", "https", or "www" and must not contain spaces.
6
+ *
7
+ * @param {string} text - The text to be checked.
8
+ * @returns {boolean} Returns true if the text is a URL, false otherwise.
9
+ */
10
+ export declare function isURL(text: string): boolean;
11
+ export declare function getThemeVariable(name: string): string;
12
+ export declare function getThemeMode(): "dark" | "light";
13
+ /**
14
+ * Function to convert audio forat from webm to wav
15
+ * @param file
16
+ * @returns
17
+ */
18
+ export declare function processFileForAudio(file: File): Promise<File>;
19
+ /**
20
+ * Converts a Unix timestamp to a formatted date string in DD/MM/YYYY format.
21
+ *
22
+ * @param {number} timestamp - The Unix timestamp (in seconds) to be converted.
23
+ * @returns {string} The formatted date string in DD/MM/YYYY format.
24
+ */
25
+ export declare function formatDateFromTimestamp(timestamp: number): string;
26
+ export declare function isMobileDevice(): boolean;
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@cometchat/chat-uikit-react",
3
- "version": "4.3.24",
3
+ "version": "5.0.0-beta2",
4
4
  "description": "Ready-to-use Chat UI Components for React(Javascript/Web)",
5
5
  "author": "CometChat",
6
- "peerDependencies": {
6
+ "dependencies": {
7
7
  "@cometchat/chat-sdk-javascript": "^4.0.10",
8
- "@cometchat/uikit-elements": "^4.3.18",
9
- "@cometchat/uikit-resources": "^4.3.14",
10
- "@cometchat/uikit-shared": "^4.3.21"
8
+ "@rollup/plugin-json": "^6.1.0",
9
+ "rxjs": "^7.8.1"
10
+ },
11
+ "scripts": {
12
+ "test": "echo \"Error: no test specified\" && exit 1",
13
+ "build": "rollup -c --bundleConfigAsCjs"
11
14
  },
12
15
  "devDependencies": {
13
16
  "@babel/cli": "^7.17.0",
@@ -17,7 +20,8 @@
17
20
  "@babel/preset-react": "^7.16.7",
18
21
  "@rollup/plugin-commonjs": "^25.0.5",
19
22
  "@rollup/plugin-image": "^3.0.2",
20
- "@rollup/plugin-node-resolve": "^15.1.0",
23
+ "@rollup/plugin-node-resolve": "^15.2.3",
24
+ "@rollup/plugin-terser": "^0.4.4",
21
25
  "@rollup/plugin-typescript": "^11.1.1",
22
26
  "@rollup/plugin-url": "^8.0.1",
23
27
  "@types/react": "^18.2.7",
@@ -27,9 +31,9 @@
27
31
  "react-dom": "^18.2.0",
28
32
  "rollup": "^3.23.0",
29
33
  "rollup-plugin-copy": "^3.4.0",
30
- "rollup-plugin-dts": "^5.3.0",
34
+ "rollup-plugin-dts": "^5.3.1",
35
+ "rollup-plugin-postcss": "^4.0.2",
31
36
  "rollup-plugin-sourcemaps": "^0.6.3",
32
- "@rollup/plugin-terser": "^0.4.4",
33
37
  "tslib": "^2.5.2",
34
38
  "typescript": "^5.0.4",
35
39
  "webpack": "^5.68.0",
@@ -40,10 +44,6 @@
40
44
  "repository": "https://github.com/cometchat/cometchat-uikit-react",
41
45
  "main": "dist/index.js",
42
46
  "types": "dist/index.d.ts",
43
- "scripts": {
44
- "test": "echo \"Error: no test specified\" && exit 1",
45
- "build": "rollup -c --bundleConfigAsCjs"
46
- },
47
47
  "keywords": [
48
48
  "CometChat",
49
49
  "messaging",
@@ -64,10 +64,7 @@
64
64
  "webRTC"
65
65
  ],
66
66
  "license": "https://www.cometchat.com/legal-terms-of-service",
67
- "dependencies": {
68
- "@lit-labs/react": "^1.1.1"
69
- },
70
67
  "bugs": {
71
- "url": "https://www.cometchat.com/contact-sales"
68
+ "url": "https://help.cometchat.com/hc/en-us"
72
69
  }
73
- }
70
+ }
package/rollup.config.js CHANGED
@@ -5,9 +5,11 @@ import resolve from "@rollup/plugin-node-resolve";
5
5
  import terser from "@rollup/plugin-terser";
6
6
  import typescript from "@rollup/plugin-typescript";
7
7
  import url from '@rollup/plugin-url';
8
+ import postcss from 'rollup-plugin-postcss';
9
+ import json from "@rollup/plugin-json";
10
+ import { writeFile } from 'fs/promises';
8
11
 
9
12
  const packageJson = require("./package.json");
10
-
11
13
  export default [
12
14
  {
13
15
  input: "src/index.ts",
@@ -20,21 +22,29 @@ export default [
20
22
  }
21
23
  ],
22
24
  plugins: [
25
+ postcss({
26
+ extensions: ['.css', '.scss'],
27
+ extract: true,
28
+ minimize: true,
29
+ }),
23
30
  resolve(),
24
31
  commonjs(),
32
+ json(),
25
33
  typescript({ sourceMap: true, inlineSources: true }),
26
- terser(),
27
34
  url({
28
- include: ['**/*.svg','**/*.png'],
35
+ include: ['**/*.svg', '**/*.png'],
29
36
  fileName: '[name][extname]',
30
37
  }),
31
38
  copy({
32
39
  targets: [
33
- { src: './src/**/assets/**/*', dest: 'dist/assets' }
34
- ]
40
+ { src: './src/**/assets/**/*', dest: 'dist/assets' } ,
41
+ { src: 'src/styles/**/*', dest: 'dist/styles' },
42
+ { src: 'src/fonts/**/*', dest: 'dist/fonts' }
43
+ ]
35
44
  }),
45
+ terser(),
36
46
  ],
37
- external: ["react", "react-dom", "@cometchat/chat-sdk-javascript", "@cometchat/uikit-elements", "@cometchat/uikit-resources", "@cometchat/uikit-shared", "@cometchat/calls-sdk-javascript"],
47
+ external: ["react", "react-dom", "@cometchat/chat-sdk-javascript", "@cometchat/calls-sdk-javascript"],
38
48
  },
39
49
  {
40
50
  input: "src/index.ts",
package/tsconfig.json CHANGED
@@ -11,6 +11,7 @@
11
11
  "declarationDir": "types",
12
12
  "sourceMap": true,
13
13
  "outDir": "dist",
14
+ "resolveJsonModule": true,
14
15
  "moduleResolution": "node",
15
16
  "emitDeclarationOnly": true,
16
17
  "allowSyntheticDefaultImports": true,
@@ -22,6 +23,6 @@
22
23
  "node_modules",
23
24
  "src/**/*.test.tsx",
24
25
  "src/**/*.stories.tsx",
25
- "examples"
26
+ "sample-app/"
26
27
  ]
27
28
  }
package/CONTRIBUTING.md DELETED
@@ -1,92 +0,0 @@
1
- # Contributing
2
-
3
- When contributing to this repository, please first discuss the change you wish to make via issue,
4
- email, or any other method with the owners of this repository before making a change.
5
-
6
- Please note we have a code of conduct, please follow it in all your interactions with the project.
7
-
8
- ## Pull Request Process
9
-
10
- 1. Ensure any install or build dependencies are removed before the end of the layer when doing a
11
- build.
12
- 2. Update the README.md with details of changes to the interface, this includes new environment
13
- variables, exposed ports, useful file locations and container parameters.
14
- 3. Increase the version numbers in any examples files and the README.md to the new version that this
15
- Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
16
- 4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
17
- do not have permission to do that, you may request the second reviewer to merge it for you.
18
-
19
- ## Code of Conduct
20
-
21
- ### Our Pledge
22
-
23
- In the interest of fostering an open and welcoming environment, we as
24
- contributors and maintainers pledge to making participation in our project and
25
- our community a harassment-free experience for everyone, regardless of age, body
26
- size, disability, ethnicity, gender identity and expression, level of experience,
27
- nationality, personal appearance, race, religion, or sexual identity and
28
- orientation.
29
-
30
- ### Our Standards
31
-
32
- Examples of behavior that contributes to creating a positive environment
33
- include:
34
-
35
- - Using welcoming and inclusive language
36
- - Being respectful of differing viewpoints and experiences
37
- - Gracefully accepting constructive criticism
38
- - Focusing on what is best for the community
39
- - Showing empathy towards other community members
40
-
41
- Examples of unacceptable behavior by participants include:
42
-
43
- - The use of sexualized language or imagery and unwelcome sexual attention or
44
- advances
45
- - Trolling, insulting/derogatory comments, and personal or political attacks
46
- - Public or private harassment
47
- - Publishing others' private information, such as a physical or electronic
48
- address, without explicit permission
49
- - Other conduct which could reasonably be considered inappropriate in a
50
- professional setting
51
-
52
- ### Our Responsibilities
53
-
54
- Project maintainers are responsible for clarifying the standards of acceptable
55
- behavior and are expected to take appropriate and fair corrective action in
56
- response to any instances of unacceptable behavior.
57
-
58
- Project maintainers have the right and responsibility to remove, edit, or
59
- reject comments, commits, code, wiki edits, issues, and other contributions
60
- that are not aligned to this Code of Conduct, or to ban temporarily or
61
- permanently any contributor for other behaviors that they deem inappropriate,
62
- threatening, offensive, or harmful.
63
-
64
- ### Scope
65
-
66
- This Code of Conduct applies both within project spaces and in public spaces
67
- when an individual is representing the project or its community. Examples of
68
- representing a project or community include using an official project e-mail
69
- address, posting via an official social media account, or acting as an appointed
70
- representative at an online or offline event. Representation of a project may be
71
- further defined and clarified by project maintainers.
72
-
73
- ### Enforcement
74
-
75
- Instances of abusive, harassing, or otherwise unacceptable behavior may be
76
- reported by contacting the project team at [INSERT EMAIL ADDRESS]. All
77
- complaints will be reviewed and investigated and will result in a response that
78
- is deemed necessary and appropriate to the circumstances. The project team is
79
- obligated to maintain confidentiality with regard to the reporter of an incident.
80
- Further details of specific enforcement policies may be posted separately.
81
-
82
- Project maintainers who do not follow or enforce the Code of Conduct in good
83
- faith may face temporary or permanent repercussions as determined by other
84
- members of the project's leadership.
85
-
86
- ### Attribution
87
-
88
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
89
- available at [http://contributor-covenant.org/version/1/4][version]
90
-
91
- [homepage]: http://contributor-covenant.org
92
- [version]: http://contributor-covenant.org/version/1/4/
@@ -1,4 +0,0 @@
1
- <svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M30.0001 0.666626C46.2004 0.666626 59.3334 13.7996 59.3334 30C59.3334 46.2003 46.2004 59.3333 30.0001 59.3333C13.7997 59.3333 0.666748 46.2003 0.666748 30C0.666748 13.7996 13.7997 0.666626 30.0001 0.666626ZM30.0001 5.99996C16.7452 5.99996 6.00008 16.7451 6.00008 30C6.00008 43.2548 16.7452 54 30.0001 54C43.2549 54 54.0001 43.2548 54.0001 30C54.0001 16.7451 43.2549 5.99996 30.0001 5.99996ZM31.6667 27.3333C32.219 27.3333 32.6667 27.781 32.6667 28.3333V42.3333C32.6667 42.8856 32.219 43.3333 31.6667 43.3333H28.3334C27.7811 43.3333 27.3334 42.8856 27.3334 42.3333V28.3333C27.3334 27.781 27.7811 27.3333 28.3334 27.3333H31.6667ZM30.0001 19.3333C31.4728 19.3333 32.6667 20.5272 32.6667 22C32.6667 23.4727 31.4728 24.6666 30.0001 24.6666C28.5273 24.6666 27.3334 23.4727 27.3334 22C27.3334 20.5272 28.5273 19.3333 30.0001 19.3333Z" fill="black"/>
3
- </svg>
4
-
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/16/More</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/16/More" fill="#000000">
6
- <path d="M4,6.66666667 C3.26666667,6.66666667 2.66666667,7.26666667 2.66666667,8 C2.66666667,8.73333333 3.26666667,9.33333333 4,9.33333333 C4.73333333,9.33333333 5.33333333,8.73333333 5.33333333,8 C5.33333333,7.26666667 4.73333333,6.66666667 4,6.66666667 Z M12,6.66666667 C11.2666667,6.66666667 10.6666667,7.26666667 10.6666667,8 C10.6666667,8.73333333 11.2666667,9.33333333 12,9.33333333 C12.7333333,9.33333333 13.3333333,8.73333333 13.3333333,8 C13.3333333,7.26666667 12.7333333,6.66666667 12,6.66666667 Z M8,6.66666667 C7.26666667,6.66666667 6.66666667,7.26666667 6.66666667,8 C6.66666667,8.73333333 7.26666667,9.33333333 8,9.33333333 C8.73333333,9.33333333 9.33333333,8.73333333 9.33333333,8 C9.33333333,7.26666667 8.73333333,6.66666667 8,6.66666667 Z" id="Style"></path>
7
- </g>
8
- </g>
9
- </svg>
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24/More@2x</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24/More" fill="#000000">
6
- <path d="M4.5,10 C5.88071187,10 7,11.1192881 7,12.5 C7,13.8807119 5.88071187,15 4.5,15 C3.11928813,15 2,13.8807119 2,12.5 C2,11.1192881 3.11928813,10 4.5,10 Z M12,10 C13.3807119,10 14.5,11.1192881 14.5,12.5 C14.5,13.8807119 13.3807119,15 12,15 C10.6192881,15 9.5,13.8807119 9.5,12.5 C9.5,11.1192881 10.6192881,10 12,10 Z M19.5,10 C20.8807119,10 22,11.1192881 22,12.5 C22,13.8807119 20.8807119,15 19.5,15 C18.1192881,15 17,13.8807119 17,12.5 C17,11.1192881 18.1192881,10 19.5,10 Z" id="Rectangle-2"></path>
7
- </g>
8
- </g>
9
- </svg>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24/Plus</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
5
- <g id="Icons/24/Plus" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(3.000000, 3.000000)">
7
- <line x1="9" y1="0" x2="9" y2="18" id="Path-10"></line>
8
- <line x1="0" y1="9" x2="18" y2="9" id="Path-11"></line>
9
- </g>
10
- </g>
11
- </g>
12
- </svg>
@@ -1,13 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24/New</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
5
- <g id="Icons/24/New" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(2.000000, 1.000000)">
7
- <path d="M10.9288822,11.8990317 L7.62932866,12.3710104 L8.10043948,9.07071466 L16.5857676,0.585763632 C17.3668205,-0.195254544 18.6331574,-0.195254544 19.4142103,0.585763632 C20.1952632,1.36678181 20.1952632,2.63306247 19.4142103,3.41408064 L10.9288822,11.8990317 Z" id="Path"></path>
8
- <line x1="15.6426571" y1="1.52883225" x2="18.4710998" y2="4.35714926" id="Path"></line>
9
- <path d="M16,12.0003604 L16,18.6667267 C16,19.4030732 15.4030369,20 14.6666577,20 L1.33333252,20 C0.596953301,20 0,19.4030732 0,18.6667267 L0,5.33399414 C0,4.59764765 0.596953301,4.00072088 1.33333252,4.00072088 L8,4.00072088" id="Path"></path>
10
- </g>
11
- </g>
12
- </g>
13
- </svg>
@@ -1,16 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24/Stickers</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
5
- <g id="Icons/24/Stickers" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(2.000000, 2.000000)">
7
- <path d="M5.67349142,7.33338221 C5.86012572,7.33338221 6.01142272,7.48460989 6.01142272,7.67115869 C6.01142272,7.85770748 5.86012572,8.00893516 5.67349142,8.00893516 C5.48685711,8.00893516 5.33556012,7.85770748 5.33556012,7.67115869 C5.33556012,7.58157479 5.37116349,7.49566003 5.4345379,7.43231465 C5.49791231,7.36896927 5.58386646,7.33338221 5.67349142,7.33338221" id="Path"></path>
8
- <path d="M4.23283692,13.0400269 C5.36112225,15.1816508 7.58282264,16.5229567 10.0043478,16.5244579 C10.2778756,16.5227578 10.5510655,16.5049493 10.8224973,16.4711247" id="Path"></path>
9
- <path d="M20,9.57337357 C19.7666207,4.11103074 15.187631,-0.151378825 9.72001617,0.00412271646 C4.25240139,0.159624258 -0.0767041446,4.67538425 0.00103066029,10.1421537 C0.0787654651,15.6089231 4.5345202,20 10.0043478,20 L10.4489943,20" id="Path"></path>
10
- <path d="M12.1831154,7.92004661 C12.559175,7.32283168 13.215699,6.96047481 13.921683,6.96047481 C14.6276671,6.96047481 15.2841911,7.32283168 15.6602507,7.92004661" id="Path"></path>
11
- <line x1="20" y1="9.57337357" x2="10.4489943" y2="19.9911111" id="Path"></line>
12
- <path d="M10.4489943,19.9911111 L10.4489943,19.1022257 C10.4588042,13.8367116 14.7320632,9.57337357 20,9.57337357" id="Path"></path>
13
- </g>
14
- </g>
15
- </g>
16
- </svg>
@@ -1,9 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="16px" height="16px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24 Extensions/Reactions Add</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Extensions/Reactions-Add" fill="#000000" fill-rule="nonzero">
6
- <path d="M12,1.25 C13.2547515,1.25 14.4810955,1.46534515 15.6383943,1.88154366 C16.0281686,2.02171794 16.2305095,2.45132619 16.0903352,2.84110054 C15.9501609,3.2308749 15.5205527,3.43321574 15.1307783,3.29304146 C14.1357379,2.9351958 13.0810879,2.75 12,2.75 C6.89136606,2.75 2.75,6.89136606 2.75,12 C2.75,17.1086339 6.89136606,21.25 12,21.25 C17.1086339,21.25 21.25,17.1086339 21.25,12 C21.25,11.2729266 21.1662576,10.5573695 21.0020875,9.8629795 C20.906785,9.45987863 21.1563049,9.05584287 21.5594058,8.96054036 C21.9625066,8.86523784 22.3665424,9.11475771 22.4618449,9.51785857 C22.6527043,10.3251362 22.75,11.1565032 22.75,12 C22.75,17.9370611 17.9370611,22.75 12,22.75 C6.06293894,22.75 1.25,17.9370611 1.25,12 C1.25,6.06293894 6.06293894,1.25 12,1.25 Z M17.6586667,13.25 C18.1185754,13.25 18.5498402,13.4733153 18.8153335,13.8488361 C19.0808092,14.2243322 19.1475058,14.7053253 18.9944111,15.1383417 C17.9483179,18.1044405 15.1451634,20.0881971 12,20.0881971 C8.85483662,20.0881971 6.05168206,18.1044405 5.00578211,15.1388889 C4.85249421,14.7053253 4.91919084,14.2243322 5.18466653,13.8488361 C5.45015977,13.4733153 5.88142461,13.25 6.34133333,13.25 L6.34133333,13.25 Z M17.558,14.695 L17.538,14.749 L6.461,14.749 L6.50827179,14.8734156 C7.3732069,17.0322917 9.42640021,18.4853104 11.750045,18.5829516 L11.750045,18.5829516 L12,18.5881971 C14.5090629,18.5881971 16.7452873,17.0056497 17.5800043,14.6388889 L17.558,14.695 Z M8.11422222,8.58288148 C9.2798673,8.58288148 10.3188817,9.31776232 10.7071667,10.4168361 C10.8451443,10.8073935 10.6403879,11.2358557 10.2498306,11.3738333 C9.89181964,11.5003128 9.50195808,11.3388005 9.33318946,11.0101749 L9.29283333,10.9164972 C9.11634015,10.4169182 8.6440609,10.0828815 8.11422222,10.0828815 C7.62853677,10.0828815 7.19121722,10.3635651 6.98575875,10.7951488 L6.93561111,10.9164972 C6.79763351,11.3070546 6.36917126,11.5118109 5.97861389,11.3738333 C5.58805653,11.2358557 5.38330017,10.8073935 5.52127778,10.4168361 C5.90956279,9.31776232 6.94857714,8.58288148 8.11422222,8.58288148 Z M15.8857778,8.58288148 C17.0514229,8.58288148 18.0904372,9.31776232 18.4787222,10.4168361 C18.6166998,10.8073935 18.4119435,11.2358557 18.0213861,11.3738333 C17.6633752,11.5003128 17.2735136,11.3388005 17.104745,11.0101749 L17.0643889,10.9164972 C16.8878957,10.4169182 16.4156165,10.0828815 15.8857778,10.0828815 C15.4000923,10.0828815 14.9627728,10.3635651 14.7573143,10.7951488 L14.7071667,10.9164972 C14.5691891,11.3070546 14.1407268,11.5118109 13.7501694,11.3738333 C13.3596121,11.2358557 13.1548557,10.8073935 13.2928333,10.4168361 C13.6811183,9.31776232 14.7201327,8.58288148 15.8857778,8.58288148 Z M19.5,0.25 C19.8796958,0.25 20.193491,0.532153882 20.2431534,0.898229443 L20.25,1 L20.25,4.25 L23,4.25 C23.4142136,4.25 23.75,4.58578644 23.75,5 C23.75,5.37969577 23.4678461,5.69349096 23.1017706,5.74315338 L23,5.75 L20.25,5.75 L20.25,9 C20.25,9.41421356 19.9142136,9.75 19.5,9.75 C19.1203042,9.75 18.806509,9.46784612 18.7568466,9.10177056 L18.75,9 L18.75,5.75 L16,5.75 C15.5857864,5.75 15.25,5.41421356 15.25,5 C15.25,4.62030423 15.5321539,4.30650904 15.8982294,4.25684662 L16,4.25 L18.75,4.25 L18.75,1 C18.75,0.585786438 19.0857864,0.25 19.5,0.25 Z" id="Path"></path>
7
- </g>
8
- </g>
9
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100" height="100" xml:space="preserve" version="1.1" viewBox="0 0 100 100">
2
- <image width="100" height="100" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAAXNSR0IArs4c6QAABeZJREFUeF7tnOGx5TQMhbUdQAdQAUsFQAVABSwVLFQAVABUAFTAUgFQAXSwuxVABzAfc81kM7ElJ7KjeyPPvHk/rpPI5+RIsuz4iWQLhcCTUNakMZKEBHsJkpAkJBgCwcxJhSQhwRAIZk4qJAkJhkAwc1IhSUgwBIKZkwpJQoIhEMycVIiNkLdE5Omt62+2S/b1SkJ03N4RkV9FhP+0VyLy0e2/fnVnjyREBwwyPlx1QyWQ4t6SEB3SfypdhmA35Kb6GO+mB7Hjr4q1b4vI394jSULaiD4TkR8qXXBZ7gE+CWkT8nIRzNc9/xSR91Mh3gjU74cyUEir/Sgin3ualAp5E80y3/h2Me/Q8CYN/kZEXnjElGiEMPkCDNJMXAJvH/9HNuYXqGGd2u59JnEFuyGqu0UiBGD+EBHe0tLIYt71ePMayLTiRDegtwsgg/jSnYVFIuSLmzrWIHwpIt/tRUa5DlUw8bO0otRSQtGu2ZWFRSLkaxH5amOU+Gd+G9GSkAaqqOD5xu/fiwjqGdFwj7jJUqfyegYuC1fb3SIphCzl440RuKeWq2dABs/4oBu97Qt+v6XLdx/Ut4p4DHnIBKwCPor55OY6rarBPuIc/7uD+NqOSAqhZrTMsIqtDJK60eyGaj5THvqTYfLYZXcUQshc8OW1titj6UJiuzM21bKq3XGiZVcUQmopb7F9ZKbVwqeVhTH5Q0WuLQohrTeRAQ9bEFLQvGT5XXNXBbOz3NblFqgswfNMlWxlf6S2XrWvN0R6tssitaSWZG1nqORSmxxqc48aQWfFEuwpinCZb9QGeKZCWpkVc4+tOQnjGFlstCp1WL+zCNkqtZdBkt9/eqvC1iaKlLZ3lSaGIel04zMIWfvk9VDKnKOloKGb1Zyw3XWb2YRoZKxnv9pMedgOwl1oOlw0kxCNDOLG2hW1XBvDfzilzCKEDIV161YFtRasW3ujCimUMdz3SDm88N23GE0IQZlVQG2BSatV1VYTlwNmgYv7HC6Bd6PoeMEoQiCC1T+IqKWvZRgaGaWfhZSyJce96OeIefNW3oTgklhDsBCBYVYyekgpbgxSWK+4q/T4CCGAXzaWUSBk+dW6ynZkgmdRyvItZGZN7YkYgzuDoLAk9RCy3MR2RMGAcTQIW5IEi42zNuNZbPmvj5UQLf20PhA3QjblEXixCbVoy6yabTM242k2/P+7lRBtRU97IC4D8Eakph5qCVMfm0WIh5uqkQ4hpNZH1ifujhCCN+sWWgqrKQWXRWblEVSxhbmHh8sKU6y0KgSgCeoA+p6GuvK7h1o83BRm4kpxx6N32Jsh6yFkfVOCakl9AYi/HrKIKailt/XGs9e3bzcAvSwueSi0125T/yOEbD0Agqg94UYsc5JeUogVlo3XZE7sCUbRYcHfAtCbkOUzIAYANWKspFjIKEQQWzxSa9Nb7dlpJCHYSeAF8K1d7ctxaKRYyEAR3OcuiShgjCakPMcShFEUtad102KGR5Lg+ZIfutcsQjAyF6gMVM0kxELK+tOD1vd/D7daCECzCbGQUmbNrbjxkGScRUghZf3FbRE0QZnNCz9XMrSttXeDM7iPLmcopCCTG+U23pEzCcGc3q2kwzY5K/q5zIlyPZ8lgxlfts6eeV9qszUg176+Xb+0o7/GrYnkcifKWVVCifyMquzlPtixxJKZn0YvlXLJT9oAQNtJctaK3mVPlNPc1lnu6tInykU7OODyJ8rVPj2YOffIE+UWEbT2Ne4vt/NHRtU+8kS5CrJnHM+EKXmiXIWQPMDspPJ7zfXkEX/BCNnajDe61J4nyimRebkZb9YmtjxRblS65HDfPFHOAcRRt7AcivOwJ8qNAvXofbXv5HedPNoy6uwVw6OAjb7+sifKjQZ27/0vW37fC9iM6y65QDUD2L3PuNSJcntBmnnd5TY5zAT3yLMe/kS5I+A87LWZ9gajNglJQoIhEMycVEgSEgyBYOakQpKQYAgEMycVkoQEQyCYOamQJCQYAsHMSYUEI+Rfzec9dI8XxxgAAAAASUVORK5CYII="/>
3
- </svg>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24/Attachment File</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
5
- <g id="Icons/24/Attachment-File" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(2.000000, 3.000000)">
7
- <path d="M9.33333333,14.6666667 C9.33333333,17.6121853 11.721148,20 14.6666667,20 C17.6121853,20 20,17.6121853 20,14.6666667 C20,11.721148 17.6121853,9.33333333 14.6666667,9.33333333 C11.721148,9.33333333 9.33333333,11.721148 9.33333333,14.6666667 Z" id="Path"></path>
8
- <line x1="14.6666667" y1="12" x2="14.6666667" y2="17.3333333" id="Path"></line>
9
- <line x1="12" y1="14.6666667" x2="17.3333333" y2="14.6666667" id="Path"></line>
10
- <path d="M6,17.3333333 L1.33333333,17.3333333 C0.596953667,17.3333333 0,16.7363797 0,16 L0,1.33333333 C0,0.596953667 0.596953667,0 1.33333333,0 L10.7813333,0 C11.1347086,0 11.4736014,0.140428224 11.7235556,0.390222222 L14.2764444,2.94311111 C14.5262384,3.19306523 14.6666667,3.53195804 14.6666667,3.88533333 L14.6666667,6" id="Path"></path>
11
- </g>
12
- </g>
13
- </g>
14
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0)">
3
- <path d="M1 5C1 3.89543 1.89543 3 3 3H21.5C22.6046 3 23.5 3.89543 23.5 5V19C23.5 20.1046 22.6046 21 21.5 21H3C1.89543 21 1 20.1046 1 19V5Z" stroke="#808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M9 15.5C9 15.8978 9.15803 16.2794 9.43934 16.5607C9.72064 16.842 10.1022 17 10.5 17C10.8978 17 11.2794 16.842 11.5607 16.5607C11.842 16.2794 12 15.8978 12 15.5C12 15.1022 11.842 14.7206 11.5607 14.4393C11.2794 14.158 10.8978 14 10.5 14C10.1022 14 9.72064 14.158 9.43934 14.4393C9.15803 14.7206 9 15.1022 9 15.5Z" stroke="#808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M12 15V7L14.7141 9.27566C15.3657 9.82133 15.7957 10.5251 15.9433 11.2871C16.0909 12.0491 15.9486 12.8307 15.5365 13.5211" stroke="#808080" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
6
- </g>
7
- <defs>
8
- <clipPath id="clip0">
9
- <rect width="24" height="24" fill="white"/>
10
- </clipPath>
11
- </defs>
12
- </svg>
@@ -1,13 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24 Extensions/Collaborative Document</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Extensions/Collaborative-Document" fill="#000000" fill-rule="nonzero">
6
- <path d="M21.019664,11.0497498 C20.2968766,11.0497498 19.6037718,11.3372517 19.0931699,11.8488579 L11.9722287,18.9696649 C11.8675218,19.07437 11.7961523,19.207727 11.7671152,19.3529288 L11.0671938,22.8529288 C10.9622469,23.3777219 11.4249469,23.8404018 11.9497354,23.7354323 L15.4493424,23.0354323 C15.5945931,23.0063789 15.7279879,22.9349647 15.8327036,22.830196 L22.9504376,15.7088627 C24.0147495,14.6469387 24.0170552,12.9221237 22.9548584,11.8566265 L22.9136114,11.8181375 C22.4355563,11.3372517 21.7424514,11.0497498 21.019664,11.0497498 Z M21.019664,12.5497498 C21.2977603,12.5497498 21.5660731,12.6445675 21.7814054,12.816289 L21.9254022,12.9466625 L22.00838,13.0404351 C22.3677898,13.4966868 22.3370963,14.2018865 21.890239,14.6477416 L14.931,21.609 L12.758,22.043 L13.193,19.869 L20.1543459,12.9090017 C20.3840891,12.6788071 20.6952184,12.5497498 21.019664,12.5497498 Z" id="Path"></path>
7
- <path d="M17.3982707,1.25 C18.5339913,1.25 19.463993,2.13072139 19.5427157,3.24645803 L19.5481135,3.4 L19.5481135,9.7 C19.5481135,10.1142136 19.2123271,10.45 18.7981135,10.45 C18.4184177,10.45 18.1046226,10.1678461 18.0549601,9.80177056 L18.0481135,9.7 L18.0481135,3.4 C18.0481135,3.07363278 17.8076479,2.80347042 17.4942955,2.75704724 L17.3982707,2.75 L3.39984279,2.75 C3.07358878,2.75 2.80346372,2.99049261 2.75704639,3.30394351 L2.75,3.4 L2.75,18.8 C2.75,19.1263672 2.99046561,19.3965296 3.30381804,19.4429528 L3.39984279,19.45 L8.99921396,19.45 C9.41342753,19.45 9.74921396,19.7857864 9.74921396,20.2 C9.74921396,20.5796958 9.46706008,20.893491 9.10098452,20.9431534 L8.99921396,20.95 L3.39984279,20.95 C2.26412221,20.95 1.33412057,20.0692786 1.25539778,18.953542 L1.25,18.8 L1.25,3.4 C1.25,2.26423244 2.13062249,1.33412985 3.24630755,1.25539838 L3.39984279,1.25 L17.3982707,1.25 Z" id="Path"></path>
8
- <path d="M14.5985851,5.45 C15.0127987,5.45 15.3485851,5.78578644 15.3485851,6.2 C15.3485851,6.57969577 15.0664313,6.89349096 14.7003557,6.94315338 L14.5985851,6.95 L8.99921396,6.95 C8.5850004,6.95 8.24921396,6.61421356 8.24921396,6.2 C8.24921396,5.82030423 8.53136785,5.50650904 8.89744341,5.45684662 L8.99921396,5.45 L14.5985851,5.45 Z" id="Path"></path>
9
- <path d="M14.5985851,9.65 C15.0127987,9.65 15.3485851,9.98578644 15.3485851,10.4 C15.3485851,10.7796958 15.0664313,11.093491 14.7003557,11.1431534 L14.5985851,11.15 L6.19952838,11.15 C5.78531482,11.15 5.44952838,10.8142136 5.44952838,10.4 C5.44952838,10.0203042 5.73168226,9.70650904 6.09775782,9.65684662 L6.19952838,9.65 L14.5985851,9.65 Z" id="Path"></path>
10
- <path d="M13.1987423,13.85 C13.6129559,13.85 13.9487423,14.1857864 13.9487423,14.6 C13.9487423,14.9796958 13.6665885,15.293491 13.3005129,15.3431534 L13.1987423,15.35 L6.19952838,15.35 C5.78531482,15.35 5.44952838,15.0142136 5.44952838,14.6 C5.44952838,14.2203042 5.73168226,13.906509 6.09775782,13.8568466 L6.19952838,13.85 L13.1987423,13.85 Z" id="Path"></path>
11
- </g>
12
- </g>
13
- </svg>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24 Extensions/Collaborative Whiteboard</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Extensions/Collaborative-Whiteboard" fill="#000000" fill-rule="nonzero">
6
- <path d="M6.2,1.25 C4.2473527,1.25 2.65,2.77128829 2.65,4.66666667 C2.65,6.56204505 4.2473527,8.08333333 6.2,8.08333333 C8.1526473,8.08333333 9.75,6.56204505 9.75,4.66666667 C9.75,2.77128829 8.1526473,1.25 6.2,1.25 Z M6.2,2.75 C7.3401473,2.75 8.25,3.61652638 8.25,4.66666667 C8.25,5.71680695 7.3401473,6.58333333 6.2,6.58333333 C5.0598527,6.58333333 4.15,5.71680695 4.15,4.66666667 C4.15,3.61652638 5.0598527,2.75 6.2,2.75 Z" id="Path"></path>
7
- <path d="M6.2,7.91666667 C6.57969577,7.91666667 6.89349096,8.19882055 6.94315338,8.56489611 L6.95,8.66666667 L6.95,14 C6.95,14.4142136 6.61421356,14.75 6.2,14.75 C5.82030423,14.75 5.50650904,14.4678461 5.45684662,14.1017706 L5.45,14 L5.45,8.66666667 C5.45,8.2524531 5.78578644,7.91666667 6.2,7.91666667 Z" id="Path"></path>
8
- <path d="M6.2,7.91666673 C3.47415406,7.91666673 1.25,10.0349087 1.25,12.6666667 L1.25,15.3333333 L1.25684662,15.4351039 C1.30650904,15.8011795 1.62030423,16.0833333 2,16.0833333 L2.725,16.083 L3.3541005,22.0783194 C3.39418895,22.4601142 3.71610639,22.75 4.1,22.75 L8.3,22.75 L8.40299648,22.7429615 C8.74009489,22.6965339 9.00945546,22.4254056 9.0458995,22.0783194 L9.674,16.083 L10.4,16.0833333 C10.8142136,16.0833333 11.15,15.7475469 11.15,15.3333333 L11.15,12.6666667 C11.15,10.0349087 8.92584594,7.91666673 6.2,7.91666673 Z M6.39003599,9.42150275 C8.21408216,9.514591 9.65,10.9396974 9.65,12.6666667 L9.649,14.583 L9,14.5833333 L8.89700352,14.5903718 C8.55990511,14.6367994 8.29054454,14.9079278 8.2541005,15.2550139 L7.624,21.25 L4.775,21.25 L4.1458995,15.2550139 L4.12814397,15.1533155 C4.04676841,14.8229084 3.74899419,14.5833333 3.4,14.5833333 L2.75,14.583 L2.75,12.6666667 C2.75,10.8801468 4.28665405,9.41666673 6.2,9.41666673 L6.39003599,9.42150275 Z" id="Path"></path>
9
- <path d="M21.6,1.25 C22.7281683,1.25 23.6652093,2.09570502 23.7445585,3.18354707 L23.75,3.33333333 L23.75,14.6666667 C23.75,15.7752741 22.8620097,16.6691795 21.7525939,16.7448147 L21.6,16.75 L13.2,16.75 C12.7857864,16.75 12.45,16.4142136 12.45,16 C12.45,15.6203042 12.7321539,15.306509 13.0982294,15.2568466 L13.2,15.25 L21.6,15.25 C21.9335897,15.25 22.1978428,15.0272126 22.2431318,14.7509728 L22.25,14.6666667 L22.25,3.33333333 C22.25,3.04809641 22.0160733,2.79937841 21.6978472,2.75651429 L21.6,2.75 L11.8,2.75 C11.3857864,2.75 11.05,2.41421356 11.05,2 C11.05,1.62030423 11.3321539,1.30650904 11.6982294,1.25684662 L11.8,1.25 L21.6,1.25 Z" id="Path"></path>
10
- </g>
11
- </g>
12
- </svg>
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24/Plus</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
5
- <g id="Icons/24/Plus" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(3.000000, 3.000000)">
7
- <line x1="9" y1="0" x2="9" y2="18" id="Path-10"></line>
8
- <line x1="0" y1="9" x2="18" y2="9" id="Path-11"></line>
9
- </g>
10
- </g>
11
- </g>
12
- </svg>
@@ -1,15 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24/deleteicon</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
5
- <g id="Icons/24/Delete" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(2.000000, 2.000000)">
7
- <line x1="0" y1="3.6363627" x2="20" y2="3.6363627" id="Path"></line>
8
- <path d="M12.0454545,0 L7.95454545,0 C7.20142989,0 6.59090909,0.610520639 6.59090909,1.36363601 L6.59090909,3.6363627 L13.4090909,3.6363627 L13.4090909,1.36363601 C13.4090909,0.610520639 12.7985701,0 12.0454545,0 Z" id="Path"></path>
9
- <line x1="7.95454545" y1="15.2272688" x2="7.95454545" y2="8.40908875" id="Path"></line>
10
- <line x1="12.0454545" y1="15.2272688" x2="12.0454545" y2="8.40908875" id="Path"></line>
11
- <path d="M16.2363636,18.7454497 C16.1838968,19.4542339 15.5925391,20.0019341 14.8818182,20 L5.11818182,20 C4.40746088,20.0019341 3.81610324,19.4542339 3.76363636,18.7454497 L2.5,3.6363627 L17.5,3.6363627 L16.2363636,18.7454497 Z" id="Path"></path>
12
- </g>
13
- </g>
14
- </g>
15
- </svg>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24/editicon</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
5
- <g id="Icons/24/Edit" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(3.000000, 3.000000)">
7
- <path d="M17.8666667,0.883555287 C17.2934403,0.312679329 16.5158214,-0.00540815756 15.7068357,0 C14.8978501,0.00554734575 14.1246099,0.334135909 13.5591667,0.912721954 L1.47583333,12.9960553 L0,18.750222 L5.75416667,17.2743886 L17.8375,5.19105529 C18.416086,4.6256121 18.7446746,3.8523719 18.750222,3.04338623 C18.7556301,2.23440057 18.4375426,1.45678164 17.8666667,0.883555287 Z" id="Path"></path>
8
- <line x1="13.2133333" y1="1.25855529" x2="17.4916667" y2="5.53688862" id="Path"></line>
9
- <line x1="11.4683333" y1="3.00355529" x2="15.7466667" y2="7.28188862" id="Path"></line>
10
- <line x1="1.47583333" y1="12.9960553" x2="5.75833333" y2="17.270222" id="Path"></line>
11
- </g>
12
- </g>
13
- </g>
14
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24/Heart</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
5
- <g id="Icons/24/Heart" fill="#000000" stroke="#000000" stroke-width="1.375">
6
- <g id="Group" transform="translate(2.000000, 3.000000)">
7
- <path d="M10.3134395,18.0459049 L1.52443954,8.87923824 C-0.0597509272,7.29629358 -0.452349335,4.87680895 0.550022872,2.87415491 L0.550022872,2.87415491 C1.29768241,1.3792661 2.71831477,0.334867269 4.36817344,0.0671851901 C6.01803212,-0.200496889 7.69599623,0.341168737 8.87793954,1.52298824 L10.3134395,2.95757158 L11.7489395,1.52298824 C12.9308829,0.341168737 14.608847,-0.200496889 16.2587056,0.0671851901 C17.9085643,0.334867269 19.3291967,1.3792661 20.0768562,2.87415491 L20.0768562,2.87415491 C21.0778256,4.87595612 20.6857045,7.29366739 19.1033562,8.87648824 L10.3134395,18.0459049 Z" id="Path"></path>
8
- </g>
9
- </g>
10
- </g>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24 Extensions/Photo Library</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Extensions/Photo-Library" fill="#000000" fill-rule="nonzero">
6
- <path d="M8,2.25 C9.0543618,2.25 9.91816512,3.06587779 9.99451426,4.10073766 L10,4.25 L10,4.749 L19.25,4.75 C20.3043618,4.75 21.1681651,5.56587779 21.2445143,6.60073766 L21.25,6.75 L21.25,8.647 L21.3090595,8.67075883 C21.560776,8.78204037 21.7890445,8.94502905 21.9776884,9.15176047 L22.0859904,9.28098473 C22.4268417,9.7243264 22.5648157,10.2875838 22.4792305,10.8049438 L20.599742,19.7646666 C20.3801645,20.5892111 19.6644249,21.1776759 18.8253479,21.243794 L18.6666667,21.25 L4.41416667,21.25 C4.34513107,21.25 4.27827401,21.2406726 4.21478696,21.2232093 L4.198,21.217 L4.13447967,21.2119882 C3.12077897,21.0788944 2.34585208,20.2581085 2.25808253,19.244849 L2.25,19.0833333 L2.25,4.25 C2.25,3.1956382 3.06587779,2.33183488 4.10073766,2.25548574 L4.25,2.25 L8,2.25 Z M20.5,9.9999998 L8.94041369,9.9999998 C8.7494078,9.99989301 8.57810253,10.1081415 8.50251018,10.2403227 L8.47304199,10.3080169 L6.50183631,19.6519318 L6.47,19.749 L18.6669246,19.7500001 C18.8652457,19.7500001 19.0419017,19.6334019 19.1157978,19.483767 L19.1409396,19.4178635 L20.9835913,10.6286666 C21.0235655,10.4785581 20.991501,10.3183966 20.8968201,10.1952461 C20.8210754,10.0967258 20.71214,10.0308462 20.5919295,10.0084626 L20.5,9.9999998 Z M8,3.75 L4.25,3.75 C4.00454011,3.75 3.80039163,3.92687516 3.75805567,4.16012437 L3.7499284,4.25 L3.7499284,19.0729701 C3.75450399,19.4040804 4.00142215,19.6816449 4.32974627,19.7247522 C4.62158992,19.7630698 4.89911328,19.6058121 5.0118617,19.3809093 L5.04612468,19.2936497 L7.01858631,9.94533345 C7.25034003,9.14246197 7.95397669,8.57422367 8.77513888,8.50674095 L8.94083333,8.5 L19.75,8.5 L19.75,6.75 C19.75,6.50454011 19.5731248,6.30039163 19.3398756,6.25805567 L19.25,6.25 L9.25,6.25 C8.87030423,6.25 8.55650904,5.96784612 8.50684662,5.60177056 L8.5,5.5 L8.5,4.25 C8.5,4.00454011 8.32312484,3.80039163 8.08987563,3.75805567 L8,3.75 Z" id="Path"></path>
7
- <path d="M10.5,11.3125 L10.6157711,11.3187346 C11.1481147,11.3764201 11.5625,11.8273176 11.5625,12.375 C11.5625,12.9618025 11.0868025,13.4375 10.5,13.4375 C9.91319745,13.4375 9.4375,12.9618025 9.4375,12.375 C9.4375,11.8273176 9.85188534,11.3764201 10.3842289,11.3187346 L10.5,11.3125 Z" id="Path"></path>
8
- <path d="M14.7615505,13.3341733 C15.1650281,13.339062 15.5432492,13.5206846 15.7989971,13.8261321 L15.8889717,13.9463759 L18.3148051,17.5838759 C18.5446241,17.928486 18.4515675,18.3941527 18.1069574,18.6239717 C17.7936756,18.8328981 17.3803468,18.7749852 17.1351188,18.5038182 L17.0668616,18.4161241 L14.742,14.93 L13.1806552,17.1565514 C12.9524338,17.481881 12.5156848,17.5682521 12.1842442,17.371143 L12.096698,17.3103241 L11.179,16.572 L9.94871059,18.4165154 C9.73958776,18.7296662 9.33567986,18.8347993 9.00516806,18.6784976 L8.90848458,18.6237106 C8.59533381,18.4145878 8.49020073,18.0106799 8.64650244,17.6801681 L8.70128941,17.5834846 L10.0076608,15.6272604 C10.2213273,15.3068138 10.5595979,15.0906712 10.9401624,15.0314258 C11.2731564,14.9795861 11.6118179,15.0520295 11.8942272,15.2330124 L12.0116353,15.3171759 L12.412,15.639 L13.6194632,13.9191131 C13.8512845,13.5888451 14.2147222,13.3792001 14.6114213,13.3405523 L14.7615505,13.3341733 Z" id="Path"></path>
9
- </g>
10
- </g>
11
- </svg>
@@ -1,13 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24/Plus Rotated</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
5
- <g id="Icons/24/Plus-Rotated" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(12.000000, 12.000000) rotate(45.000000) translate(-12.000000, -12.000000) translate(2.000000, 2.000000)">
7
- <line x1="10" y1="6" x2="10" y2="14" id="Path"></line>
8
- <line x1="6" y1="10" x2="14" y2="10" id="Path"></line>
9
- <path d="M0,10 C0,15.5228475 4.4771525,20 10,20 C15.5228475,20 20,15.5228475 20,10 C20,4.4771525 15.5228475,0 10,0 C4.4771525,0 0,4.4771525 0,10 Z" id="Path"></path>
10
- </g>
11
- </g>
12
- </g>
13
- </svg>
@@ -1,13 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24/Plus</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
5
- <g id="Icons/24/Plus" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(2.000000, 2.000000)">
7
- <line x1="10" y1="6" x2="10" y2="14" id="Path"></line>
8
- <line x1="6" y1="10" x2="14" y2="10" id="Path"></line>
9
- <path d="M0,10 C0,15.5228475 4.4771525,20 10,20 C15.5228475,20 20,15.5228475 20,10 C20,4.4771525 15.5228475,0 10,0 C4.4771525,0 0,4.4771525 0,10 Z" id="Path"></path>
10
- </g>
11
- </g>
12
- </g>
13
- </svg>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Icons/24 Extensions/Polls</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Extensions/Polls" fill="#000000" fill-rule="nonzero">
6
- <path d="M13.779983,1.25 C14.2709124,1.25043259 14.7438187,1.42418565 15.1167078,1.73706699 L15.2516928,1.86085235 L20.4715927,7.08218001 C20.8991636,7.51561025 21.1196388,8.11205589 21.0768145,8.71941733 C21.0476811,9.13260508 20.689109,9.44394267 20.2759212,9.41480928 C19.8971658,9.38810367 19.6039928,9.08457801 19.580201,8.71591608 L19.5805293,8.613916 C19.5905393,8.47194719 19.5513165,8.33202895 19.4730888,8.21873863 L19.4072645,8.13914765 L14.1905599,2.92103945 C14.1031809,2.83352807 13.9908865,2.77665655 13.8706878,2.75733888 L13.7793226,2.75 L4.33297476,2.75 C4.04324415,2.75 3.80281908,2.96150888 3.75763137,3.23870267 L3.75,3.33333333 L3.75,20.6666667 C3.75,20.9566568 3.961452,21.1971647 4.2384242,21.2423664 L4.33297476,21.25 L9.6648738,21.25 C10.0790874,21.25 10.4148738,21.5857864 10.4148738,22 C10.4148738,22.3796958 10.1327199,22.693491 9.76664435,22.7431534 L9.6648738,22.75 L4.33297476,22.75 C3.23255355,22.75 2.33150187,21.8965632 2.25522974,20.8154444 L2.25,20.6666667 L2.25,3.33333333 C2.25,2.23280908 3.10320728,1.33152341 4.18421182,1.25523113 L4.33297476,1.25 L13.779983,1.25 Z" id="Path"></path>
7
- <path d="M13.6637981,1.25 C14.0434938,1.25 14.357289,1.53215388 14.4069515,1.89822944 L14.4137981,2 L14.4137981,7.33333333 C14.4137981,7.62332346 14.6252501,7.86383136 14.9022223,7.90903304 L14.9967728,7.91666667 L20.3286719,7.91666667 C20.7428854,7.91666667 21.0786719,8.2524531 21.0786719,8.66666667 C21.0786719,9.04636243 20.796518,9.36015763 20.4304424,9.40982005 L20.3286719,9.41666667 L14.9967728,9.41666667 C13.8963516,9.41666667 12.9952999,8.56322987 12.9190278,7.4821111 L12.9137981,7.33333333 L12.9137981,2 C12.9137981,1.58578644 13.2495845,1.25 13.6637981,1.25 Z" id="Path"></path>
8
- <path d="M8.99777572,9.420279 C9.24921801,9.09111393 9.71989329,9.02810717 10.0490584,9.27954946 C10.3482993,9.50813337 10.4275748,9.91790155 10.2506031,10.2378223 L10.1897879,10.3308321 L8.25879925,12.8586842 C8.01208284,13.1778547 7.64305532,13.3791966 7.21567496,13.4156509 C6.86419538,13.4339623 6.52012946,13.3223779 6.23838713,13.0959918 L6.12161623,12.9919845 L5.12632841,11.9608734 C4.838658,11.6628489 4.84705165,11.1880493 5.14507615,10.9003789 C5.41600752,10.6388603 5.83303397,10.6220228 6.1227489,10.845033 L6.20557062,10.9191266 L7.125,11.871 L8.99777572,9.420279 Z" id="Path"></path>
9
- <path d="M8.99777572,15.420279 C9.24921801,15.0911139 9.71989329,15.0281072 10.0490584,15.2795495 C10.3482993,15.5081334 10.4275748,15.9179016 10.2506031,16.2378223 L10.1897879,16.3308321 L8.25879925,18.8586842 C8.01208284,19.1778547 7.64305532,19.3791966 7.21567496,19.4156509 C6.86419538,19.4339623 6.52012946,19.3223779 6.23838713,19.0959918 L6.12161623,18.9919845 L5.12632841,17.9608734 C4.838658,17.6628489 4.84705165,17.1880493 5.14507615,16.9003789 C5.41600752,16.6388603 5.83303397,16.6220228 6.1227489,16.845033 L6.20557062,16.9191266 L7.125,17.871 L8.99777572,15.420279 Z" id="Path"></path>
10
- <path d="M15.6632602,11.9166667 C16.0774738,11.9166667 16.4132602,12.2524531 16.4132602,12.6666667 C16.4132602,13.0463624 16.1311063,13.3601576 15.7650308,13.4098201 L15.6632602,13.4166667 L12.3308233,13.4166667 C11.9166098,13.4166667 11.5808233,13.0808802 11.5808233,12.6666667 C11.5808233,12.2869709 11.8629772,11.9731757 12.2290528,11.9235133 L12.3308233,11.9166667 L15.6632602,11.9166667 Z" id="Path"></path>
11
- <path d="M21.1106837,10.5779533 C20.4095395,10.5779533 19.7375424,10.8584991 19.2444627,11.3570467 L12.4669093,18.1364079 C12.3622379,18.2411074 12.2908946,18.3744435 12.2618676,18.5196176 L11.5953802,21.8529509 C11.4904492,22.3777472 11.953163,22.8404132 12.4779485,22.7354279 L15.8103854,22.0687612 C15.9555979,22.0397109 16.0889603,21.9683215 16.1936616,21.8635921 L22.9740599,15.0813699 C23.4695748,14.5910412 23.75,13.9189715 23.75,13.2177778 C23.75,12.516584 23.4695748,11.8445143 22.9711997,11.35134 L22.8310414,11.2210775 C22.3327458,10.7984458 21.7321255,10.5779533 21.1106837,10.5779533 Z M21.1106837,12.0779533 C21.3769595,12.0779533 21.6343527,12.1724444 21.8371937,12.3440921 L21.9342889,12.4349375 C22.129767,12.628969 22.25,12.9171205 22.25,13.2177778 L22.242717,13.345678 C22.2137413,13.5991981 22.0992456,13.8367894 21.9161173,14.0180067 L15.293,20.642 L13.287,21.043 L13.688,19.035 L20.3081104,12.4147032 C20.5222805,12.1981735 20.8102464,12.0779533 21.1106837,12.0779533 Z" id="Path"></path>
12
- </g>
13
- </g>
14
- </svg>