tabexseriescomponents 0.0.563 → 0.0.564
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 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.umd.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -32808,6 +32808,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
32808
32808
|
_useState6 = _slicedToArray__default["default"](_useState5, 2);
|
|
32809
32809
|
_useState6[0];
|
|
32810
32810
|
_useState6[1];
|
|
32811
|
+
var scrollYposittionprops = props.actions.scrollYposittionprops;
|
|
32811
32812
|
React.useEffect(function () {
|
|
32812
32813
|
var secpropobj = {};
|
|
32813
32814
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -32918,7 +32919,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
32918
32919
|
}
|
|
32919
32920
|
}),
|
|
32920
32921
|
top_bar: glamor.css({
|
|
32921
|
-
|
|
32922
|
+
backgroundColor: sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/home' ? scrollYposittionprops > 300 ? sectionproperties.header_backgroundColor : 'transparent' : sectionproperties.header_backgroundColor,
|
|
32922
32923
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.uppersection_btlradius + 'px' : sectionproperties.uppersection_btrradius + 'px',
|
|
32923
32924
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.uppersection_btrradius + 'px' : sectionproperties.uppersection_btlradius + 'px',
|
|
32924
32925
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.uppersection_bblradius + 'px' : sectionproperties.uppersection_bbrradius + 'px',
|
package/dist/index.esm.js
CHANGED
|
@@ -32759,6 +32759,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
32759
32759
|
_useState6 = _slicedToArray(_useState5, 2);
|
|
32760
32760
|
_useState6[0];
|
|
32761
32761
|
_useState6[1];
|
|
32762
|
+
var scrollYposittionprops = props.actions.scrollYposittionprops;
|
|
32762
32763
|
useEffect(function () {
|
|
32763
32764
|
var secpropobj = {};
|
|
32764
32765
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -32869,7 +32870,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
32869
32870
|
}
|
|
32870
32871
|
}),
|
|
32871
32872
|
top_bar: css({
|
|
32872
|
-
|
|
32873
|
+
backgroundColor: sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/home' ? scrollYposittionprops > 300 ? sectionproperties.header_backgroundColor : 'transparent' : sectionproperties.header_backgroundColor,
|
|
32873
32874
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.uppersection_btlradius + 'px' : sectionproperties.uppersection_btrradius + 'px',
|
|
32874
32875
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.uppersection_btrradius + 'px' : sectionproperties.uppersection_btlradius + 'px',
|
|
32875
32876
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.uppersection_bblradius + 'px' : sectionproperties.uppersection_bbrradius + 'px',
|
package/dist/index.umd.js
CHANGED
|
@@ -32632,6 +32632,7 @@
|
|
|
32632
32632
|
_useState6 = _slicedToArray__default["default"](_useState5, 2);
|
|
32633
32633
|
_useState6[0];
|
|
32634
32634
|
_useState6[1];
|
|
32635
|
+
var scrollYposittionprops = props.actions.scrollYposittionprops;
|
|
32635
32636
|
React.useEffect(function () {
|
|
32636
32637
|
var secpropobj = {};
|
|
32637
32638
|
StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
|
|
@@ -32742,7 +32743,7 @@
|
|
|
32742
32743
|
}
|
|
32743
32744
|
}),
|
|
32744
32745
|
top_bar: glamor.css({
|
|
32745
|
-
|
|
32746
|
+
backgroundColor: sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/home' ? scrollYposittionprops > 300 ? sectionproperties.header_backgroundColor : 'transparent' : sectionproperties.header_backgroundColor,
|
|
32746
32747
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.uppersection_btlradius + 'px' : sectionproperties.uppersection_btrradius + 'px',
|
|
32747
32748
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.uppersection_btrradius + 'px' : sectionproperties.uppersection_btlradius + 'px',
|
|
32748
32749
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.uppersection_bblradius + 'px' : sectionproperties.uppersection_bbrradius + 'px',
|