jcicl 1.0.50 → 1.0.52
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.
- package/.chunks/AppHeader.js +8 -2
- package/package.json +1 -1
package/.chunks/AppHeader.js
CHANGED
|
@@ -93,6 +93,7 @@ const ce = (e) => S || (S = re(e)), se = F(/* @__PURE__ */ t("path", {
|
|
|
93
93
|
display: flex;
|
|
94
94
|
gap: 1rem;
|
|
95
95
|
height: ${e}px;
|
|
96
|
+
flex-shrink: 0;
|
|
96
97
|
`
|
|
97
98
|
})), le = f("div")(({ width: e, loggedIn: n }) => ({
|
|
98
99
|
...b`
|
|
@@ -116,8 +117,10 @@ const ce = (e) => S || (S = re(e)), se = F(/* @__PURE__ */ t("path", {
|
|
|
116
117
|
})), V = f("div")(() => ({
|
|
117
118
|
...b`
|
|
118
119
|
display: flex;
|
|
119
|
-
width: 1360px;
|
|
120
|
-
|
|
120
|
+
max-width: 1360px;
|
|
121
|
+
flex: 1;
|
|
122
|
+
min-width: 0;
|
|
123
|
+
overflow: hidden;
|
|
121
124
|
align-items: center;
|
|
122
125
|
justify-content: center;
|
|
123
126
|
.MuiFormControl-root {
|
|
@@ -129,6 +132,9 @@ const ce = (e) => S || (S = re(e)), se = F(/* @__PURE__ */ t("path", {
|
|
|
129
132
|
line-height: 1;
|
|
130
133
|
margin: 0;
|
|
131
134
|
margin-left: calc(${L.constants.navDefaultWidth}px * 2);
|
|
135
|
+
white-space: nowrap;
|
|
136
|
+
overflow: hidden;
|
|
137
|
+
text-overflow: ellipsis;
|
|
132
138
|
}
|
|
133
139
|
|
|
134
140
|
@media screen and (max-width: ${L.screenSizes.tablet}) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jcicl",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.52",
|
|
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",
|