tabexseriescomponents 0.2.1288 → 0.2.1290
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 +3 -2
- package/dist/index.esm.js +3 -2
- package/dist/index.umd.js +3 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -36233,7 +36233,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
36233
36233
|
templateproperties_contextprops: templateproperties_context,
|
|
36234
36234
|
actions: actions
|
|
36235
36235
|
})), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36236
|
-
"class": "col-12 d-flex d-md-none"
|
|
36236
|
+
"class": "col-12 d-flex d-md-none p-0"
|
|
36237
36237
|
}, /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
|
|
36238
36238
|
sectionpropertiesprops: sectionproperties,
|
|
36239
36239
|
templateproperties_contextprops: templateproperties_context,
|
|
@@ -41638,7 +41638,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
41638
41638
|
"class": "".concat(headerstyles$g.header_container, " ").concat(header_cssstyles.header_container) + ' row m-0 w-100 d-flex justify-content-center ',
|
|
41639
41639
|
style: {
|
|
41640
41640
|
position: sectionproperties.headerstyles_position,
|
|
41641
|
-
zIndex: 1000
|
|
41641
|
+
zIndex: 1000,
|
|
41642
|
+
left: 0
|
|
41642
41643
|
}
|
|
41643
41644
|
}, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
|
|
41644
41645
|
sectionpropertiesprops: sectionproperties,
|
package/dist/index.esm.js
CHANGED
|
@@ -36182,7 +36182,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
36182
36182
|
templateproperties_contextprops: templateproperties_context,
|
|
36183
36183
|
actions: actions
|
|
36184
36184
|
})), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
36185
|
-
"class": "col-12 d-flex d-md-none"
|
|
36185
|
+
"class": "col-12 d-flex d-md-none p-0"
|
|
36186
36186
|
}, /*#__PURE__*/React.createElement(SocialMediaSection, {
|
|
36187
36187
|
sectionpropertiesprops: sectionproperties,
|
|
36188
36188
|
templateproperties_contextprops: templateproperties_context,
|
|
@@ -41587,7 +41587,8 @@ var Modernheader = function Modernheader(props) {
|
|
|
41587
41587
|
"class": "".concat(headerstyles$g.header_container, " ").concat(header_cssstyles.header_container) + ' row m-0 w-100 d-flex justify-content-center ',
|
|
41588
41588
|
style: {
|
|
41589
41589
|
position: sectionproperties.headerstyles_position,
|
|
41590
|
-
zIndex: 1000
|
|
41590
|
+
zIndex: 1000,
|
|
41591
|
+
left: 0
|
|
41591
41592
|
}
|
|
41592
41593
|
}, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React.createElement(DownloadApp, {
|
|
41593
41594
|
sectionpropertiesprops: sectionproperties,
|
package/dist/index.umd.js
CHANGED
|
@@ -36039,7 +36039,7 @@
|
|
|
36039
36039
|
templateproperties_contextprops: templateproperties_context,
|
|
36040
36040
|
actions: actions
|
|
36041
36041
|
})), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
36042
|
-
"class": "col-12 d-flex d-md-none"
|
|
36042
|
+
"class": "col-12 d-flex d-md-none p-0"
|
|
36043
36043
|
}, /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
|
|
36044
36044
|
sectionpropertiesprops: sectionproperties,
|
|
36045
36045
|
templateproperties_contextprops: templateproperties_context,
|
|
@@ -41444,7 +41444,8 @@
|
|
|
41444
41444
|
"class": "".concat(headerstyles$g.header_container, " ").concat(header_cssstyles.header_container) + ' row m-0 w-100 d-flex justify-content-center ',
|
|
41445
41445
|
style: {
|
|
41446
41446
|
position: sectionproperties.headerstyles_position,
|
|
41447
|
-
zIndex: 1000
|
|
41447
|
+
zIndex: 1000,
|
|
41448
|
+
left: 0
|
|
41448
41449
|
}
|
|
41449
41450
|
}, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
|
|
41450
41451
|
sectionpropertiesprops: sectionproperties,
|