@ukpc-lib/react 0.8.2 → 0.8.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.
- package/dist/components/Topbar/index.d.ts +1 -0
- package/dist/components/index.cjs +27 -26
- package/dist/components/index.js +504 -499
- package/dist/{index.module-761263a6.js → index.module-98666822.js} +5 -5
- package/dist/share/index.js +1 -1
- package/package.json +1 -1
- package/web-components-bundle/favorite-menu/index.js +1 -1
- package/web-components-bundle/global-menu/index.js +1 -1
- package/web-components-bundle/global-topbar/index.js +3 -2
- package/web-components-bundle/has-permission/index.js +1 -1
- package/web-components-bundle/{index-a5f97cf3.js → index-0b6eb091.js} +8912 -8910
|
@@ -40190,7 +40190,7 @@ export {
|
|
|
40190
40190
|
X9 as I,
|
|
40191
40191
|
nY as J,
|
|
40192
40192
|
rY as K,
|
|
40193
|
-
|
|
40193
|
+
oT as L,
|
|
40194
40194
|
U9 as M,
|
|
40195
40195
|
iY as N,
|
|
40196
40196
|
q9 as O,
|
|
@@ -40213,10 +40213,10 @@ export {
|
|
|
40213
40213
|
$9 as a3,
|
|
40214
40214
|
AA as a4,
|
|
40215
40215
|
_9 as a5,
|
|
40216
|
-
|
|
40216
|
+
M9 as b,
|
|
40217
40217
|
po as c,
|
|
40218
|
-
|
|
40219
|
-
|
|
40218
|
+
D9 as d,
|
|
40219
|
+
$I as e,
|
|
40220
40220
|
Aa as f,
|
|
40221
40221
|
FL as g,
|
|
40222
40222
|
u5 as h,
|
|
@@ -40232,7 +40232,7 @@ export {
|
|
|
40232
40232
|
I9 as r,
|
|
40233
40233
|
wL as s,
|
|
40234
40234
|
G9 as t,
|
|
40235
|
-
|
|
40235
|
+
F9 as u,
|
|
40236
40236
|
R9 as v,
|
|
40237
40237
|
ku as w,
|
|
40238
40238
|
d5 as x,
|
package/dist/share/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { U as R, V as S, W as G, a5 as y, a3 as H, a as I, c as $, a4 as j, Z as w, X as B, Y as F, $ as M, B as N, a1 as O, a0 as U,
|
|
1
|
+
import { U as R, V as S, W as G, a5 as y, a3 as H, a as I, c as $, a4 as j, Z as w, X as B, Y as F, $ as M, B as N, a1 as O, a0 as U, b as V, u as X, l as Y, a2 as Z } from "../index.module-98666822.js";
|
|
2
2
|
import u from "axios";
|
|
3
3
|
import { useState as m, useEffect as c } from "react";
|
|
4
4
|
import { jsx as o, Fragment as n } from "react/jsx-runtime";
|
package/package.json
CHANGED