tabexseriescomponents 0.2.796 → 0.2.797
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 -1
- package/dist/index.esm.js +5 -1
- package/dist/index.umd.js +5 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -26135,7 +26135,11 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
26135
26135
|
fontSize: 16
|
|
26136
26136
|
}
|
|
26137
26137
|
}, lang.logout)))))), openSearch == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
26138
|
-
"class": "col-12 d-flex align-items-center"
|
|
26138
|
+
"class": "col-12 d-flex align-items-center",
|
|
26139
|
+
style: {
|
|
26140
|
+
background: sectionproperties.resposive_bgcolor
|
|
26141
|
+
// sectionproperties.responsiveheadertransparentbg == 'Transparent' && window.location.pathname == '/home' ? 'transparent' : sectionproperties.resposive_bgcolor,
|
|
26142
|
+
}
|
|
26139
26143
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
26140
26144
|
style: {
|
|
26141
26145
|
width: 40,
|
package/dist/index.esm.js
CHANGED
|
@@ -26086,7 +26086,11 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
26086
26086
|
fontSize: 16
|
|
26087
26087
|
}
|
|
26088
26088
|
}, lang.logout)))))), openSearch == true && /*#__PURE__*/React.createElement("div", {
|
|
26089
|
-
"class": "col-12 d-flex align-items-center"
|
|
26089
|
+
"class": "col-12 d-flex align-items-center",
|
|
26090
|
+
style: {
|
|
26091
|
+
background: sectionproperties.resposive_bgcolor
|
|
26092
|
+
// sectionproperties.responsiveheadertransparentbg == 'Transparent' && window.location.pathname == '/home' ? 'transparent' : sectionproperties.resposive_bgcolor,
|
|
26093
|
+
}
|
|
26090
26094
|
}, /*#__PURE__*/React.createElement("button", {
|
|
26091
26095
|
style: {
|
|
26092
26096
|
width: 40,
|
package/dist/index.umd.js
CHANGED
|
@@ -25947,7 +25947,11 @@
|
|
|
25947
25947
|
fontSize: 16
|
|
25948
25948
|
}
|
|
25949
25949
|
}, lang.logout)))))), openSearch == true && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
25950
|
-
"class": "col-12 d-flex align-items-center"
|
|
25950
|
+
"class": "col-12 d-flex align-items-center",
|
|
25951
|
+
style: {
|
|
25952
|
+
background: sectionproperties.resposive_bgcolor
|
|
25953
|
+
// sectionproperties.responsiveheadertransparentbg == 'Transparent' && window.location.pathname == '/home' ? 'transparent' : sectionproperties.resposive_bgcolor,
|
|
25954
|
+
}
|
|
25951
25955
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
25952
25956
|
style: {
|
|
25953
25957
|
width: 40,
|