@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.modern.js
CHANGED
|
@@ -2813,7 +2813,7 @@ var steps = [{
|
|
|
2813
2813
|
}
|
|
2814
2814
|
}];
|
|
2815
2815
|
|
|
2816
|
-
var
|
|
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,
|
|
3057
|
+
export { Breakpoint, CartDrawer, CartPageComponent, CheckoutPageComponent, Variant, useGridSize, useWindowSize };
|
|
3058
3058
|
//# sourceMappingURL=index.modern.js.map
|