@vitessce/scatterplot 2.0.2 → 2.0.3-beta.0
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.
|
@@ -28,12 +28,12 @@ const useStyles = makeStyles(() => ({
|
|
|
28
28
|
cursor: 'pointer',
|
|
29
29
|
userSelect: 'none',
|
|
30
30
|
border: '1px solid #6c757d',
|
|
31
|
-
fontSize: '
|
|
31
|
+
fontSize: '16px',
|
|
32
32
|
lineHeight: '1.5',
|
|
33
|
-
borderRadius: '
|
|
33
|
+
borderRadius: '4px',
|
|
34
34
|
transition: 'color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out',
|
|
35
35
|
color: '#6c757d',
|
|
36
|
-
marginRight: '
|
|
36
|
+
marginRight: '8px',
|
|
37
37
|
'& > svg': {
|
|
38
38
|
verticalAlign: 'middle',
|
|
39
39
|
},
|
|
@@ -43,7 +43,7 @@ const useStyles = makeStyles(() => ({
|
|
|
43
43
|
color: '#fff',
|
|
44
44
|
backgroundColor: '#6c757d',
|
|
45
45
|
borderColor: '#6c757d',
|
|
46
|
-
boxShadow: '0 0 0
|
|
46
|
+
boxShadow: '0 0 0 3px rgba(108, 117, 125, 0.5)',
|
|
47
47
|
},
|
|
48
48
|
}));
|
|
49
49
|
export function IconButton(props) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/scatterplot",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3-beta.0",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"d3-force": "^2.1.1",
|
|
19
19
|
"d3-quadtree": "^1.0.7",
|
|
20
20
|
"lodash": "^4.17.21",
|
|
21
|
-
"@vitessce/constants-internal": "2.0.
|
|
22
|
-
"@vitessce/
|
|
23
|
-
"@vitessce/
|
|
24
|
-
"@vitessce/
|
|
25
|
-
"@vitessce/
|
|
26
|
-
"@vitessce/vit-s": "2.0.
|
|
21
|
+
"@vitessce/constants-internal": "2.0.3-beta.0",
|
|
22
|
+
"@vitessce/icons": "2.0.3-beta.0",
|
|
23
|
+
"@vitessce/gl": "2.0.3-beta.0",
|
|
24
|
+
"@vitessce/utils": "2.0.3-beta.0",
|
|
25
|
+
"@vitessce/tooltip": "2.0.3-beta.0",
|
|
26
|
+
"@vitessce/vit-s": "2.0.3-beta.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"react": "^18.0.0",
|