contentoh-components-library 21.0.8 → 21.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (360) hide show
  1. package/.env.development +3 -18
  2. package/.env.production +1 -16
  3. package/CHANGELOG.md +0 -40
  4. package/dist/components/atoms/ActivedFilter/ActivedFilter.stories.js +1 -7
  5. package/dist/components/atoms/ActivedFilter/index.js +4 -12
  6. package/dist/components/atoms/AsignationOption/AsignationOptions.stories.js +1 -7
  7. package/dist/components/atoms/AsignationOption/index.js +21 -33
  8. package/dist/components/atoms/AsignationOption/styles.js +1 -1
  9. package/dist/components/atoms/AtomList/AtomList.stories.js +1 -7
  10. package/dist/components/atoms/AtomList/index.js +9 -14
  11. package/dist/components/atoms/Avatar/AsignationImage.stories.js +1 -7
  12. package/dist/components/atoms/Avatar/index.js +8 -11
  13. package/dist/components/atoms/Card/Card.stories.js +1 -7
  14. package/dist/components/atoms/Card/index.js +4 -8
  15. package/dist/components/atoms/CheckBox/CheckBox.stories.js +1 -7
  16. package/dist/components/atoms/CheckBox/index.js +13 -19
  17. package/dist/components/atoms/CustomerTypeImage/CustomerTypeImage.stories.js +1 -7
  18. package/dist/components/atoms/CustomerTypeImage/index.js +6 -8
  19. package/dist/components/atoms/DropDownButton/DropDownButton.stories.js +1 -7
  20. package/dist/components/atoms/DropDownButton/index.js +6 -9
  21. package/dist/components/atoms/EditField/EditField.stories.js +1 -7
  22. package/dist/components/atoms/EditField/index.js +10 -17
  23. package/dist/components/atoms/FeatureTag/FeatureTag.stories.js +1 -7
  24. package/dist/components/atoms/FeatureTag/index.js +5 -11
  25. package/dist/components/atoms/GeneralButton/GeneralButton.stories.js +1 -7
  26. package/dist/components/atoms/GeneralButton/index.js +6 -13
  27. package/dist/components/atoms/GeneralButton/styles.js +2 -4
  28. package/dist/components/atoms/GeneralInput/GeneralInput.stories.js +1 -7
  29. package/dist/components/atoms/GeneralInput/index.js +36 -89
  30. package/dist/components/atoms/GeneralInput/styles.js +1 -7
  31. package/dist/components/atoms/GeneralTextBox/GeneralTextBox.stories.js +1 -7
  32. package/dist/components/atoms/GeneralTextBox/index.js +7 -12
  33. package/dist/components/atoms/GenericModal/GenericModal.stories.js +59 -46
  34. package/dist/components/atoms/GenericModal/index.js +8 -15
  35. package/dist/components/atoms/GenericModal/styles.js +1 -1
  36. package/dist/components/atoms/GradientPanel/GradientPanel.stories.js +80 -85
  37. package/dist/components/atoms/GradientPanel/index.js +7 -11
  38. package/dist/components/atoms/Graphic/Graphic.stories.js +1 -7
  39. package/dist/components/atoms/Graphic/index.js +5 -9
  40. package/dist/components/atoms/ListCommercialRetailers/ListCommercialRetailers.stories.js +36 -0
  41. package/dist/components/atoms/ListCommercialRetailers/index.js +64 -0
  42. package/dist/components/atoms/ListCommercialRetailers/styles.js +20 -0
  43. package/dist/components/atoms/LoadImageMenu/LoadImageMenu.stories.js +1 -7
  44. package/dist/components/atoms/LoadImageMenu/index.js +22 -33
  45. package/dist/components/atoms/LogoImage/LogoImage.stories.js +1 -7
  46. package/dist/components/atoms/LogoImage/index.js +6 -8
  47. package/dist/components/atoms/MenuCommercialRetailers/MenuCommercialRetailers.stories.js +37 -0
  48. package/dist/components/atoms/MenuCommercialRetailers/index.js +25 -0
  49. package/dist/components/{molecules/RetailerSelector → atoms/MenuCommercialRetailers}/styles.js +1 -1
  50. package/dist/components/atoms/MenuNotification/MenuNotification.stories.js +1 -7
  51. package/dist/components/atoms/MenuNotification/index.js +15 -21
  52. package/dist/components/atoms/MenuProductImage/MenuProductImage.stories.js +28 -0
  53. package/dist/components/atoms/MenuProductImage/index.js +88 -0
  54. package/dist/components/atoms/MenuProductImage/styles.js +20 -0
  55. package/dist/components/atoms/MenuProfile/MenuProfile.stories.js +1 -7
  56. package/dist/components/atoms/MenuProfile/index.js +15 -25
  57. package/dist/components/atoms/Notification/Notification.stories.js +1 -5
  58. package/dist/components/atoms/Notification/index.js +9 -15
  59. package/dist/components/atoms/PriorityFlag/PriorityFlag.stories.js +1 -7
  60. package/dist/components/atoms/PriorityFlag/index.js +5 -9
  61. package/dist/components/atoms/ProductImage/ProductImage.stories.js +1 -7
  62. package/dist/components/atoms/ProductImage/index.js +8 -11
  63. package/dist/components/atoms/ProductImage/styles.js +1 -1
  64. package/dist/components/atoms/ProductPercentCard/Percent.stories.js +1 -7
  65. package/dist/components/atoms/ProductPercentCard/index.js +14 -21
  66. package/dist/components/atoms/ProgressBar/ProgressBar.stories.js +1 -7
  67. package/dist/components/atoms/ProgressBar/index.js +4 -9
  68. package/dist/components/atoms/ProgressBar/styles.js +5 -3
  69. package/dist/components/atoms/ScreenHeader/ScreenHeader.stories.js +1 -7
  70. package/dist/components/atoms/ScreenHeader/index.js +3 -9
  71. package/dist/components/atoms/ScreenHeader/styles.js +1 -1
  72. package/dist/components/atoms/SideMenuButton/SideMenuButton.stories.js +1 -5
  73. package/dist/components/atoms/SideMenuButton/index.js +4 -10
  74. package/dist/components/atoms/StatusTag/StatusTag.stories.js +1 -7
  75. package/dist/components/atoms/StatusTag/index.js +3 -43
  76. package/dist/components/atoms/StatusTag/styles.js +1 -1
  77. package/dist/components/atoms/TabSection/TabSection.stories.js +1 -7
  78. package/dist/components/atoms/TabSection/index.js +3 -8
  79. package/dist/components/atoms/ValidationPanel/ValidationPanel.stories.js +1 -7
  80. package/dist/components/atoms/ValidationPanel/index.js +28 -41
  81. package/dist/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +22 -0
  82. package/dist/components/atoms/VerticalSideMenuMainPage/index.js +49 -0
  83. package/dist/components/atoms/{Commentary → VerticalSideMenuMainPage}/styles.js +1 -6
  84. package/dist/components/molecules/AddProvidersAndProducts/AddProvidersAndProducts.stories.js +1 -5
  85. package/dist/components/molecules/AddProvidersAndProducts/index.js +12 -18
  86. package/dist/components/molecules/ApproveRejetPanel/ApproveRejetPanel.stories.js +25 -0
  87. package/dist/components/molecules/ApproveRejetPanel/index.js +49 -0
  88. package/dist/components/{atoms/CharCounter → molecules/ApproveRejetPanel}/styles.js +1 -3
  89. package/dist/components/molecules/AssignedWork/AssignedWork.stories.js +1 -5
  90. package/dist/components/molecules/AssignedWork/index.js +30 -36
  91. package/dist/components/molecules/AvatarAndValidation/AvatarAndValidation.stories.js +1 -7
  92. package/dist/components/molecules/AvatarAndValidation/index.js +17 -32
  93. package/dist/components/molecules/AvatarAndValidation/styles.js +1 -1
  94. package/dist/components/molecules/CarouselImagesLogin/CarouselImagesLogin.stories.js +1 -5
  95. package/dist/components/molecules/CarouselImagesLogin/index.js +16 -20
  96. package/dist/components/molecules/EditionActiveImage/EditionActiveImage.stories.js +1 -7
  97. package/dist/components/molecules/EditionActiveImage/index.js +10 -14
  98. package/dist/components/molecules/FeaturesBar/FeaturesBar.stories.js +1 -7
  99. package/dist/components/molecules/FeaturesBar/index.js +9 -11
  100. package/dist/components/molecules/GalleryElement/GalleryElement.stories.js +1 -7
  101. package/dist/components/molecules/GalleryElement/index.js +32 -99
  102. package/dist/components/molecules/GalleryElement/styles.js +1 -1
  103. package/dist/components/molecules/GalleryHeader/GalleryHeader.stories.js +1 -7
  104. package/dist/components/molecules/GalleryHeader/index.js +6 -46
  105. package/dist/components/molecules/GalleryHeader/styles.js +1 -1
  106. package/dist/components/molecules/HeaderTop/HeaderTop.stories.js +1 -7
  107. package/dist/components/molecules/HeaderTop/index.js +7 -10
  108. package/dist/components/molecules/ImageSelector/ImageSelector.stories.js +1 -7
  109. package/dist/components/molecules/ImageSelector/index.js +14 -14
  110. package/dist/components/molecules/LoginPasswordStrength/LoginPasswordStrength.stories.js +1 -7
  111. package/dist/components/molecules/LoginPasswordStrength/index.js +38 -60
  112. package/dist/components/molecules/ParentComponent/ParentComponent.stories.js +2 -10
  113. package/dist/components/molecules/ParentComponent/index.js +5 -9
  114. package/dist/components/molecules/PayMethod/PayMethod.stories.js +1 -7
  115. package/dist/components/molecules/PayMethod/index.js +33 -38
  116. package/dist/components/molecules/PlanSelection/PlanSelection.stories.js +1 -7
  117. package/dist/components/molecules/PlanSelection/index.js +11 -14
  118. package/dist/components/molecules/ProductNameHeader/ProductNameHeader.stories.js +1 -7
  119. package/dist/components/molecules/ProductNameHeader/index.js +15 -18
  120. package/dist/components/molecules/ProductNotification/ProductNotification.stories.js +1 -7
  121. package/dist/components/molecules/ProductNotification/index.js +9 -12
  122. package/dist/components/molecules/ProfileHeader/ProfileHeader.stories.js +1 -5
  123. package/dist/components/molecules/ProfileHeader/index.js +15 -21
  124. package/dist/components/molecules/SidebarNotification/SidebarNotification.stories.js +1 -5
  125. package/dist/components/molecules/SidebarNotification/index.js +37 -43
  126. package/dist/components/molecules/StatusAsignationInfo/StatusAsignationInfo.stories.js +1 -7
  127. package/dist/components/molecules/StatusAsignationInfo/index.js +76 -113
  128. package/dist/components/molecules/StatusAsignationInfo/styles.js +1 -1
  129. package/dist/components/molecules/TableHeader/TableHeader.stories.js +1 -7
  130. package/dist/components/molecules/TableHeader/index.js +10 -21
  131. package/dist/components/molecules/TableHeader/styles.js +1 -1
  132. package/dist/components/molecules/TableRow/TableRow.stories.js +1 -7
  133. package/dist/components/molecules/TableRow/index.js +7 -11
  134. package/dist/components/molecules/TabsMenu/TabsMenu.stories.js +1 -7
  135. package/dist/components/molecules/TabsMenu/index.js +10 -13
  136. package/dist/components/molecules/TagAndInput/TagAndInput.stories.js +1 -7
  137. package/dist/components/molecules/TagAndInput/index.js +12 -38
  138. package/dist/components/organisms/FullProductNameHeader/FullProductNameHeader.stories.js +1 -7
  139. package/dist/components/organisms/FullProductNameHeader/index.js +16 -45
  140. package/dist/components/organisms/FullTabsMenu/FullTabsMenu.stories.js +1 -7
  141. package/dist/components/organisms/FullTabsMenu/index.js +13 -30
  142. package/dist/components/organisms/Fullplan/FullPlan.stories.js +1 -7
  143. package/dist/components/organisms/Fullplan/index.js +15 -23
  144. package/dist/components/organisms/ImageDataTable/ImageDataTable.stories.js +1 -7
  145. package/dist/components/organisms/ImageDataTable/index.js +18 -96
  146. package/dist/components/organisms/ImagePreviewer/ImagePreviewer.stories.js +1 -7
  147. package/dist/components/organisms/ImagePreviewer/index.js +8 -12
  148. package/dist/components/organisms/ImagesGroup/index.js +1 -5
  149. package/dist/components/organisms/InputGroup/InputGroup.stories.js +1 -7
  150. package/dist/components/organisms/InputGroup/index.js +26 -49
  151. package/dist/components/organisms/InputGroup/styles.js +1 -1
  152. package/dist/components/organisms/ProductImageModal/ProductImageModal.stories.js +1 -7
  153. package/dist/components/organisms/ProductImageModal/index.js +41 -54
  154. package/dist/components/organisms/ProductImageModal/styles.js +1 -1
  155. package/dist/components/pages/ChangePasswordLogin/ChangePasswordLogin.stories.js +1 -5
  156. package/dist/components/pages/ChangePasswordLogin/index.js +33 -36
  157. package/dist/components/pages/CustomerLogin/CustomerLogin.stories.js +47 -52
  158. package/dist/components/pages/CustomerLogin/index.js +12 -18
  159. package/dist/components/pages/CustomerPayMethod/CustomerPayMethod.stories.js +28 -36
  160. package/dist/components/pages/CustomerPayMethod/index.js +12 -18
  161. package/dist/components/pages/CustomerType/CustomerType.stories.js +22 -21
  162. package/dist/components/pages/CustomerType/index.js +12 -18
  163. package/dist/components/pages/EmailResetPassword/EmailResetPassword.stories.js +1 -5
  164. package/dist/components/pages/EmailResetPassword/index.js +39 -49
  165. package/dist/components/pages/OnboardPlan/OnboardPlan.stories.js +9 -12
  166. package/dist/components/pages/OnboardPlan/index.js +12 -18
  167. package/dist/components/pages/RegistrationLoginFirstStep/RegistrationLoginFirstStep.stories.js +1 -5
  168. package/dist/components/pages/RegistrationLoginFirstStep/index.js +104 -155
  169. package/dist/components/pages/RegistrationLoginSecondStep/RegistrationLoginSecondStep.stories.js +1 -5
  170. package/dist/components/pages/RegistrationLoginSecondStep/index.js +63 -74
  171. package/dist/components/pages/RegistrationLoginThirdStep/RegistrationLoginThirdStep.stories.js +1 -5
  172. package/dist/components/pages/RegistrationLoginThirdStep/index.js +65 -79
  173. package/dist/components/pages/RetailerPlan/RetailerPlan.stories.js +10 -13
  174. package/dist/components/pages/RetailerPlan/index.js +12 -18
  175. package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +311 -98
  176. package/dist/components/pages/RetailerProductEdition/index.js +82 -1569
  177. package/dist/components/pages/RetailerProductEdition/styles.js +1 -1
  178. package/dist/components/pages/VerificationCodeResetPassword/VerificationCodeResetPassword.stories.js +1 -5
  179. package/dist/components/pages/VerificationCodeResetPassword/index.js +51 -62
  180. package/dist/global-files/data.js +53 -190
  181. package/dist/global-files/variables.js +0 -1
  182. package/dist/index.js +65 -0
  183. package/package.json +5 -19
  184. package/src/components/atoms/AsignationOption/index.js +5 -7
  185. package/src/components/atoms/AsignationOption/styles.js +1 -9
  186. package/src/components/atoms/CheckBox/index.js +2 -8
  187. package/src/components/atoms/GeneralButton/index.js +2 -9
  188. package/src/components/atoms/GeneralButton/styles.js +0 -23
  189. package/src/components/atoms/GeneralInput/index.js +21 -71
  190. package/src/components/atoms/GeneralInput/styles.js +1 -11
  191. package/src/components/atoms/GenericModal/index.js +2 -2
  192. package/src/components/atoms/GenericModal/styles.js +2 -10
  193. package/src/components/atoms/PriorityFlag/index.js +1 -1
  194. package/src/components/atoms/ProductImage/styles.js +1 -1
  195. package/src/components/atoms/ProgressBar/index.js +2 -2
  196. package/src/components/atoms/ProgressBar/styles.js +3 -54
  197. package/src/components/atoms/ScreenHeader/index.js +3 -7
  198. package/src/components/atoms/ScreenHeader/styles.js +2 -9
  199. package/src/components/atoms/StatusTag/index.js +2 -30
  200. package/src/components/atoms/StatusTag/styles.js +3 -15
  201. package/src/components/atoms/ValidationPanel/index.js +3 -3
  202. package/src/components/molecules/AvatarAndValidation/index.js +6 -24
  203. package/src/components/molecules/AvatarAndValidation/styles.js +1 -1
  204. package/src/components/molecules/FeaturesBar/index.js +7 -10
  205. package/src/components/molecules/GalleryElement/index.js +36 -75
  206. package/src/components/molecules/GalleryElement/styles.js +11 -38
  207. package/src/components/molecules/GalleryHeader/index.js +8 -14
  208. package/src/components/molecules/GalleryHeader/styles.js +0 -16
  209. package/src/components/molecules/ImageSelector/index.js +3 -2
  210. package/src/components/molecules/ProductNameHeader/index.js +2 -1
  211. package/src/components/molecules/StatusAsignationInfo/index.js +38 -62
  212. package/src/components/molecules/StatusAsignationInfo/styles.js +2 -12
  213. package/src/components/molecules/TableHeader/index.js +3 -16
  214. package/src/components/molecules/TableHeader/styles.js +0 -5
  215. package/src/components/molecules/TagAndInput/index.js +0 -24
  216. package/src/components/organisms/FullProductNameHeader/index.js +7 -28
  217. package/src/components/organisms/FullTabsMenu/index.js +4 -16
  218. package/src/components/organisms/ImageDataTable/index.js +11 -89
  219. package/src/components/organisms/InputGroup/index.js +11 -46
  220. package/src/components/organisms/InputGroup/styles.js +0 -3
  221. package/src/components/organisms/ProductImageModal/index.js +12 -20
  222. package/src/components/organisms/ProductImageModal/styles.js +0 -3
  223. package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +315 -95
  224. package/src/components/pages/RetailerProductEdition/index.js +46 -1235
  225. package/src/components/pages/RetailerProductEdition/styles.js +4 -67
  226. package/src/global-files/data.js +57 -138
  227. package/src/global-files/global-styles.css +0 -1
  228. package/src/global-files/variables.js +0 -1
  229. package/src/index.js +6 -0
  230. package/dist/assets/fonts/avenirnext/AvenirNextLTPro-Bold.otf +0 -0
  231. package/dist/assets/fonts/avenirnext/AvenirNextLTPro-It.otf +0 -0
  232. package/dist/assets/fonts/avenirnext/AvenirNextLTPro-Regular.otf +0 -0
  233. package/dist/assets/fonts/lato/Lato-Bold.ttf +0 -0
  234. package/dist/assets/fonts/lato/Lato-Italic.ttf +0 -0
  235. package/dist/assets/fonts/lato/Lato-Light.ttf +0 -0
  236. package/dist/assets/fonts/lato/Lato-Regular.ttf +0 -0
  237. package/dist/assets/fonts/lato/Lato-Thin.ttf +0 -0
  238. package/dist/assets/fonts/lato/OFL.txt +0 -93
  239. package/dist/assets/fonts/raleway/Raleway-Black.ttf +0 -0
  240. package/dist/assets/fonts/raleway/Raleway-Bold.ttf +0 -0
  241. package/dist/assets/fonts/raleway/Raleway-ExtraBold.ttf +0 -0
  242. package/dist/assets/fonts/raleway/Raleway-Italic.ttf +0 -0
  243. package/dist/assets/fonts/raleway/Raleway-Medium.ttf +0 -0
  244. package/dist/assets/fonts/raleway/Raleway-Regular.ttf +0 -0
  245. package/dist/assets/fonts/raleway/Raleway-SemiBold.ttf +0 -0
  246. package/dist/assets/images/activedFilter/removeFilter.svg +0 -3
  247. package/dist/assets/images/arrow/arrowIcon.svg +0 -3
  248. package/dist/assets/images/arrow/polygon.svg +0 -3
  249. package/dist/assets/images/asignationOptions/availableIcon.svg +0 -3
  250. package/dist/assets/images/asignationOptions/removeAsigned.svg +0 -4
  251. package/dist/assets/images/asignationOptions/requestToProvider.svg +0 -3
  252. package/dist/assets/images/asignationOptions/requestToTeam.svg +0 -3
  253. package/dist/assets/images/card/masterCardIcon.svg +0 -5
  254. package/dist/assets/images/checkBox/checked.svg +0 -3
  255. package/dist/assets/images/checkBox/unchecked.svg +0 -3
  256. package/dist/assets/images/componentAssigned/assignedImage1.svg +0 -9
  257. package/dist/assets/images/componentAssigned/assignedImage2.svg +0 -9
  258. package/dist/assets/images/componentAssigned/clock.svg +0 -4
  259. package/dist/assets/images/componentAssigned/flag.svg +0 -3
  260. package/dist/assets/images/defaultImages/defaultProductImage.png +0 -0
  261. package/dist/assets/images/defaultImages/defaultProfileImage.svg +0 -13
  262. package/dist/assets/images/defaultImages/defaultUpdate.png +0 -0
  263. package/dist/assets/images/dropDownButton/dropDownArrowButton.svg +0 -3
  264. package/dist/assets/images/editField/editField.svg +0 -3
  265. package/dist/assets/images/flags/highPriority.svg +0 -3
  266. package/dist/assets/images/flags/lowPriority.svg +0 -3
  267. package/dist/assets/images/flags/mediumPriority.svg +0 -3
  268. package/dist/assets/images/flags/noPriority.svg +0 -3
  269. package/dist/assets/images/generalButton/acceptIcon.svg +0 -3
  270. package/dist/assets/images/generalButton/closeIcon.svg +0 -4
  271. package/dist/assets/images/generalButton/deleteIcon.svg +0 -13
  272. package/dist/assets/images/generalButton/deleteIconHover.svg +0 -13
  273. package/dist/assets/images/generalButton/downloadIcon.svg +0 -3
  274. package/dist/assets/images/generalButton/gridLayout.svg +0 -3
  275. package/dist/assets/images/generalButton/nullIcon.svg +0 -3
  276. package/dist/assets/images/generalButton/openModal.svg +0 -3
  277. package/dist/assets/images/generalButton/rejectIcon.svg +0 -3
  278. package/dist/assets/images/generalButton/rowLayout.svg +0 -3
  279. package/dist/assets/images/generalButton/saveIcon.svg +0 -3
  280. package/dist/assets/images/generalButton/saveIconHover.svg +0 -3
  281. package/dist/assets/images/generalImage/assigned.svg +0 -14
  282. package/dist/assets/images/generalImage/bags.svg +0 -25
  283. package/dist/assets/images/generalImage/clock.svg +0 -4
  284. package/dist/assets/images/generalImage/flag.svg +0 -3
  285. package/dist/assets/images/genericModal/genericModalCheck.svg +0 -3
  286. package/dist/assets/images/genericModal/genericModalClose.svg +0 -3
  287. package/dist/assets/images/genericModal/genericModalDown.svg +0 -3
  288. package/dist/assets/images/genericModal/genericModalUp.svg +0 -3
  289. package/dist/assets/images/genericModal/genericModalWarning.svg +0 -12
  290. package/dist/assets/images/logo/logoLogin.svg +0 -15
  291. package/dist/assets/images/menuNotification/menuNotificationComment.svg +0 -3
  292. package/dist/assets/images/menuNotification/menuNotificationProduct.svg +0 -3
  293. package/dist/assets/images/menuProfile/logOut.svg +0 -3
  294. package/dist/assets/images/menuProfile/myAccount.svg +0 -3
  295. package/dist/assets/images/menuProfile/settings.svg +0 -3
  296. package/dist/assets/images/modalsSVGs/attributesSent.svg +0 -208
  297. package/dist/assets/images/modalsSVGs/descriptionSent.svg +0 -237
  298. package/dist/assets/images/modalsSVGs/providerSent.svg +0 -445
  299. package/dist/assets/images/modalsSVGs/uploadingImages.svg +0 -148
  300. package/dist/assets/images/productImage/openModal.svg +0 -3
  301. package/dist/assets/images/productNotification/productNotification.svg +0 -3
  302. package/dist/assets/images/profileHeader/profilePicture.svg +0 -9
  303. package/dist/assets/images/providerAndCadena/Cadena.svg +0 -188
  304. package/dist/assets/images/providerAndCadena/LoginContentoh.svg +0 -15
  305. package/dist/assets/images/providerAndCadena/Proveedor.svg +0 -231
  306. package/dist/assets/images/sideMenuButton/contenoh.svg +0 -5
  307. package/dist/assets/images/sideMenuButton/dashboard.svg +0 -5
  308. package/dist/assets/images/sideMenuButton/products.svg +0 -10
  309. package/dist/assets/images/sideMenuButton/providers.svg +0 -10
  310. package/dist/assets/images/sideMenuButton/tasks.svg +0 -3
  311. package/dist/components/atoms/CharCounter/CharCounter.stories.js +0 -31
  312. package/dist/components/atoms/CharCounter/index.js +0 -22
  313. package/dist/components/atoms/Commentary/Commentary.stories.js +0 -1
  314. package/dist/components/atoms/Commentary/index.js +0 -23
  315. package/dist/components/atoms/Input/index.js +0 -26
  316. package/dist/components/atoms/Input/style.js +0 -26
  317. package/dist/components/atoms/InputFormatter/Wysiwyg.stories.js +0 -30
  318. package/dist/components/atoms/InputFormatter/index.js +0 -185
  319. package/dist/components/atoms/InputFormatter/styles.js +0 -33
  320. package/dist/components/atoms/LabelToInput/index.js +0 -53
  321. package/dist/components/atoms/LabelToInput/style.js +0 -22
  322. package/dist/components/atoms/Loading/index.js +0 -26
  323. package/dist/components/atoms/Loading/styles.js +0 -22
  324. package/dist/components/atoms/Percent/Percent.stories.js +0 -39
  325. package/dist/components/atoms/Percent/index.js +0 -39
  326. package/dist/components/atoms/Percent/styles.js +0 -20
  327. package/dist/components/atoms/Select/index.js +0 -39
  328. package/dist/components/atoms/Select/style.js +0 -32
  329. package/dist/components/molecules/RetailerSelector/RetailerSelector.stories.js +0 -48
  330. package/dist/components/molecules/RetailerSelector/index.js +0 -74
  331. package/dist/components/molecules/TextAndGradient/TextAndGradient.stories.js +0 -31
  332. package/dist/components/molecules/TextAndGradient/index.js +0 -36
  333. package/dist/components/molecules/TextAndGradient/styles.js +0 -18
  334. package/dist/global-files/fonts.css +0 -45
  335. package/dist/global-files/global-styles.css +0 -41
  336. package/src/assets/images/generalButton/downloadIcon.svg +0 -3
  337. package/src/assets/images/modalsSVGs/attributesSent.svg +0 -208
  338. package/src/assets/images/modalsSVGs/descriptionSent.svg +0 -237
  339. package/src/assets/images/modalsSVGs/providerSent.svg +0 -445
  340. package/src/assets/images/modalsSVGs/uploadingImages.svg +0 -148
  341. package/src/components/atoms/CharCounter/CharCounter.stories.js +0 -11
  342. package/src/components/atoms/CharCounter/index.js +0 -13
  343. package/src/components/atoms/CharCounter/styles.js +0 -10
  344. package/src/components/atoms/Commentary/Commentary.stories.js +0 -0
  345. package/src/components/atoms/Commentary/index.js +0 -9
  346. package/src/components/atoms/Commentary/styles.js +0 -16
  347. package/src/components/atoms/Input/index.js +0 -15
  348. package/src/components/atoms/Input/style.js +0 -31
  349. package/src/components/atoms/InputFormatter/Wysiwyg.stories.js +0 -12
  350. package/src/components/atoms/InputFormatter/index.js +0 -141
  351. package/src/components/atoms/InputFormatter/styles.js +0 -40
  352. package/src/components/atoms/LabelToInput/index.js +0 -26
  353. package/src/components/atoms/LabelToInput/style.js +0 -41
  354. package/src/components/atoms/Loading/index.js +0 -12
  355. package/src/components/atoms/Loading/styles.js +0 -57
  356. package/src/components/atoms/Select/index.js +0 -35
  357. package/src/components/atoms/Select/style.js +0 -76
  358. package/src/components/molecules/RetailerSelector/RetailerSelector.stories.js +0 -35
  359. package/src/components/molecules/RetailerSelector/index.js +0 -63
  360. package/src/components/molecules/RetailerSelector/styles.js +0 -18
@@ -4,8 +4,6 @@ export const Container = styled.div`
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  height: 100%;
7
- flex: 1;
8
- overflow: auto;
9
7
 
10
8
  .data-container {
11
9
  display: flex;
@@ -25,76 +23,15 @@ export const Container = styled.div`
25
23
  flex-direction: column;
26
24
 
27
25
  .services-information-container {
28
- height: 100%;
29
26
  overflow: auto;
30
27
  }
31
28
 
32
29
  .image-services {
33
- aside {
34
- display: grid;
35
- grid-template-columns: repeat(auto-fill, 179px);
36
- column-gap: 15px;
37
- row-gap: 15px;
38
- padding: 20px;
39
- }
30
+ display: grid;
31
+ grid-template-columns: repeat(auto-fill, 179px);
32
+ column-gap: 15px;
33
+ row-gap: 15px;
40
34
  }
41
-
42
- .commentary-box {
43
- display: flex;
44
- justify-content: space-between;
45
- align-items: flex-end;
46
- padding: 10px;
47
- padding-left: 0;
48
-
49
- .commentary {
50
- display: flex;
51
- align-items: flex-end;
52
-
53
- .input-container {
54
- width: 500px;
55
-
56
- .quill {
57
- height: 100px;
58
- }
59
-
60
- & + * {
61
- margin-left: 5px;
62
- }
63
- }
64
-
65
- .buttons-box {
66
- display: flex;
67
- width: 210px;
68
- flex-wrap: wrap;
69
-
70
- .general-transparent-button {
71
- & + * {
72
- margin-top: 5px;
73
- }
74
- }
75
-
76
- .general-transparent-button,
77
- .general-green-button,
78
- .general-button-disabled {
79
- width: fit-content;
80
- min-width: 201px;
81
- height: 40px;
82
- }
83
- }
84
- }
85
- }
86
-
87
- .feedback-box {
88
- display: flex;
89
- }
90
- }
91
- }
92
- .container {
93
- width: 100%;
94
- height: 100%;
95
- .dropzone {
96
- height: 100%;
97
- width: 100%;
98
35
  }
99
36
  }
100
37
  `;
@@ -1,17 +1,17 @@
1
1
  import axios from "axios";
2
2
  import { Base64 } from "js-base64";
3
- import { v4 as uuidv4 } from "uuid";
3
+ import defaultUpdate from "../assets/images/defaultImages/defaultUpdate.png";
4
4
 
5
- export const getRetailerServices = async (articleId, category, version) => {
5
+ export const getRetailerServices = async () => {
6
6
  const responseArray = await Promise.all([
7
7
  axios.post(
8
- `${process.env.REACT_APP_ARTICLE_DATA_DATASHEET_ENDPOINT}?idCategory=${category}&articleId=${articleId}&version=${version}`
8
+ `${process.env.REACT_APP_ARTICLE_DATA_DATASHEET_ENDPOINT}?idCategory=846&articleId=238&version=2`
9
9
  ),
10
10
  axios.get(
11
- `${process.env.REACT_APP_ARTICLE_DATA_DESCRIPTION_ENDPOINT}?idCategory=${category}&articleId=${articleId}&version=${version}`
11
+ `${process.env.REACT_APP_ARTICLE_DATA_DESCRIPTION_ENDPOINT}?idCategory=846&articleId=238&version=2`
12
12
  ),
13
13
  axios.post(
14
- `${process.env.REACT_APP_ARTICLE_DATA_IMAGES_ENDPOINT}?idCategory=${category}&articleId=${articleId}&version=${version}`
14
+ `${process.env.REACT_APP_ARTICLE_DATA_IMAGES_ENDPOINT}?idCategory=846&articleId=238&version=2`
15
15
  ),
16
16
  ]);
17
17
 
@@ -19,22 +19,49 @@ export const getRetailerServices = async (articleId, category, version) => {
19
19
  const descriptions = JSON.parse(responseArray[1].data.body).data;
20
20
  const images = JSON.parse(responseArray[2].data.body).data;
21
21
 
22
- images.values = images?.values?.map((value) => {
23
- value.name = images.inputs.find((e) => e.id === value.image_id).name;
24
- return getImage(value);
22
+ const code = images?.attrForImgs?.general[0]?.value;
23
+
24
+ images?.values.map((value) => {
25
+ value.imageName = images.inputs.filter(
26
+ (e) => e.id === value.image_id
27
+ )[0].name;
28
+ value.data = [
29
+ {
30
+ feature: "Tipo de empaque",
31
+ value: images?.imagePackagingType[value?.packing_type - 1].name,
32
+ },
33
+ {
34
+ feature: "Tipo de imagen",
35
+ value: images?.imageType.filter((e) => value.image_type == e.id)[0]
36
+ .name,
37
+ },
38
+ { feature: "Código de Fabricante", value: code },
39
+ { feature: "Formato", value: value.src.split(".")[1] },
40
+ { feature: "Tamaño de imagen", value: `${value.width}x${value.height}` },
41
+ { feature: "Subfijo de imagen", value: "" },
42
+ ];
43
+ return value;
25
44
  });
26
45
 
27
46
  return [datasheets, descriptions, images];
28
47
  };
29
48
 
30
- export const getImage = (imageGeneral, width = 250, height = 250) => {
49
+ export const getImage = (imageGeneral, width, height) => {
31
50
  try {
32
51
  const image = imageGeneral;
33
52
  const ext = image.src.split(".");
34
53
  const uuid = ext[0].split("-");
35
54
  return {
36
- ...image,
55
+ id: image.id,
56
+ image_id: image.image_id,
57
+ packing_type: +image.packing_type,
58
+ image_type: +image.image_type,
59
+ name: image.name,
60
+ imageName: image.imageName,
61
+ data: image.data,
37
62
  version: image.id_version,
63
+ width: image.width,
64
+ height: image.height,
38
65
  ext: ext[ext.length - 1],
39
66
  uuid:
40
67
  uuid.reduce((prevVal, currVal, idx) => {
@@ -42,138 +69,30 @@ export const getImage = (imageGeneral, width = 250, height = 250) => {
42
69
  else return idx === 2 ? currVal : prevVal + "-" + currVal;
43
70
  }, "") || uuidv4(),
44
71
  srcDB: image.src,
45
- src: image.image_id
46
- ? "https://d24s337exbt5zr.cloudfront.net/" +
47
- Base64.encode(
48
- JSON.stringify({
49
- bucket: process.env.REACT_APP_IMAGES_BUCKET,
50
- key: image.src,
51
- edits: {
52
- resize: {
53
- width: width * 4,
54
- height: height * 4,
55
- fit: "contain",
56
- background: {
57
- r: 255,
58
- g: 255,
59
- b: 255,
60
- alpha: 1,
61
- },
72
+ src:
73
+ "https://d24s337exbt5zr.cloudfront.net/" +
74
+ Base64.encode(
75
+ JSON.stringify({
76
+ bucket: process.env.REACT_APP_IMAGES_BUCKET,
77
+ key: image.src,
78
+ edits: {
79
+ resize: {
80
+ width: width * 4,
81
+ height: height * 4,
82
+ fit: "contain",
83
+ background: {
84
+ r: 255,
85
+ g: 255,
86
+ b: 255,
87
+ alpha: 1,
62
88
  },
63
89
  },
64
- })
65
- )
66
- : image.src,
67
- };
68
- } catch (err) {
69
- console.log("err", err);
70
- return (imageGeneral["error"] = err);
71
- }
72
- };
73
-
74
- export const getPercentage = async (params = {}) => {
75
- const func = async () => {
76
- const dataToSend = [];
77
- params.data.forEach((product) => {
78
- params.data[0].retailers.forEach((retailer) => {
79
- dataToSend.push(
80
- product.article
81
- ? {
82
- id_article: product.article.id_article,
83
- id_category: product.article.id_category,
84
- id_retailer: retailer.id,
85
- version: product.version,
86
- upc: product.article.upc,
87
- name: product.article.name,
88
- retailerName: retailer.name,
89
- }
90
- : {
91
- id_article: product.product.id_article,
92
- id_category: product.product.id_category,
93
- id_retailer: retailer.id,
94
- version: product.product.version,
95
- upc: product.product.upc,
96
- name: product.product.name,
97
- retailerName: retailer.name,
98
- }
99
- );
100
- });
101
- });
102
-
103
- return await axios
104
- .post(
105
- process.env.REACT_APP_VALID_EXPORT_ENDPOINT,
106
- { data: dataToSend },
107
- {
108
- headers: {
109
- Authorization: sessionStorage.getItem("jwt"),
110
- },
111
- }
112
- )
113
- .then((response) => {
114
- return response.data;
115
- })
116
- .catch((err) => console.log(err, "Errror"));
117
- };
118
-
119
- return await func();
120
- };
121
-
122
- export const getProfilePicture = (userId, width, height) => {
123
- try {
124
- return (
125
- "https://d24s337exbt5zr.cloudfront.net/" +
126
- Base64.encode(
127
- JSON.stringify({
128
- bucket: process.env.REACT_APP_IMAGES_PROFILE_BUCKET,
129
- key: `id-${userId}/${userId}.png`,
130
- edits: {
131
- resize: {
132
- width: width,
133
- height: height,
134
- fit: "contain",
135
- background: {
136
- r: 255,
137
- g: 255,
138
- b: 255,
139
- alpha: 0,
140
- },
141
90
  },
142
- },
143
- })
144
- )
145
- );
91
+ })
92
+ ),
93
+ };
146
94
  } catch (err) {
147
95
  console.log("err", err);
148
- return defaultUpdate;
96
+ return { src: defaultUpdate };
149
97
  }
150
98
  };
151
-
152
- export const fetchUsers = async (auth) => {
153
- const usersPromises = [];
154
- let usersGroups = [];
155
- const header = {
156
- headers: {
157
- Authorization: auth,
158
- },
159
- };
160
- /**
161
- * 7 will fetch all text specialists
162
- * 8 will fetch all img specialists
163
- * 4 will fetch all text facilitators
164
- * 5 will fetch all img facilitators
165
- * 6 will fetch all auditors
166
- */
167
- usersPromises.push(
168
- axios.get(`${process.env.REACT_APP_USER_ENDPOINT}?fetchRole=7`, header),
169
- axios.get(`${process.env.REACT_APP_USER_ENDPOINT}?fetchRole=8`, header),
170
- axios.get(`${process.env.REACT_APP_USER_ENDPOINT}?fetchRole=4`, header),
171
- axios.get(`${process.env.REACT_APP_USER_ENDPOINT}?fetchRole=5`, header),
172
- axios.get(`${process.env.REACT_APP_USER_ENDPOINT}?fetchRole=6`, header)
173
- );
174
- const usersResponse = await Promise.all(usersPromises);
175
- usersResponse.forEach((item, i) => {
176
- usersGroups.push(item.data.data);
177
- });
178
- return usersGroups;
179
- };
@@ -11,7 +11,6 @@
11
11
  body.sb-main-padded.sb-show-main {
12
12
  padding: 0;
13
13
  height: 100vh;
14
- overflow: hidden;
15
14
  }
16
15
 
17
16
  .sb-main-padded.sb-show-main #root {
@@ -6,7 +6,6 @@ export const GlobalColors = {
6
6
  s5: "#503D66",
7
7
  original_magenta: "#B12D84",
8
8
  secondary_magenta: "#BA0070",
9
- rejected_status: "#D74DED",
10
9
  magenta_s2: "#E33AA9",
11
10
  original_purpura: "#603888",
12
11
  in_progress: "#ED9A4D",
package/src/index.js CHANGED
@@ -1,3 +1,9 @@
1
+ import * as fonts from "./global-files/fonts";
2
+ import * as globalStyles from "./global-files/global-styles";
3
+ import * as variables from "./global-files/variables";
4
+
5
+ export { fonts, globalStyles, variables };
6
+
1
7
  //atoms
2
8
  export * from "./components/atoms/ActivedFilter/index";
3
9
  export * from "./components/atoms/AsignationOption/index";
@@ -1,93 +0,0 @@
1
- Copyright (c) 2010-2014 by tyPoland Lukasz Dziedzic (team@latofonts.com) with Reserved Font Name "Lato"
2
-
3
- This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
- This license is copied below, and is also available with a FAQ at:
5
- http://scripts.sil.org/OFL
6
-
7
-
8
- -----------------------------------------------------------
9
- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
- -----------------------------------------------------------
11
-
12
- PREAMBLE
13
- The goals of the Open Font License (OFL) are to stimulate worldwide
14
- development of collaborative font projects, to support the font creation
15
- efforts of academic and linguistic communities, and to provide a free and
16
- open framework in which fonts may be shared and improved in partnership
17
- with others.
18
-
19
- The OFL allows the licensed fonts to be used, studied, modified and
20
- redistributed freely as long as they are not sold by themselves. The
21
- fonts, including any derivative works, can be bundled, embedded,
22
- redistributed and/or sold with any software provided that any reserved
23
- names are not used by derivative works. The fonts and derivatives,
24
- however, cannot be released under any other type of license. The
25
- requirement for fonts to remain under this license does not apply
26
- to any document created using the fonts or their derivatives.
27
-
28
- DEFINITIONS
29
- "Font Software" refers to the set of files released by the Copyright
30
- Holder(s) under this license and clearly marked as such. This may
31
- include source files, build scripts and documentation.
32
-
33
- "Reserved Font Name" refers to any names specified as such after the
34
- copyright statement(s).
35
-
36
- "Original Version" refers to the collection of Font Software components as
37
- distributed by the Copyright Holder(s).
38
-
39
- "Modified Version" refers to any derivative made by adding to, deleting,
40
- or substituting -- in part or in whole -- any of the components of the
41
- Original Version, by changing formats or by porting the Font Software to a
42
- new environment.
43
-
44
- "Author" refers to any designer, engineer, programmer, technical
45
- writer or other person who contributed to the Font Software.
46
-
47
- PERMISSION & CONDITIONS
48
- Permission is hereby granted, free of charge, to any person obtaining
49
- a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
- redistribute, and sell modified and unmodified copies of the Font
51
- Software, subject to the following conditions:
52
-
53
- 1) Neither the Font Software nor any of its individual components,
54
- in Original or Modified Versions, may be sold by itself.
55
-
56
- 2) Original or Modified Versions of the Font Software may be bundled,
57
- redistributed and/or sold with any software, provided that each copy
58
- contains the above copyright notice and this license. These can be
59
- included either as stand-alone text files, human-readable headers or
60
- in the appropriate machine-readable metadata fields within text or
61
- binary files as long as those fields can be easily viewed by the user.
62
-
63
- 3) No Modified Version of the Font Software may use the Reserved Font
64
- Name(s) unless explicit written permission is granted by the corresponding
65
- Copyright Holder. This restriction only applies to the primary font name as
66
- presented to the users.
67
-
68
- 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
- Software shall not be used to promote, endorse or advertise any
70
- Modified Version, except to acknowledge the contribution(s) of the
71
- Copyright Holder(s) and the Author(s) or with their explicit written
72
- permission.
73
-
74
- 5) The Font Software, modified or unmodified, in part or in whole,
75
- must be distributed entirely under this license, and must not be
76
- distributed under any other license. The requirement for fonts to
77
- remain under this license does not apply to any document created
78
- using the Font Software.
79
-
80
- TERMINATION
81
- This license becomes null and void if any of the above conditions are
82
- not met.
83
-
84
- DISCLAIMER
85
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
- OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
- COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
- INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
- DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
- FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
- OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 10C0 4.48578 4.48578 0 10 0C15.5142 0 20 4.48578 20 10C20 15.5142 15.5142 20 10 20C4.48578 20 0 15.5142 0 10ZM5.02439 11.3161V9.21884H15.5108V11.3161H5.02439Z" fill="#F0EEF2"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M27.3332 12.3334H7.04984L16.3665 3.01669L13.9998 0.666687L0.666504 14L13.9998 27.3334L16.3498 24.9834L7.04984 15.6667H27.3332V12.3334Z" fill="#B12D84"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="9" height="3" viewBox="0 0 9 3" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.5 3L0.602886 -7.34099e-07L8.39711 -5.27059e-08L4.5 3Z" fill="#71DE56"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="10.3105" cy="10.1306" r="10" fill="#71DE56"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <line x1="7.70711" y1="7.5" x2="23" y2="22.7929" stroke="#E33AA9" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M23 7.5L8 22.5" stroke="#E33AA9" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 4.76108H4C2.9 4.76108 2.01 5.66108 2.01 6.76108L2 18.7611C2 19.8611 2.9 20.7611 4 20.7611H20C21.1 20.7611 22 19.8611 22 18.7611V6.76108C22 5.66108 21.1 4.76108 20 4.76108ZM20 8.76108L12 13.7611L4 8.76108V6.76108L12 11.7611L20 6.76108V8.76108Z" fill="#E33AA9"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11 9.76108H13V6.76108H16V4.76108H13V1.76108H11V4.76108H8V6.76108H11V9.76108ZM7 18.7611C5.9 18.7611 5.01 19.6611 5.01 20.7611C5.01 21.8611 5.9 22.7611 7 22.7611C8.1 22.7611 9 21.8611 9 20.7611C9 19.6611 8.1 18.7611 7 18.7611ZM17 18.7611C15.9 18.7611 15.01 19.6611 15.01 20.7611C15.01 21.8611 15.9 22.7611 17 22.7611C18.1 22.7611 19 21.8611 19 20.7611C19 19.6611 18.1 18.7611 17 18.7611ZM7.17 15.5111L7.2 15.3911L8.1 13.7611H15.55C16.3 13.7611 16.96 13.3511 17.3 12.7311L21.16 5.72108L19.42 4.76108H19.41L18.31 6.76108L15.55 11.7611H8.53L8.4 11.4911L6.16 6.76108L5.21 4.76108L4.27 2.76108H1V4.76108H3L6.6 12.3511L5.25 14.8011C5.09 15.0811 5 15.4111 5 15.7611C5 16.8611 5.9 17.7611 7 17.7611H19V15.7611H7.42C7.29 15.7611 7.17 15.6511 7.17 15.5111Z" fill="#E33AA9"/>
3
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="39" height="23" viewBox="0 0 39 23" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.063 11.501C15.063 7.89218 16.792 4.67166 19.5 2.56401C17.4419 0.960752 14.8213 0 11.9675 0C5.35776 0 0 5.14803 0 11.499C0 17.85 5.35776 22.998 11.9675 22.998C14.8213 22.998 17.4419 22.0372 19.5 20.434C16.792 18.3283 15.063 15.1078 15.063 11.501Z" fill="#EA001B"/>
3
- <path d="M27.0306 0C24.1767 0 21.5562 0.960752 19.498 2.56401C22.204 4.67166 23.9351 7.89218 23.9351 11.501C23.9351 15.1098 22.2061 18.3283 19.498 20.436C21.5562 22.0392 24.1746 23 27.0306 23C33.6403 23 38.9981 17.852 38.9981 11.501C39.0001 5.14803 33.6403 0 27.0306 0Z" fill="#F79F1A"/>
4
- <path d="M23.9351 11.501C23.9351 7.89213 22.2061 4.67161 19.4981 2.56396C16.7921 4.67161 15.061 7.89213 15.061 11.501C15.061 15.1098 16.79 18.3283 19.4981 20.436C22.2061 18.3283 23.9351 15.1078 23.9351 11.501Z" fill="#FF5F01"/>
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.2222 0H1.77778C0.791111 0 0 0.8 0 1.77778V14.2222C0 15.2 0.791111 16 1.77778 16H14.2222C15.2089 16 16 15.2 16 14.2222V1.77778C16 0.8 15.2089 0 14.2222 0ZM6.22222 12.4444L1.77778 8L3.03111 6.74667L6.22222 9.92889L12.9689 3.18222L14.2222 4.44444L6.22222 12.4444Z" fill="#817393"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="0.5" y="0.5" width="15.2199" height="15" rx="1.5" fill="#EDEDED" stroke="#CDCDCD"/>
3
- </svg>