@jbrowse/plugin-config 2.1.2 → 2.1.3
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": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "JBrowse 2 config utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"distModule": "esm/index.js",
|
|
59
59
|
"srcModule": "src/index.ts",
|
|
60
60
|
"module": "esm/index.js",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "ebd548ceb52adb36cf6ab437082b5b5feac1338e"
|
|
62
62
|
}
|
package/src/ConfigurationEditorWidget/components/__snapshots__/ConfigurationEditor.test.tsx.snap
CHANGED
|
@@ -1192,7 +1192,6 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1192
1192
|
</label>
|
|
1193
1193
|
<div
|
|
1194
1194
|
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1195
|
-
variant="outlined"
|
|
1196
1195
|
>
|
|
1197
1196
|
<div
|
|
1198
1197
|
aria-describedby="mui-16-helper-text"
|
|
@@ -1358,7 +1357,6 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1358
1357
|
</label>
|
|
1359
1358
|
<div
|
|
1360
1359
|
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1361
|
-
variant="outlined"
|
|
1362
1360
|
>
|
|
1363
1361
|
<div
|
|
1364
1362
|
aria-describedby="mui-18-helper-text"
|
|
@@ -1435,7 +1433,6 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1435
1433
|
</label>
|
|
1436
1434
|
<div
|
|
1437
1435
|
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1438
|
-
variant="outlined"
|
|
1439
1436
|
>
|
|
1440
1437
|
<div
|
|
1441
1438
|
aria-describedby="mui-19-helper-text"
|