gramene-search 1.6.3 → 1.6.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.
Files changed (45) hide show
  1. package/.parcel-cache/12c2ac26a83b0e33 +0 -0
  2. package/.parcel-cache/13241643a33ce8ed +0 -0
  3. package/.parcel-cache/3d581284675046c6 +0 -0
  4. package/.parcel-cache/43baead379789480 +0 -0
  5. package/.parcel-cache/4987902b3f9787cc-BundleGraph-0 +0 -0
  6. package/.parcel-cache/56ba3face9690f8b-BundleGraph-0 +0 -0
  7. package/.parcel-cache/5b4f2c99ec04bf49-AssetGraph-0 +0 -0
  8. package/.parcel-cache/70f1f7555dda250d-AssetGraph-0 +0 -0
  9. package/.parcel-cache/75917750f148582a +0 -0
  10. package/.parcel-cache/7c54988bfe0947ac +0 -0
  11. package/.parcel-cache/7f973df67467291d-AssetGraph-0 +0 -0
  12. package/.parcel-cache/8882a8f68ea22235 +0 -0
  13. package/.parcel-cache/9ed3c0dffa18099e +0 -0
  14. package/.parcel-cache/adb9e64d5da6fbba-AssetGraph-0 +0 -0
  15. package/.parcel-cache/aea3b3f00e39e7d7 +0 -0
  16. package/.parcel-cache/b4a7d80971a57169-BundleGraph-0 +0 -0
  17. package/.parcel-cache/baeab7b2fd8ed441 +0 -0
  18. package/.parcel-cache/c0a6f93df69d20be +0 -0
  19. package/.parcel-cache/cadf66668af753d0 +0 -0
  20. package/.parcel-cache/d3d5a0c046bd2fee +0 -0
  21. package/.parcel-cache/d48c91545c145068-BundleGraph-0 +0 -0
  22. package/.parcel-cache/data.mdb +0 -0
  23. package/.parcel-cache/e382ef13c33de3db-AssetGraph-0 +0 -0
  24. package/.parcel-cache/e80b459410ade898 +0 -0
  25. package/.parcel-cache/ef56c415264d359e +0 -0
  26. package/.parcel-cache/f1471b5a88ba6716 +0 -0
  27. package/.parcel-cache/fa1c0991a1e3d246 +0 -0
  28. package/.parcel-cache/fa7f3db05903caf2 +0 -0
  29. package/.parcel-cache/lock.mdb +0 -0
  30. package/.parcel-cache/requestGraph-2b56c4c5947cf88b-0 +0 -0
  31. package/.parcel-cache/requestGraph-524f09471ce7017b-0 +0 -0
  32. package/.parcel-cache/requestGraph-62897db56b555037-0 +0 -0
  33. package/.parcel-cache/requestGraph-nodes-0-2b56c4c5947cf88b-0 +0 -0
  34. package/.parcel-cache/requestGraph-nodes-0-369948a06d23ec44-0 +0 -0
  35. package/.parcel-cache/requestGraph-nodes-0-524f09471ce7017b-0 +0 -0
  36. package/.parcel-cache/requestGraph-nodes-0-62897db56b555037-0 +0 -0
  37. package/.parcel-cache/snapshot-2b56c4c5947cf88b.txt +2 -0
  38. package/.parcel-cache/snapshot-369948a06d23ec44.txt +2 -2
  39. package/.parcel-cache/snapshot-524f09471ce7017b.txt +2 -2
  40. package/.parcel-cache/snapshot-62897db56b555037.txt +2 -0
  41. package/dist/index.js +1 -1
  42. package/dist/index.js.map +1 -1
  43. package/package.json +1 -1
  44. package/src/components/results/GeneList.js +1 -1
  45. package/src/demo.js +3 -2
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,2 @@
1
+ 143878288
2
+ 1728587320560471000
@@ -1,2 +1,2 @@
1
- 126818119
2
- 1728106348378655000
1
+ 143882109
2
+ 1728587443985155000
@@ -1,2 +1,2 @@
1
- 126815976
2
- 1728106279028127000
1
+ 143881606
2
+ 1728587434625576000
@@ -0,0 +1,2 @@
1
+ 135678894
2
+ 1728491020709461000
package/dist/index.js CHANGED
@@ -4671,7 +4671,7 @@ class $6c5c4f90059875bf$var$Gene extends (0, ($parcel$interopDefault($gXNCa$reac
4671
4671
  className: "gene-synonyms",
4672
4672
  children: searchResult.synonyms.join(", ")
4673
4673
  }),
4674
- numWordsInDescription > 1 && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("p", {
4674
+ (numWordsInDescription > 1 || searchResult.can_show.pubs) && /*#__PURE__*/ (0, $gXNCa$reactjsxruntime.jsx)("p", {
4675
4675
  className: "gene-description",
4676
4676
  children: searchResult.description
4677
4677
  })