@alma/widgets 3.3.5 → 3.3.6

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.
@@ -15073,7 +15073,7 @@
15073
15073
  shipping_address: shipping_address
15074
15074
  }, {
15075
15075
  Authorization: "Alma-Merchant-Auth " + merchantId,
15076
- 'X-Alma-Agent': "Alma Widget/" + "v3.3.5"
15076
+ 'X-Alma-Agent': "Alma Widget/" + "v3.3.6"
15077
15077
  }).then(function (res) {
15078
15078
  setEligibility(res);
15079
15079
  setStatus(apiStatus.SUCCESS);
@@ -20547,6 +20547,10 @@
20547
20547
  var timeout;
20548
20548
  var isMounted = true;
20549
20549
 
20550
+ if (transitionDelay === -1) {
20551
+ return;
20552
+ }
20553
+
20550
20554
  if (iterateValues.length !== 0) {
20551
20555
  if (!iterateValues.includes(current) && update) setCurrent(iterateValues[0]);
20552
20556
  timeout = setTimeout(function () {