ublo-lib 1.38.32 → 1.38.33

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.
@@ -26,7 +26,7 @@ export default function useBookingLinks(cart, multipleVillages, setupCallback, c
26
26
  setupCallback,
27
27
  ]);
28
28
  }
29
- function setupConfig(lang, breadcrumb, cart = [], multipleVillages, hasLangPrefix, channel, cartChanged) {
29
+ function setupConfig(lang, breadcrumb, cart = [], multipleVillages, hasLangPrefix, channel, cartChanged, skipRecap) {
30
30
  const pageEsf = multipleVillages ? breadcrumb?.next?.path : breadcrumb?.path;
31
31
  const langPrefix = hasLangPrefix ? `/${lang}` : "";
32
32
  const pagePanier = cartChanged
@@ -38,6 +38,7 @@ function setupConfig(lang, breadcrumb, cart = [], multipleVillages, hasLangPrefi
38
38
  window.analytics = Plausible.callback;
39
39
  window.channel = channel;
40
40
  window.cartChanged = cartChanged;
41
+ window.skipRecap = skipRecap;
41
42
  }
42
43
  function closeAllDialogs(e) {
43
44
  const cart = e.target.closest("[onclick^='openBoutiqueESF(']");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.38.32",
3
+ "version": "1.38.33",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^3.10.8",
6
6
  "leaflet": "^1.9.1",