@obolnetwork/obol-ui 1.1.15 → 1.1.18

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 (198) hide show
  1. package/README.md +41 -60
  2. package/dist/components/atoms/Avatar/Avatar.d.ts +18 -0
  3. package/dist/components/atoms/Box/Box.d.ts +9 -0
  4. package/dist/components/atoms/Button/Button.d.ts +9 -0
  5. package/dist/components/atoms/Checkbox/Checkbox.d.ts +9 -0
  6. package/dist/components/atoms/Container/Container.d.ts +18 -0
  7. package/dist/components/atoms/Flex/Flex.d.ts +9 -0
  8. package/dist/components/atoms/Grid/Grid.d.ts +9 -0
  9. package/dist/components/atoms/IconButton/IconButton.d.ts +9 -0
  10. package/dist/components/atoms/Image/Image.d.ts +9 -0
  11. package/dist/components/atoms/Link/Link.d.ts +9 -0
  12. package/dist/components/atoms/NavigationMenu/NavigationMenu.d.ts +45 -0
  13. package/dist/components/atoms/ScoreBadge/ScoreBadge.d.ts +6 -0
  14. package/dist/components/atoms/Separator/Separator.d.ts +9 -0
  15. package/dist/components/atoms/Skeleton/Skeleton.d.ts +9 -0
  16. package/dist/components/atoms/Spin/Spin.d.ts +10 -1
  17. package/dist/components/atoms/SvgIcon/SvgIcon.d.ts +13 -2
  18. package/dist/components/atoms/Switch/Switch.d.ts +18 -0
  19. package/dist/components/atoms/Text/Text.d.ts +12 -3
  20. package/dist/components/atoms/TextField/TextField.d.ts +36 -0
  21. package/dist/components/atoms/Toggle/Toggle.d.ts +18 -0
  22. package/dist/components/atoms/UnstyledTextField/UnstyledTextField.d.ts +18 -0
  23. package/dist/components/atoms/VerdictChip/VerdictChip.d.ts +5 -0
  24. package/dist/components/atoms/index.d.ts +2 -0
  25. package/dist/components/icons/brand/obol/circle/ObolDarkCircle.d.ts +5 -0
  26. package/dist/components/icons/brand/obol/circle/ObolLightCircle.d.ts +5 -0
  27. package/dist/components/icons/brand/obol/horizontal/ObolDarkBgH.d.ts +5 -0
  28. package/dist/components/icons/brand/obol/horizontal/ObolLightBgH.d.ts +5 -0
  29. package/dist/components/icons/brand/obol/horizontal/ObolSolidDarkBgH.d.ts +5 -0
  30. package/dist/components/icons/brand/obol/horizontal/ObolSolidLightBgH.d.ts +5 -0
  31. package/dist/components/icons/brand/obol/mark/ObolDarkBgMark.d.ts +5 -0
  32. package/dist/components/icons/brand/obol/mark/ObolLightBgMark.d.ts +3 -0
  33. package/dist/components/icons/brand/obol/mark/ObolSolidDarkBgMark.d.ts +3 -0
  34. package/dist/components/icons/brand/obol/mark/ObolSolidLightBgMark.d.ts +3 -0
  35. package/dist/components/icons/brand/obol/vertical/ObolDarkBgV.d.ts +5 -0
  36. package/dist/components/icons/brand/obol/vertical/ObolLightBgV.d.ts +5 -0
  37. package/dist/components/icons/brand/obol/vertical/ObolSolidDarkBgV.d.ts +5 -0
  38. package/dist/components/icons/brand/obol/vertical/ObolSolidLightBgV.d.ts +5 -0
  39. package/dist/components/icons/brand/planets/PlanetBlue.d.ts +5 -0
  40. package/dist/components/icons/brand/planets/PlanetGreen.d.ts +5 -0
  41. package/dist/components/icons/brand/planets/PlanetGrey.d.ts +5 -0
  42. package/dist/components/icons/brand/planets/PlanetMagenta.d.ts +5 -0
  43. package/dist/components/icons/brand/planets/PlanetOrange.d.ts +5 -0
  44. package/dist/components/icons/index.d.ts +90 -54
  45. package/dist/components/icons/medals/MedalFirst.d.ts +3 -0
  46. package/dist/components/icons/medals/MedalSecond.d.ts +3 -0
  47. package/dist/components/icons/medals/MedalThird.d.ts +3 -0
  48. package/dist/components/icons/{static-icons → misc}/AloneIcon.d.ts +1 -1
  49. package/dist/components/icons/{static-icons → misc}/CodeIcon.d.ts +1 -1
  50. package/dist/components/icons/misc/ContributionBigIcon.d.ts +3 -0
  51. package/dist/components/icons/{static-icons → misc}/CreateIcon.d.ts +1 -1
  52. package/dist/components/icons/{static-icons → misc}/ExistingGroupIcon.d.ts +1 -1
  53. package/dist/components/icons/{GlowIconBox.d.ts → misc/GlowIconBox.d.ts} +9 -0
  54. package/dist/components/icons/{static-icons → misc}/GroupIcon.d.ts +1 -1
  55. package/dist/components/icons/misc/IncentivesIcon.d.ts +3 -0
  56. package/dist/components/icons/{static-icons → misc}/MigrateIcon.d.ts +1 -1
  57. package/dist/components/icons/{static-icons → misc}/PublicGoodIcon.d.ts +1 -1
  58. package/dist/components/icons/{static-icons → misc}/RunIcon.d.ts +1 -1
  59. package/dist/components/icons/{static-icons → misc}/TestIcon.d.ts +1 -1
  60. package/dist/components/icons/{static-icons → misc}/TrustMinimisedIcon.d.ts +1 -1
  61. package/dist/components/icons/misc/Variant8Icon.d.ts +3 -0
  62. package/dist/components/icons/protocols/Coinbase.d.ts +3 -0
  63. package/dist/components/icons/protocols/EthIcon.d.ts +3 -0
  64. package/dist/components/icons/protocols/EtherFiIcon.d.ts +3 -0
  65. package/dist/components/icons/protocols/LidoIcon.d.ts +3 -0
  66. package/dist/components/icons/protocols/Metamask.d.ts +3 -0
  67. package/dist/components/icons/protocols/WalletConnect.d.ts +3 -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 +18 -0
  113. package/dist/components/molecules/AdvisoryToggle/AdvisoryToggle.d.ts +18 -0
  114. package/dist/components/molecules/Card/Card.d.ts +36 -0
  115. package/dist/components/molecules/Dialog/Dialog.d.ts +54 -0
  116. package/dist/components/molecules/NotificationCard/NotificationCard.d.ts +18 -0
  117. package/dist/components/molecules/RadioGroup/RadioGroup.d.ts +27 -0
  118. package/dist/components/molecules/ResponsiveDialog/ResponsiveDialog.d.ts +18 -0
  119. package/dist/components/molecules/TableV3/ExpandedTable.d.ts +54 -0
  120. package/dist/components/molecules/Tabs/Tabs.d.ts +36 -0
  121. package/dist/components/utils/color-variants.d.ts +5 -0
  122. package/dist/components/utils/styles.d.ts +9 -0
  123. package/dist/index.es.js +1 -1
  124. package/dist/index.js +1 -1
  125. package/dist/stitches.config.d.ts +90 -0
  126. package/package.json +9 -5
  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 -506
  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 → protocols}/WalletIcon.d.ts +0 -0
  198. /package/dist/components/icons/{static-icons → ui}/ClockIcon.d.ts +0 -0
@@ -90,6 +90,15 @@ export declare const TextField: import("@stitches/react/types/styled-component")
90
90
  tooltip: string;
91
91
  tooltip2: string;
92
92
  skeletonBg: string;
93
+ purpleLight: string;
94
+ purpleLightHover: string;
95
+ tealDark: string;
96
+ purpleDark: string;
97
+ grayMedium: string;
98
+ };
99
+ fonts: {
100
+ sans: string;
101
+ mono: string;
93
102
  };
94
103
  space: {
95
104
  1: string;
@@ -582,6 +591,15 @@ export declare const TextAreaField: import("@stitches/react/types/styled-compone
582
591
  tooltip: string;
583
592
  tooltip2: string;
584
593
  skeletonBg: string;
594
+ purpleLight: string;
595
+ purpleLightHover: string;
596
+ tealDark: string;
597
+ purpleDark: string;
598
+ grayMedium: string;
599
+ };
600
+ fonts: {
601
+ sans: string;
602
+ mono: string;
585
603
  };
586
604
  space: {
587
605
  1: string;
@@ -1084,6 +1102,15 @@ export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponen
1084
1102
  tooltip: string;
1085
1103
  tooltip2: string;
1086
1104
  skeletonBg: string;
1105
+ purpleLight: string;
1106
+ purpleLightHover: string;
1107
+ tealDark: string;
1108
+ purpleDark: string;
1109
+ grayMedium: string;
1110
+ };
1111
+ fonts: {
1112
+ sans: string;
1113
+ mono: string;
1087
1114
  };
1088
1115
  space: {
1089
1116
  1: string;
@@ -1580,6 +1607,15 @@ export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComp
1580
1607
  tooltip: string;
1581
1608
  tooltip2: string;
1582
1609
  skeletonBg: string;
1610
+ purpleLight: string;
1611
+ purpleLightHover: string;
1612
+ tealDark: string;
1613
+ purpleDark: string;
1614
+ grayMedium: string;
1615
+ };
1616
+ fonts: {
1617
+ sans: string;
1618
+ mono: string;
1583
1619
  };
1584
1620
  space: {
1585
1621
  1: string;
@@ -87,6 +87,15 @@ export declare const ToggleGroup: import("@stitches/react/types/styled-component
87
87
  tooltip: string;
88
88
  tooltip2: string;
89
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;
90
99
  };
91
100
  space: {
92
101
  1: string;
@@ -577,6 +586,15 @@ export declare const ToggleGroupItem: import("@stitches/react/types/styled-compo
577
586
  tooltip: string;
578
587
  tooltip2: string;
579
588
  skeletonBg: string;
589
+ purpleLight: string;
590
+ purpleLightHover: string;
591
+ tealDark: string;
592
+ purpleDark: string;
593
+ grayMedium: string;
594
+ };
595
+ fonts: {
596
+ sans: string;
597
+ mono: string;
580
598
  };
581
599
  space: {
582
600
  1: string;
@@ -87,6 +87,15 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
87
87
  tooltip: string;
88
88
  tooltip2: string;
89
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;
90
99
  };
91
100
  space: {
92
101
  1: string;
@@ -578,6 +587,15 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
578
587
  tooltip: string;
579
588
  tooltip2: string;
580
589
  skeletonBg: string;
590
+ purpleLight: string;
591
+ purpleLightHover: string;
592
+ tealDark: string;
593
+ purpleDark: string;
594
+ grayMedium: string;
595
+ };
596
+ fonts: {
597
+ sans: string;
598
+ mono: string;
581
599
  };
582
600
  space: {
583
601
  1: string;
@@ -0,0 +1,5 @@
1
+ export declare type VerdictType = "OK" | "Fail" | "Good" | "Avg" | "Poor" | "Skip";
2
+ export interface VerdictChipProps {
3
+ verdict: VerdictType;
4
+ }
5
+ export declare const VerdictChip: ({ verdict }: VerdictChipProps) => import("react/jsx-runtime").JSX.Element;
@@ -26,3 +26,5 @@ export * from "./Separator/Separator";
26
26
  export * from "./Skeleton/Skeleton";
27
27
  export * from "./Avatar/Avatar";
28
28
  export * from "./ProgressBar/ProgressBar";
29
+ export * from "./VerdictChip/VerdictChip";
30
+ export * from "./ScoreBadge/ScoreBadge";
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export interface ObolDarkCircleProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const ObolDarkCircle: React.FC<ObolDarkCircleProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export interface ObolLightCircleProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const ObolLightCircle: React.FC<ObolLightCircleProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export interface ObolDarkBgHProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const ObolDarkBgH: React.FC<ObolDarkBgHProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export interface ObolLightBgHProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const ObolLightBgH: React.FC<ObolLightBgHProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export interface ObolSolidDarkBgHProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const ObolSolidDarkBgH: React.FC<ObolSolidDarkBgHProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export interface ObolSolidLightBgHProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const ObolSolidLightBgH: React.FC<ObolSolidLightBgHProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export interface ObolDarkBgMarkProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const ObolDarkBgMark: React.FC<ObolDarkBgMarkProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export declare const ObolLightBgMark: React.FC<React.ComponentProps<typeof SvgIcon>>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export declare const ObolSolidDarkBgMark: React.FC<React.ComponentProps<typeof SvgIcon>>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export declare const ObolSolidLightBgMark: React.FC<React.ComponentProps<typeof SvgIcon>>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export interface ObolDarkBgVProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const ObolDarkBgV: React.FC<ObolDarkBgVProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export interface ObolLightBgVProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const ObolLightBgV: React.FC<ObolLightBgVProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export interface ObolSolidDarkBgVProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const ObolSolidDarkBgV: React.FC<ObolSolidDarkBgVProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../../atoms/SvgIcon/SvgIcon';
3
+ export interface ObolSolidLightBgVProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const ObolSolidLightBgV: React.FC<ObolSolidLightBgVProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../atoms/SvgIcon/SvgIcon';
3
+ export interface PlanetBlueProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const PlanetBlue: React.FC<PlanetBlueProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../atoms/SvgIcon/SvgIcon';
3
+ export interface PlanetGreenProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const PlanetGreen: React.FC<PlanetGreenProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../atoms/SvgIcon/SvgIcon';
3
+ export interface PlanetGreyProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const PlanetGrey: React.FC<PlanetGreyProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../atoms/SvgIcon/SvgIcon';
3
+ export interface PlanetMagentaProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const PlanetMagenta: React.FC<PlanetMagentaProps>;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { SvgIcon } from '../../../atoms/SvgIcon/SvgIcon';
3
+ export interface PlanetOrangeProps extends React.ComponentProps<typeof SvgIcon> {
4
+ }
5
+ export declare const PlanetOrange: React.FC<PlanetOrangeProps>;
@@ -1,54 +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";
54
- export * from "./static-icons/WalletIcon";
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>;
@@ -87,6 +87,15 @@ export declare const GlowIconBox: import("@stitches/react/types/styled-component
87
87
  tooltip: string;
88
88
  tooltip2: string;
89
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;
90
99
  };
91
100
  space: {
92
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,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>;