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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (648) hide show
  1. package/README.md +41 -14
  2. package/fesm2022/cometchat-chat-uikit-angular.mjs +107859 -0
  3. package/fesm2022/cometchat-chat-uikit-angular.mjs.map +1 -0
  4. package/package.json +14 -21
  5. package/screenshots/sample_app_overview.png +0 -0
  6. package/src/lib/assets/Collaborative-Whiteboard-Preview-Light.png +0 -0
  7. package/src/lib/assets/Collaborative-document-Preview-light.png +0 -0
  8. package/src/lib/assets/Collaborative_Document_Dark.png +0 -0
  9. package/src/lib/assets/Collaborative_Document_Light.png +0 -0
  10. package/src/lib/assets/Collaborative_Whiteboard_Dark.png +0 -0
  11. package/src/lib/assets/Collaborative_Whiteboard_Light.png +0 -0
  12. package/src/lib/assets/Copy.svg +5 -0
  13. package/src/lib/assets/Info.svg +8 -0
  14. package/src/lib/assets/Profile.png +0 -0
  15. package/src/lib/assets/Send.svg +3 -0
  16. package/src/lib/assets/Spinner-Gradient-1.svg +12 -0
  17. package/src/lib/assets/account_circle.svg +8 -0
  18. package/src/lib/assets/activity.svg +10 -0
  19. package/src/lib/assets/add.svg +8 -0
  20. package/src/lib/assets/add_a_photo.svg +8 -0
  21. package/src/lib/assets/add_box.svg +8 -0
  22. package/src/lib/assets/add_call.svg +8 -0
  23. package/src/lib/assets/add_circle.svg +3 -0
  24. package/src/lib/assets/add_circle_fill.svg +3 -0
  25. package/src/lib/assets/add_comment.svg +8 -0
  26. package/src/lib/assets/add_reaction.svg +8 -0
  27. package/src/lib/assets/add_reaction_icon.svg +5 -0
  28. package/src/lib/assets/ai_conversation_summary.svg +3 -0
  29. package/src/lib/assets/ai_fill.svg +4 -0
  30. package/src/lib/assets/ai_suggest_reply.svg +3 -0
  31. package/src/lib/assets/alternate_email.svg +8 -0
  32. package/src/lib/assets/animals_nature.svg +10 -0
  33. package/src/lib/assets/archive.svg +8 -0
  34. package/src/lib/assets/arrow_back.svg +8 -0
  35. package/src/lib/assets/arrow_forward.svg +8 -0
  36. package/src/lib/assets/attach_file.svg +8 -0
  37. package/src/lib/assets/audio_call_button.svg +5 -0
  38. package/src/lib/assets/audio_filter_icon.svg +3 -0
  39. package/src/lib/assets/bar_chart.svg +3 -0
  40. package/src/lib/assets/bedtime.svg +8 -0
  41. package/src/lib/assets/block.svg +8 -0
  42. package/src/lib/assets/bold-format.svg +3 -0
  43. package/src/lib/assets/bookmark.svg +8 -0
  44. package/src/lib/assets/bookmark_add.svg +8 -0
  45. package/src/lib/assets/bullet-list-format.svg +3 -0
  46. package/src/lib/assets/calendar_add_on.svg +8 -0
  47. package/src/lib/assets/calendar_today.svg +8 -0
  48. package/src/lib/assets/call-log-audio.svg +3 -0
  49. package/src/lib/assets/call-log_video.svg +3 -0
  50. package/src/lib/assets/call-logs_empty_state.svg +8 -0
  51. package/src/lib/assets/call-logs_empty_state_dark.svg +8 -0
  52. package/src/lib/assets/call.svg +8 -0
  53. package/src/lib/assets/call_end.svg +8 -0
  54. package/src/lib/assets/call_end_no_fill.svg +3 -0
  55. package/src/lib/assets/call_log.svg +8 -0
  56. package/src/lib/assets/call_made.svg +8 -0
  57. package/src/lib/assets/call_missed.svg +8 -0
  58. package/src/lib/assets/call_missed_outgoing.svg +8 -0
  59. package/src/lib/assets/call_received.svg +8 -0
  60. package/src/lib/assets/cancel.svg +8 -0
  61. package/src/lib/assets/cancel_fill.svg +8 -0
  62. package/src/lib/assets/change_circle.svg +3 -0
  63. package/src/lib/assets/change_scope.png +0 -0
  64. package/src/lib/assets/chat-history.svg +3 -0
  65. package/src/lib/assets/chat.svg +8 -0
  66. package/src/lib/assets/chat_bot.svg +3 -0
  67. package/src/lib/assets/chats_filter_icon.svg +1 -0
  68. package/src/lib/assets/check.svg +8 -0
  69. package/src/lib/assets/check_circle.svg +3 -0
  70. package/src/lib/assets/checkbox_tick.svg +5 -0
  71. package/src/lib/assets/chevron_left.svg +8 -0
  72. package/src/lib/assets/chevron_right.svg +8 -0
  73. package/src/lib/assets/circle.svg +3 -0
  74. package/src/lib/assets/close.svg +8 -0
  75. package/src/lib/assets/code-block-format.svg +3 -0
  76. package/src/lib/assets/code-format.svg +3 -0
  77. package/src/lib/assets/collaborative_document_fill.svg +4 -0
  78. package/src/lib/assets/collaborative_whiteboard.svg +4 -0
  79. package/src/lib/assets/collaborative_whiteboard_fill.svg +4 -0
  80. package/src/lib/assets/collabrative_document.svg +4 -0
  81. package/src/lib/assets/content_copy.svg +8 -0
  82. package/src/lib/assets/conversation_summary.svg +4 -0
  83. package/src/lib/assets/conversations_audio-message.svg +8 -0
  84. package/src/lib/assets/conversations_card-message.svg +8 -0
  85. package/src/lib/assets/conversations_collaborative-document-message.svg +4 -0
  86. package/src/lib/assets/conversations_collaborative-whiteboard-message.svg +5 -0
  87. package/src/lib/assets/conversations_delete.svg +8 -0
  88. package/src/lib/assets/conversations_delivered.svg +3 -0
  89. package/src/lib/assets/conversations_dropdown.svg +3 -0
  90. package/src/lib/assets/conversations_empty_state.svg +20 -0
  91. package/src/lib/assets/conversations_empty_state_dark.svg +20 -0
  92. package/src/lib/assets/conversations_error.svg +16 -0
  93. package/src/lib/assets/conversations_file-message.svg +8 -0
  94. package/src/lib/assets/conversations_form-message.svg +3 -0
  95. package/src/lib/assets/conversations_image-message.svg +8 -0
  96. package/src/lib/assets/conversations_incoming-video-call.svg +8 -0
  97. package/src/lib/assets/conversations_incoming-voice-call.svg +3 -0
  98. package/src/lib/assets/conversations_link.svg +8 -0
  99. package/src/lib/assets/conversations_missed-video-call.svg +8 -0
  100. package/src/lib/assets/conversations_missed-voice-call.svg +3 -0
  101. package/src/lib/assets/conversations_outgoing-video-call.svg +8 -0
  102. package/src/lib/assets/conversations_outgoing-voice-call.svg +4 -0
  103. package/src/lib/assets/conversations_poll-message.svg +3 -0
  104. package/src/lib/assets/conversations_read.svg +3 -0
  105. package/src/lib/assets/conversations_schedular-message.svg +8 -0
  106. package/src/lib/assets/conversations_sent.svg +3 -0
  107. package/src/lib/assets/conversations_sticker-message.svg +4 -0
  108. package/src/lib/assets/conversations_thread.svg +8 -0
  109. package/src/lib/assets/conversations_video-message.svg +8 -0
  110. package/{assets/wait.svg → src/lib/assets/conversations_wait.svg} +0 -0
  111. package/src/lib/assets/copy-text.svg +3 -0
  112. package/src/lib/assets/crop.svg +8 -0
  113. package/src/lib/assets/delete.svg +8 -0
  114. package/src/lib/assets/delete_icon.svg +4 -0
  115. package/src/lib/assets/deliveredIcon.svg +5 -0
  116. package/src/lib/assets/description.svg +8 -0
  117. package/src/lib/assets/document_icon.svg +10 -0
  118. package/src/lib/assets/done_all.svg +8 -0
  119. package/src/lib/assets/download.svg +8 -0
  120. package/src/lib/assets/dropdown-arrow.svg +3 -0
  121. package/src/lib/assets/edit.svg +8 -0
  122. package/src/lib/assets/edit_calendar.svg +8 -0
  123. package/src/lib/assets/edit_icon.svg +5 -0
  124. package/src/lib/assets/edit_square.svg +3 -0
  125. package/src/lib/assets/error.svg +9 -0
  126. package/src/lib/assets/error_icon.svg +3 -0
  127. package/src/lib/assets/error_info.svg +3 -0
  128. package/src/lib/assets/event.svg +8 -0
  129. package/src/lib/assets/favorite.svg +8 -0
  130. package/src/lib/assets/file_filter_icon.svg +4 -0
  131. package/src/lib/assets/file_type_jpg.png +0 -0
  132. package/src/lib/assets/file_type_link.png +0 -0
  133. package/src/lib/assets/file_type_mov.png +0 -0
  134. package/src/lib/assets/file_type_mp3.png +0 -0
  135. package/src/lib/assets/file_type_pdf.png +0 -0
  136. package/src/lib/assets/file_type_ppt.png +0 -0
  137. package/src/lib/assets/file_type_txt.png +0 -0
  138. package/src/lib/assets/file_type_unsupported.png +0 -0
  139. package/src/lib/assets/file_type_word.png +0 -0
  140. package/src/lib/assets/file_type_xlsx.png +0 -0
  141. package/src/lib/assets/file_type_zip.png +0 -0
  142. package/src/lib/assets/filter_list.svg +8 -0
  143. package/src/lib/assets/filter_list_off.svg +8 -0
  144. package/src/lib/assets/flags.svg +5 -0
  145. package/src/lib/assets/flip_camera_ios.svg +8 -0
  146. package/src/lib/assets/food_drink.svg +10 -0
  147. package/src/lib/assets/forward.svg +8 -0
  148. package/src/lib/assets/gif.svg +3 -0
  149. package/src/lib/assets/graphic_eq.svg +3 -0
  150. package/src/lib/assets/group_filter_icon.svg +3 -0
  151. package/src/lib/assets/groups_empty_state.svg +8 -0
  152. package/src/lib/assets/groups_empty_state_dark.svg +8 -0
  153. package/src/lib/assets/help.svg +8 -0
  154. package/src/lib/assets/history.svg +8 -0
  155. package/src/lib/assets/image_placeholder.png +0 -0
  156. package/src/lib/assets/incoming_video.svg +8 -0
  157. package/src/lib/assets/incoming_video_no_fill.svg +4 -0
  158. package/src/lib/assets/info_icon.svg +3 -0
  159. package/src/lib/assets/info_icon_fill.svg +5 -0
  160. package/src/lib/assets/italic-format.svg +3 -0
  161. package/src/lib/assets/keep.svg +8 -0
  162. package/src/lib/assets/keep_off.svg +8 -0
  163. package/src/lib/assets/keyboard.svg +8 -0
  164. package/src/lib/assets/keyboard_arrow_down.svg +8 -0
  165. package/src/lib/assets/keyboard_arrow_up.svg +8 -0
  166. package/src/lib/assets/language.svg +8 -0
  167. package/src/lib/assets/link.svg +8 -0
  168. package/src/lib/assets/link_filter_icon.svg +3 -0
  169. package/src/lib/assets/link_icon_2x.svg +3 -0
  170. package/src/lib/assets/list_error_state_icon.svg +20 -0
  171. package/src/lib/assets/list_error_state_icon_dark.svg +27 -0
  172. package/src/lib/assets/loading.svg +5 -0
  173. package/src/lib/assets/loading_animation.svg +5 -0
  174. package/src/lib/assets/loading_icon.svg +3 -0
  175. package/src/lib/assets/location_on.svg +8 -0
  176. package/src/lib/assets/lock.svg +8 -0
  177. package/src/lib/assets/lock_open.svg +8 -0
  178. package/src/lib/assets/logout.svg +3 -0
  179. package/src/lib/assets/mail.svg +8 -0
  180. package/src/lib/assets/message_blocked.svg +8 -0
  181. package/src/lib/assets/message_delete.svg +8 -0
  182. package/src/lib/assets/messages_filter_icon.svg +1 -0
  183. package/src/lib/assets/mic.svg +3 -0
  184. package/src/lib/assets/mic_fill.svg +8 -0
  185. package/src/lib/assets/mic_off.svg +8 -0
  186. package/src/lib/assets/missedCallIcon.svg +10 -0
  187. package/src/lib/assets/missed_video_call.svg +8 -0
  188. package/src/lib/assets/missed_video_call_no_fill.svg +3 -0
  189. package/src/lib/assets/mood.svg +3 -0
  190. package/src/lib/assets/mood_fill.svg +8 -0
  191. package/src/lib/assets/more_icon.svg +5 -0
  192. package/src/lib/assets/more_vert.svg +8 -0
  193. package/src/lib/assets/near_me.svg +3 -0
  194. package/src/lib/assets/new-chat.svg +3 -0
  195. package/src/lib/assets/no-messages.svg +8 -0
  196. package/src/lib/assets/no_photography.svg +8 -0
  197. package/src/lib/assets/notifications.svg +8 -0
  198. package/src/lib/assets/notifications_off.svg +8 -0
  199. package/src/lib/assets/number-list-format.svg +3 -0
  200. package/src/lib/assets/objects.svg +10 -0
  201. package/src/lib/assets/outgoing_video.svg +8 -0
  202. package/src/lib/assets/outgoing_video_no_fill.svg +4 -0
  203. package/src/lib/assets/pause.svg +8 -0
  204. package/src/lib/assets/person.svg +8 -0
  205. package/src/lib/assets/person_add.svg +8 -0
  206. package/src/lib/assets/phone_in_talk.svg +8 -0
  207. package/src/lib/assets/phone_incoming.svg +3 -0
  208. package/src/lib/assets/phone_incoming_no_fill.svg +3 -0
  209. package/src/lib/assets/phone_missed.svg +8 -0
  210. package/src/lib/assets/phone_missed_no_fill.svg +3 -0
  211. package/src/lib/assets/phone_outgoing.svg +4 -0
  212. package/src/lib/assets/phone_outgoing_no_fill.svg +4 -0
  213. package/src/lib/assets/photo.svg +8 -0
  214. package/src/lib/assets/photo_camera.svg +8 -0
  215. package/src/lib/assets/photo_filter_icon.svg +3 -0
  216. package/src/lib/assets/placeholder.png +0 -0
  217. package/src/lib/assets/play_arrow.svg +8 -0
  218. package/src/lib/assets/play_circle.svg +8 -0
  219. package/src/lib/assets/poll.svg +5 -0
  220. package/src/lib/assets/quote-format.svg +3 -0
  221. package/src/lib/assets/readIcon.svg +5 -0
  222. package/src/lib/assets/rearrange.svg +3 -0
  223. package/src/lib/assets/recording_icon.svg +10 -0
  224. package/src/lib/assets/recording_resume.svg +10 -0
  225. package/src/lib/assets/refresh.svg +8 -0
  226. package/src/lib/assets/reply.svg +8 -0
  227. package/src/lib/assets/reply_all.svg +8 -0
  228. package/src/lib/assets/reply_in_thread.svg +10 -0
  229. package/src/lib/assets/retry.svg +3 -0
  230. package/src/lib/assets/right-arrow.svg +3 -0
  231. package/src/lib/assets/sample-audio.wav +0 -0
  232. package/src/lib/assets/sample-video-thumbnail.svg +7 -0
  233. package/src/lib/assets/sample-video.mp4 +0 -0
  234. package/src/lib/assets/schedule.svg +8 -0
  235. package/src/lib/assets/screen_share.svg +8 -0
  236. package/src/lib/assets/search.svg +8 -0
  237. package/src/lib/assets/search_message_icon.svg +8 -0
  238. package/src/lib/assets/send-message.svg +3 -0
  239. package/src/lib/assets/send_fill.svg +8 -0
  240. package/src/lib/assets/settings.svg +8 -0
  241. package/src/lib/assets/share.svg +8 -0
  242. package/src/lib/assets/shield.svg +3 -0
  243. package/src/lib/assets/smileys_people.svg +10 -0
  244. package/src/lib/assets/star.svg +8 -0
  245. package/src/lib/assets/status_delivered.svg +5 -0
  246. package/src/lib/assets/status_error.svg +16 -0
  247. package/src/lib/assets/status_read.svg +3 -0
  248. package/src/lib/assets/status_sending.svg +5 -0
  249. package/src/lib/assets/status_sent.svg +5 -0
  250. package/src/lib/assets/sticker.svg +3 -0
  251. package/src/lib/assets/sticker_fill.svg +4 -0
  252. package/src/lib/assets/stop-message.svg +3 -0
  253. package/src/lib/assets/stop.svg +8 -0
  254. package/src/lib/assets/stop_circle.svg +8 -0
  255. package/src/lib/assets/stop_screen_share.svg +8 -0
  256. package/src/lib/assets/strike-out-format.svg +3 -0
  257. package/src/lib/assets/subdirectory_arrow_left.svg +8 -0
  258. package/src/lib/assets/subdirectory_arrow_right.svg +8 -0
  259. package/src/lib/assets/sunny.svg +8 -0
  260. package/src/lib/assets/symbols.svg +13 -0
  261. package/src/lib/assets/thumb_down.svg +8 -0
  262. package/src/lib/assets/thumb_up.svg +8 -0
  263. package/src/lib/assets/toast_check_circle.svg +3 -0
  264. package/src/lib/assets/toast_error.svg +3 -0
  265. package/src/lib/assets/toast_info.svg +3 -0
  266. package/src/lib/assets/toast_warning.svg +3 -0
  267. package/src/lib/assets/toolbar-toggle.svg +3 -0
  268. package/src/lib/assets/tooltip-side.svg +5 -0
  269. package/src/lib/assets/tooltip.svg +5 -0
  270. package/src/lib/assets/translate.svg +3 -0
  271. package/src/lib/assets/travel_places.svg +10 -0
  272. package/src/lib/assets/ulr-format.svg +3 -0
  273. package/src/lib/assets/underline-format.svg +3 -0
  274. package/src/lib/assets/unread_filter_icon.svg +7 -0
  275. package/src/lib/assets/upload.svg +3 -0
  276. package/src/lib/assets/user_empty.svg +8 -0
  277. package/src/lib/assets/user_empty_dark.svg +8 -0
  278. package/src/lib/assets/video_call.svg +8 -0
  279. package/src/lib/assets/video_call_button.svg +5 -0
  280. package/src/lib/assets/video_filter_icon.svg +3 -0
  281. package/src/lib/assets/videocam.svg +8 -0
  282. package/src/lib/assets/videocam_off.svg +8 -0
  283. package/src/lib/assets/visibility_off.svg +3 -0
  284. package/src/lib/assets/volume_down.svg +8 -0
  285. package/src/lib/assets/volume_mute.svg +8 -0
  286. package/src/lib/assets/volume_off.svg +8 -0
  287. package/src/lib/assets/volume_up.svg +8 -0
  288. package/src/lib/assets/warning.svg +8 -0
  289. package/src/lib/assets/warning_neutral.svg +3 -0
  290. package/src/lib/assets/wifi.svg +8 -0
  291. package/src/lib/assets/zoom_in_map.svg +8 -0
  292. package/src/lib/assets/zoom_out_map.svg +8 -0
  293. package/styles/accessibility.css +148 -0
  294. package/styles/css-variables.css +547 -0
  295. package/styles/fonts/Roboto/LICENSE.txt +202 -0
  296. package/styles/fonts/Roboto/Roboto-Black.ttf +0 -0
  297. package/styles/fonts/Roboto/Roboto-BlackItalic.ttf +0 -0
  298. package/styles/fonts/Roboto/Roboto-Bold.ttf +0 -0
  299. package/styles/fonts/Roboto/Roboto-BoldItalic.ttf +0 -0
  300. package/styles/fonts/Roboto/Roboto-Italic.ttf +0 -0
  301. package/styles/fonts/Roboto/Roboto-Light.ttf +0 -0
  302. package/styles/fonts/Roboto/Roboto-LightItalic.ttf +0 -0
  303. package/styles/fonts/Roboto/Roboto-Medium.ttf +0 -0
  304. package/styles/fonts/Roboto/Roboto-MediumItalic.ttf +0 -0
  305. package/styles/fonts/Roboto/Roboto-Regular.ttf +0 -0
  306. package/styles/fonts/Roboto/Roboto-Thin.ttf +0 -0
  307. package/styles/fonts/Roboto/Roboto-ThinItalic.ttf +0 -0
  308. package/styles/mention-styles.css +190 -0
  309. package/styles/rich-text-styles.css +310 -0
  310. package/types/cometchat-chat-uikit-angular.d.ts +34636 -0
  311. package/AI/AIAssistBot/AIAssistBot.d.ts +0 -7
  312. package/AI/AIAssistBot/AIAssistBotDecorator.d.ts +0 -11
  313. package/AI/AIConversationStarter/AIConversationStarter.d.ts +0 -7
  314. package/AI/AIConversationStarter/AIConversationStarterDecorator.d.ts +0 -9
  315. package/AI/AIConversationSummary/AIConversationSummary.d.ts +0 -7
  316. package/AI/AIConversationSummary/AIConversationSummaryDecorator.d.ts +0 -10
  317. package/AI/AISmartReplies/AISmartReplies.d.ts +0 -7
  318. package/AI/AISmartReplies/AISmartRepliesDecorator.d.ts +0 -9
  319. package/Calls/CallingExtension.d.ts +0 -6
  320. package/Calls/CallingExtensionDecorator.d.ts +0 -16
  321. package/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.d.ts +0 -79
  322. package/Calls/CometChatCallButtons/cometchat-call-buttons.module.d.ts +0 -11
  323. package/Calls/CometChatCallLogDetails/cometchat-call-log-details/cometchat-call-log-details.component.d.ts +0 -136
  324. package/Calls/CometChatCallLogDetails/cometchat-call-log-details.module.d.ts +0 -14
  325. package/Calls/CometChatCallLogHistory/cometchat-call-log-history/cometchat-call-log-history.component.d.ts +0 -112
  326. package/Calls/CometChatCallLogHistory/cometchat-call-log-history.module.d.ts +0 -10
  327. package/Calls/CometChatCallLogParticipants/cometchat-call-log-participants/cometchat-call-log-participants.component.d.ts +0 -77
  328. package/Calls/CometChatCallLogParticipants/cometchat-call-log-participants.module.d.ts +0 -10
  329. package/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings/cometchat-call-log-recordings.component.d.ts +0 -91
  330. package/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings.module.d.ts +0 -10
  331. package/Calls/CometChatCallLogs/cometchat-call-logs/cometchat-call-logs.component.d.ts +0 -134
  332. package/Calls/CometChatCallLogs/cometchat-call-logs.module.d.ts +0 -12
  333. package/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details/cometchat-call-logs-with-details.component.d.ts +0 -54
  334. package/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details.module.d.ts +0 -12
  335. package/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.d.ts +0 -81
  336. package/Calls/CometChatIncomingCall/cometchat-incoming-call.module.d.ts +0 -11
  337. package/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.d.ts +0 -38
  338. package/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.d.ts +0 -9
  339. package/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.d.ts +0 -57
  340. package/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.d.ts +0 -10
  341. package/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.d.ts +0 -117
  342. package/CometChatAddMembers/cometchat-add-members.module.d.ts +0 -12
  343. package/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.d.ts +0 -152
  344. package/CometChatBannedMembers/cometchat-banned-members.module.d.ts +0 -13
  345. package/CometChatContacts/cometchat-contacts/cometchat-contacts.component.d.ts +0 -66
  346. package/CometChatContacts/cometchat-contacts.module.d.ts +0 -12
  347. package/CometChatConversations/cometchat-conversations/cometchat-conversations.component.d.ts +0 -387
  348. package/CometChatConversations/cometchat-conversations.module.d.ts +0 -10
  349. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.d.ts +0 -98
  350. package/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.d.ts +0 -11
  351. package/CometChatDetails/cometchat-details/cometchat-details.component.d.ts +0 -164
  352. package/CometChatDetails/cometchat-details.module.d.ts +0 -12
  353. package/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.d.ts +0 -162
  354. package/CometChatGroupMembers/cometchat-group-members.module.d.ts +0 -13
  355. package/CometChatGroups/cometchat-groups/cometchat-groups.component.d.ts +0 -150
  356. package/CometChatGroups/cometchat-groups.module.d.ts +0 -10
  357. package/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.d.ts +0 -103
  358. package/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.d.ts +0 -11
  359. package/CometChatList/cometchat-list.component.d.ts +0 -91
  360. package/CometChatList/cometchat-list.module.d.ts +0 -10
  361. package/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.d.ts +0 -63
  362. package/CometChatMessageBubble/cometchat-message-bubble.module.d.ts +0 -8
  363. package/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.d.ts +0 -326
  364. package/CometChatMessageComposer/cometchat-message-composer.module.d.ts +0 -11
  365. package/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.d.ts +0 -99
  366. package/CometChatMessageHeader/cometchat-message-header.module.d.ts +0 -9
  367. package/CometChatMessageInformation/cometchat-message-information/cometchat-message-information.component.d.ts +0 -99
  368. package/CometChatMessageInformation/cometchat-message-information.module.d.ts +0 -10
  369. package/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.d.ts +0 -819
  370. package/CometChatMessageList/cometchat-message-list.module.d.ts +0 -13
  371. package/CometChatMessages/cometchat-messages/cometchat-messages.component.d.ts +0 -149
  372. package/CometChatMessages/cometchat-messages.module.d.ts +0 -16
  373. package/CometChatTheme.service.d.ts +0 -7
  374. package/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.d.ts +0 -85
  375. package/CometChatThreadedMessages/cometchat-threaded-messages.module.d.ts +0 -12
  376. package/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.d.ts +0 -88
  377. package/CometChatTransferOwnership/cometchat-transfer-ownership.module.d.ts +0 -10
  378. package/CometChatUserMemberWrapper/cometchat-user-member-wrapper.component.d.ts +0 -41
  379. package/CometChatUserMemberWrapper/cometchat-user-member-wrapper.module.d.ts +0 -11
  380. package/CometChatUsers/cometchat-users/cometchat-users.component.d.ts +0 -194
  381. package/CometChatUsers/cometchat-users.module.d.ts +0 -11
  382. package/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.d.ts +0 -72
  383. package/CometChatUsersWithMessages/cometchat-users-with-messages.module.d.ts +0 -10
  384. package/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.d.ts +0 -5
  385. package/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.d.ts +0 -14
  386. package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.d.ts +0 -5
  387. package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +0 -14
  388. package/Extensions/ImageModeration/ImageModerationExtension.d.ts +0 -5
  389. package/Extensions/ImageModeration/ImageModerationExtensionDecorator.d.ts +0 -6
  390. package/Extensions/LinkPreviewExtension/LinkPreviewExtension.d.ts +0 -5
  391. package/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.d.ts +0 -6
  392. package/Extensions/MessageTranslation/MessageTranslationExtension.d.ts +0 -5
  393. package/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.d.ts +0 -9
  394. package/Extensions/PollsExtension/PollsExtension.d.ts +0 -5
  395. package/Extensions/PollsExtension/PollsExtensionDecorator.d.ts +0 -14
  396. package/Extensions/SmartReplies/SmartRepliesExtension.d.ts +0 -5
  397. package/Extensions/SmartReplies/SmartRepliesExtensionDecorator.d.ts +0 -16
  398. package/Extensions/Stickers/StickersExtension.d.ts +0 -5
  399. package/Extensions/Stickers/StickersExtensionDecorator.d.ts +0 -28
  400. package/Extensions/TextModerator/TextModeratorExtension.d.ts +0 -6
  401. package/Extensions/TextModerator/TextModeratorExtensionDecorator.d.ts +0 -8
  402. package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.d.ts +0 -5
  403. package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +0 -6
  404. package/Screenshots/overview_cometchat_screens.png +0 -0
  405. package/Shared/CometChatUIkit/CometChatUIKit.d.ts +0 -49
  406. package/Shared/Framework/AIExtensionDataSource.d.ts +0 -5
  407. package/Shared/Framework/ChatConfigurator.d.ts +0 -8
  408. package/Shared/Framework/DataSource.d.ts +0 -40
  409. package/Shared/Framework/DataSourceDecorator.d.ts +0 -43
  410. package/Shared/Framework/ExtensionDataSource.d.ts +0 -3
  411. package/Shared/Utils/CallDetailUtils.d.ts +0 -8
  412. package/Shared/Utils/CallLogUtils.d.ts +0 -8
  413. package/Shared/Utils/ComeChatException.d.ts +0 -1
  414. package/Shared/Utils/MessageUtils.d.ts +0 -151
  415. package/Shared/Utils/UtilityFunctions.d.ts +0 -6
  416. package/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list/aiassist-bot-message-list.component.d.ts +0 -71
  417. package/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list.module.d.ts +0 -11
  418. package/Shared/Views/CometChatTabs/cometchat-tabs/cometchat-tabs.component.d.ts +0 -82
  419. package/Shared/Views/CometChatTabs/cometchat-tabs.module.d.ts +0 -8
  420. package/assets/.gitkeep +0 -0
  421. package/assets/Audio-Call.svg +0 -11
  422. package/assets/Audio-Call2x.svg +0 -11
  423. package/assets/Copy.svg +0 -17
  424. package/assets/Grid-layout.svg +0 -1
  425. package/assets/Heart.svg +0 -11
  426. package/assets/Imagemoderation.svg +0 -14
  427. package/assets/Info.svg +0 -13
  428. package/assets/InfoIcon.svg +0 -13
  429. package/assets/InfoSimpleIcon.svg +0 -4
  430. package/assets/Locked.svg +0 -10
  431. package/assets/More@2x.svg +0 -9
  432. package/assets/Plus.svg +0 -13
  433. package/assets/Private.svg +0 -10
  434. package/assets/Reactionsicon.svg +0 -9
  435. package/assets/Reply@2x.svg +0 -9
  436. package/assets/Send.svg +0 -12
  437. package/assets/Spinner.svg +0 -15
  438. package/assets/Stickers.svg +0 -16
  439. package/assets/Stipop.svg +0 -9
  440. package/assets/Video-call.svg +0 -12
  441. package/assets/Video-call2x.svg +0 -12
  442. package/assets/activity.svg +0 -22
  443. package/assets/addreaction.svg +0 -9
  444. package/assets/ai-bot.svg +0 -24
  445. package/assets/ai-empty.svg +0 -22
  446. package/assets/ai-error.svg +0 -21
  447. package/assets/animals.svg +0 -15
  448. package/assets/attachment-file.svg +0 -14
  449. package/assets/audio-file.svg +0 -12
  450. package/assets/back.png +0 -0
  451. package/assets/backbutton.svg +0 -12
  452. package/assets/call.svg +0 -1
  453. package/assets/chats.svg +0 -1
  454. package/assets/checkmark.svg +0 -11
  455. package/assets/close.svg +0 -12
  456. package/assets/close2x.svg +0 -12
  457. package/assets/collaborativedocument.svg +0 -13
  458. package/assets/collaborativewhiteboard.svg +0 -12
  459. package/assets/create-button.svg +0 -12
  460. package/assets/declaration.d.ts +0 -3
  461. package/assets/delete.svg +0 -7
  462. package/assets/deleteicon.svg +0 -15
  463. package/assets/down-arrow.svg +0 -1
  464. package/assets/download.svg +0 -13
  465. package/assets/editicon.svg +0 -14
  466. package/assets/emoji.svg +0 -2693
  467. package/assets/empty-slot.svg +0 -14
  468. package/assets/file-upload.svg +0 -2693
  469. package/assets/flags.svg +0 -12
  470. package/assets/food.svg +0 -26
  471. package/assets/greaterThanIcon.svg +0 -3
  472. package/assets/group.svg +0 -40
  473. package/assets/heart-reaction.png +0 -0
  474. package/assets/heart.png +0 -0
  475. package/assets/image.svg +0 -2693
  476. package/assets/incomingAudioCallIconUrl.svg +0 -5
  477. package/assets/incomingVideoCallIconUrl.svg +0 -6
  478. package/assets/incomingcall.wav +0 -0
  479. package/assets/increase-size.svg +0 -6
  480. package/assets/location.svg +0 -2693
  481. package/assets/message-delivered.png +0 -0
  482. package/assets/message-delivered.svg +0 -5
  483. package/assets/message-read.png +0 -0
  484. package/assets/message-read.svg +0 -5
  485. package/assets/message-sent.png +0 -0
  486. package/assets/message-sent.svg +0 -3
  487. package/assets/mic.svg +0 -11
  488. package/assets/missedAudioCallIconUrl.svg +0 -5
  489. package/assets/missedVideoCallIconUrl.svg +0 -6
  490. package/assets/moreicon.svg +0 -9
  491. package/assets/new-chat.svg +0 -13
  492. package/assets/new-message-icon.svg +0 -1
  493. package/assets/objects.svg +0 -13
  494. package/assets/open-thread.svg +0 -11
  495. package/assets/outgoingAudioCallIconUrl.svg +0 -5
  496. package/assets/outgoingVideoCallIconUrl.svg +0 -6
  497. package/assets/password-protected-group.svg +0 -3
  498. package/assets/pause-icon.svg +0 -14
  499. package/assets/photolibrary.svg +0 -11
  500. package/assets/placeholder.png +0 -0
  501. package/assets/play-icon.svg +0 -18
  502. package/assets/plus-rotated.svg +0 -13
  503. package/assets/polls.svg +0 -14
  504. package/assets/privacy.svg +0 -4
  505. package/assets/private-group.svg +0 -9
  506. package/assets/public.svg +0 -3
  507. package/assets/record-icon.svg +0 -8
  508. package/assets/reduce-size.svg +0 -6
  509. package/assets/right-arrow.svg +0 -6
  510. package/assets/search.png +0 -0
  511. package/assets/search.svg +0 -4
  512. package/assets/side-arrow.svg +0 -1
  513. package/assets/smileys.svg +0 -16
  514. package/assets/start-chat.svg +0 -1
  515. package/assets/start-conversation.svg +0 -46
  516. package/assets/stop.svg +0 -1
  517. package/assets/symbols.svg +0 -16
  518. package/assets/thread-arrow.svg +0 -1
  519. package/assets/thread-icon.svg +0 -38
  520. package/assets/threadIndicatorIcon.svg +0 -11
  521. package/assets/threadicon.svg +0 -14
  522. package/assets/translation.svg +0 -16
  523. package/assets/travel.svg +0 -18
  524. package/assets/unsafe-content.svg +0 -23
  525. package/assets/user.svg +0 -31
  526. package/assets/video-upload.svg +0 -2693
  527. package/assets/video.svg +0 -12
  528. package/assets/wait.png +0 -0
  529. package/assets/warning-small.png +0 -0
  530. package/assets/warning-small.svg +0 -5
  531. package/cometchat-chat-uikit-angular.d.ts +0 -5
  532. package/esm2020/AI/AIAssistBot/AIAssistBot.mjs +0 -21
  533. package/esm2020/AI/AIAssistBot/AIAssistBotDecorator.mjs +0 -68
  534. package/esm2020/AI/AIConversationStarter/AIConversationStarter.mjs +0 -21
  535. package/esm2020/AI/AIConversationStarter/AIConversationStarterDecorator.mjs +0 -31
  536. package/esm2020/AI/AIConversationSummary/AIConversationSummary.mjs +0 -21
  537. package/esm2020/AI/AIConversationSummary/AIConversationSummaryDecorator.mjs +0 -32
  538. package/esm2020/AI/AISmartReplies/AISmartReplies.mjs +0 -21
  539. package/esm2020/AI/AISmartReplies/AISmartRepliesDecorator.mjs +0 -31
  540. package/esm2020/Calls/CallingExtension.mjs +0 -14
  541. package/esm2020/Calls/CallingExtensionDecorator.mjs +0 -127
  542. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.mjs +0 -409
  543. package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons.module.mjs +0 -32
  544. package/esm2020/Calls/CometChatCallLogDetails/cometchat-call-log-details/cometchat-call-log-details.component.mjs +0 -373
  545. package/esm2020/Calls/CometChatCallLogDetails/cometchat-call-log-details.module.mjs +0 -47
  546. package/esm2020/Calls/CometChatCallLogHistory/cometchat-call-log-history/cometchat-call-log-history.component.mjs +0 -352
  547. package/esm2020/Calls/CometChatCallLogHistory/cometchat-call-log-history.module.mjs +0 -21
  548. package/esm2020/Calls/CometChatCallLogParticipants/cometchat-call-log-participants/cometchat-call-log-participants.component.mjs +0 -189
  549. package/esm2020/Calls/CometChatCallLogParticipants/cometchat-call-log-participants.module.mjs +0 -21
  550. package/esm2020/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings/cometchat-call-log-recordings.component.mjs +0 -246
  551. package/esm2020/Calls/CometChatCallLogRecordings/cometchat-call-log-recordings.module.mjs +0 -21
  552. package/esm2020/Calls/CometChatCallLogs/cometchat-call-logs/cometchat-call-logs.component.mjs +0 -592
  553. package/esm2020/Calls/CometChatCallLogs/cometchat-call-logs.module.mjs +0 -36
  554. package/esm2020/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details/cometchat-call-logs-with-details.component.mjs +0 -198
  555. package/esm2020/Calls/CometChatCallLogsWithDetails/cometchat-call-logs-with-details.module.mjs +0 -39
  556. package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.mjs +0 -464
  557. package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call.module.mjs +0 -32
  558. package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.mjs +0 -176
  559. package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.mjs +0 -27
  560. package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.mjs +0 -188
  561. package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.mjs +0 -28
  562. package/esm2020/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.mjs +0 -374
  563. package/esm2020/CometChatAddMembers/cometchat-add-members.module.mjs +0 -23
  564. package/esm2020/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.mjs +0 -530
  565. package/esm2020/CometChatBannedMembers/cometchat-banned-members.module.mjs +0 -24
  566. package/esm2020/CometChatContacts/cometchat-contacts/cometchat-contacts.component.mjs +0 -274
  567. package/esm2020/CometChatContacts/cometchat-contacts.module.mjs +0 -23
  568. package/esm2020/CometChatConversations/cometchat-conversations/cometchat-conversations.component.mjs +0 -1837
  569. package/esm2020/CometChatConversations/cometchat-conversations.module.mjs +0 -28
  570. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.mjs +0 -413
  571. package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.mjs +0 -35
  572. package/esm2020/CometChatDetails/cometchat-details/cometchat-details.component.mjs +0 -789
  573. package/esm2020/CometChatDetails/cometchat-details.module.mjs +0 -27
  574. package/esm2020/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.mjs +0 -807
  575. package/esm2020/CometChatGroupMembers/cometchat-group-members.module.mjs +0 -24
  576. package/esm2020/CometChatGroups/cometchat-groups/cometchat-groups.component.mjs +0 -681
  577. package/esm2020/CometChatGroups/cometchat-groups.module.mjs +0 -28
  578. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs +0 -499
  579. package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.mjs +0 -35
  580. package/esm2020/CometChatList/cometchat-list.component.mjs +0 -225
  581. package/esm2020/CometChatList/cometchat-list.module.mjs +0 -28
  582. package/esm2020/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.mjs +0 -166
  583. package/esm2020/CometChatMessageBubble/cometchat-message-bubble.module.mjs +0 -23
  584. package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +0 -1976
  585. package/esm2020/CometChatMessageComposer/cometchat-message-composer.module.mjs +0 -22
  586. package/esm2020/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.mjs +0 -467
  587. package/esm2020/CometChatMessageHeader/cometchat-message-header.module.mjs +0 -26
  588. package/esm2020/CometChatMessageInformation/cometchat-message-information/cometchat-message-information.component.mjs +0 -308
  589. package/esm2020/CometChatMessageInformation/cometchat-message-information.module.mjs +0 -28
  590. package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +0 -4360
  591. package/esm2020/CometChatMessageList/cometchat-message-list.module.mjs +0 -42
  592. package/esm2020/CometChatMessages/cometchat-messages/cometchat-messages.component.mjs +0 -449
  593. package/esm2020/CometChatMessages/cometchat-messages.module.mjs +0 -52
  594. package/esm2020/CometChatTheme.service.mjs +0 -17
  595. package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.mjs +0 -372
  596. package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages.module.mjs +0 -36
  597. package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.mjs +0 -336
  598. package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership.module.mjs +0 -21
  599. package/esm2020/CometChatUserMemberWrapper/cometchat-user-member-wrapper.component.mjs +0 -75
  600. package/esm2020/CometChatUserMemberWrapper/cometchat-user-member-wrapper.module.mjs +0 -21
  601. package/esm2020/CometChatUsers/cometchat-users/cometchat-users.component.mjs +0 -788
  602. package/esm2020/CometChatUsers/cometchat-users.module.mjs +0 -32
  603. package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.mjs +0 -205
  604. package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages.module.mjs +0 -31
  605. package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.mjs +0 -12
  606. package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.mjs +0 -93
  607. package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.mjs +0 -12
  608. package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.mjs +0 -94
  609. package/esm2020/Extensions/ImageModeration/ImageModerationExtension.mjs +0 -12
  610. package/esm2020/Extensions/ImageModeration/ImageModerationExtensionDecorator.mjs +0 -10
  611. package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtension.mjs +0 -12
  612. package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.mjs +0 -10
  613. package/esm2020/Extensions/MessageTranslation/MessageTranslationExtension.mjs +0 -12
  614. package/esm2020/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.mjs +0 -31
  615. package/esm2020/Extensions/PollsExtension/PollsExtension.mjs +0 -12
  616. package/esm2020/Extensions/PollsExtension/PollsExtensionDecorator.mjs +0 -77
  617. package/esm2020/Extensions/SmartReplies/SmartRepliesExtension.mjs +0 -12
  618. package/esm2020/Extensions/SmartReplies/SmartRepliesExtensionDecorator.mjs +0 -115
  619. package/esm2020/Extensions/Stickers/StickersExtension.mjs +0 -12
  620. package/esm2020/Extensions/Stickers/StickersExtensionDecorator.mjs +0 -125
  621. package/esm2020/Extensions/TextModerator/TextModeratorExtension.mjs +0 -22
  622. package/esm2020/Extensions/TextModerator/TextModeratorExtensionDecorator.mjs +0 -87
  623. package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.mjs +0 -12
  624. package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.mjs +0 -10
  625. package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +0 -495
  626. package/esm2020/Shared/Framework/AIExtensionDataSource.mjs +0 -3
  627. package/esm2020/Shared/Framework/ChatConfigurator.mjs +0 -23
  628. package/esm2020/Shared/Framework/DataSource.mjs +0 -3
  629. package/esm2020/Shared/Framework/DataSourceDecorator.mjs +0 -113
  630. package/esm2020/Shared/Framework/ExtensionDataSource.mjs +0 -4
  631. package/esm2020/Shared/Utils/CallDetailUtils.mjs +0 -72
  632. package/esm2020/Shared/Utils/CallLogUtils.mjs +0 -122
  633. package/esm2020/Shared/Utils/ComeChatException.mjs +0 -10
  634. package/esm2020/Shared/Utils/MessageUtils.mjs +0 -682
  635. package/esm2020/Shared/Utils/UtilityFunctions.mjs +0 -36
  636. package/esm2020/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list/aiassist-bot-message-list.component.mjs +0 -290
  637. package/esm2020/Shared/Views/AIAssistBotMessageList/aiassist-bot-message-list.module.mjs +0 -22
  638. package/esm2020/Shared/Views/CometChatTabs/cometchat-tabs/cometchat-tabs.component.mjs +0 -124
  639. package/esm2020/Shared/Views/CometChatTabs/cometchat-tabs.module.mjs +0 -23
  640. package/esm2020/cometchat-chat-uikit-angular.mjs +0 -5
  641. package/esm2020/public-api.mjs +0 -115
  642. package/examples/sample-app/README.md +0 -50
  643. package/fesm2015/cometchat-chat-uikit-angular.mjs +0 -22649
  644. package/fesm2015/cometchat-chat-uikit-angular.mjs.map +0 -1
  645. package/fesm2020/cometchat-chat-uikit-angular.mjs +0 -22538
  646. package/fesm2020/cometchat-chat-uikit-angular.mjs.map +0 -1
  647. package/public-api.d.ts +0 -106
  648. /package/{assets/message-privately.svg → src/lib/assets/send_message_privately.svg} +0 -0
@@ -1,6 +0,0 @@
1
- /**
2
- * @function shouldShowCustomMimeTypes
3
- * @description Returns true if the device is running either iOS (iPhone, iPad, iPod) or macOS.
4
- * @returns {boolean} True if the device is an Apple device (iOS or macOS), false otherwise.
5
- */
6
- export declare const shouldShowCustomMimeTypes: () => boolean;
@@ -1,71 +0,0 @@
1
- import { CometChatThemeService } from "./../../../../CometChatTheme.service";
2
- import { CometChatException } from "@cometchat/chat-sdk-javascript";
3
- import { OnInit, TemplateRef, ChangeDetectorRef, ElementRef } from "@angular/core";
4
- import { AvatarStyle, TextInputStyle, DateStyle } from "@cometchat/uikit-elements";
5
- import { CometChatMessageTemplate, MessageListAlignment, MessageBubbleAlignment, DatePatterns } from "@cometchat/uikit-resources";
6
- import { BaseStyle } from "@cometchat/uikit-shared";
7
- import { Subscription } from "rxjs";
8
- import * as i0 from "@angular/core";
9
- export declare class AIAssistBotMessageListComponent implements OnInit {
10
- private ref;
11
- private themeService;
12
- messagesList: CometChat.BaseMessage[];
13
- botMessagesList: CometChat.BaseMessage[];
14
- hideSearch: boolean;
15
- footerView: TemplateRef<any>;
16
- user: CometChat.User;
17
- group: CometChat.Group;
18
- currentAskAIBot: any;
19
- subtitleText: string;
20
- sendIconUrl: string;
21
- waitIcon: string;
22
- errorIcon: string;
23
- botFirstMessageText: string;
24
- closeButtonIconURL: string;
25
- sendButtonIconURL: string;
26
- avatarStyle: AvatarStyle;
27
- aiBotChatHeaderStyle: any;
28
- aiBotChatContainerStyle: any;
29
- datePattern: DatePatterns;
30
- bubbleDateStyle: DateStyle;
31
- inputRef: ElementRef;
32
- ccChatChanged: Subscription;
33
- messageTemplate: CometChatMessageTemplate[];
34
- alignment: MessageListAlignment;
35
- loggedInUser: CometChat.User;
36
- receipts: any;
37
- currentMessageObject: CometChat.BaseMessage | null;
38
- typesMap: any;
39
- messageTypesMap: any;
40
- inputValue: string;
41
- constructor(ref: ChangeDetectorRef, themeService: CometChatThemeService);
42
- ngOnInit(): void;
43
- setAvatarStyle(): void;
44
- setAiBotChatHeader(): void;
45
- setAiBotChatContainerStyle(): void;
46
- ngOnDestroy(): void;
47
- subscribeToEvents(): void;
48
- unSubscribeToEvent(): void;
49
- onError(error: CometChatException): void;
50
- generateRandomString(length: any): string;
51
- handleClick(): void;
52
- setMessageBubbleStyle(msg: CometChat.BaseMessage): BaseStyle;
53
- getBubbleAlignment(message: CometChat.BaseMessage): MessageBubbleAlignment.left | MessageBubbleAlignment.right;
54
- textInputStyle: TextInputStyle;
55
- sendButtonStyle: any;
56
- messageInputChanged: (event: any) => void;
57
- closeButtonStyle: any;
58
- labelStyle: any;
59
- onCloseDetails(): void;
60
- setMessagesStyle(): void;
61
- getBotTitleStyle(): {
62
- font: string;
63
- color: string | undefined;
64
- };
65
- getBotSubtitleStyle(): {
66
- font: string;
67
- color: string | undefined;
68
- };
69
- static ɵfac: i0.ɵɵFactoryDeclaration<AIAssistBotMessageListComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<AIAssistBotMessageListComponent, "aiassist-bot-message-list", never, { "hideSearch": "hideSearch"; "footerView": "footerView"; "user": "user"; "group": "group"; "currentAskAIBot": "currentAskAIBot"; "subtitleText": "subtitleText"; "sendIconUrl": "sendIconUrl"; "waitIcon": "waitIcon"; "errorIcon": "errorIcon"; "botFirstMessageText": "botFirstMessageText"; "closeButtonIconURL": "closeButtonIconURL"; "sendButtonIconURL": "sendButtonIconURL"; "avatarStyle": "avatarStyle"; "aiBotChatHeaderStyle": "aiBotChatHeaderStyle"; "aiBotChatContainerStyle": "aiBotChatContainerStyle"; "datePattern": "datePattern"; "alignment": "alignment"; }, {}, never, never>;
71
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./aiassist-bot-message-list/aiassist-bot-message-list.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../../CometChatList/cometchat-list.module";
5
- import * as i4 from "../../../CometChatMessageBubble/cometchat-message-bubble.module";
6
- import * as i5 from "@angular/forms";
7
- export declare class AIAssistBotMessageList {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AIAssistBotMessageList, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<AIAssistBotMessageList, [typeof i1.AIAssistBotMessageListComponent], [typeof i2.CommonModule, typeof i3.CometChatList, typeof i4.CometChatMessageBubble, typeof i5.FormsModule], [typeof i1.AIAssistBotMessageListComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<AIAssistBotMessageList>;
11
- }
@@ -1,82 +0,0 @@
1
- import { OnInit, TemplateRef, ChangeDetectorRef } from '@angular/core';
2
- import { CometChatTabItem, TabAlignment } from '@cometchat/uikit-resources';
3
- import { BaseStyle } from '@cometchat/uikit-shared';
4
- import '@cometchat/uikit-elements';
5
- import * as i0 from "@angular/core";
6
- export declare class CometChatTabsComponent implements OnInit {
7
- private ref;
8
- tabAlignment: TabAlignment;
9
- disableDragging: boolean;
10
- tabsStyle: BaseStyle;
11
- tabs: CometChatTabItem[];
12
- keepAlive: boolean;
13
- activeTab: CometChatTabItem;
14
- previousTab: CometChatTabItem;
15
- childView: TemplateRef<any> | null;
16
- constructor(ref: ChangeDetectorRef);
17
- openViewOnCLick: (tabItem: CometChatTabItem) => void;
18
- ngOnInit(): void;
19
- ngOnChanges(): void;
20
- getButtonStyle(tab: CometChatTabItem): {
21
- display?: undefined;
22
- justifyContent?: undefined;
23
- alignItems?: undefined;
24
- padding: string;
25
- background: string | undefined;
26
- buttonTextFont: string | undefined;
27
- buttonTextColor: string | undefined;
28
- buttonIconTint: string | undefined;
29
- height: string | undefined;
30
- width: string | undefined;
31
- border: string | undefined;
32
- borderRadius: string | undefined;
33
- gap: string;
34
- cursor: string;
35
- } | {
36
- display: string;
37
- justifyContent: string;
38
- alignItems: string;
39
- padding: string;
40
- background: string | undefined;
41
- buttonTextFont: string | undefined;
42
- buttonTextColor: string | undefined;
43
- buttonIconTint: string | undefined;
44
- height: string | undefined;
45
- width: string | undefined;
46
- border: string | undefined;
47
- borderRadius: string | undefined;
48
- gap: string;
49
- cursor: string;
50
- };
51
- showTabs(tab: CometChatTabItem): {
52
- display: string;
53
- };
54
- getTabsStyle(): {
55
- position: string;
56
- top: string;
57
- left: string;
58
- bottom?: undefined;
59
- background: string | undefined;
60
- border: string | undefined;
61
- borderRadius: string | undefined;
62
- } | {
63
- position: string;
64
- bottom: string;
65
- left: string;
66
- top?: undefined;
67
- background: string | undefined;
68
- border: string | undefined;
69
- borderRadius: string | undefined;
70
- };
71
- getWrapperStyle(): {
72
- display: string;
73
- justifyContent: string;
74
- flexDirection: string;
75
- };
76
- getTabsPlacement(): {
77
- display: string;
78
- flexDirection: string;
79
- };
80
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatTabsComponent, never>;
81
- static ɵcmp: i0.ɵɵComponentDeclaration<CometChatTabsComponent, "cometchat-tabs", never, { "tabAlignment": "tabAlignment"; "disableDragging": "disableDragging"; "tabsStyle": "tabsStyle"; "tabs": "tabs"; "keepAlive": "keepAlive"; }, {}, never, never>;
82
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./cometchat-tabs/cometchat-tabs.component";
3
- import * as i2 from "@angular/common";
4
- export declare class CometChatTabs {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<CometChatTabs, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<CometChatTabs, [typeof i1.CometChatTabsComponent], [typeof i2.CommonModule], [typeof i1.CometChatTabsComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<CometChatTabs>;
8
- }
package/assets/.gitkeep DELETED
File without changes
@@ -1,11 +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/Call@2x</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/Call" stroke="#000000" stroke-width="1.5">
6
- <g id="streamline-icon-phone-actions-voice-mail@24x24" transform="translate(3.000000, 3.000000)">
7
- <path d="M0.0679824131,6.18726899 L1.15322891,7.27252708 C1.71745406,7.8368527 2.48276427,8.15389548 3.28076591,8.15389548 C4.07876755,8.15389548 4.84407776,7.8368527 5.40830291,7.27252708 L7.00415829,5.67746515 C7.28631808,5.39534955 7.44483777,5.01269036 7.44483777,4.61368527 C7.44483777,4.21468018 7.28631808,3.83202099 7.00415829,3.5499054 L3.90079098,0.446504908 C3.59388219,0.136593264 3.16773676,-0.025114152 2.73249452,0.00317689658 C2.29725227,0.0314679452 1.89562592,0.246981102 1.63141818,0.594015717 C-1.61783738,5.00961401 0.349222543,9.660257 4.34493966,13.6552063 C8.34065677,17.6501557 12.9904395,19.6180471 17.4059906,16.3687568 C17.7530215,16.1045463 17.9685324,15.7029156 17.9968231,15.2676687 C18.0251139,14.8324218 17.8634082,14.4062718 17.5534999,14.0993598 L14.450943,10.9959593 C14.1688305,10.7137965 13.7861754,10.5552751 13.3871745,10.5552751 C12.9881737,10.5552751 12.6055186,10.7137965 12.323406,10.9959593 L10.7275507,12.5918317 C10.1632311,13.1560629 9.8461917,13.9213813 9.8461917,14.7193915 C9.8461917,15.5174016 10.1632311,16.28272 10.7275507,16.8469512 L11.8249545,17.9443668" 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/Call@2x</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/Call" stroke="#000000" stroke-width="1.5">
6
- <g id="streamline-icon-phone-actions-voice-mail@24x24" transform="translate(3.000000, 3.000000)">
7
- <path d="M0.0679824131,6.18726899 L1.15322891,7.27252708 C1.71745406,7.8368527 2.48276427,8.15389548 3.28076591,8.15389548 C4.07876755,8.15389548 4.84407776,7.8368527 5.40830291,7.27252708 L7.00415829,5.67746515 C7.28631808,5.39534955 7.44483777,5.01269036 7.44483777,4.61368527 C7.44483777,4.21468018 7.28631808,3.83202099 7.00415829,3.5499054 L3.90079098,0.446504908 C3.59388219,0.136593264 3.16773676,-0.025114152 2.73249452,0.00317689658 C2.29725227,0.0314679452 1.89562592,0.246981102 1.63141818,0.594015717 C-1.61783738,5.00961401 0.349222543,9.660257 4.34493966,13.6552063 C8.34065677,17.6501557 12.9904395,19.6180471 17.4059906,16.3687568 C17.7530215,16.1045463 17.9685324,15.7029156 17.9968231,15.2676687 C18.0251139,14.8324218 17.8634082,14.4062718 17.5534999,14.0993598 L14.450943,10.9959593 C14.1688305,10.7137965 13.7861754,10.5552751 13.3871745,10.5552751 C12.9881737,10.5552751 12.6055186,10.7137965 12.323406,10.9959593 L10.7275507,12.5918317 C10.1632311,13.1560629 9.8461917,13.9213813 9.8461917,14.7193915 C9.8461917,15.5174016 10.1632311,16.28272 10.7275507,16.8469512 L11.8249545,17.9443668" id="Path"></path>
8
- </g>
9
- </g>
10
- </g>
11
- </svg>
package/assets/Copy.svg DELETED
@@ -1,17 +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/Copy@2x</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/Copy" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(4.000000, 3.000000)">
7
- <path d="M15.6,6.00000118 L15.6,3.60000142 C15.6,2.93725978 15.0627417,2.40000154 14.4,2.40000154 L11.2,2.40000154" id="Path"></path>
8
- <path d="M4.4,2.40000154 L1.2,2.40000154 C0.5372583,2.40000154 0,2.93725978 0,3.60000142 L0,16.8000001 C0,17.4627418 0.5372583,18 1.2,18 L6,18" id="Path"></path>
9
- <path d="M10.9368,3.18960146 C10.8549236,3.43464248 10.625558,3.59990166 10.3672,3.60000142 L5.2328,3.60000142 C4.97444201,3.59990166 4.74507642,3.43464248 4.6632,3.18960146 L3.8632,0.789601696 C3.80186075,0.606570139 3.8324564,0.405197059 3.94539051,0.248643741 C4.05832463,0.0920904237 4.23976415,-0.000467229348 4.4328,0 L11.1672,0 C11.3602359,-0.000467229348 11.5416754,0.0920904237 11.6546095,0.248643741 C11.7675436,0.405197059 11.7981392,0.606570139 11.7368,0.789601696 L10.9368,3.18960146 Z" id="Path"></path>
10
- <polygon id="Path" points="8.4 8.40000095 18 8.40000095 18 18 8.4 18"></polygon>
11
- <line x1="10.8" y1="10.8000007" x2="15.6" y2="10.8000007" id="Path"></line>
12
- <line x1="10.8" y1="13.2000005" x2="15.6" y2="13.2000005" id="Path"></line>
13
- <line x1="10.8" y1="15.6000002" x2="12.6" y2="15.6000002" id="Path"></line>
14
- </g>
15
- </g>
16
- </g>
17
- </svg>
@@ -1 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?><svg version="1.1" width="24px" height="24px" viewBox="0 0 24.0 24.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g transform="translate(2.0 2.0)"><path d="M1.36046512,0 L7.01162791,0 C7.76299204,-3.60067958e-16 8.37209302,0.60910098 8.37209302,1.36046512 L8.37209302,7.01162791 C8.37209302,7.76299204 7.76299204,8.37209302 7.01162791,8.37209302 L1.36046512,8.37209302 C0.60910098,8.37209302 -3.52073641e-16,7.76299204 0,7.01162791 L0,1.36046512 C-3.14060173e-16,0.60910098 0.60910098,-3.06065857e-16 1.36046512,0 Z" stroke="#000000" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path><g transform="translate(0.0 11.62790697674419)"><path d="M1.36046512,0 L7.01162791,0 C7.76299204,-3.60067958e-16 8.37209302,0.60910098 8.37209302,1.36046512 L8.37209302,7.01162791 C8.37209302,7.76299204 7.76299204,8.37209302 7.01162791,8.37209302 L1.36046512,8.37209302 C0.60910098,8.37209302 -3.52073641e-16,7.76299204 0,7.01162791 L0,1.36046512 C-3.14060173e-16,0.60910098 0.60910098,-3.06065857e-16 1.36046512,0 Z" stroke="#000000" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path></g><g transform="translate(11.62790697674419 0.0)"><path d="M1.36046512,0 L7.01162791,0 C7.76299204,-3.60067958e-16 8.37209302,0.60910098 8.37209302,1.36046512 L8.37209302,7.01162791 C8.37209302,7.76299204 7.76299204,8.37209302 7.01162791,8.37209302 L1.36046512,8.37209302 C0.60910098,8.37209302 -3.52073641e-16,7.76299204 0,7.01162791 L0,1.36046512 C-3.14060173e-16,0.60910098 0.60910098,-3.06065857e-16 1.36046512,0 Z" stroke="#000000" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path></g><g transform="translate(11.62790697674419 11.62790697674419)"><path d="M1.36046512,0 L7.01162791,0 C7.76299204,-3.60067958e-16 8.37209302,0.60910098 8.37209302,1.36046512 L8.37209302,7.01162791 C8.37209302,7.76299204 7.76299204,8.37209302 7.01162791,8.37209302 L1.36046512,8.37209302 C0.60910098,8.37209302 -3.52073641e-16,7.76299204 0,7.01162791 L0,1.36046512 C-3.14060173e-16,0.60910098 0.60910098,-3.06065857e-16 1.36046512,0 Z" stroke="#000000" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path></g></g></svg>
package/assets/Heart.svg DELETED
@@ -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,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/Image Moderation</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Extensions/Image-Moderation" fill="#000000" fill-rule="nonzero">
6
- <path d="M17.75,18.5 L17.8657711,18.5062346 C18.3981147,18.5639201 18.8125,19.0148176 18.8125,19.5625 C18.8125,20.1493025 18.3368025,20.625 17.75,20.625 C17.1631975,20.625 16.6875,20.1493025 16.6875,19.5625 C16.6875,19.0148176 17.1018853,18.5639201 17.6342289,18.5062346 L17.75,18.5 Z" id="Path"></path>
7
- <path d="M17.75,14.125 C18.1296958,14.125 18.443491,14.4071539 18.4931534,14.7732294 L18.5,14.875 L18.5,17.375 C18.5,17.7892136 18.1642136,18.125 17.75,18.125 C17.3703042,18.125 17.056509,17.8428461 17.0068466,17.4767706 L17,17.375 L17,14.875 C17,14.4607864 17.3357864,14.125 17.75,14.125 Z" id="Path"></path>
8
- <path d="M17.75,10.9998203 C16.9056799,10.9998203 16.1338775,11.4770129 15.7565586,12.2323319 L12.2350288,19.2745581 C11.8893574,19.9652006 11.926104,20.7858969 12.3322564,21.4431115 C12.7384089,22.100326 13.4560033,22.5002647 14.2285902,22.5000002 L21.2716667,22.5000002 C22.0439967,22.5002647 22.7615911,22.100326 23.1677436,21.4431115 C23.573896,20.7858969 23.6106426,19.9652006 23.264851,19.2743179 L19.7433045,12.2320581 C19.3661225,11.4770129 18.5943201,10.9998203 17.75,10.9998203 Z M17.75,12.4998203 C18.025967,12.4998203 18.2782315,12.6557912 18.4015586,12.9026681 L21.9233621,19.9454419 C22.0365047,20.1714979 22.024494,20.4397435 21.8917426,20.6545548 C21.7589912,20.8693662 21.5244446,21.0000866 21.2719236,21.0000002 L14.2283333,21.0000002 C13.9755554,21.0000866 13.7410088,20.8693662 13.6082574,20.6545548 C13.475506,20.4397435 13.4634953,20.1714979 13.5765177,19.9456821 L17.0983045,12.9029419 C17.2217685,12.6557912 17.474033,12.4998203 17.75,12.4998203 Z" id="Path"></path>
9
- <path d="M14.1075,2.25 C14.5786982,2.25 15.0327607,2.41639102 15.3913294,2.71668132 L15.5211634,2.83550325 L17.9146666,5.22900653 C18.2477731,5.56232647 18.4511759,6.0010691 18.4922641,6.46675718 L18.5,6.6425 L18.5,9.25 C18.5,9.66421356 18.1642136,10 17.75,10 C17.3703042,10 17.056509,9.71784612 17.0068466,9.35177056 L17,9.25 L17,6.6425 C17,6.53661594 16.9663197,6.43412702 16.9049562,6.34944464 L16.8538366,6.28949675 L14.4606732,3.89633332 C14.3856588,3.82136701 14.2893439,3.77269347 14.1860526,3.75622271 L14.1075,3.75 L5.25,3.75 C5.00454011,3.75 4.80039163,3.92687516 4.75805567,4.16012437 L4.75,4.25 L4.75,18 C4.75,18.2454599 4.92687516,18.4496084 5.16012437,18.4919443 L5.25,18.5 L9.625,18.5 C10.0392136,18.5 10.375,18.8357864 10.375,19.25 C10.375,19.6296958 10.0928461,19.943491 9.72677056,19.9931534 L9.625,20 L5.25,20 C4.1956382,20 3.33183488,19.1841222 3.25548574,18.1492623 L3.25,18 L3.25,4.25 C3.25,3.1956382 4.06587779,2.33183488 5.10073766,2.25548574 L5.25,2.25 L14.1075,2.25 Z" id="Path"></path>
10
- <path d="M7.75,6.3125 L7.86577108,6.31873461 C8.39811466,6.37642013 8.8125,6.82731762 8.8125,7.375 C8.8125,7.96180255 8.33680255,8.4375 7.75,8.4375 C7.16319745,8.4375 6.6875,7.96180255 6.6875,7.375 C6.6875,6.82731762 7.10188534,6.37642013 7.63422892,6.31873461 L7.75,6.3125 Z" id="Path"></path>
11
- <path d="M12.2458776,8.22140427 C12.6499029,8.22605155 13.0286682,8.40799925 13.2926069,8.72670098 L13.3860265,8.85254529 L14.7243599,10.994212 C14.943868,11.3454797 14.8370558,11.808185 14.485788,12.0276932 C14.1664537,12.2272461 13.7550222,12.1571127 13.5179359,11.8787993 L13.4523068,11.7891214 L12.224,9.823 L10.6656552,12.0448847 C10.4377122,12.3698175 10.0016659,12.456438 9.67028618,12.2600919 L9.58273992,12.1994937 L8.682,11.478 L7.699,13.499 L11.5,13.5 C11.8796958,13.5 12.193491,13.7821539 12.2431534,14.1482294 L12.25,14.25 C12.25,14.6296958 11.9678461,14.943491 11.6017706,14.9931534 L11.5,15 L6.5,15 C5.9806253,15 5.62930354,14.4902531 5.787137,14.0160625 L5.8255935,13.92186 L7.43976016,10.60436 L7.49024776,10.5162967 C7.70419994,10.1955669 8.04297786,9.97939616 8.42399287,9.9204835 C8.75738101,9.86893492 9.09630493,9.94193118 9.37725443,10.122444 L9.49392675,10.2063397 L9.896,10.529 L11.1032812,8.80913533 C11.33451,8.47777835 11.6980932,8.26712608 12.0954698,8.22795575 L12.2458776,8.22140427 Z" id="Path"></path>
12
- </g>
13
- </g>
14
- </svg>
package/assets/Info.svg DELETED
@@ -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/Info</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/Info" stroke="#000000" stroke-width="1.5">
6
- <g id="streamline-icon-information-circle@24x24" transform="translate(2.000000, 2.000000)">
7
- <path d="M12,14 L11.3333333,14 C10.5969537,14 10,13.4030463 10,12.6666667 L10,9.33333333 C10,8.9651435 9.70152317,8.66666667 9.33333333,8.66666667 L8.66666667,8.66666667" id="Path"></path>
8
- <path d="M9.66666667,5.33333333 C9.48257175,5.33333333 9.33333333,5.48257175 9.33333333,5.66666667 C9.33333333,5.85076158 9.48257175,6 9.66666667,6 C9.85076158,6 10,5.85076158 10,5.66666667 C10,5.48257175 9.85076158,5.33333333 9.66666667,5.33333333 L9.66666667,5.33333333" id="Path"></path>
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
- <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_4792_74815)">
3
- <path d="M14.1094 16.2188H13.4062C13.0333 16.2188 12.6756 16.0706 12.4119 15.8069C12.1482 15.5431 12 15.1855 12 14.8125V11.2969C12 11.1104 11.9259 10.9316 11.7941 10.7997C11.6622 10.6678 11.4834 10.5938 11.2969 10.5938H10.5938" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M11.6484 7.78125C11.5552 7.78125 11.4658 7.74421 11.3998 7.67828C11.3339 7.61235 11.2969 7.52293 11.2969 7.42969C11.2969 7.33645 11.3339 7.24703 11.3998 7.1811C11.4658 7.11516 11.5552 7.07812 11.6484 7.07812" stroke="black" stroke-width="1.5"/>
5
- <path d="M11.6484 7.78125C11.7417 7.78125 11.8311 7.74421 11.897 7.67828C11.963 7.61235 12 7.52293 12 7.42969C12 7.33645 11.963 7.24703 11.897 7.1811C11.8311 7.11516 11.7417 7.07812 11.6484 7.07812" stroke="black" stroke-width="1.5"/>
6
- <path d="M12 22.5469C17.8247 22.5469 22.5469 17.8247 22.5469 12C22.5469 6.17531 17.8247 1.45312 12 1.45312C6.17531 1.45312 1.45312 6.17531 1.45312 12C1.45312 17.8247 6.17531 22.5469 12 22.5469Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
7
- </g>
8
- <defs>
9
- <clipPath id="clip0_4792_74815">
10
- <rect width="24" height="24" fill="white"/>
11
- </clipPath>
12
- </defs>
13
- </svg>
@@ -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
-
package/assets/Locked.svg DELETED
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Locked</title>
4
- <g id="Symbols-v2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Locked">
6
- <rect id="Rectangle" fill="#F7A500" x="0" y="0" width="14" height="14" rx="7"></rect>
7
- <path d="M7,3 C8.1045695,3 9,3.8954305 9,5 L9.00079851,6.00841863 C9.2437935,6.025429 9.36573413,6.06795171 9.48842285,6.13356635 C9.65138581,6.2207199 9.7792801,6.34861419 9.86643365,6.51157715 C9.95358719,6.67454011 10,6.83618323 10,7.2819426 L10,9.7180574 C10,10.1638168 9.95358719,10.3254599 9.86643365,10.4884229 C9.7792801,10.6513858 9.65138581,10.7792801 9.48842285,10.8664336 C9.32545989,10.9535872 9.16381677,11 8.7180574,11 L5.2819426,11 C4.83618323,11 4.67454011,10.9535872 4.51157715,10.8664336 C4.34861419,10.7792801 4.2207199,10.6513858 4.13356635,10.4884229 C4.04641281,10.3254599 4,10.1638168 4,9.7180574 L4,7.2819426 C4,6.83618323 4.04641281,6.67454011 4.13356635,6.51157715 C4.2207199,6.34861419 4.34861419,6.2207199 4.51157715,6.13356635 C4.63442137,6.06786855 4.7565156,6.02532125 5.00012601,6.00835408 L5,5 C5,3.8954305 5.8954305,3 7,3 Z M7,4 C6.48716416,4 6.06449284,4.38604019 6.00672773,4.88337887 L6,5 L6,6 L8,6 L8,5 C8,4.44771525 7.55228475,4 7,4 Z" id="Rectangle-3" fill="#FFFFFF"></path>
8
- </g>
9
- </g>
10
- </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>
package/assets/Plus.svg DELETED
@@ -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,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Private</title>
4
- <g id="Symbols-v2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Private">
6
- <rect id="Rectangle" fill="#00C86F" x="0" y="0" width="14" height="14" rx="7"></rect>
7
- <path d="M4,5 C5.33333333,4.66666667 6.33333333,4 7,3 C7.66666667,4 8.66666667,4.66666667 10,5 L10,6.14589803 C10,8.20151331 8.83859819,10.0807009 7,11 L7,11 L7,11 C5.16140181,10.0807009 4,8.20151331 4,6.14589803 L4,5 L4,5 Z" id="Rectangle" fill="#FFFFFF"></path>
8
- </g>
9
- </g>
10
- </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 Extensions/Reactionsicon</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Extensions/Reactions" fill="#000000" fill-rule="nonzero">
6
- <path d="M12,1.25 C17.9370611,1.25 22.75,6.06293894 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 M12,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,6.89136606 17.1086339,2.75 12,2.75 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" id="Path"></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/Reply@2x</title>
4
- <g id="Icons/24/Reply" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
5
- <g id="Group" transform="translate(12, 12.5) scale(-1, 1) translate(-12, -12.5)translate(2, 4)" stroke="#000000" stroke-width="1.5">
6
- <path d="M7.70507884,1.42202898 C7.70440368,0.83670195 7.35995942,0.311451734 6.83684959,0.0980481383 C6.31373976,-0.115355457 5.71857671,0.026580267 5.33664177,0.455820822 L0.362013006,6.06893973 C-0.120671002,6.61418455 -0.120671002,7.45421297 0.362013006,7.9994578 L5.33390896,13.6125767 C5.7158439,14.0418173 6.31100695,14.183753 6.83411678,13.9703494 C7.35722661,13.7569458 7.70167087,13.2316956 7.70234602,12.6463685 L7.70234602,9.88157054 L13.16797,9.88157054 C16.941196,9.88157054 20,13.0686 20,17 L20,11.3052564 C20,7.3738564 16.941196,4.18682698 13.16797,4.18682698 L7.70234602,4.18682698 L7.70507884,1.42202898 Z" id="Path"></path>
7
- </g>
8
- </g>
9
- </svg>
package/assets/Send.svg DELETED
@@ -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/Send</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/Send" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(3.000000, 3.000000)">
7
- <path d="M0.158865921,1.85985859 C-0.108182698,1.38202197 -0.0332622567,0.786017075 0.343741637,0.389140701 C0.72074553,-0.00773567366 1.31211969,-0.113146836 1.80303259,0.129025252 L17.6480326,8.17819192 C17.857662,8.28481329 17.9896898,8.50008892 17.9896898,8.73527525 C17.9896898,8.97046158 17.857662,9.18573721 17.6480326,9.29235859 L1.80303259,17.3523586 C1.31211969,17.5945307 0.72074553,17.4891195 0.343741637,17.0922431 C-0.0332622567,16.6953668 -0.108182698,16.0993619 0.158865921,15.6215253 L4.37386592,8.73485859 L0.158865921,1.85985859 Z" id="Path"></path>
8
- <line x1="17.9896993" y1="8.73485859" x2="4.36969925" y2="8.73485859" id="Path"></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/Spinner@2x</title>
4
- <defs>
5
- <pattern id="pattern-1" width="100%" height="100%" patternUnits="objectBoundingBox">
6
- <use xlink:href="#image-2"></use>
7
- </pattern>
8
- <image id="image-2" width="24" height="24" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAACH0lEQVRIDY2SyU0FQQxE57PDlThIAIkDSARARqRAJITACQ5ciYMr+1av6TfyDAPCUn27vVS5+89qGIaLYK1gvcd4sTGL5+c6Ixe5FY0fQbVVDuBzAUt99kusJ7/2l0AdRKxarTWiFCWe+P8IcENvgwiEWBWZkKbmk41PVAnadP+BBAFFrP2HvIlyg/eAg+ZzQGJNAWt1Yz+E6q23G0DCICQ0SZKwGc3kqWNuXwmJWRYvOX4iwCDkFPAKkVeAHGdFIa0wb88owHYmaeIMFCEHkX3EmwWcvRG9cDVQ4IlMSEATeYUSNoKdeGqQbwXbPf7xNMmPAm/9EDcKUYSImkskHHYDyPc6EHFzl6x+MpzeZjRgtRGxx5YdhoP4/QAhyO1L2GI81njYji2r+e54wVO9BnfBeXAZHAY+YZ1JerRPr18bKikELAD5Q3AfsP1ZP7/EXwVHAb3Ojny+syQQAQbBUwfkgFr9D/hPTnuO/E2PWZzn20CAr0VUIUWeUwec2ZIZyPyK+JKIyZ0E1LnRdbDuE3k9PJgLIkyOGn8ecxD6FP7RLnyb2jH1JQHJ8RALl4AMovYE8YokbEtQd5GJAEkhuWLmIXFbBMwrQo0Ze0YBGmimuOTJ0SMRNxAImU/YTIEPnsgt9G6tmPlKIoEi+LrAt0xusiQgYfV1GHJsLlJ7rC/eQGIGiOeDDiPA5vT8doP2uUlY/RI5uWr1Bi4x7xm+ABSc5FGl1EGyAAAAAElFTkSuQmCC"></image>
9
- </defs>
10
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
- <g id="Icons/24/Spinner" fill="url(#pattern-1)" fill-rule="nonzero">
12
- <path d="M3.86827202,3.86827202 C4.25879631,3.47774772 4.89196129,3.47774772 5.28248558,3.86827202 L9.17157288,7.75735931 C9.56209717,8.1478836 9.56209717,8.78104858 9.17157288,9.17157288 C8.78104858,9.56209717 8.1478836,9.56209717 7.75735931,9.17157288 L3.86827202,5.28248558 C3.47774772,4.89196129 3.47774772,4.25879631 3.86827202,3.86827202 Z M12,0.5 C12.5522847,0.5 13,0.94771525 13,1.5 L13,7 C13,7.55228475 12.5522847,8 12,8 C11.4477153,8 11,7.55228475 11,7 L11,1.5 C11,0.94771525 11.4477153,0.5 12,0.5 Z M20.131728,3.86827202 C20.5222523,4.25879631 20.5222523,4.89196129 20.131728,5.28248558 L16.2426407,9.17157288 C15.8521164,9.56209717 15.2189514,9.56209717 14.8284271,9.17157288 C14.4379028,8.78104858 14.4379028,8.1478836 14.8284271,7.75735931 L18.7175144,3.86827202 C19.1080387,3.47774772 19.7412037,3.47774772 20.131728,3.86827202 Z M23.5,12 C23.5,12.5522847 23.0522847,13 22.5,13 L17,13 C16.4477153,13 16,12.5522847 16,12 C16,11.4477153 16.4477153,11 17,11 L22.5,11 C23.0522847,11 23.5,11.4477153 23.5,12 Z M20.131728,20.131728 C19.7412037,20.5222523 19.1080387,20.5222523 18.7175144,20.131728 L14.8284271,16.2426407 C14.4379028,15.8521164 14.4379028,15.2189514 14.8284271,14.8284271 C15.2189514,14.4379028 15.8521164,14.4379028 16.2426407,14.8284271 L20.131728,18.7175144 C20.5222523,19.1080387 20.5222523,19.7412037 20.131728,20.131728 Z M12,23.5 C11.4477153,23.5 11,23.0522847 11,22.5 L11,17 C11,16.4477153 11.4477153,16 12,16 C12.5522847,16 13,16.4477153 13,17 L13,22.5 C13,23.0522847 12.5522847,23.5 12,23.5 Z M3.86827202,20.131728 C3.47774772,19.7412037 3.47774772,19.1080387 3.86827202,18.7175144 L7.75735931,14.8284271 C8.1478836,14.4379028 8.78104858,14.4379028 9.17157288,14.8284271 C9.56209717,15.2189514 9.56209717,15.8521164 9.17157288,16.2426407 L5.28248558,20.131728 C4.89196129,20.5222523 4.25879631,20.5222523 3.86827202,20.131728 Z M0.5,12 C0.5,11.4477153 0.94771525,11 1.5,11 L7,11 C7.55228475,11 8,11.4477153 8,12 C8,12.5522847 7.55228475,13 7,13 L1.5,13 C0.94771525,13 0.5,12.5522847 0.5,12 Z" id="Rectangle-2"></path>
13
- </g>
14
- </g>
15
- </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>
package/assets/Stipop.svg DELETED
@@ -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 Extensions/Stipop</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Extensions/Stipop" fill="#000000" fill-rule="nonzero">
6
- <path d="M12.5,1 C18.2989899,1 23,5.70101013 23,11.5 C23,17.2039245 18.451858,21.8455734 12.7842951,21.9962258 L12.5,22 L6,23 L6.47908443,20.1033393 C3.77065445,18.2043706 2,15.0589646 2,11.5 C2,5.70101013 6.70101013,1 12.5,1 Z M12.5,2.5 C7.52943725,2.5 3.5,6.52943725 3.5,11.5 C3.5,14.3705191 4.85206397,17.0112175 7.09635804,18.6980916 L7.34021132,18.8751453 L8.11298335,19.416961 L7.817,21.202 L12.3852902,20.5 L12.5,20.5 C17.4705627,20.5 21.5,16.4705627 21.5,11.5 C21.5,6.52943725 17.4705627,2.5 12.5,2.5 Z M13.5,12.3 C13.1666667,13.9666667 12.3333333,14.8 11,14.8 C9.66666667,14.8 8.83333333,13.9666667 8.5,12.3 L13.5,12.3 Z M15.0030662,6.67300699 C15.1656001,6.92305919 15.1180007,7.24908483 14.9043132,7.44344192 L14.826993,7.50306617 L13.632,8.279 L14.8086975,8.98550424 C15.0644308,9.13894425 15.1646368,9.45281874 15.0578342,9.72120324 L15.0144958,9.80869745 C14.8610557,10.0644308 14.5471813,10.1646368 14.2787968,10.0578342 L14.1913025,10.0144958 L12.1913025,8.81449576 C11.8402552,8.60386734 11.8048611,8.12100565 12.0939654,7.85785853 L12.173007,7.79693383 L14.173007,6.49693383 C14.4508428,6.31634058 14.8224729,6.39517122 15.0030662,6.67300699 Z M8.1,6.7 C8.92842712,6.7 9.6,7.37157288 9.6,8.2 C9.6,9.02842712 8.92842712,9.7 8.1,9.7 C7.27157288,9.7 6.6,9.02842712 6.6,8.2 C6.6,7.37157288 7.27157288,6.7 8.1,6.7 Z" id="Oval"></path>
7
- </g>
8
- </g>
9
- </svg>
@@ -1,12 +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/Video@2x</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/Video" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(2.000000, 6.500000)">
7
- <path d="M1.79471961,-7.25088203e-17 L11.9552804,7.25088203e-17 C12.5793435,-4.21297127e-17 12.8056439,0.0649779267 13.033792,0.186992889 C13.2619401,0.309007852 13.4409921,0.488059851 13.5630071,0.716207995 C13.6850221,0.94435614 13.75,1.1706565 13.75,1.79471961 L13.75,9.20528039 C13.75,9.8293435 13.6850221,10.0556439 13.5630071,10.283792 C13.4409921,10.5119401 13.2619401,10.6909921 13.033792,10.8130071 C12.8056439,10.9350221 12.5793435,11 11.9552804,11 L1.79471961,11 C1.1706565,11 0.94435614,10.9350221 0.716207995,10.8130071 C0.488059851,10.6909921 0.309007852,10.5119401 0.186992889,10.283792 C0.0649779267,10.0556439 9.39485689e-17,9.8293435 -1.61693481e-16,9.20528039 L4.83392135e-17,1.79471961 C-2.80864751e-17,1.1706565 0.0649779267,0.94435614 0.186992889,0.716207995 C0.309007852,0.488059851 0.488059851,0.309007852 0.716207995,0.186992889 C0.94435614,0.0649779267 1.1706565,4.21297127e-17 1.79471961,-7.25088203e-17 Z" id="Rectangle"></path>
8
- <path d="M17.2599167,8.63041667 L19.6304167,9.81475 C19.8435282,9.92114296 20.096526,9.90964554 20.299109,9.78436146 C20.5016921,9.65907738 20.625,9.43785985 20.625,9.19966667 L20.625,1.80033333 C20.625,1.56214015 20.5016921,1.34092262 20.299109,1.21563854 C20.096526,1.09035446 19.8435282,1.07885704 19.6304167,1.18525 L17.2599167,2.36958333 C16.7940465,2.60259636 16.4998441,3.07885646 16.4999999,3.59975 L16.4999999,7.40025 C16.4998441,7.92114354 16.7940465,8.39740364 17.2599167,8.63041667 Z" id="Path"></path>
9
- </g>
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/Video@2x</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/Video" stroke="#000000" stroke-width="1.5">
6
- <g id="Group" transform="translate(2.000000, 6.500000)">
7
- <path d="M1.79471961,-7.25088203e-17 L11.9552804,7.25088203e-17 C12.5793435,-4.21297127e-17 12.8056439,0.0649779267 13.033792,0.186992889 C13.2619401,0.309007852 13.4409921,0.488059851 13.5630071,0.716207995 C13.6850221,0.94435614 13.75,1.1706565 13.75,1.79471961 L13.75,9.20528039 C13.75,9.8293435 13.6850221,10.0556439 13.5630071,10.283792 C13.4409921,10.5119401 13.2619401,10.6909921 13.033792,10.8130071 C12.8056439,10.9350221 12.5793435,11 11.9552804,11 L1.79471961,11 C1.1706565,11 0.94435614,10.9350221 0.716207995,10.8130071 C0.488059851,10.6909921 0.309007852,10.5119401 0.186992889,10.283792 C0.0649779267,10.0556439 9.39485689e-17,9.8293435 -1.61693481e-16,9.20528039 L4.83392135e-17,1.79471961 C-2.80864751e-17,1.1706565 0.0649779267,0.94435614 0.186992889,0.716207995 C0.309007852,0.488059851 0.488059851,0.309007852 0.716207995,0.186992889 C0.94435614,0.0649779267 1.1706565,4.21297127e-17 1.79471961,-7.25088203e-17 Z" id="Rectangle"></path>
8
- <path d="M17.2599167,8.63041667 L19.6304167,9.81475 C19.8435282,9.92114296 20.096526,9.90964554 20.299109,9.78436146 C20.5016921,9.65907738 20.625,9.43785985 20.625,9.19966667 L20.625,1.80033333 C20.625,1.56214015 20.5016921,1.34092262 20.299109,1.21563854 C20.096526,1.09035446 19.8435282,1.07885704 19.6304167,1.18525 L17.2599167,2.36958333 C16.7940465,2.60259636 16.4998441,3.07885646 16.4999999,3.59975 L16.4999999,7.40025 C16.4998441,7.92114354 16.7940465,8.39740364 17.2599167,8.63041667 Z" id="Path"></path>
9
- </g>
10
- </g>
11
- </g>
12
- </svg>
@@ -1,22 +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 Emoji/Activity</title>
4
- <g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Icons/24-Emoji/Activity" fill="#000000" fill-rule="nonzero">
6
- <g id="Group" transform="translate(2.000000, 2.000000)">
7
- <path d="M10.3125,-0.75 C4.20284995,-0.75 -0.75,4.20284995 -0.75,10.3125 C-0.75,16.42215 4.20284995,21.375 10.3125,21.375 C16.42215,21.375 21.375,16.42215 21.375,10.3125 C21.375,7.37854258 20.20949,4.56475242 18.1348688,2.49013123 C16.0602476,0.415510047 13.2464574,-0.75 10.3125,-0.75 Z M10.3125,0.75 C12.8486327,0.75 15.280892,1.75747479 17.0742086,3.5507914 C18.8675252,5.34410802 19.875,7.77636732 19.875,10.3125 C19.875,15.5937229 15.5937229,19.875 10.3125,19.875 C5.03127708,19.875 0.75,15.5937229 0.75,10.3125 C0.75,5.03127708 5.03127708,0.75 10.3125,0.75 Z" id="Path"></path>
8
- <path d="M9.87147193,5.31320805 L5.27438859,8.65537471 C5.01189314,8.84621388 4.90192054,9.18423429 5.00187496,9.49299401 L6.75270829,14.9013273 C6.8528727,15.2107357 7.14103245,15.4203333 7.46625,15.4203333 L13.15875,15.4203333 C13.4839675,15.4203333 13.7721273,15.2107357 13.8722917,14.9013273 L15.623125,9.49299401 C15.7230795,9.18423429 15.6131069,8.84621388 15.3506114,8.65537471 L10.7535281,5.31320805 C10.4905827,5.12204176 10.1344173,5.12204176 9.87147193,5.31320805 Z M10.312,6.847 L14.028,9.548 L12.613,13.92 L8.011,13.92 L6.596,9.548 L10.312,6.847 Z" id="Path"></path>
9
- <path d="M13.8358935,0.158167021 C14.1793684,-0.0733451208 14.6454875,0.0174186242 14.8769996,0.360893519 C15.0874652,0.673143424 15.0315871,1.08675217 14.7616303,1.33331168 L14.6742731,1.40199965 L10.7316898,4.05941631 C10.5099918,4.20884728 10.2283667,4.22752615 9.99168688,4.11545293 L9.89331019,4.05941631 L5.95072685,1.40199965 C5.60725196,1.1704875 5.51648821,0.704368414 5.74800035,0.360893519 C5.95846594,0.0486436147 6.36282156,-0.0547540998 6.69265915,0.102965392 L6.78910648,0.158167021 L10.312,2.533 L13.8358935,0.158167021 Z" id="Path"></path>
10
- <path d="M19.0188291,14.9171897 C19.4282435,14.8543189 19.8111062,15.135248 19.873977,15.5446624 C19.9316085,15.9199589 19.7003527,16.2729447 19.3460565,16.377596 L19.2465042,16.3998103 L15.156,17.027 L13.3684301,20.6781358 C13.2013796,21.0191094 12.8099434,21.176767 12.4593515,21.0603066 L12.3649475,21.0216801 C12.0239739,20.8546296 11.8663163,20.4631934 11.9827767,20.1126015 L12.0214032,20.0181975 L13.9821532,16.0160309 C14.0747247,15.8270795 14.2415313,15.6872092 14.4400966,15.6276387 L14.5418291,15.6046897 L19.0188291,14.9171897 Z" id="Path"></path>
11
- <path d="M18.2369597,2.83992135 C18.6123499,2.8969397 18.8802161,3.22301623 18.8743424,3.59239838 L18.8658286,3.69404305 L18.249,7.754 L21.1212435,10.6143356 C21.3880545,10.8800566 21.4131133,11.2966698 21.1958603,11.5907266 L21.1234144,11.6749935 C20.8576934,11.9418045 20.4410802,11.9668633 20.1470234,11.7496103 L20.0627565,11.6771644 L16.9213398,8.54858111 C16.776222,8.40405612 16.6975753,8.20767517 16.7006626,8.0057503 L16.709088,7.90454029 L17.382838,3.46879029 C17.4398564,3.09340011 17.7659329,2.82553385 18.135315,2.8314076 L18.2369597,2.83992135 Z" id="Path"></path>
12
- <path d="M10.3125,2.6875 C10.6921958,2.6875 11.005991,2.96965388 11.0556534,3.33572944 L11.0625,3.4375 L11.0625,5.91983333 C11.0625,6.3340469 10.7267136,6.66983333 10.3125,6.66983333 C9.93280423,6.66983333 9.61900904,6.38767945 9.56934662,6.02160389 L9.5625,5.91983333 L9.5625,3.4375 C9.5625,3.02328644 9.89828644,2.6875 10.3125,2.6875 Z" id="Path"></path>
13
- <path d="M17.1206268,7.34364706 C17.4926014,7.16141708 17.941873,7.31523549 18.1241029,7.68721009 C18.2911471,8.02818682 18.1758172,8.43411447 17.8689204,8.63976468 L17.7805399,8.69068627 L15.2395399,9.93551961 C14.8675653,10.1177496 14.4182937,9.96393118 14.2360637,9.59195657 C14.0690196,9.25097985 14.1843494,8.84505219 14.4912463,8.63940199 L14.5796268,8.58848039 L17.1206268,7.34364706 Z" id="Path"></path>
14
- <path d="M2.38804029,2.83992135 C2.76343046,2.78290301 3.11603798,3.01473523 3.22011027,3.36920191 L3.24216198,3.46879029 L3.91591198,7.90454029 C3.94666782,8.10702667 3.89314597,8.31168782 3.77060916,8.47221169 L3.70366017,8.54858111 L0.562243506,11.6771644 C0.268751413,11.9694576 -0.206121326,11.9684856 -0.498414444,11.6749935 C-0.76413546,11.4081825 -0.787488641,10.9914702 -0.56903368,10.6983052 L-0.496243506,10.6143356 L2.375,7.754 L1.75917135,3.69404305 C1.70215301,3.31865287 1.93398523,2.96604536 2.28845191,2.86197307 L2.38804029,2.83992135 Z" id="Path"></path>
15
- <path d="M2.50089706,7.68721009 C2.66794121,7.34623337 3.05937449,7.18856845 3.40996851,7.30502235 L3.50437324,7.34364706 L6.04537324,8.58848039 C6.41734785,8.77071038 6.57116626,9.21998197 6.38893627,9.59195657 C6.22189212,9.9329333 5.83045884,10.0905982 5.47986483,9.97414432 L5.38546009,9.93551961 L2.84446009,8.69068627 C2.47248549,8.50845629 2.31866708,8.0591847 2.50089706,7.68721009 Z" id="Path"></path>
16
- <path d="M12.6590923,14.1110104 C12.9399155,13.8601437 13.357281,13.8594145 13.6381727,14.0934405 L13.7180729,14.1706756 L15.2149896,15.8463423 C15.4909429,16.1552478 15.4642299,16.6293696 15.1553244,16.9053229 C14.8745012,17.1561896 14.4571356,17.1569188 14.176244,16.9228928 L14.0963437,16.8456577 L12.5994271,15.1699911 C12.3234737,14.8610855 12.3501867,14.3869638 12.6590923,14.1110104 Z" id="Path"></path>
17
- <path d="M1.60617091,14.9171897 L6.08317091,15.6046897 C6.29114243,15.6366263 6.47443481,15.754066 6.59057144,15.9257898 L6.64284678,16.0160309 L8.60359678,20.0181975 C8.78583371,20.3901687 8.63202368,20.8394432 8.26005247,21.0216801 C7.91907887,21.1887306 7.51314906,21.0734084 7.30749313,20.7665154 L7.25656988,20.6781358 L5.468,17.027 L1.37849575,16.3998103 C1.00319923,16.3421788 0.735866022,16.0156651 0.742343208,15.646293 L0.751023004,15.5446624 C0.808654534,15.1693659 1.13516823,14.9020327 1.50454029,14.9085099 L1.60617091,14.9171897 Z" id="Path"></path>
18
- <path d="M6.90692707,14.1706756 C7.18288042,13.8617701 7.65700221,13.8350571 7.96590774,14.1110104 C8.24673095,14.3618771 8.2943372,14.7765193 8.09334419,15.0819209 L8.02557293,15.1699911 L6.52865627,16.8456577 C6.25270292,17.1545633 5.77858112,17.1812763 5.46967559,16.9053229 C5.18885239,16.6544563 5.14124613,16.239814 5.34223914,15.9344125 L5.4100104,15.8463423 L6.90692707,14.1706756 Z" id="Path"></path>
19
- </g>
20
- </g>
21
- </g>
22
- </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>
package/assets/ai-bot.svg DELETED
@@ -1,24 +0,0 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
3
- "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4
- <svg version="1.0" xmlns="http://www.w3.org/2000/svg"
5
- width="100.000000pt" height="100.000000pt" viewBox="0 0 100.000000 100.000000"
6
- preserveAspectRatio="xMidYMid meet">
7
-
8
- <g transform="translate(0.000000,100.000000) scale(0.100000,-0.100000)"
9
- fill="#000000" stroke="none">
10
- <path d="M727 854 c-4 -4 -7 -15 -7 -24 0 -21 -28 -47 -55 -52 -14 -2 -20 -11
11
- -20 -28 0 -17 6 -26 20 -28 28 -6 53 -30 57 -56 2 -15 10 -21 28 -21 18 0 26
12
- 6 28 21 4 26 29 50 57 56 29 5 28 52 -1 56 -26 4 -51 29 -56 57 -3 20 -37 32
13
- -51 19z"/>
14
- <path d="M350 761 c-5 -11 -10 -32 -10 -48 -1 -74 -86 -160 -178 -178 -50 -10
15
- -57 -14 -57 -36 0 -20 6 -25 42 -31 117 -20 170 -76 198 -211 12 -58 65 -38
16
- 65 25 0 84 88 168 193 186 36 6 42 11 42 31 0 22 -7 26 -56 36 -91 18 -162 84
17
- -175 165 -12 76 -41 104 -64 61z m80 -212 c14 -14 33 -30 43 -35 15 -9 10 -17
18
- -40 -69 l-58 -60 -57 59 c-57 59 -57 60 -35 75 30 20 87 82 88 95 0 6 8 0 17
19
- -14 9 -14 28 -37 42 -51z"/>
20
- <path d="M727 354 c-4 -4 -7 -15 -7 -24 0 -21 -28 -47 -55 -52 -14 -2 -20 -11
21
- -20 -28 0 -17 6 -26 20 -28 28 -6 53 -30 57 -56 4 -30 52 -30 56 0 4 26 29 50
22
- 57 56 29 5 28 52 -1 56 -26 4 -51 29 -56 57 -3 20 -37 32 -51 19z"/>
23
- </g>
24
- </svg>