@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
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const CompressedFileIcon: React.FC<IconProps>;
|
|
19
|
-
export default CompressedFileIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const CorruptedFileIcon: React.FC<IconProps>;
|
|
19
|
-
export default CorruptedFileIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const DatasetIcon: React.FC<IconProps>;
|
|
19
|
-
export default DatasetIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const DocumentIconWithDot: React.FC<IconProps>;
|
|
19
|
-
export default DocumentIconWithDot;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const DocumentIcon: React.FC<IconProps>;
|
|
19
|
-
export default DocumentIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const DragAndDropFileIcon: React.FC<IconProps>;
|
|
19
|
-
export default DragAndDropFileIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const FigureIcon: React.FC<IconProps>;
|
|
19
|
-
export default FigureIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const Google: (props: IconProps) => React.JSX.Element;
|
|
19
|
-
export default Google;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const ImageIcon: React.FC<IconProps>;
|
|
19
|
-
export default ImageIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const LatexIcon: React.FC<IconProps>;
|
|
19
|
-
export default LatexIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const NonPreviewableImageIcon: React.FC<IconProps>;
|
|
19
|
-
export default NonPreviewableImageIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const Orcid: (props: IconProps) => React.JSX.Element;
|
|
19
|
-
export default Orcid;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const PdfFileIcon: React.FC<IconProps>;
|
|
19
|
-
export default PdfFileIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const ProjectNotification: (props: IconProps) => React.JSX.Element;
|
|
19
|
-
export default ProjectNotification;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const ProjectIcon: (props: IconProps) => React.JSX.Element;
|
|
19
|
-
export default ProjectIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const ProjectsList: (props: IconProps) => React.JSX.Element;
|
|
19
|
-
export default ProjectsList;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
declare const SaveIconOffline: React.FC;
|
|
18
|
-
export default SaveIconOffline;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
declare const SaveIconSaved: React.FC;
|
|
18
|
-
export default SaveIconSaved;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
declare const SaveIconSaving: React.FC;
|
|
18
|
-
export default SaveIconSaving;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const TableIcon: React.FC<IconProps>;
|
|
19
|
-
export default TableIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2020 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const TaskStepCurrent: React.FC<IconProps>;
|
|
19
|
-
export default TaskStepCurrent;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2020 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
declare const TaskStepNext: React.FC;
|
|
18
|
-
export default TaskStepNext;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const TickMark: (props: IconProps) => React.JSX.Element;
|
|
19
|
-
export default TickMark;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const UnknownFormatFileIcon: React.FC<IconProps>;
|
|
19
|
-
export default UnknownFormatFileIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const UnsupportedFormatFileIcon: React.FC<IconProps>;
|
|
19
|
-
export default UnsupportedFormatFileIcon;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const User: (props: IconProps) => React.JSX.Element;
|
|
19
|
-
export default User;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2019 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
import { IconProps } from './types';
|
|
18
|
-
declare const VideoIcon: React.FC<IconProps>;
|
|
19
|
-
export default VideoIcon;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2020 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
declare const ZoomIn: React.FC;
|
|
18
|
-
export default ZoomIn;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* © 2020 Atypon Systems LLC
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import React from 'react';
|
|
17
|
-
declare const ZoomOut: React.FC;
|
|
18
|
-
export default ZoomOut;
|
|
File without changes
|
|
File without changes
|