ublo-lib 1.47.4 → 1.47.5
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/es/common/components/error-404/error-404.js +1 -1
- package/es/common/components/search-bar/search-bar.js +1 -1
- package/es/future/components/msem/account.js +1 -1
- package/es/future/components/msem/elloha.js +1 -1
- package/es/future/components/msem/esf.js +1 -1
- package/es/future/components/msem/lift-jb.js +1 -1
- package/es/future/components/msem/lodging.js +1 -1
- package/es/future/components/msem/other-products.js +1 -1
- package/es/future/components/msem/ski-pass.js +1 -1
- package/es/future/components/msem/ski-rental.js +1 -1
- package/es/future/components/msem/tunnel.js +1 -1
- package/es/future/components/msem/vakario.js +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import * as React from "react";
|
|
|
3
3
|
import { useUbloContext } from "ublo/with-ublo";
|
|
4
4
|
import classNames from "classnames";
|
|
5
5
|
import Button from "dt-design-system/es/button";
|
|
6
|
-
import { useGoal } from "
|
|
6
|
+
import { useGoal } from "../../../future/components/plausible";
|
|
7
7
|
import message from "./messages";
|
|
8
8
|
import css from "./error-404.module.css";
|
|
9
9
|
const Error404 = ({ logo, className }) => {
|
|
@@ -7,7 +7,7 @@ import Link from "ublo/link";
|
|
|
7
7
|
import { useUbloContext } from "ublo/with-ublo";
|
|
8
8
|
import SearchIcon from "dt-design-system/es/icons/search";
|
|
9
9
|
import LoaderIcon from "dt-design-system/es/icons/loader2";
|
|
10
|
-
import * as Plausible from "
|
|
10
|
+
import * as Plausible from "../../../future/components/plausible";
|
|
11
11
|
import useSearch from "./hooks/use-search";
|
|
12
12
|
import * as KeyboardKeys from "./utils/keyboard-keys";
|
|
13
13
|
import { message } from "./messages";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import * as Utils from "./utils";
|
|
3
|
-
import * as Plausible from "
|
|
3
|
+
import * as Plausible from "../../../future/components/plausible";
|
|
4
4
|
export default React.memo(Account);
|
|
5
5
|
function Account({ options, presets, children }) {
|
|
6
6
|
React.useEffect(() => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import * as Utils from "./utils";
|
|
3
|
-
import * as Plausible from "
|
|
3
|
+
import * as Plausible from "../../../future/components/plausible";
|
|
4
4
|
export default React.memo(Elloha);
|
|
5
5
|
function Elloha({ options, presets, children }) {
|
|
6
6
|
React.useEffect(() => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import * as Utils from "./utils";
|
|
3
|
-
import * as Plausible from "
|
|
3
|
+
import * as Plausible from "../../../future/components/plausible";
|
|
4
4
|
export default React.memo(Esf);
|
|
5
5
|
function Esf({ options, presets, children }) {
|
|
6
6
|
React.useEffect(() => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import * as Utils from "./utils";
|
|
3
|
-
import * as Plausible from "
|
|
3
|
+
import * as Plausible from "../../../future/components/plausible";
|
|
4
4
|
export default React.memo(LiftJb);
|
|
5
5
|
function LiftJb({ options, presets, children }) {
|
|
6
6
|
React.useEffect(() => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import * as Utils from "./utils";
|
|
3
|
-
import * as Plausible from "
|
|
3
|
+
import * as Plausible from "../../../future/components/plausible";
|
|
4
4
|
export default React.memo(Lodging);
|
|
5
5
|
function Lodging({ options, presets, children }) {
|
|
6
6
|
React.useEffect(() => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import * as Utils from "./utils";
|
|
3
|
-
import * as Plausible from "
|
|
3
|
+
import * as Plausible from "../../../future/components/plausible";
|
|
4
4
|
export default React.memo(OtherProducts);
|
|
5
5
|
function OtherProducts({ options, presets, children }) {
|
|
6
6
|
React.useEffect(() => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import * as Utils from "./utils";
|
|
3
|
-
import * as Plausible from "
|
|
3
|
+
import * as Plausible from "../../../future/components/plausible";
|
|
4
4
|
export default React.memo(SkiPass);
|
|
5
5
|
function SkiPass({ options, presets, children }) {
|
|
6
6
|
React.useEffect(() => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import * as Utils from "./utils";
|
|
3
|
-
import * as Plausible from "
|
|
3
|
+
import * as Plausible from "../../../future/components/plausible";
|
|
4
4
|
export default React.memo(SkiRental);
|
|
5
5
|
function SkiRental({ options, presets, children }) {
|
|
6
6
|
React.useEffect(() => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import * as Utils from "./utils";
|
|
3
|
-
import * as Plausible from "
|
|
3
|
+
import * as Plausible from "../../../future/components/plausible";
|
|
4
4
|
export default React.memo(Tunnel);
|
|
5
5
|
function Tunnel({ options, presets, children }) {
|
|
6
6
|
React.useEffect(() => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import * as Utils from "./utils";
|
|
3
|
-
import * as Plausible from "
|
|
3
|
+
import * as Plausible from "../../../future/components/plausible";
|
|
4
4
|
export default React.memo(Vakario);
|
|
5
5
|
function Vakario({ options, presets, children }) {
|
|
6
6
|
React.useEffect(() => {
|