jcicl 0.0.110 → 0.0.112

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.
@@ -1437,7 +1437,7 @@ const St = pr(/* @__PURE__ */ A("path", {
1437
1437
  boxSizing: "border-box",
1438
1438
  padding: i ? e ? "2px" : "1rem" : 0,
1439
1439
  backgroundColor: M.colors.sage,
1440
- width: e ? "66px" : i ? "400px" : 0,
1440
+ width: i ? e ? "66px" : "400px" : 0,
1441
1441
  maxWidth: e ? "100%" : "25%",
1442
1442
  transition: "313ms all ease-in-out",
1443
1443
  ...!i && {
@@ -1453,8 +1453,8 @@ const St = pr(/* @__PURE__ */ A("path", {
1453
1453
  width: 360px;
1454
1454
  max-width: 100vw;
1455
1455
  box-sizing: border-box;
1456
- top: ${M.constants.appHeaderHeight + 1}px;
1457
- height: calc(100vh - ${M.constants.appHeaderHeight + 1}px);
1456
+ top: ${M.constants.appHeaderHeight}px;
1457
+ height: calc(100vh - ${M.constants.appHeaderHeight}px);
1458
1458
  background-color: ${M.colors.sage};
1459
1459
  box-shadow: 0 3px 6px 3px ${M.colors.darkGreenO99};
1460
1460
  padding: 1rem;
@@ -1560,10 +1560,17 @@ const St = pr(/* @__PURE__ */ A("path", {
1560
1560
  ] }),
1561
1561
  /* @__PURE__ */ A(or, { ...Y })
1562
1562
  ] }),
1563
- l && /* @__PURE__ */ ue(At, { open: x, onClose: () => k(!1), children: [
1564
- /* @__PURE__ */ A(Vt, { variant: "icon", size: 24, onClick: () => k(!1), children: /* @__PURE__ */ A(kt, {}) }),
1565
- /* @__PURE__ */ A(Re, { direction: "vertical", children: r && r })
1566
- ] }),
1563
+ l && /* @__PURE__ */ ue(
1564
+ At,
1565
+ {
1566
+ open: x && s,
1567
+ onClose: () => k(!1),
1568
+ children: [
1569
+ /* @__PURE__ */ A(Vt, { variant: "icon", size: 24, onClick: () => k(!1), children: /* @__PURE__ */ A(kt, {}) }),
1570
+ /* @__PURE__ */ A(Re, { direction: "vertical", children: r && r })
1571
+ ]
1572
+ }
1573
+ ),
1567
1574
  /* @__PURE__ */ ue(Mt, { withActionsPanel: s, tablet: l, children: [
1568
1575
  o && /* @__PURE__ */ A(Re, { direction: "vertical", children: r && r }),
1569
1576
  l && /* @__PURE__ */ A(_e, { variant: "icon", size: 36, onClick: () => k(!0), children: /* @__PURE__ */ A(St, {}) })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jcicl",
3
3
  "private": false,
4
- "version": "0.0.110",
4
+ "version": "0.0.112",
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",