@manuscripts/style-guide 1.3.0 → 1.3.1-LEAN-2715-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.
|
@@ -36,8 +36,6 @@ const TooltipDiv_1 = require("../TooltipDiv");
|
|
|
36
36
|
const FileInfo = ({ showAttachmentName, title, fileAttachmentName, fileExtension, attachmentId, dispatch, fileCreatedDate, }) => {
|
|
37
37
|
const fileName = fileAttachmentName.substring(0, fileAttachmentName.lastIndexOf('.'));
|
|
38
38
|
const can = (0, react_1.useContext)(FileManager_1.PermissionsContext);
|
|
39
|
-
fileCreatedDate = new Date();
|
|
40
|
-
console.log(fileCreatedDate);
|
|
41
39
|
return (react_1.default.createElement(exports.FileInfoContainer, null,
|
|
42
40
|
react_1.default.createElement(exports.FileNameTitleContainer, null,
|
|
43
41
|
react_1.default.createElement(exports.FileTitle, null,
|
|
@@ -7,8 +7,6 @@ import { TooltipDiv } from '../TooltipDiv';
|
|
|
7
7
|
export const FileInfo = ({ showAttachmentName, title, fileAttachmentName, fileExtension, attachmentId, dispatch, fileCreatedDate, }) => {
|
|
8
8
|
const fileName = fileAttachmentName.substring(0, fileAttachmentName.lastIndexOf('.'));
|
|
9
9
|
const can = useContext(PermissionsContext);
|
|
10
|
-
fileCreatedDate = new Date();
|
|
11
|
-
console.log(fileCreatedDate);
|
|
12
10
|
return (React.createElement(FileInfoContainer, null,
|
|
13
11
|
React.createElement(FileNameTitleContainer, null,
|
|
14
12
|
React.createElement(FileTitle, null,
|
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.0",
|
|
4
|
+
"version": "1.3.1-LEAN-2715-0",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-style-guide",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@formatjs/intl-relativetimeformat": "^4.5.9",
|
|
37
37
|
"@formatjs/intl-utils": "^2.2.0",
|
|
38
38
|
"@manuscripts/assets": "^0.6.2",
|
|
39
|
-
"@manuscripts/transform": "
|
|
40
|
-
"@manuscripts/json-schema": "
|
|
39
|
+
"@manuscripts/transform": "1.3.11-LEAN-2715-1",
|
|
40
|
+
"@manuscripts/json-schema": "2.1.1-LEAN-2715-4",
|
|
41
41
|
"@manuscripts/title-editor": "^1.1.0",
|
|
42
42
|
"@manuscripts/comment-editor": "^1.0.3",
|
|
43
43
|
"@reach/tabs": "^0.11.2",
|