tabexseriescomponents 0.0.645 → 0.0.647

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) {
@@ -57218,7 +57220,7 @@ var Twobgimages = function Twobgimages(props) {
57218
57220
  })))));
57219
57221
  };
57220
57222
  return /*#__PURE__*/React__default["default"].createElement("div", {
57221
- className: bgcssstyles.outercontainer + ' row m-0 w-md-100 ',
57223
+ className: bgcssstyles.outercontainer + ' row m-0 ',
57222
57224
  style: {}
57223
57225
  }, /*#__PURE__*/React__default["default"].createElement("div", {
57224
57226
  className: "col-lg-12 p-0 d-flex d-md-none",
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) {
@@ -57169,7 +57171,7 @@ var Twobgimages = function Twobgimages(props) {
57169
57171
  })))));
57170
57172
  };
57171
57173
  return /*#__PURE__*/React.createElement("div", {
57172
- className: bgcssstyles.outercontainer + ' row m-0 w-md-100 ',
57174
+ className: bgcssstyles.outercontainer + ' row m-0 ',
57173
57175
  style: {}
57174
57176
  }, /*#__PURE__*/React.createElement("div", {
57175
57177
  className: "col-lg-12 p-0 d-flex d-md-none",
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) {
@@ -57042,7 +57044,7 @@
57042
57044
  })))));
57043
57045
  };
57044
57046
  return /*#__PURE__*/React__default["default"].createElement("div", {
57045
- className: bgcssstyles.outercontainer + ' row m-0 w-md-100 ',
57047
+ className: bgcssstyles.outercontainer + ' row m-0 ',
57046
57048
  style: {}
57047
57049
  }, /*#__PURE__*/React__default["default"].createElement("div", {
57048
57050
  className: "col-lg-12 p-0 d-flex d-md-none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.645",
3
+ "version": "0.0.647",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {