jcicl 0.0.287 → 0.0.291

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.
@@ -11,6 +11,7 @@ interface UserInfo {
11
11
  }
12
12
  export interface AppContainerProps {
13
13
  navProps: Omit<NavProps, 'themeColors'>;
14
+ subnavItems?: NavItemProps[];
14
15
  activeSubnavRoute?: string;
15
16
  appHeaderProps?: ReducedAppHeaderProps;
16
17
  actionsPanelContent?: React.ReactNode;
@@ -1,145 +1,145 @@
1
- import { jsx as i, jsxs as $, Fragment as xe } from "react/jsx-runtime";
2
- import * as z from "react";
3
- import { useState as q } from "react";
4
- import { c as le } from "../.chunks/createSvgIcon.js";
5
- import { n as f, i as G } from "../.chunks/emotion-styled.browser.esm.js";
6
- import { c as M } from "../.chunks/emotion-react.browser.esm.js";
7
- import je from "../AppHeader/AppHeader.js";
8
- import { Nav as L } from "../Nav/Nav.js";
9
- import Q from "../ScrollContainer/ScrollContainer.js";
10
- import { Button as Z } from "../Button/Button.js";
1
+ import { jsx as i, jsxs as $, Fragment as ve } from "react/jsx-runtime";
2
+ import * as D from "react";
3
+ import { useState as J } from "react";
4
+ import { c as ce } from "../.chunks/createSvgIcon.js";
5
+ import { n as g, i as Y } from "../.chunks/emotion-styled.browser.esm.js";
6
+ import { c as R } from "../.chunks/emotion-react.browser.esm.js";
7
+ import Ue from "../AppHeader/AppHeader.js";
8
+ import { Nav as A } from "../Nav/Nav.js";
9
+ import K from "../ScrollContainer/ScrollContainer.js";
10
+ import { Button as oe } from "../Button/Button.js";
11
11
  import t from "../theme.js";
12
- import { l as Ue } from "../.chunks/jocologo.js";
13
- import { X as We } from "../.chunks/Close.js";
14
- import { P as r, g as Ve, a as Xe, s as ce, r as Ge, c as ee, u as Ye, b as J, d as _e } from "../.chunks/DefaultPropsProvider.js";
15
- import { u as qe } from "../.chunks/index.js";
16
- import { a as Pe } from "../.chunks/useTheme.js";
17
- import { m as Re } from "../.chunks/memoTheme.js";
18
- import { o as Me, d as Qe, M as Je } from "../.chunks/TextField.js";
19
- import { P as Ke } from "../.chunks/Paper.js";
20
- import { i as Ze } from "../.chunks/integerPropType.js";
21
- import { e as eo, H as oo, g as ro, T as to, r as no, a as ve } from "../.chunks/Portal.js";
22
- import { c as io } from "../.chunks/chainPropTypes.js";
23
- import { a as ao } from "../.chunks/TransitionGroupContext.js";
24
- import { u as we } from "../.chunks/useMediaQuery.js";
25
- function so(e, o, s) {
26
- const n = o.getBoundingClientRect(), l = s && s.getBoundingClientRect(), H = Me(o);
27
- let c;
12
+ import { l as We } from "../.chunks/jocologo.js";
13
+ import { X as Ve } from "../.chunks/Close.js";
14
+ import { P as r, g as Xe, a as Ge, s as pe, r as Ye, c as re, u as _e, b as Z, d as qe } from "../.chunks/DefaultPropsProvider.js";
15
+ import { u as Qe } from "../.chunks/index.js";
16
+ import { a as Re } from "../.chunks/useTheme.js";
17
+ import { m as Me } from "../.chunks/memoTheme.js";
18
+ import { o as He, d as Je, M as Ke } from "../.chunks/TextField.js";
19
+ import { P as Ze } from "../.chunks/Paper.js";
20
+ import { i as eo } from "../.chunks/integerPropType.js";
21
+ import { e as oo, H as ro, g as to, T as no, r as io, a as we } from "../.chunks/Portal.js";
22
+ import { c as ao } from "../.chunks/chainPropTypes.js";
23
+ import { a as so } from "../.chunks/TransitionGroupContext.js";
24
+ import { u as ke } from "../.chunks/useMediaQuery.js";
25
+ function lo(e, o, a) {
26
+ const n = o.getBoundingClientRect(), l = a && a.getBoundingClientRect(), M = He(o);
27
+ let w;
28
28
  if (o.fakeTransform)
29
- c = o.fakeTransform;
29
+ w = o.fakeTransform;
30
30
  else {
31
- const d = H.getComputedStyle(o);
32
- c = d.getPropertyValue("-webkit-transform") || d.getPropertyValue("transform");
31
+ const h = M.getComputedStyle(o);
32
+ w = h.getPropertyValue("-webkit-transform") || h.getPropertyValue("transform");
33
33
  }
34
- let m = 0, w = 0;
35
- if (c && c !== "none" && typeof c == "string") {
36
- const d = c.split("(")[1].split(")")[0].split(",");
37
- m = parseInt(d[4], 10), w = parseInt(d[5], 10);
34
+ let p = 0, f = 0;
35
+ if (w && w !== "none" && typeof w == "string") {
36
+ const h = w.split("(")[1].split(")")[0].split(",");
37
+ p = parseInt(h[4], 10), f = parseInt(h[5], 10);
38
38
  }
39
- return e === "left" ? l ? `translateX(${l.right + m - n.left}px)` : `translateX(${H.innerWidth + m - n.left}px)` : e === "right" ? l ? `translateX(-${n.right - l.left - m}px)` : `translateX(-${n.left + n.width - m}px)` : e === "up" ? l ? `translateY(${l.bottom + w - n.top}px)` : `translateY(${H.innerHeight + w - n.top}px)` : l ? `translateY(-${n.top - l.top + n.height - w}px)` : `translateY(-${n.top + n.height - w}px)`;
39
+ return e === "left" ? l ? `translateX(${l.right + p - n.left}px)` : `translateX(${M.innerWidth + p - n.left}px)` : e === "right" ? l ? `translateX(-${n.right - l.left - p}px)` : `translateX(-${n.left + n.width - p}px)` : e === "up" ? l ? `translateY(${l.bottom + f - n.top}px)` : `translateY(${M.innerHeight + f - n.top}px)` : l ? `translateY(-${n.top - l.top + n.height - f}px)` : `translateY(-${n.top + n.height - f}px)`;
40
40
  }
41
- function He(e) {
41
+ function Ee(e) {
42
42
  return typeof e == "function" ? e() : e;
43
43
  }
44
- function K(e, o, s) {
45
- const n = He(s), l = so(e, o, n);
44
+ function ee(e, o, a) {
45
+ const n = Ee(a), l = lo(e, o, n);
46
46
  l && (o.style.webkitTransform = l, o.style.transform = l);
47
47
  }
48
- const Ee = /* @__PURE__ */ z.forwardRef(function(o, s) {
49
- const n = Pe(), l = {
48
+ const De = /* @__PURE__ */ D.forwardRef(function(o, a) {
49
+ const n = Re(), l = {
50
50
  enter: n.transitions.easing.easeOut,
51
51
  exit: n.transitions.easing.sharp
52
- }, H = {
52
+ }, M = {
53
53
  enter: n.transitions.duration.enteringScreen,
54
54
  exit: n.transitions.duration.leavingScreen
55
55
  }, {
56
- addEndListener: c,
57
- appear: m = !0,
58
- children: w,
59
- container: d,
60
- direction: g = "down",
61
- easing: O = l,
56
+ addEndListener: w,
57
+ appear: p = !0,
58
+ children: f,
59
+ container: h,
60
+ direction: b = "down",
61
+ easing: z = l,
62
62
  in: T,
63
- onEnter: F,
63
+ onEnter: L,
64
64
  onEntered: W,
65
- onEntering: E,
66
- onExit: N,
67
- onExited: D,
68
- onExiting: j,
69
- style: y,
70
- timeout: S = H,
65
+ onEntering: F,
66
+ onExit: C,
67
+ onExited: N,
68
+ onExiting: I,
69
+ style: S,
70
+ timeout: k = M,
71
71
  // eslint-disable-next-line react/prop-types
72
- TransitionComponent: P = to,
73
- ...I
74
- } = o, u = z.useRef(null), b = ao(ro(w), u, s), h = (a) => (p) => {
75
- a && (p === void 0 ? a(u.current) : a(u.current, p));
76
- }, C = h((a, p) => {
77
- K(g, a, d), no(a), F && F(a, p);
78
- }), x = h((a, p) => {
79
- const B = ve({
80
- timeout: S,
81
- style: y,
82
- easing: O
72
+ TransitionComponent: H = no,
73
+ ...P
74
+ } = o, m = D.useRef(null), V = so(to(f), m, a), d = (s) => (c) => {
75
+ s && (c === void 0 ? s(m.current) : s(m.current, c));
76
+ }, u = d((s, c) => {
77
+ ee(b, s, h), io(s), L && L(s, c);
78
+ }), x = d((s, c) => {
79
+ const j = we({
80
+ timeout: k,
81
+ style: S,
82
+ easing: z
83
83
  }, {
84
84
  mode: "enter"
85
85
  });
86
- a.style.webkitTransition = n.transitions.create("-webkit-transform", {
87
- ...B
88
- }), a.style.transition = n.transitions.create("transform", {
89
- ...B
90
- }), a.style.webkitTransform = "none", a.style.transform = "none", E && E(a, p);
91
- }), v = h(W), R = h(j), oe = h((a) => {
92
- const p = ve({
93
- timeout: S,
94
- style: y,
95
- easing: O
86
+ s.style.webkitTransition = n.transitions.create("-webkit-transform", {
87
+ ...j
88
+ }), s.style.transition = n.transitions.create("transform", {
89
+ ...j
90
+ }), s.style.webkitTransform = "none", s.style.transform = "none", F && F(s, c);
91
+ }), E = d(W), v = d(I), O = d((s) => {
92
+ const c = we({
93
+ timeout: k,
94
+ style: S,
95
+ easing: z
96
96
  }, {
97
97
  mode: "exit"
98
98
  });
99
- a.style.webkitTransition = n.transitions.create("-webkit-transform", p), a.style.transition = n.transitions.create("transform", p), K(g, a, d), N && N(a);
100
- }), re = h((a) => {
101
- a.style.webkitTransition = "", a.style.transition = "", D && D(a);
102
- }), te = (a) => {
103
- c && c(u.current, a);
104
- }, Y = z.useCallback(() => {
105
- u.current && K(g, u.current, d);
106
- }, [g, d]);
107
- return z.useEffect(() => {
108
- if (T || g === "down" || g === "right")
99
+ s.style.webkitTransition = n.transitions.create("-webkit-transform", c), s.style.transition = n.transitions.create("transform", c), ee(b, s, h), C && C(s);
100
+ }), te = d((s) => {
101
+ s.style.webkitTransition = "", s.style.transition = "", N && N(s);
102
+ }), ne = (s) => {
103
+ w && w(m.current, s);
104
+ }, _ = D.useCallback(() => {
105
+ m.current && ee(b, m.current, h);
106
+ }, [b, h]);
107
+ return D.useEffect(() => {
108
+ if (T || b === "down" || b === "right")
109
109
  return;
110
- const a = Qe(() => {
111
- u.current && K(g, u.current, d);
112
- }), p = Me(u.current);
113
- return p.addEventListener("resize", a), () => {
114
- a.clear(), p.removeEventListener("resize", a);
110
+ const s = Je(() => {
111
+ m.current && ee(b, m.current, h);
112
+ }), c = He(m.current);
113
+ return c.addEventListener("resize", s), () => {
114
+ s.clear(), c.removeEventListener("resize", s);
115
115
  };
116
- }, [g, T, d]), z.useEffect(() => {
117
- T || Y();
118
- }, [T, Y]), /* @__PURE__ */ i(P, {
119
- nodeRef: u,
120
- onEnter: C,
121
- onEntered: v,
116
+ }, [b, T, h]), D.useEffect(() => {
117
+ T || _();
118
+ }, [T, _]), /* @__PURE__ */ i(H, {
119
+ nodeRef: m,
120
+ onEnter: u,
121
+ onEntered: E,
122
122
  onEntering: x,
123
- onExit: oe,
124
- onExited: re,
125
- onExiting: R,
126
- addEndListener: te,
127
- appear: m,
123
+ onExit: O,
124
+ onExited: te,
125
+ onExiting: v,
126
+ addEndListener: ne,
127
+ appear: p,
128
128
  in: T,
129
- timeout: S,
130
- ...I,
131
- children: (a, p) => /* @__PURE__ */ z.cloneElement(w, {
132
- ref: b,
129
+ timeout: k,
130
+ ...P,
131
+ children: (s, c) => /* @__PURE__ */ D.cloneElement(f, {
132
+ ref: V,
133
133
  style: {
134
- visibility: a === "exited" && !T ? "hidden" : void 0,
135
- ...y,
136
- ...w.props.style
134
+ visibility: s === "exited" && !T ? "hidden" : void 0,
135
+ ...S,
136
+ ...f.props.style
137
137
  },
138
- ...p
138
+ ...c
139
139
  })
140
140
  });
141
141
  });
142
- process.env.NODE_ENV !== "production" && (Ee.propTypes = {
142
+ process.env.NODE_ENV !== "production" && (De.propTypes = {
143
143
  // ┌────────────────────────────── Warning ──────────────────────────────┐
144
144
  // │ These PropTypes are generated from the TypeScript type definitions. │
145
145
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -159,17 +159,17 @@ process.env.NODE_ENV !== "production" && (Ee.propTypes = {
159
159
  /**
160
160
  * A single child content element.
161
161
  */
162
- children: eo.isRequired,
162
+ children: oo.isRequired,
163
163
  /**
164
164
  * An HTML element, or a function that returns one.
165
165
  * It's used to set the container the Slide is transitioning from.
166
166
  */
167
- container: io(r.oneOfType([oo, r.func]), (e) => {
167
+ container: ao(r.oneOfType([ro, r.func]), (e) => {
168
168
  if (e.open) {
169
- const o = He(e.container);
169
+ const o = Ee(e.container);
170
170
  if (o && o.nodeType === 1) {
171
- const s = o.getBoundingClientRect();
172
- if (process.env.NODE_ENV !== "test" && s.top === 0 && s.left === 0 && s.right === 0 && s.bottom === 0)
171
+ const a = o.getBoundingClientRect();
172
+ if (process.env.NODE_ENV !== "test" && a.top === 0 && a.left === 0 && a.right === 0 && a.bottom === 0)
173
173
  return new Error(["MUI: The `container` prop provided to the component is invalid.", "The anchor element should be part of the document layout.", "Make sure the element is present in the document or that it's not display none."].join(`
174
174
  `));
175
175
  } else if (!o || typeof o.getBoundingClientRect != "function" || o.contextElement != null && o.contextElement.nodeType !== 1)
@@ -241,53 +241,53 @@ process.env.NODE_ENV !== "production" && (Ee.propTypes = {
241
241
  exit: r.number
242
242
  })])
243
243
  });
244
- function lo(e) {
245
- return Ve("MuiDrawer", e);
244
+ function co(e) {
245
+ return Xe("MuiDrawer", e);
246
246
  }
247
- Xe("MuiDrawer", ["root", "docked", "paper", "paperAnchorLeft", "paperAnchorRight", "paperAnchorTop", "paperAnchorBottom", "paperAnchorDockedLeft", "paperAnchorDockedRight", "paperAnchorDockedTop", "paperAnchorDockedBottom", "modal"]);
248
- const De = (e, o) => {
247
+ Ge("MuiDrawer", ["root", "docked", "paper", "paperAnchorLeft", "paperAnchorRight", "paperAnchorTop", "paperAnchorBottom", "paperAnchorDockedLeft", "paperAnchorDockedRight", "paperAnchorDockedTop", "paperAnchorDockedBottom", "modal"]);
248
+ const Se = (e, o) => {
249
249
  const {
250
- ownerState: s
250
+ ownerState: a
251
251
  } = e;
252
- return [o.root, (s.variant === "permanent" || s.variant === "persistent") && o.docked, o.modal];
253
- }, co = (e) => {
252
+ return [o.root, (a.variant === "permanent" || a.variant === "persistent") && o.docked, o.modal];
253
+ }, po = (e) => {
254
254
  const {
255
255
  classes: o,
256
- anchor: s,
256
+ anchor: a,
257
257
  variant: n
258
258
  } = e, l = {
259
259
  root: ["root"],
260
260
  docked: [(n === "permanent" || n === "persistent") && "docked"],
261
261
  modal: ["modal"],
262
- paper: ["paper", `paperAnchor${ee(s)}`, n !== "temporary" && `paperAnchorDocked${ee(s)}`]
262
+ paper: ["paper", `paperAnchor${re(a)}`, n !== "temporary" && `paperAnchorDocked${re(a)}`]
263
263
  };
264
- return _e(l, lo, o);
265
- }, po = ce(Je, {
264
+ return qe(l, co, o);
265
+ }, ho = pe(Ke, {
266
266
  name: "MuiDrawer",
267
267
  slot: "Root",
268
- overridesResolver: De
269
- })(Re(({
268
+ overridesResolver: Se
269
+ })(Me(({
270
270
  theme: e
271
271
  }) => ({
272
272
  zIndex: (e.vars || e).zIndex.drawer
273
- }))), ke = ce("div", {
274
- shouldForwardProp: Ge,
273
+ }))), ye = pe("div", {
274
+ shouldForwardProp: Ye,
275
275
  name: "MuiDrawer",
276
276
  slot: "Docked",
277
277
  skipVariantsResolver: !1,
278
- overridesResolver: De
278
+ overridesResolver: Se
279
279
  })({
280
280
  flex: "0 0 auto"
281
- }), ho = ce(Ke, {
281
+ }), uo = pe(Ze, {
282
282
  name: "MuiDrawer",
283
283
  slot: "Paper",
284
284
  overridesResolver: (e, o) => {
285
285
  const {
286
- ownerState: s
286
+ ownerState: a
287
287
  } = e;
288
- return [o.paper, o[`paperAnchor${ee(s.anchor)}`], s.variant !== "temporary" && o[`paperAnchorDocked${ee(s.anchor)}`]];
288
+ return [o.paper, o[`paperAnchor${re(a.anchor)}`], a.variant !== "temporary" && o[`paperAnchorDocked${re(a.anchor)}`]];
289
289
  }
290
- })(Re(({
290
+ })(Me(({
291
291
  theme: e
292
292
  }) => ({
293
293
  overflowY: "auto",
@@ -371,105 +371,105 @@ const De = (e, o) => {
371
371
  borderTop: `1px solid ${(e.vars || e).palette.divider}`
372
372
  }
373
373
  }]
374
- }))), Se = {
374
+ }))), ze = {
375
375
  left: "right",
376
376
  right: "left",
377
377
  top: "down",
378
378
  bottom: "up"
379
379
  };
380
- function uo(e) {
380
+ function fo(e) {
381
381
  return ["left", "right"].includes(e);
382
382
  }
383
- function fo({
383
+ function mo({
384
384
  direction: e
385
385
  }, o) {
386
- return e === "rtl" && uo(o) ? Se[o] : o;
386
+ return e === "rtl" && fo(o) ? ze[o] : o;
387
387
  }
388
- const U = /* @__PURE__ */ z.forwardRef(function(o, s) {
389
- const n = Ye({
388
+ const U = /* @__PURE__ */ D.forwardRef(function(o, a) {
389
+ const n = _e({
390
390
  props: o,
391
391
  name: "MuiDrawer"
392
- }), l = Pe(), H = qe(), c = {
392
+ }), l = Re(), M = Qe(), w = {
393
393
  enter: l.transitions.duration.enteringScreen,
394
394
  exit: l.transitions.duration.leavingScreen
395
395
  }, {
396
- anchor: m = "left",
397
- BackdropProps: w,
398
- children: d,
399
- className: g,
400
- elevation: O = 16,
396
+ anchor: p = "left",
397
+ BackdropProps: f,
398
+ children: h,
399
+ className: b,
400
+ elevation: z = 16,
401
401
  hideBackdrop: T = !1,
402
402
  ModalProps: {
403
- BackdropProps: F,
403
+ BackdropProps: L,
404
404
  ...W
405
405
  } = {},
406
- onClose: E,
407
- open: N = !1,
408
- PaperProps: D = {},
409
- SlideProps: j,
406
+ onClose: F,
407
+ open: C = !1,
408
+ PaperProps: N = {},
409
+ SlideProps: I,
410
410
  // eslint-disable-next-line react/prop-types
411
- TransitionComponent: y = Ee,
412
- transitionDuration: S = c,
413
- variant: P = "temporary",
414
- ...I
415
- } = n, u = z.useRef(!1);
416
- z.useEffect(() => {
417
- u.current = !0;
411
+ TransitionComponent: S = De,
412
+ transitionDuration: k = w,
413
+ variant: H = "temporary",
414
+ ...P
415
+ } = n, m = D.useRef(!1);
416
+ D.useEffect(() => {
417
+ m.current = !0;
418
418
  }, []);
419
- const b = fo({
420
- direction: H ? "rtl" : "ltr"
421
- }, m), C = {
419
+ const V = mo({
420
+ direction: M ? "rtl" : "ltr"
421
+ }, p), u = {
422
422
  ...n,
423
- anchor: m,
424
- elevation: O,
425
- open: N,
426
- variant: P,
427
- ...I
428
- }, x = co(C), v = /* @__PURE__ */ i(ho, {
429
- elevation: P === "temporary" ? O : 0,
423
+ anchor: p,
424
+ elevation: z,
425
+ open: C,
426
+ variant: H,
427
+ ...P
428
+ }, x = po(u), E = /* @__PURE__ */ i(uo, {
429
+ elevation: H === "temporary" ? z : 0,
430
430
  square: !0,
431
- ...D,
432
- className: J(x.paper, D.className),
433
- ownerState: C,
434
- children: d
431
+ ...N,
432
+ className: Z(x.paper, N.className),
433
+ ownerState: u,
434
+ children: h
435
435
  });
436
- if (P === "permanent")
437
- return /* @__PURE__ */ i(ke, {
438
- className: J(x.root, x.docked, g),
439
- ownerState: C,
440
- ref: s,
441
- ...I,
442
- children: v
436
+ if (H === "permanent")
437
+ return /* @__PURE__ */ i(ye, {
438
+ className: Z(x.root, x.docked, b),
439
+ ownerState: u,
440
+ ref: a,
441
+ ...P,
442
+ children: E
443
443
  });
444
- const R = /* @__PURE__ */ i(y, {
445
- in: N,
446
- direction: Se[b],
447
- timeout: S,
448
- appear: u.current,
449
- ...j,
450
- children: v
451
- });
452
- return P === "persistent" ? /* @__PURE__ */ i(ke, {
453
- className: J(x.root, x.docked, g),
454
- ownerState: C,
455
- ref: s,
444
+ const v = /* @__PURE__ */ i(S, {
445
+ in: C,
446
+ direction: ze[V],
447
+ timeout: k,
448
+ appear: m.current,
456
449
  ...I,
457
- children: R
458
- }) : /* @__PURE__ */ i(po, {
450
+ children: E
451
+ });
452
+ return H === "persistent" ? /* @__PURE__ */ i(ye, {
453
+ className: Z(x.root, x.docked, b),
454
+ ownerState: u,
455
+ ref: a,
456
+ ...P,
457
+ children: v
458
+ }) : /* @__PURE__ */ i(ho, {
459
459
  BackdropProps: {
460
- ...w,
461
- ...F,
462
- transitionDuration: S
460
+ ...f,
461
+ ...L,
462
+ transitionDuration: k
463
463
  },
464
- className: J(x.root, x.modal, g),
465
- open: N,
466
- ownerState: C,
467
- onClose: E,
464
+ className: Z(x.root, x.modal, b),
465
+ open: C,
466
+ ownerState: u,
467
+ onClose: F,
468
468
  hideBackdrop: T,
469
- ref: s,
470
- ...I,
469
+ ref: a,
470
+ ...P,
471
471
  ...W,
472
- children: R
472
+ children: v
473
473
  });
474
474
  });
475
475
  process.env.NODE_ENV !== "production" && (U.propTypes = {
@@ -502,7 +502,7 @@ process.env.NODE_ENV !== "production" && (U.propTypes = {
502
502
  * The elevation of the drawer.
503
503
  * @default 16
504
504
  */
505
- elevation: Ze,
505
+ elevation: eo,
506
506
  /**
507
507
  * If `true`, the backdrop is not rendered.
508
508
  * @default false
@@ -558,14 +558,14 @@ process.env.NODE_ENV !== "production" && (U.propTypes = {
558
558
  */
559
559
  variant: r.oneOf(["permanent", "persistent", "temporary"])
560
560
  });
561
- const ye = le(/* @__PURE__ */ i("path", {
561
+ const Ce = ce(/* @__PURE__ */ i("path", {
562
562
  d: "m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
563
- }), "ArrowForward"), Ce = le(/* @__PURE__ */ i("path", {
563
+ }), "ArrowForward"), $e = ce(/* @__PURE__ */ i("path", {
564
564
  d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12z"
565
- }), "Cancel"), mo = le(/* @__PURE__ */ i("path", {
565
+ }), "Cancel"), go = ce(/* @__PURE__ */ i("path", {
566
566
  d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"
567
- }), "MoreHoriz"), go = f("div", {
568
- shouldForwardProp: (e) => G(e)
567
+ }), "MoreHoriz"), bo = g("div", {
568
+ shouldForwardProp: (e) => Y(e)
569
569
  })(({ backgroundColor: e }) => ({
570
570
  display: "flex",
571
571
  flexDirection: "column",
@@ -575,7 +575,7 @@ const ye = le(/* @__PURE__ */ i("path", {
575
575
  height: "100vh",
576
576
  fontFamily: "Roboto, sans-serif",
577
577
  overflow: "hidden"
578
- })), bo = f("div")(
578
+ })), xo = g("div")(
579
579
  ({ tabletPadding: e, mobile: o }) => ({
580
580
  display: "flex",
581
581
  flexDirection: o ? "column-reverse" : "row",
@@ -587,13 +587,13 @@ const ye = le(/* @__PURE__ */ i("path", {
587
587
  boxSizing: "border-box",
588
588
  minHeight: `calc(100% - ${t.constants.appHeaderHeight}px)`
589
589
  })
590
- ), xo = f("div", {
591
- shouldForwardProp: (e) => G(e)
592
- })(({ withActionsPanel: e, tablet: o, borderColor: s, backgroundColor: n }) => ({
590
+ ), vo = g("div", {
591
+ shouldForwardProp: (e) => Y(e)
592
+ })(({ withActionsPanel: e, tablet: o, borderColor: a, backgroundColor: n }) => ({
593
593
  display: "flex",
594
594
  flexDirection: "column",
595
595
  opacity: e ? 1 : 0,
596
- border: `1px solid ${s}`,
596
+ border: `1px solid ${a}`,
597
597
  borderRight: 0,
598
598
  borderRadius: "4px",
599
599
  borderTopRightRadius: 0,
@@ -608,14 +608,15 @@ const ye = le(/* @__PURE__ */ i("path", {
608
608
  ...!e && {
609
609
  border: "none"
610
610
  }
611
- })), vo = f("div", {
612
- shouldForwardProp: (e) => G(e)
613
- })(({ show: e, width: o = t.constants.navDefaultWidth, borderColor: s, backgroundColor: n }) => ({
611
+ })), wo = g("div", {
612
+ shouldForwardProp: (e) => Y(e)
613
+ })(({ show: e, width: o = t.constants.navDefaultWidth, borderColor: a, backgroundColor: n }) => ({
614
614
  display: "flex",
615
615
  flexDirection: "column",
616
616
  alignItems: "center",
617
+ overflow: "hidden",
617
618
  opacity: e ? 1 : 0,
618
- border: `1px solid ${s}`,
619
+ border: `1px solid ${a}`,
619
620
  borderRight: 0,
620
621
  borderRadius: "4px",
621
622
  borderTopRightRadius: 0,
@@ -628,9 +629,9 @@ const ye = le(/* @__PURE__ */ i("path", {
628
629
  ...!e && {
629
630
  border: "none"
630
631
  }
631
- })), wo = f(U)(
632
+ })), ko = g(U)(
632
633
  ({ shadowColor: e, backgroundColor: o }) => ({
633
- ...M`
634
+ ...R`
634
635
  top: ${t.constants.appHeaderHeight}px;
635
636
  font-family: 'Roboto';
636
637
 
@@ -652,8 +653,8 @@ const ye = le(/* @__PURE__ */ i("path", {
652
653
  }
653
654
  `
654
655
  })
655
- ), $e = f(Z)(({ iconColor: e, highlight1: o, highlight2: s, rightDrawer: n = !1 }) => ({
656
- ...M`
656
+ ), Te = g(oe)(({ iconColor: e, highlight1: o, highlight2: a, rightDrawer: n = !1 }) => ({
657
+ ...R`
657
658
  position: absolute;
658
659
  top: -0.5rem;
659
660
  ${!n && { right: "-0.5rem" }};
@@ -671,17 +672,17 @@ const ye = le(/* @__PURE__ */ i("path", {
671
672
  :focus-visible {
672
673
  svg {
673
674
  filter: unset;
674
- background-color: ${s};
675
+ background-color: ${a};
675
676
  fill: ${e};
676
677
  }
677
678
  }
678
679
  `
679
- })), ko = f("div", {
680
- shouldForwardProp: (e) => G(e)
681
- })(({ withActionsPanel: e, borderColor: o, backgroundColor: s, mobileScreen: n }) => ({
680
+ })), yo = g("div", {
681
+ shouldForwardProp: (e) => Y(e)
682
+ })(({ withActionsPanel: e, borderColor: o, backgroundColor: a, mobileScreen: n }) => ({
682
683
  display: "flex",
683
684
  overflow: "hidden",
684
- backgroundColor: s,
685
+ backgroundColor: a,
685
686
  borderRadius: "4px",
686
687
  borderBottomLeftRadius: e ? 0 : "4px",
687
688
  borderTopLeftRadius: e ? 0 : "4px",
@@ -699,10 +700,10 @@ const ye = le(/* @__PURE__ */ i("path", {
699
700
  borderBottomLeftRadius: 0,
700
701
  borderTopLeftRadius: 0
701
702
  }
702
- })), yo = f(U, {
703
+ })), Co = g(U, {
703
704
  shouldForwardProp: (e) => !["backgroundColor", "shadowColor"].includes(e)
704
705
  })(({ backgroundColor: e, shadowColor: o }) => ({
705
- ...M`
706
+ ...R`
706
707
  z-index: 1327;
707
708
 
708
709
  .MuiDrawer-paper {
@@ -717,10 +718,10 @@ const ye = le(/* @__PURE__ */ i("path", {
717
718
  background-color: transparent;
718
719
  }
719
720
  `
720
- })), Co = f(U, {
721
+ })), $o = g(U, {
721
722
  shouldForwardProp: (e) => e != "backgroundColor"
722
723
  })(({ backgroundColor: e }) => ({
723
- ...M`
724
+ ...R`
724
725
  z-index: 1300;
725
726
 
726
727
  .MuiDrawer-paper {
@@ -739,10 +740,10 @@ const ye = le(/* @__PURE__ */ i("path", {
739
740
  background-color: transparent;
740
741
  }
741
742
  `
742
- })), $o = f("div", {
743
- shouldForwardProp: (e) => G(e)
743
+ })), To = g("div", {
744
+ shouldForwardProp: (e) => Y(e)
744
745
  })(({ backgroundColor: e, open: o }) => ({
745
- ...M`
746
+ ...R`
746
747
  position: fixed;
747
748
  transition: height 201ms cubic-bezier(0, 0, 0.2, 1);
748
749
  z-index: 1300;
@@ -754,15 +755,15 @@ const ye = le(/* @__PURE__ */ i("path", {
754
755
  box-sizing: border-box;
755
756
  padding: ${o ? "16px" : 0};
756
757
  `
757
- })), To = f("h1")(({ color: e }) => ({
758
- ...M`
758
+ })), Po = g("h1")(({ color: e }) => ({
759
+ ...R`
759
760
  margin: 0;
760
761
  font-size: 2.1rem;
761
762
  font-family: 'Roboto';
762
763
  color: ${e};
763
764
  `
764
- })), Po = f(U)(({ backgroundQuaternary: e }) => ({
765
- ...M`
765
+ })), Ro = g(U)(({ backgroundQuaternary: e }) => ({
766
+ ...R`
766
767
  top: ${t.constants.appHeaderHeight}px;
767
768
  font-family: 'Roboto';
768
769
  z-index: 1336;
@@ -781,21 +782,21 @@ const ye = le(/* @__PURE__ */ i("path", {
781
782
  background-color: transparent;
782
783
  }
783
784
  `
784
- })), Ro = f("img")(({ width: e, height: o }) => ({
785
- ...M`
785
+ })), Mo = g("img")(({ width: e, height: o }) => ({
786
+ ...R`
786
787
  width: ${e}px;
787
788
  height: ${o}px;
788
789
  `
789
- })), Te = f("div")(({ justifyStart: e }) => ({
790
- ...M`
790
+ })), Pe = g("div")(({ justifyStart: e }) => ({
791
+ ...R`
791
792
  display: flex;
792
793
  flex-direction: row;
793
794
  align-items: flex-start;
794
795
  justify-content: ${e ? "start" : "space-between"};
795
796
  padding: 8px 16px 8px 24px;
796
797
  `
797
- })), Mo = f(U)(() => ({
798
- ...M`
798
+ })), Ho = g(U)(() => ({
799
+ ...R`
799
800
  top: ${t.constants.appHeaderHeight}px;
800
801
  font-family: 'Roboto';
801
802
 
@@ -816,296 +817,297 @@ const ye = le(/* @__PURE__ */ i("path", {
816
817
  background-color: transparent;
817
818
  }
818
819
  `
819
- })), Zo = ({
820
+ })), er = ({
820
821
  navProps: e,
821
- activeSubnavRoute: o,
822
- appHeaderProps: s = {},
823
- userInfo: n,
824
- userSettingsEnabled: l = !0,
825
- userProfileMenuItems: H = [],
826
- actionsPanelContent: c,
827
- navWidth: m = t.constants.navDefaultWidth,
828
- breakpoints: w = { mobile: t.screenSizes.mobile, tablet: t.screenSizes.tablet },
829
- children: d,
830
- themeColors: g = {},
831
- logoProps: O = {},
832
- loggedIn: T,
833
- mobileActionsPanelOpen: F
822
+ subnavItems: o,
823
+ activeSubnavRoute: a,
824
+ appHeaderProps: n = {},
825
+ userInfo: l,
826
+ userSettingsEnabled: M = !0,
827
+ userProfileMenuItems: w = [],
828
+ actionsPanelContent: p,
829
+ navWidth: f = t.constants.navDefaultWidth,
830
+ breakpoints: h = { mobile: t.screenSizes.mobile, tablet: t.screenSizes.tablet },
831
+ children: b,
832
+ themeColors: z = {},
833
+ logoProps: T = {},
834
+ loggedIn: L,
835
+ mobileActionsPanelOpen: W
834
836
  }) => {
835
- var be;
836
- const [W, E] = q(!1), [N, D] = q(!1), [j, y] = q(!1), [S, P] = q(!1), { mobile: I = t.screenSizes.mobile, tablet: u = t.screenSizes.tablet } = w, b = we(`(max-width: ${I})`), h = we(`(max-width: ${u})`) && !b, C = !b && !h, {
837
- backgroundPrimary: x = t.colors.whiteGreen,
837
+ var xe;
838
+ const [F, C] = J(!1), [N, I] = J(!1), [S, k] = J(!1), [H, P] = J(!1), { mobile: m = t.screenSizes.mobile, tablet: V = t.screenSizes.tablet } = h, d = ke(`(max-width: ${m})`), u = ke(`(max-width: ${V})`) && !d, x = !d && !u, {
839
+ backgroundPrimary: E = t.colors.whiteGreen,
838
840
  backgroundSecondary: v = t.colors.whiteGreenA,
839
- backgroundTertiary: R = t.colors.sage,
840
- highlightPrimary: oe = t.colors.sunlight,
841
- backgroundQuaternary: re = t.colors.moss,
842
- highlightSecondary: te = t.colors.dandelion,
843
- highlightTertiary: Y = `${t.colors.dandelion}99`,
844
- iconPrimary: a = t.colors.darkGreen,
845
- shadowPrimary: p = t.colors.darkGreenO99,
846
- shadowSecondary: B = t.boxShadows.darkGreen,
847
- shadowTertiary: pe = t.boxShadows.darkGreenThick,
848
- borderPrimary: V = t.colors.green,
849
- scrollColor: A = t.colors.darkGreenO99,
850
- iconColors: ze
851
- } = g, { logoSrc: de = Ue, logoWidth: he = 36, logoHeight: ue = 50 } = O, fe = {
852
- backgroundPrimary: x,
841
+ backgroundTertiary: O = t.colors.sage,
842
+ highlightPrimary: te = t.colors.sunlight,
843
+ backgroundQuaternary: ne = t.colors.moss,
844
+ highlightSecondary: _ = t.colors.dandelion,
845
+ highlightTertiary: s = `${t.colors.dandelion}99`,
846
+ iconPrimary: c = t.colors.darkGreen,
847
+ shadowPrimary: j = t.colors.darkGreenO99,
848
+ shadowSecondary: q = t.boxShadows.darkGreen,
849
+ shadowTertiary: de = t.boxShadows.darkGreenThick,
850
+ borderPrimary: X = t.colors.green,
851
+ scrollColor: B = t.colors.darkGreenO99,
852
+ iconColors: Ne
853
+ } = z, { logoSrc: he = We, logoWidth: ue = 36, logoHeight: fe = 50 } = T, me = {
854
+ backgroundPrimary: E,
853
855
  backgroundSecondary: v,
854
- backgroundTertiary: R,
855
- highlightPrimary: oe,
856
- highlightSecondary: te,
857
- highlightTertiary: Y,
858
- borderPrimary: V,
859
- iconPrimary: a,
860
- shadowPrimary: p,
861
- shadowSecondary: B,
862
- shadowTertiary: pe,
863
- scrollColor: A
864
- }, Ne = { logoSrc: de, logoWidth: he, logoHeight: ue }, ne = c != null, Ie = { ...s, navWidth: m, loggedIn: T }, X = { ...e, themeColors: fe }, Oe = {
865
- ...X,
866
- navWidth: `${m}px`,
867
- isMobile: b
868
- }, { navItems: _ } = e, ie = ((be = _.find((k) => k.label === (e == null ? void 0 : e.activeRoute))) == null ? void 0 : be.subnavItems) || [], Be = {
869
- themeColors: fe,
870
- activeRoute: o,
871
- navItems: ie
872
- }, me = [
856
+ backgroundTertiary: O,
857
+ highlightPrimary: te,
858
+ highlightSecondary: _,
859
+ highlightTertiary: s,
860
+ borderPrimary: X,
861
+ iconPrimary: c,
862
+ shadowPrimary: j,
863
+ shadowSecondary: q,
864
+ shadowTertiary: de,
865
+ scrollColor: B
866
+ }, Ie = { logoSrc: he, logoWidth: ue, logoHeight: fe }, ie = p != null, Oe = { ...n, navWidth: f, loggedIn: L }, G = { ...e, themeColors: me }, Be = {
867
+ ...G,
868
+ navWidth: `${f}px`,
869
+ isMobile: d
870
+ }, { navItems: Q } = e, ae = o || ((xe = Q.find((y) => y.label === (e == null ? void 0 : e.activeRoute))) == null ? void 0 : xe.subnavItems) || [], Ae = {
871
+ themeColors: me,
872
+ activeRoute: a,
873
+ navItems: ae
874
+ }, ge = [
873
875
  // { label: 'Log Out', icon: <LogoutIcon />, onClick: onLogout },
874
- ...H
875
- ].map((k) => ({
876
- ...k,
876
+ ...w
877
+ ].map((y) => ({
878
+ ...y,
877
879
  onClick: () => {
878
- k.onClick && k.onClick(), y(!1);
880
+ y.onClick && y.onClick(), k(!1);
879
881
  }
880
- })), Ae = _.map((k) => ({
881
- ...k,
882
+ })), Le = Q.map((y) => ({
883
+ ...y,
882
884
  onClick: () => {
883
- k.onClick && k.onClick(), E(!1);
885
+ y.onClick && y.onClick(), C(!1);
884
886
  }
885
- })), ae = {
886
- ...X,
887
+ })), se = {
888
+ ...G,
887
889
  navWidth: "100%",
888
890
  isTablet: !0,
889
- navItems: Ae
891
+ navItems: Le
890
892
  };
891
- let se = _.map((k) => ({
892
- ...k,
893
+ let le = Q.map((y) => ({
894
+ ...y,
893
895
  onClick: () => {
894
- k.onClick && k.onClick(), P(!1);
896
+ y.onClick && y.onClick(), P(!1);
895
897
  }
896
- })), ge = [];
897
- _.length > 4 && b && (ge = se.splice(3), se.push({
898
+ })), be = [];
899
+ Q.length > 4 && d && (be = le.splice(3), le.push({
898
900
  label: "More",
899
- icon: /* @__PURE__ */ i(mo, {}),
901
+ icon: /* @__PURE__ */ i(go, {}),
900
902
  onClick: () => P(!0)
901
903
  }));
902
- const Le = {
903
- ...X,
904
+ const Fe = {
905
+ ...G,
904
906
  navWidth: "100%",
905
- navItems: se,
907
+ navItems: le,
906
908
  isMobile: !0,
907
- activeRoute: S ? "More" : X.activeRoute
908
- }, Fe = {
909
- ...X,
909
+ activeRoute: H ? "More" : G.activeRoute
910
+ }, je = {
911
+ ...G,
910
912
  navWidth: "100%",
911
- navItems: ge,
913
+ navItems: be,
912
914
  isTablet: !0
913
915
  };
914
- return /* @__PURE__ */ $(go, { backgroundColor: v, children: [
916
+ return /* @__PURE__ */ $(bo, { backgroundColor: v, children: [
915
917
  /* @__PURE__ */ i(
916
- je,
918
+ Ue,
917
919
  {
918
- ...Ie,
919
- hamburgerMenu: h,
920
- onHamburgerMenuClick: () => E(!0),
921
- onUserMenuClick: () => y(!0),
922
- logoProps: Ne,
923
- iconColor: a,
924
- isMobile: b,
925
- themeProps: { shadowSecondary: B, shadowTertiary: pe, iconPrimary: a, borderPrimary: V },
926
- iconColors: ze,
927
- userName: n == null ? void 0 : n.name,
928
- userSettingsEnabled: l
920
+ ...Oe,
921
+ hamburgerMenu: u,
922
+ onHamburgerMenuClick: () => C(!0),
923
+ onUserMenuClick: () => k(!0),
924
+ logoProps: Ie,
925
+ iconColor: c,
926
+ isMobile: d,
927
+ themeProps: { shadowSecondary: q, shadowTertiary: de, iconPrimary: c, borderPrimary: X },
928
+ iconColors: Ne,
929
+ userName: l == null ? void 0 : l.name,
930
+ userSettingsEnabled: M
929
931
  }
930
932
  ),
931
- /* @__PURE__ */ $(bo, { tabletPadding: h, mobile: b, children: [
932
- C && /* @__PURE__ */ i(L, { ...Oe }),
933
- b && /* @__PURE__ */ $(xe, { children: [
934
- /* @__PURE__ */ i(L, { ...Le }),
933
+ /* @__PURE__ */ $(xo, { tabletPadding: u, mobile: d, children: [
934
+ x && /* @__PURE__ */ i(A, { ...Be }),
935
+ d && /* @__PURE__ */ $(ve, { children: [
936
+ /* @__PURE__ */ i(A, { ...Fe }),
935
937
  /* @__PURE__ */ i(
936
- Co,
938
+ $o,
937
939
  {
938
- open: S,
940
+ open: H,
939
941
  onClose: () => P(!1),
940
942
  backgroundColor: v,
941
943
  anchor: "right",
942
- children: /* @__PURE__ */ i(L, { ...Fe })
944
+ children: /* @__PURE__ */ i(A, { ...je })
943
945
  }
944
946
  )
945
947
  ] }),
946
- h && /* @__PURE__ */ $(
947
- yo,
948
+ u && /* @__PURE__ */ $(
949
+ Co,
948
950
  {
949
- open: W,
950
- onClose: () => E(!1),
951
+ open: F,
952
+ onClose: () => C(!1),
951
953
  backgroundColor: v,
952
- shadowColor: p,
954
+ shadowColor: j,
953
955
  children: [
954
- /* @__PURE__ */ $(Te, { children: [
955
- /* @__PURE__ */ i(Ro, { src: de, alt: "logo", width: he, height: ue }),
956
- /* @__PURE__ */ i(Z, { variant: "icon", size: 36, onClick: () => E(!1), color: a, children: /* @__PURE__ */ i(We, {}) })
956
+ /* @__PURE__ */ $(Pe, { children: [
957
+ /* @__PURE__ */ i(Mo, { src: he, alt: "logo", width: ue, height: fe }),
958
+ /* @__PURE__ */ i(oe, { variant: "icon", size: 36, onClick: () => C(!1), color: c, children: /* @__PURE__ */ i(Ve, {}) })
957
959
  ] }),
958
- /* @__PURE__ */ i(L, { ...ae })
960
+ /* @__PURE__ */ i(A, { ...se })
959
961
  ]
960
962
  }
961
963
  ),
962
- h && /* @__PURE__ */ $(
963
- wo,
964
+ u && /* @__PURE__ */ $(
965
+ ko,
964
966
  {
965
- open: N && ne,
966
- onClose: () => D(!1),
967
- shadowColor: p,
968
- backgroundColor: R,
967
+ open: N && ie,
968
+ onClose: () => I(!1),
969
+ shadowColor: j,
970
+ backgroundColor: O,
969
971
  children: [
970
972
  /* @__PURE__ */ i(
971
- $e,
973
+ Te,
972
974
  {
973
975
  variant: "icon",
974
976
  size: 24,
975
- onClick: () => D(!1),
976
- iconColor: a,
977
+ onClick: () => I(!1),
978
+ iconColor: c,
977
979
  highlight1: v,
978
980
  highlight2: v,
979
- children: /* @__PURE__ */ i(Ce, {})
981
+ children: /* @__PURE__ */ i($e, {})
980
982
  }
981
983
  ),
982
- /* @__PURE__ */ i(Q, { scrollColor: A, direction: "vertical", children: c && c })
984
+ /* @__PURE__ */ i(K, { scrollColor: B, direction: "vertical", children: p && p })
983
985
  ]
984
986
  }
985
987
  ),
986
- (h || C) && /* @__PURE__ */ $(
987
- Mo,
988
+ (u || x) && /* @__PURE__ */ $(
989
+ Ho,
988
990
  {
989
991
  anchor: "right",
990
- open: j,
991
- onClose: () => y(!1),
992
+ open: S,
993
+ onClose: () => k(!1),
992
994
  children: [
993
995
  /* @__PURE__ */ i(
994
- $e,
996
+ Te,
995
997
  {
996
998
  variant: "icon",
997
999
  size: 24,
998
- onClick: () => y(!1),
1000
+ onClick: () => k(!1),
999
1001
  iconColor: t.colors.midnight,
1000
1002
  highlight1: t.colors.white,
1001
1003
  highlight2: v,
1002
1004
  rightDrawer: !0,
1003
- children: /* @__PURE__ */ i(Ce, {})
1005
+ children: /* @__PURE__ */ i($e, {})
1004
1006
  }
1005
1007
  ),
1006
1008
  /* @__PURE__ */ i(
1007
- L,
1009
+ A,
1008
1010
  {
1009
- ...ae,
1010
- navItems: me,
1011
+ ...se,
1012
+ navItems: ge,
1011
1013
  themeColors: {
1012
1014
  iconPrimary: t.colors.midnight,
1013
- highlightPrimary: x,
1015
+ highlightPrimary: E,
1014
1016
  highlightTertiary: v,
1015
- shadowSecondary: B,
1016
- scrollColor: A
1017
+ shadowSecondary: q,
1018
+ scrollColor: B
1017
1019
  }
1018
1020
  }
1019
1021
  )
1020
1022
  ]
1021
1023
  }
1022
1024
  ),
1023
- b && /* @__PURE__ */ $(xe, { children: [
1025
+ d && /* @__PURE__ */ $(ve, { children: [
1024
1026
  /* @__PURE__ */ $(
1025
- Po,
1027
+ Ro,
1026
1028
  {
1027
1029
  anchor: "right",
1028
- open: j,
1029
- onClose: () => y(!1),
1030
- backgroundQuaternary: re,
1030
+ open: S,
1031
+ onClose: () => k(!1),
1032
+ backgroundQuaternary: ne,
1031
1033
  children: [
1032
- /* @__PURE__ */ $(Te, { children: [
1033
- /* @__PURE__ */ i(To, { color: t.colors.midnight, children: "Settings" }),
1034
+ /* @__PURE__ */ $(Pe, { children: [
1035
+ /* @__PURE__ */ i(Po, { color: t.colors.midnight, children: "Settings" }),
1034
1036
  /* @__PURE__ */ i(
1035
- Z,
1037
+ oe,
1036
1038
  {
1037
1039
  variant: "icon",
1038
1040
  size: 36,
1039
- onClick: () => y(!1),
1041
+ onClick: () => k(!1),
1040
1042
  color: t.colors.midnight,
1041
- children: /* @__PURE__ */ i(ye, {})
1043
+ children: /* @__PURE__ */ i(Ce, {})
1042
1044
  }
1043
1045
  )
1044
1046
  ] }),
1045
1047
  /* @__PURE__ */ i(
1046
- L,
1048
+ A,
1047
1049
  {
1048
- ...ae,
1049
- navItems: me,
1050
+ ...se,
1051
+ navItems: ge,
1050
1052
  themeColors: {
1051
1053
  iconPrimary: t.colors.midnight,
1052
- highlightPrimary: x,
1054
+ highlightPrimary: E,
1053
1055
  highlightTertiary: v,
1054
- shadowSecondary: B,
1055
- scrollColor: A
1056
+ shadowSecondary: q,
1057
+ scrollColor: B
1056
1058
  }
1057
1059
  }
1058
1060
  )
1059
1061
  ]
1060
1062
  }
1061
1063
  ),
1062
- /* @__PURE__ */ i($o, { backgroundColor: R, open: F, children: /* @__PURE__ */ i(Q, { scrollColor: A, direction: "vertical", children: c }) })
1064
+ /* @__PURE__ */ i(To, { backgroundColor: O, open: W, children: /* @__PURE__ */ i(K, { scrollColor: B, direction: "vertical", children: p }) })
1063
1065
  ] }),
1064
- !b && /* @__PURE__ */ $(
1065
- xo,
1066
+ !d && /* @__PURE__ */ $(
1067
+ vo,
1066
1068
  {
1067
- withActionsPanel: ne,
1068
- tablet: h,
1069
- borderColor: V,
1070
- backgroundColor: R,
1069
+ withActionsPanel: ie,
1070
+ tablet: u,
1071
+ borderColor: X,
1072
+ backgroundColor: O,
1071
1073
  children: [
1072
- C && /* @__PURE__ */ i(Q, { scrollColor: A, direction: "vertical", children: c && c }),
1073
- h && /* @__PURE__ */ i(
1074
- Z,
1074
+ x && /* @__PURE__ */ i(K, { scrollColor: B, direction: "vertical", children: p && p }),
1075
+ u && /* @__PURE__ */ i(
1076
+ oe,
1075
1077
  {
1076
1078
  variant: "icon",
1077
1079
  size: 36,
1078
- onClick: () => D(!0),
1079
- color: a,
1080
- children: /* @__PURE__ */ i(ye, {})
1080
+ onClick: () => I(!0),
1081
+ color: c,
1082
+ children: /* @__PURE__ */ i(Ce, {})
1081
1083
  }
1082
1084
  )
1083
1085
  ]
1084
1086
  }
1085
1087
  ),
1086
- C && /* @__PURE__ */ i(
1087
- vo,
1088
+ x && /* @__PURE__ */ i(
1089
+ wo,
1088
1090
  {
1089
- show: ie && ie.length > 0,
1090
- borderColor: V,
1091
- backgroundColor: R,
1092
- width: m,
1093
- children: /* @__PURE__ */ i(L, { ...Be })
1091
+ show: ae && ae.length > 0,
1092
+ borderColor: X,
1093
+ backgroundColor: O,
1094
+ width: f,
1095
+ children: /* @__PURE__ */ i(A, { ...Ae })
1094
1096
  }
1095
1097
  ),
1096
1098
  /* @__PURE__ */ i(
1097
- ko,
1099
+ yo,
1098
1100
  {
1099
- withActionsPanel: ne,
1100
- borderColor: V,
1101
- backgroundColor: x,
1102
- mobileScreen: b,
1103
- children: /* @__PURE__ */ i(Q, { scrollColor: A, children: d })
1101
+ withActionsPanel: ie,
1102
+ borderColor: X,
1103
+ backgroundColor: E,
1104
+ mobileScreen: d,
1105
+ children: /* @__PURE__ */ i(K, { scrollColor: B, children: b })
1104
1106
  }
1105
1107
  )
1106
1108
  ] })
1107
1109
  ] });
1108
1110
  };
1109
1111
  export {
1110
- Zo as default
1112
+ er as default
1111
1113
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jcicl",
3
3
  "private": false,
4
- "version": "0.0.287",
4
+ "version": "0.0.291",
5
5
  "description": "Component library for the websites of Johnson County Iowa",
6
6
  "license": "MIT",
7
7
  "homepage": "https://devops.jc.net/JCIT/Business%20Solutions%20Delivery/_git/JCComponentLibrary?path=%2FREADME.md&version=GBmaster",