contentoh-components-library 20.0.17 → 20.0.18

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
 
4
4
 
5
+ ---
6
+
7
+ # v21.0.17 (Tue May 03 2022)
8
+
9
+
10
+
5
11
  ---
6
12
 
7
13
  # v0.1.1 (Thu Feb 10 2022)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "20.0.17",
3
+ "version": "20.0.18",
4
4
  "dependencies": {
5
5
  "@babel/runtime": "^7.17.2",
6
6
  "@storybook/addon-postcss": "^2.0.0",
package/src/index.js CHANGED
@@ -28,11 +28,13 @@ export * from "./components/atoms/ValidationPanel/index";
28
28
 
29
29
  //molecules
30
30
  export * from "./components/molecules/AvatarAndValidation/index";
31
+ export * from "./components/molecules/CarouselImagesLogin"
31
32
  export * from "./components/molecules/EditionActiveImage/index";
32
33
  export * from "./components/molecules/FeaturesBar/index";
33
34
  export * from "./components/molecules/GalleryElement/index";
34
35
  export * from "./components/molecules/HeaderTop/index";
35
36
  export * from "./components/molecules/ImageSelector/index";
37
+ export * from "./components/molecules/LoginPasswordStrength"
36
38
  export * from "./components/molecules/PlanSelection/index";
37
39
  export * from "./components/molecules/ProductNameHeader/index";
38
40
  export * from "./components/molecules/StatusAsignationInfo/index";
@@ -40,7 +42,7 @@ export * from "./components/molecules/TableHeader/index";
40
42
  export * from "./components/molecules/TableRow/index";
41
43
  export * from "./components/molecules/TabsMenu/index";
42
44
  export * from "./components/molecules/TagAndInput/index";
43
- export * from "./components/molecules/TextAndGradient/index";
45
+ //export * from "./components/molecules/TextAndGradient/index";
44
46
 
45
47
  //organisms
46
48
  export * from "./components/organisms/Fullplan/index";
@@ -53,6 +55,13 @@ export * from "./components/organisms/InputGroup/index";
53
55
  export * from "./components/organisms/ProductImageModal/index";
54
56
 
55
57
  //pages
58
+ export * from "./components/pages/ChangePasswordLogin"
59
+ export * from "./components/pages/CustomerLogin"
56
60
  export * from "./components/pages/CustomerType";
61
+ export * from "./components/pages/EmailResetPassword"
57
62
  export * from "./components/pages/OnboardPlan";
63
+ export * from "./components/pages/RegistrationLoginFirstStep"
64
+ export * from "./components/pages/RegistrationLoginSecondStep"
65
+ export * from "./components/pages/RegistrationLoginThirdStep"
58
66
  export * from "./components/pages/RetailerProductEdition";
67
+ export * from "./components/pages/VerificationCodeResetPassword"