@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.
- package/dist/cjs/components/FileManager/FileSectionItem/FileInfo.js +1 -0
- package/dist/cjs/components/FileManager/InlineFilesSection.js +3 -1
- package/dist/es/components/FileManager/FileSectionItem/FileInfo.js +1 -0
- package/dist/es/components/FileManager/InlineFilesSection.js +3 -1
- package/package.json +1 -1
|
@@ -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:
|
|
190
|
+
color: #6e6e6e;
|
|
190
191
|
font-size: 12px;
|
|
192
|
+
line-height: 27px;
|
|
191
193
|
`;
|
|
@@ -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:
|
|
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",
|