@manuscripts/style-guide 1.1.16-LEAN-2669 → 1.1.16-LEAN-2669-v1

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.
@@ -57,6 +57,7 @@ exports.FileDateContainer = styled_components_1.default.div `
57
57
  overflow: hidden;
58
58
  width: 100%;
59
59
  display: none;
60
+ margin-left: 10px;
60
61
  `;
61
62
  exports.FileInfoContainer = styled_components_1.default.div `
62
63
  margin-left: 8px;
@@ -94,6 +94,7 @@ const FileReference = ({ attachment, handleReplace, handleDownload, handleUpdate
94
94
  exports.FileDateContainer = styled_components_1.default.div `
95
95
  overflow: hidden;
96
96
  display: none;
97
+ width: 50%;
97
98
  `;
98
99
  const ElementItem = (0, styled_components_1.default)(FileSectionItem_1.Item) `
99
100
  display: flex;
@@ -186,6 +187,7 @@ const DropdownContainer = styled_components_1.default.div `
186
187
  position: relative;
187
188
  `;
188
189
  exports.FileDate = styled_components_1.default.div `
189
- color: '#6E6E6E';
190
+ color: #6e6e6e;
190
191
  font-size: 12px;
192
+ line-height: 27px;
191
193
  `;
@@ -27,6 +27,7 @@ export const FileDateContainer = styled.div `
27
27
  overflow: hidden;
28
28
  width: 100%;
29
29
  display: none;
30
+ margin-left: 10px;
30
31
  `;
31
32
  export const FileInfoContainer = styled.div `
32
33
  margin-left: 8px;
@@ -64,6 +64,7 @@ const FileReference = ({ attachment, handleReplace, handleDownload, handleUpdate
64
64
  export const FileDateContainer = styled.div `
65
65
  overflow: hidden;
66
66
  display: none;
67
+ width: 50%;
67
68
  `;
68
69
  const ElementItem = styled(Item) `
69
70
  display: flex;
@@ -156,6 +157,7 @@ const DropdownContainer = styled.div `
156
157
  position: relative;
157
158
  `;
158
159
  export const FileDate = styled.div `
159
- color: '#6E6E6E';
160
+ color: #6e6e6e;
160
161
  font-size: 12px;
162
+ line-height: 27px;
161
163
  `;
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.1.16-LEAN-2669",
4
+ "version": "1.1.16-LEAN-2669-v1",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",