tabexseriescomponents 0.2.1192 → 0.2.1194

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.cjs.js CHANGED
@@ -4723,6 +4723,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
4723
4723
  quantity: 0
4724
4724
  }));
4725
4725
  } else {
4726
+ diffDays = diffDays + 1;
4726
4727
  if (fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant >= diffDays && fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant <= diffDays) {
4727
4728
  setaddtocardpayloadobj(_objectSpread$2D(_objectSpread$2D({}, addtocardpayloadobj), {}, {
4728
4729
  quantity: diffDays
package/dist/index.esm.js CHANGED
@@ -4672,6 +4672,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
4672
4672
  quantity: 0
4673
4673
  }));
4674
4674
  } else {
4675
+ diffDays = diffDays + 1;
4675
4676
  if (fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant >= diffDays && fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant <= diffDays) {
4676
4677
  setaddtocardpayloadobj(_objectSpread$2D(_objectSpread$2D({}, addtocardpayloadobj), {}, {
4677
4678
  quantity: diffDays
package/dist/index.umd.js CHANGED
@@ -4529,6 +4529,7 @@
4529
4529
  quantity: 0
4530
4530
  }));
4531
4531
  } else {
4532
+ diffDays = diffDays + 1;
4532
4533
  if (fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant >= diffDays && fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant <= diffDays) {
4533
4534
  setaddtocardpayloadobj(_objectSpread$2D(_objectSpread$2D({}, addtocardpayloadobj), {}, {
4534
4535
  quantity: diffDays
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1192",
3
+ "version": "0.2.1194",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",