@ukpc-lib/react 0.4.16 → 0.4.17
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/dist/components/HomePage/index.d.ts +1 -0
- package/dist/components/LandingPage/index.d.ts +1 -0
- package/dist/components/Topbar/icons/SearchIcon.d.ts +3 -0
- package/dist/components/index.cjs +25 -25
- package/dist/components/index.js +976 -925
- package/dist/components/main.d.ts +1 -0
- package/dist/{index.module-e554fb7e.js → index.module-fb049742.js} +8 -8
- package/dist/share/index.js +1 -1
- package/package.json +1 -1
- package/web-components-bundle/global-menu/index.js +1 -1
- package/web-components-bundle/global-topbar/index.js +1 -1
- package/web-components-bundle/has-permission/index.js +1 -1
- package/web-components-bundle/{index-a455da21.js → index-edd279c3.js} +2444 -2426
|
@@ -4,6 +4,7 @@ export * from './Toast';
|
|
|
4
4
|
export * from './NoData';
|
|
5
5
|
export * from './PopUp';
|
|
6
6
|
export * from './NotFoundPage';
|
|
7
|
+
export * from './HomePage';
|
|
7
8
|
export * from './UnauthorizedPage';
|
|
8
9
|
export * from './StyledAutocomplete/index.ts';
|
|
9
10
|
export * from './StyledDateRangePicker';
|
|
@@ -32183,14 +32183,14 @@ export {
|
|
|
32183
32183
|
Sb as d,
|
|
32184
32184
|
wL as e,
|
|
32185
32185
|
ma as f,
|
|
32186
|
-
|
|
32187
|
-
|
|
32188
|
-
|
|
32189
|
-
|
|
32190
|
-
|
|
32191
|
-
|
|
32192
|
-
|
|
32193
|
-
|
|
32186
|
+
hL as g,
|
|
32187
|
+
vE as h,
|
|
32188
|
+
cb as i,
|
|
32189
|
+
mL as j,
|
|
32190
|
+
RL as k,
|
|
32191
|
+
Wl as l,
|
|
32192
|
+
JO as m,
|
|
32193
|
+
Vl as n,
|
|
32194
32194
|
gL as o,
|
|
32195
32195
|
Ip as p,
|
|
32196
32196
|
kD as q,
|
package/dist/share/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { J as R, K as S, M as G, Z as y, X as H, a as I, c as M, Y as N, R as O, N as j, O as w, T as F, t as J, V as K, U, u as V, e as X,
|
|
1
|
+
import { J as R, K as S, M as G, Z as y, X as H, a as I, c as M, Y as N, R as O, N as j, O as w, T as F, t as J, V as K, U, u as V, e as X, g as Y, W as Z } from "../index.module-fb049742.js";
|
|
2
2
|
import u from "axios";
|
|
3
3
|
import { useState as m, useEffect as c } from "react";
|
|
4
4
|
import { jsx as a, Fragment as n } from "react/jsx-runtime";
|
package/package.json
CHANGED