jcicl 0.0.289 → 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,15 +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
617
  overflow: "hidden",
618
618
  opacity: e ? 1 : 0,
619
- border: `1px solid ${s}`,
619
+ border: `1px solid ${a}`,
620
620
  borderRight: 0,
621
621
  borderRadius: "4px",
622
622
  borderTopRightRadius: 0,
@@ -629,9 +629,9 @@ const ye = le(/* @__PURE__ */ i("path", {
629
629
  ...!e && {
630
630
  border: "none"
631
631
  }
632
- })), wo = f(U)(
632
+ })), ko = g(U)(
633
633
  ({ shadowColor: e, backgroundColor: o }) => ({
634
- ...M`
634
+ ...R`
635
635
  top: ${t.constants.appHeaderHeight}px;
636
636
  font-family: 'Roboto';
637
637
 
@@ -653,8 +653,8 @@ const ye = le(/* @__PURE__ */ i("path", {
653
653
  }
654
654
  `
655
655
  })
656
- ), $e = f(Z)(({ iconColor: e, highlight1: o, highlight2: s, rightDrawer: n = !1 }) => ({
657
- ...M`
656
+ ), Te = g(oe)(({ iconColor: e, highlight1: o, highlight2: a, rightDrawer: n = !1 }) => ({
657
+ ...R`
658
658
  position: absolute;
659
659
  top: -0.5rem;
660
660
  ${!n && { right: "-0.5rem" }};
@@ -672,17 +672,17 @@ const ye = le(/* @__PURE__ */ i("path", {
672
672
  :focus-visible {
673
673
  svg {
674
674
  filter: unset;
675
- background-color: ${s};
675
+ background-color: ${a};
676
676
  fill: ${e};
677
677
  }
678
678
  }
679
679
  `
680
- })), ko = f("div", {
681
- shouldForwardProp: (e) => G(e)
682
- })(({ 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 }) => ({
683
683
  display: "flex",
684
684
  overflow: "hidden",
685
- backgroundColor: s,
685
+ backgroundColor: a,
686
686
  borderRadius: "4px",
687
687
  borderBottomLeftRadius: e ? 0 : "4px",
688
688
  borderTopLeftRadius: e ? 0 : "4px",
@@ -700,10 +700,10 @@ const ye = le(/* @__PURE__ */ i("path", {
700
700
  borderBottomLeftRadius: 0,
701
701
  borderTopLeftRadius: 0
702
702
  }
703
- })), yo = f(U, {
703
+ })), Co = g(U, {
704
704
  shouldForwardProp: (e) => !["backgroundColor", "shadowColor"].includes(e)
705
705
  })(({ backgroundColor: e, shadowColor: o }) => ({
706
- ...M`
706
+ ...R`
707
707
  z-index: 1327;
708
708
 
709
709
  .MuiDrawer-paper {
@@ -718,10 +718,10 @@ const ye = le(/* @__PURE__ */ i("path", {
718
718
  background-color: transparent;
719
719
  }
720
720
  `
721
- })), Co = f(U, {
721
+ })), $o = g(U, {
722
722
  shouldForwardProp: (e) => e != "backgroundColor"
723
723
  })(({ backgroundColor: e }) => ({
724
- ...M`
724
+ ...R`
725
725
  z-index: 1300;
726
726
 
727
727
  .MuiDrawer-paper {
@@ -740,10 +740,10 @@ const ye = le(/* @__PURE__ */ i("path", {
740
740
  background-color: transparent;
741
741
  }
742
742
  `
743
- })), $o = f("div", {
744
- shouldForwardProp: (e) => G(e)
743
+ })), To = g("div", {
744
+ shouldForwardProp: (e) => Y(e)
745
745
  })(({ backgroundColor: e, open: o }) => ({
746
- ...M`
746
+ ...R`
747
747
  position: fixed;
748
748
  transition: height 201ms cubic-bezier(0, 0, 0.2, 1);
749
749
  z-index: 1300;
@@ -755,15 +755,15 @@ const ye = le(/* @__PURE__ */ i("path", {
755
755
  box-sizing: border-box;
756
756
  padding: ${o ? "16px" : 0};
757
757
  `
758
- })), To = f("h1")(({ color: e }) => ({
759
- ...M`
758
+ })), Po = g("h1")(({ color: e }) => ({
759
+ ...R`
760
760
  margin: 0;
761
761
  font-size: 2.1rem;
762
762
  font-family: 'Roboto';
763
763
  color: ${e};
764
764
  `
765
- })), Po = f(U)(({ backgroundQuaternary: e }) => ({
766
- ...M`
765
+ })), Ro = g(U)(({ backgroundQuaternary: e }) => ({
766
+ ...R`
767
767
  top: ${t.constants.appHeaderHeight}px;
768
768
  font-family: 'Roboto';
769
769
  z-index: 1336;
@@ -782,21 +782,21 @@ const ye = le(/* @__PURE__ */ i("path", {
782
782
  background-color: transparent;
783
783
  }
784
784
  `
785
- })), Ro = f("img")(({ width: e, height: o }) => ({
786
- ...M`
785
+ })), Mo = g("img")(({ width: e, height: o }) => ({
786
+ ...R`
787
787
  width: ${e}px;
788
788
  height: ${o}px;
789
789
  `
790
- })), Te = f("div")(({ justifyStart: e }) => ({
791
- ...M`
790
+ })), Pe = g("div")(({ justifyStart: e }) => ({
791
+ ...R`
792
792
  display: flex;
793
793
  flex-direction: row;
794
794
  align-items: flex-start;
795
795
  justify-content: ${e ? "start" : "space-between"};
796
796
  padding: 8px 16px 8px 24px;
797
797
  `
798
- })), Mo = f(U)(() => ({
799
- ...M`
798
+ })), Ho = g(U)(() => ({
799
+ ...R`
800
800
  top: ${t.constants.appHeaderHeight}px;
801
801
  font-family: 'Roboto';
802
802
 
@@ -817,296 +817,297 @@ const ye = le(/* @__PURE__ */ i("path", {
817
817
  background-color: transparent;
818
818
  }
819
819
  `
820
- })), Zo = ({
820
+ })), er = ({
821
821
  navProps: e,
822
- activeSubnavRoute: o,
823
- appHeaderProps: s = {},
824
- userInfo: n,
825
- userSettingsEnabled: l = !0,
826
- userProfileMenuItems: H = [],
827
- actionsPanelContent: c,
828
- navWidth: m = t.constants.navDefaultWidth,
829
- breakpoints: w = { mobile: t.screenSizes.mobile, tablet: t.screenSizes.tablet },
830
- children: d,
831
- themeColors: g = {},
832
- logoProps: O = {},
833
- loggedIn: T,
834
- 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
835
836
  }) => {
836
- var be;
837
- 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, {
838
- 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,
839
840
  backgroundSecondary: v = t.colors.whiteGreenA,
840
- backgroundTertiary: R = t.colors.sage,
841
- highlightPrimary: oe = t.colors.sunlight,
842
- backgroundQuaternary: re = t.colors.moss,
843
- highlightSecondary: te = t.colors.dandelion,
844
- highlightTertiary: Y = `${t.colors.dandelion}99`,
845
- iconPrimary: a = t.colors.darkGreen,
846
- shadowPrimary: p = t.colors.darkGreenO99,
847
- shadowSecondary: B = t.boxShadows.darkGreen,
848
- shadowTertiary: pe = t.boxShadows.darkGreenThick,
849
- borderPrimary: V = t.colors.green,
850
- scrollColor: A = t.colors.darkGreenO99,
851
- iconColors: ze
852
- } = g, { logoSrc: de = Ue, logoWidth: he = 36, logoHeight: ue = 50 } = O, fe = {
853
- 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,
854
855
  backgroundSecondary: v,
855
- backgroundTertiary: R,
856
- highlightPrimary: oe,
857
- highlightSecondary: te,
858
- highlightTertiary: Y,
859
- borderPrimary: V,
860
- iconPrimary: a,
861
- shadowPrimary: p,
862
- shadowSecondary: B,
863
- shadowTertiary: pe,
864
- scrollColor: A
865
- }, Ne = { logoSrc: de, logoWidth: he, logoHeight: ue }, ne = c != null, Ie = { ...s, navWidth: m, loggedIn: T }, X = { ...e, themeColors: fe }, Oe = {
866
- ...X,
867
- navWidth: `${m}px`,
868
- isMobile: b
869
- }, { navItems: _ } = e, ie = ((be = _.find((k) => k.label === (e == null ? void 0 : e.activeRoute))) == null ? void 0 : be.subnavItems) || [], Be = {
870
- themeColors: fe,
871
- activeRoute: o,
872
- navItems: ie
873
- }, 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 = [
874
875
  // { label: 'Log Out', icon: <LogoutIcon />, onClick: onLogout },
875
- ...H
876
- ].map((k) => ({
877
- ...k,
876
+ ...w
877
+ ].map((y) => ({
878
+ ...y,
878
879
  onClick: () => {
879
- k.onClick && k.onClick(), y(!1);
880
+ y.onClick && y.onClick(), k(!1);
880
881
  }
881
- })), Ae = _.map((k) => ({
882
- ...k,
882
+ })), Le = Q.map((y) => ({
883
+ ...y,
883
884
  onClick: () => {
884
- k.onClick && k.onClick(), E(!1);
885
+ y.onClick && y.onClick(), C(!1);
885
886
  }
886
- })), ae = {
887
- ...X,
887
+ })), se = {
888
+ ...G,
888
889
  navWidth: "100%",
889
890
  isTablet: !0,
890
- navItems: Ae
891
+ navItems: Le
891
892
  };
892
- let se = _.map((k) => ({
893
- ...k,
893
+ let le = Q.map((y) => ({
894
+ ...y,
894
895
  onClick: () => {
895
- k.onClick && k.onClick(), P(!1);
896
+ y.onClick && y.onClick(), P(!1);
896
897
  }
897
- })), ge = [];
898
- _.length > 4 && b && (ge = se.splice(3), se.push({
898
+ })), be = [];
899
+ Q.length > 4 && d && (be = le.splice(3), le.push({
899
900
  label: "More",
900
- icon: /* @__PURE__ */ i(mo, {}),
901
+ icon: /* @__PURE__ */ i(go, {}),
901
902
  onClick: () => P(!0)
902
903
  }));
903
- const Le = {
904
- ...X,
904
+ const Fe = {
905
+ ...G,
905
906
  navWidth: "100%",
906
- navItems: se,
907
+ navItems: le,
907
908
  isMobile: !0,
908
- activeRoute: S ? "More" : X.activeRoute
909
- }, Fe = {
910
- ...X,
909
+ activeRoute: H ? "More" : G.activeRoute
910
+ }, je = {
911
+ ...G,
911
912
  navWidth: "100%",
912
- navItems: ge,
913
+ navItems: be,
913
914
  isTablet: !0
914
915
  };
915
- return /* @__PURE__ */ $(go, { backgroundColor: v, children: [
916
+ return /* @__PURE__ */ $(bo, { backgroundColor: v, children: [
916
917
  /* @__PURE__ */ i(
917
- je,
918
+ Ue,
918
919
  {
919
- ...Ie,
920
- hamburgerMenu: h,
921
- onHamburgerMenuClick: () => E(!0),
922
- onUserMenuClick: () => y(!0),
923
- logoProps: Ne,
924
- iconColor: a,
925
- isMobile: b,
926
- themeProps: { shadowSecondary: B, shadowTertiary: pe, iconPrimary: a, borderPrimary: V },
927
- iconColors: ze,
928
- userName: n == null ? void 0 : n.name,
929
- 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
930
931
  }
931
932
  ),
932
- /* @__PURE__ */ $(bo, { tabletPadding: h, mobile: b, children: [
933
- C && /* @__PURE__ */ i(L, { ...Oe }),
934
- b && /* @__PURE__ */ $(xe, { children: [
935
- /* @__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 }),
936
937
  /* @__PURE__ */ i(
937
- Co,
938
+ $o,
938
939
  {
939
- open: S,
940
+ open: H,
940
941
  onClose: () => P(!1),
941
942
  backgroundColor: v,
942
943
  anchor: "right",
943
- children: /* @__PURE__ */ i(L, { ...Fe })
944
+ children: /* @__PURE__ */ i(A, { ...je })
944
945
  }
945
946
  )
946
947
  ] }),
947
- h && /* @__PURE__ */ $(
948
- yo,
948
+ u && /* @__PURE__ */ $(
949
+ Co,
949
950
  {
950
- open: W,
951
- onClose: () => E(!1),
951
+ open: F,
952
+ onClose: () => C(!1),
952
953
  backgroundColor: v,
953
- shadowColor: p,
954
+ shadowColor: j,
954
955
  children: [
955
- /* @__PURE__ */ $(Te, { children: [
956
- /* @__PURE__ */ i(Ro, { src: de, alt: "logo", width: he, height: ue }),
957
- /* @__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, {}) })
958
959
  ] }),
959
- /* @__PURE__ */ i(L, { ...ae })
960
+ /* @__PURE__ */ i(A, { ...se })
960
961
  ]
961
962
  }
962
963
  ),
963
- h && /* @__PURE__ */ $(
964
- wo,
964
+ u && /* @__PURE__ */ $(
965
+ ko,
965
966
  {
966
- open: N && ne,
967
- onClose: () => D(!1),
968
- shadowColor: p,
969
- backgroundColor: R,
967
+ open: N && ie,
968
+ onClose: () => I(!1),
969
+ shadowColor: j,
970
+ backgroundColor: O,
970
971
  children: [
971
972
  /* @__PURE__ */ i(
972
- $e,
973
+ Te,
973
974
  {
974
975
  variant: "icon",
975
976
  size: 24,
976
- onClick: () => D(!1),
977
- iconColor: a,
977
+ onClick: () => I(!1),
978
+ iconColor: c,
978
979
  highlight1: v,
979
980
  highlight2: v,
980
- children: /* @__PURE__ */ i(Ce, {})
981
+ children: /* @__PURE__ */ i($e, {})
981
982
  }
982
983
  ),
983
- /* @__PURE__ */ i(Q, { scrollColor: A, direction: "vertical", children: c && c })
984
+ /* @__PURE__ */ i(K, { scrollColor: B, direction: "vertical", children: p && p })
984
985
  ]
985
986
  }
986
987
  ),
987
- (h || C) && /* @__PURE__ */ $(
988
- Mo,
988
+ (u || x) && /* @__PURE__ */ $(
989
+ Ho,
989
990
  {
990
991
  anchor: "right",
991
- open: j,
992
- onClose: () => y(!1),
992
+ open: S,
993
+ onClose: () => k(!1),
993
994
  children: [
994
995
  /* @__PURE__ */ i(
995
- $e,
996
+ Te,
996
997
  {
997
998
  variant: "icon",
998
999
  size: 24,
999
- onClick: () => y(!1),
1000
+ onClick: () => k(!1),
1000
1001
  iconColor: t.colors.midnight,
1001
1002
  highlight1: t.colors.white,
1002
1003
  highlight2: v,
1003
1004
  rightDrawer: !0,
1004
- children: /* @__PURE__ */ i(Ce, {})
1005
+ children: /* @__PURE__ */ i($e, {})
1005
1006
  }
1006
1007
  ),
1007
1008
  /* @__PURE__ */ i(
1008
- L,
1009
+ A,
1009
1010
  {
1010
- ...ae,
1011
- navItems: me,
1011
+ ...se,
1012
+ navItems: ge,
1012
1013
  themeColors: {
1013
1014
  iconPrimary: t.colors.midnight,
1014
- highlightPrimary: x,
1015
+ highlightPrimary: E,
1015
1016
  highlightTertiary: v,
1016
- shadowSecondary: B,
1017
- scrollColor: A
1017
+ shadowSecondary: q,
1018
+ scrollColor: B
1018
1019
  }
1019
1020
  }
1020
1021
  )
1021
1022
  ]
1022
1023
  }
1023
1024
  ),
1024
- b && /* @__PURE__ */ $(xe, { children: [
1025
+ d && /* @__PURE__ */ $(ve, { children: [
1025
1026
  /* @__PURE__ */ $(
1026
- Po,
1027
+ Ro,
1027
1028
  {
1028
1029
  anchor: "right",
1029
- open: j,
1030
- onClose: () => y(!1),
1031
- backgroundQuaternary: re,
1030
+ open: S,
1031
+ onClose: () => k(!1),
1032
+ backgroundQuaternary: ne,
1032
1033
  children: [
1033
- /* @__PURE__ */ $(Te, { children: [
1034
- /* @__PURE__ */ i(To, { color: t.colors.midnight, children: "Settings" }),
1034
+ /* @__PURE__ */ $(Pe, { children: [
1035
+ /* @__PURE__ */ i(Po, { color: t.colors.midnight, children: "Settings" }),
1035
1036
  /* @__PURE__ */ i(
1036
- Z,
1037
+ oe,
1037
1038
  {
1038
1039
  variant: "icon",
1039
1040
  size: 36,
1040
- onClick: () => y(!1),
1041
+ onClick: () => k(!1),
1041
1042
  color: t.colors.midnight,
1042
- children: /* @__PURE__ */ i(ye, {})
1043
+ children: /* @__PURE__ */ i(Ce, {})
1043
1044
  }
1044
1045
  )
1045
1046
  ] }),
1046
1047
  /* @__PURE__ */ i(
1047
- L,
1048
+ A,
1048
1049
  {
1049
- ...ae,
1050
- navItems: me,
1050
+ ...se,
1051
+ navItems: ge,
1051
1052
  themeColors: {
1052
1053
  iconPrimary: t.colors.midnight,
1053
- highlightPrimary: x,
1054
+ highlightPrimary: E,
1054
1055
  highlightTertiary: v,
1055
- shadowSecondary: B,
1056
- scrollColor: A
1056
+ shadowSecondary: q,
1057
+ scrollColor: B
1057
1058
  }
1058
1059
  }
1059
1060
  )
1060
1061
  ]
1061
1062
  }
1062
1063
  ),
1063
- /* @__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 }) })
1064
1065
  ] }),
1065
- !b && /* @__PURE__ */ $(
1066
- xo,
1066
+ !d && /* @__PURE__ */ $(
1067
+ vo,
1067
1068
  {
1068
- withActionsPanel: ne,
1069
- tablet: h,
1070
- borderColor: V,
1071
- backgroundColor: R,
1069
+ withActionsPanel: ie,
1070
+ tablet: u,
1071
+ borderColor: X,
1072
+ backgroundColor: O,
1072
1073
  children: [
1073
- C && /* @__PURE__ */ i(Q, { scrollColor: A, direction: "vertical", children: c && c }),
1074
- h && /* @__PURE__ */ i(
1075
- Z,
1074
+ x && /* @__PURE__ */ i(K, { scrollColor: B, direction: "vertical", children: p && p }),
1075
+ u && /* @__PURE__ */ i(
1076
+ oe,
1076
1077
  {
1077
1078
  variant: "icon",
1078
1079
  size: 36,
1079
- onClick: () => D(!0),
1080
- color: a,
1081
- children: /* @__PURE__ */ i(ye, {})
1080
+ onClick: () => I(!0),
1081
+ color: c,
1082
+ children: /* @__PURE__ */ i(Ce, {})
1082
1083
  }
1083
1084
  )
1084
1085
  ]
1085
1086
  }
1086
1087
  ),
1087
- C && /* @__PURE__ */ i(
1088
- vo,
1088
+ x && /* @__PURE__ */ i(
1089
+ wo,
1089
1090
  {
1090
- show: ie && ie.length > 0,
1091
- borderColor: V,
1092
- backgroundColor: R,
1093
- width: m,
1094
- 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 })
1095
1096
  }
1096
1097
  ),
1097
1098
  /* @__PURE__ */ i(
1098
- ko,
1099
+ yo,
1099
1100
  {
1100
- withActionsPanel: ne,
1101
- borderColor: V,
1102
- backgroundColor: x,
1103
- mobileScreen: b,
1104
- 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 })
1105
1106
  }
1106
1107
  )
1107
1108
  ] })
1108
1109
  ] });
1109
1110
  };
1110
1111
  export {
1111
- Zo as default
1112
+ er as default
1112
1113
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jcicl",
3
3
  "private": false,
4
- "version": "0.0.289",
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",