@caweb/html-webpack-plugin 1.4.9 → 1.4.11
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 +25 -8
- package/build/delta.asset.php +1 -1
- package/build/delta.css +25 -8
- package/build/delta.css.map +1 -1
- package/build/eureka-rtl.css +25 -8
- package/build/eureka.asset.php +1 -1
- package/build/eureka.css +25 -8
- package/build/eureka.css.map +1 -1
- package/build/mono-rtl.css +25 -8
- package/build/mono.asset.php +1 -1
- package/build/mono.css +25 -8
- package/build/mono.css.map +1 -1
- package/build/oceanside-rtl.css +25 -8
- package/build/oceanside.asset.php +1 -1
- package/build/oceanside.css +25 -8
- package/build/oceanside.css.map +1 -1
- package/build/orangecounty-rtl.css +25 -8
- package/build/orangecounty.asset.php +1 -1
- package/build/orangecounty.css +25 -8
- package/build/orangecounty.css.map +1 -1
- package/build/pasorobles-rtl.css +25 -8
- package/build/pasorobles.asset.php +1 -1
- package/build/pasorobles.css +25 -8
- package/build/pasorobles.css.map +1 -1
- package/build/sacramento-rtl.css +25 -8
- package/build/sacramento.asset.php +1 -1
- package/build/sacramento.css +25 -8
- package/build/sacramento.css.map +1 -1
- package/build/santabarbara-rtl.css +25 -8
- package/build/santabarbara.asset.php +1 -1
- package/build/santabarbara.css +25 -8
- package/build/santabarbara.css.map +1 -1
- package/build/santacruz-rtl.css +25 -8
- package/build/santacruz.asset.php +1 -1
- package/build/santacruz.css +25 -8
- package/build/santacruz.css.map +1 -1
- package/build/shasta-rtl.css +25 -8
- package/build/shasta.asset.php +1 -1
- package/build/shasta.css +25 -8
- package/build/shasta.css.map +1 -1
- package/build/sierra-rtl.css +25 -8
- package/build/sierra.asset.php +1 -1
- package/build/sierra.css +25 -8
- package/build/sierra.css.map +1 -1
- package/build/trinity-rtl.css +25 -8
- package/build/trinity.asset.php +1 -1
- package/build/trinity.css +25 -8
- package/build/trinity.css.map +1 -1
- package/package.json +1 -1
package/build/mono-rtl.css
CHANGED
|
@@ -6414,6 +6414,7 @@
|
|
|
6414
6414
|
3. Add 25%, 50%, 75%, 100% to rounded- utility
|
|
6415
6415
|
4. Add dotted, solid, dashed, wavy to text-decoration- utility
|
|
6416
6416
|
5. Add sm, md, lg to font-size- utility
|
|
6417
|
+
6. Add default, pointer, grab, crosshair to cursor- utility classes
|
|
6417
6418
|
*/
|
|
6418
6419
|
:root,
|
|
6419
6420
|
[data-bs-theme=light] {
|
|
@@ -16965,6 +16966,22 @@ textarea.form-control-lg {
|
|
|
16965
16966
|
text-decoration-style: wavy !important;
|
|
16966
16967
|
}
|
|
16967
16968
|
|
|
16969
|
+
.cursor-default {
|
|
16970
|
+
cursor: default !important;
|
|
16971
|
+
}
|
|
16972
|
+
|
|
16973
|
+
.cursor-pointer {
|
|
16974
|
+
cursor: pointer !important;
|
|
16975
|
+
}
|
|
16976
|
+
|
|
16977
|
+
.cursor-grab {
|
|
16978
|
+
cursor: grab !important;
|
|
16979
|
+
}
|
|
16980
|
+
|
|
16981
|
+
.cursor-crosshair {
|
|
16982
|
+
cursor: crosshair !important;
|
|
16983
|
+
}
|
|
16984
|
+
|
|
16968
16985
|
@media (min-width: 576px) {
|
|
16969
16986
|
.float-sm-start {
|
|
16970
16987
|
float: right !important;
|
|
@@ -20603,34 +20620,34 @@ header.global-header .navigation .container .nav-item .dropdown-menu .link-descr
|
|
|
20603
20620
|
SEARCH
|
|
20604
20621
|
/src/styles/components/search.scss
|
|
20605
20622
|
----------------------------------------- */
|
|
20606
|
-
|
|
20623
|
+
.search-container {
|
|
20607
20624
|
align-self: center;
|
|
20608
20625
|
margin-right: auto;
|
|
20609
20626
|
width: 32%;
|
|
20610
20627
|
}
|
|
20611
|
-
|
|
20628
|
+
.search-container form {
|
|
20612
20629
|
margin-top: 0;
|
|
20613
20630
|
margin-bottom: 0;
|
|
20614
20631
|
}
|
|
20615
|
-
|
|
20632
|
+
.search-container form .search-textfield {
|
|
20616
20633
|
max-height: 38px;
|
|
20617
20634
|
border-radius: 0 5px 5px 0 !important;
|
|
20618
20635
|
border: 1px solid var(--bs-gray-600, #72717c);
|
|
20619
20636
|
}
|
|
20620
|
-
|
|
20637
|
+
.search-container form .search-textfield::-moz-placeholder {
|
|
20621
20638
|
color: var(--bs-black, #000);
|
|
20622
20639
|
opacity: 1;
|
|
20623
20640
|
}
|
|
20624
|
-
|
|
20641
|
+
.search-container form .search-textfield::placeholder {
|
|
20625
20642
|
color: var(--bs-black, #000);
|
|
20626
20643
|
opacity: 1;
|
|
20627
20644
|
}
|
|
20628
|
-
|
|
20645
|
+
.search-container form .search-textfield:focus {
|
|
20629
20646
|
outline: solid 2px #2ea3f2 !important;
|
|
20630
20647
|
outline-offset: -2px;
|
|
20631
20648
|
box-shadow: none;
|
|
20632
20649
|
}
|
|
20633
|
-
|
|
20650
|
+
.search-container form .search-button {
|
|
20634
20651
|
padding: 0 12px;
|
|
20635
20652
|
border: 1px solid;
|
|
20636
20653
|
border-radius: 5px 0 0 5px;
|
|
@@ -20640,7 +20657,7 @@ header.global-header .search-container form .search-button {
|
|
|
20640
20657
|
background-color: var(--bs-gray-600, #72717c);
|
|
20641
20658
|
border-color: var(--bs-gray-600, #72717c);
|
|
20642
20659
|
}
|
|
20643
|
-
|
|
20660
|
+
.search-container form .search-button:hover, .search-container form .search-button:focus {
|
|
20644
20661
|
outline: solid 2px #2ea3f2 !important;
|
|
20645
20662
|
background-color: var(--bs-gray-800, #4a4958);
|
|
20646
20663
|
border-color: var(--bs-gray-800, #4a4958);
|
package/build/mono.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?php return array('dependencies' => array(), 'version' => '
|
|
1
|
+
<?php return array('dependencies' => array(), 'version' => '316d181034159b6960b9');
|
package/build/mono.css
CHANGED
|
@@ -6414,6 +6414,7 @@
|
|
|
6414
6414
|
3. Add 25%, 50%, 75%, 100% to rounded- utility
|
|
6415
6415
|
4. Add dotted, solid, dashed, wavy to text-decoration- utility
|
|
6416
6416
|
5. Add sm, md, lg to font-size- utility
|
|
6417
|
+
6. Add default, pointer, grab, crosshair to cursor- utility classes
|
|
6417
6418
|
*/
|
|
6418
6419
|
:root,
|
|
6419
6420
|
[data-bs-theme=light] {
|
|
@@ -16991,6 +16992,22 @@ textarea.form-control-lg {
|
|
|
16991
16992
|
text-decoration-style: wavy !important;
|
|
16992
16993
|
}
|
|
16993
16994
|
|
|
16995
|
+
.cursor-default {
|
|
16996
|
+
cursor: default !important;
|
|
16997
|
+
}
|
|
16998
|
+
|
|
16999
|
+
.cursor-pointer {
|
|
17000
|
+
cursor: pointer !important;
|
|
17001
|
+
}
|
|
17002
|
+
|
|
17003
|
+
.cursor-grab {
|
|
17004
|
+
cursor: grab !important;
|
|
17005
|
+
}
|
|
17006
|
+
|
|
17007
|
+
.cursor-crosshair {
|
|
17008
|
+
cursor: crosshair !important;
|
|
17009
|
+
}
|
|
17010
|
+
|
|
16994
17011
|
@media (min-width: 576px) {
|
|
16995
17012
|
.float-sm-start {
|
|
16996
17013
|
float: left !important;
|
|
@@ -20629,34 +20646,34 @@ header.global-header .navigation .container .nav-item .dropdown-menu .link-descr
|
|
|
20629
20646
|
SEARCH
|
|
20630
20647
|
/src/styles/components/search.scss
|
|
20631
20648
|
----------------------------------------- */
|
|
20632
|
-
|
|
20649
|
+
.search-container {
|
|
20633
20650
|
align-self: center;
|
|
20634
20651
|
margin-left: auto;
|
|
20635
20652
|
width: 32%;
|
|
20636
20653
|
}
|
|
20637
|
-
|
|
20654
|
+
.search-container form {
|
|
20638
20655
|
margin-top: 0;
|
|
20639
20656
|
margin-bottom: 0;
|
|
20640
20657
|
}
|
|
20641
|
-
|
|
20658
|
+
.search-container form .search-textfield {
|
|
20642
20659
|
max-height: 38px;
|
|
20643
20660
|
border-radius: 5px 0 0 5px !important;
|
|
20644
20661
|
border: 1px solid var(--bs-gray-600, #72717c);
|
|
20645
20662
|
}
|
|
20646
|
-
|
|
20663
|
+
.search-container form .search-textfield::-moz-placeholder {
|
|
20647
20664
|
color: var(--bs-black, #000);
|
|
20648
20665
|
opacity: 1;
|
|
20649
20666
|
}
|
|
20650
|
-
|
|
20667
|
+
.search-container form .search-textfield::placeholder {
|
|
20651
20668
|
color: var(--bs-black, #000);
|
|
20652
20669
|
opacity: 1;
|
|
20653
20670
|
}
|
|
20654
|
-
|
|
20671
|
+
.search-container form .search-textfield:focus {
|
|
20655
20672
|
outline: solid 2px #2ea3f2 !important;
|
|
20656
20673
|
outline-offset: -2px;
|
|
20657
20674
|
box-shadow: none;
|
|
20658
20675
|
}
|
|
20659
|
-
|
|
20676
|
+
.search-container form .search-button {
|
|
20660
20677
|
padding: 0 12px;
|
|
20661
20678
|
border: 1px solid;
|
|
20662
20679
|
border-radius: 0 5px 5px 0;
|
|
@@ -20666,7 +20683,7 @@ header.global-header .search-container form .search-button {
|
|
|
20666
20683
|
background-color: var(--bs-gray-600, #72717c);
|
|
20667
20684
|
border-color: var(--bs-gray-600, #72717c);
|
|
20668
20685
|
}
|
|
20669
|
-
|
|
20686
|
+
.search-container form .search-button:hover, .search-container form .search-button:focus {
|
|
20670
20687
|
outline: solid 2px #2ea3f2 !important;
|
|
20671
20688
|
background-color: var(--bs-gray-800, #4a4958);
|
|
20672
20689
|
border-color: var(--bs-gray-800, #4a4958);
|