contentoh-components-library 21.4.69 → 21.4.70
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/dist/assets/images/Icons/infoNR.svg +8 -0
- package/dist/assets/images/flagsv2/highPriority.svg +3 -0
- package/dist/assets/images/flagsv2/lowPriority.svg +3 -0
- package/dist/assets/images/flagsv2/mediumPriority.svg +3 -0
- package/dist/assets/images/flagsv2/noPriority.svg +3 -0
- package/dist/assets/images/generalButton/closeIconWhite.svg +4 -0
- package/dist/assets/images/generalButton/closeIconv2.svg +4 -0
- package/dist/components/atoms/CharsMissing/Wysiwyg.stories.js +30 -0
- package/dist/components/atoms/CharsMissing/index.js +89 -0
- package/dist/components/atoms/CharsMissing/styles.js +33 -0
- package/dist/components/atoms/FeatureTagv2/FeatureTagv2.stories.js +32 -0
- package/dist/components/atoms/FeatureTagv2/index.js +29 -0
- package/dist/components/atoms/FeatureTagv2/styles.js +22 -0
- package/dist/components/atoms/GeneralButton/styles.js +6 -2
- package/dist/components/atoms/GeneralInputv2/GeneralInputv2.stories.js +50 -0
- package/dist/components/atoms/GeneralInputv2/index.js +188 -0
- package/dist/components/atoms/GeneralInputv2/styles.js +29 -0
- package/dist/components/atoms/InputFormatter/styles.js +3 -3
- package/dist/components/atoms/InputFormatterv2/Wysiwyg.stories.js +30 -0
- package/dist/components/atoms/InputFormatterv2/index.js +182 -0
- package/dist/components/atoms/InputFormatterv2/styles.js +33 -0
- package/dist/components/atoms/InputImages/InputImages.stories.js +34 -0
- package/dist/components/atoms/InputImages/index.js +46 -0
- package/dist/components/atoms/InputImages/styles.js +20 -0
- package/dist/components/atoms/NumberMandatory/NumberMandatory.stories.js +34 -0
- package/dist/components/atoms/NumberMandatory/index.js +35 -0
- package/dist/components/atoms/NumberMandatory/styles.js +20 -0
- package/dist/components/atoms/PriorityFlagv2/PriorityFlagv2.stories.js +38 -0
- package/dist/components/atoms/PriorityFlagv2/index.js +37 -0
- package/dist/components/atoms/PriorityFlagv2/styles.js +18 -0
- package/dist/components/atoms/ProductImagev2/ProductImagev2.stories.js +39 -0
- package/dist/components/atoms/ProductImagev2/index.js +34 -0
- package/dist/components/atoms/ProductImagev2/styles.js +18 -0
- package/dist/components/atoms/Progress/Progress.stories.js +49 -0
- package/dist/components/atoms/Progress/index.js +74 -0
- package/dist/components/atoms/Progress/styles.js +30 -0
- package/dist/components/atoms/ScreenHeaderv2/ScreenHeaderv2.stories.js +67 -0
- package/dist/components/atoms/ScreenHeaderv2/index.js +169 -0
- package/dist/components/atoms/ScreenHeaderv2/styles.js +40 -0
- package/dist/components/atoms/Selectv2/VersionSelect.js +38 -0
- package/dist/components/atoms/Selectv2/index.js +40 -0
- package/dist/components/atoms/Selectv2/style.js +38 -0
- package/dist/components/atoms/TabSectionv2/TabSection.stories.js +39 -0
- package/dist/components/atoms/TabSectionv2/index.js +26 -0
- package/dist/components/atoms/TabSectionv2/styles.js +20 -0
- package/dist/components/atoms/TooltipLight/Tooltip.stories.js +36 -0
- package/dist/components/atoms/TooltipLight/index.js +117 -0
- package/dist/components/atoms/TooltipLight/styles.js +23 -0
- package/dist/components/atoms/WordsMissing/Wysiwyg.stories.js +30 -0
- package/dist/components/atoms/WordsMissing/index.js +89 -0
- package/dist/components/atoms/WordsMissing/styles.js +20 -0
- package/dist/components/molecules/AsignationInfo/AsignationInfo.stories.js +34 -0
- package/dist/components/molecules/AsignationInfo/index.js +137 -0
- package/dist/components/molecules/AsignationInfo/styles.js +20 -0
- package/dist/components/molecules/EditionActiveImagev2/EditionActiveImagev2.stories.js +28 -0
- package/dist/components/molecules/EditionActiveImagev2/index.js +34 -0
- package/dist/components/molecules/EditionActiveImagev2/styles.js +18 -0
- package/dist/components/molecules/FeaturesBarv2/FeaturesBarv2.stories.js +45 -0
- package/dist/components/molecules/FeaturesBarv2/index.js +49 -0
- package/dist/components/molecules/FeaturesBarv2/styles.js +18 -0
- package/dist/components/molecules/GalleryElementv2/GalleryElementv2.stories.js +45 -0
- package/dist/components/molecules/GalleryElementv2/index.js +164 -0
- package/dist/components/molecules/GalleryElementv2/styles.js +20 -0
- package/dist/components/molecules/GalleryHeaderv2/GalleryHeaderv2.stories.js +28 -0
- package/dist/components/molecules/GalleryHeaderv2/index.js +61 -0
- package/dist/components/molecules/GalleryHeaderv2/styles.js +20 -0
- package/dist/components/molecules/HeaderTopv2/HeaderTopv2.stories.js +27 -0
- package/dist/components/molecules/HeaderTopv2/index.js +123 -0
- package/dist/components/molecules/HeaderTopv2/styles.js +18 -0
- package/dist/components/molecules/ImageSelectorv2/ImageSelectorv2.stories.js +55 -0
- package/dist/components/molecules/ImageSelectorv2/index.js +36 -0
- package/dist/components/molecules/ImageSelectorv2/styles.js +18 -0
- package/dist/components/molecules/Phase/Phase.stories.js +65 -0
- package/dist/components/molecules/Phase/index.js +104 -0
- package/dist/components/molecules/Phase/styles.js +24 -0
- package/dist/components/molecules/ProductNameHeaderv2/ProductNameHeaderv2.stories.js +65 -0
- package/dist/components/molecules/ProductNameHeaderv2/index.js +24 -0
- package/dist/components/molecules/ProductNameHeaderv2/styles.js +18 -0
- package/dist/components/molecules/ProductSkuStatus/ProductSkuStatus.stories.js +65 -0
- package/dist/components/molecules/ProductSkuStatus/index.js +36 -0
- package/dist/components/molecules/ProductSkuStatus/styles.js +18 -0
- package/dist/components/molecules/RetailerSelectorv2/RetailerSelectorv2.stories.js +48 -0
- package/dist/components/molecules/RetailerSelectorv2/index.js +109 -0
- package/dist/components/molecules/RetailerSelectorv2/styles.js +20 -0
- package/dist/components/molecules/ServiceDataValidator/ServiceDataValidator.stories.js +99 -0
- package/dist/components/molecules/ServiceDataValidator/index.js +57 -0
- package/dist/components/molecules/ServiceDataValidator/styles.js +20 -0
- package/dist/components/molecules/StatusRetailer/StatusAsignationInfo.stories.js +34 -0
- package/dist/components/molecules/StatusRetailer/index.js +74 -0
- package/dist/components/molecules/StatusRetailer/styles.js +20 -0
- package/dist/components/molecules/TabsMenuv2/TabsMenuv2.stories.js +35 -0
- package/dist/components/molecules/TabsMenuv2/index.js +145 -0
- package/dist/components/molecules/TabsMenuv2/styles.js +18 -0
- package/dist/components/molecules/TagAndInputv2/TagAndInputv2.stories.js +41 -0
- package/dist/components/molecules/TagAndInputv2/index.js +92 -0
- package/dist/components/molecules/TagAndInputv2/styles.js +29 -0
- package/dist/components/molecules/Validation/Validation.stories.js +28 -0
- package/dist/components/molecules/Validation/index.js +89 -0
- package/dist/components/molecules/Validation/styles.js +18 -0
- package/dist/components/molecules/VersionItemv2/VersionItemv2.stories.js +28 -0
- package/dist/components/molecules/VersionItemv2/index.js +74 -0
- package/dist/components/molecules/VersionItemv2/styles.js +20 -0
- package/dist/components/organisms/BarButtons/BarButtons.stories.js +30 -0
- package/dist/components/organisms/BarButtons/index.js +186 -0
- package/dist/components/organisms/BarButtons/styles.js +24 -0
- package/dist/components/organisms/Chatv2/ChatLists/ChatLists.stories.js +83 -0
- package/dist/components/organisms/Chatv2/ChatLists/index.js +160 -0
- package/dist/components/organisms/Chatv2/ChatLists/styles.js +29 -0
- package/dist/components/organisms/Chatv2/Chatv2.stories.js +194 -0
- package/dist/components/organisms/Chatv2/ContainerItems/ContainerItems.stories.js +176 -0
- package/dist/components/organisms/Chatv2/ContainerItems/index.js +556 -0
- package/dist/components/organisms/Chatv2/ContainerItems/styles.js +20 -0
- package/dist/components/organisms/Chatv2/ContentChat/ContentChat.stories.js +142 -0
- package/dist/components/organisms/Chatv2/ContentChat/index.js +1679 -0
- package/dist/components/organisms/Chatv2/ContentChat/styles.js +20 -0
- package/dist/components/organisms/Chatv2/Footer/Footer.stories.js +43 -0
- package/dist/components/organisms/Chatv2/Footer/index.js +984 -0
- package/dist/components/organisms/Chatv2/Footer/styles.js +32 -0
- package/dist/components/organisms/Chatv2/Header/Header.stories.js +96 -0
- package/dist/components/organisms/Chatv2/Header/index.js +83 -0
- package/dist/components/organisms/Chatv2/Header/styles.js +20 -0
- package/dist/components/organisms/Chatv2/index.js +306 -0
- package/dist/components/organisms/Chatv2/styles.js +34 -0
- package/dist/components/organisms/CompleteServices/CompleteServices.stories.js +100 -0
- package/dist/components/organisms/CompleteServices/index.js +93 -0
- package/dist/components/organisms/CompleteServices/styles.js +20 -0
- package/dist/components/organisms/DragAndDropPhases/DragAndDropPhases.stories.js +28 -0
- package/dist/components/organisms/DragAndDropPhases/index.js +110 -0
- package/dist/components/organisms/DragAndDropPhases/styles.js +20 -0
- package/dist/components/organisms/DragPrueba/DragPrueba.stories.js +28 -0
- package/dist/components/organisms/DragPrueba/index.js +95 -0
- package/dist/components/organisms/DragPrueba/styles.js +20 -0
- package/dist/components/organisms/FullProductNamev2/FullProductNamev2.stories.js +54 -0
- package/dist/components/organisms/FullProductNamev2/index.js +112 -0
- package/dist/components/organisms/FullProductNamev2/styles.js +20 -0
- package/dist/components/organisms/FullTabsMenuv2/FullTabsMenuv2.stories.js +39 -0
- package/dist/components/organisms/FullTabsMenuv2/index.js +168 -0
- package/dist/components/organisms/FullTabsMenuv2/styles.js +18 -0
- package/dist/components/organisms/ImageDataTablev2/ImageDataTablev2.stories.js +50 -0
- package/dist/components/organisms/ImageDataTablev2/index.js +128 -0
- package/dist/components/organisms/ImageDataTablev2/styles.js +26 -0
- package/dist/components/organisms/ImagePreviewerv2/ImagePreviewerv2.stories.js +48 -0
- package/dist/components/organisms/ImagePreviewerv2/index.js +36 -0
- package/dist/components/organisms/ImagePreviewerv2/styles.js +18 -0
- package/dist/components/organisms/InputGroupv2/InputGroupv2.stories.js +73 -0
- package/dist/components/organisms/InputGroupv2/index.js +228 -0
- package/dist/components/organisms/InputGroupv2/styles.js +28 -0
- package/dist/components/organisms/MandatoryBar/MandatoryBar.stories.js +31 -0
- package/dist/components/organisms/MandatoryBar/index.js +38 -0
- package/dist/components/organisms/MandatoryBar/styles.js +20 -0
- package/dist/components/organisms/ProductImageModalv2/ProductImageModalv2.stories.js +153 -0
- package/dist/components/organisms/ProductImageModalv2/index.js +106 -0
- package/dist/components/organisms/ProductImageModalv2/styles.js +20 -0
- package/dist/components/organisms/RenameImagesBar/RenameImagesBar.stories.js +31 -0
- package/dist/components/organisms/RenameImagesBar/index.js +38 -0
- package/dist/components/organisms/RenameImagesBar/styles.js +20 -0
- package/dist/components/organisms/VersionSelector/index.js +2 -4
- package/dist/components/organisms/VersionSelectorv2/VersionSelectorv2.stories.js +32 -0
- package/dist/components/organisms/VersionSelectorv2/index.js +166 -0
- package/dist/components/organisms/VersionSelectorv2/styles.js +20 -0
- package/dist/components/pages/ProductEditionv2/ProductEditionv2.stories.js +222 -0
- package/dist/components/pages/ProductEditionv2/index.js +2495 -0
- package/dist/components/pages/ProductEditionv2/styles.js +23 -0
- package/dist/global-files/variables.js +3 -1
- package/package.json +1 -1
- package/src/assets/images/Icons/infoNR.svg +8 -0
- package/src/assets/images/flagsv2/highPriority.svg +3 -0
- package/src/assets/images/flagsv2/lowPriority.svg +3 -0
- package/src/assets/images/flagsv2/mediumPriority.svg +3 -0
- package/src/assets/images/flagsv2/noPriority.svg +3 -0
- package/src/assets/images/generalButton/closeIconWhite.svg +4 -0
- package/src/assets/images/generalButton/closeIconv2.svg +4 -0
- package/src/components/atoms/CharsMissing/Wysiwyg.stories.js +12 -0
- package/src/components/atoms/CharsMissing/index.js +60 -0
- package/src/components/atoms/CharsMissing/styles.js +44 -0
- package/src/components/atoms/FeatureTagv2/FeatureTagv2.stories.js +16 -0
- package/src/components/atoms/FeatureTagv2/index.js +10 -0
- package/src/components/atoms/FeatureTagv2/styles.js +56 -0
- package/src/components/atoms/GeneralButton/styles.js +46 -0
- package/src/components/atoms/GeneralInputv2/GeneralInputv2.stories.js +33 -0
- package/src/components/atoms/GeneralInputv2/index.js +155 -0
- package/src/components/atoms/GeneralInputv2/styles.js +67 -0
- package/src/components/atoms/InputFormatter/styles.js +7 -3
- package/src/components/atoms/InputFormatterv2/Wysiwyg.stories.js +12 -0
- package/src/components/atoms/InputFormatterv2/index.js +148 -0
- package/src/components/atoms/InputFormatterv2/styles.js +39 -0
- package/src/components/atoms/InputImages/InputImages.stories.js +19 -0
- package/src/components/atoms/InputImages/index.js +25 -0
- package/src/components/atoms/InputImages/styles.js +17 -0
- package/src/components/atoms/NumberMandatory/NumberMandatory.stories.js +19 -0
- package/src/components/atoms/NumberMandatory/index.js +16 -0
- package/src/components/atoms/NumberMandatory/styles.js +11 -0
- package/src/components/atoms/PriorityFlagv2/PriorityFlagv2.stories.js +20 -0
- package/src/components/atoms/PriorityFlagv2/index.js +20 -0
- package/src/components/atoms/PriorityFlagv2/styles.js +6 -0
- package/src/components/atoms/ProductImagev2/ProductImagev2.stories.js +28 -0
- package/src/components/atoms/ProductImagev2/index.js +16 -0
- package/src/components/atoms/ProductImagev2/styles.js +62 -0
- package/src/components/atoms/Progress/Progress.stories.js +25 -0
- package/src/components/atoms/Progress/index.js +74 -0
- package/src/components/atoms/Progress/styles.js +98 -0
- package/src/components/atoms/ScreenHeaderv2/ScreenHeaderv2.stories.js +53 -0
- package/src/components/atoms/ScreenHeaderv2/index.js +134 -0
- package/src/components/atoms/ScreenHeaderv2/styles.js +103 -0
- package/src/components/atoms/Selectv2/VersionSelect.js +27 -0
- package/src/components/atoms/Selectv2/index.js +35 -0
- package/src/components/atoms/Selectv2/style.js +93 -0
- package/src/components/atoms/TabSection/index.js +1 -1
- package/src/components/atoms/TabSectionv2/TabSection.stories.js +25 -0
- package/src/components/atoms/TabSectionv2/index.js +9 -0
- package/src/components/atoms/TabSectionv2/styles.js +20 -0
- package/src/components/atoms/TooltipLight/Tooltip.stories.js +20 -0
- package/src/components/atoms/TooltipLight/index.js +46 -0
- package/src/components/atoms/TooltipLight/styles.js +65 -0
- package/src/components/atoms/WordsMissing/Wysiwyg.stories.js +12 -0
- package/src/components/atoms/WordsMissing/index.js +60 -0
- package/src/components/atoms/WordsMissing/styles.js +10 -0
- package/src/components/molecules/AsignationInfo/AsignationInfo.stories.js +17 -0
- package/src/components/molecules/AsignationInfo/index.js +108 -0
- package/src/components/molecules/AsignationInfo/styles.js +86 -0
- package/src/components/molecules/EditionActiveImagev2/EditionActiveImagev2.stories.js +12 -0
- package/src/components/molecules/EditionActiveImagev2/index.js +15 -0
- package/src/components/molecules/EditionActiveImagev2/styles.js +7 -0
- package/src/components/molecules/FeaturesBarv2/FeaturesBarv2.stories.js +20 -0
- package/src/components/molecules/FeaturesBarv2/index.js +32 -0
- package/src/components/molecules/FeaturesBarv2/styles.js +17 -0
- package/src/components/molecules/GalleryElementv2/GalleryElementv2.stories.js +30 -0
- package/src/components/molecules/GalleryElementv2/index.js +142 -0
- package/src/components/molecules/GalleryElementv2/styles.js +119 -0
- package/src/components/molecules/GalleryHeaderv2/GalleryHeaderv2.stories.js +10 -0
- package/src/components/molecules/GalleryHeaderv2/index.js +25 -0
- package/src/components/molecules/GalleryHeaderv2/styles.js +47 -0
- package/src/components/molecules/HeaderTopv2/HeaderTopv2.stories.js +10 -0
- package/src/components/molecules/HeaderTopv2/index.js +100 -0
- package/src/components/molecules/HeaderTopv2/styles.js +33 -0
- package/src/components/molecules/ImageSelectorv2/ImageSelectorv2.stories.js +46 -0
- package/src/components/molecules/ImageSelectorv2/index.js +22 -0
- package/src/components/molecules/ImageSelectorv2/styles.js +15 -0
- package/src/components/molecules/Phase/Phase.stories.js +37 -0
- package/src/components/molecules/Phase/index.js +56 -0
- package/src/components/molecules/Phase/styles.js +82 -0
- package/src/components/molecules/ProductNameHeaderv2/ProductNameHeaderv2.stories.js +37 -0
- package/src/components/molecules/ProductNameHeaderv2/index.js +12 -0
- package/src/components/molecules/ProductNameHeaderv2/styles.js +10 -0
- package/src/components/molecules/ProductSkuStatus/ProductSkuStatus.stories.js +37 -0
- package/src/components/molecules/ProductSkuStatus/index.js +26 -0
- package/src/components/molecules/ProductSkuStatus/styles.js +7 -0
- package/src/components/molecules/RetailerSelectorv2/RetailerSelectorv2.stories.js +35 -0
- package/src/components/molecules/RetailerSelectorv2/index.js +80 -0
- package/src/components/molecules/RetailerSelectorv2/styles.js +21 -0
- package/src/components/molecules/ServiceDataValidator/ServiceDataValidator.stories.js +90 -0
- package/src/components/molecules/ServiceDataValidator/index.js +49 -0
- package/src/components/molecules/ServiceDataValidator/styles.js +36 -0
- package/src/components/molecules/StatusRetailer/StatusAsignationInfo.stories.js +17 -0
- package/src/components/molecules/StatusRetailer/index.js +55 -0
- package/src/components/molecules/StatusRetailer/styles.js +85 -0
- package/src/components/molecules/TabsMenuv2/TabsMenuv2.stories.js +19 -0
- package/src/components/molecules/TabsMenuv2/index.js +112 -0
- package/src/components/molecules/TabsMenuv2/styles.js +19 -0
- package/src/components/molecules/TagAndInputv2/TagAndInputv2.stories.js +24 -0
- package/src/components/molecules/TagAndInputv2/index.js +86 -0
- package/src/components/molecules/TagAndInputv2/styles.js +35 -0
- package/src/components/molecules/Validation/Validation.stories.js +12 -0
- package/src/components/molecules/Validation/index.js +77 -0
- package/src/components/molecules/Validation/styles.js +19 -0
- package/src/components/molecules/VersionItemv2/VersionItemv2.stories.js +14 -0
- package/src/components/molecules/VersionItemv2/index.js +59 -0
- package/src/components/molecules/VersionItemv2/styles.js +47 -0
- package/src/components/organisms/BarButtons/BarButtons.stories.js +13 -0
- package/src/components/organisms/BarButtons/index.js +150 -0
- package/src/components/organisms/BarButtons/styles.js +54 -0
- package/src/components/organisms/Chatv2/ChatLists/ChatLists.stories.js +65 -0
- package/src/components/organisms/Chatv2/ChatLists/Rotoplas.jpeg +0 -0
- package/src/components/organisms/Chatv2/ChatLists/THD.png +0 -0
- package/src/components/organisms/Chatv2/ChatLists/index.js +141 -0
- package/src/components/organisms/Chatv2/ChatLists/styles.js +162 -0
- package/src/components/organisms/Chatv2/Chatv2.stories.js +184 -0
- package/src/components/organisms/Chatv2/ContainerItems/ContainerItems.stories.js +142 -0
- package/src/components/organisms/Chatv2/ContainerItems/index.js +538 -0
- package/src/components/organisms/Chatv2/ContainerItems/styles.js +360 -0
- package/src/components/organisms/Chatv2/ContentChat/ContentChat.stories.js +102 -0
- package/src/components/organisms/Chatv2/ContentChat/Rotoplas.jpeg +0 -0
- package/src/components/organisms/Chatv2/ContentChat/THD.png +0 -0
- package/src/components/organisms/Chatv2/ContentChat/index.js +1016 -0
- package/src/components/organisms/Chatv2/ContentChat/styles.js +44 -0
- package/src/components/organisms/Chatv2/Footer/Footer.stories.js +22 -0
- package/src/components/organisms/Chatv2/Footer/index.js +668 -0
- package/src/components/organisms/Chatv2/Footer/styles.js +290 -0
- package/src/components/organisms/Chatv2/Header/Header.stories.js +66 -0
- package/src/components/organisms/Chatv2/Header/index.js +93 -0
- package/src/components/organisms/Chatv2/Header/styles.js +49 -0
- package/src/components/organisms/Chatv2/index.js +281 -0
- package/src/components/organisms/Chatv2/styles.js +85 -0
- package/src/components/organisms/CompleteServices/CompleteServices.stories.js +91 -0
- package/src/components/organisms/CompleteServices/index.js +82 -0
- package/src/components/organisms/CompleteServices/styles.js +35 -0
- package/src/components/organisms/DragAndDropPhases/DragAndDropPhases.stories.js +12 -0
- package/src/components/organisms/DragAndDropPhases/index.js +67 -0
- package/src/components/organisms/DragAndDropPhases/styles.js +20 -0
- package/src/components/organisms/DragPrueba/DragPrueba.stories.js +12 -0
- package/src/components/organisms/DragPrueba/index.js +57 -0
- package/src/components/organisms/DragPrueba/styles.js +8 -0
- package/src/components/organisms/FullProductNamev2/FullProductNamev2.stories.js +28 -0
- package/src/components/organisms/FullProductNamev2/index.js +101 -0
- package/src/components/organisms/FullProductNamev2/styles.js +49 -0
- package/src/components/organisms/FullTabsMenuv2/FullTabsMenuv2.stories.js +22 -0
- package/src/components/organisms/FullTabsMenuv2/index.js +142 -0
- package/src/components/organisms/FullTabsMenuv2/styles.js +47 -0
- package/src/components/organisms/ImageDataTablev2/ImageDataTablev2.stories.js +24 -0
- package/src/components/organisms/ImageDataTablev2/index.js +124 -0
- package/src/components/organisms/ImageDataTablev2/styles.js +18 -0
- package/src/components/organisms/ImagePreviewerv2/ImagePreviewerv2.stories.js +38 -0
- package/src/components/organisms/ImagePreviewerv2/index.js +22 -0
- package/src/components/organisms/ImagePreviewerv2/styles.js +7 -0
- package/src/components/organisms/InputGroupv2/InputGroupv2.stories.js +31 -0
- package/src/components/organisms/InputGroupv2/index.js +296 -0
- package/src/components/organisms/InputGroupv2/styles.js +90 -0
- package/src/components/organisms/MandatoryBar/MandatoryBar.stories.js +18 -0
- package/src/components/organisms/MandatoryBar/index.js +31 -0
- package/src/components/organisms/MandatoryBar/styles.js +12 -0
- package/src/components/organisms/ProductImageModalv2/ProductImageModalv2.stories.js +90 -0
- package/src/components/organisms/ProductImageModalv2/index.js +105 -0
- package/src/components/organisms/ProductImageModalv2/styles.js +71 -0
- package/src/components/organisms/RenameImagesBar/RenameImagesBar.stories.js +18 -0
- package/src/components/organisms/RenameImagesBar/index.js +30 -0
- package/src/components/organisms/RenameImagesBar/styles.js +12 -0
- package/src/components/organisms/VersionSelector/index.js +1 -2
- package/src/components/organisms/VersionSelectorv2/VersionSelectorv2.stories.js +15 -0
- package/src/components/organisms/VersionSelectorv2/index.js +105 -0
- package/src/components/organisms/VersionSelectorv2/styles.js +45 -0
- package/src/components/pages/ProductEditionv2/ProductEditionv2.stories.js +213 -0
- package/src/components/pages/ProductEditionv2/index.js +1758 -0
- package/src/components/pages/ProductEditionv2/styles.js +154 -0
- package/src/global-files/variables.js +2 -0
- package/dist/assets/fonts/roboto/LICENSE.txt +0 -202
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.InputGroupv2 = void 0;
|
|
9
|
+
|
|
10
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/slicedToArray"));
|
|
11
|
+
|
|
12
|
+
var _styles = require("./styles");
|
|
13
|
+
|
|
14
|
+
var _TagAndInputv = require("../../molecules/TagAndInputv2");
|
|
15
|
+
|
|
16
|
+
var _ScreenHeaderv = require("../../atoms/ScreenHeaderv2");
|
|
17
|
+
|
|
18
|
+
var _react = require("react");
|
|
19
|
+
|
|
20
|
+
var _Box = require("../Box");
|
|
21
|
+
|
|
22
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
23
|
+
|
|
24
|
+
var InputGroupv2 = function InputGroupv2(_ref) {
|
|
25
|
+
var _activeRetailer$retai3, _inputGroup$inputs, _activeRetailer$retai4, _inputGroup$inputs2;
|
|
26
|
+
|
|
27
|
+
var _ref$inputGroup = _ref.inputGroup,
|
|
28
|
+
inputGroup = _ref$inputGroup === void 0 ? {} : _ref$inputGroup,
|
|
29
|
+
auditInputGroup = _ref.auditInputGroup,
|
|
30
|
+
activeSection = _ref.activeSection,
|
|
31
|
+
_ref$dataInputs = _ref.dataInputs,
|
|
32
|
+
dataInputs = _ref$dataInputs === void 0 ? {} : _ref$dataInputs,
|
|
33
|
+
_ref$auditInputs = _ref.auditInputs,
|
|
34
|
+
auditInputs = _ref$auditInputs === void 0 ? {} : _ref$auditInputs,
|
|
35
|
+
updatedDescriptions = _ref.updatedDescriptions,
|
|
36
|
+
setUpdatedDescriptions = _ref.setUpdatedDescriptions,
|
|
37
|
+
updatedDatasheets = _ref.updatedDatasheets,
|
|
38
|
+
setUpdatedDatasheets = _ref.setUpdatedDatasheets,
|
|
39
|
+
articleId = _ref.articleId,
|
|
40
|
+
version = _ref.version,
|
|
41
|
+
dinamicHeight = _ref.dinamicHeight,
|
|
42
|
+
compare = _ref.compare,
|
|
43
|
+
activeRetailer = _ref.activeRetailer,
|
|
44
|
+
setUpdatedBoxData = _ref.setUpdatedBoxData,
|
|
45
|
+
showMissingChars = _ref.showMissingChars;
|
|
46
|
+
|
|
47
|
+
var inputTypeValue = function inputTypeValue(type) {
|
|
48
|
+
switch (type) {
|
|
49
|
+
case "Booleano":
|
|
50
|
+
return "checkbox";
|
|
51
|
+
|
|
52
|
+
case "Numérico":
|
|
53
|
+
return "number";
|
|
54
|
+
|
|
55
|
+
default:
|
|
56
|
+
return "text";
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
var _useState = (0, _react.useState)(false),
|
|
61
|
+
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
62
|
+
showBox = _useState2[0],
|
|
63
|
+
setShowBox = _useState2[1];
|
|
64
|
+
|
|
65
|
+
var isEquals = function isEquals(dataInputsVal, auditInputsVal) {
|
|
66
|
+
var result = dataInputsVal === auditInputsVal;
|
|
67
|
+
return result;
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
(0, _react.useEffect)(function () {
|
|
71
|
+
var _activeRetailer$retai;
|
|
72
|
+
|
|
73
|
+
if (inputGroup.groupId === "16" && activeRetailer && activeRetailer !== null && activeRetailer !== void 0 && (_activeRetailer$retai = activeRetailer.retailer) !== null && _activeRetailer$retai !== void 0 && _activeRetailer$retai.id) {
|
|
74
|
+
var _activeRetailer$retai2;
|
|
75
|
+
|
|
76
|
+
if ((activeRetailer === null || activeRetailer === void 0 ? void 0 : (_activeRetailer$retai2 = activeRetailer.retailer) === null || _activeRetailer$retai2 === void 0 ? void 0 : _activeRetailer$retai2.id) === 68) {
|
|
77
|
+
setShowBox(true);
|
|
78
|
+
} else {
|
|
79
|
+
setShowBox(false);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}, [activeRetailer, inputGroup.groupId]); // useEffect(() => {
|
|
83
|
+
// if (showBox) {
|
|
84
|
+
// // Realiza la acción que deseas cuando showBox es true
|
|
85
|
+
// console.log("showBox es true");
|
|
86
|
+
// } else {
|
|
87
|
+
// // Realiza la acción que deseas cuando showBox es false
|
|
88
|
+
// console.log("showBox es false");
|
|
89
|
+
// }
|
|
90
|
+
// }, [showBox]);
|
|
91
|
+
// console.log("dataInputs",dataInputs);
|
|
92
|
+
|
|
93
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
94
|
+
children: [inputGroup.groupId === "16" && (activeRetailer === null || activeRetailer === void 0 ? void 0 : (_activeRetailer$retai3 = activeRetailer.retailer) === null || _activeRetailer$retai3 === void 0 ? void 0 : _activeRetailer$retai3.id) === 68 && /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.Container, {
|
|
95
|
+
className: activeSection === "Ficha técnica" ? "datasheets-layout" : "descriptions-layout",
|
|
96
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Box.Box, {
|
|
97
|
+
inputGroup: inputGroup,
|
|
98
|
+
dataInputs: dataInputs,
|
|
99
|
+
onChange: setUpdatedBoxData
|
|
100
|
+
})
|
|
101
|
+
}), inputGroup.groupId !== "16" && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_styles.Container, {
|
|
102
|
+
className: activeSection === "Ficha técnica" ? "datasheets-layout" : "descriptions-layout",
|
|
103
|
+
children: [(inputGroup === null || inputGroup === void 0 ? void 0 : inputGroup.dataGroup) && /*#__PURE__*/(0, _jsxRuntime.jsx)(_ScreenHeaderv.ScreenHeaderv2, {
|
|
104
|
+
headerType: "retailer-name-header",
|
|
105
|
+
text: "".concat(inputGroup === null || inputGroup === void 0 ? void 0 : inputGroup.dataGroup)
|
|
106
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
107
|
+
className: "inputs-container",
|
|
108
|
+
children: inputGroup === null || inputGroup === void 0 ? void 0 : (_inputGroup$inputs = inputGroup.inputs) === null || _inputGroup$inputs === void 0 ? void 0 : _inputGroup$inputs.map(function (input, index) {
|
|
109
|
+
var _dataInputs$input, _dataInputs$input2, _dataInputs$input3, _dataInputs$input4, _dataInputs$input5, _dataInputs$input6, _auditInputs$input, _dataInputs$input7, _dataInputs$input8, _dataInputs$input9, _dataInputs$input10, _dataInputs$input11, _dataInputs$input12, _dataInputs$input13, _dataInputs$input14, _dataInputs$input15, _dataInputs$input16, _auditInputGroup$inpu, _auditInputGroup$inpu2;
|
|
110
|
+
|
|
111
|
+
return activeSection === "Ficha técnica" ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {
|
|
112
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_TagAndInputv.TagAndInputv2, {
|
|
113
|
+
//disabled={input === 40001}
|
|
114
|
+
disabled: false,
|
|
115
|
+
inputId: (_dataInputs$input3 = dataInputs[input]) === null || _dataInputs$input3 === void 0 ? void 0 : _dataInputs$input3.id,
|
|
116
|
+
version: version,
|
|
117
|
+
inputType: inputTypeValue((_dataInputs$input4 = dataInputs[input]) === null || _dataInputs$input4 === void 0 ? void 0 : _dataInputs$input4.type),
|
|
118
|
+
label: ((_dataInputs$input5 = dataInputs[input]) === null || _dataInputs$input5 === void 0 ? void 0 : _dataInputs$input5.name) + ((_dataInputs$input6 = dataInputs[input]) !== null && _dataInputs$input6 !== void 0 && _dataInputs$input6.required ? "*" : ""),
|
|
119
|
+
value: compare ? (_auditInputs$input = auditInputs[input]) === null || _auditInputs$input === void 0 ? void 0 : _auditInputs$input.value : (_dataInputs$input7 = dataInputs[input]) === null || _dataInputs$input7 === void 0 ? void 0 : _dataInputs$input7.value,
|
|
120
|
+
inputPlaceHolder: input === null || input === void 0 ? void 0 : input.placeholder,
|
|
121
|
+
articleId: articleId,
|
|
122
|
+
isRequired: (_dataInputs$input8 = dataInputs[input]) === null || _dataInputs$input8 === void 0 ? void 0 : _dataInputs$input8.required,
|
|
123
|
+
required: (_dataInputs$input9 = dataInputs[input]) === null || _dataInputs$input9 === void 0 ? void 0 : _dataInputs$input9.required,
|
|
124
|
+
minWords: (_dataInputs$input10 = dataInputs[input]) === null || _dataInputs$input10 === void 0 ? void 0 : _dataInputs$input10.min_words,
|
|
125
|
+
maxWords: (_dataInputs$input11 = dataInputs[input]) === null || _dataInputs$input11 === void 0 ? void 0 : _dataInputs$input11.max_words,
|
|
126
|
+
minChar: (_dataInputs$input12 = dataInputs[input]) === null || _dataInputs$input12 === void 0 ? void 0 : _dataInputs$input12.min_chars,
|
|
127
|
+
updatedDatasheets: updatedDatasheets,
|
|
128
|
+
setUpdatedDatasheets: setUpdatedDatasheets,
|
|
129
|
+
maxChar: (_dataInputs$input13 = dataInputs[input]) !== null && _dataInputs$input13 !== void 0 && _dataInputs$input13.max_chars ? (_dataInputs$input14 = dataInputs[input]) === null || _dataInputs$input14 === void 0 ? void 0 : _dataInputs$input14.max_chars : 999,
|
|
130
|
+
optionList: (_dataInputs$input15 = dataInputs[input]) === null || _dataInputs$input15 === void 0 ? void 0 : _dataInputs$input15.option_list,
|
|
131
|
+
description: (_dataInputs$input16 = dataInputs[input]) === null || _dataInputs$input16 === void 0 ? void 0 : _dataInputs$input16.description,
|
|
132
|
+
showTooltip: true,
|
|
133
|
+
auditClass: compare && !isEquals(dataInputs[input].value, auditInputs[input].value) ? "audit-class" : "",
|
|
134
|
+
showMissingChars: showMissingChars
|
|
135
|
+
}, index + "-" + ((_dataInputs$input = dataInputs[input]) === null || _dataInputs$input === void 0 ? void 0 : _dataInputs$input.value) + "-" + ((_dataInputs$input2 = dataInputs[input]) === null || _dataInputs$input2 === void 0 ? void 0 : _dataInputs$input2.id) + "-" + compare)
|
|
136
|
+
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_TagAndInputv.TagAndInputv2, {
|
|
137
|
+
inputId: input.id,
|
|
138
|
+
index: index,
|
|
139
|
+
inputType: "textarea",
|
|
140
|
+
label: (input === null || input === void 0 ? void 0 : input.name) + (input.required ? "*" : ""),
|
|
141
|
+
value: compare ? auditInputGroup === null || auditInputGroup === void 0 ? void 0 : (_auditInputGroup$inpu = auditInputGroup.inputs[index]) === null || _auditInputGroup$inpu === void 0 ? void 0 : _auditInputGroup$inpu.value : input === null || input === void 0 ? void 0 : input.value,
|
|
142
|
+
isRequired: input.required,
|
|
143
|
+
required: input.required,
|
|
144
|
+
minWords: input === null || input === void 0 ? void 0 : input.min_words,
|
|
145
|
+
maxWords: input === null || input === void 0 ? void 0 : input.max_words,
|
|
146
|
+
minChar: input === null || input === void 0 ? void 0 : input.min_chars,
|
|
147
|
+
maxChar: input.max_chars,
|
|
148
|
+
inputPlaceHolder: input === null || input === void 0 ? void 0 : input.placeholder,
|
|
149
|
+
updatedDescriptions: updatedDescriptions,
|
|
150
|
+
setUpdatedDescriptions: setUpdatedDescriptions,
|
|
151
|
+
articleId: articleId,
|
|
152
|
+
version: version,
|
|
153
|
+
dinamicHeight: dinamicHeight,
|
|
154
|
+
description: input === null || input === void 0 ? void 0 : input.description,
|
|
155
|
+
showTooltip: true,
|
|
156
|
+
auditClass: compare && !isEquals(input === null || input === void 0 ? void 0 : input.value, auditInputGroup === null || auditInputGroup === void 0 ? void 0 : (_auditInputGroup$inpu2 = auditInputGroup.inputs[index]) === null || _auditInputGroup$inpu2 === void 0 ? void 0 : _auditInputGroup$inpu2.value) ? "audit-class" : "",
|
|
157
|
+
showMissingChars: showMissingChars
|
|
158
|
+
}, index + "-" + (input === null || input === void 0 ? void 0 : input.value) + "-" + compare);
|
|
159
|
+
})
|
|
160
|
+
})]
|
|
161
|
+
}), inputGroup.groupId === "16" && (activeRetailer === null || activeRetailer === void 0 ? void 0 : (_activeRetailer$retai4 = activeRetailer.retailer) === null || _activeRetailer$retai4 === void 0 ? void 0 : _activeRetailer$retai4.id) === 74 && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_styles.Container, {
|
|
162
|
+
className: activeSection === "Ficha técnica" ? "datasheets-layout" : "descriptions-layout",
|
|
163
|
+
children: [(inputGroup === null || inputGroup === void 0 ? void 0 : inputGroup.dataGroup) && /*#__PURE__*/(0, _jsxRuntime.jsx)(_ScreenHeaderv.ScreenHeaderv2, {
|
|
164
|
+
headerType: "retailer-name-header",
|
|
165
|
+
text: "".concat(inputGroup === null || inputGroup === void 0 ? void 0 : inputGroup.dataGroup)
|
|
166
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
167
|
+
className: "inputs-container",
|
|
168
|
+
children: inputGroup === null || inputGroup === void 0 ? void 0 : (_inputGroup$inputs2 = inputGroup.inputs) === null || _inputGroup$inputs2 === void 0 ? void 0 : _inputGroup$inputs2.map(function (input, index) {
|
|
169
|
+
var _dataInputs$input17, _dataInputs$input18, _dataInputs$input19, _dataInputs$input20, _dataInputs$input21, _dataInputs$input22, _auditInputs$input2, _dataInputs$input23, _dataInputs$input24, _dataInputs$input25, _dataInputs$input26, _dataInputs$input27, _dataInputs$input28, _auditInputGroup$inpu3, _auditInputGroup$inpu4;
|
|
170
|
+
|
|
171
|
+
return activeSection === "Ficha técnica" ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {
|
|
172
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_TagAndInputv.TagAndInputv2, {
|
|
173
|
+
//disabled={input === 40001}
|
|
174
|
+
disabled: false,
|
|
175
|
+
inputId: (_dataInputs$input19 = dataInputs[input]) === null || _dataInputs$input19 === void 0 ? void 0 : _dataInputs$input19.id,
|
|
176
|
+
version: version,
|
|
177
|
+
inputType: inputTypeValue((_dataInputs$input20 = dataInputs[input]) === null || _dataInputs$input20 === void 0 ? void 0 : _dataInputs$input20.type),
|
|
178
|
+
label: ((_dataInputs$input21 = dataInputs[input]) === null || _dataInputs$input21 === void 0 ? void 0 : _dataInputs$input21.name) + ((_dataInputs$input22 = dataInputs[input]) !== null && _dataInputs$input22 !== void 0 && _dataInputs$input22.required ? "*" : ""),
|
|
179
|
+
value: compare ? (_auditInputs$input2 = auditInputs[input]) === null || _auditInputs$input2 === void 0 ? void 0 : _auditInputs$input2.value : (_dataInputs$input23 = dataInputs[input]) === null || _dataInputs$input23 === void 0 ? void 0 : _dataInputs$input23.value,
|
|
180
|
+
inputPlaceHolder: input === null || input === void 0 ? void 0 : input.placeholder,
|
|
181
|
+
articleId: articleId,
|
|
182
|
+
isRequired: (_dataInputs$input24 = dataInputs[input]) === null || _dataInputs$input24 === void 0 ? void 0 : _dataInputs$input24.required,
|
|
183
|
+
required: input.required,
|
|
184
|
+
minWords: input === null || input === void 0 ? void 0 : input.min_words,
|
|
185
|
+
maxWords: input === null || input === void 0 ? void 0 : input.max_words,
|
|
186
|
+
minChar: input === null || input === void 0 ? void 0 : input.min_chars,
|
|
187
|
+
updatedDatasheets: updatedDatasheets,
|
|
188
|
+
setUpdatedDatasheets: setUpdatedDatasheets,
|
|
189
|
+
maxChar: (_dataInputs$input25 = dataInputs[input]) !== null && _dataInputs$input25 !== void 0 && _dataInputs$input25.max_chars ? (_dataInputs$input26 = dataInputs[input]) === null || _dataInputs$input26 === void 0 ? void 0 : _dataInputs$input26.max_chars : 999,
|
|
190
|
+
optionList: (_dataInputs$input27 = dataInputs[input]) === null || _dataInputs$input27 === void 0 ? void 0 : _dataInputs$input27.option_list,
|
|
191
|
+
description: (_dataInputs$input28 = dataInputs[input]) === null || _dataInputs$input28 === void 0 ? void 0 : _dataInputs$input28.description,
|
|
192
|
+
showTooltip: true,
|
|
193
|
+
inputGroup: inputGroup,
|
|
194
|
+
dataInputs: dataInputs,
|
|
195
|
+
onChange: setUpdatedBoxData,
|
|
196
|
+
auditClass: compare && !isEquals(dataInputs[input].value, auditInputs[input].value) ? "audit-class" : "",
|
|
197
|
+
showMissingChars: showMissingChars
|
|
198
|
+
}, index + "-" + ((_dataInputs$input17 = dataInputs[input]) === null || _dataInputs$input17 === void 0 ? void 0 : _dataInputs$input17.value) + "-" + ((_dataInputs$input18 = dataInputs[input]) === null || _dataInputs$input18 === void 0 ? void 0 : _dataInputs$input18.id) + "-" + compare)
|
|
199
|
+
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_TagAndInputv.TagAndInputv2, {
|
|
200
|
+
inputId: input.id,
|
|
201
|
+
index: index,
|
|
202
|
+
inputType: "textarea",
|
|
203
|
+
label: (input === null || input === void 0 ? void 0 : input.name) + (input.required ? "*" : ""),
|
|
204
|
+
value: compare ? auditInputGroup === null || auditInputGroup === void 0 ? void 0 : (_auditInputGroup$inpu3 = auditInputGroup.inputs[index]) === null || _auditInputGroup$inpu3 === void 0 ? void 0 : _auditInputGroup$inpu3.value : input === null || input === void 0 ? void 0 : input.value,
|
|
205
|
+
isRequired: input.required,
|
|
206
|
+
required: input.required,
|
|
207
|
+
minWords: input === null || input === void 0 ? void 0 : input.min_words,
|
|
208
|
+
maxWords: input === null || input === void 0 ? void 0 : input.max_words,
|
|
209
|
+
minChar: input === null || input === void 0 ? void 0 : input.min_chars,
|
|
210
|
+
maxChar: input.max_chars,
|
|
211
|
+
inputPlaceHolder: input === null || input === void 0 ? void 0 : input.placeholder,
|
|
212
|
+
updatedDescriptions: updatedDescriptions,
|
|
213
|
+
setUpdatedDescriptions: setUpdatedDescriptions,
|
|
214
|
+
articleId: articleId,
|
|
215
|
+
version: version,
|
|
216
|
+
dinamicHeight: dinamicHeight,
|
|
217
|
+
description: input === null || input === void 0 ? void 0 : input.description,
|
|
218
|
+
showTooltip: true,
|
|
219
|
+
auditClass: compare && !isEquals(input === null || input === void 0 ? void 0 : input.value, auditInputGroup === null || auditInputGroup === void 0 ? void 0 : (_auditInputGroup$inpu4 = auditInputGroup.inputs[index]) === null || _auditInputGroup$inpu4 === void 0 ? void 0 : _auditInputGroup$inpu4.value) ? "audit-class" : "",
|
|
220
|
+
showMissingChars: showMissingChars
|
|
221
|
+
}, index + "-" + (input === null || input === void 0 ? void 0 : input.value) + "-" + compare);
|
|
222
|
+
})
|
|
223
|
+
})]
|
|
224
|
+
})]
|
|
225
|
+
});
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
exports.InputGroupv2 = InputGroupv2;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.ContainerIcon = exports.Container = void 0;
|
|
9
|
+
|
|
10
|
+
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/taggedTemplateLiteral"));
|
|
11
|
+
|
|
12
|
+
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
13
|
+
|
|
14
|
+
var _variables = require("../../../global-files/variables");
|
|
15
|
+
|
|
16
|
+
var _templateObject, _templateObject2;
|
|
17
|
+
|
|
18
|
+
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n border-radius: 6px;\n padding: 10px;\n width: 100%;\n\n .retailer-name-header {\n & + * {\n margin-top: 10px;\n }\n }\n &.datasheets-layout {\n border: 1px solid ", ";\n padding: 18px;\n border-radius: 10px;\n\n .inputs-container {\n display: flex;\n flex-wrap: wrap;\n width: 100%;\n gap: 10px;\n\n .input-container {\n flex: 1 1 20%;\n min-width: 227px;\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 10px;\n }\n }\n }\n &.datasheets-layout .title-container {\n width:auto;\n white-space:nowrap;\n }\n\n & + * {\n margin-top: 15px;\n }\n .title-container {\n display:flex;\n gap:8px;\n }\n\n &.descriptions-layout .title-container {\n width:20%;\n }\n\n &.descriptions-layout {\n .inputs-container{\n .input-container{\n display: flex;\n align-items: center;\n gap:8px;\n margin-top:10px;\n }\n }\n }\n"])), _variables.GlobalColors.gray_light);
|
|
19
|
+
|
|
20
|
+
exports.Container = Container;
|
|
21
|
+
|
|
22
|
+
var ContainerIcon = _styledComponents.default.div(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n cursor: pointer;\n @font-face {\n font-family: \"Material Symbols Outlined\";\n font-style: normal;\n font-weight: 100 700;\n src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v68/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2)\n format(\"woff2\");\n }\n\n .hola {\n font-family: \"Material Symbols Outlined\";\n font-size: 30px;\n //line-height: 1;\n margin-top: 10px;\n }\n .hola {\n font-variation-settings: \"FILL\"\n ", ",\n \"wght\" 400, \"GRAD\" 0, \"opsz\" 48;\n \n }\n .icono-police{\n font-size:20px;\n color: ", ";\n }\n"])), function (props) {
|
|
23
|
+
return props.percentageRequired < 100 ? 0 : 1;
|
|
24
|
+
}, function (props) {
|
|
25
|
+
return props.percentageRequired < 100 ? "#d4d1d7" : "#ECDD1D";
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
exports.ContainerIcon = ContainerIcon;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = exports.MandatoryBarDefault = void 0;
|
|
9
|
+
|
|
10
|
+
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectSpread2"));
|
|
11
|
+
|
|
12
|
+
var _index = require("./index");
|
|
13
|
+
|
|
14
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
|
+
|
|
16
|
+
var _default = {
|
|
17
|
+
title: "Components/organisms/MandatoryBar",
|
|
18
|
+
component: _index.MandatoryBar,
|
|
19
|
+
argTypes: {}
|
|
20
|
+
};
|
|
21
|
+
exports.default = _default;
|
|
22
|
+
|
|
23
|
+
var Template = function Template(args) {
|
|
24
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.MandatoryBar, (0, _objectSpread2.default)({}, args));
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
var MandatoryBarDefault = Template.bind({});
|
|
28
|
+
exports.MandatoryBarDefault = MandatoryBarDefault;
|
|
29
|
+
MandatoryBarDefault.args = {
|
|
30
|
+
MandatoryBar: {}
|
|
31
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.MandatoryBar = void 0;
|
|
7
|
+
|
|
8
|
+
var _NumberMandatory = require("../../atoms/NumberMandatory");
|
|
9
|
+
|
|
10
|
+
var _styles = require("./styles");
|
|
11
|
+
|
|
12
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
+
|
|
14
|
+
var MandatoryBar = function MandatoryBar(_ref) {
|
|
15
|
+
var obligatorias = _ref.obligatorias,
|
|
16
|
+
minimas = _ref.minimas,
|
|
17
|
+
maximas = _ref.maximas;
|
|
18
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_styles.Container, {
|
|
19
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_NumberMandatory.NumberMandatory, {
|
|
20
|
+
number: obligatorias,
|
|
21
|
+
required: true,
|
|
22
|
+
typeImage: "obligatorias",
|
|
23
|
+
typeSingle: "obligatoria"
|
|
24
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_NumberMandatory.NumberMandatory, {
|
|
25
|
+
number: minimas,
|
|
26
|
+
required: false,
|
|
27
|
+
typeImage: "mínimas",
|
|
28
|
+
typeSingle: "mínimas"
|
|
29
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_NumberMandatory.NumberMandatory, {
|
|
30
|
+
number: maximas,
|
|
31
|
+
required: false,
|
|
32
|
+
typeImage: "máximas",
|
|
33
|
+
typeSingle: "máximas"
|
|
34
|
+
})]
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
exports.MandatoryBar = MandatoryBar;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.Container = void 0;
|
|
9
|
+
|
|
10
|
+
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/taggedTemplateLiteral"));
|
|
11
|
+
|
|
12
|
+
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
13
|
+
|
|
14
|
+
var _variables = require("../../../global-files/variables");
|
|
15
|
+
|
|
16
|
+
var _templateObject;
|
|
17
|
+
|
|
18
|
+
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: fit-content;\n height:60px;\n display: flex;\n gap: 10px;\n padding:22px 15px;\n border:1px solid ", ";\n border-radius:10px;\n"])), _variables.GlobalColors.gray_light);
|
|
19
|
+
|
|
20
|
+
exports.Container = Container;
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.default = exports.ProductImageModalv2Default = void 0;
|
|
9
|
+
|
|
10
|
+
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectSpread2"));
|
|
11
|
+
|
|
12
|
+
var _index = require("./index");
|
|
13
|
+
|
|
14
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
|
+
|
|
16
|
+
var _default = {
|
|
17
|
+
title: "Components/organisms/ProductImageModalv2",
|
|
18
|
+
component: _index.ProductImageModalv2
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
21
|
+
|
|
22
|
+
var Template = function Template(args) {
|
|
23
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.ProductImageModalv2, (0, _objectSpread2.default)({}, args));
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
var ProductImageModalv2Default = Template.bind({});
|
|
27
|
+
exports.ProductImageModalv2Default = ProductImageModalv2Default;
|
|
28
|
+
ProductImageModalv2Default.args = {
|
|
29
|
+
headerInfo: {},
|
|
30
|
+
images: {
|
|
31
|
+
values: [{
|
|
32
|
+
img: "https://image.shutterstock.com/image-illustration/3d-render-generic-drug-pills-260nw-709112806.jpg",
|
|
33
|
+
alt: "img",
|
|
34
|
+
name: "Hero",
|
|
35
|
+
data: [{
|
|
36
|
+
feature: "Tamaño de imagen",
|
|
37
|
+
value: "1000x10000"
|
|
38
|
+
}, {
|
|
39
|
+
feature: "Formato",
|
|
40
|
+
value: "jpg"
|
|
41
|
+
}, {
|
|
42
|
+
feature: "Resolución",
|
|
43
|
+
value: "300dpi"
|
|
44
|
+
}, {
|
|
45
|
+
feature: "Tipo de imagen",
|
|
46
|
+
value: "Tipo de imagen"
|
|
47
|
+
}, {
|
|
48
|
+
feature: "Identificador",
|
|
49
|
+
value: "F261"
|
|
50
|
+
}]
|
|
51
|
+
}, {
|
|
52
|
+
img: "https://www.muycomputer.com/wp-content/uploads/2020/12/google.png",
|
|
53
|
+
alt: "img",
|
|
54
|
+
name: "Hero2",
|
|
55
|
+
data: [{
|
|
56
|
+
feature: "Tamaño de imagen",
|
|
57
|
+
value: "1000x10000"
|
|
58
|
+
}, {
|
|
59
|
+
feature: "Formato",
|
|
60
|
+
value: "jpg"
|
|
61
|
+
}, {
|
|
62
|
+
feature: "Resolución",
|
|
63
|
+
value: "300dpi"
|
|
64
|
+
}, {
|
|
65
|
+
feature: "Tipo de imagen",
|
|
66
|
+
value: "Tipo de imagen"
|
|
67
|
+
}, {
|
|
68
|
+
feature: "Identificador",
|
|
69
|
+
value: "F261"
|
|
70
|
+
}]
|
|
71
|
+
}, {
|
|
72
|
+
img: "https://www.ionos.es/digitalguide/fileadmin/DigitalGuide/Teaser/bildergalerie-online-t.jpg",
|
|
73
|
+
alt: "img",
|
|
74
|
+
name: "Hero3",
|
|
75
|
+
data: [{
|
|
76
|
+
feature: "Tamaño de imagen",
|
|
77
|
+
value: "1000x10000"
|
|
78
|
+
}, {
|
|
79
|
+
feature: "Formato",
|
|
80
|
+
value: "jpg"
|
|
81
|
+
}, {
|
|
82
|
+
feature: "Resolución",
|
|
83
|
+
value: "300dpi"
|
|
84
|
+
}, {
|
|
85
|
+
feature: "Tipo de imagen",
|
|
86
|
+
value: "Tipo de imagen"
|
|
87
|
+
}, {
|
|
88
|
+
feature: "Identificador",
|
|
89
|
+
value: "F261"
|
|
90
|
+
}]
|
|
91
|
+
}, {
|
|
92
|
+
img: "https://i.pinimg.com/originals/d0/b9/28/d0b928df15d3a3bf1905865a8fedb257.jpg",
|
|
93
|
+
alt: "img",
|
|
94
|
+
name: "Hero4",
|
|
95
|
+
data: [{
|
|
96
|
+
feature: "Tamaño de imagen",
|
|
97
|
+
value: "1000x10000"
|
|
98
|
+
}, {
|
|
99
|
+
feature: "Formato",
|
|
100
|
+
value: "jpg"
|
|
101
|
+
}, {
|
|
102
|
+
feature: "Resolución",
|
|
103
|
+
value: "300dpi"
|
|
104
|
+
}, {
|
|
105
|
+
feature: "Tipo de imagen",
|
|
106
|
+
value: "Tipo de imagen"
|
|
107
|
+
}, {
|
|
108
|
+
feature: "Identificador",
|
|
109
|
+
value: "F261"
|
|
110
|
+
}]
|
|
111
|
+
}, {
|
|
112
|
+
img: "https://memegenerator.net/img/images/72798198.jpg",
|
|
113
|
+
alt: "img",
|
|
114
|
+
name: "Hero5",
|
|
115
|
+
data: [{
|
|
116
|
+
feature: "Tamaño de imagen",
|
|
117
|
+
value: "1000x10000"
|
|
118
|
+
}, {
|
|
119
|
+
feature: "Formato",
|
|
120
|
+
value: "jpg"
|
|
121
|
+
}, {
|
|
122
|
+
feature: "Resolución",
|
|
123
|
+
value: "300dpi"
|
|
124
|
+
}, {
|
|
125
|
+
feature: "Tipo de imagen",
|
|
126
|
+
value: "Tipo de imagen"
|
|
127
|
+
}, {
|
|
128
|
+
feature: "Identificador",
|
|
129
|
+
value: "F261"
|
|
130
|
+
}]
|
|
131
|
+
}, {
|
|
132
|
+
img: "http://www.dumpaday.com/wp-content/uploads/2016/02/funny-pictures-621.jpg",
|
|
133
|
+
alt: "img",
|
|
134
|
+
name: "Hero6",
|
|
135
|
+
data: [{
|
|
136
|
+
feature: "Tamaño de imagen",
|
|
137
|
+
value: "1000x10000"
|
|
138
|
+
}, {
|
|
139
|
+
feature: "Formato",
|
|
140
|
+
value: "jpg"
|
|
141
|
+
}, {
|
|
142
|
+
feature: "Resolución",
|
|
143
|
+
value: "300dpi"
|
|
144
|
+
}, {
|
|
145
|
+
feature: "Tipo de imagen",
|
|
146
|
+
value: "Tipo de imagen"
|
|
147
|
+
}, {
|
|
148
|
+
feature: "Identificador",
|
|
149
|
+
value: "F261"
|
|
150
|
+
}]
|
|
151
|
+
}]
|
|
152
|
+
}
|
|
153
|
+
};
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.ProductImageModalv2 = void 0;
|
|
9
|
+
|
|
10
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/slicedToArray"));
|
|
11
|
+
|
|
12
|
+
var _styles = require("./styles");
|
|
13
|
+
|
|
14
|
+
var _react = require("react");
|
|
15
|
+
|
|
16
|
+
var _ValidationPanel = require("../../atoms/ValidationPanel");
|
|
17
|
+
|
|
18
|
+
var _index = require("../../atoms/GeneralButton/index");
|
|
19
|
+
|
|
20
|
+
var _ProductImagev = require("../../atoms/ProductImagev2");
|
|
21
|
+
|
|
22
|
+
var _ImageSelectorv = require("../../molecules/ImageSelectorv2");
|
|
23
|
+
|
|
24
|
+
var _ImageDataTablev = require("../ImageDataTablev2");
|
|
25
|
+
|
|
26
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
27
|
+
|
|
28
|
+
var ProductImageModalv2 = function ProductImageModalv2(_ref) {
|
|
29
|
+
var _images$values$active, _images$values$active2, _images$values$active3;
|
|
30
|
+
|
|
31
|
+
var _ref$images = _ref.images,
|
|
32
|
+
images = _ref$images === void 0 ? [] : _ref$images,
|
|
33
|
+
headerInfo = _ref.headerInfo,
|
|
34
|
+
validation = _ref.validation,
|
|
35
|
+
setShowModal = _ref.setShowModal,
|
|
36
|
+
sendToFacilitator = _ref.sendToFacilitator,
|
|
37
|
+
_ref$approveRejectBut = _ref.approveRejectButtons,
|
|
38
|
+
approveRejectButtons = _ref$approveRejectBut === void 0 ? false : _ref$approveRejectBut;
|
|
39
|
+
|
|
40
|
+
var _useState = (0, _react.useState)(0),
|
|
41
|
+
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
42
|
+
activeImage = _useState2[0],
|
|
43
|
+
setActiveImage = _useState2[1];
|
|
44
|
+
|
|
45
|
+
var _useState3 = (0, _react.useState)(validation ? validation : "null-button"),
|
|
46
|
+
_useState4 = (0, _slicedToArray2.default)(_useState3, 2),
|
|
47
|
+
buttonType = _useState4[0],
|
|
48
|
+
setButtonType = _useState4[1];
|
|
49
|
+
|
|
50
|
+
var _useState5 = (0, _react.useState)(false),
|
|
51
|
+
_useState6 = (0, _slicedToArray2.default)(_useState5, 2),
|
|
52
|
+
showValidationPanel = _useState6[0],
|
|
53
|
+
setShowValidationPanel = _useState6[1];
|
|
54
|
+
|
|
55
|
+
var closeValidationPanel = function closeValidationPanel(e) {
|
|
56
|
+
if (!e.target.closest("#validation-panel") || e.target.closest(".validation-option") && showValidationPanel) {
|
|
57
|
+
document.removeEventListener("click", closeValidationPanel, false);
|
|
58
|
+
setShowValidationPanel(false);
|
|
59
|
+
}
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
(0, _react.useEffect)(function () {
|
|
63
|
+
if (showValidationPanel) {
|
|
64
|
+
document.addEventListener("click", closeValidationPanel, false);
|
|
65
|
+
}
|
|
66
|
+
}, [showValidationPanel]);
|
|
67
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.Container, {
|
|
68
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
69
|
+
className: "modal-container",
|
|
70
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
71
|
+
className: "modal-image-container",
|
|
72
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_ProductImagev.ProductImagev2, {
|
|
73
|
+
img: "https://" + process.env.REACT_APP_IMAGES_BUCKET + ".s3.amazonaws.com/" + (images === null || images === void 0 ? void 0 : (_images$values$active = images.values[activeImage]) === null || _images$values$active === void 0 ? void 0 : _images$values$active.srcDB),
|
|
74
|
+
altText: images === null || images === void 0 ? void 0 : (_images$values$active2 = images.values[activeImage]) === null || _images$values$active2 === void 0 ? void 0 : _images$values$active2.name,
|
|
75
|
+
imageType: "expanded-modal-image"
|
|
76
|
+
})
|
|
77
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
78
|
+
className: "modal-data-container",
|
|
79
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
80
|
+
className: "validation-and-table-container",
|
|
81
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
82
|
+
className: "validation-panel",
|
|
83
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.Button, {
|
|
84
|
+
buttonType: "general-white-button close-button-white",
|
|
85
|
+
onClick: function onClick() {
|
|
86
|
+
setShowModal(false);
|
|
87
|
+
}
|
|
88
|
+
})
|
|
89
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_ImageDataTablev.ImageDataTablev2, {
|
|
90
|
+
imageData: images === null || images === void 0 ? void 0 : (_images$values$active3 = images.values[activeImage]) === null || _images$values$active3 === void 0 ? void 0 : _images$values$active3.data,
|
|
91
|
+
headerInfo: headerInfo,
|
|
92
|
+
activeImage: images === null || images === void 0 ? void 0 : images.values[activeImage],
|
|
93
|
+
darkMode: true,
|
|
94
|
+
lists: images
|
|
95
|
+
})]
|
|
96
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_ImageSelectorv.ImageSelectorv2, {
|
|
97
|
+
images: images,
|
|
98
|
+
setActiveImage: setActiveImage,
|
|
99
|
+
modalSelector: true
|
|
100
|
+
})]
|
|
101
|
+
})]
|
|
102
|
+
})
|
|
103
|
+
});
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
exports.ProductImageModalv2 = ProductImageModalv2;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.Container = void 0;
|
|
9
|
+
|
|
10
|
+
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/taggedTemplateLiteral"));
|
|
11
|
+
|
|
12
|
+
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
13
|
+
|
|
14
|
+
var _variables = require("../../../global-files/variables");
|
|
15
|
+
|
|
16
|
+
var _templateObject;
|
|
17
|
+
|
|
18
|
+
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: center;\n align-items: center;\n min-height: 100vh;\n width: 100%;\n overflow: auto;\n position: fixed;\n background-color: rgba(59, 59, 59, 0.53);\n backdrop-filter: blur(4px);\n left: 0;\n top: 0;\n z-index: 100;\n\n .modal-container {\n display: flex;\n border-radius: 4px;\n overflow: hidden;\n\n .modal-data-container {\n display: flex;\n flex-direction: column;\n gap: 25px;\n align-items: center;\n padding: 15px;\n min-width: 375px;\n \n h2 {\n color: ", ";\n }\n\n .validation-and-table-container {\n .validation-panel {\n width: 100%;\n height: 44px;\n background-color: rgba(38,38,38,0.3);\n padding: 0 10px;\n position: absolute;\n top:0;\n right:0;\n display: flex;\n justify-content: flex-end;\n align-items: center;\n .circular-button {\n & + * {\n margin-left: 10px;\n }\n }\n\n button{\n width: 24px;\n height: 24px;\n border: 1px solid #f0f0f0;\n background-size: 12px;\n padding: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n // & + * {\n // margin-top: 25px;\n // }\n }\n }\n }\n }\n"])), _variables.GlobalColors.gray);
|
|
19
|
+
|
|
20
|
+
exports.Container = Container;
|