@obolnetwork/obol-ui 1.1.14 → 1.1.17

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 (197) hide show
  1. package/dist/components/atoms/Avatar/Avatar.d.ts +22 -0
  2. package/dist/components/atoms/Box/Box.d.ts +11 -0
  3. package/dist/components/atoms/Button/Button.d.ts +11 -0
  4. package/dist/components/atoms/Checkbox/Checkbox.d.ts +11 -0
  5. package/dist/components/atoms/Container/Container.d.ts +22 -0
  6. package/dist/components/atoms/Flex/Flex.d.ts +11 -0
  7. package/dist/components/atoms/Grid/Grid.d.ts +11 -0
  8. package/dist/components/atoms/IconButton/IconButton.d.ts +12 -0
  9. package/dist/components/atoms/Image/Image.d.ts +11 -0
  10. package/dist/components/atoms/Link/Link.d.ts +12 -0
  11. package/dist/components/atoms/NavigationMenu/NavigationMenu.d.ts +55 -0
  12. package/dist/components/atoms/ScoreBadge/ScoreBadge.d.ts +6 -0
  13. package/dist/components/atoms/Separator/Separator.d.ts +11 -0
  14. package/dist/components/atoms/Skeleton/Skeleton.d.ts +11 -0
  15. package/dist/components/atoms/Spin/Spin.d.ts +12 -1
  16. package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +15 -2
  17. package/dist/components/atoms/Switch/Switch.d.ts +22 -0
  18. package/dist/components/atoms/Text/Text.d.ts +15 -3
  19. package/dist/components/atoms/TextField/TextField.d.ts +44 -0
  20. package/dist/components/atoms/Toggle/Toggle.d.ts +22 -0
  21. package/dist/components/atoms/UnstyledTextField/UnstyledTextField.d.ts +22 -0
  22. package/dist/components/atoms/VerdictChip/VerdictChip.d.ts +5 -0
  23. package/dist/components/atoms/index.d.ts +2 -0
  24. package/dist/components/icons/brand/obol/circle/ObolDarkCircle.d.ts +5 -0
  25. package/dist/components/icons/brand/obol/circle/ObolLightCircle.d.ts +5 -0
  26. package/dist/components/icons/brand/obol/horizontal/ObolDarkBgH.d.ts +5 -0
  27. package/dist/components/icons/brand/obol/horizontal/ObolLightBgH.d.ts +5 -0
  28. package/dist/components/icons/brand/obol/horizontal/ObolSolidDarkBgH.d.ts +5 -0
  29. package/dist/components/icons/brand/obol/horizontal/ObolSolidLightBgH.d.ts +5 -0
  30. package/dist/components/icons/brand/obol/mark/ObolDarkBgMark.d.ts +5 -0
  31. package/dist/components/icons/brand/obol/mark/ObolLightBgMark.d.ts +3 -0
  32. package/dist/components/icons/brand/obol/mark/ObolSolidDarkBgMark.d.ts +3 -0
  33. package/dist/components/icons/brand/obol/mark/ObolSolidLightBgMark.d.ts +3 -0
  34. package/dist/components/icons/brand/obol/vertical/ObolDarkBgV.d.ts +5 -0
  35. package/dist/components/icons/brand/obol/vertical/ObolLightBgV.d.ts +5 -0
  36. package/dist/components/icons/brand/obol/vertical/ObolSolidDarkBgV.d.ts +5 -0
  37. package/dist/components/icons/brand/obol/vertical/ObolSolidLightBgV.d.ts +5 -0
  38. package/dist/components/icons/brand/planets/PlanetBlue.d.ts +5 -0
  39. package/dist/components/icons/brand/planets/PlanetGreen.d.ts +5 -0
  40. package/dist/components/icons/brand/planets/PlanetGrey.d.ts +5 -0
  41. package/dist/components/icons/brand/planets/PlanetMagenta.d.ts +5 -0
  42. package/dist/components/icons/brand/planets/PlanetOrange.d.ts +5 -0
  43. package/dist/components/icons/index.d.ts +90 -53
  44. package/dist/components/icons/medals/MedalFirst.d.ts +3 -0
  45. package/dist/components/icons/medals/MedalSecond.d.ts +3 -0
  46. package/dist/components/icons/medals/MedalThird.d.ts +3 -0
  47. package/dist/components/icons/{static-icons → misc}/AloneIcon.d.ts +1 -1
  48. package/dist/components/icons/{static-icons → misc}/CodeIcon.d.ts +1 -1
  49. package/dist/components/icons/misc/ContributionBigIcon.d.ts +3 -0
  50. package/dist/components/icons/{static-icons → misc}/CreateIcon.d.ts +1 -1
  51. package/dist/components/icons/{static-icons → misc}/ExistingGroupIcon.d.ts +1 -1
  52. package/dist/components/icons/{GlowIconBox.d.ts → misc/GlowIconBox.d.ts} +11 -0
  53. package/dist/components/icons/{static-icons → misc}/GroupIcon.d.ts +1 -1
  54. package/dist/components/icons/misc/IncentivesIcon.d.ts +3 -0
  55. package/dist/components/icons/{static-icons → misc}/MigrateIcon.d.ts +1 -1
  56. package/dist/components/icons/{static-icons → misc}/PublicGoodIcon.d.ts +1 -1
  57. package/dist/components/icons/{static-icons → misc}/RunIcon.d.ts +1 -1
  58. package/dist/components/icons/{static-icons → misc}/TestIcon.d.ts +1 -1
  59. package/dist/components/icons/{static-icons → misc}/TrustMinimisedIcon.d.ts +1 -1
  60. package/dist/components/icons/misc/Variant8Icon.d.ts +3 -0
  61. package/dist/components/icons/protocols/Coinbase.d.ts +3 -0
  62. package/dist/components/icons/protocols/EthIcon.d.ts +3 -0
  63. package/dist/components/icons/protocols/EtherFiIcon.d.ts +3 -0
  64. package/dist/components/icons/protocols/LidoIcon.d.ts +3 -0
  65. package/dist/components/icons/protocols/Metamask.d.ts +3 -0
  66. package/dist/components/icons/protocols/WalletConnect.d.ts +3 -0
  67. package/dist/components/icons/protocols/WalletIcon.d.ts +2 -0
  68. package/dist/components/icons/protocols/WeEthIcon.d.ts +7 -0
  69. package/dist/components/icons/protocols/WstEthIcon.d.ts +3 -0
  70. package/dist/components/icons/social/DiscordIcon.d.ts +3 -0
  71. package/dist/components/icons/social/GithubIcon.d.ts +3 -0
  72. package/dist/components/icons/social/LinkedInIcon.d.ts +3 -0
  73. package/dist/components/icons/social/SocialsDiscordIcon.d.ts +6 -0
  74. package/dist/components/icons/social/SocialsLinkedinIcon.d.ts +6 -0
  75. package/dist/components/icons/social/StaticTwitterIcon.d.ts +6 -0
  76. package/dist/components/icons/social/XIcon.d.ts +3 -0
  77. package/dist/components/icons/status/ActiveIcon.d.ts +3 -0
  78. package/dist/components/icons/status/ExitedIcon.d.ts +3 -0
  79. package/dist/components/icons/status/ExitingIcon.d.ts +3 -0
  80. package/dist/components/icons/status/InActiveIcon.d.ts +3 -0
  81. package/dist/components/icons/status/WaitingIcon.d.ts +3 -0
  82. package/dist/components/icons/techne-credentials/BasicCredential.d.ts +3 -0
  83. package/dist/components/icons/techne-credentials/BronzeCredential.d.ts +3 -0
  84. package/dist/components/icons/techne-credentials/GoldCredential.d.ts +3 -0
  85. package/dist/components/icons/techne-credentials/MutedCredential.d.ts +3 -0
  86. package/dist/components/icons/techne-credentials/SilverCredential.d.ts +3 -0
  87. package/dist/components/icons/ui/AlarmIcon.d.ts +3 -0
  88. package/dist/components/icons/{AlertIcon.d.ts → ui/AlertIcon.d.ts} +1 -1
  89. package/dist/components/icons/ui/ArrowDown.d.ts +3 -0
  90. package/dist/components/icons/{ArrowForward.d.ts → ui/ArrowForward.d.ts} +1 -1
  91. package/dist/components/icons/ui/CheckIcon.d.ts +3 -0
  92. package/dist/components/icons/ui/CheckboxIcon.d.ts +3 -0
  93. package/dist/components/icons/{CloseIcon.d.ts → ui/CloseIcon.d.ts} +1 -1
  94. package/dist/components/icons/ui/ClusterIcon.d.ts +3 -0
  95. package/dist/components/icons/ui/CopyIcon.d.ts +3 -0
  96. package/dist/components/icons/ui/CopyLinkIcon.d.ts +3 -0
  97. package/dist/components/icons/ui/DialogBackIcon.d.ts +3 -0
  98. package/dist/components/icons/{Download.d.ts → ui/Download.d.ts} +1 -1
  99. package/dist/components/icons/ui/HelpIcon.d.ts +3 -0
  100. package/dist/components/icons/ui/MenuIcon.d.ts +3 -0
  101. package/dist/components/icons/ui/MinusIcon.d.ts +3 -0
  102. package/dist/components/icons/ui/NewInviteIcon.d.ts +3 -0
  103. package/dist/components/icons/{OpenDialogIcon.d.ts → ui/OpenDialogIcon.d.ts} +1 -1
  104. package/dist/components/icons/ui/OpenInNew.d.ts +2 -0
  105. package/dist/components/icons/ui/PlusIcon.d.ts +3 -0
  106. package/dist/components/icons/ui/SortAscIcon.d.ts +3 -0
  107. package/dist/components/icons/ui/SortDefaultIcon.d.ts +3 -0
  108. package/dist/components/icons/ui/SortDescIcon.d.ts +3 -0
  109. package/dist/components/icons/ui/TrashIcon.d.ts +3 -0
  110. package/dist/components/icons/ui/UnknownIcon.d.ts +3 -0
  111. package/dist/components/icons/ui/UserIcon.d.ts +3 -0
  112. package/dist/components/molecules/Accordion/Accordion.d.ts +22 -0
  113. package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +22 -0
  114. package/dist/components/molecules/Card/Card.d.ts +44 -0
  115. package/dist/components/molecules/Dialog/Dialog.d.ts +66 -0
  116. package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +22 -0
  117. package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +33 -0
  118. package/dist/components/molecules/ResponsiveDialog/ResponsiveDialog.d.ts +22 -0
  119. package/dist/components/molecules/TableV3/ExpandedTable.d.ts +66 -0
  120. package/dist/components/molecules/Tabs/Tabs.d.ts +44 -0
  121. package/dist/components/utils/color-variants.d.ts +5 -0
  122. package/dist/components/utils/styles.d.ts +11 -0
  123. package/dist/index.es.js +1 -1
  124. package/dist/index.js +1 -1
  125. package/dist/stitches.config.d.ts +100 -0
  126. package/package.json +6 -2
  127. package/dist/components/icons/ArrowDown.d.ts +0 -4
  128. package/dist/components/icons/ChevronDownIcon.d.ts +0 -2
  129. package/dist/components/icons/ChevronUpIcon.d.ts +0 -2
  130. package/dist/components/icons/Hexapod.d.ts +0 -2
  131. package/dist/components/icons/OpenInNew.d.ts +0 -6
  132. package/dist/components/icons/Planet.d.ts +0 -504
  133. package/dist/components/icons/socials/CopyLinkIcon.d.ts +0 -2
  134. package/dist/components/icons/socials/DiscordIcon.d.ts +0 -2
  135. package/dist/components/icons/socials/LinkedinIcon.d.ts +0 -2
  136. package/dist/components/icons/socials/XIcon.d.ts +0 -2
  137. package/dist/components/icons/static-icons/ActiveIcon.d.ts +0 -1
  138. package/dist/components/icons/static-icons/AlarmIcon.d.ts +0 -7
  139. package/dist/components/icons/static-icons/BulletCheckIcon.d.ts +0 -1
  140. package/dist/components/icons/static-icons/CheckIcon.d.ts +0 -1
  141. package/dist/components/icons/static-icons/CheckboxIcon.d.ts +0 -1
  142. package/dist/components/icons/static-icons/Coinbase.d.ts +0 -1
  143. package/dist/components/icons/static-icons/ContributionBigIcon.d.ts +0 -1
  144. package/dist/components/icons/static-icons/CopyIcon.d.ts +0 -1
  145. package/dist/components/icons/static-icons/DialogBackIcon.d.ts +0 -1
  146. package/dist/components/icons/static-icons/DialogCloseIcon.d.ts +0 -1
  147. package/dist/components/icons/static-icons/ExitedIcon.d.ts +0 -1
  148. package/dist/components/icons/static-icons/ExitingIcon.d.ts +0 -1
  149. package/dist/components/icons/static-icons/GithubIcon.d.ts +0 -1
  150. package/dist/components/icons/static-icons/HelpIcon.d.ts +0 -4
  151. package/dist/components/icons/static-icons/InActiveIcon.d.ts +0 -1
  152. package/dist/components/icons/static-icons/InProgressIcon.d.ts +0 -1
  153. package/dist/components/icons/static-icons/MenuIcon.d.ts +0 -1
  154. package/dist/components/icons/static-icons/Metamask.d.ts +0 -1
  155. package/dist/components/icons/static-icons/MinusIcon.d.ts +0 -1
  156. package/dist/components/icons/static-icons/NewInviteIcon.d.ts +0 -1
  157. package/dist/components/icons/static-icons/PendingActivationIcon.d.ts +0 -1
  158. package/dist/components/icons/static-icons/PlusIcon.d.ts +0 -1
  159. package/dist/components/icons/static-icons/SortAscIcon.d.ts +0 -1
  160. package/dist/components/icons/static-icons/SortDefaultIcon.d.ts +0 -1
  161. package/dist/components/icons/static-icons/SortDescIcon.d.ts +0 -1
  162. package/dist/components/icons/static-icons/TrashIcon.d.ts +0 -1
  163. package/dist/components/icons/static-icons/TwitterIcon.d.ts +0 -1
  164. package/dist/components/icons/static-icons/UnknownIcon.d.ts +0 -1
  165. package/dist/components/icons/static-icons/WaitingIcon.d.ts +0 -1
  166. package/dist/components/icons/static-icons/WalletConnect.d.ts +0 -1
  167. package/dist/components/icons/static-icons/obol/circle/ObolDarkCircle.d.ts +0 -1
  168. package/dist/components/icons/static-icons/obol/circle/ObolLightCircle.d.ts +0 -1
  169. package/dist/components/icons/static-icons/obol/horizontal/ObolDarkBgH.d.ts +0 -1
  170. package/dist/components/icons/static-icons/obol/horizontal/ObolLightBgH.d.ts +0 -1
  171. package/dist/components/icons/static-icons/obol/horizontal/ObolSolidDarkBgH.d.ts +0 -1
  172. package/dist/components/icons/static-icons/obol/horizontal/ObolSolidLightBgH.d.ts +0 -1
  173. package/dist/components/icons/static-icons/obol/mark/ObolDarkBgMark.d.ts +0 -1
  174. package/dist/components/icons/static-icons/obol/mark/ObolLightBgMark.d.ts +0 -1
  175. package/dist/components/icons/static-icons/obol/mark/ObolSolidDarkBgMark.d.ts +0 -1
  176. package/dist/components/icons/static-icons/obol/mark/ObolSolidLightBgMark.d.ts +0 -1
  177. package/dist/components/icons/static-icons/obol/vertical/ObolDarkBgV.d.ts +0 -1
  178. package/dist/components/icons/static-icons/obol/vertical/ObolLightBgV.d.ts +0 -1
  179. package/dist/components/icons/static-icons/obol/vertical/ObolSolidDarkBgV.d.ts +0 -1
  180. package/dist/components/icons/static-icons/obol/vertical/ObolSolidLightBgV.d.ts +0 -1
  181. package/dist/components/icons/static-icons/planets/PlanetBlue.d.ts +0 -1
  182. package/dist/components/icons/static-icons/planets/PlanetGreen.d.ts +0 -1
  183. package/dist/components/icons/static-icons/planets/PlanetGrey.d.ts +0 -1
  184. package/dist/components/icons/static-icons/planets/PlanetMagenta.d.ts +0 -1
  185. package/dist/components/icons/static-icons/planets/PlanetOrange.d.ts +0 -1
  186. package/dist/scripts/figma-colors.d.ts +0 -1
  187. /package/dist/components/icons/{static-icons → actions}/DepositIcon.d.ts +0 -0
  188. /package/dist/components/icons/{static-icons → actions}/DistributeIcon.d.ts +0 -0
  189. /package/dist/components/icons/{static-icons → actions}/ExitIcon.d.ts +0 -0
  190. /package/dist/components/icons/{static-icons → actions}/MigrateActionIcon.d.ts +0 -0
  191. /package/dist/components/icons/{static-icons → actions}/RequestWithdrawIcon.d.ts +0 -0
  192. /package/dist/components/icons/{static-icons → brand}/obol/circle/index.d.ts +0 -0
  193. /package/dist/components/icons/{static-icons → brand}/obol/horizontal/index.d.ts +0 -0
  194. /package/dist/components/icons/{static-icons → brand}/obol/mark/index.d.ts +0 -0
  195. /package/dist/components/icons/{static-icons → brand}/obol/vertical/index.d.ts +0 -0
  196. /package/dist/components/icons/{static-icons → brand}/planets/index.d.ts +0 -0
  197. /package/dist/components/icons/{static-icons → ui}/ClockIcon.d.ts +0 -0
@@ -1,53 +1,90 @@
1
- export * from "./ArrowForward";
2
- export * from "./Download";
3
- export * from "./OpenInNew";
4
- export * from "./CloseIcon";
5
- export * from "./ChevronDownIcon";
6
- export * from "./ChevronUpIcon";
7
- export * from "./Hexapod";
8
- export * from "./AlertIcon";
9
- export * from "./static-icons/obol/circle";
10
- export * from "./static-icons/obol/horizontal";
11
- export * from "./static-icons/obol/mark/";
12
- export * from "./static-icons/obol/vertical";
13
- export * from "./static-icons/CodeIcon";
14
- export * from "./static-icons/MenuIcon";
15
- export * from "./static-icons/PublicGoodIcon";
16
- export * from "./static-icons/DepositIcon";
17
- export * from "./static-icons/MigrateActionIcon";
18
- export * from "./static-icons/TrustMinimisedIcon";
19
- export * from "./static-icons/CreateIcon";
20
- export * from "./static-icons/TestIcon";
21
- export * from "./static-icons/RunIcon";
22
- export * from "./static-icons/TwitterIcon";
23
- export * from "./static-icons/GithubIcon";
24
- export * from "./static-icons/planets";
25
- export * from "./static-icons/AloneIcon";
26
- export * from "./static-icons/MigrateIcon";
27
- export * from "./static-icons/GroupIcon";
28
- export * from "./static-icons/ExistingGroupIcon";
29
- export * from "./static-icons/CopyIcon";
30
- export * from "./static-icons/CheckIcon";
31
- export * from "./static-icons/CheckboxIcon";
32
- export * from "./static-icons/TrashIcon";
33
- export * from "./static-icons/BulletCheckIcon";
34
- export * from "./static-icons/HelpIcon";
35
- export * from "./static-icons/WaitingIcon";
36
- export * from "./static-icons/MinusIcon";
37
- export * from "./static-icons/PlusIcon";
38
- export * from "./static-icons/ActiveIcon";
39
- export * from "./static-icons/InActiveIcon";
40
- export * from "./static-icons/ExitedIcon";
41
- export * from "./static-icons/ExitingIcon";
42
- export * from "./static-icons/InProgressIcon";
43
- export * from "./static-icons/NewInviteIcon";
44
- export * from "./static-icons/PendingActivationIcon";
45
- export * from "./static-icons/SortDefaultIcon";
46
- export * from "./static-icons/SortDescIcon";
47
- export * from "./static-icons/SortAscIcon";
48
- export * from "./static-icons/UnknownIcon";
49
- export * from "./static-icons/ClockIcon";
50
- export * from "./static-icons/AlarmIcon";
51
- export * from "./static-icons/DistributeIcon";
52
- export * from "./static-icons/RequestWithdrawIcon";
53
- export * from "./static-icons/ExitIcon";
1
+ export { SvgIcon } from "../atoms/SvgIcon/SvgIcon";
2
+ export type { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
3
+ export { XIcon } from "./social/XIcon";
4
+ export { XIcon as TwitterIcon } from "./social/XIcon";
5
+ export { LinkedInIcon } from "./social/LinkedInIcon";
6
+ export { DiscordIcon } from "./social/DiscordIcon";
7
+ export { GithubIcon } from "./social/GithubIcon";
8
+ export { DiscordIcon as SocialsDiscordIcon } from "./social/SocialsDiscordIcon";
9
+ export { LinkedinIcon, LinkedinIcon as SocialsLinkedinIcon, } from "./social/SocialsLinkedinIcon";
10
+ export { TwitterIcon as StaticTwitterIcon } from "./social/StaticTwitterIcon";
11
+ export { GoldCredential } from "./techne-credentials/GoldCredential";
12
+ export { SilverCredential } from "./techne-credentials/SilverCredential";
13
+ export { BronzeCredential } from "./techne-credentials/BronzeCredential";
14
+ export { BasicCredential } from "./techne-credentials/BasicCredential";
15
+ export { MutedCredential } from "./techne-credentials/MutedCredential";
16
+ export { MedalFirst } from "./medals/MedalFirst";
17
+ export { MedalSecond } from "./medals/MedalSecond";
18
+ export { MedalThird } from "./medals/MedalThird";
19
+ export { LidoIcon } from "./protocols/LidoIcon";
20
+ export { EtherFiIcon } from "./protocols/EtherFiIcon";
21
+ export { Coinbase } from "./protocols/Coinbase";
22
+ export { Metamask } from "./protocols/Metamask";
23
+ export { WalletConnect } from "./protocols/WalletConnect";
24
+ export { WalletIcon } from "./protocols/WalletIcon";
25
+ export { EthIcon } from "./protocols/EthIcon";
26
+ export { WstEthIcon } from "./protocols/WstEthIcon";
27
+ export { WeEthIcon } from "./protocols/WeEthIcon";
28
+ export { ActiveIcon } from "./status/ActiveIcon";
29
+ export { InActiveIcon } from "./status/InActiveIcon";
30
+ export { InActiveIcon as PendingActivationIcon } from "./status/InActiveIcon";
31
+ export { ExitedIcon } from "./status/ExitedIcon";
32
+ export { ExitingIcon } from "./status/ExitingIcon";
33
+ export { ExitingIcon as InProgressIcon } from "./status/ExitingIcon";
34
+ export { WaitingIcon } from "./status/WaitingIcon";
35
+ export { NewInviteIcon } from "./ui/NewInviteIcon";
36
+ export { CopyLinkIcon } from "./ui/CopyLinkIcon";
37
+ export { AlertIcon } from "./ui/AlertIcon";
38
+ export { ArrowDown } from "./ui/ArrowDown";
39
+ export { ArrowForward } from "./ui/ArrowForward";
40
+ export { ChevronDownIcon } from "@radix-ui/react-icons";
41
+ export { ChevronUpIcon } from "@radix-ui/react-icons";
42
+ export { CloseIcon } from "./ui/CloseIcon";
43
+ export { CloseIcon as DialogCloseIcon } from "./ui/CloseIcon";
44
+ export { Download } from "./ui/Download";
45
+ export { OpenDialogIcon } from "./ui/OpenDialogIcon";
46
+ export { OpenInNew } from "./ui/OpenInNew";
47
+ export { AlarmIcon } from "./ui/AlarmIcon";
48
+ export { CheckIcon } from "./ui/CheckIcon";
49
+ export { CheckIcon as BulletCheckIcon } from "./ui/CheckIcon";
50
+ export { CheckboxIcon } from "./ui/CheckboxIcon";
51
+ export { ClockIcon } from "./ui/ClockIcon";
52
+ export { CopyIcon } from "./ui/CopyIcon";
53
+ export { DialogBackIcon } from "./ui/DialogBackIcon";
54
+ export { HelpIcon } from "./ui/HelpIcon";
55
+ export { MenuIcon } from "./ui/MenuIcon";
56
+ export { MinusIcon } from "./ui/MinusIcon";
57
+ export { PlusIcon } from "./ui/PlusIcon";
58
+ export { SortAscIcon } from "./ui/SortAscIcon";
59
+ export { SortDefaultIcon } from "./ui/SortDefaultIcon";
60
+ export { SortDescIcon } from "./ui/SortDescIcon";
61
+ export { TrashIcon } from "./ui/TrashIcon";
62
+ export { UnknownIcon } from "./ui/UnknownIcon";
63
+ export { UserIcon } from "./ui/UserIcon";
64
+ export { ClusterIcon } from "./ui/ClusterIcon";
65
+ export { DepositIcon } from "./actions/DepositIcon";
66
+ export { DistributeIcon } from "./actions/DistributeIcon";
67
+ export { ExitIcon } from "./actions/ExitIcon";
68
+ export { MigrateActionIcon } from "./actions/MigrateActionIcon";
69
+ export { RequestWithdrawIcon } from "./actions/RequestWithdrawIcon";
70
+ export { CreateIcon } from "./misc/CreateIcon";
71
+ export { TestIcon } from "./misc/TestIcon";
72
+ export { CodeIcon } from "./misc/CodeIcon";
73
+ export { MigrateIcon } from "./misc/MigrateIcon";
74
+ export { RunIcon } from "./misc/RunIcon";
75
+ export { AloneIcon } from "./misc/AloneIcon";
76
+ export { ContributionBigIcon } from "./misc/ContributionBigIcon";
77
+ export { IncentivesIcon } from "./misc/IncentivesIcon";
78
+ export { ExistingGroupIcon } from "./misc/ExistingGroupIcon";
79
+ export { GlowIconBox } from "./misc/GlowIconBox";
80
+ export { GroupIcon } from "./misc/GroupIcon";
81
+ export { PublicGoodIcon } from "./misc/PublicGoodIcon";
82
+ export { TrustMinimisedIcon } from "./misc/TrustMinimisedIcon";
83
+ export { Variant8Icon } from "./misc/Variant8Icon";
84
+ export * from "./brand/obol/horizontal";
85
+ export * from "./brand/obol/vertical";
86
+ export * from "./brand/obol/mark";
87
+ export * from "./brand/obol/circle";
88
+ export * from "./brand/planets";
89
+ export declare const iconList: readonly ["XIcon", "LinkedInIcon", "DiscordIcon", "GithubIcon", "GoldCredential", "SilverCredential", "BronzeCredential", "BasicCredential", "MutedCredential", "MedalFirst", "MedalSecond", "MedalThird", "LidoIcon", "EtherFiIcon", "Coinbase", "Metamask", "WalletConnect", "WalletIcon", "EthIcon", "WstEthIcon", "WeEthIcon", "ActiveIcon", "InActiveIcon", "ExitedIcon", "ExitingIcon", "WaitingIcon", "NewInviteIcon", "CopyLinkIcon", "AlertIcon", "ArrowDown", "ArrowForward", "CloseIcon", "Download", "OpenDialogIcon", "OpenInNew", "AlarmIcon", "CheckIcon", "CheckboxIcon", "ClockIcon", "CopyIcon", "DialogBackIcon", "HelpIcon", "MenuIcon", "MinusIcon", "PlusIcon", "SortAscIcon", "SortDefaultIcon", "SortDescIcon", "TrashIcon", "UnknownIcon", "UserIcon", "ClusterIcon", "DepositIcon", "DistributeIcon", "ExitIcon", "MigrateActionIcon", "RequestWithdrawIcon", "CreateIcon", "TestIcon", "CodeIcon", "MigrateIcon", "RunIcon", "AloneIcon", "ContributionBigIcon", "IncentivesIcon", "ExistingGroupIcon", "GlowIconBox", "GroupIcon", "Planet", "PublicGoodIcon", "TrustMinimisedIcon", "Variant8Icon", "ObolDarkBgH", "ObolLightBgH", "ObolSolidDarkBgH", "ObolSolidLightBgH", "ObolDarkBgV", "ObolLightBgV", "ObolSolidDarkBgV", "ObolSolidLightBgV", "ObolDarkBgMark", "ObolLightBgMark", "ObolSolidDarkBgMark", "ObolSolidLightBgMark", "ObolDarkCircle", "ObolLightCircle", "PlanetBlue", "PlanetGreen", "PlanetGrey", "PlanetMagenta", "PlanetOrange"];
90
+ export declare type IconName = (typeof iconList)[number];
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '../../atoms/SvgIcon/SvgIcon';
3
+ export declare const MedalFirst: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const MedalSecond: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const MedalThird: React.FC<SvgIconProps>;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { GlowIconBoxProps } from "../GlowIconBox";
2
+ import { GlowIconBoxProps } from "./GlowIconBox";
3
3
  export declare const AloneIcon: React.FC<GlowIconBoxProps>;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { GlowIconBoxProps } from "../GlowIconBox";
2
+ import { GlowIconBoxProps } from "./GlowIconBox";
3
3
  export declare const CodeIcon: React.FC<GlowIconBoxProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const ContributionBigIcon: React.FC<SvgIconProps>;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { GlowIconBoxProps } from "../GlowIconBox";
2
+ import { GlowIconBoxProps } from "./GlowIconBox";
3
3
  export declare const CreateIcon: React.FC<GlowIconBoxProps>;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { GlowIconBoxProps } from "../GlowIconBox";
2
+ import { GlowIconBoxProps } from "./GlowIconBox";
3
3
  export declare const ExistingGroupIcon: React.FC<GlowIconBoxProps>;
@@ -9,6 +9,7 @@ export declare const GlowIconBox: import("@stitches/react/types/styled-component
9
9
  sm: "(max-width: 900px)";
10
10
  bp1: "(min-width: 520px)";
11
11
  bp2: "(min-width: 900px)";
12
+ bp3: "(min-width: 1200px)";
12
13
  md: "(max-width: 1200px)";
13
14
  lg: "(max-width: 1800px)";
14
15
  }, import("@stitches/react/types/css-util").CSS<{
@@ -20,6 +21,7 @@ export declare const GlowIconBox: import("@stitches/react/types/styled-component
20
21
  sm: "(max-width: 900px)";
21
22
  bp1: "(min-width: 520px)";
22
23
  bp2: "(min-width: 900px)";
24
+ bp3: "(min-width: 1200px)";
23
25
  md: "(max-width: 1200px)";
24
26
  lg: "(max-width: 1800px)";
25
27
  }, {
@@ -85,6 +87,15 @@ export declare const GlowIconBox: import("@stitches/react/types/styled-component
85
87
  tooltip: string;
86
88
  tooltip2: string;
87
89
  skeletonBg: string;
90
+ purpleLight: string;
91
+ purpleLightHover: string;
92
+ tealDark: string;
93
+ purpleDark: string;
94
+ grayMedium: string;
95
+ };
96
+ fonts: {
97
+ sans: string;
98
+ mono: string;
88
99
  };
89
100
  space: {
90
101
  1: string;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { GlowIconBoxProps } from "../GlowIconBox";
2
+ import { GlowIconBoxProps } from "./GlowIconBox";
3
3
  export declare const GroupIcon: React.FC<GlowIconBoxProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const IncentivesIcon: React.FC<SvgIconProps>;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { GlowIconBoxProps } from "../GlowIconBox";
2
+ import { GlowIconBoxProps } from "./GlowIconBox";
3
3
  export declare const MigrateIcon: React.FC<GlowIconBoxProps>;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { GlowIconBoxProps } from "../GlowIconBox";
2
+ import { GlowIconBoxProps } from "./GlowIconBox";
3
3
  export declare const PublicGoodIcon: React.FC<GlowIconBoxProps>;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { GlowIconBoxProps } from "../GlowIconBox";
2
+ import { GlowIconBoxProps } from "./GlowIconBox";
3
3
  export declare const RunIcon: React.FC<GlowIconBoxProps>;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { GlowIconBoxProps } from "../GlowIconBox";
2
+ import { GlowIconBoxProps } from "./GlowIconBox";
3
3
  export declare const TestIcon: React.FC<GlowIconBoxProps>;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- import { GlowIconBoxProps } from "../GlowIconBox";
2
+ import { GlowIconBoxProps } from "./GlowIconBox";
3
3
  export declare const TrustMinimisedIcon: React.FC<GlowIconBoxProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const Variant8Icon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const Coinbase: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '../../atoms/SvgIcon/SvgIcon';
3
+ export declare const EthIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const EtherFiIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const LidoIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from '../../atoms/SvgIcon/SvgIcon';
3
+ export declare const Metamask: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const WalletConnect: React.FC<SvgIconProps>;
@@ -0,0 +1,2 @@
1
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
2
+ export declare const WalletIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import { CSS } from "../../../stitches.config";
3
+ export interface WeEthIconProps {
4
+ className?: string;
5
+ css?: CSS;
6
+ }
7
+ export declare const WeEthIcon: React.FC<WeEthIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const WstEthIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const DiscordIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const GithubIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const LinkedInIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { SvgIcon } from '../../atoms/SvgIcon/SvgIcon';
3
+ export interface DiscordIconProps extends Omit<React.ComponentProps<typeof SvgIcon>, 'color'> {
4
+ color?: string;
5
+ }
6
+ export declare const DiscordIcon: React.FC<DiscordIconProps>;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { SvgIcon } from '../../atoms/SvgIcon/SvgIcon';
3
+ export interface LinkedinIconProps extends Omit<React.ComponentProps<typeof SvgIcon>, 'color'> {
4
+ color?: string;
5
+ }
6
+ export declare const LinkedinIcon: React.FC<LinkedinIconProps>;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../atoms/SvgIcon/SvgIcon';
3
+ export interface TwitterIconProps extends Omit<React.ComponentProps<typeof SvgIcon>, 'color'> {
4
+ color?: string;
5
+ }
6
+ export declare const TwitterIcon: React.FC<TwitterIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const XIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const ActiveIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const ExitedIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const ExitingIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const InActiveIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const WaitingIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const BasicCredential: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const BronzeCredential: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const GoldCredential: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const MutedCredential: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const SilverCredential: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const AlarmIcon: React.FC<SvgIconProps>;
@@ -1,2 +1,2 @@
1
- import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
1
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
2
2
  export declare const AlertIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const ArrowDown: React.FC<SvgIconProps>;
@@ -1,2 +1,2 @@
1
- import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
1
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
2
2
  export declare const ArrowForward: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const CheckIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const CheckboxIcon: React.FC<SvgIconProps>;
@@ -1,2 +1,2 @@
1
- import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
1
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
2
2
  export declare const CloseIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from '../../atoms/SvgIcon/SvgIcon';
3
+ export declare const ClusterIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const CopyIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const CopyLinkIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const DialogBackIcon: React.FC<SvgIconProps>;
@@ -1,2 +1,2 @@
1
- import { SvgIconProps } from "../atoms/SvgIcon/SvgIcon";
1
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
2
2
  export declare const Download: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const HelpIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const MenuIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const MinusIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const NewInviteIcon: React.FC<SvgIconProps>;
@@ -1,2 +1,2 @@
1
- import { SvgIconProps } from "../atoms";
1
+ import { SvgIconProps } from "../../atoms";
2
2
  export declare const OpenDialogIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
2
+ export declare const OpenInNew: ({ css, ...props }: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const PlusIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const SortAscIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from '../../atoms/SvgIcon/SvgIcon';
3
+ export declare const SortDefaultIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const SortDescIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const TrashIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const UnknownIcon: React.FC<SvgIconProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
+ export declare const UserIcon: React.FC<SvgIconProps>;