tabexseriescomponents 0.0.645 → 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) {
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) {
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.645",
3
+ "version": "0.0.646",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {