@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,504 +0,0 @@
1
- import type * as Stitches from "@stitches/react";
2
- import { CSS } from "../../stitches.config";
3
- declare const SvgIconPlanet: import("@stitches/react/types/styled-component").StyledComponent<"svg", {
4
- planet?: "blue" | "orange" | undefined;
5
- }, {
6
- motion: "(prefers-reduced-motion)";
7
- hover: "(any-hover: hover)";
8
- dark: "(prefers-color-scheme: dark)";
9
- light: "(prefers-color-scheme: light)";
10
- xs: "(max-width: 520px)";
11
- sm: "(max-width: 900px)";
12
- bp1: "(min-width: 520px)";
13
- bp2: "(min-width: 900px)";
14
- md: "(max-width: 1200px)";
15
- lg: "(max-width: 1800px)";
16
- }, import("@stitches/react/types/css-util").CSS<{
17
- motion: "(prefers-reduced-motion)";
18
- hover: "(any-hover: hover)";
19
- dark: "(prefers-color-scheme: dark)";
20
- light: "(prefers-color-scheme: light)";
21
- xs: "(max-width: 520px)";
22
- sm: "(max-width: 900px)";
23
- bp1: "(min-width: 520px)";
24
- bp2: "(min-width: 900px)";
25
- md: "(max-width: 1200px)";
26
- lg: "(max-width: 1800px)";
27
- }, {
28
- colors: {
29
- white: string;
30
- black: string;
31
- lightBackground: string;
32
- obolBlue: string;
33
- primaryBgDefault: string;
34
- primaryBgDefaultHover: string;
35
- primaryTextDefault: string;
36
- secondaryBgDefault: string;
37
- secondaryBgHover: string;
38
- grayBgDefault: string;
39
- gray2BgDefault: string;
40
- neutralDark: string;
41
- navButtonBgDefault: string;
42
- navButtonBgHover: string;
43
- cardBackgroundDark: string;
44
- cardBackgroundLight: string;
45
- gradientGold: string;
46
- gradientSilver: string;
47
- gradientBronze: string;
48
- textMiddle: string;
49
- textLight: string;
50
- textLighter: string;
51
- textTabHover: string;
52
- textTabInactive: string;
53
- textGreenDark: string;
54
- textGreenLight: string;
55
- textGreen1: string;
56
- textGreen2: string;
57
- textGreen3: string;
58
- textGreenHover: string;
59
- textCreateHover: string;
60
- textGrayHover: string;
61
- txButton: string;
62
- obolGreen: string;
63
- obolMidGreen: string;
64
- obolGreenHover: string;
65
- obolGreenLight: string;
66
- obolDarkDark: string;
67
- obolDisabled: string;
68
- linkButtonHover: string;
69
- progressTrackerGreen: string;
70
- lightGrey: string;
71
- obolGold: string;
72
- coordinate: string;
73
- coordinateHover: string;
74
- test: string;
75
- testHover: string;
76
- create: string;
77
- createHover: string;
78
- light: string;
79
- body: string;
80
- muted: string;
81
- menu: string;
82
- bg01: string;
83
- bg02: string;
84
- bg03: string;
85
- bg04: string;
86
- bg05: string;
87
- tooltip: string;
88
- tooltip2: string;
89
- skeletonBg: string;
90
- };
91
- space: {
92
- 1: string;
93
- 2: string;
94
- xxxs: string;
95
- xxs: string;
96
- xs: string;
97
- sm: string;
98
- md: string;
99
- lg: string;
100
- xl: string;
101
- "2xl": string;
102
- "3xl": string;
103
- "4xl": string;
104
- "5xl": string;
105
- "6xl": string;
106
- "7xl": string;
107
- };
108
- sizes: {
109
- 1: string;
110
- 2: string;
111
- xxxs: string;
112
- xxs: string;
113
- xs: string;
114
- sm: string;
115
- md: string;
116
- lg: string;
117
- xl: string;
118
- "2xl": string;
119
- "3xl": string;
120
- "4xl": string;
121
- "5xl": string;
122
- "6xl": string;
123
- "7xl": string;
124
- max: string;
125
- min: string;
126
- full: string;
127
- };
128
- radii: {
129
- 1: string;
130
- 2: string;
131
- 3: string;
132
- 4: string;
133
- 5: string;
134
- round: string;
135
- pill: string;
136
- };
137
- fontSizes: {
138
- 1: string;
139
- 2: string;
140
- 3: string;
141
- 4: string;
142
- 5: string;
143
- 6: string;
144
- 7: string;
145
- 8: string;
146
- 9: string;
147
- 10: string;
148
- 11: string;
149
- };
150
- fontWeights: {
151
- hairline: number;
152
- thin: number;
153
- light: number;
154
- normal: number;
155
- medium: number;
156
- semibold: number;
157
- bold: number;
158
- extrabold: number;
159
- black: number;
160
- };
161
- lineHeights: {
162
- normal: string;
163
- none: number;
164
- shorter: number;
165
- short: number;
166
- base: number;
167
- tall: number;
168
- tall2: number;
169
- taller: number;
170
- };
171
- letterSpacings: {
172
- tighter: string;
173
- tight: string;
174
- normal: string;
175
- wide: string;
176
- wider: string;
177
- widest: string;
178
- };
179
- borderWidths: unknown;
180
- borderStyles: unknown;
181
- shadows: unknown;
182
- zIndices: unknown;
183
- transitions: unknown;
184
- }, import("@stitches/react/types/config").DefaultThemeMap, {
185
- p: (value: {
186
- readonly [Stitches.$$PropertyValue]: "padding";
187
- }) => {
188
- padding: {
189
- readonly [Stitches.$$PropertyValue]: "padding";
190
- };
191
- };
192
- pt: (value: {
193
- readonly [Stitches.$$PropertyValue]: "paddingTop";
194
- }) => {
195
- paddingTop: {
196
- readonly [Stitches.$$PropertyValue]: "paddingTop";
197
- };
198
- };
199
- pr: (value: {
200
- readonly [Stitches.$$PropertyValue]: "paddingRight";
201
- }) => {
202
- paddingRight: {
203
- readonly [Stitches.$$PropertyValue]: "paddingRight";
204
- };
205
- };
206
- pb: (value: {
207
- readonly [Stitches.$$PropertyValue]: "paddingBottom";
208
- }) => {
209
- paddingBottom: {
210
- readonly [Stitches.$$PropertyValue]: "paddingBottom";
211
- };
212
- };
213
- pl: (value: {
214
- readonly [Stitches.$$PropertyValue]: "paddingLeft";
215
- }) => {
216
- paddingLeft: {
217
- readonly [Stitches.$$PropertyValue]: "paddingLeft";
218
- };
219
- };
220
- px: (value: {
221
- readonly [Stitches.$$PropertyValue]: "paddingLeft";
222
- }) => {
223
- paddingLeft: {
224
- readonly [Stitches.$$PropertyValue]: "paddingLeft";
225
- };
226
- paddingRight: {
227
- readonly [Stitches.$$PropertyValue]: "paddingLeft";
228
- };
229
- };
230
- py: (value: {
231
- readonly [Stitches.$$PropertyValue]: "paddingTop";
232
- }) => {
233
- paddingTop: {
234
- readonly [Stitches.$$PropertyValue]: "paddingTop";
235
- };
236
- paddingBottom: {
237
- readonly [Stitches.$$PropertyValue]: "paddingTop";
238
- };
239
- };
240
- m: (value: {
241
- readonly [Stitches.$$PropertyValue]: "margin";
242
- }) => {
243
- margin: {
244
- readonly [Stitches.$$PropertyValue]: "margin";
245
- };
246
- };
247
- mt: (value: {
248
- readonly [Stitches.$$PropertyValue]: "marginTop";
249
- }) => {
250
- marginTop: {
251
- readonly [Stitches.$$PropertyValue]: "marginTop";
252
- };
253
- };
254
- mr: (value: {
255
- readonly [Stitches.$$PropertyValue]: "marginRight";
256
- }) => {
257
- marginRight: {
258
- readonly [Stitches.$$PropertyValue]: "marginRight";
259
- };
260
- };
261
- mb: (value: {
262
- readonly [Stitches.$$PropertyValue]: "marginBottom";
263
- }) => {
264
- marginBottom: {
265
- readonly [Stitches.$$PropertyValue]: "marginBottom";
266
- };
267
- };
268
- ml: (value: {
269
- readonly [Stitches.$$PropertyValue]: "marginLeft";
270
- }) => {
271
- marginLeft: {
272
- readonly [Stitches.$$PropertyValue]: "marginLeft";
273
- };
274
- };
275
- mx: (value: {
276
- readonly [Stitches.$$PropertyValue]: "marginLeft";
277
- }) => {
278
- marginLeft: {
279
- readonly [Stitches.$$PropertyValue]: "marginLeft";
280
- };
281
- marginRight: {
282
- readonly [Stitches.$$PropertyValue]: "marginLeft";
283
- };
284
- };
285
- my: (value: {
286
- readonly [Stitches.$$PropertyValue]: "marginTop";
287
- }) => {
288
- marginTop: {
289
- readonly [Stitches.$$PropertyValue]: "marginTop";
290
- };
291
- marginBottom: {
292
- readonly [Stitches.$$PropertyValue]: "marginTop";
293
- };
294
- };
295
- ta: (value: {
296
- readonly [Stitches.$$PropertyValue]: "textAlign";
297
- }) => {
298
- textAlign: {
299
- readonly [Stitches.$$PropertyValue]: "textAlign";
300
- };
301
- };
302
- fd: (value: {
303
- readonly [Stitches.$$PropertyValue]: "flexDirection";
304
- }) => {
305
- flexDirection: {
306
- readonly [Stitches.$$PropertyValue]: "flexDirection";
307
- };
308
- };
309
- fw: (value: {
310
- readonly [Stitches.$$PropertyValue]: "flexWrap";
311
- }) => {
312
- flexWrap: {
313
- readonly [Stitches.$$PropertyValue]: "flexWrap";
314
- };
315
- };
316
- ai: (value: {
317
- readonly [Stitches.$$PropertyValue]: "alignItems";
318
- }) => {
319
- alignItems: {
320
- readonly [Stitches.$$PropertyValue]: "alignItems";
321
- };
322
- };
323
- ac: (value: {
324
- readonly [Stitches.$$PropertyValue]: "alignContent";
325
- }) => {
326
- alignContent: {
327
- readonly [Stitches.$$PropertyValue]: "alignContent";
328
- };
329
- };
330
- jc: (value: {
331
- readonly [Stitches.$$PropertyValue]: "justifyContent";
332
- }) => {
333
- justifyContent: {
334
- readonly [Stitches.$$PropertyValue]: "justifyContent";
335
- };
336
- };
337
- as: (value: {
338
- readonly [Stitches.$$PropertyValue]: "alignSelf";
339
- }) => {
340
- alignSelf: {
341
- readonly [Stitches.$$PropertyValue]: "alignSelf";
342
- };
343
- };
344
- fg: (value: {
345
- readonly [Stitches.$$PropertyValue]: "flexGrow";
346
- }) => {
347
- flexGrow: {
348
- readonly [Stitches.$$PropertyValue]: "flexGrow";
349
- };
350
- };
351
- fs: (value: {
352
- readonly [Stitches.$$PropertyValue]: "flexShrink";
353
- }) => {
354
- flexShrink: {
355
- readonly [Stitches.$$PropertyValue]: "flexShrink";
356
- };
357
- };
358
- fb: (value: {
359
- readonly [Stitches.$$PropertyValue]: "flexBasis";
360
- }) => {
361
- flexBasis: {
362
- readonly [Stitches.$$PropertyValue]: "flexBasis";
363
- };
364
- };
365
- bc: (value: {
366
- readonly [Stitches.$$PropertyValue]: "backgroundColor";
367
- }) => {
368
- backgroundColor: {
369
- readonly [Stitches.$$PropertyValue]: "backgroundColor";
370
- };
371
- };
372
- br: (value: {
373
- readonly [Stitches.$$PropertyValue]: "borderRadius";
374
- }) => {
375
- borderRadius: {
376
- readonly [Stitches.$$PropertyValue]: "borderRadius";
377
- };
378
- };
379
- btrr: (value: {
380
- readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
381
- }) => {
382
- borderTopRightRadius: {
383
- readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
384
- };
385
- };
386
- bbrr: (value: {
387
- readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
388
- }) => {
389
- borderBottomRightRadius: {
390
- readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
391
- };
392
- };
393
- bblr: (value: {
394
- readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
395
- }) => {
396
- borderBottomLeftRadius: {
397
- readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
398
- };
399
- };
400
- btlr: (value: {
401
- readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
402
- }) => {
403
- borderTopLeftRadius: {
404
- readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
405
- };
406
- };
407
- bs: (value: {
408
- readonly [Stitches.$$PropertyValue]: "boxShadow";
409
- }) => {
410
- boxShadow: {
411
- readonly [Stitches.$$PropertyValue]: "boxShadow";
412
- };
413
- };
414
- lh: (value: {
415
- readonly [Stitches.$$PropertyValue]: "lineHeight";
416
- }) => {
417
- lineHeight: {
418
- readonly [Stitches.$$PropertyValue]: "lineHeight";
419
- };
420
- };
421
- ox: (value: {
422
- readonly [Stitches.$$PropertyValue]: "overflowX";
423
- }) => {
424
- overflowX: {
425
- readonly [Stitches.$$PropertyValue]: "overflowX";
426
- };
427
- };
428
- oy: (value: {
429
- readonly [Stitches.$$PropertyValue]: "overflowY";
430
- }) => {
431
- overflowY: {
432
- readonly [Stitches.$$PropertyValue]: "overflowY";
433
- };
434
- };
435
- pe: (value: {
436
- readonly [Stitches.$$PropertyValue]: "pointerEvents";
437
- }) => {
438
- pointerEvents: {
439
- readonly [Stitches.$$PropertyValue]: "pointerEvents";
440
- };
441
- };
442
- us: (value: {
443
- readonly [Stitches.$$PropertyValue]: "userSelect";
444
- }) => {
445
- WebkitUserSelect: {
446
- readonly [Stitches.$$PropertyValue]: "userSelect";
447
- };
448
- userSelect: {
449
- readonly [Stitches.$$PropertyValue]: "userSelect";
450
- };
451
- };
452
- userSelect: (value: {
453
- readonly [Stitches.$$PropertyValue]: "userSelect";
454
- }) => {
455
- WebkitUserSelect: {
456
- readonly [Stitches.$$PropertyValue]: "userSelect";
457
- };
458
- userSelect: {
459
- readonly [Stitches.$$PropertyValue]: "userSelect";
460
- };
461
- };
462
- size: (value: {
463
- readonly [Stitches.$$PropertyValue]: "width";
464
- }) => {
465
- width: {
466
- readonly [Stitches.$$PropertyValue]: "width";
467
- };
468
- height: {
469
- readonly [Stitches.$$PropertyValue]: "width";
470
- };
471
- };
472
- appearance: (value: {
473
- readonly [Stitches.$$PropertyValue]: "appearance";
474
- }) => {
475
- WebkitAppearance: {
476
- readonly [Stitches.$$PropertyValue]: "appearance";
477
- };
478
- appearance: {
479
- readonly [Stitches.$$PropertyValue]: "appearance";
480
- };
481
- };
482
- backgroundClip: (value: {
483
- readonly [Stitches.$$PropertyValue]: "backgroundClip";
484
- }) => {
485
- WebkitBackgroundClip: {
486
- readonly [Stitches.$$PropertyValue]: "backgroundClip";
487
- };
488
- backgroundClip: {
489
- readonly [Stitches.$$PropertyValue]: "backgroundClip";
490
- };
491
- };
492
- }>>;
493
- export declare type SvgIconPlanetProps = {
494
- css?: CSS;
495
- } & Stitches.VariantProps<typeof SvgIconPlanet>;
496
- export declare const Planet: (props: SvgIconPlanetProps) => import("react/jsx-runtime").JSX.Element;
497
- import * as React from "react";
498
- export interface IconProps extends React.SVGAttributes<SVGElement> {
499
- children?: never;
500
- color1?: string;
501
- color2?: string;
502
- }
503
- export declare const PlanetIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
504
- export {};
@@ -1,2 +0,0 @@
1
- import { SvgIconProps } from "../../atoms";
2
- export declare const CopyLinkIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- import { SvgIconProps } from "../../atoms";
2
- export declare const DiscordIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- import { SvgIconProps } from "../../atoms";
2
- export declare const LinkedinIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- import { SvgIconProps } from "../../atoms";
2
- export declare const XIcon: (props: SvgIconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ActiveIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import { SvgIconProps } from "../../atoms/SvgIcon/SvgIcon";
3
- declare type AlarmIconProps = SvgIconProps & {
4
- color?: string;
5
- };
6
- export declare const AlarmIcon: React.FC<AlarmIconProps>;
7
- export {};
@@ -1 +0,0 @@
1
- export declare const BulletCheckIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const CheckIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const CheckboxIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const Coinbase: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ContributionBigIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const CopyIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const DialogBackIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const DialogCloseIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ExitedIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ExitingIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const GithubIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- export declare const HelpIcon: ({ width, height }: {
2
- width?: string | undefined;
3
- height?: string | undefined;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const InActiveIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const InProgressIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const MenuIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const Metamask: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const MinusIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const NewInviteIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const PendingActivationIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const PlusIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const SortAscIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const SortDefaultIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const SortDescIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const TrashIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const TwitterIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const UnknownIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const WaitingIcon: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const WalletConnect: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ObolDarkCircle: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ObolLightCircle: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ObolDarkBgH: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ObolLightBgH: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ObolSolidDarkBgH: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ObolSolidLightBgH: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ObolDarkBgMark: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ObolLightBgMark: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ObolSolidDarkBgMark: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ObolSolidLightBgMark: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ObolDarkBgV: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ObolLightBgV: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const ObolSolidDarkBgV: () => import("react/jsx-runtime").JSX.Element;