@mjhls/mjh-framework 1.0.917 → 1.0.918
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/README.md +1 -1
- package/dist/cjs/NavMagazine.js +1 -1
- package/dist/esm/NavMagazine.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# mjh-framework v. 1.0.
|
|
1
|
+
# mjh-framework v. 1.0.918
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/mjh-framework) [](https://standardjs.com)
|
|
4
4
|
|
package/dist/cjs/NavMagazine.js
CHANGED
|
@@ -352,7 +352,7 @@ var NavMagazine = function NavMagazine(props) {
|
|
|
352
352
|
if (searchBar && searchBar.classList) {
|
|
353
353
|
searchBar.classList.remove('show');
|
|
354
354
|
}
|
|
355
|
-
if (searchBtn && searchBtn[0].classList) {
|
|
355
|
+
if (searchBtn && searchBtn[0] && searchBtn[0].classList) {
|
|
356
356
|
searchBtn[0].classList.remove('active-search');
|
|
357
357
|
}
|
|
358
358
|
}
|
package/dist/esm/NavMagazine.js
CHANGED
|
@@ -340,7 +340,7 @@ var NavMagazine = function NavMagazine(props) {
|
|
|
340
340
|
if (searchBar && searchBar.classList) {
|
|
341
341
|
searchBar.classList.remove('show');
|
|
342
342
|
}
|
|
343
|
-
if (searchBtn && searchBtn[0].classList) {
|
|
343
|
+
if (searchBtn && searchBtn[0] && searchBtn[0].classList) {
|
|
344
344
|
searchBtn[0].classList.remove('active-search');
|
|
345
345
|
}
|
|
346
346
|
}
|