contentoh-components-library 21.4.102 → 21.4.104
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/_utils/helper.js +20 -15
- package/dist/assets/images/Icons/beenhere.svg +9 -0
- package/dist/assets/images/Icons/close-magenta.svg +9 -0
- package/dist/assets/images/Icons/closeCircle.svg +8 -0
- package/dist/assets/images/Icons/delete-forever-red.svg +9 -0
- package/dist/assets/images/Icons/delete-forever-white.svg +10 -0
- package/dist/assets/images/Icons/fullscreen.svg +3 -0
- package/dist/assets/images/Icons/save-white.svg +9 -0
- package/dist/assets/images/Icons/upload-file-white.svg +4 -0
- package/dist/assets/images/Icons/upload-file.svg +10 -0
- package/dist/assets/images/Icons/upload_file.svg +10 -0
- package/dist/components/atoms/ActivedFilter/ActivedFilter.stories.js +16 -5
- package/dist/components/atoms/ActivedFilter/index.js +8 -4
- package/dist/components/atoms/ActivedFilter/styles.js +9 -1
- package/dist/components/atoms/AsignationOption/AsignationOptions.stories.js +17 -6
- package/dist/components/atoms/AsignationOption/index.js +32 -16
- package/dist/components/atoms/AsignationOption/styles.js +9 -1
- package/dist/components/atoms/AtomList/AtomList.stories.js +16 -5
- package/dist/components/atoms/AtomList/index.js +11 -7
- package/dist/components/atoms/AtomList/styles.js +9 -1
- package/dist/components/atoms/Avatar/AsignationImage.stories.js +16 -5
- package/dist/components/atoms/Avatar/index.js +13 -8
- package/dist/components/atoms/Avatar/styles.js +8 -1
- package/dist/components/atoms/Button/index.js +4 -1
- package/dist/components/atoms/Button/styles.js +19 -3
- package/dist/components/atoms/ButtonFileChooser/ButtonFileChooser.stories.js +17 -6
- package/dist/components/atoms/ButtonFileChooser/index.js +70 -37
- package/dist/components/atoms/ButtonFileChooser/styles.js +9 -1
- package/dist/components/atoms/ButtonV2/ButtonV2.stories.js +18 -6
- package/dist/components/atoms/ButtonV2/index.js +61 -24
- package/dist/components/atoms/ButtonV2/styles.js +31 -39
- package/dist/components/atoms/Card/Card.stories.js +16 -5
- package/dist/components/atoms/Card/index.js +26 -14
- package/dist/components/atoms/Card/styles.js +9 -1
- package/dist/components/atoms/CharCounter/CharCounter.stories.js +16 -5
- package/dist/components/atoms/CharCounter/index.js +7 -5
- package/dist/components/atoms/CharCounter/styles.js +9 -1
- package/dist/components/atoms/CharsMissing/Wysiwyg.stories.js +16 -5
- package/dist/components/atoms/CharsMissing/index.js +56 -23
- package/dist/components/atoms/CharsMissing/styles.js +18 -18
- package/dist/components/atoms/CheckBox/CheckBox.stories.js +16 -5
- package/dist/components/atoms/CheckBox/index.js +19 -12
- package/dist/components/atoms/CheckBox/styles.js +15 -5
- package/dist/components/atoms/Commentary/index.js +7 -5
- package/dist/components/atoms/Commentary/styles.js +11 -5
- package/dist/components/atoms/CustomChip/CustomChip.stories.js +16 -5
- package/dist/components/atoms/CustomChip/index.js +26 -10
- package/dist/components/atoms/CustomChip/styles.js +9 -1
- package/dist/components/atoms/CustomIcon/CustomIcon.stories.js +17 -5
- package/dist/components/atoms/CustomIcon/index.js +16 -15
- package/dist/components/atoms/CustomIcon/styles.js +18 -18
- package/dist/components/atoms/CustomSelectItem/CustomSelectItem.stories.js +16 -5
- package/dist/components/atoms/CustomSelectItem/index.js +117 -92
- package/dist/components/atoms/CustomSelectItem/styles.js +10 -1
- package/dist/components/atoms/CustomerTypeImage/CustomerTypeImage.stories.js +16 -5
- package/dist/components/atoms/CustomerTypeImage/index.js +10 -4
- package/dist/components/atoms/CustomerTypeImage/styles.js +10 -5
- package/dist/components/atoms/DropDownButton/DropDownButton.stories.js +16 -5
- package/dist/components/atoms/DropDownButton/index.js +8 -4
- package/dist/components/atoms/DropDownButton/styles.js +8 -1
- package/dist/components/atoms/EditField/EditField.stories.js +16 -5
- package/dist/components/atoms/EditField/index.js +9 -5
- package/dist/components/atoms/EditField/styles.js +9 -1
- package/dist/components/atoms/FeatureTag/FeatureTag.stories.js +16 -5
- package/dist/components/atoms/FeatureTag/index.js +7 -5
- package/dist/components/atoms/FeatureTag/styles.js +10 -1
- package/dist/components/atoms/FeatureTagv2/FeatureTagv2.stories.js +16 -5
- package/dist/components/atoms/FeatureTagv2/index.js +9 -7
- package/dist/components/atoms/FeatureTagv2/styles.js +10 -1
- package/dist/components/atoms/GeneralButton/GeneralButton.stories.js +18 -13
- package/dist/components/atoms/GeneralButton/index.js +17 -12
- package/dist/components/atoms/GeneralButton/styles.js +27 -1
- package/dist/components/atoms/GeneralInput/GeneralInput.stories.js +18 -6
- package/dist/components/atoms/GeneralInput/index.js +89 -48
- package/dist/components/atoms/GeneralInput/styles.js +15 -13
- package/dist/components/atoms/GeneralInputv2/GeneralInputv2.stories.js +18 -6
- package/dist/components/atoms/GeneralInputv2/index.js +89 -48
- package/dist/components/atoms/GeneralInputv2/styles.js +15 -13
- package/dist/components/atoms/GeneralTextBox/GeneralTextBox.stories.js +16 -5
- package/dist/components/atoms/GeneralTextBox/index.js +9 -7
- package/dist/components/atoms/GeneralTextBox/styles.js +9 -1
- package/dist/components/atoms/GenericModal/GenericModal.stories.js +29 -9
- package/dist/components/atoms/GenericModal/index.js +12 -7
- package/dist/components/atoms/GenericModal/styles.js +10 -1
- package/dist/components/atoms/GradientPanel/GradientPanel.stories.js +32 -8
- package/dist/components/atoms/GradientPanel/index.js +12 -7
- package/dist/components/atoms/GradientPanel/styles.js +13 -9
- package/dist/components/atoms/Graphic/Graphic.stories.js +16 -5
- package/dist/components/atoms/Graphic/index.js +24 -22
- package/dist/components/atoms/Graphic/styles.js +8 -1
- package/dist/components/atoms/IconFile/IconFile.stories.js +16 -5
- package/dist/components/atoms/IconFile/index.js +20 -17
- package/dist/components/atoms/IconFile/styles.js +11 -5
- package/dist/components/atoms/Image/Image.stories.js +26 -13
- package/dist/components/atoms/Image/index.js +33 -24
- package/dist/components/atoms/Image/styles.js +25 -21
- package/dist/components/atoms/ImageCarousel/ImgeSlider.stories.js +16 -5
- package/dist/components/atoms/ImageCarousel/index.js +60 -31
- package/dist/components/atoms/ImageCarousel/styles.js +8 -1
- package/dist/components/atoms/ImageLink/ImageLink.stories.js +26 -13
- package/dist/components/atoms/ImageLink/index.js +30 -18
- package/dist/components/atoms/ImageLink/styles.js +23 -17
- package/dist/components/atoms/ImagePreview/ImagePreview.stories.js +26 -13
- package/dist/components/atoms/ImagePreview/index.js +89 -53
- package/dist/components/atoms/ImagePreview/styles.js +27 -18
- package/dist/components/atoms/Input/index.js +12 -4
- package/dist/components/atoms/Input/style.js +15 -2
- package/dist/components/atoms/InputFormatter/Wysiwyg.stories.js +16 -5
- package/dist/components/atoms/InputFormatter/index.js +93 -41
- package/dist/components/atoms/InputFormatter/styles.js +18 -18
- package/dist/components/atoms/InputFormatterv2/Wysiwyg.stories.js +16 -5
- package/dist/components/atoms/InputFormatterv2/index.js +93 -41
- package/dist/components/atoms/InputFormatterv2/styles.js +18 -18
- package/dist/components/atoms/InputImages/InputImages.stories.js +15 -5
- package/dist/components/atoms/InputImages/index.js +18 -8
- package/dist/components/atoms/InputImages/styles.js +9 -1
- package/dist/components/atoms/InputText/InputText.stories.js +18 -7
- package/dist/components/atoms/InputText/index.js +28 -34
- package/dist/components/atoms/InputText/styles.js +17 -17
- package/dist/components/atoms/LabelToInput/index.js +29 -9
- package/dist/components/atoms/LabelToInput/style.js +11 -1
- package/dist/components/atoms/LoadImageMenu/LoadImageMenu.stories.js +16 -5
- package/dist/components/atoms/LoadImageMenu/index.js +36 -19
- package/dist/components/atoms/LoadImageMenu/styles.js +9 -1
- package/dist/components/atoms/Loading/Loading.stories.js +16 -5
- package/dist/components/atoms/Loading/index.js +5 -1
- package/dist/components/atoms/Loading/styles.js +12 -2
- package/dist/components/atoms/LogoImage/LogoImage.stories.js +16 -5
- package/dist/components/atoms/LogoImage/index.js +7 -1
- package/dist/components/atoms/LogoImage/styles.js +8 -1
- package/dist/components/atoms/MenuNotification/MenuNotification.stories.js +16 -5
- package/dist/components/atoms/MenuNotification/index.js +22 -15
- package/dist/components/atoms/MenuNotification/styles.js +9 -1
- package/dist/components/atoms/MenuProfile/MenuProfile.stories.js +16 -5
- package/dist/components/atoms/MenuProfile/index.js +24 -16
- package/dist/components/atoms/MenuProfile/styles.js +9 -1
- package/dist/components/atoms/MetricCard/MetricCard.stories.js +16 -5
- package/dist/components/atoms/MetricCard/index.js +7 -5
- package/dist/components/atoms/MetricCard/styles.js +9 -1
- package/dist/components/atoms/MetricSelect/MetricSelect.stories.js +26 -8
- package/dist/components/atoms/MetricSelect/index.js +16 -12
- package/dist/components/atoms/MetricSelect/styles.js +9 -1
- package/dist/components/atoms/Multiselect/Multiselect.stories.js +16 -5
- package/dist/components/atoms/Multiselect/index.js +247 -141
- package/dist/components/atoms/Multiselect/styles.js +8 -1
- package/dist/components/atoms/NotFound/NotFound.stories.js +18 -6
- package/dist/components/atoms/NotFound/index.js +28 -13
- package/dist/components/atoms/NotFound/styles.js +9 -1
- package/dist/components/atoms/Notification/Notification.stories.js +16 -5
- package/dist/components/atoms/Notification/index.js +9 -6
- package/dist/components/atoms/Notification/styles.js +9 -1
- package/dist/components/atoms/NumberMandatory/NumberMandatory.stories.js +15 -5
- package/dist/components/atoms/NumberMandatory/index.js +12 -7
- package/dist/components/atoms/NumberMandatory/styles.js +9 -1
- package/dist/components/atoms/ObservationFlag/ObservationFlag.stories.js +16 -5
- package/dist/components/atoms/ObservationFlag/index.js +130 -66
- package/dist/components/atoms/ObservationFlag/styles.js +27 -12
- package/dist/components/atoms/PercentTag/PercentTag.stories.js +16 -5
- package/dist/components/atoms/PercentTag/index.js +7 -5
- package/dist/components/atoms/PercentTag/styles.js +11 -1
- package/dist/components/atoms/PriorityFlag/PriorityFlag.stories.js +16 -5
- package/dist/components/atoms/PriorityFlag/index.js +16 -10
- package/dist/components/atoms/PriorityFlag/styles.js +8 -1
- package/dist/components/atoms/PriorityFlagv2/PriorityFlagv2.stories.js +16 -5
- package/dist/components/atoms/PriorityFlagv2/index.js +16 -10
- package/dist/components/atoms/PriorityFlagv2/styles.js +8 -1
- package/dist/components/atoms/ProductImage/ProductImage.stories.js +15 -5
- package/dist/components/atoms/ProductImage/index.js +12 -7
- package/dist/components/atoms/ProductImage/styles.js +8 -1
- package/dist/components/atoms/ProductImagev2/ProductImagev2.stories.js +15 -5
- package/dist/components/atoms/ProductImagev2/index.js +12 -7
- package/dist/components/atoms/ProductImagev2/styles.js +8 -1
- package/dist/components/atoms/ProductPercentCard/Percent.stories.js +17 -6
- package/dist/components/atoms/ProductPercentCard/index.js +12 -6
- package/dist/components/atoms/ProductPercentCard/styles.js +9 -1
- package/dist/components/atoms/Progress/Progress.stories.js +17 -5
- package/dist/components/atoms/Progress/index.js +14 -10
- package/dist/components/atoms/Progress/styles.js +19 -2
- package/dist/components/atoms/ProgressBar/ProgressBar.stories.js +17 -5
- package/dist/components/atoms/ProgressBar/index.js +9 -6
- package/dist/components/atoms/ProgressBar/styles.js +19 -2
- package/dist/components/atoms/RatingStars/RatingStars.stories.js +16 -5
- package/dist/components/atoms/RatingStars/index.js +34 -12
- package/dist/components/atoms/RatingStars/styles.js +8 -1
- package/dist/components/atoms/RetailerCatalog/RetailerCatalog.stories.js +16 -5
- package/dist/components/atoms/RetailerCatalog/index.js +40 -16
- package/dist/components/atoms/RetailerCatalog/styles.js +9 -1
- package/dist/components/atoms/RetailerOption/RetailerOption.stories.js +16 -5
- package/dist/components/atoms/RetailerOption/index.js +21 -7
- package/dist/components/atoms/RetailerOption/styles.js +9 -1
- package/dist/components/atoms/RetailersList/RetailersList.stories.js +16 -5
- package/dist/components/atoms/RetailersList/index.js +27 -12
- package/dist/components/atoms/RetailersList/styles.js +8 -1
- package/dist/components/atoms/ScreenHeader/ScreenHeader.stories.js +21 -7
- package/dist/components/atoms/ScreenHeader/index.js +12 -9
- package/dist/components/atoms/ScreenHeader/styles.js +25 -25
- package/dist/components/atoms/ScreenHeaderv2/ScreenHeaderv2.stories.js +21 -7
- package/dist/components/atoms/ScreenHeaderv2/index.js +59 -32
- package/dist/components/atoms/ScreenHeaderv2/styles.js +23 -25
- package/dist/components/atoms/Select/VersionSelect.js +17 -12
- package/dist/components/atoms/Select/index.js +16 -14
- package/dist/components/atoms/Select/style.js +23 -10
- package/dist/components/atoms/SelectItemV2/SelectItemV2.stories.js +17 -6
- package/dist/components/atoms/SelectItemV2/index.js +23 -22
- package/dist/components/atoms/SelectItemV2/styles.js +15 -9
- package/dist/components/atoms/Selectv2/VersionSelect.js +17 -12
- package/dist/components/atoms/Selectv2/index.js +16 -14
- package/dist/components/atoms/Selectv2/style.js +23 -10
- package/dist/components/atoms/SideMenuButton/SideMenuButton.stories.js +16 -5
- package/dist/components/atoms/SideMenuButton/index.js +8 -6
- package/dist/components/atoms/SideMenuButton/styles.js +9 -1
- package/dist/components/atoms/SliderToolTip/SliderToolTip.stories.js +26 -6
- package/dist/components/atoms/SliderToolTip/index.js +70 -50
- package/dist/components/atoms/SliderToolTip/styles.js +13 -2
- package/dist/components/atoms/Status/Status.stories.js +16 -5
- package/dist/components/atoms/Status/index.js +7 -5
- package/dist/components/atoms/Status/styles.js +9 -1
- package/dist/components/atoms/TabSection/TabSection.stories.js +18 -6
- package/dist/components/atoms/TabSection/index.js +8 -6
- package/dist/components/atoms/TabSection/styles.js +9 -1
- package/dist/components/atoms/TabSectionv2/TabSection.stories.js +18 -6
- package/dist/components/atoms/TabSectionv2/index.js +9 -7
- package/dist/components/atoms/TabSectionv2/styles.js +9 -1
- package/dist/components/atoms/Tooltip/Tooltip.stories.js +16 -5
- package/dist/components/atoms/Tooltip/index.js +24 -22
- package/dist/components/atoms/Tooltip/styles.js +9 -1
- package/dist/components/atoms/TooltipLight/Tooltip.stories.js +16 -5
- package/dist/components/atoms/TooltipLight/index.js +44 -33
- package/dist/components/atoms/TooltipLight/styles.js +11 -5
- package/dist/components/atoms/UserCatalog/UserCatalog.stories.js +16 -5
- package/dist/components/atoms/UserCatalog/index.js +34 -15
- package/dist/components/atoms/UserCatalog/styles.js +8 -1
- package/dist/components/atoms/UserOption/UserOption.stories.js +16 -5
- package/dist/components/atoms/UserOption/index.js +55 -19
- package/dist/components/atoms/UserOption/styles.js +9 -1
- package/dist/components/atoms/UserSelector/UserSelector.stories.js +16 -5
- package/dist/components/atoms/UserSelector/index.js +56 -30
- package/dist/components/atoms/UserSelector/styles.js +17 -17
- package/dist/components/atoms/ValidationPanel/ValidationPanel.stories.js +16 -5
- package/dist/components/atoms/ValidationPanel/index.js +21 -15
- package/dist/components/atoms/ValidationPanel/styles.js +9 -1
- package/dist/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +19 -5
- package/dist/components/atoms/VerticalSideMenuMainPage/index.js +42 -19
- package/dist/components/atoms/VerticalSideMenuMainPage/styles.js +28 -26
- package/dist/components/atoms/WordsMissing/Wysiwyg.stories.js +16 -5
- package/dist/components/atoms/WordsMissing/index.js +56 -23
- package/dist/components/atoms/WordsMissing/styles.js +9 -1
- package/dist/components/molecules/AddProvidersAndProducts/AddProvidersAndProducts.stories.js +16 -5
- package/dist/components/molecules/AddProvidersAndProducts/index.js +12 -7
- package/dist/components/molecules/AddProvidersAndProducts/styles.js +9 -1
- package/dist/components/molecules/AsignationInfo/AsignationInfo.stories.js +16 -5
- package/dist/components/molecules/AsignationInfo/index.js +62 -32
- package/dist/components/molecules/AsignationInfo/styles.js +9 -1
- package/dist/components/molecules/AssignedWork/AssignedWork.stories.js +18 -6
- package/dist/components/molecules/AssignedWork/index.js +18 -9
- package/dist/components/molecules/AssignedWork/styles.js +9 -1
- package/dist/components/molecules/AvatarAndValidation/AvatarAndValidation.stories.js +16 -5
- package/dist/components/molecules/AvatarAndValidation/index.js +37 -18
- package/dist/components/molecules/AvatarAndValidation/styles.js +8 -1
- package/dist/components/molecules/BoxAttribute/BoxAttribute.stories.js +16 -5
- package/dist/components/molecules/BoxAttribute/index.js +52 -42
- package/dist/components/molecules/BoxAttribute/styles.js +11 -5
- package/dist/components/molecules/BoxButtons/BoxButtons.stories.js +16 -5
- package/dist/components/molecules/BoxButtons/index.js +11 -8
- package/dist/components/molecules/BoxButtons/styles.js +13 -2
- package/dist/components/molecules/ButtonDownloadFile/DownloadFile.stories.js +20 -8
- package/dist/components/molecules/ButtonDownloadFile/index.js +129 -59
- package/dist/components/molecules/ButtonDownloadFile/styles.js +11 -5
- package/dist/components/molecules/CarouselImagesLogin/CarouselImagesLogin.stories.js +18 -5
- package/dist/components/molecules/CarouselImagesLogin/index.js +38 -20
- package/dist/components/molecules/CarouselImagesLogin/styles.js +10 -5
- package/dist/components/molecules/CustomSelect/CustomSelect.stories.js +17 -6
- package/dist/components/molecules/CustomSelect/SelectItem.js +91 -39
- package/dist/components/molecules/CustomSelect/index.js +164 -85
- package/dist/components/molecules/CustomSelect/styles.js +13 -5
- package/dist/components/molecules/Dropdown/Dropdown.stories.js +24 -11
- package/dist/components/molecules/Dropdown/index.js +45 -38
- package/dist/components/molecules/Dropdown/styles.js +13 -9
- package/dist/components/molecules/EditionActiveImage/EditionActiveImage.stories.js +16 -5
- package/dist/components/molecules/EditionActiveImage/index.js +13 -7
- package/dist/components/molecules/EditionActiveImage/styles.js +8 -1
- package/dist/components/molecules/EditionActiveImagev2/EditionActiveImagev2.stories.js +16 -5
- package/dist/components/molecules/EditionActiveImagev2/index.js +13 -7
- package/dist/components/molecules/EditionActiveImagev2/styles.js +8 -1
- package/dist/components/molecules/EditionTabs/EditionTabs.stories.js +30 -0
- package/dist/components/molecules/EditionTabs/index.js +59 -0
- package/dist/components/molecules/EditionTabs/styles.js +21 -0
- package/dist/components/molecules/EmailResetPasswordLogin/EmailResetPasswordLogin.stories.js +16 -5
- package/dist/components/molecules/EmailResetPasswordLogin/index.js +97 -28
- package/dist/components/molecules/EmailResetPasswordLogin/styles.js +9 -1
- package/dist/components/molecules/FeaturesBar/FeaturesBar.stories.js +16 -5
- package/dist/components/molecules/FeaturesBar/index.js +26 -10
- package/dist/components/molecules/FeaturesBar/styles.js +8 -1
- package/dist/components/molecules/FeaturesBarv2/FeaturesBarv2.stories.js +16 -5
- package/dist/components/molecules/FeaturesBarv2/index.js +30 -14
- package/dist/components/molecules/FeaturesBarv2/styles.js +8 -1
- package/dist/components/molecules/GalleryElement/GalleryElement.stories.js +16 -5
- package/dist/components/molecules/GalleryElement/index.js +65 -34
- package/dist/components/molecules/GalleryElement/styles.js +9 -1
- package/dist/components/molecules/GalleryElementv2/GalleryElementv2.stories.js +16 -5
- package/dist/components/molecules/GalleryElementv2/index.js +70 -36
- package/dist/components/molecules/GalleryElementv2/styles.js +9 -1
- package/dist/components/molecules/GalleryHeader/GalleryHeader.stories.js +16 -5
- package/dist/components/molecules/GalleryHeader/index.js +19 -10
- package/dist/components/molecules/GalleryHeader/styles.js +9 -1
- package/dist/components/molecules/GalleryHeaderv2/GalleryHeaderv2.stories.js +16 -5
- package/dist/components/molecules/GalleryHeaderv2/index.js +19 -10
- package/dist/components/molecules/GalleryHeaderv2/styles.js +9 -1
- package/dist/components/molecules/GridItem/GridItem.stories.js +86 -93
- package/dist/components/molecules/GridItem/index.js +62 -33
- package/dist/components/molecules/GridItem/styles.js +9 -1
- package/dist/components/molecules/GroupSelect/GroupSelect.stories.js +17 -6
- package/dist/components/molecules/GroupSelect/SelectItem.js +91 -39
- package/dist/components/molecules/GroupSelect/index.js +164 -84
- package/dist/components/molecules/GroupSelect/styles.js +13 -5
- package/dist/components/molecules/HeaderItem/ColumnItem.js +8 -6
- package/dist/components/molecules/HeaderItem/HeaderItem.stories.js +16 -5
- package/dist/components/molecules/HeaderItem/index.js +21 -12
- package/dist/components/molecules/HeaderItem/styles.js +17 -10
- package/dist/components/molecules/HeaderTop/HeaderTop.stories.js +16 -5
- package/dist/components/molecules/HeaderTop/index.js +48 -22
- package/dist/components/molecules/HeaderTop/styles.js +8 -1
- package/dist/components/molecules/HeaderTopv2/HeaderTopv2.stories.js +16 -5
- package/dist/components/molecules/HeaderTopv2/index.js +47 -21
- package/dist/components/molecules/HeaderTopv2/styles.js +8 -1
- package/dist/components/molecules/ImageSelector/ImageSelector.stories.js +16 -5
- package/dist/components/molecules/ImageSelector/index.js +21 -12
- package/dist/components/molecules/ImageSelector/styles.js +8 -1
- package/dist/components/molecules/ImageSelectorv2/ImageSelectorv2.stories.js +16 -5
- package/dist/components/molecules/ImageSelectorv2/index.js +21 -12
- package/dist/components/molecules/ImageSelectorv2/styles.js +8 -1
- package/dist/components/molecules/ImageTooltip/ImageTooltip.stories.js +26 -13
- package/dist/components/molecules/ImageTooltip/index.js +35 -23
- package/dist/components/molecules/ImageTooltip/styles.js +18 -13
- package/dist/components/molecules/LoginPasswordStrength/LoginPasswordStrength.stories.js +16 -5
- package/dist/components/molecules/LoginPasswordStrength/index.js +44 -18
- package/dist/components/molecules/LoginPasswordStrength/styles.js +26 -4
- package/dist/components/molecules/LogoLoading/Loading.stories.js +16 -5
- package/dist/components/molecules/LogoLoading/index.js +7 -1
- package/dist/components/molecules/LogoLoading/styles.js +8 -1
- package/dist/components/molecules/ParentComponent/ParentComponent.stories.js +21 -8
- package/dist/components/molecules/ParentComponent/index.js +17 -3
- package/dist/components/molecules/ParentComponent/styles.js +8 -1
- package/dist/components/molecules/PayMethod/PayMethod.stories.js +16 -5
- package/dist/components/molecules/PayMethod/index.js +14 -2
- package/dist/components/molecules/PayMethod/styles.js +9 -1
- package/dist/components/molecules/Phase/Phase.stories.js +17 -5
- package/dist/components/molecules/Phase/index.js +408 -183
- package/dist/components/molecules/Phase/styles.js +13 -2
- package/dist/components/molecules/PlanSelection/PlanSelection.stories.js +16 -5
- package/dist/components/molecules/PlanSelection/index.js +25 -14
- package/dist/components/molecules/PlanSelection/styles.js +8 -1
- package/dist/components/molecules/ProductNameHeader/ProductNameHeader.stories.js +17 -5
- package/dist/components/molecules/ProductNameHeader/index.js +22 -17
- package/dist/components/molecules/ProductNameHeader/styles.js +8 -1
- package/dist/components/molecules/ProductNameHeaderv2/ProductNameHeaderv2.stories.js +17 -5
- package/dist/components/molecules/ProductNameHeaderv2/index.js +7 -4
- package/dist/components/molecules/ProductNameHeaderv2/styles.js +8 -1
- package/dist/components/molecules/ProductNotification/ProductNotification.stories.js +16 -5
- package/dist/components/molecules/ProductNotification/index.js +25 -9
- package/dist/components/molecules/ProductNotification/styles.js +9 -1
- package/dist/components/molecules/ProductSkuStatus/ProductSkuStatus.stories.js +19 -7
- package/dist/components/molecules/ProductSkuStatus/index.js +12 -8
- package/dist/components/molecules/ProductSkuStatus/styles.js +8 -1
- package/dist/components/molecules/ProfileHeader/ProfileHeader.stories.js +16 -5
- package/dist/components/molecules/ProfileHeader/index.js +29 -11
- package/dist/components/molecules/ProfileHeader/styles.js +9 -1
- package/dist/components/molecules/RegistrationFirstStep/RegistrationFirstStep.stories.js +16 -5
- package/dist/components/molecules/RegistrationFirstStep/index.js +90 -27
- package/dist/components/molecules/RegistrationFirstStep/styles.js +9 -1
- package/dist/components/molecules/RegistrationSecondStep/RegistrationSecondStep.stories.js +16 -5
- package/dist/components/molecules/RegistrationSecondStep/index.js +63 -18
- package/dist/components/molecules/RegistrationSecondStep/styles.js +9 -1
- package/dist/components/molecules/RegistrationThirdStep/RegistrationThirdStep.stories.js +16 -5
- package/dist/components/molecules/RegistrationThirdStep/index.js +51 -14
- package/dist/components/molecules/RegistrationThirdStep/styles.js +9 -1
- package/dist/components/molecules/RetailerSelector/RetailerSelector.stories.js +16 -5
- package/dist/components/molecules/RetailerSelector/index.js +73 -31
- package/dist/components/molecules/RetailerSelector/styles.js +9 -1
- package/dist/components/molecules/RetailerSelectorv2/RetailerSelectorv2.stories.js +16 -5
- package/dist/components/molecules/RetailerSelectorv2/index.js +72 -31
- package/dist/components/molecules/RetailerSelectorv2/styles.js +9 -1
- package/dist/components/molecules/RowItem/ColumnItem.js +8 -6
- package/dist/components/molecules/RowItem/RowItem.stories.js +18 -5
- package/dist/components/molecules/RowItem/index.js +30 -21
- package/dist/components/molecules/RowItem/styles.js +17 -10
- package/dist/components/molecules/SelectV2/SelectV2.stories.js +17 -6
- package/dist/components/molecules/SelectV2/index.js +130 -101
- package/dist/components/molecules/SelectV2/styles.js +24 -25
- package/dist/components/molecules/SelectV2/test.js +24 -7
- package/dist/components/molecules/SelectV2/test.stories.js +16 -5
- package/dist/components/molecules/ServiceDataValidator/ServiceDataValidator.stories.js +16 -5
- package/dist/components/molecules/ServiceDataValidator/index.js +22 -17
- package/dist/components/molecules/ServiceDataValidator/styles.js +9 -1
- package/dist/components/molecules/SidebarNotification/SidebarNotification.stories.js +19 -7
- package/dist/components/molecules/SidebarNotification/index.js +40 -20
- package/dist/components/molecules/SidebarNotification/styles.js +9 -1
- package/dist/components/molecules/SignInLogin/SignInLogin.stories.js +16 -5
- package/dist/components/molecules/SignInLogin/index.js +197 -83
- package/dist/components/molecules/SignInLogin/styles.js +9 -1
- package/dist/components/molecules/StatusAsignationInfo/FinancedCompanies.js +2 -1
- package/dist/components/molecules/StatusAsignationInfo/StatusAsignationInfo.stories.js +16 -5
- package/dist/components/molecules/StatusAsignationInfo/index.js +89 -48
- package/dist/components/molecules/StatusAsignationInfo/styles.js +9 -1
- package/dist/components/molecules/StatusRetailer/StatusAsignationInfo.stories.js +16 -5
- package/dist/components/molecules/StatusRetailer/index.js +34 -15
- package/dist/components/molecules/StatusRetailer/styles.js +9 -1
- package/dist/components/molecules/StripeCardForm/StripeCardForm.stories.js +16 -5
- package/dist/components/molecules/StripeCardForm/index.js +63 -18
- package/dist/components/molecules/StripeCardForm/paymentForm.js +121 -57
- package/dist/components/molecules/StripeCardForm/styles.js +15 -6
- package/dist/components/molecules/StripeCardSelector/CardSelector.stories.js +16 -5
- package/dist/components/molecules/StripeCardSelector/index.js +90 -29
- package/dist/components/molecules/StripeCardSelector/styles.js +10 -5
- package/dist/components/molecules/StripeCardSelector/utils.js +46 -14
- package/dist/components/molecules/TableHeader/TableHeader.stories.js +16 -5
- package/dist/components/molecules/TableHeader/index.js +17 -12
- package/dist/components/molecules/TableHeader/styles.js +9 -1
- package/dist/components/molecules/TableRow/TableRow.stories.js +16 -5
- package/dist/components/molecules/TableRow/index.js +9 -6
- package/dist/components/molecules/TableRow/styles.js +8 -1
- package/dist/components/molecules/TabsMenu/TabsMenu.stories.js +16 -5
- package/dist/components/molecules/TabsMenu/index.js +83 -38
- package/dist/components/molecules/TabsMenu/styles.js +8 -1
- package/dist/components/molecules/TabsMenuv2/TabsMenuv2.stories.js +16 -5
- package/dist/components/molecules/TabsMenuv2/index.js +85 -40
- package/dist/components/molecules/TabsMenuv2/styles.js +8 -1
- package/dist/components/molecules/TagAndInput/TagAndInput.stories.js +18 -6
- package/dist/components/molecules/TagAndInput/index.js +74 -52
- package/dist/components/molecules/TagAndInput/styles.js +15 -13
- package/dist/components/molecules/TagAndInputv2/TagAndInputv2.stories.js +18 -6
- package/dist/components/molecules/TagAndInputv2/index.js +37 -33
- package/dist/components/molecules/TagAndInputv2/styles.js +15 -13
- package/dist/components/molecules/Validation/Validation.stories.js +16 -5
- package/dist/components/molecules/Validation/index.js +38 -18
- package/dist/components/molecules/Validation/styles.js +8 -1
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/VerificationCodeResetPasswordLogin.stories.js +16 -5
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/index.js +116 -41
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/styles.js +9 -1
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/utils.js +21 -12
- package/dist/components/molecules/VersionItem/VersionItem.stories.js +16 -5
- package/dist/components/molecules/VersionItem/index.js +28 -12
- package/dist/components/molecules/VersionItem/styles.js +9 -1
- package/dist/components/molecules/VersionItemv2/VersionItemv2.stories.js +16 -5
- package/dist/components/molecules/VersionItemv2/index.js +28 -12
- package/dist/components/molecules/VersionItemv2/styles.js +9 -1
- package/dist/components/organisms/BarButtons/BarButtons.stories.js +16 -5
- package/dist/components/organisms/BarButtons/index.js +54 -28
- package/dist/components/organisms/BarButtons/styles.js +13 -2
- package/dist/components/organisms/Box/Box.stories.js +18 -5
- package/dist/components/organisms/Box/index.js +94 -57
- package/dist/components/organisms/Box/styles.js +9 -1
- package/dist/components/organisms/BoxOnboarding/BoxOnboarding.stories.js +18 -5
- package/dist/components/organisms/BoxOnboarding/index.js +35 -15
- package/dist/components/organisms/BoxOnboarding/styles.js +9 -1
- package/dist/components/organisms/Calendar/Calendar.stories.js +16 -5
- package/dist/components/organisms/Calendar/index.js +11 -6
- package/dist/components/organisms/Calendar/styles.js +9 -1
- package/dist/components/organisms/ChangePassword/ChangePassword.stories.js +16 -5
- package/dist/components/organisms/ChangePassword/index.js +82 -26
- package/dist/components/organisms/ChangePassword/styles.js +8 -1
- package/dist/components/organisms/Chat/Chat.stories.js +39 -28
- package/dist/components/organisms/Chat/ChatLists/ChatLists.stories.js +26 -14
- package/dist/components/organisms/Chat/ChatLists/index.js +48 -23
- package/dist/components/organisms/Chat/ChatLists/styles.js +17 -4
- package/dist/components/organisms/Chat/ContainerItems/ContainerItems.stories.js +26 -17
- package/dist/components/organisms/Chat/ContainerItems/index.js +245 -137
- package/dist/components/organisms/Chat/ContainerItems/styles.js +9 -1
- package/dist/components/organisms/Chat/ContentChat/ContentChat.stories.js +24 -16
- package/dist/components/organisms/Chat/ContentChat/index.js +1391 -670
- package/dist/components/organisms/Chat/ContentChat/styles.js +9 -1
- package/dist/components/organisms/Chat/Footer/Footer.stories.js +19 -8
- package/dist/components/organisms/Chat/Footer/index.js +718 -321
- package/dist/components/organisms/Chat/Footer/styles.js +21 -4
- package/dist/components/organisms/Chat/Header/Header.stories.js +28 -16
- package/dist/components/organisms/Chat/Header/index.js +22 -15
- package/dist/components/organisms/Chat/Header/styles.js +9 -1
- package/dist/components/organisms/Chat/index.js +142 -125
- package/dist/components/organisms/Chat/styles.js +17 -3
- package/dist/components/organisms/Chatv2/ChatLists/ChatLists.stories.js +26 -14
- package/dist/components/organisms/Chatv2/ChatLists/index.js +48 -23
- package/dist/components/organisms/Chatv2/ChatLists/styles.js +17 -4
- package/dist/components/organisms/Chatv2/Chatv2.stories.js +39 -28
- package/dist/components/organisms/Chatv2/ContainerItems/ContainerItems.stories.js +26 -17
- package/dist/components/organisms/Chatv2/ContainerItems/index.js +245 -137
- package/dist/components/organisms/Chatv2/ContainerItems/styles.js +9 -1
- package/dist/components/organisms/Chatv2/ContentChat/ContentChat.stories.js +24 -16
- package/dist/components/organisms/Chatv2/ContentChat/index.js +1391 -670
- package/dist/components/organisms/Chatv2/ContentChat/styles.js +9 -1
- package/dist/components/organisms/Chatv2/Footer/Footer.stories.js +19 -8
- package/dist/components/organisms/Chatv2/Footer/index.js +718 -321
- package/dist/components/organisms/Chatv2/Footer/styles.js +21 -4
- package/dist/components/organisms/Chatv2/Header/Header.stories.js +28 -16
- package/dist/components/organisms/Chatv2/Header/index.js +22 -15
- package/dist/components/organisms/Chatv2/Header/styles.js +9 -1
- package/dist/components/organisms/Chatv2/index.js +142 -125
- package/dist/components/organisms/Chatv2/styles.js +21 -5
- package/dist/components/organisms/CompleteServices/CompleteServices.stories.js +16 -5
- package/dist/components/organisms/CompleteServices/index.js +24 -16
- package/dist/components/organisms/CompleteServices/styles.js +9 -1
- package/dist/components/organisms/CreateVersion/CreateVersion.stories.js +16 -5
- package/dist/components/organisms/CreateVersion/RenderChilds.js +41 -10
- package/dist/components/organisms/CreateVersion/index.js +88 -35
- package/dist/components/organisms/CreateVersion/styles.js +17 -4
- package/dist/components/organisms/DashboardMetric/DashboardMetric.stories.js +16 -5
- package/dist/components/organisms/DashboardMetric/dashboardMetricUtils.js +54 -5
- package/dist/components/organisms/DashboardMetric/index.js +59 -41
- package/dist/components/organisms/DashboardMetric/styles.js +9 -1
- package/dist/components/organisms/DragAndDropPhases/DragAndDropPhases.stories.js +16 -5
- package/dist/components/organisms/DragAndDropPhases/index.js +350 -170
- package/dist/components/organisms/DragAndDropPhases/styles.js +13 -2
- package/dist/components/organisms/DragPrueba/DragPrueba.stories.js +16 -5
- package/dist/components/organisms/DragPrueba/index.js +57 -19
- package/dist/components/organisms/DragPrueba/styles.js +9 -1
- package/dist/components/organisms/EditGroup/EditGroup.stories.js +16 -5
- package/dist/components/organisms/EditGroup/index.js +416 -199
- package/dist/components/organisms/EditGroup/styles.js +16 -3
- package/dist/components/organisms/FullProductNameHeader/FullProductNameHeader.stories.js +16 -5
- package/dist/components/organisms/FullProductNameHeader/index.js +45 -28
- package/dist/components/organisms/FullProductNameHeader/styles.js +8 -1
- package/dist/components/organisms/FullProductNamev2/FullProductNamev2.stories.js +16 -5
- package/dist/components/organisms/FullProductNamev2/index.js +37 -16
- package/dist/components/organisms/FullProductNamev2/styles.js +9 -1
- package/dist/components/organisms/FullTabsMenu/FullTabsMenu.stories.js +16 -5
- package/dist/components/organisms/FullTabsMenu/index.js +43 -28
- package/dist/components/organisms/FullTabsMenu/styles.js +8 -1
- package/dist/components/organisms/FullTabsMenuv2/FullTabsMenuv2.stories.js +16 -5
- package/dist/components/organisms/FullTabsMenuv2/index.js +71 -45
- package/dist/components/organisms/FullTabsMenuv2/styles.js +8 -1
- package/dist/components/organisms/Fullplan/FullPlan.stories.js +16 -5
- package/dist/components/organisms/Fullplan/index.js +23 -7
- package/dist/components/organisms/Fullplan/styles.js +9 -1
- package/dist/components/organisms/GlobalModal/index.js +10 -1
- package/dist/components/organisms/GlobalModal/styles.js +56 -12
- package/dist/components/organisms/GridProducts/GridProducts.stories.js +52 -29
- package/dist/components/organisms/GridProducts/index.js +25 -18
- package/dist/components/organisms/GridProducts/styles.js +8 -1
- package/dist/components/organisms/GridProducts/utils.js +25 -22
- package/dist/components/organisms/ImageDataTable/ImageDataTable.stories.js +16 -5
- package/dist/components/organisms/ImageDataTable/index.js +55 -37
- package/dist/components/organisms/ImageDataTable/styles.js +13 -9
- package/dist/components/organisms/ImageDataTablev2/ImageDataTablev2.stories.js +16 -5
- package/dist/components/organisms/ImageDataTablev2/index.js +55 -37
- package/dist/components/organisms/ImageDataTablev2/styles.js +13 -9
- package/dist/components/organisms/ImagePreviewer/ImagePreviewer.stories.js +16 -5
- package/dist/components/organisms/ImagePreviewer/index.js +12 -7
- package/dist/components/organisms/ImagePreviewer/styles.js +8 -1
- package/dist/components/organisms/ImagePreviewerv2/ImagePreviewerv2.stories.js +16 -5
- package/dist/components/organisms/ImagePreviewerv2/index.js +14 -8
- package/dist/components/organisms/ImagePreviewerv2/styles.js +8 -1
- package/dist/components/organisms/ImagesGroup/index.js +11 -2
- package/dist/components/organisms/ImagesGroup/styles.js +8 -1
- package/dist/components/organisms/InputGroup/InputGroup.stories.js +16 -5
- package/dist/components/organisms/InputGroup/index.js +55 -26
- package/dist/components/organisms/InputGroup/styles.js +9 -1
- package/dist/components/organisms/InputGroupv2/InputGroupv2.stories.js +16 -5
- package/dist/components/organisms/InputGroupv2/index.js +54 -29
- package/dist/components/organisms/InputGroupv2/styles.js +17 -2
- package/dist/components/organisms/MandatoryBar/MandatoryBar.stories.js +16 -5
- package/dist/components/organisms/MandatoryBar/index.js +9 -6
- package/dist/components/organisms/MandatoryBar/styles.js +9 -1
- package/dist/components/organisms/Modal/Modal.stories.js +21 -8
- package/dist/components/organisms/Modal/index.js +29 -24
- package/dist/components/organisms/Modal/styles.js +9 -1
- package/dist/components/organisms/OrderDetail/OrderDetail.stories.js +209 -42
- package/dist/components/organisms/OrderDetail/index.js +73 -36
- package/dist/components/organisms/OrderDetail/styles.js +29 -6
- package/dist/components/organisms/OrderDetail/utils/ImageGroup/index.js +38 -19
- package/dist/components/organisms/OrderDetail/utils/ImageGroup/styles.js +24 -14
- package/dist/components/organisms/OrderDetail/utils/Table/index.js +121 -62
- package/dist/components/organisms/OrderDetail/utils/Table/styles.js +23 -18
- package/dist/components/organisms/OrderDetail/utils/Table/utils.js +5 -2
- package/dist/components/organisms/PanelLayout/PanelLayout.stories.js +21 -6
- package/dist/components/organisms/PanelLayout/index.js +9 -7
- package/dist/components/organisms/PanelLayout/styles.js +21 -4
- package/dist/components/organisms/ProductImageModal/ProductImageModal.stories.js +16 -5
- package/dist/components/organisms/ProductImageModal/index.js +53 -18
- package/dist/components/organisms/ProductImageModal/styles.js +9 -1
- package/dist/components/organisms/ProductImageModalv2/ProductImageModalv2.stories.js +16 -5
- package/dist/components/organisms/ProductImageModalv2/index.js +44 -15
- package/dist/components/organisms/ProductImageModalv2/styles.js +9 -1
- package/dist/components/organisms/RangeCalendar/RangeCalendar.stories.js +16 -5
- package/dist/components/organisms/RangeCalendar/index.js +60 -27
- package/dist/components/organisms/RangeCalendar/styles.js +15 -6
- package/dist/components/organisms/RenameImagesBar/RenameImagesBar.stories.js +16 -5
- package/dist/components/organisms/RenameImagesBar/index.js +10 -5
- package/dist/components/organisms/RenameImagesBar/styles.js +9 -1
- package/dist/components/organisms/SideModal/SideModal.stories.js +17 -5
- package/dist/components/organisms/SideModal/index.js +24 -14
- package/dist/components/organisms/SideModal/styles.js +8 -1
- package/dist/components/organisms/Table/Table.stories.js +554 -0
- package/dist/components/organisms/Table/index.js +105 -0
- package/dist/components/organisms/Table/styles.js +48 -0
- package/dist/components/organisms/TableResizable/TableResizable.stories.js +17 -5
- package/dist/components/organisms/TableResizable/index.js +74 -44
- package/dist/components/organisms/TableResizable/styles.js +16 -3
- package/dist/components/organisms/TableResizable/utils.js +3 -2
- package/dist/components/organisms/VersionSelector/VersionSelector.stories.js +16 -5
- package/dist/components/organisms/VersionSelector/index.js +110 -40
- package/dist/components/organisms/VersionSelector/styles.js +9 -1
- package/dist/components/organisms/VersionSelectorv2/VersionSelectorv2.stories.js +16 -5
- package/dist/components/organisms/VersionSelectorv2/index.js +109 -40
- package/dist/components/organisms/VersionSelectorv2/styles.js +9 -1
- package/dist/components/pages/ChangePasswordLogin/ChangePasswordLogin.stories.js +18 -5
- package/dist/components/pages/ChangePasswordLogin/index.js +47 -15
- package/dist/components/pages/ChangePasswordLogin/styles.js +8 -1
- package/dist/components/pages/CustomerLogin/CustomerLogin.stories.js +23 -5
- package/dist/components/pages/CustomerLogin/index.js +8 -5
- package/dist/components/pages/CustomerLogin/styles.js +8 -1
- package/dist/components/pages/CustomerPayMethod/CustomerPayMethod.stories.js +20 -5
- package/dist/components/pages/CustomerPayMethod/index.js +8 -5
- package/dist/components/pages/CustomerPayMethod/styles.js +8 -1
- package/dist/components/pages/CustomerType/CustomerType.stories.js +20 -5
- package/dist/components/pages/CustomerType/index.js +8 -5
- package/dist/components/pages/CustomerType/styles.js +8 -1
- package/dist/components/pages/Dashboard/Dashboard.stories.js +16 -5
- package/dist/components/pages/Dashboard/dashboardUtils.js +105 -48
- package/dist/components/pages/Dashboard/index.js +416 -183
- package/dist/components/pages/Dashboard/styles.js +8 -1
- package/dist/components/pages/EmailResetPassword/EmailResetPassword.stories.js +18 -5
- package/dist/components/pages/EmailResetPassword/index.js +65 -16
- package/dist/components/pages/EmailResetPassword/styles.js +9 -1
- package/dist/components/pages/MultipleEdition/MultipleEdition.stories.js +33 -0
- package/dist/components/pages/MultipleEdition/components/ImageUploader.js +97 -0
- package/dist/components/pages/MultipleEdition/components/ImageUploaderStyles.js +18 -0
- package/dist/components/pages/MultipleEdition/components/ImageVisor.js +199 -0
- package/dist/components/pages/MultipleEdition/components/styles.js +29 -0
- package/dist/components/pages/MultipleEdition/index.js +257 -0
- package/dist/components/pages/MultipleEdition/saveData.js +200 -0
- package/dist/components/pages/MultipleEdition/styles.js +20 -0
- package/dist/components/pages/MultipleEdition/utils.js +539 -0
- package/dist/components/pages/OnboardPlan/OnboardPlan.stories.js +20 -5
- package/dist/components/pages/OnboardPlan/index.js +8 -5
- package/dist/components/pages/OnboardPlan/styles.js +8 -1
- package/dist/components/pages/ProductEditionv2/ProductEditionv2.stories.js +19 -6
- package/dist/components/pages/ProductEditionv2/index.js +1830 -890
- package/dist/components/pages/ProductEditionv2/styles.js +11 -5
- package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +19 -6
- package/dist/components/pages/ProviderProductEdition/index.js +1753 -858
- package/dist/components/pages/ProviderProductEdition/styles.js +11 -5
- package/dist/components/pages/RegistrationLoginSecondStep/RegistrationLoginSecondStep.stories.js +18 -5
- package/dist/components/pages/RegistrationLoginSecondStep/index.js +79 -24
- package/dist/components/pages/RegistrationLoginSecondStep/styles.js +9 -1
- package/dist/components/pages/RegistrationLoginThirdStep/RegistrationLoginThirdStep.stories.js +18 -5
- package/dist/components/pages/RegistrationLoginThirdStep/index.js +80 -23
- package/dist/components/pages/RegistrationLoginThirdStep/styles.js +9 -1
- package/dist/components/pages/RetailerPlan/RetailerPlan.stories.js +20 -5
- package/dist/components/pages/RetailerPlan/index.js +9 -5
- package/dist/components/pages/RetailerPlan/styles.js +8 -1
- package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +16 -5
- package/dist/components/pages/RetailerProductEdition/index.js +1654 -783
- package/dist/components/pages/RetailerProductEdition/styles.js +10 -5
- package/dist/components/pages/RetailerProductEdition/utils.js +91 -24
- package/dist/components/pages/VerificationCodeResetPassword/VerificationCodeResetPassword.stories.js +18 -5
- package/dist/components/pages/VerificationCodeResetPassword/index.js +50 -21
- package/dist/components/pages/VerificationCodeResetPassword/styles.js +9 -1
- package/dist/components/pages/VerificationCodeResetPassword/utils.js +21 -12
- package/dist/global-files/customHooks.js +19 -5
- package/dist/global-files/data.js +206 -79
- package/dist/global-files/handle_http.js +315 -175
- package/dist/global-files/handle_userTech.js +8 -4
- package/dist/global-files/utils.js +188 -90
- package/dist/global-files/variables.js +6 -3
- package/dist/index.js +309 -103
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3,1135 +3,1341 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
|
|
6
7
|
var _index = require("./components/atoms/ActivedFilter/index");
|
|
8
|
+
|
|
7
9
|
Object.keys(_index).forEach(function (key) {
|
|
8
10
|
if (key === "default" || key === "__esModule") return;
|
|
9
11
|
if (key in exports && exports[key] === _index[key]) return;
|
|
10
12
|
Object.defineProperty(exports, key, {
|
|
11
13
|
enumerable: true,
|
|
12
|
-
get: function () {
|
|
14
|
+
get: function get() {
|
|
13
15
|
return _index[key];
|
|
14
16
|
}
|
|
15
17
|
});
|
|
16
18
|
});
|
|
19
|
+
|
|
17
20
|
var _index2 = require("./components/atoms/AsignationOption/index");
|
|
21
|
+
|
|
18
22
|
Object.keys(_index2).forEach(function (key) {
|
|
19
23
|
if (key === "default" || key === "__esModule") return;
|
|
20
24
|
if (key in exports && exports[key] === _index2[key]) return;
|
|
21
25
|
Object.defineProperty(exports, key, {
|
|
22
26
|
enumerable: true,
|
|
23
|
-
get: function () {
|
|
27
|
+
get: function get() {
|
|
24
28
|
return _index2[key];
|
|
25
29
|
}
|
|
26
30
|
});
|
|
27
31
|
});
|
|
32
|
+
|
|
28
33
|
var _index3 = require("./components/atoms/AtomList/index");
|
|
34
|
+
|
|
29
35
|
Object.keys(_index3).forEach(function (key) {
|
|
30
36
|
if (key === "default" || key === "__esModule") return;
|
|
31
37
|
if (key in exports && exports[key] === _index3[key]) return;
|
|
32
38
|
Object.defineProperty(exports, key, {
|
|
33
39
|
enumerable: true,
|
|
34
|
-
get: function () {
|
|
40
|
+
get: function get() {
|
|
35
41
|
return _index3[key];
|
|
36
42
|
}
|
|
37
43
|
});
|
|
38
44
|
});
|
|
45
|
+
|
|
39
46
|
var _index4 = require("./components/atoms/Avatar/index");
|
|
47
|
+
|
|
40
48
|
Object.keys(_index4).forEach(function (key) {
|
|
41
49
|
if (key === "default" || key === "__esModule") return;
|
|
42
50
|
if (key in exports && exports[key] === _index4[key]) return;
|
|
43
51
|
Object.defineProperty(exports, key, {
|
|
44
52
|
enumerable: true,
|
|
45
|
-
get: function () {
|
|
53
|
+
get: function get() {
|
|
46
54
|
return _index4[key];
|
|
47
55
|
}
|
|
48
56
|
});
|
|
49
57
|
});
|
|
58
|
+
|
|
50
59
|
var _index5 = require("./components/atoms/CheckBox/index");
|
|
60
|
+
|
|
51
61
|
Object.keys(_index5).forEach(function (key) {
|
|
52
62
|
if (key === "default" || key === "__esModule") return;
|
|
53
63
|
if (key in exports && exports[key] === _index5[key]) return;
|
|
54
64
|
Object.defineProperty(exports, key, {
|
|
55
65
|
enumerable: true,
|
|
56
|
-
get: function () {
|
|
66
|
+
get: function get() {
|
|
57
67
|
return _index5[key];
|
|
58
68
|
}
|
|
59
69
|
});
|
|
60
70
|
});
|
|
71
|
+
|
|
61
72
|
var _index6 = require("./components/atoms/CustomerTypeImage/index");
|
|
73
|
+
|
|
62
74
|
Object.keys(_index6).forEach(function (key) {
|
|
63
75
|
if (key === "default" || key === "__esModule") return;
|
|
64
76
|
if (key in exports && exports[key] === _index6[key]) return;
|
|
65
77
|
Object.defineProperty(exports, key, {
|
|
66
78
|
enumerable: true,
|
|
67
|
-
get: function () {
|
|
79
|
+
get: function get() {
|
|
68
80
|
return _index6[key];
|
|
69
81
|
}
|
|
70
82
|
});
|
|
71
83
|
});
|
|
84
|
+
|
|
72
85
|
var _index7 = require("./components/atoms/DropDownButton/index");
|
|
86
|
+
|
|
73
87
|
Object.keys(_index7).forEach(function (key) {
|
|
74
88
|
if (key === "default" || key === "__esModule") return;
|
|
75
89
|
if (key in exports && exports[key] === _index7[key]) return;
|
|
76
90
|
Object.defineProperty(exports, key, {
|
|
77
91
|
enumerable: true,
|
|
78
|
-
get: function () {
|
|
92
|
+
get: function get() {
|
|
79
93
|
return _index7[key];
|
|
80
94
|
}
|
|
81
95
|
});
|
|
82
96
|
});
|
|
97
|
+
|
|
83
98
|
var _index8 = require("./components/atoms/FeatureTag/index");
|
|
99
|
+
|
|
84
100
|
Object.keys(_index8).forEach(function (key) {
|
|
85
101
|
if (key === "default" || key === "__esModule") return;
|
|
86
102
|
if (key in exports && exports[key] === _index8[key]) return;
|
|
87
103
|
Object.defineProperty(exports, key, {
|
|
88
104
|
enumerable: true,
|
|
89
|
-
get: function () {
|
|
105
|
+
get: function get() {
|
|
90
106
|
return _index8[key];
|
|
91
107
|
}
|
|
92
108
|
});
|
|
93
109
|
});
|
|
110
|
+
|
|
94
111
|
var _index9 = require("./components/atoms/GeneralButton/index");
|
|
112
|
+
|
|
95
113
|
Object.keys(_index9).forEach(function (key) {
|
|
96
114
|
if (key === "default" || key === "__esModule") return;
|
|
97
115
|
if (key in exports && exports[key] === _index9[key]) return;
|
|
98
116
|
Object.defineProperty(exports, key, {
|
|
99
117
|
enumerable: true,
|
|
100
|
-
get: function () {
|
|
118
|
+
get: function get() {
|
|
101
119
|
return _index9[key];
|
|
102
120
|
}
|
|
103
121
|
});
|
|
104
122
|
});
|
|
123
|
+
|
|
105
124
|
var _index10 = require("./components/atoms/GeneralInput/index");
|
|
125
|
+
|
|
106
126
|
Object.keys(_index10).forEach(function (key) {
|
|
107
127
|
if (key === "default" || key === "__esModule") return;
|
|
108
128
|
if (key in exports && exports[key] === _index10[key]) return;
|
|
109
129
|
Object.defineProperty(exports, key, {
|
|
110
130
|
enumerable: true,
|
|
111
|
-
get: function () {
|
|
131
|
+
get: function get() {
|
|
112
132
|
return _index10[key];
|
|
113
133
|
}
|
|
114
134
|
});
|
|
115
135
|
});
|
|
136
|
+
|
|
116
137
|
var _index11 = require("./components/atoms/GeneralTextBox/index");
|
|
138
|
+
|
|
117
139
|
Object.keys(_index11).forEach(function (key) {
|
|
118
140
|
if (key === "default" || key === "__esModule") return;
|
|
119
141
|
if (key in exports && exports[key] === _index11[key]) return;
|
|
120
142
|
Object.defineProperty(exports, key, {
|
|
121
143
|
enumerable: true,
|
|
122
|
-
get: function () {
|
|
144
|
+
get: function get() {
|
|
123
145
|
return _index11[key];
|
|
124
146
|
}
|
|
125
147
|
});
|
|
126
148
|
});
|
|
149
|
+
|
|
127
150
|
var _index12 = require("./components/atoms/GradientPanel/index");
|
|
151
|
+
|
|
128
152
|
Object.keys(_index12).forEach(function (key) {
|
|
129
153
|
if (key === "default" || key === "__esModule") return;
|
|
130
154
|
if (key in exports && exports[key] === _index12[key]) return;
|
|
131
155
|
Object.defineProperty(exports, key, {
|
|
132
156
|
enumerable: true,
|
|
133
|
-
get: function () {
|
|
157
|
+
get: function get() {
|
|
134
158
|
return _index12[key];
|
|
135
159
|
}
|
|
136
160
|
});
|
|
137
161
|
});
|
|
162
|
+
|
|
138
163
|
var _index13 = require("./components/atoms/Loading/index");
|
|
164
|
+
|
|
139
165
|
Object.keys(_index13).forEach(function (key) {
|
|
140
166
|
if (key === "default" || key === "__esModule") return;
|
|
141
167
|
if (key in exports && exports[key] === _index13[key]) return;
|
|
142
168
|
Object.defineProperty(exports, key, {
|
|
143
169
|
enumerable: true,
|
|
144
|
-
get: function () {
|
|
170
|
+
get: function get() {
|
|
145
171
|
return _index13[key];
|
|
146
172
|
}
|
|
147
173
|
});
|
|
148
174
|
});
|
|
175
|
+
|
|
149
176
|
var _index14 = require("./components/atoms/LogoImage/index");
|
|
177
|
+
|
|
150
178
|
Object.keys(_index14).forEach(function (key) {
|
|
151
179
|
if (key === "default" || key === "__esModule") return;
|
|
152
180
|
if (key in exports && exports[key] === _index14[key]) return;
|
|
153
181
|
Object.defineProperty(exports, key, {
|
|
154
182
|
enumerable: true,
|
|
155
|
-
get: function () {
|
|
183
|
+
get: function get() {
|
|
156
184
|
return _index14[key];
|
|
157
185
|
}
|
|
158
186
|
});
|
|
159
187
|
});
|
|
188
|
+
|
|
160
189
|
var _index15 = require("./components/atoms/PriorityFlag/index");
|
|
190
|
+
|
|
161
191
|
Object.keys(_index15).forEach(function (key) {
|
|
162
192
|
if (key === "default" || key === "__esModule") return;
|
|
163
193
|
if (key in exports && exports[key] === _index15[key]) return;
|
|
164
194
|
Object.defineProperty(exports, key, {
|
|
165
195
|
enumerable: true,
|
|
166
|
-
get: function () {
|
|
196
|
+
get: function get() {
|
|
167
197
|
return _index15[key];
|
|
168
198
|
}
|
|
169
199
|
});
|
|
170
200
|
});
|
|
201
|
+
|
|
171
202
|
var _index16 = require("./components/atoms/ProductImage/index");
|
|
203
|
+
|
|
172
204
|
Object.keys(_index16).forEach(function (key) {
|
|
173
205
|
if (key === "default" || key === "__esModule") return;
|
|
174
206
|
if (key in exports && exports[key] === _index16[key]) return;
|
|
175
207
|
Object.defineProperty(exports, key, {
|
|
176
208
|
enumerable: true,
|
|
177
|
-
get: function () {
|
|
209
|
+
get: function get() {
|
|
178
210
|
return _index16[key];
|
|
179
211
|
}
|
|
180
212
|
});
|
|
181
213
|
});
|
|
214
|
+
|
|
182
215
|
var _index17 = require("./components/atoms/ProgressBar/index");
|
|
216
|
+
|
|
183
217
|
Object.keys(_index17).forEach(function (key) {
|
|
184
218
|
if (key === "default" || key === "__esModule") return;
|
|
185
219
|
if (key in exports && exports[key] === _index17[key]) return;
|
|
186
220
|
Object.defineProperty(exports, key, {
|
|
187
221
|
enumerable: true,
|
|
188
|
-
get: function () {
|
|
222
|
+
get: function get() {
|
|
189
223
|
return _index17[key];
|
|
190
224
|
}
|
|
191
225
|
});
|
|
192
226
|
});
|
|
227
|
+
|
|
193
228
|
var _index18 = require("./components/atoms/ScreenHeader/index");
|
|
229
|
+
|
|
194
230
|
Object.keys(_index18).forEach(function (key) {
|
|
195
231
|
if (key === "default" || key === "__esModule") return;
|
|
196
232
|
if (key in exports && exports[key] === _index18[key]) return;
|
|
197
233
|
Object.defineProperty(exports, key, {
|
|
198
234
|
enumerable: true,
|
|
199
|
-
get: function () {
|
|
235
|
+
get: function get() {
|
|
200
236
|
return _index18[key];
|
|
201
237
|
}
|
|
202
238
|
});
|
|
203
239
|
});
|
|
240
|
+
|
|
204
241
|
var _index19 = require("./components/atoms/SideMenuButton/index");
|
|
242
|
+
|
|
205
243
|
Object.keys(_index19).forEach(function (key) {
|
|
206
244
|
if (key === "default" || key === "__esModule") return;
|
|
207
245
|
if (key in exports && exports[key] === _index19[key]) return;
|
|
208
246
|
Object.defineProperty(exports, key, {
|
|
209
247
|
enumerable: true,
|
|
210
|
-
get: function () {
|
|
248
|
+
get: function get() {
|
|
211
249
|
return _index19[key];
|
|
212
250
|
}
|
|
213
251
|
});
|
|
214
252
|
});
|
|
253
|
+
|
|
215
254
|
var _index20 = require("./components/atoms/SliderToolTip/index");
|
|
255
|
+
|
|
216
256
|
Object.keys(_index20).forEach(function (key) {
|
|
217
257
|
if (key === "default" || key === "__esModule") return;
|
|
218
258
|
if (key in exports && exports[key] === _index20[key]) return;
|
|
219
259
|
Object.defineProperty(exports, key, {
|
|
220
260
|
enumerable: true,
|
|
221
|
-
get: function () {
|
|
261
|
+
get: function get() {
|
|
222
262
|
return _index20[key];
|
|
223
263
|
}
|
|
224
264
|
});
|
|
225
265
|
});
|
|
266
|
+
|
|
226
267
|
var _index21 = require("./components/atoms/Status/index");
|
|
268
|
+
|
|
227
269
|
Object.keys(_index21).forEach(function (key) {
|
|
228
270
|
if (key === "default" || key === "__esModule") return;
|
|
229
271
|
if (key in exports && exports[key] === _index21[key]) return;
|
|
230
272
|
Object.defineProperty(exports, key, {
|
|
231
273
|
enumerable: true,
|
|
232
|
-
get: function () {
|
|
274
|
+
get: function get() {
|
|
233
275
|
return _index21[key];
|
|
234
276
|
}
|
|
235
277
|
});
|
|
236
278
|
});
|
|
279
|
+
|
|
237
280
|
var _index22 = require("./components/atoms/TabSection/index");
|
|
281
|
+
|
|
238
282
|
Object.keys(_index22).forEach(function (key) {
|
|
239
283
|
if (key === "default" || key === "__esModule") return;
|
|
240
284
|
if (key in exports && exports[key] === _index22[key]) return;
|
|
241
285
|
Object.defineProperty(exports, key, {
|
|
242
286
|
enumerable: true,
|
|
243
|
-
get: function () {
|
|
287
|
+
get: function get() {
|
|
244
288
|
return _index22[key];
|
|
245
289
|
}
|
|
246
290
|
});
|
|
247
291
|
});
|
|
292
|
+
|
|
248
293
|
var _index23 = require("./components/atoms/ValidationPanel/index");
|
|
294
|
+
|
|
249
295
|
Object.keys(_index23).forEach(function (key) {
|
|
250
296
|
if (key === "default" || key === "__esModule") return;
|
|
251
297
|
if (key in exports && exports[key] === _index23[key]) return;
|
|
252
298
|
Object.defineProperty(exports, key, {
|
|
253
299
|
enumerable: true,
|
|
254
|
-
get: function () {
|
|
300
|
+
get: function get() {
|
|
255
301
|
return _index23[key];
|
|
256
302
|
}
|
|
257
303
|
});
|
|
258
304
|
});
|
|
305
|
+
|
|
259
306
|
var _index24 = require("./components/atoms/VerticalSideMenuMainPage/index");
|
|
307
|
+
|
|
260
308
|
Object.keys(_index24).forEach(function (key) {
|
|
261
309
|
if (key === "default" || key === "__esModule") return;
|
|
262
310
|
if (key in exports && exports[key] === _index24[key]) return;
|
|
263
311
|
Object.defineProperty(exports, key, {
|
|
264
312
|
enumerable: true,
|
|
265
|
-
get: function () {
|
|
313
|
+
get: function get() {
|
|
266
314
|
return _index24[key];
|
|
267
315
|
}
|
|
268
316
|
});
|
|
269
317
|
});
|
|
318
|
+
|
|
270
319
|
var _index25 = require("./components/atoms/ButtonFileChooser/index");
|
|
320
|
+
|
|
271
321
|
Object.keys(_index25).forEach(function (key) {
|
|
272
322
|
if (key === "default" || key === "__esModule") return;
|
|
273
323
|
if (key in exports && exports[key] === _index25[key]) return;
|
|
274
324
|
Object.defineProperty(exports, key, {
|
|
275
325
|
enumerable: true,
|
|
276
|
-
get: function () {
|
|
326
|
+
get: function get() {
|
|
277
327
|
return _index25[key];
|
|
278
328
|
}
|
|
279
329
|
});
|
|
280
330
|
});
|
|
331
|
+
|
|
281
332
|
var _index26 = require("./components/atoms/ButtonV2/index");
|
|
333
|
+
|
|
282
334
|
Object.keys(_index26).forEach(function (key) {
|
|
283
335
|
if (key === "default" || key === "__esModule") return;
|
|
284
336
|
if (key in exports && exports[key] === _index26[key]) return;
|
|
285
337
|
Object.defineProperty(exports, key, {
|
|
286
338
|
enumerable: true,
|
|
287
|
-
get: function () {
|
|
339
|
+
get: function get() {
|
|
288
340
|
return _index26[key];
|
|
289
341
|
}
|
|
290
342
|
});
|
|
291
343
|
});
|
|
344
|
+
|
|
292
345
|
var _index27 = require("./components/atoms/CustomIcon/index");
|
|
346
|
+
|
|
293
347
|
Object.keys(_index27).forEach(function (key) {
|
|
294
348
|
if (key === "default" || key === "__esModule") return;
|
|
295
349
|
if (key in exports && exports[key] === _index27[key]) return;
|
|
296
350
|
Object.defineProperty(exports, key, {
|
|
297
351
|
enumerable: true,
|
|
298
|
-
get: function () {
|
|
352
|
+
get: function get() {
|
|
299
353
|
return _index27[key];
|
|
300
354
|
}
|
|
301
355
|
});
|
|
302
356
|
});
|
|
357
|
+
|
|
303
358
|
var _index28 = require("./components/atoms/IconFile/index");
|
|
359
|
+
|
|
304
360
|
Object.keys(_index28).forEach(function (key) {
|
|
305
361
|
if (key === "default" || key === "__esModule") return;
|
|
306
362
|
if (key in exports && exports[key] === _index28[key]) return;
|
|
307
363
|
Object.defineProperty(exports, key, {
|
|
308
364
|
enumerable: true,
|
|
309
|
-
get: function () {
|
|
365
|
+
get: function get() {
|
|
310
366
|
return _index28[key];
|
|
311
367
|
}
|
|
312
368
|
});
|
|
313
369
|
});
|
|
370
|
+
|
|
314
371
|
var _index29 = require("./components/atoms/Image/index");
|
|
372
|
+
|
|
315
373
|
Object.keys(_index29).forEach(function (key) {
|
|
316
374
|
if (key === "default" || key === "__esModule") return;
|
|
317
375
|
if (key in exports && exports[key] === _index29[key]) return;
|
|
318
376
|
Object.defineProperty(exports, key, {
|
|
319
377
|
enumerable: true,
|
|
320
|
-
get: function () {
|
|
378
|
+
get: function get() {
|
|
321
379
|
return _index29[key];
|
|
322
380
|
}
|
|
323
381
|
});
|
|
324
382
|
});
|
|
383
|
+
|
|
325
384
|
var _index30 = require("./components/atoms/ImageLink/index");
|
|
385
|
+
|
|
326
386
|
Object.keys(_index30).forEach(function (key) {
|
|
327
387
|
if (key === "default" || key === "__esModule") return;
|
|
328
388
|
if (key in exports && exports[key] === _index30[key]) return;
|
|
329
389
|
Object.defineProperty(exports, key, {
|
|
330
390
|
enumerable: true,
|
|
331
|
-
get: function () {
|
|
391
|
+
get: function get() {
|
|
332
392
|
return _index30[key];
|
|
333
393
|
}
|
|
334
394
|
});
|
|
335
395
|
});
|
|
396
|
+
|
|
336
397
|
var _index31 = require("./components/atoms/ImagePreview/index");
|
|
398
|
+
|
|
337
399
|
Object.keys(_index31).forEach(function (key) {
|
|
338
400
|
if (key === "default" || key === "__esModule") return;
|
|
339
401
|
if (key in exports && exports[key] === _index31[key]) return;
|
|
340
402
|
Object.defineProperty(exports, key, {
|
|
341
403
|
enumerable: true,
|
|
342
|
-
get: function () {
|
|
404
|
+
get: function get() {
|
|
343
405
|
return _index31[key];
|
|
344
406
|
}
|
|
345
407
|
});
|
|
346
408
|
});
|
|
409
|
+
|
|
347
410
|
var _index32 = require("./components/atoms/InputText/index");
|
|
411
|
+
|
|
348
412
|
Object.keys(_index32).forEach(function (key) {
|
|
349
413
|
if (key === "default" || key === "__esModule") return;
|
|
350
414
|
if (key in exports && exports[key] === _index32[key]) return;
|
|
351
415
|
Object.defineProperty(exports, key, {
|
|
352
416
|
enumerable: true,
|
|
353
|
-
get: function () {
|
|
417
|
+
get: function get() {
|
|
354
418
|
return _index32[key];
|
|
355
419
|
}
|
|
356
420
|
});
|
|
357
421
|
});
|
|
422
|
+
|
|
358
423
|
var _index33 = require("./components/atoms/NotFound/index");
|
|
424
|
+
|
|
359
425
|
Object.keys(_index33).forEach(function (key) {
|
|
360
426
|
if (key === "default" || key === "__esModule") return;
|
|
361
427
|
if (key in exports && exports[key] === _index33[key]) return;
|
|
362
428
|
Object.defineProperty(exports, key, {
|
|
363
429
|
enumerable: true,
|
|
364
|
-
get: function () {
|
|
430
|
+
get: function get() {
|
|
365
431
|
return _index33[key];
|
|
366
432
|
}
|
|
367
433
|
});
|
|
368
434
|
});
|
|
435
|
+
|
|
369
436
|
var _index34 = require("./components/atoms/Tooltip/index");
|
|
437
|
+
|
|
370
438
|
Object.keys(_index34).forEach(function (key) {
|
|
371
439
|
if (key === "default" || key === "__esModule") return;
|
|
372
440
|
if (key in exports && exports[key] === _index34[key]) return;
|
|
373
441
|
Object.defineProperty(exports, key, {
|
|
374
442
|
enumerable: true,
|
|
375
|
-
get: function () {
|
|
443
|
+
get: function get() {
|
|
376
444
|
return _index34[key];
|
|
377
445
|
}
|
|
378
446
|
});
|
|
379
447
|
});
|
|
448
|
+
|
|
380
449
|
var _index35 = require("./components/atoms/UserOption/index");
|
|
450
|
+
|
|
381
451
|
Object.keys(_index35).forEach(function (key) {
|
|
382
452
|
if (key === "default" || key === "__esModule") return;
|
|
383
453
|
if (key in exports && exports[key] === _index35[key]) return;
|
|
384
454
|
Object.defineProperty(exports, key, {
|
|
385
455
|
enumerable: true,
|
|
386
|
-
get: function () {
|
|
456
|
+
get: function get() {
|
|
387
457
|
return _index35[key];
|
|
388
458
|
}
|
|
389
459
|
});
|
|
390
460
|
});
|
|
461
|
+
|
|
391
462
|
var _index36 = require("./components/atoms/UserCatalog/index");
|
|
463
|
+
|
|
392
464
|
Object.keys(_index36).forEach(function (key) {
|
|
393
465
|
if (key === "default" || key === "__esModule") return;
|
|
394
466
|
if (key in exports && exports[key] === _index36[key]) return;
|
|
395
467
|
Object.defineProperty(exports, key, {
|
|
396
468
|
enumerable: true,
|
|
397
|
-
get: function () {
|
|
469
|
+
get: function get() {
|
|
398
470
|
return _index36[key];
|
|
399
471
|
}
|
|
400
472
|
});
|
|
401
473
|
});
|
|
474
|
+
|
|
402
475
|
var _index37 = require("./components/atoms/UserSelector/index");
|
|
476
|
+
|
|
403
477
|
Object.keys(_index37).forEach(function (key) {
|
|
404
478
|
if (key === "default" || key === "__esModule") return;
|
|
405
479
|
if (key in exports && exports[key] === _index37[key]) return;
|
|
406
480
|
Object.defineProperty(exports, key, {
|
|
407
481
|
enumerable: true,
|
|
408
|
-
get: function () {
|
|
482
|
+
get: function get() {
|
|
409
483
|
return _index37[key];
|
|
410
484
|
}
|
|
411
485
|
});
|
|
412
486
|
});
|
|
487
|
+
|
|
413
488
|
var _index38 = require("./components/atoms/ImageCarousel/index");
|
|
489
|
+
|
|
414
490
|
Object.keys(_index38).forEach(function (key) {
|
|
415
491
|
if (key === "default" || key === "__esModule") return;
|
|
416
492
|
if (key in exports && exports[key] === _index38[key]) return;
|
|
417
493
|
Object.defineProperty(exports, key, {
|
|
418
494
|
enumerable: true,
|
|
419
|
-
get: function () {
|
|
495
|
+
get: function get() {
|
|
420
496
|
return _index38[key];
|
|
421
497
|
}
|
|
422
498
|
});
|
|
423
499
|
});
|
|
500
|
+
|
|
424
501
|
var _index39 = require("./components/atoms/RetailersList/index");
|
|
502
|
+
|
|
425
503
|
Object.keys(_index39).forEach(function (key) {
|
|
426
504
|
if (key === "default" || key === "__esModule") return;
|
|
427
505
|
if (key in exports && exports[key] === _index39[key]) return;
|
|
428
506
|
Object.defineProperty(exports, key, {
|
|
429
507
|
enumerable: true,
|
|
430
|
-
get: function () {
|
|
508
|
+
get: function get() {
|
|
431
509
|
return _index39[key];
|
|
432
510
|
}
|
|
433
511
|
});
|
|
434
512
|
});
|
|
513
|
+
|
|
435
514
|
var _index40 = require("./components/atoms/RetailerOption/index");
|
|
515
|
+
|
|
436
516
|
Object.keys(_index40).forEach(function (key) {
|
|
437
517
|
if (key === "default" || key === "__esModule") return;
|
|
438
518
|
if (key in exports && exports[key] === _index40[key]) return;
|
|
439
519
|
Object.defineProperty(exports, key, {
|
|
440
520
|
enumerable: true,
|
|
441
|
-
get: function () {
|
|
521
|
+
get: function get() {
|
|
442
522
|
return _index40[key];
|
|
443
523
|
}
|
|
444
524
|
});
|
|
445
525
|
});
|
|
526
|
+
|
|
446
527
|
var _index41 = require("./components/atoms/RetailerCatalog/index");
|
|
528
|
+
|
|
447
529
|
Object.keys(_index41).forEach(function (key) {
|
|
448
530
|
if (key === "default" || key === "__esModule") return;
|
|
449
531
|
if (key in exports && exports[key] === _index41[key]) return;
|
|
450
532
|
Object.defineProperty(exports, key, {
|
|
451
533
|
enumerable: true,
|
|
452
|
-
get: function () {
|
|
534
|
+
get: function get() {
|
|
453
535
|
return _index41[key];
|
|
454
536
|
}
|
|
455
537
|
});
|
|
456
538
|
});
|
|
539
|
+
|
|
457
540
|
var _index42 = require("./components/molecules/AvatarAndValidation/index");
|
|
541
|
+
|
|
458
542
|
Object.keys(_index42).forEach(function (key) {
|
|
459
543
|
if (key === "default" || key === "__esModule") return;
|
|
460
544
|
if (key in exports && exports[key] === _index42[key]) return;
|
|
461
545
|
Object.defineProperty(exports, key, {
|
|
462
546
|
enumerable: true,
|
|
463
|
-
get: function () {
|
|
547
|
+
get: function get() {
|
|
464
548
|
return _index42[key];
|
|
465
549
|
}
|
|
466
550
|
});
|
|
467
551
|
});
|
|
552
|
+
|
|
468
553
|
var _CarouselImagesLogin = require("./components/molecules/CarouselImagesLogin");
|
|
554
|
+
|
|
469
555
|
Object.keys(_CarouselImagesLogin).forEach(function (key) {
|
|
470
556
|
if (key === "default" || key === "__esModule") return;
|
|
471
557
|
if (key in exports && exports[key] === _CarouselImagesLogin[key]) return;
|
|
472
558
|
Object.defineProperty(exports, key, {
|
|
473
559
|
enumerable: true,
|
|
474
|
-
get: function () {
|
|
560
|
+
get: function get() {
|
|
475
561
|
return _CarouselImagesLogin[key];
|
|
476
562
|
}
|
|
477
563
|
});
|
|
478
564
|
});
|
|
565
|
+
|
|
479
566
|
var _index43 = require("./components/molecules/EditionActiveImage/index");
|
|
567
|
+
|
|
480
568
|
Object.keys(_index43).forEach(function (key) {
|
|
481
569
|
if (key === "default" || key === "__esModule") return;
|
|
482
570
|
if (key in exports && exports[key] === _index43[key]) return;
|
|
483
571
|
Object.defineProperty(exports, key, {
|
|
484
572
|
enumerable: true,
|
|
485
|
-
get: function () {
|
|
573
|
+
get: function get() {
|
|
486
574
|
return _index43[key];
|
|
487
575
|
}
|
|
488
576
|
});
|
|
489
577
|
});
|
|
578
|
+
|
|
490
579
|
var _index44 = require("./components/molecules/EmailResetPasswordLogin/index");
|
|
580
|
+
|
|
491
581
|
Object.keys(_index44).forEach(function (key) {
|
|
492
582
|
if (key === "default" || key === "__esModule") return;
|
|
493
583
|
if (key in exports && exports[key] === _index44[key]) return;
|
|
494
584
|
Object.defineProperty(exports, key, {
|
|
495
585
|
enumerable: true,
|
|
496
|
-
get: function () {
|
|
586
|
+
get: function get() {
|
|
497
587
|
return _index44[key];
|
|
498
588
|
}
|
|
499
589
|
});
|
|
500
590
|
});
|
|
591
|
+
|
|
501
592
|
var _index45 = require("./components/molecules/FeaturesBar/index");
|
|
593
|
+
|
|
502
594
|
Object.keys(_index45).forEach(function (key) {
|
|
503
595
|
if (key === "default" || key === "__esModule") return;
|
|
504
596
|
if (key in exports && exports[key] === _index45[key]) return;
|
|
505
597
|
Object.defineProperty(exports, key, {
|
|
506
598
|
enumerable: true,
|
|
507
|
-
get: function () {
|
|
599
|
+
get: function get() {
|
|
508
600
|
return _index45[key];
|
|
509
601
|
}
|
|
510
602
|
});
|
|
511
603
|
});
|
|
604
|
+
|
|
512
605
|
var _index46 = require("./components/molecules/GalleryElement/index");
|
|
606
|
+
|
|
513
607
|
Object.keys(_index46).forEach(function (key) {
|
|
514
608
|
if (key === "default" || key === "__esModule") return;
|
|
515
609
|
if (key in exports && exports[key] === _index46[key]) return;
|
|
516
610
|
Object.defineProperty(exports, key, {
|
|
517
611
|
enumerable: true,
|
|
518
|
-
get: function () {
|
|
612
|
+
get: function get() {
|
|
519
613
|
return _index46[key];
|
|
520
614
|
}
|
|
521
615
|
});
|
|
522
616
|
});
|
|
617
|
+
|
|
523
618
|
var _index47 = require("./components/molecules/HeaderTop/index");
|
|
619
|
+
|
|
524
620
|
Object.keys(_index47).forEach(function (key) {
|
|
525
621
|
if (key === "default" || key === "__esModule") return;
|
|
526
622
|
if (key in exports && exports[key] === _index47[key]) return;
|
|
527
623
|
Object.defineProperty(exports, key, {
|
|
528
624
|
enumerable: true,
|
|
529
|
-
get: function () {
|
|
625
|
+
get: function get() {
|
|
530
626
|
return _index47[key];
|
|
531
627
|
}
|
|
532
628
|
});
|
|
533
629
|
});
|
|
630
|
+
|
|
534
631
|
var _index48 = require("./components/molecules/ImageSelector/index");
|
|
632
|
+
|
|
535
633
|
Object.keys(_index48).forEach(function (key) {
|
|
536
634
|
if (key === "default" || key === "__esModule") return;
|
|
537
635
|
if (key in exports && exports[key] === _index48[key]) return;
|
|
538
636
|
Object.defineProperty(exports, key, {
|
|
539
637
|
enumerable: true,
|
|
540
|
-
get: function () {
|
|
638
|
+
get: function get() {
|
|
541
639
|
return _index48[key];
|
|
542
640
|
}
|
|
543
641
|
});
|
|
544
642
|
});
|
|
643
|
+
|
|
545
644
|
var _index49 = require("./components/molecules/LoginPasswordStrength/index");
|
|
645
|
+
|
|
546
646
|
Object.keys(_index49).forEach(function (key) {
|
|
547
647
|
if (key === "default" || key === "__esModule") return;
|
|
548
648
|
if (key in exports && exports[key] === _index49[key]) return;
|
|
549
649
|
Object.defineProperty(exports, key, {
|
|
550
650
|
enumerable: true,
|
|
551
|
-
get: function () {
|
|
651
|
+
get: function get() {
|
|
552
652
|
return _index49[key];
|
|
553
653
|
}
|
|
554
654
|
});
|
|
555
655
|
});
|
|
656
|
+
|
|
556
657
|
var _index50 = require("./components/molecules/LogoLoading/index");
|
|
658
|
+
|
|
557
659
|
Object.keys(_index50).forEach(function (key) {
|
|
558
660
|
if (key === "default" || key === "__esModule") return;
|
|
559
661
|
if (key in exports && exports[key] === _index50[key]) return;
|
|
560
662
|
Object.defineProperty(exports, key, {
|
|
561
663
|
enumerable: true,
|
|
562
|
-
get: function () {
|
|
664
|
+
get: function get() {
|
|
563
665
|
return _index50[key];
|
|
564
666
|
}
|
|
565
667
|
});
|
|
566
668
|
});
|
|
669
|
+
|
|
567
670
|
var _index51 = require("./components/molecules/PlanSelection/index");
|
|
671
|
+
|
|
568
672
|
Object.keys(_index51).forEach(function (key) {
|
|
569
673
|
if (key === "default" || key === "__esModule") return;
|
|
570
674
|
if (key in exports && exports[key] === _index51[key]) return;
|
|
571
675
|
Object.defineProperty(exports, key, {
|
|
572
676
|
enumerable: true,
|
|
573
|
-
get: function () {
|
|
677
|
+
get: function get() {
|
|
574
678
|
return _index51[key];
|
|
575
679
|
}
|
|
576
680
|
});
|
|
577
681
|
});
|
|
682
|
+
|
|
578
683
|
var _index52 = require("./components/molecules/ProductNameHeader/index");
|
|
684
|
+
|
|
579
685
|
Object.keys(_index52).forEach(function (key) {
|
|
580
686
|
if (key === "default" || key === "__esModule") return;
|
|
581
687
|
if (key in exports && exports[key] === _index52[key]) return;
|
|
582
688
|
Object.defineProperty(exports, key, {
|
|
583
689
|
enumerable: true,
|
|
584
|
-
get: function () {
|
|
690
|
+
get: function get() {
|
|
585
691
|
return _index52[key];
|
|
586
692
|
}
|
|
587
693
|
});
|
|
588
694
|
});
|
|
695
|
+
|
|
589
696
|
var _index53 = require("./components/molecules/RegistrationFirstStep/index");
|
|
697
|
+
|
|
590
698
|
Object.keys(_index53).forEach(function (key) {
|
|
591
699
|
if (key === "default" || key === "__esModule") return;
|
|
592
700
|
if (key in exports && exports[key] === _index53[key]) return;
|
|
593
701
|
Object.defineProperty(exports, key, {
|
|
594
702
|
enumerable: true,
|
|
595
|
-
get: function () {
|
|
703
|
+
get: function get() {
|
|
596
704
|
return _index53[key];
|
|
597
705
|
}
|
|
598
706
|
});
|
|
599
707
|
});
|
|
708
|
+
|
|
600
709
|
var _index54 = require("./components/molecules/RegistrationSecondStep/index");
|
|
710
|
+
|
|
601
711
|
Object.keys(_index54).forEach(function (key) {
|
|
602
712
|
if (key === "default" || key === "__esModule") return;
|
|
603
713
|
if (key in exports && exports[key] === _index54[key]) return;
|
|
604
714
|
Object.defineProperty(exports, key, {
|
|
605
715
|
enumerable: true,
|
|
606
|
-
get: function () {
|
|
716
|
+
get: function get() {
|
|
607
717
|
return _index54[key];
|
|
608
718
|
}
|
|
609
719
|
});
|
|
610
720
|
});
|
|
721
|
+
|
|
611
722
|
var _index55 = require("./components/molecules/RegistrationThirdStep/index");
|
|
723
|
+
|
|
612
724
|
Object.keys(_index55).forEach(function (key) {
|
|
613
725
|
if (key === "default" || key === "__esModule") return;
|
|
614
726
|
if (key in exports && exports[key] === _index55[key]) return;
|
|
615
727
|
Object.defineProperty(exports, key, {
|
|
616
728
|
enumerable: true,
|
|
617
|
-
get: function () {
|
|
729
|
+
get: function get() {
|
|
618
730
|
return _index55[key];
|
|
619
731
|
}
|
|
620
732
|
});
|
|
621
733
|
});
|
|
734
|
+
|
|
622
735
|
var _index56 = require("./components/molecules/SignInLogin/index");
|
|
736
|
+
|
|
623
737
|
Object.keys(_index56).forEach(function (key) {
|
|
624
738
|
if (key === "default" || key === "__esModule") return;
|
|
625
739
|
if (key in exports && exports[key] === _index56[key]) return;
|
|
626
740
|
Object.defineProperty(exports, key, {
|
|
627
741
|
enumerable: true,
|
|
628
|
-
get: function () {
|
|
742
|
+
get: function get() {
|
|
629
743
|
return _index56[key];
|
|
630
744
|
}
|
|
631
745
|
});
|
|
632
746
|
});
|
|
747
|
+
|
|
633
748
|
var _index57 = require("./components/molecules/StatusAsignationInfo/index");
|
|
749
|
+
|
|
634
750
|
Object.keys(_index57).forEach(function (key) {
|
|
635
751
|
if (key === "default" || key === "__esModule") return;
|
|
636
752
|
if (key in exports && exports[key] === _index57[key]) return;
|
|
637
753
|
Object.defineProperty(exports, key, {
|
|
638
754
|
enumerable: true,
|
|
639
|
-
get: function () {
|
|
755
|
+
get: function get() {
|
|
640
756
|
return _index57[key];
|
|
641
757
|
}
|
|
642
758
|
});
|
|
643
759
|
});
|
|
760
|
+
|
|
644
761
|
var _index58 = require("./components/molecules/TableHeader/index");
|
|
762
|
+
|
|
645
763
|
Object.keys(_index58).forEach(function (key) {
|
|
646
764
|
if (key === "default" || key === "__esModule") return;
|
|
647
765
|
if (key in exports && exports[key] === _index58[key]) return;
|
|
648
766
|
Object.defineProperty(exports, key, {
|
|
649
767
|
enumerable: true,
|
|
650
|
-
get: function () {
|
|
768
|
+
get: function get() {
|
|
651
769
|
return _index58[key];
|
|
652
770
|
}
|
|
653
771
|
});
|
|
654
772
|
});
|
|
773
|
+
|
|
655
774
|
var _index59 = require("./components/molecules/TableRow/index");
|
|
775
|
+
|
|
656
776
|
Object.keys(_index59).forEach(function (key) {
|
|
657
777
|
if (key === "default" || key === "__esModule") return;
|
|
658
778
|
if (key in exports && exports[key] === _index59[key]) return;
|
|
659
779
|
Object.defineProperty(exports, key, {
|
|
660
780
|
enumerable: true,
|
|
661
|
-
get: function () {
|
|
781
|
+
get: function get() {
|
|
662
782
|
return _index59[key];
|
|
663
783
|
}
|
|
664
784
|
});
|
|
665
785
|
});
|
|
786
|
+
|
|
666
787
|
var _index60 = require("./components/molecules/TabsMenu/index");
|
|
788
|
+
|
|
667
789
|
Object.keys(_index60).forEach(function (key) {
|
|
668
790
|
if (key === "default" || key === "__esModule") return;
|
|
669
791
|
if (key in exports && exports[key] === _index60[key]) return;
|
|
670
792
|
Object.defineProperty(exports, key, {
|
|
671
793
|
enumerable: true,
|
|
672
|
-
get: function () {
|
|
794
|
+
get: function get() {
|
|
673
795
|
return _index60[key];
|
|
674
796
|
}
|
|
675
797
|
});
|
|
676
798
|
});
|
|
799
|
+
|
|
677
800
|
var _index61 = require("./components/molecules/TagAndInput/index");
|
|
801
|
+
|
|
678
802
|
Object.keys(_index61).forEach(function (key) {
|
|
679
803
|
if (key === "default" || key === "__esModule") return;
|
|
680
804
|
if (key in exports && exports[key] === _index61[key]) return;
|
|
681
805
|
Object.defineProperty(exports, key, {
|
|
682
806
|
enumerable: true,
|
|
683
|
-
get: function () {
|
|
807
|
+
get: function get() {
|
|
684
808
|
return _index61[key];
|
|
685
809
|
}
|
|
686
810
|
});
|
|
687
811
|
});
|
|
812
|
+
|
|
688
813
|
var _index62 = require("./components/molecules/VerificationCodeResetPasswordLogin/index");
|
|
814
|
+
|
|
689
815
|
Object.keys(_index62).forEach(function (key) {
|
|
690
816
|
if (key === "default" || key === "__esModule") return;
|
|
691
817
|
if (key in exports && exports[key] === _index62[key]) return;
|
|
692
818
|
Object.defineProperty(exports, key, {
|
|
693
819
|
enumerable: true,
|
|
694
|
-
get: function () {
|
|
820
|
+
get: function get() {
|
|
695
821
|
return _index62[key];
|
|
696
822
|
}
|
|
697
823
|
});
|
|
698
824
|
});
|
|
825
|
+
|
|
699
826
|
var _index63 = require("./components/molecules/RetailerSelector/index");
|
|
827
|
+
|
|
700
828
|
Object.keys(_index63).forEach(function (key) {
|
|
701
829
|
if (key === "default" || key === "__esModule") return;
|
|
702
830
|
if (key in exports && exports[key] === _index63[key]) return;
|
|
703
831
|
Object.defineProperty(exports, key, {
|
|
704
832
|
enumerable: true,
|
|
705
|
-
get: function () {
|
|
833
|
+
get: function get() {
|
|
706
834
|
return _index63[key];
|
|
707
835
|
}
|
|
708
836
|
});
|
|
709
837
|
});
|
|
838
|
+
|
|
710
839
|
var _index64 = require("./components/molecules/CustomSelect/index");
|
|
840
|
+
|
|
711
841
|
Object.keys(_index64).forEach(function (key) {
|
|
712
842
|
if (key === "default" || key === "__esModule") return;
|
|
713
843
|
if (key in exports && exports[key] === _index64[key]) return;
|
|
714
844
|
Object.defineProperty(exports, key, {
|
|
715
845
|
enumerable: true,
|
|
716
|
-
get: function () {
|
|
846
|
+
get: function get() {
|
|
717
847
|
return _index64[key];
|
|
718
848
|
}
|
|
719
849
|
});
|
|
720
850
|
});
|
|
851
|
+
|
|
721
852
|
var _index65 = require("./components/molecules/ButtonDownloadFile/index");
|
|
853
|
+
|
|
722
854
|
Object.keys(_index65).forEach(function (key) {
|
|
723
855
|
if (key === "default" || key === "__esModule") return;
|
|
724
856
|
if (key in exports && exports[key] === _index65[key]) return;
|
|
725
857
|
Object.defineProperty(exports, key, {
|
|
726
858
|
enumerable: true,
|
|
727
|
-
get: function () {
|
|
859
|
+
get: function get() {
|
|
728
860
|
return _index65[key];
|
|
729
861
|
}
|
|
730
862
|
});
|
|
731
863
|
});
|
|
864
|
+
|
|
732
865
|
var _index66 = require("./components/molecules/ImageTooltip/index");
|
|
866
|
+
|
|
733
867
|
Object.keys(_index66).forEach(function (key) {
|
|
734
868
|
if (key === "default" || key === "__esModule") return;
|
|
735
869
|
if (key in exports && exports[key] === _index66[key]) return;
|
|
736
870
|
Object.defineProperty(exports, key, {
|
|
737
871
|
enumerable: true,
|
|
738
|
-
get: function () {
|
|
872
|
+
get: function get() {
|
|
739
873
|
return _index66[key];
|
|
740
874
|
}
|
|
741
875
|
});
|
|
742
876
|
});
|
|
877
|
+
|
|
743
878
|
var _index67 = require("./components/molecules/SelectV2/index");
|
|
879
|
+
|
|
744
880
|
Object.keys(_index67).forEach(function (key) {
|
|
745
881
|
if (key === "default" || key === "__esModule") return;
|
|
746
882
|
if (key in exports && exports[key] === _index67[key]) return;
|
|
747
883
|
Object.defineProperty(exports, key, {
|
|
748
884
|
enumerable: true,
|
|
749
|
-
get: function () {
|
|
885
|
+
get: function get() {
|
|
750
886
|
return _index67[key];
|
|
751
887
|
}
|
|
752
888
|
});
|
|
753
889
|
});
|
|
890
|
+
|
|
754
891
|
var _index68 = require("./components/molecules/Dropdown/index");
|
|
892
|
+
|
|
755
893
|
Object.keys(_index68).forEach(function (key) {
|
|
756
894
|
if (key === "default" || key === "__esModule") return;
|
|
757
895
|
if (key in exports && exports[key] === _index68[key]) return;
|
|
758
896
|
Object.defineProperty(exports, key, {
|
|
759
897
|
enumerable: true,
|
|
760
|
-
get: function () {
|
|
898
|
+
get: function get() {
|
|
761
899
|
return _index68[key];
|
|
762
900
|
}
|
|
763
901
|
});
|
|
764
902
|
});
|
|
903
|
+
|
|
765
904
|
var _index69 = require("./components/molecules/StripeCardForm/index");
|
|
905
|
+
|
|
766
906
|
Object.keys(_index69).forEach(function (key) {
|
|
767
907
|
if (key === "default" || key === "__esModule") return;
|
|
768
908
|
if (key in exports && exports[key] === _index69[key]) return;
|
|
769
909
|
Object.defineProperty(exports, key, {
|
|
770
910
|
enumerable: true,
|
|
771
|
-
get: function () {
|
|
911
|
+
get: function get() {
|
|
772
912
|
return _index69[key];
|
|
773
913
|
}
|
|
774
914
|
});
|
|
775
915
|
});
|
|
916
|
+
|
|
776
917
|
var _index70 = require("./components/molecules/StripeCardSelector/index");
|
|
918
|
+
|
|
777
919
|
Object.keys(_index70).forEach(function (key) {
|
|
778
920
|
if (key === "default" || key === "__esModule") return;
|
|
779
921
|
if (key in exports && exports[key] === _index70[key]) return;
|
|
780
922
|
Object.defineProperty(exports, key, {
|
|
781
923
|
enumerable: true,
|
|
782
|
-
get: function () {
|
|
924
|
+
get: function get() {
|
|
783
925
|
return _index70[key];
|
|
784
926
|
}
|
|
785
927
|
});
|
|
786
928
|
});
|
|
929
|
+
|
|
787
930
|
var _index71 = require("./components/molecules/GridItem/index");
|
|
931
|
+
|
|
788
932
|
Object.keys(_index71).forEach(function (key) {
|
|
789
933
|
if (key === "default" || key === "__esModule") return;
|
|
790
934
|
if (key in exports && exports[key] === _index71[key]) return;
|
|
791
935
|
Object.defineProperty(exports, key, {
|
|
792
936
|
enumerable: true,
|
|
793
|
-
get: function () {
|
|
937
|
+
get: function get() {
|
|
794
938
|
return _index71[key];
|
|
795
939
|
}
|
|
796
940
|
});
|
|
797
941
|
});
|
|
942
|
+
|
|
798
943
|
var _index72 = require("./components/molecules/HeaderItem/index");
|
|
944
|
+
|
|
799
945
|
Object.keys(_index72).forEach(function (key) {
|
|
800
946
|
if (key === "default" || key === "__esModule") return;
|
|
801
947
|
if (key in exports && exports[key] === _index72[key]) return;
|
|
802
948
|
Object.defineProperty(exports, key, {
|
|
803
949
|
enumerable: true,
|
|
804
|
-
get: function () {
|
|
950
|
+
get: function get() {
|
|
805
951
|
return _index72[key];
|
|
806
952
|
}
|
|
807
953
|
});
|
|
808
954
|
});
|
|
955
|
+
|
|
809
956
|
var _index73 = require("./components/molecules/RowItem/index");
|
|
957
|
+
|
|
810
958
|
Object.keys(_index73).forEach(function (key) {
|
|
811
959
|
if (key === "default" || key === "__esModule") return;
|
|
812
960
|
if (key in exports && exports[key] === _index73[key]) return;
|
|
813
961
|
Object.defineProperty(exports, key, {
|
|
814
962
|
enumerable: true,
|
|
815
|
-
get: function () {
|
|
963
|
+
get: function get() {
|
|
816
964
|
return _index73[key];
|
|
817
965
|
}
|
|
818
966
|
});
|
|
819
967
|
});
|
|
968
|
+
|
|
820
969
|
var _index74 = require("./components/organisms/ChangePassword/index");
|
|
970
|
+
|
|
821
971
|
Object.keys(_index74).forEach(function (key) {
|
|
822
972
|
if (key === "default" || key === "__esModule") return;
|
|
823
973
|
if (key in exports && exports[key] === _index74[key]) return;
|
|
824
974
|
Object.defineProperty(exports, key, {
|
|
825
975
|
enumerable: true,
|
|
826
|
-
get: function () {
|
|
976
|
+
get: function get() {
|
|
827
977
|
return _index74[key];
|
|
828
978
|
}
|
|
829
979
|
});
|
|
830
980
|
});
|
|
981
|
+
|
|
831
982
|
var _index75 = require("./components/organisms/Fullplan/index");
|
|
983
|
+
|
|
832
984
|
Object.keys(_index75).forEach(function (key) {
|
|
833
985
|
if (key === "default" || key === "__esModule") return;
|
|
834
986
|
if (key in exports && exports[key] === _index75[key]) return;
|
|
835
987
|
Object.defineProperty(exports, key, {
|
|
836
988
|
enumerable: true,
|
|
837
|
-
get: function () {
|
|
989
|
+
get: function get() {
|
|
838
990
|
return _index75[key];
|
|
839
991
|
}
|
|
840
992
|
});
|
|
841
993
|
});
|
|
994
|
+
|
|
842
995
|
var _index76 = require("./components/organisms/FullProductNameHeader/index");
|
|
996
|
+
|
|
843
997
|
Object.keys(_index76).forEach(function (key) {
|
|
844
998
|
if (key === "default" || key === "__esModule") return;
|
|
845
999
|
if (key in exports && exports[key] === _index76[key]) return;
|
|
846
1000
|
Object.defineProperty(exports, key, {
|
|
847
1001
|
enumerable: true,
|
|
848
|
-
get: function () {
|
|
1002
|
+
get: function get() {
|
|
849
1003
|
return _index76[key];
|
|
850
1004
|
}
|
|
851
1005
|
});
|
|
852
1006
|
});
|
|
1007
|
+
|
|
853
1008
|
var _index77 = require("./components/organisms/FullTabsMenu/index");
|
|
1009
|
+
|
|
854
1010
|
Object.keys(_index77).forEach(function (key) {
|
|
855
1011
|
if (key === "default" || key === "__esModule") return;
|
|
856
1012
|
if (key in exports && exports[key] === _index77[key]) return;
|
|
857
1013
|
Object.defineProperty(exports, key, {
|
|
858
1014
|
enumerable: true,
|
|
859
|
-
get: function () {
|
|
1015
|
+
get: function get() {
|
|
860
1016
|
return _index77[key];
|
|
861
1017
|
}
|
|
862
1018
|
});
|
|
863
1019
|
});
|
|
1020
|
+
|
|
864
1021
|
var _index78 = require("./components/organisms/ImageDataTable/index");
|
|
1022
|
+
|
|
865
1023
|
Object.keys(_index78).forEach(function (key) {
|
|
866
1024
|
if (key === "default" || key === "__esModule") return;
|
|
867
1025
|
if (key in exports && exports[key] === _index78[key]) return;
|
|
868
1026
|
Object.defineProperty(exports, key, {
|
|
869
1027
|
enumerable: true,
|
|
870
|
-
get: function () {
|
|
1028
|
+
get: function get() {
|
|
871
1029
|
return _index78[key];
|
|
872
1030
|
}
|
|
873
1031
|
});
|
|
874
1032
|
});
|
|
1033
|
+
|
|
875
1034
|
var _index79 = require("./components/organisms/ImagePreviewer/index");
|
|
1035
|
+
|
|
876
1036
|
Object.keys(_index79).forEach(function (key) {
|
|
877
1037
|
if (key === "default" || key === "__esModule") return;
|
|
878
1038
|
if (key in exports && exports[key] === _index79[key]) return;
|
|
879
1039
|
Object.defineProperty(exports, key, {
|
|
880
1040
|
enumerable: true,
|
|
881
|
-
get: function () {
|
|
1041
|
+
get: function get() {
|
|
882
1042
|
return _index79[key];
|
|
883
1043
|
}
|
|
884
1044
|
});
|
|
885
1045
|
});
|
|
1046
|
+
|
|
886
1047
|
var _index80 = require("./components/organisms/ImagesGroup/index");
|
|
1048
|
+
|
|
887
1049
|
Object.keys(_index80).forEach(function (key) {
|
|
888
1050
|
if (key === "default" || key === "__esModule") return;
|
|
889
1051
|
if (key in exports && exports[key] === _index80[key]) return;
|
|
890
1052
|
Object.defineProperty(exports, key, {
|
|
891
1053
|
enumerable: true,
|
|
892
|
-
get: function () {
|
|
1054
|
+
get: function get() {
|
|
893
1055
|
return _index80[key];
|
|
894
1056
|
}
|
|
895
1057
|
});
|
|
896
1058
|
});
|
|
1059
|
+
|
|
897
1060
|
var _index81 = require("./components/organisms/InputGroup/index");
|
|
1061
|
+
|
|
898
1062
|
Object.keys(_index81).forEach(function (key) {
|
|
899
1063
|
if (key === "default" || key === "__esModule") return;
|
|
900
1064
|
if (key in exports && exports[key] === _index81[key]) return;
|
|
901
1065
|
Object.defineProperty(exports, key, {
|
|
902
1066
|
enumerable: true,
|
|
903
|
-
get: function () {
|
|
1067
|
+
get: function get() {
|
|
904
1068
|
return _index81[key];
|
|
905
1069
|
}
|
|
906
1070
|
});
|
|
907
1071
|
});
|
|
1072
|
+
|
|
908
1073
|
var _index82 = require("./components/organisms/ProductImageModal/index");
|
|
1074
|
+
|
|
909
1075
|
Object.keys(_index82).forEach(function (key) {
|
|
910
1076
|
if (key === "default" || key === "__esModule") return;
|
|
911
1077
|
if (key in exports && exports[key] === _index82[key]) return;
|
|
912
1078
|
Object.defineProperty(exports, key, {
|
|
913
1079
|
enumerable: true,
|
|
914
|
-
get: function () {
|
|
1080
|
+
get: function get() {
|
|
915
1081
|
return _index82[key];
|
|
916
1082
|
}
|
|
917
1083
|
});
|
|
918
1084
|
});
|
|
1085
|
+
|
|
919
1086
|
var _index83 = require("./components/organisms/Chat/index");
|
|
1087
|
+
|
|
920
1088
|
Object.keys(_index83).forEach(function (key) {
|
|
921
1089
|
if (key === "default" || key === "__esModule") return;
|
|
922
1090
|
if (key in exports && exports[key] === _index83[key]) return;
|
|
923
1091
|
Object.defineProperty(exports, key, {
|
|
924
1092
|
enumerable: true,
|
|
925
|
-
get: function () {
|
|
1093
|
+
get: function get() {
|
|
926
1094
|
return _index83[key];
|
|
927
1095
|
}
|
|
928
1096
|
});
|
|
929
1097
|
});
|
|
1098
|
+
|
|
930
1099
|
var _index84 = require("./components/organisms/Modal/index");
|
|
1100
|
+
|
|
931
1101
|
Object.keys(_index84).forEach(function (key) {
|
|
932
1102
|
if (key === "default" || key === "__esModule") return;
|
|
933
1103
|
if (key in exports && exports[key] === _index84[key]) return;
|
|
934
1104
|
Object.defineProperty(exports, key, {
|
|
935
1105
|
enumerable: true,
|
|
936
|
-
get: function () {
|
|
1106
|
+
get: function get() {
|
|
937
1107
|
return _index84[key];
|
|
938
1108
|
}
|
|
939
1109
|
});
|
|
940
1110
|
});
|
|
1111
|
+
|
|
941
1112
|
var _index85 = require("./components/organisms/OrderDetail/index");
|
|
1113
|
+
|
|
942
1114
|
Object.keys(_index85).forEach(function (key) {
|
|
943
1115
|
if (key === "default" || key === "__esModule") return;
|
|
944
1116
|
if (key in exports && exports[key] === _index85[key]) return;
|
|
945
1117
|
Object.defineProperty(exports, key, {
|
|
946
1118
|
enumerable: true,
|
|
947
|
-
get: function () {
|
|
1119
|
+
get: function get() {
|
|
948
1120
|
return _index85[key];
|
|
949
1121
|
}
|
|
950
1122
|
});
|
|
951
1123
|
});
|
|
1124
|
+
|
|
952
1125
|
var _RangeCalendar = require("./components/organisms/RangeCalendar");
|
|
1126
|
+
|
|
953
1127
|
Object.keys(_RangeCalendar).forEach(function (key) {
|
|
954
1128
|
if (key === "default" || key === "__esModule") return;
|
|
955
1129
|
if (key in exports && exports[key] === _RangeCalendar[key]) return;
|
|
956
1130
|
Object.defineProperty(exports, key, {
|
|
957
1131
|
enumerable: true,
|
|
958
|
-
get: function () {
|
|
1132
|
+
get: function get() {
|
|
959
1133
|
return _RangeCalendar[key];
|
|
960
1134
|
}
|
|
961
1135
|
});
|
|
962
1136
|
});
|
|
1137
|
+
|
|
963
1138
|
var _TableResizable = require("./components/organisms/TableResizable");
|
|
1139
|
+
|
|
964
1140
|
Object.keys(_TableResizable).forEach(function (key) {
|
|
965
1141
|
if (key === "default" || key === "__esModule") return;
|
|
966
1142
|
if (key in exports && exports[key] === _TableResizable[key]) return;
|
|
967
1143
|
Object.defineProperty(exports, key, {
|
|
968
1144
|
enumerable: true,
|
|
969
|
-
get: function () {
|
|
1145
|
+
get: function get() {
|
|
970
1146
|
return _TableResizable[key];
|
|
971
1147
|
}
|
|
972
1148
|
});
|
|
973
1149
|
});
|
|
1150
|
+
|
|
974
1151
|
var _index86 = require("./components/organisms/SideModal/index");
|
|
1152
|
+
|
|
975
1153
|
Object.keys(_index86).forEach(function (key) {
|
|
976
1154
|
if (key === "default" || key === "__esModule") return;
|
|
977
1155
|
if (key in exports && exports[key] === _index86[key]) return;
|
|
978
1156
|
Object.defineProperty(exports, key, {
|
|
979
1157
|
enumerable: true,
|
|
980
|
-
get: function () {
|
|
1158
|
+
get: function get() {
|
|
981
1159
|
return _index86[key];
|
|
982
1160
|
}
|
|
983
1161
|
});
|
|
984
1162
|
});
|
|
1163
|
+
|
|
985
1164
|
var _index87 = require("./components/organisms/GridProducts/index");
|
|
1165
|
+
|
|
986
1166
|
Object.keys(_index87).forEach(function (key) {
|
|
987
1167
|
if (key === "default" || key === "__esModule") return;
|
|
988
1168
|
if (key in exports && exports[key] === _index87[key]) return;
|
|
989
1169
|
Object.defineProperty(exports, key, {
|
|
990
1170
|
enumerable: true,
|
|
991
|
-
get: function () {
|
|
1171
|
+
get: function get() {
|
|
992
1172
|
return _index87[key];
|
|
993
1173
|
}
|
|
994
1174
|
});
|
|
995
1175
|
});
|
|
1176
|
+
|
|
996
1177
|
var _PanelLayout = require("./components/organisms/PanelLayout");
|
|
1178
|
+
|
|
997
1179
|
Object.keys(_PanelLayout).forEach(function (key) {
|
|
998
1180
|
if (key === "default" || key === "__esModule") return;
|
|
999
1181
|
if (key in exports && exports[key] === _PanelLayout[key]) return;
|
|
1000
1182
|
Object.defineProperty(exports, key, {
|
|
1001
1183
|
enumerable: true,
|
|
1002
|
-
get: function () {
|
|
1184
|
+
get: function get() {
|
|
1003
1185
|
return _PanelLayout[key];
|
|
1004
1186
|
}
|
|
1005
1187
|
});
|
|
1006
1188
|
});
|
|
1189
|
+
|
|
1007
1190
|
var _ChangePasswordLogin = require("./components/pages/ChangePasswordLogin");
|
|
1191
|
+
|
|
1008
1192
|
Object.keys(_ChangePasswordLogin).forEach(function (key) {
|
|
1009
1193
|
if (key === "default" || key === "__esModule") return;
|
|
1010
1194
|
if (key in exports && exports[key] === _ChangePasswordLogin[key]) return;
|
|
1011
1195
|
Object.defineProperty(exports, key, {
|
|
1012
1196
|
enumerable: true,
|
|
1013
|
-
get: function () {
|
|
1197
|
+
get: function get() {
|
|
1014
1198
|
return _ChangePasswordLogin[key];
|
|
1015
1199
|
}
|
|
1016
1200
|
});
|
|
1017
1201
|
});
|
|
1202
|
+
|
|
1018
1203
|
var _CustomerLogin = require("./components/pages/CustomerLogin");
|
|
1204
|
+
|
|
1019
1205
|
Object.keys(_CustomerLogin).forEach(function (key) {
|
|
1020
1206
|
if (key === "default" || key === "__esModule") return;
|
|
1021
1207
|
if (key in exports && exports[key] === _CustomerLogin[key]) return;
|
|
1022
1208
|
Object.defineProperty(exports, key, {
|
|
1023
1209
|
enumerable: true,
|
|
1024
|
-
get: function () {
|
|
1210
|
+
get: function get() {
|
|
1025
1211
|
return _CustomerLogin[key];
|
|
1026
1212
|
}
|
|
1027
1213
|
});
|
|
1028
1214
|
});
|
|
1215
|
+
|
|
1029
1216
|
var _CustomerType = require("./components/pages/CustomerType");
|
|
1217
|
+
|
|
1030
1218
|
Object.keys(_CustomerType).forEach(function (key) {
|
|
1031
1219
|
if (key === "default" || key === "__esModule") return;
|
|
1032
1220
|
if (key in exports && exports[key] === _CustomerType[key]) return;
|
|
1033
1221
|
Object.defineProperty(exports, key, {
|
|
1034
1222
|
enumerable: true,
|
|
1035
|
-
get: function () {
|
|
1223
|
+
get: function get() {
|
|
1036
1224
|
return _CustomerType[key];
|
|
1037
1225
|
}
|
|
1038
1226
|
});
|
|
1039
1227
|
});
|
|
1228
|
+
|
|
1040
1229
|
var _Dashboard = require("./components/pages/Dashboard");
|
|
1230
|
+
|
|
1041
1231
|
Object.keys(_Dashboard).forEach(function (key) {
|
|
1042
1232
|
if (key === "default" || key === "__esModule") return;
|
|
1043
1233
|
if (key in exports && exports[key] === _Dashboard[key]) return;
|
|
1044
1234
|
Object.defineProperty(exports, key, {
|
|
1045
1235
|
enumerable: true,
|
|
1046
|
-
get: function () {
|
|
1236
|
+
get: function get() {
|
|
1047
1237
|
return _Dashboard[key];
|
|
1048
1238
|
}
|
|
1049
1239
|
});
|
|
1050
1240
|
});
|
|
1241
|
+
|
|
1051
1242
|
var _EmailResetPassword = require("./components/pages/EmailResetPassword");
|
|
1243
|
+
|
|
1052
1244
|
Object.keys(_EmailResetPassword).forEach(function (key) {
|
|
1053
1245
|
if (key === "default" || key === "__esModule") return;
|
|
1054
1246
|
if (key in exports && exports[key] === _EmailResetPassword[key]) return;
|
|
1055
1247
|
Object.defineProperty(exports, key, {
|
|
1056
1248
|
enumerable: true,
|
|
1057
|
-
get: function () {
|
|
1249
|
+
get: function get() {
|
|
1058
1250
|
return _EmailResetPassword[key];
|
|
1059
1251
|
}
|
|
1060
1252
|
});
|
|
1061
1253
|
});
|
|
1254
|
+
|
|
1062
1255
|
var _OnboardPlan = require("./components/pages/OnboardPlan");
|
|
1256
|
+
|
|
1063
1257
|
Object.keys(_OnboardPlan).forEach(function (key) {
|
|
1064
1258
|
if (key === "default" || key === "__esModule") return;
|
|
1065
1259
|
if (key in exports && exports[key] === _OnboardPlan[key]) return;
|
|
1066
1260
|
Object.defineProperty(exports, key, {
|
|
1067
1261
|
enumerable: true,
|
|
1068
|
-
get: function () {
|
|
1262
|
+
get: function get() {
|
|
1069
1263
|
return _OnboardPlan[key];
|
|
1070
1264
|
}
|
|
1071
1265
|
});
|
|
1072
1266
|
});
|
|
1267
|
+
|
|
1073
1268
|
var _RegistrationLoginSecondStep = require("./components/pages/RegistrationLoginSecondStep");
|
|
1269
|
+
|
|
1074
1270
|
Object.keys(_RegistrationLoginSecondStep).forEach(function (key) {
|
|
1075
1271
|
if (key === "default" || key === "__esModule") return;
|
|
1076
1272
|
if (key in exports && exports[key] === _RegistrationLoginSecondStep[key]) return;
|
|
1077
1273
|
Object.defineProperty(exports, key, {
|
|
1078
1274
|
enumerable: true,
|
|
1079
|
-
get: function () {
|
|
1275
|
+
get: function get() {
|
|
1080
1276
|
return _RegistrationLoginSecondStep[key];
|
|
1081
1277
|
}
|
|
1082
1278
|
});
|
|
1083
1279
|
});
|
|
1280
|
+
|
|
1084
1281
|
var _RegistrationLoginThirdStep = require("./components/pages/RegistrationLoginThirdStep");
|
|
1282
|
+
|
|
1085
1283
|
Object.keys(_RegistrationLoginThirdStep).forEach(function (key) {
|
|
1086
1284
|
if (key === "default" || key === "__esModule") return;
|
|
1087
1285
|
if (key in exports && exports[key] === _RegistrationLoginThirdStep[key]) return;
|
|
1088
1286
|
Object.defineProperty(exports, key, {
|
|
1089
1287
|
enumerable: true,
|
|
1090
|
-
get: function () {
|
|
1288
|
+
get: function get() {
|
|
1091
1289
|
return _RegistrationLoginThirdStep[key];
|
|
1092
1290
|
}
|
|
1093
1291
|
});
|
|
1094
1292
|
});
|
|
1293
|
+
|
|
1095
1294
|
var _RetailerProductEdition = require("./components/pages/RetailerProductEdition");
|
|
1295
|
+
|
|
1096
1296
|
Object.keys(_RetailerProductEdition).forEach(function (key) {
|
|
1097
1297
|
if (key === "default" || key === "__esModule") return;
|
|
1098
1298
|
if (key in exports && exports[key] === _RetailerProductEdition[key]) return;
|
|
1099
1299
|
Object.defineProperty(exports, key, {
|
|
1100
1300
|
enumerable: true,
|
|
1101
|
-
get: function () {
|
|
1301
|
+
get: function get() {
|
|
1102
1302
|
return _RetailerProductEdition[key];
|
|
1103
1303
|
}
|
|
1104
1304
|
});
|
|
1105
1305
|
});
|
|
1306
|
+
|
|
1106
1307
|
var _ProviderProductEdition = require("./components/pages/ProviderProductEdition");
|
|
1308
|
+
|
|
1107
1309
|
Object.keys(_ProviderProductEdition).forEach(function (key) {
|
|
1108
1310
|
if (key === "default" || key === "__esModule") return;
|
|
1109
1311
|
if (key in exports && exports[key] === _ProviderProductEdition[key]) return;
|
|
1110
1312
|
Object.defineProperty(exports, key, {
|
|
1111
1313
|
enumerable: true,
|
|
1112
|
-
get: function () {
|
|
1314
|
+
get: function get() {
|
|
1113
1315
|
return _ProviderProductEdition[key];
|
|
1114
1316
|
}
|
|
1115
1317
|
});
|
|
1116
1318
|
});
|
|
1319
|
+
|
|
1117
1320
|
var _VerificationCodeResetPassword = require("./components/pages/VerificationCodeResetPassword");
|
|
1321
|
+
|
|
1118
1322
|
Object.keys(_VerificationCodeResetPassword).forEach(function (key) {
|
|
1119
1323
|
if (key === "default" || key === "__esModule") return;
|
|
1120
1324
|
if (key in exports && exports[key] === _VerificationCodeResetPassword[key]) return;
|
|
1121
1325
|
Object.defineProperty(exports, key, {
|
|
1122
1326
|
enumerable: true,
|
|
1123
|
-
get: function () {
|
|
1327
|
+
get: function get() {
|
|
1124
1328
|
return _VerificationCodeResetPassword[key];
|
|
1125
1329
|
}
|
|
1126
1330
|
});
|
|
1127
1331
|
});
|
|
1332
|
+
|
|
1128
1333
|
var _dashboardUtils = require("./components/pages/Dashboard/dashboardUtils");
|
|
1334
|
+
|
|
1129
1335
|
Object.keys(_dashboardUtils).forEach(function (key) {
|
|
1130
1336
|
if (key === "default" || key === "__esModule") return;
|
|
1131
1337
|
if (key in exports && exports[key] === _dashboardUtils[key]) return;
|
|
1132
1338
|
Object.defineProperty(exports, key, {
|
|
1133
1339
|
enumerable: true,
|
|
1134
|
-
get: function () {
|
|
1340
|
+
get: function get() {
|
|
1135
1341
|
return _dashboardUtils[key];
|
|
1136
1342
|
}
|
|
1137
1343
|
});
|