@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.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2816,7 +2816,7 @@ var steps = [{
|
|
|
2816
2816
|
}
|
|
2817
2817
|
}];
|
|
2818
2818
|
|
|
2819
|
-
var
|
|
2819
|
+
var CheckoutPageComponent = function CheckoutPageComponent(_ref) {
|
|
2820
2820
|
var currStep = _ref.currStep,
|
|
2821
2821
|
handleNext = _ref.handleNext,
|
|
2822
2822
|
handleBack = _ref.handleBack,
|
|
@@ -3060,7 +3060,7 @@ function useGridSize() {
|
|
|
3060
3060
|
exports.Breakpoint = Breakpoint;
|
|
3061
3061
|
exports.CartDrawer = CartDrawer;
|
|
3062
3062
|
exports.CartPageComponent = CartPageComponent;
|
|
3063
|
-
exports.
|
|
3063
|
+
exports.CheckoutPageComponent = CheckoutPageComponent;
|
|
3064
3064
|
exports.Variant = Variant;
|
|
3065
3065
|
exports.useGridSize = useGridSize;
|
|
3066
3066
|
exports.useWindowSize = useWindowSize;
|