@ukpc-lib/react 0.16.3-dev.10 → 0.16.3-dev.14
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/FavoriteMenu/components/MenuItem.d.ts +1 -0
- package/dist/components/index.cjs +2 -2
- package/dist/components/index.js +460 -459
- package/dist/{index.esm2017-DnERXrJO.cjs → index.esm2017-BkJQgI_h.cjs} +94 -94
- package/dist/{index.esm2017-5_Dxwlwd.js → index.esm2017-CchKe-Qk.js} +6505 -6436
- package/dist/share/index.cjs +1 -1
- package/dist/share/index.js +2 -2
- package/package.json +1 -1
- package/web-components-bundle/SaasThemeProvider-A_eMJWqw.js +242 -0
- package/web-components-bundle/access-denied/index.js +5 -4
- package/web-components-bundle/base-breadcrumbs/index.js +3 -2
- package/web-components-bundle/favorite-menu/index.js +6 -5
- package/web-components-bundle/global-menu/index.js +5 -4
- package/web-components-bundle/global-topbar/index.js +6 -5
- package/web-components-bundle/has-permission/index.js +1 -1
- package/web-components-bundle/{index-4W17xVY3.js → index-BsxB053S.js} +7233 -7163
- package/web-components-bundle/{index-BUE-pz1x.js → index-BwEhsh9S.js} +10 -8
- package/web-components-bundle/{index-omnj2VPv.js → index-CKnnH8IY.js} +1557 -1794
- package/web-components-bundle/page-not-found/index.js +3 -2
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { j as e, s as a } from "./react-to-web-component-BOygDorD.js";
|
|
2
|
+
import { u as s } from "./SaasThemeProvider-A_eMJWqw.js";
|
|
2
3
|
const l = "*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}";
|
|
3
|
-
function
|
|
4
|
+
function d({ children: t, styles: o = [], ...i }) {
|
|
4
5
|
return /* @__PURE__ */ e.jsxs("div", { ...i, children: [
|
|
5
6
|
[l, ...o].map((n, r) => /* @__PURE__ */ e.jsx("style", { type: "text/css", children: n }, r)),
|
|
6
7
|
t
|
|
7
8
|
] });
|
|
8
9
|
}
|
|
9
|
-
const
|
|
10
|
+
const c = ".pnf-button-primary{font-size:14px;background-color:var(--primary300);color:var(--buttonText);padding:8px 24px;border-radius:4px;border:none;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}.pnf-button-primary:hover{background-color:var(--buttonHover)}.pnf-container{padding-top:16px;padding-bottom:16px;gap:16px;display:flex;flex-direction:column;align-items:center;font-family:inherit}.pnf-content-wrapper{display:flex;flex-direction:column;gap:8px;align-items:center}.pnf-title{text-align:center;font-size:1.25rem;font-weight:500;margin:0}.pnf-description{text-align:center;color:#85858a;font-size:.875rem;font-weight:400;margin:0}", p = () => {
|
|
10
11
|
const t = () => {
|
|
11
12
|
window.top && (window.top.location.href = "/app/home");
|
|
12
|
-
};
|
|
13
|
-
return
|
|
13
|
+
}, { colors: o } = s();
|
|
14
|
+
return /* @__PURE__ */ e.jsx(d, { styles: [c], children: /* @__PURE__ */ e.jsxs("div", { className: "pnf-container", children: [
|
|
14
15
|
/* @__PURE__ */ e.jsx(
|
|
15
16
|
"img",
|
|
16
17
|
{
|
|
@@ -31,18 +32,19 @@ const d = ".pnf-button-primary{font-size:14px;background-color:var(--primary300)
|
|
|
31
32
|
"button",
|
|
32
33
|
{
|
|
33
34
|
className: "pnf-button-primary",
|
|
35
|
+
style: { backgroundColor: `${o.primary300}` },
|
|
34
36
|
onClick: t,
|
|
35
37
|
children: "Go to homepage"
|
|
36
38
|
}
|
|
37
39
|
)
|
|
38
40
|
] })
|
|
39
41
|
] }) });
|
|
40
|
-
},
|
|
42
|
+
}, h = () => /* @__PURE__ */ e.jsx(p, {});
|
|
41
43
|
{
|
|
42
|
-
const t = a(
|
|
44
|
+
const t = a(h);
|
|
43
45
|
customElements.define("page-not-found", t);
|
|
44
46
|
}
|
|
45
47
|
export {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
+
p as P,
|
|
49
|
+
d as S
|
|
48
50
|
};
|