@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 CHANGED
@@ -50,7 +50,7 @@ import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
50
50
  import ErrorIcon from '@mui/icons-material/Error';
51
51
  import SaveIcon from '@mui/icons-material/Save';
52
52
 
53
- var version = "0.3.2";
53
+ var version = "0.3.3";
54
54
 
55
55
  const ApolloConfigSchema = ConfigurationSchema('ApolloInternetAccount', {
56
56
  baseURL: {
@@ -6760,13 +6760,13 @@ const FilterFeatures = observer(function FilterFeatures({ featureTypes, handleCl
6760
6760
  React__default.createElement(DialogContent, null,
6761
6761
  React__default.createElement(DialogContentText, null, "Select the feature types you want to display in the apollo track"),
6762
6762
  React__default.createElement(Grid2, { container: true, spacing: 2 },
6763
- React__default.createElement(Grid2, null,
6763
+ React__default.createElement(Grid2, { size: 8 },
6764
6764
  React__default.createElement(OntologyTermAutocomplete, { session: session, ontologyName: "Sequence Ontology", style: { width: '100%' }, value: type, filterTerms: isOntologyClass, renderInput: (params) => (React__default.createElement(TextField, { ...params, label: "Feature type", variant: "outlined", fullWidth: true })), onChange: (oldValue, newValue) => {
6765
6765
  if (newValue) {
6766
6766
  handleChange(newValue);
6767
6767
  }
6768
6768
  } })),
6769
- React__default.createElement(Grid2, null,
6769
+ React__default.createElement(Grid2, { size: 4 },
6770
6770
  React__default.createElement(Button, { variant: "contained", onClick: handleAddFeatureType, disabled: !type, style: { marginTop: 9 }, size: "medium" }, "Add"))),
6771
6771
  selectedFeatureTypes.length > 0 && (React__default.createElement("div", null,
6772
6772
  React__default.createElement("hr", null),