tabexseriescomponents 0.2.915 → 0.2.916
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 +5 -2
- package/dist/index.esm.js +5 -2
- package/dist/index.umd.js +5 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -34335,9 +34335,12 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
34335
34335
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34336
34336
|
"class": sectionproperties.generalbtn_show == 'Hide' && sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' && sectionproperties.lang_position == 'Top' ? 'col-lg-12 p-0 d-flex align-items-center justify-content-center' : 'col-lg-8 p-0 d-flex align-items-center justify-content-center'
|
|
34337
34337
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34338
|
-
"class": "
|
|
34338
|
+
"class": " w-100 align-items-center justify-content-center h-100 flex-row"
|
|
34339
|
+
// class="scrollhorizontal w-100 align-items-center justify-content-center h-100 flex-row"
|
|
34340
|
+
,
|
|
34339
34341
|
style: {
|
|
34340
|
-
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
34342
|
+
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
|
|
34343
|
+
flexWrap: 'wrap'
|
|
34341
34344
|
}
|
|
34342
34345
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
34343
34346
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
package/dist/index.esm.js
CHANGED
|
@@ -34285,9 +34285,12 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
34285
34285
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
34286
34286
|
"class": sectionproperties.generalbtn_show == 'Hide' && sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' && sectionproperties.lang_position == 'Top' ? 'col-lg-12 p-0 d-flex align-items-center justify-content-center' : 'col-lg-8 p-0 d-flex align-items-center justify-content-center'
|
|
34287
34287
|
}, /*#__PURE__*/React.createElement("div", {
|
|
34288
|
-
"class": "
|
|
34288
|
+
"class": " w-100 align-items-center justify-content-center h-100 flex-row"
|
|
34289
|
+
// class="scrollhorizontal w-100 align-items-center justify-content-center h-100 flex-row"
|
|
34290
|
+
,
|
|
34289
34291
|
style: {
|
|
34290
|
-
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
34292
|
+
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
|
|
34293
|
+
flexWrap: 'wrap'
|
|
34291
34294
|
}
|
|
34292
34295
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
34293
34296
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
package/dist/index.umd.js
CHANGED
|
@@ -34145,9 +34145,12 @@
|
|
|
34145
34145
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34146
34146
|
"class": sectionproperties.generalbtn_show == 'Hide' && sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' && sectionproperties.lang_position == 'Top' ? 'col-lg-12 p-0 d-flex align-items-center justify-content-center' : 'col-lg-8 p-0 d-flex align-items-center justify-content-center'
|
|
34147
34147
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34148
|
-
"class": "
|
|
34148
|
+
"class": " w-100 align-items-center justify-content-center h-100 flex-row"
|
|
34149
|
+
// class="scrollhorizontal w-100 align-items-center justify-content-center h-100 flex-row"
|
|
34150
|
+
,
|
|
34149
34151
|
style: {
|
|
34150
|
-
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
34152
|
+
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
|
|
34153
|
+
flexWrap: 'wrap'
|
|
34151
34154
|
}
|
|
34152
34155
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
34153
34156
|
if (item.isnavigation == 1 && item.isactive == 1) {
|