@manuscripts/style-guide 1.3.2-LEAN-2859-2 → 1.3.2-LEAN-2859-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.
@@ -98,7 +98,6 @@ const MoveFileConfirmationDialog = ({ isOpen, close, source, target, handleMove
98
98
  } }));
99
99
  };
100
100
  exports.ActionsIcon = styled_components_1.default.button `
101
- visibility: hidden;
102
101
  border: none;
103
102
  background: transparent;
104
103
  cursor: pointer;
@@ -12,7 +12,7 @@ exports.FileContainer = styled_components_1.default.div `
12
12
  cursor: pointer;
13
13
  box-sizing: border-box;
14
14
  position: relative;
15
- padding: 24px 16px;
15
+ padding: 24px 18px;
16
16
  height: 72px;
17
17
 
18
18
  &.dragging {
@@ -21,14 +21,15 @@ exports.FileContainer = styled_components_1.default.div `
21
21
 
22
22
  .file-icon {
23
23
  min-width: 20px;
24
+ width: 20px;
24
25
  }
25
26
 
26
27
  .show-on-hover {
27
- visibility: hidden;
28
+ display: none;
28
29
  }
29
30
 
30
31
  &:hover .show-on-hover {
31
- visibility: visible;
32
+ display: block;
32
33
  }
33
34
 
34
35
  &:hover,
@@ -68,7 +68,6 @@ const MoveFileConfirmationDialog = ({ isOpen, close, source, target, handleMove
68
68
  } }));
69
69
  };
70
70
  export const ActionsIcon = styled.button `
71
- visibility: hidden;
72
71
  border: none;
73
72
  background: transparent;
74
73
  cursor: pointer;
@@ -6,7 +6,7 @@ export const FileContainer = styled.div `
6
6
  cursor: pointer;
7
7
  box-sizing: border-box;
8
8
  position: relative;
9
- padding: 24px 16px;
9
+ padding: 24px 18px;
10
10
  height: 72px;
11
11
 
12
12
  &.dragging {
@@ -15,14 +15,15 @@ export const FileContainer = styled.div `
15
15
 
16
16
  .file-icon {
17
17
  min-width: 20px;
18
+ width: 20px;
18
19
  }
19
20
 
20
21
  .show-on-hover {
21
- visibility: hidden;
22
+ display: none;
22
23
  }
23
24
 
24
25
  &:hover .show-on-hover {
25
- visibility: visible;
26
+ display: block;
26
27
  }
27
28
 
28
29
  &:hover,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/style-guide",
3
3
  "description": "Shared components for Manuscripts applications",
4
- "version": "1.3.2-LEAN-2859-2",
4
+ "version": "1.3.2-LEAN-2859-3",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",