@mjhls/mjh-framework 1.0.251 → 1.0.252

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.251
2
+ # mjh-framework v. 1.0.252
3
3
 
4
4
  > Foundation Framework
5
5
 
@@ -16,7 +16,7 @@ var React__default = _interopDefault(React);
16
16
  var index = require('./index-fa3cec70.js');
17
17
  require('prop-types');
18
18
  var Container = _interopDefault(require('react-bootstrap/Container'));
19
- var Row = _interopDefault(require('react-bootstrap/Row'));
19
+ require('react-bootstrap/Row');
20
20
  require('react-bootstrap/Col');
21
21
  require('react-bootstrap/Card');
22
22
  var visibilitySensor = require('./visibility-sensor-b72d9527.js');
@@ -193,7 +193,7 @@ var MasterDeck = function (_React$Component) {
193
193
  }, _this.cardLoader = function (page, columns, variant) {
194
194
  var numberOfItemsBeforeAd = 6;
195
195
  return React__default.createElement(
196
- Row,
196
+ 'div',
197
197
  null,
198
198
  _this.state.data && _this.state.data.map(function (row, index) {
199
199
  var pageNumber = row.pageNumber || _this.state.page;
@@ -11,7 +11,7 @@ import React__default from 'react';
11
11
  import { l as lib_3 } from './index-fa84ea96.js';
12
12
  import 'prop-types';
13
13
  import Container from 'react-bootstrap/Container';
14
- import Row from 'react-bootstrap/Row';
14
+ import 'react-bootstrap/Row';
15
15
  import 'react-bootstrap/Col';
16
16
  import 'react-bootstrap/Card';
17
17
  import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-336093e1.js';
@@ -187,7 +187,7 @@ var MasterDeck = function (_React$Component) {
187
187
  }, _this.cardLoader = function (page, columns, variant) {
188
188
  var numberOfItemsBeforeAd = 6;
189
189
  return React__default.createElement(
190
- Row,
190
+ 'div',
191
191
  null,
192
192
  _this.state.data && _this.state.data.map(function (row, index) {
193
193
  var pageNumber = row.pageNumber || _this.state.page;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.251",
3
+ "version": "1.0.252",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",