@ozdao/prometheus-framework 0.1.98 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (311) hide show
  1. package/dist/main.css +1 -1
  2. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.cjs +1 -1
  3. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.js +2 -49
  4. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.cjs +1 -1
  5. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.js +49 -2
  6. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.cjs +1 -1
  7. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.js +5 -5
  8. package/dist/prometheus-framework/src/components/EmptyState/EmptyState.vue.cjs +1 -1
  9. package/dist/prometheus-framework/src/components/EmptyState/EmptyState.vue.js +1 -1
  10. package/dist/prometheus-framework/src/components/Field/Field.vue2.cjs +1 -1
  11. package/dist/prometheus-framework/src/components/Field/Field.vue2.js +2 -2
  12. package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue.cjs +1 -1
  13. package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue.js +10 -10
  14. package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -1
  15. package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +72 -2
  16. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -1
  17. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +2 -72
  18. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.cjs +1 -1
  19. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.js +12 -12
  20. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.cjs +1 -1
  21. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.js +15 -15
  22. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.cjs +1 -1
  23. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.js +8 -8
  24. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.cjs +1 -1
  25. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.js +14 -14
  26. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -1
  27. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +14 -14
  28. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.cjs +1 -1
  29. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.js +9 -9
  30. package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue.cjs +1 -1
  31. package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue.js +4 -4
  32. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +1 -1
  33. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +1 -1
  34. package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.cjs +1 -1
  35. package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.js +8 -8
  36. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -1
  37. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +1 -1
  38. package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.cjs +1 -1
  39. package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.js +10 -10
  40. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -1
  41. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +6 -6
  42. package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.cjs +1 -1
  43. package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.js +9 -9
  44. package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.cjs +1 -1
  45. package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.js +8 -8
  46. package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.cjs +1 -1
  47. package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.js +3 -3
  48. package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue.cjs +1 -1
  49. package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue.js +3 -3
  50. package/dist/prometheus-framework/src/modules/constructor/components/elements/Audio.vue.cjs +1 -1
  51. package/dist/prometheus-framework/src/modules/constructor/components/elements/Audio.vue.js +2 -2
  52. package/dist/prometheus-framework/src/modules/constructor/components/elements/Bullets.vue.cjs +1 -1
  53. package/dist/prometheus-framework/src/modules/constructor/components/elements/Bullets.vue.js +4 -4
  54. package/dist/prometheus-framework/src/modules/constructor/components/elements/Caption.vue.cjs +1 -1
  55. package/dist/prometheus-framework/src/modules/constructor/components/elements/Caption.vue.js +1 -1
  56. package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.cjs +1 -1
  57. package/dist/prometheus-framework/src/modules/constructor/components/elements/Embed.vue.js +2 -2
  58. package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue.cjs +1 -1
  59. package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue.js +5 -5
  60. package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.cjs +1 -1
  61. package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.js +20 -11
  62. package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.cjs +1 -1
  63. package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.js +1 -1
  64. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +1 -4
  65. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +2 -62
  66. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +4 -1
  67. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +62 -2
  68. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -1
  69. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +13 -13
  70. package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.cjs +1 -1
  71. package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.js +11 -11
  72. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.cjs +1 -1
  73. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.js +1 -1
  74. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -1
  75. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +20 -20
  76. package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.cjs +1 -1
  77. package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.js +6 -6
  78. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs +1 -1
  79. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js +2 -2
  80. package/dist/prometheus-framework/src/modules/events/components/sections/Feed.vue.cjs +1 -1
  81. package/dist/prometheus-framework/src/modules/events/components/sections/Feed.vue.js +7 -7
  82. package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.cjs +1 -1
  83. package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.js +4 -4
  84. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -1
  85. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +10 -10
  86. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.cjs +1 -1
  87. package/dist/prometheus-framework/src/modules/gallery/components/sections/GalleryWithCategories.vue.js +13 -13
  88. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -1
  89. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +1 -1
  90. package/dist/prometheus-framework/src/modules/globals/components/sections/Feed.vue.cjs +1 -1
  91. package/dist/prometheus-framework/src/modules/globals/components/sections/Feed.vue.js +4 -4
  92. package/dist/prometheus-framework/src/modules/icons/navigation/IconLike.vue.cjs +1 -1
  93. package/dist/prometheus-framework/src/modules/icons/navigation/IconLike.vue.js +7 -7
  94. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.cjs +1 -1
  95. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.js +3 -3
  96. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.cjs +1 -1
  97. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.js +6 -6
  98. package/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.cjs +1 -1
  99. package/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.js +2 -2
  100. package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.cjs +1 -1
  101. package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.js +1 -1
  102. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +1 -1
  103. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.js +8 -8
  104. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -1
  105. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js +3 -3
  106. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Contacts.vue.cjs +1 -1
  107. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Contacts.vue.js +1 -1
  108. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.cjs +1 -1
  109. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.js +8 -8
  110. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue.cjs +1 -1
  111. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue.js +4 -4
  112. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EmptyState.vue.cjs +1 -1
  113. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EmptyState.vue.js +1 -1
  114. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Rating.vue.cjs +1 -1
  115. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Rating.vue.js +1 -1
  116. package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.cjs +1 -1
  117. package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.js +7 -7
  118. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
  119. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +6 -6
  120. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -1
  121. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +2 -2
  122. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -1
  123. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +14 -14
  124. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.cjs +1 -1
  125. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.js +7 -7
  126. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.cjs +1 -1
  127. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.js +6 -6
  128. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -1
  129. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +15 -15
  130. package/dist/prometheus-framework/src/modules/organizations/components/sections/Feed.vue.cjs +1 -1
  131. package/dist/prometheus-framework/src/modules/organizations/components/sections/Feed.vue.js +8 -8
  132. package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.cjs +1 -1
  133. package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.js +5 -5
  134. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -1
  135. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +5 -5
  136. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersList.vue.cjs +1 -1
  137. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersList.vue.js +7 -7
  138. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -1
  139. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +2 -2
  140. package/dist/prometheus-framework/src/modules/organizations/components/sections/Unit.vue.js +2 -2
  141. package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.cjs +1 -1
  142. package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.js +4 -4
  143. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -1
  144. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js +5 -5
  145. package/dist/prometheus-framework/src/modules/reports/components/pages/BackofficeReports.vue.cjs +1 -1
  146. package/dist/prometheus-framework/src/modules/reports/components/pages/BackofficeReports.vue.js +2 -2
  147. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -1
  148. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +5 -5
  149. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.cjs +1 -1
  150. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.js +8 -8
  151. package/dist/prometheus-framework/src/modules/spots/components/sections/Feed.vue.cjs +1 -1
  152. package/dist/prometheus-framework/src/modules/spots/components/sections/Feed.vue.js +5 -5
  153. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -1
  154. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +8 -8
  155. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.cjs +1 -1
  156. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.js +6 -6
  157. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.cjs +1 -1
  158. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.js +18 -18
  159. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.cjs +1 -1
  160. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.js +5 -5
  161. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileOrganizations.vue.cjs +1 -1
  162. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileOrganizations.vue.js +9 -9
  163. package/dist/prometheus-framework/src/modules/users/components/sections/ProfileCompletion.vue.cjs +1 -1
  164. package/dist/prometheus-framework/src/modules/users/components/sections/ProfileCompletion.vue.js +1 -1
  165. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.cjs +1 -1
  166. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.js +8 -8
  167. package/dist/prometheus-framework.cjs.js +1 -1
  168. package/dist/prometheus-framework.es.js +2 -2
  169. package/dist/style.css +1 -1
  170. package/package.json +1 -1
  171. package/src/components/EditImages/EditImages.vue +3 -3
  172. package/src/components/EmptyState/EmptyState.vue +2 -2
  173. package/src/components/Field/Field.svlt +1 -1
  174. package/src/components/Field/Field.vue +1 -1
  175. package/src/components/FieldTags/BlockTags.vue +4 -4
  176. package/src/components/Footer/Footer.vue +8 -8
  177. package/src/components/LocationSelection/LocationSelection.vue +4 -4
  178. package/src/components/Search/Search.vue +3 -3
  179. package/src/configurator/components/layouts/layoutConfigurator.vue +2 -2
  180. package/src/configurator/components/pages/Styles.vue +3 -3
  181. package/src/modules/auth/components/pages/EnterCode.vue +4 -4
  182. package/src/modules/auth/components/pages/EnterPassword.vue +9 -9
  183. package/src/modules/auth/components/pages/Invite.vue +6 -6
  184. package/src/modules/auth/components/pages/ResetPassword.vue +10 -10
  185. package/src/modules/auth/components/pages/SignIn.vue +11 -11
  186. package/src/modules/auth/components/pages/SignUp.vue +11 -11
  187. package/src/modules/auth/components/sections/SliderFeatures.vue +2 -2
  188. package/src/modules/backoffice/components/admin/Categories.vue +2 -2
  189. package/src/modules/backoffice/components/admin/CategoryEdit.vue +2 -2
  190. package/src/modules/backoffice/components/admin/Dashboard.vue +1 -1
  191. package/src/modules/backoffice/components/admin/FastOrders.vue +3 -3
  192. package/src/modules/backoffice/components/admin/PageEdit.vue +3 -3
  193. package/src/modules/backoffice/components/admin/Pages.vue +1 -1
  194. package/src/modules/backoffice/components/admin/ProductEdit.vue +1 -1
  195. package/src/modules/backoffice/components/admin/User.vue +6 -6
  196. package/src/modules/backoffice/components/admin/Users.vue +4 -4
  197. package/src/modules/backoffice/components/layouts/Backoffice.vue +1 -1
  198. package/src/modules/backoffice/components/pages/Dashboard.vue +1 -1
  199. package/src/modules/community/components/blocks/CardBlogpost.vue +5 -5
  200. package/src/modules/community/components/layouts/Community.vue +2 -2
  201. package/src/modules/community/components/pages/BlogPost.vue +4 -4
  202. package/src/modules/community/components/pages/Community.vue +2 -2
  203. package/src/modules/community/components/pages/CreateBlogPost.vue +5 -5
  204. package/src/modules/community/components/sections/Comments.vue +5 -5
  205. package/src/modules/community/components/sections/Feed.vue +2 -2
  206. package/src/modules/community/components/sections/JoinUs.vue +2 -2
  207. package/src/modules/community/components/sections/SubscribeNewsletter.vue +3 -3
  208. package/src/modules/constructor/components/elements/Audio.vue +2 -2
  209. package/src/modules/constructor/components/elements/Bullets.vue +1 -1
  210. package/src/modules/constructor/components/elements/Caption.vue +1 -1
  211. package/src/modules/constructor/components/elements/Embed.vue +2 -2
  212. package/src/modules/constructor/components/elements/H2.vue +1 -1
  213. package/src/modules/constructor/components/elements/Image.vue +19 -5
  214. package/src/modules/constructor/components/elements/ImageUpload.vue +1 -1
  215. package/src/modules/constructor/components/elements/Textarea.vue +1 -1
  216. package/src/modules/constructor/components/sections/Constructor.vue +4 -4
  217. package/src/modules/events/components/blocks/CardEvent.vue +5 -5
  218. package/src/modules/events/components/layouts/layoutEvents.vue +1 -1
  219. package/src/modules/events/components/pages/EditEvent.vue +12 -12
  220. package/src/modules/events/components/pages/Event.vue +4 -4
  221. package/src/modules/events/components/pages/Events.vue +1 -1
  222. package/src/modules/events/components/sections/Feed.vue +2 -2
  223. package/src/modules/events/components/sections/List.vue +1 -1
  224. package/src/modules/gallery/components/sections/BackofficeGallery.vue +10 -10
  225. package/src/modules/gallery/components/sections/GalleryWithCategories.vue +6 -6
  226. package/src/modules/globals/components/sections/Feed.vue +1 -1
  227. package/src/modules/icons/navigation/IconLike.vue +2 -1
  228. package/src/modules/landing/components/sections/MobileApp.vue +7 -7
  229. package/src/modules/legal/components/pages/Legal.vue +5 -5
  230. package/src/modules/marketplace/components/layouts/Marketplace.vue +1 -1
  231. package/src/modules/mobile/components/Menu/MenuItem.vue +2 -2
  232. package/src/modules/orders/components/blocks/CardOrderItem.vue +1 -1
  233. package/src/modules/orders/components/blocks/Positions.vue +8 -8
  234. package/src/modules/orders/components/pages/EditOrder.vue +19 -19
  235. package/src/modules/orders/components/pages/Favorites.vue +2 -2
  236. package/src/modules/orders/components/pages/Order.vue +5 -5
  237. package/src/modules/orders/components/pages/Orders.vue +5 -5
  238. package/src/modules/orders/components/pages/ViewOrder.vue +7 -7
  239. package/src/modules/orders/components/partials/ShopCart.vue +3 -3
  240. package/src/modules/orders/components/sections/Form.vue +12 -12
  241. package/src/modules/orders/components/sections/Succes.vue +4 -4
  242. package/src/modules/organizations/components/blocks/CardDepartment.vue +3 -3
  243. package/src/modules/organizations/components/blocks/CardOrganization.vue +3 -3
  244. package/src/modules/organizations/components/blocks/Contacts.vue +1 -1
  245. package/src/modules/organizations/components/blocks/DepartmentMemberModify.vue +2 -2
  246. package/src/modules/organizations/components/blocks/EditArray.vue +2 -2
  247. package/src/modules/organizations/components/blocks/EmptyState.vue +3 -3
  248. package/src/modules/organizations/components/blocks/Rating.vue +1 -1
  249. package/src/modules/organizations/components/pages/Department.vue +6 -6
  250. package/src/modules/organizations/components/pages/DepartmentEdit.vue +16 -16
  251. package/src/modules/organizations/components/pages/Members.vue +2 -2
  252. package/src/modules/organizations/components/pages/Organization.vue +5 -5
  253. package/src/modules/organizations/components/pages/OrganizationEdit.vue +16 -16
  254. package/src/modules/organizations/components/pages/Organizations.vue +2 -2
  255. package/src/modules/organizations/components/sections/DetailsTab.vue +11 -11
  256. package/src/modules/organizations/components/sections/Documents.vue +4 -4
  257. package/src/modules/organizations/components/sections/Feed.vue +2 -2
  258. package/src/modules/organizations/components/sections/FeedDepartments.vue +2 -2
  259. package/src/modules/organizations/components/sections/MembersAdd.vue +5 -5
  260. package/src/modules/organizations/components/sections/MembersList.vue +2 -2
  261. package/src/modules/organizations/components/sections/Unit.vue +12 -12
  262. package/src/modules/payments/components/pages/Payments.vue +3 -3
  263. package/src/modules/products/components/blocks/CardLeftover.vue +4 -4
  264. package/src/modules/products/components/blocks/CardProduct.vue +3 -3
  265. package/src/modules/products/components/blocks/EditCategories.vue +4 -4
  266. package/src/modules/products/components/blocks/EditFilters.vue +4 -4
  267. package/src/modules/products/components/blocks/LeftoverPositions.vue +1 -1
  268. package/src/modules/products/components/pages/LeftoverAdd.vue +7 -7
  269. package/src/modules/products/components/pages/Leftovers.vue +5 -5
  270. package/src/modules/products/components/pages/OrganizationDetails.vue +4 -4
  271. package/src/modules/products/components/pages/OrganizationDocuments.vue +5 -5
  272. package/src/modules/products/components/pages/OrganizationPeople.vue +5 -5
  273. package/src/modules/products/components/pages/ProductEdit.vue +5 -5
  274. package/src/modules/products/components/pages/ProductRecommmendation.vue +1 -1
  275. package/src/modules/products/components/pages/ProductsBackoffice.vue +2 -2
  276. package/src/modules/products/components/sections/EditModifications.vue +8 -8
  277. package/src/modules/products/components/sections/EditParameters.vue +4 -4
  278. package/src/modules/products/components/sections/EditProductImages.vue +2 -2
  279. package/src/modules/products/components/sections/EditProductInfo.vue +5 -5
  280. package/src/modules/products/components/sections/FilterProducts.vue +9 -9
  281. package/src/modules/products/components/sections/HeroRecommendation.vue +5 -5
  282. package/src/modules/products/components/sections/PopularProducts.vue +1 -1
  283. package/src/modules/products/components/sections/ProductInformationSection.vue +27 -27
  284. package/src/modules/products/components/sections/SectionProduct.vue +6 -6
  285. package/src/modules/products/components/sections/SortProducts.vue +1 -1
  286. package/src/modules/reports/components/pages/BackofficeReports.vue +4 -4
  287. package/src/modules/reports/components/sections/FormReport.vue +4 -4
  288. package/src/modules/spots/components/blocks/CardSpot.vue +4 -4
  289. package/src/modules/spots/components/blocks/SpotMemberModify.vue +2 -2
  290. package/src/modules/spots/components/layouts/Spots.vue +3 -3
  291. package/src/modules/spots/components/pages/Spot.vue +4 -4
  292. package/src/modules/spots/components/pages/SpotEdit.vue +16 -16
  293. package/src/modules/spots/components/sections/Feed.vue +2 -2
  294. package/src/modules/spots/components/sections/PlaceModify.vue +1 -1
  295. package/src/modules/spots/components/sections/Places.vue +1 -1
  296. package/src/modules/users/components/pages/Profile.vue +13 -13
  297. package/src/modules/users/components/pages/ProfileBlogposts.vue +2 -2
  298. package/src/modules/users/components/pages/ProfileComments.vue +1 -1
  299. package/src/modules/users/components/pages/ProfileEdit.vue +21 -21
  300. package/src/modules/users/components/pages/ProfileEvents.vue +2 -2
  301. package/src/modules/users/components/pages/ProfileLikes.vue +1 -1
  302. package/src/modules/users/components/pages/ProfileOrganizations.vue +2 -2
  303. package/src/modules/users/components/sections/ProfileCompletion.vue +1 -1
  304. package/src/modules/wallet/components/pages/Wallet.vue +17 -17
  305. package/src/styles/base/all.scss +83 -324
  306. package/src/styles/base/border-radius.scss +47 -0
  307. package/src/styles/base/height.scss +60 -0
  308. package/src/styles/base/scrolling.scss +8 -8
  309. package/src/styles/base/width.scss +2 -0
  310. package/src/styles/config.scss +153 -51
  311. package/src/styles/responsive.scss +2 -2
@@ -12,13 +12,13 @@
12
12
  class="w-m-33r t-left pd-big bg-white radius-big"
13
13
  >
14
14
  <h3
15
- class="mn-small"
15
+ class="mn-b-small"
16
16
  >
17
17
  Report Content
18
18
  </h3>
19
19
 
20
20
  <p
21
- class="p-medium mn-small"
21
+ class="p-medium mn-b-small"
22
22
  >
23
23
  We strive to maintain a safe and comfortable environment for all users. If you encounter content that you believe violates our guidelines, please report it:
24
24
  </p>
@@ -33,10 +33,10 @@
33
33
  'other'
34
34
  ]"
35
35
  :placeholder="'Select reason'"
36
- class="mn-small bg-white br-solid br-black-transp br-1px uppercase pd-medium t-semi bg-white t-black radius-medium"
36
+ class="mn-b-small bg-white br-solid br-black-transp br-1px uppercase pd-medium t-semi bg-white t-black radius-medium"
37
37
  />
38
38
 
39
- <p class="p-medium mn-small">Our moderators will review your report within 24 hours and take action if it violates our policies.</p>
39
+ <p class="p-medium mn-b-small">Our moderators will review your report within 24 hours and take action if it violates our policies.</p>
40
40
 
41
41
  <Button
42
42
  :submit="onSubmit"
@@ -9,13 +9,13 @@
9
9
 
10
10
  <h3
11
11
  @click="$router.push(`/app/organization/${props.organization._id}/spots/${spot._id}`)"
12
- class="mn-small w-100"
12
+ class="mn-b-small w-100"
13
13
  v-html="spot.profile.name"
14
14
  />
15
15
 
16
16
  <p
17
17
  @click="$router.push(`/app/organization/${props.organization._id}/spots/${spot._id}`)"
18
- class="mn-small p-big w-100"
18
+ class="mn-b-small p-big w-100"
19
19
  v-html="spot.address"
20
20
  />
21
21
 
@@ -24,7 +24,7 @@
24
24
  radius-small
25
25
  o-hidden
26
26
  br-1px br-solid br-grey
27
- mn-thin
27
+ mn-b-thin
28
28
  "
29
29
  >
30
30
  <template #header>
@@ -57,7 +57,7 @@
57
57
  radius-small
58
58
  o-hidden
59
59
  br-1px br-solid br-grey
60
- mn-thin
60
+ mn-b-thin
61
61
  "
62
62
  >
63
63
  <template #header>
@@ -1,12 +1,12 @@
1
1
  <template>
2
2
  <div>
3
- <div class="br-grey radius-small mn-small">
3
+ <div class="br-grey radius-small mn-b-small">
4
4
  <VueSelect
5
5
  v-if="props.spot === null"
6
6
  v-model="spotForm.subspot"
7
7
  :options="filteredSpots"
8
8
  :get-option-label='option => option.name'
9
- class="w-100 mn-small"
9
+ class="w-100 mn-b-small"
10
10
  />
11
11
  <div v-else class="pd-small br-grey br-1px br-solid">
12
12
  {{ spotForm.name ? spotForm.name : 'Безымянный' }}
@@ -34,7 +34,7 @@
34
34
 
35
35
  <!-- Filters wrapper -->
36
36
  <div class="pd-medium bg-grey radius-big flex-nowrap flex">
37
- <h3 class="mn-small">Filters</h3>
37
+ <h3 class="mn-b-small">Filters</h3>
38
38
 
39
39
  <Dropdown :label="t('categoriesTitle')">
40
40
  <Checkbox
@@ -42,7 +42,7 @@
42
42
  :label="category.name"
43
43
  name="categories"
44
44
  :value="category.url"
45
- class="w-100 mn-t-small mn-small bg-white radius-small pd-small"
45
+ class="w-100 mn-t-small mn-b-small bg-white radius-small pd-small"
46
46
  :radio="marketplace.state.filter.categories"
47
47
  />
48
48
  </Dropdown>
@@ -73,7 +73,7 @@
73
73
 
74
74
  </div>
75
75
 
76
- <!-- <div class="pd-medium mn-thin bg-grey radius-big">
76
+ <!-- <div class="pd-medium mn-b-thin bg-grey radius-big">
77
77
  <div class="flex-nowrap flex flex-v-center">
78
78
  <p class="mn-r-auto p-big t-semi t-transp">2,982 results</p>
79
79
 
@@ -9,13 +9,13 @@
9
9
 
10
10
  <h3
11
11
  @click="$router.push(`/app/organization/${props.organization._id}/spots/${spot._id}`)"
12
- class="mn-small w-100"
12
+ class="mn-b-small w-100"
13
13
  v-html="spot.profile.name"
14
14
  />
15
15
 
16
16
  <p
17
17
  @click="$router.push(`/app/organization/${props.organization._id}/spots/${spot._id}`)"
18
- class="mn-small p-big w-100"
18
+ class="mn-b-small p-big w-100"
19
19
  v-html="spot.address"
20
20
  />
21
21
 
@@ -26,7 +26,7 @@
26
26
  radius-small
27
27
  o-hidden
28
28
  br-1px br-solid br-grey
29
- mn-thin
29
+ mn-b-thin
30
30
  "
31
31
  >
32
32
  <template #header>
@@ -59,7 +59,7 @@
59
59
  radius-small
60
60
  o-hidden
61
61
  br-1px br-solid br-grey
62
- mn-thin
62
+ mn-b-thin
63
63
  "
64
64
  >
65
65
  <template #header>
@@ -21,8 +21,8 @@
21
21
 
22
22
  <div class="flex-stretch flex-column flex">
23
23
 
24
- <div class="mn-thin bg-grey pd-medium o-hidden radius-big">
25
- <h3 class="mn-semi">Profile</h3>
24
+ <div class="mn-b-thin bg-grey pd-medium o-hidden radius-big">
25
+ <h3 class="mn-b-semi">Profile</h3>
26
26
 
27
27
  <div class="radius-small flex-nowrap flex">
28
28
  <UploadImage
@@ -35,7 +35,7 @@
35
35
  v-model:field="spots.state.spot.profile.name"
36
36
  label="Name"
37
37
  placeholder="Spot Name"
38
- class="mn-small bg-white radius-small pd-medium"
38
+ class="mn-b-small bg-white radius-small pd-medium"
39
39
  :validation="organizationName"
40
40
  />
41
41
  <Field
@@ -50,10 +50,10 @@
50
50
  </div>
51
51
 
52
52
  <div class="bg-grey pd-medium o-hidden radius-big">
53
- <h3 class="mn-semi">Details</h3>
53
+ <h3 class="mn-b-semi">Details</h3>
54
54
 
55
- <p class="p-medium mn-small">Please the available delivery options:</p>
56
- <div class="mn-medium flex-nowrap flex">
55
+ <p class="p-medium mn-b-small">Please the available delivery options:</p>
56
+ <div class="mn-b-medium flex-nowrap flex">
57
57
  <Checkbox
58
58
  label="Pickup"
59
59
  name="Delivery"
@@ -77,7 +77,7 @@
77
77
  />
78
78
  </div>
79
79
 
80
- <p class="p-medium mn-small">Please select the available payment methods:</p>
80
+ <p class="p-medium mn-b-small">Please select the available payment methods:</p>
81
81
  <div class="flex-nowrap flex">
82
82
  <Checkbox
83
83
  label="Cash"
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div class="bg-grey pd-medium o-hidden radius-big">
108
- <h3 class="mn-semi">Location</h3>
108
+ <h3 class="mn-b-semi">Location</h3>
109
109
  <Address
110
110
  :apiKey="GOOGLE_MAPS_API_KEY"
111
111
  :address="spots.state.spot.address"
@@ -113,7 +113,7 @@
113
113
  label="Address"
114
114
  placeholder="Enter delivery address"
115
115
  class="
116
- bg-white radius-small pd-small mn-small
116
+ bg-white radius-small pd-small mn-b-small
117
117
  "
118
118
  @update:location="newLocation => {
119
119
  spots.state.spot.location = newLocation;
@@ -123,7 +123,7 @@
123
123
  }"
124
124
  />
125
125
 
126
- <p class="mn-small p-medium">Or choose on map:</p>
126
+ <p class="mn-b-small p-medium">Or choose on map:</p>
127
127
 
128
128
  <LocationMarker
129
129
  :address="spots.state.spot.address"
@@ -150,7 +150,7 @@
150
150
  <!-- <div id="dash" class="pd-medium bg-white">
151
151
 
152
152
 
153
- <div class="mn-regular flex-v-center flex-nowrap flex">
153
+ <div class="mn-b-regular flex-v-center flex-nowrap flex">
154
154
  <h3 class="mn-r-small">Команда</h3>
155
155
  <div>
156
156
  <a class="t-main h5" @click="openMemberPopup()">+</a>
@@ -167,10 +167,10 @@
167
167
  </Popup>
168
168
 
169
169
 
170
- <ul class=mn-small>
170
+ <ul class=mn-b-small>
171
171
  <li v-if="spots.state.spot.members.length < 1">В отделе еще нет участников</li>
172
172
  <User
173
- class="bg-grey o-hidden radius-small mn-thin"
173
+ class="bg-grey o-hidden radius-small mn-b-thin"
174
174
  v-for="(member, index) in spots.state.spot.members"
175
175
  :key="index"
176
176
  :user="member.user"
@@ -190,18 +190,18 @@
190
190
  />
191
191
  </Popup>
192
192
 
193
- <div class="mn-regular flex-v-center flex-nowrap flex">
193
+ <div class="mn-b-regular flex-v-center flex-nowrap flex">
194
194
  <h3 class="mn-r-small">Подотделы </h3>
195
195
  <div>
196
196
  <a class="t-main h5" @click="openSpotPopup()">+</a>
197
197
  </div>
198
198
  </div>
199
199
 
200
- <ul class="mn-small">
200
+ <ul class="mn-b-small">
201
201
  <li v-if="spots.state.spot.subspots.length < 1">В отделе еще нет подотделов</li>
202
202
  <SpotSub
203
203
  v-for="(subspot, index) in spots.state.spot.subspots"
204
- :key="index" class="bg-grey o-hidden radius-small mn-thin"
204
+ :key="index" class="bg-grey o-hidden radius-small mn-b-thin"
205
205
  :spot="subspot"
206
206
  @click="openSpotPopup(index)"
207
207
  />
@@ -15,12 +15,12 @@
15
15
  :key="index"
16
16
  :spot="spot"
17
17
  :organization="organization"
18
- class="radius-big bg-grey mn-thin"
18
+ class="radius-big bg-grey mn-b-thin"
19
19
  />
20
20
  <button
21
21
  v-if="FirstLevelSpots.length > 0 && auth.state.user._id === organization.owner"
22
22
  @click="$router.push(`/spots/${props.organization._id}/spots/create`)"
23
- class="mn-thin button w-100"
23
+ class="mn-b-thin button w-100"
24
24
  >
25
25
  Add spot
26
26
  </button>
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div>
3
- <div class="br-grey radius-small mn-small">
3
+ <div class="br-grey radius-small mn-b-small">
4
4
  <Select
5
5
  :options="[
6
6
  {name: 'Кафе', value: 'cafe'},
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div>
3
3
 
4
- <div class="br-grey radius-small mn-small">
4
+ <div class="br-grey radius-small mn-b-small">
5
5
  <Select
6
6
  :options="[
7
7
  {name: 'Кафе', value: 'cafe'},
@@ -24,7 +24,7 @@
24
24
 
25
25
  <section
26
26
 
27
- class="flex-center flex flex-column t-center w-100 mn-semi radius-medium pd-medium bg-grey"
27
+ class="flex-center flex flex-column t-center w-100 mn-b-semi radius-medium pd-medium bg-grey"
28
28
  >
29
29
 
30
30
  <Dropdown
@@ -79,33 +79,33 @@
79
79
  <img
80
80
  v-if="users.state.current.profile.photo.length > 0"
81
81
  :src="(FILE_SERVER_URL || '')+ users.state.current.profile.photo"
82
- class="radius-extra bg-white mn-small object-fit-cover i-extra"
82
+ class="radius-extra bg-white mn-b-small object-fit-cover i-extra"
83
83
  />
84
84
 
85
85
  <PlaceholderUserpic
86
86
  v-else
87
- class="radius-medium mn-small i-extra"
87
+ class="radius-medium mn-b-small i-extra"
88
88
  />
89
89
 
90
90
  <h3
91
- class="mn-thin"
91
+ class="mn-b-thin"
92
92
  >
93
93
  {{users.state.current.profile.name ? users.state.current.profile.name : 'Not specified' }}
94
94
  </h3>
95
95
 
96
96
  <p
97
- class="mn-thin t-main t-semi"
97
+ class="mn-b-thin t-main t-semi"
98
98
  >
99
99
  @{{ users.state.current.username ? users.state.current.username : 'Not specified' }}
100
100
  </p>
101
101
 
102
102
  <p
103
- class="mn-small p-medium"
103
+ class="mn-b-small p-medium"
104
104
  >
105
105
  {{ users.state.current.profile.description ? users.state.current.profile.description : 'Not specified' }}
106
106
  </p>
107
107
 
108
- <div class="mn-medium flex-center flex-nowrap flex">
108
+ <div class="mn-b-medium flex-center flex-nowrap flex">
109
109
  <div
110
110
  v-for="(role,index) in users.state.current.roles"
111
111
  class="pd-thin radius-small t-semi bg-white"
@@ -117,7 +117,7 @@
117
117
  </div>
118
118
 
119
119
  <p
120
- class="t-semi mn-small"
120
+ class="t-semi mn-b-small"
121
121
  >
122
122
  <!-- 👍 3 212 likes · -->
123
123
  <!-- 💬 342 comments · -->
@@ -133,12 +133,12 @@
133
133
  :status="users.state.current.isSubscriber"
134
134
  :text="{create: 'Follow', remove: 'Unfollow'}"
135
135
  @updateMembership="event => handleMembershipUpdate(event, 'isSubscriber', 'numberOfSubscribers')"
136
- class="w-min mn-medium mn-r-auto mn-l-auto"
136
+ class="w-min mn-b-medium mn-r-auto mn-l-auto"
137
137
  />
138
138
 
139
139
  <h4
140
140
  v-if="Object.values(users.state.current.socials).some(value => value)"
141
- class="mn-t-small mn-thin"
141
+ class="mn-t-small mn-b-thin"
142
142
  >
143
143
  Find Me in Socials
144
144
  </h4>
@@ -154,7 +154,7 @@
154
154
 
155
155
  <Menu
156
156
  v-if="(auth.state.access.roles && auth.state.user._id === route.params._id) && (auth.state.access.roles.includes('ROLE_MODERATOR') || auth.state.access.roles.includes('ROLE_ADMIN'))"
157
- class="mn-regular bg-black t-white"
157
+ class="mn-b-regular bg-black t-white"
158
158
  >
159
159
  <MenuItem
160
160
  @click="router.push({
@@ -172,7 +172,7 @@
172
172
  </MenuItem>
173
173
  </Menu>
174
174
 
175
- <Menu class="mn-regular bg-grey">
175
+ <Menu class="mn-b-regular bg-grey">
176
176
 
177
177
  <MenuItem @click="router.push({name: 'User Events', params: {_id: route.params._id}})" class="cursor-pointer">
178
178
  <IconEvents class="i-semi" :icon="true"/>
@@ -192,7 +192,7 @@
192
192
 
193
193
 
194
194
 
195
- <!-- <Menu class="mn-regular bg-grey">
195
+ <!-- <Menu class="mn-b-regular bg-grey">
196
196
  <MenuItem @click="router.push({name: 'User Wallet', params: {_id: route.params._id}})" class="cursor-pointer">
197
197
  <IconGroups class="i-semi" :icon="true"/>
198
198
  <span>Wallet</span>
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="pd-thin">
3
- <header class="mn-medium flex-v-center flex-nowrap flex">
3
+ <header class="mn-b-medium flex-v-center flex-nowrap flex">
4
4
  <h2 class="mn-r-medium">Posts</h2>
5
5
  <button
6
6
  v-if="auth.state.user._id === route.params._id"
@@ -20,7 +20,7 @@
20
20
  { name: 'Drafts', value: 'drafts' },
21
21
  { name: 'Following', value: 'following' },
22
22
  ]"
23
- class="mn-small o-hidden h5 radius-big bg-grey"
23
+ class="mn-b-small o-hidden h5 radius-big bg-grey"
24
24
  />
25
25
 
26
26
  <Feed
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="pd-thin">
3
- <header class="mn-medium flex-v-center flex-nowrap flex">
3
+ <header class="mn-b-medium flex-v-center flex-nowrap flex">
4
4
  <h2 class="mn-r-medium">Comments</h2>
5
5
  </header>
6
6
 
@@ -8,26 +8,26 @@
8
8
  :cta="false"
9
9
  />
10
10
  <!-- -->
11
- <h3 class="mn-small">Username</h3>
11
+ <h3 class="mn-b-small">Username</h3>
12
12
 
13
13
  <Field
14
14
  v-model:field="user.username"
15
15
  label="@"
16
16
  placeholder="Not specified"
17
- class="mn-thin w-100 bg-grey pd-medium radius-small"
17
+ class="mn-b-thin w-100 bg-grey pd-medium radius-small"
18
18
  disabled="true"
19
19
  :validation="organizationName"
20
20
  />
21
21
 
22
- <p class="mn-semi">Your username will be used for URL of profile like thecommunephuket/users/username</p>
22
+ <p class="mn-b-semi">Your username will be used for URL of profile like thecommunephuket/users/username</p>
23
23
  <!-- -->
24
- <h3 class="mn-small">Profile</h3>
24
+ <h3 class="mn-b-small">Profile</h3>
25
25
 
26
- <div class="mn-thin radius-small w-100 h-10r bg-grey flex-center flex-column flex">
26
+ <div class="mn-b-thin radius-small w-100 h-10r bg-grey flex-center flex-column flex">
27
27
  <UploadImage
28
28
  v-model:photo="user.profile.photo"
29
29
  :uploadPath="'users/' + user._id + '/avatars'"
30
- class="h-4r w-4r aspect-1x1 o-hidden bg-white mn-thin radius-extra"
30
+ class="h-4r w-4r aspect-1x1 o-hidden bg-white mn-b-thin radius-extra"
31
31
  />
32
32
  <h4>Upload userpic</h4>
33
33
  </div>
@@ -36,7 +36,7 @@
36
36
  v-model:field="user.profile.name"
37
37
  label="Name"
38
38
  placeholder="Not specified"
39
- class="mn-thin bg-grey pd-medium radius-small"
39
+ class="mn-b-thin bg-grey pd-medium radius-small"
40
40
  :validation="organizationName"
41
41
  />
42
42
 
@@ -44,56 +44,56 @@
44
44
  v-model:field="user.profile.description"
45
45
  label="Description"
46
46
  placeholder="Not specified"
47
- class="mn-semi bg-grey pd-medium radius-small"
47
+ class="mn-b-semi bg-grey pd-medium radius-small"
48
48
  disabled="true"
49
49
  :validation="organizationName"
50
50
  />
51
51
 
52
- <!-- <p class="mn-thin">Select your birthday if you want to receive your birthday gift.</p>
52
+ <!-- <p class="mn-b-thin">Select your birthday if you want to receive your birthday gift.</p>
53
53
 
54
54
  <Field
55
55
  v-model:field="user.birthday"
56
56
  label="Birthday"
57
57
  type="date"
58
58
  placeholder="Not specified"
59
- class="mn-semi bg-grey pd-medium radius-small"
59
+ class="mn-b-semi bg-grey pd-medium radius-small"
60
60
  :validation="organizationName"
61
61
  /> -->
62
- <h3 class="mn-small">Socials</h3>
63
- <p class="mn-thin">Please provide only the username for social media profiles, without full links.</p>
62
+ <h3 class="mn-b-small">Socials</h3>
63
+ <p class="mn-b-thin">Please provide only the username for social media profiles, without full links.</p>
64
64
 
65
65
  <Field
66
66
  v-model:field="user.socials.instagram"
67
67
  label="Instagram"
68
68
  placeholder=""
69
- class="mn-thin bg-grey pd-medium radius-small"
69
+ class="mn-b-thin bg-grey pd-medium radius-small"
70
70
  />
71
71
  <Field
72
72
  v-model:field="user.socials.twitter"
73
73
  label="Twitter"
74
74
  placeholder=""
75
- class="mn-thin bg-grey pd-medium radius-small"
75
+ class="mn-b-thin bg-grey pd-medium radius-small"
76
76
  />
77
77
  <Field
78
78
  v-model:field="user.socials.facebook"
79
79
  label="Facebook"
80
80
  placeholder=""
81
- class="mn-thin bg-grey pd-medium radius-small"
81
+ class="mn-b-thin bg-grey pd-medium radius-small"
82
82
  />
83
83
  <Field
84
84
  v-model:field="user.socials.telegram"
85
85
  label="Telegram"
86
86
  placeholder=""
87
- class="mn-semi bg-grey pd-medium radius-small"
87
+ class="mn-b-semi bg-grey pd-medium radius-small"
88
88
  />
89
89
  <!-- -->
90
- <h3 class="mn-small">Account</h3>
90
+ <h3 class="mn-b-small">Account</h3>
91
91
 
92
92
  <Field
93
93
  v-model:field="user.phone"
94
94
  label="Phone"
95
95
  placeholder="Not specified"
96
- class="mn-thin bg-grey pd-medium mn-thin radius-small"
96
+ class="mn-b-thin bg-grey pd-medium mn-b-thin radius-small"
97
97
  disabled="true"
98
98
  :validation="organizationName"
99
99
  />
@@ -102,14 +102,14 @@
102
102
  v-model:field="user.email"
103
103
  label="Email"
104
104
  placeholder="Not specified"
105
- class="mn-semi bg-grey pd-medium radius-small"
105
+ class="mn-b-semi bg-grey pd-medium radius-small"
106
106
  :disabled="true"
107
107
  :validation="organizationName"
108
108
  />
109
109
 
110
- <Button :submit="onSubmit" :callback="redirectTo" class="mn-thin">Save</Button>
110
+ <Button :submit="onSubmit" :callback="redirectTo" class="mn-b-thin">Save</Button>
111
111
 
112
- <Button :submit="onSubmitDelete" :callback="a = () => {router.push({name: 'Sign In'})}" class="mn-thin bg-red t-white">Delete Account</Button>
112
+ <Button :submit="onSubmitDelete" :callback="a = () => {router.push({name: 'Sign In'})}" class="mn-b-thin bg-red t-white">Delete Account</Button>
113
113
  </div>
114
114
  </template>
115
115
 
@@ -3,7 +3,7 @@
3
3
  class="pd-thin"
4
4
  >
5
5
  <header
6
- class="mn-medium flex-v-center flex-nowrap flex"
6
+ class="mn-b-medium flex-v-center flex-nowrap flex"
7
7
  >
8
8
  <h2
9
9
  class="mn-r-medium"
@@ -26,7 +26,7 @@
26
26
  { name: 'My', value: 'owner' },
27
27
  { name: 'Participant', value: 'participant' },
28
28
  ]"
29
- class="mn-small o-hidden h5 radius-big bg-grey"
29
+ class="mn-b-small o-hidden h5 radius-big bg-grey"
30
30
  />
31
31
 
32
32
  <Feed
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="pd-thin">
3
- <header class="mn-medium flex-v-center flex-nowrap flex">
3
+ <header class="mn-b-medium flex-v-center flex-nowrap flex">
4
4
  <h2 class="mn-r-medium">Likes</h2>
5
5
  </header>
6
6
 
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="pd-thin">
3
- <header class="mn-medium flex-v-center flex-nowrap flex">
3
+ <header class="mn-b-medium flex-v-center flex-nowrap flex">
4
4
  <h2 class="mn-r-medium">Groups</h2>
5
5
  <button
6
6
  v-if="auth.state.user._id === route.params._id"
@@ -18,7 +18,7 @@
18
18
  { name: 'Member', value: 'member' },
19
19
  { name: 'Follower', value: 'follower' }
20
20
  ]"
21
- class="mn-medium mn-r-medium o-hidden h5 radius-big bg-grey"
21
+ class="mn-b-medium mn-r-medium o-hidden h5 radius-big bg-grey"
22
22
  />
23
23
 
24
24
  <transition name="slide-fade">
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <section class="w-100 mn-semi radius-medium pd-medium bg-main t-black">
2
+ <section class="w-100 mn-b-semi radius-medium pd-medium bg-main t-black">
3
3
  <h3>
4
4
  Profile completed at {{ completionPercentage }}%
5
5
  </h3>