@caweb/framework 1.9.6 → 1.9.7
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 -0
- package/build/delta.css +16088 -0
- package/build/delta.js +114 -0
- package/build/eureka.asset.php +1 -0
- package/build/eureka.css +16088 -0
- package/build/eureka.js +114 -0
- package/build/mono.asset.php +1 -0
- package/build/mono.css +16088 -0
- package/build/mono.js +114 -0
- package/build/oceanside.asset.php +1 -0
- package/build/oceanside.css +16088 -0
- package/build/oceanside.js +114 -0
- package/build/orangecounty.asset.php +1 -0
- package/build/orangecounty.css +16088 -0
- package/build/orangecounty.js +114 -0
- package/build/pasorobles.asset.php +1 -0
- package/build/pasorobles.css +16088 -0
- package/build/pasorobles.js +114 -0
- package/build/sacramento.asset.php +1 -0
- package/build/sacramento.css +16088 -0
- package/build/sacramento.js +114 -0
- package/build/santabarbara.asset.php +1 -0
- package/build/santabarbara.css +16088 -0
- package/build/santabarbara.js +114 -0
- package/build/santacruz.asset.php +1 -0
- package/build/santacruz.css +16088 -0
- package/build/santacruz.js +114 -0
- package/build/shasta.asset.php +1 -0
- package/build/shasta.css +16088 -0
- package/build/shasta.js +114 -0
- package/build/sierra.asset.php +1 -0
- package/build/sierra.css +16088 -0
- package/build/sierra.js +114 -0
- package/build/trinity.asset.php +1 -0
- package/build/trinity.css +16088 -0
- package/build/trinity.js +114 -0
- package/package.json +1 -1
- package/src/scripts/components/header.js +1 -1
package/package.json
CHANGED
|
@@ -88,7 +88,7 @@ window.addEventListener('DOMContentLoaded', () => {
|
|
|
88
88
|
});
|
|
89
89
|
|
|
90
90
|
// for each element with an id we add the scroll-margin-top
|
|
91
|
-
const updateScrollMarginTop = (element) => {
|
|
91
|
+
const updateScrollMarginTop = (/** @type Element */ element) => {
|
|
92
92
|
if( element instanceof HTMLElement ){
|
|
93
93
|
let scrollMarginHeight = header.clientHeight + topOffset;
|
|
94
94
|
|