tabexseriescomponents 0.0.364 → 0.0.366
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 +14 -8
- package/dist/index.esm.js +14 -8
- package/dist/index.umd.js +14 -8
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -50147,14 +50147,16 @@ var VideosSection = function VideosSection(props) {
|
|
|
50147
50147
|
}
|
|
50148
50148
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50149
50149
|
className: "row ml-0 mr-0 d-flex w-100"
|
|
50150
|
-
}, sectionproperties.sectionbgstyle == 'Text
|
|
50150
|
+
}, sectionproperties.sectionbgstyle == 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50151
50151
|
"class": "col-lg-12 p-0",
|
|
50152
50152
|
style: {
|
|
50153
50153
|
display: sectionproperties.slideshowtext1_show == 'Hide' && sectionproperties.slideshowtext2_show == 'Hide' ? 'none' : ''
|
|
50154
50154
|
}
|
|
50155
50155
|
}, ImageContent(item)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50156
|
-
className: sectionproperties.hidevideoinfo == 'Yes' ? langdetect == 'en' ? bgcssstyles.container + ' youtubeplayer col-lg-12 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' youtubeplayer_ar col-lg-12 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
|
|
50157
|
-
style: {
|
|
50156
|
+
className: sectionproperties.hidevideoinfo == 'Yes' ? sectionproperties.sectionbgstyle == 'Besides each other' ? bgcssstyles.container + ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mt-auto ' : langdetect == 'en' ? bgcssstyles.container + ' youtubeplayer col-lg-12 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' youtubeplayer_ar col-lg-12 p-0 d-md-flex w-100 mt-auto ' : sectionproperties.sectionbgstyle == 'Besides each other' ? bgcssstyles.container + ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
|
|
50157
|
+
style: {
|
|
50158
|
+
marginBottom: sectionproperties.image_mb + 'px'
|
|
50159
|
+
}
|
|
50158
50160
|
}, item.linkclicked == true && item.linktype != 'External Link' && /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
|
|
50159
50161
|
url: item.url,
|
|
50160
50162
|
height: '100%',
|
|
@@ -50196,8 +50198,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
50196
50198
|
width: '100%',
|
|
50197
50199
|
objectFit: sectionproperties.bgcovercontain
|
|
50198
50200
|
}
|
|
50199
|
-
}))), sectionproperties.sectionbgstyle != 'Text
|
|
50200
|
-
"class":
|
|
50201
|
+
}))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50202
|
+
"class": sectionproperties.sectionbgstyle == 'Besides each other' ? 'col-lg-8 px-3' : 'col-lg-12 p-0 mt-3'
|
|
50201
50203
|
}, ImageContent(item))));
|
|
50202
50204
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50203
50205
|
"class": "row m-0 w-100 d-flex"
|
|
@@ -50216,7 +50218,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
50216
50218
|
}
|
|
50217
50219
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50218
50220
|
className: bgcssstyles.innercard + ' row ml-0 mr-0 d-flex '
|
|
50219
|
-
}, sectionproperties.sectionbgstyle == 'Text
|
|
50221
|
+
}, sectionproperties.sectionbgstyle == 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50220
50222
|
"class": "col-lg-12 p-0"
|
|
50221
50223
|
}, ImageContent(item)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50222
50224
|
className: bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
|
|
@@ -50263,7 +50265,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
50263
50265
|
width: '100%',
|
|
50264
50266
|
objectFit: sectionproperties.bgcovercontain
|
|
50265
50267
|
}
|
|
50266
|
-
}))), sectionproperties.sectionbgstyle != 'Text
|
|
50268
|
+
}))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50267
50269
|
"class": "col-lg-12 p-0 mt-3"
|
|
50268
50270
|
}, ImageContent(item))));
|
|
50269
50271
|
}))))));
|
|
@@ -61365,7 +61367,11 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
61365
61367
|
},
|
|
61366
61368
|
':hover:after': {
|
|
61367
61369
|
opacity: sectionproperties.cardtransitionbgopacityonhover
|
|
61368
|
-
}
|
|
61370
|
+
},
|
|
61371
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
61372
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
61373
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
61374
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px'
|
|
61369
61375
|
}),
|
|
61370
61376
|
text: glamor.css({
|
|
61371
61377
|
bottom: sectionproperties.generaltext_topposition + 'px'
|
package/dist/index.esm.js
CHANGED
|
@@ -50098,14 +50098,16 @@ var VideosSection = function VideosSection(props) {
|
|
|
50098
50098
|
}
|
|
50099
50099
|
}, /*#__PURE__*/React.createElement("div", {
|
|
50100
50100
|
className: "row ml-0 mr-0 d-flex w-100"
|
|
50101
|
-
}, sectionproperties.sectionbgstyle == 'Text
|
|
50101
|
+
}, sectionproperties.sectionbgstyle == 'Text Above' && /*#__PURE__*/React.createElement("div", {
|
|
50102
50102
|
"class": "col-lg-12 p-0",
|
|
50103
50103
|
style: {
|
|
50104
50104
|
display: sectionproperties.slideshowtext1_show == 'Hide' && sectionproperties.slideshowtext2_show == 'Hide' ? 'none' : ''
|
|
50105
50105
|
}
|
|
50106
50106
|
}, ImageContent(item)), /*#__PURE__*/React.createElement("div", {
|
|
50107
|
-
className: sectionproperties.hidevideoinfo == 'Yes' ? langdetect == 'en' ? bgcssstyles.container + ' youtubeplayer col-lg-12 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' youtubeplayer_ar col-lg-12 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
|
|
50108
|
-
style: {
|
|
50107
|
+
className: sectionproperties.hidevideoinfo == 'Yes' ? sectionproperties.sectionbgstyle == 'Besides each other' ? bgcssstyles.container + ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mt-auto ' : langdetect == 'en' ? bgcssstyles.container + ' youtubeplayer col-lg-12 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' youtubeplayer_ar col-lg-12 p-0 d-md-flex w-100 mt-auto ' : sectionproperties.sectionbgstyle == 'Besides each other' ? bgcssstyles.container + ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
|
|
50108
|
+
style: {
|
|
50109
|
+
marginBottom: sectionproperties.image_mb + 'px'
|
|
50110
|
+
}
|
|
50109
50111
|
}, item.linkclicked == true && item.linktype != 'External Link' && /*#__PURE__*/React.createElement(ReactPlayer, {
|
|
50110
50112
|
url: item.url,
|
|
50111
50113
|
height: '100%',
|
|
@@ -50147,8 +50149,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
50147
50149
|
width: '100%',
|
|
50148
50150
|
objectFit: sectionproperties.bgcovercontain
|
|
50149
50151
|
}
|
|
50150
|
-
}))), sectionproperties.sectionbgstyle != 'Text
|
|
50151
|
-
"class":
|
|
50152
|
+
}))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React.createElement("div", {
|
|
50153
|
+
"class": sectionproperties.sectionbgstyle == 'Besides each other' ? 'col-lg-8 px-3' : 'col-lg-12 p-0 mt-3'
|
|
50152
50154
|
}, ImageContent(item))));
|
|
50153
50155
|
})), /*#__PURE__*/React.createElement("div", {
|
|
50154
50156
|
"class": "row m-0 w-100 d-flex"
|
|
@@ -50167,7 +50169,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
50167
50169
|
}
|
|
50168
50170
|
}, /*#__PURE__*/React.createElement("div", {
|
|
50169
50171
|
className: bgcssstyles.innercard + ' row ml-0 mr-0 d-flex '
|
|
50170
|
-
}, sectionproperties.sectionbgstyle == 'Text
|
|
50172
|
+
}, sectionproperties.sectionbgstyle == 'Text Above' && /*#__PURE__*/React.createElement("div", {
|
|
50171
50173
|
"class": "col-lg-12 p-0"
|
|
50172
50174
|
}, ImageContent(item)), /*#__PURE__*/React.createElement("div", {
|
|
50173
50175
|
className: bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
|
|
@@ -50214,7 +50216,7 @@ var VideosSection = function VideosSection(props) {
|
|
|
50214
50216
|
width: '100%',
|
|
50215
50217
|
objectFit: sectionproperties.bgcovercontain
|
|
50216
50218
|
}
|
|
50217
|
-
}))), sectionproperties.sectionbgstyle != 'Text
|
|
50219
|
+
}))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React.createElement("div", {
|
|
50218
50220
|
"class": "col-lg-12 p-0 mt-3"
|
|
50219
50221
|
}, ImageContent(item))));
|
|
50220
50222
|
}))))));
|
|
@@ -61316,7 +61318,11 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
61316
61318
|
},
|
|
61317
61319
|
':hover:after': {
|
|
61318
61320
|
opacity: sectionproperties.cardtransitionbgopacityonhover
|
|
61319
|
-
}
|
|
61321
|
+
},
|
|
61322
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
61323
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
61324
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
61325
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px'
|
|
61320
61326
|
}),
|
|
61321
61327
|
text: css({
|
|
61322
61328
|
bottom: sectionproperties.generaltext_topposition + 'px'
|
package/dist/index.umd.js
CHANGED
|
@@ -49980,14 +49980,16 @@
|
|
|
49980
49980
|
}
|
|
49981
49981
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49982
49982
|
className: "row ml-0 mr-0 d-flex w-100"
|
|
49983
|
-
}, sectionproperties.sectionbgstyle == 'Text
|
|
49983
|
+
}, sectionproperties.sectionbgstyle == 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49984
49984
|
"class": "col-lg-12 p-0",
|
|
49985
49985
|
style: {
|
|
49986
49986
|
display: sectionproperties.slideshowtext1_show == 'Hide' && sectionproperties.slideshowtext2_show == 'Hide' ? 'none' : ''
|
|
49987
49987
|
}
|
|
49988
49988
|
}, ImageContent(item)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
49989
|
-
className: sectionproperties.hidevideoinfo == 'Yes' ? langdetect == 'en' ? bgcssstyles.container + ' youtubeplayer col-lg-12 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' youtubeplayer_ar col-lg-12 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
|
|
49990
|
-
style: {
|
|
49989
|
+
className: sectionproperties.hidevideoinfo == 'Yes' ? sectionproperties.sectionbgstyle == 'Besides each other' ? bgcssstyles.container + ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mt-auto ' : langdetect == 'en' ? bgcssstyles.container + ' youtubeplayer col-lg-12 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' youtubeplayer_ar col-lg-12 p-0 d-md-flex w-100 mt-auto ' : sectionproperties.sectionbgstyle == 'Besides each other' ? bgcssstyles.container + ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
|
|
49990
|
+
style: {
|
|
49991
|
+
marginBottom: sectionproperties.image_mb + 'px'
|
|
49992
|
+
}
|
|
49991
49993
|
}, item.linkclicked == true && item.linktype != 'External Link' && /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
|
|
49992
49994
|
url: item.url,
|
|
49993
49995
|
height: '100%',
|
|
@@ -50029,8 +50031,8 @@
|
|
|
50029
50031
|
width: '100%',
|
|
50030
50032
|
objectFit: sectionproperties.bgcovercontain
|
|
50031
50033
|
}
|
|
50032
|
-
}))), sectionproperties.sectionbgstyle != 'Text
|
|
50033
|
-
"class":
|
|
50034
|
+
}))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50035
|
+
"class": sectionproperties.sectionbgstyle == 'Besides each other' ? 'col-lg-8 px-3' : 'col-lg-12 p-0 mt-3'
|
|
50034
50036
|
}, ImageContent(item))));
|
|
50035
50037
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50036
50038
|
"class": "row m-0 w-100 d-flex"
|
|
@@ -50049,7 +50051,7 @@
|
|
|
50049
50051
|
}
|
|
50050
50052
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50051
50053
|
className: bgcssstyles.innercard + ' row ml-0 mr-0 d-flex '
|
|
50052
|
-
}, sectionproperties.sectionbgstyle == 'Text
|
|
50054
|
+
}, sectionproperties.sectionbgstyle == 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50053
50055
|
"class": "col-lg-12 p-0"
|
|
50054
50056
|
}, ImageContent(item)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50055
50057
|
className: bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
|
|
@@ -50096,7 +50098,7 @@
|
|
|
50096
50098
|
width: '100%',
|
|
50097
50099
|
objectFit: sectionproperties.bgcovercontain
|
|
50098
50100
|
}
|
|
50099
|
-
}))), sectionproperties.sectionbgstyle != 'Text
|
|
50101
|
+
}))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
50100
50102
|
"class": "col-lg-12 p-0 mt-3"
|
|
50101
50103
|
}, ImageContent(item))));
|
|
50102
50104
|
}))))));
|
|
@@ -61198,7 +61200,11 @@
|
|
|
61198
61200
|
},
|
|
61199
61201
|
':hover:after': {
|
|
61200
61202
|
opacity: sectionproperties.cardtransitionbgopacityonhover
|
|
61201
|
-
}
|
|
61203
|
+
},
|
|
61204
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
61205
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
61206
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
61207
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px'
|
|
61202
61208
|
}),
|
|
61203
61209
|
text: glamor.css({
|
|
61204
61210
|
bottom: sectionproperties.generaltext_topposition + 'px'
|