@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,8 +1,10 @@
1
1
  import type * as Stitches from "@stitches/react";
2
2
  import { CSS } from "../../../stitches.config";
3
3
  export declare const SvgIcon: import("@stitches/react/types/styled-component").StyledComponent<"svg", {
4
- color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "obolGold" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | "inherit" | undefined;
5
- size?: "inherit" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
4
+ color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "obolGold" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | "purpleLight" | "purpleLightHover" | "tealDark" | "purpleDark" | "grayMedium" | "inherit" | undefined;
5
+ size?: "inherit" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | undefined;
6
+ width?: "inherit" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | undefined;
7
+ height?: "inherit" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | undefined;
6
8
  fillColor?: boolean | "true" | "false" | undefined;
7
9
  strokeColor?: boolean | "true" | "false" | undefined;
8
10
  transform?: "xAxis" | undefined;
@@ -15,6 +17,7 @@ export declare const SvgIcon: import("@stitches/react/types/styled-component").S
15
17
  sm: "(max-width: 900px)";
16
18
  bp1: "(min-width: 520px)";
17
19
  bp2: "(min-width: 900px)";
20
+ bp3: "(min-width: 1200px)";
18
21
  md: "(max-width: 1200px)";
19
22
  lg: "(max-width: 1800px)";
20
23
  }, import("@stitches/react/types/css-util").CSS<{
@@ -26,6 +29,7 @@ export declare const SvgIcon: import("@stitches/react/types/styled-component").S
26
29
  sm: "(max-width: 900px)";
27
30
  bp1: "(min-width: 520px)";
28
31
  bp2: "(min-width: 900px)";
32
+ bp3: "(min-width: 1200px)";
29
33
  md: "(max-width: 1200px)";
30
34
  lg: "(max-width: 1800px)";
31
35
  }, {
@@ -91,6 +95,15 @@ export declare const SvgIcon: import("@stitches/react/types/styled-component").S
91
95
  tooltip: string;
92
96
  tooltip2: string;
93
97
  skeletonBg: string;
98
+ purpleLight: string;
99
+ purpleLightHover: string;
100
+ tealDark: string;
101
+ purpleDark: string;
102
+ grayMedium: string;
103
+ };
104
+ fonts: {
105
+ sans: string;
106
+ mono: string;
94
107
  };
95
108
  space: {
96
109
  1: string;
@@ -9,6 +9,7 @@ export declare const SwitchRoot: 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 SwitchRoot: 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 SwitchRoot: 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;
@@ -497,6 +508,7 @@ export declare const SwitchThumb: import("@stitches/react/types/styled-component
497
508
  sm: "(max-width: 900px)";
498
509
  bp1: "(min-width: 520px)";
499
510
  bp2: "(min-width: 900px)";
511
+ bp3: "(min-width: 1200px)";
500
512
  md: "(max-width: 1200px)";
501
513
  lg: "(max-width: 1800px)";
502
514
  }, import("@stitches/react/types/css-util").CSS<{
@@ -508,6 +520,7 @@ export declare const SwitchThumb: import("@stitches/react/types/styled-component
508
520
  sm: "(max-width: 900px)";
509
521
  bp1: "(min-width: 520px)";
510
522
  bp2: "(min-width: 900px)";
523
+ bp3: "(min-width: 1200px)";
511
524
  md: "(max-width: 1200px)";
512
525
  lg: "(max-width: 1800px)";
513
526
  }, {
@@ -573,6 +586,15 @@ export declare const SwitchThumb: import("@stitches/react/types/styled-component
573
586
  tooltip: string;
574
587
  tooltip2: string;
575
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;
576
598
  };
577
599
  space: {
578
600
  1: string;
@@ -3,7 +3,7 @@ import type * as Stitches from "@stitches/react";
3
3
  export declare const Text: import("@stitches/react/types/styled-component").StyledComponent<"span", {
4
4
  variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | "helper" | undefined;
5
5
  size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | undefined;
6
- color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "obolGold" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | undefined;
6
+ color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "obolGold" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | "purpleLight" | "purpleLightHover" | "tealDark" | "purpleDark" | "grayMedium" | undefined;
7
7
  glow?: boolean | "true" | undefined;
8
8
  inline?: boolean | "true" | undefined;
9
9
  }, {
@@ -15,6 +15,7 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
15
15
  sm: "(max-width: 900px)";
16
16
  bp1: "(min-width: 520px)";
17
17
  bp2: "(min-width: 900px)";
18
+ bp3: "(min-width: 1200px)";
18
19
  md: "(max-width: 1200px)";
19
20
  lg: "(max-width: 1800px)";
20
21
  }, import("@stitches/react/types/css-util").CSS<{
@@ -26,6 +27,7 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
26
27
  sm: "(max-width: 900px)";
27
28
  bp1: "(min-width: 520px)";
28
29
  bp2: "(min-width: 900px)";
30
+ bp3: "(min-width: 1200px)";
29
31
  md: "(max-width: 1200px)";
30
32
  lg: "(max-width: 1800px)";
31
33
  }, {
@@ -91,6 +93,15 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
91
93
  tooltip: string;
92
94
  tooltip2: string;
93
95
  skeletonBg: string;
96
+ purpleLight: string;
97
+ purpleLightHover: string;
98
+ tealDark: string;
99
+ purpleDark: string;
100
+ grayMedium: string;
101
+ };
102
+ fonts: {
103
+ sans: string;
104
+ mono: string;
94
105
  };
95
106
  space: {
96
107
  1: string;
@@ -498,7 +509,7 @@ export default Text;
498
509
  export declare const TextStory: (props: Omit<import("@stitches/react/types/styled-component").TransformProps<{
499
510
  variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | "helper" | undefined;
500
511
  size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | undefined;
501
- color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "obolGold" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | undefined;
512
+ color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "obolGold" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | "purpleLight" | "purpleLightHover" | "tealDark" | "purpleDark" | "grayMedium" | undefined;
502
513
  glow?: boolean | "true" | undefined;
503
514
  inline?: boolean | "true" | undefined;
504
515
  }, {
@@ -510,12 +521,13 @@ export declare const TextStory: (props: Omit<import("@stitches/react/types/style
510
521
  sm: "(max-width: 900px)";
511
522
  bp1: "(min-width: 520px)";
512
523
  bp2: "(min-width: 900px)";
524
+ bp3: "(min-width: 1200px)";
513
525
  md: "(max-width: 1200px)";
514
526
  lg: "(max-width: 1800px)";
515
527
  }>, "color" | "size" | "inline" | "variant" | "glow"> & {
516
528
  variant?: "body" | "pill" | "h1" | "h2" | "h3" | "h4" | "h5" | "metadata" | "subline" | "ens" | "metricStatusCell" | "helper" | undefined;
517
529
  size?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | undefined;
518
- color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "obolGold" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | undefined;
530
+ color?: "white" | "black" | "lightBackground" | "obolBlue" | "primaryBgDefault" | "primaryBgDefaultHover" | "primaryTextDefault" | "secondaryBgDefault" | "secondaryBgHover" | "grayBgDefault" | "gray2BgDefault" | "neutralDark" | "navButtonBgDefault" | "navButtonBgHover" | "cardBackgroundDark" | "cardBackgroundLight" | "gradientGold" | "gradientSilver" | "gradientBronze" | "textMiddle" | "textLight" | "textLighter" | "textTabHover" | "textTabInactive" | "textGreenDark" | "textGreenLight" | "textGreen1" | "textGreen2" | "textGreen3" | "textGreenHover" | "textCreateHover" | "textGrayHover" | "txButton" | "obolGreen" | "obolMidGreen" | "obolGreenHover" | "obolGreenLight" | "obolDarkDark" | "obolDisabled" | "linkButtonHover" | "progressTrackerGreen" | "lightGrey" | "obolGold" | "coordinate" | "coordinateHover" | "test" | "testHover" | "create" | "createHover" | "light" | "body" | "muted" | "menu" | "bg01" | "bg02" | "bg03" | "bg04" | "bg05" | "tooltip" | "tooltip2" | "skeletonBg" | "purpleLight" | "purpleLightHover" | "tealDark" | "purpleDark" | "grayMedium" | undefined;
519
531
  glow?: boolean | undefined;
520
532
  inline?: boolean | undefined;
521
533
  } & {
@@ -12,6 +12,7 @@ export declare const TextField: import("@stitches/react/types/styled-component")
12
12
  sm: "(max-width: 900px)";
13
13
  bp1: "(min-width: 520px)";
14
14
  bp2: "(min-width: 900px)";
15
+ bp3: "(min-width: 1200px)";
15
16
  md: "(max-width: 1200px)";
16
17
  lg: "(max-width: 1800px)";
17
18
  }, import("@stitches/react/types/css-util").CSS<{
@@ -23,6 +24,7 @@ export declare const TextField: import("@stitches/react/types/styled-component")
23
24
  sm: "(max-width: 900px)";
24
25
  bp1: "(min-width: 520px)";
25
26
  bp2: "(min-width: 900px)";
27
+ bp3: "(min-width: 1200px)";
26
28
  md: "(max-width: 1200px)";
27
29
  lg: "(max-width: 1800px)";
28
30
  }, {
@@ -88,6 +90,15 @@ export declare const TextField: import("@stitches/react/types/styled-component")
88
90
  tooltip: string;
89
91
  tooltip2: string;
90
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;
91
102
  };
92
103
  space: {
93
104
  1: string;
@@ -502,6 +513,7 @@ export declare const TextAreaField: import("@stitches/react/types/styled-compone
502
513
  sm: "(max-width: 900px)";
503
514
  bp1: "(min-width: 520px)";
504
515
  bp2: "(min-width: 900px)";
516
+ bp3: "(min-width: 1200px)";
505
517
  md: "(max-width: 1200px)";
506
518
  lg: "(max-width: 1800px)";
507
519
  }, import("@stitches/react/types/css-util").CSS<{
@@ -513,6 +525,7 @@ export declare const TextAreaField: import("@stitches/react/types/styled-compone
513
525
  sm: "(max-width: 900px)";
514
526
  bp1: "(min-width: 520px)";
515
527
  bp2: "(min-width: 900px)";
528
+ bp3: "(min-width: 1200px)";
516
529
  md: "(max-width: 1200px)";
517
530
  lg: "(max-width: 1800px)";
518
531
  }, {
@@ -578,6 +591,15 @@ export declare const TextAreaField: import("@stitches/react/types/styled-compone
578
591
  tooltip: string;
579
592
  tooltip2: string;
580
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;
581
603
  };
582
604
  space: {
583
605
  1: string;
@@ -1001,6 +1023,7 @@ export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponen
1001
1023
  sm: "(max-width: 900px)";
1002
1024
  bp1: "(min-width: 520px)";
1003
1025
  bp2: "(min-width: 900px)";
1026
+ bp3: "(min-width: 1200px)";
1004
1027
  md: "(max-width: 1200px)";
1005
1028
  lg: "(max-width: 1800px)";
1006
1029
  }> & {
@@ -1013,6 +1036,7 @@ export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponen
1013
1036
  sm: "(max-width: 900px)";
1014
1037
  bp1: "(min-width: 520px)";
1015
1038
  bp2: "(min-width: 900px)";
1039
+ bp3: "(min-width: 1200px)";
1016
1040
  md: "(max-width: 1200px)";
1017
1041
  lg: "(max-width: 1800px)";
1018
1042
  }, {
@@ -1078,6 +1102,15 @@ export declare const TextFieldWithCopy: import("react").ForwardRefExoticComponen
1078
1102
  tooltip: string;
1079
1103
  tooltip2: string;
1080
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;
1081
1114
  };
1082
1115
  space: {
1083
1116
  1: string;
@@ -1495,6 +1528,7 @@ export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComp
1495
1528
  sm: "(max-width: 900px)";
1496
1529
  bp1: "(min-width: 520px)";
1497
1530
  bp2: "(min-width: 900px)";
1531
+ bp3: "(min-width: 1200px)";
1498
1532
  md: "(max-width: 1200px)";
1499
1533
  lg: "(max-width: 1800px)";
1500
1534
  }> & {
@@ -1507,6 +1541,7 @@ export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComp
1507
1541
  sm: "(max-width: 900px)";
1508
1542
  bp1: "(min-width: 520px)";
1509
1543
  bp2: "(min-width: 900px)";
1544
+ bp3: "(min-width: 1200px)";
1510
1545
  md: "(max-width: 1200px)";
1511
1546
  lg: "(max-width: 1800px)";
1512
1547
  }, {
@@ -1572,6 +1607,15 @@ export declare const TextAreaFieldWithCopy: import("react").ForwardRefExoticComp
1572
1607
  tooltip: string;
1573
1608
  tooltip2: string;
1574
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;
1575
1619
  };
1576
1620
  space: {
1577
1621
  1: string;
@@ -9,6 +9,7 @@ export declare const ToggleGroup: 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 ToggleGroup: 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 ToggleGroup: 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;
@@ -497,6 +508,7 @@ export declare const ToggleGroupItem: import("@stitches/react/types/styled-compo
497
508
  sm: "(max-width: 900px)";
498
509
  bp1: "(min-width: 520px)";
499
510
  bp2: "(min-width: 900px)";
511
+ bp3: "(min-width: 1200px)";
500
512
  md: "(max-width: 1200px)";
501
513
  lg: "(max-width: 1800px)";
502
514
  }, import("@stitches/react/types/css-util").CSS<{
@@ -508,6 +520,7 @@ export declare const ToggleGroupItem: import("@stitches/react/types/styled-compo
508
520
  sm: "(max-width: 900px)";
509
521
  bp1: "(min-width: 520px)";
510
522
  bp2: "(min-width: 900px)";
523
+ bp3: "(min-width: 1200px)";
511
524
  md: "(max-width: 1200px)";
512
525
  lg: "(max-width: 1800px)";
513
526
  }, {
@@ -573,6 +586,15 @@ export declare const ToggleGroupItem: import("@stitches/react/types/styled-compo
573
586
  tooltip: string;
574
587
  tooltip2: string;
575
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;
576
598
  };
577
599
  space: {
578
600
  1: string;
@@ -9,6 +9,7 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
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 UnstyledTextField: import("@stitches/react/types/styled-com
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 UnstyledTextField: import("@stitches/react/types/styled-com
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;
@@ -498,6 +509,7 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
498
509
  sm: "(max-width: 900px)";
499
510
  bp1: "(min-width: 520px)";
500
511
  bp2: "(min-width: 900px)";
512
+ bp3: "(min-width: 1200px)";
501
513
  md: "(max-width: 1200px)";
502
514
  lg: "(max-width: 1800px)";
503
515
  }, import("@stitches/react/types/css-util").CSS<{
@@ -509,6 +521,7 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
509
521
  sm: "(max-width: 900px)";
510
522
  bp1: "(min-width: 520px)";
511
523
  bp2: "(min-width: 900px)";
524
+ bp3: "(min-width: 1200px)";
512
525
  md: "(max-width: 1200px)";
513
526
  lg: "(max-width: 1800px)";
514
527
  }, {
@@ -574,6 +587,15 @@ export declare const UnstyledTextField: import("@stitches/react/types/styled-com
574
587
  tooltip: string;
575
588
  tooltip2: string;
576
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;
577
599
  };
578
600
  space: {
579
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>;