@caweb/html-webpack-plugin 1.5.21 → 1.5.22
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.asset.php +1 -1
- package/build/delta.js +6 -3
- package/build/delta.js.map +1 -1
- package/build/delta.min.asset.php +1 -1
- package/build/delta.min.js +1 -1
- package/build/eureka.asset.php +1 -1
- package/build/eureka.js +6 -3
- package/build/eureka.js.map +1 -1
- package/build/eureka.min.asset.php +1 -1
- package/build/eureka.min.js +1 -1
- package/build/mono.asset.php +1 -1
- package/build/mono.js +6 -3
- package/build/mono.js.map +1 -1
- package/build/mono.min.asset.php +1 -1
- package/build/mono.min.js +1 -1
- package/build/oceanside.asset.php +1 -1
- package/build/oceanside.js +6 -3
- package/build/oceanside.js.map +1 -1
- package/build/oceanside.min.asset.php +1 -1
- package/build/oceanside.min.js +1 -1
- package/build/orangecounty.asset.php +1 -1
- package/build/orangecounty.js +6 -3
- package/build/orangecounty.js.map +1 -1
- package/build/orangecounty.min.asset.php +1 -1
- package/build/orangecounty.min.js +1 -1
- package/build/pasorobles.asset.php +1 -1
- package/build/pasorobles.js +6 -3
- package/build/pasorobles.js.map +1 -1
- package/build/pasorobles.min.asset.php +1 -1
- package/build/pasorobles.min.js +1 -1
- package/build/sacramento.asset.php +1 -1
- package/build/sacramento.js +6 -3
- package/build/sacramento.js.map +1 -1
- package/build/sacramento.min.asset.php +1 -1
- package/build/sacramento.min.js +1 -1
- package/build/santabarbara.asset.php +1 -1
- package/build/santabarbara.js +6 -3
- package/build/santabarbara.js.map +1 -1
- package/build/santabarbara.min.asset.php +1 -1
- package/build/santabarbara.min.js +1 -1
- package/build/santacruz.asset.php +1 -1
- package/build/santacruz.js +6 -3
- package/build/santacruz.js.map +1 -1
- package/build/santacruz.min.asset.php +1 -1
- package/build/santacruz.min.js +1 -1
- package/build/shasta.asset.php +1 -1
- package/build/shasta.js +6 -3
- package/build/shasta.js.map +1 -1
- package/build/shasta.min.asset.php +1 -1
- package/build/shasta.min.js +1 -1
- package/build/sierra.asset.php +1 -1
- package/build/sierra.js +6 -3
- package/build/sierra.js.map +1 -1
- package/build/sierra.min.asset.php +1 -1
- package/build/sierra.min.js +1 -1
- package/build/trinity.asset.php +1 -1
- package/build/trinity.js +6 -3
- package/build/trinity.js.map +1 -1
- package/build/trinity.min.asset.php +1 -1
- package/build/trinity.min.js +1 -1
- package/package.json +3 -3
package/build/delta.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?php return array('dependencies' => array(), 'version' => '
|
|
1
|
+
<?php return array('dependencies' => array(), 'version' => '51778fbd4bd21bfe2c16');
|
package/build/delta.js
CHANGED
|
@@ -6384,12 +6384,15 @@ window.addEventListener('load', () => {
|
|
|
6384
6384
|
|
|
6385
6385
|
// downscroll code passed the header height
|
|
6386
6386
|
if (document.body.scrollTop >= header.offsetHeight || document.documentElement.scrollTop >= header.offsetHeight) {
|
|
6387
|
-
var _alerts$scrollHeight, _utilityHeader$scroll;
|
|
6388
6387
|
// lets add the scroll heights of any alerts
|
|
6389
|
-
|
|
6388
|
+
if (alerts) {
|
|
6389
|
+
scrollHeights += alerts.scrollHeight;
|
|
6390
|
+
}
|
|
6390
6391
|
|
|
6391
6392
|
// lets add the scroll heights of the utility header
|
|
6392
|
-
|
|
6393
|
+
if (utilityHeader) {
|
|
6394
|
+
scrollHeights += utilityHeader.scrollHeight;
|
|
6395
|
+
}
|
|
6393
6396
|
|
|
6394
6397
|
// move the header up to the scroll height, minus any elements above the header
|
|
6395
6398
|
header.style.top = `-${scrollHeights - miscElementHeights}px`;
|