contentoh-components-library 21.1.35 → 21.1.36

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/index.js CHANGED
@@ -784,19 +784,6 @@ Object.keys(_OnboardPlan).forEach(function (key) {
784
784
  });
785
785
  });
786
786
 
787
- var _RegistrationLoginFirstStep = require("./components/pages/RegistrationLoginFirstStep");
788
-
789
- Object.keys(_RegistrationLoginFirstStep).forEach(function (key) {
790
- if (key === "default" || key === "__esModule") return;
791
- if (key in exports && exports[key] === _RegistrationLoginFirstStep[key]) return;
792
- Object.defineProperty(exports, key, {
793
- enumerable: true,
794
- get: function get() {
795
- return _RegistrationLoginFirstStep[key];
796
- }
797
- });
798
- });
799
-
800
787
  var _RegistrationLoginSecondStep = require("./components/pages/RegistrationLoginSecondStep");
801
788
 
802
789
  Object.keys(_RegistrationLoginSecondStep).forEach(function (key) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.1.35",
3
+ "version": "21.1.36",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
package/src/index.js CHANGED
@@ -65,7 +65,6 @@ export * from "./components/pages/CustomerLogin";
65
65
  export * from "./components/pages/CustomerType";
66
66
  export * from "./components/pages/EmailResetPassword";
67
67
  export * from "./components/pages/OnboardPlan";
68
- export * from "./components/pages/RegistrationLoginFirstStep";
69
68
  export * from "./components/pages/RegistrationLoginSecondStep";
70
69
  export * from "./components/pages/RegistrationLoginThirdStep";
71
70
  export * from "./components/pages/RetailerProductEdition";