@caweb/html-webpack-plugin 1.4.8 → 1.4.10
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/build/delta-rtl.css +53 -15
- package/build/delta.asset.php +1 -1
- package/build/delta.css +53 -15
- package/build/delta.css.map +1 -1
- package/build/eureka-rtl.css +53 -15
- package/build/eureka.asset.php +1 -1
- package/build/eureka.css +53 -15
- package/build/eureka.css.map +1 -1
- package/build/mono-rtl.css +53 -15
- package/build/mono.asset.php +1 -1
- package/build/mono.css +53 -15
- package/build/mono.css.map +1 -1
- package/build/oceanside-rtl.css +53 -15
- package/build/oceanside.asset.php +1 -1
- package/build/oceanside.css +53 -15
- package/build/oceanside.css.map +1 -1
- package/build/orangecounty-rtl.css +53 -15
- package/build/orangecounty.asset.php +1 -1
- package/build/orangecounty.css +53 -15
- package/build/orangecounty.css.map +1 -1
- package/build/pasorobles-rtl.css +53 -15
- package/build/pasorobles.asset.php +1 -1
- package/build/pasorobles.css +53 -15
- package/build/pasorobles.css.map +1 -1
- package/build/sacramento-rtl.css +53 -15
- package/build/sacramento.asset.php +1 -1
- package/build/sacramento.css +53 -15
- package/build/sacramento.css.map +1 -1
- package/build/santabarbara-rtl.css +53 -15
- package/build/santabarbara.asset.php +1 -1
- package/build/santabarbara.css +53 -15
- package/build/santabarbara.css.map +1 -1
- package/build/santacruz-rtl.css +53 -15
- package/build/santacruz.asset.php +1 -1
- package/build/santacruz.css +53 -15
- package/build/santacruz.css.map +1 -1
- package/build/shasta-rtl.css +53 -15
- package/build/shasta.asset.php +1 -1
- package/build/shasta.css +53 -15
- package/build/shasta.css.map +1 -1
- package/build/sierra-rtl.css +53 -15
- package/build/sierra.asset.php +1 -1
- package/build/sierra.css +53 -15
- package/build/sierra.css.map +1 -1
- package/build/trinity-rtl.css +53 -15
- package/build/trinity.asset.php +1 -1
- package/build/trinity.css +53 -15
- package/build/trinity.css.map +1 -1
- package/package.json +1 -1
- package/sample/index.html +2 -2
package/build/delta-rtl.css
CHANGED
|
@@ -20117,12 +20117,41 @@ a .ca-gov-icon-external-link::before {
|
|
|
20117
20117
|
.page-date {
|
|
20118
20118
|
--bs-gutter-x: 1.5rem;
|
|
20119
20119
|
--bs-gutter-y: 0;
|
|
20120
|
-
|
|
20121
|
-
|
|
20122
|
-
|
|
20123
|
-
margin-left:
|
|
20124
|
-
margin-right:
|
|
20125
|
-
|
|
20120
|
+
width: 100%;
|
|
20121
|
+
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
|
20122
|
+
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
|
20123
|
+
margin-left: auto;
|
|
20124
|
+
margin-right: auto;
|
|
20125
|
+
}
|
|
20126
|
+
@media (min-width: 576px) {
|
|
20127
|
+
.page-title,
|
|
20128
|
+
.page-date {
|
|
20129
|
+
max-width: 540px;
|
|
20130
|
+
}
|
|
20131
|
+
}
|
|
20132
|
+
@media (min-width: 768px) {
|
|
20133
|
+
.page-title,
|
|
20134
|
+
.page-date {
|
|
20135
|
+
max-width: 720px;
|
|
20136
|
+
}
|
|
20137
|
+
}
|
|
20138
|
+
@media (min-width: 992px) {
|
|
20139
|
+
.page-title,
|
|
20140
|
+
.page-date {
|
|
20141
|
+
max-width: 960px;
|
|
20142
|
+
}
|
|
20143
|
+
}
|
|
20144
|
+
@media (min-width: 1200px) {
|
|
20145
|
+
.page-title,
|
|
20146
|
+
.page-date {
|
|
20147
|
+
max-width: 1140px;
|
|
20148
|
+
}
|
|
20149
|
+
}
|
|
20150
|
+
@media (min-width: 1400px) {
|
|
20151
|
+
.page-title,
|
|
20152
|
+
.page-date {
|
|
20153
|
+
max-width: 1320px;
|
|
20154
|
+
}
|
|
20126
20155
|
}
|
|
20127
20156
|
|
|
20128
20157
|
.page-date {
|
|
@@ -20574,34 +20603,34 @@ header.global-header .navigation .container .nav-item .dropdown-menu .link-descr
|
|
|
20574
20603
|
SEARCH
|
|
20575
20604
|
/src/styles/components/search.scss
|
|
20576
20605
|
----------------------------------------- */
|
|
20577
|
-
|
|
20606
|
+
.search-container {
|
|
20578
20607
|
align-self: center;
|
|
20579
20608
|
margin-right: auto;
|
|
20580
20609
|
width: 32%;
|
|
20581
20610
|
}
|
|
20582
|
-
|
|
20611
|
+
.search-container form {
|
|
20583
20612
|
margin-top: 0;
|
|
20584
20613
|
margin-bottom: 0;
|
|
20585
20614
|
}
|
|
20586
|
-
|
|
20615
|
+
.search-container form .search-textfield {
|
|
20587
20616
|
max-height: 38px;
|
|
20588
20617
|
border-radius: 0 5px 5px 0 !important;
|
|
20589
20618
|
border: 1px solid var(--bs-gray-600, #72717c);
|
|
20590
20619
|
}
|
|
20591
|
-
|
|
20620
|
+
.search-container form .search-textfield::-moz-placeholder {
|
|
20592
20621
|
color: var(--bs-black, #000);
|
|
20593
20622
|
opacity: 1;
|
|
20594
20623
|
}
|
|
20595
|
-
|
|
20624
|
+
.search-container form .search-textfield::placeholder {
|
|
20596
20625
|
color: var(--bs-black, #000);
|
|
20597
20626
|
opacity: 1;
|
|
20598
20627
|
}
|
|
20599
|
-
|
|
20628
|
+
.search-container form .search-textfield:focus {
|
|
20600
20629
|
outline: solid 2px #2ea3f2 !important;
|
|
20601
20630
|
outline-offset: -2px;
|
|
20602
20631
|
box-shadow: none;
|
|
20603
20632
|
}
|
|
20604
|
-
|
|
20633
|
+
.search-container form .search-button {
|
|
20605
20634
|
padding: 0 12px;
|
|
20606
20635
|
border: 1px solid;
|
|
20607
20636
|
border-radius: 5px 0 0 5px;
|
|
@@ -20611,7 +20640,7 @@ header.global-header .search-container form .search-button {
|
|
|
20611
20640
|
background-color: var(--bs-gray-600, #72717c);
|
|
20612
20641
|
border-color: var(--bs-gray-600, #72717c);
|
|
20613
20642
|
}
|
|
20614
|
-
|
|
20643
|
+
.search-container form .search-button:hover, .search-container form .search-button:focus {
|
|
20615
20644
|
outline: solid 2px #2ea3f2 !important;
|
|
20616
20645
|
background-color: var(--bs-gray-800, #4a4958);
|
|
20617
20646
|
border-color: var(--bs-gray-800, #4a4958);
|
|
@@ -20817,7 +20846,7 @@ blockquote footer::before {
|
|
|
20817
20846
|
}
|
|
20818
20847
|
.card.card-understated .card-header {
|
|
20819
20848
|
background-color: var(--bs-alt, #f5f9fa);
|
|
20820
|
-
color:
|
|
20849
|
+
color: inherit;
|
|
20821
20850
|
}
|
|
20822
20851
|
.card.card-understated .card-header .options .btn {
|
|
20823
20852
|
color: inherit;
|
|
@@ -20827,6 +20856,9 @@ blockquote footer::before {
|
|
|
20827
20856
|
background-color: var(--bs-alt-darker, #f5f9fa);
|
|
20828
20857
|
}
|
|
20829
20858
|
|
|
20859
|
+
/* ---------------------------------------------------------------
|
|
20860
|
+
Profile Banners - /src/styles/components/executive-profiles.scss
|
|
20861
|
+
--------------------------------------------------------------- */
|
|
20830
20862
|
figure.executive-profile {
|
|
20831
20863
|
display: flex;
|
|
20832
20864
|
flex-direction: row;
|
|
@@ -21096,6 +21128,9 @@ figure.executive-profile.vertical .body {
|
|
|
21096
21128
|
/* -----------------------------------------
|
|
21097
21129
|
CARDS - /src/styles/components/cards.scss
|
|
21098
21130
|
----------------------------------------- */
|
|
21131
|
+
/* ---------------------------------------------------------------
|
|
21132
|
+
Profile Banners - /src/styles/components/executive-profiles.scss
|
|
21133
|
+
--------------------------------------------------------------- */
|
|
21099
21134
|
}
|
|
21100
21135
|
[data-bs-theme=dark] .ca-gov-logo-svg {
|
|
21101
21136
|
background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201304%20949%22%3E%3Cpath%20fill%3D%22%23fdb71c%22%20d%3D%22M799%20398c3-11%2012-42%2027-91%203-13%2012-38%2027-77%2014-40%2026-71%2034-95-28%2019-53%2042-76%2067-92%20100-200%20220-238%20283%2014-4%2043-34%20136-66q43.5-16.5%2090-21m-16%2064c-291%200-418%20464-620%20464-46%200-81-21-106-62-16-27-25-58-24-90%200-84%2040-191%20120-320%2068-110%20140-198%20216-265%2065-58%20121-86%20168-86%2024-1%2046%2010%2061%2029%2012%2016%2018%2035%2017%2054%200%2038-13%2081-38%20130-22%2042-50%2080-83%20113-23%2021-40%2031-52%2031-9-1-17-5-22-12-5-5-8-13-8-20%200-14%2012-29%2036-47%2031-23%2058-51%2080-82%2029-43%2044-80%2044-110%201-1-2-19-8-27-6-6-15-9-24-9-22%200-52%2016-92%2047-53%2043-101%2091-143%20144-59%2069-108%20146-146%20228-34%2078-52%20144-52%20199-1%2024%208%2048%2023%2067%2014%2020%2037%2032%2062%2031%2092-3%20207-214%20243-263C787%20120%20814%20119%20867%2068c31-30%2055-44%2071-44%2010%200%2020%205%2026%2012s9%2016%2010%2025c-2%2020-8%2039-16%2058-19%2048-37%20100-54%20155-15%2049-25%2086-30%20112%205%200%209%200%2014-1%2011%200%2021-1%2029-1%2023%200%2034%209%2034%2026%200%208-3%2016-7%2022s-10%2011-17%2013c-6%201-13%201-19%201-17-1-33%201-50%204-4%2012-15%20117-31%20121-49%2043-45-95-44-109%22%2F%3E%3Cpath%20d%3D%22M495%20779c12%200%2024%205%2033%2014s14%2020%2014%2033c0%2026-21%2046-46%2046-26%200-46-21-46-46-1-26%2019-47%2045-47m284-123-33%2032c-18-21-44-33-72-33-22-1-44%208-60%2024-16%2015-25%2036-24%2058%200%2022%209%2044%2025%2059%2016%2016%2039%2025%2062%2024%2014%200%2028-3%2040-10%2012-8%2021-19%2026-31h-70v-43h122v10c0%2021-6%2042-17%2060-10%2018-25%2033-43%2044-19%2010-40%2016-62%2015-24%200-47-5-67-16s-36-27-47-47-17-43-17-66c0-31%2011-61%2032-84%2025-28%2061-44%2099-42%2020%200%2040%204%2059%2012%2018%208%2034%2020%2047%2034m159-45c33%200%2065%2013%2089%2037s38%2057%2037%2091c1%2034-12%2066-36%2090-50%2049-130%2049-179%200l-1-1c-49-50-49-131%201-180%2023-24%2055-37%2089-37m-1%2045c-21%200-42%208-56%2023-15%2016-24%2037-23%2060-1%2025%2010%2048%2029%2064%2014%2012%2033%2019%2051%2018%2021%200%2041-8%2056-24%2031-33%2031-84%200-117-15-16-36-24-57-24m118-36h47l61%20172%2062-172h47l-87%20242h-45z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E");
|
|
@@ -21141,6 +21176,9 @@ figure.executive-profile.vertical .body {
|
|
|
21141
21176
|
background-color: var(--bs-alt-darkest, #c5dce2);
|
|
21142
21177
|
color: var(--bs-black);
|
|
21143
21178
|
}
|
|
21179
|
+
[data-bs-theme=dark] figure.executive-profile .body *:not(a) {
|
|
21180
|
+
color: var(--bs-black, #000);
|
|
21181
|
+
}
|
|
21144
21182
|
|
|
21145
21183
|
/*
|
|
21146
21184
|
@import "variables";
|
package/build/delta.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?php return array('dependencies' => array(), 'version' => '
|
|
1
|
+
<?php return array('dependencies' => array(), 'version' => '461a27d1989e0c66b40f');
|
package/build/delta.css
CHANGED
|
@@ -20143,12 +20143,41 @@ a .ca-gov-icon-external-link::before {
|
|
|
20143
20143
|
.page-date {
|
|
20144
20144
|
--bs-gutter-x: 1.5rem;
|
|
20145
20145
|
--bs-gutter-y: 0;
|
|
20146
|
-
|
|
20147
|
-
|
|
20148
|
-
|
|
20149
|
-
margin-right:
|
|
20150
|
-
margin-left:
|
|
20151
|
-
|
|
20146
|
+
width: 100%;
|
|
20147
|
+
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
|
20148
|
+
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
|
20149
|
+
margin-right: auto;
|
|
20150
|
+
margin-left: auto;
|
|
20151
|
+
}
|
|
20152
|
+
@media (min-width: 576px) {
|
|
20153
|
+
.page-title,
|
|
20154
|
+
.page-date {
|
|
20155
|
+
max-width: 540px;
|
|
20156
|
+
}
|
|
20157
|
+
}
|
|
20158
|
+
@media (min-width: 768px) {
|
|
20159
|
+
.page-title,
|
|
20160
|
+
.page-date {
|
|
20161
|
+
max-width: 720px;
|
|
20162
|
+
}
|
|
20163
|
+
}
|
|
20164
|
+
@media (min-width: 992px) {
|
|
20165
|
+
.page-title,
|
|
20166
|
+
.page-date {
|
|
20167
|
+
max-width: 960px;
|
|
20168
|
+
}
|
|
20169
|
+
}
|
|
20170
|
+
@media (min-width: 1200px) {
|
|
20171
|
+
.page-title,
|
|
20172
|
+
.page-date {
|
|
20173
|
+
max-width: 1140px;
|
|
20174
|
+
}
|
|
20175
|
+
}
|
|
20176
|
+
@media (min-width: 1400px) {
|
|
20177
|
+
.page-title,
|
|
20178
|
+
.page-date {
|
|
20179
|
+
max-width: 1320px;
|
|
20180
|
+
}
|
|
20152
20181
|
}
|
|
20153
20182
|
|
|
20154
20183
|
.page-date {
|
|
@@ -20600,34 +20629,34 @@ header.global-header .navigation .container .nav-item .dropdown-menu .link-descr
|
|
|
20600
20629
|
SEARCH
|
|
20601
20630
|
/src/styles/components/search.scss
|
|
20602
20631
|
----------------------------------------- */
|
|
20603
|
-
|
|
20632
|
+
.search-container {
|
|
20604
20633
|
align-self: center;
|
|
20605
20634
|
margin-left: auto;
|
|
20606
20635
|
width: 32%;
|
|
20607
20636
|
}
|
|
20608
|
-
|
|
20637
|
+
.search-container form {
|
|
20609
20638
|
margin-top: 0;
|
|
20610
20639
|
margin-bottom: 0;
|
|
20611
20640
|
}
|
|
20612
|
-
|
|
20641
|
+
.search-container form .search-textfield {
|
|
20613
20642
|
max-height: 38px;
|
|
20614
20643
|
border-radius: 5px 0 0 5px !important;
|
|
20615
20644
|
border: 1px solid var(--bs-gray-600, #72717c);
|
|
20616
20645
|
}
|
|
20617
|
-
|
|
20646
|
+
.search-container form .search-textfield::-moz-placeholder {
|
|
20618
20647
|
color: var(--bs-black, #000);
|
|
20619
20648
|
opacity: 1;
|
|
20620
20649
|
}
|
|
20621
|
-
|
|
20650
|
+
.search-container form .search-textfield::placeholder {
|
|
20622
20651
|
color: var(--bs-black, #000);
|
|
20623
20652
|
opacity: 1;
|
|
20624
20653
|
}
|
|
20625
|
-
|
|
20654
|
+
.search-container form .search-textfield:focus {
|
|
20626
20655
|
outline: solid 2px #2ea3f2 !important;
|
|
20627
20656
|
outline-offset: -2px;
|
|
20628
20657
|
box-shadow: none;
|
|
20629
20658
|
}
|
|
20630
|
-
|
|
20659
|
+
.search-container form .search-button {
|
|
20631
20660
|
padding: 0 12px;
|
|
20632
20661
|
border: 1px solid;
|
|
20633
20662
|
border-radius: 0 5px 5px 0;
|
|
@@ -20637,7 +20666,7 @@ header.global-header .search-container form .search-button {
|
|
|
20637
20666
|
background-color: var(--bs-gray-600, #72717c);
|
|
20638
20667
|
border-color: var(--bs-gray-600, #72717c);
|
|
20639
20668
|
}
|
|
20640
|
-
|
|
20669
|
+
.search-container form .search-button:hover, .search-container form .search-button:focus {
|
|
20641
20670
|
outline: solid 2px #2ea3f2 !important;
|
|
20642
20671
|
background-color: var(--bs-gray-800, #4a4958);
|
|
20643
20672
|
border-color: var(--bs-gray-800, #4a4958);
|
|
@@ -20843,7 +20872,7 @@ blockquote footer::before {
|
|
|
20843
20872
|
}
|
|
20844
20873
|
.card.card-understated .card-header {
|
|
20845
20874
|
background-color: var(--bs-alt, #f5f9fa);
|
|
20846
|
-
color:
|
|
20875
|
+
color: inherit;
|
|
20847
20876
|
}
|
|
20848
20877
|
.card.card-understated .card-header .options .btn {
|
|
20849
20878
|
color: inherit;
|
|
@@ -20853,6 +20882,9 @@ blockquote footer::before {
|
|
|
20853
20882
|
background-color: var(--bs-alt-darker, #f5f9fa);
|
|
20854
20883
|
}
|
|
20855
20884
|
|
|
20885
|
+
/* ---------------------------------------------------------------
|
|
20886
|
+
Profile Banners - /src/styles/components/executive-profiles.scss
|
|
20887
|
+
--------------------------------------------------------------- */
|
|
20856
20888
|
figure.executive-profile {
|
|
20857
20889
|
display: flex;
|
|
20858
20890
|
flex-direction: row;
|
|
@@ -21122,6 +21154,9 @@ figure.executive-profile.vertical .body {
|
|
|
21122
21154
|
/* -----------------------------------------
|
|
21123
21155
|
CARDS - /src/styles/components/cards.scss
|
|
21124
21156
|
----------------------------------------- */
|
|
21157
|
+
/* ---------------------------------------------------------------
|
|
21158
|
+
Profile Banners - /src/styles/components/executive-profiles.scss
|
|
21159
|
+
--------------------------------------------------------------- */
|
|
21125
21160
|
}
|
|
21126
21161
|
[data-bs-theme=dark] .ca-gov-logo-svg {
|
|
21127
21162
|
background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201304%20949%22%3E%3Cpath%20fill%3D%22%23fdb71c%22%20d%3D%22M799%20398c3-11%2012-42%2027-91%203-13%2012-38%2027-77%2014-40%2026-71%2034-95-28%2019-53%2042-76%2067-92%20100-200%20220-238%20283%2014-4%2043-34%20136-66q43.5-16.5%2090-21m-16%2064c-291%200-418%20464-620%20464-46%200-81-21-106-62-16-27-25-58-24-90%200-84%2040-191%20120-320%2068-110%20140-198%20216-265%2065-58%20121-86%20168-86%2024-1%2046%2010%2061%2029%2012%2016%2018%2035%2017%2054%200%2038-13%2081-38%20130-22%2042-50%2080-83%20113-23%2021-40%2031-52%2031-9-1-17-5-22-12-5-5-8-13-8-20%200-14%2012-29%2036-47%2031-23%2058-51%2080-82%2029-43%2044-80%2044-110%201-1-2-19-8-27-6-6-15-9-24-9-22%200-52%2016-92%2047-53%2043-101%2091-143%20144-59%2069-108%20146-146%20228-34%2078-52%20144-52%20199-1%2024%208%2048%2023%2067%2014%2020%2037%2032%2062%2031%2092-3%20207-214%20243-263C787%20120%20814%20119%20867%2068c31-30%2055-44%2071-44%2010%200%2020%205%2026%2012s9%2016%2010%2025c-2%2020-8%2039-16%2058-19%2048-37%20100-54%20155-15%2049-25%2086-30%20112%205%200%209%200%2014-1%2011%200%2021-1%2029-1%2023%200%2034%209%2034%2026%200%208-3%2016-7%2022s-10%2011-17%2013c-6%201-13%201-19%201-17-1-33%201-50%204-4%2012-15%20117-31%20121-49%2043-45-95-44-109%22%2F%3E%3Cpath%20d%3D%22M495%20779c12%200%2024%205%2033%2014s14%2020%2014%2033c0%2026-21%2046-46%2046-26%200-46-21-46-46-1-26%2019-47%2045-47m284-123-33%2032c-18-21-44-33-72-33-22-1-44%208-60%2024-16%2015-25%2036-24%2058%200%2022%209%2044%2025%2059%2016%2016%2039%2025%2062%2024%2014%200%2028-3%2040-10%2012-8%2021-19%2026-31h-70v-43h122v10c0%2021-6%2042-17%2060-10%2018-25%2033-43%2044-19%2010-40%2016-62%2015-24%200-47-5-67-16s-36-27-47-47-17-43-17-66c0-31%2011-61%2032-84%2025-28%2061-44%2099-42%2020%200%2040%204%2059%2012%2018%208%2034%2020%2047%2034m159-45c33%200%2065%2013%2089%2037s38%2057%2037%2091c1%2034-12%2066-36%2090-50%2049-130%2049-179%200l-1-1c-49-50-49-131%201-180%2023-24%2055-37%2089-37m-1%2045c-21%200-42%208-56%2023-15%2016-24%2037-23%2060-1%2025%2010%2048%2029%2064%2014%2012%2033%2019%2051%2018%2021%200%2041-8%2056-24%2031-33%2031-84%200-117-15-16-36-24-57-24m118-36h47l61%20172%2062-172h47l-87%20242h-45z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E");
|
|
@@ -21167,6 +21202,9 @@ figure.executive-profile.vertical .body {
|
|
|
21167
21202
|
background-color: var(--bs-alt-darkest, #c5dce2);
|
|
21168
21203
|
color: var(--bs-black);
|
|
21169
21204
|
}
|
|
21205
|
+
[data-bs-theme=dark] figure.executive-profile .body *:not(a) {
|
|
21206
|
+
color: var(--bs-black, #000);
|
|
21207
|
+
}
|
|
21170
21208
|
|
|
21171
21209
|
/*
|
|
21172
21210
|
@import "variables";
|