@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.
Files changed (381) hide show
  1. package/dist/cjs/components/AlertMessage.js +7 -18
  2. package/dist/cjs/components/Avatar.js +2 -2
  3. package/dist/cjs/components/Button.js +1 -7
  4. package/dist/cjs/components/Comments/CommentActions.js +2 -2
  5. package/dist/cjs/components/Comments/CommentBody.js +17 -2
  6. package/dist/cjs/components/Comments/ResolveButton.js +19 -18
  7. package/dist/cjs/components/ContextMenu.js +9 -15
  8. package/dist/cjs/components/Dialog.js +2 -2
  9. package/dist/cjs/components/EditorHeader/EditorHeader.js +4 -4
  10. package/dist/cjs/components/FileManager/FileActions.js +2 -2
  11. package/dist/cjs/components/FileManager/FileSectionAlert.js +2 -2
  12. package/dist/cjs/components/FileManager/FileTypeIcon.js +4 -6
  13. package/dist/cjs/components/FileManager/util.js +26 -25
  14. package/dist/cjs/components/InspectorSection.js +3 -3
  15. package/dist/cjs/components/ManuscriptNoteList.js +17 -2
  16. package/dist/cjs/components/Menus/Submenu.js +2 -2
  17. package/dist/cjs/components/NavDropdown.js +2 -6
  18. package/dist/cjs/components/SaveStatus.js +5 -8
  19. package/dist/cjs/components/TableFootnotesSelector.js +3 -5
  20. package/dist/cjs/components/icons/add-author.js +5 -9
  21. package/dist/cjs/components/icons/{add-comment-icon.js → add-comment.js} +2 -2
  22. package/dist/cjs/components/icons/{template-icon.js → add-new.js} +2 -3
  23. package/dist/cjs/components/icons/add.js +11 -0
  24. package/dist/cjs/components/icons/added.js +10 -0
  25. package/dist/cjs/components/icons/arrow-down-circle.js +10 -0
  26. package/dist/cjs/components/icons/arrow-down.js +9 -0
  27. package/dist/cjs/components/icons/{left-arrow.js → arrow-left.js} +2 -2
  28. package/dist/cjs/components/icons/arrow-up.js +9 -0
  29. package/dist/cjs/components/icons/attach.js +1 -1
  30. package/dist/cjs/components/icons/attention-blue.js +13 -0
  31. package/dist/cjs/components/icons/attention-green.js +10 -0
  32. package/dist/cjs/components/icons/attention-orange.js +15 -0
  33. package/dist/cjs/components/icons/attention-red.js +13 -0
  34. package/dist/cjs/components/icons/avatar.js +9 -0
  35. package/dist/cjs/components/icons/citation-count.js +9 -0
  36. package/dist/cjs/components/icons/comment-reply.js +9 -0
  37. package/dist/cjs/components/icons/{back-arrow.js → comment-resolve.js} +3 -5
  38. package/dist/cjs/components/icons/corresponding-author.js +15 -0
  39. package/dist/cjs/components/icons/delete-solid.js +9 -0
  40. package/dist/cjs/components/icons/{delete-icon.js → deleted.js} +2 -3
  41. package/dist/cjs/components/icons/{dots-icon.js → dots.js} +1 -1
  42. package/dist/cjs/components/icons/edit.js +9 -0
  43. package/dist/cjs/components/icons/{audio-icon.js → file-audio.js} +2 -2
  44. package/dist/cjs/components/icons/{code-file-icon.js → file-code.js} +2 -2
  45. package/dist/cjs/components/icons/{compressed-file-icon.js → file-compressed.js} +2 -2
  46. package/dist/cjs/components/icons/{corrupted-file-icon.js → file-corrupted.js} +2 -2
  47. package/dist/cjs/components/icons/{document-icon.js → file-document.js} +6 -6
  48. package/dist/cjs/components/icons/file-figure.js +26 -0
  49. package/dist/cjs/components/icons/{graphical_abstract_icon.js → file-graphical-abstract.js} +2 -2
  50. package/dist/cjs/components/icons/{image-icon.js → file-image.js} +2 -17
  51. package/dist/cjs/components/icons/file-latex-icon.js +28 -0
  52. package/dist/cjs/components/icons/{document-icon-with-dot.js → file-main-document.js} +2 -17
  53. package/dist/cjs/components/icons/{pdf-file-icon.js → file-pdf.js} +4 -4
  54. package/dist/cjs/components/icons/{table-icon.js → file-table.js} +2 -2
  55. package/dist/cjs/components/icons/{unknown-format-file-icon.js → file-unknown.js} +2 -2
  56. package/dist/cjs/components/icons/{video-icon.js → file-video.js} +2 -2
  57. package/dist/cjs/components/icons/handle-inspector.js +9 -0
  58. package/dist/cjs/components/icons/handle-outline.js +14 -0
  59. package/dist/cjs/components/icons/index.js +147 -66
  60. package/dist/cjs/components/icons/{link-icon.js → link.js} +2 -3
  61. package/dist/cjs/components/icons/{block-quote-icon.js → outline-block-quote.js} +2 -2
  62. package/dist/cjs/components/icons/outline-code.js +10 -0
  63. package/dist/cjs/components/icons/outline-equation.js +9 -0
  64. package/dist/cjs/components/icons/outline-figure.js +15 -0
  65. package/dist/cjs/components/icons/outline-manuscript.js +12 -0
  66. package/dist/cjs/components/icons/outline-ordered-list.js +9 -0
  67. package/dist/cjs/components/icons/outline-paragraph.js +9 -0
  68. package/dist/cjs/components/icons/{pull-quote-icon.js → outline-pull-quote.js} +2 -2
  69. package/dist/cjs/components/icons/outline-section.js +9 -0
  70. package/dist/cjs/components/icons/outline-table.js +11 -0
  71. package/dist/cjs/components/icons/outline-unordered-list.js +11 -0
  72. package/dist/cjs/components/icons/{plus-icon.js → plus.js} +3 -3
  73. package/dist/cjs/components/icons/{annotator-icon.js → role-annotating.js} +2 -2
  74. package/dist/cjs/components/icons/{reading-icon.js → role-reading.js} +2 -2
  75. package/dist/cjs/components/icons/save-status-offline.js +26 -0
  76. package/dist/cjs/components/icons/{add-icon-active.js → save-status-saved.js} +4 -4
  77. package/dist/cjs/components/icons/save-status-saving.js +27 -0
  78. package/dist/cjs/components/icons/search.js +3 -43
  79. package/dist/cjs/components/icons/task-step-done.js +2 -2
  80. package/dist/cjs/components/icons/toolbar-bold.js +9 -0
  81. package/dist/cjs/components/icons/toolbar-citation.js +9 -0
  82. package/dist/cjs/components/icons/toolbar-code.js +10 -0
  83. package/dist/cjs/components/icons/toolbar-equation.js +9 -0
  84. package/dist/cjs/components/icons/toolbar-figure.js +9 -0
  85. package/dist/cjs/components/icons/toolbar-italic.js +9 -0
  86. package/dist/cjs/components/icons/toolbar-ordered-list.js +9 -0
  87. package/dist/cjs/components/icons/toolbar-subscript.js +9 -0
  88. package/dist/cjs/components/icons/toolbar-superscript.js +9 -0
  89. package/dist/cjs/components/icons/toolbar-symbol.js +9 -0
  90. package/dist/cjs/components/icons/toolbar-table.js +9 -0
  91. package/dist/cjs/components/icons/toolbar-underline.js +9 -0
  92. package/dist/cjs/components/icons/toolbar-unordered-list.js +9 -0
  93. package/dist/cjs/components/icons/triangle-collapsed.js +9 -0
  94. package/dist/cjs/components/icons/triangle-expanded.js +9 -0
  95. package/dist/cjs/components/icons/upload.js +1 -1
  96. package/dist/cjs/components/icons/vertical-ellipsis.js +11 -0
  97. package/dist/es/components/AlertMessage.js +7 -18
  98. package/dist/es/components/Avatar.js +2 -2
  99. package/dist/es/components/Button.js +1 -7
  100. package/dist/es/components/Comments/CommentActions.js +1 -1
  101. package/dist/es/components/Comments/CommentBody.js +17 -2
  102. package/dist/es/components/Comments/ResolveButton.js +19 -18
  103. package/dist/es/components/ContextMenu.js +10 -16
  104. package/dist/es/components/Dialog.js +2 -2
  105. package/dist/es/components/EditorHeader/EditorHeader.js +5 -5
  106. package/dist/es/components/FileManager/FileActions.js +1 -1
  107. package/dist/es/components/FileManager/FileSectionAlert.js +2 -2
  108. package/dist/es/components/FileManager/FileTypeIcon.js +4 -6
  109. package/dist/es/components/FileManager/util.js +26 -25
  110. package/dist/es/components/InspectorSection.js +3 -3
  111. package/dist/es/components/ManuscriptNoteList.js +17 -2
  112. package/dist/es/components/Menus/Submenu.js +2 -2
  113. package/dist/es/components/NavDropdown.js +2 -6
  114. package/dist/es/components/SaveStatus.js +5 -8
  115. package/dist/es/components/TableFootnotesSelector.js +3 -5
  116. package/dist/es/components/icons/add-author.js +5 -9
  117. package/dist/es/components/icons/{add-comment-icon.js → add-comment.js} +2 -2
  118. package/dist/es/components/icons/{template-icon.js → add-new.js} +2 -1
  119. package/dist/es/components/icons/add.js +6 -0
  120. package/dist/es/components/icons/added.js +5 -0
  121. package/dist/es/components/icons/arrow-down-circle.js +5 -0
  122. package/dist/es/components/icons/arrow-down.js +4 -0
  123. package/dist/es/components/icons/{left-arrow.js → arrow-left.js} +2 -2
  124. package/dist/es/components/icons/arrow-up.js +4 -0
  125. package/dist/es/components/icons/attach.js +1 -1
  126. package/dist/es/components/icons/attention-blue.js +8 -0
  127. package/dist/es/components/icons/attention-green.js +5 -0
  128. package/dist/es/components/icons/attention-orange.js +10 -0
  129. package/dist/es/components/icons/attention-red.js +8 -0
  130. package/dist/es/components/icons/avatar.js +4 -0
  131. package/dist/es/components/icons/citation-count.js +4 -0
  132. package/dist/es/components/icons/comment-reply.js +4 -0
  133. package/dist/es/components/icons/comment-resolve.js +19 -0
  134. package/dist/es/components/icons/corresponding-author.js +10 -0
  135. package/dist/es/components/icons/delete-solid.js +4 -0
  136. package/dist/es/components/icons/{delete-icon.js → deleted.js} +2 -1
  137. package/dist/es/components/icons/{dots-icon.js → dots.js} +1 -1
  138. package/dist/es/components/icons/edit.js +4 -0
  139. package/dist/es/components/icons/{audio-icon.js → file-audio.js} +2 -2
  140. package/dist/es/components/icons/{code-file-icon.js → file-code.js} +2 -2
  141. package/dist/es/components/icons/{compressed-file-icon.js → file-compressed.js} +2 -2
  142. package/dist/es/components/icons/{corrupted-file-icon.js → file-corrupted.js} +2 -2
  143. package/dist/es/components/icons/{document-icon.js → file-document.js} +6 -6
  144. package/dist/es/components/icons/file-figure.js +21 -0
  145. package/dist/es/components/icons/{graphical_abstract_icon.js → file-graphical-abstract.js} +2 -2
  146. package/dist/es/components/icons/{image-icon.js → file-image.js} +2 -17
  147. package/dist/es/components/icons/file-latex-icon.js +23 -0
  148. package/dist/es/components/icons/file-main-document.js +8 -0
  149. package/dist/es/components/icons/{pdf-file-icon.js → file-pdf.js} +4 -4
  150. package/dist/es/components/icons/{table-icon.js → file-table.js} +2 -2
  151. package/dist/es/components/icons/{unknown-format-file-icon.js → file-unknown.js} +2 -2
  152. package/dist/es/components/icons/{video-icon.js → file-video.js} +2 -2
  153. package/dist/es/components/icons/handle-inspector.js +4 -0
  154. package/dist/es/components/icons/handle-outline.js +9 -0
  155. package/dist/es/components/icons/index.js +73 -33
  156. package/dist/es/components/icons/{link-icon.js → link.js} +2 -1
  157. package/dist/es/components/icons/{block-quote-icon.js → outline-block-quote.js} +2 -2
  158. package/dist/es/components/icons/outline-code.js +5 -0
  159. package/dist/es/components/icons/outline-equation.js +4 -0
  160. package/dist/es/components/icons/outline-figure.js +10 -0
  161. package/dist/es/components/icons/outline-manuscript.js +7 -0
  162. package/dist/es/components/icons/outline-ordered-list.js +4 -0
  163. package/dist/es/components/icons/outline-paragraph.js +4 -0
  164. package/dist/es/components/icons/{pull-quote-icon.js → outline-pull-quote.js} +2 -2
  165. package/dist/es/components/icons/outline-section.js +4 -0
  166. package/dist/es/components/icons/outline-table.js +6 -0
  167. package/dist/es/components/icons/outline-unordered-list.js +6 -0
  168. package/dist/es/components/icons/{plus-icon.js → plus.js} +3 -3
  169. package/dist/es/components/icons/{annotator-icon.js → role-annotating.js} +2 -2
  170. package/dist/es/components/icons/{reading-icon.js → role-reading.js} +2 -2
  171. package/dist/es/components/icons/save-status-offline.js +21 -0
  172. package/dist/es/components/icons/save-status-saved.js +20 -0
  173. package/dist/es/components/icons/save-status-saving.js +22 -0
  174. package/dist/es/components/icons/search.js +3 -43
  175. package/dist/es/components/icons/task-step-done.js +2 -2
  176. package/dist/es/components/icons/toolbar-bold.js +4 -0
  177. package/dist/es/components/icons/toolbar-citation.js +4 -0
  178. package/dist/es/components/icons/toolbar-code.js +5 -0
  179. package/dist/es/components/icons/toolbar-equation.js +4 -0
  180. package/dist/es/components/icons/toolbar-figure.js +4 -0
  181. package/dist/es/components/icons/toolbar-italic.js +4 -0
  182. package/dist/es/components/icons/toolbar-ordered-list.js +4 -0
  183. package/dist/es/components/icons/toolbar-subscript.js +4 -0
  184. package/dist/es/components/icons/toolbar-superscript.js +4 -0
  185. package/dist/es/components/icons/toolbar-symbol.js +4 -0
  186. package/dist/es/components/icons/toolbar-table.js +4 -0
  187. package/dist/es/components/icons/toolbar-underline.js +4 -0
  188. package/dist/es/components/icons/toolbar-unordered-list.js +4 -0
  189. package/dist/es/components/icons/triangle-collapsed.js +4 -0
  190. package/dist/es/components/icons/triangle-expanded.js +4 -0
  191. package/dist/es/components/icons/upload.js +1 -1
  192. package/dist/es/components/icons/vertical-ellipsis.js +6 -0
  193. package/dist/types/components/Comments/CommentBody.d.ts +15 -0
  194. package/dist/types/components/ManuscriptNoteList.d.ts +15 -0
  195. package/dist/types/components/NavDropdown.d.ts +1 -1
  196. package/dist/types/components/icons/add-author.d.ts +2 -2
  197. package/dist/types/components/icons/add-comment.d.ts +19 -0
  198. package/dist/types/components/icons/add-new.d.ts +4 -0
  199. package/dist/types/components/icons/add.d.ts +4 -0
  200. package/dist/types/components/icons/added.d.ts +4 -0
  201. package/dist/types/components/icons/arrow-down-circle.d.ts +4 -0
  202. package/dist/types/components/icons/arrow-down.d.ts +4 -0
  203. package/dist/types/components/icons/arrow-left.d.ts +4 -0
  204. package/dist/types/components/icons/arrow-up.d.ts +4 -0
  205. package/dist/types/components/icons/attach.d.ts +2 -1
  206. package/dist/types/components/icons/attention-blue.d.ts +4 -0
  207. package/dist/types/components/icons/attention-green.d.ts +4 -0
  208. package/dist/types/components/icons/attention-orange.d.ts +4 -0
  209. package/dist/types/components/icons/attention-red.d.ts +4 -0
  210. package/dist/types/components/icons/avatar.d.ts +4 -0
  211. package/dist/types/components/icons/citation-count.d.ts +4 -0
  212. package/dist/types/components/icons/comment-reply.d.ts +4 -0
  213. package/dist/types/components/icons/{bookmark.d.ts → comment-resolve.d.ts} +2 -2
  214. package/dist/types/components/icons/corresponding-author.d.ts +4 -0
  215. package/dist/types/components/icons/delete-solid.d.ts +4 -0
  216. package/dist/types/components/icons/deleted.d.ts +4 -0
  217. package/dist/types/components/icons/edit.d.ts +4 -0
  218. package/dist/types/components/icons/{close-o-icon.d.ts → file-audio.d.ts} +2 -2
  219. package/dist/types/components/icons/{close-icon.d.ts → file-code.d.ts} +2 -2
  220. package/dist/types/components/icons/file-compressed.d.ts +19 -0
  221. package/dist/types/components/icons/file-corrupted.d.ts +19 -0
  222. package/dist/types/components/icons/file-document.d.ts +19 -0
  223. package/dist/types/components/icons/file-figure.d.ts +19 -0
  224. package/dist/types/components/icons/file-graphical-abstract.d.ts +4 -0
  225. package/dist/types/components/icons/file-image.d.ts +4 -0
  226. package/dist/types/components/icons/{audio-icon.d.ts → file-latex-icon.d.ts} +2 -2
  227. package/dist/types/components/icons/file-main-document.d.ts +4 -0
  228. package/dist/types/components/icons/{list-icon.d.ts → file-pdf.d.ts} +2 -2
  229. package/dist/types/components/icons/{code-file-icon.d.ts → file-table.d.ts} +2 -2
  230. package/dist/types/components/icons/file-unknown.d.ts +19 -0
  231. package/dist/types/components/icons/file-video.d.ts +19 -0
  232. package/dist/types/components/icons/handle-inspector.d.ts +4 -0
  233. package/dist/types/components/icons/handle-outline.d.ts +4 -0
  234. package/dist/types/components/icons/index.d.ts +73 -33
  235. package/dist/types/components/icons/link.d.ts +4 -0
  236. package/dist/types/components/icons/outline-block-quote.d.ts +4 -0
  237. package/dist/types/components/icons/outline-code.d.ts +4 -0
  238. package/dist/types/components/icons/outline-equation.d.ts +4 -0
  239. package/dist/types/components/icons/outline-figure.d.ts +4 -0
  240. package/dist/types/components/icons/outline-manuscript.d.ts +4 -0
  241. package/dist/types/components/icons/outline-ordered-list.d.ts +4 -0
  242. package/dist/types/components/icons/outline-paragraph.d.ts +4 -0
  243. package/dist/types/components/icons/outline-pull-quote.d.ts +4 -0
  244. package/dist/types/components/icons/outline-section.d.ts +4 -0
  245. package/dist/types/components/icons/outline-table.d.ts +4 -0
  246. package/dist/types/components/icons/outline-unordered-list.d.ts +4 -0
  247. package/dist/types/components/icons/role-annotating.d.ts +4 -0
  248. package/dist/types/components/icons/role-reading.d.ts +4 -0
  249. package/dist/types/components/icons/save-status-offline.d.ts +19 -0
  250. package/dist/types/components/icons/save-status-saved.d.ts +19 -0
  251. package/dist/types/components/icons/save-status-saving.d.ts +19 -0
  252. package/dist/types/components/icons/search.d.ts +1 -1
  253. package/dist/types/components/icons/task-step-done.d.ts +3 -2
  254. package/dist/types/components/icons/toolbar-bold.d.ts +4 -0
  255. package/dist/types/components/icons/toolbar-citation.d.ts +4 -0
  256. package/dist/types/components/icons/toolbar-code.d.ts +4 -0
  257. package/dist/types/components/icons/toolbar-equation.d.ts +4 -0
  258. package/dist/types/components/icons/toolbar-figure.d.ts +4 -0
  259. package/dist/types/components/icons/toolbar-italic.d.ts +4 -0
  260. package/dist/types/components/icons/toolbar-ordered-list.d.ts +4 -0
  261. package/dist/types/components/icons/toolbar-subscript.d.ts +4 -0
  262. package/dist/types/components/icons/toolbar-superscript.d.ts +4 -0
  263. package/dist/types/components/icons/toolbar-symbol.d.ts +4 -0
  264. package/dist/types/components/icons/toolbar-table.d.ts +4 -0
  265. package/dist/types/components/icons/toolbar-underline.d.ts +4 -0
  266. package/dist/types/components/icons/toolbar-unordered-list.d.ts +4 -0
  267. package/dist/types/components/icons/triangle-collapsed.d.ts +4 -0
  268. package/dist/types/components/icons/triangle-expanded.d.ts +4 -0
  269. package/dist/types/components/icons/types.d.ts +2 -10
  270. package/dist/types/components/icons/upload.d.ts +2 -1
  271. package/dist/types/components/icons/vertical-ellipsis.d.ts +4 -0
  272. package/package.json +4 -4
  273. package/dist/cjs/components/icons/BottomArrowIcon.js +0 -24
  274. package/dist/cjs/components/icons/add-icon-inverted.js +0 -26
  275. package/dist/cjs/components/icons/bookmark.js +0 -24
  276. package/dist/cjs/components/icons/close-icon.js +0 -25
  277. package/dist/cjs/components/icons/close-o-icon.js +0 -26
  278. package/dist/cjs/components/icons/dataset-icon.js +0 -32
  279. package/dist/cjs/components/icons/delete-solid-icon.js +0 -10
  280. package/dist/cjs/components/icons/drag-drop-file-icon.js +0 -28
  281. package/dist/cjs/components/icons/edit-icon.js +0 -9
  282. package/dist/cjs/components/icons/figure-icon.js +0 -26
  283. package/dist/cjs/components/icons/google.js +0 -47
  284. package/dist/cjs/components/icons/latex-icon.js +0 -28
  285. package/dist/cjs/components/icons/list-icon.js +0 -25
  286. package/dist/cjs/components/icons/missing-image.js +0 -12
  287. package/dist/cjs/components/icons/non-previewable-image-icon.js +0 -24
  288. package/dist/cjs/components/icons/orcid.js +0 -25
  289. package/dist/cjs/components/icons/project-notification.js +0 -34
  290. package/dist/cjs/components/icons/project.js +0 -28
  291. package/dist/cjs/components/icons/projects-list.js +0 -30
  292. package/dist/cjs/components/icons/save-icon-offline.js +0 -26
  293. package/dist/cjs/components/icons/save-icon-saved.js +0 -25
  294. package/dist/cjs/components/icons/save-icon-saving.js +0 -27
  295. package/dist/cjs/components/icons/task-step-current.js +0 -28
  296. package/dist/cjs/components/icons/task-step-next.js +0 -25
  297. package/dist/cjs/components/icons/tick-mark.js +0 -24
  298. package/dist/cjs/components/icons/unsupported-format-file-icon.js +0 -27
  299. package/dist/cjs/components/icons/user.js +0 -30
  300. package/dist/cjs/components/icons/zoom-in.js +0 -25
  301. package/dist/cjs/components/icons/zoom-out.js +0 -25
  302. package/dist/es/components/icons/BottomArrowIcon.js +0 -19
  303. package/dist/es/components/icons/add-icon-active.js +0 -20
  304. package/dist/es/components/icons/add-icon-inverted.js +0 -21
  305. package/dist/es/components/icons/back-arrow.js +0 -19
  306. package/dist/es/components/icons/bookmark.js +0 -19
  307. package/dist/es/components/icons/close-icon.js +0 -20
  308. package/dist/es/components/icons/close-o-icon.js +0 -21
  309. package/dist/es/components/icons/dataset-icon.js +0 -27
  310. package/dist/es/components/icons/delete-solid-icon.js +0 -3
  311. package/dist/es/components/icons/document-icon-with-dot.js +0 -23
  312. package/dist/es/components/icons/drag-drop-file-icon.js +0 -23
  313. package/dist/es/components/icons/edit-icon.js +0 -4
  314. package/dist/es/components/icons/figure-icon.js +0 -21
  315. package/dist/es/components/icons/google.js +0 -42
  316. package/dist/es/components/icons/latex-icon.js +0 -23
  317. package/dist/es/components/icons/list-icon.js +0 -20
  318. package/dist/es/components/icons/missing-image.js +0 -7
  319. package/dist/es/components/icons/non-previewable-image-icon.js +0 -19
  320. package/dist/es/components/icons/orcid.js +0 -20
  321. package/dist/es/components/icons/project-notification.js +0 -29
  322. package/dist/es/components/icons/project.js +0 -23
  323. package/dist/es/components/icons/projects-list.js +0 -25
  324. package/dist/es/components/icons/save-icon-offline.js +0 -21
  325. package/dist/es/components/icons/save-icon-saved.js +0 -20
  326. package/dist/es/components/icons/save-icon-saving.js +0 -22
  327. package/dist/es/components/icons/task-step-current.js +0 -23
  328. package/dist/es/components/icons/task-step-next.js +0 -20
  329. package/dist/es/components/icons/tick-mark.js +0 -19
  330. package/dist/es/components/icons/unsupported-format-file-icon.js +0 -22
  331. package/dist/es/components/icons/user.js +0 -25
  332. package/dist/es/components/icons/zoom-in.js +0 -20
  333. package/dist/es/components/icons/zoom-out.js +0 -20
  334. package/dist/types/components/icons/BottomArrowIcon.d.ts +0 -19
  335. package/dist/types/components/icons/add-comment-icon.d.ts +0 -18
  336. package/dist/types/components/icons/add-icon-active.d.ts +0 -19
  337. package/dist/types/components/icons/add-icon-inverted.d.ts +0 -19
  338. package/dist/types/components/icons/annotator-icon.d.ts +0 -3
  339. package/dist/types/components/icons/back-arrow.d.ts +0 -19
  340. package/dist/types/components/icons/block-quote-icon.d.ts +0 -3
  341. package/dist/types/components/icons/compressed-file-icon.d.ts +0 -19
  342. package/dist/types/components/icons/corrupted-file-icon.d.ts +0 -19
  343. package/dist/types/components/icons/dataset-icon.d.ts +0 -19
  344. package/dist/types/components/icons/delete-icon.d.ts +0 -2
  345. package/dist/types/components/icons/delete-solid-icon.d.ts +0 -3
  346. package/dist/types/components/icons/document-icon-with-dot.d.ts +0 -19
  347. package/dist/types/components/icons/document-icon.d.ts +0 -19
  348. package/dist/types/components/icons/drag-drop-file-icon.d.ts +0 -19
  349. package/dist/types/components/icons/edit-icon.d.ts +0 -3
  350. package/dist/types/components/icons/figure-icon.d.ts +0 -19
  351. package/dist/types/components/icons/google.d.ts +0 -19
  352. package/dist/types/components/icons/graphical_abstract_icon.d.ts +0 -4
  353. package/dist/types/components/icons/image-icon.d.ts +0 -19
  354. package/dist/types/components/icons/latex-icon.d.ts +0 -19
  355. package/dist/types/components/icons/left-arrow.d.ts +0 -3
  356. package/dist/types/components/icons/link-icon.d.ts +0 -2
  357. package/dist/types/components/icons/missing-image.d.ts +0 -3
  358. package/dist/types/components/icons/non-previewable-image-icon.d.ts +0 -19
  359. package/dist/types/components/icons/orcid.d.ts +0 -19
  360. package/dist/types/components/icons/pdf-file-icon.d.ts +0 -19
  361. package/dist/types/components/icons/project-notification.d.ts +0 -19
  362. package/dist/types/components/icons/project.d.ts +0 -19
  363. package/dist/types/components/icons/projects-list.d.ts +0 -19
  364. package/dist/types/components/icons/pull-quote-icon.d.ts +0 -3
  365. package/dist/types/components/icons/reading-icon.d.ts +0 -3
  366. package/dist/types/components/icons/save-icon-offline.d.ts +0 -18
  367. package/dist/types/components/icons/save-icon-saved.d.ts +0 -18
  368. package/dist/types/components/icons/save-icon-saving.d.ts +0 -18
  369. package/dist/types/components/icons/table-icon.d.ts +0 -19
  370. package/dist/types/components/icons/task-step-current.d.ts +0 -19
  371. package/dist/types/components/icons/task-step-next.d.ts +0 -18
  372. package/dist/types/components/icons/template-icon.d.ts +0 -2
  373. package/dist/types/components/icons/tick-mark.d.ts +0 -19
  374. package/dist/types/components/icons/unknown-format-file-icon.d.ts +0 -19
  375. package/dist/types/components/icons/unsupported-format-file-icon.d.ts +0 -19
  376. package/dist/types/components/icons/user.d.ts +0 -19
  377. package/dist/types/components/icons/video-icon.d.ts +0 -19
  378. package/dist/types/components/icons/zoom-in.d.ts +0 -18
  379. package/dist/types/components/icons/zoom-out.d.ts +0 -18
  380. /package/dist/types/components/icons/{dots-icon.d.ts → dots.d.ts} +0 -0
  381. /package/dist/types/components/icons/{plus-icon.d.ts → plus.d.ts} +0 -0
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const CorrespondingAuthorIcon: React.FC<IconProps>;
4
+ export default CorrespondingAuthorIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const DeleteSolidIcon: React.FC<IconProps>;
4
+ export default DeleteSolidIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const DeleteIcon: React.FC<IconProps>;
4
+ export default DeleteIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const EditIcon: React.FC<IconProps>;
4
+ export default EditIcon;
@@ -15,5 +15,5 @@
15
15
  */
16
16
  import React from 'react';
17
17
  import { IconProps } from './types';
18
- declare const CloseOIcon: React.FC<IconProps>;
19
- export default CloseOIcon;
18
+ declare const FileAudioIcon: React.FC<IconProps>;
19
+ export default FileAudioIcon;
@@ -15,5 +15,5 @@
15
15
  */
16
16
  import React from 'react';
17
17
  import { IconProps } from './types';
18
- declare const CloseIcon: React.FC<IconProps>;
19
- export default CloseIcon;
18
+ declare const FileCodeIcon: React.FC<IconProps>;
19
+ export default FileCodeIcon;
@@ -0,0 +1,19 @@
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 FileCompressedIcon: React.FC<IconProps>;
19
+ export default FileCompressedIcon;
@@ -0,0 +1,19 @@
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 FileCorruptedIcon: React.FC<IconProps>;
19
+ export default FileCorruptedIcon;
@@ -0,0 +1,19 @@
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 FileDocumentIcon: React.FC<IconProps>;
19
+ export default FileDocumentIcon;
@@ -0,0 +1,19 @@
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 FileFigureIcon: React.FC<IconProps>;
19
+ export default FileFigureIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const FileGraphicalAbstractIcon: React.FC<IconProps>;
4
+ export default FileGraphicalAbstractIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const FileImage: React.FC<IconProps>;
4
+ export default FileImage;
@@ -15,5 +15,5 @@
15
15
  */
16
16
  import React from 'react';
17
17
  import { IconProps } from './types';
18
- declare const AudioIcon: React.FC<IconProps>;
19
- export default AudioIcon;
18
+ declare const FileLatexIcon: React.FC<IconProps>;
19
+ export default FileLatexIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const FileMainDocumentIcon: React.FC<IconProps>;
4
+ export default FileMainDocumentIcon;
@@ -15,5 +15,5 @@
15
15
  */
16
16
  import React from 'react';
17
17
  import { IconProps } from './types';
18
- declare const ListIcon: React.FC<IconProps>;
19
- export default ListIcon;
18
+ declare const FilePdf: React.FC<IconProps>;
19
+ export default FilePdf;
@@ -15,5 +15,5 @@
15
15
  */
16
16
  import React from 'react';
17
17
  import { IconProps } from './types';
18
- declare const CodeFileIcon: React.FC<IconProps>;
19
- export default CodeFileIcon;
18
+ declare const FileTableIcon: React.FC<IconProps>;
19
+ export default FileTableIcon;
@@ -0,0 +1,19 @@
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 FileUnknownIcon: React.FC<IconProps>;
19
+ export default FileUnknownIcon;
@@ -0,0 +1,19 @@
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 FileVideoIcon: React.FC<IconProps>;
19
+ export default FileVideoIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const HandleInspectorIcon: React.FC<IconProps>;
4
+ export default HandleInspectorIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const HandleOutlineIcon: React.FC<IconProps>;
4
+ export default HandleOutlineIcon;
@@ -13,39 +13,79 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export { default as AddAuthor } from './add-author';
17
- export { default as AddIconActive } from './add-icon-active';
18
- export { default as AddIconInverted } from './add-icon-inverted';
19
- export { default as BackArrowIcon } from './back-arrow';
20
- export { default as BookmarkIcon } from './bookmark';
21
- export { default as CloseIcon } from './close-icon';
22
- export { default as CloseOIcon } from './close-o-icon';
23
- export { default as AddComment } from './add-comment-icon';
24
- export { default as GoogleIcon } from './google';
25
- export { default as OrcidIcon } from './orcid';
26
- export { default as ProjectNotificationIcon } from './project-notification';
27
- export { default as ProjectIcon } from './project';
28
- export { default as ProjectsListIcon } from './projects-list';
16
+ export { default as AddAuthorIcon } from './add-author';
17
+ export { default as AddCommentIcon } from './add-comment';
18
+ export { default as AddedIcon } from './added';
19
+ export { default as AddNewIcon } from './add-new';
20
+ export { default as AddIcon } from './add';
21
+ export { default as ArrowDownIcon } from './arrow-down';
22
+ export { default as ArrowDownCircleIcon } from './arrow-down-circle';
23
+ export { default as ArrowLeftIcon } from './arrow-left';
24
+ export { default as ArrowUpIcon } from './arrow-up';
25
+ export { default as AttachIcon } from './attach';
26
+ export { default as AttentionBlueIcon } from './attention-blue';
27
+ export { default as AttentionGreenIcon } from './attention-green';
28
+ export { default as AttentionOrangeIcon } from './attention-orange';
29
+ export { default as AttentionRedIcon } from './attention-red';
30
+ export { default as AvatarIcon } from './avatar';
31
+ export { default as CitationCountIcon } from './citation-count';
32
+ export { default as CommentReplyIcon } from './comment-reply';
33
+ export { default as CommentResolveIcon } from './comment-resolve';
34
+ export { default as CorrespondingAuthorIcon } from './corresponding-author';
35
+ export { default as DeleteSolidIcon } from './delete-solid';
36
+ export { default as DeleteIcon } from './deleted';
37
+ export { default as DotsIcon } from './dots';
38
+ export { default as EditIcon } from './edit';
39
+ export { default as FileAudioIcon } from './file-audio';
40
+ export { default as FileCodeIcon } from './file-code';
41
+ export { default as FileCompressedIcon } from './file-compressed';
42
+ export { default as FileCorruptedIcon } from './file-corrupted';
43
+ export { default as FileDocumentIcon } from './file-document';
44
+ export { default as FileFigureIcon } from './file-figure';
45
+ export { default as FileGraphicalAbstractIcon } from './file-graphical-abstract';
46
+ export { default as FileImageIcon } from './file-image';
47
+ export { default as FileLatexIcon } from './file-latex-icon';
48
+ export { default as FileMainDocumentIcon } from './file-main-document';
49
+ export { default as FilePdfIcon } from './file-pdf';
50
+ export { default as FileTableIcon } from './file-table';
51
+ export { default as FileUnknownIcon } from './file-unknown';
52
+ export { default as FileVideoIcon } from './file-video';
53
+ export { default as HandleInspectorIcon } from './handle-inspector';
54
+ export { default as HandleOutlineIcon } from './handle-outline';
55
+ export { default as LinkIcon } from './link';
56
+ export { default as OutlineBlockQuoteIcon } from './outline-block-quote';
57
+ export { default as OutlineCodeIcon } from './outline-code';
58
+ export { default as OutlineEquationIcon } from './outline-equation';
59
+ export { default as OutlineFigureIcon } from './outline-figure';
60
+ export { default as OutlineManuscriptIcon } from './outline-manuscript';
61
+ export { default as OutlineOrderedListIcon } from './outline-ordered-list';
62
+ export { default as OutlineParagraphIcon } from './outline-paragraph';
63
+ export { default as OutlinePullQuoteIcon } from './outline-pull-quote';
64
+ export { default as OutlineSectionIcon } from './outline-section';
65
+ export { default as OutlineTableIcon } from './outline-table';
66
+ export { default as OutlineUnorderedListIcon } from './outline-unordered-list';
67
+ export { default as PlusIcon } from './plus';
68
+ export { default as RoleAnnotatingIcon } from './role-annotating';
69
+ export { default as RoleReadingIcon } from './role-reading';
70
+ export { default as SaveStatusOfflineIcon } from './save-status-offline';
71
+ export { default as SaveStatusSavedIcon } from './save-status-saved';
72
+ export { default as SaveStatusSavingIcon } from './save-status-saving';
29
73
  export { default as SearchIcon } from './search';
30
- export { default as TickMarkIcon } from './tick-mark';
31
- export { default as UserIcon } from './user';
32
- export { default as ZoomInIcon } from './zoom-in';
33
- export { default as ZoomOutIcon } from './zoom-out';
34
- export { default as TaskStepCurrentIcon } from './task-step-current';
35
74
  export { default as TaskStepDoneIcon } from './task-step-done';
36
- export { default as TaskStepNextIcon } from './task-step-next';
37
- export { default as AttachIcon } from './attach';
75
+ export { default as ToolbarBoldIcon } from './toolbar-bold';
76
+ export { default as ToolbarCitationIcon } from './toolbar-citation';
77
+ export { default as ToolbarCodeIcon } from './toolbar-code';
78
+ export { default as ToolbarEquationIcon } from './toolbar-equation';
79
+ export { default as ToolbarFigureIcon } from './toolbar-figure';
80
+ export { default as ToolbarItalicIcon } from './toolbar-italic';
81
+ export { default as ToolbarOrderedListIcon } from './toolbar-ordered-list';
82
+ export { default as ToolbarSubscriptIcon } from './toolbar-subscript';
83
+ export { default as ToolbarSuperscriptIcon } from './toolbar-superscript';
84
+ export { default as ToolbarSymbolIcon } from './toolbar-symbol';
85
+ export { default as ToolbarTableIcon } from './toolbar-table';
86
+ export { default as ToolbarUnderlineIcon } from './toolbar-underline';
87
+ export { default as ToolbarUnorderedListIcon } from './toolbar-unordered-list';
88
+ export { default as TriangleCollapsedIcon } from './triangle-collapsed';
89
+ export { default as TriangleExpandedIcon } from './triangle-expanded';
38
90
  export { default as UploadIcon } from './upload';
39
- export { default as MissingImage } from './missing-image';
40
- export { default as UnsupportedFormatFileIcon } from './unsupported-format-file-icon';
41
- export { default as EditIcon } from './edit-icon';
42
- export { default as ReadingIcon } from './reading-icon';
43
- export { default as AnnotatorIcon } from './annotator-icon';
44
- export { default as LeftArrow } from './left-arrow';
45
- export { default as BlockQuoteIcon } from './block-quote-icon';
46
- export { default as PullQuoteIcon } from './pull-quote-icon';
47
- export { default as PlusIcon } from './plus-icon';
48
- export { DeleteIcon } from './delete-icon';
49
- export { LinkIcon } from './link-icon';
50
- export { TemplateIcon } from './template-icon';
51
- export { DeleteSolidIcon } from './delete-solid-icon';
91
+ export { default as VerticalEllipsisIcon } from './vertical-ellipsis';
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const LinkIcon: React.FC<IconProps>;
4
+ export default LinkIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const OutlineBlockQuoteIcon: React.FC<IconProps>;
4
+ export default OutlineBlockQuoteIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const OutlineCodeIcon: React.FC<IconProps>;
4
+ export default OutlineCodeIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const OutlineEquationIcon: React.FC<IconProps>;
4
+ export default OutlineEquationIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const OutlineFigureIcon: React.FC<IconProps>;
4
+ export default OutlineFigureIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const OutlineManuscriptIcon: React.FC<IconProps>;
4
+ export default OutlineManuscriptIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const OutlineOrderedListIcon: React.FC<IconProps>;
4
+ export default OutlineOrderedListIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const OutlineParagraphIcon: React.FC<IconProps>;
4
+ export default OutlineParagraphIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const OutlinePullQuoteIcon: React.FC<IconProps>;
4
+ export default OutlinePullQuoteIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const OutlineSectionIcon: React.FC<IconProps>;
4
+ export default OutlineSectionIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const OutlineTableIcon: React.FC<IconProps>;
4
+ export default OutlineTableIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const OutlineUnorderedListIcon: React.FC<IconProps>;
4
+ export default OutlineUnorderedListIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const RoleAnnotatingIcon: React.FC<IconProps>;
4
+ export default RoleAnnotatingIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const RoleReadingIcon: React.FC<IconProps>;
4
+ export default RoleReadingIcon;
@@ -0,0 +1,19 @@
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 SaveStatusOfflineIcon: React.FC<IconProps>;
19
+ export default SaveStatusOfflineIcon;
@@ -0,0 +1,19 @@
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 SaveStatusSavedIcon: React.FC<IconProps>;
19
+ export default SaveStatusSavedIcon;
@@ -0,0 +1,19 @@
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 SaveStatusSavingIcon: React.FC<IconProps>;
19
+ export default SaveStatusSavingIcon;
@@ -15,5 +15,5 @@
15
15
  */
16
16
  import React from 'react';
17
17
  import { IconProps } from './types';
18
- declare const SearchIcon: (props: IconProps) => React.JSX.Element;
18
+ declare const SearchIcon: React.FC<IconProps>;
19
19
  export default SearchIcon;
@@ -14,5 +14,6 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import React from 'react';
17
- declare const TaskStepDone: React.FC;
18
- export default TaskStepDone;
17
+ import { IconProps } from './types';
18
+ declare const TaskStepDoneIcon: React.FC<IconProps>;
19
+ export default TaskStepDoneIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarBoldIcon: React.FC<IconProps>;
4
+ export default ToolbarBoldIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarCitationIcon: React.FC<IconProps>;
4
+ export default ToolbarCitationIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarCodeIcon: React.FC<IconProps>;
4
+ export default ToolbarCodeIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarEquationIcon: React.FC<IconProps>;
4
+ export default ToolbarEquationIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarFigureIcon: React.FC<IconProps>;
4
+ export default ToolbarFigureIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarItalicIcon: React.FC<IconProps>;
4
+ export default ToolbarItalicIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarOrderedListIcon: React.FC<IconProps>;
4
+ export default ToolbarOrderedListIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarSubscriptIcon: React.FC<IconProps>;
4
+ export default ToolbarSubscriptIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarSuperscriptIcon: React.FC<IconProps>;
4
+ export default ToolbarSuperscriptIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarSymbolIcon: React.FC<IconProps>;
4
+ export default ToolbarSymbolIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarTableIcon: React.FC<IconProps>;
4
+ export default ToolbarTableIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarUnderlineIcon: React.FC<IconProps>;
4
+ export default ToolbarUnderlineIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const ToolbarUnorderedListIcon: React.FC<IconProps>;
4
+ export default ToolbarUnorderedListIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const TriangleCollapsedIcon: React.FC<IconProps>;
4
+ export default TriangleCollapsedIcon;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconProps } from './types';
3
+ declare const TriangleExpandedIcon: React.FC<IconProps>;
4
+ export default TriangleExpandedIcon;
@@ -13,13 +13,5 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export interface IconProps {
17
- size?: number;
18
- color?: string;
19
- className?: string;
20
- title?: string;
21
- transform?: string;
22
- viewBox?: string;
23
- width?: number;
24
- height?: number;
25
- }
16
+ import React from 'react';
17
+ export type IconProps = React.SVGAttributes<SVGElement>;
@@ -1,3 +1,4 @@
1
1
  import React from 'react';
2
- declare const UploadIcon: React.FC;
2
+ import { IconProps } from './types';
3
+ declare const UploadIcon: React.FC<IconProps>;
3
4
  export default UploadIcon;