@mjhls/mjh-framework 1.0.266 → 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.266
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'));
@@ -13908,9 +13908,9 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
13908
13908
 
13909
13909
  React.useEffect(function () {
13910
13910
  var parsedUrl = window.location.href.split('/');
13911
- setCurrentPath(parsedUrl[parsedUrl.length - 1]);
13911
+ setCurrentPath(parsedUrl[parsedUrl.length - 1].split('?')[0]);
13912
13912
  setParentPath(parsedUrl[parsedUrl.length - 2]);
13913
- });
13913
+ }, []);
13914
13914
 
13915
13915
  if (data && data.length > 0) {
13916
13916
  return React__default.createElement(
@@ -13947,7 +13947,7 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
13947
13947
  React__default.createElement(
13948
13948
  Breadcrumb.Item,
13949
13949
  { active: true },
13950
- currentPath.indexOf('?page') !== -1 ? currentPath.slice(NaN, currentPath.indexOf('?page')) : currentPath
13950
+ currentPath
13951
13951
  ),
13952
13952
  React__default.createElement(
13953
13953
  'style',
@@ -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';
@@ -13906,9 +13906,9 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
13906
13906
 
13907
13907
  useEffect(function () {
13908
13908
  var parsedUrl = window.location.href.split('/');
13909
- setCurrentPath(parsedUrl[parsedUrl.length - 1]);
13909
+ setCurrentPath(parsedUrl[parsedUrl.length - 1].split('?')[0]);
13910
13910
  setParentPath(parsedUrl[parsedUrl.length - 2]);
13911
- });
13911
+ }, []);
13912
13912
 
13913
13913
  if (data && data.length > 0) {
13914
13914
  return React__default.createElement(
@@ -13945,7 +13945,7 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
13945
13945
  React__default.createElement(
13946
13946
  Breadcrumb.Item,
13947
13947
  { active: true },
13948
- currentPath.indexOf('?page') !== -1 ? currentPath.slice(NaN, currentPath.indexOf('?page')) : currentPath
13948
+ currentPath
13949
13949
  ),
13950
13950
  React__default.createElement(
13951
13951
  'style',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.266",
3
+ "version": "1.0.268",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",