@cagovweb/state-template 1.0.0 → 1.1.0-beta.2
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/dist/css/cagov.core.css +4 -16
- package/dist/css/cagov.core.min.css +1 -1
- package/dist/js/cagov.core.js +496 -516
- package/dist/js/cagov.core.min.js +1 -1
- package/dist/readme.md +1 -1
- package/index.mjs +7 -0
- package/package.json +11 -6
- package/readme.md +64 -0
- package/README.md +0 -17
- package/dist/fonts/CaGov.svg +0 -528
- package/dist/fonts/CaGov.ttf +0 -0
- package/dist/fonts/CaGov.woff +0 -0
- package/dist/fonts/publicsans-bold-webfont.woff +0 -0
- package/dist/fonts/publicsans-extrabold-webfont.woff +0 -0
- package/dist/fonts/publicsans-extralight-webfont.woff +0 -0
- package/dist/fonts/publicsans-light-webfont.woff +0 -0
- package/dist/fonts/publicsans-medium-webfont.woff +0 -0
- package/dist/fonts/publicsans-regular-webfont.woff +0 -0
- package/dist/fonts/publicsans-semibold-webfont..woff +0 -0
package/dist/css/cagov.core.css
CHANGED
|
@@ -2199,7 +2199,7 @@ textarea.form-control-lg {
|
|
|
2199
2199
|
background-size: contain;
|
|
2200
2200
|
border: 1px solid rgba(0, 0, 0, 0.25);
|
|
2201
2201
|
appearance: none;
|
|
2202
|
-
color-adjust: exact;
|
|
2202
|
+
print-color-adjust: exact;
|
|
2203
2203
|
}
|
|
2204
2204
|
.form-check-input[type=checkbox] {
|
|
2205
2205
|
border-radius: 0.25em;
|
|
@@ -10128,7 +10128,7 @@ textarea.form-control-lg {
|
|
|
10128
10128
|
----------------------------------------- */
|
|
10129
10129
|
@font-face {
|
|
10130
10130
|
font-family: "CaGov";
|
|
10131
|
-
src: url("../fonts/CaGov.
|
|
10131
|
+
src: url("../fonts/CaGov.woff2?ocljyw") format("woff2");
|
|
10132
10132
|
font-weight: normal;
|
|
10133
10133
|
font-style: normal;
|
|
10134
10134
|
font-display: block;
|
|
@@ -13315,7 +13315,6 @@ svg ~ .external-link-icon,
|
|
|
13315
13315
|
width: 100%;
|
|
13316
13316
|
height: auto;
|
|
13317
13317
|
overflow: hidden;
|
|
13318
|
-
background-image: url("/images/main-banner.svg");
|
|
13319
13318
|
background-position: center;
|
|
13320
13319
|
background-size: cover;
|
|
13321
13320
|
display: block;
|
|
@@ -13328,6 +13327,7 @@ svg ~ .external-link-icon,
|
|
|
13328
13327
|
|
|
13329
13328
|
.header-primary-banner {
|
|
13330
13329
|
overflow: hidden;
|
|
13330
|
+
background-image: url("data:image/svg+xml,<svg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 500'><path fill='url(%23a)' d='M0 0h1440v500H0z'/><mask id='b' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1440' height='498'><path d='M0 0h1440v498H0V0Z' fill='%23D9D9D9'/></mask><g mask='url(%23b)'><path d='M0 0h660l166 500H0V0Z' fill='%23046B99'/><path d='M0 0h660l166 500H0V0Z' fill='%23323A45' fill-opacity='.8'/><path d='M-83 0h16L99 500H-83V0Z' fill='%234993B5'/><path d='M-83 0h16L99 500H-83V0Z' fill='%23323A45' fill-opacity='.8'/><path d='M1440 0h-207l-166 500h373V0Z' fill='%234993B5'/><path d='M1440 0h-207l-166 500h373V0Z' fill='%23323A45' fill-opacity='.7'/></g><defs><linearGradient id='a' x1='1172' y1='500' x2='1857.5' y2='0' gradientUnits='userSpaceOnUse'><stop stop-color='%23323A45'/><stop offset='1' stop-color='%23046B99' stop-opacity='.7'/></linearGradient></defs></svg>");
|
|
13331
13331
|
background-color: #395567;
|
|
13332
13332
|
background-position: center !important;
|
|
13333
13333
|
background-size: cover !important;
|
|
@@ -13934,8 +13934,6 @@ input[type=search].search-textfield {
|
|
|
13934
13934
|
.featured-search.active .close-search {
|
|
13935
13935
|
display: none;
|
|
13936
13936
|
}
|
|
13937
|
-
}
|
|
13938
|
-
@media (min-width: 992px) {
|
|
13939
13937
|
.featured-search.active .search-textfield {
|
|
13940
13938
|
font-size: 1.1rem;
|
|
13941
13939
|
height: 40px;
|
|
@@ -16273,30 +16271,20 @@ textarea.sourcecode {
|
|
|
16273
16271
|
margin-top: 0;
|
|
16274
16272
|
overflow: visible;
|
|
16275
16273
|
}
|
|
16276
|
-
}
|
|
16277
|
-
@media (min-width: 992px) {
|
|
16278
16274
|
.flexbox .ask-group .panel-group .panel + .panel {
|
|
16279
16275
|
margin-top: 0;
|
|
16280
16276
|
}
|
|
16281
|
-
}
|
|
16282
|
-
@media (min-width: 992px) {
|
|
16283
16277
|
.ask-group .ask-panel {
|
|
16284
16278
|
position: absolute;
|
|
16285
16279
|
width: 100%;
|
|
16286
16280
|
width: 380px;
|
|
16287
16281
|
}
|
|
16288
|
-
}
|
|
16289
|
-
@media (min-width: 992px) {
|
|
16290
16282
|
.ask-group .panel:nth-child(n+4) .ask-panel {
|
|
16291
16283
|
right: 0;
|
|
16292
16284
|
}
|
|
16293
|
-
}
|
|
16294
|
-
@media (min-width: 992px) {
|
|
16295
16285
|
.ask-group .panel:nth-child(-n+3) .ask-panel {
|
|
16296
16286
|
left: 0;
|
|
16297
16287
|
}
|
|
16298
|
-
}
|
|
16299
|
-
@media (min-width: 992px) {
|
|
16300
16288
|
.ask-button.btn-primary {
|
|
16301
16289
|
background-color: #000;
|
|
16302
16290
|
background-color: rgba(0, 0, 0, 0.65);
|
|
@@ -18921,7 +18909,7 @@ input[type=radio]:checked + * i {
|
|
|
18921
18909
|
}
|
|
18922
18910
|
|
|
18923
18911
|
.form-select {
|
|
18924
|
-
background-image: url("
|
|
18912
|
+
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'><path d='M17.087 10.35l-4.337 4.336-4.337-4.336c-0.293-0.293-0.768-0.293-1.060 0s-0.293 0.768 0 1.060l4.864 4.864c0.147 0.147 0.341 0.221 0.533 0.219 0.194 0 0.386-0.072 0.533-0.219l4.865-4.864c0.293-0.293 0.293-0.768 0-1.060s-0.768-0.293-1.061 0z'/></svg>");
|
|
18925
18913
|
background-size: 20px 20px;
|
|
18926
18914
|
}
|
|
18927
18915
|
|