@mobilon-dev/chotto 0.3.98 → 0.3.99

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 (211) hide show
  1. package/dist/chotto.css +1 -1
  2. package/dist/components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue.js +4 -29
  3. package/dist/components/1_atoms/ButtonContextMenu/ButtonContextMenu.vue2.js +61 -42
  4. package/dist/components/1_atoms/ContactContextMenu/ContactContextMenu.vue.js +4 -47
  5. package/dist/components/1_atoms/ContactContextMenu/ContactContextMenu.vue2.js +82 -55
  6. package/dist/components/1_atoms/ContextMenu/ContextMenu.vue.js +51 -86
  7. package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue.js +4 -32
  8. package/dist/components/1_atoms/EmbedPreview/EmbedPreview.vue2.js +28 -7
  9. package/dist/components/1_atoms/EmojiGlyph/EmojiGlyph.vue.js +38 -22
  10. package/dist/components/1_atoms/EmojiGlyph/EmojiGlyph.vue2.js +2 -33
  11. package/dist/components/1_atoms/LinkPreview/LinkPreview.vue.js +4 -37
  12. package/dist/components/1_atoms/LinkPreview/LinkPreview.vue2.js +21 -7
  13. package/dist/components/1_atoms/LoadingIndicator/LoadingIndicator.vue.js +19 -30
  14. package/dist/components/1_atoms/Tooltip/Tooltip.vue.js +4 -70
  15. package/dist/components/1_atoms/Tooltip/Tooltip.vue2.js +108 -76
  16. package/dist/components/1_icons/AvatarIcon.vue.js +8 -8
  17. package/dist/components/1_icons/CheckIcon.vue.js +13 -26
  18. package/dist/components/1_icons/CloseButtonIcon.vue.js +10 -16
  19. package/dist/components/1_icons/CloseIcon.vue.js +10 -16
  20. package/dist/components/1_icons/ContactCRMIcon.vue.js +10 -16
  21. package/dist/components/1_icons/MenuIcon.vue.js +10 -16
  22. package/dist/components/1_icons/MessageStatus/ErrorStatusIcon.vue.js +3 -23
  23. package/dist/components/1_icons/MessageStatus/ErrorStatusIcon.vue2.js +21 -12
  24. package/dist/components/1_icons/MessageStatus/PendingStatusIcon.vue.js +4 -36
  25. package/dist/components/1_icons/MessageStatus/PendingStatusIcon.vue2.js +26 -11
  26. package/dist/components/1_icons/MessageStatus/ReadStatusIcon.vue.js +3 -23
  27. package/dist/components/1_icons/MessageStatus/ReadStatusIcon.vue2.js +21 -12
  28. package/dist/components/1_icons/MessageStatus/ReceivedStatusIcon.vue.js +3 -23
  29. package/dist/components/1_icons/MessageStatus/ReceivedStatusIcon.vue2.js +20 -11
  30. package/dist/components/1_icons/MessageStatus/SentStatusIcon.vue.js +4 -33
  31. package/dist/components/1_icons/MessageStatus/SentStatusIcon.vue2.js +23 -11
  32. package/dist/components/1_icons/SearchIcon.vue.js +17 -29
  33. package/dist/components/1_icons/SettingsIcon.vue.js +8 -8
  34. package/dist/components/1_icons/TelegramIcon.vue.js +20 -32
  35. package/dist/components/1_icons/WhatsAppIcon.vue.js +20 -32
  36. package/dist/components/2_blocks/CommunicationPanel/CommunicationPanel.vue.js +396 -546
  37. package/dist/components/2_blocks/CommunicationPanel/CommunicationPanelAttributeIndicator.vue.js +58 -101
  38. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelCheckIcon.vue.js +8 -14
  39. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelConfirmSpinner.vue.js +7 -7
  40. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelMaxIcon.vue.js +7 -7
  41. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelPhoneIcon.vue.js +13 -19
  42. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSMSIcon.vue.js +10 -16
  43. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuMaxIcon.vue.js +23 -35
  44. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuPhoneIcon.vue.js +20 -32
  45. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuSMSIcon.vue.js +11 -17
  46. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuTelegramIcon.vue.js +8 -8
  47. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelSubmenuWhatsAppIcon.vue.js +20 -32
  48. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelTelegramIcon.vue.js +21 -33
  49. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelUnconfirmedIcon.vue.js +7 -7
  50. package/dist/components/2_blocks/CommunicationPanel/icons/CommunicationPanelWhatsAppIcon.vue.js +8 -8
  51. package/dist/components/2_blocks/FeedFoundItem/FeedFoundItem.vue.js +4 -74
  52. package/dist/components/2_blocks/FeedFoundItem/FeedFoundItem.vue2.js +42 -8
  53. package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue.js +4 -62
  54. package/dist/components/2_blocks/FeedFoundObjects/FeedFoundObjects.vue2.js +36 -15
  55. package/dist/components/2_blocks/FeedSearch/FeedSearch.vue.js +4 -49
  56. package/dist/components/2_blocks/FeedSearch/FeedSearch.vue2.js +45 -22
  57. package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue.js +4 -36
  58. package/dist/components/2_chatinput_elements/ButtonCommandsSelector/ButtonCommandsSelector.vue2.js +37 -19
  59. package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue.js +4 -61
  60. package/dist/components/2_chatinput_elements/ButtonEmojiPicker/ButtonEmojiPicker.vue2.js +96 -79
  61. package/dist/components/2_chatinput_elements/ButtonEmojiPicker/icons/SmilesIcon.vue.js +27 -31
  62. package/dist/components/2_chatinput_elements/ButtonEmojiPicker/icons/SmilesIcon.vue2.js +2 -13
  63. package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue.js +4 -72
  64. package/dist/components/2_chatinput_elements/ButtonTemplateSelector/ButtonTemplateSelector.vue2.js +83 -47
  65. package/dist/components/2_chatinput_elements/ButtonTemplateSelector/icons/ChatTemplatesIcon.vue.js +21 -19
  66. package/dist/components/2_chatinput_elements/ButtonTemplateSelector/icons/ChatTemplatesIcon.vue2.js +2 -13
  67. package/dist/components/2_chatinput_elements/ButtonWabaTemplateSelector/ButtonWabaTemplateSelector.vue.js +51 -80
  68. package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue.js +4 -182
  69. package/dist/components/2_chatinput_elements/FilePreview/FilePreview.vue2.js +135 -25
  70. package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue.js +4 -78
  71. package/dist/components/2_chatinput_elements/FileUploader/FileUploader.vue2.js +95 -73
  72. package/dist/components/2_chatinput_elements/FileUploader/icons/FileUploaderIcon.vue.js +17 -15
  73. package/dist/components/2_chatinput_elements/FileUploader/icons/FileUploaderIcon.vue2.js +2 -13
  74. package/dist/components/2_chatinput_elements/PlaceholderComponent/PlaceholderComponent.vue.js +33 -39
  75. package/dist/components/2_chatinput_elements/StickerPicker/StickerPicker.vue.js +4 -220
  76. package/dist/components/2_chatinput_elements/StickerPicker/StickerPicker.vue2.js +256 -146
  77. package/dist/components/2_chatinput_elements/StickerPicker/icons/StickerIcon.vue.js +41 -39
  78. package/dist/components/2_chatinput_elements/StickerPicker/icons/StickerIcon.vue2.js +2 -13
  79. package/dist/components/2_chatinput_elements/TemplateSelector/TemplateSelector.vue.js +163 -233
  80. package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue.js +4 -164
  81. package/dist/components/2_chatinput_elements/TextFormatToolbar/TextFormatToolbar.vue2.js +175 -87
  82. package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue.js +4 -73
  83. package/dist/components/2_chatinput_elements/WABAAttachmentSection/WABAAttachmentSection.vue2.js +60 -34
  84. package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue.js +4 -47
  85. package/dist/components/2_chatinput_elements/WABAQuickReplyButtons/WABAQuickReplyButtons.vue2.js +23 -10
  86. package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue.js +4 -52
  87. package/dist/components/2_chatinput_elements/WABASeparatedQuickButtons/WABASeparatedQuickButtons.vue2.js +26 -8
  88. package/dist/components/2_chatinput_elements/WABATemplateSelector/WABATemplateSelector.vue.js +220 -299
  89. package/dist/components/2_chatlist_elements/ChatFilter/ChatFilter.vue.js +33 -39
  90. package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue.js +4 -306
  91. package/dist/components/2_chatlist_elements/ChatItem/ChatItem.vue2.js +311 -134
  92. package/dist/components/2_chatlist_elements/ChatItem/icons/AudioIcon.vue.js +12 -18
  93. package/dist/components/2_chatlist_elements/ChatItem/icons/FileIcon.vue.js +11 -23
  94. package/dist/components/2_chatlist_elements/ChatItem/icons/ImageIcon.vue.js +7 -7
  95. package/dist/components/2_chatlist_elements/ChatItem/icons/MissedCallIcon.vue.js +22 -34
  96. package/dist/components/2_chatlist_elements/ChatItem/icons/StickerIcon.vue.js +9 -15
  97. package/dist/components/2_chatlist_elements/ChatItem/icons/VideoIcon.vue.js +14 -26
  98. package/dist/components/2_chatlist_elements/ChatItem/icons/VoiceIcon.vue.js +7 -7
  99. package/dist/components/2_chatlist_elements/ChatTabs/ChatTabs.vue.js +24 -52
  100. package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue.js +4 -84
  101. package/dist/components/2_elements/AudioRecorder/AudioRecorder.vue2.js +67 -35
  102. package/dist/components/2_elements/ChannelSelector/ChannelSelector.vue.js +38 -72
  103. package/dist/components/2_elements/ChatInfo/ChatInfo.vue.js +57 -76
  104. package/dist/components/2_elements/ChatPanel/ChatPanel.vue.js +29 -41
  105. package/dist/components/2_elements/ContactInfo/ContactInfo.vue.js +115 -176
  106. package/dist/components/2_elements/ThemeMode/ThemeMode.vue.js +27 -48
  107. package/dist/components/2_elements/UserProfile/UserProfile.vue.js +28 -58
  108. package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue.js +4 -54
  109. package/dist/components/2_elements/VideoRecorder/VideoRecorder.vue2.js +39 -19
  110. package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue.js +4 -458
  111. package/dist/components/2_feed_elements/AudioMessage/AudioMessage.vue2.js +471 -160
  112. package/dist/components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue.js +4 -19
  113. package/dist/components/2_feed_elements/BaseEditMessage/BaseEditMessage.vue2.js +22 -12
  114. package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue.js +4 -26
  115. package/dist/components/2_feed_elements/BaseReplyMessage/BaseReplyMessage.vue2.js +39 -26
  116. package/dist/components/2_feed_elements/CallMessage/CallMessage.vue.js +4 -482
  117. package/dist/components/2_feed_elements/CallMessage/CallMessage.vue2.js +448 -148
  118. package/dist/components/2_feed_elements/CallMessage/icons/IncomingCallIcon.vue.js +19 -17
  119. package/dist/components/2_feed_elements/CallMessage/icons/IncomingCallIcon.vue2.js +2 -13
  120. package/dist/components/2_feed_elements/CallMessage/icons/OutgoingCallIcon.vue.js +19 -17
  121. package/dist/components/2_feed_elements/CallMessage/icons/OutgoingCallIcon.vue2.js +2 -13
  122. package/dist/components/2_feed_elements/DateMessage/DateMessage.vue.js +4 -17
  123. package/dist/components/2_feed_elements/DateMessage/DateMessage.vue2.js +7 -7
  124. package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue.js +3 -16
  125. package/dist/components/2_feed_elements/DateMessageSticky/DateMessageSticky.vue2.js +7 -7
  126. package/dist/components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue.js +4 -67
  127. package/dist/components/2_feed_elements/DeletedMessageContent/DeletedMessageContent.vue2.js +43 -11
  128. package/dist/components/2_feed_elements/DeletedMessageContent/icons/DeletedMessageIcon.vue.js +10 -16
  129. package/dist/components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue.js +4 -60
  130. package/dist/components/2_feed_elements/DelimiterMessage/DelimiterMessage.vue2.js +53 -36
  131. package/dist/components/2_feed_elements/EditTextMessage/EditTextMessage.vue.js +4 -22
  132. package/dist/components/2_feed_elements/EditTextMessage/EditTextMessage.vue2.js +15 -8
  133. package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue.js +4 -43
  134. package/dist/components/2_feed_elements/FeedKeyboard/FeedKeyboard.vue2.js +25 -10
  135. package/dist/components/2_feed_elements/FileMessage/FileMessage.vue.js +4 -250
  136. package/dist/components/2_feed_elements/FileMessage/FileMessage.vue2.js +233 -67
  137. package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue.js +4 -315
  138. package/dist/components/2_feed_elements/ImageMessage/ImageMessage.vue2.js +319 -98
  139. package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue.js +4 -39
  140. package/dist/components/2_feed_elements/MessageKeyboard/MessageKeyboard.vue2.js +22 -12
  141. package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue.js +4 -155
  142. package/dist/components/2_feed_elements/MessageReactions/MessageReactions.vue2.js +212 -110
  143. package/dist/components/2_feed_elements/MessageReactions/icons/DeleteIcon.vue.js +20 -32
  144. package/dist/components/2_feed_elements/MessageReactions/icons/EditIcon.vue.js +20 -32
  145. package/dist/components/2_feed_elements/MessageReactions/icons/ExpandReactionsIcon.vue.js +11 -17
  146. package/dist/components/2_feed_elements/MessageReactions/icons/MessageActionsIcon.vue.js +10 -16
  147. package/dist/components/2_feed_elements/MessageReactions/icons/ReplyIcon.vue.js +11 -17
  148. package/dist/components/2_feed_elements/MessageSmsInvite/MessageSmsInvite.vue.js +4 -22
  149. package/dist/components/2_feed_elements/MessageSmsInvite/MessageSmsInvite.vue2.js +23 -17
  150. package/dist/components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue.js +4 -28
  151. package/dist/components/2_feed_elements/MessageStatusIndicator/MessageStatusIndicator.vue2.js +29 -27
  152. package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue.js +4 -142
  153. package/dist/components/2_feed_elements/MissedCallMessage/MissedCallMessage.vue2.js +121 -33
  154. package/dist/components/2_feed_elements/MissedCallMessage/icons/MissedCallIcon.vue.js +22 -34
  155. package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue.js +4 -55
  156. package/dist/components/2_feed_elements/ReplyAudioMessage/ReplyAudioMessage.vue2.js +30 -8
  157. package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue.js +4 -47
  158. package/dist/components/2_feed_elements/ReplyCallMessage/ReplyCallMessage.vue2.js +25 -9
  159. package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue.js +4 -56
  160. package/dist/components/2_feed_elements/ReplyFileMessage/ReplyFileMessage.vue2.js +37 -8
  161. package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue.js +4 -72
  162. package/dist/components/2_feed_elements/ReplyImageMessage/ReplyImageMessage.vue2.js +59 -10
  163. package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue.js +4 -142
  164. package/dist/components/2_feed_elements/ReplyStickerMessage/ReplyStickerMessage.vue2.js +120 -36
  165. package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue.js +4 -49
  166. package/dist/components/2_feed_elements/ReplyTextMessage/ReplyTextMessage.vue2.js +53 -15
  167. package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue.js +4 -75
  168. package/dist/components/2_feed_elements/ReplyVideoMessage/ReplyVideoMessage.vue2.js +63 -10
  169. package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue.js +4 -18
  170. package/dist/components/2_feed_elements/SplashScreen/SplashScreen.vue2.js +17 -9
  171. package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue.js +4 -346
  172. package/dist/components/2_feed_elements/StickerMessage/StickerMessage.vue2.js +307 -73
  173. package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue.js +4 -17
  174. package/dist/components/2_feed_elements/SystemMessage/SystemMessage.vue2.js +7 -7
  175. package/dist/components/2_feed_elements/TextMessage/TextMessage.vue.js +4 -307
  176. package/dist/components/2_feed_elements/TextMessage/TextMessage.vue2.js +269 -65
  177. package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue.js +4 -37
  178. package/dist/components/2_feed_elements/TypingMessage/TypingMessage.vue2.js +21 -7
  179. package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue.js +4 -307
  180. package/dist/components/2_feed_elements/VideoMessage/VideoMessage.vue2.js +298 -76
  181. package/dist/components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue.js +4 -64
  182. package/dist/components/2_modals/ConfirmDeleteMessage/ConfirmDeleteMessage.vue3.js +45 -10
  183. package/dist/components/2_modals/CreateChat/CreateChat.vue.js +18 -35
  184. package/dist/components/2_modals/CreateChat2/CreateChat2.vue.js +92 -140
  185. package/dist/components/2_modals/CreateDialog/CreateDialog.vue.js +49 -96
  186. package/dist/components/2_modals/Modal/Modal.vue.js +50 -59
  187. package/dist/components/2_modals/ModalFullscreen/ModalFullscreen.vue.js +38 -51
  188. package/dist/components/2_modals/ModalNoFooter/ModalNoFooter.vue.js +30 -39
  189. package/dist/components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue.js +4 -155
  190. package/dist/components/2_modals/ModalVideoRecorder/ModalVideoRecorder.vue2.js +121 -49
  191. package/dist/components/2_modals/SelectUser/SelectUser.vue.js +43 -60
  192. package/dist/components/2_modals/SelectUser2/SelectUser2.vue.js +24 -41
  193. package/dist/components/3_compounds/ChatInput/ChatInput.vue.js +4 -85
  194. package/dist/components/3_compounds/ChatInput/ChatInput.vue2.js +210 -149
  195. package/dist/components/3_compounds/ChatInput/icons/SendIcon.vue.js +21 -25
  196. package/dist/components/3_compounds/ChatInput/icons/SendIcon.vue2.js +2 -13
  197. package/dist/components/3_compounds/ChatList/ChatList.vue.js +163 -253
  198. package/dist/components/3_compounds/ChatList/ChatListHeader.vue.js +32 -50
  199. package/dist/components/3_compounds/ChatList/icons/LogoIcon.vue.js +6 -6
  200. package/dist/components/3_compounds/Feed/Feed.vue.js +4 -172
  201. package/dist/components/3_compounds/Feed/Feed.vue2.js +257 -126
  202. package/dist/components/3_compounds/SideBar/SideBar.vue.js +202 -279
  203. package/dist/components/4_layouts/AdaptiveExtendedLayout/AdaptiveExtendedLayout.vue.js +36 -43
  204. package/dist/components/4_layouts/BaseLayout/BaseLayout.vue.js +5 -5
  205. package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue.js +4 -32
  206. package/dist/components/4_layouts/ChatWrapper/ChatWrapper.vue2.js +29 -7
  207. package/dist/components/4_layouts/ExtendedLayout/ExtendedLayout.vue.js +7 -7
  208. package/dist/components/4_layouts/FeedLayout/FeedLayout.vue.js +8 -8
  209. package/dist/components/5_containers/BaseContainer/BaseContainer.vue.js +18 -31
  210. package/dist/components/5_containers/FloatContainer/FloatContainer.vue.js +56 -85
  211. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
- import { createElementBlock as i, openBlock as r, createStaticVNode as o } from "vue";
2
- import s from "../../_virtual/_plugin-vue_export-helper.js";
3
- const c = {
1
+ import { createElementBlock as i, openBlock as r, createStaticVNode as C } from "vue";
2
+ import h from "../../_virtual/_plugin-vue_export-helper.js";
3
+ const l = {
4
4
  name: "AvatarIcon",
5
5
  props: {
6
6
  size: {
@@ -24,8 +24,8 @@ const c = {
24
24
  return this.height || this.size;
25
25
  }
26
26
  }
27
- }, h = ["width", "height"];
28
- function C(n, t, e, a, l, p) {
27
+ }, o = ["width", "height"];
28
+ function d(n, t, e, s, a, p) {
29
29
  return r(), i("svg", {
30
30
  width: e.size,
31
31
  height: e.size,
@@ -33,10 +33,10 @@ function C(n, t, e, a, l, p) {
33
33
  fill: "none",
34
34
  xmlns: "http://www.w3.org/2000/svg"
35
35
  }, [...t[0] || (t[0] = [
36
- o('<g clip-path="url(#clip0_4389_421)"><path d="M35.4075 18.75C35.4075 21.2364 34.3978 23.621 32.6005 25.3791C30.8032 27.1373 28.3655 28.125 25.8237 28.125C23.282 28.125 20.8443 27.1373 19.047 25.3791C17.2497 23.621 16.24 21.2364 16.24 18.75C16.24 16.2636 17.2497 13.879 19.047 12.1209C20.8443 10.3627 23.282 9.375 25.8237 9.375C28.3655 9.375 30.8032 10.3627 32.6005 12.1209C34.3978 13.879 35.4075 16.2636 35.4075 18.75Z" fill="#DCDCDC"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M0.26709 25C0.26709 18.3696 2.95966 12.0107 7.75247 7.32233C12.5453 2.63392 19.0457 0 25.8238 0C32.6018 0 39.1023 2.63392 43.8951 7.32233C48.6879 12.0107 51.3805 18.3696 51.3805 25C51.3805 31.6304 48.6879 37.9893 43.8951 42.6777C39.1023 47.3661 32.6018 50 25.8238 50C19.0457 50 12.5453 47.3661 7.75247 42.6777C2.95966 37.9893 0.26709 31.6304 0.26709 25ZM25.8238 3.125C21.6126 3.12522 17.4871 4.28863 13.922 6.48134C10.357 8.67404 7.49734 11.8069 5.67221 15.5194C3.84709 19.2318 3.13067 23.3729 3.60543 27.4661C4.08018 31.5593 5.72681 35.4382 8.35578 38.6562C10.6239 35.0812 15.6171 31.25 25.8238 31.25C36.0305 31.25 41.0204 35.0781 43.2918 38.6562C45.9207 35.4382 47.5674 31.5593 48.0421 27.4661C48.5169 23.3729 47.8005 19.2318 45.9753 15.5194C44.1502 11.8069 41.2906 8.67404 37.7255 6.48134C34.1605 4.28863 30.0349 3.12522 25.8238 3.125Z" fill="#DCDCDC"></path></g><defs><clipPath id="clip0_4389_421"><rect width="51.1134" height="50" fill="white" transform="translate(0.26709)"></rect></clipPath></defs>', 2)
37
- ])], 8, h);
36
+ C('<g clip-path="url(#clip0_4389_421)"><path d="M35.4075 18.75C35.4075 21.2364 34.3978 23.621 32.6005 25.3791C30.8032 27.1373 28.3655 28.125 25.8237 28.125C23.282 28.125 20.8443 27.1373 19.047 25.3791C17.2497 23.621 16.24 21.2364 16.24 18.75C16.24 16.2636 17.2497 13.879 19.047 12.1209C20.8443 10.3627 23.282 9.375 25.8237 9.375C28.3655 9.375 30.8032 10.3627 32.6005 12.1209C34.3978 13.879 35.4075 16.2636 35.4075 18.75Z" fill="#DCDCDC"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M0.26709 25C0.26709 18.3696 2.95966 12.0107 7.75247 7.32233C12.5453 2.63392 19.0457 0 25.8238 0C32.6018 0 39.1023 2.63392 43.8951 7.32233C48.6879 12.0107 51.3805 18.3696 51.3805 25C51.3805 31.6304 48.6879 37.9893 43.8951 42.6777C39.1023 47.3661 32.6018 50 25.8238 50C19.0457 50 12.5453 47.3661 7.75247 42.6777C2.95966 37.9893 0.26709 31.6304 0.26709 25ZM25.8238 3.125C21.6126 3.12522 17.4871 4.28863 13.922 6.48134C10.357 8.67404 7.49734 11.8069 5.67221 15.5194C3.84709 19.2318 3.13067 23.3729 3.60543 27.4661C4.08018 31.5593 5.72681 35.4382 8.35578 38.6562C10.6239 35.0812 15.6171 31.25 25.8238 31.25C36.0305 31.25 41.0204 35.0781 43.2918 38.6562C45.9207 35.4382 47.5674 31.5593 48.0421 27.4661C48.5169 23.3729 47.8005 19.2318 45.9753 15.5194C44.1502 11.8069 41.2906 8.67404 37.7255 6.48134C34.1605 4.28863 30.0349 3.12522 25.8238 3.125Z" fill="#DCDCDC"></path></g><defs><clipPath id="clip0_4389_421"><rect width="51.1134" height="50" fill="white" transform="translate(0.26709)"></rect></clipPath></defs>', 2)
37
+ ])], 8, o);
38
38
  }
39
- const u = /* @__PURE__ */ s(c, [["render", C], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_icons/AvatarIcon.vue"]]);
39
+ const u = /* @__PURE__ */ h(l, [["render", d]]);
40
40
  export {
41
41
  u as default
42
42
  };
@@ -1,6 +1,5 @@
1
- import { createElementBlock as r, openBlock as l, normalizeStyle as c, createElementVNode as n } from "vue";
2
- import s from "../../_virtual/_plugin-vue_export-helper.js";
3
- const _ = {
1
+ import { createElementBlock as e, openBlock as t, normalizeStyle as o, createElementVNode as C } from "vue";
2
+ const n = ["fill"], a = {
4
3
  __name: "CheckIcon",
5
4
  props: {
6
5
  fillColor: {
@@ -8,34 +7,22 @@ const _ = {
8
7
  default: "#5F5F5F"
9
8
  }
10
9
  },
11
- setup(t, { expose: o }) {
12
- o();
13
- const e = {};
14
- return Object.defineProperty(e, "__isScriptSetup", { enumerable: !1, value: !0 }), e;
15
- }
16
- }, i = ["fill"];
17
- function p(t, o, e, C, a, f) {
18
- return l(), r(
19
- "svg",
20
- {
10
+ setup(l) {
11
+ return (r, i) => (t(), e("svg", {
21
12
  width: "14",
22
13
  height: "14",
23
14
  viewBox: "0 0 14 14",
24
15
  fill: "none",
25
16
  xmlns: "http://www.w3.org/2000/svg",
26
- style: c({ color: e.fillColor })
27
- },
28
- [
29
- n("path", {
17
+ style: o({ color: l.fillColor })
18
+ }, [
19
+ C("path", {
30
20
  d: "M11.1436 3.47369C11.2033 3.41276 11.2745 3.36436 11.3532 3.33131C11.4318 3.29827 11.5163 3.28125 11.6016 3.28125C11.6869 3.28125 11.7714 3.29827 11.85 3.33131C11.9287 3.36436 12 3.41276 12.0597 3.47369C12.3099 3.72657 12.3134 4.13519 12.0684 4.39244L6.89456 10.5087C6.83581 10.5732 6.76453 10.625 6.68506 10.661C6.60559 10.6971 6.51962 10.7165 6.43239 10.7181C6.34516 10.7198 6.25851 10.7036 6.17775 10.6706C6.09698 10.6376 6.0238 10.5884 5.96268 10.5262L2.81443 7.33594C2.69301 7.21212 2.625 7.04561 2.625 6.87219C2.625 6.69877 2.69301 6.53227 2.81443 6.40844C2.87415 6.34751 2.94542 6.29911 3.02407 6.26606C3.10272 6.23302 3.18718 6.216 3.27249 6.216C3.35781 6.216 3.44226 6.23302 3.52092 6.26606C3.59957 6.29911 3.67084 6.34751 3.73056 6.40844L6.40106 9.11482L11.1261 3.49294L11.1436 3.47369Z",
31
- fill: e.fillColor
32
- }, null, 8, i)
33
- ],
34
- 4
35
- /* STYLE */
36
- );
37
- }
38
- const h = /* @__PURE__ */ s(_, [["render", p], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_icons/CheckIcon.vue"]]);
21
+ fill: l.fillColor
22
+ }, null, 8, n)
23
+ ], 4));
24
+ }
25
+ };
39
26
  export {
40
- h as default
27
+ a as default
41
28
  };
@@ -1,27 +1,21 @@
1
- import { createElementBlock as C, openBlock as t, createElementVNode as e } from "vue";
1
+ import { createElementBlock as t, openBlock as e, createElementVNode as o } from "vue";
2
2
  import n from "../../_virtual/_plugin-vue_export-helper.js";
3
- const r = {}, s = {
3
+ const r = {}, l = {
4
4
  width: "18",
5
5
  height: "18",
6
6
  viewBox: "0 0 18 18",
7
7
  fill: "none",
8
8
  xmlns: "http://www.w3.org/2000/svg"
9
9
  };
10
- function c(l, o) {
11
- return t(), C("svg", s, [...o[0] || (o[0] = [
12
- e(
13
- "path",
14
- {
15
- d: "M0.950642 1.92512C0.886721 1.8612 0.836016 1.78531 0.801422 1.7018C0.766829 1.61828 0.749023 1.52877 0.749023 1.43837C0.749023 1.34797 0.766829 1.25846 0.801422 1.17494C0.836016 1.09142 0.886721 1.01554 0.950642 0.951618C1.01456 0.887697 1.09045 0.836993 1.17396 0.802399C1.25748 0.767805 1.34699 0.75 1.43739 0.75C1.52779 0.75 1.6173 0.767805 1.70082 0.802399C1.78434 0.836993 1.86022 0.887697 1.92414 0.951618L8.99989 8.02874L16.0756 0.951618C16.1396 0.887697 16.2154 0.836993 16.299 0.802399C16.3825 0.767805 16.472 0.75 16.5624 0.75C16.6528 0.75 16.7423 0.767805 16.8258 0.802399C16.9093 0.836993 16.9852 0.887697 17.0491 0.951618C17.1131 1.01554 17.1638 1.09142 17.1984 1.17494C17.233 1.25846 17.2508 1.34797 17.2508 1.43837C17.2508 1.52877 17.233 1.61828 17.1984 1.7018C17.1638 1.78531 17.1131 1.8612 17.0491 1.92512L9.97202 9.00087L17.0491 16.0766C17.1131 16.1405 17.1638 16.2164 17.1984 16.2999C17.233 16.3835 17.2508 16.473 17.2508 16.5634C17.2508 16.6538 17.233 16.7433 17.1984 16.8268C17.1638 16.9103 17.1131 16.9862 17.0491 17.0501C16.9852 17.114 16.9093 17.1647 16.8258 17.1993C16.7423 17.2339 16.6528 17.2517 16.5624 17.2517C16.472 17.2517 16.3825 17.2339 16.299 17.1993C16.2154 17.1647 16.1396 17.114 16.0756 17.0501L8.99989 9.97299L1.92414 17.0501C1.86022 17.114 1.78434 17.1647 1.70082 17.1993C1.6173 17.2339 1.52779 17.2517 1.43739 17.2517C1.34699 17.2517 1.25748 17.2339 1.17396 17.1993C1.09045 17.1647 1.01456 17.114 0.950642 17.0501C0.886721 16.9862 0.836016 16.9103 0.801422 16.8268C0.766829 16.7433 0.749023 16.6538 0.749023 16.5634C0.749023 16.473 0.766829 16.3835 0.801422 16.2999C0.836016 16.2164 0.886721 16.1405 0.950642 16.0766L8.02777 9.00087L0.950642 1.92512Z",
16
- fill: "#5F5F5F"
17
- },
18
- null,
19
- -1
20
- /* CACHED */
21
- )
10
+ function s(c, C) {
11
+ return e(), t("svg", l, [...C[0] || (C[0] = [
12
+ o("path", {
13
+ d: "M0.950642 1.92512C0.886721 1.8612 0.836016 1.78531 0.801422 1.7018C0.766829 1.61828 0.749023 1.52877 0.749023 1.43837C0.749023 1.34797 0.766829 1.25846 0.801422 1.17494C0.836016 1.09142 0.886721 1.01554 0.950642 0.951618C1.01456 0.887697 1.09045 0.836993 1.17396 0.802399C1.25748 0.767805 1.34699 0.75 1.43739 0.75C1.52779 0.75 1.6173 0.767805 1.70082 0.802399C1.78434 0.836993 1.86022 0.887697 1.92414 0.951618L8.99989 8.02874L16.0756 0.951618C16.1396 0.887697 16.2154 0.836993 16.299 0.802399C16.3825 0.767805 16.472 0.75 16.5624 0.75C16.6528 0.75 16.7423 0.767805 16.8258 0.802399C16.9093 0.836993 16.9852 0.887697 17.0491 0.951618C17.1131 1.01554 17.1638 1.09142 17.1984 1.17494C17.233 1.25846 17.2508 1.34797 17.2508 1.43837C17.2508 1.52877 17.233 1.61828 17.1984 1.7018C17.1638 1.78531 17.1131 1.8612 17.0491 1.92512L9.97202 9.00087L17.0491 16.0766C17.1131 16.1405 17.1638 16.2164 17.1984 16.2999C17.233 16.3835 17.2508 16.473 17.2508 16.5634C17.2508 16.6538 17.233 16.7433 17.1984 16.8268C17.1638 16.9103 17.1131 16.9862 17.0491 17.0501C16.9852 17.114 16.9093 17.1647 16.8258 17.1993C16.7423 17.2339 16.6528 17.2517 16.5624 17.2517C16.472 17.2517 16.3825 17.2339 16.299 17.1993C16.2154 17.1647 16.1396 17.114 16.0756 17.0501L8.99989 9.97299L1.92414 17.0501C1.86022 17.114 1.78434 17.1647 1.70082 17.1993C1.6173 17.2339 1.52779 17.2517 1.43739 17.2517C1.34699 17.2517 1.25748 17.2339 1.17396 17.1993C1.09045 17.1647 1.01456 17.114 0.950642 17.0501C0.886721 16.9862 0.836016 16.9103 0.801422 16.8268C0.766829 16.7433 0.749023 16.6538 0.749023 16.5634C0.749023 16.473 0.766829 16.3835 0.801422 16.2999C0.836016 16.2164 0.886721 16.1405 0.950642 16.0766L8.02777 9.00087L0.950642 1.92512Z",
14
+ fill: "#5F5F5F"
15
+ }, null, -1)
22
16
  ])]);
23
17
  }
24
- const _ = /* @__PURE__ */ n(r, [["render", c], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_icons/CloseButtonIcon.vue"]]);
18
+ const m = /* @__PURE__ */ n(r, [["render", s]]);
25
19
  export {
26
- _ as default
20
+ m as default
27
21
  };
@@ -1,27 +1,21 @@
1
- import { createElementBlock as C, openBlock as o, createElementVNode as t } from "vue";
1
+ import { createElementBlock as e, openBlock as t, createElementVNode as o } from "vue";
2
2
  import n from "../../_virtual/_plugin-vue_export-helper.js";
3
- const r = {}, s = {
3
+ const r = {}, l = {
4
4
  width: "18",
5
5
  height: "18",
6
6
  viewBox: "0 0 18 18",
7
7
  fill: "none",
8
8
  xmlns: "http://www.w3.org/2000/svg"
9
9
  };
10
- function c(l, e) {
11
- return o(), C("svg", s, [...e[0] || (e[0] = [
12
- t(
13
- "path",
14
- {
15
- d: "M0.219947 1.28195C0.150215 1.21222 0.0949012 1.12943 0.0571625 1.03832C0.0194239 0.947213 7.34745e-10 0.849563 0 0.750947C-7.34745e-10 0.652332 0.0194239 0.554681 0.0571625 0.463572C0.0949012 0.372463 0.150215 0.289679 0.219947 0.219947C0.289679 0.150215 0.372463 0.0949012 0.463572 0.0571625C0.554681 0.0194239 0.652332 -7.34745e-10 0.750947 0C0.849563 7.34745e-10 0.947213 0.0194239 1.03832 0.0571625C1.12943 0.0949012 1.21222 0.150215 1.28195 0.219947L9.00095 7.94045L16.7199 0.219947C16.7897 0.150215 16.8725 0.0949012 16.9636 0.0571625C17.0547 0.0194239 17.1523 0 17.2509 0C17.3496 0 17.4472 0.0194239 17.5383 0.0571625C17.6294 0.0949012 17.7122 0.150215 17.7819 0.219947C17.8517 0.289679 17.907 0.372463 17.9447 0.463572C17.9825 0.554681 18.0019 0.652332 18.0019 0.750947C18.0019 0.849563 17.9825 0.947213 17.9447 1.03832C17.907 1.12943 17.8517 1.21222 17.7819 1.28195L10.0614 9.00095L17.7819 16.7199C17.8517 16.7897 17.907 16.8725 17.9447 16.9636C17.9825 17.0547 18.0019 17.1523 18.0019 17.2509C18.0019 17.3496 17.9825 17.4472 17.9447 17.5383C17.907 17.6294 17.8517 17.7122 17.7819 17.7819C17.7122 17.8517 17.6294 17.907 17.5383 17.9447C17.4472 17.9825 17.3496 18.0019 17.2509 18.0019C17.1523 18.0019 17.0547 17.9825 16.9636 17.9447C16.8725 17.907 16.7897 17.8517 16.7199 17.7819L9.00095 10.0614L1.28195 17.7819C1.21222 17.8517 1.12943 17.907 1.03832 17.9447C0.947213 17.9825 0.849563 18.0019 0.750947 18.0019C0.652332 18.0019 0.554681 17.9825 0.463572 17.9447C0.372463 17.907 0.289679 17.8517 0.219947 17.7819C0.150215 17.7122 0.0949012 17.6294 0.0571625 17.5383C0.0194239 17.4472 0 17.3496 0 17.2509C0 17.1523 0.0194239 17.0547 0.0571625 16.9636C0.0949012 16.8725 0.150215 16.7897 0.219947 16.7199L7.94045 9.00095L0.219947 1.28195Z",
16
- fill: "#5F5F5F"
17
- },
18
- null,
19
- -1
20
- /* CACHED */
21
- )
10
+ function s(c, C) {
11
+ return t(), e("svg", l, [...C[0] || (C[0] = [
12
+ o("path", {
13
+ d: "M0.219947 1.28195C0.150215 1.21222 0.0949012 1.12943 0.0571625 1.03832C0.0194239 0.947213 7.34745e-10 0.849563 0 0.750947C-7.34745e-10 0.652332 0.0194239 0.554681 0.0571625 0.463572C0.0949012 0.372463 0.150215 0.289679 0.219947 0.219947C0.289679 0.150215 0.372463 0.0949012 0.463572 0.0571625C0.554681 0.0194239 0.652332 -7.34745e-10 0.750947 0C0.849563 7.34745e-10 0.947213 0.0194239 1.03832 0.0571625C1.12943 0.0949012 1.21222 0.150215 1.28195 0.219947L9.00095 7.94045L16.7199 0.219947C16.7897 0.150215 16.8725 0.0949012 16.9636 0.0571625C17.0547 0.0194239 17.1523 0 17.2509 0C17.3496 0 17.4472 0.0194239 17.5383 0.0571625C17.6294 0.0949012 17.7122 0.150215 17.7819 0.219947C17.8517 0.289679 17.907 0.372463 17.9447 0.463572C17.9825 0.554681 18.0019 0.652332 18.0019 0.750947C18.0019 0.849563 17.9825 0.947213 17.9447 1.03832C17.907 1.12943 17.8517 1.21222 17.7819 1.28195L10.0614 9.00095L17.7819 16.7199C17.8517 16.7897 17.907 16.8725 17.9447 16.9636C17.9825 17.0547 18.0019 17.1523 18.0019 17.2509C18.0019 17.3496 17.9825 17.4472 17.9447 17.5383C17.907 17.6294 17.8517 17.7122 17.7819 17.7819C17.7122 17.8517 17.6294 17.907 17.5383 17.9447C17.4472 17.9825 17.3496 18.0019 17.2509 18.0019C17.1523 18.0019 17.0547 17.9825 16.9636 17.9447C16.8725 17.907 16.7897 17.8517 16.7199 17.7819L9.00095 10.0614L1.28195 17.7819C1.21222 17.8517 1.12943 17.907 1.03832 17.9447C0.947213 17.9825 0.849563 18.0019 0.750947 18.0019C0.652332 18.0019 0.554681 17.9825 0.463572 17.9447C0.372463 17.907 0.289679 17.8517 0.219947 17.7819C0.150215 17.7122 0.0949012 17.6294 0.0571625 17.5383C0.0194239 17.4472 0 17.3496 0 17.2509C0 17.1523 0.0194239 17.0547 0.0571625 16.9636C0.0949012 16.8725 0.150215 16.7897 0.219947 16.7199L7.94045 9.00095L0.219947 1.28195Z",
14
+ fill: "#5F5F5F"
15
+ }, null, -1)
22
16
  ])]);
23
17
  }
24
- const _ = /* @__PURE__ */ n(r, [["render", c], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_icons/CloseIcon.vue"]]);
18
+ const m = /* @__PURE__ */ n(r, [["render", s]]);
25
19
  export {
26
- _ as default
20
+ m as default
27
21
  };
@@ -1,27 +1,21 @@
1
- import { createElementBlock as o, openBlock as t, createElementVNode as e } from "vue";
1
+ import { createElementBlock as t, openBlock as e, createElementVNode as o } from "vue";
2
2
  import n from "../../_virtual/_plugin-vue_export-helper.js";
3
- const c = {}, r = {
3
+ const r = {}, c = {
4
4
  width: "22",
5
5
  height: "22",
6
6
  viewBox: "0 0 22 22",
7
7
  fill: "none",
8
8
  xmlns: "http://www.w3.org/2000/svg"
9
9
  };
10
- function s(l, C) {
11
- return t(), o("svg", r, [...C[0] || (C[0] = [
12
- e(
13
- "path",
14
- {
15
- d: "M8.25 11C9.34402 11 10.3932 10.5654 11.1668 9.79182C11.9404 9.01823 12.375 7.96902 12.375 6.875C12.375 5.78098 11.9404 4.73177 11.1668 3.95818C10.3932 3.1846 9.34402 2.75 8.25 2.75C7.15598 2.75 6.10677 3.1846 5.33318 3.95818C4.5596 4.73177 4.125 5.78098 4.125 6.875C4.125 7.96902 4.5596 9.01823 5.33318 9.79182C6.10677 10.5654 7.15598 11 8.25 11ZM1.375 19.25C1.375 19.25 0 19.25 0 17.875C0 16.5 1.375 12.375 8.25 12.375C15.125 12.375 16.5 16.5 16.5 17.875C16.5 19.25 15.125 19.25 15.125 19.25H1.375ZM15.125 4.8125C15.125 4.63016 15.1974 4.4553 15.3264 4.32636C15.4553 4.19743 15.6302 4.125 15.8125 4.125H21.3125C21.4948 4.125 21.6697 4.19743 21.7986 4.32636C21.9276 4.4553 22 4.63016 22 4.8125C22 4.99484 21.9276 5.1697 21.7986 5.29864C21.6697 5.42757 21.4948 5.5 21.3125 5.5H15.8125C15.6302 5.5 15.4553 5.42757 15.3264 5.29864C15.1974 5.1697 15.125 4.99484 15.125 4.8125ZM15.8125 8.25C15.6302 8.25 15.4553 8.32243 15.3264 8.45136C15.1974 8.5803 15.125 8.75516 15.125 8.9375C15.125 9.11984 15.1974 9.2947 15.3264 9.42364C15.4553 9.55257 15.6302 9.625 15.8125 9.625H21.3125C21.4948 9.625 21.6697 9.55257 21.7986 9.42364C21.9276 9.2947 22 9.11984 22 8.9375C22 8.75516 21.9276 8.5803 21.7986 8.45136C21.6697 8.32243 21.4948 8.25 21.3125 8.25H15.8125ZM18.5625 12.375C18.3802 12.375 18.2053 12.4474 18.0764 12.5764C17.9474 12.7053 17.875 12.8802 17.875 13.0625C17.875 13.2448 17.9474 13.4197 18.0764 13.5486C18.2053 13.6776 18.3802 13.75 18.5625 13.75H21.3125C21.4948 13.75 21.6697 13.6776 21.7986 13.5486C21.9276 13.4197 22 13.2448 22 13.0625C22 12.8802 21.9276 12.7053 21.7986 12.5764C21.6697 12.4474 21.4948 12.375 21.3125 12.375H18.5625ZM18.5625 16.5C18.3802 16.5 18.2053 16.5724 18.0764 16.7014C17.9474 16.8303 17.875 17.0052 17.875 17.1875C17.875 17.3698 17.9474 17.5447 18.0764 17.6736C18.2053 17.8026 18.3802 17.875 18.5625 17.875H21.3125C21.4948 17.875 21.6697 17.8026 21.7986 17.6736C21.9276 17.5447 22 17.3698 22 17.1875C22 17.0052 21.9276 16.8303 21.7986 16.7014C21.6697 16.5724 21.4948 16.5 21.3125 16.5H18.5625Z",
16
- fill: "#5F5F5F"
17
- },
18
- null,
19
- -1
20
- /* CACHED */
21
- )
10
+ function l(s, C) {
11
+ return e(), t("svg", c, [...C[0] || (C[0] = [
12
+ o("path", {
13
+ d: "M8.25 11C9.34402 11 10.3932 10.5654 11.1668 9.79182C11.9404 9.01823 12.375 7.96902 12.375 6.875C12.375 5.78098 11.9404 4.73177 11.1668 3.95818C10.3932 3.1846 9.34402 2.75 8.25 2.75C7.15598 2.75 6.10677 3.1846 5.33318 3.95818C4.5596 4.73177 4.125 5.78098 4.125 6.875C4.125 7.96902 4.5596 9.01823 5.33318 9.79182C6.10677 10.5654 7.15598 11 8.25 11ZM1.375 19.25C1.375 19.25 0 19.25 0 17.875C0 16.5 1.375 12.375 8.25 12.375C15.125 12.375 16.5 16.5 16.5 17.875C16.5 19.25 15.125 19.25 15.125 19.25H1.375ZM15.125 4.8125C15.125 4.63016 15.1974 4.4553 15.3264 4.32636C15.4553 4.19743 15.6302 4.125 15.8125 4.125H21.3125C21.4948 4.125 21.6697 4.19743 21.7986 4.32636C21.9276 4.4553 22 4.63016 22 4.8125C22 4.99484 21.9276 5.1697 21.7986 5.29864C21.6697 5.42757 21.4948 5.5 21.3125 5.5H15.8125C15.6302 5.5 15.4553 5.42757 15.3264 5.29864C15.1974 5.1697 15.125 4.99484 15.125 4.8125ZM15.8125 8.25C15.6302 8.25 15.4553 8.32243 15.3264 8.45136C15.1974 8.5803 15.125 8.75516 15.125 8.9375C15.125 9.11984 15.1974 9.2947 15.3264 9.42364C15.4553 9.55257 15.6302 9.625 15.8125 9.625H21.3125C21.4948 9.625 21.6697 9.55257 21.7986 9.42364C21.9276 9.2947 22 9.11984 22 8.9375C22 8.75516 21.9276 8.5803 21.7986 8.45136C21.6697 8.32243 21.4948 8.25 21.3125 8.25H15.8125ZM18.5625 12.375C18.3802 12.375 18.2053 12.4474 18.0764 12.5764C17.9474 12.7053 17.875 12.8802 17.875 13.0625C17.875 13.2448 17.9474 13.4197 18.0764 13.5486C18.2053 13.6776 18.3802 13.75 18.5625 13.75H21.3125C21.4948 13.75 21.6697 13.6776 21.7986 13.5486C21.9276 13.4197 22 13.2448 22 13.0625C22 12.8802 21.9276 12.7053 21.7986 12.5764C21.6697 12.4474 21.4948 12.375 21.3125 12.375H18.5625ZM18.5625 16.5C18.3802 16.5 18.2053 16.5724 18.0764 16.7014C17.9474 16.8303 17.875 17.0052 17.875 17.1875C17.875 17.3698 17.9474 17.5447 18.0764 17.6736C18.2053 17.8026 18.3802 17.875 18.5625 17.875H21.3125C21.4948 17.875 21.6697 17.8026 21.7986 17.6736C21.9276 17.5447 22 17.3698 22 17.1875C22 17.0052 21.9276 16.8303 21.7986 16.7014C21.6697 16.5724 21.4948 16.5 21.3125 16.5H18.5625Z",
14
+ fill: "#5F5F5F"
15
+ }, null, -1)
22
16
  ])]);
23
17
  }
24
- const _ = /* @__PURE__ */ n(c, [["render", s], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_icons/ContactCRMIcon.vue"]]);
18
+ const H = /* @__PURE__ */ n(r, [["render", l]]);
25
19
  export {
26
- _ as default
20
+ H as default
27
21
  };
@@ -1,27 +1,21 @@
1
- import { createElementBlock as o, openBlock as t, createElementVNode as C } from "vue";
1
+ import { createElementBlock as e, openBlock as t, createElementVNode as o } from "vue";
2
2
  import n from "../../_virtual/_plugin-vue_export-helper.js";
3
- const r = {}, c = {
3
+ const r = {}, l = {
4
4
  width: "24",
5
5
  height: "24",
6
6
  viewBox: "0 0 24 24",
7
7
  fill: "none",
8
8
  xmlns: "http://www.w3.org/2000/svg"
9
9
  };
10
- function s(l, e) {
11
- return t(), o("svg", c, [...e[0] || (e[0] = [
12
- C(
13
- "path",
14
- {
15
- d: "M14.25 19.5C14.25 20.0967 14.0129 20.669 13.591 21.091C13.169 21.5129 12.5967 21.75 12 21.75C11.4033 21.75 10.831 21.5129 10.409 21.091C9.98705 20.669 9.75 20.0967 9.75 19.5C9.75 18.9033 9.98705 18.331 10.409 17.909C10.831 17.4871 11.4033 17.25 12 17.25C12.5967 17.25 13.169 17.4871 13.591 17.909C14.0129 18.331 14.25 18.9033 14.25 19.5ZM14.25 12C14.25 12.5967 14.0129 13.169 13.591 13.591C13.169 14.0129 12.5967 14.25 12 14.25C11.4033 14.25 10.831 14.0129 10.409 13.591C9.98705 13.169 9.75 12.5967 9.75 12C9.75 11.4033 9.98705 10.831 10.409 10.409C10.831 9.98705 11.4033 9.75 12 9.75C12.5967 9.75 13.169 9.98705 13.591 10.409C14.0129 10.831 14.25 11.4033 14.25 12ZM14.25 4.5C14.25 5.09674 14.0129 5.66903 13.591 6.09099C13.169 6.51295 12.5967 6.75 12 6.75C11.4033 6.75 10.831 6.51295 10.409 6.09099C9.98705 5.66903 9.75 5.09674 9.75 4.5C9.75 3.90326 9.98705 3.33097 10.409 2.90901C10.831 2.48705 11.4033 2.25 12 2.25C12.5967 2.25 13.169 2.48705 13.591 2.90901C14.0129 3.33097 14.25 3.90326 14.25 4.5Z",
16
- fill: "#5F5F5F"
17
- },
18
- null,
19
- -1
20
- /* CACHED */
21
- )
10
+ function c(s, C) {
11
+ return t(), e("svg", l, [...C[0] || (C[0] = [
12
+ o("path", {
13
+ d: "M14.25 19.5C14.25 20.0967 14.0129 20.669 13.591 21.091C13.169 21.5129 12.5967 21.75 12 21.75C11.4033 21.75 10.831 21.5129 10.409 21.091C9.98705 20.669 9.75 20.0967 9.75 19.5C9.75 18.9033 9.98705 18.331 10.409 17.909C10.831 17.4871 11.4033 17.25 12 17.25C12.5967 17.25 13.169 17.4871 13.591 17.909C14.0129 18.331 14.25 18.9033 14.25 19.5ZM14.25 12C14.25 12.5967 14.0129 13.169 13.591 13.591C13.169 14.0129 12.5967 14.25 12 14.25C11.4033 14.25 10.831 14.0129 10.409 13.591C9.98705 13.169 9.75 12.5967 9.75 12C9.75 11.4033 9.98705 10.831 10.409 10.409C10.831 9.98705 11.4033 9.75 12 9.75C12.5967 9.75 13.169 9.98705 13.591 10.409C14.0129 10.831 14.25 11.4033 14.25 12ZM14.25 4.5C14.25 5.09674 14.0129 5.66903 13.591 6.09099C13.169 6.51295 12.5967 6.75 12 6.75C11.4033 6.75 10.831 6.51295 10.409 6.09099C9.98705 5.66903 9.75 5.09674 9.75 4.5C9.75 3.90326 9.98705 3.33097 10.409 2.90901C10.831 2.48705 11.4033 2.25 12 2.25C12.5967 2.25 13.169 2.48705 13.591 2.90901C14.0129 3.33097 14.25 3.90326 14.25 4.5Z",
14
+ fill: "#5F5F5F"
15
+ }, null, -1)
22
16
  ])]);
23
17
  }
24
- const _ = /* @__PURE__ */ n(r, [["render", s], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_icons/MenuIcon.vue"]]);
18
+ const m = /* @__PURE__ */ n(r, [["render", c]]);
25
19
  export {
26
- _ as default
20
+ m as default
27
21
  };
@@ -1,27 +1,7 @@
1
1
  import o from "./ErrorStatusIcon.vue2.js";
2
- import { createElementBlock as C, openBlock as e, normalizeStyle as r, normalizeClass as c, createStaticVNode as s } from "vue";
3
2
  /* empty css */
4
- import i from "../../../_virtual/_plugin-vue_export-helper.js";
5
- function l(d, t, p, a, n, h) {
6
- return e(), C(
7
- "svg",
8
- {
9
- class: c(a.iconClass),
10
- style: r(a.iconStyle),
11
- width: "16",
12
- height: "16",
13
- viewBox: "0 0 16 16",
14
- fill: "none",
15
- xmlns: "http://www.w3.org/2000/svg"
16
- },
17
- [...t[0] || (t[0] = [
18
- s('<g clip-path="url(#clip0_7935_4)" data-v-7a582c4d><path d="M8 15C6.14348 15 4.36301 14.2625 3.05025 12.9497C1.7375 11.637 1 9.85652 1 8C1 6.14348 1.7375 4.36301 3.05025 3.05025C4.36301 1.7375 6.14348 1 8 1C9.85652 1 11.637 1.7375 12.9497 3.05025C14.2625 4.36301 15 6.14348 15 8C15 9.85652 14.2625 11.637 12.9497 12.9497C11.637 14.2625 9.85652 15 8 15ZM8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16Z" fill="currentColor" data-v-7a582c4d></path><path d="M7.00195 11.0011C7.00195 10.8698 7.02782 10.7397 7.07807 10.6184C7.12833 10.4971 7.20199 10.3868 7.29485 10.294C7.38771 10.2011 7.49794 10.1275 7.61927 10.0772C7.7406 10.027 7.87063 10.0011 8.00195 10.0011C8.13328 10.0011 8.26331 10.027 8.38464 10.0772C8.50596 10.1275 8.6162 10.2011 8.70906 10.294C8.80192 10.3868 8.87558 10.4971 8.92583 10.6184C8.97609 10.7397 9.00195 10.8698 9.00195 11.0011C9.00195 11.2663 8.8966 11.5207 8.70906 11.7082C8.52152 11.8957 8.26717 12.0011 8.00195 12.0011C7.73674 12.0011 7.48238 11.8957 7.29485 11.7082C7.10731 11.5207 7.00195 11.2663 7.00195 11.0011ZM7.09995 4.99609C7.08664 4.86993 7.09999 4.74239 7.13915 4.62172C7.17831 4.50106 7.24241 4.38998 7.32727 4.29568C7.41214 4.20139 7.51588 4.12599 7.63176 4.07438C7.74765 4.02276 7.87309 3.99609 7.99995 3.99609C8.12681 3.99609 8.25226 4.02276 8.36814 4.07438C8.48403 4.12599 8.58777 4.20139 8.67263 4.29568C8.7575 4.38998 8.82159 4.50106 8.86075 4.62172C8.89991 4.74239 8.91327 4.86993 8.89995 4.99609L8.54995 8.50309C8.53819 8.64087 8.47516 8.76921 8.37331 8.86273C8.27146 8.95625 8.13823 9.00815 7.99995 9.00815C7.86168 9.00815 7.72844 8.95625 7.6266 8.86273C7.52475 8.76921 7.46171 8.64087 7.44995 8.50309L7.09995 4.99609Z" fill="currentColor" data-v-7a582c4d></path></g><defs data-v-7a582c4d><clipPath id="clip0_7935_4" data-v-7a582c4d><rect width="16" height="16" fill="white" data-v-7a582c4d></rect></clipPath></defs>', 2)
19
- ])],
20
- 6
21
- /* CLASS, STYLE */
22
- );
23
- }
24
- const u = /* @__PURE__ */ i(o, [["render", l], ["__scopeId", "data-v-7a582c4d"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_icons/MessageStatus/ErrorStatusIcon.vue"]]);
3
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-44ff6442"]]);
25
5
  export {
26
- u as default
6
+ m as default
27
7
  };
@@ -1,5 +1,5 @@
1
- import { defineComponent as c, computed as s } from "vue";
2
- const p = /* @__PURE__ */ c({
1
+ import { defineComponent as n, computed as C, createElementBlock as o, openBlock as l, normalizeStyle as c, normalizeClass as f, createStaticVNode as p } from "vue";
2
+ const d = /* @__PURE__ */ n({
3
3
  name: "ErrorStatusIcon",
4
4
  __name: "ErrorStatusIcon",
5
5
  props: {
@@ -12,20 +12,29 @@ const p = /* @__PURE__ */ c({
12
12
  default: ""
13
13
  }
14
14
  },
15
- setup(n, { expose: i }) {
16
- i();
17
- const e = n, o = s(() => `status-icon status-icon--error ${e.class}`.trim()), u = s(() => {
18
- if (e.size === "inherit")
15
+ setup(i) {
16
+ const t = i, a = C(() => `status-icon status-icon--error ${t.class}`.trim()), s = C(() => {
17
+ if (t.size === "inherit")
19
18
  return {};
20
- const r = typeof e.size == "number" ? `${e.size}px` : e.size;
19
+ const e = typeof t.size == "number" ? `${t.size}px` : t.size;
21
20
  return {
22
- width: r,
23
- height: r
21
+ width: e,
22
+ height: e
24
23
  };
25
- }), t = { props: e, iconClass: o, iconStyle: u };
26
- return Object.defineProperty(t, "__isScriptSetup", { enumerable: !1, value: !0 }), t;
24
+ });
25
+ return (e, r) => (l(), o("svg", {
26
+ class: f(a.value),
27
+ style: c(s.value),
28
+ width: "16",
29
+ height: "16",
30
+ viewBox: "0 0 16 16",
31
+ fill: "none",
32
+ xmlns: "http://www.w3.org/2000/svg"
33
+ }, [...r[0] || (r[0] = [
34
+ p('<g clip-path="url(#clip0_7935_4)" data-v-44ff6442><path d="M8 15C6.14348 15 4.36301 14.2625 3.05025 12.9497C1.7375 11.637 1 9.85652 1 8C1 6.14348 1.7375 4.36301 3.05025 3.05025C4.36301 1.7375 6.14348 1 8 1C9.85652 1 11.637 1.7375 12.9497 3.05025C14.2625 4.36301 15 6.14348 15 8C15 9.85652 14.2625 11.637 12.9497 12.9497C11.637 14.2625 9.85652 15 8 15ZM8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16Z" fill="currentColor" data-v-44ff6442></path><path d="M7.00195 11.0011C7.00195 10.8698 7.02782 10.7397 7.07807 10.6184C7.12833 10.4971 7.20199 10.3868 7.29485 10.294C7.38771 10.2011 7.49794 10.1275 7.61927 10.0772C7.7406 10.027 7.87063 10.0011 8.00195 10.0011C8.13328 10.0011 8.26331 10.027 8.38464 10.0772C8.50596 10.1275 8.6162 10.2011 8.70906 10.294C8.80192 10.3868 8.87558 10.4971 8.92583 10.6184C8.97609 10.7397 9.00195 10.8698 9.00195 11.0011C9.00195 11.2663 8.8966 11.5207 8.70906 11.7082C8.52152 11.8957 8.26717 12.0011 8.00195 12.0011C7.73674 12.0011 7.48238 11.8957 7.29485 11.7082C7.10731 11.5207 7.00195 11.2663 7.00195 11.0011ZM7.09995 4.99609C7.08664 4.86993 7.09999 4.74239 7.13915 4.62172C7.17831 4.50106 7.24241 4.38998 7.32727 4.29568C7.41214 4.20139 7.51588 4.12599 7.63176 4.07438C7.74765 4.02276 7.87309 3.99609 7.99995 3.99609C8.12681 3.99609 8.25226 4.02276 8.36814 4.07438C8.48403 4.12599 8.58777 4.20139 8.67263 4.29568C8.7575 4.38998 8.82159 4.50106 8.86075 4.62172C8.89991 4.74239 8.91327 4.86993 8.89995 4.99609L8.54995 8.50309C8.53819 8.64087 8.47516 8.76921 8.37331 8.86273C8.27146 8.95625 8.13823 9.00815 7.99995 9.00815C7.86168 9.00815 7.72844 8.95625 7.6266 8.86273C7.52475 8.76921 7.46171 8.64087 7.44995 8.50309L7.09995 4.99609Z" fill="currentColor" data-v-44ff6442></path></g><defs data-v-44ff6442><clipPath id="clip0_7935_4" data-v-44ff6442><rect width="16" height="16" fill="white" data-v-44ff6442></rect></clipPath></defs>', 2)
35
+ ])], 6));
27
36
  }
28
37
  });
29
38
  export {
30
- p as default
39
+ d as default
31
40
  };
@@ -1,39 +1,7 @@
1
- import t from "./PendingStatusIcon.vue2.js";
2
- import { createElementBlock as r, openBlock as n, normalizeStyle as s, normalizeClass as c, createElementVNode as i } from "vue";
1
+ import o from "./PendingStatusIcon.vue2.js";
3
2
  /* empty css */
4
- import l from "../../../_virtual/_plugin-vue_export-helper.js";
5
- function a(p, o, d, e, m, _) {
6
- return n(), r(
7
- "svg",
8
- {
9
- class: c(e.iconClass),
10
- style: s(e.iconStyle),
11
- width: "16",
12
- height: "16",
13
- viewBox: "2 2 20 20",
14
- fill: "none",
15
- xmlns: "http://www.w3.org/2000/svg"
16
- },
17
- [...o[0] || (o[0] = [
18
- i(
19
- "path",
20
- {
21
- d: "M12 7V12H15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",
22
- stroke: "currentColor",
23
- "stroke-width": "2",
24
- "stroke-linecap": "round",
25
- "stroke-linejoin": "round"
26
- },
27
- null,
28
- -1
29
- /* CACHED */
30
- )
31
- ])],
32
- 6
33
- /* CLASS, STYLE */
34
- );
35
- }
36
- const v = /* @__PURE__ */ l(t, [["render", a], ["__scopeId", "data-v-e517cb09"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_icons/MessageStatus/PendingStatusIcon.vue"]]);
3
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1e55c207"]]);
37
5
  export {
38
- v as default
6
+ e as default
39
7
  };
@@ -1,5 +1,5 @@
1
- import { defineComponent as c, computed as s } from "vue";
2
- const a = /* @__PURE__ */ c({
1
+ import { defineComponent as l, computed as s, createElementBlock as a, openBlock as u, normalizeStyle as c, normalizeClass as p, createElementVNode as d } from "vue";
2
+ const g = /* @__PURE__ */ l({
3
3
  name: "PendingStatusIcon",
4
4
  __name: "PendingStatusIcon",
5
5
  props: {
@@ -12,20 +12,35 @@ const a = /* @__PURE__ */ c({
12
12
  default: ""
13
13
  }
14
14
  },
15
- setup(i, { expose: r }) {
16
- r();
17
- const e = i, o = s(() => `status-icon status-icon--pending ${e.class}`.trim()), u = s(() => {
15
+ setup(o) {
16
+ const e = o, i = s(() => `status-icon status-icon--pending ${e.class}`.trim()), r = s(() => {
18
17
  if (e.size === "inherit")
19
18
  return {};
20
- const n = typeof e.size == "number" ? `${e.size}px` : e.size;
19
+ const t = typeof e.size == "number" ? `${e.size}px` : e.size;
21
20
  return {
22
- width: n,
23
- height: n
21
+ width: t,
22
+ height: t
24
23
  };
25
- }), t = { props: e, iconClass: o, iconStyle: u };
26
- return Object.defineProperty(t, "__isScriptSetup", { enumerable: !1, value: !0 }), t;
24
+ });
25
+ return (t, n) => (u(), a("svg", {
26
+ class: p(i.value),
27
+ style: c(r.value),
28
+ width: "16",
29
+ height: "16",
30
+ viewBox: "2 2 20 20",
31
+ fill: "none",
32
+ xmlns: "http://www.w3.org/2000/svg"
33
+ }, [...n[0] || (n[0] = [
34
+ d("path", {
35
+ d: "M12 7V12H15M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z",
36
+ stroke: "currentColor",
37
+ "stroke-width": "2",
38
+ "stroke-linecap": "round",
39
+ "stroke-linejoin": "round"
40
+ }, null, -1)
41
+ ])], 6));
27
42
  }
28
43
  });
29
44
  export {
30
- a as default
45
+ g as default
31
46
  };
@@ -1,27 +1,7 @@
1
1
  import o from "./ReadStatusIcon.vue2.js";
2
- import { createElementBlock as a, openBlock as c, normalizeStyle as r, normalizeClass as C, createStaticVNode as s } from "vue";
3
2
  /* empty css */
4
- import i from "../../../_virtual/_plugin-vue_export-helper.js";
5
- function l(p, t, n, e, d, f) {
6
- return c(), a(
7
- "svg",
8
- {
9
- class: C(e.iconClass),
10
- style: r(e.iconStyle),
11
- width: "20",
12
- height: "20",
13
- viewBox: "0 0 20 20",
14
- fill: "none",
15
- xmlns: "http://www.w3.org/2000/svg"
16
- },
17
- [...t[0] || (t[0] = [
18
- s('<g clip-path="url(#clip0_8155_1633)" data-v-f6e3c730><path d="M15.4433 5.44329C15.5014 5.38518 15.5475 5.31619 15.5789 5.24027C15.6104 5.16434 15.6266 5.08297 15.6266 5.00079C15.6266 4.91861 15.6104 4.83723 15.5789 4.76131C15.5475 4.68539 15.5014 4.6164 15.4433 4.55829C15.3852 4.50018 15.3162 4.45408 15.2403 4.42264C15.1643 4.39119 15.083 4.375 15.0008 4.375C14.9186 4.375 14.8372 4.39119 14.7613 4.42264C14.6854 4.45408 14.6164 4.50018 14.5583 4.55829L6.25079 12.867L2.31829 8.93329C2.26018 8.87518 2.19119 8.82908 2.11527 8.79763C2.03934 8.76619 1.95797 8.75 1.87579 8.75C1.70982 8.75 1.55065 8.81593 1.43329 8.93329C1.31593 9.05065 1.25 9.20982 1.25 9.37579C1.25 9.54176 1.31593 9.70093 1.43329 9.81829L5.80829 14.1933C5.86635 14.2515 5.93532 14.2977 6.01125 14.3292C6.08718 14.3607 6.16858 14.3769 6.25079 14.3769C6.333 14.3769 6.4144 14.3607 6.49033 14.3292C6.56626 14.2977 6.63523 14.2515 6.69329 14.1933L15.4433 5.44329ZM10.1833 14.1933L9.06329 13.072L9.94704 12.1883L10.6258 12.867L18.9333 4.55829C19.0506 4.44093 19.2098 4.375 19.3758 4.375C19.5418 4.375 19.7009 4.44093 19.8183 4.55829C19.9356 4.67565 20.0016 4.83482 20.0016 5.00079C20.0016 5.16676 19.9356 5.32593 19.8183 5.44329L11.0683 14.1933C11.0102 14.2515 10.9413 14.2977 10.8653 14.3292C10.7894 14.3607 10.708 14.3769 10.6258 14.3769C10.5436 14.3769 10.4622 14.3607 10.3862 14.3292C10.3103 14.2977 10.2413 14.2515 10.1833 14.1933Z" fill="currentColor" data-v-f6e3c730></path><path d="M6.69329 8.93329L7.81329 10.0545L6.92954 10.9383L5.80829 9.81829C5.69093 9.70093 5.625 9.54176 5.625 9.37579C5.625 9.20982 5.69093 9.05065 5.80829 8.93329C5.92565 8.81593 6.08482 8.75 6.25079 8.75C6.41676 8.75 6.57593 8.81593 6.69329 8.93329Z" fill="currentColor" data-v-f6e3c730></path></g><defs data-v-f6e3c730><clipPath id="clip0_8155_1633" data-v-f6e3c730><rect width="20" height="20" fill="white" data-v-f6e3c730></rect></clipPath></defs>', 2)
19
- ])],
20
- 6
21
- /* CLASS, STYLE */
22
- );
23
- }
24
- const L = /* @__PURE__ */ i(o, [["render", l], ["__scopeId", "data-v-f6e3c730"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_icons/MessageStatus/ReadStatusIcon.vue"]]);
3
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-e13c479a"]]);
25
5
  export {
26
- L as default
6
+ e as default
27
7
  };
@@ -1,5 +1,5 @@
1
- import { defineComponent as u, computed as n } from "vue";
2
- const p = /* @__PURE__ */ u({
1
+ import { defineComponent as c, computed as i, createElementBlock as l, openBlock as C, normalizeStyle as o, normalizeClass as p, createStaticVNode as d } from "vue";
2
+ const h = /* @__PURE__ */ c({
3
3
  name: "ReadStatusIcon",
4
4
  __name: "ReadStatusIcon",
5
5
  props: {
@@ -12,20 +12,29 @@ const p = /* @__PURE__ */ u({
12
12
  default: ""
13
13
  }
14
14
  },
15
- setup(r, { expose: i }) {
16
- i();
17
- const e = r, o = n(() => `status-icon status-icon--read ${e.class}`.trim()), a = n(() => {
18
- if (e.size === "inherit")
15
+ setup(s) {
16
+ const t = s, r = i(() => `status-icon status-icon--read ${t.class}`.trim()), n = i(() => {
17
+ if (t.size === "inherit")
19
18
  return {};
20
- const s = typeof e.size == "number" ? `${e.size}px` : e.size;
19
+ const e = typeof t.size == "number" ? `${t.size}px` : t.size;
21
20
  return {
22
- width: s,
23
- height: s
21
+ width: e,
22
+ height: e
24
23
  };
25
- }), t = { props: e, iconClass: o, iconStyle: a };
26
- return Object.defineProperty(t, "__isScriptSetup", { enumerable: !1, value: !0 }), t;
24
+ });
25
+ return (e, a) => (C(), l("svg", {
26
+ class: p(r.value),
27
+ style: o(n.value),
28
+ width: "20",
29
+ height: "20",
30
+ viewBox: "0 0 20 20",
31
+ fill: "none",
32
+ xmlns: "http://www.w3.org/2000/svg"
33
+ }, [...a[0] || (a[0] = [
34
+ d('<g clip-path="url(#clip0_8155_1633)" data-v-e13c479a><path d="M15.4433 5.44329C15.5014 5.38518 15.5475 5.31619 15.5789 5.24027C15.6104 5.16434 15.6266 5.08297 15.6266 5.00079C15.6266 4.91861 15.6104 4.83723 15.5789 4.76131C15.5475 4.68539 15.5014 4.6164 15.4433 4.55829C15.3852 4.50018 15.3162 4.45408 15.2403 4.42264C15.1643 4.39119 15.083 4.375 15.0008 4.375C14.9186 4.375 14.8372 4.39119 14.7613 4.42264C14.6854 4.45408 14.6164 4.50018 14.5583 4.55829L6.25079 12.867L2.31829 8.93329C2.26018 8.87518 2.19119 8.82908 2.11527 8.79763C2.03934 8.76619 1.95797 8.75 1.87579 8.75C1.70982 8.75 1.55065 8.81593 1.43329 8.93329C1.31593 9.05065 1.25 9.20982 1.25 9.37579C1.25 9.54176 1.31593 9.70093 1.43329 9.81829L5.80829 14.1933C5.86635 14.2515 5.93532 14.2977 6.01125 14.3292C6.08718 14.3607 6.16858 14.3769 6.25079 14.3769C6.333 14.3769 6.4144 14.3607 6.49033 14.3292C6.56626 14.2977 6.63523 14.2515 6.69329 14.1933L15.4433 5.44329ZM10.1833 14.1933L9.06329 13.072L9.94704 12.1883L10.6258 12.867L18.9333 4.55829C19.0506 4.44093 19.2098 4.375 19.3758 4.375C19.5418 4.375 19.7009 4.44093 19.8183 4.55829C19.9356 4.67565 20.0016 4.83482 20.0016 5.00079C20.0016 5.16676 19.9356 5.32593 19.8183 5.44329L11.0683 14.1933C11.0102 14.2515 10.9413 14.2977 10.8653 14.3292C10.7894 14.3607 10.708 14.3769 10.6258 14.3769C10.5436 14.3769 10.4622 14.3607 10.3862 14.3292C10.3103 14.2977 10.2413 14.2515 10.1833 14.1933Z" fill="currentColor" data-v-e13c479a></path><path d="M6.69329 8.93329L7.81329 10.0545L6.92954 10.9383L5.80829 9.81829C5.69093 9.70093 5.625 9.54176 5.625 9.37579C5.625 9.20982 5.69093 9.05065 5.80829 8.93329C5.92565 8.81593 6.08482 8.75 6.25079 8.75C6.41676 8.75 6.57593 8.81593 6.69329 8.93329Z" fill="currentColor" data-v-e13c479a></path></g><defs data-v-e13c479a><clipPath id="clip0_8155_1633" data-v-e13c479a><rect width="20" height="20" fill="white" data-v-e13c479a></rect></clipPath></defs>', 2)
35
+ ])], 6));
27
36
  }
28
37
  });
29
38
  export {
30
- p as default
39
+ h as default
31
40
  };
@@ -1,27 +1,7 @@
1
1
  import o from "./ReceivedStatusIcon.vue2.js";
2
- import { createElementBlock as a, openBlock as r, normalizeStyle as c, normalizeClass as C, createStaticVNode as i } from "vue";
3
2
  /* empty css */
4
- import s from "../../../_virtual/_plugin-vue_export-helper.js";
5
- function l(p, t, n, e, d, h) {
6
- return r(), a(
7
- "svg",
8
- {
9
- class: C(e.iconClass),
10
- style: c(e.iconStyle),
11
- width: "20",
12
- height: "20",
13
- viewBox: "0 0 20 20",
14
- fill: "none",
15
- xmlns: "http://www.w3.org/2000/svg"
16
- },
17
- [...t[0] || (t[0] = [
18
- i('<g clip-path="url(#clip0_7951_852)" data-v-4077b4e7><path d="M15.4423 5.44329C15.5004 5.38518 15.5465 5.31619 15.578 5.24027C15.6094 5.16434 15.6256 5.08297 15.6256 5.00079C15.6256 4.91861 15.6094 4.83723 15.578 4.76131C15.5465 4.68539 15.5004 4.6164 15.4423 4.55829C15.3842 4.50018 15.3152 4.45408 15.2393 4.42264C15.1634 4.39119 15.082 4.375 14.9998 4.375C14.9176 4.375 14.8363 4.39119 14.7603 4.42264C14.6844 4.45408 14.6154 4.50018 14.5573 4.55829L6.24981 12.867L2.31731 8.93329C2.2592 8.87518 2.19022 8.82908 2.11429 8.79764C2.03837 8.76619 1.95699 8.75 1.87481 8.75C1.70884 8.75 1.54967 8.81593 1.43231 8.93329C1.31495 9.05065 1.24902 9.20982 1.24902 9.37579C1.24902 9.54176 1.31495 9.70093 1.43231 9.81829L5.80731 14.1933C5.86537 14.2515 5.93434 14.2977 6.01027 14.3292C6.0862 14.3607 6.1676 14.3769 6.24981 14.3769C6.33202 14.3769 6.41342 14.3607 6.48936 14.3292C6.56529 14.2977 6.63426 14.2515 6.69231 14.1933L15.4423 5.44329ZM10.1823 14.1933L9.06231 13.072L9.94606 12.1883L10.6248 12.867L18.9323 4.55829C19.0497 4.44093 19.2088 4.375 19.3748 4.375C19.5408 4.375 19.7 4.44093 19.8173 4.55829C19.9347 4.67565 20.0006 4.83482 20.0006 5.00079C20.0006 5.16676 19.9347 5.32593 19.8173 5.44329L11.0673 14.1933C11.0093 14.2515 10.9403 14.2977 10.8644 14.3292C10.7884 14.3607 10.707 14.3769 10.6248 14.3769C10.5426 14.3769 10.4612 14.3607 10.3853 14.3292C10.3093 14.2977 10.2404 14.2515 10.1823 14.1933Z" fill="currentColor" data-v-4077b4e7></path><path d="M6.69231 8.93329L7.81231 10.0545L6.92856 10.9383L5.80731 9.81829C5.68995 9.70093 5.62402 9.54176 5.62402 9.37579C5.62402 9.20982 5.68995 9.05065 5.80731 8.93329C5.92467 8.81593 6.08384 8.75 6.24981 8.75C6.41578 8.75 6.57495 8.81593 6.69231 8.93329Z" fill="currentColor" data-v-4077b4e7></path></g><defs data-v-4077b4e7><clipPath id="clip0_7951_852" data-v-4077b4e7><rect width="20" height="20" fill="white" data-v-4077b4e7></rect></clipPath></defs>', 2)
19
- ])],
20
- 6
21
- /* CLASS, STYLE */
22
- );
23
- }
24
- const L = /* @__PURE__ */ s(o, [["render", l], ["__scopeId", "data-v-4077b4e7"], ["__file", "/var/store/dev-space/repos-projects/chotto/chotto/src/components/1_icons/MessageStatus/ReceivedStatusIcon.vue"]]);
3
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f32ac6e1"]]);
25
5
  export {
26
- L as default
6
+ r as default
27
7
  };
@@ -1,5 +1,5 @@
1
- import { defineComponent as u, computed as n } from "vue";
2
- const p = /* @__PURE__ */ u({
1
+ import { defineComponent as n, computed as i, createElementBlock as l, openBlock as C, normalizeStyle as o, normalizeClass as p, createStaticVNode as d } from "vue";
2
+ const f = /* @__PURE__ */ n({
3
3
  name: "ReceivedStatusIcon",
4
4
  __name: "ReceivedStatusIcon",
5
5
  props: {
@@ -12,20 +12,29 @@ const p = /* @__PURE__ */ u({
12
12
  default: ""
13
13
  }
14
14
  },
15
- setup(i, { expose: r }) {
16
- r();
17
- const e = i, o = n(() => `status-icon status-icon--received ${e.class}`.trim()), c = n(() => {
15
+ setup(c) {
16
+ const e = c, s = i(() => `status-icon status-icon--received ${e.class}`.trim()), r = i(() => {
18
17
  if (e.size === "inherit")
19
18
  return {};
20
- const s = typeof e.size == "number" ? `${e.size}px` : e.size;
19
+ const t = typeof e.size == "number" ? `${e.size}px` : e.size;
21
20
  return {
22
- width: s,
23
- height: s
21
+ width: t,
22
+ height: t
24
23
  };
25
- }), t = { props: e, iconClass: o, iconStyle: c };
26
- return Object.defineProperty(t, "__isScriptSetup", { enumerable: !1, value: !0 }), t;
24
+ });
25
+ return (t, a) => (C(), l("svg", {
26
+ class: p(s.value),
27
+ style: o(r.value),
28
+ width: "20",
29
+ height: "20",
30
+ viewBox: "0 0 20 20",
31
+ fill: "none",
32
+ xmlns: "http://www.w3.org/2000/svg"
33
+ }, [...a[0] || (a[0] = [
34
+ d('<g clip-path="url(#clip0_7951_852)" data-v-f32ac6e1><path d="M15.4423 5.44329C15.5004 5.38518 15.5465 5.31619 15.578 5.24027C15.6094 5.16434 15.6256 5.08297 15.6256 5.00079C15.6256 4.91861 15.6094 4.83723 15.578 4.76131C15.5465 4.68539 15.5004 4.6164 15.4423 4.55829C15.3842 4.50018 15.3152 4.45408 15.2393 4.42264C15.1634 4.39119 15.082 4.375 14.9998 4.375C14.9176 4.375 14.8363 4.39119 14.7603 4.42264C14.6844 4.45408 14.6154 4.50018 14.5573 4.55829L6.24981 12.867L2.31731 8.93329C2.2592 8.87518 2.19022 8.82908 2.11429 8.79764C2.03837 8.76619 1.95699 8.75 1.87481 8.75C1.70884 8.75 1.54967 8.81593 1.43231 8.93329C1.31495 9.05065 1.24902 9.20982 1.24902 9.37579C1.24902 9.54176 1.31495 9.70093 1.43231 9.81829L5.80731 14.1933C5.86537 14.2515 5.93434 14.2977 6.01027 14.3292C6.0862 14.3607 6.1676 14.3769 6.24981 14.3769C6.33202 14.3769 6.41342 14.3607 6.48936 14.3292C6.56529 14.2977 6.63426 14.2515 6.69231 14.1933L15.4423 5.44329ZM10.1823 14.1933L9.06231 13.072L9.94606 12.1883L10.6248 12.867L18.9323 4.55829C19.0497 4.44093 19.2088 4.375 19.3748 4.375C19.5408 4.375 19.7 4.44093 19.8173 4.55829C19.9347 4.67565 20.0006 4.83482 20.0006 5.00079C20.0006 5.16676 19.9347 5.32593 19.8173 5.44329L11.0673 14.1933C11.0093 14.2515 10.9403 14.2977 10.8644 14.3292C10.7884 14.3607 10.707 14.3769 10.6248 14.3769C10.5426 14.3769 10.4612 14.3607 10.3853 14.3292C10.3093 14.2977 10.2404 14.2515 10.1823 14.1933Z" fill="currentColor" data-v-f32ac6e1></path><path d="M6.69231 8.93329L7.81231 10.0545L6.92856 10.9383L5.80731 9.81829C5.68995 9.70093 5.62402 9.54176 5.62402 9.37579C5.62402 9.20982 5.68995 9.05065 5.80731 8.93329C5.92467 8.81593 6.08384 8.75 6.24981 8.75C6.41578 8.75 6.57495 8.81593 6.69231 8.93329Z" fill="currentColor" data-v-f32ac6e1></path></g><defs data-v-f32ac6e1><clipPath id="clip0_7951_852" data-v-f32ac6e1><rect width="20" height="20" fill="white" data-v-f32ac6e1></rect></clipPath></defs>', 2)
35
+ ])], 6));
27
36
  }
28
37
  });
29
38
  export {
30
- p as default
39
+ f as default
31
40
  };