jcicl 0.0.49 → 0.0.50

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.
@@ -1,22 +1,23 @@
1
- import { jsxs as e } from "react/jsx-runtime";
2
- import { n as a } from "../../.chunks/emotion-styled.browser.esm.js";
3
- import { c as n } from "../../.chunks/emotion-react.browser.esm.js";
4
- const r = a("span")({
5
- ...n`
1
+ import { jsxs as a } 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
+ const r = s("span")({
5
+ ...t`
6
6
  font-family: 'Roboto', sans-serif;
7
7
  span {
8
8
  font-weight: bold;
9
+ text-transform: capitalize;
9
10
  }
10
11
  `
11
- }), f = ({ label: o, value: s }) => /* @__PURE__ */ e(r, { children: [
12
- /* @__PURE__ */ e("span", { children: [
13
- o,
12
+ }), p = ({ label: e, value: o }) => /* @__PURE__ */ a(r, { children: [
13
+ /* @__PURE__ */ a("span", { children: [
14
+ e,
14
15
  ":"
15
16
  ] }),
16
17
  " ",
17
- s
18
+ o
18
19
  ] });
19
20
  export {
20
- f as LabeledValue,
21
- f as default
21
+ p as LabeledValue,
22
+ p as default
22
23
  };
@@ -1,11 +1,11 @@
1
- import { jsxs as a, jsx as n } from "react/jsx-runtime";
2
- import { n as i } from "../../.chunks/emotion-styled.browser.esm.js";
3
- import { c as d } from "../../.chunks/emotion-react.browser.esm.js";
4
- import p from "../../theme.js";
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
5
  import { LabeledValue as f } from "../../base/LabeledValue/LabeledValue.js";
6
6
  import h from "../../base/Flex/Flex.js";
7
- const g = i("div")(({ padding: r, shadow: o }) => ({
8
- ...d`
7
+ const g = d("div")(({ padding: r, shadow: o }) => ({
8
+ ...i`
9
9
  h3 {
10
10
  margin: 0;
11
11
  width: 100%;
@@ -17,32 +17,32 @@ const g = i("div")(({ padding: r, shadow: o }) => ({
17
17
  flex-direction: column;
18
18
  box-shadow: ${o};
19
19
  border-radius: 5px;
20
- background-color: ${p.colors.white};
20
+ background-color: ${l.colors.white};
21
21
  `
22
- })), x = i("div")(({ spacing: r, columns: o }) => ({
23
- ...d`
22
+ })), x = d("div")(({ spacing: r, columns: o }) => ({
23
+ ...i`
24
24
  margin-top: calc(${r} * 0.75);
25
25
  grid-row-gap: ${r};
26
26
  grid-column-gap: calc(${r} * 1.5);
27
27
  display: grid;
28
28
  grid-template-columns: repeat(${o}, 1fr);
29
29
  `
30
- })), S = ({
30
+ })), P = ({
31
31
  decorativeElement: r,
32
32
  title: o,
33
33
  items: e,
34
- padding: l = "1rem 2rem",
35
- shadow: m = "darkGreen",
36
- spacing: c = "2rem",
37
- columns: s = 3
38
- }) => /* @__PURE__ */ a(g, { ...{ padding: l, shadow: m }, children: [
39
- /* @__PURE__ */ a(h, { width: "100%", gap: "1rem", alignItems: "center", children: [
34
+ padding: m = "1rem 2rem",
35
+ shadow: c = l.boxShadow.darkGreen,
36
+ spacing: s = "2rem",
37
+ columns: p = 3
38
+ }) => /* @__PURE__ */ t(g, { ...{ padding: m, shadow: c }, children: [
39
+ /* @__PURE__ */ t(h, { width: "100%", gap: "1rem", alignItems: "center", children: [
40
40
  r && r,
41
- /* @__PURE__ */ n("h3", { children: o })
41
+ /* @__PURE__ */ a("h3", { children: o })
42
42
  ] }),
43
- /* @__PURE__ */ n(x, { ...{ spacing: c, columns: s }, children: e == null ? void 0 : e.map((t) => /* @__PURE__ */ n(f, { ...t }, t.label)) })
43
+ /* @__PURE__ */ a(x, { ...{ spacing: s, columns: p }, children: e == null ? void 0 : e.map((n) => /* @__PURE__ */ a(f, { ...n }, n.label)) })
44
44
  ] });
45
45
  export {
46
- S as InfoCard,
47
- S as default
46
+ P as InfoCard,
47
+ P as default
48
48
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jcicl",
3
3
  "private": false,
4
- "version": "0.0.49",
4
+ "version": "0.0.50",
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",