@cagovweb/state-template 6.4.0 → 6.4.2
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/dist/css/cagov.core.css +927 -2941
- package/dist/css/cagov.core.min.css +2 -2
- package/dist/fonts/CaGov.woff2 +0 -0
- package/dist/js/cagov.core.js +2 -2
- package/dist/js/cagov.core.min.js +2 -2
- package/dist/readme.md +2 -2
- package/package.json +1 -1
package/dist/fonts/CaGov.woff2
CHANGED
|
Binary file
|
package/dist/js/cagov.core.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var StateTemplateNpmPackageVersion="6.4.
|
|
1
|
+
var StateTemplateNpmPackageVersion="6.4.2";
|
|
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
|
|
8717
|
+
".main-content, footer, .site-footer, .utility-header, .branding"
|
|
8718
8718
|
);
|
|
8719
8719
|
|
|
8720
8720
|
const regularHeader = document.querySelector("header");
|