@manuscripts/style-guide 1.1.15-LEAN-2669-v1 → 1.1.15-LEAN-2669-v3

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,8 +57,7 @@ const InlineFilesSection = ({ handleReplace, handleDownload, handleUpdateInline,
57
57
  util_1.fileTypesWithIconMap.get(file.type),
58
58
  react_1.default.createElement(FileInfo_1.FileInfoContainer, null,
59
59
  react_1.default.createElement(FileInfo_1.FileNameTitleContainer, null,
60
- react_1.default.createElement(FileInfo_1.FileTitle, null, file.label),
61
- react_1.default.createElement("div", null, file.date))))));
60
+ react_1.default.createElement(FileInfo_1.FileTitle, null, file.label))))));
62
61
  })));
63
62
  };
64
63
  exports.InlineFilesSection = InlineFilesSection;
@@ -28,8 +28,7 @@ export const InlineFilesSection = ({ handleReplace, handleDownload, handleUpdate
28
28
  fileTypesWithIconMap.get(file.type),
29
29
  React.createElement(FileInfoContainer, null,
30
30
  React.createElement(FileNameTitleContainer, null,
31
- React.createElement(FileTitle, null, file.label),
32
- React.createElement("div", null, file.date))))));
31
+ React.createElement(FileTitle, null, file.label))))));
33
32
  })));
34
33
  };
35
34
  const FileReference = ({ attachment, handleReplace, handleDownload, handleUpdateInline, handleDetachFile, dispatch, }) => {
@@ -10,7 +10,6 @@ export declare const InlineFilesSection: React.FC<{
10
10
  type: FileType;
11
11
  caption?: string;
12
12
  attachments?: FileAttachment[];
13
- date?: Date;
14
13
  }[];
15
14
  handleReplace: Replace;
16
15
  handleDownload: (url: string) => void;
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.15-LEAN-2669-v1",
4
+ "version": "1.1.15-LEAN-2669-v3",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-style-guide",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",