@keycloak/keycloak-account-ui 26.6.1 → 26.6.3
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as p, jsxs as z, Fragment as tt } from "react/jsx-runtime";
|
|
2
2
|
import * as o from "react";
|
|
3
|
-
import G, { useRef as jt, useEffect as St, forwardRef as Rm, useImperativeHandle as Iv, useMemo as st, useState as se, createContext as Pm, useContext as Mm, Fragment as Fa, useId as Dm, Children as Fm,
|
|
3
|
+
import G, { useRef as jt, useEffect as St, forwardRef as Rm, useImperativeHandle as Iv, useMemo as st, useState as se, createContext as Pm, useContext as Mm, Fragment as Fa, useId as Dm, Children as Fm, useCallback as qr, Component as kv, isValidElement as Nv, Suspense as jm, lazy as xn } from "react";
|
|
4
4
|
import { useTranslation as Le, Trans as Bm } from "react-i18next";
|
|
5
5
|
import * as Sc from "react-dom";
|
|
6
6
|
import { useHref as $m, useLocation as Tv, matchPath as Lv, useLinkClickHandler as Av, useParams as Rv } from "react-router-dom";
|