jcicl 0.0.135 → 0.0.137

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 (2) hide show
  1. package/Search/Search.js +1 -1
  2. package/package.json +1 -1
package/Search/Search.js CHANGED
@@ -98,7 +98,7 @@ const k = m(/* @__PURE__ */ r("path", {
98
98
  gap: 1rem;
99
99
  background-color: ${e.colors.white};
100
100
  box-shadow: ${e.boxShadows.midnight};
101
- padding: ${o ? "2rem 1rem" : 0};
101
+ padding: ${o ? "2rem 1rem 1rem 1rem" : 0};
102
102
  transition: 313ms all ease-in-out;
103
103
  display: grid;
104
104
  grid-template-rows: ${o ? "1fr" : "0fr"};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jcicl",
3
3
  "private": false,
4
- "version": "0.0.135",
4
+ "version": "0.0.137",
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",