@cagovweb/state-template 6.3.1-beta3 → 6.3.1-beta5

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.
@@ -1,4 +1,4 @@
1
- var StateTemplateNpmPackageVersion="6.3.1-beta3";
1
+ var StateTemplateNpmPackageVersion="6.3.1-beta5";
2
2
  /*!
3
3
  * Bootstrap v5.3.0 (https://getbootstrap.com/)
4
4
  * Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
@@ -8848,10 +8848,9 @@ window.addEventListener("load", () => {
8848
8848
  const mobileCheck = () => {
8849
8849
  if (mobileControlsDisplay == "block") {
8850
8850
  // mobile
8851
- setClosed();
8851
+ closeMenu();
8852
8852
  } else {
8853
8853
  // desktop
8854
- setOpen();
8855
8854
  NavReset();
8856
8855
  }
8857
8856
  };
@@ -8862,6 +8861,5 @@ window.addEventListener("load", () => {
8862
8861
  // ONLOAD
8863
8862
  // move duplicated logo to navigation drawer section
8864
8863
  document.querySelector(".navigation-search")?.prepend(mobileItemsCont);
8865
-
8866
8864
  mobileCheck();
8867
8865
  });