@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
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <header class="mn-medium flex-v-center flex-nowrap flex">
2
+ <header class="mn-b-medium flex-v-center flex-nowrap flex">
3
3
  <h2 class="mn-r-medium">Inventory</h2>
4
4
  <!-- <button
5
5
  @click="$router.push({
@@ -10,7 +10,7 @@
10
10
  </button> -->
11
11
  </header>
12
12
 
13
- <h5 class="mn-small">Select Type</h5>
13
+ <h5 class="mn-b-small">Select Type</h5>
14
14
 
15
15
  <Select
16
16
  v-model:select="leftovers.state.current.type"
@@ -20,13 +20,13 @@
20
20
  'write-off'
21
21
  ]"
22
22
  :placeholder="'Select type'"
23
- class="mn-semi bg-grey pd-medium radius-small"
23
+ class="mn-b-semi bg-grey pd-medium radius-small"
24
24
  />
25
25
 
26
26
 
27
- <h5 class="mn-small">Add Position</h5>
27
+ <h5 class="mn-b-small">Add Position</h5>
28
28
 
29
- <div class="mn-semi gap-thin flex-nowrap flex">
29
+ <div class="mn-b-semi gap-thin flex-nowrap flex">
30
30
  <CardPosition
31
31
  @add="addProduct"
32
32
  :products="Products"
@@ -35,7 +35,7 @@
35
35
 
36
36
 
37
37
  <h5
38
- class="mn-small"
38
+ class="mn-b-small"
39
39
  >
40
40
  Invetory Sheet
41
41
  <a
@@ -51,7 +51,7 @@
51
51
  <LeftoverPositions
52
52
  :order="leftovers.state.current"
53
53
  :products="Products"
54
- class="mn-semi"
54
+ class="mn-b-semi"
55
55
  />
56
56
 
57
57
  <section class="gap-thin flex-v-center flex-nojustify flex">
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <header class="mn-medium flex-v-center flex-nowrap flex">
2
+ <header class="mn-b-medium flex-v-center flex-nowrap flex">
3
3
  <h2 class="mn-r-medium">Inventory</h2>
4
4
  <button
5
5
  @click="$router.push({
@@ -10,14 +10,14 @@
10
10
  </button>
11
11
  </header>
12
12
 
13
- <section class="mn-semi pd-medium bg-grey radius-big">
14
- <p class="mn-thin">Spended:</p>
13
+ <section class="mn-b-semi pd-medium bg-grey radius-big">
14
+ <p class="mn-b-thin">Spended:</p>
15
15
  <h3>{{formatPrice(totalPrice)}}</h3>
16
16
  </section>
17
17
 
18
18
  <!-- <h3>Low Stock</h3>
19
19
 
20
- <section class="mn-semi pd-medium bg-grey radius-big">
20
+ <section class="mn-b-semi pd-medium bg-grey radius-big">
21
21
  <div>
22
22
  Name: Code Red
23
23
  Left: 3
@@ -43,7 +43,7 @@
43
43
  { name: 'Stock-Out', value: 'stock-out' },
44
44
  { name: 'Write-Off', value: 'write-off' },
45
45
  ]"
46
- class="mn-small o-hidden h5 radius-big bg-grey"
46
+ class="mn-b-small o-hidden h5 radius-big bg-grey"
47
47
  />
48
48
 
49
49
  <Feed
@@ -15,14 +15,14 @@
15
15
  bg-white
16
16
  pd-small
17
17
  radius-small
18
- mn-small
18
+ mn-b-small
19
19
  t-black
20
20
  "
21
21
  />
22
22
 
23
- <h3 class="mn-small">Profile</h3>
23
+ <h3 class="mn-b-small">Profile</h3>
24
24
 
25
- <div class="mn-semi radius-small">
25
+ <div class="mn-b-semi radius-small">
26
26
  <Field
27
27
  v-model:field="organization.state.current.profile.name"
28
28
  placeholder="Name"
@@ -36,7 +36,7 @@
36
36
  />
37
37
  </div>
38
38
 
39
- <Button :submit="onSubmit" :callback="redirectTo" class="mn-thin">Create organization</Button>
39
+ <Button :submit="onSubmit" :callback="redirectTo" class="mn-b-thin">Create organization</Button>
40
40
 
41
41
  </div>
42
42
  </div>
@@ -1,11 +1,11 @@
1
1
  <template>
2
2
  <div class="documents pd-medium bg-grey">
3
- <h3 class="mn-small">Загрузите документы</h3>
3
+ <h3 class="mn-b-small">Загрузите документы</h3>
4
4
 
5
- <div class="mn-big cols-4">
5
+ <div class="mn-b-big cols-4">
6
6
  <div v-for="(doc, index) in documents" :key="index" @click="openPopup(index)">
7
7
  <div class="pd-medium bg-white radius-small">
8
- <h3 class="mn-small">{{ doc.name }}</h3>
8
+ <h3 class="mn-b-small">{{ doc.name }}</h3>
9
9
  <p class="t-semi t-transp radius-small">{{ doc.status }}</p>
10
10
  </div>
11
11
  </div>
@@ -22,11 +22,11 @@
22
22
  class="w-100"
23
23
  />
24
24
  </div>
25
- <button @click="submitData" class="w-100 mn-small button ">Отправить на верификацию</button>
25
+ <button @click="submitData" class="w-100 mn-b-small button ">Отправить на верификацию</button>
26
26
 
27
27
  </Popup>
28
28
 
29
- <Button :submit="onSubmit" :callback="redirectTo" class="mn-thin">Перейти к людям</Button>
29
+ <Button :submit="onSubmit" :callback="redirectTo" class="mn-b-thin">Перейти к людям</Button>
30
30
 
31
31
  </div>
32
32
  </template>
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="pd-medium bg-grey">
3
- <h2 class="mn-small">Структура организации</h2>
3
+ <h2 class="mn-b-small">Структура организации</h2>
4
4
 
5
5
 
6
6
  <Unit
@@ -11,17 +11,17 @@
11
11
  @addSubunit="addSubunit(index)"
12
12
  @addParticipant="addParticipant(index, $event)"
13
13
 
14
- class="mn-small"
14
+ class="mn-b-small"
15
15
  />
16
16
 
17
- <button @click="addUnit" class="mn-small bg-white button w-100">Добавить отдел</button>
17
+ <button @click="addUnit" class="mn-b-small bg-white button w-100">Добавить отдел</button>
18
18
 
19
- <section class="mn-big radius-medium pd-big bg-white">
19
+ <section class="mn-b-big radius-medium pd-big bg-white">
20
20
  <p>После создания организации приглашения будут отправлены по электронной почте или по телефону людям, которых вы добавили в вашу организацию.</p>
21
21
  </section>
22
22
 
23
23
 
24
- <Button :submit="onSubmit" :callback="redirectTo" class="mn-thin">Создать организацию</Button>
24
+ <Button :submit="onSubmit" :callback="redirectTo" class="mn-b-thin">Создать организацию</Button>
25
25
  </div>
26
26
  </template>
27
27
 
@@ -19,12 +19,12 @@
19
19
 
20
20
  <div class="pd-b-zero pd-t-zero pd-thin cols-2 gap-thin">
21
21
 
22
- <div class="mn-thin bg-grey pd-medium o-hidden radius-big">
23
- <h3 class="mn-semi">Profile</h3>
22
+ <div class="mn-b-thin bg-grey pd-medium o-hidden radius-big">
23
+ <h3 class="mn-b-semi">Profile</h3>
24
24
  <EditProductInfo
25
25
  :product="products.state.current"
26
26
  />
27
- <div class="mn-semi">
27
+ <div class="mn-b-semi">
28
28
  <h5>Categories</h5>
29
29
  <Checkbox
30
30
  v-for="(category, index) in categories.state.all"
@@ -60,8 +60,8 @@
60
60
  </div>
61
61
 
62
62
  <div class="">
63
- <div class="mn-thin bg-grey pd-medium o-hidden radius-big">
64
- <h3 class="mn-semi">Images</h3>
63
+ <div class="mn-b-thin bg-grey pd-medium o-hidden radius-big">
64
+ <h3 class="mn-b-semi">Images</h3>
65
65
  <EditProductImages
66
66
  :product="products.state.current"
67
67
  />
@@ -4,7 +4,7 @@
4
4
 
5
5
  <div v-if="!loading && !showInput" class="section">
6
6
 
7
- <div v-if="!loading" class="mn-big">
7
+ <div v-if="!loading" class="mn-b-big">
8
8
  <InputBig
9
9
  :input="inputValue"
10
10
  :loopTyping="false"
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <header class="mn-medium flex-v-center flex-nowrap flex">
2
+ <header class="mn-b-medium flex-v-center flex-nowrap flex">
3
3
  <h2 class="mn-r-medium">Products</h2>
4
4
  <button
5
5
  @click="$router.push({
@@ -18,7 +18,7 @@
18
18
  { name: 'Unpublished', value: 'unpublished' },
19
19
  { name: 'Archivied', value: 'archivied' }
20
20
  ]"
21
- class="mn-small o-hidden h5 radius-big bg-grey"
21
+ class="mn-b-small o-hidden h5 radius-big bg-grey"
22
22
  />
23
23
 
24
24
  <Feed
@@ -1,21 +1,21 @@
1
1
  <template>
2
2
  <div>
3
- <!-- <p v-if="product.modifications.length == 0" class="mn-small w-100">У продукта еще не заданы модификации.</p> -->
3
+ <!-- <p v-if="product.modifications.length == 0" class="mn-b-small w-100">У продукта еще не заданы модификации.</p> -->
4
4
 
5
5
  <!-- Modification Info -->
6
- <div class="mn-small flex-column flex-wrap block" v-for="(modification, index) in product.modifications" :key="index">
6
+ <div class="mn-b-small flex-column flex-wrap block" v-for="(modification, index) in product.modifications" :key="index">
7
7
  <div class="w-100 flex-nowrap flex">
8
8
  <Field
9
9
  v-model:field="modification.quantity"
10
10
  :disabled="true"
11
11
  placeholder="Количество"
12
- class="mn-medium input-text input"
12
+ class="mn-b-medium input-text input"
13
13
  type="number"
14
14
  />
15
15
  <Field
16
16
  v-model:field="modification.name"
17
17
  placeholder="Новая модификация"
18
- class="mn-medium input-text input"
18
+ class="mn-b-medium input-text input"
19
19
  />
20
20
  <button @click="deleteModification(index)" class="mn-l-small i-normal pd-regular button-delete button">
21
21
  <svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -25,9 +25,9 @@
25
25
 
26
26
  </button>
27
27
  </div>
28
- <hr class="mn-medium">
28
+ <hr class="mn-b-medium">
29
29
  <!-- Modification Characteristic -->
30
- <div class="mn-medium w-100 flex-nowrap flex variants-wrapper" v-for="(characteristic, index2) in modification.characteristics" :key="index2">
30
+ <div class="mn-b-medium w-100 flex-nowrap flex variants-wrapper" v-for="(characteristic, index2) in modification.characteristics" :key="index2">
31
31
  <Field
32
32
  v-model:field="characteristic.name"
33
33
  placeholder="Название параметра"
@@ -46,11 +46,11 @@
46
46
 
47
47
  </button>
48
48
  </div>
49
- <hr class="mn-medium">
49
+ <hr class="mn-b-medium">
50
50
  <button @click="addCharacteristic(index)" class="button">Добавить характеристику</button>
51
51
  </div>
52
52
 
53
- <div class="mn-big t-center flex-center flex block">
53
+ <div class="mn-b-big t-center flex-center flex block">
54
54
  <button @click="addModification" class="w-100">Добавить модификацю</button>
55
55
  </div>
56
56
  <button @click="onSubmit()" class="button">Сохранить модификации</button>
@@ -1,14 +1,14 @@
1
1
  <template>
2
- <div class="mn-big">
3
- <div class="mn-small flex-nowrap flex">
2
+ <div class="mn-b-big">
3
+ <div class="mn-b-small flex-nowrap flex">
4
4
  <h5 class="mn-r-thin">{{ title }}</h5>
5
5
  <button @click="addArrayObject" class="i-small pd-thin button-delete button">+</button>
6
6
  </div>
7
7
 
8
8
  <div class="flex-column flex">
9
- <p v-if="items.length == 0" class="w-100 mn-small">{{ emptyMessage }}</p>
9
+ <p v-if="items.length == 0" class="w-100 mn-b-small">{{ emptyMessage }}</p>
10
10
  <Button v-if="items.length == 0" @click="addArrayObject" class="button">{{ addButtonLabel }}</Button>
11
- <div class="mn-medium w-100 flex-nowrap flex" v-for="(item, index) in items" :key="index">
11
+ <div class="mn-b-medium w-100 flex-nowrap flex" v-for="(item, index) in items" :key="index">
12
12
  <Field
13
13
  v-model:field="item[keyName]"
14
14
  placeholder="Название параметра"
@@ -1,12 +1,12 @@
1
1
  <template>
2
2
  <div>
3
- <p v-if="product.images.length < 1" class="mn-big">
3
+ <p v-if="product.images.length < 1" class="mn-b-big">
4
4
  The product doesn't have any images yet.
5
5
  </p>
6
6
 
7
7
  <VueDraggableNext class="cols-4 dragArea list-group w-full" :list="product.images" :sort="true" @change="log">
8
8
  <div v-for="(image, index) in product.images" class="flex-column block">
9
- <img class="w-100 mn-small" :src="(FILE_SERVER_URL || '') + image" />
9
+ <img class="w-100 mn-b-small" :src="(FILE_SERVER_URL || '') + image" />
10
10
  <a @click="deleteImage(index)" class="w-100 br-grey br-solid br-1px button">Удалить</a>
11
11
  </div>
12
12
  </VueDraggableNext>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="mn-big flex-column flex">
2
+ <div class="mn-b-big flex-column flex">
3
3
  <!-- {{
4
4
  store.products.current
5
5
  }}
@@ -11,25 +11,25 @@
11
11
  ]"
12
12
  v-model:select="store.products.state.current.status"
13
13
  placeholder="Display product"
14
- class="w-100 mn-small bg-white radius-small pd-medium"
14
+ class="w-100 mn-b-small bg-white radius-small pd-medium"
15
15
  />
16
16
 
17
17
  <Field
18
18
  v-model:field="store.products.state.current.name"
19
19
  placeholder="Введите название"
20
- class="w-100 mn-small bg-white radius-small pd-medium"
20
+ class="w-100 mn-b-small bg-white radius-small pd-medium"
21
21
  />
22
22
  <Field
23
23
  v-model:field="store.products.state.current.price"
24
24
  placeholder="Введите цену"
25
- class="w-100 mn-small bg-white radius-small pd-medium"
25
+ class="w-100 mn-b-small bg-white radius-small pd-medium"
26
26
  type="number"
27
27
  />
28
28
 
29
29
  <Field
30
30
  v-model:field="store.products.state.current.description"
31
31
  placeholder="Введите описание"
32
- class="w-100 mn-small bg-white radius-small pd-medium"
32
+ class="w-100 mn-b-small bg-white radius-small pd-medium"
33
33
  type="textarea"
34
34
  /> -->
35
35
  </div>
@@ -1,11 +1,11 @@
1
1
  <template>
2
2
  <div class="pd-medium bg-grey radius-big">
3
- <h3 class="mn-small">{{ t('filters.title') }}</h3>
4
- <hr class="mn-small">
3
+ <h3 class="mn-b-small">{{ t('filters.title') }}</h3>
4
+ <hr class="mn-b-small">
5
5
 
6
6
  <!-- Categories Filter -->
7
7
  <Spoiler
8
- class="radius-small o-hidden br-1px br-solid br-grey mn-small"
8
+ class="radius-small o-hidden br-1px br-solid br-grey mn-b-small"
9
9
  :status="true"
10
10
  >
11
11
  <template #header>
@@ -18,18 +18,18 @@
18
18
  :key="index"
19
19
  :label="category.name"
20
20
  :value="category.url"
21
- class="w-100 mn-t-small mn-small bg-white radius-small pd-small"
21
+ class="w-100 mn-t-small mn-b-small bg-white radius-small pd-small"
22
22
  :radio="selectedFilters.categories"
23
23
  @change="emitFilterChange('categories', category.url)"
24
24
  />
25
25
  </template>
26
26
  </Spoiler>
27
27
 
28
- <hr class="mn-small">
28
+ <hr class="mn-b-small">
29
29
 
30
30
  <!-- Prices Filter -->
31
31
  <Spoiler
32
- class="radius-small o-hidden br-1px br-solid br-grey mn-small"
32
+ class="radius-small o-hidden br-1px br-solid br-grey mn-b-small"
33
33
  :status="false"
34
34
  >
35
35
  <template #header>
@@ -49,11 +49,11 @@
49
49
  </template>
50
50
  </Spoiler>
51
51
 
52
- <hr class="mn-small">
52
+ <hr class="mn-b-small">
53
53
 
54
54
  <!-- Delivery Filter -->
55
55
  <Spoiler
56
- class="radius-small o-hidden br-1px br-solid br-grey mn-small"
56
+ class="radius-small o-hidden br-1px br-solid br-grey mn-b-small"
57
57
  :status="false"
58
58
  >
59
59
  <template #header>
@@ -73,7 +73,7 @@
73
73
  </template>
74
74
  </Spoiler>
75
75
 
76
- <hr class="mn-semi">
76
+ <hr class="mn-b-semi">
77
77
 
78
78
  <!-- Reset filter -->
79
79
  <button @click="resetFilters" class="bg-main w-100 button">{{ t('filters.reset') }}</button>
@@ -82,12 +82,12 @@
82
82
  <div class="flex-column flex-center flex t-center z-index-1">
83
83
 
84
84
  <h1
85
- class="t-white mn-semi"
85
+ class="t-white mn-b-semi"
86
86
  v-html="t('title')"
87
87
  />
88
88
 
89
89
  <p
90
- class="mn-big p-big t-transp t-white "
90
+ class="mn-b-big p-big t-transp t-white "
91
91
  v-html="t('description')"
92
92
  />
93
93
 
@@ -101,11 +101,11 @@
101
101
  :action="t('action')"
102
102
  @update:input="mood = $event"
103
103
  @action="router.push({name: 'Product Recommmendation', query: {mood: mood}})"
104
- class="mn-big bg-white-transp-5 t-white bg-blur-medium w-m-40r"
104
+ class="mn-b-big bg-white-transp-5 t-white bg-blur-medium w-m-40r"
105
105
  />
106
106
 
107
107
  <p
108
- class="w-m-60r t-white t-transp mn-semi p-medium"
108
+ class="w-m-60r t-white t-transp mn-b-semi p-medium"
109
109
  v-html="t('subdescription')"
110
110
  />
111
111
 
@@ -131,7 +131,7 @@
131
131
  >
132
132
  <img
133
133
  :src="(FILE_SERVER_URL || '') + '/icons/moods/' + preset + '.png'"
134
- class="h-8r w-8r mn-thin"
134
+ class="h-8r w-8r mn-b-thin"
135
135
  />
136
136
 
137
137
  <span>
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div id="popularProducts" class="pd-thin">
3
3
  <div class="bg-grey radius-big pd-t-big pd-b-big">
4
- <div class="mn-semi t-center title">
4
+ <div class="mn-b-semi t-center title">
5
5
  <h2 class="">{{t('title')}}</h2>
6
6
  </div>
7
7
  <carousel ref="myCarousel" :items-to-show="3" :transition="330" :wrapAround="true" :autoplay="3000" :pauseAutoplayOnHover="true" :breakpoints="breakpoints">
@@ -4,7 +4,7 @@
4
4
  <!-- -------------------------------- -->
5
5
  <div class="product-info-wrapper">
6
6
  <!-- Product data header -->
7
- <div class="mn-big product-tab-header">
7
+ <div class="mn-b-big product-tab-header">
8
8
  <button @click="changeTab('description')" :class="{'product-tab-active':data.currentTab === 'description'}" class="mn-r-semi product-tab">
9
9
  <img class="mn-r-small" src="@/assets/icons/description.svg">
10
10
  Описание товара
@@ -35,27 +35,27 @@
35
35
  <div class="cols-2">
36
36
  <!-- Left col -->
37
37
  <div class="mn-r-medium col">
38
- <img class="mn-medium" src="@/assets/icons/shopping-bag.svg">
39
- <p class="mn-small t-demi">Если вы в Москве</p>
40
- <p class="mn-small">
38
+ <img class="mn-b-medium" src="@/assets/icons/shopping-bag.svg">
39
+ <p class="mn-b-small t-demi">Если вы в Москве</p>
40
+ <p class="mn-b-small">
41
41
  Доставляем по Москве курьером в примеркой! У нас свои вежливые и пунктуальные курьеры.
42
42
  </p>
43
- <ul style="list-style: disc; line-height: 1.5;" class="mn-big">
43
+ <ul style="list-style: disc; line-height: 1.5;" class="mn-b-big">
44
44
  <li>Не ограничиваем количество моделей на примерку - привезём все, что понравится</li>
45
45
  <li>Не ограничиваем время на примерку</li>
46
46
  <li>Если ничего не подойдёт, вы платите только за доставку</li>
47
47
  </ul>
48
- <p class="mn-small t-demi">Тарифы</p>
49
- <p class="mn-thin">В пределах МКАД — <span class="mn-small t-demi">350 ₽</span></p>
50
- <p class="mn-small">За пределы МКАД — <span class="mn-small t-demi">550 ₽</span></p>
48
+ <p class="mn-b-small t-demi">Тарифы</p>
49
+ <p class="mn-b-thin">В пределах МКАД — <span class="mn-b-small t-demi">350 ₽</span></p>
50
+ <p class="mn-b-small">За пределы МКАД — <span class="mn-b-small t-demi">550 ₽</span></p>
51
51
  </div>
52
52
  <!-- Right col -->
53
53
  <div class="col">
54
- <img class="mn-medium" src="@/assets/icons/globe.svg">
55
- <p class="mn-small t-demi">Доставка в любую точку мира</p>
56
- <p class="mn-small">В другие города отправляем почтой России или компанией СДЭК по 100% предоплате на карту.</p>
57
- <p class="mn-small">Наши менеджеры на связи с вами ежедневно с 10 до 21 часов и готовы ответить на любые вопросы, а так же сделать дополнительные замеры, фото или видео вещей.</p>
58
- <p class="mn-small">Стоимость доставки рассчитывается индивидуально🌷</p>
54
+ <img class="mn-b-medium" src="@/assets/icons/globe.svg">
55
+ <p class="mn-b-small t-demi">Доставка в любую точку мира</p>
56
+ <p class="mn-b-small">В другие города отправляем почтой России или компанией СДЭК по 100% предоплате на карту.</p>
57
+ <p class="mn-b-small">Наши менеджеры на связи с вами ежедневно с 10 до 21 часов и готовы ответить на любые вопросы, а так же сделать дополнительные замеры, фото или видео вещей.</p>
58
+ <p class="mn-b-small">Стоимость доставки рассчитывается индивидуально🌷</p>
59
59
  <p>Срок доставки от 6 до 15 дней.</p>
60
60
  </div>
61
61
  </div>
@@ -65,25 +65,25 @@
65
65
  <div class="cols-2">
66
66
  <!-- Left col -->
67
67
  <div class="mn-r-medium col">
68
- <p class="mn-small t-demi">Если вы в Москве</p>
69
- <ul style="list-style: decimal; line-height: 1.5;" class="mn-medium">
70
- <li class="mn-thin">Положите выбранные товары в корзину и оформите заказ.</li>
71
- <li class="mn-thin">Наши менеджеры свяжутся с вами в рабочее время для уточнения деталей</li>
72
- <li class="mn-thin">После утверждения заказа, менеджер осуществит сброку ипередаст его на доставку нашим курьерам</li>
73
- <li class="mn-thin">Ожидайте курьера в назначенную дату. Вы можете примерить все что заказали, выбрать и оплатить только то, что вам подошло + за доставку курьеру</li>
74
- <li class="mn-thin">Оплатить можно как наличными, так и по карте, у наших курьеров всегда с собой терминал</li>
68
+ <p class="mn-b-small t-demi">Если вы в Москве</p>
69
+ <ul style="list-style: decimal; line-height: 1.5;" class="mn-b-medium">
70
+ <li class="mn-b-thin">Положите выбранные товары в корзину и оформите заказ.</li>
71
+ <li class="mn-b-thin">Наши менеджеры свяжутся с вами в рабочее время для уточнения деталей</li>
72
+ <li class="mn-b-thin">После утверждения заказа, менеджер осуществит сброку ипередаст его на доставку нашим курьерам</li>
73
+ <li class="mn-b-thin">Ожидайте курьера в назначенную дату. Вы можете примерить все что заказали, выбрать и оплатить только то, что вам подошло + за доставку курьеру</li>
74
+ <li class="mn-b-thin">Оплатить можно как наличными, так и по карте, у наших курьеров всегда с собой терминал</li>
75
75
  </ul>
76
76
  <!-- <p>В <a @click="store.commit('toggleShopAdress')" class="t-demi underline">шоуруме в Москве</a> оплатить товары вы сможете как наличными, так и по карте.</p> -->
77
77
  </div>
78
78
  <!-- Right col -->
79
79
  <div class="col">
80
- <p class="mn-small t-demi">Если вы не Москве</p>
81
- <ul style="list-style: decimal; line-height: 1.5;" class="mn-medium">
82
- <li class="mn-thin">Положите выбранные товары в корзину и оформите заказ.</li>
83
- <li class="mn-thin">Наши менеджеры свяжутся с вами в рабочее время для уточнения деталей</li>
84
- <li class="mn-thin">После утверждения заказа, менеджер вышлет ссылку для оплаты удобным вам способом</li>
85
- <li class="mn-thin">После оплаты вы получите электронный чек и трек-номер для отслеживания посылки на эл.почту или в Whatsapp</li>
86
- <li class="mn-thin">Ожидайте доставку оплаченного заказа в выбранной транспортной компании (Почта России или СДЭК)</li>
80
+ <p class="mn-b-small t-demi">Если вы не Москве</p>
81
+ <ul style="list-style: decimal; line-height: 1.5;" class="mn-b-medium">
82
+ <li class="mn-b-thin">Положите выбранные товары в корзину и оформите заказ.</li>
83
+ <li class="mn-b-thin">Наши менеджеры свяжутся с вами в рабочее время для уточнения деталей</li>
84
+ <li class="mn-b-thin">После утверждения заказа, менеджер вышлет ссылку для оплаты удобным вам способом</li>
85
+ <li class="mn-b-thin">После оплаты вы получите электронный чек и трек-номер для отслеживания посылки на эл.почту или в Whatsapp</li>
86
+ <li class="mn-b-thin">Ожидайте доставку оплаченного заказа в выбранной транспортной компании (Почта России или СДЭК)</li>
87
87
  </ul>
88
88
  </div>
89
89
  </div>
@@ -58,26 +58,26 @@
58
58
 
59
59
  <h2 v-if="recommendation" class="t-main t-semi p-big">{{t('airecommend')}}</h2>
60
60
  <!-- Name -->
61
- <h1 class="w-100 h1-product mn-thin">{{ product.name }}</h1>
61
+ <h1 class="w-100 h1-product mn-b-thin">{{ product.name }}</h1>
62
62
  <!-- Price -->
63
- <Price :product="product" size="big" class="mn-semi" />
63
+ <Price :product="product" size="big" class="mn-b-semi" />
64
64
  <!-- Modifications -->
65
65
  <!-- <div v-if="product.modifications.length > 0" class="flex-nojustify flex">
66
66
  <SelectElement v-if="sizes2.length > 0" :elements="sizes2" :selected="product.selectedSize" class="mn-r-medium" />
67
67
  </div> -->
68
68
  <!-- Description -->
69
- <h3 v-if="recommendation" class="mn-semi">
69
+ <h3 v-if="recommendation" class="mn-b-semi">
70
70
  {{ recommendation }}
71
71
  </h3>
72
- <p v-if="product.description && !product.localization && !recommendation" class="w-100 mn-medium t-transp">
72
+ <p v-if="product.description && !product.localization && !recommendation" class="w-100 mn-b-medium t-transp">
73
73
  {{ product.description }}
74
74
  </p>
75
- <p v-if="product.localization && product.localization.length > 1 && !recommendation" class="w-100 mn-medium t-transp">
75
+ <p v-if="product.localization && product.localization.length > 1 && !recommendation" class="w-100 mn-b-medium t-transp">
76
76
  {{ t('description') }}
77
77
  </p>
78
78
 
79
79
  <div
80
- class="cols-2 w-100 gap-small mn-semi"
80
+ class="cols-2 w-100 gap-small mn-b-semi"
81
81
  >
82
82
  <div
83
83
  v-if="product.information.length > 0"
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="pd-medium mn-thin bg-grey radius-big">
2
+ <div class="pd-medium mn-b-thin bg-grey radius-big">
3
3
  <div class="flex-nowrap flex flex-v-center">
4
4
  <p class="mn-r-auto p-big t-semi t-transp">2,982 results</p>
5
5
 
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div>
3
- <div class="flex-v-center flex-nowrap flex mn-medium">
3
+ <div class="flex-v-center flex-nowrap flex mn-b-medium">
4
4
  <h3 class="mn-r-medium">Reports</h3> <!-- Updated this line -->
5
5
  </div>
6
6
 
@@ -13,19 +13,19 @@
13
13
  <!-- Here, you should update the properties of the report object to reflect the actual structure of a report -->
14
14
  <!-- For example, I'm using 'user', 'type', and 'reason'. You should replace them with actual report properties -->
15
15
 
16
- <p class="t-black p-small mn-small">
16
+ <p class="t-black p-small mn-b-small">
17
17
  <span class="uppercase t-transp">User</span>
18
18
  <br>
19
19
  <span class="pd-2px radius-big d-inline-block bg-grey t-semi">{{report.user}}</span> <!-- Updated this line -->
20
20
  </p>
21
21
 
22
- <p class="t-black p-small mn-small">
22
+ <p class="t-black p-small mn-b-small">
23
23
  <span class="uppercase t-transp">Type</span>
24
24
  <br>
25
25
  <span class="pd-2px radius-big d-inline-block bg-grey t-semi">{{report.type}}</span> <!-- Updated this line -->
26
26
  </p>
27
27
 
28
- <p class="t-black p-small mn-small">
28
+ <p class="t-black p-small mn-b-small">
29
29
  <span class="uppercase t-transp">Reason</span>
30
30
  <br>
31
31
  <span class="pd-2px radius-big d-inline-block bg-grey t-semi">{{report.reason}}</span> <!-- Updated this line -->