@salesgenterp/ui-components 0.4.227 → 0.4.229

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
@@ -4041,7 +4041,7 @@ var Main = styles.styled('main', {
4041
4041
  background: backgroundColor,
4042
4042
  borderRadius: 14,
4043
4043
  height: 'auto',
4044
- overflow: 'inherit'
4044
+ overflow: 'auto'
4045
4045
  });
4046
4046
  });
4047
4047
  var ContainerDrawer = styled__default(material.Drawer)(_templateObject3$7 || (_templateObject3$7 = _taggedTemplateLiteralLoose(["\n // height: 100%;\n margin-right: ", ";\n .MuiDrawer-paper {\n padding: 1rem;\n position: relative;\n z-index: 1;\n background: ", ";\n border-radius: 14px;\n box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;\n }\n"])), function (props) {
@@ -6924,7 +6924,6 @@ function ProductTable(_ref) {
6924
6924
  var _React$useState3 = React.useState([]),
6925
6925
  selected = _React$useState3[0],
6926
6926
  setSelected = _React$useState3[1];
6927
- console.log('selected: ', selected);
6928
6927
  var _React$useState4 = React.useState(cartList),
6929
6928
  cartArray = _React$useState4[0],
6930
6929
  setCartArray = _React$useState4[1];
@@ -6962,8 +6961,6 @@ function ProductTable(_ref) {
6962
6961
  setSelected([]);
6963
6962
  };
6964
6963
  var handleClick = function handleClick(event, product) {
6965
- console.log('product: ', product);
6966
- console.log('selected: ', selected);
6967
6964
  var includes = selected.includes(product);
6968
6965
  if (includes) {
6969
6966
  var removedId = selected.filter(function (item, i) {
@@ -9684,6 +9681,7 @@ exports.Breakpoint = Breakpoint;
9684
9681
  exports.CartDrawer = CartDrawer;
9685
9682
  exports.CartPageComponent = CartPageComponent;
9686
9683
  exports.CheckoutPageComponent = CheckoutPageComponent;
9684
+ exports.ContactUsForm = ContactUsForm;
9687
9685
  exports.GTagManager = GTagManager;
9688
9686
  exports.QuickOrder = QuickOrder;
9689
9687
  exports.RenderTawk = RenderTawk;