jcicl 0.0.285 → 0.0.289

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.
@@ -614,6 +614,7 @@ const ye = le(/* @__PURE__ */ i("path", {
614
614
  display: "flex",
615
615
  flexDirection: "column",
616
616
  alignItems: "center",
617
+ overflow: "hidden",
617
618
  opacity: e ? 1 : 0,
618
619
  border: `1px solid ${s}`,
619
620
  borderRight: 0,
@@ -36,6 +36,7 @@ const $ = ["loading", "hasPagination", "loadingColor"], R = u("div", { shouldFor
36
36
  padding: 0;
37
37
  display: flex;
38
38
  flex-direction: column;
39
+ align-items: center;
39
40
  gap: 27px;
40
41
  max-width: 1300px;
41
42
  width: 100%;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jcicl",
3
3
  "private": false,
4
- "version": "0.0.285",
4
+ "version": "0.0.289",
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",