@apollo-annotation/jbrowse-plugin-apollo 0.3.2 → 0.3.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/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/jbrowse-plugin-apollo.cjs.development.js +3 -3
- package/dist/jbrowse-plugin-apollo.cjs.development.js.map +1 -1
- package/dist/jbrowse-plugin-apollo.cjs.production.min.js +1 -1
- package/dist/jbrowse-plugin-apollo.cjs.production.min.js.map +1 -1
- package/dist/jbrowse-plugin-apollo.umd.development.js +3 -3
- package/dist/jbrowse-plugin-apollo.umd.development.js.map +1 -1
- package/dist/jbrowse-plugin-apollo.umd.production.min.js +1 -1
- package/dist/jbrowse-plugin-apollo.umd.production.min.js.map +1 -1
- package/package.json +4 -4
- package/src/components/FilterFeatures.tsx +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apollo-annotation/jbrowse-plugin-apollo",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Apollo plugin for JBrowse 2",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@apollo-annotation/common": "^0.3.
|
|
52
|
-
"@apollo-annotation/mst": "^0.3.
|
|
53
|
-
"@apollo-annotation/shared": "^0.3.
|
|
51
|
+
"@apollo-annotation/common": "^0.3.3",
|
|
52
|
+
"@apollo-annotation/mst": "^0.3.3",
|
|
53
|
+
"@apollo-annotation/shared": "^0.3.3",
|
|
54
54
|
"@emotion/react": "^11.10.6",
|
|
55
55
|
"@emotion/styled": "^11.10.6",
|
|
56
56
|
"@gmod/gff": "1.2.0",
|
|
@@ -61,7 +61,7 @@ export const FilterFeatures = observer(function FilterFeatures({
|
|
|
61
61
|
Select the feature types you want to display in the apollo track
|
|
62
62
|
</DialogContentText>
|
|
63
63
|
<Grid2 container spacing={2}>
|
|
64
|
-
<Grid2>
|
|
64
|
+
<Grid2 size={8}>
|
|
65
65
|
<OntologyTermAutocomplete
|
|
66
66
|
session={session}
|
|
67
67
|
ontologyName="Sequence Ontology"
|
|
@@ -83,7 +83,7 @@ export const FilterFeatures = observer(function FilterFeatures({
|
|
|
83
83
|
}}
|
|
84
84
|
/>
|
|
85
85
|
</Grid2>
|
|
86
|
-
<Grid2>
|
|
86
|
+
<Grid2 size={4}>
|
|
87
87
|
<Button
|
|
88
88
|
variant="contained"
|
|
89
89
|
onClick={handleAddFeatureType}
|