contentoh-components-library 10.0.0 → 12.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (404) hide show
  1. package/.env.development +20 -12
  2. package/.env.production +10 -2
  3. package/CHANGELOG.md +39 -0
  4. package/dist/assets/images/carouselImagesLogin/login2.svg +117 -0
  5. package/dist/assets/images/carouselImagesLogin/login3.svg +147 -0
  6. package/dist/assets/images/carouselImagesLogin/loginImage.svg +301 -0
  7. package/dist/assets/images/editField/showPassword.png +0 -0
  8. package/dist/assets/images/generalButton/downloadIcon.svg +3 -0
  9. package/dist/assets/images/genericModal/closeWhite.svg +3 -0
  10. package/dist/assets/images/genericModal/errorModal.svg +3 -0
  11. package/dist/assets/images/genericModal/yellowAlert.svg +12 -0
  12. package/dist/assets/images/sliderToolTip/infoIcon.svg +4 -0
  13. package/dist/assets/images/sliderToolTip/slide1.svg +5 -0
  14. package/dist/assets/images/sliderToolTip/slide2.svg +9 -0
  15. package/dist/assets/images/sliderToolTip/slide3.svg +9 -0
  16. package/dist/assets/images/sliderToolTip/slide4.svg +9 -0
  17. package/dist/assets/images/sliderToolTip/slide5.svg +40 -0
  18. package/dist/assets/images/verticalSideMenuMainPage/closeMenu.svg +4 -0
  19. package/dist/assets/images/verticalSideMenuMainPage/iconFAQS.svg +12 -0
  20. package/dist/assets/images/verticalSideMenuMainPage/iconGroup.svg +3 -0
  21. package/dist/assets/images/verticalSideMenuMainPage/iconLogo.svg +12 -0
  22. package/dist/assets/images/verticalSideMenuMainPage/iconLogoContentoh.svg +15 -0
  23. package/dist/assets/images/verticalSideMenuMainPage/iconProduct.svg +3 -0
  24. package/dist/assets/images/verticalSideMenuMainPage/iconSpeedometer.svg +12 -0
  25. package/dist/assets/images/verticalSideMenuMainPage/iconTask.svg +10 -0
  26. package/dist/assets/images/verticalSideMenuMainPage/openMenu.svg +4 -0
  27. package/dist/components/atoms/ActivedFilter/ActivedFilter.stories.js +7 -1
  28. package/dist/components/atoms/ActivedFilter/index.js +12 -4
  29. package/dist/components/atoms/AsignationOption/AsignationOptions.stories.js +7 -1
  30. package/dist/components/atoms/AsignationOption/index.js +52 -23
  31. package/dist/components/atoms/AsignationOption/styles.js +1 -1
  32. package/dist/components/atoms/AtomList/AtomList.stories.js +7 -1
  33. package/dist/components/atoms/AtomList/index.js +14 -9
  34. package/dist/components/atoms/Avatar/AsignationImage.stories.js +7 -1
  35. package/dist/components/atoms/Avatar/index.js +11 -8
  36. package/dist/components/atoms/Card/Card.stories.js +7 -1
  37. package/dist/components/atoms/Card/index.js +8 -4
  38. package/dist/components/atoms/CharCounter/CharCounter.stories.js +31 -0
  39. package/dist/components/atoms/CharCounter/index.js +22 -0
  40. package/dist/components/atoms/CharCounter/styles.js +20 -0
  41. package/dist/components/atoms/CheckBox/CheckBox.stories.js +7 -1
  42. package/dist/components/atoms/CheckBox/index.js +19 -13
  43. package/dist/components/atoms/Commentary/index.js +10 -2
  44. package/dist/components/atoms/Commentary/styles.js +4 -1
  45. package/dist/components/atoms/CustomerTypeImage/CustomerTypeImage.stories.js +7 -1
  46. package/dist/components/atoms/CustomerTypeImage/index.js +8 -6
  47. package/dist/components/atoms/DropDownButton/DropDownButton.stories.js +7 -1
  48. package/dist/components/atoms/DropDownButton/index.js +9 -6
  49. package/dist/components/atoms/DropDownButton/styles.js +1 -1
  50. package/dist/components/atoms/EditField/EditField.stories.js +7 -1
  51. package/dist/components/atoms/EditField/index.js +17 -10
  52. package/dist/components/atoms/FeatureTag/FeatureTag.stories.js +7 -1
  53. package/dist/components/atoms/FeatureTag/index.js +11 -5
  54. package/dist/components/atoms/GeneralButton/GeneralButton.stories.js +7 -1
  55. package/dist/components/atoms/GeneralButton/index.js +13 -7
  56. package/dist/components/atoms/GeneralButton/styles.js +4 -2
  57. package/dist/components/atoms/GeneralInput/GeneralInput.stories.js +7 -1
  58. package/dist/components/atoms/GeneralInput/index.js +128 -69
  59. package/dist/components/atoms/GeneralInput/styles.js +8 -2
  60. package/dist/components/atoms/GeneralTextBox/GeneralTextBox.stories.js +7 -1
  61. package/dist/components/atoms/GeneralTextBox/index.js +12 -7
  62. package/dist/components/atoms/GenericModal/GenericModal.stories.js +46 -59
  63. package/dist/components/atoms/GenericModal/index.js +15 -8
  64. package/dist/components/atoms/GenericModal/styles.js +1 -1
  65. package/dist/components/atoms/GradientPanel/GradientPanel.stories.js +85 -80
  66. package/dist/components/atoms/GradientPanel/index.js +11 -7
  67. package/dist/components/atoms/GradientPanel/styles.js +2 -2
  68. package/dist/components/atoms/Graphic/Graphic.stories.js +7 -1
  69. package/dist/components/atoms/Graphic/index.js +9 -5
  70. package/dist/components/atoms/Input/index.js +15 -8
  71. package/dist/components/atoms/Input/style.js +4 -4
  72. package/dist/components/atoms/InputFormatter/Wysiwyg.stories.js +30 -0
  73. package/dist/components/atoms/InputFormatter/index.js +187 -0
  74. package/dist/components/atoms/InputFormatter/styles.js +33 -0
  75. package/dist/components/atoms/LabelToInput/index.js +18 -13
  76. package/dist/components/atoms/LabelToInput/style.js +3 -3
  77. package/dist/components/atoms/LoadImageMenu/LoadImageMenu.stories.js +7 -1
  78. package/dist/components/atoms/LoadImageMenu/index.js +33 -22
  79. package/dist/components/atoms/Loading/Loading.stories.js +28 -0
  80. package/dist/components/atoms/Loading/index.js +27 -0
  81. package/dist/components/atoms/Loading/styles.js +22 -0
  82. package/dist/components/atoms/LogoImage/LogoImage.stories.js +7 -1
  83. package/dist/components/atoms/LogoImage/index.js +9 -6
  84. package/dist/components/atoms/MenuNotification/MenuNotification.stories.js +7 -1
  85. package/dist/components/atoms/MenuNotification/index.js +21 -15
  86. package/dist/components/atoms/MenuProfile/MenuProfile.stories.js +7 -1
  87. package/dist/components/atoms/MenuProfile/index.js +25 -15
  88. package/dist/components/atoms/Notification/Notification.stories.js +5 -1
  89. package/dist/components/atoms/Notification/index.js +15 -9
  90. package/dist/components/atoms/Percent/Percent.stories.js +7 -1
  91. package/dist/components/atoms/Percent/index.js +21 -14
  92. package/dist/components/atoms/PriorityFlag/PriorityFlag.stories.js +7 -1
  93. package/dist/components/atoms/PriorityFlag/index.js +8 -4
  94. package/dist/components/atoms/ProductImage/ProductImage.stories.js +7 -1
  95. package/dist/components/atoms/ProductImage/index.js +11 -8
  96. package/dist/components/atoms/ProductPercentCard/Percent.stories.js +41 -0
  97. package/dist/components/atoms/ProductPercentCard/index.js +45 -0
  98. package/dist/components/atoms/ProductPercentCard/styles.js +20 -0
  99. package/dist/components/atoms/ProgressBar/ProgressBar.stories.js +7 -1
  100. package/dist/components/atoms/ProgressBar/index.js +8 -3
  101. package/dist/components/atoms/ProgressBar/styles.js +1 -1
  102. package/dist/components/atoms/ScreenHeader/ScreenHeader.stories.js +7 -1
  103. package/dist/components/atoms/ScreenHeader/index.js +9 -3
  104. package/dist/components/atoms/ScreenHeader/styles.js +1 -1
  105. package/dist/components/atoms/Select/index.js +27 -20
  106. package/dist/components/atoms/Select/style.js +1 -1
  107. package/dist/components/atoms/SideMenuButton/SideMenuButton.stories.js +5 -1
  108. package/dist/components/atoms/SideMenuButton/index.js +10 -4
  109. package/dist/components/atoms/SliderToolTip/SliderToolTip.stories.js +47 -0
  110. package/dist/components/atoms/SliderToolTip/index.js +200 -0
  111. package/dist/components/atoms/SliderToolTip/styles.js +24 -0
  112. package/dist/components/atoms/StatusTag/StatusTag.stories.js +7 -1
  113. package/dist/components/atoms/StatusTag/index.js +43 -3
  114. package/dist/components/atoms/StatusTag/styles.js +1 -1
  115. package/dist/components/atoms/TabSection/TabSection.stories.js +7 -1
  116. package/dist/components/atoms/TabSection/index.js +8 -3
  117. package/dist/components/atoms/ValidationPanel/ValidationPanel.stories.js +7 -1
  118. package/dist/components/atoms/ValidationPanel/index.js +41 -28
  119. package/dist/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +28 -0
  120. package/dist/components/atoms/VerticalSideMenuMainPage/index.js +98 -0
  121. package/dist/components/atoms/VerticalSideMenuMainPage/styles.js +24 -0
  122. package/dist/components/molecules/AddProvidersAndProducts/AddProvidersAndProducts.stories.js +5 -1
  123. package/dist/components/molecules/AddProvidersAndProducts/index.js +18 -12
  124. package/dist/components/molecules/AssignedWork/AssignedWork.stories.js +5 -1
  125. package/dist/components/molecules/AssignedWork/index.js +36 -30
  126. package/dist/components/molecules/AvatarAndValidation/AvatarAndValidation.stories.js +7 -1
  127. package/dist/components/molecules/AvatarAndValidation/index.js +27 -25
  128. package/dist/components/molecules/CarouselImagesLogin/CarouselImagesLogin.stories.js +37 -0
  129. package/dist/components/molecules/CarouselImagesLogin/index.js +92 -0
  130. package/dist/components/molecules/CarouselImagesLogin/styles.js +21 -0
  131. package/dist/components/molecules/EditionActiveImage/EditionActiveImage.stories.js +7 -1
  132. package/dist/components/molecules/EditionActiveImage/index.js +14 -10
  133. package/dist/components/molecules/EmailResetPasswordLogin/EmailResetPasswordLogin.stories.js +28 -0
  134. package/dist/components/molecules/EmailResetPasswordLogin/index.js +153 -0
  135. package/dist/components/molecules/EmailResetPasswordLogin/styles.js +20 -0
  136. package/dist/components/molecules/FeaturesBar/FeaturesBar.stories.js +7 -1
  137. package/dist/components/molecules/FeaturesBar/index.js +11 -9
  138. package/dist/components/molecules/GalleryElement/GalleryElement.stories.js +7 -1
  139. package/dist/components/molecules/GalleryElement/index.js +96 -57
  140. package/dist/components/molecules/GalleryHeader/GalleryHeader.stories.js +7 -1
  141. package/dist/components/molecules/GalleryHeader/index.js +46 -16
  142. package/dist/components/molecules/HeaderTop/HeaderTop.stories.js +7 -1
  143. package/dist/components/molecules/HeaderTop/index.js +10 -7
  144. package/dist/components/molecules/ImageSelector/ImageSelector.stories.js +7 -1
  145. package/dist/components/molecules/ImageSelector/index.js +15 -13
  146. package/dist/components/molecules/LoginPasswordStrength/LoginPasswordStrength.stories.js +28 -0
  147. package/dist/components/molecules/LoginPasswordStrength/index.js +126 -0
  148. package/dist/components/molecules/LoginPasswordStrength/styles.js +78 -0
  149. package/dist/components/molecules/LogoLoading/Loading.stories.js +28 -0
  150. package/dist/components/molecules/LogoLoading/index.js +22 -0
  151. package/dist/components/molecules/LogoLoading/styles.js +18 -0
  152. package/dist/components/molecules/ParentComponent/ParentComponent.stories.js +10 -2
  153. package/dist/components/molecules/ParentComponent/index.js +9 -5
  154. package/dist/components/molecules/PayMethod/PayMethod.stories.js +7 -1
  155. package/dist/components/molecules/PayMethod/index.js +38 -33
  156. package/dist/components/molecules/PlanSelection/PlanSelection.stories.js +7 -1
  157. package/dist/components/molecules/PlanSelection/index.js +14 -11
  158. package/dist/components/molecules/ProductNameHeader/ProductNameHeader.stories.js +7 -1
  159. package/dist/components/molecules/ProductNameHeader/index.js +18 -14
  160. package/dist/components/molecules/ProductNotification/ProductNotification.stories.js +7 -1
  161. package/dist/components/molecules/ProductNotification/index.js +12 -9
  162. package/dist/components/molecules/ProfileHeader/ProfileHeader.stories.js +5 -1
  163. package/dist/components/molecules/ProfileHeader/index.js +21 -15
  164. package/dist/components/molecules/RegistrationFirstStep/RegistrationFirstStep.stories.js +28 -0
  165. package/dist/components/molecules/RegistrationFirstStep/index.js +308 -0
  166. package/dist/components/molecules/RegistrationFirstStep/styles.js +20 -0
  167. package/dist/components/molecules/RegistrationSecondStep/RegistrationSecondStep.stories.js +28 -0
  168. package/dist/components/molecules/RegistrationSecondStep/index.js +172 -0
  169. package/dist/components/molecules/RegistrationSecondStep/styles.js +20 -0
  170. package/dist/components/molecules/RegistrationThirdStep/RegistrationThirdStep.stories.js +28 -0
  171. package/dist/components/molecules/RegistrationThirdStep/index.js +155 -0
  172. package/dist/components/molecules/RegistrationThirdStep/styles.js +20 -0
  173. package/dist/components/molecules/RetailerSelector/RetailerSelector.stories.js +7 -1
  174. package/dist/components/molecules/RetailerSelector/index.js +36 -25
  175. package/dist/components/molecules/RetailerSelector/styles.js +1 -1
  176. package/dist/components/molecules/SidebarNotification/SidebarNotification.stories.js +5 -1
  177. package/dist/components/molecules/SidebarNotification/index.js +43 -37
  178. package/dist/components/molecules/SignInLogin/SignInLogin.stories.js +28 -0
  179. package/dist/components/molecules/SignInLogin/index.js +315 -0
  180. package/dist/components/molecules/SignInLogin/styles.js +20 -0
  181. package/dist/components/molecules/StatusAsignationInfo/StatusAsignationInfo.stories.js +7 -1
  182. package/dist/components/molecules/StatusAsignationInfo/index.js +111 -98
  183. package/dist/components/molecules/StatusAsignationInfo/styles.js +1 -1
  184. package/dist/components/molecules/TableHeader/TableHeader.stories.js +7 -1
  185. package/dist/components/molecules/TableHeader/index.js +21 -9
  186. package/dist/components/molecules/TableHeader/styles.js +1 -1
  187. package/dist/components/molecules/TableRow/TableRow.stories.js +7 -1
  188. package/dist/components/molecules/TableRow/index.js +11 -7
  189. package/dist/components/molecules/TabsMenu/TabsMenu.stories.js +7 -1
  190. package/dist/components/molecules/TabsMenu/index.js +13 -10
  191. package/dist/components/molecules/TagAndInput/TagAndInput.stories.js +7 -1
  192. package/dist/components/molecules/TagAndInput/index.js +43 -23
  193. package/dist/components/molecules/TagAndInput/styles.js +10 -2
  194. package/dist/components/molecules/VerificationCodeResetPasswordLogin/VerificationCodeResetPasswordLogin.stories.js +28 -0
  195. package/dist/components/molecules/VerificationCodeResetPasswordLogin/index.js +211 -0
  196. package/dist/components/molecules/VerificationCodeResetPasswordLogin/styles.js +20 -0
  197. package/dist/components/molecules/VerificationCodeResetPasswordLogin/utils.js +69 -0
  198. package/dist/components/organisms/ChangePassword/ChangePassword.stories.js +28 -0
  199. package/dist/components/organisms/ChangePassword/index.js +124 -0
  200. package/dist/components/organisms/ChangePassword/styles.js +18 -0
  201. package/dist/components/organisms/FullProductNameHeader/FullProductNameHeader.stories.js +7 -1
  202. package/dist/components/organisms/FullProductNameHeader/index.js +64 -34
  203. package/dist/components/organisms/FullTabsMenu/FullTabsMenu.stories.js +7 -1
  204. package/dist/components/organisms/FullTabsMenu/index.js +30 -23
  205. package/dist/components/organisms/Fullplan/FullPlan.stories.js +7 -1
  206. package/dist/components/organisms/Fullplan/index.js +23 -15
  207. package/dist/components/organisms/GlobalModal/index.js +73 -0
  208. package/dist/components/organisms/GlobalModal/styles.js +66 -0
  209. package/dist/components/organisms/ImageDataTable/ImageDataTable.stories.js +7 -1
  210. package/dist/components/organisms/ImageDataTable/index.js +85 -62
  211. package/dist/components/organisms/ImagePreviewer/ImagePreviewer.stories.js +7 -1
  212. package/dist/components/organisms/ImagePreviewer/index.js +12 -8
  213. package/dist/components/organisms/ImagesGroup/index.js +5 -1
  214. package/dist/components/organisms/InputGroup/InputGroup.stories.js +7 -1
  215. package/dist/components/organisms/InputGroup/index.js +44 -37
  216. package/dist/components/organisms/InputGroup/styles.js +1 -1
  217. package/dist/components/organisms/ProductImageModal/ProductImageModal.stories.js +7 -1
  218. package/dist/components/organisms/ProductImageModal/index.js +49 -46
  219. package/dist/components/organisms/ProductImageModal/styles.js +1 -1
  220. package/dist/components/pages/ChangePasswordLogin/ChangePasswordLogin.stories.js +38 -0
  221. package/dist/components/pages/ChangePasswordLogin/index.js +108 -0
  222. package/dist/components/pages/ChangePasswordLogin/styles.js +18 -0
  223. package/dist/components/pages/CustomerLogin/CustomerLogin.stories.js +52 -47
  224. package/dist/components/pages/CustomerLogin/index.js +18 -12
  225. package/dist/components/pages/CustomerPayMethod/CustomerPayMethod.stories.js +36 -28
  226. package/dist/components/pages/CustomerPayMethod/index.js +18 -12
  227. package/dist/components/pages/CustomerType/CustomerType.stories.js +21 -22
  228. package/dist/components/pages/CustomerType/index.js +18 -12
  229. package/dist/components/pages/EmailResetPassword/EmailResetPassword.stories.js +37 -0
  230. package/dist/components/pages/EmailResetPassword/index.js +130 -0
  231. package/dist/components/pages/EmailResetPassword/styles.js +20 -0
  232. package/dist/components/pages/OnboardPlan/OnboardPlan.stories.js +12 -9
  233. package/dist/components/pages/OnboardPlan/index.js +18 -12
  234. package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +175 -0
  235. package/dist/components/pages/ProviderProductEdition/index.js +1800 -0
  236. package/dist/components/pages/ProviderProductEdition/styles.js +23 -0
  237. package/dist/components/pages/RegistrationLoginFirstStep/RegistrationLoginFirstStep.stories.js +37 -0
  238. package/dist/components/pages/RegistrationLoginFirstStep/index.js +269 -0
  239. package/dist/components/pages/RegistrationLoginFirstStep/styles.js +20 -0
  240. package/dist/components/pages/RegistrationLoginSecondStep/RegistrationLoginSecondStep.stories.js +38 -0
  241. package/dist/components/pages/RegistrationLoginSecondStep/index.js +176 -0
  242. package/dist/components/pages/RegistrationLoginSecondStep/styles.js +20 -0
  243. package/dist/components/pages/RegistrationLoginThirdStep/RegistrationLoginThirdStep.stories.js +37 -0
  244. package/dist/components/pages/RegistrationLoginThirdStep/index.js +178 -0
  245. package/dist/components/pages/RegistrationLoginThirdStep/styles.js +20 -0
  246. package/dist/components/pages/RetailerPlan/RetailerPlan.stories.js +13 -10
  247. package/dist/components/pages/RetailerPlan/index.js +18 -12
  248. package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +41 -75
  249. package/dist/components/pages/RetailerProductEdition/index.js +1180 -590
  250. package/dist/components/pages/RetailerProductEdition/styles.js +1 -1
  251. package/dist/components/pages/VerificationCodeResetPassword/VerificationCodeResetPassword.stories.js +37 -0
  252. package/dist/components/pages/VerificationCodeResetPassword/index.js +121 -0
  253. package/dist/components/pages/VerificationCodeResetPassword/styles.js +20 -0
  254. package/dist/components/pages/VerificationCodeResetPassword/utils.js +69 -0
  255. package/dist/global-files/data.js +85 -14
  256. package/dist/index.js +316 -100
  257. package/package.json +28 -8
  258. package/src/assets/images/carouselImagesLogin/login2.svg +117 -0
  259. package/src/assets/images/carouselImagesLogin/login3.svg +147 -0
  260. package/src/assets/images/carouselImagesLogin/loginImage.svg +301 -0
  261. package/src/assets/images/editField/showPassword.png +0 -0
  262. package/src/assets/images/generalButton/downloadIcon.svg +3 -0
  263. package/src/assets/images/genericModal/closeWhite.svg +3 -0
  264. package/src/assets/images/genericModal/errorModal.svg +3 -0
  265. package/src/assets/images/genericModal/yellowAlert.svg +12 -0
  266. package/src/assets/images/sliderToolTip/infoIcon.svg +4 -0
  267. package/src/assets/images/sliderToolTip/slide1.svg +5 -0
  268. package/src/assets/images/sliderToolTip/slide2.svg +9 -0
  269. package/src/assets/images/sliderToolTip/slide3.svg +9 -0
  270. package/src/assets/images/sliderToolTip/slide4.svg +9 -0
  271. package/src/assets/images/sliderToolTip/slide5.svg +40 -0
  272. package/src/assets/images/verticalSideMenuMainPage/closeMenu.svg +4 -0
  273. package/src/assets/images/verticalSideMenuMainPage/iconFAQS.svg +12 -0
  274. package/src/assets/images/verticalSideMenuMainPage/iconGroup.svg +3 -0
  275. package/src/assets/images/verticalSideMenuMainPage/iconLogo.svg +12 -0
  276. package/src/assets/images/verticalSideMenuMainPage/iconLogoContentoh.svg +15 -0
  277. package/src/assets/images/verticalSideMenuMainPage/iconProduct.svg +3 -0
  278. package/src/assets/images/verticalSideMenuMainPage/iconSpeedometer.svg +12 -0
  279. package/src/assets/images/verticalSideMenuMainPage/iconTask.svg +10 -0
  280. package/src/assets/images/verticalSideMenuMainPage/openMenu.svg +4 -0
  281. package/src/components/atoms/AsignationOption/index.js +18 -1
  282. package/src/components/atoms/AsignationOption/styles.js +19 -1
  283. package/src/components/atoms/CharCounter/CharCounter.stories.js +11 -0
  284. package/src/components/atoms/CharCounter/index.js +13 -0
  285. package/src/components/atoms/CharCounter/styles.js +10 -0
  286. package/src/components/atoms/CheckBox/index.js +8 -2
  287. package/src/components/atoms/Commentary/index.js +2 -2
  288. package/src/components/atoms/Commentary/styles.js +1 -0
  289. package/src/components/atoms/DropDownButton/styles.js +6 -0
  290. package/src/components/atoms/GeneralButton/index.js +1 -0
  291. package/src/components/atoms/GeneralButton/styles.js +14 -0
  292. package/src/components/atoms/GeneralInput/index.js +109 -62
  293. package/src/components/atoms/GeneralInput/styles.js +34 -0
  294. package/src/components/atoms/GenericModal/index.js +2 -2
  295. package/src/components/atoms/GenericModal/styles.js +11 -3
  296. package/src/components/atoms/GradientPanel/styles.js +8 -1
  297. package/src/components/atoms/Input/index.js +2 -1
  298. package/src/components/atoms/Input/style.js +9 -5
  299. package/src/components/atoms/InputFormatter/Wysiwyg.stories.js +12 -0
  300. package/src/components/atoms/InputFormatter/index.js +146 -0
  301. package/src/components/atoms/InputFormatter/styles.js +41 -0
  302. package/src/components/atoms/LabelToInput/index.js +0 -1
  303. package/src/components/atoms/LabelToInput/style.js +15 -4
  304. package/src/components/atoms/Loading/Loading.stories.js +10 -0
  305. package/src/components/atoms/Loading/index.js +13 -0
  306. package/src/components/atoms/Loading/styles.js +57 -0
  307. package/src/components/atoms/LogoImage/index.js +1 -1
  308. package/src/components/atoms/ProductPercentCard/Percent.stories.js +41 -0
  309. package/src/components/atoms/ProductPercentCard/index.js +23 -0
  310. package/src/components/atoms/{Percent → ProductPercentCard}/styles.js +11 -7
  311. package/src/components/atoms/ProgressBar/styles.js +2 -1
  312. package/src/components/atoms/ScreenHeader/index.js +7 -3
  313. package/src/components/atoms/ScreenHeader/styles.js +14 -2
  314. package/src/components/atoms/Select/index.js +3 -1
  315. package/src/components/atoms/Select/style.js +1 -2
  316. package/src/components/atoms/SliderToolTip/SliderToolTip.stories.js +23 -0
  317. package/src/components/atoms/SliderToolTip/index.js +182 -0
  318. package/src/components/atoms/SliderToolTip/styles.js +168 -0
  319. package/src/components/atoms/StatusTag/index.js +30 -2
  320. package/src/components/atoms/StatusTag/styles.js +9 -4
  321. package/src/components/atoms/ValidationPanel/index.js +4 -3
  322. package/src/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +12 -0
  323. package/src/components/atoms/VerticalSideMenuMainPage/index.js +54 -0
  324. package/src/components/atoms/VerticalSideMenuMainPage/styles.js +45 -0
  325. package/src/components/molecules/AvatarAndValidation/index.js +14 -15
  326. package/src/components/molecules/CarouselImagesLogin/CarouselImagesLogin.stories.js +17 -0
  327. package/src/components/molecules/CarouselImagesLogin/index.js +65 -0
  328. package/src/components/molecules/CarouselImagesLogin/styles.js +60 -0
  329. package/src/components/molecules/EmailResetPasswordLogin/EmailResetPasswordLogin.stories.js +11 -0
  330. package/src/components/molecules/EmailResetPasswordLogin/index.js +85 -0
  331. package/src/components/molecules/EmailResetPasswordLogin/styles.js +23 -0
  332. package/src/components/molecules/GalleryElement/index.js +26 -6
  333. package/src/components/molecules/GalleryHeader/index.js +8 -2
  334. package/src/components/molecules/LoginPasswordStrength/LoginPasswordStrength.stories.js +8 -0
  335. package/src/components/molecules/LoginPasswordStrength/index.js +84 -0
  336. package/src/components/molecules/LoginPasswordStrength/styles.js +91 -0
  337. package/src/components/molecules/LogoLoading/Loading.stories.js +10 -0
  338. package/src/components/molecules/LogoLoading/index.js +12 -0
  339. package/src/components/molecules/LogoLoading/styles.js +16 -0
  340. package/src/components/molecules/RegistrationFirstStep/RegistrationFirstStep.stories.js +11 -0
  341. package/src/components/molecules/RegistrationFirstStep/index.js +227 -0
  342. package/src/components/molecules/RegistrationFirstStep/styles.js +87 -0
  343. package/src/components/molecules/RegistrationSecondStep/RegistrationSecondStep.stories.js +11 -0
  344. package/src/components/molecules/RegistrationSecondStep/index.js +135 -0
  345. package/src/components/molecules/RegistrationSecondStep/styles.js +64 -0
  346. package/src/components/molecules/RegistrationThirdStep/RegistrationThirdStep.stories.js +11 -0
  347. package/src/components/molecules/RegistrationThirdStep/index.js +130 -0
  348. package/src/components/molecules/RegistrationThirdStep/styles.js +44 -0
  349. package/src/components/molecules/RetailerSelector/index.js +7 -1
  350. package/src/components/molecules/RetailerSelector/styles.js +3 -0
  351. package/src/components/molecules/SignInLogin/SignInLogin.stories.js +11 -0
  352. package/src/components/molecules/SignInLogin/index.js +226 -0
  353. package/src/components/molecules/SignInLogin/styles.js +120 -0
  354. package/src/components/molecules/StatusAsignationInfo/index.js +60 -53
  355. package/src/components/molecules/StatusAsignationInfo/styles.js +8 -2
  356. package/src/components/molecules/TableHeader/index.js +14 -2
  357. package/src/components/molecules/TableHeader/styles.js +8 -0
  358. package/src/components/molecules/TagAndInput/index.js +19 -1
  359. package/src/components/molecules/TagAndInput/styles.js +28 -0
  360. package/src/components/molecules/VerificationCodeResetPasswordLogin/VerificationCodeResetPasswordLogin.stories.js +11 -0
  361. package/src/components/molecules/VerificationCodeResetPasswordLogin/index.js +171 -0
  362. package/src/components/molecules/VerificationCodeResetPasswordLogin/styles.js +54 -0
  363. package/src/components/molecules/VerificationCodeResetPasswordLogin/utils.js +54 -0
  364. package/src/components/organisms/ChangePassword/ChangePassword.stories.js +11 -0
  365. package/src/components/organisms/ChangePassword/index.js +77 -0
  366. package/src/components/organisms/ChangePassword/styles.js +13 -0
  367. package/src/components/organisms/FullProductNameHeader/index.js +47 -16
  368. package/src/components/organisms/FullTabsMenu/index.js +15 -12
  369. package/src/components/organisms/GlobalModal/index.js +68 -0
  370. package/src/components/organisms/GlobalModal/styles.js +113 -0
  371. package/src/components/organisms/ImageDataTable/index.js +29 -8
  372. package/src/components/organisms/InputGroup/index.js +28 -8
  373. package/src/components/organisms/InputGroup/styles.js +2 -2
  374. package/src/components/organisms/ProductImageModal/index.js +8 -9
  375. package/src/components/organisms/ProductImageModal/styles.js +3 -0
  376. package/src/components/pages/ChangePasswordLogin/ChangePasswordLogin.stories.js +18 -0
  377. package/src/components/pages/ChangePasswordLogin/index.js +77 -0
  378. package/src/components/pages/ChangePasswordLogin/styles.js +20 -0
  379. package/src/components/pages/EmailResetPassword/EmailResetPassword.stories.js +17 -0
  380. package/src/components/pages/EmailResetPassword/index.js +77 -0
  381. package/src/components/pages/EmailResetPassword/styles.js +27 -0
  382. package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +172 -0
  383. package/src/components/pages/ProviderProductEdition/index.js +1275 -0
  384. package/src/components/pages/ProviderProductEdition/styles.js +118 -0
  385. package/src/components/pages/RegistrationLoginFirstStep/RegistrationLoginFirstStep.stories.js +17 -0
  386. package/src/components/pages/RegistrationLoginFirstStep/index.js +160 -0
  387. package/src/components/pages/RegistrationLoginFirstStep/styles.js +85 -0
  388. package/src/components/pages/RegistrationLoginSecondStep/RegistrationLoginSecondStep.stories.js +18 -0
  389. package/src/components/pages/RegistrationLoginSecondStep/index.js +111 -0
  390. package/src/components/pages/RegistrationLoginSecondStep/styles.js +64 -0
  391. package/src/components/pages/RegistrationLoginThirdStep/RegistrationLoginThirdStep.stories.js +17 -0
  392. package/src/components/pages/RegistrationLoginThirdStep/index.js +106 -0
  393. package/src/components/pages/RegistrationLoginThirdStep/styles.js +48 -0
  394. package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +32 -65
  395. package/src/components/pages/RetailerProductEdition/index.js +924 -442
  396. package/src/components/pages/RetailerProductEdition/styles.js +17 -3
  397. package/src/components/pages/VerificationCodeResetPassword/VerificationCodeResetPassword.stories.js +17 -0
  398. package/src/components/pages/VerificationCodeResetPassword/index.js +92 -0
  399. package/src/components/pages/VerificationCodeResetPassword/styles.js +54 -0
  400. package/src/components/pages/VerificationCodeResetPassword/utils.js +56 -0
  401. package/src/global-files/data.js +56 -8
  402. package/src/index.js +23 -8
  403. package/src/components/atoms/Percent/Percent.stories.js +0 -38
  404. package/src/components/atoms/Percent/index.js +0 -15
package/dist/index.js CHANGED
@@ -1,39 +1,13 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
-
5
3
  Object.defineProperty(exports, "__esModule", {
6
4
  value: true
7
5
  });
8
- var _exportNames = {
9
- fonts: true,
10
- globalStyles: true,
11
- variables: true,
12
- assets: true
13
- };
14
- exports.variables = exports.globalStyles = exports.fonts = exports.assets = void 0;
15
-
16
- var fonts = _interopRequireWildcard(require("./global-files/fonts"));
17
-
18
- exports.fonts = fonts;
19
-
20
- var globalStyles = _interopRequireWildcard(require("./global-files/global-styles"));
21
-
22
- exports.globalStyles = globalStyles;
23
-
24
- var variables = _interopRequireWildcard(require("./global-files/variables"));
25
-
26
- exports.variables = variables;
27
-
28
- var assets = _interopRequireWildcard(require("./assets/images"));
29
-
30
- exports.assets = assets;
31
6
 
32
7
  var _index = require("./components/atoms/ActivedFilter/index");
33
8
 
34
9
  Object.keys(_index).forEach(function (key) {
35
10
  if (key === "default" || key === "__esModule") return;
36
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
37
11
  if (key in exports && exports[key] === _index[key]) return;
38
12
  Object.defineProperty(exports, key, {
39
13
  enumerable: true,
@@ -47,7 +21,6 @@ var _index2 = require("./components/atoms/AsignationOption/index");
47
21
 
48
22
  Object.keys(_index2).forEach(function (key) {
49
23
  if (key === "default" || key === "__esModule") return;
50
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
51
24
  if (key in exports && exports[key] === _index2[key]) return;
52
25
  Object.defineProperty(exports, key, {
53
26
  enumerable: true,
@@ -61,7 +34,6 @@ var _index3 = require("./components/atoms/AtomList/index");
61
34
 
62
35
  Object.keys(_index3).forEach(function (key) {
63
36
  if (key === "default" || key === "__esModule") return;
64
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
65
37
  if (key in exports && exports[key] === _index3[key]) return;
66
38
  Object.defineProperty(exports, key, {
67
39
  enumerable: true,
@@ -75,7 +47,6 @@ var _index4 = require("./components/atoms/Avatar/index");
75
47
 
76
48
  Object.keys(_index4).forEach(function (key) {
77
49
  if (key === "default" || key === "__esModule") return;
78
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
79
50
  if (key in exports && exports[key] === _index4[key]) return;
80
51
  Object.defineProperty(exports, key, {
81
52
  enumerable: true,
@@ -89,7 +60,6 @@ var _index5 = require("./components/atoms/CheckBox/index");
89
60
 
90
61
  Object.keys(_index5).forEach(function (key) {
91
62
  if (key === "default" || key === "__esModule") return;
92
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
93
63
  if (key in exports && exports[key] === _index5[key]) return;
94
64
  Object.defineProperty(exports, key, {
95
65
  enumerable: true,
@@ -103,7 +73,6 @@ var _index6 = require("./components/atoms/CustomerTypeImage/index");
103
73
 
104
74
  Object.keys(_index6).forEach(function (key) {
105
75
  if (key === "default" || key === "__esModule") return;
106
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
107
76
  if (key in exports && exports[key] === _index6[key]) return;
108
77
  Object.defineProperty(exports, key, {
109
78
  enumerable: true,
@@ -117,7 +86,6 @@ var _index7 = require("./components/atoms/DropDownButton/index");
117
86
 
118
87
  Object.keys(_index7).forEach(function (key) {
119
88
  if (key === "default" || key === "__esModule") return;
120
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
121
89
  if (key in exports && exports[key] === _index7[key]) return;
122
90
  Object.defineProperty(exports, key, {
123
91
  enumerable: true,
@@ -131,7 +99,6 @@ var _index8 = require("./components/atoms/FeatureTag/index");
131
99
 
132
100
  Object.keys(_index8).forEach(function (key) {
133
101
  if (key === "default" || key === "__esModule") return;
134
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
135
102
  if (key in exports && exports[key] === _index8[key]) return;
136
103
  Object.defineProperty(exports, key, {
137
104
  enumerable: true,
@@ -145,7 +112,6 @@ var _index9 = require("./components/atoms/GeneralButton/index");
145
112
 
146
113
  Object.keys(_index9).forEach(function (key) {
147
114
  if (key === "default" || key === "__esModule") return;
148
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
149
115
  if (key in exports && exports[key] === _index9[key]) return;
150
116
  Object.defineProperty(exports, key, {
151
117
  enumerable: true,
@@ -159,7 +125,6 @@ var _index10 = require("./components/atoms/GeneralInput/index");
159
125
 
160
126
  Object.keys(_index10).forEach(function (key) {
161
127
  if (key === "default" || key === "__esModule") return;
162
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
163
128
  if (key in exports && exports[key] === _index10[key]) return;
164
129
  Object.defineProperty(exports, key, {
165
130
  enumerable: true,
@@ -173,7 +138,6 @@ var _index11 = require("./components/atoms/GeneralTextBox/index");
173
138
 
174
139
  Object.keys(_index11).forEach(function (key) {
175
140
  if (key === "default" || key === "__esModule") return;
176
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
177
141
  if (key in exports && exports[key] === _index11[key]) return;
178
142
  Object.defineProperty(exports, key, {
179
143
  enumerable: true,
@@ -187,7 +151,6 @@ var _index12 = require("./components/atoms/GradientPanel/index");
187
151
 
188
152
  Object.keys(_index12).forEach(function (key) {
189
153
  if (key === "default" || key === "__esModule") return;
190
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
191
154
  if (key in exports && exports[key] === _index12[key]) return;
192
155
  Object.defineProperty(exports, key, {
193
156
  enumerable: true,
@@ -197,11 +160,10 @@ Object.keys(_index12).forEach(function (key) {
197
160
  });
198
161
  });
199
162
 
200
- var _index13 = require("./components/atoms/PriorityFlag/index");
163
+ var _index13 = require("./components/atoms/Loading/index");
201
164
 
202
165
  Object.keys(_index13).forEach(function (key) {
203
166
  if (key === "default" || key === "__esModule") return;
204
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
205
167
  if (key in exports && exports[key] === _index13[key]) return;
206
168
  Object.defineProperty(exports, key, {
207
169
  enumerable: true,
@@ -211,11 +173,10 @@ Object.keys(_index13).forEach(function (key) {
211
173
  });
212
174
  });
213
175
 
214
- var _index14 = require("./components/atoms/ProductImage/index");
176
+ var _index14 = require("./components/atoms/LogoImage/index");
215
177
 
216
178
  Object.keys(_index14).forEach(function (key) {
217
179
  if (key === "default" || key === "__esModule") return;
218
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
219
180
  if (key in exports && exports[key] === _index14[key]) return;
220
181
  Object.defineProperty(exports, key, {
221
182
  enumerable: true,
@@ -225,11 +186,10 @@ Object.keys(_index14).forEach(function (key) {
225
186
  });
226
187
  });
227
188
 
228
- var _index15 = require("./components/atoms/ProgressBar/index");
189
+ var _index15 = require("./components/atoms/PriorityFlag/index");
229
190
 
230
191
  Object.keys(_index15).forEach(function (key) {
231
192
  if (key === "default" || key === "__esModule") return;
232
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
233
193
  if (key in exports && exports[key] === _index15[key]) return;
234
194
  Object.defineProperty(exports, key, {
235
195
  enumerable: true,
@@ -239,11 +199,10 @@ Object.keys(_index15).forEach(function (key) {
239
199
  });
240
200
  });
241
201
 
242
- var _index16 = require("./components/atoms/ScreenHeader/index");
202
+ var _index16 = require("./components/atoms/ProductImage/index");
243
203
 
244
204
  Object.keys(_index16).forEach(function (key) {
245
205
  if (key === "default" || key === "__esModule") return;
246
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
247
206
  if (key in exports && exports[key] === _index16[key]) return;
248
207
  Object.defineProperty(exports, key, {
249
208
  enumerable: true,
@@ -253,11 +212,10 @@ Object.keys(_index16).forEach(function (key) {
253
212
  });
254
213
  });
255
214
 
256
- var _index17 = require("./components/atoms/SideMenuButton/index");
215
+ var _index17 = require("./components/atoms/ProgressBar/index");
257
216
 
258
217
  Object.keys(_index17).forEach(function (key) {
259
218
  if (key === "default" || key === "__esModule") return;
260
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
261
219
  if (key in exports && exports[key] === _index17[key]) return;
262
220
  Object.defineProperty(exports, key, {
263
221
  enumerable: true,
@@ -267,11 +225,10 @@ Object.keys(_index17).forEach(function (key) {
267
225
  });
268
226
  });
269
227
 
270
- var _index18 = require("./components/atoms/StatusTag/index");
228
+ var _index18 = require("./components/atoms/ScreenHeader/index");
271
229
 
272
230
  Object.keys(_index18).forEach(function (key) {
273
231
  if (key === "default" || key === "__esModule") return;
274
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
275
232
  if (key in exports && exports[key] === _index18[key]) return;
276
233
  Object.defineProperty(exports, key, {
277
234
  enumerable: true,
@@ -281,11 +238,10 @@ Object.keys(_index18).forEach(function (key) {
281
238
  });
282
239
  });
283
240
 
284
- var _index19 = require("./components/atoms/TabSection/index");
241
+ var _index19 = require("./components/atoms/SideMenuButton/index");
285
242
 
286
243
  Object.keys(_index19).forEach(function (key) {
287
244
  if (key === "default" || key === "__esModule") return;
288
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
289
245
  if (key in exports && exports[key] === _index19[key]) return;
290
246
  Object.defineProperty(exports, key, {
291
247
  enumerable: true,
@@ -295,11 +251,10 @@ Object.keys(_index19).forEach(function (key) {
295
251
  });
296
252
  });
297
253
 
298
- var _index20 = require("./components/atoms/ValidationPanel/index");
254
+ var _index20 = require("./components/atoms/SliderToolTip/index");
299
255
 
300
256
  Object.keys(_index20).forEach(function (key) {
301
257
  if (key === "default" || key === "__esModule") return;
302
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
303
258
  if (key in exports && exports[key] === _index20[key]) return;
304
259
  Object.defineProperty(exports, key, {
305
260
  enumerable: true,
@@ -309,11 +264,10 @@ Object.keys(_index20).forEach(function (key) {
309
264
  });
310
265
  });
311
266
 
312
- var _index21 = require("./components/molecules/AvatarAndValidation/index");
267
+ var _index21 = require("./components/atoms/StatusTag/index");
313
268
 
314
269
  Object.keys(_index21).forEach(function (key) {
315
270
  if (key === "default" || key === "__esModule") return;
316
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
317
271
  if (key in exports && exports[key] === _index21[key]) return;
318
272
  Object.defineProperty(exports, key, {
319
273
  enumerable: true,
@@ -323,11 +277,10 @@ Object.keys(_index21).forEach(function (key) {
323
277
  });
324
278
  });
325
279
 
326
- var _index22 = require("./components/molecules/EditionActiveImage/index");
280
+ var _index22 = require("./components/atoms/TabSection/index");
327
281
 
328
282
  Object.keys(_index22).forEach(function (key) {
329
283
  if (key === "default" || key === "__esModule") return;
330
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
331
284
  if (key in exports && exports[key] === _index22[key]) return;
332
285
  Object.defineProperty(exports, key, {
333
286
  enumerable: true,
@@ -337,11 +290,10 @@ Object.keys(_index22).forEach(function (key) {
337
290
  });
338
291
  });
339
292
 
340
- var _index23 = require("./components/molecules/FeaturesBar/index");
293
+ var _index23 = require("./components/atoms/ValidationPanel/index");
341
294
 
342
295
  Object.keys(_index23).forEach(function (key) {
343
296
  if (key === "default" || key === "__esModule") return;
344
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
345
297
  if (key in exports && exports[key] === _index23[key]) return;
346
298
  Object.defineProperty(exports, key, {
347
299
  enumerable: true,
@@ -351,11 +303,10 @@ Object.keys(_index23).forEach(function (key) {
351
303
  });
352
304
  });
353
305
 
354
- var _index24 = require("./components/molecules/GalleryElement/index");
306
+ var _index24 = require("./components/atoms/VerticalSideMenuMainPage/index");
355
307
 
356
308
  Object.keys(_index24).forEach(function (key) {
357
309
  if (key === "default" || key === "__esModule") return;
358
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
359
310
  if (key in exports && exports[key] === _index24[key]) return;
360
311
  Object.defineProperty(exports, key, {
361
312
  enumerable: true,
@@ -365,11 +316,10 @@ Object.keys(_index24).forEach(function (key) {
365
316
  });
366
317
  });
367
318
 
368
- var _index25 = require("./components/molecules/HeaderTop/index");
319
+ var _index25 = require("./components/molecules/AvatarAndValidation/index");
369
320
 
370
321
  Object.keys(_index25).forEach(function (key) {
371
322
  if (key === "default" || key === "__esModule") return;
372
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
373
323
  if (key in exports && exports[key] === _index25[key]) return;
374
324
  Object.defineProperty(exports, key, {
375
325
  enumerable: true,
@@ -379,11 +329,23 @@ Object.keys(_index25).forEach(function (key) {
379
329
  });
380
330
  });
381
331
 
382
- var _index26 = require("./components/molecules/ImageSelector/index");
332
+ var _CarouselImagesLogin = require("./components/molecules/CarouselImagesLogin");
333
+
334
+ Object.keys(_CarouselImagesLogin).forEach(function (key) {
335
+ if (key === "default" || key === "__esModule") return;
336
+ if (key in exports && exports[key] === _CarouselImagesLogin[key]) return;
337
+ Object.defineProperty(exports, key, {
338
+ enumerable: true,
339
+ get: function get() {
340
+ return _CarouselImagesLogin[key];
341
+ }
342
+ });
343
+ });
344
+
345
+ var _index26 = require("./components/molecules/EditionActiveImage/index");
383
346
 
384
347
  Object.keys(_index26).forEach(function (key) {
385
348
  if (key === "default" || key === "__esModule") return;
386
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
387
349
  if (key in exports && exports[key] === _index26[key]) return;
388
350
  Object.defineProperty(exports, key, {
389
351
  enumerable: true,
@@ -393,11 +355,10 @@ Object.keys(_index26).forEach(function (key) {
393
355
  });
394
356
  });
395
357
 
396
- var _index27 = require("./components/molecules/PlanSelection/index");
358
+ var _index27 = require("./components/molecules/EmailResetPasswordLogin/index");
397
359
 
398
360
  Object.keys(_index27).forEach(function (key) {
399
361
  if (key === "default" || key === "__esModule") return;
400
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
401
362
  if (key in exports && exports[key] === _index27[key]) return;
402
363
  Object.defineProperty(exports, key, {
403
364
  enumerable: true,
@@ -407,11 +368,10 @@ Object.keys(_index27).forEach(function (key) {
407
368
  });
408
369
  });
409
370
 
410
- var _index28 = require("./components/molecules/ProductNameHeader/index");
371
+ var _index28 = require("./components/molecules/FeaturesBar/index");
411
372
 
412
373
  Object.keys(_index28).forEach(function (key) {
413
374
  if (key === "default" || key === "__esModule") return;
414
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
415
375
  if (key in exports && exports[key] === _index28[key]) return;
416
376
  Object.defineProperty(exports, key, {
417
377
  enumerable: true,
@@ -421,11 +381,10 @@ Object.keys(_index28).forEach(function (key) {
421
381
  });
422
382
  });
423
383
 
424
- var _index29 = require("./components/molecules/StatusAsignationInfo/index");
384
+ var _index29 = require("./components/molecules/GalleryElement/index");
425
385
 
426
386
  Object.keys(_index29).forEach(function (key) {
427
387
  if (key === "default" || key === "__esModule") return;
428
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
429
388
  if (key in exports && exports[key] === _index29[key]) return;
430
389
  Object.defineProperty(exports, key, {
431
390
  enumerable: true,
@@ -435,11 +394,10 @@ Object.keys(_index29).forEach(function (key) {
435
394
  });
436
395
  });
437
396
 
438
- var _index30 = require("./components/molecules/TableHeader/index");
397
+ var _index30 = require("./components/molecules/HeaderTop/index");
439
398
 
440
399
  Object.keys(_index30).forEach(function (key) {
441
400
  if (key === "default" || key === "__esModule") return;
442
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
443
401
  if (key in exports && exports[key] === _index30[key]) return;
444
402
  Object.defineProperty(exports, key, {
445
403
  enumerable: true,
@@ -449,11 +407,10 @@ Object.keys(_index30).forEach(function (key) {
449
407
  });
450
408
  });
451
409
 
452
- var _index31 = require("./components/molecules/TableRow/index");
410
+ var _index31 = require("./components/molecules/ImageSelector/index");
453
411
 
454
412
  Object.keys(_index31).forEach(function (key) {
455
413
  if (key === "default" || key === "__esModule") return;
456
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
457
414
  if (key in exports && exports[key] === _index31[key]) return;
458
415
  Object.defineProperty(exports, key, {
459
416
  enumerable: true,
@@ -463,11 +420,10 @@ Object.keys(_index31).forEach(function (key) {
463
420
  });
464
421
  });
465
422
 
466
- var _index32 = require("./components/molecules/TabsMenu/index");
423
+ var _index32 = require("./components/molecules/LoginPasswordStrength/index");
467
424
 
468
425
  Object.keys(_index32).forEach(function (key) {
469
426
  if (key === "default" || key === "__esModule") return;
470
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
471
427
  if (key in exports && exports[key] === _index32[key]) return;
472
428
  Object.defineProperty(exports, key, {
473
429
  enumerable: true,
@@ -477,11 +433,10 @@ Object.keys(_index32).forEach(function (key) {
477
433
  });
478
434
  });
479
435
 
480
- var _index33 = require("./components/molecules/TagAndInput/index");
436
+ var _index33 = require("./components/molecules/LogoLoading/index");
481
437
 
482
438
  Object.keys(_index33).forEach(function (key) {
483
439
  if (key === "default" || key === "__esModule") return;
484
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
485
440
  if (key in exports && exports[key] === _index33[key]) return;
486
441
  Object.defineProperty(exports, key, {
487
442
  enumerable: true,
@@ -491,11 +446,10 @@ Object.keys(_index33).forEach(function (key) {
491
446
  });
492
447
  });
493
448
 
494
- var _index34 = require("./components/molecules/TextAndGradient/index");
449
+ var _index34 = require("./components/molecules/PlanSelection/index");
495
450
 
496
451
  Object.keys(_index34).forEach(function (key) {
497
452
  if (key === "default" || key === "__esModule") return;
498
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
499
453
  if (key in exports && exports[key] === _index34[key]) return;
500
454
  Object.defineProperty(exports, key, {
501
455
  enumerable: true,
@@ -505,11 +459,10 @@ Object.keys(_index34).forEach(function (key) {
505
459
  });
506
460
  });
507
461
 
508
- var _index35 = require("./components/organisms/Fullplan/index");
462
+ var _index35 = require("./components/molecules/ProductNameHeader/index");
509
463
 
510
464
  Object.keys(_index35).forEach(function (key) {
511
465
  if (key === "default" || key === "__esModule") return;
512
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
513
466
  if (key in exports && exports[key] === _index35[key]) return;
514
467
  Object.defineProperty(exports, key, {
515
468
  enumerable: true,
@@ -519,11 +472,10 @@ Object.keys(_index35).forEach(function (key) {
519
472
  });
520
473
  });
521
474
 
522
- var _index36 = require("./components/organisms/FullProductNameHeader/index");
475
+ var _index36 = require("./components/molecules/RegistrationFirstStep/index");
523
476
 
524
477
  Object.keys(_index36).forEach(function (key) {
525
478
  if (key === "default" || key === "__esModule") return;
526
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
527
479
  if (key in exports && exports[key] === _index36[key]) return;
528
480
  Object.defineProperty(exports, key, {
529
481
  enumerable: true,
@@ -533,11 +485,10 @@ Object.keys(_index36).forEach(function (key) {
533
485
  });
534
486
  });
535
487
 
536
- var _index37 = require("./components/organisms/FullTabsMenu/index");
488
+ var _index37 = require("./components/molecules/RegistrationSecondStep/index");
537
489
 
538
490
  Object.keys(_index37).forEach(function (key) {
539
491
  if (key === "default" || key === "__esModule") return;
540
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
541
492
  if (key in exports && exports[key] === _index37[key]) return;
542
493
  Object.defineProperty(exports, key, {
543
494
  enumerable: true,
@@ -547,11 +498,10 @@ Object.keys(_index37).forEach(function (key) {
547
498
  });
548
499
  });
549
500
 
550
- var _index38 = require("./components/organisms/ImageDataTable/index");
501
+ var _index38 = require("./components/molecules/RegistrationThirdStep/index");
551
502
 
552
503
  Object.keys(_index38).forEach(function (key) {
553
504
  if (key === "default" || key === "__esModule") return;
554
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
555
505
  if (key in exports && exports[key] === _index38[key]) return;
556
506
  Object.defineProperty(exports, key, {
557
507
  enumerable: true,
@@ -561,11 +511,10 @@ Object.keys(_index38).forEach(function (key) {
561
511
  });
562
512
  });
563
513
 
564
- var _index39 = require("./components/organisms/ImagePreviewer/index");
514
+ var _index39 = require("./components/molecules/SignInLogin/index");
565
515
 
566
516
  Object.keys(_index39).forEach(function (key) {
567
517
  if (key === "default" || key === "__esModule") return;
568
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
569
518
  if (key in exports && exports[key] === _index39[key]) return;
570
519
  Object.defineProperty(exports, key, {
571
520
  enumerable: true,
@@ -575,11 +524,10 @@ Object.keys(_index39).forEach(function (key) {
575
524
  });
576
525
  });
577
526
 
578
- var _index40 = require("./components/organisms/ImagesGroup/index");
527
+ var _index40 = require("./components/molecules/StatusAsignationInfo/index");
579
528
 
580
529
  Object.keys(_index40).forEach(function (key) {
581
530
  if (key === "default" || key === "__esModule") return;
582
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
583
531
  if (key in exports && exports[key] === _index40[key]) return;
584
532
  Object.defineProperty(exports, key, {
585
533
  enumerable: true,
@@ -589,11 +537,10 @@ Object.keys(_index40).forEach(function (key) {
589
537
  });
590
538
  });
591
539
 
592
- var _index41 = require("./components/organisms/InputGroup/index");
540
+ var _index41 = require("./components/molecules/TableHeader/index");
593
541
 
594
542
  Object.keys(_index41).forEach(function (key) {
595
543
  if (key === "default" || key === "__esModule") return;
596
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
597
544
  if (key in exports && exports[key] === _index41[key]) return;
598
545
  Object.defineProperty(exports, key, {
599
546
  enumerable: true,
@@ -603,11 +550,10 @@ Object.keys(_index41).forEach(function (key) {
603
550
  });
604
551
  });
605
552
 
606
- var _index42 = require("./components/organisms/ProductImageModal/index");
553
+ var _index42 = require("./components/molecules/TableRow/index");
607
554
 
608
555
  Object.keys(_index42).forEach(function (key) {
609
556
  if (key === "default" || key === "__esModule") return;
610
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
611
557
  if (key in exports && exports[key] === _index42[key]) return;
612
558
  Object.defineProperty(exports, key, {
613
559
  enumerable: true,
@@ -617,11 +563,205 @@ Object.keys(_index42).forEach(function (key) {
617
563
  });
618
564
  });
619
565
 
566
+ var _index43 = require("./components/molecules/TabsMenu/index");
567
+
568
+ Object.keys(_index43).forEach(function (key) {
569
+ if (key === "default" || key === "__esModule") return;
570
+ if (key in exports && exports[key] === _index43[key]) return;
571
+ Object.defineProperty(exports, key, {
572
+ enumerable: true,
573
+ get: function get() {
574
+ return _index43[key];
575
+ }
576
+ });
577
+ });
578
+
579
+ var _index44 = require("./components/molecules/TagAndInput/index");
580
+
581
+ Object.keys(_index44).forEach(function (key) {
582
+ if (key === "default" || key === "__esModule") return;
583
+ if (key in exports && exports[key] === _index44[key]) return;
584
+ Object.defineProperty(exports, key, {
585
+ enumerable: true,
586
+ get: function get() {
587
+ return _index44[key];
588
+ }
589
+ });
590
+ });
591
+
592
+ var _index45 = require("./components/molecules/VerificationCodeResetPasswordLogin/index");
593
+
594
+ Object.keys(_index45).forEach(function (key) {
595
+ if (key === "default" || key === "__esModule") return;
596
+ if (key in exports && exports[key] === _index45[key]) return;
597
+ Object.defineProperty(exports, key, {
598
+ enumerable: true,
599
+ get: function get() {
600
+ return _index45[key];
601
+ }
602
+ });
603
+ });
604
+
605
+ var _index46 = require("./components/molecules/RetailerSelector/index");
606
+
607
+ Object.keys(_index46).forEach(function (key) {
608
+ if (key === "default" || key === "__esModule") return;
609
+ if (key in exports && exports[key] === _index46[key]) return;
610
+ Object.defineProperty(exports, key, {
611
+ enumerable: true,
612
+ get: function get() {
613
+ return _index46[key];
614
+ }
615
+ });
616
+ });
617
+
618
+ var _index47 = require("./components/organisms/ChangePassword/index");
619
+
620
+ Object.keys(_index47).forEach(function (key) {
621
+ if (key === "default" || key === "__esModule") return;
622
+ if (key in exports && exports[key] === _index47[key]) return;
623
+ Object.defineProperty(exports, key, {
624
+ enumerable: true,
625
+ get: function get() {
626
+ return _index47[key];
627
+ }
628
+ });
629
+ });
630
+
631
+ var _index48 = require("./components/organisms/Fullplan/index");
632
+
633
+ Object.keys(_index48).forEach(function (key) {
634
+ if (key === "default" || key === "__esModule") return;
635
+ if (key in exports && exports[key] === _index48[key]) return;
636
+ Object.defineProperty(exports, key, {
637
+ enumerable: true,
638
+ get: function get() {
639
+ return _index48[key];
640
+ }
641
+ });
642
+ });
643
+
644
+ var _index49 = require("./components/organisms/FullProductNameHeader/index");
645
+
646
+ Object.keys(_index49).forEach(function (key) {
647
+ if (key === "default" || key === "__esModule") return;
648
+ if (key in exports && exports[key] === _index49[key]) return;
649
+ Object.defineProperty(exports, key, {
650
+ enumerable: true,
651
+ get: function get() {
652
+ return _index49[key];
653
+ }
654
+ });
655
+ });
656
+
657
+ var _index50 = require("./components/organisms/FullTabsMenu/index");
658
+
659
+ Object.keys(_index50).forEach(function (key) {
660
+ if (key === "default" || key === "__esModule") return;
661
+ if (key in exports && exports[key] === _index50[key]) return;
662
+ Object.defineProperty(exports, key, {
663
+ enumerable: true,
664
+ get: function get() {
665
+ return _index50[key];
666
+ }
667
+ });
668
+ });
669
+
670
+ var _index51 = require("./components/organisms/ImageDataTable/index");
671
+
672
+ Object.keys(_index51).forEach(function (key) {
673
+ if (key === "default" || key === "__esModule") return;
674
+ if (key in exports && exports[key] === _index51[key]) return;
675
+ Object.defineProperty(exports, key, {
676
+ enumerable: true,
677
+ get: function get() {
678
+ return _index51[key];
679
+ }
680
+ });
681
+ });
682
+
683
+ var _index52 = require("./components/organisms/ImagePreviewer/index");
684
+
685
+ Object.keys(_index52).forEach(function (key) {
686
+ if (key === "default" || key === "__esModule") return;
687
+ if (key in exports && exports[key] === _index52[key]) return;
688
+ Object.defineProperty(exports, key, {
689
+ enumerable: true,
690
+ get: function get() {
691
+ return _index52[key];
692
+ }
693
+ });
694
+ });
695
+
696
+ var _index53 = require("./components/organisms/ImagesGroup/index");
697
+
698
+ Object.keys(_index53).forEach(function (key) {
699
+ if (key === "default" || key === "__esModule") return;
700
+ if (key in exports && exports[key] === _index53[key]) return;
701
+ Object.defineProperty(exports, key, {
702
+ enumerable: true,
703
+ get: function get() {
704
+ return _index53[key];
705
+ }
706
+ });
707
+ });
708
+
709
+ var _index54 = require("./components/organisms/InputGroup/index");
710
+
711
+ Object.keys(_index54).forEach(function (key) {
712
+ if (key === "default" || key === "__esModule") return;
713
+ if (key in exports && exports[key] === _index54[key]) return;
714
+ Object.defineProperty(exports, key, {
715
+ enumerable: true,
716
+ get: function get() {
717
+ return _index54[key];
718
+ }
719
+ });
720
+ });
721
+
722
+ var _index55 = require("./components/organisms/ProductImageModal/index");
723
+
724
+ Object.keys(_index55).forEach(function (key) {
725
+ if (key === "default" || key === "__esModule") return;
726
+ if (key in exports && exports[key] === _index55[key]) return;
727
+ Object.defineProperty(exports, key, {
728
+ enumerable: true,
729
+ get: function get() {
730
+ return _index55[key];
731
+ }
732
+ });
733
+ });
734
+
735
+ var _ChangePasswordLogin = require("./components/pages/ChangePasswordLogin");
736
+
737
+ Object.keys(_ChangePasswordLogin).forEach(function (key) {
738
+ if (key === "default" || key === "__esModule") return;
739
+ if (key in exports && exports[key] === _ChangePasswordLogin[key]) return;
740
+ Object.defineProperty(exports, key, {
741
+ enumerable: true,
742
+ get: function get() {
743
+ return _ChangePasswordLogin[key];
744
+ }
745
+ });
746
+ });
747
+
748
+ var _CustomerLogin = require("./components/pages/CustomerLogin");
749
+
750
+ Object.keys(_CustomerLogin).forEach(function (key) {
751
+ if (key === "default" || key === "__esModule") return;
752
+ if (key in exports && exports[key] === _CustomerLogin[key]) return;
753
+ Object.defineProperty(exports, key, {
754
+ enumerable: true,
755
+ get: function get() {
756
+ return _CustomerLogin[key];
757
+ }
758
+ });
759
+ });
760
+
620
761
  var _CustomerType = require("./components/pages/CustomerType");
621
762
 
622
763
  Object.keys(_CustomerType).forEach(function (key) {
623
764
  if (key === "default" || key === "__esModule") return;
624
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
625
765
  if (key in exports && exports[key] === _CustomerType[key]) return;
626
766
  Object.defineProperty(exports, key, {
627
767
  enumerable: true,
@@ -631,11 +771,23 @@ Object.keys(_CustomerType).forEach(function (key) {
631
771
  });
632
772
  });
633
773
 
774
+ var _EmailResetPassword = require("./components/pages/EmailResetPassword");
775
+
776
+ Object.keys(_EmailResetPassword).forEach(function (key) {
777
+ if (key === "default" || key === "__esModule") return;
778
+ if (key in exports && exports[key] === _EmailResetPassword[key]) return;
779
+ Object.defineProperty(exports, key, {
780
+ enumerable: true,
781
+ get: function get() {
782
+ return _EmailResetPassword[key];
783
+ }
784
+ });
785
+ });
786
+
634
787
  var _OnboardPlan = require("./components/pages/OnboardPlan");
635
788
 
636
789
  Object.keys(_OnboardPlan).forEach(function (key) {
637
790
  if (key === "default" || key === "__esModule") return;
638
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
639
791
  if (key in exports && exports[key] === _OnboardPlan[key]) return;
640
792
  Object.defineProperty(exports, key, {
641
793
  enumerable: true,
@@ -645,11 +797,49 @@ Object.keys(_OnboardPlan).forEach(function (key) {
645
797
  });
646
798
  });
647
799
 
800
+ var _RegistrationLoginFirstStep = require("./components/pages/RegistrationLoginFirstStep");
801
+
802
+ Object.keys(_RegistrationLoginFirstStep).forEach(function (key) {
803
+ if (key === "default" || key === "__esModule") return;
804
+ if (key in exports && exports[key] === _RegistrationLoginFirstStep[key]) return;
805
+ Object.defineProperty(exports, key, {
806
+ enumerable: true,
807
+ get: function get() {
808
+ return _RegistrationLoginFirstStep[key];
809
+ }
810
+ });
811
+ });
812
+
813
+ var _RegistrationLoginSecondStep = require("./components/pages/RegistrationLoginSecondStep");
814
+
815
+ Object.keys(_RegistrationLoginSecondStep).forEach(function (key) {
816
+ if (key === "default" || key === "__esModule") return;
817
+ if (key in exports && exports[key] === _RegistrationLoginSecondStep[key]) return;
818
+ Object.defineProperty(exports, key, {
819
+ enumerable: true,
820
+ get: function get() {
821
+ return _RegistrationLoginSecondStep[key];
822
+ }
823
+ });
824
+ });
825
+
826
+ var _RegistrationLoginThirdStep = require("./components/pages/RegistrationLoginThirdStep");
827
+
828
+ Object.keys(_RegistrationLoginThirdStep).forEach(function (key) {
829
+ if (key === "default" || key === "__esModule") return;
830
+ if (key in exports && exports[key] === _RegistrationLoginThirdStep[key]) return;
831
+ Object.defineProperty(exports, key, {
832
+ enumerable: true,
833
+ get: function get() {
834
+ return _RegistrationLoginThirdStep[key];
835
+ }
836
+ });
837
+ });
838
+
648
839
  var _RetailerProductEdition = require("./components/pages/RetailerProductEdition");
649
840
 
650
841
  Object.keys(_RetailerProductEdition).forEach(function (key) {
651
842
  if (key === "default" || key === "__esModule") return;
652
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
653
843
  if (key in exports && exports[key] === _RetailerProductEdition[key]) return;
654
844
  Object.defineProperty(exports, key, {
655
845
  enumerable: true,
@@ -657,4 +847,30 @@ Object.keys(_RetailerProductEdition).forEach(function (key) {
657
847
  return _RetailerProductEdition[key];
658
848
  }
659
849
  });
850
+ });
851
+
852
+ var _ProviderProductEdition = require("./components/pages/ProviderProductEdition");
853
+
854
+ Object.keys(_ProviderProductEdition).forEach(function (key) {
855
+ if (key === "default" || key === "__esModule") return;
856
+ if (key in exports && exports[key] === _ProviderProductEdition[key]) return;
857
+ Object.defineProperty(exports, key, {
858
+ enumerable: true,
859
+ get: function get() {
860
+ return _ProviderProductEdition[key];
861
+ }
862
+ });
863
+ });
864
+
865
+ var _VerificationCodeResetPassword = require("./components/pages/VerificationCodeResetPassword");
866
+
867
+ Object.keys(_VerificationCodeResetPassword).forEach(function (key) {
868
+ if (key === "default" || key === "__esModule") return;
869
+ if (key in exports && exports[key] === _VerificationCodeResetPassword[key]) return;
870
+ Object.defineProperty(exports, key, {
871
+ enumerable: true,
872
+ get: function get() {
873
+ return _VerificationCodeResetPassword[key];
874
+ }
875
+ });
660
876
  });