@cometchat/chat-uikit-angular 4.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Calls/CallingExtension.d.ts +5 -0
- package/Calls/CallingExtensionDecorator.d.ts +17 -0
- package/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.d.ts +75 -0
- package/Calls/CometChatCallButtons/cometchat-call-buttons.module.d.ts +11 -0
- package/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.d.ts +80 -0
- package/Calls/CometChatIncomingCall/cometchat-incoming-call.module.d.ts +11 -0
- package/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.d.ts +26 -0
- package/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.d.ts +9 -0
- package/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.d.ts +58 -0
- package/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.d.ts +10 -0
- package/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.d.ts +109 -0
- package/CometChatAddMembers/cometchat-add-members.module.d.ts +12 -0
- package/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.d.ts +140 -0
- package/CometChatBannedMembers/cometchat-banned-members.module.d.ts +13 -0
- package/CometChatConversations/cometchat-conversations/cometchat-conversations.component.d.ts +335 -0
- package/CometChatConversations/cometchat-conversations.module.d.ts +10 -0
- package/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.d.ts +86 -0
- package/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.d.ts +12 -0
- package/CometChatDetails/cometchat-details/cometchat-details.component.d.ts +149 -0
- package/CometChatDetails/cometchat-details.module.d.ts +12 -0
- package/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.d.ts +145 -0
- package/CometChatGroupMembers/cometchat-group-members.module.d.ts +13 -0
- package/CometChatGroups/cometchat-groups/cometchat-groups.component.d.ts +136 -0
- package/CometChatGroups/cometchat-groups.module.d.ts +10 -0
- package/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.d.ts +100 -0
- package/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.d.ts +13 -0
- package/CometChatList/cometchat-list.component.d.ts +87 -0
- package/CometChatList/cometchat-list.module.d.ts +10 -0
- package/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.d.ts +62 -0
- package/CometChatMessageBubble/cometchat-message-bubble.module.d.ts +8 -0
- package/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.d.ts +165 -0
- package/CometChatMessageComposer/cometchat-message-composer.module.d.ts +9 -0
- package/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.d.ts +85 -0
- package/CometChatMessageHeader/cometchat-message-header.module.d.ts +9 -0
- package/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.d.ts +510 -0
- package/CometChatMessageList/cometchat-message-list.module.d.ts +11 -0
- package/CometChatMessages/cometchat-messages/cometchat-messages.component.d.ts +136 -0
- package/CometChatMessages/cometchat-messages.module.d.ts +15 -0
- package/CometChatTheme.service.d.ts +7 -0
- package/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.d.ts +73 -0
- package/CometChatThreadedMessages/cometchat-threaded-messages.module.d.ts +12 -0
- package/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.d.ts +88 -0
- package/CometChatTransferOwnership/cometchat-transfer-ownership.module.d.ts +10 -0
- package/CometChatUsers/cometchat-users/cometchat-users.component.d.ts +105 -0
- package/CometChatUsers/cometchat-users.module.d.ts +11 -0
- package/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.d.ts +71 -0
- package/CometChatUsersWithMessages/cometchat-users-with-messages.module.d.ts +12 -0
- package/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.d.ts +9 -0
- package/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.d.ts +17 -0
- package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.d.ts +9 -0
- package/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.d.ts +17 -0
- package/Extensions/ImageModeration/ImageModerationExtension.d.ts +5 -0
- package/Extensions/ImageModeration/ImageModerationExtensionDecorator.d.ts +6 -0
- package/Extensions/LinkPreviewExtension/LinkPreviewExtension.d.ts +5 -0
- package/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.d.ts +6 -0
- package/Extensions/MessageTranslation/MessageTranslationExtension.d.ts +9 -0
- package/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.d.ts +12 -0
- package/Extensions/PollsExtension/PollsExtension.d.ts +5 -0
- package/Extensions/PollsExtension/PollsExtensionDecorator.d.ts +15 -0
- package/Extensions/Reactions/ReactionExtension.d.ts +5 -0
- package/Extensions/Reactions/ReactionExtensionDecorator.d.ts +10 -0
- package/Extensions/SmartReplies/SmartRepliesExtension.d.ts +9 -0
- package/Extensions/SmartReplies/SmartRepliesExtensionDecorator.d.ts +16 -0
- package/Extensions/Stickers/StickersExtension.d.ts +9 -0
- package/Extensions/Stickers/StickersExtensionDecorator.d.ts +27 -0
- package/Extensions/TextModerator/TextModeratorExtension.d.ts +5 -0
- package/Extensions/TextModerator/TextModeratorExtensionDecorator.d.ts +9 -0
- package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.d.ts +5 -0
- package/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.d.ts +6 -0
- package/README.md +60 -0
- package/Shared/CometChatUIkit/CometChatUIKit.d.ts +18 -0
- package/Shared/Framework/ChatConfigurator.d.ts +8 -0
- package/Shared/Framework/DataSource.d.ts +29 -0
- package/Shared/Framework/DataSourceDecorator.d.ts +32 -0
- package/Shared/Framework/ExtensionDataSource.d.ts +3 -0
- package/Shared/Utils/MessageUtils.d.ts +43 -0
- package/assets/.gitkeep +0 -0
- package/assets/Audio-Call.svg +11 -0
- package/assets/Audio-Call2x.svg +11 -0
- package/assets/Copy.svg +17 -0
- package/assets/Grid-layout.svg +1 -0
- package/assets/Heart.svg +11 -0
- package/assets/Imagemoderation.svg +14 -0
- package/assets/Info.svg +13 -0
- package/assets/Locked.svg +10 -0
- package/assets/More@2x.svg +9 -0
- package/assets/Plus.svg +13 -0
- package/assets/Private.svg +10 -0
- package/assets/Reactionsicon.svg +9 -0
- package/assets/Send.svg +12 -0
- package/assets/Spinner.svg +15 -0
- package/assets/Stickers.svg +16 -0
- package/assets/Stipop.svg +9 -0
- package/assets/Video-call.svg +12 -0
- package/assets/Video-call2x.svg +12 -0
- package/assets/activity.svg +22 -0
- package/assets/addreaction.svg +9 -0
- package/assets/animals.svg +15 -0
- package/assets/attachment-file.svg +14 -0
- package/assets/audio-file.svg +12 -0
- package/assets/back.png +0 -0
- package/assets/backbutton.svg +12 -0
- package/assets/call.svg +1 -0
- package/assets/chats.svg +1 -0
- package/assets/checkmark.svg +11 -0
- package/assets/close.svg +12 -0
- package/assets/close2x.svg +12 -0
- package/assets/collaborativedocument.svg +13 -0
- package/assets/collaborativewhiteboard.svg +12 -0
- package/assets/create-button.svg +12 -0
- package/assets/declaration.d.ts +3 -0
- package/assets/delete.svg +7 -0
- package/assets/deleteicon.svg +15 -0
- package/assets/down-arrow.svg +1 -0
- package/assets/download.svg +13 -0
- package/assets/editicon.svg +14 -0
- package/assets/emoji.svg +2693 -0
- package/assets/file-upload.svg +2693 -0
- package/assets/flags.svg +12 -0
- package/assets/food.svg +26 -0
- package/assets/group.svg +40 -0
- package/assets/heart-reaction.png +0 -0
- package/assets/heart.png +0 -0
- package/assets/image.svg +2693 -0
- package/assets/incomingcall.wav +0 -0
- package/assets/increase-size.svg +6 -0
- package/assets/location.svg +2693 -0
- package/assets/message-delivered.png +0 -0
- package/assets/message-delivered.svg +4 -0
- package/assets/message-read.png +0 -0
- package/assets/message-read.svg +4 -0
- package/assets/message-sent.png +0 -0
- package/assets/message-sent.svg +3 -0
- package/assets/moreicon.svg +9 -0
- package/assets/objects.svg +13 -0
- package/assets/open-thread.svg +11 -0
- package/assets/password-protected-group.svg +3 -0
- package/assets/photolibrary.svg +11 -0
- package/assets/placeholder.png +0 -0
- package/assets/plus-rotated.svg +13 -0
- package/assets/polls.svg +14 -0
- package/assets/privacy.svg +4 -0
- package/assets/private-group.svg +9 -0
- package/assets/public.svg +3 -0
- package/assets/reduce-size.svg +6 -0
- package/assets/right-arrow.svg +6 -0
- package/assets/search.png +0 -0
- package/assets/search.svg +4 -0
- package/assets/side-arrow.svg +1 -0
- package/assets/smileys.svg +16 -0
- package/assets/start-chat.svg +1 -0
- package/assets/symbols.svg +16 -0
- package/assets/thread-arrow.svg +1 -0
- package/assets/thread-icon.svg +38 -0
- package/assets/threadicon.svg +14 -0
- package/assets/translation.svg +16 -0
- package/assets/travel.svg +18 -0
- package/assets/unsafe-content.svg +23 -0
- package/assets/user.svg +31 -0
- package/assets/video-upload.svg +2693 -0
- package/assets/video.svg +12 -0
- package/assets/wait.png +0 -0
- package/assets/wait.svg +4 -0
- package/assets/warning-small.png +0 -0
- package/assets/warning-small.svg +5 -0
- package/cometchat-chat-uikit-angular.d.ts +5 -0
- package/esm2020/Calls/CallingExtension.mjs +11 -0
- package/esm2020/Calls/CallingExtensionDecorator.mjs +114 -0
- package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons/cometchat-call-buttons.component.mjs +358 -0
- package/esm2020/Calls/CometChatCallButtons/cometchat-call-buttons.module.mjs +32 -0
- package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call/cometchat-incoming-call.component.mjs +423 -0
- package/esm2020/Calls/CometChatIncomingCall/cometchat-incoming-call.module.mjs +32 -0
- package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call/cometchat-ongoing-call.component.mjs +54 -0
- package/esm2020/Calls/CometChatOngoingCall/cometchat-ongoing-call.module.mjs +27 -0
- package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call/cometchat-outgoing-call.component.mjs +196 -0
- package/esm2020/Calls/CometChatOutgoingCall/cometchat-outgoing-call.module.mjs +28 -0
- package/esm2020/CometChatAddMembers/cometchat-add-members/cometchat-add-members.component.mjs +353 -0
- package/esm2020/CometChatAddMembers/cometchat-add-members.module.mjs +23 -0
- package/esm2020/CometChatBannedMembers/cometchat-banned-members/cometchat-banned-members.component.mjs +446 -0
- package/esm2020/CometChatBannedMembers/cometchat-banned-members.module.mjs +24 -0
- package/esm2020/CometChatConversations/cometchat-conversations/cometchat-conversations.component.mjs +1400 -0
- package/esm2020/CometChatConversations/cometchat-conversations.module.mjs +28 -0
- package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages/cometchat-conversations-with-messages.component.mjs +272 -0
- package/esm2020/CometChatConversationsWithMessages/cometchat-conversations-with-messages.module.mjs +39 -0
- package/esm2020/CometChatDetails/cometchat-details/cometchat-details.component.mjs +696 -0
- package/esm2020/CometChatDetails/cometchat-details.module.mjs +27 -0
- package/esm2020/CometChatGroupMembers/cometchat-group-members/cometchat-group-members.component.mjs +676 -0
- package/esm2020/CometChatGroupMembers/cometchat-group-members.module.mjs +24 -0
- package/esm2020/CometChatGroups/cometchat-groups/cometchat-groups.component.mjs +564 -0
- package/esm2020/CometChatGroups/cometchat-groups.module.mjs +28 -0
- package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages/cometchat-groups-with-messages.component.mjs +430 -0
- package/esm2020/CometChatGroupsWithMessages/cometchat-groups-with-messages.module.mjs +43 -0
- package/esm2020/CometChatList/cometchat-list.component.mjs +210 -0
- package/esm2020/CometChatList/cometchat-list.module.mjs +28 -0
- package/esm2020/CometChatMessageBubble/cometchat-message-bubble/cometchat-message-bubble.component.mjs +157 -0
- package/esm2020/CometChatMessageBubble/cometchat-message-bubble.module.mjs +23 -0
- package/esm2020/CometChatMessageComposer/cometchat-message-composer/cometchat-message-composer.component.mjs +930 -0
- package/esm2020/CometChatMessageComposer/cometchat-message-composer.module.mjs +24 -0
- package/esm2020/CometChatMessageHeader/cometchat-message-header/cometchat-message-header.component.mjs +420 -0
- package/esm2020/CometChatMessageHeader/cometchat-message-header.module.mjs +26 -0
- package/esm2020/CometChatMessageList/cometchat-message-list/cometchat-message-list.component.mjs +2598 -0
- package/esm2020/CometChatMessageList/cometchat-message-list.module.mjs +34 -0
- package/esm2020/CometChatMessages/cometchat-messages/cometchat-messages.component.mjs +393 -0
- package/esm2020/CometChatMessages/cometchat-messages.module.mjs +48 -0
- package/esm2020/CometChatTheme.service.mjs +17 -0
- package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages/cometchat-threaded-messages.component.mjs +304 -0
- package/esm2020/CometChatThreadedMessages/cometchat-threaded-messages.module.mjs +36 -0
- package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership/cometchat-transfer-ownership.component.mjs +337 -0
- package/esm2020/CometChatTransferOwnership/cometchat-transfer-ownership.module.mjs +21 -0
- package/esm2020/CometChatUsers/cometchat-users/cometchat-users.component.mjs +447 -0
- package/esm2020/CometChatUsers/cometchat-users.module.mjs +32 -0
- package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages/cometchat-users-with-messages.component.mjs +185 -0
- package/esm2020/CometChatUsersWithMessages/cometchat-users-with-messages.module.mjs +39 -0
- package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtension.mjs +11 -0
- package/esm2020/Extensions/CollaborativeDocument/CollaborativeDocumentExtensionDecorator.mjs +89 -0
- package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtension.mjs +11 -0
- package/esm2020/Extensions/CollaborativeWhiteboard/CollaborativeWhiteboardExtensionDecorator.mjs +89 -0
- package/esm2020/Extensions/ImageModeration/ImageModerationExtension.mjs +10 -0
- package/esm2020/Extensions/ImageModeration/ImageModerationExtensionDecorator.mjs +10 -0
- package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtension.mjs +10 -0
- package/esm2020/Extensions/LinkPreviewExtension/LinkPreviewExtensionDecorator.mjs +10 -0
- package/esm2020/Extensions/MessageTranslation/MessageTranslationExtension.mjs +11 -0
- package/esm2020/Extensions/MessageTranslation/MessageTranslationExtensionDecorator.mjs +33 -0
- package/esm2020/Extensions/PollsExtension/PollsExtension.mjs +10 -0
- package/esm2020/Extensions/PollsExtension/PollsExtensionDecorator.mjs +75 -0
- package/esm2020/Extensions/Reactions/ReactionExtension.mjs +10 -0
- package/esm2020/Extensions/Reactions/ReactionExtensionDecorator.mjs +30 -0
- package/esm2020/Extensions/SmartReplies/SmartRepliesExtension.mjs +11 -0
- package/esm2020/Extensions/SmartReplies/SmartRepliesExtensionDecorator.mjs +117 -0
- package/esm2020/Extensions/Stickers/StickersExtension.mjs +15 -0
- package/esm2020/Extensions/Stickers/StickersExtensionDecorator.mjs +118 -0
- package/esm2020/Extensions/TextModerator/TextModeratorExtension.mjs +10 -0
- package/esm2020/Extensions/TextModerator/TextModeratorExtensionDecorator.mjs +32 -0
- package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtension.mjs +10 -0
- package/esm2020/Extensions/ThumbnailGeneration/ThumbnailGenerationExtensionDecorator.mjs +10 -0
- package/esm2020/Shared/CometChatUIkit/CometChatUIKit.mjs +180 -0
- package/esm2020/Shared/Framework/ChatConfigurator.mjs +20 -0
- package/esm2020/Shared/Framework/DataSource.mjs +3 -0
- package/esm2020/Shared/Framework/DataSourceDecorator.mjs +80 -0
- package/esm2020/Shared/Framework/ExtensionDataSource.mjs +4 -0
- package/esm2020/Shared/Utils/MessageUtils.mjs +342 -0
- package/esm2020/cometchat-chat-uikit-angular.mjs +5 -0
- package/esm2020/public-api.mjs +93 -0
- package/fesm2015/cometchat-chat-uikit-angular.mjs +13683 -0
- package/fesm2015/cometchat-chat-uikit-angular.mjs.map +1 -0
- package/fesm2020/cometchat-chat-uikit-angular.mjs +13586 -0
- package/fesm2020/cometchat-chat-uikit-angular.mjs.map +1 -0
- package/package.json +51 -0
- package/public-api.d.ts +79 -0
package/assets/flags.svg
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
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/Flags</title>
|
|
4
|
+
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="Icons/24-Emoji/Flags" fill="#000000" fill-rule="nonzero">
|
|
6
|
+
<g id="Group" transform="translate(1.000000, 2.000000)">
|
|
7
|
+
<path d="M0.458333333,-0.75 C0.838029099,-0.75 1.15182429,-0.467846118 1.20148672,-0.101770557 L1.20833333,0 L1.20833333,20.625 C1.20833333,21.0392136 0.872546896,21.375 0.458333333,21.375 C0.0786375678,21.375 -0.235157628,21.0928461 -0.284820051,20.7267706 L-0.291666667,20.625 L-0.291666667,0 C-0.291666667,-0.414213562 0.044119771,-0.75 0.458333333,-0.75 Z" id="Path"></path>
|
|
8
|
+
<path d="M20.3966324,0.625 C20.9623041,0.625603094 21.4750351,0.957903189 21.7066165,1.473999 C21.9171451,1.94317701 21.8597339,2.48494897 21.5650253,2.89773292 L21.4695245,3.01749688 L17.7982717,7.14433333 C17.610968,7.35487809 17.5901565,7.66043107 17.7361719,7.89246541 L17.7987483,7.97570294 L21.4653824,12.1052496 C21.8409889,12.5282207 21.9336146,13.1321552 21.7020332,13.648251 C21.4897502,14.1213388 21.0412235,14.4399872 20.5316165,14.4902745 L20.39125,14.49725 L0.458333333,14.49725 C0.044119771,14.49725 -0.291666667,14.1614636 -0.291666667,13.74725 C-0.291666667,13.3675542 -0.00951278505,13.053759 0.356562776,13.0040966 L0.458333333,12.99725 L20.251,12.997 L16.6775616,8.97216667 C16.0009271,8.21157375 15.9633363,7.08631251 16.5647869,6.28520352 L16.6775589,6.14733645 L20.255,2.125 L0.458333333,2.125 C0.0786375678,2.125 -0.235157628,1.84284612 -0.284820051,1.47677056 L-0.291666667,1.375 C-0.291666667,0.995304234 -0.00951278505,0.681509039 0.356562776,0.631846616 L0.458333333,0.625 L20.3966324,0.625 Z" id="Path"></path>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
package/assets/food.svg
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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/Food</title>
|
|
4
|
+
<g id="Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="Icons/24-Emoji/Food" fill="#000001" fill-rule="nonzero">
|
|
6
|
+
<g id="Group" transform="translate(2.000000, 2.000000)">
|
|
7
|
+
<path d="M6.26081031,5.06079387 L6.05008078,5.25485649 C5.13804905,6.07779806 4.40413987,7.07873841 3.89355108,8.19603576 C3.38296391,9.31332958 3.10651161,10.5233273 3.08121157,11.751529 C3.05592076,12.9796687 3.2823325,14.2000667 3.74647688,15.3373529 C4.2106271,16.474729 4.90269562,17.5050318 5.78008032,18.3648364 L7.55202905,20.0263157 C7.84933547,20.3050449 8.31480833,20.2953601 8.60026381,20.0045058 L19.7469305,8.64702417 C19.9313149,8.46392641 20.0829001,8.23819112 20.1863603,7.98951005 C20.2897828,7.74091939 20.3429892,7.47431068 20.3429892,7.20501851 C20.3429892,6.93572633 20.2897828,6.66911762 20.1863603,6.42052696 C20.0829001,6.17184589 19.9313149,5.9461106 19.7402485,5.75629004 L18.9858943,5.03893651 C15.377551,1.58662448 10.0922057,1.62500619 6.26081031,5.06079387 Z M17.9506723,6.12443628 L18.6949174,6.83193383 C18.7337331,6.87075319 18.7739513,6.93064468 18.8014347,6.99670505 C18.8288622,7.06263098 18.8429892,7.13341877 18.8429892,7.20501851 C18.8429892,7.27661824 18.8288622,7.34740603 18.8014347,7.41333196 L18.7697909,7.47721074 C18.7459778,7.51825866 18.7168431,7.55606367 18.6830631,7.58962338 L8.042,18.43 L6.81797678,17.2820179 C6.09879876,16.5769932 5.52207649,15.7184098 5.13527803,14.7705802 C4.74849451,13.8228502 4.55981814,12.8058522 4.58089353,11.7824165 C4.60197698,10.7589106 4.83235459,9.75057613 5.25784392,8.81949792 C5.63605835,7.99186914 6.16131472,7.24085477 6.80715974,6.60253201 L7.06789863,6.35655344 C10.3450384,3.25676065 14.8586226,3.16609676 17.9506723,6.12443628 Z" id="Path"></path>
|
|
8
|
+
<path d="M12.7071405,-0.74864612 C13.6540803,-0.774157955 14.5751175,-0.43838074 15.3045603,0.210841894 C15.7932732,0.681756455 16.1257121,1.29076512 16.2571458,1.95611121 C16.3884544,2.62143575 16.3122655,3.31093823 16.0388887,3.93176543 C15.87196,4.3108534 15.4293261,4.48284251 15.0502381,4.31591385 C14.7027408,4.1628959 14.529264,3.77820894 14.631342,3.4231628 L14.6660897,3.32726325 C14.8156789,2.98755239 14.8573495,2.61043727 14.7855579,2.24667777 C14.7136304,1.88256529 14.5315841,1.54906715 14.285875,1.31146513 C13.8636614,0.936153442 13.3134431,0.735563549 12.7475412,0.750809709 C12.181721,0.766056201 11.6431393,0.995988759 11.2344918,1.4007153 C10.9636151,1.66166077 10.7675316,1.98977795 10.6664185,2.35116915 C10.5264543,2.85141982 9.93261908,3.06134266 9.50935743,2.76019435 C9.08328236,2.4570443 8.56392587,2.31222288 8.04163252,2.35102378 C7.51945078,2.38981945 7.02751483,2.60971661 6.64832646,2.97524633 C6.33886141,3.2702505 6.128481,3.65128158 6.04304609,4.06628628 L6.01415624,4.24607369 C5.9632171,4.68462304 5.5463653,4.98451309 5.11437295,4.89339263 C4.74599339,4.81569005 4.36411585,4.82914683 4.0021882,4.93258044 C3.64038765,5.03597772 3.30959883,5.2261181 3.01856952,5.50499337 C2.65223243,5.83195382 2.42619012,6.28654108 2.38701828,6.77466025 C2.35275005,7.2016813 2.46377786,7.6259474 2.69933408,7.98036209 L2.80785039,8.12778186 C3.1531199,8.55260639 2.94166194,9.19222539 2.41121149,9.32753701 C2.02938942,9.4249353 1.6787772,9.61753531 1.37795962,9.90036638 C1.180235,10.07698 1.02217344,10.2930235 0.913973909,10.5345228 C0.805880732,10.7757192 0.75,11.0370318 0.75,11.3012168 C0.75,11.565456 0.805865388,11.8266803 0.914004971,12.0679802 C1.00053975,12.2611242 1.1190061,12.4380208 1.26416625,12.5914799 L1.37795962,12.7020673 C1.63110649,12.9281858 1.69769397,13.2918375 1.55304191,13.5890889 L1.49696702,13.6854337 C1.25291048,14.0415092 1.14321016,14.4720029 1.18717045,14.9008299 C1.23113999,15.3296823 1.42603179,15.7293374 1.72711894,16.0192228 C2.034424,16.3038315 2.42265288,16.4839813 2.83599751,16.5365054 L3.01452021,16.5511343 C3.47385511,16.5682059 3.80174073,16.9871323 3.72630549,17.4258119 L3.70386844,17.5199778 C3.60699921,17.836693 3.59978632,18.1740089 3.6830285,18.494544 C3.76632442,18.8153257 3.93695887,19.107056 4.14851866,19.312169 C4.53457925,19.6485371 5.02311956,19.845798 5.5353423,19.8720354 C5.98373952,19.8949433 6.4274306,19.7857484 6.81179399,19.5602963 L6.94,19.477 L7.5867141,18.8663242 C7.86048885,18.6077837 8.27767447,18.5955072 8.56493357,18.8216719 L8.64694017,18.8966668 C8.9054806,19.1704415 8.91775713,19.5876271 8.6915924,19.8748862 L8.61659757,19.9568928 L7.91994007,20.6147845 L7.83726706,20.682398 C7.14417328,21.1712279 6.30647498,21.4133876 5.45870918,21.3700765 C4.61105051,21.3266572 3.80252078,21.0001924 3.13548641,20.4177722 C2.69703547,19.9953818 2.38405209,19.4602804 2.23118218,18.8715616 C2.15472374,18.5771482 2.11980723,18.2750205 2.1262485,17.9737718 L2.129,17.916 L2.06690648,17.8999431 C1.63516194,17.7679754 1.22959672,17.5524838 0.872119657,17.2616158 L0.697489902,17.1099382 C0.130378203,16.5642812 -0.224823091,15.835887 -0.305008291,15.053809 C-0.361141513,14.5062365 -0.27993925,13.9572206 -0.0735965036,13.4544957 L-0.036,13.372 L-0.098298633,13.2948906 C-0.191431892,13.1675865 -0.275643023,13.0337892 -0.350244117,12.8944359 L-0.454852242,12.6813561 C-0.649426899,12.2471871 -0.75,11.7769114 -0.75,11.3012168 C-0.75,10.8255831 -0.649414278,10.3552184 -0.454883304,9.92114691 C-0.260395,9.48705279 0.0236481552,9.09881368 0.364249624,8.79492193 C0.541034304,8.62850062 0.732642896,8.47992708 0.936210939,8.35077153 L1.141,8.229 L1.10456507,8.13977342 C0.951148225,7.73775767 0.874412571,7.30790416 0.881350806,6.87264636 L0.891825122,6.65467096 C0.961865372,5.78190148 1.36579715,4.96956577 1.99958625,4.40457659 C2.44695873,3.97481307 2.99301687,3.66093396 3.5900118,3.49032158 C3.93107463,3.39285083 4.28284299,3.34383267 4.63505605,3.34362711 L4.688,3.345 L4.74078742,3.19535709 C4.90298768,2.77499351 5.14350946,2.3872438 5.45101905,2.05425722 L5.61030368,1.89243007 C6.23851512,1.2868202 7.05944491,0.91986159 7.93050018,0.855146243 C8.4847843,0.813968767 9.03714981,0.896817085 9.54884202,1.09290782 L9.578,1.105 L9.59813374,1.06992467 C9.72000724,0.865479339 9.8617507,0.673682895 10.0211365,0.49797733 L10.1863205,0.327762873 C10.8585514,-0.338187737 11.7602209,-0.72313059 12.7071405,-0.74864612 Z" id="Path"></path>
|
|
9
|
+
<path d="M8.6300225,14.5045835 C8.02596727,14.5045835 7.5362725,14.0148887 7.5362725,13.4108335 C7.5362725,12.8470486 7.96285106,12.3828844 8.51084747,12.3235016 L8.6300225,12.3170835 L8.6300225,13.0045835 C8.8543944,13.0045835 9.0362725,13.1864616 9.0362725,13.4108335 C9.0362725,13.6352054 8.8543944,13.8170835 8.6300225,13.8170835 L8.6300225,14.5045835 Z" id="Path"></path>
|
|
10
|
+
<path d="M8.2237725,13.4108335 C8.2237725,13.1864616 8.4056506,13.0045835 8.6300225,13.0045835 L8.6300225,12.3170835 C9.23407773,12.3170835 9.7237725,12.8067783 9.7237725,13.4108335 C9.7237725,13.9746184 9.29719394,14.4387826 8.74919753,14.4981655 L8.6300225,14.5045835 L8.6300225,13.8170835 C8.4056506,13.8170835 8.2237725,13.6352054 8.2237725,13.4108335 Z" id="Path"></path>
|
|
11
|
+
<path d="M7.94255917,11.0854168 C7.33849484,11.0854168 6.84880917,10.5957221 6.84880917,9.99166684 C6.84880917,9.42788189 7.2753798,8.96371774 7.82338255,8.90433489 L7.94255917,8.89791684 L7.94255917,9.58541684 C8.16692815,9.58541684 8.34880917,9.7673012 8.34880917,9.99166684 C8.34880917,10.2160325 8.16692815,10.3979168 7.94255917,10.3979168 L7.94255917,11.0854168 Z" id="Path"></path>
|
|
12
|
+
<path d="M7.5362725,9.99166684 C7.5362725,9.76730164 7.7181439,9.58541684 7.94255917,9.58541684 L7.94255917,8.89791684 C8.54659577,8.89791684 9.0362725,9.38762965 9.0362725,9.99166684 C9.0362725,10.5554349 8.60970966,11.0196137 8.06173048,11.0789986 L7.94255917,11.0854168 L7.94255917,10.3979168 C7.7181439,10.3979168 7.5362725,10.216032 7.5362725,9.99166684 Z" id="Path"></path>
|
|
13
|
+
<path d="M11.3800225,11.7454168 C10.7759673,11.7454168 10.2862725,11.2557221 10.2862725,10.6516668 C10.2862725,10.087882 10.7128511,9.62371774 11.2608475,9.56433489 L11.3800225,9.55791684 L11.3800225,10.2454168 C11.6043944,10.2454168 11.7862725,10.4272949 11.7862725,10.6516668 C11.7862725,10.8760387 11.6043944,11.0579168 11.3800225,11.0579168 L11.3800225,11.7454168 Z" id="Path"></path>
|
|
14
|
+
<path d="M10.9737725,10.6516668 C10.9737725,10.4272949 11.1556506,10.2454168 11.3800225,10.2454168 L11.3800225,9.55791684 C11.9840777,9.55791684 12.4737725,10.0476116 12.4737725,10.6516668 C12.4737725,11.2154517 12.0471939,11.6796159 11.4991975,11.7389988 L11.3800225,11.7454168 L11.3800225,11.0579168 C11.1556506,11.0579168 10.9737725,10.8760387 10.9737725,10.6516668 Z" id="Path"></path>
|
|
15
|
+
<g transform="translate(10.062314, 6.783324)" id="Path">
|
|
16
|
+
<path d="M0.630208333,1.55208333 C0.0261530309,1.55208333 -0.463541667,1.06239766 -0.463541667,0.458333333 C-0.463541667,-0.105451547 -0.0369631106,-0.569615762 0.511033304,-0.628998613 L0.630208333,-0.635416667 L0.630208333,0.0520833333 C0.854573971,0.0520833333 1.03645833,0.233964346 1.03645833,0.458333333 C1.03645833,0.682705229 0.854580229,0.864583333 0.630208333,0.864583333 L0.630208333,1.55208333 Z"></path>
|
|
17
|
+
<path d="M0.223958333,0.458333333 C0.223958333,0.233964346 0.405842696,0.0520833333 0.630208333,0.0520833333 L0.630208333,-0.635416667 C1.23426356,-0.635416667 1.72395833,-0.145721896 1.72395833,0.458333333 C1.72395833,1.0221267 1.29737984,1.48628356 0.749383376,1.54566539 L0.630208333,1.55208333 L0.630208333,0.864583333 C0.405836438,0.864583333 0.223958333,0.682705229 0.223958333,0.458333333 Z"></path>
|
|
18
|
+
</g>
|
|
19
|
+
<g transform="translate(13.495231, 7.447917)" id="Path">
|
|
20
|
+
<path d="M0.630208333,1.55208333 C0.0261530309,1.55208333 -0.463541667,1.06239766 -0.463541667,0.458333333 C-0.463541667,-0.105460034 -0.0369631746,-0.569616893 0.511033291,-0.628998726 L0.630208333,-0.635416667 L0.630208333,0.0520833333 C0.854573971,0.0520833333 1.03645833,0.233964346 1.03645833,0.458333333 C1.03645833,0.682702321 0.854573971,0.864583333 0.630208333,0.864583333 L0.630208333,1.55208333 Z"></path>
|
|
21
|
+
<path d="M0.223958333,0.458333333 C0.223958333,0.233964346 0.405842696,0.0520833333 0.630208333,0.0520833333 L0.630208333,-0.635416667 C1.23426364,-0.635416667 1.72395833,-0.145730989 1.72395833,0.458333333 C1.72395833,1.0221267 1.29737984,1.48628356 0.749383376,1.54566539 L0.630208333,1.55208333 L0.630208333,0.864583333 C0.405842696,0.864583333 0.223958333,0.682702321 0.223958333,0.458333333 Z"></path>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
package/assets/group.svg
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
|
|
5
|
+
<g id="Layer_1">
|
|
6
|
+
<path d="M35.835,20.579C38.335,18.978,40,16.183,40,13c0-4.963-4.038-9-9-9c-0.857,0-1.705,0.128-2.531,0.373
|
|
7
|
+
C26.635,2.31,23.971,1,21,1c-5.514,0-10,4.486-10,10c0,3.431,1.739,6.464,4.38,8.265C9.463,20.481,5,25.729,5,32v17h32v-4h8V33
|
|
8
|
+
C45,27.166,41.137,22.219,35.835,20.579z M29.722,6.12C30.144,6.04,30.571,6,31,6c3.86,0,7,3.141,7,7s-3.14,7-7,7
|
|
9
|
+
c-1.373,0-2.695-0.4-3.826-1.144c0.015-0.012,0.027-0.025,0.042-0.037c0.858-0.684,1.599-1.505,2.195-2.431
|
|
10
|
+
c0.023-0.036,0.044-0.074,0.067-0.11c0.168-0.269,0.324-0.546,0.466-0.832c0.026-0.053,0.052-0.107,0.077-0.16
|
|
11
|
+
c0.13-0.272,0.247-0.551,0.353-0.836c0.024-0.064,0.048-0.128,0.071-0.193c0.096-0.276,0.177-0.557,0.249-0.844
|
|
12
|
+
c0.019-0.074,0.04-0.148,0.057-0.222c0.063-0.282,0.112-0.569,0.15-0.86c0.011-0.078,0.027-0.154,0.035-0.232
|
|
13
|
+
C30.976,11.739,31,11.372,31,11c0-0.396-0.029-0.785-0.074-1.169c-0.014-0.121-0.037-0.24-0.055-0.361
|
|
14
|
+
c-0.042-0.27-0.092-0.536-0.155-0.798c-0.03-0.126-0.062-0.251-0.097-0.375c-0.082-0.291-0.177-0.575-0.284-0.855
|
|
15
|
+
c-0.029-0.075-0.052-0.152-0.083-0.227c-0.152-0.371-0.326-0.73-0.52-1.077C29.728,6.132,29.725,6.126,29.722,6.12z M13,11
|
|
16
|
+
c0-4.411,3.589-8,8-8c2.477,0,4.693,1.132,6.162,2.904l0.064,0.083c0.049,0.06,0.092,0.125,0.139,0.186
|
|
17
|
+
c0.508,0.669,0.897,1.398,1.171,2.167c0.019,0.053,0.04,0.104,0.057,0.157c0.119,0.357,0.208,0.724,0.275,1.096
|
|
18
|
+
c0.014,0.079,0.025,0.159,0.037,0.239C28.961,10.217,29,10.605,29,11c0,0.328-0.025,0.652-0.065,0.973
|
|
19
|
+
c-0.009,0.076-0.023,0.15-0.034,0.225c-0.041,0.264-0.092,0.525-0.159,0.782c-0.014,0.055-0.027,0.11-0.042,0.165
|
|
20
|
+
c-0.181,0.643-0.439,1.26-0.771,1.836c-0.007,0.011-0.014,0.022-0.02,0.033c-0.161,0.276-0.339,0.541-0.532,0.797
|
|
21
|
+
c-0.018,0.024-0.036,0.049-0.054,0.073c-0.408,0.528-0.883,1.006-1.417,1.422c-0.028,0.022-0.057,0.042-0.085,0.064
|
|
22
|
+
c-0.254,0.192-0.519,0.372-0.797,0.534c-0.032,0.019-0.063,0.039-0.095,0.058l-0.155,0.09C23.648,18.655,22.364,19,21,19
|
|
23
|
+
C16.589,19,13,15.411,13,11z M35,47H7V32c0-6.065,4.935-11,11-11h6c1.495,0,2.921,0.302,4.222,0.845l0.192,0.086
|
|
24
|
+
c0.111,0.049,0.218,0.105,0.327,0.158c0.297,0.142,0.584,0.297,0.864,0.463c0.127,0.076,0.256,0.15,0.38,0.231
|
|
25
|
+
c0.133,0.086,0.261,0.177,0.39,0.269c0.133,0.095,0.264,0.193,0.393,0.294c0.115,0.09,0.229,0.179,0.34,0.273
|
|
26
|
+
c0.169,0.144,0.332,0.294,0.492,0.448c0.126,0.121,0.249,0.245,0.369,0.372c0.135,0.143,0.269,0.287,0.397,0.436
|
|
27
|
+
c0.095,0.112,0.186,0.226,0.276,0.341c0.102,0.13,0.2,0.262,0.297,0.397c0.088,0.122,0.176,0.244,0.259,0.37
|
|
28
|
+
c0.114,0.173,0.219,0.352,0.323,0.531c0.109,0.188,0.21,0.379,0.308,0.573c0.072,0.142,0.142,0.285,0.208,0.431
|
|
29
|
+
c0.065,0.144,0.126,0.291,0.184,0.438c0.062,0.157,0.119,0.316,0.175,0.476c0.046,0.134,0.096,0.267,0.137,0.403
|
|
30
|
+
c0.084,0.279,0.157,0.562,0.219,0.849c0.024,0.11,0.041,0.223,0.062,0.334c0.041,0.222,0.076,0.446,0.103,0.672
|
|
31
|
+
c0.013,0.106,0.026,0.212,0.035,0.319C34.979,31.336,35,31.666,35,32v13V47z M43,43h-6V32c0-0.475-0.029-0.943-0.079-1.405
|
|
32
|
+
c-0.012-0.111-0.035-0.219-0.05-0.329c-0.048-0.355-0.103-0.707-0.179-1.052c-0.026-0.116-0.06-0.229-0.089-0.344
|
|
33
|
+
c-0.084-0.336-0.176-0.669-0.285-0.994c-0.038-0.113-0.082-0.224-0.123-0.336c-0.117-0.32-0.244-0.634-0.385-0.942
|
|
34
|
+
c-0.052-0.112-0.106-0.222-0.161-0.333c-0.148-0.299-0.306-0.592-0.476-0.878c-0.065-0.109-0.13-0.217-0.197-0.325
|
|
35
|
+
c-0.178-0.28-0.367-0.551-0.565-0.817c-0.075-0.1-0.147-0.202-0.224-0.3c-0.218-0.275-0.449-0.537-0.687-0.793
|
|
36
|
+
c-0.07-0.075-0.134-0.153-0.206-0.227c-0.316-0.323-0.645-0.633-0.993-0.922C38.227,22.163,43,27.035,43,33V43z"/>
|
|
37
|
+
</g>
|
|
38
|
+
<g>
|
|
39
|
+
</g>
|
|
40
|
+
</svg>
|
|
Binary file
|
package/assets/heart.png
ADDED
|
Binary file
|