@cagovweb/state-template 6.4.0 → 6.4.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.
Binary file
@@ -1,4 +1,4 @@
1
- var StateTemplateNpmPackageVersion="6.4.0";
1
+ var StateTemplateNpmPackageVersion="6.4.1";
2
2
  /*!
3
3
  * Bootstrap v5.3.3 (https://getbootstrap.com/)
4
4
  * Copyright 2011-2024 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
@@ -8714,7 +8714,7 @@ window.addEventListener("load", () => {
8714
8714
 
8715
8715
  //Used for hiding/showing main elements
8716
8716
  const mainElements = document.querySelectorAll(
8717
- ".main-content, footer, .site-footer, .utility-header, .branding, header"
8717
+ ".main-content, footer, .site-footer, .utility-header, .branding"
8718
8718
  );
8719
8719
 
8720
8720
  const regularHeader = document.querySelector("header");