tabexseriescomponents 0.0.321 → 0.0.322
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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -44170,7 +44170,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
44170
44170
|
}
|
|
44171
44171
|
}, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
|
|
44172
44172
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44173
|
-
className: 'd-flex align-items-stretch col-md-
|
|
44173
|
+
className: 'd-flex align-items-stretch col-md-12 col-sm-12 col-lg-' + item.numberofcols,
|
|
44174
44174
|
style: {
|
|
44175
44175
|
marginBottom: sectionproperties.image_mb + 'px',
|
|
44176
44176
|
padding: item.numberofcols == '12' ? 0 : ''
|
package/dist/index.esm.js
CHANGED
|
@@ -44123,7 +44123,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
44123
44123
|
}
|
|
44124
44124
|
}, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
|
|
44125
44125
|
return /*#__PURE__*/React.createElement("div", {
|
|
44126
|
-
className: 'd-flex align-items-stretch col-md-
|
|
44126
|
+
className: 'd-flex align-items-stretch col-md-12 col-sm-12 col-lg-' + item.numberofcols,
|
|
44127
44127
|
style: {
|
|
44128
44128
|
marginBottom: sectionproperties.image_mb + 'px',
|
|
44129
44129
|
padding: item.numberofcols == '12' ? 0 : ''
|
package/dist/index.umd.js
CHANGED
|
@@ -44014,7 +44014,7 @@
|
|
|
44014
44014
|
}
|
|
44015
44015
|
}, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
|
|
44016
44016
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
44017
|
-
className: 'd-flex align-items-stretch col-md-
|
|
44017
|
+
className: 'd-flex align-items-stretch col-md-12 col-sm-12 col-lg-' + item.numberofcols,
|
|
44018
44018
|
style: {
|
|
44019
44019
|
marginBottom: sectionproperties.image_mb + 'px',
|
|
44020
44020
|
padding: item.numberofcols == '12' ? 0 : ''
|