ublo-lib 1.46.0 → 1.46.2
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.
|
@@ -88,7 +88,7 @@ export default function Information({ source = "/popup", zone = "content", preve
|
|
|
88
88
|
checkOverflow();
|
|
89
89
|
}, [checkOverflow, content]);
|
|
90
90
|
Router.ready(() => {
|
|
91
|
-
Router.events.on("
|
|
91
|
+
Router.events.on("routeChangeStart", () => {
|
|
92
92
|
if (isPopin) {
|
|
93
93
|
minimize();
|
|
94
94
|
}
|
|
@@ -2,8 +2,8 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import Field from "./field";
|
|
4
4
|
import Button from "dt-design-system/es/button";
|
|
5
|
-
import ChevronLeftIcon from "dt-design-system/es/chevron-left";
|
|
6
|
-
import ChevronRightIcon from "dt-design-system/es/chevron-right";
|
|
5
|
+
import ChevronLeftIcon from "dt-design-system/es/icons/chevron-left";
|
|
6
|
+
import ChevronRightIcon from "dt-design-system/es/icons/chevron-right";
|
|
7
7
|
import { message } from "./messages";
|
|
8
8
|
import useStay from "./hooks/use-stay";
|
|
9
9
|
import { STEPS } from "./data";
|