tabexseriescomponents 0.0.644 → 0.0.646

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
@@ -29424,6 +29424,7 @@ var Simpleheader = function Simpleheader(props) {
29424
29424
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
29425
29425
  var ikimagecredcontext = props.actions.ikimagecredcontext;
29426
29426
  var scrollYposittionprops = props.actions.scrollYposittionprops;
29427
+ var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
29427
29428
  var _useState3 = React.useState(false),
29428
29429
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
29429
29430
  openSearchBar = _useState4[0],
@@ -33572,6 +33573,7 @@ var Modernheader = function Modernheader(props) {
33572
33573
  openSearchBar = _useState6[0],
33573
33574
  setopenSearchBar = _useState6[1];
33574
33575
  var scrollYposittionprops = props.actions.scrollYposittionprops;
33576
+ var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
33575
33577
  React.useEffect(function () {
33576
33578
  var secpropobj = {};
33577
33579
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -44954,6 +44956,12 @@ var Footer5 = function Footer5(props) {
44954
44956
  googleplay: glamor.css({
44955
44957
  width: '100%',
44956
44958
  objectFit: 'contain'
44959
+ }),
44960
+ footercon: glamor.css({
44961
+ width: sectionproperties.footerwidth + 'vw',
44962
+ '@media (max-width: 800px)': {
44963
+ width: sectionproperties.footerwidthresp + 'vw'
44964
+ }
44957
44965
  })
44958
44966
  };
44959
44967
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -44962,6 +44970,8 @@ var Footer5 = function Footer5(props) {
44962
44970
  position: 'relative',
44963
44971
  display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
44964
44972
  }
44973
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
44974
+ "class": footerStyles.footercon + ' row m-0 '
44965
44975
  }, maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
44966
44976
  className: footerStyles.imgcontainer
44967
44977
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
@@ -45393,7 +45403,7 @@ var Footer5 = function Footer5(props) {
45393
45403
  className: "h-100 allcentered"
45394
45404
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
45395
45405
  size: sectionproperties.instgrambtniconfontsize
45396
- }))))));
45406
+ })))))));
45397
45407
  };
45398
45408
 
45399
45409
  function ownKeys$1x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
package/dist/index.esm.js CHANGED
@@ -29375,6 +29375,7 @@ var Simpleheader = function Simpleheader(props) {
29375
29375
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
29376
29376
  var ikimagecredcontext = props.actions.ikimagecredcontext;
29377
29377
  var scrollYposittionprops = props.actions.scrollYposittionprops;
29378
+ var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
29378
29379
  var _useState3 = useState(false),
29379
29380
  _useState4 = _slicedToArray(_useState3, 2),
29380
29381
  openSearchBar = _useState4[0],
@@ -33523,6 +33524,7 @@ var Modernheader = function Modernheader(props) {
33523
33524
  openSearchBar = _useState6[0],
33524
33525
  setopenSearchBar = _useState6[1];
33525
33526
  var scrollYposittionprops = props.actions.scrollYposittionprops;
33527
+ var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
33526
33528
  useEffect(function () {
33527
33529
  var secpropobj = {};
33528
33530
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -44905,6 +44907,12 @@ var Footer5 = function Footer5(props) {
44905
44907
  googleplay: css({
44906
44908
  width: '100%',
44907
44909
  objectFit: 'contain'
44910
+ }),
44911
+ footercon: css({
44912
+ width: sectionproperties.footerwidth + 'vw',
44913
+ '@media (max-width: 800px)': {
44914
+ width: sectionproperties.footerwidthresp + 'vw'
44915
+ }
44908
44916
  })
44909
44917
  };
44910
44918
  return /*#__PURE__*/React.createElement("div", {
@@ -44913,6 +44921,8 @@ var Footer5 = function Footer5(props) {
44913
44921
  position: 'relative',
44914
44922
  display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
44915
44923
  }
44924
+ }, /*#__PURE__*/React.createElement("div", {
44925
+ "class": footerStyles.footercon + ' row m-0 '
44916
44926
  }, maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React.createElement("div", {
44917
44927
  className: footerStyles.imgcontainer
44918
44928
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
@@ -45344,7 +45354,7 @@ var Footer5 = function Footer5(props) {
45344
45354
  className: "h-100 allcentered"
45345
45355
  }, /*#__PURE__*/React.createElement(AiFillYoutube, {
45346
45356
  size: sectionproperties.instgrambtniconfontsize
45347
- }))))));
45357
+ })))))));
45348
45358
  };
45349
45359
 
45350
45360
  function ownKeys$1x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
package/dist/index.umd.js CHANGED
@@ -29248,6 +29248,7 @@
29248
29248
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
29249
29249
  var ikimagecredcontext = props.actions.ikimagecredcontext;
29250
29250
  var scrollYposittionprops = props.actions.scrollYposittionprops;
29251
+ var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
29251
29252
  var _useState3 = React.useState(false),
29252
29253
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
29253
29254
  openSearchBar = _useState4[0],
@@ -33396,6 +33397,7 @@
33396
33397
  openSearchBar = _useState6[0],
33397
33398
  setopenSearchBar = _useState6[1];
33398
33399
  var scrollYposittionprops = props.actions.scrollYposittionprops;
33400
+ var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
33399
33401
  React.useEffect(function () {
33400
33402
  var secpropobj = {};
33401
33403
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -44778,6 +44780,12 @@
44778
44780
  googleplay: glamor.css({
44779
44781
  width: '100%',
44780
44782
  objectFit: 'contain'
44783
+ }),
44784
+ footercon: glamor.css({
44785
+ width: sectionproperties.footerwidth + 'vw',
44786
+ '@media (max-width: 800px)': {
44787
+ width: sectionproperties.footerwidthresp + 'vw'
44788
+ }
44781
44789
  })
44782
44790
  };
44783
44791
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -44786,6 +44794,8 @@
44786
44794
  position: 'relative',
44787
44795
  display: window.location.pathname == '/home' && sectionproperties.showfooterinhome == 'Hide' ? 'none' : 'flex'
44788
44796
  }
44797
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
44798
+ "class": footerStyles.footercon + ' row m-0 '
44789
44799
  }, maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
44790
44800
  className: footerStyles.imgcontainer
44791
44801
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
@@ -45217,7 +45227,7 @@
45217
45227
  className: "h-100 allcentered"
45218
45228
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
45219
45229
  size: sectionproperties.instgrambtniconfontsize
45220
- }))))));
45230
+ })))))));
45221
45231
  };
45222
45232
 
45223
45233
  function ownKeys$1x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.644",
3
+ "version": "0.0.646",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {