@manuscripts/style-guide 2.0.29-LEAN-4213.0 → 2.0.29

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 (47) hide show
  1. package/dist/cjs/components/ContextMenu.js +1 -0
  2. package/dist/cjs/components/Dialog.js +3 -0
  3. package/dist/cjs/components/MultiValueInput.js +152 -0
  4. package/dist/cjs/components/TextField.js +4 -4
  5. package/dist/cjs/components/icons/add-outline.js +1 -1
  6. package/dist/cjs/components/icons/circle-tick-animation.js +13 -2
  7. package/dist/cjs/components/icons/index.js +2 -12
  8. package/dist/cjs/index.js +1 -2
  9. package/dist/es/components/ContextMenu.js +2 -1
  10. package/dist/es/components/Dialog.js +4 -1
  11. package/dist/es/components/MultiValueInput.js +122 -0
  12. package/dist/es/components/TextField.js +1 -1
  13. package/dist/es/components/icons/add-outline.js +1 -1
  14. package/dist/es/components/icons/circle-tick-animation.js +13 -2
  15. package/dist/es/components/icons/index.js +0 -5
  16. package/dist/es/index.js +1 -2
  17. package/dist/types/components/Dialog.d.ts +2 -1
  18. package/dist/types/components/MultiValueInput.d.ts +8 -0
  19. package/dist/types/components/TextField.d.ts +1 -0
  20. package/dist/types/components/icons/circle-tick-animation.d.ts +0 -1
  21. package/dist/types/components/icons/index.d.ts +0 -5
  22. package/dist/types/index.d.ts +1 -2
  23. package/package.json +1 -1
  24. package/dist/cjs/components/Drawer.js +0 -119
  25. package/dist/cjs/components/SelectedItemsBox.js +0 -69
  26. package/dist/cjs/components/icons/add-institution.js +0 -23
  27. package/dist/cjs/components/icons/add-user.js +0 -11
  28. package/dist/cjs/components/icons/affiliation-placeholder.js +0 -42
  29. package/dist/cjs/components/icons/affiliation.js +0 -10
  30. package/dist/cjs/components/icons/author-placeholder.js +0 -49
  31. package/dist/cjs/components/icons/x.js +0 -12
  32. package/dist/es/components/Drawer.js +0 -89
  33. package/dist/es/components/SelectedItemsBox.js +0 -62
  34. package/dist/es/components/icons/add-institution.js +0 -18
  35. package/dist/es/components/icons/add-user.js +0 -6
  36. package/dist/es/components/icons/affiliation-placeholder.js +0 -37
  37. package/dist/es/components/icons/affiliation.js +0 -5
  38. package/dist/es/components/icons/author-placeholder.js +0 -44
  39. package/dist/es/components/icons/x.js +0 -5
  40. package/dist/types/components/Drawer.d.ts +0 -16
  41. package/dist/types/components/SelectedItemsBox.d.ts +0 -12
  42. package/dist/types/components/icons/add-institution.d.ts +0 -4
  43. package/dist/types/components/icons/add-user.d.ts +0 -4
  44. package/dist/types/components/icons/affiliation-placeholder.d.ts +0 -19
  45. package/dist/types/components/icons/affiliation.d.ts +0 -4
  46. package/dist/types/components/icons/author-placeholder.d.ts +0 -19
  47. package/dist/types/components/icons/x.d.ts +0 -4
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- const AffiliationIcon = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, props),
3
- React.createElement("path", { d: "M13.65 4.50004C13.65 5.41131 12.9113 6.15004 12 6.15004C11.0888 6.15004 10.35 5.41131 10.35 4.50004C10.35 3.58877 11.0888 2.85004 12 2.85004C12.9113 2.85004 13.65 3.58877 13.65 4.50004Z", fill: "#6E6E6E" }),
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5 19.5C0.675 19.5 0 20.175 0 21V22.5C0 23.325 0.675 24 1.5 24H22.5C23.325 24 24 23.325 24 22.5V21C24 20.175 23.325 19.5 22.5 19.5V9C23.325 9 24 8.325 24 7.5V6C24 5.4 23.625 4.875 23.1 4.65L12.6 0.15C12.45 0.075 12.225 0 12 0C11.775 0 11.625 0 11.4 0.075L0.9 4.575C0.375 4.875 0 5.4 0 6V7.5C0 8.325 0.675 9 1.5 9V19.5ZM22.5 6L12 1.5L1.5 6V7.5H22.5V6ZM4.5 9H3V19.5H4.5V9ZM6 19.5H9.75V9H6V19.5ZM1.5 21V22.5H22.5V21H1.5ZM12.75 9V19.5H11.25V9H12.75ZM14.25 19.5H18V9H14.25V19.5ZM21 19.5H19.5V9H21V19.5Z", fill: "#6E6E6E" })));
5
- export default AffiliationIcon;
@@ -1,44 +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
- const AuthorPlaceholderIcon = (props) => (React.createElement("svg", Object.assign({ width: "300", height: "300", viewBox: "0 0 300 300", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
18
- React.createElement("path", { opacity: "0.599", fillRule: "evenodd", clipRule: "evenodd", d: "M165.626 9.91492L259.192 63.902C264.782 67.1272 269.424 71.7674 272.652 77.3559C275.879 82.9444 277.578 89.2842 277.578 95.7378V203.671C277.578 210.125 275.879 216.465 272.651 222.053C269.423 227.642 264.781 232.282 259.191 235.507L165.625 289.493C160.039 292.716 153.705 294.412 147.256 294.412C140.808 294.412 134.473 292.716 128.888 289.493L35.3215 235.507C29.7314 232.282 25.0891 227.642 21.8614 222.053C18.6336 216.465 16.9342 210.125 16.9341 203.671V95.7378C16.9342 89.2841 18.6336 82.9442 21.8614 77.3557C25.0891 71.7672 29.7314 67.1271 35.3215 63.902L128.888 9.91492C134.473 6.69232 140.808 4.99585 147.256 4.99585C153.705 4.99585 160.039 6.69232 165.625 9.91492H165.626Z", fill: "#F2F2F2" }),
19
- React.createElement("path", { opacity: "0.268", d: "M150.093 231.872C195.274 231.872 231.9 195.246 231.9 150.065C231.9 104.884 195.274 68.2581 150.093 68.2581C104.912 68.2581 68.2856 104.884 68.2856 150.065C68.2856 195.246 104.912 231.872 150.093 231.872Z", fill: "#D5E7E9" }),
20
- React.createElement("path", { opacity: "0.644", d: "M150.093 201.943C178.744 201.943 201.97 178.716 201.97 150.065C201.97 121.414 178.744 98.1874 150.093 98.1874C121.442 98.1874 98.2151 121.414 98.2151 150.065C98.2151 178.716 121.442 201.943 150.093 201.943Z", fill: "#D5E7E9" }),
21
- React.createElement("path", { d: "M181.038 92.826L174.305 100.849C173.825 101.421 172.972 101.496 172.4 101.016L172.399 101.015C171.826 100.535 171.752 99.6816 172.232 99.1093L178.964 91.0863C179.444 90.5139 180.298 90.4393 180.87 90.9195L180.871 90.9202C181.443 91.4004 181.518 92.2537 181.038 92.826Z", fill: "#979797" }),
22
- React.createElement("path", { d: "M186.078 106.353L178.82 108.162C178.095 108.343 177.361 107.902 177.18 107.177L177.18 107.176C176.999 106.451 177.441 105.717 178.166 105.536L185.424 103.727C186.149 103.546 186.883 103.987 187.064 104.712L187.064 104.713C187.245 105.438 186.803 106.172 186.078 106.353Z", fill: "#979797" }),
23
- React.createElement("g", { filter: "url(#filter0_d_6815_245)" },
24
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M132.816 155.652C130.658 153.358 129.588 150.631 128.196 145.197C128.083 144.753 127.97 144.31 127.857 143.867C127.1 143.574 126.506 142.908 126.064 141.966C125.645 141.072 125.376 140.144 124.73 137.577C124.707 137.49 124.684 137.404 124.66 137.318C124.47 136.637 124.21 135.932 123.796 134.934L123.405 133.999C123.249 133.628 123.135 133.348 123.033 133.081C122.755 132.365 122.578 131.798 122.484 131.27C122.205 129.684 122.808 128.395 124.307 127.948L123.431 117.119C123.039 112.27 124.932 108.152 128.58 106.296C129.25 105.949 129.909 105.579 130.555 105.187C130.882 104.991 132.37 104.09 132.784 103.845C135.581 102.179 137.603 101.196 139.797 100.603C145.495 99.0584 148.732 98.5915 152.397 99.193C153.651 99.3986 154.76 99.6639 155.919 100.027C157.227 100.436 163.038 102.707 164.958 103.392C169.441 104.993 172.485 111.25 172.011 117.12L171.135 127.935C172.667 128.369 173.284 129.669 173.002 131.27C172.909 131.798 172.731 132.365 172.453 133.082C172.35 133.348 172.238 133.628 172.082 134L171.691 134.934C171.277 135.932 171.016 136.637 170.826 137.318L170.757 137.578C170.103 140.173 169.83 141.095 169.371 141.999C168.892 142.942 168.239 143.583 167.424 143.842C166.083 150.097 165.014 153.121 162.625 155.653V161.491C162.625 163.208 164.405 165.011 166.63 165.356L179.512 167.356C188.77 168.793 198.321 175.982 200.982 183.608L201.676 185.598H98.7429L98.8487 184.003C99.3924 175.753 107.475 168.174 116.916 166.883L128.813 165.257C131.033 164.954 132.815 163.189 132.815 161.491V155.652H132.816Z", stroke: "#979797", strokeWidth: "3" }),
25
- React.createElement("mask", { id: "mask0_6815_245", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", x: "100", y: "100", width: "100", height: "85" },
26
- React.createElement("path", { d: "M134.312 155.039V161.491C134.312 163.99 131.932 166.342 129.015 166.74L117.119 168.366C108.347 169.565 100.836 176.606 100.342 184.102H199.568C197.1 177.027 188.019 170.192 179.283 168.835L166.4 166.836C163.489 166.384 161.13 163.997 161.13 161.492V155.04C164.205 152.052 165.122 147.465 166.194 142.435C167.883 142.768 168.382 140.876 169.306 137.212C170.23 133.549 173.12 129.794 170.506 129.326C170.182 129.265 169.849 129.26 169.523 129.311L170.518 117C170.934 111.859 168.299 106.176 164.453 104.803C158.084 102.526 156.117 101.32 152.156 100.67C148.194 100.019 144.307 100.931 140.189 102.046C136.071 103.162 132.337 106.065 129.259 107.63C126.181 109.196 124.579 112.738 124.923 116.998L125.918 129.303C125.606 129.26 125.289 129.267 124.98 129.325C122.366 129.794 125.257 133.548 126.181 137.211C127.105 140.875 127.605 142.767 129.053 142.508C130.35 147.473 131.238 152.053 134.312 155.038V155.039Z", fill: "white" })),
27
- React.createElement("g", { mask: "url(#mask0_6815_245)" },
28
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M139.723 155.039V161.491C139.723 163.99 137.345 166.342 134.428 166.74L122.532 168.366C113.76 169.565 106.248 176.606 105.754 184.102H204.98C202.512 177.027 193.432 170.192 184.695 168.835L171.813 166.836C168.901 166.384 166.542 163.997 166.542 161.492V155.04C169.618 152.052 170.535 147.465 171.606 142.435C173.296 142.768 173.795 140.876 174.719 137.212C175.643 133.549 178.534 129.794 175.92 129.326C175.595 129.265 175.262 129.26 174.935 129.311L175.931 117C176.347 111.859 173.711 106.176 169.866 104.803C163.495 102.526 161.529 101.32 157.567 100.67C153.606 100.019 149.719 100.931 145.6 102.046C141.482 103.162 137.749 106.065 134.67 107.63C131.592 109.196 129.99 112.738 130.334 116.998L131.33 129.303C131.018 129.26 130.702 129.267 130.392 129.325C127.778 129.794 130.669 133.548 131.592 137.211C132.516 140.875 133.016 142.767 134.465 142.508C135.762 147.473 136.65 152.053 139.723 155.038V155.039Z", fill: "white" }),
29
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M158.074 114.885C154.827 98.6733 195.059 110.039 195.059 104.061C195.059 98.0817 178.5 93.2361 158.074 93.2361C137.648 93.2361 121.089 98.0817 121.089 104.061C121.089 110.038 121.089 128.483 158.074 114.885Z", fill: "#D8D8D8" }),
30
- React.createElement("path", { d: "M158.074 114.885L158.592 116.293C159.285 116.038 159.69 115.315 159.545 114.59L158.074 114.885ZM159.545 114.59C159.197 112.854 159.459 111.669 160 110.81C160.56 109.921 161.551 109.175 163.033 108.591C166.05 107.401 170.508 107.102 175.338 107.135C177.723 107.152 180.137 107.248 182.442 107.337C184.734 107.426 186.933 107.509 188.835 107.494C190.707 107.48 192.432 107.373 193.725 107.026C194.369 106.853 195.042 106.587 195.578 106.133C196.167 105.634 196.559 104.926 196.559 104.061H193.559C193.559 104.029 193.567 103.971 193.598 103.909C193.626 103.851 193.653 103.832 193.638 103.845C193.585 103.889 193.397 104.008 192.948 104.128C192.053 104.368 190.66 104.48 188.812 104.494C186.993 104.508 184.867 104.429 182.558 104.339C180.263 104.251 177.8 104.153 175.359 104.136C170.537 104.102 165.546 104.374 161.933 105.8C160.1 106.523 158.48 107.596 157.462 109.211C156.424 110.857 156.139 112.864 156.603 115.18L159.545 114.59ZM196.559 104.061C196.559 101.822 195.018 100.005 193.006 98.6134C190.949 97.1899 188.07 95.9682 184.647 94.9666C177.783 92.9576 168.388 91.7361 158.074 91.7361V94.7361C168.186 94.7361 177.283 95.9373 183.805 97.8458C187.075 98.803 189.613 99.9138 191.299 101.08C193.03 102.278 193.559 103.31 193.559 104.061H196.559ZM158.074 91.7361C147.76 91.7361 138.365 92.9576 131.501 94.9666C128.078 95.9682 125.199 97.1899 123.142 98.6134C121.13 100.005 119.589 101.822 119.589 104.061H122.589C122.589 103.31 123.118 102.278 124.849 101.08C126.535 99.9138 129.073 98.803 132.343 97.8458C138.865 95.9373 147.962 94.7361 158.074 94.7361V91.7361ZM119.589 104.061C119.589 106.943 119.515 113.822 124.781 117.99C130.079 122.182 140.045 123.112 158.592 116.293L157.556 113.477C139.119 120.256 130.592 118.762 126.643 115.638C122.664 112.488 122.589 107.156 122.589 104.061H119.589Z", fill: "#979797" }),
31
- React.createElement("path", { d: "M144.594 131.306C144.594 134.872 141.502 137.764 136.349 137.764H135.32C130.168 137.764 128.107 134.871 128.107 131.306C128.107 127.74 128.588 124.849 135.802 124.849H136.9C144.114 124.849 144.595 127.74 144.595 131.306H144.594ZM167.671 131.306C167.671 134.872 164.579 137.764 159.426 137.764H158.394C153.243 137.764 151.181 134.871 151.181 131.306C151.181 127.74 151.662 124.849 158.876 124.849H159.975C167.188 124.849 167.671 127.74 167.671 131.306Z", fill: "#E2E2E2" }),
32
- React.createElement("path", { d: "M136.899 123.772C145.014 123.772 145.693 127.493 145.693 131.306C145.693 135.741 141.852 138.84 136.349 138.84H135.32C130.115 138.84 127.007 136.023 127.007 131.306C127.007 127.494 127.686 123.772 135.802 123.772H136.9H136.899ZM136.899 125.924H135.801C129.204 125.924 129.204 128.298 129.204 131.306C129.204 133.761 130.265 136.688 135.32 136.688H136.349C140.557 136.688 143.496 134.475 143.496 131.306C143.496 128.299 143.496 125.924 136.899 125.924ZM159.975 123.772C168.09 123.772 168.769 127.493 168.769 131.306C168.769 135.741 164.928 138.84 159.426 138.84H158.394C153.19 138.84 150.082 136.023 150.082 131.306C150.082 127.494 150.76 123.772 158.876 123.772H159.975ZM159.975 125.924H158.876C152.28 125.924 152.28 128.298 152.28 131.306C152.28 133.761 153.341 136.688 158.395 136.688H159.426C163.633 136.688 166.571 134.475 166.571 131.306C166.571 128.299 166.571 125.924 159.975 125.924Z", fill: "#979797" }),
33
- React.createElement("path", { d: "M124.811 125.925C125.069 125.673 127.882 123.772 135.8 123.772C142.44 123.772 143.844 124.463 145.972 125.508L146.128 125.584C146.276 125.637 147.032 125.894 147.917 125.923C148.494 125.893 149.065 125.784 149.613 125.599C152.042 124.415 154.418 123.772 159.974 123.772C167.893 123.772 170.706 125.673 170.963 125.925C171.571 125.925 172.062 126.406 172.062 127V128.078C172.059 128.366 171.941 128.641 171.735 128.843C171.529 129.045 171.252 129.156 170.963 129.153C170.963 129.153 168.766 129.153 168.766 130.23C168.766 131.306 167.666 128.673 167.666 128.077V127.029C166.326 126.515 163.928 125.925 159.974 125.925C155.571 125.925 153.377 126.34 151.495 127.118L151.517 127.168L150.582 127.539L151.516 127.909L150.691 129.905L149.674 129.501C149.49 129.433 149.303 129.377 149.113 129.333C148.355 129.145 147.575 129.089 146.884 129.23C146.632 129.282 146.396 129.36 146.181 129.466L145.198 129.948L144.216 128.022L145.198 127.541L145.2 127.539L144.259 127.167L144.289 127.094C142.666 126.336 141.171 125.925 135.799 125.925C131.848 125.925 129.448 126.514 128.108 127.028V128.077C128.108 128.673 127.01 131.306 127.01 130.23C127.01 129.153 124.811 129.153 124.811 129.153C124.668 129.155 124.527 129.128 124.394 129.075C124.262 129.022 124.141 128.943 124.039 128.843C123.937 128.743 123.856 128.624 123.8 128.492C123.744 128.361 123.714 128.22 123.713 128.077V127C123.716 126.712 123.834 126.437 124.039 126.235C124.245 126.034 124.523 125.922 124.811 125.925Z", fill: "#979797" }),
34
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M126.05 164.499H139.582C139.94 164.499 140.284 164.642 140.538 164.895C140.792 165.149 140.934 165.493 140.934 165.852C140.934 166.211 140.792 166.555 140.538 166.809C140.284 167.062 139.94 167.205 139.582 167.205H126.05C125.692 167.205 125.348 167.062 125.094 166.809C124.84 166.555 124.698 166.211 124.698 165.852C124.698 165.493 124.84 165.149 125.094 164.895C125.348 164.642 125.692 164.499 126.05 164.499Z", fill: "#979797" }))),
35
- React.createElement("defs", null,
36
- React.createElement("filter", { id: "filter0_d_6815_245", x: "85.1401", y: "90.4395", width: "130.648", height: "113.659", filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
37
- React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
38
- React.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
39
- React.createElement("feOffset", { dy: "5" }),
40
- React.createElement("feGaussianBlur", { stdDeviation: "6" }),
41
- React.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0497905 0" }),
42
- React.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_6815_245" }),
43
- React.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_6815_245", result: "shape" })))));
44
- export default AuthorPlaceholderIcon;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- export const XIcon = (props) => (React.createElement("svg", Object.assign({ width: 30, height: 30, viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
3
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.34921 12.4923C3.01447 12.1576 3.01447 11.6187 3.34921 11.2839L12.7654 \n 1.86772C13.1001 1.53298 13.639 1.53298 13.9738 1.86772C14.3085 2.20246 \n 14.3085 2.74135 13.9738 3.07609L4.55758 12.4923C4.22284 12.8271 3.68395 \n 12.8271 3.34921 12.4923Z" }),
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.34921 1.86667C3.01447 2.20141 3.01447 2.74029 3.34921 3.07503L12.7654 \n 12.4913C13.1001 12.826 13.639 12.826 13.9738 12.4913C14.3085 12.1565 \n 14.3085 11.6176 13.9738 11.2829L4.55758 1.86667C4.22284 1.53193 3.68395 \n 1.53193 3.34921 1.86667Z" })));
5
- export default XIcon;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- interface DrawerProps {
3
- items: Array<{
4
- id: string;
5
- label: string;
6
- country?: string;
7
- city?: string;
8
- }>;
9
- selectedIds?: string[];
10
- title: string;
11
- onSelect: (id: string) => void;
12
- onBack: () => void;
13
- width?: string;
14
- }
15
- export declare const Drawer: React.FC<DrawerProps>;
16
- export {};
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- interface SelectedItem {
3
- id: string;
4
- label: string;
5
- }
6
- interface SelectedItemsBoxProps {
7
- items: SelectedItem[];
8
- onRemove: (id: string) => void;
9
- placeholder?: string;
10
- }
11
- export declare const SelectedItemsBox: React.FC<SelectedItemsBoxProps>;
12
- export default SelectedItemsBox;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from './types';
3
- declare const AddInstitutionIcon: React.FC<IconProps>;
4
- export default AddInstitutionIcon;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from './types';
3
- declare const AddUserIcon: React.FC<IconProps>;
4
- export default AddUserIcon;
@@ -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 AffiliationPlaceholderIcon: (props: IconProps) => React.JSX.Element;
19
- export default AffiliationPlaceholderIcon;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from './types';
3
- declare const AffiliationIcon: React.FC<IconProps>;
4
- export default AffiliationIcon;
@@ -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 AuthorPlaceholderIcon: (props: IconProps) => React.JSX.Element;
19
- export default AuthorPlaceholderIcon;
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from './types';
3
- export declare const XIcon: (props: IconProps) => React.JSX.Element;
4
- export default XIcon;