ublo-lib 1.47.5 → 1.47.7
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.
|
@@ -3,7 +3,7 @@ import * as React from "react";
|
|
|
3
3
|
import Router from "next/router";
|
|
4
4
|
import { useUbloContext } from "ublo/with-ublo";
|
|
5
5
|
import useTunnelOffers from "../cross-selling-editor/hooks/use-tunnel-offers";
|
|
6
|
-
import * as Plausible from "
|
|
6
|
+
import * as Plausible from "../../../future/components/plausible";
|
|
7
7
|
import { message } from "./message";
|
|
8
8
|
import styles from "./cross-selling-offers.module.css";
|
|
9
9
|
const CrossSellingOffers = ({ kind, cart, closeDialog, zoneId, zonePath }) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { memo, useEffect } from "react";
|
|
4
|
-
import * as Plausible from "../../
|
|
4
|
+
import * as Plausible from "../../future/components/plausible";
|
|
5
5
|
export const preview = typeof window !== "undefined" &&
|
|
6
6
|
window.location.search.indexOf("preview") !== -1;
|
|
7
7
|
export const loadJS = (url, id) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as Plausible from "../../
|
|
2
|
+
import * as Plausible from "../../future/components/plausible";
|
|
3
3
|
const STORAGE_KEY = "businessProvider";
|
|
4
4
|
const CHECKER_STORAGE_KEY = "businessProviderChecked";
|
|
5
5
|
export default function useAffiliation() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { useUbloContext } from "ublo/with-ublo";
|
|
3
3
|
import { loadJS } from "../../common/utils/load-js";
|
|
4
|
-
import * as Plausible from "../../
|
|
4
|
+
import * as Plausible from "../../future/components/plausible";
|
|
5
5
|
export default function useBookingLinks(cart, multipleVillages, setupCallback, channel = "ESF", cartChanged, skipRecap) {
|
|
6
6
|
const { breadcrumb, config, lang, path } = useUbloContext();
|
|
7
7
|
const hasLangPrefix = config.langPrefix.links;
|