tabexseriescomponents 0.0.554 → 0.0.556

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 CHANGED
@@ -21969,9 +21969,10 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
21969
21969
  return /*#__PURE__*/React__default["default"].createElement("div", {
21970
21970
  className: "row m-0 w-100 d-none d-md-block",
21971
21971
  style: {
21972
- position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
21972
+ position: sectionproperties.respheaderposition,
21973
+ // position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
21973
21974
  zIndex: 10000,
21974
- top: sectionproperties.respheaderposition == 'absolute' ? '50px' : 0
21975
+ top: sectionproperties.respheaderposition == 'absolute' || sectionproperties.respheaderposition == 'fixed' ? '50px' : 0
21975
21976
  }
21976
21977
  }, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
21977
21978
  "class": "col-lg-12 p-0"
package/dist/index.esm.js CHANGED
@@ -21920,9 +21920,10 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
21920
21920
  return /*#__PURE__*/React.createElement("div", {
21921
21921
  className: "row m-0 w-100 d-none d-md-block",
21922
21922
  style: {
21923
- position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
21923
+ position: sectionproperties.respheaderposition,
21924
+ // position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
21924
21925
  zIndex: 10000,
21925
- top: sectionproperties.respheaderposition == 'absolute' ? '50px' : 0
21926
+ top: sectionproperties.respheaderposition == 'absolute' || sectionproperties.respheaderposition == 'fixed' ? '50px' : 0
21926
21927
  }
21927
21928
  }, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React.createElement("div", {
21928
21929
  "class": "col-lg-12 p-0"
package/dist/index.umd.js CHANGED
@@ -21793,9 +21793,10 @@
21793
21793
  return /*#__PURE__*/React__default["default"].createElement("div", {
21794
21794
  className: "row m-0 w-100 d-none d-md-block",
21795
21795
  style: {
21796
- position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
21796
+ position: sectionproperties.respheaderposition,
21797
+ // position: window.location.pathname == '/home' ? sectionproperties.respheaderposition : 'relative',
21797
21798
  zIndex: 10000,
21798
- top: sectionproperties.respheaderposition == 'absolute' ? '50px' : 0
21799
+ top: sectionproperties.respheaderposition == 'absolute' || sectionproperties.respheaderposition == 'fixed' ? '50px' : 0
21799
21800
  }
21800
21801
  }, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
21801
21802
  "class": "col-lg-12 p-0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.554",
3
+ "version": "0.0.556",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {