@ozdao/prometheus-framework 0.2.39 → 0.2.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (274) hide show
  1. package/dist/auth.server.js +1 -2
  2. package/dist/auth.server.mjs +1 -2
  3. package/dist/files.server.js +1 -2
  4. package/dist/files.server.mjs +1 -2
  5. package/dist/globals.server.js +1 -1
  6. package/dist/globals.server.mjs +1 -1
  7. package/dist/mailing-10560277.mjs +78 -0
  8. package/dist/mailing-902d13d5.js +77 -0
  9. package/dist/main.css +1 -1
  10. package/dist/prometheus-framework/src/components/Button/Button.vue.cjs +1 -1
  11. package/dist/prometheus-framework/src/components/Button/Button.vue.js +225 -2
  12. package/dist/prometheus-framework/src/components/Button/Button.vue2.cjs +1 -1
  13. package/dist/prometheus-framework/src/components/Button/Button.vue2.js +2 -225
  14. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.cjs +1 -1
  15. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.js +61 -2
  16. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.cjs +1 -1
  17. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.js +2 -61
  18. package/dist/prometheus-framework/src/components/Chips/Chips.vue.cjs +1 -1
  19. package/dist/prometheus-framework/src/components/Chips/Chips.vue.js +13 -9
  20. package/dist/prometheus-framework/src/components/Chips/Chips.vue2.cjs +1 -0
  21. package/dist/prometheus-framework/src/components/Chips/Chips.vue2.js +4 -0
  22. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.cjs +1 -1
  23. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.js +26 -22
  24. package/dist/prometheus-framework/src/components/Feed/Feed.vue.cjs +1 -1
  25. package/dist/prometheus-framework/src/components/Feed/Feed.vue.js +29 -30
  26. package/dist/prometheus-framework/src/components/Field/Field.vue.cjs +1 -1
  27. package/dist/prometheus-framework/src/components/Field/Field.vue.js +76 -2
  28. package/dist/prometheus-framework/src/components/Field/Field.vue2.cjs +1 -1
  29. package/dist/prometheus-framework/src/components/Field/Field.vue2.js +2 -76
  30. package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -1
  31. package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +70 -2
  32. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -1
  33. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +2 -70
  34. package/dist/prometheus-framework/src/components/Select/Select.vue.cjs +1 -1
  35. package/dist/prometheus-framework/src/components/Select/Select.vue.js +95 -2
  36. package/dist/prometheus-framework/src/components/Select/Select.vue2.cjs +1 -1
  37. package/dist/prometheus-framework/src/components/Select/Select.vue2.js +2 -95
  38. package/dist/prometheus-framework/src/components/Slider/Slider.vue.cjs +1 -0
  39. package/dist/prometheus-framework/src/components/Slider/Slider.vue.js +69 -0
  40. package/dist/prometheus-framework/src/components/Tab/Tab.vue.cjs +1 -1
  41. package/dist/prometheus-framework/src/components/Tab/Tab.vue.js +44 -2
  42. package/dist/prometheus-framework/src/components/Tab/Tab.vue2.cjs +1 -1
  43. package/dist/prometheus-framework/src/components/Tab/Tab.vue2.js +2 -44
  44. package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.cjs +1 -1
  45. package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.js +3 -3
  46. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.cjs +1 -1
  47. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.js +1 -1
  48. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.cjs +1 -1
  49. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.js +3 -3
  50. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.cjs +1 -1
  51. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.js +3 -3
  52. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.cjs +1 -1
  53. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.js +3 -3
  54. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -1
  55. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +3 -3
  56. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.cjs +1 -1
  57. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.js +3 -3
  58. package/dist/prometheus-framework/src/modules/auth/store/auth.cjs +1 -1
  59. package/dist/prometheus-framework/src/modules/auth/store/auth.js +8 -8
  60. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +1 -1
  61. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +1 -1
  62. package/dist/prometheus-framework/src/modules/community/community.client.cjs +1 -1
  63. package/dist/prometheus-framework/src/modules/community/community.client.js +18 -20
  64. package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.cjs +1 -1
  65. package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.js +88 -62
  66. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -1
  67. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +97 -68
  68. package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.cjs +1 -1
  69. package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.js +35 -34
  70. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.cjs +1 -1
  71. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.js +18 -18
  72. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue2.js +2 -2
  73. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
  74. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +5 -5
  75. package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.cjs +1 -1
  76. package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.js +4 -4
  77. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.cjs +1 -1
  78. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.js +65 -19
  79. package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.cjs +1 -1
  80. package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.js +9 -9
  81. package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.cjs +1 -1
  82. package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.js +8 -7
  83. package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.cjs +1 -1
  84. package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.js +6 -6
  85. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +5 -1
  86. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +65 -2
  87. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +1 -5
  88. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +2 -65
  89. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -1
  90. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +64 -70
  91. package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.js +6 -6
  92. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.cjs +1 -1
  93. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.js +1 -1
  94. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.cjs +1 -1
  95. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.js +1 -1
  96. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
  97. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +5 -5
  98. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs +1 -1
  99. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js +6 -5
  100. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
  101. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +3 -3
  102. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.cjs +1 -1
  103. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.js +3 -3
  104. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -1
  105. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +43 -42
  106. package/dist/prometheus-framework/src/modules/icons/entities/IconFeatured.vue.cjs +1 -0
  107. package/dist/prometheus-framework/src/modules/icons/entities/IconFeatured.vue.js +30 -0
  108. package/dist/prometheus-framework/src/modules/icons/entities/IconFollowing.vue.cjs +1 -0
  109. package/dist/prometheus-framework/src/modules/icons/entities/IconFollowing.vue.js +47 -0
  110. package/dist/prometheus-framework/src/modules/icons/entities/IconPopular.vue.cjs +1 -0
  111. package/dist/prometheus-framework/src/modules/icons/entities/IconPopular.vue.js +28 -0
  112. package/dist/prometheus-framework/src/modules/icons/entities/IconRecent.vue.cjs +1 -0
  113. package/dist/prometheus-framework/src/modules/icons/entities/IconRecent.vue.js +45 -0
  114. package/dist/prometheus-framework/src/modules/icons/navigation/IconArrow.vue.cjs +1 -0
  115. package/dist/prometheus-framework/src/modules/icons/navigation/IconArrow.vue.js +32 -0
  116. package/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.cjs +1 -1
  117. package/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.js +3 -3
  118. package/dist/prometheus-framework/src/modules/icons/navigation/IconEdit.vue.cjs +1 -1
  119. package/dist/prometheus-framework/src/modules/icons/navigation/IconEdit.vue.js +25 -14
  120. package/dist/prometheus-framework/src/modules/icons/navigation/IconEllipsis.vue.cjs +1 -0
  121. package/dist/prometheus-framework/src/modules/icons/navigation/IconEllipsis.vue.js +44 -0
  122. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.cjs +1 -1
  123. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.js +90 -67
  124. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.cjs +1 -1
  125. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.js +3 -3
  126. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.cjs +1 -1
  127. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.js +2 -11
  128. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.cjs +1 -1
  129. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.js +11 -2
  130. package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue.cjs +1 -1
  131. package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue.js +1 -1
  132. package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.cjs +1 -1
  133. package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.js +1 -1
  134. package/dist/prometheus-framework/src/modules/orders/components/sections/FormOrderDetails.vue.cjs +1 -1
  135. package/dist/prometheus-framework/src/modules/orders/components/sections/FormOrderDetails.vue.js +2 -2
  136. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -1
  137. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js +45 -42
  138. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.cjs +1 -1
  139. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.js +2 -2
  140. package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +1 -1
  141. package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +1 -1
  142. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
  143. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +6 -6
  144. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
  145. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +1 -1
  146. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
  147. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +3 -3
  148. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
  149. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +5 -5
  150. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.cjs +1 -1
  151. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.js +1 -1
  152. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.cjs +1 -1
  153. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.js +60 -55
  154. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
  155. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +3 -3
  156. package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.cjs +1 -1
  157. package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.js +1 -1
  158. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
  159. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +3 -3
  160. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersList.vue.cjs +1 -1
  161. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersList.vue.js +1 -1
  162. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
  163. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +18 -17
  164. package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue.cjs +1 -1
  165. package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue.js +20 -21
  166. package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.js +7 -7
  167. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs +1 -1
  168. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js +2 -2
  169. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +1 -1
  170. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +1 -1
  171. package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.cjs +1 -1
  172. package/dist/prometheus-framework/src/modules/products/components/pages/EditLeftover.vue.js +2 -2
  173. package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue.cjs +1 -1
  174. package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue.js +1 -1
  175. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -1
  176. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +6 -6
  177. package/dist/prometheus-framework/src/modules/products/components/pages/ProductsBackoffice.vue.cjs +1 -1
  178. package/dist/prometheus-framework/src/modules/products/components/pages/ProductsBackoffice.vue.js +1 -1
  179. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -1
  180. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +3 -3
  181. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -1
  182. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js +1 -1
  183. package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.cjs +1 -1
  184. package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.js +37 -34
  185. package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -1
  186. package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.js +23 -23
  187. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
  188. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +3 -3
  189. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.js +8 -8
  190. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -1
  191. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +7 -7
  192. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.cjs +1 -1
  193. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.js +1 -1
  194. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.cjs +1 -1
  195. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.js +3 -3
  196. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.cjs +1 -1
  197. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.js +1 -1
  198. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.cjs +1 -1
  199. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.js +31 -30
  200. package/dist/prometheus-framework.cjs.js +20 -20
  201. package/dist/prometheus-framework.es.js +1003 -999
  202. package/dist/style.css +1 -1
  203. package/package.json +1 -1
  204. package/src/components/Button/Button.vue +2 -3
  205. package/src/components/Chips/Chips.vue +9 -3
  206. package/src/components/Dropdown/Dropdown.vue +9 -3
  207. package/src/components/Feed/Feed.vue +7 -11
  208. package/src/components/Feed/Masonry.vue +177 -0
  209. package/src/components/FieldBig/FieldBig.vue +3 -3
  210. package/src/components/Navigation/Navigation.vue +2 -0
  211. package/src/components/Shader/Shader.vue +161 -116
  212. package/src/components/Slider/Slider.vue +92 -0
  213. package/src/modules/applications/applications.client.js +2 -0
  214. package/src/modules/applications/components/sections/SubscribeNewsletter.vue +114 -0
  215. package/src/modules/applications/controllers/applications.controller.js +125 -136
  216. package/src/modules/applications/models/application.model.js +22 -7
  217. package/src/modules/applications/routes/applications.routes.js +29 -13
  218. package/src/modules/auth/controllers/auth.controller.js +2 -3
  219. package/src/modules/auth/store/auth.js +3 -5
  220. package/src/modules/chats/components/blocks/ChatMessage.vue +3 -2
  221. package/src/modules/chats/components/pages/ChatPage.vue +6 -6
  222. package/src/modules/chats/components/sections/ChatWindow.vue +57 -12
  223. package/src/modules/chats/store/chat.store.js +6 -1
  224. package/src/modules/community/community.client.js +0 -2
  225. package/src/modules/community/components/blocks/CardBlogpost.vue +71 -33
  226. package/src/modules/community/components/layouts/Community.vue +63 -24
  227. package/src/modules/community/components/pages/Blog.vue +37 -0
  228. package/src/modules/community/components/pages/BlogPost.vue +5 -6
  229. package/src/modules/community/components/pages/Community.vue +1 -0
  230. package/src/modules/community/components/sections/Feed.vue +1 -1
  231. package/src/modules/community/components/sections/HotPosts.vue +64 -24
  232. package/src/modules/community/components/sections/JoinUs.vue +4 -5
  233. package/src/modules/community/store/blogposts.js +1 -0
  234. package/src/modules/constructor/components/elements/Embed.vue +7 -6
  235. package/src/modules/constructor/components/elements/Image.vue +2 -2
  236. package/src/modules/constructor/components/elements/Textarea.vue +1 -1
  237. package/src/modules/constructor/components/sections/Constructor.vue +2 -18
  238. package/src/modules/files/middlewares/server/middlewareBusboy.js +1 -1
  239. package/src/modules/files/routes/files.routes.js +9 -1
  240. package/src/modules/globals/components/blocks/CardHeader.vue +6 -3
  241. package/src/modules/globals/utils/mailing.js +12 -0
  242. package/src/modules/icons/entities/IconEarn.vue +20 -0
  243. package/src/modules/icons/entities/IconFeatured.vue +14 -0
  244. package/src/modules/icons/entities/IconFollowing.vue +17 -0
  245. package/src/modules/icons/entities/IconPopular.vue +14 -0
  246. package/src/modules/icons/entities/IconRecent.vue +17 -0
  247. package/src/modules/icons/navigation/IconAdd.vue +1 -3
  248. package/src/modules/icons/navigation/IconArrow.vue +21 -0
  249. package/src/modules/icons/navigation/IconCheckmark.vue +16 -0
  250. package/src/modules/icons/navigation/IconChevronRight.vue +2 -2
  251. package/src/modules/icons/navigation/IconEdit.vue +16 -2
  252. package/src/modules/icons/navigation/IconEllipsis.vue +16 -0
  253. package/src/modules/icons/placeholders/PlaceholderChat.vue +9 -0
  254. package/src/modules/landing/components/sections/MobileApp.vue +38 -21
  255. package/src/modules/landing/components/sections/SectionEarn.vue +104 -0
  256. package/src/modules/landing/components/sections/SectionFeatures.vue +7 -8
  257. package/src/modules/marketplace/components/layouts/Marketplace.vue +2 -2
  258. package/src/modules/orders/components/blocks/StatusHistory.vue +7 -1
  259. package/src/modules/orders/components/pages/Order.vue +3 -4
  260. package/src/modules/organizations/components/blocks/CardOrganization.vue +6 -6
  261. package/src/modules/organizations/components/pages/Organization.vue +1 -1
  262. package/src/modules/organizations/components/sections/DetailsTab.vue +42 -43
  263. package/src/modules/organizations/components/sections/Publics.vue +3 -4
  264. package/src/modules/products/components/sections/HeroRecommendation.vue +9 -170
  265. package/src/modules/products/components/sections/MenuSection.vue +4 -4
  266. package/src/modules/products/components/sections/PopularProducts.vue +3 -3
  267. package/src/modules/spots/components/layouts/Spots.vue +2 -2
  268. package/src/modules/wallet/components/pages/Wallet.vue +1 -1
  269. package/src/styles/base/all.scss +4 -0
  270. package/src/styles/base/backgrounds.scss +2 -2
  271. package/src/styles/base/shadow_transitions_hover_refactor.scss +11 -1
  272. package/src/styles/typography.scss +19 -12
  273. package/src/modules/community/components/sections/SubscribeNewsletter.vue +0 -67
  274. package/src/modules/constructor/components/elements/Youtube.vue +0 -52
@@ -1,28 +1,29 @@
1
- import { openBlock as t, createElementBlock as i, createElementVNode as l, withModifiers as f, createCommentVNode as o, createBlock as y, toDisplayString as d, Fragment as k, renderList as x, normalizeStyle as $, withCtx as w } from "vue";
1
+ import { openBlock as t, createElementBlock as n, createElementVNode as l, withModifiers as h, createCommentVNode as o, createBlock as y, toDisplayString as d, Fragment as k, renderList as $, normalizeStyle as x, withCtx as b } from "vue";
2
2
  import { useRouter as v } from "vue-router";
3
3
  import p from "../../../icons/placeholders/PlaceholderUserpic.vue.js";
4
4
  import E from "../../../reports/components/sections/FormReport.vue.js";
5
5
  import R from "../../../../components/Dropdown/Dropdown.vue.js";
6
- import "../../../../components/Button/Button.vue.js";
6
+ import "../../../../components/Button/Button.vue2.js";
7
7
  import "../../../auth/store/auth.js";
8
8
  import "../../../organizations/store/memberships.js";
9
- const z = {
9
+ import z from "../../../icons/navigation/IconEllipsis.vue.js";
10
+ const C = {
10
11
  key: 0,
11
12
  class: "pd-b-zero"
12
- }, C = { class: "w-100 flex-v-center flex-nojustify flex" }, M = { class: "w-100 flex-nowrap flex-v-center flex" }, P = ["src"], U = {
13
+ }, M = { class: "w-100 flex-v-center flex-nojustify flex" }, P = { class: "w-100 flex-nowrap flex-v-center flex" }, U = ["src"], F = {
13
14
  key: 2,
14
15
  class: "t-semi"
15
- }, F = { key: 1 }, D = { key: 2 }, L = { class: "d-block mn-l-auto flex-nowrap flex flex-v-center" }, S = {
16
+ }, D = { key: 1 }, L = { key: 2 }, S = { class: "d-block mn-l-auto flex-nowrap flex flex-v-center" }, V = {
16
17
  key: 0,
17
18
  class: "w-4r i-thin"
18
- }, V = {
19
+ }, B = {
19
20
  style: {
20
21
  position: "absolute",
21
22
  top: "0px",
22
23
  right: "0px"
23
24
  },
24
25
  class: "br-solid br-2px br-white z-index-1 radius-big i-thin bg-second flex flex-center t-white p-small t-semi"
25
- }, B = ["src"], I = { class: "bg-black pd-thin radius-small" }, O = /* @__PURE__ */ l("button", { class: "w-100 bg-black br-solid br-1px br-white-transp-20 t-white button-small button" }, " Report ", -1), K = {
26
+ }, I = ["src"], O = { class: "bg-black pd-thin radius-small" }, T = /* @__PURE__ */ l("button", { class: "w-100 bg-black br-solid br-1px br-white-transp-20 t-white button-small button" }, " Report ", -1), W = {
26
27
  __name: "CardHeader",
27
28
  props: [
28
29
  "user",
@@ -38,81 +39,81 @@ const z = {
38
39
  ],
39
40
  setup(e) {
40
41
  v();
41
- function b(n) {
42
- const r = /* @__PURE__ */ new Date(), u = new Date(n), m = Math.abs(r - u), a = Math.floor(m / 1e3), s = Math.floor(a / 60), c = Math.floor(s / 60), h = Math.floor(c / 24), g = Math.floor(h / 7);
43
- return g > 0 ? `${g} week${g > 1 ? "s" : ""} ago` : h > 0 ? `${h} day${h > 1 ? "s" : ""} ago` : c > 0 ? `${c} hour${c > 1 ? "s" : ""} ago` : s > 0 ? `${s} minute${s > 1 ? "s" : ""} ago` : "Just now";
42
+ function w(i) {
43
+ const r = /* @__PURE__ */ new Date(), m = new Date(i), u = Math.abs(r - m), a = Math.floor(u / 1e3), s = Math.floor(a / 60), c = Math.floor(s / 60), f = Math.floor(c / 24), g = Math.floor(f / 7);
44
+ return g > 0 ? `${g} week${g > 1 ? "s" : ""} ago` : f > 0 ? `${f} day${f > 1 ? "s" : ""} ago` : c > 0 ? `${c} hour${c > 1 ? "s" : ""} ago` : s > 0 ? `${s} minute${s > 1 ? "s" : ""} ago` : "Just now";
44
45
  }
45
- return (n, r) => {
46
- var u, m;
47
- return e.owner ? (t(), i("header", z, [
48
- l("div", C, [
49
- l("div", M, [
50
- e.owner.target.profile.photo.length > 0 && e.type !== "short" ? (t(), i("img", {
46
+ return (i, r) => {
47
+ var m, u;
48
+ return e.owner ? (t(), n("header", C, [
49
+ l("div", M, [
50
+ l("div", P, [
51
+ e.owner.target.profile.photo.length > 0 && e.type !== "short" ? (t(), n("img", {
51
52
  key: 0,
52
- src: (n.FILE_SERVER_URL || "") + e.owner.target.profile.photo,
53
- class: "radius-medium mn-r-thin i-thin",
54
- onClick: r[0] || (r[0] = f((a) => n.$router.push({
53
+ src: (i.FILE_SERVER_URL || "") + e.owner.target.profile.photo,
54
+ class: "radius-medium object-fit-cover mn-r-thin i-thin",
55
+ onClick: r[0] || (r[0] = h((a) => i.$router.push({
55
56
  name: e.owner.type === "user" ? "User Profile" : "Organization",
56
57
  params: {
57
58
  _id: e.owner.target._id
58
59
  }
59
60
  }), ["stop"]))
60
- }, null, 8, P)) : o("", !0),
61
+ }, null, 8, U)) : o("", !0),
61
62
  !e.owner.target.profile.photo && e.type !== "short" ? (t(), y(p, {
62
63
  key: 1,
63
64
  class: "radius-medium mn-r-thin i-thin",
64
- onClick: r[1] || (r[1] = f((a) => n.$router.push({
65
+ onClick: r[1] || (r[1] = h((a) => i.$router.push({
65
66
  name: e.owner.type === "user" ? "User Profile" : "Organization",
66
67
  params: {
67
68
  _id: e.owner.target._id
68
69
  }
69
70
  }), ["stop"]))
70
71
  })) : o("", !0),
71
- e.type !== "short" ? (t(), i("span", U, [
72
+ e.type !== "short" ? (t(), n("span", F, [
72
73
  l("span", {
73
- onClick: r[2] || (r[2] = f((a) => n.$router.push({
74
+ onClick: r[2] || (r[2] = h((a) => i.$router.push({
74
75
  name: e.owner.type === "user" ? "User Profile" : "Organization",
75
76
  params: {
76
77
  _id: e.owner.target._id
77
78
  }
78
79
  }), ["stop"]))
79
80
  }, d(e.owner.target.profile.name), 1),
80
- !e.creator.hidden && e.owner.target.profile.name !== ((u = e.creator.target.profile) == null ? void 0 : u.name) ? (t(), i("span", {
81
+ !e.creator.hidden && e.owner.target.profile.name !== ((m = e.creator.target.profile) == null ? void 0 : m.name) ? (t(), n("span", {
81
82
  key: 0,
82
- onClick: r[3] || (r[3] = f((a) => n.$router.push({
83
+ onClick: r[3] || (r[3] = h((a) => i.$router.push({
83
84
  name: "User Profile",
84
85
  params: {
85
86
  _id: e.creator.target._id
86
87
  }
87
88
  }), ["stop"]))
88
- }, " · by " + d((m = e.creator.target.profile) == null ? void 0 : m.name), 1)) : o("", !0),
89
- e.date ? (t(), i("span", F, " · " + d(b(e.date)), 1)) : o("", !0),
90
- e.dateFormatted ? (t(), i("span", D, " · " + d(e.dateFormatted), 1)) : o("", !0)
89
+ }, " · by " + d((u = e.creator.target.profile) == null ? void 0 : u.name), 1)) : o("", !0),
90
+ e.date ? (t(), n("span", D, " · " + d(w(e.date)), 1)) : o("", !0),
91
+ e.dateFormatted ? (t(), n("span", L, " · " + d(e.dateFormatted), 1)) : o("", !0)
91
92
  ])) : o("", !0),
92
- l("div", L, [
93
- e.members ? (t(), i("div", S, [
94
- l("span", V, d(e.members), 1),
95
- (t(!0), i(k, null, x(e.membersPhotos.slice(0, 2), (a, s) => (t(), i("img", {
93
+ l("div", S, [
94
+ e.members ? (t(), n("div", V, [
95
+ l("span", B, d(e.members), 1),
96
+ (t(!0), n(k, null, $(e.membersPhotos.slice(0, 2), (a, s) => (t(), n("img", {
96
97
  key: s,
97
- src: (n.FILE_SERVER_URL || "") + a,
98
- style: $({
98
+ src: (i.FILE_SERVER_URL || "") + a,
99
+ style: x({
99
100
  position: "absolute",
100
101
  top: "0px",
101
102
  right: s * 20 + 20 + "%",
102
103
  zIndex: 1 - s
103
104
  }),
104
105
  class: "br-solid br-2px br-white i-thin bg-grey radius-big"
105
- }, null, 12, B))), 128))
106
+ }, null, 12, I))), 128))
106
107
  ])) : o("", !0)
107
108
  ]),
108
109
  e.type !== "short" && e.user && e.user != e.creator.target._id ? (t(), y(R, {
109
110
  key: 3,
110
- label: "...",
111
+ label: { component: z, class: "t-transp i-regular" },
111
112
  align: "right",
112
- class: "cursor-pointer z-index-2 pd-thin radius-extra"
113
+ class: "cursor-pointer z-index-2"
113
114
  }, {
114
- default: w(() => [
115
- l("section", I, [
115
+ default: b(() => [
116
+ l("section", O, [
116
117
  e.user !== e.creator.target._id ? (t(), y(E, {
117
118
  key: 0,
118
119
  user: e.user,
@@ -121,8 +122,8 @@ const z = {
121
122
  text: "Report",
122
123
  class: "w-100"
123
124
  }, {
124
- default: w(() => [
125
- O
125
+ default: b(() => [
126
+ T
126
127
  ]),
127
128
  _: 1
128
129
  }, 8, ["user", "type", "target"])) : o("", !0)
@@ -137,5 +138,5 @@ const z = {
137
138
  }
138
139
  };
139
140
  export {
140
- K as default
141
+ W as default
141
142
  };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),t={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"22",viewBox:"0 0 24 22",fill:"none"},o=["fill"],r={__name:"IconFeatured",props:{fill:{type:String,default:"rgb(var(--black))"}},setup(C){return(l,s)=>(e.openBlock(),e.createElementBlock("svg",t,[e.createElementVNode("path",{fill:C.fill,class:e.normalizeClass(l.$attrs.class),"fill-rule":"evenodd","clip-rule":"evenodd",d:"M22.995 17.6566V7.19019L23.0751 7.12914C23.6296 6.70673 24 6.0191 24 5.25224C24 3.92888 22.9425 2.87139 21.6191 2.87139C20.2958 2.87139 19.2383 3.92888 19.2383 5.25224C19.2383 5.96713 19.5563 6.63066 20.0606 7.08192L20.2377 7.24032L16.8614 10.0056L13.3296 4.44682L13.4952 4.33645C14.1276 3.91482 14.5244 3.20311 14.5244 2.38086C14.5244 1.05749 13.3234 0 12 0C10.6766 0 9.47557 1.05749 9.47557 2.38086C9.47557 3.20311 9.8724 3.91482 10.5048 4.33645L10.6704 4.44682L7.13856 10.0056L3.76232 7.24032L3.93936 7.08192C4.44371 6.63066 4.76171 5.96713 4.76171 5.25224C4.76171 3.92888 3.70422 2.87139 2.38086 2.87139C1.05749 2.87139 0 3.92888 0 5.25224C0 6.0191 0.370441 6.70673 0.924858 7.12914L1.00498 7.19019V17.6566C1.00498 17.72 0.994431 17.7727 0.987409 17.8077L0.986678 17.8114C0.979315 17.8482 0.976271 17.8659 0.976271 17.8863C0.976271 18.5977 1.35868 19.1932 2.03869 19.6955C2.72194 20.2002 3.68669 20.5948 4.79574 20.8952C7.01147 21.4953 9.97081 21.7029 12 21.7029C14.0292 21.7029 16.9885 21.4953 19.2043 20.8952C20.3133 20.5948 21.2781 20.2002 21.9613 19.6955C22.6413 19.1932 23.0237 18.5977 23.0237 17.8863C23.0237 17.8659 23.0207 17.8482 23.0133 17.8114L23.0126 17.8077C23.0056 17.7727 22.995 17.72 22.995 17.6566ZM21.1531 17.8863L21.02 17.7463C20.855 17.5725 20.5426 17.3799 20.1089 17.1888C19.6687 16.9947 19.0839 16.7939 18.3555 16.6122C16.8982 16.2488 14.8571 15.9601 12.2297 15.9601H11.7703C9.14285 15.9601 7.10181 16.2488 5.64451 16.6122C4.91606 16.7939 4.33134 16.9947 3.89111 17.1888C3.45743 17.3799 3.14505 17.5725 2.97996 17.7463L2.84688 17.8863L2.97996 18.0264C3.14505 18.2002 3.45743 18.3928 3.89111 18.5839C4.33134 18.7779 4.91606 18.9788 5.64451 19.1605C7.10181 19.5239 9.37256 19.8126 12 19.8126C14.6274 19.8126 16.8982 19.5239 18.3555 19.1605C19.0839 18.9788 19.6687 18.7779 20.1089 18.5839C20.5426 18.3928 20.855 18.2002 21.02 18.0264L21.1531 17.8863ZM12 14.0698C14.578 14.0698 18.4759 14.4149 20.8185 15.4591L21.1047 15.5867V8.95685L17.2426 12.1282C17.031 12.2919 16.7711 12.366 16.4774 12.3437C16.2142 12.2934 15.9859 12.1509 15.8498 11.9241L15.8471 11.9197L12.0266 5.90312H11.9734L8.15293 11.9197C7.85183 12.4075 7.19522 12.467 6.75741 12.1282L2.89531 8.95685V15.5867L3.18152 15.4591C5.52406 14.4149 9.42204 14.0698 12 14.0698Z"},null,10,o)]))}};exports.default=r;
@@ -0,0 +1,30 @@
1
+ import { openBlock as l, createElementBlock as t, createElementVNode as L, normalizeClass as o } from "vue";
2
+ const n = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "24",
5
+ height: "22",
6
+ viewBox: "0 0 24 22",
7
+ fill: "none"
8
+ }, r = ["fill"], i = {
9
+ __name: "IconFeatured",
10
+ props: {
11
+ fill: {
12
+ type: String,
13
+ default: "rgb(var(--black))"
14
+ }
15
+ },
16
+ setup(C) {
17
+ return (e, s) => (l(), t("svg", n, [
18
+ L("path", {
19
+ fill: C.fill,
20
+ class: o(e.$attrs.class),
21
+ "fill-rule": "evenodd",
22
+ "clip-rule": "evenodd",
23
+ d: "M22.995 17.6566V7.19019L23.0751 7.12914C23.6296 6.70673 24 6.0191 24 5.25224C24 3.92888 22.9425 2.87139 21.6191 2.87139C20.2958 2.87139 19.2383 3.92888 19.2383 5.25224C19.2383 5.96713 19.5563 6.63066 20.0606 7.08192L20.2377 7.24032L16.8614 10.0056L13.3296 4.44682L13.4952 4.33645C14.1276 3.91482 14.5244 3.20311 14.5244 2.38086C14.5244 1.05749 13.3234 0 12 0C10.6766 0 9.47557 1.05749 9.47557 2.38086C9.47557 3.20311 9.8724 3.91482 10.5048 4.33645L10.6704 4.44682L7.13856 10.0056L3.76232 7.24032L3.93936 7.08192C4.44371 6.63066 4.76171 5.96713 4.76171 5.25224C4.76171 3.92888 3.70422 2.87139 2.38086 2.87139C1.05749 2.87139 0 3.92888 0 5.25224C0 6.0191 0.370441 6.70673 0.924858 7.12914L1.00498 7.19019V17.6566C1.00498 17.72 0.994431 17.7727 0.987409 17.8077L0.986678 17.8114C0.979315 17.8482 0.976271 17.8659 0.976271 17.8863C0.976271 18.5977 1.35868 19.1932 2.03869 19.6955C2.72194 20.2002 3.68669 20.5948 4.79574 20.8952C7.01147 21.4953 9.97081 21.7029 12 21.7029C14.0292 21.7029 16.9885 21.4953 19.2043 20.8952C20.3133 20.5948 21.2781 20.2002 21.9613 19.6955C22.6413 19.1932 23.0237 18.5977 23.0237 17.8863C23.0237 17.8659 23.0207 17.8482 23.0133 17.8114L23.0126 17.8077C23.0056 17.7727 22.995 17.72 22.995 17.6566ZM21.1531 17.8863L21.02 17.7463C20.855 17.5725 20.5426 17.3799 20.1089 17.1888C19.6687 16.9947 19.0839 16.7939 18.3555 16.6122C16.8982 16.2488 14.8571 15.9601 12.2297 15.9601H11.7703C9.14285 15.9601 7.10181 16.2488 5.64451 16.6122C4.91606 16.7939 4.33134 16.9947 3.89111 17.1888C3.45743 17.3799 3.14505 17.5725 2.97996 17.7463L2.84688 17.8863L2.97996 18.0264C3.14505 18.2002 3.45743 18.3928 3.89111 18.5839C4.33134 18.7779 4.91606 18.9788 5.64451 19.1605C7.10181 19.5239 9.37256 19.8126 12 19.8126C14.6274 19.8126 16.8982 19.5239 18.3555 19.1605C19.0839 18.9788 19.6687 18.7779 20.1089 18.5839C20.5426 18.3928 20.855 18.2002 21.02 18.0264L21.1531 17.8863ZM12 14.0698C14.578 14.0698 18.4759 14.4149 20.8185 15.4591L21.1047 15.5867V8.95685L17.2426 12.1282C17.031 12.2919 16.7711 12.366 16.4774 12.3437C16.2142 12.2934 15.9859 12.1509 15.8498 11.9241L15.8471 11.9197L12.0266 5.90312H11.9734L8.15293 11.9197C7.85183 12.4075 7.19522 12.467 6.75741 12.1282L2.89531 8.95685V15.5867L3.18152 15.4591C5.52406 14.4149 9.42204 14.0698 12 14.0698Z"
24
+ }, null, 10, r)
25
+ ]));
26
+ }
27
+ };
28
+ export {
29
+ i as default
30
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=require("vue"),t={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"},s=["fill"],a=["fill"],i=["fill"],n=["fill"],o={__name:"IconFollowing",props:{fill:{type:String,default:"rgb(var(--black))"}},setup(l){return(e,r)=>(C.openBlock(),C.createElementBlock("svg",t,[C.createElementVNode("path",{d:"M11.1827 2.81817C11.0057 3.18929 11.1073 3.63324 11.428 3.89139C11.876 4.25177 12.544 4.10005 12.7911 3.58142C13.3276 2.45686 14.511 1.69595 15.8586 1.78091C17.4586 1.88127 18.7431 3.18369 18.8199 4.78067C18.9065 6.59333 17.453 8.09554 15.6541 8.09554C15.4065 8.09554 15.1654 8.06707 14.9341 8.01292C14.3719 7.88174 13.8336 8.30374 13.8364 8.87933C13.8383 9.28919 14.1257 9.64678 14.5213 9.7392C14.9168 9.83163 15.3306 9.87645 15.7561 9.86805C18.4538 9.81343 20.6249 7.58158 20.602 4.89131C20.5791 2.1861 18.3724 0 15.6541 0C13.6805 0 11.9771 1.1521 11.1827 2.81817Z",fill:l.fill,class:C.normalizeClass(e.$attrs.class)},null,10,s),C.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.13109 3.61267C5.39826 3.61267 3.18317 5.82212 3.18317 8.54739C3.18317 11.2727 5.39873 13.4821 8.13109 13.4821C10.8634 13.4821 13.0795 11.2727 13.0795 8.54739C13.0795 5.82212 10.8639 3.61267 8.13109 3.61267ZM8.13109 5.38658C9.87854 5.38658 11.3007 6.8043 11.3007 8.54739C11.3007 10.2905 9.87901 11.7082 8.13109 11.7082C6.38317 11.7082 4.96198 10.2905 4.96198 8.54739C4.96198 6.8043 6.38363 5.38658 8.13109 5.38658Z",fill:l.fill,class:C.normalizeClass(e.$attrs.class)},null,10,a),C.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.50649 14.6678H8.51773L8.51726 14.6669C10.1004 14.6669 12.6362 14.7257 13.6585 14.834C14.3546 14.9082 15.0109 15.2285 15.5057 15.7214C16.0005 16.2153 16.3122 16.8595 16.3848 17.5504C16.3848 17.5504 16.4775 18.4453 16.4775 19.0339C16.4775 19.6226 16.3853 20.4792 16.3853 20.4792C16.3127 21.1813 16.0019 21.8745 15.5094 22.4375C15.0165 22.9991 14.363 23.4024 13.6674 23.5485C12.6699 23.774 10.217 23.9957 8.62305 23.9957H8.51211C8.39836 23.9985 8.27665 23.9999 8.14886 23.9999C6.48754 23.9999 3.72896 23.7717 2.78151 23.5471C2.0859 23.401 1.43242 22.9972 0.939497 22.4356C0.446577 21.8731 0.135752 21.1794 0.063663 20.4778C0.063663 20.4778 0 20.0203 0 19.153C0 18.2856 0.0650673 17.5504 0.0650673 17.5504C0.137156 16.8595 0.449386 16.2158 0.944178 15.7219C1.43897 15.2289 2.09479 14.9087 2.79134 14.8345C3.81369 14.7266 6.92194 14.6678 8.50649 14.6678ZM13.4694 16.5976C12.5823 16.5038 10.1922 16.4408 8.51726 16.4408L8.51773 16.4417H8.50603C6.85875 16.4417 3.88672 16.5029 2.97812 16.5986C2.69585 16.6284 2.4117 16.7666 2.20012 16.9771C1.99649 17.1807 1.86729 17.444 1.83499 17.7194C1.8261 17.8272 1.77882 18.4476 1.77882 19.153C1.77882 19.8168 1.82095 20.1917 1.82657 20.2379C1.82938 20.2558 1.83034 20.2652 1.83184 20.2799L1.83359 20.2967C1.86776 20.63 2.03066 20.9843 2.2797 21.2691C2.52499 21.5492 2.8419 21.7471 3.14804 21.8115C3.16302 21.8143 3.178 21.8176 3.19298 21.8213C3.92229 21.9945 6.50626 22.226 8.14886 22.226C8.26355 22.226 8.37074 22.2246 8.46811 22.2223C8.48262 22.2218 8.4976 22.2218 8.51211 22.2218H8.62305C10.1664 22.2218 12.4709 22.0001 13.2747 21.8185L13.3009 21.8129C13.607 21.7485 13.9244 21.5506 14.1706 21.2695C14.4187 20.9862 14.5816 20.6319 14.6158 20.2981L14.6167 20.2897C14.6392 20.0773 14.6987 19.4382 14.6987 19.0339C14.6987 18.6297 14.6392 17.9617 14.6158 17.7343C14.5863 17.4524 14.4557 17.1825 14.2474 16.9748C14.0377 16.7661 13.7535 16.628 13.4694 16.5976Z",fill:l.fill,class:C.normalizeClass(e.$attrs.class)},null,10,i),C.createElementVNode("path",{d:"M13.7615 11.079C13.4914 11.0846 13.2386 11.2116 13.0739 11.4249L13.0734 11.424C12.6184 12.0135 13.05 12.866 13.7962 12.8515C14.6074 12.8356 15.4107 12.8272 16.0281 12.8272H16.0398C17.7152 12.8272 20.1053 12.8902 20.9919 12.9841C21.2761 13.0139 21.5602 13.1521 21.7699 13.3612C21.9778 13.569 22.1088 13.8388 22.1383 14.1208C22.1617 14.3481 22.2212 15.0184 22.2212 15.4204C22.2212 15.8223 22.1622 16.4632 22.1393 16.6761L22.1383 16.6845C22.1037 17.0178 21.9413 17.3726 21.6932 17.656C21.4465 17.937 21.1296 18.1349 20.8234 18.1993L20.7972 18.2049C20.2982 18.3179 19.2201 18.4463 18.1051 18.527C17.6515 18.5597 17.2953 18.9266 17.2789 19.3799C17.2602 19.9079 17.7049 20.3346 18.2329 20.2963C19.4102 20.2113 20.5758 20.0741 21.1899 19.9354C21.8856 19.7893 22.539 19.386 23.032 18.8244C23.5249 18.2619 23.8357 17.5682 23.9078 16.8661C23.9078 16.8661 24 16.009 24 15.4208C24 14.8327 23.9073 13.9373 23.9073 13.9373C23.8352 13.2464 23.523 12.6022 23.0282 12.1083C22.5334 11.6154 21.8776 11.2951 21.1811 11.2209C20.1587 11.1126 17.6229 11.0538 16.0398 11.0538H16.0286C15.4266 11.0538 14.605 11.0626 13.7615 11.079Z",fill:l.fill,class:C.normalizeClass(e.$attrs.class)},null,10,n)]))}};exports.default=o;
@@ -0,0 +1,47 @@
1
+ import { openBlock as t, createElementBlock as i, createElementVNode as e, normalizeClass as s } from "vue";
2
+ const a = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "24",
5
+ height: "24",
6
+ viewBox: "0 0 24 24",
7
+ fill: "none"
8
+ }, n = ["fill"], o = ["fill"], c = ["fill"], d = ["fill"], h = {
9
+ __name: "IconFollowing",
10
+ props: {
11
+ fill: {
12
+ type: String,
13
+ default: "rgb(var(--black))"
14
+ }
15
+ },
16
+ setup(C) {
17
+ return (l, f) => (t(), i("svg", a, [
18
+ e("path", {
19
+ d: "M11.1827 2.81817C11.0057 3.18929 11.1073 3.63324 11.428 3.89139C11.876 4.25177 12.544 4.10005 12.7911 3.58142C13.3276 2.45686 14.511 1.69595 15.8586 1.78091C17.4586 1.88127 18.7431 3.18369 18.8199 4.78067C18.9065 6.59333 17.453 8.09554 15.6541 8.09554C15.4065 8.09554 15.1654 8.06707 14.9341 8.01292C14.3719 7.88174 13.8336 8.30374 13.8364 8.87933C13.8383 9.28919 14.1257 9.64678 14.5213 9.7392C14.9168 9.83163 15.3306 9.87645 15.7561 9.86805C18.4538 9.81343 20.6249 7.58158 20.602 4.89131C20.5791 2.1861 18.3724 0 15.6541 0C13.6805 0 11.9771 1.1521 11.1827 2.81817Z",
20
+ fill: C.fill,
21
+ class: s(l.$attrs.class)
22
+ }, null, 10, n),
23
+ e("path", {
24
+ "fill-rule": "evenodd",
25
+ "clip-rule": "evenodd",
26
+ d: "M8.13109 3.61267C5.39826 3.61267 3.18317 5.82212 3.18317 8.54739C3.18317 11.2727 5.39873 13.4821 8.13109 13.4821C10.8634 13.4821 13.0795 11.2727 13.0795 8.54739C13.0795 5.82212 10.8639 3.61267 8.13109 3.61267ZM8.13109 5.38658C9.87854 5.38658 11.3007 6.8043 11.3007 8.54739C11.3007 10.2905 9.87901 11.7082 8.13109 11.7082C6.38317 11.7082 4.96198 10.2905 4.96198 8.54739C4.96198 6.8043 6.38363 5.38658 8.13109 5.38658Z",
27
+ fill: C.fill,
28
+ class: s(l.$attrs.class)
29
+ }, null, 10, o),
30
+ e("path", {
31
+ "fill-rule": "evenodd",
32
+ "clip-rule": "evenodd",
33
+ d: "M8.50649 14.6678H8.51773L8.51726 14.6669C10.1004 14.6669 12.6362 14.7257 13.6585 14.834C14.3546 14.9082 15.0109 15.2285 15.5057 15.7214C16.0005 16.2153 16.3122 16.8595 16.3848 17.5504C16.3848 17.5504 16.4775 18.4453 16.4775 19.0339C16.4775 19.6226 16.3853 20.4792 16.3853 20.4792C16.3127 21.1813 16.0019 21.8745 15.5094 22.4375C15.0165 22.9991 14.363 23.4024 13.6674 23.5485C12.6699 23.774 10.217 23.9957 8.62305 23.9957H8.51211C8.39836 23.9985 8.27665 23.9999 8.14886 23.9999C6.48754 23.9999 3.72896 23.7717 2.78151 23.5471C2.0859 23.401 1.43242 22.9972 0.939497 22.4356C0.446577 21.8731 0.135752 21.1794 0.063663 20.4778C0.063663 20.4778 0 20.0203 0 19.153C0 18.2856 0.0650673 17.5504 0.0650673 17.5504C0.137156 16.8595 0.449386 16.2158 0.944178 15.7219C1.43897 15.2289 2.09479 14.9087 2.79134 14.8345C3.81369 14.7266 6.92194 14.6678 8.50649 14.6678ZM13.4694 16.5976C12.5823 16.5038 10.1922 16.4408 8.51726 16.4408L8.51773 16.4417H8.50603C6.85875 16.4417 3.88672 16.5029 2.97812 16.5986C2.69585 16.6284 2.4117 16.7666 2.20012 16.9771C1.99649 17.1807 1.86729 17.444 1.83499 17.7194C1.8261 17.8272 1.77882 18.4476 1.77882 19.153C1.77882 19.8168 1.82095 20.1917 1.82657 20.2379C1.82938 20.2558 1.83034 20.2652 1.83184 20.2799L1.83359 20.2967C1.86776 20.63 2.03066 20.9843 2.2797 21.2691C2.52499 21.5492 2.8419 21.7471 3.14804 21.8115C3.16302 21.8143 3.178 21.8176 3.19298 21.8213C3.92229 21.9945 6.50626 22.226 8.14886 22.226C8.26355 22.226 8.37074 22.2246 8.46811 22.2223C8.48262 22.2218 8.4976 22.2218 8.51211 22.2218H8.62305C10.1664 22.2218 12.4709 22.0001 13.2747 21.8185L13.3009 21.8129C13.607 21.7485 13.9244 21.5506 14.1706 21.2695C14.4187 20.9862 14.5816 20.6319 14.6158 20.2981L14.6167 20.2897C14.6392 20.0773 14.6987 19.4382 14.6987 19.0339C14.6987 18.6297 14.6392 17.9617 14.6158 17.7343C14.5863 17.4524 14.4557 17.1825 14.2474 16.9748C14.0377 16.7661 13.7535 16.628 13.4694 16.5976Z",
34
+ fill: C.fill,
35
+ class: s(l.$attrs.class)
36
+ }, null, 10, c),
37
+ e("path", {
38
+ d: "M13.7615 11.079C13.4914 11.0846 13.2386 11.2116 13.0739 11.4249L13.0734 11.424C12.6184 12.0135 13.05 12.866 13.7962 12.8515C14.6074 12.8356 15.4107 12.8272 16.0281 12.8272H16.0398C17.7152 12.8272 20.1053 12.8902 20.9919 12.9841C21.2761 13.0139 21.5602 13.1521 21.7699 13.3612C21.9778 13.569 22.1088 13.8388 22.1383 14.1208C22.1617 14.3481 22.2212 15.0184 22.2212 15.4204C22.2212 15.8223 22.1622 16.4632 22.1393 16.6761L22.1383 16.6845C22.1037 17.0178 21.9413 17.3726 21.6932 17.656C21.4465 17.937 21.1296 18.1349 20.8234 18.1993L20.7972 18.2049C20.2982 18.3179 19.2201 18.4463 18.1051 18.527C17.6515 18.5597 17.2953 18.9266 17.2789 19.3799C17.2602 19.9079 17.7049 20.3346 18.2329 20.2963C19.4102 20.2113 20.5758 20.0741 21.1899 19.9354C21.8856 19.7893 22.539 19.386 23.032 18.8244C23.5249 18.2619 23.8357 17.5682 23.9078 16.8661C23.9078 16.8661 24 16.009 24 15.4208C24 14.8327 23.9073 13.9373 23.9073 13.9373C23.8352 13.2464 23.523 12.6022 23.0282 12.1083C22.5334 11.6154 21.8776 11.2951 21.1811 11.2209C20.1587 11.1126 17.6229 11.0538 16.0398 11.0538H16.0286C15.4266 11.0538 14.605 11.0626 13.7615 11.079Z",
39
+ fill: C.fill,
40
+ class: s(l.$attrs.class)
41
+ }, null, 10, d)
42
+ ]));
43
+ }
44
+ };
45
+ export {
46
+ h as default
47
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),C={xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none"},s=["fill"],o={__name:"IconPopular",props:{fill:{type:String,default:"rgb(var(--black))"}},setup(t){return(l,r)=>(e.openBlock(),e.createElementBlock("svg",C,[e.createElementVNode("path",{fill:t.fill,class:e.normalizeClass(l.$attrs.class),d:"M5.81366 6.91304C5.54037 6.68944 5.68944 6.21739 6.03727 6.19255L7.95031 6.04348L8.67081 4.25466C8.81987 3.90683 9.29192 3.90683 9.41615 4.25466L10.1366 6.04348L12.0497 6.19255C12.4224 6.21739 12.5466 6.6646 12.2733 6.91304L10.8075 8.15528L11.2795 10.0186C11.354 10.3665 10.9814 10.6398 10.6832 10.4658L9.06832 9.44721L7.42857 10.4658C7.13043 10.6646 6.73292 10.3665 6.8323 10.0186L7.30435 8.15528L5.81366 6.91304ZM0 11.4099V3.58385C0 2.14286 1.1677 1 2.58385 1H15.5031C16.9441 1 18.087 2.1677 18.087 3.58385V11.4099C18.087 12.8509 16.9193 13.9938 15.5031 13.9938H6.65838L3.72671 16.9503C3.5528 17.1242 3.30435 17.2236 3.0559 17.2236C2.80745 17.2236 2.58385 17.1242 2.38509 16.9503C2.18634 16.7764 2.08696 16.5031 2.08696 16.2298V13.9193C0.89441 13.6957 0 12.6522 0 11.4099ZM1.81366 11.4099C1.81366 11.8323 2.16149 12.205 2.6087 12.205H3.90062V14.2422L5.93789 12.205H15.5528C15.9752 12.205 16.3478 11.8571 16.3478 11.4099V3.58385C16.3478 3.16149 16 2.78882 15.5528 2.78882H2.63354C2.21118 2.78882 1.83851 3.13665 1.83851 3.58385V11.4099H1.81366ZM24 9.2236C24 7.78261 22.8323 6.63975 21.4161 6.63975H19.8509V8.45342H21.4161C21.8385 8.45342 22.2112 8.80124 22.2112 9.24845V17.0745C22.2112 17.4969 21.8634 17.8696 21.4161 17.8696H20.1242V19.882L18.087 17.8447H8.47205C8.04969 17.8447 7.67702 17.4969 7.67702 17.0497V15.7081H7.37888L5.8882 17.1988C5.96273 18.5652 7.10559 19.6335 8.47205 19.6335H17.3416L20.2733 22.5652C20.4472 22.7391 20.6957 22.8385 20.9689 22.8385C21.5155 22.8385 21.9379 22.3913 21.9379 21.8696V19.559C23.1056 19.3106 24 18.2671 24 17.0248V9.2236Z"},null,10,s)]))}};exports.default=o;
@@ -0,0 +1,28 @@
1
+ import { openBlock as t, createElementBlock as C, createElementVNode as o, normalizeClass as s } from "vue";
2
+ const a = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "24",
5
+ height: "24",
6
+ viewBox: "0 0 24 24",
7
+ fill: "none"
8
+ }, n = ["fill"], c = {
9
+ __name: "IconPopular",
10
+ props: {
11
+ fill: {
12
+ type: String,
13
+ default: "rgb(var(--black))"
14
+ }
15
+ },
16
+ setup(e) {
17
+ return (l, r) => (t(), C("svg", a, [
18
+ o("path", {
19
+ fill: e.fill,
20
+ class: s(l.$attrs.class),
21
+ d: "M5.81366 6.91304C5.54037 6.68944 5.68944 6.21739 6.03727 6.19255L7.95031 6.04348L8.67081 4.25466C8.81987 3.90683 9.29192 3.90683 9.41615 4.25466L10.1366 6.04348L12.0497 6.19255C12.4224 6.21739 12.5466 6.6646 12.2733 6.91304L10.8075 8.15528L11.2795 10.0186C11.354 10.3665 10.9814 10.6398 10.6832 10.4658L9.06832 9.44721L7.42857 10.4658C7.13043 10.6646 6.73292 10.3665 6.8323 10.0186L7.30435 8.15528L5.81366 6.91304ZM0 11.4099V3.58385C0 2.14286 1.1677 1 2.58385 1H15.5031C16.9441 1 18.087 2.1677 18.087 3.58385V11.4099C18.087 12.8509 16.9193 13.9938 15.5031 13.9938H6.65838L3.72671 16.9503C3.5528 17.1242 3.30435 17.2236 3.0559 17.2236C2.80745 17.2236 2.58385 17.1242 2.38509 16.9503C2.18634 16.7764 2.08696 16.5031 2.08696 16.2298V13.9193C0.89441 13.6957 0 12.6522 0 11.4099ZM1.81366 11.4099C1.81366 11.8323 2.16149 12.205 2.6087 12.205H3.90062V14.2422L5.93789 12.205H15.5528C15.9752 12.205 16.3478 11.8571 16.3478 11.4099V3.58385C16.3478 3.16149 16 2.78882 15.5528 2.78882H2.63354C2.21118 2.78882 1.83851 3.13665 1.83851 3.58385V11.4099H1.81366ZM24 9.2236C24 7.78261 22.8323 6.63975 21.4161 6.63975H19.8509V8.45342H21.4161C21.8385 8.45342 22.2112 8.80124 22.2112 9.24845V17.0745C22.2112 17.4969 21.8634 17.8696 21.4161 17.8696H20.1242V19.882L18.087 17.8447H8.47205C8.04969 17.8447 7.67702 17.4969 7.67702 17.0497V15.7081H7.37888L5.8882 17.1988C5.96273 18.5652 7.10559 19.6335 8.47205 19.6335H17.3416L20.2733 22.5652C20.4472 22.7391 20.6957 22.8385 20.9689 22.8385C21.5155 22.8385 21.9379 22.3913 21.9379 21.8696V19.559C23.1056 19.3106 24 18.2671 24 17.0248V9.2236Z"
22
+ }, null, 10, n)
23
+ ]));
24
+ }
25
+ };
26
+ export {
27
+ c as default
28
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("vue"),t={xmlns:"http://www.w3.org/2000/svg",width:"25",height:"24",viewBox:"0 0 25 24",fill:"none"},s=["fill"],a=["fill"],i=["fill"],n=["fill"],o={__name:"IconRecent",props:{fill:{type:String,default:"rgb(var(--black))"}},setup(C){return(e,c)=>(l.openBlock(),l.createElementBlock("svg",t,[l.createElementVNode("path",{d:"M20.5045 10.7065L19.5981 15.4534C19.5674 15.6007 19.4929 15.7246 19.3771 15.8221C19.2599 15.9208 19.1222 15.9707 18.9686 15.9707H18.0779C17.9281 15.9707 17.7947 15.9199 17.6825 15.8202C17.5704 15.7205 17.504 15.5938 17.4853 15.4447L17.4852 15.4433L17.1796 12.7158L16.8738 15.4447C16.8551 15.5938 16.7887 15.7205 16.6766 15.8202C16.5644 15.9199 16.431 15.9707 16.2812 15.9707H15.3905C15.237 15.9707 15.0978 15.9209 14.9765 15.8238L14.9743 15.8221C14.8579 15.7241 14.7855 15.599 14.7604 15.4504L13.855 10.7083C13.8228 10.5642 13.8534 10.4302 13.9468 10.3167L13.9492 10.3138C14.0461 10.204 14.1704 10.1462 14.3156 10.1462H14.9913C15.1411 10.1462 15.2745 10.1971 15.3866 10.2968C15.4987 10.3965 15.5652 10.5232 15.5838 10.6723L15.584 10.6737L15.8802 13.3172L16.1258 10.6768C16.1385 10.5261 16.2028 10.3973 16.3158 10.2968C16.428 10.1971 16.5614 10.1462 16.7112 10.1462H17.6786C17.8285 10.1462 17.9619 10.1971 18.074 10.2968C18.187 10.3973 18.2513 10.5255 18.264 10.6762L18.5096 13.3172L18.806 10.6723C18.8246 10.5232 18.8911 10.3965 19.0032 10.2968C19.1153 10.1971 19.2487 10.1462 19.3986 10.1462H20.0435C20.189 10.1462 20.3122 10.2044 20.4046 10.3167C20.4972 10.4291 20.5306 10.5627 20.5045 10.7065Z",fill:C.fill,class:l.normalizeClass(e.$attrs.class)},null,10,s),l.createElementVNode("path",{d:"M13.5162 10.3089C13.4097 10.2023 13.2798 10.1462 13.1315 10.1462H10.3213C10.173 10.1462 10.0431 10.2023 9.93658 10.3089C9.83003 10.4155 9.77393 10.5453 9.77393 10.6936V15.4234C9.77393 15.5716 9.83003 15.7015 9.93658 15.8081C10.0431 15.9146 10.173 15.9707 10.3213 15.9707H13.1315C13.2798 15.9707 13.4097 15.9146 13.5162 15.8081C13.6228 15.7015 13.6789 15.5716 13.6789 15.4234V15.0702C13.6789 14.9219 13.6228 14.792 13.5162 14.6855C13.4097 14.5789 13.2798 14.5228 13.1315 14.5228H11.529V13.6673H12.9779C13.1262 13.6673 13.2561 13.6112 13.3626 13.5046C13.4692 13.3981 13.5253 13.2682 13.5253 13.1199V12.8435C13.5253 12.6952 13.4692 12.5654 13.3626 12.4588C13.2561 12.3523 13.1262 12.2961 12.9779 12.2961H11.529V11.5941H13.1315C13.2798 11.5941 13.4097 11.538 13.5162 11.4315C13.6228 11.3249 13.6789 11.195 13.6789 11.0468V10.6936C13.6789 10.5453 13.6228 10.4155 13.5162 10.3089Z",fill:C.fill,class:l.normalizeClass(e.$attrs.class)},null,10,a),l.createElementVNode("path",{d:"M6.26485 13.2336L7.40037 15.5177C7.47177 15.6633 7.56912 15.7784 7.69431 15.8563C7.81956 15.9342 7.96586 15.9707 8.12847 15.9707H8.71202C8.86028 15.9707 8.99016 15.9146 9.09671 15.8081C9.20327 15.7015 9.25937 15.5716 9.25937 15.4234V10.6936C9.25937 10.5453 9.20327 10.4155 9.09671 10.3089C8.99016 10.2023 8.86028 10.1462 8.71202 10.1462H8.12847C7.98021 10.1462 7.85034 10.2023 7.74378 10.3089C7.63723 10.4155 7.58112 10.5453 7.58112 10.6936V12.8834L6.44561 10.5992C6.37421 10.4537 6.27687 10.3385 6.15167 10.2607C6.02642 10.1828 5.88012 10.1462 5.7175 10.1462H5.13396C4.9857 10.1462 4.85582 10.2023 4.74927 10.3089C4.64271 10.4155 4.58661 10.5453 4.58661 10.6936V15.4234C4.58661 15.5716 4.64271 15.7015 4.74927 15.8081C4.85582 15.9146 4.9857 15.9707 5.13396 15.9707H5.7175C5.86577 15.9707 5.99564 15.9146 6.1022 15.8081C6.20875 15.7015 6.26485 15.5716 6.26485 15.4234V13.2336Z",fill:C.fill,class:l.normalizeClass(e.$attrs.class)},null,10,i),l.createElementVNode("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.62497 0C8.23077 0 8.72186 0.491095 8.72186 1.09689V2.74225H15.3032V1.09689C15.3032 0.491095 15.7943 0 16.4001 0C17.0059 0 17.497 0.491095 17.497 1.09689V2.74225H19.0655C22.0945 2.74225 24.55 5.19773 24.55 8.22671V17.7697C24.55 20.7987 22.0945 23.2541 19.0655 23.2541H6.03445C3.00546 23.2541 0.549988 20.7987 0.549988 17.7697V8.22671C0.549988 5.19772 3.00546 2.74225 6.03445 2.74225H6.52808V1.09689C6.52808 0.491095 7.01917 0 7.62497 0ZM15.3032 4.93603V6.58135C15.3032 7.18715 15.7943 7.67824 16.4001 7.67824C17.0059 7.67824 17.497 7.18715 17.497 6.58135V4.93603H19.0655C20.8829 4.93603 22.3562 6.40932 22.3562 8.22671V17.7697C22.3562 19.5871 20.8829 21.0604 19.0655 21.0604H6.03445C4.21706 21.0604 2.74377 19.5871 2.74377 17.7697V8.22671C2.74377 6.40932 4.21706 4.93603 6.03445 4.93603H6.52808V6.58135C6.52808 7.18715 7.01917 7.67824 7.62497 7.67824C8.23077 7.67824 8.72186 7.18715 8.72186 6.58135V4.93603H15.3032Z",fill:C.fill,class:l.normalizeClass(e.$attrs.class)},null,10,n)]))}};exports.default=o;
@@ -0,0 +1,45 @@
1
+ import { openBlock as e, createElementBlock as a, createElementVNode as t, normalizeClass as s } from "vue";
2
+ const i = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "25",
5
+ height: "24",
6
+ viewBox: "0 0 25 24",
7
+ fill: "none"
8
+ }, n = ["fill"], o = ["fill"], H = ["fill"], V = ["fill"], r = {
9
+ __name: "IconRecent",
10
+ props: {
11
+ fill: {
12
+ type: String,
13
+ default: "rgb(var(--black))"
14
+ }
15
+ },
16
+ setup(C) {
17
+ return (l, c) => (e(), a("svg", i, [
18
+ t("path", {
19
+ d: "M20.5045 10.7065L19.5981 15.4534C19.5674 15.6007 19.4929 15.7246 19.3771 15.8221C19.2599 15.9208 19.1222 15.9707 18.9686 15.9707H18.0779C17.9281 15.9707 17.7947 15.9199 17.6825 15.8202C17.5704 15.7205 17.504 15.5938 17.4853 15.4447L17.4852 15.4433L17.1796 12.7158L16.8738 15.4447C16.8551 15.5938 16.7887 15.7205 16.6766 15.8202C16.5644 15.9199 16.431 15.9707 16.2812 15.9707H15.3905C15.237 15.9707 15.0978 15.9209 14.9765 15.8238L14.9743 15.8221C14.8579 15.7241 14.7855 15.599 14.7604 15.4504L13.855 10.7083C13.8228 10.5642 13.8534 10.4302 13.9468 10.3167L13.9492 10.3138C14.0461 10.204 14.1704 10.1462 14.3156 10.1462H14.9913C15.1411 10.1462 15.2745 10.1971 15.3866 10.2968C15.4987 10.3965 15.5652 10.5232 15.5838 10.6723L15.584 10.6737L15.8802 13.3172L16.1258 10.6768C16.1385 10.5261 16.2028 10.3973 16.3158 10.2968C16.428 10.1971 16.5614 10.1462 16.7112 10.1462H17.6786C17.8285 10.1462 17.9619 10.1971 18.074 10.2968C18.187 10.3973 18.2513 10.5255 18.264 10.6762L18.5096 13.3172L18.806 10.6723C18.8246 10.5232 18.8911 10.3965 19.0032 10.2968C19.1153 10.1971 19.2487 10.1462 19.3986 10.1462H20.0435C20.189 10.1462 20.3122 10.2044 20.4046 10.3167C20.4972 10.4291 20.5306 10.5627 20.5045 10.7065Z",
20
+ fill: C.fill,
21
+ class: s(l.$attrs.class)
22
+ }, null, 10, n),
23
+ t("path", {
24
+ d: "M13.5162 10.3089C13.4097 10.2023 13.2798 10.1462 13.1315 10.1462H10.3213C10.173 10.1462 10.0431 10.2023 9.93658 10.3089C9.83003 10.4155 9.77393 10.5453 9.77393 10.6936V15.4234C9.77393 15.5716 9.83003 15.7015 9.93658 15.8081C10.0431 15.9146 10.173 15.9707 10.3213 15.9707H13.1315C13.2798 15.9707 13.4097 15.9146 13.5162 15.8081C13.6228 15.7015 13.6789 15.5716 13.6789 15.4234V15.0702C13.6789 14.9219 13.6228 14.792 13.5162 14.6855C13.4097 14.5789 13.2798 14.5228 13.1315 14.5228H11.529V13.6673H12.9779C13.1262 13.6673 13.2561 13.6112 13.3626 13.5046C13.4692 13.3981 13.5253 13.2682 13.5253 13.1199V12.8435C13.5253 12.6952 13.4692 12.5654 13.3626 12.4588C13.2561 12.3523 13.1262 12.2961 12.9779 12.2961H11.529V11.5941H13.1315C13.2798 11.5941 13.4097 11.538 13.5162 11.4315C13.6228 11.3249 13.6789 11.195 13.6789 11.0468V10.6936C13.6789 10.5453 13.6228 10.4155 13.5162 10.3089Z",
25
+ fill: C.fill,
26
+ class: s(l.$attrs.class)
27
+ }, null, 10, o),
28
+ t("path", {
29
+ d: "M6.26485 13.2336L7.40037 15.5177C7.47177 15.6633 7.56912 15.7784 7.69431 15.8563C7.81956 15.9342 7.96586 15.9707 8.12847 15.9707H8.71202C8.86028 15.9707 8.99016 15.9146 9.09671 15.8081C9.20327 15.7015 9.25937 15.5716 9.25937 15.4234V10.6936C9.25937 10.5453 9.20327 10.4155 9.09671 10.3089C8.99016 10.2023 8.86028 10.1462 8.71202 10.1462H8.12847C7.98021 10.1462 7.85034 10.2023 7.74378 10.3089C7.63723 10.4155 7.58112 10.5453 7.58112 10.6936V12.8834L6.44561 10.5992C6.37421 10.4537 6.27687 10.3385 6.15167 10.2607C6.02642 10.1828 5.88012 10.1462 5.7175 10.1462H5.13396C4.9857 10.1462 4.85582 10.2023 4.74927 10.3089C4.64271 10.4155 4.58661 10.5453 4.58661 10.6936V15.4234C4.58661 15.5716 4.64271 15.7015 4.74927 15.8081C4.85582 15.9146 4.9857 15.9707 5.13396 15.9707H5.7175C5.86577 15.9707 5.99564 15.9146 6.1022 15.8081C6.20875 15.7015 6.26485 15.5716 6.26485 15.4234V13.2336Z",
30
+ fill: C.fill,
31
+ class: s(l.$attrs.class)
32
+ }, null, 10, H),
33
+ t("path", {
34
+ "fill-rule": "evenodd",
35
+ "clip-rule": "evenodd",
36
+ d: "M7.62497 0C8.23077 0 8.72186 0.491095 8.72186 1.09689V2.74225H15.3032V1.09689C15.3032 0.491095 15.7943 0 16.4001 0C17.0059 0 17.497 0.491095 17.497 1.09689V2.74225H19.0655C22.0945 2.74225 24.55 5.19773 24.55 8.22671V17.7697C24.55 20.7987 22.0945 23.2541 19.0655 23.2541H6.03445C3.00546 23.2541 0.549988 20.7987 0.549988 17.7697V8.22671C0.549988 5.19772 3.00546 2.74225 6.03445 2.74225H6.52808V1.09689C6.52808 0.491095 7.01917 0 7.62497 0ZM15.3032 4.93603V6.58135C15.3032 7.18715 15.7943 7.67824 16.4001 7.67824C17.0059 7.67824 17.497 7.18715 17.497 6.58135V4.93603H19.0655C20.8829 4.93603 22.3562 6.40932 22.3562 8.22671V17.7697C22.3562 19.5871 20.8829 21.0604 19.0655 21.0604H6.03445C4.21706 21.0604 2.74377 19.5871 2.74377 17.7697V8.22671C2.74377 6.40932 4.21706 4.93603 6.03445 4.93603H6.52808V6.58135C6.52808 7.18715 7.01917 7.67824 7.62497 7.67824C8.23077 7.67824 8.72186 7.18715 8.72186 6.58135V4.93603H15.3032Z",
37
+ fill: C.fill,
38
+ class: s(l.$attrs.class)
39
+ }, null, 10, V)
40
+ ]));
41
+ }
42
+ };
43
+ export {
44
+ r as default
45
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),o={xmlns:"http://www.w3.org/2000/svg",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none"},r=["fill","transform"],l={__name:"IconArrow",props:{fill:{type:String,default:"rgb(var(--black))"},rotation:{type:Number,default:0}},setup(t){return(n,C)=>(e.openBlock(),e.createElementBlock("svg",o,[e.createElementVNode("path",{fill:t.fill,transform:`rotate(${t.rotation}, 24, 24)`,d:"M42.4938 21.6042L29.8525 8.96288C29.568 8.66354 29.2265 8.42416 28.8481 8.25884C28.4696 8.09352 28.062 8.0056 27.649 8.00026C27.2361 7.99492 26.8263 8.07226 26.4437 8.22774C26.0612 8.38322 25.7136 8.61368 25.4214 8.90556C25.1293 9.19743 24.8985 9.54482 24.7427 9.92725C24.5869 10.3097 24.5092 10.7194 24.5142 11.1324C24.5192 11.5453 24.6067 11.953 24.7717 12.3316C24.9367 12.7102 25.1758 13.0519 25.4749 13.3366L32.9475 20.7978H8.09504C7.27418 20.7978 6.48695 21.1238 5.90652 21.7043C5.32608 22.2847 5 23.0719 5 23.8928C5 24.7137 5.32608 25.5009 5.90652 26.0813C6.48695 26.6618 7.27418 26.9878 8.09504 26.9878H32.8784L25.4749 34.4029C24.9186 34.9882 24.6131 35.7677 24.6236 36.5751C24.634 37.3825 24.9596 38.1538 25.5308 38.7245C26.102 39.2952 26.8736 39.6201 27.681 39.6299C28.4884 39.6396 29.2677 39.3334 29.8525 38.7766L42.4938 26.1354C42.7822 25.8487 43.0108 25.5076 43.1664 25.1318C43.3219 24.7561 43.4013 24.3532 43.4 23.9466C43.402 23.921 43.402 23.8953 43.4 23.8698C43.4018 23.8442 43.4018 23.8185 43.4 23.793C43.3997 22.9721 43.0738 22.1849 42.4938 21.6042Z"},null,8,r)]))}};exports.default=l;
@@ -0,0 +1,32 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as r } from "vue";
2
+ const l = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "48",
5
+ height: "48",
6
+ viewBox: "0 0 48 48",
7
+ fill: "none"
8
+ }, C = ["fill", "transform"], c = {
9
+ __name: "IconArrow",
10
+ props: {
11
+ fill: {
12
+ type: String,
13
+ default: "rgb(var(--black))"
14
+ },
15
+ rotation: {
16
+ type: Number,
17
+ default: 0
18
+ }
19
+ },
20
+ setup(t) {
21
+ return (n, a) => (e(), o("svg", l, [
22
+ r("path", {
23
+ fill: t.fill,
24
+ transform: `rotate(${t.rotation}, 24, 24)`,
25
+ d: "M42.4938 21.6042L29.8525 8.96288C29.568 8.66354 29.2265 8.42416 28.8481 8.25884C28.4696 8.09352 28.062 8.0056 27.649 8.00026C27.2361 7.99492 26.8263 8.07226 26.4437 8.22774C26.0612 8.38322 25.7136 8.61368 25.4214 8.90556C25.1293 9.19743 24.8985 9.54482 24.7427 9.92725C24.5869 10.3097 24.5092 10.7194 24.5142 11.1324C24.5192 11.5453 24.6067 11.953 24.7717 12.3316C24.9367 12.7102 25.1758 13.0519 25.4749 13.3366L32.9475 20.7978H8.09504C7.27418 20.7978 6.48695 21.1238 5.90652 21.7043C5.32608 22.2847 5 23.0719 5 23.8928C5 24.7137 5.32608 25.5009 5.90652 26.0813C6.48695 26.6618 7.27418 26.9878 8.09504 26.9878H32.8784L25.4749 34.4029C24.9186 34.9882 24.6131 35.7677 24.6236 36.5751C24.634 37.3825 24.9596 38.1538 25.5308 38.7245C26.102 39.2952 26.8736 39.6201 27.681 39.6299C28.4884 39.6396 29.2677 39.3334 29.8525 38.7766L42.4938 26.1354C42.7822 25.8487 43.0108 25.5076 43.1664 25.1318C43.3219 24.7561 43.4013 24.3532 43.4 23.9466C43.402 23.921 43.402 23.8953 43.4 23.8698C43.4018 23.8442 43.4018 23.8185 43.4 23.793C43.3997 22.9721 43.0738 22.1849 42.4938 21.6042Z"
26
+ }, null, 8, C)
27
+ ]));
28
+ }
29
+ };
30
+ export {
31
+ c as default
32
+ };
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),l=require("../../../../../_virtual/_plugin-vue_export-helper.cjs"),o={props:{fill:{type:String,default:"rgb(var(--black)"}}},n={width:"80",height:"80",viewBox:"0 0 80 80",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r=["fill"];function i(s,u,t,a,d,_){return e.openBlock(),e.createElementBlock("svg",n,[e.createElementVNode("path",{fill:t.fill,d:"M16.25 9.375L20 5.9375C21.5625 4.53125 23.9062 4.6875 25.3125 6.25L54.2188 37.8125C55.3125 39.0625 55.3125 40.9375 54.2188 42.1875L25.3125 73.75C23.9062 75.3125 21.5625 75.4688 20 74.0625L16.25 70.625C14.6875 69.375 14.5312 66.875 15.9375 65.4688L39.375 40L15.9375 14.5312C14.5312 13.125 14.6875 10.625 16.25 9.375Z"},null,8,r)])}const c=l.default(o,[["render",i]]);exports.default=c;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),l=require("../../../../../_virtual/_plugin-vue_export-helper.cjs"),o={props:{fill:{type:String,default:"rgb(var(--black)"}}},n={xmlns:"http://www.w3.org/2000/svg",width:"80",height:"80",viewBox:"0 0 80 80",fill:"none"},r=["fill"];function i(s,u,t,a,d,_){return e.openBlock(),e.createElementBlock("svg",n,[e.createElementVNode("path",{fill:t.fill,d:"M25.2765 9.37509L29.0265 5.93759C30.589 4.53134 32.9327 4.68759 34.339 6.25009L63.2453 37.8126C64.339 39.0626 64.339 40.9376 63.2453 42.1876L34.339 73.7501C32.9327 75.3126 30.589 75.4689 29.0265 74.0626L25.2765 70.6251C23.714 69.3751 23.5577 66.8751 24.964 65.4689L48.4015 40.0001L24.964 14.5313C23.5577 13.1251 23.714 10.6251 25.2765 9.37509Z"},null,8,r)])}const c=l.default(o,[["render",i]]);exports.default=c;
@@ -8,17 +8,17 @@ const r = {
8
8
  }
9
9
  }
10
10
  }, c = {
11
+ xmlns: "http://www.w3.org/2000/svg",
11
12
  width: "80",
12
13
  height: "80",
13
14
  viewBox: "0 0 80 80",
14
- fill: "none",
15
- xmlns: "http://www.w3.org/2000/svg"
15
+ fill: "none"
16
16
  }, i = ["fill"];
17
17
  function s(f, a, t, p, _, d) {
18
18
  return e(), o("svg", c, [
19
19
  n("path", {
20
20
  fill: t.fill,
21
- d: "M16.25 9.375L20 5.9375C21.5625 4.53125 23.9062 4.6875 25.3125 6.25L54.2188 37.8125C55.3125 39.0625 55.3125 40.9375 54.2188 42.1875L25.3125 73.75C23.9062 75.3125 21.5625 75.4688 20 74.0625L16.25 70.625C14.6875 69.375 14.5312 66.875 15.9375 65.4688L39.375 40L15.9375 14.5312C14.5312 13.125 14.6875 10.625 16.25 9.375Z"
21
+ d: "M25.2765 9.37509L29.0265 5.93759C30.589 4.53134 32.9327 4.68759 34.339 6.25009L63.2453 37.8126C64.339 39.0626 64.339 40.9376 63.2453 42.1876L34.339 73.7501C32.9327 75.3126 30.589 75.4689 29.0265 74.0626L25.2765 70.6251C23.714 69.3751 23.5577 66.8751 24.964 65.4689L48.4015 40.0001L24.964 14.5313C23.5577 13.1251 23.714 10.6251 25.2765 9.37509Z"
22
22
  }, null, 8, i)
23
23
  ]);
24
24
  }
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),t=require("../../../../../_virtual/_plugin-vue_export-helper.cjs"),o={},n={width:"652",height:"652",viewBox:"0 0 652 652",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r=e.createElementVNode("path",{fill:"rgb(var(--black))",d:"M515.693 9.52082C510.095 3.91669 502.49 0.765625 494.563 0.765625C486.635 0.765625 479.036 3.91669 473.432 9.52082L48.7255 434.307C44.8244 438.214 42.0848 443.125 40.8088 448.496L0.939444 615.069C-1.47202 625.168 1.528 635.788 8.86652 643.132C16.2103 650.47 26.8305 653.47 36.9292 651.059L203.516 611.261H203.511C208.88 609.985 213.792 607.246 217.699 603.35L642.485 178.496C648.089 172.892 651.241 165.293 651.241 157.366C651.241 149.439 648.089 141.835 642.485 136.235L515.693 9.52082ZM113.76 453.708L388.307 179.161L472.828 263.682L198.281 538.229L113.76 453.708ZM87.1041 511.5L140.416 564.812L70.3014 581.614L87.1041 511.5ZM515.091 221.793L430.195 136.897L494.184 72.9075L579.08 157.429L515.091 221.793Z"},null,-1),c=[r];function l(i,u){return e.openBlock(),e.createElementBlock("svg",n,c)}const s=t.default(o,[["render",l]]);exports.default=s;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),l={width:"652",height:"652",viewBox:"0 0 652 652",fill:"none",xmlns:"http://www.w3.org/2000/svg"},s=["fill"],n={__name:"IconEdit",props:{fill:{type:String,default:"rgb(var(--black))"},classes:{type:String,default:""}},setup(t){return(i,o)=>(e.openBlock(),e.createElementBlock("svg",l,[e.createElementVNode("path",{class:e.normalizeClass(t.classes),fill:t.fill,d:"M515.693 9.52082C510.095 3.91669 502.49 0.765625 494.563 0.765625C486.635 0.765625 479.036 3.91669 473.432 9.52082L48.7255 434.307C44.8244 438.214 42.0848 443.125 40.8088 448.496L0.939444 615.069C-1.47202 625.168 1.528 635.788 8.86652 643.132C16.2103 650.47 26.8305 653.47 36.9292 651.059L203.516 611.261H203.511C208.88 609.985 213.792 607.246 217.699 603.35L642.485 178.496C648.089 172.892 651.241 165.293 651.241 157.366C651.241 149.439 648.089 141.835 642.485 136.235L515.693 9.52082ZM113.76 453.708L388.307 179.161L472.828 263.682L198.281 538.229L113.76 453.708ZM87.1041 511.5L140.416 564.812L70.3014 581.614L87.1041 511.5ZM515.091 221.793L430.195 136.897L494.184 72.9075L579.08 157.429L515.091 221.793Z"},null,10,s)]))}};exports.default=n;
@@ -1,21 +1,32 @@
1
- import { openBlock as t, createElementBlock as e, createElementVNode as o } from "vue";
2
- import n from "../../../../../_virtual/_plugin-vue_export-helper.js";
3
- const c = {}, r = {
1
+ import { openBlock as t, createElementBlock as l, createElementVNode as s, normalizeClass as n } from "vue";
2
+ const a = {
4
3
  width: "652",
5
4
  height: "652",
6
5
  viewBox: "0 0 652 652",
7
6
  fill: "none",
8
7
  xmlns: "http://www.w3.org/2000/svg"
9
- }, L = /* @__PURE__ */ o("path", {
10
- fill: "rgb(var(--black))",
11
- d: "M515.693 9.52082C510.095 3.91669 502.49 0.765625 494.563 0.765625C486.635 0.765625 479.036 3.91669 473.432 9.52082L48.7255 434.307C44.8244 438.214 42.0848 443.125 40.8088 448.496L0.939444 615.069C-1.47202 625.168 1.528 635.788 8.86652 643.132C16.2103 650.47 26.8305 653.47 36.9292 651.059L203.516 611.261H203.511C208.88 609.985 213.792 607.246 217.699 603.35L642.485 178.496C648.089 172.892 651.241 165.293 651.241 157.366C651.241 149.439 648.089 141.835 642.485 136.235L515.693 9.52082ZM113.76 453.708L388.307 179.161L472.828 263.682L198.281 538.229L113.76 453.708ZM87.1041 511.5L140.416 564.812L70.3014 581.614L87.1041 511.5ZM515.091 221.793L430.195 136.897L494.184 72.9075L579.08 157.429L515.091 221.793Z"
12
- }, null, -1), s = [
13
- L
14
- ];
15
- function _(i, l) {
16
- return t(), e("svg", r, s);
17
- }
18
- const f = /* @__PURE__ */ n(c, [["render", _]]);
8
+ }, o = ["fill"], r = {
9
+ __name: "IconEdit",
10
+ props: {
11
+ fill: {
12
+ type: String,
13
+ default: "rgb(var(--black))"
14
+ },
15
+ classes: {
16
+ type: String,
17
+ default: ""
18
+ }
19
+ },
20
+ setup(e) {
21
+ return (c, i) => (t(), l("svg", a, [
22
+ s("path", {
23
+ class: n(e.classes),
24
+ fill: e.fill,
25
+ d: "M515.693 9.52082C510.095 3.91669 502.49 0.765625 494.563 0.765625C486.635 0.765625 479.036 3.91669 473.432 9.52082L48.7255 434.307C44.8244 438.214 42.0848 443.125 40.8088 448.496L0.939444 615.069C-1.47202 625.168 1.528 635.788 8.86652 643.132C16.2103 650.47 26.8305 653.47 36.9292 651.059L203.516 611.261H203.511C208.88 609.985 213.792 607.246 217.699 603.35L642.485 178.496C648.089 172.892 651.241 165.293 651.241 157.366C651.241 149.439 648.089 141.835 642.485 136.235L515.693 9.52082ZM113.76 453.708L388.307 179.161L472.828 263.682L198.281 538.229L113.76 453.708ZM87.1041 511.5L140.416 564.812L70.3014 581.614L87.1041 511.5ZM515.091 221.793L430.195 136.897L494.184 72.9075L579.08 157.429L515.091 221.793Z"
26
+ }, null, 10, o)
27
+ ]));
28
+ }
29
+ };
19
30
  export {
20
- f as default
31
+ r as default
21
32
  };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("vue"),t={xmlns:"http://www.w3.org/2000/svg",width:"48",height:"48",viewBox:"0 0 48 48",fill:"none"},c=["fill"],i=["fill"],r=["fill"],a={__name:"IconEllipsis",props:{fill:{type:String,default:"rgb(var(--black))"}},setup(e){return(s,n)=>(l.openBlock(),l.createElementBlock("svg",t,[l.createElementVNode("circle",{cx:"6",cy:"24",r:"6",fill:e.fill,class:l.normalizeClass(s.$attrs.class)},null,10,c),l.createElementVNode("circle",{cx:"24",cy:"24",r:"6",fill:e.fill,class:l.normalizeClass(s.$attrs.class)},null,10,i),l.createElementVNode("circle",{cx:"42",cy:"24",r:"6",fill:e.fill,class:l.normalizeClass(s.$attrs.class)},null,10,r)]))}};exports.default=a;
@@ -0,0 +1,44 @@
1
+ import { openBlock as t, createElementBlock as i, createElementVNode as c, normalizeClass as e } from "vue";
2
+ const r = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ width: "48",
5
+ height: "48",
6
+ viewBox: "0 0 48 48",
7
+ fill: "none"
8
+ }, a = ["fill"], n = ["fill"], o = ["fill"], d = {
9
+ __name: "IconEllipsis",
10
+ props: {
11
+ fill: {
12
+ type: String,
13
+ default: "rgb(var(--black))"
14
+ }
15
+ },
16
+ setup(l) {
17
+ return (s, f) => (t(), i("svg", r, [
18
+ c("circle", {
19
+ cx: "6",
20
+ cy: "24",
21
+ r: "6",
22
+ fill: l.fill,
23
+ class: e(s.$attrs.class)
24
+ }, null, 10, a),
25
+ c("circle", {
26
+ cx: "24",
27
+ cy: "24",
28
+ r: "6",
29
+ fill: l.fill,
30
+ class: e(s.$attrs.class)
31
+ }, null, 10, n),
32
+ c("circle", {
33
+ cx: "42",
34
+ cy: "24",
35
+ r: "6",
36
+ fill: l.fill,
37
+ class: e(s.$attrs.class)
38
+ }, null, 10, o)
39
+ ]));
40
+ }
41
+ };
42
+ export {
43
+ d as default
44
+ };
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),n=require("vue-i18n"),i=require("../../../icons/labels/LabelAppStore.vue.cjs"),l=require("../../../icons/labels/LabelGooglePlay.vue.cjs");require("./MobileApp.vue2.cjs");const c={id:"mobileApp",class:"pd-thin"},r={class:"pos-relative flex-nowrap flex gap-big pd-big pd-t-big o-hidden bg-black t-white radius-big"},d={class:"z-index-1 h-100"},m=["src"],p=["src"],u={class:"z-index-1 w-1/2"},g={class:"mn-t-medium mn-b-semi w-m-40r"},_={class:"t-transp mn-b-big p-big w-m-33r"},h={class:"mn-b-big gap-medium cols-2"},f={class:"feature"},b={class:"mn-b-small"},E={class:"t-transp p-medium"},y={class:"feature"},V={class:"mn-b-small"},v={class:"t-transp p-medium"},N={class:"feature"},w={class:"mn-b-small"},S={class:"t-transp p-medium"},x={class:"feature"},k={class:"mn-b-small"},D={class:"t-transp p-medium"},I={class:"w-m-33r flex-nowrap flex gap-medium"},z={class:"pos-relative w-100 h-100"},L={class:"z-index-2 pd-tin radius-big bg-main t-semi uppercase pd-micro pos-absolute pos-r-small-negative pos-t-small-negative"},A={class:"pos-relative w-100 h-100"},M={class:"z-index-2 pd-tin radius-big bg-main t-semi uppercase pd-micro pos-absolute pos-r-small-negative pos-t-small-negative"},R={key:0,class:"grid-lines"},U={__name:"MobileApp",props:{mockupImage:{type:String,default:"/landing/mockup.png"},mockupMobile:{type:String,default:"/landing/mockup-mobile.png"},bgImage:{type:String,default:""},textData:{type:Object,default:()=>({messages:{en:{title:"Explore the Cannabis World at Your Fingertips",description:"Intuitive, Efficient, and Customized for Your Cannabis Needs",features:{soonLabel:"Soon",instantUpdates:{title:"Instant Updates",text:"Receive real-time notifications for new product releases and community updates. Always stay in the loop."},locate:{title:"Locate with Ease",text:"Discover nearby dispensaries and cannabis events with our integrated geolocation services."},wallet:{title:"Wallet Integration",text:"Quickly and securely manage your transactions with integrated digital wallet functionality. Safety and convenience come together."},customization:{title:"Customization by AI",text:"Experience the AI difference with personalized recommendations based on your preferences and trends in the community."}}}}})}},setup(s){const o=s,{t}=n.useI18n(o.textData);return(a,q)=>(e.openBlock(),e.createElementBlock("div",c,[e.createElementVNode("section",r,[e.createElementVNode("div",d,[e.createElementVNode("img",{src:(a.FILE_SERVER_URL||"")+s.mockupImage,alt:"Mobile App Mockup",class:"desktop-only h-100 w-100 object-fit-contain"},null,8,m),e.createElementVNode("img",{src:(a.FILE_SERVER_URL||"")+s.mockupMobile,alt:"Mobile App Mockup",class:"mobile-only h-100 w-100 object-fit-contain"},null,8,p)]),e.createElementVNode("div",u,[e.createElementVNode("h2",g,e.toDisplayString(e.unref(t)("title")),1),e.createElementVNode("p",_,e.toDisplayString(e.unref(t)("description")),1),e.createElementVNode("div",h,[e.createElementVNode("div",f,[e.createElementVNode("h3",b,e.toDisplayString(e.unref(t)("features.instantUpdates.title")),1),e.createElementVNode("p",E,e.toDisplayString(e.unref(t)("features.instantUpdates.text")),1)]),e.createElementVNode("div",y,[e.createElementVNode("h3",V,e.toDisplayString(e.unref(t)("features.locate.title")),1),e.createElementVNode("p",v,e.toDisplayString(e.unref(t)("features.locate.text")),1)]),e.createElementVNode("div",N,[e.createElementVNode("h3",w,e.toDisplayString(e.unref(t)("features.wallet.title")),1),e.createElementVNode("p",S,e.toDisplayString(e.unref(t)("features.wallet.text")),1)]),e.createElementVNode("div",x,[e.createElementVNode("h3",k,e.toDisplayString(e.unref(t)("features.customization.title")),1),e.createElementVNode("p",D,e.toDisplayString(e.unref(t)("features.customization.text")),1)])]),e.createElementVNode("div",I,[e.createElementVNode("div",z,[e.createElementVNode("span",L,e.toDisplayString(e.unref(t)("features.soonLabel")),1),e.createVNode(i.default,{class:"w-100 h-100",alt:"Download on App Store"})]),e.createElementVNode("div",A,[e.createElementVNode("span",M,e.toDisplayString(e.unref(t)("features.soonLabel")),1),e.createVNode(l.default,{class:"w-100 h-100",alt:"Download on Google Play"})])])]),e.createElementVNode("div",{class:"w-100 h-100 pos-absolute pos-t-0 pos-r-0 z-index-0 grid",style:e.normalizeStyle({backgroundImage:`url(${s.bgImage})`})},[s.bgImage?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",R))],4)])]))}};exports.default=U;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),l=require("vue-i18n"),r=require("../../../icons/labels/LabelAppStore.vue.cjs"),c=require("../../../icons/labels/LabelGooglePlay.vue.cjs");require("./MobileApp.vue2.cjs");const d={id:"mobileApp",class:"pd-thin"},u={class:"pos-relative cols-2 pd-thin o-hidden bg-black t-white radius-extra"},p={class:"z-index-1 h-100"},m=["src"],f={class:"pd-big flex flex-h-center flex-column z-index-1 w-1/2"},g={class:"mn-t-medium mn-b-semi w-m-40r"},h={class:"t-transp mn-b-big p-big w-m-33r"},_={class:"mn-b-big gap-medium cols-2"},b={class:"feature"},y={class:"t-transp p-medium"},x={class:"feature"},N={class:"t-transp p-medium"},V={class:"feature"},v={class:"t-transp p-medium"},E={class:"feature"},w={class:"t-transp p-medium"},k={class:"w-m-25r flex-nowrap flex gap-medium"},S=["href","target"],D={key:0,class:"z-index-2 radius-big bg-main t-semi uppercase pd-l-thin pd-r-thin pos-absolute pos-r-small-negative pos-t-small-negative"},A=["href","target"],C={key:0,class:"z-index-2 pd-l-thin pd-r-thin radius-big bg-main t-semi uppercase pos-absolute pos-r-small-negative pos-t-small-negative"},I={__name:"MobileApp",props:{mockupImage:{type:String,default:"/landing/mockup.png"},mockupMobile:{type:String,default:"/landing/mockup-mobile.png"},bgImage:{type:String,default:""},textData:{type:Object,default:()=>({messages:{en:{title:"Explore the Cannabis World at Your Fingertips",description:"Intuitive, Efficient, and Customized for Your Cannabis Needs",features:{soonLabel:"Soon",instantUpdates:{title:"Instant Updates",text:"Receive real-time notifications for new product releases and community updates. Always stay in the loop."},locate:{title:"Locate with Ease",text:"Discover nearby dispensaries and cannabis events with our integrated geolocation services."},wallet:{title:"Wallet Integration",text:"Quickly and securely manage your transactions with integrated digital wallet functionality. Safety and convenience come together."},customization:{title:"Customization by AI",text:"Experience the AI difference with personalized recommendations based on your preferences and trends in the community."}}}}})}},setup(s){const o=s,{t,te:a}=l.useI18n(o.textData);return(i,z)=>{const n=e.resolveComponent("H4");return e.openBlock(),e.createElementBlock("div",d,[e.createElementVNode("section",u,[e.createElementVNode("div",p,[e.createElementVNode("img",{src:(i.FILE_SERVER_URL||"")+s.mockupImage,alt:"Desktop App Mockup",class:"radius-extra h-100 w-100 object-fit-cover"},null,8,m)]),e.createElementVNode("div",f,[e.createElementVNode("h2",g,e.toDisplayString(e.unref(t)("title")),1),e.createElementVNode("p",h,e.toDisplayString(e.unref(t)("description")),1),e.createElementVNode("div",_,[e.createElementVNode("div",b,[e.createVNode(n,{class:"mn-b-thin"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(t)("features.instantUpdates.title")),1)]),_:1}),e.createElementVNode("p",y,e.toDisplayString(e.unref(t)("features.instantUpdates.text")),1)]),e.createElementVNode("div",x,[e.createVNode(n,{class:"mn-b-thin"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(t)("features.locate.title")),1)]),_:1}),e.createElementVNode("p",N,e.toDisplayString(e.unref(t)("features.locate.text")),1)]),e.createElementVNode("div",V,[e.createVNode(n,{class:"mn-b-thin"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(t)("features.wallet.title")),1)]),_:1}),e.createElementVNode("p",v,e.toDisplayString(e.unref(t)("features.wallet.text")),1)]),e.createElementVNode("div",E,[e.createVNode(n,{class:"mn-b-thin"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(t)("features.customization.title")),1)]),_:1}),e.createElementVNode("p",w,e.toDisplayString(e.unref(t)("features.customization.text")),1)])]),e.createElementVNode("div",k,[e.createElementVNode("a",{href:e.unref(a)("features.linkAppStore")?e.unref(t)("features.linkAppStore"):null,target:e.unref(a)("features.linkAppStore")?"_blank":null,class:"pos-relative w-100 h-100"},[e.unref(a)("features.soonLabel")?(e.openBlock(),e.createElementBlock("span",D,e.toDisplayString(e.unref(t)("features.soonLabel")),1)):e.createCommentVNode("",!0),e.createVNode(r.default,{class:"w-100 h-100",alt:"Download on App Store"})],8,S),e.createElementVNode("a",{href:e.unref(a)("features.linkGooglePlay")?e.unref(t)("features.linkGooglePlay"):null,target:e.unref(a)("features.linkGooglePlay")?"_blank":null,class:"pos-relative w-100 h-100"},[e.unref(a)("features.soonLabel")?(e.openBlock(),e.createElementBlock("span",C,e.toDisplayString(e.unref(t)("features.soonLabel")),1)):e.createCommentVNode("",!0),e.createVNode(c.default,{class:"w-100 h-100",alt:"Download on Google Play"})],8,A)])])])])}}};exports.default=I;