jcicl 1.0.76 → 1.0.78

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.
Files changed (76) hide show
  1. package/.chunks/Button.js +7 -6
  2. package/.chunks/ButtonBase.js +2 -1
  3. package/.chunks/CircularProgress.js +9 -8
  4. package/.chunks/DefaultPropsProvider.js +322 -336
  5. package/.chunks/Paper.js +6 -5
  6. package/.chunks/Popper.js +1 -1
  7. package/.chunks/Portal.js +13 -13
  8. package/.chunks/SwitchBase.js +14 -13
  9. package/.chunks/TextField.js +2 -1
  10. package/.chunks/clsx.js +16 -0
  11. package/.chunks/createSvgIcon.js +14 -13
  12. package/.chunks/eye.js +45 -0
  13. package/.chunks/index.js +19 -18
  14. package/AppContainer/AppContainer.js +323 -319
  15. package/Button/Button.js +80 -82
  16. package/Divider/Divider.js +13 -12
  17. package/EditableDetailItemWithIcon/EditableDetailItemWithIcon.d.ts +3 -2
  18. package/EditableDetailItemWithIcon/EditableDetailItemWithIcon.js +39 -39
  19. package/EditableInfoCard/EditableInfoCard.d.ts +1 -1
  20. package/EditableInfoCard/EditableInfoCard.js +25 -25
  21. package/ErrorBoundary/ErrorBoundary.d.ts +5 -5
  22. package/ErrorBoundary/ErrorBoundary.js +21 -19
  23. package/FormComponents/FormComponents.d.ts +1 -2
  24. package/FormContext/createFormContext.js +70 -62
  25. package/FormFields/FormFields.d.ts +1 -1
  26. package/FormFields/FormFields.js +31 -31
  27. package/FormInput/FormInput.d.ts +5 -3
  28. package/FormInput/FormInput.js +10 -8
  29. package/Input/Input.d.ts +6 -1
  30. package/Input/Input.js +35 -100
  31. package/LabeledCheckbox/LabeledCheckbox.js +7 -6
  32. package/LabeledDropdown/LabeledDropdown.d.ts +3 -0
  33. package/LabeledDropdown/LabeledDropdown.js +720 -795
  34. package/LabeledFormattedInput/LabeledFormattedInput.d.ts +23 -0
  35. package/LabeledFormattedInput/LabeledFormattedInput.js +95 -0
  36. package/LabeledFormattedInput/index.d.ts +1 -0
  37. package/LabeledFormattedInput/index.js +4 -0
  38. package/LabeledInput/LabeledInput.js +39 -51
  39. package/LabeledRadio/LabeledRadio.js +7 -6
  40. package/Memo/Memo.js +6 -5
  41. package/Nav/Nav.d.ts +1 -1
  42. package/Pagination/Pagination.d.ts +1 -2
  43. package/Pagination/Pagination.js +25 -24
  44. package/README.md +11 -6
  45. package/Stepper/Stepper.js +4 -3
  46. package/Table/Table.d.ts +7 -5
  47. package/Table/Table.js +5575 -5633
  48. package/Timer/Timer.js +26 -26
  49. package/Toast/Toaster.js +9 -9
  50. package/Tooltip/Tooltip.js +5 -4
  51. package/WelcomeCard/WelcomeCard.d.ts +1 -5
  52. package/WelcomeCard/WelcomeCard.js +45 -101
  53. package/assets/style.css +1 -1
  54. package/assets/tailwind.css +2 -2
  55. package/cn.d.ts +2 -0
  56. package/cn.js +2990 -0
  57. package/constants.d.ts +6 -0
  58. package/constants.js +55 -0
  59. package/cursorPositioning.d.ts +7 -0
  60. package/cursorPositioning.js +13 -0
  61. package/formatters.d.ts +17 -0
  62. package/formatters.js +83 -0
  63. package/inputTypes.d.ts +1 -0
  64. package/inputTypes.js +1 -0
  65. package/logger.d.ts +13 -0
  66. package/logger.js +9 -0
  67. package/maskers.d.ts +6 -0
  68. package/maskers.js +15 -0
  69. package/package.json +2 -1
  70. package/theme.d.ts +1 -0
  71. package/theme.js +9 -8
  72. package/themeUtils.js +58 -79
  73. package/utils.d.ts +8 -18
  74. package/utils.js +39 -89
  75. package/validators.d.ts +5 -0
  76. package/validators.js +12 -0
@@ -1,144 +1,145 @@
1
- import { jsx as i, jsxs as C, Fragment as ye } from "react/jsx-runtime";
1
+ import { jsx as i, jsxs as C, Fragment as Ce } from "react/jsx-runtime";
2
2
  import * as D from "react";
3
- import { useState as ee } from "react";
4
- import { c as pe } from "../.chunks/createSvgIcon.js";
5
- import { n as m, i as _ } from "../.chunks/emotion-styled.browser.esm.js";
3
+ import { useState as oe } from "react";
4
+ import { c as he } from "../.chunks/createSvgIcon.js";
5
+ import { n as g, i as q } from "../.chunks/emotion-styled.browser.esm.js";
6
6
  import { c as T } from "../.chunks/emotion-react.browser.esm.js";
7
- import { P as Ge, A as Xe } from "../.chunks/AppHeader.js";
8
- import { Nav as j } from "../Nav/Nav.js";
9
- import oe from "../ScrollContainer/ScrollContainer.js";
10
- import { Button as ne } from "../Button/Button.js";
7
+ import { P as Xe, A as Ye } from "../.chunks/AppHeader.js";
8
+ import { Nav as U } from "../Nav/Nav.js";
9
+ import re from "../ScrollContainer/ScrollContainer.js";
10
+ import { Button as ie } from "../Button/Button.js";
11
11
  import a from "../theme.js";
12
- import { l as Ye } from "../.chunks/jocologo.js";
13
- import { X as Qe } from "../.chunks/Close.js";
14
- import { P as r, g as _e, a as qe, s as he, r as Je, b as ie, u as Ke, c as re, d as Ze } from "../.chunks/DefaultPropsProvider.js";
15
- import { u as eo } from "../.chunks/index.js";
16
- import { e as oo, H as ro, u as ze, g as to, T as no, r as io, b as Ce } from "../.chunks/Portal.js";
17
- import { m as De } from "../.chunks/memoTheme.js";
18
- import { o as Se, d as ao, M as so } from "../.chunks/TextField.js";
19
- import { P as lo } from "../.chunks/Paper.js";
20
- import { i as co } from "../.chunks/integerPropType.js";
21
- import { c as po } from "../.chunks/chainPropTypes.js";
22
- import { u as ho } from "../.chunks/TransitionGroupContext.js";
23
- import { u as Pe } from "../.chunks/useMediaQuery.js";
24
- function uo(e, o, t) {
25
- const n = o.getBoundingClientRect(), l = t && t.getBoundingClientRect(), R = Se(o);
26
- let b;
12
+ import { l as Qe } from "../.chunks/jocologo.js";
13
+ import { X as _e } from "../.chunks/Close.js";
14
+ import { P as r, g as qe, a as Je, s as ue, r as Ke, c as ae, u as Ze, b as eo } from "../.chunks/DefaultPropsProvider.js";
15
+ import { c as te } from "../.chunks/clsx.js";
16
+ import { u as oo } from "../.chunks/index.js";
17
+ import { e as ro, H as to, u as De, g as no, T as io, r as ao, b as Pe } from "../.chunks/Portal.js";
18
+ import { m as Se } from "../.chunks/memoTheme.js";
19
+ import { o as Ie, d as so, M as lo } from "../.chunks/TextField.js";
20
+ import { P as co } from "../.chunks/Paper.js";
21
+ import { i as po } from "../.chunks/integerPropType.js";
22
+ import { c as ho } from "../.chunks/chainPropTypes.js";
23
+ import { u as uo } from "../.chunks/TransitionGroupContext.js";
24
+ import { u as $e } from "../.chunks/useMediaQuery.js";
25
+ function fo(e, o, t) {
26
+ const n = o.getBoundingClientRect(), l = t && t.getBoundingClientRect(), R = Ie(o);
27
+ let x;
27
28
  if (o.fakeTransform)
28
- b = o.fakeTransform;
29
+ x = o.fakeTransform;
29
30
  else {
30
31
  const p = R.getComputedStyle(o);
31
- b = p.getPropertyValue("-webkit-transform") || p.getPropertyValue("transform");
32
+ x = p.getPropertyValue("-webkit-transform") || p.getPropertyValue("transform");
32
33
  }
33
- let d = 0, f = 0;
34
- if (b && b !== "none" && typeof b == "string") {
35
- const p = b.split("(")[1].split(")")[0].split(",");
36
- d = parseInt(p[4], 10), f = parseInt(p[5], 10);
34
+ let d = 0, m = 0;
35
+ if (x && x !== "none" && typeof x == "string") {
36
+ const p = x.split("(")[1].split(")")[0].split(",");
37
+ d = parseInt(p[4], 10), m = parseInt(p[5], 10);
37
38
  }
38
- return e === "left" ? l ? `translateX(${l.right + d - n.left}px)` : `translateX(${R.innerWidth + d - n.left}px)` : e === "right" ? l ? `translateX(-${n.right - l.left - d}px)` : `translateX(-${n.left + n.width - d}px)` : e === "up" ? l ? `translateY(${l.bottom + f - n.top}px)` : `translateY(${R.innerHeight + f - n.top}px)` : l ? `translateY(-${n.top - l.top + n.height - f}px)` : `translateY(-${n.top + n.height - f}px)`;
39
+ return e === "left" ? l ? `translateX(${l.right + d - n.left}px)` : `translateX(${R.innerWidth + d - n.left}px)` : e === "right" ? l ? `translateX(-${n.right - l.left - d}px)` : `translateX(-${n.left + n.width - d}px)` : e === "up" ? l ? `translateY(${l.bottom + m - n.top}px)` : `translateY(${R.innerHeight + m - n.top}px)` : l ? `translateY(-${n.top - l.top + n.height - m}px)` : `translateY(-${n.top + n.height - m}px)`;
39
40
  }
40
- function Ie(e) {
41
+ function Ne(e) {
41
42
  return typeof e == "function" ? e() : e;
42
43
  }
43
- function te(e, o, t) {
44
- const n = Ie(t), l = uo(e, o, n);
44
+ function ne(e, o, t) {
45
+ const n = Ne(t), l = fo(e, o, n);
45
46
  l && (o.style.webkitTransform = l, o.style.transform = l);
46
47
  }
47
- const Ne = /* @__PURE__ */ D.forwardRef(function(o, t) {
48
- const n = ze(), l = {
48
+ const Oe = /* @__PURE__ */ D.forwardRef(function(o, t) {
49
+ const n = De(), l = {
49
50
  enter: n.transitions.easing.easeOut,
50
51
  exit: n.transitions.easing.sharp
51
52
  }, R = {
52
53
  enter: n.transitions.duration.enteringScreen,
53
54
  exit: n.transitions.duration.leavingScreen
54
55
  }, {
55
- addEndListener: b,
56
+ addEndListener: x,
56
57
  appear: d = !0,
57
- children: f,
58
+ children: m,
58
59
  container: p,
59
- direction: g = "down",
60
- easing: N = l,
60
+ direction: b = "down",
61
+ easing: O = l,
61
62
  in: P,
62
- onEnter: U,
63
- onEntered: X,
64
- onEntering: O,
63
+ onEnter: W,
64
+ onEntered: Y,
65
+ onEntering: B,
65
66
  onExit: k,
66
- onExited: B,
67
+ onExited: H,
67
68
  onExiting: S,
68
- style: H,
69
+ style: A,
69
70
  timeout: $ = R,
70
71
  // eslint-disable-next-line react/prop-types
71
- TransitionComponent: M = no,
72
- ...x
73
- } = o, h = D.useRef(null), A = ho(to(f), h, t), E = (s) => (u) => {
72
+ TransitionComponent: M = io,
73
+ ...v
74
+ } = o, h = D.useRef(null), L = uo(no(m), h, t), E = (s) => (u) => {
74
75
  s && (u === void 0 ? s(h.current) : s(h.current, u));
75
76
  }, z = E((s, u) => {
76
- te(g, s, p), io(s), U && U(s, u);
77
+ ne(b, s, p), ao(s), W && W(s, u);
77
78
  }), c = E((s, u) => {
78
- const J = Ce({
79
+ const K = Pe({
79
80
  timeout: $,
80
- style: H,
81
- easing: N
81
+ style: A,
82
+ easing: O
82
83
  }, {
83
84
  mode: "enter"
84
85
  });
85
86
  s.style.webkitTransition = n.transitions.create("-webkit-transform", {
86
- ...J
87
+ ...K
87
88
  }), s.style.transition = n.transitions.create("transform", {
88
- ...J
89
- }), s.style.webkitTransform = "none", s.style.transform = "none", O && O(s, u);
90
- }), v = E(X), I = E(S), W = E((s) => {
91
- const u = Ce({
89
+ ...K
90
+ }), s.style.webkitTransform = "none", s.style.transform = "none", B && B(s, u);
91
+ }), w = E(Y), I = E(S), V = E((s) => {
92
+ const u = Pe({
92
93
  timeout: $,
93
- style: H,
94
- easing: N
94
+ style: A,
95
+ easing: O
95
96
  }, {
96
97
  mode: "exit"
97
98
  });
98
- s.style.webkitTransition = n.transitions.create("-webkit-transform", u), s.style.transition = n.transitions.create("transform", u), te(g, s, p), k && k(s);
99
+ s.style.webkitTransition = n.transitions.create("-webkit-transform", u), s.style.transition = n.transitions.create("transform", u), ne(b, s, p), k && k(s);
99
100
  }), y = E((s) => {
100
- s.style.webkitTransition = "", s.style.transition = "", B && B(s);
101
- }), L = (s) => {
102
- b && b(h.current, s);
103
- }, q = D.useCallback(() => {
104
- h.current && te(g, h.current, p);
105
- }, [g, p]);
101
+ s.style.webkitTransition = "", s.style.transition = "", H && H(s);
102
+ }), F = (s) => {
103
+ x && x(h.current, s);
104
+ }, J = D.useCallback(() => {
105
+ h.current && ne(b, h.current, p);
106
+ }, [b, p]);
106
107
  return D.useEffect(() => {
107
- if (P || g === "down" || g === "right")
108
+ if (P || b === "down" || b === "right")
108
109
  return;
109
- const s = ao(() => {
110
- h.current && te(g, h.current, p);
111
- }), u = Se(h.current);
110
+ const s = so(() => {
111
+ h.current && ne(b, h.current, p);
112
+ }), u = Ie(h.current);
112
113
  return u.addEventListener("resize", s), () => {
113
114
  s.clear(), u.removeEventListener("resize", s);
114
115
  };
115
- }, [g, P, p]), D.useEffect(() => {
116
- P || q();
117
- }, [P, q]), /* @__PURE__ */ i(M, {
116
+ }, [b, P, p]), D.useEffect(() => {
117
+ P || J();
118
+ }, [P, J]), /* @__PURE__ */ i(M, {
118
119
  nodeRef: h,
119
120
  onEnter: z,
120
- onEntered: v,
121
+ onEntered: w,
121
122
  onEntering: c,
122
- onExit: W,
123
+ onExit: V,
123
124
  onExited: y,
124
125
  onExiting: I,
125
- addEndListener: L,
126
+ addEndListener: F,
126
127
  appear: d,
127
128
  in: P,
128
129
  timeout: $,
129
- ...x,
130
- children: (s, u) => /* @__PURE__ */ D.cloneElement(f, {
131
- ref: A,
130
+ ...v,
131
+ children: (s, u) => /* @__PURE__ */ D.cloneElement(m, {
132
+ ref: L,
132
133
  style: {
133
134
  visibility: s === "exited" && !P ? "hidden" : void 0,
134
- ...H,
135
- ...f.props.style
135
+ ...A,
136
+ ...m.props.style
136
137
  },
137
138
  ...u
138
139
  })
139
140
  });
140
141
  });
141
- process.env.NODE_ENV !== "production" && (Ne.propTypes = {
142
+ process.env.NODE_ENV !== "production" && (Oe.propTypes = {
142
143
  // ┌────────────────────────────── Warning ──────────────────────────────┐
143
144
  // │ These PropTypes are generated from the TypeScript type definitions. │
144
145
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -158,14 +159,14 @@ process.env.NODE_ENV !== "production" && (Ne.propTypes = {
158
159
  /**
159
160
  * A single child content element.
160
161
  */
161
- children: oo.isRequired,
162
+ children: ro.isRequired,
162
163
  /**
163
164
  * An HTML element, or a function that returns one.
164
165
  * It's used to set the container the Slide is transitioning from.
165
166
  */
166
- container: po(r.oneOfType([ro, r.func]), (e) => {
167
+ container: ho(r.oneOfType([to, r.func]), (e) => {
167
168
  if (e.open) {
168
- const o = Ie(e.container);
169
+ const o = Ne(e.container);
169
170
  if (o && o.nodeType === 1) {
170
171
  const t = o.getBoundingClientRect();
171
172
  if (process.env.NODE_ENV !== "test" && t.top === 0 && t.left === 0 && t.right === 0 && t.bottom === 0)
@@ -240,16 +241,16 @@ process.env.NODE_ENV !== "production" && (Ne.propTypes = {
240
241
  exit: r.number
241
242
  })])
242
243
  });
243
- function fo(e) {
244
- return _e("MuiDrawer", e);
244
+ function mo(e) {
245
+ return qe("MuiDrawer", e);
245
246
  }
246
- qe("MuiDrawer", ["root", "docked", "paper", "paperAnchorLeft", "paperAnchorRight", "paperAnchorTop", "paperAnchorBottom", "paperAnchorDockedLeft", "paperAnchorDockedRight", "paperAnchorDockedTop", "paperAnchorDockedBottom", "modal"]);
247
- const Oe = (e, o) => {
247
+ Je("MuiDrawer", ["root", "docked", "paper", "paperAnchorLeft", "paperAnchorRight", "paperAnchorTop", "paperAnchorBottom", "paperAnchorDockedLeft", "paperAnchorDockedRight", "paperAnchorDockedTop", "paperAnchorDockedBottom", "modal"]);
248
+ const Be = (e, o) => {
248
249
  const {
249
250
  ownerState: t
250
251
  } = e;
251
252
  return [o.root, (t.variant === "permanent" || t.variant === "persistent") && o.docked, o.modal];
252
- }, mo = (e) => {
253
+ }, go = (e) => {
253
254
  const {
254
255
  classes: o,
255
256
  anchor: t,
@@ -258,35 +259,35 @@ const Oe = (e, o) => {
258
259
  root: ["root"],
259
260
  docked: [(n === "permanent" || n === "persistent") && "docked"],
260
261
  modal: ["modal"],
261
- paper: ["paper", `paperAnchor${ie(t)}`, n !== "temporary" && `paperAnchorDocked${ie(t)}`]
262
+ paper: ["paper", `paperAnchor${ae(t)}`, n !== "temporary" && `paperAnchorDocked${ae(t)}`]
262
263
  };
263
- return Ze(l, fo, o);
264
- }, go = he(so, {
264
+ return eo(l, mo, o);
265
+ }, bo = ue(lo, {
265
266
  name: "MuiDrawer",
266
267
  slot: "Root",
267
- overridesResolver: Oe
268
- })(De(({
268
+ overridesResolver: Be
269
+ })(Se(({
269
270
  theme: e
270
271
  }) => ({
271
272
  zIndex: (e.vars || e).zIndex.drawer
272
- }))), $e = he("div", {
273
- shouldForwardProp: Je,
273
+ }))), Te = ue("div", {
274
+ shouldForwardProp: Ke,
274
275
  name: "MuiDrawer",
275
276
  slot: "Docked",
276
277
  skipVariantsResolver: !1,
277
- overridesResolver: Oe
278
+ overridesResolver: Be
278
279
  })({
279
280
  flex: "0 0 auto"
280
- }), bo = he(lo, {
281
+ }), xo = ue(co, {
281
282
  name: "MuiDrawer",
282
283
  slot: "Paper",
283
284
  overridesResolver: (e, o) => {
284
285
  const {
285
286
  ownerState: t
286
287
  } = e;
287
- return [o.paper, o[`paperAnchor${ie(t.anchor)}`], t.variant !== "temporary" && o[`paperAnchorDocked${ie(t.anchor)}`]];
288
+ return [o.paper, o[`paperAnchor${ae(t.anchor)}`], t.variant !== "temporary" && o[`paperAnchorDocked${ae(t.anchor)}`]];
288
289
  }
289
- })(De(({
290
+ })(Se(({
290
291
  theme: e
291
292
  }) => ({
292
293
  overflowY: "auto",
@@ -370,108 +371,108 @@ const Oe = (e, o) => {
370
371
  borderTop: `1px solid ${(e.vars || e).palette.divider}`
371
372
  }
372
373
  }]
373
- }))), Be = {
374
+ }))), He = {
374
375
  left: "right",
375
376
  right: "left",
376
377
  top: "down",
377
378
  bottom: "up"
378
379
  };
379
- function xo(e) {
380
+ function vo(e) {
380
381
  return ["left", "right"].includes(e);
381
382
  }
382
- function vo({
383
+ function wo({
383
384
  direction: e
384
385
  }, o) {
385
- return e === "rtl" && xo(o) ? Be[o] : o;
386
+ return e === "rtl" && vo(o) ? He[o] : o;
386
387
  }
387
- const G = /* @__PURE__ */ D.forwardRef(function(o, t) {
388
- const n = Ke({
388
+ const X = /* @__PURE__ */ D.forwardRef(function(o, t) {
389
+ const n = Ze({
389
390
  props: o,
390
391
  name: "MuiDrawer"
391
- }), l = ze(), R = eo(), b = {
392
+ }), l = De(), R = oo(), x = {
392
393
  enter: l.transitions.duration.enteringScreen,
393
394
  exit: l.transitions.duration.leavingScreen
394
395
  }, {
395
396
  anchor: d = "left",
396
- BackdropProps: f,
397
+ BackdropProps: m,
397
398
  children: p,
398
- className: g,
399
- elevation: N = 16,
399
+ className: b,
400
+ elevation: O = 16,
400
401
  hideBackdrop: P = !1,
401
402
  ModalProps: {
402
- BackdropProps: U,
403
- ...X
403
+ BackdropProps: W,
404
+ ...Y
404
405
  } = {},
405
- onClose: O,
406
+ onClose: B,
406
407
  open: k = !1,
407
- PaperProps: B = {},
408
+ PaperProps: H = {},
408
409
  SlideProps: S,
409
410
  // eslint-disable-next-line react/prop-types
410
- TransitionComponent: H = Ne,
411
- transitionDuration: $ = b,
411
+ TransitionComponent: A = Oe,
412
+ transitionDuration: $ = x,
412
413
  variant: M = "temporary",
413
- ...x
414
+ ...v
414
415
  } = n, h = D.useRef(!1);
415
416
  D.useEffect(() => {
416
417
  h.current = !0;
417
418
  }, []);
418
- const A = vo({
419
+ const L = wo({
419
420
  direction: R ? "rtl" : "ltr"
420
421
  }, d), z = {
421
422
  ...n,
422
423
  anchor: d,
423
- elevation: N,
424
+ elevation: O,
424
425
  open: k,
425
426
  variant: M,
426
- ...x
427
- }, c = mo(z), v = /* @__PURE__ */ i(bo, {
428
- elevation: M === "temporary" ? N : 0,
427
+ ...v
428
+ }, c = go(z), w = /* @__PURE__ */ i(xo, {
429
+ elevation: M === "temporary" ? O : 0,
429
430
  square: !0,
430
- ...B,
431
- className: re(c.paper, B.className),
431
+ ...H,
432
+ className: te(c.paper, H.className),
432
433
  ownerState: z,
433
434
  children: p
434
435
  });
435
436
  if (M === "permanent")
436
- return /* @__PURE__ */ i($e, {
437
- className: re(c.root, c.docked, g),
437
+ return /* @__PURE__ */ i(Te, {
438
+ className: te(c.root, c.docked, b),
438
439
  ownerState: z,
439
440
  ref: t,
440
- ...x,
441
- children: v
441
+ ...v,
442
+ children: w
442
443
  });
443
- const I = /* @__PURE__ */ i(H, {
444
+ const I = /* @__PURE__ */ i(A, {
444
445
  in: k,
445
- direction: Be[A],
446
+ direction: He[L],
446
447
  timeout: $,
447
448
  appear: h.current,
448
449
  ...S,
449
- children: v
450
+ children: w
450
451
  });
451
- return M === "persistent" ? /* @__PURE__ */ i($e, {
452
- className: re(c.root, c.docked, g),
452
+ return M === "persistent" ? /* @__PURE__ */ i(Te, {
453
+ className: te(c.root, c.docked, b),
453
454
  ownerState: z,
454
455
  ref: t,
455
- ...x,
456
+ ...v,
456
457
  children: I
457
- }) : /* @__PURE__ */ i(go, {
458
+ }) : /* @__PURE__ */ i(bo, {
458
459
  BackdropProps: {
459
- ...f,
460
- ...U,
460
+ ...m,
461
+ ...W,
461
462
  transitionDuration: $
462
463
  },
463
- className: re(c.root, c.modal, g),
464
+ className: te(c.root, c.modal, b),
464
465
  open: k,
465
466
  ownerState: z,
466
- onClose: O,
467
+ onClose: B,
467
468
  hideBackdrop: P,
468
469
  ref: t,
469
- ...x,
470
- ...X,
470
+ ...v,
471
+ ...Y,
471
472
  children: I
472
473
  });
473
474
  });
474
- process.env.NODE_ENV !== "production" && (G.propTypes = {
475
+ process.env.NODE_ENV !== "production" && (X.propTypes = {
475
476
  // ┌────────────────────────────── Warning ──────────────────────────────┐
476
477
  // │ These PropTypes are generated from the TypeScript type definitions. │
477
478
  // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
@@ -501,7 +502,7 @@ process.env.NODE_ENV !== "production" && (G.propTypes = {
501
502
  * The elevation of the drawer.
502
503
  * @default 16
503
504
  */
504
- elevation: co,
505
+ elevation: po,
505
506
  /**
506
507
  * If `true`, the backdrop is not rendered.
507
508
  * @default false
@@ -557,14 +558,14 @@ process.env.NODE_ENV !== "production" && (G.propTypes = {
557
558
  */
558
559
  variant: r.oneOf(["permanent", "persistent", "temporary"])
559
560
  });
560
- const Te = pe(/* @__PURE__ */ i("path", {
561
+ const Re = he(/* @__PURE__ */ i("path", {
561
562
  d: "m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
562
- }), "ArrowForward"), Re = pe(/* @__PURE__ */ i("path", {
563
+ }), "ArrowForward"), Me = he(/* @__PURE__ */ i("path", {
563
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"
564
- }), "Cancel"), wo = pe(/* @__PURE__ */ i("path", {
565
+ }), "Cancel"), ko = he(/* @__PURE__ */ i("path", {
565
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"
566
- }), "MoreHoriz"), ko = m("div", {
567
- shouldForwardProp: (e) => _(e) && e !== "hasSiteBanner"
567
+ }), "MoreHoriz"), yo = g("div", {
568
+ shouldForwardProp: (e) => q(e) && e !== "hasSiteBanner"
568
569
  })(({ backgroundColor: e, hasSiteBanner: o }) => ({
569
570
  display: "flex",
570
571
  flexDirection: "column",
@@ -574,7 +575,7 @@ const Te = pe(/* @__PURE__ */ i("path", {
574
575
  height: o ? `calc(100vh - ${a.constants.siteBannerHeight}px)` : "100vh",
575
576
  fontFamily: "Roboto, sans-serif",
576
577
  overflow: "hidden"
577
- })), yo = m("div")(
578
+ })), Co = g("div")(
578
579
  ({ tabletPadding: e, mobile: o }) => ({
579
580
  display: "flex",
580
581
  flexDirection: o ? "column-reverse" : "row",
@@ -586,8 +587,8 @@ const Te = pe(/* @__PURE__ */ i("path", {
586
587
  boxSizing: "border-box",
587
588
  height: `calc(100% - ${a.constants.appHeaderHeight}px)`
588
589
  })
589
- ), Co = m("div", {
590
- shouldForwardProp: (e) => _(e)
590
+ ), Po = g("div", {
591
+ shouldForwardProp: (e) => q(e)
591
592
  })(({ withActionsPanel: e, tablet: o, borderColor: t, backgroundColor: n }) => ({
592
593
  zIndex: 108,
593
594
  display: "flex",
@@ -608,8 +609,8 @@ const Te = pe(/* @__PURE__ */ i("path", {
608
609
  ...!e && {
609
610
  border: "none"
610
611
  }
611
- })), Po = m("div", {
612
- shouldForwardProp: (e) => _(e)
612
+ })), $o = g("div", {
613
+ shouldForwardProp: (e) => q(e)
613
614
  })(({ show: e, width: o = a.constants.navDefaultWidth, borderColor: t, backgroundColor: n }) => ({
614
615
  zIndex: 108,
615
616
  display: "flex",
@@ -631,7 +632,7 @@ const Te = pe(/* @__PURE__ */ i("path", {
631
632
  ...!e && {
632
633
  border: "none"
633
634
  }
634
- })), $o = m(G, {
635
+ })), To = g(X, {
635
636
  shouldForwardProp: (e) => !["$topOffset"].includes(e)
636
637
  })(
637
638
  ({ shadowColor: e, backgroundColor: o, $topOffset: t }) => ({
@@ -657,7 +658,7 @@ const Te = pe(/* @__PURE__ */ i("path", {
657
658
  }
658
659
  `
659
660
  })
660
- ), Me = m(ne)(({ iconColor: e, highlight1: o, highlight2: t, rightDrawer: n = !1 }) => ({
661
+ ), Ee = g(ie)(({ iconColor: e, highlight1: o, highlight2: t, rightDrawer: n = !1 }) => ({
661
662
  ...T`
662
663
  position: absolute;
663
664
  top: -0.5rem;
@@ -681,8 +682,8 @@ const Te = pe(/* @__PURE__ */ i("path", {
681
682
  }
682
683
  }
683
684
  `
684
- })), To = m("div", {
685
- shouldForwardProp: (e) => _(e)
685
+ })), Ro = g("div", {
686
+ shouldForwardProp: (e) => q(e)
686
687
  })(({ withActionsPanel: e, borderColor: o, backgroundColor: t, mobileScreen: n }) => ({
687
688
  display: "flex",
688
689
  overflow: "hidden",
@@ -705,7 +706,7 @@ const Te = pe(/* @__PURE__ */ i("path", {
705
706
  borderBottomLeftRadius: e ? 0 : "4px",
706
707
  borderTopLeftRadius: e ? 0 : "4px"
707
708
  }
708
- })), Ro = m(G, {
709
+ })), Mo = g(X, {
709
710
  shouldForwardProp: (e) => !["backgroundColor", "shadowColor"].includes(e)
710
711
  })(({ backgroundColor: e, shadowColor: o }) => ({
711
712
  ...T`
@@ -723,7 +724,7 @@ const Te = pe(/* @__PURE__ */ i("path", {
723
724
  background-color: transparent;
724
725
  }
725
726
  `
726
- })), Mo = m(G, {
727
+ })), Eo = g(X, {
727
728
  shouldForwardProp: (e) => !["backgroundColor", "$topOffset"].includes(e)
728
729
  })(({ backgroundColor: e, $topOffset: o }) => ({
729
730
  ...T`
@@ -745,8 +746,8 @@ const Te = pe(/* @__PURE__ */ i("path", {
745
746
  background-color: transparent;
746
747
  }
747
748
  `
748
- })), Eo = m("div", {
749
- shouldForwardProp: (e) => _(e) && e !== "$topOffset"
749
+ })), zo = g("div", {
750
+ shouldForwardProp: (e) => q(e) && e !== "$topOffset"
750
751
  })(({ backgroundColor: e, open: o, $topOffset: t }) => ({
751
752
  ...T`
752
753
  position: fixed;
@@ -760,14 +761,14 @@ const Te = pe(/* @__PURE__ */ i("path", {
760
761
  box-sizing: border-box;
761
762
  padding: ${o ? "16px" : 0};
762
763
  `
763
- })), zo = m("h1")(({ color: e }) => ({
764
+ })), Do = g("h1")(({ color: e }) => ({
764
765
  ...T`
765
766
  margin: 0;
766
767
  font-size: 2.1rem;
767
768
  font-family: 'Roboto';
768
769
  color: ${e};
769
770
  `
770
- })), Do = m(G, {
771
+ })), So = g(X, {
771
772
  shouldForwardProp: (e) => !["backgroundQuaternary", "$topOffset"].includes(e)
772
773
  })(({ backgroundQuaternary: e, $topOffset: o }) => ({
773
774
  ...T`
@@ -789,12 +790,12 @@ const Te = pe(/* @__PURE__ */ i("path", {
789
790
  background-color: transparent;
790
791
  }
791
792
  `
792
- })), So = m("img")(({ width: e, height: o }) => ({
793
+ })), Io = g("img")(({ width: e, height: o }) => ({
793
794
  ...T`
794
795
  width: ${e}px;
795
796
  height: ${o}px;
796
797
  `
797
- })), Ee = m("div")(({ justifyStart: e }) => ({
798
+ })), ze = g("div")(({ justifyStart: e }) => ({
798
799
  ...T`
799
800
  display: flex;
800
801
  flex-direction: row;
@@ -802,7 +803,7 @@ const Te = pe(/* @__PURE__ */ i("path", {
802
803
  justify-content: ${e ? "start" : "space-between"};
803
804
  padding: 8px 16px 8px 24px;
804
805
  `
805
- })), Io = m(G, {
806
+ })), No = g(X, {
806
807
  shouldForwardProp: (e) => e !== "$topOffset"
807
808
  })(({ $topOffset: e }) => ({
808
809
  ...T`
@@ -830,256 +831,259 @@ const Te = pe(/* @__PURE__ */ i("path", {
830
831
  z-index: 9200;
831
832
  }
832
833
  `
833
- })), tr = ({
834
+ })), ir = ({
834
835
  navProps: e,
835
836
  subnavItems: o,
836
837
  activeSubnavRoute: t,
837
838
  appHeaderProps: n = {},
838
839
  userInfo: l,
839
840
  userSettingsEnabled: R = !0,
840
- userProfileMenuItems: b = [],
841
+ userProfileMenuItems: x = [],
841
842
  actionsPanelContent: d,
842
- navWidth: f = a.constants.navDefaultWidth,
843
+ navWidth: m = a.constants.navDefaultWidth,
843
844
  breakpoints: p = { mobile: a.screenSizes.mobile, tablet: a.screenSizes.tablet },
844
- children: g,
845
- themeColors: N = {},
845
+ children: b,
846
+ themeColors: O = {},
846
847
  logoProps: P = {},
847
- loggedIn: U,
848
- mobileActionsPanelOpen: X,
849
- hasSiteBanner: O = !1
848
+ loggedIn: W,
849
+ mobileActionsPanelOpen: Y,
850
+ hasSiteBanner: B = !1
850
851
  }) => {
851
- var ke;
852
- const k = O ? a.constants.appHeaderHeight + a.constants.siteBannerHeight : a.constants.appHeaderHeight, [B, S] = ee(!1), [H, $] = ee(!1), [M, x] = ee(!1), [h, A] = ee(!1), { mobile: E = a.screenSizes.mobile, tablet: z = a.screenSizes.tablet } = p, c = Pe(`(max-width: ${E})`), v = Pe(`(max-width: ${z})`) && !c, I = !c && !v, {
853
- backgroundPrimary: W = a.colors.whiteGreen,
852
+ var ye;
853
+ const k = B ? a.constants.appHeaderHeight + a.constants.siteBannerHeight : a.constants.appHeaderHeight, [H, S] = oe(!1), [A, $] = oe(!1), [M, v] = oe(!1), [h, L] = oe(!1), { mobile: E = a.screenSizes.mobile, tablet: z = a.screenSizes.tablet } = p, c = $e(`(max-width: ${E})`), w = $e(`(max-width: ${z})`) && !c, I = !c && !w, {
854
+ backgroundPrimary: V = a.colors.whiteGreen,
854
855
  backgroundSecondary: y = a.colors.whiteGreenA,
855
- backgroundTertiary: L = a.colors.sage,
856
- highlightPrimary: q = a.colors.sunlight,
856
+ backgroundTertiary: F = a.colors.sage,
857
+ highlightPrimary: J = a.colors.sunlight,
857
858
  backgroundQuaternary: s = a.colors.moss,
858
859
  highlightSecondary: u = a.colors.dandelion,
859
- highlightTertiary: J = `${a.colors.dandelion}99`,
860
- iconPrimary: V = a.colors.darkGreen,
861
- shadowPrimary: ae = a.colors.darkGreenO99,
862
- shadowSecondary: K = a.boxShadows.darkGreen,
863
- shadowTertiary: ue = a.boxShadows.darkGreenThick,
864
- borderPrimary: Y = a.colors.green,
865
- scrollColor: F = a.colors.darkGreenO99,
866
- loadingColor: He = a.colors.green,
867
- iconColors: fe = {
868
- icon: /* @__PURE__ */ i(Ge, {}),
860
+ highlightTertiary: K = `${a.colors.dandelion}99`,
861
+ iconPrimary: G = a.colors.darkGreen,
862
+ shadowPrimary: se = a.colors.darkGreenO99,
863
+ shadowSecondary: Z = a.boxShadows.darkGreen,
864
+ shadowTertiary: fe = a.boxShadows.darkGreenThick,
865
+ borderPrimary: Q = a.colors.green,
866
+ scrollColor: j = a.colors.darkGreenO99,
867
+ loadingColor: Ae = a.colors.green,
868
+ iconColors: me = {
869
+ icon: /* @__PURE__ */ i(Xe, {}),
869
870
  iconColor: a.colors.darkGreen,
870
871
  backgroundColor: a.colors.mint
871
872
  }
872
- } = N, { logoSrc: me = Ye, logoWidth: ge = 36, logoHeight: be = 50 } = P, xe = {
873
- backgroundPrimary: W,
873
+ } = O, { logoSrc: ge = Qe, logoWidth: be = 36, logoHeight: xe = 50 } = P, ve = {
874
+ backgroundPrimary: V,
874
875
  backgroundSecondary: y,
875
- backgroundTertiary: L,
876
- highlightPrimary: q,
876
+ backgroundTertiary: F,
877
+ highlightPrimary: J,
877
878
  highlightSecondary: u,
878
- highlightTertiary: J,
879
- borderPrimary: Y,
880
- iconPrimary: V,
881
- shadowPrimary: ae,
882
- shadowSecondary: K,
883
- shadowTertiary: ue,
884
- scrollColor: F,
885
- loadingColor: He,
886
- iconColors: fe
887
- }, Ae = { logoSrc: me, logoWidth: ge, logoHeight: be }, se = d != null, Le = { ...n, navWidth: f, loggedIn: U }, Q = { ...e, themeColors: xe }, Fe = {
888
- ...Q,
889
- navWidth: `${f}px`,
879
+ highlightTertiary: K,
880
+ borderPrimary: Q,
881
+ iconPrimary: G,
882
+ shadowPrimary: se,
883
+ shadowSecondary: Z,
884
+ shadowTertiary: fe,
885
+ scrollColor: j,
886
+ loadingColor: Ae,
887
+ iconColors: me
888
+ }, Le = { logoSrc: ge, logoWidth: be, logoHeight: xe }, le = d != null, Fe = { ...n, navWidth: m, loggedIn: W }, _ = { ...e, themeColors: ve }, je = {
889
+ ..._,
890
+ navWidth: `${m}px`,
890
891
  isMobile: c
891
- }, { navItems: Z } = e, le = o || ((ke = Z.find((w) => w.label === (e == null ? void 0 : e.activeRoute))) == null ? void 0 : ke.subnavItems) || [], je = {
892
- themeColors: xe,
892
+ }, { navItems: ee } = e, ce = o || ((ye = ee.find((f) => f.label === (e == null ? void 0 : e.activeRoute))) == null ? void 0 : ye.subnavItems) || [], Ue = {
893
+ themeColors: ve,
893
894
  activeRoute: t,
894
- navItems: le
895
- }, ve = [
895
+ navItems: ce
896
+ }, we = [
896
897
  // { label: 'Log Out', icon: <LogoutIcon />, onClick: onLogout },
897
- ...b
898
- ].map((w) => ({
899
- ...w,
898
+ ...x
899
+ ].map((f) => ({
900
+ ...f,
900
901
  onClick: () => {
901
- w.onClick && w.onClick(), x(!1);
902
+ var N;
903
+ (N = f.onClick) == null || N.call(f), v(!1);
902
904
  }
903
- })), Ue = Z.map((w) => ({
904
- ...w,
905
+ })), We = ee.map((f) => ({
906
+ ...f,
905
907
  onClick: () => {
906
- w.onClick && w.onClick(), S(!1);
908
+ var N;
909
+ (N = f.onClick) == null || N.call(f), S(!1);
907
910
  }
908
- })), ce = {
909
- ...Q,
911
+ })), de = {
912
+ ..._,
910
913
  navWidth: "100%",
911
914
  isTablet: !0,
912
- navItems: Ue
913
- };
914
- let de = Z.map((w) => ({
915
- ...w,
915
+ navItems: We
916
+ }, pe = ee.map((f) => ({
917
+ ...f,
916
918
  onClick: () => {
917
- w.onClick && w.onClick(), A(!1);
919
+ var N;
920
+ (N = f.onClick) == null || N.call(f), L(!1);
918
921
  }
919
- })), we = [];
920
- Z.length > 4 && c && (we = de.splice(3), de.push({
922
+ }));
923
+ let ke = [];
924
+ ee.length > 4 && c && (ke = pe.splice(3), pe.push({
921
925
  label: "More",
922
- icon: /* @__PURE__ */ i(wo, {}),
923
- onClick: () => A(!0)
926
+ icon: /* @__PURE__ */ i(ko, {}),
927
+ onClick: () => L(!0)
924
928
  }));
925
- const We = {
926
- ...Q,
929
+ const Ve = {
930
+ ..._,
927
931
  navWidth: "100%",
928
- navItems: de,
932
+ navItems: pe,
929
933
  isMobile: !0,
930
- activeRoute: h ? "More" : Q.activeRoute
931
- }, Ve = {
932
- ...Q,
934
+ activeRoute: h ? "More" : _.activeRoute
935
+ }, Ge = {
936
+ ..._,
933
937
  navWidth: "100%",
934
- navItems: we,
938
+ navItems: ke,
935
939
  isTablet: !0
936
940
  };
937
- return /* @__PURE__ */ C(ko, { backgroundColor: y, hasSiteBanner: O, children: [
941
+ return /* @__PURE__ */ C(yo, { backgroundColor: y, hasSiteBanner: B, children: [
938
942
  /* @__PURE__ */ i(
939
- Xe,
943
+ Ye,
940
944
  {
941
- ...Le,
942
- hamburgerMenu: v,
945
+ ...Fe,
946
+ hamburgerMenu: w,
943
947
  onHamburgerMenuClick: () => S(!0),
944
- onUserMenuClick: () => x(!0),
945
- logoProps: Ae,
946
- iconColor: V,
948
+ onUserMenuClick: () => v(!0),
949
+ logoProps: Le,
950
+ iconColor: G,
947
951
  isMobile: c,
948
- themeProps: { shadowSecondary: K, shadowTertiary: ue, iconPrimary: V, borderPrimary: Y },
949
- iconColors: fe,
952
+ themeProps: { shadowSecondary: Z, shadowTertiary: fe, iconPrimary: G, borderPrimary: Q },
953
+ iconColors: me,
950
954
  userName: l == null ? void 0 : l.name,
951
955
  userSettingsEnabled: R
952
956
  }
953
957
  ),
954
- /* @__PURE__ */ C(yo, { tabletPadding: v, mobile: c, children: [
955
- I && /* @__PURE__ */ i(j, { ...Fe }),
956
- c && /* @__PURE__ */ C(ye, { children: [
957
- /* @__PURE__ */ i(j, { ...We }),
958
+ /* @__PURE__ */ C(Co, { tabletPadding: w, mobile: c, children: [
959
+ I && /* @__PURE__ */ i(U, { ...je }),
960
+ c && /* @__PURE__ */ C(Ce, { children: [
961
+ /* @__PURE__ */ i(U, { ...Ve }),
958
962
  /* @__PURE__ */ i(
959
- Mo,
963
+ Eo,
960
964
  {
961
965
  open: h,
962
- onClose: () => A(!1),
966
+ onClose: () => L(!1),
963
967
  backgroundColor: y,
964
968
  $topOffset: k,
965
969
  anchor: "right",
966
- children: /* @__PURE__ */ i(j, { ...Ve })
970
+ children: /* @__PURE__ */ i(U, { ...Ge })
967
971
  }
968
972
  )
969
973
  ] }),
970
- v && /* @__PURE__ */ C(
971
- Ro,
974
+ w && /* @__PURE__ */ C(
975
+ Mo,
972
976
  {
973
- open: B,
977
+ open: H,
974
978
  onClose: () => S(!1),
975
979
  backgroundColor: y,
976
- shadowColor: ae,
980
+ shadowColor: se,
977
981
  children: [
978
- /* @__PURE__ */ C(Ee, { children: [
979
- /* @__PURE__ */ i(So, { src: me, alt: "logo", width: ge, height: be }),
980
- /* @__PURE__ */ i(ne, { variant: "icon", size: 36, onClick: () => S(!1), color: V, children: /* @__PURE__ */ i(Qe, {}) })
982
+ /* @__PURE__ */ C(ze, { children: [
983
+ /* @__PURE__ */ i(Io, { src: ge, alt: "logo", width: be, height: xe }),
984
+ /* @__PURE__ */ i(ie, { variant: "icon", size: 36, onClick: () => S(!1), color: G, children: /* @__PURE__ */ i(_e, {}) })
981
985
  ] }),
982
- /* @__PURE__ */ i(j, { ...ce })
986
+ /* @__PURE__ */ i(U, { ...de })
983
987
  ]
984
988
  }
985
989
  ),
986
- v && /* @__PURE__ */ C(
987
- $o,
990
+ w && /* @__PURE__ */ C(
991
+ To,
988
992
  {
989
- open: H && se,
993
+ open: A && le,
990
994
  onClose: () => $(!1),
991
- shadowColor: ae,
995
+ shadowColor: se,
992
996
  $topOffset: k,
993
- backgroundColor: L,
997
+ backgroundColor: F,
994
998
  children: [
995
999
  /* @__PURE__ */ i(
996
- Me,
1000
+ Ee,
997
1001
  {
998
1002
  variant: "icon",
999
1003
  size: 24,
1000
1004
  onClick: () => $(!1),
1001
- iconColor: V,
1005
+ iconColor: G,
1002
1006
  highlight1: y,
1003
1007
  highlight2: y,
1004
- children: /* @__PURE__ */ i(Re, {})
1008
+ children: /* @__PURE__ */ i(Me, {})
1005
1009
  }
1006
1010
  ),
1007
- /* @__PURE__ */ i(oe, { scrollColor: F, direction: "vertical", children: d && d })
1011
+ /* @__PURE__ */ i(re, { scrollColor: j, direction: "vertical", children: d && d })
1008
1012
  ]
1009
1013
  }
1010
1014
  ),
1011
- (v || I) && /* @__PURE__ */ C(
1012
- Io,
1015
+ (w || I) && /* @__PURE__ */ C(
1016
+ No,
1013
1017
  {
1014
1018
  anchor: "right",
1015
1019
  open: M,
1016
- onClose: () => x(!1),
1020
+ onClose: () => v(!1),
1017
1021
  $topOffset: k,
1018
1022
  children: [
1019
1023
  /* @__PURE__ */ i(
1020
- Me,
1024
+ Ee,
1021
1025
  {
1022
1026
  variant: "icon",
1023
1027
  size: 24,
1024
- onClick: () => x(!1),
1028
+ onClick: () => v(!1),
1025
1029
  iconColor: a.colors.midnight,
1026
1030
  highlight1: a.colors.white,
1027
1031
  highlight2: y,
1028
1032
  rightDrawer: !0,
1029
- children: /* @__PURE__ */ i(Re, {})
1033
+ children: /* @__PURE__ */ i(Me, {})
1030
1034
  }
1031
1035
  ),
1032
1036
  /* @__PURE__ */ i(
1033
- j,
1037
+ U,
1034
1038
  {
1035
- ...ce,
1036
- navItems: ve,
1039
+ ...de,
1040
+ navItems: we,
1037
1041
  themeColors: {
1038
1042
  iconPrimary: a.colors.midnight,
1039
- highlightPrimary: W,
1043
+ highlightPrimary: V,
1040
1044
  highlightTertiary: y,
1041
- shadowSecondary: K,
1042
- scrollColor: F
1045
+ shadowSecondary: Z,
1046
+ scrollColor: j
1043
1047
  }
1044
1048
  }
1045
1049
  )
1046
1050
  ]
1047
1051
  }
1048
1052
  ),
1049
- c && /* @__PURE__ */ C(ye, { children: [
1053
+ c && /* @__PURE__ */ C(Ce, { children: [
1050
1054
  /* @__PURE__ */ C(
1051
- Do,
1055
+ So,
1052
1056
  {
1053
1057
  anchor: "right",
1054
1058
  open: M,
1055
- onClose: () => x(!1),
1059
+ onClose: () => v(!1),
1056
1060
  $topOffset: k,
1057
1061
  backgroundQuaternary: s,
1058
1062
  children: [
1059
- /* @__PURE__ */ C(Ee, { children: [
1060
- /* @__PURE__ */ i(zo, { color: a.colors.midnight, children: "Settings" }),
1063
+ /* @__PURE__ */ C(ze, { children: [
1064
+ /* @__PURE__ */ i(Do, { color: a.colors.midnight, children: "Settings" }),
1061
1065
  /* @__PURE__ */ i(
1062
- ne,
1066
+ ie,
1063
1067
  {
1064
1068
  variant: "icon",
1065
1069
  size: 36,
1066
- onClick: () => x(!1),
1070
+ onClick: () => v(!1),
1067
1071
  color: a.colors.midnight,
1068
- children: /* @__PURE__ */ i(Te, {})
1072
+ children: /* @__PURE__ */ i(Re, {})
1069
1073
  }
1070
1074
  )
1071
1075
  ] }),
1072
1076
  /* @__PURE__ */ i(
1073
- j,
1077
+ U,
1074
1078
  {
1075
- ...ce,
1076
- navItems: ve,
1079
+ ...de,
1080
+ navItems: we,
1077
1081
  themeColors: {
1078
1082
  iconPrimary: a.colors.midnight,
1079
- highlightPrimary: W,
1083
+ highlightPrimary: V,
1080
1084
  highlightTertiary: y,
1081
- shadowSecondary: K,
1082
- scrollColor: F
1085
+ shadowSecondary: Z,
1086
+ scrollColor: j
1083
1087
  }
1084
1088
  }
1085
1089
  )
@@ -1087,60 +1091,60 @@ const Te = pe(/* @__PURE__ */ i("path", {
1087
1091
  }
1088
1092
  ),
1089
1093
  /* @__PURE__ */ i(
1090
- Eo,
1094
+ zo,
1091
1095
  {
1092
- backgroundColor: L,
1093
- open: X,
1096
+ backgroundColor: F,
1097
+ open: Y,
1094
1098
  $topOffset: k,
1095
- children: /* @__PURE__ */ i(oe, { scrollColor: F, direction: "vertical", children: d })
1099
+ children: /* @__PURE__ */ i(re, { scrollColor: j, direction: "vertical", children: d })
1096
1100
  }
1097
1101
  )
1098
1102
  ] }),
1099
1103
  !c && /* @__PURE__ */ C(
1100
- Co,
1104
+ Po,
1101
1105
  {
1102
- withActionsPanel: se,
1103
- tablet: v,
1104
- borderColor: Y,
1105
- backgroundColor: L,
1106
+ withActionsPanel: le,
1107
+ tablet: w,
1108
+ borderColor: Q,
1109
+ backgroundColor: F,
1106
1110
  children: [
1107
- I && /* @__PURE__ */ i(oe, { scrollColor: F, direction: "vertical", children: d && d }),
1108
- v && /* @__PURE__ */ i(
1109
- ne,
1111
+ I && /* @__PURE__ */ i(re, { scrollColor: j, direction: "vertical", children: d && d }),
1112
+ w && /* @__PURE__ */ i(
1113
+ ie,
1110
1114
  {
1111
1115
  variant: "icon",
1112
1116
  size: 36,
1113
1117
  onClick: () => $(!0),
1114
- color: V,
1115
- children: /* @__PURE__ */ i(Te, {})
1118
+ color: G,
1119
+ children: /* @__PURE__ */ i(Re, {})
1116
1120
  }
1117
1121
  )
1118
1122
  ]
1119
1123
  }
1120
1124
  ),
1121
1125
  !c && /* @__PURE__ */ i(
1122
- Po,
1126
+ $o,
1123
1127
  {
1124
- show: le && le.length > 0,
1125
- borderColor: Y,
1126
- backgroundColor: L,
1127
- width: f,
1128
- children: /* @__PURE__ */ i(j, { ...je })
1128
+ show: ce && ce.length > 0,
1129
+ borderColor: Q,
1130
+ backgroundColor: F,
1131
+ width: m,
1132
+ children: /* @__PURE__ */ i(U, { ...Ue })
1129
1133
  }
1130
1134
  ),
1131
1135
  /* @__PURE__ */ i(
1132
- To,
1136
+ Ro,
1133
1137
  {
1134
- withActionsPanel: se,
1135
- borderColor: Y,
1136
- backgroundColor: W,
1138
+ withActionsPanel: le,
1139
+ borderColor: Q,
1140
+ backgroundColor: V,
1137
1141
  mobileScreen: c,
1138
- children: /* @__PURE__ */ i(oe, { scrollColor: F, children: g })
1142
+ children: /* @__PURE__ */ i(re, { scrollColor: j, children: b })
1139
1143
  }
1140
1144
  )
1141
1145
  ] })
1142
1146
  ] });
1143
1147
  };
1144
1148
  export {
1145
- tr as default
1149
+ ir as default
1146
1150
  };