tabexseriescomponents 0.0.400 → 0.0.402
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 +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -16229,7 +16229,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
16229
16229
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
16230
16230
|
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
|
|
16231
16231
|
} else {
|
|
16232
|
-
bootstapclass = ' col-xl-2 col-lg-4 col-md-6
|
|
16232
|
+
bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + +sectionproperties.numberOfColsverticalresp;
|
|
16233
16233
|
}
|
|
16234
16234
|
}
|
|
16235
16235
|
if (sectionproperties.overallnumberofcards == 0) {
|
|
@@ -53906,7 +53906,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
53906
53906
|
var Image = function Image() {
|
|
53907
53907
|
var _imagesarray$, _imagesarray$7, _imagesarray$8;
|
|
53908
53908
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53909
|
-
"class": sectionproperties.image_height == 0 ? sectionproperties.sectionstyle == 'Image on right' ? 'col-lg-6 col-md-12 d-flex justify-content-
|
|
53909
|
+
"class": sectionproperties.image_height == 0 ? sectionproperties.sectionstyle == 'Image on right' ? 'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-0' : 'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-0' : sectionproperties.sectionstyle == 'Image on left' ? 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-0' : 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-0',
|
|
53910
53910
|
style: {
|
|
53911
53911
|
cursor: ((_imagesarray$ = imagesarray[0]) === null || _imagesarray$ === void 0 ? void 0 : _imagesarray$.IsClickableimg) == 'Yes' ? 'pointer' : 'default',
|
|
53912
53912
|
background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor
|
package/dist/index.esm.js
CHANGED
|
@@ -16180,7 +16180,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
16180
16180
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
16181
16181
|
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
|
|
16182
16182
|
} else {
|
|
16183
|
-
bootstapclass = ' col-xl-2 col-lg-4 col-md-6
|
|
16183
|
+
bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + +sectionproperties.numberOfColsverticalresp;
|
|
16184
16184
|
}
|
|
16185
16185
|
}
|
|
16186
16186
|
if (sectionproperties.overallnumberofcards == 0) {
|
|
@@ -53857,7 +53857,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
53857
53857
|
var Image = function Image() {
|
|
53858
53858
|
var _imagesarray$, _imagesarray$7, _imagesarray$8;
|
|
53859
53859
|
return /*#__PURE__*/React.createElement("div", {
|
|
53860
|
-
"class": sectionproperties.image_height == 0 ? sectionproperties.sectionstyle == 'Image on right' ? 'col-lg-6 col-md-12 d-flex justify-content-
|
|
53860
|
+
"class": sectionproperties.image_height == 0 ? sectionproperties.sectionstyle == 'Image on right' ? 'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-0' : 'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-0' : sectionproperties.sectionstyle == 'Image on left' ? 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-0' : 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-0',
|
|
53861
53861
|
style: {
|
|
53862
53862
|
cursor: ((_imagesarray$ = imagesarray[0]) === null || _imagesarray$ === void 0 ? void 0 : _imagesarray$.IsClickableimg) == 'Yes' ? 'pointer' : 'default',
|
|
53863
53863
|
background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor
|
package/dist/index.umd.js
CHANGED
|
@@ -16061,7 +16061,7 @@
|
|
|
16061
16061
|
} else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
|
|
16062
16062
|
bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
|
|
16063
16063
|
} else {
|
|
16064
|
-
bootstapclass = ' col-xl-2 col-lg-4 col-md-6
|
|
16064
|
+
bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + +sectionproperties.numberOfColsverticalresp;
|
|
16065
16065
|
}
|
|
16066
16066
|
}
|
|
16067
16067
|
if (sectionproperties.overallnumberofcards == 0) {
|
|
@@ -53738,7 +53738,7 @@
|
|
|
53738
53738
|
var Image = function Image() {
|
|
53739
53739
|
var _imagesarray$, _imagesarray$7, _imagesarray$8;
|
|
53740
53740
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
53741
|
-
"class": sectionproperties.image_height == 0 ? sectionproperties.sectionstyle == 'Image on right' ? 'col-lg-6 col-md-12 d-flex justify-content-
|
|
53741
|
+
"class": sectionproperties.image_height == 0 ? sectionproperties.sectionstyle == 'Image on right' ? 'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-0' : 'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-0' : sectionproperties.sectionstyle == 'Image on left' ? 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-0' : 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-0',
|
|
53742
53742
|
style: {
|
|
53743
53743
|
cursor: ((_imagesarray$ = imagesarray[0]) === null || _imagesarray$ === void 0 ? void 0 : _imagesarray$.IsClickableimg) == 'Yes' ? 'pointer' : 'default',
|
|
53744
53744
|
background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor
|