@cagovweb/state-template 1.0.0 → 1.1.0-beta.1

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.
@@ -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.ttf?ocljyw") format("truetype"), url("../fonts/ca-gov-icon.woff?t3czrh") format("woff"), url("../fonts/CaGov.woff2?ocljyw") format("woff2"), url("../fonts/CaGov.svg??ocljyw#CaGov") format("svg");
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;
@@ -18921,7 +18921,7 @@ input[type=radio]:checked + * i {
18921
18921
  }
18922
18922
 
18923
18923
  .form-select {
18924
- background-image: url("../images/icons/caret-down.svg");
18924
+ 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
18925
  background-size: 20px 20px;
18926
18926
  }
18927
18927