@jbrowse/plugin-grid-bookmark 2.10.2 → 2.10.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.
@@ -31,10 +31,9 @@ const mobx_react_1 = require("mobx-react");
31
31
  const mui_1 = require("tss-react/mui");
32
32
  const util_1 = require("@jbrowse/core/util");
33
33
  const colord_1 = require("@jbrowse/core/util/colord");
34
+ const material_1 = require("@mui/material");
34
35
  // icons
35
36
  const Bookmark_1 = __importDefault(require("@mui/icons-material/Bookmark"));
36
- // locals
37
- const material_1 = require("@mui/material");
38
37
  const useStyles = (0, mui_1.makeStyles)()({
39
38
  highlight: {
40
39
  height: '100%',
@@ -3,10 +3,9 @@ import { observer } from 'mobx-react';
3
3
  import { makeStyles } from 'tss-react/mui';
4
4
  import { getSession, notEmpty } from '@jbrowse/core/util';
5
5
  import { colord } from '@jbrowse/core/util/colord';
6
+ import { Tooltip } from '@mui/material';
6
7
  // icons
7
8
  import BookmarkIcon from '@mui/icons-material/Bookmark';
8
- // locals
9
- import { Tooltip } from '@mui/material';
10
9
  const useStyles = makeStyles()({
11
10
  highlight: {
12
11
  height: '100%',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-grid-bookmark",
3
- "version": "2.10.2",
3
+ "version": "2.10.3",
4
4
  "description": "JBrowse 2 grid bookmark widget",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -59,5 +59,5 @@
59
59
  "distModule": "esm/index.js",
60
60
  "srcModule": "src/index.ts",
61
61
  "module": "esm/index.js",
62
- "gitHead": "7ca3b7db337ebd88853e2d96cdab940ed550c4fb"
62
+ "gitHead": "c8fc800cd17decd72b2e971c7a6add3b95214e72"
63
63
  }