@riosst100/pwa-marketplace 1.8.2 → 1.8.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riosst100/pwa-marketplace",
3
3
  "author": "riosst100@gmail.com",
4
- "version": "1.8.2",
4
+ "version": "1.8.4",
5
5
  "main": "src/index.js",
6
6
  "pwa-studio": {
7
7
  "targets": {
@@ -11,6 +11,7 @@
11
11
  "dependencies": {
12
12
  "axios": "^1.6.5",
13
13
  "iconsax-react": "^0.0.8",
14
+ "react-countdown": "^2.3.5",
14
15
  "react-phone-number-input": "^3.3.9",
15
16
  "react-slick": "^0.30.2"
16
17
  },
@@ -16,7 +16,7 @@ const SubCategory = props => {
16
16
  normalizedData
17
17
  } = talonProps;
18
18
 
19
- const maxSubCategory = 8;
19
+ const maxSubCategory = 10;
20
20
 
21
21
  const subCategory = [];
22
22
 
@@ -91,7 +91,7 @@ const FilterSidebar = props => {
91
91
  const groupName = filterNames.get(group);
92
92
  const frontendInput = filterFrontendInput.get(group);
93
93
 
94
- const hideFilters = ['lof_preorder','auction','special_price','sc_baseball_inserts','sc_baseball_parallel','sale','sc_set_type','sc_brands'];
94
+ const hideFilters = ['trains','trains_locomotives','trains_supplies_type','lof_preorder','auction','special_price','sc_baseball_inserts','sc_baseball_parallel','sale','sc_set_type','sc_brands'];
95
95
  if (!hideFilters.includes(group)) {
96
96
  // if (!allowedFilters && !allowedFiltersArr.length && group != "category_uid" || allowedFilters && allowedFiltersArr.length && allowedFiltersArr.includes(group)) {
97
97