@mjhls/mjh-framework 1.0.267 → 1.0.268

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.267
2
+ # mjh-framework v. 1.0.268
3
3
 
4
4
  > Foundation Framework
5
5
 
@@ -799,7 +799,7 @@ var Column2 = function Column2(props) {
799
799
  var LeftNav = function LeftNav(props) {
800
800
  var leftItems = props.leftItems,
801
801
  _props$fixedHeight = props.fixedHeight,
802
- fixedHeight = _props$fixedHeight === undefined ? true : _props$fixedHeight,
802
+ fixedHeight = _props$fixedHeight === undefined ? false : _props$fixedHeight,
803
803
  _props$SeeAll = props.SeeAll,
804
804
  SeeAll = _props$SeeAll === undefined ? true : _props$SeeAll;
805
805
 
@@ -21,7 +21,7 @@ require('./get-1f91592f.js');
21
21
  require('react-bootstrap');
22
22
  require('./index.esm-340d3792.js');
23
23
  require('react-bootstrap/Button');
24
- var TemplateNormal = require('./Normal-8c148732.js');
24
+ var TemplateNormal = require('./Normal-a0314a82.js');
25
25
  require('react-bootstrap/ListGroup');
26
26
  require('next/head');
27
27
  require('react-bootstrap/Nav');
package/dist/cjs/index.js CHANGED
@@ -52,7 +52,7 @@ var IssueDeck = require('./IssueDeck.js');
52
52
  require('react-bootstrap/Badge');
53
53
  var IssueContentDeck = require('./IssueContentDeck.js');
54
54
  var Spinner = _interopDefault(require('react-bootstrap/Spinner'));
55
- var TemplateNormal = require('./Normal-8c148732.js');
55
+ var TemplateNormal = require('./Normal-a0314a82.js');
56
56
  require('react-bootstrap/ListGroup');
57
57
  var Head = _interopDefault(require('next/head'));
58
58
  var Accordion = _interopDefault(require('react-bootstrap/Accordion'));
@@ -794,7 +794,7 @@ var Column2 = function Column2(props) {
794
794
  var LeftNav = function LeftNav(props) {
795
795
  var leftItems = props.leftItems,
796
796
  _props$fixedHeight = props.fixedHeight,
797
- fixedHeight = _props$fixedHeight === undefined ? true : _props$fixedHeight,
797
+ fixedHeight = _props$fixedHeight === undefined ? false : _props$fixedHeight,
798
798
  _props$SeeAll = props.SeeAll,
799
799
  SeeAll = _props$SeeAll === undefined ? true : _props$SeeAll;
800
800
 
@@ -19,7 +19,7 @@ import './get-b2201dc8.js';
19
19
  import 'react-bootstrap';
20
20
  import './index.esm-536609db.js';
21
21
  import 'react-bootstrap/Button';
22
- export { T as default } from './Normal-3822b5a3.js';
22
+ export { T as default } from './Normal-86e740c0.js';
23
23
  import 'react-bootstrap/ListGroup';
24
24
  import 'next/head';
25
25
  import 'react-bootstrap/Nav';
package/dist/esm/index.js CHANGED
@@ -48,8 +48,8 @@ export { default as IssueDeck } from './IssueDeck.js';
48
48
  import 'react-bootstrap/Badge';
49
49
  export { default as IssueContentDeck } from './IssueContentDeck.js';
50
50
  import Spinner from 'react-bootstrap/Spinner';
51
- import { M as MdPictureAsPdf, T as TemplateNormal } from './Normal-3822b5a3.js';
52
- export { A as AD728x90, C as Column1, a as Column2, b as Column3, f as HamMagazine, H as Header, L as LeftNav, e as NavDvm, c as NavMagazine, N as NavNative, d as NavNormal, P as PageFilter, S as Search, g as SideFooter, T as TemplateNormal } from './Normal-3822b5a3.js';
51
+ import { M as MdPictureAsPdf, T as TemplateNormal } from './Normal-86e740c0.js';
52
+ export { A as AD728x90, C as Column1, a as Column2, b as Column3, f as HamMagazine, H as Header, L as LeftNav, e as NavDvm, c as NavMagazine, N as NavNative, d as NavNormal, P as PageFilter, S as Search, g as SideFooter, T as TemplateNormal } from './Normal-86e740c0.js';
53
53
  import 'react-bootstrap/ListGroup';
54
54
  import Head from 'next/head';
55
55
  import Accordion from 'react-bootstrap/Accordion';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.267",
3
+ "version": "1.0.268",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",