@mjhls/mjh-framework 1.0.143 → 1.0.144

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.143
2
+ # mjh-framework v. 1.0.144
3
3
 
4
4
 
5
5
 
package/dist/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import React__default, { Component, useState, useEffect, useRef, createElement, createContext } from 'react';
1
+ import React__default, { Component, useState, useEffect, useRef, createContext, createElement } from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import reactDom from 'react-dom';
4
4
  import Container from 'react-bootstrap/Container';
@@ -8807,7 +8807,7 @@ var Column2 = function Column2(props) {
8807
8807
  row.component
8808
8808
  );
8809
8809
  }),
8810
- website && website.sideFooterContent && website.sideFooterContent.length && React__default.createElement(SideFooter, { website: website })
8810
+ website && website.sideFooterContent && website.sideFooterContent.length && !website.showFooterOnLeftSide && React__default.createElement(SideFooter, { website: website })
8811
8811
  )
8812
8812
  )
8813
8813
  )
@@ -8963,7 +8963,8 @@ var Column3 = function Column3(props) {
8963
8963
  React__default.createElement(
8964
8964
  Col,
8965
8965
  { md: true, className: 'leftCol', style: { width: '200px' } },
8966
- React__default.createElement(LeftNav, { leftItems: leftItems })
8966
+ React__default.createElement(LeftNav, { leftItems: leftItems }),
8967
+ website && website.sideFooterContent && website.sideFooterContent.length && website.showFooterOnLeftSide && React__default.createElement(SideFooter, { website: website })
8967
8968
  ),
8968
8969
  React__default.createElement(
8969
8970
  Col,
@@ -9007,7 +9008,7 @@ var Column3 = function Column3(props) {
9007
9008
  row.component
9008
9009
  );
9009
9010
  }),
9010
- website && website.sideFooterContent && website.sideFooterContent.length && React__default.createElement(SideFooter, { website: website })
9011
+ website && website.sideFooterContent && website.sideFooterContent.length && !website.showFooterOnLeftSide && React__default.createElement(SideFooter, { website: website })
9011
9012
  )
9012
9013
  )
9013
9014
  )