@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
@@ -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,2 +0,0 @@
1
- import React from 'react';
2
- export declare const DeleteIcon: React.FC;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from './types';
3
- export declare const DeleteSolidIcon: React.FC<IconProps>;
@@ -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,3 +0,0 @@
1
- import React from 'react';
2
- declare const EditIcon: React.FC<React.SVGAttributes<SVGElement>>;
3
- export default EditIcon;
@@ -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,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from './types';
3
- declare const GraphicalAbstractIcon: React.FC<IconProps>;
4
- export default GraphicalAbstractIcon;
@@ -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,3 +0,0 @@
1
- import React from 'react';
2
- declare const LeftArrow: React.FC;
3
- export default LeftArrow;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const LinkIcon: React.FC;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const MissingImage: React.FC;
3
- export default MissingImage;
@@ -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,3 +0,0 @@
1
- import React from 'react';
2
- declare const PullQuoteIcon: React.FC<React.SVGAttributes<SVGElement>>;
3
- export default PullQuoteIcon;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- declare const ReadingIcon: React.FC<React.SVGAttributes<SVGElement>>;
3
- export default ReadingIcon;
@@ -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,2 +0,0 @@
1
- import React from 'react';
2
- export declare const TemplateIcon: React.FC;
@@ -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;