@salesgenterp/ui-components 0.4.20 → 0.4.22

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.
@@ -2813,7 +2813,7 @@ var steps = [{
2813
2813
  }
2814
2814
  }];
2815
2815
 
2816
- var CheckoutComp = function CheckoutComp(_ref) {
2816
+ var CheckoutPageComponent = function CheckoutPageComponent(_ref) {
2817
2817
  var currStep = _ref.currStep,
2818
2818
  handleNext = _ref.handleNext,
2819
2819
  handleBack = _ref.handleBack,
@@ -3054,5 +3054,5 @@ function useGridSize() {
3054
3054
  return layout;
3055
3055
  }
3056
3056
 
3057
- export { Breakpoint, CartDrawer, CartPageComponent, CheckoutComp as CheckoutComponent, Variant, useGridSize, useWindowSize };
3057
+ export { Breakpoint, CartDrawer, CartPageComponent, CheckoutPageComponent, Variant, useGridSize, useWindowSize };
3058
3058
  //# sourceMappingURL=index.modern.js.map