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.
- package/.env.development +3 -18
- package/.env.production +1 -16
- package/CHANGELOG.md +0 -40
- package/dist/components/atoms/ActivedFilter/ActivedFilter.stories.js +1 -7
- package/dist/components/atoms/ActivedFilter/index.js +4 -12
- package/dist/components/atoms/AsignationOption/AsignationOptions.stories.js +1 -7
- package/dist/components/atoms/AsignationOption/index.js +21 -33
- package/dist/components/atoms/AsignationOption/styles.js +1 -1
- package/dist/components/atoms/AtomList/AtomList.stories.js +1 -7
- package/dist/components/atoms/AtomList/index.js +9 -14
- package/dist/components/atoms/Avatar/AsignationImage.stories.js +1 -7
- package/dist/components/atoms/Avatar/index.js +8 -11
- package/dist/components/atoms/Card/Card.stories.js +1 -7
- package/dist/components/atoms/Card/index.js +4 -8
- package/dist/components/atoms/CheckBox/CheckBox.stories.js +1 -7
- package/dist/components/atoms/CheckBox/index.js +13 -19
- package/dist/components/atoms/CustomerTypeImage/CustomerTypeImage.stories.js +1 -7
- package/dist/components/atoms/CustomerTypeImage/index.js +6 -8
- package/dist/components/atoms/DropDownButton/DropDownButton.stories.js +1 -7
- package/dist/components/atoms/DropDownButton/index.js +6 -9
- package/dist/components/atoms/EditField/EditField.stories.js +1 -7
- package/dist/components/atoms/EditField/index.js +10 -17
- package/dist/components/atoms/FeatureTag/FeatureTag.stories.js +1 -7
- package/dist/components/atoms/FeatureTag/index.js +5 -11
- package/dist/components/atoms/GeneralButton/GeneralButton.stories.js +1 -7
- package/dist/components/atoms/GeneralButton/index.js +6 -13
- package/dist/components/atoms/GeneralButton/styles.js +2 -4
- package/dist/components/atoms/GeneralInput/GeneralInput.stories.js +1 -7
- package/dist/components/atoms/GeneralInput/index.js +36 -89
- package/dist/components/atoms/GeneralInput/styles.js +1 -7
- package/dist/components/atoms/GeneralTextBox/GeneralTextBox.stories.js +1 -7
- package/dist/components/atoms/GeneralTextBox/index.js +7 -12
- package/dist/components/atoms/GenericModal/GenericModal.stories.js +59 -46
- package/dist/components/atoms/GenericModal/index.js +8 -15
- package/dist/components/atoms/GenericModal/styles.js +1 -1
- package/dist/components/atoms/GradientPanel/GradientPanel.stories.js +80 -85
- package/dist/components/atoms/GradientPanel/index.js +7 -11
- package/dist/components/atoms/Graphic/Graphic.stories.js +1 -7
- package/dist/components/atoms/Graphic/index.js +5 -9
- package/dist/components/atoms/ListCommercialRetailers/ListCommercialRetailers.stories.js +36 -0
- package/dist/components/atoms/ListCommercialRetailers/index.js +64 -0
- package/dist/components/atoms/ListCommercialRetailers/styles.js +20 -0
- package/dist/components/atoms/LoadImageMenu/LoadImageMenu.stories.js +1 -7
- package/dist/components/atoms/LoadImageMenu/index.js +22 -33
- package/dist/components/atoms/LogoImage/LogoImage.stories.js +1 -7
- package/dist/components/atoms/LogoImage/index.js +6 -8
- package/dist/components/atoms/MenuCommercialRetailers/MenuCommercialRetailers.stories.js +37 -0
- package/dist/components/atoms/MenuCommercialRetailers/index.js +25 -0
- package/dist/components/{molecules/RetailerSelector → atoms/MenuCommercialRetailers}/styles.js +1 -1
- package/dist/components/atoms/MenuNotification/MenuNotification.stories.js +1 -7
- package/dist/components/atoms/MenuNotification/index.js +15 -21
- package/dist/components/atoms/MenuProductImage/MenuProductImage.stories.js +28 -0
- package/dist/components/atoms/MenuProductImage/index.js +88 -0
- package/dist/components/atoms/MenuProductImage/styles.js +20 -0
- package/dist/components/atoms/MenuProfile/MenuProfile.stories.js +1 -7
- package/dist/components/atoms/MenuProfile/index.js +15 -25
- package/dist/components/atoms/Notification/Notification.stories.js +1 -5
- package/dist/components/atoms/Notification/index.js +9 -15
- package/dist/components/atoms/PriorityFlag/PriorityFlag.stories.js +1 -7
- package/dist/components/atoms/PriorityFlag/index.js +5 -9
- package/dist/components/atoms/ProductImage/ProductImage.stories.js +1 -7
- package/dist/components/atoms/ProductImage/index.js +8 -11
- package/dist/components/atoms/ProductImage/styles.js +1 -1
- package/dist/components/atoms/ProductPercentCard/Percent.stories.js +1 -7
- package/dist/components/atoms/ProductPercentCard/index.js +14 -21
- package/dist/components/atoms/ProgressBar/ProgressBar.stories.js +1 -7
- package/dist/components/atoms/ProgressBar/index.js +4 -9
- package/dist/components/atoms/ProgressBar/styles.js +5 -3
- package/dist/components/atoms/ScreenHeader/ScreenHeader.stories.js +1 -7
- package/dist/components/atoms/ScreenHeader/index.js +3 -9
- package/dist/components/atoms/ScreenHeader/styles.js +1 -1
- package/dist/components/atoms/SideMenuButton/SideMenuButton.stories.js +1 -5
- package/dist/components/atoms/SideMenuButton/index.js +4 -10
- package/dist/components/atoms/StatusTag/StatusTag.stories.js +1 -7
- package/dist/components/atoms/StatusTag/index.js +3 -43
- package/dist/components/atoms/StatusTag/styles.js +1 -1
- package/dist/components/atoms/TabSection/TabSection.stories.js +1 -7
- package/dist/components/atoms/TabSection/index.js +3 -8
- package/dist/components/atoms/ValidationPanel/ValidationPanel.stories.js +1 -7
- package/dist/components/atoms/ValidationPanel/index.js +28 -41
- package/dist/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +22 -0
- package/dist/components/atoms/VerticalSideMenuMainPage/index.js +49 -0
- package/dist/components/atoms/{Commentary → VerticalSideMenuMainPage}/styles.js +1 -6
- package/dist/components/molecules/AddProvidersAndProducts/AddProvidersAndProducts.stories.js +1 -5
- package/dist/components/molecules/AddProvidersAndProducts/index.js +12 -18
- package/dist/components/molecules/ApproveRejetPanel/ApproveRejetPanel.stories.js +25 -0
- package/dist/components/molecules/ApproveRejetPanel/index.js +49 -0
- package/dist/components/{atoms/CharCounter → molecules/ApproveRejetPanel}/styles.js +1 -3
- package/dist/components/molecules/AssignedWork/AssignedWork.stories.js +1 -5
- package/dist/components/molecules/AssignedWork/index.js +30 -36
- package/dist/components/molecules/AvatarAndValidation/AvatarAndValidation.stories.js +1 -7
- package/dist/components/molecules/AvatarAndValidation/index.js +17 -32
- package/dist/components/molecules/AvatarAndValidation/styles.js +1 -1
- package/dist/components/molecules/CarouselImagesLogin/CarouselImagesLogin.stories.js +1 -5
- package/dist/components/molecules/CarouselImagesLogin/index.js +16 -20
- package/dist/components/molecules/EditionActiveImage/EditionActiveImage.stories.js +1 -7
- package/dist/components/molecules/EditionActiveImage/index.js +10 -14
- package/dist/components/molecules/FeaturesBar/FeaturesBar.stories.js +1 -7
- package/dist/components/molecules/FeaturesBar/index.js +9 -11
- package/dist/components/molecules/GalleryElement/GalleryElement.stories.js +1 -7
- package/dist/components/molecules/GalleryElement/index.js +32 -99
- package/dist/components/molecules/GalleryElement/styles.js +1 -1
- package/dist/components/molecules/GalleryHeader/GalleryHeader.stories.js +1 -7
- package/dist/components/molecules/GalleryHeader/index.js +6 -46
- package/dist/components/molecules/GalleryHeader/styles.js +1 -1
- package/dist/components/molecules/HeaderTop/HeaderTop.stories.js +1 -7
- package/dist/components/molecules/HeaderTop/index.js +7 -10
- package/dist/components/molecules/ImageSelector/ImageSelector.stories.js +1 -7
- package/dist/components/molecules/ImageSelector/index.js +14 -14
- package/dist/components/molecules/LoginPasswordStrength/LoginPasswordStrength.stories.js +1 -7
- package/dist/components/molecules/LoginPasswordStrength/index.js +38 -60
- package/dist/components/molecules/ParentComponent/ParentComponent.stories.js +2 -10
- package/dist/components/molecules/ParentComponent/index.js +5 -9
- package/dist/components/molecules/PayMethod/PayMethod.stories.js +1 -7
- package/dist/components/molecules/PayMethod/index.js +33 -38
- package/dist/components/molecules/PlanSelection/PlanSelection.stories.js +1 -7
- package/dist/components/molecules/PlanSelection/index.js +11 -14
- package/dist/components/molecules/ProductNameHeader/ProductNameHeader.stories.js +1 -7
- package/dist/components/molecules/ProductNameHeader/index.js +15 -18
- package/dist/components/molecules/ProductNotification/ProductNotification.stories.js +1 -7
- package/dist/components/molecules/ProductNotification/index.js +9 -12
- package/dist/components/molecules/ProfileHeader/ProfileHeader.stories.js +1 -5
- package/dist/components/molecules/ProfileHeader/index.js +15 -21
- package/dist/components/molecules/SidebarNotification/SidebarNotification.stories.js +1 -5
- package/dist/components/molecules/SidebarNotification/index.js +37 -43
- package/dist/components/molecules/StatusAsignationInfo/StatusAsignationInfo.stories.js +1 -7
- package/dist/components/molecules/StatusAsignationInfo/index.js +76 -113
- package/dist/components/molecules/StatusAsignationInfo/styles.js +1 -1
- package/dist/components/molecules/TableHeader/TableHeader.stories.js +1 -7
- package/dist/components/molecules/TableHeader/index.js +10 -21
- package/dist/components/molecules/TableHeader/styles.js +1 -1
- package/dist/components/molecules/TableRow/TableRow.stories.js +1 -7
- package/dist/components/molecules/TableRow/index.js +7 -11
- package/dist/components/molecules/TabsMenu/TabsMenu.stories.js +1 -7
- package/dist/components/molecules/TabsMenu/index.js +10 -13
- package/dist/components/molecules/TagAndInput/TagAndInput.stories.js +1 -7
- package/dist/components/molecules/TagAndInput/index.js +12 -38
- package/dist/components/organisms/FullProductNameHeader/FullProductNameHeader.stories.js +1 -7
- package/dist/components/organisms/FullProductNameHeader/index.js +16 -45
- package/dist/components/organisms/FullTabsMenu/FullTabsMenu.stories.js +1 -7
- package/dist/components/organisms/FullTabsMenu/index.js +13 -30
- package/dist/components/organisms/Fullplan/FullPlan.stories.js +1 -7
- package/dist/components/organisms/Fullplan/index.js +15 -23
- package/dist/components/organisms/ImageDataTable/ImageDataTable.stories.js +1 -7
- package/dist/components/organisms/ImageDataTable/index.js +18 -96
- package/dist/components/organisms/ImagePreviewer/ImagePreviewer.stories.js +1 -7
- package/dist/components/organisms/ImagePreviewer/index.js +8 -12
- package/dist/components/organisms/ImagesGroup/index.js +1 -5
- package/dist/components/organisms/InputGroup/InputGroup.stories.js +1 -7
- package/dist/components/organisms/InputGroup/index.js +26 -49
- package/dist/components/organisms/InputGroup/styles.js +1 -1
- package/dist/components/organisms/ProductImageModal/ProductImageModal.stories.js +1 -7
- package/dist/components/organisms/ProductImageModal/index.js +41 -54
- package/dist/components/organisms/ProductImageModal/styles.js +1 -1
- package/dist/components/pages/ChangePasswordLogin/ChangePasswordLogin.stories.js +1 -5
- package/dist/components/pages/ChangePasswordLogin/index.js +33 -36
- package/dist/components/pages/CustomerLogin/CustomerLogin.stories.js +47 -52
- package/dist/components/pages/CustomerLogin/index.js +12 -18
- package/dist/components/pages/CustomerPayMethod/CustomerPayMethod.stories.js +28 -36
- package/dist/components/pages/CustomerPayMethod/index.js +12 -18
- package/dist/components/pages/CustomerType/CustomerType.stories.js +22 -21
- package/dist/components/pages/CustomerType/index.js +12 -18
- package/dist/components/pages/EmailResetPassword/EmailResetPassword.stories.js +1 -5
- package/dist/components/pages/EmailResetPassword/index.js +39 -49
- package/dist/components/pages/OnboardPlan/OnboardPlan.stories.js +9 -12
- package/dist/components/pages/OnboardPlan/index.js +12 -18
- package/dist/components/pages/RegistrationLoginFirstStep/RegistrationLoginFirstStep.stories.js +1 -5
- package/dist/components/pages/RegistrationLoginFirstStep/index.js +104 -155
- package/dist/components/pages/RegistrationLoginSecondStep/RegistrationLoginSecondStep.stories.js +1 -5
- package/dist/components/pages/RegistrationLoginSecondStep/index.js +63 -74
- package/dist/components/pages/RegistrationLoginThirdStep/RegistrationLoginThirdStep.stories.js +1 -5
- package/dist/components/pages/RegistrationLoginThirdStep/index.js +65 -79
- package/dist/components/pages/RetailerPlan/RetailerPlan.stories.js +10 -13
- package/dist/components/pages/RetailerPlan/index.js +12 -18
- package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +311 -98
- package/dist/components/pages/RetailerProductEdition/index.js +82 -1569
- package/dist/components/pages/RetailerProductEdition/styles.js +1 -1
- package/dist/components/pages/VerificationCodeResetPassword/VerificationCodeResetPassword.stories.js +1 -5
- package/dist/components/pages/VerificationCodeResetPassword/index.js +51 -62
- package/dist/global-files/data.js +53 -190
- package/dist/global-files/variables.js +0 -1
- package/dist/index.js +65 -0
- package/package.json +5 -19
- package/src/components/atoms/AsignationOption/index.js +5 -7
- package/src/components/atoms/AsignationOption/styles.js +1 -9
- package/src/components/atoms/CheckBox/index.js +2 -8
- package/src/components/atoms/GeneralButton/index.js +2 -9
- package/src/components/atoms/GeneralButton/styles.js +0 -23
- package/src/components/atoms/GeneralInput/index.js +21 -71
- package/src/components/atoms/GeneralInput/styles.js +1 -11
- package/src/components/atoms/GenericModal/index.js +2 -2
- package/src/components/atoms/GenericModal/styles.js +2 -10
- package/src/components/atoms/PriorityFlag/index.js +1 -1
- package/src/components/atoms/ProductImage/styles.js +1 -1
- package/src/components/atoms/ProgressBar/index.js +2 -2
- package/src/components/atoms/ProgressBar/styles.js +3 -54
- package/src/components/atoms/ScreenHeader/index.js +3 -7
- package/src/components/atoms/ScreenHeader/styles.js +2 -9
- package/src/components/atoms/StatusTag/index.js +2 -30
- package/src/components/atoms/StatusTag/styles.js +3 -15
- package/src/components/atoms/ValidationPanel/index.js +3 -3
- package/src/components/molecules/AvatarAndValidation/index.js +6 -24
- package/src/components/molecules/AvatarAndValidation/styles.js +1 -1
- package/src/components/molecules/FeaturesBar/index.js +7 -10
- package/src/components/molecules/GalleryElement/index.js +36 -75
- package/src/components/molecules/GalleryElement/styles.js +11 -38
- package/src/components/molecules/GalleryHeader/index.js +8 -14
- package/src/components/molecules/GalleryHeader/styles.js +0 -16
- package/src/components/molecules/ImageSelector/index.js +3 -2
- package/src/components/molecules/ProductNameHeader/index.js +2 -1
- package/src/components/molecules/StatusAsignationInfo/index.js +38 -62
- package/src/components/molecules/StatusAsignationInfo/styles.js +2 -12
- package/src/components/molecules/TableHeader/index.js +3 -16
- package/src/components/molecules/TableHeader/styles.js +0 -5
- package/src/components/molecules/TagAndInput/index.js +0 -24
- package/src/components/organisms/FullProductNameHeader/index.js +7 -28
- package/src/components/organisms/FullTabsMenu/index.js +4 -16
- package/src/components/organisms/ImageDataTable/index.js +11 -89
- package/src/components/organisms/InputGroup/index.js +11 -46
- package/src/components/organisms/InputGroup/styles.js +0 -3
- package/src/components/organisms/ProductImageModal/index.js +12 -20
- package/src/components/organisms/ProductImageModal/styles.js +0 -3
- package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +315 -95
- package/src/components/pages/RetailerProductEdition/index.js +46 -1235
- package/src/components/pages/RetailerProductEdition/styles.js +4 -67
- package/src/global-files/data.js +57 -138
- package/src/global-files/global-styles.css +0 -1
- package/src/global-files/variables.js +0 -1
- package/src/index.js +6 -0
- package/dist/assets/fonts/avenirnext/AvenirNextLTPro-Bold.otf +0 -0
- package/dist/assets/fonts/avenirnext/AvenirNextLTPro-It.otf +0 -0
- package/dist/assets/fonts/avenirnext/AvenirNextLTPro-Regular.otf +0 -0
- package/dist/assets/fonts/lato/Lato-Bold.ttf +0 -0
- package/dist/assets/fonts/lato/Lato-Italic.ttf +0 -0
- package/dist/assets/fonts/lato/Lato-Light.ttf +0 -0
- package/dist/assets/fonts/lato/Lato-Regular.ttf +0 -0
- package/dist/assets/fonts/lato/Lato-Thin.ttf +0 -0
- package/dist/assets/fonts/lato/OFL.txt +0 -93
- package/dist/assets/fonts/raleway/Raleway-Black.ttf +0 -0
- package/dist/assets/fonts/raleway/Raleway-Bold.ttf +0 -0
- package/dist/assets/fonts/raleway/Raleway-ExtraBold.ttf +0 -0
- package/dist/assets/fonts/raleway/Raleway-Italic.ttf +0 -0
- package/dist/assets/fonts/raleway/Raleway-Medium.ttf +0 -0
- package/dist/assets/fonts/raleway/Raleway-Regular.ttf +0 -0
- package/dist/assets/fonts/raleway/Raleway-SemiBold.ttf +0 -0
- package/dist/assets/images/activedFilter/removeFilter.svg +0 -3
- package/dist/assets/images/arrow/arrowIcon.svg +0 -3
- package/dist/assets/images/arrow/polygon.svg +0 -3
- package/dist/assets/images/asignationOptions/availableIcon.svg +0 -3
- package/dist/assets/images/asignationOptions/removeAsigned.svg +0 -4
- package/dist/assets/images/asignationOptions/requestToProvider.svg +0 -3
- package/dist/assets/images/asignationOptions/requestToTeam.svg +0 -3
- package/dist/assets/images/card/masterCardIcon.svg +0 -5
- package/dist/assets/images/checkBox/checked.svg +0 -3
- package/dist/assets/images/checkBox/unchecked.svg +0 -3
- package/dist/assets/images/componentAssigned/assignedImage1.svg +0 -9
- package/dist/assets/images/componentAssigned/assignedImage2.svg +0 -9
- package/dist/assets/images/componentAssigned/clock.svg +0 -4
- package/dist/assets/images/componentAssigned/flag.svg +0 -3
- package/dist/assets/images/defaultImages/defaultProductImage.png +0 -0
- package/dist/assets/images/defaultImages/defaultProfileImage.svg +0 -13
- package/dist/assets/images/defaultImages/defaultUpdate.png +0 -0
- package/dist/assets/images/dropDownButton/dropDownArrowButton.svg +0 -3
- package/dist/assets/images/editField/editField.svg +0 -3
- package/dist/assets/images/flags/highPriority.svg +0 -3
- package/dist/assets/images/flags/lowPriority.svg +0 -3
- package/dist/assets/images/flags/mediumPriority.svg +0 -3
- package/dist/assets/images/flags/noPriority.svg +0 -3
- package/dist/assets/images/generalButton/acceptIcon.svg +0 -3
- package/dist/assets/images/generalButton/closeIcon.svg +0 -4
- package/dist/assets/images/generalButton/deleteIcon.svg +0 -13
- package/dist/assets/images/generalButton/deleteIconHover.svg +0 -13
- package/dist/assets/images/generalButton/downloadIcon.svg +0 -3
- package/dist/assets/images/generalButton/gridLayout.svg +0 -3
- package/dist/assets/images/generalButton/nullIcon.svg +0 -3
- package/dist/assets/images/generalButton/openModal.svg +0 -3
- package/dist/assets/images/generalButton/rejectIcon.svg +0 -3
- package/dist/assets/images/generalButton/rowLayout.svg +0 -3
- package/dist/assets/images/generalButton/saveIcon.svg +0 -3
- package/dist/assets/images/generalButton/saveIconHover.svg +0 -3
- package/dist/assets/images/generalImage/assigned.svg +0 -14
- package/dist/assets/images/generalImage/bags.svg +0 -25
- package/dist/assets/images/generalImage/clock.svg +0 -4
- package/dist/assets/images/generalImage/flag.svg +0 -3
- package/dist/assets/images/genericModal/genericModalCheck.svg +0 -3
- package/dist/assets/images/genericModal/genericModalClose.svg +0 -3
- package/dist/assets/images/genericModal/genericModalDown.svg +0 -3
- package/dist/assets/images/genericModal/genericModalUp.svg +0 -3
- package/dist/assets/images/genericModal/genericModalWarning.svg +0 -12
- package/dist/assets/images/logo/logoLogin.svg +0 -15
- package/dist/assets/images/menuNotification/menuNotificationComment.svg +0 -3
- package/dist/assets/images/menuNotification/menuNotificationProduct.svg +0 -3
- package/dist/assets/images/menuProfile/logOut.svg +0 -3
- package/dist/assets/images/menuProfile/myAccount.svg +0 -3
- package/dist/assets/images/menuProfile/settings.svg +0 -3
- package/dist/assets/images/modalsSVGs/attributesSent.svg +0 -208
- package/dist/assets/images/modalsSVGs/descriptionSent.svg +0 -237
- package/dist/assets/images/modalsSVGs/providerSent.svg +0 -445
- package/dist/assets/images/modalsSVGs/uploadingImages.svg +0 -148
- package/dist/assets/images/productImage/openModal.svg +0 -3
- package/dist/assets/images/productNotification/productNotification.svg +0 -3
- package/dist/assets/images/profileHeader/profilePicture.svg +0 -9
- package/dist/assets/images/providerAndCadena/Cadena.svg +0 -188
- package/dist/assets/images/providerAndCadena/LoginContentoh.svg +0 -15
- package/dist/assets/images/providerAndCadena/Proveedor.svg +0 -231
- package/dist/assets/images/sideMenuButton/contenoh.svg +0 -5
- package/dist/assets/images/sideMenuButton/dashboard.svg +0 -5
- package/dist/assets/images/sideMenuButton/products.svg +0 -10
- package/dist/assets/images/sideMenuButton/providers.svg +0 -10
- package/dist/assets/images/sideMenuButton/tasks.svg +0 -3
- package/dist/components/atoms/CharCounter/CharCounter.stories.js +0 -31
- package/dist/components/atoms/CharCounter/index.js +0 -22
- package/dist/components/atoms/Commentary/Commentary.stories.js +0 -1
- package/dist/components/atoms/Commentary/index.js +0 -23
- package/dist/components/atoms/Input/index.js +0 -26
- package/dist/components/atoms/Input/style.js +0 -26
- package/dist/components/atoms/InputFormatter/Wysiwyg.stories.js +0 -30
- package/dist/components/atoms/InputFormatter/index.js +0 -185
- package/dist/components/atoms/InputFormatter/styles.js +0 -33
- package/dist/components/atoms/LabelToInput/index.js +0 -53
- package/dist/components/atoms/LabelToInput/style.js +0 -22
- package/dist/components/atoms/Loading/index.js +0 -26
- package/dist/components/atoms/Loading/styles.js +0 -22
- package/dist/components/atoms/Percent/Percent.stories.js +0 -39
- package/dist/components/atoms/Percent/index.js +0 -39
- package/dist/components/atoms/Percent/styles.js +0 -20
- package/dist/components/atoms/Select/index.js +0 -39
- package/dist/components/atoms/Select/style.js +0 -32
- package/dist/components/molecules/RetailerSelector/RetailerSelector.stories.js +0 -48
- package/dist/components/molecules/RetailerSelector/index.js +0 -74
- package/dist/components/molecules/TextAndGradient/TextAndGradient.stories.js +0 -31
- package/dist/components/molecules/TextAndGradient/index.js +0 -36
- package/dist/components/molecules/TextAndGradient/styles.js +0 -18
- package/dist/global-files/fonts.css +0 -45
- package/dist/global-files/global-styles.css +0 -41
- package/src/assets/images/generalButton/downloadIcon.svg +0 -3
- package/src/assets/images/modalsSVGs/attributesSent.svg +0 -208
- package/src/assets/images/modalsSVGs/descriptionSent.svg +0 -237
- package/src/assets/images/modalsSVGs/providerSent.svg +0 -445
- package/src/assets/images/modalsSVGs/uploadingImages.svg +0 -148
- package/src/components/atoms/CharCounter/CharCounter.stories.js +0 -11
- package/src/components/atoms/CharCounter/index.js +0 -13
- package/src/components/atoms/CharCounter/styles.js +0 -10
- package/src/components/atoms/Commentary/Commentary.stories.js +0 -0
- package/src/components/atoms/Commentary/index.js +0 -9
- package/src/components/atoms/Commentary/styles.js +0 -16
- package/src/components/atoms/Input/index.js +0 -15
- package/src/components/atoms/Input/style.js +0 -31
- package/src/components/atoms/InputFormatter/Wysiwyg.stories.js +0 -12
- package/src/components/atoms/InputFormatter/index.js +0 -141
- package/src/components/atoms/InputFormatter/styles.js +0 -40
- package/src/components/atoms/LabelToInput/index.js +0 -26
- package/src/components/atoms/LabelToInput/style.js +0 -41
- package/src/components/atoms/Loading/index.js +0 -12
- package/src/components/atoms/Loading/styles.js +0 -57
- package/src/components/atoms/Select/index.js +0 -35
- package/src/components/atoms/Select/style.js +0 -76
- package/src/components/molecules/RetailerSelector/RetailerSelector.stories.js +0 -35
- package/src/components/molecules/RetailerSelector/index.js +0 -63
- 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
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
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
|
`;
|
package/src/global-files/data.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import axios from "axios";
|
|
2
2
|
import { Base64 } from "js-base64";
|
|
3
|
-
import
|
|
3
|
+
import defaultUpdate from "../assets/images/defaultImages/defaultUpdate.png";
|
|
4
4
|
|
|
5
|
-
export const getRetailerServices = async (
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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
|
|
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
|
-
|
|
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:
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
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
|
-
};
|
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";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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,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>
|