@mjhls/mjh-framework 1.0.643 → 1.0.644

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 CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.643
2
+ # mjh-framework v. 1.0.644
3
3
 
4
4
  > Foundation Framework
5
5
 
@@ -34,7 +34,7 @@ var index_esm$2 = require('./index.esm-fe549f9c.js');
34
34
  require('./SocialIcons.js');
35
35
  require('react-bootstrap/Form');
36
36
  require('react-bootstrap/FormControl');
37
- var SocialSearchComponent = require('./SocialSearchComponent-bf750093.js');
37
+ var SocialSearchComponent = require('./SocialSearchComponent-c1cf0d88.js');
38
38
 
39
39
  var HamMagazine = function HamMagazine(props) {
40
40
  /*
@@ -34,7 +34,7 @@ var index_esm$2 = require('./index.esm-fe549f9c.js');
34
34
  require('./SocialIcons.js');
35
35
  require('react-bootstrap/Form');
36
36
  require('react-bootstrap/FormControl');
37
- var SocialSearchComponent = require('./SocialSearchComponent-bf750093.js');
37
+ var SocialSearchComponent = require('./SocialSearchComponent-c1cf0d88.js');
38
38
 
39
39
  var NavMagazine = function NavMagazine(props) {
40
40
  /*
@@ -312,7 +312,7 @@ var NavMagazine = function NavMagazine(props) {
312
312
  Navbar,
313
313
  {
314
314
  id: 'navbar-ham',
315
- style: { width: '100%', display: 'flex', top: topOffset, overflow: 'auto' },
315
+ style: { width: '100%', display: 'flex', top: topOffset, overflow: 'auto', zIndex: '999999' },
316
316
  className: main.main_40 ? 'bottom-nav ios-nav' : 'bottom-nav ',
317
317
  variant: 'dark',
318
318
  expand: 'xl',
@@ -44,7 +44,8 @@ var SocialSearchComponent = function SocialSearchComponent(_ref) {
44
44
  var navWrapper = document.getElementById(navID);
45
45
  var mastNav = document.querySelector('.nav-brands');
46
46
  var topOffset = 0;
47
- if (window && window.innerWidth < 1200 && mastNav && mastNav.offsetHeight) topOffset = topOffset + mastNav.offsetHeight;
47
+ // Checking for non-IOS devices before setting the offset position.
48
+ if (window && window.innerWidth < 1200 && mastNav && mastNav.offsetHeight && !main.main_31) topOffset = topOffset + mastNav.offsetHeight;
48
49
  if (navWrapper && navWrapper.offsetHeight) topOffset = topOffset + navWrapper.offsetHeight;
49
50
  setTopOffset(topOffset + 2);
50
51
 
@@ -57,7 +57,7 @@ require('./index.esm-fe549f9c.js');
57
57
  require('./SocialIcons.js');
58
58
  require('react-bootstrap/Form');
59
59
  require('react-bootstrap/FormControl');
60
- require('./SocialSearchComponent-bf750093.js');
60
+ require('./SocialSearchComponent-c1cf0d88.js');
61
61
  var NavMagazine = require('./NavMagazine.js');
62
62
  var NavNative = require('./NavNative.js');
63
63
  require('./Search.js');
package/dist/cjs/index.js CHANGED
@@ -110,7 +110,7 @@ require('./index.esm-fe549f9c.js');
110
110
  var SocialIcons = require('./SocialIcons.js');
111
111
  require('react-bootstrap/Form');
112
112
  require('react-bootstrap/FormControl');
113
- require('./SocialSearchComponent-bf750093.js');
113
+ require('./SocialSearchComponent-c1cf0d88.js');
114
114
  var NavMagazine = require('./NavMagazine.js');
115
115
  var NavNative = require('./NavNative.js');
116
116
  var Search = require('./Search.js');
@@ -27,7 +27,7 @@ import { S as SocialNavFooter } from './index.esm-73e847d2.js';
27
27
  import './SocialIcons.js';
28
28
  import 'react-bootstrap/Form';
29
29
  import 'react-bootstrap/FormControl';
30
- import { S as SocialSearchComponent } from './SocialSearchComponent-6d144699.js';
30
+ import { S as SocialSearchComponent } from './SocialSearchComponent-9c8358c4.js';
31
31
 
32
32
  var HamMagazine = function HamMagazine(props) {
33
33
  /*
@@ -27,7 +27,7 @@ import { S as SocialNavFooter } from './index.esm-73e847d2.js';
27
27
  import './SocialIcons.js';
28
28
  import 'react-bootstrap/Form';
29
29
  import 'react-bootstrap/FormControl';
30
- import { S as SocialSearchComponent } from './SocialSearchComponent-6d144699.js';
30
+ import { S as SocialSearchComponent } from './SocialSearchComponent-9c8358c4.js';
31
31
 
32
32
  var NavMagazine = function NavMagazine(props) {
33
33
  /*
@@ -305,7 +305,7 @@ var NavMagazine = function NavMagazine(props) {
305
305
  Navbar,
306
306
  {
307
307
  id: 'navbar-ham',
308
- style: { width: '100%', display: 'flex', top: topOffset, overflow: 'auto' },
308
+ style: { width: '100%', display: 'flex', top: topOffset, overflow: 'auto', zIndex: '999999' },
309
309
  className: main_40 ? 'bottom-nav ios-nav' : 'bottom-nav ',
310
310
  variant: 'dark',
311
311
  expand: 'xl',
@@ -39,7 +39,8 @@ var SocialSearchComponent = function SocialSearchComponent(_ref) {
39
39
  var navWrapper = document.getElementById(navID);
40
40
  var mastNav = document.querySelector('.nav-brands');
41
41
  var topOffset = 0;
42
- if (window && window.innerWidth < 1200 && mastNav && mastNav.offsetHeight) topOffset = topOffset + mastNav.offsetHeight;
42
+ // Checking for non-IOS devices before setting the offset position.
43
+ if (window && window.innerWidth < 1200 && mastNav && mastNav.offsetHeight && !main_31) topOffset = topOffset + mastNav.offsetHeight;
43
44
  if (navWrapper && navWrapper.offsetHeight) topOffset = topOffset + navWrapper.offsetHeight;
44
45
  setTopOffset(topOffset + 2);
45
46
 
@@ -51,7 +51,7 @@ import './index.esm-73e847d2.js';
51
51
  import './SocialIcons.js';
52
52
  import 'react-bootstrap/Form';
53
53
  import 'react-bootstrap/FormControl';
54
- import './SocialSearchComponent-6d144699.js';
54
+ import './SocialSearchComponent-9c8358c4.js';
55
55
  import MagazineNav from './NavMagazine.js';
56
56
  import { NavNative } from './NavNative.js';
57
57
  import './Search.js';
package/dist/esm/index.js CHANGED
@@ -106,7 +106,7 @@ import './index.esm-73e847d2.js';
106
106
  export { default as SocialIcons } from './SocialIcons.js';
107
107
  import 'react-bootstrap/Form';
108
108
  import 'react-bootstrap/FormControl';
109
- import './SocialSearchComponent-6d144699.js';
109
+ import './SocialSearchComponent-9c8358c4.js';
110
110
  export { default as NavMagazine } from './NavMagazine.js';
111
111
  export { NavNative } from './NavNative.js';
112
112
  export { default as Search } from './Search.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.643",
3
+ "version": "1.0.644",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",