@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.
- package/dist/raw/widgets.js +5 -1
- package/dist/raw/widgets.js.map +1 -1
- package/dist/raw/widgets.m.js +5 -1
- package/dist/raw/widgets.m.js.map +1 -1
- package/dist/raw/widgets.modern.js +5 -1
- package/dist/raw/widgets.modern.js.map +1 -1
- package/dist/raw/widgets.umd.js +5 -1
- package/dist/raw/widgets.umd.js.map +1 -1
- package/dist/widgets.js +1 -1
- package/dist/widgets.js.map +1 -1
- package/dist/widgets.m.js +1 -1
- package/dist/widgets.m.js.map +1 -1
- package/dist/widgets.modern.js +1 -1
- package/dist/widgets.modern.js.map +1 -1
- package/dist/widgets.umd.js +1 -1
- package/dist/widgets.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/raw/widgets.umd.js
CHANGED
|
@@ -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.
|
|
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 () {
|