@fonixtree/magic-design 0.0.103 → 0.0.105

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.
@@ -485,7 +485,7 @@ var FilteredProductModal = function FilteredProductModal(props) {
485
485
  return v.key;
486
486
  }).join(',') || '',
487
487
  labelIds: labelId.key || '',
488
- productName: productName || '',
488
+ q: productName || '',
489
489
  minPrice: minimum * precision || '',
490
490
  maxPrice: maximum * precision || '',
491
491
  storeName: storeName || '',
@@ -485,7 +485,7 @@ var FilteredProductModal = function FilteredProductModal(props) {
485
485
  return v.key;
486
486
  }).join(',') || '',
487
487
  labelIds: labelId.key || '',
488
- productName: productName || '',
488
+ q: productName || '',
489
489
  minPrice: minimum * precision || '',
490
490
  maxPrice: maximum * precision || '',
491
491
  storeName: storeName || '',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.0.103",
4
+ "version": "0.0.105",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",