tabexseriescomponents 0.0.563 → 0.0.565
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 -1
- package/dist/index.esm.js +3 -1
- package/dist/index.umd.js +3 -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',
|
|
@@ -56588,6 +56589,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
56588
56589
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
56589
56590
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
56590
56591
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
56592
|
+
var routingcountext = props.actions.routingcountext;
|
|
56591
56593
|
var _useState3 = React.useState([]),
|
|
56592
56594
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
56593
56595
|
maincontainerarrayofobjs = _useState4[0],
|
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',
|
|
@@ -56539,6 +56540,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
|
|
|
56539
56540
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
56540
56541
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
56541
56542
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
56543
|
+
var routingcountext = props.actions.routingcountext;
|
|
56542
56544
|
var _useState3 = useState([]),
|
|
56543
56545
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
56544
56546
|
maincontainerarrayofobjs = _useState4[0],
|
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',
|
|
@@ -56412,6 +56413,7 @@
|
|
|
56412
56413
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
56413
56414
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
56414
56415
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
56416
|
+
var routingcountext = props.actions.routingcountext;
|
|
56415
56417
|
var _useState3 = React.useState([]),
|
|
56416
56418
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
56417
56419
|
maincontainerarrayofobjs = _useState4[0],
|