jcicl 0.0.88 → 0.0.90

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 (115) hide show
  1. package/.chunks/DefaultPropsProvider.js +3 -3
  2. package/{composite/Accordion → Accordion}/Accordion.js +6 -6
  3. package/{supercomposite/AppHeader → AppHeader}/AppHeader.js +6 -6
  4. package/{base/Avatar → Avatar}/Avatar.js +4 -4
  5. package/{base/AvatarWithImage → AvatarWithImage}/AvatarWithImage.js +3 -3
  6. package/{base/Button → Button}/Button.js +5 -5
  7. package/{base/Divider → Divider}/Divider.js +3 -3
  8. package/{supercomposite/EditableInfoCard → EditableInfoCard}/EditableInfoCard.js +12 -12
  9. package/{composite/ErrorBoundary → ErrorBoundary}/ErrorBoundary.js +3 -3
  10. package/{base/Flex → Flex}/Flex.js +1 -1
  11. package/{base/Grid → Grid}/Grid.js +1 -1
  12. package/{base/Icon → Icon}/Icon.js +3 -3
  13. package/{composite/InfoCard → InfoCard}/InfoCard.js +5 -5
  14. package/Input/Input.js +8 -0
  15. package/Input/index.js +4 -0
  16. package/{composite/LabeledInput → LabeledInput}/LabeledInput.js +3 -3
  17. package/{base/LabeledValue → LabeledValue}/LabeledValue.js +2 -2
  18. package/{composite/List → List}/List.js +2 -2
  19. package/{base/ListButton → ListButton}/ListButton.js +3 -3
  20. package/Loading/Loading.js +14 -0
  21. package/{composite/LogoLoop → LogoLoop}/LogoLoop.js +5 -5
  22. package/{supercomposite/Nav → Nav}/Nav.js +4 -4
  23. package/README.md +5 -4
  24. package/{base/ScrollContainer → ScrollContainer}/ScrollContainer.js +2 -2
  25. package/{composite/Tooltip → Tooltip}/Tooltip.js +6 -6
  26. package/{composite/WithLabel → WithLabel}/WithLabel.js +2 -2
  27. package/{composite/WithLoading → WithLoading}/WithLoading.js +4 -4
  28. package/index.d.ts +25 -5
  29. package/index.js +50 -54
  30. package/package.json +1 -1
  31. package/templates/AppContainer/AppContainer.js +3 -3
  32. package/base/Input/Input.js +0 -8
  33. package/base/Input/index.js +0 -4
  34. package/base/Loading/Loading.js +0 -14
  35. package/base/index.d.ts +0 -12
  36. package/base/index.js +0 -26
  37. package/composite/index.d.ts +0 -9
  38. package/composite/index.js +0 -20
  39. package/supercomposite/index.d.ts +0 -3
  40. package/supercomposite/index.js +0 -8
  41. package/templates/index.d.ts +0 -1
  42. package/templates/index.js +0 -4
  43. /package/{composite/Accordion → Accordion}/Accordion.d.ts +0 -0
  44. /package/{composite/Accordion → Accordion}/index.d.ts +0 -0
  45. /package/{composite/Accordion → Accordion}/index.js +0 -0
  46. /package/{templates/AppContainer → AppContainer}/AppContainer.d.ts +0 -0
  47. /package/{templates/AppContainer → AppContainer}/index.d.ts +0 -0
  48. /package/{supercomposite/AppHeader → AppHeader}/AppHeader.d.ts +0 -0
  49. /package/{supercomposite/AppHeader → AppHeader}/index.d.ts +0 -0
  50. /package/{supercomposite/AppHeader → AppHeader}/index.js +0 -0
  51. /package/{base/Avatar → Avatar}/Avatar.d.ts +0 -0
  52. /package/{base/Avatar → Avatar}/index.d.ts +0 -0
  53. /package/{base/Avatar → Avatar}/index.js +0 -0
  54. /package/{base/AvatarWithImage → AvatarWithImage}/AvatarWithImage.d.ts +0 -0
  55. /package/{base/AvatarWithImage → AvatarWithImage}/index.d.ts +0 -0
  56. /package/{base/AvatarWithImage → AvatarWithImage}/index.js +0 -0
  57. /package/{base/Button → Button}/Button.d.ts +0 -0
  58. /package/{base/Button → Button}/index.d.ts +0 -0
  59. /package/{base/Button → Button}/index.js +0 -0
  60. /package/{base/Divider → Divider}/Divider.d.ts +0 -0
  61. /package/{base/Divider → Divider}/index.d.ts +0 -0
  62. /package/{base/Divider → Divider}/index.js +0 -0
  63. /package/{supercomposite/EditableInfoCard → EditableInfoCard}/EditableInfoCard.d.ts +0 -0
  64. /package/{supercomposite/EditableInfoCard → EditableInfoCard}/index.d.ts +0 -0
  65. /package/{supercomposite/EditableInfoCard → EditableInfoCard}/index.js +0 -0
  66. /package/{composite/ErrorBoundary → ErrorBoundary}/ErrorBoundary.d.ts +0 -0
  67. /package/{composite/ErrorBoundary → ErrorBoundary}/index.d.ts +0 -0
  68. /package/{composite/ErrorBoundary → ErrorBoundary}/index.js +0 -0
  69. /package/{base/Flex → Flex}/Flex.d.ts +0 -0
  70. /package/{base/Flex → Flex}/index.d.ts +0 -0
  71. /package/{base/Flex → Flex}/index.js +0 -0
  72. /package/{base/Grid → Grid}/Grid.d.ts +0 -0
  73. /package/{base/Grid → Grid}/index.d.ts +0 -0
  74. /package/{base/Grid → Grid}/index.js +0 -0
  75. /package/{base/Icon → Icon}/Icon.d.ts +0 -0
  76. /package/{base/Icon → Icon}/index.d.ts +0 -0
  77. /package/{base/Icon → Icon}/index.js +0 -0
  78. /package/{composite/InfoCard → InfoCard}/InfoCard.d.ts +0 -0
  79. /package/{composite/InfoCard → InfoCard}/index.d.ts +0 -0
  80. /package/{composite/InfoCard → InfoCard}/index.js +0 -0
  81. /package/{base/Input → Input}/Input.d.ts +0 -0
  82. /package/{base/Input → Input}/index.d.ts +0 -0
  83. /package/{composite/LabeledInput → LabeledInput}/LabeledInput.d.ts +0 -0
  84. /package/{composite/LabeledInput → LabeledInput}/index.d.ts +0 -0
  85. /package/{composite/LabeledInput → LabeledInput}/index.js +0 -0
  86. /package/{base/LabeledValue → LabeledValue}/LabeledValue.d.ts +0 -0
  87. /package/{base/LabeledValue → LabeledValue}/index.d.ts +0 -0
  88. /package/{base/LabeledValue → LabeledValue}/index.js +0 -0
  89. /package/{composite/List → List}/List.d.ts +0 -0
  90. /package/{composite/List → List}/index.d.ts +0 -0
  91. /package/{composite/List → List}/index.js +0 -0
  92. /package/{base/ListButton → ListButton}/ListButton.d.ts +0 -0
  93. /package/{base/ListButton → ListButton}/index.d.ts +0 -0
  94. /package/{base/ListButton → ListButton}/index.js +0 -0
  95. /package/{base/Loading → Loading}/Loading.d.ts +0 -0
  96. /package/{base/Loading → Loading}/index.d.ts +0 -0
  97. /package/{base/Loading → Loading}/index.js +0 -0
  98. /package/{composite/LogoLoop → LogoLoop}/LogoLoop.d.ts +0 -0
  99. /package/{composite/LogoLoop → LogoLoop}/index.d.ts +0 -0
  100. /package/{composite/LogoLoop → LogoLoop}/index.js +0 -0
  101. /package/{supercomposite/Nav → Nav}/Nav.d.ts +0 -0
  102. /package/{supercomposite/Nav → Nav}/index.d.ts +0 -0
  103. /package/{supercomposite/Nav → Nav}/index.js +0 -0
  104. /package/{base/ScrollContainer → ScrollContainer}/ScrollContainer.d.ts +0 -0
  105. /package/{base/ScrollContainer → ScrollContainer}/index.d.ts +0 -0
  106. /package/{base/ScrollContainer → ScrollContainer}/index.js +0 -0
  107. /package/{composite/Tooltip → Tooltip}/Tooltip.d.ts +0 -0
  108. /package/{composite/Tooltip → Tooltip}/index.d.ts +0 -0
  109. /package/{composite/Tooltip → Tooltip}/index.js +0 -0
  110. /package/{composite/WithLabel → WithLabel}/WithLabel.d.ts +0 -0
  111. /package/{composite/WithLabel → WithLabel}/index.d.ts +0 -0
  112. /package/{composite/WithLabel → WithLabel}/index.js +0 -0
  113. /package/{composite/WithLoading → WithLoading}/WithLoading.d.ts +0 -0
  114. /package/{composite/WithLoading → WithLoading}/index.d.ts +0 -0
  115. /package/{composite/WithLoading → WithLoading}/index.js +0 -0
@@ -1,9 +1,6 @@
1
1
  import { n as ut, s as lt } from "./emotion-styled.browser.esm.js";
2
2
  import * as Kr from "react";
3
3
  import "react/jsx-runtime";
4
- function ft(e) {
5
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
6
- }
7
4
  function pe(e) {
8
5
  if (typeof e != "object" || e === null)
9
6
  return !1;
@@ -29,6 +26,9 @@ function ie(e, r, t = {
29
26
  Object.prototype.hasOwnProperty.call(e, o) && pe(e[o]) ? n[o] = ie(e[o], r[o], t) : t.clone ? n[o] = pe(r[o]) ? Hr(r[o]) : r[o] : n[o] = r[o];
30
27
  }), n;
31
28
  }
29
+ function ft(e) {
30
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
31
+ }
32
32
  var cr = { exports: {} }, De = { exports: {} }, V = {};
33
33
  /** @license React v16.13.1
34
34
  * react-is.production.min.js
@@ -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,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", {
@@ -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 "../animation/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 }) => ({
package/README.md CHANGED
@@ -13,8 +13,8 @@
13
13
  `npm install jcicl@latest`
14
14
 
15
15
  ```js
16
- import Button, { ButtonProps } from 'jcicl/base/Button';
17
- import Nav, { NavProps } from 'jcicl/supercomposite/Nav';
16
+ import Button, { ButtonProps } from 'jcicl/Button';
17
+ import Nav, { NavProps } from 'jcicl/Nav';
18
18
 
19
19
  const Component: React.FC<ButtonProps> = ({ ...buttonProps }) => <Button {...buttonProps}>Johnson County Button</Button>;
20
20
  ```
@@ -83,8 +83,9 @@ Templates are intended to render the HTML for predefined page layouts comprised
83
83
  ### Process
84
84
 
85
85
  1. Add or update any components you wish. For new components, please create the associated `[NewComponent].stories.tsx` file to allow for documentation. In `.storybook/main.ts`, we are using the default string matching pattern to automatically index `*.stories.*` files 😊
86
- 2. Export any newly created components in the relevant index files: `(base/(super)composite/templates)/[NewComponent]/index.ts`, `(base/(super)composite/templates)/index.ts`, and `components/index.ts`. `src/index.ts`, the entry point for our complied library, automatically exports everything from `components/index.ts`
87
- 3. Publish the library and update relevant project dependencies
86
+ 2. Export any newly created components in the relevant index files: `(base/(super)composite/templates)/[NewComponent]/index.ts` and `components/index.ts`.
87
+ 3. Export any newly created types for the component from `(base/(super)composite/templates)/[NewComponent]/index.ts`
88
+ 4. Publish the library and update relevant project dependencies
88
89
 
89
90
  ### Publishing the library
90
91
 
@@ -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,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 = ({
@@ -1,8 +1,8 @@
1
1
  import { jsx as r, Fragment as e } from "react/jsx-runtime";
2
- import { n as m } from "../../.chunks/emotion-styled.browser.esm.js";
3
- import { c as i } from "../../.chunks/emotion-react.browser.esm.js";
4
- import a from "../../theme.js";
5
- import { C as c } from "../../.chunks/CircularProgress.js";
2
+ import { n as m } from "../.chunks/emotion-styled.browser.esm.js";
3
+ import { c as i } from "../.chunks/emotion-react.browser.esm.js";
4
+ import a from "../theme.js";
5
+ import { C as c } from "../.chunks/CircularProgress.js";
6
6
  const n = m(c)({
7
7
  ...i`
8
8
  color: ${a.colors.green};
package/index.d.ts CHANGED
@@ -1,5 +1,25 @@
1
- export { Spin, ZoomEntrance } from './animation';
2
- export { Avatar, AvatarWithImage, Button, Divider, Flex, Grid, Icon, Input, LabeledValue, ListButton, Loading, ScrollContainer, } from './base';
3
- export { Accordion, ErrorBoundary, InfoCard, LabeledInput, List, LogoLoop, Tooltip, WithLabel, WithLoading, } from './composite';
4
- export { AppHeader, EditableInfoCard, Nav } from './supercomposite';
5
- export { AppContainer } from './templates';
1
+ export { default as Avatar } from './Avatar';
2
+ export { default as AvatarWithImage } from './AvatarWithImage';
3
+ export { default as Button } from './Button';
4
+ export { default as Divider } from './Divider';
5
+ export { default as Flex } from './Flex';
6
+ export { default as Grid } from './Grid';
7
+ export { default as Icon } from './Icon';
8
+ export { default as Input } from './Input';
9
+ export { default as LabeledValue } from './LabeledValue';
10
+ export { default as ListButton } from './ListButton';
11
+ export { default as Loading } from './Loading';
12
+ export { default as ScrollContainer } from './ScrollContainer';
13
+ export { default as Accordion } from './Accordion';
14
+ export { default as ErrorBoundary } from './ErrorBoundary';
15
+ export { default as InfoCard } from './InfoCard';
16
+ export { default as LabeledInput } from './LabeledInput';
17
+ export { default as List } from './List';
18
+ export { default as LogoLoop } from './LogoLoop';
19
+ export { default as Tooltip } from './Tooltip';
20
+ export { default as WithLabel } from './WithLabel';
21
+ export { default as WithLoading } from './WithLoading';
22
+ export { default as AppHeader } from './AppHeader';
23
+ export { default as EditableInfoCard } from './EditableInfoCard';
24
+ export { default as Nav } from './Nav';
25
+ export { default as AppContainer } from './AppContainer';
package/index.js CHANGED
@@ -1,56 +1,52 @@
1
- import { default as t } from "./animation/Spin/Spin.js";
2
- import { default as a } from "./animation/ZoomEntrance/ZoomEntrance.js";
3
- import { default as p } from "./base/Avatar/Avatar.js";
4
- import { AvatarWithImage as x } from "./base/AvatarWithImage/AvatarWithImage.js";
5
- import { Button as l } from "./base/Button/Button.js";
6
- import { Divider as n } from "./base/Divider/Divider.js";
7
- import { Flex as i } from "./base/Flex/Flex.js";
8
- import { Grid as I } from "./base/Grid/Grid.js";
9
- import { default as A } from "./base/Icon/Icon.js";
10
- import { I as g } from "./.chunks/Input.js";
11
- import { LabeledValue as C } from "./base/LabeledValue/LabeledValue.js";
12
- import { default as B } from "./base/ListButton/ListButton.js";
13
- import { default as W } from "./base/Loading/Loading.js";
14
- import { default as y } from "./base/ScrollContainer/ScrollContainer.js";
15
- import { Accordion as F } from "./composite/Accordion/Accordion.js";
16
- import { default as H } from "./composite/ErrorBoundary/ErrorBoundary.js";
17
- import { InfoCard as T } from "./composite/InfoCard/InfoCard.js";
18
- import { LabeledInput as Z } from "./composite/LabeledInput/LabeledInput.js";
19
- import { default as k } from "./composite/List/List.js";
20
- import { default as w } from "./composite/LogoLoop/LogoLoop.js";
21
- import { Tooltip as J } from "./composite/Tooltip/Tooltip.js";
22
- import { default as M } from "./composite/WithLabel/WithLabel.js";
23
- import { default as P } from "./composite/WithLoading/WithLoading.js";
24
- import { default as R } from "./supercomposite/AppHeader/AppHeader.js";
25
- import { EditableInfoCard as X } from "./supercomposite/EditableInfoCard/EditableInfoCard.js";
26
- import { Nav as _ } from "./supercomposite/Nav/Nav.js";
27
- import { default as oo } from "./templates/AppContainer/AppContainer.js";
1
+ import { default as t } from "./Avatar/Avatar.js";
2
+ import { AvatarWithImage as a } from "./AvatarWithImage/AvatarWithImage.js";
3
+ import { Button as p } from "./Button/Button.js";
4
+ import { Divider as x } from "./Divider/Divider.js";
5
+ import { Flex as l } from "./Flex/Flex.js";
6
+ import { Grid as i } from "./Grid/Grid.js";
7
+ import { default as s } from "./Icon/Icon.js";
8
+ import { I } from "./.chunks/Input.js";
9
+ import { LabeledValue as b } from "./LabeledValue/LabeledValue.js";
10
+ import { default as g } from "./ListButton/ListButton.js";
11
+ import { default as C } from "./Loading/Loading.js";
12
+ import { default as B } from "./ScrollContainer/ScrollContainer.js";
13
+ import { Accordion as E } from "./Accordion/Accordion.js";
14
+ import { default as D } from "./ErrorBoundary/ErrorBoundary.js";
15
+ import { InfoCard as G } from "./InfoCard/InfoCard.js";
16
+ import { LabeledInput as N } from "./LabeledInput/LabeledInput.js";
17
+ import { default as T } from "./List/List.js";
18
+ import { default as j } from "./LogoLoop/LogoLoop.js";
19
+ import { Tooltip as q } from "./Tooltip/Tooltip.js";
20
+ import { default as z } from "./WithLabel/WithLabel.js";
21
+ import { default as K } from "./WithLoading/WithLoading.js";
22
+ import { default as O } from "./AppHeader/AppHeader.js";
23
+ import { EditableInfoCard as Q } from "./EditableInfoCard/EditableInfoCard.js";
24
+ import { Nav as U } from "./Nav/Nav.js";
25
+ import { default as Y } from "./templates/AppContainer/AppContainer.js";
28
26
  export {
29
- F as Accordion,
30
- oo as AppContainer,
31
- R as AppHeader,
32
- p as Avatar,
33
- x as AvatarWithImage,
34
- l as Button,
35
- n as Divider,
36
- X as EditableInfoCard,
37
- H as ErrorBoundary,
38
- i as Flex,
39
- I as Grid,
40
- A as Icon,
41
- T as InfoCard,
42
- g as Input,
43
- Z as LabeledInput,
44
- C as LabeledValue,
45
- k as List,
46
- B as ListButton,
47
- W as Loading,
48
- w as LogoLoop,
49
- _ as Nav,
50
- y as ScrollContainer,
51
- t as Spin,
52
- J as Tooltip,
53
- M as WithLabel,
54
- P as WithLoading,
55
- a as ZoomEntrance
27
+ E as Accordion,
28
+ Y as AppContainer,
29
+ O as AppHeader,
30
+ t as Avatar,
31
+ a as AvatarWithImage,
32
+ p as Button,
33
+ x as Divider,
34
+ Q as EditableInfoCard,
35
+ D as ErrorBoundary,
36
+ l as Flex,
37
+ i as Grid,
38
+ s as Icon,
39
+ G as InfoCard,
40
+ I as Input,
41
+ N as LabeledInput,
42
+ b as LabeledValue,
43
+ T as List,
44
+ g as ListButton,
45
+ C as Loading,
46
+ j as LogoLoop,
47
+ U as Nav,
48
+ B as ScrollContainer,
49
+ q as Tooltip,
50
+ z as WithLabel,
51
+ K as WithLoading
56
52
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jcicl",
3
3
  "private": false,
4
- "version": "0.0.88",
4
+ "version": "0.0.90",
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",
@@ -1,7 +1,7 @@
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";
2
+ import h from "../../AppHeader/AppHeader.js";
3
+ import { Nav as f } from "../../Nav/Nav.js";
4
+ import p from "../../ScrollContainer/ScrollContainer.js";
5
5
  import { n as d } from "../../.chunks/emotion-styled.browser.esm.js";
6
6
  import o from "../../theme.js";
7
7
  const m = d("div")({
@@ -1,8 +0,0 @@
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
- };
@@ -1,4 +0,0 @@
1
- import { I as f } from "../../.chunks/Input.js";
2
- export {
3
- f as default
4
- };
@@ -1,14 +0,0 @@
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
- };
package/base/index.d.ts DELETED
@@ -1,12 +0,0 @@
1
- export { default as Avatar } from './Avatar';
2
- export { default as AvatarWithImage } from './AvatarWithImage';
3
- export { default as Button } from './Button';
4
- export { default as Divider } from './Divider';
5
- export { default as Flex } from './Flex';
6
- export { default as Grid } from './Grid';
7
- export { default as Icon } from './Icon';
8
- export { default as Input } from './Input';
9
- export { default as LabeledValue } from './LabeledValue';
10
- export { default as ListButton } from './ListButton';
11
- export { default as Loading } from './Loading';
12
- export { default as ScrollContainer } from './ScrollContainer';
package/base/index.js DELETED
@@ -1,26 +0,0 @@
1
- import { default as t } from "./Avatar/Avatar.js";
2
- import { AvatarWithImage as a } from "./AvatarWithImage/AvatarWithImage.js";
3
- import { Button as m } from "./Button/Button.js";
4
- import { Divider as x } from "./Divider/Divider.js";
5
- import { Flex as d } from "./Flex/Flex.js";
6
- import { Grid as i } from "./Grid/Grid.js";
7
- import { default as s } from "./Icon/Icon.js";
8
- import { I as v } from "../.chunks/Input.js";
9
- import { LabeledValue as c } from "./LabeledValue/LabeledValue.js";
10
- import { default as A } from "./ListButton/ListButton.js";
11
- import { default as b } from "./Loading/Loading.js";
12
- import { default as C } from "./ScrollContainer/ScrollContainer.js";
13
- export {
14
- t as Avatar,
15
- a as AvatarWithImage,
16
- m as Button,
17
- x as Divider,
18
- d as Flex,
19
- i as Grid,
20
- s as Icon,
21
- v as Input,
22
- c as LabeledValue,
23
- A as ListButton,
24
- b as Loading,
25
- C as ScrollContainer
26
- };
@@ -1,9 +0,0 @@
1
- export { default as Accordion } from './Accordion';
2
- export { default as ErrorBoundary } from './ErrorBoundary';
3
- export { default as InfoCard } from './InfoCard';
4
- export { default as LabeledInput } from './LabeledInput';
5
- export { default as List } from './List';
6
- export { default as LogoLoop } from './LogoLoop';
7
- export { default as Tooltip } from './Tooltip';
8
- export { default as WithLabel } from './WithLabel';
9
- export { default as WithLoading } from './WithLoading';
@@ -1,20 +0,0 @@
1
- import { Accordion as t } from "./Accordion/Accordion.js";
2
- import { default as a } from "./ErrorBoundary/ErrorBoundary.js";
3
- import { InfoCard as p } from "./InfoCard/InfoCard.js";
4
- import { LabeledInput as m } from "./LabeledInput/LabeledInput.js";
5
- import { default as l } from "./List/List.js";
6
- import { default as i } from "./LogoLoop/LogoLoop.js";
7
- import { Tooltip as L } from "./Tooltip/Tooltip.js";
8
- import { default as b } from "./WithLabel/WithLabel.js";
9
- import { default as g } from "./WithLoading/WithLoading.js";
10
- export {
11
- t as Accordion,
12
- a as ErrorBoundary,
13
- p as InfoCard,
14
- m as LabeledInput,
15
- l as List,
16
- i as LogoLoop,
17
- L as Tooltip,
18
- b as WithLabel,
19
- g as WithLoading
20
- };
@@ -1,3 +0,0 @@
1
- export { default as AppHeader } from './AppHeader';
2
- export { default as EditableInfoCard } from './EditableInfoCard';
3
- export { default as Nav } from './Nav';
@@ -1,8 +0,0 @@
1
- import { default as o } from "./AppHeader/AppHeader.js";
2
- import { EditableInfoCard as f } from "./EditableInfoCard/EditableInfoCard.js";
3
- import { Nav as t } from "./Nav/Nav.js";
4
- export {
5
- o as AppHeader,
6
- f as EditableInfoCard,
7
- t as Nav
8
- };
@@ -1 +0,0 @@
1
- export { default as AppContainer } from './AppContainer';
@@ -1,4 +0,0 @@
1
- import { default as o } from "./AppContainer/AppContainer.js";
2
- export {
3
- o as AppContainer
4
- };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes