@salesgenterp/ui-components 0.4.227 → 0.4.228

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
@@ -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;