tabexseriescomponents 0.0.647 → 0.0.648
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/dist/index.cjs.js +4 -2
- package/dist/index.esm.js +4 -2
- package/dist/index.umd.js +4 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -44968,7 +44968,9 @@ var Footer5 = function Footer5(props) {
|
|
|
44968
44968
|
className: "".concat(footerStyles.footerContainer) + ' row m-0 w-100 justify-content-center px-2015-3 pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 ',
|
|
44969
44969
|
style: {
|
|
44970
44970
|
position: 'relative',
|
|
44971
|
-
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
44971
|
+
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex',
|
|
44972
|
+
borderLeft: sectionproperties.borderverticalwidth + 'px solid ' + sectionproperties.footerbordercolor,
|
|
44973
|
+
borderRight: sectionproperties.borderverticalwidth + 'px solid ' + sectionproperties.footerbordercolor
|
|
44972
44974
|
}
|
|
44973
44975
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44974
44976
|
"class": footerStyles.footercon + ' row m-0 '
|
|
@@ -57423,7 +57425,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
57423
57425
|
}
|
|
57424
57426
|
}, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
|
|
57425
57427
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57426
|
-
className: 'd-flex align-items-stretch col-md-12 col-sm-12 col-lg-' + item.numberofcols,
|
|
57428
|
+
className: item.numberofcols == 12 ? 'd-flex align-items-stretch p-0 col-md-12 col-sm-12 col-lg-' + item.numberofcols : 'd-flex align-items-stretch col-md-12 col-sm-12 col-lg-' + item.numberofcols,
|
|
57427
57429
|
style: {
|
|
57428
57430
|
marginBottom: sectionproperties.image_mb + 'px',
|
|
57429
57431
|
padding: item.numberofcols == '12' ? 0 : ''
|
package/dist/index.esm.js
CHANGED
|
@@ -44919,7 +44919,9 @@ var Footer5 = function Footer5(props) {
|
|
|
44919
44919
|
className: "".concat(footerStyles.footerContainer) + ' row m-0 w-100 justify-content-center px-2015-3 pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 ',
|
|
44920
44920
|
style: {
|
|
44921
44921
|
position: 'relative',
|
|
44922
|
-
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
44922
|
+
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex',
|
|
44923
|
+
borderLeft: sectionproperties.borderverticalwidth + 'px solid ' + sectionproperties.footerbordercolor,
|
|
44924
|
+
borderRight: sectionproperties.borderverticalwidth + 'px solid ' + sectionproperties.footerbordercolor
|
|
44923
44925
|
}
|
|
44924
44926
|
}, /*#__PURE__*/React.createElement("div", {
|
|
44925
44927
|
"class": footerStyles.footercon + ' row m-0 '
|
|
@@ -57374,7 +57376,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
57374
57376
|
}
|
|
57375
57377
|
}, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
|
|
57376
57378
|
return /*#__PURE__*/React.createElement("div", {
|
|
57377
|
-
className: 'd-flex align-items-stretch col-md-12 col-sm-12 col-lg-' + item.numberofcols,
|
|
57379
|
+
className: item.numberofcols == 12 ? 'd-flex align-items-stretch p-0 col-md-12 col-sm-12 col-lg-' + item.numberofcols : 'd-flex align-items-stretch col-md-12 col-sm-12 col-lg-' + item.numberofcols,
|
|
57378
57380
|
style: {
|
|
57379
57381
|
marginBottom: sectionproperties.image_mb + 'px',
|
|
57380
57382
|
padding: item.numberofcols == '12' ? 0 : ''
|
package/dist/index.umd.js
CHANGED
|
@@ -44792,7 +44792,9 @@
|
|
|
44792
44792
|
className: "".concat(footerStyles.footerContainer) + ' row m-0 w-100 justify-content-center px-2015-3 pl-md-4 pr-md-4 pl-sm-2 pr-sm-2 ',
|
|
44793
44793
|
style: {
|
|
44794
44794
|
position: 'relative',
|
|
44795
|
-
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
|
|
44795
|
+
display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex',
|
|
44796
|
+
borderLeft: sectionproperties.borderverticalwidth + 'px solid ' + sectionproperties.footerbordercolor,
|
|
44797
|
+
borderRight: sectionproperties.borderverticalwidth + 'px solid ' + sectionproperties.footerbordercolor
|
|
44796
44798
|
}
|
|
44797
44799
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44798
44800
|
"class": footerStyles.footercon + ' row m-0 '
|
|
@@ -57247,7 +57249,7 @@
|
|
|
57247
57249
|
}
|
|
57248
57250
|
}, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
|
|
57249
57251
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57250
|
-
className: 'd-flex align-items-stretch col-md-12 col-sm-12 col-lg-' + item.numberofcols,
|
|
57252
|
+
className: item.numberofcols == 12 ? 'd-flex align-items-stretch p-0 col-md-12 col-sm-12 col-lg-' + item.numberofcols : 'd-flex align-items-stretch col-md-12 col-sm-12 col-lg-' + item.numberofcols,
|
|
57251
57253
|
style: {
|
|
57252
57254
|
marginBottom: sectionproperties.image_mb + 'px',
|
|
57253
57255
|
padding: item.numberofcols == '12' ? 0 : ''
|