@salesgenterp/ui-components 0.4.474 → 0.4.475

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
@@ -12685,16 +12685,10 @@ var Step4 = function Step4(_ref) {
12685
12685
  className: i % 2 === 0 ? 'primaryLightBgColor' : '',
12686
12686
  bg: styles === null || styles === void 0 ? void 0 : (_styles$input = styles.input) === null || _styles$input === void 0 ? void 0 : _styles$input.bg
12687
12687
  }, /*#__PURE__*/React__default.createElement(StyledTableCell, {
12688
- noSmall: true
12689
- }, /*#__PURE__*/React__default.createElement("p", {
12690
- className: "price max"
12691
- }, "ID: #", row === null || row === void 0 ? void 0 : row.productId)), /*#__PURE__*/React__default.createElement(StyledTableCell, {
12692
12688
  align: "left",
12693
12689
  component: 'th',
12694
12690
  scope: "row"
12695
- }, /*#__PURE__*/React__default.createElement("p", null, /*#__PURE__*/React__default.createElement("span", {
12696
- className: "noAboveSm price"
12697
- }, "ID: #", row === null || row === void 0 ? void 0 : row.productId), /*#__PURE__*/React__default.createElement("span", null, row.productName))), /*#__PURE__*/React__default.createElement(StyledTableCell, {
12691
+ }, /*#__PURE__*/React__default.createElement("p", null, /*#__PURE__*/React__default.createElement("span", null, row.productName))), /*#__PURE__*/React__default.createElement(StyledTableCell, {
12698
12692
  align: "left",
12699
12693
  color: styles === null || styles === void 0 ? void 0 : styles.bg
12700
12694
  }, /*#__PURE__*/React__default.createElement("p", {
@@ -13733,7 +13727,9 @@ var CheckoutPageComponent = function CheckoutPageComponent(_ref9) {
13733
13727
  return /*#__PURE__*/React__default.createElement(DataLoader, {
13734
13728
  loading: !storeId,
13735
13729
  skeleton: true
13736
- }, /*#__PURE__*/React__default.createElement(CheckoutPageComponentWrapper, props));
13730
+ }, /*#__PURE__*/React__default.createElement(CheckoutPageComponentWrapper, _extends({
13731
+ storeId: storeId
13732
+ }, props)));
13737
13733
  };
13738
13734
 
13739
13735
  var _templateObject$P, _templateObject2$z, _templateObject3$p;