tabexseriescomponents 0.2.1174 → 0.2.1175

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
@@ -20758,9 +20758,11 @@ var Filter$1 = function Filter(props) {
20758
20758
  });
20759
20759
  if (!CollectionExists) {
20760
20760
  if (tempfetchproductsfilerobjcontext.collections != undefined && Array.isArray(tempfetchproductsfilerobjcontext.collections)) {
20761
- if (sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection == 'Horizontal') {
20762
- tempfetchproductsfilerobjcontext.collections = [];
20763
- tempfetchproductsfilerobjcontext.collections.push(collectionid);
20761
+ if (sectionproperties.filterdirection == 'Horizontal') {
20762
+ // if (sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection == 'Horizontal') {
20763
+ // tempfetchproductsfilerobjcontext.collections = [];
20764
+ // tempfetchproductsfilerobjcontext.collections.push(collectionid);
20765
+ tempfetchproductsfilerobjcontext.collections = [collectionid];
20764
20766
  } else {
20765
20767
  tempfetchproductsfilerobjcontext.collections.push(collectionid);
20766
20768
  }
package/dist/index.esm.js CHANGED
@@ -20707,9 +20707,11 @@ var Filter$1 = function Filter(props) {
20707
20707
  });
20708
20708
  if (!CollectionExists) {
20709
20709
  if (tempfetchproductsfilerobjcontext.collections != undefined && Array.isArray(tempfetchproductsfilerobjcontext.collections)) {
20710
- if (sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection == 'Horizontal') {
20711
- tempfetchproductsfilerobjcontext.collections = [];
20712
- tempfetchproductsfilerobjcontext.collections.push(collectionid);
20710
+ if (sectionproperties.filterdirection == 'Horizontal') {
20711
+ // if (sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection == 'Horizontal') {
20712
+ // tempfetchproductsfilerobjcontext.collections = [];
20713
+ // tempfetchproductsfilerobjcontext.collections.push(collectionid);
20714
+ tempfetchproductsfilerobjcontext.collections = [collectionid];
20713
20715
  } else {
20714
20716
  tempfetchproductsfilerobjcontext.collections.push(collectionid);
20715
20717
  }
package/dist/index.umd.js CHANGED
@@ -20564,9 +20564,11 @@
20564
20564
  });
20565
20565
  if (!CollectionExists) {
20566
20566
  if (tempfetchproductsfilerobjcontext.collections != undefined && Array.isArray(tempfetchproductsfilerobjcontext.collections)) {
20567
- if (sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection == 'Horizontal') {
20568
- tempfetchproductsfilerobjcontext.collections = [];
20569
- tempfetchproductsfilerobjcontext.collections.push(collectionid);
20567
+ if (sectionproperties.filterdirection == 'Horizontal') {
20568
+ // if (sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection == 'Horizontal') {
20569
+ // tempfetchproductsfilerobjcontext.collections = [];
20570
+ // tempfetchproductsfilerobjcontext.collections.push(collectionid);
20571
+ tempfetchproductsfilerobjcontext.collections = [collectionid];
20570
20572
  } else {
20571
20573
  tempfetchproductsfilerobjcontext.collections.push(collectionid);
20572
20574
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1174",
3
+ "version": "0.2.1175",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",