@manuscripts/style-guide 1.12.7-LEAN-3579.0 → 1.12.7
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/AlertMessage.js +7 -18
- package/dist/cjs/components/Avatar.js +2 -2
- package/dist/cjs/components/Button.js +1 -7
- package/dist/cjs/components/Comments/CommentActions.js +2 -2
- package/dist/cjs/components/Comments/CommentBody.js +17 -2
- package/dist/cjs/components/Comments/ResolveButton.js +19 -18
- package/dist/cjs/components/ContextMenu.js +9 -15
- package/dist/cjs/components/Dialog.js +2 -2
- package/dist/cjs/components/EditorHeader/EditorHeader.js +4 -4
- package/dist/cjs/components/FileManager/FileActions.js +2 -2
- package/dist/cjs/components/FileManager/FileSectionAlert.js +2 -2
- package/dist/cjs/components/FileManager/FileTypeIcon.js +4 -6
- package/dist/cjs/components/FileManager/util.js +26 -25
- package/dist/cjs/components/InspectorSection.js +3 -3
- package/dist/cjs/components/ManuscriptNoteList.js +17 -2
- package/dist/cjs/components/Menus/Submenu.js +2 -2
- package/dist/cjs/components/NavDropdown.js +2 -6
- package/dist/cjs/components/SaveStatus.js +5 -8
- package/dist/cjs/components/TableFootnotesSelector.js +3 -5
- package/dist/cjs/components/icons/add-author.js +5 -9
- package/dist/cjs/components/icons/{add-comment-icon.js → add-comment.js} +2 -2
- package/dist/cjs/components/icons/{template-icon.js → add-new.js} +2 -3
- package/dist/cjs/components/icons/add.js +11 -0
- package/dist/cjs/components/icons/added.js +10 -0
- package/dist/cjs/components/icons/arrow-down-circle.js +10 -0
- package/dist/cjs/components/icons/arrow-down.js +9 -0
- package/dist/cjs/components/icons/{left-arrow.js → arrow-left.js} +2 -2
- package/dist/cjs/components/icons/arrow-up.js +9 -0
- package/dist/cjs/components/icons/attach.js +1 -1
- package/dist/cjs/components/icons/attention-blue.js +13 -0
- package/dist/cjs/components/icons/attention-green.js +10 -0
- package/dist/cjs/components/icons/attention-orange.js +15 -0
- package/dist/cjs/components/icons/attention-red.js +13 -0
- package/dist/cjs/components/icons/avatar.js +9 -0
- package/dist/cjs/components/icons/citation-count.js +9 -0
- package/dist/cjs/components/icons/comment-reply.js +9 -0
- package/dist/cjs/components/icons/{back-arrow.js → comment-resolve.js} +3 -5
- package/dist/cjs/components/icons/corresponding-author.js +15 -0
- package/dist/cjs/components/icons/delete-solid.js +9 -0
- package/dist/cjs/components/icons/{delete-icon.js → deleted.js} +2 -3
- package/dist/cjs/components/icons/{dots-icon.js → dots.js} +1 -1
- package/dist/cjs/components/icons/edit.js +9 -0
- package/dist/cjs/components/icons/{audio-icon.js → file-audio.js} +2 -2
- package/dist/cjs/components/icons/{code-file-icon.js → file-code.js} +2 -2
- package/dist/cjs/components/icons/{compressed-file-icon.js → file-compressed.js} +2 -2
- package/dist/cjs/components/icons/{corrupted-file-icon.js → file-corrupted.js} +2 -2
- package/dist/cjs/components/icons/{document-icon.js → file-document.js} +6 -6
- package/dist/cjs/components/icons/file-figure.js +26 -0
- package/dist/cjs/components/icons/{graphical_abstract_icon.js → file-graphical-abstract.js} +2 -2
- package/dist/cjs/components/icons/{image-icon.js → file-image.js} +2 -17
- package/dist/cjs/components/icons/file-latex-icon.js +28 -0
- package/dist/cjs/components/icons/{document-icon-with-dot.js → file-main-document.js} +2 -17
- package/dist/cjs/components/icons/{pdf-file-icon.js → file-pdf.js} +4 -4
- package/dist/cjs/components/icons/{table-icon.js → file-table.js} +2 -2
- package/dist/cjs/components/icons/{unknown-format-file-icon.js → file-unknown.js} +2 -2
- package/dist/cjs/components/icons/{video-icon.js → file-video.js} +2 -2
- package/dist/cjs/components/icons/handle-inspector.js +9 -0
- package/dist/cjs/components/icons/handle-outline.js +14 -0
- package/dist/cjs/components/icons/index.js +147 -66
- package/dist/cjs/components/icons/{link-icon.js → link.js} +2 -3
- package/dist/cjs/components/icons/{block-quote-icon.js → outline-block-quote.js} +2 -2
- package/dist/cjs/components/icons/outline-code.js +10 -0
- package/dist/cjs/components/icons/outline-equation.js +9 -0
- package/dist/cjs/components/icons/outline-figure.js +15 -0
- package/dist/cjs/components/icons/outline-manuscript.js +12 -0
- package/dist/cjs/components/icons/outline-ordered-list.js +9 -0
- package/dist/cjs/components/icons/outline-paragraph.js +9 -0
- package/dist/cjs/components/icons/{pull-quote-icon.js → outline-pull-quote.js} +2 -2
- package/dist/cjs/components/icons/outline-section.js +9 -0
- package/dist/cjs/components/icons/outline-table.js +11 -0
- package/dist/cjs/components/icons/outline-unordered-list.js +11 -0
- package/dist/cjs/components/icons/{plus-icon.js → plus.js} +3 -3
- package/dist/cjs/components/icons/{annotator-icon.js → role-annotating.js} +2 -2
- package/dist/cjs/components/icons/{reading-icon.js → role-reading.js} +2 -2
- package/dist/cjs/components/icons/save-status-offline.js +26 -0
- package/dist/cjs/components/icons/{add-icon-active.js → save-status-saved.js} +4 -4
- package/dist/cjs/components/icons/save-status-saving.js +27 -0
- package/dist/cjs/components/icons/search.js +3 -43
- package/dist/cjs/components/icons/task-step-done.js +2 -2
- package/dist/cjs/components/icons/toolbar-bold.js +9 -0
- package/dist/cjs/components/icons/toolbar-citation.js +9 -0
- package/dist/cjs/components/icons/toolbar-code.js +10 -0
- package/dist/cjs/components/icons/toolbar-equation.js +9 -0
- package/dist/cjs/components/icons/toolbar-figure.js +9 -0
- package/dist/cjs/components/icons/toolbar-italic.js +9 -0
- package/dist/cjs/components/icons/toolbar-ordered-list.js +9 -0
- package/dist/cjs/components/icons/toolbar-subscript.js +9 -0
- package/dist/cjs/components/icons/toolbar-superscript.js +9 -0
- package/dist/cjs/components/icons/toolbar-symbol.js +9 -0
- package/dist/cjs/components/icons/toolbar-table.js +9 -0
- package/dist/cjs/components/icons/toolbar-underline.js +9 -0
- package/dist/cjs/components/icons/toolbar-unordered-list.js +9 -0
- package/dist/cjs/components/icons/triangle-collapsed.js +9 -0
- package/dist/cjs/components/icons/triangle-expanded.js +9 -0
- package/dist/cjs/components/icons/upload.js +1 -1
- package/dist/cjs/components/icons/vertical-ellipsis.js +11 -0
- package/dist/es/components/AlertMessage.js +7 -18
- package/dist/es/components/Avatar.js +2 -2
- package/dist/es/components/Button.js +1 -7
- package/dist/es/components/Comments/CommentActions.js +1 -1
- package/dist/es/components/Comments/CommentBody.js +17 -2
- package/dist/es/components/Comments/ResolveButton.js +19 -18
- package/dist/es/components/ContextMenu.js +10 -16
- package/dist/es/components/Dialog.js +2 -2
- package/dist/es/components/EditorHeader/EditorHeader.js +5 -5
- package/dist/es/components/FileManager/FileActions.js +1 -1
- package/dist/es/components/FileManager/FileSectionAlert.js +2 -2
- package/dist/es/components/FileManager/FileTypeIcon.js +4 -6
- package/dist/es/components/FileManager/util.js +26 -25
- package/dist/es/components/InspectorSection.js +3 -3
- package/dist/es/components/ManuscriptNoteList.js +17 -2
- package/dist/es/components/Menus/Submenu.js +2 -2
- package/dist/es/components/NavDropdown.js +2 -6
- package/dist/es/components/SaveStatus.js +5 -8
- package/dist/es/components/TableFootnotesSelector.js +3 -5
- package/dist/es/components/icons/add-author.js +5 -9
- package/dist/es/components/icons/{add-comment-icon.js → add-comment.js} +2 -2
- package/dist/es/components/icons/{template-icon.js → add-new.js} +2 -1
- package/dist/es/components/icons/add.js +6 -0
- package/dist/es/components/icons/added.js +5 -0
- package/dist/es/components/icons/arrow-down-circle.js +5 -0
- package/dist/es/components/icons/arrow-down.js +4 -0
- package/dist/es/components/icons/{left-arrow.js → arrow-left.js} +2 -2
- package/dist/es/components/icons/arrow-up.js +4 -0
- package/dist/es/components/icons/attach.js +1 -1
- package/dist/es/components/icons/attention-blue.js +8 -0
- package/dist/es/components/icons/attention-green.js +5 -0
- package/dist/es/components/icons/attention-orange.js +10 -0
- package/dist/es/components/icons/attention-red.js +8 -0
- package/dist/es/components/icons/avatar.js +4 -0
- package/dist/es/components/icons/citation-count.js +4 -0
- package/dist/es/components/icons/comment-reply.js +4 -0
- package/dist/es/components/icons/comment-resolve.js +19 -0
- package/dist/es/components/icons/corresponding-author.js +10 -0
- package/dist/es/components/icons/delete-solid.js +4 -0
- package/dist/es/components/icons/{delete-icon.js → deleted.js} +2 -1
- package/dist/es/components/icons/{dots-icon.js → dots.js} +1 -1
- package/dist/es/components/icons/edit.js +4 -0
- package/dist/es/components/icons/{audio-icon.js → file-audio.js} +2 -2
- package/dist/es/components/icons/{code-file-icon.js → file-code.js} +2 -2
- package/dist/es/components/icons/{compressed-file-icon.js → file-compressed.js} +2 -2
- package/dist/es/components/icons/{corrupted-file-icon.js → file-corrupted.js} +2 -2
- package/dist/es/components/icons/{document-icon.js → file-document.js} +6 -6
- package/dist/es/components/icons/file-figure.js +21 -0
- package/dist/es/components/icons/{graphical_abstract_icon.js → file-graphical-abstract.js} +2 -2
- package/dist/es/components/icons/{image-icon.js → file-image.js} +2 -17
- package/dist/es/components/icons/file-latex-icon.js +23 -0
- package/dist/es/components/icons/file-main-document.js +8 -0
- package/dist/es/components/icons/{pdf-file-icon.js → file-pdf.js} +4 -4
- package/dist/es/components/icons/{table-icon.js → file-table.js} +2 -2
- package/dist/es/components/icons/{unknown-format-file-icon.js → file-unknown.js} +2 -2
- package/dist/es/components/icons/{video-icon.js → file-video.js} +2 -2
- package/dist/es/components/icons/handle-inspector.js +4 -0
- package/dist/es/components/icons/handle-outline.js +9 -0
- package/dist/es/components/icons/index.js +73 -33
- package/dist/es/components/icons/{link-icon.js → link.js} +2 -1
- package/dist/es/components/icons/{block-quote-icon.js → outline-block-quote.js} +2 -2
- package/dist/es/components/icons/outline-code.js +5 -0
- package/dist/es/components/icons/outline-equation.js +4 -0
- package/dist/es/components/icons/outline-figure.js +10 -0
- package/dist/es/components/icons/outline-manuscript.js +7 -0
- package/dist/es/components/icons/outline-ordered-list.js +4 -0
- package/dist/es/components/icons/outline-paragraph.js +4 -0
- package/dist/es/components/icons/{pull-quote-icon.js → outline-pull-quote.js} +2 -2
- package/dist/es/components/icons/outline-section.js +4 -0
- package/dist/es/components/icons/outline-table.js +6 -0
- package/dist/es/components/icons/outline-unordered-list.js +6 -0
- package/dist/es/components/icons/{plus-icon.js → plus.js} +3 -3
- package/dist/es/components/icons/{annotator-icon.js → role-annotating.js} +2 -2
- package/dist/es/components/icons/{reading-icon.js → role-reading.js} +2 -2
- package/dist/es/components/icons/save-status-offline.js +21 -0
- package/dist/es/components/icons/save-status-saved.js +20 -0
- package/dist/es/components/icons/save-status-saving.js +22 -0
- package/dist/es/components/icons/search.js +3 -43
- package/dist/es/components/icons/task-step-done.js +2 -2
- package/dist/es/components/icons/toolbar-bold.js +4 -0
- package/dist/es/components/icons/toolbar-citation.js +4 -0
- package/dist/es/components/icons/toolbar-code.js +5 -0
- package/dist/es/components/icons/toolbar-equation.js +4 -0
- package/dist/es/components/icons/toolbar-figure.js +4 -0
- package/dist/es/components/icons/toolbar-italic.js +4 -0
- package/dist/es/components/icons/toolbar-ordered-list.js +4 -0
- package/dist/es/components/icons/toolbar-subscript.js +4 -0
- package/dist/es/components/icons/toolbar-superscript.js +4 -0
- package/dist/es/components/icons/toolbar-symbol.js +4 -0
- package/dist/es/components/icons/toolbar-table.js +4 -0
- package/dist/es/components/icons/toolbar-underline.js +4 -0
- package/dist/es/components/icons/toolbar-unordered-list.js +4 -0
- package/dist/es/components/icons/triangle-collapsed.js +4 -0
- package/dist/es/components/icons/triangle-expanded.js +4 -0
- package/dist/es/components/icons/upload.js +1 -1
- package/dist/es/components/icons/vertical-ellipsis.js +6 -0
- package/dist/types/components/Comments/CommentBody.d.ts +15 -0
- package/dist/types/components/ManuscriptNoteList.d.ts +15 -0
- package/dist/types/components/NavDropdown.d.ts +1 -1
- package/dist/types/components/icons/add-author.d.ts +2 -2
- package/dist/types/components/icons/add-comment.d.ts +19 -0
- package/dist/types/components/icons/add-new.d.ts +4 -0
- package/dist/types/components/icons/add.d.ts +4 -0
- package/dist/types/components/icons/added.d.ts +4 -0
- package/dist/types/components/icons/arrow-down-circle.d.ts +4 -0
- package/dist/types/components/icons/arrow-down.d.ts +4 -0
- package/dist/types/components/icons/arrow-left.d.ts +4 -0
- package/dist/types/components/icons/arrow-up.d.ts +4 -0
- package/dist/types/components/icons/attach.d.ts +2 -1
- package/dist/types/components/icons/attention-blue.d.ts +4 -0
- package/dist/types/components/icons/attention-green.d.ts +4 -0
- package/dist/types/components/icons/attention-orange.d.ts +4 -0
- package/dist/types/components/icons/attention-red.d.ts +4 -0
- package/dist/types/components/icons/avatar.d.ts +4 -0
- package/dist/types/components/icons/citation-count.d.ts +4 -0
- package/dist/types/components/icons/comment-reply.d.ts +4 -0
- package/dist/types/components/icons/{bookmark.d.ts → comment-resolve.d.ts} +2 -2
- package/dist/types/components/icons/corresponding-author.d.ts +4 -0
- package/dist/types/components/icons/delete-solid.d.ts +4 -0
- package/dist/types/components/icons/deleted.d.ts +4 -0
- package/dist/types/components/icons/edit.d.ts +4 -0
- package/dist/types/components/icons/{close-o-icon.d.ts → file-audio.d.ts} +2 -2
- package/dist/types/components/icons/{close-icon.d.ts → file-code.d.ts} +2 -2
- package/dist/types/components/icons/file-compressed.d.ts +19 -0
- package/dist/types/components/icons/file-corrupted.d.ts +19 -0
- package/dist/types/components/icons/file-document.d.ts +19 -0
- package/dist/types/components/icons/file-figure.d.ts +19 -0
- package/dist/types/components/icons/file-graphical-abstract.d.ts +4 -0
- package/dist/types/components/icons/file-image.d.ts +4 -0
- package/dist/types/components/icons/{audio-icon.d.ts → file-latex-icon.d.ts} +2 -2
- package/dist/types/components/icons/file-main-document.d.ts +4 -0
- package/dist/types/components/icons/{list-icon.d.ts → file-pdf.d.ts} +2 -2
- package/dist/types/components/icons/{code-file-icon.d.ts → file-table.d.ts} +2 -2
- package/dist/types/components/icons/file-unknown.d.ts +19 -0
- package/dist/types/components/icons/file-video.d.ts +19 -0
- package/dist/types/components/icons/handle-inspector.d.ts +4 -0
- package/dist/types/components/icons/handle-outline.d.ts +4 -0
- package/dist/types/components/icons/index.d.ts +73 -33
- package/dist/types/components/icons/link.d.ts +4 -0
- package/dist/types/components/icons/outline-block-quote.d.ts +4 -0
- package/dist/types/components/icons/outline-code.d.ts +4 -0
- package/dist/types/components/icons/outline-equation.d.ts +4 -0
- package/dist/types/components/icons/outline-figure.d.ts +4 -0
- package/dist/types/components/icons/outline-manuscript.d.ts +4 -0
- package/dist/types/components/icons/outline-ordered-list.d.ts +4 -0
- package/dist/types/components/icons/outline-paragraph.d.ts +4 -0
- package/dist/types/components/icons/outline-pull-quote.d.ts +4 -0
- package/dist/types/components/icons/outline-section.d.ts +4 -0
- package/dist/types/components/icons/outline-table.d.ts +4 -0
- package/dist/types/components/icons/outline-unordered-list.d.ts +4 -0
- package/dist/types/components/icons/role-annotating.d.ts +4 -0
- package/dist/types/components/icons/role-reading.d.ts +4 -0
- package/dist/types/components/icons/save-status-offline.d.ts +19 -0
- package/dist/types/components/icons/save-status-saved.d.ts +19 -0
- package/dist/types/components/icons/save-status-saving.d.ts +19 -0
- package/dist/types/components/icons/search.d.ts +1 -1
- package/dist/types/components/icons/task-step-done.d.ts +3 -2
- package/dist/types/components/icons/toolbar-bold.d.ts +4 -0
- package/dist/types/components/icons/toolbar-citation.d.ts +4 -0
- package/dist/types/components/icons/toolbar-code.d.ts +4 -0
- package/dist/types/components/icons/toolbar-equation.d.ts +4 -0
- package/dist/types/components/icons/toolbar-figure.d.ts +4 -0
- package/dist/types/components/icons/toolbar-italic.d.ts +4 -0
- package/dist/types/components/icons/toolbar-ordered-list.d.ts +4 -0
- package/dist/types/components/icons/toolbar-subscript.d.ts +4 -0
- package/dist/types/components/icons/toolbar-superscript.d.ts +4 -0
- package/dist/types/components/icons/toolbar-symbol.d.ts +4 -0
- package/dist/types/components/icons/toolbar-table.d.ts +4 -0
- package/dist/types/components/icons/toolbar-underline.d.ts +4 -0
- package/dist/types/components/icons/toolbar-unordered-list.d.ts +4 -0
- package/dist/types/components/icons/triangle-collapsed.d.ts +4 -0
- package/dist/types/components/icons/triangle-expanded.d.ts +4 -0
- package/dist/types/components/icons/types.d.ts +2 -10
- package/dist/types/components/icons/upload.d.ts +2 -1
- package/dist/types/components/icons/vertical-ellipsis.d.ts +4 -0
- package/package.json +4 -4
- package/dist/cjs/components/icons/BottomArrowIcon.js +0 -24
- package/dist/cjs/components/icons/add-icon-inverted.js +0 -26
- package/dist/cjs/components/icons/bookmark.js +0 -24
- package/dist/cjs/components/icons/close-icon.js +0 -25
- package/dist/cjs/components/icons/close-o-icon.js +0 -26
- package/dist/cjs/components/icons/dataset-icon.js +0 -32
- package/dist/cjs/components/icons/delete-solid-icon.js +0 -10
- package/dist/cjs/components/icons/drag-drop-file-icon.js +0 -28
- package/dist/cjs/components/icons/edit-icon.js +0 -9
- package/dist/cjs/components/icons/figure-icon.js +0 -26
- package/dist/cjs/components/icons/google.js +0 -47
- package/dist/cjs/components/icons/latex-icon.js +0 -28
- package/dist/cjs/components/icons/list-icon.js +0 -25
- package/dist/cjs/components/icons/missing-image.js +0 -12
- package/dist/cjs/components/icons/non-previewable-image-icon.js +0 -24
- package/dist/cjs/components/icons/orcid.js +0 -25
- package/dist/cjs/components/icons/project-notification.js +0 -34
- package/dist/cjs/components/icons/project.js +0 -28
- package/dist/cjs/components/icons/projects-list.js +0 -30
- package/dist/cjs/components/icons/save-icon-offline.js +0 -26
- package/dist/cjs/components/icons/save-icon-saved.js +0 -25
- package/dist/cjs/components/icons/save-icon-saving.js +0 -27
- package/dist/cjs/components/icons/task-step-current.js +0 -28
- package/dist/cjs/components/icons/task-step-next.js +0 -25
- package/dist/cjs/components/icons/tick-mark.js +0 -24
- package/dist/cjs/components/icons/unsupported-format-file-icon.js +0 -27
- package/dist/cjs/components/icons/user.js +0 -30
- package/dist/cjs/components/icons/zoom-in.js +0 -25
- package/dist/cjs/components/icons/zoom-out.js +0 -25
- package/dist/es/components/icons/BottomArrowIcon.js +0 -19
- package/dist/es/components/icons/add-icon-active.js +0 -20
- package/dist/es/components/icons/add-icon-inverted.js +0 -21
- package/dist/es/components/icons/back-arrow.js +0 -19
- package/dist/es/components/icons/bookmark.js +0 -19
- package/dist/es/components/icons/close-icon.js +0 -20
- package/dist/es/components/icons/close-o-icon.js +0 -21
- package/dist/es/components/icons/dataset-icon.js +0 -27
- package/dist/es/components/icons/delete-solid-icon.js +0 -3
- package/dist/es/components/icons/document-icon-with-dot.js +0 -23
- package/dist/es/components/icons/drag-drop-file-icon.js +0 -23
- package/dist/es/components/icons/edit-icon.js +0 -4
- package/dist/es/components/icons/figure-icon.js +0 -21
- package/dist/es/components/icons/google.js +0 -42
- package/dist/es/components/icons/latex-icon.js +0 -23
- package/dist/es/components/icons/list-icon.js +0 -20
- package/dist/es/components/icons/missing-image.js +0 -7
- package/dist/es/components/icons/non-previewable-image-icon.js +0 -19
- package/dist/es/components/icons/orcid.js +0 -20
- package/dist/es/components/icons/project-notification.js +0 -29
- package/dist/es/components/icons/project.js +0 -23
- package/dist/es/components/icons/projects-list.js +0 -25
- package/dist/es/components/icons/save-icon-offline.js +0 -21
- package/dist/es/components/icons/save-icon-saved.js +0 -20
- package/dist/es/components/icons/save-icon-saving.js +0 -22
- package/dist/es/components/icons/task-step-current.js +0 -23
- package/dist/es/components/icons/task-step-next.js +0 -20
- package/dist/es/components/icons/tick-mark.js +0 -19
- package/dist/es/components/icons/unsupported-format-file-icon.js +0 -22
- package/dist/es/components/icons/user.js +0 -25
- package/dist/es/components/icons/zoom-in.js +0 -20
- package/dist/es/components/icons/zoom-out.js +0 -20
- package/dist/types/components/icons/BottomArrowIcon.d.ts +0 -19
- package/dist/types/components/icons/add-comment-icon.d.ts +0 -18
- package/dist/types/components/icons/add-icon-active.d.ts +0 -19
- package/dist/types/components/icons/add-icon-inverted.d.ts +0 -19
- package/dist/types/components/icons/annotator-icon.d.ts +0 -3
- package/dist/types/components/icons/back-arrow.d.ts +0 -19
- package/dist/types/components/icons/block-quote-icon.d.ts +0 -3
- package/dist/types/components/icons/compressed-file-icon.d.ts +0 -19
- package/dist/types/components/icons/corrupted-file-icon.d.ts +0 -19
- package/dist/types/components/icons/dataset-icon.d.ts +0 -19
- package/dist/types/components/icons/delete-icon.d.ts +0 -2
- package/dist/types/components/icons/delete-solid-icon.d.ts +0 -3
- package/dist/types/components/icons/document-icon-with-dot.d.ts +0 -19
- package/dist/types/components/icons/document-icon.d.ts +0 -19
- package/dist/types/components/icons/drag-drop-file-icon.d.ts +0 -19
- package/dist/types/components/icons/edit-icon.d.ts +0 -3
- package/dist/types/components/icons/figure-icon.d.ts +0 -19
- package/dist/types/components/icons/google.d.ts +0 -19
- package/dist/types/components/icons/graphical_abstract_icon.d.ts +0 -4
- package/dist/types/components/icons/image-icon.d.ts +0 -19
- package/dist/types/components/icons/latex-icon.d.ts +0 -19
- package/dist/types/components/icons/left-arrow.d.ts +0 -3
- package/dist/types/components/icons/link-icon.d.ts +0 -2
- package/dist/types/components/icons/missing-image.d.ts +0 -3
- package/dist/types/components/icons/non-previewable-image-icon.d.ts +0 -19
- package/dist/types/components/icons/orcid.d.ts +0 -19
- package/dist/types/components/icons/pdf-file-icon.d.ts +0 -19
- package/dist/types/components/icons/project-notification.d.ts +0 -19
- package/dist/types/components/icons/project.d.ts +0 -19
- package/dist/types/components/icons/projects-list.d.ts +0 -19
- package/dist/types/components/icons/pull-quote-icon.d.ts +0 -3
- package/dist/types/components/icons/reading-icon.d.ts +0 -3
- package/dist/types/components/icons/save-icon-offline.d.ts +0 -18
- package/dist/types/components/icons/save-icon-saved.d.ts +0 -18
- package/dist/types/components/icons/save-icon-saving.d.ts +0 -18
- package/dist/types/components/icons/table-icon.d.ts +0 -19
- package/dist/types/components/icons/task-step-current.d.ts +0 -19
- package/dist/types/components/icons/task-step-next.d.ts +0 -18
- package/dist/types/components/icons/template-icon.d.ts +0 -2
- package/dist/types/components/icons/tick-mark.d.ts +0 -19
- package/dist/types/components/icons/unknown-format-file-icon.d.ts +0 -19
- package/dist/types/components/icons/unsupported-format-file-icon.d.ts +0 -19
- package/dist/types/components/icons/user.d.ts +0 -19
- package/dist/types/components/icons/video-icon.d.ts +0 -19
- package/dist/types/components/icons/zoom-in.d.ts +0 -18
- package/dist/types/components/icons/zoom-out.d.ts +0 -18
- /package/dist/types/components/icons/{dots-icon.d.ts → dots.d.ts} +0 -0
- /package/dist/types/components/icons/{plus-icon.d.ts → plus.d.ts} +0 -0
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.12.7
|
|
4
|
+
"version": "1.12.7",
|
|
5
5
|
"repository": "github:Atypon-OpenSource/manuscripts-style-guide",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"main": "dist/cjs",
|
|
@@ -32,9 +32,8 @@
|
|
|
32
32
|
"prepare": "husky install"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@manuscripts/assets": "^0.6.4",
|
|
36
35
|
"@manuscripts/json-schema": "^2.2.7",
|
|
37
|
-
"@manuscripts/transform": "2.3.
|
|
36
|
+
"@manuscripts/transform": "2.3.3",
|
|
38
37
|
"@reach/tabs": "^0.18.0",
|
|
39
38
|
"date-fns": "^2.29.3",
|
|
40
39
|
"formik": "^2.2.9",
|
|
@@ -75,6 +74,7 @@
|
|
|
75
74
|
"@types/jest": "^29.2.4",
|
|
76
75
|
"@types/lodash": "^4.14.202",
|
|
77
76
|
"@types/styled-components": "^5.1.4",
|
|
77
|
+
"@types/react": "^17.0.2",
|
|
78
78
|
"@types/react-dom": "^17.0.2",
|
|
79
79
|
"@types/react-modal": "^3.16.3",
|
|
80
80
|
"@types/react-router-dom": "^5.3.3",
|
|
@@ -109,4 +109,4 @@
|
|
|
109
109
|
"@types/react": "^17.0.2",
|
|
110
110
|
"jackspeak": "2.1.1"
|
|
111
111
|
}
|
|
112
|
-
}
|
|
112
|
+
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2020 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const BottomArrowIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "8", height: "6", viewBox: "0 0 8 6", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
23
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.0625 0.53125L8 1.46875L4 5.46875L0 1.46875L0.9375 0.53125L4 3.59375L7.0625 0.53125Z", fill: "#6E6E6E" })));
|
|
24
|
-
exports.default = BottomArrowIcon;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const AddIconInverted = (props) => (react_1.default.createElement("svg", Object.assign({ width: 32, height: 34 }, props),
|
|
23
|
-
react_1.default.createElement("g", { stroke: props.color || '#FFE185', fill: "none", fillRule: "evenodd" },
|
|
24
|
-
react_1.default.createElement("path", { d: "M20 3.144a8 8 0 0 0-8 0L6 6.608a8 8 0 0 0-4 6.928v6.928a8 8 0 0 0 4 6.928l6 3.464a8 8 0 0 0 8 0l6-3.464a8 8 0 0 0 4-6.928v-6.928a8 8 0 0 0-4-6.928l-6-3.464z", strokeWidth: 2 }),
|
|
25
|
-
react_1.default.createElement("path", { d: "M15.25 15.75v-6a.75.75 0 1 1 1.5 0v6h6a.75.75 0 1 1 0 1.5h-6v6a.75.75 0 1 1-1.5 0v-6h-6a.75.75 0 1 1 0-1.5h6z", fill: props.color || '#FFE185' }))));
|
|
26
|
-
exports.default = AddIconInverted;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const Bookmark = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 60 113.75", width: props.size || 45, height: props.size || 45 }, props),
|
|
23
|
-
react_1.default.createElement("path", { d: "M4.007.812h51.986A4.005 4.005 0 0 1 60 4.808v83.968c0 2.206-1.232 2.694-2.742 1.098L32.742 63.971a3.736 3.736 0 0 0-5.484 0L2.742 89.874C1.228 91.474 0 90.976 0 88.776V4.808A4.002 4.002 0 0 1 4.007.812zM30 42.362l-8.98 6.359c-1.661 1.177-2.535.533-1.949-1.443l3.164-10.66-8.713-6.733c-1.613-1.246-1.281-2.29.745-2.334l10.934-.23 3.594-10.519c.666-1.947 1.744-1.949 2.41 0l3.594 10.519 10.934.23c2.025.043 2.36 1.087.745 2.334l-8.713 6.732 3.164 10.661c.585 1.974-.286 2.62-1.95 1.443L30 42.363z", fill: props.color || '#000', fillRule: "evenodd" })));
|
|
24
|
-
exports.default = Bookmark;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const CloseIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
23
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.10851 11.0499C0.733607 10.675 0.733607 10.0672 1.10851 9.69227L9.9332 0.867578C10.3081 0.492675 10.9159 0.492676 11.2908 0.867579C11.6658 1.24248 11.6658 1.85032 11.2908 2.22522L2.46615 11.0499C2.09125 11.4248 1.48341 11.4248 1.10851 11.0499Z", fill: props.color }),
|
|
24
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.10851 0.868053C0.733607 1.24296 0.733607 1.85079 1.10851 2.2257L9.9332 11.0504C10.3081 11.4253 10.9159 11.4253 11.2908 11.0504C11.6658 10.6755 11.6658 10.0676 11.2908 9.69274L2.46615 0.868052C2.09125 0.493149 1.48341 0.493149 1.10851 0.868053Z", fill: props.color })));
|
|
25
|
-
exports.default = CloseIcon;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const CloseOIcon = (props) => (react_1.default.createElement("svg", { width: "12", height: "12", viewBox: "0 0 10 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: props.className },
|
|
23
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 10C7.76142 10 10 7.76142 10 5C10 2.23858 7.76142 0 5 0C2.23858 0 0 2.23858 0 5C0 7.76142 2.23858 10 5 10Z", fill: props.color }),
|
|
24
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.36918 6.68558C3.24421 6.56062 3.24421 6.358 3.36918 6.23304L6.31074 3.29147C6.43571 3.1665 6.63832 3.1665 6.76329 3.29147C6.88826 3.41644 6.88826 3.61905 6.76329 3.74402L3.82173 6.68558C3.69676 6.81055 3.49415 6.81055 3.36918 6.68558Z", fill: "#FFFFFF" }),
|
|
25
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.36918 3.29098C3.24421 3.41595 3.24421 3.61856 3.36918 3.74353L6.31074 6.68509C6.43571 6.81006 6.63832 6.81006 6.76329 6.68509C6.88826 6.56012 6.88826 6.35751 6.76329 6.23254L3.82173 3.29098C3.69676 3.16601 3.49415 3.16601 3.36918 3.29098Z", fill: "#FFFFFF" })));
|
|
26
|
-
exports.default = CloseOIcon;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const DatasetIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
23
|
-
react_1.default.createElement("g", { clipPath: "url(#clip0)" },
|
|
24
|
-
react_1.default.createElement("path", { d: "M2.33301 3V13.6667C2.33301 14.8 4.99967 15.6667 8.33301 15.6667C11.6663 15.6667 14.333 14.8 14.333 13.6667V3", stroke: "#B3A1FC", strokeWidth: "1.5", strokeMiterlimit: "10" }),
|
|
25
|
-
react_1.default.createElement("path", { d: "M8.33301 5C11.6467 5 14.333 4.10457 14.333 3C14.333 1.89543 11.6467 1 8.33301 1C5.0193 1 2.33301 1.89543 2.33301 3C2.33301 4.10457 5.0193 5 8.33301 5Z", stroke: "#B3A1FC", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
26
|
-
react_1.default.createElement("path", { d: "M14.333 8.33398C14.333 9.46732 11.6663 10.334 8.33301 10.334C4.99967 10.334 2.33301 9.46732 2.33301 8.33398", stroke: "#B3A1FC", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "square" }),
|
|
27
|
-
react_1.default.createElement("circle", { cx: "10.5", cy: "7.5", r: "0.5", transform: "rotate(-180 10.5 7.5)", fill: "white", stroke: "#B3A1FC", strokeWidth: "1.5" }),
|
|
28
|
-
react_1.default.createElement("circle", { cx: "10.5", cy: "12.5", r: "0.5", fill: "white", stroke: "#B3A1FC", strokeWidth: "1.5" })),
|
|
29
|
-
react_1.default.createElement("defs", null,
|
|
30
|
-
react_1.default.createElement("clipPath", { id: "clip0" },
|
|
31
|
-
react_1.default.createElement("rect", { width: "16", height: "16", fill: "white" })))));
|
|
32
|
-
exports.default = DatasetIcon;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.DeleteSolidIcon = void 0;
|
|
7
|
-
const react_1 = __importDefault(require("react"));
|
|
8
|
-
const DeleteSolidIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "12", height: "14", viewBox: "0 0 12 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
9
|
-
react_1.default.createElement("path", { d: "M11.494 0.375H7.955C7.93 0.165 7.714 0 7.451 0H4.548C4.286 0 4.07 0.165 4.045 0.375H0.506C0.226 0.375 0 0.561 0 0.792V1.583C0 1.813 0.227 2 0.506 2H11.494C11.774 2 12 1.814 12 1.583V0.792C12 0.562 11.773 0.375 11.494 0.375ZM1 3V13.491C1 13.772 1.23 14 1.513 14H10.487C10.5541 14.0004 10.6207 13.9875 10.6829 13.9621C10.745 13.9367 10.8015 13.8993 10.8492 13.852C10.8969 13.8047 10.9347 13.7485 10.9606 13.6866C10.9865 13.6246 10.9999 13.5581 11 13.491V3H1ZM4.753 10.874C4.753 11.184 4.5 11.435 4.188 11.435C4.03886 11.4355 3.89559 11.3769 3.78966 11.2719C3.68373 11.1669 3.62379 11.0241 3.623 10.875V5.311C3.623 5.001 3.876 4.75 4.188 4.75C4.5 4.75 4.753 5 4.753 5.31V10.873V10.874ZM8.377 10.874C8.377 11.184 8.124 11.435 7.812 11.435C7.66286 11.4355 7.51959 11.3769 7.41366 11.2719C7.30773 11.1669 7.24779 11.0241 7.247 10.875V5.311C7.247 5.001 7.5 4.75 7.812 4.75C8.124 4.75 8.377 5 8.377 5.31V10.873V10.874Z", fill: "#6E6E6E" })));
|
|
10
|
-
exports.DeleteSolidIcon = DeleteSolidIcon;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const DragAndDropFileIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
23
|
-
react_1.default.createElement("rect", { x: "0.5", y: "0.5", width: "9", height: "9", rx: "1.5", stroke: "#6E6E6E", strokeLinecap: "round", strokeLinejoin: "round", strokeDasharray: "1 3" }),
|
|
24
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 14C6 15.1046 6.89543 16 8 16H14C15.1046 16 16 15.1046 16 14V8C16 6.89543 15.1046 6 14 6H8C6.89543 6 6 6.89543 6 8L6 14ZM7 14C7 14.5523 7.44772 15 8 15H14C14.5523 15 15 14.5523 15 14V8C15 7.44771 14.5523 7 14 7H8C7.44772 7 7 7.44771 7 8V14Z", fill: "#6E6E6E" }),
|
|
25
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.83935 4.60542L10.9832 6.04238C11.5351 6.5942 11.6888 7.50006 11.6888 8.28085C11.6888 9.06164 11.3847 9.79548 10.8329 10.3473C10.8329 10.3473 8.95965 11.8584 8.30272 11.8584H7.32974C6.22026 11.8584 5.31738 11.5709 5.31738 10.4614V9.65956L4.60411 8.94629C4.20879 8.55097 4.20879 7.90748 4.60411 7.51215C4.7548 7.3619 4.94443 7.2644 5.15013 7.22952C4.8854 6.83554 4.92699 6.29535 5.27489 5.94698C5.58972 5.63216 6.06105 5.56822 6.43937 5.7538C6.46665 5.53827 6.5628 5.32986 6.72825 5.16441C7.1115 4.78072 7.72816 4.76909 8.12617 5.12997C8.16417 4.93276 8.25988 4.75075 8.40521 4.60542C8.80097 4.20965 9.44359 4.20965 9.83935 4.60542Z", fill: "white" }),
|
|
26
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.83935 4.60542L10.9832 6.04238C11.5351 6.5942 11.6888 7.50006 11.6888 8.28085C11.6888 9.06164 11.3847 9.79548 10.8329 10.3473C10.8329 10.3473 8.95965 11.8584 8.30272 11.8584H7.32974C6.22026 11.8584 5.31738 11.5709 5.31738 10.4614V9.65956L4.60411 8.94629C4.20879 8.55097 4.20879 7.90748 4.60411 7.51215C4.7548 7.3619 4.94443 7.2644 5.15013 7.22952C4.8854 6.83554 4.92699 6.29535 5.27489 5.94698C5.58972 5.63216 6.06105 5.56822 6.43937 5.7538C6.46665 5.53827 6.5628 5.32986 6.72825 5.16441C7.1115 4.78072 7.72816 4.76909 8.12617 5.12997C8.16417 4.93276 8.25988 4.75075 8.40521 4.60542C8.80097 4.20965 9.44359 4.20965 9.83935 4.60542ZM8.30316 11.4111C8.84023 11.4111 10.5172 10.0311 10.5172 10.0311C10.9845 9.56379 11.2421 8.94172 11.2421 8.28077C11.2421 7.61981 11.1349 6.82579 10.6676 6.35848L9.5237 4.92152C9.30949 4.70731 8.9361 4.70731 8.72189 4.92152C8.50097 5.14244 8.50097 5.50242 8.72189 5.72334L8.82965 5.83111C8.87348 5.87494 8.89495 5.93216 8.89495 5.98941C8.89495 6.04666 8.87302 6.10388 8.82965 6.14772C8.74245 6.23492 8.60068 6.23492 8.51348 6.14772L7.84672 5.48096C7.6258 5.26004 7.26582 5.26004 7.0449 5.48096C6.93758 5.58784 6.87855 5.73049 6.87855 5.88165C6.87855 6.0328 6.93758 6.17545 7.04446 6.28233L7.71122 6.94909C7.75505 6.99293 7.77652 7.05015 7.77652 7.1074C7.77652 7.16465 7.75505 7.22187 7.71122 7.2657C7.62402 7.35291 7.48226 7.35291 7.39505 7.2657L6.3929 6.26311C6.17198 6.04219 5.812 6.04219 5.59108 6.26311C5.37017 6.48403 5.37017 6.84401 5.59108 7.06493L6.59324 8.06708C6.63707 8.11091 6.65853 8.16814 6.65853 8.22539C6.65853 8.28263 6.63661 8.33986 6.59324 8.38369C6.50603 8.47089 6.36427 8.47089 6.27707 8.38369L5.7221 7.82872C5.50789 7.61451 5.13449 7.61451 4.92028 7.82872C4.81339 7.93561 4.75436 8.07825 4.75436 8.22941C4.75436 8.38057 4.81339 8.52321 4.92028 8.6301L6.59321 10.303C6.63705 10.3469 6.65851 10.4041 6.65851 10.4613C6.65851 10.5186 6.63659 10.5758 6.59321 10.6196C6.50601 10.7068 6.36425 10.7068 6.27704 10.6196L5.76457 10.1067V10.4613C5.76457 11.3244 6.46667 11.4111 7.32974 11.4111H8.30316Z", fill: "#6E6E6E" }),
|
|
27
|
-
react_1.default.createElement("path", { d: "M10.9832 6.04238L10.7876 6.19808L10.7964 6.20915L10.8064 6.21916L10.9832 6.04238ZM9.83935 4.60542L10.0349 4.44972L10.0261 4.43864L10.0161 4.42864L9.83935 4.60542ZM10.8329 10.3473L10.9899 10.5419L11.0003 10.5335L11.0097 10.5241L10.8329 10.3473ZM5.31738 9.65956H5.56738V9.55601L5.49416 9.48279L5.31738 9.65956ZM4.60411 8.94629L4.78089 8.76951L4.60411 8.94629ZM4.60411 7.51215L4.42759 7.33512L4.42733 7.33538L4.60411 7.51215ZM5.15013 7.22952L5.19192 7.47601L5.57347 7.41131L5.35763 7.09009L5.15013 7.22952ZM5.27489 5.94698L5.09812 5.77021L5.098 5.77032L5.27489 5.94698ZM6.43937 5.7538L6.32928 5.97825L6.64347 6.13237L6.6874 5.78518L6.43937 5.7538ZM6.72825 5.16441L6.90503 5.34119L6.90513 5.34108L6.72825 5.16441ZM8.12617 5.12997L7.95824 5.31517L8.28754 5.61376L8.37165 5.17728L8.12617 5.12997ZM8.40521 4.60542L8.22844 4.42864L8.22844 4.42864L8.40521 4.60542ZM10.5172 10.0311L10.676 10.2242L10.6854 10.2165L10.694 10.2079L10.5172 10.0311ZM10.6676 6.35848L10.472 6.51418L10.4808 6.52525L10.4908 6.53526L10.6676 6.35848ZM9.5237 4.92152L9.7193 4.76582L9.71049 4.75475L9.70048 4.74475L9.5237 4.92152ZM8.72189 4.92152L8.89866 5.0983L8.89866 5.0983L8.72189 4.92152ZM8.72189 5.72334L8.89866 5.54656L8.89866 5.54656L8.72189 5.72334ZM8.82965 5.83111L8.65287 6.00788L8.65287 6.00788L8.82965 5.83111ZM8.82965 6.14772L9.00643 6.3245L9.00736 6.32356L8.82965 6.14772ZM8.51348 6.14772L8.3367 6.32449L8.3367 6.32449L8.51348 6.14772ZM7.84672 5.48096L8.0235 5.30418V5.30418L7.84672 5.48096ZM7.0449 5.48096L7.22132 5.6581L7.22168 5.65773L7.0449 5.48096ZM7.39505 7.2657L7.21824 7.44244L7.21828 7.44248L7.39505 7.2657ZM6.3929 6.26311L6.56972 6.08637L6.56968 6.08634L6.3929 6.26311ZM5.59108 6.26311L5.41431 6.08634V6.08634L5.59108 6.26311ZM5.59108 7.06493L5.41431 7.24171H5.41431L5.59108 7.06493ZM6.59324 8.06708L6.77001 7.8903L6.59324 8.06708ZM6.59324 8.38369L6.77001 8.56047L6.77095 8.55953L6.59324 8.38369ZM6.27707 8.38369L6.10029 8.56047H6.10029L6.27707 8.38369ZM5.7221 7.82872L5.89887 7.65195L5.7221 7.82872ZM4.92028 7.82872L5.09706 8.0055H5.09706L4.92028 7.82872ZM4.92028 8.6301L4.7435 8.80688L4.7435 8.80688L4.92028 8.6301ZM6.59321 10.303L6.76999 10.1263L6.76999 10.1263L6.59321 10.303ZM6.59321 10.6196L6.76999 10.7964L6.77092 10.7955L6.59321 10.6196ZM6.27704 10.6196L6.10019 10.7963L6.10027 10.7964L6.27704 10.6196ZM5.76457 10.1067L5.94142 9.93003L5.51457 9.50281V10.1067H5.76457ZM11.1788 5.88668L10.0349 4.44972L9.64375 4.76112L10.7876 6.19808L11.1788 5.88668ZM11.9388 8.28085C11.9388 7.48595 11.7859 6.49147 11.16 5.8656L10.8064 6.21916C11.2842 6.69694 11.4388 7.51416 11.4388 8.28085H11.9388ZM11.0097 10.5241C11.6084 9.92538 11.9388 9.12796 11.9388 8.28085H11.4388C11.4388 8.99533 11.1611 9.66558 10.6561 10.1705L11.0097 10.5241ZM8.30272 12.1084C8.42712 12.1084 8.55991 12.0738 8.68518 12.0285C8.81384 11.9819 8.95198 11.9173 9.09204 11.8433C9.3722 11.6952 9.67688 11.5003 9.95563 11.309C10.2353 11.117 10.4935 10.9255 10.6815 10.7822C10.7756 10.7105 10.8524 10.6507 10.9057 10.6087C10.9324 10.5877 10.9533 10.5711 10.9676 10.5597C10.9747 10.5541 10.9802 10.5497 10.984 10.5467C10.9858 10.5452 10.9873 10.544 10.9883 10.5432C10.9888 10.5428 10.9891 10.5425 10.9894 10.5423C10.9895 10.5422 10.9897 10.5421 10.9897 10.542C10.9898 10.542 10.9898 10.542 10.9898 10.5419C10.9899 10.5419 10.9899 10.5419 10.8329 10.3473C10.676 10.1527 10.676 10.1527 10.676 10.1527C10.676 10.1527 10.676 10.1527 10.6759 10.1527C10.6759 10.1528 10.6758 10.1528 10.6758 10.1529C10.6756 10.153 10.6753 10.1533 10.6749 10.1536C10.6741 10.1543 10.6728 10.1553 10.6711 10.1566C10.6677 10.1593 10.6626 10.1634 10.6559 10.1688C10.6424 10.1796 10.6224 10.1955 10.5965 10.2158C10.5449 10.2564 10.4702 10.3146 10.3784 10.3846C10.1946 10.5246 9.94346 10.7109 9.67271 10.8967C9.40103 11.0832 9.11422 11.266 8.85838 11.4012C8.73043 11.4689 8.61445 11.5223 8.51493 11.5584C8.41201 11.5956 8.34256 11.6084 8.30272 11.6084V12.1084ZM7.32974 12.1084H8.30272V11.6084H7.32974V12.1084ZM5.06738 10.4614C5.06738 10.7731 5.13102 11.0426 5.25742 11.2694C5.38421 11.4969 5.56652 11.6676 5.78243 11.7924C6.20517 12.0366 6.76277 12.1084 7.32974 12.1084V11.6084C6.78722 11.6084 6.33865 11.5363 6.03258 11.3595C5.88409 11.2737 5.77133 11.1645 5.69417 11.026C5.61661 10.8869 5.56738 10.7044 5.56738 10.4614H5.06738ZM5.06738 9.65956V10.4614H5.56738V9.65956H5.06738ZM4.42733 9.12307L5.14061 9.83634L5.49416 9.48279L4.78089 8.76951L4.42733 9.12307ZM4.42733 7.33538C3.93438 7.82833 3.93438 8.63011 4.42733 9.12307L4.78089 8.76951C4.48319 8.47182 4.48319 7.98662 4.78089 7.68893L4.42733 7.33538ZM5.10833 6.98304C4.85128 7.02663 4.61468 7.14858 4.42759 7.33512L4.78063 7.68919C4.89493 7.57522 5.03757 7.50218 5.19192 7.47601L5.10833 6.98304ZM5.098 5.77032C4.664 6.2049 4.61261 6.87782 4.94262 7.36895L5.35763 7.09009C5.15819 6.79327 5.18997 6.38581 5.45179 6.12364L5.098 5.77032ZM6.54947 5.52935C6.07842 5.29828 5.49107 5.37726 5.09812 5.77021L5.45167 6.12376C5.68838 5.88705 6.04369 5.83816 6.32928 5.97825L6.54947 5.52935ZM6.55148 4.98763C6.34532 5.19378 6.22532 5.45397 6.19135 5.72242L6.6874 5.78518C6.70797 5.62257 6.78027 5.46594 6.90503 5.34119L6.55148 4.98763ZM8.29409 4.94477C7.79792 4.49487 7.02949 4.50907 6.55137 4.98773L6.90513 5.34108C7.19352 5.05237 7.65841 5.04331 7.95824 5.31517L8.29409 4.94477ZM8.22844 4.42864C8.04773 4.60935 7.92813 4.83648 7.88068 5.08266L8.37165 5.17728C8.40022 5.02904 8.47204 4.89214 8.58199 4.78219L8.22844 4.42864ZM10.0161 4.42864C9.52273 3.93525 8.72183 3.93525 8.22844 4.42864L8.58199 4.78219C8.88012 4.48406 9.36444 4.48406 9.66257 4.78219L10.0161 4.42864ZM10.5172 10.0311C10.3583 9.83807 10.3583 9.83807 10.3583 9.83807C10.3583 9.83807 10.3583 9.83808 10.3583 9.83809C10.3583 9.83811 10.3582 9.83816 10.3581 9.83823C10.358 9.83836 10.3577 9.83858 10.3574 9.83888C10.3566 9.83947 10.3555 9.84039 10.354 9.84163C10.351 9.84411 10.3464 9.84784 10.3404 9.85275C10.3283 9.86257 10.3104 9.87708 10.2874 9.89562C10.2413 9.93272 10.1746 9.98587 10.0929 10.0497C9.92917 10.1776 9.706 10.3476 9.46694 10.5172C9.22693 10.6875 8.97542 10.854 8.75422 10.977C8.64351 11.0385 8.54486 11.0866 8.46206 11.1188C8.37482 11.1526 8.32412 11.1611 8.30316 11.1611V11.6611C8.41647 11.6611 8.53566 11.6265 8.64293 11.5849C8.75464 11.5416 8.87511 11.4818 8.99715 11.414C9.24142 11.2782 9.50985 11.0998 9.75622 10.925C10.0035 10.7496 10.2332 10.5746 10.4007 10.4437C10.4845 10.3782 10.5531 10.3236 10.6008 10.2852C10.6247 10.266 10.6433 10.2509 10.6561 10.2405C10.6625 10.2353 10.6674 10.2313 10.6707 10.2285C10.6724 10.2271 10.6737 10.2261 10.6746 10.2254C10.675 10.225 10.6754 10.2247 10.6756 10.2245C10.6757 10.2244 10.6758 10.2243 10.6759 10.2243C10.6759 10.2242 10.676 10.2242 10.676 10.2242C10.676 10.2242 10.676 10.2242 10.5172 10.0311ZM10.9921 8.28077C10.9921 8.87542 10.7608 9.4339 10.3404 9.85434L10.694 10.2079C11.2082 9.69367 11.4921 9.00801 11.4921 8.28077H10.9921ZM10.4908 6.53526C10.6815 6.72597 10.8089 6.99424 10.8876 7.30787C10.9661 7.62047 10.9921 7.962 10.9921 8.28077H11.4921C11.4921 7.93858 11.4646 7.55262 11.3726 7.18614C11.2808 6.8207 11.1209 6.4583 10.8443 6.18171L10.4908 6.53526ZM9.32811 5.07722L10.472 6.51418L10.8632 6.20278L9.7193 4.76582L9.32811 5.07722ZM8.89866 5.0983C9.01524 4.98172 9.23035 4.98172 9.34693 5.0983L9.70048 4.74475C9.38864 4.4329 8.85695 4.4329 8.54511 4.74475L8.89866 5.0983ZM8.89866 5.54656C8.77537 5.42328 8.77537 5.22159 8.89866 5.0983L8.54511 4.74475C8.22656 5.0633 8.22656 5.58157 8.54511 5.90012L8.89866 5.54656ZM9.00643 5.65433L8.89866 5.54656L8.54511 5.90012L8.65287 6.00788L9.00643 5.65433ZM9.14495 5.98941C9.14495 5.86951 9.09966 5.74757 9.00643 5.65433L8.65287 6.00788C8.65051 6.00552 8.6483 6.00225 8.64682 5.99858C8.64543 5.99512 8.64495 5.99198 8.64495 5.98941H9.14495ZM9.00736 6.32356C9.09843 6.23152 9.14495 6.1105 9.14495 5.98941H8.64495C8.64495 5.98281 8.64761 5.97625 8.65194 5.97188L9.00736 6.32356ZM8.3367 6.32449C8.52154 6.50933 8.82159 6.50933 9.00643 6.32449L8.65287 5.97094C8.6633 5.96051 8.67983 5.96051 8.69026 5.97094L8.3367 6.32449ZM7.66995 5.65773L8.3367 6.32449L8.69026 5.97094L8.0235 5.30418L7.66995 5.65773ZM7.22168 5.65773C7.34497 5.53445 7.54666 5.53445 7.66995 5.65773L8.0235 5.30418C7.70495 4.98563 7.18668 4.98563 6.86813 5.30418L7.22168 5.65773ZM7.12855 5.88165C7.12855 5.79678 7.16123 5.71794 7.22132 5.6581L6.86849 5.30382C6.71393 5.45775 6.62855 5.66419 6.62855 5.88165H7.12855ZM7.22124 6.10556C7.16128 6.0456 7.12855 5.96656 7.12855 5.88165H6.62855C6.62855 6.09904 6.71387 6.3053 6.86769 6.45911L7.22124 6.10556ZM7.888 6.77232L7.22124 6.10556L6.86769 6.45911L7.53445 7.12587L7.888 6.77232ZM8.02652 7.1074C8.02652 6.9875 7.98124 6.86555 7.888 6.77232L7.53445 7.12587C7.53208 7.1235 7.52987 7.12024 7.52839 7.11657C7.527 7.1131 7.52652 7.10996 7.52652 7.1074H8.02652ZM7.888 7.44248C7.98124 7.34925 8.02652 7.2273 8.02652 7.1074H7.52652C7.52652 7.10483 7.527 7.10169 7.52839 7.09823C7.52987 7.09456 7.53208 7.09129 7.53445 7.08893L7.888 7.44248ZM7.21828 7.44248C7.40311 7.62731 7.70317 7.62731 7.888 7.44248L7.53445 7.08893C7.54488 7.0785 7.5614 7.0785 7.57183 7.08893L7.21828 7.44248ZM6.21609 6.43985L7.21824 7.44244L7.57187 7.08897L6.56972 6.08637L6.21609 6.43985ZM5.76786 6.43989C5.89115 6.3166 6.09284 6.3166 6.21613 6.43989L6.56968 6.08634C6.25113 5.76779 5.73286 5.76779 5.41431 6.08634L5.76786 6.43989ZM5.76786 6.88815C5.64457 6.76487 5.64457 6.56318 5.76786 6.43989L5.41431 6.08634C5.09576 6.40489 5.09576 6.92316 5.41431 7.24171L5.76786 6.88815ZM6.77001 7.8903L5.76786 6.88815L5.41431 7.24171L6.41646 8.24386L6.77001 7.8903ZM6.90853 8.22539C6.90853 8.10549 6.86325 7.98354 6.77001 7.8903L6.41646 8.24386C6.41409 8.24149 6.41188 8.23823 6.41041 8.23456C6.40901 8.23109 6.40853 8.22795 6.40853 8.22539H6.90853ZM6.77095 8.55953C6.86202 8.46749 6.90853 8.34648 6.90853 8.22539H6.40853C6.40853 8.21879 6.4112 8.21223 6.41553 8.20785L6.77095 8.55953ZM6.10029 8.56047C6.28512 8.7453 6.58518 8.7453 6.77001 8.56047L6.41646 8.20691C6.42689 8.19649 6.44341 8.19649 6.45384 8.20691L6.10029 8.56047ZM5.54532 8.0055L6.10029 8.56047L6.45384 8.20692L5.89887 7.65195L5.54532 8.0055ZM5.09706 8.0055C5.21364 7.88892 5.42874 7.88892 5.54532 8.0055L5.89887 7.65195C5.58703 7.3401 5.05534 7.3401 4.7435 7.65195L5.09706 8.0055ZM5.00436 8.22941C5.00436 8.14449 5.0371 8.06545 5.09706 8.0055L4.7435 7.65195C4.58969 7.80576 4.50436 8.01201 4.50436 8.22941H5.00436ZM5.09706 8.45332C5.0371 8.39337 5.00436 8.31433 5.00436 8.22941H4.50436C4.50436 8.44681 4.58969 8.65306 4.7435 8.80688L5.09706 8.45332ZM6.76999 10.1263L5.09706 8.45332L4.7435 8.80688L6.41644 10.4798L6.76999 10.1263ZM6.90851 10.4613C6.90851 10.3414 6.86323 10.2195 6.76999 10.1263L6.41644 10.4798C6.41407 10.4774 6.41186 10.4742 6.41039 10.4705C6.40899 10.467 6.40851 10.4639 6.40851 10.4613H6.90851ZM6.77092 10.7955C6.862 10.7034 6.90851 10.5824 6.90851 10.4613H6.40851C6.40851 10.4547 6.41117 10.4482 6.41551 10.4438L6.77092 10.7955ZM6.10027 10.7964C6.2851 10.9813 6.58516 10.9813 6.76999 10.7964L6.41644 10.4429C6.42687 10.4324 6.44339 10.4324 6.45382 10.4429L6.10027 10.7964ZM5.58771 10.2834L6.10019 10.7963L6.4539 10.4429L5.94142 9.93003L5.58771 10.2834ZM6.01457 10.4613V10.1067H5.51457V10.4613H6.01457ZM7.32974 11.1611C6.89246 11.1611 6.55447 11.1363 6.32744 11.0325C6.22197 10.9843 6.14955 10.9227 6.10095 10.8433C6.05145 10.7625 6.01457 10.6434 6.01457 10.4613H5.51457C5.51457 10.7108 5.56545 10.9263 5.67456 11.1044C5.78457 11.2841 5.94162 11.4059 6.11956 11.4873C6.45935 11.6426 6.90394 11.6611 7.32974 11.6611V11.1611ZM8.30316 11.1611H7.32974V11.6611H8.30316V11.1611Z", fill: "#6E6E6E" })));
|
|
28
|
-
exports.default = DragAndDropFileIcon;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const react_1 = __importDefault(require("react"));
|
|
7
|
-
const EditIcon = () => (react_1.default.createElement("svg", { className: "inheritColors", viewBox: "0 0 18 18", width: 18, height: 18 },
|
|
8
|
-
react_1.default.createElement("path", { d: "M15.035 2.964a3.059 3.059 0 00-4.328 0L2.77 10.899a.397.397 0 00-.112.227l-.588 4.355a.396.396 0 00.112.334.402.402 0 00.28.119c.019 0 .036 0 .054-.004l2.624-.354a.4.4 0 00-.107-.792l-2.103.283.41-3.036 3.197 3.196a.39.39 0 00.561 0l7.936-7.933a3.042 3.042 0 00.899-2.166c0-.819-.32-1.587-.899-2.164zm-4.175.976l1.334 1.332-7.243 7.243-1.332-1.333 7.242-7.243v.001zM6.822 14.383L5.52 13.079l7.242-7.243 1.302 1.304-7.241 7.243zm7.797-7.814L11.43 3.381a2.26 2.26 0 011.442-.517 2.258 2.258 0 012.264 2.263 2.25 2.25 0 01-.518 1.442h.001z", fill: "#6E6E6E", stroke: "#6E6E6E", strokeWidth: ".533" })));
|
|
9
|
-
exports.default = EditIcon;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const FigureIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "19", height: "23", viewBox: "0 0 19 23", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
23
|
-
react_1.default.createElement("path", { d: "M14.0435 1.71973H4.47826C2.55727 1.71973 1 3.277 1 5.19799V18.2415C1 20.1625 2.55727 21.7197 4.47826 21.7197H14.0435C15.9645 21.7197 17.5217 20.1625 17.5217 18.2415V5.19799C17.5217 3.277 15.9645 1.71973 14.0435 1.71973Z", stroke: "#8DD439", strokeWidth: "2" }),
|
|
24
|
-
react_1.default.createElement("path", { d: "M8.39092 7.8063C8.39092 7.08594 7.80694 6.50195 7.08657 6.50195C6.36621 6.50195 5.78223 7.08594 5.78223 7.8063V17.3715C5.78223 18.0919 6.36621 18.6759 7.08657 18.6759C7.80694 18.6759 8.39092 18.0919 8.39092 17.3715V7.8063Z", fill: "#8DD439" }),
|
|
25
|
-
react_1.default.createElement("path", { d: "M12.7396 11.2848C12.7396 10.5645 12.1556 9.98047 11.4352 9.98047C10.7148 9.98047 10.1309 10.5645 10.1309 11.2848V17.3718C10.1309 18.0921 10.7148 18.6761 11.4352 18.6761C12.1556 18.6761 12.7396 18.0921 12.7396 17.3718V11.2848Z", fill: "#8DD439" })));
|
|
26
|
-
exports.default = FigureIcon;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const Google = (props) => (react_1.default.createElement("svg", Object.assign({ width: props.size, height: props.size }, props),
|
|
23
|
-
react_1.default.createElement("defs", null,
|
|
24
|
-
react_1.default.createElement("filter", { x: "-50%", y: "-50%", width: "200%", height: "200%", filterUnits: "objectBoundingBox", id: "google-a" },
|
|
25
|
-
react_1.default.createElement("feOffset", { dy: 1, in: "SourceAlpha", result: "shadowOffsetOuter1" }),
|
|
26
|
-
react_1.default.createElement("feGaussianBlur", { stdDeviation: 0.5, in: "shadowOffsetOuter1", result: "shadowBlurOuter1" }),
|
|
27
|
-
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.168 0", in: "shadowBlurOuter1", result: "shadowMatrixOuter1" }),
|
|
28
|
-
react_1.default.createElement("feOffset", { in: "SourceAlpha", result: "shadowOffsetOuter2" }),
|
|
29
|
-
react_1.default.createElement("feGaussianBlur", { stdDeviation: 0.5, in: "shadowOffsetOuter2", result: "shadowBlurOuter2" }),
|
|
30
|
-
react_1.default.createElement("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.084 0", in: "shadowBlurOuter2", result: "shadowMatrixOuter2" }),
|
|
31
|
-
react_1.default.createElement("feMerge", null,
|
|
32
|
-
react_1.default.createElement("feMergeNode", { in: "shadowMatrixOuter1" }),
|
|
33
|
-
react_1.default.createElement("feMergeNode", { in: "shadowMatrixOuter2" }),
|
|
34
|
-
react_1.default.createElement("feMergeNode", { in: "SourceGraphic" }))),
|
|
35
|
-
react_1.default.createElement("rect", { id: "google-b", width: 40, height: 40, rx: 2 })),
|
|
36
|
-
react_1.default.createElement("g", { fill: "none", fillRule: "evenodd" },
|
|
37
|
-
react_1.default.createElement("g", { transform: "translate(3 3)", filter: "url(#google-a)" },
|
|
38
|
-
react_1.default.createElement("use", { fill: "#FFF", xlinkHref: "#google-b" }),
|
|
39
|
-
react_1.default.createElement("use", { xlinkHref: "#google-b" }),
|
|
40
|
-
react_1.default.createElement("use", { xlinkHref: "#google-b" }),
|
|
41
|
-
react_1.default.createElement("use", { xlinkHref: "#google-b" })),
|
|
42
|
-
react_1.default.createElement("path", { d: "M31.64 23.205c0-.639-.057-1.252-.164-1.841H23v3.481h4.844a4.14 4.14 0 0 1-1.796 2.716v2.259h2.908c1.702-1.567 2.684-3.875 2.684-6.615z", fill: "#4285F4" }),
|
|
43
|
-
react_1.default.createElement("path", { d: "M23 32c2.43 0 4.467-.806 5.956-2.18l-2.908-2.259c-.806.54-1.837.86-3.048.86-2.344 0-4.328-1.584-5.036-3.711h-3.007v2.332A8.997 8.997 0 0 0 23 32z", fill: "#34A853" }),
|
|
44
|
-
react_1.default.createElement("path", { d: "M17.964 24.71a5.41 5.41 0 0 1-.282-1.71c0-.593.102-1.17.282-1.71v-2.332h-3.007A8.996 8.996 0 0 0 14 23c0 1.452.348 2.827.957 4.042l3.007-2.332z", fill: "#FBBC05" }),
|
|
45
|
-
react_1.default.createElement("path", { d: "M23 17.58c1.321 0 2.508.454 3.44 1.345l2.582-2.58C27.463 14.891 25.426 14 23 14a8.997 8.997 0 0 0-8.043 4.958l3.007 2.332c.708-2.127 2.692-3.71 5.036-3.71z", fill: "#EA4335" }),
|
|
46
|
-
react_1.default.createElement("path", { d: "M14 14h18v18H14V14z" }))));
|
|
47
|
-
exports.default = Google;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const LatexIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "22", height: "25", viewBox: "0 0 22 25", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
23
|
-
react_1.default.createElement("path", { d: "M2.99894 1.71973C1.89298 1.71973 1 2.61654 1 3.71973V21.7197C1 22.8243 1.89543 23.7197 3 23.7197H18.1429C19.2474 23.7197 20.1429 22.8243 20.1429 21.7197V9.58657C20.1429 9.02786 19.9092 8.49462 19.4983 8.11597L13.1332 2.24912C12.7656 1.91032 12.2846 1.71973 11.78 1.71973H11.7724H11.7648H11.7572H11.7495H11.7417H11.7338H11.7259H11.7179H11.7099H11.7018H11.6936H11.6854H11.677H11.6687H11.6602H11.6517H11.6432H11.6346H11.6259H11.6171H11.6083H11.5994H11.5905H11.5815H11.5724H11.5633H11.5541H11.5448H11.5355H11.5261H11.5167H11.5072H11.4976H11.488H11.4783H11.4686H11.4588H11.4489H11.439H11.429H11.419H11.4089H11.3987H11.3885H11.3782H11.3679H11.3575H11.347H11.3365H11.3259H11.3153H11.3046H11.2938H11.283H11.2722H11.2613H11.2503H11.2392H11.2282H11.217H11.2058H11.1945H11.1832H11.1719H11.1604H11.1489H11.1374H11.1258H11.1142H11.1025H11.0907H11.0789H11.067H11.0551H11.0431H11.0311H11.019H11.0069H10.9947H10.9825H10.9702H10.9578H10.9454H10.933H10.9204H10.9079H10.8953H10.8826H10.8699H10.8571H10.8443H10.8315H10.8185H10.8056H10.7925H10.7795H10.7664H10.7532H10.74H10.7267H10.7134H10.7H10.6866H10.6731H10.6596H10.646H10.6324H10.6188H10.605H10.5913H10.5775H10.5636H10.5497H10.5358H10.5218H10.5077H10.4936H10.4795H10.4653H10.4511H10.4368H10.4225H10.4081H10.3937H10.3792H10.3647H10.3502H10.3356H10.3209H10.3062H10.2915H10.2767H10.2619H10.247H10.2321H10.2172H10.2022H10.1871H10.1721H10.1569H10.1418H10.1266H10.1113H10.096H10.0807H10.0653H10.0499H10.0344H10.0189H10.0034H9.98777H9.97214H9.95647H9.94076H9.92501H9.90921H9.89338H9.87751H9.8616H9.84565H9.82966H9.81363H9.79756H9.78145H9.7653H9.74911H9.73289H9.71663H9.70032H9.68399H9.66761H9.65119H9.63474H9.61825H9.60172H9.58516H9.56856H9.55192H9.53525H9.51854H9.50179H9.48501H9.46819H9.45134H9.43445H9.41752H9.40056H9.38357H9.36654H9.34947H9.33238H9.31524H9.29807H9.28087H9.26364H9.24637H9.22907H9.21173H9.19436H9.17696H9.15953H9.14206H9.12456H9.10703H9.08947H9.07187H9.05424H9.03658H9.01889H9.00117H8.98342H8.96563H8.94782H8.92997H8.9121H8.89419H8.87625H8.85829H8.84029H8.82227H8.80421H8.78613H8.76801H8.74987H8.7317H8.7135H8.69527H8.67702H8.65873H8.64042H8.62208H8.60371H8.58532H8.56689H8.54844H8.52997H8.51147H8.49294H8.47438H8.4558H8.43719H8.41856H8.3999H8.38121H8.3625H8.34376H8.325H8.30622H8.28741H8.26857H8.24971H8.23083H8.21192H8.19299H8.17403H8.15505H8.13605H8.11703H8.09798H8.07891H8.05981H8.0407H8.02156H8.0024H7.98321H7.96401H7.94478H7.92553H7.90626H7.88697H7.86766H7.84833H7.82898H7.8096H7.79021H7.77079H7.75136H7.73191H7.71243H7.69294H7.67343H7.65389H7.63434H7.61477H7.59519H7.57558H7.55595H7.53631H7.51665H7.49697H7.47728H7.45756H7.43783H7.41808H7.39832H7.37853H7.35874H7.33892H7.31909H7.29924H7.27938H7.2595H7.2396H7.21969H7.19977H7.17983H7.15987H7.1399H7.11992H7.09992H7.0799H7.05988H7.03983H7.01978H6.99971H6.97963H6.95953H6.93942H6.9193H6.89917H6.87902H6.85886H6.83869H6.8185H6.79831H6.7781H6.75788H6.73765H6.71741H6.69715H6.67689H6.65662H6.63633H6.61604H6.59573H6.57542H6.55509H6.53475H6.51441H6.49406H6.47369H6.45332H6.43294H6.41255H6.39215H6.37174H6.35133H6.3309H6.31047H6.29003H6.26959H6.24913H6.22867H6.20821H6.18773H6.16725H6.14676H6.12627H6.10577H6.08526H6.06475H6.04423H6.02371H6.00318H5.98264H5.96211H5.94156H5.92101H5.90046H5.8799H5.85934H5.83878H5.81821H5.79763H5.77706H5.75648H5.73589H5.71531H5.69472H5.67413H5.65353H5.63294H5.61234H5.59174H5.57114H5.55053H5.52993H5.50932H5.48872H5.46811H5.4475H5.42689H5.40628H5.38567H5.36506H5.34445H5.32384H5.30323H5.28262H5.26201H5.2414H5.22079H5.20019H5.17958H5.15898H5.13838H5.11778H5.09718H5.07659H5.056H5.03541H5.01482H4.99424H4.97365H4.95308H4.9325H4.91193H4.89137H4.8708H4.85024H4.82969H4.80914H4.78859H4.76805H4.74752H4.72699H4.70646H4.68594H4.66543H4.64492H4.62441H4.60392H4.58343H4.56294H4.54247H4.522H4.50153H4.48108H4.46063H4.44019H4.41975H4.39933H4.37891H4.3585H4.3381H4.3177H4.29732H4.27694H4.25658H4.23622H4.21587H4.19553H4.1752H4.15488H4.13457H4.11427H4.09399H4.07371H4.05344H4.03318H4.01294H3.9927H3.97248H3.95227H3.93207H3.91188H3.8917H3.87154H3.85139H3.83125H3.81112H3.79101H3.77091H3.75082H3.73075H3.71068H3.69064H3.6706H3.65059H3.63058H3.61059H3.59061H3.57065H3.55071H3.53078H3.51086H3.49096H3.47107H3.45121H3.43135H3.41151H3.39169H3.37189H3.3521H3.33233H3.31257H3.29284H3.27312H3.25341H3.23373H3.21406H3.19441H3.17478H3.15517H3.13557H3.116H3.09644H3.0769H3.05738H3.03788H3.0184H2.99894Z", stroke: props.color, strokeWidth: "2" }),
|
|
24
|
-
react_1.default.createElement("path", { d: "M7.67318 12.7197C7.78363 12.7197 7.87318 12.8093 7.87318 12.9197V13.5708C7.87318 13.6813 7.78363 13.7708 7.67318 13.7708H6.49958C6.38912 13.7708 6.29958 13.8604 6.29958 13.9708V18.234C6.29958 18.3445 6.21003 18.434 6.09958 18.434H5.20231C5.09186 18.434 5.00231 18.3445 5.00231 18.234V13.9708C5.00231 13.8604 4.91277 13.7708 4.80231 13.7708H3.62871C3.51825 13.7708 3.42871 13.6813 3.42871 13.5708V12.9197C3.42871 12.8093 3.51825 12.7197 3.62871 12.7197H7.67318Z", fill: props.color }),
|
|
25
|
-
react_1.default.createElement("path", { d: "M11.8078 12.7197C11.9182 12.7197 12.0078 12.8093 12.0078 12.9197V13.5394C12.0078 13.6499 11.9182 13.7394 11.8078 13.7394H9.91262C9.80217 13.7394 9.71262 13.829 9.71262 13.9394V14.8729C9.71262 14.9834 9.80217 15.0729 9.91262 15.0729H11.2705C11.3809 15.0729 11.4705 15.1624 11.4705 15.2729V15.8534C11.4705 15.9638 11.3809 16.0534 11.2705 16.0534H9.91262C9.80217 16.0534 9.71262 16.1429 9.71262 16.2534V17.2143C9.71262 17.3248 9.80217 17.4143 9.91262 17.4143H11.8078C11.9182 17.4143 12.0078 17.5038 12.0078 17.6143V18.234C12.0078 18.3445 11.9182 18.434 11.8078 18.434H8.60769C8.49723 18.434 8.40769 18.3445 8.40769 18.234V12.9197C8.40769 12.8093 8.49723 12.7197 8.60769 12.7197H11.8078Z", fill: props.color }),
|
|
26
|
-
react_1.default.createElement("path", { d: "M14.0613 15.6019C14.1008 15.5373 14.1005 15.4559 14.0605 15.3916L12.5855 13.0255C12.5025 12.8923 12.5983 12.7197 12.7552 12.7197H13.6921C13.7766 12.7197 13.838 12.7315 13.8764 12.755C13.9173 12.7759 13.9531 12.8125 13.9838 12.8648L15.0434 14.6981C15.0648 14.735 15.1203 14.7308 15.1391 14.6925C15.157 14.6611 15.1762 14.6284 15.1967 14.5944L16.1715 12.8844C16.2355 12.7746 16.3225 12.7197 16.4325 12.7197H17.3089C17.4673 12.7197 17.5629 12.8951 17.477 13.0282L15.9895 15.3332C15.9482 15.3972 15.9468 15.479 15.9859 15.5443L17.5334 18.1313C17.6131 18.2647 17.5171 18.434 17.3617 18.434H16.4172C16.3327 18.434 16.2636 18.4131 16.2099 18.3713C16.1587 18.3294 16.1178 18.2797 16.0871 18.2222L15.0468 16.3656C15.0154 16.3096 14.9308 16.3163 14.8973 16.3711L13.8533 18.2222C13.8226 18.2771 13.7817 18.3268 13.7305 18.3713C13.6794 18.4131 13.6154 18.434 13.5386 18.434H12.6829C12.5266 18.434 12.4307 18.2628 12.5124 18.1295L14.0613 15.6019Z", fill: props.color }),
|
|
27
|
-
react_1.default.createElement("path", { d: "M12 2.71973V9.86258H19.1429", stroke: props.color, strokeWidth: "2" })));
|
|
28
|
-
exports.default = LatexIcon;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const ListIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
23
|
-
react_1.default.createElement("path", { d: "M6.6149 13.4664L2.33988 9.19137L6.71875 4.8125", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
24
|
-
react_1.default.createElement("path", { d: "M12.4183 13.4664L16.6933 9.19137L12.3145 4.8125", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
25
|
-
exports.default = ListIcon;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const react_1 = __importDefault(require("react"));
|
|
7
|
-
const MissingImage = () => (react_1.default.createElement("svg", { width: "28", height: "32", viewBox: "0 0 28 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
8
|
-
react_1.default.createElement("path", { d: "M2.99979 1.25C2.03237 1.25 1.25073 2.03442 1.25073 3V29C1.25073 29.9665 2.03423 30.75 3.00073 30.75H25.0007C25.9672 30.75 26.7507 29.9665 26.7507 29V11.4383C26.7507 10.9494 26.5462 10.4828 26.1868 10.1515L17.0318 1.71322C16.7092 1.41588 16.287 1.25 15.8467 1.25H15.8372H15.8275H15.8177H15.8078H15.7978H15.7877H15.7775H15.7671H15.7567H15.7462H15.7355H15.7248H15.7139H15.703H15.6919H15.6807H15.6694H15.6581H15.6466H15.635H15.6233H15.6115H15.5996H15.5876H15.5755H15.5633H15.551H15.5386H15.5261H15.5135H15.5008H15.488H15.4751H15.4621H15.449H15.4358H15.4225H15.4091H15.3956H15.382H15.3683H15.3545H15.3406H15.3266H15.3126H15.2984H15.2841H15.2697H15.2553H15.2407H15.2261H15.2113H15.1965H15.1815H15.1665H15.1514H15.1362H15.1209H15.1055H15.09H15.0744H15.0587H15.043H15.0271H15.0111H14.9951H14.979H14.9628H14.9464H14.93H14.9136H14.897H14.8803H14.8636H14.8467H14.8298H14.8128H14.7957H14.7785H14.7612H14.7438H14.7264H14.7089H14.6912H14.6735H14.6557H14.6379H14.6199H14.6019H14.5837H14.5655H14.5472H14.5289H14.5104H14.4919H14.4732H14.4545H14.4357H14.4169H14.3979H14.3789H14.3598H14.3406H14.3213H14.302H14.2825H14.263H14.2435H14.2238H14.204H14.1842H14.1643H14.1443H14.1243H14.1042H14.084H14.0637H14.0433H14.0229H14.0024H13.9818H13.9611H13.9404H13.9196H13.8987H13.8778H13.8567H13.8356H13.8144H13.7932H13.7719H13.7505H13.729H13.7075H13.6859H13.6642H13.6425H13.6206H13.5988H13.5768H13.5548H13.5327H13.5105H13.4883H13.466H13.4436H13.4212H13.3987H13.3761H13.3535H13.3308H13.308H13.2851H13.2622H13.2393H13.2162H13.1931H13.17H13.1467H13.1235H13.1001H13.0767H13.0532H13.0296H13.006H12.9824H12.9586H12.9348H12.911H12.8871H12.8631H12.839H12.8149H12.7908H12.7666H12.7423H12.7179H12.6935H12.6691H12.6446H12.62H12.5954H12.5707H12.5459H12.5211H12.4963H12.4713H12.4464H12.4213H12.3963H12.3711H12.3459H12.3207H12.2954H12.27H12.2446H12.2191H12.1936H12.168H12.1424H12.1167H12.091H12.0652H12.0394H12.0135H11.9876H11.9616H11.9355H11.9094H11.8833H11.8571H11.8309H11.8046H11.7782H11.7519H11.7254H11.6989H11.6724H11.6458H11.6192H11.5925H11.5658H11.539H11.5122H11.4854H11.4585H11.4315H11.4045H11.3775H11.3504H11.3233H11.2961H11.2689H11.2416H11.2143H11.187H11.1596H11.1322H11.1047H11.0772H11.0497H11.0221H10.9944H10.9668H10.939H10.9113H10.8835H10.8556H10.8278H10.7999H10.7719H10.7439H10.7159H10.6878H10.6597H10.6316H10.6034H10.5752H10.5469H10.5187H10.4903H10.462H10.4336H10.4052H10.3767H10.3482H10.3197H10.2911H10.2625H10.2339H10.2052H10.1765H10.1478H10.119H10.0902H10.0614H10.0326H10.0037H9.97477H9.94582H9.91684H9.88784H9.8588H9.82973H9.80064H9.77151H9.74236H9.71318H9.68397H9.65474H9.62547H9.59618H9.56687H9.53752H9.50815H9.47876H9.44934H9.41989H9.39042H9.36092H9.3314H9.30186H9.27229H9.24269H9.21308H9.18344H9.15378H9.12409H9.09438H9.06465H9.0349H9.00513H8.97534H8.94552H8.91569H8.88583H8.85596H8.82606H8.79615H8.76621H8.73626H8.70629H8.6763H8.64629H8.61627H8.58623H8.55617H8.52609H8.49599H8.46588H8.43576H8.40562H8.37546H8.34529H8.3151H8.2849H8.25468H8.22445H8.1942H8.16394H8.13367H8.10339H8.07309H8.04278H8.01246H7.98212H7.95178H7.92142H7.89105H7.86067H7.83029H7.79989H7.76948H7.73906H7.70863H7.67819H7.64775H7.61729H7.58683H7.55636H7.52588H7.49539H7.4649H7.4344H7.40389H7.37338H7.34286H7.31234H7.28181H7.25127H7.22073H7.19019H7.15964H7.12908H7.09853H7.06797H7.0374H7.00684H6.97627H6.9457H6.91512H6.88455H6.85397H6.82339H6.79282H6.76224H6.73166H6.70108H6.6705H6.63992H6.60934H6.57876H6.54819H6.51761H6.48704H6.45647H6.4259H6.39533H6.36477H6.33421H6.30366H6.27311H6.24256H6.21201H6.18148H6.15094H6.12041H6.08989H6.05937H6.02886H5.99836H5.96786H5.93737H5.90689H5.87641H5.84594H5.81548H5.78503H5.75458H5.72415H5.69372H5.66331H5.6329H5.6025H5.57212H5.54174H5.51138H5.48102H5.45068H5.42035H5.39003H5.35973H5.32943H5.29915H5.26888H5.23863H5.20839H5.17816H5.14795H5.11775H5.08757H5.0574H5.02725H4.99711H4.96699H4.93688H4.90679H4.87672H4.84667H4.81663H4.78661H4.75661H4.72662H4.69666H4.66671H4.63678H4.60687H4.57698H4.54712H4.51727H4.48744H4.45763H4.42784H4.39808H4.36833H4.33861H4.30891H4.27923H4.24958H4.21994H4.19033H4.16075H4.13119H4.10165H4.07213H4.04264H4.01318H3.98374H3.95433H3.92494H3.89558H3.86624H3.83693H3.80765H3.7784H3.74917H3.71997H3.6908H3.66165H3.63254H3.60345H3.57439H3.54537H3.51637H3.4874H3.45846H3.42955H3.40068H3.37183H3.34302H3.31423H3.28548H3.25676H3.22808H3.19942H3.1708H3.14222H3.11366H3.08514H3.05666H3.02821H2.99979Z", stroke: "#6E6E6E", strokeWidth: "1.5" }),
|
|
9
|
-
react_1.default.createElement("path", { d: "M8.00073 24C10.1219 20.9815 15.8916 16.7556 22.0007 24", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
10
|
-
react_1.default.createElement("path", { d: "M8.00073 8C8.00073 8 8.00073 9.04738 8.00073 11", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }),
|
|
11
|
-
react_1.default.createElement("path", { d: "M16.0007 2V12H26.0007", stroke: "#6E6E6E", strokeWidth: "1.5" })));
|
|
12
|
-
exports.default = MissingImage;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const NonPreviewableImageIcon = (props) => (react_1.default.createElement("svg", { className: props.className, width: "16", height: "18", viewBox: "0 0 16 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
23
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13 0.5H3C1.61929 0.5 0.5 1.61929 0.5 3V15C0.5 16.3807 1.61929 17.5 3 17.5H13C14.3807 17.5 15.5 16.3807 15.5 15V3C15.5 1.61929 14.3807 0.5 13 0.5ZM2 3C2 2.44772 2.44772 2 3 2H13C13.5523 2 14 2.44772 14 3V11.6375L10.4714 8.19526C10.211 7.93491 9.78891 7.93491 9.52857 8.19526L2.28764 15.7018C2.10976 15.5213 2 15.2735 2 15V3ZM3.85011 16H13C13.5523 16 14 15.5523 14 15V13.5C14 13.5 14 13.5 14 13.5L9.99997 9.60948L3.85011 16ZM4.66664 7.66667C4.66664 7.48257 4.81588 7.33333 4.99997 7.33333C5.18407 7.33333 5.3333 7.48257 5.3333 7.66667C5.3333 7.85076 5.18407 8 4.99997 8C4.81588 8 4.66664 7.85076 4.66664 7.66667ZM4.99997 6C4.0795 6 3.3333 6.74619 3.3333 7.66667C3.3333 8.58714 4.0795 9.33333 4.99997 9.33333C5.92044 9.33333 6.66664 8.58714 6.66664 7.66667C6.66664 6.74619 5.92044 6 4.99997 6Z", fill: "#6E6E6E" })));
|
|
24
|
-
exports.default = NonPreviewableImageIcon;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const Orcid = (props) => (react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 256 256", width: props.size, height: props.size }, props),
|
|
23
|
-
react_1.default.createElement("path", { d: "M256 128c0 70.7-57.3 128-128 128S0 198.7 0 128 57.3 0 128 0s128 57.3 128 128z", fill: "#a6ce39" }),
|
|
24
|
-
react_1.default.createElement("path", { d: "M86.3 186.2H70.9V79.1h15.4v107.1zm22.6-107.1h41.6c39.6 0 57 28.3 57 53.6 0 27.5-21.5 53.6-56.8 53.6h-41.8V79.1zm15.4 93.3h24.5c34.9 0 42.9-26.5 42.9-39.7C191.7 111.2 178 93 148 93h-23.7v79.4zM88.7 56.8c0 5.5-4.5 10.1-10.1 10.1s-10.1-4.6-10.1-10.1c0-5.6 4.5-10.1 10.1-10.1s10.1 4.6 10.1 10.1z", fill: "#fff" })));
|
|
25
|
-
exports.default = Orcid;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const ProjectNotification = (props) => (react_1.default.createElement("svg", Object.assign({ width: 24, height: 26 }, props),
|
|
23
|
-
react_1.default.createElement("g", { fill: "none", fillRule: "evenodd" },
|
|
24
|
-
react_1.default.createElement("g", { transform: "translate(3 9)", stroke: "#7FB5D5" },
|
|
25
|
-
react_1.default.createElement("rect", { strokeWidth: 1.5, fill: "#FFF", x: -0.75, y: -0.75, width: 13.5, height: 15.5, rx: 1 }),
|
|
26
|
-
react_1.default.createElement("rect", { x: 2.5, y: 2.5, width: 4, height: 1, rx: 0.5 }),
|
|
27
|
-
react_1.default.createElement("rect", { x: 2.5, y: 6.5, width: 7, height: 1, rx: 0.5 }),
|
|
28
|
-
react_1.default.createElement("rect", { x: 2.5, y: 10.5, width: 7, height: 1, rx: 0.5 })),
|
|
29
|
-
react_1.default.createElement("circle", { fill: "#FFF", fillRule: "nonzero", cx: 17, cy: 7, r: 7 }),
|
|
30
|
-
react_1.default.createElement("g", { transform: "translate(11 1)", fillRule: "nonzero" },
|
|
31
|
-
react_1.default.createElement("circle", { fill: "#80BE86", cx: 6, cy: 6, r: 6 }),
|
|
32
|
-
react_1.default.createElement("circle", { stroke: "#FFF", strokeWidth: 0.5, fill: "#FFF", cx: 6, cy: 9, r: 1 }),
|
|
33
|
-
react_1.default.createElement("path", { className: 'user-icon-path', d: "M5.875 2.5c.207 0 .375.168.375.375v3.25a.375.375 0 1 1-.75 0v-3.25c0-.207.168-.375.375-.375z", stroke: "#FFF", strokeWidth: 0.5, fill: "#FFF" })))));
|
|
34
|
-
exports.default = ProjectNotification;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const ProjectIcon = (props) => (react_1.default.createElement("svg", Object.assign({ width: props.size || 18, height: props.size || 19 }, props),
|
|
23
|
-
react_1.default.createElement("g", { transform: "translate(2 2)", stroke: "currentColor", fill: "none", fillRule: "evenodd" },
|
|
24
|
-
react_1.default.createElement("rect", { strokeWidth: 1.5, fill: "#FFF", x: -0.75, y: -0.75, width: 13.5, height: 15.5, rx: 1 }),
|
|
25
|
-
react_1.default.createElement("rect", { x: 2.5, y: 2.5, width: 4, height: 1, rx: 0.5 }),
|
|
26
|
-
react_1.default.createElement("rect", { x: 2.5, y: 6.5, width: 7, height: 1, rx: 0.5 }),
|
|
27
|
-
react_1.default.createElement("rect", { x: 2.5, y: 10.5, width: 7, height: 1, rx: 0.5 }))));
|
|
28
|
-
exports.default = ProjectIcon;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*!
|
|
3
|
-
* © 2019 Atypon Systems LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
18
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
19
|
-
};
|
|
20
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
-
const react_1 = __importDefault(require("react"));
|
|
22
|
-
const ProjectsList = (props) => (react_1.default.createElement("svg", Object.assign({ width: 18, height: 19 }, props),
|
|
23
|
-
react_1.default.createElement("g", { transform: "translate(3 3)", stroke: props.color || '#7fb5d5', fill: "none", fillRule: "evenodd" },
|
|
24
|
-
react_1.default.createElement("rect", { strokeWidth: 1.5, fill: "#FFF", x: 2.25, y: -0.75, width: 11.5, height: 13.5, rx: 1 }),
|
|
25
|
-
react_1.default.createElement("g", { transform: "translate(0 3)" },
|
|
26
|
-
react_1.default.createElement("rect", { strokeWidth: 1.5, fill: "#FFF", x: -0.75, y: -0.75, width: 11.5, height: 13.5, rx: 1 }),
|
|
27
|
-
react_1.default.createElement("rect", { x: 2.5, y: 1.5, width: 3.167, height: 1, rx: 0.5 }),
|
|
28
|
-
react_1.default.createElement("rect", { x: 2.5, y: 5.5, width: 5.667, height: 1, rx: 0.5 }),
|
|
29
|
-
react_1.default.createElement("rect", { x: 2.5, y: 8.5, width: 5.667, height: 1, rx: 0.5 })))));
|
|
30
|
-
exports.default = ProjectsList;
|