@jbrowse/plugin-config 1.7.5 → 1.7.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-config",
3
- "version": "1.7.5",
3
+ "version": "1.7.8",
4
4
  "description": "JBrowse 2 config utilities",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "2c3a1f0c95a47b24eba790eaeb49274caf297aeb"
56
+ "gitHead": "b429fa2bb5734fc8a5380988f6dfdd3f7a41a39f"
57
57
  }
@@ -1371,13 +1371,13 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
1371
1371
  aria-invalid="false"
1372
1372
  class="MuiInputBase-input MuiInput-input"
1373
1373
  type="number"
1374
- value="0"
1374
+ value="0.7"
1375
1375
  />
1376
1376
  </div>
1377
1377
  <p
1378
1378
  class="MuiFormHelperText-root MuiFormHelperText-filled"
1379
1379
  >
1380
- the minimum width in px for a pileup mismatch feature. use for increasing mismatch marker widths when zoomed out to e.g. 1px or 0.5px
1380
+ the minimum width in px for a pileup mismatch feature. use for increasing/decreasing mismatch marker widths when zoomed out, e.g. 0 or 1
1381
1381
  </p>
1382
1382
  </div>
1383
1383
  </div>