@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apollo-annotation/jbrowse-plugin-apollo",
3
- "version": "0.3.2",
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.2",
52
- "@apollo-annotation/mst": "^0.3.2",
53
- "@apollo-annotation/shared": "^0.3.2",
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}