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