jcicl 0.0.87 → 0.0.89

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 (124) hide show
  1. package/.chunks/ButtonBase.js +68 -68
  2. package/.chunks/DefaultPropsProvider.js +439 -439
  3. package/.chunks/Input.js +255 -254
  4. package/.chunks/Portal.js +57 -57
  5. package/.chunks/TransitionGroupContext.js +6 -7
  6. package/{composite/Accordion → Accordion}/Accordion.js +6 -6
  7. package/{templates/AppContainer → AppContainer}/AppContainer.js +5 -5
  8. package/{supercomposite/AppHeader → AppHeader}/AppHeader.js +6 -6
  9. package/{base/Avatar → Avatar}/Avatar.js +4 -4
  10. package/{base/AvatarWithImage → AvatarWithImage}/AvatarWithImage.js +3 -3
  11. package/{base/Button → Button}/Button.js +5 -5
  12. package/{base/Divider → Divider}/Divider.js +3 -3
  13. package/{supercomposite/EditableInfoCard → EditableInfoCard}/EditableInfoCard.js +14 -14
  14. package/{composite/ErrorBoundary → ErrorBoundary}/ErrorBoundary.js +3 -3
  15. package/{base/Flex → Flex}/Flex.js +1 -1
  16. package/{base/Grid → Grid}/Grid.js +1 -1
  17. package/{base/Icon → Icon}/Icon.js +3 -3
  18. package/{composite/InfoCard → InfoCard}/InfoCard.js +5 -5
  19. package/Input/Input.js +8 -0
  20. package/Input/index.js +4 -0
  21. package/{composite/LabeledInput → LabeledInput}/LabeledInput.js +3 -3
  22. package/{base/LabeledValue → LabeledValue}/LabeledValue.js +2 -2
  23. package/{composite/List → List}/List.js +2 -2
  24. package/{base/ListButton → ListButton}/ListButton.js +3 -3
  25. package/Loading/Loading.js +14 -0
  26. package/{composite/LogoLoop → LogoLoop}/LogoLoop.js +5 -5
  27. package/{supercomposite/Nav → Nav}/Nav.js +4 -4
  28. package/{base/ScrollContainer → ScrollContainer}/ScrollContainer.js +2 -2
  29. package/{animation/Spin → Spin}/Spin.js +2 -2
  30. package/{composite/Tooltip → Tooltip}/Tooltip.js +6 -6
  31. package/{composite/WithLabel → WithLabel}/WithLabel.js +2 -2
  32. package/{composite/WithLoading → WithLoading}/WithLoading.js +4 -4
  33. package/{animation/ZoomEntrance → ZoomEntrance}/ZoomEntrance.js +2 -2
  34. package/index.d.ts +25 -5
  35. package/index.js +4 -54
  36. package/package.json +1 -1
  37. package/animation/index.js +0 -6
  38. package/base/Input/Input.js +0 -8
  39. package/base/Input/index.js +0 -4
  40. package/base/Loading/Loading.js +0 -14
  41. package/base/index.d.ts +0 -12
  42. package/base/index.js +0 -26
  43. package/composite/index.d.ts +0 -9
  44. package/composite/index.js +0 -20
  45. package/supercomposite/index.d.ts +0 -3
  46. package/supercomposite/index.js +0 -8
  47. package/templates/index.d.ts +0 -1
  48. package/templates/index.js +0 -4
  49. /package/{composite/Accordion → Accordion}/Accordion.d.ts +0 -0
  50. /package/{composite/Accordion → Accordion}/index.d.ts +0 -0
  51. /package/{composite/Accordion → Accordion}/index.js +0 -0
  52. /package/{templates/AppContainer → AppContainer}/AppContainer.d.ts +0 -0
  53. /package/{templates/AppContainer → AppContainer}/index.d.ts +0 -0
  54. /package/{templates/AppContainer → AppContainer}/index.js +0 -0
  55. /package/{supercomposite/AppHeader → AppHeader}/AppHeader.d.ts +0 -0
  56. /package/{supercomposite/AppHeader → AppHeader}/index.d.ts +0 -0
  57. /package/{supercomposite/AppHeader → AppHeader}/index.js +0 -0
  58. /package/{base/Avatar → Avatar}/Avatar.d.ts +0 -0
  59. /package/{base/Avatar → Avatar}/index.d.ts +0 -0
  60. /package/{base/Avatar → Avatar}/index.js +0 -0
  61. /package/{base/AvatarWithImage → AvatarWithImage}/AvatarWithImage.d.ts +0 -0
  62. /package/{base/AvatarWithImage → AvatarWithImage}/index.d.ts +0 -0
  63. /package/{base/AvatarWithImage → AvatarWithImage}/index.js +0 -0
  64. /package/{base/Button → Button}/Button.d.ts +0 -0
  65. /package/{base/Button → Button}/index.d.ts +0 -0
  66. /package/{base/Button → Button}/index.js +0 -0
  67. /package/{base/Divider → Divider}/Divider.d.ts +0 -0
  68. /package/{base/Divider → Divider}/index.d.ts +0 -0
  69. /package/{base/Divider → Divider}/index.js +0 -0
  70. /package/{supercomposite/EditableInfoCard → EditableInfoCard}/EditableInfoCard.d.ts +0 -0
  71. /package/{supercomposite/EditableInfoCard → EditableInfoCard}/index.d.ts +0 -0
  72. /package/{supercomposite/EditableInfoCard → EditableInfoCard}/index.js +0 -0
  73. /package/{composite/ErrorBoundary → ErrorBoundary}/ErrorBoundary.d.ts +0 -0
  74. /package/{composite/ErrorBoundary → ErrorBoundary}/index.d.ts +0 -0
  75. /package/{composite/ErrorBoundary → ErrorBoundary}/index.js +0 -0
  76. /package/{base/Flex → Flex}/Flex.d.ts +0 -0
  77. /package/{base/Flex → Flex}/index.d.ts +0 -0
  78. /package/{base/Flex → Flex}/index.js +0 -0
  79. /package/{base/Grid → Grid}/Grid.d.ts +0 -0
  80. /package/{base/Grid → Grid}/index.d.ts +0 -0
  81. /package/{base/Grid → Grid}/index.js +0 -0
  82. /package/{base/Icon → Icon}/Icon.d.ts +0 -0
  83. /package/{base/Icon → Icon}/index.d.ts +0 -0
  84. /package/{base/Icon → Icon}/index.js +0 -0
  85. /package/{composite/InfoCard → InfoCard}/InfoCard.d.ts +0 -0
  86. /package/{composite/InfoCard → InfoCard}/index.d.ts +0 -0
  87. /package/{composite/InfoCard → InfoCard}/index.js +0 -0
  88. /package/{base/Input → Input}/Input.d.ts +0 -0
  89. /package/{base/Input → Input}/index.d.ts +0 -0
  90. /package/{composite/LabeledInput → LabeledInput}/LabeledInput.d.ts +0 -0
  91. /package/{composite/LabeledInput → LabeledInput}/index.d.ts +0 -0
  92. /package/{composite/LabeledInput → LabeledInput}/index.js +0 -0
  93. /package/{base/LabeledValue → LabeledValue}/LabeledValue.d.ts +0 -0
  94. /package/{base/LabeledValue → LabeledValue}/index.d.ts +0 -0
  95. /package/{base/LabeledValue → LabeledValue}/index.js +0 -0
  96. /package/{composite/List → List}/List.d.ts +0 -0
  97. /package/{composite/List → List}/index.d.ts +0 -0
  98. /package/{composite/List → List}/index.js +0 -0
  99. /package/{base/ListButton → ListButton}/ListButton.d.ts +0 -0
  100. /package/{base/ListButton → ListButton}/index.d.ts +0 -0
  101. /package/{base/ListButton → ListButton}/index.js +0 -0
  102. /package/{base/Loading → Loading}/Loading.d.ts +0 -0
  103. /package/{base/Loading → Loading}/index.d.ts +0 -0
  104. /package/{base/Loading → Loading}/index.js +0 -0
  105. /package/{composite/LogoLoop → LogoLoop}/LogoLoop.d.ts +0 -0
  106. /package/{composite/LogoLoop → LogoLoop}/index.d.ts +0 -0
  107. /package/{composite/LogoLoop → LogoLoop}/index.js +0 -0
  108. /package/{supercomposite/Nav → Nav}/Nav.d.ts +0 -0
  109. /package/{supercomposite/Nav → Nav}/index.d.ts +0 -0
  110. /package/{supercomposite/Nav → Nav}/index.js +0 -0
  111. /package/{base/ScrollContainer → ScrollContainer}/ScrollContainer.d.ts +0 -0
  112. /package/{base/ScrollContainer → ScrollContainer}/index.d.ts +0 -0
  113. /package/{base/ScrollContainer → ScrollContainer}/index.js +0 -0
  114. /package/{animation/Spin → Spin}/index.js +0 -0
  115. /package/{composite/Tooltip → Tooltip}/Tooltip.d.ts +0 -0
  116. /package/{composite/Tooltip → Tooltip}/index.d.ts +0 -0
  117. /package/{composite/Tooltip → Tooltip}/index.js +0 -0
  118. /package/{composite/WithLabel → WithLabel}/WithLabel.d.ts +0 -0
  119. /package/{composite/WithLabel → WithLabel}/index.d.ts +0 -0
  120. /package/{composite/WithLabel → WithLabel}/index.js +0 -0
  121. /package/{composite/WithLoading → WithLoading}/WithLoading.d.ts +0 -0
  122. /package/{composite/WithLoading → WithLoading}/index.d.ts +0 -0
  123. /package/{composite/WithLoading → WithLoading}/index.js +0 -0
  124. /package/{animation/ZoomEntrance → ZoomEntrance}/index.js +0 -0
package/.chunks/Portal.js CHANGED
@@ -1,13 +1,41 @@
1
1
  import * as f from "react";
2
2
  import _ from "react";
3
- import { P as r, b as W, h as de, T as pe, i as me } from "./DefaultPropsProvider.js";
3
+ import { h as de, P as r, b as W, T as pe, i as me } from "./DefaultPropsProvider.js";
4
4
  import { c as q, _ as Ee, a as he, T as K, b as ge, e as P, s as X } from "./TransitionGroupContext.js";
5
5
  import { jsx as H } from "react/jsx-runtime";
6
6
  import { T as ve } from "./emotion-styled.browser.esm.js";
7
7
  import { c as Q } from "./chainPropTypes.js";
8
8
  import * as xe from "react-dom";
9
9
  import M from "react-dom";
10
+ let z = 0;
10
11
  function ye(e) {
12
+ const [s, o] = f.useState(e), i = e || s;
13
+ return f.useEffect(() => {
14
+ s == null && (z += 1, o(`mui-${z}`));
15
+ }, [s]), i;
16
+ }
17
+ const Te = {
18
+ ...f
19
+ }, F = Te.useId;
20
+ function Je(e) {
21
+ if (F !== void 0) {
22
+ const s = F();
23
+ return e ?? s;
24
+ }
25
+ return ye(e);
26
+ }
27
+ function be(e) {
28
+ return Object.keys(e).length === 0;
29
+ }
30
+ function Ne(e = null) {
31
+ const s = f.useContext(ve);
32
+ return !s || be(s) ? e : s;
33
+ }
34
+ const Oe = de();
35
+ function Re(e = Oe) {
36
+ return Ne(e);
37
+ }
38
+ function De(e) {
11
39
  const {
12
40
  prototype: s = {}
13
41
  } = e;
@@ -23,45 +51,28 @@ function Y(e, s, o, i, n) {
23
51
  return null;
24
52
  let u;
25
53
  const c = t.type;
26
- return typeof c == "function" && !ye(c) && (u = "Did you accidentally use a plain function component for an element instead?"), u !== void 0 ? new Error(`Invalid ${i} \`${a}\` supplied to \`${o}\`. Expected an element that can hold a ref. ${u} For more information see https://mui.com/r/caveat-with-refs-guide`) : null;
54
+ return typeof c == "function" && !De(c) && (u = "Did you accidentally use a plain function component for an element instead?"), u !== void 0 ? new Error(`Invalid ${i} \`${a}\` supplied to \`${o}\`. Expected an element that can hold a ref. ${u} For more information see https://mui.com/r/caveat-with-refs-guide`) : null;
27
55
  }
28
56
  const ee = Q(r.element, Y);
29
57
  ee.isRequired = Q(r.element.isRequired, Y);
30
- const Te = "exact-prop: ​";
31
- function be(e) {
58
+ const Ce = "exact-prop: ​";
59
+ function Se(e) {
32
60
  return process.env.NODE_ENV === "production" ? e : {
33
61
  ...e,
34
- [Te]: (s) => {
62
+ [Ce]: (s) => {
35
63
  const o = Object.keys(s).filter((i) => !e.hasOwnProperty(i));
36
64
  return o.length > 0 ? new Error(`The following props are not supported: ${o.map((i) => `\`${i}\``).join(", ")}. Please remove them.`) : null;
37
65
  }
38
66
  };
39
67
  }
40
- function Ne(e, s, o, i, n) {
68
+ function Ie(e, s, o, i, n) {
41
69
  if (process.env.NODE_ENV === "production")
42
70
  return null;
43
71
  const t = e[s], a = n || s;
44
72
  return t == null ? null : t && t.nodeType !== 1 ? new Error(`Invalid ${i} \`${a}\` supplied to \`${o}\`. Expected an HTMLElement.`) : null;
45
73
  }
46
- function Je(e) {
47
- return e && e.ownerDocument || document;
48
- }
49
- let z = 0;
50
- function Oe(e) {
51
- const [s, o] = f.useState(e), i = e || s;
52
- return f.useEffect(() => {
53
- s == null && (z += 1, o(`mui-${z}`));
54
- }, [s]), i;
55
- }
56
- const Re = {
57
- ...f
58
- }, F = Re.useId;
59
74
  function Ke(e) {
60
- if (F !== void 0) {
61
- const s = F();
62
- return e ?? s;
63
- }
64
- return Oe(e);
75
+ return e && e.ownerDocument || document;
65
76
  }
66
77
  function Qe({
67
78
  controlled: e,
@@ -90,11 +101,11 @@ function Qe({
90
101
  }, []);
91
102
  return [u, c];
92
103
  }
93
- function De(e) {
104
+ function ke(e) {
94
105
  return typeof e == "string";
95
106
  }
96
- function Ce(e, s, o) {
97
- return e === void 0 || De(e) ? s : {
107
+ function $e(e, s, o) {
108
+ return e === void 0 || ke(e) ? s : {
98
109
  ...s,
99
110
  ownerState: {
100
111
  ...s.ownerState,
@@ -102,7 +113,7 @@ function Ce(e, s, o) {
102
113
  }
103
114
  };
104
115
  }
105
- function Se(e, s = []) {
116
+ function we(e, s = []) {
106
117
  if (e === void 0)
107
118
  return {};
108
119
  const o = {};
@@ -118,7 +129,7 @@ function Z(e) {
118
129
  s[o] = e[o];
119
130
  }), s;
120
131
  }
121
- function Ie(e) {
132
+ function _e(e) {
122
133
  const {
123
134
  getSlotProps: s,
124
135
  additionalProps: o,
@@ -141,7 +152,7 @@ function Ie(e) {
141
152
  internalRef: void 0
142
153
  };
143
154
  }
144
- const a = Se({
155
+ const a = we({
145
156
  ...n,
146
157
  ...i
147
158
  }), u = Z(i), c = Z(n), l = s(a), p = W(l == null ? void 0 : l.className, o == null ? void 0 : o.className, t, n == null ? void 0 : n.className, i == null ? void 0 : i.className), m = {
@@ -160,7 +171,7 @@ function Ie(e) {
160
171
  internalRef: l.ref
161
172
  };
162
173
  }
163
- function ke(e, s, o) {
174
+ function Me(e, s, o) {
164
175
  return typeof e == "function" ? e(s, o) : e;
165
176
  }
166
177
  function Ye(e) {
@@ -171,14 +182,14 @@ function Ye(e) {
171
182
  ownerState: i,
172
183
  skipResolvingSlotProps: n = !1,
173
184
  ...t
174
- } = e, a = n ? {} : ke(o, i), {
185
+ } = e, a = n ? {} : Me(o, i), {
175
186
  props: u,
176
187
  internalRef: c
177
- } = Ie({
188
+ } = _e({
178
189
  ...t,
179
190
  externalSlotProps: a
180
191
  }), l = q(c, a == null ? void 0 : a.ref, (m = e.additionalProps) == null ? void 0 : m.ref);
181
- return Ce(s, {
192
+ return $e(s, {
182
193
  ...u,
183
194
  ref: l
184
195
  }, i);
@@ -187,22 +198,11 @@ function te(e) {
187
198
  var s;
188
199
  return parseInt(f.version, 10) >= 19 ? ((s = e == null ? void 0 : e.props) == null ? void 0 : s.ref) || null : (e == null ? void 0 : e.ref) || null;
189
200
  }
190
- function $e(e) {
191
- return Object.keys(e).length === 0;
192
- }
193
- function we(e = null) {
194
- const s = f.useContext(ve);
195
- return !s || $e(s) ? e : s;
196
- }
197
- const _e = de();
198
- function Me(e = _e) {
199
- return we(e);
200
- }
201
201
  const Ve = /* @__PURE__ */ f.createContext();
202
202
  process.env.NODE_ENV !== "production" && (r.node, r.bool);
203
203
  const et = () => f.useContext(Ve) ?? !1;
204
204
  function Le() {
205
- const e = Me(me);
205
+ const e = Re(me);
206
206
  return process.env.NODE_ENV !== "production" && f.useDebugValue(e), e[pe] || e;
207
207
  }
208
208
  const B = {
@@ -792,33 +792,33 @@ process.env.NODE_ENV !== "production" && (G.propTypes = {
792
792
  * By default, it uses the body of the top-level document object,
793
793
  * so it's simply `document.body` most of the time.
794
794
  */
795
- container: r.oneOfType([Ne, r.func]),
795
+ container: r.oneOfType([Ie, r.func]),
796
796
  /**
797
797
  * The `children` will be under the DOM hierarchy of the parent component.
798
798
  * @default false
799
799
  */
800
800
  disablePortal: r.bool
801
801
  });
802
- process.env.NODE_ENV !== "production" && (G.propTypes = be(G.propTypes));
802
+ process.env.NODE_ENV !== "production" && (G.propTypes = Se(G.propTypes));
803
803
  export {
804
804
  U as G,
805
- Ne as H,
805
+ Ie as H,
806
806
  G as P,
807
807
  g as T,
808
808
  et as a,
809
809
  Le as b,
810
810
  Qe as c,
811
- Ke as d,
812
- Ce as e,
811
+ Je as d,
812
+ $e as e,
813
813
  ee as f,
814
814
  te as g,
815
- Me as h,
816
- be as i,
815
+ Re as h,
816
+ Se as i,
817
817
  je as j,
818
818
  J as k,
819
- Se as l,
820
- Ie as m,
821
- Je as o,
822
- ke as r,
819
+ we as l,
820
+ _e as m,
821
+ Ke as o,
822
+ Me as r,
823
823
  Ye as u
824
824
  };
@@ -4,14 +4,13 @@ var u = (t, e, r) => l(t, typeof e != "symbol" ? e + "" : e, r);
4
4
  import { P as c } from "./DefaultPropsProvider.js";
5
5
  import * as n from "react";
6
6
  import p from "react";
7
- const _ = c.oneOfType([c.func, c.object]);
8
- function d(t, e) {
7
+ const _ = c.oneOfType([c.func, c.object]), d = typeof window < "u" ? n.useLayoutEffect : n.useEffect;
8
+ function y(t, e) {
9
9
  typeof t == "function" ? t(e) : t && (t.current = e);
10
10
  }
11
- const y = typeof window < "u" ? n.useLayoutEffect : n.useEffect;
12
11
  function b(t) {
13
12
  const e = n.useRef(t);
14
- return y(() => {
13
+ return d(() => {
15
14
  e.current = t;
16
15
  }), n.useRef((...r) => (
17
16
  // @ts-expect-error hide `this`
@@ -21,7 +20,7 @@ function b(t) {
21
20
  function P(...t) {
22
21
  return n.useMemo(() => t.every((e) => e == null) ? null : (e) => {
23
22
  t.forEach((r) => {
24
- d(r, e);
23
+ y(r, e);
25
24
  });
26
25
  }, t);
27
26
  }
@@ -83,9 +82,9 @@ export {
83
82
  R as b,
84
83
  P as c,
85
84
  b as d,
86
- y as e,
85
+ d as e,
87
86
  f,
88
87
  _ as r,
89
- d as s,
88
+ y as s,
90
89
  h as u
91
90
  };
@@ -1,11 +1,11 @@
1
1
  import { jsx as r, jsxs as s } from "react/jsx-runtime";
2
2
  import { useState as x } from "react";
3
- import { n, i as u } from "../../.chunks/emotion-styled.browser.esm.js";
4
- import { c as d } from "../../.chunks/emotion-react.browser.esm.js";
5
- import c from "../../theme.js";
6
- import { Flex as a } from "../../base/Flex/Flex.js";
7
- import { c as y } from "../../.chunks/createSvgIcon.js";
8
- import { B as b } from "../../.chunks/ButtonBase.js";
3
+ import { n, i as u } from "../.chunks/emotion-styled.browser.esm.js";
4
+ import { c as d } from "../.chunks/emotion-react.browser.esm.js";
5
+ import c from "../theme.js";
6
+ import { Flex as a } from "../Flex/Flex.js";
7
+ import { c as y } from "../.chunks/createSvgIcon.js";
8
+ import { B as b } from "../.chunks/ButtonBase.js";
9
9
  const $ = y(/* @__PURE__ */ r("path", {
10
10
  d: "M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"
11
11
  }), "ArrowForwardIos"), v = n("div")(({ padding: o, shadow: t, width: e }) => ({
@@ -1,9 +1,9 @@
1
1
  import { jsxs as a, jsx as e } from "react/jsx-runtime";
2
- import h from "../../supercomposite/AppHeader/AppHeader.js";
3
- import { Nav as f } from "../../supercomposite/Nav/Nav.js";
4
- import p from "../../base/ScrollContainer/ScrollContainer.js";
5
- import { n as d } from "../../.chunks/emotion-styled.browser.esm.js";
6
- import o from "../../theme.js";
2
+ import h from "../AppHeader/AppHeader.js";
3
+ import { Nav as f } from "../Nav/Nav.js";
4
+ import p from "../ScrollContainer/ScrollContainer.js";
5
+ import { n as d } from "../.chunks/emotion-styled.browser.esm.js";
6
+ import o from "../theme.js";
7
7
  const m = d("div")({
8
8
  display: "flex",
9
9
  flexDirection: "column",
@@ -1,11 +1,11 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
2
  import { useState as a } from "react";
3
- import { n } from "../../.chunks/emotion-styled.browser.esm.js";
4
- import r from "../../theme.js";
5
- import { l as c } from "../../.chunks/jocologo.js";
6
- import { I as p } from "../../.chunks/Input.js";
7
- import { Button as m } from "../../base/Button/Button.js";
8
- import d from "../../base/Avatar/Avatar.js";
3
+ import { n } from "../.chunks/emotion-styled.browser.esm.js";
4
+ import r from "../theme.js";
5
+ import { l as c } from "../.chunks/jocologo.js";
6
+ import { I as p } from "../.chunks/Input.js";
7
+ import { Button as m } from "../Button/Button.js";
8
+ import d from "../Avatar/Avatar.js";
9
9
  const l = n("div")(({ navWidth: o }) => ({
10
10
  display: "grid",
11
11
  flexDirection: "row",
@@ -1,8 +1,8 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c } from "../../.chunks/createSvgIcon.js";
3
- import { B as d } from "../../.chunks/ButtonBase.js";
4
- import i from "../../theme.js";
5
- import { n as a, i as l } from "../../.chunks/emotion-styled.browser.esm.js";
2
+ import { c } from "../.chunks/createSvgIcon.js";
3
+ import { B as d } from "../.chunks/ButtonBase.js";
4
+ import i from "../theme.js";
5
+ import { n as a, i as l } from "../.chunks/emotion-styled.browser.esm.js";
6
6
  const m = c(/* @__PURE__ */ t("path", {
7
7
  d: "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4"
8
8
  }), "PersonOutlineOutlined"), s = a(m, {
@@ -1,7 +1,7 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { B as l } from "../../.chunks/ButtonBase.js";
3
- import m from "../../theme.js";
4
- import { n as d } from "../../.chunks/emotion-styled.browser.esm.js";
2
+ import { B as l } from "../.chunks/ButtonBase.js";
3
+ import m from "../theme.js";
4
+ import { n as d } from "../.chunks/emotion-styled.browser.esm.js";
5
5
  const s = d("img")(
6
6
  ({ borderColor: o = m.colors.darkGreen, size: r = 40, objectFit: e = "cover" }) => ({
7
7
  border: `1px solid ${o}`,
@@ -1,10 +1,10 @@
1
1
  import { jsxs as F, jsx as s } from "react/jsx-runtime";
2
2
  import * as g from "react";
3
- import { g as U, a as _, s as l, r as H, c as e, f as A, u as q, b as w, P as t, d as J, e as b } from "../../.chunks/DefaultPropsProvider.js";
4
- import { m as K } from "../../.chunks/memoTheme.js";
5
- import { c as Q } from "../../.chunks/createSimplePaletteValueFilter.js";
6
- import { B as I } from "../../.chunks/ButtonBase.js";
7
- import i from "../../theme.js";
3
+ import { g as U, a as _, s as l, r as H, c as e, f as A, u as q, b as w, P as t, d as J, e as b } from "../.chunks/DefaultPropsProvider.js";
4
+ import { m as K } from "../.chunks/memoTheme.js";
5
+ import { c as Q } from "../.chunks/createSimplePaletteValueFilter.js";
6
+ import { B as I } from "../.chunks/ButtonBase.js";
7
+ import i from "../theme.js";
8
8
  function X(o) {
9
9
  return U("MuiButton", o);
10
10
  }
@@ -1,8 +1,8 @@
1
1
  import { jsx as g } from "react/jsx-runtime";
2
- import { n as C, i as D } from "../../.chunks/emotion-styled.browser.esm.js";
2
+ import { n as C, i as D } from "../.chunks/emotion-styled.browser.esm.js";
3
3
  import * as A from "react";
4
- import { a as R, g as S, s as u, u as T, b as L, P as r, d as W, e as $ } from "../../.chunks/DefaultPropsProvider.js";
5
- import { m as b } from "../../.chunks/memoTheme.js";
4
+ import { a as R, g as S, s as u, u as T, b as L, P as r, d as W, e as $ } from "../.chunks/DefaultPropsProvider.js";
5
+ import { m as b } from "../.chunks/memoTheme.js";
6
6
  function I(t) {
7
7
  return S("MuiDivider", t);
8
8
  }
@@ -1,17 +1,17 @@
1
1
  import { jsx as o, jsxs as n, Fragment as M } from "react/jsx-runtime";
2
2
  import { useState as B, useEffect as O } from "react";
3
- import { n as l } from "../../.chunks/emotion-styled.browser.esm.js";
4
- import { c as m } from "../../.chunks/emotion-react.browser.esm.js";
5
- import { c as C } from "../../.chunks/createSvgIcon.js";
6
- import d from "../../theme.js";
7
- import { LabeledValue as Q } from "../../base/LabeledValue/LabeledValue.js";
8
- import { LabeledInput as X } from "../../composite/LabeledInput/LabeledInput.js";
9
- import L from "../../base/Loading/Loading.js";
10
- import P from "../../composite/WithLoading/WithLoading.js";
11
- import { Flex as f } from "../../base/Flex/Flex.js";
12
- import { Tooltip as x } from "../../composite/Tooltip/Tooltip.js";
13
- import { T as Z } from "../../.chunks/Input.js";
14
- import { B as _ } from "../../.chunks/ButtonBase.js";
3
+ import { n as l } from "../.chunks/emotion-styled.browser.esm.js";
4
+ import { c as m } from "../.chunks/emotion-react.browser.esm.js";
5
+ import { c as C } from "../.chunks/createSvgIcon.js";
6
+ import d from "../theme.js";
7
+ import { LabeledValue as Q } from "../LabeledValue/LabeledValue.js";
8
+ import { LabeledInput as X } from "../LabeledInput/LabeledInput.js";
9
+ import L from "../Loading/Loading.js";
10
+ import P from "../WithLoading/WithLoading.js";
11
+ import { Flex as f } from "../Flex/Flex.js";
12
+ import { Tooltip as x } from "../Tooltip/Tooltip.js";
13
+ import { T as Z } from "../.chunks/Input.js";
14
+ import { B as _ } from "../.chunks/ButtonBase.js";
15
15
  const oo = C(/* @__PURE__ */ o("path", {
16
16
  d: "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z"
17
17
  }), "Edit"), eo = C(/* @__PURE__ */ o("path", {
@@ -186,13 +186,13 @@ const oo = C(/* @__PURE__ */ o("path", {
186
186
  /* @__PURE__ */ n(f, { width: "100%", justifyContent: "space-between", children: [
187
187
  /* @__PURE__ */ n(f, { width: "100%", gap: w, alignItems: "center", children: [
188
188
  t && t,
189
- /* @__PURE__ */ o("h3", { children: v ? /* @__PURE__ */ o(P, { size: 36, loading: y, children: /* @__PURE__ */ o(
189
+ v ? /* @__PURE__ */ o(P, { size: 36, loading: y, children: /* @__PURE__ */ o(
190
190
  ro,
191
191
  {
192
192
  onChange: (e) => J(e.target.value),
193
193
  value: (p == null ? void 0 : p.titleValue) ?? a
194
194
  }
195
- ) }) : /* @__PURE__ */ o("h3", { children: a }) })
195
+ ) }) : /* @__PURE__ */ o("h3", { children: a })
196
196
  ] }),
197
197
  /* @__PURE__ */ o(
198
198
  x,
@@ -1,8 +1,8 @@
1
1
  import { jsxs as n, jsx as e } from "react/jsx-runtime";
2
2
  import m from "react";
3
- import { n as a } from "../../.chunks/emotion-styled.browser.esm.js";
4
- import { Flex as i } from "../../base/Flex/Flex.js";
5
- import s from "../../theme.js";
3
+ import { n as a } from "../.chunks/emotion-styled.browser.esm.js";
4
+ import { Flex as i } from "../Flex/Flex.js";
5
+ import s from "../theme.js";
6
6
  const h = a(i)`
7
7
  width: 100%;
8
8
  font-size: 24px;
@@ -1,5 +1,5 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
- import { n as p, i as m } from "../../.chunks/emotion-styled.browser.esm.js";
2
+ import { n as p, i as m } from "../.chunks/emotion-styled.browser.esm.js";
3
3
  const w = p("div", {
4
4
  shouldForwardProp: (o) => m(o) && typeof o == "string" && o !== "wrap"
5
5
  })(
@@ -1,5 +1,5 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
- import { n as a } from "../../.chunks/emotion-styled.browser.esm.js";
2
+ import { n as a } from "../.chunks/emotion-styled.browser.esm.js";
3
3
  const l = a("div")(
4
4
  ({ columns: o, autoColumns: r, rows: t, autoRows: i, gap: d, columnGap: e, rowGap: s, styles: n }) => ({
5
5
  gridTemplateColumns: o,
@@ -1,7 +1,7 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { B as c } from "../../.chunks/ButtonBase.js";
3
- import t from "../../theme.js";
4
- import { n as d, i as p } from "../../.chunks/emotion-styled.browser.esm.js";
2
+ import { B as c } from "../.chunks/ButtonBase.js";
3
+ import t from "../theme.js";
4
+ import { n as d, i as p } from "../.chunks/emotion-styled.browser.esm.js";
5
5
  const a = d("div", {
6
6
  shouldForwardProp: (r) => p(r)
7
7
  })(
@@ -1,9 +1,9 @@
1
1
  import { jsxs as t, jsx as a } from "react/jsx-runtime";
2
- import { n as d } from "../../.chunks/emotion-styled.browser.esm.js";
3
- import { c as i } from "../../.chunks/emotion-react.browser.esm.js";
4
- import l from "../../theme.js";
5
- import { LabeledValue as h } from "../../base/LabeledValue/LabeledValue.js";
6
- import { Flex as g } from "../../base/Flex/Flex.js";
2
+ import { n as d } from "../.chunks/emotion-styled.browser.esm.js";
3
+ import { c as i } from "../.chunks/emotion-react.browser.esm.js";
4
+ import l from "../theme.js";
5
+ import { LabeledValue as h } from "../LabeledValue/LabeledValue.js";
6
+ import { Flex as g } from "../Flex/Flex.js";
7
7
  const x = d("div")(({ padding: r, shadow: o, styles: e }) => ({
8
8
  ...i`
9
9
  h3 {
package/Input/Input.js ADDED
@@ -0,0 +1,8 @@
1
+ import "react/jsx-runtime";
2
+ import "../.chunks/emotion-styled.browser.esm.js";
3
+ import "../theme.js";
4
+ import { I as a, I as i } from "../.chunks/Input.js";
5
+ export {
6
+ a as Input,
7
+ i as default
8
+ };
package/Input/index.js ADDED
@@ -0,0 +1,4 @@
1
+ import { I as f } from "../.chunks/Input.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,7 +1,7 @@
1
1
  import { jsxs as e, jsx as r } from "react/jsx-runtime";
2
- import { n as p } from "../../.chunks/emotion-styled.browser.esm.js";
3
- import { c as s } from "../../.chunks/emotion-react.browser.esm.js";
4
- import { I as i } from "../../.chunks/Input.js";
2
+ import { n as p } from "../.chunks/emotion-styled.browser.esm.js";
3
+ import { c as s } from "../.chunks/emotion-react.browser.esm.js";
4
+ import { I as i } from "../.chunks/Input.js";
5
5
  const n = p("div")(({ grid: t }) => ({
6
6
  ...s`
7
7
  display: flex;
@@ -1,6 +1,6 @@
1
1
  import { jsxs as a, jsx as s } from "react/jsx-runtime";
2
- import { n as o } from "../../.chunks/emotion-styled.browser.esm.js";
3
- import { c as p } from "../../.chunks/emotion-react.browser.esm.js";
2
+ import { n as o } from "../.chunks/emotion-styled.browser.esm.js";
3
+ import { c as p } from "../.chunks/emotion-react.browser.esm.js";
4
4
  const n = o("span")({
5
5
  ...p`
6
6
  display: flex;
@@ -1,6 +1,6 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
- import { n as m } from "../../.chunks/emotion-styled.browser.esm.js";
3
- import i from "../../theme.js";
2
+ import { n as m } from "../.chunks/emotion-styled.browser.esm.js";
3
+ import i from "../theme.js";
4
4
  const d = m("div")(
5
5
  ({ width: o, borderColor: t, bordered: s, backgroundColor: r }) => ({
6
6
  display: "flex",
@@ -1,6 +1,6 @@
1
- import { n as s, i } from "../../.chunks/emotion-styled.browser.esm.js";
2
- import t from "../../theme.js";
3
- import { B as p } from "../../.chunks/ButtonBase.js";
1
+ import { n as s, i } from "../.chunks/emotion-styled.browser.esm.js";
2
+ import t from "../theme.js";
3
+ import { B as p } from "../.chunks/ButtonBase.js";
4
4
  const l = s(p, {
5
5
  shouldForwardProp: (o) => i(o) && typeof o == "string"
6
6
  })(({ padding: o = "1rem", active: e, activeStyles: r }) => ({
@@ -0,0 +1,14 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { n as s } from "../.chunks/emotion-styled.browser.esm.js";
3
+ import { c as t } from "../.chunks/emotion-react.browser.esm.js";
4
+ import e from "../theme.js";
5
+ import { C as m } from "../.chunks/CircularProgress.js";
6
+ const i = s(m)(({ styles: r }) => ({
7
+ ...t`
8
+ color: ${e.colors.green};
9
+ ${r};
10
+ `
11
+ })), p = ({ ...r }) => /* @__PURE__ */ o(i, { size: 47, ...r });
12
+ export {
13
+ p as default
14
+ };
@@ -1,9 +1,9 @@
1
1
  import { jsxs as s, jsx as o } from "react/jsx-runtime";
2
- import { n as a } from "../../.chunks/emotion-styled.browser.esm.js";
3
- import { c as r } from "../../.chunks/emotion-react.browser.esm.js";
4
- import e from "../../theme.js";
5
- import { l as t } from "../../.chunks/jocologo.js";
6
- import i from "../../animation/ZoomEntrance/ZoomEntrance.js";
2
+ import { n as a } from "../.chunks/emotion-styled.browser.esm.js";
3
+ import { c as r } from "../.chunks/emotion-react.browser.esm.js";
4
+ import e from "../theme.js";
5
+ import { l as t } from "../.chunks/jocologo.js";
6
+ import i from "../ZoomEntrance/ZoomEntrance.js";
7
7
  const n = r`
8
8
  height: 6em;
9
9
  padding: 1.5em;
@@ -1,9 +1,9 @@
1
1
  import { jsx as i, jsxs as h } from "react/jsx-runtime";
2
2
  import { useState as u } from "react";
3
- import { n as a, i as x } from "../../.chunks/emotion-styled.browser.esm.js";
4
- import o from "../../theme.js";
5
- import g from "../../base/ScrollContainer/ScrollContainer.js";
6
- import { B as v } from "../../.chunks/ButtonBase.js";
3
+ import { n as a, i as x } from "../.chunks/emotion-styled.browser.esm.js";
4
+ import o from "../theme.js";
5
+ import g from "../ScrollContainer/ScrollContainer.js";
6
+ import { B as v } from "../.chunks/ButtonBase.js";
7
7
  const C = a(v, {
8
8
  shouldForwardProp: (t) => x(t)
9
9
  })(({ active: t }) => ({
@@ -1,7 +1,7 @@
1
1
  import { jsx as _o } from "react/jsx-runtime";
2
2
  import Se, { forwardRef as Po, useRef as Ft, useEffect as Jt, useImperativeHandle as Lo, useMemo as xe } from "react";
3
- import { n as Fo } from "../../.chunks/emotion-styled.browser.esm.js";
4
- import No from "../../theme.js";
3
+ import { n as Fo } from "../.chunks/emotion-styled.browser.esm.js";
4
+ import No from "../theme.js";
5
5
  /*!
6
6
  * OverlayScrollbars
7
7
  * Version: 2.10.0
@@ -1,5 +1,5 @@
1
- import { n as e } from "../../.chunks/emotion-styled.browser.esm.js";
2
- import { c as r } from "../../.chunks/emotion-react.browser.esm.js";
1
+ import { n as e } from "../.chunks/emotion-styled.browser.esm.js";
2
+ import { c as r } from "../.chunks/emotion-react.browser.esm.js";
3
3
  const s = e("div")({
4
4
  ...r`
5
5
  transform-style: preserve-3d;
@@ -1,11 +1,11 @@
1
1
  import { jsx as re, jsxs as Et } from "react/jsx-runtime";
2
2
  import * as C from "react";
3
- import { a as Ht, g as Ut, P as r, d as Ft, s as et, u as qt, c as zt, e as Yt, b as qe } from "../../.chunks/DefaultPropsProvider.js";
4
- import { o as Rt, P as fo, H as Qe, u as uo, a as Xt, b as vo, c as mo, d as ho, g as go, G as At, e as ze, f as bo } from "../../.chunks/Portal.js";
5
- import { m as lt } from "../../.chunks/memoTheme.js";
6
- import { c as yo } from "../../.chunks/chainPropTypes.js";
7
- import { r as Gt, c as it, e as Ct, b as Ye, d as Mt, f as wo } from "../../.chunks/TransitionGroupContext.js";
8
- import { i as jt } from "../../.chunks/isFocusVisible.js";
3
+ import { a as Ht, g as Ut, P as r, d as Ft, s as et, u as qt, c as zt, e as Yt, b as qe } from "../.chunks/DefaultPropsProvider.js";
4
+ import { o as Rt, P as fo, H as Qe, u as uo, a as Xt, b as vo, c as mo, d as ho, g as go, G as At, e as ze, f as bo } from "../.chunks/Portal.js";
5
+ import { m as lt } from "../.chunks/memoTheme.js";
6
+ import { c as yo } from "../.chunks/chainPropTypes.js";
7
+ import { r as Gt, c as it, e as Ct, b as Ye, d as Mt, f as wo } from "../.chunks/TransitionGroupContext.js";
8
+ import { i as jt } from "../.chunks/isFocusVisible.js";
9
9
  var W = "top", z = "bottom", Y = "right", I = "left", ct = "auto", Ie = [W, z, Y, I], Oe = "start", ke = "end", Oo = "clippingParents", Kt = "viewport", Se = "popper", xo = "reference", $t = /* @__PURE__ */ Ie.reduce(function(t, e) {
10
10
  return t.concat([e + "-" + Oe, e + "-" + ke]);
11
11
  }, []), Jt = /* @__PURE__ */ [].concat(Ie, [ct]).reduce(function(t, e) {
@@ -1,6 +1,6 @@
1
1
  import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
- import { Flex as s } from "../../base/Flex/Flex.js";
3
- import { n as m } from "../../.chunks/emotion-styled.browser.esm.js";
2
+ import { Flex as s } from "../Flex/Flex.js";
3
+ import { n as m } from "../.chunks/emotion-styled.browser.esm.js";
4
4
  const a = m("label")`
5
5
  text-align: left;
6
6
  `, f = ({